@unchainedshop/admin-ui 4.8.18 → 4.8.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/chunk-45H2WVIC.js +51 -0
- package/dist/chunk-4VNS5WPM.js +37 -0
- package/dist/chunk-54DKBWXV.js +33 -0
- package/dist/chunk-6TXD4TA7.js +1196 -0
- package/dist/chunk-BGCKJQGS.js +58 -0
- package/dist/chunk-BYXBJQAS.js +1 -0
- package/dist/chunk-EJDZRZSZ.js +59 -0
- package/dist/chunk-ELPURWDC.js +75 -0
- package/dist/chunk-IAQPLRXZ.js +16 -0
- package/dist/chunk-ILYPJE4N.js +57 -0
- package/dist/chunk-IXBMHOB5.js +13 -0
- package/dist/chunk-KH5MK6ZW.js +18 -0
- package/dist/chunk-NT7RB7AK.js +70 -0
- package/dist/chunk-OKGJ6HDE.js +26 -0
- package/dist/chunk-Q6S3LBUF.js +180 -0
- package/dist/chunk-QNLGYFV7.js +22 -0
- package/dist/chunk-RAQV2GYF.js +70 -0
- package/dist/chunk-RHUFQVKL.js +514 -0
- package/dist/chunk-RVG6IOFC.js +11 -0
- package/dist/chunk-SRAAKMWY.js +39 -0
- package/dist/chunk-UFYR5WZT.js +165 -0
- package/dist/chunk-UXG7EYHC.js +614 -0
- package/dist/chunk-VDKQGOMV.js +840 -0
- package/dist/chunk-XHOCXPD5.js +9 -0
- package/dist/chunk-XJBPMIC4.js +284 -0
- package/dist/chunk-YO6PT7KD.js +13 -0
- package/dist/chunk-YSKZE2KN.js +652 -0
- package/dist/components/ui/Accordion/Accordion.d.ts +11 -0
- package/dist/components/ui/Accordion/Accordion.d.ts.map +1 -0
- package/dist/components/ui/Accordion/AccordionHeader.d.ts +6 -0
- package/dist/components/ui/Accordion/AccordionHeader.d.ts.map +1 -0
- package/dist/components/ui/Accordion/AccordionItem.d.ts +11 -0
- package/dist/components/ui/Accordion/AccordionItem.d.ts.map +1 -0
- package/dist/components/ui/ActiveInActive.d.ts +10 -0
- package/dist/components/ui/ActiveInActive.d.ts.map +1 -0
- package/dist/components/ui/AnimatedCounter.d.ts +7 -0
- package/dist/components/ui/AnimatedCounter.d.ts.map +1 -0
- package/dist/components/ui/Badge.d.ts +10 -0
- package/dist/components/ui/Badge.d.ts.map +1 -0
- package/dist/components/ui/BreadCrumbs.d.ts +7 -0
- package/dist/components/ui/BreadCrumbs.d.ts.map +1 -0
- package/dist/components/ui/Button.d.ts +36 -0
- package/dist/components/ui/Button.d.ts.map +1 -0
- package/dist/components/ui/CopyableText.d.ts +5 -0
- package/dist/components/ui/CopyableText.d.ts.map +1 -0
- package/dist/components/ui/DateInput.d.ts +15 -0
- package/dist/components/ui/DateInput.d.ts.map +1 -0
- package/dist/components/ui/DateRangeFilterInput.d.ts +4 -0
- package/dist/components/ui/DateRangeFilterInput.d.ts.map +1 -0
- package/dist/components/ui/DetailHeader.d.ts +6 -0
- package/dist/components/ui/DetailHeader.d.ts.map +1 -0
- package/dist/components/ui/DraggableIcon.d.ts +3 -0
- package/dist/components/ui/DraggableIcon.d.ts.map +1 -0
- package/dist/components/ui/ErrorBoundary.d.ts +18 -0
- package/dist/components/ui/ErrorBoundary.d.ts.map +1 -0
- package/dist/components/ui/ErrorFallback.d.ts +6 -0
- package/dist/components/ui/ErrorFallback.d.ts.map +1 -0
- package/dist/components/ui/HelpText.d.ts +11 -0
- package/dist/components/ui/HelpText.d.ts.map +1 -0
- package/dist/components/ui/ImageWithFallback.d.ts +7 -0
- package/dist/components/ui/ImageWithFallback.d.ts.map +1 -0
- package/dist/components/ui/InfoTextBanner.d.ts +6 -0
- package/dist/components/ui/InfoTextBanner.d.ts.map +1 -0
- package/dist/components/ui/JSONView.d.ts +6 -0
- package/dist/components/ui/JSONView.d.ts.map +1 -0
- package/dist/components/ui/ListHeader.d.ts +6 -0
- package/dist/components/ui/ListHeader.d.ts.map +1 -0
- package/dist/components/ui/Loading.d.ts +3 -0
- package/dist/components/ui/Loading.d.ts.map +1 -0
- package/dist/components/ui/NoData.d.ts +7 -0
- package/dist/components/ui/NoData.d.ts.map +1 -0
- package/dist/components/ui/NoImage.d.ts +7 -0
- package/dist/components/ui/NoImage.d.ts.map +1 -0
- package/dist/components/ui/NoImageSvg.d.ts +8 -0
- package/dist/components/ui/NoImageSvg.d.ts.map +1 -0
- package/dist/components/ui/PageHeader.d.ts +11 -0
- package/dist/components/ui/PageHeader.d.ts.map +1 -0
- package/dist/components/ui/Pagination.d.ts +8 -0
- package/dist/components/ui/Pagination.d.ts.map +1 -0
- package/dist/components/ui/Portal/Portal.d.ts +16 -0
- package/dist/components/ui/Portal/Portal.d.ts.map +1 -0
- package/dist/components/ui/Portal/Portal.types.d.ts +16 -0
- package/dist/components/ui/Portal/Portal.types.d.ts.map +1 -0
- package/dist/components/ui/SaveAndCancelButtons.d.ts +10 -0
- package/dist/components/ui/SaveAndCancelButtons.d.ts.map +1 -0
- package/dist/components/ui/SearchField.d.ts +7 -0
- package/dist/components/ui/SearchField.d.ts.map +1 -0
- package/dist/components/ui/Tab.d.ts +18 -0
- package/dist/components/ui/Tab.d.ts.map +1 -0
- package/dist/components/ui/Tag/TagInput.d.ts +14 -0
- package/dist/components/ui/Tag/TagInput.d.ts.map +1 -0
- package/dist/components/ui/Tag/TagList.d.ts +8 -0
- package/dist/components/ui/Tag/TagList.d.ts.map +1 -0
- package/dist/components/ui/Tag/TagListForm.d.ts +8 -0
- package/dist/components/ui/Tag/TagListForm.d.ts.map +1 -0
- package/dist/components/ui/Toggle.d.ts +11 -0
- package/dist/components/ui/Toggle.d.ts.map +1 -0
- package/dist/components/ui/ToolTip.d.ts +7 -0
- package/dist/components/ui/ToolTip.d.ts.map +1 -0
- package/dist/components/ui/card.d.ts +9 -0
- package/dist/components/ui/card.d.ts.map +1 -0
- package/dist/components/ui/chart.d.ts +42 -0
- package/dist/components/ui/chart.d.ts.map +1 -0
- package/dist/components/ui/form/CheckboxField.d.ts +4 -0
- package/dist/components/ui/form/CheckboxField.d.ts.map +1 -0
- package/dist/components/ui/form/ChoicesField.d.ts +12 -0
- package/dist/components/ui/form/ChoicesField.d.ts.map +1 -0
- package/dist/components/ui/form/Combobox.d.ts +20 -0
- package/dist/components/ui/form/Combobox.d.ts.map +1 -0
- package/dist/components/ui/form/DatePickerField.d.ts +4 -0
- package/dist/components/ui/form/DatePickerField.d.ts.map +1 -0
- package/dist/components/ui/form/EmailField.d.ts +7 -0
- package/dist/components/ui/form/EmailField.d.ts.map +1 -0
- package/dist/components/ui/form/FieldWithHelp.d.ts +10 -0
- package/dist/components/ui/form/FieldWithHelp.d.ts.map +1 -0
- package/dist/components/ui/form/FieldWrapper.d.ts +8 -0
- package/dist/components/ui/form/FieldWrapper.d.ts.map +1 -0
- package/dist/components/ui/form/FormErrors.d.ts +6 -0
- package/dist/components/ui/form/FormErrors.d.ts.map +1 -0
- package/dist/components/ui/form/JSONAreaField.d.ts +7 -0
- package/dist/components/ui/form/JSONAreaField.d.ts.map +1 -0
- package/dist/components/ui/form/MarkdownTextAreaField.d.ts +8 -0
- package/dist/components/ui/form/MarkdownTextAreaField.d.ts.map +1 -0
- package/dist/components/ui/form/PasswordField.d.ts +3 -0
- package/dist/components/ui/form/PasswordField.d.ts.map +1 -0
- package/dist/components/ui/form/SelectField.d.ts +11 -0
- package/dist/components/ui/form/SelectField.d.ts.map +1 -0
- package/dist/components/ui/form/SubmitButton.d.ts +9 -0
- package/dist/components/ui/form/SubmitButton.d.ts.map +1 -0
- package/dist/components/ui/form/TagInputField.d.ts +6 -0
- package/dist/components/ui/form/TagInputField.d.ts.map +1 -0
- package/dist/components/ui/form/TextAreaField.d.ts +8 -0
- package/dist/components/ui/form/TextAreaField.d.ts.map +1 -0
- package/dist/components/ui/form/TextField.d.ts +10 -0
- package/dist/components/ui/form/TextField.d.ts.map +1 -0
- package/dist/components/ui/form/index.d.ts +17 -0
- package/dist/components/ui/form/index.d.ts.map +1 -0
- package/dist/components/ui/icons.d.ts +4 -0
- package/dist/components/ui/icons.d.ts.map +1 -0
- package/dist/components/ui/index.d.ts +41 -0
- package/dist/components/ui/index.d.ts.map +1 -0
- package/dist/form.js +30077 -0
- package/dist/gql/types.d.ts +17209 -0
- package/dist/gql/types.d.ts.map +1 -0
- package/dist/hooks.js +41 -0
- package/dist/lib/utils.d.ts +3 -0
- package/dist/lib/utils.d.ts.map +1 -0
- package/dist/modal.js +114 -0
- package/dist/modules/UnchainedContext/UnchainedContext.d.ts +8 -0
- package/dist/modules/UnchainedContext/UnchainedContext.d.ts.map +1 -0
- package/dist/modules/UnchainedContext/useUnchainedContext.d.ts +7 -0
- package/dist/modules/UnchainedContext/useUnchainedContext.d.ts.map +1 -0
- package/dist/modules/accounts/fragment/MD5MetaDataFragment.d.ts +3 -0
- package/dist/modules/accounts/fragment/MD5MetaDataFragment.d.ts.map +1 -0
- package/dist/modules/accounts/fragment/UserFragment.d.ts +3 -0
- package/dist/modules/accounts/fragment/UserFragment.d.ts.map +1 -0
- package/dist/modules/accounts/hooks/useCurrentUser.d.ts +10 -0
- package/dist/modules/accounts/hooks/useCurrentUser.d.ts.map +1 -0
- package/dist/modules/accounts/hooks/useUsersCount.d.ts +8 -0
- package/dist/modules/accounts/hooks/useUsersCount.d.ts.map +1 -0
- package/dist/modules/accounts.js +1013 -0
- package/dist/modules/assortment/hooks/useAssortmentsCount.d.ts +8 -0
- package/dist/modules/assortment/hooks/useAssortmentsCount.d.ts.map +1 -0
- package/dist/modules/assortment.js +1121 -0
- package/dist/modules/common/components/AppContext.d.ts +18 -0
- package/dist/modules/common/components/AppContext.d.ts.map +1 -0
- package/dist/modules/common/components/FormWrapper.d.ts +8 -0
- package/dist/modules/common/components/FormWrapper.d.ts.map +1 -0
- package/dist/modules/common/components/ThemeWrapper.d.ts +10 -0
- package/dist/modules/common/components/ThemeWrapper.d.ts.map +1 -0
- package/dist/modules/common/data/iso-codes.d.ts +4 -0
- package/dist/modules/common/data/iso-codes.d.ts.map +1 -0
- package/dist/modules/common/data/miscellaneous.d.ts +51 -0
- package/dist/modules/common/data/miscellaneous.d.ts.map +1 -0
- package/dist/modules/common/fragments/AddressFragment.d.ts +3 -0
- package/dist/modules/common/fragments/AddressFragment.d.ts.map +1 -0
- package/dist/modules/common/hooks/useApp.d.ts +11 -0
- package/dist/modules/common/hooks/useApp.d.ts.map +1 -0
- package/dist/modules/common/hooks/useCSVExport.d.ts +10 -0
- package/dist/modules/common/hooks/useCSVExport.d.ts.map +1 -0
- package/dist/modules/common/hooks/useCSVImport.d.ts +18 -0
- package/dist/modules/common/hooks/useCSVImport.d.ts.map +1 -0
- package/dist/modules/common/hooks/useChatEndpointChecker.d.ts +5 -0
- package/dist/modules/common/hooks/useChatEndpointChecker.d.ts.map +1 -0
- package/dist/modules/common/hooks/useConfirmMediaUpload.d.ts +10 -0
- package/dist/modules/common/hooks/useConfirmMediaUpload.d.ts.map +1 -0
- package/dist/modules/common/hooks/useDashboardMetrics.d.ts +23 -0
- package/dist/modules/common/hooks/useDashboardMetrics.d.ts.map +1 -0
- package/dist/modules/common/hooks/useLocalStorage.d.ts +3 -0
- package/dist/modules/common/hooks/useLocalStorage.d.ts.map +1 -0
- package/dist/modules/common/hooks/useOrderAnalytics.d.ts +25 -0
- package/dist/modules/common/hooks/useOrderAnalytics.d.ts.map +1 -0
- package/dist/modules/common/hooks/useOrderItemsAnalytics.d.ts +16 -0
- package/dist/modules/common/hooks/useOrderItemsAnalytics.d.ts.map +1 -0
- package/dist/modules/common/hooks/useOutsideClick.d.ts +3 -0
- package/dist/modules/common/hooks/useOutsideClick.d.ts.map +1 -0
- package/dist/modules/common/hooks/usePortal.d.ts +20 -0
- package/dist/modules/common/hooks/usePortal.d.ts.map +1 -0
- package/dist/modules/common/hooks/useShopConfiguration.d.ts +8 -0
- package/dist/modules/common/hooks/useShopConfiguration.d.ts.map +1 -0
- package/dist/modules/common/hooks/useShopInfo.d.ts +41 -0
- package/dist/modules/common/hooks/useShopInfo.d.ts.map +1 -0
- package/dist/modules/common/hooks/useStatusTypes.d.ts +10 -0
- package/dist/modules/common/hooks/useStatusTypes.d.ts.map +1 -0
- package/dist/modules/common/hooks/useSystemRoles.d.ts +7 -0
- package/dist/modules/common/hooks/useSystemRoles.d.ts.map +1 -0
- package/dist/modules/common/hooks/useTheme.d.ts +7 -0
- package/dist/modules/common/hooks/useTheme.d.ts.map +1 -0
- package/dist/modules/common/utils/deBounce.d.ts +3 -0
- package/dist/modules/common/utils/deBounce.d.ts.map +1 -0
- package/dist/modules/common/utils/defaultNextImageLoader.d.ts +7 -0
- package/dist/modules/common/utils/defaultNextImageLoader.d.ts.map +1 -0
- package/dist/modules/common/utils/formatUsername.d.ts +3 -0
- package/dist/modules/common/utils/formatUsername.d.ts.map +1 -0
- package/dist/modules/common/utils/getSetupStepsConfigurationsMeta.d.ts +30 -0
- package/dist/modules/common/utils/getSetupStepsConfigurationsMeta.d.ts.map +1 -0
- package/dist/modules/common/utils/normalizeFilterKeys.d.ts +4 -0
- package/dist/modules/common/utils/normalizeFilterKeys.d.ts.map +1 -0
- package/dist/modules/common/utils/useFormatDateTime.d.ts +7 -0
- package/dist/modules/common/utils/useFormatDateTime.d.ts.map +1 -0
- package/dist/modules/common/utils/utils.d.ts +21 -0
- package/dist/modules/common/utils/utils.d.ts.map +1 -0
- package/dist/modules/country/fragments/CountryFragment.d.ts +3 -0
- package/dist/modules/country/fragments/CountryFragment.d.ts.map +1 -0
- package/dist/modules/country/hooks/useCountries.d.ts +22 -0
- package/dist/modules/country/hooks/useCountries.d.ts.map +1 -0
- package/dist/modules/country.js +108 -0
- package/dist/modules/currency.js +119 -0
- package/dist/modules/delivery-provider.js +269 -0
- package/dist/modules/enrollment.js +353 -0
- package/dist/modules/event.js +123 -0
- package/dist/modules/filter.js +448 -0
- package/dist/modules/forms/components/Form.d.ts +8 -0
- package/dist/modules/forms/components/Form.d.ts.map +1 -0
- package/dist/modules/forms/hooks/useField.d.ts +35 -0
- package/dist/modules/forms/hooks/useField.d.ts.map +1 -0
- package/dist/modules/forms/hooks/useForm.d.ts +44 -0
- package/dist/modules/forms/hooks/useForm.d.ts.map +1 -0
- package/dist/modules/forms/hooks/useFormContext.d.ts +3 -0
- package/dist/modules/forms/hooks/useFormContext.d.ts.map +1 -0
- package/dist/modules/forms/lib/FormContext.d.ts +13 -0
- package/dist/modules/forms/lib/FormContext.d.ts.map +1 -0
- package/dist/modules/forms/lib/clean.d.ts +3 -0
- package/dist/modules/forms/lib/clean.d.ts.map +1 -0
- package/dist/modules/forms/lib/validators.d.ts +20 -0
- package/dist/modules/forms/lib/validators.d.ts.map +1 -0
- package/dist/modules/language/fragments/LanguageFragment.d.ts +3 -0
- package/dist/modules/language/fragments/LanguageFragment.d.ts.map +1 -0
- package/dist/modules/language/hooks/useLanguages.d.ts +19 -0
- package/dist/modules/language/hooks/useLanguages.d.ts.map +1 -0
- package/dist/modules/language.js +106 -0
- package/dist/modules/modal/components/AlertMessage.d.ts +9 -0
- package/dist/modules/modal/components/AlertMessage.d.ts.map +1 -0
- package/dist/modules/modal/components/DangerMessage.d.ts +12 -0
- package/dist/modules/modal/components/DangerMessage.d.ts.map +1 -0
- package/dist/modules/modal/components/ImportResultMessage.d.ts +14 -0
- package/dist/modules/modal/components/ImportResultMessage.d.ts.map +1 -0
- package/dist/modules/modal/components/Modal.d.ts +10 -0
- package/dist/modules/modal/components/Modal.d.ts.map +1 -0
- package/dist/modules/modal/components/ModalWrapper.d.ts +6 -0
- package/dist/modules/modal/components/ModalWrapper.d.ts.map +1 -0
- package/dist/modules/modal/hooks/useModal.d.ts +7 -0
- package/dist/modules/modal/hooks/useModal.d.ts.map +1 -0
- package/dist/modules/modal/utils/ModalContext.d.ts +9 -0
- package/dist/modules/modal/utils/ModalContext.d.ts.map +1 -0
- package/dist/modules/order/fragments/OrderDetailFragment.d.ts +3 -0
- package/dist/modules/order/fragments/OrderDetailFragment.d.ts.map +1 -0
- package/dist/modules/order/fragments/OrderFragment.d.ts +3 -0
- package/dist/modules/order/fragments/OrderFragment.d.ts.map +1 -0
- package/dist/modules/order/hooks/useOrders.d.ts +46 -0
- package/dist/modules/order/hooks/useOrders.d.ts.map +1 -0
- package/dist/modules/order.js +563 -0
- package/dist/modules/payment-providers.js +206 -0
- package/dist/modules/product/hooks/useProductsCount.d.ts +8 -0
- package/dist/modules/product/hooks/useProductsCount.d.ts.map +1 -0
- package/dist/modules/product-review.js +251 -0
- package/dist/modules/product.js +1929 -0
- package/dist/modules/quotation.js +297 -0
- package/dist/modules/token.js +143 -0
- package/dist/modules/warehousing-providers.js +206 -0
- package/dist/modules/work/fragments/WorkFragment.d.ts +3 -0
- package/dist/modules/work/fragments/WorkFragment.d.ts.map +1 -0
- package/dist/modules/work/hooks/useAddWork.d.ts +6 -0
- package/dist/modules/work/hooks/useAddWork.d.ts.map +1 -0
- package/dist/modules/work/hooks/useWork.d.ts +32 -0
- package/dist/modules/work/hooks/useWork.d.ts.map +1 -0
- package/dist/modules/work.js +308 -0
- package/dist/plugins.js +8 -0
- package/dist/providers.js +6 -0
- package/dist/sdk/hooks.d.ts +9 -0
- package/dist/sdk/hooks.d.ts.map +1 -0
- package/dist/sdk/modal.d.ts +7 -0
- package/dist/sdk/modal.d.ts.map +1 -0
- package/dist/sdk/plugins.d.ts +67 -0
- package/dist/sdk/plugins.d.ts.map +1 -0
- package/dist/sdk/providers.d.ts +5 -0
- package/dist/sdk/providers.d.ts.map +1 -0
- package/dist/sdk/theme.d.ts +26 -0
- package/dist/sdk/theme.d.ts.map +1 -0
- package/dist/theme.js +34 -0
- package/dist/ui.js +21527 -0
- package/out/403/index.html +2 -2
- package/out/404/index.html +2 -2
- package/out/404.html +2 -2
- package/out/423/index.html +2 -2
- package/out/500/index.html +2 -2
- package/out/_next/static/chunks/0-kffmdf1lcxk.js +1 -0
- package/out/_next/static/chunks/01h4ept18s-ns.js +807 -0
- package/out/_next/static/chunks/02cdoh48sex9m.js +1 -0
- package/out/_next/static/chunks/03-j84eg_htky.js +21 -0
- package/out/_next/static/chunks/03-z1yl608b56.js +807 -0
- package/out/_next/static/chunks/030bzkeke0edz.js +7 -0
- package/out/_next/static/chunks/037vsiy28s6dg.js +41 -0
- package/out/_next/static/chunks/05qpw6q8uiz3l.js +15 -0
- package/out/_next/static/chunks/06c-2u_g1d4r2.js +22 -0
- package/out/_next/static/chunks/06l-rqlf4bp81.js +108 -0
- package/out/_next/static/chunks/06rhycq_6w-52.js +188 -0
- package/out/_next/static/chunks/07nffhr51vke6.js +59 -0
- package/out/_next/static/chunks/0_ngi84ak813x.js +288 -0
- package/out/_next/static/chunks/0bc02hascgv7z.js +1 -0
- package/out/_next/static/chunks/0c9ruqj2wf3n6.js +905 -0
- package/out/_next/static/chunks/0cm0oyd82zvez.js +1 -0
- package/out/_next/static/chunks/0cotrfgh1n2cx.js +346 -0
- package/out/_next/static/chunks/0d6_opzy2p6ik.js +807 -0
- package/out/_next/static/chunks/0e2e0srgvkzk9.js +144 -0
- package/out/_next/static/chunks/0gurfn3nhm859.js +1 -0
- package/out/_next/static/chunks/0h0r_q6xa9qr_.js +1 -0
- package/out/_next/static/chunks/0ht2wu-61vq9v.js +807 -0
- package/out/_next/static/chunks/0jsq3fzumbjbc.js +8 -0
- package/out/_next/static/chunks/0ljuhrsh4x2p-.js +14 -0
- package/out/_next/static/chunks/0m6jydfuy_4o3.js +1 -0
- package/out/_next/static/chunks/0mzh9-epgepi1.js +119 -0
- package/out/_next/static/chunks/0n0uzfbkfb7e5.js +12 -0
- package/out/_next/static/chunks/0pecsk3c09b19.js +3 -0
- package/out/_next/static/chunks/0q-14a7j6afh3.js +1 -0
- package/out/_next/static/chunks/0qso2-ph6v-5-.js +12 -0
- package/out/_next/static/chunks/0razrbxeai797.js +807 -0
- package/out/_next/static/chunks/0se09klbk8drd.js +68 -0
- package/out/_next/static/chunks/0so45zh_oxlfb.js +15 -0
- package/out/_next/static/chunks/0ukyxgmnqos6o.js +1 -0
- package/out/_next/static/chunks/0urdgbfwcwyhr.js +14 -0
- package/out/_next/static/chunks/0uw9cbq0ivaz0.js +1 -0
- package/out/_next/static/chunks/0vls1lbu_rh78.js +342 -0
- package/out/_next/static/chunks/0xuevvy5i5d12.js +138 -0
- package/out/_next/static/chunks/0xxvsq70e4xn0.js +1 -0
- package/out/_next/static/chunks/0y4l_7c35iai3.js +12 -0
- package/out/_next/static/chunks/0yjypzfweew5c.js +13 -0
- package/out/_next/static/chunks/0yxc1yy1eq4u3.js +149 -0
- package/out/_next/static/chunks/1-g6r12rmwlxe.js +14 -0
- package/out/_next/static/chunks/10h7lznd10mmp.js +384 -0
- package/out/_next/static/chunks/10mdz-l7wmtr5.js +24 -0
- package/out/_next/static/chunks/10os1s66nimmi.js +110 -0
- package/out/_next/static/chunks/12qzh85d5on4y.js +44 -0
- package/out/_next/static/chunks/1398hevtpl_69.js +1 -0
- package/out/_next/static/chunks/13qk8ukzu1snm.js +288 -0
- package/out/_next/static/chunks/140i5f2n-78cg.js +7 -0
- package/out/_next/static/chunks/14xo-79v4hkao.js +15 -0
- package/out/_next/static/chunks/164wr2-2gfnlb.js +1 -0
- package/out/_next/static/chunks/168vn2bjuxmkv.js +15 -0
- package/out/_next/static/chunks/16ey81skn09dz.js +1 -0
- package/out/_next/static/chunks/16njzhio749zv.js +14 -0
- package/out/_next/static/chunks/18-orz9acmfb5.js +5 -0
- package/out/_next/static/chunks/18y5ygb5ea60g.js +15 -0
- package/out/_next/static/chunks/19y4w6_d_qiou.js +1 -0
- package/out/_next/static/chunks/1_g-csysa-i-9.js +1 -0
- package/out/_next/static/chunks/1_quktgfhf40v.js +31 -0
- package/out/_next/static/chunks/1_zsbsuo7l_6m.js +12 -0
- package/out/_next/static/chunks/1a8cuvabj42_k.js +15 -0
- package/out/_next/static/chunks/1ae-9ft5cgojf.js +1 -0
- package/out/_next/static/chunks/1ai7t85n93pgb.js +13 -0
- package/out/_next/static/chunks/1bm5ab-8dqhhe.js +14 -0
- package/out/_next/static/chunks/1cgxgd2cf8u3j.js +157 -0
- package/out/_next/static/chunks/1d0-uj-itsj64.js +13 -0
- package/out/_next/static/chunks/1d951b6ed8oqn.js +110 -0
- package/out/_next/static/chunks/1d_puhcn8lg6q.js +51 -0
- package/out/_next/static/chunks/1dn4wzp1vhocn.js +13 -0
- package/out/_next/static/chunks/1drrou5kp4qdz.js +1 -0
- package/out/_next/static/chunks/1e43ue9prlgq1.js +14 -0
- package/out/_next/static/chunks/1e4_28-3u5o85.js +30 -0
- package/out/_next/static/chunks/1f3mflnvp8_7-.js +31 -0
- package/out/_next/static/chunks/1f5-j4f3irx0j.js +147 -0
- package/out/_next/static/chunks/1fid6ut5hz6aw.js +14 -0
- package/out/_next/static/chunks/1fm3727le1x_5.js +195 -0
- package/out/_next/static/chunks/1g57y7cq7tjcb.js +9 -0
- package/out/_next/static/chunks/1ggz6fow3gt00.js +137 -0
- package/out/_next/static/chunks/1gt65pz91hyuz.js +1 -0
- package/out/_next/static/chunks/1i-48ku54x3au.js +12 -0
- package/out/_next/static/chunks/1ikm9qcx--k3u.js +807 -0
- package/out/_next/static/chunks/1izpxynqp99t4.js +193 -0
- package/out/_next/static/chunks/1j2ko85jp-5wy.js +807 -0
- package/out/_next/static/chunks/1kj__-femskug.js +52 -0
- package/out/_next/static/chunks/1lbsdlf5h6ojc.js +16 -0
- package/out/_next/static/chunks/1mp7dwvsvobjw.js +14 -0
- package/out/_next/static/chunks/1mwvnv71bl7mc.js +1 -0
- package/out/_next/static/chunks/1n7i2rp59o9o8.js +384 -0
- package/out/_next/static/chunks/1n7suzk2c4p2e.js +16 -0
- package/out/_next/static/chunks/1nsbi_bcocm4l.js +7 -0
- package/out/_next/static/chunks/1pklei2ds10d2.js +66 -0
- package/out/_next/static/chunks/1pxor-3_vf3du.js +31 -0
- package/out/_next/static/chunks/1q865b-tzgi80.js +13 -0
- package/out/_next/static/chunks/1qp68765j1aiv.js +61 -0
- package/out/_next/static/chunks/1r-cvj3mpr-7x.js +87 -0
- package/out/_next/static/chunks/1snnkviatd2ds.js +90 -0
- package/out/_next/static/chunks/1t7lg-hnk9tjf.js +18 -0
- package/out/_next/static/chunks/1telbrcq2kix_.js +10 -0
- package/out/_next/static/chunks/1tz4za98hv_q2.js +12 -0
- package/out/_next/static/chunks/1uw2vfhjol6j4.js +10 -0
- package/out/_next/static/chunks/1v16gcok-ktdo.js +142 -0
- package/out/_next/static/chunks/1v_n1-h3u8vtf.js +25 -0
- package/out/_next/static/chunks/1weq9keqxiqpy.js +73 -0
- package/out/_next/static/chunks/1wfwvd-730eaa.js +16 -0
- package/out/_next/static/chunks/1xbofs3ibkjvj.js +1 -0
- package/out/_next/static/chunks/1xl2h1_c5-b_a.js +13 -0
- package/out/_next/static/chunks/1yv01jo2m1gkf.js +1 -0
- package/out/_next/static/chunks/1ziicn0eb_yji.js +16 -0
- package/out/_next/static/chunks/1zza9faw4t3b_.js +46 -0
- package/out/_next/static/chunks/1zzpf1xbmchcj.js +132 -0
- package/out/_next/static/chunks/2-4ng9fxftmld.js +1 -0
- package/out/_next/static/chunks/208fwfjeuxv-r.js +14 -0
- package/out/_next/static/chunks/20rtv8f0brb0n.js +43 -0
- package/out/_next/static/chunks/21a19t2pe0fpg.js +81 -0
- package/out/_next/static/chunks/21zt48zdev_7t.js +20 -0
- package/out/_next/static/chunks/236ovetz0d3cm.js +12 -0
- package/out/_next/static/chunks/252jebodi67kg.js +1 -0
- package/out/_next/static/chunks/26ie8u_ab24o8.js +224 -0
- package/out/_next/static/chunks/275o3ly3svw4p.js +1 -0
- package/out/_next/static/chunks/28z1z7in8-kbg.js +26 -0
- package/out/_next/static/chunks/2atsi2t3hup4a.js +23 -0
- package/out/_next/static/chunks/2bb7696udjx6k.js +44 -0
- package/out/_next/static/chunks/2bm5aw8hqlgf2.js +50 -0
- package/out/_next/static/chunks/2c7gw8ronvu-c.js +807 -0
- package/out/_next/static/chunks/2cbr3ybo4xsrv.js +43 -0
- package/out/_next/static/chunks/2ef363b9erq_s.js +217 -0
- package/out/_next/static/chunks/2eh6ku1a1zbs4.js +135 -0
- package/out/_next/static/chunks/2fed4-6c0ghqp.js +99 -0
- package/out/_next/static/chunks/2gil5igdermzh.js +36 -0
- package/out/_next/static/chunks/2hm0mbq0vtqmw.js +5 -0
- package/out/_next/static/chunks/2ismth22knujm.js +1 -0
- package/out/_next/static/chunks/2j9-8qtc4_-uk.js +17 -0
- package/out/_next/static/chunks/2jln1kjysf99p.js +1 -0
- package/out/_next/static/chunks/2jtk4-i4e9lug.js +1 -0
- package/out/_next/static/chunks/2k020ab3luqev.js +1 -0
- package/out/_next/static/chunks/2kbieaechn8m8.js +1 -0
- package/out/_next/static/chunks/2kzyda4a6mqut.js +1 -0
- package/out/_next/static/chunks/2l24h40hc5_30.js +10 -0
- package/out/_next/static/chunks/2ljoq6sr-g2da.js +1 -0
- package/out/_next/static/chunks/2mr2k4sb6i021.js +32 -0
- package/out/_next/static/chunks/2na27-e8gs0-f.js +171 -0
- package/out/_next/static/chunks/2nn3_f04lnr0b.js +807 -0
- package/out/_next/static/chunks/2o8r09deae36c.js +9 -0
- package/out/_next/static/chunks/2ocwu5vbc5r34.js +73 -0
- package/out/_next/static/chunks/2qprgjhjl8d4c.js +807 -0
- package/out/_next/static/chunks/2s1zqhg6tm4h9.js +13 -0
- package/out/_next/static/chunks/2skxi0oqka3ef.js +26 -0
- package/out/_next/static/chunks/2som54uae4_oi.js +12 -0
- package/out/_next/static/chunks/2t3t6gm5vlg_0.js +58 -0
- package/out/_next/static/chunks/2twfwv_6mk256.js +17 -0
- package/out/_next/static/chunks/2u57x6wlny1y3.js +13 -0
- package/out/_next/static/chunks/2ukm5shi1lfcd.js +14 -0
- package/out/_next/static/chunks/2w5y5xf0nriwx.js +1 -0
- package/out/_next/static/chunks/2we-9ioq4gqia.js +8 -0
- package/out/_next/static/chunks/2ydh6mhksolv7.js +12 -0
- package/out/_next/static/chunks/2zr8-l2b9pf-u.js +12 -0
- package/out/_next/static/chunks/30g-s0ioynhjx.js +224 -0
- package/out/_next/static/chunks/31y7dx6ytab7h.js +3 -0
- package/out/_next/static/chunks/329ps41fzi6kl.js +17 -0
- package/out/_next/static/chunks/32r9w6anc6p-3.js +17 -0
- package/out/_next/static/chunks/35995k_05rugk.js +5 -0
- package/out/_next/static/chunks/363ng2l8o_bee.js +101 -0
- package/out/_next/static/chunks/36jick0alh9oa.js +50 -0
- package/out/_next/static/chunks/36pa0vs0telmp.js +1 -0
- package/out/_next/static/chunks/378867ti5yucc.js +3 -0
- package/out/_next/static/chunks/38b7m-s26ciug.js +137 -0
- package/out/_next/static/chunks/38pz7fmyf6ay0.js +1 -0
- package/out/_next/static/chunks/3_fk1axw7jv3l.js +188 -0
- package/out/_next/static/chunks/3_oq57mmti33y.js +60 -0
- package/out/_next/static/chunks/3b5o-l5g62zd5.js +15 -0
- package/out/_next/static/chunks/3bxtyo0u_psf7.js +1 -0
- package/out/_next/static/chunks/3def6w0a5af0g.js +21 -0
- package/out/_next/static/chunks/3ebh4y7h6y1vq.js +58 -0
- package/out/_next/static/chunks/3ely6dgcq2a4h.js +16 -0
- package/out/_next/static/chunks/3f-ap6wo94un_.js +1 -0
- package/out/_next/static/chunks/3gfjdynb9mg8h.js +23 -0
- package/out/_next/static/chunks/3ghzaufs2n8uq.js +2 -0
- package/out/_next/static/chunks/3gls52bjnoo8q.js +596 -0
- package/out/_next/static/chunks/3gx4smk7pb27x.js +119 -0
- package/out/_next/static/chunks/3jv-kmvjt_bno.js +1 -0
- package/out/_next/static/chunks/3k98cr566roh-.js +2 -0
- package/out/_next/static/chunks/3kisw9hre44e5.js +807 -0
- package/out/_next/static/chunks/3l2ohiwua66_k.js +13 -0
- package/out/_next/static/chunks/3mdyli-gbdglv.js +18 -0
- package/out/_next/static/chunks/3o733m88skfkc.js +8 -0
- package/out/_next/static/chunks/3opuxnw_w3yb5.js +101 -0
- package/out/_next/static/chunks/3po074-e_om-u.js +13 -0
- package/out/_next/static/chunks/3qpo866owyu7i.js +16 -0
- package/out/_next/static/chunks/3rnl7-84z1op5.js +28 -0
- package/out/_next/static/chunks/3s1r5r5je7t2j.js +12 -0
- package/out/_next/static/chunks/3tv9csz53av-5.js +1 -0
- package/out/_next/static/chunks/3v1dxn4rp-o3v.js +315 -0
- package/out/_next/static/chunks/3w_wwl_hd91od.js +1 -0
- package/out/_next/static/chunks/3wlt1njh1vvtx.js +16 -0
- package/out/_next/static/chunks/3wwsanj-y2gn3.js +107 -0
- package/out/_next/static/chunks/3wzzh45yillzb.js +1 -0
- package/out/_next/static/chunks/3x96n1j6ap_rg.js +190 -0
- package/out/_next/static/chunks/3xhmfg-981n_5.js +61 -0
- package/out/_next/static/chunks/3yqw8z_udrol0.js +1 -0
- package/out/_next/static/chunks/3z_c5kpm-e1ty.js +15 -0
- package/out/_next/static/chunks/3zqfchpzqxd92.css +1 -0
- package/out/_next/static/chunks/4079hjuumfmm2.js +31 -0
- package/out/_next/static/chunks/40922jbr_e5ug.js +51 -0
- package/out/_next/static/chunks/40zy6mxa-be0m.js +1 -0
- package/out/_next/static/chunks/43-m6q6a0aebk.js +66 -0
- package/out/_next/static/chunks/43lu0r3m_c-km.js +21 -0
- package/out/_next/static/chunks/44nj9c766dqvc.js +807 -0
- package/out/_next/static/chunks/458tg2eg5h8j5.js +324 -0
- package/out/_next/static/chunks/45cd4ypk94sw2.js +807 -0
- package/out/_next/static/chunks/turbopack-0-r_wvlw2r9-u.js +1 -0
- package/out/_next/static/chunks/turbopack-019acfo_4lvwb.js +1 -0
- package/out/_next/static/chunks/turbopack-04p4_o2q-3775.js +1 -0
- package/out/_next/static/chunks/turbopack-05gjzccig6ly0.js +1 -0
- package/out/_next/static/chunks/turbopack-0_-8nqdse9k2n.js +1 -0
- package/out/_next/static/chunks/turbopack-0bakfyovo7_7v.js +1 -0
- package/out/_next/static/chunks/turbopack-0dnmhb2s6oz_0.js +1 -0
- package/out/_next/static/chunks/turbopack-0f_0xhndfo2rg.js +1 -0
- package/out/_next/static/chunks/turbopack-0g8j6jo0h0wr2.js +1 -0
- package/out/_next/static/chunks/turbopack-0higs44_fpd2z.js +1 -0
- package/out/_next/static/chunks/turbopack-0hpqs96ev0qw3.js +1 -0
- package/out/_next/static/chunks/turbopack-0nhgkjul58c0o.js +1 -0
- package/out/_next/static/chunks/turbopack-0o2st91056bew.js +1 -0
- package/out/_next/static/chunks/turbopack-0t_4mmwvh5jcg.js +1 -0
- package/out/_next/static/chunks/turbopack-0x70e5tn0cdka.js +1 -0
- package/out/_next/static/chunks/turbopack-0xkx2uti084qk.js +1 -0
- package/out/_next/static/chunks/turbopack-0yqmz8xksziao.js +1 -0
- package/out/_next/static/chunks/turbopack-12k7mi-z9q_my.js +1 -0
- package/out/_next/static/chunks/turbopack-15m77byc-8nnf.js +1 -0
- package/out/_next/static/chunks/turbopack-18mged-v_fxn-.js +1 -0
- package/out/_next/static/chunks/turbopack-1cuprvm6j2dby.js +1 -0
- package/out/_next/static/chunks/turbopack-1eymghczt7xa6.js +1 -0
- package/out/_next/static/chunks/turbopack-1g54o3vx9b89_.js +1 -0
- package/out/_next/static/chunks/turbopack-1m692rsdwiawo.js +1 -0
- package/out/_next/static/chunks/turbopack-1mm7vtvpd13ez.js +1 -0
- package/out/_next/static/chunks/turbopack-1mpj4cwcr142-.js +1 -0
- package/out/_next/static/chunks/turbopack-1r78bk7u_h8wj.js +1 -0
- package/out/_next/static/chunks/turbopack-1r7fkywendzls.js +1 -0
- package/out/_next/static/chunks/turbopack-1rd9nl8tzd7mh.js +1 -0
- package/out/_next/static/chunks/turbopack-22rm65gb-fb5f.js +1 -0
- package/out/_next/static/chunks/turbopack-25vthc1ebxwmp.js +1 -0
- package/out/_next/static/chunks/turbopack-270o4xzuhcrx0.js +1 -0
- package/out/_next/static/chunks/turbopack-28xworku-1n7z.js +1 -0
- package/out/_next/static/chunks/turbopack-29flyuxccgrne.js +1 -0
- package/out/_next/static/chunks/turbopack-29srldogp40c5.js +1 -0
- package/out/_next/static/chunks/turbopack-2_6wg5anpoge7.js +1 -0
- package/out/_next/static/chunks/turbopack-2bj5y06eussh4.js +1 -0
- package/out/_next/static/chunks/turbopack-2fn9x-4hydbz0.js +1 -0
- package/out/_next/static/chunks/turbopack-2fuo3f3fu4s_7.js +1 -0
- package/out/_next/static/chunks/turbopack-2hl0oouvcl1z1.js +1 -0
- package/out/_next/static/chunks/turbopack-2n2hy492yai1a.js +1 -0
- package/out/_next/static/chunks/turbopack-2p5bsfgvhhojm.js +1 -0
- package/out/_next/static/chunks/turbopack-2rbboc86ezfbu.js +1 -0
- package/out/_next/static/chunks/turbopack-2s2n1a40z_nc8.js +1 -0
- package/out/_next/static/chunks/turbopack-3383eobamf6qf.js +1 -0
- package/out/_next/static/chunks/turbopack-3ef9ygfxmresk.js +1 -0
- package/out/_next/static/chunks/turbopack-3gcd1fazu0e6k.js +1 -0
- package/out/_next/static/chunks/turbopack-3jhuq-3ckq-kq.js +1 -0
- package/out/_next/static/chunks/turbopack-3k39kfzuaitd7.js +1 -0
- package/out/_next/static/chunks/turbopack-3l628cr68ep0q.js +1 -0
- package/out/_next/static/chunks/turbopack-3pajnpuxg-oo4.js +1 -0
- package/out/_next/static/chunks/turbopack-3pb9kv0yc_t53.js +1 -0
- package/out/_next/static/chunks/turbopack-3qe4ztycky7v0.js +1 -0
- package/out/_next/static/chunks/turbopack-3soc2g2pyqtpz.js +1 -0
- package/out/_next/static/chunks/turbopack-3tgiyd018trw3.js +1 -0
- package/out/_next/static/chunks/turbopack-3tml7qmypxr6t.js +1 -0
- package/out/_next/static/chunks/turbopack-3vvw42_0j2__s.js +1 -0
- package/out/_next/static/chunks/turbopack-3xhkblxlca6x1.js +1 -0
- package/out/_next/static/chunks/turbopack-3xz6yhttw8te6.js +1 -0
- package/out/_next/static/chunks/turbopack-3zxdh674077s0.js +1 -0
- package/out/_next/static/chunks/turbopack-4258ul_qgxg3-.js +1 -0
- package/out/_next/static/chunks/turbopack-42gir6e579247.js +1 -0
- package/out/_next/static/chunks/turbopack-42m_zup5_jxr9.js +1 -0
- package/out/_next/static/plNLzDs1uuSExXpN_uubP/_buildManifest.js +258 -0
- package/out/_offline/index.html +2 -2
- package/out/account/forgot-password/index.html +2 -2
- package/out/account/index.html +2 -2
- package/out/assortments/AssortmentDetailPage/index.html +2 -2
- package/out/assortments/index.html +2 -2
- package/out/assortments/new/index.html +2 -2
- package/out/copilot/index.html +2 -2
- package/out/country/CountryDetailPage/index.html +2 -2
- package/out/country/index.html +2 -2
- package/out/country/new/index.html +2 -2
- package/out/currency/CurrencyDetailPage/index.html +2 -2
- package/out/currency/index.html +2 -2
- package/out/currency/new/index.html +2 -2
- package/out/delivery-provider/DeliveryProviderDetailPage/index.html +2 -2
- package/out/delivery-provider/index.html +2 -2
- package/out/delivery-provider/new/index.html +2 -2
- package/out/enrollments/EnrollmentDetailPage/index.html +2 -2
- package/out/enrollments/index.html +2 -2
- package/out/events/EventDetailPage/index.html +2 -2
- package/out/events/index.html +2 -2
- package/out/exports/index.html +2 -2
- package/out/external/index.html +2 -2
- package/out/filters/FilterDetailPage/index.html +2 -2
- package/out/filters/index.html +2 -2
- package/out/filters/new/index.html +2 -2
- package/out/index.html +2 -2
- package/out/install/index.html +2 -2
- package/out/language/LanguageDetailPage/index.html +2 -2
- package/out/language/index.html +2 -2
- package/out/language/new/index.html +2 -2
- package/out/log-in/index.html +2 -2
- package/out/orders/OrderDetailPage/index.html +2 -2
- package/out/orders/index.html +2 -2
- package/out/payment-provider/PaymentProviderDetailPage/index.html +2 -2
- package/out/payment-provider/index.html +2 -2
- package/out/payment-provider/new/index.html +2 -2
- package/out/products/ProductDetailPage/index.html +2 -2
- package/out/products/index.html +2 -2
- package/out/products/new/index.html +2 -2
- package/out/quotations/QuotationDetailPage/index.html +2 -2
- package/out/quotations/index.html +2 -2
- package/out/reset-password/index.html +2 -2
- package/out/sign-up/index.html +2 -2
- package/out/styleguide/index.html +2 -2
- package/out/tokens/TokenDetailPage/index.html +2 -2
- package/out/tokens/index.html +2 -2
- package/out/users/UserDetailPage/index.html +2 -2
- package/out/users/index.html +2 -2
- package/out/users/new/index.html +2 -2
- package/out/verify-email/index.html +2 -2
- package/out/warehousing-provider/WarehousingProviderDetailPage/index.html +2 -2
- package/out/warehousing-provider/index.html +2 -2
- package/out/warehousing-provider/new/index.html +2 -2
- package/out/works/WorkDetailPage/index.html +2 -2
- package/out/works/WorkQueueListView/index.html +2 -2
- package/out/works/index.html +2 -2
- package/out/works/management/index.html +2 -2
- package/package.json +15 -15
- package/out/_next/static/chunks/0-5fyr7499zt-.js +0 -1
- package/out/_next/static/chunks/0-fh37zk913w7.js +0 -13
- package/out/_next/static/chunks/008lcuc11zfte.js +0 -43
- package/out/_next/static/chunks/016okam34efcb.js +0 -81
- package/out/_next/static/chunks/02vbc6plhv4r5.js +0 -384
- package/out/_next/static/chunks/03vpe61v8f-gu.js +0 -342
- package/out/_next/static/chunks/046r7jg73yrg4.js +0 -7
- package/out/_next/static/chunks/0476m35sf_p60.js +0 -147
- package/out/_next/static/chunks/04eely9r7xy_m.js +0 -12
- package/out/_next/static/chunks/05x_nq6c7164m.js +0 -1
- package/out/_next/static/chunks/06e1aw5kfb7xi.js +0 -5
- package/out/_next/static/chunks/083qufblh7mjm.js +0 -1
- package/out/_next/static/chunks/08k08iasjrir_.js +0 -31
- package/out/_next/static/chunks/09z9--qr2tkcu.js +0 -288
- package/out/_next/static/chunks/0_zceuhyoka_a.js +0 -110
- package/out/_next/static/chunks/0aj0bvtuku7d_.js +0 -291
- package/out/_next/static/chunks/0altoqexicqbh.js +0 -1
- package/out/_next/static/chunks/0dbwh_dc2wx4a.js +0 -288
- package/out/_next/static/chunks/0es-a44yzoi_c.js +0 -3
- package/out/_next/static/chunks/0h2609m294ysz.js +0 -41
- package/out/_next/static/chunks/0hgd0co23t_8i.js +0 -1
- package/out/_next/static/chunks/0hq1mco02oyfu.js +0 -15
- package/out/_next/static/chunks/0idef676w-1dr.js +0 -22
- package/out/_next/static/chunks/0ivn6vm7qrjvq.js +0 -1
- package/out/_next/static/chunks/0j01zkyli64rz.js +0 -14
- package/out/_next/static/chunks/0j1q0r96xzpzy.js +0 -46
- package/out/_next/static/chunks/0jian6h40drni.js +0 -13
- package/out/_next/static/chunks/0lt88y29dqxzp.js +0 -807
- package/out/_next/static/chunks/0m4bdyytr95sc.js +0 -177
- package/out/_next/static/chunks/0m7b5siv8r0ut.js +0 -1
- package/out/_next/static/chunks/0mpudwrx5wimh.js +0 -12
- package/out/_next/static/chunks/0nocitcg_prcn.js +0 -12
- package/out/_next/static/chunks/0nxlx7tthmg78.js +0 -31
- package/out/_next/static/chunks/0owtren6z_d3d.js +0 -15
- package/out/_next/static/chunks/0pc76ldf1jpm5.js +0 -807
- package/out/_next/static/chunks/0qchl2kwxk5_b.js +0 -9
- package/out/_next/static/chunks/0qxzncya34yzs.js +0 -135
- package/out/_next/static/chunks/0s1c1ap63wp7w.js +0 -1
- package/out/_next/static/chunks/0semy5tiq3zfa.js +0 -217
- package/out/_next/static/chunks/0sy4g9cj0c0nw.js +0 -1
- package/out/_next/static/chunks/0uvf4fw2u8xlt.js +0 -1
- package/out/_next/static/chunks/0v8wplj4_g1yk.js +0 -14
- package/out/_next/static/chunks/0vsekcvrno4r-.js +0 -12
- package/out/_next/static/chunks/0vskxstx7o46u.js +0 -200
- package/out/_next/static/chunks/0w90onmzd_9vo.js +0 -5
- package/out/_next/static/chunks/0winpgp117o2-.js +0 -14
- package/out/_next/static/chunks/0wooaklx8_14q.js +0 -1
- package/out/_next/static/chunks/0wq-kibsj03f4.js +0 -3
- package/out/_next/static/chunks/0x3i8esz6im79.js +0 -12
- package/out/_next/static/chunks/0xcsxtbxsj1ez.js +0 -807
- package/out/_next/static/chunks/0xmblnoqgtm4c.js +0 -13
- package/out/_next/static/chunks/0y9-ayhjhhngf.js +0 -101
- package/out/_next/static/chunks/0ysqpo9mvr0zd.js +0 -15
- package/out/_next/static/chunks/1-3-xh5bp6iml.js +0 -12
- package/out/_next/static/chunks/10a6m_uzed9ah.js +0 -7
- package/out/_next/static/chunks/110t5i029b2k2.js +0 -15
- package/out/_next/static/chunks/11p5hx0zojiun.js +0 -14
- package/out/_next/static/chunks/11tlxn06pl0v_.js +0 -807
- package/out/_next/static/chunks/1256wg-50z130.js +0 -224
- package/out/_next/static/chunks/12tyi7_yn5xtz.js +0 -13
- package/out/_next/static/chunks/14u7jeuqdz0nk.js +0 -108
- package/out/_next/static/chunks/14voa-w_qaloy.js +0 -10
- package/out/_next/static/chunks/151znlrk2b4e5.js +0 -61
- package/out/_next/static/chunks/1527ha2whtazw.js +0 -88
- package/out/_next/static/chunks/16dj7dz5shhv_.js +0 -1
- package/out/_next/static/chunks/17gp91vlnlpn7.js +0 -346
- package/out/_next/static/chunks/17h2_757nwv56.js +0 -807
- package/out/_next/static/chunks/18609lny07j4e.js +0 -1
- package/out/_next/static/chunks/18keiz8xbbpkq.js +0 -26
- package/out/_next/static/chunks/18pkchouqfxun.js +0 -1
- package/out/_next/static/chunks/199mkuw023v8s.js +0 -144
- package/out/_next/static/chunks/19wuto_c4vh0r.js +0 -1
- package/out/_next/static/chunks/1_evskl07e2cf.js +0 -132
- package/out/_next/static/chunks/1_pteaeq2-av2.js +0 -807
- package/out/_next/static/chunks/1_q3-gzp0dk5q.js +0 -59
- package/out/_next/static/chunks/1bhgl08k6mpqv.js +0 -103
- package/out/_next/static/chunks/1dr9_l25_z_bx.js +0 -1
- package/out/_next/static/chunks/1ec3to11jffvy.js +0 -10
- package/out/_next/static/chunks/1ev76ynqrcgrk.js +0 -1
- package/out/_next/static/chunks/1f3f0m0y4umue.js +0 -1
- package/out/_next/static/chunks/1gg4cjedszfwk.js +0 -13
- package/out/_next/static/chunks/1h1pt2-va82sv.js +0 -13
- package/out/_next/static/chunks/1jhqf1cmlc7pe.js +0 -16
- package/out/_next/static/chunks/1ji3672n2x2p1.js +0 -1
- package/out/_next/static/chunks/1jifp8h0xxr5a.js +0 -1
- package/out/_next/static/chunks/1jqnrnw0p9tw5.js +0 -1
- package/out/_next/static/chunks/1jtbcag00kp9r.js +0 -90
- package/out/_next/static/chunks/1kytgf0whx_qo.js +0 -14
- package/out/_next/static/chunks/1l2mamh-5uwio.js +0 -1
- package/out/_next/static/chunks/1l8j-zb8_9nsi.js +0 -1
- package/out/_next/static/chunks/1m_5ag79zi_f9.js +0 -14
- package/out/_next/static/chunks/1mnpt-bd73euh.js +0 -807
- package/out/_next/static/chunks/1mwnl27etu8p6.js +0 -1
- package/out/_next/static/chunks/1n0nlm7kpcww-.js +0 -61
- package/out/_next/static/chunks/1n3mdw-qdco80.js +0 -8
- package/out/_next/static/chunks/1nbgbej8adbrl.js +0 -188
- package/out/_next/static/chunks/1nj8g7amact5j.js +0 -8
- package/out/_next/static/chunks/1nzeajwrffqt9.js +0 -1
- package/out/_next/static/chunks/1oa-sp6_nb4s7.js +0 -119
- package/out/_next/static/chunks/1ocvav-_1h1ar.js +0 -13
- package/out/_next/static/chunks/1okn_q5vylut9.js +0 -384
- package/out/_next/static/chunks/1p8vfdg0fsork.js +0 -1
- package/out/_next/static/chunks/1qned-0hap5wh.js +0 -1
- package/out/_next/static/chunks/1tj0_95clq0gz.js +0 -13
- package/out/_next/static/chunks/1tss29yg71n68.js +0 -26
- package/out/_next/static/chunks/1uxu8tui0bawr.js +0 -286
- package/out/_next/static/chunks/1viswjqhymg_v.js +0 -836
- package/out/_next/static/chunks/1vt4kev5t-rtb.js +0 -16
- package/out/_next/static/chunks/1vvgg1k4ox4hs.js +0 -20
- package/out/_next/static/chunks/1vvpmer7-2bqu.js +0 -73
- package/out/_next/static/chunks/1w-zy6fc2ehco.js +0 -1
- package/out/_next/static/chunks/1x-mhg4wgh8xs.js +0 -1
- package/out/_next/static/chunks/1x4ypu6tmfyhg.js +0 -14
- package/out/_next/static/chunks/1y4f465xdm5b5.js +0 -50
- package/out/_next/static/chunks/2--jjxpscypa2.js +0 -31
- package/out/_next/static/chunks/2-dekw6fz0zyy.js +0 -137
- package/out/_next/static/chunks/20wpn0cmj1uyu.js +0 -7
- package/out/_next/static/chunks/223ol_txid_e9.js +0 -227
- package/out/_next/static/chunks/22myl2_m23rb-.js +0 -596
- package/out/_next/static/chunks/23o_a2htnomyg.js +0 -43
- package/out/_next/static/chunks/26430jr5_zhmz.js +0 -193
- package/out/_next/static/chunks/26apkiljp9y8j.js +0 -23
- package/out/_next/static/chunks/26fgtdpouev8j.js +0 -1
- package/out/_next/static/chunks/26jxcw998t9wn.js +0 -10
- package/out/_next/static/chunks/26vkx8q85z8r4.js +0 -1
- package/out/_next/static/chunks/279v6ulm8bak8.js +0 -13
- package/out/_next/static/chunks/27c0k45sjypl5.js +0 -138
- package/out/_next/static/chunks/27xa29kcgotjt.js +0 -11
- package/out/_next/static/chunks/28l8pqb5msman.js +0 -142
- package/out/_next/static/chunks/2_t9cm2tzlx6m.js +0 -1
- package/out/_next/static/chunks/2bejn7kgdoibj.js +0 -16
- package/out/_next/static/chunks/2bgk94-v9p3zh.js +0 -5
- package/out/_next/static/chunks/2c1gkwwv20spk.js +0 -384
- package/out/_next/static/chunks/2cykgzchwdf8h.js +0 -13
- package/out/_next/static/chunks/2d2xdaq--g766.js +0 -342
- package/out/_next/static/chunks/2dwssdhayrajs.js +0 -807
- package/out/_next/static/chunks/2ghls3qe3puh7.js +0 -1
- package/out/_next/static/chunks/2h88_6ug5c-64.js +0 -46
- package/out/_next/static/chunks/2i__ckq4rpsy-.js +0 -16
- package/out/_next/static/chunks/2k7cmes14f81v.js +0 -14
- package/out/_next/static/chunks/2kcgr1_1bt0ja.js +0 -13
- package/out/_next/static/chunks/2kw8sncead6q1.js +0 -1
- package/out/_next/static/chunks/2kx374mbbo2fx.js +0 -23
- package/out/_next/static/chunks/2l05fni6rturu.js +0 -324
- package/out/_next/static/chunks/2lickweqd0ttc.js +0 -16
- package/out/_next/static/chunks/2lpu0fgihk_1a.js +0 -1
- package/out/_next/static/chunks/2n37m9ums7yxo.js +0 -209
- package/out/_next/static/chunks/2ndzew-ih0j7o.js +0 -1
- package/out/_next/static/chunks/2ng7fu4nip4iz.js +0 -13
- package/out/_next/static/chunks/2npbjddbiwni8.js +0 -87
- package/out/_next/static/chunks/2nqaesgt8e-dq.js +0 -807
- package/out/_next/static/chunks/2nwi9ew7sgrj3.js +0 -2
- package/out/_next/static/chunks/2onyw1yt2zm92.js +0 -103
- package/out/_next/static/chunks/2ovkbxsq5d7zw.js +0 -101
- package/out/_next/static/chunks/2p2c9lu_w9xpm.js +0 -1
- package/out/_next/static/chunks/2p56h7y83ga43.js +0 -173
- package/out/_next/static/chunks/2q14v90xec8c3.js +0 -188
- package/out/_next/static/chunks/2tuoxofyqz54_.js +0 -12
- package/out/_next/static/chunks/2vg32f3cpxij2.js +0 -1
- package/out/_next/static/chunks/2vkhxhpfyjmdo.js +0 -14
- package/out/_next/static/chunks/2vtw28_by1t1w.js +0 -13
- package/out/_next/static/chunks/2w9yaommb4zvu.js +0 -36
- package/out/_next/static/chunks/2x-arnbqxh83-.js +0 -21
- package/out/_next/static/chunks/2x05qm5tand4y.js +0 -17
- package/out/_next/static/chunks/2y7sjkehompze.js +0 -32
- package/out/_next/static/chunks/2yme0y_2pzj9n.js +0 -44
- package/out/_next/static/chunks/30dk0bk_p44ir.js +0 -905
- package/out/_next/static/chunks/31eux-b8vx_2o.js +0 -596
- package/out/_next/static/chunks/31kcvq4mpuk-n.js +0 -8
- package/out/_next/static/chunks/32iahzknlfas2.js +0 -1
- package/out/_next/static/chunks/32l0f9qsyr70b.js +0 -1
- package/out/_next/static/chunks/32lrbx2g2oi58.js +0 -1
- package/out/_next/static/chunks/33lr5t1t8hzsu.js +0 -15
- package/out/_next/static/chunks/34erk-605s-mm.js +0 -1
- package/out/_next/static/chunks/3586ibuscee3p.js +0 -22
- package/out/_next/static/chunks/36vha92ibdqa5.js +0 -12
- package/out/_next/static/chunks/37clktwywpajv.js +0 -1
- package/out/_next/static/chunks/37s4hnkf3fb_y.js +0 -807
- package/out/_next/static/chunks/37sa01ltf42fy.js +0 -13
- package/out/_next/static/chunks/38afjslqo-ezj.js +0 -8
- package/out/_next/static/chunks/38bczx6d8d6lo.js +0 -5
- package/out/_next/static/chunks/3a0mg8mbspn1l.js +0 -46
- package/out/_next/static/chunks/3blt-diyq-naw.js +0 -14
- package/out/_next/static/chunks/3ciz0xpu_rprn.js +0 -119
- package/out/_next/static/chunks/3e35x8fg5e3pv.js +0 -60
- package/out/_next/static/chunks/3f0cric2zcwaa.js +0 -22
- package/out/_next/static/chunks/3f2jxhatqetvc.js +0 -807
- package/out/_next/static/chunks/3fj61jbc190pd.js +0 -13
- package/out/_next/static/chunks/3fq6z0s1jshzn.js +0 -15
- package/out/_next/static/chunks/3g4cm3-yeecm2.js +0 -44
- package/out/_next/static/chunks/3h3tsq4-en0ds.js +0 -51
- package/out/_next/static/chunks/3hu6bowb801qu.js +0 -73
- package/out/_next/static/chunks/3jv6te4pgio0l.js +0 -20
- package/out/_next/static/chunks/3kml-ussugoev.js +0 -15
- package/out/_next/static/chunks/3l02yeb2txq56.js +0 -137
- package/out/_next/static/chunks/3ldab1ofpij6b.js +0 -19
- package/out/_next/static/chunks/3lvyfkgg8oenq.js +0 -13
- package/out/_next/static/chunks/3mflhqmkkt1mw.js +0 -807
- package/out/_next/static/chunks/3nvwtolqxr_ge.js +0 -1
- package/out/_next/static/chunks/3o4iqy5pws1z9.js +0 -1
- package/out/_next/static/chunks/3pr2jl059hr6b.js +0 -22
- package/out/_next/static/chunks/3qz-e8u_rngvz.js +0 -1
- package/out/_next/static/chunks/3t_1dfdqi26e9.js +0 -18
- package/out/_next/static/chunks/3tl7_-7zqlvzg.js +0 -12
- package/out/_next/static/chunks/3tvg8ygnthkjr.js +0 -16
- package/out/_next/static/chunks/3v36muwibbmij.js +0 -58
- package/out/_next/static/chunks/3x304g0u9phqv.js +0 -51
- package/out/_next/static/chunks/40ang7smtylgf.css +0 -1
- package/out/_next/static/chunks/40j1w9hi4os9m.js +0 -66
- package/out/_next/static/chunks/40kd8woagvta6.js +0 -471
- package/out/_next/static/chunks/42xkht0rt6xf_.js +0 -12
- package/out/_next/static/chunks/43a7fwbiu6x-5.js +0 -13
- package/out/_next/static/chunks/43uz-_umdm9hg.js +0 -50
- package/out/_next/static/chunks/44cjcus7fzro2.js +0 -5
- package/out/_next/static/chunks/45cbkkq5ja1gw.js +0 -15
- package/out/_next/static/chunks/turbopack-060-1ln7tnj_o.js +0 -1
- package/out/_next/static/chunks/turbopack-06b_rq-xsg8x-.js +0 -1
- package/out/_next/static/chunks/turbopack-07j_ygzde0ibk.js +0 -1
- package/out/_next/static/chunks/turbopack-083kyitc50o38.js +0 -1
- package/out/_next/static/chunks/turbopack-090en30hq-ziw.js +0 -1
- package/out/_next/static/chunks/turbopack-0_j93cg1w4d7-.js +0 -1
- package/out/_next/static/chunks/turbopack-0_rslss3ulvpt.js +0 -1
- package/out/_next/static/chunks/turbopack-0bujhjoujrelz.js +0 -1
- package/out/_next/static/chunks/turbopack-0fneu371vdjf1.js +0 -1
- package/out/_next/static/chunks/turbopack-0fnocyew0acyq.js +0 -1
- package/out/_next/static/chunks/turbopack-0fr9xmcpxfoqa.js +0 -1
- package/out/_next/static/chunks/turbopack-0j5di01a8gcxh.js +0 -1
- package/out/_next/static/chunks/turbopack-0j_pfj3li7kkn.js +0 -1
- package/out/_next/static/chunks/turbopack-0jh0k3boktvim.js +0 -1
- package/out/_next/static/chunks/turbopack-0kwipuq5-xmz3.js +0 -1
- package/out/_next/static/chunks/turbopack-0m8f237bj0h96.js +0 -1
- package/out/_next/static/chunks/turbopack-0n7sl47ktn9hk.js +0 -1
- package/out/_next/static/chunks/turbopack-0w37q33v5-6zm.js +0 -1
- package/out/_next/static/chunks/turbopack-1-j7m49r309x4.js +0 -1
- package/out/_next/static/chunks/turbopack-10nzf9877-okq.js +0 -1
- package/out/_next/static/chunks/turbopack-11yslp77vs6mo.js +0 -1
- package/out/_next/static/chunks/turbopack-12kl06t32c8h5.js +0 -1
- package/out/_next/static/chunks/turbopack-15ck0zsoo17qk.js +0 -1
- package/out/_next/static/chunks/turbopack-15z1m4_0bv4zo.js +0 -1
- package/out/_next/static/chunks/turbopack-17hgg9dccrviq.js +0 -1
- package/out/_next/static/chunks/turbopack-17mnrbrw40xul.js +0 -1
- package/out/_next/static/chunks/turbopack-1_alzj1dxez-l.js +0 -1
- package/out/_next/static/chunks/turbopack-1_ij44qvn9x25.js +0 -1
- package/out/_next/static/chunks/turbopack-1c3d9r9igrmgh.js +0 -1
- package/out/_next/static/chunks/turbopack-1cm654d1pgdmv.js +0 -1
- package/out/_next/static/chunks/turbopack-1dzfw_agzw78l.js +0 -1
- package/out/_next/static/chunks/turbopack-1e49xkg-hxkgw.js +0 -1
- package/out/_next/static/chunks/turbopack-1es07ppdqhn8l.js +0 -1
- package/out/_next/static/chunks/turbopack-1hz-oep9si1n4.js +0 -1
- package/out/_next/static/chunks/turbopack-1jsw2ikqqzdii.js +0 -1
- package/out/_next/static/chunks/turbopack-1kl8gahvsru18.js +0 -1
- package/out/_next/static/chunks/turbopack-1lzj42w3ao9lv.js +0 -1
- package/out/_next/static/chunks/turbopack-1nfsu5t6wryjs.js +0 -1
- package/out/_next/static/chunks/turbopack-1sqpspyd-b_u8.js +0 -1
- package/out/_next/static/chunks/turbopack-1u2b1ku-xxpld.js +0 -1
- package/out/_next/static/chunks/turbopack-1yguzhp-196yl.js +0 -1
- package/out/_next/static/chunks/turbopack-216mhl7lyker7.js +0 -1
- package/out/_next/static/chunks/turbopack-251iteu80yhxd.js +0 -1
- package/out/_next/static/chunks/turbopack-268fyi4wvgswd.js +0 -1
- package/out/_next/static/chunks/turbopack-2_w410r5zju-r.js +0 -1
- package/out/_next/static/chunks/turbopack-2a85b71rfv1vo.js +0 -1
- package/out/_next/static/chunks/turbopack-2e_abq5410ocm.js +0 -1
- package/out/_next/static/chunks/turbopack-2jptw2odupw9z.js +0 -1
- package/out/_next/static/chunks/turbopack-2n5cgk5tdnyrr.js +0 -1
- package/out/_next/static/chunks/turbopack-2qh9qcni48nfb.js +0 -1
- package/out/_next/static/chunks/turbopack-2vs1uxhibnike.js +0 -1
- package/out/_next/static/chunks/turbopack-2ysbeqfuzoqya.js +0 -1
- package/out/_next/static/chunks/turbopack-30nunvblnhi54.js +0 -1
- package/out/_next/static/chunks/turbopack-32v2pq35jf6zj.js +0 -1
- package/out/_next/static/chunks/turbopack-32zc13tm-_v-k.js +0 -1
- package/out/_next/static/chunks/turbopack-3_a0ktgrf9wjr.js +0 -1
- package/out/_next/static/chunks/turbopack-3a-4by2ed-ay-.js +0 -1
- package/out/_next/static/chunks/turbopack-3a2_b3fds1ev0.js +0 -1
- package/out/_next/static/chunks/turbopack-3nry4c4egh21l.js +0 -1
- package/out/_next/static/chunks/turbopack-3oydg87ftdlr2.js +0 -1
- package/out/_next/static/chunks/turbopack-3rxchig-6vsve.js +0 -1
- package/out/_next/static/chunks/turbopack-42frj4xnxg40e.js +0 -1
- package/out/_next/static/chunks/turbopack-44efn8-0a_co0.js +0 -1
- package/out/_next/static/fPE_xRhmnMCMvI-EidMrb/_buildManifest.js +0 -258
- /package/out/_next/static/{fPE_xRhmnMCMvI-EidMrb → plNLzDs1uuSExXpN_uubP}/_clientMiddlewareManifest.js +0 -0
- /package/out/_next/static/{fPE_xRhmnMCMvI-EidMrb → plNLzDs1uuSExXpN_uubP}/_ssgManifest.js +0 -0
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unchainedshop/admin-ui",
|
|
3
3
|
"license": "EUPL-1.2",
|
|
4
|
-
"version": "4.8.
|
|
4
|
+
"version": "4.8.20",
|
|
5
5
|
"description": "Unchained Commerce Admin UI Template",
|
|
6
6
|
"main": "./out/index.html",
|
|
7
7
|
"files": [
|
|
@@ -39,20 +39,20 @@
|
|
|
39
39
|
"Mikael Araya Mengistu <mikael@unchained.shop> (http://www.unchained.shop)"
|
|
40
40
|
],
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@ai-sdk/react": "^
|
|
43
|
-
"@apollo/client": "^4.
|
|
42
|
+
"@ai-sdk/react": "^4.0.76",
|
|
43
|
+
"@apollo/client": "^4.2.12",
|
|
44
44
|
"@dnd-kit/core": "^6.3.1",
|
|
45
45
|
"@dnd-kit/sortable": "^10.0.0",
|
|
46
46
|
"@dnd-kit/utilities": "^3.2.2",
|
|
47
47
|
"@eslint/js": "^10.0.0",
|
|
48
|
-
"@formatjs/cli": "^6.
|
|
48
|
+
"@formatjs/cli": "^6.16.19",
|
|
49
49
|
"@formatjs/intl-pluralrules": "^6.0.1",
|
|
50
50
|
"@formatjs/intl-relativetimeformat": "^12.0.2",
|
|
51
51
|
"@graphql-codegen/cli": "^7.0.0",
|
|
52
52
|
"@graphql-codegen/typescript-operations": "^6.0.2",
|
|
53
53
|
"@headlessui/react": "^2.2.9",
|
|
54
54
|
"@heroicons/react": "^2.2.0",
|
|
55
|
-
"@next/eslint-plugin-next": "^16.
|
|
55
|
+
"@next/eslint-plugin-next": "^16.3.1",
|
|
56
56
|
"@tailwindcss/forms": "^0.5.10",
|
|
57
57
|
"@tailwindcss/postcss": "^4.1.18",
|
|
58
58
|
"@tailwindcss/typography": "^0.5.19",
|
|
@@ -60,32 +60,32 @@
|
|
|
60
60
|
"@types/react": "^19.2.7",
|
|
61
61
|
"@typescript-eslint/eslint-plugin": "^8.43.0",
|
|
62
62
|
"@typescript-eslint/parser": "^8.43.0",
|
|
63
|
-
"ai": "^
|
|
63
|
+
"ai": "^7.0.73",
|
|
64
64
|
"classnames": "^2.5.1",
|
|
65
65
|
"clsx": "^2.1.1",
|
|
66
|
-
"cypress": "^15.
|
|
66
|
+
"cypress": "^15.21.0",
|
|
67
67
|
"d3": "^7.9.0",
|
|
68
68
|
"date-fns": "^4.1.0",
|
|
69
69
|
"date-fns-tz": "^3.2.0",
|
|
70
70
|
"deepmerge": "^4.3.1",
|
|
71
71
|
"eslint": "^10.0.0",
|
|
72
72
|
"eslint-config-prettier": "^10.1.8",
|
|
73
|
-
"eslint-plugin-cypress": "^
|
|
74
|
-
"eslint-plugin-formatjs": "^6.0
|
|
73
|
+
"eslint-plugin-cypress": "^7.0.0",
|
|
74
|
+
"eslint-plugin-formatjs": "^6.5.0",
|
|
75
75
|
"eslint-plugin-prettier": "^5.5.4",
|
|
76
76
|
"formik": "^2.4.9",
|
|
77
77
|
"globals": "^17.0.0",
|
|
78
|
-
"graphql": "^
|
|
79
|
-
"intl-messageformat": "^11.
|
|
78
|
+
"graphql": "^17.0.2",
|
|
79
|
+
"intl-messageformat": "^11.2.14",
|
|
80
80
|
"lodash.isequal": "^4.5.0",
|
|
81
|
-
"lucide-react": "^1.
|
|
82
|
-
"next": "^16.
|
|
81
|
+
"lucide-react": "^1.33.0",
|
|
82
|
+
"next": "^16.3.1",
|
|
83
83
|
"npm-run-all": "^4.1.5",
|
|
84
|
-
"papaparse": "^5.
|
|
84
|
+
"papaparse": "^5.6.0",
|
|
85
85
|
"prettier": "^3.7.4",
|
|
86
86
|
"react": "19.2",
|
|
87
87
|
"react-dom": "19.2",
|
|
88
|
-
"react-intl": "^10.1.
|
|
88
|
+
"react-intl": "^10.1.22",
|
|
89
89
|
"react-is": "19.2",
|
|
90
90
|
"react-markdown": "^10.1.0",
|
|
91
91
|
"react-select": "^5.10.2",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
(globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,83147,e=>{"use strict";let t=e=>e&&e?.split(",").reduce((e,t)=>{let[r=null,a=null]=(t||"")?.split("_")||[];return{...e,[r]:a}},null)||{};e.s(["classNames",0,(...e)=>e.filter(Boolean).join(" "),"convertSortFieldsToQueryFormat",0,e=>Object.entries(t(e))?.map(([e,t])=>({key:e,value:t})),"getInterfaceLabel",0,e=>e?.label&&e?.version?`${e.label} ${e.version}`:"","getSortKeys",0,t,"normalizeCountryISOCode",0,(e,t,r=!0)=>{if(!t)return"";try{return`${new Intl.DisplayNames([e],{type:"region"}).of(t)} ${r?`(${t})`:""}`}catch{return t}},"normalizeCurrencyISOCode",0,(e,t,r=!0)=>{if(!t)return"";try{return`${new Intl.DisplayNames([e],{type:"currency"}).of(t)} ${r?`(${t})`:""}`}catch{return t}},"normalizeLanguageISOCode",0,(e,t,r=!0)=>{if(!t)return"";try{return`${new Intl.DisplayNames([e],{type:"language"}).of(t)} ${r?`(${t})`:""}`}catch{return t}},"normalizeQuery",0,(e,t,r)=>{let a;return a=r?{...e,[r]:t}:e,Object.keys(a)?.map(e=>[e,a[e]].join("="))?.join("&")},"useFormatPrice",0,()=>({formatPrice:e=>{if(!e?.currencyCode)return"n/a";if(e?.amount===void 0||e?.amount===null)return"";let{amount:t,currencyCode:r}=e||{};return new Intl.NumberFormat(navigator.language,{style:"currency",currency:r}).format(t/100)}})])},60193,e=>{"use strict";let t={red:{bg:{50:"bg-rose-50 dark:bg-rose-900/20",100:"bg-rose-100 dark:bg-rose-900/30",200:"bg-rose-200",300:"bg-rose-300 dark:bg-rose-900/30",400:"bg-rose-400",500:"bg-rose-500",600:"bg-rose-600",700:"bg-rose-700",800:"bg-rose-800",900:"bg-rose-900"},text:{50:"text-rose-50",100:"text-rose-100",200:"text-rose-200",300:"text-rose-300",400:"text-rose-400 dark:text-rose-300",500:"text-rose-500",600:"text-rose-600 dark:text-rose-400",700:"text-rose-700 dark:text-rose-300",800:"text-rose-800 dark:text-rose-200",900:"text-rose-900"},border:{50:"border-rose-50",100:"border-rose-100",200:"border-rose-200 dark:border-rose-800",300:"border-rose-300 dark:border-rose-700",400:"border-rose-400 dark:border-rose-600",500:"border-rose-500",600:"border-rose-600",700:"border-rose-700",800:"border-rose-800",900:"border-rose-900"}},pink:{bg:{50:"bg-pink-50",100:"bg-pink-100",200:"bg-pink-200",300:"bg-pink-300",400:"bg-pink-400",500:"bg-pink-500",600:"bg-pink-600",700:"bg-pink-700",800:"bg-pink-800",900:"bg-pink-900"},text:{50:"text-pink-50",100:"text-pink-100",200:"text-pink-200",300:"text-pink-300",400:"text-pink-400",500:"text-pink-500",600:"text-pink-600",700:"text-pink-700",800:"text-pink-800",900:"text-pink-900"},border:{50:"border-pink-50",100:"border-pink-100",200:"border-pink-200",300:"border-pink-300",400:"border-pink-400",500:"border-pink-500",600:"border-pink-600",700:"border-pink-700",800:"border-pink-800",900:"border-pink-900"}},purple:{bg:{50:"bg-purple-50 dark:bg-purple-900/20",100:"bg-purple-100 dark:bg-purple-900/30",200:"bg-purple-200",300:"bg-purple-300",400:"bg-purple-400",500:"bg-purple-500",600:"bg-purple-600",700:"bg-purple-700",800:"bg-purple-800",900:"bg-purple-900"},text:{50:"text-purple-50",100:"text-purple-100",200:"text-purple-200",300:"text-purple-300",400:"text-purple-400 dark:text-purple-300",500:"text-purple-500",600:"text-purple-600 dark:text-purple-400",700:"text-purple-700",800:"text-purple-800 dark:text-purple-300",900:"text-purple-900"},border:{50:"border-purple-50",100:"border-purple-100",200:"border-purple-200 dark:border-purple-600",300:"border-purple-300 dark:border-purple-500",400:"border-purple-400 dark:border-purple-500",500:"border-purple-500",600:"border-purple-600",700:"border-purple-700",800:"border-purple-800",900:"border-purple-900"}},"deep-purple":{bg:{50:"bg-deep-purple-50",100:"bg-deep-purple-100",200:"bg-deep-purple-200",300:"bg-deep-purple-300",400:"bg-deep-purple-400",500:"bg-deep-purple-500",600:"bg-deep-purple-600",700:"bg-deep-purple-700",800:"bg-deep-purple-800",900:"bg-deep-purple-900"},text:{50:"text-deep-purple-50",100:"text-deep-purple-100",200:"text-deep-purple-200",300:"text-deep-purple-300",400:"text-deep-purple-400",500:"text-deep-purple-500",600:"text-deep-purple-600",700:"text-deep-purple-700",800:"text-deep-purple-800",900:"text-deep-purple-900"},border:{50:"border-deep-purple-50",100:"border-deep-purple-100",200:"border-deep-purple-200",300:"border-deep-purple-300",400:"border-deep-purple-400",500:"border-deep-purple-500",600:"border-deep-purple-600",700:"border-deep-purple-700",800:"border-deep-purple-800",900:"border-deep-purple-900"}},blue:{bg:{50:"bg-sky-50 dark:bg-sky-900/20",100:"bg-sky-100 dark:bg-sky-900/30",200:"bg-sky-200",300:"bg-sky-300",400:"bg-sky-400",500:"bg-sky-500",600:"bg-sky-600",700:"bg-sky-700",800:"bg-sky-800",900:"bg-sky-900"},text:{50:"text-sky-50",100:"text-sky-100",200:"text-sky-200",300:"text-sky-300",400:"text-sky-400 dark:text-sky-300",500:"text-sky-500",600:"text-sky-600 dark:text-sky-400",700:"text-sky-700 dark:text-sky-300",800:"text-sky-800 dark:text-sky-200",900:"text-sky-900"},border:{50:"border-sky-50",100:"border-sky-100",200:"border-sky-200 dark:border-sky-800",300:"border-sky-300 dark:border-sky-700",400:"border-sky-400 dark:border-sky-600",500:"border-sky-500",600:"border-sky-600",700:"border-sky-700",800:"border-sky-800",900:"border-sky-900"}},"light-blue":{bg:{50:"bg-sky-50",100:"bg-sky-100",200:"bg-sky-200",300:"bg-sky-300",400:"bg-sky-400",500:"bg-sky-500",600:"bg-sky-600",700:"bg-sky-700",800:"bg-sky-800",900:"bg-sky-900"},text:{50:"text-sky-50",100:"text-sky-100",200:"text-sky-200",300:"text-sky-300",400:"text-sky-400",500:"text-sky-500",600:"text-sky-600",700:"text-sky-700",800:"text-sky-800",900:"text-sky-900"},border:{50:"border-sky-50",100:"border-sky-100",200:"border-sky-200",300:"border-sky-300",400:"border-sky-400",500:"border-sky-500",600:"border-sky-600",700:"border-sky-700",800:"border-sky-800",900:"border-sky-900"}},indigo:{bg:{50:"bg-indigo-50",100:"bg-indigo-100",200:"bg-indigo-200",300:"bg-indigo-300",400:"bg-indigo-400",500:"bg-indigo-500",600:"bg-indigo-600",700:"bg-indigo-700",800:"bg-indigo-800",900:"bg-indigo-900"},text:{50:"text-indigo-50",100:"text-indigo-100",200:"text-indigo-200",300:"text-indigo-300",400:"text-indigo-400",500:"text-indigo-500",600:"text-indigo-600",700:"text-indigo-700",800:"text-indigo-800",900:"text-indigo-900"},border:{50:"border-indigo-50",100:"border-indigo-100",200:"border-indigo-200",300:"border-indigo-300",400:"border-indigo-400",500:"border-indigo-500",600:"border-indigo-600",700:"border-indigo-700",800:"border-indigo-800",900:"border-indigo-900"}},cyan:{bg:{50:"bg-cyan-50 dark:bg-cyan-900/20",100:"bg-cyan-100 dark:bg-cyan-900/30",200:"bg-cyan-200",300:"bg-cyan-300",400:"bg-cyan-400",500:"bg-cyan-500",600:"bg-cyan-600",700:"bg-cyan-700",800:"bg-cyan-800",900:"bg-cyan-900"},text:{50:"text-cyan-50",100:"text-cyan-100",200:"text-cyan-200",300:"text-cyan-300",400:"text-cyan-400 dark:text-cyan-300",500:"text-cyan-500",600:"text-cyan-600 dark:text-cyan-400",700:"text-cyan-700 dark:text-cyan-300",800:"text-cyan-800 dark:text-cyan-200",900:"text-cyan-900"},border:{50:"border-cyan-50",100:"border-cyan-100",200:"border-cyan-200 dark:border-cyan-800",300:"border-cyan-300 dark:border-cyan-700",400:"border-cyan-400 dark:border-cyan-600",500:"border-cyan-500",600:"border-cyan-600",700:"border-cyan-700",800:"border-cyan-800",900:"border-cyan-900"}},teal:{bg:{50:"bg-teal-50 dark:bg-teal-900/20",100:"bg-teal-100 dark:bg-teal-900/30",200:"bg-teal-200",300:"bg-teal-300",400:"bg-teal-400",500:"bg-teal-500",600:"bg-teal-600",700:"bg-teal-700",800:"bg-teal-800",900:"bg-teal-900"},text:{50:"text-teal-50",100:"text-teal-100",200:"text-teal-200",300:"text-teal-300",400:"text-teal-400 dark:text-teal-300",500:"text-teal-500",600:"text-teal-600 dark:text-teal-400",700:"text-teal-700 dark:text-teal-300",800:"text-teal-800 dark:text-teal-200",900:"text-teal-900"},border:{50:"border-teal-50",100:"border-teal-100",200:"border-teal-200 dark:border-teal-800",300:"border-teal-300 dark:border-teal-700",400:"border-teal-400 dark:border-teal-600",500:"border-teal-500",600:"border-teal-600",700:"border-teal-700",800:"border-teal-800",900:"border-teal-900"}},green:{bg:{50:"bg-emerald-50 dark:bg-emerald-900/20",100:"bg-emerald-50 dark:bg-emerald-900/30",200:"bg-emerald-200",300:"bg-emerald-300",400:"bg-emerald-400",500:"bg-emerald-500",600:"bg-emerald-600",700:"bg-emerald-700",800:"bg-emerald-800",900:"bg-emerald-900"},text:{50:"text-emerald-50",100:"text-emerald-100",200:"text-emerald-200",300:"text-emerald-300",400:"text-emerald-400",500:"text-emerald-500",600:"text-emerald-600 dark:text-emerald-400",700:"text-emerald-700 dark:text-emerald-300",800:"text-emerald-700 dark:text-emerald-300",900:"text-emerald-900"},border:{50:"border-emerald-50",100:"border-emerald-100",200:"border-emerald-200 dark:border-emerald-800",300:"border-emerald-300 dark:border-emerald-700",400:"border-emerald-200 dark:border-emerald-800",500:"border-emerald-500",600:"border-emerald-600",700:"border-emerald-700",800:"border-emerald-800",900:"border-emerald-900"}},"light-green":{bg:{50:"bg-light-green-50",100:"bg-light-green-100",200:"bg-light-green-200",300:"bg-light-green-300",400:"bg-light-green-400",500:"bg-light-green-500",600:"bg-light-green-600",700:"bg-light-green-700",800:"bg-light-green-800",900:"bg-light-green-900"},text:{50:"text-light-green-50",100:"text-light-green-100",200:"text-light-green-200",300:"text-light-green-300",400:"text-light-green-400",500:"text-light-green-500",600:"text-light-green-600",700:"text-light-green-700",800:"text-light-green-800",900:"text-light-green-900"},border:{50:"border-light-green-50",100:"border-light-green-100",200:"border-light-green-200",300:"border-light-green-300",400:"border-light-green-400",500:"border-light-green-500",600:"border-light-green-600",700:"border-light-green-700",800:"border-light-green-800",900:"border-light-green-900"}},lime:{bg:{50:"bg-lime-50 dark:bg-lime-900/20",100:"bg-lime-100 dark:bg-lime-900/30",200:"bg-lime-200",300:"bg-lime-300",400:"bg-lime-400",500:"bg-lime-500",600:"bg-lime-600",700:"bg-lime-700",800:"bg-lime-800",900:"bg-lime-900"},text:{50:"text-lime-50",100:"text-lime-100",200:"text-lime-200",300:"text-lime-300",400:"text-lime-400 dark:text-lime-300",500:"text-lime-500",600:"text-lime-600 dark:text-lime-400",700:"text-lime-700 dark:text-lime-300",800:"text-lime-800 dark:text-lime-200",900:"text-lime-900"},border:{50:"border-lime-50",100:"border-lime-100",200:"border-lime-200 dark:border-lime-800",300:"border-lime-300 dark:border-lime-700",400:"border-lime-400 dark:border-lime-600",500:"border-lime-500",600:"border-lime-600",700:"border-lime-700",800:"border-lime-800",900:"border-lime-900"}},yellow:{bg:{50:"bg-yellow-50 dark:bg-yellow-900/20",100:"bg-amber-100 dark:bg-yellow-900/30",200:"bg-yellow-200",300:"bg-yellow-300",400:"bg-amber-400",500:"bg-amber-500",600:"bg-yellow-600",700:"bg-yellow-700",800:"bg-yellow-800",900:"bg-yellow-900"},text:{50:"text-yellow-50",100:"text-yellow-100",200:"text-yellow-200",300:"text-yellow-300",400:"text-amber-400 dark:text-yellow-300",500:"text-amber-500",600:"text-amber-600 dark:text-yellow-400",700:"text-yellow-700",800:"text-yellow-800 dark:text-yellow-300",900:"text-yellow-900"},border:{50:"border-yellow-50",100:"border-yellow-100",200:"border-yellow-200 dark:border-yellow-800",300:"border-yellow-300 dark:border-yellow-700",400:"border-amber-400 dark:border-yellow-800",500:"border-yellow-500",600:"border-yellow-600",700:"border-yellow-700",800:"border-yellow-800",900:"border-yellow-900"}},amber:{bg:{50:"bg-amber-50 dark:bg-amber-900/20",100:"bg-amber-100 dark:bg-amber-900/30",200:"bg-amber-200",300:"bg-amber-300",400:"bg-amber-400",500:"bg-amber-500",600:"bg-amber-600",700:"bg-amber-700",800:"bg-amber-800",900:"bg-amber-900"},text:{50:"text-amber-50",100:"text-amber-100",200:"text-amber-200",300:"text-amber-300",400:"text-amber-400 dark:text-amber-300",500:"text-amber-500",600:"text-amber-600 dark:text-amber-400",700:"text-amber-700 dark:text-amber-300",800:"text-amber-800 dark:text-amber-200",900:"text-amber-900"},border:{50:"border-amber-50",100:"border-amber-100",200:"border-amber-200 dark:border-amber-800",300:"border-amber-300 dark:border-amber-700",400:"border-amber-400 dark:border-amber-600",500:"border-amber-500",600:"border-amber-600",700:"border-amber-700",800:"border-amber-800",900:"border-amber-900"}},orange:{bg:{50:"bg-orange-50 dark:bg-orange-900/20",100:"bg-orange-100 dark:bg-orange-900/30",200:"bg-orange-200",300:"bg-orange-300",400:"bg-orange-400",500:"bg-orange-500",600:"bg-orange-600",700:"bg-orange-700",800:"bg-orange-800",900:"bg-orange-900"},text:{50:"text-orange-50",100:"text-orange-100",200:"text-orange-200",300:"text-orange-300",400:"text-orange-400 dark:text-orange-300",500:"text-orange-500",600:"text-orange-600 dark:text-orange-400",700:"text-orange-700 dark:text-orange-300",800:"text-orange-800 dark:text-orange-200",900:"text-orange-900"},border:{50:"border-orange-50",100:"border-orange-100",200:"border-orange-200 dark:border-orange-800",300:"border-orange-300 dark:border-orange-700",400:"border-orange-400 dark:border-orange-600",500:"border-orange-500",600:"border-orange-600",700:"border-orange-700",800:"border-orange-800",900:"border-orange-900"}},"deep-orange":{bg:{50:"bg-deep-orange-50",100:"bg-deep-orange-100",200:"bg-deep-orange-200",300:"bg-deep-orange-300",400:"bg-deep-orange-400",500:"bg-deep-orange-500",600:"bg-deep-orange-600",700:"bg-deep-orange-700",800:"bg-deep-orange-800",900:"bg-deep-orange-900"},text:{50:"text-deep-orange-50",100:"text-deep-orange-100",200:"text-deep-orange-200",300:"text-deep-orange-300",400:"text-deep-orange-400",500:"text-deep-orange-500",600:"text-deep-orange-600",700:"text-deep-orange-700",800:"text-deep-orange-800",900:"text-deep-orange-900"},border:{50:"border-deep-orange-50",100:"border-deep-orange-100",200:"border-deep-orange-200",300:"border-deep-orange-300",400:"border-deep-orange-400",500:"border-deep-orange-500",600:"border-deep-orange-600",700:"border-deep-orange-700",800:"border-deep-orange-800",900:"border-deep-orange-900"}},stone:{bg:{50:"bg-stone-50",100:"bg-stone-100",200:"bg-stone-200",300:"bg-stone-300",400:"bg-stone-400",500:"bg-stone-500",600:"bg-stone-600",700:"bg-stone-700",800:"bg-stone-800",900:"bg-stone-900"},text:{50:"text-stone-50",100:"text-stone-100",200:"text-stone-200",300:"text-stone-300",400:"text-stone-400",500:"text-stone-500",600:"text-stone-600",700:"text-stone-700",800:"text-stone-800",900:"text-stone-900"},border:{50:"border-stone-50",100:"border-stone-100",200:"border-stone-200",300:"border-stone-300",400:"border-stone-400",500:"border-stone-500",600:"border-stone-600",700:"border-stone-700",800:"border-stone-800",900:"border-stone-900"}},slate:{bg:{50:"bg-slate-50",100:"bg-slate-50 dark:bg-slate-800/50",200:"bg-slate-200",300:"bg-slate-300",400:"bg-slate-400",500:"bg-slate-500",600:"bg-slate-600",700:"bg-slate-700",800:"bg-slate-800",900:"bg-slate-900"},text:{50:"text-slate-50",100:"text-slate-100",200:"text-slate-200",300:"text-slate-300",400:"text-slate-400",500:"text-slate-500",600:"text-slate-600 dark:text-slate-400",700:"text-slate-700",800:"text-slate-600 dark:text-slate-400",900:"text-slate-900"},border:{50:"border-slate-50",100:"border-slate-100",200:"border-slate-300 dark:border-slate-700",300:"border-slate-300",400:"border-slate-300 dark:border-slate-700",500:"border-slate-500",600:"border-slate-600",700:"border-slate-700",800:"border-slate-800",900:"border-slate-900"}},rose:{bg:{50:"bg-rose-50 dark:bg-rose-900/20",100:"bg-rose-100 dark:bg-rose-900/30",200:"bg-rose-200",300:"bg-rose-300 dark:bg-rose-900/30",400:"bg-rose-400",500:"bg-rose-500",600:"bg-rose-600",700:"bg-rose-700",800:"bg-rose-800",900:"bg-rose-900"},text:{50:"text-rose-50",100:"text-rose-100",200:"text-rose-200",300:"text-rose-300",400:"text-rose-400 dark:text-rose-300",500:"text-rose-500",600:"text-rose-600 dark:text-rose-400",700:"text-rose-700 dark:text-rose-300",800:"text-rose-800 dark:text-rose-200",900:"text-rose-900"},border:{50:"border-rose-50",100:"border-rose-100",200:"border-rose-200 dark:border-rose-800",300:"border-rose-300 dark:border-rose-700",400:"border-rose-400 dark:border-rose-600",500:"border-rose-500",600:"border-rose-600",700:"border-rose-700",800:"border-rose-800",900:"border-rose-900"}},sky:{bg:{50:"bg-sky-50 dark:bg-sky-900/20",100:"bg-sky-100 dark:bg-sky-900/30",200:"bg-sky-200",300:"bg-sky-300",400:"bg-sky-400",500:"bg-sky-500",600:"bg-sky-600",700:"bg-sky-700",800:"bg-sky-800",900:"bg-sky-900"},text:{50:"text-sky-50",100:"text-sky-100",200:"text-sky-200",300:"text-sky-300",400:"text-sky-400 dark:text-sky-300",500:"text-sky-500",600:"text-sky-600 dark:text-sky-400",700:"text-sky-700 dark:text-sky-300",800:"text-sky-800 dark:text-sky-200",900:"text-sky-900"},border:{50:"border-sky-50",100:"border-sky-100",200:"border-sky-200 dark:border-sky-800",300:"border-sky-300 dark:border-sky-700",400:"border-sky-400 dark:border-sky-600",500:"border-sky-500",600:"border-sky-600",700:"border-sky-700",800:"border-sky-800",900:"border-sky-900"}},emerald:{bg:{50:"bg-emerald-50 dark:bg-emerald-900/20",100:"bg-emerald-100 dark:bg-emerald-900/30",200:"bg-emerald-200",300:"bg-emerald-300",400:"bg-emerald-400",500:"bg-emerald-500",600:"bg-emerald-600",700:"bg-emerald-700",800:"bg-emerald-800",900:"bg-emerald-900"},text:{50:"text-emerald-50",100:"text-emerald-100",200:"text-emerald-200",300:"text-emerald-300",400:"text-emerald-400",500:"text-emerald-500",600:"text-emerald-600 dark:text-emerald-400",700:"text-emerald-700 dark:text-emerald-300",800:"text-emerald-800 dark:text-emerald-200",900:"text-emerald-900"},border:{50:"border-emerald-50",100:"border-emerald-100",200:"border-emerald-200 dark:border-emerald-800",300:"border-emerald-300 dark:border-emerald-700",400:"border-emerald-400 dark:border-emerald-600",500:"border-emerald-500",600:"border-emerald-600",700:"border-emerald-700",800:"border-emerald-800",900:"border-emerald-900"}},"blue-slate":{bg:{50:"bg-slate-50",100:"bg-slate-100",200:"bg-slate-200",300:"bg-slate-300",400:"bg-slate-400",500:"bg-slate-500",600:"bg-slate-600",700:"bg-slate-700",800:"bg-slate-800",900:"bg-slate-900"},text:{50:"text-slate-50",100:"text-slate-100",200:"text-slate-200",300:"text-slate-300",400:"text-slate-400",500:"text-slate-500",600:"text-slate-600",700:"text-slate-700",800:"text-slate-800",900:"text-slate-900"}}},r={NEW:"shadow-[inset_0_0_0_5px_rgb(168_85_247)]",ALLOCATED:"shadow-[inset_0_0_0_5px_rgb(14_165_233)]",SUCCESS:"shadow-[inset_0_0_0_5px_rgb(16_185_129)]",FAILED:"shadow-[inset_0_0_0_5px_rgb(244_63_94)]",DELETED:"shadow-[inset_0_0_0_5px_rgb(251_146_60)]"};e.s(["DELIVERY_STATUSES",0,{DELIVERED:"green",RETURNED:"red",OPEN:"yellow"},"DefaultLimit",0,50,"ORDER_STATUSES",0,{OPEN:"purple",PENDING:"sky",CONFIRMED:"lime",FULFILLED:"emerald",REJECTED:"rose"},"PAYMENT_STATUSES",0,{PAID:"green",REFUNDED:"red",OPEN:"yellow"},"PROVIDER_TYPE_CLASSES",0,{PHYSICAL:"emerald",CARD:"sky",INVOICE:"lime",GENERIC:"purple",PICKUP:"red",SHIPPING:"sky"},"QUOTATION_STATUS",0,{REQUESTED:"orange",PROCESSING:"yellow",PROPOSED:"cyan",REJECTED:"red",FULFILLED:"emerald"},"TOKEN_STATUSES",0,{CENTRALIZED:"sky",EXPORTING:"amber",DECENTRALIZED:"emerald"},"WORK_STATUSES",0,{NEW:"purple",ALLOCATED:"sky",SUCCESS:"emerald",FAILED:"rose",DELETED:"orange"},"bgColor",0,(e,r)=>`${t?.[e].bg[r]}`,"borderColor",0,(e,r)=>`${t[e]?.border[r]}`,"getShadowStyle",0,e=>`${r[e]}`,"textColor",0,(e,r)=>`${t[e].text[r]}`])},92042,50216,27861,57322,24323,e=>{"use strict";let t={lessThanXSeconds:{one:"less than a second",other:"less than {{count}} seconds"},xSeconds:{one:"1 second",other:"{{count}} seconds"},halfAMinute:"half a minute",lessThanXMinutes:{one:"less than a minute",other:"less than {{count}} minutes"},xMinutes:{one:"1 minute",other:"{{count}} minutes"},aboutXHours:{one:"about 1 hour",other:"about {{count}} hours"},xHours:{one:"1 hour",other:"{{count}} hours"},xDays:{one:"1 day",other:"{{count}} days"},aboutXWeeks:{one:"about 1 week",other:"about {{count}} weeks"},xWeeks:{one:"1 week",other:"{{count}} weeks"},aboutXMonths:{one:"about 1 month",other:"about {{count}} months"},xMonths:{one:"1 month",other:"{{count}} months"},aboutXYears:{one:"about 1 year",other:"about {{count}} years"},xYears:{one:"1 year",other:"{{count}} years"},overXYears:{one:"over 1 year",other:"over {{count}} years"},almostXYears:{one:"almost 1 year",other:"almost {{count}} years"}};function r(e){return (t={})=>{let r=t.width?String(t.width):e.defaultWidth;return e.formats[r]||e.formats[e.defaultWidth]}}let a={date:r({formats:{full:"EEEE, MMMM do, y",long:"MMMM do, y",medium:"MMM d, y",short:"MM/dd/yyyy"},defaultWidth:"full"}),time:r({formats:{full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"},defaultWidth:"full"}),dateTime:r({formats:{full:"{{date}} 'at' {{time}}",long:"{{date}} 'at' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},defaultWidth:"full"})},o={lastWeek:"'last' eeee 'at' p",yesterday:"'yesterday at' p",today:"'today at' p",tomorrow:"'tomorrow at' p",nextWeek:"eeee 'at' p",other:"P"};function n(e){return(t,r)=>{let a;if("formatting"===(r?.context?String(r.context):"standalone")&&e.formattingValues){let t=e.defaultFormattingWidth||e.defaultWidth,o=r?.width?String(r.width):t;a=e.formattingValues[o]||e.formattingValues[t]}else{let t=e.defaultWidth,o=r?.width?String(r.width):e.defaultWidth;a=e.values[o]||e.values[t]}return a[e.argumentCallback?e.argumentCallback(t):t]}}function d(e){return(t,r={})=>{let a,o=r.width,n=o&&e.matchPatterns[o]||e.matchPatterns[e.defaultMatchWidth],d=t.match(n);if(!d)return null;let i=d[0],l=o&&e.parsePatterns[o]||e.parsePatterns[e.defaultParseWidth],s=Array.isArray(l)?function(e,t){for(let r=0;r<e.length;r++)if(t(e[r]))return r}(l,e=>e.test(i)):function(e,t){for(let r in e)if(Object.prototype.hasOwnProperty.call(e,r)&&t(e[r]))return r}(l,e=>e.test(i));return a=e.valueCallback?e.valueCallback(s):s,{value:a=r.valueCallback?r.valueCallback(a):a,rest:t.slice(i.length)}}}let i={code:"en-US",formatDistance:(e,r,a)=>{let o,n=t[e];if(o="string"==typeof n?n:1===r?n.one:n.other.replace("{{count}}",r.toString()),a?.addSuffix)if(a.comparison&&a.comparison>0)return"in "+o;else return o+" ago";return o},formatLong:a,formatRelative:(e,t,r,a)=>o[e],localize:{ordinalNumber:(e,t)=>{let r=Number(e),a=r%100;if(a>20||a<10)switch(a%10){case 1:return r+"st";case 2:return r+"nd";case 3:return r+"rd"}return r+"th"},era:n({values:{narrow:["B","A"],abbreviated:["BC","AD"],wide:["Before Christ","Anno Domini"]},defaultWidth:"wide"}),quarter:n({values:{narrow:["1","2","3","4"],abbreviated:["Q1","Q2","Q3","Q4"],wide:["1st quarter","2nd quarter","3rd quarter","4th quarter"]},defaultWidth:"wide",argumentCallback:e=>e-1}),month:n({values:{narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],abbreviated:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],wide:["January","February","March","April","May","June","July","August","September","October","November","December"]},defaultWidth:"wide"}),day:n({values:{narrow:["S","M","T","W","T","F","S"],short:["Su","Mo","Tu","We","Th","Fr","Sa"],abbreviated:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],wide:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]},defaultWidth:"wide"}),dayPeriod:n({values:{narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"}},defaultWidth:"wide",formattingValues:{narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"}},defaultFormattingWidth:"wide"})},match:{ordinalNumber:(b={matchPattern:/^(\d+)(th|st|nd|rd)?/i,parsePattern:/\d+/i,valueCallback:e=>parseInt(e,10)},(e,t={})=>{let r=e.match(b.matchPattern);if(!r)return null;let a=r[0],o=e.match(b.parsePattern);if(!o)return null;let n=b.valueCallback?b.valueCallback(o[0]):o[0];return{value:n=t.valueCallback?t.valueCallback(n):n,rest:e.slice(a.length)}}),era:d({matchPatterns:{narrow:/^(b|a)/i,abbreviated:/^(b\.?\s?c\.?|b\.?\s?c\.?\s?e\.?|a\.?\s?d\.?|c\.?\s?e\.?)/i,wide:/^(before christ|before common era|anno domini|common era)/i},defaultMatchWidth:"wide",parsePatterns:{any:[/^b/i,/^(a|c)/i]},defaultParseWidth:"any"}),quarter:d({matchPatterns:{narrow:/^[1234]/i,abbreviated:/^q[1234]/i,wide:/^[1234](th|st|nd|rd)? quarter/i},defaultMatchWidth:"wide",parsePatterns:{any:[/1/i,/2/i,/3/i,/4/i]},defaultParseWidth:"any",valueCallback:e=>e+1}),month:d({matchPatterns:{narrow:/^[jfmasond]/i,abbreviated:/^(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)/i,wide:/^(january|february|march|april|may|june|july|august|september|october|november|december)/i},defaultMatchWidth:"wide",parsePatterns:{narrow:[/^j/i,/^f/i,/^m/i,/^a/i,/^m/i,/^j/i,/^j/i,/^a/i,/^s/i,/^o/i,/^n/i,/^d/i],any:[/^ja/i,/^f/i,/^mar/i,/^ap/i,/^may/i,/^jun/i,/^jul/i,/^au/i,/^s/i,/^o/i,/^n/i,/^d/i]},defaultParseWidth:"any"}),day:d({matchPatterns:{narrow:/^[smtwf]/i,short:/^(su|mo|tu|we|th|fr|sa)/i,abbreviated:/^(sun|mon|tue|wed|thu|fri|sat)/i,wide:/^(sunday|monday|tuesday|wednesday|thursday|friday|saturday)/i},defaultMatchWidth:"wide",parsePatterns:{narrow:[/^s/i,/^m/i,/^t/i,/^w/i,/^t/i,/^f/i,/^s/i],any:[/^su/i,/^m/i,/^tu/i,/^w/i,/^th/i,/^f/i,/^sa/i]},defaultParseWidth:"any"}),dayPeriod:d({matchPatterns:{narrow:/^(a|p|mi|n|(in the|at) (morning|afternoon|evening|night))/i,any:/^([ap]\.?\s?m\.?|midnight|noon|(in the|at) (morning|afternoon|evening|night))/i},defaultMatchWidth:"any",parsePatterns:{any:{am:/^a/i,pm:/^p/i,midnight:/^mi/i,noon:/^no/i,morning:/morning/i,afternoon:/afternoon/i,evening:/evening/i,night:/night/i}},defaultParseWidth:"any"})},options:{weekStartsOn:0,firstWeekContainsDate:1}};e.s(["defaultLocale",0,i],50216);let l={};function s(){return l}e.s(["getDefaultOptions",0,s],27861);var b,g=e.i(35113);function u(e){let t=(0,g.toDate)(e),r=new Date(Date.UTC(t.getFullYear(),t.getMonth(),t.getDate(),t.getHours(),t.getMinutes(),t.getSeconds(),t.getMilliseconds()));return r.setUTCFullYear(t.getFullYear()),e-r}e.s(["getTimezoneOffsetInMilliseconds",0,u],57322);var m=e.i(98170);function c(e,...t){let r=m.constructFrom.bind(null,e||t.find(e=>"object"==typeof e));return t.map(r)}e.s(["normalizeDates",0,c],24323);var h=e.i(2848),x=e.i(49543);function p(e,t){let r=s(),a=t?.weekStartsOn??t?.locale?.options?.weekStartsOn??r.weekStartsOn??r.locale?.options?.weekStartsOn??0,o=(0,g.toDate)(e,t?.in),n=o.getDay();return o.setDate(o.getDate()-(7*(n<a)+n-a)),o.setHours(0,0,0,0),o}function y(e,t){return p(e,{...t,weekStartsOn:1})}function k(e,t){let r=(0,g.toDate)(e,t?.in),a=r.getFullYear(),o=(0,m.constructFrom)(r,0);o.setFullYear(a+1,0,4),o.setHours(0,0,0,0);let n=y(o),d=(0,m.constructFrom)(r,0);d.setFullYear(a,0,4),d.setHours(0,0,0,0);let i=y(d);return r.getTime()>=n.getTime()?a+1:r.getTime()>=i.getTime()?a:a-1}function f(e,t){let r=(0,g.toDate)(e,t?.in),a=r.getFullYear(),o=s(),n=t?.firstWeekContainsDate??t?.locale?.options?.firstWeekContainsDate??o.firstWeekContainsDate??o.locale?.options?.firstWeekContainsDate??1,d=(0,m.constructFrom)(t?.in||e,0);d.setFullYear(a+1,0,n),d.setHours(0,0,0,0);let i=p(d,t),l=(0,m.constructFrom)(t?.in||e,0);l.setFullYear(a,0,n),l.setHours(0,0,0,0);let b=p(l,t);return+r>=+i?a+1:+r>=+b?a:a-1}function w(e,t){let r=Math.abs(e).toString().padStart(t,"0");return(e<0?"-":"")+r}let v={y(e,t){let r=e.getFullYear(),a=r>0?r:1-r;return w("yy"===t?a%100:a,t.length)},M(e,t){let r=e.getMonth();return"M"===t?String(r+1):w(r+1,2)},d:(e,t)=>w(e.getDate(),t.length),a(e,t){let r=e.getHours()/12>=1?"pm":"am";switch(t){case"a":case"aa":return r.toUpperCase();case"aaa":return r;case"aaaaa":return r[0];default:return"am"===r?"a.m.":"p.m."}},h:(e,t)=>w(e.getHours()%12||12,t.length),H:(e,t)=>w(e.getHours(),t.length),m:(e,t)=>w(e.getMinutes(),t.length),s:(e,t)=>w(e.getSeconds(),t.length),S(e,t){let r=t.length;return w(Math.trunc(e.getMilliseconds()*Math.pow(10,r-3)),t.length)}},S={G:function(e,t,r){let a=+(e.getFullYear()>0);switch(t){case"G":case"GG":case"GGG":return r.era(a,{width:"abbreviated"});case"GGGGG":return r.era(a,{width:"narrow"});default:return r.era(a,{width:"wide"})}},y:function(e,t,r){if("yo"===t){let t=e.getFullYear();return r.ordinalNumber(t>0?t:1-t,{unit:"year"})}return v.y(e,t)},Y:function(e,t,r,a){let o=f(e,a),n=o>0?o:1-o;return"YY"===t?w(n%100,2):"Yo"===t?r.ordinalNumber(n,{unit:"year"}):w(n,t.length)},R:function(e,t){return w(k(e),t.length)},u:function(e,t){return w(e.getFullYear(),t.length)},Q:function(e,t,r){let a=Math.ceil((e.getMonth()+1)/3);switch(t){case"Q":return String(a);case"QQ":return w(a,2);case"Qo":return r.ordinalNumber(a,{unit:"quarter"});case"QQQ":return r.quarter(a,{width:"abbreviated",context:"formatting"});case"QQQQQ":return r.quarter(a,{width:"narrow",context:"formatting"});default:return r.quarter(a,{width:"wide",context:"formatting"})}},q:function(e,t,r){let a=Math.ceil((e.getMonth()+1)/3);switch(t){case"q":return String(a);case"qq":return w(a,2);case"qo":return r.ordinalNumber(a,{unit:"quarter"});case"qqq":return r.quarter(a,{width:"abbreviated",context:"standalone"});case"qqqqq":return r.quarter(a,{width:"narrow",context:"standalone"});default:return r.quarter(a,{width:"wide",context:"standalone"})}},M:function(e,t,r){let a=e.getMonth();switch(t){case"M":case"MM":return v.M(e,t);case"Mo":return r.ordinalNumber(a+1,{unit:"month"});case"MMM":return r.month(a,{width:"abbreviated",context:"formatting"});case"MMMMM":return r.month(a,{width:"narrow",context:"formatting"});default:return r.month(a,{width:"wide",context:"formatting"})}},L:function(e,t,r){let a=e.getMonth();switch(t){case"L":return String(a+1);case"LL":return w(a+1,2);case"Lo":return r.ordinalNumber(a+1,{unit:"month"});case"LLL":return r.month(a,{width:"abbreviated",context:"standalone"});case"LLLLL":return r.month(a,{width:"narrow",context:"standalone"});default:return r.month(a,{width:"wide",context:"standalone"})}},w:function(e,t,r,a){let o,n,d,i,l,b=Math.round((p(o=(0,g.toDate)(e,a?.in),a)-(n=s(),d=a?.firstWeekContainsDate??a?.locale?.options?.firstWeekContainsDate??n.firstWeekContainsDate??n.locale?.options?.firstWeekContainsDate??1,i=f(o,a),(l=(0,m.constructFrom)(a?.in||o,0)).setFullYear(i,0,d),l.setHours(0,0,0,0),p(l,a)))/h.millisecondsInWeek)+1;return"wo"===t?r.ordinalNumber(b,{unit:"week"}):w(b,t.length)},I:function(e,t,r){let a,o,n,d=Math.round((y(a=(0,g.toDate)(e,void 0))-(o=k(a,void 0),(n=(0,m.constructFrom)(a,0)).setFullYear(o,0,4),n.setHours(0,0,0,0),y(n)))/h.millisecondsInWeek)+1;return"Io"===t?r.ordinalNumber(d,{unit:"week"}):w(d,t.length)},d:function(e,t,r){return"do"===t?r.ordinalNumber(e.getDate(),{unit:"date"}):v.d(e,t)},D:function(e,t,r){let a,o,n=function(e,t){let[r,a]=c(void 0,e,t),o=(0,x.startOfDay)(r),n=(0,x.startOfDay)(a);return Math.round((o-u(o)-(n-u(n)))/h.millisecondsInDay)}(a=(0,g.toDate)(e,void 0),((o=(0,g.toDate)(a,void 0)).setFullYear(o.getFullYear(),0,1),o.setHours(0,0,0,0),o))+1;return"Do"===t?r.ordinalNumber(n,{unit:"dayOfYear"}):w(n,t.length)},E:function(e,t,r){let a=e.getDay();switch(t){case"E":case"EE":case"EEE":return r.day(a,{width:"abbreviated",context:"formatting"});case"EEEEE":return r.day(a,{width:"narrow",context:"formatting"});case"EEEEEE":return r.day(a,{width:"short",context:"formatting"});default:return r.day(a,{width:"wide",context:"formatting"})}},e:function(e,t,r,a){let o=e.getDay(),n=(o-a.weekStartsOn+8)%7||7;switch(t){case"e":return String(n);case"ee":return w(n,2);case"eo":return r.ordinalNumber(n,{unit:"day"});case"eee":return r.day(o,{width:"abbreviated",context:"formatting"});case"eeeee":return r.day(o,{width:"narrow",context:"formatting"});case"eeeeee":return r.day(o,{width:"short",context:"formatting"});default:return r.day(o,{width:"wide",context:"formatting"})}},c:function(e,t,r,a){let o=e.getDay(),n=(o-a.weekStartsOn+8)%7||7;switch(t){case"c":return String(n);case"cc":return w(n,t.length);case"co":return r.ordinalNumber(n,{unit:"day"});case"ccc":return r.day(o,{width:"abbreviated",context:"standalone"});case"ccccc":return r.day(o,{width:"narrow",context:"standalone"});case"cccccc":return r.day(o,{width:"short",context:"standalone"});default:return r.day(o,{width:"wide",context:"standalone"})}},i:function(e,t,r){let a=e.getDay(),o=0===a?7:a;switch(t){case"i":return String(o);case"ii":return w(o,t.length);case"io":return r.ordinalNumber(o,{unit:"day"});case"iii":return r.day(a,{width:"abbreviated",context:"formatting"});case"iiiii":return r.day(a,{width:"narrow",context:"formatting"});case"iiiiii":return r.day(a,{width:"short",context:"formatting"});default:return r.day(a,{width:"wide",context:"formatting"})}},a:function(e,t,r){let a=e.getHours()/12>=1?"pm":"am";switch(t){case"a":case"aa":return r.dayPeriod(a,{width:"abbreviated",context:"formatting"});case"aaa":return r.dayPeriod(a,{width:"abbreviated",context:"formatting"}).toLowerCase();case"aaaaa":return r.dayPeriod(a,{width:"narrow",context:"formatting"});default:return r.dayPeriod(a,{width:"wide",context:"formatting"})}},b:function(e,t,r){let a,o=e.getHours();switch(a=12===o?"noon":0===o?"midnight":o/12>=1?"pm":"am",t){case"b":case"bb":return r.dayPeriod(a,{width:"abbreviated",context:"formatting"});case"bbb":return r.dayPeriod(a,{width:"abbreviated",context:"formatting"}).toLowerCase();case"bbbbb":return r.dayPeriod(a,{width:"narrow",context:"formatting"});default:return r.dayPeriod(a,{width:"wide",context:"formatting"})}},B:function(e,t,r){let a,o=e.getHours();switch(a=o>=17?"evening":o>=12?"afternoon":o>=4?"morning":"night",t){case"B":case"BB":case"BBB":return r.dayPeriod(a,{width:"abbreviated",context:"formatting"});case"BBBBB":return r.dayPeriod(a,{width:"narrow",context:"formatting"});default:return r.dayPeriod(a,{width:"wide",context:"formatting"})}},h:function(e,t,r){if("ho"===t){let t=e.getHours()%12;return 0===t&&(t=12),r.ordinalNumber(t,{unit:"hour"})}return v.h(e,t)},H:function(e,t,r){return"Ho"===t?r.ordinalNumber(e.getHours(),{unit:"hour"}):v.H(e,t)},K:function(e,t,r){let a=e.getHours()%12;return"Ko"===t?r.ordinalNumber(a,{unit:"hour"}):w(a,t.length)},k:function(e,t,r){let a=e.getHours();return(0===a&&(a=24),"ko"===t)?r.ordinalNumber(a,{unit:"hour"}):w(a,t.length)},m:function(e,t,r){return"mo"===t?r.ordinalNumber(e.getMinutes(),{unit:"minute"}):v.m(e,t)},s:function(e,t,r){return"so"===t?r.ordinalNumber(e.getSeconds(),{unit:"second"}):v.s(e,t)},S:function(e,t){return v.S(e,t)},X:function(e,t,r){let a=e.getTimezoneOffset();if(0===a)return"Z";switch(t){case"X":return M(a);case"XXXX":case"XX":return E(a);default:return E(a,":")}},x:function(e,t,r){let a=e.getTimezoneOffset();switch(t){case"x":return M(a);case"xxxx":case"xx":return E(a);default:return E(a,":")}},O:function(e,t,r){let a=e.getTimezoneOffset();switch(t){case"O":case"OO":case"OOO":return"GMT"+D(a,":");default:return"GMT"+E(a,":")}},z:function(e,t,r){let a=e.getTimezoneOffset();switch(t){case"z":case"zz":case"zzz":return"GMT"+D(a,":");default:return"GMT"+E(a,":")}},t:function(e,t,r){return w(Math.trunc(e/1e3),t.length)},T:function(e,t,r){return w(+e,t.length)}};function D(e,t=""){let r=e>0?"-":"+",a=Math.abs(e),o=Math.trunc(a/60),n=a%60;return 0===n?r+String(o):r+String(o)+t+w(n,2)}function M(e,t){return e%60==0?(e>0?"-":"+")+w(Math.abs(e)/60,2):E(e,t)}function E(e,t=""){let r=Math.abs(e);return(e>0?"-":"+")+w(Math.trunc(r/60),2)+t+w(r%60,2)}let P=(e,t)=>{switch(e){case"P":return t.date({width:"short"});case"PP":return t.date({width:"medium"});case"PPP":return t.date({width:"long"});default:return t.date({width:"full"})}},T=(e,t)=>{switch(e){case"p":return t.time({width:"short"});case"pp":return t.time({width:"medium"});case"ppp":return t.time({width:"long"});default:return t.time({width:"full"})}},C={p:T,P:(e,t)=>{let r,a=e.match(/(P+)(p+)?/)||[],o=a[1],n=a[2];if(!n)return P(e,t);switch(o){case"P":r=t.dateTime({width:"short"});break;case"PP":r=t.dateTime({width:"medium"});break;case"PPP":r=t.dateTime({width:"long"});break;default:r=t.dateTime({width:"full"})}return r.replace("{{date}}",P(o,t)).replace("{{time}}",T(n,t))}},O=/^D+$/,W=/^Y+$/,N=["D","DD","YY","YYYY"];var F=e.i(9356);let _=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g,L=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g,Y=/^'([^]*?)'?$/,A=/''/g,I=/[a-zA-Z]/;e.s(["format",0,function(e,t,r){let a=s(),o=r?.locale??a.locale??i,n=r?.firstWeekContainsDate??r?.locale?.options?.firstWeekContainsDate??a.firstWeekContainsDate??a.locale?.options?.firstWeekContainsDate??1,d=r?.weekStartsOn??r?.locale?.options?.weekStartsOn??a.weekStartsOn??a.locale?.options?.weekStartsOn??0,l=(0,g.toDate)(e,r?.in);if(!(0,F.isValid)(l))throw RangeError("Invalid time value");let b=t.match(L).map(e=>{let t=e[0];return"p"===t||"P"===t?(0,C[t])(e,o.formatLong):e}).join("").match(_).map(e=>{if("''"===e)return{isToken:!1,value:"'"};let t=e[0];if("'"===t){var r;let t;return{isToken:!1,value:(t=(r=e).match(Y))?t[1].replace(A,"'"):r}}if(S[t])return{isToken:!0,value:e};if(t.match(I))throw RangeError("Format string contains an unescaped latin alphabet character `"+t+"`");return{isToken:!1,value:e}});o.localize.preprocessor&&(b=o.localize.preprocessor(l,b));let u={firstWeekContainsDate:n,weekStartsOn:d,locale:o};return b.map(a=>{if(!a.isToken)return a.value;let n=a.value;return(!r?.useAdditionalWeekYearTokens&&W.test(n)||!r?.useAdditionalDayOfYearTokens&&O.test(n))&&function(e,t,r){var a,o,n;let d,i=(a=e,o=t,n=r,d="Y"===a[0]?"years":"days of the month",`Use \`${a.toLowerCase()}\` instead of \`${a}\` (in \`${o}\`) for formatting ${d} to the input \`${n}\`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md`);if(console.warn(i),N.includes(e))throw RangeError(i)}(n,t,String(e)),(0,S[n[0]])(l,n,o.localize,u)}).join("")}],92042)}]);
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
__turbopack_load_page_chunks__("/works/management", [
|
|
2
|
-
"static/chunks/0nxlx7tthmg78.js",
|
|
3
|
-
"static/chunks/1jifp8h0xxr5a.js",
|
|
4
|
-
"static/chunks/0idef676w-1dr.js",
|
|
5
|
-
"static/chunks/11tlxn06pl0v_.js",
|
|
6
|
-
"static/chunks/0ivn6vm7qrjvq.js",
|
|
7
|
-
"static/chunks/0jian6h40drni.js",
|
|
8
|
-
"static/chunks/083qufblh7mjm.js",
|
|
9
|
-
"static/chunks/3nvwtolqxr_ge.js",
|
|
10
|
-
"static/chunks/06e1aw5kfb7xi.js",
|
|
11
|
-
"static/chunks/1ev76ynqrcgrk.js",
|
|
12
|
-
"static/chunks/turbopack-1_alzj1dxez-l.js"
|
|
13
|
-
])
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
(globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,15125,(e,r,a)=>{"use strict";Object.defineProperty(a,"__esModule",{value:!0});var i={VALID_LOADERS:function(){return t},imageConfigDefault:function(){return d}};for(var s in i)Object.defineProperty(a,s,{enumerable:!0,get:i[s]});let t=["default","imgix","cloudinary","akamai","custom"],d={deviceSizes:[640,750,828,1080,1200,1920,2048,3840],imageSizes:[32,48,64,96,128,256,384],path:"/_next/image",loader:"default",loaderFile:"",domains:[],disableStaticImages:!1,minimumCacheTTL:14400,formats:["image/webp"],maximumDiskCacheSize:void 0,maximumRedirects:3,maximumResponseBody:5e7,dangerouslyAllowLocalIP:!1,dangerouslyAllowSVG:!1,contentSecurityPolicy:"script-src 'none'; frame-src 'none'; sandbox;",contentDispositionType:"attachment",localPatterns:void 0,remotePatterns:[],qualities:[75],unoptimized:!1,customCacheHandler:!1}},13521,(e,r,a)=>{"use strict";Object.defineProperty(a,"__esModule",{value:!0}),Object.defineProperty(a,"ImageConfigContext",{enumerable:!0,get:function(){return t}});let i=e.r(31640)._(e.r(91788)),s=e.r(15125),t=i.default.createContext(s.imageConfigDefault)},5505,e=>{"use strict";var r=e.i(91398),a=e.i(91788),i=e.i(72043);let s=(0,a.createContext)(!1);e.s(["FormWrapperContext",0,s,"default",0,({children:e,className:a=""})=>(0,r.jsx)(s.Provider,{value:!0,children:(0,r.jsx)("div",{className:"sm:max-w-full",children:(0,r.jsx)("div",{className:(0,i.default)("bg-white dark:bg-slate-800 rounded-md shadow-sm overflow-hidden",a),children:e})})})])},73419,e=>{"use strict";var r=e.i(91398),a=e.i(72043),i=e.i(60741),s=e.i(29691);e.s(["default",0,e=>{let{options:t,...d}=(0,i.default)(e),{className:o}=e||{className:""};return(0,r.jsx)(s.default,{...d,children:(0,r.jsx)("div",{className:"select-wrap",children:(0,r.jsxs)("select",{className:(0,a.default)("block w-full dark:bg-slate-900 dark:text-white rounded-md border-1 border-slate-300 dark:border-slate-700 py-2.5 pl-3 pr-10 text-base text-black shadow-xs focus:outline-hidden focus:ring-2 focus:ring-slate-800 sm:text-sm",o,{"border-rose-700 text-rose-600 dark:border-rose-500 dark:text-rose-400":!!d.error}),disabled:d.disabled,id:d.name,name:d.name,onChange:d.onChange,onBlur:d.onBlur,value:d.value,children:[(0,r.jsx)("option",{className:"dark:text-slate-200",value:"",disabled:d.required,hidden:d.required,children:d.placeholder||d.label}),Object.entries(t).map(([e,a])=>(0,r.jsx)("option",{className:"dark:text-slate-200",value:e,children:a},e))]})})})}])},1504,e=>{"use strict";e.s(["default",0,(e,r,a)=>Object.assign({},...e?.map(e=>({[e[a]]:e[r]}))||[])])},68057,e=>{"use strict";var r=e.i(91398),a=e.i(69322),i=e.i(69211),s=e.i(73419),t=e.i(99160),d=e.i(98949),o=e.i(5505);e.s(["default",0,({onSubmit:e,onSubmitSuccess:l,providerTypes:n,providerInterfaces:u,onProviderChange:c,readOnly:m})=>{let{formatMessage:h}=(0,a.useIntl)(),g=h({id:"provider_created_success",defaultMessage:"Provider created successfully!"}),v=(0,d.default)({submit:e,onSubmitSuccess:l,successMessage:g,enableReinitialize:!0,initialValues:{adapterKey:"",type:""}});return(0,r.jsx)(o.default,{children:(0,r.jsx)(i.default,{form:v,children:(0,r.jsxs)("div",{className:"shadow-sm dark:shadow-none sm:max-w-full sm:rounded-lg",children:[(0,r.jsxs)("div",{className:"px-4 pt-4 pb-6",children:[(0,r.jsx)(s.default,{onChange:e=>c(e.target.value),name:"type",disabled:m,required:!0,label:h({id:"type",defaultMessage:"Type"}),options:n,className:"mb-5"}),(0,r.jsx)(s.default,{name:"adapterKey",required:!0,disabled:m,options:u,label:h({id:"adapter",defaultMessage:"Adapter"}),className:"mt-2"})]}),!m&&(0,r.jsx)("div",{className:"border-t-slate-100 border-t dark:border-t-slate-700 space-y-6 bg-slate-50 dark:bg-slate-900 p-6 px-5 text-right",children:(0,r.jsx)(t.default,{label:h({id:"create_provider",defaultMessage:"Create provider"})})})]})})})}])},13543,e=>{"use strict";var r=e.i(59080);let a=r.gql`
|
|
2
|
-
fragment WarehousingProviderFragment on WarehousingProvider {
|
|
3
|
-
_id
|
|
4
|
-
created
|
|
5
|
-
updated
|
|
6
|
-
deleted
|
|
7
|
-
isActive
|
|
8
|
-
type
|
|
9
|
-
interface {
|
|
10
|
-
_id
|
|
11
|
-
label
|
|
12
|
-
version
|
|
13
|
-
}
|
|
14
|
-
configuration
|
|
15
|
-
configurationError
|
|
16
|
-
}
|
|
17
|
-
`;e.s(["default",0,a])},13271,e=>{"use strict";var r=e.i(59080),a=e.i(32171);let i=r.gql`
|
|
18
|
-
query WarehousingProvidersType {
|
|
19
|
-
warehousingProviderType: __type(name: "WarehousingProviderType") {
|
|
20
|
-
options: enumValues {
|
|
21
|
-
value: name
|
|
22
|
-
label: description
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
`;e.s(["default",0,()=>{let{data:e,loading:r,error:s}=(0,a.useQuery)(i);return{warehousingProviderType:e?.warehousingProviderType?.options||[],loading:r,error:s}}])},10983,e=>{"use strict";var r=e.i(91398),a=e.i(91788),i=e.i(66773),s=e.i(3828),t=e.i(69322),d=e.i(58971),o=e.i(61494),l=e.i(68057),n=e.i(17644),u=e.i(1504),c=e.i(59080),m=e.i(76204),h=e.i(13543);let g=c.gql`
|
|
27
|
-
mutation CreateWarehousingProvider(
|
|
28
|
-
$warehousingProvider: CreateWarehousingProviderInput!
|
|
29
|
-
) {
|
|
30
|
-
createWarehousingProvider(warehousingProvider: $warehousingProvider) {
|
|
31
|
-
...WarehousingProviderFragment
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
${h.default}
|
|
35
|
-
`;var v=e.i(32171);let p=c.gql`
|
|
36
|
-
query WarehousingInterfaces($providerType: WarehousingProviderType) {
|
|
37
|
-
warehousingInterfaces(type: $providerType) {
|
|
38
|
-
_id
|
|
39
|
-
value: _id
|
|
40
|
-
label
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
`;var f=e.i(13271);e.s(["default",0,()=>{let[e,c]=(0,a.useState)(i.IWarehousingProviderType.Physical),{formatMessage:h}=(0,t.useIntl)(),{createWarehousingProvider:b}=(()=>{let[e,{data:r,loading:a,error:i}]=(0,m.useMutation)(g);return{createWarehousingProvider:async({warehousingProvider:{adapterKey:r,type:a}})=>e({variables:{warehousingProvider:{adapterKey:r,type:a}},refetchQueries:["WarehousingProviders","ShopStatus"]}),newWarehousingProvider:r?.createWarehousingProvider,loading:a,error:i}})(),{warehousingProviderType:x}=(0,f.default)(),{warehousingInterfaces:w}=(({providerType:e})=>{let{data:r,loading:a,error:i}=(0,v.useQuery)(p,{skip:!e,variables:{providerType:e}});return{warehousingInterfaces:r?.warehousingInterfaces||[],loading:a,error:i}})({providerType:e}),{hasRole:P}=(0,d.default)(),y=async({adapterKey:e,type:r})=>{let{data:a,error:i}=await b({warehousingProvider:{adapterKey:e,type:r}});return!i&&{success:!0,data:a?.createWarehousingProvider}},j=(0,s.useRouter)();return(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)(o.default,{}),(0,r.jsxs)("div",{className:"mx-auto sm:max-w-2xl",children:[(0,r.jsx)(n.default,{headerText:h({id:"new_warehousing_provider_header",defaultMessage:"New warehousing provider"})}),(0,r.jsx)("div",{className:"mt-6",children:(0,r.jsx)(l.default,{readOnly:!P(i.IRoleAction.ManageWarehousingProviders),providerInterfaces:(0,u.default)(w,"label","value"),providerTypes:(0,u.default)(x,"label","value"),onSubmit:y,onSubmitSuccess:(e,{_id:r})=>{j.replace(`/warehousing-provider?warehousingProviderId=${r}`)},onProviderChange:e=>c(e)})})]})]})}],10983)},50411,(e,r,a)=>{let i="/warehousing-provider/new";(window.__NEXT_P=window.__NEXT_P||[]).push([i,()=>e.r(10983)]),r.hot&&r.hot.dispose(function(){window.__NEXT_P.push([i])})},48761,e=>{e.v(r=>Promise.all(["static/chunks/0wooaklx8_14q.js"].map(r=>e.l(r))).then(()=>r(93594)))},28805,e=>{e.v(r=>Promise.all(["static/chunks/1jqnrnw0p9tw5.js"].map(r=>e.l(r))).then(()=>r(79466)))}]);
|
|
@@ -1,81 +0,0 @@
|
|
|
1
|
-
(globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,15125,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var s={VALID_LOADERS:function(){return i},imageConfigDefault:function(){return l}};for(var a in s)Object.defineProperty(r,a,{enumerable:!0,get:s[a]});let i=["default","imgix","cloudinary","akamai","custom"],l={deviceSizes:[640,750,828,1080,1200,1920,2048,3840],imageSizes:[32,48,64,96,128,256,384],path:"/_next/image",loader:"default",loaderFile:"",domains:[],disableStaticImages:!1,minimumCacheTTL:14400,formats:["image/webp"],maximumDiskCacheSize:void 0,maximumRedirects:3,maximumResponseBody:5e7,dangerouslyAllowLocalIP:!1,dangerouslyAllowSVG:!1,contentSecurityPolicy:"script-src 'none'; frame-src 'none'; sandbox;",contentDispositionType:"attachment",localPatterns:void 0,remotePatterns:[],qualities:[75],unoptimized:!1,customCacheHandler:!1}},13521,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"ImageConfigContext",{enumerable:!0,get:function(){return i}});let s=e.r(31640)._(e.r(91788)),a=e.r(15125),i=s.default.createContext(a.imageConfigDefault)},70693,12970,e=>{"use strict";var t=e.i(91788);let r=t.default.createContext({customProperties:{},hydrateFragment:(e,t)=>null});e.s(["default",0,r],12970),e.s(["default",0,()=>(0,t.useContext)(r)],70693)},12197,e=>{"use strict";var t=e.i(91398),r=e.i(69322);e.s(["default",0,()=>{let{formatMessage:e}=(0,r.useIntl)();return(0,t.jsx)("div",{className:"my-5 flex h-full w-full items-center justify-center bg-slate-50 dark:bg-slate-950 py-5",children:(0,t.jsxs)("div",{className:"flex items-center justify-center space-x-1 text-sm text-slate-700 dark:text-slate-200",children:[(0,t.jsx)("svg",{fill:"none",className:"h-6 w-6 animate-spin",viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",children:(0,t.jsx)("path",{clipRule:"evenodd",d:"M15.165 8.53a.5.5 0 01-.404.58A7 7 0 1023 16a.5.5 0 011 0 8 8 0 11-9.416-7.874.5.5 0 01.58.404z",fill:"currentColor",fillRule:"evenodd"})}),(0,t.jsx)("div",{children:e({id:"loading",defaultMessage:"Loading ..."})})]})})}])},6444,e=>{"use strict";let t=e.i(91788).default.createContext({setModal:()=>{throw Error("No ModalContext/ModalWrapper ancestor found.")}});e.s(["default",0,t])},6607,e=>{"use strict";var t=e.i(91788),r=e.i(6444);e.s(["default",0,()=>(0,t.useContext)(r.default)])},15971,e=>{"use strict";var t=e.i(91398),r=e.i(69322);e.s(["default",0,({onOkClick:e,onCancelClick:s,okText:a=null,cancelText:i=null,headerText:l=null,message:d=null,icon:n=null,close:o=null})=>{let{formatMessage:c}=(0,r.useIntl)();return(0,t.jsxs)(t.Fragment,{children:[(0,t.jsxs)("div",{className:"sm:flex sm:items-start",children:[n||(0,t.jsx)("div",{className:"mx-auto flex h-12 w-12 shrink-0 items-center justify-center rounded-full bg-rose-100 dark:bg-rose-900/30 sm:mx-0 sm:h-10 sm:w-10",children:(0,t.jsx)("svg",{className:"h-6 w-6 text-rose-600 dark:text-rose-400",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor","aria-hidden":"true",children:(0,t.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"2",d:"M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z"})})}),(0,t.jsxs)("div",{className:"mt-3 text-center sm:mt-0 sm:ml-4 sm:text-left",children:[(0,t.jsx)("h3",{className:"text-lg text-slate-900 dark:text-slate-200",id:"modal-title",children:l||c({id:"warning",defaultMessage:"Warning!"})}),(0,t.jsx)("div",{className:"mt-2",children:(0,t.jsx)("p",{className:"text-sm text-slate-500 dark:text-slate-200",children:d||c({id:"are_you_sure",defaultMessage:"Are you sure?"})})})]})]}),(0,t.jsxs)("div",{className:"mt-5 sm:mt-4 sm:flex sm:flex-row-reverse",children:[(0,t.jsx)("button",{id:"danger_continue",onClick:e,type:"button",className:"inline-flex w-full justify-center rounded-md border border-transparent bg-rose-600 px-4 py-2 text-base font-medium text-white shadow-xs hover:bg-rose-700 focus:outline-hidden focus:ring-2 focus:ring-rose-500 focus:ring-offset-2 sm:ml-3 sm:w-auto sm:text-sm",children:a||c({id:"continue",defaultMessage:"Continue"})}),(0,t.jsx)("button",{id:"danger_cancel",onClick:s||o,type:"button",className:"mt-3 inline-flex w-full justify-center rounded-md border border-slate-300 bg-white px-4 py-2 text-base font-medium text-slate-700 shadow-xs hover:bg-slate-50 focus:outline-hidden focus:ring-2 focus:ring-slate-800 focus:ring-offset-2 sm:mt-0 sm:ml-3 sm:w-auto sm:text-sm",children:i||c({id:"cancel",defaultMessage:"Cancel"})})]})]})}])},24608,e=>{"use strict";var t=e.i(91788);let r=t.forwardRef(function({title:e,titleId:r,...s},a){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":r},s),e?t.createElement("title",{id:r},e):null,t.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 18 18 6M6 6l12 12"}))});e.s(["XMarkIcon",0,r],24608)},81359,e=>{"use strict";var t=e.i(91398),r=e.i(24608),s=e.i(69322);e.s(["default",0,({onClick:e,text:a=null,Icon:i=null})=>{let{formatMessage:l}=(0,s.useIntl)();return(0,t.jsxs)("button",{type:"button",onClick:e,"aria-describedby":"header-delete-button",className:"inline-flex items-center gap-2 justify-center rounded-md border border-rose-500 px-4 py-2 text-sm font-medium leading-5 text-rose-600 dark:text-rose-200 shadow-sm hover:border-rose-600 hover:bg-rose-600 hover:text-white focus:outline-hidden focus:ring-2 focus:ring-rose-500 focus:ring-offset-2 h-[38px]",children:[(0,t.jsx)("span",{children:i||(0,t.jsx)(r.XMarkIcon,{className:"h-5 w-5"})}),a||l({id:"delete",defaultMessage:"Delete"})]})}])},72094,e=>{"use strict";var t=e.i(91398),r=e.i(91788),s=e.i(61898);let a=(e,t="")=>Object.fromEntries(Object.entries(e).reduce((e=[],[s,i])=>"string"==typeof i||r.default.isValidElement(i)?[...e,[`${t}${s}`,i]]:[...Object.entries(a(Object.assign({},...i),`${t}${s}.`)),...e],[])),i=({submitError:e="",fieldErrors:s=[]})=>(0,t.jsx)("div",{className:"my-2 mb-5 text-rose-700",children:(0,t.jsxs)("ul",{className:"space-y-1",children:[e&&(0,t.jsx)("li",{className:"disabled",children:(0,t.jsx)("span",{dangerouslySetInnerHTML:{__html:e}})},"submitError"),Object.entries(a(s)).map(([e,s])=>(0,t.jsx)("li",{className:"disabled",children:(0,t.jsx)("button",{type:"button",className:"no-button text-rose-600 dark:text-rose-400","aria-label":"Error button",onClick:()=>{let t=document.getElementById(e);t&&t.focus()},children:r.default.isValidElement(s)?s:(0,t.jsx)("span",{dangerouslySetInnerHTML:{__html:s}})})},e))]})});e.s(["default",0,({displayFieldErrors:e=!1})=>{let{submitError:r,formik:a}=(0,s.default)(),l=a?.errors;return(r||e)&&(0,t.jsx)(i,{submitError:r,fieldErrors:e&&l})}])},44926,e=>{"use strict";var t=e.i(91398),r=e.i(72043),s=e.i(69322);e.s(["default",0,({isActive:e,activeText:a=null,activeClassName:i="",inActiveClassName:l="",inActiveText:d=null,containerClassName:n=""})=>{let{formatMessage:o}=(0,s.useIntl)();return(0,t.jsx)("span",{className:(0,r.default)("",n),children:e?(0,t.jsx)("span",{className:(0,r.default)("inline-flex items-center border rounded-full px-2.5 py-0.5 text-sm font-medium bg-emerald-50 dark:bg-emerald-900/30 text-emerald-700 dark:text-emerald-300 border-emerald-200 dark:border-emerald-800 uppercase",i),children:a||o({id:"active",defaultMessage:"Active"})}):(0,t.jsx)("span",{className:(0,r.default)("inline-flex items-center border rounded-full px-2.5 py-0.5 text-sm font-medium bg-amber-100 dark:bg-yellow-900/30 text-yellow-800 dark:text-yellow-300 border-amber-400 dark:border-yellow-800 uppercase",l),children:d||o({id:"inactive",defaultMessage:"In-Active"})})})}])},15361,e=>{"use strict";var t=e.i(91788);let r=t.forwardRef(function({title:e,titleId:r,...s},a){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":r},s),e?t.createElement("title",{id:r},e):null,t.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 12.75 11.25 15 15 9.75M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))});e.s(["CheckCircleIcon",0,r],15361)},55215,e=>{"use strict";var t=e.i(91398),r=e.i(72043);e.s(["default",0,({value:e,className:s,onChange:a=()=>{},rows:i=7,...l})=>{let d=Math.max(e?e.split("\n").length:1,i);return(0,t.jsx)("textarea",{className:(0,r.default)("text-black dark:bg-slate-900 dark:text-slate-200 border-transparent border-t border-t-slate-200 dark:border-t-slate-800 resize-y",s),value:e,onChange:a,rows:d,...l})}])},7105,e=>{"use strict";var t=e.i(91398),r=e.i(72043),s=e.i(55215),a=e.i(60741),i=e.i(29691);e.s(["default",0,({validators:e=[],rows:l=10,...d})=>{let n=(0,a.default)({...d,validators:[...e,{isValid:e=>{try{return JSON?.parse(e),!0}catch(e){return!1}},intlMessageDescriptor:{id:"invalid_json_input",defaultMessage:"Invalid JSON input"}}]});return(0,t.jsx)(i.default,{...n,children:(0,t.jsx)(s.default,{className:(0,r.default)("mt-1 block w-full max-w-full rounded-md border-1 border-slate-300 dark:border-slate-800 dark:bg-slate-900 dark:text-slate-200 shadow-xs dark:shadow-none focus:ring-slate-800 sm:text-sm",{"border-rose-300 text-rose-600 focus:border-rose-600 focus:ring-rose-600":!!n.error},d.className),disabled:n.disabled,id:n.name,name:n.name,onChange:e=>{try{JSON.parse(e.target.value||"{}"),n.setError("")}catch(e){n.setError(e.message?.replace("JSON.parse",""))}finally{n.setValue(e.target.value,!0),n.setTouched(!0)}},onBlur:e=>{try{n.setValue(JSON.stringify(JSON.parse(e.target.value),void 0,2),!0),n.setError("")}catch(e){n.setError(e.message)}},placeholder:n.placeholder,autoComplete:n.autoComplete,value:n.value})})}])},33457,e=>{"use strict";var t=e.i(91398),r=e.i(15361),s=e.i(69322),a=e.i(83147),i=e.i(84818),l=e.i(60193),d=e.i(7105),n=e.i(99160),o=e.i(98949),c=e.i(69211),u=e.i(72094);let m=({onSubmit:e,onSubmitSuccess:r,provider:a,disabled:i})=>{let{formatMessage:l}=(0,s.useIntl)(),m=(0,o.default)({initialValues:{configuration:JSON.stringify(a?.configuration||{},null,2)},submit:e,getSubmitErrorMessage:e=>e?.message||"",onSubmitSuccess:r});return(0,t.jsx)(c.default,{form:m,className:"mt-6",children:(0,t.jsxs)("div",{className:"mt-1 sm:mt-0",children:[(0,t.jsx)(d.default,{id:"configuration",name:"configuration",disabled:i,value:m.formik.values.configuration,label:l({id:"configuration",defaultMessage:"Configuration"})}),(0,t.jsx)(u.default,{}),!i&&(0,t.jsx)(n.default,{label:l({id:"update_configuration",defaultMessage:"Update configuration"}),className:"mt-3"})]})})};var f=e.i(44926),x=e.i(65153);e.s(["default",0,({provider:e,onSubmit:d,onSubmitSuccess:n,readOnly:o,children:c=null})=>{let{formatMessage:u}=(0,s.useIntl)(),{formatDateTime:v}=(0,i.default)();return(0,t.jsx)("div",{className:"my-6",children:(0,t.jsx)("div",{className:"space-y-8",children:(0,t.jsxs)("div",{className:"space-y-8 sm:space-y-5",children:[(0,t.jsxs)("div",{className:"flex items-center",children:[(0,t.jsx)("h3",{className:"text-2xl leading-6 text-slate-900 dark:text-slate-200 mr-2",children:(0,a.getInterfaceLabel)(e?.interface)}),(0,t.jsx)(f.default,{containerClassName:"self-end",isActive:e?.isActive})]}),(0,t.jsxs)("div",{className:"space-y-4 max-w-xs",children:[(0,t.jsxs)("div",{className:"flex justify-between w-full gap-3",children:[(0,t.jsx)("dt",{className:"my-auto inline-block text-sm text-slate-400 ",children:u({id:"type_colon",defaultMessage:"Type:"})}),(0,t.jsx)("dd",{children:(0,t.jsx)(x.default,{text:e?.type,color:l.PROVIDER_TYPE_CLASSES[e?.type]})})]}),(0,t.jsxs)("div",{className:"flex flex-col justify-center space-y-2",children:[(0,t.jsxs)("div",{className:"flex items-center",children:[(0,t.jsx)("dt",{className:"text-sm font-normal text-slate-400 pr-2",children:u({id:"created_colon",defaultMessage:"Created:"})}),(0,t.jsx)("dd",{className:"ml-auto text-base",children:v(e?.created,{dateStyle:"long",timeStyle:"short"})})]}),(0,t.jsxs)("div",{className:"flex items-center",children:[(0,t.jsx)("dt",{className:"text-sm font-normal text-slate-400 pr-2",children:u({id:"last_updated",defaultMessage:"Last Updated:"})}),(0,t.jsx)("dd",{className:"ml-auto text-base",children:v(e?.updated,{dateStyle:"long",timeStyle:"short"})})]})]})]}),c&&(0,t.jsx)("div",{className:"w-full",children:c}),(0,t.jsx)(m,{onSubmit:d,onSubmitSuccess:n,provider:e,disabled:o}),(0,t.jsxs)("div",{className:"mt-6 mb-3",children:[(0,t.jsx)("dt",{className:"inline-block text-sm font-normal text-slate-400",children:u({id:"configuration_status",defaultMessage:"Configuration status"})}),e?.configurationError?(0,t.jsx)("dd",{className:"mt-2",children:(0,t.jsxs)("div",{className:"flex items-start p-3 bg-rose-50 dark:bg-rose-900/20 border border-rose-200 dark:border-rose-800 rounded-md",children:[(0,t.jsx)("svg",{className:"h-5 w-5 text-rose-400 dark:text-rose-500 mt-0.5 mr-3 flex-shrink-0",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor",children:(0,t.jsx)("path",{fillRule:"evenodd",d:"M10 18a8 8 0 100-16 8 8 0 000 16zM8.28 7.22a.75.75 0 00-1.06 1.06L8.94 10l-1.72 1.72a.75.75 0 101.06 1.06L10 11.06l1.72 1.72a.75.75 0 101.06-1.06L11.06 10l1.72-1.72a.75.75 0 00-1.06-1.06L10 8.94 8.28 7.22z",clipRule:"evenodd"})}),(0,t.jsxs)("div",{children:[(0,t.jsx)("h3",{className:"text-sm font-medium text-rose-800 dark:text-rose-200",children:u({id:"configuration_invalid",defaultMessage:"Invalid configuration"})}),(0,t.jsx)("div",{className:"mt-1 text-sm text-rose-700 dark:text-rose-300",children:e?.configurationError})]})]})}):(0,t.jsx)("dd",{className:"mt-2",children:(0,t.jsxs)("div",{className:"flex items-center p-3 bg-emerald-50 dark:bg-emerald-900/20 border border-emerald-200 dark:border-emerald-800 rounded-md",children:[(0,t.jsx)(r.CheckCircleIcon,{className:"h-5 w-5 text-emerald-600 dark:text-emerald-400 mr-3 flex-shrink-0"}),(0,t.jsxs)("div",{children:[(0,t.jsx)("h3",{className:"text-sm font-medium text-emerald-800 dark:text-emerald-200",children:u({id:"configuration_valid",defaultMessage:"Valid configuration"})}),(0,t.jsx)("p",{className:"mt-1 text-sm text-emerald-700 dark:text-emerald-300",children:u({id:"configuration_valid_description",defaultMessage:"All configuration parameters are correctly set and validated."})})]})]})})]})]})})})}],33457)},36494,e=>{"use strict";var t=e.i(59080);let r=t.gql`
|
|
2
|
-
fragment AddressFragment on Address {
|
|
3
|
-
firstName
|
|
4
|
-
lastName
|
|
5
|
-
company
|
|
6
|
-
addressLine
|
|
7
|
-
postalCode
|
|
8
|
-
city
|
|
9
|
-
countryCode
|
|
10
|
-
regionCode
|
|
11
|
-
}
|
|
12
|
-
`;e.s(["default",0,r])},7125,43007,e=>{"use strict";var t=e.i(91398),r=e.i(3828),s=e.i(66773),a=e.i(69322),i=e.i(28401),l=e.i(61494),d=e.i(17644),n=e.i(12197),o=e.i(15971),c=e.i(6607),u=e.i(59080),m=e.i(76204);let f=u.gql`
|
|
13
|
-
mutation RemoveDeliveryProvider($deliveryProviderId: ID!) {
|
|
14
|
-
removeDeliveryProvider(deliveryProviderId: $deliveryProviderId) {
|
|
15
|
-
_id
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
`,x=()=>{let[e]=(0,m.useMutation)(f);return{removeDeliveryProvider:async({deliveryProviderId:t})=>e({variables:{deliveryProviderId:t},refetchQueries:["DeliveryProviders","ShopStatus"]})}};e.s(["default",0,x],43007);var v=e.i(36494);let g=u.gql`
|
|
19
|
-
mutation UpdateDeliveryProvider(
|
|
20
|
-
$deliveryProvider: UpdateProviderInput!
|
|
21
|
-
$deliveryProviderId: ID!
|
|
22
|
-
) {
|
|
23
|
-
updateDeliveryProvider(
|
|
24
|
-
deliveryProvider: $deliveryProvider
|
|
25
|
-
deliveryProviderId: $deliveryProviderId
|
|
26
|
-
) {
|
|
27
|
-
_id
|
|
28
|
-
created
|
|
29
|
-
updated
|
|
30
|
-
deleted
|
|
31
|
-
type
|
|
32
|
-
isActive
|
|
33
|
-
configuration
|
|
34
|
-
interface {
|
|
35
|
-
_id
|
|
36
|
-
label
|
|
37
|
-
version
|
|
38
|
-
}
|
|
39
|
-
configurationError
|
|
40
|
-
... on DeliveryProviderPickUp {
|
|
41
|
-
pickUpLocations {
|
|
42
|
-
_id
|
|
43
|
-
name
|
|
44
|
-
address {
|
|
45
|
-
...AddressFragment
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
|
-
${v.default}
|
|
52
|
-
`;var h=e.i(32171),p=e.i(70693),y=e.i(33457),b=e.i(81359),j=e.i(83147),w=e.i(58971);e.s(["default",0,({deliveryProviderId:e})=>{let{formatMessage:f}=(0,a.useIntl)(),{push:k,replace:N}=(0,r.useRouter)(),{setModal:P}=(0,c.default)(),{hasRole:_}=(0,w.default)(),{removeDeliveryProvider:C}=x(),{updateDeliveryProvider:M}=(()=>{let[e]=(0,m.useMutation)(g);return{updateDeliveryProvider:async({deliveryProvider:{configuration:t},deliveryProviderId:r})=>e({variables:{deliveryProvider:{configuration:t},deliveryProviderId:r}})}})(),{deliveryProvider:I,loading:S}=(({deliveryProviderId:e=null})=>{let{customProperties:t}=(0,p.default)(),{data:r,loading:s,error:a}=(0,h.useQuery)(((e="")=>u.gql`
|
|
53
|
-
query DeliveryProvider($deliveryProviderId: ID!) {
|
|
54
|
-
deliveryProvider(deliveryProviderId: $deliveryProviderId) {
|
|
55
|
-
_id
|
|
56
|
-
created
|
|
57
|
-
updated
|
|
58
|
-
deleted
|
|
59
|
-
type
|
|
60
|
-
isActive
|
|
61
|
-
configuration
|
|
62
|
-
interface {
|
|
63
|
-
_id
|
|
64
|
-
label
|
|
65
|
-
version
|
|
66
|
-
}
|
|
67
|
-
configurationError
|
|
68
|
-
...on DeliveryProviderPickUp {
|
|
69
|
-
pickUpLocations {
|
|
70
|
-
_id
|
|
71
|
-
name
|
|
72
|
-
address {
|
|
73
|
-
...AddressFragment
|
|
74
|
-
}
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
${e}
|
|
78
|
-
}
|
|
79
|
-
}
|
|
80
|
-
${v.default}
|
|
81
|
-
`)(t?.DeliveryProvider),{skip:!e,variables:{deliveryProviderId:e}});return{deliveryProvider:r?.deliveryProvider,loading:s,error:a}})({deliveryProviderId:e}),L=async({configuration:t})=>(await M({deliveryProvider:{configuration:JSON.parse(t||"[]")},deliveryProviderId:e}),!0),E=async()=>{await P((0,t.jsx)(o.default,{onCancelClick:async()=>P(""),message:f({id:"delete_delivery_provider_confirmation",defaultMessage:"This action might cause inconsistencies with other data that relates to it. Are you sure you want to delete this delivery provider?"}),onOkClick:async()=>{await P(""),await C({deliveryProviderId:e}),i.toast.success(f({id:"delivery_provider_deleted",defaultMessage:"Delivery provider deleted successfully"})),k("/delivery-provider")},okText:f({id:"delete_delivery_provider",defaultMessage:"Delete delivery provider"})}))};return(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)(l.default,{currentPageTitle:(0,j.getInterfaceLabel)(I?.interface)}),(0,t.jsxs)("div",{className:"items-center flex min-w-full justify-between gap-3 flex-wrap",children:[(0,t.jsx)(d.default,{headerText:f({id:"update_delivery_configuration",defaultMessage:"Update delivery provider"}),title:f({id:"delivery_provider_title",defaultMessage:"Delivery provider {id}"},{id:I?._id})}),_(s.IRoleAction.ManageDeliveryProviders)&&(0,t.jsx)(b.default,{onClick:E})]}),S?(0,t.jsx)(n.default,{}):(0,t.jsx)(y.default,{readOnly:!_(s.IRoleAction.ManageDeliveryProviders),provider:I,onSubmit:L,onSubmitSuccess:()=>{N("/delivery-provider")},children:I?.type==="PICKUP"&&I.pickUpLocations?.length>0&&(0,t.jsxs)("div",{className:"mt-6",children:[(0,t.jsx)("h3",{className:"text-lg font-semibold mb-2",children:f({id:"pickup_locations",defaultMessage:"Pick-up Locations"})}),(0,t.jsx)("ul",{className:"space-y-2",children:I.pickUpLocations.map(e=>(0,t.jsxs)("li",{className:"border rounded-md p-3 bg-slate-50 dark:bg-slate-800",children:[(0,t.jsx)("div",{className:"font-medium",children:e.name}),e.address&&(0,t.jsxs)("div",{className:"text-sm text-slate-600 dark:text-slate-300",children:[e.address.addressLine,e.address.addressLine2?`, ${e.address.addressLine2}`:"",", ",e.address.city,", ",e.address.regionCode,","," ",e.address.postalCode,", ",e.address.countryCode]})]},e._id))})]})})]})}],7125)},93774,(e,t,r)=>{let s="/delivery-provider/DeliveryProviderDetailPage";(window.__NEXT_P=window.__NEXT_P||[]).push([s,()=>e.r(7125)]),t.hot&&t.hot.dispose(function(){window.__NEXT_P.push([s])})},48761,e=>{e.v(t=>Promise.all(["static/chunks/0wooaklx8_14q.js"].map(t=>e.l(t))).then(()=>t(93594)))},28805,e=>{e.v(t=>Promise.all(["static/chunks/1jqnrnw0p9tw5.js"].map(t=>e.l(t))).then(()=>t(79466)))}]);
|