diff --git a/README.md b/README.md index 2d7f0f05..612bb2bd 100644 --- a/README.md +++ b/README.md @@ -11,12 +11,13 @@ - [Nginx Configuration](#nginx-configuration) - [Apache Configuration](#apache-configuration) - [Migrating to Another Domain](#migrating-to-another-domain) -- [Broadcasting](#broadcasting) - - [About Broadcasting](#about-broadcasting) - - [Install Broadcast Server](#install-broadcast-server) + - [Social Authentication](#social-authentication) - [Subscription Configuration](#subscription-configuration) - [Configuring Production/Testing Environment](#configuring-productiontesting-environment) - [Upgrading From Testing Environment to the Production Mode](#upgrading-from-testing-environment-to-the-production-mode) +- [Broadcasting](#broadcasting) + - [About Broadcasting](#about-broadcasting) + - [Install Broadcast Server](#install-broadcast-server) - [Developers](#developers) - [Running Environment On Your Localhost](#running-environment-on-your-localhost) - [Express Installation](#express-installation) @@ -185,6 +186,29 @@ If you move your VueFileManager application into another domain or subdomain, yo 3. Find `SANCTUM_STATEFUL_DOMAINS` variable and write your new domain location without http protocol. 4. Remove your cached config file which is located `/bootstrap/cache/config.php`. +## Social Authentication +If you'd like to allow your users to authenticate via their social accounts, the setup is pretty convenient. Just don't forget to set up redirect url and required permissions. + +#### Required permissions: +- Name and profile picture +- Email + +# Subscription Configuration + +## Configuring Production/Testing Environment +To set up your subscription, please follow these steps below. +1. If you didn't set up your subscription type in Setup Wizard, go to the `Admin / Settings / Application` and find subscription widget. Next set value as `Fixed`. +2. Go to the `Admin / Billings` and fill the inputs with your billing information. +3. Go to the `Admin / Payments` and turn on the switch `Allow Subscription Payments`. +4. Set up credentials for all payment gateway you want. If you set production mode, make sure you fill your credentials with production keys, and vice versa. If needed, don't forget to turn on `live mode` for PayPal. +5. Set up your webhooks, you can find your webhook url in payment gateway widget. +6. Go to the `Admin / Plans` and create your first plan. Make sure all payment gateways support the currency you want, especially for Paystack, it supports only `GHS, NGN, USD and ZAR`. + +## Upgrading From Testing Environment to the Production Mode +1. Go to the `Admin / Payments` and set up credentials for all payment gateway you want with production keys type. Don't forget to turn on `live mode` for PayPal. +2. Go to the `Admin / Plans` and delete all your previously created plans. They will be archived. +3. Create new production plans you want offer. + # Broadcasting ### About Broadcasting Broadcasting is responsible for real time app experience. If broadcasting is set, you will be able to get just in time updates in your app. @@ -292,23 +316,6 @@ Find Broadcasting form and select `VueFileManager` as broadcasting driver. Set y That's all, you are running your own Broadcast server. - -# Subscription Configuration - -## Configuring Production/Testing Environment -To set up your subscription, please follow these steps below. -1. If you didn't set up your subscription type in Setup Wizard, go to the `Admin / Settings / Application` and find subscription widget. Next set value as `Fixed`. -2. Go to the `Admin / Billings` and fill the inputs with your billing information. -3. Go to the `Admin / Payments` and turn on the switch `Allow Subscription Payments`. -4. Set up credentials for all payment gateway you want. If you set production mode, make sure you fill your credentials with production keys, and vice versa. If needed, don't forget to turn on `live mode` for PayPal. -5. Set up your webhooks, you can find your webhook url in payment gateway widget. -6. Go to the `Admin / Plans` and create your first plan. Make sure all payment gateways support the currency you want, especially for Paystack, it supports only `GHS, NGN, USD and ZAR`. - -## Upgrading From Testing Environment to the Production Mode -1. Go to the `Admin / Payments` and set up credentials for all payment gateway you want with production keys type. Don't forget to turn on `live mode` for PayPal. -2. Go to the `Admin / Plans` and delete all your previously created plans. They will be archived. -3. Create new production plans you want offer. - # Developers ## Running Environment On Your Localhost diff --git a/changelog.md b/changelog.md index 5ae85063..99a7f92d 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,22 @@ +## Version 2.1.3 +#### Release date: 10. May 2022 +- Ability to manually synchronize plans in fixed subscription type +- Improved sanitization for .env values to prevent crash your app +- Improved reCaptcha validation errors +- Fixed issue when upload doesn't start after you drag the file into empty view +- Fixed issue when homepage flash to sign in screen after the homepage was disabled in admin panel +- Fixed trash navigator issue +- Fixed issue when you create plan with 0 team members amount + +## Version 2.1.2 +#### Release date: 8. May 2022 +- Fixed issue with chunk uploads (Critical issue affected since 2.1.1) +- Fixed issue with creating plan with unlimited team members + +## Version 2.1.1 +#### Release date: 29. April 2022 +- Fixed issue with reading image upload + ## Version 2.1.0 #### Release date: 25. April 2022 - New remote upload function diff --git a/composer.json b/composer.json index 23a3a2db..56f1dbdc 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "laravel/ui": "^3.4.2", "league/flysystem-aws-s3-v3": "^3.0.9", "league/flysystem-ftp": "^3.0", - "makingcg/subscription": "^1.0.5", + "makingcg/subscription": "^1.0.6", "matthewbdaly/laravel-azure-storage": "^2.0", "pusher/pusher-php-server": "^7.0", "spatie/data-transfer-object": "^3.7.3", diff --git a/composer.lock b/composer.lock index 7ecd8492..021dc66c 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "da78385bb0354b117852966eab7e288c", + "content-hash": "9ec812c4e7c97cf3548f9130c95f644b", "packages": [ { "name": "amphp/amp", @@ -280,16 +280,16 @@ }, { "name": "aws/aws-sdk-php", - "version": "3.220.0", + "version": "3.222.7", "source": { "type": "git", "url": "https://github.com/aws/aws-sdk-php.git", - "reference": "8beb098a2224742b2756e3b40a07593b1e6ff967" + "reference": "03d35eef5c509798d2c08587cfd9a7c33afe2260" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/8beb098a2224742b2756e3b40a07593b1e6ff967", - "reference": "8beb098a2224742b2756e3b40a07593b1e6ff967", + "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/03d35eef5c509798d2c08587cfd9a7c33afe2260", + "reference": "03d35eef5c509798d2c08587cfd9a7c33afe2260", "shasum": "" }, "require": { @@ -365,9 +365,9 @@ "support": { "forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80", "issues": "https://github.com/aws/aws-sdk-php/issues", - "source": "https://github.com/aws/aws-sdk-php/tree/3.220.0" + "source": "https://github.com/aws/aws-sdk-php/tree/3.222.7" }, - "time": "2022-04-19T18:17:15+00:00" + "time": "2022-05-06T18:16:59+00:00" }, { "name": "bacon/bacon-qr-code", @@ -1413,21 +1413,21 @@ }, { "name": "doctrine/dbal", - "version": "2.13.8", + "version": "2.13.9", "source": { "type": "git", "url": "https://github.com/doctrine/dbal.git", - "reference": "dc9b3c3c8592c935a6e590441f9abc0f9eba335b" + "reference": "c480849ca3ad6706a39c970cdfe6888fa8a058b8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/dbal/zipball/dc9b3c3c8592c935a6e590441f9abc0f9eba335b", - "reference": "dc9b3c3c8592c935a6e590441f9abc0f9eba335b", + "url": "https://api.github.com/repos/doctrine/dbal/zipball/c480849ca3ad6706a39c970cdfe6888fa8a058b8", + "reference": "c480849ca3ad6706a39c970cdfe6888fa8a058b8", "shasum": "" }, "require": { "doctrine/cache": "^1.0|^2.0", - "doctrine/deprecations": "^0.5.3", + "doctrine/deprecations": "^0.5.3|^1", "doctrine/event-manager": "^1.0", "ext-pdo": "*", "php": "^7.1 || ^8" @@ -1502,7 +1502,7 @@ ], "support": { "issues": "https://github.com/doctrine/dbal/issues", - "source": "https://github.com/doctrine/dbal/tree/2.13.8" + "source": "https://github.com/doctrine/dbal/tree/2.13.9" }, "funding": [ { @@ -1518,29 +1518,29 @@ "type": "tidelift" } ], - "time": "2022-03-09T15:25:46+00:00" + "time": "2022-05-02T20:28:55+00:00" }, { "name": "doctrine/deprecations", - "version": "v0.5.3", + "version": "v1.0.0", "source": { "type": "git", "url": "https://github.com/doctrine/deprecations.git", - "reference": "9504165960a1f83cc1480e2be1dd0a0478561314" + "reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/deprecations/zipball/9504165960a1f83cc1480e2be1dd0a0478561314", - "reference": "9504165960a1f83cc1480e2be1dd0a0478561314", + "url": "https://api.github.com/repos/doctrine/deprecations/zipball/0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de", + "reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de", "shasum": "" }, "require": { "php": "^7.1|^8.0" }, "require-dev": { - "doctrine/coding-standard": "^6.0|^7.0|^8.0", - "phpunit/phpunit": "^7.0|^8.0|^9.0", - "psr/log": "^1.0" + "doctrine/coding-standard": "^9", + "phpunit/phpunit": "^7.5|^8.5|^9.5", + "psr/log": "^1|^2|^3" }, "suggest": { "psr/log": "Allows logging deprecations via PSR-3 logger implementation" @@ -1559,9 +1559,9 @@ "homepage": "https://www.doctrine-project.org/", "support": { "issues": "https://github.com/doctrine/deprecations/issues", - "source": "https://github.com/doctrine/deprecations/tree/v0.5.3" + "source": "https://github.com/doctrine/deprecations/tree/v1.0.0" }, - "time": "2021-03-21T12:59:47+00:00" + "time": "2022-05-02T15:47:09+00:00" }, { "name": "doctrine/event-manager", @@ -3290,16 +3290,16 @@ }, { "name": "laravel/framework", - "version": "v9.9.0", + "version": "v9.11.0", "source": { "type": "git", "url": "https://github.com/laravel/framework.git", - "reference": "4d5a07640891b772188d7737348886a0222737d8" + "reference": "598a8c84d452a66b90a3213b1d67189cc726c728" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/framework/zipball/4d5a07640891b772188d7737348886a0222737d8", - "reference": "4d5a07640891b772188d7737348886a0222737d8", + "url": "https://api.github.com/repos/laravel/framework/zipball/598a8c84d452a66b90a3213b1d67189cc726c728", + "reference": "598a8c84d452a66b90a3213b1d67189cc726c728", "shasum": "" }, "require": { @@ -3465,7 +3465,7 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2022-04-19T15:01:23+00:00" + "time": "2022-05-03T14:47:20+00:00" }, { "name": "laravel/sanctum", @@ -3534,16 +3534,16 @@ }, { "name": "laravel/scout", - "version": "v9.4.7", + "version": "v9.4.9", "source": { "type": "git", "url": "https://github.com/laravel/scout.git", - "reference": "46114761e835ae77e6b6b26abceb5ae63859ba98" + "reference": "61ce79ce87fbebb28dcc0dd8f95776aa0dec00c8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/scout/zipball/46114761e835ae77e6b6b26abceb5ae63859ba98", - "reference": "46114761e835ae77e6b6b26abceb5ae63859ba98", + "url": "https://api.github.com/repos/laravel/scout/zipball/61ce79ce87fbebb28dcc0dd8f95776aa0dec00c8", + "reference": "61ce79ce87fbebb28dcc0dd8f95776aa0dec00c8", "shasum": "" }, "require": { @@ -3602,7 +3602,7 @@ "issues": "https://github.com/laravel/scout/issues", "source": "https://github.com/laravel/scout" }, - "time": "2022-04-06T09:38:17+00:00" + "time": "2022-05-05T14:24:18+00:00" }, { "name": "laravel/serializable-closure", @@ -4051,16 +4051,16 @@ }, { "name": "league/flysystem", - "version": "3.0.17", + "version": "3.0.19", "source": { "type": "git", "url": "https://github.com/thephpleague/flysystem.git", - "reference": "29eb78cac0be0c22237c5e0f6f98234d97037d79" + "reference": "670df21225d68d165a8df38587ac3f41caf608f8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/29eb78cac0be0c22237c5e0f6f98234d97037d79", - "reference": "29eb78cac0be0c22237c5e0f6f98234d97037d79", + "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/670df21225d68d165a8df38587ac3f41caf608f8", + "reference": "670df21225d68d165a8df38587ac3f41caf608f8", "shasum": "" }, "require": { @@ -4121,7 +4121,7 @@ ], "support": { "issues": "https://github.com/thephpleague/flysystem/issues", - "source": "https://github.com/thephpleague/flysystem/tree/3.0.17" + "source": "https://github.com/thephpleague/flysystem/tree/3.0.19" }, "funding": [ { @@ -4137,7 +4137,7 @@ "type": "tidelift" } ], - "time": "2022-04-14T14:57:13+00:00" + "time": "2022-05-03T21:19:02+00:00" }, { "name": "league/flysystem-aws-s3-v3", @@ -4238,16 +4238,16 @@ }, { "name": "league/flysystem-ftp", - "version": "3.0.9", + "version": "3.0.19", "source": { "type": "git", "url": "https://github.com/thephpleague/flysystem-ftp.git", - "reference": "38d829f6bbb1a5368e9bf9117273df6aaaa51938" + "reference": "aa86ee4643ae2093dac68d2821699ce686cd5689" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/flysystem-ftp/zipball/38d829f6bbb1a5368e9bf9117273df6aaaa51938", - "reference": "38d829f6bbb1a5368e9bf9117273df6aaaa51938", + "url": "https://api.github.com/repos/thephpleague/flysystem-ftp/zipball/aa86ee4643ae2093dac68d2821699ce686cd5689", + "reference": "aa86ee4643ae2093dac68d2821699ce686cd5689", "shasum": "" }, "require": { @@ -4282,7 +4282,7 @@ "ftpd" ], "support": { - "source": "https://github.com/thephpleague/flysystem-ftp/tree/3.0.9" + "source": "https://github.com/thephpleague/flysystem-ftp/tree/3.0.19" }, "funding": [ { @@ -4298,7 +4298,7 @@ "type": "tidelift" } ], - "time": "2022-02-22T07:15:18+00:00" + "time": "2022-05-03T21:11:18+00:00" }, { "name": "league/mime-type-detection", @@ -4505,16 +4505,16 @@ }, { "name": "makingcg/subscription", - "version": "1.0.5", + "version": "1.0.6", "source": { "type": "git", "url": "git@github.com:VueFileManager/subscription.git", - "reference": "9e9e137c7e0a99cc40a46a8da64d479041a0105e" + "reference": "73ef544e3c8f9a27904c4aaa53e39dccca5a8402" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/VueFileManager/subscription/zipball/9e9e137c7e0a99cc40a46a8da64d479041a0105e", - "reference": "9e9e137c7e0a99cc40a46a8da64d479041a0105e", + "url": "https://api.github.com/repos/VueFileManager/subscription/zipball/73ef544e3c8f9a27904c4aaa53e39dccca5a8402", + "reference": "73ef544e3c8f9a27904c4aaa53e39dccca5a8402", "shasum": "" }, "require": { @@ -4600,7 +4600,7 @@ "subscription" ], "support": { - "source": "https://github.com/VueFileManager/subscription/tree/1.0.5", + "source": "https://github.com/VueFileManager/subscription/tree/1.0.6", "issues": "https://github.com/VueFileManager/subscription/issues" }, "funding": [ @@ -4609,7 +4609,7 @@ "url": "https://github.com/VueFileManager" } ], - "time": "2022-04-19T16:04:20+00:00" + "time": "2022-05-09T07:44:28+00:00" }, { "name": "matthewbdaly/laravel-azure-storage", @@ -5049,16 +5049,16 @@ }, { "name": "nesbot/carbon", - "version": "2.57.0", + "version": "2.58.0", "source": { "type": "git", "url": "https://github.com/briannesbitt/Carbon.git", - "reference": "4a54375c21eea4811dbd1149fe6b246517554e78" + "reference": "97a34af22bde8d0ac20ab34b29d7bfe360902055" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/4a54375c21eea4811dbd1149fe6b246517554e78", - "reference": "4a54375c21eea4811dbd1149fe6b246517554e78", + "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/97a34af22bde8d0ac20ab34b29d7bfe360902055", + "reference": "97a34af22bde8d0ac20ab34b29d7bfe360902055", "shasum": "" }, "require": { @@ -5076,7 +5076,8 @@ "phpmd/phpmd": "^2.9", "phpstan/extension-installer": "^1.0", "phpstan/phpstan": "^0.12.54 || ^1.0", - "phpunit/phpunit": "^7.5.20 || ^8.5.14", + "phpunit/php-file-iterator": "^2.0.5", + "phpunit/phpunit": "^7.5.20 || ^8.5.23", "squizlabs/php_codesniffer": "^3.4" }, "bin": [ @@ -5141,7 +5142,7 @@ "type": "tidelift" } ], - "time": "2022-02-13T18:13:33+00:00" + "time": "2022-04-25T19:31:17+00:00" }, { "name": "netresearch/jsonmapper", @@ -7002,16 +7003,16 @@ }, { "name": "psy/psysh", - "version": "v0.11.2", + "version": "v0.11.4", "source": { "type": "git", "url": "https://github.com/bobthecow/psysh.git", - "reference": "7f7da640d68b9c9fec819caae7c744a213df6514" + "reference": "05c544b339b112226ad14803e1e5b09a61957454" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bobthecow/psysh/zipball/7f7da640d68b9c9fec819caae7c744a213df6514", - "reference": "7f7da640d68b9c9fec819caae7c744a213df6514", + "url": "https://api.github.com/repos/bobthecow/psysh/zipball/05c544b339b112226ad14803e1e5b09a61957454", + "reference": "05c544b339b112226ad14803e1e5b09a61957454", "shasum": "" }, "require": { @@ -7026,15 +7027,13 @@ "symfony/console": "4.4.37 || 5.3.14 || 5.3.15 || 5.4.3 || 5.4.4 || 6.0.3 || 6.0.4" }, "require-dev": { - "bamarni/composer-bin-plugin": "^1.2", - "hoa/console": "3.17.05.02" + "bamarni/composer-bin-plugin": "^1.2" }, "suggest": { "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)", "ext-pdo-sqlite": "The doc command requires SQLite to work.", "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.", - "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history.", - "hoa/console": "A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit." + "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history." }, "bin": [ "bin/psysh" @@ -7074,9 +7073,9 @@ ], "support": { "issues": "https://github.com/bobthecow/psysh/issues", - "source": "https://github.com/bobthecow/psysh/tree/v0.11.2" + "source": "https://github.com/bobthecow/psysh/tree/v0.11.4" }, - "time": "2022-02-28T15:28:54+00:00" + "time": "2022-05-06T12:49:14+00:00" }, { "name": "pusher/pusher-php-server", @@ -9461,16 +9460,16 @@ }, { "name": "spatie/laravel-query-builder", - "version": "5.0.1", + "version": "5.0.2", "source": { "type": "git", "url": "https://github.com/spatie/laravel-query-builder.git", - "reference": "2970e54b04306a6de586d23ac3e0bab994ef645a" + "reference": "fceb1e1814b117494a277b765050a3a10bfc162f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/laravel-query-builder/zipball/2970e54b04306a6de586d23ac3e0bab994ef645a", - "reference": "2970e54b04306a6de586d23ac3e0bab994ef645a", + "url": "https://api.github.com/repos/spatie/laravel-query-builder/zipball/fceb1e1814b117494a277b765050a3a10bfc162f", + "reference": "fceb1e1814b117494a277b765050a3a10bfc162f", "shasum": "" }, "require": { @@ -9529,7 +9528,7 @@ "type": "custom" } ], - "time": "2022-03-18T07:44:25+00:00" + "time": "2022-04-25T07:07:24+00:00" }, { "name": "spatie/laravel-queueable-action", @@ -9944,16 +9943,16 @@ }, { "name": "stripe/stripe-php", - "version": "v7.124.0", + "version": "v7.128.0", "source": { "type": "git", "url": "https://github.com/stripe/stripe-php.git", - "reference": "548e8ef08a86c6c621446082393dc6a1af51076c" + "reference": "c704949c49b72985c76cc61063aa26fefbd2724e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/stripe/stripe-php/zipball/548e8ef08a86c6c621446082393dc6a1af51076c", - "reference": "548e8ef08a86c6c621446082393dc6a1af51076c", + "url": "https://api.github.com/repos/stripe/stripe-php/zipball/c704949c49b72985c76cc61063aa26fefbd2724e", + "reference": "c704949c49b72985c76cc61063aa26fefbd2724e", "shasum": "" }, "require": { @@ -9998,22 +9997,22 @@ ], "support": { "issues": "https://github.com/stripe/stripe-php/issues", - "source": "https://github.com/stripe/stripe-php/tree/v7.124.0" + "source": "https://github.com/stripe/stripe-php/tree/v7.128.0" }, - "time": "2022-04-18T23:07:08+00:00" + "time": "2022-05-05T17:18:02+00:00" }, { "name": "symfony/console", - "version": "v6.0.7", + "version": "v6.0.8", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "70dcf7b2ca2ea08ad6ebcc475f104a024fb5632e" + "reference": "0d00aa289215353aa8746a31d101f8e60826285c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/70dcf7b2ca2ea08ad6ebcc475f104a024fb5632e", - "reference": "70dcf7b2ca2ea08ad6ebcc475f104a024fb5632e", + "url": "https://api.github.com/repos/symfony/console/zipball/0d00aa289215353aa8746a31d101f8e60826285c", + "reference": "0d00aa289215353aa8746a31d101f8e60826285c", "shasum": "" }, "require": { @@ -10079,7 +10078,7 @@ "terminal" ], "support": { - "source": "https://github.com/symfony/console/tree/v6.0.7" + "source": "https://github.com/symfony/console/tree/v6.0.8" }, "funding": [ { @@ -10095,7 +10094,7 @@ "type": "tidelift" } ], - "time": "2022-03-31T17:18:25+00:00" + "time": "2022-04-20T15:01:42+00:00" }, { "name": "symfony/css-selector", @@ -10231,16 +10230,16 @@ }, { "name": "symfony/error-handler", - "version": "v6.0.7", + "version": "v6.0.8", "source": { "type": "git", "url": "https://github.com/symfony/error-handler.git", - "reference": "e600c54e5b30555eecea3ffe4314e58f832e78ee" + "reference": "5e2795163acbd13b3cd46835c9f8f6c5d0a3a280" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/error-handler/zipball/e600c54e5b30555eecea3ffe4314e58f832e78ee", - "reference": "e600c54e5b30555eecea3ffe4314e58f832e78ee", + "url": "https://api.github.com/repos/symfony/error-handler/zipball/5e2795163acbd13b3cd46835c9f8f6c5d0a3a280", + "reference": "5e2795163acbd13b3cd46835c9f8f6c5d0a3a280", "shasum": "" }, "require": { @@ -10282,7 +10281,7 @@ "description": "Provides tools to manage errors and ease debugging PHP code", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/error-handler/tree/v6.0.7" + "source": "https://github.com/symfony/error-handler/tree/v6.0.8" }, "funding": [ { @@ -10298,7 +10297,7 @@ "type": "tidelift" } ], - "time": "2022-03-18T16:21:55+00:00" + "time": "2022-04-12T16:11:42+00:00" }, { "name": "symfony/event-dispatcher", @@ -10527,16 +10526,16 @@ }, { "name": "symfony/finder", - "version": "v6.0.3", + "version": "v6.0.8", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "8661b74dbabc23223f38c9b99d3f8ade71170430" + "reference": "af7edab28d17caecd1f40a9219fc646ae751c21f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/8661b74dbabc23223f38c9b99d3f8ade71170430", - "reference": "8661b74dbabc23223f38c9b99d3f8ade71170430", + "url": "https://api.github.com/repos/symfony/finder/zipball/af7edab28d17caecd1f40a9219fc646ae751c21f", + "reference": "af7edab28d17caecd1f40a9219fc646ae751c21f", "shasum": "" }, "require": { @@ -10568,7 +10567,7 @@ "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/finder/tree/v6.0.3" + "source": "https://github.com/symfony/finder/tree/v6.0.8" }, "funding": [ { @@ -10584,20 +10583,20 @@ "type": "tidelift" } ], - "time": "2022-01-26T17:23:29+00:00" + "time": "2022-04-15T08:07:58+00:00" }, { "name": "symfony/http-client", - "version": "v6.0.7", + "version": "v6.0.8", "source": { "type": "git", "url": "https://github.com/symfony/http-client.git", - "reference": "a7930c47248b9b57e9d0b8da100ffc1e031536dc" + "reference": "d347895193283e08b4c3ebf2f2974a1df3e1f670" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-client/zipball/a7930c47248b9b57e9d0b8da100ffc1e031536dc", - "reference": "a7930c47248b9b57e9d0b8da100ffc1e031536dc", + "url": "https://api.github.com/repos/symfony/http-client/zipball/d347895193283e08b4c3ebf2f2974a1df3e1f670", + "reference": "d347895193283e08b4c3ebf2f2974a1df3e1f670", "shasum": "" }, "require": { @@ -10652,7 +10651,7 @@ "description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-client/tree/v6.0.7" + "source": "https://github.com/symfony/http-client/tree/v6.0.8" }, "funding": [ { @@ -10668,7 +10667,7 @@ "type": "tidelift" } ], - "time": "2022-04-01T12:27:43+00:00" + "time": "2022-04-12T16:11:42+00:00" }, { "name": "symfony/http-client-contracts", @@ -10750,16 +10749,16 @@ }, { "name": "symfony/http-foundation", - "version": "v6.0.7", + "version": "v6.0.8", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "c816b26f03b6902dba79b352c84a17f53d815f0d" + "reference": "c9c86b02d7ef6f44f3154acc7de42831518afe7c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/c816b26f03b6902dba79b352c84a17f53d815f0d", - "reference": "c816b26f03b6902dba79b352c84a17f53d815f0d", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/c9c86b02d7ef6f44f3154acc7de42831518afe7c", + "reference": "c9c86b02d7ef6f44f3154acc7de42831518afe7c", "shasum": "" }, "require": { @@ -10802,7 +10801,7 @@ "description": "Defines an object-oriented layer for the HTTP specification", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-foundation/tree/v6.0.7" + "source": "https://github.com/symfony/http-foundation/tree/v6.0.8" }, "funding": [ { @@ -10818,20 +10817,20 @@ "type": "tidelift" } ], - "time": "2022-03-24T14:13:59+00:00" + "time": "2022-04-22T08:18:02+00:00" }, { "name": "symfony/http-kernel", - "version": "v6.0.7", + "version": "v6.0.8", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", - "reference": "9c03dab07a6aa336ffaadc15352b1d14f4ce01f5" + "reference": "7aaf1cdc9cc2ad47e926f624efcb679883a39ca7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/9c03dab07a6aa336ffaadc15352b1d14f4ce01f5", - "reference": "9c03dab07a6aa336ffaadc15352b1d14f4ce01f5", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/7aaf1cdc9cc2ad47e926f624efcb679883a39ca7", + "reference": "7aaf1cdc9cc2ad47e926f624efcb679883a39ca7", "shasum": "" }, "require": { @@ -10911,7 +10910,7 @@ "description": "Provides a structured process for converting a Request into a Response", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-kernel/tree/v6.0.7" + "source": "https://github.com/symfony/http-kernel/tree/v6.0.8" }, "funding": [ { @@ -10927,20 +10926,20 @@ "type": "tidelift" } ], - "time": "2022-04-02T06:35:11+00:00" + "time": "2022-04-27T17:26:02+00:00" }, { "name": "symfony/mailer", - "version": "v6.0.7", + "version": "v6.0.8", "source": { "type": "git", "url": "https://github.com/symfony/mailer.git", - "reference": "f7343f94e7afecca2ad840b078f9d80200e1bd27" + "reference": "706af6b3e99ebcbc639c9c664f5579aaa869409b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mailer/zipball/f7343f94e7afecca2ad840b078f9d80200e1bd27", - "reference": "f7343f94e7afecca2ad840b078f9d80200e1bd27", + "url": "https://api.github.com/repos/symfony/mailer/zipball/706af6b3e99ebcbc639c9c664f5579aaa869409b", + "reference": "706af6b3e99ebcbc639c9c664f5579aaa869409b", "shasum": "" }, "require": { @@ -10985,7 +10984,7 @@ "description": "Helps sending emails", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/mailer/tree/v6.0.7" + "source": "https://github.com/symfony/mailer/tree/v6.0.8" }, "funding": [ { @@ -11001,7 +11000,7 @@ "type": "tidelift" } ], - "time": "2022-03-18T16:06:28+00:00" + "time": "2022-04-27T17:10:30+00:00" }, { "name": "symfony/mailgun-mailer", @@ -11070,16 +11069,16 @@ }, { "name": "symfony/mime", - "version": "v6.0.7", + "version": "v6.0.8", "source": { "type": "git", "url": "https://github.com/symfony/mime.git", - "reference": "74266e396f812a2301536397a6360b6e6913c0d8" + "reference": "c1701e88ad0ca49fc6ad6cdf360bc0e1209fb5e1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mime/zipball/74266e396f812a2301536397a6360b6e6913c0d8", - "reference": "74266e396f812a2301536397a6360b6e6913c0d8", + "url": "https://api.github.com/repos/symfony/mime/zipball/c1701e88ad0ca49fc6ad6cdf360bc0e1209fb5e1", + "reference": "c1701e88ad0ca49fc6ad6cdf360bc0e1209fb5e1", "shasum": "" }, "require": { @@ -11131,7 +11130,7 @@ "mime-type" ], "support": { - "source": "https://github.com/symfony/mime/tree/v6.0.7" + "source": "https://github.com/symfony/mime/tree/v6.0.8" }, "funding": [ { @@ -11147,7 +11146,7 @@ "type": "tidelift" } ], - "time": "2022-03-13T20:10:05+00:00" + "time": "2022-04-12T16:11:42+00:00" }, { "name": "symfony/options-resolver", @@ -11938,16 +11937,16 @@ }, { "name": "symfony/process", - "version": "v6.0.7", + "version": "v6.0.8", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "e13f6757e267d687e20ec5b26ccfcbbe511cd8f4" + "reference": "d074154ea8b1443a96391f6e39f9e547b2dd01b9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/e13f6757e267d687e20ec5b26ccfcbbe511cd8f4", - "reference": "e13f6757e267d687e20ec5b26ccfcbbe511cd8f4", + "url": "https://api.github.com/repos/symfony/process/zipball/d074154ea8b1443a96391f6e39f9e547b2dd01b9", + "reference": "d074154ea8b1443a96391f6e39f9e547b2dd01b9", "shasum": "" }, "require": { @@ -11979,7 +11978,7 @@ "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/process/tree/v6.0.7" + "source": "https://github.com/symfony/process/tree/v6.0.8" }, "funding": [ { @@ -11995,7 +11994,7 @@ "type": "tidelift" } ], - "time": "2022-03-18T16:21:55+00:00" + "time": "2022-04-12T16:11:42+00:00" }, { "name": "symfony/psr-http-message-bridge", @@ -12087,16 +12086,16 @@ }, { "name": "symfony/routing", - "version": "v6.0.5", + "version": "v6.0.8", "source": { "type": "git", "url": "https://github.com/symfony/routing.git", - "reference": "a738b152426ac7fcb94bdab8188264652238bef1" + "reference": "74c40c9fc334acc601a32fcf4274e74fb3bac11e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/routing/zipball/a738b152426ac7fcb94bdab8188264652238bef1", - "reference": "a738b152426ac7fcb94bdab8188264652238bef1", + "url": "https://api.github.com/repos/symfony/routing/zipball/74c40c9fc334acc601a32fcf4274e74fb3bac11e", + "reference": "74c40c9fc334acc601a32fcf4274e74fb3bac11e", "shasum": "" }, "require": { @@ -12155,7 +12154,7 @@ "url" ], "support": { - "source": "https://github.com/symfony/routing/tree/v6.0.5" + "source": "https://github.com/symfony/routing/tree/v6.0.8" }, "funding": [ { @@ -12171,7 +12170,7 @@ "type": "tidelift" } ], - "time": "2022-01-31T19:46:53+00:00" + "time": "2022-04-22T08:18:02+00:00" }, { "name": "symfony/service-contracts", @@ -12319,16 +12318,16 @@ }, { "name": "symfony/string", - "version": "v6.0.3", + "version": "v6.0.8", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "522144f0c4c004c80d56fa47e40e17028e2eefc2" + "reference": "ac0aa5c2282e0de624c175b68d13f2c8f2e2649d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/522144f0c4c004c80d56fa47e40e17028e2eefc2", - "reference": "522144f0c4c004c80d56fa47e40e17028e2eefc2", + "url": "https://api.github.com/repos/symfony/string/zipball/ac0aa5c2282e0de624c175b68d13f2c8f2e2649d", + "reference": "ac0aa5c2282e0de624c175b68d13f2c8f2e2649d", "shasum": "" }, "require": { @@ -12384,7 +12383,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/v6.0.3" + "source": "https://github.com/symfony/string/tree/v6.0.8" }, "funding": [ { @@ -12400,20 +12399,20 @@ "type": "tidelift" } ], - "time": "2022-01-02T09:55:41+00:00" + "time": "2022-04-22T08:18:02+00:00" }, { "name": "symfony/translation", - "version": "v6.0.7", + "version": "v6.0.8", "source": { "type": "git", "url": "https://github.com/symfony/translation.git", - "reference": "b2792b39d74cf41ea3065f27fd2ddf0b556ac7a1" + "reference": "3d38cf8f8834148c4457681d539bc204de701501" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation/zipball/b2792b39d74cf41ea3065f27fd2ddf0b556ac7a1", - "reference": "b2792b39d74cf41ea3065f27fd2ddf0b556ac7a1", + "url": "https://api.github.com/repos/symfony/translation/zipball/3d38cf8f8834148c4457681d539bc204de701501", + "reference": "3d38cf8f8834148c4457681d539bc204de701501", "shasum": "" }, "require": { @@ -12479,7 +12478,7 @@ "description": "Provides tools to internationalize your application", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/translation/tree/v6.0.7" + "source": "https://github.com/symfony/translation/tree/v6.0.8" }, "funding": [ { @@ -12495,7 +12494,7 @@ "type": "tidelift" } ], - "time": "2022-03-31T17:18:25+00:00" + "time": "2022-04-22T08:18:02+00:00" }, { "name": "symfony/translation-contracts", @@ -12577,16 +12576,16 @@ }, { "name": "symfony/var-dumper", - "version": "v6.0.6", + "version": "v6.0.8", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "38358405ae948963c50a3aae3dfea598223ba15e" + "reference": "fa61dfb4bd3068df2492013dc65f3190e9f550c0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/38358405ae948963c50a3aae3dfea598223ba15e", - "reference": "38358405ae948963c50a3aae3dfea598223ba15e", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/fa61dfb4bd3068df2492013dc65f3190e9f550c0", + "reference": "fa61dfb4bd3068df2492013dc65f3190e9f550c0", "shasum": "" }, "require": { @@ -12645,7 +12644,7 @@ "dump" ], "support": { - "source": "https://github.com/symfony/var-dumper/tree/v6.0.6" + "source": "https://github.com/symfony/var-dumper/tree/v6.0.8" }, "funding": [ { @@ -12661,7 +12660,7 @@ "type": "tidelift" } ], - "time": "2022-03-02T12:58:14+00:00" + "time": "2022-04-26T13:22:23+00:00" }, { "name": "teamtnt/laravel-scout-tntsearch-driver", @@ -12916,16 +12915,16 @@ }, { "name": "vimeo/psalm", - "version": "4.22.0", + "version": "4.23.0", "source": { "type": "git", "url": "https://github.com/vimeo/psalm.git", - "reference": "fc2c6ab4d5fa5d644d8617089f012f3bb84b8703" + "reference": "f1fe6ff483bf325c803df9f510d09a03fd796f88" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/vimeo/psalm/zipball/fc2c6ab4d5fa5d644d8617089f012f3bb84b8703", - "reference": "fc2c6ab4d5fa5d644d8617089f012f3bb84b8703", + "url": "https://api.github.com/repos/vimeo/psalm/zipball/f1fe6ff483bf325c803df9f510d09a03fd796f88", + "reference": "f1fe6ff483bf325c803df9f510d09a03fd796f88", "shasum": "" }, "require": { @@ -12950,6 +12949,7 @@ "php": "^7.1|^8", "sebastian/diff": "^3.0 || ^4.0", "symfony/console": "^3.4.17 || ^4.1.6 || ^5.0 || ^6.0", + "symfony/polyfill-php80": "^1.25", "webmozart/path-util": "^2.3" }, "provide": { @@ -13016,9 +13016,9 @@ ], "support": { "issues": "https://github.com/vimeo/psalm/issues", - "source": "https://github.com/vimeo/psalm/tree/4.22.0" + "source": "https://github.com/vimeo/psalm/tree/4.23.0" }, - "time": "2022-02-24T20:34:05+00:00" + "time": "2022-04-28T17:35:49+00:00" }, { "name": "vlucas/phpdotenv", @@ -14581,16 +14581,16 @@ }, { "name": "spatie/ignition", - "version": "1.2.7", + "version": "1.2.9", "source": { "type": "git", "url": "https://github.com/spatie/ignition.git", - "reference": "2f059cf42b48f7c522efbba1c05ad59fc2c1a3f2" + "reference": "db25202fab2d5c14613b8914a1bb374998bbf870" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/ignition/zipball/2f059cf42b48f7c522efbba1c05ad59fc2c1a3f2", - "reference": "2f059cf42b48f7c522efbba1c05ad59fc2c1a3f2", + "url": "https://api.github.com/repos/spatie/ignition/zipball/db25202fab2d5c14613b8914a1bb374998bbf870", + "reference": "db25202fab2d5c14613b8914a1bb374998bbf870", "shasum": "" }, "require": { @@ -14647,20 +14647,20 @@ "type": "github" } ], - "time": "2022-03-29T08:48:34+00:00" + "time": "2022-04-23T20:37:21+00:00" }, { "name": "spatie/laravel-ignition", - "version": "1.2.2", + "version": "1.2.3", "source": { "type": "git", "url": "https://github.com/spatie/laravel-ignition.git", - "reference": "924d1ae878874ad0bb49f63b69a9af759a34ee78" + "reference": "51e5daaa7e43c154fe57f1ddfbba862f9fe57646" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/laravel-ignition/zipball/924d1ae878874ad0bb49f63b69a9af759a34ee78", - "reference": "924d1ae878874ad0bb49f63b69a9af759a34ee78", + "url": "https://api.github.com/repos/spatie/laravel-ignition/zipball/51e5daaa7e43c154fe57f1ddfbba862f9fe57646", + "reference": "51e5daaa7e43c154fe57f1ddfbba862f9fe57646", "shasum": "" }, "require": { @@ -14737,7 +14737,7 @@ "type": "github" } ], - "time": "2022-04-14T18:04:51+00:00" + "time": "2022-05-05T15:53:24+00:00" }, { "name": "symfony/polyfill-php73", diff --git a/config/filesystems.php b/config/filesystems.php index 25ee0e1d..ca191839 100644 --- a/config/filesystems.php +++ b/config/filesystems.php @@ -39,12 +39,13 @@ return [ 'visibility' => 'public', ], 's3' => [ - 'driver' => 's3', - 'key' => env('S3_ACCESS_KEY_ID'), - 'secret' => env('S3_SECRET_ACCESS_KEY'), - 'region' => env('S3_DEFAULT_REGION'), - 'bucket' => env('S3_BUCKET'), - 'endpoint' => env('S3_URL'), + 'driver' => 's3', + 'key' => env('S3_ACCESS_KEY_ID'), + 'secret' => env('S3_SECRET_ACCESS_KEY'), + 'region' => env('S3_DEFAULT_REGION'), + 'bucket' => env('S3_BUCKET'), + 'endpoint' => env('S3_URL'), + 'visibility' => 'private', ], 'ftp' => [ 'driver' => 'ftp', diff --git a/config/language-translations.php b/config/language-translations.php index 2a22f698..3b0ed300 100644 --- a/config/language-translations.php +++ b/config/language-translations.php @@ -263,6 +263,10 @@ return [ 'Description' => 'description', 'description' => 'description', 'generated_by' => 'Generated by', + 'synchronize_plans' => 'Synchronize Plans', + 'synchronizing_plans' => 'Synchronizing Plans...', + 'plans_are_synchronizing' => 'Your plans are synchronizing with the payment gateways', + 'plans_was_synchronized' => 'Plans was successfully synchronized', ], 'regular' => [ 'type' => 'Type', @@ -821,7 +825,7 @@ return [ 'allow_homepage' => 'Allow Homepage', 'allow_homepage_note' => 'When this is turned on, your visitors can visit your default homepage.', 'storage_upload' => 'Storage & Upload', - 'allow_recaptcha' => 'Allow ReCaptcha', + 'allow_recaptcha' => 'Allow ReCaptcha v3', 'allow_recaptcha_note' => 'ReCaptcha will be allowed on Registration and Contact Us forms.', 'login_and_registration' => 'Login & Registration', 'account' => 'Account', diff --git a/config/services.php b/config/services.php index 2483ace0..8db459bd 100644 --- a/config/services.php +++ b/config/services.php @@ -45,7 +45,7 @@ return [ 'facebook' => [ 'client_id' => env('FACEBOOK_CLIENT_ID'), 'client_secret' => env('FACEBOOK_CLIENT_SECRET'), - 'redirect' => env('APP_URL') . '/socialite/facebook/callback', + 'redirect' => env('APP_URL') . '/socialite/facebook/callback/', ], 'recaptcha' => [ diff --git a/config/vuefilemanager.php b/config/vuefilemanager.php index 86759419..58ae7832 100644 --- a/config/vuefilemanager.php +++ b/config/vuefilemanager.php @@ -1,7 +1,7 @@ '2.1.0.1', + 'version' => '2.1.3', 'is_demo' => env('APP_DEMO', false), @@ -68,5 +68,6 @@ return [ '2_0_14', '2_0_16', '2_1_1', + '2_1_2', ], ]; diff --git a/database/migrations/2022_04_26_161750_update_tables_to_v2.1.1_table.php b/database/migrations/2022_04_26_161750_update_tables_to_v2.1.1_table.php deleted file mode 100644 index aa78e1f8..00000000 --- a/database/migrations/2022_04_26_161750_update_tables_to_v2.1.1_table.php +++ /dev/null @@ -1,30 +0,0 @@ -uuid('file_id')->nullable()->change(); - }); - } - - /** - * Reverse the migrations. - * - * @return void - */ - public function down() - { - - } -}; diff --git a/public/chunks/admin.js b/public/chunks/admin.js index 669eefcf..91fe0320 100644 --- a/public/chunks/admin.js +++ b/public/chunks/admin.js @@ -1,2 +1,2 @@ /*! For license information please see admin.js.LICENSE.txt */ -(self.webpackChunk=self.webpackChunk||[]).push([[7399],{6548:(e,t,i)=>{"use strict";i.d(t,{Z:()=>n});var a=i(3645),r=i.n(a)()((function(e){return e[1]}));r.push([e.id,".emoji{font-size:inherit;height:1em;width:1em}",""]);const n=r},8431:(e,t,i)=>{"use strict";i.d(t,{Z:()=>n});var a=i(3645),r=i.n(a)()((function(e){return e[1]}));r.push([e.id,".alphabet-icon g,.alphabet-icon line,.alphabet-icon polyline{color:inherit}",""]);const n=r},5354:(e,t,i)=>{"use strict";i.d(t,{Z:()=>n});var a=i(3645),r=i.n(a)()((function(e){return e[1]}));r.push([e.id,".select[data-v-6cd58048]{position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.select-search[data-v-6cd58048]{background:#fff;padding:13px;position:-webkit-sticky;position:sticky;top:0}.select-search .search-input[data-v-6cd58048]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#f4f5f6;border:1px solid transparent;font-size:.875em;font-weight:700;outline:0;padding:13px 20px;transition:all .15s ease;width:100%}.input-options[data-v-6cd58048]{background:#fff;box-shadow:0 5px 15px rgba(0,0,0,.12);left:0;max-height:295px;overflow:hidden;overflow-y:auto;position:absolute;right:0;top:65px;z-index:9}.input-options .option-item[data-v-6cd58048]{cursor:pointer;display:block;padding:13px 20px}.input-options .option-item[data-v-6cd58048]:hover{background:#f4f5f6;color:#00bc7e}.input-options .option-item[data-v-6cd58048]:last-child{border-bottom:none}.input-area[data-v-6cd58048]{align-items:center;border:1px solid transparent;cursor:pointer;display:flex;justify-content:space-between;outline:0;padding:13px 20px;width:100%}.input-area[data-v-6cd58048],.input-area .chevron[data-v-6cd58048]{transition:all .15s ease}.input-area.is-active .chevron[data-v-6cd58048]{transform:rotate(180deg)}.input-area.is-error[data-v-6cd58048]{border-color:#fd397a;box-shadow:0 0 7px rgba(253,57,122,.3)}.option-icon[data-v-6cd58048]{display:inline-block;font-size:.625em;width:20px}.option-value[data-v-6cd58048]{font-size:.875em;font-weight:700;vertical-align:middle}.option-value.placehoder[data-v-6cd58048]{color:rgba(27,37,57,.5)}.slide-in-enter-active[data-v-6cd58048]{transition:all .15s ease}.slide-in-enter[data-v-6cd58048]{opacity:0;transform:translateY(-50px)}.dark .select-search[data-v-6cd58048]{background:#1e2024}.dark .select-search .search-input[data-v-6cd58048]{background:#151515}.dark .popup-wrapper .input-area[data-v-6cd58048]{background:#25272c}.dark .input-options[data-v-6cd58048]{background:#1e2024}.dark .input-options .option-item[data-v-6cd58048]{border-bottom:none}.dark .input-options .option-item[data-v-6cd58048]:hover{background:#2a2c32}.dark .input-options .option-item:hover .option-icon circle[data-v-6cd58048],.dark .input-options .option-item:hover .option-icon path[data-v-6cd58048]{color:inherit}.dark .input-options .option-item[data-v-6cd58048]:last-child{border-bottom:none}.dark .option-value.placehoder[data-v-6cd58048]{color:#7d858c}",""]);const n=r},3058:(e,t,i)=>{"use strict";i.d(t,{Z:()=>n});var a=i(3645),r=i.n(a)()((function(e){return e[1]}));r.push([e.id,".input-wrapper[data-v-1e835bde]{display:flex;width:100%}.input-wrapper .input-label[data-v-1e835bde]{color:#1b2539}.input-wrapper .switch-content[data-v-1e835bde]{width:100%}.input-wrapper .switch-content[data-v-1e835bde]:last-child{width:80px}.switch[data-v-1e835bde]{background:#f1f1f5;height:28px;position:relative;width:50px}.switch[data-v-1e835bde],.switch .switch-button[data-v-1e835bde]{border-radius:50px;display:block;transition:all .3s ease}.switch .switch-button[data-v-1e835bde]{background:#fff;box-shadow:0 2px 4px rgba(37,38,94,.1);cursor:pointer;height:22px;left:3px;position:absolute;top:3px;width:22px}.switch.active .switch-button[data-v-1e835bde]{left:25px}.dark .switch[data-v-1e835bde]{background:#1e2024}.dark .popup-wrapper .switch[data-v-1e835bde]{background:#25272c}",""]);const n=r},7691:(e,t,i)=>{"use strict";i.d(t,{Z:()=>n});var a=i(3645),r=i.n(a)()((function(e){return e[1]}));r.push([e.id,".context-menu-enter-active[data-v-87406fb8],.context-menu-leave-active[data-v-87406fb8],.fade-enter-active[data-v-87406fb8],.fade-leave-active[data-v-87406fb8]{transition:all .3s}.fade-enter[data-v-87406fb8],.fade-leave-to[data-v-87406fb8]{opacity:0}.context-menu-enter[data-v-87406fb8],.context-menu-leave-to[data-v-87406fb8]{opacity:0;transform:translateY(100%)}.context-menu-leave-active[data-v-87406fb8]{position:fixed}.vignette-enter-active[data-v-87406fb8]{-webkit-animation:vignette-in-data-v-87406fb8 .15s cubic-bezier(.4,0,1,1);animation:vignette-in-data-v-87406fb8 .15s cubic-bezier(.4,0,1,1)}.vignette-leave-active[data-v-87406fb8]{animation:vignette-in-data-v-87406fb8 .15s linear reverse}@-webkit-keyframes vignette-in-data-v-87406fb8{0%{opacity:0}to{opacity:1}}@keyframes vignette-in-data-v-87406fb8{0%{opacity:0}to{opacity:1}}",""]);const n=r},2122:(e,t,i)=>{"use strict";i.d(t,{Z:()=>n});var a=i(3645),r=i.n(a)()((function(e){return e[1]}));r.push([e.id,".menu-options[data-v-f3a904d4]{list-style:none;margin-top:10px;width:100%}",""]);const n=r},9386:(e,t,i)=>{"use strict";i.d(t,{Z:()=>n});var a=i(3645),r=i.n(a)()((function(e){return e[1]}));r.push([e.id,".popup-leave-active[data-v-711e73b9]{animation:popup-slide-in-data-v-711e73b9 .15s ease reverse}@media only screen and (min-width:960px){.popup-enter-active[data-v-711e73b9]{-webkit-animation:popup-slide-in-data-v-711e73b9 .25s ease .1s both;animation:popup-slide-in-data-v-711e73b9 .25s ease .1s both}@-webkit-keyframes popup-slide-in-data-v-711e73b9{0%{opacity:0;transform:translateY(100px)}to{opacity:1;transform:translateY(0)}}@keyframes popup-slide-in-data-v-711e73b9{0%{opacity:0;transform:translateY(100px)}to{opacity:1;transform:translateY(0)}}}@media only screen and (max-width:960px){.popup-enter-active[data-v-711e73b9]{-webkit-animation:popup-slide-in-data-v-711e73b9 .35s ease .15s both;animation:popup-slide-in-data-v-711e73b9 .35s ease .15s both}@-webkit-keyframes popup-slide-in-data-v-711e73b9{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes popup-slide-in-data-v-711e73b9{0%{transform:translateY(100%)}to{transform:translateY(0)}}}",""]);const n=r},5351:(e,t,i)=>{"use strict";i.d(t,{Z:()=>n});var a=i(3645),r=i.n(a)()((function(e){return e[1]}));r.push([e.id,".form-wrapper[data-v-dd2b709a]{padding:0 20px}.input-wrapper[data-v-dd2b709a]{margin-bottom:20px}.input-wrapper[data-v-dd2b709a]:last-child{margin-bottom:0}.input-wrapper input[data-v-dd2b709a]{color:#1b2539;width:100%}.input-wrapper input.is-error[data-v-dd2b709a]{border-color:#fd397a}.inline-wrapper[data-v-dd2b709a]{align-items:center;display:flex;justify-content:space-between}.inline-wrapper.icon-append .input-text[data-v-dd2b709a]{border-bottom-right-radius:0;border-top-right-radius:0}.inline-wrapper.icon-append .icon[data-v-dd2b709a]{background:#000;border-bottom-right-radius:8px;border-top-right-radius:8px;line-height:0;padding:15px 18px;text-align:center}.inline-wrapper.icon-append .icon path[data-v-dd2b709a],.inline-wrapper.icon-append .icon polyline[data-v-dd2b709a]{stroke:#fff}.input-label[data-v-dd2b709a]{color:#1b2539;display:block;font-size:.875em;font-weight:700;margin-bottom:8px}.dark .inline-wrapper.icon-append .icon[data-v-dd2b709a]{background:rgba(0,188,126,.1)}.dark .inline-wrapper.icon-append .icon path[data-v-dd2b709a],.dark .inline-wrapper.icon-append .icon polyline[data-v-dd2b709a]{stroke:#00bc7e}.dark .input-label[data-v-dd2b709a]{color:#bec6cf}.form.inline-form[data-v-dd2b709a]{display:flex;justify-content:center;margin:0 auto;position:relative}.form.inline-form .input-wrapper[data-v-dd2b709a]{position:relative}.form.inline-form .input-wrapper .error-message[data-v-dd2b709a]{bottom:-25px;left:0;position:absolute}.form.block-form .switch-wrapper[data-v-dd2b709a]{border-bottom:1px solid #f4f5f6;margin-bottom:13px;padding-bottom:13px}.form.block-form .switch-wrapper[data-v-dd2b709a]:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.form.block-form .wrapper-inline[data-v-dd2b709a]{display:flex;margin:0 -15px}.form.block-form .wrapper-inline .block-wrapper[data-v-dd2b709a]{padding:0 15px;width:100%}.form.block-form .block-wrapper[data-v-dd2b709a]{margin-bottom:32px}.form.block-form .block-wrapper label[data-v-dd2b709a]{color:rgba(27,37,57,.8);display:block;font-size:.875em;font-weight:700;margin-bottom:7px;text-align:left}.form.block-form .block-wrapper[data-v-dd2b709a]:last-child{margin-bottom:0}.form.block-form .button[data-v-dd2b709a]{margin-top:50px}.form .inline-wrapper[data-v-dd2b709a]{align-items:center;display:flex;justify-content:space-between}.form .inline-wrapper .switch-label .input-help[data-v-dd2b709a]{padding-top:0}.form .inline-wrapper .switch-label .input-label[data-v-dd2b709a]{color:#1b2539;font-size:1em;font-weight:700;margin-bottom:5px}.input-help[data-v-dd2b709a]{color:rgba(27,37,57,.7);display:block;font-size:.75em;line-height:1.35;padding-top:10px}.single-line-form[data-v-dd2b709a]{display:flex}.single-line-form .submit-button[data-v-dd2b709a]{margin-left:20px}.error-message[data-v-dd2b709a]{color:#fd397a;display:block;font-size:.875em;padding-top:5px;text-align:left}textarea[data-v-dd2b709a]{width:100%}input[type=email].is-error[data-v-dd2b709a],input[type=number].is-error[data-v-dd2b709a],input[type=password].is-error[data-v-dd2b709a],input[type=text].is-error[data-v-dd2b709a],textarea.is-error[data-v-dd2b709a]{border-color:#fd397a}input[type=email][data-v-dd2b709a]::-moz-placeholder,input[type=number][data-v-dd2b709a]::-moz-placeholder,input[type=password][data-v-dd2b709a]::-moz-placeholder,input[type=text][data-v-dd2b709a]::-moz-placeholder,textarea[data-v-dd2b709a]::-moz-placeholder{color:rgba(27,37,57,.5);font-size:.9375em}input[type=email][data-v-dd2b709a]:-ms-input-placeholder,input[type=number][data-v-dd2b709a]:-ms-input-placeholder,input[type=password][data-v-dd2b709a]:-ms-input-placeholder,input[type=text][data-v-dd2b709a]:-ms-input-placeholder,textarea[data-v-dd2b709a]:-ms-input-placeholder{color:rgba(27,37,57,.5);font-size:.9375em}input[type=email][data-v-dd2b709a]::placeholder,input[type=number][data-v-dd2b709a]::placeholder,input[type=password][data-v-dd2b709a]::placeholder,input[type=text][data-v-dd2b709a]::placeholder,textarea[data-v-dd2b709a]::placeholder{color:rgba(27,37,57,.5);font-size:.9375em}input[type=email][disabled][data-v-dd2b709a],input[type=number][disabled][data-v-dd2b709a],input[type=password][disabled][data-v-dd2b709a],input[type=text][disabled][data-v-dd2b709a],textarea[disabled][data-v-dd2b709a]{-webkit-text-fill-color:rgba(27,37,57,.8);color:rgba(27,37,57,.8);cursor:not-allowed;opacity:1}input[type=color][data-v-dd2b709a]{background:none;border:none;height:40px;min-width:auto!important;outline:none;width:38px!important}.additional-link[data-v-dd2b709a]{display:block;font-size:1em;margin-top:50px}.additional-link a[data-v-dd2b709a],.additional-link b[data-v-dd2b709a]{cursor:pointer}.additional-link a[data-v-dd2b709a]:hover,.additional-link b[data-v-dd2b709a]:hover{text-decoration:underline}@media only screen and (max-width:1024px){.form[data-v-dd2b709a]{max-width:100%}}@media only screen and (max-width:960px){.form .button[data-v-dd2b709a]{margin-left:0;margin-right:0;margin-top:20px;width:100%}.form input[data-v-dd2b709a],.form textarea[data-v-dd2b709a]{min-width:100%;width:100%}.form.block-form .block-wrapper[data-v-dd2b709a]{display:block}.form.block-form .block-wrapper label[data-v-dd2b709a]{display:block;font-size:.875em;margin-bottom:7px;padding-right:0;padding-top:0;text-align:left!important;width:100%}.form.block-form .button[data-v-dd2b709a]{margin-left:0;margin-right:0;margin-top:25px}.form.inline-form[data-v-dd2b709a]{display:block}.form.inline-form .input-wrapper .error-message[data-v-dd2b709a]{bottom:0;position:relative}.form .button[data-v-dd2b709a]{padding:14px 32px}.single-line-form[data-v-dd2b709a]{display:block}.single-line-form .submit-button[data-v-dd2b709a]{margin-left:0;margin-top:20px;width:100%}input[type=email][data-v-dd2b709a],input[type=number][data-v-dd2b709a],input[type=password][data-v-dd2b709a],input[type=text][data-v-dd2b709a],textarea[data-v-dd2b709a]{padding:14px 20px}}@media only screen and (max-width:690px){.form.block-form .wrapper-inline[data-v-dd2b709a]{display:block}}.dark .form .input-help[data-v-dd2b709a]{color:#7d858c}.dark .form.block-form .block-wrapper label[data-v-dd2b709a]{color:#bec6cf}.dark .form.block-form .switch-wrapper[data-v-dd2b709a]{border-color:hsla(0,0%,100%,.02)}.dark .form .inline-wrapper .switch-label .input-label[data-v-dd2b709a]{color:#bec6cf}.dark input[type=email][data-v-dd2b709a],.dark input[type=number][data-v-dd2b709a],.dark input[type=password][data-v-dd2b709a],.dark input[type=text][data-v-dd2b709a],.dark textarea[data-v-dd2b709a]{background:#1e2024;border-color:#1e2024;color:#bec6cf}.dark input[type=email][data-v-dd2b709a]::-moz-placeholder,.dark input[type=number][data-v-dd2b709a]::-moz-placeholder,.dark input[type=password][data-v-dd2b709a]::-moz-placeholder,.dark input[type=text][data-v-dd2b709a]::-moz-placeholder,.dark textarea[data-v-dd2b709a]::-moz-placeholder{color:#7d858c}.dark input[type=email][data-v-dd2b709a]:-ms-input-placeholder,.dark input[type=number][data-v-dd2b709a]:-ms-input-placeholder,.dark input[type=password][data-v-dd2b709a]:-ms-input-placeholder,.dark input[type=text][data-v-dd2b709a]:-ms-input-placeholder,.dark textarea[data-v-dd2b709a]:-ms-input-placeholder{color:#7d858c}.dark input[type=email][data-v-dd2b709a]::placeholder,.dark input[type=number][data-v-dd2b709a]::placeholder,.dark input[type=password][data-v-dd2b709a]::placeholder,.dark input[type=text][data-v-dd2b709a]::placeholder,.dark textarea[data-v-dd2b709a]::placeholder{color:#7d858c}.dark input[type=email][disabled][data-v-dd2b709a],.dark input[type=number][disabled][data-v-dd2b709a],.dark input[type=password][disabled][data-v-dd2b709a],.dark input[type=text][disabled][data-v-dd2b709a],.dark textarea[disabled][data-v-dd2b709a]{-webkit-text-fill-color:hsla(208,6%,52%,.8);color:hsla(208,6%,52%,.8)}.dark .popup-wrapper input[type=email][data-v-dd2b709a],.dark .popup-wrapper input[type=number][data-v-dd2b709a],.dark .popup-wrapper input[type=password][data-v-dd2b709a],.dark .popup-wrapper input[type=text][data-v-dd2b709a],.dark .popup-wrapper textarea[data-v-dd2b709a]{background:#25272c}.permission-toggle[data-v-dd2b709a]{align-items:center;cursor:pointer;display:flex;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.permission-toggle .privilege[data-v-dd2b709a]{color:rgba(27,37,57,.7);font-size:.8125em;margin-right:10px;white-space:nowrap}.permission-toggle path[data-v-dd2b709a],.permission-toggle polyline[data-v-dd2b709a]{color:#a4adb6}.dark .permission-toggle .privilege[data-v-dd2b709a]{color:#7d858c}",""]);const n=r},7517:(e,t,i)=>{"use strict";i.d(t,{Z:()=>n});var a=i(3645),r=i.n(a)()((function(e){return e[1]}));r.push([e.id,".text-label[data-v-27257606]{color:#afafaf;display:block;font-size:.75em;font-weight:700;margin-bottom:5px;padding-left:25px}@media only screen and (max-width:1024px){.text-label[data-v-27257606]{padding-left:20px}}.dark .text-label[data-v-27257606]{opacity:.35}",""]);const n=r},9302:(e,t,i)=>{"use strict";i.d(t,{Z:()=>n});var a=i(3645),r=i.n(a)()((function(e){return e[1]}));r.push([e.id,".info-box[data-v-26872047]{background:#f4f5f6;border-radius:10px;margin-bottom:32px;padding:20px;text-align:left}.info-box.error[data-v-26872047]{background:rgba(253,57,122,.1)}.info-box.error a[data-v-26872047],.info-box.error p[data-v-26872047]{color:#fd397a}.info-box.error a[data-v-26872047]{text-decoration:underline}.info-box p[data-v-26872047]{font-weight:600;line-height:1.6;word-break:break-word}.info-box p[data-v-26872047],.info-box p[data-v-26872047] a{font-size:15px}.info-box p[data-v-26872047] b{font-size:15px;font-weight:700}.info-box a[data-v-26872047],.info-box b[data-v-26872047]{font-weight:700}.info-box a[data-v-26872047]{font-size:.9375em;line-height:1.6}.info-box ul[data-v-26872047]{margin-top:15px}.info-box ul[data-v-26872047],.info-box ul li[data-v-26872047],.info-box ul li a[data-v-26872047]{display:block}@media only screen and (max-width:690px){.info-box[data-v-26872047]{padding:15px}}.dark .info-box[data-v-26872047]{background:#1e2024}.dark .info-box.error[data-v-26872047]{background:rgba(253,57,122,.1)}.dark .info-box.error a[data-v-26872047],.dark .info-box.error p[data-v-26872047]{color:#fd397a}.dark .info-box.error a[data-v-26872047]{text-decoration:underline}.dark .info-box p[data-v-26872047],.dark .info-box ul li[data-v-26872047]{color:#bec6cf}",""]);const n=r},4479:(e,t,i)=>{"use strict";i.d(t,{C1:()=>n});function a(e){return null==e}function r(e){return Array.isArray(e)&&0===e.length}var n={validate:function(e,t){var i=(void 0===t?{allowFalse:!0}:t).allowFalse,n={valid:!1,required:!0};return a(e)||r(e)?n:!1!==e||i?(n.valid=!!String(e).trim().length,n):n},params:[{name:"allowFalse",default:!0}],computesRequired:!0}},9495:function(e,t,i){!function(e,t){"use strict";function i(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var a=i(t),r={code:"en",messages:{alpha:"The {_field_} field may only contain alphabetic characters",alpha_num:"The {_field_} field may only contain alpha-numeric characters",alpha_dash:"The {_field_} field may contain alpha-numeric characters as well as dashes and underscores",alpha_spaces:"The {_field_} field may only contain alphabetic characters as well as spaces",between:"The {_field_} field must be between {min} and {max}",confirmed:"The {_field_} field confirmation does not match",digits:"The {_field_} field must be numeric and exactly contain {length} digits",dimensions:"The {_field_} field must be {width} pixels by {height} pixels",email:"The {_field_} field must be a valid email",excluded:"The {_field_} field is not a valid value",ext:"The {_field_} field is not a valid file",image:"The {_field_} field must be an image",integer:"The {_field_} field must be an integer",length:"The {_field_} field must be {length} long",max_value:"The {_field_} field must be {max} or less",max:"The {_field_} field may not be greater than {length} characters",mimes:"The {_field_} field must have a valid file type",min_value:"The {_field_} field must be {min} or more",min:"The {_field_} field must be at least {length} characters",numeric:"The {_field_} field may only contain numeric characters",oneOf:"The {_field_} field is not a valid value",regex:"The {_field_} field format is invalid",required_if:"The {_field_} field is required",required:"The {_field_} field is required",size:"The {_field_} field size must be less than {size}KB",double:"The {_field_} field must be a valid decimal"}},n={en:/^[A-Z]*$/i,cs:/^[A-ZÁČĎÉĚÍŇÓŘŠŤÚŮÝŽ]*$/i,da:/^[A-ZÆØÅ]*$/i,de:/^[A-ZÄÖÜß]*$/i,es:/^[A-ZÁÉÍÑÓÚÜ]*$/i,fa:/^[ءآأؤإئابةتثجحخدذرزسشصضطظعغفقكلمنهوىيًٌٍَُِّْٰپژگچکی]*$/,fr:/^[A-ZÀÂÆÇÉÈÊËÏÎÔŒÙÛÜŸ]*$/i,it:/^[A-Z\xC0-\xFF]*$/i,lt:/^[A-ZĄČĘĖĮŠŲŪŽ]*$/i,nl:/^[A-ZÉËÏÓÖÜ]*$/i,hu:/^[A-ZÁÉÍÓÖŐÚÜŰ]*$/i,pl:/^[A-ZĄĆĘŚŁŃÓŻŹ]*$/i,pt:/^[A-ZÃÁÀÂÇÉÊÍÕÓÔÚÜ]*$/i,ro:/^[A-ZĂÂÎŞŢ]*$/i,ru:/^[А-ЯЁ]*$/i,sk:/^[A-ZÁÄČĎÉÍĹĽŇÓŔŠŤÚÝŽ]*$/i,sr:/^[A-ZČĆŽŠĐ]*$/i,sv:/^[A-ZÅÄÖ]*$/i,tr:/^[A-ZÇĞİıÖŞÜ]*$/i,uk:/^[А-ЩЬЮЯЄІЇҐ]*$/i,ar:/^[ءآأؤإئابةتثجحخدذرزسشصضطظعغفقكلمنهوىيًٌٍَُِّْٰ]*$/,az:/^[A-ZÇƏĞİıÖŞÜ]*$/i,el:/^[Α-ώ]*$/i,ja:/^[A-Z\u3000-\u303F\u3040-\u309F\u30A0-\u30FF\uFF00-\uFFEF\u4E00-\u9FAF]*$/i,he:/^[A-Z\u05D0-\u05EA']*$/i},s={en:/^[A-Z\s]*$/i,cs:/^[A-ZÁČĎÉĚÍŇÓŘŠŤÚŮÝŽ\s]*$/i,da:/^[A-ZÆØÅ\s]*$/i,de:/^[A-ZÄÖÜß\s]*$/i,es:/^[A-ZÁÉÍÑÓÚÜ\s]*$/i,fa:/^[ءآأؤإئابةتثجحخدذرزسشصضطظعغفقكلمنهوىيًٌٍَُِّْٰپژگچکی]*$/,fr:/^[A-ZÀÂÆÇÉÈÊËÏÎÔŒÙÛÜŸ\s]*$/i,it:/^[A-Z\xC0-\xFF\s]*$/i,lt:/^[A-ZĄČĘĖĮŠŲŪŽ\s]*$/i,nl:/^[A-ZÉËÏÓÖÜ\s]*$/i,hu:/^[A-ZÁÉÍÓÖŐÚÜŰ\s]*$/i,pl:/^[A-ZĄĆĘŚŁŃÓŻŹ\s]*$/i,pt:/^[A-ZÃÁÀÂÇÉÊÍÕÓÔÚÜ\s]*$/i,ro:/^[A-ZĂÂÎŞŢ\s]*$/i,ru:/^[А-ЯЁ\s]*$/i,sk:/^[A-ZÁÄČĎÉÍĹĽŇÓŔŠŤÚÝŽ\s]*$/i,sr:/^[A-ZČĆŽŠĐ\s]*$/i,sv:/^[A-ZÅÄÖ\s]*$/i,tr:/^[A-ZÇĞİıÖŞÜ\s]*$/i,uk:/^[А-ЩЬЮЯЄІЇҐ\s]*$/i,ar:/^[ءآأؤإئابةتثجحخدذرزسشصضطظعغفقكلمنهوىيًٌٍَُِّْٰ\s]*$/,az:/^[A-ZÇƏĞİıÖŞÜ\s]*$/i,el:/^[Α-ώ\s]*$/i,ja:/^[A-Z\u3000-\u303F\u3040-\u309F\u30A0-\u30FF\uFF00-\uFFEF\u4E00-\u9FAF\s]*$/i,he:/^[A-Z\u05D0-\u05EA'\s]*$/i},o={en:/^[0-9A-Z]*$/i,cs:/^[0-9A-ZÁČĎÉĚÍŇÓŘŠŤÚŮÝŽ]*$/i,da:/^[0-9A-ZÆØÅ]$/i,de:/^[0-9A-ZÄÖÜß]*$/i,es:/^[0-9A-ZÁÉÍÑÓÚÜ]*$/i,fa:/^[ءآأؤإئابةتثجحخدذرزسشصضطظعغفقكلمنهوىيًٌٍَُِّْٰپژگچکی]*$/,fr:/^[0-9A-ZÀÂÆÇÉÈÊËÏÎÔŒÙÛÜŸ]*$/i,it:/^[0-9A-Z\xC0-\xFF]*$/i,lt:/^[0-9A-ZĄČĘĖĮŠŲŪŽ]*$/i,hu:/^[0-9A-ZÁÉÍÓÖŐÚÜŰ]*$/i,nl:/^[0-9A-ZÉËÏÓÖÜ]*$/i,pl:/^[0-9A-ZĄĆĘŚŁŃÓŻŹ]*$/i,pt:/^[0-9A-ZÃÁÀÂÇÉÊÍÕÓÔÚÜ]*$/i,ro:/^[0-9A-ZĂÂÎŞŢ]*$/i,ru:/^[0-9А-ЯЁ]*$/i,sk:/^[0-9A-ZÁÄČĎÉÍĹĽŇÓŔŠŤÚÝŽ]*$/i,sr:/^[0-9A-ZČĆŽŠĐ]*$/i,sv:/^[0-9A-ZÅÄÖ]*$/i,tr:/^[0-9A-ZÇĞİıÖŞÜ]*$/i,uk:/^[0-9А-ЩЬЮЯЄІЇҐ]*$/i,ar:/^[٠١٢٣٤٥٦٧٨٩0-9ءآأؤإئابةتثجحخدذرزسشصضطظعغفقكلمنهوىيًٌٍَُِّْٰ]*$/,az:/^[0-9A-ZÇƏĞİıÖŞÜ]*$/i,el:/^[0-9Α-ώ]*$/i,ja:/^[0-9A-Z\u3000-\u303F\u3040-\u309F\u30A0-\u30FF\uFF00-\uFFEF\u4E00-\u9FAF]*$/i,he:/^[0-9A-Z\u05D0-\u05EA']*$/i},u={en:/^[0-9A-Z_-]*$/i,cs:/^[0-9A-ZÁČĎÉĚÍŇÓŘŠŤÚŮÝŽ_-]*$/i,da:/^[0-9A-ZÆØÅ_-]*$/i,de:/^[0-9A-ZÄÖÜß_-]*$/i,es:/^[0-9A-ZÁÉÍÑÓÚÜ_-]*$/i,fa:/^[ءآأؤإئابةتثجحخدذرزسشصضطظعغفقكلمنهوىيًٌٍَُِّْٰپژگچکی]*$/,fr:/^[0-9A-ZÀÂÆÇÉÈÊËÏÎÔŒÙÛÜŸ_-]*$/i,it:/^[0-9A-Z\xC0-\xFF_-]*$/i,lt:/^[0-9A-ZĄČĘĖĮŠŲŪŽ_-]*$/i,nl:/^[0-9A-ZÉËÏÓÖÜ_-]*$/i,hu:/^[0-9A-ZÁÉÍÓÖŐÚÜŰ_-]*$/i,pl:/^[0-9A-ZĄĆĘŚŁŃÓŻŹ_-]*$/i,pt:/^[0-9A-ZÃÁÀÂÇÉÊÍÕÓÔÚÜ_-]*$/i,ro:/^[0-9A-ZĂÂÎŞŢ_-]*$/i,ru:/^[0-9А-ЯЁ_-]*$/i,sk:/^[0-9A-ZÁÄČĎÉÍĹĽŇÓŔŠŤÚÝŽ_-]*$/i,sr:/^[0-9A-ZČĆŽŠĐ_-]*$/i,sv:/^[0-9A-ZÅÄÖ_-]*$/i,tr:/^[0-9A-ZÇĞİıÖŞÜ_-]*$/i,uk:/^[0-9А-ЩЬЮЯЄІЇҐ_-]*$/i,ar:/^[٠١٢٣٤٥٦٧٨٩0-9ءآأؤإئابةتثجحخدذرزسشصضطظعغفقكلمنهوىيًٌٍَُِّْٰ_-]*$/,az:/^[0-9A-ZÇƏĞİıÖŞÜ_-]*$/i,el:/^[0-9Α-ώ_-]*$/i,ja:/^[0-9A-Z\u3000-\u303F\u3040-\u309F\u30A0-\u30FF\uFF00-\uFFEF\u4E00-\u9FAF_-]*$/i,he:/^[0-9A-Z\u05D0-\u05EA'_-]*$/i},d=function(e,t){var i=(void 0===t?{}:t).locale,a=void 0===i?"":i;return Array.isArray(e)?e.every((function(e){return d(e,{locale:a})})):a?(n[a]||n.en).test(e):Object.keys(n).some((function(t){return n[t].test(e)}))},l={validate:d,params:[{name:"locale"}]},c=function(e,t){var i=(void 0===t?{}:t).locale,a=void 0===i?"":i;return Array.isArray(e)?e.every((function(e){return c(e,{locale:a})})):a?(u[a]||u.en).test(e):Object.keys(u).some((function(t){return u[t].test(e)}))},f={validate:c,params:[{name:"locale"}]},p=function(e,t){var i=(void 0===t?{}:t).locale,a=void 0===i?"":i;return Array.isArray(e)?e.every((function(e){return p(e,{locale:a})})):a?(o[a]||o.en).test(e):Object.keys(o).some((function(t){return o[t].test(e)}))},v={validate:p,params:[{name:"locale"}]},m=function(e,t){var i=(void 0===t?{}:t).locale,a=void 0===i?"":i;return Array.isArray(e)?e.every((function(e){return m(e,{locale:a})})):a?(s[a]||s.en).test(e):Object.keys(s).some((function(t){return s[t].test(e)}))},h={validate:m,params:[{name:"locale"}]},b=function(e,t){var i=void 0===t?{}:t,a=i.min,r=i.max;return Array.isArray(e)?e.every((function(e){return!!b(e,{min:a,max:r})})):Number(a)<=e&&Number(r)>=e},g={validate:b,params:[{name:"min"},{name:"max"}]},_={validate:function(e,t){var i=t.target;return String(e)===String(i)},params:[{name:"target",isTarget:!0}]},y=function(e,t){var i=t.length;if(Array.isArray(e))return e.every((function(e){return y(e,{length:i})}));var a=String(e);return/^[0-9]*$/.test(a)&&a.length===i},x={validate:y,params:[{name:"length",cast:function(e){return Number(e)}}]},k=function(e,t,i){var a=window.URL||window.webkitURL;return new Promise((function(r){var n=new Image;n.onerror=function(){return r(!1)},n.onload=function(){return r(n.width===t&&n.height===i)},n.src=a.createObjectURL(e)}))},w=function(e,t){var i=t.width,a=t.height,r=[];e=Array.isArray(e)?e:[e];for(var n=0;n()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/;return i&&!Array.isArray(e)&&(e=String(e).split(",").map((function(e){return e.trim()}))),Array.isArray(e)?e.every((function(e){return a.test(String(e))})):a.test(String(e))},params:[{name:"multiple",default:!1}]};function O(e){return e!=e}function P(e){return null==e}function A(e){return Array.isArray(e)&&0===e.length}var I=function(e){return null!==e&&e&&"object"==typeof e&&!Array.isArray(e)};function j(e,t){return!(!O(e)||!O(t))||e===t}function S(e){return""!==e&&!P(e)}function F(e){return"function"==typeof e}function z(e){return F(e)&&!!e.__locatorRef}function Z(e,t){var i=Array.isArray(e)?e:D(e);if(F(i.findIndex))return i.findIndex(t);for(var a=0;a=0:Array.isArray(e)?e.every((function(e){return re(e,{length:i})})):String(e).length<=i},ne={validate:re,params:[{name:"length",cast:function(e){return Number(e)}}]},se=function(e,t){var i=t.max;return!P(e)&&""!==e&&(Array.isArray(e)?e.length>0&&e.every((function(e){return se(e,{max:i})})):Number(e)<=i)},oe={validate:se,params:[{name:"max",cast:function(e){return Number(e)}}]},ue=function(e,t){var i=new RegExp(t.join("|").replace("*",".+")+"$","i");return Array.isArray(e)?e.every((function(e){return i.test(e.type)})):i.test(e.type)},de={validate:ue},le=function(e,t){var i=t.length;return!P(e)&&(Array.isArray(e)?e.every((function(e){return le(e,{length:i})})):String(e).length>=i)},ce={validate:le,params:[{name:"length",cast:function(e){return Number(e)}}]},fe=function(e,t){var i=t.min;return!P(e)&&""!==e&&(Array.isArray(e)?e.length>0&&e.every((function(e){return fe(e,{min:i})})):Number(e)>=i)},pe={validate:fe,params:[{name:"min",cast:function(e){return Number(e)}}]},ve=/^[٠١٢٣٤٥٦٧٨٩]+$/,me=/^[0-9]+$/,he={validate:function(e){var t=function(e){var t=String(e);return me.test(t)||ve.test(t)};return Array.isArray(e)?e.every(t):t(e)}},be=function(e,t){var i=t.regex;return Array.isArray(e)?e.every((function(e){return be(e,{regex:i})})):i.test(String(e))},ge={validate:be,params:[{name:"regex",cast:function(e){return"string"==typeof e?new RegExp(e):e}}]},_e={validate:function(e,t){var i=(void 0===t?{allowFalse:!0}:t).allowFalse,a={valid:!1,required:!0};return P(e)||A(e)?a:!1!==e||i?(a.valid=!!String(e).trim().length,a):a},params:[{name:"allowFalse",default:!0}],computesRequired:!0},ye=function(e){return A(e)||T([!1,null,void 0],e)||!String(e).trim().length},xe=function(e,t){var i,a=t.target,r=t.values;return r&&r.length?(Array.isArray(r)||"string"!=typeof r||(r=[r]),i=r.some((function(e){return e==String(a).trim()}))):i=!ye(a),i?{valid:!ye(e),required:i}:{valid:!0,required:i}},ke={validate:xe,params:[{name:"target",isTarget:!0},{name:"values"}],computesRequired:!0},we=function(e,t){var i=t.size;if(isNaN(i))return!1;var a=1024*i;if(!Array.isArray(e))return e.size<=a;for(var r=0;ra)return!1;return!0},Ce={validate:we,params:[{name:"size",cast:function(e){return Number(e)}}]},$e=function(e,t){var i=t||{},a=i.decimals,r=void 0===a?0:a,n=i.separator,s=new RegExp("^-?\\d+"+("comma"===(void 0===n?"dot":n)?",?":"\\.?")+(0===r?"\\d*":"(\\d{"+r+"})?")+"$");return Array.isArray(e)?e.every((function(e){return s.test(String(e))})):s.test(String(e))},Oe={validate:$e,params:[{name:"decimals",default:0},{name:"separator",default:"dot"}]},Pe=Object.freeze({__proto__:null,alpha_dash:f,alpha_num:v,alpha_spaces:h,alpha:l,between:g,confirmed:_,digits:x,dimensions:C,email:$,ext:X,image:Q,oneOf:W,integer:J,length:ae,is_not:te,is:ee,max:ne,max_value:oe,mimes:de,min:ce,min_value:pe,excluded:G,numeric:he,regex:ge,required:_e,required_if:ke,size:Ce,double:Oe}),Ae=function(){return Ae=Object.assign||function(e){for(var t,i=1,a=arguments.length;i0&&r[r.length-1])||6!==n[0]&&2!==n[0])){s=0;continue}if(3===n[0]&&(!r||n[1]>r[0]&&n[1]=0&&Be.getRuleDefinition("max")&&(a.max=i.maxlength),i.minlength>=0&&Be.getRuleDefinition("min")&&(a.min=i.minlength),"number"===i.type&&(S(i.min)&&Be.getRuleDefinition("min_value")&&(a.min_value=Number(i.min)),S(i.max)&&Be.getRuleDefinition("max_value")&&(a.max_value=Number(i.max))),a):a}function $t(e){var t,i=["input","select","textarea"],a=null===(t=e.data)||void 0===t?void 0:t.attrs;if(!T(i,e.tag)||!a)return{};var r={};return"required"in a&&!1!==a.required&&Be.getRuleDefinition("required")&&(r.required="checkbox"!==a.type||[!0]),ct(e)?Ge(Ae(Ae({},r),Ct(e))):Ge(r)}function Ot(e,t){return e.$scopedSlots.default?e.$scopedSlots.default(t)||[]:e.$slots.default||[]}function Pt(e,t){return!(e._ignoreImmediate||!e.immediate)||!(j(e.value,t)||!e.normalizedEvents.length)||!!e._needsValidation||!e.initialized&&void 0===t}function At(e){return Ae(Ae({},e.flags),{errors:e.errors,classes:e.classes,failedRules:e.failedRules,reset:function(){return e.reset()},validate:function(){for(var t=[],i=0;i0)){var d=ze().useConstraintAttrs?$t(e):{};ut(t._resolvedRules,d)||(t._needsValidation=!0),kt(e)&&(t.fieldName=(null===(s=null===(n=e.data)||void 0===n?void 0:n.attrs)||void 0===s?void 0:s.name)||(null===(u=null===(o=e.data)||void 0===o?void 0:o.attrs)||void 0===u?void 0:u.id)),t._resolvedRules=d,zt(t,e)}}))}return this.slim&&i.length<=1?i[0]:e(this.tag,i)},beforeDestroy:function(){this.$_veeObserver.unobserve(this.id)},activated:function(){this.isActive=!0},deactivated:function(){this.isActive=!1},methods:{setFlags:function(e){var t=this;Object.keys(e).forEach((function(i){t.flags[i]=e[i]}))},syncValue:function(e){var t=lt(e);this.value=t,this.flags.changed=!ut(this.initialValue,t)},reset:function(){var e=this;this.errors=[],this.initialValue=this.value;var t=N();t.required=this.isRequired,this.setFlags(t),this.failedRules={},this.validateSilent(),this._pendingValidation=void 0,this._pendingReset=!0,setTimeout((function(){e._pendingReset=!1}),this.debounce)},validate:function(){for(var e=[],t=0;t0&&this.syncValue(e[0]),[2,St(this)]}))}))},validateSilent:function(){return Ie(this,void 0,void 0,(function(){var e,t;return je(this,(function(i){switch(i.label){case 0:return this.setFlags({pending:!0}),e=Ae(Ae({},this._resolvedRules),this.normalizedRules),Object.defineProperty(e,"_$$isNormalized",{value:!0,writable:!1,enumerable:!1,configurable:!1}),[4,Je(this.value,e,Ae(Ae({name:this.name||this.fieldName},Lt(this)),{bails:this.bails,skipIfEmpty:this.skipIfEmpty,isInitial:!this.initialized,customMessages:this.customMessages}))];case 1:return t=i.sent(),this.setFlags({pending:!1,valid:t.valid,invalid:!t.valid}),void 0!==t.required&&this.setFlags({required:t.required}),[2,t]}}))}))},setErrors:function(e){this.applyResult({errors:e,failedRules:{}})},applyResult:function(e){var t=e.errors,i=e.failedRules,a=e.regenerateMap;this.errors=t,this._regenerateMap=a,this.failedRules=Ae({},i||{}),this.setFlags({valid:!t.length,passed:!t.length,invalid:!!t.length,failed:!!t.length,validated:!0,changed:!ut(this.value,this.initialValue)})},registerField:function(){Rt(this)},checkComputesRequiredState:function(){var e=Ae(Ae({},this._resolvedRules),this.normalizedRules);return Object.keys(e).some(Be.isRequireRule)}}});function Dt(e,t){for(var i={},a=Object.keys(t),r=a.length,n=function(r){var n=a[r],s=e&&e[n]||n,o=t[n];return P(o)?"continue":"valid"!==n&&"invalid"!==n||t.validated?void("string"==typeof s?i[s]=o:Array.isArray(s)&&s.forEach((function(e){i[e]=o}))):"continue"},s=0;s{"use strict";i.d(t,{Z:()=>p});var a=function(){var e={base:"https://twemoji.maxcdn.com/v/13.1.1/",ext:".png",size:"72x72",className:"emoji",convert:{fromCodePoint:function(e){var t="string"==typeof e?parseInt(e,16):e;if(t<65536)return o(t);return o(55296+((t-=65536)>>10),56320+(1023&t))},toCodePoint:b},onerror:function(){this.parentNode&&this.parentNode.replaceChild(u(this.alt,!1),this)},parse:function(t,i){i&&"function"!=typeof i||(i={callback:i});return("string"==typeof t?p:f)(t,{callback:i.callback||d,attributes:"function"==typeof i.attributes?i.attributes:m,base:"string"==typeof i.base?i.base:e.base,ext:i.ext||e.ext,size:i.folder||(a=i.size||e.size,"number"==typeof a?a+"x"+a:a),className:i.className||e.className,onerror:i.onerror||e.onerror});var a},replace:h,test:function(e){i.lastIndex=0;var t=i.test(e);return i.lastIndex=0,t}},t={"&":"&","<":"<",">":">","'":"'",'"':"""},i=/(?:\ud83d\udc68\ud83c\udffb\u200d\u2764\ufe0f\u200d\ud83d\udc8b\u200d\ud83d\udc68\ud83c[\udffb-\udfff]|\ud83d\udc68\ud83c\udffc\u200d\u2764\ufe0f\u200d\ud83d\udc8b\u200d\ud83d\udc68\ud83c[\udffb-\udfff]|\ud83d\udc68\ud83c\udffd\u200d\u2764\ufe0f\u200d\ud83d\udc8b\u200d\ud83d\udc68\ud83c[\udffb-\udfff]|\ud83d\udc68\ud83c\udffe\u200d\u2764\ufe0f\u200d\ud83d\udc8b\u200d\ud83d\udc68\ud83c[\udffb-\udfff]|\ud83d\udc68\ud83c\udfff\u200d\u2764\ufe0f\u200d\ud83d\udc8b\u200d\ud83d\udc68\ud83c[\udffb-\udfff]|\ud83d\udc69\ud83c\udffb\u200d\u2764\ufe0f\u200d\ud83d\udc8b\u200d\ud83d\udc68\ud83c[\udffb-\udfff]|\ud83d\udc69\ud83c\udffb\u200d\u2764\ufe0f\u200d\ud83d\udc8b\u200d\ud83d\udc69\ud83c[\udffb-\udfff]|\ud83d\udc69\ud83c\udffc\u200d\u2764\ufe0f\u200d\ud83d\udc8b\u200d\ud83d\udc68\ud83c[\udffb-\udfff]|\ud83d\udc69\ud83c\udffc\u200d\u2764\ufe0f\u200d\ud83d\udc8b\u200d\ud83d\udc69\ud83c[\udffb-\udfff]|\ud83d\udc69\ud83c\udffd\u200d\u2764\ufe0f\u200d\ud83d\udc8b\u200d\ud83d\udc68\ud83c[\udffb-\udfff]|\ud83d\udc69\ud83c\udffd\u200d\u2764\ufe0f\u200d\ud83d\udc8b\u200d\ud83d\udc69\ud83c[\udffb-\udfff]|\ud83d\udc69\ud83c\udffe\u200d\u2764\ufe0f\u200d\ud83d\udc8b\u200d\ud83d\udc68\ud83c[\udffb-\udfff]|\ud83d\udc69\ud83c\udffe\u200d\u2764\ufe0f\u200d\ud83d\udc8b\u200d\ud83d\udc69\ud83c[\udffb-\udfff]|\ud83d\udc69\ud83c\udfff\u200d\u2764\ufe0f\u200d\ud83d\udc8b\u200d\ud83d\udc68\ud83c[\udffb-\udfff]|\ud83d\udc69\ud83c\udfff\u200d\u2764\ufe0f\u200d\ud83d\udc8b\u200d\ud83d\udc69\ud83c[\udffb-\udfff]|\ud83e\uddd1\ud83c\udffb\u200d\u2764\ufe0f\u200d\ud83d\udc8b\u200d\ud83e\uddd1\ud83c[\udffc-\udfff]|\ud83e\uddd1\ud83c\udffc\u200d\u2764\ufe0f\u200d\ud83d\udc8b\u200d\ud83e\uddd1\ud83c[\udffb\udffd-\udfff]|\ud83e\uddd1\ud83c\udffd\u200d\u2764\ufe0f\u200d\ud83d\udc8b\u200d\ud83e\uddd1\ud83c[\udffb\udffc\udffe\udfff]|\ud83e\uddd1\ud83c\udffe\u200d\u2764\ufe0f\u200d\ud83d\udc8b\u200d\ud83e\uddd1\ud83c[\udffb-\udffd\udfff]|\ud83e\uddd1\ud83c\udfff\u200d\u2764\ufe0f\u200d\ud83d\udc8b\u200d\ud83e\uddd1\ud83c[\udffb-\udffe]|\ud83d\udc68\ud83c\udffb\u200d\u2764\ufe0f\u200d\ud83d\udc68\ud83c[\udffb-\udfff]|\ud83d\udc68\ud83c\udffb\u200d\ud83e\udd1d\u200d\ud83d\udc68\ud83c[\udffc-\udfff]|\ud83d\udc68\ud83c\udffc\u200d\u2764\ufe0f\u200d\ud83d\udc68\ud83c[\udffb-\udfff]|\ud83d\udc68\ud83c\udffc\u200d\ud83e\udd1d\u200d\ud83d\udc68\ud83c[\udffb\udffd-\udfff]|\ud83d\udc68\ud83c\udffd\u200d\u2764\ufe0f\u200d\ud83d\udc68\ud83c[\udffb-\udfff]|\ud83d\udc68\ud83c\udffd\u200d\ud83e\udd1d\u200d\ud83d\udc68\ud83c[\udffb\udffc\udffe\udfff]|\ud83d\udc68\ud83c\udffe\u200d\u2764\ufe0f\u200d\ud83d\udc68\ud83c[\udffb-\udfff]|\ud83d\udc68\ud83c\udffe\u200d\ud83e\udd1d\u200d\ud83d\udc68\ud83c[\udffb-\udffd\udfff]|\ud83d\udc68\ud83c\udfff\u200d\u2764\ufe0f\u200d\ud83d\udc68\ud83c[\udffb-\udfff]|\ud83d\udc68\ud83c\udfff\u200d\ud83e\udd1d\u200d\ud83d\udc68\ud83c[\udffb-\udffe]|\ud83d\udc69\ud83c\udffb\u200d\u2764\ufe0f\u200d\ud83d\udc68\ud83c[\udffb-\udfff]|\ud83d\udc69\ud83c\udffb\u200d\u2764\ufe0f\u200d\ud83d\udc69\ud83c[\udffb-\udfff]|\ud83d\udc69\ud83c\udffb\u200d\ud83e\udd1d\u200d\ud83d\udc68\ud83c[\udffc-\udfff]|\ud83d\udc69\ud83c\udffb\u200d\ud83e\udd1d\u200d\ud83d\udc69\ud83c[\udffc-\udfff]|\ud83d\udc69\ud83c\udffc\u200d\u2764\ufe0f\u200d\ud83d\udc68\ud83c[\udffb-\udfff]|\ud83d\udc69\ud83c\udffc\u200d\u2764\ufe0f\u200d\ud83d\udc69\ud83c[\udffb-\udfff]|\ud83d\udc69\ud83c\udffc\u200d\ud83e\udd1d\u200d\ud83d\udc68\ud83c[\udffb\udffd-\udfff]|\ud83d\udc69\ud83c\udffc\u200d\ud83e\udd1d\u200d\ud83d\udc69\ud83c[\udffb\udffd-\udfff]|\ud83d\udc69\ud83c\udffd\u200d\u2764\ufe0f\u200d\ud83d\udc68\ud83c[\udffb-\udfff]|\ud83d\udc69\ud83c\udffd\u200d\u2764\ufe0f\u200d\ud83d\udc69\ud83c[\udffb-\udfff]|\ud83d\udc69\ud83c\udffd\u200d\ud83e\udd1d\u200d\ud83d\udc68\ud83c[\udffb\udffc\udffe\udfff]|\ud83d\udc69\ud83c\udffd\u200d\ud83e\udd1d\u200d\ud83d\udc69\ud83c[\udffb\udffc\udffe\udfff]|\ud83d\udc69\ud83c\udffe\u200d\u2764\ufe0f\u200d\ud83d\udc68\ud83c[\udffb-\udfff]|\ud83d\udc69\ud83c\udffe\u200d\u2764\ufe0f\u200d\ud83d\udc69\ud83c[\udffb-\udfff]|\ud83d\udc69\ud83c\udffe\u200d\ud83e\udd1d\u200d\ud83d\udc68\ud83c[\udffb-\udffd\udfff]|\ud83d\udc69\ud83c\udffe\u200d\ud83e\udd1d\u200d\ud83d\udc69\ud83c[\udffb-\udffd\udfff]|\ud83d\udc69\ud83c\udfff\u200d\u2764\ufe0f\u200d\ud83d\udc68\ud83c[\udffb-\udfff]|\ud83d\udc69\ud83c\udfff\u200d\u2764\ufe0f\u200d\ud83d\udc69\ud83c[\udffb-\udfff]|\ud83d\udc69\ud83c\udfff\u200d\ud83e\udd1d\u200d\ud83d\udc68\ud83c[\udffb-\udffe]|\ud83d\udc69\ud83c\udfff\u200d\ud83e\udd1d\u200d\ud83d\udc69\ud83c[\udffb-\udffe]|\ud83e\uddd1\ud83c\udffb\u200d\u2764\ufe0f\u200d\ud83e\uddd1\ud83c[\udffc-\udfff]|\ud83e\uddd1\ud83c\udffb\u200d\ud83e\udd1d\u200d\ud83e\uddd1\ud83c[\udffb-\udfff]|\ud83e\uddd1\ud83c\udffc\u200d\u2764\ufe0f\u200d\ud83e\uddd1\ud83c[\udffb\udffd-\udfff]|\ud83e\uddd1\ud83c\udffc\u200d\ud83e\udd1d\u200d\ud83e\uddd1\ud83c[\udffb-\udfff]|\ud83e\uddd1\ud83c\udffd\u200d\u2764\ufe0f\u200d\ud83e\uddd1\ud83c[\udffb\udffc\udffe\udfff]|\ud83e\uddd1\ud83c\udffd\u200d\ud83e\udd1d\u200d\ud83e\uddd1\ud83c[\udffb-\udfff]|\ud83e\uddd1\ud83c\udffe\u200d\u2764\ufe0f\u200d\ud83e\uddd1\ud83c[\udffb-\udffd\udfff]|\ud83e\uddd1\ud83c\udffe\u200d\ud83e\udd1d\u200d\ud83e\uddd1\ud83c[\udffb-\udfff]|\ud83e\uddd1\ud83c\udfff\u200d\u2764\ufe0f\u200d\ud83e\uddd1\ud83c[\udffb-\udffe]|\ud83e\uddd1\ud83c\udfff\u200d\ud83e\udd1d\u200d\ud83e\uddd1\ud83c[\udffb-\udfff]|\ud83d\udc68\u200d\u2764\ufe0f\u200d\ud83d\udc8b\u200d\ud83d\udc68|\ud83d\udc69\u200d\u2764\ufe0f\u200d\ud83d\udc8b\u200d\ud83d[\udc68\udc69]|\ud83d\udc68\u200d\u2764\ufe0f\u200d\ud83d\udc68|\ud83d\udc69\u200d\u2764\ufe0f\u200d\ud83d[\udc68\udc69]|\ud83e\uddd1\u200d\ud83e\udd1d\u200d\ud83e\uddd1|\ud83d\udc6b\ud83c[\udffb-\udfff]|\ud83d\udc6c\ud83c[\udffb-\udfff]|\ud83d\udc6d\ud83c[\udffb-\udfff]|\ud83d\udc8f\ud83c[\udffb-\udfff]|\ud83d\udc91\ud83c[\udffb-\udfff]|\ud83d[\udc6b-\udc6d\udc8f\udc91])|(?:\ud83d[\udc68\udc69]|\ud83e\uddd1)(?:\ud83c[\udffb-\udfff])?\u200d(?:\u2695\ufe0f|\u2696\ufe0f|\u2708\ufe0f|\ud83c[\udf3e\udf73\udf7c\udf84\udf93\udfa4\udfa8\udfeb\udfed]|\ud83d[\udcbb\udcbc\udd27\udd2c\ude80\ude92]|\ud83e[\uddaf-\uddb3\uddbc\uddbd])|(?:\ud83c[\udfcb\udfcc]|\ud83d[\udd74\udd75]|\u26f9)((?:\ud83c[\udffb-\udfff]|\ufe0f)\u200d[\u2640\u2642]\ufe0f)|(?:\ud83c[\udfc3\udfc4\udfca]|\ud83d[\udc6e\udc70\udc71\udc73\udc77\udc81\udc82\udc86\udc87\ude45-\ude47\ude4b\ude4d\ude4e\udea3\udeb4-\udeb6]|\ud83e[\udd26\udd35\udd37-\udd39\udd3d\udd3e\uddb8\uddb9\uddcd-\uddcf\uddd4\uddd6-\udddd])(?:\ud83c[\udffb-\udfff])?\u200d[\u2640\u2642]\ufe0f|(?:\ud83d\udc68\u200d\ud83d\udc68\u200d\ud83d\udc66\u200d\ud83d\udc66|\ud83d\udc68\u200d\ud83d\udc68\u200d\ud83d\udc67\u200d\ud83d[\udc66\udc67]|\ud83d\udc68\u200d\ud83d\udc69\u200d\ud83d\udc66\u200d\ud83d\udc66|\ud83d\udc68\u200d\ud83d\udc69\u200d\ud83d\udc67\u200d\ud83d[\udc66\udc67]|\ud83d\udc69\u200d\ud83d\udc69\u200d\ud83d\udc66\u200d\ud83d\udc66|\ud83d\udc69\u200d\ud83d\udc69\u200d\ud83d\udc67\u200d\ud83d[\udc66\udc67]|\ud83d\udc68\u200d\ud83d\udc66\u200d\ud83d\udc66|\ud83d\udc68\u200d\ud83d\udc67\u200d\ud83d[\udc66\udc67]|\ud83d\udc68\u200d\ud83d\udc68\u200d\ud83d[\udc66\udc67]|\ud83d\udc68\u200d\ud83d\udc69\u200d\ud83d[\udc66\udc67]|\ud83d\udc69\u200d\ud83d\udc66\u200d\ud83d\udc66|\ud83d\udc69\u200d\ud83d\udc67\u200d\ud83d[\udc66\udc67]|\ud83d\udc69\u200d\ud83d\udc69\u200d\ud83d[\udc66\udc67]|\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f|\ud83c\udff3\ufe0f\u200d\ud83c\udf08|\ud83d\ude36\u200d\ud83c\udf2b\ufe0f|\u2764\ufe0f\u200d\ud83d\udd25|\u2764\ufe0f\u200d\ud83e\ude79|\ud83c\udff4\u200d\u2620\ufe0f|\ud83d\udc15\u200d\ud83e\uddba|\ud83d\udc3b\u200d\u2744\ufe0f|\ud83d\udc41\u200d\ud83d\udde8|\ud83d\udc68\u200d\ud83d[\udc66\udc67]|\ud83d\udc69\u200d\ud83d[\udc66\udc67]|\ud83d\udc6f\u200d\u2640\ufe0f|\ud83d\udc6f\u200d\u2642\ufe0f|\ud83d\ude2e\u200d\ud83d\udca8|\ud83d\ude35\u200d\ud83d\udcab|\ud83e\udd3c\u200d\u2640\ufe0f|\ud83e\udd3c\u200d\u2642\ufe0f|\ud83e\uddde\u200d\u2640\ufe0f|\ud83e\uddde\u200d\u2642\ufe0f|\ud83e\udddf\u200d\u2640\ufe0f|\ud83e\udddf\u200d\u2642\ufe0f|\ud83d\udc08\u200d\u2b1b)|[#*0-9]\ufe0f?\u20e3|(?:[©®\u2122\u265f]\ufe0f)|(?:\ud83c[\udc04\udd70\udd71\udd7e\udd7f\ude02\ude1a\ude2f\ude37\udf21\udf24-\udf2c\udf36\udf7d\udf96\udf97\udf99-\udf9b\udf9e\udf9f\udfcd\udfce\udfd4-\udfdf\udff3\udff5\udff7]|\ud83d[\udc3f\udc41\udcfd\udd49\udd4a\udd6f\udd70\udd73\udd76-\udd79\udd87\udd8a-\udd8d\udda5\udda8\uddb1\uddb2\uddbc\uddc2-\uddc4\uddd1-\uddd3\udddc-\uddde\udde1\udde3\udde8\uddef\uddf3\uddfa\udecb\udecd-\udecf\udee0-\udee5\udee9\udef0\udef3]|[\u203c\u2049\u2139\u2194-\u2199\u21a9\u21aa\u231a\u231b\u2328\u23cf\u23ed-\u23ef\u23f1\u23f2\u23f8-\u23fa\u24c2\u25aa\u25ab\u25b6\u25c0\u25fb-\u25fe\u2600-\u2604\u260e\u2611\u2614\u2615\u2618\u2620\u2622\u2623\u2626\u262a\u262e\u262f\u2638-\u263a\u2640\u2642\u2648-\u2653\u2660\u2663\u2665\u2666\u2668\u267b\u267f\u2692-\u2697\u2699\u269b\u269c\u26a0\u26a1\u26a7\u26aa\u26ab\u26b0\u26b1\u26bd\u26be\u26c4\u26c5\u26c8\u26cf\u26d1\u26d3\u26d4\u26e9\u26ea\u26f0-\u26f5\u26f8\u26fa\u26fd\u2702\u2708\u2709\u270f\u2712\u2714\u2716\u271d\u2721\u2733\u2734\u2744\u2747\u2757\u2763\u2764\u27a1\u2934\u2935\u2b05-\u2b07\u2b1b\u2b1c\u2b50\u2b55\u3030\u303d\u3297\u3299])(?:\ufe0f|(?!\ufe0e))|(?:(?:\ud83c[\udfcb\udfcc]|\ud83d[\udd74\udd75\udd90]|[\u261d\u26f7\u26f9\u270c\u270d])(?:\ufe0f|(?!\ufe0e))|(?:\ud83c[\udf85\udfc2-\udfc4\udfc7\udfca]|\ud83d[\udc42\udc43\udc46-\udc50\udc66-\udc69\udc6e\udc70-\udc78\udc7c\udc81-\udc83\udc85-\udc87\udcaa\udd7a\udd95\udd96\ude45-\ude47\ude4b-\ude4f\udea3\udeb4-\udeb6\udec0\udecc]|\ud83e[\udd0c\udd0f\udd18-\udd1c\udd1e\udd1f\udd26\udd30-\udd39\udd3d\udd3e\udd77\uddb5\uddb6\uddb8\uddb9\uddbb\uddcd-\uddcf\uddd1-\udddd]|[\u270a\u270b]))(?:\ud83c[\udffb-\udfff])?|(?:\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f|\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7f|\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc77\udb40\udc6c\udb40\udc73\udb40\udc7f|\ud83c\udde6\ud83c[\udde8-\uddec\uddee\uddf1\uddf2\uddf4\uddf6-\uddfa\uddfc\uddfd\uddff]|\ud83c\udde7\ud83c[\udde6\udde7\udde9-\uddef\uddf1-\uddf4\uddf6-\uddf9\uddfb\uddfc\uddfe\uddff]|\ud83c\udde8\ud83c[\udde6\udde8\udde9\uddeb-\uddee\uddf0-\uddf5\uddf7\uddfa-\uddff]|\ud83c\udde9\ud83c[\uddea\uddec\uddef\uddf0\uddf2\uddf4\uddff]|\ud83c\uddea\ud83c[\udde6\udde8\uddea\uddec\udded\uddf7-\uddfa]|\ud83c\uddeb\ud83c[\uddee-\uddf0\uddf2\uddf4\uddf7]|\ud83c\uddec\ud83c[\udde6\udde7\udde9-\uddee\uddf1-\uddf3\uddf5-\uddfa\uddfc\uddfe]|\ud83c\udded\ud83c[\uddf0\uddf2\uddf3\uddf7\uddf9\uddfa]|\ud83c\uddee\ud83c[\udde8-\uddea\uddf1-\uddf4\uddf6-\uddf9]|\ud83c\uddef\ud83c[\uddea\uddf2\uddf4\uddf5]|\ud83c\uddf0\ud83c[\uddea\uddec-\uddee\uddf2\uddf3\uddf5\uddf7\uddfc\uddfe\uddff]|\ud83c\uddf1\ud83c[\udde6-\udde8\uddee\uddf0\uddf7-\uddfb\uddfe]|\ud83c\uddf2\ud83c[\udde6\udde8-\udded\uddf0-\uddff]|\ud83c\uddf3\ud83c[\udde6\udde8\uddea-\uddec\uddee\uddf1\uddf4\uddf5\uddf7\uddfa\uddff]|\ud83c\uddf4\ud83c\uddf2|\ud83c\uddf5\ud83c[\udde6\uddea-\udded\uddf0-\uddf3\uddf7-\uddf9\uddfc\uddfe]|\ud83c\uddf6\ud83c\udde6|\ud83c\uddf7\ud83c[\uddea\uddf4\uddf8\uddfa\uddfc]|\ud83c\uddf8\ud83c[\udde6-\uddea\uddec-\uddf4\uddf7-\uddf9\uddfb\uddfd-\uddff]|\ud83c\uddf9\ud83c[\udde6\udde8\udde9\uddeb-\udded\uddef-\uddf4\uddf7\uddf9\uddfb\uddfc\uddff]|\ud83c\uddfa\ud83c[\udde6\uddec\uddf2\uddf3\uddf8\uddfe\uddff]|\ud83c\uddfb\ud83c[\udde6\udde8\uddea\uddec\uddee\uddf3\uddfa]|\ud83c\uddfc\ud83c[\uddeb\uddf8]|\ud83c\uddfd\ud83c\uddf0|\ud83c\uddfe\ud83c[\uddea\uddf9]|\ud83c\uddff\ud83c[\udde6\uddf2\uddfc]|\ud83c[\udccf\udd8e\udd91-\udd9a\udde6-\uddff\ude01\ude32-\ude36\ude38-\ude3a\ude50\ude51\udf00-\udf20\udf2d-\udf35\udf37-\udf7c\udf7e-\udf84\udf86-\udf93\udfa0-\udfc1\udfc5\udfc6\udfc8\udfc9\udfcf-\udfd3\udfe0-\udff0\udff4\udff8-\udfff]|\ud83d[\udc00-\udc3e\udc40\udc44\udc45\udc51-\udc65\udc6a\udc6f\udc79-\udc7b\udc7d-\udc80\udc84\udc88-\udc8e\udc90\udc92-\udca9\udcab-\udcfc\udcff-\udd3d\udd4b-\udd4e\udd50-\udd67\udda4\uddfb-\ude44\ude48-\ude4a\ude80-\udea2\udea4-\udeb3\udeb7-\udebf\udec1-\udec5\uded0-\uded2\uded5-\uded7\udeeb\udeec\udef4-\udefc\udfe0-\udfeb]|\ud83e[\udd0d\udd0e\udd10-\udd17\udd1d\udd20-\udd25\udd27-\udd2f\udd3a\udd3c\udd3f-\udd45\udd47-\udd76\udd78\udd7a-\uddb4\uddb7\uddba\uddbc-\uddcb\uddd0\uddde-\uddff\ude70-\ude74\ude78-\ude7a\ude80-\ude86\ude90-\udea8\udeb0-\udeb6\udec0-\udec2\uded0-\uded6]|[\u23e9-\u23ec\u23f0\u23f3\u267e\u26ce\u2705\u2728\u274c\u274e\u2753-\u2755\u2795-\u2797\u27b0\u27bf\ue50a])|\ufe0f/g,a=/\uFE0F/g,r=String.fromCharCode(8205),n=/[&<>'"]/g,s=/^(?:iframe|noframes|noscript|script|select|style|textarea)$/,o=String.fromCharCode;return e;function u(e,t){return document.createTextNode(t?e.replace(a,""):e)}function d(e,t){return"".concat(t.base,t.size,"/",e,t.ext)}function l(e,t){for(var i,a,r=e.childNodes,n=r.length;n--;)3===(a=(i=r[n]).nodeType)?t.push(i):1!==a||"ownerSVGElement"in i||s.test(i.nodeName.toLowerCase())||l(i,t);return t}function c(e){return b(e.indexOf(r)<0?e.replace(a,""):e)}function f(e,t){for(var a,r,n,s,o,d,f,p,v,m,h,b,g,_=l(e,[]),y=_.length;y--;){for(n=!1,s=document.createDocumentFragment(),d=(o=_[y]).nodeValue,p=0;f=i.exec(d);){if((v=f.index)!==p&&s.appendChild(u(d.slice(p,v),!0)),b=c(h=f[0]),p=v+h.length,g=t.callback(b,t),b&&g){for(r in(m=new Image).onerror=t.onerror,m.setAttribute("draggable","false"),a=t.attributes(h,b))a.hasOwnProperty(r)&&0!==r.indexOf("on")&&!m.hasAttribute(r)&&m.setAttribute(r,a[r]);m.className=t.className,m.alt=h,m.src=g,n=!0,s.appendChild(m)}m||s.appendChild(u(h,!1)),m=null}n&&(p")}return r}))}function v(e){return t[e]}function m(){return null}function h(e,t){return String(e).replace(i,t)}function b(e,t){for(var i=[],a=0,r=0,n=0;n{"use strict";i.d(t,{Z:()=>I});var a=i(2143),r=i(3976),n=i(1958),s=i(3719),o=i(9021),u=i(9101),d=i(629),l=i(826);function c(e,t){var i=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),i.push.apply(i,a)}return i}function f(e){for(var t=1;t1||(this.currentIndex+=1,this.currentIndex>this.files.length-1&&(this.currentIndex=0))},prev:function(){!this.files.length>1||(this.currentIndex-=1,this.currentIndex<0&&(this.currentIndex=this.files.length-1))}},mounted:function(){var e=this;l.U.$on("file-preview:next",(function(){return e.next()})),l.U.$on("file-preview:prev",(function(){return e.prev()})),l.U.$on("file:deleted",(function(t){e.files=e.files.filter((function(e){return e.data.id!==t})),0===e.files.length?l.U.$emit("file-preview:hide"):e.$store.commit("CLIPBOARD_REPLACE",e.currentFile)})),this.fastPreview||this.getFilesForView()},destroyed:function(){l.U.$off("file:deleted")}};const A={name:"FilePreview",components:{FilePreviewToolbar:h,FilePreviewMedia:(0,m.Z)(P,(function(){var e=this,t=e.$createElement,i=e._self._c||t;return e.currentFile?i("div",{staticClass:"absolute top-[56px] left-0 right-0 bottom-0 select-none lg:top-[66px]"},[!e.$isMobile()&&e.files.length>1?i("div",[i("div",{staticClass:"fixed top-1/2 left-0 z-20 cursor-pointer p-3",on:{click:function(t){return t.preventDefault(),e.prev.apply(null,arguments)}}},[i("chevron-left-icon",{attrs:{size:"20"}})],1),e._v(" "),i("div",{staticClass:"fixed top-1/2 right-0 z-20 cursor-pointer p-3",on:{click:function(t){return t.preventDefault(),e.next.apply(null,arguments)}}},[i("chevron-right-icon",{attrs:{size:"20"}})],1)]):e._e(),e._v(" "),!e.$isMobile()||e.fastPreview?i("div",{staticClass:"flex h-full w-full items-center justify-center"},[e.isFile&&!e.isPDF?i("ItemGrid",{attrs:{entry:e.currentFile,"mobile-handler":!1,"can-hover":!1}}):e._e(),e._v(" "),e.isFile&&e.isPDF?i("PdfFile",{attrs:{file:e.currentFile}}):e._e(),e._v(" "),e.isAudio||e.isImage||e.isVideo?i("div",{staticClass:"flex h-full w-full items-center justify-center"},[e.isAudio?i("Audio",{attrs:{file:e.currentFile}}):e._e(),e._v(" "),e.isVideo?i("Video",{staticClass:"mx-auto max-h-full max-w-[1080px] self-center",attrs:{file:e.currentFile}}):e._e(),e._v(" "),e.isImage?i("ImageFile",{staticClass:"mx-auto max-h-[100%] max-w-[100%] self-center",class:{"file-shadow":!e.$isMobile()},attrs:{file:e.currentFile,id:"printable-file"}}):e._e()],1):e._e()],1):e._e(),e._v(" "),e.$isMobile()&&!e.fastPreview&&(e.isAudio||e.isImage||e.isVideo||e.isPDF)?i("div",{ref:"scrollBox",staticClass:"flex h-full snap-x snap-mandatory gap-6 overflow-x-auto",attrs:{id:"group-box"},on:{scroll:e.checkGroupInView}},e._l(e.files,(function(t,a){return i("div",{key:a,staticClass:"relative flex h-full w-screen shrink-0 snap-center items-center justify-center",attrs:{id:"group-"+t.data.id}},[e.isImage?i("ImageFile",{staticClass:"mx-auto max-h-[100%] max-w-[100%] self-center",attrs:{file:t}}):e._e(),e._v(" "),e.isAudio?i("Audio",{attrs:{file:t}}):e._e(),e._v(" "),e.isVideo?i("Video",{attrs:{file:t}}):e._e(),e._v(" "),e.isPDF?i("PdfFile",{attrs:{file:t}}):e._e()],1)})),0):e._e()]):e._e()}),[],!1,null,null,null).exports},data:function(){return{isFullPreview:!1}},methods:{closeFilePreview:function(){this.isFullPreview=!1,this.$store.commit("FAST_PREVIEW_CLEAR")},next:function(){l.U.$emit("file-preview:next")},prev:function(){l.U.$emit("file-preview:prev")}},updated:function(){this.isFullPreview&&this.$refs.filePreview.focus()},mounted:function(){var e=this;l.U.$on("file-preview:show",(function(){return e.isFullPreview=!0})),l.U.$on("file-preview:hide",(function(){return e.closeFilePreview()}))}};const I=(0,m.Z)(A,(function(){var e=this,t=e.$createElement,i=e._self._c||t;return e.isFullPreview?i("div",{ref:"filePreview",staticClass:"fixed left-0 right-0 top-0 bottom-0 z-40 h-full w-full bg-white dark:bg-dark-background min-w-[320px]",attrs:{tabindex:"-1"},on:{keydown:[function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"esc",27,t.key,["Esc","Escape"])?null:e.closeFilePreview.apply(null,arguments)},function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"right",39,t.key,["Right","ArrowRight"])||"button"in t&&2!==t.button?null:e.next.apply(null,arguments)},function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"left",37,t.key,["Left","ArrowLeft"])||"button"in t&&0!==t.button?null:e.prev.apply(null,arguments)}]}},[i("FilePreviewToolbar"),e._v(" "),i("FilePreviewMedia")],1):e._e()}),[],!1,null,null,null).exports},1079:(e,t,i)=>{"use strict";i.d(t,{Z:()=>r});const a={name:"ImageFile",props:["file"],watch:{file:function(){this.getSrc()}},data:function(){return{src:void 0}},methods:{replaceByOriginal:function(){this.src=this.file.data.attributes.file_url},getSrc:function(){"svg"===this.file.data.attributes.mimetype?this.src=this.file.data.attributes.file_url:window.innerWidth>1280?this.src=this.file.data.attributes.thumbnail.xl:this.src=this.file.data.attributes.thumbnail.lg}},created:function(){this.getSrc()}};const r=(0,i(1900).Z)(a,(function(){var e=this,t=e.$createElement;return(e._self._c||t)("img",{staticClass:"file",attrs:{src:e.src,alt:""},on:{error:e.replaceByOriginal}})}),[],!1,null,null,null).exports},9621:(e,t,i)=>{"use strict";i.d(t,{Z:()=>r});const a={name:"Video",props:["file"]};const r=(0,i(1900).Z)(a,(function(){var e=this,t=e.$createElement;return(e._self._c||t)("video",{staticClass:"video",class:{"file-shadow":!e.$isMobile()},attrs:{src:e.file.data.attributes.file_url,controlsList:"nodownload",disablePictureInPicture:"",playsinline:"",controls:""}})}),[],!1,null,null,null).exports},4455:(e,t,i)=>{"use strict";i.d(t,{Z:()=>r});const a={name:"AppInputSwitch",props:["description","isLast","title","error"]};const r=(0,i(1900).Z)(a,(function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"flex w-full items-center justify-between space-x-2 sm:space-x-8",class:{"mb-6 sm:mb-7":!e.isLast}},[i("div",{staticClass:"leading-5"},[i("label",{staticClass:"mb-1.5 block text-sm font-bold text-gray-700 dark:text-gray-200"},[e._v(" "+e._s(e.title)+": ")]),e._v(" "),e.description?i("span",{staticClass:"block text-xs leading-4 dark:text-gray-500 text-gray-500",domProps:{innerHTML:e._s(e.description)}}):e._e(),e._v(" "),e.error?i("span",{staticClass:"pt-2 text-xs dark:text-rose-600 text-rose-600"},[e._v("\n "+e._s(e.error)+"\n ")]):e._e()]),e._v(" "),i("div",[e._t("default")],2)])}),[],!1,null,null,null).exports},9738:(e,t,i)=>{"use strict";i.d(t,{Z:()=>r});const a={name:"AppInputText",props:["description","isLast","title","error"]};const r=(0,i(1900).Z)(a,(function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{class:{"mb-6 sm:mb-7":!e.isLast}},[e.title?i("label",{staticClass:"mb-1.5 block text-sm font-bold text-gray-700 dark:text-gray-200"},[e._v("\n "+e._s(e.title)+":\n ")]):e._e(),e._v(" "),e._t("default"),e._v(" "),e.error?i("span",{staticClass:"pt-2 text-xs dark:text-rose-600 text-rose-600"},[e._v("\n "+e._s(e.error)+"\n ")]):e._e(),e._v(" "),e.description?i("small",{staticClass:"block pt-2 text-xs leading-4 dark:text-gray-500 text-gray-500",domProps:{innerHTML:e._s(e.description)}}):e._e()],2)}),[],!1,null,null,null).exports},2486:(e,t,i)=>{"use strict";i.d(t,{Z:()=>r});const a={name:"FileIconThumbnail",props:["entry"]};const r=(0,i(1900).Z)(a,(function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"flex items-center justify-center"},[i("span",{staticClass:"text-theme absolute z-[5] mx-auto mt-1 inline-block w-7 overflow-hidden text-ellipsis text-center text-[9px] font-semibold"},[e._v("\n "+e._s(e.entry.data.attributes.mimetype)+"\n ")]),e._v(" "),i("svg",{staticClass:"vue-feather dark:text-gray-800 text-gray-100 ",attrs:{width:"38px",height:"51px",fill:"currentColor",viewBox:"0 0 38 51",version:"1.1",xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink"}},[i("path",{attrs:{d:"M22.1666667,13.546875 L22.1666667,0 L2.375,0 C1.05885417,0 0,1.06582031 0,2.390625 L0,48.609375 C0,49.9341797 1.05885417,51 2.375,51 L35.625,51 C36.9411458,51 38,49.9341797 38,48.609375 L38,15.9375 L24.5416667,15.9375 C23.2354167,15.9375 22.1666667,14.8617187 22.1666667,13.546875 Z M38,12.1423828 L38,12.75 L25.3333333,12.75 L25.3333333,0 L25.9369792,0 C26.5703125,0 27.1739583,0.249023438 27.6192708,0.697265625 L37.3072917,10.4589844 C37.7526042,10.9072266 38,11.5148437 38,12.1423828 Z"}})])])}),[],!1,null,null,null).exports},2040:(e,t,i)=>{"use strict";i.d(t,{Z:()=>s});var a=i(4288),r=i(9284);const n={name:"FolderIcon",props:["item"],components:{VueFolderTeamIcon:a.Z,VueFolderIcon:r.Z}};const s=(0,i(1900).Z)(n,(function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",[e.item.data.attributes.isTeamFolder?e._e():i("VueFolderIcon"),e._v(" "),e.item.data.attributes.isTeamFolder?i("VueFolderTeamIcon",{staticStyle:{width:"53px",height:"52px"}}):e._e()],1)}),[],!1,null,null,null).exports},9284:(e,t,i)=>{"use strict";i.d(t,{Z:()=>r});const a={name:"VueFolderIcon"};const r=(0,i(1900).Z)(a,(function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("svg",{attrs:{width:"53px",height:"52px",viewBox:"0 0 53 39",version:"1.1",xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink"}},[i("path",{staticClass:"svg-color-theme",attrs:{d:"M48.03125,6.5 L29.790833,6.5 C28.7431613,6.5 27.7373076,6.08896217 26.9894703,5.35523504 L22.6980297,1.14476496 C21.9501924,0.41103783 20.9443387,-6.36543387e-16 19.896667,0 L4.96875,0 L4.96875,0 C2.22455078,0 0,2.18257812 0,4.875 L0,34.125 C0,36.8174219 2.22455078,39 4.96875,39 L48.03125,39 C50.7754492,39 53,36.8174219 53,34.125 L53,11.375 C53,8.68257813 50.7754492,6.5 48.03125,6.5 Z",stroke:"none","stroke-width":"0"}}),e._v(" "),i("path",{attrs:{d:"M48.03125,6.5 L29.790833,6.5 C28.7431613,6.5 27.7373076,6.08896217 26.9894703,5.35523504 L22.6980297,1.14476496 C21.9501924,0.41103783 20.9443387,-6.36543387e-16 19.896667,0 L4.96875,0 L4.96875,0 C2.22455078,0 0,2.18257812 0,4.875 L0,34.125 C0,36.8174219 2.22455078,39 4.96875,39 L48.03125,39 C50.7754492,39 53,36.8174219 53,34.125 L53,11.375 C53,8.68257813 50.7754492,6.5 48.03125,6.5 Z",fill:"black","fill-opacity":"0.2",stroke:"none","stroke-width":"0"}}),e._v(" "),i("path",{staticClass:"svg-color-theme",attrs:{d:"M48.03125,12.75 C49.0609313,12.75 49.9941504,13.1577174 50.6692739,13.8201027 C51.3356976,14.4739525 51.75,15.3766531 51.75,16.375 L51.75,16.375 L51.75,34.125 C51.75,35.1233469 51.3356976,36.0260475 50.6692739,36.6798973 C49.9941504,37.3422826 49.0609313,37.75 48.03125,37.75 L48.03125,37.75 L4.96875,37.75 C3.93906868,37.75 3.00584961,37.3422826 2.33072613,36.6798973 C1.66430239,36.0260475 1.25,35.1233469 1.25,34.125 L1.25,34.125 L1.25,16.375 C1.25,15.3766531 1.66430239,14.4739525 2.33072613,13.8201027 C3.00584961,13.1577174 3.93906868,12.75 4.96875,12.75 L4.96875,12.75 Z","stroke-width":"2",fill:"green"}})])}),[],!1,null,null,null).exports},4288:(e,t,i)=>{"use strict";i.d(t,{Z:()=>r});const a={name:"VueFolderTeamIcon"};const r=(0,i(1900).Z)(a,(function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("svg",{attrs:{viewBox:"0 0 53 39",version:"1.1",xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink"}},[i("g",{attrs:{id:"V2",stroke:"none","stroke-width":"1",fill:"none","fill-rule":"evenodd"}},[i("g",{attrs:{id:"team-folder"}},[i("path",{staticClass:"svg-color-theme",attrs:{d:"M48.03125,6.5 L29.790833,6.5 C28.7431613,6.5 27.7373076,6.08896217 26.9894703,5.35523504 L22.6980297,1.14476496 C21.9501924,0.41103783 20.9443387,-6.36543387e-16 19.896667,0 L4.96875,0 L4.96875,0 C2.22455078,0 0,2.18257812 0,4.875 L0,34.125 C0,36.8174219 2.22455078,39 4.96875,39 L48.03125,39 C50.7754492,39 53,36.8174219 53,34.125 L53,11.375 C53,8.68257813 50.7754492,6.5 48.03125,6.5 Z",stroke:"none","stroke-width":"0"}}),e._v(" "),i("path",{attrs:{d:"M48.03125,6.5 L29.790833,6.5 C28.7431613,6.5 27.7373076,6.08896217 26.9894703,5.35523504 L22.6980297,1.14476496 C21.9501924,0.41103783 20.9443387,-6.36543387e-16 19.896667,0 L4.96875,0 L4.96875,0 C2.22455078,0 0,2.18257812 0,4.875 L0,34.125 C0,36.8174219 2.22455078,39 4.96875,39 L48.03125,39 C50.7754492,39 53,36.8174219 53,34.125 L53,11.375 C53,8.68257813 50.7754492,6.5 48.03125,6.5 Z",fill:"black","fill-opacity":"0.2",stroke:"none","stroke-width":"0"}}),e._v(" "),i("path",{staticClass:"svg-color-theme",attrs:{d:"M48.03125,12.75 C49.0609313,12.75 49.9941504,13.1577174 50.6692739,13.8201027 C51.3356976,14.4739525 51.75,15.3766531 51.75,16.375 L51.75,16.375 L51.75,34.125 C51.75,35.1233469 51.3356976,36.0260475 50.6692739,36.6798973 C49.9941504,37.3422826 49.0609313,37.75 48.03125,37.75 L48.03125,37.75 L4.96875,37.75 C3.93906868,37.75 3.00584961,37.3422826 2.33072613,36.6798973 C1.66430239,36.0260475 1.25,35.1233469 1.25,34.125 L1.25,34.125 L1.25,16.375 C1.25,15.3766531 1.66430239,14.4739525 2.33072613,13.8201027 C3.00584961,13.1577174 3.93906868,12.75 4.96875,12.75 L4.96875,12.75 Z","stroke-width":"2",fill:"green"}}),e._v(" "),i("g",{staticClass:"svg-stroke-theme-darken",attrs:{id:"Icon",transform:"translate(8.000000, 20.000000)","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"1.3",stroke:"black","stroke-opacity":"0.25"}},[i("path",{attrs:{d:"M9.59999943,10.7999994 L9.59999943,9.59999943 C9.59999943,8.27451611 8.52548289,7.19999957 7.19999957,7.19999957 L2.39999986,7.19999957 C1.07451654,7.19999957 0,8.27451611 0,9.59999943 L0,10.7999994"}}),e._v(" "),i("circle",{attrs:{cx:"4.79999971",cy:"2.39999986",r:"2.39999986"}}),e._v(" "),i("path",{attrs:{d:"M13.1999992,10.7999994 L13.1999992,9.59999943 C13.1991834,8.50627014 12.4589985,7.55143166 11.3999993,7.27799957"}}),e._v(" "),i("path",{attrs:{d:"M8.99999946,0.0779999954 C10.0619483,0.349901852 10.8047053,1.30679461 10.8047053,2.40299986 C10.8047053,3.4992051 10.0619483,4.45609786 8.99999946,4.72799972"}})])])])])}),[],!1,null,null,null).exports},4852:(e,t,i)=>{"use strict";i.d(t,{Z:()=>r});const a={name:"CheckBox",props:["isClicked"],components:{CheckIcon:i(9101).nQG},data:function(){return{isSwitched:void 0}},methods:{changeState:function(){this.isSwitched=!this.isSwitched,this.$emit("input",this.isSwitched)}},mounted:function(){this.isSwitched=this.isClicked}};const r=(0,i(1900).Z)(a,(function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",[i("div",{staticClass:"flex h-5 w-5 items-center justify-center rounded-md",class:{"bg-theme":e.isClicked,"bg-light-background dark:bg-4x-dark-foreground":!e.isClicked},on:{click:e.changeState}},[e.isClicked?i("CheckIcon",{staticClass:"vue-feather text-white",attrs:{size:"17"}}):e._e()],1)])}),[],!1,null,null,null).exports},3371:(e,t,i)=>{"use strict";i.d(t,{Z:()=>n});var a=i(9101);const r={name:"CopyInput",props:["size","str"],components:{CheckIcon:a.nQG,CopyIcon:a.TIy,SendIcon:a.jE$},data:function(){return{isCopiedLink:!1,id:"link-input-"+Math.floor(1e7*Math.random())}},methods:{copyUrl:function(){var e=this,t=document.getElementById(this.id);t.select(),t.setSelectionRange(0,99999),document.execCommand("copy"),this.isCopiedLink=!0,setTimeout((function(){e.isCopiedLink=!1}),1e3)}}};const n=(0,i(1900).Z)(r,(function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"relative flex items-center",on:{click:e.copyUrl}},[i("input",{ref:"sel",staticClass:"focus-border-theme input-dark !pr-10",attrs:{id:e.id,type:"text",readonly:""},domProps:{value:e.str}}),e._v(" "),i("div",{staticClass:"absolute right-0 px-4"},[e.isCopiedLink?e._e():i("copy-icon",{staticClass:"hover-text-theme vue-feather cursor-pointer",attrs:{size:"16"}}),e._v(" "),e.isCopiedLink?i("check-icon",{staticClass:"text-theme vue-feather cursor-pointer",attrs:{size:"16"}}):e._e()],1)])}),[],!1,null,null,null).exports},6490:(e,t,i)=>{"use strict";i.d(t,{Z:()=>l});var a=i(9101),r=i(6486);const n={name:"SelectInput",props:["placeholder","options","isError","default"],components:{Edit2Icon:a.me4,UserIcon:a.tBG,ChevronDownIcon:a.v4q},watch:{query:(0,r.debounce)((function(e){this.searchedResults=(0,r.omitBy)(this.options,(function(t){return!t.label.toLowerCase().includes(e.toLowerCase())}))}),200)},computed:{isSearching:function(){return this.searchedResults&&""!==this.query},optionList:function(){return this.isSearching?this.searchedResults:this.options}},data:function(){return{searchedResults:void 0,selected:void 0,isOpen:!1,query:""}},methods:{selectOption:function(e){this.$emit("input",e.value),this.$emit("change",e.value),this.selected=e,this.isOpen=!1},openMenu:function(){var e=this;this.isOpen=!this.isOpen,this.$refs.search&&this.isOpen&&this.$nextTick((function(){return e.$refs.search.focus()}))}},created:function(){var e=this;this.default&&(this.selected=this.options.find((function(t){return t.value===e.default})))}};var s=i(3379),o=i.n(s),u=i(5354),d={insert:"head",singleton:!1};o()(u.Z,d);u.Z.locals;const l=(0,i(1900).Z)(n,(function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"select"},[i("div",{staticClass:"input-area rounded-lg bg-light-background dark:bg-2x-dark-foreground",class:{"is-active":e.isOpen,"!border-rose-600":e.isError},on:{click:e.openMenu}},[e.selected?i("div",{staticClass:"selected flex w-full items-center"},[e.selected.icon?i("div",{staticClass:"option-icon"},["user"===e.selected.icon?i("user-icon",{staticClass:"vue-feather text-theme",attrs:{size:"14"}}):e._e(),e._v(" "),"user-edit"===e.selected.icon?i("edit2-icon",{staticClass:"vue-feather text-theme",attrs:{size:"14"}}):e._e()],1):e._e(),e._v(" "),i("span",{staticClass:"option-value inline-block w-full overflow-hidden text-ellipsis whitespace-nowrap pl-2"},[e._v("\n "+e._s(e.selected.label)+"\n ")])]):e._e(),e._v(" "),e.selected?e._e():i("div",{staticClass:"not-selected"},[i("span",{staticClass:"option-value placehoder"},[e._v(e._s(e.placeholder))])]),e._v(" "),i("chevron-down-icon",{staticClass:"chevron",attrs:{size:"19"}})],1),e._v(" "),i("transition",{attrs:{name:"slide-in"}},[e.isOpen?i("div",{staticClass:"input-options rounded-lg"},[e.options.length>5?i("div",{staticClass:"select-search"},[i("input",{directives:[{name:"model",rawName:"v-model",value:e.query,expression:"query"}],ref:"search",staticClass:"search-input focus-border-theme rounded-lg",attrs:{type:"text",placeholder:e.$te("search_in_list")?e.$t("search_in_list"):"Search in list..."},domProps:{value:e.query},on:{input:function(t){t.target.composing||(e.query=t.target.value)}}})]):e._e(),e._v(" "),i("ul",{staticClass:"option-list"},e._l(e.optionList,(function(t,a){return i("li",{key:a,staticClass:"option-item",on:{click:function(i){return e.selectOption(t)}}},[t.icon?i("div",{staticClass:"option-icon"},["user"===t.icon?i("user-icon",{attrs:{size:"14"}}):e._e(),e._v(" "),"user-edit"===t.icon?i("edit2-icon",{attrs:{size:"14"}}):e._e()],1):e._e(),e._v(" "),i("span",{staticClass:"option-value"},[e._v("\n\t\t\t\t\t\t\t"+e._s(e.$t(t.label))+"\n\t\t\t\t\t\t")])])})),0)]):e._e()])],1)}),[],!1,null,"6cd58048",null).exports},7215:(e,t,i)=>{"use strict";i.d(t,{Z:()=>u});const a={name:"SwitchInput",props:["label","name","state","info","input","isDisabled"],data:function(){return{isSwitched:void 0}},methods:{changeState:function(){this.isDisabled||(this.isSwitched=!this.isSwitched,this.$emit("input",this.isSwitched))}},mounted:function(){this.isSwitched=this.state}};var r=i(3379),n=i.n(r),s=i(3058),o={insert:"head",singleton:!1};n()(s.Z,o);s.Z.locals;const u=(0,i(1900).Z)(a,(function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",[i("div",{staticClass:"switch-content"},[e.label?i("label",{staticClass:"input-label"},[e._v(" "+e._s(e.label)+": ")]):e._e(),e._v(" "),e.info?i("small",{staticClass:"input-info"},[e._v("\n "+e._s(e.info)+"\n ")]):e._e()]),e._v(" "),i("div",{staticClass:"switch-content text-right"},[i("div",{staticClass:"switch",class:{active:e.state},on:{click:e.changeState}},[i("div",{staticClass:"switch-button"})])])])}),[],!1,null,"1e835bde",null).exports},3719:(e,t,i)=>{"use strict";i.d(t,{Z:()=>f});const a={props:["size"]};var r=i(3379),n=i.n(r),s=i(8431),o={insert:"head",singleton:!1};n()(s.Z,o);s.Z.locals;var u=i(1900);const d=(0,u.Z)(a,(function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("svg",{staticClass:"alphabet-icon",attrs:{fill:"none",stroke:"currentColor","stroke-width":"2","fill-rule":"evenodd","stroke-linecap":"round","stroke-linejoin":"round",width:e.size+"px",height:e.size+"px",viewBox:"-2 0 15 15",version:"1.1",xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink"}},[i("polyline",{attrs:{id:"Path",points:"11.1999993 13.1999991 5.59999967 0.199999094 0 13.1999991 5.59999967 0.199999094"}}),e._v(" "),i("line",{attrs:{x1:"2.25",y1:"8",x2:"8.75",y2:"8",id:"Line-2"}})])}),[],!1,null,null,null).exports;var l=i(9101);const c={name:"Option",props:["isHoverDisabled","isActive","title","arrow","icon"],components:{Link2Icon:l.qDj,UserMinusIcon:l.I9k,UserCheckIcon:l._uN,UserPlusIcon:l.oLu,ArrowUpIcon:l.Hf3,ArrowDownIcon:l.veu,BoxIcon:l.X$k,MonitorIcon:l.rc2,GlobeIcon:l.n9J,DatabaseIcon:l.VHe,ChevronRightIcon:l.XCv,FileTextIcon:l.zPP,CreditCardIcon:l.ciH,CloudIcon:l.v3n,LockIcon:l.mBM,CornerDownRightIcon:l.tio,DownloadCloudIcon:l.NDL,UploadCloudIcon:l.jkV,FolderPlusIcon:l.f1I,HardDriveIcon:l.zvn,PaperclipIcon:l.ogs,SettingsIcon:l.ewm,LifeBuoyIcon:l.RPi,CalendarIcon:l.Que,AlphabetIcon:d,Trash2Icon:l.Bf1,SmileIcon:l.OO0,PowerIcon:l.P$h,UsersIcon:l.oyc,Edit2Icon:l.me4,TrashIcon:l.XHJ,LinkIcon:l.xPt,StarIcon:l.r7p,GridIcon:l.pso,ListIcon:l.DE2,UserIcon:l.tBG,EyeIcon:l.tEF}};const f=(0,u.Z)(c,(function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("li",{staticClass:"flex items-center justify-between lg:py-3.5 py-4 px-5",class:{"group cursor-pointer hover:bg-light-background dark:hover:bg-4x-dark-foreground":!e.isHoverDisabled}},[i("div",{staticClass:"flex items-center"},[i("div",{staticClass:"mr-4"},["calendar"===e.icon?i("calendar-icon",{staticClass:"vue-feather group-hover-text-theme",class:{"text-theme":e.isActive},attrs:{size:"17"}}):e._e(),e._v(" "),"grid"===e.icon?i("grid-icon",{staticClass:"vue-feather group-hover-text-theme",class:{"text-theme":e.isActive},attrs:{size:"17"}}):e._e(),e._v(" "),"list"===e.icon?i("list-icon",{staticClass:"vue-feather group-hover-text-theme",class:{"text-theme":e.isActive},attrs:{size:"17"}}):e._e(),e._v(" "),"trash"===e.icon?i("trash-2-icon",{staticClass:"vue-feather group-hover-text-theme",class:{"text-theme":e.isActive},attrs:{size:"17"}}):e._e(),e._v(" "),"restore"===e.icon?i("life-buoy-icon",{staticClass:"vue-feather group-hover-text-theme",class:{"text-theme":e.isActive},attrs:{size:"17"}}):e._e(),e._v(" "),"empty-trash"===e.icon?i("trash-icon",{staticClass:"vue-feather group-hover-text-theme",class:{"text-theme":e.isActive},attrs:{size:"17"}}):e._e(),e._v(" "),"detail"===e.icon?i("eye-icon",{staticClass:"vue-feather group-hover-text-theme",class:{"text-theme":e.isActive},attrs:{size:"17"}}):e._e(),e._v(" "),"download"===e.icon?i("download-cloud-icon",{staticClass:"vue-feather group-hover-text-theme",class:{"text-theme":e.isActive},attrs:{size:"17"}}):e._e(),e._v(" "),"rename"===e.icon?i("edit2-icon",{staticClass:"vue-feather group-hover-text-theme",class:{"text-theme":e.isActive},attrs:{size:"17"}}):e._e(),e._v(" "),"move-item"===e.icon?i("corner-down-right-icon",{staticClass:"vue-feather group-hover-text-theme",class:{"text-theme":e.isActive},attrs:{size:"17"}}):e._e(),e._v(" "),"share"===e.icon?i("link-icon",{staticClass:"vue-feather group-hover-text-theme",class:{"text-theme":e.isActive},attrs:{size:"17"}}):e._e(),e._v(" "),"favourites"===e.icon?i("star-icon",{staticClass:"vue-feather group-hover-text-theme",class:{"text-theme":e.isActive},attrs:{size:"17"}}):e._e(),e._v(" "),"create-folder"===e.icon?i("folder-plus-icon",{staticClass:"vue-feather group-hover-text-theme",class:{"text-theme":e.isActive},attrs:{size:"17"}}):e._e(),e._v(" "),"no-options"===e.icon?i("smile-icon",{staticClass:"vue-feather group-hover-text-theme",class:{"text-theme":e.isActive},attrs:{size:"17"}}):e._e(),e._v(" "),"zip-folder"===e.icon?i("paperclip-icon",{staticClass:"vue-feather group-hover-text-theme",class:{"text-theme":e.isActive},attrs:{size:"17"}}):e._e(),e._v(" "),"alphabet"===e.icon?i("alphabet-icon",{staticClass:"vue-feather group-hover-text-theme",class:{"text-theme":e.isActive},attrs:{size:"17"}}):e._e(),e._v(" "),"star"===e.icon?i("star-icon",{staticClass:"vue-feather group-hover-text-theme",class:{"text-theme":e.isActive},attrs:{size:"17"}}):e._e(),e._v(" "),"hard-drive"===e.icon?i("hard-drive-icon",{staticClass:"vue-feather group-hover-text-theme",class:{"text-theme":e.isActive},attrs:{size:"17"}}):e._e(),e._v(" "),"upload-cloud"===e.icon?i("upload-cloud-icon",{staticClass:"vue-feather group-hover-text-theme",class:{"text-theme":e.isActive},attrs:{size:"17"}}):e._e(),e._v(" "),"remote-upload"===e.icon?i("link2-icon",{staticClass:"vue-feather group-hover-text-theme",class:{"text-theme":e.isActive},attrs:{size:"17"}}):e._e(),e._v(" "),"users"===e.icon?i("users-icon",{staticClass:"vue-feather group-hover-text-theme",class:{"text-theme":e.isActive},attrs:{size:"17"}}):e._e(),e._v(" "),"user"===e.icon?i("user-icon",{staticClass:"vue-feather group-hover-text-theme",class:{"text-theme":e.isActive},attrs:{size:"17"}}):e._e(),e._v(" "),"user-plus"===e.icon?i("user-plus-icon",{staticClass:"vue-feather group-hover-text-theme",class:{"text-theme":e.isActive},attrs:{size:"17"}}):e._e(),e._v(" "),"user-minus"===e.icon?i("user-minus-icon",{staticClass:"vue-feather group-hover-text-theme",class:{"text-theme":e.isActive},attrs:{size:"17"}}):e._e(),e._v(" "),"user-check"===e.icon?i("user-check-icon",{staticClass:"vue-feather group-hover-text-theme",class:{"text-theme":e.isActive},attrs:{size:"17"}}):e._e(),e._v(" "),"settings"===e.icon?i("settings-icon",{staticClass:"vue-feather group-hover-text-theme",class:{"text-theme":e.isActive},attrs:{size:"17"}}):e._e(),e._v(" "),"power"===e.icon?i("power-icon",{staticClass:"vue-feather group-hover-text-theme",class:{"text-theme":e.isActive},attrs:{size:"17"}}):e._e(),e._v(" "),"lock"===e.icon?i("lock-icon",{staticClass:"vue-feather group-hover-text-theme",class:{"text-theme":e.isActive},attrs:{size:"17"}}):e._e(),e._v(" "),"cloud"===e.icon?i("cloud-icon",{staticClass:"vue-feather group-hover-text-theme",class:{"text-theme":e.isActive},attrs:{size:"17"}}):e._e(),e._v(" "),"credit-card"===e.icon?i("credit-card-icon",{staticClass:"vue-feather group-hover-text-theme",class:{"text-theme":e.isActive},attrs:{size:"17"}}):e._e(),e._v(" "),"file-text"===e.icon?i("file-text-icon",{staticClass:"vue-feather group-hover-text-theme",class:{"text-theme":e.isActive},attrs:{size:"17"}}):e._e(),e._v(" "),"database"===e.icon?i("database-icon",{staticClass:"vue-feather group-hover-text-theme",class:{"text-theme":e.isActive},attrs:{size:"17"}}):e._e(),e._v(" "),"globe"===e.icon?i("globe-icon",{staticClass:"vue-feather group-hover-text-theme",class:{"text-theme":e.isActive},attrs:{size:"17"}}):e._e(),e._v(" "),"monitor"===e.icon?i("monitor-icon",{staticClass:"vue-feather group-hover-text-theme",class:{"text-theme":e.isActive},attrs:{size:"17"}}):e._e(),e._v(" "),"box"===e.icon?i("box-icon",{staticClass:"vue-feather group-hover-text-theme",class:{"text-theme":e.isActive},attrs:{size:"17"}}):e._e(),e._v(" "),"folder-plus"===e.icon?i("folder-plus-icon",{staticClass:"vue-feather group-hover-text-theme",class:{"text-theme":e.isActive},attrs:{size:"17"}}):e._e()],1),e._v(" "),i("b",{staticClass:"group-hover-text-theme text-sm font-bold",class:{"text-theme":e.isActive}},[e._v("\n "+e._s(e.title)+"\n ")])]),e._v(" "),e.arrow?i("div",{staticClass:"ml-2"},["right"===e.arrow?i("chevron-right-icon",{staticClass:"vue-feather group-hover-text-theme opacity-50",class:{"text-theme":e.isActive},attrs:{size:"14"}}):e._e(),e._v(" "),"up"===e.arrow?i("arrow-up-icon",{staticClass:"vue-feather group-hover-text-theme opacity-50",class:{"text-theme":e.isActive},attrs:{size:"14"}}):e._e(),e._v(" "),"down"===e.arrow?i("arrow-down-icon",{staticClass:"vue-feather group-hover-text-theme opacity-50",class:{"text-theme":e.isActive},attrs:{size:"14"}}):e._e()],1):e._e()])}),[],!1,null,null,null).exports},1958:(e,t,i)=>{"use strict";i.d(t,{Z:()=>r});const a={name:"OptionGroup",props:["title"]};const r=(0,i(1900).Z)(a,(function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",[e.title?i("b",{staticClass:"dark-text-theme mt-2 block py-0.5 px-4 text-xs text-gray-400"},[e._v("\n "+e._s(e.title)+"\n ")]):e._e(),e._v(" "),i("ul",{staticClass:"option-group py-1"},[e._t("default")],2)])}),[],!1,null,null,null).exports},1188:(e,t,i)=>{"use strict";i.d(t,{Z:()=>d});var a=i(826);const r={name:"MenuMobile",props:["name"],data:function(){return{isVisible:!1}},methods:{closeMenu:function(){this.isVisible=!1,a.U.$emit("mobile-menu:hide")}},created:function(){var e=this;a.U.$on("mobile-menu:show",(function(t){t===e.name&&(e.isVisible=!e.isVisible)})),a.U.$on("mobile-menu:hide",(function(){return e.isVisible=!1}))}};var n=i(3379),s=i.n(n),o=i(7691),u={insert:"head",singleton:!1};s()(o.Z,u);o.Z.locals;const d=(0,i(1900).Z)(r,(function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",[i("transition",{attrs:{name:"context-menu"}},[e.isVisible?i("div",{staticClass:"fixed bottom-0 left-0 right-0 z-50 overflow-hidden rounded-tl-xl rounded-tr-xl bg-white pb-4 dark:bg-2x-dark-foreground",on:{click:e.closeMenu}},[e._t("default")],2):e._e()]),e._v(" "),i("transition",{attrs:{name:"vignette"}},[e.isVisible?i("div",{staticClass:"fixed left-0 right-0 top-0 bottom-0 z-[49] bg-dark-background bg-opacity-[0.35] dark:bg-opacity-[0.45]",on:{click:e.closeMenu}}):e._e()])],1)}),[],!1,null,"87406fb8",null).exports},167:(e,t,i)=>{"use strict";i.d(t,{Z:()=>u});const a={name:"MenuMobileGroup"};var r=i(3379),n=i.n(r),s=i(2122),o={insert:"head",singleton:!1};n()(s.Z,o);s.Z.locals;const u=(0,i(1900).Z)(a,(function(){var e=this,t=e.$createElement;return(e._self._c||t)("div",{staticClass:"menu-options"},[e._t("default")],2)}),[],!1,null,"f3a904d4",null).exports},9171:(e,t,i)=>{"use strict";i.d(t,{Z:()=>y});var a=i(167),r=i(1958),n=i(9754),s=i(2360),o=i(826),u=i(629);function d(e,t){var i=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),i.push.apply(i,a)}return i}function l(e,t,i){return t in e?Object.defineProperty(e,t,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[t]=i,e}const c={name:"UserHeadline",components:{NotificationBell:s.Z,MemberAvatar:n.Z},computed:function(e){for(var t=1;t{"use strict";i.d(t,{Z:()=>n});var a=i(9101);const r={name:"MobileNavigationToolbar",components:{ChevronLeftIcon:a.wyc,SearchIcon:a.W1M,MenuIcon:a.Oqj},computed:{locationName:function(){return this.$t(this.$route.meta.title)}}};const n=(0,i(1900).Z)(r,(function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"z-20 relative block flex w-full items-center justify-between py-5 px-5 text-center lg:hidden"},[i("div",{staticClass:"inline-block overflow-hidden text-ellipsis whitespace-nowrap align-middle text-sm font-bold transition-all duration-200 dark:text-gray-100",staticStyle:{"max-width":"200px"}},[e._v("\n "+e._s(e.locationName)+"\n ")]),e._v(" "),i("div",{staticClass:"flex items-center"},[i("div",{staticClass:"mr-4 cursor-pointer px-2",on:{click:function(t){return e.$openSpotlight()}}},[i("search-icon",{staticClass:"vue-feather dark:text-gray-100",attrs:{size:"17"}})],1),e._v(" "),i("div",{staticClass:"cursor-pointer pr-1.5",on:{click:function(t){return e.$showMobileMenu("user-navigation")}}},[i("menu-icon",{staticClass:"vue-feather dark:text-gray-100",attrs:{size:"17"}})],1)])])}),[],!1,null,null,null).exports},2995:(e,t,i)=>{"use strict";i.d(t,{Z:()=>b});var a=i(4388),r=i(1661),n=i(1612),s=i(172),o=i(2688),u=i(1009),d=i(6092),l=i(7536),c=i.n(l),f=i(629);function p(e,t){var i=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),i.push.apply(i,a)}return i}function v(e){for(var t=1;t{"use strict";i.d(t,{Z:()=>r});const a={name:"PopupContent",props:["type"]};const r=(0,i(1900).Z)(a,(function(){var e=this,t=e.$createElement;return(e._self._c||t)("div",{staticClass:"absolute top-16 bottom-24 left-0 right-0 h-auto overflow-auto px-6 md:relative md:top-0 md:bottom-0",class:e.type},[e._t("default")],2)}),[],!1,null,null,null).exports},6092:(e,t,i)=>{"use strict";i.d(t,{Z:()=>s});var a=i(9101),r=i(826);const n={name:"PopupHeader",props:["title","icon"],components:{Link2Icon:a.qDj,BellIcon:a.Dkj,UploadCloudIcon:a.jkV,CornerDownRightIcon:a.tio,CreditCardIcon:a.ciH,UserPlusIcon:a.oLu,UsersIcon:a.oyc,ShareIcon:a.aAc,Edit2Icon:a.me4,LinkIcon:a.xPt,KeyIcon:a._m8,XIcon:a.b0D},methods:{closePopup:function(){r.U.$emit("popup:close")}}};const s=(0,i(1900).Z)(n,(function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"flex items-center justify-between px-6 pt-6 pb-6"},[i("div",{staticClass:"flex items-center"},[i("div",{staticClass:"mr-3"},["remote-upload"===e.icon?i("link2-icon",{staticClass:"vue-feather text-theme",attrs:{size:"18"}}):e._e(),e._v(" "),"upload"===e.icon?i("upload-cloud-icon",{staticClass:"vue-feather text-theme",attrs:{size:"18"}}):e._e(),e._v(" "),"move"===e.icon?i("corner-down-right-icon",{staticClass:"vue-feather text-theme",attrs:{size:"18"}}):e._e(),e._v(" "),"share"===e.icon?i("share-icon",{staticClass:"vue-feather text-theme",attrs:{size:"18"}}):e._e(),e._v(" "),"edit"===e.icon?i("edit2-icon",{staticClass:"vue-feather text-theme",attrs:{size:"18"}}):e._e(),e._v(" "),"key"===e.icon?i("key-icon",{staticClass:"vue-feather text-theme",attrs:{size:"18"}}):e._e(),e._v(" "),"users"===e.icon?i("users-icon",{staticClass:"vue-feather text-theme",attrs:{size:"18"}}):e._e(),e._v(" "),"user-plus"===e.icon?i("user-plus-icon",{staticClass:"vue-feather text-theme",attrs:{size:"18"}}):e._e(),e._v(" "),"credit-card"===e.icon?i("credit-card-icon",{staticClass:"vue-feather text-theme",attrs:{size:"18"}}):e._e(),e._v(" "),"bell"===e.icon?i("bell-icon",{staticClass:"vue-feather text-theme",attrs:{size:"18"}}):e._e()],1),e._v(" "),i("b",{staticClass:"text-base font-bold"},[e._v("\n "+e._s(e.title)+"\n ")])]),e._v(" "),i("div",{staticClass:"-m-3 cursor-pointer p-3",on:{click:e.closePopup}},[i("x-icon",{staticClass:"hover-text-theme vue-feather",attrs:{size:"14"}})],1)])}),[],!1,null,null,null).exports},172:(e,t,i)=>{"use strict";i.d(t,{Z:()=>d});var a=i(826);const r={name:"PopupWrapper",props:["name"],data:function(){return{isVisibleWrapper:!1}},methods:{closePopup:function(){a.U.$emit("popup:close")}},created:function(){var e=this;a.U.$on("popup:open",(function(t){var i=t.name;e.name===i&&(e.isVisibleWrapper=!0),e.name!==i&&(e.isVisibleWrapper=!1)})),a.U.$on("confirm:open",(function(t){var i=t.name;e.name===i&&(e.isVisibleWrapper=!0)})),a.U.$on("popup:close",(function(){return e.isVisibleWrapper=!1}))}};var n=i(3379),s=i.n(n),o=i(9386),u={insert:"head",singleton:!1};s()(o.Z,u);o.Z.locals;const d=(0,i(1900).Z)(r,(function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("transition",{attrs:{name:"popup"}},[e.isVisibleWrapper?i("div",{staticClass:"popup fixed top-0 left-0 right-0 bottom-0 z-50 grid h-full overflow-y-auto p-10 lg:absolute",on:{click:function(t){return t.target!==t.currentTarget?null:e.closePopup.apply(null,arguments)}}},[i("div",{staticClass:"fixed top-0 bottom-0 left-0 right-0 z-10 m-auto w-full bg-white shadow-xl dark:bg-dark-foreground md:relative md:w-[490px] md:rounded-xl"},[e._t("default")],2)]):e._e()])}),[],!1,null,"711e73b9",null).exports},2417:(e,t,i)=>{"use strict";i.d(t,{Z:()=>u});var a=i(172),r=i(2688),n=i(1612),s=i(826);const o={name:"ConfirmPopup",components:{PopupWrapper:a.Z,PopupActions:r.Z,ButtonBase:n.Z},data:function(){return{confirmationData:[],message:void 0,title:void 0,buttonColor:void 0}},methods:{closePopup:function(){s.U.$emit("popup:close")},confirm:function(){s.U.$emit("popup:close"),s.U.$emit("action:confirmed",this.confirmationData),this.confirmationData=[]}},mounted:function(){var e=this;s.U.$on("confirm:open",(function(t){e.title=t.title,e.message=t.message,e.confirmationData=t.action,e.buttonColor="danger",t.buttonColor&&(e.buttonColor=t.buttonColor)}))}};const u=(0,i(1900).Z)(o,(function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("PopupWrapper",[i("div",{staticClass:"flex h-full -translate-y-7 transform items-center justify-center px-8 text-center md:translate-y-0"},[i("div",[i("img",{staticClass:"mx-auto mb-4 w-20 md:mt-6 min-h-[80px]",attrs:{src:"https://twemoji.maxcdn.com/v/13.1.0/svg/1f914.svg",alt:""}}),e._v(" "),e.title?i("h1",{staticClass:"mb-2 text-2xl font-bold"},[e._v("\n "+e._s(e.title)+"\n ")]):e._e(),e._v(" "),e.message?i("p",{staticClass:"mb-4 text-sm"},[e._v("\n "+e._s(e.message)+"\n ")]):e._e()])]),e._v(" "),i("PopupActions",[i("ButtonBase",{staticClass:"w-full",attrs:{"button-style":"secondary"},nativeOn:{click:function(t){return e.closePopup.apply(null,arguments)}}},[e._v(e._s(e.$t("cancel"))+"\n ")]),e._v(" "),i("ButtonBase",{staticClass:"w-full",attrs:{"button-style":e.buttonColor},nativeOn:{click:function(t){return e.confirm.apply(null,arguments)}}},[e._v(e._s(e.$t("yes_iam_sure"))+"\n ")])],1)],1)}),[],!1,null,null,null).exports},8255:(e,t,i)=>{"use strict";i.d(t,{Z:()=>b});var a=i(7757),r=i.n(a),n=i(9495),s=i(172),o=i(1009),u=i(2688),d=i(6092),l=i(9738),c=i(4479),f=i(1612),p=i(826),v=i(7402);function m(e,t,i,a,r,n,s){try{var o=e[n](s),u=o.value}catch(e){return void i(e)}o.done?t(u):Promise.resolve(u).then(a,r)}const h={name:"RemoteUploadPopup",components:{ValidationProvider:n.ValidationProvider,ValidationObserver:n.ValidationObserver,required:c.C1,PopupWrapper:s.Z,PopupContent:o.Z,PopupHeader:d.Z,PopupActions:u.Z,AppInputText:l.Z,ButtonBase:f.Z},data:function(){return{links:void 0,loading:!1}},methods:{upload:function(){var e,t=this;return(e=r().mark((function e(){var i,a;return r().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,t.$refs.createForm.validate();case 2:if(e.sent){e.next=5;break}return e.abrupt("return");case 5:if(t.loading=!0,t.urls=t.links.replace(/^(?=\n)$|^\s*|\s*$|\n\n+/gm,"").split(/\r?\n/),!t.$store.getters.config.isDemo||"ho**@hi5ve.digital"!==t.$store.getters.user.data.attributes.email){e.next=11;break}return p.U.$emit("toaster",{type:"success",message:v.Z.t("remote_download_finished")}),p.U.$emit("popup:close"),e.abrupt("return");case 11:t.$store.getters.isBroadcasting&&t.$store.commit("UPDATE_REMOTE_UPLOAD_QUEUE",{progress:{total:t.urls.length,processed:0,failed:0}}),i={RequestUpload:"/api/upload-request/".concat(t.$router.currentRoute.params.token,"/upload/remote"),Public:"/api/editor/upload/remote/".concat(t.$router.currentRoute.params.token)}[t.$router.currentRoute.name]||"/api/upload/remote",a=t.$store.getters.currentFolder?t.$store.getters.currentFolder.data.id:void 0,axios.post(i,{urls:t.urls,parent_id:a}).then((function(){t.$store.getters.isBroadcasting||(t.$getDataByLocation(),p.U.$emit("toaster",{type:"success",message:v.Z.t("remote_download_finished")})),p.U.$emit("popup:close")})).catch((function(e){422===e.response.status&&t.$refs.createForm.setErrors({"Remote Links":e.response.data.message}),p.U.$emit("toaster",{type:"danger",message:t.$t("popup_error.title")})})).finally((function(){t.loading=!1}));case 15:case"end":return e.stop()}}),e)})),function(){var t=this,i=arguments;return new Promise((function(a,r){var n=e.apply(t,i);function s(e){m(n,a,r,s,o,"next",e)}function o(e){m(n,a,r,s,o,"throw",e)}s(void 0)}))})()}},mounted:function(){var e=this;p.U.$on("popup:open",(function(t){"remote-upload"===t.name&&(e.links=void 0,e.$nextTick((function(){setTimeout((function(){return e.$refs.textarea.focus()}),100)})))}))}};const b=(0,i(1900).Z)(h,(function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("PopupWrapper",{attrs:{name:"remote-upload"}},[i("PopupHeader",{attrs:{title:e.$t("upload_files_remotely"),icon:"remote-upload"}}),e._v(" "),i("PopupContent",[i("ValidationObserver",{ref:"createForm",attrs:{tag:"form"},on:{submit:function(e){e.preventDefault()}},scopedSlots:e._u([{key:"default",fn:function(t){t.invalid;return[i("ValidationProvider",{attrs:{tag:"div",mode:"passive",name:"Remote Links",rules:"required"},scopedSlots:e._u([{key:"default",fn:function(t){var a=t.errors;return[i("AppInputText",{attrs:{title:e.$t("remote_links"),description:e.$t("remote_links_help"),error:a[0],"is-last":!0}},[i("textarea",{directives:[{name:"model",rawName:"v-model",value:e.links,expression:"links"}],ref:"textarea",staticClass:"focus-border-theme input-dark whitespace-nowrap",class:{"!border-rose-600":a[0]},attrs:{rows:"6",placeholder:e.$t("paste_remote_links_here")},domProps:{value:e.links},on:{input:function(t){t.target.composing||(e.links=t.target.value)}}})])]}}],null,!0)})]}}])})],1),e._v(" "),i("PopupActions",[i("ButtonBase",{staticClass:"w-full",attrs:{"button-style":"secondary"},nativeOn:{click:function(t){return e.$closePopup()}}},[e._v("\n "+e._s(e.$t("cancel"))+"\n ")]),e._v(" "),i("ButtonBase",{staticClass:"w-full",attrs:{"button-style":"theme",loading:e.loading},nativeOn:{click:function(t){return e.upload.apply(null,arguments)}}},[e._v("\n "+e._s(e.$t("upload"))+"\n ")])],1)],1)}),[],!1,null,null,null).exports},7573:(e,t,i)=>{"use strict";i.d(t,{Z:()=>c});const a={name:"TextLabel"};var r=i(3379),n=i.n(r),s=i(7517),o={insert:"head",singleton:!1};n()(s.Z,o);s.Z.locals;var u=i(1900);const d=(0,u.Z)(a,(function(){var e=this,t=e.$createElement;return(e._self._c||t)("b",{staticClass:"text-label"},[e._t("default")],2)}),[],!1,null,"27257606",null).exports;const l={name:"ContentGroup",props:["canCollapse","title","slug"],components:{ChevronUpIcon:i(9101).g8U,TextLabel:d},data:function(){return{isVisible:!0,canCollapseWrapper:!1}},methods:{hideGroup:function(){this.canCollapseWrapper&&(this.isVisible=!this.isVisible,localStorage.setItem("panel-group-"+this.slug,this.isVisible))}},created:function(){if(this.canCollapse){var e=localStorage.getItem("panel-group-"+this.slug);this.isVisible=!e||!!JSON.parse(String(e).toLowerCase()),this.canCollapseWrapper=!0}}};const c=(0,u.Z)(l,(function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"ml-6 mb-6",class:{"is-collapsed":!e.isVisible,collapsable:e.canCollapse}},[i("div",{staticClass:"mb-2 flex items-center justify-between",on:{click:e.hideGroup}},[i("small",{staticClass:"text-xs font-bold text-gray-400 dark:text-gray-600"},[e._v("\n "+e._s(e.title)+"\n ")]),e._v(" "),e.canCollapseWrapper?i("chevron-up-icon",{staticClass:"vue-feather mr-5 transform cursor-pointer text-gray-300",class:{"rotate-180":!e.isVisible},attrs:{size:"12"}}):e._e()],1),e._v(" "),e.isVisible?e._t("default"):e._e()],2)}),[],!1,null,null,null).exports},1111:(e,t,i)=>{"use strict";i.d(t,{Z:()=>r});const a={name:"ContentSidebar"};const r=(0,i(1900).Z)(a,(function(){var e=this,t=e.$createElement;return(e._self._c||t)("section",{staticClass:"content-sidebar z-[9] hidden w-52 flex-none select-none overflow-y-auto bg-light-background pt-6 dark:bg-dark-background lg:block xl:w-56",attrs:{id:"content-sidebar"}},[e._t("default")],2)}),[],!1,null,null,null).exports},3164:(e,t,i)=>{"use strict";i.d(t,{Z:()=>w});var a=i(826),r=i(2538),n=i(9754),s=i(8524);const o={name:"CategoryName"};var u=i(1900);const d=(0,u.Z)(o,(function(){var e=this,t=e.$createElement;return(e._self._c||t)("b",{staticClass:"mb-1.5 block text-xs text-gray-500"},[e._t("default")],2)}),[],!1,null,null,null).exports;const l={name:"FilterSuggestion",props:["keyword","description"]};const c=(0,u.Z)(l,(function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"flex cursor-pointer items-center py-2"},[i("span",{staticClass:"dark-text-theme rounded-lg bg-light-background py-1 px-2 text-sm font-bold dark:bg-4x-dark-foreground"},[e._v("\n "+e._s(e.keyword)+" + "+e._s(e.$t("space"))+"\n ")]),e._v(" "),i("p",{staticClass:"ml-3 text-sm font-semibold text-gray-500"},[e._v("\n "+e._s(e.description)+"\n ")])])}),[],!1,null,null,null).exports;var f=i(9101);const p={name:"KeyboardHints",components:{CornerDownLeftIcon:f.zrI,ArrowDownIcon:f.veu,ArrowUpIcon:f.Hf3}};const v=(0,u.Z)(p,(function(){var e=this,t=e.$createElement,i=e._self._c||t;return e.$isMobile()?e._e():i("div",{staticClass:"flex items-center px-5 pb-2"},[i("div",{staticClass:"mr-4 flex items-center"},[i("ArrowUpIcon",{staticClass:"vue-feather text-gray-400",attrs:{size:"12"}}),e._v(" "),i("ArrowDownIcon",{staticClass:"vue-feather text-gray-400",attrs:{size:"12"}}),e._v(" "),i("span",{staticClass:"ml-1.5 text-xs text-gray-400"},[e._v("\n "+e._s(e.$t("navigate"))+"\n ")])],1),e._v(" "),i("div",{staticClass:"flex items-center"},[i("CornerDownLeftIcon",{staticClass:"vue-feather text-gray-400",attrs:{size:"12"}}),e._v(" "),i("span",{staticClass:"ml-1.5 text-xs text-gray-400"},[e._v("\n "+e._s(e.$t("go"))+"\n ")])],1)])}),[],!1,null,null,null).exports;var m=i(9669),h=i.n(m),b=i(6486),g=i(629);function _(e,t){var i=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),i.push.apply(i,a)}return i}function y(e){for(var t=1;t-1})).slice(0,3)),this.findResult(t)}},methods:{showByShortcut:function(e){["a","r","v"].includes(e.key)||e.preventDefault();var t=this.results.length+this.actions.length;Number.isInteger(parseInt(e.key))&&parseInt(e.key)0&&e0&&this.index--},setFilter:function(e){var t=this;this.activeFilter=e,this.results=[],this.query="",this.$nextTick((function(){return t.$refs.searchInput.focus()}))},undoFilter:function(){this.activeFilter&&""===this.query&&2!==this.backspaceHits&&this.backspaceHits++,2===this.backspaceHits&&this.removeFilter()},removeFilter:function(){this.activeFilter=void 0,this.backspaceHits=0}},created:function(){var e=this;a.U.$on("spotlight:show",(function(t){e.isVisible=!0,e.activeFilter=t,e.$nextTick((function(){e.$refs.searchInput&&e.$refs.searchInput.focus()}))})),a.U.$on("spotlight:hide",(function(){return e.exitSpotlight()}))}};const w=(0,u.Z)(k,(function(){var e=this,t=e.$createElement,i=e._self._c||t;return e.isVisible?i("div",{staticClass:"fixed left-0 right-0 bottom-0 top-0 z-50 z-50 h-full w-full bg-white dark:bg-dark-background md:absolute md:bg-dark-background md:bg-opacity-[0.35] dark:md:bg-opacity-[0.45]",attrs:{tabindex:"-1"},on:{keyup:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"esc",27,t.key,["Esc","Escape"])?null:e.exitSpotlight.apply(null,arguments)},click:function(t){return t.ctrlKey||t.shiftKey||t.altKey||t.metaKey||t.target!==t.currentTarget?null:e.exitSpotlight.apply(null,arguments)}}},[i("div",{staticClass:"relative z-50 mx-auto w-full overflow-y-auto md:mt-8 md:max-w-xl md:rounded-xl md:bg-white md:shadow-xl dark:md:bg-2x-dark-foreground 2xl:mt-20"},[i("div",{staticClass:"z-50 mx-auto flex items-center px-5 py-4"},[i("div",{staticClass:"relative mr-4"},[e.isLoading?i("div",{staticClass:"spinner-icon origin-center translate-y-2.5 scale-50 transform"},[i("Spinner")],1):e._e(),e._v(" "),i("search-icon",{staticClass:"magnify dark-text-theme text-theme vue-feather",class:{"opacity-0":e.isLoading},attrs:{size:"22"}})],1),e._v(" "),e.activeFilter?i("div",{staticClass:"mr-3 flex cursor-pointer items-center rounded-lg bg-light-background px-2 py-1 dark:bg-4x-dark-foreground",on:{click:e.removeFilter}},[i("b",{staticClass:"dark-text-theme -mt-0.5 pr-1.5 text-sm font-bold"},[e._v("\n "+e._s(e.activeFilter)+"\n ")]),e._v(" "),i("x-icon",{attrs:{size:"12"}})],1):e._e(),e._v(" "),i("input",{directives:[{name:"model",rawName:"v-model",value:e.query,expression:"query"}],ref:"searchInput",staticClass:"w-full border-none bg-transparent text-lg font-semibold placeholder-gray-700 focus:outline-none dark:placeholder-gray-400 sm:text-xl",attrs:{type:"text",placeholder:e.$t("spotlight_search")},domProps:{value:e.query},on:{keydown:[function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"delete",[8,46],t.key,["Backspace","Delete","Del"])?null:e.undoFilter.apply(null,arguments)},function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.showSelected.apply(null,arguments)},function(t){return t.metaKey?e.showByShortcut.apply(null,arguments):null},function(t){return t.ctrlKey?e.showByShortcut.apply(null,arguments):null}],keyup:[function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"down",40,t.key,["Down","ArrowDown"])?null:e.onPageDown.apply(null,arguments)},function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"up",38,t.key,["Up","ArrowUp"])?null:e.onPageUp.apply(null,arguments)}],input:function(t){t.target.composing||(e.query=t.target.value)}}}),e._v(" "),e.$isMobile()?e._e():i("div",{staticClass:"mr-2"},[i("span",{staticClass:"text-sm text-gray-400"},[e._v("esc")])]),e._v(" "),e.$isMobile()?i("div",{staticClass:"cursor-pointer",on:{click:e.exitSpotlight}},[i("x-icon",{staticClass:"close",attrs:{size:"22"}})],1):e._e()]),e._v(" "),e.isEmptyQuery&&!e.activeFilter&&!e.$isThisRoute(e.$route,["Public"])&&e.isAdmin?i("div",{staticClass:"relative z-50 px-4 pb-4"},[i("CategoryName",[e._v("\n "+e._s(e.$t("suggested_filters"))+"\n ")]),e._v(" "),e._l(e.filters,(function(t){return i("FilterSuggestion",{key:t.slug,attrs:{keyword:t.keyword,description:t.description},nativeOn:{click:function(i){return e.setFilter(t.slug)}}})}))],2):e._e(),e._v(" "),e.isNotEmptyQuery?i("div",{staticClass:"relative z-50 px-4 pb-4"},[0!==e.actions.length?i("CategoryName",[e._v("\n "+e._s(e.$t("actions"))+"\n ")]):e._e(),e._v(" "),0!==e.actions.length?i("div",{staticClass:"mb-2"},e._l(e.actions,(function(t,a){return i("div",{key:t.action.value,staticClass:"relative"},[i("div",{staticClass:"flex cursor-pointer items-center px-3.5 py-2.5",class:{"rounded-xl bg-light-background dark:bg-4x-dark-foreground":a===e.index},on:{mousedown:function(i){return e.openAction(t)}}},[["AppOthers","Profile","Password","AppServer","AppAppearance","AppIndex","AppEnvironment","AppOthers","AppSignInUp","AppAdsense"].includes(t.action.value)?i("settings-icon",{staticClass:"vue-feather text-theme",attrs:{size:"18"}}):e._e(),e._v(" "),"AppPayments"===t.action.value?i("credit-card-icon",{staticClass:"vue-feather text-theme",attrs:{size:"18"}}):e._e(),e._v(" "),"Files"===t.action.value?i("home-icon",{staticClass:"vue-feather text-theme",attrs:{size:"18"}}):e._e(),e._v(" "),"Trash"===t.action.value?i("trash2-icon",{staticClass:"vue-feather text-theme",attrs:{size:"18"}}):e._e(),e._v(" "),["CreateFixedPlan","CreateMeteredPlan"].includes(t.action.value)?i("database-icon",{staticClass:"vue-feather text-theme",attrs:{size:"18"}}):e._e(),e._v(" "),"UserCreate"===t.action.value?i("user-plus-icon",{staticClass:"vue-feather text-theme",attrs:{size:"18"}}):e._e(),e._v(" "),["TeamFolders","Users"].includes(t.action.value)?i("users-icon",{staticClass:"vue-feather text-theme",attrs:{size:"18"}}):e._e(),e._v(" "),"SharedWithMe"===t.action.value?i("user-check-icon",{staticClass:"vue-feather text-theme",attrs:{size:"18"}}):e._e(),e._v(" "),"MySharedItems"===t.action.value?i("link-icon",{staticClass:"vue-feather text-theme",attrs:{size:"18"}}):e._e(),e._v(" "),"remote-upload"===t.action.value?i("link2-icon",{staticClass:"vue-feather text-theme",attrs:{size:"18"}}):e._e(),e._v(" "),"RecentUploads"===t.action.value?i("upload-cloud-icon",{staticClass:"vue-feather text-theme",attrs:{size:"18"}}):e._e(),e._v(" "),["Invoices","Invoice"].includes(t.action.value)?i("file-text-icon",{staticClass:"vue-feather text-theme",attrs:{size:"18"}}):e._e(),e._v(" "),"Plans"===t.action.value?i("database-icon",{staticClass:"vue-feather text-theme",attrs:{size:"18"}}):e._e(),e._v(" "),["Subscriptions","Billing"].includes(t.action.value)?i("dollar-sign-icon",{staticClass:"vue-feather text-theme",attrs:{size:"18"}}):e._e(),e._v(" "),"Language"===t.action.value?i("globe-icon",{staticClass:"vue-feather text-theme",attrs:{size:"18"}}):e._e(),e._v(" "),"Pages"===t.action.value?i("monitor-icon",{staticClass:"vue-feather text-theme",attrs:{size:"18"}}):e._e(),e._v(" "),"Dashboard"===t.action.value?i("box-icon",{staticClass:"vue-feather text-theme",attrs:{size:"18"}}):e._e(),e._v(" "),"Storage"===t.action.value?i("hard-drive-icon",{staticClass:"vue-feather text-theme",attrs:{size:"18"}}):e._e(),e._v(" "),"dark-mode"===t.action.value?i("moon-icon",{staticClass:"vue-feather text-theme",attrs:{size:"18"}}):e._e(),e._v(" "),"full-screen-mode"===t.action.value?i("maximize2-icon",{staticClass:"vue-feather text-theme",attrs:{size:"18"}}):e._e(),e._v(" "),"log-out"===t.action.value?i("power-icon",{staticClass:"vue-feather text-theme",attrs:{size:"18"}}):e._e(),e._v(" "),"empty-trash"===t.action.value?i("trash-icon",{staticClass:"vue-feather text-theme",attrs:{size:"18"}}):e._e(),e._v(" "),"toggle-grid-list"===t.action.value?i("grid-icon",{staticClass:"vue-feather text-theme",attrs:{size:"18"}}):e._e(),e._v(" "),"toggle-emoji"===t.action.value?i("smile-icon",{staticClass:"vue-feather text-theme",attrs:{size:"18"}}):e._e(),e._v(" "),"create-team-folder"===t.action.value?i("folder-plus-icon",{staticClass:"vue-feather text-theme",attrs:{size:"18"}}):e._e(),e._v(" "),"create-file-request"===t.action.value?i("upload-cloud-icon",{staticClass:"vue-feather text-theme",attrs:{size:"18"}}):e._e(),e._v(" "),i("b",{staticClass:"ml-3.5 text-sm font-bold"},[e._v("\n "+e._s(t.title)+"\n ")])],1),e._v(" "),e.$isMobile()?e._e():i("div",{staticClass:"absolute right-4 top-1/2 -translate-y-1/2 transform"},[i("span",{staticClass:"text-xs text-gray-400"},[e._v("\n\t\t\t\t\t\t\t\t"+e._s(0===a?"↵":e.metaKeyIcon+a)+"\n\t\t\t\t\t\t\t")])])])})),0):e._e(),e._v(" "),e.activeFilter||0===e.results.length?e._e():i("CategoryName",[e._v("\n "+e._s(e.$t("files_and_folders"))+"\n ")]),e._v(" "),e._l(e.results,(function(t,a){return 0!==e.results.length?i("div",{key:t.data.id,staticClass:"relative"},["users"!==e.activeFilter||t.action?e._e():i("div",{staticClass:"flex items-center px-2.5 py-3.5",class:{"rounded-xl bg-light-background dark:bg-4x-dark-foreground":a+e.actions.length===e.index},on:{click:function(i){return e.openUser(t)}}},[i("MemberAvatar",{attrs:{"is-border":!1,size:44,member:t}}),e._v(" "),i("div",{staticClass:"ml-3"},[i("b",{staticClass:"max-w-1 block overflow-hidden text-ellipsis whitespace-nowrap text-sm font-bold",staticStyle:{"max-width":"155px"}},[e._v("\n "+e._s(t.data.attributes.name)+"\n ")]),e._v(" "),i("span",{staticClass:"block text-xs text-gray-600 dark:text-gray-500"},[e._v("\n "+e._s(t.data.attributes.email)+"\n ")])])],1),e._v(" "),e.activeFilter||t.action?e._e():i("ItemList",{class:{"rounded-xl bg-light-background dark:bg-4x-dark-foreground":a+e.actions.length===e.index},attrs:{entry:t,highlight:!1,"mobile-handler":!1},nativeOn:{click:function(i){return e.openItem(t)}}}),e._v(" "),e.$isMobile()?e._e():i("div",{staticClass:"absolute right-4 top-1/2 -translate-y-1/2 transform"},[i("span",{staticClass:"text-xs text-gray-400"},[e._v(e._s(a+e.actions.length===0?"↵":e.metaKeyIcon+(a+e.actions.length)))])])],1):e._e()})),e._v(" "),0===e.results.length&&0===e.actions.length?i("span",{staticClass:"p-2.5 text-sm text-gray-700 dark:text-gray-400"},[e._v("\n "+e._s(e.$t("messages.nothing_was_found"))+"\n ")]):e._e()],2):e._e(),e._v(" "),i("KeyboardHints")],1)]):e._e()}),[],!1,null,null,null).exports},6134:(e,t,i)=>{"use strict";i.d(t,{Z:()=>g});var a=i(9101),r=i(629);function n(e,t){var i=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),i.push.apply(i,a)}return i}function s(e,t,i){return t in e?Object.defineProperty(e,t,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[t]=i,e}const o={name:"PermissionToggleButton",props:["item"],computed:function(e){for(var t=1;t0&&t.id!==e.user.data.id?i("li",{key:a,staticClass:"flex items-center py-2"},[i("div",{staticClass:"-ml-1.5 cursor-pointer py-2 px-1 leading-none",on:{click:function(i){return e.deleteMember(t)}}},[i("x-icon",{staticClass:"vue-feather dark:text-gray-600",attrs:{size:"14"}})],1),e._v(" "),i("div",{staticClass:"flex items-center"},[i("MemberAvatar",{staticClass:"mr-3 ml-2",attrs:{"is-border":!1,size:44,member:e.$mapIntoMemberResource(t)}}),e._v(" "),"member"===t.type?i("div",{staticClass:"info"},[i("b",{staticClass:"max-w-1 block overflow-hidden text-ellipsis whitespace-nowrap text-sm font-bold",staticStyle:{"max-width":"155px"}},[e._v("\n "+e._s(t.name)+"\n ")]),e._v(" "),i("span",{staticClass:"block text-xs text-gray-600 dark:text-gray-500"},[e._v("\n "+e._s(t.email)+"\n ")])]):e._e(),e._v(" "),"invitation"===t.type?i("div",{staticClass:"info"},[i("b",{staticClass:"block max-w-xs overflow-hidden text-ellipsis whitespace-nowrap text-sm font-bold",staticStyle:{"max-width":"155px"}},[e._v("\n "+e._s(t.email)+"\n ")]),e._v(" "),t.id?i("span",{staticClass:"block text-xs text-gray-600 dark:text-gray-500"},[e._v("\n "+e._s(e.$t("waiting_for_accept_invitation"))+"\n ")]):e._e()]):e._e()],1),e._v(" "),i("div",{staticClass:"ml-auto"},[i("PermissionToggleButton",{attrs:{item:t},on:{input:function(i){return e.updateMemberPermission(t,i)}}})],1)]):e._e()})),0)}),[],!1,null,null,null).exports},8883:(e,t,i)=>{"use strict";i.d(t,{Z:()=>$});var a=i(7757),r=i.n(a),n=i(9738),s=i(9495),o=i(172),u=i(2688),d=i(1009),l=i(6092),c=i(6565),f=i(1612),p=i(6134),v=i(4479),m=i(7059),h=i(826),b=i(9669),g=i.n(b),_=i(629);function y(e,t,i,a,r,n,s){try{var o=e[n](s),u=o.value}catch(e){return void i(e)}o.done?t(u):Promise.resolve(u).then(a,r)}function x(e,t){var i=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),i.push.apply(i,a)}return i}function k(e){for(var t=1;t{"use strict";i.d(t,{Z:()=>d});var a=i(6965),r=i(5446),n=i(9101);function s(e,t){var i=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),i.push.apply(i,a)}return i}function o(e,t,i){return t in e?Object.defineProperty(e,t,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[t]=i,e}const u={name:"ToolbarButton",props:["source","action"],computed:function(e){for(var t=1;t{"use strict";i.d(t,{Z:()=>h});var a=i(2040),r=i(9101),n=i(2486),s=i(9754),o=i(2439),u=i(4852),d=i(6486),l=i(629),c=i(826);function f(e,t){var i=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),i.push.apply(i,a)}return i}function p(e){for(var t=1;t{"use strict";i.d(t,{Z:()=>h});var a=i(2439),r=i(2040),n=i(9101),s=i(2486),o=i(9754),u=i(4852),d=i(6486),l=i(629),c=i(826);function f(e,t){var i=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),i.push.apply(i,a)}return i}function p(e){for(var t=1;t