@unchainedshop/admin-ui 5.0.0-alpha.3 → 5.0.0-alpha.4
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/README.md +92 -35
- 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-p8a6-okjx49.js +15 -0
- package/out/_next/static/chunks/0-u5tid26i8-3.js +188 -0
- package/out/_next/static/chunks/008hxgil51owu.js +234 -0
- package/out/_next/static/chunks/026k3ys50h91u.js +15 -0
- package/out/_next/static/chunks/02aa23atze2y4.js +119 -0
- package/out/_next/static/chunks/02dnhll1bce87.js +46 -0
- package/out/_next/static/chunks/03f0hv23abn4a.js +12 -0
- package/out/_next/static/chunks/03p0xulfluyqm.js +15 -0
- package/out/_next/static/chunks/044dmimivt13x.js +233 -0
- package/out/_next/static/chunks/047gokoblz-qy.js +16 -0
- package/out/_next/static/chunks/04yroykjly9ni.js +15 -0
- package/out/_next/static/chunks/05h2_5y4i_fe4.js +12 -0
- package/out/_next/static/chunks/0641gh6yb6tnd.js +3 -0
- package/out/_next/static/chunks/06bsql5zgjpaj.js +315 -0
- package/out/_next/static/chunks/06jtnxd7wr712.js +1 -0
- package/out/_next/static/chunks/070wy1qe-7-uf.js +242 -0
- package/out/_next/static/chunks/07l1vdt21xneu.js +14 -0
- package/out/_next/static/chunks/07q8ufsdxo1tx.js +1 -0
- package/out/_next/static/chunks/087a2d-0e1pvn.js +1 -0
- package/out/_next/static/chunks/09pees0w94cvm.js +1 -0
- package/out/_next/static/chunks/0_wmk0z5r9thu.js +95 -0
- package/out/_next/static/chunks/0ab_-095b34n5.js +90 -0
- package/out/_next/static/chunks/0aom8abciz-yf.js +1 -0
- package/out/_next/static/chunks/0cdcsn87u-tzw.js +1 -0
- package/out/_next/static/chunks/0cu-wqc76z_w6.js +1 -0
- package/out/_next/static/chunks/0dnzfqa8el54j.js +135 -0
- package/out/_next/static/chunks/0f-hhcgpd3kjt.js +5 -0
- package/out/_next/static/chunks/0gdriupdpmq28.js +14 -0
- package/out/_next/static/chunks/0hm6-xlqw4vmr.js +1 -0
- package/out/_next/static/chunks/0hmdmxkzhdtjx.js +155 -0
- package/out/_next/static/chunks/0hpirq7m-gjle.js +23 -0
- package/out/_next/static/chunks/0hup5ovc9v_-h.js +58 -0
- package/out/_next/static/chunks/0hxsdaxwhc3z4.js +110 -0
- package/out/_next/static/chunks/0j-yonuwgtg0k.js +22 -0
- package/out/_next/static/chunks/0jo3ujn_icmb9.js +28 -0
- package/out/_next/static/chunks/0mayhrft9-4hw.js +13 -0
- package/out/_next/static/chunks/0mdh4qszx-qw8.js +1 -0
- package/out/_next/static/chunks/0nyu34hvyz9_k.js +103 -0
- package/out/_next/static/chunks/0nz8nqr7k7pni.js +61 -0
- package/out/_next/static/chunks/0pjv94c771817.js +13 -0
- package/out/_next/static/chunks/0qrepe4aqal8_.js +2 -0
- package/out/_next/static/chunks/0qtbb-w9hs2i_.js +1 -0
- package/out/_next/static/chunks/0r0l1vs8bls6y.js +1 -0
- package/out/_next/static/chunks/0r2v5se5riad_.js +227 -0
- package/out/_next/static/chunks/0s3aax3no2y3_.js +54 -0
- package/out/_next/static/chunks/0sys36fl1uhl-.js +18 -0
- package/out/_next/static/chunks/0u-md-qpvyccn.js +149 -0
- package/out/_next/static/chunks/0ukobsq85_to1.js +135 -0
- package/out/_next/static/chunks/0vcn7yqzt3qlc.js +10 -0
- package/out/_next/static/chunks/0wl_oo549tgsw.js +14 -0
- package/out/_next/static/chunks/0wm5atnhe2mjs.js +119 -0
- package/out/_next/static/chunks/0wpmgf2-hr2iv.js +1 -0
- package/out/_next/static/chunks/0wthf9v7cuwqf.js +3 -0
- package/out/_next/static/chunks/0xcxmgeevaadl.js +8 -0
- package/out/_next/static/chunks/0xoerh23zk-pj.js +44 -0
- package/out/_next/static/chunks/0xvoojz5c4j32.js +14 -0
- package/out/_next/static/chunks/0ykc9b-l7rcv9.js +18 -0
- package/out/_next/static/chunks/0zb8qwy33hihq.js +142 -0
- package/out/_next/static/chunks/0zgu8kiokvsjz.js +1 -0
- package/out/_next/static/chunks/0zk0s8hqsf5tg.js +18 -0
- package/out/_next/static/chunks/0zl6mu89n1_wq.js +1 -0
- package/out/_next/static/chunks/0zntg6ltu_fk3.js +14 -0
- package/out/_next/static/chunks/10996osm11rxi.js +327 -0
- package/out/_next/static/chunks/10q9_f1ss9afd.js +8 -0
- package/out/_next/static/chunks/110vhftkm53lj.js +111 -0
- package/out/_next/static/chunks/113_jsmrqky1h.js +130 -0
- package/out/_next/static/chunks/11fqypagzye_v.js +43 -0
- package/out/_next/static/chunks/137522d4_apiu.js +166 -0
- package/out/_next/static/chunks/13ml43jv3bxh1.js +1 -0
- package/out/_next/static/chunks/16ad724tleody.js +13 -0
- package/out/_next/static/chunks/16r_t7quts1w0.js +289 -0
- package/out/_next/static/chunks/16yomp2b55xod.js +30 -0
- package/out/_next/static/chunks/17jd_42ijblk-.js +15 -0
- package/out/_next/static/chunks/17xseq9yxu638.js +1 -0
- package/out/_next/static/chunks/18yznjdgjug5c.js +7 -0
- package/out/_next/static/chunks/19i-cq0_2t00g.js +60 -0
- package/out/_next/static/chunks/19ppkss30jscq.js +13 -0
- package/out/_next/static/chunks/1_ov-8bomgh6c.js +54 -0
- package/out/_next/static/chunks/1b9l0n8vz64x7.js +233 -0
- package/out/_next/static/chunks/1cn3pe6lxja9e.js +44 -0
- package/out/_next/static/chunks/1dsjo02ozub3p.js +342 -0
- package/out/_next/static/chunks/1dut2ep8qfdv4.js +14 -0
- package/out/_next/static/chunks/1eqs_86cqpxcx.js +138 -0
- package/out/_next/static/chunks/1exlzd6w18o_b.js +8 -0
- package/out/_next/static/chunks/1f04wea7zvjf5.js +2 -0
- package/out/_next/static/chunks/1fqsykinbg1d_.js +12 -0
- package/out/_next/static/chunks/1g5l7e7du4p25.js +1 -0
- package/out/_next/static/chunks/1hokoliuqn63p.js +17 -0
- package/out/_next/static/chunks/1ihjqvn68cj5e.js +36 -0
- package/out/_next/static/chunks/1k798vpov34v6.js +12 -0
- package/out/_next/static/chunks/1lewut00m9sq1.js +1 -0
- package/out/_next/static/chunks/1lwiflo8v2d93.js +1 -0
- package/out/_next/static/chunks/1ng9tsm1f8e_a.js +1 -0
- package/out/_next/static/chunks/1nvy3y5qe_igv.js +233 -0
- package/out/_next/static/chunks/1osrrozfse5jn.js +190 -0
- package/out/_next/static/chunks/1ozaatz-b_-as.js +41 -0
- package/out/_next/static/chunks/1paq5rkj25r88.js +1 -0
- package/out/_next/static/chunks/1q2l02eq094zc.js +147 -0
- package/out/_next/static/chunks/1q8zx2rmluekr.js +13 -0
- package/out/_next/static/chunks/1qnuk3631sd6i.js +807 -0
- package/out/_next/static/chunks/1r0aluuzu5vw7.js +13 -0
- package/out/_next/static/chunks/1rgwj4dr0k4_b.js +5 -0
- package/out/_next/static/chunks/1sgv26vi42stl.js +13 -0
- package/out/_next/static/chunks/1t80pe40g73fh.js +82 -0
- package/out/_next/static/chunks/1u6jfjnf14knz.js +124 -0
- package/out/_next/static/chunks/1vnvinjvn78t3.js +1 -0
- package/out/_next/static/chunks/1xg3ey2rrdxfx.js +1 -0
- package/out/_next/static/chunks/1xx6ie3yh2hbk.js +235 -0
- package/out/_next/static/chunks/1y-vwb0-v5xv0.js +304 -0
- package/out/_next/static/chunks/2-8-i_m-82mjh.js +43 -0
- package/out/_next/static/chunks/2-s6g5_cyahx8.js +1 -0
- package/out/_next/static/chunks/20ndjd4r5l6vk.js +1 -0
- package/out/_next/static/chunks/20v019mj-zi94.js +13 -0
- package/out/_next/static/chunks/21w-hkh4_w1kl.js +19 -0
- package/out/_next/static/chunks/226ya3lbz_55w.js +19 -0
- package/out/_next/static/chunks/22az81pi-bqjb.js +1 -0
- package/out/_next/static/chunks/22get2_2lcba-.js +21 -0
- package/out/_next/static/chunks/22l-2aehes9lx.js +153 -0
- package/out/_next/static/chunks/23y9nin7qo-xy.js +17 -0
- package/out/_next/static/chunks/25t23h8zbmzh-.js +12 -0
- package/out/_next/static/chunks/273zh05aw6uz2.js +13 -0
- package/out/_next/static/chunks/28o-5560g4bwk.js +7 -0
- package/out/_next/static/chunks/28zahy_uqar2t.js +12 -0
- package/out/_next/static/chunks/29dylunjhn4te.js +34 -0
- package/out/_next/static/chunks/2_3qu55ddb4jo.js +3 -0
- package/out/_next/static/chunks/2_7z1veshuiiw.js +10 -0
- package/out/_next/static/chunks/2_ztj391g9yzt.js +226 -0
- package/out/_next/static/chunks/2a9z_gm1vn39c.js +173 -0
- package/out/_next/static/chunks/2a_46b7_7ml_y.js +1 -0
- package/out/_next/static/chunks/2b8nhs_3rpawc.js +1 -0
- package/out/_next/static/chunks/2biyd1hzgc2sv.js +339 -0
- package/out/_next/static/chunks/2c2vssolfspzg.js +50 -0
- package/out/_next/static/chunks/2dbrybnhe5thu.css +1 -0
- package/out/_next/static/chunks/2diqy5aehqe8j.js +58 -0
- package/out/_next/static/chunks/2djnsowjy3p8y.js +1 -0
- package/out/_next/static/chunks/2dq4d-ey-16cq.js +1 -0
- package/out/_next/static/chunks/2dyysegkbptw8.js +11 -0
- package/out/_next/static/chunks/2ei1rfxsl3q65.js +31 -0
- package/out/_next/static/chunks/2fazxtc5_9tgo.js +52 -0
- package/out/_next/static/chunks/2fzc9bsweg7nf.js +807 -0
- package/out/_next/static/chunks/2h5-bnhry6wzl.js +14 -0
- package/out/_next/static/chunks/2hmtn1okhj6zz.js +234 -0
- package/out/_next/static/chunks/2htrbj6g7da-e.js +12 -0
- package/out/_next/static/chunks/2j0apwnxuaeox.js +14 -0
- package/out/_next/static/chunks/2j51l4ukmrn7j.js +17 -0
- package/out/_next/static/chunks/2k4cusvrm93cp.js +39 -0
- package/out/_next/static/chunks/2ldks6pel2wcp.js +31 -0
- package/out/_next/static/chunks/2loz6t7f69t0c.js +1 -0
- package/out/_next/static/chunks/2onfts3kpe9d8.js +1 -0
- package/out/_next/static/chunks/2p9aozkdq_z13.js +329 -0
- package/out/_next/static/chunks/2pz2u5us_0jme.js +5 -0
- package/out/_next/static/chunks/2qaf44ypuy_4z.js +1 -0
- package/out/_next/static/chunks/2r1-eyf6hic-m.js +1 -0
- package/out/_next/static/chunks/2ritd1boot22-.js +32 -0
- package/out/_next/static/chunks/2s1__k407zn6n.js +1 -0
- package/out/_next/static/chunks/2s6qkrjh7-b6s.js +1 -0
- package/out/_next/static/chunks/2t70ji9pnllxh.js +81 -0
- package/out/_next/static/chunks/2tc6lgajxmo78.js +3 -0
- package/out/_next/static/chunks/2twd9trj9horc.js +61 -0
- package/out/_next/static/chunks/2ua7-skz9vm4r.js +13 -0
- package/out/_next/static/chunks/2vjkcd8g_hh68.js +46 -0
- package/out/_next/static/chunks/2w1twpn4nui6h.js +807 -0
- package/out/_next/static/chunks/2x4vo24qfe0mr.js +1 -0
- package/out/_next/static/chunks/2zm-d0-e0sxgo.js +23 -0
- package/out/_next/static/chunks/3-u1dp82vzyt9.js +1 -0
- package/out/_next/static/chunks/30iz3jszdu04d.js +11 -0
- package/out/_next/static/chunks/30jmh-3cp5wcg.js +12 -0
- package/out/_next/static/chunks/3178a_a_i-e-q.js +16 -0
- package/out/_next/static/chunks/317qzy7r8meg_.js +1 -0
- package/out/_next/static/chunks/32nwqfli0ne57.js +1 -0
- package/out/_next/static/chunks/33c-rzkj2k2v1.js +14 -0
- package/out/_next/static/chunks/33g91_yljnpiw.js +807 -0
- package/out/_next/static/chunks/34dhtdp_8idgm.js +658 -0
- package/out/_next/static/chunks/34ybf-w3bdlw8.js +13 -0
- package/out/_next/static/chunks/35-vqjhcep-zw.js +60 -0
- package/out/_next/static/chunks/358r9pdxbk-fv.js +39 -0
- package/out/_next/static/chunks/35a6ymsh4q0-o.js +14 -0
- package/out/_next/static/chunks/36yrxjq9zbvpx.js +13 -0
- package/out/_next/static/chunks/377ho63k7qphg.js +14 -0
- package/out/_next/static/chunks/37bs69urhjdz5.js +24 -0
- package/out/_next/static/chunks/37mpnb5qztb_g.js +15 -0
- package/out/_next/static/chunks/3827hqe9_anr7.js +24 -0
- package/out/_next/static/chunks/3a0_vzfa54k35.js +7 -0
- package/out/_next/static/chunks/3a8a8fpl7-ndf.js +1 -0
- package/out/_next/static/chunks/3b6hct2rk2wu9.js +24 -0
- package/out/_next/static/chunks/3czsj6bdmobbd.js +24 -0
- package/out/_next/static/chunks/3d0ic2ovyeue7.js +2 -0
- package/out/_next/static/chunks/3eq1b2m2xkkmp.js +1 -0
- package/out/_next/static/chunks/3f2ue6ut-mwka.js +2 -0
- package/out/_next/static/chunks/3g67xtrp0vv4m.js +1 -0
- package/out/_next/static/chunks/3iepyd4rzl-tt.js +13 -0
- package/out/_next/static/chunks/3j6p-522fcsnj.js +1 -0
- package/out/_next/static/chunks/3kle_yukf5aux.js +809 -0
- package/out/_next/static/chunks/3l_nx7eopgh02.js +1 -0
- package/out/_next/static/chunks/3mk-cv2ocv93u.js +50 -0
- package/out/_next/static/chunks/3n5290qcigwpc.js +13 -0
- package/out/_next/static/chunks/3nl02jbknvx4p.js +14 -0
- package/out/_next/static/chunks/3o5a5qn0dnq04.js +3 -0
- package/out/_next/static/chunks/3o5kwvdgt_t9z.js +73 -0
- package/out/_next/static/chunks/3qamj8gt1ijdz.js +12 -0
- package/out/_next/static/chunks/3rlrwz262rpw0.js +1 -0
- package/out/_next/static/chunks/3s3v9n_ob4m24.js +18 -0
- package/out/_next/static/chunks/3s47qr8fn6h4j.js +8 -0
- package/out/_next/static/chunks/3slzhmkeoggpm.js +66 -0
- package/out/_next/static/chunks/3tv9csz53av-5.js +1 -0
- package/out/_next/static/chunks/3uec1_7irpl71.js +16 -0
- package/out/_next/static/chunks/3uo1w1gaj7tsx.js +117 -0
- package/out/_next/static/chunks/3uwev5xyub_j1.js +7 -0
- package/out/_next/static/chunks/3w450c1xmh550.js +12 -0
- package/out/_next/static/chunks/3x8aami6-3l79.js +31 -0
- package/out/_next/static/chunks/3xhogi6_bbwh7.js +10 -0
- package/out/_next/static/chunks/3y62dz45ticve.js +1 -0
- package/out/_next/static/chunks/3yjzk_udmhv3i.js +1 -0
- package/out/_next/static/chunks/3z6v84zof80bt.js +1 -0
- package/out/_next/static/chunks/3zncjth-kop8p.js +1 -0
- package/out/_next/static/chunks/3zp4iedgev460.js +35 -0
- package/out/_next/static/chunks/413qu_x6yky1e.js +1 -0
- package/out/_next/static/chunks/41j8mb2ztwydi.js +14 -0
- package/out/_next/static/chunks/41pc5_e25bhgd.js +1 -0
- package/out/_next/static/chunks/424z-zudpy3n0.js +39 -0
- package/out/_next/static/chunks/42o6t6-v2qi37.js +29 -0
- package/out/_next/static/chunks/434iz38padke2.js +1 -0
- package/out/_next/static/chunks/43pb7hjetp965.js +1 -0
- package/out/_next/static/chunks/44rharl5hvsw-.js +22 -0
- package/out/_next/static/chunks/45ac68ug7hcoc.js +13 -0
- package/out/_next/static/chunks/turbopack-0-chqajqgydnn.js +1 -0
- package/out/_next/static/chunks/turbopack-0-jquaej6q4cd.js +1 -0
- package/out/_next/static/chunks/turbopack-01y_6kjoo1mvp.js +1 -0
- package/out/_next/static/chunks/turbopack-03_sghcquhw33.js +1 -0
- package/out/_next/static/chunks/turbopack-0a_5nw_3znl2r.js +1 -0
- package/out/_next/static/chunks/turbopack-0bbgz21dy5lm3.js +1 -0
- package/out/_next/static/chunks/turbopack-0cqzo60ry70im.js +1 -0
- package/out/_next/static/chunks/turbopack-0ex-kw1o5k02z.js +1 -0
- package/out/_next/static/chunks/turbopack-0g9gjb70ob0rb.js +1 -0
- package/out/_next/static/chunks/turbopack-0jzps1g34dah5.js +1 -0
- package/out/_next/static/chunks/turbopack-0o9rz5e94nq66.js +1 -0
- package/out/_next/static/chunks/turbopack-0rq3y47awgwpt.js +1 -0
- package/out/_next/static/chunks/turbopack-0vs4-gjxe552i.js +1 -0
- package/out/_next/static/chunks/turbopack-0x1jwahqhzo0u.js +1 -0
- package/out/_next/static/chunks/turbopack-13uretb6lcje8.js +1 -0
- package/out/_next/static/chunks/turbopack-14n2u99h724y-.js +1 -0
- package/out/_next/static/chunks/turbopack-1a774_gjam74t.js +1 -0
- package/out/_next/static/chunks/turbopack-1gy8illqlm_jj.js +1 -0
- package/out/_next/static/chunks/turbopack-1n9q29j854ltr.js +1 -0
- package/out/_next/static/chunks/turbopack-1nathpz4-f-4w.js +1 -0
- package/out/_next/static/chunks/turbopack-1nca86oa17qfx.js +1 -0
- package/out/_next/static/chunks/turbopack-1qe0zbu9fejdb.js +1 -0
- package/out/_next/static/chunks/turbopack-1qg26rdmwlotw.js +1 -0
- package/out/_next/static/chunks/turbopack-1u6lf-rzbdjuj.js +1 -0
- package/out/_next/static/chunks/turbopack-1z85kwwdibjh7.js +1 -0
- package/out/_next/static/chunks/turbopack-22as-nh7md98p.js +1 -0
- package/out/_next/static/chunks/turbopack-23lcv-araye0t.js +1 -0
- package/out/_next/static/chunks/turbopack-25gt3vwmogps-.js +1 -0
- package/out/_next/static/chunks/turbopack-26g97kfge67jz.js +1 -0
- package/out/_next/static/chunks/turbopack-26u67kbn41n8e.js +1 -0
- package/out/_next/static/chunks/turbopack-280jnadydykur.js +1 -0
- package/out/_next/static/chunks/turbopack-2bb6lvvhg6e0w.js +1 -0
- package/out/_next/static/chunks/turbopack-2bw5gluonepob.js +1 -0
- package/out/_next/static/chunks/turbopack-2c36n939jg0pf.js +1 -0
- package/out/_next/static/chunks/turbopack-2ez296aoalbog.js +1 -0
- package/out/_next/static/chunks/turbopack-2frqnl7lfn0h9.js +1 -0
- package/out/_next/static/chunks/turbopack-2jxkmyhbvdw4u.js +1 -0
- package/out/_next/static/chunks/turbopack-2k45z490u3tbj.js +1 -0
- package/out/_next/static/chunks/turbopack-2p-uq1erkf03-.js +1 -0
- package/out/_next/static/chunks/turbopack-2svkg0yvgyw3_.js +1 -0
- package/out/_next/static/chunks/turbopack-31s1c5ipeb5_p.js +1 -0
- package/out/_next/static/chunks/turbopack-33v049epa0erx.js +1 -0
- package/out/_next/static/chunks/turbopack-34jylrj_qw1ak.js +1 -0
- package/out/_next/static/chunks/turbopack-34u-t26ngu-oy.js +1 -0
- package/out/_next/static/chunks/turbopack-34x5gar31d5sv.js +1 -0
- package/out/_next/static/chunks/turbopack-363g_e-jzg5u_.js +1 -0
- package/out/_next/static/chunks/turbopack-39um5sy1v-bvw.js +1 -0
- package/out/_next/static/chunks/turbopack-3__2i-6jdv1s8.js +1 -0
- package/out/_next/static/chunks/turbopack-3b4s935ks8u-b.js +1 -0
- package/out/_next/static/chunks/turbopack-3b5-pdmr324f-.js +1 -0
- package/out/_next/static/chunks/turbopack-3bwm37xq99e4l.js +1 -0
- package/out/_next/static/chunks/turbopack-3ec8ol5n3kb0h.js +1 -0
- package/out/_next/static/chunks/turbopack-3gw7smd4lo5ud.js +1 -0
- package/out/_next/static/chunks/turbopack-3miy8-7wxcnbn.js +1 -0
- package/out/_next/static/chunks/turbopack-3nvjaj1vijowz.js +1 -0
- package/out/_next/static/chunks/turbopack-3poc67i76-q8q.js +1 -0
- package/out/_next/static/chunks/turbopack-3r1pnr94s1u0w.js +1 -0
- package/out/_next/static/chunks/turbopack-3sfa4031m280j.js +1 -0
- package/out/_next/static/chunks/turbopack-3sqs5hm2xhl3s.js +1 -0
- package/out/_next/static/chunks/turbopack-3xha6pmjqez6d.js +1 -0
- package/out/_next/static/chunks/turbopack-3yp7pgp42yfh3.js +1 -0
- package/out/_next/static/chunks/turbopack-3z_g6t7o2z7rb.js +1 -0
- package/out/_next/static/chunks/turbopack-3zb947kjm56zb.js +1 -0
- package/out/_next/static/chunks/turbopack-43m6wi0fybh1f.js +1 -0
- package/out/_next/static/mgojmR_4GNqJNutDR9oFi/_buildManifest.js +262 -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/ext/[[...slug]]/index.html +11 -0
- 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/manifest.json +48 -0
- 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 +104 -13
- package/src/modules/accounts/index.ts +34 -0
- package/src/modules/assortment/index.ts +29 -0
- package/src/modules/copilot/index.ts +4 -0
- package/src/modules/country/index.ts +5 -0
- package/src/modules/currency/index.ts +5 -0
- package/src/modules/delivery-provider/index.ts +7 -0
- package/src/modules/enrollment/index.ts +6 -0
- package/src/modules/event/index.ts +3 -0
- package/src/modules/filter/index.ts +13 -0
- package/src/modules/language/index.ts +5 -0
- package/src/modules/order/index.ts +8 -0
- package/src/modules/payment-providers/index.ts +7 -0
- package/src/modules/product/index.ts +47 -0
- package/src/modules/product-review/index.ts +6 -0
- package/src/modules/quotation/index.ts +6 -0
- package/src/modules/token/index.ts +3 -0
- package/src/modules/warehousing-providers/index.ts +7 -0
- package/src/modules/work/index.ts +7 -0
- package/src/sdk/hooks.ts +11 -0
- package/src/sdk/modal.ts +6 -0
- package/src/sdk/plugin-build.mjs +112 -0
- package/src/sdk/plugin-build.test.mjs +11 -0
- package/src/sdk/plugins.ts +88 -0
- package/src/sdk/providers.ts +4 -0
- package/src/sdk/tailwind-preset.mjs +94 -0
- package/src/sdk/theme.ts +61 -0
- package/src/styles/globals.css +291 -0
- package/out/_next/static/chunks/0-beu4vu82jrh.js +0 -1
- package/out/_next/static/chunks/0-l8x8k72-b3i.js +0 -173
- package/out/_next/static/chunks/0-v2_9sc~l3._.js +0 -1
- package/out/_next/static/chunks/0.b6lj.zfgeh7.js +0 -807
- package/out/_next/static/chunks/0.jjzw42mzofa.js +0 -18
- package/out/_next/static/chunks/0.ubb4bvs288f.js +0 -193
- package/out/_next/static/chunks/00c-9lviyc08t.js +0 -16
- package/out/_next/static/chunks/00svmiwah8ghd.js +0 -177
- package/out/_next/static/chunks/00w.kj6uow_p1.js +0 -1
- package/out/_next/static/chunks/00zf52snz2696.js +0 -81
- package/out/_next/static/chunks/0126hh69s1hoo.js +0 -20
- package/out/_next/static/chunks/017~qlhsonz-s.js +0 -13
- package/out/_next/static/chunks/01id70ruu9sh_.js +0 -12
- package/out/_next/static/chunks/01m-zxw6aa~7o.js +0 -61
- package/out/_next/static/chunks/01ysagjr-k~86.js +0 -1
- package/out/_next/static/chunks/023vppfa5lmsd.js +0 -101
- package/out/_next/static/chunks/023zn3balilgv.js +0 -5
- package/out/_next/static/chunks/028eszr30ru.w.js +0 -12
- package/out/_next/static/chunks/02_yal0ces9jz.js +0 -1
- package/out/_next/static/chunks/02dcbva7h6wk9.js +0 -5
- package/out/_next/static/chunks/02lgka7~ifqqk.js +0 -1
- package/out/_next/static/chunks/02ndocqxudfh0.js +0 -22
- package/out/_next/static/chunks/02x1c3t9oyfks.js +0 -119
- package/out/_next/static/chunks/039laq217w5af.js +0 -1
- package/out/_next/static/chunks/03hx8y-tzfrw6.js +0 -1
- package/out/_next/static/chunks/03in_nfvncouz.js +0 -1
- package/out/_next/static/chunks/041tlotwv9m5t.js +0 -453
- package/out/_next/static/chunks/04aykq1~5oirm.js +0 -51
- package/out/_next/static/chunks/04b5k~na~95by.js +0 -46
- package/out/_next/static/chunks/04f091-bji_n_.js +0 -7
- package/out/_next/static/chunks/05ooekd_aohh9.js +0 -23
- package/out/_next/static/chunks/05rt.5mp24nl~.js +0 -13
- package/out/_next/static/chunks/05xkbw-s9zm4v.js +0 -1
- package/out/_next/static/chunks/05zsgso1ahpy8.js +0 -1
- package/out/_next/static/chunks/06ersyx7hvzq1.js +0 -1
- package/out/_next/static/chunks/06gd8resd2.0_.js +0 -9
- package/out/_next/static/chunks/06v745r0yfx2h.js +0 -14
- package/out/_next/static/chunks/073ao37i9gvu-.js +0 -324
- package/out/_next/static/chunks/07l.kk7q4.zh_.js +0 -46
- package/out/_next/static/chunks/07t_6bb3~hkt5.js +0 -15
- package/out/_next/static/chunks/0831dsm.9c1xz.js +0 -15
- package/out/_next/static/chunks/087eh6vsk6_bc.js +0 -43
- package/out/_next/static/chunks/08i6ja.9lua9i.js +0 -286
- package/out/_next/static/chunks/08znjfem0b_of.js +0 -21
- package/out/_next/static/chunks/09_9z~x1_3-1m.js +0 -13
- package/out/_next/static/chunks/09n.y.scb-.st.js +0 -46
- package/out/_next/static/chunks/09p_6hs26lbin.js +0 -31
- package/out/_next/static/chunks/0_77~m-d~ywyj.js +0 -3
- package/out/_next/static/chunks/0_b2f-s77.vbq.js +0 -217
- package/out/_next/static/chunks/0_ikmdl.vzsxi.js +0 -16
- package/out/_next/static/chunks/0_tmrtwx_w001.js +0 -1
- package/out/_next/static/chunks/0_z350k96nua5.js +0 -14
- package/out/_next/static/chunks/0ajirl~6u8vk7.js +0 -384
- package/out/_next/static/chunks/0apih1f_pg7x5.js +0 -22
- package/out/_next/static/chunks/0aqdc68pqu1yc.js +0 -90
- package/out/_next/static/chunks/0aqhw_0u56sd_.js +0 -13
- package/out/_next/static/chunks/0av.mpk52l~sj.js +0 -78
- package/out/_next/static/chunks/0b6~~7c3s-__r.js +0 -2
- package/out/_next/static/chunks/0b_7pbsfo~250.js +0 -224
- package/out/_next/static/chunks/0bgpq4k~.1ow~.js +0 -1
- package/out/_next/static/chunks/0cd47wcv36ymf.js +0 -14
- package/out/_next/static/chunks/0cy-p_9pru_18.js +0 -13
- package/out/_next/static/chunks/0dhkgg675.w3e.js +0 -8
- package/out/_next/static/chunks/0dm~u98d.uay9.js +0 -807
- package/out/_next/static/chunks/0e82nep-emmqv.js +0 -22
- package/out/_next/static/chunks/0ekar8mz4g5.z.js +0 -188
- package/out/_next/static/chunks/0eqvk8uoluycv.js +0 -1
- package/out/_next/static/chunks/0ett.ps-ssh3m.js +0 -1
- package/out/_next/static/chunks/0f4j14khj0-nb.js +0 -13
- package/out/_next/static/chunks/0fq.42f6~eau3.js +0 -110
- package/out/_next/static/chunks/0fv65thyl.pzd.js +0 -137
- package/out/_next/static/chunks/0fvye09yb7vxo.js +0 -1
- package/out/_next/static/chunks/0g4z-lcj831re.js +0 -22
- package/out/_next/static/chunks/0gcrw01taxxl6.js +0 -1
- package/out/_next/static/chunks/0gex7d5-6_u7w.js +0 -15
- package/out/_next/static/chunks/0gmu_zxzdk79-.js +0 -36
- package/out/_next/static/chunks/0gp0s~altxh1r.js +0 -16
- package/out/_next/static/chunks/0gw21r~kskkbu.js +0 -8
- package/out/_next/static/chunks/0h.yfartl.0w2.js +0 -13
- package/out/_next/static/chunks/0hvsgrhdl9vxu.js +0 -87
- package/out/_next/static/chunks/0hxa2hw0bx6p9.js +0 -31
- package/out/_next/static/chunks/0idm_1owz2~do.js +0 -147
- package/out/_next/static/chunks/0if0kxk_fvctv.js +0 -807
- package/out/_next/static/chunks/0ipga2yl6f8s2.js +0 -1
- package/out/_next/static/chunks/0irir.4f~3vjv.js +0 -1
- package/out/_next/static/chunks/0iz~...y5_a2o.js +0 -58
- package/out/_next/static/chunks/0j0-6c41tk-jn.js +0 -227
- package/out/_next/static/chunks/0j3oxwqbdm1~u.js +0 -32
- package/out/_next/static/chunks/0j8g1ir4-2kf-.js +0 -1
- package/out/_next/static/chunks/0je-l.-3mmyx0.js +0 -7
- package/out/_next/static/chunks/0jsponpskt26n.js +0 -15
- package/out/_next/static/chunks/0jwk3hxdqma6f.js +0 -44
- package/out/_next/static/chunks/0k4hc0roxks1w.js +0 -135
- package/out/_next/static/chunks/0kd-elup-.5rv.js +0 -92
- package/out/_next/static/chunks/0kdk1jnxow07e.js +0 -51
- package/out/_next/static/chunks/0kjwfgi7qnsh8.js +0 -60
- package/out/_next/static/chunks/0kpbcc6kx92ab.js +0 -1
- package/out/_next/static/chunks/0kpqfcm6kz1pz.js +0 -5
- package/out/_next/static/chunks/0kuj3je3qjyj~.js +0 -13
- package/out/_next/static/chunks/0kwdvew2~wd8o.js +0 -16
- package/out/_next/static/chunks/0kwir-xluvjdw.js +0 -144
- package/out/_next/static/chunks/0l.811sicmaw3.js +0 -1
- package/out/_next/static/chunks/0l8ujxmk7702g.js +0 -1
- package/out/_next/static/chunks/0lazwl9790oz5.js +0 -1
- package/out/_next/static/chunks/0lp3vsoi498i1.js +0 -19
- package/out/_next/static/chunks/0lp40p3~dgcgl.js +0 -14
- package/out/_next/static/chunks/0lq9yvo7q3obl.js +0 -1
- package/out/_next/static/chunks/0m.jl7so.pr8k.js +0 -15
- package/out/_next/static/chunks/0m0k6lhn2y-9n.js +0 -137
- package/out/_next/static/chunks/0m3laiqi73_uc.js +0 -1
- package/out/_next/static/chunks/0m96ugd3gm4zy.js +0 -142
- package/out/_next/static/chunks/0mbkvr03aynms.js +0 -905
- package/out/_next/static/chunks/0mfaeit11.hmn.js +0 -13
- package/out/_next/static/chunks/0mmgf1.wzjj~j.js +0 -596
- package/out/_next/static/chunks/0mwaae8fl0y07.js +0 -807
- package/out/_next/static/chunks/0n1tw5ikfuhds.js +0 -16
- package/out/_next/static/chunks/0n4htvg-_prjp.js +0 -807
- package/out/_next/static/chunks/0ndis8ndh2iq6.js +0 -1
- package/out/_next/static/chunks/0nkzmsf-n62ak.js +0 -227
- package/out/_next/static/chunks/0nq0y4cmw5~iw.js +0 -8
- package/out/_next/static/chunks/0nr5eu5.o4kyn.js +0 -31
- package/out/_next/static/chunks/0o24k-4924ut6.js +0 -5
- package/out/_next/static/chunks/0o6k207dwsp67.js +0 -14
- package/out/_next/static/chunks/0o6szwcbqvtk..js +0 -1
- package/out/_next/static/chunks/0ohaa_f5cdywx.js +0 -73
- package/out/_next/static/chunks/0p8yhpuvsglyl.js +0 -384
- package/out/_next/static/chunks/0pnn8a_3nqu6z.js +0 -11
- package/out/_next/static/chunks/0ptzf1t7-yymm.js +0 -17
- package/out/_next/static/chunks/0q7qj_8wmc2.r.js +0 -10
- package/out/_next/static/chunks/0qb6blqhb13kr.js +0 -41
- package/out/_next/static/chunks/0qf0ui_m--1gr.js +0 -288
- package/out/_next/static/chunks/0qrbj_o2k5__o.js +0 -209
- package/out/_next/static/chunks/0qtz0k64e56-8.js +0 -50
- package/out/_next/static/chunks/0s-elr_ninnzu.js +0 -10
- package/out/_next/static/chunks/0s-v1dmb~vwtm.js +0 -836
- package/out/_next/static/chunks/0s.q6152jflhg.js +0 -26
- package/out/_next/static/chunks/0s44-81m.~5uf.js +0 -596
- package/out/_next/static/chunks/0sgimuwisx~sc.js +0 -119
- package/out/_next/static/chunks/0skmedjn4kgal.js +0 -61
- package/out/_next/static/chunks/0skt87s6mdt1v.js +0 -13
- package/out/_next/static/chunks/0s~fz~1tqbwxx.js +0 -15
- package/out/_next/static/chunks/0te-i~~io16.x.js +0 -1
- package/out/_next/static/chunks/0tiq-41ao4ozn.js +0 -12
- package/out/_next/static/chunks/0tw8x4rwyovtl.js +0 -12
- package/out/_next/static/chunks/0twk9-d7g9_tx.css +0 -1
- package/out/_next/static/chunks/0ty2puez_pg34.js +0 -12
- package/out/_next/static/chunks/0ty8.e8ooes0x.js +0 -13
- package/out/_next/static/chunks/0u0zlnx_0uuo~.js +0 -1
- package/out/_next/static/chunks/0u_o5uefzj2zl.js +0 -43
- package/out/_next/static/chunks/0v3s~myflio0y.js +0 -66
- package/out/_next/static/chunks/0ve6lde6hlxfm.js +0 -200
- package/out/_next/static/chunks/0ve_2hka8ooxb.js +0 -14
- package/out/_next/static/chunks/0wcjo4p-9_fzj.js +0 -1
- package/out/_next/static/chunks/0wr~ux~6rivnb.js +0 -73
- package/out/_next/static/chunks/0wt4fkc59wtk~.js +0 -1
- package/out/_next/static/chunks/0wy8jj1craipe.js +0 -291
- package/out/_next/static/chunks/0x0ro0p0oede-.js +0 -1
- package/out/_next/static/chunks/0x5~rk9ckvkzm.js +0 -5
- package/out/_next/static/chunks/0xcd1022~mejo.js +0 -1
- package/out/_next/static/chunks/0xdixvy3ojk~v.js +0 -807
- package/out/_next/static/chunks/0xwzq2hc7bd08.js +0 -7
- package/out/_next/static/chunks/0xyni.oufvih2.js +0 -13
- package/out/_next/static/chunks/0y6_n9b46qlk8.js +0 -12
- package/out/_next/static/chunks/0y_16b~8cbo3_.js +0 -1
- package/out/_next/static/chunks/0ygzo.kyf038-.js +0 -13
- package/out/_next/static/chunks/0ykdba2inps4f.js +0 -807
- package/out/_next/static/chunks/0yngqzk8t1rtm.js +0 -20
- package/out/_next/static/chunks/0yrhd0tul9js9.js +0 -1
- package/out/_next/static/chunks/0yygs3qclomm0.js +0 -44
- package/out/_next/static/chunks/0zpzrlqi93rji.js +0 -1
- package/out/_next/static/chunks/0zsyxlnrzl578.js +0 -807
- package/out/_next/static/chunks/0z~lvtnl1p.em.js +0 -78
- package/out/_next/static/chunks/0~.g3kh69ma7-.js +0 -54
- package/out/_next/static/chunks/0~9p1dp25tvbh.js +0 -8
- package/out/_next/static/chunks/0~h6h6qs_rmma.js +0 -15
- package/out/_next/static/chunks/0~io-hb50ji.1.js +0 -1
- package/out/_next/static/chunks/10.uqlra33~68.js +0 -13
- package/out/_next/static/chunks/105z5t998s_em.js +0 -12
- package/out/_next/static/chunks/10gbxo~.o9bhy.js +0 -23
- package/out/_next/static/chunks/10k9cn.xj6r3q.js +0 -342
- package/out/_next/static/chunks/10z4bl1p0z6o_.js +0 -13
- package/out/_next/static/chunks/1116oyd686cub.js +0 -10
- package/out/_next/static/chunks/1187u08o~yuqn.js +0 -132
- package/out/_next/static/chunks/11g5r9hgxgp0m.js +0 -101
- package/out/_next/static/chunks/11idnn6maksef.js +0 -188
- package/out/_next/static/chunks/11mfm9s-fl7sy.js +0 -807
- package/out/_next/static/chunks/129nouv3ip29r.js +0 -14
- package/out/_next/static/chunks/12_5sds1suvhm.js +0 -13
- package/out/_next/static/chunks/12pk_ybj.re6m.js +0 -328
- package/out/_next/static/chunks/12r0j7wb2hlew.js +0 -1
- package/out/_next/static/chunks/12uy~d.q~freq.js +0 -26
- package/out/_next/static/chunks/130ts0c-i4pcp.js +0 -807
- package/out/_next/static/chunks/13zg7v-cyej8_.js +0 -288
- package/out/_next/static/chunks/145f2hwc~qcac.js +0 -14
- package/out/_next/static/chunks/145sa8d1hfzds.js +0 -13
- package/out/_next/static/chunks/149u.0yx9zdjc.js +0 -342
- package/out/_next/static/chunks/14lo~e60fjur5.js +0 -1
- package/out/_next/static/chunks/14p.v8friz9is.js +0 -12
- package/out/_next/static/chunks/152ayjjud~_te.js +0 -807
- package/out/_next/static/chunks/154maz1~0c85~.js +0 -12
- package/out/_next/static/chunks/15_oqickjmgpk.js +0 -3
- package/out/_next/static/chunks/15iepxopx3xb4.js +0 -1
- package/out/_next/static/chunks/15m115xl2x-fo.js +0 -807
- package/out/_next/static/chunks/15y9tbfvyqnu_.js +0 -1
- package/out/_next/static/chunks/15z98mla-wqnl.js +0 -108
- package/out/_next/static/chunks/16375mdx_~6.q.js +0 -16
- package/out/_next/static/chunks/16x1-2emxpzpg.js +0 -1
- package/out/_next/static/chunks/16zrr8jq99f4~.js +0 -59
- package/out/_next/static/chunks/179__8pe9.c7-.js +0 -12
- package/out/_next/static/chunks/17d~emxcdob_i.js +0 -1
- package/out/_next/static/chunks/17i0kbnunaw-a.js +0 -1
- package/out/_next/static/chunks/17kkbb-qkkoid.js +0 -15
- package/out/_next/static/chunks/182r6jub~m5uu.js +0 -14
- package/out/_next/static/chunks/1830j6n5zjzkx.js +0 -14
- package/out/_next/static/chunks/18dqga.-f~nfy.js +0 -1
- package/out/_next/static/chunks/18du6p5wd4ech.js +0 -138
- package/out/_next/static/chunks/turbopack-0-2jlgexa52kn.js +0 -1
- package/out/_next/static/chunks/turbopack-0.sytbe8-q.f0.js +0 -1
- package/out/_next/static/chunks/turbopack-01xsh_3mc57...js +0 -1
- package/out/_next/static/chunks/turbopack-021nw61gt0smw.js +0 -1
- package/out/_next/static/chunks/turbopack-02c.fwas2lwst.js +0 -1
- package/out/_next/static/chunks/turbopack-03nzzz4-vv3_m.js +0 -1
- package/out/_next/static/chunks/turbopack-03xl_fg-w0wwe.js +0 -1
- package/out/_next/static/chunks/turbopack-04_73x1691200.js +0 -1
- package/out/_next/static/chunks/turbopack-04ketb_5rfe.-.js +0 -1
- package/out/_next/static/chunks/turbopack-05iepmw2pln-b.js +0 -1
- package/out/_next/static/chunks/turbopack-05vk0jzu2gu4r.js +0 -1
- package/out/_next/static/chunks/turbopack-06ibu8u~exvbh.js +0 -1
- package/out/_next/static/chunks/turbopack-06r069z7bpvmx.js +0 -1
- package/out/_next/static/chunks/turbopack-07607.63_f~q4.js +0 -1
- package/out/_next/static/chunks/turbopack-080mpit40zsn0.js +0 -1
- package/out/_next/static/chunks/turbopack-08vg-gc5.lk.w.js +0 -1
- package/out/_next/static/chunks/turbopack-09ynj6f1~2qvg.js +0 -1
- package/out/_next/static/chunks/turbopack-0am8m57rd7ue~.js +0 -1
- package/out/_next/static/chunks/turbopack-0flgs.l7-jwep.js +0 -1
- package/out/_next/static/chunks/turbopack-0ga2ytjk4irgm.js +0 -1
- package/out/_next/static/chunks/turbopack-0gv1w2-walrwj.js +0 -1
- package/out/_next/static/chunks/turbopack-0h8qtpk9zxc5w.js +0 -1
- package/out/_next/static/chunks/turbopack-0hn82ceuofjtz.js +0 -1
- package/out/_next/static/chunks/turbopack-0jyinuljzkzme.js +0 -1
- package/out/_next/static/chunks/turbopack-0kbw2bixmq-i6.js +0 -1
- package/out/_next/static/chunks/turbopack-0ln3og1r-_32i.js +0 -1
- package/out/_next/static/chunks/turbopack-0mdx764wtb9__.js +0 -1
- package/out/_next/static/chunks/turbopack-0mpncz8905-~_.js +0 -1
- package/out/_next/static/chunks/turbopack-0nl4bu~hrwg_c.js +0 -1
- package/out/_next/static/chunks/turbopack-0nno9lji-zzl..js +0 -1
- package/out/_next/static/chunks/turbopack-0o78sdharqtil.js +0 -1
- package/out/_next/static/chunks/turbopack-0oe-f.~p1jg8n.js +0 -1
- package/out/_next/static/chunks/turbopack-0ofu5~yiw_1_h.js +0 -1
- package/out/_next/static/chunks/turbopack-0p7o~ji.qdun9.js +0 -1
- package/out/_next/static/chunks/turbopack-0p_ojxb-55myx.js +0 -1
- package/out/_next/static/chunks/turbopack-0pv4teocze3x9.js +0 -1
- package/out/_next/static/chunks/turbopack-0rqw5r0qcrf2z.js +0 -1
- package/out/_next/static/chunks/turbopack-0rrj08a25.mep.js +0 -1
- package/out/_next/static/chunks/turbopack-0r~0nmphiorfn.js +0 -1
- package/out/_next/static/chunks/turbopack-0s.6f50ntkcs9.js +0 -1
- package/out/_next/static/chunks/turbopack-0s0ulq6q87y_x.js +0 -1
- package/out/_next/static/chunks/turbopack-0sdfu3q0v0q5h.js +0 -1
- package/out/_next/static/chunks/turbopack-0sjqqk57lmjnz.js +0 -1
- package/out/_next/static/chunks/turbopack-0svf~53uzg0yz.js +0 -1
- package/out/_next/static/chunks/turbopack-0t2n3t16.jt5-.js +0 -1
- package/out/_next/static/chunks/turbopack-0uhwk8kptpcof.js +0 -1
- package/out/_next/static/chunks/turbopack-0v0px_ggnszwk.js +0 -1
- package/out/_next/static/chunks/turbopack-0vpfmiii_t_hk.js +0 -1
- package/out/_next/static/chunks/turbopack-0x-fi_n3na5.e.js +0 -1
- package/out/_next/static/chunks/turbopack-0yq6qjplbghh8.js +0 -1
- package/out/_next/static/chunks/turbopack-0z3yqbd6ngf3r.js +0 -1
- package/out/_next/static/chunks/turbopack-0zo3lj078ff73.js +0 -1
- package/out/_next/static/chunks/turbopack-10ikru0-tgde5.js +0 -1
- package/out/_next/static/chunks/turbopack-10my3_6508i9s.js +0 -1
- package/out/_next/static/chunks/turbopack-11fd3~ckkb1az.js +0 -1
- package/out/_next/static/chunks/turbopack-12635pttd8mwo.js +0 -1
- package/out/_next/static/chunks/turbopack-12tv~faaane2m.js +0 -1
- package/out/_next/static/chunks/turbopack-133ooe_tc74fx.js +0 -1
- package/out/_next/static/chunks/turbopack-13xywrs0tr14-.js +0 -1
- package/out/_next/static/chunks/turbopack-14c20trqh_v2z.js +0 -1
- package/out/_next/static/chunks/turbopack-164kkr2_jziv1.js +0 -1
- package/out/_next/static/chunks/turbopack-16zy~wq_5~ah~.js +0 -1
- package/out/_next/static/chunks/turbopack-17ag.mp331nmd.js +0 -1
- package/out/_next/static/pFqjC0hy-zIBRbr8wLP_l/_buildManifest.js +0 -258
- package/out/admin-ui-permissions.js +0 -129
- /package/out/_next/static/chunks/{0a1flay6uksa2.js → 0wooaklx8_14q.js} +0 -0
- /package/out/_next/static/chunks/{0htfk2vj7m.9j.js → 1jqnrnw0p9tw5.js} +0 -0
- /package/out/_next/static/{pFqjC0hy-zIBRbr8wLP_l → mgojmR_4GNqJNutDR9oFi}/_clientMiddlewareManifest.js +0 -0
- /package/out/_next/static/{pFqjC0hy-zIBRbr8wLP_l → mgojmR_4GNqJNutDR9oFi}/_ssgManifest.js +0 -0
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
__turbopack_load_page_chunks__("/language", [
|
|
2
|
+
"static/chunks/0hpirq7m-gjle.js",
|
|
3
|
+
"static/chunks/42o6t6-v2qi37.js",
|
|
4
|
+
"static/chunks/0jo3ujn_icmb9.js",
|
|
5
|
+
"static/chunks/1qnuk3631sd6i.js",
|
|
6
|
+
"static/chunks/0hm6-xlqw4vmr.js",
|
|
7
|
+
"static/chunks/07q8ufsdxo1tx.js",
|
|
8
|
+
"static/chunks/09pees0w94cvm.js",
|
|
9
|
+
"static/chunks/0f-hhcgpd3kjt.js",
|
|
10
|
+
"static/chunks/1f04wea7zvjf5.js",
|
|
11
|
+
"static/chunks/0zl6mu89n1_wq.js",
|
|
12
|
+
"static/chunks/1g5l7e7du4p25.js",
|
|
13
|
+
"static/chunks/turbopack-33v049epa0erx.js"
|
|
14
|
+
])
|
|
@@ -0,0 +1,234 @@
|
|
|
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 n=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,n],73298)},51870,e=>{"use strict";var t=e.i(59080),r=e.i(32171),n=e.i(70693),i=e.i(73298);e.s(["default",0,e=>{let{customProperties:a,hydrateFragment:o}=(0,n.default)(),{data:s,loading:l,error:u}=(0,r.useQuery)(((e="")=>t.gql`
|
|
128
|
+
query CurrentUser {
|
|
129
|
+
me {
|
|
130
|
+
...UserFragment
|
|
131
|
+
${e}
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
${i.default}
|
|
135
|
+
`)(a?.User)),c=s?.me,d=o(a?.User,c||null);return{currentUser:c,loading:l,error:u,extendedData:d}}])},57561,48539,55989,e=>{"use strict";var t=e.i(91788),r=e.i(91398),n=e.i(69322),i=e.i(51713),a=e.i(98520),o=e.i(59080),s=e.i(32171);let l=o.gql`
|
|
136
|
+
query ShopInfo {
|
|
137
|
+
shopInfo {
|
|
138
|
+
_id
|
|
139
|
+
version
|
|
140
|
+
language {
|
|
141
|
+
_id
|
|
142
|
+
isoCode
|
|
143
|
+
name
|
|
144
|
+
}
|
|
145
|
+
country {
|
|
146
|
+
_id
|
|
147
|
+
isoCode
|
|
148
|
+
flagEmoji
|
|
149
|
+
name
|
|
150
|
+
defaultCurrency {
|
|
151
|
+
_id
|
|
152
|
+
isoCode
|
|
153
|
+
}
|
|
154
|
+
}
|
|
155
|
+
adminUiConfig {
|
|
156
|
+
singleSignOnURL
|
|
157
|
+
externalLinks {
|
|
158
|
+
href
|
|
159
|
+
title
|
|
160
|
+
target
|
|
161
|
+
}
|
|
162
|
+
customProperties {
|
|
163
|
+
entityName
|
|
164
|
+
inlineFragment
|
|
165
|
+
}
|
|
166
|
+
productTags
|
|
167
|
+
assortmentTags
|
|
168
|
+
userTags
|
|
169
|
+
}
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
`,u=()=>{let{data:e,loading:t,error:r}=(0,s.useQuery)(l,{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,u],48539);var c=e.i(79684),d=e.i(51870);let m=(0,t.createContext)(void 0);e.s(["AppContextWrapper",0,({children:e,onlyFull:o=!1})=>{let s,{currentUser:l}=(0,d.default)(),f=!!l?._id&&!l?.isGuest,{languages:g}=(0,i.default)({skip:!f}),{locale:p}=(0,n.useIntl)(),[h,y]=(0,c.default)("selectedLocale",null),{shopInfo:v,loading:C}=u(),{countries:x}=(0,a.default)({skip:!f}),[b,P]=(0,t.useState)(p),w=e=>{y(e),P(e)};(0,t.useEffect)(()=>{h?P(h):C||w(`${v?.language?.isoCode}-${v?.country?.isoCode?.toUpperCase()}`)},[v,C,p]);let S=(s=[],g.forEach(({_id:e,isoCode:t})=>{s.push({_id:e,isoCode:t}),x.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)&&s.push({_id:`${n}-${e}`,isoCode:i})})}),s).filter(e=>!o||e.isoCode.includes("-")),_=!!v?.language&&!!v?.country;return(0,r.jsx)(m.Provider,{value:{selectedLocale:b,setSelectedLocale:w,languageDialectList:S,isSystemReady:_,shopInfo:v},children:e})},"default",0,m],55989),e.s(["default",0,()=>{let e=(0,t.useContext)(m);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`
|
|
173
|
+
fragment CountryFragment on Country {
|
|
174
|
+
_id
|
|
175
|
+
isoCode
|
|
176
|
+
isActive
|
|
177
|
+
isBase
|
|
178
|
+
|
|
179
|
+
defaultCurrency {
|
|
180
|
+
_id
|
|
181
|
+
isoCode
|
|
182
|
+
}
|
|
183
|
+
}
|
|
184
|
+
`;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`
|
|
185
|
+
query Countries(
|
|
186
|
+
$queryString: String
|
|
187
|
+
$limit: Int
|
|
188
|
+
$offset: Int
|
|
189
|
+
$includeInactive: Boolean
|
|
190
|
+
$sort: [SortOptionInput!]
|
|
191
|
+
) {
|
|
192
|
+
countries(
|
|
193
|
+
queryString: $queryString
|
|
194
|
+
limit: $limit
|
|
195
|
+
offset: $offset
|
|
196
|
+
includeInactive: $includeInactive
|
|
197
|
+
sort: $sort
|
|
198
|
+
) {
|
|
199
|
+
...CountryFragment
|
|
200
|
+
}
|
|
201
|
+
countriesCount(includeInactive: $includeInactive, queryString: $queryString)
|
|
202
|
+
}
|
|
203
|
+
|
|
204
|
+
${n.default}
|
|
205
|
+
`;e.s(["default",0,({queryString:e="",limit:t=20,offset:n=0,includeInactive:a=!0,sort:o=[],skip:s=!1}={})=>{let{data:l,loading:u,error:c,fetchMore:d}=(0,r.useQuery)(i,{variables:{queryString:e,limit:t,offset:n,includeInactive:a,sort:o},errorPolicy:"all",skip:s}),m=l?.countries||[],f=l?.countriesCount,g=m?.length<f;return{countries:m,countriesCount:f,hasMore:g,loading:u,error:c,loadMore:()=>{d({variables:{offset:m?.length}})}}}])},95064,e=>{"use strict";var t=e.i(59080);let r=t.gql`
|
|
206
|
+
fragment LanguageFragment on Language {
|
|
207
|
+
_id
|
|
208
|
+
isoCode
|
|
209
|
+
isActive
|
|
210
|
+
isBase
|
|
211
|
+
name
|
|
212
|
+
}
|
|
213
|
+
`;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`
|
|
214
|
+
query Languages(
|
|
215
|
+
$queryString: String
|
|
216
|
+
$offset: Int
|
|
217
|
+
$limit: Int
|
|
218
|
+
$includeInactive: Boolean
|
|
219
|
+
$sort: [SortOptionInput!]
|
|
220
|
+
) {
|
|
221
|
+
languages(
|
|
222
|
+
queryString: $queryString
|
|
223
|
+
offset: $offset
|
|
224
|
+
limit: $limit
|
|
225
|
+
includeInactive: $includeInactive
|
|
226
|
+
sort: $sort
|
|
227
|
+
) {
|
|
228
|
+
...LanguageFragment
|
|
229
|
+
}
|
|
230
|
+
languagesCount(includeInactive: $includeInactive, queryString: $queryString)
|
|
231
|
+
}
|
|
232
|
+
${n.default}
|
|
233
|
+
`;e.s(["default",0,({queryString:e="",limit:t=20,offset:n=0,includeInactive:a=!0,sort:o=[],skip:s=!1}={})=>{let{data:l,loading:u,error:c,fetchMore:d}=(0,r.useQuery)(i,{variables:{queryString:e,limit:t,offset:n,includeInactive:a,sort:o},errorPolicy:"all",skip:s}),m=l?.languages||[],f=l?.languagesCount,g=m?.length<f;return{languages:m,languagesCount:f,hasMore:g,loading:u,error:c,loadMore:()=>{d({variables:{offset:m?.length}})}}}])},13534,26539,e=>{"use strict";let t;var r=e.i(91398),n=e.i(91788),i=e.i(59080),a=e.i(32171),o=e.i(76204),s=e.i(24669),l=e.i(76810),u=e.i(91584),c=e.i(15953),d=e.i(93532);function m(){}var f=e.i(28775),g=e.i(50584),p=e.i(98926),h=e.i(32854);let y=["refetch","fetchMore","updateQuery","startPolling","stopPolling","subscribeToMore"],v=function(e,r){let i=(0,p.useApolloClient)(r?.client),a=n.useRef(void 0),o=n.useRef(void 0),l=(0,f.useDeepMemo)(()=>r,[r]),u=(t||(t=n.createContext(null)),n.useCallback(()=>{let e=console.error;try{return console.error=m,n.useContext(t),!0}catch(e){return!1}finally{console.error=e}},[]));function v(){return i.watchQuery({...r,query:e,initialFetchPolicy:r?.fetchPolicy,fetchPolicy:"standby",[c.variablesUnknownSymbol]:!0})}let[x,b]=n.useState(i),[P,w]=n.useState(v);x!==i&&(b(i),w(v()));let S=n.useCallback((e,t)=>{let r=o.current?.data;r&&!(0,s.equal)(r,e.data)&&(a.current=r),o.current=e,t()},[]),_=(0,h.useSyncExternalStore)(n.useCallback(e=>{let t=P.subscribe(t=>{(0,s.equal)(o.current,t)||S(t,e)});return()=>{t.unsubscribe()}},[P,S]),()=>o.current||C,()=>C),I=n.useMemo(()=>{let e={};for(let t of y)e[t]=function(...e){return(0,d.invariant)(o.current,29,t),P[t](...e)};return e},[P]);n.useEffect(()=>{let t={query:e,errorPolicy:l?.errorPolicy,refetchOn:l?.refetchOn,refetchWritePolicy:l?.refetchWritePolicy,returnPartialData:l?.returnPartialData,notifyOnNetworkStatusChange:l?.notifyOnNetworkStatusChange,pollInterval:l?.pollInterval,nextFetchPolicy:r?.nextFetchPolicy,skipPollAttempt:r?.skipPollAttempt};"standby"!==P.options.fetchPolicy&&l?.fetchPolicy&&(t.fetchPolicy=l.fetchPolicy),P.applyOptions(t)},[e,P,l,r?.nextFetchPolicy,r?.skipPollAttempt]);let N=n.useCallback((...e)=>{(0,d.invariant)(!u(),30);let[t]=e,r=P.options.fetchPolicy;return"standby"===r&&(r=P.options.initialFetchPolicy),P.reobserve({fetchPolicy:r,variables:t?.variables,context:t?.context??{}})},[P,u]),$=n.useRef(N);return(0,g.useIsomorphicLayoutEffect)(()=>{$.current=N}),[n.useCallback((...e)=>$.current(...e),[]),n.useMemo(()=>{let{partial:e,...t}=_;return{...I,...t,client:i,previousData:a.current,variables:P.variables,observable:P,called:!!o.current}},[i,_,I,P])]},C=(0,u.maybeDeepFreeze)({data:void 0,dataState:"empty",loading:!1,networkStatus:l.NetworkStatus.ready,partial:!0});var x=e.i(3828),b=e.i(69322),P=e.i(28401);let w=(0,n.createContext)(null),S=w.Provider,_=()=>{let e=(0,n.useContext)(w);if(!e)throw Error("usePluginRuntime must be used inside a plugin component rendered by PluginSlot");return e};e.s(["PluginRuntimeProvider",0,S,"usePluginRuntime",0,_],26539);let I=(0,n.createContext)({manifests:[],getComponent:()=>null,getSlotPlugins:()=>[],loading:!0});e.s(["PluginProvider",0,({children:e})=>{let[t,s]=(0,n.useState)([]),[l,u]=(0,n.useState)(new Map),[c,d]=(0,n.useState)(!0);return(0,n.useEffect)(()=>{window.__UNCHAINED_PLUGIN_DEPS__||(window.__UNCHAINED_PLUGINS__={},window.__UNCHAINED_PLUGIN_DEPS__={react:n.default,"react/jsx-runtime":r,"@apollo/client":{gql:i.gql,useQuery:a.useQuery,useMutation:o.useMutation,useLazyQuery:v,useApolloClient:p.useApolloClient},"@apollo/client/react":{useQuery:a.useQuery,useMutation:o.useMutation,useLazyQuery:v,useApolloClient:p.useApolloClient},"next/router":{useRouter:x.useRouter},"react-intl":{useIntl:b.useIntl,FormattedMessage:b.FormattedMessage,defineMessages:b.defineMessages},"react-toastify":{toast:P.toast},"@unchainedshop/admin-ui/plugins":{usePluginRuntime:_}});let e=[],t=!1;return(async()=>{try{let r=(()=>{try{return new URL("/graphql").origin}catch{return""}})(),n=await fetch(`${r}/admin-ui-plugins.json`,{cache:"no-cache"});if(!n.ok||t)return void d(!1);let i=await n.json();if(t)return;s(i);let a=new Map;await Promise.all(i.map(async t=>{try{let n,i=await (n=`${r}${t.bundleUrl}`,new Promise((e,t)=>{let r=document.createElement("script");r.src=n,r.onload=()=>e(r),r.onerror=()=>t(Error(`Failed to load script: ${n}`)),document.head.appendChild(r)}));e.push(i);let o=window.__UNCHAINED_PLUGINS__?.[t.name];o?a.set(t.name,o):console.error(`Plugin "${t.name}" loaded but did not register on window.__UNCHAINED_PLUGINS__`)}catch(e){console.error(`Failed to load plugin "${t.name}":`,e)}})),t||u(a)}catch(e){console.error("Failed to load plugin manifests:",e)}finally{t||d(!1)}})(),()=>{t=!0,e.forEach(e=>e.remove()),window.__UNCHAINED_PLUGINS__={}}},[]),(0,r.jsx)(I.Provider,{value:{manifests:t,getComponent:(e,t)=>{let r=l.get(e);return r?.[t]||null},getSlotPlugins:e=>t.flatMap(t=>{let r=t.slots[e];return r?r.map(e=>({manifest:t,config:e})):[]}),loading:c},children:e})},"usePlugins",0,()=>(0,n.useContext)(I)],13534)},58668,e=>{"use strict";var t=e.i(91398),r=e.i(91788);class n 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(`Plugin "${this.props.pluginName}" crashed in component "${this.props.componentName}":`,e,t)}render(){return this.state.hasError?(0,t.jsx)("div",{className:"rounded-lg border border-danger bg-danger-surface p-4 my-2",children:(0,t.jsxs)("div",{className:"flex items-start justify-between",children:[(0,t.jsxs)("div",{children:[(0,t.jsxs)("p",{className:"text-sm font-medium text-danger",children:['Plugin "',this.props.pluginName,'" encountered an error']}),(0,t.jsxs)("p",{className:"text-xs text-text-muted mt-1",children:["Component: ",this.props.componentName]}),this.state.error&&(0,t.jsxs)("details",{className:"mt-2",children:[(0,t.jsx)("summary",{className:"text-xs text-text-muted cursor-pointer hover:text-text-secondary",children:"Error details"}),(0,t.jsxs)("pre",{className:"mt-1 text-xs text-text-muted whitespace-pre-wrap break-words font-mono bg-surface p-2 rounded max-h-32 overflow-auto",children:[this.state.error.message,this.state.error.stack&&`
|
|
234
|
+
${this.state.error.stack.split("\n").slice(1,4).join("\n")}`]})]})]}),(0,t.jsxs)("button",{onClick:()=>this.setState({hasError:!1,error:null}),className:"ml-4 shrink-0 inline-flex items-center gap-1 rounded-md border border-border bg-surface px-3 py-1.5 text-xs font-medium text-text-primary hover:bg-surface-raised transition-colors",children:[(0,t.jsx)("svg",{className:"h-3 w-3",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:(0,t.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M16.023 9.348h4.992v-.001M2.985 19.644v-4.992m0 0h4.992m-4.993 0l3.181 3.183a8.25 8.25 0 0013.803-3.7M4.031 9.865a8.25 8.25 0 0113.803-3.7l3.181 3.182"})}),"Retry"]})]})}):this.props.children}}e.s(["default",0,n])},70475,e=>{"use strict";var t=e.i(91398),r=e.i(91788),n=e.i(13534),i=e.i(26539),a=e.i(58668),o=e.i(53576);e.s(["default",0,({slot:e,children:s,...l})=>{let{getSlotPlugins:u,getComponent:c,loading:d}=(0,n.usePlugins)();if(d)return null;let m=u(e);return 0===m.length?null:(0,t.jsx)(t.Fragment,{children:m.map(({manifest:n,config:u})=>{let d=u.component||u.components?.list,m=c(n.name,d);if(!m)return console.warn(`Plugin "${n.name}": component "${d}" not found in bundle`),null;let f={pluginName:n.name,version:n.version,slotId:e,config:u};return(0,t.jsx)(a.default,{pluginName:n.name,componentName:d,children:(0,t.jsx)(i.PluginRuntimeProvider,{value:f,children:(0,t.jsx)(r.Suspense,{fallback:(0,t.jsx)(o.default,{}),children:s?s(m,u,n):(0,t.jsx)(m,{...l})})})},`${n.name}-${d}`)})})}])},57862,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(["default",0,r])},38322,e=>{"use strict";var t=e.i(57862);e.s(["CheckIcon",()=>t.default])},76237,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(["default",0,r])},38187,e=>{"use strict";var t=e.i(76237);e.s(["ChevronDownIcon",()=>t.default])},28805,e=>{e.v(t=>Promise.all(["static/chunks/1jqnrnw0p9tw5.js"].map(t=>e.l(t))).then(()=>t(79466)))},48761,e=>{e.v(t=>Promise.all(["static/chunks/1vnvinjvn78t3.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 a}});let n=e.r(31640)._(e.r(91788)),i=e.r(15125),a=n.default.createContext(i.imageConfigDefault)},15125,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n={VALID_LOADERS:function(){return a},imageConfigDefault:function(){return o}};for(var i in n)Object.defineProperty(r,i,{enumerable:!0,get:n[i]});let a=["default","imgix","cloudinary","akamai","custom"],o={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},a=n.useSyncExternalStore,o=n.useRef,s=n.useEffect,l=n.useMemo,u=n.useDebugValue;r.useSyncExternalStoreWithSelector=function(e,t,r,n,c){var d=o(null);if(null===d.current){var m={hasValue:!1,value:null};d.current=m}else m=d.current;var f=a(e,(d=l(function(){function e(e){if(!s){if(s=!0,a=e,e=n(e),void 0!==c&&m.hasValue){var t=m.value;if(c(t,e))return o=t}return o=e}if(t=o,i(a,e))return t;var r=n(e);return void 0!==c&&c(t,r)?(a=e,t):(a=e,o=r)}var a,o,s=!1,l=void 0===r?null:r;return[function(){return e(t())},null===l?void 0:function(){return e(l())}]},[t,r,n,c]))[0],d[1]);return s(function(){m.hasValue=!0,m.value=f},[f]),u(f),f}},19979,(e,t,r)=>{"use strict";e.i(50461),t.exports=e.r(40238)}]);
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
__turbopack_load_page_chunks__("/account/forgot-password", [
|
|
2
|
+
"static/chunks/18yznjdgjug5c.js",
|
|
3
|
+
"static/chunks/0aom8abciz-yf.js",
|
|
4
|
+
"static/chunks/0jo3ujn_icmb9.js",
|
|
5
|
+
"static/chunks/3kle_yukf5aux.js",
|
|
6
|
+
"static/chunks/07q8ufsdxo1tx.js",
|
|
7
|
+
"static/chunks/0f-hhcgpd3kjt.js",
|
|
8
|
+
"static/chunks/09pees0w94cvm.js",
|
|
9
|
+
"static/chunks/0zl6mu89n1_wq.js",
|
|
10
|
+
"static/chunks/1f04wea7zvjf5.js",
|
|
11
|
+
"static/chunks/turbopack-0a_5nw_3znl2r.js"
|
|
12
|
+
])
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
__turbopack_load_page_chunks__("/", [
|
|
2
|
+
"static/chunks/2hmtn1okhj6zz.js",
|
|
3
|
+
"static/chunks/0r0l1vs8bls6y.js",
|
|
4
|
+
"static/chunks/0jo3ujn_icmb9.js",
|
|
5
|
+
"static/chunks/0mdh4qszx-qw8.js",
|
|
6
|
+
"static/chunks/1qnuk3631sd6i.js",
|
|
7
|
+
"static/chunks/07q8ufsdxo1tx.js",
|
|
8
|
+
"static/chunks/1f04wea7zvjf5.js",
|
|
9
|
+
"static/chunks/0f-hhcgpd3kjt.js",
|
|
10
|
+
"static/chunks/09pees0w94cvm.js",
|
|
11
|
+
"static/chunks/2pz2u5us_0jme.js",
|
|
12
|
+
"static/chunks/1osrrozfse5jn.js",
|
|
13
|
+
"static/chunks/turbopack-0g9gjb70ob0rb.js"
|
|
14
|
+
])
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
__turbopack_load_page_chunks__("/copilot", [
|
|
2
|
+
"static/chunks/3g67xtrp0vv4m.js",
|
|
3
|
+
"static/chunks/0jo3ujn_icmb9.js",
|
|
4
|
+
"static/chunks/0aom8abciz-yf.js",
|
|
5
|
+
"static/chunks/2_3qu55ddb4jo.js",
|
|
6
|
+
"static/chunks/3eq1b2m2xkkmp.js",
|
|
7
|
+
"static/chunks/3o5a5qn0dnq04.js",
|
|
8
|
+
"static/chunks/0ukobsq85_to1.js",
|
|
9
|
+
"static/chunks/3tv9csz53av-5.js",
|
|
10
|
+
"static/chunks/0nyu34hvyz9_k.js",
|
|
11
|
+
"static/chunks/07q8ufsdxo1tx.js",
|
|
12
|
+
"static/chunks/0f-hhcgpd3kjt.js",
|
|
13
|
+
"static/chunks/09pees0w94cvm.js",
|
|
14
|
+
"static/chunks/1f04wea7zvjf5.js",
|
|
15
|
+
"static/chunks/2pz2u5us_0jme.js",
|
|
16
|
+
"static/chunks/turbopack-280jnadydykur.js"
|
|
17
|
+
])
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
(globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,10685,e=>{"use strict";var t=e.i(91398),a=e.i(56206),i=e.i(60741),s=e.i(54879);e.s(["default",0,e=>{let{options:r,...n}=(0,i.default)(e),{className:u}=e||{className:""};return(0,t.jsx)(s.default,{...n,children:(0,t.jsx)("div",{className:"select-wrap",children:(0,t.jsxs)("select",{className:(0,a.default)("block w-full dark:bg-slate-900 dark:text-white rounded-md border-1 border-border-default py-2.5 pl-3 pr-10 text-base text-black shadow-xs focus:outline-hidden focus:ring-2 focus:ring-focus-ring sm:text-sm",u,{"border-rose-700 text-rose-600 dark:border-rose-500 dark:text-rose-400":!!n.error}),disabled:n.disabled,id:n.name,name:n.name,onChange:n.onChange,onBlur:n.onBlur,value:n.value,children:[(0,t.jsx)("option",{className:"dark:text-slate-200",value:"",disabled:n.required,hidden:n.required,children:n.placeholder||n.label}),Object.entries(r).map(([e,a])=>(0,t.jsx)("option",{className:"dark:text-slate-200",value:e,children:a},e))]})})})}])},1504,e=>{"use strict";e.s(["default",0,(e,t,a)=>Object.assign({},...e?.map(e=>({[e[a]]:e[t]}))||[])])},80689,e=>{"use strict";var t=e.i(91398),a=e.i(69322),i=e.i(66773),s=e.i(58971),r=e.i(1504),n=e.i(79093),u=e.i(6634),l=e.i(69211),o=e.i(10685),d=e.i(21128),c=e.i(16984),m=e.i(98949),f=e.i(82226);e.s(["default",0,({onSubmit:e,onSubmitSuccess:g=null,defaultValue:y={},isEdit:C=!1})=>{let{formatMessage:x}=(0,a.useIntl)(),{hasRole:b}=(0,s.default)(),p=x({id:"country_added",defaultMessage:"Country added successfully!"}),h=x({id:"country_updated",defaultMessage:"Country updated successfully!"}),{currencies:v}=(0,n.default)(),j=(0,m.default)({submit:e,onSubmitSuccess:g,successMessage:C?h:p,getSubmitErrorMessage:e=>{if(e?.message?.includes("duplicate key"))return j.api.setFieldError("isoCode",x({id:"country_exists",defaultMessage:"Country with the same ISO code already exists"})),null},enableReinitialize:!0,initialValues:{isoCode:"",...y}});return(0,t.jsxs)(l.default,{form:j,children:[(0,t.jsxs)("div",{className:"p-5 pb-7",children:[(0,t.jsx)(c.default,{name:"isoCode",id:"isoCode",validators:[(0,f.validateCountry)()],disabled:!b(i.IRoleAction.ManageCountries),label:x({id:"iso_code",defaultMessage:"ISO code"}),required:!0,autoComplete:"on"}),C&&(0,t.jsxs)("div",{className:"my-3 min-w-0 flex-1",children:[(0,t.jsx)(o.default,{name:"defaultCurrencyCode",disabled:!b(i.IRoleAction.ManageCountries),id:"defaultCurrencyCode",label:x({id:"default_currency",defaultMessage:"Default currency"}),options:(0,r.default)(v,"isoCode","isoCode"),className:"mb-2 text-sm"}),(0,t.jsx)(u.default,{toggleText:x({id:"active",defaultMessage:"Active"}),disabled:!b(i.IRoleAction.ManageCountries),active:j.api.values.isActive,onToggle:()=>j.api.setFieldValue("isActive",!j.api.values.isActive)})]})]}),b(i.IRoleAction.ManageCountries)&&(0,t.jsx)("div",{className:"space-y-6 border-t border-t-border-subtle bg-surface-subtle p-5 text-right",children:(0,t.jsx)(d.default,{label:C?x({id:"update_country",defaultMessage:"Update Country"}):x({id:"add_country",defaultMessage:"Add Country"})})})]})}])},68191,e=>{"use strict";var t=e.i(59080);let a=t.gql`
|
|
2
|
+
fragment CurrencyFragment on Currency {
|
|
3
|
+
_id
|
|
4
|
+
isoCode
|
|
5
|
+
isActive
|
|
6
|
+
contractAddress
|
|
7
|
+
decimals
|
|
8
|
+
}
|
|
9
|
+
`;e.s(["default",0,a])},79093,e=>{"use strict";var t=e.i(59080),a=e.i(32171),i=e.i(68191);let s=t.gql`
|
|
10
|
+
query Currencies(
|
|
11
|
+
$queryString: String
|
|
12
|
+
$limit: Int
|
|
13
|
+
$offset: Int
|
|
14
|
+
$includeInactive: Boolean
|
|
15
|
+
$sort: [SortOptionInput!]
|
|
16
|
+
) {
|
|
17
|
+
currencies(
|
|
18
|
+
queryString: $queryString
|
|
19
|
+
limit: $limit
|
|
20
|
+
offset: $offset
|
|
21
|
+
includeInactive: $includeInactive
|
|
22
|
+
sort: $sort
|
|
23
|
+
) {
|
|
24
|
+
...CurrencyFragment
|
|
25
|
+
}
|
|
26
|
+
currenciesCount(
|
|
27
|
+
includeInactive: $includeInactive
|
|
28
|
+
queryString: $queryString
|
|
29
|
+
)
|
|
30
|
+
}
|
|
31
|
+
${i.default}
|
|
32
|
+
`;e.s(["default",0,({queryString:e="",limit:t=20,offset:i=0,includeInactive:r=!0,sort:n=[]}={})=>{let{data:u,loading:l,error:o,fetchMore:d}=(0,a.useQuery)(s,{variables:{queryString:e,limit:t,offset:i,includeInactive:r,sort:n}}),c=u?.currencies||[],m=u?.currenciesCount,f=c?.length<m;return{currencies:c,currenciesCount:m,hasMore:f,loading:l,error:o,loadMore:()=>{d({variables:{offset:c?.length}})}}}])},5219,e=>{"use strict";var t=e.i(91398),a=e.i(3828),i=e.i(69322),s=e.i(50595),r=e.i(5505),n=e.i(25327),u=e.i(80689),l=e.i(59080),o=e.i(76204),d=e.i(77846);let c=l.gql`
|
|
33
|
+
mutation CreateCountry($country: CreateCountryInput!) {
|
|
34
|
+
createCountry(country: $country) {
|
|
35
|
+
...CountryFragment
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
${d.default}
|
|
39
|
+
`;e.s(["default",0,()=>{let{formatMessage:e}=(0,i.useIntl)(),{replace:l}=(0,a.useRouter)(),{createCountry:d}=(()=>{let[e,{data:t,loading:a,error:i}]=(0,o.useMutation)(c);return{createCountry:async({country:t})=>e({variables:{country:t},refetchQueries:["Countries","ShopStatus","ShopInfo"]}),newCountry:t?.createCountry,loading:a,error:i}})(),m=async({isoCode:e})=>{let{data:t,error:a}=await d({country:{isoCode:e}});return!a&&{success:!0,data:t?.createCountry}};return(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)(s.default,{}),(0,t.jsxs)("div",{className:"mx-auto sm:max-w-2xl",children:[(0,t.jsx)(n.default,{headerText:e({id:"new_country_header",defaultMessage:"New country"})}),(0,t.jsx)("div",{className:"mt-6 sm:max-w-xl",children:(0,t.jsx)(r.default,{children:(0,t.jsx)(u.default,{onSubmitSuccess:(e,{_id:t})=>{l(`/country?countryId=${t}`)},onSubmit:m})})})]})]})}],5219)},26458,(e,t,a)=>{let i="/country/new";(window.__NEXT_P=window.__NEXT_P||[]).push([i,()=>e.r(5219)]),t.hot&&t.hot.dispose(function(){window.__NEXT_P.push([i])})},28805,e=>{e.v(t=>Promise.all(["static/chunks/1jqnrnw0p9tw5.js"].map(t=>e.l(t))).then(()=>t(79466)))},48761,e=>{e.v(t=>Promise.all(["static/chunks/0wooaklx8_14q.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 r}});let i=e.r(31640)._(e.r(91788)),s=e.r(15125),r=i.default.createContext(s.imageConfigDefault)},15125,(e,t,a)=>{"use strict";Object.defineProperty(a,"__esModule",{value:!0});var i={VALID_LOADERS:function(){return r},imageConfigDefault:function(){return n}};for(var s in i)Object.defineProperty(a,s,{enumerable:!0,get:i[s]});let r=["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}}]);
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
(globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,39541,(e,a,t)=>{let l="/language/LanguageDetailPage";(window.__NEXT_P=window.__NEXT_P||[]).push([l,()=>e.r(98450)]),a.hot&&a.hot.dispose(function(){window.__NEXT_P.push([l])})},6634,e=>{"use strict";var a=e.i(91398),t=e.i(56206),l=e.i(3828),s=e.i(83147);e.s(["default",0,({toggleText:e="",toggleKey:i=null,onToggle:n=null,active:u=!1,className:r="",disabled:d=!1,...o})=>{let g=(0,l.useRouter)(),c=g?.query?.[i]==="true"||u;return(0,a.jsxs)("div",{className:(0,t.default)("",r),children:[(0,a.jsxs)("button",{id:i,disabled:d,type:"button",className:(0,t.default)("relative inline-flex h-3.5 w-9 shrink-0 cursor-pointer rounded-full border-1 border-transparent transition-all duration-200 ease-in-out focus:outline-hidden focus:ring-2 focus:ring-focus-ring focus:ring-offset-2",{"bg-slate-200 dark:bg-slate-700":!c,"bg-emerald-500 dark:bg-emerald-600 shadow-sm":c}),role:"switch",onClick:n||(()=>{let{skip:e,...a}=g.query;g.push({query:(0,s.normalizeQuery)(a,!c,i)})}),"aria-checked":c?"true":"false",...o,children:[(0,a.jsx)("span",{className:"sr-only",children:e}),(0,a.jsxs)("span",{className:(0,t.default)("ml-0.5 pointer-events-none relative inline-block h-3 w-3 transform rounded-full bg-white shadow-sm ring-0 transition-all duration-200 ease-in-out",{"translate-x-5 shadow-md":c,"translate-x-0":!c}),children:[(0,a.jsx)("span",{className:(0,t.default)("absolute inset-0 flex h-full w-full items-center justify-center transition-opacity",{"opacity-0 duration-100 ease-out":c,"opacity-100 duration-200 ease-in":!c}),"aria-hidden":"true",children:(0,a.jsx)("svg",{className:"h-3 w-3 text-slate-400",fill:"none",viewBox:"0 0 12 12",children:(0,a.jsx)("path",{d:"M4 8l2-2m0 0l2-2M6 6L4 4m2 2l2 2",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})}),(0,a.jsx)("span",{className:(0,t.default)("absolute inset-0 flex h-full w-full items-center justify-center transition-opacity",{"opacity-100 duration-200 ease-in":c,"opacity-0 duration-100 ease-out":!c}),"aria-hidden":"true",children:(0,a.jsx)("svg",{className:"h-3 w-3 text-emerald-500",fill:"currentColor",viewBox:"0 0 12 12",children:(0,a.jsx)("path",{d:"M3.707 5.293a1 1 0 00-1.414 1.414l1.414-1.414zM5 8l-.707.707a1 1 0 001.414 0L5 8zm4.707-3.293a1 1 0 00-1.414-1.414l1.414 1.414zm-7.414 2l2 2 1.414-1.414-2-2-1.414 1.414zm3.414 2l4-4-1.414-1.414-4 4 1.414 1.414z"})})})]})]}),(0,a.jsx)("span",{className:"ml-3",id:"annual-billing-label",children:(0,a.jsx)("span",{className:"text-sm font-medium text-text-primary",children:e})})]})}])},16984,e=>{"use strict";var a=e.i(91398),t=e.i(56206),l=e.i(82226),s=e.i(60741),i=e.i(54879);e.s(["default",0,({maxLength:e=0,validators:n=[],...u})=>{let r=(0,s.default)({validators:[...n,e&&(0,l.validateMaxLength)(e)],...u});return(0,a.jsx)(i.default,{...r,children:(0,a.jsx)("input",{className:(0,t.default)("relative mt-1 block w-full dark:focus:autofill dark:hover:autofill dark:autofill dark:placeholder:text-slate-600 dark:bg-slate-900 dark:text-slate-200 appearance-none rounded-md border-1 dark:border-slate-700 px-4 py-2.5 text-sm text-slate-900 focus:outline-hidden focus:ring-2 focus:ring-focus-ring shadow-xs",{"border-rose-700 placeholder:text-rose-500":!!r.error,"border-slate-300 placeholder-slate-400":!r.error}),disabled:r.disabled,id:r.name,name:r.name,onChange:r.onChange,onClick:e=>{e.stopPropagation()},onBlur:r.onBlur,placeholder:r.placeholder,autoComplete:r.autoComplete||"off",type:r.type||"text",value:r.value,autoFocus:r.autoFocus})})}])},5505,e=>{"use strict";var a=e.i(91398),t=e.i(91788),l=e.i(56206);let s=(0,t.createContext)(!1);e.s(["FormWrapperContext",0,s,"default",0,({children:e,className:t=""})=>(0,a.jsx)(s.Provider,{value:!0,children:(0,a.jsx)("div",{className:"sm:max-w-full",children:(0,a.jsx)("div",{className:(0,l.default)("bg-surface rounded-md shadow-sm overflow-hidden",t),children:e})})})])},95148,e=>{"use strict";var a=e.i(91398),t=e.i(69322),l=e.i(66773),s=e.i(58971),i=e.i(6634),n=e.i(69211),u=e.i(21128),r=e.i(16984),d=e.i(98949),o=e.i(82226);e.s(["default",0,({onSubmit:e,onSubmitSuccess:g=null,isEdit:c=!1,defaultValue:f})=>{let{formatMessage:m}=(0,t.useIntl)(),{hasRole:h}=(0,s.default)(),p=m({id:"language_added",defaultMessage:"Language added successfully!"}),x=m({id:"language_updated",defaultMessage:"Language updated successfully!"}),v=(0,d.default)({submit:e,onSubmitSuccess:g,successMessage:c?x:p,getSubmitErrorMessage:e=>{if(e?.message?.includes("duplicate"))return v.api.setFieldError("isoCode",m({id:"language_exists",defaultMessage:"Language with the same ISO code already exists"})),""},enableReinitialize:!0,initialValues:{isoCode:"",isActive:"",...f}});return(0,a.jsxs)(n.default,{form:v,children:[(0,a.jsxs)("div",{className:"p-5",children:[(0,a.jsx)(r.default,{name:"isoCode",disabled:!h(l.IRoleAction.ManageLanguages),id:"isoCode",validators:[(0,o.validateLanguage)()],label:m({id:"iso_code",defaultMessage:"ISO code"}),autoComplete:"on",required:!0}),c&&(0,a.jsx)("div",{className:"mt-5 flex items-center flex-wrap",children:(0,a.jsx)(i.default,{toggleText:m({id:"active",defaultMessage:"Active"}),disabled:!h(l.IRoleAction.ManageLanguages),active:v.api.values.isActive,onToggle:()=>v.api.setFieldValue("isActive",!v.api.values.isActive)})})]}),h(l.IRoleAction.ManageLanguages)&&(0,a.jsx)("div",{className:"border-t-slate-100 border-t border-t-border-subtle mt-5 space-y-6 bg-surface-subtle p-5 text-right",children:(0,a.jsx)(u.default,{label:c?m({id:"update_language",defaultMessage:"Update Language"}):m({id:"add_language",defaultMessage:"Add Language"})})})]})}])},95064,e=>{"use strict";var a=e.i(59080);let t=a.gql`
|
|
2
|
+
fragment LanguageFragment on Language {
|
|
3
|
+
_id
|
|
4
|
+
isoCode
|
|
5
|
+
isActive
|
|
6
|
+
isBase
|
|
7
|
+
name
|
|
8
|
+
}
|
|
9
|
+
`;e.s(["default",0,t])},89062,e=>{"use strict";var a=e.i(59080),t=e.i(32171),l=e.i(70693),s=e.i(95064);e.s(["default",0,({languageId:e})=>{let{customProperties:i}=(0,l.default)(),{data:n,loading:u,error:r}=(0,t.useQuery)(((e="")=>a.gql`
|
|
10
|
+
query Language($languageId: ID!) {
|
|
11
|
+
language(languageId: $languageId) {
|
|
12
|
+
...LanguageFragment
|
|
13
|
+
${e}
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
${s.default}
|
|
17
|
+
`)(i?.Language),{skip:!e,variables:{languageId:e}});return{language:n?.language,loading:u,error:r}}])},83735,e=>{"use strict";var a=e.i(59080),t=e.i(76204),l=e.i(95064);let s=a.gql`
|
|
18
|
+
mutation RemoveLanguage($languageId: ID!) {
|
|
19
|
+
removeLanguage(languageId: $languageId) {
|
|
20
|
+
...LanguageFragment
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
${l.default}
|
|
24
|
+
`;e.s(["default",0,()=>{let[e]=(0,t.useMutation)(s);return{removeLanguage:async({languageId:a})=>e({variables:{languageId:a},refetchQueries:["ShopStatus","ShopInfo","Languages"]})}}])},98450,e=>{"use strict";var a=e.i(91398),t=e.i(3828),l=e.i(66773),s=e.i(69322),i=e.i(28401),n=e.i(95148),u=e.i(89062),r=e.i(83735),d=e.i(59080),o=e.i(76204),g=e.i(95064);let c=d.gql`
|
|
25
|
+
mutation UpdateLanguage($language: UpdateLanguageInput!, $languageId: ID!) {
|
|
26
|
+
updateLanguage(language: $language, languageId: $languageId) {
|
|
27
|
+
...LanguageFragment
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
${g.default}
|
|
31
|
+
`;var f=e.i(25327),m=e.i(50595),h=e.i(15971),p=e.i(6607),x=e.i(21623),v=e.i(24608),b=e.i(5505),y=e.i(53576),j=e.i(58971);e.s(["default",0,({languageId:e})=>{let{updateLanguage:d}=(()=>{let[e]=(0,o.useMutation)(c);return{updateLanguage:async({language:{isoCode:a,isActive:t},languageId:l})=>e({variables:{language:{isoCode:a,isActive:t},languageId:l},refetchQueries:["ShopStatus","ShopInfo","Languages"]})}})(),{push:g}=(0,t.useRouter)(),{setModal:w}=(0,p.default)(),{removeLanguage:L}=(0,r.default)(),{language:C,loading:I}=(0,u.default)({languageId:e}),{hasRole:k}=(0,j.default)(),{formatMessage:_,locale:M}=(0,s.useIntl)(),N=async({isoCode:a,isActive:t})=>(await d({language:{isoCode:a,isActive:t},languageId:e}),!0),P=async()=>{await w((0,a.jsx)(h.default,{onCancelClick:async()=>w(""),message:_({id:"delete_language_confirmation",defaultMessage:"This action might cause inconsistencies with other data that relates to it. Are you sure you want to delete this language?"}),onOkClick:async()=>{w(""),await L({languageId:e}),i.toast.success(_({id:"language_deleted",defaultMessage:"Language deleted successfully"})),g("/language")},okText:_({id:"delete_language",defaultMessage:"Delete language"})}))},A=e=>e?`${new Intl.DisplayNames([M],{type:"language"}).of(C.isoCode)} (${e})`:"";return(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)(m.default,{currentPageTitle:A(C?.isoCode)}),(0,a.jsxs)("div",{className:"items-center flex min-w-full justify-between gap-3 flex-wrap",children:[(0,a.jsx)(f.default,{headerText:A(C?.isoCode)}),k(l.IRoleAction.ManageLanguages)&&(0,a.jsx)(x.default,{variant:"danger",icon:(0,a.jsx)(v.XMarkIcon,{className:"h-5 w-5"}),text:"Delete",onClick:P})]}),I?(0,a.jsx)(y.default,{}):(0,a.jsx)("div",{className:"mx-auto mt-6 sm:max-w-xl",children:(0,a.jsx)(b.default,{children:(0,a.jsx)(n.default,{isEdit:!0,defaultValue:C,onSubmit:N})})})]})}],98450)},28805,e=>{e.v(a=>Promise.all(["static/chunks/1jqnrnw0p9tw5.js"].map(a=>e.l(a))).then(()=>a(79466)))},48761,e=>{e.v(a=>Promise.all(["static/chunks/0wooaklx8_14q.js"].map(a=>e.l(a))).then(()=>a(93594)))},13521,(e,a,t)=>{"use strict";e.i(50461),Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"ImageConfigContext",{enumerable:!0,get:function(){return i}});let l=e.r(31640)._(e.r(91788)),s=e.r(15125),i=l.default.createContext(s.imageConfigDefault)},15125,(e,a,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var l={VALID_LOADERS:function(){return i},imageConfigDefault:function(){return n}};for(var s in l)Object.defineProperty(t,s,{enumerable:!0,get:l[s]});let i=["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}}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,50595,e=>{"use strict";var t=e.i(91398),r=e.i(41158),n=e.i(3828),s=e.i(69322);e.s(["default",0,({routeName:e=null,currentPageTitle:a=null,depth:o=null})=>{let l=(0,n.useRouter)(),{formatMessage:u}=(0,s.useIntl)(),i={home:"home",products:"products",orders:"orders",users:"users",assortments:"assortments",filters:"filters",tokens:"tokens",quotations:"quotations",enrollments:"enrollments",activities:"activities",works:"work_queue",events:"events",currency:"currencies",country:"countries",language:"languages","delivery-provider":"delivery_providers","payment-provider":"payment_providers","warehousing-provider":"warehousing_provider",system:"system",account:"account",new:"new",edit:"edit"},c=l.asPath?.split("/")?.filter((e,t)=>l.asPath?.split("/")?.indexOf(e)===t);if(1===c.length)return null;let d="";o&&c.splice(o),e&&(c[c.length-1]=e);let f=c?.map(t=>{if(d+=`${t}/`,!t)return{name:u({id:"home",defaultMessage:"Home"}),path:"/"};let r=t?.split("?")[0],n=e?r:r.replace(/-/g," "),s=i[r];return{name:s?u({id:s,defaultMessage:n}):decodeURIComponent(n),path:d.replace(/.$/,"")}});return(0,t.jsx)("nav",{className:"mb-5 hidden sm:flex lg:mt-5 lg:mb-8","aria-label":"Breadcrumb",children:(0,t.jsx)("ol",{className:"flex items-center space-x-4",children:f?.map((e,n)=>(0,t.jsx)("li",{children:(0,t.jsxs)("div",{className:"flex items-center",children:[0!==n&&(0,t.jsx)("svg",{className:"mr-4 h-5 w-5 shrink-0 text-slate-400",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.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z",clipRule:"evenodd"})}),(0,t.jsx)(r.default,{href:e.path,className:"text-sm font-medium capitalize text-text-muted dark:hover:text-slate-300 hover:text-slate-700 focus:outline-hidden focus:ring-2 focus:ring-focus-ring rounded-md px-1 py-1",children:n===f.length-1&&a?a:e.name})]})},e.path))})})}])},21623,e=>{"use strict";var t=e.i(91398),r=e.i(56206);e.s(["default",0,({text:e,children:n,onClick:s,className:a="",disabled:o=!1,id:l="",variant:u="primary",size:i="md",type:c="button",loading:d=!1,icon:f,iconRight:m,fullWidth:p=!1,rounded:b="md",ariaLabel:g,...h})=>{let x=n||e,y=(f||m)&&x?"gap-2":"";return(0,t.jsx)("button",{id:l,type:c,disabled:o||d,onClick:s,"aria-label":g,className:(0,r.default)("inline-flex items-center justify-center font-medium shadow-xs focus:outline-hidden focus:ring-2 focus:ring-offset-2 transition-colors duration-200 disabled:cursor-not-allowed disabled:opacity-50",{xs:"px-2.5 py-1.5 text-xs h-6",sm:"px-3 py-2 text-sm h-8",md:"px-4 py-2 text-sm h-9",lg:"px-6 py-3 text-base h-11"}[i],{none:"rounded-none",sm:"rounded-sm",md:"rounded-md",lg:"rounded-lg",full:"rounded-full"}[b],{primary:"border border-accent bg-accent text-text-on-accent hover:bg-accent-hover focus:ring-focus-ring",secondary:"border border-border-default bg-surface text-text-secondary hover:bg-surface-raised focus:ring-focus-ring",tertiary:"border border-border-subtle bg-surface text-text-secondary hover:bg-surface-raised focus:ring-focus-ring",quaternary:"bg-transparent text-text-secondary hover:bg-surface-raised focus:ring-focus-ring",danger:"border border-danger bg-surface text-danger hover:bg-rose-50 dark:hover:bg-rose-900/10 focus:ring-rose-500",ghost:"bg-transparent border border-transparent text-text-secondary hover:text-text-primary hover:bg-surface-raised focus:ring-focus-ring",success:"border border-emerald-500 dark:border-emerald-400 bg-emerald-50 dark:bg-emerald-900/20 text-emerald-600 dark:text-emerald-400 hover:bg-emerald-100 dark:hover:bg-emerald-900/30 focus:ring-emerald-500",neutral:"border border-border-default bg-surface-raised text-text-secondary hover:bg-surface-raised focus:ring-focus-ring",input:"border border-border-default bg-surface text-text-primary hover:border-slate-400 dark:hover:border-slate-500 focus:ring-focus-ring focus:border-slate-500"}[u],y,{"w-full":p},a),...h,children:d?(0,t.jsxs)("div",{className:"flex items-center gap-2",children:[(0,t.jsx)("div",{className:"w-4 h-4 border-2 border-current border-t-transparent rounded-full animate-spin"}),x]}):(0,t.jsxs)(t.Fragment,{children:[f,x,m]})})}])},53576,e=>{"use strict";var t=e.i(91398),r=e.i(69322);e.s(["default",0,()=>{let{formatMessage:e}=(0,r.useIntl)();return(0,t.jsx)("div",{className:"my-5 flex h-full w-full items-center justify-center bg-slate-50 dark:bg-slate-950 py-5",children:(0,t.jsxs)("div",{className:"flex items-center justify-center space-x-1 text-sm text-text-secondary",children:[(0,t.jsx)("svg",{fill:"none",className:"h-6 w-6 animate-spin",viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",children:(0,t.jsx)("path",{clipRule:"evenodd",d:"M15.165 8.53a.5.5 0 01-.404.58A7 7 0 1023 16a.5.5 0 011 0 8 8 0 11-9.416-7.874.5.5 0 01.58.404z",fill:"currentColor",fillRule:"evenodd"})}),(0,t.jsx)("div",{children:e({id:"loading",defaultMessage:"Loading ..."})})]})})}])},25327,e=>{"use strict";var t=e.i(91398),r=e.i(5205),n=e.i(41158),s=e.i(69322),a=e.i(37369),o=e.i(21623);e.s(["default",0,({headerText:e=null,onEdit:l=null,onDelete:u=null,children:i=null,title:c=null,addPath:d=null,addButtonText:f=null})=>{let{formatMessage:m}=(0,s.useIntl)();return(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)(r.default,{children:(0,t.jsxs)("title",{children:["Unchained AdminUI - ",c||e," "]})}),(0,t.jsx)("div",{className:"flex gap-3 flex-wrap items-center justify-between",children:(0,t.jsxs)("div",{className:"flex items-center flex-wrap justify-between w-full gap-4",children:[e&&(0,t.jsx)("h2",{className:"text-2xl font-medium text-slate-900 dark:text-slate-300 sm:truncate sm:text-3xl lg:text-4xl",children:e}),(0,t.jsxs)("div",{className:"flex items-center gap-3 flex-shrink-0",children:[i,d&&(0,t.jsx)(n.default,{href:d,children:(0,t.jsx)(o.default,{variant:"secondary",icon:(0,t.jsx)(a.PlusIcon,{className:"h-5 w-5"}),text:f||m({id:"add",defaultMessage:"Add"})})}),l&&(0,t.jsx)(o.default,{variant:"secondary",onClick:l,text:m({id:"edit",defaultMessage:"Edit"})}),u&&(0,t.jsx)(o.default,{variant:"danger",onClick:u,text:m({id:"delete",defaultMessage:"Delete"})})]})]})})]})}])},21128,e=>{"use strict";var t=e.i(91398),r=e.i(56206),n=e.i(58021),s=e.i(61898);e.s(["default",0,({label:e,disabled:a=!1,className:o="",hidden:l=!1,...u})=>{let{formState:i}=(0,n.useFormContext)(),{...c}=u,d=Object.keys(i.errors).length>0&&Object.values(i.errors).some(e=>!!e),{disabled:f}=(0,s.default)(),m=a||f||i.isSubmitting||d,p=i.isSubmitting&&!d,b=(a||f||d)&&!i.isSubmitting;return(0,t.jsx)("input",{className:(0,r.default)("inline-flex cursor-pointer justify-center rounded-sm border border-slate-300 px-4 py-2 text-center text-sm font-medium leading-5 shadow-sm hover:shadow-md focus:ring-focus-ring",o,{"bg-rose-50 dark:bg-slate-800 dark:text-rose-300 cursor-not-allowed border-rose-300 dark:border-rose-600 text-rose-900":b,"bg-slate-600 dark:bg-slate-700 text-white cursor-not-allowed border-slate-400 dark:border-slate-600":p,"bg-accent text-text-on-accent hover:bg-accent-hover focus:outline-hidden focus:ring-2 focus:ring-offset-2 border-transparent":!m,hidden:l}),"aria-label":e,type:"submit",value:e,disabled:m,...c})}])},58971,95015,e=>{"use strict";var t=e.i(91788);let r=t.default.createContext({isAdmin:()=>!1,hasRole:()=>!1});e.s(["default",0,r],95015),e.s(["default",0,()=>(0,t.useContext)(r)],58971)},73319,e=>{"use strict";let t=e=>"[object Object]"===Object.prototype.toString.call(e);e.s(["extractQuery",0,e=>decodeURIComponent(e||[])?.split(",")?.filter(Boolean),"isObject",0,t,"isTruthy",0,e=>!(!e||null==e||t(e)&&!Object.keys(e).length||Array.isArray(e)&&!e.length)])},83147,e=>{"use strict";let t=e=>e&&e?.split(",").reduce((e,t)=>{let[r=null,n=null]=(t||"")?.split("_")||[];return{...e,[r]:n}},null)||{};e.s(["classNames",0,(...e)=>e.filter(Boolean).join(" "),"convertSortFieldsToQueryFormat",0,e=>Object.entries(t(e))?.map(([e,t])=>({key:e,value:t})),"getInterfaceLabel",0,e=>e?.label&&e?.version?`${e.label} ${e.version}`:"","getSortKeys",0,t,"normalizeCountryISOCode",0,(e,t,r=!0)=>{if(!t)return"";try{return`${new Intl.DisplayNames([e],{type:"region"}).of(t)} ${r?`(${t})`:""}`}catch{return t}},"normalizeCurrencyISOCode",0,(e,t,r=!0)=>{if(!t)return"";try{return`${new Intl.DisplayNames([e],{type:"currency"}).of(t)} ${r?`(${t})`:""}`}catch{return t}},"normalizeLanguageISOCode",0,(e,t,r=!0)=>{if(!t)return"";try{return`${new Intl.DisplayNames([e],{type:"language"}).of(t)} ${r?`(${t})`:""}`}catch{return t}},"normalizeQuery",0,(e,t,r)=>{let n;return n=r?{...e,[r]:t}:e,Object.keys(n)?.map(e=>[e,n[e]].join("="))?.join("&")},"useFormatPrice",0,()=>({formatPrice:e=>{if(!e?.currencyCode)return"n/a";if(e?.amount===void 0||e?.amount===null)return"";let{amount:t,currencyCode:r}=e||{};return new Intl.NumberFormat(navigator.language,{style:"currency",currency:r}).format(t/100)}})])},15971,e=>{"use strict";var t=e.i(91398),r=e.i(69322);e.s(["default",0,({onOkClick:e,onCancelClick:n,okText:s=null,cancelText:a=null,headerText:o=null,message:l=null,icon:u=null,close:i=null})=>{let{formatMessage:c}=(0,r.useIntl)();return(0,t.jsxs)(t.Fragment,{children:[(0,t.jsxs)("div",{className:"sm:flex sm:items-start",children:[u||(0,t.jsx)("div",{className:"mx-auto flex h-12 w-12 shrink-0 items-center justify-center rounded-full bg-rose-100 dark:bg-rose-900/30 sm:mx-0 sm:h-10 sm:w-10",children:(0,t.jsx)("svg",{className:"h-6 w-6 text-danger",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor","aria-hidden":"true",children:(0,t.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"2",d:"M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z"})})}),(0,t.jsxs)("div",{className:"mt-3 text-center sm:mt-0 sm:ml-4 sm:text-left",children:[(0,t.jsx)("h3",{className:"text-lg text-text-primary",id:"modal-title",children:o||c({id:"warning",defaultMessage:"Warning!"})}),(0,t.jsx)("div",{className:"mt-2",children:(0,t.jsx)("p",{className:"text-sm text-text-muted",children:l||c({id:"are_you_sure",defaultMessage:"Are you sure?"})})})]})]}),(0,t.jsxs)("div",{className:"mt-5 sm:mt-4 sm:flex sm:flex-row-reverse",children:[(0,t.jsx)("button",{id:"danger_continue",onClick:e,type:"button",className:"inline-flex w-full justify-center rounded-md border border-transparent bg-rose-600 px-4 py-2 text-base font-medium text-white shadow-xs hover:bg-rose-700 focus:outline-hidden focus:ring-2 focus:ring-rose-500 focus:ring-offset-2 sm:ml-3 sm:w-auto sm:text-sm",children:s||c({id:"continue",defaultMessage:"Continue"})}),(0,t.jsx)("button",{id:"danger_cancel",onClick:n||i,type:"button",className:"mt-3 inline-flex w-full justify-center rounded-md border border-border-default bg-surface px-4 py-2 text-base font-medium text-text-secondary shadow-xs hover:bg-surface-raised focus:outline-hidden focus:ring-2 focus:ring-focus-ring focus:ring-offset-2 sm:mt-0 sm:ml-3 sm:w-auto sm:text-sm",children:a||c({id:"cancel",defaultMessage:"Cancel"})})]})]})}])},6607,e=>{"use strict";var t=e.i(91788),r=e.i(6444);e.s(["default",0,()=>(0,t.useContext)(r.default)])},6444,e=>{"use strict";let t=e.i(91788).default.createContext({setModal:()=>{throw Error("No ModalContext/ModalWrapper ancestor found.")}});e.s(["default",0,t])},76204,52006,50584,e=>{"use strict";var t=e.i(24669),r=e.i(91788),n=e.i(30928);function s(e){return e.catch(()=>{}),e}e.s(["preventUnhandledRejection",0,s],52006);let a=e.i(21953).canUseDOM?r.useLayoutEffect:r.useEffect;e.s(["useIsomorphicLayoutEffect",0,a],50584);var o=e.i(98926);function l(e){return{data:void 0,error:void 0,called:!1,loading:!1,client:e}}e.s(["useMutation",0,function(e,u){let i=(0,o.useApolloClient)(u?.client),[c,d]=r.useState(()=>l(i)),f=r.useRef({result:c,mutationId:0,isMounted:!0,client:i,mutation:e,options:u});a(()=>{Object.assign(f.current,{client:i,options:u,mutation:e})});let m=r.useCallback((e={})=>{let{options:r,mutation:a}=f.current,o={...r,mutation:a},l=e.client||f.current.client,u="function"==typeof e.context?e.context(r?.context):e.context;!f.current.result.loading&&f.current.isMounted&&d(f.current.result={loading:!0,error:void 0,data:void 0,called:!0,client:l});let i=++f.current.mutationId,c=(0,n.mergeOptions)(o,{...e,context:u});return s(l.mutate(c).then(r=>{let{data:n,error:s}=r,a=e.onError||f.current.options?.onError;if(s&&a&&a(s,c),i===f.current.mutationId){let e={called:!0,loading:!1,data:n,error:s,client:l};f.current.isMounted&&!(0,t.equal)(f.current.result,e)&&d(f.current.result=e)}let o=e.onCompleted||f.current.options?.onCompleted;return s||o?.(r.data,c),r},r=>{if(i===f.current.mutationId&&f.current.isMounted){let e={loading:!1,error:r,data:void 0,called:!0,client:l};(0,t.equal)(f.current.result,e)||d(f.current.result=e)}let n=e.onError||f.current.options?.onError;throw n&&n(r,c),r}))},[]),p=r.useCallback(()=>{if(f.current.isMounted){let e=l(f.current.client);Object.assign(f.current,{mutationId:0,result:e}),d(e)}},[]);return r.useEffect(()=>{let e=f.current;return e.isMounted=!0,()=>{e.isMounted=!1}},[]),[m,{reset:p,...c}]}],76204)},21953,e=>{"use strict";let t="function"==typeof(0,e.i(22420).maybe)(()=>window.document.createElement);e.s(["canUseDOM",0,t])},30928,51104,e=>{"use strict";function t(...e){let r={};return e.forEach(e=>{e&&Reflect.ownKeys(e).forEach(t=>{let n=e[t];void 0!==n&&(r[t]=n)})}),r}e.s(["compact",0,t],51104),e.s(["mergeOptions",0,function(e,r){return t(e,r,r.variables&&{variables:t({...e&&e.variables,...r.variables})})}],30928)},84985,e=>{"use strict";var t=e.i(91788);let r=t.forwardRef(function({title:e,titleId:r,...n},s){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:s,"aria-labelledby":r},n),e?t.createElement("title",{id:r},e):null,t.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 4.5v15m7.5-7.5h-15"}))});e.s(["default",0,r])},37369,e=>{"use strict";var t=e.i(84985);e.s(["PlusIcon",()=>t.default])},30999,e=>{"use strict";var t=e.i(91788);let r=t.forwardRef(function({title:e,titleId:r,...n},s){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:s,"aria-labelledby":r},n),e?t.createElement("title",{id:r},e):null,t.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 18 18 6M6 6l12 12"}))});e.s(["default",0,r])},24608,e=>{"use strict";var t=e.i(30999);e.s(["XMarkIcon",()=>t.default])},24669,e=>{"use strict";let{toString:t,hasOwnProperty:r}=Object.prototype,n=Function.prototype.toString,s=new Map;function a(e){return Object.keys(e).filter(o,e)}function o(e){return void 0!==this[e]}function l(e,t){let r=s.get(e);if(r){if(r.has(t))return!0}else s.set(e,r=new Set);return r.add(t),!1}e.s(["equal",0,function(e,o){try{return function e(s,o){if(s===o)return!0;let u=t.call(s);if(u!==t.call(o))return!1;switch(u){case"[object Array]":if(s.length!==o.length)break;case"[object Object]":{if(l(s,o))return!0;let t=a(s),n=a(o),u=t.length;if(u!==n.length)return!1;for(let e=0;e<u;++e)if(!r.call(o,t[e]))return!1;for(let r=0;r<u;++r){let n=t[r];if(!e(s[n],o[n]))return!1}return!0}case"[object Error]":return s.name===o.name&&s.message===o.message;case"[object Number]":if(s!=s)return o!=o;case"[object Boolean]":case"[object Date]":return+s==+o;case"[object RegExp]":case"[object String]":return s==`${o}`;case"[object Map]":case"[object Set]":{if(s.size!==o.size)return!1;if(l(s,o))return!0;let t=s.entries(),r="[object Map]"===u;for(;;){let n=t.next();if(n.done)break;let[s,a]=n.value;if(!o.has(s)||r&&!e(a,o.get(s)))return!1}return!0}case"[object Uint16Array]":case"[object Uint8Array]":case"[object Uint32Array]":case"[object Int32Array]":case"[object Int8Array]":case"[object Int16Array]":case"[object ArrayBuffer]":s=new Uint8Array(s),o=new Uint8Array(o);case"[object DataView]":{let e=s.byteLength;if(e===o.byteLength)for(;e--&&s[e]===o[e];);return -1===e}case"[object AsyncFunction]":case"[object GeneratorFunction]":case"[object AsyncGeneratorFunction]":case"[object Function]":{var i,c;let e,t=n.call(s);if(t!==n.call(o))return!1;return i=t,c="{ [native code] }",!((e=i.length-c.length)>=0)||i.indexOf(c,e)!==e}}return!1}(e,o)}finally{s.clear()}}])},9356,e=>{"use strict";var t=e.i(35113);e.s(["isValid",0,function(e){return!(!(e instanceof Date||"object"==typeof e&&"[object Date]"===Object.prototype.toString.call(e))&&"number"!=typeof e||isNaN(+(0,t.toDate)(e)))}],9356)},49543,e=>{"use strict";var t=e.i(35113);e.s(["startOfDay",0,function(e,r){let n=(0,t.toDate)(e,r?.in);return n.setHours(0,0,0,0),n}])},35113,2848,98170,e=>{"use strict";let t=Symbol.for("constructDateFrom");function r(e,r){return"function"==typeof e?e(r):e&&"object"==typeof e&&t in e?e[t](r):e instanceof Date?new e.constructor(r):new Date(r)}e.s(["constructFromSymbol",0,t,"millisecondsInDay",0,864e5,"millisecondsInHour",0,36e5,"millisecondsInMinute",0,6e4,"millisecondsInWeek",0,6048e5,"minutesInDay",0,1440,"minutesInMonth",0,43200,"minutesInYear",0,525600],2848),e.s(["constructFrom",0,r],98170),e.s(["toDate",0,function(e,t){return r(t||e,e)}],35113)},54471,(e,t,r)=>{"use strict";function n(e,t,r,n){return!1}e.i(50461),Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"getDomainLocale",{enumerable:!0,get:function(){return n}}),e.r(70090),("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)},39149,(e,t,r)=>{"use strict";e.i(50461),Object.defineProperty(r,"__esModule",{value:!0});var n={default:function(){return M},useLinkStatus:function(){return k}};for(var s in n)Object.defineProperty(r,s,{enumerable:!0,get:n[s]});let a=e.r(71650),o=e.r(91398),l=a._(e.r(91788)),u=e.r(60472),i=e.r(71112),c=e.r(28169),d=e.r(89129),f=e.r(14862),m=e.r(25479),p=e.r(71914),b=e.r(54471),g=e.r(44113),h=e.r(63230),x=new Set;function y(e,t,r,n){if(!("u"<typeof window)&&(0,i.isLocalURL)(t)){if(!n.bypassPrefetchedCheck){let s=t+"%"+r+"%"+(void 0!==n.locale?n.locale:"locale"in e?e.locale:void 0);if(x.has(s))return;x.add(s)}e.prefetch(t,r,n).catch(e=>{})}}function v(e){return"string"==typeof e?e:(0,c.formatUrl)(e)}let j=l.default.forwardRef(function(e,t){let r,n,{href:s,as:a,children:c,prefetch:x=null,passHref:j,replace:w,shallow:k,scroll:M,locale:C,onClick:O,onNavigate:_,onMouseEnter:I,onTouchStart:N,legacyBehavior:E=!1,transitionTypes:P,...S}=e;r=c,E&&("string"==typeof r||"number"==typeof r)&&(r=(0,o.jsx)("a",{children:r}));let A=l.default.useContext(m.RouterContext),L=!1!==x,{href:R,as:U}=l.default.useMemo(()=>{if(!A){let e=v(s);return{href:e,as:a?v(a):e}}let[e,t]=(0,u.resolveHref)(A,s,!0);return{href:e,as:a?(0,u.resolveHref)(A,a):t||e}},[A,s,a]),D=l.default.useRef(R),F=l.default.useRef(U);E&&(n=l.default.Children.only(r));let $=E?n&&"object"==typeof n&&n.ref:t,[B,T,z]=(0,p.useIntersection)({rootMargin:"200px"}),q=l.default.useCallback(e=>{(F.current!==U||D.current!==R)&&(z(),F.current=U,D.current=R),B(e)},[U,R,z,B]),H=(0,h.useMergedRef)(q,$);l.default.useEffect(()=>{!A||T&&L&&y(A,R,U,{bypassPrefetchedCheck:!1,locale:C})},[U,R,T,C,L,A?.locale,A]);let K={ref:H,onClick(e){E||"function"!=typeof O||O(e),E&&n.props&&"function"==typeof n.props.onClick&&n.props.onClick(e),!A||e.defaultPrevented||function(e,t,r,n,s,a,o,l,u){let c,{nodeName:d}=e.currentTarget;if(!("A"===d.toUpperCase()&&((c=e.currentTarget.getAttribute("target"))&&"_self"!==c||e.metaKey||e.ctrlKey||e.shiftKey||e.altKey||e.nativeEvent&&2===e.nativeEvent.which)||e.currentTarget.hasAttribute("download"))){if(!(0,i.isLocalURL)(r)){s&&(e.preventDefault(),location.replace(r));return}e.preventDefault(),(()=>{if(u){let e=!1;if(u({preventDefault:()=>{e=!0}}),e)return}let e=o??!0;"beforePopState"in t?t[s?"replace":"push"](r,n,{shallow:a,locale:l,scroll:e}):t[s?"replace":"push"](n||r,{scroll:e})})()}}(e,A,R,U,w,k,M,C,_)},onMouseEnter(e){E||"function"!=typeof I||I(e),E&&n.props&&"function"==typeof n.props.onMouseEnter&&n.props.onMouseEnter(e),A&&y(A,R,U,{locale:C,priority:!0,bypassPrefetchedCheck:!0})},onTouchStart:function(e){E||"function"!=typeof N||N(e),E&&n.props&&"function"==typeof n.props.onTouchStart&&n.props.onTouchStart(e),A&&y(A,R,U,{locale:C,priority:!0,bypassPrefetchedCheck:!0})}};if((0,d.isAbsoluteUrl)(U))K.href=U;else if(!E||j||"a"===n.type&&!("href"in n.props)){let e=void 0!==C?C:A?.locale;K.href=A?.isLocaleDomain&&(0,b.getDomainLocale)(U,e,A?.locales,A?.domainLocales)||(0,g.addBasePath)((0,f.addLocale)(U,e,A?.defaultLocale))}return E?l.default.cloneElement(n,K):(0,o.jsx)("a",{...S,...K,children:r})}),w=(0,l.createContext)({pending:!1}),k=()=>(0,l.useContext)(w),M=j;("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)},41158,(e,t,r)=>{t.exports=e.r(39149)},71914,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"useIntersection",{enumerable:!0,get:function(){return u}});let n=e.r(91788),s=e.r(99604),a="function"==typeof IntersectionObserver,o=new Map,l=[];function u({rootRef:e,rootMargin:t,disabled:r}){let i=r||!a,[c,d]=(0,n.useState)(!1),f=(0,n.useRef)(null),m=(0,n.useCallback)(e=>{f.current=e},[]);return(0,n.useEffect)(()=>{if(a){if(i||c)return;let r=f.current;if(r&&r.tagName)return function(e,t,r){let{id:n,observer:s,elements:a}=function(e){let t,r={root:e.root||null,margin:e.rootMargin||""},n=l.find(e=>e.root===r.root&&e.margin===r.margin);if(n&&(t=o.get(n)))return t;let s=new Map;return t={id:r,observer:new IntersectionObserver(e=>{e.forEach(e=>{let t=s.get(e.target),r=e.isIntersecting||e.intersectionRatio>0;t&&r&&t(r)})},e),elements:s},l.push(r),o.set(r,t),t}(r);return a.set(e,t),s.observe(e),function(){if(a.delete(e),s.unobserve(e),0===a.size){s.disconnect(),o.delete(n);let e=l.findIndex(e=>e.root===n.root&&e.margin===n.margin);e>-1&&l.splice(e,1)}}}(r,e=>e&&d(e),{root:e?.current,rootMargin:t})}else if(!c){let e=(0,s.requestIdleCallback)(()=>d(!0));return()=>(0,s.cancelIdleCallback)(e)}},[i,t,e,c,f.current]),[m,c,(0,n.useCallback)(()=>{d(!1)},[])]}("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)},63230,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"useMergedRef",{enumerable:!0,get:function(){return s}});let n=e.r(91788);function s(e,t){let r=(0,n.useRef)(null),s=(0,n.useRef)(null);return(0,n.useCallback)(n=>{if(null===n){let e=r.current;e&&(r.current=null,e());let t=s.current;t&&(s.current=null,t())}else e&&(r.current=a(e,n)),t&&(s.current=a(t,n))},[e,t])}function a(e,t){if("function"!=typeof e)return e.current=t,()=>{e.current=null};{let r=e(t);return"function"==typeof r?r:()=>e(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)},80963,(e,t,r)=>{"use strict";e.i(50461),Object.defineProperty(r,"__esModule",{value:!0});var n={default:function(){return b},defaultHead:function(){return d}};for(var s in n)Object.defineProperty(r,s,{enumerable:!0,get:n[s]});let a=e.r(31640),o=e.r(71650),l=e.r(91398),u=o._(e.r(91788)),i=a._(e.r(94941)),c=e.r(13584);function d(){return[(0,l.jsx)("meta",{charSet:"utf-8"},"charset"),(0,l.jsx)("meta",{name:"viewport",content:"width=device-width"},"viewport")]}function f(e,t){return"string"==typeof t||"number"==typeof t?e:t.type===u.default.Fragment?e.concat(u.default.Children.toArray(t.props.children).reduce((e,t)=>"string"==typeof t||"number"==typeof t?e:e.concat(t),[])):e.concat(t)}let m=["name","httpEquiv","charSet","itemProp"];function p(e){let t,r,n,s;return e.reduce(f,[]).reverse().concat(d().reverse()).filter((t=new Set,r=new Set,n=new Set,s={},e=>{let a=!0,o=!1;if(e.key&&"number"!=typeof e.key&&e.key.indexOf("$")>0){o=!0;let r=e.key.slice(e.key.indexOf("$")+1);t.has(r)?a=!1:t.add(r)}switch(e.type){case"title":case"base":r.has(e.type)?a=!1:r.add(e.type);break;case"meta":for(let t=0,r=m.length;t<r;t++){let r=m[t];if(e.props.hasOwnProperty(r))if("charSet"===r)n.has(r)?a=!1:n.add(r);else{let t=e.props[r],n=s[r]||new Set;("name"!==r||!o)&&n.has(t)?a=!1:(n.add(t),s[r]=n)}}}return a})).reverse().map((e,t)=>{let r=e.key||t;return u.default.cloneElement(e,{key:r})})}let b=function({children:e}){let t=(0,u.useContext)(c.HeadManagerContext);return(0,l.jsx)(i.default,{reduceComponentsToState:p,headManager:t,children:e})};("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)},94941,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"default",{enumerable:!0,get:function(){return l}});let n=e.r(91788),s="u"<typeof window,a=s?()=>{}:n.useLayoutEffect,o=s?()=>{}:n.useEffect;function l(e){let{headManager:t,reduceComponentsToState:r}=e;function l(){if(t&&t.mountedInstances){let e=n.Children.toArray(Array.from(t.mountedInstances).filter(Boolean));t.updateHead(r(e))}}return s&&(t?.mountedInstances?.add(e.children),l()),a(()=>(t?.mountedInstances?.add(e.children),()=>{t?.mountedInstances?.delete(e.children)})),a(()=>(t&&(t._pendingUpdate=l),()=>{t&&(t._pendingUpdate=l)})),o(()=>(t&&t._pendingUpdate&&(t._pendingUpdate(),t._pendingUpdate=null),()=>{t&&t._pendingUpdate&&(t._pendingUpdate(),t._pendingUpdate=null)})),null}},5205,(e,t,r)=>{t.exports=e.r(80963)}]);
|