@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
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
(globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,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})})})])},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"})})})]})})})}])},1504,e=>{"use strict";e.s(["default",0,(e,r,a)=>Object.assign({},...e?.map(e=>({[e[a]]:e[r]}))||[])])},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))]})})})}])},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:P}=(({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:w}=(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:!w(i.IRoleAction.ManageWarehousingProviders),providerInterfaces:(0,u.default)(P,"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])})},28805,e=>{e.v(r=>Promise.all(["static/chunks/0h0r_q6xa9qr_.js"].map(r=>e.l(r))).then(()=>r(79466)))},48761,e=>{e.v(r=>Promise.all(["static/chunks/1ae-9ft5cgojf.js"].map(r=>e.l(r))).then(()=>r(93594)))},13521,(e,r,a)=>{"use strict";e.i(50461),Object.defineProperty(a,"__esModule",{value:!0}),Object.defineProperty(a,"ImageConfigContext",{enumerable:!0,get:function(){return t}});let i=e.r(41705)._(e.r(91788)),s=e.r(15125),t=i.default.createContext(s.imageConfigDefault)},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}}]);
|
|
@@ -0,0 +1,217 @@
|
|
|
1
|
+
(globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,73298,2228,e=>{"use strict";var t=e.i(59080);let r=t.gql`
|
|
2
|
+
fragment MD5MetaDataFragment on WebAuthnMDSv3Metadata {
|
|
3
|
+
legalHeader
|
|
4
|
+
description
|
|
5
|
+
authenticatorVersion
|
|
6
|
+
protocolFamily
|
|
7
|
+
schema
|
|
8
|
+
authenticationAlgorithms
|
|
9
|
+
publicKeyAlgAndEncodings
|
|
10
|
+
attestationTypes
|
|
11
|
+
keyProtection
|
|
12
|
+
upv
|
|
13
|
+
tcDisplay
|
|
14
|
+
authenticationAlgorithms
|
|
15
|
+
publicKeyAlgAndEncodings
|
|
16
|
+
icon
|
|
17
|
+
authenticatorGetInfo
|
|
18
|
+
}
|
|
19
|
+
`;e.s(["default",0,r],2228);let s=t.gql`
|
|
20
|
+
fragment UserFragment on User {
|
|
21
|
+
_id
|
|
22
|
+
lastBillingAddress {
|
|
23
|
+
firstName
|
|
24
|
+
lastName
|
|
25
|
+
company
|
|
26
|
+
addressLine
|
|
27
|
+
addressLine2
|
|
28
|
+
postalCode
|
|
29
|
+
countryCode
|
|
30
|
+
regionCode
|
|
31
|
+
city
|
|
32
|
+
}
|
|
33
|
+
lastContact {
|
|
34
|
+
emailAddress
|
|
35
|
+
telNumber
|
|
36
|
+
}
|
|
37
|
+
lastLogin {
|
|
38
|
+
countryCode
|
|
39
|
+
locale
|
|
40
|
+
remoteAddress
|
|
41
|
+
remotePort
|
|
42
|
+
timestamp
|
|
43
|
+
userAgent
|
|
44
|
+
}
|
|
45
|
+
avatar {
|
|
46
|
+
_id
|
|
47
|
+
name
|
|
48
|
+
size
|
|
49
|
+
type
|
|
50
|
+
url
|
|
51
|
+
}
|
|
52
|
+
allowedActions
|
|
53
|
+
paymentCredentials {
|
|
54
|
+
_id
|
|
55
|
+
isValid
|
|
56
|
+
isPreferred
|
|
57
|
+
paymentProvider {
|
|
58
|
+
_id
|
|
59
|
+
type
|
|
60
|
+
interface {
|
|
61
|
+
_id
|
|
62
|
+
label
|
|
63
|
+
version
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
emails {
|
|
68
|
+
verified
|
|
69
|
+
address
|
|
70
|
+
}
|
|
71
|
+
web3Addresses {
|
|
72
|
+
address
|
|
73
|
+
nonce
|
|
74
|
+
verified
|
|
75
|
+
}
|
|
76
|
+
webAuthnCredentials {
|
|
77
|
+
_id
|
|
78
|
+
created
|
|
79
|
+
aaguid
|
|
80
|
+
counter
|
|
81
|
+
mdsMetadata {
|
|
82
|
+
...MD5MetaDataFragment
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
profile {
|
|
86
|
+
displayName
|
|
87
|
+
phoneMobile
|
|
88
|
+
gender
|
|
89
|
+
address {
|
|
90
|
+
firstName
|
|
91
|
+
lastName
|
|
92
|
+
company
|
|
93
|
+
addressLine
|
|
94
|
+
addressLine2
|
|
95
|
+
postalCode
|
|
96
|
+
countryCode
|
|
97
|
+
regionCode
|
|
98
|
+
city
|
|
99
|
+
}
|
|
100
|
+
birthday
|
|
101
|
+
}
|
|
102
|
+
username
|
|
103
|
+
primaryEmail {
|
|
104
|
+
verified
|
|
105
|
+
address
|
|
106
|
+
}
|
|
107
|
+
isGuest
|
|
108
|
+
isInitialPassword
|
|
109
|
+
name
|
|
110
|
+
roles
|
|
111
|
+
tags
|
|
112
|
+
deleted
|
|
113
|
+
cart {
|
|
114
|
+
_id
|
|
115
|
+
items {
|
|
116
|
+
_id
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
orders {
|
|
120
|
+
_id
|
|
121
|
+
items {
|
|
122
|
+
_id
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
${r}
|
|
127
|
+
`;e.s(["default",0,s],73298)},86610,e=>{"use strict";var t=e.i(59080);let r=async(e,r=null)=>{await e.mutate({mutation:t.gql`
|
|
128
|
+
mutation Logout {
|
|
129
|
+
logout {
|
|
130
|
+
success
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
`}),await e.resetStore(),r?r.push("/log-in"):window.location.href="/log-in"};e.s(["default",0,r])},51870,e=>{"use strict";var t=e.i(59080),r=e.i(32171),s=e.i(70693),i=e.i(73298);e.s(["default",0,e=>{let{customProperties:a,hydrateFragment:n}=(0,s.default)(),{data:l,loading:o,error:d}=(0,r.useQuery)(((e="")=>t.gql`
|
|
134
|
+
query CurrentUser {
|
|
135
|
+
me {
|
|
136
|
+
...UserFragment
|
|
137
|
+
${e}
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
${i.default}
|
|
141
|
+
`)(a?.User)),u=l?.me,c=n(a?.User,u||null);return{currentUser:u,loading:o,error:d,extendedData:c}}])},1403,e=>{"use strict";var t=e.i(59080),r=e.i(32171);let s=t.gql`
|
|
142
|
+
query UsersCount(
|
|
143
|
+
$includeGuests: Boolean
|
|
144
|
+
$queryString: String
|
|
145
|
+
$lastLogin: DateFilterInput
|
|
146
|
+
$emailVerified: Boolean
|
|
147
|
+
) {
|
|
148
|
+
usersCount(
|
|
149
|
+
includeGuests: $includeGuests
|
|
150
|
+
queryString: $queryString
|
|
151
|
+
lastLogin: $lastLogin
|
|
152
|
+
emailVerified: $emailVerified
|
|
153
|
+
)
|
|
154
|
+
}
|
|
155
|
+
`;e.s(["default",0,({includeGuests:e=!1,queryString:t=null,lastLogin:i=null,emailVerified:a=null}={})=>{let{data:n,loading:l,error:o}=(0,r.useQuery)(s,{variables:{includeGuests:e,queryString:t,lastLogin:i,emailVerified:a}});return{usersCount:n?.usersCount||0,loading:l,error:o}}])},8199,e=>{"use strict";var t=e.i(91398),r=e.i(91788),s=e.i(63414);class i extends r.default.Component{constructor(e){super(e),this.state={hasError:!1,error:null}}static getDerivedStateFromError(e){return{hasError:!0,error:e}}componentDidCatch(e,t){console.error({error:e,errorInfo:t})}render(){return this.state.hasError?(0,t.jsx)(s.default,{error:this.state.error,resetError:()=>this.setState({hasError:!1,error:null})}):this.props.children}}e.s(["default",0,i])},63414,e=>{"use strict";var t=e.i(91398),r=e.i(41158),s=e.i(69322),i=e.i(5505);e.s(["default",0,({error:e=null,resetError:a=null})=>{let{formatMessage:n}=(0,s.useIntl)();return(0,t.jsx)("div",{className:"flex min-h-screen items-center justify-center py-12 px-4 sm:px-6 lg:px-8",children:(0,t.jsxs)("div",{className:"w-full max-w-md space-y-4 text-center",children:[(0,t.jsx)("div",{children:(0,t.jsx)("h2",{className:"text-center text-3xl text-slate-900 dark:text-slate-200",children:n({id:"internal_server_error",defaultMessage:"500 Internal Server Error"})})}),(0,t.jsx)(i.default,{children:(0,t.jsxs)("div",{className:"space-y-6 px-4 pb-5 pt-3 sm:rounded-lg sm:px-10",children:[(0,t.jsxs)("div",{className:"text-center",children:[(0,t.jsx)("div",{className:"mx-auto flex h-12 w-12 items-center justify-center rounded-full bg-rose-100 dark:bg-rose-900",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-2.5L13.732 4c-.77-.833-1.964-.833-2.732 0L3.732 16.5c-.77.833.192 2.5 1.732 2.5z"})})}),(0,t.jsx)("p",{className:"mt-4 text-sm font-semibold uppercase tracking-wide text-rose-600 dark:text-rose-400",children:n({id:"error_500",defaultMessage:"500 Error"})}),(0,t.jsx)("p",{className:"mt-2 text-base text-slate-500 dark:text-slate-400",children:n({id:"internal_server_error_message",defaultMessage:"Sorry, something went wrong on our end. We are working to fix this."})}),e?.message&&(0,t.jsxs)("details",{className:"mt-4 text-left",children:[(0,t.jsx)("summary",{className:"cursor-pointer text-sm text-slate-600 dark:text-slate-400 hover:text-slate-800 dark:hover:text-slate-300",children:n({id:"show_error_details",defaultMessage:"Show error details"})}),(0,t.jsx)("pre",{className:"mt-2 text-xs text-slate-500 dark:text-slate-400 whitespace-pre-wrap break-all",children:e?.message})]})]}),(0,t.jsxs)("div",{className:"flex flex-col gap-3 mt-6",children:[(0,t.jsxs)(r.default,{href:"/",className:"group relative flex w-full justify-center rounded-md border border-transparent bg-slate-800 dark:bg-slate-600 py-2 px-4 text-sm font-medium text-white hover:bg-slate-950 dark:hover:bg-slate-500 focus:outline-hidden focus:ring-2 focus:ring-slate-800 dark:focus:ring-slate-400 focus:ring-offset-2",children:[(0,t.jsx)("span",{className:"absolute inset-y-0 left-0 flex items-center pl-3",children:(0,t.jsx)("svg",{className:"h-5 w-5 text-white group-hover:text-slate-200",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true",children:(0,t.jsx)("path",{fillRule:"evenodd",d:"M9.707 16.707a1 1 0 01-1.414 0l-6-6a1 1 0 010-1.414l6-6a1 1 0 011.414 1.414L5.414 9H17a1 1 0 110 2H5.414l4.293 4.293a1 1 0 010 1.414z",clipRule:"evenodd"})})}),n({id:"back_to_home",defaultMessage:"Back to Home"})]}),a&&(0,t.jsxs)("button",{type:"button",onClick:a,className:"group relative flex w-full justify-center rounded-md border border-slate-300 bg-slate-100 dark:bg-slate-700 dark:border-slate-600 py-2 px-4 text-sm font-medium text-slate-700 dark:text-slate-300 hover:bg-slate-200 dark:hover:bg-slate-600 focus:outline-hidden focus:ring-2 focus:ring-slate-500 dark:focus:ring-slate-400 focus:ring-offset-2",children:[(0,t.jsx)("span",{className:"absolute inset-y-0 left-0 flex items-center pl-3",children:(0,t.jsx)("svg",{className:"h-5 w-5 text-slate-500 dark:text-slate-400 group-hover:text-slate-600 dark:group-hover:text-slate-300",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true",children:(0,t.jsx)("path",{fillRule:"evenodd",d:"M4 2a1 1 0 011 1v2.101a7.002 7.002 0 0111.601 2.566 1 1 0 11-1.885.666A5.002 5.002 0 005.999 7H9a1 1 0 010 2H4a1 1 0 01-1-1V3a1 1 0 011-1zm.008 9.057a1 1 0 011.276.61A5.002 5.002 0 0014.001 13H11a1 1 0 110-2h5a1 1 0 011 1v5a1 1 0 11-2 0v-2.101a7.002 7.002 0 01-11.601-2.566 1 1 0 01.61-1.276z",clipRule:"evenodd"})})}),n({id:"try_again",defaultMessage:"Try Again"})]})]})]})})]})})}])},35065,16509,e=>{"use strict";var t=e.i(91398),r=e.i(26019),s=e.i(91788),i=e.i(69322);let a=({src:e,width:t,quality:r=75})=>e?`${e}?w=${t}&q=${r}`:"/no-image.jpg";e.s(["default",0,a],16509);let n=({className:e="w-full h-full",width:r=200,height:s=200})=>(0,t.jsxs)("svg",{width:r,height:s,viewBox:"0 0 200 200",fill:"none",className:e,xmlns:"http://www.w3.org/2000/svg",children:[(0,t.jsx)("rect",{x:"10",y:"10",width:"180",height:"180",rx:"8",stroke:"currentColor",strokeWidth:"3",strokeDasharray:"8 4",fill:"transparent",className:"text-slate-800 dark:text-slate-400"}),(0,t.jsx)("rect",{x:"40",y:"40",width:"120",height:"80",rx:"4",stroke:"currentColor",strokeWidth:"3",fill:"transparent"}),(0,t.jsx)("path",{d:"M50 100 L70 80 L90 95 L110 75 L130 90 L150 70",stroke:"currentColor",strokeWidth:"3",fill:"none",strokeLinecap:"round",strokeLinejoin:"round"}),(0,t.jsx)("circle",{cx:"130",cy:"55",r:"8",stroke:"currentColor",strokeWidth:"3",fill:"transparent"}),(0,t.jsx)("text",{x:"100",y:"145",textAnchor:"middle",className:"text-slate-800 dark:text-slate-300 text-sm font-semibold",fill:"currentColor",children:"No Image"})]});e.s(["default",0,({fallbackSrc:e="",src:l,...o})=>{let[d,u]=(0,s.useState)(l),[c,f]=(0,s.useState)(!1),{formatMessage:m}=(0,i.useIntl)();return c||!d?(0,t.jsx)("div",{className:o.className||"w-full h-full flex items-center justify-center bg-slate-50 dark:bg-slate-800",children:(0,t.jsx)(n,{width:o.width||200,height:o.height||200,className:"max-w-full max-h-full"})}):(0,t.jsx)(r.default,{src:d,loader:a,alt:m({id:"image-not-found",defaultMessage:"Image not found"}),...o,onError:()=>{e&&d!==e?u(e):f(!0)}})}],35065)},26917,63529,e=>{"use strict";var t=e.i(91398),r=e.i(91788);let s=r.forwardRef(function({title:e,titleId:t,...s},i){return r.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:i,"aria-labelledby":t},s),e?r.createElement("title",{id:t},e):null,r.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21.752 15.002A9.72 9.72 0 0 1 18 15.75c-5.385 0-9.75-4.365-9.75-9.75 0-1.33.266-2.597.748-3.752A9.753 9.753 0 0 0 3 11.25C3 16.635 7.365 21 12.75 21a9.753 9.753 0 0 0 9.002-5.998Z"}))}),i=r.forwardRef(function({title:e,titleId:t,...s},i){return r.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:i,"aria-labelledby":t},s),e?r.createElement("title",{id:t},e):null,r.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 3v2.25m6.364.386-1.591 1.591M21 12h-2.25m-.386 6.364-1.591-1.591M12 18.75V21m-4.773-4.227-1.591 1.591M5.25 12H3m4.227-4.773L5.636 5.636M15.75 12a3.75 3.75 0 1 1-7.5 0 3.75 3.75 0 0 1 7.5 0Z"}))});var a=e.i(72043),n=e.i(83283);e.s(["default",0,()=>{let{theme:e,setTheme:r}=(0,n.default)();return(0,t.jsx)("div",{className:"inline-flex items-center z-50",children:(0,t.jsxs)("button",{type:"button",className:"group hover:cursor-pointer focus:outline-hidden focus:ring-2 focus:ring-slate-800 hover:bg-slate-100 dark:hover:bg-slate-800 transition-colors rounded-md p-2",id:"theme-toggle",title:"Toggles light & dark","aria-label":"auto","aria-live":"polite",onClick:()=>{"dark"===e?r("light"):r("dark")},children:[(0,t.jsx)(i,{className:(0,a.default)("w-6 h-6 text-slate-600 transition-all ease-out delay-1000",{hidden:"dark"===e})}),(0,t.jsx)(s,{className:(0,a.default)("w-6 h-6 text-yellow-200 group-hover:text-white transition-colors duration-200",{hidden:"light"===e})})]})})}],26917);var l=e.i(69322),o=e.i(24629),d=e.i(79684);e.s(["default",0,({narrowNav:e=!1})=>{let{locale:s,formatMessage:i}=(0,l.useIntl)(),[a,n]=(0,r.useState)(!1),u=["en","de"],c=u.find(e=>e===s)||"en",[,f]=(0,d.default)("preferred-language",c),m=async e=>{try{f(e),window.location.reload(),n(!1)}catch(e){console.error("Failed to change language:",e)}};return(0,r.useEffect)(()=>{let e=e=>{e.target.closest("[data-language-toggle]")||n(!1)};if(a)return document.addEventListener("mousedown",e),()=>document.removeEventListener("mousedown",e)},[a]),(0,t.jsxs)("div",{className:"relative","data-language-toggle":!0,children:[(0,t.jsx)("button",{onClick:()=>n(!a),className:"flex items-center space-x-1 p-2 text-slate-600 dark:text-sky-400 hover:text-slate-900 dark:hover:text-slate-200 rounded-md hover:bg-slate-100 dark:hover:bg-slate-800 transition-colors focus:outline-hidden focus:ring-2 focus:ring-slate-800",title:i({id:"change_language",defaultMessage:"Change language"}),children:(0,t.jsx)(o.GlobeAltIcon,{className:"h-6 w-6"})}),a&&(0,t.jsx)("div",{className:`absolute w-48 rounded-md shadow-lg bg-white dark:bg-slate-800 ring-1 ring-black ring-opacity-5 z-[9999] ${e?"left-full ml-2 bottom-0":"right-0 md:left-full md:ml-2 md:bottom-full md:mb-2 mt-2 md:mt-0"}`,children:(0,t.jsxs)("div",{className:"py-1",role:"menu",children:[(0,t.jsx)("div",{className:"px-4 py-2 text-xs font-semibold text-slate-500 dark:text-slate-400 uppercase tracking-wide border-b border-slate-200 dark:border-slate-700",children:i({id:"select_language",defaultMessage:"Select Language"})}),u.map(e=>(0,t.jsx)("button",{onClick:()=>m(e),className:`w-full text-left px-4 py-2 text-sm hover:bg-slate-100 dark:hover:bg-slate-700 transition-colors ${c===e?"bg-slate-50 dark:bg-slate-700 text-slate-900 dark:text-slate-100 font-medium":"text-slate-700 dark:text-slate-300"}`,role:"menuitem",children:(0,t.jsxs)("div",{className:"flex items-center justify-between",children:[(0,t.jsx)("span",{children:{en:"English",de:"Deutsch"}[e]||e.toUpperCase()}),c===e&&(0,t.jsx)("div",{className:"h-2 w-2 rounded-full bg-slate-800"})]})},e))]})})]})}],63529)},84870,e=>{"use strict";var t=e.i(91788),r=e.i(59080),s=e.i(32171),i=e.i(69322);let a=r.gql`
|
|
156
|
+
query ShopStatus {
|
|
157
|
+
countriesCount
|
|
158
|
+
currenciesCount
|
|
159
|
+
languagesCount
|
|
160
|
+
productsCount
|
|
161
|
+
assortmentsCount
|
|
162
|
+
filtersCount
|
|
163
|
+
deliveryProvidersCount
|
|
164
|
+
paymentProvidersCount
|
|
165
|
+
}
|
|
166
|
+
`;e.s(["default",0,()=>{let{formatMessage:e}=(0,i.useIntl)(),{data:r,loading:n,error:l}=(0,s.useQuery)(a);return{configuration:(0,t.useMemo)(()=>{let t,s,i,a,n,l,o,d={...{currenciesCount:{id:"currencies",title:e({id:"currencies",defaultMessage:"Currencies"}),description:e({id:"currency_config_description",defaultMessage:"Set up currencies for pricing and payments"}),isRequired:!0,setupUrl:"/currency/new",category:"essential",estimatedTime:"2 min",icon:"currency",isComplete:!1},countriesCount:{id:"countries",title:e({id:"countries",defaultMessage:"Countries"}),description:e({id:"countries_config_description",defaultMessage:"Configure countries and assign default currencies"}),isRequired:!0,setupUrl:"/country/new",category:"essential",estimatedTime:"2 min",icon:"globe",isComplete:!1},languagesCount:{id:"languages",title:e({id:"languages",defaultMessage:"Languages"}),description:e({id:"language_config_description",defaultMessage:"Configure languages for content localization"}),isRequired:!0,setupUrl:"/language/new",category:"essential",estimatedTime:"2 min",icon:"language",isComplete:!1},paymentProvidersCount:{id:"payment",title:e({id:"payment_processing",defaultMessage:"Payment Processing"}),description:e({id:"payment_processing_config_description",defaultMessage:"Invoice payment provider is already configured"}),isRequired:!0,setupUrl:"/payment-provider/new",category:"commerce",estimatedTime:"10 min",icon:"credit-card",isComplete:!1},deliveryProvidersCount:{id:"delivery",title:e({id:"delivery_processing",defaultMessage:"Shipping & Delivery"}),description:e({id:"delivery_processing_config_description",defaultMessage:"Delivery methods are already configured"}),isRequired:!0,setupUrl:"/delivery-provider/new",category:"commerce",estimatedTime:"10 min",icon:"truck",isComplete:!1},productsCount:{id:"products",title:e({id:"products",defaultMessage:"Products"}),description:e({id:"products_config_description",defaultMessage:"Create your first products"}),isRequired:!0,setupUrl:"/products/new",category:"content",estimatedTime:"5 min",icon:"cube",isComplete:!1},assortmentsCount:{id:"assortments",title:e({id:"assortments",defaultMessage:"Assortments"}),description:e({id:"assortment_config_description",defaultMessage:"Organize products into categories"}),isRequired:!1,setupUrl:"/assortments/new",category:"content",estimatedTime:"3 min",icon:"folder",isComplete:!1}}};if(r)for(let e of Object.keys(d))d[e]={...d[e],isComplete:r?.[e]>0};return s=(t=Object.values(d)).filter(e=>e.isComplete),a=(i=t.filter(e=>e.isRequired)).filter(e=>e.isComplete),n=t.filter(e=>"essential"===e.category),l=t.filter(e=>"commerce"===e.category),o=t.filter(e=>"content"===e.category),{steps:d,completedSteps:s,overallProgress:Math.round(s.length/t.length*100),isFullyConfigured:a.length===i.length,essentialStepsComplete:n.every(e=>e.isComplete),commerceStepsComplete:l.filter(e=>e.isRequired).every(e=>e.isComplete),contentStepsComplete:o.every(e=>e.isComplete),essentialSteps:n,commerceSteps:l,contentSteps:o}},[r]),loading:n,error:l}}],84870)},93380,e=>{"use strict";e.s(["default",0,e=>e?e?.username?e.username:e?.profile?.displayName?e?.profile?.displayName:e?.profile?.address?.firstName||e?.profile?.address?.lastName?`${e?.profile?.address?.firstName} ${e?.profile?.address?.lastName}`:e?.name?e.name:e.isGuest?e?.primaryEmail?.address?.split(".")?.[0]:null:null])},94672,e=>{"use strict";var t=e.i(59080);let r=t.gql`
|
|
167
|
+
fragment WorkFragment on Work {
|
|
168
|
+
_id
|
|
169
|
+
type
|
|
170
|
+
scheduled
|
|
171
|
+
status
|
|
172
|
+
started
|
|
173
|
+
success
|
|
174
|
+
finished
|
|
175
|
+
created
|
|
176
|
+
deleted
|
|
177
|
+
retries
|
|
178
|
+
original {
|
|
179
|
+
_id
|
|
180
|
+
retries
|
|
181
|
+
}
|
|
182
|
+
input
|
|
183
|
+
result
|
|
184
|
+
}
|
|
185
|
+
`;e.s(["default",0,r])},5432,e=>{"use strict";var t=e.i(91788),r=e.i(66773),s=e.i(52835);e.s(["default",0,({queryString:e=null,sortOptions:i}={})=>{let a=(0,t.useMemo)(()=>new Date(Date.now()-864e5).toISOString(),[]),{workQueue:n}=(0,s.default)({types:[r.IWorkType.BulkExport],queryString:e,created:{start:a},status:[r.IWorkStatus.Success],pollInterval:6e4});if(!n?.length)return{exports:[],count:0};let l=Date.now(),o=n.map(e=>{let t=new Date(e.finished).getTime(),r=Object.entries(e.result?.files||{}).filter(([,e])=>!!e?.url&&(!e?.expires||e.expires>l)).map(([e,r])=>({name:e.toUpperCase(),url:r.url,expiresAt:new Date(t+r.expires).toLocaleString()}));return 0===r.length?null:{id:e._id,type:e.input?.type,finished:new Date(e.finished).toLocaleString(),files:r}}).filter(e=>null!==e);return{count:o.reduce((e,t)=>e+t.files.length,0),exports:o}}])},52835,e=>{"use strict";var t=e.i(59080),r=e.i(32171),s=e.i(66773),i=e.i(94672);let a=t.gql`
|
|
186
|
+
query WorkQueue(
|
|
187
|
+
$queryString: String
|
|
188
|
+
$offset: Int
|
|
189
|
+
$limit: Int
|
|
190
|
+
$status: [WorkStatus!]
|
|
191
|
+
$types: [WorkType!]
|
|
192
|
+
$created: DateFilterInput
|
|
193
|
+
$sort: [SortOptionInput!]
|
|
194
|
+
) {
|
|
195
|
+
workQueue(
|
|
196
|
+
queryString: $queryString
|
|
197
|
+
offset: $offset
|
|
198
|
+
limit: $limit
|
|
199
|
+
status: $status
|
|
200
|
+
types: $types
|
|
201
|
+
created: $created
|
|
202
|
+
sort: $sort
|
|
203
|
+
) {
|
|
204
|
+
...WorkFragment
|
|
205
|
+
}
|
|
206
|
+
activeWorkTypes
|
|
207
|
+
workQueueCount(
|
|
208
|
+
status: $status
|
|
209
|
+
types: $types
|
|
210
|
+
created: $created
|
|
211
|
+
queryString: $queryString
|
|
212
|
+
)
|
|
213
|
+
}
|
|
214
|
+
${i.default}
|
|
215
|
+
`;e.s(["default",0,({queryString:e="",limit:t=50,status:i,types:n,created:l=null,sort:o=[],offset:d=0,pollInterval:u=1e3})=>{let{data:c,loading:f,error:m,fetchMore:g,previousData:p}=(0,r.useQuery)(a,{fetchPolicy:"cache-and-network",pollInterval:u,variables:{queryString:e,offset:d,limit:t,status:i,types:n,created:Object.fromEntries(Object.entries(l||{}).filter(([,e])=>e).map(([e,t])=>[e,t])),sort:(o||[]).length?o:[{key:"scheduled",value:s.ISortDirection.Desc}]}}),h=c?.workQueue||p?.workQueue||[],v=c?.activeWorkTypes||[],x=c?.workQueueCount||0,y=h?.length<x;return{workQueue:h,total:x,activeWorkTypes:v,hasMore:y,loading:f,error:m,loadMore:()=>{g({variables:{offset:h.length}})}}}])},45880,e=>{"use strict";var t=e.i(91788);let r=t.forwardRef(function({title:e,titleId:r,...s},i){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:i,"aria-labelledby":r},s),e?t.createElement("title",{id:r},e):null,t.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8.25 9V5.25A2.25 2.25 0 0 1 10.5 3h6a2.25 2.25 0 0 1 2.25 2.25v13.5A2.25 2.25 0 0 1 16.5 21h-6a2.25 2.25 0 0 1-2.25-2.25V15M12 9l3 3m0 0-3 3m3-3H2.25"}))});e.s(["ArrowRightEndOnRectangleIcon",0,r],45880)},83345,e=>{"use strict";var t=e.i(91788);let r=t.forwardRef(function({title:e,titleId:r,...s},i){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:i,"aria-labelledby":r},s),e?t.createElement("title",{id:r},e):null,t.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m21 7.5-9-5.25L3 7.5m18 0-9 5.25m9-5.25v9l-9 5.25M3 7.5l9 5.25M3 7.5v9l9 5.25m0-9v9"}))});e.s(["CubeIcon",0,r],83345)},24629,e=>{"use strict";var t=e.i(91788);let r=t.forwardRef(function({title:e,titleId:r,...s},i){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:i,"aria-labelledby":r},s),e?t.createElement("title",{id:r},e):null,t.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 21a9.004 9.004 0 0 0 8.716-6.747M12 21a9.004 9.004 0 0 1-8.716-6.747M12 21c2.485 0 4.5-4.03 4.5-9S14.485 3 12 3m0 18c-2.485 0-4.5-4.03-4.5-9S9.515 3 12 3m0 0a8.997 8.997 0 0 1 7.843 4.582M12 3a8.997 8.997 0 0 0-7.843 4.582m15.686 0A11.953 11.953 0 0 1 12 10.5c-2.998 0-5.74-1.1-7.843-2.918m15.686 0A8.959 8.959 0 0 1 21 12c0 .778-.099 1.533-.284 2.253m0 0A17.919 17.919 0 0 1 12 16.5c-3.162 0-6.133-.815-8.716-2.247m0 0A9.015 9.015 0 0 1 3 12c0-1.605.42-3.113 1.157-4.418"}))});e.s(["GlobeAltIcon",0,r],24629)},90645,e=>{"use strict";var t=e.i(91788);let r=t.forwardRef(function({title:e,titleId:r,...s},i){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:i,"aria-labelledby":r},s),e?t.createElement("title",{id:r},e):null,t.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M13.19 8.688a4.5 4.5 0 0 1 1.242 7.244l-4.5 4.5a4.5 4.5 0 0 1-6.364-6.364l1.757-1.757m13.35-.622 1.757-1.757a4.5 4.5 0 0 0-6.364-6.364l-4.5 4.5a4.5 4.5 0 0 0 1.242 7.244"}))});e.s(["LinkIcon",0,r],90645)},85192,e=>{"use strict";var t=e.i(91788);let r=t.forwardRef(function({title:e,titleId:r,...s},i){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:i,"aria-labelledby":r},s),e?t.createElement("title",{id:r},e):null,t.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 6.878V6a2.25 2.25 0 0 1 2.25-2.25h7.5A2.25 2.25 0 0 1 18 6v.878m-12 0c.235-.083.487-.128.75-.128h10.5c.263 0 .515.045.75.128m-12 0A2.25 2.25 0 0 0 4.5 9v.878m13.5-3A2.25 2.25 0 0 1 19.5 9v.878m0 0a2.246 2.246 0 0 0-.75-.128H5.25c-.263 0-.515.045-.75.128m15 0A2.25 2.25 0 0 1 21 12v6a2.25 2.25 0 0 1-2.25 2.25H5.25A2.25 2.25 0 0 1 3 18v-6c0-.98.626-1.813 1.5-2.122"}))});e.s(["RectangleStackIcon",0,r],85192)},49194,(e,t,r)=>{"use strict";e.i(50461),Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"Image",{enumerable:!0,get:function(){return b}});let s=e.r(41705),i=e.r(52456),a=e.r(91398),n=i._(e.r(91788)),l=s._(e.r(30943)),o=s._(e.r(80963)),d=e.r(66785),u=e.r(15125),c=e.r(13521),f=e.r(25479),m=s._(e.r(3866)),g=e.r(63230),p={deviceSizes:[640,750,828,1080,1200,1920,2048,3840],imageSizes:[32,48,64,96,128,256,384],qualities:[75],path:"/_next/image/",loader:"default",dangerouslyAllowSVG:!1,unoptimized:!0};function h(e,t,r,s,i,a,n){let l=e?.src;e&&e["data-loaded-src"]!==l&&(e["data-loaded-src"]=l,("decode"in e?e.decode():Promise.resolve()).catch(()=>{}).then(()=>{if(e.parentElement&&e.isConnected){if("empty"!==t&&i(!0),r?.current){let t=new Event("load");Object.defineProperty(t,"target",{writable:!1,value:e});let s=!1,i=!1;r.current({...t,nativeEvent:t,currentTarget:e,target:e,isDefaultPrevented:()=>s,isPropagationStopped:()=>i,persist:()=>{},preventDefault:()=>{s=!0,t.preventDefault()},stopPropagation:()=>{i=!0,t.stopPropagation()}})}s?.current&&s.current(e)}}))}function v(e){return n.use?{fetchPriority:e}:{fetchpriority:e}}"u"<typeof window&&(globalThis.__NEXT_IMAGE_IMPORTED=!0);let x="u"<typeof window?n.useEffect:n.useLayoutEffect,y=(0,n.forwardRef)(({src:e,srcSet:t,sizes:r,height:s,width:i,decoding:l,className:o,style:d,fetchPriority:u,placeholder:c,loading:f,unoptimized:m,fill:p,onLoadRef:y,onLoadingCompleteRef:w,setBlurComplete:b,setShowAltText:j,sizesInput:k,onLoad:C,onError:_,...S},E)=>{let M=(0,n.useRef)(!1),P=(0,n.useRef)(null);x(()=>{let{current:e}=M,{current:t}=P;e||null===t||(_&&(t.src=t.src),t.complete&&h(t,c,y,w,b,m,k),M.current=!0)},[e,c,y,w,_,m,k]);let O=(0,g.useMergedRef)(E,P);return(0,a.jsx)("img",{...S,...v(u),loading:f,width:i,height:s,decoding:l,"data-nimg":p?"fill":"1",className:o,style:d,sizes:r,srcSet:t,src:e,ref:O,onLoad:e=>{h(e.currentTarget,c,y,w,b,m,k)},onError:e=>{j(!0),"empty"!==c&&b(!0),_&&_(e)}})});function w({isAppRouter:e,imgAttributes:t}){let r={as:"image",imageSrcSet:t.srcSet,imageSizes:t.sizes,crossOrigin:t.crossOrigin,referrerPolicy:t.referrerPolicy,...v(t.fetchPriority)};return e&&l.default.preload?(l.default.preload(t.src,r),null):(0,a.jsx)(o.default,{children:(0,a.jsx)("link",{rel:"preload",href:t.srcSet?void 0:t.src,...r},"__nimg-"+t.src+t.srcSet+t.sizes)})}let b=(0,n.forwardRef)((e,t)=>{let r=(0,n.useContext)(f.RouterContext),s=(0,n.useContext)(c.ImageConfigContext),i=(0,n.useMemo)(()=>{let e=p||s||u.imageConfigDefault,t=[...e.deviceSizes,...e.imageSizes].sort((e,t)=>e-t),r=e.deviceSizes.sort((e,t)=>e-t),i=e.qualities?.sort((e,t)=>e-t);return{...e,allSizes:t,deviceSizes:r,qualities:i,localPatterns:"u"<typeof window?s?.localPatterns:e.localPatterns}},[s]),{onLoad:l,onLoadingComplete:o}=e,g=(0,n.useRef)(l);(0,n.useEffect)(()=>{g.current=l},[l]);let h=(0,n.useRef)(o);(0,n.useEffect)(()=>{h.current=o},[o]);let[v,x]=(0,n.useState)(!1),[b,j]=(0,n.useState)(!1),{props:k,meta:C}=(0,d.getImgProps)(e,{defaultLoader:m.default,imgConf:i,blurComplete:v,showAltText:b});return(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)(y,{...k,unoptimized:C.unoptimized,placeholder:C.placeholder,fill:C.fill,onLoadRef:g,onLoadingCompleteRef:h,setBlurComplete:x,setShowAltText:j,sizesInput:e.sizes,ref:t}),C.preload?(0,a.jsx)(w,{isAppRouter:!r,imgAttributes:k}):null]})});("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},88961,(e,t,r)=>{"use strict";e.i(50461),Object.defineProperty(r,"__esModule",{value:!0});var s={default:function(){return u},getImageProps:function(){return d}};for(var i in s)Object.defineProperty(r,i,{enumerable:!0,get:s[i]});let a=e.r(41705),n=e.r(66785),l=e.r(49194),o=a._(e.r(3866));function d(e){let{props:t}=(0,n.getImgProps)(e,{defaultLoader:o.default,imgConf:{deviceSizes:[640,750,828,1080,1200,1920,2048,3840],imageSizes:[32,48,64,96,128,256,384],qualities:[75],path:"/_next/image/",loader:"default",dangerouslyAllowSVG:!1,unoptimized:!0}});for(let[e,r]of Object.entries(t))void 0===r&&delete t[e];return{props:t}}let u=l.Image},26019,(e,t,r)=>{t.exports=e.r(88961)},79466,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"default",{enumerable:!0,get:function(){return o}});let s=e.r(41705),i=e.r(91398),a=s._(e.r(91788)),n=e.r(89129);async function l({Component:e,ctx:t}){return{pageProps:await (0,n.loadGetInitialProps)(e,t)}}class o extends a.default.Component{static{this.origGetInitialProps=l}static{this.getInitialProps=l}render(){let{Component:e,pageProps:t}=this.props;return(0,i.jsx)(e,{...t})}}("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},15633,(e,t,r)=>{"use strict";function s(e,t){let r=e||75;return t?.qualities?.length?t.qualities.reduce((e,t)=>Math.abs(t-r)<Math.abs(e-r)?t:e,t.qualities[0]):r}Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"findClosestQuality",{enumerable:!0,get:function(){return s}})},3866,(e,t,r)=>{"use strict";e.i(50461),Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"default",{enumerable:!0,get:function(){return n}});let s=e.r(15633),i=e.r(20262);function a({config:e,src:t,width:r,quality:n}){let l=(0,i.getDeploymentId)();if(t.startsWith("/")&&!t.startsWith("//"))if(t.includes("/_next/static/immutable")&&!(0,i.getAssetToken)())l=void 0;else{let e=t.indexOf("?");if(-1!==e){let r=new URLSearchParams(t.slice(e+1)),s=r.get("dpl");if(s){l=s,r.delete("dpl");let i=r.toString();t=t.slice(0,e)+(i?"?"+i:"")}}}if(t.startsWith("/")&&t.includes("?")&&e.localPatterns?.length===1&&"**"===e.localPatterns[0].pathname&&""===e.localPatterns[0].search)throw Object.defineProperty(Error(`Image with src "${t}" is using a query string which is not configured in images.localPatterns.
|
|
216
|
+
Read more: https://nextjs.org/docs/messages/next-image-unconfigured-localpatterns`),"__NEXT_ERROR_CODE",{value:"E871",enumerable:!1,configurable:!0});let o=(0,s.findClosestQuality)(n,e);return`${e.path}?url=${encodeURIComponent(t)}&w=${r}&q=${o}${t.startsWith("/")&&l?`&dpl=${l}`:""}`}a.__next_img_default=!0;let n=a},66785,(e,t,r)=>{"use strict";e.i(50461),Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"getImgProps",{enumerable:!0,get:function(){return d}});let s=e.r(20262),i=e.r(55034),a=e.r(15125),n=["-moz-initial","fill","none","scale-down",void 0];function l(e){return void 0!==e.default}function o(e){return void 0===e?e:"number"==typeof e?Number.isFinite(e)?e:NaN:"string"==typeof e&&/^[0-9]+$/.test(e)?parseInt(e,10):NaN}function d({src:e,sizes:t,unoptimized:r=!1,priority:u=!1,preload:c=!1,loading:f,className:m,quality:g,width:p,height:h,fill:v=!1,style:x,overrideSrc:y,onLoad:w,onLoadingComplete:b,placeholder:j="empty",blurDataURL:k,fetchPriority:C,decoding:_="async",layout:S,objectFit:E,objectPosition:M,lazyBoundary:P,lazyRoot:O,...R},N){var L;let $,A,I,{imgConf:D,showAltText:z,blurComplete:q,defaultLoader:T}=N,W=D||a.imageConfigDefault;if("allSizes"in W)$=W;else{let e=[...W.deviceSizes,...W.imageSizes].sort((e,t)=>e-t),t=W.deviceSizes.sort((e,t)=>e-t),r=W.qualities?.sort((e,t)=>e-t);$={...W,allSizes:e,deviceSizes:t,qualities:r}}if(void 0===T)throw Object.defineProperty(Error("images.loaderFile detected but the file is missing default export.\nRead more: https://nextjs.org/docs/messages/invalid-images-config"),"__NEXT_ERROR_CODE",{value:"E163",enumerable:!1,configurable:!0});let B=R.loader||T;delete R.loader,delete R.srcSet;let U="__next_img_default"in B;if(U){if("custom"===$.loader)throw Object.defineProperty(Error(`Image with src "${e}" is missing "loader" prop.
|
|
217
|
+
Read more: https://nextjs.org/docs/messages/next-image-missing-loader`),"__NEXT_ERROR_CODE",{value:"E252",enumerable:!1,configurable:!0})}else{let e=B;B=t=>{let{config:r,...s}=t;return e(s)}}if(S){"fill"===S&&(v=!0);let e={intrinsic:{maxWidth:"100%",height:"auto"},responsive:{width:"100%",height:"auto"}}[S];e&&(x={...x,...e});let r={responsive:"100vw",fill:"100vw"}[S];r&&!t&&(t=r)}let F="",G=o(p),V=o(h);if((L=e)&&"object"==typeof L&&(l(L)||void 0!==L.src)){let t=l(e)?e.default:e;if(!t.src)throw Object.defineProperty(Error(`An object should only be passed to the image component src parameter if it comes from a static image import. It must include src. Received ${JSON.stringify(t)}`),"__NEXT_ERROR_CODE",{value:"E460",enumerable:!1,configurable:!0});if(!t.height||!t.width)throw Object.defineProperty(Error(`An object should only be passed to the image component src parameter if it comes from a static image import. It must include height and width. Received ${JSON.stringify(t)}`),"__NEXT_ERROR_CODE",{value:"E48",enumerable:!1,configurable:!0});if(A=t.blurWidth,I=t.blurHeight,k=k||t.blurDataURL,F=t.src,!v)if(G||V){if(G&&!V){let e=G/t.width;V=Math.round(t.height*e)}else if(!G&&V){let e=V/t.height;G=Math.round(t.width*e)}}else G=t.width,V=t.height}let H=!u&&!c&&("lazy"===f||void 0===f);(!(e="string"==typeof e?e:F)||e.startsWith("data:")||e.startsWith("blob:"))&&(r=!0,H=!1),$.unoptimized&&(r=!0),U&&!$.dangerouslyAllowSVG&&e.split("?",1)[0].endsWith(".svg")&&(r=!0);let Q=o(g),X=Object.assign(v?{position:"absolute",height:"100%",width:"100%",left:0,top:0,right:0,bottom:0,objectFit:E,objectPosition:M}:{},z?{}:{color:"transparent"},x),K=q||"empty"===j?null:"blur"===j?`url("data:image/svg+xml;charset=utf-8,${(0,i.getImageBlurSvg)({widthInt:G,heightInt:V,blurWidth:A,blurHeight:I,blurDataURL:k||"",objectFit:X.objectFit})}")`:`url("${j}")`,J=n.includes(X.objectFit)?"fill"===X.objectFit?"100% 100%":"cover":X.objectFit,Y=K?{backgroundSize:J,backgroundPosition:X.objectPosition||"50% 50%",backgroundRepeat:"no-repeat",backgroundImage:K}:{},Z=function({config:e,src:t,unoptimized:r,width:i,quality:a,sizes:n,loader:l}){if(r){if(t.startsWith("/")&&!t.startsWith("//")){let e=(0,s.getDeploymentId)();if(t.includes("/_next/static/immutable")&&!(0,s.getAssetToken)())e=void 0;else if(e){let r=t.indexOf("?");if(-1!==r){let s=new URLSearchParams(t.slice(r+1));s.get("dpl")||(s.append("dpl",e),t=t.slice(0,r)+"?"+s.toString())}else t+=`?dpl=${e}`}}return{src:t,srcSet:void 0,sizes:void 0}}let{widths:o,kind:d}=function({deviceSizes:e,allSizes:t},r,s){if(s){let r=/(^|\s)(1?\d?\d)vw/g,i=[];for(let e;e=r.exec(s);)i.push(parseInt(e[2]));if(i.length){let r=.01*Math.min(...i);return{widths:t.filter(t=>t>=e[0]*r),kind:"w"}}return{widths:t,kind:"w"}}return"number"!=typeof r?{widths:e,kind:"w"}:{widths:[...new Set([r,2*r].map(e=>t.find(t=>t>=e)||t[t.length-1]))],kind:"x"}}(e,i,n),u=o.length-1;return{sizes:n||"w"!==d?n:"100vw",srcSet:o.map((r,s)=>`${l({config:e,src:t,quality:a,width:r})} ${"w"===d?r:s+1}${d}`).join(", "),src:l({config:e,src:t,quality:a,width:o[u]})}}({config:$,src:e,unoptimized:r,width:G,quality:Q,sizes:t,loader:B}),ee=H?"lazy":f;return{props:{...R,loading:ee,fetchPriority:C,width:G,height:V,decoding:_,className:m,style:{...X,...Y},sizes:Z.sizes,srcSet:Z.srcSet,src:y||Z.src},meta:{unoptimized:r,preload:c||u,placeholder:j,fill:v}}}},55034,(e,t,r)=>{"use strict";function s({widthInt:e,heightInt:t,blurWidth:r,blurHeight:i,blurDataURL:a,objectFit:n}){let l=r?40*r:e,o=i?40*i:t,d=l&&o?`viewBox='0 0 ${l} ${o}'`:"";return`%3Csvg xmlns='http://www.w3.org/2000/svg' ${d}%3E%3Cfilter id='b' color-interpolation-filters='sRGB'%3E%3CfeGaussianBlur stdDeviation='20'/%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 100 -1' result='s'/%3E%3CfeFlood x='0' y='0' width='100%25' height='100%25'/%3E%3CfeComposite operator='out' in='s'/%3E%3CfeComposite in2='SourceGraphic'/%3E%3CfeGaussianBlur stdDeviation='20'/%3E%3C/filter%3E%3Cimage width='100%25' height='100%25' x='0' y='0' preserveAspectRatio='${d?"none":"contain"===n?"xMidYMid":"cover"===n?"xMidYMid slice":"none"}' style='filter: url(%23b);' href='${a}'/%3E%3C/svg%3E`}Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"getImageBlurSvg",{enumerable:!0,get:function(){return s}})},13521,(e,t,r)=>{"use strict";e.i(50461),Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"ImageConfigContext",{enumerable:!0,get:function(){return a}});let s=e.r(41705)._(e.r(91788)),i=e.r(15125),a=s.default.createContext(i.imageConfigDefault)},15125,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var s={VALID_LOADERS:function(){return a},imageConfigDefault:function(){return n}};for(var i in s)Object.defineProperty(r,i,{enumerable:!0,get:s[i]});let a=["default","imgix","cloudinary","akamai","custom"],n={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}},60121,(e,t,r)=>{"use strict";var s=e.r(91788),i="function"==typeof Object.is?Object.is:function(e,t){return e===t&&(0!==e||1/e==1/t)||e!=e&&t!=t},a=s.useState,n=s.useEffect,l=s.useLayoutEffect,o=s.useDebugValue;function d(e){var t=e.getSnapshot;e=e.value;try{var r=t();return!i(e,r)}catch(e){return!0}}var u="u"<typeof window||void 0===window.document||void 0===window.document.createElement?function(e,t){return t()}:function(e,t){var r=t(),s=a({inst:{value:r,getSnapshot:t}}),i=s[0].inst,u=s[1];return l(function(){i.value=r,i.getSnapshot=t,d(i)&&u({inst:i})},[e,r,t]),n(function(){return d(i)&&u({inst:i}),e(function(){d(i)&&u({inst:i})})},[e]),o(r),r};r.useSyncExternalStore=void 0!==s.useSyncExternalStore?s.useSyncExternalStore:u},90979,(e,t,r)=>{"use strict";e.i(50461),t.exports=e.r(60121)}]);
|
|
@@ -0,0 +1,135 @@
|
|
|
1
|
+
(globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,70693,12970,e=>{"use strict";var t=e.i(91788);let a=t.default.createContext({customProperties:{},hydrateFragment:(e,t)=>null});e.s(["default",0,a],12970),e.s(["default",0,()=>(0,t.useContext)(a)],70693)},73298,2228,e=>{"use strict";var t=e.i(59080);let a=t.gql`
|
|
2
|
+
fragment MD5MetaDataFragment on WebAuthnMDSv3Metadata {
|
|
3
|
+
legalHeader
|
|
4
|
+
description
|
|
5
|
+
authenticatorVersion
|
|
6
|
+
protocolFamily
|
|
7
|
+
schema
|
|
8
|
+
authenticationAlgorithms
|
|
9
|
+
publicKeyAlgAndEncodings
|
|
10
|
+
attestationTypes
|
|
11
|
+
keyProtection
|
|
12
|
+
upv
|
|
13
|
+
tcDisplay
|
|
14
|
+
authenticationAlgorithms
|
|
15
|
+
publicKeyAlgAndEncodings
|
|
16
|
+
icon
|
|
17
|
+
authenticatorGetInfo
|
|
18
|
+
}
|
|
19
|
+
`;e.s(["default",0,a],2228);let s=t.gql`
|
|
20
|
+
fragment UserFragment on User {
|
|
21
|
+
_id
|
|
22
|
+
lastBillingAddress {
|
|
23
|
+
firstName
|
|
24
|
+
lastName
|
|
25
|
+
company
|
|
26
|
+
addressLine
|
|
27
|
+
addressLine2
|
|
28
|
+
postalCode
|
|
29
|
+
countryCode
|
|
30
|
+
regionCode
|
|
31
|
+
city
|
|
32
|
+
}
|
|
33
|
+
lastContact {
|
|
34
|
+
emailAddress
|
|
35
|
+
telNumber
|
|
36
|
+
}
|
|
37
|
+
lastLogin {
|
|
38
|
+
countryCode
|
|
39
|
+
locale
|
|
40
|
+
remoteAddress
|
|
41
|
+
remotePort
|
|
42
|
+
timestamp
|
|
43
|
+
userAgent
|
|
44
|
+
}
|
|
45
|
+
avatar {
|
|
46
|
+
_id
|
|
47
|
+
name
|
|
48
|
+
size
|
|
49
|
+
type
|
|
50
|
+
url
|
|
51
|
+
}
|
|
52
|
+
allowedActions
|
|
53
|
+
paymentCredentials {
|
|
54
|
+
_id
|
|
55
|
+
isValid
|
|
56
|
+
isPreferred
|
|
57
|
+
paymentProvider {
|
|
58
|
+
_id
|
|
59
|
+
type
|
|
60
|
+
interface {
|
|
61
|
+
_id
|
|
62
|
+
label
|
|
63
|
+
version
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
emails {
|
|
68
|
+
verified
|
|
69
|
+
address
|
|
70
|
+
}
|
|
71
|
+
web3Addresses {
|
|
72
|
+
address
|
|
73
|
+
nonce
|
|
74
|
+
verified
|
|
75
|
+
}
|
|
76
|
+
webAuthnCredentials {
|
|
77
|
+
_id
|
|
78
|
+
created
|
|
79
|
+
aaguid
|
|
80
|
+
counter
|
|
81
|
+
mdsMetadata {
|
|
82
|
+
...MD5MetaDataFragment
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
profile {
|
|
86
|
+
displayName
|
|
87
|
+
phoneMobile
|
|
88
|
+
gender
|
|
89
|
+
address {
|
|
90
|
+
firstName
|
|
91
|
+
lastName
|
|
92
|
+
company
|
|
93
|
+
addressLine
|
|
94
|
+
addressLine2
|
|
95
|
+
postalCode
|
|
96
|
+
countryCode
|
|
97
|
+
regionCode
|
|
98
|
+
city
|
|
99
|
+
}
|
|
100
|
+
birthday
|
|
101
|
+
}
|
|
102
|
+
username
|
|
103
|
+
primaryEmail {
|
|
104
|
+
verified
|
|
105
|
+
address
|
|
106
|
+
}
|
|
107
|
+
isGuest
|
|
108
|
+
isInitialPassword
|
|
109
|
+
name
|
|
110
|
+
roles
|
|
111
|
+
tags
|
|
112
|
+
deleted
|
|
113
|
+
cart {
|
|
114
|
+
_id
|
|
115
|
+
items {
|
|
116
|
+
_id
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
orders {
|
|
120
|
+
_id
|
|
121
|
+
items {
|
|
122
|
+
_id
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
${a}
|
|
127
|
+
`;e.s(["default",0,s],73298)},51870,e=>{"use strict";var t=e.i(59080),a=e.i(32171),s=e.i(70693),r=e.i(73298);e.s(["default",0,e=>{let{customProperties:i,hydrateFragment:l}=(0,s.default)(),{data:d,loading:o,error:n}=(0,a.useQuery)(((e="")=>t.gql`
|
|
128
|
+
query CurrentUser {
|
|
129
|
+
me {
|
|
130
|
+
...UserFragment
|
|
131
|
+
${e}
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
${r.default}
|
|
135
|
+
`)(i?.User)),c=d?.me,u=l(i?.User,c||null);return{currentUser:c,loading:o,error:n,extendedData:u}}])},5505,e=>{"use strict";var t=e.i(91398),a=e.i(91788),s=e.i(72043);let r=(0,a.createContext)(!1);e.s(["FormWrapperContext",0,r,"default",0,({children:e,className:a=""})=>(0,t.jsx)(r.Provider,{value:!0,children:(0,t.jsx)("div",{className:"sm:max-w-full",children:(0,t.jsx)("div",{className:(0,s.default)("bg-white dark:bg-slate-800 rounded-md shadow-sm overflow-hidden",a),children:e})})})])},79227,e=>{"use strict";var t=e.i(91398),a=e.i(91788);let s=a.forwardRef(function({title:e,titleId:t,...s},r){return a.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:r,"aria-labelledby":t},s),e?a.createElement("title",{id:t},e):null,a.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M16.5 10.5V6.75a4.5 4.5 0 1 0-9 0v3.75m-.75 11.25h10.5a2.25 2.25 0 0 0 2.25-2.25v-6.75a2.25 2.25 0 0 0-2.25-2.25H6.75a2.25 2.25 0 0 0-2.25 2.25v6.75a2.25 2.25 0 0 0 2.25 2.25Z"}))});var r=e.i(41158),i=e.i(69322),l=e.i(51870),d=e.i(5505);let o=()=>{let{formatMessage:e}=(0,i.useIntl)(),{currentUser:a}=(0,l.default)();return(0,t.jsx)("div",{className:"flex min-h-screen items-center justify-center py-12 px-4 sm:px-6 lg:px-8",children:(0,t.jsxs)("div",{className:"w-full max-w-md space-y-4 text-center",children:[(0,t.jsx)("div",{children:(0,t.jsx)("h2",{className:"text-center text-3xl text-slate-900 dark:text-slate-200",children:e({id:"unauthorized_page",defaultMessage:"Access Forbidden"})})}),(0,t.jsx)(d.default,{children:(0,t.jsxs)("div",{className:"space-y-6 px-4 pb-5 pt-3 sm:rounded-lg sm:px-10",children:[(0,t.jsxs)("div",{className:"text-center",children:[(0,t.jsx)("div",{className:"mx-auto flex h-12 w-12 items-center justify-center rounded-full bg-rose-100 dark:bg-rose-900",children:(0,t.jsx)(s,{className:"h-6 w-6 text-rose-600 dark:text-rose-400"})}),(0,t.jsx)("p",{className:"mt-4 text-sm font-semibold uppercase tracking-wide text-rose-600 dark:text-rose-400",children:e({id:"error_403",defaultMessage:"403 Unauthorized"})}),(0,t.jsx)("p",{className:"mt-2 text-base text-slate-500 dark:text-slate-400",children:e({id:"not_access_message",defaultMessage:"Sorry, the page you are trying to access has restricted access."})})]}),(0,t.jsxs)("div",{className:"flex flex-col gap-3 mt-6",children:[a?._id?(0,t.jsxs)(r.default,{href:"/",className:"group relative flex w-full justify-center rounded-md border border-transparent bg-slate-800 dark:bg-slate-600 py-2 px-4 text-sm font-medium text-white hover:bg-slate-950 dark:hover:bg-slate-500 focus:outline-hidden focus:ring-2 focus:ring-slate-800 dark:focus:ring-slate-400 focus:ring-offset-2",children:[(0,t.jsx)("span",{className:"absolute inset-y-0 left-0 flex items-center pl-3",children:(0,t.jsx)("svg",{className:"h-5 w-5 text-white group-hover:text-slate-200",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true",children:(0,t.jsx)("path",{fillRule:"evenodd",d:"M9.707 16.707a1 1 0 01-1.414 0l-6-6a1 1 0 010-1.414l6-6a1 1 0 011.414 1.414L5.414 9H17a1 1 0 110 2H5.414l4.293 4.293a1 1 0 010 1.414z",clipRule:"evenodd"})})}),e({id:"back_to_home",defaultMessage:"Back to Home"})]}):(0,t.jsxs)(r.default,{href:"/log-in",className:"group relative flex w-full justify-center rounded-md border border-transparent bg-slate-800 dark:bg-slate-600 py-2 px-4 text-sm font-medium text-white hover:bg-slate-950 dark:hover:bg-slate-500 focus:outline-hidden focus:ring-2 focus:ring-slate-800 dark:focus:ring-slate-400 focus:ring-offset-2",children:[(0,t.jsx)("span",{className:"absolute inset-y-0 left-0 flex items-center pl-3",children:(0,t.jsx)("svg",{className:"h-5 w-5 text-white group-hover:text-slate-200",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true",children:(0,t.jsx)("path",{fillRule:"evenodd",d:"M5 9V7a5 5 0 0110 0v2a2 2 0 012 2v5a2 2 0 01-2 2H5a2 2 0 01-2-2v-5a2 2 0 012-2zm8-2v2H7V7a3 3 0 016 0z",clipRule:"evenodd"})})}),e({id:"go_to_login",defaultMessage:"Go to Login"})]}),(0,t.jsxs)("button",{type:"button",onClick:()=>window.history.back(),className:"group relative flex w-full justify-center rounded-md border border-slate-300 bg-slate-100 dark:bg-slate-700 dark:border-slate-600 py-2 px-4 text-sm font-medium text-slate-700 dark:text-slate-300 hover:bg-slate-200 dark:hover:bg-slate-600 focus:outline-hidden focus:ring-2 focus:ring-slate-500 dark:focus:ring-slate-400 focus:ring-offset-2",children:[(0,t.jsx)("span",{className:"absolute inset-y-0 left-0 flex items-center pl-3",children:(0,t.jsx)("svg",{className:"h-5 w-5 text-slate-500 dark:text-slate-400 group-hover:text-slate-600 dark:group-hover:text-slate-300",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true",children:(0,t.jsx)("path",{fillRule:"evenodd",d:"M7.707 14.707a1 1 0 01-1.414 0L3 11.414V13a1 1 0 11-2 0V9a1 1 0 011-1h4a1 1 0 110 2H4.414l3.293 3.293a1 1 0 010 1.414z",clipRule:"evenodd"})})}),e({id:"go_back",defaultMessage:"Go Back"})]})]})]})})]})})};o.getLayout=e=>e,e.s(["default",0,o],79227)},50899,(e,t,a)=>{let s="/403";(window.__NEXT_P=window.__NEXT_P||[]).push([s,()=>e.r(79227)]),t.hot&&t.hot.dispose(function(){window.__NEXT_P.push([s])})},28805,e=>{e.v(t=>Promise.all(["static/chunks/0h0r_q6xa9qr_.js"].map(t=>e.l(t))).then(()=>t(79466)))},48761,e=>{e.v(t=>Promise.all(["static/chunks/2ljoq6sr-g2da.js"].map(t=>e.l(t))).then(()=>t(93594)))},13521,(e,t,a)=>{"use strict";e.i(50461),Object.defineProperty(a,"__esModule",{value:!0}),Object.defineProperty(a,"ImageConfigContext",{enumerable:!0,get:function(){return i}});let s=e.r(41705)._(e.r(91788)),r=e.r(15125),i=s.default.createContext(r.imageConfigDefault)},15125,(e,t,a)=>{"use strict";Object.defineProperty(a,"__esModule",{value:!0});var s={VALID_LOADERS:function(){return i},imageConfigDefault:function(){return l}};for(var r in s)Object.defineProperty(a,r,{enumerable:!0,get:s[r]});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}}]);
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
(globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,57561,48539,55989,e=>{"use strict";var t=e.i(91788),r=e.i(91398),n=e.i(69322),i=e.i(51713),o=e.i(98520),a=e.i(59080),l=e.i(32171);let u=a.gql`
|
|
2
|
+
query ShopInfo {
|
|
3
|
+
shopInfo {
|
|
4
|
+
_id
|
|
5
|
+
version
|
|
6
|
+
language {
|
|
7
|
+
_id
|
|
8
|
+
isoCode
|
|
9
|
+
name
|
|
10
|
+
}
|
|
11
|
+
country {
|
|
12
|
+
_id
|
|
13
|
+
isoCode
|
|
14
|
+
flagEmoji
|
|
15
|
+
name
|
|
16
|
+
defaultCurrency {
|
|
17
|
+
_id
|
|
18
|
+
isoCode
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
adminUiConfig {
|
|
22
|
+
singleSignOnURL
|
|
23
|
+
externalLinks {
|
|
24
|
+
href
|
|
25
|
+
title
|
|
26
|
+
target
|
|
27
|
+
}
|
|
28
|
+
customProperties {
|
|
29
|
+
entityName
|
|
30
|
+
inlineFragment
|
|
31
|
+
}
|
|
32
|
+
productTags
|
|
33
|
+
assortmentTags
|
|
34
|
+
userTags
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
`,s=()=>{let{data:e,loading:t,error:r}=(0,l.useQuery)(u,{fetchPolicy:"cache-first"}),{shopInfo:n}=e||{};return{shopInfo:n,defaultLocale:[n?.language?.isoCode,n?.country?.isoCode?.toUpperCase()].filter(Boolean)?.join("-"),loading:t,error:r}};e.s(["default",0,s],48539);var c=e.i(79684);let d=(0,t.createContext)(void 0);e.s(["AppContextWrapper",0,({children:e,onlyFull:a=!1})=>{let l,{languages:u}=(0,i.default)(),{locale:f}=(0,n.useIntl)(),[g,m]=(0,c.default)("selectedLocale",null),{shopInfo:v,loading:y}=s(),{countries:C}=(0,o.default)(),[h,p]=(0,t.useState)(f),S=e=>{m(e),p(e)};(0,t.useEffect)(()=>{g?p(g):y||S(`${v?.language?.isoCode}-${v?.country?.isoCode?.toUpperCase()}`)},[v,y,f]);let $=(l=[],u.forEach(({_id:e,isoCode:t})=>{l.push({_id:e,isoCode:t}),C.forEach(({isoCode:r,_id:n})=>{let i=[t,r.toUpperCase()].join("-");(e=>{try{return new Intl.DateTimeFormat(e).resolvedOptions().locale.toLowerCase()===e.toLowerCase()}catch(e){return!1}})(i)&&l.push({_id:`${n}-${e}`,isoCode:i})})}),l).filter(e=>!a||e.isoCode.includes("-")),w=!!v?.language&&!!v?.country;return(0,r.jsx)(d.Provider,{value:{selectedLocale:h,setSelectedLocale:S,languageDialectList:$,isSystemReady:w,shopInfo:v},children:e})},"default",0,d],55989),e.s(["default",0,()=>{let e=(0,t.useContext)(d);if(!e)throw Error("useLocale must be used within a LocaleProvider");return e}],57561)},79684,e=>{"use strict";var t=e.i(91788);e.s(["default",0,(e,r)=>{let[n,i]=(0,t.useState)(()=>{try{if(window.localStorage){let t=window.localStorage.getItem(e);return t?JSON.parse(t):r}return r}catch(e){return r}});return[n,t=>{try{if(window.localStorage){let r=t instanceof Function?t(n):t;i(r),window.localStorage.setItem(e,JSON.stringify(r))}else console.error("localStorage is not available")}catch(e){console.error(e)}}]}])},77846,e=>{"use strict";var t=e.i(59080);let r=t.gql`
|
|
39
|
+
fragment CountryFragment on Country {
|
|
40
|
+
_id
|
|
41
|
+
isoCode
|
|
42
|
+
isActive
|
|
43
|
+
isBase
|
|
44
|
+
|
|
45
|
+
defaultCurrency {
|
|
46
|
+
_id
|
|
47
|
+
isoCode
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
`;e.s(["default",0,r])},98520,e=>{"use strict";var t=e.i(59080),r=e.i(32171),n=e.i(77846);let i=t.gql`
|
|
51
|
+
query Countries(
|
|
52
|
+
$queryString: String
|
|
53
|
+
$limit: Int
|
|
54
|
+
$offset: Int
|
|
55
|
+
$includeInactive: Boolean
|
|
56
|
+
$sort: [SortOptionInput!]
|
|
57
|
+
) {
|
|
58
|
+
countries(
|
|
59
|
+
queryString: $queryString
|
|
60
|
+
limit: $limit
|
|
61
|
+
offset: $offset
|
|
62
|
+
includeInactive: $includeInactive
|
|
63
|
+
sort: $sort
|
|
64
|
+
) {
|
|
65
|
+
...CountryFragment
|
|
66
|
+
}
|
|
67
|
+
countriesCount(includeInactive: $includeInactive, queryString: $queryString)
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
${n.default}
|
|
71
|
+
`;e.s(["default",0,({queryString:e="",limit:t=20,offset:n=0,includeInactive:o=!0,sort:a=[]}={})=>{let{data:l,loading:u,error:s,fetchMore:c}=(0,r.useQuery)(i,{variables:{queryString:e,limit:t,offset:n,includeInactive:o,sort:a}}),d=l?.countries||[],f=l?.countriesCount,g=d?.length<f;return{countries:d,countriesCount:f,hasMore:g,loading:u,error:s,loadMore:()=>{c({variables:{offset:d?.length}})}}}])},95064,e=>{"use strict";var t=e.i(59080);let r=t.gql`
|
|
72
|
+
fragment LanguageFragment on Language {
|
|
73
|
+
_id
|
|
74
|
+
isoCode
|
|
75
|
+
isActive
|
|
76
|
+
isBase
|
|
77
|
+
name
|
|
78
|
+
}
|
|
79
|
+
`;e.s(["default",0,r])},51713,e=>{"use strict";var t=e.i(59080),r=e.i(32171),n=e.i(95064);let i=t.gql`
|
|
80
|
+
query Languages(
|
|
81
|
+
$queryString: String
|
|
82
|
+
$offset: Int
|
|
83
|
+
$limit: Int
|
|
84
|
+
$includeInactive: Boolean
|
|
85
|
+
$sort: [SortOptionInput!]
|
|
86
|
+
) {
|
|
87
|
+
languages(
|
|
88
|
+
queryString: $queryString
|
|
89
|
+
offset: $offset
|
|
90
|
+
limit: $limit
|
|
91
|
+
includeInactive: $includeInactive
|
|
92
|
+
sort: $sort
|
|
93
|
+
) {
|
|
94
|
+
...LanguageFragment
|
|
95
|
+
}
|
|
96
|
+
languagesCount(includeInactive: $includeInactive, queryString: $queryString)
|
|
97
|
+
}
|
|
98
|
+
${n.default}
|
|
99
|
+
`;e.s(["default",0,({queryString:e="",limit:t=20,offset:n=0,includeInactive:o=!0,sort:a=[]}={})=>{let{data:l,loading:u,error:s,fetchMore:c}=(0,r.useQuery)(i,{variables:{queryString:e,limit:t,offset:n,includeInactive:o,sort:a}}),d=l?.languages||[],f=l?.languagesCount,g=d?.length<f;return{languages:d,languagesCount:f,hasMore:g,loading:u,error:s,loadMore:()=>{c({variables:{offset:d?.length}})}}}])},38322,e=>{"use strict";var t=e.i(91788);let r=t.forwardRef(function({title:e,titleId:r,...n},i){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:i,"aria-labelledby":r},n),e?t.createElement("title",{id:r},e):null,t.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m4.5 12.75 6 6 9-13.5"}))});e.s(["CheckIcon",0,r],38322)},38187,e=>{"use strict";var t=e.i(91788);let r=t.forwardRef(function({title:e,titleId:r,...n},i){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:i,"aria-labelledby":r},n),e?t.createElement("title",{id:r},e):null,t.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m19.5 8.25-7.5 7.5-7.5-7.5"}))});e.s(["ChevronDownIcon",0,r],38187)},28805,e=>{e.v(t=>Promise.all(["static/chunks/0h0r_q6xa9qr_.js"].map(t=>e.l(t))).then(()=>t(79466)))},48761,e=>{e.v(t=>Promise.all(["static/chunks/2ljoq6sr-g2da.js"].map(t=>e.l(t))).then(()=>t(93594)))},13521,(e,t,r)=>{"use strict";e.i(50461),Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"ImageConfigContext",{enumerable:!0,get:function(){return o}});let n=e.r(41705)._(e.r(91788)),i=e.r(15125),o=n.default.createContext(i.imageConfigDefault)},15125,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n={VALID_LOADERS:function(){return o},imageConfigDefault:function(){return a}};for(var i in n)Object.defineProperty(r,i,{enumerable:!0,get:n[i]});let o=["default","imgix","cloudinary","akamai","custom"],a={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}},40238,(e,t,r)=>{"use strict";var n=e.r(91788),i="function"==typeof Object.is?Object.is:function(e,t){return e===t&&(0!==e||1/e==1/t)||e!=e&&t!=t},o=n.useSyncExternalStore,a=n.useRef,l=n.useEffect,u=n.useMemo,s=n.useDebugValue;r.useSyncExternalStoreWithSelector=function(e,t,r,n,c){var d=a(null);if(null===d.current){var f={hasValue:!1,value:null};d.current=f}else f=d.current;var g=o(e,(d=u(function(){function e(e){if(!l){if(l=!0,o=e,e=n(e),void 0!==c&&f.hasValue){var t=f.value;if(c(t,e))return a=t}return a=e}if(t=a,i(o,e))return t;var r=n(e);return void 0!==c&&c(t,r)?(o=e,t):(o=e,a=r)}var o,a,l=!1,u=void 0===r?null:r;return[function(){return e(t())},null===u?void 0:function(){return e(u())}]},[t,r,n,c]))[0],d[1]);return l(function(){f.hasValue=!0,f.value=g},[g]),s(g),g}},19979,(e,t,r)=>{"use strict";e.i(50461),t.exports=e.r(40238)}]);
|