diff --git a/README.md b/README.md index 3df0e04e04..6529ad0246 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ # Dokan - Powerful WooCommerce Multivendor Marketplace Solution - Build Your Own Amazon, eBay, Etsy # **Contributors:** [tareq1988](https://profiles.wordpress.org/tareq1988/), [wedevs](https://profiles.wordpress.org/wedevs/), [nizamuddinbabu](https://profiles.wordpress.org/nizamuddinbabu/) **Donate Link:** http://tareq.co/donate/ -**Tags:** WooCommerce multivendor marketplace, multivendor marketplace, multivendor, multi seller, multi vendor, WooCommerce marketplace, WooCommerce product vendors -**Requires at least:** 6.4 -**Tested up to:** 6.6.2 +**Tags:** WooCommerce multivendor marketplace, multi seller, multi vendor, multivendor, multivendor marketplace +**Requires at least:** 6.5 +**Tested up to:** 6.7.1 **WC requires at least:** 8.0.0 -**WC tested up to:** 9.3.3 +**WC tested up to:** 9.4.2 **Requires PHP:** 7.4 -**Stable tag:** 3.13.1 +**Stable tag:** 3.14.0 **License:** GPLv2 or later **License URI:** http://www.gnu.org/licenses/gpl-2.0.html @@ -347,6 +347,24 @@ A. Just install and activate the PRO version without deleting the free plugin. A ## Changelog ## +### v3.14.0 ( Dec 02, 2024 ) ### + +- **new:** Commission amount now displayed in the product list within the admin dashboard. +- **new:** Vendor earning amount displayed in the product list within the vendor dashboard. +- **new:** Vendor earning suggestions on the product add and edit pages in the vendor dashboard for simple and variable products. +- **new:** Commission details metabox on the order details page in the admin dashboard is now visible for child orders or orders without a parent. +- **new:** Related order metabox on the order details page in the admin dashboard, displaying sibling orders for child orders and child orders for parent orders. +- **new:** Backward compatibility for flat, percentage, and combine commission types for older orders. +- **new:** A new color palette is introduced for store color "Purple Pulse" +- **update:** Updated commission types from flat, percentage, and combine to fixed and category-based commissions. +- **update:** Overhauled the commission UI across Dokan global settings, vendor settings, product settings, Dokan subscription product settings, and the admin setup wizard. +- **update:** Updated the commission settings in the admin setup wizard. +- **update:** Enhanced responsiveness of the UI for Dokan admin dashboard settings menus. +- **update:** Product is rebranded with new branding. +- **update:** As per new branding of Dokan Multivendor Plugin, full product is rebranded with new theme color. +- **fix:** Moved the vendor edit page from Dokan Pro to Dokan Lite and eliminated the commission setting from the WordPress default user profile page. +- **fix:** Removed the commission from every category, introducing category-based commission in global settings, vendor settings, Dokan subscription products, and the admin setup wizard. + ### v3.13.1 ( Nov 11, 2024 ) ### - **update:** Compatibility with the Printful Integration Module added. @@ -361,7 +379,16 @@ A. Just install and activate the PRO version without deleting the free plugin. A - **fix:** Fixed js error on frontend pages. -For the changelog history, view the full [CHANGELOG](https://raw.githubusercontent.com/getdokan/dokan/develop/CHANGELOG.md). +### v3.12.5 ( Oct 16, 2024 ) ### + +- **fix:** Implement order trash and untrash handling for Dokan +- **fix:** Added wordpress native i18n support + +### v3.12.4 ( Oct 03, 2024 ) ### + +- **update:** Added `$data` parameter to `dokan_update_vendor` hook. + +[CHECK THE FULL CHANGELOG](https://github.com/getdokan/dokan/blob/ac8cfe42ed6d13a34572571728281591ebbf706f/CHANGELOG.md). ## Upgrade Notice ## diff --git a/assets/css/admin.css b/assets/css/admin.css index f7888dbdd2..80b714fc6e 100644 --- a/assets/css/admin.css +++ b/assets/css/admin.css @@ -115,6 +115,7 @@ } .dokan-admin-header .dokan-admin-header-logo { display: flex; + align-items: center; } .dokan-admin-header .dokan-admin-header-logo img { height: 25px; @@ -249,19 +250,19 @@ margin-bottom: 0; } .dokan-admin-header .dokan-admin-header-menu .menu-item .menu-icon .dropdown .list-item a.active { - color: #dd452c; + color: #7047EB; } .dokan-admin-header .dokan-admin-header-menu .menu-item .menu-icon .dropdown .list-item a.active .dokan-icon { - background-color: rgba(221, 69, 44, 0.15); + background-color: #E4E6EB; } .dokan-admin-header .dokan-admin-header-menu .menu-item .menu-icon .dropdown .list-item a.active .dokan-icon svg path { - fill: #f1634c; + fill: #7047EB; } .dokan-admin-header .dokan-admin-header-menu .menu-item .menu-icon .dropdown .list-item a.active:after { content: ""; width: 6px; height: 6px; - background-color: #dd452c; + background-color: #7047EB; border-radius: 53px; margin-left: 10px; } @@ -277,13 +278,13 @@ margin-right: 11px; } .dokan-admin-header .dokan-admin-header-menu .menu-item .menu-icon .dropdown .list-item a:hover { - color: #dd452c; + color: #7047EB; } .dokan-admin-header .dokan-admin-header-menu .menu-item .menu-icon .dropdown .list-item a:hover .dokan-icon { - background-color: rgba(221, 69, 44, 0.15); + background-color: #EFEAFF; } .dokan-admin-header .dokan-admin-header-menu .menu-item .menu-icon .dropdown .list-item a:hover .dokan-icon svg path { - fill: #f1634c; + fill: #7047EB; } .dokan-admin-header .dokan-admin-header-menu .menu-item .menu-icon .dropdown .list-item a:focus { box-shadow: none; diff --git a/assets/css/dokan-category-commission.css b/assets/css/dokan-category-commission.css new file mode 100644 index 0000000000..7ed1abbdd5 --- /dev/null +++ b/assets/css/dokan-category-commission.css @@ -0,0 +1,484 @@ +*, ::before, ::after { + --tw-border-spacing-x: 0; + --tw-border-spacing-y: 0; + --tw-translate-x: 0; + --tw-translate-y: 0; + --tw-rotate: 0; + --tw-skew-x: 0; + --tw-skew-y: 0; + --tw-scale-x: 1; + --tw-scale-y: 1; + --tw-pan-x: ; + --tw-pan-y: ; + --tw-pinch-zoom: ; + --tw-scroll-snap-strictness: proximity; + --tw-gradient-from-position: ; + --tw-gradient-via-position: ; + --tw-gradient-to-position: ; + --tw-ordinal: ; + --tw-slashed-zero: ; + --tw-numeric-figure: ; + --tw-numeric-spacing: ; + --tw-numeric-fraction: ; + --tw-ring-inset: ; + --tw-ring-offset-width: 0px; + --tw-ring-offset-color: #fff; + --tw-ring-color: rgb(59 130 246 / 0.5); + --tw-ring-offset-shadow: 0 0 #0000; + --tw-ring-shadow: 0 0 #0000; + --tw-shadow: 0 0 #0000; + --tw-shadow-colored: 0 0 #0000; + --tw-blur: ; + --tw-brightness: ; + --tw-contrast: ; + --tw-grayscale: ; + --tw-hue-rotate: ; + --tw-invert: ; + --tw-saturate: ; + --tw-sepia: ; + --tw-drop-shadow: ; + --tw-backdrop-blur: ; + --tw-backdrop-brightness: ; + --tw-backdrop-contrast: ; + --tw-backdrop-grayscale: ; + --tw-backdrop-hue-rotate: ; + --tw-backdrop-invert: ; + --tw-backdrop-opacity: ; + --tw-backdrop-saturate: ; + --tw-backdrop-sepia: ; + --tw-contain-size: ; + --tw-contain-layout: ; + --tw-contain-paint: ; + --tw-contain-style: +} +::backdrop { + --tw-border-spacing-x: 0; + --tw-border-spacing-y: 0; + --tw-translate-x: 0; + --tw-translate-y: 0; + --tw-rotate: 0; + --tw-skew-x: 0; + --tw-skew-y: 0; + --tw-scale-x: 1; + --tw-scale-y: 1; + --tw-pan-x: ; + --tw-pan-y: ; + --tw-pinch-zoom: ; + --tw-scroll-snap-strictness: proximity; + --tw-gradient-from-position: ; + --tw-gradient-via-position: ; + --tw-gradient-to-position: ; + --tw-ordinal: ; + --tw-slashed-zero: ; + --tw-numeric-figure: ; + --tw-numeric-spacing: ; + --tw-numeric-fraction: ; + --tw-ring-inset: ; + --tw-ring-offset-width: 0px; + --tw-ring-offset-color: #fff; + --tw-ring-color: rgb(59 130 246 / 0.5); + --tw-ring-offset-shadow: 0 0 #0000; + --tw-ring-shadow: 0 0 #0000; + --tw-shadow: 0 0 #0000; + --tw-shadow-colored: 0 0 #0000; + --tw-blur: ; + --tw-brightness: ; + --tw-contrast: ; + --tw-grayscale: ; + --tw-hue-rotate: ; + --tw-invert: ; + --tw-saturate: ; + --tw-sepia: ; + --tw-drop-shadow: ; + --tw-backdrop-blur: ; + --tw-backdrop-brightness: ; + --tw-backdrop-contrast: ; + --tw-backdrop-grayscale: ; + --tw-backdrop-hue-rotate: ; + --tw-backdrop-invert: ; + --tw-backdrop-opacity: ; + --tw-backdrop-saturate: ; + --tw-backdrop-sepia: ; + --tw-contain-size: ; + --tw-contain-layout: ; + --tw-contain-paint: ; + --tw-contain-style: +} +.fixed { + position: fixed +} +.relative { + position: relative +} +.\!m-0 { + margin: 0px !important +} +.mr-20 { + margin-right: 5rem +} +.box-border { + box-sizing: border-box +} +.block { + display: block +} +.flex { + display: flex +} +.hidden { + display: none +} +.h-1\/2 { + height: 50% +} +.h-\[32px\] { + height: 32px +} +.h-\[3rem\] { + height: 3rem +} +.h-full { + height: 100% +} +.max-h-\[500px\] { + max-height: 500px +} +.\!min-h-full { + min-height: 100% !important +} +.min-h-\[3rem\] { + min-height: 3rem +} +.\!w-\[100\%\] { + width: 100% !important +} +.w-1\/2 { + width: 50% +} +.w-\[110px\] { + width: 110px +} +.w-\[1px\] { + width: 1px +} +.min-w-\[75px\] { + min-width: 75px +} +.cursor-pointer { + cursor: pointer +} +.flex-row { + flex-direction: row +} +.flex-col { + flex-direction: column +} +.items-center { + align-items: center +} +.justify-start { + justify-content: flex-start +} +.justify-center { + justify-content: center +} +.overflow-y-auto { + overflow-y: auto +} +.rounded-\[5px\] { + border-radius: 5px +} +.\!border-0 { + border-width: 0px !important +} +.border { + border-width: 1px +} +.border-0 { + border-width: 0px +} +.border-\[0\.957434px\] { + border-width: 0.957434px +} +.border-\[1px\] { + border-width: 1px +} +.\!border-b-\[1px\] { + border-bottom-width: 1px !important +} +.\!border-r-\[1px\] { + border-right-width: 1px !important +} +.border-b-0 { + border-bottom-width: 0px +} +.border-b-\[1px\] { + border-bottom-width: 1px +} +.border-l-\[1px\] { + border-left-width: 1px +} +.border-r-\[0\.957434px\] { + border-right-width: 0.957434px +} +.border-solid { + border-style: solid +} +.\!border-none { + border-style: none !important +} +.border-none { + border-style: none +} +.border-\[\#E9E9E9\] { + --tw-border-opacity: 1; + border-color: rgb(233 233 233 / var(--tw-border-opacity)) +} +.border-\[\#e9e9ea\] { + --tw-border-opacity: 1; + border-color: rgb(233 233 234 / var(--tw-border-opacity)) +} +.bg-gray-100 { + --tw-bg-opacity: 1; + background-color: rgb(243 244 246 / var(--tw-bg-opacity)) +} +.bg-transparent { + background-color: transparent +} +.\!p-0 { + padding: 0px !important +} +.p-1 { + padding: 0.25rem +} +.\!pb-0 { + padding-bottom: 0px !important +} +.\!pl-2 { + padding-left: 0.5rem !important +} +.\!pl-\[5px\] { + padding-left: 5px !important +} +.\!pr-0 { + padding-right: 0px !important +} +.\!pt-0 { + padding-top: 0px !important +} +.pl-3 { + padding-left: 0.75rem +} +.pl-\[5px\] { + padding-left: 5px +} +.text-center { + text-align: center +} +.text-xs { + font-size: 0.75rem; + line-height: 1rem +} +.text-\[\#4C19E6\] { + --tw-text-opacity: 1; + color: rgb(76 25 230 / var(--tw-text-opacity)) +} +.text-\[\#F05025\] { + --tw-text-opacity: 1; + color: rgb(240 80 37 / var(--tw-text-opacity)) +} +.text-black { + --tw-text-opacity: 1; + color: rgb(0 0 0 / var(--tw-text-opacity)) +} +.text-gray-300 { + --tw-text-opacity: 1; + color: rgb(209 213 219 / var(--tw-text-opacity)) +} +.text-gray-500 { + --tw-text-opacity: 1; + color: rgb(107 114 128 / var(--tw-text-opacity)) +} +.filter { + filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) +} +.last\:border-b-0:last-child { + border-bottom-width: 0px +} +.focus\:border-transparent:focus { + border-color: transparent +} +.focus\:\!shadow-none:focus { + --tw-shadow: 0 0 #0000 !important; + --tw-shadow-colored: 0 0 #0000 !important; + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important +} +.disabled\:cursor-not-allowed:disabled { + cursor: not-allowed +} +@media (min-width: 360px) { + .d-xs\:ml-1 { + margin-left: 0.25rem + } + .d-xs\:flex { + display: flex + } + .d-xs\:hidden { + display: none + } + .d-xs\:w-fit { + width: -moz-fit-content; + width: fit-content + } + .d-xs\:\!rounded-l-none { + border-top-left-radius: 0px !important; + border-bottom-left-radius: 0px !important + } + .d-xs\:\!rounded-r-none { + border-top-right-radius: 0px !important; + border-bottom-right-radius: 0px !important + } + .d-xs\:border-\[0\.957434px\] { + border-width: 0.957434px + } + .d-xs\:\!border-l-0 { + border-left-width: 0px !important + } + .d-xs\:\!border-r-0 { + border-right-width: 0px !important + } + .d-xs\:border-l-0 { + border-left-width: 0px + } + .d-xs\:border-r-0 { + border-right-width: 0px + } + .d-xs\:\!bg-transparent { + background-color: transparent !important + } + .d-xs\:bg-\[\#e5e7eb\] { + --tw-bg-opacity: 1; + background-color: rgb(229 231 235 / var(--tw-bg-opacity)) + } + .d-xs\:bg-gray-100 { + --tw-bg-opacity: 1; + background-color: rgb(243 244 246 / var(--tw-bg-opacity)) + } + .d-xs\:p-1 { + padding: 0.25rem + } + .d-xs\:\!pl-0 { + padding-left: 0px !important + } + .d-xs\:\!pr-\[5px\] { + padding-right: 5px !important + } + .d-xs\:pl-1 { + padding-left: 0.25rem + } + .d-xs\:pr-1 { + padding-right: 0.25rem + } + .d-xs\:text-right { + text-align: right + } + .d-xs\:text-\[6px\] { + font-size: 6px + } + .d-xs\:text-\[8px\] { + font-size: 8px + } + .d-xs\:shadow-md { + --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1); + --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color); + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) + } +} +@media (min-width: 640px) { + .sm\:w-fit { + width: -moz-fit-content; + width: fit-content + } + .sm\:text-\[12px\] { + font-size: 12px + } + .sm\:text-\[14px\] { + font-size: 14px + } +} +@media (min-width: 768px) { + .md\:flex { + display: flex + } + .md\:w-auto { + width: auto + } + .md\:\!rounded-l-\[5px\] { + border-top-left-radius: 5px !important; + border-bottom-left-radius: 5px !important + } + .md\:\!rounded-r-\[5px\] { + border-top-right-radius: 5px !important; + border-bottom-right-radius: 5px !important + } + .md\:border-0 { + border-width: 0px + } + .md\:\!border-l-\[0\.957434px\] { + border-left-width: 0.957434px !important + } + .md\:\!border-r-\[0\.957434px\] { + border-right-width: 0.957434px !important + } + .md\:\!border-r-\[1px\] { + border-right-width: 1px !important + } + .md\:border-l-\[0\.957434px\] { + border-left-width: 0.957434px + } + .md\:border-l-\[1px\] { + border-left-width: 1px + } + .md\:border-r-\[0\.957434px\] { + border-right-width: 0.957434px + } + .md\:\!bg-gray-100 { + --tw-bg-opacity: 1 !important; + background-color: rgb(243 244 246 / var(--tw-bg-opacity)) !important + } + .md\:bg-transparent { + background-color: transparent + } + .md\:p-2 { + padding: 0.5rem + } + .md\:\!pl-\[5px\] { + padding-left: 5px !important + } + .md\:pl-2 { + padding-left: 0.5rem + } + .md\:pl-4 { + padding-left: 1rem + } + .md\:pl-6 { + padding-left: 1.5rem + } + .md\:pr-2 { + padding-right: 0.5rem + } + .md\:text-left { + text-align: left + } + .md\:shadow-md { + --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1); + --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color); + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) + } + .md\:shadow-none { + --tw-shadow: 0 0 #0000; + --tw-shadow-colored: 0 0 #0000; + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) + } +} + diff --git a/assets/css/dokan-setup-wizard-commission.css b/assets/css/dokan-setup-wizard-commission.css new file mode 100644 index 0000000000..9c66a15686 --- /dev/null +++ b/assets/css/dokan-setup-wizard-commission.css @@ -0,0 +1,134 @@ +*, ::before, ::after { + --tw-border-spacing-x: 0; + --tw-border-spacing-y: 0; + --tw-translate-x: 0; + --tw-translate-y: 0; + --tw-rotate: 0; + --tw-skew-x: 0; + --tw-skew-y: 0; + --tw-scale-x: 1; + --tw-scale-y: 1; + --tw-pan-x: ; + --tw-pan-y: ; + --tw-pinch-zoom: ; + --tw-scroll-snap-strictness: proximity; + --tw-gradient-from-position: ; + --tw-gradient-via-position: ; + --tw-gradient-to-position: ; + --tw-ordinal: ; + --tw-slashed-zero: ; + --tw-numeric-figure: ; + --tw-numeric-spacing: ; + --tw-numeric-fraction: ; + --tw-ring-inset: ; + --tw-ring-offset-width: 0px; + --tw-ring-offset-color: #fff; + --tw-ring-color: rgb(59 130 246 / 0.5); + --tw-ring-offset-shadow: 0 0 #0000; + --tw-ring-shadow: 0 0 #0000; + --tw-shadow: 0 0 #0000; + --tw-shadow-colored: 0 0 #0000; + --tw-blur: ; + --tw-brightness: ; + --tw-contrast: ; + --tw-grayscale: ; + --tw-hue-rotate: ; + --tw-invert: ; + --tw-saturate: ; + --tw-sepia: ; + --tw-drop-shadow: ; + --tw-backdrop-blur: ; + --tw-backdrop-brightness: ; + --tw-backdrop-contrast: ; + --tw-backdrop-grayscale: ; + --tw-backdrop-hue-rotate: ; + --tw-backdrop-invert: ; + --tw-backdrop-opacity: ; + --tw-backdrop-saturate: ; + --tw-backdrop-sepia: ; + --tw-contain-size: ; + --tw-contain-layout: ; + --tw-contain-paint: ; + --tw-contain-style: +} +::backdrop { + --tw-border-spacing-x: 0; + --tw-border-spacing-y: 0; + --tw-translate-x: 0; + --tw-translate-y: 0; + --tw-rotate: 0; + --tw-skew-x: 0; + --tw-skew-y: 0; + --tw-scale-x: 1; + --tw-scale-y: 1; + --tw-pan-x: ; + --tw-pan-y: ; + --tw-pinch-zoom: ; + --tw-scroll-snap-strictness: proximity; + --tw-gradient-from-position: ; + --tw-gradient-via-position: ; + --tw-gradient-to-position: ; + --tw-ordinal: ; + --tw-slashed-zero: ; + --tw-numeric-figure: ; + --tw-numeric-spacing: ; + --tw-numeric-fraction: ; + --tw-ring-inset: ; + --tw-ring-offset-width: 0px; + --tw-ring-offset-color: #fff; + --tw-ring-color: rgb(59 130 246 / 0.5); + --tw-ring-offset-shadow: 0 0 #0000; + --tw-ring-shadow: 0 0 #0000; + --tw-shadow: 0 0 #0000; + --tw-shadow-colored: 0 0 #0000; + --tw-blur: ; + --tw-brightness: ; + --tw-contrast: ; + --tw-grayscale: ; + --tw-hue-rotate: ; + --tw-invert: ; + --tw-saturate: ; + --tw-sepia: ; + --tw-drop-shadow: ; + --tw-backdrop-blur: ; + --tw-backdrop-brightness: ; + --tw-backdrop-contrast: ; + --tw-backdrop-grayscale: ; + --tw-backdrop-hue-rotate: ; + --tw-backdrop-invert: ; + --tw-backdrop-opacity: ; + --tw-backdrop-saturate: ; + --tw-backdrop-sepia: ; + --tw-contain-size: ; + --tw-contain-layout: ; + --tw-contain-paint: ; + --tw-contain-style: +} +.fixed { + position: fixed +} +.\!m-0 { + margin: 0px !important +} +.mb-5 { + margin-bottom: 1.25rem +} +.flex { + display: flex +} +.hidden { + display: none +} +.flex-col { + flex-direction: column +} +.\!p-0 { + padding: 0px !important +} +.p-3 { + padding: 0.75rem +} +.\!font-semibold { + font-weight: 600 !important +} + diff --git a/assets/css/dokan-tailwind.css b/assets/css/dokan-tailwind.css index 60b62a7c85..8bbb2f51ec 100644 --- a/assets/css/dokan-tailwind.css +++ b/assets/css/dokan-tailwind.css @@ -107,6 +107,11 @@ .container { width: 100%; } +@media (min-width: 360px) { + .container { + max-width: 360px; + } +} @media (min-width: 640px) { .container { max-width: 640px; @@ -150,18 +155,30 @@ .\!m-0 { margin: 0px !important; } +.m-0 { + margin: 0px; +} .m-\[1em\] { margin: 1em; } +.\!mb-\[6px\] { + margin-bottom: 6px !important; +} .\!mt-\[13px\] { margin-top: 13px !important; } +.\!mt-\[6px\] { + margin-top: 6px !important; +} .mb-1 { margin-bottom: 0.25rem; } .mb-4 { margin-bottom: 1rem; } +.mb-5 { + margin-bottom: 1.25rem; +} .mb-\[-0\.5rem\] { margin-bottom: -0.5rem; } @@ -174,6 +191,9 @@ .mr-0 { margin-right: 0px; } +.mr-20 { + margin-right: 5rem; +} .mr-5 { margin-right: 1.25rem; } @@ -195,6 +215,9 @@ .mt-\[20px\] { margin-top: 20px; } +.box-border { + box-sizing: border-box; +} .box-content { box-sizing: content-box; } @@ -231,6 +254,9 @@ .hidden { display: none; } +.h-1\/2 { + height: 50%; +} .h-\[109px\] { height: 109px; } @@ -240,15 +266,48 @@ .h-\[128px\] { height: 128px; } +.h-\[32px\] { + height: 32px; +} +.h-\[3rem\] { + height: 3rem; +} +.h-full { + height: 100%; +} +.max-h-\[500px\] { + max-height: 500px; +} +.\!min-h-full { + min-height: 100% !important; +} +.min-h-\[3rem\] { + min-height: 3rem; +} +.\!w-\[100\%\] { + width: 100% !important; +} +.w-1\/2 { + width: 50%; +} +.w-\[110px\] { + width: 110px; +} .w-\[128px\] { width: 128px; } +.w-\[1px\] { + width: 1px; +} .w-\[calc\(100\%-128px\)\] { width: calc(100% - 128px); } .w-full { width: 100%; } +.min-w-\[75px\] { + min-width: 75px; +} .max-w-\[128px\] { max-width: 128px; } @@ -264,9 +323,15 @@ .transform { transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); } +.cursor-pointer { + cursor: pointer; +} .resize { resize: both; } +.flex-row { + flex-direction: row; +} .\!flex-col { flex-direction: column !important; } @@ -282,6 +347,9 @@ .items-center { align-items: center; } +.justify-start { + justify-content: flex-start; +} .\!justify-center { justify-content: center !important; } @@ -291,23 +359,134 @@ .justify-between { justify-content: space-between; } +.gap-4 { + gap: 1rem; +} +.overflow-y-auto { + overflow-y: auto; +} +.rounded-\[5px\] { + border-radius: 5px; +} +.\!border-0 { + border-width: 0px !important; +} .border { border-width: 1px; } +.border-0 { + border-width: 0px; +} +.border-\[0\.957434px\] { + border-width: 0.957434px; +} +.border-\[1px\] { + border-width: 1px; +} +.\!border-b-\[1px\] { + border-bottom-width: 1px !important; +} +.\!border-r-\[1px\] { + border-right-width: 1px !important; +} +.border-b-0 { + border-bottom-width: 0px; +} +.border-b-\[1px\] { + border-bottom-width: 1px; +} +.border-l-\[1px\] { + border-left-width: 1px; +} +.border-r-\[0\.957434px\] { + border-right-width: 0.957434px; +} +.border-solid { + border-style: solid; +} +.\!border-none { + border-style: none !important; +} +.border-none { + border-style: none; +} +.border-\[\#E9E9E9\] { + --tw-border-opacity: 1; + border-color: rgb(233 233 233 / var(--tw-border-opacity)); +} +.border-\[\#e9e9ea\] { + --tw-border-opacity: 1; + border-color: rgb(233 233 234 / var(--tw-border-opacity)); +} +.bg-gray-100 { + --tw-bg-opacity: 1; + background-color: rgb(243 244 246 / var(--tw-bg-opacity)); +} +.bg-transparent { + background-color: transparent; +} +.\!p-0 { + padding: 0px !important; +} +.p-0 { + padding: 0px; +} +.p-1 { + padding: 0.25rem; +} .p-2 { padding: 0.5rem; } +.p-3 { + padding: 0.75rem; +} +.p-4 { + padding: 1rem; +} .p-5 { padding: 1.25rem; } +.\!pb-0 { + padding-bottom: 0px !important; +} +.\!pl-2 { + padding-left: 0.5rem !important; +} +.\!pl-\[5px\] { + padding-left: 5px !important; +} +.\!pr-0 { + padding-right: 0px !important; +} .\!pt-0 { padding-top: 0px !important; } -.pb-3 { - padding-bottom: 0.75rem; +.pb-0 { + padding-bottom: 0px; } -.pb-4 { - padding-bottom: 1rem; +.pb-5 { + padding-bottom: 1.25rem; +} +.pl-3 { + padding-left: 0.75rem; +} +.pl-5 { + padding-left: 1.25rem; +} +.pl-\[5px\] { + padding-left: 5px; +} +.pr-5 { + padding-right: 1.25rem; +} +.pt-0 { + padding-top: 0px; +} +.pt-4 { + padding-top: 1rem; +} +.text-center { + text-align: center; } .text-\[1\.3em\] { font-size: 1.3em; @@ -316,6 +495,10 @@ font-size: 1.25rem; line-height: 1.75rem; } +.text-xs { + font-size: 0.75rem; + line-height: 1rem; +} .font-bold { font-weight: 700; } @@ -337,6 +520,26 @@ .leading-\[1\.5em\] { line-height: 1.5em; } +.text-\[\#4C19E6\] { + --tw-text-opacity: 1; + color: rgb(76 25 230 / var(--tw-text-opacity)); +} +.text-\[\#F05025\] { + --tw-text-opacity: 1; + color: rgb(240 80 37 / var(--tw-text-opacity)); +} +.text-black { + --tw-text-opacity: 1; + color: rgb(0 0 0 / var(--tw-text-opacity)); +} +.text-gray-300 { + --tw-text-opacity: 1; + color: rgb(209 213 219 / var(--tw-text-opacity)); +} +.text-gray-500 { + --tw-text-opacity: 1; + color: rgb(107 114 128 / var(--tw-text-opacity)); +} .underline { text-decoration-line: underline; } @@ -369,6 +572,9 @@ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; } +.ease-in { + transition-timing-function: cubic-bezier(0.4, 0, 1, 1); +} input[type=checkbox] { margin-top: 0.25rem; @@ -401,3 +607,216 @@ table.wp-list-table.widefat.fixed { margin-right: 0px; } +.last\:border-b-0:last-child { + border-bottom-width: 0px; +} + +.focus\:border-transparent:focus { + border-color: transparent; +} + +.focus\:\!shadow-none:focus { + --tw-shadow: 0 0 #0000 !important; + --tw-shadow-colored: 0 0 #0000 !important; + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; +} + +.disabled\:cursor-not-allowed:disabled { + cursor: not-allowed; +} + +@media (min-width: 360px) { + .d-xs\:ml-1 { + margin-left: 0.25rem; + } + .d-xs\:block { + display: block; + } + .d-xs\:flex { + display: flex; + } + .d-xs\:hidden { + display: none; + } + .d-xs\:w-fit { + width: -moz-fit-content; + width: fit-content; + } + .d-xs\:w-full { + width: 100%; + } + .d-xs\:flex-col { + flex-direction: column; + } + .d-xs\:\!rounded-l-none { + border-top-left-radius: 0px !important; + border-bottom-left-radius: 0px !important; + } + .d-xs\:\!rounded-r-none { + border-top-right-radius: 0px !important; + border-bottom-right-radius: 0px !important; + } + .d-xs\:border-\[0\.957434px\] { + border-width: 0.957434px; + } + .d-xs\:\!border-l-0 { + border-left-width: 0px !important; + } + .d-xs\:\!border-r-0 { + border-right-width: 0px !important; + } + .d-xs\:border-l-0 { + border-left-width: 0px; + } + .d-xs\:border-r-0 { + border-right-width: 0px; + } + .d-xs\:\!bg-transparent { + background-color: transparent !important; + } + .d-xs\:bg-\[\#e5e7eb\] { + --tw-bg-opacity: 1; + background-color: rgb(229 231 235 / var(--tw-bg-opacity)); + } + .d-xs\:bg-gray-100 { + --tw-bg-opacity: 1; + background-color: rgb(243 244 246 / var(--tw-bg-opacity)); + } + .d-xs\:p-1 { + padding: 0.25rem; + } + .d-xs\:\!pb-5 { + padding-bottom: 1.25rem !important; + } + .d-xs\:\!pl-0 { + padding-left: 0px !important; + } + .d-xs\:\!pr-\[5px\] { + padding-right: 5px !important; + } + .d-xs\:\!pt-5 { + padding-top: 1.25rem !important; + } + .d-xs\:pl-1 { + padding-left: 0.25rem; + } + .d-xs\:pr-1 { + padding-right: 0.25rem; + } + .d-xs\:text-right { + text-align: right; + } + .d-xs\:text-\[6px\] { + font-size: 6px; + } + .d-xs\:text-\[8px\] { + font-size: 8px; + } + .d-xs\:shadow-md { + --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1); + --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color); + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); + } +} + +@media (min-width: 640px) { + .sm\:w-fit { + width: -moz-fit-content; + width: fit-content; + } + .sm\:text-\[12px\] { + font-size: 12px; + } + .sm\:text-\[14px\] { + font-size: 14px; + } +} + +@media (min-width: 768px) { + .md\:block { + display: block; + } + .md\:flex { + display: flex; + } + .md\:hidden { + display: none; + } + .md\:w-\[340px\] { + width: 340px; + } + .md\:w-auto { + width: auto; + } + .md\:flex-row { + flex-direction: row; + } + .md\:\!rounded-l-\[5px\] { + border-top-left-radius: 5px !important; + border-bottom-left-radius: 5px !important; + } + .md\:\!rounded-r-\[5px\] { + border-top-right-radius: 5px !important; + border-bottom-right-radius: 5px !important; + } + .md\:border-0 { + border-width: 0px; + } + .md\:\!border-l-\[0\.957434px\] { + border-left-width: 0.957434px !important; + } + .md\:\!border-r-\[0\.957434px\] { + border-right-width: 0.957434px !important; + } + .md\:\!border-r-\[1px\] { + border-right-width: 1px !important; + } + .md\:border-l-\[0\.957434px\] { + border-left-width: 0.957434px; + } + .md\:border-l-\[1px\] { + border-left-width: 1px; + } + .md\:border-r-\[0\.957434px\] { + border-right-width: 0.957434px; + } + .md\:\!bg-gray-100 { + --tw-bg-opacity: 1 !important; + background-color: rgb(243 244 246 / var(--tw-bg-opacity)) !important; + } + .md\:bg-transparent { + background-color: transparent; + } + .md\:p-2 { + padding: 0.5rem; + } + .md\:\!pl-\[5px\] { + padding-left: 5px !important; + } + .md\:pl-2 { + padding-left: 0.5rem; + } + .md\:pl-4 { + padding-left: 1rem; + } + .md\:pl-6 { + padding-left: 1.5rem; + } + .md\:pr-2 { + padding-right: 0.5rem; + } + .md\:text-left { + text-align: left; + } + .md\:shadow-md { + --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1); + --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color); + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); + } + .md\:shadow-none { + --tw-shadow: 0 0 #0000; + --tw-shadow-colored: 0 0 #0000; + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); + } +} + diff --git a/assets/css/global-admin.css b/assets/css/global-admin.css index b02b494302..50665af042 100644 --- a/assets/css/global-admin.css +++ b/assets/css/global-admin.css @@ -91,8 +91,8 @@ .dokan-admin-notices-wrap .dokan-admin-notice .logo-wrap .dokan-logo { width: 60px; height: 60px; - background-image: url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27UTF-8%27%3F%3E%3Csvg viewBox=%270 0 62 62%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Crect x=%27.90723%27 y=%27.79541%27 width=%2761%27 height=%2761%27 rx=%2730.5%27 fill=%27%23F16982%27/%3E%3Cpath d=%27m19.688 25.014v-6.1614c1.4588-0.0303 7.7804 0.0301 13.407 3.6546-0.5844-0.2658-1.2264-0.4219-1.8846-0.4584-0.6581-0.0364-1.3177 0.0477-1.9361 0.2469-1.4936 0.5135-2.7441 1.8122-2.8483 3.2016-0.1737 2.3861 0 4.8627 0 7.2488v7.2186c-1.1115 0.0906-2.2577 0.1208-3.2649 0.1208-1.0768 0.0302-2.1188 0.0302-2.9524 0.1208l-0.521 0.0907v-15.283z%27 fill=%27%23fff%27/%3E%3Cpath d=%27m17.848 43.77s-0.278-2.3257 2.5007-2.6579c2.7787-0.3323 8.0583 0.302 11.532-1.6008 0 0 2.0494-0.9363 2.4662-1.3893l-0.5558 1.6309s-1.6325 4.9534-6.5994 5.5876c-4.967 0.6041-5.9048-1.7517-9.3434-1.5705z%27 fill=%27%23fff%27/%3E%3Cpath d=%27m28.546 45.824c3.9596-0.8457 8.4404-3.3828 8.4404-16.159 0-12.776-17.02-11.689-17.02-11.689 4.0639-2.084 25.008-4.6815 25.008 13.32 0 17.971-16.429 14.528-16.429 14.528z%27 fill=%27%23fff%27/%3E%3C/svg%3E"); background-repeat: no-repeat; + background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTkiIGhlaWdodD0iNTgiIHZpZXdCb3g9IjAgMCA1OSA1OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMC42MTQyNTgiIHk9IjAuMzQ1NzAzIiB3aWR0aD0iNTcuNTYzMiIgaGVpZ2h0PSI1Ny41NjMyIiByeD0iMjguNzgxNiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyXzg2MDBfNDAyOCkiLz4KPHJlY3QgeD0iMC42MTQyNTgiIHk9IjAuMzQ1NzAzIiB3aWR0aD0iNTcuNTYzMiIgaGVpZ2h0PSI1Ny41NjMyIiByeD0iMjguNzgxNiIgZmlsbD0idXJsKCNwYWludDFfbGluZWFyXzg2MDBfNDAyOCkiLz4KPHBhdGggb3BhY2l0eT0iMC41IiBkPSJNMzQuOTA3NiAyOC40MjI3QzM0Ljg4NTMgMzMuOTIxNSAzMi41MjU1IDM5LjU5ODQgMjcuNjUwMSA0Mi4xODA4QzI0LjIyMTcgNDQuMDA2MyAxNi4xMTgyIDQ1LjQwODkgMTYuMTE4MiAzOS40NjQ4QzE2LjExODIgMzkuNDY0OCAxNi4xMTgyIDE3LjM1ODMgMTYuMTE4MiAxNy4zMzZDMTYuMTE4MiAxNC4wNDEyIDE4LjkwMSAxMi45NTAzIDIxLjY4MzggMTMuMTA2MkMyNS44MjQ2IDEzLjMyODggMjkuNzg3MyAxNS4yNjU2IDMyLjE5MTYgMTguODI3NkMzMy43Mjc3IDIxLjA5ODQgMzQuNTczNyAyMy44MzY2IDM0Ljg0MDggMjYuNTk3MkMzNC44NjMxIDI3LjIyMDUgMzQuOTA3NiAyNy44MjE2IDM0LjkwNzYgMjguNDIyN1oiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik00Mi41ODgxIDI2LjQ4NTlDNDIuMTIwNiAyMS45NDQzIDM5LjMzNzggMTguMTM3NSAzNS40ODY0IDE1Ljg0NDRDMzMuNTc5MyAxNC43MDAyIDMxLjMxNCAxNC4xOTgzIDI5LjU5MjMgMTUuMjg2NUMyOC4yOTkxIDE2LjEwMzggMjcuNjc0MiAxNy43MDE3IDI2Ljk0NDIgMTkuMDQ2MUMyNC4xMTUxIDI0LjI1NjYgMTYuODM3MSAzNy42MzA4IDE2LjgwODMgMzcuNjgzN0MxNi44MDczIDM3LjY4NTcgMTYuODA3NyAzNy42ODQ5IDE2LjgwNjYgMzcuNjg2OUMxNS44MjkgMzkuNDg4OCAxNi4wNTE4IDQwLjk3OTQgMTYuOTQxOCA0Mi4yMDMxQzE4LjI3NzYgNDQuMDI4NiAyMC45MjY4IDQ0Ljg1MjMgMjMuMDg2MiA0NS4wNzQ5QzI1LjA4OTkgNDUuMjk3NiAyNy4xMTU3IDQ1LjA3NDkgMjkuMDUyNiA0NC42Mjk3QzM0LjkwNzYgNDMuMjkzOSA0MC4wOTQ3IDM5LjMwOSA0MS44NTM0IDMzLjUyMDhDNDIuNTQzNiAzMS4yNSA0Mi44MzMgMjguODY3OSA0Mi41ODgxIDI2LjQ4NTlaIiBmaWxsPSJ3aGl0ZSIvPgo8ZGVmcz4KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyXzg2MDBfNDAyOCIgeDE9IjI5LjM5NTkiIHkxPSIwLjM0NTcwMyIgeDI9IjI5LjM5NTkiIHkyPSI1Ny45MDg5IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGRjdEOTIiLz4KPHN0b3Agb2Zmc2V0PSIwLjIyOTE2NyIgc3RvcC1jb2xvcj0iI0UzMzk3RCIvPgo8c3RvcCBvZmZzZXQ9IjAuNjM1NDE3IiBzdG9wLWNvbG9yPSIjODAwQ0QyIi8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzU4MTJEMCIvPgo8L2xpbmVhckdyYWRpZW50Pgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MV9saW5lYXJfODYwMF80MDI4IiB4MT0iMjkuMzk1OSIgeTE9IjAuMzQ1NzAzIiB4Mj0iMjkuMzk1OSIgeTI9IjU3LjkwODkiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KPHN0b3Agc3RvcC1jb2xvcj0iI0ZGN0Q5MiIvPgo8c3RvcCBvZmZzZXQ9IjAuMjI5MTY3IiBzdG9wLWNvbG9yPSIjRTMzOTdEIi8+CjxzdG9wIG9mZnNldD0iMC42MzU0MTciIHN0b3AtY29sb3I9IiM4MDBDRDIiLz4KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjNTgxMkQwIi8+CjwvbGluZWFyR3JhZGllbnQ+CjwvZGVmcz4KPC9zdmc+Cg==); background-size: cover; background-position: center; } diff --git a/assets/css/setup-no-wc-style.css b/assets/css/setup-no-wc-style.css index 58f0817f51..ca7222bd9d 100644 --- a/assets/css/setup-no-wc-style.css +++ b/assets/css/setup-no-wc-style.css @@ -187,10 +187,10 @@ body { display: inline-block; } .form-table .switch-input:checked + .switch-label:before { - background-color: #fbcbc4; + background-color: #c9baf8; } .form-table .switch-input:checked + .switch-label:after { - background-color: #f2624d; + background-color: #7047EB; -ms-transform: translate(80%, -50%); -webkit-transform: translate(80%, -50%); transform: translate(80%, -50%); @@ -271,13 +271,13 @@ body { /* WC Overrides */ .wc-setup .wc-setup-steps li.done, .wc-setup .wc-setup-steps li.active { - color: #f2624d; - border-color: #f2624d; + color: #7047EB; + border-color: #7047EB; } .wc-setup .wc-setup-steps li.done:before, .wc-setup .wc-setup-steps li.active:before { - background: #f2624d; - border-color: #f2624d; + background: #7047EB; + border-color: #7047EB; } .wc-setup .wc-setup-steps li.active:before { background: #fff; @@ -289,22 +289,22 @@ body { } .wc-setup .wc-setup-actions .button-primary { color: #fff; - background: #f2624d; - border-color: #f2624d; + background: #7047EB; + border-color: #7047EB; text-shadow: none; } .wc-setup .wc-setup-actions .button-primary:hover, .wc-setup .wc-setup-actions .button-primary:active, .wc-setup .wc-setup-actions .button-primary:focus { - background-color: #ef381d; - border-color: #ef381d; + background-color: #4c19e6; + border-color: #4c19e6; } .wc-setup .wc-setup-content a { - color: #f2624d; + color: #7047EB; } .wc-setup .wc-setup-content .checkbox input[type=checkbox]:checked + label::before { - background: #f2624d; - border-color: #f2624d; + background: #7047EB; + border-color: #7047EB; } .wc-setup .wc-setup-content .checkbox label { font-weight: 400; diff --git a/assets/css/setup.css b/assets/css/setup.css index 9ba96f36f2..8b599d32f6 100644 --- a/assets/css/setup.css +++ b/assets/css/setup.css @@ -58,10 +58,10 @@ display: inline-block; } .form-table .switch-input:checked + .switch-label:before { - background-color: #fbcbc4; + background-color: #c9baf8; } .form-table .switch-input:checked + .switch-label:after { - background-color: #f2624d; + background-color: #7047EB; -ms-transform: translate(80%, -50%); -webkit-transform: translate(80%, -50%); transform: translate(80%, -50%); @@ -142,13 +142,13 @@ /* WC Overrides */ .wc-setup .wc-setup-steps li.done, .wc-setup .wc-setup-steps li.active { - color: #f2624d; - border-color: #f2624d; + color: #7047EB; + border-color: #7047EB; } .wc-setup .wc-setup-steps li.done:before, .wc-setup .wc-setup-steps li.active:before { - background: #f2624d; - border-color: #f2624d; + background: #7047EB; + border-color: #7047EB; } .wc-setup .wc-setup-steps li.active:before { background: #fff; @@ -160,22 +160,22 @@ } .wc-setup .wc-setup-actions .button-primary { color: #fff; - background: #f2624d; - border-color: #f2624d; + background: #7047EB; + border-color: #7047EB; text-shadow: none; } .wc-setup .wc-setup-actions .button-primary:hover, .wc-setup .wc-setup-actions .button-primary:active, .wc-setup .wc-setup-actions .button-primary:focus { - background-color: #ef381d; - border-color: #ef381d; + background-color: #4c19e6; + border-color: #4c19e6; } .wc-setup .wc-setup-content a { - color: #f2624d; + color: #7047EB; } .wc-setup .wc-setup-content .checkbox input[type=checkbox]:checked + label::before { - background: #f2624d; - border-color: #f2624d; + background: #7047EB; + border-color: #7047EB; } .wc-setup .wc-setup-content .checkbox label { font-weight: 400; diff --git a/assets/css/vue-admin.css b/assets/css/vue-admin.css index b56ab6f873..a2b5712634 100644 --- a/assets/css/vue-admin.css +++ b/assets/css/vue-admin.css @@ -477,25 +477,19 @@ } .cta-section { - background-image: -moz-linear-gradient(15deg, #ff7d90 0%, #ffad6f 100%); - background-image: -webkit-linear-gradient(15deg, #ff7d90 0%, #ffad6f 100%); - background-image: -ms-linear-gradient(15deg, #ff7d90 0%, #ffad6f 100%); - background-image: linear-gradient(15deg, #ff7d90 0%, #ffad6f 100%); background-repeat: no-repeat; background-position: center center; - background-size: contain; + background-size: cover; text-align: center; - padding: 35px 75px 40px; + padding: 70px 0; color: #fff; } .cta-section img { - width: 60px; - border-radius: 50%; box-shadow: 0px 3px 70px 0px rgba(126, 17, 0, 0.35); } .cta-section h2 { font-size: 30px; - color: #fff; + color: #FFC700; font-weight: 400; line-height: 1.333em; text-align: center; @@ -506,28 +500,34 @@ font-size: 16px; line-height: 1.5em; font-weight: 300; - margin: 10px 0 30px; + max-width: 335px; + margin: 0 auto 1rem auto; } .cta-section .btn { - background-color: #fff; - color: #f2624d; - font-size: 16px; + background-color: #A244FF; + color: #FFFFFF; + font-size: 1.2rem; line-height: 1.538em; font-weight: 300; - border: 1px solid #FF9381; - border-radius: 3px; - box-shadow: 0px 1px 2px 0px rgba(255, 128, 142, 0.05); - display: inline-block; + border-radius: 14px; text-decoration: none; - padding: 12px 27px; + display: inline-flex; + padding: 1rem 2.8rem; + align-items: center; } .cta-section .btn:hover { - box-shadow: 2.736px 7.518px 20px 0 rgba(0, 0, 0, 0.15); + box-shadow: 3px 7px 20px 0 rgba(0, 0, 0, 0.15); +} +.cta-section .btn p { + color: #FFF; + font-size: 24px; + font-style: normal; + font-weight: 600; + line-height: normal; } .cta-section .btn svg { - width: 15px; - fill: #f2624d; - margin-left: 6px; + width: 2.5rem; + height: 1.8rem; } /* Slider */ @@ -651,7 +651,7 @@ .dokan-pro-features .vendor-capabilities-banner { display: flex; align-items: center; - padding: 50px; + padding: 70px 50px; height: auto; border-radius: 9px; background-position: center; @@ -663,19 +663,32 @@ margin: 30px; } .dokan-pro-features .vendor-capabilities-banner .content .title { - font-size: 26px; - font-weight: bold; - color: #FF0000; + font-size: 51px; + font-style: normal; + font-weight: 700; + line-height: normal; + background: linear-gradient(90deg, #FFF 34.5%, #D68FFF 100%); + background-clip: text !important; + -webkit-background-clip: text; + -webkit-text-fill-color: transparent; +} +.dokan-pro-features .vendor-capabilities-banner .content p { + color: #FFFFFF; + max-width: 512px; + width: 100%; + font-size: 16px; } .dokan-pro-features .vendor-capabilities-banner a { box-shadow: none; - background: #FF5722; + background: #825eed; color: #fff; - border-color: #FF5722; + border-color: #7047EB; + font-size: 16px; + padding: 0 1rem; } .dokan-pro-features .vendor-capabilities-banner a:hover { color: #fff; - background: #ff6a3c; + background: #7047EB; } .dokan-pro-features a { transition: all 0.2s ease; @@ -1226,59 +1239,6 @@ color: #8263f7; text-decoration: none; } -.dokan-pro-features .cta-section { - background-image: -moz-linear-gradient(15deg, #ff7d90 0%, #ffad6f 100%); - background-image: -webkit-linear-gradient(15deg, #ff7d90 0%, #ffad6f 100%); - background-image: -ms-linear-gradient(15deg, #ff7d90 0%, #ffad6f 100%); - background-image: linear-gradient(15deg, #ff7d90 0%, #ffad6f 100%); - background-repeat: no-repeat; - background-position: center center; - background-size: contain; - text-align: center; - padding: 35px 75px 40px; - color: #fff; -} -.dokan-pro-features .cta-section img { - width: 60px; - border-radius: 50%; - box-shadow: 0px 3px 70px 0px rgba(126, 17, 0, 0.35); -} -.dokan-pro-features .cta-section h2 { - font-size: 30px; - color: #fff; - font-weight: 400; - line-height: 1.333em; - text-align: center; - margin: 10px 0; - text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.31); -} -.dokan-pro-features .cta-section p { - font-size: 16px; - line-height: 1.5em; - font-weight: 300; - margin: 10px 0 30px; -} -.dokan-pro-features .cta-section .btn { - background-color: #fff; - color: #f2624d; - font-size: 16px; - line-height: 1.538em; - font-weight: 300; - border: 1px solid #FF9381; - border-radius: 3px; - box-shadow: 0px 1px 2px 0px rgba(255, 128, 142, 0.05); - display: inline-block; - text-decoration: none; - padding: 12px 27px; -} -.dokan-pro-features .cta-section .btn:hover { - box-shadow: 2.736px 7.518px 20px 0 rgba(0, 0, 0, 0.15); -} -.dokan-pro-features .cta-section .btn svg { - width: 15px; - fill: #f2624d; - margin-left: 6px; -} .dokan-help-page .section-wrapper { margin-top: 15px; @@ -1307,52 +1267,52 @@ margin-top: 100px; } -.fade-enter-active[data-v-525b077c], -.fade-leave-active[data-v-525b077c] { +.fade-enter-active[data-v-5f26ba64], +.fade-leave-active[data-v-5f26ba64] { transition: opacity 0.3s ease; } -.fade-enter[data-v-525b077c], -.fade-leave-to[data-v-525b077c] { +.fade-enter[data-v-5f26ba64], +.fade-leave-to[data-v-5f26ba64] { opacity: 0; } -.slide-enter-active[data-v-525b077c], -.slide-leave-active[data-v-525b077c] { +.slide-enter-active[data-v-5f26ba64], +.slide-leave-active[data-v-5f26ba64] { transition-duration: 0.1s; transition-timing-function: linear; } -.slide-enter-to[data-v-525b077c], -.slide-leave[data-v-525b077c] { +.slide-enter-to[data-v-5f26ba64], +.slide-leave[data-v-5f26ba64] { max-height: 100px; overflow: hidden; } -.slide-enter[data-v-525b077c], -.slide-leave-to[data-v-525b077c] { +.slide-enter[data-v-5f26ba64], +.slide-leave-to[data-v-5f26ba64] { overflow: hidden; max-height: 0; } -ul[data-v-525b077c] { +ul[data-v-5f26ba64] { cursor: pointer; } -.dokan-help-page .section-wrapper h2[data-v-525b077c] { +.dokan-help-page .section-wrapper h2[data-v-5f26ba64] { margin: 0; color: transparent; } -.dokan-help-page .section-wrapper .dokan-notice[data-v-525b077c] { +.dokan-help-page .section-wrapper .dokan-notice[data-v-5f26ba64] { background: rgba(223, 0, 0, 0.05); margin: -15px -20px 0; padding: 15px 15px 0; } -.dokan-help-page .section-wrapper .change-log[data-v-525b077c] { - background: rgba(223, 0, 0, 0.05); +.dokan-help-page .section-wrapper .change-log[data-v-5f26ba64] { + background: #efeaff; margin: -15px -20px 0; } -.dokan-help-page .section-wrapper .change-log.lite-change-log[data-v-525b077c] { +.dokan-help-page .section-wrapper .change-log.lite-change-log[data-v-5f26ba64] { height: 340px; } -.dokan-help-page .section-wrapper .change-log.pro-change-log[data-v-525b077c] { +.dokan-help-page .section-wrapper .change-log.pro-change-log[data-v-5f26ba64] { height: 400px; } -.dokan-help-page .section-wrapper .change-log h3[data-v-525b077c] { +.dokan-help-page .section-wrapper .change-log h3[data-v-5f26ba64] { color: #000000; font-size: 30px; text-align: center; @@ -1361,7 +1321,7 @@ ul[data-v-525b077c] { font-family: "SF Pro Text", sans-serif; margin: 0 0 28px; } -.dokan-help-page .section-wrapper .change-log .switch-button-wrap[data-v-525b077c] { +.dokan-help-page .section-wrapper .change-log .switch-button-wrap[data-v-5f26ba64] { width: 147px; height: 33px; text-align: center; @@ -1373,13 +1333,13 @@ ul[data-v-525b077c] { position: relative; border: 1px solid #e2e2e2; } -.dokan-help-page .section-wrapper .change-log .switch-button-wrap .switch-button[data-v-525b077c] { +.dokan-help-page .section-wrapper .change-log .switch-button-wrap .switch-button[data-v-5f26ba64] { width: 48%; height: 100%; background: none; border-radius: 27px; border: none; - color: #cc7376; + color: #5C626A; display: inline-block; position: relative; transition: all 0.2s ease; @@ -1388,8 +1348,8 @@ ul[data-v-525b077c] { font-weight: 500; font-family: "SF Pro Text", sans-serif; } -.dokan-help-page .section-wrapper .change-log .switch-button-wrap .active[data-v-525b077c] { - background: #FF5722; +.dokan-help-page .section-wrapper .change-log .switch-button-wrap .active[data-v-5f26ba64] { + background: #7047EB; border-radius: 30px; position: absolute; top: 0; @@ -1397,21 +1357,21 @@ ul[data-v-525b077c] { height: 100%; transition: all 0.2s ease-out; } -.dokan-help-page .section-wrapper .change-log .switch-button-wrap .lite[data-v-525b077c] { +.dokan-help-page .section-wrapper .change-log .switch-button-wrap .lite[data-v-5f26ba64] { text-transform: capitalize; } -.dokan-help-page .section-wrapper .change-log .switch-button-wrap .pro[data-v-525b077c] { +.dokan-help-page .section-wrapper .change-log .switch-button-wrap .pro[data-v-5f26ba64] { text-transform: uppercase; } -.dokan-help-page .section-wrapper .change-log .switch-button-wrap .active-case[data-v-525b077c] { +.dokan-help-page .section-wrapper .change-log .switch-button-wrap .active-case[data-v-5f26ba64] { color: #ffffff; } -.dokan-help-page .section-wrapper .change-log .jump-version[data-v-525b077c] { +.dokan-help-page .section-wrapper .change-log .jump-version[data-v-5f26ba64] { width: 178px; margin: 24px auto 0; position: relative; } -.dokan-help-page .section-wrapper .change-log .jump-version p[data-v-525b077c] { +.dokan-help-page .section-wrapper .change-log .jump-version p[data-v-5f26ba64] { color: #000; font-size: 13px; text-align: center; @@ -1419,15 +1379,15 @@ ul[data-v-525b077c] { font-weight: 500; font-family: "SF Pro Text", sans-serif; } -.dokan-help-page .section-wrapper .change-log .jump-version .dashicons[data-v-525b077c] { +.dokan-help-page .section-wrapper .change-log .jump-version .dashicons[data-v-5f26ba64] { font-size: 16px; line-height: 1.4; transition: all 0.2s ease; } -.dokan-help-page .section-wrapper .change-log .jump-version:hover .dashicons[data-v-525b077c] { +.dokan-help-page .section-wrapper .change-log .jump-version:hover .dashicons[data-v-5f26ba64] { transform: rotate(-180deg); } -.dokan-help-page .section-wrapper .change-log .jump-version .version-menu[data-v-525b077c] { +.dokan-help-page .section-wrapper .change-log .jump-version .version-menu[data-v-5f26ba64] { position: absolute; top: 50px; left: 0; @@ -1442,7 +1402,7 @@ ul[data-v-525b077c] { transition: all 0.2s ease; box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.09); } -.dokan-help-page .section-wrapper .change-log .jump-version .version-menu[data-v-525b077c]:before { +.dokan-help-page .section-wrapper .change-log .jump-version .version-menu[data-v-5f26ba64]:before { content: ""; position: absolute; border: 11px solid transparent; @@ -1452,16 +1412,16 @@ ul[data-v-525b077c] { right: 27px; z-index: 1; } -.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown[data-v-525b077c] { +.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown[data-v-5f26ba64] { max-height: 300px; text-align: left; background: #ffffff; overflow-y: auto; } -.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown ul[data-v-525b077c] { +.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown ul[data-v-5f26ba64] { cursor: context-menu; } -.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown ul li[data-v-525b077c] { +.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown ul li[data-v-5f26ba64] { margin-bottom: 25px; color: #000000; font-size: 14px; @@ -1470,58 +1430,58 @@ ul[data-v-525b077c] { transition: all 0.2s linear; cursor: pointer; } -.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown ul li[data-v-525b077c]:hover { - color: #f2624d; +.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown ul li[data-v-5f26ba64]:hover { + color: #7047EB; } -.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown ul li[data-v-525b077c]:last-child { +.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown ul li[data-v-5f26ba64]:last-child { margin-bottom: 0; } -.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown ul li.current[data-v-525b077c] { - color: #f2624d; +.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown ul li.current[data-v-5f26ba64] { + color: #7047EB; font-weight: bold; font-family: "SF Pro Text", sans-serif; } -.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown ul li span[data-v-525b077c] { +.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown ul li span[data-v-5f26ba64] { display: block; font-size: 12px; color: #758598; font-weight: 400; font-family: "SF Pro Text", sans-serif; } -.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown[data-v-525b077c]::-webkit-scrollbar { +.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown[data-v-5f26ba64]::-webkit-scrollbar { width: 4px; } -.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown[data-v-525b077c]::-webkit-scrollbar-track { +.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown[data-v-5f26ba64]::-webkit-scrollbar-track { background: #f5f5f5; } -.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown[data-v-525b077c]::-webkit-scrollbar-thumb { +.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown[data-v-5f26ba64]::-webkit-scrollbar-thumb { background: #878787; } -.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown[data-v-525b077c]::-webkit-scrollbar-thumb:hover { +.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown[data-v-5f26ba64]::-webkit-scrollbar-thumb:hover { background: #575757; } -.dokan-help-page .section-wrapper .change-log .jump-version:hover .version-menu[data-v-525b077c] { +.dokan-help-page .section-wrapper .change-log .jump-version:hover .version-menu[data-v-5f26ba64] { top: 30px; opacity: 1; visibility: visible; } -.dokan-help-page .section-wrapper .version-list .version .card-version[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .version .card-version[data-v-5f26ba64] { background: #ffffff; border: 1px solid #e2e2e2; border-radius: 3px; padding: 25px; box-sizing: border-box; } -.dokan-help-page .section-wrapper .version-list .version .card-version div[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .version .card-version div[data-v-5f26ba64] { overflow: hidden; } -.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list[data-v-5f26ba64] { margin-bottom: 40px; } -.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list[data-v-525b077c]:last-child { +.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list[data-v-5f26ba64]:last-child { margin-bottom: 0; } -.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature-badge[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature-badge[data-v-5f26ba64] { color: #ffffff; font-size: 15px; font-weight: 600; @@ -1530,54 +1490,54 @@ ul[data-v-525b077c] { display: inline-block; font-family: "SF Pro Text", sans-serif; } -.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .badge-green[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .badge-green[data-v-5f26ba64] { background: #00B728; } -.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .badge-blue[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .badge-blue[data-v-5f26ba64] { background: #028AFB; } -.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .badge-red[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .badge-red[data-v-5f26ba64] { background: #F83838; } -.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature[data-v-5f26ba64] { margin: 11px 0; } -.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature[data-v-525b077c]:last-child { +.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature[data-v-5f26ba64]:last-child { margin-bottom: 0; } -.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature h5[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature h5[data-v-5f26ba64] { color: #000000; margin: 0; font-size: 14px; font-weight: bold; font-family: "SF Pro Text", sans-serif; } -.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature div[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature div[data-v-5f26ba64] { color: #000000; font-size: 14px; font-weight: 400; opacity: 0.8; font-family: "SF Pro Text", sans-serif; } -.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature img[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature img[data-v-5f26ba64] { width: 100%; height: auto; margin-top: 10px; } -.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature ul[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature ul[data-v-5f26ba64] { list-style: disc outside; opacity: 0.7; font-size: 14px; font-weight: 400; margin-left: 18px; } -.dokan-help-page .section-wrapper .version-list .version .card-version .continue-reading[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .version .card-version .continue-reading[data-v-5f26ba64] { display: flex; align-items: center; justify-content: center; margin-top: 30px; } -.dokan-help-page .section-wrapper .version-list .version .card-version .continue-reading a[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .version .card-version .continue-reading a[data-v-5f26ba64] { font-size: 13px; font-weight: normal; text-decoration: none; @@ -1589,23 +1549,23 @@ ul[data-v-525b077c] { border: 1px solid #E2E2E2; font-family: "SF Pro Text", sans-serif; } -.dokan-help-page .section-wrapper .version-list .version .card-version .continue-reading a[data-v-525b077c]:focus { +.dokan-help-page .section-wrapper .version-list .version .card-version .continue-reading a[data-v-5f26ba64]:focus { box-shadow: none; } -.dokan-help-page .section-wrapper .version-list .version .version-number h4[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .version .version-number h4[data-v-5f26ba64] { font-weight: 700; font-size: 23px; color: #000000; margin-bottom: 7px; font-family: "SF Pro Text", sans-serif; } -.dokan-help-page .section-wrapper .version-list .version .version-number p[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .version .version-number p[data-v-5f26ba64] { font-weight: 400; font-size: 13px; color: #5C626A; font-family: "SF Pro Text", sans-serif; } -.dokan-help-page .section-wrapper .version-list .version .version-number label[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .version .version-number label[data-v-5f26ba64] { font-size: 12px; color: #fff; background: #8e44ad; @@ -1616,92 +1576,92 @@ ul[data-v-525b077c] { font-family: "SF Pro Text", sans-serif; } @media only screen and (min-width: 1200px) { -.dokan-help-page .section-wrapper .version-list .version[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .version[data-v-5f26ba64] { display: flex; width: 900px; margin: 0 auto; justify-content: space-between; } -.dokan-help-page .section-wrapper .version-list .version .card-version[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .version .card-version[data-v-5f26ba64] { width: 700px; } -.dokan-help-page .section-wrapper .version-list .latest-version[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .latest-version[data-v-5f26ba64] { margin-top: -200px; } -.dokan-help-page .section-wrapper .version-list .old-version[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .old-version[data-v-5f26ba64] { margin-top: 25px; } } @media screen and (min-width: 992px) and (max-width: 1199px) { -.dokan-help-page .section-wrapper .version-list .version[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .version[data-v-5f26ba64] { display: flex; width: 720px; margin: 0 auto; justify-content: space-between; } -.dokan-help-page .section-wrapper .version-list .version .card-version[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .version .card-version[data-v-5f26ba64] { width: 520px; } -.dokan-help-page .section-wrapper .version-list .latest-version[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .latest-version[data-v-5f26ba64] { margin-top: -200px; } -.dokan-help-page .section-wrapper .version-list .old-version[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .old-version[data-v-5f26ba64] { margin-top: 20px; } } @media only screen and (max-width: 991px) { -.dokan-help-page .section-wrapper .dokan-notice[data-v-525b077c] { +.dokan-help-page .section-wrapper .dokan-notice[data-v-5f26ba64] { background: #f7f8fa; margin: -15px -10px 0; padding: 15px 15px 0; } -.dokan-help-page .section-wrapper .change-log[data-v-525b077c] { +.dokan-help-page .section-wrapper .change-log[data-v-5f26ba64] { background: #f7f8fa; margin: -15px -10px 0; } -.dokan-help-page .section-wrapper .change-log.lite-change-log[data-v-525b077c] { +.dokan-help-page .section-wrapper .change-log.lite-change-log[data-v-5f26ba64] { height: 220px; } -.dokan-help-page .section-wrapper .change-log.pro-change-log[data-v-525b077c] { +.dokan-help-page .section-wrapper .change-log.pro-change-log[data-v-5f26ba64] { height: 280px; } -.dokan-help-page .section-wrapper .version-list .version .card-version[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .version .card-version[data-v-5f26ba64] { margin: 0 -10px; border: 0; box-shadow: none; border-radius: 0; } -.dokan-help-page .section-wrapper .version-list .version .card-version .continue-reading[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .version .card-version .continue-reading[data-v-5f26ba64] { justify-content: start; } -.dokan-help-page .section-wrapper .version-list .latest-version[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .latest-version[data-v-5f26ba64] { margin-top: -112px; } -.dokan-help-page .section-wrapper .version-list .latest-version .version-number[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .latest-version .version-number[data-v-5f26ba64] { padding-bottom: 15px; text-align: center; } -.dokan-help-page .section-wrapper .version-list .old-version[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .old-version[data-v-5f26ba64] { margin-top: 15px; } -.dokan-help-page .section-wrapper .version-list .old-version .version-number[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .old-version .version-number[data-v-5f26ba64] { background: #fff; padding: 25px 25px 0 25px; margin: 0 -10px; box-sizing: border-box; } -.dokan-help-page .section-wrapper .version-list .old-version h4[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .old-version h4[data-v-5f26ba64] { margin-top: 0; } -.dokan-help-page .section-wrapper .version-list .old-version p[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .old-version p[data-v-5f26ba64] { margin-bottom: 0; } } -.dokan-help-page .scroll-to-top[data-v-525b077c] { +.dokan-help-page .scroll-to-top[data-v-5f26ba64] { width: 40px; height: 40px; color: #ffffff; - background: #ff5722; + background: #7047EB; border: 0; position: fixed; right: 10px; @@ -1713,7 +1673,7 @@ ul[data-v-525b077c] { visibility: hidden; transition: all 0.2s ease; } -.dokan-help-page .loading[data-v-525b077c] { +.dokan-help-page .loading[data-v-5f26ba64] { width: 100%; text-align: center; margin-top: 100px; @@ -2138,45 +2098,32 @@ ul[data-v-525b077c] { } } -.combine_fields[data-v-63d1027e] { - display: flex; - justify-content: right; - align-items: center; -} -.combine_fields .percent_fee[data-v-63d1027e] { - padding-right: 10px; -} -.combine_fields .fixed_fee input[data-v-63d1027e], -.combine_fields .percent_fee input[data-v-63d1027e] { - width: 100px; -} - -.wm-box-container[data-v-914aa92a] { +.wm-box-container[data-v-7e4e2d4c] { display: flex; flex-direction: column; } -.wm-box-container .wm-methods-box-container[data-v-914aa92a] { +.wm-box-container .wm-methods-box-container[data-v-7e4e2d4c] { margin-top: 15px; } -.wm-box-container .wm-methods-box-container .wm-methods-box[data-v-914aa92a] { +.wm-box-container .wm-methods-box-container .wm-methods-box[data-v-7e4e2d4c] { border-bottom: 1px solid #f3f4f6; padding: 0 30px; display: flex; justify-content: space-between; align-items: center; } -.wm-box-container .wm-methods-box-container .wm-methods-box[data-v-914aa92a]:last-child { +.wm-box-container .wm-methods-box-container .wm-methods-box[data-v-7e4e2d4c]:last-child { border-bottom: 0; } -.wm-box-container .wm-methods-box-container .wm-methods-box .wm-method[data-v-914aa92a] { +.wm-box-container .wm-methods-box-container .wm-methods-box .wm-method[data-v-7e4e2d4c] { display: flex; align-items: center; } -.wm-box-container .wm-methods-box-container .wm-methods-box .wm-charges[data-v-914aa92a] { +.wm-box-container .wm-methods-box-container .wm-methods-box .wm-charges[data-v-7e4e2d4c] { display: flex; align-items: center; } -.wm-box-container .wm-methods-box-container .wm-methods-box .wm-charges .wm-automated[data-v-914aa92a] { +.wm-box-container .wm-methods-box-container .wm-methods-box .wm-charges .wm-automated[data-v-7e4e2d4c] { border: 1px solid #dbdbdb; color: #838181; padding: 5px 8px; @@ -2184,12 +2131,12 @@ ul[data-v-525b077c] { background: #f5f5f6; } @media only screen and (max-width: 782px) { -.wm-box-container .wm-methods-box-container .wm-methods-box[data-v-914aa92a] { +.wm-box-container .wm-methods-box-container .wm-methods-box[data-v-7e4e2d4c] { flex-direction: column; justify-content: start; align-items: start; } -.wm-box-container .wm-methods-box-container .wm-methods-box .wm-charges[data-v-914aa92a] { +.wm-box-container .wm-methods-box-container .wm-methods-box .wm-charges[data-v-7e4e2d4c] { margin-left: -20px; margin-bottom: 20px; } @@ -3261,7 +3208,7 @@ tr.data_clear_on_uninstall td fieldset label { width: 2px !important; } .dokan-settings-wrap .metabox-holder { - width: 40%; + width: 100%; } .dokan-settings-wrap .metabox-holder .settings-header { display: block; @@ -3282,7 +3229,7 @@ tr.data_clear_on_uninstall td fieldset label { } @media only screen and (max-width: 768px) { .dokan-settings-wrap .nav-tab-wrapper { - width: 35% !important; + width: 35%; } .dokan-settings-wrap .nav-tab-wrapper .nav-tab .nav-content .nav-title { font-size: 10px; @@ -3291,7 +3238,7 @@ tr.data_clear_on_uninstall td fieldset label { font-size: 8px !important; } .dokan-settings-wrap .metabox-holder { - width: 65%; + width: 100%; } .dokan-settings-wrap .metabox-holder .settings-header .settings-content .settings-title { padding-left: 0; @@ -3337,10 +3284,6 @@ tr.data_clear_on_uninstall td fieldset label { margin-top: 5px; margin-bottom: 5px; } -.payment-info.edit-mode .combine-commission-field .dokan-form-input.percent_fee, -.payment-info.edit-mode .combine-commission-field .dokan-form-input.fixed_fee { - width: 40%; -} .swal2-container { z-index: 9999999 !important; @@ -3763,6 +3706,720 @@ tr.data_clear_on_uninstall td fieldset label { } } +.dokan-vendor-single .dokan-hide { + display: none; +} +.dokan-vendor-single .vendor-profile .action-links.edit-mode .button span { + line-height: 27px; +} +.dokan-vendor-single .vendor-profile .action-links.footer.edit-mode { + float: right; + margin-top: 20px; +} +.dokan-vendor-single .dokan-form-input { + width: 100%; + padding: 6px; + border: 1px solid #ccc; + border-radius: 4px; + box-sizing: border-box; + margin-top: 6px; + margin-bottom: 16px; + resize: vertical; + height: auto; +} +.dokan-vendor-single .dokan-form-input::placeholder { + color: #bcbcbc; +} +.dokan-vendor-single * { + box-sizing: border-box; +} +.dokan-vendor-single .modal-body { + min-height: 150px; + max-height: 350px; +} +.dokan-vendor-single .modal-body .form-row { + padding-bottom: 10px; +} +.dokan-vendor-single .modal-body .form-row input { + width: 90%; +} +.dokan-vendor-single .modal-body label { + display: block; + padding-bottom: 3px; +} +.dokan-vendor-single .vendor-header { + display: flex; +} +.dokan-vendor-single .vendor-header .profile-info { + background: #fff; + border: 1px solid #D9E4E7; + padding: 20px; + width: 285px; + margin-right: 30px; + border-radius: 3px; + position: relative; +} +.dokan-vendor-single .vendor-header .profile-info .featured-vendor { + position: absolute; + top: 10px; + right: 15px; + color: #FF9800; +} +.dokan-vendor-single .vendor-header .profile-banner { + position: relative; + width: calc(100% - 285px + 30px); + height: 350px; + border: 1px solid #dfdfdf; + background: #496a94; + overflow: hidden; +} +.dokan-vendor-single .vendor-header .profile-banner img { + height: 350px; + width: 100%; +} +.dokan-vendor-single .vendor-header .profile-banner .action-links { + position: absolute; + right: 20px; + top: 20px; +} +.dokan-vendor-single .vendor-header .profile-banner .action-links .button { + box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2); +} +.dokan-vendor-single .vendor-header .profile-banner .action-links .button.visit-store { + background: #0085ba; + border-color: #0085ba; + color: #fff; +} +.dokan-vendor-single .vendor-header .profile-banner .action-links .button.visit-store:hover { + background: #008ec2; + border-color: #006799; +} +.dokan-vendor-single .vendor-header .profile-banner .action-links .button.visit-store .dashicons { + font-size: 17px; + margin-top: 5px; +} +.dokan-vendor-single .vendor-header .profile-banner .action-links .button.edit-store { + color: #B8BAC2; + background: #fff; + border-color: #fff; + margin-left: 5px; +} +.dokan-vendor-single .vendor-header .profile-banner .action-links .button.edit-store:hover { + background: #eee; + border-color: #eee; +} +.dokan-vendor-single .vendor-header .profile-banner .action-links .button.edit-store .dashicons { + margin-top: 3px; +} +.dokan-vendor-single .vendor-header .profile-icon { + position: relative; + text-align: center; + margin: 0 auto; +} +.dokan-vendor-single .vendor-header .profile-icon .edit-photo { + position: absolute; + left: 33%; + top: 46px; + color: white; + width: 80px; + cursor: pointer; +} +.dokan-vendor-single .vendor-header .profile-icon img { + height: 120px; + width: 120px; + border-radius: 50%; +} +.dokan-vendor-single .vendor-header .profile-icon.edit-mode .dokan-upload-image { + max-width: 120px; + margin: 0 auto; +} +.dokan-vendor-single .vendor-header .profile-icon.edit-mode .dokan-upload-image .dokan-upload-image-container:hover img { + padding: 5px; + background-color: #f1f1f1; + transition: padding 0.2s; +} +.dokan-vendor-single .vendor-header .profile-icon.edit-mode img { + border: 5px solid #1a9ed4; + cursor: pointer; + opacity: 0.8; +} +.dokan-vendor-single .vendor-header .profile-banner.edit-mode { + cursor: pointer; +} +.dokan-vendor-single .vendor-header .profile-banner.edit-mode .banner-wrap { + display: flex; + justify-content: center; +} +.dokan-vendor-single .vendor-header .profile-banner.edit-mode .banner-wrap img { + border: 5px solid #5ca9d3; + opacity: 0.5; +} +.dokan-vendor-single .vendor-header .profile-banner.edit-mode .banner-wrap img:hover { + padding: 5px; + transition: padding 0.2s; +} +.dokan-vendor-single .vendor-header .profile-banner.edit-mode .banner-wrap .edit-banner { + position: absolute; + left: 33%; + top: 50%; + font-size: 30px; + font-weight: 400; + color: white; +} +.dokan-vendor-single .vendor-header .profile-banner.edit-mode .banner-wrap .edit-banner i.change-banner { + font-size: 50px; + margin-top: -70px; + position: relative; + left: 140px; +} +.dokan-vendor-single .vendor-header .store-info .star-rating { + text-align: center; +} +.dokan-vendor-single .vendor-header .store-info .star-rating span:before { + content: "\f154"; + color: #999; +} +.dokan-vendor-single .vendor-header .store-info .star-rating span.active:before { + content: "\f155"; + color: #FF9800; +} +.dokan-vendor-single .vendor-header .store-info h2 { + text-align: center; + font-size: 2em; + margin-bottom: 0.5em; +} +.dokan-vendor-single .vendor-header .store-info .store-details { + color: #AEB0B3; +} +.dokan-vendor-single .vendor-header .store-info .store-details .dashicons { + color: #BABCC3; +} +.dokan-vendor-single .vendor-header .store-info .store-details li { + margin-bottom: 8px; + padding-left: 30px; +} +.dokan-vendor-single .vendor-header .store-info .store-details li:before { + display: inline-block; + width: 20px; + height: 20px; + font-size: 20px; + line-height: 1; + font-family: dashicons; + text-decoration: inherit; + font-weight: 400; + font-style: normal; + vertical-align: top; + text-align: center; + transition: color 0.1s ease-in 0; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + margin-left: -30px; + width: 30px; +} +.dokan-vendor-single .vendor-header .store-info .store-details li.address:before { + content: "\f230"; +} +.dokan-vendor-single .vendor-header .store-info .store-details li.phone:before { + content: "\f525"; + transform: scale(-1, 1); +} +.dokan-vendor-single .vendor-header .store-info .store-details.edit-mode .content-header { + display: none; +} +.dokan-vendor-single .vendor-header .store-info .store-details.edit-mode li { + padding-left: 0; +} +.dokan-vendor-single .vendor-header .store-info .actions { + margin-top: 25px; + text-align: center; +} +.dokan-vendor-single .vendor-header .store-info .actions .dashicons { + color: #fff; + border-radius: 50%; + font-size: 16px; + width: 16px; + height: 16px; + vertical-align: middle; + margin-top: -2px; +} +.dokan-vendor-single .vendor-header .store-info .actions .message { + background: #1FB18A; + border-color: #1FB18A; + color: #fff; + box-shadow: none; + font-size: 0.9em; + margin-right: 7px; +} +.dokan-vendor-single .vendor-header .store-info .actions .message:hover { + background: #1b9b79; + border-color: #1b9b79; +} +.dokan-vendor-single .vendor-header .store-info .actions .status { + background-color: #fff; + box-shadow: none; + font-size: 0.9em; + border-color: #ddd; +} +.dokan-vendor-single .vendor-header .store-info .actions .status:hover { + background-color: #eee; +} +.dokan-vendor-single .vendor-header .store-info .actions .status.enabled .dashicons { + background-color: #19c11f; +} +.dokan-vendor-single .vendor-header .store-info .actions .status.enabled .dashicons:before { + content: "\f147"; + margin-left: -2px; +} +.dokan-vendor-single .vendor-header .store-info .actions .status.disabled .dashicons { + background-color: #f44336; +} +.dokan-vendor-single .vendor-header .store-info .actions .status.disabled .dashicons:before { + content: "\f158"; +} +.dokan-vendor-single .vendor-header .store-info a.store-categoy-names { + text-align: center; + font-weight: 500; + font-size: 14px; + margin: 8px 0 14px; + color: #444; + text-decoration: none; + display: block; + line-height: 1.6; +} +.dokan-vendor-single .vendor-header .store-info a.store-categoy-names:hover { + color: #0073aa; +} +.dokan-vendor-single .vendor-header .store-info .store-categories-editing h4 { + font-size: 15px; + font-weight: 700; + margin-bottom: 5px; +} +.dokan-vendor-single .vendor-header .store-info .store-categories-editing .button-link { + text-decoration: none; +} +.dokan-vendor-single .vendor-header .store-info.edit-mode .account-info .content-header { + display: none; +} +.dokan-vendor-single .vendor-header .store-info.edit-mode .account-info .column label { + float: left; + clear: both; + margin-top: 10px; + margin-left: -4px; +} +.dokan-vendor-single .vendor-header .store-info.edit-mode .account-info .column .dokan-form-input { + width: 60%; + padding: 5px; + float: right; + margin-right: -4px; +} +.dokan-vendor-single .vendor-header .store-info.edit-mode .account-info .column .store-url { + margin: 0; + padding: 0; + bottom: 10px; + font-style: italic; + color: #a09f9f; + font-size: 12px; +} +.dokan-vendor-single .vendor-summary { + display: flex; + justify-content: space-between; + margin-top: 20px; +} +.dokan-vendor-single .vendor-summary .summary-wrap { + width: 72%; + background: #fff; + border: 1px solid #D9E4E7; + border-radius: 3px; + padding: 20px; + display: flex; + justify-content: space-between; + margin: 0 15px; +} +.dokan-vendor-single .vendor-summary .stat-summary { + width: 32%; +} +.dokan-vendor-single .vendor-summary .stat-summary h3 { + margin: 0 0 1em 0; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts { + border: 1px solid #dfdfdf; + margin-bottom: 0; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li { + margin-bottom: 10px; + border-top: 1px solid #dfdfdf; + position: relative; + padding: 15px 10px 5px 75px; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li:first-child { + border-top: none; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li .count { + font-size: 1.5em; + line-height: 130%; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li .count a { + text-decoration: none; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li .subhead { + color: #999; + display: block; + margin-top: 3px; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li:after { + display: inline-block; + width: 22px; + height: 22px; + font-size: 22px; + line-height: 1; + font-family: dashicons; + text-decoration: inherit; + font-weight: 400; + font-style: normal; + vertical-align: top; + text-align: center; + transition: color 0.1s ease-in 0; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + left: 31px; + top: 26px; + color: #fff; + position: absolute; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li:before { + position: absolute; + width: 41px; + height: 41px; + border-radius: 50%; + left: 20px; + top: 18px; + content: " "; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.products { + color: #FB094C; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.products a { + color: #FB094C; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.products:before { + background-color: #FB094C; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.products:after { + font-family: WooCommerce!important; + content: '\e006'; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.items { + color: #2CC55E; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.items:before { + background-color: #2CC55E; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.items:after { + content: "\f233"; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.visitors { + color: #0F72F9; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.visitors:before { + background-color: #0F72F9; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.visitors:after { + content: "\f307"; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.orders { + color: #323ABF; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.orders a { + color: #323ABF; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.orders:before { + background-color: #323ABF; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.orders:after { + content: "\f174"; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.gross { + color: #80be0f; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.gross:before { + background-color: #99E412; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.gross:after { + content: "\f239"; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.earning { + color: #8740A7; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.earning:before { + background-color: #8740A7; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.earning:after { + content: "\f524"; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.commision { + color: #FB0A4C; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.commision:before { + background-color: #FB0A4C; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.commision:after { + content: "\f524"; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.balance { + color: #FD553B; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.balance:before { + background-color: #FD553B; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.balance:after { + content: "\f184"; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.reviews { + color: #EE8A12; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.reviews:before { + background-color: #EE8A12; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.reviews:after { + content: "\f125"; +} +.dokan-vendor-single .vendor-summary .badge-info { + background: #fff; + border: 1px solid #D9E4E7; + border-radius: 3px; + width: 25%; +} +.dokan-vendor-single .vendor-summary .vendor-info { + background: #fff; + border: 1px solid #D9E4E7; + border-radius: 3px; + padding: 20px; + width: 27%; +} +.dokan-vendor-single .vendor-summary .vendor-info .subhead { + color: #999; + display: block; + margin-bottom: 10px; +} +.dokan-vendor-single .vendor-summary .vendor-info ul { + margin: 0; +} +.dokan-vendor-single .vendor-summary .vendor-info li { + border-top: 1px solid #dfdfdf; + padding: 10px 15px; +} +.dokan-vendor-single .vendor-summary .vendor-info li:first-child { + border-top: none; +} +.dokan-vendor-single .vendor-summary .vendor-info li.registered { + padding-top: 15px; +} +.dokan-vendor-single .vendor-summary .vendor-info .social-profiles .profiles a { + text-decoration: none; + color: #ddd; + margin-right: 5px; + font-size: 21px; +} +.dokan-vendor-single .vendor-summary .vendor-info .social-profiles .profiles a.active .fa-facebook-square { + color: #3C5998; +} +.dokan-vendor-single .vendor-summary .vendor-info .social-profiles .profiles a.active .fa-twitter { + color: #1496F1; +} +.dokan-vendor-single .vendor-summary .vendor-info .social-profiles .profiles a.active .fa-youtube { + color: #CD2120; +} +.dokan-vendor-single .vendor-summary .vendor-info .social-profiles .profiles a.active .fa-instagram { + color: #B6224A; +} +.dokan-vendor-single .vendor-summary .vendor-info .social-profiles .profiles a.active .fa-linkedin { + color: #0C61A8; +} +.dokan-vendor-single .vendor-summary .vendor-info .social-profiles .profiles a.active .fa-pinterest-square { + color: #BD091E; +} +.dokan-vendor-single .vendor-summary .vendor-info .social-profiles .profiles a.active .fa-flickr { + color: #FB0072; +} +.dokan-vendor-single .vendor-summary .vendor-info li.payments .payment-methods { + font-size: 35px; + color: #ddd; + display: flex; + flex-flow: row wrap; + gap: 10px; +} +.dokan-vendor-single .vendor-summary .vendor-info li.payments .payment-methods .tooltip { + font-size: 12px; +} +.dokan-vendor-single .vendor-summary .vendor-info li.payments .payment-methods .payment-chip { + filter: grayscale(1); + opacity: 0.5; + display: inline-block; + font-size: 1em; +} +.dokan-vendor-single .vendor-summary .vendor-info li.payments .payment-methods .payment-chip.active { + filter: grayscale(0); + opacity: 1; +} +.dokan-vendor-single .vendor-summary .vendor-info li.payments .payment-methods .dokan-custom-payment { + display: flex; + align-items: center; + padding: 0 10px; + height: 26px; + background: #FFF2FF; + border-radius: 3px; +} +.dokan-vendor-single .vendor-summary .vendor-info li.payments .payment-methods .dokan-custom-payment span { + color: #7C327C; + font-size: 10px; + font-weight: 600; + line-height: 14.34px; + margin-left: 5px; +} +.dokan-vendor-single .vendor-other-info .content-header { + font-size: 14px !important; + font-weight: 600 !important; + padding-left: 12px !important; +} +.dokan-vendor-single .vendor-other-info .address-social-info { + display: flex; + justify-content: space-between; + margin-top: 30px; +} +.dokan-vendor-single .vendor-other-info .address-social-info .content-header { + font-size: 18px; + margin: 0; + padding: 10px; + border-bottom: 1px solid #f1f1f1; +} +.dokan-vendor-single .vendor-other-info .address-social-info .social-info, +.dokan-vendor-single .vendor-other-info .address-social-info .account-info { + width: 48%; + background-color: white; +} +.dokan-vendor-single .vendor-other-info .address-social-info .social-info .content-body, +.dokan-vendor-single .vendor-other-info .address-social-info .account-info .content-body { + padding: 10px 20px; +} +.dokan-vendor-single .vendor-other-info .address-social-info .account-info .store-url { + margin: 0; + padding: 0; + position: relative; + bottom: 10px; + font-style: italic; + color: #a09f9f; + font-size: 12px; +} +.dokan-vendor-single .vendor-other-info .payment-info { + background-color: white; + margin-top: 30px; +} +.dokan-vendor-single .vendor-other-info .payment-info .content-header { + font-size: 18px; + margin: 0; + padding: 10px; + border-bottom: 1px solid #f1f1f1; +} +.dokan-vendor-single .vendor-other-info .payment-info .content-body { + display: flex; + justify-content: space-between; +} +.dokan-vendor-single .vendor-other-info .payment-info .content-body .dokan-form-group { + width: 48%; + padding: 10px 20px; +} +.dokan-vendor-single .vendor-other-info .commission-info { + background-color: white; + margin-top: 30px; +} +.dokan-vendor-single .vendor-other-info .commission-info .content-header { + font-size: 18px; + margin: 0; + padding: 10px; + border-bottom: 1px solid #f1f1f1; +} +.dokan-vendor-single .vendor-other-info .commission-info .content-body { + display: flex; + justify-content: space-between; +} +.dokan-vendor-single .vendor-other-info .multiselect { + margin-top: 5px; +} +.dokan-vendor-single .vendor-other-info .multiselect__select:before { + top: 55%; +} +.dokan-vendor-single .vendor-other-info .multiselect__tags { + min-height: 34px; +} +.dokan-vendor-single .vendor-other-info .multiselect__single { + font-size: 14px; + padding-left: 0px; + margin-bottom: 4px; + margin-top: -2px; +} +.dokan-vendor-single .vendor-other-info .multiselect__input:focus { + box-shadow: none; + border: none; + outline: none; +} +@media only screen and (max-width: 600px) { +.dokan-vendor-single .vendor-profile .vendor-header { + display: block; +} +.dokan-vendor-single .vendor-profile .vendor-header .profile-info { + width: 100% !important; + margin-bottom: 10px; + padding: 0; +} +.dokan-vendor-single .vendor-profile .vendor-header .profile-info .profile-icon { + padding: 10px 0 20px; +} +.dokan-vendor-single .vendor-profile .vendor-header .profile-banner { + width: 100% !important; +} +.dokan-vendor-single .vendor-profile .vendor-header .profile-banner .banner-wrap .dokan-upload-image .dokan-upload-image-container span.edit-banner { + width: 100%; + left: 0; + text-align: center; +} +.dokan-vendor-single .vendor-profile .vendor-summary { + display: block; +} +.dokan-vendor-single .vendor-profile .vendor-summary .summary-wrap { + display: block; + width: 100% !important; +} +.dokan-vendor-single .vendor-profile .vendor-summary .summary-wrap .stat-summary { + width: 100% !important; + padding-bottom: 20px; +} +.dokan-vendor-single .vendor-profile .vendor-summary .vendor-info { + width: 100% !important; + margin-top: 20px; +} +.dokan-vendor-single .vendor-profile .vendor-other-info .address-social-info { + flex-flow: column wrap; +} +.dokan-vendor-single .vendor-profile .vendor-other-info .address-social-info .account-info { + width: 100%; + margin: 0 auto 30px; +} +.dokan-vendor-single .vendor-profile .vendor-other-info .address-social-info .social-info { + width: 100%; + margin: 0 auto 30px; +} +.dokan-vendor-single .vendor-profile .vendor-other-info .payment-info .content-body { + flex-flow: column wrap; +} +.dokan-vendor-single .vendor-profile .vendor-other-info .payment-info .content-body .dokan-form-group { + width: 100%; + margin: 0 auto 20px; +} +.dokan-vendor-single .vendor-profile .vendor-other-info .payment-info .content-body .dokan-form-group .column label { + display: block; +} +} + .dokan-importer-wrapper[data-v-c15c744e] { text-align: center; max-width: 700px; @@ -4027,15 +4684,26 @@ to { background-position: center; background-repeat: no-repeat; background-size: cover; - margin-bottom: 16px; + margin: 20px 0; } #dokan-vendor-capabilities .vendor-capabilities-banner .content { margin: 30px; } #dokan-vendor-capabilities .vendor-capabilities-banner .content .title { - font-size: 26px; - font-weight: bold; - color: #FF0000; + font-size: 51px; + font-style: normal; + font-weight: 700; + line-height: normal; + background: linear-gradient(90deg, #FFF 34.5%, #D68FFF 100%); + background-clip: text !important; + -webkit-background-clip: text; + -webkit-text-fill-color: transparent; +} +#dokan-vendor-capabilities .vendor-capabilities-banner .content p { + color: #FFFFFF; + max-width: 512px; + width: 100%; + font-size: 16px; } #dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup { @@ -4084,7 +4752,7 @@ to { margin-top: 5px; } #dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .body .unlock { - color: #FF5722; + color: #7047EB; font-size: 1rem; font-weight: normal; font-family: "SF Pro Text", sans-serif; @@ -4115,10 +4783,10 @@ to { font-family: "SF Pro Text", sans-serif; } #dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .body .upgrade-text strong { - color: #ff5722; + color: #7047EB; } #dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .body .upgrade-button { - background: #FF5722; + background: #7047EB; border-radius: 3px; padding: 10px 18px; font-weight: 400; diff --git a/assets/css/vue-bootstrap.css b/assets/css/vue-bootstrap.css index 36f9896a16..b37f55758b 100644 --- a/assets/css/vue-bootstrap.css +++ b/assets/css/vue-bootstrap.css @@ -774,10 +774,6 @@ td[data-v-98ac2448],th[data-v-98ac2448]{padding:2px;background-color:#fff}td.tod margin-top: 5px; margin-bottom: 5px; } -.payment-info.edit-mode .combine-commission-field .dokan-form-input.percent_fee, -.payment-info.edit-mode .combine-commission-field .dokan-form-input.fixed_fee { - width: 40%; -} .dokan-card-fun-fact { background: white; diff --git a/assets/images/dokan-logo.png b/assets/images/dokan-logo.png index ea81c5bb1c..ba298c67cd 100644 Binary files a/assets/images/dokan-logo.png and b/assets/images/dokan-logo.png differ diff --git a/assets/images/dokan-logo.svg b/assets/images/dokan-logo.svg index cdb2995a1f..7c80ba4880 100644 --- a/assets/images/dokan-logo.svg +++ b/assets/images/dokan-logo.svg @@ -1 +1,9 @@ - \ No newline at end of file + + + + + + + + + diff --git a/assets/images/dokan-settings-banner.svg b/assets/images/dokan-settings-banner.svg index fe63c935e8..84d3181f7b 100644 --- a/assets/images/dokan-settings-banner.svg +++ b/assets/images/dokan-settings-banner.svg @@ -1 +1,9 @@ - \ No newline at end of file + + + + + + + + + diff --git a/assets/images/dokan-vendor-capabilities-banner-bg.svg b/assets/images/dokan-vendor-capabilities-banner-bg.svg index 6422744c1c..bb3aee9af0 100644 --- a/assets/images/dokan-vendor-capabilities-banner-bg.svg +++ b/assets/images/dokan-vendor-capabilities-banner-bg.svg @@ -1 +1,58 @@ - \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/images/payments/bank.svg b/assets/images/payments/bank.svg new file mode 100644 index 0000000000..18611d1a01 --- /dev/null +++ b/assets/images/payments/bank.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/assets/images/payments/d-paypal.svg b/assets/images/payments/d-paypal.svg new file mode 100644 index 0000000000..080649a7c6 --- /dev/null +++ b/assets/images/payments/d-paypal.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/images/payments/d-stripe.svg b/assets/images/payments/d-stripe.svg new file mode 100644 index 0000000000..14bb1b2ad4 --- /dev/null +++ b/assets/images/payments/d-stripe.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/images/payments/mangopay.svg b/assets/images/payments/mangopay.svg new file mode 100644 index 0000000000..c3ca95fcb6 --- /dev/null +++ b/assets/images/payments/mangopay.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/assets/images/payments/payment-bag.svg b/assets/images/payments/payment-bag.svg new file mode 100644 index 0000000000..5a5782a657 --- /dev/null +++ b/assets/images/payments/payment-bag.svg @@ -0,0 +1,4 @@ + + + + diff --git a/assets/images/payments/paypal.svg b/assets/images/payments/paypal.svg new file mode 100644 index 0000000000..1a75439683 --- /dev/null +++ b/assets/images/payments/paypal.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/assets/images/payments/razorpay.svg b/assets/images/payments/razorpay.svg new file mode 100644 index 0000000000..999a037e38 --- /dev/null +++ b/assets/images/payments/razorpay.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/assets/images/payments/skrill.svg b/assets/images/payments/skrill.svg new file mode 100644 index 0000000000..fa10472858 --- /dev/null +++ b/assets/images/payments/skrill.svg @@ -0,0 +1,4 @@ + + + + diff --git a/assets/images/payments/stripe.svg b/assets/images/payments/stripe.svg new file mode 100644 index 0000000000..8ebc3b802e --- /dev/null +++ b/assets/images/payments/stripe.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/assets/images/premium/cta-dokan-logo.png b/assets/images/premium/cta-dokan-logo.png index 0e6e0acfa5..e983f67fcc 100644 Binary files a/assets/images/premium/cta-dokan-logo.png and b/assets/images/premium/cta-dokan-logo.png differ diff --git a/assets/images/premium/cta-pattern@2x.png b/assets/images/premium/cta-pattern@2x.png old mode 100755 new mode 100644 index cb32d3e0d7..1a0d153fd7 Binary files a/assets/images/premium/cta-pattern@2x.png and b/assets/images/premium/cta-pattern@2x.png differ diff --git a/assets/images/premium/dokan-lite-logo@2x.png b/assets/images/premium/dokan-lite-logo@2x.png old mode 100755 new mode 100644 index 3e543e0f25..5ac34be0fb Binary files a/assets/images/premium/dokan-lite-logo@2x.png and b/assets/images/premium/dokan-lite-logo@2x.png differ diff --git a/assets/images/premium/dokan-pro-logo@2x.png b/assets/images/premium/dokan-pro-logo@2x.png old mode 100755 new mode 100644 index f5968182f9..4778e22b56 Binary files a/assets/images/premium/dokan-pro-logo@2x.png and b/assets/images/premium/dokan-pro-logo@2x.png differ diff --git a/assets/images/premium/header-feature-thumb@2x.png b/assets/images/premium/header-feature-thumb@2x.png old mode 100755 new mode 100644 index 3b29760006..053fc83182 Binary files a/assets/images/premium/header-feature-thumb@2x.png and b/assets/images/premium/header-feature-thumb@2x.png differ diff --git a/assets/images/vendor-capability/cap-announcement-vendors.svg b/assets/images/vendor-capability/cap-announcement-vendors.svg index b348f86a10..78d2f2090b 100644 --- a/assets/images/vendor-capability/cap-announcement-vendors.svg +++ b/assets/images/vendor-capability/cap-announcement-vendors.svg @@ -1 +1,16 @@ - \ No newline at end of file + + + + + + + + + + + + + + + + diff --git a/assets/js/admin-rtl.css b/assets/js/admin-rtl.css index 65bea0c518..ed19ca6940 100644 --- a/assets/js/admin-rtl.css +++ b/assets/js/admin-rtl.css @@ -115,6 +115,7 @@ } .dokan-admin-header .dokan-admin-header-logo { display: flex; + align-items: center; } .dokan-admin-header .dokan-admin-header-logo img { height: 25px; @@ -249,19 +250,19 @@ margin-bottom: 0; } .dokan-admin-header .dokan-admin-header-menu .menu-item .menu-icon .dropdown .list-item a.active { - color: #dd452c; + color: #7047EB; } .dokan-admin-header .dokan-admin-header-menu .menu-item .menu-icon .dropdown .list-item a.active .dokan-icon { - background-color: rgba(221, 69, 44, 0.15); + background-color: #E4E6EB; } .dokan-admin-header .dokan-admin-header-menu .menu-item .menu-icon .dropdown .list-item a.active .dokan-icon svg path { - fill: #f1634c; + fill: #7047EB; } .dokan-admin-header .dokan-admin-header-menu .menu-item .menu-icon .dropdown .list-item a.active:after { content: ""; width: 6px; height: 6px; - background-color: #dd452c; + background-color: #7047EB; border-radius: 53px; margin-right: 10px; } @@ -277,13 +278,13 @@ margin-left: 11px; } .dokan-admin-header .dokan-admin-header-menu .menu-item .menu-icon .dropdown .list-item a:hover { - color: #dd452c; + color: #7047EB; } .dokan-admin-header .dokan-admin-header-menu .menu-item .menu-icon .dropdown .list-item a:hover .dokan-icon { - background-color: rgba(221, 69, 44, 0.15); + background-color: #EFEAFF; } .dokan-admin-header .dokan-admin-header-menu .menu-item .menu-icon .dropdown .list-item a:hover .dokan-icon svg path { - fill: #f1634c; + fill: #7047EB; } .dokan-admin-header .dokan-admin-header-menu .menu-item .menu-icon .dropdown .list-item a:focus { box-shadow: none; diff --git a/assets/js/admin.asset.php b/assets/js/admin.asset.php index 82fe25d6b1..1cf9945fd3 100644 --- a/assets/js/admin.asset.php +++ b/assets/js/admin.asset.php @@ -1 +1 @@ - array(), 'version' => 'fd8a27acfe6bb16063f2'); + array(), 'version' => 'c3d32b38d516ff742fe3'); diff --git a/assets/js/admin.css b/assets/js/admin.css index db2ad5c481..dfc6a7ba5b 100644 --- a/assets/js/admin.css +++ b/assets/js/admin.css @@ -115,6 +115,7 @@ } .dokan-admin-header .dokan-admin-header-logo { display: flex; + align-items: center; } .dokan-admin-header .dokan-admin-header-logo img { height: 25px; @@ -249,19 +250,19 @@ margin-bottom: 0; } .dokan-admin-header .dokan-admin-header-menu .menu-item .menu-icon .dropdown .list-item a.active { - color: #dd452c; + color: #7047EB; } .dokan-admin-header .dokan-admin-header-menu .menu-item .menu-icon .dropdown .list-item a.active .dokan-icon { - background-color: rgba(221, 69, 44, 0.15); + background-color: #E4E6EB; } .dokan-admin-header .dokan-admin-header-menu .menu-item .menu-icon .dropdown .list-item a.active .dokan-icon svg path { - fill: #f1634c; + fill: #7047EB; } .dokan-admin-header .dokan-admin-header-menu .menu-item .menu-icon .dropdown .list-item a.active:after { content: ""; width: 6px; height: 6px; - background-color: #dd452c; + background-color: #7047EB; border-radius: 53px; margin-left: 10px; } @@ -277,13 +278,13 @@ margin-right: 11px; } .dokan-admin-header .dokan-admin-header-menu .menu-item .menu-icon .dropdown .list-item a:hover { - color: #dd452c; + color: #7047EB; } .dokan-admin-header .dokan-admin-header-menu .menu-item .menu-icon .dropdown .list-item a:hover .dokan-icon { - background-color: rgba(221, 69, 44, 0.15); + background-color: #EFEAFF; } .dokan-admin-header .dokan-admin-header-menu .menu-item .menu-icon .dropdown .list-item a:hover .dokan-icon svg path { - fill: #f1634c; + fill: #7047EB; } .dokan-admin-header .dokan-admin-header-menu .menu-item .menu-icon .dropdown .list-item a:focus { box-shadow: none; diff --git a/assets/js/dokan-admin-notice.asset.php b/assets/js/dokan-admin-notice.asset.php new file mode 100644 index 0000000000..0e5e0b19c0 --- /dev/null +++ b/assets/js/dokan-admin-notice.asset.php @@ -0,0 +1 @@ + array('jquery', 'wp-i18n'), 'version' => '8c23b3a662d033cc465e'); diff --git a/assets/js/dokan-admin-notice.js b/assets/js/dokan-admin-notice.js new file mode 100644 index 0000000000..360e92a1fe --- /dev/null +++ b/assets/js/dokan-admin-notice.js @@ -0,0 +1,2 @@ +/*! For license information please see dokan-admin-notice.js.LICENSE.txt */ +(()=>{"use strict";var t={n:e=>{var n=e&&e.__esModule?()=>e.default:()=>e;return t.d(n,{a:n}),n},d:(e,n)=>{for(var r in n)t.o(n,r)&&!t.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:n[r]})}};t.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(t){if("object"==typeof window)return window}}(),t.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e);var e=Object.freeze({}),n=Array.isArray;function r(t){return null==t}function o(t){return null!=t}function i(t){return!0===t}function a(t){return"string"==typeof t||"number"==typeof t||"symbol"==typeof t||"boolean"==typeof t}function s(t){return"function"==typeof t}function c(t){return null!==t&&"object"==typeof t}var l=Object.prototype.toString;function u(t){return"[object Object]"===l.call(t)}function f(t){var e=parseFloat(String(t));return e>=0&&Math.floor(e)===e&&isFinite(t)}function d(t){return o(t)&&"function"==typeof t.then&&"function"==typeof t.catch}function p(t){return null==t?"":Array.isArray(t)||u(t)&&t.toString===l?JSON.stringify(t,v,2):String(t)}function v(t,e){return e&&e.__v_isRef?e.value:e}function h(t){var e=parseFloat(t);return isNaN(e)?t:e}function m(t,e){for(var n=Object.create(null),r=t.split(","),o=0;o-1)return t.splice(r,1)}}var b=Object.prototype.hasOwnProperty;function $(t,e){return b.call(t,e)}function w(t){var e=Object.create(null);return function(n){return e[n]||(e[n]=t(n))}}var x=/-(\w)/g,C=w((function(t){return t.replace(x,(function(t,e){return e?e.toUpperCase():""}))})),k=w((function(t){return t.charAt(0).toUpperCase()+t.slice(1)})),S=/\B([A-Z])/g,O=w((function(t){return t.replace(S,"-$1").toLowerCase()})),T=Function.prototype.bind?function(t,e){return t.bind(e)}:function(t,e){function n(n){var r=arguments.length;return r?r>1?t.apply(e,arguments):t.call(e,n):t.call(e)}return n._length=t.length,n};function A(t,e){e=e||0;for(var n=t.length-e,r=new Array(n);n--;)r[n]=t[n+e];return r}function N(t,e){for(var n in e)t[n]=e[n];return t}function j(t){for(var e={},n=0;n0,X=W&&W.indexOf("edge/")>0;W&&W.indexOf("android");var Q=W&&/iphone|ipad|ipod|ios/.test(W);W&&/chrome\/\d+/.test(W),W&&/phantomjs/.test(W);var Y,tt=W&&W.match(/firefox\/(\d+)/),et={}.watch,nt=!1;if(J)try{var rt={};Object.defineProperty(rt,"passive",{get:function(){nt=!0}}),window.addEventListener("test-passive",null,rt)}catch(t){}var ot=function(){return void 0===Y&&(Y=!J&&void 0!==t.g&&t.g.process&&"server"===t.g.process.env.VUE_ENV),Y},it=J&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__;function at(t){return"function"==typeof t&&/native code/.test(t.toString())}var st,ct="undefined"!=typeof Symbol&&at(Symbol)&&"undefined"!=typeof Reflect&&at(Reflect.ownKeys);st="undefined"!=typeof Set&&at(Set)?Set:function(){function t(){this.set=Object.create(null)}return t.prototype.has=function(t){return!0===this.set[t]},t.prototype.add=function(t){this.set[t]=!0},t.prototype.clear=function(){this.set=Object.create(null)},t}();var lt=null;function ut(t){void 0===t&&(t=null),t||lt&<._scope.off(),lt=t,t&&t._scope.on()}var ft=function(){function t(t,e,n,r,o,i,a,s){this.tag=t,this.data=e,this.children=n,this.text=r,this.elm=o,this.ns=void 0,this.context=i,this.fnContext=void 0,this.fnOptions=void 0,this.fnScopeId=void 0,this.key=e&&e.key,this.componentOptions=a,this.componentInstance=void 0,this.parent=void 0,this.raw=!1,this.isStatic=!1,this.isRootInsert=!0,this.isComment=!1,this.isCloned=!1,this.isOnce=!1,this.asyncFactory=s,this.asyncMeta=void 0,this.isAsyncPlaceholder=!1}return Object.defineProperty(t.prototype,"child",{get:function(){return this.componentInstance},enumerable:!1,configurable:!0}),t}(),dt=function(t){void 0===t&&(t="");var e=new ft;return e.text=t,e.isComment=!0,e};function pt(t){return new ft(void 0,void 0,void 0,String(t))}function vt(t){var e=new ft(t.tag,t.data,t.children&&t.children.slice(),t.text,t.elm,t.context,t.componentOptions,t.asyncFactory);return e.ns=t.ns,e.isStatic=t.isStatic,e.key=t.key,e.isComment=t.isComment,e.fnContext=t.fnContext,e.fnOptions=t.fnOptions,e.fnScopeId=t.fnScopeId,e.asyncMeta=t.asyncMeta,e.isCloned=!0,e}"function"==typeof SuppressedError&&SuppressedError;var ht=0,mt=[],gt=function(){for(var t=0;t0&&(Kt((c=qt(c,"".concat(e||"","_").concat(s)))[0])&&Kt(u)&&(f[l]=pt(u.text+c[0].text),c.shift()),f.push.apply(f,c)):a(c)?Kt(u)?f[l]=pt(u.text+c):""!==c&&f.push(pt(c)):Kt(c)&&Kt(u)?f[l]=pt(u.text+c.text):(i(t._isVList)&&o(c.tag)&&r(c.key)&&o(e)&&(c.key="__vlist".concat(e,"_").concat(s,"__")),f.push(c)));return f}var Jt=1,Wt=2;function Zt(t,e,r,l,u,f){return(n(r)||a(r))&&(u=l,l=r,r=void 0),i(f)&&(u=Wt),function(t,e,r,i,a){if(o(r)&&o(r.__ob__))return dt();if(o(r)&&o(r.is)&&(e=r.is),!e)return dt();var l,u;if(n(i)&&s(i[0])&&((r=r||{}).scopedSlots={default:i[0]},i.length=0),a===Wt?i=zt(i):a===Jt&&(i=function(t){for(var e=0;e0,s=n?!!n.$stable:!a,c=n&&n.$key;if(n){if(n._normalized)return n._normalized;if(s&&o&&o!==e&&c===o.$key&&!a&&!o.$hasNormal)return o;for(var l in i={},n)n[l]&&"$"!==l[0]&&(i[l]=me(t,r,l,n[l]))}else i={};for(var u in r)u in i||(i[u]=ge(r,u));return n&&Object.isExtensible(n)&&(n._normalized=i),z(i,"$stable",s),z(i,"$key",c),z(i,"$hasNormal",a),i}function me(t,e,r,o){var i=function(){var e=lt;ut(t);var r=arguments.length?o.apply(null,arguments):o({}),i=(r=r&&"object"==typeof r&&!n(r)?[r]:zt(r))&&r[0];return ut(e),r&&(!i||1===r.length&&i.isComment&&!ve(i))?void 0:r};return o.proxy&&Object.defineProperty(e,r,{get:i,enumerable:!0,configurable:!0}),i}function ge(t,e){return function(){return t[e]}}function ye(t,e,n,r,o){var i=!1;for(var a in e)a in t?e[a]!==n[a]&&(i=!0):(i=!0,_e(t,a,r,o));for(var a in t)a in e||(i=!0,delete t[a]);return i}function _e(t,e,n,r){Object.defineProperty(t,e,{enumerable:!0,configurable:!0,get:function(){return n[r][e]}})}function be(t,e){for(var n in e)t[n]=e[n];for(var n in t)n in e||delete t[n]}var $e,we,xe=null;function Ce(t,e){return(t.__esModule||ct&&"Module"===t[Symbol.toStringTag])&&(t=t.default),c(t)?e.extend(t):t}function ke(t){if(n(t))for(var e=0;edocument.createEvent("Event").timeStamp&&(ze=function(){return Ke.now()})}var qe=function(t,e){if(t.post){if(!e.post)return 1}else if(e.post)return-1;return t.id-e.id};function Je(){var t,e;for(Ve=ze(),Be=!0,Ie.sort(qe),Ue=0;UeUe&&Ie[n].id>t.id;)n--;Ie.splice(n+1,0,t)}else Ie.push(t);He||(He=!0,ln(Je))}}(this)},t.prototype.run=function(){if(this.active){var t=this.get();if(t!==this.value||c(t)||this.deep){var e=this.value;if(this.value=t,this.user){var n='callback for watcher "'.concat(this.expression,'"');Ge(this.cb,this.vm,[t,e],this.vm,n)}else this.cb.call(this.vm,t,e)}}},t.prototype.evaluate=function(){this.value=this.get(),this.dirty=!1},t.prototype.depend=function(){for(var t=this.deps.length;t--;)this.deps[t].depend()},t.prototype.teardown=function(){if(this.vm&&!this.vm._isBeingDestroyed&&_(this.vm._scope.effects,this),this.active){for(var t=this.deps.length;t--;)this.deps[t].removeSub(this);this.active=!1,this.onStop&&this.onStop()}},t}(),mn={enumerable:!0,configurable:!0,get:E,set:E};function gn(t,e,n){mn.get=function(){return this[e][n]},mn.set=function(t){this[e][n]=t},Object.defineProperty(t,n,mn)}function yn(t){var r=t.$options;if(r.props&&function(t,e){var n=t.$options.propsData||{},r=t._props=Pt({}),o=t.$options._propKeys=[];!t.$parent||Ot(!1);var i=function(i){o.push(i);var a=Kn(i,e,n,t);jt(r,i,a,void 0,!0),i in t||gn(t,"_props",i)};for(var a in e)i(a);Ot(!0)}(t,r.props),function(t){var n=t.$options,r=n.setup;if(r){var o=t._setupContext=function(t){return{get attrs(){if(!t._attrsProxy){var n=t._attrsProxy={};z(n,"_v_attr_proxy",!0),ye(n,t.$attrs,e,t,"$attrs")}return t._attrsProxy},get listeners(){return t._listenersProxy||ye(t._listenersProxy={},t.$listeners,e,t,"$listeners"),t._listenersProxy},get slots(){return function(t){return t._slotsProxy||be(t._slotsProxy={},t.$scopedSlots),t._slotsProxy}(t)},emit:T(t.$emit,t),expose:function(e){e&&Object.keys(e).forEach((function(n){return Ft(t,e,n)}))}}}(t);ut(t),bt();var i=Ge(r,null,[t._props||Pt({}),o],t,"setup");if($t(),ut(),s(i))n.render=i;else if(c(i))if(t._setupState=i,i.__sfc){var a=t._setupProxy={};for(var l in i)"__sfc"!==l&&Ft(a,i,l)}else for(var l in i)V(l)||Ft(t,i,l)}}(t),r.methods&&function(t,e){for(var n in t.$options.props,e)t[n]="function"!=typeof e[n]?E:T(e[n],t)}(t,r.methods),r.data)!function(t){var e=t.$options.data;u(e=t._data=s(e)?function(t,e){bt();try{return t.call(e,e)}catch(t){return Ze(t,e,"data()"),{}}finally{$t()}}(e,t):e||{})||(e={});for(var n=Object.keys(e),r=t.$options.props,o=(t.$options.methods,n.length);o--;){var i=n[o];r&&$(r,i)||V(i)||gn(t,"_data",i)}var a=Nt(e);a&&a.vmCount++}(t);else{var o=Nt(t._data={});o&&o.vmCount++}r.computed&&function(t,e){var n=t._computedWatchers=Object.create(null),r=ot();for(var o in e){var i=e[o],a=s(i)?i:i.get;r||(n[o]=new hn(t,a||E,E,bn)),o in t||$n(t,o,i)}}(t,r.computed),r.watch&&r.watch!==et&&function(t,e){for(var r in e){var o=e[r];if(n(o))for(var i=0;i-1)if(i&&!$(o,"default"))a=!1;else if(""===a||a===O(t)){var l=Zn(String,o.type);(l<0||c-1:"string"==typeof t?t.split(",").indexOf(e)>-1:(r=t,!("[object RegExp]"!==l.call(r))&&t.test(e));var r}function Yn(t,e){var n=t.cache,r=t.keys,o=t._vnode,i=t.$vnode;for(var a in n){var s=n[a];if(s){var c=s.name;c&&!e(c)&&tr(n,a,r,o)}}i.componentOptions.children=void 0}function tr(t,e,n,r){var o=t[e];!o||r&&o.tag===r.tag||o.componentInstance.$destroy(),t[e]=null,_(n,e)}!function(t){t.prototype._init=function(t){var n=this;n._uid=Sn++,n._isVue=!0,n.__v_skip=!0,n._scope=new Ne(!0),n._scope.parent=void 0,n._scope._vm=!0,t&&t._isComponent?function(t,e){var n=t.$options=Object.create(t.constructor.options),r=e._parentVnode;n.parent=e.parent,n._parentVnode=r;var o=r.componentOptions;n.propsData=o.propsData,n._parentListeners=o.listeners,n._renderChildren=o.children,n._componentTag=o.tag,e.render&&(n.render=e.render,n.staticRenderFns=e.staticRenderFns)}(n,t):n.$options=Vn(On(n.constructor),t||{},n),n._renderProxy=n,n._self=n,function(t){var e=t.$options,n=e.parent;if(n&&!e.abstract){for(;n.$options.abstract&&n.$parent;)n=n.$parent;n.$children.push(t)}t.$parent=n,t.$root=n?n.$root:t,t.$children=[],t.$refs={},t._provided=n?n._provided:Object.create(null),t._watcher=null,t._inactive=null,t._directInactive=!1,t._isMounted=!1,t._isDestroyed=!1,t._isBeingDestroyed=!1}(n),function(t){t._events=Object.create(null),t._hasHookEvent=!1;var e=t.$options._parentListeners;e&&Ae(t,e)}(n),function(t){t._vnode=null,t._staticTrees=null;var n=t.$options,r=t.$vnode=n._parentVnode,o=r&&r.context;t.$slots=de(n._renderChildren,o),t.$scopedSlots=r?he(t.$parent,r.data.scopedSlots,t.$slots):e,t._c=function(e,n,r,o){return Zt(t,e,n,r,o,!1)},t.$createElement=function(e,n,r,o){return Zt(t,e,n,r,o,!0)};var i=r&&r.data;jt(t,"$attrs",i&&i.attrs||e,null,!0),jt(t,"$listeners",n._parentListeners||e,null,!0)}(n),Me(n,"beforeCreate",void 0,!1),function(t){var e=kn(t.$options.inject,t);e&&(Ot(!1),Object.keys(e).forEach((function(n){jt(t,n,e[n])})),Ot(!0))}(n),yn(n),function(t){var e=t.$options.provide;if(e){var n=s(e)?e.call(t):e;if(!c(n))return;for(var r=function(t){var e=t._provided,n=t.$parent&&t.$parent._provided;return n===e?t._provided=Object.create(n):e}(t),o=ct?Reflect.ownKeys(n):Object.keys(n),i=0;i1?A(n):n;for(var r=A(arguments,1),o='event handler for "'.concat(t,'"'),i=0,a=n.length;iparseInt(this.max)&&tr(e,n[0],n,this._vnode),this.vnodeToCache=null}}},created:function(){this.cache=Object.create(null),this.keys=[]},destroyed:function(){for(var t in this.cache)tr(this.cache,t,this.keys)},mounted:function(){var t=this;this.cacheVNode(),this.$watch("include",(function(e){Yn(t,(function(t){return Qn(e,t)}))})),this.$watch("exclude",(function(e){Yn(t,(function(t){return!Qn(e,t)}))}))},updated:function(){this.cacheVNode()},render:function(){var t=this.$slots.default,e=ke(t),n=e&&e.componentOptions;if(n){var r=Xn(n),o=this.include,i=this.exclude;if(o&&(!r||!Qn(o,r))||i&&r&&Qn(i,r))return e;var a=this.cache,s=this.keys,c=null==e.key?n.Ctor.cid+(n.tag?"::".concat(n.tag):""):e.key;a[c]?(e.componentInstance=a[c].componentInstance,_(s,c),s.push(c)):(this.vnodeToCache=e,this.keyToCache=c),e.data.keepAlive=!0}return e||t&&t[0]}}};!function(t){var e={get:function(){return B}};Object.defineProperty(t,"config",e),t.util={warn:Mn,extend:N,mergeOptions:Vn,defineReactive:jt},t.set=Et,t.delete=Dt,t.nextTick=ln,t.observable=function(t){return Nt(t),t},t.options=Object.create(null),R.forEach((function(e){t.options[e+"s"]=Object.create(null)})),t.options._base=t,N(t.options.components,nr),function(t){t.use=function(t){var e=this._installedPlugins||(this._installedPlugins=[]);if(e.indexOf(t)>-1)return this;var n=A(arguments,1);return n.unshift(this),s(t.install)?t.install.apply(t,n):s(t)&&t.apply(null,n),e.push(t),this}}(t),function(t){t.mixin=function(t){return this.options=Vn(this.options,t),this}}(t),function(t){t.cid=0;var e=1;t.extend=function(t){t=t||{};var n=this,r=n.cid,o=t._Ctor||(t._Ctor={});if(o[r])return o[r];var i=jn(t)||jn(n.options),a=function(t){this._init(t)};return(a.prototype=Object.create(n.prototype)).constructor=a,a.cid=e++,a.options=Vn(n.options,t),a.super=n,a.options.props&&function(t){var e=t.options.props;for(var n in e)gn(t.prototype,"_props",n)}(a),a.options.computed&&function(t){var e=t.options.computed;for(var n in e)$n(t.prototype,n,e[n])}(a),a.extend=n.extend,a.mixin=n.mixin,a.use=n.use,R.forEach((function(t){a[t]=n[t]})),i&&(a.options.components[i]=a),a.superOptions=n.options,a.extendOptions=t,a.sealedOptions=N({},a.options),o[r]=a,a}}(t),function(t){R.forEach((function(e){t[e]=function(t,n){return n?("component"===e&&u(n)&&(n.name=n.name||t,n=this.options._base.extend(n)),"directive"===e&&s(n)&&(n={bind:n,update:n}),this.options[e+"s"][t]=n,n):this.options[e+"s"][t]}}))}(t)}(Gn),Object.defineProperty(Gn.prototype,"$isServer",{get:ot}),Object.defineProperty(Gn.prototype,"$ssrContext",{get:function(){return this.$vnode&&this.$vnode.ssrContext}}),Object.defineProperty(Gn,"FunctionalRenderContext",{value:Tn}),Gn.version="2.7.16";var rr=m("style,class"),or=m("input,textarea,option,select,progress"),ir=function(t,e,n){return"value"===n&&or(t)&&"button"!==e||"selected"===n&&"option"===t||"checked"===n&&"input"===t||"muted"===n&&"video"===t},ar=m("contenteditable,draggable,spellcheck"),sr=m("events,caret,typing,plaintext-only"),cr=function(t,e){return pr(e)||"false"===e?"false":"contenteditable"===t&&sr(e)?e:"true"},lr=m("allowfullscreen,async,autofocus,autoplay,checked,compact,controls,declare,default,defaultchecked,defaultmuted,defaultselected,defer,disabled,enabled,formnovalidate,hidden,indeterminate,inert,ismap,itemscope,loop,multiple,muted,nohref,noresize,noshade,novalidate,nowrap,open,pauseonexit,readonly,required,reversed,scoped,seamless,selected,sortable,truespeed,typemustmatch,visible"),ur="http://www.w3.org/1999/xlink",fr=function(t){return":"===t.charAt(5)&&"xlink"===t.slice(0,5)},dr=function(t){return fr(t)?t.slice(6,t.length):""},pr=function(t){return null==t||!1===t};function vr(t,e){return{staticClass:hr(t.staticClass,e.staticClass),class:o(t.class)?[t.class,e.class]:e.class}}function hr(t,e){return t?e?t+" "+e:t:e||""}function mr(t){return Array.isArray(t)?function(t){for(var e,n="",r=0,i=t.length;r-1?Ur(t,e,n):lr(e)?pr(n)?t.removeAttribute(e):(n="allowfullscreen"===e&&"EMBED"===t.tagName?"true":e,t.setAttribute(e,n)):ar(e)?t.setAttribute(e,cr(e,n)):fr(e)?pr(n)?t.removeAttributeNS(ur,dr(e)):t.setAttributeNS(ur,e,n):Ur(t,e,n)}function Ur(t,e,n){if(pr(n))t.removeAttribute(e);else{if(Z&&!G&&"TEXTAREA"===t.tagName&&"placeholder"===e&&""!==n&&!t.__ieph){var r=function(e){e.stopImmediatePropagation(),t.removeEventListener("input",r)};t.addEventListener("input",r),t.__ieph=!0}t.setAttribute(e,n)}}var Vr={create:Hr,update:Hr};function zr(t,e){var n=e.elm,i=e.data,a=t.data;if(!(r(i.staticClass)&&r(i.class)&&(r(a)||r(a.staticClass)&&r(a.class)))){var s=function(t){for(var e=t.data,n=t,r=t;o(r.componentInstance);)(r=r.componentInstance._vnode)&&r.data&&(e=vr(r.data,e));for(;o(n=n.parent);)n&&n.data&&(e=vr(e,n.data));return i=e.staticClass,a=e.class,o(i)||o(a)?hr(i,mr(a)):"";var i,a}(e),c=n._transitionClasses;o(c)&&(s=hr(s,mr(c))),s!==n._prevClass&&(n.setAttribute("class",s),n._prevClass=s)}}var Kr,qr,Jr,Wr,Zr,Gr,Xr={create:zr,update:zr},Qr=/[\w).+\-_$\]]/;function Yr(t){var e,n,r,o,i,a=!1,s=!1,c=!1,l=!1,u=0,f=0,d=0,p=0;for(r=0;r=0&&" "===(h=t.charAt(v));v--);h&&Qr.test(h)||(l=!0)}}else void 0===o?(p=r+1,o=t.slice(0,r).trim()):m();function m(){(i||(i=[])).push(t.slice(p,r).trim()),p=r+1}if(void 0===o?o=t.slice(0,r).trim():0!==p&&m(),i)for(r=0;r-1?{exp:t.slice(0,Wr),key:'"'+t.slice(Wr+1)+'"'}:{exp:t,key:null};for(qr=t,Wr=Zr=Gr=0;!go();)yo(Jr=mo())?bo(Jr):91===Jr&&_o(Jr);return{exp:t.slice(0,Zr),key:t.slice(Zr+1,Gr)}}(t);return null===n.key?"".concat(t,"=").concat(e):"$set(".concat(n.exp,", ").concat(n.key,", ").concat(e,")")}function mo(){return qr.charCodeAt(++Wr)}function go(){return Wr>=Kr}function yo(t){return 34===t||39===t}function _o(t){var e=1;for(Zr=Wr;!go();)if(yo(t=mo()))bo(t);else if(91===t&&e++,93===t&&e--,0===e){Gr=Wr;break}}function bo(t){for(var e=t;!go()&&(t=mo())!==e;);}var $o,wo="__r",xo="__c";function Co(t,e,n){var r=$o;return function o(){null!==e.apply(null,arguments)&&Oo(t,o,n,r)}}var ko=tn&&!(tt&&Number(tt[1])<=53);function So(t,e,n,r){if(ko){var o=Ve,i=e;e=i._wrapper=function(t){if(t.target===t.currentTarget||t.timeStamp>=o||t.timeStamp<=0||t.target.ownerDocument!==document)return i.apply(this,arguments)}}$o.addEventListener(t,e,nt?{capture:n,passive:r}:n)}function Oo(t,e,n,r){(r||$o).removeEventListener(t,e._wrapper||e,n)}function To(t,e){if(!r(t.data.on)||!r(e.data.on)){var n=e.data.on||{},i=t.data.on||{};$o=e.elm||t.elm,function(t){if(o(t[wo])){var e=Z?"change":"input";t[e]=[].concat(t[wo],t[e]||[]),delete t[wo]}o(t[xo])&&(t.change=[].concat(t[xo],t.change||[]),delete t[xo])}(n),Bt(n,i,So,Oo,Co,e.context),$o=void 0}}var Ao,No={create:To,update:To,destroy:function(t){return To(t,Ar)}};function jo(t,e){if(!r(t.data.domProps)||!r(e.data.domProps)){var n,a,s=e.elm,c=t.data.domProps||{},l=e.data.domProps||{};for(n in(o(l.__ob__)||i(l._v_attr_proxy))&&(l=e.data.domProps=N({},l)),c)n in l||(s[n]="");for(n in l){if(a=l[n],"textContent"===n||"innerHTML"===n){if(e.children&&(e.children.length=0),a===c[n])continue;1===s.childNodes.length&&s.removeChild(s.childNodes[0])}if("value"===n&&"PROGRESS"!==s.tagName){s._value=a;var u=r(a)?"":String(a);Eo(s,u)&&(s.value=u)}else if("innerHTML"===n&&_r(s.tagName)&&r(s.innerHTML)){(Ao=Ao||document.createElement("div")).innerHTML="".concat(a,"");for(var f=Ao.firstChild;s.firstChild;)s.removeChild(s.firstChild);for(;f.firstChild;)s.appendChild(f.firstChild)}else if(a!==c[n])try{s[n]=a}catch(t){}}}}function Eo(t,e){return!t.composing&&("OPTION"===t.tagName||function(t,e){var n=!0;try{n=document.activeElement!==t}catch(t){}return n&&t.value!==e}(t,e)||function(t,e){var n=t.value,r=t._vModifiers;if(o(r)){if(r.number)return h(n)!==h(e);if(r.trim)return n.trim()!==e.trim()}return n!==e}(t,e))}var Do={create:jo,update:jo},Lo=w((function(t){var e={},n=/:(.+)/;return t.split(/;(?![^(]*\))/g).forEach((function(t){if(t){var r=t.split(n);r.length>1&&(e[r[0].trim()]=r[1].trim())}})),e}));function Po(t){var e=Mo(t.style);return t.staticStyle?N(t.staticStyle,e):e}function Mo(t){return Array.isArray(t)?j(t):"string"==typeof t?Lo(t):t}var Io,Fo=/^--/,Ro=/\s*!important$/,Ho=function(t,e,n){if(Fo.test(e))t.style.setProperty(e,n);else if(Ro.test(n))t.style.setProperty(O(e),n.replace(Ro,""),"important");else{var r=Uo(e);if(Array.isArray(n))for(var o=0,i=n.length;o-1?e.split(Ko).forEach((function(e){return t.classList.add(e)})):t.classList.add(e);else{var n=" ".concat(t.getAttribute("class")||""," ");n.indexOf(" "+e+" ")<0&&t.setAttribute("class",(n+e).trim())}}function Jo(t,e){if(e&&(e=e.trim()))if(t.classList)e.indexOf(" ")>-1?e.split(Ko).forEach((function(e){return t.classList.remove(e)})):t.classList.remove(e),t.classList.length||t.removeAttribute("class");else{for(var n=" ".concat(t.getAttribute("class")||""," "),r=" "+e+" ";n.indexOf(r)>=0;)n=n.replace(r," ");(n=n.trim())?t.setAttribute("class",n):t.removeAttribute("class")}}function Wo(t){if(t){if("object"==typeof t){var e={};return!1!==t.css&&N(e,Zo(t.name||"v")),N(e,t),e}return"string"==typeof t?Zo(t):void 0}}var Zo=w((function(t){return{enterClass:"".concat(t,"-enter"),enterToClass:"".concat(t,"-enter-to"),enterActiveClass:"".concat(t,"-enter-active"),leaveClass:"".concat(t,"-leave"),leaveToClass:"".concat(t,"-leave-to"),leaveActiveClass:"".concat(t,"-leave-active")}})),Go=J&&!G,Xo="transition",Qo="animation",Yo="transition",ti="transitionend",ei="animation",ni="animationend";Go&&(void 0===window.ontransitionend&&void 0!==window.onwebkittransitionend&&(Yo="WebkitTransition",ti="webkitTransitionEnd"),void 0===window.onanimationend&&void 0!==window.onwebkitanimationend&&(ei="WebkitAnimation",ni="webkitAnimationEnd"));var ri=J?window.requestAnimationFrame?window.requestAnimationFrame.bind(window):setTimeout:function(t){return t()};function oi(t){ri((function(){ri(t)}))}function ii(t,e){var n=t._transitionClasses||(t._transitionClasses=[]);n.indexOf(e)<0&&(n.push(e),qo(t,e))}function ai(t,e){t._transitionClasses&&_(t._transitionClasses,e),Jo(t,e)}function si(t,e,n){var r=li(t,e),o=r.type,i=r.timeout,a=r.propCount;if(!o)return n();var s=o===Xo?ti:ni,c=0,l=function(){t.removeEventListener(s,u),n()},u=function(e){e.target===t&&++c>=a&&l()};setTimeout((function(){c0&&(n=Xo,u=a,f=i.length):e===Qo?l>0&&(n=Qo,u=l,f=c.length):f=(n=(u=Math.max(a,l))>0?a>l?Xo:Qo:null)?n===Xo?i.length:c.length:0,{type:n,timeout:u,propCount:f,hasTransform:n===Xo&&ci.test(r[Yo+"Property"])}}function ui(t,e){for(;t.length1}function mi(t,e){!0!==e.data.show&&di(e)}var gi=function(t){var e,s,c={},l=t.modules,u=t.nodeOps;for(e=0;ev?b(t,r(n[g+1])?null:n[g+1].elm,n,p,g,i):p>g&&w(e,f,v)}(f,h,m,n,l):o(m)?(o(t.text)&&u.setTextContent(f,""),b(f,null,m,0,m.length-1,n)):o(h)?w(h,0,h.length-1):o(t.text)&&u.setTextContent(f,""):t.text!==e.text&&u.setTextContent(f,e.text),o(v)&&o(p=v.hook)&&o(p=p.postpatch)&&p(t,e)}}}function S(t,e,n){if(i(n)&&o(t.parent))t.parent.data.pendingInsert=e;else for(var r=0;r-1,a.selected!==i&&(a.selected=i);else if(P(wi(a),r))return void(t.selectedIndex!==s&&(t.selectedIndex=s));o||(t.selectedIndex=-1)}}function $i(t,e){return e.every((function(e){return!P(e,t)}))}function wi(t){return"_value"in t?t._value:t.value}function xi(t){t.target.composing=!0}function Ci(t){t.target.composing&&(t.target.composing=!1,ki(t.target,"input"))}function ki(t,e){var n=document.createEvent("HTMLEvents");n.initEvent(e,!0,!0),t.dispatchEvent(n)}function Si(t){return!t.componentInstance||t.data&&t.data.transition?t:Si(t.componentInstance._vnode)}var Oi={model:yi,show:{bind:function(t,e,n){var r=e.value,o=(n=Si(n)).data&&n.data.transition,i=t.__vOriginalDisplay="none"===t.style.display?"":t.style.display;r&&o?(n.data.show=!0,di(n,(function(){t.style.display=i}))):t.style.display=r?i:"none"},update:function(t,e,n){var r=e.value;!r!=!e.oldValue&&((n=Si(n)).data&&n.data.transition?(n.data.show=!0,r?di(n,(function(){t.style.display=t.__vOriginalDisplay})):pi(n,(function(){t.style.display="none"}))):t.style.display=r?t.__vOriginalDisplay:"none")},unbind:function(t,e,n,r,o){o||(t.style.display=t.__vOriginalDisplay)}}},Ti={name:String,appear:Boolean,css:Boolean,mode:String,type:String,enterClass:String,leaveClass:String,enterToClass:String,leaveToClass:String,enterActiveClass:String,leaveActiveClass:String,appearClass:String,appearActiveClass:String,appearToClass:String,duration:[Number,String,Object]};function Ai(t){var e=t&&t.componentOptions;return e&&e.Ctor.options.abstract?Ai(ke(e.children)):t}function Ni(t){var e={},n=t.$options;for(var r in n.propsData)e[r]=t[r];var o=n._parentListeners;for(var r in o)e[C(r)]=o[r];return e}function ji(t,e){if(/\d-keep-alive$/.test(e.tag))return t("keep-alive",{props:e.componentOptions.propsData})}var Ei=function(t){return t.tag||ve(t)},Di=function(t){return"show"===t.name},Li={name:"transition",props:Ti,abstract:!0,render:function(t){var e=this,n=this.$slots.default;if(n&&(n=n.filter(Ei)).length){var r=this.mode,o=n[0];if(function(t){for(;t=t.parent;)if(t.data.transition)return!0}(this.$vnode))return o;var i=Ai(o);if(!i)return o;if(this._leaving)return ji(t,o);var s="__transition-".concat(this._uid,"-");i.key=null==i.key?i.isComment?s+"comment":s+i.tag:a(i.key)?0===String(i.key).indexOf(s)?i.key:s+i.key:i.key;var c=(i.data||(i.data={})).transition=Ni(this),l=this._vnode,u=Ai(l);if(i.data.directives&&i.data.directives.some(Di)&&(i.data.show=!0),u&&u.data&&!function(t,e){return e.key===t.key&&e.tag===t.tag}(i,u)&&!ve(u)&&(!u.componentInstance||!u.componentInstance._vnode.isComment)){var f=u.data.transition=N({},c);if("out-in"===r)return this._leaving=!0,Ut(f,"afterLeave",(function(){e._leaving=!1,e.$forceUpdate()})),ji(t,o);if("in-out"===r){if(ve(i))return l;var d,p=function(){d()};Ut(c,"afterEnter",p),Ut(c,"enterCancelled",p),Ut(f,"delayLeave",(function(t){d=t}))}}return o}}},Pi=N({tag:String,moveClass:String},Ti);function Mi(t){t.elm._moveCb&&t.elm._moveCb(),t.elm._enterCb&&t.elm._enterCb()}function Ii(t){t.data.newPos=t.elm.getBoundingClientRect()}function Fi(t){var e=t.data.pos,n=t.data.newPos,r=e.left-n.left,o=e.top-n.top;if(r||o){t.data.moved=!0;var i=t.elm.style;i.transform=i.WebkitTransform="translate(".concat(r,"px,").concat(o,"px)"),i.transitionDuration="0s"}}delete Pi.mode;var Ri={Transition:Li,TransitionGroup:{props:Pi,beforeMount:function(){var t=this,e=this._update;this._update=function(n,r){var o=Ee(t);t.__patch__(t._vnode,t.kept,!1,!0),t._vnode=t.kept,o(),e.call(t,n,r)}},render:function(t){for(var e=this.tag||this.$vnode.data.tag||"span",n=Object.create(null),r=this.prevChildren=this.children,o=this.$slots.default||[],i=this.children=[],a=Ni(this),s=0;s-1?wr[t]=e.constructor===window.HTMLUnknownElement||e.constructor===window.HTMLElement:wr[t]=/HTMLUnknownElement/.test(e.toString())},N(Gn.options.directives,Oi),N(Gn.options.components,Ri),Gn.prototype.__patch__=J?gi:E,Gn.prototype.$mount=function(t,e){return function(t,e,n){var r;t.$el=e,t.$options.render||(t.$options.render=dt),Me(t,"beforeMount"),r=function(){t._update(t._render(),n)},new hn(t,r,E,{before:function(){t._isMounted&&!t._isDestroyed&&Me(t,"beforeUpdate")}},!0),n=!1;var o=t._preWatchers;if(o)for(var i=0;i\/=]+)(?:\s*(=)\s*(?:"([^"]*)"+|'([^']*)'+|([^\s"'=<>`]+)))?/,Gi=/^\s*((?:v-[\w-]+:|@|:|#)\[[^=]+?\][^\s"'<>\/=]*)(?:\s*(=)\s*(?:"([^"]*)"+|'([^']*)'+|([^\s"'=<>`]+)))?/,Xi="[a-zA-Z_][\\-\\.0-9_a-zA-Z".concat(U.source,"]*"),Qi="((?:".concat(Xi,"\\:)?").concat(Xi,")"),Yi=new RegExp("^<".concat(Qi)),ta=/^\s*(\/?)>/,ea=new RegExp("^<\\/".concat(Qi,"[^>]*>")),na=/^]+>/i,ra=/^",""":'"',"&":"&"," ":"\n"," ":"\t","'":"'"},ca=/&(?:lt|gt|quot|amp|#39);/g,la=/&(?:lt|gt|quot|amp|#39|#10|#9);/g,ua=m("pre,textarea",!0),fa=function(t,e){return t&&ua(t)&&"\n"===e[0]};function da(t,e){var n=e?la:ca;return t.replace(n,(function(t){return sa[t]}))}var pa,va,ha,ma,ga,ya,_a,ba,$a=/^@|^v-on:/,wa=/^v-|^@|^:|^#/,xa=/([\s\S]*?)\s+(?:in|of)\s+([\s\S]*)/,Ca=/,([^,\}\]]*)(?:,([^,\}\]]*))?$/,ka=/^\(|\)$/g,Sa=/^\[.*\]$/,Oa=/:(.*)$/,Ta=/^:|^\.|^v-bind:/,Aa=/\.[^.\]]+(?=[^\]]*$)/g,Na=/^v-slot(:|$)|^#/,ja=/[\r\n]/,Ea=/[ \f\t\r\n]+/g,Da=w((function(t){return(Hi=Hi||document.createElement("div")).innerHTML=t,Hi.textContent})),La="_empty_";function Pa(t,e,n){return{type:1,tag:t,attrsList:e,attrsMap:Ua(e),rawAttrsMap:{},parent:n,children:[]}}function Ma(t,e){pa=e.warn||eo,ya=e.isPreTag||D,_a=e.mustUseProp||D,ba=e.getTagNamespace||D;e.isReservedTag;ha=no(e.modules,"transformNode"),ma=no(e.modules,"preTransformNode"),ga=no(e.modules,"postTransformNode"),va=e.delimiters;var n,r,o=[],i=!1!==e.preserveWhitespace,a=e.whitespace,s=!1,c=!1;function l(t){if(u(t),s||t.processed||(t=Ia(t,e)),o.length||t===n||n.if&&(t.elseif||t.else)&&Ra(n,{exp:t.elseif,block:t}),r&&!t.forbidden)if(t.elseif||t.else)a=t,l=function(t){for(var e=t.length;e--;){if(1===t[e].type)return t[e];t.pop()}}(r.children),l&&l.if&&Ra(l,{exp:a.elseif,block:a});else{if(t.slotScope){var i=t.slotTarget||'"default"';(r.scopedSlots||(r.scopedSlots={}))[i]=t}r.children.push(t),t.parent=r}var a,l;t.children=t.children.filter((function(t){return!t.slotScope})),u(t),t.pre&&(s=!1),ya(t.tag)&&(c=!1);for(var f=0;f]*>)","i"));w=t.replace(p,(function(t,n,r){return l=r.length,ia(d)||"noscript"===d||(n=n.replace(//g,"$1").replace(//g,"$1")),fa(d,n)&&(n=n.slice(1)),e.chars&&e.chars(n),""})),c+=t.length-w.length,t=w,f(d,c-l,c)}else{var v=t.indexOf("<");if(0===v){if(ra.test(t)){var h=t.indexOf("--\x3e");if(h>=0)return e.shouldKeepComment&&e.comment&&e.comment(t.substring(4,h),c,c+h+3),u(h+3),"continue"}if(oa.test(t)){var m=t.indexOf("]>");if(m>=0)return u(m+2),"continue"}var g=t.match(na);if(g)return u(g[0].length),"continue";var y=t.match(ea);if(y){var _=c;return u(y[0].length),f(y[1],_,c),"continue"}var b=function(){var e=t.match(Yi);if(e){var n={tagName:e[1],attrs:[],start:c};u(e[0].length);for(var r=void 0,o=void 0;!(r=t.match(ta))&&(o=t.match(Gi)||t.match(Zi));)o.start=c,u(o[0].length),o.end=c,n.attrs.push(o);if(r)return n.unarySlash=r[1],u(r[0].length),n.end=c,n}}();if(b)return function(t){var n=t.tagName,c=t.unarySlash;i&&("p"===r&&Wi(n)&&f(r),s(n)&&r===n&&f(n));for(var l=a(n)||!!c,u=t.attrs.length,d=new Array(u),p=0;p=0){for(w=t.slice(v);!(ea.test(w)||Yi.test(w)||ra.test(w)||oa.test(w)||(x=w.indexOf("<",1))<0);)v+=x,w=t.slice(v);$=t.substring(0,v)}v<0&&($=t),$&&u($.length),e.chars&&$&&e.chars($,c-$.length,c)}if(t===n)return e.chars&&e.chars(t),"break"};t&&"break"!==l(););function u(e){c+=e,t=t.substring(e)}function f(t,n,i){var a,s;if(null==n&&(n=c),null==i&&(i=c),t)for(s=t.toLowerCase(),a=o.length-1;a>=0&&o[a].lowerCasedTag!==s;a--);else a=0;if(a>=0){for(var l=o.length-1;l>=a;l--)e.end&&e.end(o[l].tag,n,i);o.length=a,r=a&&o[a-1].tag}else"br"===s?e.start&&e.start(t,[],!0,n,i):"p"===s&&(e.start&&e.start(t,[],!1,n,i),e.end&&e.end(t,n,i))}f()}(t,{warn:pa,expectHTML:e.expectHTML,isUnaryTag:e.isUnaryTag,canBeLeftOpenTag:e.canBeLeftOpenTag,shouldDecodeNewlines:e.shouldDecodeNewlines,shouldDecodeNewlinesForHref:e.shouldDecodeNewlinesForHref,shouldKeepComment:e.comments,outputSourceRange:e.outputSourceRange,start:function(t,i,a,u,f){var d=r&&r.ns||ba(t);Z&&"svg"===d&&(i=function(t){for(var e=[],n=0;nc&&(s.push(i=t.slice(c,o)),a.push(JSON.stringify(i)));var l=Yr(r[1].trim());a.push("_s(".concat(l,")")),s.push({"@binding":l}),c=o+r[0].length}return c-1")+("true"===i?":(".concat(e,")"):":_q(".concat(e,",").concat(i,")"))),co(t,"change","var $$a=".concat(e,",")+"$$el=$event.target,"+"$$c=$$el.checked?(".concat(i,"):(").concat(a,");")+"if(Array.isArray($$a)){"+"var $$v=".concat(r?"_n("+o+")":o,",")+"$$i=_i($$a,$$v);"+"if($$el.checked){$$i<0&&(".concat(ho(e,"$$a.concat([$$v])"),")}")+"else{$$i>-1&&(".concat(ho(e,"$$a.slice(0,$$i).concat($$a.slice($$i+1))"),")}")+"}else{".concat(ho(e,"$$c"),"}"),null,!0)}(t,r,o);else if("input"===i&&"radio"===a)!function(t,e,n){var r=n&&n.number,o=lo(t,"value")||"null";o=r?"_n(".concat(o,")"):o,ro(t,"checked","_q(".concat(e,",").concat(o,")")),co(t,"change",ho(e,o),null,!0)}(t,r,o);else if("input"===i||"textarea"===i)!function(t,e,n){var r=t.attrsMap.type,o=n||{},i=o.lazy,a=o.number,s=o.trim,c=!i&&"range"!==r,l=i?"change":"range"===r?wo:"input",u="$event.target.value";s&&(u="$event.target.value.trim()"),a&&(u="_n(".concat(u,")"));var f=ho(e,u);c&&(f="if($event.target.composing)return;".concat(f)),ro(t,"value","(".concat(e,")")),co(t,l,f,null,!0),(s||a)&&co(t,"blur","$forceUpdate()")}(t,r,o);else if(!B.isReservedTag(i))return vo(t,r,o),!1;return!0},text:function(t,e){e.value&&ro(t,"textContent","_s(".concat(e.value,")"),e)},html:function(t,e){e.value&&ro(t,"innerHTML","_s(".concat(e.value,")"),e)}},isPreTag:function(t){return"pre"===t},isUnaryTag:qi,mustUseProp:ir,canBeLeftOpenTag:Ji,isReservedTag:br,getTagNamespace:$r,staticKeys:function(t){return t.reduce((function(t,e){return t.concat(e.staticKeys||[])}),[]).join(",")}(Wa)},Ga=w((function(t){return m("type,tag,attrsList,attrsMap,plain,parent,children,attrs,start,end,rawAttrsMap"+(t?","+t:""))}));function Xa(t,e){t&&(qa=Ga(e.staticKeys||""),Ja=e.isReservedTag||D,Qa(t),Ya(t,!1))}function Qa(t){if(t.static=function(t){return 2!==t.type&&(3===t.type||!(!t.pre&&(t.hasBindings||t.if||t.for||g(t.tag)||!Ja(t.tag)||function(t){for(;t.parent;){if("template"!==(t=t.parent).tag)return!1;if(t.for)return!0}return!1}(t)||!Object.keys(t).every(qa))))}(t),1===t.type){if(!Ja(t.tag)&&"slot"!==t.tag&&null==t.attrsMap["inline-template"])return;for(var e=0,n=t.children.length;e|^function(?:\s+[\w$]+)?\s*\(/,es=/\([^)]*?\);*$/,ns=/^[A-Za-z_$][\w$]*(?:\.[A-Za-z_$][\w$]*|\['[^']*?']|\["[^"]*?"]|\[\d+]|\[[A-Za-z_$][\w$]*])*$/,rs={esc:27,tab:9,enter:13,space:32,up:38,left:37,right:39,down:40,delete:[8,46]},os={esc:["Esc","Escape"],tab:"Tab",enter:"Enter",space:[" ","Spacebar"],up:["Up","ArrowUp"],left:["Left","ArrowLeft"],right:["Right","ArrowRight"],down:["Down","ArrowDown"],delete:["Backspace","Delete","Del"]},is=function(t){return"if(".concat(t,")return null;")},as={stop:"$event.stopPropagation();",prevent:"$event.preventDefault();",self:is("$event.target !== $event.currentTarget"),ctrl:is("!$event.ctrlKey"),shift:is("!$event.shiftKey"),alt:is("!$event.altKey"),meta:is("!$event.metaKey"),left:is("'button' in $event && $event.button !== 0"),middle:is("'button' in $event && $event.button !== 1"),right:is("'button' in $event && $event.button !== 2")};function ss(t,e){var n=e?"nativeOn:":"on:",r="",o="";for(var i in t){var a=cs(t[i]);t[i]&&t[i].dynamic?o+="".concat(i,",").concat(a,","):r+='"'.concat(i,'":').concat(a,",")}return r="{".concat(r.slice(0,-1),"}"),o?n+"_d(".concat(r,",[").concat(o.slice(0,-1),"])"):n+r}function cs(t){if(!t)return"function(){}";if(Array.isArray(t))return"[".concat(t.map((function(t){return cs(t)})).join(","),"]");var e=ns.test(t.value),n=ts.test(t.value),r=ns.test(t.value.replace(es,""));if(t.modifiers){var o="",i="",a=[],s=function(e){if(as[e])i+=as[e],rs[e]&&a.push(e);else if("exact"===e){var n=t.modifiers;i+=is(["ctrl","shift","alt","meta"].filter((function(t){return!n[t]})).map((function(t){return"$event.".concat(t,"Key")})).join("||"))}else a.push(e)};for(var c in t.modifiers)s(c);a.length&&(o+=function(t){return"if(!$event.type.indexOf('key')&&"+"".concat(t.map(ls).join("&&"),")return null;")}(a)),i&&(o+=i);var l=e?"return ".concat(t.value,".apply(null, arguments)"):n?"return (".concat(t.value,").apply(null, arguments)"):r?"return ".concat(t.value):t.value;return"function($event){".concat(o).concat(l,"}")}return e||n?t.value:"function($event){".concat(r?"return ".concat(t.value):t.value,"}")}function ls(t){var e=parseInt(t,10);if(e)return"$event.keyCode!==".concat(e);var n=rs[t],r=os[t];return"_k($event.keyCode,"+"".concat(JSON.stringify(t),",")+"".concat(JSON.stringify(n),",")+"$event.key,"+"".concat(JSON.stringify(r))+")"}var us={on:function(t,e){t.wrapListeners=function(t){return"_g(".concat(t,",").concat(e.value,")")}},bind:function(t,e){t.wrapData=function(n){return"_b(".concat(n,",'").concat(t.tag,"',").concat(e.value,",").concat(e.modifiers&&e.modifiers.prop?"true":"false").concat(e.modifiers&&e.modifiers.sync?",true":"",")")}},cloak:E},fs=function(t){this.options=t,this.warn=t.warn||eo,this.transforms=no(t.modules,"transformCode"),this.dataGenFns=no(t.modules,"genData"),this.directives=N(N({},us),t.directives);var e=t.isReservedTag||D;this.maybeComponent=function(t){return!!t.component||!e(t.tag)},this.onceId=0,this.staticRenderFns=[],this.pre=!1};function ds(t,e){var n=new fs(e),r=t?"script"===t.tag?"null":ps(t,n):'_c("div")';return{render:"with(this){return ".concat(r,"}"),staticRenderFns:n.staticRenderFns}}function ps(t,e){if(t.parent&&(t.pre=t.pre||t.parent.pre),t.staticRoot&&!t.staticProcessed)return vs(t,e);if(t.once&&!t.onceProcessed)return hs(t,e);if(t.for&&!t.forProcessed)return ys(t,e);if(t.if&&!t.ifProcessed)return ms(t,e);if("template"!==t.tag||t.slotTarget||e.pre){if("slot"===t.tag)return function(t,e){var n=t.slotName||'"default"',r=ws(t,e),o="_t(".concat(n).concat(r?",function(){return ".concat(r,"}"):""),i=t.attrs||t.dynamicAttrs?ks((t.attrs||[]).concat(t.dynamicAttrs||[]).map((function(t){return{name:C(t.name),value:t.value,dynamic:t.dynamic}}))):null,a=t.attrsMap["v-bind"];return!i&&!a||r||(o+=",null"),i&&(o+=",".concat(i)),a&&(o+="".concat(i?"":",null",",").concat(a)),o+")"}(t,e);var n=void 0;if(t.component)n=function(t,e,n){var r=e.inlineTemplate?null:ws(e,n,!0);return"_c(".concat(t,",").concat(_s(e,n)).concat(r?",".concat(r):"",")")}(t.component,t,e);else{var r=void 0,o=e.maybeComponent(t);(!t.plain||t.pre&&o)&&(r=_s(t,e));var i=void 0,a=e.options.bindings;o&&a&&!1!==a.__isScriptSetup&&(i=function(t,e){var n=C(e),r=k(n),o=function(o){return t[e]===o?e:t[n]===o?n:t[r]===o?r:void 0},i=o("setup-const")||o("setup-reactive-const");if(i)return i;var a=o("setup-let")||o("setup-ref")||o("setup-maybe-ref");return a||void 0}(a,t.tag)),i||(i="'".concat(t.tag,"'"));var s=t.inlineTemplate?null:ws(t,e,!0);n="_c(".concat(i).concat(r?",".concat(r):"").concat(s?",".concat(s):"",")")}for(var c=0;c>>0}(a)):"",")")}(t,t.scopedSlots,e),",")),t.model&&(n+="model:{value:".concat(t.model.value,",callback:").concat(t.model.callback,",expression:").concat(t.model.expression,"},")),t.inlineTemplate){var i=function(t,e){var n=t.children[0];if(n&&1===n.type){var r=ds(n,e.options);return"inlineTemplate:{render:function(){".concat(r.render,"},staticRenderFns:[").concat(r.staticRenderFns.map((function(t){return"function(){".concat(t,"}")})).join(","),"]}")}}(t,e);i&&(n+="".concat(i,","))}return n=n.replace(/,$/,"")+"}",t.dynamicAttrs&&(n="_b(".concat(n,',"').concat(t.tag,'",').concat(ks(t.dynamicAttrs),")")),t.wrapData&&(n=t.wrapData(n)),t.wrapListeners&&(n=t.wrapListeners(n)),n}function bs(t){return 1===t.type&&("slot"===t.tag||t.children.some(bs))}function $s(t,e){var n=t.attrsMap["slot-scope"];if(t.if&&!t.ifProcessed&&!n)return ms(t,e,$s,"null");if(t.for&&!t.forProcessed)return ys(t,e,$s);var r=t.slotScope===La?"":String(t.slotScope),o="function(".concat(r,"){")+"return ".concat("template"===t.tag?t.if&&n?"(".concat(t.if,")?").concat(ws(t,e)||"undefined",":undefined"):ws(t,e)||"undefined":ps(t,e),"}"),i=r?"":",proxy:true";return"{key:".concat(t.slotTarget||'"default"',",fn:").concat(o).concat(i,"}")}function ws(t,e,n,r,o){var i=t.children;if(i.length){var a=i[0];if(1===i.length&&a.for&&"template"!==a.tag&&"slot"!==a.tag){var s=n?e.maybeComponent(a)?",1":",0":"";return"".concat((r||ps)(a,e)).concat(s)}var c=n?function(t,e){for(var n=0,r=0;r':'
',Ns.innerHTML.indexOf(" ")>0}var Ls=!!J&&Ds(!1),Ps=!!J&&Ds(!0),Ms=w((function(t){var e=Cr(t);return e&&e.innerHTML})),Is=Gn.prototype.$mount;Gn.prototype.$mount=function(t,e){if((t=t&&Cr(t))===document.body||t===document.documentElement)return this;var n=this.$options;if(!n.render){var r=n.template;if(r)if("string"==typeof r)"#"===r.charAt(0)&&(r=Ms(r));else{if(!r.nodeType)return this;r=r.innerHTML}else t&&(r=function(t){if(t.outerHTML)return t.outerHTML;var e=document.createElement("div");return e.appendChild(t.cloneNode(!0)),e.innerHTML}(t));if(r){var o=Es(r,{outputSourceRange:!1,shouldDecodeNewlines:Ls,shouldDecodeNewlinesForHref:Ps,delimiters:n.delimiters,comments:n.comments},this),i=o.render,a=o.staticRenderFns;n.render=i,n.staticRenderFns=a}}return Is.call(this,t,e)},Gn.compile=Es;const Fs=window.jQuery;var Rs=t.n(Fs);const Hs={name:"AdminNotice",props:{endpoint:{type:String,default:"admin"},interval:{type:Number,default:5e3},scope:{type:String,default:""}},data:()=>({timer:null,notices:[],loading:!1,button_text:"",current_notice:1,task_completed:!1,transitionName:"slide-next"}),created(){this.fetch()},methods:{fetch(){const t=this.scope?`?scope=${this.scope}`:"";Rs().ajax({url:`${dokan_promo.rest.root}${dokan_promo.rest.version}/admin/notices/${this.endpoint}${t}`,method:"get",beforeSend:function(t){t.setRequestHeader("X-WP-Nonce",dokan_promo.rest.nonce)}}).done((t=>{this.notices=t.filter((t=>t.description||t.title)),this.startAutoSlide()}))},slideNotice(t){this.current_notice+=t,this.transitionName=1===t?"slide-next":"slide-prev";let e=this.notices.length;this.current_notice<1&&(this.current_notice=e),this.current_notice>e&&(this.current_notice=1)},nextNotice(){this.stopAutoSlide(),this.slideNotice(1)},prevNotice(){this.stopAutoSlide(),this.slideNotice(-1)},startAutoSlide(){!this.loading&&this.notices.length>1&&(this.timer=setInterval((()=>{this.slideNotice(1)}),this.interval))},stopAutoSlide(){!this.loading&&this.notices.length>1&&(clearInterval(this.timer),this.timer=null)},hideNotice(t,e){Rs().ajax({url:dokan_promo.ajaxurl,method:"post",dataType:"json",data:t.ajax_data}).done((()=>{this.notices.splice(e,1),this.slideNotice(1)}))},handleAction(t,e){t.confirm_message?Swal.fire({title:this.__("Are you sure?","dokan-lite"),icon:"warning",html:t.confirm_message,showCancelButton:!0,confirmButtonText:t.text,cancelButtonText:this.__("Cancel","dokan-lite")}).then((n=>{n.value&&this.handleRequest(t,e)})):this.handleRequest(t,e)},handleRequest(t,e){this.loading=!0,this.button_text=t.loading_text?t.loading_text:this.__("Loading...","dokan-lite"),Rs().ajax({url:dokan_promo.ajaxurl,method:"post",dataType:"json",data:t.ajax_data}).always((()=>{this.loading=!1})).done((()=>{this.button_text=t.completed_text?t.completed_text:t.text,this.task_completed=!0,t.reload?window.location.reload():(this.notices.splice(e,1),this.slideNotice(1))}))}}};function Bs(t,e,n,r,o,i,a,s){var c,l="function"==typeof t?t.options:t;if(e&&(l.render=e,l.staticRenderFns=n,l._compiled=!0),r&&(l.functional=!0),i&&(l._scopeId="data-v-"+i),a?(c=function(t){(t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||"undefined"==typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),o&&o.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(a)},l._ssrRegister=c):o&&(c=s?function(){o.call(this,(l.functional?this.parent:this).$root.$options.shadowRoot)}:o),c)if(l.functional){l._injectStyles=c;var u=l.render;l.render=function(t,e){return c.call(e),u(t,e)}}else{var f=l.beforeCreate;l.beforeCreate=f?[].concat(f,c):[c]}return{exports:t,options:l}}var Us=Bs(Hs,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"notice dokan-admin-notices-wrap"},[t.notices&&t.notices.length?e("div",{staticClass:"dokan-admin-notices"},[e("transition-group",{staticClass:"dokan-notice-slides leading-[1.5em] box-content",attrs:{name:t.transitionName,tag:"div"}},[t._l(t.notices,(function(n,r){return[e("div",{directives:[{name:"show",rawName:"v-show",value:r+1===t.current_notice,expression:"(index + 1) === current_notice"}],key:r,staticClass:"dokan-admin-notice",class:`dokan-${n.type}`,on:{mouseenter:t.stopAutoSlide,mouseleave:t.startAutoSlide}},[e("div",{staticClass:"notice-content",style:n.title&&n.actions&&n.description?"align-items: start":"align-items: center"},[e("div",{staticClass:"logo-wrap"},[e("div",{staticClass:"dokan-logo"}),t._v(" "),e("span",{staticClass:"dokan-icon",class:`dokan-icon-${n.type}`})]),t._v(" "),e("div",{staticClass:"dokan-message"},[n.title?e("h3",[t._v(t._s(n.title))]):t._e(),t._v(" "),n.description?e("div",{domProps:{innerHTML:t._s(n.description)}}):t._e(),t._v(" "),n.actions&&n.actions.length?[t._l(n.actions,(function(n){return[n.action?e("a",{staticClass:"dokan-btn",class:[`dokan-btn-${n.type}`,n.class],attrs:{target:n.target?n.target:"_self",href:n.action}},[t._v(t._s(n.text))]):e("button",{staticClass:"dokan-btn btn-dokan",class:[`dokan-btn-${n.type}`,n.class],attrs:{disabled:t.loading},on:{click:function(e){return t.handleAction(n,r)}}},[t._v(t._s(t.loading||t.task_completed?t.button_text:n.text))])]}))]:t._e()],2),t._v(" "),n.show_close_button&&n.close_url?e("a",{staticClass:"close-notice",attrs:{href:n.close_url}},[e("span",{staticClass:"dashicons dashicons-no-alt"})]):t._e(),t._v(" "),n.show_close_button&&n.ajax_data?e("button",{staticClass:"close-notice",attrs:{disabled:t.loading},on:{click:function(e){return t.hideNotice(n,r)}}},[e("span",{staticClass:"dashicons dashicons-no-alt"})]):t._e()])])]}))],2),t._v(" "),e("div",{directives:[{name:"show",rawName:"v-show",value:t.notices.length>1,expression:"notices.length > 1"}],staticClass:"slide-notice"},[e("span",{staticClass:"prev",class:{active:t.current_notice>1},on:{click:function(e){return t.prevNotice()}}},[e("svg",{attrs:{width:"8",height:"13",viewBox:"0 0 8 13",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[e("path",{attrs:{d:"M0.791129 6.10203L6.4798 0.415254C6.72942 0.166269 7.13383 0.166269 7.38408 0.415254C7.63369 0.664239 7.63369 1.06866 7.38408 1.31764L2.14663 6.5532L7.38345 11.7888C7.63306 12.0377 7.63306 12.4422 7.38345 12.6918C7.13383 12.9408 6.72879 12.9408 6.47917 12.6918L0.790498 7.005C0.544665 6.75859 0.544666 6.34781 0.791129 6.10203Z",fill:"#DADFE4"}})])]),t._v(" "),e("span",{staticClass:"notice-count"},[e("span",{staticClass:"current-notice",class:{active:t.current_notice>1}},[t._v(t._s(t.current_notice))]),t._v(" of "),e("span",{staticClass:"total-notice",class:{active:t.current_notice({__sfc:!0,AdminNotice:Vs})},(function(){return(0,this._self._c)(this._self._setupProxy.AdminNotice,{attrs:{scope:"global",interval:1e4,endpoint:"admin"}})}),[],!1,null,"1e2dfee0",null).exports,Ks=window.wp.i18n,qs={methods:{setLocaleData:t=>(0,Ks.setLocaleData)(t),__:(t,e)=>(0,Ks.__)(t,e),_nx:(t,e,n,r,o)=>(0,Ks._nx)(t,e,n,r,o),__n:(t,e,n,r)=>_n(t,e,n,r),sprintf:(t,...e)=>(0,Ks.sprintf)(t,...e),dateTimePickerFormat:()=>({format:window.dokan_get_daterange_picker_format().toLowerCase(),...window.dokan_helper.daterange_picker_local}),scrollToSettingField(t,e){this.$root.$emit("scrollToSettingField",t,e)}}},{jQuery:Js}=window;Js("#dokan-admin-notices").length&&(Gn.mixin(qs),new Gn({el:"#dokan-admin-notices",render:t=>t(zs)}))})(); \ No newline at end of file diff --git a/assets/js/dokan-admin-notice.js.LICENSE.txt b/assets/js/dokan-admin-notice.js.LICENSE.txt new file mode 100644 index 0000000000..f94e66ba34 --- /dev/null +++ b/assets/js/dokan-admin-notice.js.LICENSE.txt @@ -0,0 +1,5 @@ +/*! + * Vue.js v2.7.16 + * (c) 2014-2023 Evan You + * Released under the MIT License. + */ diff --git a/assets/js/dokan-category-commission-rtl.css b/assets/js/dokan-category-commission-rtl.css new file mode 100644 index 0000000000..84dc15bfdd --- /dev/null +++ b/assets/js/dokan-category-commission-rtl.css @@ -0,0 +1,484 @@ +*, ::before, ::after { + --tw-border-spacing-x: 0; + --tw-border-spacing-y: 0; + --tw-translate-x: 0; + --tw-translate-y: 0; + --tw-rotate: 0; + --tw-skew-x: 0; + --tw-skew-y: 0; + --tw-scale-x: 1; + --tw-scale-y: 1; + --tw-pan-x: ; + --tw-pan-y: ; + --tw-pinch-zoom: ; + --tw-scroll-snap-strictness: proximity; + --tw-gradient-from-position: ; + --tw-gradient-via-position: ; + --tw-gradient-to-position: ; + --tw-ordinal: ; + --tw-slashed-zero: ; + --tw-numeric-figure: ; + --tw-numeric-spacing: ; + --tw-numeric-fraction: ; + --tw-ring-inset: ; + --tw-ring-offset-width: 0px; + --tw-ring-offset-color: #fff; + --tw-ring-color: rgb(59 130 246 / 0.5); + --tw-ring-offset-shadow: 0 0 #0000; + --tw-ring-shadow: 0 0 #0000; + --tw-shadow: 0 0 #0000; + --tw-shadow-colored: 0 0 #0000; + --tw-blur: ; + --tw-brightness: ; + --tw-contrast: ; + --tw-grayscale: ; + --tw-hue-rotate: ; + --tw-invert: ; + --tw-saturate: ; + --tw-sepia: ; + --tw-drop-shadow: ; + --tw-backdrop-blur: ; + --tw-backdrop-brightness: ; + --tw-backdrop-contrast: ; + --tw-backdrop-grayscale: ; + --tw-backdrop-hue-rotate: ; + --tw-backdrop-invert: ; + --tw-backdrop-opacity: ; + --tw-backdrop-saturate: ; + --tw-backdrop-sepia: ; + --tw-contain-size: ; + --tw-contain-layout: ; + --tw-contain-paint: ; + --tw-contain-style: +} +::backdrop { + --tw-border-spacing-x: 0; + --tw-border-spacing-y: 0; + --tw-translate-x: 0; + --tw-translate-y: 0; + --tw-rotate: 0; + --tw-skew-x: 0; + --tw-skew-y: 0; + --tw-scale-x: 1; + --tw-scale-y: 1; + --tw-pan-x: ; + --tw-pan-y: ; + --tw-pinch-zoom: ; + --tw-scroll-snap-strictness: proximity; + --tw-gradient-from-position: ; + --tw-gradient-via-position: ; + --tw-gradient-to-position: ; + --tw-ordinal: ; + --tw-slashed-zero: ; + --tw-numeric-figure: ; + --tw-numeric-spacing: ; + --tw-numeric-fraction: ; + --tw-ring-inset: ; + --tw-ring-offset-width: 0px; + --tw-ring-offset-color: #fff; + --tw-ring-color: rgb(59 130 246 / 0.5); + --tw-ring-offset-shadow: 0 0 #0000; + --tw-ring-shadow: 0 0 #0000; + --tw-shadow: 0 0 #0000; + --tw-shadow-colored: 0 0 #0000; + --tw-blur: ; + --tw-brightness: ; + --tw-contrast: ; + --tw-grayscale: ; + --tw-hue-rotate: ; + --tw-invert: ; + --tw-saturate: ; + --tw-sepia: ; + --tw-drop-shadow: ; + --tw-backdrop-blur: ; + --tw-backdrop-brightness: ; + --tw-backdrop-contrast: ; + --tw-backdrop-grayscale: ; + --tw-backdrop-hue-rotate: ; + --tw-backdrop-invert: ; + --tw-backdrop-opacity: ; + --tw-backdrop-saturate: ; + --tw-backdrop-sepia: ; + --tw-contain-size: ; + --tw-contain-layout: ; + --tw-contain-paint: ; + --tw-contain-style: +} +.fixed { + position: fixed +} +.relative { + position: relative +} +.\!m-0 { + margin: 0px !important +} +.mr-20 { + margin-left: 5rem +} +.box-border { + box-sizing: border-box +} +.block { + display: block +} +.flex { + display: flex +} +.hidden { + display: none +} +.h-1\/2 { + height: 50% +} +.h-\[32px\] { + height: 32px +} +.h-\[3rem\] { + height: 3rem +} +.h-full { + height: 100% +} +.max-h-\[500px\] { + max-height: 500px +} +.\!min-h-full { + min-height: 100% !important +} +.min-h-\[3rem\] { + min-height: 3rem +} +.\!w-\[100\%\] { + width: 100% !important +} +.w-1\/2 { + width: 50% +} +.w-\[110px\] { + width: 110px +} +.w-\[1px\] { + width: 1px +} +.min-w-\[75px\] { + min-width: 75px +} +.cursor-pointer { + cursor: pointer +} +.flex-row { + flex-direction: row +} +.flex-col { + flex-direction: column +} +.items-center { + align-items: center +} +.justify-start { + justify-content: flex-start +} +.justify-center { + justify-content: center +} +.overflow-y-auto { + overflow-y: auto +} +.rounded-\[5px\] { + border-radius: 5px +} +.\!border-0 { + border-width: 0px !important +} +.border { + border-width: 1px +} +.border-0 { + border-width: 0px +} +.border-\[0\.957434px\] { + border-width: 0.957434px +} +.border-\[1px\] { + border-width: 1px +} +.\!border-b-\[1px\] { + border-bottom-width: 1px !important +} +.\!border-r-\[1px\] { + border-left-width: 1px !important +} +.border-b-0 { + border-bottom-width: 0px +} +.border-b-\[1px\] { + border-bottom-width: 1px +} +.border-l-\[1px\] { + border-right-width: 1px +} +.border-r-\[0\.957434px\] { + border-left-width: 0.957434px +} +.border-solid { + border-style: solid +} +.\!border-none { + border-style: none !important +} +.border-none { + border-style: none +} +.border-\[\#E9E9E9\] { + --tw-border-opacity: 1; + border-color: rgb(233 233 233 / var(--tw-border-opacity)) +} +.border-\[\#e9e9ea\] { + --tw-border-opacity: 1; + border-color: rgb(233 233 234 / var(--tw-border-opacity)) +} +.bg-gray-100 { + --tw-bg-opacity: 1; + background-color: rgb(243 244 246 / var(--tw-bg-opacity)) +} +.bg-transparent { + background-color: transparent +} +.\!p-0 { + padding: 0px !important +} +.p-1 { + padding: 0.25rem +} +.\!pb-0 { + padding-bottom: 0px !important +} +.\!pl-2 { + padding-right: 0.5rem !important +} +.\!pl-\[5px\] { + padding-right: 5px !important +} +.\!pr-0 { + padding-left: 0px !important +} +.\!pt-0 { + padding-top: 0px !important +} +.pl-3 { + padding-right: 0.75rem +} +.pl-\[5px\] { + padding-right: 5px +} +.text-center { + text-align: center +} +.text-xs { + font-size: 0.75rem; + line-height: 1rem +} +.text-\[\#4C19E6\] { + --tw-text-opacity: 1; + color: rgb(76 25 230 / var(--tw-text-opacity)) +} +.text-\[\#F05025\] { + --tw-text-opacity: 1; + color: rgb(240 80 37 / var(--tw-text-opacity)) +} +.text-black { + --tw-text-opacity: 1; + color: rgb(0 0 0 / var(--tw-text-opacity)) +} +.text-gray-300 { + --tw-text-opacity: 1; + color: rgb(209 213 219 / var(--tw-text-opacity)) +} +.text-gray-500 { + --tw-text-opacity: 1; + color: rgb(107 114 128 / var(--tw-text-opacity)) +} +.filter { + filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) +} +.last\:border-b-0:last-child { + border-bottom-width: 0px +} +.focus\:border-transparent:focus { + border-color: transparent +} +.focus\:\!shadow-none:focus { + --tw-shadow: 0 0 #0000 !important; + --tw-shadow-colored: 0 0 #0000 !important; + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important +} +.disabled\:cursor-not-allowed:disabled { + cursor: not-allowed +} +@media (min-width: 360px) { + .d-xs\:ml-1 { + margin-right: 0.25rem + } + .d-xs\:flex { + display: flex + } + .d-xs\:hidden { + display: none + } + .d-xs\:w-fit { + width: -moz-fit-content; + width: fit-content + } + .d-xs\:\!rounded-l-none { + border-top-right-radius: 0px !important; + border-bottom-right-radius: 0px !important + } + .d-xs\:\!rounded-r-none { + border-top-left-radius: 0px !important; + border-bottom-left-radius: 0px !important + } + .d-xs\:border-\[0\.957434px\] { + border-width: 0.957434px + } + .d-xs\:\!border-l-0 { + border-right-width: 0px !important + } + .d-xs\:\!border-r-0 { + border-left-width: 0px !important + } + .d-xs\:border-l-0 { + border-right-width: 0px + } + .d-xs\:border-r-0 { + border-left-width: 0px + } + .d-xs\:\!bg-transparent { + background-color: transparent !important + } + .d-xs\:bg-\[\#e5e7eb\] { + --tw-bg-opacity: 1; + background-color: rgb(229 231 235 / var(--tw-bg-opacity)) + } + .d-xs\:bg-gray-100 { + --tw-bg-opacity: 1; + background-color: rgb(243 244 246 / var(--tw-bg-opacity)) + } + .d-xs\:p-1 { + padding: 0.25rem + } + .d-xs\:\!pl-0 { + padding-right: 0px !important + } + .d-xs\:\!pr-\[5px\] { + padding-left: 5px !important + } + .d-xs\:pl-1 { + padding-right: 0.25rem + } + .d-xs\:pr-1 { + padding-left: 0.25rem + } + .d-xs\:text-right { + text-align: left + } + .d-xs\:text-\[6px\] { + font-size: 6px + } + .d-xs\:text-\[8px\] { + font-size: 8px + } + .d-xs\:shadow-md { + --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1); + --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color); + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) + } +} +@media (min-width: 640px) { + .sm\:w-fit { + width: -moz-fit-content; + width: fit-content + } + .sm\:text-\[12px\] { + font-size: 12px + } + .sm\:text-\[14px\] { + font-size: 14px + } +} +@media (min-width: 768px) { + .md\:flex { + display: flex + } + .md\:w-auto { + width: auto + } + .md\:\!rounded-l-\[5px\] { + border-top-right-radius: 5px !important; + border-bottom-right-radius: 5px !important + } + .md\:\!rounded-r-\[5px\] { + border-top-left-radius: 5px !important; + border-bottom-left-radius: 5px !important + } + .md\:border-0 { + border-width: 0px + } + .md\:\!border-l-\[0\.957434px\] { + border-right-width: 0.957434px !important + } + .md\:\!border-r-\[0\.957434px\] { + border-left-width: 0.957434px !important + } + .md\:\!border-r-\[1px\] { + border-left-width: 1px !important + } + .md\:border-l-\[0\.957434px\] { + border-right-width: 0.957434px + } + .md\:border-l-\[1px\] { + border-right-width: 1px + } + .md\:border-r-\[0\.957434px\] { + border-left-width: 0.957434px + } + .md\:\!bg-gray-100 { + --tw-bg-opacity: 1 !important; + background-color: rgb(243 244 246 / var(--tw-bg-opacity)) !important + } + .md\:bg-transparent { + background-color: transparent + } + .md\:p-2 { + padding: 0.5rem + } + .md\:\!pl-\[5px\] { + padding-right: 5px !important + } + .md\:pl-2 { + padding-right: 0.5rem + } + .md\:pl-4 { + padding-right: 1rem + } + .md\:pl-6 { + padding-right: 1.5rem + } + .md\:pr-2 { + padding-left: 0.5rem + } + .md\:text-left { + text-align: right + } + .md\:shadow-md { + --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1); + --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color); + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) + } + .md\:shadow-none { + --tw-shadow: 0 0 #0000; + --tw-shadow-colored: 0 0 #0000; + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) + } +} + diff --git a/assets/js/dokan-category-commission.asset.php b/assets/js/dokan-category-commission.asset.php new file mode 100644 index 0000000000..39b6b76386 --- /dev/null +++ b/assets/js/dokan-category-commission.asset.php @@ -0,0 +1 @@ + array(), 'version' => 'd9f4264c2a84ab98a5ea'); diff --git a/assets/js/dokan-category-commission.css b/assets/js/dokan-category-commission.css new file mode 100644 index 0000000000..7ed1abbdd5 --- /dev/null +++ b/assets/js/dokan-category-commission.css @@ -0,0 +1,484 @@ +*, ::before, ::after { + --tw-border-spacing-x: 0; + --tw-border-spacing-y: 0; + --tw-translate-x: 0; + --tw-translate-y: 0; + --tw-rotate: 0; + --tw-skew-x: 0; + --tw-skew-y: 0; + --tw-scale-x: 1; + --tw-scale-y: 1; + --tw-pan-x: ; + --tw-pan-y: ; + --tw-pinch-zoom: ; + --tw-scroll-snap-strictness: proximity; + --tw-gradient-from-position: ; + --tw-gradient-via-position: ; + --tw-gradient-to-position: ; + --tw-ordinal: ; + --tw-slashed-zero: ; + --tw-numeric-figure: ; + --tw-numeric-spacing: ; + --tw-numeric-fraction: ; + --tw-ring-inset: ; + --tw-ring-offset-width: 0px; + --tw-ring-offset-color: #fff; + --tw-ring-color: rgb(59 130 246 / 0.5); + --tw-ring-offset-shadow: 0 0 #0000; + --tw-ring-shadow: 0 0 #0000; + --tw-shadow: 0 0 #0000; + --tw-shadow-colored: 0 0 #0000; + --tw-blur: ; + --tw-brightness: ; + --tw-contrast: ; + --tw-grayscale: ; + --tw-hue-rotate: ; + --tw-invert: ; + --tw-saturate: ; + --tw-sepia: ; + --tw-drop-shadow: ; + --tw-backdrop-blur: ; + --tw-backdrop-brightness: ; + --tw-backdrop-contrast: ; + --tw-backdrop-grayscale: ; + --tw-backdrop-hue-rotate: ; + --tw-backdrop-invert: ; + --tw-backdrop-opacity: ; + --tw-backdrop-saturate: ; + --tw-backdrop-sepia: ; + --tw-contain-size: ; + --tw-contain-layout: ; + --tw-contain-paint: ; + --tw-contain-style: +} +::backdrop { + --tw-border-spacing-x: 0; + --tw-border-spacing-y: 0; + --tw-translate-x: 0; + --tw-translate-y: 0; + --tw-rotate: 0; + --tw-skew-x: 0; + --tw-skew-y: 0; + --tw-scale-x: 1; + --tw-scale-y: 1; + --tw-pan-x: ; + --tw-pan-y: ; + --tw-pinch-zoom: ; + --tw-scroll-snap-strictness: proximity; + --tw-gradient-from-position: ; + --tw-gradient-via-position: ; + --tw-gradient-to-position: ; + --tw-ordinal: ; + --tw-slashed-zero: ; + --tw-numeric-figure: ; + --tw-numeric-spacing: ; + --tw-numeric-fraction: ; + --tw-ring-inset: ; + --tw-ring-offset-width: 0px; + --tw-ring-offset-color: #fff; + --tw-ring-color: rgb(59 130 246 / 0.5); + --tw-ring-offset-shadow: 0 0 #0000; + --tw-ring-shadow: 0 0 #0000; + --tw-shadow: 0 0 #0000; + --tw-shadow-colored: 0 0 #0000; + --tw-blur: ; + --tw-brightness: ; + --tw-contrast: ; + --tw-grayscale: ; + --tw-hue-rotate: ; + --tw-invert: ; + --tw-saturate: ; + --tw-sepia: ; + --tw-drop-shadow: ; + --tw-backdrop-blur: ; + --tw-backdrop-brightness: ; + --tw-backdrop-contrast: ; + --tw-backdrop-grayscale: ; + --tw-backdrop-hue-rotate: ; + --tw-backdrop-invert: ; + --tw-backdrop-opacity: ; + --tw-backdrop-saturate: ; + --tw-backdrop-sepia: ; + --tw-contain-size: ; + --tw-contain-layout: ; + --tw-contain-paint: ; + --tw-contain-style: +} +.fixed { + position: fixed +} +.relative { + position: relative +} +.\!m-0 { + margin: 0px !important +} +.mr-20 { + margin-right: 5rem +} +.box-border { + box-sizing: border-box +} +.block { + display: block +} +.flex { + display: flex +} +.hidden { + display: none +} +.h-1\/2 { + height: 50% +} +.h-\[32px\] { + height: 32px +} +.h-\[3rem\] { + height: 3rem +} +.h-full { + height: 100% +} +.max-h-\[500px\] { + max-height: 500px +} +.\!min-h-full { + min-height: 100% !important +} +.min-h-\[3rem\] { + min-height: 3rem +} +.\!w-\[100\%\] { + width: 100% !important +} +.w-1\/2 { + width: 50% +} +.w-\[110px\] { + width: 110px +} +.w-\[1px\] { + width: 1px +} +.min-w-\[75px\] { + min-width: 75px +} +.cursor-pointer { + cursor: pointer +} +.flex-row { + flex-direction: row +} +.flex-col { + flex-direction: column +} +.items-center { + align-items: center +} +.justify-start { + justify-content: flex-start +} +.justify-center { + justify-content: center +} +.overflow-y-auto { + overflow-y: auto +} +.rounded-\[5px\] { + border-radius: 5px +} +.\!border-0 { + border-width: 0px !important +} +.border { + border-width: 1px +} +.border-0 { + border-width: 0px +} +.border-\[0\.957434px\] { + border-width: 0.957434px +} +.border-\[1px\] { + border-width: 1px +} +.\!border-b-\[1px\] { + border-bottom-width: 1px !important +} +.\!border-r-\[1px\] { + border-right-width: 1px !important +} +.border-b-0 { + border-bottom-width: 0px +} +.border-b-\[1px\] { + border-bottom-width: 1px +} +.border-l-\[1px\] { + border-left-width: 1px +} +.border-r-\[0\.957434px\] { + border-right-width: 0.957434px +} +.border-solid { + border-style: solid +} +.\!border-none { + border-style: none !important +} +.border-none { + border-style: none +} +.border-\[\#E9E9E9\] { + --tw-border-opacity: 1; + border-color: rgb(233 233 233 / var(--tw-border-opacity)) +} +.border-\[\#e9e9ea\] { + --tw-border-opacity: 1; + border-color: rgb(233 233 234 / var(--tw-border-opacity)) +} +.bg-gray-100 { + --tw-bg-opacity: 1; + background-color: rgb(243 244 246 / var(--tw-bg-opacity)) +} +.bg-transparent { + background-color: transparent +} +.\!p-0 { + padding: 0px !important +} +.p-1 { + padding: 0.25rem +} +.\!pb-0 { + padding-bottom: 0px !important +} +.\!pl-2 { + padding-left: 0.5rem !important +} +.\!pl-\[5px\] { + padding-left: 5px !important +} +.\!pr-0 { + padding-right: 0px !important +} +.\!pt-0 { + padding-top: 0px !important +} +.pl-3 { + padding-left: 0.75rem +} +.pl-\[5px\] { + padding-left: 5px +} +.text-center { + text-align: center +} +.text-xs { + font-size: 0.75rem; + line-height: 1rem +} +.text-\[\#4C19E6\] { + --tw-text-opacity: 1; + color: rgb(76 25 230 / var(--tw-text-opacity)) +} +.text-\[\#F05025\] { + --tw-text-opacity: 1; + color: rgb(240 80 37 / var(--tw-text-opacity)) +} +.text-black { + --tw-text-opacity: 1; + color: rgb(0 0 0 / var(--tw-text-opacity)) +} +.text-gray-300 { + --tw-text-opacity: 1; + color: rgb(209 213 219 / var(--tw-text-opacity)) +} +.text-gray-500 { + --tw-text-opacity: 1; + color: rgb(107 114 128 / var(--tw-text-opacity)) +} +.filter { + filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) +} +.last\:border-b-0:last-child { + border-bottom-width: 0px +} +.focus\:border-transparent:focus { + border-color: transparent +} +.focus\:\!shadow-none:focus { + --tw-shadow: 0 0 #0000 !important; + --tw-shadow-colored: 0 0 #0000 !important; + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important +} +.disabled\:cursor-not-allowed:disabled { + cursor: not-allowed +} +@media (min-width: 360px) { + .d-xs\:ml-1 { + margin-left: 0.25rem + } + .d-xs\:flex { + display: flex + } + .d-xs\:hidden { + display: none + } + .d-xs\:w-fit { + width: -moz-fit-content; + width: fit-content + } + .d-xs\:\!rounded-l-none { + border-top-left-radius: 0px !important; + border-bottom-left-radius: 0px !important + } + .d-xs\:\!rounded-r-none { + border-top-right-radius: 0px !important; + border-bottom-right-radius: 0px !important + } + .d-xs\:border-\[0\.957434px\] { + border-width: 0.957434px + } + .d-xs\:\!border-l-0 { + border-left-width: 0px !important + } + .d-xs\:\!border-r-0 { + border-right-width: 0px !important + } + .d-xs\:border-l-0 { + border-left-width: 0px + } + .d-xs\:border-r-0 { + border-right-width: 0px + } + .d-xs\:\!bg-transparent { + background-color: transparent !important + } + .d-xs\:bg-\[\#e5e7eb\] { + --tw-bg-opacity: 1; + background-color: rgb(229 231 235 / var(--tw-bg-opacity)) + } + .d-xs\:bg-gray-100 { + --tw-bg-opacity: 1; + background-color: rgb(243 244 246 / var(--tw-bg-opacity)) + } + .d-xs\:p-1 { + padding: 0.25rem + } + .d-xs\:\!pl-0 { + padding-left: 0px !important + } + .d-xs\:\!pr-\[5px\] { + padding-right: 5px !important + } + .d-xs\:pl-1 { + padding-left: 0.25rem + } + .d-xs\:pr-1 { + padding-right: 0.25rem + } + .d-xs\:text-right { + text-align: right + } + .d-xs\:text-\[6px\] { + font-size: 6px + } + .d-xs\:text-\[8px\] { + font-size: 8px + } + .d-xs\:shadow-md { + --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1); + --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color); + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) + } +} +@media (min-width: 640px) { + .sm\:w-fit { + width: -moz-fit-content; + width: fit-content + } + .sm\:text-\[12px\] { + font-size: 12px + } + .sm\:text-\[14px\] { + font-size: 14px + } +} +@media (min-width: 768px) { + .md\:flex { + display: flex + } + .md\:w-auto { + width: auto + } + .md\:\!rounded-l-\[5px\] { + border-top-left-radius: 5px !important; + border-bottom-left-radius: 5px !important + } + .md\:\!rounded-r-\[5px\] { + border-top-right-radius: 5px !important; + border-bottom-right-radius: 5px !important + } + .md\:border-0 { + border-width: 0px + } + .md\:\!border-l-\[0\.957434px\] { + border-left-width: 0.957434px !important + } + .md\:\!border-r-\[0\.957434px\] { + border-right-width: 0.957434px !important + } + .md\:\!border-r-\[1px\] { + border-right-width: 1px !important + } + .md\:border-l-\[0\.957434px\] { + border-left-width: 0.957434px + } + .md\:border-l-\[1px\] { + border-left-width: 1px + } + .md\:border-r-\[0\.957434px\] { + border-right-width: 0.957434px + } + .md\:\!bg-gray-100 { + --tw-bg-opacity: 1 !important; + background-color: rgb(243 244 246 / var(--tw-bg-opacity)) !important + } + .md\:bg-transparent { + background-color: transparent + } + .md\:p-2 { + padding: 0.5rem + } + .md\:\!pl-\[5px\] { + padding-left: 5px !important + } + .md\:pl-2 { + padding-left: 0.5rem + } + .md\:pl-4 { + padding-left: 1rem + } + .md\:pl-6 { + padding-left: 1.5rem + } + .md\:pr-2 { + padding-right: 0.5rem + } + .md\:text-left { + text-align: left + } + .md\:shadow-md { + --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1); + --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color); + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) + } + .md\:shadow-none { + --tw-shadow: 0 0 #0000; + --tw-shadow-colored: 0 0 #0000; + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) + } +} + diff --git a/assets/js/dokan-category-commission.js b/assets/js/dokan-category-commission.js new file mode 100644 index 0000000000..e69de29bb2 diff --git a/assets/js/dokan-promo-notice.asset.php b/assets/js/dokan-promo-notice.asset.php index 96daf46d9d..ffa32e91c8 100644 --- a/assets/js/dokan-promo-notice.asset.php +++ b/assets/js/dokan-promo-notice.asset.php @@ -1 +1 @@ - array('jquery'), 'version' => 'f9fbc592372a6fface99'); + array('jquery'), 'version' => '80157a00498fc183e7b3'); diff --git a/assets/js/dokan-promo-notice.js b/assets/js/dokan-promo-notice.js index 51cf761097..07edd1c6e1 100644 --- a/assets/js/dokan-promo-notice.js +++ b/assets/js/dokan-promo-notice.js @@ -1,2 +1,2 @@ /*! For license information please see dokan-promo-notice.js.LICENSE.txt */ -(()=>{"use strict";var t={n:e=>{var n=e&&e.__esModule?()=>e.default:()=>e;return t.d(n,{a:n}),n},d:(e,n)=>{for(var r in n)t.o(n,r)&&!t.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:n[r]})}};t.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(t){if("object"==typeof window)return window}}(),t.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e);const e=window.jQuery;var n=t.n(e);const r={name:"AdminNotice",props:{endpoint:{type:String,default:"admin"},interval:{type:Number,default:5e3}},data:()=>({timer:null,notices:[],loading:!1,button_text:"",current_notice:1,task_completed:!1,transitionName:"slide-next"}),created(){this.fetch()},methods:{fetch(){n().ajax({url:`${dokan_promo.rest.root}${dokan_promo.rest.version}/admin/notices/${this.endpoint}`,method:"get",beforeSend:function(t){t.setRequestHeader("X-WP-Nonce",dokan_promo.rest.nonce)}}).done((t=>{this.notices=t.filter((t=>t.description||t.title)),this.startAutoSlide()}))},slideNotice(t){this.current_notice+=t,this.transitionName=1===t?"slide-next":"slide-prev";let e=this.notices.length;this.current_notice<1&&(this.current_notice=e),this.current_notice>e&&(this.current_notice=1)},nextNotice(){this.stopAutoSlide(),this.slideNotice(1)},prevNotice(){this.stopAutoSlide(),this.slideNotice(-1)},startAutoSlide(){!this.loading&&this.notices.length>1&&(this.timer=setInterval((()=>{this.slideNotice(1)}),this.interval))},stopAutoSlide(){!this.loading&&this.notices.length>1&&(clearInterval(this.timer),this.timer=null)},hideNotice(t,e){n().ajax({url:dokan_promo.ajaxurl,method:"post",dataType:"json",data:t.ajax_data}).done((()=>{this.notices.splice(e,1),this.slideNotice(1)}))},handleAction(t,e){t.confirm_message?Swal.fire({title:this.__("Are you sure?","dokan-lite"),icon:"warning",html:t.confirm_message,showCancelButton:!0,confirmButtonText:t.text,cancelButtonText:this.__("Cancel","dokan-lite")}).then((n=>{n.value&&this.handleRequest(t,e)})):this.handleRequest(t,e)},handleRequest(t,e){this.loading=!0,this.button_text=t.loading_text?t.loading_text:this.__("Loading...","dokan-lite"),n().ajax({url:dokan_promo.ajaxurl,method:"post",dataType:"json",data:t.ajax_data}).always((()=>{this.loading=!1})).done((()=>{this.button_text=t.completed_text?t.completed_text:t.text,this.task_completed=!0,t.reload?window.location.reload():(this.notices.splice(e,1),this.slideNotice(1))}))}}};function o(t,e,n,r,o,i,a,s){var c,l="function"==typeof t?t.options:t;if(e&&(l.render=e,l.staticRenderFns=n,l._compiled=!0),r&&(l.functional=!0),i&&(l._scopeId="data-v-"+i),a?(c=function(t){(t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||"undefined"==typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),o&&o.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(a)},l._ssrRegister=c):o&&(c=s?function(){o.call(this,(l.functional?this.parent:this).$root.$options.shadowRoot)}:o),c)if(l.functional){l._injectStyles=c;var u=l.render;l.render=function(t,e){return c.call(e),u(t,e)}}else{var f=l.beforeCreate;l.beforeCreate=f?[].concat(f,c):[c]}return{exports:t,options:l}}var i=o(r,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"notice dokan-admin-notices-wrap"},[t.notices&&t.notices.length?e("div",{staticClass:"dokan-admin-notices"},[e("transition-group",{staticClass:"dokan-notice-slides leading-[1.5em] box-content",attrs:{name:t.transitionName,tag:"div"}},[t._l(t.notices,(function(n,r){return[e("div",{directives:[{name:"show",rawName:"v-show",value:r+1===t.current_notice,expression:"(index + 1) === current_notice"}],key:r,staticClass:"dokan-admin-notice",class:`dokan-${n.type}`,on:{mouseenter:t.stopAutoSlide,mouseleave:t.startAutoSlide}},[e("div",{staticClass:"notice-content",style:n.title&&n.actions&&n.description?"align-items: start":"align-items: center"},[e("div",{staticClass:"logo-wrap"},[e("div",{staticClass:"dokan-logo"}),t._v(" "),e("span",{staticClass:"dokan-icon",class:`dokan-icon-${n.type}`})]),t._v(" "),e("div",{staticClass:"dokan-message"},[n.title?e("h3",[t._v(t._s(n.title))]):t._e(),t._v(" "),n.description?e("div",{domProps:{innerHTML:t._s(n.description)}}):t._e(),t._v(" "),n.actions&&n.actions.length?[t._l(n.actions,(function(n){return[n.action?e("a",{staticClass:"dokan-btn",class:[`dokan-btn-${n.type}`,n.class],attrs:{target:n.target?n.target:"_self",href:n.action}},[t._v(t._s(n.text))]):e("button",{staticClass:"dokan-btn btn-dokan",class:[`dokan-btn-${n.type}`,n.class],attrs:{disabled:t.loading},on:{click:function(e){return t.handleAction(n,r)}}},[t._v(t._s(t.loading||t.task_completed?t.button_text:n.text))])]}))]:t._e()],2),t._v(" "),n.show_close_button&&n.close_url?e("a",{staticClass:"close-notice",attrs:{href:n.close_url}},[e("span",{staticClass:"dashicons dashicons-no-alt"})]):t._e(),t._v(" "),n.show_close_button&&n.ajax_data?e("button",{staticClass:"close-notice",attrs:{disabled:t.loading},on:{click:function(e){return t.hideNotice(n,r)}}},[e("span",{staticClass:"dashicons dashicons-no-alt"})]):t._e()])])]}))],2),t._v(" "),e("div",{directives:[{name:"show",rawName:"v-show",value:t.notices.length>1,expression:"notices.length > 1"}],staticClass:"slide-notice"},[e("span",{staticClass:"prev",class:{active:t.current_notice>1},on:{click:function(e){return t.prevNotice()}}},[e("svg",{attrs:{width:"8",height:"13",viewBox:"0 0 8 13",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[e("path",{attrs:{d:"M0.791129 6.10203L6.4798 0.415254C6.72942 0.166269 7.13383 0.166269 7.38408 0.415254C7.63369 0.664239 7.63369 1.06866 7.38408 1.31764L2.14663 6.5532L7.38345 11.7888C7.63306 12.0377 7.63306 12.4422 7.38345 12.6918C7.13383 12.9408 6.72879 12.9408 6.47917 12.6918L0.790498 7.005C0.544665 6.75859 0.544666 6.34781 0.791129 6.10203Z",fill:"#DADFE4"}})])]),t._v(" "),e("span",{staticClass:"notice-count"},[e("span",{staticClass:"current-notice",class:{active:t.current_notice>1}},[t._v(t._s(t.current_notice))]),t._v(" of "),e("span",{staticClass:"total-notice",class:{active:t.current_notice=0&&Math.floor(e)===e&&isFinite(t)}function y(t){return u(t)&&"function"==typeof t.then&&"function"==typeof t.catch}function _(t){return null==t?"":Array.isArray(t)||m(t)&&t.toString===h?JSON.stringify(t,b,2):String(t)}function b(t,e){return e&&e.__v_isRef?e.value:e}function $(t){var e=parseFloat(t);return isNaN(e)?t:e}function x(t,e){for(var n=Object.create(null),r=t.split(","),o=0;o-1)return t.splice(r,1)}}var S=Object.prototype.hasOwnProperty;function O(t,e){return S.call(t,e)}function T(t){var e=Object.create(null);return function(n){return e[n]||(e[n]=t(n))}}var A=/-(\w)/g,N=T((function(t){return t.replace(A,(function(t,e){return e?e.toUpperCase():""}))})),j=T((function(t){return t.charAt(0).toUpperCase()+t.slice(1)})),E=/\B([A-Z])/g,D=T((function(t){return t.replace(E,"-$1").toLowerCase()})),P=Function.prototype.bind?function(t,e){return t.bind(e)}:function(t,e){function n(n){var r=arguments.length;return r?r>1?t.apply(e,arguments):t.call(e,n):t.call(e)}return n._length=t.length,n};function L(t,e){e=e||0;for(var n=t.length-e,r=new Array(n);n--;)r[n]=t[n+e];return r}function M(t,e){for(var n in e)t[n]=e[n];return t}function I(t){for(var e={},n=0;n0,rt=tt&&tt.indexOf("edge/")>0;tt&&tt.indexOf("android");var ot=tt&&/iphone|ipad|ipod|ios/.test(tt);tt&&/chrome\/\d+/.test(tt),tt&&/phantomjs/.test(tt);var it,at=tt&&tt.match(/firefox\/(\d+)/),st={}.watch,ct=!1;if(Y)try{var lt={};Object.defineProperty(lt,"passive",{get:function(){ct=!0}}),window.addEventListener("test-passive",null,lt)}catch(t){}var ut=function(){return void 0===it&&(it=!Y&&void 0!==t.g&&t.g.process&&"server"===t.g.process.env.VUE_ENV),it},ft=Y&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__;function dt(t){return"function"==typeof t&&/native code/.test(t.toString())}var pt,vt="undefined"!=typeof Symbol&&dt(Symbol)&&"undefined"!=typeof Reflect&&dt(Reflect.ownKeys);pt="undefined"!=typeof Set&&dt(Set)?Set:function(){function t(){this.set=Object.create(null)}return t.prototype.has=function(t){return!0===this.set[t]},t.prototype.add=function(t){this.set[t]=!0},t.prototype.clear=function(){this.set=Object.create(null)},t}();var ht=null;function mt(t){void 0===t&&(t=null),t||ht&&ht._scope.off(),ht=t,t&&t._scope.on()}var gt=function(){function t(t,e,n,r,o,i,a,s){this.tag=t,this.data=e,this.children=n,this.text=r,this.elm=o,this.ns=void 0,this.context=i,this.fnContext=void 0,this.fnOptions=void 0,this.fnScopeId=void 0,this.key=e&&e.key,this.componentOptions=a,this.componentInstance=void 0,this.parent=void 0,this.raw=!1,this.isStatic=!1,this.isRootInsert=!0,this.isComment=!1,this.isCloned=!1,this.isOnce=!1,this.asyncFactory=s,this.asyncMeta=void 0,this.isAsyncPlaceholder=!1}return Object.defineProperty(t.prototype,"child",{get:function(){return this.componentInstance},enumerable:!1,configurable:!0}),t}(),yt=function(t){void 0===t&&(t="");var e=new gt;return e.text=t,e.isComment=!0,e};function _t(t){return new gt(void 0,void 0,void 0,String(t))}function bt(t){var e=new gt(t.tag,t.data,t.children&&t.children.slice(),t.text,t.elm,t.context,t.componentOptions,t.asyncFactory);return e.ns=t.ns,e.isStatic=t.isStatic,e.key=t.key,e.isComment=t.isComment,e.fnContext=t.fnContext,e.fnOptions=t.fnOptions,e.fnScopeId=t.fnScopeId,e.asyncMeta=t.asyncMeta,e.isCloned=!0,e}"function"==typeof SuppressedError&&SuppressedError;var $t=0,xt=[],wt=function(){for(var t=0;t0&&(Xt((r=Qt(r,"".concat(e||"","_").concat(n)))[0])&&Xt(i)&&(a[o]=_t(i.text+r[0].text),r.shift()),a.push.apply(a,r)):d(r)?Xt(i)?a[o]=_t(i.text+r):""!==r&&a.push(_t(r)):Xt(r)&&Xt(i)?a[o]=_t(i.text+r.text):(f(t._isVList)&&u(r.tag)&&l(r.key)&&u(e)&&(r.key="__vlist".concat(e,"_").concat(n,"__")),a.push(r)));return a}var Yt=1,te=2;function ee(t,e,n,r,o,i){return(c(n)||d(n))&&(o=r,r=n,n=void 0),f(i)&&(o=te),function(t,e,n,r,o){if(u(n)&&u(n.__ob__))return yt();if(u(n)&&u(n.is)&&(e=n.is),!e)return yt();var i,a;if(c(r)&&p(r[0])&&((n=n||{}).scopedSlots={default:r[0]},r.length=0),o===te?r=Gt(r):o===Yt&&(r=function(t){for(var e=0;e0,a=e?!!e.$stable:!i,c=e&&e.$key;if(e){if(e._normalized)return e._normalized;if(a&&r&&r!==s&&c===r.$key&&!i&&!r.$hasNormal)return r;for(var l in o={},e)e[l]&&"$"!==l[0]&&(o[l]=xe(t,n,l,e[l]))}else o={};for(var u in n)u in o||(o[u]=we(n,u));return e&&Object.isExtensible(e)&&(e._normalized=o),G(o,"$stable",a),G(o,"$key",c),G(o,"$hasNormal",i),o}function xe(t,e,n,r){var o=function(){var e=ht;mt(t);var n=arguments.length?r.apply(null,arguments):r({}),o=(n=n&&"object"==typeof n&&!c(n)?[n]:Gt(n))&&n[0];return mt(e),n&&(!o||1===n.length&&o.isComment&&!be(o))?void 0:n};return r.proxy&&Object.defineProperty(e,n,{get:o,enumerable:!0,configurable:!0}),o}function we(t,e){return function(){return t[e]}}function Ce(t,e,n,r,o){var i=!1;for(var a in e)a in t?e[a]!==n[a]&&(i=!0):(i=!0,ke(t,a,r,o));for(var a in t)a in e||(i=!0,delete t[a]);return i}function ke(t,e,n,r){Object.defineProperty(t,e,{enumerable:!0,configurable:!0,get:function(){return n[r][e]}})}function Se(t,e){for(var n in e)t[n]=e[n];for(var n in t)n in e||delete t[n]}var Oe,Te,Ae=null;function Ne(t,e){return(t.__esModule||vt&&"Module"===t[Symbol.toStringTag])&&(t=t.default),v(t)?e.extend(t):t}function je(t){if(c(t))for(var e=0;edocument.createEvent("Event").timeStamp&&(Ge=function(){return Xe.now()})}var Qe=function(t,e){if(t.post){if(!e.post)return 1}else if(e.post)return-1;return t.id-e.id};function Ye(){var t,e;for(Ze=Ge(),Je=!0,Ve.sort(Qe),We=0;WeWe&&Ve[n].id>t.id;)n--;Ve.splice(n+1,0,t)}else Ve.push(t);qe||(qe=!0,hn(Ye))}}(this)},t.prototype.run=function(){if(this.active){var t=this.get();if(t!==this.value||v(t)||this.deep){var e=this.value;if(this.value=t,this.user){var n='callback for watcher "'.concat(this.expression,'"');nn(this.cb,this.vm,[t,e],this.vm,n)}else this.cb.call(this.vm,t,e)}}},t.prototype.evaluate=function(){this.value=this.get(),this.dirty=!1},t.prototype.depend=function(){for(var t=this.deps.length;t--;)this.deps[t].depend()},t.prototype.teardown=function(){if(this.vm&&!this.vm._isBeingDestroyed&&k(this.vm._scope.effects,this),this.active){for(var t=this.deps.length;t--;)this.deps[t].removeSub(this);this.active=!1,this.onStop&&this.onStop()}},t}(),xn={enumerable:!0,configurable:!0,get:F,set:F};function wn(t,e,n){xn.get=function(){return this[e][n]},xn.set=function(t){this[e][n]=t},Object.defineProperty(t,n,xn)}function Cn(t){var e=t.$options;if(e.props&&function(t,e){var n=t.$options.propsData||{},r=t._props=Bt({}),o=t.$options._propKeys=[];!t.$parent||Dt(!1);var i=function(i){o.push(i);var a=Gn(i,e,n,t);It(r,i,a,void 0,!0),i in t||wn(t,"_props",i)};for(var a in e)i(a);Dt(!0)}(t,e.props),function(t){var e=t.$options,n=e.setup;if(n){var r=t._setupContext=function(t){return{get attrs(){if(!t._attrsProxy){var e=t._attrsProxy={};G(e,"_v_attr_proxy",!0),Ce(e,t.$attrs,s,t,"$attrs")}return t._attrsProxy},get listeners(){return t._listenersProxy||Ce(t._listenersProxy={},t.$listeners,s,t,"$listeners"),t._listenersProxy},get slots(){return function(t){return t._slotsProxy||Se(t._slotsProxy={},t.$scopedSlots),t._slotsProxy}(t)},emit:P(t.$emit,t),expose:function(e){e&&Object.keys(e).forEach((function(n){return zt(t,e,n)}))}}}(t);mt(t),St();var o=nn(n,null,[t._props||Bt({}),r],t,"setup");if(Ot(),mt(),p(o))e.render=o;else if(v(o))if(t._setupState=o,o.__sfc){var i=t._setupProxy={};for(var a in o)"__sfc"!==a&&zt(i,o,a)}else for(var a in o)Z(a)||zt(t,o,a)}}(t),e.methods&&function(t,e){for(var n in t.$options.props,e)t[n]="function"!=typeof e[n]?F:P(e[n],t)}(t,e.methods),e.data)!function(t){var e=t.$options.data;m(e=t._data=p(e)?function(t,e){St();try{return t.call(e,e)}catch(t){return en(t,e,"data()"),{}}finally{Ot()}}(e,t):e||{})||(e={});for(var n=Object.keys(e),r=t.$options.props,o=(t.$options.methods,n.length);o--;){var i=n[o];r&&O(r,i)||Z(i)||wn(t,"_data",i)}var a=Mt(e);a&&a.vmCount++}(t);else{var n=Mt(t._data={});n&&n.vmCount++}e.computed&&function(t,e){var n=t._computedWatchers=Object.create(null),r=ut();for(var o in e){var i=e[o],a=p(i)?i:i.get;r||(n[o]=new $n(t,a||F,F,kn)),o in t||Sn(t,o,i)}}(t,e.computed),e.watch&&e.watch!==st&&function(t,e){for(var n in e){var r=e[n];if(c(r))for(var o=0;o-1)if(i&&!O(o,"default"))a=!1;else if(""===a||a===D(t)){var c=tr(String,o.type);(c<0||s-1:"string"==typeof t?t.split(",").indexOf(e)>-1:(n=t,!("[object RegExp]"!==h.call(n))&&t.test(e));var n}function or(t,e){var n=t.cache,r=t.keys,o=t._vnode,i=t.$vnode;for(var a in n){var s=n[a];if(s){var c=s.name;c&&!e(c)&&ir(n,a,r,o)}}i.componentOptions.children=void 0}function ir(t,e,n,r){var o=t[e];!o||r&&o.tag===r.tag||o.componentInstance.$destroy(),t[e]=null,k(n,e)}!function(t){t.prototype._init=function(t){var e=this;e._uid=jn++,e._isVue=!0,e.__v_skip=!0,e._scope=new Me(!0),e._scope.parent=void 0,e._scope._vm=!0,t&&t._isComponent?function(t,e){var n=t.$options=Object.create(t.constructor.options),r=e._parentVnode;n.parent=e.parent,n._parentVnode=r;var o=r.componentOptions;n.propsData=o.propsData,n._parentListeners=o.listeners,n._renderChildren=o.children,n._componentTag=o.tag,e.render&&(n.render=e.render,n.staticRenderFns=e.staticRenderFns)}(e,t):e.$options=Wn(En(e.constructor),t||{},e),e._renderProxy=e,e._self=e,function(t){var e=t.$options,n=e.parent;if(n&&!e.abstract){for(;n.$options.abstract&&n.$parent;)n=n.$parent;n.$children.push(t)}t.$parent=n,t.$root=n?n.$root:t,t.$children=[],t.$refs={},t._provided=n?n._provided:Object.create(null),t._watcher=null,t._inactive=null,t._directInactive=!1,t._isMounted=!1,t._isDestroyed=!1,t._isBeingDestroyed=!1}(e),function(t){t._events=Object.create(null),t._hasHookEvent=!1;var e=t.$options._parentListeners;e&&Le(t,e)}(e),function(t){t._vnode=null,t._staticTrees=null;var e=t.$options,n=t.$vnode=e._parentVnode,r=n&&n.context;t.$slots=ye(e._renderChildren,r),t.$scopedSlots=n?$e(t.$parent,n.data.scopedSlots,t.$slots):s,t._c=function(e,n,r,o){return ee(t,e,n,r,o,!1)},t.$createElement=function(e,n,r,o){return ee(t,e,n,r,o,!0)};var o=n&&n.data;It(t,"$attrs",o&&o.attrs||s,null,!0),It(t,"$listeners",e._parentListeners||s,null,!0)}(e),Ue(e,"beforeCreate",void 0,!1),function(t){var e=Nn(t.$options.inject,t);e&&(Dt(!1),Object.keys(e).forEach((function(n){It(t,n,e[n])})),Dt(!0))}(e),Cn(e),function(t){var e=t.$options.provide;if(e){var n=p(e)?e.call(t):e;if(!v(n))return;for(var r=function(t){var e=t._provided,n=t.$parent&&t.$parent._provided;return n===e?t._provided=Object.create(n):e}(t),o=vt?Reflect.ownKeys(n):Object.keys(n),i=0;i1?L(n):n;for(var r=L(arguments,1),o='event handler for "'.concat(t,'"'),i=0,a=n.length;iparseInt(this.max)&&ir(e,n[0],n,this._vnode),this.vnodeToCache=null}}},created:function(){this.cache=Object.create(null),this.keys=[]},destroyed:function(){for(var t in this.cache)ir(this.cache,t,this.keys)},mounted:function(){var t=this;this.cacheVNode(),this.$watch("include",(function(e){or(t,(function(t){return rr(e,t)}))})),this.$watch("exclude",(function(e){or(t,(function(t){return!rr(e,t)}))}))},updated:function(){this.cacheVNode()},render:function(){var t=this.$slots.default,e=je(t),n=e&&e.componentOptions;if(n){var r=nr(n),o=this.include,i=this.exclude;if(o&&(!r||!rr(o,r))||i&&r&&rr(i,r))return e;var a=this.cache,s=this.keys,c=null==e.key?n.Ctor.cid+(n.tag?"::".concat(n.tag):""):e.key;a[c]?(e.componentInstance=a[c].componentInstance,k(s,c),s.push(c)):(this.vnodeToCache=e,this.keyToCache=c),e.data.keepAlive=!0}return e||t&&t[0]}}};!function(t){var e={get:function(){return J}};Object.defineProperty(t,"config",e),t.util={warn:Bn,extend:M,mergeOptions:Wn,defineReactive:It},t.set=Ft,t.delete=Rt,t.nextTick=hn,t.observable=function(t){return Mt(t),t},t.options=Object.create(null),K.forEach((function(e){t.options[e+"s"]=Object.create(null)})),t.options._base=t,M(t.options.components,sr),function(t){t.use=function(t){var e=this._installedPlugins||(this._installedPlugins=[]);if(e.indexOf(t)>-1)return this;var n=L(arguments,1);return n.unshift(this),p(t.install)?t.install.apply(t,n):p(t)&&t.apply(null,n),e.push(t),this}}(t),function(t){t.mixin=function(t){return this.options=Wn(this.options,t),this}}(t),function(t){t.cid=0;var e=1;t.extend=function(t){t=t||{};var n=this,r=n.cid,o=t._Ctor||(t._Ctor={});if(o[r])return o[r];var i=Mn(t)||Mn(n.options),a=function(t){this._init(t)};return(a.prototype=Object.create(n.prototype)).constructor=a,a.cid=e++,a.options=Wn(n.options,t),a.super=n,a.options.props&&function(t){var e=t.options.props;for(var n in e)wn(t.prototype,"_props",n)}(a),a.options.computed&&function(t){var e=t.options.computed;for(var n in e)Sn(t.prototype,n,e[n])}(a),a.extend=n.extend,a.mixin=n.mixin,a.use=n.use,K.forEach((function(t){a[t]=n[t]})),i&&(a.options.components[i]=a),a.superOptions=n.options,a.extendOptions=t,a.sealedOptions=M({},a.options),o[r]=a,a}}(t),function(t){K.forEach((function(e){t[e]=function(t,n){return n?("component"===e&&m(n)&&(n.name=n.name||t,n=this.options._base.extend(n)),"directive"===e&&p(n)&&(n={bind:n,update:n}),this.options[e+"s"][t]=n,n):this.options[e+"s"][t]}}))}(t)}(er),Object.defineProperty(er.prototype,"$isServer",{get:ut}),Object.defineProperty(er.prototype,"$ssrContext",{get:function(){return this.$vnode&&this.$vnode.ssrContext}}),Object.defineProperty(er,"FunctionalRenderContext",{value:Dn}),er.version="2.7.16";var cr=x("style,class"),lr=x("input,textarea,option,select,progress"),ur=function(t,e,n){return"value"===n&&lr(t)&&"button"!==e||"selected"===n&&"option"===t||"checked"===n&&"input"===t||"muted"===n&&"video"===t},fr=x("contenteditable,draggable,spellcheck"),dr=x("events,caret,typing,plaintext-only"),pr=function(t,e){return yr(e)||"false"===e?"false":"contenteditable"===t&&dr(e)?e:"true"},vr=x("allowfullscreen,async,autofocus,autoplay,checked,compact,controls,declare,default,defaultchecked,defaultmuted,defaultselected,defer,disabled,enabled,formnovalidate,hidden,indeterminate,inert,ismap,itemscope,loop,multiple,muted,nohref,noresize,noshade,novalidate,nowrap,open,pauseonexit,readonly,required,reversed,scoped,seamless,selected,sortable,truespeed,typemustmatch,visible"),hr="http://www.w3.org/1999/xlink",mr=function(t){return":"===t.charAt(5)&&"xlink"===t.slice(0,5)},gr=function(t){return mr(t)?t.slice(6,t.length):""},yr=function(t){return null==t||!1===t};function _r(t,e){return{staticClass:br(t.staticClass,e.staticClass),class:u(t.class)?[t.class,e.class]:e.class}}function br(t,e){return t?e?t+" "+e:t:e||""}function $r(t){return Array.isArray(t)?function(t){for(var e,n="",r=0,o=t.length;r-1?Jr(t,e,n):vr(e)?yr(n)?t.removeAttribute(e):(n="allowfullscreen"===e&&"EMBED"===t.tagName?"true":e,t.setAttribute(e,n)):fr(e)?t.setAttribute(e,pr(e,n)):mr(e)?yr(n)?t.removeAttributeNS(hr,gr(e)):t.setAttributeNS(hr,e,n):Jr(t,e,n)}function Jr(t,e,n){if(yr(n))t.removeAttribute(e);else{if(et&&!nt&&"TEXTAREA"===t.tagName&&"placeholder"===e&&""!==n&&!t.__ieph){var r=function(e){e.stopImmediatePropagation(),t.removeEventListener("input",r)};t.addEventListener("input",r),t.__ieph=!0}t.setAttribute(e,n)}}var Wr={create:Kr,update:Kr};function Zr(t,e){var n=e.elm,r=e.data,o=t.data;if(!(l(r.staticClass)&&l(r.class)&&(l(o)||l(o.staticClass)&&l(o.class)))){var i=function(t){for(var e=t.data,n=t,r=t;u(r.componentInstance);)(r=r.componentInstance._vnode)&&r.data&&(e=_r(r.data,e));for(;u(n=n.parent);)n&&n.data&&(e=_r(e,n.data));return o=e.staticClass,i=e.class,u(o)||u(i)?br(o,$r(i)):"";var o,i}(e),a=n._transitionClasses;u(a)&&(i=br(i,$r(a))),i!==n._prevClass&&(n.setAttribute("class",i),n._prevClass=i)}}var Gr,Xr,Qr,Yr,to,eo,no={create:Zr,update:Zr},ro=/[\w).+\-_$\]]/;function oo(t){var e,n,r,o,i,a=!1,s=!1,c=!1,l=!1,u=0,f=0,d=0,p=0;for(r=0;r=0&&" "===(h=t.charAt(v));v--);h&&ro.test(h)||(l=!0)}}else void 0===o?(p=r+1,o=t.slice(0,r).trim()):m();function m(){(i||(i=[])).push(t.slice(p,r).trim()),p=r+1}if(void 0===o?o=t.slice(0,r).trim():0!==p&&m(),i)for(r=0;r-1?{exp:t.slice(0,Yr),key:'"'+t.slice(Yr+1)+'"'}:{exp:t,key:null};for(Xr=t,Yr=to=eo=0;!xo();)wo(Qr=$o())?ko(Qr):91===Qr&&Co(Qr);return{exp:t.slice(0,to),key:t.slice(to+1,eo)}}(t);return null===n.key?"".concat(t,"=").concat(e):"$set(".concat(n.exp,", ").concat(n.key,", ").concat(e,")")}function $o(){return Xr.charCodeAt(++Yr)}function xo(){return Yr>=Gr}function wo(t){return 34===t||39===t}function Co(t){var e=1;for(to=Yr;!xo();)if(wo(t=$o()))ko(t);else if(91===t&&e++,93===t&&e--,0===e){eo=Yr;break}}function ko(t){for(var e=t;!xo()&&(t=$o())!==e;);}var So,Oo="__r",To="__c";function Ao(t,e,n){var r=So;return function o(){null!==e.apply(null,arguments)&&Eo(t,o,n,r)}}var No=sn&&!(at&&Number(at[1])<=53);function jo(t,e,n,r){if(No){var o=Ze,i=e;e=i._wrapper=function(t){if(t.target===t.currentTarget||t.timeStamp>=o||t.timeStamp<=0||t.target.ownerDocument!==document)return i.apply(this,arguments)}}So.addEventListener(t,e,ct?{capture:n,passive:r}:n)}function Eo(t,e,n,r){(r||So).removeEventListener(t,e._wrapper||e,n)}function Do(t,e){if(!l(t.data.on)||!l(e.data.on)){var n=e.data.on||{},r=t.data.on||{};So=e.elm||t.elm,function(t){if(u(t[Oo])){var e=et?"change":"input";t[e]=[].concat(t[Oo],t[e]||[]),delete t[Oo]}u(t[To])&&(t.change=[].concat(t[To],t.change||[]),delete t[To])}(n),Jt(n,r,jo,Eo,Ao,e.context),So=void 0}}var Po,Lo={create:Do,update:Do,destroy:function(t){return Do(t,Pr)}};function Mo(t,e){if(!l(t.data.domProps)||!l(e.data.domProps)){var n,r,o=e.elm,i=t.data.domProps||{},a=e.data.domProps||{};for(n in(u(a.__ob__)||f(a._v_attr_proxy))&&(a=e.data.domProps=M({},a)),i)n in a||(o[n]="");for(n in a){if(r=a[n],"textContent"===n||"innerHTML"===n){if(e.children&&(e.children.length=0),r===i[n])continue;1===o.childNodes.length&&o.removeChild(o.childNodes[0])}if("value"===n&&"PROGRESS"!==o.tagName){o._value=r;var s=l(r)?"":String(r);Io(o,s)&&(o.value=s)}else if("innerHTML"===n&&Cr(o.tagName)&&l(o.innerHTML)){(Po=Po||document.createElement("div")).innerHTML="".concat(r,"");for(var c=Po.firstChild;o.firstChild;)o.removeChild(o.firstChild);for(;c.firstChild;)o.appendChild(c.firstChild)}else if(r!==i[n])try{o[n]=r}catch(t){}}}}function Io(t,e){return!t.composing&&("OPTION"===t.tagName||function(t,e){var n=!0;try{n=document.activeElement!==t}catch(t){}return n&&t.value!==e}(t,e)||function(t,e){var n=t.value,r=t._vModifiers;if(u(r)){if(r.number)return $(n)!==$(e);if(r.trim)return n.trim()!==e.trim()}return n!==e}(t,e))}var Fo={create:Mo,update:Mo},Ro=T((function(t){var e={},n=/:(.+)/;return t.split(/;(?![^(]*\))/g).forEach((function(t){if(t){var r=t.split(n);r.length>1&&(e[r[0].trim()]=r[1].trim())}})),e}));function Ho(t){var e=Bo(t.style);return t.staticStyle?M(t.staticStyle,e):e}function Bo(t){return Array.isArray(t)?I(t):"string"==typeof t?Ro(t):t}var Uo,Vo=/^--/,zo=/\s*!important$/,Ko=function(t,e,n){if(Vo.test(e))t.style.setProperty(e,n);else if(zo.test(n))t.style.setProperty(D(e),n.replace(zo,""),"important");else{var r=Jo(e);if(Array.isArray(n))for(var o=0,i=n.length;o-1?e.split(Go).forEach((function(e){return t.classList.add(e)})):t.classList.add(e);else{var n=" ".concat(t.getAttribute("class")||""," ");n.indexOf(" "+e+" ")<0&&t.setAttribute("class",(n+e).trim())}}function Qo(t,e){if(e&&(e=e.trim()))if(t.classList)e.indexOf(" ")>-1?e.split(Go).forEach((function(e){return t.classList.remove(e)})):t.classList.remove(e),t.classList.length||t.removeAttribute("class");else{for(var n=" ".concat(t.getAttribute("class")||""," "),r=" "+e+" ";n.indexOf(r)>=0;)n=n.replace(r," ");(n=n.trim())?t.setAttribute("class",n):t.removeAttribute("class")}}function Yo(t){if(t){if("object"==typeof t){var e={};return!1!==t.css&&M(e,ti(t.name||"v")),M(e,t),e}return"string"==typeof t?ti(t):void 0}}var ti=T((function(t){return{enterClass:"".concat(t,"-enter"),enterToClass:"".concat(t,"-enter-to"),enterActiveClass:"".concat(t,"-enter-active"),leaveClass:"".concat(t,"-leave"),leaveToClass:"".concat(t,"-leave-to"),leaveActiveClass:"".concat(t,"-leave-active")}})),ei=Y&&!nt,ni="transition",ri="animation",oi="transition",ii="transitionend",ai="animation",si="animationend";ei&&(void 0===window.ontransitionend&&void 0!==window.onwebkittransitionend&&(oi="WebkitTransition",ii="webkitTransitionEnd"),void 0===window.onanimationend&&void 0!==window.onwebkitanimationend&&(ai="WebkitAnimation",si="webkitAnimationEnd"));var ci=Y?window.requestAnimationFrame?window.requestAnimationFrame.bind(window):setTimeout:function(t){return t()};function li(t){ci((function(){ci(t)}))}function ui(t,e){var n=t._transitionClasses||(t._transitionClasses=[]);n.indexOf(e)<0&&(n.push(e),Xo(t,e))}function fi(t,e){t._transitionClasses&&k(t._transitionClasses,e),Qo(t,e)}function di(t,e,n){var r=vi(t,e),o=r.type,i=r.timeout,a=r.propCount;if(!o)return n();var s=o===ni?ii:si,c=0,l=function(){t.removeEventListener(s,u),n()},u=function(e){e.target===t&&++c>=a&&l()};setTimeout((function(){c0&&(n=ni,u=a,f=i.length):e===ri?l>0&&(n=ri,u=l,f=c.length):f=(n=(u=Math.max(a,l))>0?a>l?ni:ri:null)?n===ni?i.length:c.length:0,{type:n,timeout:u,propCount:f,hasTransform:n===ni&&pi.test(r[oi+"Property"])}}function hi(t,e){for(;t.length1}function $i(t,e){!0!==e.data.show&&gi(e)}var xi=function(t){var e,n,r={},o=t.modules,i=t.nodeOps;for(e=0;ev?_(t,l(n[g+1])?null:n[g+1].elm,n,p,g,r):p>g&&$(e,d,v)}(d,h,g,n,c):u(g)?(u(t.text)&&i.setTextContent(d,""),_(d,null,g,0,g.length-1,n)):u(h)?$(h,0,h.length-1):u(t.text)&&i.setTextContent(d,""):t.text!==e.text&&i.setTextContent(d,e.text),u(v)&&u(p=v.hook)&&u(p=p.postpatch)&&p(t,e)}}}function S(t,e,n){if(f(n)&&u(t.parent))t.parent.data.pendingInsert=e;else for(var r=0;r-1,a.selected!==i&&(a.selected=i);else if(B(Oi(a),r))return void(t.selectedIndex!==s&&(t.selectedIndex=s));o||(t.selectedIndex=-1)}}function Si(t,e){return e.every((function(e){return!B(e,t)}))}function Oi(t){return"_value"in t?t._value:t.value}function Ti(t){t.target.composing=!0}function Ai(t){t.target.composing&&(t.target.composing=!1,Ni(t.target,"input"))}function Ni(t,e){var n=document.createEvent("HTMLEvents");n.initEvent(e,!0,!0),t.dispatchEvent(n)}function ji(t){return!t.componentInstance||t.data&&t.data.transition?t:ji(t.componentInstance._vnode)}var Ei={model:wi,show:{bind:function(t,e,n){var r=e.value,o=(n=ji(n)).data&&n.data.transition,i=t.__vOriginalDisplay="none"===t.style.display?"":t.style.display;r&&o?(n.data.show=!0,gi(n,(function(){t.style.display=i}))):t.style.display=r?i:"none"},update:function(t,e,n){var r=e.value;!r!=!e.oldValue&&((n=ji(n)).data&&n.data.transition?(n.data.show=!0,r?gi(n,(function(){t.style.display=t.__vOriginalDisplay})):yi(n,(function(){t.style.display="none"}))):t.style.display=r?t.__vOriginalDisplay:"none")},unbind:function(t,e,n,r,o){o||(t.style.display=t.__vOriginalDisplay)}}},Di={name:String,appear:Boolean,css:Boolean,mode:String,type:String,enterClass:String,leaveClass:String,enterToClass:String,leaveToClass:String,enterActiveClass:String,leaveActiveClass:String,appearClass:String,appearActiveClass:String,appearToClass:String,duration:[Number,String,Object]};function Pi(t){var e=t&&t.componentOptions;return e&&e.Ctor.options.abstract?Pi(je(e.children)):t}function Li(t){var e={},n=t.$options;for(var r in n.propsData)e[r]=t[r];var o=n._parentListeners;for(var r in o)e[N(r)]=o[r];return e}function Mi(t,e){if(/\d-keep-alive$/.test(e.tag))return t("keep-alive",{props:e.componentOptions.propsData})}var Ii=function(t){return t.tag||be(t)},Fi=function(t){return"show"===t.name},Ri={name:"transition",props:Di,abstract:!0,render:function(t){var e=this,n=this.$slots.default;if(n&&(n=n.filter(Ii)).length){var r=this.mode,o=n[0];if(function(t){for(;t=t.parent;)if(t.data.transition)return!0}(this.$vnode))return o;var i=Pi(o);if(!i)return o;if(this._leaving)return Mi(t,o);var a="__transition-".concat(this._uid,"-");i.key=null==i.key?i.isComment?a+"comment":a+i.tag:d(i.key)?0===String(i.key).indexOf(a)?i.key:a+i.key:i.key;var s=(i.data||(i.data={})).transition=Li(this),c=this._vnode,l=Pi(c);if(i.data.directives&&i.data.directives.some(Fi)&&(i.data.show=!0),l&&l.data&&!function(t,e){return e.key===t.key&&e.tag===t.tag}(i,l)&&!be(l)&&(!l.componentInstance||!l.componentInstance._vnode.isComment)){var u=l.data.transition=M({},s);if("out-in"===r)return this._leaving=!0,Wt(u,"afterLeave",(function(){e._leaving=!1,e.$forceUpdate()})),Mi(t,o);if("in-out"===r){if(be(i))return c;var f,p=function(){f()};Wt(s,"afterEnter",p),Wt(s,"enterCancelled",p),Wt(u,"delayLeave",(function(t){f=t}))}}return o}}},Hi=M({tag:String,moveClass:String},Di);function Bi(t){t.elm._moveCb&&t.elm._moveCb(),t.elm._enterCb&&t.elm._enterCb()}function Ui(t){t.data.newPos=t.elm.getBoundingClientRect()}function Vi(t){var e=t.data.pos,n=t.data.newPos,r=e.left-n.left,o=e.top-n.top;if(r||o){t.data.moved=!0;var i=t.elm.style;i.transform=i.WebkitTransform="translate(".concat(r,"px,").concat(o,"px)"),i.transitionDuration="0s"}}delete Hi.mode;var zi={Transition:Ri,TransitionGroup:{props:Hi,beforeMount:function(){var t=this,e=this._update;this._update=function(n,r){var o=Fe(t);t.__patch__(t._vnode,t.kept,!1,!0),t._vnode=t.kept,o(),e.call(t,n,r)}},render:function(t){for(var e=this.tag||this.$vnode.data.tag||"span",n=Object.create(null),r=this.prevChildren=this.children,o=this.$slots.default||[],i=this.children=[],a=Li(this),s=0;s-1?Or[t]=e.constructor===window.HTMLUnknownElement||e.constructor===window.HTMLElement:Or[t]=/HTMLUnknownElement/.test(e.toString())},M(er.options.directives,Ei),M(er.options.components,zi),er.prototype.__patch__=Y?xi:F,er.prototype.$mount=function(t,e){return function(t,e,n){var r;t.$el=e,t.$options.render||(t.$options.render=yt),Ue(t,"beforeMount"),r=function(){t._update(t._render(),n)},new $n(t,r,F,{before:function(){t._isMounted&&!t._isDestroyed&&Ue(t,"beforeUpdate")}},!0),n=!1;var o=t._preWatchers;if(o)for(var i=0;i\/=]+)(?:\s*(=)\s*(?:"([^"]*)"+|'([^']*)'+|([^\s"'=<>`]+)))?/,ea=/^\s*((?:v-[\w-]+:|@|:|#)\[[^=]+?\][^\s"'<>\/=]*)(?:\s*(=)\s*(?:"([^"]*)"+|'([^']*)'+|([^\s"'=<>`]+)))?/,na="[a-zA-Z_][\\-\\.0-9_a-zA-Z".concat(W.source,"]*"),ra="((?:".concat(na,"\\:)?").concat(na,")"),oa=new RegExp("^<".concat(ra)),ia=/^\s*(\/?)>/,aa=new RegExp("^<\\/".concat(ra,"[^>]*>")),sa=/^]+>/i,ca=/^",""":'"',"&":"&"," ":"\n"," ":"\t","'":"'"},pa=/&(?:lt|gt|quot|amp|#39);/g,va=/&(?:lt|gt|quot|amp|#39|#10|#9);/g,ha=x("pre,textarea",!0),ma=function(t,e){return t&&ha(t)&&"\n"===e[0]};function ga(t,e){var n=e?va:pa;return t.replace(n,(function(t){return da[t]}))}var ya,_a,ba,$a,xa,wa,Ca,ka,Sa=/^@|^v-on:/,Oa=/^v-|^@|^:|^#/,Ta=/([\s\S]*?)\s+(?:in|of)\s+([\s\S]*)/,Aa=/,([^,\}\]]*)(?:,([^,\}\]]*))?$/,Na=/^\(|\)$/g,ja=/^\[.*\]$/,Ea=/:(.*)$/,Da=/^:|^\.|^v-bind:/,Pa=/\.[^.\]]+(?=[^\]]*$)/g,La=/^v-slot(:|$)|^#/,Ma=/[\r\n]/,Ia=/[ \f\t\r\n]+/g,Fa=T((function(t){return(Ki=Ki||document.createElement("div")).innerHTML=t,Ki.textContent})),Ra="_empty_";function Ha(t,e,n){return{type:1,tag:t,attrsList:e,attrsMap:Ja(e),rawAttrsMap:{},parent:n,children:[]}}function Ba(t,e){ya=e.warn||ao,wa=e.isPreTag||R,Ca=e.mustUseProp||R,ka=e.getTagNamespace||R;e.isReservedTag;ba=so(e.modules,"transformNode"),$a=so(e.modules,"preTransformNode"),xa=so(e.modules,"postTransformNode"),_a=e.delimiters;var n,r,o=[],i=!1!==e.preserveWhitespace,a=e.whitespace,s=!1,c=!1;function l(t){if(u(t),s||t.processed||(t=Ua(t,e)),o.length||t===n||n.if&&(t.elseif||t.else)&&za(n,{exp:t.elseif,block:t}),r&&!t.forbidden)if(t.elseif||t.else)a=t,l=function(t){for(var e=t.length;e--;){if(1===t[e].type)return t[e];t.pop()}}(r.children),l&&l.if&&za(l,{exp:a.elseif,block:a});else{if(t.slotScope){var i=t.slotTarget||'"default"';(r.scopedSlots||(r.scopedSlots={}))[i]=t}r.children.push(t),t.parent=r}var a,l;t.children=t.children.filter((function(t){return!t.slotScope})),u(t),t.pre&&(s=!1),wa(t.tag)&&(c=!1);for(var f=0;f]*>)","i"));x=t.replace(p,(function(t,n,r){return l=r.length,ua(d)||"noscript"===d||(n=n.replace(//g,"$1").replace(//g,"$1")),ma(d,n)&&(n=n.slice(1)),e.chars&&e.chars(n),""})),c+=t.length-x.length,t=x,f(d,c-l,c)}else{var v=t.indexOf("<");if(0===v){if(ca.test(t)){var h=t.indexOf("--\x3e");if(h>=0)return e.shouldKeepComment&&e.comment&&e.comment(t.substring(4,h),c,c+h+3),u(h+3),"continue"}if(la.test(t)){var m=t.indexOf("]>");if(m>=0)return u(m+2),"continue"}var g=t.match(sa);if(g)return u(g[0].length),"continue";var y=t.match(aa);if(y){var _=c;return u(y[0].length),f(y[1],_,c),"continue"}var b=function(){var e=t.match(oa);if(e){var n={tagName:e[1],attrs:[],start:c};u(e[0].length);for(var r=void 0,o=void 0;!(r=t.match(ia))&&(o=t.match(ea)||t.match(ta));)o.start=c,u(o[0].length),o.end=c,n.attrs.push(o);if(r)return n.unarySlash=r[1],u(r[0].length),n.end=c,n}}();if(b)return function(t){var n=t.tagName,c=t.unarySlash;i&&("p"===r&&Yi(n)&&f(r),s(n)&&r===n&&f(n));for(var l=a(n)||!!c,u=t.attrs.length,d=new Array(u),p=0;p=0){for(x=t.slice(v);!(aa.test(x)||oa.test(x)||ca.test(x)||la.test(x)||(w=x.indexOf("<",1))<0);)v+=w,x=t.slice(v);$=t.substring(0,v)}v<0&&($=t),$&&u($.length),e.chars&&$&&e.chars($,c-$.length,c)}if(t===n)return e.chars&&e.chars(t),"break"};t&&"break"!==l(););function u(e){c+=e,t=t.substring(e)}function f(t,n,i){var a,s;if(null==n&&(n=c),null==i&&(i=c),t)for(s=t.toLowerCase(),a=o.length-1;a>=0&&o[a].lowerCasedTag!==s;a--);else a=0;if(a>=0){for(var l=o.length-1;l>=a;l--)e.end&&e.end(o[l].tag,n,i);o.length=a,r=a&&o[a-1].tag}else"br"===s?e.start&&e.start(t,[],!0,n,i):"p"===s&&(e.start&&e.start(t,[],!1,n,i),e.end&&e.end(t,n,i))}f()}(t,{warn:ya,expectHTML:e.expectHTML,isUnaryTag:e.isUnaryTag,canBeLeftOpenTag:e.canBeLeftOpenTag,shouldDecodeNewlines:e.shouldDecodeNewlines,shouldDecodeNewlinesForHref:e.shouldDecodeNewlinesForHref,shouldKeepComment:e.comments,outputSourceRange:e.outputSourceRange,start:function(t,i,a,u,f){var d=r&&r.ns||ka(t);et&&"svg"===d&&(i=function(t){for(var e=[],n=0;nc&&(s.push(i=t.slice(c,o)),a.push(JSON.stringify(i)));var l=oo(r[1].trim());a.push("_s(".concat(l,")")),s.push({"@binding":l}),c=o+r[0].length}return c-1")+("true"===i?":(".concat(e,")"):":_q(".concat(e,",").concat(i,")"))),vo(t,"change","var $$a=".concat(e,",")+"$$el=$event.target,"+"$$c=$$el.checked?(".concat(i,"):(").concat(a,");")+"if(Array.isArray($$a)){"+"var $$v=".concat(r?"_n("+o+")":o,",")+"$$i=_i($$a,$$v);"+"if($$el.checked){$$i<0&&(".concat(bo(e,"$$a.concat([$$v])"),")}")+"else{$$i>-1&&(".concat(bo(e,"$$a.slice(0,$$i).concat($$a.slice($$i+1))"),")}")+"}else{".concat(bo(e,"$$c"),"}"),null,!0)}(t,r,o);else if("input"===i&&"radio"===a)!function(t,e,n){var r=n&&n.number,o=ho(t,"value")||"null";o=r?"_n(".concat(o,")"):o,co(t,"checked","_q(".concat(e,",").concat(o,")")),vo(t,"change",bo(e,o),null,!0)}(t,r,o);else if("input"===i||"textarea"===i)!function(t,e,n){var r=t.attrsMap.type,o=n||{},i=o.lazy,a=o.number,s=o.trim,c=!i&&"range"!==r,l=i?"change":"range"===r?Oo:"input",u="$event.target.value";s&&(u="$event.target.value.trim()"),a&&(u="_n(".concat(u,")"));var f=bo(e,u);c&&(f="if($event.target.composing)return;".concat(f)),co(t,"value","(".concat(e,")")),vo(t,l,f,null,!0),(s||a)&&vo(t,"blur","$forceUpdate()")}(t,r,o);else if(!J.isReservedTag(i))return _o(t,r,o),!1;return!0},text:function(t,e){e.value&&co(t,"textContent","_s(".concat(e.value,")"),e)},html:function(t,e){e.value&&co(t,"innerHTML","_s(".concat(e.value,")"),e)}},isPreTag:function(t){return"pre"===t},isUnaryTag:Xi,mustUseProp:ur,canBeLeftOpenTag:Qi,isReservedTag:kr,getTagNamespace:Sr,staticKeys:function(t){return t.reduce((function(t,e){return t.concat(e.staticKeys||[])}),[]).join(",")}(Ya)},es=T((function(t){return x("type,tag,attrsList,attrsMap,plain,parent,children,attrs,start,end,rawAttrsMap"+(t?","+t:""))}));function ns(t,e){t&&(Xa=es(e.staticKeys||""),Qa=e.isReservedTag||R,rs(t),os(t,!1))}function rs(t){if(t.static=function(t){return 2!==t.type&&(3===t.type||!(!t.pre&&(t.hasBindings||t.if||t.for||w(t.tag)||!Qa(t.tag)||function(t){for(;t.parent;){if("template"!==(t=t.parent).tag)return!1;if(t.for)return!0}return!1}(t)||!Object.keys(t).every(Xa))))}(t),1===t.type){if(!Qa(t.tag)&&"slot"!==t.tag&&null==t.attrsMap["inline-template"])return;for(var e=0,n=t.children.length;e|^function(?:\s+[\w$]+)?\s*\(/,as=/\([^)]*?\);*$/,ss=/^[A-Za-z_$][\w$]*(?:\.[A-Za-z_$][\w$]*|\['[^']*?']|\["[^"]*?"]|\[\d+]|\[[A-Za-z_$][\w$]*])*$/,cs={esc:27,tab:9,enter:13,space:32,up:38,left:37,right:39,down:40,delete:[8,46]},ls={esc:["Esc","Escape"],tab:"Tab",enter:"Enter",space:[" ","Spacebar"],up:["Up","ArrowUp"],left:["Left","ArrowLeft"],right:["Right","ArrowRight"],down:["Down","ArrowDown"],delete:["Backspace","Delete","Del"]},us=function(t){return"if(".concat(t,")return null;")},fs={stop:"$event.stopPropagation();",prevent:"$event.preventDefault();",self:us("$event.target !== $event.currentTarget"),ctrl:us("!$event.ctrlKey"),shift:us("!$event.shiftKey"),alt:us("!$event.altKey"),meta:us("!$event.metaKey"),left:us("'button' in $event && $event.button !== 0"),middle:us("'button' in $event && $event.button !== 1"),right:us("'button' in $event && $event.button !== 2")};function ds(t,e){var n=e?"nativeOn:":"on:",r="",o="";for(var i in t){var a=ps(t[i]);t[i]&&t[i].dynamic?o+="".concat(i,",").concat(a,","):r+='"'.concat(i,'":').concat(a,",")}return r="{".concat(r.slice(0,-1),"}"),o?n+"_d(".concat(r,",[").concat(o.slice(0,-1),"])"):n+r}function ps(t){if(!t)return"function(){}";if(Array.isArray(t))return"[".concat(t.map((function(t){return ps(t)})).join(","),"]");var e=ss.test(t.value),n=is.test(t.value),r=ss.test(t.value.replace(as,""));if(t.modifiers){var o="",i="",a=[],s=function(e){if(fs[e])i+=fs[e],cs[e]&&a.push(e);else if("exact"===e){var n=t.modifiers;i+=us(["ctrl","shift","alt","meta"].filter((function(t){return!n[t]})).map((function(t){return"$event.".concat(t,"Key")})).join("||"))}else a.push(e)};for(var c in t.modifiers)s(c);a.length&&(o+=function(t){return"if(!$event.type.indexOf('key')&&"+"".concat(t.map(vs).join("&&"),")return null;")}(a)),i&&(o+=i);var l=e?"return ".concat(t.value,".apply(null, arguments)"):n?"return (".concat(t.value,").apply(null, arguments)"):r?"return ".concat(t.value):t.value;return"function($event){".concat(o).concat(l,"}")}return e||n?t.value:"function($event){".concat(r?"return ".concat(t.value):t.value,"}")}function vs(t){var e=parseInt(t,10);if(e)return"$event.keyCode!==".concat(e);var n=cs[t],r=ls[t];return"_k($event.keyCode,"+"".concat(JSON.stringify(t),",")+"".concat(JSON.stringify(n),",")+"$event.key,"+"".concat(JSON.stringify(r))+")"}var hs={on:function(t,e){t.wrapListeners=function(t){return"_g(".concat(t,",").concat(e.value,")")}},bind:function(t,e){t.wrapData=function(n){return"_b(".concat(n,",'").concat(t.tag,"',").concat(e.value,",").concat(e.modifiers&&e.modifiers.prop?"true":"false").concat(e.modifiers&&e.modifiers.sync?",true":"",")")}},cloak:F},ms=function(t){this.options=t,this.warn=t.warn||ao,this.transforms=so(t.modules,"transformCode"),this.dataGenFns=so(t.modules,"genData"),this.directives=M(M({},hs),t.directives);var e=t.isReservedTag||R;this.maybeComponent=function(t){return!!t.component||!e(t.tag)},this.onceId=0,this.staticRenderFns=[],this.pre=!1};function gs(t,e){var n=new ms(e),r=t?"script"===t.tag?"null":ys(t,n):'_c("div")';return{render:"with(this){return ".concat(r,"}"),staticRenderFns:n.staticRenderFns}}function ys(t,e){if(t.parent&&(t.pre=t.pre||t.parent.pre),t.staticRoot&&!t.staticProcessed)return _s(t,e);if(t.once&&!t.onceProcessed)return bs(t,e);if(t.for&&!t.forProcessed)return ws(t,e);if(t.if&&!t.ifProcessed)return $s(t,e);if("template"!==t.tag||t.slotTarget||e.pre){if("slot"===t.tag)return function(t,e){var n=t.slotName||'"default"',r=Os(t,e),o="_t(".concat(n).concat(r?",function(){return ".concat(r,"}"):""),i=t.attrs||t.dynamicAttrs?Ns((t.attrs||[]).concat(t.dynamicAttrs||[]).map((function(t){return{name:N(t.name),value:t.value,dynamic:t.dynamic}}))):null,a=t.attrsMap["v-bind"];return!i&&!a||r||(o+=",null"),i&&(o+=",".concat(i)),a&&(o+="".concat(i?"":",null",",").concat(a)),o+")"}(t,e);var n=void 0;if(t.component)n=function(t,e,n){var r=e.inlineTemplate?null:Os(e,n,!0);return"_c(".concat(t,",").concat(Cs(e,n)).concat(r?",".concat(r):"",")")}(t.component,t,e);else{var r=void 0,o=e.maybeComponent(t);(!t.plain||t.pre&&o)&&(r=Cs(t,e));var i=void 0,a=e.options.bindings;o&&a&&!1!==a.__isScriptSetup&&(i=function(t,e){var n=N(e),r=j(n),o=function(o){return t[e]===o?e:t[n]===o?n:t[r]===o?r:void 0},i=o("setup-const")||o("setup-reactive-const");if(i)return i;var a=o("setup-let")||o("setup-ref")||o("setup-maybe-ref");return a||void 0}(a,t.tag)),i||(i="'".concat(t.tag,"'"));var s=t.inlineTemplate?null:Os(t,e,!0);n="_c(".concat(i).concat(r?",".concat(r):"").concat(s?",".concat(s):"",")")}for(var c=0;c>>0}(a)):"",")")}(t,t.scopedSlots,e),",")),t.model&&(n+="model:{value:".concat(t.model.value,",callback:").concat(t.model.callback,",expression:").concat(t.model.expression,"},")),t.inlineTemplate){var i=function(t,e){var n=t.children[0];if(n&&1===n.type){var r=gs(n,e.options);return"inlineTemplate:{render:function(){".concat(r.render,"},staticRenderFns:[").concat(r.staticRenderFns.map((function(t){return"function(){".concat(t,"}")})).join(","),"]}")}}(t,e);i&&(n+="".concat(i,","))}return n=n.replace(/,$/,"")+"}",t.dynamicAttrs&&(n="_b(".concat(n,',"').concat(t.tag,'",').concat(Ns(t.dynamicAttrs),")")),t.wrapData&&(n=t.wrapData(n)),t.wrapListeners&&(n=t.wrapListeners(n)),n}function ks(t){return 1===t.type&&("slot"===t.tag||t.children.some(ks))}function Ss(t,e){var n=t.attrsMap["slot-scope"];if(t.if&&!t.ifProcessed&&!n)return $s(t,e,Ss,"null");if(t.for&&!t.forProcessed)return ws(t,e,Ss);var r=t.slotScope===Ra?"":String(t.slotScope),o="function(".concat(r,"){")+"return ".concat("template"===t.tag?t.if&&n?"(".concat(t.if,")?").concat(Os(t,e)||"undefined",":undefined"):Os(t,e)||"undefined":ys(t,e),"}"),i=r?"":",proxy:true";return"{key:".concat(t.slotTarget||'"default"',",fn:").concat(o).concat(i,"}")}function Os(t,e,n,r,o){var i=t.children;if(i.length){var a=i[0];if(1===i.length&&a.for&&"template"!==a.tag&&"slot"!==a.tag){var s=n?e.maybeComponent(a)?",1":",0":"";return"".concat((r||ys)(a,e)).concat(s)}var c=n?function(t,e){for(var n=0,r=0;r':'
',Ls.innerHTML.indexOf(" ")>0}var Rs=!!Y&&Fs(!1),Hs=!!Y&&Fs(!0),Bs=T((function(t){var e=Ar(t);return e&&e.innerHTML})),Us=er.prototype.$mount;er.prototype.$mount=function(t,e){if((t=t&&Ar(t))===document.body||t===document.documentElement)return this;var n=this.$options;if(!n.render){var r=n.template;if(r)if("string"==typeof r)"#"===r.charAt(0)&&(r=Bs(r));else{if(!r.nodeType)return this;r=r.innerHTML}else t&&(r=function(t){if(t.outerHTML)return t.outerHTML;var e=document.createElement("div");return e.appendChild(t.cloneNode(!0)),e.innerHTML}(t));if(r){var o=Is(r,{outputSourceRange:!1,shouldDecodeNewlines:Rs,shouldDecodeNewlinesForHref:Hs,delimiters:n.delimiters,comments:n.comments},this),i=o.render,a=o.staticRenderFns;n.render=i,n.staticRenderFns=a}}return Us.call(this,t,e)},er.compile=Is,n()("#dokan-promo-notices").length&&new er({el:"#dokan-promo-notices",render:t=>t(a)})})(); \ No newline at end of file +(()=>{"use strict";var t={n:e=>{var n=e&&e.__esModule?()=>e.default:()=>e;return t.d(n,{a:n}),n},d:(e,n)=>{for(var r in n)t.o(n,r)&&!t.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:n[r]})}};t.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(t){if("object"==typeof window)return window}}(),t.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e);const e=window.jQuery;var n=t.n(e);const r={name:"AdminNotice",props:{endpoint:{type:String,default:"admin"},interval:{type:Number,default:5e3},scope:{type:String,default:""}},data:()=>({timer:null,notices:[],loading:!1,button_text:"",current_notice:1,task_completed:!1,transitionName:"slide-next"}),created(){this.fetch()},methods:{fetch(){const t=this.scope?`?scope=${this.scope}`:"";n().ajax({url:`${dokan_promo.rest.root}${dokan_promo.rest.version}/admin/notices/${this.endpoint}${t}`,method:"get",beforeSend:function(t){t.setRequestHeader("X-WP-Nonce",dokan_promo.rest.nonce)}}).done((t=>{this.notices=t.filter((t=>t.description||t.title)),this.startAutoSlide()}))},slideNotice(t){this.current_notice+=t,this.transitionName=1===t?"slide-next":"slide-prev";let e=this.notices.length;this.current_notice<1&&(this.current_notice=e),this.current_notice>e&&(this.current_notice=1)},nextNotice(){this.stopAutoSlide(),this.slideNotice(1)},prevNotice(){this.stopAutoSlide(),this.slideNotice(-1)},startAutoSlide(){!this.loading&&this.notices.length>1&&(this.timer=setInterval((()=>{this.slideNotice(1)}),this.interval))},stopAutoSlide(){!this.loading&&this.notices.length>1&&(clearInterval(this.timer),this.timer=null)},hideNotice(t,e){n().ajax({url:dokan_promo.ajaxurl,method:"post",dataType:"json",data:t.ajax_data}).done((()=>{this.notices.splice(e,1),this.slideNotice(1)}))},handleAction(t,e){t.confirm_message?Swal.fire({title:this.__("Are you sure?","dokan-lite"),icon:"warning",html:t.confirm_message,showCancelButton:!0,confirmButtonText:t.text,cancelButtonText:this.__("Cancel","dokan-lite")}).then((n=>{n.value&&this.handleRequest(t,e)})):this.handleRequest(t,e)},handleRequest(t,e){this.loading=!0,this.button_text=t.loading_text?t.loading_text:this.__("Loading...","dokan-lite"),n().ajax({url:dokan_promo.ajaxurl,method:"post",dataType:"json",data:t.ajax_data}).always((()=>{this.loading=!1})).done((()=>{this.button_text=t.completed_text?t.completed_text:t.text,this.task_completed=!0,t.reload?window.location.reload():(this.notices.splice(e,1),this.slideNotice(1))}))}}};function o(t,e,n,r,o,i,a,s){var c,l="function"==typeof t?t.options:t;if(e&&(l.render=e,l.staticRenderFns=n,l._compiled=!0),r&&(l.functional=!0),i&&(l._scopeId="data-v-"+i),a?(c=function(t){(t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||"undefined"==typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),o&&o.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(a)},l._ssrRegister=c):o&&(c=s?function(){o.call(this,(l.functional?this.parent:this).$root.$options.shadowRoot)}:o),c)if(l.functional){l._injectStyles=c;var u=l.render;l.render=function(t,e){return c.call(e),u(t,e)}}else{var f=l.beforeCreate;l.beforeCreate=f?[].concat(f,c):[c]}return{exports:t,options:l}}var i=o(r,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"notice dokan-admin-notices-wrap"},[t.notices&&t.notices.length?e("div",{staticClass:"dokan-admin-notices"},[e("transition-group",{staticClass:"dokan-notice-slides leading-[1.5em] box-content",attrs:{name:t.transitionName,tag:"div"}},[t._l(t.notices,(function(n,r){return[e("div",{directives:[{name:"show",rawName:"v-show",value:r+1===t.current_notice,expression:"(index + 1) === current_notice"}],key:r,staticClass:"dokan-admin-notice",class:`dokan-${n.type}`,on:{mouseenter:t.stopAutoSlide,mouseleave:t.startAutoSlide}},[e("div",{staticClass:"notice-content",style:n.title&&n.actions&&n.description?"align-items: start":"align-items: center"},[e("div",{staticClass:"logo-wrap"},[e("div",{staticClass:"dokan-logo"}),t._v(" "),e("span",{staticClass:"dokan-icon",class:`dokan-icon-${n.type}`})]),t._v(" "),e("div",{staticClass:"dokan-message"},[n.title?e("h3",[t._v(t._s(n.title))]):t._e(),t._v(" "),n.description?e("div",{domProps:{innerHTML:t._s(n.description)}}):t._e(),t._v(" "),n.actions&&n.actions.length?[t._l(n.actions,(function(n){return[n.action?e("a",{staticClass:"dokan-btn",class:[`dokan-btn-${n.type}`,n.class],attrs:{target:n.target?n.target:"_self",href:n.action}},[t._v(t._s(n.text))]):e("button",{staticClass:"dokan-btn btn-dokan",class:[`dokan-btn-${n.type}`,n.class],attrs:{disabled:t.loading},on:{click:function(e){return t.handleAction(n,r)}}},[t._v(t._s(t.loading||t.task_completed?t.button_text:n.text))])]}))]:t._e()],2),t._v(" "),n.show_close_button&&n.close_url?e("a",{staticClass:"close-notice",attrs:{href:n.close_url}},[e("span",{staticClass:"dashicons dashicons-no-alt"})]):t._e(),t._v(" "),n.show_close_button&&n.ajax_data?e("button",{staticClass:"close-notice",attrs:{disabled:t.loading},on:{click:function(e){return t.hideNotice(n,r)}}},[e("span",{staticClass:"dashicons dashicons-no-alt"})]):t._e()])])]}))],2),t._v(" "),e("div",{directives:[{name:"show",rawName:"v-show",value:t.notices.length>1,expression:"notices.length > 1"}],staticClass:"slide-notice"},[e("span",{staticClass:"prev",class:{active:t.current_notice>1},on:{click:function(e){return t.prevNotice()}}},[e("svg",{attrs:{width:"8",height:"13",viewBox:"0 0 8 13",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[e("path",{attrs:{d:"M0.791129 6.10203L6.4798 0.415254C6.72942 0.166269 7.13383 0.166269 7.38408 0.415254C7.63369 0.664239 7.63369 1.06866 7.38408 1.31764L2.14663 6.5532L7.38345 11.7888C7.63306 12.0377 7.63306 12.4422 7.38345 12.6918C7.13383 12.9408 6.72879 12.9408 6.47917 12.6918L0.790498 7.005C0.544665 6.75859 0.544666 6.34781 0.791129 6.10203Z",fill:"#DADFE4"}})])]),t._v(" "),e("span",{staticClass:"notice-count"},[e("span",{staticClass:"current-notice",class:{active:t.current_notice>1}},[t._v(t._s(t.current_notice))]),t._v(" of "),e("span",{staticClass:"total-notice",class:{active:t.current_notice=0&&Math.floor(e)===e&&isFinite(t)}function y(t){return u(t)&&"function"==typeof t.then&&"function"==typeof t.catch}function _(t){return null==t?"":Array.isArray(t)||m(t)&&t.toString===h?JSON.stringify(t,b,2):String(t)}function b(t,e){return e&&e.__v_isRef?e.value:e}function $(t){var e=parseFloat(t);return isNaN(e)?t:e}function x(t,e){for(var n=Object.create(null),r=t.split(","),o=0;o-1)return t.splice(r,1)}}var S=Object.prototype.hasOwnProperty;function O(t,e){return S.call(t,e)}function T(t){var e=Object.create(null);return function(n){return e[n]||(e[n]=t(n))}}var A=/-(\w)/g,N=T((function(t){return t.replace(A,(function(t,e){return e?e.toUpperCase():""}))})),j=T((function(t){return t.charAt(0).toUpperCase()+t.slice(1)})),E=/\B([A-Z])/g,D=T((function(t){return t.replace(E,"-$1").toLowerCase()})),P=Function.prototype.bind?function(t,e){return t.bind(e)}:function(t,e){function n(n){var r=arguments.length;return r?r>1?t.apply(e,arguments):t.call(e,n):t.call(e)}return n._length=t.length,n};function L(t,e){e=e||0;for(var n=t.length-e,r=new Array(n);n--;)r[n]=t[n+e];return r}function M(t,e){for(var n in e)t[n]=e[n];return t}function I(t){for(var e={},n=0;n0,rt=tt&&tt.indexOf("edge/")>0;tt&&tt.indexOf("android");var ot=tt&&/iphone|ipad|ipod|ios/.test(tt);tt&&/chrome\/\d+/.test(tt),tt&&/phantomjs/.test(tt);var it,at=tt&&tt.match(/firefox\/(\d+)/),st={}.watch,ct=!1;if(Y)try{var lt={};Object.defineProperty(lt,"passive",{get:function(){ct=!0}}),window.addEventListener("test-passive",null,lt)}catch(t){}var ut=function(){return void 0===it&&(it=!Y&&void 0!==t.g&&t.g.process&&"server"===t.g.process.env.VUE_ENV),it},ft=Y&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__;function dt(t){return"function"==typeof t&&/native code/.test(t.toString())}var pt,vt="undefined"!=typeof Symbol&&dt(Symbol)&&"undefined"!=typeof Reflect&&dt(Reflect.ownKeys);pt="undefined"!=typeof Set&&dt(Set)?Set:function(){function t(){this.set=Object.create(null)}return t.prototype.has=function(t){return!0===this.set[t]},t.prototype.add=function(t){this.set[t]=!0},t.prototype.clear=function(){this.set=Object.create(null)},t}();var ht=null;function mt(t){void 0===t&&(t=null),t||ht&&ht._scope.off(),ht=t,t&&t._scope.on()}var gt=function(){function t(t,e,n,r,o,i,a,s){this.tag=t,this.data=e,this.children=n,this.text=r,this.elm=o,this.ns=void 0,this.context=i,this.fnContext=void 0,this.fnOptions=void 0,this.fnScopeId=void 0,this.key=e&&e.key,this.componentOptions=a,this.componentInstance=void 0,this.parent=void 0,this.raw=!1,this.isStatic=!1,this.isRootInsert=!0,this.isComment=!1,this.isCloned=!1,this.isOnce=!1,this.asyncFactory=s,this.asyncMeta=void 0,this.isAsyncPlaceholder=!1}return Object.defineProperty(t.prototype,"child",{get:function(){return this.componentInstance},enumerable:!1,configurable:!0}),t}(),yt=function(t){void 0===t&&(t="");var e=new gt;return e.text=t,e.isComment=!0,e};function _t(t){return new gt(void 0,void 0,void 0,String(t))}function bt(t){var e=new gt(t.tag,t.data,t.children&&t.children.slice(),t.text,t.elm,t.context,t.componentOptions,t.asyncFactory);return e.ns=t.ns,e.isStatic=t.isStatic,e.key=t.key,e.isComment=t.isComment,e.fnContext=t.fnContext,e.fnOptions=t.fnOptions,e.fnScopeId=t.fnScopeId,e.asyncMeta=t.asyncMeta,e.isCloned=!0,e}"function"==typeof SuppressedError&&SuppressedError;var $t=0,xt=[],wt=function(){for(var t=0;t0&&(Xt((r=Qt(r,"".concat(e||"","_").concat(n)))[0])&&Xt(i)&&(a[o]=_t(i.text+r[0].text),r.shift()),a.push.apply(a,r)):d(r)?Xt(i)?a[o]=_t(i.text+r):""!==r&&a.push(_t(r)):Xt(r)&&Xt(i)?a[o]=_t(i.text+r.text):(f(t._isVList)&&u(r.tag)&&l(r.key)&&u(e)&&(r.key="__vlist".concat(e,"_").concat(n,"__")),a.push(r)));return a}var Yt=1,te=2;function ee(t,e,n,r,o,i){return(c(n)||d(n))&&(o=r,r=n,n=void 0),f(i)&&(o=te),function(t,e,n,r,o){if(u(n)&&u(n.__ob__))return yt();if(u(n)&&u(n.is)&&(e=n.is),!e)return yt();var i,a;if(c(r)&&p(r[0])&&((n=n||{}).scopedSlots={default:r[0]},r.length=0),o===te?r=Gt(r):o===Yt&&(r=function(t){for(var e=0;e0,a=e?!!e.$stable:!i,c=e&&e.$key;if(e){if(e._normalized)return e._normalized;if(a&&r&&r!==s&&c===r.$key&&!i&&!r.$hasNormal)return r;for(var l in o={},e)e[l]&&"$"!==l[0]&&(o[l]=xe(t,n,l,e[l]))}else o={};for(var u in n)u in o||(o[u]=we(n,u));return e&&Object.isExtensible(e)&&(e._normalized=o),G(o,"$stable",a),G(o,"$key",c),G(o,"$hasNormal",i),o}function xe(t,e,n,r){var o=function(){var e=ht;mt(t);var n=arguments.length?r.apply(null,arguments):r({}),o=(n=n&&"object"==typeof n&&!c(n)?[n]:Gt(n))&&n[0];return mt(e),n&&(!o||1===n.length&&o.isComment&&!be(o))?void 0:n};return r.proxy&&Object.defineProperty(e,n,{get:o,enumerable:!0,configurable:!0}),o}function we(t,e){return function(){return t[e]}}function Ce(t,e,n,r,o){var i=!1;for(var a in e)a in t?e[a]!==n[a]&&(i=!0):(i=!0,ke(t,a,r,o));for(var a in t)a in e||(i=!0,delete t[a]);return i}function ke(t,e,n,r){Object.defineProperty(t,e,{enumerable:!0,configurable:!0,get:function(){return n[r][e]}})}function Se(t,e){for(var n in e)t[n]=e[n];for(var n in t)n in e||delete t[n]}var Oe,Te,Ae=null;function Ne(t,e){return(t.__esModule||vt&&"Module"===t[Symbol.toStringTag])&&(t=t.default),v(t)?e.extend(t):t}function je(t){if(c(t))for(var e=0;edocument.createEvent("Event").timeStamp&&(Ge=function(){return Xe.now()})}var Qe=function(t,e){if(t.post){if(!e.post)return 1}else if(e.post)return-1;return t.id-e.id};function Ye(){var t,e;for(Ze=Ge(),Je=!0,Ve.sort(Qe),We=0;WeWe&&Ve[n].id>t.id;)n--;Ve.splice(n+1,0,t)}else Ve.push(t);qe||(qe=!0,hn(Ye))}}(this)},t.prototype.run=function(){if(this.active){var t=this.get();if(t!==this.value||v(t)||this.deep){var e=this.value;if(this.value=t,this.user){var n='callback for watcher "'.concat(this.expression,'"');nn(this.cb,this.vm,[t,e],this.vm,n)}else this.cb.call(this.vm,t,e)}}},t.prototype.evaluate=function(){this.value=this.get(),this.dirty=!1},t.prototype.depend=function(){for(var t=this.deps.length;t--;)this.deps[t].depend()},t.prototype.teardown=function(){if(this.vm&&!this.vm._isBeingDestroyed&&k(this.vm._scope.effects,this),this.active){for(var t=this.deps.length;t--;)this.deps[t].removeSub(this);this.active=!1,this.onStop&&this.onStop()}},t}(),xn={enumerable:!0,configurable:!0,get:F,set:F};function wn(t,e,n){xn.get=function(){return this[e][n]},xn.set=function(t){this[e][n]=t},Object.defineProperty(t,n,xn)}function Cn(t){var e=t.$options;if(e.props&&function(t,e){var n=t.$options.propsData||{},r=t._props=Bt({}),o=t.$options._propKeys=[];!t.$parent||Dt(!1);var i=function(i){o.push(i);var a=Gn(i,e,n,t);It(r,i,a,void 0,!0),i in t||wn(t,"_props",i)};for(var a in e)i(a);Dt(!0)}(t,e.props),function(t){var e=t.$options,n=e.setup;if(n){var r=t._setupContext=function(t){return{get attrs(){if(!t._attrsProxy){var e=t._attrsProxy={};G(e,"_v_attr_proxy",!0),Ce(e,t.$attrs,s,t,"$attrs")}return t._attrsProxy},get listeners(){return t._listenersProxy||Ce(t._listenersProxy={},t.$listeners,s,t,"$listeners"),t._listenersProxy},get slots(){return function(t){return t._slotsProxy||Se(t._slotsProxy={},t.$scopedSlots),t._slotsProxy}(t)},emit:P(t.$emit,t),expose:function(e){e&&Object.keys(e).forEach((function(n){return zt(t,e,n)}))}}}(t);mt(t),St();var o=nn(n,null,[t._props||Bt({}),r],t,"setup");if(Ot(),mt(),p(o))e.render=o;else if(v(o))if(t._setupState=o,o.__sfc){var i=t._setupProxy={};for(var a in o)"__sfc"!==a&&zt(i,o,a)}else for(var a in o)Z(a)||zt(t,o,a)}}(t),e.methods&&function(t,e){for(var n in t.$options.props,e)t[n]="function"!=typeof e[n]?F:P(e[n],t)}(t,e.methods),e.data)!function(t){var e=t.$options.data;m(e=t._data=p(e)?function(t,e){St();try{return t.call(e,e)}catch(t){return en(t,e,"data()"),{}}finally{Ot()}}(e,t):e||{})||(e={});for(var n=Object.keys(e),r=t.$options.props,o=(t.$options.methods,n.length);o--;){var i=n[o];r&&O(r,i)||Z(i)||wn(t,"_data",i)}var a=Mt(e);a&&a.vmCount++}(t);else{var n=Mt(t._data={});n&&n.vmCount++}e.computed&&function(t,e){var n=t._computedWatchers=Object.create(null),r=ut();for(var o in e){var i=e[o],a=p(i)?i:i.get;r||(n[o]=new $n(t,a||F,F,kn)),o in t||Sn(t,o,i)}}(t,e.computed),e.watch&&e.watch!==st&&function(t,e){for(var n in e){var r=e[n];if(c(r))for(var o=0;o-1)if(i&&!O(o,"default"))a=!1;else if(""===a||a===D(t)){var c=tr(String,o.type);(c<0||s-1:"string"==typeof t?t.split(",").indexOf(e)>-1:(n=t,!("[object RegExp]"!==h.call(n))&&t.test(e));var n}function or(t,e){var n=t.cache,r=t.keys,o=t._vnode,i=t.$vnode;for(var a in n){var s=n[a];if(s){var c=s.name;c&&!e(c)&&ir(n,a,r,o)}}i.componentOptions.children=void 0}function ir(t,e,n,r){var o=t[e];!o||r&&o.tag===r.tag||o.componentInstance.$destroy(),t[e]=null,k(n,e)}!function(t){t.prototype._init=function(t){var e=this;e._uid=jn++,e._isVue=!0,e.__v_skip=!0,e._scope=new Me(!0),e._scope.parent=void 0,e._scope._vm=!0,t&&t._isComponent?function(t,e){var n=t.$options=Object.create(t.constructor.options),r=e._parentVnode;n.parent=e.parent,n._parentVnode=r;var o=r.componentOptions;n.propsData=o.propsData,n._parentListeners=o.listeners,n._renderChildren=o.children,n._componentTag=o.tag,e.render&&(n.render=e.render,n.staticRenderFns=e.staticRenderFns)}(e,t):e.$options=Wn(En(e.constructor),t||{},e),e._renderProxy=e,e._self=e,function(t){var e=t.$options,n=e.parent;if(n&&!e.abstract){for(;n.$options.abstract&&n.$parent;)n=n.$parent;n.$children.push(t)}t.$parent=n,t.$root=n?n.$root:t,t.$children=[],t.$refs={},t._provided=n?n._provided:Object.create(null),t._watcher=null,t._inactive=null,t._directInactive=!1,t._isMounted=!1,t._isDestroyed=!1,t._isBeingDestroyed=!1}(e),function(t){t._events=Object.create(null),t._hasHookEvent=!1;var e=t.$options._parentListeners;e&&Le(t,e)}(e),function(t){t._vnode=null,t._staticTrees=null;var e=t.$options,n=t.$vnode=e._parentVnode,r=n&&n.context;t.$slots=ye(e._renderChildren,r),t.$scopedSlots=n?$e(t.$parent,n.data.scopedSlots,t.$slots):s,t._c=function(e,n,r,o){return ee(t,e,n,r,o,!1)},t.$createElement=function(e,n,r,o){return ee(t,e,n,r,o,!0)};var o=n&&n.data;It(t,"$attrs",o&&o.attrs||s,null,!0),It(t,"$listeners",e._parentListeners||s,null,!0)}(e),Ue(e,"beforeCreate",void 0,!1),function(t){var e=Nn(t.$options.inject,t);e&&(Dt(!1),Object.keys(e).forEach((function(n){It(t,n,e[n])})),Dt(!0))}(e),Cn(e),function(t){var e=t.$options.provide;if(e){var n=p(e)?e.call(t):e;if(!v(n))return;for(var r=function(t){var e=t._provided,n=t.$parent&&t.$parent._provided;return n===e?t._provided=Object.create(n):e}(t),o=vt?Reflect.ownKeys(n):Object.keys(n),i=0;i1?L(n):n;for(var r=L(arguments,1),o='event handler for "'.concat(t,'"'),i=0,a=n.length;iparseInt(this.max)&&ir(e,n[0],n,this._vnode),this.vnodeToCache=null}}},created:function(){this.cache=Object.create(null),this.keys=[]},destroyed:function(){for(var t in this.cache)ir(this.cache,t,this.keys)},mounted:function(){var t=this;this.cacheVNode(),this.$watch("include",(function(e){or(t,(function(t){return rr(e,t)}))})),this.$watch("exclude",(function(e){or(t,(function(t){return!rr(e,t)}))}))},updated:function(){this.cacheVNode()},render:function(){var t=this.$slots.default,e=je(t),n=e&&e.componentOptions;if(n){var r=nr(n),o=this.include,i=this.exclude;if(o&&(!r||!rr(o,r))||i&&r&&rr(i,r))return e;var a=this.cache,s=this.keys,c=null==e.key?n.Ctor.cid+(n.tag?"::".concat(n.tag):""):e.key;a[c]?(e.componentInstance=a[c].componentInstance,k(s,c),s.push(c)):(this.vnodeToCache=e,this.keyToCache=c),e.data.keepAlive=!0}return e||t&&t[0]}}};!function(t){var e={get:function(){return J}};Object.defineProperty(t,"config",e),t.util={warn:Bn,extend:M,mergeOptions:Wn,defineReactive:It},t.set=Ft,t.delete=Rt,t.nextTick=hn,t.observable=function(t){return Mt(t),t},t.options=Object.create(null),K.forEach((function(e){t.options[e+"s"]=Object.create(null)})),t.options._base=t,M(t.options.components,sr),function(t){t.use=function(t){var e=this._installedPlugins||(this._installedPlugins=[]);if(e.indexOf(t)>-1)return this;var n=L(arguments,1);return n.unshift(this),p(t.install)?t.install.apply(t,n):p(t)&&t.apply(null,n),e.push(t),this}}(t),function(t){t.mixin=function(t){return this.options=Wn(this.options,t),this}}(t),function(t){t.cid=0;var e=1;t.extend=function(t){t=t||{};var n=this,r=n.cid,o=t._Ctor||(t._Ctor={});if(o[r])return o[r];var i=Mn(t)||Mn(n.options),a=function(t){this._init(t)};return(a.prototype=Object.create(n.prototype)).constructor=a,a.cid=e++,a.options=Wn(n.options,t),a.super=n,a.options.props&&function(t){var e=t.options.props;for(var n in e)wn(t.prototype,"_props",n)}(a),a.options.computed&&function(t){var e=t.options.computed;for(var n in e)Sn(t.prototype,n,e[n])}(a),a.extend=n.extend,a.mixin=n.mixin,a.use=n.use,K.forEach((function(t){a[t]=n[t]})),i&&(a.options.components[i]=a),a.superOptions=n.options,a.extendOptions=t,a.sealedOptions=M({},a.options),o[r]=a,a}}(t),function(t){K.forEach((function(e){t[e]=function(t,n){return n?("component"===e&&m(n)&&(n.name=n.name||t,n=this.options._base.extend(n)),"directive"===e&&p(n)&&(n={bind:n,update:n}),this.options[e+"s"][t]=n,n):this.options[e+"s"][t]}}))}(t)}(er),Object.defineProperty(er.prototype,"$isServer",{get:ut}),Object.defineProperty(er.prototype,"$ssrContext",{get:function(){return this.$vnode&&this.$vnode.ssrContext}}),Object.defineProperty(er,"FunctionalRenderContext",{value:Dn}),er.version="2.7.16";var cr=x("style,class"),lr=x("input,textarea,option,select,progress"),ur=function(t,e,n){return"value"===n&&lr(t)&&"button"!==e||"selected"===n&&"option"===t||"checked"===n&&"input"===t||"muted"===n&&"video"===t},fr=x("contenteditable,draggable,spellcheck"),dr=x("events,caret,typing,plaintext-only"),pr=function(t,e){return yr(e)||"false"===e?"false":"contenteditable"===t&&dr(e)?e:"true"},vr=x("allowfullscreen,async,autofocus,autoplay,checked,compact,controls,declare,default,defaultchecked,defaultmuted,defaultselected,defer,disabled,enabled,formnovalidate,hidden,indeterminate,inert,ismap,itemscope,loop,multiple,muted,nohref,noresize,noshade,novalidate,nowrap,open,pauseonexit,readonly,required,reversed,scoped,seamless,selected,sortable,truespeed,typemustmatch,visible"),hr="http://www.w3.org/1999/xlink",mr=function(t){return":"===t.charAt(5)&&"xlink"===t.slice(0,5)},gr=function(t){return mr(t)?t.slice(6,t.length):""},yr=function(t){return null==t||!1===t};function _r(t,e){return{staticClass:br(t.staticClass,e.staticClass),class:u(t.class)?[t.class,e.class]:e.class}}function br(t,e){return t?e?t+" "+e:t:e||""}function $r(t){return Array.isArray(t)?function(t){for(var e,n="",r=0,o=t.length;r-1?Jr(t,e,n):vr(e)?yr(n)?t.removeAttribute(e):(n="allowfullscreen"===e&&"EMBED"===t.tagName?"true":e,t.setAttribute(e,n)):fr(e)?t.setAttribute(e,pr(e,n)):mr(e)?yr(n)?t.removeAttributeNS(hr,gr(e)):t.setAttributeNS(hr,e,n):Jr(t,e,n)}function Jr(t,e,n){if(yr(n))t.removeAttribute(e);else{if(et&&!nt&&"TEXTAREA"===t.tagName&&"placeholder"===e&&""!==n&&!t.__ieph){var r=function(e){e.stopImmediatePropagation(),t.removeEventListener("input",r)};t.addEventListener("input",r),t.__ieph=!0}t.setAttribute(e,n)}}var Wr={create:Kr,update:Kr};function Zr(t,e){var n=e.elm,r=e.data,o=t.data;if(!(l(r.staticClass)&&l(r.class)&&(l(o)||l(o.staticClass)&&l(o.class)))){var i=function(t){for(var e=t.data,n=t,r=t;u(r.componentInstance);)(r=r.componentInstance._vnode)&&r.data&&(e=_r(r.data,e));for(;u(n=n.parent);)n&&n.data&&(e=_r(e,n.data));return o=e.staticClass,i=e.class,u(o)||u(i)?br(o,$r(i)):"";var o,i}(e),a=n._transitionClasses;u(a)&&(i=br(i,$r(a))),i!==n._prevClass&&(n.setAttribute("class",i),n._prevClass=i)}}var Gr,Xr,Qr,Yr,to,eo,no={create:Zr,update:Zr},ro=/[\w).+\-_$\]]/;function oo(t){var e,n,r,o,i,a=!1,s=!1,c=!1,l=!1,u=0,f=0,d=0,p=0;for(r=0;r=0&&" "===(h=t.charAt(v));v--);h&&ro.test(h)||(l=!0)}}else void 0===o?(p=r+1,o=t.slice(0,r).trim()):m();function m(){(i||(i=[])).push(t.slice(p,r).trim()),p=r+1}if(void 0===o?o=t.slice(0,r).trim():0!==p&&m(),i)for(r=0;r-1?{exp:t.slice(0,Yr),key:'"'+t.slice(Yr+1)+'"'}:{exp:t,key:null};for(Xr=t,Yr=to=eo=0;!xo();)wo(Qr=$o())?ko(Qr):91===Qr&&Co(Qr);return{exp:t.slice(0,to),key:t.slice(to+1,eo)}}(t);return null===n.key?"".concat(t,"=").concat(e):"$set(".concat(n.exp,", ").concat(n.key,", ").concat(e,")")}function $o(){return Xr.charCodeAt(++Yr)}function xo(){return Yr>=Gr}function wo(t){return 34===t||39===t}function Co(t){var e=1;for(to=Yr;!xo();)if(wo(t=$o()))ko(t);else if(91===t&&e++,93===t&&e--,0===e){eo=Yr;break}}function ko(t){for(var e=t;!xo()&&(t=$o())!==e;);}var So,Oo="__r",To="__c";function Ao(t,e,n){var r=So;return function o(){null!==e.apply(null,arguments)&&Eo(t,o,n,r)}}var No=sn&&!(at&&Number(at[1])<=53);function jo(t,e,n,r){if(No){var o=Ze,i=e;e=i._wrapper=function(t){if(t.target===t.currentTarget||t.timeStamp>=o||t.timeStamp<=0||t.target.ownerDocument!==document)return i.apply(this,arguments)}}So.addEventListener(t,e,ct?{capture:n,passive:r}:n)}function Eo(t,e,n,r){(r||So).removeEventListener(t,e._wrapper||e,n)}function Do(t,e){if(!l(t.data.on)||!l(e.data.on)){var n=e.data.on||{},r=t.data.on||{};So=e.elm||t.elm,function(t){if(u(t[Oo])){var e=et?"change":"input";t[e]=[].concat(t[Oo],t[e]||[]),delete t[Oo]}u(t[To])&&(t.change=[].concat(t[To],t.change||[]),delete t[To])}(n),Jt(n,r,jo,Eo,Ao,e.context),So=void 0}}var Po,Lo={create:Do,update:Do,destroy:function(t){return Do(t,Pr)}};function Mo(t,e){if(!l(t.data.domProps)||!l(e.data.domProps)){var n,r,o=e.elm,i=t.data.domProps||{},a=e.data.domProps||{};for(n in(u(a.__ob__)||f(a._v_attr_proxy))&&(a=e.data.domProps=M({},a)),i)n in a||(o[n]="");for(n in a){if(r=a[n],"textContent"===n||"innerHTML"===n){if(e.children&&(e.children.length=0),r===i[n])continue;1===o.childNodes.length&&o.removeChild(o.childNodes[0])}if("value"===n&&"PROGRESS"!==o.tagName){o._value=r;var s=l(r)?"":String(r);Io(o,s)&&(o.value=s)}else if("innerHTML"===n&&Cr(o.tagName)&&l(o.innerHTML)){(Po=Po||document.createElement("div")).innerHTML="".concat(r,"");for(var c=Po.firstChild;o.firstChild;)o.removeChild(o.firstChild);for(;c.firstChild;)o.appendChild(c.firstChild)}else if(r!==i[n])try{o[n]=r}catch(t){}}}}function Io(t,e){return!t.composing&&("OPTION"===t.tagName||function(t,e){var n=!0;try{n=document.activeElement!==t}catch(t){}return n&&t.value!==e}(t,e)||function(t,e){var n=t.value,r=t._vModifiers;if(u(r)){if(r.number)return $(n)!==$(e);if(r.trim)return n.trim()!==e.trim()}return n!==e}(t,e))}var Fo={create:Mo,update:Mo},Ro=T((function(t){var e={},n=/:(.+)/;return t.split(/;(?![^(]*\))/g).forEach((function(t){if(t){var r=t.split(n);r.length>1&&(e[r[0].trim()]=r[1].trim())}})),e}));function Ho(t){var e=Bo(t.style);return t.staticStyle?M(t.staticStyle,e):e}function Bo(t){return Array.isArray(t)?I(t):"string"==typeof t?Ro(t):t}var Uo,Vo=/^--/,zo=/\s*!important$/,Ko=function(t,e,n){if(Vo.test(e))t.style.setProperty(e,n);else if(zo.test(n))t.style.setProperty(D(e),n.replace(zo,""),"important");else{var r=Jo(e);if(Array.isArray(n))for(var o=0,i=n.length;o-1?e.split(Go).forEach((function(e){return t.classList.add(e)})):t.classList.add(e);else{var n=" ".concat(t.getAttribute("class")||""," ");n.indexOf(" "+e+" ")<0&&t.setAttribute("class",(n+e).trim())}}function Qo(t,e){if(e&&(e=e.trim()))if(t.classList)e.indexOf(" ")>-1?e.split(Go).forEach((function(e){return t.classList.remove(e)})):t.classList.remove(e),t.classList.length||t.removeAttribute("class");else{for(var n=" ".concat(t.getAttribute("class")||""," "),r=" "+e+" ";n.indexOf(r)>=0;)n=n.replace(r," ");(n=n.trim())?t.setAttribute("class",n):t.removeAttribute("class")}}function Yo(t){if(t){if("object"==typeof t){var e={};return!1!==t.css&&M(e,ti(t.name||"v")),M(e,t),e}return"string"==typeof t?ti(t):void 0}}var ti=T((function(t){return{enterClass:"".concat(t,"-enter"),enterToClass:"".concat(t,"-enter-to"),enterActiveClass:"".concat(t,"-enter-active"),leaveClass:"".concat(t,"-leave"),leaveToClass:"".concat(t,"-leave-to"),leaveActiveClass:"".concat(t,"-leave-active")}})),ei=Y&&!nt,ni="transition",ri="animation",oi="transition",ii="transitionend",ai="animation",si="animationend";ei&&(void 0===window.ontransitionend&&void 0!==window.onwebkittransitionend&&(oi="WebkitTransition",ii="webkitTransitionEnd"),void 0===window.onanimationend&&void 0!==window.onwebkitanimationend&&(ai="WebkitAnimation",si="webkitAnimationEnd"));var ci=Y?window.requestAnimationFrame?window.requestAnimationFrame.bind(window):setTimeout:function(t){return t()};function li(t){ci((function(){ci(t)}))}function ui(t,e){var n=t._transitionClasses||(t._transitionClasses=[]);n.indexOf(e)<0&&(n.push(e),Xo(t,e))}function fi(t,e){t._transitionClasses&&k(t._transitionClasses,e),Qo(t,e)}function di(t,e,n){var r=vi(t,e),o=r.type,i=r.timeout,a=r.propCount;if(!o)return n();var s=o===ni?ii:si,c=0,l=function(){t.removeEventListener(s,u),n()},u=function(e){e.target===t&&++c>=a&&l()};setTimeout((function(){c0&&(n=ni,u=a,f=i.length):e===ri?l>0&&(n=ri,u=l,f=c.length):f=(n=(u=Math.max(a,l))>0?a>l?ni:ri:null)?n===ni?i.length:c.length:0,{type:n,timeout:u,propCount:f,hasTransform:n===ni&&pi.test(r[oi+"Property"])}}function hi(t,e){for(;t.length1}function $i(t,e){!0!==e.data.show&&gi(e)}var xi=function(t){var e,n,r={},o=t.modules,i=t.nodeOps;for(e=0;ev?_(t,l(n[g+1])?null:n[g+1].elm,n,p,g,r):p>g&&$(e,d,v)}(d,h,g,n,c):u(g)?(u(t.text)&&i.setTextContent(d,""),_(d,null,g,0,g.length-1,n)):u(h)?$(h,0,h.length-1):u(t.text)&&i.setTextContent(d,""):t.text!==e.text&&i.setTextContent(d,e.text),u(v)&&u(p=v.hook)&&u(p=p.postpatch)&&p(t,e)}}}function S(t,e,n){if(f(n)&&u(t.parent))t.parent.data.pendingInsert=e;else for(var r=0;r-1,a.selected!==i&&(a.selected=i);else if(B(Oi(a),r))return void(t.selectedIndex!==s&&(t.selectedIndex=s));o||(t.selectedIndex=-1)}}function Si(t,e){return e.every((function(e){return!B(e,t)}))}function Oi(t){return"_value"in t?t._value:t.value}function Ti(t){t.target.composing=!0}function Ai(t){t.target.composing&&(t.target.composing=!1,Ni(t.target,"input"))}function Ni(t,e){var n=document.createEvent("HTMLEvents");n.initEvent(e,!0,!0),t.dispatchEvent(n)}function ji(t){return!t.componentInstance||t.data&&t.data.transition?t:ji(t.componentInstance._vnode)}var Ei={model:wi,show:{bind:function(t,e,n){var r=e.value,o=(n=ji(n)).data&&n.data.transition,i=t.__vOriginalDisplay="none"===t.style.display?"":t.style.display;r&&o?(n.data.show=!0,gi(n,(function(){t.style.display=i}))):t.style.display=r?i:"none"},update:function(t,e,n){var r=e.value;!r!=!e.oldValue&&((n=ji(n)).data&&n.data.transition?(n.data.show=!0,r?gi(n,(function(){t.style.display=t.__vOriginalDisplay})):yi(n,(function(){t.style.display="none"}))):t.style.display=r?t.__vOriginalDisplay:"none")},unbind:function(t,e,n,r,o){o||(t.style.display=t.__vOriginalDisplay)}}},Di={name:String,appear:Boolean,css:Boolean,mode:String,type:String,enterClass:String,leaveClass:String,enterToClass:String,leaveToClass:String,enterActiveClass:String,leaveActiveClass:String,appearClass:String,appearActiveClass:String,appearToClass:String,duration:[Number,String,Object]};function Pi(t){var e=t&&t.componentOptions;return e&&e.Ctor.options.abstract?Pi(je(e.children)):t}function Li(t){var e={},n=t.$options;for(var r in n.propsData)e[r]=t[r];var o=n._parentListeners;for(var r in o)e[N(r)]=o[r];return e}function Mi(t,e){if(/\d-keep-alive$/.test(e.tag))return t("keep-alive",{props:e.componentOptions.propsData})}var Ii=function(t){return t.tag||be(t)},Fi=function(t){return"show"===t.name},Ri={name:"transition",props:Di,abstract:!0,render:function(t){var e=this,n=this.$slots.default;if(n&&(n=n.filter(Ii)).length){var r=this.mode,o=n[0];if(function(t){for(;t=t.parent;)if(t.data.transition)return!0}(this.$vnode))return o;var i=Pi(o);if(!i)return o;if(this._leaving)return Mi(t,o);var a="__transition-".concat(this._uid,"-");i.key=null==i.key?i.isComment?a+"comment":a+i.tag:d(i.key)?0===String(i.key).indexOf(a)?i.key:a+i.key:i.key;var s=(i.data||(i.data={})).transition=Li(this),c=this._vnode,l=Pi(c);if(i.data.directives&&i.data.directives.some(Fi)&&(i.data.show=!0),l&&l.data&&!function(t,e){return e.key===t.key&&e.tag===t.tag}(i,l)&&!be(l)&&(!l.componentInstance||!l.componentInstance._vnode.isComment)){var u=l.data.transition=M({},s);if("out-in"===r)return this._leaving=!0,Wt(u,"afterLeave",(function(){e._leaving=!1,e.$forceUpdate()})),Mi(t,o);if("in-out"===r){if(be(i))return c;var f,p=function(){f()};Wt(s,"afterEnter",p),Wt(s,"enterCancelled",p),Wt(u,"delayLeave",(function(t){f=t}))}}return o}}},Hi=M({tag:String,moveClass:String},Di);function Bi(t){t.elm._moveCb&&t.elm._moveCb(),t.elm._enterCb&&t.elm._enterCb()}function Ui(t){t.data.newPos=t.elm.getBoundingClientRect()}function Vi(t){var e=t.data.pos,n=t.data.newPos,r=e.left-n.left,o=e.top-n.top;if(r||o){t.data.moved=!0;var i=t.elm.style;i.transform=i.WebkitTransform="translate(".concat(r,"px,").concat(o,"px)"),i.transitionDuration="0s"}}delete Hi.mode;var zi={Transition:Ri,TransitionGroup:{props:Hi,beforeMount:function(){var t=this,e=this._update;this._update=function(n,r){var o=Fe(t);t.__patch__(t._vnode,t.kept,!1,!0),t._vnode=t.kept,o(),e.call(t,n,r)}},render:function(t){for(var e=this.tag||this.$vnode.data.tag||"span",n=Object.create(null),r=this.prevChildren=this.children,o=this.$slots.default||[],i=this.children=[],a=Li(this),s=0;s-1?Or[t]=e.constructor===window.HTMLUnknownElement||e.constructor===window.HTMLElement:Or[t]=/HTMLUnknownElement/.test(e.toString())},M(er.options.directives,Ei),M(er.options.components,zi),er.prototype.__patch__=Y?xi:F,er.prototype.$mount=function(t,e){return function(t,e,n){var r;t.$el=e,t.$options.render||(t.$options.render=yt),Ue(t,"beforeMount"),r=function(){t._update(t._render(),n)},new $n(t,r,F,{before:function(){t._isMounted&&!t._isDestroyed&&Ue(t,"beforeUpdate")}},!0),n=!1;var o=t._preWatchers;if(o)for(var i=0;i\/=]+)(?:\s*(=)\s*(?:"([^"]*)"+|'([^']*)'+|([^\s"'=<>`]+)))?/,ea=/^\s*((?:v-[\w-]+:|@|:|#)\[[^=]+?\][^\s"'<>\/=]*)(?:\s*(=)\s*(?:"([^"]*)"+|'([^']*)'+|([^\s"'=<>`]+)))?/,na="[a-zA-Z_][\\-\\.0-9_a-zA-Z".concat(W.source,"]*"),ra="((?:".concat(na,"\\:)?").concat(na,")"),oa=new RegExp("^<".concat(ra)),ia=/^\s*(\/?)>/,aa=new RegExp("^<\\/".concat(ra,"[^>]*>")),sa=/^]+>/i,ca=/^",""":'"',"&":"&"," ":"\n"," ":"\t","'":"'"},pa=/&(?:lt|gt|quot|amp|#39);/g,va=/&(?:lt|gt|quot|amp|#39|#10|#9);/g,ha=x("pre,textarea",!0),ma=function(t,e){return t&&ha(t)&&"\n"===e[0]};function ga(t,e){var n=e?va:pa;return t.replace(n,(function(t){return da[t]}))}var ya,_a,ba,$a,xa,wa,Ca,ka,Sa=/^@|^v-on:/,Oa=/^v-|^@|^:|^#/,Ta=/([\s\S]*?)\s+(?:in|of)\s+([\s\S]*)/,Aa=/,([^,\}\]]*)(?:,([^,\}\]]*))?$/,Na=/^\(|\)$/g,ja=/^\[.*\]$/,Ea=/:(.*)$/,Da=/^:|^\.|^v-bind:/,Pa=/\.[^.\]]+(?=[^\]]*$)/g,La=/^v-slot(:|$)|^#/,Ma=/[\r\n]/,Ia=/[ \f\t\r\n]+/g,Fa=T((function(t){return(Ki=Ki||document.createElement("div")).innerHTML=t,Ki.textContent})),Ra="_empty_";function Ha(t,e,n){return{type:1,tag:t,attrsList:e,attrsMap:Ja(e),rawAttrsMap:{},parent:n,children:[]}}function Ba(t,e){ya=e.warn||ao,wa=e.isPreTag||R,Ca=e.mustUseProp||R,ka=e.getTagNamespace||R;e.isReservedTag;ba=so(e.modules,"transformNode"),$a=so(e.modules,"preTransformNode"),xa=so(e.modules,"postTransformNode"),_a=e.delimiters;var n,r,o=[],i=!1!==e.preserveWhitespace,a=e.whitespace,s=!1,c=!1;function l(t){if(u(t),s||t.processed||(t=Ua(t,e)),o.length||t===n||n.if&&(t.elseif||t.else)&&za(n,{exp:t.elseif,block:t}),r&&!t.forbidden)if(t.elseif||t.else)a=t,l=function(t){for(var e=t.length;e--;){if(1===t[e].type)return t[e];t.pop()}}(r.children),l&&l.if&&za(l,{exp:a.elseif,block:a});else{if(t.slotScope){var i=t.slotTarget||'"default"';(r.scopedSlots||(r.scopedSlots={}))[i]=t}r.children.push(t),t.parent=r}var a,l;t.children=t.children.filter((function(t){return!t.slotScope})),u(t),t.pre&&(s=!1),wa(t.tag)&&(c=!1);for(var f=0;f]*>)","i"));x=t.replace(p,(function(t,n,r){return l=r.length,ua(d)||"noscript"===d||(n=n.replace(//g,"$1").replace(//g,"$1")),ma(d,n)&&(n=n.slice(1)),e.chars&&e.chars(n),""})),c+=t.length-x.length,t=x,f(d,c-l,c)}else{var v=t.indexOf("<");if(0===v){if(ca.test(t)){var h=t.indexOf("--\x3e");if(h>=0)return e.shouldKeepComment&&e.comment&&e.comment(t.substring(4,h),c,c+h+3),u(h+3),"continue"}if(la.test(t)){var m=t.indexOf("]>");if(m>=0)return u(m+2),"continue"}var g=t.match(sa);if(g)return u(g[0].length),"continue";var y=t.match(aa);if(y){var _=c;return u(y[0].length),f(y[1],_,c),"continue"}var b=function(){var e=t.match(oa);if(e){var n={tagName:e[1],attrs:[],start:c};u(e[0].length);for(var r=void 0,o=void 0;!(r=t.match(ia))&&(o=t.match(ea)||t.match(ta));)o.start=c,u(o[0].length),o.end=c,n.attrs.push(o);if(r)return n.unarySlash=r[1],u(r[0].length),n.end=c,n}}();if(b)return function(t){var n=t.tagName,c=t.unarySlash;i&&("p"===r&&Yi(n)&&f(r),s(n)&&r===n&&f(n));for(var l=a(n)||!!c,u=t.attrs.length,d=new Array(u),p=0;p=0){for(x=t.slice(v);!(aa.test(x)||oa.test(x)||ca.test(x)||la.test(x)||(w=x.indexOf("<",1))<0);)v+=w,x=t.slice(v);$=t.substring(0,v)}v<0&&($=t),$&&u($.length),e.chars&&$&&e.chars($,c-$.length,c)}if(t===n)return e.chars&&e.chars(t),"break"};t&&"break"!==l(););function u(e){c+=e,t=t.substring(e)}function f(t,n,i){var a,s;if(null==n&&(n=c),null==i&&(i=c),t)for(s=t.toLowerCase(),a=o.length-1;a>=0&&o[a].lowerCasedTag!==s;a--);else a=0;if(a>=0){for(var l=o.length-1;l>=a;l--)e.end&&e.end(o[l].tag,n,i);o.length=a,r=a&&o[a-1].tag}else"br"===s?e.start&&e.start(t,[],!0,n,i):"p"===s&&(e.start&&e.start(t,[],!1,n,i),e.end&&e.end(t,n,i))}f()}(t,{warn:ya,expectHTML:e.expectHTML,isUnaryTag:e.isUnaryTag,canBeLeftOpenTag:e.canBeLeftOpenTag,shouldDecodeNewlines:e.shouldDecodeNewlines,shouldDecodeNewlinesForHref:e.shouldDecodeNewlinesForHref,shouldKeepComment:e.comments,outputSourceRange:e.outputSourceRange,start:function(t,i,a,u,f){var d=r&&r.ns||ka(t);et&&"svg"===d&&(i=function(t){for(var e=[],n=0;nc&&(s.push(i=t.slice(c,o)),a.push(JSON.stringify(i)));var l=oo(r[1].trim());a.push("_s(".concat(l,")")),s.push({"@binding":l}),c=o+r[0].length}return c-1")+("true"===i?":(".concat(e,")"):":_q(".concat(e,",").concat(i,")"))),vo(t,"change","var $$a=".concat(e,",")+"$$el=$event.target,"+"$$c=$$el.checked?(".concat(i,"):(").concat(a,");")+"if(Array.isArray($$a)){"+"var $$v=".concat(r?"_n("+o+")":o,",")+"$$i=_i($$a,$$v);"+"if($$el.checked){$$i<0&&(".concat(bo(e,"$$a.concat([$$v])"),")}")+"else{$$i>-1&&(".concat(bo(e,"$$a.slice(0,$$i).concat($$a.slice($$i+1))"),")}")+"}else{".concat(bo(e,"$$c"),"}"),null,!0)}(t,r,o);else if("input"===i&&"radio"===a)!function(t,e,n){var r=n&&n.number,o=ho(t,"value")||"null";o=r?"_n(".concat(o,")"):o,co(t,"checked","_q(".concat(e,",").concat(o,")")),vo(t,"change",bo(e,o),null,!0)}(t,r,o);else if("input"===i||"textarea"===i)!function(t,e,n){var r=t.attrsMap.type,o=n||{},i=o.lazy,a=o.number,s=o.trim,c=!i&&"range"!==r,l=i?"change":"range"===r?Oo:"input",u="$event.target.value";s&&(u="$event.target.value.trim()"),a&&(u="_n(".concat(u,")"));var f=bo(e,u);c&&(f="if($event.target.composing)return;".concat(f)),co(t,"value","(".concat(e,")")),vo(t,l,f,null,!0),(s||a)&&vo(t,"blur","$forceUpdate()")}(t,r,o);else if(!J.isReservedTag(i))return _o(t,r,o),!1;return!0},text:function(t,e){e.value&&co(t,"textContent","_s(".concat(e.value,")"),e)},html:function(t,e){e.value&&co(t,"innerHTML","_s(".concat(e.value,")"),e)}},isPreTag:function(t){return"pre"===t},isUnaryTag:Xi,mustUseProp:ur,canBeLeftOpenTag:Qi,isReservedTag:kr,getTagNamespace:Sr,staticKeys:function(t){return t.reduce((function(t,e){return t.concat(e.staticKeys||[])}),[]).join(",")}(Ya)},es=T((function(t){return x("type,tag,attrsList,attrsMap,plain,parent,children,attrs,start,end,rawAttrsMap"+(t?","+t:""))}));function ns(t,e){t&&(Xa=es(e.staticKeys||""),Qa=e.isReservedTag||R,rs(t),os(t,!1))}function rs(t){if(t.static=function(t){return 2!==t.type&&(3===t.type||!(!t.pre&&(t.hasBindings||t.if||t.for||w(t.tag)||!Qa(t.tag)||function(t){for(;t.parent;){if("template"!==(t=t.parent).tag)return!1;if(t.for)return!0}return!1}(t)||!Object.keys(t).every(Xa))))}(t),1===t.type){if(!Qa(t.tag)&&"slot"!==t.tag&&null==t.attrsMap["inline-template"])return;for(var e=0,n=t.children.length;e|^function(?:\s+[\w$]+)?\s*\(/,as=/\([^)]*?\);*$/,ss=/^[A-Za-z_$][\w$]*(?:\.[A-Za-z_$][\w$]*|\['[^']*?']|\["[^"]*?"]|\[\d+]|\[[A-Za-z_$][\w$]*])*$/,cs={esc:27,tab:9,enter:13,space:32,up:38,left:37,right:39,down:40,delete:[8,46]},ls={esc:["Esc","Escape"],tab:"Tab",enter:"Enter",space:[" ","Spacebar"],up:["Up","ArrowUp"],left:["Left","ArrowLeft"],right:["Right","ArrowRight"],down:["Down","ArrowDown"],delete:["Backspace","Delete","Del"]},us=function(t){return"if(".concat(t,")return null;")},fs={stop:"$event.stopPropagation();",prevent:"$event.preventDefault();",self:us("$event.target !== $event.currentTarget"),ctrl:us("!$event.ctrlKey"),shift:us("!$event.shiftKey"),alt:us("!$event.altKey"),meta:us("!$event.metaKey"),left:us("'button' in $event && $event.button !== 0"),middle:us("'button' in $event && $event.button !== 1"),right:us("'button' in $event && $event.button !== 2")};function ds(t,e){var n=e?"nativeOn:":"on:",r="",o="";for(var i in t){var a=ps(t[i]);t[i]&&t[i].dynamic?o+="".concat(i,",").concat(a,","):r+='"'.concat(i,'":').concat(a,",")}return r="{".concat(r.slice(0,-1),"}"),o?n+"_d(".concat(r,",[").concat(o.slice(0,-1),"])"):n+r}function ps(t){if(!t)return"function(){}";if(Array.isArray(t))return"[".concat(t.map((function(t){return ps(t)})).join(","),"]");var e=ss.test(t.value),n=is.test(t.value),r=ss.test(t.value.replace(as,""));if(t.modifiers){var o="",i="",a=[],s=function(e){if(fs[e])i+=fs[e],cs[e]&&a.push(e);else if("exact"===e){var n=t.modifiers;i+=us(["ctrl","shift","alt","meta"].filter((function(t){return!n[t]})).map((function(t){return"$event.".concat(t,"Key")})).join("||"))}else a.push(e)};for(var c in t.modifiers)s(c);a.length&&(o+=function(t){return"if(!$event.type.indexOf('key')&&"+"".concat(t.map(vs).join("&&"),")return null;")}(a)),i&&(o+=i);var l=e?"return ".concat(t.value,".apply(null, arguments)"):n?"return (".concat(t.value,").apply(null, arguments)"):r?"return ".concat(t.value):t.value;return"function($event){".concat(o).concat(l,"}")}return e||n?t.value:"function($event){".concat(r?"return ".concat(t.value):t.value,"}")}function vs(t){var e=parseInt(t,10);if(e)return"$event.keyCode!==".concat(e);var n=cs[t],r=ls[t];return"_k($event.keyCode,"+"".concat(JSON.stringify(t),",")+"".concat(JSON.stringify(n),",")+"$event.key,"+"".concat(JSON.stringify(r))+")"}var hs={on:function(t,e){t.wrapListeners=function(t){return"_g(".concat(t,",").concat(e.value,")")}},bind:function(t,e){t.wrapData=function(n){return"_b(".concat(n,",'").concat(t.tag,"',").concat(e.value,",").concat(e.modifiers&&e.modifiers.prop?"true":"false").concat(e.modifiers&&e.modifiers.sync?",true":"",")")}},cloak:F},ms=function(t){this.options=t,this.warn=t.warn||ao,this.transforms=so(t.modules,"transformCode"),this.dataGenFns=so(t.modules,"genData"),this.directives=M(M({},hs),t.directives);var e=t.isReservedTag||R;this.maybeComponent=function(t){return!!t.component||!e(t.tag)},this.onceId=0,this.staticRenderFns=[],this.pre=!1};function gs(t,e){var n=new ms(e),r=t?"script"===t.tag?"null":ys(t,n):'_c("div")';return{render:"with(this){return ".concat(r,"}"),staticRenderFns:n.staticRenderFns}}function ys(t,e){if(t.parent&&(t.pre=t.pre||t.parent.pre),t.staticRoot&&!t.staticProcessed)return _s(t,e);if(t.once&&!t.onceProcessed)return bs(t,e);if(t.for&&!t.forProcessed)return ws(t,e);if(t.if&&!t.ifProcessed)return $s(t,e);if("template"!==t.tag||t.slotTarget||e.pre){if("slot"===t.tag)return function(t,e){var n=t.slotName||'"default"',r=Os(t,e),o="_t(".concat(n).concat(r?",function(){return ".concat(r,"}"):""),i=t.attrs||t.dynamicAttrs?Ns((t.attrs||[]).concat(t.dynamicAttrs||[]).map((function(t){return{name:N(t.name),value:t.value,dynamic:t.dynamic}}))):null,a=t.attrsMap["v-bind"];return!i&&!a||r||(o+=",null"),i&&(o+=",".concat(i)),a&&(o+="".concat(i?"":",null",",").concat(a)),o+")"}(t,e);var n=void 0;if(t.component)n=function(t,e,n){var r=e.inlineTemplate?null:Os(e,n,!0);return"_c(".concat(t,",").concat(Cs(e,n)).concat(r?",".concat(r):"",")")}(t.component,t,e);else{var r=void 0,o=e.maybeComponent(t);(!t.plain||t.pre&&o)&&(r=Cs(t,e));var i=void 0,a=e.options.bindings;o&&a&&!1!==a.__isScriptSetup&&(i=function(t,e){var n=N(e),r=j(n),o=function(o){return t[e]===o?e:t[n]===o?n:t[r]===o?r:void 0},i=o("setup-const")||o("setup-reactive-const");if(i)return i;var a=o("setup-let")||o("setup-ref")||o("setup-maybe-ref");return a||void 0}(a,t.tag)),i||(i="'".concat(t.tag,"'"));var s=t.inlineTemplate?null:Os(t,e,!0);n="_c(".concat(i).concat(r?",".concat(r):"").concat(s?",".concat(s):"",")")}for(var c=0;c>>0}(a)):"",")")}(t,t.scopedSlots,e),",")),t.model&&(n+="model:{value:".concat(t.model.value,",callback:").concat(t.model.callback,",expression:").concat(t.model.expression,"},")),t.inlineTemplate){var i=function(t,e){var n=t.children[0];if(n&&1===n.type){var r=gs(n,e.options);return"inlineTemplate:{render:function(){".concat(r.render,"},staticRenderFns:[").concat(r.staticRenderFns.map((function(t){return"function(){".concat(t,"}")})).join(","),"]}")}}(t,e);i&&(n+="".concat(i,","))}return n=n.replace(/,$/,"")+"}",t.dynamicAttrs&&(n="_b(".concat(n,',"').concat(t.tag,'",').concat(Ns(t.dynamicAttrs),")")),t.wrapData&&(n=t.wrapData(n)),t.wrapListeners&&(n=t.wrapListeners(n)),n}function ks(t){return 1===t.type&&("slot"===t.tag||t.children.some(ks))}function Ss(t,e){var n=t.attrsMap["slot-scope"];if(t.if&&!t.ifProcessed&&!n)return $s(t,e,Ss,"null");if(t.for&&!t.forProcessed)return ws(t,e,Ss);var r=t.slotScope===Ra?"":String(t.slotScope),o="function(".concat(r,"){")+"return ".concat("template"===t.tag?t.if&&n?"(".concat(t.if,")?").concat(Os(t,e)||"undefined",":undefined"):Os(t,e)||"undefined":ys(t,e),"}"),i=r?"":",proxy:true";return"{key:".concat(t.slotTarget||'"default"',",fn:").concat(o).concat(i,"}")}function Os(t,e,n,r,o){var i=t.children;if(i.length){var a=i[0];if(1===i.length&&a.for&&"template"!==a.tag&&"slot"!==a.tag){var s=n?e.maybeComponent(a)?",1":",0":"";return"".concat((r||ys)(a,e)).concat(s)}var c=n?function(t,e){for(var n=0,r=0;r':'
',Ls.innerHTML.indexOf(" ")>0}var Rs=!!Y&&Fs(!1),Hs=!!Y&&Fs(!0),Bs=T((function(t){var e=Ar(t);return e&&e.innerHTML})),Us=er.prototype.$mount;er.prototype.$mount=function(t,e){if((t=t&&Ar(t))===document.body||t===document.documentElement)return this;var n=this.$options;if(!n.render){var r=n.template;if(r)if("string"==typeof r)"#"===r.charAt(0)&&(r=Bs(r));else{if(!r.nodeType)return this;r=r.innerHTML}else t&&(r=function(t){if(t.outerHTML)return t.outerHTML;var e=document.createElement("div");return e.appendChild(t.cloneNode(!0)),e.innerHTML}(t));if(r){var o=Is(r,{outputSourceRange:!1,shouldDecodeNewlines:Rs,shouldDecodeNewlinesForHref:Hs,delimiters:n.delimiters,comments:n.comments},this),i=o.render,a=o.staticRenderFns;n.render=i,n.staticRenderFns=a}}return Us.call(this,t,e)},er.compile=Is,n()("#dokan-promo-notices").length&&new er({el:"#dokan-promo-notices",render:t=>t(a)})})(); \ No newline at end of file diff --git a/assets/js/dokan-setup-wizard-commission-rtl.css b/assets/js/dokan-setup-wizard-commission-rtl.css new file mode 100644 index 0000000000..9c66a15686 --- /dev/null +++ b/assets/js/dokan-setup-wizard-commission-rtl.css @@ -0,0 +1,134 @@ +*, ::before, ::after { + --tw-border-spacing-x: 0; + --tw-border-spacing-y: 0; + --tw-translate-x: 0; + --tw-translate-y: 0; + --tw-rotate: 0; + --tw-skew-x: 0; + --tw-skew-y: 0; + --tw-scale-x: 1; + --tw-scale-y: 1; + --tw-pan-x: ; + --tw-pan-y: ; + --tw-pinch-zoom: ; + --tw-scroll-snap-strictness: proximity; + --tw-gradient-from-position: ; + --tw-gradient-via-position: ; + --tw-gradient-to-position: ; + --tw-ordinal: ; + --tw-slashed-zero: ; + --tw-numeric-figure: ; + --tw-numeric-spacing: ; + --tw-numeric-fraction: ; + --tw-ring-inset: ; + --tw-ring-offset-width: 0px; + --tw-ring-offset-color: #fff; + --tw-ring-color: rgb(59 130 246 / 0.5); + --tw-ring-offset-shadow: 0 0 #0000; + --tw-ring-shadow: 0 0 #0000; + --tw-shadow: 0 0 #0000; + --tw-shadow-colored: 0 0 #0000; + --tw-blur: ; + --tw-brightness: ; + --tw-contrast: ; + --tw-grayscale: ; + --tw-hue-rotate: ; + --tw-invert: ; + --tw-saturate: ; + --tw-sepia: ; + --tw-drop-shadow: ; + --tw-backdrop-blur: ; + --tw-backdrop-brightness: ; + --tw-backdrop-contrast: ; + --tw-backdrop-grayscale: ; + --tw-backdrop-hue-rotate: ; + --tw-backdrop-invert: ; + --tw-backdrop-opacity: ; + --tw-backdrop-saturate: ; + --tw-backdrop-sepia: ; + --tw-contain-size: ; + --tw-contain-layout: ; + --tw-contain-paint: ; + --tw-contain-style: +} +::backdrop { + --tw-border-spacing-x: 0; + --tw-border-spacing-y: 0; + --tw-translate-x: 0; + --tw-translate-y: 0; + --tw-rotate: 0; + --tw-skew-x: 0; + --tw-skew-y: 0; + --tw-scale-x: 1; + --tw-scale-y: 1; + --tw-pan-x: ; + --tw-pan-y: ; + --tw-pinch-zoom: ; + --tw-scroll-snap-strictness: proximity; + --tw-gradient-from-position: ; + --tw-gradient-via-position: ; + --tw-gradient-to-position: ; + --tw-ordinal: ; + --tw-slashed-zero: ; + --tw-numeric-figure: ; + --tw-numeric-spacing: ; + --tw-numeric-fraction: ; + --tw-ring-inset: ; + --tw-ring-offset-width: 0px; + --tw-ring-offset-color: #fff; + --tw-ring-color: rgb(59 130 246 / 0.5); + --tw-ring-offset-shadow: 0 0 #0000; + --tw-ring-shadow: 0 0 #0000; + --tw-shadow: 0 0 #0000; + --tw-shadow-colored: 0 0 #0000; + --tw-blur: ; + --tw-brightness: ; + --tw-contrast: ; + --tw-grayscale: ; + --tw-hue-rotate: ; + --tw-invert: ; + --tw-saturate: ; + --tw-sepia: ; + --tw-drop-shadow: ; + --tw-backdrop-blur: ; + --tw-backdrop-brightness: ; + --tw-backdrop-contrast: ; + --tw-backdrop-grayscale: ; + --tw-backdrop-hue-rotate: ; + --tw-backdrop-invert: ; + --tw-backdrop-opacity: ; + --tw-backdrop-saturate: ; + --tw-backdrop-sepia: ; + --tw-contain-size: ; + --tw-contain-layout: ; + --tw-contain-paint: ; + --tw-contain-style: +} +.fixed { + position: fixed +} +.\!m-0 { + margin: 0px !important +} +.mb-5 { + margin-bottom: 1.25rem +} +.flex { + display: flex +} +.hidden { + display: none +} +.flex-col { + flex-direction: column +} +.\!p-0 { + padding: 0px !important +} +.p-3 { + padding: 0.75rem +} +.\!font-semibold { + font-weight: 600 !important +} + diff --git a/assets/js/dokan-setup-wizard-commission.asset.php b/assets/js/dokan-setup-wizard-commission.asset.php new file mode 100644 index 0000000000..40281379e0 --- /dev/null +++ b/assets/js/dokan-setup-wizard-commission.asset.php @@ -0,0 +1 @@ + array(), 'version' => 'bf06db116d0976a40ce7'); diff --git a/assets/js/dokan-setup-wizard-commission.css b/assets/js/dokan-setup-wizard-commission.css new file mode 100644 index 0000000000..9c66a15686 --- /dev/null +++ b/assets/js/dokan-setup-wizard-commission.css @@ -0,0 +1,134 @@ +*, ::before, ::after { + --tw-border-spacing-x: 0; + --tw-border-spacing-y: 0; + --tw-translate-x: 0; + --tw-translate-y: 0; + --tw-rotate: 0; + --tw-skew-x: 0; + --tw-skew-y: 0; + --tw-scale-x: 1; + --tw-scale-y: 1; + --tw-pan-x: ; + --tw-pan-y: ; + --tw-pinch-zoom: ; + --tw-scroll-snap-strictness: proximity; + --tw-gradient-from-position: ; + --tw-gradient-via-position: ; + --tw-gradient-to-position: ; + --tw-ordinal: ; + --tw-slashed-zero: ; + --tw-numeric-figure: ; + --tw-numeric-spacing: ; + --tw-numeric-fraction: ; + --tw-ring-inset: ; + --tw-ring-offset-width: 0px; + --tw-ring-offset-color: #fff; + --tw-ring-color: rgb(59 130 246 / 0.5); + --tw-ring-offset-shadow: 0 0 #0000; + --tw-ring-shadow: 0 0 #0000; + --tw-shadow: 0 0 #0000; + --tw-shadow-colored: 0 0 #0000; + --tw-blur: ; + --tw-brightness: ; + --tw-contrast: ; + --tw-grayscale: ; + --tw-hue-rotate: ; + --tw-invert: ; + --tw-saturate: ; + --tw-sepia: ; + --tw-drop-shadow: ; + --tw-backdrop-blur: ; + --tw-backdrop-brightness: ; + --tw-backdrop-contrast: ; + --tw-backdrop-grayscale: ; + --tw-backdrop-hue-rotate: ; + --tw-backdrop-invert: ; + --tw-backdrop-opacity: ; + --tw-backdrop-saturate: ; + --tw-backdrop-sepia: ; + --tw-contain-size: ; + --tw-contain-layout: ; + --tw-contain-paint: ; + --tw-contain-style: +} +::backdrop { + --tw-border-spacing-x: 0; + --tw-border-spacing-y: 0; + --tw-translate-x: 0; + --tw-translate-y: 0; + --tw-rotate: 0; + --tw-skew-x: 0; + --tw-skew-y: 0; + --tw-scale-x: 1; + --tw-scale-y: 1; + --tw-pan-x: ; + --tw-pan-y: ; + --tw-pinch-zoom: ; + --tw-scroll-snap-strictness: proximity; + --tw-gradient-from-position: ; + --tw-gradient-via-position: ; + --tw-gradient-to-position: ; + --tw-ordinal: ; + --tw-slashed-zero: ; + --tw-numeric-figure: ; + --tw-numeric-spacing: ; + --tw-numeric-fraction: ; + --tw-ring-inset: ; + --tw-ring-offset-width: 0px; + --tw-ring-offset-color: #fff; + --tw-ring-color: rgb(59 130 246 / 0.5); + --tw-ring-offset-shadow: 0 0 #0000; + --tw-ring-shadow: 0 0 #0000; + --tw-shadow: 0 0 #0000; + --tw-shadow-colored: 0 0 #0000; + --tw-blur: ; + --tw-brightness: ; + --tw-contrast: ; + --tw-grayscale: ; + --tw-hue-rotate: ; + --tw-invert: ; + --tw-saturate: ; + --tw-sepia: ; + --tw-drop-shadow: ; + --tw-backdrop-blur: ; + --tw-backdrop-brightness: ; + --tw-backdrop-contrast: ; + --tw-backdrop-grayscale: ; + --tw-backdrop-hue-rotate: ; + --tw-backdrop-invert: ; + --tw-backdrop-opacity: ; + --tw-backdrop-saturate: ; + --tw-backdrop-sepia: ; + --tw-contain-size: ; + --tw-contain-layout: ; + --tw-contain-paint: ; + --tw-contain-style: +} +.fixed { + position: fixed +} +.\!m-0 { + margin: 0px !important +} +.mb-5 { + margin-bottom: 1.25rem +} +.flex { + display: flex +} +.hidden { + display: none +} +.flex-col { + flex-direction: column +} +.\!p-0 { + padding: 0px !important +} +.p-3 { + padding: 0.75rem +} +.\!font-semibold { + font-weight: 600 !important +} + diff --git a/assets/js/dokan-setup-wizard-commission.js b/assets/js/dokan-setup-wizard-commission.js new file mode 100644 index 0000000000..729ce2f02d --- /dev/null +++ b/assets/js/dokan-setup-wizard-commission.js @@ -0,0 +1 @@ +(()=>{var e={7334:e=>{function t(e,t,s){var i,r,a,o,n;function d(){var l=Date.now()-o;l=0?i=setTimeout(d,t-l):(i=null,s||(n=e.apply(a,r),a=r=null))}null==t&&(t=100);var l=function(){a=this,r=arguments,o=Date.now();var l=s&&!i;return i||(i=setTimeout(d,t)),l&&(n=e.apply(a,r),a=r=null),n};return l.clear=function(){i&&(clearTimeout(i),i=null)},l.flush=function(){i&&(n=e.apply(a,r),a=r=null,clearTimeout(i),i=null)},l}t.debounce=t,e.exports=t}},t={};function s(i){var r=t[i];if(void 0!==r)return r.exports;var a=t[i]={exports:{}};return e[i](a,a.exports,s),a.exports}s.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return s.d(t,{a:t}),t},s.d=(e,t)=>{for(var i in t)s.o(t,i)&&!s.o(e,i)&&Object.defineProperty(e,i,{enumerable:!0,get:t[i]})},s.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),(()=>{"use strict";var e=s(7334),t=s.n(e);function i(e,t,s,i,r,a,o,n){var d,l="function"==typeof e?e.options:e;if(t&&(l.render=t,l.staticRenderFns=s,l._compiled=!0),i&&(l.functional=!0),a&&(l._scopeId="data-v-"+a),o?(d=function(e){(e=e||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||"undefined"==typeof __VUE_SSR_CONTEXT__||(e=__VUE_SSR_CONTEXT__),r&&r.call(this,e),e&&e._registeredComponents&&e._registeredComponents.add(o)},l._ssrRegister=d):r&&(d=n?function(){r.call(this,(l.functional?this.parent:this).$root.$options.shadowRoot)}:r),d)if(l.functional){l._injectStyles=d;var m=l.render;l.render=function(e,t){return d.call(t),m(e,t)}}else{var c=l.beforeCreate;l.beforeCreate=c?[].concat(c,d):[d]}return{exports:e,options:l}}const r=i({name:"CategoryBasedCommission",props:{value:{type:Object,default:{all:{flat:"",percentage:""},items:{}}}},computed:{getCurrencySymbol:()=>window.dokan.currency.symbol?window.dokan.currency.symbol:""},data:()=>({categories:[],renderCategories:[],openRows:[],allCategroyEnabled:!0,commission:{all:{flat:"",percentage:""},items:{}}}),watch:{value(e){"object"==typeof e&&e.hasOwnProperty("all")&&"object"==typeof e.all&&(this.commission.all=e.all),"object"==typeof e&&e.hasOwnProperty("items")&&"object"==typeof e.items&&(this.commission.items=e.items)}},created(){"object"==typeof this.value&&this.value.hasOwnProperty("all")&&"object"==typeof this.value.all&&(this.commission.all=this.value.all),"object"==typeof this.value&&this.value.hasOwnProperty("items")&&!Array.isArray(this.value.items)?this.commission.items=this.value.items:this.commission.items={},dokan.api.get("/products/multistep-categories").then((e=>{"object"==typeof e&&(this.categories=e,this.renderCategories=Object.values(this.getCatgroies()),this.commission.items&&Object.values(this.commission.items).length&&(this.allCategroyEnabled=!1))}))},methods:{getCatgroies(){const e=[],t={};for(const e in this.categories)t[e]=this.categories[e];for(const s in t){const i=t[s];if("0"!==i.parent_id){const s=t[i.parent_id],r=e.indexOf(s);e.splice(r+1,0,i)}else e.push(i)}return e},catRowClick(e,t){if(this.openRows.includes(Number(e.term_id))){let t=this.openRows.indexOf(Number(e.term_id));this.openRows.splice(t,1),this.getChildren(e.term_id).forEach((e=>{let t=this.openRows.indexOf(Number(e));-1!==t&&this.openRows.splice(t,1)}))}else this.openRows.push(Number(e.term_id))},getChildren(e){return Object.values(this.categories).filter((t=>t.parents.includes(Number(e)))).map((e=>e.term_id))},showCatRow(e){return 0===Number(e.parent_id)||this.openRows.includes(Number(e.parent_id))},isOpen(e){this.openRows.push(Number(e))},getCommissionValue(e,t){return this.commission.items.hasOwnProperty(t)?this.commission.items[t][e]:this.commission.all[e]},commissinItemHandler:t()((function(e,t,s,i=""){e="percentage"===t?this.validatePercentage(this.unFormatValue(e)):this.unFormatValue(e);let r=JSON.parse(JSON.stringify(this.commission.items)),a=JSON.parse(JSON.stringify(this.commission.all));r.hasOwnProperty(s)?(a=r[s],a[t]=e,this.$set(this.commission.items,s,a),this.updateChildCommissionValues(s,a),this.deleteDuplicateCategories(this.commission.items)):(a[t]=e,this.$set(this.commission.items,s,a),this.updateChildCommissionValues(s,a),this.deleteDuplicateCategories(this.commission.items)),this.emitComponentChange(JSON.parse(JSON.stringify(this.commission)))}),700),handleAllCategoryInput:t()((function(e,t,s=""){e="percentage"===t?this.validatePercentage(this.unFormatValue(e)):this.unFormatValue(e),this.$set(this.commission.all,t,e),this.$set(this.commission,"items",{}),this.emitComponentChange(JSON.parse(JSON.stringify(this.commission)))}),700),deleteDuplicateCategories(e){let t=this;Object.keys(e).forEach((s=>{t.isEqual(e[s],this.commission.all)&&this.$delete(this.commission.items,s)}))},emitComponentChange(e){this.$emit("change",e)},isEqual(e,t){let s=this;if(e===t)return!0;if(null==e||null==t)return!1;if(typeof e!=typeof t)return!1;if(e instanceof Date&&t instanceof Date)return e.getTime()===t.getTime();if(Array.isArray(e)&&Array.isArray(t)){if(e.length!==t.length)return!1;for(let i=0;i{i[e]=t})),this.$set(this.commission,"items",i)},unFormatValue:e=>""===e?e:String(accounting.unformat(e,dokan.currency.decimal)),formatValue:e=>""===e?e:accounting.formatNumber(e,dokan.currency.precision,dokan.currency.thousand,dokan.currency.decimal),validatePercentage:e=>(""===e||(Number(e)<0||Number(e)>100)&&(e=""),e)}},(function(){var e=this,t=e._self._c;return t("div",{staticClass:"relative"},[t("div",{staticClass:"d-xs:hidden md:flex bg-gray-100 min-h-[3rem] text-gray-500 border-[0.957434px] border-b-0 items-center"},[t("div",{staticClass:"w-1/2 pl-3 flex h-[3rem] items-center border-r-[0.957434px]"},[t("p",{staticClass:"text-xs"},[e._v(e._s(e.__("Category","dokan-lite")))])]),e._v(" "),t("div",{staticClass:"flex w-1/2"},[t("div",{staticClass:"w-1/2 mr-20"},[t("p",{staticClass:"text-xs text-center"},[e._v(e._s(e.__("Percentage","dokan-lite")))])]),e._v(" "),t("div",{staticClass:"w-1/2"},[t("p",{staticClass:"text-xs text-center"},[e._v(e._s(e.__("Flat","dokan-lite")))])])])]),e._v(" "),t("div",{staticClass:"flex flex-col max-h-[500px] overflow-y-auto border-[1px] d-xs:text-[8px] sm:text-[14px] border-[#e9e9ea] border-solid",class:e.allCategroyEnabled?"border-b-0":"border-b-[1px]"},[t("div",{staticClass:"flex flex-row"},[t("div",{staticClass:"flex flex-row w-1/2 items-center min-h-[3rem] border-0 !border-r-[1px] !border-b-[1px] border-[#e9e9ea] border-solid pl-[5px]"},[t("button",{staticClass:"p-1 d-xs:pl-1 md:pl-4 bg-transparent bg-co border-none cursor-pointer",attrs:{type:"button"},on:{click:()=>e.allCategroyEnabled=!e.allCategroyEnabled}},[t("i",{staticClass:"far",class:e.allCategroyEnabled?"fa-plus-square text-[#4C19E6]":"fa-minus-square text-black"})]),e._v(" "),t("p",{staticClass:"d-xs:text-[8px] sm:text-[14px] !m-0"},[e._v(e._s(e.__("All Categories","dokan-lite")))])]),e._v(" "),t("div",{staticClass:"flex flex-row w-1/2 border-0 !border-b-[1px] border-[#e9e9ea] border-solid"},[t("div",{staticClass:"w-1/2 flex justify-start items-center box-border"},[t("input",{ref:"percentage",staticClass:"wc_input_decimal !min-h-full focus:!shadow-none focus:border-transparent !border-0 !w-[100%] !pl-[5px] !pr-0 !pt-0 !pb-0",staticStyle:{border:"none !important"},attrs:{type:"text",id:"percentage_commission",name:"percentage_commission"},domProps:{value:e.formatValue(e.commission.all.percentage)},on:{input:t=>e.handleAllCategoryInput(t.target.value,"percentage",e.commission.all.percentage)}}),e._v(" "),t("div",{staticClass:"h-full d-xs:border-l-0 d-xs:border-r-0 md:border-l-[1px] md:!border-r-[1px] flex justify-center items-center d-xs:!bg-transparent md:!bg-gray-100"},[t("span",{staticClass:"d-xs:pl-1 d-xs:pr-1 md:pl-2 md:pr-2"},[e._v(e._s(e.__("%","dokan-lite")))])])]),e._v(" "),t("div",{staticClass:"h-full border-l-[1px] !border-r-[1px] md:border-0 d-xs:bg-gray-100 md:bg-transparent flex justify-center items-center"},[t("span",{staticClass:"d-xs:p-1 md:p-2"},[e._v(e._s(e.__("+","dokan-lite")))])]),e._v(" "),t("div",{staticClass:"w-1/2 flex justify-start items-center box-border"},[t("div",{staticClass:"h-full d-xs:border-r-0 d-xs:border-l-0 md:!border-r-[1px] md:border-l-[1px] flex justify-center items-center d-xs:!bg-transparent md:!bg-gray-100"},[t("span",{staticClass:"d-xs:pl-1 d-xs:pr-1 md:pl-2 md:pr-2"},[e._v(e._s(e.getCurrencySymbol))])]),e._v(" "),t("input",{ref:"fixed",staticClass:"wc_input_price !min-h-full focus:!shadow-none !border-0 !w-[100%] d-xs:!pl-0 d-xs:!pr-[5px] d-xs:text-right md:text-left md:!pl-[5px] !pr-0 !pt-0 !pb-0",staticStyle:{border:"none !important"},attrs:{type:"text",id:"fixed_commission",name:"fixed_commission"},domProps:{value:e.formatValue(e.commission.all.flat)},on:{input:t=>e.handleAllCategoryInput(t.target.value,"flat",e.commission.all.flat)}})])])]),e._v(" "),e._l(e.renderCategories,(function(s,i){return e.allCategroyEnabled?e._e():t("div",{key:s.term_id,staticClass:"flex flex-row border-0 !border-b-[1px] last:border-b-0 border-[#e9e9ea] border-solid",class:e.showCatRow(s)?"flex":"hidden"},[t("div",{staticClass:"w-1/2 flex flex-row items-center min-h-[3rem] border-0 !border-r-[1px] border-[#e9e9ea] border-solid pl-[5px]"},[t("div",{staticClass:"d-xs:flex h-1/2"},e._l(s.parents,(function(e){return t("span",{key:e,staticClass:"d-xs:bg-[#e5e7eb] md:bg-transparent block h-full w-[1px] d-xs:ml-1"})})),0),e._v(" "),t("button",{staticClass:"p-1 d-xs:pl-1 md:pl-6 bg-transparent border-none cursor-pointer",class:s.children.length?"cursor-pointer text-[#F05025]":"disabled:cursor-not-allowed text-gray-300",attrs:{type:"button",disabled:!s.children.length},on:{click:()=>e.catRowClick(s,i)}},[t("i",{staticClass:"far",class:e.openRows.includes(Number(s.term_id))?"fa-minus-square text-black":"fa-plus-square"})]),e._v(" "),t("p",{staticClass:"d-xs:text-[8px] sm:text-[14px] text-black !m-0"},[t("span",{attrs:{title:s.name},domProps:{innerHTML:e._s(s.name)}}),e._v(" "),t("span",{staticClass:"d-xs:text-[6px] sm:text-[12px] text-gray-500",attrs:{title:e.__("Category ID","dokan")}},[e._v("#"+e._s(s.term_id))])])]),e._v(" "),t("div",{staticClass:"w-1/2 flex min-h-[3rem] border-0 border-solid border-[#e9e9ea]"},[t("div",{staticClass:"w-1/2 flex justify-start items-center box-border"},[t("input",{ref:"percentage",refInFor:!0,staticClass:"wc_input_decimal !min-h-full focus:!shadow-none focus:border-transparent !border-0 !pl-[5px] !pr-0 !pt-0 !pb-0 !w-[100%]",staticStyle:{border:"none !important"},attrs:{type:"text",id:"percentage_commission",name:"percentage_commission"},domProps:{value:e.formatValue(e.getCommissionValue("percentage",s.term_id))},on:{input:t=>e.commissinItemHandler(t.target.value,"percentage",s.term_id,e.getCommissionValue("percentage",s.term_id))}}),e._v(" "),t("div",{staticClass:"h-full d-xs:border-l-0 d-xs:border-r-0 md:border-l-[1px] md:!border-r-[1px] flex justify-center items-center d-xs:!bg-transparent md:!bg-gray-100"},[t("span",{staticClass:"d-xs:pl-1 d-xs:pr-1 md:pl-2 md:pr-2"},[e._v(e._s(e.__("%","dokan-lite")))])])]),e._v(" "),t("div",{staticClass:"h-full border-l-[1px] !border-r-[1px] md:border-0 d-xs:bg-gray-100 md:bg-transparent flex justify-center items-center"},[t("span",{staticClass:"d-xs:p-1 md:p-2"},[e._v(e._s(e.__("+","dokan-lite")))])]),e._v(" "),t("div",{staticClass:"w-1/2 flex justify-start items-center box-border"},[t("div",{staticClass:"h-full d-xs:border-r-0 d-xs:border-l-0 md:!border-r-[1px] md:border-l-[1px] flex justify-center items-center d-xs:!bg-transparent md:!bg-gray-100"},[t("span",{staticClass:"d-xs:pl-1 d-xs:pr-1 md:pl-2 md:pr-2"},[e._v(e._s(e.getCurrencySymbol))])]),e._v(" "),t("input",{ref:"flat",refInFor:!0,staticClass:"wc_input_price !min-h-full focus:!shadow-none !border-0 d-xs:!pl-0 d-xs:!pr-[5px] d-xs:text-right md:text-left md:!pl-[5px] !pr-0 !pt-0 !pb-0 !w-[100%]",staticStyle:{border:"none !important"},attrs:{type:"text",id:"fixed_commission",name:"fixed_commission"},domProps:{value:e.formatValue(e.getCommissionValue("flat",s.term_id))},on:{input:t=>e.commissinItemHandler(t.target.value,"flat",s.term_id,e.getCommissionValue("flat",s.term_id))}})])])])}))],2)])}),[],!1,null,"43cad8b8",null).exports;var a=i({name:"CombineInput",props:{fixedId:{type:String,default:"fixed-val-id"},percentageId:{type:String,default:"percentage-val-id"},fixexName:{type:String,default:"fixed-val-name"},percentageName:{type:String,default:"percentage-val-name"},value:{type:Object,default:{fixed:"",percentage:""}}},data(){var e,t;return{fixed:null!==(e=this.formatPositiveValue(this.value.fixed))&&void 0!==e?e:"",percentage:null!==(t=this.formatPositiveValue(this.value.percentage))&&void 0!==t?t:""}},watch:{value:{handler(e,t){let s=this.validatePercentage(e.percentage),i=this.validatePercentage(t.percentage);(!s||""===s||Number(s)<0||Number(s)>100)&&(s=i),this.fixed=this.formatPositiveValue(e.fixed),this.percentage=this.formatPositiveValue(s)},deep:!0}},methods:{validatePercentage:e=>((Number(e)<0||Number(e)>100)&&(e=""),e),onInput:t()((function(){let e=this,t={fixed:e.fixed?accounting.unformat(e.fixed,dokan.currency.decimal):"",percentage:e.percentage?accounting.unformat(e.percentage,dokan.currency.decimal):""};this.$emit("change",t)}),500),formatPositiveValue:e=>""===e?e:accounting.formatNumber(e,dokan.currency.precision,dokan.currency.thousand,dokan.currency.decimal)},computed:{getCurrencySymbol:()=>window.dokan.currency.symbol}},(function(){var e=this,t=e._self._c;return t("div",{staticClass:"d-xs:text-[8px] sm:text-[14px] d-xs:w-fit sm:w-fit md:w-auto h-[32px] flex d-xs:shadow-md md:shadow-none rounded-[5px]"},[t("div",{staticClass:"md:shadow-md border-[0.957434px] border-[#E9E9E9] d-xs:!border-r-0 md:!border-r-[0.957434px] rounded-[5px] d-xs:!rounded-r-none md:!rounded-r-[5px] !p-0 !m-0 w-[110px] flex justify-start items-center box-border"},[t("input",{directives:[{name:"model",rawName:"v-model",value:e.percentage,expression:"percentage"}],ref:"percentage",staticClass:"wc_input_decimal !border-none focus:!shadow-none !border-0 !w-[100%] !min-h-full !pl-2 !pr-0 !pt-0 !pb-0 min-w-[75px]",staticStyle:{border:"none !important"},attrs:{type:"text",id:e.percentageId,name:e.percentageName},domProps:{value:e.percentage},on:{input:[function(t){t.target.composing||(e.percentage=t.target.value)},e.onInput]}}),e._v(" "),t("div",{staticClass:"d-xs:border-l-0 md:border-l-[0.957434px] flex justify-center items-center d-xs:!bg-transparent md:!bg-gray-100 !min-h-full"},[t("span",{staticClass:"d-xs:pl-1 d-xs:pr-1 md:pl-2 md:pr-2"},[e._v(e._s(e.__("%","dokan-lite")))])])]),e._v(" "),t("div",{staticClass:"d-xs:border-[0.957434px] md:border-0 d-xs:bg-gray-100 md:bg-transparent flex justify-center items-center"},[t("span",{staticClass:"d-xs:p-1 md:p-2"},[e._v(e._s(e.__("+","dokan-lite")))])]),e._v(" "),t("div",{staticClass:"md:shadow-md border-[0.957434px] d-xs:!border-l-0 md:!border-l-[0.957434px] rounded-[5px] d-xs:!rounded-l-none md:!rounded-l-[5px] !p-0 !m-0 w-[110px] flex justify-start items-center box-border"},[t("div",{staticClass:"d-xs:border-r-0 md:border-r-[0.957434px] flex justify-center items-center d-xs:!bg-transparent md:!bg-gray-100 !min-h-full"},[t("span",{staticClass:"d-xs:pl-1 d-xs:pr-1 md:pl-2 md:pr-2"},[e._v(e._s(e.getCurrencySymbol))])]),e._v(" "),t("input",{directives:[{name:"model",rawName:"v-model",value:e.fixed,expression:"fixed"}],ref:"fixed",staticClass:"wc_input_price focus:!shadow-none !border-0 !w-[100%] !min-h-full !pl-2 !pr-0 !pt-0 !pb-0 min-w-[75px]",staticStyle:{border:"none !important"},attrs:{type:"text",id:e.fixedId,name:e.fixexName},domProps:{value:e.fixed},on:{input:[function(t){t.target.composing||(e.fixed=t.target.value)},e.onInput]}})])])}),[],!1,null,"7c0c2764",null);const o=i({name:"AdminCommission",components:{CategoryBasedCommission:r,CombineInput:a.exports},data:()=>({selectedCommission:"fixed",commission:{},commissionTypes:{},fixedCommission:{}}),created(){let e=document.getElementById("dokan-setup-wizard-commission-data");if(!e||!e.dataset||!e.dataset.commission)return;let t=JSON.parse(e.dataset.commission);this.commissionTypes=t.dokanCommission,this.fixedCommission.fixed=t.additional_fee?Number(t.additional_fee):0,this.fixedCommission.percentage=t.admin_percentage?Number(t.admin_percentage):0,this.selectedCommission=t.commission_type?String(t.commission_type):"fixed";let s=t.commission_category_based_values;s.all=!s.all||Array.isArray(s.all)?{}:s.all,s.items=!s.items||Array.isArray(s.items)?{}:s.items,this.commission=s},methods:{onCategoryUpdate(e){this.commission=e},fixedCOmmissionhandler(e){var t,s;""===e.fixed&&(e.fixed=null!==(t=this.fixedCommission.fixed)&&void 0!==t?t:0),""===e.percentage&&(e.percentage=null!==(s=this.fixedCommission.percentage)&&void 0!==s?s:0),this.fixedCommission=e}}},(function(){var e,t,s=this,i=s._self._c;return i("div",{staticClass:"p-3"},[i("div",{staticClass:"mb-5"},[i("p",{staticClass:"!p-0 !m-0 !font-semibold",attrs:{for:"_subscription_product_admin_commission_type"}},[s._v(s._s(s.__("Admin Commission type","dokan")))]),s._v(" "),i("div",{staticClass:"flex flex-col"},[i("select",{directives:[{name:"model",rawName:"v-model",value:s.selectedCommission,expression:"selectedCommission"}],staticClass:"select short",attrs:{id:"_subscription_product_admin_commission_type",name:"_subscription_product_admin_commission_type"},on:{change:function(e){var t=Array.prototype.filter.call(e.target.options,(function(e){return e.selected})).map((function(e){return"_value"in e?e._value:e.value}));s.selectedCommission=e.target.multiple?t:t[0]}}},s._l(s.commissionTypes,(function(e,t){return i("option",{domProps:{value:t}},[s._v(s._s(e))])})),0)])]),s._v(" "),"category_based"===s.selectedCommission?i("div",[i("p",{staticClass:"!p-0 !m-0 !font-semibold",attrs:{for:"_subscription_product_admin_commission_type"}},[s._v(s._s(s.__("Admin Commission","dokan")))]),s._v(" "),i("category-based-commission",{attrs:{value:s.commission},on:{change:s.onCategoryUpdate}})],1):"fixed"===s.selectedCommission?i("div",[i("p",{staticClass:"!p-0 !m-0 !font-semibold",attrs:{for:"_subscription_product_admin_commission_type"}},[s._v(s._s(s.__("Admin Commission","dokan")))]),s._v(" "),i("combine-input",{attrs:{value:s.fixedCommission},on:{change:s.fixedCOmmissionhandler}})],1):s._e(),s._v(" "),i("input",{attrs:{type:"hidden",name:"dokan_commission_type"},domProps:{value:s.selectedCommission}}),s._v(" "),i("input",{attrs:{type:"hidden",name:"dokan_commission_flat"},domProps:{value:null!==(e=s.fixedCommission.fixed)&&void 0!==e?e:0}}),s._v(" "),i("input",{attrs:{type:"hidden",name:"dokan_commission_percentage"},domProps:{value:null!==(t=s.fixedCommission.percentage)&&void 0!==t?t:0}}),s._v(" "),i("input",{attrs:{type:"hidden",name:"dokan_commission_category_based"},domProps:{value:JSON.stringify(s.commission)}})])}),[],!1,null,"02cf9e96",null).exports,n=dokan_get_lib("Vue");document.addEventListener("DOMContentLoaded",(function(){document.getElementById("dokan-setup-wizard-commission-wrapper")&&new n({el:"#dokan-setup-wizard-commission-wrapper",render:e=>e(o)})}))})()})(); \ No newline at end of file diff --git a/assets/js/dokan-tailwind-rtl.css b/assets/js/dokan-tailwind-rtl.css index 51a28b3676..58afbc97a6 100644 --- a/assets/js/dokan-tailwind-rtl.css +++ b/assets/js/dokan-tailwind-rtl.css @@ -107,6 +107,11 @@ .container { width: 100%; } +@media (min-width: 360px) { + .container { + max-width: 360px; + } +} @media (min-width: 640px) { .container { max-width: 640px; @@ -150,18 +155,30 @@ .\!m-0 { margin: 0px !important; } +.m-0 { + margin: 0px; +} .m-\[1em\] { margin: 1em; } +.\!mb-\[6px\] { + margin-bottom: 6px !important; +} .\!mt-\[13px\] { margin-top: 13px !important; } +.\!mt-\[6px\] { + margin-top: 6px !important; +} .mb-1 { margin-bottom: 0.25rem; } .mb-4 { margin-bottom: 1rem; } +.mb-5 { + margin-bottom: 1.25rem; +} .mb-\[-0\.5rem\] { margin-bottom: -0.5rem; } @@ -174,6 +191,9 @@ .mr-0 { margin-left: 0px; } +.mr-20 { + margin-left: 5rem; +} .mr-5 { margin-left: 1.25rem; } @@ -195,6 +215,9 @@ .mt-\[20px\] { margin-top: 20px; } +.box-border { + box-sizing: border-box; +} .box-content { box-sizing: content-box; } @@ -231,6 +254,9 @@ .hidden { display: none; } +.h-1\/2 { + height: 50%; +} .h-\[109px\] { height: 109px; } @@ -240,15 +266,48 @@ .h-\[128px\] { height: 128px; } +.h-\[32px\] { + height: 32px; +} +.h-\[3rem\] { + height: 3rem; +} +.h-full { + height: 100%; +} +.max-h-\[500px\] { + max-height: 500px; +} +.\!min-h-full { + min-height: 100% !important; +} +.min-h-\[3rem\] { + min-height: 3rem; +} +.\!w-\[100\%\] { + width: 100% !important; +} +.w-1\/2 { + width: 50%; +} +.w-\[110px\] { + width: 110px; +} .w-\[128px\] { width: 128px; } +.w-\[1px\] { + width: 1px; +} .w-\[calc\(100\%-128px\)\] { width: calc(100% - 128px); } .w-full { width: 100%; } +.min-w-\[75px\] { + min-width: 75px; +} .max-w-\[128px\] { max-width: 128px; } @@ -264,9 +323,15 @@ .transform { transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); } +.cursor-pointer { + cursor: pointer; +} .resize { resize: both; } +.flex-row { + flex-direction: row; +} .\!flex-col { flex-direction: column !important; } @@ -282,6 +347,9 @@ .items-center { align-items: center; } +.justify-start { + justify-content: flex-start; +} .\!justify-center { justify-content: center !important; } @@ -291,23 +359,134 @@ .justify-between { justify-content: space-between; } +.gap-4 { + gap: 1rem; +} +.overflow-y-auto { + overflow-y: auto; +} +.rounded-\[5px\] { + border-radius: 5px; +} +.\!border-0 { + border-width: 0px !important; +} .border { border-width: 1px; } +.border-0 { + border-width: 0px; +} +.border-\[0\.957434px\] { + border-width: 0.957434px; +} +.border-\[1px\] { + border-width: 1px; +} +.\!border-b-\[1px\] { + border-bottom-width: 1px !important; +} +.\!border-r-\[1px\] { + border-left-width: 1px !important; +} +.border-b-0 { + border-bottom-width: 0px; +} +.border-b-\[1px\] { + border-bottom-width: 1px; +} +.border-l-\[1px\] { + border-right-width: 1px; +} +.border-r-\[0\.957434px\] { + border-left-width: 0.957434px; +} +.border-solid { + border-style: solid; +} +.\!border-none { + border-style: none !important; +} +.border-none { + border-style: none; +} +.border-\[\#E9E9E9\] { + --tw-border-opacity: 1; + border-color: rgb(233 233 233 / var(--tw-border-opacity)); +} +.border-\[\#e9e9ea\] { + --tw-border-opacity: 1; + border-color: rgb(233 233 234 / var(--tw-border-opacity)); +} +.bg-gray-100 { + --tw-bg-opacity: 1; + background-color: rgb(243 244 246 / var(--tw-bg-opacity)); +} +.bg-transparent { + background-color: transparent; +} +.\!p-0 { + padding: 0px !important; +} +.p-0 { + padding: 0px; +} +.p-1 { + padding: 0.25rem; +} .p-2 { padding: 0.5rem; } +.p-3 { + padding: 0.75rem; +} +.p-4 { + padding: 1rem; +} .p-5 { padding: 1.25rem; } +.\!pb-0 { + padding-bottom: 0px !important; +} +.\!pl-2 { + padding-right: 0.5rem !important; +} +.\!pl-\[5px\] { + padding-right: 5px !important; +} +.\!pr-0 { + padding-left: 0px !important; +} .\!pt-0 { padding-top: 0px !important; } -.pb-3 { - padding-bottom: 0.75rem; +.pb-0 { + padding-bottom: 0px; } -.pb-4 { - padding-bottom: 1rem; +.pb-5 { + padding-bottom: 1.25rem; +} +.pl-3 { + padding-right: 0.75rem; +} +.pl-5 { + padding-right: 1.25rem; +} +.pl-\[5px\] { + padding-right: 5px; +} +.pr-5 { + padding-left: 1.25rem; +} +.pt-0 { + padding-top: 0px; +} +.pt-4 { + padding-top: 1rem; +} +.text-center { + text-align: center; } .text-\[1\.3em\] { font-size: 1.3em; @@ -316,6 +495,10 @@ font-size: 1.25rem; line-height: 1.75rem; } +.text-xs { + font-size: 0.75rem; + line-height: 1rem; +} .font-bold { font-weight: 700; } @@ -337,6 +520,26 @@ .leading-\[1\.5em\] { line-height: 1.5em; } +.text-\[\#4C19E6\] { + --tw-text-opacity: 1; + color: rgb(76 25 230 / var(--tw-text-opacity)); +} +.text-\[\#F05025\] { + --tw-text-opacity: 1; + color: rgb(240 80 37 / var(--tw-text-opacity)); +} +.text-black { + --tw-text-opacity: 1; + color: rgb(0 0 0 / var(--tw-text-opacity)); +} +.text-gray-300 { + --tw-text-opacity: 1; + color: rgb(209 213 219 / var(--tw-text-opacity)); +} +.text-gray-500 { + --tw-text-opacity: 1; + color: rgb(107 114 128 / var(--tw-text-opacity)); +} .underline { text-decoration-line: underline; } @@ -369,6 +572,9 @@ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; } +.ease-in { + transition-timing-function: cubic-bezier(0.4, 0, 1, 1); +} input[type=checkbox] { margin-top: 0.25rem; @@ -401,3 +607,216 @@ table.wp-list-table.widefat.fixed { margin-left: 0px; } +.last\:border-b-0:last-child { + border-bottom-width: 0px; +} + +.focus\:border-transparent:focus { + border-color: transparent; +} + +.focus\:\!shadow-none:focus { + --tw-shadow: 0 0 #0000 !important; + --tw-shadow-colored: 0 0 #0000 !important; + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; +} + +.disabled\:cursor-not-allowed:disabled { + cursor: not-allowed; +} + +@media (min-width: 360px) { + .d-xs\:ml-1 { + margin-right: 0.25rem; + } + .d-xs\:block { + display: block; + } + .d-xs\:flex { + display: flex; + } + .d-xs\:hidden { + display: none; + } + .d-xs\:w-fit { + width: -moz-fit-content; + width: fit-content; + } + .d-xs\:w-full { + width: 100%; + } + .d-xs\:flex-col { + flex-direction: column; + } + .d-xs\:\!rounded-l-none { + border-top-right-radius: 0px !important; + border-bottom-right-radius: 0px !important; + } + .d-xs\:\!rounded-r-none { + border-top-left-radius: 0px !important; + border-bottom-left-radius: 0px !important; + } + .d-xs\:border-\[0\.957434px\] { + border-width: 0.957434px; + } + .d-xs\:\!border-l-0 { + border-right-width: 0px !important; + } + .d-xs\:\!border-r-0 { + border-left-width: 0px !important; + } + .d-xs\:border-l-0 { + border-right-width: 0px; + } + .d-xs\:border-r-0 { + border-left-width: 0px; + } + .d-xs\:\!bg-transparent { + background-color: transparent !important; + } + .d-xs\:bg-\[\#e5e7eb\] { + --tw-bg-opacity: 1; + background-color: rgb(229 231 235 / var(--tw-bg-opacity)); + } + .d-xs\:bg-gray-100 { + --tw-bg-opacity: 1; + background-color: rgb(243 244 246 / var(--tw-bg-opacity)); + } + .d-xs\:p-1 { + padding: 0.25rem; + } + .d-xs\:\!pb-5 { + padding-bottom: 1.25rem !important; + } + .d-xs\:\!pl-0 { + padding-right: 0px !important; + } + .d-xs\:\!pr-\[5px\] { + padding-left: 5px !important; + } + .d-xs\:\!pt-5 { + padding-top: 1.25rem !important; + } + .d-xs\:pl-1 { + padding-right: 0.25rem; + } + .d-xs\:pr-1 { + padding-left: 0.25rem; + } + .d-xs\:text-right { + text-align: left; + } + .d-xs\:text-\[6px\] { + font-size: 6px; + } + .d-xs\:text-\[8px\] { + font-size: 8px; + } + .d-xs\:shadow-md { + --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1); + --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color); + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); + } +} + +@media (min-width: 640px) { + .sm\:w-fit { + width: -moz-fit-content; + width: fit-content; + } + .sm\:text-\[12px\] { + font-size: 12px; + } + .sm\:text-\[14px\] { + font-size: 14px; + } +} + +@media (min-width: 768px) { + .md\:block { + display: block; + } + .md\:flex { + display: flex; + } + .md\:hidden { + display: none; + } + .md\:w-\[340px\] { + width: 340px; + } + .md\:w-auto { + width: auto; + } + .md\:flex-row { + flex-direction: row; + } + .md\:\!rounded-l-\[5px\] { + border-top-right-radius: 5px !important; + border-bottom-right-radius: 5px !important; + } + .md\:\!rounded-r-\[5px\] { + border-top-left-radius: 5px !important; + border-bottom-left-radius: 5px !important; + } + .md\:border-0 { + border-width: 0px; + } + .md\:\!border-l-\[0\.957434px\] { + border-right-width: 0.957434px !important; + } + .md\:\!border-r-\[0\.957434px\] { + border-left-width: 0.957434px !important; + } + .md\:\!border-r-\[1px\] { + border-left-width: 1px !important; + } + .md\:border-l-\[0\.957434px\] { + border-right-width: 0.957434px; + } + .md\:border-l-\[1px\] { + border-right-width: 1px; + } + .md\:border-r-\[0\.957434px\] { + border-left-width: 0.957434px; + } + .md\:\!bg-gray-100 { + --tw-bg-opacity: 1 !important; + background-color: rgb(243 244 246 / var(--tw-bg-opacity)) !important; + } + .md\:bg-transparent { + background-color: transparent; + } + .md\:p-2 { + padding: 0.5rem; + } + .md\:\!pl-\[5px\] { + padding-right: 5px !important; + } + .md\:pl-2 { + padding-right: 0.5rem; + } + .md\:pl-4 { + padding-right: 1rem; + } + .md\:pl-6 { + padding-right: 1.5rem; + } + .md\:pr-2 { + padding-left: 0.5rem; + } + .md\:text-left { + text-align: right; + } + .md\:shadow-md { + --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1); + --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color); + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); + } + .md\:shadow-none { + --tw-shadow: 0 0 #0000; + --tw-shadow-colored: 0 0 #0000; + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); + } +} + diff --git a/assets/js/dokan-tailwind.asset.php b/assets/js/dokan-tailwind.asset.php index 8e7c1b3595..9aa5c95709 100644 --- a/assets/js/dokan-tailwind.asset.php +++ b/assets/js/dokan-tailwind.asset.php @@ -1 +1 @@ - array(), 'version' => '57f872b060dff564047e'); + array(), 'version' => '2da709c485ff6df2f738'); diff --git a/assets/js/dokan-tailwind.css b/assets/js/dokan-tailwind.css index 60b62a7c85..8bbb2f51ec 100644 --- a/assets/js/dokan-tailwind.css +++ b/assets/js/dokan-tailwind.css @@ -107,6 +107,11 @@ .container { width: 100%; } +@media (min-width: 360px) { + .container { + max-width: 360px; + } +} @media (min-width: 640px) { .container { max-width: 640px; @@ -150,18 +155,30 @@ .\!m-0 { margin: 0px !important; } +.m-0 { + margin: 0px; +} .m-\[1em\] { margin: 1em; } +.\!mb-\[6px\] { + margin-bottom: 6px !important; +} .\!mt-\[13px\] { margin-top: 13px !important; } +.\!mt-\[6px\] { + margin-top: 6px !important; +} .mb-1 { margin-bottom: 0.25rem; } .mb-4 { margin-bottom: 1rem; } +.mb-5 { + margin-bottom: 1.25rem; +} .mb-\[-0\.5rem\] { margin-bottom: -0.5rem; } @@ -174,6 +191,9 @@ .mr-0 { margin-right: 0px; } +.mr-20 { + margin-right: 5rem; +} .mr-5 { margin-right: 1.25rem; } @@ -195,6 +215,9 @@ .mt-\[20px\] { margin-top: 20px; } +.box-border { + box-sizing: border-box; +} .box-content { box-sizing: content-box; } @@ -231,6 +254,9 @@ .hidden { display: none; } +.h-1\/2 { + height: 50%; +} .h-\[109px\] { height: 109px; } @@ -240,15 +266,48 @@ .h-\[128px\] { height: 128px; } +.h-\[32px\] { + height: 32px; +} +.h-\[3rem\] { + height: 3rem; +} +.h-full { + height: 100%; +} +.max-h-\[500px\] { + max-height: 500px; +} +.\!min-h-full { + min-height: 100% !important; +} +.min-h-\[3rem\] { + min-height: 3rem; +} +.\!w-\[100\%\] { + width: 100% !important; +} +.w-1\/2 { + width: 50%; +} +.w-\[110px\] { + width: 110px; +} .w-\[128px\] { width: 128px; } +.w-\[1px\] { + width: 1px; +} .w-\[calc\(100\%-128px\)\] { width: calc(100% - 128px); } .w-full { width: 100%; } +.min-w-\[75px\] { + min-width: 75px; +} .max-w-\[128px\] { max-width: 128px; } @@ -264,9 +323,15 @@ .transform { transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); } +.cursor-pointer { + cursor: pointer; +} .resize { resize: both; } +.flex-row { + flex-direction: row; +} .\!flex-col { flex-direction: column !important; } @@ -282,6 +347,9 @@ .items-center { align-items: center; } +.justify-start { + justify-content: flex-start; +} .\!justify-center { justify-content: center !important; } @@ -291,23 +359,134 @@ .justify-between { justify-content: space-between; } +.gap-4 { + gap: 1rem; +} +.overflow-y-auto { + overflow-y: auto; +} +.rounded-\[5px\] { + border-radius: 5px; +} +.\!border-0 { + border-width: 0px !important; +} .border { border-width: 1px; } +.border-0 { + border-width: 0px; +} +.border-\[0\.957434px\] { + border-width: 0.957434px; +} +.border-\[1px\] { + border-width: 1px; +} +.\!border-b-\[1px\] { + border-bottom-width: 1px !important; +} +.\!border-r-\[1px\] { + border-right-width: 1px !important; +} +.border-b-0 { + border-bottom-width: 0px; +} +.border-b-\[1px\] { + border-bottom-width: 1px; +} +.border-l-\[1px\] { + border-left-width: 1px; +} +.border-r-\[0\.957434px\] { + border-right-width: 0.957434px; +} +.border-solid { + border-style: solid; +} +.\!border-none { + border-style: none !important; +} +.border-none { + border-style: none; +} +.border-\[\#E9E9E9\] { + --tw-border-opacity: 1; + border-color: rgb(233 233 233 / var(--tw-border-opacity)); +} +.border-\[\#e9e9ea\] { + --tw-border-opacity: 1; + border-color: rgb(233 233 234 / var(--tw-border-opacity)); +} +.bg-gray-100 { + --tw-bg-opacity: 1; + background-color: rgb(243 244 246 / var(--tw-bg-opacity)); +} +.bg-transparent { + background-color: transparent; +} +.\!p-0 { + padding: 0px !important; +} +.p-0 { + padding: 0px; +} +.p-1 { + padding: 0.25rem; +} .p-2 { padding: 0.5rem; } +.p-3 { + padding: 0.75rem; +} +.p-4 { + padding: 1rem; +} .p-5 { padding: 1.25rem; } +.\!pb-0 { + padding-bottom: 0px !important; +} +.\!pl-2 { + padding-left: 0.5rem !important; +} +.\!pl-\[5px\] { + padding-left: 5px !important; +} +.\!pr-0 { + padding-right: 0px !important; +} .\!pt-0 { padding-top: 0px !important; } -.pb-3 { - padding-bottom: 0.75rem; +.pb-0 { + padding-bottom: 0px; } -.pb-4 { - padding-bottom: 1rem; +.pb-5 { + padding-bottom: 1.25rem; +} +.pl-3 { + padding-left: 0.75rem; +} +.pl-5 { + padding-left: 1.25rem; +} +.pl-\[5px\] { + padding-left: 5px; +} +.pr-5 { + padding-right: 1.25rem; +} +.pt-0 { + padding-top: 0px; +} +.pt-4 { + padding-top: 1rem; +} +.text-center { + text-align: center; } .text-\[1\.3em\] { font-size: 1.3em; @@ -316,6 +495,10 @@ font-size: 1.25rem; line-height: 1.75rem; } +.text-xs { + font-size: 0.75rem; + line-height: 1rem; +} .font-bold { font-weight: 700; } @@ -337,6 +520,26 @@ .leading-\[1\.5em\] { line-height: 1.5em; } +.text-\[\#4C19E6\] { + --tw-text-opacity: 1; + color: rgb(76 25 230 / var(--tw-text-opacity)); +} +.text-\[\#F05025\] { + --tw-text-opacity: 1; + color: rgb(240 80 37 / var(--tw-text-opacity)); +} +.text-black { + --tw-text-opacity: 1; + color: rgb(0 0 0 / var(--tw-text-opacity)); +} +.text-gray-300 { + --tw-text-opacity: 1; + color: rgb(209 213 219 / var(--tw-text-opacity)); +} +.text-gray-500 { + --tw-text-opacity: 1; + color: rgb(107 114 128 / var(--tw-text-opacity)); +} .underline { text-decoration-line: underline; } @@ -369,6 +572,9 @@ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; } +.ease-in { + transition-timing-function: cubic-bezier(0.4, 0, 1, 1); +} input[type=checkbox] { margin-top: 0.25rem; @@ -401,3 +607,216 @@ table.wp-list-table.widefat.fixed { margin-right: 0px; } +.last\:border-b-0:last-child { + border-bottom-width: 0px; +} + +.focus\:border-transparent:focus { + border-color: transparent; +} + +.focus\:\!shadow-none:focus { + --tw-shadow: 0 0 #0000 !important; + --tw-shadow-colored: 0 0 #0000 !important; + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; +} + +.disabled\:cursor-not-allowed:disabled { + cursor: not-allowed; +} + +@media (min-width: 360px) { + .d-xs\:ml-1 { + margin-left: 0.25rem; + } + .d-xs\:block { + display: block; + } + .d-xs\:flex { + display: flex; + } + .d-xs\:hidden { + display: none; + } + .d-xs\:w-fit { + width: -moz-fit-content; + width: fit-content; + } + .d-xs\:w-full { + width: 100%; + } + .d-xs\:flex-col { + flex-direction: column; + } + .d-xs\:\!rounded-l-none { + border-top-left-radius: 0px !important; + border-bottom-left-radius: 0px !important; + } + .d-xs\:\!rounded-r-none { + border-top-right-radius: 0px !important; + border-bottom-right-radius: 0px !important; + } + .d-xs\:border-\[0\.957434px\] { + border-width: 0.957434px; + } + .d-xs\:\!border-l-0 { + border-left-width: 0px !important; + } + .d-xs\:\!border-r-0 { + border-right-width: 0px !important; + } + .d-xs\:border-l-0 { + border-left-width: 0px; + } + .d-xs\:border-r-0 { + border-right-width: 0px; + } + .d-xs\:\!bg-transparent { + background-color: transparent !important; + } + .d-xs\:bg-\[\#e5e7eb\] { + --tw-bg-opacity: 1; + background-color: rgb(229 231 235 / var(--tw-bg-opacity)); + } + .d-xs\:bg-gray-100 { + --tw-bg-opacity: 1; + background-color: rgb(243 244 246 / var(--tw-bg-opacity)); + } + .d-xs\:p-1 { + padding: 0.25rem; + } + .d-xs\:\!pb-5 { + padding-bottom: 1.25rem !important; + } + .d-xs\:\!pl-0 { + padding-left: 0px !important; + } + .d-xs\:\!pr-\[5px\] { + padding-right: 5px !important; + } + .d-xs\:\!pt-5 { + padding-top: 1.25rem !important; + } + .d-xs\:pl-1 { + padding-left: 0.25rem; + } + .d-xs\:pr-1 { + padding-right: 0.25rem; + } + .d-xs\:text-right { + text-align: right; + } + .d-xs\:text-\[6px\] { + font-size: 6px; + } + .d-xs\:text-\[8px\] { + font-size: 8px; + } + .d-xs\:shadow-md { + --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1); + --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color); + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); + } +} + +@media (min-width: 640px) { + .sm\:w-fit { + width: -moz-fit-content; + width: fit-content; + } + .sm\:text-\[12px\] { + font-size: 12px; + } + .sm\:text-\[14px\] { + font-size: 14px; + } +} + +@media (min-width: 768px) { + .md\:block { + display: block; + } + .md\:flex { + display: flex; + } + .md\:hidden { + display: none; + } + .md\:w-\[340px\] { + width: 340px; + } + .md\:w-auto { + width: auto; + } + .md\:flex-row { + flex-direction: row; + } + .md\:\!rounded-l-\[5px\] { + border-top-left-radius: 5px !important; + border-bottom-left-radius: 5px !important; + } + .md\:\!rounded-r-\[5px\] { + border-top-right-radius: 5px !important; + border-bottom-right-radius: 5px !important; + } + .md\:border-0 { + border-width: 0px; + } + .md\:\!border-l-\[0\.957434px\] { + border-left-width: 0.957434px !important; + } + .md\:\!border-r-\[0\.957434px\] { + border-right-width: 0.957434px !important; + } + .md\:\!border-r-\[1px\] { + border-right-width: 1px !important; + } + .md\:border-l-\[0\.957434px\] { + border-left-width: 0.957434px; + } + .md\:border-l-\[1px\] { + border-left-width: 1px; + } + .md\:border-r-\[0\.957434px\] { + border-right-width: 0.957434px; + } + .md\:\!bg-gray-100 { + --tw-bg-opacity: 1 !important; + background-color: rgb(243 244 246 / var(--tw-bg-opacity)) !important; + } + .md\:bg-transparent { + background-color: transparent; + } + .md\:p-2 { + padding: 0.5rem; + } + .md\:\!pl-\[5px\] { + padding-left: 5px !important; + } + .md\:pl-2 { + padding-left: 0.5rem; + } + .md\:pl-4 { + padding-left: 1rem; + } + .md\:pl-6 { + padding-left: 1.5rem; + } + .md\:pr-2 { + padding-right: 0.5rem; + } + .md\:text-left { + text-align: left; + } + .md\:shadow-md { + --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1); + --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color); + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); + } + .md\:shadow-none { + --tw-shadow: 0 0 #0000; + --tw-shadow-colored: 0 0 #0000; + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); + } +} + diff --git a/assets/js/dokan.asset.php b/assets/js/dokan.asset.php index 2131efa0f6..d3752727b5 100644 --- a/assets/js/dokan.asset.php +++ b/assets/js/dokan.asset.php @@ -1 +1 @@ - array(), 'version' => '037b2fa24acd51e5e492'); + array(), 'version' => 'b7dae50e43db9b0fe708'); diff --git a/assets/js/dokan.js b/assets/js/dokan.js index 533c0e17c4..92f2f7a7e5 100644 --- a/assets/js/dokan.js +++ b/assets/js/dokan.js @@ -1 +1 @@ -(()=>{var e,t;jQuery((function(e){e(".tips").tooltip(),e("ul.order-status").on("click","a.dokan-edit-status",(function(t){return e(this).addClass("dokan-hide").closest("li").next("li").removeClass("dokan-hide"),!1})),e("ul.order-status").on("click","a.dokan-cancel-status",(function(t){return e(this).closest("li").addClass("dokan-hide").prev("li").find("a.dokan-edit-status").removeClass("dokan-hide"),!1})),e("form#dokan-order-status-form").on("submit",(function(t){t.preventDefault();var a=e(this),n=a.closest("li");n.block({message:null,overlayCSS:{background:"#fff url("+dokan.ajax_loader+") no-repeat center",opacity:.6}}),e.post(dokan.ajaxurl,a.serialize(),(function(e){if(n.unblock(),e.success){var t=n.prev();n.addClass("dokan-hide"),t.find("label").replaceWith(e.data),t.find("a.dokan-edit-status").removeClass("dokan-hide")}else dokan_sweetalert(e.data,{icon:"success"})}))})),e("form#add-order-note").on("submit",(function(t){if(t.preventDefault(),e("textarea#add-note-content").val())return e("#dokan-order-notes").block({message:null,overlayCSS:{background:"#fff url("+dokan.ajax_loader+") no-repeat center",opacity:.6}}),e.post(dokan.ajaxurl,e(this).serialize(),(function(t){e("ul.order_notes").prepend(t),e("#dokan-order-notes").unblock(),e("#add-note-content").val("")})),!1})),e("#dokan-order-notes").on("click","a.delete_note",(function(){var t=e(this).closest("li.note");e("#dokan-order-notes").block({message:null,overlayCSS:{background:"#fff url("+dokan.ajax_loader+") no-repeat center",opacity:.6}});var a={action:"dokan_delete_order_note",note_id:e(t).attr("rel"),security:e("#delete-note-security").val()};return e.post(dokan.ajaxurl,a,(function(a){e(t).remove(),e("#dokan-order-notes").unblock()})),!1})),e(".order_download_permissions").on("click","button.grant_access",(function(){var t=e(this),a=e("select.grant_access_id").val();if(a){e(".order_download_permissions").block({message:null,overlayCSS:{background:"#fff url("+dokan.ajax_loader+") no-repeat center",opacity:.6}});var n={action:"dokan_grant_access_to_download",product_ids:a,loop:e(".order_download_permissions .panel").length,order_id:t.data("order-id"),security:t.data("nonce")};return e.post(dokan.ajaxurl,n,(function(t){t?e("#accordion").append(t):dokan_sweetalert(dokan.i18n_download_access,{icon:"warning"}),e(".datepicker").datepicker(),e(".order_download_permissions").unblock()})),!1}})),e(".order_download_permissions").on("click","button.revoke_access",(async function(t){t.preventDefault();const a=await dokan_sweetalert(dokan.i18n_download_permission,{action:"confirm",icon:"warning"});if("undefined"!==a&&a.isConfirmed){var n=e(this),o=n.closest(".dokan-panel"),i=n.attr("rel").split(",")[0],r=n.attr("rel").split(",")[1];if(i>0){e(o).block({message:null,overlayCSS:{background:"#fff url("+dokan.ajax_loader+") no-repeat center",opacity:.6}});var d={action:"dokan_revoke_access_to_download",product_id:i,download_id:r,order_id:n.data("order-id"),permission_id:n.data("permission-id"),security:n.data("nonce")};e.post(dokan.ajaxurl,d,(function(t){e(o).fadeOut("300",(function(){e(o).remove()}))}))}else e(o).fadeOut("300",(function(){e(o).remove()}))}return!1})),e("#grant_access_id").select2({allowClear:!0,minimumInputLength:3,ajax:{url:dokan.ajaxurl,dataType:"json",delay:500,data:function(e){return{q:e.term,action:"dokan_search_downloadable_products",_nonce:dokan.search_downloadable_products_nonce,page:e.page||1}},processResults:function(t){var a=[];return t&&e.each(t,(function(e,t){a.push({id:e,text:t})})),{results:a,pagination:{more:0!=a.length}}},cache:!0},language:{errorLoading:function(){return dokan.i18n_searching},inputTooLong:function(e){var t=e.input.length-e.maximum;return 1===t?dokan.i18n_input_too_long_1:dokan.i18n_input_too_long_n.replace("%qty%",t)},inputTooShort:function(e){var t=e.minimum-e.input.length;return 1===t?dokan.i18n_input_too_short_1:dokan.i18n_input_too_short_n.replace("%qty%",t)},loadingMore:function(){return dokan.i18n_load_more},maximumSelected:function(e){return 1===e.maximum?dokan.i18n_selection_too_long_1:dokan.i18n_selection_too_long_n.replace("%qty%",e.maximum)},noResults:function(){return dokan.i18n_no_matches},searching:function(){return dokan.i18n_searching}}})})),e=jQuery,(t={init:function(){let t={d:"dd",D:"D",j:"d",l:"DD",F:"MM",m:"mm",M:"M",n:"m",o:"yy",Y:"yy",y:"y"},a=0,n="",o="";for(a=0;a0?e("#restock_refunded_items").closest("tr").show():(e("#restock_refunded_items").closest("tr").hide(),e(".woocommerce_order_items input.refund_order_item_qty").each((function(){e(this).val()>0&&e("#restock_refunded_items").closest("tr").show()}))),e(this).trigger("refund_quantity_changed")}}}).init(),e("#dokan-filter-customer").filter(":not(.enhanced)").each((function(){var t={allowClear:!!e(this).data("allow_clear"),placeholder:e(this).data("placeholder"),minimumInputLength:e(this).data("minimum_input_length")?e(this).data("minimum_input_length"):"1",escapeMarkup:function(e){return e},language:{errorLoading:function(){return dokan.i18n_searching},inputTooLong:function(e){var t=e.input.length-e.maximum;return 1===t?dokan.i18n_input_too_long_1:dokan.i18n_input_too_long_n.replace("%qty%",t)},inputTooShort:function(e){var t=e.minimum-e.input.length;return 1===t?dokan.i18n_input_too_short_1:dokan.i18n_input_too_short_n.replace("%qty%",t)},loadingMore:function(){return dokan.i18n_load_more},maximumSelected:function(e){return 1===e.maximum?dokan.i18n_selection_too_long_1:dokan.i18n_selection_too_long_n.replace("%qty%",e.maximum)},noResults:function(){return dokan.i18n_no_matches},searching:function(){return dokan.i18n_searching}},ajax:{url:dokan.ajaxurl,dataType:"json",delay:1e3,data:function(t){return{term:t.term,action:"dokan_json_search_vendor_customers",security:dokan.search_customer_nonce,exclude:e(this).data("exclude")}},processResults:function(t){var a=[];return t&&e.each(t,(function(e,t){a.push({id:e,text:t})})),{results:a}},cache:!0}};if(e(this).select2(t).addClass("enhanced"),e(this).data("sortable")){var a=e(this),n=e(this).next(".select2-container").find("ul.select2-selection__rendered");n.sortable({placeholder:"ui-state-highlight select2-selection__choice",forcePlaceholderSize:!0,items:"li:not(.select2-search__field)",tolerance:"pointer",stop:function(){e(n.find(".select2-selection__choice").get().reverse()).each((function(){var t=e(this).data("data").id,n=a.find('option[value="'+t+'"]')[0];a.prepend(n)}))}})}})),function(e){e("#variants-holder"),e("#product_image_gallery"),e("#product_images_container ul.product_images");var t,a,n={modal:!1,init:function(){product_type="simple",e(".product-edit-container").on("click",".dokan-section-heading",this.toggleProductSection),e(".product-edit-container").on("click","input[type=checkbox]#_downloadable",this.downloadable),e(".product-edit-container").on("click","a.sale-schedule",this.showDiscountSchedule),e("body, #dokan-product-images").on("click","a.add-product-images",this.gallery.addImages),e("body, #dokan-product-images").on("click","a.action-delete",this.gallery.deleteImage),this.gallery.sortable(),e("body, .product-edit-container").on("click","a.dokan-feat-image-btn",this.featuredImage.addImage),e("body, .product-edit-container").on("click","a.dokan-remove-feat-image",this.featuredImage.removeImage),e("body, #variable_product_options").on("click",".sale_schedule",this.saleSchedule),e("body, #variable_product_options").on("click",".cancel_sale_schedule",this.cancelSchedule),e(".product-edit-container").on("change","input[type=checkbox]#_manage_stock",this.showManageStock),e(".product-edit-container").on("click","a.upload_file_button",this.fileDownloadable),e("body").on("click","a.insert-file-row",(function(){return e(this).closest("table").find("tbody").append(e(this).data("row")),!1})),e("body").on("click","a.dokan-product-delete",(function(){return e(this).closest("tr").remove(),!1})),e("body").on("submit","form.dokan-product-edit-form",this.inputValidate),e(".dokan-product-listing").on("click","a.dokan-add-new-product",this.addProductPopup),this.loadSelect2(),this.bindProductTagDropdown(),this.attribute.sortable(),this.checkProductPostboxToggle(),e(".product-edit-container .dokan-product-attribute-wrapper").on("click","a.dokan-product-toggle-attribute, .dokan-product-attribute-heading",this.attribute.toggleAttribute),e(".product-edit-container .dokan-product-attribute-wrapper").on("click","a.add_new_attribute",this.attribute.addNewAttribute),e(".product-edit-container .dokan-product-attribute-wrapper").on("keyup","input.dokan-product-attribute-name",this.attribute.dynamicAttrNameChange),e(".dokan-product-attribute-wrapper ul.dokan-attribute-option-list").on("click","button.dokan-select-all-attributes",this.attribute.selectAllAttr),e(".dokan-product-attribute-wrapper ul.dokan-attribute-option-list").on("click","button.dokan-select-no-attributes",this.attribute.selectNoneAttr),e(".dokan-product-attribute-wrapper ul.dokan-attribute-option-list").on("click","button.dokan-add-new-attribute",this.attribute.addNewExtraAttr),e(".product-edit-container .dokan-product-attribute-wrapper").on("click","a.dokan-product-remove-attribute",this.attribute.removeAttribute),e(".product-edit-container .dokan-product-attribute-wrapper").on("click","a.dokan-save-attribute",this.attribute.saveAttribute),e("body").on("click",'.product-container-footer input[type="submit"]',this.createNewProduct),this.attribute.disbalePredefinedAttribute(),this.setCorrectProductId(),e("body").trigger("dokan-product-editor-loaded",this)},setCorrectProductId:function(){if(!e(".dokan-product-edit-form"))return;let t=e("#dokan_product_id").val();if(window.history.replaceState){let e=new URL(document.location),a=e.searchParams,n=a.get("product_id");if(""!==n&&"0"!==n)return;if(a.set("product_id",t),"edit"!==a.get("action"))return;e.search=a.toString();let o=e.toString(),i={product_id:t};window.history.replaceState(i,document.title,o)}},saleSchedule:function(){var t=e(this).closest(".dokan-product-field-content","div, table");return e(this).hide(),t.find(".cancel_sale_schedule").show(),t.find(".sale_price_dates_fields").show(),!1},cancelSchedule:function(){var t=e(this).closest(".dokan-product-field-content","div, table");return e(this).hide(),t.find(".sale_schedule").show(),t.find(".sale_price_dates_fields").hide(),t.find(".sale_price_dates_fields").find("input").val(""),!1},checkProductPostboxToggle:function(){var t=JSON.parse(localStorage.getItem("toggleClasses"));e.each(t,(function(t,a){var n=e("."+t.replace(/_/g,"-")),o=n.find(".dokan-section-content"),i=n.find("i.fa-sort-desc");a?(o.show(),i.removeClass("fa-flip-horizointal").addClass("fa-flip-vertical"),i.css("marginTop","9px")):(o.hide(),i.removeClass("fa-flip-vertical").addClass("fa-flip-horizointal"),i.css("marginTop","0px"))}))},toggleProductSection:function(t){t.preventDefault();var a=e(this);if(null!=JSON.parse(localStorage.getItem("toggleClasses")))var n=JSON.parse(localStorage.getItem("toggleClasses"));else n={};a.closest(".dokan-edit-row").find(".dokan-section-content").slideToggle(300,(function(){var t;e(this).is(":visible")?((t=a.find("i.fa-sort-desc")).removeClass("fa-flip-horizointal").addClass("fa-flip-vertical"),t.css("marginTop","9px"),n[a.data("togglehandler")]=!0):((t=a.find("i.fa-sort-desc")).removeClass("fa-flip-vertical").addClass("fa-flip-horizointal"),t.css("marginTop","0px"),n[a.data("togglehandler")]=!1),localStorage.setItem("toggleClasses",JSON.stringify(n))}))},loadSelect2:function(){e(".dokan-select2").select2({language:{noResults:function(){return dokan.i18n_no_result_found}}})},bindProductTagDropdown:function(){e(".product_tag_search").select2({allowClear:!1,tags:dokan.product_vendors_can_create_tags&&"on"===dokan.product_vendors_can_create_tags,createTag:function(t){var a=e.trim(t.term);return""===a?null:{id:a,text:a,newTag:!0}},insertTag:function(t,a){var n=!1;e.each(t,(function(t,o){e.trim(a.text).toUpperCase()==e.trim(o.text).toUpperCase()&&(n=!0)})),n||t.unshift(a)},minimumInputLength:0,maximumSelectionLength:void 0!==dokan.maximum_tags_select_length?dokan.maximum_tags_select_length:-1,ajax:{url:dokan.ajaxurl,dataType:"json",delay:250,data:function(e){return{q:e.term,action:"dokan_json_search_products_tags",security:dokan.search_products_tags_nonce,page:e.page||1}},processResults:function(t){var a=[];return t&&e.each(t,(function(e,t){a.push({id:t[0],text:t[1]})})),{results:a,pagination:{more:0!=a.length}}},cache:!0},language:{errorLoading:function(){return dokan.i18n_searching},inputTooLong:function(e){var t=e.input.length-e.maximum;return 1===t?dokan.i18n_input_too_long_1:dokan.i18n_input_too_long_n.replace("%qty%",t)},inputTooShort:function(e){var t=e.minimum-e.input.length;return 1===t?dokan.i18n_input_too_short_1:dokan.i18n_input_too_short_n.replace("%qty%",t)},loadingMore:function(){return dokan.i18n_load_more},maximumSelected:function(e){return 1===e.maximum?dokan.i18n_selection_too_long_1:dokan.i18n_selection_too_long_n.replace("%qty%",e.maximum)},noResults:function(){return dokan.i18n_no_matches},searching:function(){return dokan.i18n_searching}},escapeMarkup:function(e){return e},templateResult:function(e){return`${e.text}`},templateSelection:function(e){return e.text}})},addProductPopup:function(e){e.preventDefault(),n.openProductPopup()},openProductPopup:function(){const o=wp.template("dokan-add-new-product"),i=e("#dokan-add-product-popup");n.modal=i.iziModal({headerColor:dokan.modal_header_color,overlayColor:"rgba(0, 0, 0, 0.8)",width:690,top:32,onOpening:()=>{n.reRenderPopupElements()},onClosed:()=>{t=void 0,a=void 0,e('#dokan-add-new-product-popup input[name="_sale_price_dates_from"], #dokan-add-new-product-popup input[name="_sale_price_dates_to"]').datepicker("destroy")}}),n.modal.iziModal("setContent",o().trim()),n.modal.iziModal("open")},reRenderPopupElements:function(){n.loadSelect2(),n.bindProductTagDropdown(),e("#dokan-add-new-product-popup .sale_price_dates_fields input").daterangepicker({singleDatePicker:!0,showDropdowns:!1,autoApply:!0,parentEl:"#dokan-add-new-product-popup",opens:"left",autoUpdateInput:!1}).on("apply.daterangepicker",(function(t,a){e(this).val(a.startDate.format("YYYY-MM-DD"))})),e(".tips").tooltip(),n.gallery.sortable(),e("body").trigger("dokan-product-editor-popup-opened",n)},createNewProduct:function(t){t.preventDefault();var o=e(this),i=o.closest("form#dokan-add-new-product-form"),r=o.attr("data-btn_id");if(i.find("span.dokan-show-add-product-success").html(""),i.find("span.dokan-show-add-product-error").html(""),i.find("span.dokan-add-new-product-spinner").css("display","inline-block"),o.attr("disabled","disabled"),""==i.find('input[name="post_title"]').val())return e("span.dokan-show-add-product-error").html(dokan.product_title_required),o.removeAttr("disabled"),void i.find("span.dokan-add-new-product-spinner").css("display","none");if("-1"==i.find('select[name="product_cat"]').val())return e("span.dokan-show-add-product-error").html(dokan.product_category_required),o.removeAttr("disabled"),void i.find("span.dokan-add-new-product-spinner").css("display","none");var d={action:"dokan_create_new_product",postdata:i.serialize(),_wpnonce:dokan.nonce};n.modal.iziModal("startLoading"),e.post(dokan.ajaxurl,d,(function(t){t.success?(o.removeAttr("disabled"),"create_new"===r?(e("#dokan-add-product-popup").iziModal("close"),window.location.href=t.data):(a=void 0,e(".dokan-dashboard-product-listing-wrapper").load(window.location.href+" table.product-listing-table"),n.modal.iziModal("resetContent"),n.openProductPopup(),n.reRenderPopupElements(),e("span.dokan-show-add-product-success").html(dokan.product_created_response),setTimeout((function(){e("span.dokan-show-add-product-success").html("")}),3e3))):(o.removeAttr("disabled"),e("span.dokan-show-add-product-error").html(t.data)),i.find("span.dokan-add-new-product-spinner").css("display","none")})).always((function(){n.modal.iziModal("stopLoading")}))},attribute:{toggleAttribute:function(t){t.preventDefault();var a=e(this),n=a.closest("li").find(".dokan-product-attribute-item");return e(n).hasClass("dokan-hide")?(a.closest(".dokan-product-attribute-heading").css({borderBottom:"1px solid #e3e3e3"}),e(n).slideDown(200,(function(){a.find("i.fa").removeClass("fa-flip-horizointal").addClass("fa-flip-vertical"),e(this).removeClass("dokan-hide"),e(t.target).hasClass("dokan-product-attribute-heading")?e(t.target).hasClass("dokan-product-attribute-heading")&&a.find("a.dokan-product-toggle-attribute").css("top","12px"):e(t.target).closest("a").css("top","12px")}))):e(n).slideUp(200,(function(){e(this).addClass("dokan-hide"),a.find("i.fa").removeClass("fa-flip-vertical").addClass("fa-flip-horizointal"),e(t.target).hasClass("dokan-product-attribute-heading")?e(t.target).hasClass("dokan-product-attribute-heading")&&a.find("a.dokan-product-toggle-attribute").css("top","7px"):e(t.target).closest("a").css("top","7px"),a.closest(".dokan-product-attribute-heading").css({borderBottom:"none"})})),!1},sortable:function(){e(".dokan-product-attribute-wrapper ul").sortable({items:"li.product-attribute-list",cursor:"move",scrollSensitivity:40,forcePlaceholderSize:!0,forceHelperSize:!1,helper:"clone",opacity:.65,placeholder:"dokan-sortable-placeholder",start:function(e,t){t.item.css("background-color","#f6f6f6")},stop:function(e,t){t.item.removeAttr("style")},update:function(e,t){n.attribute.reArrangeAttribute()}})},dynamicAttrNameChange:function(t){t.preventDefault();var a=e(this),n=a.val();""==n?a.closest("li").find("strong").html(dokan.i18n_attribute_label):a.closest("li").find("strong").html(n)},selectAllAttr:function(t){return t.preventDefault(),e(this).closest("li.product-attribute-list").find("select.dokan_attribute_values option").attr("selected",!0),e(this).closest("li.product-attribute-list").find("select.dokan_attribute_values").trigger("change"),!1},selectNoneAttr:function(t){return t.preventDefault(),e(this).closest("li.product-attribute-list").find("select.dokan_attribute_values option").attr("selected",!1),e(this).closest("li.product-attribute-list").find("select.dokan_attribute_values").trigger("change"),!1},reArrangeAttribute:function(){e(".dokan-product-attribute-wrapper").find("ul.dokan-attribute-option-list").find("li.product-attribute-list").css("cursor","default").each((function(t){e(this).find(".attribute_position").val(t)}))},addNewExtraAttr:async function(t){t.preventDefault();var a=e(this).closest("li.product-attribute-list"),n=a.data("taxonomy"),o=(await dokan_sweetalert(dokan.new_attribute_prompt,{action:"prompt",input:"text"})).value;if(o){var i={action:"dokan_add_new_attribute",taxonomy:n,term:o,_wpnonce:dokan.nonce};e.post(dokan.ajaxurl,i,(function(e){e.error?dokan_sweetalert(e.error,{action:"alert",icon:"warning"}):e.slug&&(a.find("select.dokan_attribute_values").append('"),a.find("select.dokan_attribute_values").trigger("change"))}))}},addNewAttribute:function(t){t.preventDefault();var a=e(this),o=a.closest(".dokan-attribute-type").find("select#predefined_attribute"),i=o.val(),r=e("ul.dokan-attribute-option-list .product-attribute-list").length,d={action:"dokan_get_pre_attribute",taxonomy:i,i:r,_wpnonce:dokan.nonce};a.closest(".dokan-attribute-type").find("span.dokan-attribute-spinner").removeClass("dokan-hide"),e.post(dokan.ajaxurl,d,(function(t){if(t.success){var r=e(".dokan-product-attribute-wrapper").find("ul.dokan-attribute-option-list");if($html=e.parseHTML(t.data),e($html).find(".dokan-product-attribute-item").removeClass("dokan-hide"),e($html).find("i.fa.fa-sort-desc").removeClass("fa-flip-horizointal").addClass("fa-flip-vertical"),e($html).find("a.dokan-product-toggle-attribute").css("top","12px"),e($html).find(".dokan-product-attribute-heading").css({borderBottom:"1px solid #e3e3e3"}),r.append($html),n.loadSelect2(),n.bindProductTagDropdown(),n.attribute.reArrangeAttribute(),"variable"!==e("select#product_type").val()){let t=e("div.dokan-product-attribute-wrapper label.show_if_variable");for(let a of t){let t=e(a).find('input[type="checkbox"]');t.length>0&&t[0].getAttribute("name")?.startsWith("attribute_variation[")&&e(a).hide()}}}a.closest(".dokan-attribute-type").find("span.dokan-attribute-spinner").addClass("dokan-hide"),i&&(o.find('option[value="'+i+'"]').attr("disabled","disabled"),o.val(""))})).done((function(){e("select#product_type").trigger("change")}))},removeAttribute:async function(t){t.stopPropagation(),t.preventDefault();const a=await dokan_sweetalert(dokan.remove_attribute,{action:"confirm",icon:"warning"});if("undefined"!==a&&a.isConfirmed){var o=e(this).closest("li.product-attribute-list");o.fadeOut(300,(function(){o.is(".taxonomy")?(o.find("select, input[type=text]").val(""),e("select.dokan_attribute_taxonomy").find('option[value="'+o.data("taxonomy")+'"]').removeAttr("disabled")):(o.find("select, input[type=text]").val(""),o.hide()),n.attribute.reArrangeAttribute()}))}return!1},saveAttribute:function(t){t.preventDefault(),e(this);var a={post_id:e("#dokan-edit-product-id").val(),data:e("ul.dokan-attribute-option-list").find("input, select, textarea").serialize(),action:"dokan_save_attributes"};e(".dokan-product-attribute-wrapper").block({message:null,fadeIn:50,fadeOut:1e3,overlayCSS:{background:"#fff",opacity:.6}}),e.post(dokan.ajaxurl,a,(function(t){e("#dokan-variable-product-options").load(window.location.toString()+" #dokan-variable-product-options-inner",(function(){e("#dokan-variable-product-options").trigger("reload"),e("select#product_type").trigger("change"),e(".dokan-product-attribute-wrapper").unblock()}))}))},disbalePredefinedAttribute:function(){e("ul.dokan-attribute-option-list li.product-attribute-list").each((function(t,a){"none"!==e(a).css("display")&&e(a).is(".taxonomy")&&e("select#predefined_attribute").find('option[value="'+e(a).data("taxonomy")+'"]').attr("disabled","disabled")}))}},inputValidate:function(t){return t.preventDefault(),""==e("#post_title").val().trim()?(e("#post_title").focus(),void e("div.dokan-product-title-alert").removeClass("dokan-hide")):(e("div.dokan-product-title-alert").hide(),-1==e("select.product_cat").val()?(e("select.product_cat").focus(),void e("div.dokan-product-cat-alert").removeClass("dokan-hide")):(e("div.dokan-product-cat-alert").hide(),e("input[type=submit]").attr("disabled","disabled"),void this.submit()))},downloadable:function(){e(this).prop("checked")?e(this).closest("aside").find(".dokan-side-body").removeClass("dokan-hide"):e(this).closest("aside").find(".dokan-side-body").addClass("dokan-hide")},showDiscountSchedule:function(t){t.preventDefault(),e(".sale-schedule-container").slideToggle("fast")},showManageStock:function(t){const a=e("#product_type").val();e(this).is(":checked")&&"external"!==a?e(".show_if_stock").slideDown("fast"):e(".show_if_stock").slideUp("fast"),"simple"===a&&(e(this).is(":checked")?e(".hide_if_stock_global").slideUp("fast"):e(".hide_if_stock_global").slideDown("fast"))},gallery:{addImages:function(a){a.preventDefault();var n=e(this),o=n.closest(".dokan-product-gallery").find("#product_images_container ul.product_images"),i=n.closest(".dokan-product-gallery").find("#product_image_gallery");t||(t=wp.media({title:dokan.i18n_choose_gallery,library:{type:"image"},button:{text:dokan.i18n_choose_gallery_btn_text},multiple:!0})).on("select",(function(){t.state().get("selection").map((function(t){t=t.toJSON(),attachment_ids=[],t.id&&"image"===t.type&&(e('
  • ×
  • ').insertBefore(o.find("li.add-image")),e("#product_images_container ul li.image").css("cursor","default").each((function(){var e=jQuery(this).attr("data-attachment_id");attachment_ids.push(e)})),i.val(attachment_ids.join(",")))}))})),t.open()},deleteImage:function(t){t.preventDefault();var a=e(this),n=(a.closest(".dokan-product-gallery").find("#product_images_container ul.product_images"),a.closest(".dokan-product-gallery").find("#product_image_gallery"));a.closest("li.image").remove();var o=[];return e("#product_images_container ul li.image").css("cursor","default").each((function(){var t=e(this).attr("data-attachment_id");o.push(t)})),n.val(o.join(",")),!1},sortable:function(){e("body").find("#product_images_container ul.product_images").sortable({items:"li.image",cursor:"move",scrollSensitivity:40,forcePlaceholderSize:!0,forceHelperSize:!1,helper:"clone",opacity:.65,placeholder:"dokan-sortable-placeholder",start:function(e,t){t.item.css("background-color","#f6f6f6")},stop:function(e,t){t.item.removeAttr("style")},update:function(t,a){var n=[];e("body").find("#product_images_container ul li.image").css("cursor","default").each((function(){var e=jQuery(this).attr("data-attachment_id");n.push(e)})),e("body").find("#product_image_gallery").val(n.join(","))}})}},featuredImage:{addImage:function(t){t.preventDefault();var n=e(this);a||(a=wp.media({title:dokan.i18n_choose_featured_img,library:{type:"image"},button:{text:dokan.i18n_choose_featured_img_btn_text}})).on("select",(function(){a.state().get("selection").map((function(e){if("image"===(e=e.toJSON()).type){n.siblings("input.dokan-feat-image-id").val(e.id);var t=n.closest(".instruction-inside"),a=t.siblings(".image-wrap");a.find("img").attr("src",e.url),a.find("img").removeAttr("srcset"),t.addClass("dokan-hide"),a.removeClass("dokan-hide")}}))})),a.open()},removeImage:function(t){t.preventDefault();var a=e(this).closest(".image-wrap"),n=a.siblings(".instruction-inside");n.find("input.dokan-feat-image-id").val("0"),a.addClass("dokan-hide"),n.removeClass("dokan-hide")}},fileDownloadable:function(t){t.preventDefault();var a,n=e(this);a||((a=wp.media({title:dokan.i18n_choose_file,button:{text:dokan.i18n_choose_file_btn_text},multiple:!0})).on("select",(function(){a.state().get("selection").map((function(e){e=e.toJSON(),n.closest("tr").find("input.wc_file_url, input.wc_variation_file_url").val(e.url)}))})),a.on("ready",(function(){a.uploader.options.uploader.params={type:"downloadable_product"}}))),a.open()}};e((function(){function t(){var t=e("#product_type").val(),a=e("input#_virtual:checked").length,n=e("input#_downloadable:checked").length;let o=e(".dokan-product-shipping-tax");var i=".hide_if_downloadable, .hide_if_virtual",r=".show_if_downloadable, .show_if_virtual";e.each(Object.keys(dokan.product_types),(function(e,t){i=i+", .hide_if_"+t,r=r+", .show_if_"+t})),e(i).show(),e(r).hide(),n&&e(".show_if_downloadable").show(),a&&e(".show_if_virtual").show(),e(".show_if_"+t).show(),n&&e(".hide_if_downloadable").hide(),a?(e(".hide_if_virtual").hide(),1===e(".dokan-product-shipping-tax .dokan-section-content").first().children().length?o.hide():(o.hasClass("hide_if_virtual")&&o.removeClass("hide_if_virtual"),o.show())):o.show(),e(".hide_if_"+t).hide(),e("input#_manage_stock").trigger("change")}n.init(),e("select#product_type").on("change",(function(){var a=e(this).val();"variable"===a&&(e("input#_manage_stock").trigger("change"),e("input#_downloadable").prop("checked",!1),e("input#_virtual").removeAttr("checked")),t(),e(document.body).trigger("dokan-product-type-change",a,e(this))})).trigger("change"),e(".product-edit-container").on("change","input#_downloadable, input#_virtual",(function(){t()})).trigger("change"),e("input#_downloadable").trigger("change"),e("input#_virtual").trigger("change"),e(".sale_price_dates_fields").each((function(){var t=e(this),a=!1,n=t.closest("div, table");t.find("input").each((function(){""!==e(this).val()&&(a=!0)})),a?(n.find(".sale_schedule").hide(),n.find(".sale_price_dates_fields").show()):(n.find(".sale_schedule").show(),n.find(".sale_price_dates_fields").hide())})),e(".product-edit-container").on("click",".sale_schedule",(function(){var t=e(this).closest(".product-edit-container, div.dokan-product-variation-itmes, table");return e(this).hide(),t.find(".cancel_sale_schedule").show(),t.find(".sale_price_dates_fields").show(),!1})),e(".product-edit-container").on("click",".cancel_sale_schedule",(function(){var t=e(".product-edit-container, div.dokan-product-variation-itmes, table");return e(this).hide(),t.find(".sale_schedule").show(),t.find(".sale_price_dates_fields").hide(),t.find(".sale_price_dates_fields").find("input").val(""),!1})),e("#dokan-product-title-area").on("click",".edit-slug",(function(){!function(){var t,a,n,o,i=0,r=e("#post_name"),d=r.val(),s=e("#sample-permalink"),l=s.html(),c=e("#sample-permalink a").html(),u=e("#edit-slug-buttons"),p=u.html(),m=e("#editable-post-name-full");for(m.find("img").replaceWith((function(){return this.alt})),m=m.html(),s.html(c),n=e("#editable-post-name"),o=n.html(),u.html(' "),u.children(".save").on("click",(function(){var t=n.children("input").val();t!=e("#editable-post-name-full").text()?e.post(ajaxurl,{action:"sample-permalink",post_id:e("#dokan-edit-product-id").val(),new_slug:t,new_title:e("#post_title").val(),samplepermalinknonce:e("#samplepermalinknonce").val()},(function(a){var n=e("#edit-slug-box");n.html(a),n.hasClass("hidden")&&n.fadeIn("fast",(function(){n.removeClass("hidden")})),u.html(p),s.html(l),r.val(t),e(".edit-slug").focus(),e("#editable-post-name-full-dokan").val(e("#editable-post-name-full").html())})):u.children(".cancel").trigger("click")})),u.children(".cancel").on("click",(function(){e("#view-post-btn").show(),n.html(o),u.html(p),s.html(l),r.val(d),e(".edit-slug").focus()})),t=0;tm.length/4?"":m,n.html('').children("input").on("keydown",(function(e){var t=e.which;13===t&&(e.preventDefault(),u.children(".save").trigger("click")),27===t&&u.children(".cancel").trigger("click")})).on("keyup",(function(){r.val(this.value)})).focus()}()})),e("#dokan-edit-product-id").val()&&e("#post_title").val()&&e("#samplepermalinknonce").val()&&e.post(ajaxurl,{action:"sample-permalink",post_id:e("#dokan-edit-product-id").val(),new_slug:e("#edited-post-name-dokan").val(),new_title:e("#post_title").val(),samplepermalinknonce:e("#samplepermalinknonce").val()},(function(t){e("#edit-slug-box").html(t)})),e(window).on("load",(function(){e("input#_virtual:checked").length&&t()}))}))}(jQuery),jQuery((function(e){function t(e,t,a){jQuery('
    '+a+"
    ").css({top:t-16,left:e+20}).appendTo("body").fadeIn(200)}wp.customize,e(".datepicker").datepicker({dateFormat:"yy-mm-dd"}),e(".dokan-table tbody").on("click",".toggle-row",(function(){e(this).closest("tr").toggleClass("is-expanded")})),e(".dokan-start-date").datepicker({defaultDate:"",dateFormat:"yy-mm-dd",numberOfMonths:1,onSelect:function(t){let a=new Date(t);a.setDate(a.getDate()+1),e(".dokan-end-date").datepicker("option",{minDate:a})}}),e(".dokan-end-date").datepicker({defaultDate:"",dateFormat:"yy-mm-dd",numberOfMonths:1,onSelect:function(t){let a=new Date(t);a.setDate(a.getDate()-1),e("dokan-start-date").datepicker("option",{maxDate:a})}}),e(".tips").tooltip();var a=null,n=null;jQuery(".chart-placeholder").on("plothover",(function(e,o,i){if(i){if((a!=i.dataIndex||n!=i.seriesIndex)&&(a=i.dataIndex,n=i.seriesIndex,jQuery(".chart-tooltip").remove(),i.series.points.show||i.series.enable_tooltip)){var r=i.series.data[i.dataIndex][1];tooltip_content="",i.series.prepend_label&&(tooltip_content=tooltip_content+i.series.label+": "),i.series.prepend_tooltip&&(tooltip_content+=i.series.prepend_tooltip),tooltip_content+=r,i.series.append_tooltip&&(tooltip_content+=i.series.append_tooltip),i.series.pie.show?t(o.pageX,o.pageY,tooltip_content):t(i.pageX,i.pageY,tooltip_content)}}else jQuery(".chart-tooltip").remove(),a=null}))})),function(e){e.validator.setDefaults({ignore:":hidden"});var t=function(t,a){e(a).closest(".dokan-form-group").addClass("has-error").append(t)},a=function(t,a){e(a).closest(".dokan-form-group").removeClass("has-error"),e(t).remove()},n=wp.customize,o='input[name="settings[bank][disconnect]"], input[name="settings[paypal][disconnect]"], input[name="settings[skrill][disconnect]"], input[name="settings[dokan_custom][disconnect]"]',i={init:function(){return e("a.dokan-banner-drag").on("click",this.imageUpload),e("a.dokan-remove-banner-image").on("click",this.removeBanner),e("a.dokan-pro-gravatar-drag").on("click",this.gragatarImageUpload),e("a.dokan-gravatar-drag").on("click",this.simpleImageUpload),e("a.dokan-remove-gravatar-image").on("click",this.removeGravatar),e(".dokan-update-setting-top-button").on("click",(function(){e("input[name='dokan_update_store_settings']").trigger("click")})),this.validateForm(this),e(".dokan_payment_disconnect_btn").on("click",(function(){var t=e(this).closest("form"),a=e("form#"+t.attr("id"));e(":input",t).not(":button, :submit, :reset, :hidden, :checkbox").val("").prop("selected",!1);var n=t.serializeArray().reduce((function(e,t){return e[t.name]=t.value,e}),{});n[e(this).attr("name")]="",n.form_id=t.attr("id"),n.action="dokan_settings",i.handleRequest(a,n,!0)})),!1},calculateImageSelectOptions:function(e,t){var a,o,i,r,d,s,l=parseInt(dokan.store_banner_dimension.width,10),c=parseInt(dokan.store_banner_dimension.height,10),u=!!parseInt(dokan.store_banner_dimension["flex-width"],10),p=!!parseInt(dokan.store_banner_dimension["flex-height"],10);return d=e.get("width"),r=e.get("height"),this.headerImage=new n.HeaderTool.ImageModel,this.headerImage.set({themeWidth:l,themeHeight:c,themeFlexWidth:u,themeFlexHeight:p,imageWidth:d,imageHeight:r}),t.set("canSkipCrop",!this.headerImage.shouldBeCropped()),(o=d)/(i=r)>(a=l/c)?l=(c=i)*a:c=(l=o)/a,s={handles:!0,keys:!0,instance:!0,persistent:!0,imageWidth:d,imageHeight:r,x1:0,y1:0,x2:l,y2:c},!1===p&&!1===u&&(s.aspectRatio=l+":"+c),!1===p&&(s.maxHeight=c),!1===u&&(s.maxWidth=l),s},onSelect:function(){this.frame.setState("cropper")},onCropped:function(e){var t=e.url,a=e.attachment_id,n=e.width,o=e.height;this.setImageFromURL(t,a,n,o)},onSkippedCrop:function(e){var t=e.get("url"),a=e.get("width"),n=e.get("height");this.setImageFromURL(t,e.id,a,n)},setImageFromURL:function(t,a,n,o){var i=!1;if(e(this.uploadBtn).hasClass("dokan-banner-drag"))(r=e(this.uploadBtn).closest(".dokan-banner")).find("input.dokan-file-field").val(a),r.find("img.dokan-banner-img").attr("src",t),e(this.uploadBtn).parent().siblings(".image-wrap",r).removeClass("dokan-hide"),e(this.uploadBtn).parent(".button-area").addClass("dokan-hide"),i=!0;else if(e(this.uploadBtn).hasClass("dokan-pro-gravatar-drag")){var r;(r=e(this.uploadBtn).closest(".dokan-gravatar")).find("input.dokan-file-field").val(a),r.find("img.dokan-gravatar-img").attr("src",t),i=!0,e(this.uploadBtn).parent().siblings(".gravatar-wrap",r).removeClass("dokan-hide"),e(this.uploadBtn).parent(".gravatar-button-area").addClass("dokan-hide")}!0===i&&(e(window).on("beforeunload",(function(){return dokan.dokan_banner_added_alert_msg})),e(document).ready((function(){e("#store-form").on("submit",(function(t){return e(window).off("beforeunload"),!0}))})))},removeImage:function(){n.HeaderTool.currentHeader.trigger("hide"),n.HeaderTool.CombinedList.trigger("control:removeImage")},imageUpload:function(e){e.preventDefault();var t=i;t.uploadBtn=this,t.frame=wp.media({multiple:!1,button:{text:dokan.selectAndCrop,close:!1},states:[new wp.media.controller.Library({title:dokan.chooseImage,library:wp.media.query({type:"image"}),multiple:!1,date:!1,priority:20,suggestedWidth:dokan.store_banner_dimension.width,suggestedHeight:dokan.store_banner_dimension.height}),new wp.media.controller.Cropper({suggestedWidth:5e3,imgSelectOptions:t.calculateImageSelectOptions})]}),t.frame.on("select",t.onSelect,t),t.frame.on("cropped",t.onCropped,t),t.frame.on("skippedcrop",t.onSkippedCrop,t),t.frame.open()},calculateImageSelectOptionsProfile:function(e,t){var a,o,i,r,d,s,l=150,c=150,u=!!parseInt(dokan.store_banner_dimension["flex-width"],10),p=!!parseInt(dokan.store_banner_dimension["flex-height"],10);return d=e.get("width"),r=e.get("height"),this.headerImage=new n.HeaderTool.ImageModel,this.headerImage.set({themeWidth:l,themeHeight:c,themeFlexWidth:u,themeFlexHeight:p,imageWidth:d,imageHeight:r}),t.set("canSkipCrop",!this.headerImage.shouldBeCropped()),(o=d)/(i=r)>(a=l/c)?l=(c=i)*a:c=(l=o)/a,s={handles:!0,keys:!0,instance:!0,persistent:!0,imageWidth:d,imageHeight:r,x1:0,y1:0,x2:l,y2:c},!1===p&&!1===u&&(s.aspectRatio=l+":"+c),!1===p&&(s.maxHeight=c),!1===u&&(s.maxWidth=l),s},simpleImageUpload:function(t){t.preventDefault();var a,n=e(this);a||(a=wp.media.frames.file_frame=wp.media({title:jQuery(this).data("uploader_title"),button:{text:jQuery(this).data("uploader_button_text")},multiple:!1})).on("select",(function(){var e=a.state().get("selection").first().toJSON(),t=n.closest(".dokan-gravatar");t.find("input.dokan-file-field").val(e.id),t.find("img.dokan-gravatar-img").attr("src",e.url),n.parent().siblings(".gravatar-wrap",t).removeClass("dokan-hide"),n.parent(".gravatar-button-area").addClass("dokan-hide")})),a.open()},gragatarImageUpload:function(e){e.preventDefault();var t=i;t.uploadBtn=this,t.frame=wp.media({multiple:!1,button:{text:dokan.selectAndCrop,close:!1},states:[new wp.media.controller.Library({title:dokan.chooseImage,library:wp.media.query({type:"image"}),multiple:!1,date:!1,priority:20,suggestedWidth:150,suggestedHeight:150}),new wp.media.controller.Cropper({imgSelectOptions:t.calculateImageSelectOptionsProfile})]}),t.frame.on("select",t.onSelect,t),t.frame.on("cropped",t.onCropped,t),t.frame.on("skippedcrop",t.onSkippedCrop,t),t.frame.open()},submitSettings:function(t){"undefined"!=typeof tinyMCE&&tinyMCE.triggerSave();var a=e("form#"+t),n=a.serialize()+"&action=dokan_settings&form_id="+t;i.handleRequest(a,n,!1)},handleRequest:function(t,a,n){n?t.find(".ajax_prev.disconnect").append(' '):t.find(".ajax_prev.save").append(' '),e(".dokan-update-setting-top-button span.dokan-loading").remove(),e(".dokan-update-setting-top-button").append(' '),e.post(dokan.ajaxurl,a,(function(a){t.find("span.dokan-loading").remove(),e(".dokan-update-setting-top-button span.dokan-loading").remove(),e("html,body").animate({scrollTop:e(".dokan-dashboard-header").offset().top}),a.success?(e(".dokan-ajax-response").html(e("
    ",{class:"dokan-alert dokan-alert-success",html:"

    "+a.data.msg+"

    "})),e(".dokan-ajax-response").append(a.data.progress),dokan&&dokan.storeProgressBar&&dokan.storeProgressBar.init(),o=o.replaceAll("input","button"),n?t.find(o).addClass("dokan-hide"):t.find(o).removeClass("dokan-hide")):e(".dokan-ajax-response").html(e("
    ",{class:"dokan-alert dokan-alert-danger",html:"

    "+a.data+"

    "}))}))},validateForm:function(n){e("form#settings-form, form#profile-form, form#store-form, form#payment-form").validate({submitHandler:function(e){n.submitSettings(e.getAttribute("id"))},errorElement:"span",errorClass:"error",errorPlacement:t,success:a,ignore:".select2-search__field, :hidden, .mapboxgl-ctrl-geocoder--input"})},removeBanner:function(t){t.preventDefault();var a=e(this).closest(".image-wrap"),n=a.siblings(".button-area");a.find("input.dokan-file-field").val("0"),a.addClass("dokan-hide"),n.removeClass("dokan-hide")},removeGravatar:function(t){t.preventDefault();var a=e(this).closest(".gravatar-wrap"),n=a.siblings(".gravatar-button-area");a.find("input.dokan-file-field").val("0"),a.addClass("dokan-hide"),n.removeClass("dokan-hide")}},r={init:function(){this.withdrawValidate(this)},withdrawValidate:function(n){e("form.withdraw").validate({errorElement:"span",errorClass:"error",errorPlacement:t,success:a})}},d={init:function(){this.validate(this)},validate:function(a){e("form#dokan-form-contact-seller").validate({errorPlacement:t,errorElement:"span",success:function(e,t){e.removeClass("error"),e.remove()},submitHandler:async function(t,a){a.preventDefault(),e(t).block({message:null,overlayCSS:{background:"#fff url("+dokan.ajax_loader+") no-repeat center",opacity:.6}}),await dokan_execute_recaptcha("form#dokan-form-contact-seller .dokan_recaptcha_token","dokan_contact_seller_recaptcha");var n=e(t).serialize();e.post(dokan.ajaxurl,n,(function(a){e(t).unblock(),void 0!==a.data&&e(t).find(".ajax-response").html(a.data),e(t).find("input[type=text], input[type=email], textarea, input[name=dokan_recaptcha_token]").val("").removeClass("valid")}))}})}};e((function(){i.init(),r.init(),d.init(),e(".dokan-form-horizontal").on("change","input[type=checkbox]#lbl_setting_minimum_quantity",(function(){var t=e(".show_if_needs_sw_discount");e(this).is(":checked")?(t.find('input[type="number"]').val(""),t.slideDown("slow")):t.slideUp("slow")}))}))}(jQuery),function(e){var t=DokanValidateMsg;t.maxlength=e.validator.format(t.maxlength_msg),t.minlength=e.validator.format(t.minlength_msg),t.rangelength=e.validator.format(t.rangelength_msg),t.range=e.validator.format(t.range_msg),t.max=e.validator.format(t.max_msg),t.min=e.validator.format(t.min_msg),e.validator.messages=t,e(document).on("click","#dokan_store_tnc_enable",(function(t){e(this).is(":checked")?e("#dokan_tnc_text").show():e("#dokan_tnc_text").hide()})).ready((function(t){e("#dokan_store_tnc_enable").is(":checked")?e("#dokan_tnc_text").show():e("#dokan_tnc_text").hide()}))}(jQuery),function(e){var t="undefined"!=typeof wp&&wp.customize&&wp.customize.selectiveRefresh;function a(){dokan.store_banner_dimension.width;var t=dokan.store_banner_dimension.height/dokan.store_banner_dimension.width*e("#dokan-content").width();e(".dokan-profile-frame-wrapper .profile-info-img.dummy-image").css({height:t})}a(),e(window).on("resize",(function(e){a()})),t&&wp.customize.selectiveRefresh.bind("partial-content-rendered",(function(e){console.log("placement",e),"store_header_template"===e.partial.id&&a()})),e(":input.dokan-product-search").filter(":not(.enhanced)").each((function(){var t={allowClear:!!e(this).data("allow_clear"),placeholder:e(this).data("placeholder"),minimumInputLength:e(this).data("minimum_input_length")?e(this).data("minimum_input_length"):"3",escapeMarkup:function(e){return e},language:{errorLoading:function(){return dokan.i18n_searching},inputTooLong:function(e){var t=e.input.length-e.maximum;return 1===t?dokan.i18n_input_too_long_1:dokan.i18n_input_too_long_n.replace("%qty%",t)},inputTooShort:function(e){var t=e.minimum-e.input.length;return 1===t?dokan.i18n_input_too_short_1:dokan.i18n_input_too_short_n.replace("%qty%",t)},loadingMore:function(){return dokan.i18n_load_more},maximumSelected:function(e){return 1===e.maximum?dokan.i18n_selection_too_long_1:dokan.i18n_selection_too_long_n.replace("%qty%",e.maximum)},noResults:function(){return dokan.i18n_no_matches},searching:function(){return dokan.i18n_searching}},ajax:{url:dokan.ajaxurl,dataType:"json",delay:250,data:function(t){return{term:t.term,action:e(this).data("action")||"dokan_json_search_products_and_variations",security:dokan.search_products_nonce,exclude:e(this).data("exclude"),user_ids:e(this).data("user_ids"),include:e(this).data("include"),limit:e(this).data("limit")}},processResults:function(t){var a=[];return t&&e.each(t,(function(e,t){a.push({id:e,text:t})})),{results:a}},cache:!0}};if(e(this).select2(t).addClass("enhanced"),e(this).data("sortable")){var a=e(this),n=e(this).next(".select2-container").find("ul.select2-selection__rendered");n.sortable({placeholder:"ui-state-highlight select2-selection__choice",forcePlaceholderSize:!0,items:"li:not(.select2-search__field)",tolerance:"pointer",stop:function(){e(n.find(".select2-selection__choice").get().reverse()).each((function(){var t=e(this).data("data").id,n=a.find('option[value="'+t+'"]')[0];a.prepend(n)}))}})}})),selected_items=[],e("#cb-select-all").on("change",(function(t){var a=e(this),n=e(".cb-select-items");a.is(":checked")?n.each((function(t,a){e(a).prop("checked","checked")})):n.each((function(t,a){e(a).prop("checked",""),selected_items.pop()}))}))}(jQuery),function(e){function t(t,a){const n=e(t.target).closest("li.has-submenu");n.find(".navigation-submenu").each(((t,o)=>{if(a)n.removeClass("submenu-hovered"),e(".dokan-dashboard-wrap").css("height",""),e(o).css("bottom",0),e(o).removeAttr("style");else{n.addClass("submenu-hovered");let t=n[0].getBoundingClientRect(),a=o.getBoundingClientRect(),i=e(".dokan-dashboard-wrap"),r=i[0].getBoundingClientRect(),d=Math.min(r.bottom,r.height);if(d0)e(o).css("bottom",0),a=o.getBoundingClientRect(),a.top<0&&(e(o).css("bottom","unset"),e(o).css("top",0));else{e(o).css("bottom",n);let t=e(".dokan-dash-sidebar")[0].getBoundingClientRect(),i=e(".entry-header")[0].getBoundingClientRect();a=o.getBoundingClientRect(),a.bottom>t.bottom?n+=a.bottom-t.bottom:a.bottom-i.bottom'+dokan[n]+"
    "),a.parent().find(".wc_error_tip").css("left",o.left+a.width()-a.width()/2-e(".wc_error_tip").width()/2).css("top",o.top+a.height()).fadeIn("100"))})).on("wc_remove_error_tip",(function(t,a,n){a.parent().find(".wc_error_tip."+n).fadeOut("100",(function(){e(this).remove()}))})).on("click",(function(){e(".wc_error_tip").fadeOut("100",(function(){e(this).remove()}))})).on("blur",".wc_input_decimal[type=text], .wc_input_price[type=text], .wc_input_country_iso[type=text]",(function(){e(".wc_error_tip").fadeOut("100",(function(){e(this).remove()}))})).on("change",".wc_input_price[type=text], .wc_input_decimal[type=text], .wc-order-totals #refund_amount[type=text]",(function(){var t,a,n=dokan.decimal_point;(e(this).is(".wc_input_price")||e(this).is("#refund_amount"))&&(n=dokan.mon_decimal_point),t=new RegExp("[^-0-9%\\"+n+"]+","gi"),a=new RegExp("\\"+n+"+","gi");var o=e(this).val(),i=o.replace(t,"").replace(a,n);o!==i&&e(this).val(i)})).on("keyup",".wc_input_price[type=text], .wc_input_decimal[type=text], .wc_input_country_iso[type=text], .wc-order-totals #refund_amount[type=text]",(function(){var t,a,n,o=!1;e(this).is(".wc_input_price")||e(this).is("#refund_amount")?(o=!0,t=new RegExp("[^-0-9%\\"+dokan.mon_decimal_point+"]+","gi"),n=new RegExp("[^\\"+dokan.mon_decimal_point+"]","gi"),a="i18n_mon_decimal_error"):e(this).is(".wc_input_country_iso")?(t=new RegExp("([^A-Z])+|(.){3,}","im"),a="i18n_country_iso_error"):(o=!0,t=new RegExp("[^-0-9%\\"+dokan.decimal_point+"]+","gi"),n=new RegExp("[^\\"+dokan.decimal_point+"]","gi"),a="i18n_decimal_error");var i=e(this).val(),r=i.replace(t,"");o&&1=parseFloat(window.accounting.unformat(t.val(),dokan.mon_decimal_point))&&e(this).val("")})).on("keyup","#_sale_price.wc_input_price[type=text], .wc_input_price[name^=variable_sale_price], #_subscription_sale_price.wc_input_price[type=text]",(function(){var t,a=e(this),n=e("#product_type");t=-1!==a.attr("name").indexOf("variable")?a.parents(".variable_pricing").find(".wc_input_price[name^=variable_regular_price]"):n.length&&"subscription"===n.find(":selected").val()?e("#_subscription_price"):e("#_regular_price"),parseFloat(window.accounting.unformat(a.val(),dokan.mon_decimal_point))>=parseFloat(window.accounting.unformat(t.val(),dokan.mon_decimal_point))?e(document.body).triggerHandler("wc_add_error_tip",[e(this),"i18n_sale_less_than_regular_error"]):e(document.body).triggerHandler("wc_remove_error_tip",[e(this),"i18n_sale_less_than_regular_error"])})).on("init_tooltips",(function(){e(".tips, .help_tip, .woocommerce-help-tip").tipTip({attribute:"data-tip",fadeIn:50,fadeOut:50,delay:200}),e(".column-wc_actions .wc-action-button").tipTip({fadeIn:50,fadeOut:50,delay:200}),e(".parent-tips").each((function(){e(this).closest("a, th").attr("data-tip",e(this).data("tip")).tipTip({attribute:"data-tip",fadeIn:50,fadeOut:50,delay:200}).css("cursor","help")}))})),e("#dokan-navigation .dokan-dashboard-menu li.has-submenu:not(.active)").on("mouseover",(e=>{t(e)})).on("mouseout",(e=>{t(e,!0)}))}(jQuery),window.dokan_show_delete_prompt=async function(e,t){e.preventDefault();let a=await dokan_sweetalert(t,{action:"confirm",icon:"warning"});if(a.isConfirmed&&void 0!==e.target.href)window.location.href=e.target.href;else{if(!a.isConfirmed||void 0===e.target.dataset.url)return!1;window.location.href=e.target.dataset.url}},window.dokan_bulk_delete_prompt=async function(e,t,a,n){"delete"===jQuery(a).val()&&(e.preventDefault(),(await dokan_sweetalert(t,{action:"confirm",icon:"warning"})).isConfirmed&&jQuery(n).submit())},function(e){var t={query:{},form:null,cateItemStringArray:[],init:function(){e("#dokan-store-listing-filter-wrap .sort-by #stores_orderby").on("change",this.buildSortByQuery),e("#dokan-store-listing-filter-wrap .toggle-view span").on("click",this.toggleView),e("#dokan-store-listing-filter-wrap .dokan-store-list-filter-button, #dokan-store-listing-filter-wrap .dokan-icons, #dokan-store-listing-filter-form-wrap .apply-filter #cancel-filter-btn ").on("click",this.toggleForm),e("#dokan-store-listing-filter-form-wrap .store-search-input").on("change",this.buildSearchQuery),e("#dokan-store-listing-filter-form-wrap .apply-filter #apply-filter-btn").on("click",this.submitForm),this.maybeHideListView();const a=t;a.form=document.forms.dokan_store_lists_filter_form;const n=a.getLocal("dokan-layout");if(n){const t=e(".toggle-view span");a.setView(n,t)}const o=a.getParams();if(o.length){let t=!1;o.forEach((function(e){const n=Object.keys(e),i=Object.values(e);(!n.includes("stores_orderby")||o.length>1)&&(t=!0),a.setParams(n,i)})),t&&e("#dokan-store-listing-filter-form-wrap").slideToggle()}var i,r;e("#dokan-store-listing-filter-form-wrap").length&&e(".store-search-input").on("keypress",(function(t){if(13==t.which)return e("#dokan-store-listing-filter-form-wrap").submit(),!1})),e("body").on("click",(function(t){e(t.target).is("div#dokan-store-products-search-result li")||(e("#dokan-store-products-search-result").html(""),e("#dokan-store-products-search-result").removeClass("dokan-store-products-search-has-results"))})),e("body").on("keyup",".dokan-store-products-filter-search",(i=function(t){t.preventDefault();var a=e(this),n=a.val(),o=a.data("store_id");n&&(e(".dokan-store-products-filter-search").addClass("dokan-ajax-search-loader"),e("#dokan-store-products-search-result").removeClass("dokan-store-products-search-has-results"),e("#dokan-store-products-search-result").hide(),e("#dokan-store-products-search-result").html(""),jQuery.ajax({type:"post",dataType:"json",url:dokan.ajaxurl,data:{search_term:n,store_id:o,_wpnonce:dokan.store_product_search_nonce,action:"dokan_store_product_search_action"},success:function(t){e(".dokan-store-products-filter-search").removeClass("dokan-ajax-search-loader"),e("#dokan-store-products-search-result").show(),e("#dokan-store-products-search-result").addClass("dokan-store-products-search-has-results"),"success"==t.type?e("#dokan-store-products-search-result").html("
      "+t.data_list+"
    "):e("#dokan-store-products-search-result").html('
      '+t.data_list+"
    ")}}))},r=0,function(){var e=this,t=arguments;clearTimeout(r),r=setTimeout((function(){i.apply(e,t)}),500)}))},buildSortByQuery:function(e){const a=t;a.query.stores_orderby=e.target.value,a.submitForm(e)},toggleView:function(a){const n=t,o=e(a.target),i=o.parent().find("span"),r=o.data("view");n.setView(r,i),n.setLocal("dokan-layout",r)},setView:function(t,a){if(void 0===t||t.length<1||void 0===a||a.length<1)return;const n=e("#dokan-seller-listing-wrap");[...a].forEach((function(a){const o=e(a);t===o.data("view")?(o.addClass("active"),n.addClass(t)):(o.removeClass("active"),n.removeClass(o.data("view")))}))},toggleForm:function(t){t.preventDefault(),e("#dokan-store-listing-filter-form-wrap").slideToggle()},buildSearchQuery:function(e){e.target.value?t.query.dokan_seller_search=e.target.value:delete t.query.dokan_seller_search},submitForm:function(a){a.preventDefault(),t.query._store_filter_nonce&&delete t.query._store_filter_nonce,t.query._store_filter_nonce=e('input[name="_store_filter_nonce"]').first().val();const n=decodeURIComponent(e.param(t.query)),o="/page",i=window.location.pathname,r=i.includes(o)?i.substr(0,i.indexOf(o)):"";window.history.pushState(null,null,`${r}?${n}`),window.location.reload()},setLocal:function(e,t){window.localStorage.setItem(e,t)},getLocal:function(e){return window.localStorage.getItem(e)},setParams:function(a,n){const o=t,i=o.form?o.form.elements:"",r=document.forms.stores_sorting,d=r?r.elements:"";Object.values(d).forEach((function(t){t.name===a[0]&&e(t).val(n[0])})),Object.values(i).forEach((function(t){if(a.includes(t.name)&&("checkbox"===t.type?t.checked=!!["yes","true","1"].includes(n[0]):["text","search"].includes(t.type)&&(t.value=n[0])),a[0].includes("store_categories[")||a[0].includes("store_category[")){const t=n[0].split(" ").join("-"),a=e(`[data-slug=${t}]`);o.cateItemStringArray.includes(a.text().trim())||o.cateItemStringArray.push(a.text().trim()),a.addClass("dokan-btn-theme")}else if("rating"===a[0]){const t=n[0].split(" ").join("-");e(`[data-${a[0]}=${t}]`).addClass("active"),e(`[data-rating=${t}]`).parent().addClass("selected")}})),a.forEach((function(e,t){e.includes("[")||(o.query[e]=n[t])}))},getParams:function(){const e=new URLSearchParams(location.search),t=[];return e.forEach((function(e,a){t.push({[a]:e})})),t},maybeHideListView:function(){const a=t;window.matchMedia("(max-width: 767px)").matches&&"list-view"===a.getLocal("dokan-layout")&&a.setLocal("dokan-layout","grid-view"),e(window).on("resize",(function(){e(this).width()<767?(e("#dokan-seller-listing-wrap").removeClass("list-view"),e("#dokan-seller-listing-wrap").addClass("grid-view")):(e(".toggle-view.item span").last().removeClass("active"),e(".toggle-view.item span").first().addClass("active"))}))}};window.dokan&&(window.dokan.storeLists=t,window.dokan.storeLists.init())}(jQuery),(e=>{const t={init:()=>{e("#dokan-request-withdraw-button").on("click",(e=>{e.preventDefault(),t.openRequestWithdrawWindow()})),e(".dokan-withdraw-make-default-button").on("click",(e=>{e.preventDefault(),t.makeDefault(e)})),e("#dokan-withdraw-display-schedule-popup").on("click",(e=>{t.opensScheduleWindow(e)})),e("#dokan-withdraw-schedule-request-submit").on("click",(e=>{t.handleScheduleChangeRequest(e)})),e("input[name='withdraw-schedule']").on("change",(e=>{t.handleScheduleChange(e)})),t.initModal()},withdrawTemplate:"",withdrawModal:"",loadModalTemplate:function(){if(!t.withdrawTemplate&&e("#tmpl-withdraw-request-popup").length){const e=window.wp.template("withdraw-request-popup");t.withdrawTemplate=e()}},initModal:function(){t.loadModalTemplate();const a=e("#dokan-withdraw-request-popup").iziModal({width:690,overlayColor:"rgba(0, 0, 0, 0.8)",headerColor:dokan.modal_header_color,onOpening:function(e){t.calculateWithdrawCharges()}});a.iziModal("setContent",t.withdrawTemplate),e("[name='withdraw_method'][id='withdraw-method']").on("change",(e=>{t.calculateWithdrawCharges()})),e("input#withdraw-amount").on("keyup",t.debounce(t.calculateWithdrawCharges,500)),e("#dokan-withdraw-request-submit").on("click",(e=>{t.handleWithdrawRequest(e)})),t.withdrawModal=a},debounce(e,t,a){var n;return function(){var o=this,i=arguments,r=a&&!n;clearTimeout(n),n=setTimeout((function(){n=null,a||e.apply(o,i)}),t),r&&e.apply(o,i)}},openRequestWithdrawWindow:()=>{t.withdrawModal.iziModal("open")},opensScheduleWindow:()=>{const a=wp.template("withdraw-schedule-popup"),n=e("#dokan-withdraw-schedule-popup").iziModal({width:690,overlayColor:"rgba(0, 0, 0, 0.8)",headerColor:dokan.modal_header_color});n.iziModal("setContent",a().trim()),n.iziModal("open"),t.init()},makeDefault:t=>{const a=e(t.target),n=e("#dokan-withdraw-payment-method-list");n.block({message:null,overlayCSS:{background:"#fff",opacity:.6}}),e.post(dokan.ajaxurl,{action:"dokan_withdraw_handle_make_default_method",nonce:n.data("security"),method:a.data("method")},(e=>{e.success?(dokan_sweetalert(e.data,{position:"bottom-end",toast:!0,icon:"success",showConfirmButton:!1,timer:2e3,timerProgressBar:!0}),n.unblock(),window.location.reload()):(dokan_sweetalert(e.data,{position:"bottom-end",toast:!0,icon:"error",showConfirmButton:!1,timer:2e3,timerProgressBar:!0}),n.unblock())}))},handleWithdrawRequest:t=>{t.preventDefault();const a=e("input#withdraw-amount").val(),n=e("input#dokan_withdraw_nonce").val(),o=e("#withdraw-request-popup"),i=e("#withdraw-method").val();o.block({message:null,overlayCSS:{background:"#fff",opacity:.6}}),e.post(dokan.ajaxurl,{action:"dokan_handle_withdraw_request",_handle_withdraw_request:n,amount:a,method:i},(async e=>{e.success?await dokan_sweetalert(e.data,{position:"bottom-end",toast:!0,icon:"success",showConfirmButton:!1,timer:2e3,timerProgressBar:!0,didOpen:e=>{setTimeout((function(){o.unblock(),window.location.reload()}),2e3)}}):(dokan_sweetalert("",{icon:"error",html:e.data}),o.unblock())}))},handleScheduleChangeRequest:t=>{t.preventDefault();const a=e("input[name='withdraw-schedule']:checked").val(),n=e("#dokan-withdraw-schedule-request-submit").data("security"),o=e("#withdraw-schedule-popup"),i=e("#withdraw-remaining-amount").val(),r=e("#minimum-withdraw-amount").val(),d=e("#preferred-payment-method").val();o.block({message:null,overlayCSS:{background:"#fff",opacity:.6}}),e.post(dokan.ajaxurl,{action:"dokan_handle_withdraw_schedule_change_request",nonce:n,schedule:a,reserve:i,minimum:r,method:d},(e=>{e.success?(dokan_sweetalert(e.data,{position:"bottom-end",toast:!0,icon:"success",showConfirmButton:!1,timer:2e3,timerProgressBar:!0}),o.unblock(),window.location.reload()):(dokan_sweetalert("",{icon:"error",html:e.data}),o.unblock())}))},handleScheduleChange:t=>{const a=e(t.target).data("next-schedule");e("#dokan-withdraw-next-scheduled-date").html(a)},calculateWithdrawCharges:()=>{let a=e("select[name='withdraw_method'][id='withdraw-method'] option:selected").data();if(e("#dokan-send-withdraw-request-popup-form > .dokan-alert-danger").length||!a)return;e("[name='withdraw_method'][id='withdraw-method']").val();let n=e("[name='withdraw_amount'][id='withdraw-amount']").val(),{chargePercentage:o,chargeFixed:i}=e("select[name='withdraw_method'][id='withdraw-method'] option:selected").data();n=accounting.unformat(n,dokan.mon_decimal_point);let r=0,d="";i&&(d+=t.formatMoney(i),r+=i),o&&(r+=o/100*n,d+=d?" + ":"",d+=parseFloat(accounting.formatNumber(o,dokan.rounding_precision,"")).toString().replace(".",dokan.mon_decimal_point)+"%",d+=` = ${t.formatMoney(r)}`),d||(d=t.formatMoney(r,dokan.currency)),t.showWithdrawChargeHtml(d,r,n)},formatMoney:e=>accounting.formatMoney(e,{symbol:dokan.currency_format_symbol,decimal:dokan.currency_format_decimal_sep,thousand:dokan.currency_format_thousand_sep,precision:dokan.currency_format_num_decimals,format:dokan.currency_format}),showWithdrawChargeHtml(a,n,o){let i=e("#dokan-withdraw-charge-section"),r=e("#dokan-withdraw-revivable-section");e("#dokan-withdraw-charge-section-text").html(a),e("#dokan-withdraw-revivable-section-text").html(t.formatMoney(o-n)),i.show(),r.show()}};e(document).ready((function(){t.init()}))})(jQuery),function(e){!function(){let t={format:dokan_get_daterange_picker_format(),...dokan_helper.daterange_picker_local};e(".dokan-daterangepicker").daterangepicker({autoUpdateInput:!1,showDropdowns:!0,locale:t}),e(".dokan-daterangepicker").on("apply.daterangepicker",(function(a,n){e(this).val(n.startDate.format(t.format)+" - "+n.endDate.format(t.format)),e(this).siblings("input.dokan-daterangepicker-start-date").val(n.startDate.format("YYYY-MM-DD")),e(this).siblings("input.dokan-daterangepicker-end-date").val(n.endDate.format("YYYY-MM-DD"))})),e(".dokan-daterangepicker").on("cancel.daterangepicker",(function(t,a){e(this).data("clear")&&(e(this).val(""),e(this).siblings("input.dokan-daterangepicker-start-date").val(""),e(this).siblings("input.dokan-daterangepicker-end-date").val(""))}))}()}(jQuery)})(); \ No newline at end of file +(()=>{var e,t;jQuery((function(e){e(".tips").tooltip(),e("ul.order-status").on("click","a.dokan-edit-status",(function(t){return e(this).addClass("dokan-hide").closest("li").next("li").removeClass("dokan-hide"),!1})),e("ul.order-status").on("click","a.dokan-cancel-status",(function(t){return e(this).closest("li").addClass("dokan-hide").prev("li").find("a.dokan-edit-status").removeClass("dokan-hide"),!1})),e("form#dokan-order-status-form").on("submit",(function(t){t.preventDefault();var a=e(this),n=a.closest("li");n.block({message:null,overlayCSS:{background:"#fff url("+dokan.ajax_loader+") no-repeat center",opacity:.6}}),e.post(dokan.ajaxurl,a.serialize(),(function(e){if(n.unblock(),e.success){var t=n.prev();n.addClass("dokan-hide"),t.find("label").replaceWith(e.data),t.find("a.dokan-edit-status").removeClass("dokan-hide")}else dokan_sweetalert(e.data,{icon:"success"})}))})),e("form#add-order-note").on("submit",(function(t){if(t.preventDefault(),e("textarea#add-note-content").val())return e("#dokan-order-notes").block({message:null,overlayCSS:{background:"#fff url("+dokan.ajax_loader+") no-repeat center",opacity:.6}}),e.post(dokan.ajaxurl,e(this).serialize(),(function(t){e("ul.order_notes").prepend(t),e("#dokan-order-notes").unblock(),e("#add-note-content").val("")})),!1})),e("#dokan-order-notes").on("click","a.delete_note",(function(){var t=e(this).closest("li.note");e("#dokan-order-notes").block({message:null,overlayCSS:{background:"#fff url("+dokan.ajax_loader+") no-repeat center",opacity:.6}});var a={action:"dokan_delete_order_note",note_id:e(t).attr("rel"),security:e("#delete-note-security").val()};return e.post(dokan.ajaxurl,a,(function(a){e(t).remove(),e("#dokan-order-notes").unblock()})),!1})),e(".order_download_permissions").on("click","button.grant_access",(function(){var t=e(this),a=e("select.grant_access_id").val();if(a){e(".order_download_permissions").block({message:null,overlayCSS:{background:"#fff url("+dokan.ajax_loader+") no-repeat center",opacity:.6}});var n={action:"dokan_grant_access_to_download",product_ids:a,loop:e(".order_download_permissions .panel").length,order_id:t.data("order-id"),security:t.data("nonce")};return e.post(dokan.ajaxurl,n,(function(t){t?e("#accordion").append(t):dokan_sweetalert(dokan.i18n_download_access,{icon:"warning"}),e(".datepicker").datepicker(),e(".order_download_permissions").unblock()})),!1}})),e(".order_download_permissions").on("click","button.revoke_access",(async function(t){t.preventDefault();const a=await dokan_sweetalert(dokan.i18n_download_permission,{action:"confirm",icon:"warning"});if("undefined"!==a&&a.isConfirmed){var n=e(this),o=n.closest(".dokan-panel"),i=n.attr("rel").split(",")[0],r=n.attr("rel").split(",")[1];if(i>0){e(o).block({message:null,overlayCSS:{background:"#fff url("+dokan.ajax_loader+") no-repeat center",opacity:.6}});var d={action:"dokan_revoke_access_to_download",product_id:i,download_id:r,order_id:n.data("order-id"),permission_id:n.data("permission-id"),security:n.data("nonce")};e.post(dokan.ajaxurl,d,(function(t){e(o).fadeOut("300",(function(){e(o).remove()}))}))}else e(o).fadeOut("300",(function(){e(o).remove()}))}return!1})),e("#grant_access_id").select2({allowClear:!0,minimumInputLength:3,ajax:{url:dokan.ajaxurl,dataType:"json",delay:500,data:function(e){return{q:e.term,action:"dokan_search_downloadable_products",_nonce:dokan.search_downloadable_products_nonce,page:e.page||1}},processResults:function(t){var a=[];return t&&e.each(t,(function(e,t){a.push({id:e,text:t})})),{results:a,pagination:{more:0!=a.length}}},cache:!0},language:{errorLoading:function(){return dokan.i18n_searching},inputTooLong:function(e){var t=e.input.length-e.maximum;return 1===t?dokan.i18n_input_too_long_1:dokan.i18n_input_too_long_n.replace("%qty%",t)},inputTooShort:function(e){var t=e.minimum-e.input.length;return 1===t?dokan.i18n_input_too_short_1:dokan.i18n_input_too_short_n.replace("%qty%",t)},loadingMore:function(){return dokan.i18n_load_more},maximumSelected:function(e){return 1===e.maximum?dokan.i18n_selection_too_long_1:dokan.i18n_selection_too_long_n.replace("%qty%",e.maximum)},noResults:function(){return dokan.i18n_no_matches},searching:function(){return dokan.i18n_searching}}})})),e=jQuery,(t={init:function(){let t={d:"dd",D:"D",j:"d",l:"DD",F:"MM",m:"mm",M:"M",n:"m",o:"yy",Y:"yy",y:"y"},a=0,n="",o="";for(a=0;a0?e("#restock_refunded_items").closest("tr").show():(e("#restock_refunded_items").closest("tr").hide(),e(".woocommerce_order_items input.refund_order_item_qty").each((function(){e(this).val()>0&&e("#restock_refunded_items").closest("tr").show()}))),e(this).trigger("refund_quantity_changed")}}}).init(),e("#dokan-filter-customer").filter(":not(.enhanced)").each((function(){var t={allowClear:!!e(this).data("allow_clear"),placeholder:e(this).data("placeholder"),minimumInputLength:e(this).data("minimum_input_length")?e(this).data("minimum_input_length"):"1",escapeMarkup:function(e){return e},language:{errorLoading:function(){return dokan.i18n_searching},inputTooLong:function(e){var t=e.input.length-e.maximum;return 1===t?dokan.i18n_input_too_long_1:dokan.i18n_input_too_long_n.replace("%qty%",t)},inputTooShort:function(e){var t=e.minimum-e.input.length;return 1===t?dokan.i18n_input_too_short_1:dokan.i18n_input_too_short_n.replace("%qty%",t)},loadingMore:function(){return dokan.i18n_load_more},maximumSelected:function(e){return 1===e.maximum?dokan.i18n_selection_too_long_1:dokan.i18n_selection_too_long_n.replace("%qty%",e.maximum)},noResults:function(){return dokan.i18n_no_matches},searching:function(){return dokan.i18n_searching}},ajax:{url:dokan.ajaxurl,dataType:"json",delay:1e3,data:function(t){return{term:t.term,action:"dokan_json_search_vendor_customers",security:dokan.search_customer_nonce,exclude:e(this).data("exclude")}},processResults:function(t){var a=[];return t&&e.each(t,(function(e,t){a.push({id:e,text:t})})),{results:a}},cache:!0}};if(e(this).select2(t).addClass("enhanced"),e(this).data("sortable")){var a=e(this),n=e(this).next(".select2-container").find("ul.select2-selection__rendered");n.sortable({placeholder:"ui-state-highlight select2-selection__choice",forcePlaceholderSize:!0,items:"li:not(.select2-search__field)",tolerance:"pointer",stop:function(){e(n.find(".select2-selection__choice").get().reverse()).each((function(){var t=e(this).data("data").id,n=a.find('option[value="'+t+'"]')[0];a.prepend(n)}))}})}})),function(e){e("#variants-holder"),e("#product_image_gallery"),e("#product_images_container ul.product_images");var t,a,n={modal:!1,init:function(){product_type="simple",e(".product-edit-container").on("click",".dokan-section-heading",this.toggleProductSection),e(".product-edit-container").on("click","input[type=checkbox]#_downloadable",this.downloadable),e(".product-edit-container").on("click","a.sale-schedule",this.showDiscountSchedule),e("body, #dokan-product-images").on("click","a.add-product-images",this.gallery.addImages),e("body, #dokan-product-images").on("click","a.action-delete",this.gallery.deleteImage),this.gallery.sortable(),e("body, .product-edit-container").on("click","a.dokan-feat-image-btn",this.featuredImage.addImage),e("body, .product-edit-container").on("click","a.dokan-remove-feat-image",this.featuredImage.removeImage),e("body, #variable_product_options").on("click",".sale_schedule",this.saleSchedule),e("body, #variable_product_options").on("click",".cancel_sale_schedule",this.cancelSchedule),e(".product-edit-container").on("change","input[type=checkbox]#_manage_stock",this.showManageStock),e(".product-edit-container").on("click","a.upload_file_button",this.fileDownloadable),e("body").on("click","a.insert-file-row",(function(){return e(this).closest("table").find("tbody").append(e(this).data("row")),!1})),e("body").on("click","a.dokan-product-delete",(function(){return e(this).closest("tr").remove(),!1})),e("body").on("submit","form.dokan-product-edit-form",this.inputValidate),e(".dokan-product-listing").on("click","a.dokan-add-new-product",this.addProductPopup),this.loadSelect2(),this.bindProductTagDropdown(),this.attribute.sortable(),this.checkProductPostboxToggle(),e(".product-edit-container .dokan-product-attribute-wrapper").on("click","a.dokan-product-toggle-attribute, .dokan-product-attribute-heading",this.attribute.toggleAttribute),e(".product-edit-container .dokan-product-attribute-wrapper").on("click","a.add_new_attribute",this.attribute.addNewAttribute),e(".product-edit-container .dokan-product-attribute-wrapper").on("keyup","input.dokan-product-attribute-name",this.attribute.dynamicAttrNameChange),e(".dokan-product-attribute-wrapper ul.dokan-attribute-option-list").on("click","button.dokan-select-all-attributes",this.attribute.selectAllAttr),e(".dokan-product-attribute-wrapper ul.dokan-attribute-option-list").on("click","button.dokan-select-no-attributes",this.attribute.selectNoneAttr),e(".dokan-product-attribute-wrapper ul.dokan-attribute-option-list").on("click","button.dokan-add-new-attribute",this.attribute.addNewExtraAttr),e(".product-edit-container .dokan-product-attribute-wrapper").on("click","a.dokan-product-remove-attribute",this.attribute.removeAttribute),e(".product-edit-container .dokan-product-attribute-wrapper").on("click","a.dokan-save-attribute",this.attribute.saveAttribute),e("body").on("click",'.product-container-footer input[type="submit"]',this.createNewProduct),this.attribute.disbalePredefinedAttribute(),this.setCorrectProductId(),e("body").trigger("dokan-product-editor-loaded",this),e("input.dokan-product-regular-price, input.dokan-product-sales-price").on("keyup",_.debounce((()=>{n.dokan_show_earning_suggestion(n.earning_suggestion_callbak)}),750)),wp&&wp.hooks&&wp.hooks.addAction&&(wp.hooks.addAction("dokan_selected_multistep_category","dokan-get-product-earning-suggestion",(function(){n.dokan_show_earning_suggestion(n.earning_suggestion_callbak)})),wp.hooks.addAction("dokan_removed_multistep_category","dokan-get-product-earning-suggestion",(function(){n.dokan_show_earning_suggestion(n.earning_suggestion_callbak)})))},setCorrectProductId:function(){if(!e(".dokan-product-edit-form"))return;let t=e("#dokan_product_id").val();if(window.history.replaceState){let e=new URL(document.location),a=e.searchParams,n=a.get("product_id");if(""!==n&&"0"!==n)return;if(a.set("product_id",t),"edit"!==a.get("action"))return;e.search=a.toString();let o=e.toString(),i={product_id:t};window.history.replaceState(i,document.title,o)}},saleSchedule:function(){var t=e(this).closest(".dokan-product-field-content","div, table");return e(this).hide(),t.find(".cancel_sale_schedule").show(),t.find(".sale_price_dates_fields").show(),!1},cancelSchedule:function(){var t=e(this).closest(".dokan-product-field-content","div, table");return e(this).hide(),t.find(".sale_schedule").show(),t.find(".sale_price_dates_fields").hide(),t.find(".sale_price_dates_fields").find("input").val(""),!1},checkProductPostboxToggle:function(){var t=JSON.parse(localStorage.getItem("toggleClasses"));e.each(t,(function(t,a){var n=e("."+t.replace(/_/g,"-")),o=n.find(".dokan-section-content"),i=n.find("i.fa-sort-desc");a?(o.show(),i.removeClass("fa-flip-horizointal").addClass("fa-flip-vertical"),i.css("marginTop","9px")):(o.hide(),i.removeClass("fa-flip-vertical").addClass("fa-flip-horizointal"),i.css("marginTop","0px"))}))},toggleProductSection:function(t){t.preventDefault();var a=e(this);if(null!=JSON.parse(localStorage.getItem("toggleClasses")))var n=JSON.parse(localStorage.getItem("toggleClasses"));else n={};a.closest(".dokan-edit-row").find(".dokan-section-content").slideToggle(300,(function(){var t;e(this).is(":visible")?((t=a.find("i.fa-sort-desc")).removeClass("fa-flip-horizointal").addClass("fa-flip-vertical"),t.css("marginTop","9px"),n[a.data("togglehandler")]=!0):((t=a.find("i.fa-sort-desc")).removeClass("fa-flip-vertical").addClass("fa-flip-horizointal"),t.css("marginTop","0px"),n[a.data("togglehandler")]=!1),localStorage.setItem("toggleClasses",JSON.stringify(n))}))},loadSelect2:function(){e(".dokan-select2").select2({language:{noResults:function(){return dokan.i18n_no_result_found}}})},bindProductTagDropdown:function(){e(".product_tag_search").select2({allowClear:!1,tags:dokan.product_vendors_can_create_tags&&"on"===dokan.product_vendors_can_create_tags,createTag:function(t){var a=e.trim(t.term);return""===a?null:{id:a,text:a,newTag:!0}},insertTag:function(t,a){var n=!1;e.each(t,(function(t,o){e.trim(a.text).toUpperCase()==e.trim(o.text).toUpperCase()&&(n=!0)})),n||t.unshift(a)},minimumInputLength:0,maximumSelectionLength:void 0!==dokan.maximum_tags_select_length?dokan.maximum_tags_select_length:-1,ajax:{url:dokan.ajaxurl,dataType:"json",delay:250,data:function(e){return{q:e.term,action:"dokan_json_search_products_tags",security:dokan.search_products_tags_nonce,page:e.page||1}},processResults:function(t){var a=[];return t&&e.each(t,(function(e,t){a.push({id:t[0],text:t[1]})})),{results:a,pagination:{more:0!=a.length}}},cache:!0},language:{errorLoading:function(){return dokan.i18n_searching},inputTooLong:function(e){var t=e.input.length-e.maximum;return 1===t?dokan.i18n_input_too_long_1:dokan.i18n_input_too_long_n.replace("%qty%",t)},inputTooShort:function(e){var t=e.minimum-e.input.length;return 1===t?dokan.i18n_input_too_short_1:dokan.i18n_input_too_short_n.replace("%qty%",t)},loadingMore:function(){return dokan.i18n_load_more},maximumSelected:function(e){return 1===e.maximum?dokan.i18n_selection_too_long_1:dokan.i18n_selection_too_long_n.replace("%qty%",e.maximum)},noResults:function(){return dokan.i18n_no_matches},searching:function(){return dokan.i18n_searching}},escapeMarkup:function(e){return e},templateResult:function(e){return`${e.text}`},templateSelection:function(e){return e.text}})},addProductPopup:function(e){e.preventDefault(),n.openProductPopup()},openProductPopup:function(){const o=wp.template("dokan-add-new-product"),i=e("#dokan-add-product-popup");n.modal=i.iziModal({headerColor:dokan.modal_header_color,overlayColor:"rgba(0, 0, 0, 0.8)",width:690,top:32,onOpening:()=>{n.reRenderPopupElements()},onClosed:()=>{t=void 0,a=void 0,e('#dokan-add-new-product-popup input[name="_sale_price_dates_from"], #dokan-add-new-product-popup input[name="_sale_price_dates_to"]').datepicker("destroy")}}),n.modal.iziModal("setContent",o().trim()),n.modal.iziModal("open")},reRenderPopupElements:function(){n.loadSelect2(),n.bindProductTagDropdown(),e("#dokan-add-new-product-popup .sale_price_dates_fields input").daterangepicker({singleDatePicker:!0,showDropdowns:!1,autoApply:!0,parentEl:"#dokan-add-new-product-popup",opens:"left",autoUpdateInput:!1}).on("apply.daterangepicker",(function(t,a){e(this).val(a.startDate.format("YYYY-MM-DD"))})),e(".tips").tooltip(),n.gallery.sortable(),e("body").trigger("dokan-product-editor-popup-opened",n)},createNewProduct:function(t){t.preventDefault();var o=e(this),i=o.closest("form#dokan-add-new-product-form"),r=o.attr("data-btn_id");if(i.find("span.dokan-show-add-product-success").html(""),i.find("span.dokan-show-add-product-error").html(""),i.find("span.dokan-add-new-product-spinner").css("display","inline-block"),o.attr("disabled","disabled"),""==i.find('input[name="post_title"]').val())return e("span.dokan-show-add-product-error").html(dokan.product_title_required),o.removeAttr("disabled"),void i.find("span.dokan-add-new-product-spinner").css("display","none");if("-1"==i.find('select[name="product_cat"]').val())return e("span.dokan-show-add-product-error").html(dokan.product_category_required),o.removeAttr("disabled"),void i.find("span.dokan-add-new-product-spinner").css("display","none");var d={action:"dokan_create_new_product",postdata:i.serialize(),_wpnonce:dokan.nonce};n.modal.iziModal("startLoading"),e.post(dokan.ajaxurl,d,(function(t){t.success?(o.removeAttr("disabled"),"create_new"===r?(e("#dokan-add-product-popup").iziModal("close"),window.location.href=t.data):(a=void 0,e(".dokan-dashboard-product-listing-wrapper").load(window.location.href+" table.product-listing-table"),n.modal.iziModal("resetContent"),n.openProductPopup(),n.reRenderPopupElements(),e("span.dokan-show-add-product-success").html(dokan.product_created_response),setTimeout((function(){e("span.dokan-show-add-product-success").html("")}),3e3))):(o.removeAttr("disabled"),e("span.dokan-show-add-product-error").html(t.data)),i.find("span.dokan-add-new-product-spinner").css("display","none")})).always((function(){n.modal.iziModal("stopLoading")}))},attribute:{toggleAttribute:function(t){t.preventDefault();var a=e(this),n=a.closest("li").find(".dokan-product-attribute-item");return e(n).hasClass("dokan-hide")?(a.closest(".dokan-product-attribute-heading").css({borderBottom:"1px solid #e3e3e3"}),e(n).slideDown(200,(function(){a.find("i.fa").removeClass("fa-flip-horizointal").addClass("fa-flip-vertical"),e(this).removeClass("dokan-hide"),e(t.target).hasClass("dokan-product-attribute-heading")?e(t.target).hasClass("dokan-product-attribute-heading")&&a.find("a.dokan-product-toggle-attribute").css("top","12px"):e(t.target).closest("a").css("top","12px")}))):e(n).slideUp(200,(function(){e(this).addClass("dokan-hide"),a.find("i.fa").removeClass("fa-flip-vertical").addClass("fa-flip-horizointal"),e(t.target).hasClass("dokan-product-attribute-heading")?e(t.target).hasClass("dokan-product-attribute-heading")&&a.find("a.dokan-product-toggle-attribute").css("top","7px"):e(t.target).closest("a").css("top","7px"),a.closest(".dokan-product-attribute-heading").css({borderBottom:"none"})})),!1},sortable:function(){e(".dokan-product-attribute-wrapper ul").sortable({items:"li.product-attribute-list",cursor:"move",scrollSensitivity:40,forcePlaceholderSize:!0,forceHelperSize:!1,helper:"clone",opacity:.65,placeholder:"dokan-sortable-placeholder",start:function(e,t){t.item.css("background-color","#f6f6f6")},stop:function(e,t){t.item.removeAttr("style")},update:function(e,t){n.attribute.reArrangeAttribute()}})},dynamicAttrNameChange:function(t){t.preventDefault();var a=e(this),n=a.val();""==n?a.closest("li").find("strong").html(dokan.i18n_attribute_label):a.closest("li").find("strong").html(n)},selectAllAttr:function(t){return t.preventDefault(),e(this).closest("li.product-attribute-list").find("select.dokan_attribute_values option").attr("selected",!0),e(this).closest("li.product-attribute-list").find("select.dokan_attribute_values").trigger("change"),!1},selectNoneAttr:function(t){return t.preventDefault(),e(this).closest("li.product-attribute-list").find("select.dokan_attribute_values option").attr("selected",!1),e(this).closest("li.product-attribute-list").find("select.dokan_attribute_values").trigger("change"),!1},reArrangeAttribute:function(){e(".dokan-product-attribute-wrapper").find("ul.dokan-attribute-option-list").find("li.product-attribute-list").css("cursor","default").each((function(t){e(this).find(".attribute_position").val(t)}))},addNewExtraAttr:async function(t){t.preventDefault();var a=e(this).closest("li.product-attribute-list"),n=a.data("taxonomy"),o=(await dokan_sweetalert(dokan.new_attribute_prompt,{action:"prompt",input:"text"})).value;if(o){var i={action:"dokan_add_new_attribute",taxonomy:n,term:o,_wpnonce:dokan.nonce};e.post(dokan.ajaxurl,i,(function(e){e.error?dokan_sweetalert(e.error,{action:"alert",icon:"warning"}):e.slug&&(a.find("select.dokan_attribute_values").append('"),a.find("select.dokan_attribute_values").trigger("change"))}))}},addNewAttribute:function(t){t.preventDefault();var a=e(this),o=a.closest(".dokan-attribute-type").find("select#predefined_attribute"),i=o.val(),r=e("ul.dokan-attribute-option-list .product-attribute-list").length,d={action:"dokan_get_pre_attribute",taxonomy:i,i:r,_wpnonce:dokan.nonce};a.closest(".dokan-attribute-type").find("span.dokan-attribute-spinner").removeClass("dokan-hide"),e.post(dokan.ajaxurl,d,(function(t){if(t.success){var r=e(".dokan-product-attribute-wrapper").find("ul.dokan-attribute-option-list");if($html=e.parseHTML(t.data),e($html).find(".dokan-product-attribute-item").removeClass("dokan-hide"),e($html).find("i.fa.fa-sort-desc").removeClass("fa-flip-horizointal").addClass("fa-flip-vertical"),e($html).find("a.dokan-product-toggle-attribute").css("top","12px"),e($html).find(".dokan-product-attribute-heading").css({borderBottom:"1px solid #e3e3e3"}),r.append($html),n.loadSelect2(),n.bindProductTagDropdown(),n.attribute.reArrangeAttribute(),"variable"!==e("select#product_type").val()){let t=e("div.dokan-product-attribute-wrapper label.show_if_variable");for(let a of t){let t=e(a).find('input[type="checkbox"]');t.length>0&&t[0].getAttribute("name")?.startsWith("attribute_variation[")&&e(a).hide()}}}a.closest(".dokan-attribute-type").find("span.dokan-attribute-spinner").addClass("dokan-hide"),i&&(o.find('option[value="'+i+'"]').attr("disabled","disabled"),o.val(""))})).done((function(){e("select#product_type").trigger("change")}))},removeAttribute:async function(t){t.stopPropagation(),t.preventDefault();const a=await dokan_sweetalert(dokan.remove_attribute,{action:"confirm",icon:"warning"});if("undefined"!==a&&a.isConfirmed){var o=e(this).closest("li.product-attribute-list");o.fadeOut(300,(function(){o.is(".taxonomy")?(o.find("select, input[type=text]").val(""),e("select.dokan_attribute_taxonomy").find('option[value="'+o.data("taxonomy")+'"]').removeAttr("disabled")):(o.find("select, input[type=text]").val(""),o.hide()),n.attribute.reArrangeAttribute()}))}return!1},saveAttribute:function(t){t.preventDefault(),e(this);var a={post_id:e("#dokan-edit-product-id").val(),data:e("ul.dokan-attribute-option-list").find("input, select, textarea").serialize(),action:"dokan_save_attributes"};e(".dokan-product-attribute-wrapper").block({message:null,fadeIn:50,fadeOut:1e3,overlayCSS:{background:"#fff",opacity:.6}}),e.post(dokan.ajaxurl,a,(function(t){e("#dokan-variable-product-options").load(window.location.toString()+" #dokan-variable-product-options-inner",(function(){e("#dokan-variable-product-options").trigger("reload"),e("select#product_type").trigger("change"),e(".dokan-product-attribute-wrapper").unblock()}))}))},disbalePredefinedAttribute:function(){e("ul.dokan-attribute-option-list li.product-attribute-list").each((function(t,a){"none"!==e(a).css("display")&&e(a).is(".taxonomy")&&e("select#predefined_attribute").find('option[value="'+e(a).data("taxonomy")+'"]').attr("disabled","disabled")}))}},inputValidate:function(t){return t.preventDefault(),""==e("#post_title").val().trim()?(e("#post_title").focus(),void e("div.dokan-product-title-alert").removeClass("dokan-hide")):(e("div.dokan-product-title-alert").hide(),-1==e("select.product_cat").val()?(e("select.product_cat").focus(),void e("div.dokan-product-cat-alert").removeClass("dokan-hide")):(e("div.dokan-product-cat-alert").hide(),e("input[type=submit]").attr("disabled","disabled"),void this.submit()))},downloadable:function(){e(this).prop("checked")?e(this).closest("aside").find(".dokan-side-body").removeClass("dokan-hide"):e(this).closest("aside").find(".dokan-side-body").addClass("dokan-hide")},showDiscountSchedule:function(t){t.preventDefault(),e(".sale-schedule-container").slideToggle("fast")},showManageStock:function(t){const a=e("#product_type").val();e(this).is(":checked")&&"external"!==a?e(".show_if_stock").slideDown("fast"):e(".show_if_stock").slideUp("fast"),"simple"===a&&(e(this).is(":checked")?e(".hide_if_stock_global").slideUp("fast"):e(".hide_if_stock_global").slideDown("fast"))},gallery:{addImages:function(a){a.preventDefault();var n=e(this),o=n.closest(".dokan-product-gallery").find("#product_images_container ul.product_images"),i=n.closest(".dokan-product-gallery").find("#product_image_gallery");t||(t=wp.media({title:dokan.i18n_choose_gallery,library:{type:"image"},button:{text:dokan.i18n_choose_gallery_btn_text},multiple:!0})).on("select",(function(){t.state().get("selection").map((function(t){t=t.toJSON(),attachment_ids=[],t.id&&"image"===t.type&&(e('
  • ×
  • ').insertBefore(o.find("li.add-image")),e("#product_images_container ul li.image").css("cursor","default").each((function(){var e=jQuery(this).attr("data-attachment_id");attachment_ids.push(e)})),i.val(attachment_ids.join(",")))}))})),t.open()},deleteImage:function(t){t.preventDefault();var a=e(this),n=(a.closest(".dokan-product-gallery").find("#product_images_container ul.product_images"),a.closest(".dokan-product-gallery").find("#product_image_gallery"));a.closest("li.image").remove();var o=[];return e("#product_images_container ul li.image").css("cursor","default").each((function(){var t=e(this).attr("data-attachment_id");o.push(t)})),n.val(o.join(",")),!1},sortable:function(){e("body").find("#product_images_container ul.product_images").sortable({items:"li.image",cursor:"move",scrollSensitivity:40,forcePlaceholderSize:!0,forceHelperSize:!1,helper:"clone",opacity:.65,placeholder:"dokan-sortable-placeholder",start:function(e,t){t.item.css("background-color","#f6f6f6")},stop:function(e,t){t.item.removeAttr("style")},update:function(t,a){var n=[];e("body").find("#product_images_container ul li.image").css("cursor","default").each((function(){var e=jQuery(this).attr("data-attachment_id");n.push(e)})),e("body").find("#product_image_gallery").val(n.join(","))}})}},featuredImage:{addImage:function(t){t.preventDefault();var n=e(this);a||(a=wp.media({title:dokan.i18n_choose_featured_img,library:{type:"image"},button:{text:dokan.i18n_choose_featured_img_btn_text}})).on("select",(function(){a.state().get("selection").map((function(e){if("image"===(e=e.toJSON()).type){n.siblings("input.dokan-feat-image-id").val(e.id);var t=n.closest(".instruction-inside"),a=t.siblings(".image-wrap");a.find("img").attr("src",e.url),a.find("img").removeAttr("srcset"),t.addClass("dokan-hide"),a.removeClass("dokan-hide")}}))})),a.open()},removeImage:function(t){t.preventDefault();var a=e(this).closest(".image-wrap"),n=a.siblings(".instruction-inside");n.find("input.dokan-feat-image-id").val("0"),a.addClass("dokan-hide"),n.removeClass("dokan-hide")}},fileDownloadable:function(t){t.preventDefault();var a,n=e(this);a||((a=wp.media({title:dokan.i18n_choose_file,button:{text:dokan.i18n_choose_file_btn_text},multiple:!0})).on("select",(function(){a.state().get("selection").map((function(e){e=e.toJSON(),n.closest("tr").find("input.wc_file_url, input.wc_variation_file_url").val(e.url)}))})),a.on("ready",(function(){a.uploader.options.uploader.params={type:"downloadable_product"}}))),a.open()},dokan_show_earning_suggestion:function(t){e("span.vendor-earning").attr("data-commission");let a=e("span.vendor-earning").attr("data-product-id"),n=e("input.dokan-product-regular-price").val(),o=e("input.dokan-product-sales-price").val(),i=e(".simple-product span.vendor-price"),r=e('input[name="chosen_product_cat[]"]').map((function(){return e(this).val()})).get();jQuery.ajax({url:window.dokan.rest.root+"dokan/v1/commission",beforeSend:function(e){e.setRequestHeader("X-WP-Nonce",window.dokan.rest.nonce)},type:"GET",data:{product_id:a,amount:o||n,category_ids:r,context:"seller"}}).done((e=>{isNaN(e)||i.html(e),"function"==typeof t&&t()}))},earning_suggestion_callbak:function(){"simple"!=e("#product_type").val()&&""!=e("#product_type").text()||(Number(e(".simple-product span.vendor-price").text())<0?(e(e(".dokan-product-less-price-alert").removeClass("dokan-hide")),e("input[type=submit]").attr("disabled","disabled"),e("button[type=submit]").attr("disabled","disabled")):(e(e(".dokan-product-less-price-alert").addClass("dokan-hide")),e("input[type=submit]").removeAttr("disabled"),e("button[type=submit]").removeAttr("disabled")))}};e((function(){function t(){var t=e("#product_type").val(),a=e("input#_virtual:checked").length,n=e("input#_downloadable:checked").length;let o=e(".dokan-product-shipping-tax");var i=".hide_if_downloadable, .hide_if_virtual",r=".show_if_downloadable, .show_if_virtual";e.each(Object.keys(dokan.product_types),(function(e,t){i=i+", .hide_if_"+t,r=r+", .show_if_"+t})),e(i).show(),e(r).hide(),n&&e(".show_if_downloadable").show(),a&&e(".show_if_virtual").show(),e(".show_if_"+t).show(),n&&e(".hide_if_downloadable").hide(),a?(e(".hide_if_virtual").hide(),1===e(".dokan-product-shipping-tax .dokan-section-content").first().children().length?o.hide():(o.hasClass("hide_if_virtual")&&o.removeClass("hide_if_virtual"),o.show())):o.show(),e(".hide_if_"+t).hide(),e("input#_manage_stock").trigger("change")}n.init(),e("select#product_type").on("change",(function(){var a=e(this).val();"variable"===a&&(e("input#_manage_stock").trigger("change"),e("input#_downloadable").prop("checked",!1),e("input#_virtual").removeAttr("checked")),t(),e(document.body).trigger("dokan-product-type-change",a,e(this))})).trigger("change"),e(".product-edit-container").on("change","input#_downloadable, input#_virtual",(function(){t()})).trigger("change"),e("input#_downloadable").trigger("change"),e("input#_virtual").trigger("change"),e(".sale_price_dates_fields").each((function(){var t=e(this),a=!1,n=t.closest("div, table");t.find("input").each((function(){""!==e(this).val()&&(a=!0)})),a?(n.find(".sale_schedule").hide(),n.find(".sale_price_dates_fields").show()):(n.find(".sale_schedule").show(),n.find(".sale_price_dates_fields").hide())})),e(".product-edit-container").on("click",".sale_schedule",(function(){var t=e(this).closest(".product-edit-container, div.dokan-product-variation-itmes, table");return e(this).hide(),t.find(".cancel_sale_schedule").show(),t.find(".sale_price_dates_fields").show(),!1})),e(".product-edit-container").on("click",".cancel_sale_schedule",(function(){var t=e(".product-edit-container, div.dokan-product-variation-itmes, table");return e(this).hide(),t.find(".sale_schedule").show(),t.find(".sale_price_dates_fields").hide(),t.find(".sale_price_dates_fields").find("input").val(""),!1})),e("#dokan-product-title-area").on("click",".edit-slug",(function(){!function(){var t,a,n,o,i=0,r=e("#post_name"),d=r.val(),s=e("#sample-permalink"),l=s.html(),c=e("#sample-permalink a").html(),u=e("#edit-slug-buttons"),p=u.html(),m=e("#editable-post-name-full");for(m.find("img").replaceWith((function(){return this.alt})),m=m.html(),s.html(c),n=e("#editable-post-name"),o=n.html(),u.html(' "),u.children(".save").on("click",(function(){var t=n.children("input").val();t!=e("#editable-post-name-full").text()?e.post(ajaxurl,{action:"sample-permalink",post_id:e("#dokan-edit-product-id").val(),new_slug:t,new_title:e("#post_title").val(),samplepermalinknonce:e("#samplepermalinknonce").val()},(function(a){var n=e("#edit-slug-box");n.html(a),n.hasClass("hidden")&&n.fadeIn("fast",(function(){n.removeClass("hidden")})),u.html(p),s.html(l),r.val(t),e(".edit-slug").focus(),e("#editable-post-name-full-dokan").val(e("#editable-post-name-full").html())})):u.children(".cancel").trigger("click")})),u.children(".cancel").on("click",(function(){e("#view-post-btn").show(),n.html(o),u.html(p),s.html(l),r.val(d),e(".edit-slug").focus()})),t=0;tm.length/4?"":m,n.html('').children("input").on("keydown",(function(e){var t=e.which;13===t&&(e.preventDefault(),u.children(".save").trigger("click")),27===t&&u.children(".cancel").trigger("click")})).on("keyup",(function(){r.val(this.value)})).focus()}()})),e("#dokan-edit-product-id").val()&&e("#post_title").val()&&e("#samplepermalinknonce").val()&&e.post(ajaxurl,{action:"sample-permalink",post_id:e("#dokan-edit-product-id").val(),new_slug:e("#edited-post-name-dokan").val(),new_title:e("#post_title").val(),samplepermalinknonce:e("#samplepermalinknonce").val()},(function(t){e("#edit-slug-box").html(t)})),e(window).on("load",(function(){e("input#_virtual:checked").length&&t()}))}))}(jQuery),jQuery((function(e){function t(e,t,a){jQuery('
    '+a+"
    ").css({top:t-16,left:e+20}).appendTo("body").fadeIn(200)}wp.customize,e(".datepicker").datepicker({dateFormat:"yy-mm-dd"}),e(".dokan-table tbody").on("click",".toggle-row",(function(){e(this).closest("tr").toggleClass("is-expanded")})),e(".dokan-start-date").datepicker({defaultDate:"",dateFormat:"yy-mm-dd",numberOfMonths:1,onSelect:function(t){let a=new Date(t);a.setDate(a.getDate()+1),e(".dokan-end-date").datepicker("option",{minDate:a})}}),e(".dokan-end-date").datepicker({defaultDate:"",dateFormat:"yy-mm-dd",numberOfMonths:1,onSelect:function(t){let a=new Date(t);a.setDate(a.getDate()-1),e("dokan-start-date").datepicker("option",{maxDate:a})}}),e(".tips").tooltip();var a=null,n=null;jQuery(".chart-placeholder").on("plothover",(function(e,o,i){if(i){if((a!=i.dataIndex||n!=i.seriesIndex)&&(a=i.dataIndex,n=i.seriesIndex,jQuery(".chart-tooltip").remove(),i.series.points.show||i.series.enable_tooltip)){var r=i.series.data[i.dataIndex][1];tooltip_content="",i.series.prepend_label&&(tooltip_content=tooltip_content+i.series.label+": "),i.series.prepend_tooltip&&(tooltip_content+=i.series.prepend_tooltip),tooltip_content+=r,i.series.append_tooltip&&(tooltip_content+=i.series.append_tooltip),i.series.pie.show?t(o.pageX,o.pageY,tooltip_content):t(i.pageX,i.pageY,tooltip_content)}}else jQuery(".chart-tooltip").remove(),a=null}))})),function(e){e.validator.setDefaults({ignore:":hidden"});var t=function(t,a){e(a).closest(".dokan-form-group").addClass("has-error").append(t)},a=function(t,a){e(a).closest(".dokan-form-group").removeClass("has-error"),e(t).remove()},n=wp.customize,o='input[name="settings[bank][disconnect]"], input[name="settings[paypal][disconnect]"], input[name="settings[skrill][disconnect]"], input[name="settings[dokan_custom][disconnect]"]',i={init:function(){return e("a.dokan-banner-drag").on("click",this.imageUpload),e("a.dokan-remove-banner-image").on("click",this.removeBanner),e("a.dokan-pro-gravatar-drag").on("click",this.gragatarImageUpload),e("a.dokan-gravatar-drag").on("click",this.simpleImageUpload),e("a.dokan-remove-gravatar-image").on("click",this.removeGravatar),e(".dokan-update-setting-top-button").on("click",(function(){e("input[name='dokan_update_store_settings']").trigger("click")})),this.validateForm(this),e(".dokan_payment_disconnect_btn").on("click",(function(){var t=e(this).closest("form"),a=e("form#"+t.attr("id"));e(":input",t).not(":button, :submit, :reset, :hidden, :checkbox").val("").prop("selected",!1);var n=t.serializeArray().reduce((function(e,t){return e[t.name]=t.value,e}),{});n[e(this).attr("name")]="",n.form_id=t.attr("id"),n.action="dokan_settings",i.handleRequest(a,n,!0)})),!1},calculateImageSelectOptions:function(e,t){var a,o,i,r,d,s,l=parseInt(dokan.store_banner_dimension.width,10),c=parseInt(dokan.store_banner_dimension.height,10),u=!!parseInt(dokan.store_banner_dimension["flex-width"],10),p=!!parseInt(dokan.store_banner_dimension["flex-height"],10);return d=e.get("width"),r=e.get("height"),this.headerImage=new n.HeaderTool.ImageModel,this.headerImage.set({themeWidth:l,themeHeight:c,themeFlexWidth:u,themeFlexHeight:p,imageWidth:d,imageHeight:r}),t.set("canSkipCrop",!this.headerImage.shouldBeCropped()),(o=d)/(i=r)>(a=l/c)?l=(c=i)*a:c=(l=o)/a,s={handles:!0,keys:!0,instance:!0,persistent:!0,imageWidth:d,imageHeight:r,x1:0,y1:0,x2:l,y2:c},!1===p&&!1===u&&(s.aspectRatio=l+":"+c),!1===p&&(s.maxHeight=c),!1===u&&(s.maxWidth=l),s},onSelect:function(){this.frame.setState("cropper")},onCropped:function(e){var t=e.url,a=e.attachment_id,n=e.width,o=e.height;this.setImageFromURL(t,a,n,o)},onSkippedCrop:function(e){var t=e.get("url"),a=e.get("width"),n=e.get("height");this.setImageFromURL(t,e.id,a,n)},setImageFromURL:function(t,a,n,o){var i=!1;if(e(this.uploadBtn).hasClass("dokan-banner-drag"))(r=e(this.uploadBtn).closest(".dokan-banner")).find("input.dokan-file-field").val(a),r.find("img.dokan-banner-img").attr("src",t),e(this.uploadBtn).parent().siblings(".image-wrap",r).removeClass("dokan-hide"),e(this.uploadBtn).parent(".button-area").addClass("dokan-hide"),i=!0;else if(e(this.uploadBtn).hasClass("dokan-pro-gravatar-drag")){var r;(r=e(this.uploadBtn).closest(".dokan-gravatar")).find("input.dokan-file-field").val(a),r.find("img.dokan-gravatar-img").attr("src",t),i=!0,e(this.uploadBtn).parent().siblings(".gravatar-wrap",r).removeClass("dokan-hide"),e(this.uploadBtn).parent(".gravatar-button-area").addClass("dokan-hide")}!0===i&&(e(window).on("beforeunload",(function(){return dokan.dokan_banner_added_alert_msg})),e(document).ready((function(){e("#store-form").on("submit",(function(t){return e(window).off("beforeunload"),!0}))})))},removeImage:function(){n.HeaderTool.currentHeader.trigger("hide"),n.HeaderTool.CombinedList.trigger("control:removeImage")},imageUpload:function(e){e.preventDefault();var t=i;t.uploadBtn=this,t.frame=wp.media({multiple:!1,button:{text:dokan.selectAndCrop,close:!1},states:[new wp.media.controller.Library({title:dokan.chooseImage,library:wp.media.query({type:"image"}),multiple:!1,date:!1,priority:20,suggestedWidth:dokan.store_banner_dimension.width,suggestedHeight:dokan.store_banner_dimension.height}),new wp.media.controller.Cropper({suggestedWidth:5e3,imgSelectOptions:t.calculateImageSelectOptions})]}),t.frame.on("select",t.onSelect,t),t.frame.on("cropped",t.onCropped,t),t.frame.on("skippedcrop",t.onSkippedCrop,t),t.frame.open()},calculateImageSelectOptionsProfile:function(e,t){var a,o,i,r,d,s,l=150,c=150,u=!!parseInt(dokan.store_banner_dimension["flex-width"],10),p=!!parseInt(dokan.store_banner_dimension["flex-height"],10);return d=e.get("width"),r=e.get("height"),this.headerImage=new n.HeaderTool.ImageModel,this.headerImage.set({themeWidth:l,themeHeight:c,themeFlexWidth:u,themeFlexHeight:p,imageWidth:d,imageHeight:r}),t.set("canSkipCrop",!this.headerImage.shouldBeCropped()),(o=d)/(i=r)>(a=l/c)?l=(c=i)*a:c=(l=o)/a,s={handles:!0,keys:!0,instance:!0,persistent:!0,imageWidth:d,imageHeight:r,x1:0,y1:0,x2:l,y2:c},!1===p&&!1===u&&(s.aspectRatio=l+":"+c),!1===p&&(s.maxHeight=c),!1===u&&(s.maxWidth=l),s},simpleImageUpload:function(t){t.preventDefault();var a,n=e(this);a||(a=wp.media.frames.file_frame=wp.media({title:jQuery(this).data("uploader_title"),button:{text:jQuery(this).data("uploader_button_text")},multiple:!1})).on("select",(function(){var e=a.state().get("selection").first().toJSON(),t=n.closest(".dokan-gravatar");t.find("input.dokan-file-field").val(e.id),t.find("img.dokan-gravatar-img").attr("src",e.url),n.parent().siblings(".gravatar-wrap",t).removeClass("dokan-hide"),n.parent(".gravatar-button-area").addClass("dokan-hide")})),a.open()},gragatarImageUpload:function(e){e.preventDefault();var t=i;t.uploadBtn=this,t.frame=wp.media({multiple:!1,button:{text:dokan.selectAndCrop,close:!1},states:[new wp.media.controller.Library({title:dokan.chooseImage,library:wp.media.query({type:"image"}),multiple:!1,date:!1,priority:20,suggestedWidth:150,suggestedHeight:150}),new wp.media.controller.Cropper({imgSelectOptions:t.calculateImageSelectOptionsProfile})]}),t.frame.on("select",t.onSelect,t),t.frame.on("cropped",t.onCropped,t),t.frame.on("skippedcrop",t.onSkippedCrop,t),t.frame.open()},submitSettings:function(t){"undefined"!=typeof tinyMCE&&tinyMCE.triggerSave();var a=e("form#"+t),n=a.serialize()+"&action=dokan_settings&form_id="+t;i.handleRequest(a,n,!1)},handleRequest:function(t,a,n){n?t.find(".ajax_prev.disconnect").append(' '):t.find(".ajax_prev.save").append(' '),e(".dokan-update-setting-top-button span.dokan-loading").remove(),e(".dokan-update-setting-top-button").append(' '),e.post(dokan.ajaxurl,a,(function(a){t.find("span.dokan-loading").remove(),e(".dokan-update-setting-top-button span.dokan-loading").remove(),e("html,body").animate({scrollTop:e(".dokan-dashboard-header").offset().top}),a.success?(e(".dokan-ajax-response").html(e("
    ",{class:"dokan-alert dokan-alert-success",html:"

    "+a.data.msg+"

    "})),e(".dokan-ajax-response").append(a.data.progress),dokan&&dokan.storeProgressBar&&dokan.storeProgressBar.init(),o=o.replaceAll("input","button"),n?t.find(o).addClass("dokan-hide"):t.find(o).removeClass("dokan-hide")):e(".dokan-ajax-response").html(e("
    ",{class:"dokan-alert dokan-alert-danger",html:"

    "+a.data+"

    "}))}))},validateForm:function(n){e("form#settings-form, form#profile-form, form#store-form, form#payment-form").validate({submitHandler:function(e){n.submitSettings(e.getAttribute("id"))},errorElement:"span",errorClass:"error",errorPlacement:t,success:a,ignore:".select2-search__field, :hidden, .mapboxgl-ctrl-geocoder--input"})},removeBanner:function(t){t.preventDefault();var a=e(this).closest(".image-wrap"),n=a.siblings(".button-area");a.find("input.dokan-file-field").val("0"),a.addClass("dokan-hide"),n.removeClass("dokan-hide")},removeGravatar:function(t){t.preventDefault();var a=e(this).closest(".gravatar-wrap"),n=a.siblings(".gravatar-button-area");a.find("input.dokan-file-field").val("0"),a.addClass("dokan-hide"),n.removeClass("dokan-hide")}},r={init:function(){this.withdrawValidate(this)},withdrawValidate:function(n){e("form.withdraw").validate({errorElement:"span",errorClass:"error",errorPlacement:t,success:a})}},d={init:function(){this.validate(this)},validate:function(a){e("form#dokan-form-contact-seller").validate({errorPlacement:t,errorElement:"span",success:function(e,t){e.removeClass("error"),e.remove()},submitHandler:async function(t,a){a.preventDefault(),e(t).block({message:null,overlayCSS:{background:"#fff url("+dokan.ajax_loader+") no-repeat center",opacity:.6}}),await dokan_execute_recaptcha("form#dokan-form-contact-seller .dokan_recaptcha_token","dokan_contact_seller_recaptcha");var n=e(t).serialize();e.post(dokan.ajaxurl,n,(function(a){e(t).unblock(),void 0!==a.data&&e(t).find(".ajax-response").html(a.data),e(t).find("input[type=text], input[type=email], textarea, input[name=dokan_recaptcha_token]").val("").removeClass("valid")}))}})}};e((function(){i.init(),r.init(),d.init(),e(".dokan-form-horizontal").on("change","input[type=checkbox]#lbl_setting_minimum_quantity",(function(){var t=e(".show_if_needs_sw_discount");e(this).is(":checked")?(t.find('input[type="number"]').val(""),t.slideDown("slow")):t.slideUp("slow")}))}))}(jQuery),function(e){var t=DokanValidateMsg;t.maxlength=e.validator.format(t.maxlength_msg),t.minlength=e.validator.format(t.minlength_msg),t.rangelength=e.validator.format(t.rangelength_msg),t.range=e.validator.format(t.range_msg),t.max=e.validator.format(t.max_msg),t.min=e.validator.format(t.min_msg),e.validator.messages=t,e(document).on("click","#dokan_store_tnc_enable",(function(t){e(this).is(":checked")?e("#dokan_tnc_text").show():e("#dokan_tnc_text").hide()})).ready((function(t){e("#dokan_store_tnc_enable").is(":checked")?e("#dokan_tnc_text").show():e("#dokan_tnc_text").hide()}))}(jQuery),function(e){var t="undefined"!=typeof wp&&wp.customize&&wp.customize.selectiveRefresh;function a(){dokan.store_banner_dimension.width;var t=dokan.store_banner_dimension.height/dokan.store_banner_dimension.width*e("#dokan-content").width();e(".dokan-profile-frame-wrapper .profile-info-img.dummy-image").css({height:t})}a(),e(window).on("resize",(function(e){a()})),t&&wp.customize.selectiveRefresh.bind("partial-content-rendered",(function(e){console.log("placement",e),"store_header_template"===e.partial.id&&a()})),e(":input.dokan-product-search").filter(":not(.enhanced)").each((function(){var t={allowClear:!!e(this).data("allow_clear"),placeholder:e(this).data("placeholder"),minimumInputLength:e(this).data("minimum_input_length")?e(this).data("minimum_input_length"):"3",escapeMarkup:function(e){return e},language:{errorLoading:function(){return dokan.i18n_searching},inputTooLong:function(e){var t=e.input.length-e.maximum;return 1===t?dokan.i18n_input_too_long_1:dokan.i18n_input_too_long_n.replace("%qty%",t)},inputTooShort:function(e){var t=e.minimum-e.input.length;return 1===t?dokan.i18n_input_too_short_1:dokan.i18n_input_too_short_n.replace("%qty%",t)},loadingMore:function(){return dokan.i18n_load_more},maximumSelected:function(e){return 1===e.maximum?dokan.i18n_selection_too_long_1:dokan.i18n_selection_too_long_n.replace("%qty%",e.maximum)},noResults:function(){return dokan.i18n_no_matches},searching:function(){return dokan.i18n_searching}},ajax:{url:dokan.ajaxurl,dataType:"json",delay:250,data:function(t){return{term:t.term,action:e(this).data("action")||"dokan_json_search_products_and_variations",security:dokan.search_products_nonce,exclude:e(this).data("exclude"),user_ids:e(this).data("user_ids"),include:e(this).data("include"),limit:e(this).data("limit")}},processResults:function(t){var a=[];return t&&e.each(t,(function(e,t){a.push({id:e,text:t})})),{results:a}},cache:!0}};if(e(this).select2(t).addClass("enhanced"),e(this).data("sortable")){var a=e(this),n=e(this).next(".select2-container").find("ul.select2-selection__rendered");n.sortable({placeholder:"ui-state-highlight select2-selection__choice",forcePlaceholderSize:!0,items:"li:not(.select2-search__field)",tolerance:"pointer",stop:function(){e(n.find(".select2-selection__choice").get().reverse()).each((function(){var t=e(this).data("data").id,n=a.find('option[value="'+t+'"]')[0];a.prepend(n)}))}})}})),selected_items=[],e("#cb-select-all").on("change",(function(t){var a=e(this),n=e(".cb-select-items");a.is(":checked")?n.each((function(t,a){e(a).prop("checked","checked")})):n.each((function(t,a){e(a).prop("checked",""),selected_items.pop()}))}))}(jQuery),function(e){function t(t,a){const n=e(t.target).closest("li.has-submenu");n.find(".navigation-submenu").each(((t,o)=>{if(a)n.removeClass("submenu-hovered"),e(".dokan-dashboard-wrap").css("height",""),e(o).css("bottom",0),e(o).removeAttr("style");else{n.addClass("submenu-hovered");let t=n[0].getBoundingClientRect(),a=o.getBoundingClientRect(),i=e(".dokan-dashboard-wrap"),r=i[0].getBoundingClientRect(),d=Math.min(r.bottom,r.height);if(d0)e(o).css("bottom",0),a=o.getBoundingClientRect(),a.top<0&&(e(o).css("bottom","unset"),e(o).css("top",0));else{e(o).css("bottom",n);let t=e(".dokan-dash-sidebar")[0].getBoundingClientRect(),i=e(".entry-header")[0].getBoundingClientRect();a=o.getBoundingClientRect(),a.bottom>t.bottom?n+=a.bottom-t.bottom:a.bottom-i.bottom'+dokan[n]+"
    "),a.parent().find(".wc_error_tip").css("left",o.left+a.width()-a.width()/2-e(".wc_error_tip").width()/2).css("top",o.top+a.height()).fadeIn("100"))})).on("wc_remove_error_tip",(function(t,a,n){a.parent().find(".wc_error_tip."+n).fadeOut("100",(function(){e(this).remove()}))})).on("click",(function(){e(".wc_error_tip").fadeOut("100",(function(){e(this).remove()}))})).on("blur",".wc_input_decimal[type=text], .wc_input_price[type=text], .wc_input_country_iso[type=text]",(function(){e(".wc_error_tip").fadeOut("100",(function(){e(this).remove()}))})).on("change",".wc_input_price[type=text], .wc_input_decimal[type=text], .wc-order-totals #refund_amount[type=text]",(function(){var t,a,n=dokan.decimal_point;(e(this).is(".wc_input_price")||e(this).is("#refund_amount"))&&(n=dokan.mon_decimal_point),t=new RegExp("[^-0-9%\\"+n+"]+","gi"),a=new RegExp("\\"+n+"+","gi");var o=e(this).val(),i=o.replace(t,"").replace(a,n);o!==i&&e(this).val(i)})).on("keyup",".wc_input_price[type=text], .wc_input_decimal[type=text], .wc_input_country_iso[type=text], .wc-order-totals #refund_amount[type=text]",(function(){var t,a,n,o=!1;e(this).is(".wc_input_price")||e(this).is("#refund_amount")?(o=!0,t=new RegExp("[^-0-9%\\"+dokan.mon_decimal_point+"]+","gi"),n=new RegExp("[^\\"+dokan.mon_decimal_point+"]","gi"),a="i18n_mon_decimal_error"):e(this).is(".wc_input_country_iso")?(t=new RegExp("([^A-Z])+|(.){3,}","im"),a="i18n_country_iso_error"):(o=!0,t=new RegExp("[^-0-9%\\"+dokan.decimal_point+"]+","gi"),n=new RegExp("[^\\"+dokan.decimal_point+"]","gi"),a="i18n_decimal_error");var i=e(this).val(),r=i.replace(t,"");o&&1=parseFloat(window.accounting.unformat(t.val(),dokan.mon_decimal_point))&&e(this).val("")})).on("keyup","#_sale_price.wc_input_price[type=text], .wc_input_price[name^=variable_sale_price], #_subscription_sale_price.wc_input_price[type=text]",(function(){var t,a=e(this),n=e("#product_type");t=-1!==a.attr("name").indexOf("variable")?a.parents(".variable_pricing").find(".wc_input_price[name^=variable_regular_price]"):n.length&&"subscription"===n.find(":selected").val()?e("#_subscription_price"):e("#_regular_price"),parseFloat(window.accounting.unformat(a.val(),dokan.mon_decimal_point))>=parseFloat(window.accounting.unformat(t.val(),dokan.mon_decimal_point))?e(document.body).triggerHandler("wc_add_error_tip",[e(this),"i18n_sale_less_than_regular_error"]):e(document.body).triggerHandler("wc_remove_error_tip",[e(this),"i18n_sale_less_than_regular_error"])})).on("init_tooltips",(function(){e(".tips, .help_tip, .woocommerce-help-tip").tipTip({attribute:"data-tip",fadeIn:50,fadeOut:50,delay:200}),e(".column-wc_actions .wc-action-button").tipTip({fadeIn:50,fadeOut:50,delay:200}),e(".parent-tips").each((function(){e(this).closest("a, th").attr("data-tip",e(this).data("tip")).tipTip({attribute:"data-tip",fadeIn:50,fadeOut:50,delay:200}).css("cursor","help")}))})),e("#dokan-navigation .dokan-dashboard-menu li.has-submenu:not(.active)").on("mouseover",(e=>{t(e)})).on("mouseout",(e=>{t(e,!0)}))}(jQuery),window.dokan_show_delete_prompt=async function(e,t){e.preventDefault();let a=await dokan_sweetalert(t,{action:"confirm",icon:"warning"});if(a.isConfirmed&&void 0!==e.target.href)window.location.href=e.target.href;else{if(!a.isConfirmed||void 0===e.target.dataset.url)return!1;window.location.href=e.target.dataset.url}},window.dokan_bulk_delete_prompt=async function(e,t,a,n){"delete"===jQuery(a).val()&&(e.preventDefault(),(await dokan_sweetalert(t,{action:"confirm",icon:"warning"})).isConfirmed&&jQuery(n).submit())},function(e){var t={query:{},form:null,cateItemStringArray:[],init:function(){e("#dokan-store-listing-filter-wrap .sort-by #stores_orderby").on("change",this.buildSortByQuery),e("#dokan-store-listing-filter-wrap .toggle-view span").on("click",this.toggleView),e("#dokan-store-listing-filter-wrap .dokan-store-list-filter-button, #dokan-store-listing-filter-wrap .dokan-icons, #dokan-store-listing-filter-form-wrap .apply-filter #cancel-filter-btn ").on("click",this.toggleForm),e("#dokan-store-listing-filter-form-wrap .store-search-input").on("change",this.buildSearchQuery),e("#dokan-store-listing-filter-form-wrap .apply-filter #apply-filter-btn").on("click",this.submitForm),this.maybeHideListView();const a=t;a.form=document.forms.dokan_store_lists_filter_form;const n=a.getLocal("dokan-layout");if(n){const t=e(".toggle-view span");a.setView(n,t)}const o=a.getParams();if(o.length){let t=!1;o.forEach((function(e){const n=Object.keys(e),i=Object.values(e);(!n.includes("stores_orderby")||o.length>1)&&(t=!0),a.setParams(n,i)})),t&&e("#dokan-store-listing-filter-form-wrap").slideToggle()}var i,r;e("#dokan-store-listing-filter-form-wrap").length&&e(".store-search-input").on("keypress",(function(t){if(13==t.which)return e("#dokan-store-listing-filter-form-wrap").submit(),!1})),e("body").on("click",(function(t){e(t.target).is("div#dokan-store-products-search-result li")||(e("#dokan-store-products-search-result").html(""),e("#dokan-store-products-search-result").removeClass("dokan-store-products-search-has-results"))})),e("body").on("keyup",".dokan-store-products-filter-search",(i=function(t){t.preventDefault();var a=e(this),n=a.val(),o=a.data("store_id");n&&(e(".dokan-store-products-filter-search").addClass("dokan-ajax-search-loader"),e("#dokan-store-products-search-result").removeClass("dokan-store-products-search-has-results"),e("#dokan-store-products-search-result").hide(),e("#dokan-store-products-search-result").html(""),jQuery.ajax({type:"post",dataType:"json",url:dokan.ajaxurl,data:{search_term:n,store_id:o,_wpnonce:dokan.store_product_search_nonce,action:"dokan_store_product_search_action"},success:function(t){e(".dokan-store-products-filter-search").removeClass("dokan-ajax-search-loader"),e("#dokan-store-products-search-result").show(),e("#dokan-store-products-search-result").addClass("dokan-store-products-search-has-results"),"success"==t.type?e("#dokan-store-products-search-result").html("
      "+t.data_list+"
    "):e("#dokan-store-products-search-result").html('
      '+t.data_list+"
    ")}}))},r=0,function(){var e=this,t=arguments;clearTimeout(r),r=setTimeout((function(){i.apply(e,t)}),500)}))},buildSortByQuery:function(e){const a=t;a.query.stores_orderby=e.target.value,a.submitForm(e)},toggleView:function(a){const n=t,o=e(a.target),i=o.parent().find("span"),r=o.data("view");n.setView(r,i),n.setLocal("dokan-layout",r)},setView:function(t,a){if(void 0===t||t.length<1||void 0===a||a.length<1)return;const n=e("#dokan-seller-listing-wrap");[...a].forEach((function(a){const o=e(a);t===o.data("view")?(o.addClass("active"),n.addClass(t)):(o.removeClass("active"),n.removeClass(o.data("view")))}))},toggleForm:function(t){t.preventDefault(),e("#dokan-store-listing-filter-form-wrap").slideToggle()},buildSearchQuery:function(e){e.target.value?t.query.dokan_seller_search=e.target.value:delete t.query.dokan_seller_search},submitForm:function(a){a.preventDefault(),t.query._store_filter_nonce&&delete t.query._store_filter_nonce,t.query._store_filter_nonce=e('input[name="_store_filter_nonce"]').first().val();const n=decodeURIComponent(e.param(t.query)),o="/page",i=window.location.pathname,r=i.includes(o)?i.substr(0,i.indexOf(o)):"";window.history.pushState(null,null,`${r}?${n}`),window.location.reload()},setLocal:function(e,t){window.localStorage.setItem(e,t)},getLocal:function(e){return window.localStorage.getItem(e)},setParams:function(a,n){const o=t,i=o.form?o.form.elements:"",r=document.forms.stores_sorting,d=r?r.elements:"";Object.values(d).forEach((function(t){t.name===a[0]&&e(t).val(n[0])})),Object.values(i).forEach((function(t){if(a.includes(t.name)&&("checkbox"===t.type?t.checked=!!["yes","true","1"].includes(n[0]):["text","search"].includes(t.type)&&(t.value=n[0])),a[0].includes("store_categories[")||a[0].includes("store_category[")){const t=n[0].split(" ").join("-"),a=e(`[data-slug=${t}]`);o.cateItemStringArray.includes(a.text().trim())||o.cateItemStringArray.push(a.text().trim()),a.addClass("dokan-btn-theme")}else if("rating"===a[0]){const t=n[0].split(" ").join("-");e(`[data-${a[0]}=${t}]`).addClass("active"),e(`[data-rating=${t}]`).parent().addClass("selected")}})),a.forEach((function(e,t){e.includes("[")||(o.query[e]=n[t])}))},getParams:function(){const e=new URLSearchParams(location.search),t=[];return e.forEach((function(e,a){t.push({[a]:e})})),t},maybeHideListView:function(){const a=t;window.matchMedia("(max-width: 767px)").matches&&"list-view"===a.getLocal("dokan-layout")&&a.setLocal("dokan-layout","grid-view"),e(window).on("resize",(function(){e(this).width()<767?(e("#dokan-seller-listing-wrap").removeClass("list-view"),e("#dokan-seller-listing-wrap").addClass("grid-view")):(e(".toggle-view.item span").last().removeClass("active"),e(".toggle-view.item span").first().addClass("active"))}))}};window.dokan&&(window.dokan.storeLists=t,window.dokan.storeLists.init())}(jQuery),(e=>{const t={init:()=>{e("#dokan-request-withdraw-button").on("click",(e=>{e.preventDefault(),t.openRequestWithdrawWindow()})),e(".dokan-withdraw-make-default-button").on("click",(e=>{e.preventDefault(),t.makeDefault(e)})),e("#dokan-withdraw-display-schedule-popup").on("click",(e=>{t.opensScheduleWindow(e)})),e("#dokan-withdraw-schedule-request-submit").on("click",(e=>{t.handleScheduleChangeRequest(e)})),e("input[name='withdraw-schedule']").on("change",(e=>{t.handleScheduleChange(e)})),t.initModal()},withdrawTemplate:"",withdrawModal:"",loadModalTemplate:function(){if(!t.withdrawTemplate&&e("#tmpl-withdraw-request-popup").length){const e=window.wp.template("withdraw-request-popup");t.withdrawTemplate=e()}},initModal:function(){t.loadModalTemplate();const a=e("#dokan-withdraw-request-popup").iziModal({width:690,overlayColor:"rgba(0, 0, 0, 0.8)",headerColor:dokan.modal_header_color,onOpening:function(e){t.calculateWithdrawCharges()}});a.iziModal("setContent",t.withdrawTemplate),e("[name='withdraw_method'][id='withdraw-method']").on("change",(e=>{t.calculateWithdrawCharges()})),e("input#withdraw-amount").on("keyup",t.debounce(t.calculateWithdrawCharges,500)),e("#dokan-withdraw-request-submit").on("click",(e=>{t.handleWithdrawRequest(e)})),t.withdrawModal=a},debounce(e,t,a){var n;return function(){var o=this,i=arguments,r=a&&!n;clearTimeout(n),n=setTimeout((function(){n=null,a||e.apply(o,i)}),t),r&&e.apply(o,i)}},openRequestWithdrawWindow:()=>{t.withdrawModal.iziModal("open")},opensScheduleWindow:()=>{const a=wp.template("withdraw-schedule-popup"),n=e("#dokan-withdraw-schedule-popup").iziModal({width:690,overlayColor:"rgba(0, 0, 0, 0.8)",headerColor:dokan.modal_header_color});n.iziModal("setContent",a().trim()),n.iziModal("open"),t.init()},makeDefault:t=>{const a=e(t.target),n=e("#dokan-withdraw-payment-method-list");n.block({message:null,overlayCSS:{background:"#fff",opacity:.6}}),e.post(dokan.ajaxurl,{action:"dokan_withdraw_handle_make_default_method",nonce:n.data("security"),method:a.data("method")},(e=>{e.success?(dokan_sweetalert(e.data,{position:"bottom-end",toast:!0,icon:"success",showConfirmButton:!1,timer:2e3,timerProgressBar:!0}),n.unblock(),window.location.reload()):(dokan_sweetalert(e.data,{position:"bottom-end",toast:!0,icon:"error",showConfirmButton:!1,timer:2e3,timerProgressBar:!0}),n.unblock())}))},handleWithdrawRequest:t=>{t.preventDefault();const a=e("input#withdraw-amount").val(),n=e("input#dokan_withdraw_nonce").val(),o=e("#withdraw-request-popup"),i=e("#withdraw-method").val();o.block({message:null,overlayCSS:{background:"#fff",opacity:.6}}),e.post(dokan.ajaxurl,{action:"dokan_handle_withdraw_request",_handle_withdraw_request:n,amount:a,method:i},(async e=>{e.success?await dokan_sweetalert(e.data,{position:"bottom-end",toast:!0,icon:"success",showConfirmButton:!1,timer:2e3,timerProgressBar:!0,didOpen:e=>{setTimeout((function(){o.unblock(),window.location.reload()}),2e3)}}):(dokan_sweetalert("",{icon:"error",html:e.data}),o.unblock())}))},handleScheduleChangeRequest:t=>{t.preventDefault();const a=e("input[name='withdraw-schedule']:checked").val(),n=e("#dokan-withdraw-schedule-request-submit").data("security"),o=e("#withdraw-schedule-popup"),i=e("#withdraw-remaining-amount").val(),r=e("#minimum-withdraw-amount").val(),d=e("#preferred-payment-method").val();o.block({message:null,overlayCSS:{background:"#fff",opacity:.6}}),e.post(dokan.ajaxurl,{action:"dokan_handle_withdraw_schedule_change_request",nonce:n,schedule:a,reserve:i,minimum:r,method:d},(e=>{e.success?(dokan_sweetalert(e.data,{position:"bottom-end",toast:!0,icon:"success",showConfirmButton:!1,timer:2e3,timerProgressBar:!0}),o.unblock(),window.location.reload()):(dokan_sweetalert("",{icon:"error",html:e.data}),o.unblock())}))},handleScheduleChange:t=>{const a=e(t.target).data("next-schedule");e("#dokan-withdraw-next-scheduled-date").html(a)},calculateWithdrawCharges:()=>{let a=e("select[name='withdraw_method'][id='withdraw-method'] option:selected").data();if(e("#dokan-send-withdraw-request-popup-form > .dokan-alert-danger").length||!a)return;e("[name='withdraw_method'][id='withdraw-method']").val();let n=e("[name='withdraw_amount'][id='withdraw-amount']").val(),{chargePercentage:o,chargeFixed:i}=e("select[name='withdraw_method'][id='withdraw-method'] option:selected").data();n=accounting.unformat(n,dokan.mon_decimal_point);let r=0,d="";i&&(d+=t.formatMoney(i),r+=i),o&&(r+=o/100*n,d+=d?" + ":"",d+=parseFloat(accounting.formatNumber(o,dokan.rounding_precision,"")).toString().replace(".",dokan.mon_decimal_point)+"%",d+=` = ${t.formatMoney(r)}`),d||(d=t.formatMoney(r,dokan.currency)),t.showWithdrawChargeHtml(d,r,n)},formatMoney:e=>accounting.formatMoney(e,{symbol:dokan.currency_format_symbol,decimal:dokan.currency_format_decimal_sep,thousand:dokan.currency_format_thousand_sep,precision:dokan.currency_format_num_decimals,format:dokan.currency_format}),showWithdrawChargeHtml(a,n,o){let i=e("#dokan-withdraw-charge-section"),r=e("#dokan-withdraw-revivable-section");e("#dokan-withdraw-charge-section-text").html(a),e("#dokan-withdraw-revivable-section-text").html(t.formatMoney(o-n)),i.show(),r.show()}};e(document).ready((function(){t.init()}))})(jQuery),function(e){!function(){let t={format:dokan_get_daterange_picker_format(),...dokan_helper.daterange_picker_local};e(".dokan-daterangepicker").daterangepicker({autoUpdateInput:!1,showDropdowns:!0,locale:t}),e(".dokan-daterangepicker").on("apply.daterangepicker",(function(a,n){e(this).val(n.startDate.format(t.format)+" - "+n.endDate.format(t.format)),e(this).siblings("input.dokan-daterangepicker-start-date").val(n.startDate.format("YYYY-MM-DD")),e(this).siblings("input.dokan-daterangepicker-end-date").val(n.endDate.format("YYYY-MM-DD"))})),e(".dokan-daterangepicker").on("cancel.daterangepicker",(function(t,a){e(this).data("clear")&&(e(this).val(""),e(this).siblings("input.dokan-daterangepicker-start-date").val(""),e(this).siblings("input.dokan-daterangepicker-end-date").val(""))}))}()}(jQuery)})(); \ No newline at end of file diff --git a/assets/js/global-admin-rtl.css b/assets/js/global-admin-rtl.css index d42dff4105..d57489b522 100644 --- a/assets/js/global-admin-rtl.css +++ b/assets/js/global-admin-rtl.css @@ -91,8 +91,8 @@ .dokan-admin-notices-wrap .dokan-admin-notice .logo-wrap .dokan-logo { width: 60px; height: 60px; - background-image: url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27UTF-8%27%3F%3E%3Csvg viewBox=%270 0 62 62%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Crect x=%27.90723%27 y=%27.79541%27 width=%2761%27 height=%2761%27 rx=%2730.5%27 fill=%27%23F16982%27/%3E%3Cpath d=%27m19.688 25.014v-6.1614c1.4588-0.0303 7.7804 0.0301 13.407 3.6546-0.5844-0.2658-1.2264-0.4219-1.8846-0.4584-0.6581-0.0364-1.3177 0.0477-1.9361 0.2469-1.4936 0.5135-2.7441 1.8122-2.8483 3.2016-0.1737 2.3861 0 4.8627 0 7.2488v7.2186c-1.1115 0.0906-2.2577 0.1208-3.2649 0.1208-1.0768 0.0302-2.1188 0.0302-2.9524 0.1208l-0.521 0.0907v-15.283z%27 fill=%27%23fff%27/%3E%3Cpath d=%27m17.848 43.77s-0.278-2.3257 2.5007-2.6579c2.7787-0.3323 8.0583 0.302 11.532-1.6008 0 0 2.0494-0.9363 2.4662-1.3893l-0.5558 1.6309s-1.6325 4.9534-6.5994 5.5876c-4.967 0.6041-5.9048-1.7517-9.3434-1.5705z%27 fill=%27%23fff%27/%3E%3Cpath d=%27m28.546 45.824c3.9596-0.8457 8.4404-3.3828 8.4404-16.159 0-12.776-17.02-11.689-17.02-11.689 4.0639-2.084 25.008-4.6815 25.008 13.32 0 17.971-16.429 14.528-16.429 14.528z%27 fill=%27%23fff%27/%3E%3C/svg%3E"); background-repeat: no-repeat; + background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTkiIGhlaWdodD0iNTgiIHZpZXdCb3g9IjAgMCA1OSA1OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMC42MTQyNTgiIHk9IjAuMzQ1NzAzIiB3aWR0aD0iNTcuNTYzMiIgaGVpZ2h0PSI1Ny41NjMyIiByeD0iMjguNzgxNiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyXzg2MDBfNDAyOCkiLz4KPHJlY3QgeD0iMC42MTQyNTgiIHk9IjAuMzQ1NzAzIiB3aWR0aD0iNTcuNTYzMiIgaGVpZ2h0PSI1Ny41NjMyIiByeD0iMjguNzgxNiIgZmlsbD0idXJsKCNwYWludDFfbGluZWFyXzg2MDBfNDAyOCkiLz4KPHBhdGggb3BhY2l0eT0iMC41IiBkPSJNMzQuOTA3NiAyOC40MjI3QzM0Ljg4NTMgMzMuOTIxNSAzMi41MjU1IDM5LjU5ODQgMjcuNjUwMSA0Mi4xODA4QzI0LjIyMTcgNDQuMDA2MyAxNi4xMTgyIDQ1LjQwODkgMTYuMTE4MiAzOS40NjQ4QzE2LjExODIgMzkuNDY0OCAxNi4xMTgyIDE3LjM1ODMgMTYuMTE4MiAxNy4zMzZDMTYuMTE4MiAxNC4wNDEyIDE4LjkwMSAxMi45NTAzIDIxLjY4MzggMTMuMTA2MkMyNS44MjQ2IDEzLjMyODggMjkuNzg3MyAxNS4yNjU2IDMyLjE5MTYgMTguODI3NkMzMy43Mjc3IDIxLjA5ODQgMzQuNTczNyAyMy44MzY2IDM0Ljg0MDggMjYuNTk3MkMzNC44NjMxIDI3LjIyMDUgMzQuOTA3NiAyNy44MjE2IDM0LjkwNzYgMjguNDIyN1oiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik00Mi41ODgxIDI2LjQ4NTlDNDIuMTIwNiAyMS45NDQzIDM5LjMzNzggMTguMTM3NSAzNS40ODY0IDE1Ljg0NDRDMzMuNTc5MyAxNC43MDAyIDMxLjMxNCAxNC4xOTgzIDI5LjU5MjMgMTUuMjg2NUMyOC4yOTkxIDE2LjEwMzggMjcuNjc0MiAxNy43MDE3IDI2Ljk0NDIgMTkuMDQ2MUMyNC4xMTUxIDI0LjI1NjYgMTYuODM3MSAzNy42MzA4IDE2LjgwODMgMzcuNjgzN0MxNi44MDczIDM3LjY4NTcgMTYuODA3NyAzNy42ODQ5IDE2LjgwNjYgMzcuNjg2OUMxNS44MjkgMzkuNDg4OCAxNi4wNTE4IDQwLjk3OTQgMTYuOTQxOCA0Mi4yMDMxQzE4LjI3NzYgNDQuMDI4NiAyMC45MjY4IDQ0Ljg1MjMgMjMuMDg2MiA0NS4wNzQ5QzI1LjA4OTkgNDUuMjk3NiAyNy4xMTU3IDQ1LjA3NDkgMjkuMDUyNiA0NC42Mjk3QzM0LjkwNzYgNDMuMjkzOSA0MC4wOTQ3IDM5LjMwOSA0MS44NTM0IDMzLjUyMDhDNDIuNTQzNiAzMS4yNSA0Mi44MzMgMjguODY3OSA0Mi41ODgxIDI2LjQ4NTlaIiBmaWxsPSJ3aGl0ZSIvPgo8ZGVmcz4KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyXzg2MDBfNDAyOCIgeDE9IjI5LjM5NTkiIHkxPSIwLjM0NTcwMyIgeDI9IjI5LjM5NTkiIHkyPSI1Ny45MDg5IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGRjdEOTIiLz4KPHN0b3Agb2Zmc2V0PSIwLjIyOTE2NyIgc3RvcC1jb2xvcj0iI0UzMzk3RCIvPgo8c3RvcCBvZmZzZXQ9IjAuNjM1NDE3IiBzdG9wLWNvbG9yPSIjODAwQ0QyIi8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzU4MTJEMCIvPgo8L2xpbmVhckdyYWRpZW50Pgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MV9saW5lYXJfODYwMF80MDI4IiB4MT0iMjkuMzk1OSIgeTE9IjAuMzQ1NzAzIiB4Mj0iMjkuMzk1OSIgeTI9IjU3LjkwODkiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KPHN0b3Agc3RvcC1jb2xvcj0iI0ZGN0Q5MiIvPgo8c3RvcCBvZmZzZXQ9IjAuMjI5MTY3IiBzdG9wLWNvbG9yPSIjRTMzOTdEIi8+CjxzdG9wIG9mZnNldD0iMC42MzU0MTciIHN0b3AtY29sb3I9IiM4MDBDRDIiLz4KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjNTgxMkQwIi8+CjwvbGluZWFyR3JhZGllbnQ+CjwvZGVmcz4KPC9zdmc+Cg==); background-size: cover; background-position: center; } diff --git a/assets/js/global-admin.asset.php b/assets/js/global-admin.asset.php index d8380f7d6e..e49238c754 100644 --- a/assets/js/global-admin.asset.php +++ b/assets/js/global-admin.asset.php @@ -1 +1 @@ - array(), 'version' => 'a083dbf6dea24c89fd29'); + array(), 'version' => 'b756bc35b4f8fd57f1d2'); diff --git a/assets/js/global-admin.css b/assets/js/global-admin.css index b02b494302..50665af042 100644 --- a/assets/js/global-admin.css +++ b/assets/js/global-admin.css @@ -91,8 +91,8 @@ .dokan-admin-notices-wrap .dokan-admin-notice .logo-wrap .dokan-logo { width: 60px; height: 60px; - background-image: url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27UTF-8%27%3F%3E%3Csvg viewBox=%270 0 62 62%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Crect x=%27.90723%27 y=%27.79541%27 width=%2761%27 height=%2761%27 rx=%2730.5%27 fill=%27%23F16982%27/%3E%3Cpath d=%27m19.688 25.014v-6.1614c1.4588-0.0303 7.7804 0.0301 13.407 3.6546-0.5844-0.2658-1.2264-0.4219-1.8846-0.4584-0.6581-0.0364-1.3177 0.0477-1.9361 0.2469-1.4936 0.5135-2.7441 1.8122-2.8483 3.2016-0.1737 2.3861 0 4.8627 0 7.2488v7.2186c-1.1115 0.0906-2.2577 0.1208-3.2649 0.1208-1.0768 0.0302-2.1188 0.0302-2.9524 0.1208l-0.521 0.0907v-15.283z%27 fill=%27%23fff%27/%3E%3Cpath d=%27m17.848 43.77s-0.278-2.3257 2.5007-2.6579c2.7787-0.3323 8.0583 0.302 11.532-1.6008 0 0 2.0494-0.9363 2.4662-1.3893l-0.5558 1.6309s-1.6325 4.9534-6.5994 5.5876c-4.967 0.6041-5.9048-1.7517-9.3434-1.5705z%27 fill=%27%23fff%27/%3E%3Cpath d=%27m28.546 45.824c3.9596-0.8457 8.4404-3.3828 8.4404-16.159 0-12.776-17.02-11.689-17.02-11.689 4.0639-2.084 25.008-4.6815 25.008 13.32 0 17.971-16.429 14.528-16.429 14.528z%27 fill=%27%23fff%27/%3E%3C/svg%3E"); background-repeat: no-repeat; + background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTkiIGhlaWdodD0iNTgiIHZpZXdCb3g9IjAgMCA1OSA1OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMC42MTQyNTgiIHk9IjAuMzQ1NzAzIiB3aWR0aD0iNTcuNTYzMiIgaGVpZ2h0PSI1Ny41NjMyIiByeD0iMjguNzgxNiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyXzg2MDBfNDAyOCkiLz4KPHJlY3QgeD0iMC42MTQyNTgiIHk9IjAuMzQ1NzAzIiB3aWR0aD0iNTcuNTYzMiIgaGVpZ2h0PSI1Ny41NjMyIiByeD0iMjguNzgxNiIgZmlsbD0idXJsKCNwYWludDFfbGluZWFyXzg2MDBfNDAyOCkiLz4KPHBhdGggb3BhY2l0eT0iMC41IiBkPSJNMzQuOTA3NiAyOC40MjI3QzM0Ljg4NTMgMzMuOTIxNSAzMi41MjU1IDM5LjU5ODQgMjcuNjUwMSA0Mi4xODA4QzI0LjIyMTcgNDQuMDA2MyAxNi4xMTgyIDQ1LjQwODkgMTYuMTE4MiAzOS40NjQ4QzE2LjExODIgMzkuNDY0OCAxNi4xMTgyIDE3LjM1ODMgMTYuMTE4MiAxNy4zMzZDMTYuMTE4MiAxNC4wNDEyIDE4LjkwMSAxMi45NTAzIDIxLjY4MzggMTMuMTA2MkMyNS44MjQ2IDEzLjMyODggMjkuNzg3MyAxNS4yNjU2IDMyLjE5MTYgMTguODI3NkMzMy43Mjc3IDIxLjA5ODQgMzQuNTczNyAyMy44MzY2IDM0Ljg0MDggMjYuNTk3MkMzNC44NjMxIDI3LjIyMDUgMzQuOTA3NiAyNy44MjE2IDM0LjkwNzYgMjguNDIyN1oiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik00Mi41ODgxIDI2LjQ4NTlDNDIuMTIwNiAyMS45NDQzIDM5LjMzNzggMTguMTM3NSAzNS40ODY0IDE1Ljg0NDRDMzMuNTc5MyAxNC43MDAyIDMxLjMxNCAxNC4xOTgzIDI5LjU5MjMgMTUuMjg2NUMyOC4yOTkxIDE2LjEwMzggMjcuNjc0MiAxNy43MDE3IDI2Ljk0NDIgMTkuMDQ2MUMyNC4xMTUxIDI0LjI1NjYgMTYuODM3MSAzNy42MzA4IDE2LjgwODMgMzcuNjgzN0MxNi44MDczIDM3LjY4NTcgMTYuODA3NyAzNy42ODQ5IDE2LjgwNjYgMzcuNjg2OUMxNS44MjkgMzkuNDg4OCAxNi4wNTE4IDQwLjk3OTQgMTYuOTQxOCA0Mi4yMDMxQzE4LjI3NzYgNDQuMDI4NiAyMC45MjY4IDQ0Ljg1MjMgMjMuMDg2MiA0NS4wNzQ5QzI1LjA4OTkgNDUuMjk3NiAyNy4xMTU3IDQ1LjA3NDkgMjkuMDUyNiA0NC42Mjk3QzM0LjkwNzYgNDMuMjkzOSA0MC4wOTQ3IDM5LjMwOSA0MS44NTM0IDMzLjUyMDhDNDIuNTQzNiAzMS4yNSA0Mi44MzMgMjguODY3OSA0Mi41ODgxIDI2LjQ4NTlaIiBmaWxsPSJ3aGl0ZSIvPgo8ZGVmcz4KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyXzg2MDBfNDAyOCIgeDE9IjI5LjM5NTkiIHkxPSIwLjM0NTcwMyIgeDI9IjI5LjM5NTkiIHkyPSI1Ny45MDg5IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGRjdEOTIiLz4KPHN0b3Agb2Zmc2V0PSIwLjIyOTE2NyIgc3RvcC1jb2xvcj0iI0UzMzk3RCIvPgo8c3RvcCBvZmZzZXQ9IjAuNjM1NDE3IiBzdG9wLWNvbG9yPSIjODAwQ0QyIi8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzU4MTJEMCIvPgo8L2xpbmVhckdyYWRpZW50Pgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MV9saW5lYXJfODYwMF80MDI4IiB4MT0iMjkuMzk1OSIgeTE9IjAuMzQ1NzAzIiB4Mj0iMjkuMzk1OSIgeTI9IjU3LjkwODkiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KPHN0b3Agc3RvcC1jb2xvcj0iI0ZGN0Q5MiIvPgo8c3RvcCBvZmZzZXQ9IjAuMjI5MTY3IiBzdG9wLWNvbG9yPSIjRTMzOTdEIi8+CjxzdG9wIG9mZnNldD0iMC42MzU0MTciIHN0b3AtY29sb3I9IiM4MDBDRDIiLz4KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjNTgxMkQwIi8+CjwvbGluZWFyR3JhZGllbnQ+CjwvZGVmcz4KPC9zdmc+Cg==); background-size: cover; background-position: center; } diff --git a/assets/js/product-category-ui.asset.php b/assets/js/product-category-ui.asset.php index 59e2cd76cd..6c3cb09bed 100644 --- a/assets/js/product-category-ui.asset.php +++ b/assets/js/product-category-ui.asset.php @@ -1 +1 @@ - array(), 'version' => '265362911989b794302d'); + array(), 'version' => 'f0919ced5a6e9258a528'); diff --git a/assets/js/product-category-ui.js b/assets/js/product-category-ui.js index 0acad173db..7a44967d73 100644 --- a/assets/js/product-category-ui.js +++ b/assets/js/product-category-ui.js @@ -1 +1 @@ -!function(e){let a=e("#dokan-product-category-modal"),t=e("#dokan-cat-search-res"),o=e("#dokan-cat-search-res-ul"),n=e(".dokan-single-categories-right"),c=e(".dokan-single-categories-left"),d=[],s=[],i="",l=0,r="";var g={init(){e("body").on("click",".dokan-product-category-li",this.categoryLiClick),e("body").on("click",".dokan-cat-search-res-li",this.clickSearchResLi),e("body").on("keyup","#dokan-single-cat-search-input",g.debounce(this.typeToSearch,500)),e("body").on("scroll","#dokan-single-categories",this.categoryScroll),e("body").on("click",".dokan-single-categories-right-box",g.indicatorScrollTo),e("body").on("click",".dokan-single-categories-left-box",(function(){g.indicatorScrollTo(!1)})),e("body").on("click",".dokan-single-cat-select-btn",g.chooseCatButton),e("body").on("click",".dokan-category-open-modal",g.initModal),e("body").on("click","#dokan-category-close-modal",g.hideCategoryModal),e("body").on("click",".dokan-single-cat-add-btn",g.addANewCatBox),e("body").on("click",".dokan-select-product-category-remove-container",g.removeCatBox)},initModal(){i=e(this).data("dokansclevel"),l=e(this).data("selectfor");let a=e(this).siblings(".dokan-cat-inputs-holder").find(".dokan_chosen_product_cat");e(this).parent().attr("data-activate","yes"),g.openModal(a)},removeCatBox(){e(this).closest(".dokan-select-product-category-container")[0].remove()},categoryLiClick(){let{catlevel:a,termId:t,name:o,haschild:n}=e(this).data();r=t,g.removeAfterClickedUls(a,t),g.loadChildCategories(a,t,o,n)},clickSearchResLi(){let{termid:a,index:t,name:o}=e(this).data();a&&(r=a,g.setCatUiBasedOnOneCat(a,s[t]))},typeToSearch(){let a=e(this).val();e("#dokan-cat-search-text-limit").html(a.length),a.length>0?(g.hideSearchResults(!1),g.doSearchCates(a)):g.hideSearchResults()},categoryScroll(){let a=e("#dokan-single-categories").get(0).scrollWidth-e("#dokan-single-categories").innerWidth(),t=e(this).scrollLeft(),o=a-t;g.showIndicators(c,t),g.showIndicators(n,o)},chooseCatButton(){let a=`.dokan-select-product-category-container.dokan_select_cat_for_${l}_${i}[data-activate='yes']`;e(a).parent().children(".dokan-select-product-category-container").children(".dokan-cat-inputs-holder").find(`.dokan_chosen_product_cat_${r}`).length?dokan_sweetalert(dokan_product_category_data.i18n.duplicate_category,{icon:"warning"}):(g.setCatName(g.getSelectedLabel(),e(a)),g.setCatId(r,e(a)),g.hideCategoryModal(),wp.hooks.doAction("dokan_selected_multistep_category",r),e(a).attr("data-activate","no"))},setCatUiBasedOnOneCat:function(e,a){let t=void 0!==a.children.length&&a.children.length>0;g.disableDoneBtn(t);let o=[...a.parents],n=[...a.parents];o.unshift(0),n.push(Number(e));let c=o.map(((e,a)=>g.getCategoriesWithParentId(e,a+1,n[a])));d=c,g.updateCategoryUi(),g.hideSearchResults(),g.scrollTo(c.length)},async doSearchCates(e){let a=[];for(const t in dokan_product_category_data.categories){let o=dokan_product_category_data.categories[t],n=o.name;e=e.toLowerCase(),n.toLowerCase().indexOf(e)>=0&&a.push(o)}s=a,g.updateSearchResultUi()},hideSearchResults(e=!0){e?t.addClass("dokan-hide"):t.removeClass("dokan-hide")},showIndicators(e,a){a>5?e.removeClass("dokan-hide"):e.addClass("dokan-hide")},showCategoryModal(){r="",g.disableDoneBtn(),a.css("display","flex"),g.hideSearchResults(),e("#dokan-single-cat-search-input").val(""),d=[],g.loadAllParentCategories()},disableDoneBtn(a=!0){e(".dokan-single-cat-select-btn").prop("disabled",a)},hideCategoryModal(){a.css("display","none"),e(".dokan-select-product-category-container").attr("data-activate","no")},loadAllParentCategories(){d.push(g.getCategoriesWithParentId()),g.updateCategoryUi()},getCategoriesWithParentId(e=0,a=1,t=!1){let o=[];for(const a in dokan_product_category_data.categories){let n=dokan_product_category_data.categories[a];n.parent_id==e&&(n.uiActivaion=Number(n.term_id)===t&&"dokan-product-category-li-active",o.push(n))}return o.sort(((e,a)=>e.name.toLowerCase()>a.name.toLowerCase()?1:a.name.toLowerCase()>e.name.toLowerCase()?-1:0)),{categories:o,level:a,term_id:e}},loadChildCategories(e,a,t,o){const n=dokan_product_category_data.any_category_selection;if(o&&!0!==Boolean(n)?g.disableDoneBtn():g.disableDoneBtn(!1),o){let t=g.getCategoriesWithParentId(a,e+1);d.push(t),g.updateCategoryUi(),g.scrollTo(e)}},updateSearchResultUi(){let e="";e=s.map(((e,a)=>`
  • \n
    \n ${e.name}\n
    \n
    \n ${g.getSearchedParentHistory(e.parents,e.name)}\n
    \n
  • `)),0==s.length&&(e=`
  • \n
    \n ${window.dokan.i18n_no_result_found}\n
    \n
    \n
    \n
  • `),o.html(e)},getSearchedParentHistory(e,a){let t="";return t=e.map(((e,a)=>`${g.findCategory(e).name}\n `)).join(""),t+=`${g.highlight(a)}`,t},highlight(a){let t=e("#dokan-single-cat-search-input").val().toLowerCase(),o=a.toLowerCase().indexOf(t);if(o>=0)return`${a.substring(0,o)}\n ${a.substring(o,o+t.length)}\n ${a.substring(o+t.length)}`},updateCategoryUi(){let a=g.getCatUlHtml();e("#dokan-single-categories").html(a),g.updateSelectedLabel(),g.adjustCategoryPosition()},updateSelectedLabel(){e("#dokan-selected-category-span").html(g.getSelectedLabel())},adjustCategoryPosition(){e.each(e(".dokan-product-category-ul").find(".dokan-product-category-li-active"),(function(a,t){let{catlevel:o,indexli:n}=e(t).data();e(`#${o}-level-cat-ul`).scrollTop(36.38*n)}))},getSelectedLabel(){let a=e(".dokan-product-category-li-active"),t=a.length,o="";return a.each(((e,a)=>{var n=a.dataset;o+=`${n.name}\n ${t!=e+1?'':""}`})),o},updateCategorySelection(e,a){let t=d[e-1].categories.map((e=>(e.term_id==a?e.uiActivaion="dokan-product-category-li-active":e.uiActivaion="",e)));d[e-1].categories=t,g.updateCategoryUi()},getCatUlHtml:()=>d.map(((e,a)=>{let t=g.getCatLiHtml(e.categories,e.level);return`
      ${t}
    `})),getCatLiHtml(e,a){let t="";return e.forEach(((e,o)=>{t+=`
  • 0?"dokan-cat-has-child":""}" data-term-id="${e.term_id}" data-taxonomy="product_cat">\n ${e.name}\n \n
  • `})),t},removeAfterClickedUls(e,a){let t=d.filter((a=>{if(a.level<=e)return a}));d=t,g.updateCategorySelection(e,a)},scrollTo(a=0){e("#dokan-single-categories").animate({scrollLeft:300*a},800)},indicatorScrollTo(a=!0){e("#dokan-single-categories").animate({scrollLeft:(a?"+":"-")+"=350px"},800)},setCatId(e,a){let t=``;t+=``,a.children(`.dokan-cih-level-${i}`).html(t)},setCatName(e,a){a.children(".dokan-select-product-category").children(`.dokan-ssct-level-${i}`).html(e)},addANewCatBox(){let a=e(this)[0],t=e(a).data("selectfor");l=t;let o=e(this).parent().siblings(".dokan-add-new-cat-box").children(".dokan-select-product-category-container").length,n=e(this).parent().siblings(".dokan-add-new-cat-box").children(".dokan-select-product-category-container")[o-1],c=e(n).find("#dokan-category-open-modal").data("dokansclevel")+1;isNaN(c)&&(c=0);let d=`\n
    \n
    \n - ${dokan_product_category_data.i18n.select_a_category} -\n \n
    \n ${dokan_product_category_data.is_single?"":'\n
    \n \n
    '}\n \n
    \n `;e(this).parent().parent().children(`.cat_box_for_${t}`).append(d)},findCategory:e=>dokan_product_category_data.categories[e],debounce(e,a,t){var o;return function(){var n=this,c=arguments,d=t&&!o;clearTimeout(o),o=setTimeout((function(){o=null,t||e.apply(n,c)}),a),d&&e.apply(n,c)}},openModal(e){if(g.showCategoryModal(),e.length>0){let a=e.val();r=a;let t=dokan_product_category_data.categories[a];g.setCatUiBasedOnOneCat(a,t)}}};e(document).ready((function(){g.init()}))}(jQuery); \ No newline at end of file +!function(e){let a=e("#dokan-product-category-modal"),t=e("#dokan-cat-search-res"),o=e("#dokan-cat-search-res-ul"),n=e(".dokan-single-categories-right"),c=e(".dokan-single-categories-left"),d=[],s=[],i="",l=0,r="";var g={init(){e("body").on("click",".dokan-product-category-li",this.categoryLiClick),e("body").on("click",".dokan-cat-search-res-li",this.clickSearchResLi),e("body").on("keyup","#dokan-single-cat-search-input",g.debounce(this.typeToSearch,500)),e("body").on("scroll","#dokan-single-categories",this.categoryScroll),e("body").on("click",".dokan-single-categories-right-box",g.indicatorScrollTo),e("body").on("click",".dokan-single-categories-left-box",(function(){g.indicatorScrollTo(!1)})),e("body").on("click",".dokan-single-cat-select-btn",g.chooseCatButton),e("body").on("click",".dokan-category-open-modal",g.initModal),e("body").on("click","#dokan-category-close-modal",g.hideCategoryModal),e("body").on("click",".dokan-single-cat-add-btn",g.addANewCatBox),e("body").on("click",".dokan-select-product-category-remove-container",g.removeCatBox)},initModal(){i=e(this).data("dokansclevel"),l=e(this).data("selectfor");let a=e(this).siblings(".dokan-cat-inputs-holder").find(".dokan_chosen_product_cat");e(this).parent().attr("data-activate","yes"),g.openModal(a)},removeCatBox(){e(this).closest(".dokan-select-product-category-container")[0].remove(),wp.hooks.doAction("dokan_removed_multistep_category")},categoryLiClick(){let{catlevel:a,termId:t,name:o,haschild:n}=e(this).data();r=t,g.removeAfterClickedUls(a,t),g.loadChildCategories(a,t,o,n)},clickSearchResLi(){let{termid:a,index:t,name:o}=e(this).data();a&&(r=a,g.setCatUiBasedOnOneCat(a,s[t]))},typeToSearch(){let a=e(this).val();e("#dokan-cat-search-text-limit").html(a.length),a.length>0?(g.hideSearchResults(!1),g.doSearchCates(a)):g.hideSearchResults()},categoryScroll(){let a=e("#dokan-single-categories").get(0).scrollWidth-e("#dokan-single-categories").innerWidth(),t=e(this).scrollLeft(),o=a-t;g.showIndicators(c,t),g.showIndicators(n,o)},chooseCatButton(){let a=`.dokan-select-product-category-container.dokan_select_cat_for_${l}_${i}[data-activate='yes']`;e(a).parent().children(".dokan-select-product-category-container").children(".dokan-cat-inputs-holder").find(`.dokan_chosen_product_cat_${r}`).length?dokan_sweetalert(dokan_product_category_data.i18n.duplicate_category,{icon:"warning"}):(g.setCatName(g.getSelectedLabel(),e(a)),g.setCatId(r,e(a)),g.hideCategoryModal(),wp.hooks.doAction("dokan_selected_multistep_category",r),e(a).attr("data-activate","no"))},setCatUiBasedOnOneCat:function(e,a){let t=void 0!==a.children.length&&a.children.length>0;g.disableDoneBtn(t);let o=[...a.parents],n=[...a.parents];o.unshift(0),n.push(Number(e));let c=o.map(((e,a)=>g.getCategoriesWithParentId(e,a+1,n[a])));d=c,g.updateCategoryUi(),g.hideSearchResults(),g.scrollTo(c.length)},async doSearchCates(e){let a=[];for(const t in dokan_product_category_data.categories){let o=dokan_product_category_data.categories[t],n=o.name;e=e.toLowerCase(),n.toLowerCase().indexOf(e)>=0&&a.push(o)}s=a,g.updateSearchResultUi()},hideSearchResults(e=!0){e?t.addClass("dokan-hide"):t.removeClass("dokan-hide")},showIndicators(e,a){a>5?e.removeClass("dokan-hide"):e.addClass("dokan-hide")},showCategoryModal(){r="",g.disableDoneBtn(),a.css("display","flex"),g.hideSearchResults(),e("#dokan-single-cat-search-input").val(""),d=[],g.loadAllParentCategories()},disableDoneBtn(a=!0){e(".dokan-single-cat-select-btn").prop("disabled",a)},hideCategoryModal(){a.css("display","none"),e(".dokan-select-product-category-container").attr("data-activate","no")},loadAllParentCategories(){d.push(g.getCategoriesWithParentId()),g.updateCategoryUi()},getCategoriesWithParentId(e=0,a=1,t=!1){let o=[];for(const a in dokan_product_category_data.categories){let n=dokan_product_category_data.categories[a];n.parent_id==e&&(n.uiActivaion=Number(n.term_id)===t&&"dokan-product-category-li-active",o.push(n))}return o.sort(((e,a)=>e.name.toLowerCase()>a.name.toLowerCase()?1:a.name.toLowerCase()>e.name.toLowerCase()?-1:0)),{categories:o,level:a,term_id:e}},loadChildCategories(e,a,t,o){const n=dokan_product_category_data.any_category_selection;if(o&&!0!==Boolean(n)?g.disableDoneBtn():g.disableDoneBtn(!1),o){let t=g.getCategoriesWithParentId(a,e+1);d.push(t),g.updateCategoryUi(),g.scrollTo(e)}},updateSearchResultUi(){let e="";e=s.map(((e,a)=>`
  • \n
    \n ${e.name}\n
    \n
    \n ${g.getSearchedParentHistory(e.parents,e.name)}\n
    \n
  • `)),0==s.length&&(e=`
  • \n
    \n ${window.dokan.i18n_no_result_found}\n
    \n
    \n
    \n
  • `),o.html(e)},getSearchedParentHistory(e,a){let t="";return t=e.map(((e,a)=>`${g.findCategory(e).name}\n `)).join(""),t+=`${g.highlight(a)}`,t},highlight(a){let t=e("#dokan-single-cat-search-input").val().toLowerCase(),o=a.toLowerCase().indexOf(t);if(o>=0)return`${a.substring(0,o)}\n ${a.substring(o,o+t.length)}\n ${a.substring(o+t.length)}`},updateCategoryUi(){let a=g.getCatUlHtml();e("#dokan-single-categories").html(a),g.updateSelectedLabel(),g.adjustCategoryPosition()},updateSelectedLabel(){e("#dokan-selected-category-span").html(g.getSelectedLabel())},adjustCategoryPosition(){e.each(e(".dokan-product-category-ul").find(".dokan-product-category-li-active"),(function(a,t){let{catlevel:o,indexli:n}=e(t).data();e(`#${o}-level-cat-ul`).scrollTop(36.38*n)}))},getSelectedLabel(){let a=e(".dokan-product-category-li-active"),t=a.length,o="";return a.each(((e,a)=>{var n=a.dataset;o+=`${n.name}\n ${t!=e+1?'':""}`})),o},updateCategorySelection(e,a){let t=d[e-1].categories.map((e=>(e.term_id==a?e.uiActivaion="dokan-product-category-li-active":e.uiActivaion="",e)));d[e-1].categories=t,g.updateCategoryUi()},getCatUlHtml:()=>d.map(((e,a)=>{let t=g.getCatLiHtml(e.categories,e.level);return`
      ${t}
    `})),getCatLiHtml(e,a){let t="";return e.forEach(((e,o)=>{t+=`
  • 0?"dokan-cat-has-child":""}" data-term-id="${e.term_id}" data-taxonomy="product_cat">\n ${e.name}\n \n
  • `})),t},removeAfterClickedUls(e,a){let t=d.filter((a=>{if(a.level<=e)return a}));d=t,g.updateCategorySelection(e,a)},scrollTo(a=0){e("#dokan-single-categories").animate({scrollLeft:300*a},800)},indicatorScrollTo(a=!0){e("#dokan-single-categories").animate({scrollLeft:(a?"+":"-")+"=350px"},800)},setCatId(e,a){let t=``;t+=``,a.children(`.dokan-cih-level-${i}`).html(t)},setCatName(e,a){a.children(".dokan-select-product-category").children(`.dokan-ssct-level-${i}`).html(e)},addANewCatBox(){let a=e(this)[0],t=e(a).data("selectfor");l=t;let o=e(this).parent().siblings(".dokan-add-new-cat-box").children(".dokan-select-product-category-container").length,n=e(this).parent().siblings(".dokan-add-new-cat-box").children(".dokan-select-product-category-container")[o-1],c=e(n).find("#dokan-category-open-modal").data("dokansclevel")+1;isNaN(c)&&(c=0);let d=`\n
    \n
    \n - ${dokan_product_category_data.i18n.select_a_category} -\n \n
    \n ${dokan_product_category_data.is_single?"":'\n
    \n \n
    '}\n \n
    \n `;e(this).parent().parent().children(`.cat_box_for_${t}`).append(d)},findCategory:e=>dokan_product_category_data.categories[e],debounce(e,a,t){var o;return function(){var n=this,c=arguments,d=t&&!o;clearTimeout(o),o=setTimeout((function(){o=null,t||e.apply(n,c)}),a),d&&e.apply(n,c)}},openModal(e){if(g.showCategoryModal(),e.length>0){let a=e.val();r=a;let t=dokan_product_category_data.categories[a];g.setCatUiBasedOnOneCat(a,t)}}};e(document).ready((function(){g.init()}))}(jQuery); \ No newline at end of file diff --git a/assets/js/setup-no-wc-style-rtl.css b/assets/js/setup-no-wc-style-rtl.css index eea9ff84b7..bd3745a163 100644 --- a/assets/js/setup-no-wc-style-rtl.css +++ b/assets/js/setup-no-wc-style-rtl.css @@ -187,10 +187,10 @@ body { display: inline-block; } .form-table .switch-input:checked + .switch-label:before { - background-color: #fbcbc4; + background-color: #c9baf8; } .form-table .switch-input:checked + .switch-label:after { - background-color: #f2624d; + background-color: #7047EB; -ms-transform: translate(-80%, -50%); -webkit-transform: translate(-80%, -50%); transform: translate(-80%, -50%); @@ -271,13 +271,13 @@ body { /* WC Overrides */ .wc-setup .wc-setup-steps li.done, .wc-setup .wc-setup-steps li.active { - color: #f2624d; - border-color: #f2624d; + color: #7047EB; + border-color: #7047EB; } .wc-setup .wc-setup-steps li.done:before, .wc-setup .wc-setup-steps li.active:before { - background: #f2624d; - border-color: #f2624d; + background: #7047EB; + border-color: #7047EB; } .wc-setup .wc-setup-steps li.active:before { background: #fff; @@ -289,22 +289,22 @@ body { } .wc-setup .wc-setup-actions .button-primary { color: #fff; - background: #f2624d; - border-color: #f2624d; + background: #7047EB; + border-color: #7047EB; text-shadow: none; } .wc-setup .wc-setup-actions .button-primary:hover, .wc-setup .wc-setup-actions .button-primary:active, .wc-setup .wc-setup-actions .button-primary:focus { - background-color: #ef381d; - border-color: #ef381d; + background-color: #4c19e6; + border-color: #4c19e6; } .wc-setup .wc-setup-content a { - color: #f2624d; + color: #7047EB; } .wc-setup .wc-setup-content .checkbox input[type=checkbox]:checked + label::before { - background: #f2624d; - border-color: #f2624d; + background: #7047EB; + border-color: #7047EB; } .wc-setup .wc-setup-content .checkbox label { font-weight: 400; diff --git a/assets/js/setup-no-wc-style.asset.php b/assets/js/setup-no-wc-style.asset.php index 7894af93e7..70946b9171 100644 --- a/assets/js/setup-no-wc-style.asset.php +++ b/assets/js/setup-no-wc-style.asset.php @@ -1 +1 @@ - array(), 'version' => '1090e724c67d5d24ec00'); + array(), 'version' => 'a905a094cf0879493d52'); diff --git a/assets/js/setup-no-wc-style.css b/assets/js/setup-no-wc-style.css index 2620e66e95..231ce46b41 100644 --- a/assets/js/setup-no-wc-style.css +++ b/assets/js/setup-no-wc-style.css @@ -187,10 +187,10 @@ body { display: inline-block; } .form-table .switch-input:checked + .switch-label:before { - background-color: #fbcbc4; + background-color: #c9baf8; } .form-table .switch-input:checked + .switch-label:after { - background-color: #f2624d; + background-color: #7047EB; -ms-transform: translate(80%, -50%); -webkit-transform: translate(80%, -50%); transform: translate(80%, -50%); @@ -271,13 +271,13 @@ body { /* WC Overrides */ .wc-setup .wc-setup-steps li.done, .wc-setup .wc-setup-steps li.active { - color: #f2624d; - border-color: #f2624d; + color: #7047EB; + border-color: #7047EB; } .wc-setup .wc-setup-steps li.done:before, .wc-setup .wc-setup-steps li.active:before { - background: #f2624d; - border-color: #f2624d; + background: #7047EB; + border-color: #7047EB; } .wc-setup .wc-setup-steps li.active:before { background: #fff; @@ -289,22 +289,22 @@ body { } .wc-setup .wc-setup-actions .button-primary { color: #fff; - background: #f2624d; - border-color: #f2624d; + background: #7047EB; + border-color: #7047EB; text-shadow: none; } .wc-setup .wc-setup-actions .button-primary:hover, .wc-setup .wc-setup-actions .button-primary:active, .wc-setup .wc-setup-actions .button-primary:focus { - background-color: #ef381d; - border-color: #ef381d; + background-color: #4c19e6; + border-color: #4c19e6; } .wc-setup .wc-setup-content a { - color: #f2624d; + color: #7047EB; } .wc-setup .wc-setup-content .checkbox input[type=checkbox]:checked + label::before { - background: #f2624d; - border-color: #f2624d; + background: #7047EB; + border-color: #7047EB; } .wc-setup .wc-setup-content .checkbox label { font-weight: 400; diff --git a/assets/js/setup-rtl.css b/assets/js/setup-rtl.css index 492748d0e7..12356dacad 100644 --- a/assets/js/setup-rtl.css +++ b/assets/js/setup-rtl.css @@ -58,10 +58,10 @@ display: inline-block; } .form-table .switch-input:checked + .switch-label:before { - background-color: #fbcbc4; + background-color: #c9baf8; } .form-table .switch-input:checked + .switch-label:after { - background-color: #f2624d; + background-color: #7047EB; -ms-transform: translate(-80%, -50%); -webkit-transform: translate(-80%, -50%); transform: translate(-80%, -50%); @@ -142,13 +142,13 @@ /* WC Overrides */ .wc-setup .wc-setup-steps li.done, .wc-setup .wc-setup-steps li.active { - color: #f2624d; - border-color: #f2624d; + color: #7047EB; + border-color: #7047EB; } .wc-setup .wc-setup-steps li.done:before, .wc-setup .wc-setup-steps li.active:before { - background: #f2624d; - border-color: #f2624d; + background: #7047EB; + border-color: #7047EB; } .wc-setup .wc-setup-steps li.active:before { background: #fff; @@ -160,22 +160,22 @@ } .wc-setup .wc-setup-actions .button-primary { color: #fff; - background: #f2624d; - border-color: #f2624d; + background: #7047EB; + border-color: #7047EB; text-shadow: none; } .wc-setup .wc-setup-actions .button-primary:hover, .wc-setup .wc-setup-actions .button-primary:active, .wc-setup .wc-setup-actions .button-primary:focus { - background-color: #ef381d; - border-color: #ef381d; + background-color: #4c19e6; + border-color: #4c19e6; } .wc-setup .wc-setup-content a { - color: #f2624d; + color: #7047EB; } .wc-setup .wc-setup-content .checkbox input[type=checkbox]:checked + label::before { - background: #f2624d; - border-color: #f2624d; + background: #7047EB; + border-color: #7047EB; } .wc-setup .wc-setup-content .checkbox label { font-weight: 400; diff --git a/assets/js/setup.asset.php b/assets/js/setup.asset.php index 439c58c9aa..4e3e4e60d2 100644 --- a/assets/js/setup.asset.php +++ b/assets/js/setup.asset.php @@ -1 +1 @@ - array(), 'version' => 'f9b77d532398f8fb1628'); + array(), 'version' => '2e6a5570d9de4c39fb86'); diff --git a/assets/js/setup.css b/assets/js/setup.css index f52da59409..b67e5295a4 100644 --- a/assets/js/setup.css +++ b/assets/js/setup.css @@ -58,10 +58,10 @@ display: inline-block; } .form-table .switch-input:checked + .switch-label:before { - background-color: #fbcbc4; + background-color: #c9baf8; } .form-table .switch-input:checked + .switch-label:after { - background-color: #f2624d; + background-color: #7047EB; -ms-transform: translate(80%, -50%); -webkit-transform: translate(80%, -50%); transform: translate(80%, -50%); @@ -142,13 +142,13 @@ /* WC Overrides */ .wc-setup .wc-setup-steps li.done, .wc-setup .wc-setup-steps li.active { - color: #f2624d; - border-color: #f2624d; + color: #7047EB; + border-color: #7047EB; } .wc-setup .wc-setup-steps li.done:before, .wc-setup .wc-setup-steps li.active:before { - background: #f2624d; - border-color: #f2624d; + background: #7047EB; + border-color: #7047EB; } .wc-setup .wc-setup-steps li.active:before { background: #fff; @@ -160,22 +160,22 @@ } .wc-setup .wc-setup-actions .button-primary { color: #fff; - background: #f2624d; - border-color: #f2624d; + background: #7047EB; + border-color: #7047EB; text-shadow: none; } .wc-setup .wc-setup-actions .button-primary:hover, .wc-setup .wc-setup-actions .button-primary:active, .wc-setup .wc-setup-actions .button-primary:focus { - background-color: #ef381d; - border-color: #ef381d; + background-color: #4c19e6; + border-color: #4c19e6; } .wc-setup .wc-setup-content a { - color: #f2624d; + color: #7047EB; } .wc-setup .wc-setup-content .checkbox input[type=checkbox]:checked + label::before { - background: #f2624d; - border-color: #f2624d; + background: #7047EB; + border-color: #7047EB; } .wc-setup .wc-setup-content .checkbox label { font-weight: 400; diff --git a/assets/js/vue-admin-rtl.css b/assets/js/vue-admin-rtl.css index b708789ab2..bfbaa3624b 100644 --- a/assets/js/vue-admin-rtl.css +++ b/assets/js/vue-admin-rtl.css @@ -477,25 +477,19 @@ } .cta-section { - background-image: -moz-linear-gradient(-15deg, #ff7d90 0%, #ffad6f 100%); - background-image: -webkit-linear-gradient(-15deg, #ff7d90 0%, #ffad6f 100%); - background-image: -ms-linear-gradient(-15deg, #ff7d90 0%, #ffad6f 100%); - background-image: linear-gradient(-15deg, #ff7d90 0%, #ffad6f 100%); background-repeat: no-repeat; background-position: center center; - background-size: contain; + background-size: cover; text-align: center; - padding: 35px 75px 40px; + padding: 70px 0; color: #fff; } .cta-section img { - width: 60px; - border-radius: 50%; box-shadow: 0px 3px 70px 0px rgba(126, 17, 0, 0.35); } .cta-section h2 { font-size: 30px; - color: #fff; + color: #FFC700; font-weight: 400; line-height: 1.333em; text-align: center; @@ -506,28 +500,34 @@ font-size: 16px; line-height: 1.5em; font-weight: 300; - margin: 10px 0 30px; + max-width: 335px; + margin: 0 auto 1rem auto; } .cta-section .btn { - background-color: #fff; - color: #f2624d; - font-size: 16px; + background-color: #A244FF; + color: #FFFFFF; + font-size: 1.2rem; line-height: 1.538em; font-weight: 300; - border: 1px solid #FF9381; - border-radius: 3px; - box-shadow: 0px 1px 2px 0px rgba(255, 128, 142, 0.05); - display: inline-block; + border-radius: 14px; text-decoration: none; - padding: 12px 27px; + display: inline-flex; + padding: 1rem 2.8rem; + align-items: center; } .cta-section .btn:hover { - box-shadow: -2.736px 7.518px 20px 0 rgba(0, 0, 0, 0.15); + box-shadow: -3px 7px 20px 0 rgba(0, 0, 0, 0.15); +} +.cta-section .btn p { + color: #FFF; + font-size: 24px; + font-style: normal; + font-weight: 600; + line-height: normal; } .cta-section .btn svg { - width: 15px; - fill: #f2624d; - margin-right: 6px; + width: 2.5rem; + height: 1.8rem; } /* Slider */ @@ -651,7 +651,7 @@ .dokan-pro-features .vendor-capabilities-banner { display: flex; align-items: center; - padding: 50px; + padding: 70px 50px; height: auto; border-radius: 9px; background-position: center; @@ -663,19 +663,32 @@ margin: 30px; } .dokan-pro-features .vendor-capabilities-banner .content .title { - font-size: 26px; - font-weight: bold; - color: #FF0000; + font-size: 51px; + font-style: normal; + font-weight: 700; + line-height: normal; + background: linear-gradient(-90deg, #FFF 34.5%, #D68FFF 100%); + background-clip: text !important; + -webkit-background-clip: text; + -webkit-text-fill-color: transparent; +} +.dokan-pro-features .vendor-capabilities-banner .content p { + color: #FFFFFF; + max-width: 512px; + width: 100%; + font-size: 16px; } .dokan-pro-features .vendor-capabilities-banner a { box-shadow: none; - background: #FF5722; + background: #825eed; color: #fff; - border-color: #FF5722; + border-color: #7047EB; + font-size: 16px; + padding: 0 1rem; } .dokan-pro-features .vendor-capabilities-banner a:hover { color: #fff; - background: #ff6a3c; + background: #7047EB; } .dokan-pro-features a { transition: all 0.2s ease; @@ -1226,59 +1239,6 @@ color: #8263f7; text-decoration: none; } -.dokan-pro-features .cta-section { - background-image: -moz-linear-gradient(-15deg, #ff7d90 0%, #ffad6f 100%); - background-image: -webkit-linear-gradient(-15deg, #ff7d90 0%, #ffad6f 100%); - background-image: -ms-linear-gradient(-15deg, #ff7d90 0%, #ffad6f 100%); - background-image: linear-gradient(-15deg, #ff7d90 0%, #ffad6f 100%); - background-repeat: no-repeat; - background-position: center center; - background-size: contain; - text-align: center; - padding: 35px 75px 40px; - color: #fff; -} -.dokan-pro-features .cta-section img { - width: 60px; - border-radius: 50%; - box-shadow: 0px 3px 70px 0px rgba(126, 17, 0, 0.35); -} -.dokan-pro-features .cta-section h2 { - font-size: 30px; - color: #fff; - font-weight: 400; - line-height: 1.333em; - text-align: center; - margin: 10px 0; - text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.31); -} -.dokan-pro-features .cta-section p { - font-size: 16px; - line-height: 1.5em; - font-weight: 300; - margin: 10px 0 30px; -} -.dokan-pro-features .cta-section .btn { - background-color: #fff; - color: #f2624d; - font-size: 16px; - line-height: 1.538em; - font-weight: 300; - border: 1px solid #FF9381; - border-radius: 3px; - box-shadow: 0px 1px 2px 0px rgba(255, 128, 142, 0.05); - display: inline-block; - text-decoration: none; - padding: 12px 27px; -} -.dokan-pro-features .cta-section .btn:hover { - box-shadow: -2.736px 7.518px 20px 0 rgba(0, 0, 0, 0.15); -} -.dokan-pro-features .cta-section .btn svg { - width: 15px; - fill: #f2624d; - margin-right: 6px; -} .dokan-help-page .section-wrapper { margin-top: 15px; @@ -1307,52 +1267,52 @@ margin-top: 100px; } -.fade-enter-active[data-v-525b077c], -.fade-leave-active[data-v-525b077c] { +.fade-enter-active[data-v-5f26ba64], +.fade-leave-active[data-v-5f26ba64] { transition: opacity 0.3s ease; } -.fade-enter[data-v-525b077c], -.fade-leave-to[data-v-525b077c] { +.fade-enter[data-v-5f26ba64], +.fade-leave-to[data-v-5f26ba64] { opacity: 0; } -.slide-enter-active[data-v-525b077c], -.slide-leave-active[data-v-525b077c] { +.slide-enter-active[data-v-5f26ba64], +.slide-leave-active[data-v-5f26ba64] { transition-duration: 0.1s; transition-timing-function: linear; } -.slide-enter-to[data-v-525b077c], -.slide-leave[data-v-525b077c] { +.slide-enter-to[data-v-5f26ba64], +.slide-leave[data-v-5f26ba64] { max-height: 100px; overflow: hidden; } -.slide-enter[data-v-525b077c], -.slide-leave-to[data-v-525b077c] { +.slide-enter[data-v-5f26ba64], +.slide-leave-to[data-v-5f26ba64] { overflow: hidden; max-height: 0; } -ul[data-v-525b077c] { +ul[data-v-5f26ba64] { cursor: pointer; } -.dokan-help-page .section-wrapper h2[data-v-525b077c] { +.dokan-help-page .section-wrapper h2[data-v-5f26ba64] { margin: 0; color: transparent; } -.dokan-help-page .section-wrapper .dokan-notice[data-v-525b077c] { +.dokan-help-page .section-wrapper .dokan-notice[data-v-5f26ba64] { background: rgba(223, 0, 0, 0.05); margin: -15px -20px 0; padding: 15px 15px 0; } -.dokan-help-page .section-wrapper .change-log[data-v-525b077c] { - background: rgba(223, 0, 0, 0.05); +.dokan-help-page .section-wrapper .change-log[data-v-5f26ba64] { + background: #efeaff; margin: -15px -20px 0; } -.dokan-help-page .section-wrapper .change-log.lite-change-log[data-v-525b077c] { +.dokan-help-page .section-wrapper .change-log.lite-change-log[data-v-5f26ba64] { height: 340px; } -.dokan-help-page .section-wrapper .change-log.pro-change-log[data-v-525b077c] { +.dokan-help-page .section-wrapper .change-log.pro-change-log[data-v-5f26ba64] { height: 400px; } -.dokan-help-page .section-wrapper .change-log h3[data-v-525b077c] { +.dokan-help-page .section-wrapper .change-log h3[data-v-5f26ba64] { color: #000000; font-size: 30px; text-align: center; @@ -1361,7 +1321,7 @@ ul[data-v-525b077c] { font-family: "SF Pro Text", sans-serif; margin: 0 0 28px; } -.dokan-help-page .section-wrapper .change-log .switch-button-wrap[data-v-525b077c] { +.dokan-help-page .section-wrapper .change-log .switch-button-wrap[data-v-5f26ba64] { width: 147px; height: 33px; text-align: center; @@ -1373,13 +1333,13 @@ ul[data-v-525b077c] { position: relative; border: 1px solid #e2e2e2; } -.dokan-help-page .section-wrapper .change-log .switch-button-wrap .switch-button[data-v-525b077c] { +.dokan-help-page .section-wrapper .change-log .switch-button-wrap .switch-button[data-v-5f26ba64] { width: 48%; height: 100%; background: none; border-radius: 27px; border: none; - color: #cc7376; + color: #5C626A; display: inline-block; position: relative; transition: all 0.2s ease; @@ -1388,8 +1348,8 @@ ul[data-v-525b077c] { font-weight: 500; font-family: "SF Pro Text", sans-serif; } -.dokan-help-page .section-wrapper .change-log .switch-button-wrap .active[data-v-525b077c] { - background: #FF5722; +.dokan-help-page .section-wrapper .change-log .switch-button-wrap .active[data-v-5f26ba64] { + background: #7047EB; border-radius: 30px; position: absolute; top: 0; @@ -1397,21 +1357,21 @@ ul[data-v-525b077c] { height: 100%; transition: all 0.2s ease-out; } -.dokan-help-page .section-wrapper .change-log .switch-button-wrap .lite[data-v-525b077c] { +.dokan-help-page .section-wrapper .change-log .switch-button-wrap .lite[data-v-5f26ba64] { text-transform: capitalize; } -.dokan-help-page .section-wrapper .change-log .switch-button-wrap .pro[data-v-525b077c] { +.dokan-help-page .section-wrapper .change-log .switch-button-wrap .pro[data-v-5f26ba64] { text-transform: uppercase; } -.dokan-help-page .section-wrapper .change-log .switch-button-wrap .active-case[data-v-525b077c] { +.dokan-help-page .section-wrapper .change-log .switch-button-wrap .active-case[data-v-5f26ba64] { color: #ffffff; } -.dokan-help-page .section-wrapper .change-log .jump-version[data-v-525b077c] { +.dokan-help-page .section-wrapper .change-log .jump-version[data-v-5f26ba64] { width: 178px; margin: 24px auto 0; position: relative; } -.dokan-help-page .section-wrapper .change-log .jump-version p[data-v-525b077c] { +.dokan-help-page .section-wrapper .change-log .jump-version p[data-v-5f26ba64] { color: #000; font-size: 13px; text-align: center; @@ -1419,15 +1379,15 @@ ul[data-v-525b077c] { font-weight: 500; font-family: "SF Pro Text", sans-serif; } -.dokan-help-page .section-wrapper .change-log .jump-version .dashicons[data-v-525b077c] { +.dokan-help-page .section-wrapper .change-log .jump-version .dashicons[data-v-5f26ba64] { font-size: 16px; line-height: 1.4; transition: all 0.2s ease; } -.dokan-help-page .section-wrapper .change-log .jump-version:hover .dashicons[data-v-525b077c] { +.dokan-help-page .section-wrapper .change-log .jump-version:hover .dashicons[data-v-5f26ba64] { transform: rotate(180deg); } -.dokan-help-page .section-wrapper .change-log .jump-version .version-menu[data-v-525b077c] { +.dokan-help-page .section-wrapper .change-log .jump-version .version-menu[data-v-5f26ba64] { position: absolute; top: 50px; right: 0; @@ -1442,7 +1402,7 @@ ul[data-v-525b077c] { transition: all 0.2s ease; box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.09); } -.dokan-help-page .section-wrapper .change-log .jump-version .version-menu[data-v-525b077c]:before { +.dokan-help-page .section-wrapper .change-log .jump-version .version-menu[data-v-5f26ba64]:before { content: ""; position: absolute; border: 11px solid transparent; @@ -1452,16 +1412,16 @@ ul[data-v-525b077c] { left: 27px; z-index: 1; } -.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown[data-v-525b077c] { +.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown[data-v-5f26ba64] { max-height: 300px; text-align: right; background: #ffffff; overflow-y: auto; } -.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown ul[data-v-525b077c] { +.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown ul[data-v-5f26ba64] { cursor: context-menu; } -.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown ul li[data-v-525b077c] { +.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown ul li[data-v-5f26ba64] { margin-bottom: 25px; color: #000000; font-size: 14px; @@ -1470,58 +1430,58 @@ ul[data-v-525b077c] { transition: all 0.2s linear; cursor: pointer; } -.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown ul li[data-v-525b077c]:hover { - color: #f2624d; +.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown ul li[data-v-5f26ba64]:hover { + color: #7047EB; } -.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown ul li[data-v-525b077c]:last-child { +.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown ul li[data-v-5f26ba64]:last-child { margin-bottom: 0; } -.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown ul li.current[data-v-525b077c] { - color: #f2624d; +.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown ul li.current[data-v-5f26ba64] { + color: #7047EB; font-weight: bold; font-family: "SF Pro Text", sans-serif; } -.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown ul li span[data-v-525b077c] { +.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown ul li span[data-v-5f26ba64] { display: block; font-size: 12px; color: #758598; font-weight: 400; font-family: "SF Pro Text", sans-serif; } -.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown[data-v-525b077c]::-webkit-scrollbar { +.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown[data-v-5f26ba64]::-webkit-scrollbar { width: 4px; } -.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown[data-v-525b077c]::-webkit-scrollbar-track { +.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown[data-v-5f26ba64]::-webkit-scrollbar-track { background: #f5f5f5; } -.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown[data-v-525b077c]::-webkit-scrollbar-thumb { +.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown[data-v-5f26ba64]::-webkit-scrollbar-thumb { background: #878787; } -.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown[data-v-525b077c]::-webkit-scrollbar-thumb:hover { +.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown[data-v-5f26ba64]::-webkit-scrollbar-thumb:hover { background: #575757; } -.dokan-help-page .section-wrapper .change-log .jump-version:hover .version-menu[data-v-525b077c] { +.dokan-help-page .section-wrapper .change-log .jump-version:hover .version-menu[data-v-5f26ba64] { top: 30px; opacity: 1; visibility: visible; } -.dokan-help-page .section-wrapper .version-list .version .card-version[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .version .card-version[data-v-5f26ba64] { background: #ffffff; border: 1px solid #e2e2e2; border-radius: 3px; padding: 25px; box-sizing: border-box; } -.dokan-help-page .section-wrapper .version-list .version .card-version div[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .version .card-version div[data-v-5f26ba64] { overflow: hidden; } -.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list[data-v-5f26ba64] { margin-bottom: 40px; } -.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list[data-v-525b077c]:last-child { +.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list[data-v-5f26ba64]:last-child { margin-bottom: 0; } -.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature-badge[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature-badge[data-v-5f26ba64] { color: #ffffff; font-size: 15px; font-weight: 600; @@ -1530,54 +1490,54 @@ ul[data-v-525b077c] { display: inline-block; font-family: "SF Pro Text", sans-serif; } -.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .badge-green[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .badge-green[data-v-5f26ba64] { background: #00B728; } -.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .badge-blue[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .badge-blue[data-v-5f26ba64] { background: #028AFB; } -.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .badge-red[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .badge-red[data-v-5f26ba64] { background: #F83838; } -.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature[data-v-5f26ba64] { margin: 11px 0; } -.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature[data-v-525b077c]:last-child { +.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature[data-v-5f26ba64]:last-child { margin-bottom: 0; } -.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature h5[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature h5[data-v-5f26ba64] { color: #000000; margin: 0; font-size: 14px; font-weight: bold; font-family: "SF Pro Text", sans-serif; } -.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature div[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature div[data-v-5f26ba64] { color: #000000; font-size: 14px; font-weight: 400; opacity: 0.8; font-family: "SF Pro Text", sans-serif; } -.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature img[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature img[data-v-5f26ba64] { width: 100%; height: auto; margin-top: 10px; } -.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature ul[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature ul[data-v-5f26ba64] { list-style: disc outside; opacity: 0.7; font-size: 14px; font-weight: 400; margin-right: 18px; } -.dokan-help-page .section-wrapper .version-list .version .card-version .continue-reading[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .version .card-version .continue-reading[data-v-5f26ba64] { display: flex; align-items: center; justify-content: center; margin-top: 30px; } -.dokan-help-page .section-wrapper .version-list .version .card-version .continue-reading a[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .version .card-version .continue-reading a[data-v-5f26ba64] { font-size: 13px; font-weight: normal; text-decoration: none; @@ -1589,23 +1549,23 @@ ul[data-v-525b077c] { border: 1px solid #E2E2E2; font-family: "SF Pro Text", sans-serif; } -.dokan-help-page .section-wrapper .version-list .version .card-version .continue-reading a[data-v-525b077c]:focus { +.dokan-help-page .section-wrapper .version-list .version .card-version .continue-reading a[data-v-5f26ba64]:focus { box-shadow: none; } -.dokan-help-page .section-wrapper .version-list .version .version-number h4[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .version .version-number h4[data-v-5f26ba64] { font-weight: 700; font-size: 23px; color: #000000; margin-bottom: 7px; font-family: "SF Pro Text", sans-serif; } -.dokan-help-page .section-wrapper .version-list .version .version-number p[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .version .version-number p[data-v-5f26ba64] { font-weight: 400; font-size: 13px; color: #5C626A; font-family: "SF Pro Text", sans-serif; } -.dokan-help-page .section-wrapper .version-list .version .version-number label[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .version .version-number label[data-v-5f26ba64] { font-size: 12px; color: #fff; background: #8e44ad; @@ -1616,92 +1576,92 @@ ul[data-v-525b077c] { font-family: "SF Pro Text", sans-serif; } @media only screen and (min-width: 1200px) { -.dokan-help-page .section-wrapper .version-list .version[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .version[data-v-5f26ba64] { display: flex; width: 900px; margin: 0 auto; justify-content: space-between; } -.dokan-help-page .section-wrapper .version-list .version .card-version[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .version .card-version[data-v-5f26ba64] { width: 700px; } -.dokan-help-page .section-wrapper .version-list .latest-version[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .latest-version[data-v-5f26ba64] { margin-top: -200px; } -.dokan-help-page .section-wrapper .version-list .old-version[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .old-version[data-v-5f26ba64] { margin-top: 25px; } } @media screen and (min-width: 992px) and (max-width: 1199px) { -.dokan-help-page .section-wrapper .version-list .version[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .version[data-v-5f26ba64] { display: flex; width: 720px; margin: 0 auto; justify-content: space-between; } -.dokan-help-page .section-wrapper .version-list .version .card-version[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .version .card-version[data-v-5f26ba64] { width: 520px; } -.dokan-help-page .section-wrapper .version-list .latest-version[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .latest-version[data-v-5f26ba64] { margin-top: -200px; } -.dokan-help-page .section-wrapper .version-list .old-version[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .old-version[data-v-5f26ba64] { margin-top: 20px; } } @media only screen and (max-width: 991px) { -.dokan-help-page .section-wrapper .dokan-notice[data-v-525b077c] { +.dokan-help-page .section-wrapper .dokan-notice[data-v-5f26ba64] { background: #f7f8fa; margin: -15px -10px 0; padding: 15px 15px 0; } -.dokan-help-page .section-wrapper .change-log[data-v-525b077c] { +.dokan-help-page .section-wrapper .change-log[data-v-5f26ba64] { background: #f7f8fa; margin: -15px -10px 0; } -.dokan-help-page .section-wrapper .change-log.lite-change-log[data-v-525b077c] { +.dokan-help-page .section-wrapper .change-log.lite-change-log[data-v-5f26ba64] { height: 220px; } -.dokan-help-page .section-wrapper .change-log.pro-change-log[data-v-525b077c] { +.dokan-help-page .section-wrapper .change-log.pro-change-log[data-v-5f26ba64] { height: 280px; } -.dokan-help-page .section-wrapper .version-list .version .card-version[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .version .card-version[data-v-5f26ba64] { margin: 0 -10px; border: 0; box-shadow: none; border-radius: 0; } -.dokan-help-page .section-wrapper .version-list .version .card-version .continue-reading[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .version .card-version .continue-reading[data-v-5f26ba64] { justify-content: start; } -.dokan-help-page .section-wrapper .version-list .latest-version[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .latest-version[data-v-5f26ba64] { margin-top: -112px; } -.dokan-help-page .section-wrapper .version-list .latest-version .version-number[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .latest-version .version-number[data-v-5f26ba64] { padding-bottom: 15px; text-align: center; } -.dokan-help-page .section-wrapper .version-list .old-version[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .old-version[data-v-5f26ba64] { margin-top: 15px; } -.dokan-help-page .section-wrapper .version-list .old-version .version-number[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .old-version .version-number[data-v-5f26ba64] { background: #fff; padding: 25px 25px 0 25px; margin: 0 -10px; box-sizing: border-box; } -.dokan-help-page .section-wrapper .version-list .old-version h4[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .old-version h4[data-v-5f26ba64] { margin-top: 0; } -.dokan-help-page .section-wrapper .version-list .old-version p[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .old-version p[data-v-5f26ba64] { margin-bottom: 0; } } -.dokan-help-page .scroll-to-top[data-v-525b077c] { +.dokan-help-page .scroll-to-top[data-v-5f26ba64] { width: 40px; height: 40px; color: #ffffff; - background: #ff5722; + background: #7047EB; border: 0; position: fixed; left: 10px; @@ -1713,7 +1673,7 @@ ul[data-v-525b077c] { visibility: hidden; transition: all 0.2s ease; } -.dokan-help-page .loading[data-v-525b077c] { +.dokan-help-page .loading[data-v-5f26ba64] { width: 100%; text-align: center; margin-top: 100px; @@ -2138,45 +2098,32 @@ ul[data-v-525b077c] { } } -.combine_fields[data-v-63d1027e] { - display: flex; - justify-content: right; - align-items: center; -} -.combine_fields .percent_fee[data-v-63d1027e] { - padding-left: 10px; -} -.combine_fields .fixed_fee input[data-v-63d1027e], -.combine_fields .percent_fee input[data-v-63d1027e] { - width: 100px; -} - -.wm-box-container[data-v-914aa92a] { +.wm-box-container[data-v-7e4e2d4c] { display: flex; flex-direction: column; } -.wm-box-container .wm-methods-box-container[data-v-914aa92a] { +.wm-box-container .wm-methods-box-container[data-v-7e4e2d4c] { margin-top: 15px; } -.wm-box-container .wm-methods-box-container .wm-methods-box[data-v-914aa92a] { +.wm-box-container .wm-methods-box-container .wm-methods-box[data-v-7e4e2d4c] { border-bottom: 1px solid #f3f4f6; padding: 0 30px; display: flex; justify-content: space-between; align-items: center; } -.wm-box-container .wm-methods-box-container .wm-methods-box[data-v-914aa92a]:last-child { +.wm-box-container .wm-methods-box-container .wm-methods-box[data-v-7e4e2d4c]:last-child { border-bottom: 0; } -.wm-box-container .wm-methods-box-container .wm-methods-box .wm-method[data-v-914aa92a] { +.wm-box-container .wm-methods-box-container .wm-methods-box .wm-method[data-v-7e4e2d4c] { display: flex; align-items: center; } -.wm-box-container .wm-methods-box-container .wm-methods-box .wm-charges[data-v-914aa92a] { +.wm-box-container .wm-methods-box-container .wm-methods-box .wm-charges[data-v-7e4e2d4c] { display: flex; align-items: center; } -.wm-box-container .wm-methods-box-container .wm-methods-box .wm-charges .wm-automated[data-v-914aa92a] { +.wm-box-container .wm-methods-box-container .wm-methods-box .wm-charges .wm-automated[data-v-7e4e2d4c] { border: 1px solid #dbdbdb; color: #838181; padding: 5px 8px; @@ -2184,12 +2131,12 @@ ul[data-v-525b077c] { background: #f5f5f6; } @media only screen and (max-width: 782px) { -.wm-box-container .wm-methods-box-container .wm-methods-box[data-v-914aa92a] { +.wm-box-container .wm-methods-box-container .wm-methods-box[data-v-7e4e2d4c] { flex-direction: column; justify-content: start; align-items: start; } -.wm-box-container .wm-methods-box-container .wm-methods-box .wm-charges[data-v-914aa92a] { +.wm-box-container .wm-methods-box-container .wm-methods-box .wm-charges[data-v-7e4e2d4c] { margin-right: -20px; margin-bottom: 20px; } @@ -3261,7 +3208,7 @@ tr.data_clear_on_uninstall td fieldset label { width: 2px !important; } .dokan-settings-wrap .metabox-holder { - width: 40%; + width: 100%; } .dokan-settings-wrap .metabox-holder .settings-header { display: block; @@ -3282,7 +3229,7 @@ tr.data_clear_on_uninstall td fieldset label { } @media only screen and (max-width: 768px) { .dokan-settings-wrap .nav-tab-wrapper { - width: 35% !important; + width: 35%; } .dokan-settings-wrap .nav-tab-wrapper .nav-tab .nav-content .nav-title { font-size: 10px; @@ -3291,7 +3238,7 @@ tr.data_clear_on_uninstall td fieldset label { font-size: 8px !important; } .dokan-settings-wrap .metabox-holder { - width: 65%; + width: 100%; } .dokan-settings-wrap .metabox-holder .settings-header .settings-content .settings-title { padding-right: 0; @@ -3337,10 +3284,6 @@ tr.data_clear_on_uninstall td fieldset label { margin-top: 5px; margin-bottom: 5px; } -.payment-info.edit-mode .combine-commission-field .dokan-form-input.percent_fee, -.payment-info.edit-mode .combine-commission-field .dokan-form-input.fixed_fee { - width: 40%; -} .swal2-container { z-index: 9999999 !important; @@ -3763,6 +3706,720 @@ tr.data_clear_on_uninstall td fieldset label { } } +.dokan-vendor-single .dokan-hide { + display: none; +} +.dokan-vendor-single .vendor-profile .action-links.edit-mode .button span { + line-height: 27px; +} +.dokan-vendor-single .vendor-profile .action-links.footer.edit-mode { + float: left; + margin-top: 20px; +} +.dokan-vendor-single .dokan-form-input { + width: 100%; + padding: 6px; + border: 1px solid #ccc; + border-radius: 4px; + box-sizing: border-box; + margin-top: 6px; + margin-bottom: 16px; + resize: vertical; + height: auto; +} +.dokan-vendor-single .dokan-form-input::placeholder { + color: #bcbcbc; +} +.dokan-vendor-single * { + box-sizing: border-box; +} +.dokan-vendor-single .modal-body { + min-height: 150px; + max-height: 350px; +} +.dokan-vendor-single .modal-body .form-row { + padding-bottom: 10px; +} +.dokan-vendor-single .modal-body .form-row input { + width: 90%; +} +.dokan-vendor-single .modal-body label { + display: block; + padding-bottom: 3px; +} +.dokan-vendor-single .vendor-header { + display: flex; +} +.dokan-vendor-single .vendor-header .profile-info { + background: #fff; + border: 1px solid #D9E4E7; + padding: 20px; + width: 285px; + margin-left: 30px; + border-radius: 3px; + position: relative; +} +.dokan-vendor-single .vendor-header .profile-info .featured-vendor { + position: absolute; + top: 10px; + left: 15px; + color: #FF9800; +} +.dokan-vendor-single .vendor-header .profile-banner { + position: relative; + width: calc(100% - 285px + 30px); + height: 350px; + border: 1px solid #dfdfdf; + background: #496a94; + overflow: hidden; +} +.dokan-vendor-single .vendor-header .profile-banner img { + height: 350px; + width: 100%; +} +.dokan-vendor-single .vendor-header .profile-banner .action-links { + position: absolute; + left: 20px; + top: 20px; +} +.dokan-vendor-single .vendor-header .profile-banner .action-links .button { + box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2); +} +.dokan-vendor-single .vendor-header .profile-banner .action-links .button.visit-store { + background: #0085ba; + border-color: #0085ba; + color: #fff; +} +.dokan-vendor-single .vendor-header .profile-banner .action-links .button.visit-store:hover { + background: #008ec2; + border-color: #006799; +} +.dokan-vendor-single .vendor-header .profile-banner .action-links .button.visit-store .dashicons { + font-size: 17px; + margin-top: 5px; +} +.dokan-vendor-single .vendor-header .profile-banner .action-links .button.edit-store { + color: #B8BAC2; + background: #fff; + border-color: #fff; + margin-right: 5px; +} +.dokan-vendor-single .vendor-header .profile-banner .action-links .button.edit-store:hover { + background: #eee; + border-color: #eee; +} +.dokan-vendor-single .vendor-header .profile-banner .action-links .button.edit-store .dashicons { + margin-top: 3px; +} +.dokan-vendor-single .vendor-header .profile-icon { + position: relative; + text-align: center; + margin: 0 auto; +} +.dokan-vendor-single .vendor-header .profile-icon .edit-photo { + position: absolute; + right: 33%; + top: 46px; + color: white; + width: 80px; + cursor: pointer; +} +.dokan-vendor-single .vendor-header .profile-icon img { + height: 120px; + width: 120px; + border-radius: 50%; +} +.dokan-vendor-single .vendor-header .profile-icon.edit-mode .dokan-upload-image { + max-width: 120px; + margin: 0 auto; +} +.dokan-vendor-single .vendor-header .profile-icon.edit-mode .dokan-upload-image .dokan-upload-image-container:hover img { + padding: 5px; + background-color: #f1f1f1; + transition: padding 0.2s; +} +.dokan-vendor-single .vendor-header .profile-icon.edit-mode img { + border: 5px solid #1a9ed4; + cursor: pointer; + opacity: 0.8; +} +.dokan-vendor-single .vendor-header .profile-banner.edit-mode { + cursor: pointer; +} +.dokan-vendor-single .vendor-header .profile-banner.edit-mode .banner-wrap { + display: flex; + justify-content: center; +} +.dokan-vendor-single .vendor-header .profile-banner.edit-mode .banner-wrap img { + border: 5px solid #5ca9d3; + opacity: 0.5; +} +.dokan-vendor-single .vendor-header .profile-banner.edit-mode .banner-wrap img:hover { + padding: 5px; + transition: padding 0.2s; +} +.dokan-vendor-single .vendor-header .profile-banner.edit-mode .banner-wrap .edit-banner { + position: absolute; + right: 33%; + top: 50%; + font-size: 30px; + font-weight: 400; + color: white; +} +.dokan-vendor-single .vendor-header .profile-banner.edit-mode .banner-wrap .edit-banner i.change-banner { + font-size: 50px; + margin-top: -70px; + position: relative; + right: 140px; +} +.dokan-vendor-single .vendor-header .store-info .star-rating { + text-align: center; +} +.dokan-vendor-single .vendor-header .store-info .star-rating span:before { + content: "\f154"; + color: #999; +} +.dokan-vendor-single .vendor-header .store-info .star-rating span.active:before { + content: "\f155"; + color: #FF9800; +} +.dokan-vendor-single .vendor-header .store-info h2 { + text-align: center; + font-size: 2em; + margin-bottom: 0.5em; +} +.dokan-vendor-single .vendor-header .store-info .store-details { + color: #AEB0B3; +} +.dokan-vendor-single .vendor-header .store-info .store-details .dashicons { + color: #BABCC3; +} +.dokan-vendor-single .vendor-header .store-info .store-details li { + margin-bottom: 8px; + padding-right: 30px; +} +.dokan-vendor-single .vendor-header .store-info .store-details li:before { + display: inline-block; + width: 20px; + height: 20px; + font-size: 20px; + line-height: 1; + font-family: dashicons; + text-decoration: inherit; + font-weight: 400; + font-style: normal; + vertical-align: top; + text-align: center; + transition: color 0.1s ease-in 0; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + margin-right: -30px; + width: 30px; +} +.dokan-vendor-single .vendor-header .store-info .store-details li.address:before { + content: "\f230"; +} +.dokan-vendor-single .vendor-header .store-info .store-details li.phone:before { + content: "\f525"; + transform: scale(-1, 1); +} +.dokan-vendor-single .vendor-header .store-info .store-details.edit-mode .content-header { + display: none; +} +.dokan-vendor-single .vendor-header .store-info .store-details.edit-mode li { + padding-right: 0; +} +.dokan-vendor-single .vendor-header .store-info .actions { + margin-top: 25px; + text-align: center; +} +.dokan-vendor-single .vendor-header .store-info .actions .dashicons { + color: #fff; + border-radius: 50%; + font-size: 16px; + width: 16px; + height: 16px; + vertical-align: middle; + margin-top: -2px; +} +.dokan-vendor-single .vendor-header .store-info .actions .message { + background: #1FB18A; + border-color: #1FB18A; + color: #fff; + box-shadow: none; + font-size: 0.9em; + margin-left: 7px; +} +.dokan-vendor-single .vendor-header .store-info .actions .message:hover { + background: #1b9b79; + border-color: #1b9b79; +} +.dokan-vendor-single .vendor-header .store-info .actions .status { + background-color: #fff; + box-shadow: none; + font-size: 0.9em; + border-color: #ddd; +} +.dokan-vendor-single .vendor-header .store-info .actions .status:hover { + background-color: #eee; +} +.dokan-vendor-single .vendor-header .store-info .actions .status.enabled .dashicons { + background-color: #19c11f; +} +.dokan-vendor-single .vendor-header .store-info .actions .status.enabled .dashicons:before { + content: "\f147"; + margin-right: -2px; +} +.dokan-vendor-single .vendor-header .store-info .actions .status.disabled .dashicons { + background-color: #f44336; +} +.dokan-vendor-single .vendor-header .store-info .actions .status.disabled .dashicons:before { + content: "\f158"; +} +.dokan-vendor-single .vendor-header .store-info a.store-categoy-names { + text-align: center; + font-weight: 500; + font-size: 14px; + margin: 8px 0 14px; + color: #444; + text-decoration: none; + display: block; + line-height: 1.6; +} +.dokan-vendor-single .vendor-header .store-info a.store-categoy-names:hover { + color: #0073aa; +} +.dokan-vendor-single .vendor-header .store-info .store-categories-editing h4 { + font-size: 15px; + font-weight: 700; + margin-bottom: 5px; +} +.dokan-vendor-single .vendor-header .store-info .store-categories-editing .button-link { + text-decoration: none; +} +.dokan-vendor-single .vendor-header .store-info.edit-mode .account-info .content-header { + display: none; +} +.dokan-vendor-single .vendor-header .store-info.edit-mode .account-info .column label { + float: right; + clear: both; + margin-top: 10px; + margin-right: -4px; +} +.dokan-vendor-single .vendor-header .store-info.edit-mode .account-info .column .dokan-form-input { + width: 60%; + padding: 5px; + float: left; + margin-left: -4px; +} +.dokan-vendor-single .vendor-header .store-info.edit-mode .account-info .column .store-url { + margin: 0; + padding: 0; + bottom: 10px; + font-style: italic; + color: #a09f9f; + font-size: 12px; +} +.dokan-vendor-single .vendor-summary { + display: flex; + justify-content: space-between; + margin-top: 20px; +} +.dokan-vendor-single .vendor-summary .summary-wrap { + width: 72%; + background: #fff; + border: 1px solid #D9E4E7; + border-radius: 3px; + padding: 20px; + display: flex; + justify-content: space-between; + margin: 0 15px; +} +.dokan-vendor-single .vendor-summary .stat-summary { + width: 32%; +} +.dokan-vendor-single .vendor-summary .stat-summary h3 { + margin: 0 0 1em 0; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts { + border: 1px solid #dfdfdf; + margin-bottom: 0; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li { + margin-bottom: 10px; + border-top: 1px solid #dfdfdf; + position: relative; + padding: 15px 75px 5px 10px; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li:first-child { + border-top: none; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li .count { + font-size: 1.5em; + line-height: 130%; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li .count a { + text-decoration: none; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li .subhead { + color: #999; + display: block; + margin-top: 3px; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li:after { + display: inline-block; + width: 22px; + height: 22px; + font-size: 22px; + line-height: 1; + font-family: dashicons; + text-decoration: inherit; + font-weight: 400; + font-style: normal; + vertical-align: top; + text-align: center; + transition: color 0.1s ease-in 0; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + right: 31px; + top: 26px; + color: #fff; + position: absolute; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li:before { + position: absolute; + width: 41px; + height: 41px; + border-radius: 50%; + right: 20px; + top: 18px; + content: " "; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.products { + color: #FB094C; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.products a { + color: #FB094C; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.products:before { + background-color: #FB094C; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.products:after { + font-family: WooCommerce!important; + content: '\e006'; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.items { + color: #2CC55E; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.items:before { + background-color: #2CC55E; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.items:after { + content: "\f233"; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.visitors { + color: #0F72F9; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.visitors:before { + background-color: #0F72F9; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.visitors:after { + content: "\f307"; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.orders { + color: #323ABF; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.orders a { + color: #323ABF; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.orders:before { + background-color: #323ABF; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.orders:after { + content: "\f174"; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.gross { + color: #80be0f; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.gross:before { + background-color: #99E412; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.gross:after { + content: "\f239"; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.earning { + color: #8740A7; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.earning:before { + background-color: #8740A7; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.earning:after { + content: "\f524"; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.commision { + color: #FB0A4C; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.commision:before { + background-color: #FB0A4C; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.commision:after { + content: "\f524"; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.balance { + color: #FD553B; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.balance:before { + background-color: #FD553B; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.balance:after { + content: "\f184"; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.reviews { + color: #EE8A12; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.reviews:before { + background-color: #EE8A12; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.reviews:after { + content: "\f125"; +} +.dokan-vendor-single .vendor-summary .badge-info { + background: #fff; + border: 1px solid #D9E4E7; + border-radius: 3px; + width: 25%; +} +.dokan-vendor-single .vendor-summary .vendor-info { + background: #fff; + border: 1px solid #D9E4E7; + border-radius: 3px; + padding: 20px; + width: 27%; +} +.dokan-vendor-single .vendor-summary .vendor-info .subhead { + color: #999; + display: block; + margin-bottom: 10px; +} +.dokan-vendor-single .vendor-summary .vendor-info ul { + margin: 0; +} +.dokan-vendor-single .vendor-summary .vendor-info li { + border-top: 1px solid #dfdfdf; + padding: 10px 15px; +} +.dokan-vendor-single .vendor-summary .vendor-info li:first-child { + border-top: none; +} +.dokan-vendor-single .vendor-summary .vendor-info li.registered { + padding-top: 15px; +} +.dokan-vendor-single .vendor-summary .vendor-info .social-profiles .profiles a { + text-decoration: none; + color: #ddd; + margin-left: 5px; + font-size: 21px; +} +.dokan-vendor-single .vendor-summary .vendor-info .social-profiles .profiles a.active .fa-facebook-square { + color: #3C5998; +} +.dokan-vendor-single .vendor-summary .vendor-info .social-profiles .profiles a.active .fa-twitter { + color: #1496F1; +} +.dokan-vendor-single .vendor-summary .vendor-info .social-profiles .profiles a.active .fa-youtube { + color: #CD2120; +} +.dokan-vendor-single .vendor-summary .vendor-info .social-profiles .profiles a.active .fa-instagram { + color: #B6224A; +} +.dokan-vendor-single .vendor-summary .vendor-info .social-profiles .profiles a.active .fa-linkedin { + color: #0C61A8; +} +.dokan-vendor-single .vendor-summary .vendor-info .social-profiles .profiles a.active .fa-pinterest-square { + color: #BD091E; +} +.dokan-vendor-single .vendor-summary .vendor-info .social-profiles .profiles a.active .fa-flickr { + color: #FB0072; +} +.dokan-vendor-single .vendor-summary .vendor-info li.payments .payment-methods { + font-size: 35px; + color: #ddd; + display: flex; + flex-flow: row wrap; + gap: 10px; +} +.dokan-vendor-single .vendor-summary .vendor-info li.payments .payment-methods .tooltip { + font-size: 12px; +} +.dokan-vendor-single .vendor-summary .vendor-info li.payments .payment-methods .payment-chip { + filter: grayscale(1); + opacity: 0.5; + display: inline-block; + font-size: 1em; +} +.dokan-vendor-single .vendor-summary .vendor-info li.payments .payment-methods .payment-chip.active { + filter: grayscale(0); + opacity: 1; +} +.dokan-vendor-single .vendor-summary .vendor-info li.payments .payment-methods .dokan-custom-payment { + display: flex; + align-items: center; + padding: 0 10px; + height: 26px; + background: #FFF2FF; + border-radius: 3px; +} +.dokan-vendor-single .vendor-summary .vendor-info li.payments .payment-methods .dokan-custom-payment span { + color: #7C327C; + font-size: 10px; + font-weight: 600; + line-height: 14.34px; + margin-right: 5px; +} +.dokan-vendor-single .vendor-other-info .content-header { + font-size: 14px !important; + font-weight: 600 !important; + padding-right: 12px !important; +} +.dokan-vendor-single .vendor-other-info .address-social-info { + display: flex; + justify-content: space-between; + margin-top: 30px; +} +.dokan-vendor-single .vendor-other-info .address-social-info .content-header { + font-size: 18px; + margin: 0; + padding: 10px; + border-bottom: 1px solid #f1f1f1; +} +.dokan-vendor-single .vendor-other-info .address-social-info .social-info, +.dokan-vendor-single .vendor-other-info .address-social-info .account-info { + width: 48%; + background-color: white; +} +.dokan-vendor-single .vendor-other-info .address-social-info .social-info .content-body, +.dokan-vendor-single .vendor-other-info .address-social-info .account-info .content-body { + padding: 10px 20px; +} +.dokan-vendor-single .vendor-other-info .address-social-info .account-info .store-url { + margin: 0; + padding: 0; + position: relative; + bottom: 10px; + font-style: italic; + color: #a09f9f; + font-size: 12px; +} +.dokan-vendor-single .vendor-other-info .payment-info { + background-color: white; + margin-top: 30px; +} +.dokan-vendor-single .vendor-other-info .payment-info .content-header { + font-size: 18px; + margin: 0; + padding: 10px; + border-bottom: 1px solid #f1f1f1; +} +.dokan-vendor-single .vendor-other-info .payment-info .content-body { + display: flex; + justify-content: space-between; +} +.dokan-vendor-single .vendor-other-info .payment-info .content-body .dokan-form-group { + width: 48%; + padding: 10px 20px; +} +.dokan-vendor-single .vendor-other-info .commission-info { + background-color: white; + margin-top: 30px; +} +.dokan-vendor-single .vendor-other-info .commission-info .content-header { + font-size: 18px; + margin: 0; + padding: 10px; + border-bottom: 1px solid #f1f1f1; +} +.dokan-vendor-single .vendor-other-info .commission-info .content-body { + display: flex; + justify-content: space-between; +} +.dokan-vendor-single .vendor-other-info .multiselect { + margin-top: 5px; +} +.dokan-vendor-single .vendor-other-info .multiselect__select:before { + top: 55%; +} +.dokan-vendor-single .vendor-other-info .multiselect__tags { + min-height: 34px; +} +.dokan-vendor-single .vendor-other-info .multiselect__single { + font-size: 14px; + padding-right: 0px; + margin-bottom: 4px; + margin-top: -2px; +} +.dokan-vendor-single .vendor-other-info .multiselect__input:focus { + box-shadow: none; + border: none; + outline: none; +} +@media only screen and (max-width: 600px) { +.dokan-vendor-single .vendor-profile .vendor-header { + display: block; +} +.dokan-vendor-single .vendor-profile .vendor-header .profile-info { + width: 100% !important; + margin-bottom: 10px; + padding: 0; +} +.dokan-vendor-single .vendor-profile .vendor-header .profile-info .profile-icon { + padding: 10px 0 20px; +} +.dokan-vendor-single .vendor-profile .vendor-header .profile-banner { + width: 100% !important; +} +.dokan-vendor-single .vendor-profile .vendor-header .profile-banner .banner-wrap .dokan-upload-image .dokan-upload-image-container span.edit-banner { + width: 100%; + right: 0; + text-align: center; +} +.dokan-vendor-single .vendor-profile .vendor-summary { + display: block; +} +.dokan-vendor-single .vendor-profile .vendor-summary .summary-wrap { + display: block; + width: 100% !important; +} +.dokan-vendor-single .vendor-profile .vendor-summary .summary-wrap .stat-summary { + width: 100% !important; + padding-bottom: 20px; +} +.dokan-vendor-single .vendor-profile .vendor-summary .vendor-info { + width: 100% !important; + margin-top: 20px; +} +.dokan-vendor-single .vendor-profile .vendor-other-info .address-social-info { + flex-flow: column wrap; +} +.dokan-vendor-single .vendor-profile .vendor-other-info .address-social-info .account-info { + width: 100%; + margin: 0 auto 30px; +} +.dokan-vendor-single .vendor-profile .vendor-other-info .address-social-info .social-info { + width: 100%; + margin: 0 auto 30px; +} +.dokan-vendor-single .vendor-profile .vendor-other-info .payment-info .content-body { + flex-flow: column wrap; +} +.dokan-vendor-single .vendor-profile .vendor-other-info .payment-info .content-body .dokan-form-group { + width: 100%; + margin: 0 auto 20px; +} +.dokan-vendor-single .vendor-profile .vendor-other-info .payment-info .content-body .dokan-form-group .column label { + display: block; +} +} + .dokan-importer-wrapper[data-v-c15c744e] { text-align: center; max-width: 700px; @@ -4027,15 +4684,26 @@ to { background-position: center; background-repeat: no-repeat; background-size: cover; - margin-bottom: 16px; + margin: 20px 0; } #dokan-vendor-capabilities .vendor-capabilities-banner .content { margin: 30px; } #dokan-vendor-capabilities .vendor-capabilities-banner .content .title { - font-size: 26px; - font-weight: bold; - color: #FF0000; + font-size: 51px; + font-style: normal; + font-weight: 700; + line-height: normal; + background: linear-gradient(-90deg, #FFF 34.5%, #D68FFF 100%); + background-clip: text !important; + -webkit-background-clip: text; + -webkit-text-fill-color: transparent; +} +#dokan-vendor-capabilities .vendor-capabilities-banner .content p { + color: #FFFFFF; + max-width: 512px; + width: 100%; + font-size: 16px; } #dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup { @@ -4084,7 +4752,7 @@ to { margin-top: 5px; } #dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .body .unlock { - color: #FF5722; + color: #7047EB; font-size: 1rem; font-weight: normal; font-family: "SF Pro Text", sans-serif; @@ -4115,10 +4783,10 @@ to { font-family: "SF Pro Text", sans-serif; } #dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .body .upgrade-text strong { - color: #ff5722; + color: #7047EB; } #dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .body .upgrade-button { - background: #FF5722; + background: #7047EB; border-radius: 3px; padding: 10px 18px; font-weight: 400; diff --git a/assets/js/vue-admin.asset.php b/assets/js/vue-admin.asset.php index b741717861..d116f57013 100644 --- a/assets/js/vue-admin.asset.php +++ b/assets/js/vue-admin.asset.php @@ -1 +1 @@ - array('jquery', 'moment'), 'version' => '434780bbb89cd166487a'); + array('jquery', 'moment'), 'version' => '7c46d9ffa66cfce98155'); diff --git a/assets/js/vue-admin.css b/assets/js/vue-admin.css index b56ab6f873..a2b5712634 100644 --- a/assets/js/vue-admin.css +++ b/assets/js/vue-admin.css @@ -477,25 +477,19 @@ } .cta-section { - background-image: -moz-linear-gradient(15deg, #ff7d90 0%, #ffad6f 100%); - background-image: -webkit-linear-gradient(15deg, #ff7d90 0%, #ffad6f 100%); - background-image: -ms-linear-gradient(15deg, #ff7d90 0%, #ffad6f 100%); - background-image: linear-gradient(15deg, #ff7d90 0%, #ffad6f 100%); background-repeat: no-repeat; background-position: center center; - background-size: contain; + background-size: cover; text-align: center; - padding: 35px 75px 40px; + padding: 70px 0; color: #fff; } .cta-section img { - width: 60px; - border-radius: 50%; box-shadow: 0px 3px 70px 0px rgba(126, 17, 0, 0.35); } .cta-section h2 { font-size: 30px; - color: #fff; + color: #FFC700; font-weight: 400; line-height: 1.333em; text-align: center; @@ -506,28 +500,34 @@ font-size: 16px; line-height: 1.5em; font-weight: 300; - margin: 10px 0 30px; + max-width: 335px; + margin: 0 auto 1rem auto; } .cta-section .btn { - background-color: #fff; - color: #f2624d; - font-size: 16px; + background-color: #A244FF; + color: #FFFFFF; + font-size: 1.2rem; line-height: 1.538em; font-weight: 300; - border: 1px solid #FF9381; - border-radius: 3px; - box-shadow: 0px 1px 2px 0px rgba(255, 128, 142, 0.05); - display: inline-block; + border-radius: 14px; text-decoration: none; - padding: 12px 27px; + display: inline-flex; + padding: 1rem 2.8rem; + align-items: center; } .cta-section .btn:hover { - box-shadow: 2.736px 7.518px 20px 0 rgba(0, 0, 0, 0.15); + box-shadow: 3px 7px 20px 0 rgba(0, 0, 0, 0.15); +} +.cta-section .btn p { + color: #FFF; + font-size: 24px; + font-style: normal; + font-weight: 600; + line-height: normal; } .cta-section .btn svg { - width: 15px; - fill: #f2624d; - margin-left: 6px; + width: 2.5rem; + height: 1.8rem; } /* Slider */ @@ -651,7 +651,7 @@ .dokan-pro-features .vendor-capabilities-banner { display: flex; align-items: center; - padding: 50px; + padding: 70px 50px; height: auto; border-radius: 9px; background-position: center; @@ -663,19 +663,32 @@ margin: 30px; } .dokan-pro-features .vendor-capabilities-banner .content .title { - font-size: 26px; - font-weight: bold; - color: #FF0000; + font-size: 51px; + font-style: normal; + font-weight: 700; + line-height: normal; + background: linear-gradient(90deg, #FFF 34.5%, #D68FFF 100%); + background-clip: text !important; + -webkit-background-clip: text; + -webkit-text-fill-color: transparent; +} +.dokan-pro-features .vendor-capabilities-banner .content p { + color: #FFFFFF; + max-width: 512px; + width: 100%; + font-size: 16px; } .dokan-pro-features .vendor-capabilities-banner a { box-shadow: none; - background: #FF5722; + background: #825eed; color: #fff; - border-color: #FF5722; + border-color: #7047EB; + font-size: 16px; + padding: 0 1rem; } .dokan-pro-features .vendor-capabilities-banner a:hover { color: #fff; - background: #ff6a3c; + background: #7047EB; } .dokan-pro-features a { transition: all 0.2s ease; @@ -1226,59 +1239,6 @@ color: #8263f7; text-decoration: none; } -.dokan-pro-features .cta-section { - background-image: -moz-linear-gradient(15deg, #ff7d90 0%, #ffad6f 100%); - background-image: -webkit-linear-gradient(15deg, #ff7d90 0%, #ffad6f 100%); - background-image: -ms-linear-gradient(15deg, #ff7d90 0%, #ffad6f 100%); - background-image: linear-gradient(15deg, #ff7d90 0%, #ffad6f 100%); - background-repeat: no-repeat; - background-position: center center; - background-size: contain; - text-align: center; - padding: 35px 75px 40px; - color: #fff; -} -.dokan-pro-features .cta-section img { - width: 60px; - border-radius: 50%; - box-shadow: 0px 3px 70px 0px rgba(126, 17, 0, 0.35); -} -.dokan-pro-features .cta-section h2 { - font-size: 30px; - color: #fff; - font-weight: 400; - line-height: 1.333em; - text-align: center; - margin: 10px 0; - text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.31); -} -.dokan-pro-features .cta-section p { - font-size: 16px; - line-height: 1.5em; - font-weight: 300; - margin: 10px 0 30px; -} -.dokan-pro-features .cta-section .btn { - background-color: #fff; - color: #f2624d; - font-size: 16px; - line-height: 1.538em; - font-weight: 300; - border: 1px solid #FF9381; - border-radius: 3px; - box-shadow: 0px 1px 2px 0px rgba(255, 128, 142, 0.05); - display: inline-block; - text-decoration: none; - padding: 12px 27px; -} -.dokan-pro-features .cta-section .btn:hover { - box-shadow: 2.736px 7.518px 20px 0 rgba(0, 0, 0, 0.15); -} -.dokan-pro-features .cta-section .btn svg { - width: 15px; - fill: #f2624d; - margin-left: 6px; -} .dokan-help-page .section-wrapper { margin-top: 15px; @@ -1307,52 +1267,52 @@ margin-top: 100px; } -.fade-enter-active[data-v-525b077c], -.fade-leave-active[data-v-525b077c] { +.fade-enter-active[data-v-5f26ba64], +.fade-leave-active[data-v-5f26ba64] { transition: opacity 0.3s ease; } -.fade-enter[data-v-525b077c], -.fade-leave-to[data-v-525b077c] { +.fade-enter[data-v-5f26ba64], +.fade-leave-to[data-v-5f26ba64] { opacity: 0; } -.slide-enter-active[data-v-525b077c], -.slide-leave-active[data-v-525b077c] { +.slide-enter-active[data-v-5f26ba64], +.slide-leave-active[data-v-5f26ba64] { transition-duration: 0.1s; transition-timing-function: linear; } -.slide-enter-to[data-v-525b077c], -.slide-leave[data-v-525b077c] { +.slide-enter-to[data-v-5f26ba64], +.slide-leave[data-v-5f26ba64] { max-height: 100px; overflow: hidden; } -.slide-enter[data-v-525b077c], -.slide-leave-to[data-v-525b077c] { +.slide-enter[data-v-5f26ba64], +.slide-leave-to[data-v-5f26ba64] { overflow: hidden; max-height: 0; } -ul[data-v-525b077c] { +ul[data-v-5f26ba64] { cursor: pointer; } -.dokan-help-page .section-wrapper h2[data-v-525b077c] { +.dokan-help-page .section-wrapper h2[data-v-5f26ba64] { margin: 0; color: transparent; } -.dokan-help-page .section-wrapper .dokan-notice[data-v-525b077c] { +.dokan-help-page .section-wrapper .dokan-notice[data-v-5f26ba64] { background: rgba(223, 0, 0, 0.05); margin: -15px -20px 0; padding: 15px 15px 0; } -.dokan-help-page .section-wrapper .change-log[data-v-525b077c] { - background: rgba(223, 0, 0, 0.05); +.dokan-help-page .section-wrapper .change-log[data-v-5f26ba64] { + background: #efeaff; margin: -15px -20px 0; } -.dokan-help-page .section-wrapper .change-log.lite-change-log[data-v-525b077c] { +.dokan-help-page .section-wrapper .change-log.lite-change-log[data-v-5f26ba64] { height: 340px; } -.dokan-help-page .section-wrapper .change-log.pro-change-log[data-v-525b077c] { +.dokan-help-page .section-wrapper .change-log.pro-change-log[data-v-5f26ba64] { height: 400px; } -.dokan-help-page .section-wrapper .change-log h3[data-v-525b077c] { +.dokan-help-page .section-wrapper .change-log h3[data-v-5f26ba64] { color: #000000; font-size: 30px; text-align: center; @@ -1361,7 +1321,7 @@ ul[data-v-525b077c] { font-family: "SF Pro Text", sans-serif; margin: 0 0 28px; } -.dokan-help-page .section-wrapper .change-log .switch-button-wrap[data-v-525b077c] { +.dokan-help-page .section-wrapper .change-log .switch-button-wrap[data-v-5f26ba64] { width: 147px; height: 33px; text-align: center; @@ -1373,13 +1333,13 @@ ul[data-v-525b077c] { position: relative; border: 1px solid #e2e2e2; } -.dokan-help-page .section-wrapper .change-log .switch-button-wrap .switch-button[data-v-525b077c] { +.dokan-help-page .section-wrapper .change-log .switch-button-wrap .switch-button[data-v-5f26ba64] { width: 48%; height: 100%; background: none; border-radius: 27px; border: none; - color: #cc7376; + color: #5C626A; display: inline-block; position: relative; transition: all 0.2s ease; @@ -1388,8 +1348,8 @@ ul[data-v-525b077c] { font-weight: 500; font-family: "SF Pro Text", sans-serif; } -.dokan-help-page .section-wrapper .change-log .switch-button-wrap .active[data-v-525b077c] { - background: #FF5722; +.dokan-help-page .section-wrapper .change-log .switch-button-wrap .active[data-v-5f26ba64] { + background: #7047EB; border-radius: 30px; position: absolute; top: 0; @@ -1397,21 +1357,21 @@ ul[data-v-525b077c] { height: 100%; transition: all 0.2s ease-out; } -.dokan-help-page .section-wrapper .change-log .switch-button-wrap .lite[data-v-525b077c] { +.dokan-help-page .section-wrapper .change-log .switch-button-wrap .lite[data-v-5f26ba64] { text-transform: capitalize; } -.dokan-help-page .section-wrapper .change-log .switch-button-wrap .pro[data-v-525b077c] { +.dokan-help-page .section-wrapper .change-log .switch-button-wrap .pro[data-v-5f26ba64] { text-transform: uppercase; } -.dokan-help-page .section-wrapper .change-log .switch-button-wrap .active-case[data-v-525b077c] { +.dokan-help-page .section-wrapper .change-log .switch-button-wrap .active-case[data-v-5f26ba64] { color: #ffffff; } -.dokan-help-page .section-wrapper .change-log .jump-version[data-v-525b077c] { +.dokan-help-page .section-wrapper .change-log .jump-version[data-v-5f26ba64] { width: 178px; margin: 24px auto 0; position: relative; } -.dokan-help-page .section-wrapper .change-log .jump-version p[data-v-525b077c] { +.dokan-help-page .section-wrapper .change-log .jump-version p[data-v-5f26ba64] { color: #000; font-size: 13px; text-align: center; @@ -1419,15 +1379,15 @@ ul[data-v-525b077c] { font-weight: 500; font-family: "SF Pro Text", sans-serif; } -.dokan-help-page .section-wrapper .change-log .jump-version .dashicons[data-v-525b077c] { +.dokan-help-page .section-wrapper .change-log .jump-version .dashicons[data-v-5f26ba64] { font-size: 16px; line-height: 1.4; transition: all 0.2s ease; } -.dokan-help-page .section-wrapper .change-log .jump-version:hover .dashicons[data-v-525b077c] { +.dokan-help-page .section-wrapper .change-log .jump-version:hover .dashicons[data-v-5f26ba64] { transform: rotate(-180deg); } -.dokan-help-page .section-wrapper .change-log .jump-version .version-menu[data-v-525b077c] { +.dokan-help-page .section-wrapper .change-log .jump-version .version-menu[data-v-5f26ba64] { position: absolute; top: 50px; left: 0; @@ -1442,7 +1402,7 @@ ul[data-v-525b077c] { transition: all 0.2s ease; box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.09); } -.dokan-help-page .section-wrapper .change-log .jump-version .version-menu[data-v-525b077c]:before { +.dokan-help-page .section-wrapper .change-log .jump-version .version-menu[data-v-5f26ba64]:before { content: ""; position: absolute; border: 11px solid transparent; @@ -1452,16 +1412,16 @@ ul[data-v-525b077c] { right: 27px; z-index: 1; } -.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown[data-v-525b077c] { +.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown[data-v-5f26ba64] { max-height: 300px; text-align: left; background: #ffffff; overflow-y: auto; } -.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown ul[data-v-525b077c] { +.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown ul[data-v-5f26ba64] { cursor: context-menu; } -.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown ul li[data-v-525b077c] { +.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown ul li[data-v-5f26ba64] { margin-bottom: 25px; color: #000000; font-size: 14px; @@ -1470,58 +1430,58 @@ ul[data-v-525b077c] { transition: all 0.2s linear; cursor: pointer; } -.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown ul li[data-v-525b077c]:hover { - color: #f2624d; +.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown ul li[data-v-5f26ba64]:hover { + color: #7047EB; } -.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown ul li[data-v-525b077c]:last-child { +.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown ul li[data-v-5f26ba64]:last-child { margin-bottom: 0; } -.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown ul li.current[data-v-525b077c] { - color: #f2624d; +.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown ul li.current[data-v-5f26ba64] { + color: #7047EB; font-weight: bold; font-family: "SF Pro Text", sans-serif; } -.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown ul li span[data-v-525b077c] { +.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown ul li span[data-v-5f26ba64] { display: block; font-size: 12px; color: #758598; font-weight: 400; font-family: "SF Pro Text", sans-serif; } -.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown[data-v-525b077c]::-webkit-scrollbar { +.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown[data-v-5f26ba64]::-webkit-scrollbar { width: 4px; } -.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown[data-v-525b077c]::-webkit-scrollbar-track { +.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown[data-v-5f26ba64]::-webkit-scrollbar-track { background: #f5f5f5; } -.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown[data-v-525b077c]::-webkit-scrollbar-thumb { +.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown[data-v-5f26ba64]::-webkit-scrollbar-thumb { background: #878787; } -.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown[data-v-525b077c]::-webkit-scrollbar-thumb:hover { +.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown[data-v-5f26ba64]::-webkit-scrollbar-thumb:hover { background: #575757; } -.dokan-help-page .section-wrapper .change-log .jump-version:hover .version-menu[data-v-525b077c] { +.dokan-help-page .section-wrapper .change-log .jump-version:hover .version-menu[data-v-5f26ba64] { top: 30px; opacity: 1; visibility: visible; } -.dokan-help-page .section-wrapper .version-list .version .card-version[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .version .card-version[data-v-5f26ba64] { background: #ffffff; border: 1px solid #e2e2e2; border-radius: 3px; padding: 25px; box-sizing: border-box; } -.dokan-help-page .section-wrapper .version-list .version .card-version div[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .version .card-version div[data-v-5f26ba64] { overflow: hidden; } -.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list[data-v-5f26ba64] { margin-bottom: 40px; } -.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list[data-v-525b077c]:last-child { +.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list[data-v-5f26ba64]:last-child { margin-bottom: 0; } -.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature-badge[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature-badge[data-v-5f26ba64] { color: #ffffff; font-size: 15px; font-weight: 600; @@ -1530,54 +1490,54 @@ ul[data-v-525b077c] { display: inline-block; font-family: "SF Pro Text", sans-serif; } -.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .badge-green[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .badge-green[data-v-5f26ba64] { background: #00B728; } -.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .badge-blue[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .badge-blue[data-v-5f26ba64] { background: #028AFB; } -.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .badge-red[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .badge-red[data-v-5f26ba64] { background: #F83838; } -.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature[data-v-5f26ba64] { margin: 11px 0; } -.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature[data-v-525b077c]:last-child { +.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature[data-v-5f26ba64]:last-child { margin-bottom: 0; } -.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature h5[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature h5[data-v-5f26ba64] { color: #000000; margin: 0; font-size: 14px; font-weight: bold; font-family: "SF Pro Text", sans-serif; } -.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature div[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature div[data-v-5f26ba64] { color: #000000; font-size: 14px; font-weight: 400; opacity: 0.8; font-family: "SF Pro Text", sans-serif; } -.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature img[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature img[data-v-5f26ba64] { width: 100%; height: auto; margin-top: 10px; } -.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature ul[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature ul[data-v-5f26ba64] { list-style: disc outside; opacity: 0.7; font-size: 14px; font-weight: 400; margin-left: 18px; } -.dokan-help-page .section-wrapper .version-list .version .card-version .continue-reading[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .version .card-version .continue-reading[data-v-5f26ba64] { display: flex; align-items: center; justify-content: center; margin-top: 30px; } -.dokan-help-page .section-wrapper .version-list .version .card-version .continue-reading a[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .version .card-version .continue-reading a[data-v-5f26ba64] { font-size: 13px; font-weight: normal; text-decoration: none; @@ -1589,23 +1549,23 @@ ul[data-v-525b077c] { border: 1px solid #E2E2E2; font-family: "SF Pro Text", sans-serif; } -.dokan-help-page .section-wrapper .version-list .version .card-version .continue-reading a[data-v-525b077c]:focus { +.dokan-help-page .section-wrapper .version-list .version .card-version .continue-reading a[data-v-5f26ba64]:focus { box-shadow: none; } -.dokan-help-page .section-wrapper .version-list .version .version-number h4[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .version .version-number h4[data-v-5f26ba64] { font-weight: 700; font-size: 23px; color: #000000; margin-bottom: 7px; font-family: "SF Pro Text", sans-serif; } -.dokan-help-page .section-wrapper .version-list .version .version-number p[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .version .version-number p[data-v-5f26ba64] { font-weight: 400; font-size: 13px; color: #5C626A; font-family: "SF Pro Text", sans-serif; } -.dokan-help-page .section-wrapper .version-list .version .version-number label[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .version .version-number label[data-v-5f26ba64] { font-size: 12px; color: #fff; background: #8e44ad; @@ -1616,92 +1576,92 @@ ul[data-v-525b077c] { font-family: "SF Pro Text", sans-serif; } @media only screen and (min-width: 1200px) { -.dokan-help-page .section-wrapper .version-list .version[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .version[data-v-5f26ba64] { display: flex; width: 900px; margin: 0 auto; justify-content: space-between; } -.dokan-help-page .section-wrapper .version-list .version .card-version[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .version .card-version[data-v-5f26ba64] { width: 700px; } -.dokan-help-page .section-wrapper .version-list .latest-version[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .latest-version[data-v-5f26ba64] { margin-top: -200px; } -.dokan-help-page .section-wrapper .version-list .old-version[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .old-version[data-v-5f26ba64] { margin-top: 25px; } } @media screen and (min-width: 992px) and (max-width: 1199px) { -.dokan-help-page .section-wrapper .version-list .version[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .version[data-v-5f26ba64] { display: flex; width: 720px; margin: 0 auto; justify-content: space-between; } -.dokan-help-page .section-wrapper .version-list .version .card-version[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .version .card-version[data-v-5f26ba64] { width: 520px; } -.dokan-help-page .section-wrapper .version-list .latest-version[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .latest-version[data-v-5f26ba64] { margin-top: -200px; } -.dokan-help-page .section-wrapper .version-list .old-version[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .old-version[data-v-5f26ba64] { margin-top: 20px; } } @media only screen and (max-width: 991px) { -.dokan-help-page .section-wrapper .dokan-notice[data-v-525b077c] { +.dokan-help-page .section-wrapper .dokan-notice[data-v-5f26ba64] { background: #f7f8fa; margin: -15px -10px 0; padding: 15px 15px 0; } -.dokan-help-page .section-wrapper .change-log[data-v-525b077c] { +.dokan-help-page .section-wrapper .change-log[data-v-5f26ba64] { background: #f7f8fa; margin: -15px -10px 0; } -.dokan-help-page .section-wrapper .change-log.lite-change-log[data-v-525b077c] { +.dokan-help-page .section-wrapper .change-log.lite-change-log[data-v-5f26ba64] { height: 220px; } -.dokan-help-page .section-wrapper .change-log.pro-change-log[data-v-525b077c] { +.dokan-help-page .section-wrapper .change-log.pro-change-log[data-v-5f26ba64] { height: 280px; } -.dokan-help-page .section-wrapper .version-list .version .card-version[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .version .card-version[data-v-5f26ba64] { margin: 0 -10px; border: 0; box-shadow: none; border-radius: 0; } -.dokan-help-page .section-wrapper .version-list .version .card-version .continue-reading[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .version .card-version .continue-reading[data-v-5f26ba64] { justify-content: start; } -.dokan-help-page .section-wrapper .version-list .latest-version[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .latest-version[data-v-5f26ba64] { margin-top: -112px; } -.dokan-help-page .section-wrapper .version-list .latest-version .version-number[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .latest-version .version-number[data-v-5f26ba64] { padding-bottom: 15px; text-align: center; } -.dokan-help-page .section-wrapper .version-list .old-version[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .old-version[data-v-5f26ba64] { margin-top: 15px; } -.dokan-help-page .section-wrapper .version-list .old-version .version-number[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .old-version .version-number[data-v-5f26ba64] { background: #fff; padding: 25px 25px 0 25px; margin: 0 -10px; box-sizing: border-box; } -.dokan-help-page .section-wrapper .version-list .old-version h4[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .old-version h4[data-v-5f26ba64] { margin-top: 0; } -.dokan-help-page .section-wrapper .version-list .old-version p[data-v-525b077c] { +.dokan-help-page .section-wrapper .version-list .old-version p[data-v-5f26ba64] { margin-bottom: 0; } } -.dokan-help-page .scroll-to-top[data-v-525b077c] { +.dokan-help-page .scroll-to-top[data-v-5f26ba64] { width: 40px; height: 40px; color: #ffffff; - background: #ff5722; + background: #7047EB; border: 0; position: fixed; right: 10px; @@ -1713,7 +1673,7 @@ ul[data-v-525b077c] { visibility: hidden; transition: all 0.2s ease; } -.dokan-help-page .loading[data-v-525b077c] { +.dokan-help-page .loading[data-v-5f26ba64] { width: 100%; text-align: center; margin-top: 100px; @@ -2138,45 +2098,32 @@ ul[data-v-525b077c] { } } -.combine_fields[data-v-63d1027e] { - display: flex; - justify-content: right; - align-items: center; -} -.combine_fields .percent_fee[data-v-63d1027e] { - padding-right: 10px; -} -.combine_fields .fixed_fee input[data-v-63d1027e], -.combine_fields .percent_fee input[data-v-63d1027e] { - width: 100px; -} - -.wm-box-container[data-v-914aa92a] { +.wm-box-container[data-v-7e4e2d4c] { display: flex; flex-direction: column; } -.wm-box-container .wm-methods-box-container[data-v-914aa92a] { +.wm-box-container .wm-methods-box-container[data-v-7e4e2d4c] { margin-top: 15px; } -.wm-box-container .wm-methods-box-container .wm-methods-box[data-v-914aa92a] { +.wm-box-container .wm-methods-box-container .wm-methods-box[data-v-7e4e2d4c] { border-bottom: 1px solid #f3f4f6; padding: 0 30px; display: flex; justify-content: space-between; align-items: center; } -.wm-box-container .wm-methods-box-container .wm-methods-box[data-v-914aa92a]:last-child { +.wm-box-container .wm-methods-box-container .wm-methods-box[data-v-7e4e2d4c]:last-child { border-bottom: 0; } -.wm-box-container .wm-methods-box-container .wm-methods-box .wm-method[data-v-914aa92a] { +.wm-box-container .wm-methods-box-container .wm-methods-box .wm-method[data-v-7e4e2d4c] { display: flex; align-items: center; } -.wm-box-container .wm-methods-box-container .wm-methods-box .wm-charges[data-v-914aa92a] { +.wm-box-container .wm-methods-box-container .wm-methods-box .wm-charges[data-v-7e4e2d4c] { display: flex; align-items: center; } -.wm-box-container .wm-methods-box-container .wm-methods-box .wm-charges .wm-automated[data-v-914aa92a] { +.wm-box-container .wm-methods-box-container .wm-methods-box .wm-charges .wm-automated[data-v-7e4e2d4c] { border: 1px solid #dbdbdb; color: #838181; padding: 5px 8px; @@ -2184,12 +2131,12 @@ ul[data-v-525b077c] { background: #f5f5f6; } @media only screen and (max-width: 782px) { -.wm-box-container .wm-methods-box-container .wm-methods-box[data-v-914aa92a] { +.wm-box-container .wm-methods-box-container .wm-methods-box[data-v-7e4e2d4c] { flex-direction: column; justify-content: start; align-items: start; } -.wm-box-container .wm-methods-box-container .wm-methods-box .wm-charges[data-v-914aa92a] { +.wm-box-container .wm-methods-box-container .wm-methods-box .wm-charges[data-v-7e4e2d4c] { margin-left: -20px; margin-bottom: 20px; } @@ -3261,7 +3208,7 @@ tr.data_clear_on_uninstall td fieldset label { width: 2px !important; } .dokan-settings-wrap .metabox-holder { - width: 40%; + width: 100%; } .dokan-settings-wrap .metabox-holder .settings-header { display: block; @@ -3282,7 +3229,7 @@ tr.data_clear_on_uninstall td fieldset label { } @media only screen and (max-width: 768px) { .dokan-settings-wrap .nav-tab-wrapper { - width: 35% !important; + width: 35%; } .dokan-settings-wrap .nav-tab-wrapper .nav-tab .nav-content .nav-title { font-size: 10px; @@ -3291,7 +3238,7 @@ tr.data_clear_on_uninstall td fieldset label { font-size: 8px !important; } .dokan-settings-wrap .metabox-holder { - width: 65%; + width: 100%; } .dokan-settings-wrap .metabox-holder .settings-header .settings-content .settings-title { padding-left: 0; @@ -3337,10 +3284,6 @@ tr.data_clear_on_uninstall td fieldset label { margin-top: 5px; margin-bottom: 5px; } -.payment-info.edit-mode .combine-commission-field .dokan-form-input.percent_fee, -.payment-info.edit-mode .combine-commission-field .dokan-form-input.fixed_fee { - width: 40%; -} .swal2-container { z-index: 9999999 !important; @@ -3763,6 +3706,720 @@ tr.data_clear_on_uninstall td fieldset label { } } +.dokan-vendor-single .dokan-hide { + display: none; +} +.dokan-vendor-single .vendor-profile .action-links.edit-mode .button span { + line-height: 27px; +} +.dokan-vendor-single .vendor-profile .action-links.footer.edit-mode { + float: right; + margin-top: 20px; +} +.dokan-vendor-single .dokan-form-input { + width: 100%; + padding: 6px; + border: 1px solid #ccc; + border-radius: 4px; + box-sizing: border-box; + margin-top: 6px; + margin-bottom: 16px; + resize: vertical; + height: auto; +} +.dokan-vendor-single .dokan-form-input::placeholder { + color: #bcbcbc; +} +.dokan-vendor-single * { + box-sizing: border-box; +} +.dokan-vendor-single .modal-body { + min-height: 150px; + max-height: 350px; +} +.dokan-vendor-single .modal-body .form-row { + padding-bottom: 10px; +} +.dokan-vendor-single .modal-body .form-row input { + width: 90%; +} +.dokan-vendor-single .modal-body label { + display: block; + padding-bottom: 3px; +} +.dokan-vendor-single .vendor-header { + display: flex; +} +.dokan-vendor-single .vendor-header .profile-info { + background: #fff; + border: 1px solid #D9E4E7; + padding: 20px; + width: 285px; + margin-right: 30px; + border-radius: 3px; + position: relative; +} +.dokan-vendor-single .vendor-header .profile-info .featured-vendor { + position: absolute; + top: 10px; + right: 15px; + color: #FF9800; +} +.dokan-vendor-single .vendor-header .profile-banner { + position: relative; + width: calc(100% - 285px + 30px); + height: 350px; + border: 1px solid #dfdfdf; + background: #496a94; + overflow: hidden; +} +.dokan-vendor-single .vendor-header .profile-banner img { + height: 350px; + width: 100%; +} +.dokan-vendor-single .vendor-header .profile-banner .action-links { + position: absolute; + right: 20px; + top: 20px; +} +.dokan-vendor-single .vendor-header .profile-banner .action-links .button { + box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2); +} +.dokan-vendor-single .vendor-header .profile-banner .action-links .button.visit-store { + background: #0085ba; + border-color: #0085ba; + color: #fff; +} +.dokan-vendor-single .vendor-header .profile-banner .action-links .button.visit-store:hover { + background: #008ec2; + border-color: #006799; +} +.dokan-vendor-single .vendor-header .profile-banner .action-links .button.visit-store .dashicons { + font-size: 17px; + margin-top: 5px; +} +.dokan-vendor-single .vendor-header .profile-banner .action-links .button.edit-store { + color: #B8BAC2; + background: #fff; + border-color: #fff; + margin-left: 5px; +} +.dokan-vendor-single .vendor-header .profile-banner .action-links .button.edit-store:hover { + background: #eee; + border-color: #eee; +} +.dokan-vendor-single .vendor-header .profile-banner .action-links .button.edit-store .dashicons { + margin-top: 3px; +} +.dokan-vendor-single .vendor-header .profile-icon { + position: relative; + text-align: center; + margin: 0 auto; +} +.dokan-vendor-single .vendor-header .profile-icon .edit-photo { + position: absolute; + left: 33%; + top: 46px; + color: white; + width: 80px; + cursor: pointer; +} +.dokan-vendor-single .vendor-header .profile-icon img { + height: 120px; + width: 120px; + border-radius: 50%; +} +.dokan-vendor-single .vendor-header .profile-icon.edit-mode .dokan-upload-image { + max-width: 120px; + margin: 0 auto; +} +.dokan-vendor-single .vendor-header .profile-icon.edit-mode .dokan-upload-image .dokan-upload-image-container:hover img { + padding: 5px; + background-color: #f1f1f1; + transition: padding 0.2s; +} +.dokan-vendor-single .vendor-header .profile-icon.edit-mode img { + border: 5px solid #1a9ed4; + cursor: pointer; + opacity: 0.8; +} +.dokan-vendor-single .vendor-header .profile-banner.edit-mode { + cursor: pointer; +} +.dokan-vendor-single .vendor-header .profile-banner.edit-mode .banner-wrap { + display: flex; + justify-content: center; +} +.dokan-vendor-single .vendor-header .profile-banner.edit-mode .banner-wrap img { + border: 5px solid #5ca9d3; + opacity: 0.5; +} +.dokan-vendor-single .vendor-header .profile-banner.edit-mode .banner-wrap img:hover { + padding: 5px; + transition: padding 0.2s; +} +.dokan-vendor-single .vendor-header .profile-banner.edit-mode .banner-wrap .edit-banner { + position: absolute; + left: 33%; + top: 50%; + font-size: 30px; + font-weight: 400; + color: white; +} +.dokan-vendor-single .vendor-header .profile-banner.edit-mode .banner-wrap .edit-banner i.change-banner { + font-size: 50px; + margin-top: -70px; + position: relative; + left: 140px; +} +.dokan-vendor-single .vendor-header .store-info .star-rating { + text-align: center; +} +.dokan-vendor-single .vendor-header .store-info .star-rating span:before { + content: "\f154"; + color: #999; +} +.dokan-vendor-single .vendor-header .store-info .star-rating span.active:before { + content: "\f155"; + color: #FF9800; +} +.dokan-vendor-single .vendor-header .store-info h2 { + text-align: center; + font-size: 2em; + margin-bottom: 0.5em; +} +.dokan-vendor-single .vendor-header .store-info .store-details { + color: #AEB0B3; +} +.dokan-vendor-single .vendor-header .store-info .store-details .dashicons { + color: #BABCC3; +} +.dokan-vendor-single .vendor-header .store-info .store-details li { + margin-bottom: 8px; + padding-left: 30px; +} +.dokan-vendor-single .vendor-header .store-info .store-details li:before { + display: inline-block; + width: 20px; + height: 20px; + font-size: 20px; + line-height: 1; + font-family: dashicons; + text-decoration: inherit; + font-weight: 400; + font-style: normal; + vertical-align: top; + text-align: center; + transition: color 0.1s ease-in 0; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + margin-left: -30px; + width: 30px; +} +.dokan-vendor-single .vendor-header .store-info .store-details li.address:before { + content: "\f230"; +} +.dokan-vendor-single .vendor-header .store-info .store-details li.phone:before { + content: "\f525"; + transform: scale(-1, 1); +} +.dokan-vendor-single .vendor-header .store-info .store-details.edit-mode .content-header { + display: none; +} +.dokan-vendor-single .vendor-header .store-info .store-details.edit-mode li { + padding-left: 0; +} +.dokan-vendor-single .vendor-header .store-info .actions { + margin-top: 25px; + text-align: center; +} +.dokan-vendor-single .vendor-header .store-info .actions .dashicons { + color: #fff; + border-radius: 50%; + font-size: 16px; + width: 16px; + height: 16px; + vertical-align: middle; + margin-top: -2px; +} +.dokan-vendor-single .vendor-header .store-info .actions .message { + background: #1FB18A; + border-color: #1FB18A; + color: #fff; + box-shadow: none; + font-size: 0.9em; + margin-right: 7px; +} +.dokan-vendor-single .vendor-header .store-info .actions .message:hover { + background: #1b9b79; + border-color: #1b9b79; +} +.dokan-vendor-single .vendor-header .store-info .actions .status { + background-color: #fff; + box-shadow: none; + font-size: 0.9em; + border-color: #ddd; +} +.dokan-vendor-single .vendor-header .store-info .actions .status:hover { + background-color: #eee; +} +.dokan-vendor-single .vendor-header .store-info .actions .status.enabled .dashicons { + background-color: #19c11f; +} +.dokan-vendor-single .vendor-header .store-info .actions .status.enabled .dashicons:before { + content: "\f147"; + margin-left: -2px; +} +.dokan-vendor-single .vendor-header .store-info .actions .status.disabled .dashicons { + background-color: #f44336; +} +.dokan-vendor-single .vendor-header .store-info .actions .status.disabled .dashicons:before { + content: "\f158"; +} +.dokan-vendor-single .vendor-header .store-info a.store-categoy-names { + text-align: center; + font-weight: 500; + font-size: 14px; + margin: 8px 0 14px; + color: #444; + text-decoration: none; + display: block; + line-height: 1.6; +} +.dokan-vendor-single .vendor-header .store-info a.store-categoy-names:hover { + color: #0073aa; +} +.dokan-vendor-single .vendor-header .store-info .store-categories-editing h4 { + font-size: 15px; + font-weight: 700; + margin-bottom: 5px; +} +.dokan-vendor-single .vendor-header .store-info .store-categories-editing .button-link { + text-decoration: none; +} +.dokan-vendor-single .vendor-header .store-info.edit-mode .account-info .content-header { + display: none; +} +.dokan-vendor-single .vendor-header .store-info.edit-mode .account-info .column label { + float: left; + clear: both; + margin-top: 10px; + margin-left: -4px; +} +.dokan-vendor-single .vendor-header .store-info.edit-mode .account-info .column .dokan-form-input { + width: 60%; + padding: 5px; + float: right; + margin-right: -4px; +} +.dokan-vendor-single .vendor-header .store-info.edit-mode .account-info .column .store-url { + margin: 0; + padding: 0; + bottom: 10px; + font-style: italic; + color: #a09f9f; + font-size: 12px; +} +.dokan-vendor-single .vendor-summary { + display: flex; + justify-content: space-between; + margin-top: 20px; +} +.dokan-vendor-single .vendor-summary .summary-wrap { + width: 72%; + background: #fff; + border: 1px solid #D9E4E7; + border-radius: 3px; + padding: 20px; + display: flex; + justify-content: space-between; + margin: 0 15px; +} +.dokan-vendor-single .vendor-summary .stat-summary { + width: 32%; +} +.dokan-vendor-single .vendor-summary .stat-summary h3 { + margin: 0 0 1em 0; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts { + border: 1px solid #dfdfdf; + margin-bottom: 0; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li { + margin-bottom: 10px; + border-top: 1px solid #dfdfdf; + position: relative; + padding: 15px 10px 5px 75px; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li:first-child { + border-top: none; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li .count { + font-size: 1.5em; + line-height: 130%; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li .count a { + text-decoration: none; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li .subhead { + color: #999; + display: block; + margin-top: 3px; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li:after { + display: inline-block; + width: 22px; + height: 22px; + font-size: 22px; + line-height: 1; + font-family: dashicons; + text-decoration: inherit; + font-weight: 400; + font-style: normal; + vertical-align: top; + text-align: center; + transition: color 0.1s ease-in 0; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + left: 31px; + top: 26px; + color: #fff; + position: absolute; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li:before { + position: absolute; + width: 41px; + height: 41px; + border-radius: 50%; + left: 20px; + top: 18px; + content: " "; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.products { + color: #FB094C; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.products a { + color: #FB094C; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.products:before { + background-color: #FB094C; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.products:after { + font-family: WooCommerce!important; + content: '\e006'; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.items { + color: #2CC55E; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.items:before { + background-color: #2CC55E; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.items:after { + content: "\f233"; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.visitors { + color: #0F72F9; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.visitors:before { + background-color: #0F72F9; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.visitors:after { + content: "\f307"; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.orders { + color: #323ABF; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.orders a { + color: #323ABF; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.orders:before { + background-color: #323ABF; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.orders:after { + content: "\f174"; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.gross { + color: #80be0f; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.gross:before { + background-color: #99E412; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.gross:after { + content: "\f239"; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.earning { + color: #8740A7; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.earning:before { + background-color: #8740A7; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.earning:after { + content: "\f524"; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.commision { + color: #FB0A4C; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.commision:before { + background-color: #FB0A4C; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.commision:after { + content: "\f524"; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.balance { + color: #FD553B; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.balance:before { + background-color: #FD553B; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.balance:after { + content: "\f184"; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.reviews { + color: #EE8A12; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.reviews:before { + background-color: #EE8A12; +} +.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.reviews:after { + content: "\f125"; +} +.dokan-vendor-single .vendor-summary .badge-info { + background: #fff; + border: 1px solid #D9E4E7; + border-radius: 3px; + width: 25%; +} +.dokan-vendor-single .vendor-summary .vendor-info { + background: #fff; + border: 1px solid #D9E4E7; + border-radius: 3px; + padding: 20px; + width: 27%; +} +.dokan-vendor-single .vendor-summary .vendor-info .subhead { + color: #999; + display: block; + margin-bottom: 10px; +} +.dokan-vendor-single .vendor-summary .vendor-info ul { + margin: 0; +} +.dokan-vendor-single .vendor-summary .vendor-info li { + border-top: 1px solid #dfdfdf; + padding: 10px 15px; +} +.dokan-vendor-single .vendor-summary .vendor-info li:first-child { + border-top: none; +} +.dokan-vendor-single .vendor-summary .vendor-info li.registered { + padding-top: 15px; +} +.dokan-vendor-single .vendor-summary .vendor-info .social-profiles .profiles a { + text-decoration: none; + color: #ddd; + margin-right: 5px; + font-size: 21px; +} +.dokan-vendor-single .vendor-summary .vendor-info .social-profiles .profiles a.active .fa-facebook-square { + color: #3C5998; +} +.dokan-vendor-single .vendor-summary .vendor-info .social-profiles .profiles a.active .fa-twitter { + color: #1496F1; +} +.dokan-vendor-single .vendor-summary .vendor-info .social-profiles .profiles a.active .fa-youtube { + color: #CD2120; +} +.dokan-vendor-single .vendor-summary .vendor-info .social-profiles .profiles a.active .fa-instagram { + color: #B6224A; +} +.dokan-vendor-single .vendor-summary .vendor-info .social-profiles .profiles a.active .fa-linkedin { + color: #0C61A8; +} +.dokan-vendor-single .vendor-summary .vendor-info .social-profiles .profiles a.active .fa-pinterest-square { + color: #BD091E; +} +.dokan-vendor-single .vendor-summary .vendor-info .social-profiles .profiles a.active .fa-flickr { + color: #FB0072; +} +.dokan-vendor-single .vendor-summary .vendor-info li.payments .payment-methods { + font-size: 35px; + color: #ddd; + display: flex; + flex-flow: row wrap; + gap: 10px; +} +.dokan-vendor-single .vendor-summary .vendor-info li.payments .payment-methods .tooltip { + font-size: 12px; +} +.dokan-vendor-single .vendor-summary .vendor-info li.payments .payment-methods .payment-chip { + filter: grayscale(1); + opacity: 0.5; + display: inline-block; + font-size: 1em; +} +.dokan-vendor-single .vendor-summary .vendor-info li.payments .payment-methods .payment-chip.active { + filter: grayscale(0); + opacity: 1; +} +.dokan-vendor-single .vendor-summary .vendor-info li.payments .payment-methods .dokan-custom-payment { + display: flex; + align-items: center; + padding: 0 10px; + height: 26px; + background: #FFF2FF; + border-radius: 3px; +} +.dokan-vendor-single .vendor-summary .vendor-info li.payments .payment-methods .dokan-custom-payment span { + color: #7C327C; + font-size: 10px; + font-weight: 600; + line-height: 14.34px; + margin-left: 5px; +} +.dokan-vendor-single .vendor-other-info .content-header { + font-size: 14px !important; + font-weight: 600 !important; + padding-left: 12px !important; +} +.dokan-vendor-single .vendor-other-info .address-social-info { + display: flex; + justify-content: space-between; + margin-top: 30px; +} +.dokan-vendor-single .vendor-other-info .address-social-info .content-header { + font-size: 18px; + margin: 0; + padding: 10px; + border-bottom: 1px solid #f1f1f1; +} +.dokan-vendor-single .vendor-other-info .address-social-info .social-info, +.dokan-vendor-single .vendor-other-info .address-social-info .account-info { + width: 48%; + background-color: white; +} +.dokan-vendor-single .vendor-other-info .address-social-info .social-info .content-body, +.dokan-vendor-single .vendor-other-info .address-social-info .account-info .content-body { + padding: 10px 20px; +} +.dokan-vendor-single .vendor-other-info .address-social-info .account-info .store-url { + margin: 0; + padding: 0; + position: relative; + bottom: 10px; + font-style: italic; + color: #a09f9f; + font-size: 12px; +} +.dokan-vendor-single .vendor-other-info .payment-info { + background-color: white; + margin-top: 30px; +} +.dokan-vendor-single .vendor-other-info .payment-info .content-header { + font-size: 18px; + margin: 0; + padding: 10px; + border-bottom: 1px solid #f1f1f1; +} +.dokan-vendor-single .vendor-other-info .payment-info .content-body { + display: flex; + justify-content: space-between; +} +.dokan-vendor-single .vendor-other-info .payment-info .content-body .dokan-form-group { + width: 48%; + padding: 10px 20px; +} +.dokan-vendor-single .vendor-other-info .commission-info { + background-color: white; + margin-top: 30px; +} +.dokan-vendor-single .vendor-other-info .commission-info .content-header { + font-size: 18px; + margin: 0; + padding: 10px; + border-bottom: 1px solid #f1f1f1; +} +.dokan-vendor-single .vendor-other-info .commission-info .content-body { + display: flex; + justify-content: space-between; +} +.dokan-vendor-single .vendor-other-info .multiselect { + margin-top: 5px; +} +.dokan-vendor-single .vendor-other-info .multiselect__select:before { + top: 55%; +} +.dokan-vendor-single .vendor-other-info .multiselect__tags { + min-height: 34px; +} +.dokan-vendor-single .vendor-other-info .multiselect__single { + font-size: 14px; + padding-left: 0px; + margin-bottom: 4px; + margin-top: -2px; +} +.dokan-vendor-single .vendor-other-info .multiselect__input:focus { + box-shadow: none; + border: none; + outline: none; +} +@media only screen and (max-width: 600px) { +.dokan-vendor-single .vendor-profile .vendor-header { + display: block; +} +.dokan-vendor-single .vendor-profile .vendor-header .profile-info { + width: 100% !important; + margin-bottom: 10px; + padding: 0; +} +.dokan-vendor-single .vendor-profile .vendor-header .profile-info .profile-icon { + padding: 10px 0 20px; +} +.dokan-vendor-single .vendor-profile .vendor-header .profile-banner { + width: 100% !important; +} +.dokan-vendor-single .vendor-profile .vendor-header .profile-banner .banner-wrap .dokan-upload-image .dokan-upload-image-container span.edit-banner { + width: 100%; + left: 0; + text-align: center; +} +.dokan-vendor-single .vendor-profile .vendor-summary { + display: block; +} +.dokan-vendor-single .vendor-profile .vendor-summary .summary-wrap { + display: block; + width: 100% !important; +} +.dokan-vendor-single .vendor-profile .vendor-summary .summary-wrap .stat-summary { + width: 100% !important; + padding-bottom: 20px; +} +.dokan-vendor-single .vendor-profile .vendor-summary .vendor-info { + width: 100% !important; + margin-top: 20px; +} +.dokan-vendor-single .vendor-profile .vendor-other-info .address-social-info { + flex-flow: column wrap; +} +.dokan-vendor-single .vendor-profile .vendor-other-info .address-social-info .account-info { + width: 100%; + margin: 0 auto 30px; +} +.dokan-vendor-single .vendor-profile .vendor-other-info .address-social-info .social-info { + width: 100%; + margin: 0 auto 30px; +} +.dokan-vendor-single .vendor-profile .vendor-other-info .payment-info .content-body { + flex-flow: column wrap; +} +.dokan-vendor-single .vendor-profile .vendor-other-info .payment-info .content-body .dokan-form-group { + width: 100%; + margin: 0 auto 20px; +} +.dokan-vendor-single .vendor-profile .vendor-other-info .payment-info .content-body .dokan-form-group .column label { + display: block; +} +} + .dokan-importer-wrapper[data-v-c15c744e] { text-align: center; max-width: 700px; @@ -4027,15 +4684,26 @@ to { background-position: center; background-repeat: no-repeat; background-size: cover; - margin-bottom: 16px; + margin: 20px 0; } #dokan-vendor-capabilities .vendor-capabilities-banner .content { margin: 30px; } #dokan-vendor-capabilities .vendor-capabilities-banner .content .title { - font-size: 26px; - font-weight: bold; - color: #FF0000; + font-size: 51px; + font-style: normal; + font-weight: 700; + line-height: normal; + background: linear-gradient(90deg, #FFF 34.5%, #D68FFF 100%); + background-clip: text !important; + -webkit-background-clip: text; + -webkit-text-fill-color: transparent; +} +#dokan-vendor-capabilities .vendor-capabilities-banner .content p { + color: #FFFFFF; + max-width: 512px; + width: 100%; + font-size: 16px; } #dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup { @@ -4084,7 +4752,7 @@ to { margin-top: 5px; } #dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .body .unlock { - color: #FF5722; + color: #7047EB; font-size: 1rem; font-weight: normal; font-family: "SF Pro Text", sans-serif; @@ -4115,10 +4783,10 @@ to { font-family: "SF Pro Text", sans-serif; } #dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .body .upgrade-text strong { - color: #ff5722; + color: #7047EB; } #dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .body .upgrade-button { - background: #FF5722; + background: #7047EB; border-radius: 3px; padding: 10px 18px; font-weight: 400; diff --git a/assets/js/vue-admin.js b/assets/js/vue-admin.js index 14336c27e9..31201fb9c0 100644 --- a/assets/js/vue-admin.js +++ b/assets/js/vue-admin.js @@ -1,2 +1,2 @@ /*! For license information please see vue-admin.js.LICENSE.txt */ -(()=>{var e={3276:e=>{e.exports=function(e,t,a){return ta?a:e:et?t:e}},7334:e=>{function t(e,t,a){var s,n,i,r,o;function d(){var l=Date.now()-r;l=0?s=setTimeout(d,t-l):(s=null,a||(o=e.apply(i,n),i=n=null))}null==t&&(t=100);var l=function(){i=this,n=arguments,r=Date.now();var l=a&&!s;return s||(s=setTimeout(d,t)),l&&(o=e.apply(i,n),i=n=null),o};return l.clear=function(){s&&(clearTimeout(s),s=null)},l.flush=function(){s&&(o=e.apply(i,n),i=n=null,clearTimeout(s),s=null)},l}t.debounce=t,e.exports=t},5858:(e,t,a)=>{var s="Expected a function",n=NaN,i="[object Symbol]",r=/^\s+|\s+$/g,o=/^[-+]0x[0-9a-f]+$/i,d=/^0b[01]+$/i,l=/^0o[0-7]+$/i,u=parseInt,c="object"==typeof a.g&&a.g&&a.g.Object===Object&&a.g,_="object"==typeof self&&self&&self.Object===Object&&self,m=c||_||Function("return this")(),h=Object.prototype.toString,p=Math.max,f=Math.min,v=function(){return m.Date.now()};function g(e){var t=typeof e;return!!e&&("object"==t||"function"==t)}function y(e){if("number"==typeof e)return e;if(function(e){return"symbol"==typeof e||function(e){return!!e&&"object"==typeof e}(e)&&h.call(e)==i}(e))return n;if(g(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=g(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=e.replace(r,"");var a=d.test(e);return a||l.test(e)?u(e.slice(2),a?2:8):o.test(e)?n:+e}e.exports=function(e,t,a){var n=!0,i=!0;if("function"!=typeof e)throw new TypeError(s);return g(a)&&(n="leading"in a?!!a.leading:n,i="trailing"in a?!!a.trailing:i),function(e,t,a){var n,i,r,o,d,l,u=0,c=!1,_=!1,m=!0;if("function"!=typeof e)throw new TypeError(s);function h(t){var a=n,s=i;return n=i=void 0,u=t,o=e.apply(s,a)}function k(e){var a=e-l;return void 0===l||a>=t||a<0||_&&e-u>=r}function M(){var e=v();if(k(e))return b(e);d=setTimeout(M,function(e){var a=t-(e-l);return _?f(a,r-(e-u)):a}(e))}function b(e){return d=void 0,m&&n?h(e):(n=i=void 0,o)}function L(){var e=v(),a=k(e);if(n=arguments,i=this,l=e,a){if(void 0===d)return function(e){return u=e,d=setTimeout(M,t),c?h(e):o}(l);if(_)return d=setTimeout(M,t),h(l)}return void 0===d&&(d=setTimeout(M,t)),o}return t=y(t)||0,g(a)&&(c=!!a.leading,r=(_="maxWait"in a)?p(y(a.maxWait)||0,t):r,m="trailing"in a?!!a.trailing:m),L.cancel=function(){void 0!==d&&clearTimeout(d),u=0,n=l=i=d=void 0},L.flush=function(){return void 0===d?o:b(v())},L}(e,t,{leading:n,maxWait:t,trailing:i})}},6493:e=>{e.exports={cap:!1,curry:!1,fixed:!1,immutable:!1,rearg:!1}},5177:function(e,t,a){!function(e){"use strict";e.defineLocale("af",{months:"Januarie_Februarie_Maart_April_Mei_Junie_Julie_Augustus_September_Oktober_November_Desember".split("_"),monthsShort:"Jan_Feb_Mrt_Apr_Mei_Jun_Jul_Aug_Sep_Okt_Nov_Des".split("_"),weekdays:"Sondag_Maandag_Dinsdag_Woensdag_Donderdag_Vrydag_Saterdag".split("_"),weekdaysShort:"Son_Maa_Din_Woe_Don_Vry_Sat".split("_"),weekdaysMin:"So_Ma_Di_Wo_Do_Vr_Sa".split("_"),meridiemParse:/vm|nm/i,isPM:function(e){return/^nm$/i.test(e)},meridiem:function(e,t,a){return e<12?a?"vm":"VM":a?"nm":"NM"},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Vandag om] LT",nextDay:"[Môre om] LT",nextWeek:"dddd [om] LT",lastDay:"[Gister om] LT",lastWeek:"[Laas] dddd [om] LT",sameElse:"L"},relativeTime:{future:"oor %s",past:"%s gelede",s:"'n paar sekondes",ss:"%d sekondes",m:"'n minuut",mm:"%d minute",h:"'n uur",hh:"%d ure",d:"'n dag",dd:"%d dae",M:"'n maand",MM:"%d maande",y:"'n jaar",yy:"%d jaar"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(e){return e+(1===e||8===e||e>=20?"ste":"de")},week:{dow:1,doy:4}})}(a(5093))},1488:function(e,t,a){!function(e){"use strict";var t=function(e){return 0===e?0:1===e?1:2===e?2:e%100>=3&&e%100<=10?3:e%100>=11?4:5},a={s:["أقل من ثانية","ثانية واحدة",["ثانيتان","ثانيتين"],"%d ثوان","%d ثانية","%d ثانية"],m:["أقل من دقيقة","دقيقة واحدة",["دقيقتان","دقيقتين"],"%d دقائق","%d دقيقة","%d دقيقة"],h:["أقل من ساعة","ساعة واحدة",["ساعتان","ساعتين"],"%d ساعات","%d ساعة","%d ساعة"],d:["أقل من يوم","يوم واحد",["يومان","يومين"],"%d أيام","%d يومًا","%d يوم"],M:["أقل من شهر","شهر واحد",["شهران","شهرين"],"%d أشهر","%d شهرا","%d شهر"],y:["أقل من عام","عام واحد",["عامان","عامين"],"%d أعوام","%d عامًا","%d عام"]},s=function(e){return function(s,n,i,r){var o=t(s),d=a[e][t(s)];return 2===o&&(d=d[n?0:1]),d.replace(/%d/i,s)}},n=["جانفي","فيفري","مارس","أفريل","ماي","جوان","جويلية","أوت","سبتمبر","أكتوبر","نوفمبر","ديسمبر"];e.defineLocale("ar-dz",{months:n,monthsShort:n,weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/‏M/‏YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/ص|م/,isPM:function(e){return"م"===e},meridiem:function(e,t,a){return e<12?"ص":"م"},calendar:{sameDay:"[اليوم عند الساعة] LT",nextDay:"[غدًا عند الساعة] LT",nextWeek:"dddd [عند الساعة] LT",lastDay:"[أمس عند الساعة] LT",lastWeek:"dddd [عند الساعة] LT",sameElse:"L"},relativeTime:{future:"بعد %s",past:"منذ %s",s:s("s"),ss:s("s"),m:s("m"),mm:s("m"),h:s("h"),hh:s("h"),d:s("d"),dd:s("d"),M:s("M"),MM:s("M"),y:s("y"),yy:s("y")},postformat:function(e){return e.replace(/,/g,"،")},week:{dow:0,doy:4}})}(a(5093))},8676:function(e,t,a){!function(e){"use strict";e.defineLocale("ar-kw",{months:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),monthsShort:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),weekdays:"الأحد_الإتنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"احد_اتنين_ثلاثاء_اربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",ss:"%d ثانية",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},week:{dow:0,doy:12}})}(a(5093))},2353:function(e,t,a){!function(e){"use strict";var t={1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9",0:"0"},a=function(e){return 0===e?0:1===e?1:2===e?2:e%100>=3&&e%100<=10?3:e%100>=11?4:5},s={s:["أقل من ثانية","ثانية واحدة",["ثانيتان","ثانيتين"],"%d ثوان","%d ثانية","%d ثانية"],m:["أقل من دقيقة","دقيقة واحدة",["دقيقتان","دقيقتين"],"%d دقائق","%d دقيقة","%d دقيقة"],h:["أقل من ساعة","ساعة واحدة",["ساعتان","ساعتين"],"%d ساعات","%d ساعة","%d ساعة"],d:["أقل من يوم","يوم واحد",["يومان","يومين"],"%d أيام","%d يومًا","%d يوم"],M:["أقل من شهر","شهر واحد",["شهران","شهرين"],"%d أشهر","%d شهرا","%d شهر"],y:["أقل من عام","عام واحد",["عامان","عامين"],"%d أعوام","%d عامًا","%d عام"]},n=function(e){return function(t,n,i,r){var o=a(t),d=s[e][a(t)];return 2===o&&(d=d[n?0:1]),d.replace(/%d/i,t)}},i=["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"];e.defineLocale("ar-ly",{months:i,monthsShort:i,weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/‏M/‏YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/ص|م/,isPM:function(e){return"م"===e},meridiem:function(e,t,a){return e<12?"ص":"م"},calendar:{sameDay:"[اليوم عند الساعة] LT",nextDay:"[غدًا عند الساعة] LT",nextWeek:"dddd [عند الساعة] LT",lastDay:"[أمس عند الساعة] LT",lastWeek:"dddd [عند الساعة] LT",sameElse:"L"},relativeTime:{future:"بعد %s",past:"منذ %s",s:n("s"),ss:n("s"),m:n("m"),mm:n("m"),h:n("h"),hh:n("h"),d:n("d"),dd:n("d"),M:n("M"),MM:n("M"),y:n("y"),yy:n("y")},preparse:function(e){return e.replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]})).replace(/,/g,"،")},week:{dow:6,doy:12}})}(a(5093))},4496:function(e,t,a){!function(e){"use strict";e.defineLocale("ar-ma",{months:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),monthsShort:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"احد_اثنين_ثلاثاء_اربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",ss:"%d ثانية",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},week:{dow:1,doy:4}})}(a(5093))},6947:function(e,t,a){!function(e){"use strict";var t={1:"١",2:"٢",3:"٣",4:"٤",5:"٥",6:"٦",7:"٧",8:"٨",9:"٩",0:"٠"},a={"١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","٠":"0"};e.defineLocale("ar-ps",{months:"كانون الثاني_شباط_آذار_نيسان_أيّار_حزيران_تمّوز_آب_أيلول_تشري الأوّل_تشرين الثاني_كانون الأوّل".split("_"),monthsShort:"ك٢_شباط_آذار_نيسان_أيّار_حزيران_تمّوز_آب_أيلول_ت١_ت٢_ك١".split("_"),weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/ص|م/,isPM:function(e){return"م"===e},meridiem:function(e,t,a){return e<12?"ص":"م"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",ss:"%d ثانية",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},preparse:function(e){return e.replace(/[٣٤٥٦٧٨٩٠]/g,(function(e){return a[e]})).split("").reverse().join("").replace(/[١٢](?![\u062a\u0643])/g,(function(e){return a[e]})).split("").reverse().join("").replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]})).replace(/,/g,"،")},week:{dow:0,doy:6}})}(a(5093))},2682:function(e,t,a){!function(e){"use strict";var t={1:"١",2:"٢",3:"٣",4:"٤",5:"٥",6:"٦",7:"٧",8:"٨",9:"٩",0:"٠"},a={"١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","٠":"0"};e.defineLocale("ar-sa",{months:"يناير_فبراير_مارس_أبريل_مايو_يونيو_يوليو_أغسطس_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),monthsShort:"يناير_فبراير_مارس_أبريل_مايو_يونيو_يوليو_أغسطس_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/ص|م/,isPM:function(e){return"م"===e},meridiem:function(e,t,a){return e<12?"ص":"م"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",ss:"%d ثانية",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},preparse:function(e){return e.replace(/[١٢٣٤٥٦٧٨٩٠]/g,(function(e){return a[e]})).replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]})).replace(/,/g,"،")},week:{dow:0,doy:6}})}(a(5093))},9756:function(e,t,a){!function(e){"use strict";e.defineLocale("ar-tn",{months:"جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),monthsShort:"جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",ss:"%d ثانية",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},week:{dow:1,doy:4}})}(a(5093))},1509:function(e,t,a){!function(e){"use strict";var t={1:"١",2:"٢",3:"٣",4:"٤",5:"٥",6:"٦",7:"٧",8:"٨",9:"٩",0:"٠"},a={"١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","٠":"0"},s=function(e){return 0===e?0:1===e?1:2===e?2:e%100>=3&&e%100<=10?3:e%100>=11?4:5},n={s:["أقل من ثانية","ثانية واحدة",["ثانيتان","ثانيتين"],"%d ثوان","%d ثانية","%d ثانية"],m:["أقل من دقيقة","دقيقة واحدة",["دقيقتان","دقيقتين"],"%d دقائق","%d دقيقة","%d دقيقة"],h:["أقل من ساعة","ساعة واحدة",["ساعتان","ساعتين"],"%d ساعات","%d ساعة","%d ساعة"],d:["أقل من يوم","يوم واحد",["يومان","يومين"],"%d أيام","%d يومًا","%d يوم"],M:["أقل من شهر","شهر واحد",["شهران","شهرين"],"%d أشهر","%d شهرا","%d شهر"],y:["أقل من عام","عام واحد",["عامان","عامين"],"%d أعوام","%d عامًا","%d عام"]},i=function(e){return function(t,a,i,r){var o=s(t),d=n[e][s(t)];return 2===o&&(d=d[a?0:1]),d.replace(/%d/i,t)}},r=["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"];e.defineLocale("ar",{months:r,monthsShort:r,weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/‏M/‏YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/ص|م/,isPM:function(e){return"م"===e},meridiem:function(e,t,a){return e<12?"ص":"م"},calendar:{sameDay:"[اليوم عند الساعة] LT",nextDay:"[غدًا عند الساعة] LT",nextWeek:"dddd [عند الساعة] LT",lastDay:"[أمس عند الساعة] LT",lastWeek:"dddd [عند الساعة] LT",sameElse:"L"},relativeTime:{future:"بعد %s",past:"منذ %s",s:i("s"),ss:i("s"),m:i("m"),mm:i("m"),h:i("h"),hh:i("h"),d:i("d"),dd:i("d"),M:i("M"),MM:i("M"),y:i("y"),yy:i("y")},preparse:function(e){return e.replace(/[١٢٣٤٥٦٧٨٩٠]/g,(function(e){return a[e]})).replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]})).replace(/,/g,"،")},week:{dow:6,doy:12}})}(a(5093))},5533:function(e,t,a){!function(e){"use strict";var t={1:"-inci",5:"-inci",8:"-inci",70:"-inci",80:"-inci",2:"-nci",7:"-nci",20:"-nci",50:"-nci",3:"-üncü",4:"-üncü",100:"-üncü",6:"-ncı",9:"-uncu",10:"-uncu",30:"-uncu",60:"-ıncı",90:"-ıncı"};e.defineLocale("az",{months:"yanvar_fevral_mart_aprel_may_iyun_iyul_avqust_sentyabr_oktyabr_noyabr_dekabr".split("_"),monthsShort:"yan_fev_mar_apr_may_iyn_iyl_avq_sen_okt_noy_dek".split("_"),weekdays:"Bazar_Bazar ertəsi_Çərşənbə axşamı_Çərşənbə_Cümə axşamı_Cümə_Şənbə".split("_"),weekdaysShort:"Baz_BzE_ÇAx_Çər_CAx_Cüm_Şən".split("_"),weekdaysMin:"Bz_BE_ÇA_Çə_CA_Cü_Şə".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[bugün saat] LT",nextDay:"[sabah saat] LT",nextWeek:"[gələn həftə] dddd [saat] LT",lastDay:"[dünən] LT",lastWeek:"[keçən həftə] dddd [saat] LT",sameElse:"L"},relativeTime:{future:"%s sonra",past:"%s əvvəl",s:"bir neçə saniyə",ss:"%d saniyə",m:"bir dəqiqə",mm:"%d dəqiqə",h:"bir saat",hh:"%d saat",d:"bir gün",dd:"%d gün",M:"bir ay",MM:"%d ay",y:"bir il",yy:"%d il"},meridiemParse:/gecə|səhər|gündüz|axşam/,isPM:function(e){return/^(gündüz|axşam)$/.test(e)},meridiem:function(e,t,a){return e<4?"gecə":e<12?"səhər":e<17?"gündüz":"axşam"},dayOfMonthOrdinalParse:/\d{1,2}-(ıncı|inci|nci|üncü|ncı|uncu)/,ordinal:function(e){if(0===e)return e+"-ıncı";var a=e%10;return e+(t[a]||t[e%100-a]||t[e>=100?100:null])},week:{dow:1,doy:7}})}(a(5093))},8959:function(e,t,a){!function(e){"use strict";function t(e,t,a){return"m"===a?t?"хвіліна":"хвіліну":"h"===a?t?"гадзіна":"гадзіну":e+" "+(s=+e,n={ss:t?"секунда_секунды_секунд":"секунду_секунды_секунд",mm:t?"хвіліна_хвіліны_хвілін":"хвіліну_хвіліны_хвілін",hh:t?"гадзіна_гадзіны_гадзін":"гадзіну_гадзіны_гадзін",dd:"дзень_дні_дзён",MM:"месяц_месяцы_месяцаў",yy:"год_гады_гадоў"}[a].split("_"),s%10==1&&s%100!=11?n[0]:s%10>=2&&s%10<=4&&(s%100<10||s%100>=20)?n[1]:n[2]);var s,n}e.defineLocale("be",{months:{format:"студзеня_лютага_сакавіка_красавіка_траўня_чэрвеня_ліпеня_жніўня_верасня_кастрычніка_лістапада_снежня".split("_"),standalone:"студзень_люты_сакавік_красавік_травень_чэрвень_ліпень_жнівень_верасень_кастрычнік_лістапад_снежань".split("_")},monthsShort:"студ_лют_сак_крас_трав_чэрв_ліп_жнів_вер_каст_ліст_снеж".split("_"),weekdays:{format:"нядзелю_панядзелак_аўторак_сераду_чацвер_пятніцу_суботу".split("_"),standalone:"нядзеля_панядзелак_аўторак_серада_чацвер_пятніца_субота".split("_"),isFormat:/\[ ?[Ууў] ?(?:мінулую|наступную)? ?\] ?dddd/},weekdaysShort:"нд_пн_ат_ср_чц_пт_сб".split("_"),weekdaysMin:"нд_пн_ат_ср_чц_пт_сб".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY г.",LLL:"D MMMM YYYY г., HH:mm",LLLL:"dddd, D MMMM YYYY г., HH:mm"},calendar:{sameDay:"[Сёння ў] LT",nextDay:"[Заўтра ў] LT",lastDay:"[Учора ў] LT",nextWeek:function(){return"[У] dddd [ў] LT"},lastWeek:function(){switch(this.day()){case 0:case 3:case 5:case 6:return"[У мінулую] dddd [ў] LT";case 1:case 2:case 4:return"[У мінулы] dddd [ў] LT"}},sameElse:"L"},relativeTime:{future:"праз %s",past:"%s таму",s:"некалькі секунд",m:t,mm:t,h:t,hh:t,d:"дзень",dd:t,M:"месяц",MM:t,y:"год",yy:t},meridiemParse:/ночы|раніцы|дня|вечара/,isPM:function(e){return/^(дня|вечара)$/.test(e)},meridiem:function(e,t,a){return e<4?"ночы":e<12?"раніцы":e<17?"дня":"вечара"},dayOfMonthOrdinalParse:/\d{1,2}-(і|ы|га)/,ordinal:function(e,t){switch(t){case"M":case"d":case"DDD":case"w":case"W":return e%10!=2&&e%10!=3||e%100==12||e%100==13?e+"-ы":e+"-і";case"D":return e+"-га";default:return e}},week:{dow:1,doy:7}})}(a(5093))},7777:function(e,t,a){!function(e){"use strict";e.defineLocale("bg",{months:"януари_февруари_март_април_май_юни_юли_август_септември_октомври_ноември_декември".split("_"),monthsShort:"яну_фев_мар_апр_май_юни_юли_авг_сеп_окт_ное_дек".split("_"),weekdays:"неделя_понеделник_вторник_сряда_четвъртък_петък_събота".split("_"),weekdaysShort:"нед_пон_вто_сря_чет_пет_съб".split("_"),weekdaysMin:"нд_пн_вт_ср_чт_пт_сб".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"D.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd, D MMMM YYYY H:mm"},calendar:{sameDay:"[Днес в] LT",nextDay:"[Утре в] LT",nextWeek:"dddd [в] LT",lastDay:"[Вчера в] LT",lastWeek:function(){switch(this.day()){case 0:case 3:case 6:return"[Миналата] dddd [в] LT";case 1:case 2:case 4:case 5:return"[Миналия] dddd [в] LT"}},sameElse:"L"},relativeTime:{future:"след %s",past:"преди %s",s:"няколко секунди",ss:"%d секунди",m:"минута",mm:"%d минути",h:"час",hh:"%d часа",d:"ден",dd:"%d дена",w:"седмица",ww:"%d седмици",M:"месец",MM:"%d месеца",y:"година",yy:"%d години"},dayOfMonthOrdinalParse:/\d{1,2}-(ев|ен|ти|ви|ри|ми)/,ordinal:function(e){var t=e%10,a=e%100;return 0===e?e+"-ев":0===a?e+"-ен":a>10&&a<20?e+"-ти":1===t?e+"-ви":2===t?e+"-ри":7===t||8===t?e+"-ми":e+"-ти"},week:{dow:1,doy:7}})}(a(5093))},4903:function(e,t,a){!function(e){"use strict";e.defineLocale("bm",{months:"Zanwuyekalo_Fewuruyekalo_Marisikalo_Awirilikalo_Mɛkalo_Zuwɛnkalo_Zuluyekalo_Utikalo_Sɛtanburukalo_ɔkutɔburukalo_Nowanburukalo_Desanburukalo".split("_"),monthsShort:"Zan_Few_Mar_Awi_Mɛ_Zuw_Zul_Uti_Sɛt_ɔku_Now_Des".split("_"),weekdays:"Kari_Ntɛnɛn_Tarata_Araba_Alamisa_Juma_Sibiri".split("_"),weekdaysShort:"Kar_Ntɛ_Tar_Ara_Ala_Jum_Sib".split("_"),weekdaysMin:"Ka_Nt_Ta_Ar_Al_Ju_Si".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"MMMM [tile] D [san] YYYY",LLL:"MMMM [tile] D [san] YYYY [lɛrɛ] HH:mm",LLLL:"dddd MMMM [tile] D [san] YYYY [lɛrɛ] HH:mm"},calendar:{sameDay:"[Bi lɛrɛ] LT",nextDay:"[Sini lɛrɛ] LT",nextWeek:"dddd [don lɛrɛ] LT",lastDay:"[Kunu lɛrɛ] LT",lastWeek:"dddd [tɛmɛnen lɛrɛ] LT",sameElse:"L"},relativeTime:{future:"%s kɔnɔ",past:"a bɛ %s bɔ",s:"sanga dama dama",ss:"sekondi %d",m:"miniti kelen",mm:"miniti %d",h:"lɛrɛ kelen",hh:"lɛrɛ %d",d:"tile kelen",dd:"tile %d",M:"kalo kelen",MM:"kalo %d",y:"san kelen",yy:"san %d"},week:{dow:1,doy:4}})}(a(5093))},7357:function(e,t,a){!function(e){"use strict";var t={1:"১",2:"২",3:"৩",4:"৪",5:"৫",6:"৬",7:"৭",8:"৮",9:"৯",0:"০"},a={"১":"1","২":"2","৩":"3","৪":"4","৫":"5","৬":"6","৭":"7","৮":"8","৯":"9","০":"0"};e.defineLocale("bn-bd",{months:"জানুয়ারি_ফেব্রুয়ারি_মার্চ_এপ্রিল_মে_জুন_জুলাই_আগস্ট_সেপ্টেম্বর_অক্টোবর_নভেম্বর_ডিসেম্বর".split("_"),monthsShort:"জানু_ফেব্রু_মার্চ_এপ্রিল_মে_জুন_জুলাই_আগস্ট_সেপ্ট_অক্টো_নভে_ডিসে".split("_"),weekdays:"রবিবার_সোমবার_মঙ্গলবার_বুধবার_বৃহস্পতিবার_শুক্রবার_শনিবার".split("_"),weekdaysShort:"রবি_সোম_মঙ্গল_বুধ_বৃহস্পতি_শুক্র_শনি".split("_"),weekdaysMin:"রবি_সোম_মঙ্গল_বুধ_বৃহ_শুক্র_শনি".split("_"),longDateFormat:{LT:"A h:mm সময়",LTS:"A h:mm:ss সময়",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm সময়",LLLL:"dddd, D MMMM YYYY, A h:mm সময়"},calendar:{sameDay:"[আজ] LT",nextDay:"[আগামীকাল] LT",nextWeek:"dddd, LT",lastDay:"[গতকাল] LT",lastWeek:"[গত] dddd, LT",sameElse:"L"},relativeTime:{future:"%s পরে",past:"%s আগে",s:"কয়েক সেকেন্ড",ss:"%d সেকেন্ড",m:"এক মিনিট",mm:"%d মিনিট",h:"এক ঘন্টা",hh:"%d ঘন্টা",d:"এক দিন",dd:"%d দিন",M:"এক মাস",MM:"%d মাস",y:"এক বছর",yy:"%d বছর"},preparse:function(e){return e.replace(/[১২৩৪৫৬৭৮৯০]/g,(function(e){return a[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/রাত|ভোর|সকাল|দুপুর|বিকাল|সন্ধ্যা|রাত/,meridiemHour:function(e,t){return 12===e&&(e=0),"রাত"===t?e<4?e:e+12:"ভোর"===t||"সকাল"===t?e:"দুপুর"===t?e>=3?e:e+12:"বিকাল"===t||"সন্ধ্যা"===t?e+12:void 0},meridiem:function(e,t,a){return e<4?"রাত":e<6?"ভোর":e<12?"সকাল":e<15?"দুপুর":e<18?"বিকাল":e<20?"সন্ধ্যা":"রাত"},week:{dow:0,doy:6}})}(a(5093))},1290:function(e,t,a){!function(e){"use strict";var t={1:"১",2:"২",3:"৩",4:"৪",5:"৫",6:"৬",7:"৭",8:"৮",9:"৯",0:"০"},a={"১":"1","২":"2","৩":"3","৪":"4","৫":"5","৬":"6","৭":"7","৮":"8","৯":"9","০":"0"};e.defineLocale("bn",{months:"জানুয়ারি_ফেব্রুয়ারি_মার্চ_এপ্রিল_মে_জুন_জুলাই_আগস্ট_সেপ্টেম্বর_অক্টোবর_নভেম্বর_ডিসেম্বর".split("_"),monthsShort:"জানু_ফেব্রু_মার্চ_এপ্রিল_মে_জুন_জুলাই_আগস্ট_সেপ্ট_অক্টো_নভে_ডিসে".split("_"),weekdays:"রবিবার_সোমবার_মঙ্গলবার_বুধবার_বৃহস্পতিবার_শুক্রবার_শনিবার".split("_"),weekdaysShort:"রবি_সোম_মঙ্গল_বুধ_বৃহস্পতি_শুক্র_শনি".split("_"),weekdaysMin:"রবি_সোম_মঙ্গল_বুধ_বৃহ_শুক্র_শনি".split("_"),longDateFormat:{LT:"A h:mm সময়",LTS:"A h:mm:ss সময়",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm সময়",LLLL:"dddd, D MMMM YYYY, A h:mm সময়"},calendar:{sameDay:"[আজ] LT",nextDay:"[আগামীকাল] LT",nextWeek:"dddd, LT",lastDay:"[গতকাল] LT",lastWeek:"[গত] dddd, LT",sameElse:"L"},relativeTime:{future:"%s পরে",past:"%s আগে",s:"কয়েক সেকেন্ড",ss:"%d সেকেন্ড",m:"এক মিনিট",mm:"%d মিনিট",h:"এক ঘন্টা",hh:"%d ঘন্টা",d:"এক দিন",dd:"%d দিন",M:"এক মাস",MM:"%d মাস",y:"এক বছর",yy:"%d বছর"},preparse:function(e){return e.replace(/[১২৩৪৫৬৭৮৯০]/g,(function(e){return a[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/রাত|সকাল|দুপুর|বিকাল|রাত/,meridiemHour:function(e,t){return 12===e&&(e=0),"রাত"===t&&e>=4||"দুপুর"===t&&e<5||"বিকাল"===t?e+12:e},meridiem:function(e,t,a){return e<4?"রাত":e<10?"সকাল":e<17?"দুপুর":e<20?"বিকাল":"রাত"},week:{dow:0,doy:6}})}(a(5093))},1545:function(e,t,a){!function(e){"use strict";var t={1:"༡",2:"༢",3:"༣",4:"༤",5:"༥",6:"༦",7:"༧",8:"༨",9:"༩",0:"༠"},a={"༡":"1","༢":"2","༣":"3","༤":"4","༥":"5","༦":"6","༧":"7","༨":"8","༩":"9","༠":"0"};e.defineLocale("bo",{months:"ཟླ་བ་དང་པོ_ཟླ་བ་གཉིས་པ_ཟླ་བ་གསུམ་པ_ཟླ་བ་བཞི་པ_ཟླ་བ་ལྔ་པ_ཟླ་བ་དྲུག་པ_ཟླ་བ་བདུན་པ_ཟླ་བ་བརྒྱད་པ_ཟླ་བ་དགུ་པ_ཟླ་བ་བཅུ་པ_ཟླ་བ་བཅུ་གཅིག་པ_ཟླ་བ་བཅུ་གཉིས་པ".split("_"),monthsShort:"ཟླ་1_ཟླ་2_ཟླ་3_ཟླ་4_ཟླ་5_ཟླ་6_ཟླ་7_ཟླ་8_ཟླ་9_ཟླ་10_ཟླ་11_ཟླ་12".split("_"),monthsShortRegex:/^(ཟླ་\d{1,2})/,monthsParseExact:!0,weekdays:"གཟའ་ཉི་མ་_གཟའ་ཟླ་བ་_གཟའ་མིག་དམར་_གཟའ་ལྷག་པ་_གཟའ་ཕུར་བུ_གཟའ་པ་སངས་_གཟའ་སྤེན་པ་".split("_"),weekdaysShort:"ཉི་མ་_ཟླ་བ་_མིག་དམར་_ལྷག་པ་_ཕུར་བུ_པ་སངས་_སྤེན་པ་".split("_"),weekdaysMin:"ཉི_ཟླ_མིག_ལྷག_ཕུར_སངས_སྤེན".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm",LLLL:"dddd, D MMMM YYYY, A h:mm"},calendar:{sameDay:"[དི་རིང] LT",nextDay:"[སང་ཉིན] LT",nextWeek:"[བདུན་ཕྲག་རྗེས་མ], LT",lastDay:"[ཁ་སང] LT",lastWeek:"[བདུན་ཕྲག་མཐའ་མ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s ལ་",past:"%s སྔན་ལ",s:"ལམ་སང",ss:"%d སྐར་ཆ།",m:"སྐར་མ་གཅིག",mm:"%d སྐར་མ",h:"ཆུ་ཚོད་གཅིག",hh:"%d ཆུ་ཚོད",d:"ཉིན་གཅིག",dd:"%d ཉིན་",M:"ཟླ་བ་གཅིག",MM:"%d ཟླ་བ",y:"ལོ་གཅིག",yy:"%d ལོ"},preparse:function(e){return e.replace(/[༡༢༣༤༥༦༧༨༩༠]/g,(function(e){return a[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/མཚན་མོ|ཞོགས་ཀས|ཉིན་གུང|དགོང་དག|མཚན་མོ/,meridiemHour:function(e,t){return 12===e&&(e=0),"མཚན་མོ"===t&&e>=4||"ཉིན་གུང"===t&&e<5||"དགོང་དག"===t?e+12:e},meridiem:function(e,t,a){return e<4?"མཚན་མོ":e<10?"ཞོགས་ཀས":e<17?"ཉིན་གུང":e<20?"དགོང་དག":"མཚན་མོ"},week:{dow:0,doy:6}})}(a(5093))},1470:function(e,t,a){!function(e){"use strict";function t(e,t,a){return e+" "+function(e,t){return 2===t?function(e){var t={m:"v",b:"v",d:"z"};return void 0===t[e.charAt(0)]?e:t[e.charAt(0)]+e.substring(1)}(e):e}({mm:"munutenn",MM:"miz",dd:"devezh"}[a],e)}function a(e){return e>9?a(e%10):e}var s=[/^gen/i,/^c[ʼ\']hwe/i,/^meu/i,/^ebr/i,/^mae/i,/^(mez|eve)/i,/^gou/i,/^eos/i,/^gwe/i,/^her/i,/^du/i,/^ker/i],n=/^(genver|c[ʼ\']hwevrer|meurzh|ebrel|mae|mezheven|gouere|eost|gwengolo|here|du|kerzu|gen|c[ʼ\']hwe|meu|ebr|mae|eve|gou|eos|gwe|her|du|ker)/i,i=[/^Su/i,/^Lu/i,/^Me([^r]|$)/i,/^Mer/i,/^Ya/i,/^Gw/i,/^Sa/i];e.defineLocale("br",{months:"Genver_Cʼhwevrer_Meurzh_Ebrel_Mae_Mezheven_Gouere_Eost_Gwengolo_Here_Du_Kerzu".split("_"),monthsShort:"Gen_Cʼhwe_Meu_Ebr_Mae_Eve_Gou_Eos_Gwe_Her_Du_Ker".split("_"),weekdays:"Sul_Lun_Meurzh_Mercʼher_Yaou_Gwener_Sadorn".split("_"),weekdaysShort:"Sul_Lun_Meu_Mer_Yao_Gwe_Sad".split("_"),weekdaysMin:"Su_Lu_Me_Mer_Ya_Gw_Sa".split("_"),weekdaysParse:i,fullWeekdaysParse:[/^sul/i,/^lun/i,/^meurzh/i,/^merc[ʼ\']her/i,/^yaou/i,/^gwener/i,/^sadorn/i],shortWeekdaysParse:[/^Sul/i,/^Lun/i,/^Meu/i,/^Mer/i,/^Yao/i,/^Gwe/i,/^Sad/i],minWeekdaysParse:i,monthsRegex:n,monthsShortRegex:n,monthsStrictRegex:/^(genver|c[ʼ\']hwevrer|meurzh|ebrel|mae|mezheven|gouere|eost|gwengolo|here|du|kerzu)/i,monthsShortStrictRegex:/^(gen|c[ʼ\']hwe|meu|ebr|mae|eve|gou|eos|gwe|her|du|ker)/i,monthsParse:s,longMonthsParse:s,shortMonthsParse:s,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [a viz] MMMM YYYY",LLL:"D [a viz] MMMM YYYY HH:mm",LLLL:"dddd, D [a viz] MMMM YYYY HH:mm"},calendar:{sameDay:"[Hiziv da] LT",nextDay:"[Warcʼhoazh da] LT",nextWeek:"dddd [da] LT",lastDay:"[Decʼh da] LT",lastWeek:"dddd [paset da] LT",sameElse:"L"},relativeTime:{future:"a-benn %s",past:"%s ʼzo",s:"un nebeud segondennoù",ss:"%d eilenn",m:"ur vunutenn",mm:t,h:"un eur",hh:"%d eur",d:"un devezh",dd:t,M:"ur miz",MM:t,y:"ur bloaz",yy:function(e){switch(a(e)){case 1:case 3:case 4:case 5:case 9:return e+" bloaz";default:return e+" vloaz"}}},dayOfMonthOrdinalParse:/\d{1,2}(añ|vet)/,ordinal:function(e){return e+(1===e?"añ":"vet")},week:{dow:1,doy:4},meridiemParse:/a.m.|g.m./,isPM:function(e){return"g.m."===e},meridiem:function(e,t,a){return e<12?"a.m.":"g.m."}})}(a(5093))},4429:function(e,t,a){!function(e){"use strict";function t(e,t,a){var s=e+" ";switch(a){case"ss":return s+(1===e?"sekunda":2===e||3===e||4===e?"sekunde":"sekundi");case"mm":return s+(1===e?"minuta":2===e||3===e||4===e?"minute":"minuta");case"h":return"jedan sat";case"hh":return s+(1===e?"sat":2===e||3===e||4===e?"sata":"sati");case"dd":return s+(1===e?"dan":"dana");case"MM":return s+(1===e?"mjesec":2===e||3===e||4===e?"mjeseca":"mjeseci");case"yy":return s+(1===e?"godina":2===e||3===e||4===e?"godine":"godina")}}e.defineLocale("bs",{months:"januar_februar_mart_april_maj_juni_juli_august_septembar_oktobar_novembar_decembar".split("_"),monthsShort:"jan._feb._mar._apr._maj._jun._jul._aug._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sri._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedjelju] [u] LT";case 3:return"[u] [srijedu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[jučer u] LT",lastWeek:function(){switch(this.day()){case 0:case 3:return"[prošlu] dddd [u] LT";case 6:return"[prošle] [subote] [u] LT";case 1:case 2:case 4:case 5:return"[prošli] dddd [u] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"prije %s",s:"par sekundi",ss:t,m:function(e,t,a,s){if("m"===a)return t?"jedna minuta":s?"jednu minutu":"jedne minute"},mm:t,h:t,hh:t,d:"dan",dd:t,M:"mjesec",MM:t,y:"godinu",yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(a(5093))},7306:function(e,t,a){!function(e){"use strict";e.defineLocale("ca",{months:{standalone:"gener_febrer_març_abril_maig_juny_juliol_agost_setembre_octubre_novembre_desembre".split("_"),format:"de gener_de febrer_de març_d'abril_de maig_de juny_de juliol_d'agost_de setembre_d'octubre_de novembre_de desembre".split("_"),isFormat:/D[oD]?(\s)+MMMM/},monthsShort:"gen._febr._març_abr._maig_juny_jul._ag._set._oct._nov._des.".split("_"),monthsParseExact:!0,weekdays:"diumenge_dilluns_dimarts_dimecres_dijous_divendres_dissabte".split("_"),weekdaysShort:"dg._dl._dt._dc._dj._dv._ds.".split("_"),weekdaysMin:"dg_dl_dt_dc_dj_dv_ds".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM [de] YYYY",ll:"D MMM YYYY",LLL:"D MMMM [de] YYYY [a les] H:mm",lll:"D MMM YYYY, H:mm",LLLL:"dddd D MMMM [de] YYYY [a les] H:mm",llll:"ddd D MMM YYYY, H:mm"},calendar:{sameDay:function(){return"[avui a "+(1!==this.hours()?"les":"la")+"] LT"},nextDay:function(){return"[demà a "+(1!==this.hours()?"les":"la")+"] LT"},nextWeek:function(){return"dddd [a "+(1!==this.hours()?"les":"la")+"] LT"},lastDay:function(){return"[ahir a "+(1!==this.hours()?"les":"la")+"] LT"},lastWeek:function(){return"[el] dddd [passat a "+(1!==this.hours()?"les":"la")+"] LT"},sameElse:"L"},relativeTime:{future:"d'aquí %s",past:"fa %s",s:"uns segons",ss:"%d segons",m:"un minut",mm:"%d minuts",h:"una hora",hh:"%d hores",d:"un dia",dd:"%d dies",M:"un mes",MM:"%d mesos",y:"un any",yy:"%d anys"},dayOfMonthOrdinalParse:/\d{1,2}(r|n|t|è|a)/,ordinal:function(e,t){var a=1===e?"r":2===e?"n":3===e?"r":4===e?"t":"è";return"w"!==t&&"W"!==t||(a="a"),e+a},week:{dow:1,doy:4}})}(a(5093))},6464:function(e,t,a){!function(e){"use strict";var t={standalone:"leden_únor_březen_duben_květen_červen_červenec_srpen_září_říjen_listopad_prosinec".split("_"),format:"ledna_února_března_dubna_května_června_července_srpna_září_října_listopadu_prosince".split("_"),isFormat:/DD?[o.]?(\[[^\[\]]*\]|\s)+MMMM/},a="led_úno_bře_dub_kvě_čvn_čvc_srp_zář_říj_lis_pro".split("_"),s=[/^led/i,/^úno/i,/^bře/i,/^dub/i,/^kvě/i,/^(čvn|červen$|června)/i,/^(čvc|červenec|července)/i,/^srp/i,/^zář/i,/^říj/i,/^lis/i,/^pro/i],n=/^(leden|únor|březen|duben|květen|červenec|července|červen|června|srpen|září|říjen|listopad|prosinec|led|úno|bře|dub|kvě|čvn|čvc|srp|zář|říj|lis|pro)/i;function i(e){return e>1&&e<5&&1!=~~(e/10)}function r(e,t,a,s){var n=e+" ";switch(a){case"s":return t||s?"pár sekund":"pár sekundami";case"ss":return t||s?n+(i(e)?"sekundy":"sekund"):n+"sekundami";case"m":return t?"minuta":s?"minutu":"minutou";case"mm":return t||s?n+(i(e)?"minuty":"minut"):n+"minutami";case"h":return t?"hodina":s?"hodinu":"hodinou";case"hh":return t||s?n+(i(e)?"hodiny":"hodin"):n+"hodinami";case"d":return t||s?"den":"dnem";case"dd":return t||s?n+(i(e)?"dny":"dní"):n+"dny";case"M":return t||s?"měsíc":"měsícem";case"MM":return t||s?n+(i(e)?"měsíce":"měsíců"):n+"měsíci";case"y":return t||s?"rok":"rokem";case"yy":return t||s?n+(i(e)?"roky":"let"):n+"lety"}}e.defineLocale("cs",{months:t,monthsShort:a,monthsRegex:n,monthsShortRegex:n,monthsStrictRegex:/^(leden|ledna|února|únor|březen|března|duben|dubna|květen|května|červenec|července|červen|června|srpen|srpna|září|říjen|října|listopadu|listopad|prosinec|prosince)/i,monthsShortStrictRegex:/^(led|úno|bře|dub|kvě|čvn|čvc|srp|zář|říj|lis|pro)/i,monthsParse:s,longMonthsParse:s,shortMonthsParse:s,weekdays:"neděle_pondělí_úterý_středa_čtvrtek_pátek_sobota".split("_"),weekdaysShort:"ne_po_út_st_čt_pá_so".split("_"),weekdaysMin:"ne_po_út_st_čt_pá_so".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd D. MMMM YYYY H:mm",l:"D. M. YYYY"},calendar:{sameDay:"[dnes v] LT",nextDay:"[zítra v] LT",nextWeek:function(){switch(this.day()){case 0:return"[v neděli v] LT";case 1:case 2:return"[v] dddd [v] LT";case 3:return"[ve středu v] LT";case 4:return"[ve čtvrtek v] LT";case 5:return"[v pátek v] LT";case 6:return"[v sobotu v] LT"}},lastDay:"[včera v] LT",lastWeek:function(){switch(this.day()){case 0:return"[minulou neděli v] LT";case 1:case 2:return"[minulé] dddd [v] LT";case 3:return"[minulou středu v] LT";case 4:case 5:return"[minulý] dddd [v] LT";case 6:return"[minulou sobotu v] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"před %s",s:r,ss:r,m:r,mm:r,h:r,hh:r,d:r,dd:r,M:r,MM:r,y:r,yy:r},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(a(5093))},3635:function(e,t,a){!function(e){"use strict";e.defineLocale("cv",{months:"кӑрлач_нарӑс_пуш_ака_май_ҫӗртме_утӑ_ҫурла_авӑн_юпа_чӳк_раштав".split("_"),monthsShort:"кӑр_нар_пуш_ака_май_ҫӗр_утӑ_ҫур_авн_юпа_чӳк_раш".split("_"),weekdays:"вырсарникун_тунтикун_ытларикун_юнкун_кӗҫнерникун_эрнекун_шӑматкун".split("_"),weekdaysShort:"выр_тун_ытл_юн_кӗҫ_эрн_шӑм".split("_"),weekdaysMin:"вр_тн_ыт_юн_кҫ_эр_шм".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD-MM-YYYY",LL:"YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ]",LLL:"YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ], HH:mm",LLLL:"dddd, YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ], HH:mm"},calendar:{sameDay:"[Паян] LT [сехетре]",nextDay:"[Ыран] LT [сехетре]",lastDay:"[Ӗнер] LT [сехетре]",nextWeek:"[Ҫитес] dddd LT [сехетре]",lastWeek:"[Иртнӗ] dddd LT [сехетре]",sameElse:"L"},relativeTime:{future:function(e){return e+(/сехет$/i.exec(e)?"рен":/ҫул$/i.exec(e)?"тан":"ран")},past:"%s каялла",s:"пӗр-ик ҫеккунт",ss:"%d ҫеккунт",m:"пӗр минут",mm:"%d минут",h:"пӗр сехет",hh:"%d сехет",d:"пӗр кун",dd:"%d кун",M:"пӗр уйӑх",MM:"%d уйӑх",y:"пӗр ҫул",yy:"%d ҫул"},dayOfMonthOrdinalParse:/\d{1,2}-мӗш/,ordinal:"%d-мӗш",week:{dow:1,doy:7}})}(a(5093))},4226:function(e,t,a){!function(e){"use strict";e.defineLocale("cy",{months:"Ionawr_Chwefror_Mawrth_Ebrill_Mai_Mehefin_Gorffennaf_Awst_Medi_Hydref_Tachwedd_Rhagfyr".split("_"),monthsShort:"Ion_Chwe_Maw_Ebr_Mai_Meh_Gor_Aws_Med_Hyd_Tach_Rhag".split("_"),weekdays:"Dydd Sul_Dydd Llun_Dydd Mawrth_Dydd Mercher_Dydd Iau_Dydd Gwener_Dydd Sadwrn".split("_"),weekdaysShort:"Sul_Llun_Maw_Mer_Iau_Gwe_Sad".split("_"),weekdaysMin:"Su_Ll_Ma_Me_Ia_Gw_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Heddiw am] LT",nextDay:"[Yfory am] LT",nextWeek:"dddd [am] LT",lastDay:"[Ddoe am] LT",lastWeek:"dddd [diwethaf am] LT",sameElse:"L"},relativeTime:{future:"mewn %s",past:"%s yn ôl",s:"ychydig eiliadau",ss:"%d eiliad",m:"munud",mm:"%d munud",h:"awr",hh:"%d awr",d:"diwrnod",dd:"%d diwrnod",M:"mis",MM:"%d mis",y:"blwyddyn",yy:"%d flynedd"},dayOfMonthOrdinalParse:/\d{1,2}(fed|ain|af|il|ydd|ed|eg)/,ordinal:function(e){var t="";return e>20?t=40===e||50===e||60===e||80===e||100===e?"fed":"ain":e>0&&(t=["","af","il","ydd","ydd","ed","ed","ed","fed","fed","fed","eg","fed","eg","eg","fed","eg","eg","fed","eg","fed"][e]),e+t},week:{dow:1,doy:4}})}(a(5093))},3601:function(e,t,a){!function(e){"use strict";e.defineLocale("da",{months:"januar_februar_marts_april_maj_juni_juli_august_september_oktober_november_december".split("_"),monthsShort:"jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec".split("_"),weekdays:"søndag_mandag_tirsdag_onsdag_torsdag_fredag_lørdag".split("_"),weekdaysShort:"søn_man_tir_ons_tor_fre_lør".split("_"),weekdaysMin:"sø_ma_ti_on_to_fr_lø".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd [d.] D. MMMM YYYY [kl.] HH:mm"},calendar:{sameDay:"[i dag kl.] LT",nextDay:"[i morgen kl.] LT",nextWeek:"på dddd [kl.] LT",lastDay:"[i går kl.] LT",lastWeek:"[i] dddd[s kl.] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"%s siden",s:"få sekunder",ss:"%d sekunder",m:"et minut",mm:"%d minutter",h:"en time",hh:"%d timer",d:"en dag",dd:"%d dage",M:"en måned",MM:"%d måneder",y:"et år",yy:"%d år"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(a(5093))},6111:function(e,t,a){!function(e){"use strict";function t(e,t,a,s){var n={m:["eine Minute","einer Minute"],h:["eine Stunde","einer Stunde"],d:["ein Tag","einem Tag"],dd:[e+" Tage",e+" Tagen"],w:["eine Woche","einer Woche"],M:["ein Monat","einem Monat"],MM:[e+" Monate",e+" Monaten"],y:["ein Jahr","einem Jahr"],yy:[e+" Jahre",e+" Jahren"]};return t?n[a][0]:n[a][1]}e.defineLocale("de-at",{months:"Jänner_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jän._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"),weekdaysShort:"So._Mo._Di._Mi._Do._Fr._Sa.".split("_"),weekdaysMin:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd, D. MMMM YYYY HH:mm"},calendar:{sameDay:"[heute um] LT [Uhr]",sameElse:"L",nextDay:"[morgen um] LT [Uhr]",nextWeek:"dddd [um] LT [Uhr]",lastDay:"[gestern um] LT [Uhr]",lastWeek:"[letzten] dddd [um] LT [Uhr]"},relativeTime:{future:"in %s",past:"vor %s",s:"ein paar Sekunden",ss:"%d Sekunden",m:t,mm:"%d Minuten",h:t,hh:"%d Stunden",d:t,dd:t,w:t,ww:"%d Wochen",M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(a(5093))},4697:function(e,t,a){!function(e){"use strict";function t(e,t,a,s){var n={m:["eine Minute","einer Minute"],h:["eine Stunde","einer Stunde"],d:["ein Tag","einem Tag"],dd:[e+" Tage",e+" Tagen"],w:["eine Woche","einer Woche"],M:["ein Monat","einem Monat"],MM:[e+" Monate",e+" Monaten"],y:["ein Jahr","einem Jahr"],yy:[e+" Jahre",e+" Jahren"]};return t?n[a][0]:n[a][1]}e.defineLocale("de-ch",{months:"Januar_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jan._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"),weekdaysShort:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysMin:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd, D. MMMM YYYY HH:mm"},calendar:{sameDay:"[heute um] LT [Uhr]",sameElse:"L",nextDay:"[morgen um] LT [Uhr]",nextWeek:"dddd [um] LT [Uhr]",lastDay:"[gestern um] LT [Uhr]",lastWeek:"[letzten] dddd [um] LT [Uhr]"},relativeTime:{future:"in %s",past:"vor %s",s:"ein paar Sekunden",ss:"%d Sekunden",m:t,mm:"%d Minuten",h:t,hh:"%d Stunden",d:t,dd:t,w:t,ww:"%d Wochen",M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(a(5093))},7853:function(e,t,a){!function(e){"use strict";function t(e,t,a,s){var n={m:["eine Minute","einer Minute"],h:["eine Stunde","einer Stunde"],d:["ein Tag","einem Tag"],dd:[e+" Tage",e+" Tagen"],w:["eine Woche","einer Woche"],M:["ein Monat","einem Monat"],MM:[e+" Monate",e+" Monaten"],y:["ein Jahr","einem Jahr"],yy:[e+" Jahre",e+" Jahren"]};return t?n[a][0]:n[a][1]}e.defineLocale("de",{months:"Januar_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jan._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"),weekdaysShort:"So._Mo._Di._Mi._Do._Fr._Sa.".split("_"),weekdaysMin:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd, D. MMMM YYYY HH:mm"},calendar:{sameDay:"[heute um] LT [Uhr]",sameElse:"L",nextDay:"[morgen um] LT [Uhr]",nextWeek:"dddd [um] LT [Uhr]",lastDay:"[gestern um] LT [Uhr]",lastWeek:"[letzten] dddd [um] LT [Uhr]"},relativeTime:{future:"in %s",past:"vor %s",s:"ein paar Sekunden",ss:"%d Sekunden",m:t,mm:"%d Minuten",h:t,hh:"%d Stunden",d:t,dd:t,w:t,ww:"%d Wochen",M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(a(5093))},708:function(e,t,a){!function(e){"use strict";var t=["ޖެނުއަރީ","ފެބްރުއަރީ","މާރިޗު","އޭޕްރީލު","މޭ","ޖޫން","ޖުލައި","އޯގަސްޓު","ސެޕްޓެމްބަރު","އޮކްޓޯބަރު","ނޮވެމްބަރު","ޑިސެމްބަރު"],a=["އާދިއްތަ","ހޯމަ","އަންގާރަ","ބުދަ","ބުރާސްފަތި","ހުކުރު","ހޮނިހިރު"];e.defineLocale("dv",{months:t,monthsShort:t,weekdays:a,weekdaysShort:a,weekdaysMin:"އާދި_ހޯމަ_އަން_ބުދަ_ބުރާ_ހުކު_ހޮނި".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/M/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/މކ|މފ/,isPM:function(e){return"މފ"===e},meridiem:function(e,t,a){return e<12?"މކ":"މފ"},calendar:{sameDay:"[މިއަދު] LT",nextDay:"[މާދަމާ] LT",nextWeek:"dddd LT",lastDay:"[އިއްޔެ] LT",lastWeek:"[ފާއިތުވި] dddd LT",sameElse:"L"},relativeTime:{future:"ތެރޭގައި %s",past:"ކުރިން %s",s:"ސިކުންތުކޮޅެއް",ss:"d% ސިކުންތު",m:"މިނިޓެއް",mm:"މިނިޓު %d",h:"ގަޑިއިރެއް",hh:"ގަޑިއިރު %d",d:"ދުވަހެއް",dd:"ދުވަސް %d",M:"މަހެއް",MM:"މަސް %d",y:"އަހަރެއް",yy:"އަހަރު %d"},preparse:function(e){return e.replace(/،/g,",")},postformat:function(e){return e.replace(/,/g,"،")},week:{dow:7,doy:12}})}(a(5093))},4691:function(e,t,a){!function(e){"use strict";e.defineLocale("el",{monthsNominativeEl:"Ιανουάριος_Φεβρουάριος_Μάρτιος_Απρίλιος_Μάιος_Ιούνιος_Ιούλιος_Αύγουστος_Σεπτέμβριος_Οκτώβριος_Νοέμβριος_Δεκέμβριος".split("_"),monthsGenitiveEl:"Ιανουαρίου_Φεβρουαρίου_Μαρτίου_Απριλίου_Μαΐου_Ιουνίου_Ιουλίου_Αυγούστου_Σεπτεμβρίου_Οκτωβρίου_Νοεμβρίου_Δεκεμβρίου".split("_"),months:function(e,t){return e?"string"==typeof t&&/D/.test(t.substring(0,t.indexOf("MMMM")))?this._monthsGenitiveEl[e.month()]:this._monthsNominativeEl[e.month()]:this._monthsNominativeEl},monthsShort:"Ιαν_Φεβ_Μαρ_Απρ_Μαϊ_Ιουν_Ιουλ_Αυγ_Σεπ_Οκτ_Νοε_Δεκ".split("_"),weekdays:"Κυριακή_Δευτέρα_Τρίτη_Τετάρτη_Πέμπτη_Παρασκευή_Σάββατο".split("_"),weekdaysShort:"Κυρ_Δευ_Τρι_Τετ_Πεμ_Παρ_Σαβ".split("_"),weekdaysMin:"Κυ_Δε_Τρ_Τε_Πε_Πα_Σα".split("_"),meridiem:function(e,t,a){return e>11?a?"μμ":"ΜΜ":a?"πμ":"ΠΜ"},isPM:function(e){return"μ"===(e+"").toLowerCase()[0]},meridiemParse:/[ΠΜ]\.?Μ?\.?/i,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendarEl:{sameDay:"[Σήμερα {}] LT",nextDay:"[Αύριο {}] LT",nextWeek:"dddd [{}] LT",lastDay:"[Χθες {}] LT",lastWeek:function(){return 6===this.day()?"[το προηγούμενο] dddd [{}] LT":"[την προηγούμενη] dddd [{}] LT"},sameElse:"L"},calendar:function(e,t){var a,s=this._calendarEl[e],n=t&&t.hours();return a=s,("undefined"!=typeof Function&&a instanceof Function||"[object Function]"===Object.prototype.toString.call(a))&&(s=s.apply(t)),s.replace("{}",n%12==1?"στη":"στις")},relativeTime:{future:"σε %s",past:"%s πριν",s:"λίγα δευτερόλεπτα",ss:"%d δευτερόλεπτα",m:"ένα λεπτό",mm:"%d λεπτά",h:"μία ώρα",hh:"%d ώρες",d:"μία μέρα",dd:"%d μέρες",M:"ένας μήνας",MM:"%d μήνες",y:"ένας χρόνος",yy:"%d χρόνια"},dayOfMonthOrdinalParse:/\d{1,2}η/,ordinal:"%dη",week:{dow:1,doy:4}})}(a(5093))},3872:function(e,t,a){!function(e){"use strict";e.defineLocale("en-au",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:0,doy:4}})}(a(5093))},8298:function(e,t,a){!function(e){"use strict";e.defineLocale("en-ca",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"YYYY-MM-DD",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")}})}(a(5093))},6195:function(e,t,a){!function(e){"use strict";e.defineLocale("en-gb",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(a(5093))},6584:function(e,t,a){!function(e){"use strict";e.defineLocale("en-ie",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(a(5093))},5543:function(e,t,a){!function(e){"use strict";e.defineLocale("en-il",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")}})}(a(5093))},9033:function(e,t,a){!function(e){"use strict";e.defineLocale("en-in",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:0,doy:6}})}(a(5093))},9402:function(e,t,a){!function(e){"use strict";e.defineLocale("en-nz",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(a(5093))},3004:function(e,t,a){!function(e){"use strict";e.defineLocale("en-sg",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(a(5093))},2934:function(e,t,a){!function(e){"use strict";e.defineLocale("eo",{months:"januaro_februaro_marto_aprilo_majo_junio_julio_aŭgusto_septembro_oktobro_novembro_decembro".split("_"),monthsShort:"jan_feb_mart_apr_maj_jun_jul_aŭg_sept_okt_nov_dec".split("_"),weekdays:"dimanĉo_lundo_mardo_merkredo_ĵaŭdo_vendredo_sabato".split("_"),weekdaysShort:"dim_lun_mard_merk_ĵaŭ_ven_sab".split("_"),weekdaysMin:"di_lu_ma_me_ĵa_ve_sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"[la] D[-an de] MMMM, YYYY",LLL:"[la] D[-an de] MMMM, YYYY HH:mm",LLLL:"dddd[n], [la] D[-an de] MMMM, YYYY HH:mm",llll:"ddd, [la] D[-an de] MMM, YYYY HH:mm"},meridiemParse:/[ap]\.t\.m/i,isPM:function(e){return"p"===e.charAt(0).toLowerCase()},meridiem:function(e,t,a){return e>11?a?"p.t.m.":"P.T.M.":a?"a.t.m.":"A.T.M."},calendar:{sameDay:"[Hodiaŭ je] LT",nextDay:"[Morgaŭ je] LT",nextWeek:"dddd[n je] LT",lastDay:"[Hieraŭ je] LT",lastWeek:"[pasintan] dddd[n je] LT",sameElse:"L"},relativeTime:{future:"post %s",past:"antaŭ %s",s:"kelkaj sekundoj",ss:"%d sekundoj",m:"unu minuto",mm:"%d minutoj",h:"unu horo",hh:"%d horoj",d:"unu tago",dd:"%d tagoj",M:"unu monato",MM:"%d monatoj",y:"unu jaro",yy:"%d jaroj"},dayOfMonthOrdinalParse:/\d{1,2}a/,ordinal:"%da",week:{dow:1,doy:7}})}(a(5093))},838:function(e,t,a){!function(e){"use strict";var t="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),a="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),s=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],n=/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i;e.defineLocale("es-do",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(e,s){return e?/-MMM-/.test(s)?a[e.month()]:t[e.month()]:t},monthsRegex:n,monthsShortRegex:n,monthsStrictRegex:/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,monthsShortStrictRegex:/^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,monthsParse:s,longMonthsParse:s,shortMonthsParse:s,weekdays:"domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),weekdaysShort:"dom._lun._mar._mié._jue._vie._sáb.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY h:mm A",LLLL:"dddd, D [de] MMMM [de] YYYY h:mm A"},calendar:{sameDay:function(){return"[hoy a la"+(1!==this.hours()?"s":"")+"] LT"},nextDay:function(){return"[mañana a la"+(1!==this.hours()?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(1!==this.hours()?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(1!==this.hours()?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(1!==this.hours()?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un día",dd:"%d días",w:"una semana",ww:"%d semanas",M:"un mes",MM:"%d meses",y:"un año",yy:"%d años"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(a(5093))},7730:function(e,t,a){!function(e){"use strict";var t="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),a="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),s=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],n=/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i;e.defineLocale("es-mx",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(e,s){return e?/-MMM-/.test(s)?a[e.month()]:t[e.month()]:t},monthsRegex:n,monthsShortRegex:n,monthsStrictRegex:/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,monthsShortStrictRegex:/^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,monthsParse:s,longMonthsParse:s,shortMonthsParse:s,weekdays:"domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),weekdaysShort:"dom._lun._mar._mié._jue._vie._sáb.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY H:mm",LLLL:"dddd, D [de] MMMM [de] YYYY H:mm"},calendar:{sameDay:function(){return"[hoy a la"+(1!==this.hours()?"s":"")+"] LT"},nextDay:function(){return"[mañana a la"+(1!==this.hours()?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(1!==this.hours()?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(1!==this.hours()?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(1!==this.hours()?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un día",dd:"%d días",w:"una semana",ww:"%d semanas",M:"un mes",MM:"%d meses",y:"un año",yy:"%d años"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:0,doy:4},invalidDate:"Fecha inválida"})}(a(5093))},6575:function(e,t,a){!function(e){"use strict";var t="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),a="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),s=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],n=/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i;e.defineLocale("es-us",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(e,s){return e?/-MMM-/.test(s)?a[e.month()]:t[e.month()]:t},monthsRegex:n,monthsShortRegex:n,monthsStrictRegex:/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,monthsShortStrictRegex:/^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,monthsParse:s,longMonthsParse:s,shortMonthsParse:s,weekdays:"domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),weekdaysShort:"dom._lun._mar._mié._jue._vie._sáb.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"MM/DD/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY h:mm A",LLLL:"dddd, D [de] MMMM [de] YYYY h:mm A"},calendar:{sameDay:function(){return"[hoy a la"+(1!==this.hours()?"s":"")+"] LT"},nextDay:function(){return"[mañana a la"+(1!==this.hours()?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(1!==this.hours()?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(1!==this.hours()?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(1!==this.hours()?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un día",dd:"%d días",w:"una semana",ww:"%d semanas",M:"un mes",MM:"%d meses",y:"un año",yy:"%d años"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:0,doy:6}})}(a(5093))},7650:function(e,t,a){!function(e){"use strict";var t="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),a="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),s=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],n=/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i;e.defineLocale("es",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(e,s){return e?/-MMM-/.test(s)?a[e.month()]:t[e.month()]:t},monthsRegex:n,monthsShortRegex:n,monthsStrictRegex:/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,monthsShortStrictRegex:/^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,monthsParse:s,longMonthsParse:s,shortMonthsParse:s,weekdays:"domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),weekdaysShort:"dom._lun._mar._mié._jue._vie._sáb.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY H:mm",LLLL:"dddd, D [de] MMMM [de] YYYY H:mm"},calendar:{sameDay:function(){return"[hoy a la"+(1!==this.hours()?"s":"")+"] LT"},nextDay:function(){return"[mañana a la"+(1!==this.hours()?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(1!==this.hours()?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(1!==this.hours()?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(1!==this.hours()?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un día",dd:"%d días",w:"una semana",ww:"%d semanas",M:"un mes",MM:"%d meses",y:"un año",yy:"%d años"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4},invalidDate:"Fecha inválida"})}(a(5093))},3035:function(e,t,a){!function(e){"use strict";function t(e,t,a,s){var n={s:["mõne sekundi","mõni sekund","paar sekundit"],ss:[e+"sekundi",e+"sekundit"],m:["ühe minuti","üks minut"],mm:[e+" minuti",e+" minutit"],h:["ühe tunni","tund aega","üks tund"],hh:[e+" tunni",e+" tundi"],d:["ühe päeva","üks päev"],M:["kuu aja","kuu aega","üks kuu"],MM:[e+" kuu",e+" kuud"],y:["ühe aasta","aasta","üks aasta"],yy:[e+" aasta",e+" aastat"]};return t?n[a][2]?n[a][2]:n[a][1]:s?n[a][0]:n[a][1]}e.defineLocale("et",{months:"jaanuar_veebruar_märts_aprill_mai_juuni_juuli_august_september_oktoober_november_detsember".split("_"),monthsShort:"jaan_veebr_märts_apr_mai_juuni_juuli_aug_sept_okt_nov_dets".split("_"),weekdays:"pühapäev_esmaspäev_teisipäev_kolmapäev_neljapäev_reede_laupäev".split("_"),weekdaysShort:"P_E_T_K_N_R_L".split("_"),weekdaysMin:"P_E_T_K_N_R_L".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[Täna,] LT",nextDay:"[Homme,] LT",nextWeek:"[Järgmine] dddd LT",lastDay:"[Eile,] LT",lastWeek:"[Eelmine] dddd LT",sameElse:"L"},relativeTime:{future:"%s pärast",past:"%s tagasi",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:"%d päeva",M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(a(5093))},3508:function(e,t,a){!function(e){"use strict";e.defineLocale("eu",{months:"urtarrila_otsaila_martxoa_apirila_maiatza_ekaina_uztaila_abuztua_iraila_urria_azaroa_abendua".split("_"),monthsShort:"urt._ots._mar._api._mai._eka._uzt._abu._ira._urr._aza._abe.".split("_"),monthsParseExact:!0,weekdays:"igandea_astelehena_asteartea_asteazkena_osteguna_ostirala_larunbata".split("_"),weekdaysShort:"ig._al._ar._az._og._ol._lr.".split("_"),weekdaysMin:"ig_al_ar_az_og_ol_lr".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY[ko] MMMM[ren] D[a]",LLL:"YYYY[ko] MMMM[ren] D[a] HH:mm",LLLL:"dddd, YYYY[ko] MMMM[ren] D[a] HH:mm",l:"YYYY-M-D",ll:"YYYY[ko] MMM D[a]",lll:"YYYY[ko] MMM D[a] HH:mm",llll:"ddd, YYYY[ko] MMM D[a] HH:mm"},calendar:{sameDay:"[gaur] LT[etan]",nextDay:"[bihar] LT[etan]",nextWeek:"dddd LT[etan]",lastDay:"[atzo] LT[etan]",lastWeek:"[aurreko] dddd LT[etan]",sameElse:"L"},relativeTime:{future:"%s barru",past:"duela %s",s:"segundo batzuk",ss:"%d segundo",m:"minutu bat",mm:"%d minutu",h:"ordu bat",hh:"%d ordu",d:"egun bat",dd:"%d egun",M:"hilabete bat",MM:"%d hilabete",y:"urte bat",yy:"%d urte"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(a(5093))},119:function(e,t,a){!function(e){"use strict";var t={1:"۱",2:"۲",3:"۳",4:"۴",5:"۵",6:"۶",7:"۷",8:"۸",9:"۹",0:"۰"},a={"۱":"1","۲":"2","۳":"3","۴":"4","۵":"5","۶":"6","۷":"7","۸":"8","۹":"9","۰":"0"};e.defineLocale("fa",{months:"ژانویه_فوریه_مارس_آوریل_مه_ژوئن_ژوئیه_اوت_سپتامبر_اکتبر_نوامبر_دسامبر".split("_"),monthsShort:"ژانویه_فوریه_مارس_آوریل_مه_ژوئن_ژوئیه_اوت_سپتامبر_اکتبر_نوامبر_دسامبر".split("_"),weekdays:"یک‌شنبه_دوشنبه_سه‌شنبه_چهارشنبه_پنج‌شنبه_جمعه_شنبه".split("_"),weekdaysShort:"یک‌شنبه_دوشنبه_سه‌شنبه_چهارشنبه_پنج‌شنبه_جمعه_شنبه".split("_"),weekdaysMin:"ی_د_س_چ_پ_ج_ش".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},meridiemParse:/قبل از ظهر|بعد از ظهر/,isPM:function(e){return/بعد از ظهر/.test(e)},meridiem:function(e,t,a){return e<12?"قبل از ظهر":"بعد از ظهر"},calendar:{sameDay:"[امروز ساعت] LT",nextDay:"[فردا ساعت] LT",nextWeek:"dddd [ساعت] LT",lastDay:"[دیروز ساعت] LT",lastWeek:"dddd [پیش] [ساعت] LT",sameElse:"L"},relativeTime:{future:"در %s",past:"%s پیش",s:"چند ثانیه",ss:"%d ثانیه",m:"یک دقیقه",mm:"%d دقیقه",h:"یک ساعت",hh:"%d ساعت",d:"یک روز",dd:"%d روز",M:"یک ماه",MM:"%d ماه",y:"یک سال",yy:"%d سال"},preparse:function(e){return e.replace(/[۰-۹]/g,(function(e){return a[e]})).replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]})).replace(/,/g,"،")},dayOfMonthOrdinalParse:/\d{1,2}م/,ordinal:"%dم",week:{dow:6,doy:12}})}(a(5093))},527:function(e,t,a){!function(e){"use strict";var t="nolla yksi kaksi kolme neljä viisi kuusi seitsemän kahdeksan yhdeksän".split(" "),a=["nolla","yhden","kahden","kolmen","neljän","viiden","kuuden",t[7],t[8],t[9]];function s(e,s,n,i){var r="";switch(n){case"s":return i?"muutaman sekunnin":"muutama sekunti";case"ss":r=i?"sekunnin":"sekuntia";break;case"m":return i?"minuutin":"minuutti";case"mm":r=i?"minuutin":"minuuttia";break;case"h":return i?"tunnin":"tunti";case"hh":r=i?"tunnin":"tuntia";break;case"d":return i?"päivän":"päivä";case"dd":r=i?"päivän":"päivää";break;case"M":return i?"kuukauden":"kuukausi";case"MM":r=i?"kuukauden":"kuukautta";break;case"y":return i?"vuoden":"vuosi";case"yy":r=i?"vuoden":"vuotta"}return function(e,s){return e<10?s?a[e]:t[e]:e}(e,i)+" "+r}e.defineLocale("fi",{months:"tammikuu_helmikuu_maaliskuu_huhtikuu_toukokuu_kesäkuu_heinäkuu_elokuu_syyskuu_lokakuu_marraskuu_joulukuu".split("_"),monthsShort:"tammi_helmi_maalis_huhti_touko_kesä_heinä_elo_syys_loka_marras_joulu".split("_"),weekdays:"sunnuntai_maanantai_tiistai_keskiviikko_torstai_perjantai_lauantai".split("_"),weekdaysShort:"su_ma_ti_ke_to_pe_la".split("_"),weekdaysMin:"su_ma_ti_ke_to_pe_la".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD.MM.YYYY",LL:"Do MMMM[ta] YYYY",LLL:"Do MMMM[ta] YYYY, [klo] HH.mm",LLLL:"dddd, Do MMMM[ta] YYYY, [klo] HH.mm",l:"D.M.YYYY",ll:"Do MMM YYYY",lll:"Do MMM YYYY, [klo] HH.mm",llll:"ddd, Do MMM YYYY, [klo] HH.mm"},calendar:{sameDay:"[tänään] [klo] LT",nextDay:"[huomenna] [klo] LT",nextWeek:"dddd [klo] LT",lastDay:"[eilen] [klo] LT",lastWeek:"[viime] dddd[na] [klo] LT",sameElse:"L"},relativeTime:{future:"%s päästä",past:"%s sitten",s,ss:s,m:s,mm:s,h:s,hh:s,d:s,dd:s,M:s,MM:s,y:s,yy:s},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(a(5093))},5995:function(e,t,a){!function(e){"use strict";e.defineLocale("fil",{months:"Enero_Pebrero_Marso_Abril_Mayo_Hunyo_Hulyo_Agosto_Setyembre_Oktubre_Nobyembre_Disyembre".split("_"),monthsShort:"Ene_Peb_Mar_Abr_May_Hun_Hul_Ago_Set_Okt_Nob_Dis".split("_"),weekdays:"Linggo_Lunes_Martes_Miyerkules_Huwebes_Biyernes_Sabado".split("_"),weekdaysShort:"Lin_Lun_Mar_Miy_Huw_Biy_Sab".split("_"),weekdaysMin:"Li_Lu_Ma_Mi_Hu_Bi_Sab".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"MM/D/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY HH:mm",LLLL:"dddd, MMMM DD, YYYY HH:mm"},calendar:{sameDay:"LT [ngayong araw]",nextDay:"[Bukas ng] LT",nextWeek:"LT [sa susunod na] dddd",lastDay:"LT [kahapon]",lastWeek:"LT [noong nakaraang] dddd",sameElse:"L"},relativeTime:{future:"sa loob ng %s",past:"%s ang nakalipas",s:"ilang segundo",ss:"%d segundo",m:"isang minuto",mm:"%d minuto",h:"isang oras",hh:"%d oras",d:"isang araw",dd:"%d araw",M:"isang buwan",MM:"%d buwan",y:"isang taon",yy:"%d taon"},dayOfMonthOrdinalParse:/\d{1,2}/,ordinal:function(e){return e},week:{dow:1,doy:4}})}(a(5093))},2477:function(e,t,a){!function(e){"use strict";e.defineLocale("fo",{months:"januar_februar_mars_apríl_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan_feb_mar_apr_mai_jun_jul_aug_sep_okt_nov_des".split("_"),weekdays:"sunnudagur_mánadagur_týsdagur_mikudagur_hósdagur_fríggjadagur_leygardagur".split("_"),weekdaysShort:"sun_mán_týs_mik_hós_frí_ley".split("_"),weekdaysMin:"su_má_tý_mi_hó_fr_le".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D. MMMM, YYYY HH:mm"},calendar:{sameDay:"[Í dag kl.] LT",nextDay:"[Í morgin kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[Í gjár kl.] LT",lastWeek:"[síðstu] dddd [kl] LT",sameElse:"L"},relativeTime:{future:"um %s",past:"%s síðani",s:"fá sekund",ss:"%d sekundir",m:"ein minuttur",mm:"%d minuttir",h:"ein tími",hh:"%d tímar",d:"ein dagur",dd:"%d dagar",M:"ein mánaður",MM:"%d mánaðir",y:"eitt ár",yy:"%d ár"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(a(5093))},6435:function(e,t,a){!function(e){"use strict";e.defineLocale("fr-ca",{months:"janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),monthsShort:"janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),monthsParseExact:!0,weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"di_lu_ma_me_je_ve_sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Aujourd’hui à] LT",nextDay:"[Demain à] LT",nextWeek:"dddd [à] LT",lastDay:"[Hier à] LT",lastWeek:"dddd [dernier à] LT",sameElse:"L"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",ss:"%d secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},dayOfMonthOrdinalParse:/\d{1,2}(er|e)/,ordinal:function(e,t){switch(t){default:case"M":case"Q":case"D":case"DDD":case"d":return e+(1===e?"er":"e");case"w":case"W":return e+(1===e?"re":"e")}}})}(a(5093))},7892:function(e,t,a){!function(e){"use strict";e.defineLocale("fr-ch",{months:"janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),monthsShort:"janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),monthsParseExact:!0,weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"di_lu_ma_me_je_ve_sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Aujourd’hui à] LT",nextDay:"[Demain à] LT",nextWeek:"dddd [à] LT",lastDay:"[Hier à] LT",lastWeek:"dddd [dernier à] LT",sameElse:"L"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",ss:"%d secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},dayOfMonthOrdinalParse:/\d{1,2}(er|e)/,ordinal:function(e,t){switch(t){default:case"M":case"Q":case"D":case"DDD":case"d":return e+(1===e?"er":"e");case"w":case"W":return e+(1===e?"re":"e")}},week:{dow:1,doy:4}})}(a(5093))},5498:function(e,t,a){!function(e){"use strict";var t=/(janv\.?|févr\.?|mars|avr\.?|mai|juin|juil\.?|août|sept\.?|oct\.?|nov\.?|déc\.?|janvier|février|mars|avril|mai|juin|juillet|août|septembre|octobre|novembre|décembre)/i,a=[/^janv/i,/^févr/i,/^mars/i,/^avr/i,/^mai/i,/^juin/i,/^juil/i,/^août/i,/^sept/i,/^oct/i,/^nov/i,/^déc/i];e.defineLocale("fr",{months:"janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),monthsShort:"janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),monthsRegex:t,monthsShortRegex:t,monthsStrictRegex:/^(janvier|février|mars|avril|mai|juin|juillet|août|septembre|octobre|novembre|décembre)/i,monthsShortStrictRegex:/(janv\.?|févr\.?|mars|avr\.?|mai|juin|juil\.?|août|sept\.?|oct\.?|nov\.?|déc\.?)/i,monthsParse:a,longMonthsParse:a,shortMonthsParse:a,weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"di_lu_ma_me_je_ve_sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Aujourd’hui à] LT",nextDay:"[Demain à] LT",nextWeek:"dddd [à] LT",lastDay:"[Hier à] LT",lastWeek:"dddd [dernier à] LT",sameElse:"L"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",ss:"%d secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",w:"une semaine",ww:"%d semaines",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},dayOfMonthOrdinalParse:/\d{1,2}(er|)/,ordinal:function(e,t){switch(t){case"D":return e+(1===e?"er":"");default:case"M":case"Q":case"DDD":case"d":return e+(1===e?"er":"e");case"w":case"W":return e+(1===e?"re":"e")}},week:{dow:1,doy:4}})}(a(5093))},7071:function(e,t,a){!function(e){"use strict";var t="jan._feb._mrt._apr._mai_jun._jul._aug._sep._okt._nov._des.".split("_"),a="jan_feb_mrt_apr_mai_jun_jul_aug_sep_okt_nov_des".split("_");e.defineLocale("fy",{months:"jannewaris_febrewaris_maart_april_maaie_juny_july_augustus_septimber_oktober_novimber_desimber".split("_"),monthsShort:function(e,s){return e?/-MMM-/.test(s)?a[e.month()]:t[e.month()]:t},monthsParseExact:!0,weekdays:"snein_moandei_tiisdei_woansdei_tongersdei_freed_sneon".split("_"),weekdaysShort:"si._mo._ti._wo._to._fr._so.".split("_"),weekdaysMin:"Si_Mo_Ti_Wo_To_Fr_So".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[hjoed om] LT",nextDay:"[moarn om] LT",nextWeek:"dddd [om] LT",lastDay:"[juster om] LT",lastWeek:"[ôfrûne] dddd [om] LT",sameElse:"L"},relativeTime:{future:"oer %s",past:"%s lyn",s:"in pear sekonden",ss:"%d sekonden",m:"ien minút",mm:"%d minuten",h:"ien oere",hh:"%d oeren",d:"ien dei",dd:"%d dagen",M:"ien moanne",MM:"%d moannen",y:"ien jier",yy:"%d jierren"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(e){return e+(1===e||8===e||e>=20?"ste":"de")},week:{dow:1,doy:4}})}(a(5093))},1734:function(e,t,a){!function(e){"use strict";e.defineLocale("ga",{months:["Eanáir","Feabhra","Márta","Aibreán","Bealtaine","Meitheamh","Iúil","Lúnasa","Meán Fómhair","Deireadh Fómhair","Samhain","Nollaig"],monthsShort:["Ean","Feabh","Márt","Aib","Beal","Meith","Iúil","Lún","M.F.","D.F.","Samh","Noll"],monthsParseExact:!0,weekdays:["Dé Domhnaigh","Dé Luain","Dé Máirt","Dé Céadaoin","Déardaoin","Dé hAoine","Dé Sathairn"],weekdaysShort:["Domh","Luan","Máirt","Céad","Déar","Aoine","Sath"],weekdaysMin:["Do","Lu","Má","Cé","Dé","A","Sa"],longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Inniu ag] LT",nextDay:"[Amárach ag] LT",nextWeek:"dddd [ag] LT",lastDay:"[Inné ag] LT",lastWeek:"dddd [seo caite] [ag] LT",sameElse:"L"},relativeTime:{future:"i %s",past:"%s ó shin",s:"cúpla soicind",ss:"%d soicind",m:"nóiméad",mm:"%d nóiméad",h:"uair an chloig",hh:"%d uair an chloig",d:"lá",dd:"%d lá",M:"mí",MM:"%d míonna",y:"bliain",yy:"%d bliain"},dayOfMonthOrdinalParse:/\d{1,2}(d|na|mh)/,ordinal:function(e){return e+(1===e?"d":e%10==2?"na":"mh")},week:{dow:1,doy:4}})}(a(5093))},217:function(e,t,a){!function(e){"use strict";e.defineLocale("gd",{months:["Am Faoilleach","An Gearran","Am Màrt","An Giblean","An Cèitean","An t-Ògmhios","An t-Iuchar","An Lùnastal","An t-Sultain","An Dàmhair","An t-Samhain","An Dùbhlachd"],monthsShort:["Faoi","Gear","Màrt","Gibl","Cèit","Ògmh","Iuch","Lùn","Sult","Dàmh","Samh","Dùbh"],monthsParseExact:!0,weekdays:["Didòmhnaich","Diluain","Dimàirt","Diciadain","Diardaoin","Dihaoine","Disathairne"],weekdaysShort:["Did","Dil","Dim","Dic","Dia","Dih","Dis"],weekdaysMin:["Dò","Lu","Mà","Ci","Ar","Ha","Sa"],longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[An-diugh aig] LT",nextDay:"[A-màireach aig] LT",nextWeek:"dddd [aig] LT",lastDay:"[An-dè aig] LT",lastWeek:"dddd [seo chaidh] [aig] LT",sameElse:"L"},relativeTime:{future:"ann an %s",past:"bho chionn %s",s:"beagan diogan",ss:"%d diogan",m:"mionaid",mm:"%d mionaidean",h:"uair",hh:"%d uairean",d:"latha",dd:"%d latha",M:"mìos",MM:"%d mìosan",y:"bliadhna",yy:"%d bliadhna"},dayOfMonthOrdinalParse:/\d{1,2}(d|na|mh)/,ordinal:function(e){return e+(1===e?"d":e%10==2?"na":"mh")},week:{dow:1,doy:4}})}(a(5093))},7329:function(e,t,a){!function(e){"use strict";e.defineLocale("gl",{months:"xaneiro_febreiro_marzo_abril_maio_xuño_xullo_agosto_setembro_outubro_novembro_decembro".split("_"),monthsShort:"xan._feb._mar._abr._mai._xuñ._xul._ago._set._out._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"domingo_luns_martes_mércores_xoves_venres_sábado".split("_"),weekdaysShort:"dom._lun._mar._mér._xov._ven._sáb.".split("_"),weekdaysMin:"do_lu_ma_mé_xo_ve_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY H:mm",LLLL:"dddd, D [de] MMMM [de] YYYY H:mm"},calendar:{sameDay:function(){return"[hoxe "+(1!==this.hours()?"ás":"á")+"] LT"},nextDay:function(){return"[mañá "+(1!==this.hours()?"ás":"á")+"] LT"},nextWeek:function(){return"dddd ["+(1!==this.hours()?"ás":"a")+"] LT"},lastDay:function(){return"[onte "+(1!==this.hours()?"á":"a")+"] LT"},lastWeek:function(){return"[o] dddd [pasado "+(1!==this.hours()?"ás":"a")+"] LT"},sameElse:"L"},relativeTime:{future:function(e){return 0===e.indexOf("un")?"n"+e:"en "+e},past:"hai %s",s:"uns segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"unha hora",hh:"%d horas",d:"un día",dd:"%d días",M:"un mes",MM:"%d meses",y:"un ano",yy:"%d anos"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(a(5093))},2124:function(e,t,a){!function(e){"use strict";function t(e,t,a,s){var n={s:["थोडया सॅकंडांनी","थोडे सॅकंड"],ss:[e+" सॅकंडांनी",e+" सॅकंड"],m:["एका मिणटान","एक मिनूट"],mm:[e+" मिणटांनी",e+" मिणटां"],h:["एका वरान","एक वर"],hh:[e+" वरांनी",e+" वरां"],d:["एका दिसान","एक दीस"],dd:[e+" दिसांनी",e+" दीस"],M:["एका म्हयन्यान","एक म्हयनो"],MM:[e+" म्हयन्यानी",e+" म्हयने"],y:["एका वर्सान","एक वर्स"],yy:[e+" वर्सांनी",e+" वर्सां"]};return s?n[a][0]:n[a][1]}e.defineLocale("gom-deva",{months:{standalone:"जानेवारी_फेब्रुवारी_मार्च_एप्रील_मे_जून_जुलय_ऑगस्ट_सप्टेंबर_ऑक्टोबर_नोव्हेंबर_डिसेंबर".split("_"),format:"जानेवारीच्या_फेब्रुवारीच्या_मार्चाच्या_एप्रीलाच्या_मेयाच्या_जूनाच्या_जुलयाच्या_ऑगस्टाच्या_सप्टेंबराच्या_ऑक्टोबराच्या_नोव्हेंबराच्या_डिसेंबराच्या".split("_"),isFormat:/MMMM(\s)+D[oD]?/},monthsShort:"जाने._फेब्रु._मार्च_एप्री._मे_जून_जुल._ऑग._सप्टें._ऑक्टो._नोव्हें._डिसें.".split("_"),monthsParseExact:!0,weekdays:"आयतार_सोमार_मंगळार_बुधवार_बिरेस्तार_सुक्रार_शेनवार".split("_"),weekdaysShort:"आयत._सोम._मंगळ._बुध._ब्रेस्त._सुक्र._शेन.".split("_"),weekdaysMin:"आ_सो_मं_बु_ब्रे_सु_शे".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"A h:mm [वाजतां]",LTS:"A h:mm:ss [वाजतां]",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY A h:mm [वाजतां]",LLLL:"dddd, MMMM Do, YYYY, A h:mm [वाजतां]",llll:"ddd, D MMM YYYY, A h:mm [वाजतां]"},calendar:{sameDay:"[आयज] LT",nextDay:"[फाल्यां] LT",nextWeek:"[फुडलो] dddd[,] LT",lastDay:"[काल] LT",lastWeek:"[फाटलो] dddd[,] LT",sameElse:"L"},relativeTime:{future:"%s",past:"%s आदीं",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}(वेर)/,ordinal:function(e,t){return"D"===t?e+"वेर":e},week:{dow:0,doy:3},meridiemParse:/राती|सकाळीं|दनपारां|सांजे/,meridiemHour:function(e,t){return 12===e&&(e=0),"राती"===t?e<4?e:e+12:"सकाळीं"===t?e:"दनपारां"===t?e>12?e:e+12:"सांजे"===t?e+12:void 0},meridiem:function(e,t,a){return e<4?"राती":e<12?"सकाळीं":e<16?"दनपारां":e<20?"सांजे":"राती"}})}(a(5093))},3383:function(e,t,a){!function(e){"use strict";function t(e,t,a,s){var n={s:["thoddea sekondamni","thodde sekond"],ss:[e+" sekondamni",e+" sekond"],m:["eka mintan","ek minut"],mm:[e+" mintamni",e+" mintam"],h:["eka voran","ek vor"],hh:[e+" voramni",e+" voram"],d:["eka disan","ek dis"],dd:[e+" disamni",e+" dis"],M:["eka mhoinean","ek mhoino"],MM:[e+" mhoineamni",e+" mhoine"],y:["eka vorsan","ek voros"],yy:[e+" vorsamni",e+" vorsam"]};return s?n[a][0]:n[a][1]}e.defineLocale("gom-latn",{months:{standalone:"Janer_Febrer_Mars_Abril_Mai_Jun_Julai_Agost_Setembr_Otubr_Novembr_Dezembr".split("_"),format:"Janerachea_Febrerachea_Marsachea_Abrilachea_Maiachea_Junachea_Julaiachea_Agostachea_Setembrachea_Otubrachea_Novembrachea_Dezembrachea".split("_"),isFormat:/MMMM(\s)+D[oD]?/},monthsShort:"Jan._Feb._Mars_Abr._Mai_Jun_Jul._Ago._Set._Otu._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Aitar_Somar_Mongllar_Budhvar_Birestar_Sukrar_Son'var".split("_"),weekdaysShort:"Ait._Som._Mon._Bud._Bre._Suk._Son.".split("_"),weekdaysMin:"Ai_Sm_Mo_Bu_Br_Su_Sn".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"A h:mm [vazta]",LTS:"A h:mm:ss [vazta]",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY A h:mm [vazta]",LLLL:"dddd, MMMM Do, YYYY, A h:mm [vazta]",llll:"ddd, D MMM YYYY, A h:mm [vazta]"},calendar:{sameDay:"[Aiz] LT",nextDay:"[Faleam] LT",nextWeek:"[Fuddlo] dddd[,] LT",lastDay:"[Kal] LT",lastWeek:"[Fattlo] dddd[,] LT",sameElse:"L"},relativeTime:{future:"%s",past:"%s adim",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}(er)/,ordinal:function(e,t){return"D"===t?e+"er":e},week:{dow:0,doy:3},meridiemParse:/rati|sokallim|donparam|sanje/,meridiemHour:function(e,t){return 12===e&&(e=0),"rati"===t?e<4?e:e+12:"sokallim"===t?e:"donparam"===t?e>12?e:e+12:"sanje"===t?e+12:void 0},meridiem:function(e,t,a){return e<4?"rati":e<12?"sokallim":e<16?"donparam":e<20?"sanje":"rati"}})}(a(5093))},5050:function(e,t,a){!function(e){"use strict";var t={1:"૧",2:"૨",3:"૩",4:"૪",5:"૫",6:"૬",7:"૭",8:"૮",9:"૯",0:"૦"},a={"૧":"1","૨":"2","૩":"3","૪":"4","૫":"5","૬":"6","૭":"7","૮":"8","૯":"9","૦":"0"};e.defineLocale("gu",{months:"જાન્યુઆરી_ફેબ્રુઆરી_માર્ચ_એપ્રિલ_મે_જૂન_જુલાઈ_ઑગસ્ટ_સપ્ટેમ્બર_ઑક્ટ્બર_નવેમ્બર_ડિસેમ્બર".split("_"),monthsShort:"જાન્યુ._ફેબ્રુ._માર્ચ_એપ્રિ._મે_જૂન_જુલા._ઑગ._સપ્ટે._ઑક્ટ્._નવે._ડિસે.".split("_"),monthsParseExact:!0,weekdays:"રવિવાર_સોમવાર_મંગળવાર_બુધ્વાર_ગુરુવાર_શુક્રવાર_શનિવાર".split("_"),weekdaysShort:"રવિ_સોમ_મંગળ_બુધ્_ગુરુ_શુક્ર_શનિ".split("_"),weekdaysMin:"ર_સો_મં_બુ_ગુ_શુ_શ".split("_"),longDateFormat:{LT:"A h:mm વાગ્યે",LTS:"A h:mm:ss વાગ્યે",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm વાગ્યે",LLLL:"dddd, D MMMM YYYY, A h:mm વાગ્યે"},calendar:{sameDay:"[આજ] LT",nextDay:"[કાલે] LT",nextWeek:"dddd, LT",lastDay:"[ગઇકાલે] LT",lastWeek:"[પાછલા] dddd, LT",sameElse:"L"},relativeTime:{future:"%s મા",past:"%s પહેલા",s:"અમુક પળો",ss:"%d સેકંડ",m:"એક મિનિટ",mm:"%d મિનિટ",h:"એક કલાક",hh:"%d કલાક",d:"એક દિવસ",dd:"%d દિવસ",M:"એક મહિનો",MM:"%d મહિનો",y:"એક વર્ષ",yy:"%d વર્ષ"},preparse:function(e){return e.replace(/[૧૨૩૪૫૬૭૮૯૦]/g,(function(e){return a[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/રાત|બપોર|સવાર|સાંજ/,meridiemHour:function(e,t){return 12===e&&(e=0),"રાત"===t?e<4?e:e+12:"સવાર"===t?e:"બપોર"===t?e>=10?e:e+12:"સાંજ"===t?e+12:void 0},meridiem:function(e,t,a){return e<4?"રાત":e<10?"સવાર":e<17?"બપોર":e<20?"સાંજ":"રાત"},week:{dow:0,doy:6}})}(a(5093))},1713:function(e,t,a){!function(e){"use strict";e.defineLocale("he",{months:"ינואר_פברואר_מרץ_אפריל_מאי_יוני_יולי_אוגוסט_ספטמבר_אוקטובר_נובמבר_דצמבר".split("_"),monthsShort:"ינו׳_פבר׳_מרץ_אפר׳_מאי_יוני_יולי_אוג׳_ספט׳_אוק׳_נוב׳_דצמ׳".split("_"),weekdays:"ראשון_שני_שלישי_רביעי_חמישי_שישי_שבת".split("_"),weekdaysShort:"א׳_ב׳_ג׳_ד׳_ה׳_ו׳_ש׳".split("_"),weekdaysMin:"א_ב_ג_ד_ה_ו_ש".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [ב]MMMM YYYY",LLL:"D [ב]MMMM YYYY HH:mm",LLLL:"dddd, D [ב]MMMM YYYY HH:mm",l:"D/M/YYYY",ll:"D MMM YYYY",lll:"D MMM YYYY HH:mm",llll:"ddd, D MMM YYYY HH:mm"},calendar:{sameDay:"[היום ב־]LT",nextDay:"[מחר ב־]LT",nextWeek:"dddd [בשעה] LT",lastDay:"[אתמול ב־]LT",lastWeek:"[ביום] dddd [האחרון בשעה] LT",sameElse:"L"},relativeTime:{future:"בעוד %s",past:"לפני %s",s:"מספר שניות",ss:"%d שניות",m:"דקה",mm:"%d דקות",h:"שעה",hh:function(e){return 2===e?"שעתיים":e+" שעות"},d:"יום",dd:function(e){return 2===e?"יומיים":e+" ימים"},M:"חודש",MM:function(e){return 2===e?"חודשיים":e+" חודשים"},y:"שנה",yy:function(e){return 2===e?"שנתיים":e%10==0&&10!==e?e+" שנה":e+" שנים"}},meridiemParse:/אחה"צ|לפנה"צ|אחרי הצהריים|לפני הצהריים|לפנות בוקר|בבוקר|בערב/i,isPM:function(e){return/^(אחה"צ|אחרי הצהריים|בערב)$/.test(e)},meridiem:function(e,t,a){return e<5?"לפנות בוקר":e<10?"בבוקר":e<12?a?'לפנה"צ':"לפני הצהריים":e<18?a?'אחה"צ':"אחרי הצהריים":"בערב"}})}(a(5093))},3861:function(e,t,a){!function(e){"use strict";var t={1:"१",2:"२",3:"३",4:"४",5:"५",6:"६",7:"७",8:"८",9:"९",0:"०"},a={"१":"1","२":"2","३":"3","४":"4","५":"5","६":"6","७":"7","८":"8","९":"9","०":"0"},s=[/^जन/i,/^फ़र|फर/i,/^मार्च/i,/^अप्रै/i,/^मई/i,/^जून/i,/^जुल/i,/^अग/i,/^सितं|सित/i,/^अक्टू/i,/^नव|नवं/i,/^दिसं|दिस/i];e.defineLocale("hi",{months:{format:"जनवरी_फ़रवरी_मार्च_अप्रैल_मई_जून_जुलाई_अगस्त_सितम्बर_अक्टूबर_नवम्बर_दिसम्बर".split("_"),standalone:"जनवरी_फरवरी_मार्च_अप्रैल_मई_जून_जुलाई_अगस्त_सितंबर_अक्टूबर_नवंबर_दिसंबर".split("_")},monthsShort:"जन._फ़र._मार्च_अप्रै._मई_जून_जुल._अग._सित._अक्टू._नव._दिस.".split("_"),weekdays:"रविवार_सोमवार_मंगलवार_बुधवार_गुरूवार_शुक्रवार_शनिवार".split("_"),weekdaysShort:"रवि_सोम_मंगल_बुध_गुरू_शुक्र_शनि".split("_"),weekdaysMin:"र_सो_मं_बु_गु_शु_श".split("_"),longDateFormat:{LT:"A h:mm बजे",LTS:"A h:mm:ss बजे",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm बजे",LLLL:"dddd, D MMMM YYYY, A h:mm बजे"},monthsParse:s,longMonthsParse:s,shortMonthsParse:[/^जन/i,/^फ़र/i,/^मार्च/i,/^अप्रै/i,/^मई/i,/^जून/i,/^जुल/i,/^अग/i,/^सित/i,/^अक्टू/i,/^नव/i,/^दिस/i],monthsRegex:/^(जनवरी|जन\.?|फ़रवरी|फरवरी|फ़र\.?|मार्च?|अप्रैल|अप्रै\.?|मई?|जून?|जुलाई|जुल\.?|अगस्त|अग\.?|सितम्बर|सितंबर|सित\.?|अक्टूबर|अक्टू\.?|नवम्बर|नवंबर|नव\.?|दिसम्बर|दिसंबर|दिस\.?)/i,monthsShortRegex:/^(जनवरी|जन\.?|फ़रवरी|फरवरी|फ़र\.?|मार्च?|अप्रैल|अप्रै\.?|मई?|जून?|जुलाई|जुल\.?|अगस्त|अग\.?|सितम्बर|सितंबर|सित\.?|अक्टूबर|अक्टू\.?|नवम्बर|नवंबर|नव\.?|दिसम्बर|दिसंबर|दिस\.?)/i,monthsStrictRegex:/^(जनवरी?|फ़रवरी|फरवरी?|मार्च?|अप्रैल?|मई?|जून?|जुलाई?|अगस्त?|सितम्बर|सितंबर|सित?\.?|अक्टूबर|अक्टू\.?|नवम्बर|नवंबर?|दिसम्बर|दिसंबर?)/i,monthsShortStrictRegex:/^(जन\.?|फ़र\.?|मार्च?|अप्रै\.?|मई?|जून?|जुल\.?|अग\.?|सित\.?|अक्टू\.?|नव\.?|दिस\.?)/i,calendar:{sameDay:"[आज] LT",nextDay:"[कल] LT",nextWeek:"dddd, LT",lastDay:"[कल] LT",lastWeek:"[पिछले] dddd, LT",sameElse:"L"},relativeTime:{future:"%s में",past:"%s पहले",s:"कुछ ही क्षण",ss:"%d सेकंड",m:"एक मिनट",mm:"%d मिनट",h:"एक घंटा",hh:"%d घंटे",d:"एक दिन",dd:"%d दिन",M:"एक महीने",MM:"%d महीने",y:"एक वर्ष",yy:"%d वर्ष"},preparse:function(e){return e.replace(/[१२३४५६७८९०]/g,(function(e){return a[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/रात|सुबह|दोपहर|शाम/,meridiemHour:function(e,t){return 12===e&&(e=0),"रात"===t?e<4?e:e+12:"सुबह"===t?e:"दोपहर"===t?e>=10?e:e+12:"शाम"===t?e+12:void 0},meridiem:function(e,t,a){return e<4?"रात":e<10?"सुबह":e<17?"दोपहर":e<20?"शाम":"रात"},week:{dow:0,doy:6}})}(a(5093))},6308:function(e,t,a){!function(e){"use strict";function t(e,t,a){var s=e+" ";switch(a){case"ss":return s+(1===e?"sekunda":2===e||3===e||4===e?"sekunde":"sekundi");case"m":return t?"jedna minuta":"jedne minute";case"mm":return s+(1===e?"minuta":2===e||3===e||4===e?"minute":"minuta");case"h":return t?"jedan sat":"jednog sata";case"hh":return s+(1===e?"sat":2===e||3===e||4===e?"sata":"sati");case"dd":return s+(1===e?"dan":"dana");case"MM":return s+(1===e?"mjesec":2===e||3===e||4===e?"mjeseca":"mjeseci");case"yy":return s+(1===e?"godina":2===e||3===e||4===e?"godine":"godina")}}e.defineLocale("hr",{months:{format:"siječnja_veljače_ožujka_travnja_svibnja_lipnja_srpnja_kolovoza_rujna_listopada_studenoga_prosinca".split("_"),standalone:"siječanj_veljača_ožujak_travanj_svibanj_lipanj_srpanj_kolovoz_rujan_listopad_studeni_prosinac".split("_")},monthsShort:"sij._velj._ožu._tra._svi._lip._srp._kol._ruj._lis._stu._pro.".split("_"),monthsParseExact:!0,weekdays:"nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sri._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"Do MMMM YYYY",LLL:"Do MMMM YYYY H:mm",LLLL:"dddd, Do MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedjelju] [u] LT";case 3:return"[u] [srijedu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[jučer u] LT",lastWeek:function(){switch(this.day()){case 0:return"[prošlu] [nedjelju] [u] LT";case 3:return"[prošlu] [srijedu] [u] LT";case 6:return"[prošle] [subote] [u] LT";case 1:case 2:case 4:case 5:return"[prošli] dddd [u] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"prije %s",s:"par sekundi",ss:t,m:t,mm:t,h:t,hh:t,d:"dan",dd:t,M:"mjesec",MM:t,y:"godinu",yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(a(5093))},609:function(e,t,a){!function(e){"use strict";var t="vasárnap hétfőn kedden szerdán csütörtökön pénteken szombaton".split(" ");function a(e,t,a,s){var n=e;switch(a){case"s":return s||t?"néhány másodperc":"néhány másodperce";case"ss":return n+(s||t)?" másodperc":" másodperce";case"m":return"egy"+(s||t?" perc":" perce");case"mm":return n+(s||t?" perc":" perce");case"h":return"egy"+(s||t?" óra":" órája");case"hh":return n+(s||t?" óra":" órája");case"d":return"egy"+(s||t?" nap":" napja");case"dd":return n+(s||t?" nap":" napja");case"M":return"egy"+(s||t?" hónap":" hónapja");case"MM":return n+(s||t?" hónap":" hónapja");case"y":return"egy"+(s||t?" év":" éve");case"yy":return n+(s||t?" év":" éve")}return""}function s(e){return(e?"":"[múlt] ")+"["+t[this.day()]+"] LT[-kor]"}e.defineLocale("hu",{months:"január_február_március_április_május_június_július_augusztus_szeptember_október_november_december".split("_"),monthsShort:"jan._feb._márc._ápr._máj._jún._júl._aug._szept._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"vasárnap_hétfő_kedd_szerda_csütörtök_péntek_szombat".split("_"),weekdaysShort:"vas_hét_kedd_sze_csüt_pén_szo".split("_"),weekdaysMin:"v_h_k_sze_cs_p_szo".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"YYYY.MM.DD.",LL:"YYYY. MMMM D.",LLL:"YYYY. MMMM D. H:mm",LLLL:"YYYY. MMMM D., dddd H:mm"},meridiemParse:/de|du/i,isPM:function(e){return"u"===e.charAt(1).toLowerCase()},meridiem:function(e,t,a){return e<12?!0===a?"de":"DE":!0===a?"du":"DU"},calendar:{sameDay:"[ma] LT[-kor]",nextDay:"[holnap] LT[-kor]",nextWeek:function(){return s.call(this,!0)},lastDay:"[tegnap] LT[-kor]",lastWeek:function(){return s.call(this,!1)},sameElse:"L"},relativeTime:{future:"%s múlva",past:"%s",s:a,ss:a,m:a,mm:a,h:a,hh:a,d:a,dd:a,M:a,MM:a,y:a,yy:a},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(a(5093))},7160:function(e,t,a){!function(e){"use strict";e.defineLocale("hy-am",{months:{format:"հունվարի_փետրվարի_մարտի_ապրիլի_մայիսի_հունիսի_հուլիսի_օգոստոսի_սեպտեմբերի_հոկտեմբերի_նոյեմբերի_դեկտեմբերի".split("_"),standalone:"հունվար_փետրվար_մարտ_ապրիլ_մայիս_հունիս_հուլիս_օգոստոս_սեպտեմբեր_հոկտեմբեր_նոյեմբեր_դեկտեմբեր".split("_")},monthsShort:"հնվ_փտր_մրտ_ապր_մյս_հնս_հլս_օգս_սպտ_հկտ_նմբ_դկտ".split("_"),weekdays:"կիրակի_երկուշաբթի_երեքշաբթի_չորեքշաբթի_հինգշաբթի_ուրբաթ_շաբաթ".split("_"),weekdaysShort:"կրկ_երկ_երք_չրք_հնգ_ուրբ_շբթ".split("_"),weekdaysMin:"կրկ_երկ_երք_չրք_հնգ_ուրբ_շբթ".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY թ.",LLL:"D MMMM YYYY թ., HH:mm",LLLL:"dddd, D MMMM YYYY թ., HH:mm"},calendar:{sameDay:"[այսօր] LT",nextDay:"[վաղը] LT",lastDay:"[երեկ] LT",nextWeek:function(){return"dddd [օրը ժամը] LT"},lastWeek:function(){return"[անցած] dddd [օրը ժամը] LT"},sameElse:"L"},relativeTime:{future:"%s հետո",past:"%s առաջ",s:"մի քանի վայրկյան",ss:"%d վայրկյան",m:"րոպե",mm:"%d րոպե",h:"ժամ",hh:"%d ժամ",d:"օր",dd:"%d օր",M:"ամիս",MM:"%d ամիս",y:"տարի",yy:"%d տարի"},meridiemParse:/գիշերվա|առավոտվա|ցերեկվա|երեկոյան/,isPM:function(e){return/^(ցերեկվա|երեկոյան)$/.test(e)},meridiem:function(e){return e<4?"գիշերվա":e<12?"առավոտվա":e<17?"ցերեկվա":"երեկոյան"},dayOfMonthOrdinalParse:/\d{1,2}|\d{1,2}-(ին|րդ)/,ordinal:function(e,t){switch(t){case"DDD":case"w":case"W":case"DDDo":return 1===e?e+"-ին":e+"-րդ";default:return e}},week:{dow:1,doy:7}})}(a(5093))},4063:function(e,t,a){!function(e){"use strict";e.defineLocale("id",{months:"Januari_Februari_Maret_April_Mei_Juni_Juli_Agustus_September_Oktober_November_Desember".split("_"),monthsShort:"Jan_Feb_Mar_Apr_Mei_Jun_Jul_Agt_Sep_Okt_Nov_Des".split("_"),weekdays:"Minggu_Senin_Selasa_Rabu_Kamis_Jumat_Sabtu".split("_"),weekdaysShort:"Min_Sen_Sel_Rab_Kam_Jum_Sab".split("_"),weekdaysMin:"Mg_Sn_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/pagi|siang|sore|malam/,meridiemHour:function(e,t){return 12===e&&(e=0),"pagi"===t?e:"siang"===t?e>=11?e:e+12:"sore"===t||"malam"===t?e+12:void 0},meridiem:function(e,t,a){return e<11?"pagi":e<15?"siang":e<19?"sore":"malam"},calendar:{sameDay:"[Hari ini pukul] LT",nextDay:"[Besok pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kemarin pukul] LT",lastWeek:"dddd [lalu pukul] LT",sameElse:"L"},relativeTime:{future:"dalam %s",past:"%s yang lalu",s:"beberapa detik",ss:"%d detik",m:"semenit",mm:"%d menit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},week:{dow:0,doy:6}})}(a(5093))},9374:function(e,t,a){!function(e){"use strict";function t(e){return e%100==11||e%10!=1}function a(e,a,s,n){var i=e+" ";switch(s){case"s":return a||n?"nokkrar sekúndur":"nokkrum sekúndum";case"ss":return t(e)?i+(a||n?"sekúndur":"sekúndum"):i+"sekúnda";case"m":return a?"mínúta":"mínútu";case"mm":return t(e)?i+(a||n?"mínútur":"mínútum"):a?i+"mínúta":i+"mínútu";case"hh":return t(e)?i+(a||n?"klukkustundir":"klukkustundum"):i+"klukkustund";case"d":return a?"dagur":n?"dag":"degi";case"dd":return t(e)?a?i+"dagar":i+(n?"daga":"dögum"):a?i+"dagur":i+(n?"dag":"degi");case"M":return a?"mánuður":n?"mánuð":"mánuði";case"MM":return t(e)?a?i+"mánuðir":i+(n?"mánuði":"mánuðum"):a?i+"mánuður":i+(n?"mánuð":"mánuði");case"y":return a||n?"ár":"ári";case"yy":return t(e)?i+(a||n?"ár":"árum"):i+(a||n?"ár":"ári")}}e.defineLocale("is",{months:"janúar_febrúar_mars_apríl_maí_júní_júlí_ágúst_september_október_nóvember_desember".split("_"),monthsShort:"jan_feb_mar_apr_maí_jún_júl_ágú_sep_okt_nóv_des".split("_"),weekdays:"sunnudagur_mánudagur_þriðjudagur_miðvikudagur_fimmtudagur_föstudagur_laugardagur".split("_"),weekdaysShort:"sun_mán_þri_mið_fim_fös_lau".split("_"),weekdaysMin:"Su_Má_Þr_Mi_Fi_Fö_La".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY [kl.] H:mm",LLLL:"dddd, D. MMMM YYYY [kl.] H:mm"},calendar:{sameDay:"[í dag kl.] LT",nextDay:"[á morgun kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[í gær kl.] LT",lastWeek:"[síðasta] dddd [kl.] LT",sameElse:"L"},relativeTime:{future:"eftir %s",past:"fyrir %s síðan",s:a,ss:a,m:a,mm:a,h:"klukkustund",hh:a,d:a,dd:a,M:a,MM:a,y:a,yy:a},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(a(5093))},1827:function(e,t,a){!function(e){"use strict";e.defineLocale("it-ch",{months:"gennaio_febbraio_marzo_aprile_maggio_giugno_luglio_agosto_settembre_ottobre_novembre_dicembre".split("_"),monthsShort:"gen_feb_mar_apr_mag_giu_lug_ago_set_ott_nov_dic".split("_"),weekdays:"domenica_lunedì_martedì_mercoledì_giovedì_venerdì_sabato".split("_"),weekdaysShort:"dom_lun_mar_mer_gio_ven_sab".split("_"),weekdaysMin:"do_lu_ma_me_gi_ve_sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Oggi alle] LT",nextDay:"[Domani alle] LT",nextWeek:"dddd [alle] LT",lastDay:"[Ieri alle] LT",lastWeek:function(){return 0===this.day()?"[la scorsa] dddd [alle] LT":"[lo scorso] dddd [alle] LT"},sameElse:"L"},relativeTime:{future:function(e){return(/^[0-9].+$/.test(e)?"tra":"in")+" "+e},past:"%s fa",s:"alcuni secondi",ss:"%d secondi",m:"un minuto",mm:"%d minuti",h:"un'ora",hh:"%d ore",d:"un giorno",dd:"%d giorni",M:"un mese",MM:"%d mesi",y:"un anno",yy:"%d anni"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(a(5093))},8383:function(e,t,a){!function(e){"use strict";e.defineLocale("it",{months:"gennaio_febbraio_marzo_aprile_maggio_giugno_luglio_agosto_settembre_ottobre_novembre_dicembre".split("_"),monthsShort:"gen_feb_mar_apr_mag_giu_lug_ago_set_ott_nov_dic".split("_"),weekdays:"domenica_lunedì_martedì_mercoledì_giovedì_venerdì_sabato".split("_"),weekdaysShort:"dom_lun_mar_mer_gio_ven_sab".split("_"),weekdaysMin:"do_lu_ma_me_gi_ve_sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:function(){return"[Oggi a"+(this.hours()>1?"lle ":0===this.hours()?" ":"ll'")+"]LT"},nextDay:function(){return"[Domani a"+(this.hours()>1?"lle ":0===this.hours()?" ":"ll'")+"]LT"},nextWeek:function(){return"dddd [a"+(this.hours()>1?"lle ":0===this.hours()?" ":"ll'")+"]LT"},lastDay:function(){return"[Ieri a"+(this.hours()>1?"lle ":0===this.hours()?" ":"ll'")+"]LT"},lastWeek:function(){return 0===this.day()?"[La scorsa] dddd [a"+(this.hours()>1?"lle ":0===this.hours()?" ":"ll'")+"]LT":"[Lo scorso] dddd [a"+(this.hours()>1?"lle ":0===this.hours()?" ":"ll'")+"]LT"},sameElse:"L"},relativeTime:{future:"tra %s",past:"%s fa",s:"alcuni secondi",ss:"%d secondi",m:"un minuto",mm:"%d minuti",h:"un'ora",hh:"%d ore",d:"un giorno",dd:"%d giorni",w:"una settimana",ww:"%d settimane",M:"un mese",MM:"%d mesi",y:"un anno",yy:"%d anni"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(a(5093))},3827:function(e,t,a){!function(e){"use strict";e.defineLocale("ja",{eras:[{since:"2019-05-01",offset:1,name:"令和",narrow:"㋿",abbr:"R"},{since:"1989-01-08",until:"2019-04-30",offset:1,name:"平成",narrow:"㍻",abbr:"H"},{since:"1926-12-25",until:"1989-01-07",offset:1,name:"昭和",narrow:"㍼",abbr:"S"},{since:"1912-07-30",until:"1926-12-24",offset:1,name:"大正",narrow:"㍽",abbr:"T"},{since:"1873-01-01",until:"1912-07-29",offset:6,name:"明治",narrow:"㍾",abbr:"M"},{since:"0001-01-01",until:"1873-12-31",offset:1,name:"西暦",narrow:"AD",abbr:"AD"},{since:"0000-12-31",until:-1/0,offset:1,name:"紀元前",narrow:"BC",abbr:"BC"}],eraYearOrdinalRegex:/(元|\d+)年/,eraYearOrdinalParse:function(e,t){return"元"===t[1]?1:parseInt(t[1]||e,10)},months:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"日曜日_月曜日_火曜日_水曜日_木曜日_金曜日_土曜日".split("_"),weekdaysShort:"日_月_火_水_木_金_土".split("_"),weekdaysMin:"日_月_火_水_木_金_土".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日 HH:mm",LLLL:"YYYY年M月D日 dddd HH:mm",l:"YYYY/MM/DD",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日(ddd) HH:mm"},meridiemParse:/午前|午後/i,isPM:function(e){return"午後"===e},meridiem:function(e,t,a){return e<12?"午前":"午後"},calendar:{sameDay:"[今日] LT",nextDay:"[明日] LT",nextWeek:function(e){return e.week()!==this.week()?"[来週]dddd LT":"dddd LT"},lastDay:"[昨日] LT",lastWeek:function(e){return this.week()!==e.week()?"[先週]dddd LT":"dddd LT"},sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}日/,ordinal:function(e,t){switch(t){case"y":return 1===e?"元年":e+"年";case"d":case"D":case"DDD":return e+"日";default:return e}},relativeTime:{future:"%s後",past:"%s前",s:"数秒",ss:"%d秒",m:"1分",mm:"%d分",h:"1時間",hh:"%d時間",d:"1日",dd:"%d日",M:"1ヶ月",MM:"%dヶ月",y:"1年",yy:"%d年"}})}(a(5093))},9722:function(e,t,a){!function(e){"use strict";e.defineLocale("jv",{months:"Januari_Februari_Maret_April_Mei_Juni_Juli_Agustus_September_Oktober_Nopember_Desember".split("_"),monthsShort:"Jan_Feb_Mar_Apr_Mei_Jun_Jul_Ags_Sep_Okt_Nop_Des".split("_"),weekdays:"Minggu_Senen_Seloso_Rebu_Kemis_Jemuwah_Septu".split("_"),weekdaysShort:"Min_Sen_Sel_Reb_Kem_Jem_Sep".split("_"),weekdaysMin:"Mg_Sn_Sl_Rb_Km_Jm_Sp".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/enjing|siyang|sonten|ndalu/,meridiemHour:function(e,t){return 12===e&&(e=0),"enjing"===t?e:"siyang"===t?e>=11?e:e+12:"sonten"===t||"ndalu"===t?e+12:void 0},meridiem:function(e,t,a){return e<11?"enjing":e<15?"siyang":e<19?"sonten":"ndalu"},calendar:{sameDay:"[Dinten puniko pukul] LT",nextDay:"[Mbenjang pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kala wingi pukul] LT",lastWeek:"dddd [kepengker pukul] LT",sameElse:"L"},relativeTime:{future:"wonten ing %s",past:"%s ingkang kepengker",s:"sawetawis detik",ss:"%d detik",m:"setunggal menit",mm:"%d menit",h:"setunggal jam",hh:"%d jam",d:"sedinten",dd:"%d dinten",M:"sewulan",MM:"%d wulan",y:"setaun",yy:"%d taun"},week:{dow:1,doy:7}})}(a(5093))},1794:function(e,t,a){!function(e){"use strict";e.defineLocale("ka",{months:"იანვარი_თებერვალი_მარტი_აპრილი_მაისი_ივნისი_ივლისი_აგვისტო_სექტემბერი_ოქტომბერი_ნოემბერი_დეკემბერი".split("_"),monthsShort:"იან_თებ_მარ_აპრ_მაი_ივნ_ივლ_აგვ_სექ_ოქტ_ნოე_დეკ".split("_"),weekdays:{standalone:"კვირა_ორშაბათი_სამშაბათი_ოთხშაბათი_ხუთშაბათი_პარასკევი_შაბათი".split("_"),format:"კვირას_ორშაბათს_სამშაბათს_ოთხშაბათს_ხუთშაბათს_პარასკევს_შაბათს".split("_"),isFormat:/(წინა|შემდეგ)/},weekdaysShort:"კვი_ორშ_სამ_ოთხ_ხუთ_პარ_შაბ".split("_"),weekdaysMin:"კვ_ორ_სა_ოთ_ხუ_პა_შა".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[დღეს] LT[-ზე]",nextDay:"[ხვალ] LT[-ზე]",lastDay:"[გუშინ] LT[-ზე]",nextWeek:"[შემდეგ] dddd LT[-ზე]",lastWeek:"[წინა] dddd LT-ზე",sameElse:"L"},relativeTime:{future:function(e){return e.replace(/(წამ|წუთ|საათ|წელ|დღ|თვ)(ი|ე)/,(function(e,t,a){return"ი"===a?t+"ში":t+a+"ში"}))},past:function(e){return/(წამი|წუთი|საათი|დღე|თვე)/.test(e)?e.replace(/(ი|ე)$/,"ის წინ"):/წელი/.test(e)?e.replace(/წელი$/,"წლის წინ"):e},s:"რამდენიმე წამი",ss:"%d წამი",m:"წუთი",mm:"%d წუთი",h:"საათი",hh:"%d საათი",d:"დღე",dd:"%d დღე",M:"თვე",MM:"%d თვე",y:"წელი",yy:"%d წელი"},dayOfMonthOrdinalParse:/0|1-ლი|მე-\d{1,2}|\d{1,2}-ე/,ordinal:function(e){return 0===e?e:1===e?e+"-ლი":e<20||e<=100&&e%20==0||e%100==0?"მე-"+e:e+"-ე"},week:{dow:1,doy:7}})}(a(5093))},7088:function(e,t,a){!function(e){"use strict";var t={0:"-ші",1:"-ші",2:"-ші",3:"-ші",4:"-ші",5:"-ші",6:"-шы",7:"-ші",8:"-ші",9:"-шы",10:"-шы",20:"-шы",30:"-шы",40:"-шы",50:"-ші",60:"-шы",70:"-ші",80:"-ші",90:"-шы",100:"-ші"};e.defineLocale("kk",{months:"қаңтар_ақпан_наурыз_сәуір_мамыр_маусым_шілде_тамыз_қыркүйек_қазан_қараша_желтоқсан".split("_"),monthsShort:"қаң_ақп_нау_сәу_мам_мау_шіл_там_қыр_қаз_қар_жел".split("_"),weekdays:"жексенбі_дүйсенбі_сейсенбі_сәрсенбі_бейсенбі_жұма_сенбі".split("_"),weekdaysShort:"жек_дүй_сей_сәр_бей_жұм_сен".split("_"),weekdaysMin:"жк_дй_сй_ср_бй_жм_сн".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Бүгін сағат] LT",nextDay:"[Ертең сағат] LT",nextWeek:"dddd [сағат] LT",lastDay:"[Кеше сағат] LT",lastWeek:"[Өткен аптаның] dddd [сағат] LT",sameElse:"L"},relativeTime:{future:"%s ішінде",past:"%s бұрын",s:"бірнеше секунд",ss:"%d секунд",m:"бір минут",mm:"%d минут",h:"бір сағат",hh:"%d сағат",d:"бір күн",dd:"%d күн",M:"бір ай",MM:"%d ай",y:"бір жыл",yy:"%d жыл"},dayOfMonthOrdinalParse:/\d{1,2}-(ші|шы)/,ordinal:function(e){return e+(t[e]||t[e%10]||t[e>=100?100:null])},week:{dow:1,doy:7}})}(a(5093))},6870:function(e,t,a){!function(e){"use strict";var t={1:"១",2:"២",3:"៣",4:"៤",5:"៥",6:"៦",7:"៧",8:"៨",9:"៩",0:"០"},a={"១":"1","២":"2","៣":"3","៤":"4","៥":"5","៦":"6","៧":"7","៨":"8","៩":"9","០":"0"};e.defineLocale("km",{months:"មករា_កុម្ភៈ_មីនា_មេសា_ឧសភា_មិថុនា_កក្កដា_សីហា_កញ្ញា_តុលា_វិច្ឆិកា_ធ្នូ".split("_"),monthsShort:"មករា_កុម្ភៈ_មីនា_មេសា_ឧសភា_មិថុនា_កក្កដា_សីហា_កញ្ញា_តុលា_វិច្ឆិកា_ធ្នូ".split("_"),weekdays:"អាទិត្យ_ច័ន្ទ_អង្គារ_ពុធ_ព្រហស្បតិ៍_សុក្រ_សៅរ៍".split("_"),weekdaysShort:"អា_ច_អ_ព_ព្រ_សុ_ស".split("_"),weekdaysMin:"អា_ច_អ_ព_ព្រ_សុ_ស".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},meridiemParse:/ព្រឹក|ល្ងាច/,isPM:function(e){return"ល្ងាច"===e},meridiem:function(e,t,a){return e<12?"ព្រឹក":"ល្ងាច"},calendar:{sameDay:"[ថ្ងៃនេះ ម៉ោង] LT",nextDay:"[ស្អែក ម៉ោង] LT",nextWeek:"dddd [ម៉ោង] LT",lastDay:"[ម្សិលមិញ ម៉ោង] LT",lastWeek:"dddd [សប្តាហ៍មុន] [ម៉ោង] LT",sameElse:"L"},relativeTime:{future:"%sទៀត",past:"%sមុន",s:"ប៉ុន្មានវិនាទី",ss:"%d វិនាទី",m:"មួយនាទី",mm:"%d នាទី",h:"មួយម៉ោង",hh:"%d ម៉ោង",d:"មួយថ្ងៃ",dd:"%d ថ្ងៃ",M:"មួយខែ",MM:"%d ខែ",y:"មួយឆ្នាំ",yy:"%d ឆ្នាំ"},dayOfMonthOrdinalParse:/ទី\d{1,2}/,ordinal:"ទី%d",preparse:function(e){return e.replace(/[១២៣៤៥៦៧៨៩០]/g,(function(e){return a[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},week:{dow:1,doy:4}})}(a(5093))},4451:function(e,t,a){!function(e){"use strict";var t={1:"೧",2:"೨",3:"೩",4:"೪",5:"೫",6:"೬",7:"೭",8:"೮",9:"೯",0:"೦"},a={"೧":"1","೨":"2","೩":"3","೪":"4","೫":"5","೬":"6","೭":"7","೮":"8","೯":"9","೦":"0"};e.defineLocale("kn",{months:"ಜನವರಿ_ಫೆಬ್ರವರಿ_ಮಾರ್ಚ್_ಏಪ್ರಿಲ್_ಮೇ_ಜೂನ್_ಜುಲೈ_ಆಗಸ್ಟ್_ಸೆಪ್ಟೆಂಬರ್_ಅಕ್ಟೋಬರ್_ನವೆಂಬರ್_ಡಿಸೆಂಬರ್".split("_"),monthsShort:"ಜನ_ಫೆಬ್ರ_ಮಾರ್ಚ್_ಏಪ್ರಿಲ್_ಮೇ_ಜೂನ್_ಜುಲೈ_ಆಗಸ್ಟ್_ಸೆಪ್ಟೆಂ_ಅಕ್ಟೋ_ನವೆಂ_ಡಿಸೆಂ".split("_"),monthsParseExact:!0,weekdays:"ಭಾನುವಾರ_ಸೋಮವಾರ_ಮಂಗಳವಾರ_ಬುಧವಾರ_ಗುರುವಾರ_ಶುಕ್ರವಾರ_ಶನಿವಾರ".split("_"),weekdaysShort:"ಭಾನು_ಸೋಮ_ಮಂಗಳ_ಬುಧ_ಗುರು_ಶುಕ್ರ_ಶನಿ".split("_"),weekdaysMin:"ಭಾ_ಸೋ_ಮಂ_ಬು_ಗು_ಶು_ಶ".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm",LLLL:"dddd, D MMMM YYYY, A h:mm"},calendar:{sameDay:"[ಇಂದು] LT",nextDay:"[ನಾಳೆ] LT",nextWeek:"dddd, LT",lastDay:"[ನಿನ್ನೆ] LT",lastWeek:"[ಕೊನೆಯ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s ನಂತರ",past:"%s ಹಿಂದೆ",s:"ಕೆಲವು ಕ್ಷಣಗಳು",ss:"%d ಸೆಕೆಂಡುಗಳು",m:"ಒಂದು ನಿಮಿಷ",mm:"%d ನಿಮಿಷ",h:"ಒಂದು ಗಂಟೆ",hh:"%d ಗಂಟೆ",d:"ಒಂದು ದಿನ",dd:"%d ದಿನ",M:"ಒಂದು ತಿಂಗಳು",MM:"%d ತಿಂಗಳು",y:"ಒಂದು ವರ್ಷ",yy:"%d ವರ್ಷ"},preparse:function(e){return e.replace(/[೧೨೩೪೫೬೭೮೯೦]/g,(function(e){return a[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/ರಾತ್ರಿ|ಬೆಳಿಗ್ಗೆ|ಮಧ್ಯಾಹ್ನ|ಸಂಜೆ/,meridiemHour:function(e,t){return 12===e&&(e=0),"ರಾತ್ರಿ"===t?e<4?e:e+12:"ಬೆಳಿಗ್ಗೆ"===t?e:"ಮಧ್ಯಾಹ್ನ"===t?e>=10?e:e+12:"ಸಂಜೆ"===t?e+12:void 0},meridiem:function(e,t,a){return e<4?"ರಾತ್ರಿ":e<10?"ಬೆಳಿಗ್ಗೆ":e<17?"ಮಧ್ಯಾಹ್ನ":e<20?"ಸಂಜೆ":"ರಾತ್ರಿ"},dayOfMonthOrdinalParse:/\d{1,2}(ನೇ)/,ordinal:function(e){return e+"ನೇ"},week:{dow:0,doy:6}})}(a(5093))},3164:function(e,t,a){!function(e){"use strict";e.defineLocale("ko",{months:"1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월".split("_"),monthsShort:"1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월".split("_"),weekdays:"일요일_월요일_화요일_수요일_목요일_금요일_토요일".split("_"),weekdaysShort:"일_월_화_수_목_금_토".split("_"),weekdaysMin:"일_월_화_수_목_금_토".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"YYYY.MM.DD.",LL:"YYYY년 MMMM D일",LLL:"YYYY년 MMMM D일 A h:mm",LLLL:"YYYY년 MMMM D일 dddd A h:mm",l:"YYYY.MM.DD.",ll:"YYYY년 MMMM D일",lll:"YYYY년 MMMM D일 A h:mm",llll:"YYYY년 MMMM D일 dddd A h:mm"},calendar:{sameDay:"오늘 LT",nextDay:"내일 LT",nextWeek:"dddd LT",lastDay:"어제 LT",lastWeek:"지난주 dddd LT",sameElse:"L"},relativeTime:{future:"%s 후",past:"%s 전",s:"몇 초",ss:"%d초",m:"1분",mm:"%d분",h:"한 시간",hh:"%d시간",d:"하루",dd:"%d일",M:"한 달",MM:"%d달",y:"일 년",yy:"%d년"},dayOfMonthOrdinalParse:/\d{1,2}(일|월|주)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"일";case"M":return e+"월";case"w":case"W":return e+"주";default:return e}},meridiemParse:/오전|오후/,isPM:function(e){return"오후"===e},meridiem:function(e,t,a){return e<12?"오전":"오후"}})}(a(5093))},6181:function(e,t,a){!function(e){"use strict";function t(e,t,a,s){var n={s:["çend sanîye","çend sanîyeyan"],ss:[e+" sanîye",e+" sanîyeyan"],m:["deqîqeyek","deqîqeyekê"],mm:[e+" deqîqe",e+" deqîqeyan"],h:["saetek","saetekê"],hh:[e+" saet",e+" saetan"],d:["rojek","rojekê"],dd:[e+" roj",e+" rojan"],w:["hefteyek","hefteyekê"],ww:[e+" hefte",e+" hefteyan"],M:["mehek","mehekê"],MM:[e+" meh",e+" mehan"],y:["salek","salekê"],yy:[e+" sal",e+" salan"]};return t?n[a][0]:n[a][1]}e.defineLocale("ku-kmr",{months:"Rêbendan_Sibat_Adar_Nîsan_Gulan_Hezîran_Tîrmeh_Tebax_Îlon_Cotmeh_Mijdar_Berfanbar".split("_"),monthsShort:"Rêb_Sib_Ada_Nîs_Gul_Hez_Tîr_Teb_Îlo_Cot_Mij_Ber".split("_"),monthsParseExact:!0,weekdays:"Yekşem_Duşem_Sêşem_Çarşem_Pêncşem_În_Şemî".split("_"),weekdaysShort:"Yek_Du_Sê_Çar_Pên_În_Şem".split("_"),weekdaysMin:"Ye_Du_Sê_Ça_Pê_În_Şe".split("_"),meridiem:function(e,t,a){return e<12?a?"bn":"BN":a?"pn":"PN"},meridiemParse:/bn|BN|pn|PN/,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"Do MMMM[a] YYYY[an]",LLL:"Do MMMM[a] YYYY[an] HH:mm",LLLL:"dddd, Do MMMM[a] YYYY[an] HH:mm",ll:"Do MMM[.] YYYY[an]",lll:"Do MMM[.] YYYY[an] HH:mm",llll:"ddd[.], Do MMM[.] YYYY[an] HH:mm"},calendar:{sameDay:"[Îro di saet] LT [de]",nextDay:"[Sibê di saet] LT [de]",nextWeek:"dddd [di saet] LT [de]",lastDay:"[Duh di saet] LT [de]",lastWeek:"dddd[a borî di saet] LT [de]",sameElse:"L"},relativeTime:{future:"di %s de",past:"berî %s",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:t,w:t,ww:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}(?:yê|ê|\.)/,ordinal:function(e,t){var a=t.toLowerCase();return a.includes("w")||a.includes("m")?e+".":e+function(e){var t=(e=""+e).substring(e.length-1),a=e.length>1?e.substring(e.length-2):"";return 12==a||13==a||"2"!=t&&"3"!=t&&"50"!=a&&"70"!=t&&"80"!=t?"ê":"yê"}(e)},week:{dow:1,doy:4}})}(a(5093))},8174:function(e,t,a){!function(e){"use strict";var t={1:"١",2:"٢",3:"٣",4:"٤",5:"٥",6:"٦",7:"٧",8:"٨",9:"٩",0:"٠"},a={"١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","٠":"0"},s=["کانونی دووەم","شوبات","ئازار","نیسان","ئایار","حوزەیران","تەمموز","ئاب","ئەیلوول","تشرینی یەكەم","تشرینی دووەم","كانونی یەکەم"];e.defineLocale("ku",{months:s,monthsShort:s,weekdays:"یه‌كشه‌ممه‌_دووشه‌ممه‌_سێشه‌ممه‌_چوارشه‌ممه‌_پێنجشه‌ممه‌_هه‌ینی_شه‌ممه‌".split("_"),weekdaysShort:"یه‌كشه‌م_دووشه‌م_سێشه‌م_چوارشه‌م_پێنجشه‌م_هه‌ینی_شه‌ممه‌".split("_"),weekdaysMin:"ی_د_س_چ_پ_ه_ش".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},meridiemParse:/ئێواره‌|به‌یانی/,isPM:function(e){return/ئێواره‌/.test(e)},meridiem:function(e,t,a){return e<12?"به‌یانی":"ئێواره‌"},calendar:{sameDay:"[ئه‌مرۆ كاتژمێر] LT",nextDay:"[به‌یانی كاتژمێر] LT",nextWeek:"dddd [كاتژمێر] LT",lastDay:"[دوێنێ كاتژمێر] LT",lastWeek:"dddd [كاتژمێر] LT",sameElse:"L"},relativeTime:{future:"له‌ %s",past:"%s",s:"چه‌ند چركه‌یه‌ك",ss:"چركه‌ %d",m:"یه‌ك خوله‌ك",mm:"%d خوله‌ك",h:"یه‌ك كاتژمێر",hh:"%d كاتژمێر",d:"یه‌ك ڕۆژ",dd:"%d ڕۆژ",M:"یه‌ك مانگ",MM:"%d مانگ",y:"یه‌ك ساڵ",yy:"%d ساڵ"},preparse:function(e){return e.replace(/[١٢٣٤٥٦٧٨٩٠]/g,(function(e){return a[e]})).replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]})).replace(/,/g,"،")},week:{dow:6,doy:12}})}(a(5093))},8474:function(e,t,a){!function(e){"use strict";var t={0:"-чү",1:"-чи",2:"-чи",3:"-чү",4:"-чү",5:"-чи",6:"-чы",7:"-чи",8:"-чи",9:"-чу",10:"-чу",20:"-чы",30:"-чу",40:"-чы",50:"-чү",60:"-чы",70:"-чи",80:"-чи",90:"-чу",100:"-чү"};e.defineLocale("ky",{months:"январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь".split("_"),monthsShort:"янв_фев_март_апр_май_июнь_июль_авг_сен_окт_ноя_дек".split("_"),weekdays:"Жекшемби_Дүйшөмбү_Шейшемби_Шаршемби_Бейшемби_Жума_Ишемби".split("_"),weekdaysShort:"Жек_Дүй_Шей_Шар_Бей_Жум_Ише".split("_"),weekdaysMin:"Жк_Дй_Шй_Шр_Бй_Жм_Иш".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Бүгүн саат] LT",nextDay:"[Эртең саат] LT",nextWeek:"dddd [саат] LT",lastDay:"[Кечээ саат] LT",lastWeek:"[Өткөн аптанын] dddd [күнү] [саат] LT",sameElse:"L"},relativeTime:{future:"%s ичинде",past:"%s мурун",s:"бирнече секунд",ss:"%d секунд",m:"бир мүнөт",mm:"%d мүнөт",h:"бир саат",hh:"%d саат",d:"бир күн",dd:"%d күн",M:"бир ай",MM:"%d ай",y:"бир жыл",yy:"%d жыл"},dayOfMonthOrdinalParse:/\d{1,2}-(чи|чы|чү|чу)/,ordinal:function(e){return e+(t[e]||t[e%10]||t[e>=100?100:null])},week:{dow:1,doy:7}})}(a(5093))},9680:function(e,t,a){!function(e){"use strict";function t(e,t,a,s){var n={m:["eng Minutt","enger Minutt"],h:["eng Stonn","enger Stonn"],d:["een Dag","engem Dag"],M:["ee Mount","engem Mount"],y:["ee Joer","engem Joer"]};return t?n[a][0]:n[a][1]}function a(e){if(e=parseInt(e,10),isNaN(e))return!1;if(e<0)return!0;if(e<10)return 4<=e&&e<=7;if(e<100){var t=e%10;return a(0===t?e/10:t)}if(e<1e4){for(;e>=10;)e/=10;return a(e)}return a(e/=1e3)}e.defineLocale("lb",{months:"Januar_Februar_Mäerz_Abrëll_Mee_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jan._Febr._Mrz._Abr._Mee_Jun._Jul._Aug._Sept._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonndeg_Méindeg_Dënschdeg_Mëttwoch_Donneschdeg_Freideg_Samschdeg".split("_"),weekdaysShort:"So._Mé._Dë._Më._Do._Fr._Sa.".split("_"),weekdaysMin:"So_Mé_Dë_Më_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm [Auer]",LTS:"H:mm:ss [Auer]",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm [Auer]",LLLL:"dddd, D. MMMM YYYY H:mm [Auer]"},calendar:{sameDay:"[Haut um] LT",sameElse:"L",nextDay:"[Muer um] LT",nextWeek:"dddd [um] LT",lastDay:"[Gëschter um] LT",lastWeek:function(){switch(this.day()){case 2:case 4:return"[Leschten] dddd [um] LT";default:return"[Leschte] dddd [um] LT"}}},relativeTime:{future:function(e){return a(e.substr(0,e.indexOf(" ")))?"a "+e:"an "+e},past:function(e){return a(e.substr(0,e.indexOf(" ")))?"viru "+e:"virun "+e},s:"e puer Sekonnen",ss:"%d Sekonnen",m:t,mm:"%d Minutten",h:t,hh:"%d Stonnen",d:t,dd:"%d Deeg",M:t,MM:"%d Méint",y:t,yy:"%d Joer"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(a(5093))},5867:function(e,t,a){!function(e){"use strict";e.defineLocale("lo",{months:"ມັງກອນ_ກຸມພາ_ມີນາ_ເມສາ_ພຶດສະພາ_ມິຖຸນາ_ກໍລະກົດ_ສິງຫາ_ກັນຍາ_ຕຸລາ_ພະຈິກ_ທັນວາ".split("_"),monthsShort:"ມັງກອນ_ກຸມພາ_ມີນາ_ເມສາ_ພຶດສະພາ_ມິຖຸນາ_ກໍລະກົດ_ສິງຫາ_ກັນຍາ_ຕຸລາ_ພະຈິກ_ທັນວາ".split("_"),weekdays:"ອາທິດ_ຈັນ_ອັງຄານ_ພຸດ_ພະຫັດ_ສຸກ_ເສົາ".split("_"),weekdaysShort:"ທິດ_ຈັນ_ອັງຄານ_ພຸດ_ພະຫັດ_ສຸກ_ເສົາ".split("_"),weekdaysMin:"ທ_ຈ_ອຄ_ພ_ພຫ_ສກ_ສ".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"ວັນdddd D MMMM YYYY HH:mm"},meridiemParse:/ຕອນເຊົ້າ|ຕອນແລງ/,isPM:function(e){return"ຕອນແລງ"===e},meridiem:function(e,t,a){return e<12?"ຕອນເຊົ້າ":"ຕອນແລງ"},calendar:{sameDay:"[ມື້ນີ້ເວລາ] LT",nextDay:"[ມື້ອື່ນເວລາ] LT",nextWeek:"[ວັນ]dddd[ໜ້າເວລາ] LT",lastDay:"[ມື້ວານນີ້ເວລາ] LT",lastWeek:"[ວັນ]dddd[ແລ້ວນີ້ເວລາ] LT",sameElse:"L"},relativeTime:{future:"ອີກ %s",past:"%sຜ່ານມາ",s:"ບໍ່ເທົ່າໃດວິນາທີ",ss:"%d ວິນາທີ",m:"1 ນາທີ",mm:"%d ນາທີ",h:"1 ຊົ່ວໂມງ",hh:"%d ຊົ່ວໂມງ",d:"1 ມື້",dd:"%d ມື້",M:"1 ເດືອນ",MM:"%d ເດືອນ",y:"1 ປີ",yy:"%d ປີ"},dayOfMonthOrdinalParse:/(ທີ່)\d{1,2}/,ordinal:function(e){return"ທີ່"+e}})}(a(5093))},5766:function(e,t,a){!function(e){"use strict";var t={ss:"sekundė_sekundžių_sekundes",m:"minutė_minutės_minutę",mm:"minutės_minučių_minutes",h:"valanda_valandos_valandą",hh:"valandos_valandų_valandas",d:"diena_dienos_dieną",dd:"dienos_dienų_dienas",M:"mėnuo_mėnesio_mėnesį",MM:"mėnesiai_mėnesių_mėnesius",y:"metai_metų_metus",yy:"metai_metų_metus"};function a(e,t,a,s){return t?n(a)[0]:s?n(a)[1]:n(a)[2]}function s(e){return e%10==0||e>10&&e<20}function n(e){return t[e].split("_")}function i(e,t,i,r){var o=e+" ";return 1===e?o+a(0,t,i[0],r):t?o+(s(e)?n(i)[1]:n(i)[0]):r?o+n(i)[1]:o+(s(e)?n(i)[1]:n(i)[2])}e.defineLocale("lt",{months:{format:"sausio_vasario_kovo_balandžio_gegužės_birželio_liepos_rugpjūčio_rugsėjo_spalio_lapkričio_gruodžio".split("_"),standalone:"sausis_vasaris_kovas_balandis_gegužė_birželis_liepa_rugpjūtis_rugsėjis_spalis_lapkritis_gruodis".split("_"),isFormat:/D[oD]?(\[[^\[\]]*\]|\s)+MMMM?|MMMM?(\[[^\[\]]*\]|\s)+D[oD]?/},monthsShort:"sau_vas_kov_bal_geg_bir_lie_rgp_rgs_spa_lap_grd".split("_"),weekdays:{format:"sekmadienį_pirmadienį_antradienį_trečiadienį_ketvirtadienį_penktadienį_šeštadienį".split("_"),standalone:"sekmadienis_pirmadienis_antradienis_trečiadienis_ketvirtadienis_penktadienis_šeštadienis".split("_"),isFormat:/dddd HH:mm/},weekdaysShort:"Sek_Pir_Ant_Tre_Ket_Pen_Šeš".split("_"),weekdaysMin:"S_P_A_T_K_Pn_Š".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY [m.] MMMM D [d.]",LLL:"YYYY [m.] MMMM D [d.], HH:mm [val.]",LLLL:"YYYY [m.] MMMM D [d.], dddd, HH:mm [val.]",l:"YYYY-MM-DD",ll:"YYYY [m.] MMMM D [d.]",lll:"YYYY [m.] MMMM D [d.], HH:mm [val.]",llll:"YYYY [m.] MMMM D [d.], ddd, HH:mm [val.]"},calendar:{sameDay:"[Šiandien] LT",nextDay:"[Rytoj] LT",nextWeek:"dddd LT",lastDay:"[Vakar] LT",lastWeek:"[Praėjusį] dddd LT",sameElse:"L"},relativeTime:{future:"po %s",past:"prieš %s",s:function(e,t,a,s){return t?"kelios sekundės":s?"kelių sekundžių":"kelias sekundes"},ss:i,m:a,mm:i,h:a,hh:i,d:a,dd:i,M:a,MM:i,y:a,yy:i},dayOfMonthOrdinalParse:/\d{1,2}-oji/,ordinal:function(e){return e+"-oji"},week:{dow:1,doy:4}})}(a(5093))},9532:function(e,t,a){!function(e){"use strict";var t={ss:"sekundes_sekundēm_sekunde_sekundes".split("_"),m:"minūtes_minūtēm_minūte_minūtes".split("_"),mm:"minūtes_minūtēm_minūte_minūtes".split("_"),h:"stundas_stundām_stunda_stundas".split("_"),hh:"stundas_stundām_stunda_stundas".split("_"),d:"dienas_dienām_diena_dienas".split("_"),dd:"dienas_dienām_diena_dienas".split("_"),M:"mēneša_mēnešiem_mēnesis_mēneši".split("_"),MM:"mēneša_mēnešiem_mēnesis_mēneši".split("_"),y:"gada_gadiem_gads_gadi".split("_"),yy:"gada_gadiem_gads_gadi".split("_")};function a(e,t,a){return a?t%10==1&&t%100!=11?e[2]:e[3]:t%10==1&&t%100!=11?e[0]:e[1]}function s(e,s,n){return e+" "+a(t[n],e,s)}function n(e,s,n){return a(t[n],e,s)}e.defineLocale("lv",{months:"janvāris_februāris_marts_aprīlis_maijs_jūnijs_jūlijs_augusts_septembris_oktobris_novembris_decembris".split("_"),monthsShort:"jan_feb_mar_apr_mai_jūn_jūl_aug_sep_okt_nov_dec".split("_"),weekdays:"svētdiena_pirmdiena_otrdiena_trešdiena_ceturtdiena_piektdiena_sestdiena".split("_"),weekdaysShort:"Sv_P_O_T_C_Pk_S".split("_"),weekdaysMin:"Sv_P_O_T_C_Pk_S".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY.",LL:"YYYY. [gada] D. MMMM",LLL:"YYYY. [gada] D. MMMM, HH:mm",LLLL:"YYYY. [gada] D. MMMM, dddd, HH:mm"},calendar:{sameDay:"[Šodien pulksten] LT",nextDay:"[Rīt pulksten] LT",nextWeek:"dddd [pulksten] LT",lastDay:"[Vakar pulksten] LT",lastWeek:"[Pagājušā] dddd [pulksten] LT",sameElse:"L"},relativeTime:{future:"pēc %s",past:"pirms %s",s:function(e,t){return t?"dažas sekundes":"dažām sekundēm"},ss:s,m:n,mm:s,h:n,hh:s,d:n,dd:s,M:n,MM:s,y:n,yy:s},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(a(5093))},8076:function(e,t,a){!function(e){"use strict";var t={words:{ss:["sekund","sekunda","sekundi"],m:["jedan minut","jednog minuta"],mm:["minut","minuta","minuta"],h:["jedan sat","jednog sata"],hh:["sat","sata","sati"],dd:["dan","dana","dana"],MM:["mjesec","mjeseca","mjeseci"],yy:["godina","godine","godina"]},correctGrammaticalCase:function(e,t){return 1===e?t[0]:e>=2&&e<=4?t[1]:t[2]},translate:function(e,a,s){var n=t.words[s];return 1===s.length?a?n[0]:n[1]:e+" "+t.correctGrammaticalCase(e,n)}};e.defineLocale("me",{months:"januar_februar_mart_april_maj_jun_jul_avgust_septembar_oktobar_novembar_decembar".split("_"),monthsShort:"jan._feb._mar._apr._maj_jun_jul_avg._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sri._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sjutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedjelju] [u] LT";case 3:return"[u] [srijedu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[juče u] LT",lastWeek:function(){return["[prošle] [nedjelje] [u] LT","[prošlog] [ponedjeljka] [u] LT","[prošlog] [utorka] [u] LT","[prošle] [srijede] [u] LT","[prošlog] [četvrtka] [u] LT","[prošlog] [petka] [u] LT","[prošle] [subote] [u] LT"][this.day()]},sameElse:"L"},relativeTime:{future:"za %s",past:"prije %s",s:"nekoliko sekundi",ss:t.translate,m:t.translate,mm:t.translate,h:t.translate,hh:t.translate,d:"dan",dd:t.translate,M:"mjesec",MM:t.translate,y:"godinu",yy:t.translate},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(a(5093))},1848:function(e,t,a){!function(e){"use strict";e.defineLocale("mi",{months:"Kohi-tāte_Hui-tanguru_Poutū-te-rangi_Paenga-whāwhā_Haratua_Pipiri_Hōngoingoi_Here-turi-kōkā_Mahuru_Whiringa-ā-nuku_Whiringa-ā-rangi_Hakihea".split("_"),monthsShort:"Kohi_Hui_Pou_Pae_Hara_Pipi_Hōngoi_Here_Mahu_Whi-nu_Whi-ra_Haki".split("_"),monthsRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,3}/i,monthsStrictRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,3}/i,monthsShortRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,3}/i,monthsShortStrictRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,2}/i,weekdays:"Rātapu_Mane_Tūrei_Wenerei_Tāite_Paraire_Hātarei".split("_"),weekdaysShort:"Ta_Ma_Tū_We_Tāi_Pa_Hā".split("_"),weekdaysMin:"Ta_Ma_Tū_We_Tāi_Pa_Hā".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [i] HH:mm",LLLL:"dddd, D MMMM YYYY [i] HH:mm"},calendar:{sameDay:"[i teie mahana, i] LT",nextDay:"[apopo i] LT",nextWeek:"dddd [i] LT",lastDay:"[inanahi i] LT",lastWeek:"dddd [whakamutunga i] LT",sameElse:"L"},relativeTime:{future:"i roto i %s",past:"%s i mua",s:"te hēkona ruarua",ss:"%d hēkona",m:"he meneti",mm:"%d meneti",h:"te haora",hh:"%d haora",d:"he ra",dd:"%d ra",M:"he marama",MM:"%d marama",y:"he tau",yy:"%d tau"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(a(5093))},306:function(e,t,a){!function(e){"use strict";e.defineLocale("mk",{months:"јануари_февруари_март_април_мај_јуни_јули_август_септември_октомври_ноември_декември".split("_"),monthsShort:"јан_фев_мар_апр_мај_јун_јул_авг_сеп_окт_ное_дек".split("_"),weekdays:"недела_понеделник_вторник_среда_четврток_петок_сабота".split("_"),weekdaysShort:"нед_пон_вто_сре_чет_пет_саб".split("_"),weekdaysMin:"нe_пo_вт_ср_че_пе_сa".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"D.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd, D MMMM YYYY H:mm"},calendar:{sameDay:"[Денес во] LT",nextDay:"[Утре во] LT",nextWeek:"[Во] dddd [во] LT",lastDay:"[Вчера во] LT",lastWeek:function(){switch(this.day()){case 0:case 3:case 6:return"[Изминатата] dddd [во] LT";case 1:case 2:case 4:case 5:return"[Изминатиот] dddd [во] LT"}},sameElse:"L"},relativeTime:{future:"за %s",past:"пред %s",s:"неколку секунди",ss:"%d секунди",m:"една минута",mm:"%d минути",h:"еден час",hh:"%d часа",d:"еден ден",dd:"%d дена",M:"еден месец",MM:"%d месеци",y:"една година",yy:"%d години"},dayOfMonthOrdinalParse:/\d{1,2}-(ев|ен|ти|ви|ри|ми)/,ordinal:function(e){var t=e%10,a=e%100;return 0===e?e+"-ев":0===a?e+"-ен":a>10&&a<20?e+"-ти":1===t?e+"-ви":2===t?e+"-ри":7===t||8===t?e+"-ми":e+"-ти"},week:{dow:1,doy:7}})}(a(5093))},3739:function(e,t,a){!function(e){"use strict";e.defineLocale("ml",{months:"ജനുവരി_ഫെബ്രുവരി_മാർച്ച്_ഏപ്രിൽ_മേയ്_ജൂൺ_ജൂലൈ_ഓഗസ്റ്റ്_സെപ്റ്റംബർ_ഒക്ടോബർ_നവംബർ_ഡിസംബർ".split("_"),monthsShort:"ജനു._ഫെബ്രു._മാർ._ഏപ്രി._മേയ്_ജൂൺ_ജൂലൈ._ഓഗ._സെപ്റ്റ._ഒക്ടോ._നവം._ഡിസം.".split("_"),monthsParseExact:!0,weekdays:"ഞായറാഴ്ച_തിങ്കളാഴ്ച_ചൊവ്വാഴ്ച_ബുധനാഴ്ച_വ്യാഴാഴ്ച_വെള്ളിയാഴ്ച_ശനിയാഴ്ച".split("_"),weekdaysShort:"ഞായർ_തിങ്കൾ_ചൊവ്വ_ബുധൻ_വ്യാഴം_വെള്ളി_ശനി".split("_"),weekdaysMin:"ഞാ_തി_ചൊ_ബു_വ്യാ_വെ_ശ".split("_"),longDateFormat:{LT:"A h:mm -നു",LTS:"A h:mm:ss -നു",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm -നു",LLLL:"dddd, D MMMM YYYY, A h:mm -നു"},calendar:{sameDay:"[ഇന്ന്] LT",nextDay:"[നാളെ] LT",nextWeek:"dddd, LT",lastDay:"[ഇന്നലെ] LT",lastWeek:"[കഴിഞ്ഞ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s കഴിഞ്ഞ്",past:"%s മുൻപ്",s:"അൽപ നിമിഷങ്ങൾ",ss:"%d സെക്കൻഡ്",m:"ഒരു മിനിറ്റ്",mm:"%d മിനിറ്റ്",h:"ഒരു മണിക്കൂർ",hh:"%d മണിക്കൂർ",d:"ഒരു ദിവസം",dd:"%d ദിവസം",M:"ഒരു മാസം",MM:"%d മാസം",y:"ഒരു വർഷം",yy:"%d വർഷം"},meridiemParse:/രാത്രി|രാവിലെ|ഉച്ച കഴിഞ്ഞ്|വൈകുന്നേരം|രാത്രി/i,meridiemHour:function(e,t){return 12===e&&(e=0),"രാത്രി"===t&&e>=4||"ഉച്ച കഴിഞ്ഞ്"===t||"വൈകുന്നേരം"===t?e+12:e},meridiem:function(e,t,a){return e<4?"രാത്രി":e<12?"രാവിലെ":e<17?"ഉച്ച കഴിഞ്ഞ്":e<20?"വൈകുന്നേരം":"രാത്രി"}})}(a(5093))},9053:function(e,t,a){!function(e){"use strict";function t(e,t,a,s){switch(a){case"s":return t?"хэдхэн секунд":"хэдхэн секундын";case"ss":return e+(t?" секунд":" секундын");case"m":case"mm":return e+(t?" минут":" минутын");case"h":case"hh":return e+(t?" цаг":" цагийн");case"d":case"dd":return e+(t?" өдөр":" өдрийн");case"M":case"MM":return e+(t?" сар":" сарын");case"y":case"yy":return e+(t?" жил":" жилийн");default:return e}}e.defineLocale("mn",{months:"Нэгдүгээр сар_Хоёрдугаар сар_Гуравдугаар сар_Дөрөвдүгээр сар_Тавдугаар сар_Зургадугаар сар_Долдугаар сар_Наймдугаар сар_Есдүгээр сар_Аравдугаар сар_Арван нэгдүгээр сар_Арван хоёрдугаар сар".split("_"),monthsShort:"1 сар_2 сар_3 сар_4 сар_5 сар_6 сар_7 сар_8 сар_9 сар_10 сар_11 сар_12 сар".split("_"),monthsParseExact:!0,weekdays:"Ням_Даваа_Мягмар_Лхагва_Пүрэв_Баасан_Бямба".split("_"),weekdaysShort:"Ням_Дав_Мяг_Лха_Пүр_Баа_Бям".split("_"),weekdaysMin:"Ня_Да_Мя_Лх_Пү_Ба_Бя".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY оны MMMMын D",LLL:"YYYY оны MMMMын D HH:mm",LLLL:"dddd, YYYY оны MMMMын D HH:mm"},meridiemParse:/ҮӨ|ҮХ/i,isPM:function(e){return"ҮХ"===e},meridiem:function(e,t,a){return e<12?"ҮӨ":"ҮХ"},calendar:{sameDay:"[Өнөөдөр] LT",nextDay:"[Маргааш] LT",nextWeek:"[Ирэх] dddd LT",lastDay:"[Өчигдөр] LT",lastWeek:"[Өнгөрсөн] dddd LT",sameElse:"L"},relativeTime:{future:"%s дараа",past:"%s өмнө",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2} өдөр/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+" өдөр";default:return e}}})}(a(5093))},6169:function(e,t,a){!function(e){"use strict";var t={1:"१",2:"२",3:"३",4:"४",5:"५",6:"६",7:"७",8:"८",9:"९",0:"०"},a={"१":"1","२":"2","३":"3","४":"4","५":"5","६":"6","७":"7","८":"8","९":"9","०":"0"};function s(e,t,a,s){var n="";if(t)switch(a){case"s":n="काही सेकंद";break;case"ss":n="%d सेकंद";break;case"m":n="एक मिनिट";break;case"mm":n="%d मिनिटे";break;case"h":n="एक तास";break;case"hh":n="%d तास";break;case"d":n="एक दिवस";break;case"dd":n="%d दिवस";break;case"M":n="एक महिना";break;case"MM":n="%d महिने";break;case"y":n="एक वर्ष";break;case"yy":n="%d वर्षे"}else switch(a){case"s":n="काही सेकंदां";break;case"ss":n="%d सेकंदां";break;case"m":n="एका मिनिटा";break;case"mm":n="%d मिनिटां";break;case"h":n="एका तासा";break;case"hh":n="%d तासां";break;case"d":n="एका दिवसा";break;case"dd":n="%d दिवसां";break;case"M":n="एका महिन्या";break;case"MM":n="%d महिन्यां";break;case"y":n="एका वर्षा";break;case"yy":n="%d वर्षां"}return n.replace(/%d/i,e)}e.defineLocale("mr",{months:"जानेवारी_फेब्रुवारी_मार्च_एप्रिल_मे_जून_जुलै_ऑगस्ट_सप्टेंबर_ऑक्टोबर_नोव्हेंबर_डिसेंबर".split("_"),monthsShort:"जाने._फेब्रु._मार्च._एप्रि._मे._जून._जुलै._ऑग._सप्टें._ऑक्टो._नोव्हें._डिसें.".split("_"),monthsParseExact:!0,weekdays:"रविवार_सोमवार_मंगळवार_बुधवार_गुरूवार_शुक्रवार_शनिवार".split("_"),weekdaysShort:"रवि_सोम_मंगळ_बुध_गुरू_शुक्र_शनि".split("_"),weekdaysMin:"र_सो_मं_बु_गु_शु_श".split("_"),longDateFormat:{LT:"A h:mm वाजता",LTS:"A h:mm:ss वाजता",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm वाजता",LLLL:"dddd, D MMMM YYYY, A h:mm वाजता"},calendar:{sameDay:"[आज] LT",nextDay:"[उद्या] LT",nextWeek:"dddd, LT",lastDay:"[काल] LT",lastWeek:"[मागील] dddd, LT",sameElse:"L"},relativeTime:{future:"%sमध्ये",past:"%sपूर्वी",s,ss:s,m:s,mm:s,h:s,hh:s,d:s,dd:s,M:s,MM:s,y:s,yy:s},preparse:function(e){return e.replace(/[१२३४५६७८९०]/g,(function(e){return a[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/पहाटे|सकाळी|दुपारी|सायंकाळी|रात्री/,meridiemHour:function(e,t){return 12===e&&(e=0),"पहाटे"===t||"सकाळी"===t?e:"दुपारी"===t||"सायंकाळी"===t||"रात्री"===t?e>=12?e:e+12:void 0},meridiem:function(e,t,a){return e>=0&&e<6?"पहाटे":e<12?"सकाळी":e<17?"दुपारी":e<20?"सायंकाळी":"रात्री"},week:{dow:0,doy:6}})}(a(5093))},2297:function(e,t,a){!function(e){"use strict";e.defineLocale("ms-my",{months:"Januari_Februari_Mac_April_Mei_Jun_Julai_Ogos_September_Oktober_November_Disember".split("_"),monthsShort:"Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ogs_Sep_Okt_Nov_Dis".split("_"),weekdays:"Ahad_Isnin_Selasa_Rabu_Khamis_Jumaat_Sabtu".split("_"),weekdaysShort:"Ahd_Isn_Sel_Rab_Kha_Jum_Sab".split("_"),weekdaysMin:"Ah_Is_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/pagi|tengahari|petang|malam/,meridiemHour:function(e,t){return 12===e&&(e=0),"pagi"===t?e:"tengahari"===t?e>=11?e:e+12:"petang"===t||"malam"===t?e+12:void 0},meridiem:function(e,t,a){return e<11?"pagi":e<15?"tengahari":e<19?"petang":"malam"},calendar:{sameDay:"[Hari ini pukul] LT",nextDay:"[Esok pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kelmarin pukul] LT",lastWeek:"dddd [lepas pukul] LT",sameElse:"L"},relativeTime:{future:"dalam %s",past:"%s yang lepas",s:"beberapa saat",ss:"%d saat",m:"seminit",mm:"%d minit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},week:{dow:1,doy:7}})}(a(5093))},3386:function(e,t,a){!function(e){"use strict";e.defineLocale("ms",{months:"Januari_Februari_Mac_April_Mei_Jun_Julai_Ogos_September_Oktober_November_Disember".split("_"),monthsShort:"Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ogs_Sep_Okt_Nov_Dis".split("_"),weekdays:"Ahad_Isnin_Selasa_Rabu_Khamis_Jumaat_Sabtu".split("_"),weekdaysShort:"Ahd_Isn_Sel_Rab_Kha_Jum_Sab".split("_"),weekdaysMin:"Ah_Is_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/pagi|tengahari|petang|malam/,meridiemHour:function(e,t){return 12===e&&(e=0),"pagi"===t?e:"tengahari"===t?e>=11?e:e+12:"petang"===t||"malam"===t?e+12:void 0},meridiem:function(e,t,a){return e<11?"pagi":e<15?"tengahari":e<19?"petang":"malam"},calendar:{sameDay:"[Hari ini pukul] LT",nextDay:"[Esok pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kelmarin pukul] LT",lastWeek:"dddd [lepas pukul] LT",sameElse:"L"},relativeTime:{future:"dalam %s",past:"%s yang lepas",s:"beberapa saat",ss:"%d saat",m:"seminit",mm:"%d minit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},week:{dow:1,doy:7}})}(a(5093))},7075:function(e,t,a){!function(e){"use strict";e.defineLocale("mt",{months:"Jannar_Frar_Marzu_April_Mejju_Ġunju_Lulju_Awwissu_Settembru_Ottubru_Novembru_Diċembru".split("_"),monthsShort:"Jan_Fra_Mar_Apr_Mej_Ġun_Lul_Aww_Set_Ott_Nov_Diċ".split("_"),weekdays:"Il-Ħadd_It-Tnejn_It-Tlieta_L-Erbgħa_Il-Ħamis_Il-Ġimgħa_Is-Sibt".split("_"),weekdaysShort:"Ħad_Tne_Tli_Erb_Ħam_Ġim_Sib".split("_"),weekdaysMin:"Ħa_Tn_Tl_Er_Ħa_Ġi_Si".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Illum fil-]LT",nextDay:"[Għada fil-]LT",nextWeek:"dddd [fil-]LT",lastDay:"[Il-bieraħ fil-]LT",lastWeek:"dddd [li għadda] [fil-]LT",sameElse:"L"},relativeTime:{future:"f’ %s",past:"%s ilu",s:"ftit sekondi",ss:"%d sekondi",m:"minuta",mm:"%d minuti",h:"siegħa",hh:"%d siegħat",d:"ġurnata",dd:"%d ġranet",M:"xahar",MM:"%d xhur",y:"sena",yy:"%d sni"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(a(5093))},2264:function(e,t,a){!function(e){"use strict";var t={1:"၁",2:"၂",3:"၃",4:"၄",5:"၅",6:"၆",7:"၇",8:"၈",9:"၉",0:"၀"},a={"၁":"1","၂":"2","၃":"3","၄":"4","၅":"5","၆":"6","၇":"7","၈":"8","၉":"9","၀":"0"};e.defineLocale("my",{months:"ဇန်နဝါရီ_ဖေဖော်ဝါရီ_မတ်_ဧပြီ_မေ_ဇွန်_ဇူလိုင်_သြဂုတ်_စက်တင်ဘာ_အောက်တိုဘာ_နိုဝင်ဘာ_ဒီဇင်ဘာ".split("_"),monthsShort:"ဇန်_ဖေ_မတ်_ပြီ_မေ_ဇွန်_လိုင်_သြ_စက်_အောက်_နို_ဒီ".split("_"),weekdays:"တနင်္ဂနွေ_တနင်္လာ_အင်္ဂါ_ဗုဒ္ဓဟူး_ကြာသပတေး_သောကြာ_စနေ".split("_"),weekdaysShort:"နွေ_လာ_ဂါ_ဟူး_ကြာ_သော_နေ".split("_"),weekdaysMin:"နွေ_လာ_ဂါ_ဟူး_ကြာ_သော_နေ".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[ယနေ.] LT [မှာ]",nextDay:"[မနက်ဖြန်] LT [မှာ]",nextWeek:"dddd LT [မှာ]",lastDay:"[မနေ.က] LT [မှာ]",lastWeek:"[ပြီးခဲ့သော] dddd LT [မှာ]",sameElse:"L"},relativeTime:{future:"လာမည့် %s မှာ",past:"လွန်ခဲ့သော %s က",s:"စက္ကန်.အနည်းငယ်",ss:"%d စက္ကန့်",m:"တစ်မိနစ်",mm:"%d မိနစ်",h:"တစ်နာရီ",hh:"%d နာရီ",d:"တစ်ရက်",dd:"%d ရက်",M:"တစ်လ",MM:"%d လ",y:"တစ်နှစ်",yy:"%d နှစ်"},preparse:function(e){return e.replace(/[၁၂၃၄၅၆၇၈၉၀]/g,(function(e){return a[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},week:{dow:1,doy:4}})}(a(5093))},2274:function(e,t,a){!function(e){"use strict";e.defineLocale("nb",{months:"januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan._feb._mars_apr._mai_juni_juli_aug._sep._okt._nov._des.".split("_"),monthsParseExact:!0,weekdays:"søndag_mandag_tirsdag_onsdag_torsdag_fredag_lørdag".split("_"),weekdaysShort:"sø._ma._ti._on._to._fr._lø.".split("_"),weekdaysMin:"sø_ma_ti_on_to_fr_lø".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY [kl.] HH:mm",LLLL:"dddd D. MMMM YYYY [kl.] HH:mm"},calendar:{sameDay:"[i dag kl.] LT",nextDay:"[i morgen kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[i går kl.] LT",lastWeek:"[forrige] dddd [kl.] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"%s siden",s:"noen sekunder",ss:"%d sekunder",m:"ett minutt",mm:"%d minutter",h:"én time",hh:"%d timer",d:"én dag",dd:"%d dager",w:"én uke",ww:"%d uker",M:"én måned",MM:"%d måneder",y:"ett år",yy:"%d år"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(a(5093))},8235:function(e,t,a){!function(e){"use strict";var t={1:"१",2:"२",3:"३",4:"४",5:"५",6:"६",7:"७",8:"८",9:"९",0:"०"},a={"१":"1","२":"2","३":"3","४":"4","५":"5","६":"6","७":"7","८":"8","९":"9","०":"0"};e.defineLocale("ne",{months:"जनवरी_फेब्रुवरी_मार्च_अप्रिल_मई_जुन_जुलाई_अगष्ट_सेप्टेम्बर_अक्टोबर_नोभेम्बर_डिसेम्बर".split("_"),monthsShort:"जन._फेब्रु._मार्च_अप्रि._मई_जुन_जुलाई._अग._सेप्ट._अक्टो._नोभे._डिसे.".split("_"),monthsParseExact:!0,weekdays:"आइतबार_सोमबार_मङ्गलबार_बुधबार_बिहिबार_शुक्रबार_शनिबार".split("_"),weekdaysShort:"आइत._सोम._मङ्गल._बुध._बिहि._शुक्र._शनि.".split("_"),weekdaysMin:"आ._सो._मं._बु._बि._शु._श.".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"Aको h:mm बजे",LTS:"Aको h:mm:ss बजे",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, Aको h:mm बजे",LLLL:"dddd, D MMMM YYYY, Aको h:mm बजे"},preparse:function(e){return e.replace(/[१२३४५६७८९०]/g,(function(e){return a[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/राति|बिहान|दिउँसो|साँझ/,meridiemHour:function(e,t){return 12===e&&(e=0),"राति"===t?e<4?e:e+12:"बिहान"===t?e:"दिउँसो"===t?e>=10?e:e+12:"साँझ"===t?e+12:void 0},meridiem:function(e,t,a){return e<3?"राति":e<12?"बिहान":e<16?"दिउँसो":e<20?"साँझ":"राति"},calendar:{sameDay:"[आज] LT",nextDay:"[भोलि] LT",nextWeek:"[आउँदो] dddd[,] LT",lastDay:"[हिजो] LT",lastWeek:"[गएको] dddd[,] LT",sameElse:"L"},relativeTime:{future:"%sमा",past:"%s अगाडि",s:"केही क्षण",ss:"%d सेकेण्ड",m:"एक मिनेट",mm:"%d मिनेट",h:"एक घण्टा",hh:"%d घण्टा",d:"एक दिन",dd:"%d दिन",M:"एक महिना",MM:"%d महिना",y:"एक बर्ष",yy:"%d बर्ष"},week:{dow:0,doy:6}})}(a(5093))},3784:function(e,t,a){!function(e){"use strict";var t="jan._feb._mrt._apr._mei_jun._jul._aug._sep._okt._nov._dec.".split("_"),a="jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec".split("_"),s=[/^jan/i,/^feb/i,/^(maart|mrt\.?)$/i,/^apr/i,/^mei$/i,/^jun[i.]?$/i,/^jul[i.]?$/i,/^aug/i,/^sep/i,/^okt/i,/^nov/i,/^dec/i],n=/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december|jan\.?|feb\.?|mrt\.?|apr\.?|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i;e.defineLocale("nl-be",{months:"januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december".split("_"),monthsShort:function(e,s){return e?/-MMM-/.test(s)?a[e.month()]:t[e.month()]:t},monthsRegex:n,monthsShortRegex:n,monthsStrictRegex:/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december)/i,monthsShortStrictRegex:/^(jan\.?|feb\.?|mrt\.?|apr\.?|mei|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i,monthsParse:s,longMonthsParse:s,shortMonthsParse:s,weekdays:"zondag_maandag_dinsdag_woensdag_donderdag_vrijdag_zaterdag".split("_"),weekdaysShort:"zo._ma._di._wo._do._vr._za.".split("_"),weekdaysMin:"zo_ma_di_wo_do_vr_za".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[vandaag om] LT",nextDay:"[morgen om] LT",nextWeek:"dddd [om] LT",lastDay:"[gisteren om] LT",lastWeek:"[afgelopen] dddd [om] LT",sameElse:"L"},relativeTime:{future:"over %s",past:"%s geleden",s:"een paar seconden",ss:"%d seconden",m:"één minuut",mm:"%d minuten",h:"één uur",hh:"%d uur",d:"één dag",dd:"%d dagen",M:"één maand",MM:"%d maanden",y:"één jaar",yy:"%d jaar"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(e){return e+(1===e||8===e||e>=20?"ste":"de")},week:{dow:1,doy:4}})}(a(5093))},2572:function(e,t,a){!function(e){"use strict";var t="jan._feb._mrt._apr._mei_jun._jul._aug._sep._okt._nov._dec.".split("_"),a="jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec".split("_"),s=[/^jan/i,/^feb/i,/^(maart|mrt\.?)$/i,/^apr/i,/^mei$/i,/^jun[i.]?$/i,/^jul[i.]?$/i,/^aug/i,/^sep/i,/^okt/i,/^nov/i,/^dec/i],n=/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december|jan\.?|feb\.?|mrt\.?|apr\.?|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i;e.defineLocale("nl",{months:"januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december".split("_"),monthsShort:function(e,s){return e?/-MMM-/.test(s)?a[e.month()]:t[e.month()]:t},monthsRegex:n,monthsShortRegex:n,monthsStrictRegex:/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december)/i,monthsShortStrictRegex:/^(jan\.?|feb\.?|mrt\.?|apr\.?|mei|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i,monthsParse:s,longMonthsParse:s,shortMonthsParse:s,weekdays:"zondag_maandag_dinsdag_woensdag_donderdag_vrijdag_zaterdag".split("_"),weekdaysShort:"zo._ma._di._wo._do._vr._za.".split("_"),weekdaysMin:"zo_ma_di_wo_do_vr_za".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[vandaag om] LT",nextDay:"[morgen om] LT",nextWeek:"dddd [om] LT",lastDay:"[gisteren om] LT",lastWeek:"[afgelopen] dddd [om] LT",sameElse:"L"},relativeTime:{future:"over %s",past:"%s geleden",s:"een paar seconden",ss:"%d seconden",m:"één minuut",mm:"%d minuten",h:"één uur",hh:"%d uur",d:"één dag",dd:"%d dagen",w:"één week",ww:"%d weken",M:"één maand",MM:"%d maanden",y:"één jaar",yy:"%d jaar"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(e){return e+(1===e||8===e||e>=20?"ste":"de")},week:{dow:1,doy:4}})}(a(5093))},4566:function(e,t,a){!function(e){"use strict";e.defineLocale("nn",{months:"januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan._feb._mars_apr._mai_juni_juli_aug._sep._okt._nov._des.".split("_"),monthsParseExact:!0,weekdays:"sundag_måndag_tysdag_onsdag_torsdag_fredag_laurdag".split("_"),weekdaysShort:"su._må._ty._on._to._fr._lau.".split("_"),weekdaysMin:"su_må_ty_on_to_fr_la".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY [kl.] H:mm",LLLL:"dddd D. MMMM YYYY [kl.] HH:mm"},calendar:{sameDay:"[I dag klokka] LT",nextDay:"[I morgon klokka] LT",nextWeek:"dddd [klokka] LT",lastDay:"[I går klokka] LT",lastWeek:"[Føregåande] dddd [klokka] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"%s sidan",s:"nokre sekund",ss:"%d sekund",m:"eit minutt",mm:"%d minutt",h:"ein time",hh:"%d timar",d:"ein dag",dd:"%d dagar",w:"ei veke",ww:"%d veker",M:"ein månad",MM:"%d månader",y:"eit år",yy:"%d år"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(a(5093))},9330:function(e,t,a){!function(e){"use strict";e.defineLocale("oc-lnc",{months:{standalone:"genièr_febrièr_març_abril_mai_junh_julhet_agost_setembre_octòbre_novembre_decembre".split("_"),format:"de genièr_de febrièr_de març_d'abril_de mai_de junh_de julhet_d'agost_de setembre_d'octòbre_de novembre_de decembre".split("_"),isFormat:/D[oD]?(\s)+MMMM/},monthsShort:"gen._febr._març_abr._mai_junh_julh._ago._set._oct._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"dimenge_diluns_dimars_dimècres_dijòus_divendres_dissabte".split("_"),weekdaysShort:"dg._dl._dm._dc._dj._dv._ds.".split("_"),weekdaysMin:"dg_dl_dm_dc_dj_dv_ds".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM [de] YYYY",ll:"D MMM YYYY",LLL:"D MMMM [de] YYYY [a] H:mm",lll:"D MMM YYYY, H:mm",LLLL:"dddd D MMMM [de] YYYY [a] H:mm",llll:"ddd D MMM YYYY, H:mm"},calendar:{sameDay:"[uèi a] LT",nextDay:"[deman a] LT",nextWeek:"dddd [a] LT",lastDay:"[ièr a] LT",lastWeek:"dddd [passat a] LT",sameElse:"L"},relativeTime:{future:"d'aquí %s",past:"fa %s",s:"unas segondas",ss:"%d segondas",m:"una minuta",mm:"%d minutas",h:"una ora",hh:"%d oras",d:"un jorn",dd:"%d jorns",M:"un mes",MM:"%d meses",y:"un an",yy:"%d ans"},dayOfMonthOrdinalParse:/\d{1,2}(r|n|t|è|a)/,ordinal:function(e,t){var a=1===e?"r":2===e?"n":3===e?"r":4===e?"t":"è";return"w"!==t&&"W"!==t||(a="a"),e+a},week:{dow:1,doy:4}})}(a(5093))},9849:function(e,t,a){!function(e){"use strict";var t={1:"੧",2:"੨",3:"੩",4:"੪",5:"੫",6:"੬",7:"੭",8:"੮",9:"੯",0:"੦"},a={"੧":"1","੨":"2","੩":"3","੪":"4","੫":"5","੬":"6","੭":"7","੮":"8","੯":"9","੦":"0"};e.defineLocale("pa-in",{months:"ਜਨਵਰੀ_ਫ਼ਰਵਰੀ_ਮਾਰਚ_ਅਪ੍ਰੈਲ_ਮਈ_ਜੂਨ_ਜੁਲਾਈ_ਅਗਸਤ_ਸਤੰਬਰ_ਅਕਤੂਬਰ_ਨਵੰਬਰ_ਦਸੰਬਰ".split("_"),monthsShort:"ਜਨਵਰੀ_ਫ਼ਰਵਰੀ_ਮਾਰਚ_ਅਪ੍ਰੈਲ_ਮਈ_ਜੂਨ_ਜੁਲਾਈ_ਅਗਸਤ_ਸਤੰਬਰ_ਅਕਤੂਬਰ_ਨਵੰਬਰ_ਦਸੰਬਰ".split("_"),weekdays:"ਐਤਵਾਰ_ਸੋਮਵਾਰ_ਮੰਗਲਵਾਰ_ਬੁਧਵਾਰ_ਵੀਰਵਾਰ_ਸ਼ੁੱਕਰਵਾਰ_ਸ਼ਨੀਚਰਵਾਰ".split("_"),weekdaysShort:"ਐਤ_ਸੋਮ_ਮੰਗਲ_ਬੁਧ_ਵੀਰ_ਸ਼ੁਕਰ_ਸ਼ਨੀ".split("_"),weekdaysMin:"ਐਤ_ਸੋਮ_ਮੰਗਲ_ਬੁਧ_ਵੀਰ_ਸ਼ੁਕਰ_ਸ਼ਨੀ".split("_"),longDateFormat:{LT:"A h:mm ਵਜੇ",LTS:"A h:mm:ss ਵਜੇ",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm ਵਜੇ",LLLL:"dddd, D MMMM YYYY, A h:mm ਵਜੇ"},calendar:{sameDay:"[ਅਜ] LT",nextDay:"[ਕਲ] LT",nextWeek:"[ਅਗਲਾ] dddd, LT",lastDay:"[ਕਲ] LT",lastWeek:"[ਪਿਛਲੇ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s ਵਿੱਚ",past:"%s ਪਿਛਲੇ",s:"ਕੁਝ ਸਕਿੰਟ",ss:"%d ਸਕਿੰਟ",m:"ਇਕ ਮਿੰਟ",mm:"%d ਮਿੰਟ",h:"ਇੱਕ ਘੰਟਾ",hh:"%d ਘੰਟੇ",d:"ਇੱਕ ਦਿਨ",dd:"%d ਦਿਨ",M:"ਇੱਕ ਮਹੀਨਾ",MM:"%d ਮਹੀਨੇ",y:"ਇੱਕ ਸਾਲ",yy:"%d ਸਾਲ"},preparse:function(e){return e.replace(/[੧੨੩੪੫੬੭੮੯੦]/g,(function(e){return a[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/ਰਾਤ|ਸਵੇਰ|ਦੁਪਹਿਰ|ਸ਼ਾਮ/,meridiemHour:function(e,t){return 12===e&&(e=0),"ਰਾਤ"===t?e<4?e:e+12:"ਸਵੇਰ"===t?e:"ਦੁਪਹਿਰ"===t?e>=10?e:e+12:"ਸ਼ਾਮ"===t?e+12:void 0},meridiem:function(e,t,a){return e<4?"ਰਾਤ":e<10?"ਸਵੇਰ":e<17?"ਦੁਪਹਿਰ":e<20?"ਸ਼ਾਮ":"ਰਾਤ"},week:{dow:0,doy:6}})}(a(5093))},4418:function(e,t,a){!function(e){"use strict";var t="styczeń_luty_marzec_kwiecień_maj_czerwiec_lipiec_sierpień_wrzesień_październik_listopad_grudzień".split("_"),a="stycznia_lutego_marca_kwietnia_maja_czerwca_lipca_sierpnia_września_października_listopada_grudnia".split("_"),s=[/^sty/i,/^lut/i,/^mar/i,/^kwi/i,/^maj/i,/^cze/i,/^lip/i,/^sie/i,/^wrz/i,/^paź/i,/^lis/i,/^gru/i];function n(e){return e%10<5&&e%10>1&&~~(e/10)%10!=1}function i(e,t,a){var s=e+" ";switch(a){case"ss":return s+(n(e)?"sekundy":"sekund");case"m":return t?"minuta":"minutę";case"mm":return s+(n(e)?"minuty":"minut");case"h":return t?"godzina":"godzinę";case"hh":return s+(n(e)?"godziny":"godzin");case"ww":return s+(n(e)?"tygodnie":"tygodni");case"MM":return s+(n(e)?"miesiące":"miesięcy");case"yy":return s+(n(e)?"lata":"lat")}}e.defineLocale("pl",{months:function(e,s){return e?/D MMMM/.test(s)?a[e.month()]:t[e.month()]:t},monthsShort:"sty_lut_mar_kwi_maj_cze_lip_sie_wrz_paź_lis_gru".split("_"),monthsParse:s,longMonthsParse:s,shortMonthsParse:s,weekdays:"niedziela_poniedziałek_wtorek_środa_czwartek_piątek_sobota".split("_"),weekdaysShort:"ndz_pon_wt_śr_czw_pt_sob".split("_"),weekdaysMin:"Nd_Pn_Wt_Śr_Cz_Pt_So".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Dziś o] LT",nextDay:"[Jutro o] LT",nextWeek:function(){switch(this.day()){case 0:return"[W niedzielę o] LT";case 2:return"[We wtorek o] LT";case 3:return"[W środę o] LT";case 6:return"[W sobotę o] LT";default:return"[W] dddd [o] LT"}},lastDay:"[Wczoraj o] LT",lastWeek:function(){switch(this.day()){case 0:return"[W zeszłą niedzielę o] LT";case 3:return"[W zeszłą środę o] LT";case 6:return"[W zeszłą sobotę o] LT";default:return"[W zeszły] dddd [o] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"%s temu",s:"kilka sekund",ss:i,m:i,mm:i,h:i,hh:i,d:"1 dzień",dd:"%d dni",w:"tydzień",ww:i,M:"miesiąc",MM:i,y:"rok",yy:i},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(a(5093))},8303:function(e,t,a){!function(e){"use strict";e.defineLocale("pt-br",{months:"janeiro_fevereiro_março_abril_maio_junho_julho_agosto_setembro_outubro_novembro_dezembro".split("_"),monthsShort:"jan_fev_mar_abr_mai_jun_jul_ago_set_out_nov_dez".split("_"),weekdays:"domingo_segunda-feira_terça-feira_quarta-feira_quinta-feira_sexta-feira_sábado".split("_"),weekdaysShort:"dom_seg_ter_qua_qui_sex_sáb".split("_"),weekdaysMin:"do_2ª_3ª_4ª_5ª_6ª_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY [às] HH:mm",LLLL:"dddd, D [de] MMMM [de] YYYY [às] HH:mm"},calendar:{sameDay:"[Hoje às] LT",nextDay:"[Amanhã às] LT",nextWeek:"dddd [às] LT",lastDay:"[Ontem às] LT",lastWeek:function(){return 0===this.day()||6===this.day()?"[Último] dddd [às] LT":"[Última] dddd [às] LT"},sameElse:"L"},relativeTime:{future:"em %s",past:"há %s",s:"poucos segundos",ss:"%d segundos",m:"um minuto",mm:"%d minutos",h:"uma hora",hh:"%d horas",d:"um dia",dd:"%d dias",M:"um mês",MM:"%d meses",y:"um ano",yy:"%d anos"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",invalidDate:"Data inválida"})}(a(5093))},9834:function(e,t,a){!function(e){"use strict";e.defineLocale("pt",{months:"janeiro_fevereiro_março_abril_maio_junho_julho_agosto_setembro_outubro_novembro_dezembro".split("_"),monthsShort:"jan_fev_mar_abr_mai_jun_jul_ago_set_out_nov_dez".split("_"),weekdays:"Domingo_Segunda-feira_Terça-feira_Quarta-feira_Quinta-feira_Sexta-feira_Sábado".split("_"),weekdaysShort:"Dom_Seg_Ter_Qua_Qui_Sex_Sáb".split("_"),weekdaysMin:"Do_2ª_3ª_4ª_5ª_6ª_Sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY HH:mm",LLLL:"dddd, D [de] MMMM [de] YYYY HH:mm"},calendar:{sameDay:"[Hoje às] LT",nextDay:"[Amanhã às] LT",nextWeek:"dddd [às] LT",lastDay:"[Ontem às] LT",lastWeek:function(){return 0===this.day()||6===this.day()?"[Último] dddd [às] LT":"[Última] dddd [às] LT"},sameElse:"L"},relativeTime:{future:"em %s",past:"há %s",s:"segundos",ss:"%d segundos",m:"um minuto",mm:"%d minutos",h:"uma hora",hh:"%d horas",d:"um dia",dd:"%d dias",w:"uma semana",ww:"%d semanas",M:"um mês",MM:"%d meses",y:"um ano",yy:"%d anos"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(a(5093))},4457:function(e,t,a){!function(e){"use strict";function t(e,t,a){var s=" ";return(e%100>=20||e>=100&&e%100==0)&&(s=" de "),e+s+{ss:"secunde",mm:"minute",hh:"ore",dd:"zile",ww:"săptămâni",MM:"luni",yy:"ani"}[a]}e.defineLocale("ro",{months:"ianuarie_februarie_martie_aprilie_mai_iunie_iulie_august_septembrie_octombrie_noiembrie_decembrie".split("_"),monthsShort:"ian._feb._mart._apr._mai_iun._iul._aug._sept._oct._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"duminică_luni_marți_miercuri_joi_vineri_sâmbătă".split("_"),weekdaysShort:"Dum_Lun_Mar_Mie_Joi_Vin_Sâm".split("_"),weekdaysMin:"Du_Lu_Ma_Mi_Jo_Vi_Sâ".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd, D MMMM YYYY H:mm"},calendar:{sameDay:"[azi la] LT",nextDay:"[mâine la] LT",nextWeek:"dddd [la] LT",lastDay:"[ieri la] LT",lastWeek:"[fosta] dddd [la] LT",sameElse:"L"},relativeTime:{future:"peste %s",past:"%s în urmă",s:"câteva secunde",ss:t,m:"un minut",mm:t,h:"o oră",hh:t,d:"o zi",dd:t,w:"o săptămână",ww:t,M:"o lună",MM:t,y:"un an",yy:t},week:{dow:1,doy:7}})}(a(5093))},2271:function(e,t,a){!function(e){"use strict";function t(e,t,a){return"m"===a?t?"минута":"минуту":e+" "+(s=+e,n={ss:t?"секунда_секунды_секунд":"секунду_секунды_секунд",mm:t?"минута_минуты_минут":"минуту_минуты_минут",hh:"час_часа_часов",dd:"день_дня_дней",ww:"неделя_недели_недель",MM:"месяц_месяца_месяцев",yy:"год_года_лет"}[a].split("_"),s%10==1&&s%100!=11?n[0]:s%10>=2&&s%10<=4&&(s%100<10||s%100>=20)?n[1]:n[2]);var s,n}var a=[/^янв/i,/^фев/i,/^мар/i,/^апр/i,/^ма[йя]/i,/^июн/i,/^июл/i,/^авг/i,/^сен/i,/^окт/i,/^ноя/i,/^дек/i];e.defineLocale("ru",{months:{format:"января_февраля_марта_апреля_мая_июня_июля_августа_сентября_октября_ноября_декабря".split("_"),standalone:"январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь".split("_")},monthsShort:{format:"янв._февр._мар._апр._мая_июня_июля_авг._сент._окт._нояб._дек.".split("_"),standalone:"янв._февр._март_апр._май_июнь_июль_авг._сент._окт._нояб._дек.".split("_")},weekdays:{standalone:"воскресенье_понедельник_вторник_среда_четверг_пятница_суббота".split("_"),format:"воскресенье_понедельник_вторник_среду_четверг_пятницу_субботу".split("_"),isFormat:/\[ ?[Вв] ?(?:прошлую|следующую|эту)? ?] ?dddd/},weekdaysShort:"вс_пн_вт_ср_чт_пт_сб".split("_"),weekdaysMin:"вс_пн_вт_ср_чт_пт_сб".split("_"),monthsParse:a,longMonthsParse:a,shortMonthsParse:a,monthsRegex:/^(январ[ья]|янв\.?|феврал[ья]|февр?\.?|марта?|мар\.?|апрел[ья]|апр\.?|ма[йя]|июн[ья]|июн\.?|июл[ья]|июл\.?|августа?|авг\.?|сентябр[ья]|сент?\.?|октябр[ья]|окт\.?|ноябр[ья]|нояб?\.?|декабр[ья]|дек\.?)/i,monthsShortRegex:/^(январ[ья]|янв\.?|феврал[ья]|февр?\.?|марта?|мар\.?|апрел[ья]|апр\.?|ма[йя]|июн[ья]|июн\.?|июл[ья]|июл\.?|августа?|авг\.?|сентябр[ья]|сент?\.?|октябр[ья]|окт\.?|ноябр[ья]|нояб?\.?|декабр[ья]|дек\.?)/i,monthsStrictRegex:/^(январ[яь]|феврал[яь]|марта?|апрел[яь]|ма[яй]|июн[яь]|июл[яь]|августа?|сентябр[яь]|октябр[яь]|ноябр[яь]|декабр[яь])/i,monthsShortStrictRegex:/^(янв\.|февр?\.|мар[т.]|апр\.|ма[яй]|июн[ья.]|июл[ья.]|авг\.|сент?\.|окт\.|нояб?\.|дек\.)/i,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY г.",LLL:"D MMMM YYYY г., H:mm",LLLL:"dddd, D MMMM YYYY г., H:mm"},calendar:{sameDay:"[Сегодня, в] LT",nextDay:"[Завтра, в] LT",lastDay:"[Вчера, в] LT",nextWeek:function(e){if(e.week()===this.week())return 2===this.day()?"[Во] dddd, [в] LT":"[В] dddd, [в] LT";switch(this.day()){case 0:return"[В следующее] dddd, [в] LT";case 1:case 2:case 4:return"[В следующий] dddd, [в] LT";case 3:case 5:case 6:return"[В следующую] dddd, [в] LT"}},lastWeek:function(e){if(e.week()===this.week())return 2===this.day()?"[Во] dddd, [в] LT":"[В] dddd, [в] LT";switch(this.day()){case 0:return"[В прошлое] dddd, [в] LT";case 1:case 2:case 4:return"[В прошлый] dddd, [в] LT";case 3:case 5:case 6:return"[В прошлую] dddd, [в] LT"}},sameElse:"L"},relativeTime:{future:"через %s",past:"%s назад",s:"несколько секунд",ss:t,m:t,mm:t,h:"час",hh:t,d:"день",dd:t,w:"неделя",ww:t,M:"месяц",MM:t,y:"год",yy:t},meridiemParse:/ночи|утра|дня|вечера/i,isPM:function(e){return/^(дня|вечера)$/.test(e)},meridiem:function(e,t,a){return e<4?"ночи":e<12?"утра":e<17?"дня":"вечера"},dayOfMonthOrdinalParse:/\d{1,2}-(й|го|я)/,ordinal:function(e,t){switch(t){case"M":case"d":case"DDD":return e+"-й";case"D":return e+"-го";case"w":case"W":return e+"-я";default:return e}},week:{dow:1,doy:4}})}(a(5093))},1221:function(e,t,a){!function(e){"use strict";var t=["جنوري","فيبروري","مارچ","اپريل","مئي","جون","جولاءِ","آگسٽ","سيپٽمبر","آڪٽوبر","نومبر","ڊسمبر"],a=["آچر","سومر","اڱارو","اربع","خميس","جمع","ڇنڇر"];e.defineLocale("sd",{months:t,monthsShort:t,weekdays:a,weekdaysShort:a,weekdaysMin:a,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd، D MMMM YYYY HH:mm"},meridiemParse:/صبح|شام/,isPM:function(e){return"شام"===e},meridiem:function(e,t,a){return e<12?"صبح":"شام"},calendar:{sameDay:"[اڄ] LT",nextDay:"[سڀاڻي] LT",nextWeek:"dddd [اڳين هفتي تي] LT",lastDay:"[ڪالهه] LT",lastWeek:"[گزريل هفتي] dddd [تي] LT",sameElse:"L"},relativeTime:{future:"%s پوء",past:"%s اڳ",s:"چند سيڪنڊ",ss:"%d سيڪنڊ",m:"هڪ منٽ",mm:"%d منٽ",h:"هڪ ڪلاڪ",hh:"%d ڪلاڪ",d:"هڪ ڏينهن",dd:"%d ڏينهن",M:"هڪ مهينو",MM:"%d مهينا",y:"هڪ سال",yy:"%d سال"},preparse:function(e){return e.replace(/،/g,",")},postformat:function(e){return e.replace(/,/g,"،")},week:{dow:1,doy:4}})}(a(5093))},3478:function(e,t,a){!function(e){"use strict";e.defineLocale("se",{months:"ođđajagemánnu_guovvamánnu_njukčamánnu_cuoŋománnu_miessemánnu_geassemánnu_suoidnemánnu_borgemánnu_čakčamánnu_golggotmánnu_skábmamánnu_juovlamánnu".split("_"),monthsShort:"ođđj_guov_njuk_cuo_mies_geas_suoi_borg_čakč_golg_skáb_juov".split("_"),weekdays:"sotnabeaivi_vuossárga_maŋŋebárga_gaskavahkku_duorastat_bearjadat_lávvardat".split("_"),weekdaysShort:"sotn_vuos_maŋ_gask_duor_bear_láv".split("_"),weekdaysMin:"s_v_m_g_d_b_L".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"MMMM D. [b.] YYYY",LLL:"MMMM D. [b.] YYYY [ti.] HH:mm",LLLL:"dddd, MMMM D. [b.] YYYY [ti.] HH:mm"},calendar:{sameDay:"[otne ti] LT",nextDay:"[ihttin ti] LT",nextWeek:"dddd [ti] LT",lastDay:"[ikte ti] LT",lastWeek:"[ovddit] dddd [ti] LT",sameElse:"L"},relativeTime:{future:"%s geažes",past:"maŋit %s",s:"moadde sekunddat",ss:"%d sekunddat",m:"okta minuhta",mm:"%d minuhtat",h:"okta diimmu",hh:"%d diimmut",d:"okta beaivi",dd:"%d beaivvit",M:"okta mánnu",MM:"%d mánut",y:"okta jahki",yy:"%d jagit"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(a(5093))},7538:function(e,t,a){!function(e){"use strict";e.defineLocale("si",{months:"ජනවාරි_පෙබරවාරි_මාර්තු_අප්‍රේල්_මැයි_ජූනි_ජූලි_අගෝස්තු_සැප්තැම්බර්_ඔක්තෝබර්_නොවැම්බර්_දෙසැම්බර්".split("_"),monthsShort:"ජන_පෙබ_මාර්_අප්_මැයි_ජූනි_ජූලි_අගෝ_සැප්_ඔක්_නොවැ_දෙසැ".split("_"),weekdays:"ඉරිදා_සඳුදා_අඟහරුවාදා_බදාදා_බ්‍රහස්පතින්දා_සිකුරාදා_සෙනසුරාදා".split("_"),weekdaysShort:"ඉරි_සඳු_අඟ_බදා_බ්‍රහ_සිකු_සෙන".split("_"),weekdaysMin:"ඉ_ස_අ_බ_බ්‍ර_සි_සෙ".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"a h:mm",LTS:"a h:mm:ss",L:"YYYY/MM/DD",LL:"YYYY MMMM D",LLL:"YYYY MMMM D, a h:mm",LLLL:"YYYY MMMM D [වැනි] dddd, a h:mm:ss"},calendar:{sameDay:"[අද] LT[ට]",nextDay:"[හෙට] LT[ට]",nextWeek:"dddd LT[ට]",lastDay:"[ඊයේ] LT[ට]",lastWeek:"[පසුගිය] dddd LT[ට]",sameElse:"L"},relativeTime:{future:"%sකින්",past:"%sකට පෙර",s:"තත්පර කිහිපය",ss:"තත්පර %d",m:"මිනිත්තුව",mm:"මිනිත්තු %d",h:"පැය",hh:"පැය %d",d:"දිනය",dd:"දින %d",M:"මාසය",MM:"මාස %d",y:"වසර",yy:"වසර %d"},dayOfMonthOrdinalParse:/\d{1,2} වැනි/,ordinal:function(e){return e+" වැනි"},meridiemParse:/පෙර වරු|පස් වරු|පෙ.ව|ප.ව./,isPM:function(e){return"ප.ව."===e||"පස් වරු"===e},meridiem:function(e,t,a){return e>11?a?"ප.ව.":"පස් වරු":a?"පෙ.ව.":"පෙර වරු"}})}(a(5093))},5784:function(e,t,a){!function(e){"use strict";var t="január_február_marec_apríl_máj_jún_júl_august_september_október_november_december".split("_"),a="jan_feb_mar_apr_máj_jún_júl_aug_sep_okt_nov_dec".split("_");function s(e){return e>1&&e<5}function n(e,t,a,n){var i=e+" ";switch(a){case"s":return t||n?"pár sekúnd":"pár sekundami";case"ss":return t||n?i+(s(e)?"sekundy":"sekúnd"):i+"sekundami";case"m":return t?"minúta":n?"minútu":"minútou";case"mm":return t||n?i+(s(e)?"minúty":"minút"):i+"minútami";case"h":return t?"hodina":n?"hodinu":"hodinou";case"hh":return t||n?i+(s(e)?"hodiny":"hodín"):i+"hodinami";case"d":return t||n?"deň":"dňom";case"dd":return t||n?i+(s(e)?"dni":"dní"):i+"dňami";case"M":return t||n?"mesiac":"mesiacom";case"MM":return t||n?i+(s(e)?"mesiace":"mesiacov"):i+"mesiacmi";case"y":return t||n?"rok":"rokom";case"yy":return t||n?i+(s(e)?"roky":"rokov"):i+"rokmi"}}e.defineLocale("sk",{months:t,monthsShort:a,weekdays:"nedeľa_pondelok_utorok_streda_štvrtok_piatok_sobota".split("_"),weekdaysShort:"ne_po_ut_st_št_pi_so".split("_"),weekdaysMin:"ne_po_ut_st_št_pi_so".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd D. MMMM YYYY H:mm"},calendar:{sameDay:"[dnes o] LT",nextDay:"[zajtra o] LT",nextWeek:function(){switch(this.day()){case 0:return"[v nedeľu o] LT";case 1:case 2:return"[v] dddd [o] LT";case 3:return"[v stredu o] LT";case 4:return"[vo štvrtok o] LT";case 5:return"[v piatok o] LT";case 6:return"[v sobotu o] LT"}},lastDay:"[včera o] LT",lastWeek:function(){switch(this.day()){case 0:return"[minulú nedeľu o] LT";case 1:case 2:case 4:case 5:return"[minulý] dddd [o] LT";case 3:return"[minulú stredu o] LT";case 6:return"[minulú sobotu o] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"pred %s",s:n,ss:n,m:n,mm:n,h:n,hh:n,d:n,dd:n,M:n,MM:n,y:n,yy:n},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(a(5093))},6637:function(e,t,a){!function(e){"use strict";function t(e,t,a,s){var n=e+" ";switch(a){case"s":return t||s?"nekaj sekund":"nekaj sekundami";case"ss":return n+(1===e?t?"sekundo":"sekundi":2===e?t||s?"sekundi":"sekundah":e<5?t||s?"sekunde":"sekundah":"sekund");case"m":return t?"ena minuta":"eno minuto";case"mm":return n+(1===e?t?"minuta":"minuto":2===e?t||s?"minuti":"minutama":e<5?t||s?"minute":"minutami":t||s?"minut":"minutami");case"h":return t?"ena ura":"eno uro";case"hh":return n+(1===e?t?"ura":"uro":2===e?t||s?"uri":"urama":e<5?t||s?"ure":"urami":t||s?"ur":"urami");case"d":return t||s?"en dan":"enim dnem";case"dd":return n+(1===e?t||s?"dan":"dnem":2===e?t||s?"dni":"dnevoma":t||s?"dni":"dnevi");case"M":return t||s?"en mesec":"enim mesecem";case"MM":return n+(1===e?t||s?"mesec":"mesecem":2===e?t||s?"meseca":"mesecema":e<5?t||s?"mesece":"meseci":t||s?"mesecev":"meseci");case"y":return t||s?"eno leto":"enim letom";case"yy":return n+(1===e?t||s?"leto":"letom":2===e?t||s?"leti":"letoma":e<5?t||s?"leta":"leti":t||s?"let":"leti")}}e.defineLocale("sl",{months:"januar_februar_marec_april_maj_junij_julij_avgust_september_oktober_november_december".split("_"),monthsShort:"jan._feb._mar._apr._maj._jun._jul._avg._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedelja_ponedeljek_torek_sreda_četrtek_petek_sobota".split("_"),weekdaysShort:"ned._pon._tor._sre._čet._pet._sob.".split("_"),weekdaysMin:"ne_po_to_sr_če_pe_so".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD. MM. YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danes ob] LT",nextDay:"[jutri ob] LT",nextWeek:function(){switch(this.day()){case 0:return"[v] [nedeljo] [ob] LT";case 3:return"[v] [sredo] [ob] LT";case 6:return"[v] [soboto] [ob] LT";case 1:case 2:case 4:case 5:return"[v] dddd [ob] LT"}},lastDay:"[včeraj ob] LT",lastWeek:function(){switch(this.day()){case 0:return"[prejšnjo] [nedeljo] [ob] LT";case 3:return"[prejšnjo] [sredo] [ob] LT";case 6:return"[prejšnjo] [soboto] [ob] LT";case 1:case 2:case 4:case 5:return"[prejšnji] dddd [ob] LT"}},sameElse:"L"},relativeTime:{future:"čez %s",past:"pred %s",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(a(5093))},6794:function(e,t,a){!function(e){"use strict";e.defineLocale("sq",{months:"Janar_Shkurt_Mars_Prill_Maj_Qershor_Korrik_Gusht_Shtator_Tetor_Nëntor_Dhjetor".split("_"),monthsShort:"Jan_Shk_Mar_Pri_Maj_Qer_Kor_Gus_Sht_Tet_Nën_Dhj".split("_"),weekdays:"E Diel_E Hënë_E Martë_E Mërkurë_E Enjte_E Premte_E Shtunë".split("_"),weekdaysShort:"Die_Hën_Mar_Mër_Enj_Pre_Sht".split("_"),weekdaysMin:"D_H_Ma_Më_E_P_Sh".split("_"),weekdaysParseExact:!0,meridiemParse:/PD|MD/,isPM:function(e){return"M"===e.charAt(0)},meridiem:function(e,t,a){return e<12?"PD":"MD"},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Sot në] LT",nextDay:"[Nesër në] LT",nextWeek:"dddd [në] LT",lastDay:"[Dje në] LT",lastWeek:"dddd [e kaluar në] LT",sameElse:"L"},relativeTime:{future:"në %s",past:"%s më parë",s:"disa sekonda",ss:"%d sekonda",m:"një minutë",mm:"%d minuta",h:"një orë",hh:"%d orë",d:"një ditë",dd:"%d ditë",M:"një muaj",MM:"%d muaj",y:"një vit",yy:"%d vite"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(a(5093))},3322:function(e,t,a){!function(e){"use strict";var t={words:{ss:["секунда","секунде","секунди"],m:["један минут","једног минута"],mm:["минут","минута","минута"],h:["један сат","једног сата"],hh:["сат","сата","сати"],d:["један дан","једног дана"],dd:["дан","дана","дана"],M:["један месец","једног месеца"],MM:["месец","месеца","месеци"],y:["једну годину","једне године"],yy:["годину","године","година"]},correctGrammaticalCase:function(e,t){return e%10>=1&&e%10<=4&&(e%100<10||e%100>=20)?e%10==1?t[0]:t[1]:t[2]},translate:function(e,a,s,n){var i,r=t.words[s];return 1===s.length?"y"===s&&a?"једна година":n||a?r[0]:r[1]:(i=t.correctGrammaticalCase(e,r),"yy"===s&&a&&"годину"===i?e+" година":e+" "+i)}};e.defineLocale("sr-cyrl",{months:"јануар_фебруар_март_април_мај_јун_јул_август_септембар_октобар_новембар_децембар".split("_"),monthsShort:"јан._феб._мар._апр._мај_јун_јул_авг._сеп._окт._нов._дец.".split("_"),monthsParseExact:!0,weekdays:"недеља_понедељак_уторак_среда_четвртак_петак_субота".split("_"),weekdaysShort:"нед._пон._уто._сре._чет._пет._суб.".split("_"),weekdaysMin:"не_по_ут_ср_че_пе_су".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"D. M. YYYY.",LL:"D. MMMM YYYY.",LLL:"D. MMMM YYYY. H:mm",LLLL:"dddd, D. MMMM YYYY. H:mm"},calendar:{sameDay:"[данас у] LT",nextDay:"[сутра у] LT",nextWeek:function(){switch(this.day()){case 0:return"[у] [недељу] [у] LT";case 3:return"[у] [среду] [у] LT";case 6:return"[у] [суботу] [у] LT";case 1:case 2:case 4:case 5:return"[у] dddd [у] LT"}},lastDay:"[јуче у] LT",lastWeek:function(){return["[прошле] [недеље] [у] LT","[прошлог] [понедељка] [у] LT","[прошлог] [уторка] [у] LT","[прошле] [среде] [у] LT","[прошлог] [четвртка] [у] LT","[прошлог] [петка] [у] LT","[прошле] [суботе] [у] LT"][this.day()]},sameElse:"L"},relativeTime:{future:"за %s",past:"пре %s",s:"неколико секунди",ss:t.translate,m:t.translate,mm:t.translate,h:t.translate,hh:t.translate,d:t.translate,dd:t.translate,M:t.translate,MM:t.translate,y:t.translate,yy:t.translate},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(a(5093))},5719:function(e,t,a){!function(e){"use strict";var t={words:{ss:["sekunda","sekunde","sekundi"],m:["jedan minut","jednog minuta"],mm:["minut","minuta","minuta"],h:["jedan sat","jednog sata"],hh:["sat","sata","sati"],d:["jedan dan","jednog dana"],dd:["dan","dana","dana"],M:["jedan mesec","jednog meseca"],MM:["mesec","meseca","meseci"],y:["jednu godinu","jedne godine"],yy:["godinu","godine","godina"]},correctGrammaticalCase:function(e,t){return e%10>=1&&e%10<=4&&(e%100<10||e%100>=20)?e%10==1?t[0]:t[1]:t[2]},translate:function(e,a,s,n){var i,r=t.words[s];return 1===s.length?"y"===s&&a?"jedna godina":n||a?r[0]:r[1]:(i=t.correctGrammaticalCase(e,r),"yy"===s&&a&&"godinu"===i?e+" godina":e+" "+i)}};e.defineLocale("sr",{months:"januar_februar_mart_april_maj_jun_jul_avgust_septembar_oktobar_novembar_decembar".split("_"),monthsShort:"jan._feb._mar._apr._maj_jun_jul_avg._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedelja_ponedeljak_utorak_sreda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sre._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"D. M. YYYY.",LL:"D. MMMM YYYY.",LLL:"D. MMMM YYYY. H:mm",LLLL:"dddd, D. MMMM YYYY. H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedelju] [u] LT";case 3:return"[u] [sredu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[juče u] LT",lastWeek:function(){return["[prošle] [nedelje] [u] LT","[prošlog] [ponedeljka] [u] LT","[prošlog] [utorka] [u] LT","[prošle] [srede] [u] LT","[prošlog] [četvrtka] [u] LT","[prošlog] [petka] [u] LT","[prošle] [subote] [u] LT"][this.day()]},sameElse:"L"},relativeTime:{future:"za %s",past:"pre %s",s:"nekoliko sekundi",ss:t.translate,m:t.translate,mm:t.translate,h:t.translate,hh:t.translate,d:t.translate,dd:t.translate,M:t.translate,MM:t.translate,y:t.translate,yy:t.translate},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(a(5093))},6e3:function(e,t,a){!function(e){"use strict";e.defineLocale("ss",{months:"Bhimbidvwane_Indlovana_Indlov'lenkhulu_Mabasa_Inkhwekhweti_Inhlaba_Kholwane_Ingci_Inyoni_Imphala_Lweti_Ingongoni".split("_"),monthsShort:"Bhi_Ina_Inu_Mab_Ink_Inh_Kho_Igc_Iny_Imp_Lwe_Igo".split("_"),weekdays:"Lisontfo_Umsombuluko_Lesibili_Lesitsatfu_Lesine_Lesihlanu_Umgcibelo".split("_"),weekdaysShort:"Lis_Umb_Lsb_Les_Lsi_Lsh_Umg".split("_"),weekdaysMin:"Li_Us_Lb_Lt_Ls_Lh_Ug".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Namuhla nga] LT",nextDay:"[Kusasa nga] LT",nextWeek:"dddd [nga] LT",lastDay:"[Itolo nga] LT",lastWeek:"dddd [leliphelile] [nga] LT",sameElse:"L"},relativeTime:{future:"nga %s",past:"wenteka nga %s",s:"emizuzwana lomcane",ss:"%d mzuzwana",m:"umzuzu",mm:"%d emizuzu",h:"lihora",hh:"%d emahora",d:"lilanga",dd:"%d emalanga",M:"inyanga",MM:"%d tinyanga",y:"umnyaka",yy:"%d iminyaka"},meridiemParse:/ekuseni|emini|entsambama|ebusuku/,meridiem:function(e,t,a){return e<11?"ekuseni":e<15?"emini":e<19?"entsambama":"ebusuku"},meridiemHour:function(e,t){return 12===e&&(e=0),"ekuseni"===t?e:"emini"===t?e>=11?e:e+12:"entsambama"===t||"ebusuku"===t?0===e?0:e+12:void 0},dayOfMonthOrdinalParse:/\d{1,2}/,ordinal:"%d",week:{dow:1,doy:4}})}(a(5093))},1011:function(e,t,a){!function(e){"use strict";e.defineLocale("sv",{months:"januari_februari_mars_april_maj_juni_juli_augusti_september_oktober_november_december".split("_"),monthsShort:"jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec".split("_"),weekdays:"söndag_måndag_tisdag_onsdag_torsdag_fredag_lördag".split("_"),weekdaysShort:"sön_mån_tis_ons_tor_fre_lör".split("_"),weekdaysMin:"sö_må_ti_on_to_fr_lö".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [kl.] HH:mm",LLLL:"dddd D MMMM YYYY [kl.] HH:mm",lll:"D MMM YYYY HH:mm",llll:"ddd D MMM YYYY HH:mm"},calendar:{sameDay:"[Idag] LT",nextDay:"[Imorgon] LT",lastDay:"[Igår] LT",nextWeek:"[På] dddd LT",lastWeek:"[I] dddd[s] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"för %s sedan",s:"några sekunder",ss:"%d sekunder",m:"en minut",mm:"%d minuter",h:"en timme",hh:"%d timmar",d:"en dag",dd:"%d dagar",M:"en månad",MM:"%d månader",y:"ett år",yy:"%d år"},dayOfMonthOrdinalParse:/\d{1,2}(\:e|\:a)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?":e":1===t||2===t?":a":":e")},week:{dow:1,doy:4}})}(a(5093))},748:function(e,t,a){!function(e){"use strict";e.defineLocale("sw",{months:"Januari_Februari_Machi_Aprili_Mei_Juni_Julai_Agosti_Septemba_Oktoba_Novemba_Desemba".split("_"),monthsShort:"Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ago_Sep_Okt_Nov_Des".split("_"),weekdays:"Jumapili_Jumatatu_Jumanne_Jumatano_Alhamisi_Ijumaa_Jumamosi".split("_"),weekdaysShort:"Jpl_Jtat_Jnne_Jtan_Alh_Ijm_Jmos".split("_"),weekdaysMin:"J2_J3_J4_J5_Al_Ij_J1".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"hh:mm A",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[leo saa] LT",nextDay:"[kesho saa] LT",nextWeek:"[wiki ijayo] dddd [saat] LT",lastDay:"[jana] LT",lastWeek:"[wiki iliyopita] dddd [saat] LT",sameElse:"L"},relativeTime:{future:"%s baadaye",past:"tokea %s",s:"hivi punde",ss:"sekunde %d",m:"dakika moja",mm:"dakika %d",h:"saa limoja",hh:"masaa %d",d:"siku moja",dd:"siku %d",M:"mwezi mmoja",MM:"miezi %d",y:"mwaka mmoja",yy:"miaka %d"},week:{dow:1,doy:7}})}(a(5093))},1025:function(e,t,a){!function(e){"use strict";var t={1:"௧",2:"௨",3:"௩",4:"௪",5:"௫",6:"௬",7:"௭",8:"௮",9:"௯",0:"௦"},a={"௧":"1","௨":"2","௩":"3","௪":"4","௫":"5","௬":"6","௭":"7","௮":"8","௯":"9","௦":"0"};e.defineLocale("ta",{months:"ஜனவரி_பிப்ரவரி_மார்ச்_ஏப்ரல்_மே_ஜூன்_ஜூலை_ஆகஸ்ட்_செப்டெம்பர்_அக்டோபர்_நவம்பர்_டிசம்பர்".split("_"),monthsShort:"ஜனவரி_பிப்ரவரி_மார்ச்_ஏப்ரல்_மே_ஜூன்_ஜூலை_ஆகஸ்ட்_செப்டெம்பர்_அக்டோபர்_நவம்பர்_டிசம்பர்".split("_"),weekdays:"ஞாயிற்றுக்கிழமை_திங்கட்கிழமை_செவ்வாய்கிழமை_புதன்கிழமை_வியாழக்கிழமை_வெள்ளிக்கிழமை_சனிக்கிழமை".split("_"),weekdaysShort:"ஞாயிறு_திங்கள்_செவ்வாய்_புதன்_வியாழன்_வெள்ளி_சனி".split("_"),weekdaysMin:"ஞா_தி_செ_பு_வி_வெ_ச".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, HH:mm",LLLL:"dddd, D MMMM YYYY, HH:mm"},calendar:{sameDay:"[இன்று] LT",nextDay:"[நாளை] LT",nextWeek:"dddd, LT",lastDay:"[நேற்று] LT",lastWeek:"[கடந்த வாரம்] dddd, LT",sameElse:"L"},relativeTime:{future:"%s இல்",past:"%s முன்",s:"ஒரு சில விநாடிகள்",ss:"%d விநாடிகள்",m:"ஒரு நிமிடம்",mm:"%d நிமிடங்கள்",h:"ஒரு மணி நேரம்",hh:"%d மணி நேரம்",d:"ஒரு நாள்",dd:"%d நாட்கள்",M:"ஒரு மாதம்",MM:"%d மாதங்கள்",y:"ஒரு வருடம்",yy:"%d ஆண்டுகள்"},dayOfMonthOrdinalParse:/\d{1,2}வது/,ordinal:function(e){return e+"வது"},preparse:function(e){return e.replace(/[௧௨௩௪௫௬௭௮௯௦]/g,(function(e){return a[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/யாமம்|வைகறை|காலை|நண்பகல்|எற்பாடு|மாலை/,meridiem:function(e,t,a){return e<2?" யாமம்":e<6?" வைகறை":e<10?" காலை":e<14?" நண்பகல்":e<18?" எற்பாடு":e<22?" மாலை":" யாமம்"},meridiemHour:function(e,t){return 12===e&&(e=0),"யாமம்"===t?e<2?e:e+12:"வைகறை"===t||"காலை"===t||"நண்பகல்"===t&&e>=10?e:e+12},week:{dow:0,doy:6}})}(a(5093))},1885:function(e,t,a){!function(e){"use strict";e.defineLocale("te",{months:"జనవరి_ఫిబ్రవరి_మార్చి_ఏప్రిల్_మే_జూన్_జులై_ఆగస్టు_సెప్టెంబర్_అక్టోబర్_నవంబర్_డిసెంబర్".split("_"),monthsShort:"జన._ఫిబ్ర._మార్చి_ఏప్రి._మే_జూన్_జులై_ఆగ._సెప్._అక్టో._నవ._డిసె.".split("_"),monthsParseExact:!0,weekdays:"ఆదివారం_సోమవారం_మంగళవారం_బుధవారం_గురువారం_శుక్రవారం_శనివారం".split("_"),weekdaysShort:"ఆది_సోమ_మంగళ_బుధ_గురు_శుక్ర_శని".split("_"),weekdaysMin:"ఆ_సో_మం_బు_గు_శు_శ".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm",LLLL:"dddd, D MMMM YYYY, A h:mm"},calendar:{sameDay:"[నేడు] LT",nextDay:"[రేపు] LT",nextWeek:"dddd, LT",lastDay:"[నిన్న] LT",lastWeek:"[గత] dddd, LT",sameElse:"L"},relativeTime:{future:"%s లో",past:"%s క్రితం",s:"కొన్ని క్షణాలు",ss:"%d సెకన్లు",m:"ఒక నిమిషం",mm:"%d నిమిషాలు",h:"ఒక గంట",hh:"%d గంటలు",d:"ఒక రోజు",dd:"%d రోజులు",M:"ఒక నెల",MM:"%d నెలలు",y:"ఒక సంవత్సరం",yy:"%d సంవత్సరాలు"},dayOfMonthOrdinalParse:/\d{1,2}వ/,ordinal:"%dవ",meridiemParse:/రాత్రి|ఉదయం|మధ్యాహ్నం|సాయంత్రం/,meridiemHour:function(e,t){return 12===e&&(e=0),"రాత్రి"===t?e<4?e:e+12:"ఉదయం"===t?e:"మధ్యాహ్నం"===t?e>=10?e:e+12:"సాయంత్రం"===t?e+12:void 0},meridiem:function(e,t,a){return e<4?"రాత్రి":e<10?"ఉదయం":e<17?"మధ్యాహ్నం":e<20?"సాయంత్రం":"రాత్రి"},week:{dow:0,doy:6}})}(a(5093))},8861:function(e,t,a){!function(e){"use strict";e.defineLocale("tet",{months:"Janeiru_Fevereiru_Marsu_Abril_Maiu_Juñu_Jullu_Agustu_Setembru_Outubru_Novembru_Dezembru".split("_"),monthsShort:"Jan_Fev_Mar_Abr_Mai_Jun_Jul_Ago_Set_Out_Nov_Dez".split("_"),weekdays:"Domingu_Segunda_Tersa_Kuarta_Kinta_Sesta_Sabadu".split("_"),weekdaysShort:"Dom_Seg_Ters_Kua_Kint_Sest_Sab".split("_"),weekdaysMin:"Do_Seg_Te_Ku_Ki_Ses_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Ohin iha] LT",nextDay:"[Aban iha] LT",nextWeek:"dddd [iha] LT",lastDay:"[Horiseik iha] LT",lastWeek:"dddd [semana kotuk] [iha] LT",sameElse:"L"},relativeTime:{future:"iha %s",past:"%s liuba",s:"segundu balun",ss:"segundu %d",m:"minutu ida",mm:"minutu %d",h:"oras ida",hh:"oras %d",d:"loron ida",dd:"loron %d",M:"fulan ida",MM:"fulan %d",y:"tinan ida",yy:"tinan %d"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(a(5093))},6571:function(e,t,a){!function(e){"use strict";var t={0:"-ум",1:"-ум",2:"-юм",3:"-юм",4:"-ум",5:"-ум",6:"-ум",7:"-ум",8:"-ум",9:"-ум",10:"-ум",12:"-ум",13:"-ум",20:"-ум",30:"-юм",40:"-ум",50:"-ум",60:"-ум",70:"-ум",80:"-ум",90:"-ум",100:"-ум"};e.defineLocale("tg",{months:{format:"январи_феврали_марти_апрели_майи_июни_июли_августи_сентябри_октябри_ноябри_декабри".split("_"),standalone:"январ_феврал_март_апрел_май_июн_июл_август_сентябр_октябр_ноябр_декабр".split("_")},monthsShort:"янв_фев_мар_апр_май_июн_июл_авг_сен_окт_ноя_дек".split("_"),weekdays:"якшанбе_душанбе_сешанбе_чоршанбе_панҷшанбе_ҷумъа_шанбе".split("_"),weekdaysShort:"яшб_дшб_сшб_чшб_пшб_ҷум_шнб".split("_"),weekdaysMin:"яш_дш_сш_чш_пш_ҷм_шб".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Имрӯз соати] LT",nextDay:"[Фардо соати] LT",lastDay:"[Дирӯз соати] LT",nextWeek:"dddd[и] [ҳафтаи оянда соати] LT",lastWeek:"dddd[и] [ҳафтаи гузашта соати] LT",sameElse:"L"},relativeTime:{future:"баъди %s",past:"%s пеш",s:"якчанд сония",m:"як дақиқа",mm:"%d дақиқа",h:"як соат",hh:"%d соат",d:"як рӯз",dd:"%d рӯз",M:"як моҳ",MM:"%d моҳ",y:"як сол",yy:"%d сол"},meridiemParse:/шаб|субҳ|рӯз|бегоҳ/,meridiemHour:function(e,t){return 12===e&&(e=0),"шаб"===t?e<4?e:e+12:"субҳ"===t?e:"рӯз"===t?e>=11?e:e+12:"бегоҳ"===t?e+12:void 0},meridiem:function(e,t,a){return e<4?"шаб":e<11?"субҳ":e<16?"рӯз":e<19?"бегоҳ":"шаб"},dayOfMonthOrdinalParse:/\d{1,2}-(ум|юм)/,ordinal:function(e){return e+(t[e]||t[e%10]||t[e>=100?100:null])},week:{dow:1,doy:7}})}(a(5093))},5802:function(e,t,a){!function(e){"use strict";e.defineLocale("th",{months:"มกราคม_กุมภาพันธ์_มีนาคม_เมษายน_พฤษภาคม_มิถุนายน_กรกฎาคม_สิงหาคม_กันยายน_ตุลาคม_พฤศจิกายน_ธันวาคม".split("_"),monthsShort:"ม.ค._ก.พ._มี.ค._เม.ย._พ.ค._มิ.ย._ก.ค._ส.ค._ก.ย._ต.ค._พ.ย._ธ.ค.".split("_"),monthsParseExact:!0,weekdays:"อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัสบดี_ศุกร์_เสาร์".split("_"),weekdaysShort:"อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัส_ศุกร์_เสาร์".split("_"),weekdaysMin:"อา._จ._อ._พ._พฤ._ศ._ส.".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY เวลา H:mm",LLLL:"วันddddที่ D MMMM YYYY เวลา H:mm"},meridiemParse:/ก่อนเที่ยง|หลังเที่ยง/,isPM:function(e){return"หลังเที่ยง"===e},meridiem:function(e,t,a){return e<12?"ก่อนเที่ยง":"หลังเที่ยง"},calendar:{sameDay:"[วันนี้ เวลา] LT",nextDay:"[พรุ่งนี้ เวลา] LT",nextWeek:"dddd[หน้า เวลา] LT",lastDay:"[เมื่อวานนี้ เวลา] LT",lastWeek:"[วัน]dddd[ที่แล้ว เวลา] LT",sameElse:"L"},relativeTime:{future:"อีก %s",past:"%sที่แล้ว",s:"ไม่กี่วินาที",ss:"%d วินาที",m:"1 นาที",mm:"%d นาที",h:"1 ชั่วโมง",hh:"%d ชั่วโมง",d:"1 วัน",dd:"%d วัน",w:"1 สัปดาห์",ww:"%d สัปดาห์",M:"1 เดือน",MM:"%d เดือน",y:"1 ปี",yy:"%d ปี"}})}(a(5093))},9527:function(e,t,a){!function(e){"use strict";var t={1:"'inji",5:"'inji",8:"'inji",70:"'inji",80:"'inji",2:"'nji",7:"'nji",20:"'nji",50:"'nji",3:"'ünji",4:"'ünji",100:"'ünji",6:"'njy",9:"'unjy",10:"'unjy",30:"'unjy",60:"'ynjy",90:"'ynjy"};e.defineLocale("tk",{months:"Ýanwar_Fewral_Mart_Aprel_Maý_Iýun_Iýul_Awgust_Sentýabr_Oktýabr_Noýabr_Dekabr".split("_"),monthsShort:"Ýan_Few_Mar_Apr_Maý_Iýn_Iýl_Awg_Sen_Okt_Noý_Dek".split("_"),weekdays:"Ýekşenbe_Duşenbe_Sişenbe_Çarşenbe_Penşenbe_Anna_Şenbe".split("_"),weekdaysShort:"Ýek_Duş_Siş_Çar_Pen_Ann_Şen".split("_"),weekdaysMin:"Ýk_Dş_Sş_Çr_Pn_An_Şn".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[bugün sagat] LT",nextDay:"[ertir sagat] LT",nextWeek:"[indiki] dddd [sagat] LT",lastDay:"[düýn] LT",lastWeek:"[geçen] dddd [sagat] LT",sameElse:"L"},relativeTime:{future:"%s soň",past:"%s öň",s:"birnäçe sekunt",m:"bir minut",mm:"%d minut",h:"bir sagat",hh:"%d sagat",d:"bir gün",dd:"%d gün",M:"bir aý",MM:"%d aý",y:"bir ýyl",yy:"%d ýyl"},ordinal:function(e,a){switch(a){case"d":case"D":case"Do":case"DD":return e;default:if(0===e)return e+"'unjy";var s=e%10;return e+(t[s]||t[e%100-s]||t[e>=100?100:null])}},week:{dow:1,doy:7}})}(a(5093))},9231:function(e,t,a){!function(e){"use strict";e.defineLocale("tl-ph",{months:"Enero_Pebrero_Marso_Abril_Mayo_Hunyo_Hulyo_Agosto_Setyembre_Oktubre_Nobyembre_Disyembre".split("_"),monthsShort:"Ene_Peb_Mar_Abr_May_Hun_Hul_Ago_Set_Okt_Nob_Dis".split("_"),weekdays:"Linggo_Lunes_Martes_Miyerkules_Huwebes_Biyernes_Sabado".split("_"),weekdaysShort:"Lin_Lun_Mar_Miy_Huw_Biy_Sab".split("_"),weekdaysMin:"Li_Lu_Ma_Mi_Hu_Bi_Sab".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"MM/D/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY HH:mm",LLLL:"dddd, MMMM DD, YYYY HH:mm"},calendar:{sameDay:"LT [ngayong araw]",nextDay:"[Bukas ng] LT",nextWeek:"LT [sa susunod na] dddd",lastDay:"LT [kahapon]",lastWeek:"LT [noong nakaraang] dddd",sameElse:"L"},relativeTime:{future:"sa loob ng %s",past:"%s ang nakalipas",s:"ilang segundo",ss:"%d segundo",m:"isang minuto",mm:"%d minuto",h:"isang oras",hh:"%d oras",d:"isang araw",dd:"%d araw",M:"isang buwan",MM:"%d buwan",y:"isang taon",yy:"%d taon"},dayOfMonthOrdinalParse:/\d{1,2}/,ordinal:function(e){return e},week:{dow:1,doy:4}})}(a(5093))},1052:function(e,t,a){!function(e){"use strict";var t="pagh_wa’_cha’_wej_loS_vagh_jav_Soch_chorgh_Hut".split("_");function a(e,a,s,n){var i=function(e){var a=Math.floor(e%1e3/100),s=Math.floor(e%100/10),n=e%10,i="";return a>0&&(i+=t[a]+"vatlh"),s>0&&(i+=(""!==i?" ":"")+t[s]+"maH"),n>0&&(i+=(""!==i?" ":"")+t[n]),""===i?"pagh":i}(e);switch(s){case"ss":return i+" lup";case"mm":return i+" tup";case"hh":return i+" rep";case"dd":return i+" jaj";case"MM":return i+" jar";case"yy":return i+" DIS"}}e.defineLocale("tlh",{months:"tera’ jar wa’_tera’ jar cha’_tera’ jar wej_tera’ jar loS_tera’ jar vagh_tera’ jar jav_tera’ jar Soch_tera’ jar chorgh_tera’ jar Hut_tera’ jar wa’maH_tera’ jar wa’maH wa’_tera’ jar wa’maH cha’".split("_"),monthsShort:"jar wa’_jar cha’_jar wej_jar loS_jar vagh_jar jav_jar Soch_jar chorgh_jar Hut_jar wa’maH_jar wa’maH wa’_jar wa’maH cha’".split("_"),monthsParseExact:!0,weekdays:"lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj".split("_"),weekdaysShort:"lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj".split("_"),weekdaysMin:"lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[DaHjaj] LT",nextDay:"[wa’leS] LT",nextWeek:"LLL",lastDay:"[wa’Hu’] LT",lastWeek:"LLL",sameElse:"L"},relativeTime:{future:function(e){var t=e;return-1!==e.indexOf("jaj")?t.slice(0,-3)+"leS":-1!==e.indexOf("jar")?t.slice(0,-3)+"waQ":-1!==e.indexOf("DIS")?t.slice(0,-3)+"nem":t+" pIq"},past:function(e){var t=e;return-1!==e.indexOf("jaj")?t.slice(0,-3)+"Hu’":-1!==e.indexOf("jar")?t.slice(0,-3)+"wen":-1!==e.indexOf("DIS")?t.slice(0,-3)+"ben":t+" ret"},s:"puS lup",ss:a,m:"wa’ tup",mm:a,h:"wa’ rep",hh:a,d:"wa’ jaj",dd:a,M:"wa’ jar",MM:a,y:"wa’ DIS",yy:a},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(a(5093))},5096:function(e,t,a){!function(e){"use strict";var t={1:"'inci",5:"'inci",8:"'inci",70:"'inci",80:"'inci",2:"'nci",7:"'nci",20:"'nci",50:"'nci",3:"'üncü",4:"'üncü",100:"'üncü",6:"'ncı",9:"'uncu",10:"'uncu",30:"'uncu",60:"'ıncı",90:"'ıncı"};e.defineLocale("tr",{months:"Ocak_Şubat_Mart_Nisan_Mayıs_Haziran_Temmuz_Ağustos_Eylül_Ekim_Kasım_Aralık".split("_"),monthsShort:"Oca_Şub_Mar_Nis_May_Haz_Tem_Ağu_Eyl_Eki_Kas_Ara".split("_"),weekdays:"Pazar_Pazartesi_Salı_Çarşamba_Perşembe_Cuma_Cumartesi".split("_"),weekdaysShort:"Paz_Pzt_Sal_Çar_Per_Cum_Cmt".split("_"),weekdaysMin:"Pz_Pt_Sa_Ça_Pe_Cu_Ct".split("_"),meridiem:function(e,t,a){return e<12?a?"öö":"ÖÖ":a?"ös":"ÖS"},meridiemParse:/öö|ÖÖ|ös|ÖS/,isPM:function(e){return"ös"===e||"ÖS"===e},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[bugün saat] LT",nextDay:"[yarın saat] LT",nextWeek:"[gelecek] dddd [saat] LT",lastDay:"[dün] LT",lastWeek:"[geçen] dddd [saat] LT",sameElse:"L"},relativeTime:{future:"%s sonra",past:"%s önce",s:"birkaç saniye",ss:"%d saniye",m:"bir dakika",mm:"%d dakika",h:"bir saat",hh:"%d saat",d:"bir gün",dd:"%d gün",w:"bir hafta",ww:"%d hafta",M:"bir ay",MM:"%d ay",y:"bir yıl",yy:"%d yıl"},ordinal:function(e,a){switch(a){case"d":case"D":case"Do":case"DD":return e;default:if(0===e)return e+"'ıncı";var s=e%10;return e+(t[s]||t[e%100-s]||t[e>=100?100:null])}},week:{dow:1,doy:7}})}(a(5093))},9846:function(e,t,a){!function(e){"use strict";function t(e,t,a,s){var n={s:["viensas secunds","'iensas secunds"],ss:[e+" secunds",e+" secunds"],m:["'n míut","'iens míut"],mm:[e+" míuts",e+" míuts"],h:["'n þora","'iensa þora"],hh:[e+" þoras",e+" þoras"],d:["'n ziua","'iensa ziua"],dd:[e+" ziuas",e+" ziuas"],M:["'n mes","'iens mes"],MM:[e+" mesen",e+" mesen"],y:["'n ar","'iens ar"],yy:[e+" ars",e+" ars"]};return s||t?n[a][0]:n[a][1]}e.defineLocale("tzl",{months:"Januar_Fevraglh_Març_Avrïu_Mai_Gün_Julia_Guscht_Setemvar_Listopäts_Noemvar_Zecemvar".split("_"),monthsShort:"Jan_Fev_Mar_Avr_Mai_Gün_Jul_Gus_Set_Lis_Noe_Zec".split("_"),weekdays:"Súladi_Lúneçi_Maitzi_Márcuri_Xhúadi_Viénerçi_Sáturi".split("_"),weekdaysShort:"Súl_Lún_Mai_Már_Xhú_Vié_Sát".split("_"),weekdaysMin:"Sú_Lú_Ma_Má_Xh_Vi_Sá".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD.MM.YYYY",LL:"D. MMMM [dallas] YYYY",LLL:"D. MMMM [dallas] YYYY HH.mm",LLLL:"dddd, [li] D. MMMM [dallas] YYYY HH.mm"},meridiemParse:/d\'o|d\'a/i,isPM:function(e){return"d'o"===e.toLowerCase()},meridiem:function(e,t,a){return e>11?a?"d'o":"D'O":a?"d'a":"D'A"},calendar:{sameDay:"[oxhi à] LT",nextDay:"[demà à] LT",nextWeek:"dddd [à] LT",lastDay:"[ieiri à] LT",lastWeek:"[sür el] dddd [lasteu à] LT",sameElse:"L"},relativeTime:{future:"osprei %s",past:"ja%s",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(a(5093))},7711:function(e,t,a){!function(e){"use strict";e.defineLocale("tzm-latn",{months:"innayr_brˤayrˤ_marˤsˤ_ibrir_mayyw_ywnyw_ywlywz_ɣwšt_šwtanbir_ktˤwbrˤ_nwwanbir_dwjnbir".split("_"),monthsShort:"innayr_brˤayrˤ_marˤsˤ_ibrir_mayyw_ywnyw_ywlywz_ɣwšt_šwtanbir_ktˤwbrˤ_nwwanbir_dwjnbir".split("_"),weekdays:"asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas".split("_"),weekdaysShort:"asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas".split("_"),weekdaysMin:"asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[asdkh g] LT",nextDay:"[aska g] LT",nextWeek:"dddd [g] LT",lastDay:"[assant g] LT",lastWeek:"dddd [g] LT",sameElse:"L"},relativeTime:{future:"dadkh s yan %s",past:"yan %s",s:"imik",ss:"%d imik",m:"minuḍ",mm:"%d minuḍ",h:"saɛa",hh:"%d tassaɛin",d:"ass",dd:"%d ossan",M:"ayowr",MM:"%d iyyirn",y:"asgas",yy:"%d isgasn"},week:{dow:6,doy:12}})}(a(5093))},1765:function(e,t,a){!function(e){"use strict";e.defineLocale("tzm",{months:"ⵉⵏⵏⴰⵢⵔ_ⴱⵕⴰⵢⵕ_ⵎⴰⵕⵚ_ⵉⴱⵔⵉⵔ_ⵎⴰⵢⵢⵓ_ⵢⵓⵏⵢⵓ_ⵢⵓⵍⵢⵓⵣ_ⵖⵓⵛⵜ_ⵛⵓⵜⴰⵏⴱⵉⵔ_ⴽⵟⵓⴱⵕ_ⵏⵓⵡⴰⵏⴱⵉⵔ_ⴷⵓⵊⵏⴱⵉⵔ".split("_"),monthsShort:"ⵉⵏⵏⴰⵢⵔ_ⴱⵕⴰⵢⵕ_ⵎⴰⵕⵚ_ⵉⴱⵔⵉⵔ_ⵎⴰⵢⵢⵓ_ⵢⵓⵏⵢⵓ_ⵢⵓⵍⵢⵓⵣ_ⵖⵓⵛⵜ_ⵛⵓⵜⴰⵏⴱⵉⵔ_ⴽⵟⵓⴱⵕ_ⵏⵓⵡⴰⵏⴱⵉⵔ_ⴷⵓⵊⵏⴱⵉⵔ".split("_"),weekdays:"ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ".split("_"),weekdaysShort:"ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ".split("_"),weekdaysMin:"ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[ⴰⵙⴷⵅ ⴴ] LT",nextDay:"[ⴰⵙⴽⴰ ⴴ] LT",nextWeek:"dddd [ⴴ] LT",lastDay:"[ⴰⵚⴰⵏⵜ ⴴ] LT",lastWeek:"dddd [ⴴ] LT",sameElse:"L"},relativeTime:{future:"ⴷⴰⴷⵅ ⵙ ⵢⴰⵏ %s",past:"ⵢⴰⵏ %s",s:"ⵉⵎⵉⴽ",ss:"%d ⵉⵎⵉⴽ",m:"ⵎⵉⵏⵓⴺ",mm:"%d ⵎⵉⵏⵓⴺ",h:"ⵙⴰⵄⴰ",hh:"%d ⵜⴰⵙⵙⴰⵄⵉⵏ",d:"ⴰⵙⵙ",dd:"%d oⵙⵙⴰⵏ",M:"ⴰⵢoⵓⵔ",MM:"%d ⵉⵢⵢⵉⵔⵏ",y:"ⴰⵙⴳⴰⵙ",yy:"%d ⵉⵙⴳⴰⵙⵏ"},week:{dow:6,doy:12}})}(a(5093))},8414:function(e,t,a){!function(e){"use strict";e.defineLocale("ug-cn",{months:"يانۋار_فېۋرال_مارت_ئاپرېل_ماي_ئىيۇن_ئىيۇل_ئاۋغۇست_سېنتەبىر_ئۆكتەبىر_نويابىر_دېكابىر".split("_"),monthsShort:"يانۋار_فېۋرال_مارت_ئاپرېل_ماي_ئىيۇن_ئىيۇل_ئاۋغۇست_سېنتەبىر_ئۆكتەبىر_نويابىر_دېكابىر".split("_"),weekdays:"يەكشەنبە_دۈشەنبە_سەيشەنبە_چارشەنبە_پەيشەنبە_جۈمە_شەنبە".split("_"),weekdaysShort:"يە_دۈ_سە_چا_پە_جۈ_شە".split("_"),weekdaysMin:"يە_دۈ_سە_چا_پە_جۈ_شە".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY-يىلىM-ئاينىڭD-كۈنى",LLL:"YYYY-يىلىM-ئاينىڭD-كۈنى، HH:mm",LLLL:"dddd، YYYY-يىلىM-ئاينىڭD-كۈنى، HH:mm"},meridiemParse:/يېرىم كېچە|سەھەر|چۈشتىن بۇرۇن|چۈش|چۈشتىن كېيىن|كەچ/,meridiemHour:function(e,t){return 12===e&&(e=0),"يېرىم كېچە"===t||"سەھەر"===t||"چۈشتىن بۇرۇن"===t?e:"چۈشتىن كېيىن"===t||"كەچ"===t?e+12:e>=11?e:e+12},meridiem:function(e,t,a){var s=100*e+t;return s<600?"يېرىم كېچە":s<900?"سەھەر":s<1130?"چۈشتىن بۇرۇن":s<1230?"چۈش":s<1800?"چۈشتىن كېيىن":"كەچ"},calendar:{sameDay:"[بۈگۈن سائەت] LT",nextDay:"[ئەتە سائەت] LT",nextWeek:"[كېلەركى] dddd [سائەت] LT",lastDay:"[تۆنۈگۈن] LT",lastWeek:"[ئالدىنقى] dddd [سائەت] LT",sameElse:"L"},relativeTime:{future:"%s كېيىن",past:"%s بۇرۇن",s:"نەچچە سېكونت",ss:"%d سېكونت",m:"بىر مىنۇت",mm:"%d مىنۇت",h:"بىر سائەت",hh:"%d سائەت",d:"بىر كۈن",dd:"%d كۈن",M:"بىر ئاي",MM:"%d ئاي",y:"بىر يىل",yy:"%d يىل"},dayOfMonthOrdinalParse:/\d{1,2}(-كۈنى|-ئاي|-ھەپتە)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"-كۈنى";case"w":case"W":return e+"-ھەپتە";default:return e}},preparse:function(e){return e.replace(/،/g,",")},postformat:function(e){return e.replace(/,/g,"،")},week:{dow:1,doy:7}})}(a(5093))},6618:function(e,t,a){!function(e){"use strict";function t(e,t,a){return"m"===a?t?"хвилина":"хвилину":"h"===a?t?"година":"годину":e+" "+(s=+e,n={ss:t?"секунда_секунди_секунд":"секунду_секунди_секунд",mm:t?"хвилина_хвилини_хвилин":"хвилину_хвилини_хвилин",hh:t?"година_години_годин":"годину_години_годин",dd:"день_дні_днів",MM:"місяць_місяці_місяців",yy:"рік_роки_років"}[a].split("_"),s%10==1&&s%100!=11?n[0]:s%10>=2&&s%10<=4&&(s%100<10||s%100>=20)?n[1]:n[2]);var s,n}function a(e){return function(){return e+"о"+(11===this.hours()?"б":"")+"] LT"}}e.defineLocale("uk",{months:{format:"січня_лютого_березня_квітня_травня_червня_липня_серпня_вересня_жовтня_листопада_грудня".split("_"),standalone:"січень_лютий_березень_квітень_травень_червень_липень_серпень_вересень_жовтень_листопад_грудень".split("_")},monthsShort:"січ_лют_бер_квіт_трав_черв_лип_серп_вер_жовт_лист_груд".split("_"),weekdays:function(e,t){var a={nominative:"неділя_понеділок_вівторок_середа_четвер_п’ятниця_субота".split("_"),accusative:"неділю_понеділок_вівторок_середу_четвер_п’ятницю_суботу".split("_"),genitive:"неділі_понеділка_вівторка_середи_четверга_п’ятниці_суботи".split("_")};return!0===e?a.nominative.slice(1,7).concat(a.nominative.slice(0,1)):e?a[/(\[[ВвУу]\]) ?dddd/.test(t)?"accusative":/\[?(?:минулої|наступної)? ?\] ?dddd/.test(t)?"genitive":"nominative"][e.day()]:a.nominative},weekdaysShort:"нд_пн_вт_ср_чт_пт_сб".split("_"),weekdaysMin:"нд_пн_вт_ср_чт_пт_сб".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY р.",LLL:"D MMMM YYYY р., HH:mm",LLLL:"dddd, D MMMM YYYY р., HH:mm"},calendar:{sameDay:a("[Сьогодні "),nextDay:a("[Завтра "),lastDay:a("[Вчора "),nextWeek:a("[У] dddd ["),lastWeek:function(){switch(this.day()){case 0:case 3:case 5:case 6:return a("[Минулої] dddd [").call(this);case 1:case 2:case 4:return a("[Минулого] dddd [").call(this)}},sameElse:"L"},relativeTime:{future:"за %s",past:"%s тому",s:"декілька секунд",ss:t,m:t,mm:t,h:"годину",hh:t,d:"день",dd:t,M:"місяць",MM:t,y:"рік",yy:t},meridiemParse:/ночі|ранку|дня|вечора/,isPM:function(e){return/^(дня|вечора)$/.test(e)},meridiem:function(e,t,a){return e<4?"ночі":e<12?"ранку":e<17?"дня":"вечора"},dayOfMonthOrdinalParse:/\d{1,2}-(й|го)/,ordinal:function(e,t){switch(t){case"M":case"d":case"DDD":case"w":case"W":return e+"-й";case"D":return e+"-го";default:return e}},week:{dow:1,doy:7}})}(a(5093))},158:function(e,t,a){!function(e){"use strict";var t=["جنوری","فروری","مارچ","اپریل","مئی","جون","جولائی","اگست","ستمبر","اکتوبر","نومبر","دسمبر"],a=["اتوار","پیر","منگل","بدھ","جمعرات","جمعہ","ہفتہ"];e.defineLocale("ur",{months:t,monthsShort:t,weekdays:a,weekdaysShort:a,weekdaysMin:a,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd، D MMMM YYYY HH:mm"},meridiemParse:/صبح|شام/,isPM:function(e){return"شام"===e},meridiem:function(e,t,a){return e<12?"صبح":"شام"},calendar:{sameDay:"[آج بوقت] LT",nextDay:"[کل بوقت] LT",nextWeek:"dddd [بوقت] LT",lastDay:"[گذشتہ روز بوقت] LT",lastWeek:"[گذشتہ] dddd [بوقت] LT",sameElse:"L"},relativeTime:{future:"%s بعد",past:"%s قبل",s:"چند سیکنڈ",ss:"%d سیکنڈ",m:"ایک منٹ",mm:"%d منٹ",h:"ایک گھنٹہ",hh:"%d گھنٹے",d:"ایک دن",dd:"%d دن",M:"ایک ماہ",MM:"%d ماہ",y:"ایک سال",yy:"%d سال"},preparse:function(e){return e.replace(/،/g,",")},postformat:function(e){return e.replace(/,/g,"،")},week:{dow:1,doy:4}})}(a(5093))},2475:function(e,t,a){!function(e){"use strict";e.defineLocale("uz-latn",{months:"Yanvar_Fevral_Mart_Aprel_May_Iyun_Iyul_Avgust_Sentabr_Oktabr_Noyabr_Dekabr".split("_"),monthsShort:"Yan_Fev_Mar_Apr_May_Iyun_Iyul_Avg_Sen_Okt_Noy_Dek".split("_"),weekdays:"Yakshanba_Dushanba_Seshanba_Chorshanba_Payshanba_Juma_Shanba".split("_"),weekdaysShort:"Yak_Dush_Sesh_Chor_Pay_Jum_Shan".split("_"),weekdaysMin:"Ya_Du_Se_Cho_Pa_Ju_Sha".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"D MMMM YYYY, dddd HH:mm"},calendar:{sameDay:"[Bugun soat] LT [da]",nextDay:"[Ertaga] LT [da]",nextWeek:"dddd [kuni soat] LT [da]",lastDay:"[Kecha soat] LT [da]",lastWeek:"[O'tgan] dddd [kuni soat] LT [da]",sameElse:"L"},relativeTime:{future:"Yaqin %s ichida",past:"Bir necha %s oldin",s:"soniya",ss:"%d soniya",m:"bir daqiqa",mm:"%d daqiqa",h:"bir soat",hh:"%d soat",d:"bir kun",dd:"%d kun",M:"bir oy",MM:"%d oy",y:"bir yil",yy:"%d yil"},week:{dow:1,doy:7}})}(a(5093))},7609:function(e,t,a){!function(e){"use strict";e.defineLocale("uz",{months:"январ_феврал_март_апрел_май_июн_июл_август_сентябр_октябр_ноябр_декабр".split("_"),monthsShort:"янв_фев_мар_апр_май_июн_июл_авг_сен_окт_ноя_дек".split("_"),weekdays:"Якшанба_Душанба_Сешанба_Чоршанба_Пайшанба_Жума_Шанба".split("_"),weekdaysShort:"Якш_Душ_Сеш_Чор_Пай_Жум_Шан".split("_"),weekdaysMin:"Як_Ду_Се_Чо_Па_Жу_Ша".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"D MMMM YYYY, dddd HH:mm"},calendar:{sameDay:"[Бугун соат] LT [да]",nextDay:"[Эртага] LT [да]",nextWeek:"dddd [куни соат] LT [да]",lastDay:"[Кеча соат] LT [да]",lastWeek:"[Утган] dddd [куни соат] LT [да]",sameElse:"L"},relativeTime:{future:"Якин %s ичида",past:"Бир неча %s олдин",s:"фурсат",ss:"%d фурсат",m:"бир дакика",mm:"%d дакика",h:"бир соат",hh:"%d соат",d:"бир кун",dd:"%d кун",M:"бир ой",MM:"%d ой",y:"бир йил",yy:"%d йил"},week:{dow:1,doy:7}})}(a(5093))},1135:function(e,t,a){!function(e){"use strict";e.defineLocale("vi",{months:"tháng 1_tháng 2_tháng 3_tháng 4_tháng 5_tháng 6_tháng 7_tháng 8_tháng 9_tháng 10_tháng 11_tháng 12".split("_"),monthsShort:"Thg 01_Thg 02_Thg 03_Thg 04_Thg 05_Thg 06_Thg 07_Thg 08_Thg 09_Thg 10_Thg 11_Thg 12".split("_"),monthsParseExact:!0,weekdays:"chủ nhật_thứ hai_thứ ba_thứ tư_thứ năm_thứ sáu_thứ bảy".split("_"),weekdaysShort:"CN_T2_T3_T4_T5_T6_T7".split("_"),weekdaysMin:"CN_T2_T3_T4_T5_T6_T7".split("_"),weekdaysParseExact:!0,meridiemParse:/sa|ch/i,isPM:function(e){return/^ch$/i.test(e)},meridiem:function(e,t,a){return e<12?a?"sa":"SA":a?"ch":"CH"},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM [năm] YYYY",LLL:"D MMMM [năm] YYYY HH:mm",LLLL:"dddd, D MMMM [năm] YYYY HH:mm",l:"DD/M/YYYY",ll:"D MMM YYYY",lll:"D MMM YYYY HH:mm",llll:"ddd, D MMM YYYY HH:mm"},calendar:{sameDay:"[Hôm nay lúc] LT",nextDay:"[Ngày mai lúc] LT",nextWeek:"dddd [tuần tới lúc] LT",lastDay:"[Hôm qua lúc] LT",lastWeek:"dddd [tuần trước lúc] LT",sameElse:"L"},relativeTime:{future:"%s tới",past:"%s trước",s:"vài giây",ss:"%d giây",m:"một phút",mm:"%d phút",h:"một giờ",hh:"%d giờ",d:"một ngày",dd:"%d ngày",w:"một tuần",ww:"%d tuần",M:"một tháng",MM:"%d tháng",y:"một năm",yy:"%d năm"},dayOfMonthOrdinalParse:/\d{1,2}/,ordinal:function(e){return e},week:{dow:1,doy:4}})}(a(5093))},4051:function(e,t,a){!function(e){"use strict";e.defineLocale("x-pseudo",{months:"J~áñúá~rý_F~ébrú~árý_~Márc~h_Áp~ríl_~Máý_~Júñé~_Júl~ý_Áú~gúst~_Sép~témb~ér_Ó~ctób~ér_Ñ~óvém~bér_~Décé~mbér".split("_"),monthsShort:"J~áñ_~Féb_~Már_~Ápr_~Máý_~Júñ_~Júl_~Áúg_~Sép_~Óct_~Ñóv_~Déc".split("_"),monthsParseExact:!0,weekdays:"S~úñdá~ý_Mó~ñdáý~_Túé~sdáý~_Wéd~ñésd~áý_T~húrs~dáý_~Fríd~áý_S~átúr~dáý".split("_"),weekdaysShort:"S~úñ_~Móñ_~Túé_~Wéd_~Thú_~Frí_~Sát".split("_"),weekdaysMin:"S~ú_Mó~_Tú_~Wé_T~h_Fr~_Sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[T~ódá~ý át] LT",nextDay:"[T~ómó~rró~w át] LT",nextWeek:"dddd [át] LT",lastDay:"[Ý~ést~érdá~ý át] LT",lastWeek:"[L~ást] dddd [át] LT",sameElse:"L"},relativeTime:{future:"í~ñ %s",past:"%s á~gó",s:"á ~féw ~sécó~ñds",ss:"%d s~écóñ~ds",m:"á ~míñ~úté",mm:"%d m~íñú~tés",h:"á~ñ hó~úr",hh:"%d h~óúrs",d:"á ~dáý",dd:"%d d~áýs",M:"á ~móñ~th",MM:"%d m~óñt~hs",y:"á ~ýéár",yy:"%d ý~éárs"},dayOfMonthOrdinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(a(5093))},2218:function(e,t,a){!function(e){"use strict";e.defineLocale("yo",{months:"Sẹ́rẹ́_Èrèlè_Ẹrẹ̀nà_Ìgbé_Èbibi_Òkùdu_Agẹmo_Ògún_Owewe_Ọ̀wàrà_Bélú_Ọ̀pẹ̀̀".split("_"),monthsShort:"Sẹ́r_Èrl_Ẹrn_Ìgb_Èbi_Òkù_Agẹ_Ògú_Owe_Ọ̀wà_Bél_Ọ̀pẹ̀̀".split("_"),weekdays:"Àìkú_Ajé_Ìsẹ́gun_Ọjọ́rú_Ọjọ́bọ_Ẹtì_Àbámẹ́ta".split("_"),weekdaysShort:"Àìk_Ajé_Ìsẹ́_Ọjr_Ọjb_Ẹtì_Àbá".split("_"),weekdaysMin:"Àì_Aj_Ìs_Ọr_Ọb_Ẹt_Àb".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Ònì ni] LT",nextDay:"[Ọ̀la ni] LT",nextWeek:"dddd [Ọsẹ̀ tón'bọ] [ni] LT",lastDay:"[Àna ni] LT",lastWeek:"dddd [Ọsẹ̀ tólọ́] [ni] LT",sameElse:"L"},relativeTime:{future:"ní %s",past:"%s kọjá",s:"ìsẹjú aayá die",ss:"aayá %d",m:"ìsẹjú kan",mm:"ìsẹjú %d",h:"wákati kan",hh:"wákati %d",d:"ọjọ́ kan",dd:"ọjọ́ %d",M:"osù kan",MM:"osù %d",y:"ọdún kan",yy:"ọdún %d"},dayOfMonthOrdinalParse:/ọjọ́\s\d{1,2}/,ordinal:"ọjọ́ %d",week:{dow:1,doy:4}})}(a(5093))},2648:function(e,t,a){!function(e){"use strict";e.defineLocale("zh-cn",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"周日_周一_周二_周三_周四_周五_周六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日Ah点mm分",LLLL:"YYYY年M月D日ddddAh点mm分",l:"YYYY/M/D",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},meridiemParse:/凌晨|早上|上午|中午|下午|晚上/,meridiemHour:function(e,t){return 12===e&&(e=0),"凌晨"===t||"早上"===t||"上午"===t?e:"下午"===t||"晚上"===t?e+12:e>=11?e:e+12},meridiem:function(e,t,a){var s=100*e+t;return s<600?"凌晨":s<900?"早上":s<1130?"上午":s<1230?"中午":s<1800?"下午":"晚上"},calendar:{sameDay:"[今天]LT",nextDay:"[明天]LT",nextWeek:function(e){return e.week()!==this.week()?"[下]dddLT":"[本]dddLT"},lastDay:"[昨天]LT",lastWeek:function(e){return this.week()!==e.week()?"[上]dddLT":"[本]dddLT"},sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(日|月|周)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"日";case"M":return e+"月";case"w":case"W":return e+"周";default:return e}},relativeTime:{future:"%s后",past:"%s前",s:"几秒",ss:"%d 秒",m:"1 分钟",mm:"%d 分钟",h:"1 小时",hh:"%d 小时",d:"1 天",dd:"%d 天",w:"1 周",ww:"%d 周",M:"1 个月",MM:"%d 个月",y:"1 年",yy:"%d 年"},week:{dow:1,doy:4}})}(a(5093))},1632:function(e,t,a){!function(e){"use strict";e.defineLocale("zh-hk",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"週日_週一_週二_週三_週四_週五_週六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日 HH:mm",LLLL:"YYYY年M月D日dddd HH:mm",l:"YYYY/M/D",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},meridiemParse:/凌晨|早上|上午|中午|下午|晚上/,meridiemHour:function(e,t){return 12===e&&(e=0),"凌晨"===t||"早上"===t||"上午"===t?e:"中午"===t?e>=11?e:e+12:"下午"===t||"晚上"===t?e+12:void 0},meridiem:function(e,t,a){var s=100*e+t;return s<600?"凌晨":s<900?"早上":s<1200?"上午":1200===s?"中午":s<1800?"下午":"晚上"},calendar:{sameDay:"[今天]LT",nextDay:"[明天]LT",nextWeek:"[下]ddddLT",lastDay:"[昨天]LT",lastWeek:"[上]ddddLT",sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(日|月|週)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"日";case"M":return e+"月";case"w":case"W":return e+"週";default:return e}},relativeTime:{future:"%s後",past:"%s前",s:"幾秒",ss:"%d 秒",m:"1 分鐘",mm:"%d 分鐘",h:"1 小時",hh:"%d 小時",d:"1 天",dd:"%d 天",M:"1 個月",MM:"%d 個月",y:"1 年",yy:"%d 年"}})}(a(5093))},1541:function(e,t,a){!function(e){"use strict";e.defineLocale("zh-mo",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"週日_週一_週二_週三_週四_週五_週六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"YYYY年M月D日",LLL:"YYYY年M月D日 HH:mm",LLLL:"YYYY年M月D日dddd HH:mm",l:"D/M/YYYY",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},meridiemParse:/凌晨|早上|上午|中午|下午|晚上/,meridiemHour:function(e,t){return 12===e&&(e=0),"凌晨"===t||"早上"===t||"上午"===t?e:"中午"===t?e>=11?e:e+12:"下午"===t||"晚上"===t?e+12:void 0},meridiem:function(e,t,a){var s=100*e+t;return s<600?"凌晨":s<900?"早上":s<1130?"上午":s<1230?"中午":s<1800?"下午":"晚上"},calendar:{sameDay:"[今天] LT",nextDay:"[明天] LT",nextWeek:"[下]dddd LT",lastDay:"[昨天] LT",lastWeek:"[上]dddd LT",sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(日|月|週)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"日";case"M":return e+"月";case"w":case"W":return e+"週";default:return e}},relativeTime:{future:"%s內",past:"%s前",s:"幾秒",ss:"%d 秒",m:"1 分鐘",mm:"%d 分鐘",h:"1 小時",hh:"%d 小時",d:"1 天",dd:"%d 天",M:"1 個月",MM:"%d 個月",y:"1 年",yy:"%d 年"}})}(a(5093))},304:function(e,t,a){!function(e){"use strict";e.defineLocale("zh-tw",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"週日_週一_週二_週三_週四_週五_週六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日 HH:mm",LLLL:"YYYY年M月D日dddd HH:mm",l:"YYYY/M/D",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},meridiemParse:/凌晨|早上|上午|中午|下午|晚上/,meridiemHour:function(e,t){return 12===e&&(e=0),"凌晨"===t||"早上"===t||"上午"===t?e:"中午"===t?e>=11?e:e+12:"下午"===t||"晚上"===t?e+12:void 0},meridiem:function(e,t,a){var s=100*e+t;return s<600?"凌晨":s<900?"早上":s<1130?"上午":s<1230?"中午":s<1800?"下午":"晚上"},calendar:{sameDay:"[今天] LT",nextDay:"[明天] LT",nextWeek:"[下]dddd LT",lastDay:"[昨天] LT",lastWeek:"[上]dddd LT",sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(日|月|週)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"日";case"M":return e+"月";case"w":case"W":return e+"週";default:return e}},relativeTime:{future:"%s後",past:"%s前",s:"幾秒",ss:"%d 秒",m:"1 分鐘",mm:"%d 分鐘",h:"1 小時",hh:"%d 小時",d:"1 天",dd:"%d 天",M:"1 個月",MM:"%d 個月",y:"1 年",yy:"%d 年"}})}(a(5093))},5358:(e,t,a)=>{var s={"./af":5177,"./af.js":5177,"./ar":1509,"./ar-dz":1488,"./ar-dz.js":1488,"./ar-kw":8676,"./ar-kw.js":8676,"./ar-ly":2353,"./ar-ly.js":2353,"./ar-ma":4496,"./ar-ma.js":4496,"./ar-ps":6947,"./ar-ps.js":6947,"./ar-sa":2682,"./ar-sa.js":2682,"./ar-tn":9756,"./ar-tn.js":9756,"./ar.js":1509,"./az":5533,"./az.js":5533,"./be":8959,"./be.js":8959,"./bg":7777,"./bg.js":7777,"./bm":4903,"./bm.js":4903,"./bn":1290,"./bn-bd":7357,"./bn-bd.js":7357,"./bn.js":1290,"./bo":1545,"./bo.js":1545,"./br":1470,"./br.js":1470,"./bs":4429,"./bs.js":4429,"./ca":7306,"./ca.js":7306,"./cs":6464,"./cs.js":6464,"./cv":3635,"./cv.js":3635,"./cy":4226,"./cy.js":4226,"./da":3601,"./da.js":3601,"./de":7853,"./de-at":6111,"./de-at.js":6111,"./de-ch":4697,"./de-ch.js":4697,"./de.js":7853,"./dv":708,"./dv.js":708,"./el":4691,"./el.js":4691,"./en-au":3872,"./en-au.js":3872,"./en-ca":8298,"./en-ca.js":8298,"./en-gb":6195,"./en-gb.js":6195,"./en-ie":6584,"./en-ie.js":6584,"./en-il":5543,"./en-il.js":5543,"./en-in":9033,"./en-in.js":9033,"./en-nz":9402,"./en-nz.js":9402,"./en-sg":3004,"./en-sg.js":3004,"./eo":2934,"./eo.js":2934,"./es":7650,"./es-do":838,"./es-do.js":838,"./es-mx":7730,"./es-mx.js":7730,"./es-us":6575,"./es-us.js":6575,"./es.js":7650,"./et":3035,"./et.js":3035,"./eu":3508,"./eu.js":3508,"./fa":119,"./fa.js":119,"./fi":527,"./fi.js":527,"./fil":5995,"./fil.js":5995,"./fo":2477,"./fo.js":2477,"./fr":5498,"./fr-ca":6435,"./fr-ca.js":6435,"./fr-ch":7892,"./fr-ch.js":7892,"./fr.js":5498,"./fy":7071,"./fy.js":7071,"./ga":1734,"./ga.js":1734,"./gd":217,"./gd.js":217,"./gl":7329,"./gl.js":7329,"./gom-deva":2124,"./gom-deva.js":2124,"./gom-latn":3383,"./gom-latn.js":3383,"./gu":5050,"./gu.js":5050,"./he":1713,"./he.js":1713,"./hi":3861,"./hi.js":3861,"./hr":6308,"./hr.js":6308,"./hu":609,"./hu.js":609,"./hy-am":7160,"./hy-am.js":7160,"./id":4063,"./id.js":4063,"./is":9374,"./is.js":9374,"./it":8383,"./it-ch":1827,"./it-ch.js":1827,"./it.js":8383,"./ja":3827,"./ja.js":3827,"./jv":9722,"./jv.js":9722,"./ka":1794,"./ka.js":1794,"./kk":7088,"./kk.js":7088,"./km":6870,"./km.js":6870,"./kn":4451,"./kn.js":4451,"./ko":3164,"./ko.js":3164,"./ku":8174,"./ku-kmr":6181,"./ku-kmr.js":6181,"./ku.js":8174,"./ky":8474,"./ky.js":8474,"./lb":9680,"./lb.js":9680,"./lo":5867,"./lo.js":5867,"./lt":5766,"./lt.js":5766,"./lv":9532,"./lv.js":9532,"./me":8076,"./me.js":8076,"./mi":1848,"./mi.js":1848,"./mk":306,"./mk.js":306,"./ml":3739,"./ml.js":3739,"./mn":9053,"./mn.js":9053,"./mr":6169,"./mr.js":6169,"./ms":3386,"./ms-my":2297,"./ms-my.js":2297,"./ms.js":3386,"./mt":7075,"./mt.js":7075,"./my":2264,"./my.js":2264,"./nb":2274,"./nb.js":2274,"./ne":8235,"./ne.js":8235,"./nl":2572,"./nl-be":3784,"./nl-be.js":3784,"./nl.js":2572,"./nn":4566,"./nn.js":4566,"./oc-lnc":9330,"./oc-lnc.js":9330,"./pa-in":9849,"./pa-in.js":9849,"./pl":4418,"./pl.js":4418,"./pt":9834,"./pt-br":8303,"./pt-br.js":8303,"./pt.js":9834,"./ro":4457,"./ro.js":4457,"./ru":2271,"./ru.js":2271,"./sd":1221,"./sd.js":1221,"./se":3478,"./se.js":3478,"./si":7538,"./si.js":7538,"./sk":5784,"./sk.js":5784,"./sl":6637,"./sl.js":6637,"./sq":6794,"./sq.js":6794,"./sr":5719,"./sr-cyrl":3322,"./sr-cyrl.js":3322,"./sr.js":5719,"./ss":6e3,"./ss.js":6e3,"./sv":1011,"./sv.js":1011,"./sw":748,"./sw.js":748,"./ta":1025,"./ta.js":1025,"./te":1885,"./te.js":1885,"./tet":8861,"./tet.js":8861,"./tg":6571,"./tg.js":6571,"./th":5802,"./th.js":5802,"./tk":9527,"./tk.js":9527,"./tl-ph":9231,"./tl-ph.js":9231,"./tlh":1052,"./tlh.js":1052,"./tr":5096,"./tr.js":5096,"./tzl":9846,"./tzl.js":9846,"./tzm":1765,"./tzm-latn":7711,"./tzm-latn.js":7711,"./tzm.js":1765,"./ug-cn":8414,"./ug-cn.js":8414,"./uk":6618,"./uk.js":6618,"./ur":158,"./ur.js":158,"./uz":7609,"./uz-latn":2475,"./uz-latn.js":2475,"./uz.js":7609,"./vi":1135,"./vi.js":1135,"./x-pseudo":4051,"./x-pseudo.js":4051,"./yo":2218,"./yo.js":2218,"./zh-cn":2648,"./zh-cn.js":2648,"./zh-hk":1632,"./zh-hk.js":1632,"./zh-mo":1541,"./zh-mo.js":1541,"./zh-tw":304,"./zh-tw.js":304};function n(e){var t=i(e);return a(t)}function i(e){if(!a.o(s,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}return s[e]}n.keys=function(){return Object.keys(s)},n.resolve=i,e.exports=n,n.id=5358},5093:function(e,t,a){(e=a.nmd(e)).exports=function(){"use strict";var t,s;function n(){return t.apply(null,arguments)}function i(e){return e instanceof Array||"[object Array]"===Object.prototype.toString.call(e)}function r(e){return null!=e&&"[object Object]"===Object.prototype.toString.call(e)}function o(e,t){return Object.prototype.hasOwnProperty.call(e,t)}function d(e){if(Object.getOwnPropertyNames)return 0===Object.getOwnPropertyNames(e).length;var t;for(t in e)if(o(e,t))return!1;return!0}function l(e){return void 0===e}function u(e){return"number"==typeof e||"[object Number]"===Object.prototype.toString.call(e)}function c(e){return e instanceof Date||"[object Date]"===Object.prototype.toString.call(e)}function _(e,t){var a,s=[],n=e.length;for(a=0;a>>0;for(t=0;t0)for(a=0;a=0?a?"+":"":"-")+Math.pow(10,Math.max(0,n)).toString().substr(1)+s}var P=/(\[[^\[]*\])|(\\)?([Hh]mm(ss)?|Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Qo?|N{1,5}|YYYYYY|YYYYY|YYYY|YY|y{2,4}|yo?|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|kk?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g,j=/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,O={},A={};function V(e,t,a,s){var n=s;"string"==typeof s&&(n=function(){return this[s]()}),e&&(A[e]=n),t&&(A[t[0]]=function(){return H(n.apply(this,arguments),t[1],t[2])}),a&&(A[a]=function(){return this.localeData().ordinal(n.apply(this,arguments),e)})}function E(e,t){return e.isValid()?(t=F(t,e.localeData()),O[t]=O[t]||function(e){var t,a,s,n=e.match(P);for(t=0,a=n.length;t=0&&j.test(e);)e=e.replace(j,s),j.lastIndex=0,a-=1;return e}var I={D:"date",dates:"date",date:"date",d:"day",days:"day",day:"day",e:"weekday",weekdays:"weekday",weekday:"weekday",E:"isoWeekday",isoweekdays:"isoWeekday",isoweekday:"isoWeekday",DDD:"dayOfYear",dayofyears:"dayOfYear",dayofyear:"dayOfYear",h:"hour",hours:"hour",hour:"hour",ms:"millisecond",milliseconds:"millisecond",millisecond:"millisecond",m:"minute",minutes:"minute",minute:"minute",M:"month",months:"month",month:"month",Q:"quarter",quarters:"quarter",quarter:"quarter",s:"second",seconds:"second",second:"second",gg:"weekYear",weekyears:"weekYear",weekyear:"weekYear",GG:"isoWeekYear",isoweekyears:"isoWeekYear",isoweekyear:"isoWeekYear",w:"week",weeks:"week",week:"week",W:"isoWeek",isoweeks:"isoWeek",isoweek:"isoWeek",y:"year",years:"year",year:"year"};function $(e){return"string"==typeof e?I[e]||I[e.toLowerCase()]:void 0}function W(e){var t,a,s={};for(a in e)o(e,a)&&(t=$(a))&&(s[t]=e[a]);return s}var N={date:9,day:11,weekday:11,isoWeekday:11,dayOfYear:4,hour:13,millisecond:16,minute:14,month:8,quarter:7,second:15,weekYear:1,isoWeekYear:1,week:5,isoWeek:5,year:1};var R,U=/\d/,z=/\d\d/,B=/\d{3}/,q=/\d{4}/,Z=/[+-]?\d{6}/,J=/\d\d?/,G=/\d\d\d\d?/,K=/\d\d\d\d\d\d?/,X=/\d{1,3}/,Q=/\d{1,4}/,ee=/[+-]?\d{1,6}/,te=/\d+/,ae=/[+-]?\d+/,se=/Z|[+-]\d\d:?\d\d/gi,ne=/Z|[+-]\d\d(?::?\d\d)?/gi,ie=/[0-9]{0,256}['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFF07\uFF10-\uFFEF]{1,256}|[\u0600-\u06FF\/]{1,256}(\s*?[\u0600-\u06FF]{1,256}){1,2}/i,re=/^[1-9]\d?/,oe=/^([1-9]\d|\d)/;function de(e,t,a){R[e]=T(t)?t:function(e,s){return e&&a?a:t}}function le(e,t){return o(R,e)?R[e](t._strict,t._locale):new RegExp(ue(e.replace("\\","").replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,(function(e,t,a,s,n){return t||a||s||n}))))}function ue(e){return e.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&")}function ce(e){return e<0?Math.ceil(e)||0:Math.floor(e)}function _e(e){var t=+e,a=0;return 0!==t&&isFinite(t)&&(a=ce(t)),a}R={};var me={};function he(e,t){var a,s,n=t;for("string"==typeof e&&(e=[e]),u(t)&&(n=function(e,a){a[t]=_e(e)}),s=e.length,a=0;a68?1900:2e3)};var Te,Se=xe("FullYear",!0);function xe(e,t){return function(a){return null!=a?(Pe(this,e,a),n.updateOffset(this,t),this):He(this,e)}}function He(e,t){if(!e.isValid())return NaN;var a=e._d,s=e._isUTC;switch(t){case"Milliseconds":return s?a.getUTCMilliseconds():a.getMilliseconds();case"Seconds":return s?a.getUTCSeconds():a.getSeconds();case"Minutes":return s?a.getUTCMinutes():a.getMinutes();case"Hours":return s?a.getUTCHours():a.getHours();case"Date":return s?a.getUTCDate():a.getDate();case"Day":return s?a.getUTCDay():a.getDay();case"Month":return s?a.getUTCMonth():a.getMonth();case"FullYear":return s?a.getUTCFullYear():a.getFullYear();default:return NaN}}function Pe(e,t,a){var s,n,i,r,o;if(e.isValid()&&!isNaN(a)){switch(s=e._d,n=e._isUTC,t){case"Milliseconds":return void(n?s.setUTCMilliseconds(a):s.setMilliseconds(a));case"Seconds":return void(n?s.setUTCSeconds(a):s.setSeconds(a));case"Minutes":return void(n?s.setUTCMinutes(a):s.setMinutes(a));case"Hours":return void(n?s.setUTCHours(a):s.setHours(a));case"Date":return void(n?s.setUTCDate(a):s.setDate(a));case"FullYear":break;default:return}i=a,r=e.month(),o=29!==(o=e.date())||1!==r||ve(i)?o:28,n?s.setUTCFullYear(i,r,o):s.setFullYear(i,r,o)}}function je(e,t){if(isNaN(e)||isNaN(t))return NaN;var a,s=(t%(a=12)+a)%a;return e+=(t-s)/12,1===s?ve(e)?29:28:31-s%7%2}Te=Array.prototype.indexOf?Array.prototype.indexOf:function(e){var t;for(t=0;t=0?(o=new Date(e+400,t,a,s,n,i,r),isFinite(o.getFullYear())&&o.setFullYear(e)):o=new Date(e,t,a,s,n,i,r),o}function Ue(e){var t,a;return e<100&&e>=0?((a=Array.prototype.slice.call(arguments))[0]=e+400,t=new Date(Date.UTC.apply(null,a)),isFinite(t.getUTCFullYear())&&t.setUTCFullYear(e)):t=new Date(Date.UTC.apply(null,arguments)),t}function ze(e,t,a){var s=7+t-a;return-(7+Ue(e,0,s).getUTCDay()-t)%7+s-1}function Be(e,t,a,s,n){var i,r,o=1+7*(t-1)+(7+a-s)%7+ze(e,s,n);return o<=0?r=Ye(i=e-1)+o:o>Ye(e)?(i=e+1,r=o-Ye(e)):(i=e,r=o),{year:i,dayOfYear:r}}function qe(e,t,a){var s,n,i=ze(e.year(),t,a),r=Math.floor((e.dayOfYear()-i-1)/7)+1;return r<1?s=r+Ze(n=e.year()-1,t,a):r>Ze(e.year(),t,a)?(s=r-Ze(e.year(),t,a),n=e.year()+1):(n=e.year(),s=r),{week:s,year:n}}function Ze(e,t,a){var s=ze(e,t,a),n=ze(e+1,t,a);return(Ye(e)-s+n)/7}V("w",["ww",2],"wo","week"),V("W",["WW",2],"Wo","isoWeek"),de("w",J,re),de("ww",J,z),de("W",J,re),de("WW",J,z),pe(["w","ww","W","WW"],(function(e,t,a,s){t[s.substr(0,1)]=_e(e)}));function Je(e,t){return e.slice(t,7).concat(e.slice(0,t))}V("d",0,"do","day"),V("dd",0,0,(function(e){return this.localeData().weekdaysMin(this,e)})),V("ddd",0,0,(function(e){return this.localeData().weekdaysShort(this,e)})),V("dddd",0,0,(function(e){return this.localeData().weekdays(this,e)})),V("e",0,0,"weekday"),V("E",0,0,"isoWeekday"),de("d",J),de("e",J),de("E",J),de("dd",(function(e,t){return t.weekdaysMinRegex(e)})),de("ddd",(function(e,t){return t.weekdaysShortRegex(e)})),de("dddd",(function(e,t){return t.weekdaysRegex(e)})),pe(["dd","ddd","dddd"],(function(e,t,a,s){var n=a._locale.weekdaysParse(e,s,a._strict);null!=n?t.d=n:p(a).invalidWeekday=e})),pe(["d","e","E"],(function(e,t,a,s){t[s]=_e(e)}));var Ge="Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),Ke="Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),Xe="Su_Mo_Tu_We_Th_Fr_Sa".split("_"),Qe=ie,et=ie,tt=ie;function at(e,t,a){var s,n,i,r=e.toLocaleLowerCase();if(!this._weekdaysParse)for(this._weekdaysParse=[],this._shortWeekdaysParse=[],this._minWeekdaysParse=[],s=0;s<7;++s)i=h([2e3,1]).day(s),this._minWeekdaysParse[s]=this.weekdaysMin(i,"").toLocaleLowerCase(),this._shortWeekdaysParse[s]=this.weekdaysShort(i,"").toLocaleLowerCase(),this._weekdaysParse[s]=this.weekdays(i,"").toLocaleLowerCase();return a?"dddd"===t?-1!==(n=Te.call(this._weekdaysParse,r))?n:null:"ddd"===t?-1!==(n=Te.call(this._shortWeekdaysParse,r))?n:null:-1!==(n=Te.call(this._minWeekdaysParse,r))?n:null:"dddd"===t?-1!==(n=Te.call(this._weekdaysParse,r))||-1!==(n=Te.call(this._shortWeekdaysParse,r))||-1!==(n=Te.call(this._minWeekdaysParse,r))?n:null:"ddd"===t?-1!==(n=Te.call(this._shortWeekdaysParse,r))||-1!==(n=Te.call(this._weekdaysParse,r))||-1!==(n=Te.call(this._minWeekdaysParse,r))?n:null:-1!==(n=Te.call(this._minWeekdaysParse,r))||-1!==(n=Te.call(this._weekdaysParse,r))||-1!==(n=Te.call(this._shortWeekdaysParse,r))?n:null}function st(){function e(e,t){return t.length-e.length}var t,a,s,n,i,r=[],o=[],d=[],l=[];for(t=0;t<7;t++)a=h([2e3,1]).day(t),s=ue(this.weekdaysMin(a,"")),n=ue(this.weekdaysShort(a,"")),i=ue(this.weekdays(a,"")),r.push(s),o.push(n),d.push(i),l.push(s),l.push(n),l.push(i);r.sort(e),o.sort(e),d.sort(e),l.sort(e),this._weekdaysRegex=new RegExp("^("+l.join("|")+")","i"),this._weekdaysShortRegex=this._weekdaysRegex,this._weekdaysMinRegex=this._weekdaysRegex,this._weekdaysStrictRegex=new RegExp("^("+d.join("|")+")","i"),this._weekdaysShortStrictRegex=new RegExp("^("+o.join("|")+")","i"),this._weekdaysMinStrictRegex=new RegExp("^("+r.join("|")+")","i")}function nt(){return this.hours()%12||12}function it(e,t){V(e,0,0,(function(){return this.localeData().meridiem(this.hours(),this.minutes(),t)}))}function rt(e,t){return t._meridiemParse}V("H",["HH",2],0,"hour"),V("h",["hh",2],0,nt),V("k",["kk",2],0,(function(){return this.hours()||24})),V("hmm",0,0,(function(){return""+nt.apply(this)+H(this.minutes(),2)})),V("hmmss",0,0,(function(){return""+nt.apply(this)+H(this.minutes(),2)+H(this.seconds(),2)})),V("Hmm",0,0,(function(){return""+this.hours()+H(this.minutes(),2)})),V("Hmmss",0,0,(function(){return""+this.hours()+H(this.minutes(),2)+H(this.seconds(),2)})),it("a",!0),it("A",!1),de("a",rt),de("A",rt),de("H",J,oe),de("h",J,re),de("k",J,re),de("HH",J,z),de("hh",J,z),de("kk",J,z),de("hmm",G),de("hmmss",K),de("Hmm",G),de("Hmmss",K),he(["H","HH"],Me),he(["k","kk"],(function(e,t,a){var s=_e(e);t[Me]=24===s?0:s})),he(["a","A"],(function(e,t,a){a._isPm=a._locale.isPM(e),a._meridiem=e})),he(["h","hh"],(function(e,t,a){t[Me]=_e(e),p(a).bigHour=!0})),he("hmm",(function(e,t,a){var s=e.length-2;t[Me]=_e(e.substr(0,s)),t[be]=_e(e.substr(s)),p(a).bigHour=!0})),he("hmmss",(function(e,t,a){var s=e.length-4,n=e.length-2;t[Me]=_e(e.substr(0,s)),t[be]=_e(e.substr(s,2)),t[Le]=_e(e.substr(n)),p(a).bigHour=!0})),he("Hmm",(function(e,t,a){var s=e.length-2;t[Me]=_e(e.substr(0,s)),t[be]=_e(e.substr(s))})),he("Hmmss",(function(e,t,a){var s=e.length-4,n=e.length-2;t[Me]=_e(e.substr(0,s)),t[be]=_e(e.substr(s,2)),t[Le]=_e(e.substr(n))}));var ot=xe("Hours",!0);var dt,lt={calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},longDateFormat:{LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},invalidDate:"Invalid date",ordinal:"%d",dayOfMonthOrdinalParse:/\d{1,2}/,relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",w:"a week",ww:"%d weeks",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},months:Oe,monthsShort:Ae,week:{dow:0,doy:6},weekdays:Ge,weekdaysMin:Xe,weekdaysShort:Ke,meridiemParse:/[ap]\.?m?\.?/i},ut={},ct={};function _t(e,t){var a,s=Math.min(e.length,t.length);for(a=0;a0;){if(s=ht(n.slice(0,t).join("-")))return s;if(a&&a.length>=t&&_t(n,a)>=t-1)break;t--}i++}return dt}(e)}function gt(e){var t,a=e._a;return a&&-2===p(e).overflow&&(t=a[ye]<0||a[ye]>11?ye:a[ke]<1||a[ke]>je(a[ge],a[ye])?ke:a[Me]<0||a[Me]>24||24===a[Me]&&(0!==a[be]||0!==a[Le]||0!==a[we])?Me:a[be]<0||a[be]>59?be:a[Le]<0||a[Le]>59?Le:a[we]<0||a[we]>999?we:-1,p(e)._overflowDayOfYear&&(tke)&&(t=ke),p(e)._overflowWeeks&&-1===t&&(t=De),p(e)._overflowWeekday&&-1===t&&(t=Ce),p(e).overflow=t),e}var yt=/^\s*((?:[+-]\d{6}|\d{4})-(?:\d\d-\d\d|W\d\d-\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?::\d\d(?::\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/,kt=/^\s*((?:[+-]\d{6}|\d{4})(?:\d\d\d\d|W\d\d\d|W\d\d|\d\d\d|\d\d|))(?:(T| )(\d\d(?:\d\d(?:\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/,Mt=/Z|[+-]\d\d(?::?\d\d)?/,bt=[["YYYYYY-MM-DD",/[+-]\d{6}-\d\d-\d\d/],["YYYY-MM-DD",/\d{4}-\d\d-\d\d/],["GGGG-[W]WW-E",/\d{4}-W\d\d-\d/],["GGGG-[W]WW",/\d{4}-W\d\d/,!1],["YYYY-DDD",/\d{4}-\d{3}/],["YYYY-MM",/\d{4}-\d\d/,!1],["YYYYYYMMDD",/[+-]\d{10}/],["YYYYMMDD",/\d{8}/],["GGGG[W]WWE",/\d{4}W\d{3}/],["GGGG[W]WW",/\d{4}W\d{2}/,!1],["YYYYDDD",/\d{7}/],["YYYYMM",/\d{6}/,!1],["YYYY",/\d{4}/,!1]],Lt=[["HH:mm:ss.SSSS",/\d\d:\d\d:\d\d\.\d+/],["HH:mm:ss,SSSS",/\d\d:\d\d:\d\d,\d+/],["HH:mm:ss",/\d\d:\d\d:\d\d/],["HH:mm",/\d\d:\d\d/],["HHmmss.SSSS",/\d\d\d\d\d\d\.\d+/],["HHmmss,SSSS",/\d\d\d\d\d\d,\d+/],["HHmmss",/\d\d\d\d\d\d/],["HHmm",/\d\d\d\d/],["HH",/\d\d/]],wt=/^\/?Date\((-?\d+)/i,Dt=/^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),?\s)?(\d{1,2})\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s(\d{2,4})\s(\d\d):(\d\d)(?::(\d\d))?\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|([+-]\d{4}))$/,Ct={UT:0,GMT:0,EDT:-240,EST:-300,CDT:-300,CST:-360,MDT:-360,MST:-420,PDT:-420,PST:-480};function Yt(e){var t,a,s,n,i,r,o=e._i,d=yt.exec(o)||kt.exec(o),l=bt.length,u=Lt.length;if(d){for(p(e).iso=!0,t=0,a=l;t7)&&(d=!0)):(i=e._locale._week.dow,r=e._locale._week.doy,l=qe(At(),i,r),a=xt(t.gg,e._a[ge],l.year),s=xt(t.w,l.week),null!=t.d?((n=t.d)<0||n>6)&&(d=!0):null!=t.e?(n=t.e+i,(t.e<0||t.e>6)&&(d=!0)):n=i),s<1||s>Ze(a,i,r)?p(e)._overflowWeeks=!0:null!=d?p(e)._overflowWeekday=!0:(o=Be(a,s,n,i,r),e._a[ge]=o.year,e._dayOfYear=o.dayOfYear)}(e),null!=e._dayOfYear&&(r=xt(e._a[ge],s[ge]),(e._dayOfYear>Ye(r)||0===e._dayOfYear)&&(p(e)._overflowDayOfYear=!0),a=Ue(r,0,e._dayOfYear),e._a[ye]=a.getUTCMonth(),e._a[ke]=a.getUTCDate()),t=0;t<3&&null==e._a[t];++t)e._a[t]=o[t]=s[t];for(;t<7;t++)e._a[t]=o[t]=null==e._a[t]?2===t?1:0:e._a[t];24===e._a[Me]&&0===e._a[be]&&0===e._a[Le]&&0===e._a[we]&&(e._nextDay=!0,e._a[Me]=0),e._d=(e._useUTC?Ue:Re).apply(null,o),i=e._useUTC?e._d.getUTCDay():e._d.getDay(),null!=e._tzm&&e._d.setUTCMinutes(e._d.getUTCMinutes()-e._tzm),e._nextDay&&(e._a[Me]=24),e._w&&void 0!==e._w.d&&e._w.d!==i&&(p(e).weekdayMismatch=!0)}}function Pt(e){if(e._f!==n.ISO_8601)if(e._f!==n.RFC_2822){e._a=[],p(e).empty=!0;var t,a,s,i,r,o,d,l=""+e._i,u=l.length,c=0;for(d=(s=F(e._f,e._locale).match(P)||[]).length,t=0;t0&&p(e).unusedInput.push(r),l=l.slice(l.indexOf(a)+a.length),c+=a.length),A[i]?(a?p(e).empty=!1:p(e).unusedTokens.push(i),fe(i,a,e)):e._strict&&!a&&p(e).unusedTokens.push(i);p(e).charsLeftOver=u-c,l.length>0&&p(e).unusedInput.push(l),e._a[Me]<=12&&!0===p(e).bigHour&&e._a[Me]>0&&(p(e).bigHour=void 0),p(e).parsedDateParts=e._a.slice(0),p(e).meridiem=e._meridiem,e._a[Me]=function(e,t,a){var s;return null==a?t:null!=e.meridiemHour?e.meridiemHour(t,a):null!=e.isPM?((s=e.isPM(a))&&t<12&&(t+=12),s||12!==t||(t=0),t):t}(e._locale,e._a[Me],e._meridiem),null!==(o=p(e).era)&&(e._a[ge]=e._locale.erasConvertYear(o,e._a[ge])),Ht(e),gt(e)}else St(e);else Yt(e)}function jt(e){var t=e._i,a=e._f;return e._locale=e._locale||vt(e._l),null===t||void 0===a&&""===t?v({nullInput:!0}):("string"==typeof t&&(e._i=t=e._locale.preparse(t)),b(t)?new M(gt(t)):(c(t)?e._d=t:i(a)?function(e){var t,a,s,n,i,r,o=!1,d=e._f.length;if(0===d)return p(e).invalidFormat=!0,void(e._d=new Date(NaN));for(n=0;nthis?this:e:v()}));function Ft(e,t){var a,s;if(1===t.length&&i(t[0])&&(t=t[0]),!t.length)return At();for(a=t[0],s=1;s=0?new Date(e+400,t,a)-ma:new Date(e,t,a).valueOf()}function fa(e,t,a){return e<100&&e>=0?Date.UTC(e+400,t,a)-ma:Date.UTC(e,t,a)}function va(e,t){return t.erasAbbrRegex(e)}function ga(){var e,t,a,s,n,i=[],r=[],o=[],d=[],l=this.eras();for(e=0,t=l.length;e(i=Ze(e,s,n))&&(t=i),Ma.call(this,e,t,a,s,n))}function Ma(e,t,a,s,n){var i=Be(e,t,a,s,n),r=Ue(i.year,0,i.dayOfYear);return this.year(r.getUTCFullYear()),this.month(r.getUTCMonth()),this.date(r.getUTCDate()),this}V("N",0,0,"eraAbbr"),V("NN",0,0,"eraAbbr"),V("NNN",0,0,"eraAbbr"),V("NNNN",0,0,"eraName"),V("NNNNN",0,0,"eraNarrow"),V("y",["y",1],"yo","eraYear"),V("y",["yy",2],0,"eraYear"),V("y",["yyy",3],0,"eraYear"),V("y",["yyyy",4],0,"eraYear"),de("N",va),de("NN",va),de("NNN",va),de("NNNN",(function(e,t){return t.erasNameRegex(e)})),de("NNNNN",(function(e,t){return t.erasNarrowRegex(e)})),he(["N","NN","NNN","NNNN","NNNNN"],(function(e,t,a,s){var n=a._locale.erasParse(e,s,a._strict);n?p(a).era=n:p(a).invalidEra=e})),de("y",te),de("yy",te),de("yyy",te),de("yyyy",te),de("yo",(function(e,t){return t._eraYearOrdinalRegex||te})),he(["y","yy","yyy","yyyy"],ge),he(["yo"],(function(e,t,a,s){var n;a._locale._eraYearOrdinalRegex&&(n=e.match(a._locale._eraYearOrdinalRegex)),a._locale.eraYearOrdinalParse?t[ge]=a._locale.eraYearOrdinalParse(e,n):t[ge]=parseInt(e,10)})),V(0,["gg",2],0,(function(){return this.weekYear()%100})),V(0,["GG",2],0,(function(){return this.isoWeekYear()%100})),ya("gggg","weekYear"),ya("ggggg","weekYear"),ya("GGGG","isoWeekYear"),ya("GGGGG","isoWeekYear"),de("G",ae),de("g",ae),de("GG",J,z),de("gg",J,z),de("GGGG",Q,q),de("gggg",Q,q),de("GGGGG",ee,Z),de("ggggg",ee,Z),pe(["gggg","ggggg","GGGG","GGGGG"],(function(e,t,a,s){t[s.substr(0,2)]=_e(e)})),pe(["gg","GG"],(function(e,t,a,s){t[s]=n.parseTwoDigitYear(e)})),V("Q",0,"Qo","quarter"),de("Q",U),he("Q",(function(e,t){t[ye]=3*(_e(e)-1)})),V("D",["DD",2],"Do","date"),de("D",J,re),de("DD",J,z),de("Do",(function(e,t){return e?t._dayOfMonthOrdinalParse||t._ordinalParse:t._dayOfMonthOrdinalParseLenient})),he(["D","DD"],ke),he("Do",(function(e,t){t[ke]=_e(e.match(J)[0])}));var ba=xe("Date",!0);V("DDD",["DDDD",3],"DDDo","dayOfYear"),de("DDD",X),de("DDDD",B),he(["DDD","DDDD"],(function(e,t,a){a._dayOfYear=_e(e)})),V("m",["mm",2],0,"minute"),de("m",J,oe),de("mm",J,z),he(["m","mm"],be);var La=xe("Minutes",!1);V("s",["ss",2],0,"second"),de("s",J,oe),de("ss",J,z),he(["s","ss"],Le);var wa,Da,Ca=xe("Seconds",!1);for(V("S",0,0,(function(){return~~(this.millisecond()/100)})),V(0,["SS",2],0,(function(){return~~(this.millisecond()/10)})),V(0,["SSS",3],0,"millisecond"),V(0,["SSSS",4],0,(function(){return 10*this.millisecond()})),V(0,["SSSSS",5],0,(function(){return 100*this.millisecond()})),V(0,["SSSSSS",6],0,(function(){return 1e3*this.millisecond()})),V(0,["SSSSSSS",7],0,(function(){return 1e4*this.millisecond()})),V(0,["SSSSSSSS",8],0,(function(){return 1e5*this.millisecond()})),V(0,["SSSSSSSSS",9],0,(function(){return 1e6*this.millisecond()})),de("S",X,U),de("SS",X,z),de("SSS",X,B),wa="SSSS";wa.length<=9;wa+="S")de(wa,te);function Ya(e,t){t[we]=_e(1e3*("0."+e))}for(wa="S";wa.length<=9;wa+="S")he(wa,Ya);Da=xe("Milliseconds",!1),V("z",0,0,"zoneAbbr"),V("zz",0,0,"zoneName");var Ta=M.prototype;function Sa(e){return e}Ta.add=aa,Ta.calendar=function(e,t){1===arguments.length&&(arguments[0]?ia(arguments[0])?(e=arguments[0],t=void 0):function(e){var t,a=r(e)&&!d(e),s=!1,n=["sameDay","nextDay","lastDay","nextWeek","lastWeek","sameElse"];for(t=0;ta.valueOf():a.valueOf()9999?E(a,t?"YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYYYY-MM-DD[T]HH:mm:ss.SSSZ"):T(Date.prototype.toISOString)?t?this.toDate().toISOString():new Date(this.valueOf()+60*this.utcOffset()*1e3).toISOString().replace("Z",E(a,"Z")):E(a,t?"YYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYY-MM-DD[T]HH:mm:ss.SSSZ")},Ta.inspect=function(){if(!this.isValid())return"moment.invalid(/* "+this._i+" */)";var e,t,a,s="moment",n="";return this.isLocal()||(s=0===this.utcOffset()?"moment.utc":"moment.parseZone",n="Z"),e="["+s+'("]',t=0<=this.year()&&this.year()<=9999?"YYYY":"YYYYYY",a=n+'[")]',this.format(e+t+"-MM-DD[T]HH:mm:ss.SSS"+a)},"undefined"!=typeof Symbol&&null!=Symbol.for&&(Ta[Symbol.for("nodejs.util.inspect.custom")]=function(){return"Moment<"+this.format()+">"}),Ta.toJSON=function(){return this.isValid()?this.toISOString():null},Ta.toString=function(){return this.clone().locale("en").format("ddd MMM DD YYYY HH:mm:ss [GMT]ZZ")},Ta.unix=function(){return Math.floor(this.valueOf()/1e3)},Ta.valueOf=function(){return this._d.valueOf()-6e4*(this._offset||0)},Ta.creationData=function(){return{input:this._i,format:this._f,locale:this._locale,isUTC:this._isUTC,strict:this._strict}},Ta.eraName=function(){var e,t,a,s=this.localeData().eras();for(e=0,t=s.length;ethis.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()},Ta.isLocal=function(){return!!this.isValid()&&!this._isUTC},Ta.isUtcOffset=function(){return!!this.isValid()&&this._isUTC},Ta.isUtc=Zt,Ta.isUTC=Zt,Ta.zoneAbbr=function(){return this._isUTC?"UTC":""},Ta.zoneName=function(){return this._isUTC?"Coordinated Universal Time":""},Ta.dates=w("dates accessor is deprecated. Use date instead.",ba),Ta.months=w("months accessor is deprecated. Use month instead",We),Ta.years=w("years accessor is deprecated. Use year instead",Se),Ta.zone=w("moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/",(function(e,t){return null!=e?("string"!=typeof e&&(e=-e),this.utcOffset(e,t),this):-this.utcOffset()})),Ta.isDSTShifted=w("isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information",(function(){if(!l(this._isDSTShifted))return this._isDSTShifted;var e,t={};return k(t,this),(t=jt(t))._a?(e=t._isUTC?h(t._a):At(t._a),this._isDSTShifted=this.isValid()&&function(e,t,a){var s,n=Math.min(e.length,t.length),i=Math.abs(e.length-t.length),r=0;for(s=0;s0):this._isDSTShifted=!1,this._isDSTShifted}));var xa=x.prototype;function Ha(e,t,a,s){var n=vt(),i=h().set(s,t);return n[a](i,e)}function Pa(e,t,a){if(u(e)&&(t=e,e=void 0),e=e||"",null!=t)return Ha(e,t,a,"month");var s,n=[];for(s=0;s<12;s++)n[s]=Ha(e,s,a,"month");return n}function ja(e,t,a,s){"boolean"==typeof e?(u(t)&&(a=t,t=void 0),t=t||""):(a=t=e,e=!1,u(t)&&(a=t,t=void 0),t=t||"");var n,i=vt(),r=e?i._week.dow:0,o=[];if(null!=a)return Ha(t,(a+r)%7,s,"day");for(n=0;n<7;n++)o[n]=Ha(t,(n+r)%7,s,"day");return o}xa.calendar=function(e,t,a){var s=this._calendar[e]||this._calendar.sameElse;return T(s)?s.call(t,a):s},xa.longDateFormat=function(e){var t=this._longDateFormat[e],a=this._longDateFormat[e.toUpperCase()];return t||!a?t:(this._longDateFormat[e]=a.match(P).map((function(e){return"MMMM"===e||"MM"===e||"DD"===e||"dddd"===e?e.slice(1):e})).join(""),this._longDateFormat[e])},xa.invalidDate=function(){return this._invalidDate},xa.ordinal=function(e){return this._ordinal.replace("%d",e)},xa.preparse=Sa,xa.postformat=Sa,xa.relativeTime=function(e,t,a,s){var n=this._relativeTime[a];return T(n)?n(e,t,a,s):n.replace(/%d/i,e)},xa.pastFuture=function(e,t){var a=this._relativeTime[e>0?"future":"past"];return T(a)?a(t):a.replace(/%s/i,t)},xa.set=function(e){var t,a;for(a in e)o(e,a)&&(T(t=e[a])?this[a]=t:this["_"+a]=t);this._config=e,this._dayOfMonthOrdinalParseLenient=new RegExp((this._dayOfMonthOrdinalParse.source||this._ordinalParse.source)+"|"+/\d{1,2}/.source)},xa.eras=function(e,t){var a,s,i,r=this._eras||vt("en")._eras;for(a=0,s=r.length;a=0)return d[s]},xa.erasConvertYear=function(e,t){var a=e.since<=e.until?1:-1;return void 0===t?n(e.since).year():n(e.since).year()+(t-e.offset)*a},xa.erasAbbrRegex=function(e){return o(this,"_erasAbbrRegex")||ga.call(this),e?this._erasAbbrRegex:this._erasRegex},xa.erasNameRegex=function(e){return o(this,"_erasNameRegex")||ga.call(this),e?this._erasNameRegex:this._erasRegex},xa.erasNarrowRegex=function(e){return o(this,"_erasNarrowRegex")||ga.call(this),e?this._erasNarrowRegex:this._erasRegex},xa.months=function(e,t){return e?i(this._months)?this._months[e.month()]:this._months[(this._months.isFormat||Ve).test(t)?"format":"standalone"][e.month()]:i(this._months)?this._months:this._months.standalone},xa.monthsShort=function(e,t){return e?i(this._monthsShort)?this._monthsShort[e.month()]:this._monthsShort[Ve.test(t)?"format":"standalone"][e.month()]:i(this._monthsShort)?this._monthsShort:this._monthsShort.standalone},xa.monthsParse=function(e,t,a){var s,n,i;if(this._monthsParseExact)return Ie.call(this,e,t,a);for(this._monthsParse||(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[]),s=0;s<12;s++){if(n=h([2e3,s]),a&&!this._longMonthsParse[s]&&(this._longMonthsParse[s]=new RegExp("^"+this.months(n,"").replace(".","")+"$","i"),this._shortMonthsParse[s]=new RegExp("^"+this.monthsShort(n,"").replace(".","")+"$","i")),a||this._monthsParse[s]||(i="^"+this.months(n,"")+"|^"+this.monthsShort(n,""),this._monthsParse[s]=new RegExp(i.replace(".",""),"i")),a&&"MMMM"===t&&this._longMonthsParse[s].test(e))return s;if(a&&"MMM"===t&&this._shortMonthsParse[s].test(e))return s;if(!a&&this._monthsParse[s].test(e))return s}},xa.monthsRegex=function(e){return this._monthsParseExact?(o(this,"_monthsRegex")||Ne.call(this),e?this._monthsStrictRegex:this._monthsRegex):(o(this,"_monthsRegex")||(this._monthsRegex=Fe),this._monthsStrictRegex&&e?this._monthsStrictRegex:this._monthsRegex)},xa.monthsShortRegex=function(e){return this._monthsParseExact?(o(this,"_monthsRegex")||Ne.call(this),e?this._monthsShortStrictRegex:this._monthsShortRegex):(o(this,"_monthsShortRegex")||(this._monthsShortRegex=Ee),this._monthsShortStrictRegex&&e?this._monthsShortStrictRegex:this._monthsShortRegex)},xa.week=function(e){return qe(e,this._week.dow,this._week.doy).week},xa.firstDayOfYear=function(){return this._week.doy},xa.firstDayOfWeek=function(){return this._week.dow},xa.weekdays=function(e,t){var a=i(this._weekdays)?this._weekdays:this._weekdays[e&&!0!==e&&this._weekdays.isFormat.test(t)?"format":"standalone"];return!0===e?Je(a,this._week.dow):e?a[e.day()]:a},xa.weekdaysMin=function(e){return!0===e?Je(this._weekdaysMin,this._week.dow):e?this._weekdaysMin[e.day()]:this._weekdaysMin},xa.weekdaysShort=function(e){return!0===e?Je(this._weekdaysShort,this._week.dow):e?this._weekdaysShort[e.day()]:this._weekdaysShort},xa.weekdaysParse=function(e,t,a){var s,n,i;if(this._weekdaysParseExact)return at.call(this,e,t,a);for(this._weekdaysParse||(this._weekdaysParse=[],this._minWeekdaysParse=[],this._shortWeekdaysParse=[],this._fullWeekdaysParse=[]),s=0;s<7;s++){if(n=h([2e3,1]).day(s),a&&!this._fullWeekdaysParse[s]&&(this._fullWeekdaysParse[s]=new RegExp("^"+this.weekdays(n,"").replace(".","\\.?")+"$","i"),this._shortWeekdaysParse[s]=new RegExp("^"+this.weekdaysShort(n,"").replace(".","\\.?")+"$","i"),this._minWeekdaysParse[s]=new RegExp("^"+this.weekdaysMin(n,"").replace(".","\\.?")+"$","i")),this._weekdaysParse[s]||(i="^"+this.weekdays(n,"")+"|^"+this.weekdaysShort(n,"")+"|^"+this.weekdaysMin(n,""),this._weekdaysParse[s]=new RegExp(i.replace(".",""),"i")),a&&"dddd"===t&&this._fullWeekdaysParse[s].test(e))return s;if(a&&"ddd"===t&&this._shortWeekdaysParse[s].test(e))return s;if(a&&"dd"===t&&this._minWeekdaysParse[s].test(e))return s;if(!a&&this._weekdaysParse[s].test(e))return s}},xa.weekdaysRegex=function(e){return this._weekdaysParseExact?(o(this,"_weekdaysRegex")||st.call(this),e?this._weekdaysStrictRegex:this._weekdaysRegex):(o(this,"_weekdaysRegex")||(this._weekdaysRegex=Qe),this._weekdaysStrictRegex&&e?this._weekdaysStrictRegex:this._weekdaysRegex)},xa.weekdaysShortRegex=function(e){return this._weekdaysParseExact?(o(this,"_weekdaysRegex")||st.call(this),e?this._weekdaysShortStrictRegex:this._weekdaysShortRegex):(o(this,"_weekdaysShortRegex")||(this._weekdaysShortRegex=et),this._weekdaysShortStrictRegex&&e?this._weekdaysShortStrictRegex:this._weekdaysShortRegex)},xa.weekdaysMinRegex=function(e){return this._weekdaysParseExact?(o(this,"_weekdaysRegex")||st.call(this),e?this._weekdaysMinStrictRegex:this._weekdaysMinRegex):(o(this,"_weekdaysMinRegex")||(this._weekdaysMinRegex=tt),this._weekdaysMinStrictRegex&&e?this._weekdaysMinStrictRegex:this._weekdaysMinRegex)},xa.isPM=function(e){return"p"===(e+"").toLowerCase().charAt(0)},xa.meridiem=function(e,t,a){return e>11?a?"pm":"PM":a?"am":"AM"},pt("en",{eras:[{since:"0001-01-01",until:1/0,offset:1,name:"Anno Domini",narrow:"AD",abbr:"AD"},{since:"0000-12-31",until:-1/0,offset:1,name:"Before Christ",narrow:"BC",abbr:"BC"}],dayOfMonthOrdinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(e){var t=e%10;return e+(1===_e(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")}}),n.lang=w("moment.lang is deprecated. Use moment.locale instead.",pt),n.langData=w("moment.langData is deprecated. Use moment.localeData instead.",vt);var Oa=Math.abs;function Aa(e,t,a,s){var n=Kt(t,a);return e._milliseconds+=s*n._milliseconds,e._days+=s*n._days,e._months+=s*n._months,e._bubble()}function Va(e){return e<0?Math.floor(e):Math.ceil(e)}function Ea(e){return 4800*e/146097}function Fa(e){return 146097*e/4800}function Ia(e){return function(){return this.as(e)}}var $a=Ia("ms"),Wa=Ia("s"),Na=Ia("m"),Ra=Ia("h"),Ua=Ia("d"),za=Ia("w"),Ba=Ia("M"),qa=Ia("Q"),Za=Ia("y"),Ja=$a;function Ga(e){return function(){return this.isValid()?this._data[e]:NaN}}var Ka=Ga("milliseconds"),Xa=Ga("seconds"),Qa=Ga("minutes"),es=Ga("hours"),ts=Ga("days"),as=Ga("months"),ss=Ga("years");var ns=Math.round,is={ss:44,s:45,m:45,h:22,d:26,w:null,M:11};function rs(e,t,a,s,n){return n.relativeTime(t||1,!!a,e,s)}var os=Math.abs;function ds(e){return(e>0)-(e<0)||+e}function ls(){if(!this.isValid())return this.localeData().invalidDate();var e,t,a,s,n,i,r,o,d=os(this._milliseconds)/1e3,l=os(this._days),u=os(this._months),c=this.asSeconds();return c?(e=ce(d/60),t=ce(e/60),d%=60,e%=60,a=ce(u/12),u%=12,s=d?d.toFixed(3).replace(/\.?0+$/,""):"",n=c<0?"-":"",i=ds(this._months)!==ds(c)?"-":"",r=ds(this._days)!==ds(c)?"-":"",o=ds(this._milliseconds)!==ds(c)?"-":"",n+"P"+(a?i+a+"Y":"")+(u?i+u+"M":"")+(l?r+l+"D":"")+(t||e||d?"T":"")+(t?o+t+"H":"")+(e?o+e+"M":"")+(d?o+s+"S":"")):"P0D"}var us=$t.prototype;return us.isValid=function(){return this._isValid},us.abs=function(){var e=this._data;return this._milliseconds=Oa(this._milliseconds),this._days=Oa(this._days),this._months=Oa(this._months),e.milliseconds=Oa(e.milliseconds),e.seconds=Oa(e.seconds),e.minutes=Oa(e.minutes),e.hours=Oa(e.hours),e.months=Oa(e.months),e.years=Oa(e.years),this},us.add=function(e,t){return Aa(this,e,t,1)},us.subtract=function(e,t){return Aa(this,e,t,-1)},us.as=function(e){if(!this.isValid())return NaN;var t,a,s=this._milliseconds;if("month"===(e=$(e))||"quarter"===e||"year"===e)switch(t=this._days+s/864e5,a=this._months+Ea(t),e){case"month":return a;case"quarter":return a/3;case"year":return a/12}else switch(t=this._days+Math.round(Fa(this._months)),e){case"week":return t/7+s/6048e5;case"day":return t+s/864e5;case"hour":return 24*t+s/36e5;case"minute":return 1440*t+s/6e4;case"second":return 86400*t+s/1e3;case"millisecond":return Math.floor(864e5*t)+s;default:throw new Error("Unknown unit "+e)}},us.asMilliseconds=$a,us.asSeconds=Wa,us.asMinutes=Na,us.asHours=Ra,us.asDays=Ua,us.asWeeks=za,us.asMonths=Ba,us.asQuarters=qa,us.asYears=Za,us.valueOf=Ja,us._bubble=function(){var e,t,a,s,n,i=this._milliseconds,r=this._days,o=this._months,d=this._data;return i>=0&&r>=0&&o>=0||i<=0&&r<=0&&o<=0||(i+=864e5*Va(Fa(o)+r),r=0,o=0),d.milliseconds=i%1e3,e=ce(i/1e3),d.seconds=e%60,t=ce(e/60),d.minutes=t%60,a=ce(t/60),d.hours=a%24,r+=ce(a/24),o+=n=ce(Ea(r)),r-=Va(Fa(n)),s=ce(o/12),o%=12,d.days=r,d.months=o,d.years=s,this},us.clone=function(){return Kt(this)},us.get=function(e){return e=$(e),this.isValid()?this[e+"s"]():NaN},us.milliseconds=Ka,us.seconds=Xa,us.minutes=Qa,us.hours=es,us.days=ts,us.weeks=function(){return ce(this.days()/7)},us.months=as,us.years=ss,us.humanize=function(e,t){if(!this.isValid())return this.localeData().invalidDate();var a,s,n=!1,i=is;return"object"==typeof e&&(t=e,e=!1),"boolean"==typeof e&&(n=e),"object"==typeof t&&(i=Object.assign({},is,t),null!=t.s&&null==t.ss&&(i.ss=t.s-1)),s=function(e,t,a,s){var n=Kt(e).abs(),i=ns(n.as("s")),r=ns(n.as("m")),o=ns(n.as("h")),d=ns(n.as("d")),l=ns(n.as("M")),u=ns(n.as("w")),c=ns(n.as("y")),_=i<=a.ss&&["s",i]||i0,_[4]=s,rs.apply(null,_)}(this,!n,i,a=this.localeData()),n&&(s=a.pastFuture(+this,s)),a.postformat(s)},us.toISOString=ls,us.toString=ls,us.toJSON=ls,us.locale=oa,us.localeData=la,us.toIsoString=w("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",ls),us.lang=da,V("X",0,0,"unix"),V("x",0,0,"valueOf"),de("x",ae),de("X",/[+-]?\d+(\.\d{1,3})?/),he("X",(function(e,t,a){a._d=new Date(1e3*parseFloat(e))})),he("x",(function(e,t,a){a._d=new Date(_e(e))})),n.version="2.30.1",t=At,n.fn=Ta,n.min=function(){return Ft("isBefore",[].slice.call(arguments,0))},n.max=function(){return Ft("isAfter",[].slice.call(arguments,0))},n.now=function(){return Date.now?Date.now():+new Date},n.utc=h,n.unix=function(e){return At(1e3*e)},n.months=function(e,t){return Pa(e,t,"months")},n.isDate=c,n.locale=pt,n.invalid=v,n.duration=Kt,n.isMoment=b,n.weekdays=function(e,t,a){return ja(e,t,a,"weekdays")},n.parseZone=function(){return At.apply(null,arguments).parseZone()},n.localeData=vt,n.isDuration=Wt,n.monthsShort=function(e,t){return Pa(e,t,"monthsShort")},n.weekdaysMin=function(e,t,a){return ja(e,t,a,"weekdaysMin")},n.defineLocale=ft,n.updateLocale=function(e,t){if(null!=t){var a,s,n=lt;null!=ut[e]&&null!=ut[e].parentLocale?ut[e].set(S(ut[e]._config,t)):(null!=(s=ht(e))&&(n=s._config),t=S(n,t),null==s&&(t.abbr=e),(a=new x(t)).parentLocale=ut[e],ut[e]=a),pt(e)}else null!=ut[e]&&(null!=ut[e].parentLocale?(ut[e]=ut[e].parentLocale,e===pt()&&pt(e)):null!=ut[e]&&delete ut[e]);return ut[e]},n.locales=function(){return D(ut)},n.weekdaysShort=function(e,t,a){return ja(e,t,a,"weekdaysShort")},n.normalizeUnits=$,n.relativeTimeRounding=function(e){return void 0===e?ns:"function"==typeof e&&(ns=e,!0)},n.relativeTimeThreshold=function(e,t){return void 0!==is[e]&&(void 0===t?is[e]:(is[e]=t,"s"===e&&(is.ss=t-1),!0))},n.calendarFormat=function(e,t){var a=e.diff(t,"days",!0);return a<-6?"sameElse":a<-1?"lastWeek":a<0?"lastDay":a<1?"sameDay":a<2?"nextDay":a<7?"nextWeek":"sameElse"},n.prototype=Ta,n.HTML5_FMT={DATETIME_LOCAL:"YYYY-MM-DDTHH:mm",DATETIME_LOCAL_SECONDS:"YYYY-MM-DDTHH:mm:ss",DATETIME_LOCAL_MS:"YYYY-MM-DDTHH:mm:ss.SSS",DATE:"YYYY-MM-DD",TIME:"HH:mm",TIME_SECONDS:"HH:mm:ss",TIME_MS:"HH:mm:ss.SSS",WEEK:"GGGG-[W]WW",MONTH:"YYYY-MM"},n}()},4809:function(e,t){var a,s;a=function e(){"use strict";var t="undefined"!=typeof self?self:"undefined"!=typeof window?window:void 0!==t?t:{},a=!t.document&&!!t.postMessage,s=t.IS_PAPA_WORKER||!1,n={},i=0,r={parse:function(a,s){var o=(s=s||{}).dynamicTyping||!1;if(M(o)&&(s.dynamicTypingFunction=o,o={}),s.dynamicTyping=o,s.transform=!!M(s.transform)&&s.transform,s.worker&&r.WORKERS_SUPPORTED){var d=function(){if(!r.WORKERS_SUPPORTED)return!1;var a,s,o=(a=t.URL||t.webkitURL||null,s=e.toString(),r.BLOB_URL||(r.BLOB_URL=a.createObjectURL(new Blob(["var global = (function() { if (typeof self !== 'undefined') { return self; } if (typeof window !== 'undefined') { return window; } if (typeof global !== 'undefined') { return global; } return {}; })(); global.IS_PAPA_WORKER=true; ","(",s,")();"],{type:"text/javascript"})))),d=new t.Worker(o);return d.onmessage=f,d.id=i++,n[d.id]=d}();return d.userStep=s.step,d.userChunk=s.chunk,d.userComplete=s.complete,d.userError=s.error,s.step=M(s.step),s.chunk=M(s.chunk),s.complete=M(s.complete),s.error=M(s.error),delete s.worker,void d.postMessage({input:a,config:s,workerId:d.id})}var m=null;return r.NODE_STREAM_INPUT,"string"==typeof a?(a=function(e){return 65279===e.charCodeAt(0)?e.slice(1):e}(a),m=s.download?new l(s):new c(s)):!0===a.readable&&M(a.read)&&M(a.on)?m=new _(s):(t.File&&a instanceof File||a instanceof Object)&&(m=new u(s)),m.stream(a)},unparse:function(e,t){var a=!1,s=!0,n=",",i="\r\n",o='"',d=o+o,l=!1,u=null,c=!1;!function(){if("object"==typeof t){if("string"!=typeof t.delimiter||r.BAD_DELIMITERS.filter((function(e){return-1!==t.delimiter.indexOf(e)})).length||(n=t.delimiter),("boolean"==typeof t.quotes||"function"==typeof t.quotes||Array.isArray(t.quotes))&&(a=t.quotes),"boolean"!=typeof t.skipEmptyLines&&"string"!=typeof t.skipEmptyLines||(l=t.skipEmptyLines),"string"==typeof t.newline&&(i=t.newline),"string"==typeof t.quoteChar&&(o=t.quoteChar),"boolean"==typeof t.header&&(s=t.header),Array.isArray(t.columns)){if(0===t.columns.length)throw new Error("Option columns is empty");u=t.columns}void 0!==t.escapeChar&&(d=t.escapeChar+o),("boolean"==typeof t.escapeFormulae||t.escapeFormulae instanceof RegExp)&&(c=t.escapeFormulae instanceof RegExp?t.escapeFormulae:/^[=+\-@\t\r].*$/)}}();var _=new RegExp(h(o),"g");if("string"==typeof e&&(e=JSON.parse(e)),Array.isArray(e)){if(!e.length||Array.isArray(e[0]))return m(null,e,l);if("object"==typeof e[0])return m(u||Object.keys(e[0]),e,l)}else if("object"==typeof e)return"string"==typeof e.data&&(e.data=JSON.parse(e.data)),Array.isArray(e.data)&&(e.fields||(e.fields=e.meta&&e.meta.fields||u),e.fields||(e.fields=Array.isArray(e.data[0])?e.fields:"object"==typeof e.data[0]?Object.keys(e.data[0]):[]),Array.isArray(e.data[0])||"object"==typeof e.data[0]||(e.data=[e.data])),m(e.fields||[],e.data||[],l);throw new Error("Unable to serialize unrecognized input");function m(e,t,a){var r="";"string"==typeof e&&(e=JSON.parse(e)),"string"==typeof t&&(t=JSON.parse(t));var o=Array.isArray(e)&&0=this._config.preview;if(s)t.postMessage({results:o,workerId:r.WORKER_ID,finished:l});else if(M(this._config.chunk)&&!a){if(this._config.chunk(o,this._handle),this._handle.paused()||this._handle.aborted())return void(this._halted=!0);o=void 0,this._completeResults=void 0}return this._config.step||this._config.chunk||(this._completeResults.data=this._completeResults.data.concat(o.data),this._completeResults.errors=this._completeResults.errors.concat(o.errors),this._completeResults.meta=o.meta),this._completed||!l||!M(this._config.complete)||o&&o.meta.aborted||(this._config.complete(this._completeResults,this._input),this._completed=!0),l||o&&o.meta.paused||this._nextChunk(),o}this._halted=!0},this._sendError=function(e){M(this._config.error)?this._config.error(e):s&&this._config.error&&t.postMessage({workerId:r.WORKER_ID,error:e,finished:!1})}}function l(e){var t;(e=e||{}).chunkSize||(e.chunkSize=r.RemoteChunkSize),d.call(this,e),this._nextChunk=a?function(){this._readChunk(),this._chunkLoaded()}:function(){this._readChunk()},this.stream=function(e){this._input=e,this._nextChunk()},this._readChunk=function(){if(this._finished)this._chunkLoaded();else{if(t=new XMLHttpRequest,this._config.withCredentials&&(t.withCredentials=this._config.withCredentials),a||(t.onload=k(this._chunkLoaded,this),t.onerror=k(this._chunkError,this)),t.open(this._config.downloadRequestBody?"POST":"GET",this._input,!a),this._config.downloadRequestHeaders){var e=this._config.downloadRequestHeaders;for(var s in e)t.setRequestHeader(s,e[s])}if(this._config.chunkSize){var n=this._start+this._config.chunkSize-1;t.setRequestHeader("Range","bytes="+this._start+"-"+n)}try{t.send(this._config.downloadRequestBody)}catch(e){this._chunkError(e.message)}a&&0===t.status&&this._chunkError()}},this._chunkLoaded=function(){4===t.readyState&&(t.status<200||400<=t.status?this._chunkError():(this._start+=this._config.chunkSize?this._config.chunkSize:t.responseText.length,this._finished=!this._config.chunkSize||this._start>=function(e){var t=e.getResponseHeader("Content-Range");return null===t?-1:parseInt(t.substring(t.lastIndexOf("/")+1))}(t),this.parseChunk(t.responseText)))},this._chunkError=function(e){var a=t.statusText||e;this._sendError(new Error(a))}}function u(e){var t,a;(e=e||{}).chunkSize||(e.chunkSize=r.LocalChunkSize),d.call(this,e);var s="undefined"!=typeof FileReader;this.stream=function(e){this._input=e,a=e.slice||e.webkitSlice||e.mozSlice,s?((t=new FileReader).onload=k(this._chunkLoaded,this),t.onerror=k(this._chunkError,this)):t=new FileReaderSync,this._nextChunk()},this._nextChunk=function(){this._finished||this._config.preview&&!(this._rowCount=this._input.size,this.parseChunk(e.target.result)},this._chunkError=function(){this._sendError(t.error)}}function c(e){var t;d.call(this,e=e||{}),this.stream=function(e){return t=e,this._nextChunk()},this._nextChunk=function(){if(!this._finished){var e,a=this._config.chunkSize;return a?(e=t.substring(0,a),t=t.substring(a)):(e=t,t=""),this._finished=!t,this.parseChunk(e)}}}function _(e){d.call(this,e=e||{});var t=[],a=!0,s=!1;this.pause=function(){d.prototype.pause.apply(this,arguments),this._input.pause()},this.resume=function(){d.prototype.resume.apply(this,arguments),this._input.resume()},this.stream=function(e){this._input=e,this._input.on("data",this._streamData),this._input.on("end",this._streamEnd),this._input.on("error",this._streamError)},this._checkIsFinished=function(){s&&1===t.length&&(this._finished=!0)},this._nextChunk=function(){this._checkIsFinished(),t.length?this.parseChunk(t.shift()):a=!0},this._streamData=k((function(e){try{t.push("string"==typeof e?e:e.toString(this._config.encoding)),a&&(a=!1,this._checkIsFinished(),this.parseChunk(t.shift()))}catch(e){this._streamError(e)}}),this),this._streamError=k((function(e){this._streamCleanUp(),this._sendError(e)}),this),this._streamEnd=k((function(){this._streamCleanUp(),s=!0,this._streamData("")}),this),this._streamCleanUp=k((function(){this._input.removeListener("data",this._streamData),this._input.removeListener("end",this._streamEnd),this._input.removeListener("error",this._streamError)}),this)}function m(e){var t,a,s,n=Math.pow(2,53),i=-n,o=/^\s*-?(\d+\.?|\.\d+|\d+\.\d+)([eE][-+]?\d+)?\s*$/,d=/^((\d{4}-[01]\d-[0-3]\dT[0-2]\d:[0-5]\d:[0-5]\d\.\d+([+-][0-2]\d:[0-5]\d|Z))|(\d{4}-[01]\d-[0-3]\dT[0-2]\d:[0-5]\d:[0-5]\d([+-][0-2]\d:[0-5]\d|Z))|(\d{4}-[01]\d-[0-3]\dT[0-2]\d:[0-5]\d([+-][0-2]\d:[0-5]\d|Z)))$/,l=this,u=0,c=0,_=!1,m=!1,f=[],v={data:[],errors:[],meta:{}};if(M(e.step)){var g=e.step;e.step=function(t){if(v=t,L())b();else{if(b(),0===v.data.length)return;u+=t.data.length,e.preview&&u>e.preview?a.abort():(v.data=v.data[0],g(v,l))}}}function k(t){return"greedy"===e.skipEmptyLines?""===t.join("").trim():1===t.length&&0===t[0].length}function b(){return v&&s&&(D("Delimiter","UndetectableDelimiter","Unable to auto-detect delimiting character; defaulted to '"+r.DefaultDelimiter+"'"),s=!1),e.skipEmptyLines&&(v.data=v.data.filter((function(e){return!k(e)}))),L()&&function(){if(v)if(Array.isArray(v.data[0])){for(var t=0;L()&&t=f.length?"__parsed_extra":f[s]),e.transform&&(r=e.transform(r,i)),r=w(i,r),"__parsed_extra"===i?(n[i]=n[i]||[],n[i].push(r)):n[i]=r}return e.header&&(s>f.length?D("FieldMismatch","TooManyFields","Too many fields: expected "+f.length+" fields but parsed "+s,c+a):s=s.length/2?"\r\n":"\r"}(n,d)),s=!1,e.delimiter)M(e.delimiter)&&(e.delimiter=e.delimiter(n),v.meta.delimiter=e.delimiter);else{var l=function(t,a,s,n,i){var o,d,l,u;i=i||[",","\t","|",";",r.RECORD_SEP,r.UNIT_SEP];for(var c=0;c=o)return B(!0)}else for(I=u,u++;;){if(-1===(I=r.indexOf(t,I+1)))return m||b.push({type:"Quotes",code:"MissingQuotes",message:"Quoted field unterminated",row:k.length,index:u}),U();if(I===p-1)return U(r.substring(u,I).replace(F,t));if(t!==l||r[I+1]!==l){if(t===l||0===I||r[I-1]!==l){-1!==V&&V=o)return B(!0);break}b.push({type:"Quotes",code:"InvalidQuotes",message:"Trailing quote on quoted field is malformed",row:k.length,index:u}),I++}}else I++}return U();function N(e){k.push(e),w=u}function R(e){var t=0;if(-1!==e){var a=r.substring(I+1,e);a&&""===a.trim()&&(t=a.length)}return t}function U(e){return m||(void 0===e&&(e=r.substring(u)),L.push(e),u=p,N(L),y&&q()),B()}function z(e){u=e,N(L),L=[],E=r.indexOf(s,u)}function B(e){return{data:k,errors:b,meta:{delimiter:a,linebreak:s,aborted:c,truncated:!!e,cursor:w+(_||0)}}}function q(){i(B()),k=[],b=[]}},this.abort=function(){c=!0},this.getCharIndex=function(){return u}}function f(e){var t=e.data,a=n[t.workerId],s=!1;if(t.error)a.userError(t.error,t.file);else if(t.results&&t.results.data){var i={abort:function(){s=!0,v(t.workerId,{data:[],errors:[],meta:{aborted:!0}})},pause:g,resume:g};if(M(a.userStep)){for(var r=0;r{var s,n,i;!function(){"use strict";n=[a(428)],s=function(e){var t,a=window.Slick||{};(t=0,a=function(a,s){var n,i=this;i.defaults={accessibility:!0,adaptiveHeight:!1,appendArrows:e(a),appendDots:e(a),arrows:!0,asNavFor:null,prevArrow:'',nextArrow:'',autoplay:!1,autoplaySpeed:3e3,centerMode:!1,centerPadding:"50px",cssEase:"ease",customPaging:function(t,a){return e(''; } } + + /** + * Add dokan commission meta-box in woocommerce order details page + * and add suborders or related sibling orders in meta-box. + * + * @since 3.14.0 + * + * @return void + */ + public function add_commission_metabox_and_related_orders_in_order_details_page( $post_type, $post ) { + $screen = OrderUtil::get_order_admin_screen(); + + if ( $screen !== $post_type ) { + return; + } + + $order = dokan()->order->get( OrderUtil::get_post_or_order_id( $post ) ); + $has_sub_order = '1' === $order->get_meta( 'has_sub_order', true ); + + // Check if the screen is order details page and if it is a child order. + if ( ! $has_sub_order ) { + add_meta_box( + 'dokan_commission_box', + __( 'Commissions', 'dokan-lite' ), + [ $this, 'commission_meta_box' ], + $screen, + 'normal', + 'core' + ); + } + + // If the order has is a parent order or a child order, avoid those order that has no parent order or child order. + if ( $has_sub_order || ! empty( $order->get_parent_id() ) ) { + $title = $has_sub_order ? __( 'Sub orders', 'dokan-lite' ) : __( 'Related orders', 'dokan-lite' ); + + add_meta_box( + 'dokan_sub_or_related_orders', + $title, + [ $this, 'sub_or_related_orders_meta_box' ], + $screen, + 'normal', + 'core' + ); + } + } + + /** + * Dokan order commission meta-box body. + * + * @since 3.14.0 + * + * @param WP_Post|WC_Order $post_or_order + * + * @return void + */ + public function commission_meta_box( $post_or_order ) { + global $wpdb; + $order = dokan()->order->get( OrderUtil::get_post_or_order_id( $post_or_order ) ); + + $data = $wpdb->get_row( + $wpdb->prepare( "SELECT order_total,net_amount FROM {$wpdb->prefix}dokan_orders WHERE order_id = %d LIMIT 1", $order->get_id() ) + ); + + $order_total = $data && property_exists( $data, 'order_total' ) ? $data->order_total : 0; + $net_amount = $data && property_exists( $data, 'net_amount' ) ? $data->net_amount : 0; + + $total_commission = (float) $order_total - (float) $net_amount; + $all_commission_types = array_merge( dokan_commission_types(), dokan()->commission->get_legacy_commission_types() ); + + dokan_get_template_part( + 'orders/commission-meta-box-html', '', [ + 'order' => $order, + 'data' => $data, + 'total_commission' => $total_commission, + 'all_commission_types' => $all_commission_types, + ] + ); + } + + /** + * Content of suborder or related order meta-box. + * + * @param $post_or_order + * + * @return void + */ + public function sub_or_related_orders_meta_box( $post_or_order ) { + $order = dokan()->order->get( OrderUtil::get_post_or_order_id( $post_or_order ) ); + $parent_order = new WC_Order(); + $has_sub_order = '1' === $order->get_meta( 'has_sub_order', true ); + + if ( $has_sub_order ) { + $orders_to_render = dokan()->order->get_child_orders( $order->get_id() ); + } else { + $orders_to_render = dokan()->order->all( + [ + 'parent' => $order->get_parent_id(), + 'limit' => -1, + 'type' => 'shop_order', + ] + ); + + $parent_order = dokan()->order->get( $order->get_parent_id() ); + + $orders_to_render = array_filter( + $orders_to_render, + function ( $item ) use ( $order ) { + return $item->get_id() !== $order->get_id(); + } + ); + + array_unshift( $orders_to_render, $parent_order ); + } + + dokan_get_template_part( + 'orders/sub-order-related-order-meta-box-html', '', array( + 'order' => $order, + 'parent_order' => $parent_order, + 'has_sub_order' => $has_sub_order, + 'orders_to_render' => $orders_to_render, + ) + ); + } } diff --git a/includes/Order/Hooks.php b/includes/Order/Hooks.php index 3bef0c4f5d..dc2e1abecf 100644 --- a/includes/Order/Hooks.php +++ b/includes/Order/Hooks.php @@ -184,9 +184,9 @@ private function is_status_change_allowed( string $current_status, string $new_s */ $whitelist = apply_filters( 'dokan_sub_order_status_update_whitelist', $default_whitelist ); - // If the current status is not in the whitelist, status change is not allowed - if ( ! isset( $whitelist[ $current_status ] ) ) { - return false; + // Allow any status change if the current status is not in the whitelist or the new status is not allowed + if ( ! array_key_exists( $current_status, $whitelist ) || ! array_key_exists( $new_status, $whitelist ) ) { + return true; } // If 'any' is allowed for the current status, all transitions are allowed diff --git a/includes/Product/Hooks.php b/includes/Product/Hooks.php index 6543cb504a..d0b6c326e5 100644 --- a/includes/Product/Hooks.php +++ b/includes/Product/Hooks.php @@ -40,6 +40,11 @@ public function __construct() { // Init Product Cache Class new VendorStoreInfo(); new ProductCache(); + + // Product commission + add_action( 'woocommerce_product_options_advanced', array( $this, 'add_per_product_commission_options' ), 15 ); + add_action( 'woocommerce_process_product_meta_simple', array( $this, 'save_per_product_commission_options' ), 15 ); + add_action( 'woocommerce_process_product_meta_variable', array( $this, 'save_per_product_commission_options' ), 15 ); } /** @@ -453,4 +458,100 @@ public function product_review_notification_recipients( $emails, $comment_id ) { return $filtered_emails; } + + /** + * Add per product commission options + * Moved from dokan pro in version 3.14.0 + * + * @since 2.4.12 + * + * @return void + */ + public function add_per_product_commission_options() { + if ( ! current_user_can( 'manage_woocommerce' ) ) { + return; + } + + $product = wc_get_product( get_the_ID() ); + $admin_commission = $product->get_meta( '_per_product_admin_commission' ); + $additional_fee = $product->get_meta( '_per_product_admin_additional_fee' ); + ?> + +
    +

    + + + + + + + + + + + +

    +
    + + + = $_per_product_admin_commission ) { + $admin_commission = ( '' === $_POST['_per_product_admin_commission'] ) ? '' : $_per_product_admin_commission; // phpcs:ignore + } + } + + if ( isset( $_POST['_per_product_admin_additional_fee'] ) ) { // phpcs:ignore + $additional_fee = ( '' === $_POST['_per_product_admin_additional_fee'] ) ? '' : sanitize_text_field( $_POST['_per_product_admin_additional_fee'] ); // phpcs:ignore + } + + update_post_meta( $post_id, '_per_product_admin_commission', $admin_commission ); + update_post_meta( $post_id, '_per_product_admin_additional_fee', wc_format_decimal( $additional_fee ) ); + } } diff --git a/includes/Product/Manager.php b/includes/Product/Manager.php index 6fdeaf0362..0a6a74cb69 100644 --- a/includes/Product/Manager.php +++ b/includes/Product/Manager.php @@ -5,8 +5,10 @@ use WC_Product; use WC_Product_Download; use WeDevs\Dokan\Cache; -use WP_Query; +use WeDevs\Dokan\Commission\Model\Setting; +use WeDevs\Dokan\Commission\Settings\Product; use WP_Error; +use WP_Query; /** * Product manager Class @@ -714,4 +716,55 @@ public function top_rated( $args = [] ) { return $products; } + + /** + * Validate product id (if it's a variable product, return it's parent id) + * + * Moved from \WeDevs\Dokan\Commission() ( commission.php file ) in version 3.14.0 + * + * @since 2.9.21 + * + * @param int $product_id + * + * @return int + */ + public function validate_product_id( $product_id ) { + $product = $this->get( $product_id ); + if ( ! $product ) { + return 0; + } + + $parent_id = $product->get_parent_id(); + + return $parent_id ? $parent_id : $product_id; + } + + /** + * Returns product commission settings data. + * + * @since 3.14.0 + * + * @return \WeDevs\Dokan\Commission\Model\Setting + */ + public function get_commission_settings( $product_id = 0 ) { + $settings = new Product( $product_id ); + + return $settings->get(); + } + + /** + * Saves and returns product commission settings data. + * + * @since 3.14.0 + * + * @return \WeDevs\Dokan\Commission\Model\Setting + */ + public function save_commission_settings( $product_id, $commission ) { + $data['percentage'] = isset( $commission['percentage'] ) ? $commission['percentage'] : ''; + $data['type'] = isset( $commission['type'] ) ? $commission['type'] : ''; + $data['flat'] = isset( $commission['flat'] ) ? $commission['flat'] : ''; + + $setting = new Product( $product_id ); + return $setting->save( $data ); + } } diff --git a/includes/ProductCategory/Helper.php b/includes/ProductCategory/Helper.php index b8bdfd671e..c582787ff6 100644 --- a/includes/ProductCategory/Helper.php +++ b/includes/ProductCategory/Helper.php @@ -99,13 +99,17 @@ private static function get_formatted_chosen_cat( $all_children, $all_ancestors * * @since 3.6.4 * - * @param object $terms + * @param array $terms * * @return array */ public static function generate_chosen_categories( $terms ) { $all_parents = []; + if ( ! is_array( $terms ) ) { + $terms = []; + } + // If any category selection option is turned we don't need to generate chosen categories, all terms are also chosen category. if ( self::is_any_category_selection_enabled() ) { return $terms; diff --git a/includes/REST/AdminMiscController.php b/includes/REST/AdminMiscController.php index 6716d8c3ae..db0c8ce644 100644 --- a/includes/REST/AdminMiscController.php +++ b/includes/REST/AdminMiscController.php @@ -36,6 +36,30 @@ public function register_routes() { ), ) ); + + register_rest_route( + $this->namespace, '/option', [ + [ + 'methods' => WP_REST_Server::READABLE, + 'callback' => [ $this, 'get_option' ], + 'args' => [ + 'section' => [ + 'type' => 'string', + 'description' => __( 'Dokan setting section', 'dokan-lite' ), + 'required' => true, + 'sanitize_callback' => 'sanitize_text_field', + ], + 'option' => [ + 'type' => 'string', + 'description' => __( 'Dokan setting section key', 'dokan-lite' ), + 'required' => true, + 'sanitize_callback' => 'sanitize_text_field', + ], + ], + 'permission_callback' => [ $this, 'check_permission' ], + ], + ] + ); } /** @@ -51,4 +75,20 @@ public function get_help() { return rest_ensure_response( $help ); } + /** + * Get dokan option. + * + * @since 3.14.0 + * + * @param \WP_REST_Request $request + * + * @return \WP_REST_Response|\WP_Error + */ + public function get_option( $request ) { + $section = $request->get_param( 'section' ); + $option = $request->get_param( 'option' ); + $default = ''; + + return rest_ensure_response( dokan_get_option( $option, $section, $default ) ); + } } diff --git a/includes/REST/AdminNoticeController.php b/includes/REST/AdminNoticeController.php index e044b5fcf5..d5e2a8552f 100644 --- a/includes/REST/AdminNoticeController.php +++ b/includes/REST/AdminNoticeController.php @@ -5,6 +5,7 @@ use WeDevs\Dokan\Admin\Notices\Helper; use WP_REST_Response; use WP_REST_Server; +use WP_REST_Request; use WeDevs\Dokan\Abstracts\DokanRESTAdminController; /** @@ -36,6 +37,16 @@ public function register_routes() { 'methods' => WP_REST_Server::READABLE, 'callback' => [ $this, 'dokan_get_admin_notices' ], 'permission_callback' => [ $this, 'check_permission' ], + 'args' => [ + 'scope' => [ + 'description' => __( 'Choose notice scope: "local" displays only on Dokan pages, "global" displays across the entire site.', 'dokan-lite' ), + 'type' => 'string', + 'enum' => [ 'local', 'global' ], + 'required' => false, + 'default' => '', + 'sanitize_callback' => 'sanitize_text_field', + ], + ], ], ] ); @@ -53,13 +64,26 @@ public function register_routes() { /** * Get dokan specific notices + * @param WP_REST_Request $request * * @return WP_REST_Response */ - public function dokan_get_admin_notices() { + public function dokan_get_admin_notices( WP_REST_Request $request ) { + $notice_scope = $request->get_param( 'scope' ); + $notice_scope = ! empty( $notice_scope ) ? $notice_scope : 'local'; + $notices = Helper::dokan_get_admin_notices(); - return rest_ensure_response( $notices ); + // Filter notices by scope + $filter_notices = array_filter( + $notices, + function ( $notice ) use ( $notice_scope ) { + return $notice_scope === ( $notice['scope'] ?? 'local' ); + } + ); + $filter_notices = array_values( $filter_notices ); + + return rest_ensure_response( $filter_notices ); } /** diff --git a/includes/REST/CommissionControllerV1.php b/includes/REST/CommissionControllerV1.php new file mode 100644 index 0000000000..b8e47bc13d --- /dev/null +++ b/includes/REST/CommissionControllerV1.php @@ -0,0 +1,143 @@ +namespace, '/' . $this->base, [ + [ + 'methods' => WP_REST_Server::READABLE, + 'callback' => [ $this, 'get_commission' ], + 'args' => [ + 'product_id' => [ + 'description' => __( 'Products price', 'dokan-lite' ), + 'type' => 'integer', + 'default' => 0, + 'required' => true, + 'sanitize_callback' => 'absint', + ], + 'amount' => [ + 'description' => __( 'The amount on that the commission will be calculated.', 'dokan-lite' ), + 'type' => 'number', + 'default' => 0, + 'required' => true, + 'sanitize_callback' => 'sanitize_text_field', + ], + 'vendor_id' => [ + 'description' => __( 'Vendor id', 'dokan-lite' ), + 'type' => 'integer', + 'default' => 0, + 'required' => true, + 'sanitize_callback' => 'absint', + ], + 'category_ids' => [ + 'description' => __( 'Category ids', 'dokan-lite' ), + 'type' => 'array', + 'sanitize_callback' => 'wc_clean', + 'items' => array( + 'type' => 'integer', + ), + 'default' => [], + 'required' => true, + ], + 'context' => [ + 'required' => false, + 'description' => __( 'In which context the commission will be calculated', 'dokan-lite' ), + 'type' => 'string', + 'enum' => [ 'admin', 'seller' ], + 'context' => [ 'view', 'edit' ], + 'default' => 'seller', + ], + ], + 'permission_callback' => [ $this, 'get_permissions_check' ], + ], + ] + ); + } + + /** + * Checking if have any permission. + * + * @since 3.14.0 + * + * @return boolean + */ + public function get_permissions_check() { + // phpcs:ignore WordPress.WP.Capabilities.Unknown + return current_user_can( 'dokandar' ) || current_user_can( 'manage_options' ); + } + + /** + * Returns commission or earning based on context. + * + * @param WP_REST_Request $request + * + * @return WP_Error|WP_HTTP_Response|WP_REST_Response + */ + public function get_commission( $request ) { + $product_id = $request->get_param( 'product_id' ); + $amount = $request->get_param( 'amount' ); + $vendor_id = $request->get_param( 'vendor_id' ); + $category_ids = $request->get_param( 'category_ids' ); + $context = $request->get_param( 'context' ); + + $chosen_cats = Helper::generate_chosen_categories( $category_ids ); + $category_id = reset( $chosen_cats ); + + if ( ! $category_id ) { + $category_id = 0; + } + + if ( ! $vendor_id ) { + $vendor_id = dokan_get_vendor_by_product( $product_id, true ); + $vendor_id = $vendor_id ? $vendor_id : 0; + } + + if ( ! is_numeric( $amount ) ) { + $amount = 0; + } + + $commission_or_earning = dokan()->commission->get_commission( + [ + 'total_amount' => $amount, + 'total_quantity' => 1, + 'product_id' => $product_id, + 'vendor_id' => $vendor_id, + 'category_id' => $category_id, + ] + ); + + $data = 'seller' === $context ? $commission_or_earning->get_vendor_earning() : $commission_or_earning->get_admin_commission(); + + return rest_ensure_response( wc_format_decimal( $data, wc_get_price_decimals() + 2 ) ); + } +} diff --git a/includes/REST/Manager.php b/includes/REST/Manager.php index ce0d1f936b..10d0a5970d 100644 --- a/includes/REST/Manager.php +++ b/includes/REST/Manager.php @@ -27,9 +27,6 @@ public function __construct() { add_filter( 'woocommerce_rest_prepare_product_object', array( $this, 'prepeare_product_response' ), 10, 3 ); add_filter( 'dokan_vendor_to_array', array( $this, 'filter_store_open_close_option' ) ); - // populate admin commission data for admin - add_filter( 'dokan_rest_store_additional_fields', array( $this, 'populate_admin_commission' ), 10, 2 ); - // Send email to admin on adding a new product add_action( 'dokan_rest_insert_product_object', array( $this, 'on_dokan_rest_insert_product' ), 10, 3 ); add_filter( 'dokan_vendor_to_array', [ $this, 'filter_payment_response' ] ); @@ -130,37 +127,6 @@ public function filter_store_open_close_option( $data ) { return $data; } - /** - * Populate admin commission - * - * @param array $data - * @param array $store - * - * @since 2.9.13 - * - * @return array - */ - public function populate_admin_commission( $data, $store ) { - if ( ! current_user_can( 'manage_woocommerce' ) ) { - return $data; - } - - $store_id = $store->get_id(); - - if ( ! $store_id ) { - return $data; - } - - $commission = get_user_meta( $store_id, 'dokan_admin_percentage', true ); - $additional_fee = get_user_meta( $store_id, 'dokan_admin_additional_fee', true ); - $commission_type = get_user_meta( $store_id, 'dokan_admin_percentage_type', true ); - $data['admin_commission'] = $commission; - $data['admin_additional_fee'] = $additional_fee; - $data['admin_commission_type'] = $commission_type; - - return $data; - } - /** * Send email to admin on adding a new product * @@ -234,6 +200,7 @@ private function get_rest_api_class_map() { DOKAN_DIR . '/includes/REST/StoreSettingControllerV2.php' => '\WeDevs\Dokan\REST\StoreSettingControllerV2', DOKAN_DIR . '/includes/REST/VendorDashboardController.php' => '\WeDevs\Dokan\REST\VendorDashboardController', DOKAN_DIR . '/includes/REST/ProductBlockController.php' => '\WeDevs\Dokan\REST\ProductBlockController', + DOKAN_DIR . '/includes/REST/CommissionControllerV1.php' => '\WeDevs\Dokan\REST\CommissionControllerV1', ) ); } diff --git a/includes/REST/ProductControllerV2.php b/includes/REST/ProductControllerV2.php index 2015555b87..60d21506a9 100644 --- a/includes/REST/ProductControllerV2.php +++ b/includes/REST/ProductControllerV2.php @@ -2,6 +2,8 @@ namespace WeDevs\Dokan\REST; +use WP_Error; +use WP_REST_Response; use WP_REST_Server; use WP_REST_Request; use WeDevs\Dokan\ProductCategory\Helper; diff --git a/includes/REST/StoreController.php b/includes/REST/StoreController.php index d0e491e99f..f6d71edafc 100644 --- a/includes/REST/StoreController.php +++ b/includes/REST/StoreController.php @@ -623,14 +623,21 @@ public function get_total_review_count( $id, $post_type, $status ) { /** * Prepare a single user output for response * - * @param $store + * @param Vendor $store * @param WP_REST_Request $request Request object. * @param array $additional_fields (optional) * * @return WP_REST_Response $response Response data. */ public function prepare_item_for_response( $store, $request, $additional_fields = [] ) { - $data = $store->to_array(); + $data = $store->to_array(); + + $commission_settings = $store->get_commission_settings(); + $data['admin_category_commission'] = $commission_settings->get_category_commissions(); + $data['admin_commission'] = $commission_settings->get_percentage(); + $data['admin_additional_fee'] = $commission_settings->get_flat(); + $data['admin_commission_type'] = $commission_settings->get_type(); + $data = array_merge( $data, apply_filters( 'dokan_rest_store_additional_fields', $additional_fields, $store, $request ) ); $response = rest_ensure_response( $data ); $response->add_links( $this->prepare_links( $data, $request ) ); @@ -935,7 +942,22 @@ public function get_store_category( $request ) { } $category_data = $store->get_store_categories( $best_selling ); - $response = rest_ensure_response( $category_data ); + $commission_settings = $store->get_commission_settings(); + $category_commissions = $commission_settings->get_category_commissions(); + + foreach ( $category_data as $term ) { + $term->admin_commission_type = $commission_settings->get_type(); + + if ( isset( $category_commissions['items'][ $term->term_id ] ) ) { + $term->commission = $category_commissions['items'][ $term->term_id ]; + } elseif ( $category_commissions['all'] ) { + $term->commission = $category_commissions['all']; + } else { + $term->commission = []; + } + } + + $response = rest_ensure_response( $category_data ); return $response; } diff --git a/includes/Upgrade/AdminNotice.php b/includes/Upgrade/AdminNotice.php index 980536c346..258af341f9 100644 --- a/includes/Upgrade/AdminNotice.php +++ b/includes/Upgrade/AdminNotice.php @@ -37,8 +37,9 @@ public static function show_notice( $notices ) { $notices[] = [ 'type' => 'info', 'title' => __( 'Dokan Data Update Required', 'dokan-lite' ), - 'description' => __( 'We need to update your install to the latest version', 'dokan-lite' ), + 'description' => __( 'Updating your Dokan data is required to continue functional operations.', 'dokan-lite' ), 'priority' => 1, + 'scope' => 'global', 'actions' => [ [ 'type' => 'primary', diff --git a/includes/Upgrade/Hooks.php b/includes/Upgrade/Hooks.php index c7cd4d9aa5..4c9bfc5f84 100644 --- a/includes/Upgrade/Hooks.php +++ b/includes/Upgrade/Hooks.php @@ -2,6 +2,10 @@ namespace WeDevs\Dokan\Upgrade; +use WeDevs\Dokan\Commission\Upugrader\Update_Category_Commission; +use WeDevs\Dokan\Commission\Upugrader\Update_Product_Commission; +use WeDevs\Dokan\Commission\Upugrader\Update_Vendor_Commission; + class Hooks { /** @@ -18,5 +22,13 @@ public function __construct() { add_action( 'wp_ajax_dokan_do_upgrade', [ AdminNotice::class, 'do_upgrade' ] ); add_action( 'dokan_upgrade_is_not_required', [ Upgrades::class, 'update_db_dokan_version' ] ); add_action( 'dokan_upgrade_finished', [ Upgrades::class, 'update_db_dokan_version' ] ); + + $p_scheduler = new Update_Product_Commission(); + $v_scheduler = new Update_Vendor_Commission(); + $c_scheduler = new Update_Category_Commission(); + + $p_scheduler->init_hooks(); + $v_scheduler->init_hooks(); + $c_scheduler->init_hooks(); } } diff --git a/includes/Upgrade/Upgrades.php b/includes/Upgrade/Upgrades.php index a81110997f..68b999e47e 100644 --- a/includes/Upgrade/Upgrades.php +++ b/includes/Upgrade/Upgrades.php @@ -44,6 +44,7 @@ class Upgrades { '3.7.10' => Upgrades\V_3_7_10::class, '3.7.19' => Upgrades\V_3_7_19::class, '3.13.0' => Upgrades\V_3_13_0::class, + '3.14.0' => Upgrades\V_3_14_0::class, ]; /** diff --git a/includes/Upgrade/Upgrades/V_3_14_0.php b/includes/Upgrade/Upgrades/V_3_14_0.php new file mode 100644 index 0000000000..d97969f94b --- /dev/null +++ b/includes/Upgrade/Upgrades/V_3_14_0.php @@ -0,0 +1,71 @@ +commission->get_legacy_commission_types() ), true ) ) { + if ( Flat::SOURCE === $commission_type ) { + $options['admin_percentage'] = 0; + $options['additional_fee'] = $admin_percentage; + } elseif ( Percentage::SOURCE === $commission_type ) { + $options['admin_percentage'] = $admin_percentage; + $options['additional_fee'] = 0; + } + } + + $options['commission_type'] = $type_to_update; + update_option( 'dokan_selling', $options ); + } + + /** + * Update vendor and product comission settings. + * + * @since 3.14.0 + * + * @return void + */ + public static function update_commission() { + $product_scheduler = new Update_Product_Commission(); + if ( ! $product_scheduler->is_processing() ) { + $product_scheduler->start_processing(); + } + + $vendor_scheduler = new Update_Vendor_Commission(); + if ( ! $vendor_scheduler->is_processing() ) { + $vendor_scheduler->start_processing(); + } + + $category_scheduler = new Update_Category_Commission(); + if ( ! $category_scheduler->is_processing() ) { + $category_scheduler->start_processing(); + } + } +} diff --git a/includes/Vendor/Manager.php b/includes/Vendor/Manager.php index 439442c6c5..95346741d6 100644 --- a/includes/Vendor/Manager.php +++ b/includes/Vendor/Manager.php @@ -325,6 +325,14 @@ public function update( $vendor_id, $data = [] ) { if ( isset( $data['admin_commission'] ) && ( is_numeric( wc_format_decimal( $data['admin_commission'] ) ) || '' === $data['admin_commission'] ) ) { $vendor->update_meta( 'dokan_admin_percentage', wc_format_decimal( $data['admin_commission'] ) ); } + + if ( isset( $data['admin_additional_fee'] ) && ( is_numeric( wc_format_decimal( $data['admin_additional_fee'] ) ) || '' === $data['admin_additional_fee'] ) ) { + $vendor->update_meta( 'dokan_admin_additional_fee', wc_format_decimal( $data['admin_additional_fee'] ) ); + } + + if ( isset( $data['admin_category_commission'] ) ) { + $vendor->update_meta( 'admin_category_commission', wc_clean( $data['admin_category_commission'] ) ); + } } // update vendor store data diff --git a/includes/Vendor/Vendor.php b/includes/Vendor/Vendor.php index 3449228979..ae6ee2063d 100644 --- a/includes/Vendor/Vendor.php +++ b/includes/Vendor/Vendor.php @@ -5,9 +5,8 @@ use Automattic\WooCommerce\Utilities\NumberUtil; use WC_Order; use WeDevs\Dokan\Cache; -use WeDevs\Dokan\Product\ProductCache; +use WeDevs\Dokan\Commission\Model\Setting; use WP_Error; -use WP_Query; use WP_User; /** @@ -630,8 +629,6 @@ public function get_store_categories( $best_selling = false ) { // get extra information $display_type = get_term_meta( $term->term_id, 'display_type', true ); $thumbnail_id = absint( get_term_meta( $term->term_id, 'thumbnail_id', true ) ); - $category_commision_type = get_term_meta( $term->term_id, 'per_category_admin_commission_type', true ); - $category_commision = get_term_meta( $term->term_id, 'per_category_admin_commission', true ); $category_icon = get_term_meta( $term->term_id, 'dokan_cat_icon', true ); $category_icon_color = get_term_meta( $term->term_id, 'dokan_cat_icon_color', true ); @@ -645,9 +642,6 @@ public function get_store_categories( $best_selling = false ) { $image = $thumbnail = wc_placeholder_img_src(); } - // fix commission - $category_commision = ! empty( $category_commision ) ? wc_format_decimal( $category_commision ) : 0.00; - // set extra fields to term object $term->thumbnail = $thumbnail; $term->image = $image; @@ -655,9 +649,6 @@ public function get_store_categories( $best_selling = false ) { $term->icon = $category_icon; $term->icon_color = $category_icon_color; $term->display_type = $display_type; - // set commissions - $term->admin_commission_type = $category_commision_type; - $term->admin_commission = $category_commision; // finally store category data $all_categories[] = $term; @@ -943,17 +934,6 @@ public function get_readable_rating( $display = true ) { echo esc_html( $html ); } - /** - * Get vendor percentage - * - * @param integer $product_id - * - * @return integer - */ - public function get_percentage( $product_id = 0 ) { - return dokan_get_seller_percentage( $this->id, $product_id ); - } - /** * Make vendor active * @@ -1375,7 +1355,7 @@ protected function set_prop( $prop, $value ) { * @param string $key * @param bool $single Whether to return a single value * - * @return Mix + * @return mixed|null|false */ public function get_meta( $key, $single = false ) { return get_user_meta( $this->get_id(), $key, $single ); @@ -1567,6 +1547,32 @@ public function save() { $this->apply_changes(); } + /** + * Returns vendor commission settings data. + * + * @since 3.14.0 + * + * @return \WeDevs\Dokan\Commission\Model\Setting + */ + public function get_commission_settings() { + $settings = new \WeDevs\Dokan\Commission\Settings\Vendor( $this->get_id() ); + return $settings->get(); + } + + /** + * Saves commission settings. + * + * @since 3.14.0 + * + * @param array $commission + * + * @return \WeDevs\Dokan\Commission\Model\Setting + */ + public function save_commission_settings( $commission = [] ) { + $settings = new \WeDevs\Dokan\Commission\Settings\Vendor( $this->get_id() ); + return $settings->save( $commission ); + } + /** * Get vendor profile url for admin * diff --git a/includes/Walkers/CategoryDropdownSingle.php b/includes/Walkers/CategoryDropdownSingle.php deleted file mode 100644 index eed9a56e57..0000000000 --- a/includes/Walkers/CategoryDropdownSingle.php +++ /dev/null @@ -1,56 +0,0 @@ - 'parent', - 'id' => 'term_id', - ); - - public function __construct( $post_id ) { - $this->post_id = $post_id; - parent::__construct( $post_id ); - } - - - public function start_el( &$output, $category, $depth = 0, $args = array(), $id = 0 ) { - if ( defined( 'DOKAN_PRO_PLUGIN_VERSION' ) && version_compare( DOKAN_PRO_PLUGIN_VERSION, '2.9.14', '<' ) ) { - $commission_val = dokan_get_seller_percentage( dokan_get_current_user_id(), $this->post_id, $category->term_id ); - $commission_type = dokan_get_commission_type( dokan_get_current_user_id(), $this->post_id, $category->term_id ); - } else { - $commission_val = dokan()->commission->get_earning_by_product( $this->post_id ); - - if ( is_wp_error( $commission_val ) ) { - $commission_val = 0; - } - } - - $pad = str_repeat( ' —', $depth * 1 ); - $cat_name = apply_filters( 'list_cats', $category->name, $category ); - $output .= "\t\n"; - } -} diff --git a/includes/Walkers/TaxonomyDropdown.php b/includes/Walkers/TaxonomyDropdown.php index 106a1359d6..43228aa7e5 100644 --- a/includes/Walkers/TaxonomyDropdown.php +++ b/includes/Walkers/TaxonomyDropdown.php @@ -51,16 +51,16 @@ public function __construct( $post_id = 0 ) { * @return void */ public function start_el( &$output, $category, $depth = 0, $args = [], $id = 0 ) { - if ( defined( 'DOKAN_PRO_PLUGIN_VERSION' ) && version_compare( DOKAN_PRO_PLUGIN_VERSION, '2.9.14', '<' ) ) { - $commission_val = dokan_get_seller_percentage( dokan_get_current_user_id(), $this->post_id, $category->term_id ); - $commission_type = dokan_get_commission_type( dokan_get_current_user_id(), $this->post_id, $category->term_id ); - } else { - $commission_val = dokan()->commission->get_earning_by_product( $this->post_id ); - - if ( is_wp_error( $commission_val ) ) { - $commission_val = 0; - } - } + $commission_data = dokan()->commission->get_commission( + [ + 'product_id' => $this->post_id, + 'category_id' => $category->term_id, + 'vendor_id' => dokan_get_current_user_id(), + ] + ); + + $commission_val = $commission_data->get_vendor_earning(); + $commission_type = $commission_data->get_type(); $pad = str_repeat( ' —', $depth * 1 ); $cat_name = apply_filters( 'list_cats', $category->name, $category ); diff --git a/includes/functions.php b/includes/functions.php index 5b1cfae3f6..32db2499c8 100755 --- a/includes/functions.php +++ b/includes/functions.php @@ -423,82 +423,25 @@ function dokan_author_pageviews( $seller_id ) { /** * Get store seller percentage settings * + * @deprecated 3.14.0 Do Not Use This Function + * * @param int $seller_id * @param int $product_id * * @return int */ function dokan_get_seller_percentage( $seller_id = 0, $product_id = 0, $category_id = 0 ) { + wc_deprecated_function( __FUNCTION__, '3.14.0', 'dokan()->commission->get_commission()' ); - // Seller will get 100 percent if ( any_input_val < 0 || percentage_input_val > 100 ) - $commission_val = 100; - - //Global percentage - $global_percentage = dokan_get_option( 'admin_percentage', 'dokan_selling', 0 ); - - if ( $global_percentage !== '' && is_numeric( $global_percentage ) && $global_percentage >= 0 ) { - $global_type = dokan_get_option( 'commission_type', 'dokan_selling', 'percentage' ); - - if ( 'percentage' === $global_type ) { - if ( $global_percentage <= 100 ) { - $commission_val = (float) ( 100 - $global_percentage ); - } - } elseif ( 'flat' === $global_type ) { - $commission_val = (float) $global_percentage; - } - } - - //seller wise percentage - if ( $seller_id ) { - $admin_commission = get_user_meta( $seller_id, 'dokan_admin_percentage', true ); - - if ( $admin_commission !== '' && is_numeric( $admin_commission ) && $admin_commission >= 0 ) { - $admin_percentage_type = get_user_meta( $seller_id, 'dokan_admin_percentage_type', true ); - - if ( 'percentage' === $admin_percentage_type ) { - if ( $admin_commission <= 100 ) { - $commission_val = (float) ( 100 - $admin_commission ); - } - } elseif ( 'flat' === $admin_percentage_type ) { - $commission_val = (float) $admin_commission; - } - } - } - - //product and category wise percentage - if ( $product_id ) { - - //category wise percentage - $category_commission = dokan_get_category_wise_seller_commission( $product_id, $category_id ); - $is_single_category = dokan_get_option( 'product_category_style', 'dokan_selling', 'single' ); - - if ( $is_single_category === 'single' && $category_commission !== '' && is_numeric( $category_commission ) && $category_commission >= 0 ) { - $category_commission_type = dokan_get_category_wise_seller_commission_type( $product_id, $category_id ); - - if ( 'percentage' === $category_commission_type ) { - if ( $category_commission <= 100 ) { - $commission_val = (float) ( 100 - $category_commission ); - } - } elseif ( 'flat' === $category_commission_type ) { - $commission_val = (float) $category_commission; - } - } - - //product wise percentage - $_per_product_commission = get_post_meta( $product_id, '_per_product_admin_commission', true ); - - if ( $_per_product_commission !== '' && is_numeric( $_per_product_commission ) && $_per_product_commission >= 0 ) { - $_per_product_commission_type = get_post_meta( $product_id, '_per_product_admin_commission_type', true ); + $commission_data = dokan()->commission->get_commission( + [ + 'vendor_id' => $seller_id, + 'product_id' => $product_id, + 'category_id' => $category_id, + ] + ); - if ( 'percentage' === $_per_product_commission_type ) { - if ( $_per_product_commission <= 100 ) { - $commission_val = (float) ( 100 - $_per_product_commission ); - } - } elseif ( 'flat' === $_per_product_commission_type ) { - $commission_val = (float) $_per_product_commission; - } - } - } + $commission_val = $commission_data->get_vendor_earning(); return apply_filters( 'dokan_get_seller_percentage', $commission_val, $seller_id, $product_id ); } @@ -507,6 +450,8 @@ function dokan_get_seller_percentage( $seller_id = 0, $product_id = 0, $category /** * Get Dokan commission type by seller or product or both * + * @deprecated 3.14.0 Do Not Use This Function + * * @since 2.6.9 * * @param int $seller_id @@ -515,48 +460,17 @@ function dokan_get_seller_percentage( $seller_id = 0, $product_id = 0, $category * @return string $type */ function dokan_get_commission_type( $seller_id = 0, $product_id = 0, $category_id = 0 ) { - //return product wise percentage - if ( $product_id ) { - $_per_product_commission = get_post_meta( $product_id, '_per_product_admin_commission', true ); - - if ( $_per_product_commission !== '' ) { - $type = get_post_meta( $product_id, '_per_product_admin_commission_type', true ); - $type = empty( $type ) ? 'percentage' : $type; - - if ( 'flat' === $type || ( 'percentage' === $type && $_per_product_commission <= 100 ) ) { - return $type; - } - } - - $category_commission = dokan_get_category_wise_seller_commission( $product_id, $category_id ); + wc_deprecated_function( __FUNCTION__, '3.14.0', 'dokan()->commission->get_commission()' ); - if ( ! empty( $category_commission ) && $category_commission ) { - $type = dokan_get_category_wise_seller_commission_type( $product_id, $category_id ); - $type = empty( $type ) ? 'percentage' : $type; - - if ( 'flat' === $type || ( 'percentage' === $type && $category_commission <= 100 ) ) { - return $type; - } - } - } - - //return seller wise percentage - if ( $seller_id ) { - $admin_commission = get_user_meta( $seller_id, 'dokan_admin_percentage', true ); - - if ( $admin_commission !== '' ) { - $type = get_user_meta( $seller_id, 'dokan_admin_percentage_type', true ); - $type = empty( $type ) ? 'percentage' : $type; - - if ( 'flat' === $type || ( 'percentage' === $type && $admin_commission <= 100 ) ) { - return $type; - } - } - } - - $global_type = dokan_get_option( 'commission_type', 'dokan_selling', 'percentage' ); + $commission_data = dokan()->commission->get_commission( + [ + 'vendor_id' => $seller_id, + 'product_id' => $product_id, + 'category_id' => $category_id, + ] + ); - return $global_type; + return $commission_data->get_type(); } /** @@ -1077,7 +991,8 @@ function dokan_edit_product_url( $product, bool $is_new_product = false ) { * @return array */ function dokan_admin_product_columns( $columns ) { - $columns['author'] = __( 'Author', 'dokan-lite' ); + $columns['admin_commission'] = __( 'Commission', 'dokan-lite' ); + $columns['author'] = __( 'Author', 'dokan-lite' ); return $columns; } @@ -2653,7 +2568,9 @@ function dokan_register_store_widget() { add_action( 'widgets_init', 'dokan_register_store_widget' ); /** - * Calculate category wise commission for given product + * Calculate category wise commission for given product. + * + * @deprecated 3.14.0 Do Not Use This Function * * @since 2.6.8 * @@ -2662,34 +2579,15 @@ function dokan_register_store_widget() { * @return int $commission_rate */ function dokan_get_category_wise_seller_commission( $product_id, $category_id = 0 ) { - $terms = get_the_terms( $product_id, 'product_cat' ); - - if ( empty( $terms ) ) { - return 0; - } - - $term_id = $terms[0]->term_id; - - $category_commision = null; - - if ( $category_id ) { - $terms = get_term( $category_id ); - $term_id = $terms->term_id; - } - - if ( $terms ) { - $category_commision = get_term_meta( $term_id, 'per_category_admin_commission', true ); - } - - if ( ! empty( $category_commision ) ) { - return wc_format_decimal( $category_commision ); - } + wc_deprecated_function( __FUNCTION__, '3.14.0' ); return 0; } /** - * Calculate category wise commission type for given product + * Calculate category wise commission type for given product. + * + * @deprecated 3.14.0 Do Not Use This Function * * @since 2.6.9 * @@ -2698,20 +2596,9 @@ function dokan_get_category_wise_seller_commission( $product_id, $category_id = * @return int $commission_rate */ function dokan_get_category_wise_seller_commission_type( $product_id, $category_id = 0 ) { - $terms = get_the_terms( $product_id, 'product_cat' ); - $term_id = $terms[0]->term_id; - $category_commision = ''; - - if ( $category_id ) { - $terms = get_term( $category_id ); - $term_id = $terms->term_id; - } + wc_deprecated_function( __FUNCTION__, '3.14.0' ); - if ( $terms ) { - $category_commision = get_term_meta( $term_id, 'per_category_admin_commission_type', true ); - } - - return $category_commision; + return ''; } /** @@ -3191,6 +3078,8 @@ function dokan_remove_hook_for_anonymous_class( $hook_name = '', $class_name = ' /** * Dokan get variable product earnings * + * @deprecated 2.9.21 + * * @param int $product_id * @param bool $formated * @param bool $deprecated @@ -3364,8 +3253,8 @@ function dokan_privacy_policy_text( $return = false ) { function dokan_commission_types() { return apply_filters( 'dokan_commission_types', [ - 'flat' => __( 'Flat', 'dokan-lite' ), - 'percentage' => __( 'Percentage', 'dokan-lite' ), + 'fixed' => __( 'Fixed', 'dokan-lite' ), + 'category_based' => __( 'Category Based', 'dokan-lite' ), ] ); } diff --git a/includes/wc-template.php b/includes/wc-template.php index bca7bece9e..9b3b2d5410 100755 --- a/includes/wc-template.php +++ b/includes/wc-template.php @@ -217,9 +217,27 @@ function dokan_vendor_quick_edit_data( $column, $post_id ) {
    commission->get_earning_by_product( $post_id, 'admin' ); + echo is_numeric( $commission ) ? wc_price( $commission ) : ''; + + break; + default: break; } + + ?> + + \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"POT-Creation-Date: 2024-11-08T11:44:36+00:00\n" +"POT-Creation-Date: 2024-11-29T10:41:37+00:00\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "X-Generator: WP-CLI 2.11.0\n" "X-Domain: dokan-lite\n" @@ -78,7 +78,7 @@ msgstr "" #: includes/Abstracts/DokanPromotion.php:185 #: includes/Admin/Notices/LimitedTimePromotion.php:50 -#: includes/Admin/Notices/Manager.php:171 +#: includes/Admin/Notices/Manager.php:186 #: includes/Admin/Notices/PluginReview.php:119 #: includes/Admin/Notices/SetupWizard.php:81 msgid "You have no permission to do that" @@ -86,12 +86,12 @@ msgstr "" #: includes/Abstracts/DokanPromotion.php:189 #: includes/Admin/Notices/LimitedTimePromotion.php:46 -#: includes/Admin/Notices/Manager.php:166 +#: includes/Admin/Notices/Manager.php:181 #: includes/Admin/Notices/PluginReview.php:115 #: includes/Admin/Notices/SetupWizard.php:77 #: includes/Admin/Notices/WhatsNew.php:74 -#: includes/Admin/Settings.php:98 -#: includes/Admin/Settings.php:124 +#: includes/Admin/Settings.php:120 +#: includes/Admin/Settings.php:146 #: includes/Ajax.php:320 #: includes/ReverseWithdrawal/Ajax.php:37 msgid "Invalid nonce" @@ -127,9 +127,9 @@ msgstr "" #: includes/Admin/AdminBar.php:54 #: includes/Admin/Menu.php:46 -#: includes/Admin/Settings.php:671 +#: includes/Admin/Settings.php:749 #: includes/functions-dashboard-navigation.php:30 -#: includes/Install/Installer.php:234 +#: includes/Install/Installer.php:233 #: assets/js/vue-admin.js:2 msgid "Dashboard" msgstr "" @@ -137,9 +137,9 @@ msgstr "" #: includes/Admin/AdminBar.php:63 #: includes/Admin/Menu.php:34 #: includes/Admin/Menu.php:47 -#: includes/Admin/SetupWizard.php:164 +#: includes/Admin/SetupWizard.php:205 #: includes/functions-dashboard-navigation.php:51 -#: includes/functions.php:2878 +#: includes/functions.php:2765 #: templates/withdraw/header.php:11 msgid "Withdraw" msgstr "" @@ -196,17 +196,18 @@ msgid "Commision: " msgstr "" #: includes/Admin/Hooks.php:66 -#: includes/Admin/Settings.php:513 -#: includes/Admin/Settings.php:524 -#: includes/Admin/Settings.php:535 -#: includes/Admin/SetupWizard.php:366 -#: includes/Install/Installer.php:171 -#: includes/Order/Admin/Hooks.php:92 -#: includes/Order/Admin/Hooks.php:375 +#: includes/Admin/Settings.php:590 +#: includes/Admin/Settings.php:601 +#: includes/Admin/Settings.php:612 +#: includes/Admin/SetupWizard.php:407 +#: includes/Install/Installer.php:170 +#: includes/Order/Admin/Hooks.php:96 +#: includes/Order/Admin/Hooks.php:394 #: includes/wc-template.php:18 #: includes/wc-template.php:164 -#: includes/wc-template.php:311 +#: includes/wc-template.php:329 #: templates/my-orders.php:29 +#: templates/orders/sub-order-related-order-meta-box-html.php:41 #: assets/js/vue-admin.js:2 msgid "Vendor" msgstr "" @@ -230,7 +231,7 @@ msgid "Withdraw %s" msgstr "" #: includes/Admin/Menu.php:48 -#: includes/Admin/Settings.php:326 +#: includes/Admin/Settings.php:348 #: includes/ReverseWithdrawal/Hooks.php:232 #: templates/reverse-withdrawal/header.php:9 #: assets/js/vue-admin.js:2 @@ -253,20 +254,32 @@ msgid "Help" msgstr "" #. translators: %s permalink settings url -#: includes/Admin/Notices/Manager.php:115 +#: includes/Admin/Notices/Manager.php:116 msgid "The Plain permalink structure is not working for the Dokan plugin. Please change your permalink structure from Settings > Permalinks" msgstr "" -#: includes/Admin/Notices/Manager.php:120 +#: includes/Admin/Notices/Manager.php:121 msgid "Go to Settings" msgstr "" -#: includes/Admin/Notices/Manager.php:143 -msgid "New One-Step Product Form" +#: includes/Admin/Notices/Manager.php:146 +msgid "Dokan came up with a new look!" +msgstr "" + +#: includes/Admin/Notices/Manager.php:147 +msgid "A new rebranded look is introduced in the entire platform. Check the updated visuals in different places." +msgstr "" + +#: includes/Admin/Notices/Manager.php:214 +msgid "Dokan Update Required" +msgstr "" + +#: includes/Admin/Notices/Manager.php:215 +msgid "To ensure all the feature compatibility and accessibility, Dokan Pro minimum v3.14.0 is required." msgstr "" -#: includes/Admin/Notices/Manager.php:144 -msgid "Try it now to enhance your vendor's product upload experience, the older two-step version will be retired in one month." +#: includes/Admin/Notices/Manager.php:219 +msgid "Update Now" msgstr "" #: includes/Admin/Notices/PluginReview.php:66 @@ -348,7 +361,7 @@ msgid "Get all the latest news and updates of Dokan from here." msgstr "" #: includes/Admin/Pointers.php:174 -#: includes/Admin/Settings.php:303 +#: includes/Admin/Settings.php:325 msgid "General Settings" msgstr "" @@ -357,7 +370,7 @@ msgid "Configure all general settings for your marketplace from this tab." msgstr "" #: includes/Admin/Pointers.php:191 -#: includes/Admin/Settings.php:308 +#: includes/Admin/Settings.php:330 msgid "Selling Options" msgstr "" @@ -366,7 +379,7 @@ msgid "You can configure different selling options for your vendors" msgstr "" #: includes/Admin/Pointers.php:208 -#: includes/Admin/Settings.php:317 +#: includes/Admin/Settings.php:339 msgid "Withdraw Options" msgstr "" @@ -438,613 +451,642 @@ msgstr "" msgid "With the simplest configuration options available, only by enabling a single toggle button you will be able to do everything your competitors are doing and even more." msgstr "" -#: includes/Admin/Settings.php:94 +#: includes/Admin/Settings.php:116 msgid "You have no permission to get settings value" msgstr "" -#: includes/Admin/Settings.php:120 -#: includes/Admin/Settings.php:931 +#: includes/Admin/Settings.php:142 +#: includes/Admin/Settings.php:1009 msgid "You are not authorized to perform this action." msgstr "" -#: includes/Admin/Settings.php:128 +#: includes/Admin/Settings.php:150 msgid "`section` parameter is required." msgstr "" -#: includes/Admin/Settings.php:160 +#: includes/Admin/Settings.php:182 msgid "Setting has been saved successfully." msgstr "" -#: includes/Admin/Settings.php:299 +#: includes/Admin/Settings.php:321 #: includes/Vendor/SettingsApi/Settings/Pages/Payments/Payments.php:60 #: includes/Vendor/SettingsApi/Settings/Pages/Store.php:48 msgid "General" msgstr "" -#: includes/Admin/Settings.php:301 +#: includes/Admin/Settings.php:323 msgid "Site Settings and Store Options" msgstr "" -#: includes/Admin/Settings.php:304 +#: includes/Admin/Settings.php:326 msgid "You can configure your general site settings and vendor store options from this settings menu. Dokan offers countless custom options when setting up your store to provide you with the ultimate flexibility." msgstr "" -#: includes/Admin/Settings.php:310 +#: includes/Admin/Settings.php:332 msgid "Store Settings, Commissions" msgstr "" -#: includes/Admin/Settings.php:312 +#: includes/Admin/Settings.php:334 msgid "Selling Option Settings" msgstr "" -#: includes/Admin/Settings.php:313 +#: includes/Admin/Settings.php:335 msgid "You can configure commissions scales and vendor capabilities from this menu." msgstr "" -#: includes/Admin/Settings.php:319 +#: includes/Admin/Settings.php:341 msgid "Withdraw Settings, Threshold" msgstr "" -#: includes/Admin/Settings.php:321 +#: includes/Admin/Settings.php:343 msgid "Withdraw Settings" msgstr "" -#: includes/Admin/Settings.php:322 +#: includes/Admin/Settings.php:344 msgid "You can configure your store's withdrawal methods, charges, limits, order status and more." msgstr "" -#: includes/Admin/Settings.php:328 +#: includes/Admin/Settings.php:350 msgid "Admin commission config (on COD)" msgstr "" -#: includes/Admin/Settings.php:330 +#: includes/Admin/Settings.php:352 msgid "Reverse Withdrawal Settings" msgstr "" -#: includes/Admin/Settings.php:331 +#: includes/Admin/Settings.php:353 msgid "Configure commission from vendors on Cash on Delivery orders, method and threshold for reverse balance, restrictive actions on vendors and more." msgstr "" -#: includes/Admin/Settings.php:335 +#: includes/Admin/Settings.php:357 msgid "Page Settings" msgstr "" -#: includes/Admin/Settings.php:337 +#: includes/Admin/Settings.php:359 msgid "Store Page Settings Manage" msgstr "" -#: includes/Admin/Settings.php:339 +#: includes/Admin/Settings.php:361 msgid "Site and Store Page Settings" msgstr "" -#: includes/Admin/Settings.php:340 +#: includes/Admin/Settings.php:362 msgid "You can configure and setup your necessary page settings from this menu." msgstr "" -#: includes/Admin/Settings.php:344 +#: includes/Admin/Settings.php:366 msgid "Appearance" msgstr "" -#: includes/Admin/Settings.php:346 +#: includes/Admin/Settings.php:368 msgid "Custom Store Appearance" msgstr "" -#: includes/Admin/Settings.php:348 +#: includes/Admin/Settings.php:370 msgid "Appearance Settings" msgstr "" -#: includes/Admin/Settings.php:349 +#: includes/Admin/Settings.php:371 msgid "You can configure your store appearance settings, configure map API, Google reCaptcha and more. Dokan offers various store header templates to choose from." msgstr "" -#: includes/Admin/Settings.php:353 -#: includes/Admin/Settings.php:867 +#: includes/Admin/Settings.php:375 +#: includes/Admin/Settings.php:945 msgid "Privacy Policy" msgstr "" -#: includes/Admin/Settings.php:355 +#: includes/Admin/Settings.php:377 msgid "Update Store Privacy Policies" msgstr "" -#: includes/Admin/Settings.php:356 +#: includes/Admin/Settings.php:378 msgid "Privacy Settings" msgstr "" -#: includes/Admin/Settings.php:357 +#: includes/Admin/Settings.php:379 msgid "You can configure your site's privacy settings and policy." msgstr "" -#: includes/Admin/Settings.php:378 -#: includes/Admin/SetupWizard.php:557 +#: includes/Admin/Settings.php:400 +#: includes/Admin/SetupWizard.php:654 #: includes/Dashboard/Templates/Dashboard.php:104 #: includes/Order/functions.php:430 #: templates/dashboard/orders-widget.php:33 msgid "Completed" msgstr "" -#: includes/Admin/Settings.php:379 -#: includes/Admin/SetupWizard.php:564 +#: includes/Admin/Settings.php:401 +#: includes/Admin/SetupWizard.php:661 #: includes/Dashboard/Templates/Dashboard.php:114 #: includes/Order/functions.php:445 #: templates/dashboard/orders-widget.php:43 -#: templates/orders/listing.php:132 +#: templates/orders/listing.php:142 msgid "Processing" msgstr "" -#: includes/Admin/Settings.php:380 +#: includes/Admin/Settings.php:402 #: includes/Order/functions.php:440 msgid "On-hold" msgstr "" -#: includes/Admin/Settings.php:389 +#: includes/Admin/Settings.php:411 msgid "Site Settings" msgstr "" -#: includes/Admin/Settings.php:390 +#: includes/Admin/Settings.php:412 msgid "Configure your site settings and control access to your site." msgstr "" -#: includes/Admin/Settings.php:394 +#: includes/Admin/Settings.php:416 msgid "Admin Area Access" msgstr "" -#: includes/Admin/Settings.php:395 +#: includes/Admin/Settings.php:417 msgid "Prevent vendors from accessing the wp-admin dashboard area. If HPOS feature is enabled, admin access will be blocked regardless of this setting." msgstr "" -#: includes/Admin/Settings.php:401 +#: includes/Admin/Settings.php:423 #: templates/admin-setup-wizard/step-store.php:7 msgid "Vendor Store URL" msgstr "" #. translators: %s: store url -#: includes/Admin/Settings.php:403 +#: includes/Admin/Settings.php:425 msgid "Define the vendor store URL (%s[this-text]/[vendor-name])" msgstr "" -#: includes/Admin/Settings.php:409 +#: includes/Admin/Settings.php:431 msgid "Vendor Setup Wizard Logo" msgstr "" -#: includes/Admin/Settings.php:411 +#: includes/Admin/Settings.php:433 msgid "Recommended logo size ( 270px X 90px ). If no logo is uploaded, site title is shown by default." msgstr "" -#: includes/Admin/Settings.php:415 +#: includes/Admin/Settings.php:437 msgid "Vendor Setup Wizard Message" msgstr "" -#: includes/Admin/Settings.php:417 +#: includes/Admin/Settings.php:439 msgid "Thank you for choosing The Marketplace to power your online store! This quick setup wizard will help you configure the basic settings. It’s completely optional and shouldn’t take longer than two minutes." msgstr "" -#: includes/Admin/Settings.php:421 +#: includes/Admin/Settings.php:443 msgid "Disable Welcome Wizard" msgstr "" -#: includes/Admin/Settings.php:422 +#: includes/Admin/Settings.php:444 msgid "Disable welcome wizard for newly registered vendors" msgstr "" -#: includes/Admin/Settings.php:425 +#: includes/Admin/Settings.php:447 msgid "If checked, vendors will not be prompted through a guided setup process but redirected straight to the vendor dashboard." msgstr "" -#: includes/Admin/Settings.php:435 +#: includes/Admin/Settings.php:457 #: includes/Vendor/SettingsApi/Settings/Pages/Store.php:31 msgid "Vendor Store Settings" msgstr "" -#: includes/Admin/Settings.php:436 +#: includes/Admin/Settings.php:458 msgid "Configure your vendor store settings and setup your store policy for vendor." msgstr "" -#: includes/Admin/Settings.php:441 +#: includes/Admin/Settings.php:463 msgid "Store Terms and Conditions" msgstr "" -#: includes/Admin/Settings.php:442 +#: includes/Admin/Settings.php:464 msgid "Enable terms and conditions for vendor stores" msgstr "" -#: includes/Admin/Settings.php:448 +#: includes/Admin/Settings.php:470 msgid "Store Products Per Page" msgstr "" -#: includes/Admin/Settings.php:449 +#: includes/Admin/Settings.php:471 msgid "Set how many products to display per page on the vendor store page." msgstr "" -#: includes/Admin/Settings.php:455 +#: includes/Admin/Settings.php:477 msgid "Enable Address Fields" msgstr "" -#: includes/Admin/Settings.php:456 +#: includes/Admin/Settings.php:478 msgid "Add Address Fields on the Vendor Registration form" msgstr "" -#: includes/Admin/Settings.php:468 +#: includes/Admin/Settings.php:490 msgid "Product Page Settings" msgstr "" -#: includes/Admin/Settings.php:469 +#: includes/Admin/Settings.php:491 msgid "Configure single product page for vendors." msgstr "" -#: includes/Admin/Settings.php:474 +#: includes/Admin/Settings.php:496 msgid "Enable More Products Tab" msgstr "" -#: includes/Admin/Settings.php:475 +#: includes/Admin/Settings.php:497 msgid "Enable \"More Products\" tab on the single product page." msgstr "" -#: includes/Admin/Settings.php:486 +#: includes/Admin/Settings.php:508 +#: includes/Admin/SetupWizard.php:200 +#: includes/functions.php:994 +#: includes/Order/Admin/Hooks.php:95 #: includes/ReverseWithdrawal/Helper.php:65 +#: templates/orders/commission-meta-box-html.php:66 msgid "Commission" msgstr "" -#: includes/Admin/Settings.php:488 +#: includes/Admin/Settings.php:510 msgid "Define commission types, admin commissions, shipping and tax recipients, and more." msgstr "" -#: includes/Admin/Settings.php:492 +#: includes/Admin/Settings.php:514 msgid "Commission Type " msgstr "" -#: includes/Admin/Settings.php:493 +#: includes/Admin/Settings.php:515 msgid "Select a commission type for vendor" msgstr "" -#: includes/Admin/Settings.php:497 +#: includes/Admin/Settings.php:519 msgid "Select a commission type" msgstr "" -#: includes/Admin/Settings.php:501 -#: templates/admin-setup-wizard/step-selling.php:31 +#: includes/Admin/Settings.php:523 +#: includes/Admin/Settings.php:563 +#: includes/Product/Hooks.php:483 #: assets/js/vue-admin.js:2 -#: assets/js/vue-bootstrap.js:2 msgid "Admin Commission" msgstr "" -#: includes/Admin/Settings.php:502 -msgid "Amount you get from each sale" +#: includes/Admin/Settings.php:528 +msgid "Percent Fee" msgstr "" -#: includes/Admin/Settings.php:509 -#: templates/admin-setup-wizard/step-store.php:14 -msgid "Shipping Fee Recipient" +#: includes/Admin/Settings.php:531 +msgid "Amount you will get from sales in percentage (10%)" msgstr "" -#: includes/Admin/Settings.php:510 +#: includes/Admin/Settings.php:538 +msgid "Fixed Fee" +msgstr "" + +#: includes/Admin/Settings.php:541 +msgid "Amount you will get from sales in flat rate(+5)" +msgstr "" + +#: includes/Admin/Settings.php:550 +msgid "Amount you will get from sales in both percentage and fixed fee" +msgstr "" + +#: includes/Admin/Settings.php:564 +msgid "Amount you will get from each sale" +msgstr "" + +#: includes/Admin/Settings.php:579 +msgid "Fee Recipients" +msgstr "" + +#: includes/Admin/Settings.php:581 +msgid "Define the fees that admin or vendor will recive" +msgstr "" + +#: includes/Admin/Settings.php:586 +msgid "Shipping Fee" +msgstr "" + +#: includes/Admin/Settings.php:587 msgid "Who will be receiving the shipping fees? Note that, tax fees for corresponding shipping method will not be included with shipping fees." msgstr "" -#: includes/Admin/Settings.php:514 -#: includes/Admin/Settings.php:525 -#: includes/Admin/Settings.php:536 -#: includes/Admin/SetupWizard.php:367 +#: includes/Admin/Settings.php:591 +#: includes/Admin/Settings.php:602 +#: includes/Admin/Settings.php:613 +#: includes/Admin/SetupWizard.php:408 msgid "Admin" msgstr "" -#: includes/Admin/Settings.php:520 -#: templates/admin-setup-wizard/step-store.php:27 -msgid "Product Tax Fee Recipient" +#: includes/Admin/Settings.php:597 +msgid "Product Tax Fee" msgstr "" -#: includes/Admin/Settings.php:521 +#: includes/Admin/Settings.php:598 msgid "Who will be receiving the tax fees for products? Note that, shipping tax fees will not be included with product tax." msgstr "" -#: includes/Admin/Settings.php:531 -#: templates/admin-setup-wizard/step-store.php:41 -msgid "Shipping Tax Fee Recipient" +#: includes/Admin/Settings.php:608 +msgid "Shipping Tax Fee" msgstr "" -#: includes/Admin/Settings.php:532 +#: includes/Admin/Settings.php:609 msgid "Who will be receiving the tax fees for shipping?" msgstr "" -#: includes/Admin/Settings.php:547 +#: includes/Admin/Settings.php:624 #: assets/js/vue-admin.js:2 msgid "Vendor Capabilities" msgstr "" -#: includes/Admin/Settings.php:549 +#: includes/Admin/Settings.php:626 msgid "Configure your multivendor site settings and vendor selling capabilities." msgstr "" -#: includes/Admin/Settings.php:554 +#: includes/Admin/Settings.php:631 #: assets/js/vue-admin.js:2 #: assets/js/vue-bootstrap.js:2 msgid "Enable Selling" msgstr "" -#: includes/Admin/Settings.php:555 +#: includes/Admin/Settings.php:632 msgid "Immediately enable selling for newly registered vendors" msgstr "" -#: includes/Admin/Settings.php:558 +#: includes/Admin/Settings.php:635 msgid "If checked, vendors will have permission to sell immediately after registration. If unchecked, newly registered vendors cannot add products until selling capability is activated manually from admin dashboard." msgstr "" -#: includes/Admin/Settings.php:562 +#: includes/Admin/Settings.php:639 msgid "One Page Product Creation" msgstr "" -#: includes/Admin/Settings.php:563 +#: includes/Admin/Settings.php:640 msgid "Add new product in single page view" msgstr "" -#: includes/Admin/Settings.php:566 +#: includes/Admin/Settings.php:643 msgid "If disabled, instead of a single add product page it will open a pop up window or vendor will redirect to product page when adding new product." msgstr "" -#: includes/Admin/Settings.php:570 +#: includes/Admin/Settings.php:647 msgid "Disable Product Popup" msgstr "" -#: includes/Admin/Settings.php:571 +#: includes/Admin/Settings.php:648 msgid "Disable add new product in popup view" msgstr "" -#: includes/Admin/Settings.php:577 +#: includes/Admin/Settings.php:654 msgid "If disabled, instead of a pop up window vendor will redirect to product page when adding new product." msgstr "" -#: includes/Admin/Settings.php:581 -#: templates/admin-setup-wizard/step-selling.php:39 +#: includes/Admin/Settings.php:658 +#: templates/admin-setup-wizard/step-selling.php:18 #: assets/js/vue-admin.js:2 msgid "Order Status Change" msgstr "" -#: includes/Admin/Settings.php:582 +#: includes/Admin/Settings.php:659 msgid "Allow vendor to update order status" msgstr "" -#: includes/Admin/Settings.php:585 +#: includes/Admin/Settings.php:662 msgid "Checking this will enable sellers to change the order status. If unchecked, only admin can change the order status." msgstr "" -#: includes/Admin/Settings.php:589 +#: includes/Admin/Settings.php:666 msgid "Select any category" msgstr "" -#: includes/Admin/Settings.php:590 +#: includes/Admin/Settings.php:667 msgid "Allow vendors to select any category while creating/editing products." msgstr "" -#: includes/Admin/Settings.php:613 -#: includes/Admin/SetupWizard.php:500 +#: includes/Admin/Settings.php:691 +#: includes/Admin/SetupWizard.php:597 msgid "Withdraw Methods" msgstr "" -#: includes/Admin/Settings.php:614 +#: includes/Admin/Settings.php:692 msgid "Select suitable withdraw methods for vendors" msgstr "" -#: includes/Admin/Settings.php:618 +#: includes/Admin/Settings.php:696 msgid "Check to add available payment methods for vendors to withdraw money." msgstr "" -#: includes/Admin/Settings.php:622 +#: includes/Admin/Settings.php:700 msgid "Withdraw Charges" msgstr "" -#: includes/Admin/Settings.php:623 +#: includes/Admin/Settings.php:701 msgid "Select suitable withdraw charges for vendors" msgstr "" -#: includes/Admin/Settings.php:641 -#: includes/Admin/SetupWizard.php:543 +#: includes/Admin/Settings.php:719 +#: includes/Admin/SetupWizard.php:640 msgid "Minimum Withdraw Limit" msgstr "" -#: includes/Admin/Settings.php:642 +#: includes/Admin/Settings.php:720 msgid "Minimum balance required to make a withdraw request. Leave blank to set no minimum limits." msgstr "" -#: includes/Admin/Settings.php:651 -#: includes/Admin/SetupWizard.php:550 +#: includes/Admin/Settings.php:729 +#: includes/Admin/SetupWizard.php:647 msgid "Order Status for Withdraw" msgstr "" -#: includes/Admin/Settings.php:652 -#: includes/Admin/SetupWizard.php:569 +#: includes/Admin/Settings.php:730 +#: includes/Admin/SetupWizard.php:666 msgid "Order status for which vendor can make a withdraw request." msgstr "" -#: includes/Admin/Settings.php:658 +#: includes/Admin/Settings.php:736 msgid "Select the order status that will allow vendors to make withdraw request. We prefer you select \"completed\", \"processing\"." msgstr "" -#: includes/Admin/Settings.php:662 +#: includes/Admin/Settings.php:740 msgid "Exclude COD Payments" msgstr "" -#: includes/Admin/Settings.php:663 +#: includes/Admin/Settings.php:741 msgid "If an order is paid with Cash on Delivery (COD), then exclude that payment from vendor balance." msgstr "" -#: includes/Admin/Settings.php:672 +#: includes/Admin/Settings.php:750 msgid "Select a page to show vendor dashboard" msgstr "" -#: includes/Admin/Settings.php:675 -#: includes/Admin/Settings.php:682 -#: includes/Admin/Settings.php:690 -#: includes/Admin/Settings.php:700 -#: includes/Admin/Settings.php:862 +#: includes/Admin/Settings.php:753 +#: includes/Admin/Settings.php:760 +#: includes/Admin/Settings.php:768 +#: includes/Admin/Settings.php:778 +#: includes/Admin/Settings.php:940 msgid "Select page" msgstr "" -#: includes/Admin/Settings.php:679 -#: includes/Install/Installer.php:246 +#: includes/Admin/Settings.php:757 +#: includes/Install/Installer.php:245 #: templates/global/header-menu.php:52 msgid "My Orders" msgstr "" -#: includes/Admin/Settings.php:680 +#: includes/Admin/Settings.php:758 msgid "Select a page to show my orders" msgstr "" -#: includes/Admin/Settings.php:687 +#: includes/Admin/Settings.php:765 msgid "Store Listing" msgstr "" -#: includes/Admin/Settings.php:688 +#: includes/Admin/Settings.php:766 msgid "Select a page to show all stores" msgstr "" -#: includes/Admin/Settings.php:696 +#: includes/Admin/Settings.php:774 msgid "Select where you want to add Dokan pages." msgstr "" -#: includes/Admin/Settings.php:697 +#: includes/Admin/Settings.php:775 msgid "Terms and Conditions Page" msgstr "" -#: includes/Admin/Settings.php:699 +#: includes/Admin/Settings.php:777 msgid "Select a page to display the Terms and Conditions of your store for Vendors." msgstr "" -#: includes/Admin/Settings.php:707 +#: includes/Admin/Settings.php:785 msgid "Store Appearance" msgstr "" -#: includes/Admin/Settings.php:708 +#: includes/Admin/Settings.php:786 msgid "Configure your site appearances." msgstr "" -#: includes/Admin/Settings.php:712 +#: includes/Admin/Settings.php:790 msgid "Show map on Store Page" msgstr "" -#: includes/Admin/Settings.php:713 +#: includes/Admin/Settings.php:791 msgid "Enable map of the store location in the store sidebar" msgstr "" -#: includes/Admin/Settings.php:719 +#: includes/Admin/Settings.php:797 #: templates/admin-setup-wizard/step-store.php:55 msgid "Map API Source" msgstr "" -#: includes/Admin/Settings.php:720 +#: includes/Admin/Settings.php:798 msgid "Which map API source you want to use in your site?" msgstr "" -#: includes/Admin/Settings.php:725 -#: includes/Admin/SetupWizard.php:381 +#: includes/Admin/Settings.php:803 +#: includes/Admin/SetupWizard.php:422 #: assets/js/vue-admin.js:2 msgid "Google Maps" msgstr "" -#: includes/Admin/Settings.php:726 -#: includes/Admin/SetupWizard.php:382 +#: includes/Admin/Settings.php:804 +#: includes/Admin/SetupWizard.php:423 msgid "Mapbox" msgstr "" -#: includes/Admin/Settings.php:731 +#: includes/Admin/Settings.php:809 #: templates/admin-setup-wizard/step-store.php:68 msgid "Google Map API Key" msgstr "" -#: includes/Admin/Settings.php:732 +#: includes/Admin/Settings.php:810 msgid "API Key is needed to display map on store page" msgstr "" -#: includes/Admin/Settings.php:735 +#: includes/Admin/Settings.php:813 msgid "Insert Google API Key (with hyperlink) to display store map." msgstr "" -#: includes/Admin/Settings.php:744 +#: includes/Admin/Settings.php:822 #: templates/admin-setup-wizard/step-store.php:84 msgid "Mapbox Access Token" msgstr "" -#: includes/Admin/Settings.php:745 +#: includes/Admin/Settings.php:823 msgid "Access Token is needed to display map on store page" msgstr "" -#: includes/Admin/Settings.php:748 +#: includes/Admin/Settings.php:826 msgid "Insert Mapbox Access Token (with hyperlink) to display store map." msgstr "" #. translators: 1) Opening anchor tag, 2) Closing anchor tag, 3) Opening anchor tag, 4) Closing anchor tag -#: includes/Admin/Settings.php:760 +#: includes/Admin/Settings.php:838 msgid "%1$sreCAPTCHA%2$s credentials required to enable invisible captcha for contact forms. %3$sGet Help%4$s" msgstr "" -#: includes/Admin/Settings.php:766 +#: includes/Admin/Settings.php:844 msgid "Google reCAPTCHA Validation" msgstr "" -#: includes/Admin/Settings.php:768 +#: includes/Admin/Settings.php:846 msgid "You can successfully connect to your Google reCaptcha account from here." msgstr "" -#: includes/Admin/Settings.php:776 +#: includes/Admin/Settings.php:854 msgid "Site Key" msgstr "" -#: includes/Admin/Settings.php:777 +#: includes/Admin/Settings.php:855 msgid "Insert Google reCAPTCHA v3 site key." msgstr "" -#: includes/Admin/Settings.php:783 +#: includes/Admin/Settings.php:861 msgid "Secret Key" msgstr "" -#: includes/Admin/Settings.php:785 +#: includes/Admin/Settings.php:863 msgid "Insert Google reCAPTCHA v3 secret key." msgstr "" -#: includes/Admin/Settings.php:793 +#: includes/Admin/Settings.php:871 msgid "Show Contact Form on Store Page" msgstr "" -#: includes/Admin/Settings.php:794 +#: includes/Admin/Settings.php:872 msgid "Display a vendor contact form in the store sidebar" msgstr "" -#: includes/Admin/Settings.php:801 +#: includes/Admin/Settings.php:879 msgid "Select a store header for your store." msgstr "" -#: includes/Admin/Settings.php:802 +#: includes/Admin/Settings.php:880 msgid "Store Header Template" msgstr "" -#: includes/Admin/Settings.php:813 +#: includes/Admin/Settings.php:891 msgid "Store Opening Closing Time Widget" msgstr "" -#: includes/Admin/Settings.php:814 +#: includes/Admin/Settings.php:892 msgid "Enable store opening & closing time widget in the store sidebar" msgstr "" -#: includes/Admin/Settings.php:820 +#: includes/Admin/Settings.php:898 msgid "Enable Store Sidebar From Theme" msgstr "" -#: includes/Admin/Settings.php:821 +#: includes/Admin/Settings.php:899 msgid "Enable showing store sidebar from your theme." msgstr "" -#: includes/Admin/Settings.php:827 +#: includes/Admin/Settings.php:905 msgid "Hide Vendor Info" msgstr "" -#: includes/Admin/Settings.php:828 +#: includes/Admin/Settings.php:906 msgid "Hide vendor contact info from single store page." msgstr "" -#: includes/Admin/Settings.php:836 +#: includes/Admin/Settings.php:914 msgid "Email Address" msgstr "" -#: includes/Admin/Settings.php:837 -#: includes/Admin/UserProfile.php:211 +#: includes/Admin/Settings.php:915 +#: includes/Admin/UserProfile.php:208 #: templates/account/update-customer-to-vendor.php:48 #: templates/account/vendor-registration.php:45 #: templates/global/seller-registration-form.php:54 @@ -1053,277 +1095,279 @@ msgstr "" msgid "Phone Number" msgstr "" -#: includes/Admin/Settings.php:838 +#: includes/Admin/Settings.php:916 #: includes/Vendor/SettingsApi/Settings/Pages/Store.php:249 #: includes/Vendor/SettingsApi/Settings/Pages/Store.php:250 msgid "Store Address" msgstr "" -#: includes/Admin/Settings.php:843 +#: includes/Admin/Settings.php:921 msgid "Disable Dokan FontAwesome" msgstr "" -#: includes/Admin/Settings.php:844 +#: includes/Admin/Settings.php:922 msgid "If disabled then dokan fontawesome library won't be loaded in frontend" msgstr "" -#: includes/Admin/Settings.php:852 +#: includes/Admin/Settings.php:930 msgid "Enable Privacy Policy" msgstr "" -#: includes/Admin/Settings.php:854 +#: includes/Admin/Settings.php:932 msgid "Enable privacy policy for vendor store contact form" msgstr "" -#: includes/Admin/Settings.php:859 +#: includes/Admin/Settings.php:937 msgid "Privacy Page" msgstr "" -#: includes/Admin/Settings.php:861 +#: includes/Admin/Settings.php:939 msgid "Select a page to show your privacy policy" msgstr "" -#: includes/Admin/Settings.php:869 -#: includes/functions.php:3342 +#: includes/Admin/Settings.php:947 +#: includes/functions.php:3231 msgid "Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our [dokan_privacy_policy]" msgstr "" -#: includes/Admin/Settings.php:870 +#: includes/Admin/Settings.php:948 msgid "Customize the Privacy Policy text that will be displayed on your store." msgstr "" -#: includes/Admin/Settings.php:942 +#: includes/Admin/Settings.php:1020 msgid "Both section and field params are required." msgstr "" -#: includes/Admin/Settings.php:951 +#: includes/Admin/Settings.php:1029 msgid "No filter found to refresh the setting options" msgstr "" -#: includes/Admin/Settings.php:983 +#: includes/Admin/Settings.php:1061 msgid "Minimum Withdraw Limit can't be negative value." msgstr "" -#: includes/Admin/Settings.php:994 +#: includes/Admin/Settings.php:1072 #: includes/ReverseWithdrawal/Admin/Settings.php:223 msgid "Validation error" msgstr "" -#: includes/Admin/Settings.php:1012 +#: includes/Admin/Settings.php:1090 msgid "Data Clear" msgstr "" -#: includes/Admin/Settings.php:1013 +#: includes/Admin/Settings.php:1091 msgid "Delete all data and tables related to Dokan and Dokan Pro plugin while deleting the Dokan plugin." msgstr "" -#: includes/Admin/Settings.php:1016 +#: includes/Admin/Settings.php:1094 msgid "Check this to remove Dokan related data and table from the database upon deleting the plugin. When you delete the Dokan lite version, it will also delete all the data related to Dokan Pro as well. This won't happen when the plugins are deactivated.." msgstr "" -#: includes/Admin/SetupWizard.php:76 +#: includes/Admin/SetupWizard.php:78 msgctxt "enhanced select" msgid "No matches found" msgstr "" -#: includes/Admin/SetupWizard.php:77 +#: includes/Admin/SetupWizard.php:79 msgctxt "enhanced select" msgid "Loading failed" msgstr "" -#: includes/Admin/SetupWizard.php:78 +#: includes/Admin/SetupWizard.php:80 msgctxt "enhanced select" msgid "Please enter 1 or more characters" msgstr "" -#: includes/Admin/SetupWizard.php:79 +#: includes/Admin/SetupWizard.php:81 msgctxt "enhanced select" msgid "Please enter %qty% or more characters" msgstr "" -#: includes/Admin/SetupWizard.php:80 +#: includes/Admin/SetupWizard.php:82 msgctxt "enhanced select" msgid "Please delete 1 character" msgstr "" -#: includes/Admin/SetupWizard.php:81 +#: includes/Admin/SetupWizard.php:83 msgctxt "enhanced select" msgid "Please delete %qty% characters" msgstr "" -#: includes/Admin/SetupWizard.php:82 +#: includes/Admin/SetupWizard.php:84 msgctxt "enhanced select" msgid "You can only select 1 item" msgstr "" -#: includes/Admin/SetupWizard.php:83 +#: includes/Admin/SetupWizard.php:85 msgctxt "enhanced select" msgid "You can only select %qty% items" msgstr "" -#: includes/Admin/SetupWizard.php:84 +#: includes/Admin/SetupWizard.php:86 msgctxt "enhanced select" msgid "Loading more results…" msgstr "" -#: includes/Admin/SetupWizard.php:85 +#: includes/Admin/SetupWizard.php:87 msgctxt "enhanced select" msgid "Searching…" msgstr "" -#: includes/Admin/SetupWizard.php:150 +#: includes/Admin/SetupWizard.php:186 #: includes/Vendor/SetupWizard.php:78 msgid "Introduction" msgstr "" -#: includes/Admin/SetupWizard.php:154 +#: includes/Admin/SetupWizard.php:190 #: includes/functions-dashboard-navigation.php:67 #: includes/Vendor/SetupWizard.php:83 #: assets/js/vue-admin.js:2 msgid "Store" msgstr "" -#: includes/Admin/SetupWizard.php:159 -#: includes/Admin/UserProfile.php:301 +#: includes/Admin/SetupWizard.php:195 +#: includes/Admin/UserProfile.php:298 msgid "Selling" msgstr "" -#: includes/Admin/SetupWizard.php:169 +#: includes/Admin/SetupWizard.php:210 msgid "Recommended" msgstr "" -#: includes/Admin/SetupWizard.php:174 +#: includes/Admin/SetupWizard.php:215 #: includes/Vendor/SetupWizard.php:93 msgid "Ready!" msgstr "" -#: includes/Admin/SetupWizard.php:271 +#: includes/Admin/SetupWizard.php:312 msgid "Dokan › Setup Wizard" msgstr "" -#: includes/Admin/SetupWizard.php:291 +#: includes/Admin/SetupWizard.php:332 #: includes/Admin/SetupWizardNoWC.php:95 msgid "Return to the WordPress Dashboard" msgstr "" -#: includes/Admin/SetupWizard.php:340 +#: includes/Admin/SetupWizard.php:381 #: templates/admin-setup-wizard/step-no-wc-introduction.php:2 msgid "Welcome to the world of Dokan!" msgstr "" -#: includes/Admin/SetupWizard.php:341 +#: includes/Admin/SetupWizard.php:382 msgid "Thank you for choosing Dokan to power your online marketplace! This quick setup wizard will help you configure the basic settings. It’s completely optional and shouldn’t take longer than three minutes." msgstr "" -#: includes/Admin/SetupWizard.php:342 +#: includes/Admin/SetupWizard.php:383 msgid "No time right now? If you don’t want to go through the wizard, you can skip and return to the WordPress dashboard. Come back anytime if you change your mind!" msgstr "" -#: includes/Admin/SetupWizard.php:344 +#: includes/Admin/SetupWizard.php:385 #: includes/Vendor/SetupWizard.php:191 #: templates/admin-setup-wizard/step-no-wc-introduction.php:74 msgid "Let's Go!" msgstr "" -#: includes/Admin/SetupWizard.php:345 +#: includes/Admin/SetupWizard.php:386 #: includes/Vendor/SetupWizard.php:192 msgid "Not right now" msgstr "" -#: includes/Admin/SetupWizard.php:496 +#: includes/Admin/SetupWizard.php:593 msgid "Withdraw Setup" msgstr "" #. translators: %s: withdraw method name -#: includes/Admin/SetupWizard.php:518 +#: includes/Admin/SetupWizard.php:615 msgid "Enable %s for your vendor as a withdraw method" msgstr "" -#: includes/Admin/SetupWizard.php:546 +#: includes/Admin/SetupWizard.php:643 msgid "Minimum balance required to make a withdraw request ( Leave it blank to set no limits )" msgstr "" -#: includes/Admin/SetupWizard.php:574 -#: includes/Admin/SetupWizard.php:657 +#: includes/Admin/SetupWizard.php:671 +#: includes/Admin/SetupWizard.php:754 #: includes/Admin/SetupWizardWCAdmin.php:232 #: includes/Vendor/SetupWizard.php:368 #: includes/Vendor/SetupWizard.php:575 -#: templates/admin-setup-wizard/step-selling.php:53 +#: templates/admin-setup-wizard/step-commission.php:12 +#: templates/admin-setup-wizard/step-selling.php:32 #: templates/admin-setup-wizard/step-store.php:153 msgid "Continue" msgstr "" -#: includes/Admin/SetupWizard.php:575 +#: includes/Admin/SetupWizard.php:672 #: includes/Vendor/SetupWizard.php:370 #: includes/Vendor/SetupWizard.php:577 -#: templates/admin-setup-wizard/step-selling.php:54 +#: templates/admin-setup-wizard/step-commission.php:13 +#: templates/admin-setup-wizard/step-selling.php:33 #: templates/admin-setup-wizard/step-store.php:154 msgid "Skip this step" msgstr "" -#: includes/Admin/SetupWizard.php:591 +#: includes/Admin/SetupWizard.php:688 msgid "Recommended for All Dokan Marketplaces" msgstr "" -#: includes/Admin/SetupWizard.php:593 +#: includes/Admin/SetupWizard.php:690 msgid "Enhance your store with these recommended features." msgstr "" -#: includes/Admin/SetupWizard.php:603 -#: includes/Admin/SetupWizard.php:609 -#: includes/Admin/SetupWizard.php:682 +#: includes/Admin/SetupWizard.php:700 +#: includes/Admin/SetupWizard.php:706 +#: includes/Admin/SetupWizard.php:779 msgid "WooCommerce Conversion Tracking" msgstr "" -#: includes/Admin/SetupWizard.php:604 +#: includes/Admin/SetupWizard.php:701 msgid "Track conversions on your WooCommerce store like a pro!" msgstr "" -#: includes/Admin/SetupWizard.php:606 +#: includes/Admin/SetupWizard.php:703 msgid "WooCommerce Conversion Tracking logo" msgstr "" -#: includes/Admin/SetupWizard.php:621 -#: includes/Admin/SetupWizard.php:627 -#: includes/Admin/SetupWizard.php:693 +#: includes/Admin/SetupWizard.php:718 +#: includes/Admin/SetupWizard.php:724 +#: includes/Admin/SetupWizard.php:790 msgid "weMail" msgstr "" -#: includes/Admin/SetupWizard.php:622 +#: includes/Admin/SetupWizard.php:719 msgid "Simplified Email Marketing Solution for WordPress!" msgstr "" -#: includes/Admin/SetupWizard.php:624 +#: includes/Admin/SetupWizard.php:721 msgid "weMail logo" msgstr "" -#: includes/Admin/SetupWizard.php:639 -#: includes/Admin/SetupWizard.php:645 -#: includes/Admin/SetupWizard.php:704 +#: includes/Admin/SetupWizard.php:736 +#: includes/Admin/SetupWizard.php:742 +#: includes/Admin/SetupWizard.php:801 msgid "Texty" msgstr "" -#: includes/Admin/SetupWizard.php:640 +#: includes/Admin/SetupWizard.php:737 msgid "SMS Notification for WordPress, WooCommerce, Dokan and more" msgstr "" -#: includes/Admin/SetupWizard.php:642 +#: includes/Admin/SetupWizard.php:739 msgid "Texty logo" msgstr "" -#: includes/Admin/SetupWizard.php:767 +#: includes/Admin/SetupWizard.php:864 msgid "Your Marketplace is Ready!" msgstr "" -#: includes/Admin/SetupWizard.php:772 +#: includes/Admin/SetupWizard.php:869 msgid "Visit Dokan Dashboard" msgstr "" -#: includes/Admin/SetupWizard.php:773 +#: includes/Admin/SetupWizard.php:870 msgid "More Settings" msgstr "" -#: includes/Admin/SetupWizard.php:899 +#: includes/Admin/SetupWizard.php:996 msgid "The following plugins will be installed and activated for you:" msgstr "" @@ -1407,20 +1451,20 @@ msgstr "" #: includes/Admin/UserProfile.php:38 #: includes/Ajax.php:142 -#: includes/Assets.php:588 +#: includes/Assets.php:604 #: assets/js/vue-admin.js:2 #: assets/js/vue-bootstrap.js:2 msgid "Available" msgstr "" #: includes/Admin/UserProfile.php:39 -#: includes/Assets.php:589 +#: includes/Assets.php:605 #: assets/js/vue-admin.js:2 #: assets/js/vue-bootstrap.js:2 msgid "Not Available" msgstr "" -#: includes/Admin/UserProfile.php:87 +#: includes/Admin/UserProfile.php:84 #: includes/Privacy.php:226 #: includes/Vendor/SettingsApi/Settings/Pages/Store.php:218 #: includes/Vendor/SetupWizard.php:294 @@ -1430,98 +1474,98 @@ msgstr "" msgid "Country" msgstr "" -#: includes/Admin/UserProfile.php:91 +#: includes/Admin/UserProfile.php:88 #: includes/Vendor/SettingsApi/Settings/Pages/Store.php:222 msgid "Select a country…" msgstr "" -#: includes/Admin/UserProfile.php:94 +#: includes/Admin/UserProfile.php:91 msgid "State/County" msgstr "" -#: includes/Admin/UserProfile.php:95 +#: includes/Admin/UserProfile.php:92 msgid "State/County or state code" msgstr "" -#: includes/Admin/UserProfile.php:100 +#: includes/Admin/UserProfile.php:97 msgid "Dokan Options" msgstr "" -#: includes/Admin/UserProfile.php:105 +#: includes/Admin/UserProfile.php:102 msgid "Banner" msgstr "" -#: includes/Admin/UserProfile.php:117 +#: includes/Admin/UserProfile.php:114 #: templates/settings/store-form.php:72 msgid "Upload banner" msgstr "" #. translators: %1$s: banner width, %2$s: banner height in integers #. translators: 1) store banner width 2) store banner height -#: includes/Admin/UserProfile.php:122 +#: includes/Admin/UserProfile.php:119 #: templates/settings/store-form.php:86 msgid "Upload a banner for your store. Banner size is (%1$sx%2$s) pixels." msgstr "" -#: includes/Admin/UserProfile.php:134 +#: includes/Admin/UserProfile.php:131 #: includes/REST/ReverseWithdrawalController.php:679 msgid "Store name" msgstr "" -#: includes/Admin/UserProfile.php:141 +#: includes/Admin/UserProfile.php:138 #: assets/js/vue-admin.js:2 #: assets/js/vue-bootstrap.js:2 msgid "Store URL" msgstr "" -#: includes/Admin/UserProfile.php:149 +#: includes/Admin/UserProfile.php:146 #: includes/Privacy.php:222 msgid "Address 1" msgstr "" -#: includes/Admin/UserProfile.php:156 +#: includes/Admin/UserProfile.php:153 #: includes/Privacy.php:223 msgid "Address 2" msgstr "" -#: includes/Admin/UserProfile.php:163 +#: includes/Admin/UserProfile.php:160 msgid "Town/City" msgstr "" -#: includes/Admin/UserProfile.php:170 +#: includes/Admin/UserProfile.php:167 #: includes/Vendor/SettingsApi/Settings/Pages/Store.php:210 msgid "Zip Code" msgstr "" -#: includes/Admin/UserProfile.php:236 +#: includes/Admin/UserProfile.php:233 msgid "Payment Options : " msgstr "" -#: includes/Admin/UserProfile.php:241 +#: includes/Admin/UserProfile.php:238 msgid "Paypal Email " msgstr "" -#: includes/Admin/UserProfile.php:249 +#: includes/Admin/UserProfile.php:246 msgid "Skrill Email " msgstr "" -#: includes/Admin/UserProfile.php:258 +#: includes/Admin/UserProfile.php:255 msgid "Bank name " msgstr "" -#: includes/Admin/UserProfile.php:264 +#: includes/Admin/UserProfile.php:261 msgid "Account Name " msgstr "" -#: includes/Admin/UserProfile.php:270 +#: includes/Admin/UserProfile.php:267 msgid "Account Number " msgstr "" -#: includes/Admin/UserProfile.php:276 +#: includes/Admin/UserProfile.php:273 msgid "Bank Address " msgstr "" -#: includes/Admin/UserProfile.php:282 +#: includes/Admin/UserProfile.php:279 #: includes/Privacy.php:278 #: includes/Vendor/SettingsApi/Settings/Pages/Payments/Gateways/Bank.php:83 #: includes/Withdraw/functions.php:297 @@ -1531,59 +1575,43 @@ msgstr "" msgid "Routing Number" msgstr "" -#: includes/Admin/UserProfile.php:288 +#: includes/Admin/UserProfile.php:285 msgid "Bank IBAN " msgstr "" -#: includes/Admin/UserProfile.php:294 +#: includes/Admin/UserProfile.php:291 msgid "Bank Swift " msgstr "" -#: includes/Admin/UserProfile.php:306 +#: includes/Admin/UserProfile.php:303 msgid "Enable Adding Products" msgstr "" -#: includes/Admin/UserProfile.php:309 +#: includes/Admin/UserProfile.php:306 msgid "Enable or disable product adding capability" msgstr "" -#: includes/Admin/UserProfile.php:314 +#: includes/Admin/UserProfile.php:311 msgid "Publishing" msgstr "" -#: includes/Admin/UserProfile.php:319 +#: includes/Admin/UserProfile.php:316 msgid "Publish product directly" msgstr "" -#: includes/Admin/UserProfile.php:322 +#: includes/Admin/UserProfile.php:319 msgid "Bypass pending, publish products directly" msgstr "" -#: includes/Admin/UserProfile.php:327 -msgid "Admin Commission Type " -msgstr "" - -#: includes/Admin/UserProfile.php:334 -msgid "Set the commmission type admin gets from this seller" -msgstr "" - -#: includes/Admin/UserProfile.php:338 -msgid "Admin Commission " -msgstr "" - -#: includes/Admin/UserProfile.php:342 -msgid "It will override the default commission admin gets from each sales" -msgstr "" - -#: includes/Admin/UserProfile.php:347 +#: includes/Admin/UserProfile.php:324 msgid "Featured vendor" msgstr "" -#: includes/Admin/UserProfile.php:352 +#: includes/Admin/UserProfile.php:329 msgid "Mark as featured vendor" msgstr "" -#: includes/Admin/UserProfile.php:355 +#: includes/Admin/UserProfile.php:332 msgid "This vendor will be marked as a featured vendor." msgstr "" @@ -1608,7 +1636,8 @@ msgstr "" #: includes/Product/functions.php:215 #: templates/my-orders.php:27 #: templates/orders/listing.php:33 -#: templates/orders/listing.php:83 +#: templates/orders/listing.php:93 +#: templates/orders/sub-order-related-order-meta-box-html.php:39 #: templates/products/products-listing-row.php:140 #: templates/products/products-listing.php:121 #: templates/sub-orders.php:47 @@ -1632,9 +1661,10 @@ msgstr "" #: includes/Admin/WithdrawLogExporter.php:116 #: templates/my-orders.php:26 #: templates/orders/listing.php:35 -#: templates/orders/listing.php:93 -#: templates/products/products-listing-row.php:280 -#: templates/products/products-listing.php:130 +#: templates/orders/listing.php:103 +#: templates/orders/sub-order-related-order-meta-box-html.php:38 +#: templates/products/products-listing-row.php:290 +#: templates/products/products-listing.php:131 #: templates/reverse-withdrawal/transaction-listing.php:19 #: templates/sub-orders.php:46 #: templates/withdraw/approved-request-listing.php:20 @@ -1782,7 +1812,7 @@ msgid "reCAPTCHA verification failed!" msgstr "" #: includes/Ajax.php:359 -#: includes/REST/StoreController.php:831 +#: includes/REST/StoreController.php:838 msgid "Email sent successfully!" msgstr "" @@ -1810,7 +1840,7 @@ msgid "Delete" msgstr "" #: includes/Ajax.php:529 -#: includes/Product/Hooks.php:53 +#: includes/Product/Hooks.php:58 msgid "Error: Nonce verification failed" msgstr "" @@ -1838,101 +1868,102 @@ msgstr "" msgid "id param is required" msgstr "" -#: includes/Assets.php:148 +#: includes/Assets.php:151 msgid "Could not find any vendor." msgstr "" -#: includes/Assets.php:149 +#: includes/Assets.php:152 msgid "Searching vendors" msgstr "" -#: includes/Assets.php:150 +#: includes/Assets.php:153 msgid "Search vendors" msgstr "" -#: includes/Assets.php:151 +#: includes/Assets.php:154 msgid "Are you sure ?" msgstr "" -#: includes/Assets.php:591 +#: includes/Assets.php:607 #: includes/Product/functions.php:504 #: templates/products/products-listing.php:109 +#: assets/js/dokan-admin-notice.js:2 #: assets/js/dokan-promo-notice.js:2 #: assets/js/vue-admin.js:2 #: assets/js/vue-bootstrap.js:2 msgid "Are you sure?" msgstr "" -#: includes/Assets.php:592 +#: includes/Assets.php:608 msgid "Something went wrong. Please try again." msgstr "" -#: includes/Assets.php:606 +#: includes/Assets.php:622 msgid "Are you sure you want to revoke access to this download?" msgstr "" -#: includes/Assets.php:607 +#: includes/Assets.php:623 msgid "Could not grant access - the user may already have permission for this file or billing email is not set. Ensure the billing email is set, and the order has been saved." msgstr "" -#: includes/Assets.php:737 +#: includes/Assets.php:753 msgctxt "time constant" msgid "am" msgstr "" -#: includes/Assets.php:738 +#: includes/Assets.php:754 msgctxt "time constant" msgid "pm" msgstr "" -#: includes/Assets.php:739 +#: includes/Assets.php:755 msgctxt "time constant" msgid "AM" msgstr "" -#: includes/Assets.php:740 +#: includes/Assets.php:756 msgctxt "time constant" msgid "PM" msgstr "" -#: includes/Assets.php:741 +#: includes/Assets.php:757 msgctxt "time constant" msgid "hr" msgstr "" -#: includes/Assets.php:742 +#: includes/Assets.php:758 msgctxt "time constant" msgid "hrs" msgstr "" -#: includes/Assets.php:743 +#: includes/Assets.php:759 msgctxt "time constant" msgid "mins" msgstr "" -#: includes/Assets.php:746 -#: templates/products/edit-product-single.php:338 +#: includes/Assets.php:762 +#: templates/products/edit-product-single.php:368 #: templates/products/new-product.php:252 -#: templates/products/tmpl-add-product-popup.php:88 +#: templates/products/tmpl-add-product-popup.php:87 msgid "To" msgstr "" -#: includes/Assets.php:748 -#: templates/products/edit-product-single.php:331 +#: includes/Assets.php:764 +#: templates/products/edit-product-single.php:361 #: templates/products/new-product.php:245 -#: templates/products/tmpl-add-product-popup.php:81 +#: templates/products/tmpl-add-product-popup.php:80 msgid "From" msgstr "" -#: includes/Assets.php:749 +#: includes/Assets.php:765 msgid " - " msgstr "" -#: includes/Assets.php:750 +#: includes/Assets.php:766 msgid "W" msgstr "" -#: includes/Assets.php:751 +#: includes/Assets.php:767 #: templates/orders/listing.php:20 #: templates/products/products-listing.php:108 #: templates/store-lists-filter.php:84 @@ -1940,100 +1971,100 @@ msgstr "" msgid "Apply" msgstr "" -#: includes/Assets.php:752 +#: includes/Assets.php:768 #: assets/js/vue-admin.js:2 msgid "Clear" msgstr "" -#: includes/Assets.php:753 +#: includes/Assets.php:769 #: includes/Withdraw/Hooks.php:68 msgid "Custom" msgstr "" -#: includes/Assets.php:755 +#: includes/Assets.php:771 msgid "Su" msgstr "" -#: includes/Assets.php:756 +#: includes/Assets.php:772 msgid "Mo" msgstr "" -#: includes/Assets.php:757 +#: includes/Assets.php:773 msgid "Tu" msgstr "" -#: includes/Assets.php:758 +#: includes/Assets.php:774 msgid "We" msgstr "" -#: includes/Assets.php:759 +#: includes/Assets.php:775 msgid "Th" msgstr "" -#: includes/Assets.php:760 +#: includes/Assets.php:776 msgid "Fr" msgstr "" -#: includes/Assets.php:761 +#: includes/Assets.php:777 msgid "Sa" msgstr "" -#: includes/Assets.php:764 +#: includes/Assets.php:780 msgid "January" msgstr "" -#: includes/Assets.php:765 +#: includes/Assets.php:781 msgid "February" msgstr "" -#: includes/Assets.php:766 +#: includes/Assets.php:782 msgid "March" msgstr "" -#: includes/Assets.php:767 +#: includes/Assets.php:783 msgid "April" msgstr "" -#: includes/Assets.php:768 +#: includes/Assets.php:784 msgid "May" msgstr "" -#: includes/Assets.php:769 +#: includes/Assets.php:785 msgid "June" msgstr "" -#: includes/Assets.php:770 +#: includes/Assets.php:786 msgid "July" msgstr "" -#: includes/Assets.php:771 +#: includes/Assets.php:787 msgid "August" msgstr "" -#: includes/Assets.php:772 +#: includes/Assets.php:788 msgid "September" msgstr "" -#: includes/Assets.php:773 +#: includes/Assets.php:789 msgid "October" msgstr "" -#: includes/Assets.php:774 +#: includes/Assets.php:790 msgid "November" msgstr "" -#: includes/Assets.php:775 +#: includes/Assets.php:791 msgid "December" msgstr "" -#: includes/Assets.php:779 -#: includes/Assets.php:1051 +#: includes/Assets.php:795 +#: includes/Assets.php:1067 #: includes/Product/functions.php:310 #: templates/my-orders.php:95 #: templates/orders/details.php:196 -#: templates/products/edit-product-single.php:302 +#: templates/products/edit-product-single.php:332 #: templates/products/new-product.php:232 -#: templates/products/tmpl-add-product-popup.php:68 +#: templates/products/tmpl-add-product-popup.php:67 #: templates/settings/bank-payment-method-settings.php:203 #: templates/store-lists-filter.php:83 #: templates/withdraw/pending-request-listing-dashboard.php:24 @@ -2041,25 +2072,26 @@ msgstr "" #: templates/withdraw/pending-request-listing.php:19 #: templates/withdraw/pending-request-listing.php:39 #: templates/withdraw/pending-request-listing.php:63 +#: assets/js/dokan-admin-notice.js:2 #: assets/js/dokan-promo-notice.js:2 #: assets/js/vue-admin.js:2 #: assets/js/vue-bootstrap.js:2 msgid "Cancel" msgstr "" -#: includes/Assets.php:780 +#: includes/Assets.php:796 #: includes/Product/functions.php:321 #: templates/orders/details.php:347 #: templates/settings/store-form.php:38 msgid "Close" msgstr "" -#: includes/Assets.php:781 -#: includes/Assets.php:1050 +#: includes/Assets.php:797 +#: includes/Assets.php:1066 msgid "OK" msgstr "" -#: includes/Assets.php:782 +#: includes/Assets.php:798 #: includes/Vendor/SettingsApi/Settings/Pages/Store.php:283 #: includes/Vendor/SettingsApi/Settings/Pages/Store.php:430 #: includes/Vendor/SettingsApi/Settings/Pages/Store.php:446 @@ -2069,312 +2101,312 @@ msgstr "" msgid "No" msgstr "" -#: includes/Assets.php:783 +#: includes/Assets.php:799 msgid "Close this dialog" msgstr "" -#: includes/Assets.php:798 +#: includes/Assets.php:814 msgid "This field is required" msgstr "" -#: includes/Assets.php:799 +#: includes/Assets.php:815 msgid "Please fix this field." msgstr "" -#: includes/Assets.php:800 +#: includes/Assets.php:816 msgid "Please enter a valid email address." msgstr "" -#: includes/Assets.php:801 +#: includes/Assets.php:817 msgid "Please enter a valid URL." msgstr "" -#: includes/Assets.php:802 +#: includes/Assets.php:818 msgid "Please enter a valid date." msgstr "" -#: includes/Assets.php:803 +#: includes/Assets.php:819 msgid "Please enter a valid date (ISO)." msgstr "" -#: includes/Assets.php:804 +#: includes/Assets.php:820 msgid "Please enter a valid number." msgstr "" -#: includes/Assets.php:805 +#: includes/Assets.php:821 msgid "Please enter only digits." msgstr "" -#: includes/Assets.php:806 +#: includes/Assets.php:822 msgid "Please enter a valid credit card number." msgstr "" -#: includes/Assets.php:807 +#: includes/Assets.php:823 msgid "Please enter the same value again." msgstr "" -#: includes/Assets.php:808 +#: includes/Assets.php:824 msgid "Please enter no more than {0} characters." msgstr "" -#: includes/Assets.php:809 +#: includes/Assets.php:825 msgid "Please enter at least {0} characters." msgstr "" -#: includes/Assets.php:810 +#: includes/Assets.php:826 msgid "Please enter a value between {0} and {1} characters long." msgstr "" -#: includes/Assets.php:811 +#: includes/Assets.php:827 msgid "Please enter a value between {0} and {1}." msgstr "" -#: includes/Assets.php:812 +#: includes/Assets.php:828 msgid "Please enter a value less than or equal to {0}." msgstr "" -#: includes/Assets.php:813 +#: includes/Assets.php:829 msgid "Please enter a value greater than or equal to {0}." msgstr "" -#: includes/Assets.php:975 +#: includes/Assets.php:991 msgid "Upload featured image" msgstr "" -#: includes/Assets.php:976 +#: includes/Assets.php:992 msgid "Choose a file" msgstr "" -#: includes/Assets.php:977 +#: includes/Assets.php:993 msgid "Add Images to Product Gallery" msgstr "" -#: includes/Assets.php:978 +#: includes/Assets.php:994 msgid "Set featured image" msgstr "" -#: includes/Assets.php:979 +#: includes/Assets.php:995 #: includes/woo-views/html-product-download.php:8 msgid "Insert file URL" msgstr "" -#: includes/Assets.php:980 +#: includes/Assets.php:996 msgid "Add to gallery" msgstr "" -#: includes/Assets.php:981 +#: includes/Assets.php:997 msgid "Sorry, this attribute option already exists, Try a different one." msgstr "" -#: includes/Assets.php:982 +#: includes/Assets.php:998 msgid "Warning! This product will not have any variations if this option is not checked." msgstr "" -#: includes/Assets.php:983 +#: includes/Assets.php:999 msgid "Enter a name for the new attribute term:" msgstr "" -#: includes/Assets.php:984 +#: includes/Assets.php:1000 msgid "Remove this attribute?" msgstr "" #. translators: %d: max linked variation. -#: includes/Assets.php:993 +#: includes/Assets.php:1009 msgid "Are you sure you want to link all variations? This will create a new variation for each and every possible combination of variation attributes (max %d per run)." msgstr "" -#: includes/Assets.php:994 +#: includes/Assets.php:1010 msgid "Enter a value" msgstr "" -#: includes/Assets.php:995 +#: includes/Assets.php:1011 msgid "Variation menu order (determines position in the list of variations)" msgstr "" -#: includes/Assets.php:996 +#: includes/Assets.php:1012 msgid "Enter a value (fixed or %)" msgstr "" -#: includes/Assets.php:997 +#: includes/Assets.php:1013 msgid "Are you sure you want to delete all variations? This cannot be undone." msgstr "" -#: includes/Assets.php:998 +#: includes/Assets.php:1014 msgid "Last warning, are you sure?" msgstr "" -#: includes/Assets.php:999 +#: includes/Assets.php:1015 msgid "Choose an image" msgstr "" -#: includes/Assets.php:1000 +#: includes/Assets.php:1016 msgid "Set variation image" msgstr "" -#: includes/Assets.php:1001 +#: includes/Assets.php:1017 msgid "variation added" msgstr "" -#: includes/Assets.php:1002 +#: includes/Assets.php:1018 msgid "variations added" msgstr "" -#: includes/Assets.php:1003 +#: includes/Assets.php:1019 msgid "No variations added" msgstr "" -#: includes/Assets.php:1004 +#: includes/Assets.php:1020 msgid "Are you sure you want to remove this variation?" msgstr "" -#: includes/Assets.php:1005 +#: includes/Assets.php:1021 msgid "Sale start date (YYYY-MM-DD format or leave blank)" msgstr "" -#: includes/Assets.php:1006 +#: includes/Assets.php:1022 msgid "Sale end date (YYYY-MM-DD format or leave blank)" msgstr "" -#: includes/Assets.php:1007 +#: includes/Assets.php:1023 msgid "Save changes before changing page?" msgstr "" -#: includes/Assets.php:1008 +#: includes/Assets.php:1024 msgid "%qty% variation" msgstr "" -#: includes/Assets.php:1009 +#: includes/Assets.php:1025 msgid "%qty% variations" msgstr "" -#: includes/Assets.php:1010 +#: includes/Assets.php:1026 msgid "No Result Found" msgstr "" -#: includes/Assets.php:1011 +#: includes/Assets.php:1027 msgid "Please insert value less than the regular price!" msgstr "" #. translators: %s: decimal -#: includes/Assets.php:1013 -#: includes/Assets.php:1193 +#: includes/Assets.php:1029 +#: includes/Assets.php:1209 msgid "Please enter with one decimal point (%s) without thousand separators." msgstr "" #. translators: %s: price decimal separator -#: includes/Assets.php:1015 -#: includes/Assets.php:1195 +#: includes/Assets.php:1031 +#: includes/Assets.php:1211 msgid "Please enter with one monetary decimal point (%s) without thousand separators and currency symbols." msgstr "" -#: includes/Assets.php:1016 -#: includes/Assets.php:1196 +#: includes/Assets.php:1032 +#: includes/Assets.php:1212 msgid "Please enter in country code with two capital letters." msgstr "" -#: includes/Assets.php:1017 -#: includes/Assets.php:1197 +#: includes/Assets.php:1033 +#: includes/Assets.php:1213 msgid "Please enter in a value less than the regular price." msgstr "" -#: includes/Assets.php:1018 -#: includes/Assets.php:1198 +#: includes/Assets.php:1034 +#: includes/Assets.php:1214 msgid "This product has produced sales and may be linked to existing orders. Are you sure you want to delete it?" msgstr "" -#: includes/Assets.php:1019 -#: includes/Assets.php:1199 +#: includes/Assets.php:1035 +#: includes/Assets.php:1215 msgid "This action cannot be reversed. Are you sure you wish to erase personal data from the selected orders?" msgstr "" -#: includes/Assets.php:1029 +#: includes/Assets.php:1045 msgid "Select and Crop" msgstr "" -#: includes/Assets.php:1030 +#: includes/Assets.php:1046 msgid "Choose Image" msgstr "" -#: includes/Assets.php:1031 +#: includes/Assets.php:1047 msgid "Product title is required" msgstr "" -#: includes/Assets.php:1032 +#: includes/Assets.php:1048 msgid "Product category is required" msgstr "" -#: includes/Assets.php:1033 +#: includes/Assets.php:1049 msgid "Product created successfully" msgstr "" -#: includes/Assets.php:1037 +#: includes/Assets.php:1053 msgid "One result is available, press enter to select it." msgstr "" -#: includes/Assets.php:1038 +#: includes/Assets.php:1054 msgid "%qty% results are available, use up and down arrow keys to navigate." msgstr "" -#: includes/Assets.php:1039 +#: includes/Assets.php:1055 msgid "No matches found" msgstr "" -#: includes/Assets.php:1040 +#: includes/Assets.php:1056 msgid "Loading failed" msgstr "" -#: includes/Assets.php:1041 +#: includes/Assets.php:1057 msgid "Please enter 1 or more characters" msgstr "" -#: includes/Assets.php:1042 +#: includes/Assets.php:1058 msgid "Please enter %qty% or more characters" msgstr "" -#: includes/Assets.php:1043 +#: includes/Assets.php:1059 msgid "Please delete 1 character" msgstr "" -#: includes/Assets.php:1044 +#: includes/Assets.php:1060 msgid "Please delete %qty% characters" msgstr "" -#: includes/Assets.php:1045 +#: includes/Assets.php:1061 msgid "You can only select 1 item" msgstr "" -#: includes/Assets.php:1046 +#: includes/Assets.php:1062 msgid "You can only select %qty% items" msgstr "" -#: includes/Assets.php:1047 +#: includes/Assets.php:1063 msgid "Loading more results…" msgstr "" -#: includes/Assets.php:1048 +#: includes/Assets.php:1064 msgid "Searching…" msgstr "" -#: includes/Assets.php:1049 +#: includes/Assets.php:1065 msgid "Calculating" msgstr "" -#: includes/Assets.php:1052 +#: includes/Assets.php:1068 msgid "Attribute Name" msgstr "" -#: includes/Assets.php:1054 +#: includes/Assets.php:1070 msgid "Are you sure? You have uploaded banner but didn't click the Update Settings button!" msgstr "" -#: includes/Assets.php:1055 +#: includes/Assets.php:1071 #: templates/settings/header.php:20 #: templates/settings/payment-manage.php:48 #: templates/settings/store-form.php:270 msgid "Update Settings" msgstr "" -#: includes/Assets.php:1057 +#: includes/Assets.php:1073 msgid "Please enter 3 or more characters" msgstr "" @@ -2411,16 +2443,16 @@ msgid "Allow" msgstr "" #: includes/Blocks/ProductBlock.php:40 -#: templates/products/edit-product-single.php:361 +#: templates/products/edit-product-single.php:384 #: templates/products/new-product.php:271 -#: templates/products/tmpl-add-product-popup.php:19 +#: templates/products/tmpl-add-product-popup.php:18 msgid "Select tags/Add tags" msgstr "" #: includes/Blocks/ProductBlock.php:40 -#: templates/products/edit-product-single.php:361 +#: templates/products/edit-product-single.php:384 #: templates/products/new-product.php:271 -#: templates/products/tmpl-add-product-popup.php:19 +#: templates/products/tmpl-add-product-popup.php:18 msgid "Select product tags" msgstr "" @@ -2479,23 +2511,31 @@ msgstr "" msgid "Check to hide product price from your products." msgstr "" -#. translators: %s: Geteway fee -#: includes/Commission.php:116 -msgid "Payment gateway processing fee %s" -msgstr "" - -#: includes/Commission.php:238 +#: includes/Commission.php:174 #: includes/REST/ProductBlockController.php:69 msgid "Product not found" msgstr "" -#: includes/Commission.php:268 +#: includes/Commission.php:211 msgid "Order not found" msgstr "" -#: includes/Commission.php:771 -#: includes/Commission.php:803 -msgid "Please provide a valid order object." +#: includes/Commission.php:539 +msgid "Combine" +msgstr "" + +#: includes/Commission.php:540 +#: assets/js/dokan-setup-wizard-commission.js:1 +#: assets/js/vue-admin.js:2 +#: assets/js/vue-bootstrap.js:2 +msgid "Percentage" +msgstr "" + +#: includes/Commission.php:541 +#: assets/js/dokan-setup-wizard-commission.js:1 +#: assets/js/vue-admin.js:2 +#: assets/js/vue-bootstrap.js:2 +msgid "Flat" msgstr "" #. translators: 1) page number @@ -2589,7 +2629,7 @@ msgid "Show store opening/closing Time" msgstr "" #: includes/Customizer.php:392 -#: includes/Install/Installer.php:240 +#: includes/Install/Installer.php:239 msgid "Store List" msgstr "" @@ -3287,6 +3327,16 @@ msgstr "" msgid "Withdrawal request for {amount} is cancelled" msgstr "" +#. translators: %s: Geteway fee +#: includes/Fees.php:112 +msgid "Payment gateway processing fee %s" +msgstr "" + +#: includes/Fees.php:168 +#: includes/Fees.php:201 +msgid "Please provide a valid order object." +msgstr "" + #: includes/Frontend/MyAccount/BecomeAVendor.php:82 #: includes/Frontend/MyAccount/BecomeAVendor.php:166 msgid "You need to login before applying for vendor." @@ -3314,7 +3364,7 @@ msgid "You are an administrator. Please use dokan admin settings to enable your msgstr "" #: includes/functions-dashboard-navigation.php:37 -#: includes/functions.php:1284 +#: includes/functions.php:1199 #: templates/dashboard/products-widget.php:22 #: assets/js/vue-admin.js:2 msgid "Products" @@ -3365,540 +3415,550 @@ msgstr "" msgid "No store found with given store id" msgstr "" -#: includes/functions.php:768 +#: includes/functions.php:682 msgid "Online" msgstr "" -#: includes/functions.php:769 +#: includes/functions.php:683 #: includes/Order/functions.php:464 msgid "Draft" msgstr "" -#: includes/functions.php:770 +#: includes/functions.php:684 #: templates/dashboard/products-widget.php:47 #: templates/withdraw/pending-request-listing-dashboard.php:52 #: templates/withdraw/pending-request-listing.php:45 msgid "Pending Review" msgstr "" -#: includes/functions.php:771 -#: templates/products/products-listing-row.php:319 +#: includes/functions.php:685 +#: templates/products/products-listing-row.php:329 msgid "Scheduled" msgstr "" -#: includes/functions.php:840 +#: includes/functions.php:754 msgid "Simple Product" msgstr "" -#: includes/functions.php:841 +#: includes/functions.php:755 #: assets/js/vue-admin.js:2 msgid "Variable Product" msgstr "" -#: includes/functions.php:842 +#: includes/functions.php:756 msgid "Grouped Product" msgstr "" -#: includes/functions.php:843 +#: includes/functions.php:757 msgid "External/Affiliate Product" msgstr "" -#: includes/functions.php:1080 +#: includes/functions.php:995 msgid "Author" msgstr "" -#: includes/functions.php:1288 +#: includes/functions.php:1203 #: includes/Vendor/SettingsApi/Settings/Pages/Store.php:518 #: templates/settings/store-form.php:195 msgid "Terms and Conditions" msgstr "" #. translators: 1) bank account name -#: includes/functions.php:1328 +#: includes/functions.php:1243 #: assets/js/vue-admin.js:2 msgid "Account Name: %s" msgstr "" #. translators: 1) bank account number -#: includes/functions.php:1333 +#: includes/functions.php:1248 #: assets/js/vue-admin.js:2 msgid "Account Number: %s" msgstr "" #. translators: 1) bank name -#: includes/functions.php:1338 +#: includes/functions.php:1253 #: assets/js/vue-admin.js:2 msgid "Bank Name: %s" msgstr "" #. translators: 1) bank address -#: includes/functions.php:1343 +#: includes/functions.php:1258 msgid "Address: %s" msgstr "" #. translators: 1) bank routing number -#: includes/functions.php:1348 +#: includes/functions.php:1263 #: assets/js/vue-admin.js:2 msgid "Routing Number: %s" msgstr "" #. translators: 1) bank iban -#: includes/functions.php:1353 +#: includes/functions.php:1268 #: assets/js/vue-admin.js:2 msgid "IBAN: %s" msgstr "" #. translators: 1) bank swift -#: includes/functions.php:1358 +#: includes/functions.php:1273 msgid "SWIFT: %s" msgstr "" -#: includes/functions.php:1713 +#: includes/functions.php:1628 msgid "Date is not valid" msgstr "" -#: includes/functions.php:2079 +#: includes/functions.php:1994 msgid "- Select a location -" msgstr "" -#: includes/functions.php:2083 -#: includes/functions.php:2107 +#: includes/functions.php:1998 +#: includes/functions.php:2022 msgid "Everywhere Else" msgstr "" -#: includes/functions.php:2103 +#: includes/functions.php:2018 msgid "- Select a State -" msgstr "" -#: includes/functions.php:2126 +#: includes/functions.php:2041 msgid "Ready to ship in..." msgstr "" -#: includes/functions.php:2127 +#: includes/functions.php:2042 msgid "1 business day" msgstr "" -#: includes/functions.php:2128 +#: includes/functions.php:2043 msgid "1-2 business days" msgstr "" -#: includes/functions.php:2129 +#: includes/functions.php:2044 msgid "1-3 business days" msgstr "" -#: includes/functions.php:2130 +#: includes/functions.php:2045 msgid "3-5 business days" msgstr "" -#: includes/functions.php:2131 +#: includes/functions.php:2046 msgid "1-2 weeks" msgstr "" -#: includes/functions.php:2132 +#: includes/functions.php:2047 msgid "2-3 weeks" msgstr "" -#: includes/functions.php:2133 +#: includes/functions.php:2048 msgid "3-4 weeks" msgstr "" -#: includes/functions.php:2134 +#: includes/functions.php:2049 msgid "4-6 weeks" msgstr "" -#: includes/functions.php:2135 +#: includes/functions.php:2050 msgid "6-8 weeks" msgstr "" -#: includes/functions.php:2235 +#: includes/functions.php:2150 msgid "All dates" msgstr "" #. translators: 1: month name, 2: 4-digit year -#: includes/functions.php:2250 -#: includes/REST/ProductControllerV2.php:198 +#: includes/functions.php:2165 +#: includes/REST/ProductControllerV2.php:200 msgid "%1$s %2$d" msgstr "" -#: includes/functions.php:2265 -#: includes/REST/ProductControllerV2.php:236 +#: includes/functions.php:2180 +#: includes/REST/ProductControllerV2.php:238 #: templates/products/edit-product-single.php:257 -#: templates/products/products-listing-row.php:237 -#: templates/products/products-listing.php:138 +#: templates/products/products-listing-row.php:247 +#: templates/products/products-listing.php:139 msgid "Simple" msgstr "" -#: includes/functions.php:2348 +#: includes/functions.php:2263 #: includes/Privacy.php:201 #: assets/js/vue-bootstrap.js:2 msgid "Facebook" msgstr "" -#: includes/functions.php:2352 +#: includes/functions.php:2267 #: includes/Privacy.php:202 #: assets/js/vue-bootstrap.js:2 msgid "Twitter" msgstr "" -#: includes/functions.php:2356 +#: includes/functions.php:2271 #: includes/Privacy.php:203 #: assets/js/vue-bootstrap.js:2 msgid "Pinterest" msgstr "" -#: includes/functions.php:2360 +#: includes/functions.php:2275 msgid "LinkedIn" msgstr "" -#: includes/functions.php:2364 +#: includes/functions.php:2279 #: includes/Privacy.php:205 #: assets/js/vue-bootstrap.js:2 msgid "Youtube" msgstr "" -#: includes/functions.php:2368 +#: includes/functions.php:2283 #: includes/Privacy.php:206 #: assets/js/vue-bootstrap.js:2 msgid "Instagram" msgstr "" -#: includes/functions.php:2372 +#: includes/functions.php:2287 #: includes/Privacy.php:207 #: assets/js/vue-bootstrap.js:2 msgid "Flickr" msgstr "" -#: includes/functions.php:2376 +#: includes/functions.php:2291 msgid "Threads" msgstr "" -#: includes/functions.php:2642 +#: includes/functions.php:2557 msgid "Dokan Store Sidebar" msgstr "" -#: includes/functions.php:2799 +#: includes/functions.php:2686 msgid "View sales overview" msgstr "" -#: includes/functions.php:2800 +#: includes/functions.php:2687 msgid "View sales report chart" msgstr "" -#: includes/functions.php:2801 +#: includes/functions.php:2688 msgid "View announcement" msgstr "" -#: includes/functions.php:2802 +#: includes/functions.php:2689 msgid "View order report" msgstr "" -#: includes/functions.php:2803 +#: includes/functions.php:2690 msgid "View review report" msgstr "" -#: includes/functions.php:2804 +#: includes/functions.php:2691 msgid "View product status report" msgstr "" -#: includes/functions.php:2807 +#: includes/functions.php:2694 msgid "View overview report" msgstr "" -#: includes/functions.php:2808 +#: includes/functions.php:2695 msgid "View daily sales report" msgstr "" -#: includes/functions.php:2809 +#: includes/functions.php:2696 msgid "View top selling report" msgstr "" -#: includes/functions.php:2810 +#: includes/functions.php:2697 msgid "View top earning report" msgstr "" -#: includes/functions.php:2811 +#: includes/functions.php:2698 msgid "View statement report" msgstr "" -#: includes/functions.php:2814 +#: includes/functions.php:2701 msgid "View order" msgstr "" -#: includes/functions.php:2815 +#: includes/functions.php:2702 msgid "Manage order" msgstr "" -#: includes/functions.php:2816 +#: includes/functions.php:2703 msgid "Manage order note" msgstr "" -#: includes/functions.php:2817 +#: includes/functions.php:2704 msgid "Manage refund" msgstr "" -#: includes/functions.php:2818 +#: includes/functions.php:2705 msgid "Export order" msgstr "" -#: includes/functions.php:2821 +#: includes/functions.php:2708 msgid "Add coupon" msgstr "" -#: includes/functions.php:2822 +#: includes/functions.php:2709 msgid "Edit coupon" msgstr "" -#: includes/functions.php:2823 +#: includes/functions.php:2710 msgid "Delete coupon" msgstr "" -#: includes/functions.php:2826 +#: includes/functions.php:2713 msgid "View reviews" msgstr "" -#: includes/functions.php:2827 +#: includes/functions.php:2714 #: assets/js/vue-admin.js:2 msgid "Manage reviews" msgstr "" -#: includes/functions.php:2831 +#: includes/functions.php:2718 msgid "Manage withdraw" msgstr "" -#: includes/functions.php:2834 +#: includes/functions.php:2721 msgid "Add product" msgstr "" -#: includes/functions.php:2835 +#: includes/functions.php:2722 msgid "Edit product" msgstr "" -#: includes/functions.php:2836 +#: includes/functions.php:2723 msgid "Delete product" msgstr "" -#: includes/functions.php:2837 +#: includes/functions.php:2724 msgid "View product" msgstr "" -#: includes/functions.php:2838 +#: includes/functions.php:2725 msgid "Duplicate product" msgstr "" -#: includes/functions.php:2839 +#: includes/functions.php:2726 msgid "Import product" msgstr "" -#: includes/functions.php:2840 +#: includes/functions.php:2727 msgid "Export product" msgstr "" -#: includes/functions.php:2843 +#: includes/functions.php:2730 msgid "View overview menu" msgstr "" -#: includes/functions.php:2844 +#: includes/functions.php:2731 msgid "View product menu" msgstr "" -#: includes/functions.php:2845 +#: includes/functions.php:2732 msgid "View order menu" msgstr "" -#: includes/functions.php:2846 +#: includes/functions.php:2733 msgid "View coupon menu" msgstr "" -#: includes/functions.php:2847 +#: includes/functions.php:2734 msgid "View report menu" msgstr "" -#: includes/functions.php:2848 +#: includes/functions.php:2735 msgid "View review menu" msgstr "" -#: includes/functions.php:2849 +#: includes/functions.php:2736 msgid "View withdraw menu" msgstr "" -#: includes/functions.php:2850 +#: includes/functions.php:2737 msgid "View store settings menu" msgstr "" -#: includes/functions.php:2851 +#: includes/functions.php:2738 msgid "View payment settings menu" msgstr "" -#: includes/functions.php:2852 +#: includes/functions.php:2739 msgid "View shipping settings menu" msgstr "" -#: includes/functions.php:2853 +#: includes/functions.php:2740 msgid "View social settings menu" msgstr "" -#: includes/functions.php:2854 +#: includes/functions.php:2741 msgid "View seo settings menu" msgstr "" -#: includes/functions.php:2873 +#: includes/functions.php:2760 #: assets/js/vue-admin.js:2 msgid "Overview" msgstr "" -#: includes/functions.php:2874 +#: includes/functions.php:2761 msgid "Report" msgstr "" -#: includes/functions.php:2875 +#: includes/functions.php:2762 #: templates/dashboard/big-counter-widget.php:29 #: templates/my-orders.php:25 #: templates/orders/details.php:19 #: templates/orders/listing.php:30 #: templates/orders/listing.php:57 +#: templates/orders/sub-order-related-order-meta-box-html.php:37 #: templates/sub-orders.php:45 #: assets/js/vue-admin.js:2 msgid "Order" msgstr "" -#: includes/functions.php:2876 +#: includes/functions.php:2763 msgid "Coupon" msgstr "" -#: includes/functions.php:2877 +#: includes/functions.php:2764 msgid "Review" msgstr "" -#: includes/functions.php:2879 +#: includes/functions.php:2766 #: templates/emails/vendor-completed-order.php:54 #: templates/emails/vendor-new-order.php:53 #: assets/js/vue-admin.js:2 msgid "Product" msgstr "" -#: includes/functions.php:2880 +#: includes/functions.php:2767 msgid "Menu" msgstr "" -#: includes/functions.php:3009 +#: includes/functions.php:2896 #: includes/Vendor/SettingsApi/Settings/Pages/Store.php:350 msgid "Sunday" msgstr "" -#: includes/functions.php:3010 +#: includes/functions.php:2897 #: includes/Vendor/SettingsApi/Settings/Pages/Store.php:302 msgid "Monday" msgstr "" -#: includes/functions.php:3011 +#: includes/functions.php:2898 #: includes/Vendor/SettingsApi/Settings/Pages/Store.php:310 msgid "Tuesday" msgstr "" -#: includes/functions.php:3012 +#: includes/functions.php:2899 #: includes/Vendor/SettingsApi/Settings/Pages/Store.php:318 msgid "Wednesday" msgstr "" -#: includes/functions.php:3013 +#: includes/functions.php:2900 #: includes/Vendor/SettingsApi/Settings/Pages/Store.php:326 msgid "Thursday" msgstr "" -#: includes/functions.php:3014 +#: includes/functions.php:2901 #: includes/Vendor/SettingsApi/Settings/Pages/Store.php:334 msgid "Friday" msgstr "" -#: includes/functions.php:3015 +#: includes/functions.php:2902 #: includes/Vendor/SettingsApi/Settings/Pages/Store.php:342 msgid "Saturday" msgstr "" -#: includes/functions.php:3020 +#: includes/functions.php:2907 msgid "Sun" msgstr "" -#: includes/functions.php:3021 +#: includes/functions.php:2908 msgid "Mon" msgstr "" -#: includes/functions.php:3022 +#: includes/functions.php:2909 msgid "Tue" msgstr "" -#: includes/functions.php:3023 +#: includes/functions.php:2910 msgid "Wed" msgstr "" -#: includes/functions.php:3024 +#: includes/functions.php:2911 msgid "Thu" msgstr "" -#: includes/functions.php:3025 +#: includes/functions.php:2912 msgid "Fri" msgstr "" -#: includes/functions.php:3026 +#: includes/functions.php:2913 msgid "Sat" msgstr "" -#: includes/functions.php:3320 +#: includes/functions.php:3209 msgid "privacy policy" msgstr "" -#: includes/functions.php:3367 -#: assets/js/vue-admin.js:2 -#: assets/js/vue-bootstrap.js:2 -msgid "Flat" +#: includes/functions.php:3256 +msgid "Fixed" msgstr "" -#: includes/functions.php:3368 -#: assets/js/vue-admin.js:2 -#: assets/js/vue-bootstrap.js:2 -msgid "Percentage" +#: includes/functions.php:3257 +msgid "Category Based" msgstr "" #. translators: 1) plugin slug -#: includes/functions.php:3542 +#: includes/functions.php:3431 msgid "Unable to fetch plugin information from wordpress.org for %s." msgstr "" #. translators: 1) plugin slug -#: includes/functions.php:3555 +#: includes/functions.php:3444 msgid "Unable to install %s from wordpress.org" msgstr "" -#: includes/Order/Admin/Hooks.php:93 +#: includes/Order/Admin/Hooks.php:97 #: assets/js/vue-admin.js:2 msgid "Actions" msgstr "" -#: includes/Order/Admin/Hooks.php:94 +#: includes/Order/Admin/Hooks.php:98 msgid "Sub Order" msgstr "" -#: includes/Order/Admin/Hooks.php:133 +#: includes/Order/Admin/Hooks.php:137 msgid " Sub Order of" msgstr "" -#: includes/Order/Admin/Hooks.php:141 +#: includes/Order/Admin/Hooks.php:145 msgid "Show Sub-Orders" msgstr "" -#: includes/Order/Admin/Hooks.php:141 +#: includes/Order/Admin/Hooks.php:145 msgid "Hide Sub-Orders" msgstr "" -#: includes/Order/Admin/Hooks.php:154 +#: includes/Order/Admin/Hooks.php:158 +#: templates/orders/sub-order-related-order-meta-box-html.php:96 #: assets/js/vue-admin.js:2 msgid "(no name)" msgstr "" -#: includes/Order/Admin/Hooks.php:513 +#: includes/Order/Admin/Hooks.php:532 msgid "Toggle Sub-orders" msgstr "" +#: includes/Order/Admin/Hooks.php:558 +msgid "Commissions" +msgstr "" + +#: includes/Order/Admin/Hooks.php:568 +msgid "Sub orders" +msgstr "" + +#: includes/Order/Admin/Hooks.php:568 +msgid "Related orders" +msgstr "" + #: includes/Order/EmailHooks.php:145 msgid "Your {site_title} order receipt from {order_date}" msgstr "" @@ -4496,7 +4556,7 @@ msgid "Catalog" msgstr "" #: includes/Product/functions.php:363 -#: includes/Product/Hooks.php:190 +#: includes/Product/Hooks.php:195 #: templates/products/listing-filter.php:85 msgid "Search" msgstr "" @@ -4513,7 +4573,7 @@ msgstr "" #: includes/Product/functions.php:510 #: templates/my-orders.php:101 -#: templates/orders/listing.php:150 +#: templates/orders/listing.php:160 #: templates/sub-orders.php:99 msgid "View" msgstr "" @@ -4546,27 +4606,34 @@ msgstr "" msgid "Relevance" msgstr "" -#: includes/Product/Hooks.php:60 +#: includes/Product/Hooks.php:65 msgid "Products not found with this search" msgstr "" -#: includes/Product/Hooks.php:149 +#: includes/Product/Hooks.php:154 +#: templates/orders/commission-meta-box-html.php:111 msgid "SKU:" msgstr "" -#: includes/Product/Hooks.php:186 +#: includes/Product/Hooks.php:191 msgid "Enter product name" msgstr "" -#: includes/Product/Hooks.php:194 +#: includes/Product/Hooks.php:199 msgid "Shop order" msgstr "" -#: includes/Product/Hooks.php:412 +#: includes/Product/Hooks.php:417 msgid "As this is your own product, the \"Add to Cart\" button has been removed. Please visit as a guest to view it." msgstr "" -#: includes/Product/Manager.php:472 +#: includes/Product/Hooks.php:487 +#: includes/Product/Hooks.php:488 +#: assets/js/vue-admin.js:2 +msgid "When the value is 0, no commissions will be deducted from this vendor." +msgstr "" + +#: includes/Product/Manager.php:474 msgid "No product ID found for updating" msgstr "" @@ -4578,11 +4645,11 @@ msgstr "" msgid "Show vendor information on single product page" msgstr "" -#: includes/ProductCategory/Helper.php:244 +#: includes/ProductCategory/Helper.php:248 msgid "Select a category" msgstr "" -#: includes/ProductCategory/Helper.php:245 +#: includes/ProductCategory/Helper.php:249 msgid "This category has already been selected" msgstr "" @@ -4696,15 +4763,48 @@ msgstr "" msgid "Untitled" msgstr "" +#: includes/REST/AdminMiscController.php:48 +msgid "Dokan setting section" +msgstr "" + +#: includes/REST/AdminMiscController.php:54 +msgid "Dokan setting section key" +msgstr "" + +#: includes/REST/AdminNoticeController.php:42 +msgid "Choose notice scope: \"local\" displays only on Dokan pages, \"global\" displays across the entire site." +msgstr "" + #: includes/REST/AdminReportController.php:145 #: templates/dashboard/orders-widget.php:28 #: templates/dashboard/products-widget.php:32 #: templates/my-orders.php:28 #: templates/orders/order-fee-html.php:24 +#: templates/orders/sub-order-related-order-meta-box-html.php:40 #: templates/sub-orders.php:51 msgid "Total" msgstr "" +#: includes/REST/CommissionControllerV1.php:42 +msgid "Products price" +msgstr "" + +#: includes/REST/CommissionControllerV1.php:49 +msgid "The amount on that the commission will be calculated." +msgstr "" + +#: includes/REST/CommissionControllerV1.php:56 +msgid "Vendor id" +msgstr "" + +#: includes/REST/CommissionControllerV1.php:63 +msgid "Category ids" +msgstr "" + +#: includes/REST/CommissionControllerV1.php:74 +msgid "In which context the commission will be calculated" +msgstr "" + #: includes/REST/DummyDataController.php:171 msgid "Vendors products data." msgstr "" @@ -5915,47 +6015,47 @@ msgstr "" msgid "Price formatted in HTML." msgstr "" -#: includes/REST/ProductControllerV2.php:124 +#: includes/REST/ProductControllerV2.php:126 msgid "Products author id" msgstr "" -#: includes/REST/ProductControllerV2.php:132 +#: includes/REST/ProductControllerV2.php:134 msgid "Product status publish, pending, draft etc." msgstr "" -#: includes/REST/ProductControllerV2.php:140 +#: includes/REST/ProductControllerV2.php:142 msgid "Products publish month" msgstr "" -#: includes/REST/ProductControllerV2.php:148 +#: includes/REST/ProductControllerV2.php:150 msgid "Products category." msgstr "" -#: includes/REST/ProductControllerV2.php:156 +#: includes/REST/ProductControllerV2.php:158 msgid "Products type simple, variable, grouped product etc." msgstr "" -#: includes/REST/ProductControllerV2.php:164 +#: includes/REST/ProductControllerV2.php:166 msgid "Products stock status in stock or out of stock." msgstr "" -#: includes/REST/ProductControllerV2.php:172 +#: includes/REST/ProductControllerV2.php:174 msgid "Best selling, featured products etc." msgstr "" -#: includes/REST/ProductControllerV2.php:302 +#: includes/REST/ProductControllerV2.php:304 msgid "All product created months." msgstr "" -#: includes/REST/ProductControllerV2.php:309 +#: includes/REST/ProductControllerV2.php:311 msgid "Product publish year." msgstr "" -#: includes/REST/ProductControllerV2.php:313 +#: includes/REST/ProductControllerV2.php:315 msgid "Product publish month." msgstr "" -#: includes/REST/ProductControllerV2.php:317 +#: includes/REST/ProductControllerV2.php:319 msgid "Product publish month and year full title." msgstr "" @@ -6134,7 +6234,7 @@ msgid "Invalid user ID for reassignment." msgstr "" #: includes/REST/StoreController.php:538 -#: includes/REST/StoreController.php:934 +#: includes/REST/StoreController.php:941 msgid "No store found" msgstr "" @@ -6143,36 +6243,36 @@ msgstr "" msgid "No reviews found" msgstr "" -#: includes/REST/StoreController.php:760 +#: includes/REST/StoreController.php:767 msgid "This email address is not valid" msgstr "" -#: includes/REST/StoreController.php:803 +#: includes/REST/StoreController.php:810 msgid "No vendor is found to be send an email." msgstr "" -#: includes/REST/StoreController.php:850 +#: includes/REST/StoreController.php:857 msgid "Status parameter must be active or inactive" msgstr "" -#: includes/REST/StoreController.php:856 +#: includes/REST/StoreController.php:863 msgid "No vendor found for updating status" msgstr "" -#: includes/REST/StoreController.php:884 +#: includes/REST/StoreController.php:891 msgid "No items found for bulk updating" msgstr "" -#: includes/REST/StoreController.php:953 +#: includes/REST/StoreController.php:975 msgid "Status of the store" msgstr "" -#: includes/REST/StoreController.php:960 +#: includes/REST/StoreController.php:982 msgid "Store List Order By" msgstr "" -#: includes/REST/StoreController.php:966 -#: includes/REST/StoreController.php:972 +#: includes/REST/StoreController.php:988 +#: includes/REST/StoreController.php:994 msgid "Store List Order" msgstr "" @@ -6727,35 +6827,35 @@ msgid "Dokan Data Update Required" msgstr "" #: includes/Upgrade/AdminNotice.php:40 -msgid "We need to update your install to the latest version" +msgid "Updating your Dokan data is required to continue functional operations." msgstr "" -#: includes/Upgrade/AdminNotice.php:45 +#: includes/Upgrade/AdminNotice.php:46 #: templates/orders/details.php:194 msgid "Update" msgstr "" -#: includes/Upgrade/AdminNotice.php:46 +#: includes/Upgrade/AdminNotice.php:47 msgid "Updating..." msgstr "" -#: includes/Upgrade/AdminNotice.php:47 +#: includes/Upgrade/AdminNotice.php:48 msgid "Updated" msgstr "" -#: includes/Upgrade/AdminNotice.php:49 +#: includes/Upgrade/AdminNotice.php:50 msgid "It is strongly recommended that you backup your database before proceeding. Are you sure you wish to run the updater now?" msgstr "" -#: includes/Upgrade/AdminNotice.php:73 +#: includes/Upgrade/AdminNotice.php:74 msgid "You are not authorize to perform this operation." msgstr "" -#: includes/Upgrade/AdminNotice.php:77 +#: includes/Upgrade/AdminNotice.php:78 msgid "There is an upgrading process going on." msgstr "" -#: includes/Upgrade/AdminNotice.php:81 +#: includes/Upgrade/AdminNotice.php:82 msgid "Update is not required." msgstr "" @@ -7133,14 +7233,14 @@ msgstr "" #: includes/Vendor/SettingsApi/Settings/Pages/Store.php:535 #: templates/admin-setup-wizard/step-selling.php:9 -#: templates/admin-setup-wizard/step-selling.php:43 +#: templates/admin-setup-wizard/step-selling.php:22 #: templates/admin-setup-wizard/step-store.php:105 msgid "On" msgstr "" #: includes/Vendor/SettingsApi/Settings/Pages/Store.php:536 #: templates/admin-setup-wizard/step-selling.php:10 -#: templates/admin-setup-wizard/step-selling.php:44 +#: templates/admin-setup-wizard/step-selling.php:23 #: templates/admin-setup-wizard/step-store.php:106 msgid "Off" msgstr "" @@ -7264,26 +7364,26 @@ msgstr "" msgid "Switched back to %1$s (%2$s)." msgstr "" -#: includes/Vendor/Vendor.php:925 +#: includes/Vendor/Vendor.php:916 msgid "No ratings found yet!" msgstr "" -#: includes/Vendor/Vendor.php:927 +#: includes/Vendor/Vendor.php:918 msgid "%s rating from %d review" msgid_plural "%s rating from %d reviews" msgstr[0] "" msgstr[1] "" -#: includes/Vendor/Vendor.php:928 +#: includes/Vendor/Vendor.php:919 msgid "Rated %s out of %d" msgstr "" -#: includes/Vendor/Vendor.php:1039 +#: includes/Vendor/Vendor.php:1019 #: templates/settings/store-form.php:252 msgid "Store is open" msgstr "" -#: includes/Vendor/Vendor.php:1053 +#: includes/Vendor/Vendor.php:1033 #: templates/settings/store-form.php:260 msgid "Store is closed" msgstr "" @@ -7368,7 +7468,7 @@ msgstr "" msgid "— No change —" msgstr "" -#: includes/wc-template.php:280 +#: includes/wc-template.php:298 msgid "Go to Vendor Dashboard" msgstr "" @@ -7678,10 +7778,6 @@ msgstr "" msgid "Choose file" msgstr "" -#: lib/class.category-walker.php:13 -msgid "Use `WeDevs\\Dokan\\Walkers\\CategoryDropdownSingle` instead." -msgstr "" - #: templates/account/become-a-vendor-section.php:16 #: templates/account/become-a-vendor-section.php:20 #: templates/account/update-customer-to-vendor.php:78 @@ -7800,6 +7896,10 @@ msgstr "" msgid "%1$sDokan is inactive.%2$s The %3$sWooCommerce plugin%4$s must be active for Dokan to work. Please %5$s activate WooCommerce »%6$s" msgstr "" +#: templates/admin-setup-wizard/step-commission.php:7 +msgid "Commission Setup" +msgstr "" + #. translators: %1$s: line break and opening strong tag, %2$s: closing strong tag #: templates/admin-setup-wizard/step-no-wc-introduction.php:8 msgid "Thanks for choosing Dokan to power your online marketplace! This quick setup wizard will help you configure the basic settings. %1$sThis setup wizard is completely optional and shouldn't take longer than three minutes.%2$s" @@ -7831,19 +7931,7 @@ msgstr "" msgid "Make selling status enable for new registred vendor" msgstr "" -#: templates/admin-setup-wizard/step-selling.php:18 -msgid "Commission Type" -msgstr "" - -#: templates/admin-setup-wizard/step-selling.php:27 -msgid "Set your commission type" -msgstr "" - -#: templates/admin-setup-wizard/step-selling.php:35 -msgid "How much amount (%) you will get from each order" -msgstr "" - -#: templates/admin-setup-wizard/step-selling.php:47 +#: templates/admin-setup-wizard/step-selling.php:26 msgid "Vendor can change order status" msgstr "" @@ -7902,14 +7990,26 @@ msgstr "" msgid "Define vendor store URL" msgstr "" +#: templates/admin-setup-wizard/step-store.php:14 +msgid "Shipping Fee Recipient" +msgstr "" + #: templates/admin-setup-wizard/step-store.php:23 msgid "Shipping fees will go to" msgstr "" +#: templates/admin-setup-wizard/step-store.php:27 +msgid "Product Tax Fee Recipient" +msgstr "" + #: templates/admin-setup-wizard/step-store.php:36 msgid "Product Tax fees will go to" msgstr "" +#: templates/admin-setup-wizard/step-store.php:41 +msgid "Shipping Tax Fee Recipient" +msgstr "" + #: templates/admin-setup-wizard/step-store.php:51 msgid "Shipping Tax fees will go to" msgstr "" @@ -7949,6 +8049,8 @@ msgstr "" #: templates/dashboard/big-counter-widget.php:21 #: templates/orders/listing.php:32 #: templates/orders/listing.php:80 +#: templates/products/products-listing-row.php:225 +#: templates/products/products-listing.php:128 msgid "Earning" msgstr "" @@ -8407,11 +8509,11 @@ msgstr "" #: templates/emails/vendor-completed-order.php:56 #: templates/emails/vendor-new-order.php:55 -#: templates/products/edit-product-single.php:281 +#: templates/products/edit-product-single.php:290 #: templates/products/new-product.php:221 #: templates/products/products-listing-row.php:207 #: templates/products/products-listing.php:127 -#: templates/products/tmpl-add-product-popup.php:57 +#: templates/products/tmpl-add-product-popup.php:56 msgid "Price" msgstr "" @@ -8574,6 +8676,54 @@ msgstr "" msgid "No orders found!" msgstr "" +#: templates/orders/commission-meta-box-html.php:63 +#: templates/products/products-listing-row.php:235 +#: templates/products/products-listing.php:129 +msgid "Type" +msgstr "" + +#: templates/orders/commission-meta-box-html.php:64 +msgid "Rate" +msgstr "" + +#: templates/orders/commission-meta-box-html.php:65 +#: templates/orders/details.php:33 +msgid "Qty" +msgstr "" + +#: templates/orders/commission-meta-box-html.php:120 +msgid "Variation ID:" +msgstr "" + +#. translators: %s: variation id +#: templates/orders/commission-meta-box-html.php:126 +msgid "%s (No longer exists)" +msgstr "" + +#: templates/orders/commission-meta-box-html.php:208 +msgid "Net total:" +msgstr "" + +#: templates/orders/commission-meta-box-html.php:222 +msgid "Vendor earning:" +msgstr "" + +#: templates/orders/commission-meta-box-html.php:237 +msgid "Shipping Fee:" +msgstr "" + +#: templates/orders/commission-meta-box-html.php:269 +msgid "Product Tax Fee:" +msgstr "" + +#: templates/orders/commission-meta-box-html.php:301 +msgid "Shipping Tax Fee:" +msgstr "" + +#: templates/orders/commission-meta-box-html.php:340 +msgid "Total commission:" +msgstr "" + #: templates/orders/date-export.php:16 msgid "Filter by registered customer" msgstr "" @@ -8623,10 +8773,6 @@ msgstr "" msgid "Item" msgstr "" -#: templates/orders/details.php:33 -msgid "Qty" -msgstr "" - #: templates/orders/details.php:35 msgid "Totals" msgstr "" @@ -8750,7 +8896,7 @@ msgid "Select bulk action" msgstr "" #: templates/orders/listing.php:34 -#: templates/orders/listing.php:86 +#: templates/orders/listing.php:96 msgid "Customer" msgstr "" @@ -8760,7 +8906,7 @@ msgid "Shipment" msgstr "" #: templates/orders/listing.php:41 -#: templates/orders/listing.php:122 +#: templates/orders/listing.php:132 #: templates/products/downloadable.php:40 msgid "Action" msgstr "" @@ -8771,34 +8917,34 @@ msgstr "" msgid "Order %s" msgstr "" -#: templates/orders/listing.php:89 +#: templates/orders/listing.php:99 msgid "Guest" msgstr "" -#: templates/orders/listing.php:96 -#: templates/orders/listing.php:97 -#: templates/products/products-listing-row.php:284 -#: templates/products/products-listing-row.php:285 +#: templates/orders/listing.php:106 +#: templates/orders/listing.php:107 +#: templates/products/products-listing-row.php:294 +#: templates/products/products-listing-row.php:295 msgid "Unpublished" msgstr "" #. translators: 1) human-readable date #. translators: %s: time difference -#: templates/orders/listing.php:105 -#: templates/products/products-listing-row.php:306 +#: templates/orders/listing.php:115 +#: templates/products/products-listing-row.php:316 msgid "%s ago" msgstr "" -#: templates/orders/listing.php:116 +#: templates/orders/listing.php:126 #: templates/sub-orders.php:79 msgid "Shipping Status" msgstr "" -#: templates/orders/listing.php:141 +#: templates/orders/listing.php:151 msgid "Complete" msgstr "" -#: templates/orders/listing.php:193 +#: templates/orders/listing.php:203 msgid "No orders found" msgstr "" @@ -8860,6 +9006,10 @@ msgstr "" msgid "← Orders" msgstr "" +#: templates/orders/sub-order-related-order-meta-box-html.php:68 +msgid "(Parent order)" +msgstr "" + #: templates/products/add-new-product-modal.php:2 #: templates/products/edit-product-single.php:147 #: templates/products/new-product.php:107 @@ -8875,6 +9025,9 @@ msgid "Enable/Disable Catalog Mode for this product" msgstr "" #: templates/products/dokan-category-header-ui.php:23 +#: assets/js/dokan-setup-wizard-commission.js:1 +#: assets/js/vue-admin.js:2 +#: assets/js/vue-bootstrap.js:2 msgid "Category" msgstr "" @@ -8912,7 +9065,7 @@ msgid "Done" msgstr "" #: templates/products/download-virtual.php:4 -#: templates/products/products-listing-row.php:235 +#: templates/products/products-listing-row.php:245 msgid "Downloadable" msgstr "" @@ -8921,7 +9074,7 @@ msgid "Downloadable products give access to a file upon purchase." msgstr "" #: templates/products/download-virtual.php:9 -#: templates/products/products-listing-row.php:233 +#: templates/products/products-listing-row.php:243 msgid "Virtual" msgstr "" @@ -9003,7 +9156,7 @@ msgstr "" #: templates/products/edit-product-single.php:242 #: templates/products/new-product.php:215 -#: templates/products/tmpl-add-product-popup.php:51 +#: templates/products/tmpl-add-product-popup.php:50 msgid "Product name.." msgstr "" @@ -9019,69 +9172,73 @@ msgstr "" msgid "Choose Variable if your product has multiple attributes - like sizes, colors, quality etc" msgstr "" -#: templates/products/edit-product-single.php:290 -#: templates/products/edit-product-single.php:313 +#: templates/products/edit-product-single.php:295 +msgid " You Earn : " +msgstr "" + +#: templates/products/edit-product-single.php:320 +#: templates/products/edit-product-single.php:343 msgid "0.00" msgstr "" -#: templates/products/edit-product-single.php:300 +#: templates/products/edit-product-single.php:330 #: templates/products/new-product.php:230 -#: templates/products/tmpl-add-product-popup.php:66 +#: templates/products/tmpl-add-product-popup.php:65 msgid "Discounted Price" msgstr "" -#: templates/products/edit-product-single.php:301 +#: templates/products/edit-product-single.php:331 #: templates/products/new-product.php:231 -#: templates/products/tmpl-add-product-popup.php:67 +#: templates/products/tmpl-add-product-popup.php:66 msgid "Schedule" msgstr "" -#: templates/products/edit-product-single.php:324 +#: templates/products/edit-product-single.php:354 msgid "Product price can't be less than the vendor fee!" msgstr "" -#: templates/products/edit-product-single.php:332 -#: templates/products/edit-product-single.php:339 +#: templates/products/edit-product-single.php:362 +#: templates/products/edit-product-single.php:369 #: templates/products/new-product.php:246 #: templates/products/new-product.php:253 -#: templates/products/tmpl-add-product-popup.php:82 -#: templates/products/tmpl-add-product-popup.php:89 +#: templates/products/tmpl-add-product-popup.php:81 +#: templates/products/tmpl-add-product-popup.php:88 msgid "YYYY-MM-DD" msgstr "" -#: templates/products/edit-product-single.php:357 +#: templates/products/edit-product-single.php:380 #: templates/products/new-product.php:270 -#: templates/products/tmpl-add-product-popup.php:105 +#: templates/products/tmpl-add-product-popup.php:104 msgid "Tags" msgstr "" -#: templates/products/edit-product-single.php:398 -#: templates/products/tmpl-add-product-popup.php:25 +#: templates/products/edit-product-single.php:421 +#: templates/products/tmpl-add-product-popup.php:24 msgid "Upload a product cover image" msgstr "" -#: templates/products/edit-product-single.php:438 +#: templates/products/edit-product-single.php:461 #: templates/products/new-product.php:195 msgid "Delete image" msgstr "" -#: templates/products/edit-product-single.php:444 +#: templates/products/edit-product-single.php:467 #: templates/products/new-product.php:202 -#: templates/products/tmpl-add-product-popup.php:39 +#: templates/products/tmpl-add-product-popup.php:38 msgid "Add gallery image" msgstr "" -#: templates/products/edit-product-single.php:460 +#: templates/products/edit-product-single.php:483 msgid "Short Description" msgstr "" -#: templates/products/edit-product-single.php:480 +#: templates/products/edit-product-single.php:503 #: templates/products/new-product.php:286 msgid "Description" msgstr "" -#: templates/products/edit-product-single.php:512 -#: templates/products/edit-product-single.php:513 +#: templates/products/edit-product-single.php:535 +#: templates/products/edit-product-single.php:536 msgid "Save Product" msgstr "" @@ -9215,74 +9372,69 @@ msgstr "" msgid "Image" msgstr "" -#: templates/products/products-listing-row.php:225 -#: templates/products/products-listing.php:128 -msgid "Type" -msgstr "" - -#: templates/products/products-listing-row.php:228 +#: templates/products/products-listing-row.php:238 msgid "Grouped" msgstr "" -#: templates/products/products-listing-row.php:230 +#: templates/products/products-listing-row.php:240 msgid "External/Affiliate" msgstr "" -#: templates/products/products-listing-row.php:240 +#: templates/products/products-listing-row.php:250 msgid "Variable" msgstr "" -#: templates/products/products-listing-row.php:266 -#: templates/products/products-listing.php:129 +#: templates/products/products-listing-row.php:276 +#: templates/products/products-listing.php:130 msgid "Views" msgstr "" -#: templates/products/products-listing-row.php:314 +#: templates/products/products-listing-row.php:324 msgid "Published" msgstr "" -#: templates/products/products-listing-row.php:317 +#: templates/products/products-listing-row.php:327 msgid "Missed schedule" msgstr "" -#: templates/products/products-listing-row.php:322 +#: templates/products/products-listing-row.php:332 msgid "Last Modified" msgstr "" #: templates/products/products-listing.php:71 -#: templates/products/products-listing.php:283 +#: templates/products/products-listing.php:284 msgid "Add new product" msgstr "" -#: templates/products/products-listing.php:228 +#: templates/products/products-listing.php:229 msgid "No product found" msgstr "" -#: templates/products/products-listing.php:254 +#: templates/products/products-listing.php:255 msgid "« Previous" msgstr "" -#: templates/products/products-listing.php:255 +#: templates/products/products-listing.php:256 msgid "Next »" msgstr "" -#: templates/products/products-listing.php:271 +#: templates/products/products-listing.php:272 msgid "No Products Found!" msgstr "" -#: templates/products/products-listing.php:276 +#: templates/products/products-listing.php:277 msgid "Ready to start selling something awesome?" msgstr "" -#: templates/products/tmpl-add-product-popup.php:112 +#: templates/products/tmpl-add-product-popup.php:111 msgid "Enter some short description about this product..." msgstr "" -#: templates/products/tmpl-add-product-popup.php:120 +#: templates/products/tmpl-add-product-popup.php:119 msgid "Create product" msgstr "" -#: templates/products/tmpl-add-product-popup.php:130 +#: templates/products/tmpl-add-product-popup.php:129 msgid "Create & add new" msgstr "" @@ -9691,11 +9843,30 @@ msgstr "" msgid "Setup" msgstr "" +#: assets/js/dokan-admin-notice.js:2 #: assets/js/dokan-promo-notice.js:2 #: assets/js/vue-bootstrap.js:2 msgid "Loading..." msgstr "" +#: assets/js/dokan-setup-wizard-commission.js:1 +#: assets/js/vue-admin.js:2 +#: assets/js/vue-bootstrap.js:2 +msgid "All Categories" +msgstr "" + +#: assets/js/dokan-setup-wizard-commission.js:1 +#: assets/js/vue-admin.js:2 +#: assets/js/vue-bootstrap.js:2 +msgid "%" +msgstr "" + +#: assets/js/dokan-setup-wizard-commission.js:1 +#: assets/js/vue-admin.js:2 +#: assets/js/vue-bootstrap.js:2 +msgid "+" +msgstr "" + #: assets/js/vue-admin.js:2 msgid "Dokan Premium" msgstr "" @@ -9973,11 +10144,7 @@ msgid "Seems To Be Convinced, You Need More Out Of Your Marketplace" msgstr "" #: assets/js/vue-admin.js:2 -msgid "Dokan Vendor Capabilities Banner" -msgstr "" - -#: assets/js/vue-admin.js:2 -msgid "One of the finest attractions of Dokan PRO is the vast array of powerful vendor controls & functions it provides so sellers can enjoy ownership, automation & freedom to run their stores. To use these awesome vendor features listed below, consider Upgrading to PRO." +msgid "Dokan PRO offers powerful vendor controls and features, giving sellers full ownership, automation, and freedom to run their stores. Upgrade to PRO to unlock these great features!." msgstr "" #: assets/js/vue-admin.js:2 @@ -10285,11 +10452,6 @@ msgstr "" msgid "Select State" msgstr "" -#: assets/js/vue-admin.js:2 -#: assets/js/vue-bootstrap.js:2 -msgid "Combine" -msgstr "" - #: assets/js/vue-admin.js:2 #: assets/js/vue-bootstrap.js:2 msgid "Payment Options" @@ -10310,11 +10472,6 @@ msgstr "" msgid "Swift" msgstr "" -#: assets/js/vue-admin.js:2 -#: assets/js/vue-bootstrap.js:2 -msgid "Admin Commission Type" -msgstr "" - #: assets/js/vue-admin.js:2 #: assets/js/vue-bootstrap.js:2 msgid "Publish Product Directly" @@ -10381,6 +10538,18 @@ msgstr "" msgid "All" msgstr "" +#: assets/js/vue-admin.js:2 +msgid "Commission Options" +msgstr "" + +#: assets/js/vue-admin.js:2 +msgid "Admin Commission type" +msgstr "" + +#: assets/js/vue-admin.js:2 +msgid "Set the commission type that admin will get" +msgstr "" + #: assets/js/vue-admin.js:2 msgid "Import" msgstr "" @@ -10533,6 +10702,10 @@ msgstr "" msgid "The Yoast SEO integration lets vendors define Store Title, Description, Slug and Keyword to appear in search engine results." msgstr "" +#: assets/js/vue-admin.js:2 +msgid "One of the finest attractions of Dokan PRO is the vast array of powerful vendor controls & functions it provides so sellers can enjoy ownership, automation & freedom to run their stores. To use these awesome vendor features listed below, consider Upgrading to PRO." +msgstr "" + #: assets/js/vue-admin.js:2 msgid "Dokan Capability" msgstr "" diff --git a/lib/class.category-walker.php b/lib/class.category-walker.php deleted file mode 100644 index 93d54da01c..0000000000 --- a/lib/class.category-walker.php +++ /dev/null @@ -1,16 +0,0 @@ - -
    -
    - - {{ '%' }} -
    -
    - {{ '+' }} -
    -
    - {{ getCurrencySymbol }} - -
    +
    +
    + +
    + {{ __( '%', 'dokan-lite' ) }}
    +
    + {{ __( '+', 'dokan-lite' ) }} +
    +
    +
    + {{ getCurrencySymbol }}
    + +
    +
    - diff --git a/src/admin/components/Commission/CategoryBasedCommission.vue b/src/admin/components/Commission/CategoryBasedCommission.vue new file mode 100644 index 0000000000..c380948270 --- /dev/null +++ b/src/admin/components/Commission/CategoryBasedCommission.vue @@ -0,0 +1,402 @@ + + + + + diff --git a/src/admin/components/Commission/index.js b/src/admin/components/Commission/index.js new file mode 100644 index 0000000000..aa3357bf63 --- /dev/null +++ b/src/admin/components/Commission/index.js @@ -0,0 +1 @@ +import './style.css'; diff --git a/src/admin/components/Commission/style.css b/src/admin/components/Commission/style.css new file mode 100644 index 0000000000..c38c0f161c --- /dev/null +++ b/src/admin/components/Commission/style.css @@ -0,0 +1,4 @@ +@config './tailwind-category-commission.config.js'; +@tailwind base; +@tailwind components; +@tailwind utilities; diff --git a/src/admin/components/Commission/tailwind-category-commission.config.js b/src/admin/components/Commission/tailwind-category-commission.config.js new file mode 100644 index 0000000000..063f70ff4f --- /dev/null +++ b/src/admin/components/Commission/tailwind-category-commission.config.js @@ -0,0 +1,20 @@ +/** @type {import('tailwindcss').Config} */ +const defaultTheme = require("tailwindcss/defaultTheme"); +module.exports = { + corePlugins: { + preflight: false, + }, + content: [ + './src/admin/components/Commission/CategoryBasedCommission.vue', + './src/admin/components/CombineInput.vue', + ], + theme: { + extend: { + screens: { + ...defaultTheme.screens, + 'd-xs': '360px', + } + } + }, + plugins: [], +}; diff --git a/src/admin/components/Currency.vue b/src/admin/components/Currency.vue index 9a3c4268af..9ec4fc48fe 100644 --- a/src/admin/components/Currency.vue +++ b/src/admin/components/Currency.vue @@ -8,7 +8,7 @@ export default { methods: { formattedPrice(value) { - return accounting.formatMoney( value, dokan.currency ); + return accounting.formatMoney( value, {...dokan.currency, precision: dokan.currency.precision+ 2} ); } } }; diff --git a/src/admin/components/Fields.vue b/src/admin/components/Fields.vue index e3646fdb5f..bb9a9ec9ef 100644 --- a/src/admin/components/Fields.vue +++ b/src/admin/components/Fields.vue @@ -72,58 +72,17 @@
    -