@unchainedshop/admin-ui 4.8.18 → 4.8.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/chunk-45H2WVIC.js +51 -0
- package/dist/chunk-4VNS5WPM.js +37 -0
- package/dist/chunk-54DKBWXV.js +33 -0
- package/dist/chunk-6TXD4TA7.js +1196 -0
- package/dist/chunk-BGCKJQGS.js +58 -0
- package/dist/chunk-BYXBJQAS.js +1 -0
- package/dist/chunk-EJDZRZSZ.js +59 -0
- package/dist/chunk-ELPURWDC.js +75 -0
- package/dist/chunk-IAQPLRXZ.js +16 -0
- package/dist/chunk-ILYPJE4N.js +57 -0
- package/dist/chunk-IXBMHOB5.js +13 -0
- package/dist/chunk-KH5MK6ZW.js +18 -0
- package/dist/chunk-NT7RB7AK.js +70 -0
- package/dist/chunk-OKGJ6HDE.js +26 -0
- package/dist/chunk-Q6S3LBUF.js +180 -0
- package/dist/chunk-QNLGYFV7.js +22 -0
- package/dist/chunk-RAQV2GYF.js +70 -0
- package/dist/chunk-RHUFQVKL.js +514 -0
- package/dist/chunk-RVG6IOFC.js +11 -0
- package/dist/chunk-SRAAKMWY.js +39 -0
- package/dist/chunk-UFYR5WZT.js +165 -0
- package/dist/chunk-UXG7EYHC.js +614 -0
- package/dist/chunk-VDKQGOMV.js +840 -0
- package/dist/chunk-XHOCXPD5.js +9 -0
- package/dist/chunk-XJBPMIC4.js +284 -0
- package/dist/chunk-YO6PT7KD.js +13 -0
- package/dist/chunk-YSKZE2KN.js +652 -0
- package/dist/components/ui/Accordion/Accordion.d.ts +11 -0
- package/dist/components/ui/Accordion/Accordion.d.ts.map +1 -0
- package/dist/components/ui/Accordion/AccordionHeader.d.ts +6 -0
- package/dist/components/ui/Accordion/AccordionHeader.d.ts.map +1 -0
- package/dist/components/ui/Accordion/AccordionItem.d.ts +11 -0
- package/dist/components/ui/Accordion/AccordionItem.d.ts.map +1 -0
- package/dist/components/ui/ActiveInActive.d.ts +10 -0
- package/dist/components/ui/ActiveInActive.d.ts.map +1 -0
- package/dist/components/ui/AnimatedCounter.d.ts +7 -0
- package/dist/components/ui/AnimatedCounter.d.ts.map +1 -0
- package/dist/components/ui/Badge.d.ts +10 -0
- package/dist/components/ui/Badge.d.ts.map +1 -0
- package/dist/components/ui/BreadCrumbs.d.ts +7 -0
- package/dist/components/ui/BreadCrumbs.d.ts.map +1 -0
- package/dist/components/ui/Button.d.ts +36 -0
- package/dist/components/ui/Button.d.ts.map +1 -0
- package/dist/components/ui/CopyableText.d.ts +5 -0
- package/dist/components/ui/CopyableText.d.ts.map +1 -0
- package/dist/components/ui/DateInput.d.ts +15 -0
- package/dist/components/ui/DateInput.d.ts.map +1 -0
- package/dist/components/ui/DateRangeFilterInput.d.ts +4 -0
- package/dist/components/ui/DateRangeFilterInput.d.ts.map +1 -0
- package/dist/components/ui/DetailHeader.d.ts +6 -0
- package/dist/components/ui/DetailHeader.d.ts.map +1 -0
- package/dist/components/ui/DraggableIcon.d.ts +3 -0
- package/dist/components/ui/DraggableIcon.d.ts.map +1 -0
- package/dist/components/ui/ErrorBoundary.d.ts +18 -0
- package/dist/components/ui/ErrorBoundary.d.ts.map +1 -0
- package/dist/components/ui/ErrorFallback.d.ts +6 -0
- package/dist/components/ui/ErrorFallback.d.ts.map +1 -0
- package/dist/components/ui/HelpText.d.ts +11 -0
- package/dist/components/ui/HelpText.d.ts.map +1 -0
- package/dist/components/ui/ImageWithFallback.d.ts +7 -0
- package/dist/components/ui/ImageWithFallback.d.ts.map +1 -0
- package/dist/components/ui/InfoTextBanner.d.ts +6 -0
- package/dist/components/ui/InfoTextBanner.d.ts.map +1 -0
- package/dist/components/ui/JSONView.d.ts +6 -0
- package/dist/components/ui/JSONView.d.ts.map +1 -0
- package/dist/components/ui/ListHeader.d.ts +6 -0
- package/dist/components/ui/ListHeader.d.ts.map +1 -0
- package/dist/components/ui/Loading.d.ts +3 -0
- package/dist/components/ui/Loading.d.ts.map +1 -0
- package/dist/components/ui/NoData.d.ts +7 -0
- package/dist/components/ui/NoData.d.ts.map +1 -0
- package/dist/components/ui/NoImage.d.ts +7 -0
- package/dist/components/ui/NoImage.d.ts.map +1 -0
- package/dist/components/ui/NoImageSvg.d.ts +8 -0
- package/dist/components/ui/NoImageSvg.d.ts.map +1 -0
- package/dist/components/ui/PageHeader.d.ts +11 -0
- package/dist/components/ui/PageHeader.d.ts.map +1 -0
- package/dist/components/ui/Pagination.d.ts +8 -0
- package/dist/components/ui/Pagination.d.ts.map +1 -0
- package/dist/components/ui/Portal/Portal.d.ts +16 -0
- package/dist/components/ui/Portal/Portal.d.ts.map +1 -0
- package/dist/components/ui/Portal/Portal.types.d.ts +16 -0
- package/dist/components/ui/Portal/Portal.types.d.ts.map +1 -0
- package/dist/components/ui/SaveAndCancelButtons.d.ts +10 -0
- package/dist/components/ui/SaveAndCancelButtons.d.ts.map +1 -0
- package/dist/components/ui/SearchField.d.ts +7 -0
- package/dist/components/ui/SearchField.d.ts.map +1 -0
- package/dist/components/ui/Tab.d.ts +18 -0
- package/dist/components/ui/Tab.d.ts.map +1 -0
- package/dist/components/ui/Tag/TagInput.d.ts +14 -0
- package/dist/components/ui/Tag/TagInput.d.ts.map +1 -0
- package/dist/components/ui/Tag/TagList.d.ts +8 -0
- package/dist/components/ui/Tag/TagList.d.ts.map +1 -0
- package/dist/components/ui/Tag/TagListForm.d.ts +8 -0
- package/dist/components/ui/Tag/TagListForm.d.ts.map +1 -0
- package/dist/components/ui/Toggle.d.ts +11 -0
- package/dist/components/ui/Toggle.d.ts.map +1 -0
- package/dist/components/ui/ToolTip.d.ts +7 -0
- package/dist/components/ui/ToolTip.d.ts.map +1 -0
- package/dist/components/ui/card.d.ts +9 -0
- package/dist/components/ui/card.d.ts.map +1 -0
- package/dist/components/ui/chart.d.ts +42 -0
- package/dist/components/ui/chart.d.ts.map +1 -0
- package/dist/components/ui/form/CheckboxField.d.ts +4 -0
- package/dist/components/ui/form/CheckboxField.d.ts.map +1 -0
- package/dist/components/ui/form/ChoicesField.d.ts +12 -0
- package/dist/components/ui/form/ChoicesField.d.ts.map +1 -0
- package/dist/components/ui/form/Combobox.d.ts +20 -0
- package/dist/components/ui/form/Combobox.d.ts.map +1 -0
- package/dist/components/ui/form/DatePickerField.d.ts +4 -0
- package/dist/components/ui/form/DatePickerField.d.ts.map +1 -0
- package/dist/components/ui/form/EmailField.d.ts +7 -0
- package/dist/components/ui/form/EmailField.d.ts.map +1 -0
- package/dist/components/ui/form/FieldWithHelp.d.ts +10 -0
- package/dist/components/ui/form/FieldWithHelp.d.ts.map +1 -0
- package/dist/components/ui/form/FieldWrapper.d.ts +8 -0
- package/dist/components/ui/form/FieldWrapper.d.ts.map +1 -0
- package/dist/components/ui/form/FormErrors.d.ts +6 -0
- package/dist/components/ui/form/FormErrors.d.ts.map +1 -0
- package/dist/components/ui/form/JSONAreaField.d.ts +7 -0
- package/dist/components/ui/form/JSONAreaField.d.ts.map +1 -0
- package/dist/components/ui/form/MarkdownTextAreaField.d.ts +8 -0
- package/dist/components/ui/form/MarkdownTextAreaField.d.ts.map +1 -0
- package/dist/components/ui/form/PasswordField.d.ts +3 -0
- package/dist/components/ui/form/PasswordField.d.ts.map +1 -0
- package/dist/components/ui/form/SelectField.d.ts +11 -0
- package/dist/components/ui/form/SelectField.d.ts.map +1 -0
- package/dist/components/ui/form/SubmitButton.d.ts +9 -0
- package/dist/components/ui/form/SubmitButton.d.ts.map +1 -0
- package/dist/components/ui/form/TagInputField.d.ts +6 -0
- package/dist/components/ui/form/TagInputField.d.ts.map +1 -0
- package/dist/components/ui/form/TextAreaField.d.ts +8 -0
- package/dist/components/ui/form/TextAreaField.d.ts.map +1 -0
- package/dist/components/ui/form/TextField.d.ts +10 -0
- package/dist/components/ui/form/TextField.d.ts.map +1 -0
- package/dist/components/ui/form/index.d.ts +17 -0
- package/dist/components/ui/form/index.d.ts.map +1 -0
- package/dist/components/ui/icons.d.ts +4 -0
- package/dist/components/ui/icons.d.ts.map +1 -0
- package/dist/components/ui/index.d.ts +41 -0
- package/dist/components/ui/index.d.ts.map +1 -0
- package/dist/form.js +30077 -0
- package/dist/gql/types.d.ts +17209 -0
- package/dist/gql/types.d.ts.map +1 -0
- package/dist/hooks.js +41 -0
- package/dist/lib/utils.d.ts +3 -0
- package/dist/lib/utils.d.ts.map +1 -0
- package/dist/modal.js +114 -0
- package/dist/modules/UnchainedContext/UnchainedContext.d.ts +8 -0
- package/dist/modules/UnchainedContext/UnchainedContext.d.ts.map +1 -0
- package/dist/modules/UnchainedContext/useUnchainedContext.d.ts +7 -0
- package/dist/modules/UnchainedContext/useUnchainedContext.d.ts.map +1 -0
- package/dist/modules/accounts/fragment/MD5MetaDataFragment.d.ts +3 -0
- package/dist/modules/accounts/fragment/MD5MetaDataFragment.d.ts.map +1 -0
- package/dist/modules/accounts/fragment/UserFragment.d.ts +3 -0
- package/dist/modules/accounts/fragment/UserFragment.d.ts.map +1 -0
- package/dist/modules/accounts/hooks/useCurrentUser.d.ts +10 -0
- package/dist/modules/accounts/hooks/useCurrentUser.d.ts.map +1 -0
- package/dist/modules/accounts/hooks/useUsersCount.d.ts +8 -0
- package/dist/modules/accounts/hooks/useUsersCount.d.ts.map +1 -0
- package/dist/modules/accounts.js +1013 -0
- package/dist/modules/assortment/hooks/useAssortmentsCount.d.ts +8 -0
- package/dist/modules/assortment/hooks/useAssortmentsCount.d.ts.map +1 -0
- package/dist/modules/assortment.js +1121 -0
- package/dist/modules/common/components/AppContext.d.ts +18 -0
- package/dist/modules/common/components/AppContext.d.ts.map +1 -0
- package/dist/modules/common/components/FormWrapper.d.ts +8 -0
- package/dist/modules/common/components/FormWrapper.d.ts.map +1 -0
- package/dist/modules/common/components/ThemeWrapper.d.ts +10 -0
- package/dist/modules/common/components/ThemeWrapper.d.ts.map +1 -0
- package/dist/modules/common/data/iso-codes.d.ts +4 -0
- package/dist/modules/common/data/iso-codes.d.ts.map +1 -0
- package/dist/modules/common/data/miscellaneous.d.ts +51 -0
- package/dist/modules/common/data/miscellaneous.d.ts.map +1 -0
- package/dist/modules/common/fragments/AddressFragment.d.ts +3 -0
- package/dist/modules/common/fragments/AddressFragment.d.ts.map +1 -0
- package/dist/modules/common/hooks/useApp.d.ts +11 -0
- package/dist/modules/common/hooks/useApp.d.ts.map +1 -0
- package/dist/modules/common/hooks/useCSVExport.d.ts +10 -0
- package/dist/modules/common/hooks/useCSVExport.d.ts.map +1 -0
- package/dist/modules/common/hooks/useCSVImport.d.ts +18 -0
- package/dist/modules/common/hooks/useCSVImport.d.ts.map +1 -0
- package/dist/modules/common/hooks/useChatEndpointChecker.d.ts +5 -0
- package/dist/modules/common/hooks/useChatEndpointChecker.d.ts.map +1 -0
- package/dist/modules/common/hooks/useConfirmMediaUpload.d.ts +10 -0
- package/dist/modules/common/hooks/useConfirmMediaUpload.d.ts.map +1 -0
- package/dist/modules/common/hooks/useDashboardMetrics.d.ts +23 -0
- package/dist/modules/common/hooks/useDashboardMetrics.d.ts.map +1 -0
- package/dist/modules/common/hooks/useLocalStorage.d.ts +3 -0
- package/dist/modules/common/hooks/useLocalStorage.d.ts.map +1 -0
- package/dist/modules/common/hooks/useOrderAnalytics.d.ts +25 -0
- package/dist/modules/common/hooks/useOrderAnalytics.d.ts.map +1 -0
- package/dist/modules/common/hooks/useOrderItemsAnalytics.d.ts +16 -0
- package/dist/modules/common/hooks/useOrderItemsAnalytics.d.ts.map +1 -0
- package/dist/modules/common/hooks/useOutsideClick.d.ts +3 -0
- package/dist/modules/common/hooks/useOutsideClick.d.ts.map +1 -0
- package/dist/modules/common/hooks/usePortal.d.ts +20 -0
- package/dist/modules/common/hooks/usePortal.d.ts.map +1 -0
- package/dist/modules/common/hooks/useShopConfiguration.d.ts +8 -0
- package/dist/modules/common/hooks/useShopConfiguration.d.ts.map +1 -0
- package/dist/modules/common/hooks/useShopInfo.d.ts +41 -0
- package/dist/modules/common/hooks/useShopInfo.d.ts.map +1 -0
- package/dist/modules/common/hooks/useStatusTypes.d.ts +10 -0
- package/dist/modules/common/hooks/useStatusTypes.d.ts.map +1 -0
- package/dist/modules/common/hooks/useSystemRoles.d.ts +7 -0
- package/dist/modules/common/hooks/useSystemRoles.d.ts.map +1 -0
- package/dist/modules/common/hooks/useTheme.d.ts +7 -0
- package/dist/modules/common/hooks/useTheme.d.ts.map +1 -0
- package/dist/modules/common/utils/deBounce.d.ts +3 -0
- package/dist/modules/common/utils/deBounce.d.ts.map +1 -0
- package/dist/modules/common/utils/defaultNextImageLoader.d.ts +7 -0
- package/dist/modules/common/utils/defaultNextImageLoader.d.ts.map +1 -0
- package/dist/modules/common/utils/formatUsername.d.ts +3 -0
- package/dist/modules/common/utils/formatUsername.d.ts.map +1 -0
- package/dist/modules/common/utils/getSetupStepsConfigurationsMeta.d.ts +30 -0
- package/dist/modules/common/utils/getSetupStepsConfigurationsMeta.d.ts.map +1 -0
- package/dist/modules/common/utils/normalizeFilterKeys.d.ts +4 -0
- package/dist/modules/common/utils/normalizeFilterKeys.d.ts.map +1 -0
- package/dist/modules/common/utils/useFormatDateTime.d.ts +7 -0
- package/dist/modules/common/utils/useFormatDateTime.d.ts.map +1 -0
- package/dist/modules/common/utils/utils.d.ts +21 -0
- package/dist/modules/common/utils/utils.d.ts.map +1 -0
- package/dist/modules/country/fragments/CountryFragment.d.ts +3 -0
- package/dist/modules/country/fragments/CountryFragment.d.ts.map +1 -0
- package/dist/modules/country/hooks/useCountries.d.ts +22 -0
- package/dist/modules/country/hooks/useCountries.d.ts.map +1 -0
- package/dist/modules/country.js +108 -0
- package/dist/modules/currency.js +119 -0
- package/dist/modules/delivery-provider.js +269 -0
- package/dist/modules/enrollment.js +353 -0
- package/dist/modules/event.js +123 -0
- package/dist/modules/filter.js +448 -0
- package/dist/modules/forms/components/Form.d.ts +8 -0
- package/dist/modules/forms/components/Form.d.ts.map +1 -0
- package/dist/modules/forms/hooks/useField.d.ts +35 -0
- package/dist/modules/forms/hooks/useField.d.ts.map +1 -0
- package/dist/modules/forms/hooks/useForm.d.ts +44 -0
- package/dist/modules/forms/hooks/useForm.d.ts.map +1 -0
- package/dist/modules/forms/hooks/useFormContext.d.ts +3 -0
- package/dist/modules/forms/hooks/useFormContext.d.ts.map +1 -0
- package/dist/modules/forms/lib/FormContext.d.ts +13 -0
- package/dist/modules/forms/lib/FormContext.d.ts.map +1 -0
- package/dist/modules/forms/lib/clean.d.ts +3 -0
- package/dist/modules/forms/lib/clean.d.ts.map +1 -0
- package/dist/modules/forms/lib/validators.d.ts +20 -0
- package/dist/modules/forms/lib/validators.d.ts.map +1 -0
- package/dist/modules/language/fragments/LanguageFragment.d.ts +3 -0
- package/dist/modules/language/fragments/LanguageFragment.d.ts.map +1 -0
- package/dist/modules/language/hooks/useLanguages.d.ts +19 -0
- package/dist/modules/language/hooks/useLanguages.d.ts.map +1 -0
- package/dist/modules/language.js +106 -0
- package/dist/modules/modal/components/AlertMessage.d.ts +9 -0
- package/dist/modules/modal/components/AlertMessage.d.ts.map +1 -0
- package/dist/modules/modal/components/DangerMessage.d.ts +12 -0
- package/dist/modules/modal/components/DangerMessage.d.ts.map +1 -0
- package/dist/modules/modal/components/ImportResultMessage.d.ts +14 -0
- package/dist/modules/modal/components/ImportResultMessage.d.ts.map +1 -0
- package/dist/modules/modal/components/Modal.d.ts +10 -0
- package/dist/modules/modal/components/Modal.d.ts.map +1 -0
- package/dist/modules/modal/components/ModalWrapper.d.ts +6 -0
- package/dist/modules/modal/components/ModalWrapper.d.ts.map +1 -0
- package/dist/modules/modal/hooks/useModal.d.ts +7 -0
- package/dist/modules/modal/hooks/useModal.d.ts.map +1 -0
- package/dist/modules/modal/utils/ModalContext.d.ts +9 -0
- package/dist/modules/modal/utils/ModalContext.d.ts.map +1 -0
- package/dist/modules/order/fragments/OrderDetailFragment.d.ts +3 -0
- package/dist/modules/order/fragments/OrderDetailFragment.d.ts.map +1 -0
- package/dist/modules/order/fragments/OrderFragment.d.ts +3 -0
- package/dist/modules/order/fragments/OrderFragment.d.ts.map +1 -0
- package/dist/modules/order/hooks/useOrders.d.ts +46 -0
- package/dist/modules/order/hooks/useOrders.d.ts.map +1 -0
- package/dist/modules/order.js +563 -0
- package/dist/modules/payment-providers.js +206 -0
- package/dist/modules/product/hooks/useProductsCount.d.ts +8 -0
- package/dist/modules/product/hooks/useProductsCount.d.ts.map +1 -0
- package/dist/modules/product-review.js +251 -0
- package/dist/modules/product.js +1929 -0
- package/dist/modules/quotation.js +297 -0
- package/dist/modules/token.js +143 -0
- package/dist/modules/warehousing-providers.js +206 -0
- package/dist/modules/work/fragments/WorkFragment.d.ts +3 -0
- package/dist/modules/work/fragments/WorkFragment.d.ts.map +1 -0
- package/dist/modules/work/hooks/useAddWork.d.ts +6 -0
- package/dist/modules/work/hooks/useAddWork.d.ts.map +1 -0
- package/dist/modules/work/hooks/useWork.d.ts +32 -0
- package/dist/modules/work/hooks/useWork.d.ts.map +1 -0
- package/dist/modules/work.js +308 -0
- package/dist/plugins.js +8 -0
- package/dist/providers.js +6 -0
- package/dist/sdk/hooks.d.ts +9 -0
- package/dist/sdk/hooks.d.ts.map +1 -0
- package/dist/sdk/modal.d.ts +7 -0
- package/dist/sdk/modal.d.ts.map +1 -0
- package/dist/sdk/plugins.d.ts +67 -0
- package/dist/sdk/plugins.d.ts.map +1 -0
- package/dist/sdk/providers.d.ts +5 -0
- package/dist/sdk/providers.d.ts.map +1 -0
- package/dist/sdk/theme.d.ts +26 -0
- package/dist/sdk/theme.d.ts.map +1 -0
- package/dist/theme.js +34 -0
- package/dist/ui.js +21527 -0
- package/out/403/index.html +2 -2
- package/out/404/index.html +2 -2
- package/out/404.html +2 -2
- package/out/423/index.html +2 -2
- package/out/500/index.html +2 -2
- package/out/_next/static/chunks/0-kffmdf1lcxk.js +1 -0
- package/out/_next/static/chunks/01h4ept18s-ns.js +807 -0
- package/out/_next/static/chunks/02cdoh48sex9m.js +1 -0
- package/out/_next/static/chunks/03-j84eg_htky.js +21 -0
- package/out/_next/static/chunks/03-z1yl608b56.js +807 -0
- package/out/_next/static/chunks/030bzkeke0edz.js +7 -0
- package/out/_next/static/chunks/037vsiy28s6dg.js +41 -0
- package/out/_next/static/chunks/05qpw6q8uiz3l.js +15 -0
- package/out/_next/static/chunks/06c-2u_g1d4r2.js +22 -0
- package/out/_next/static/chunks/06l-rqlf4bp81.js +108 -0
- package/out/_next/static/chunks/06rhycq_6w-52.js +188 -0
- package/out/_next/static/chunks/07nffhr51vke6.js +59 -0
- package/out/_next/static/chunks/0_ngi84ak813x.js +288 -0
- package/out/_next/static/chunks/0bc02hascgv7z.js +1 -0
- package/out/_next/static/chunks/0c9ruqj2wf3n6.js +905 -0
- package/out/_next/static/chunks/0cm0oyd82zvez.js +1 -0
- package/out/_next/static/chunks/0cotrfgh1n2cx.js +346 -0
- package/out/_next/static/chunks/0d6_opzy2p6ik.js +807 -0
- package/out/_next/static/chunks/0e2e0srgvkzk9.js +144 -0
- package/out/_next/static/chunks/0gurfn3nhm859.js +1 -0
- package/out/_next/static/chunks/0h0r_q6xa9qr_.js +1 -0
- package/out/_next/static/chunks/0ht2wu-61vq9v.js +807 -0
- package/out/_next/static/chunks/0jsq3fzumbjbc.js +8 -0
- package/out/_next/static/chunks/0ljuhrsh4x2p-.js +14 -0
- package/out/_next/static/chunks/0m6jydfuy_4o3.js +1 -0
- package/out/_next/static/chunks/0mzh9-epgepi1.js +119 -0
- package/out/_next/static/chunks/0n0uzfbkfb7e5.js +12 -0
- package/out/_next/static/chunks/0pecsk3c09b19.js +3 -0
- package/out/_next/static/chunks/0q-14a7j6afh3.js +1 -0
- package/out/_next/static/chunks/0qso2-ph6v-5-.js +12 -0
- package/out/_next/static/chunks/0razrbxeai797.js +807 -0
- package/out/_next/static/chunks/0se09klbk8drd.js +68 -0
- package/out/_next/static/chunks/0so45zh_oxlfb.js +15 -0
- package/out/_next/static/chunks/0ukyxgmnqos6o.js +1 -0
- package/out/_next/static/chunks/0urdgbfwcwyhr.js +14 -0
- package/out/_next/static/chunks/0uw9cbq0ivaz0.js +1 -0
- package/out/_next/static/chunks/0vls1lbu_rh78.js +342 -0
- package/out/_next/static/chunks/0xuevvy5i5d12.js +138 -0
- package/out/_next/static/chunks/0xxvsq70e4xn0.js +1 -0
- package/out/_next/static/chunks/0y4l_7c35iai3.js +12 -0
- package/out/_next/static/chunks/0yjypzfweew5c.js +13 -0
- package/out/_next/static/chunks/0yxc1yy1eq4u3.js +149 -0
- package/out/_next/static/chunks/1-g6r12rmwlxe.js +14 -0
- package/out/_next/static/chunks/10h7lznd10mmp.js +384 -0
- package/out/_next/static/chunks/10mdz-l7wmtr5.js +24 -0
- package/out/_next/static/chunks/10os1s66nimmi.js +110 -0
- package/out/_next/static/chunks/12qzh85d5on4y.js +44 -0
- package/out/_next/static/chunks/1398hevtpl_69.js +1 -0
- package/out/_next/static/chunks/13qk8ukzu1snm.js +288 -0
- package/out/_next/static/chunks/140i5f2n-78cg.js +7 -0
- package/out/_next/static/chunks/14xo-79v4hkao.js +15 -0
- package/out/_next/static/chunks/164wr2-2gfnlb.js +1 -0
- package/out/_next/static/chunks/168vn2bjuxmkv.js +15 -0
- package/out/_next/static/chunks/16ey81skn09dz.js +1 -0
- package/out/_next/static/chunks/16njzhio749zv.js +14 -0
- package/out/_next/static/chunks/18-orz9acmfb5.js +5 -0
- package/out/_next/static/chunks/18y5ygb5ea60g.js +15 -0
- package/out/_next/static/chunks/19y4w6_d_qiou.js +1 -0
- package/out/_next/static/chunks/1_g-csysa-i-9.js +1 -0
- package/out/_next/static/chunks/1_quktgfhf40v.js +31 -0
- package/out/_next/static/chunks/1_zsbsuo7l_6m.js +12 -0
- package/out/_next/static/chunks/1a8cuvabj42_k.js +15 -0
- package/out/_next/static/chunks/1ae-9ft5cgojf.js +1 -0
- package/out/_next/static/chunks/1ai7t85n93pgb.js +13 -0
- package/out/_next/static/chunks/1bm5ab-8dqhhe.js +14 -0
- package/out/_next/static/chunks/1cgxgd2cf8u3j.js +157 -0
- package/out/_next/static/chunks/1d0-uj-itsj64.js +13 -0
- package/out/_next/static/chunks/1d951b6ed8oqn.js +110 -0
- package/out/_next/static/chunks/1d_puhcn8lg6q.js +51 -0
- package/out/_next/static/chunks/1dn4wzp1vhocn.js +13 -0
- package/out/_next/static/chunks/1drrou5kp4qdz.js +1 -0
- package/out/_next/static/chunks/1e43ue9prlgq1.js +14 -0
- package/out/_next/static/chunks/1e4_28-3u5o85.js +30 -0
- package/out/_next/static/chunks/1f3mflnvp8_7-.js +31 -0
- package/out/_next/static/chunks/1f5-j4f3irx0j.js +147 -0
- package/out/_next/static/chunks/1fid6ut5hz6aw.js +14 -0
- package/out/_next/static/chunks/1fm3727le1x_5.js +195 -0
- package/out/_next/static/chunks/1g57y7cq7tjcb.js +9 -0
- package/out/_next/static/chunks/1ggz6fow3gt00.js +137 -0
- package/out/_next/static/chunks/1gt65pz91hyuz.js +1 -0
- package/out/_next/static/chunks/1i-48ku54x3au.js +12 -0
- package/out/_next/static/chunks/1ikm9qcx--k3u.js +807 -0
- package/out/_next/static/chunks/1izpxynqp99t4.js +193 -0
- package/out/_next/static/chunks/1j2ko85jp-5wy.js +807 -0
- package/out/_next/static/chunks/1kj__-femskug.js +52 -0
- package/out/_next/static/chunks/1lbsdlf5h6ojc.js +16 -0
- package/out/_next/static/chunks/1mp7dwvsvobjw.js +14 -0
- package/out/_next/static/chunks/1mwvnv71bl7mc.js +1 -0
- package/out/_next/static/chunks/1n7i2rp59o9o8.js +384 -0
- package/out/_next/static/chunks/1n7suzk2c4p2e.js +16 -0
- package/out/_next/static/chunks/1nsbi_bcocm4l.js +7 -0
- package/out/_next/static/chunks/1pklei2ds10d2.js +66 -0
- package/out/_next/static/chunks/1pxor-3_vf3du.js +31 -0
- package/out/_next/static/chunks/1q865b-tzgi80.js +13 -0
- package/out/_next/static/chunks/1qp68765j1aiv.js +61 -0
- package/out/_next/static/chunks/1r-cvj3mpr-7x.js +87 -0
- package/out/_next/static/chunks/1snnkviatd2ds.js +90 -0
- package/out/_next/static/chunks/1t7lg-hnk9tjf.js +18 -0
- package/out/_next/static/chunks/1telbrcq2kix_.js +10 -0
- package/out/_next/static/chunks/1tz4za98hv_q2.js +12 -0
- package/out/_next/static/chunks/1uw2vfhjol6j4.js +10 -0
- package/out/_next/static/chunks/1v16gcok-ktdo.js +142 -0
- package/out/_next/static/chunks/1v_n1-h3u8vtf.js +25 -0
- package/out/_next/static/chunks/1weq9keqxiqpy.js +73 -0
- package/out/_next/static/chunks/1wfwvd-730eaa.js +16 -0
- package/out/_next/static/chunks/1xbofs3ibkjvj.js +1 -0
- package/out/_next/static/chunks/1xl2h1_c5-b_a.js +13 -0
- package/out/_next/static/chunks/1yv01jo2m1gkf.js +1 -0
- package/out/_next/static/chunks/1ziicn0eb_yji.js +16 -0
- package/out/_next/static/chunks/1zza9faw4t3b_.js +46 -0
- package/out/_next/static/chunks/1zzpf1xbmchcj.js +132 -0
- package/out/_next/static/chunks/2-4ng9fxftmld.js +1 -0
- package/out/_next/static/chunks/208fwfjeuxv-r.js +14 -0
- package/out/_next/static/chunks/20rtv8f0brb0n.js +43 -0
- package/out/_next/static/chunks/21a19t2pe0fpg.js +81 -0
- package/out/_next/static/chunks/21zt48zdev_7t.js +20 -0
- package/out/_next/static/chunks/236ovetz0d3cm.js +12 -0
- package/out/_next/static/chunks/252jebodi67kg.js +1 -0
- package/out/_next/static/chunks/26ie8u_ab24o8.js +224 -0
- package/out/_next/static/chunks/275o3ly3svw4p.js +1 -0
- package/out/_next/static/chunks/28z1z7in8-kbg.js +26 -0
- package/out/_next/static/chunks/2atsi2t3hup4a.js +23 -0
- package/out/_next/static/chunks/2bb7696udjx6k.js +44 -0
- package/out/_next/static/chunks/2bm5aw8hqlgf2.js +50 -0
- package/out/_next/static/chunks/2c7gw8ronvu-c.js +807 -0
- package/out/_next/static/chunks/2cbr3ybo4xsrv.js +43 -0
- package/out/_next/static/chunks/2ef363b9erq_s.js +217 -0
- package/out/_next/static/chunks/2eh6ku1a1zbs4.js +135 -0
- package/out/_next/static/chunks/2fed4-6c0ghqp.js +99 -0
- package/out/_next/static/chunks/2gil5igdermzh.js +36 -0
- package/out/_next/static/chunks/2hm0mbq0vtqmw.js +5 -0
- package/out/_next/static/chunks/2ismth22knujm.js +1 -0
- package/out/_next/static/chunks/2j9-8qtc4_-uk.js +17 -0
- package/out/_next/static/chunks/2jln1kjysf99p.js +1 -0
- package/out/_next/static/chunks/2jtk4-i4e9lug.js +1 -0
- package/out/_next/static/chunks/2k020ab3luqev.js +1 -0
- package/out/_next/static/chunks/2kbieaechn8m8.js +1 -0
- package/out/_next/static/chunks/2kzyda4a6mqut.js +1 -0
- package/out/_next/static/chunks/2l24h40hc5_30.js +10 -0
- package/out/_next/static/chunks/2ljoq6sr-g2da.js +1 -0
- package/out/_next/static/chunks/2mr2k4sb6i021.js +32 -0
- package/out/_next/static/chunks/2na27-e8gs0-f.js +171 -0
- package/out/_next/static/chunks/2nn3_f04lnr0b.js +807 -0
- package/out/_next/static/chunks/2o8r09deae36c.js +9 -0
- package/out/_next/static/chunks/2ocwu5vbc5r34.js +73 -0
- package/out/_next/static/chunks/2qprgjhjl8d4c.js +807 -0
- package/out/_next/static/chunks/2s1zqhg6tm4h9.js +13 -0
- package/out/_next/static/chunks/2skxi0oqka3ef.js +26 -0
- package/out/_next/static/chunks/2som54uae4_oi.js +12 -0
- package/out/_next/static/chunks/2t3t6gm5vlg_0.js +58 -0
- package/out/_next/static/chunks/2twfwv_6mk256.js +17 -0
- package/out/_next/static/chunks/2u57x6wlny1y3.js +13 -0
- package/out/_next/static/chunks/2ukm5shi1lfcd.js +14 -0
- package/out/_next/static/chunks/2w5y5xf0nriwx.js +1 -0
- package/out/_next/static/chunks/2we-9ioq4gqia.js +8 -0
- package/out/_next/static/chunks/2ydh6mhksolv7.js +12 -0
- package/out/_next/static/chunks/2zr8-l2b9pf-u.js +12 -0
- package/out/_next/static/chunks/30g-s0ioynhjx.js +224 -0
- package/out/_next/static/chunks/31y7dx6ytab7h.js +3 -0
- package/out/_next/static/chunks/329ps41fzi6kl.js +17 -0
- package/out/_next/static/chunks/32r9w6anc6p-3.js +17 -0
- package/out/_next/static/chunks/35995k_05rugk.js +5 -0
- package/out/_next/static/chunks/363ng2l8o_bee.js +101 -0
- package/out/_next/static/chunks/36jick0alh9oa.js +50 -0
- package/out/_next/static/chunks/36pa0vs0telmp.js +1 -0
- package/out/_next/static/chunks/378867ti5yucc.js +3 -0
- package/out/_next/static/chunks/38b7m-s26ciug.js +137 -0
- package/out/_next/static/chunks/38pz7fmyf6ay0.js +1 -0
- package/out/_next/static/chunks/3_fk1axw7jv3l.js +188 -0
- package/out/_next/static/chunks/3_oq57mmti33y.js +60 -0
- package/out/_next/static/chunks/3b5o-l5g62zd5.js +15 -0
- package/out/_next/static/chunks/3bxtyo0u_psf7.js +1 -0
- package/out/_next/static/chunks/3def6w0a5af0g.js +21 -0
- package/out/_next/static/chunks/3ebh4y7h6y1vq.js +58 -0
- package/out/_next/static/chunks/3ely6dgcq2a4h.js +16 -0
- package/out/_next/static/chunks/3f-ap6wo94un_.js +1 -0
- package/out/_next/static/chunks/3gfjdynb9mg8h.js +23 -0
- package/out/_next/static/chunks/3ghzaufs2n8uq.js +2 -0
- package/out/_next/static/chunks/3gls52bjnoo8q.js +596 -0
- package/out/_next/static/chunks/3gx4smk7pb27x.js +119 -0
- package/out/_next/static/chunks/3jv-kmvjt_bno.js +1 -0
- package/out/_next/static/chunks/3k98cr566roh-.js +2 -0
- package/out/_next/static/chunks/3kisw9hre44e5.js +807 -0
- package/out/_next/static/chunks/3l2ohiwua66_k.js +13 -0
- package/out/_next/static/chunks/3mdyli-gbdglv.js +18 -0
- package/out/_next/static/chunks/3o733m88skfkc.js +8 -0
- package/out/_next/static/chunks/3opuxnw_w3yb5.js +101 -0
- package/out/_next/static/chunks/3po074-e_om-u.js +13 -0
- package/out/_next/static/chunks/3qpo866owyu7i.js +16 -0
- package/out/_next/static/chunks/3rnl7-84z1op5.js +28 -0
- package/out/_next/static/chunks/3s1r5r5je7t2j.js +12 -0
- package/out/_next/static/chunks/3tv9csz53av-5.js +1 -0
- package/out/_next/static/chunks/3v1dxn4rp-o3v.js +315 -0
- package/out/_next/static/chunks/3w_wwl_hd91od.js +1 -0
- package/out/_next/static/chunks/3wlt1njh1vvtx.js +16 -0
- package/out/_next/static/chunks/3wwsanj-y2gn3.js +107 -0
- package/out/_next/static/chunks/3wzzh45yillzb.js +1 -0
- package/out/_next/static/chunks/3x96n1j6ap_rg.js +190 -0
- package/out/_next/static/chunks/3xhmfg-981n_5.js +61 -0
- package/out/_next/static/chunks/3yqw8z_udrol0.js +1 -0
- package/out/_next/static/chunks/3z_c5kpm-e1ty.js +15 -0
- package/out/_next/static/chunks/3zqfchpzqxd92.css +1 -0
- package/out/_next/static/chunks/4079hjuumfmm2.js +31 -0
- package/out/_next/static/chunks/40922jbr_e5ug.js +51 -0
- package/out/_next/static/chunks/40zy6mxa-be0m.js +1 -0
- package/out/_next/static/chunks/43-m6q6a0aebk.js +66 -0
- package/out/_next/static/chunks/43lu0r3m_c-km.js +21 -0
- package/out/_next/static/chunks/44nj9c766dqvc.js +807 -0
- package/out/_next/static/chunks/458tg2eg5h8j5.js +324 -0
- package/out/_next/static/chunks/45cd4ypk94sw2.js +807 -0
- package/out/_next/static/chunks/turbopack-0-r_wvlw2r9-u.js +1 -0
- package/out/_next/static/chunks/turbopack-019acfo_4lvwb.js +1 -0
- package/out/_next/static/chunks/turbopack-04p4_o2q-3775.js +1 -0
- package/out/_next/static/chunks/turbopack-05gjzccig6ly0.js +1 -0
- package/out/_next/static/chunks/turbopack-0_-8nqdse9k2n.js +1 -0
- package/out/_next/static/chunks/turbopack-0bakfyovo7_7v.js +1 -0
- package/out/_next/static/chunks/turbopack-0dnmhb2s6oz_0.js +1 -0
- package/out/_next/static/chunks/turbopack-0f_0xhndfo2rg.js +1 -0
- package/out/_next/static/chunks/turbopack-0g8j6jo0h0wr2.js +1 -0
- package/out/_next/static/chunks/turbopack-0higs44_fpd2z.js +1 -0
- package/out/_next/static/chunks/turbopack-0hpqs96ev0qw3.js +1 -0
- package/out/_next/static/chunks/turbopack-0nhgkjul58c0o.js +1 -0
- package/out/_next/static/chunks/turbopack-0o2st91056bew.js +1 -0
- package/out/_next/static/chunks/turbopack-0t_4mmwvh5jcg.js +1 -0
- package/out/_next/static/chunks/turbopack-0x70e5tn0cdka.js +1 -0
- package/out/_next/static/chunks/turbopack-0xkx2uti084qk.js +1 -0
- package/out/_next/static/chunks/turbopack-0yqmz8xksziao.js +1 -0
- package/out/_next/static/chunks/turbopack-12k7mi-z9q_my.js +1 -0
- package/out/_next/static/chunks/turbopack-15m77byc-8nnf.js +1 -0
- package/out/_next/static/chunks/turbopack-18mged-v_fxn-.js +1 -0
- package/out/_next/static/chunks/turbopack-1cuprvm6j2dby.js +1 -0
- package/out/_next/static/chunks/turbopack-1eymghczt7xa6.js +1 -0
- package/out/_next/static/chunks/turbopack-1g54o3vx9b89_.js +1 -0
- package/out/_next/static/chunks/turbopack-1m692rsdwiawo.js +1 -0
- package/out/_next/static/chunks/turbopack-1mm7vtvpd13ez.js +1 -0
- package/out/_next/static/chunks/turbopack-1mpj4cwcr142-.js +1 -0
- package/out/_next/static/chunks/turbopack-1r78bk7u_h8wj.js +1 -0
- package/out/_next/static/chunks/turbopack-1r7fkywendzls.js +1 -0
- package/out/_next/static/chunks/turbopack-1rd9nl8tzd7mh.js +1 -0
- package/out/_next/static/chunks/turbopack-22rm65gb-fb5f.js +1 -0
- package/out/_next/static/chunks/turbopack-25vthc1ebxwmp.js +1 -0
- package/out/_next/static/chunks/turbopack-270o4xzuhcrx0.js +1 -0
- package/out/_next/static/chunks/turbopack-28xworku-1n7z.js +1 -0
- package/out/_next/static/chunks/turbopack-29flyuxccgrne.js +1 -0
- package/out/_next/static/chunks/turbopack-29srldogp40c5.js +1 -0
- package/out/_next/static/chunks/turbopack-2_6wg5anpoge7.js +1 -0
- package/out/_next/static/chunks/turbopack-2bj5y06eussh4.js +1 -0
- package/out/_next/static/chunks/turbopack-2fn9x-4hydbz0.js +1 -0
- package/out/_next/static/chunks/turbopack-2fuo3f3fu4s_7.js +1 -0
- package/out/_next/static/chunks/turbopack-2hl0oouvcl1z1.js +1 -0
- package/out/_next/static/chunks/turbopack-2n2hy492yai1a.js +1 -0
- package/out/_next/static/chunks/turbopack-2p5bsfgvhhojm.js +1 -0
- package/out/_next/static/chunks/turbopack-2rbboc86ezfbu.js +1 -0
- package/out/_next/static/chunks/turbopack-2s2n1a40z_nc8.js +1 -0
- package/out/_next/static/chunks/turbopack-3383eobamf6qf.js +1 -0
- package/out/_next/static/chunks/turbopack-3ef9ygfxmresk.js +1 -0
- package/out/_next/static/chunks/turbopack-3gcd1fazu0e6k.js +1 -0
- package/out/_next/static/chunks/turbopack-3jhuq-3ckq-kq.js +1 -0
- package/out/_next/static/chunks/turbopack-3k39kfzuaitd7.js +1 -0
- package/out/_next/static/chunks/turbopack-3l628cr68ep0q.js +1 -0
- package/out/_next/static/chunks/turbopack-3pajnpuxg-oo4.js +1 -0
- package/out/_next/static/chunks/turbopack-3pb9kv0yc_t53.js +1 -0
- package/out/_next/static/chunks/turbopack-3qe4ztycky7v0.js +1 -0
- package/out/_next/static/chunks/turbopack-3soc2g2pyqtpz.js +1 -0
- package/out/_next/static/chunks/turbopack-3tgiyd018trw3.js +1 -0
- package/out/_next/static/chunks/turbopack-3tml7qmypxr6t.js +1 -0
- package/out/_next/static/chunks/turbopack-3vvw42_0j2__s.js +1 -0
- package/out/_next/static/chunks/turbopack-3xhkblxlca6x1.js +1 -0
- package/out/_next/static/chunks/turbopack-3xz6yhttw8te6.js +1 -0
- package/out/_next/static/chunks/turbopack-3zxdh674077s0.js +1 -0
- package/out/_next/static/chunks/turbopack-4258ul_qgxg3-.js +1 -0
- package/out/_next/static/chunks/turbopack-42gir6e579247.js +1 -0
- package/out/_next/static/chunks/turbopack-42m_zup5_jxr9.js +1 -0
- package/out/_next/static/plNLzDs1uuSExXpN_uubP/_buildManifest.js +258 -0
- package/out/_offline/index.html +2 -2
- package/out/account/forgot-password/index.html +2 -2
- package/out/account/index.html +2 -2
- package/out/assortments/AssortmentDetailPage/index.html +2 -2
- package/out/assortments/index.html +2 -2
- package/out/assortments/new/index.html +2 -2
- package/out/copilot/index.html +2 -2
- package/out/country/CountryDetailPage/index.html +2 -2
- package/out/country/index.html +2 -2
- package/out/country/new/index.html +2 -2
- package/out/currency/CurrencyDetailPage/index.html +2 -2
- package/out/currency/index.html +2 -2
- package/out/currency/new/index.html +2 -2
- package/out/delivery-provider/DeliveryProviderDetailPage/index.html +2 -2
- package/out/delivery-provider/index.html +2 -2
- package/out/delivery-provider/new/index.html +2 -2
- package/out/enrollments/EnrollmentDetailPage/index.html +2 -2
- package/out/enrollments/index.html +2 -2
- package/out/events/EventDetailPage/index.html +2 -2
- package/out/events/index.html +2 -2
- package/out/exports/index.html +2 -2
- package/out/external/index.html +2 -2
- package/out/filters/FilterDetailPage/index.html +2 -2
- package/out/filters/index.html +2 -2
- package/out/filters/new/index.html +2 -2
- package/out/index.html +2 -2
- package/out/install/index.html +2 -2
- package/out/language/LanguageDetailPage/index.html +2 -2
- package/out/language/index.html +2 -2
- package/out/language/new/index.html +2 -2
- package/out/log-in/index.html +2 -2
- package/out/orders/OrderDetailPage/index.html +2 -2
- package/out/orders/index.html +2 -2
- package/out/payment-provider/PaymentProviderDetailPage/index.html +2 -2
- package/out/payment-provider/index.html +2 -2
- package/out/payment-provider/new/index.html +2 -2
- package/out/products/ProductDetailPage/index.html +2 -2
- package/out/products/index.html +2 -2
- package/out/products/new/index.html +2 -2
- package/out/quotations/QuotationDetailPage/index.html +2 -2
- package/out/quotations/index.html +2 -2
- package/out/reset-password/index.html +2 -2
- package/out/sign-up/index.html +2 -2
- package/out/styleguide/index.html +2 -2
- package/out/tokens/TokenDetailPage/index.html +2 -2
- package/out/tokens/index.html +2 -2
- package/out/users/UserDetailPage/index.html +2 -2
- package/out/users/index.html +2 -2
- package/out/users/new/index.html +2 -2
- package/out/verify-email/index.html +2 -2
- package/out/warehousing-provider/WarehousingProviderDetailPage/index.html +2 -2
- package/out/warehousing-provider/index.html +2 -2
- package/out/warehousing-provider/new/index.html +2 -2
- package/out/works/WorkDetailPage/index.html +2 -2
- package/out/works/WorkQueueListView/index.html +2 -2
- package/out/works/index.html +2 -2
- package/out/works/management/index.html +2 -2
- package/package.json +15 -15
- package/out/_next/static/chunks/0-5fyr7499zt-.js +0 -1
- package/out/_next/static/chunks/0-fh37zk913w7.js +0 -13
- package/out/_next/static/chunks/008lcuc11zfte.js +0 -43
- package/out/_next/static/chunks/016okam34efcb.js +0 -81
- package/out/_next/static/chunks/02vbc6plhv4r5.js +0 -384
- package/out/_next/static/chunks/03vpe61v8f-gu.js +0 -342
- package/out/_next/static/chunks/046r7jg73yrg4.js +0 -7
- package/out/_next/static/chunks/0476m35sf_p60.js +0 -147
- package/out/_next/static/chunks/04eely9r7xy_m.js +0 -12
- package/out/_next/static/chunks/05x_nq6c7164m.js +0 -1
- package/out/_next/static/chunks/06e1aw5kfb7xi.js +0 -5
- package/out/_next/static/chunks/083qufblh7mjm.js +0 -1
- package/out/_next/static/chunks/08k08iasjrir_.js +0 -31
- package/out/_next/static/chunks/09z9--qr2tkcu.js +0 -288
- package/out/_next/static/chunks/0_zceuhyoka_a.js +0 -110
- package/out/_next/static/chunks/0aj0bvtuku7d_.js +0 -291
- package/out/_next/static/chunks/0altoqexicqbh.js +0 -1
- package/out/_next/static/chunks/0dbwh_dc2wx4a.js +0 -288
- package/out/_next/static/chunks/0es-a44yzoi_c.js +0 -3
- package/out/_next/static/chunks/0h2609m294ysz.js +0 -41
- package/out/_next/static/chunks/0hgd0co23t_8i.js +0 -1
- package/out/_next/static/chunks/0hq1mco02oyfu.js +0 -15
- package/out/_next/static/chunks/0idef676w-1dr.js +0 -22
- package/out/_next/static/chunks/0ivn6vm7qrjvq.js +0 -1
- package/out/_next/static/chunks/0j01zkyli64rz.js +0 -14
- package/out/_next/static/chunks/0j1q0r96xzpzy.js +0 -46
- package/out/_next/static/chunks/0jian6h40drni.js +0 -13
- package/out/_next/static/chunks/0lt88y29dqxzp.js +0 -807
- package/out/_next/static/chunks/0m4bdyytr95sc.js +0 -177
- package/out/_next/static/chunks/0m7b5siv8r0ut.js +0 -1
- package/out/_next/static/chunks/0mpudwrx5wimh.js +0 -12
- package/out/_next/static/chunks/0nocitcg_prcn.js +0 -12
- package/out/_next/static/chunks/0nxlx7tthmg78.js +0 -31
- package/out/_next/static/chunks/0owtren6z_d3d.js +0 -15
- package/out/_next/static/chunks/0pc76ldf1jpm5.js +0 -807
- package/out/_next/static/chunks/0qchl2kwxk5_b.js +0 -9
- package/out/_next/static/chunks/0qxzncya34yzs.js +0 -135
- package/out/_next/static/chunks/0s1c1ap63wp7w.js +0 -1
- package/out/_next/static/chunks/0semy5tiq3zfa.js +0 -217
- package/out/_next/static/chunks/0sy4g9cj0c0nw.js +0 -1
- package/out/_next/static/chunks/0uvf4fw2u8xlt.js +0 -1
- package/out/_next/static/chunks/0v8wplj4_g1yk.js +0 -14
- package/out/_next/static/chunks/0vsekcvrno4r-.js +0 -12
- package/out/_next/static/chunks/0vskxstx7o46u.js +0 -200
- package/out/_next/static/chunks/0w90onmzd_9vo.js +0 -5
- package/out/_next/static/chunks/0winpgp117o2-.js +0 -14
- package/out/_next/static/chunks/0wooaklx8_14q.js +0 -1
- package/out/_next/static/chunks/0wq-kibsj03f4.js +0 -3
- package/out/_next/static/chunks/0x3i8esz6im79.js +0 -12
- package/out/_next/static/chunks/0xcsxtbxsj1ez.js +0 -807
- package/out/_next/static/chunks/0xmblnoqgtm4c.js +0 -13
- package/out/_next/static/chunks/0y9-ayhjhhngf.js +0 -101
- package/out/_next/static/chunks/0ysqpo9mvr0zd.js +0 -15
- package/out/_next/static/chunks/1-3-xh5bp6iml.js +0 -12
- package/out/_next/static/chunks/10a6m_uzed9ah.js +0 -7
- package/out/_next/static/chunks/110t5i029b2k2.js +0 -15
- package/out/_next/static/chunks/11p5hx0zojiun.js +0 -14
- package/out/_next/static/chunks/11tlxn06pl0v_.js +0 -807
- package/out/_next/static/chunks/1256wg-50z130.js +0 -224
- package/out/_next/static/chunks/12tyi7_yn5xtz.js +0 -13
- package/out/_next/static/chunks/14u7jeuqdz0nk.js +0 -108
- package/out/_next/static/chunks/14voa-w_qaloy.js +0 -10
- package/out/_next/static/chunks/151znlrk2b4e5.js +0 -61
- package/out/_next/static/chunks/1527ha2whtazw.js +0 -88
- package/out/_next/static/chunks/16dj7dz5shhv_.js +0 -1
- package/out/_next/static/chunks/17gp91vlnlpn7.js +0 -346
- package/out/_next/static/chunks/17h2_757nwv56.js +0 -807
- package/out/_next/static/chunks/18609lny07j4e.js +0 -1
- package/out/_next/static/chunks/18keiz8xbbpkq.js +0 -26
- package/out/_next/static/chunks/18pkchouqfxun.js +0 -1
- package/out/_next/static/chunks/199mkuw023v8s.js +0 -144
- package/out/_next/static/chunks/19wuto_c4vh0r.js +0 -1
- package/out/_next/static/chunks/1_evskl07e2cf.js +0 -132
- package/out/_next/static/chunks/1_pteaeq2-av2.js +0 -807
- package/out/_next/static/chunks/1_q3-gzp0dk5q.js +0 -59
- package/out/_next/static/chunks/1bhgl08k6mpqv.js +0 -103
- package/out/_next/static/chunks/1dr9_l25_z_bx.js +0 -1
- package/out/_next/static/chunks/1ec3to11jffvy.js +0 -10
- package/out/_next/static/chunks/1ev76ynqrcgrk.js +0 -1
- package/out/_next/static/chunks/1f3f0m0y4umue.js +0 -1
- package/out/_next/static/chunks/1gg4cjedszfwk.js +0 -13
- package/out/_next/static/chunks/1h1pt2-va82sv.js +0 -13
- package/out/_next/static/chunks/1jhqf1cmlc7pe.js +0 -16
- package/out/_next/static/chunks/1ji3672n2x2p1.js +0 -1
- package/out/_next/static/chunks/1jifp8h0xxr5a.js +0 -1
- package/out/_next/static/chunks/1jqnrnw0p9tw5.js +0 -1
- package/out/_next/static/chunks/1jtbcag00kp9r.js +0 -90
- package/out/_next/static/chunks/1kytgf0whx_qo.js +0 -14
- package/out/_next/static/chunks/1l2mamh-5uwio.js +0 -1
- package/out/_next/static/chunks/1l8j-zb8_9nsi.js +0 -1
- package/out/_next/static/chunks/1m_5ag79zi_f9.js +0 -14
- package/out/_next/static/chunks/1mnpt-bd73euh.js +0 -807
- package/out/_next/static/chunks/1mwnl27etu8p6.js +0 -1
- package/out/_next/static/chunks/1n0nlm7kpcww-.js +0 -61
- package/out/_next/static/chunks/1n3mdw-qdco80.js +0 -8
- package/out/_next/static/chunks/1nbgbej8adbrl.js +0 -188
- package/out/_next/static/chunks/1nj8g7amact5j.js +0 -8
- package/out/_next/static/chunks/1nzeajwrffqt9.js +0 -1
- package/out/_next/static/chunks/1oa-sp6_nb4s7.js +0 -119
- package/out/_next/static/chunks/1ocvav-_1h1ar.js +0 -13
- package/out/_next/static/chunks/1okn_q5vylut9.js +0 -384
- package/out/_next/static/chunks/1p8vfdg0fsork.js +0 -1
- package/out/_next/static/chunks/1qned-0hap5wh.js +0 -1
- package/out/_next/static/chunks/1tj0_95clq0gz.js +0 -13
- package/out/_next/static/chunks/1tss29yg71n68.js +0 -26
- package/out/_next/static/chunks/1uxu8tui0bawr.js +0 -286
- package/out/_next/static/chunks/1viswjqhymg_v.js +0 -836
- package/out/_next/static/chunks/1vt4kev5t-rtb.js +0 -16
- package/out/_next/static/chunks/1vvgg1k4ox4hs.js +0 -20
- package/out/_next/static/chunks/1vvpmer7-2bqu.js +0 -73
- package/out/_next/static/chunks/1w-zy6fc2ehco.js +0 -1
- package/out/_next/static/chunks/1x-mhg4wgh8xs.js +0 -1
- package/out/_next/static/chunks/1x4ypu6tmfyhg.js +0 -14
- package/out/_next/static/chunks/1y4f465xdm5b5.js +0 -50
- package/out/_next/static/chunks/2--jjxpscypa2.js +0 -31
- package/out/_next/static/chunks/2-dekw6fz0zyy.js +0 -137
- package/out/_next/static/chunks/20wpn0cmj1uyu.js +0 -7
- package/out/_next/static/chunks/223ol_txid_e9.js +0 -227
- package/out/_next/static/chunks/22myl2_m23rb-.js +0 -596
- package/out/_next/static/chunks/23o_a2htnomyg.js +0 -43
- package/out/_next/static/chunks/26430jr5_zhmz.js +0 -193
- package/out/_next/static/chunks/26apkiljp9y8j.js +0 -23
- package/out/_next/static/chunks/26fgtdpouev8j.js +0 -1
- package/out/_next/static/chunks/26jxcw998t9wn.js +0 -10
- package/out/_next/static/chunks/26vkx8q85z8r4.js +0 -1
- package/out/_next/static/chunks/279v6ulm8bak8.js +0 -13
- package/out/_next/static/chunks/27c0k45sjypl5.js +0 -138
- package/out/_next/static/chunks/27xa29kcgotjt.js +0 -11
- package/out/_next/static/chunks/28l8pqb5msman.js +0 -142
- package/out/_next/static/chunks/2_t9cm2tzlx6m.js +0 -1
- package/out/_next/static/chunks/2bejn7kgdoibj.js +0 -16
- package/out/_next/static/chunks/2bgk94-v9p3zh.js +0 -5
- package/out/_next/static/chunks/2c1gkwwv20spk.js +0 -384
- package/out/_next/static/chunks/2cykgzchwdf8h.js +0 -13
- package/out/_next/static/chunks/2d2xdaq--g766.js +0 -342
- package/out/_next/static/chunks/2dwssdhayrajs.js +0 -807
- package/out/_next/static/chunks/2ghls3qe3puh7.js +0 -1
- package/out/_next/static/chunks/2h88_6ug5c-64.js +0 -46
- package/out/_next/static/chunks/2i__ckq4rpsy-.js +0 -16
- package/out/_next/static/chunks/2k7cmes14f81v.js +0 -14
- package/out/_next/static/chunks/2kcgr1_1bt0ja.js +0 -13
- package/out/_next/static/chunks/2kw8sncead6q1.js +0 -1
- package/out/_next/static/chunks/2kx374mbbo2fx.js +0 -23
- package/out/_next/static/chunks/2l05fni6rturu.js +0 -324
- package/out/_next/static/chunks/2lickweqd0ttc.js +0 -16
- package/out/_next/static/chunks/2lpu0fgihk_1a.js +0 -1
- package/out/_next/static/chunks/2n37m9ums7yxo.js +0 -209
- package/out/_next/static/chunks/2ndzew-ih0j7o.js +0 -1
- package/out/_next/static/chunks/2ng7fu4nip4iz.js +0 -13
- package/out/_next/static/chunks/2npbjddbiwni8.js +0 -87
- package/out/_next/static/chunks/2nqaesgt8e-dq.js +0 -807
- package/out/_next/static/chunks/2nwi9ew7sgrj3.js +0 -2
- package/out/_next/static/chunks/2onyw1yt2zm92.js +0 -103
- package/out/_next/static/chunks/2ovkbxsq5d7zw.js +0 -101
- package/out/_next/static/chunks/2p2c9lu_w9xpm.js +0 -1
- package/out/_next/static/chunks/2p56h7y83ga43.js +0 -173
- package/out/_next/static/chunks/2q14v90xec8c3.js +0 -188
- package/out/_next/static/chunks/2tuoxofyqz54_.js +0 -12
- package/out/_next/static/chunks/2vg32f3cpxij2.js +0 -1
- package/out/_next/static/chunks/2vkhxhpfyjmdo.js +0 -14
- package/out/_next/static/chunks/2vtw28_by1t1w.js +0 -13
- package/out/_next/static/chunks/2w9yaommb4zvu.js +0 -36
- package/out/_next/static/chunks/2x-arnbqxh83-.js +0 -21
- package/out/_next/static/chunks/2x05qm5tand4y.js +0 -17
- package/out/_next/static/chunks/2y7sjkehompze.js +0 -32
- package/out/_next/static/chunks/2yme0y_2pzj9n.js +0 -44
- package/out/_next/static/chunks/30dk0bk_p44ir.js +0 -905
- package/out/_next/static/chunks/31eux-b8vx_2o.js +0 -596
- package/out/_next/static/chunks/31kcvq4mpuk-n.js +0 -8
- package/out/_next/static/chunks/32iahzknlfas2.js +0 -1
- package/out/_next/static/chunks/32l0f9qsyr70b.js +0 -1
- package/out/_next/static/chunks/32lrbx2g2oi58.js +0 -1
- package/out/_next/static/chunks/33lr5t1t8hzsu.js +0 -15
- package/out/_next/static/chunks/34erk-605s-mm.js +0 -1
- package/out/_next/static/chunks/3586ibuscee3p.js +0 -22
- package/out/_next/static/chunks/36vha92ibdqa5.js +0 -12
- package/out/_next/static/chunks/37clktwywpajv.js +0 -1
- package/out/_next/static/chunks/37s4hnkf3fb_y.js +0 -807
- package/out/_next/static/chunks/37sa01ltf42fy.js +0 -13
- package/out/_next/static/chunks/38afjslqo-ezj.js +0 -8
- package/out/_next/static/chunks/38bczx6d8d6lo.js +0 -5
- package/out/_next/static/chunks/3a0mg8mbspn1l.js +0 -46
- package/out/_next/static/chunks/3blt-diyq-naw.js +0 -14
- package/out/_next/static/chunks/3ciz0xpu_rprn.js +0 -119
- package/out/_next/static/chunks/3e35x8fg5e3pv.js +0 -60
- package/out/_next/static/chunks/3f0cric2zcwaa.js +0 -22
- package/out/_next/static/chunks/3f2jxhatqetvc.js +0 -807
- package/out/_next/static/chunks/3fj61jbc190pd.js +0 -13
- package/out/_next/static/chunks/3fq6z0s1jshzn.js +0 -15
- package/out/_next/static/chunks/3g4cm3-yeecm2.js +0 -44
- package/out/_next/static/chunks/3h3tsq4-en0ds.js +0 -51
- package/out/_next/static/chunks/3hu6bowb801qu.js +0 -73
- package/out/_next/static/chunks/3jv6te4pgio0l.js +0 -20
- package/out/_next/static/chunks/3kml-ussugoev.js +0 -15
- package/out/_next/static/chunks/3l02yeb2txq56.js +0 -137
- package/out/_next/static/chunks/3ldab1ofpij6b.js +0 -19
- package/out/_next/static/chunks/3lvyfkgg8oenq.js +0 -13
- package/out/_next/static/chunks/3mflhqmkkt1mw.js +0 -807
- package/out/_next/static/chunks/3nvwtolqxr_ge.js +0 -1
- package/out/_next/static/chunks/3o4iqy5pws1z9.js +0 -1
- package/out/_next/static/chunks/3pr2jl059hr6b.js +0 -22
- package/out/_next/static/chunks/3qz-e8u_rngvz.js +0 -1
- package/out/_next/static/chunks/3t_1dfdqi26e9.js +0 -18
- package/out/_next/static/chunks/3tl7_-7zqlvzg.js +0 -12
- package/out/_next/static/chunks/3tvg8ygnthkjr.js +0 -16
- package/out/_next/static/chunks/3v36muwibbmij.js +0 -58
- package/out/_next/static/chunks/3x304g0u9phqv.js +0 -51
- package/out/_next/static/chunks/40ang7smtylgf.css +0 -1
- package/out/_next/static/chunks/40j1w9hi4os9m.js +0 -66
- package/out/_next/static/chunks/40kd8woagvta6.js +0 -471
- package/out/_next/static/chunks/42xkht0rt6xf_.js +0 -12
- package/out/_next/static/chunks/43a7fwbiu6x-5.js +0 -13
- package/out/_next/static/chunks/43uz-_umdm9hg.js +0 -50
- package/out/_next/static/chunks/44cjcus7fzro2.js +0 -5
- package/out/_next/static/chunks/45cbkkq5ja1gw.js +0 -15
- package/out/_next/static/chunks/turbopack-060-1ln7tnj_o.js +0 -1
- package/out/_next/static/chunks/turbopack-06b_rq-xsg8x-.js +0 -1
- package/out/_next/static/chunks/turbopack-07j_ygzde0ibk.js +0 -1
- package/out/_next/static/chunks/turbopack-083kyitc50o38.js +0 -1
- package/out/_next/static/chunks/turbopack-090en30hq-ziw.js +0 -1
- package/out/_next/static/chunks/turbopack-0_j93cg1w4d7-.js +0 -1
- package/out/_next/static/chunks/turbopack-0_rslss3ulvpt.js +0 -1
- package/out/_next/static/chunks/turbopack-0bujhjoujrelz.js +0 -1
- package/out/_next/static/chunks/turbopack-0fneu371vdjf1.js +0 -1
- package/out/_next/static/chunks/turbopack-0fnocyew0acyq.js +0 -1
- package/out/_next/static/chunks/turbopack-0fr9xmcpxfoqa.js +0 -1
- package/out/_next/static/chunks/turbopack-0j5di01a8gcxh.js +0 -1
- package/out/_next/static/chunks/turbopack-0j_pfj3li7kkn.js +0 -1
- package/out/_next/static/chunks/turbopack-0jh0k3boktvim.js +0 -1
- package/out/_next/static/chunks/turbopack-0kwipuq5-xmz3.js +0 -1
- package/out/_next/static/chunks/turbopack-0m8f237bj0h96.js +0 -1
- package/out/_next/static/chunks/turbopack-0n7sl47ktn9hk.js +0 -1
- package/out/_next/static/chunks/turbopack-0w37q33v5-6zm.js +0 -1
- package/out/_next/static/chunks/turbopack-1-j7m49r309x4.js +0 -1
- package/out/_next/static/chunks/turbopack-10nzf9877-okq.js +0 -1
- package/out/_next/static/chunks/turbopack-11yslp77vs6mo.js +0 -1
- package/out/_next/static/chunks/turbopack-12kl06t32c8h5.js +0 -1
- package/out/_next/static/chunks/turbopack-15ck0zsoo17qk.js +0 -1
- package/out/_next/static/chunks/turbopack-15z1m4_0bv4zo.js +0 -1
- package/out/_next/static/chunks/turbopack-17hgg9dccrviq.js +0 -1
- package/out/_next/static/chunks/turbopack-17mnrbrw40xul.js +0 -1
- package/out/_next/static/chunks/turbopack-1_alzj1dxez-l.js +0 -1
- package/out/_next/static/chunks/turbopack-1_ij44qvn9x25.js +0 -1
- package/out/_next/static/chunks/turbopack-1c3d9r9igrmgh.js +0 -1
- package/out/_next/static/chunks/turbopack-1cm654d1pgdmv.js +0 -1
- package/out/_next/static/chunks/turbopack-1dzfw_agzw78l.js +0 -1
- package/out/_next/static/chunks/turbopack-1e49xkg-hxkgw.js +0 -1
- package/out/_next/static/chunks/turbopack-1es07ppdqhn8l.js +0 -1
- package/out/_next/static/chunks/turbopack-1hz-oep9si1n4.js +0 -1
- package/out/_next/static/chunks/turbopack-1jsw2ikqqzdii.js +0 -1
- package/out/_next/static/chunks/turbopack-1kl8gahvsru18.js +0 -1
- package/out/_next/static/chunks/turbopack-1lzj42w3ao9lv.js +0 -1
- package/out/_next/static/chunks/turbopack-1nfsu5t6wryjs.js +0 -1
- package/out/_next/static/chunks/turbopack-1sqpspyd-b_u8.js +0 -1
- package/out/_next/static/chunks/turbopack-1u2b1ku-xxpld.js +0 -1
- package/out/_next/static/chunks/turbopack-1yguzhp-196yl.js +0 -1
- package/out/_next/static/chunks/turbopack-216mhl7lyker7.js +0 -1
- package/out/_next/static/chunks/turbopack-251iteu80yhxd.js +0 -1
- package/out/_next/static/chunks/turbopack-268fyi4wvgswd.js +0 -1
- package/out/_next/static/chunks/turbopack-2_w410r5zju-r.js +0 -1
- package/out/_next/static/chunks/turbopack-2a85b71rfv1vo.js +0 -1
- package/out/_next/static/chunks/turbopack-2e_abq5410ocm.js +0 -1
- package/out/_next/static/chunks/turbopack-2jptw2odupw9z.js +0 -1
- package/out/_next/static/chunks/turbopack-2n5cgk5tdnyrr.js +0 -1
- package/out/_next/static/chunks/turbopack-2qh9qcni48nfb.js +0 -1
- package/out/_next/static/chunks/turbopack-2vs1uxhibnike.js +0 -1
- package/out/_next/static/chunks/turbopack-2ysbeqfuzoqya.js +0 -1
- package/out/_next/static/chunks/turbopack-30nunvblnhi54.js +0 -1
- package/out/_next/static/chunks/turbopack-32v2pq35jf6zj.js +0 -1
- package/out/_next/static/chunks/turbopack-32zc13tm-_v-k.js +0 -1
- package/out/_next/static/chunks/turbopack-3_a0ktgrf9wjr.js +0 -1
- package/out/_next/static/chunks/turbopack-3a-4by2ed-ay-.js +0 -1
- package/out/_next/static/chunks/turbopack-3a2_b3fds1ev0.js +0 -1
- package/out/_next/static/chunks/turbopack-3nry4c4egh21l.js +0 -1
- package/out/_next/static/chunks/turbopack-3oydg87ftdlr2.js +0 -1
- package/out/_next/static/chunks/turbopack-3rxchig-6vsve.js +0 -1
- package/out/_next/static/chunks/turbopack-42frj4xnxg40e.js +0 -1
- package/out/_next/static/chunks/turbopack-44efn8-0a_co0.js +0 -1
- package/out/_next/static/fPE_xRhmnMCMvI-EidMrb/_buildManifest.js +0 -258
- /package/out/_next/static/{fPE_xRhmnMCMvI-EidMrb → plNLzDs1uuSExXpN_uubP}/_clientMiddlewareManifest.js +0 -0
- /package/out/_next/static/{fPE_xRhmnMCMvI-EidMrb → plNLzDs1uuSExXpN_uubP}/_ssgManifest.js +0 -0
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
(globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,93774,(e,t,r)=>{let s="/delivery-provider/DeliveryProviderDetailPage";(window.__NEXT_P=window.__NEXT_P||[]).push([s,()=>e.r(7125)]),t.hot&&t.hot.dispose(function(){window.__NEXT_P.push([s])})},70693,12970,e=>{"use strict";var t=e.i(91788);let r=t.default.createContext({customProperties:{},hydrateFragment:(e,t)=>null});e.s(["default",0,r],12970),e.s(["default",0,()=>(0,t.useContext)(r)],70693)},44926,e=>{"use strict";var t=e.i(91398),r=e.i(72043),s=e.i(69322);e.s(["default",0,({isActive:e,activeText:a=null,activeClassName:i="",inActiveClassName:l="",inActiveText:d=null,containerClassName:n=""})=>{let{formatMessage:o}=(0,s.useIntl)();return(0,t.jsx)("span",{className:(0,r.default)("",n),children:e?(0,t.jsx)("span",{className:(0,r.default)("inline-flex items-center border rounded-full px-2.5 py-0.5 text-sm font-medium bg-emerald-50 dark:bg-emerald-900/30 text-emerald-700 dark:text-emerald-300 border-emerald-200 dark:border-emerald-800 uppercase",i),children:a||o({id:"active",defaultMessage:"Active"})}):(0,t.jsx)("span",{className:(0,r.default)("inline-flex items-center border rounded-full px-2.5 py-0.5 text-sm font-medium bg-amber-100 dark:bg-yellow-900/30 text-yellow-800 dark:text-yellow-300 border-amber-400 dark:border-yellow-800 uppercase",l),children:d||o({id:"inactive",defaultMessage:"In-Active"})})})}])},81359,e=>{"use strict";var t=e.i(91398),r=e.i(24608),s=e.i(69322);e.s(["default",0,({onClick:e,text:a=null,Icon:i=null})=>{let{formatMessage:l}=(0,s.useIntl)();return(0,t.jsxs)("button",{type:"button",onClick:e,"aria-describedby":"header-delete-button",className:"inline-flex items-center gap-2 justify-center rounded-md border border-rose-500 px-4 py-2 text-sm font-medium leading-5 text-rose-600 dark:text-rose-200 shadow-sm hover:border-rose-600 hover:bg-rose-600 hover:text-white focus:outline-hidden focus:ring-2 focus:ring-rose-500 focus:ring-offset-2 h-[38px]",children:[(0,t.jsx)("span",{children:i||(0,t.jsx)(r.XMarkIcon,{className:"h-5 w-5"})}),a||l({id:"delete",defaultMessage:"Delete"})]})}])},55215,e=>{"use strict";var t=e.i(91398),r=e.i(72043);e.s(["default",0,({value:e,className:s,onChange:a=()=>{},rows:i=7,...l})=>{let d=Math.max(e?e.split("\n").length:1,i);return(0,t.jsx)("textarea",{className:(0,r.default)("text-black dark:bg-slate-900 dark:text-slate-200 border-transparent border-t border-t-slate-200 dark:border-t-slate-800 resize-y",s),value:e,onChange:a,rows:d,...l})}])},12197,e=>{"use strict";var t=e.i(91398),r=e.i(69322);e.s(["default",0,()=>{let{formatMessage:e}=(0,r.useIntl)();return(0,t.jsx)("div",{className:"my-5 flex h-full w-full items-center justify-center bg-slate-50 dark:bg-slate-950 py-5",children:(0,t.jsxs)("div",{className:"flex items-center justify-center space-x-1 text-sm text-slate-700 dark:text-slate-200",children:[(0,t.jsx)("svg",{fill:"none",className:"h-6 w-6 animate-spin",viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",children:(0,t.jsx)("path",{clipRule:"evenodd",d:"M15.165 8.53a.5.5 0 01-.404.58A7 7 0 1023 16a.5.5 0 011 0 8 8 0 11-9.416-7.874.5.5 0 01.58.404z",fill:"currentColor",fillRule:"evenodd"})}),(0,t.jsx)("div",{children:e({id:"loading",defaultMessage:"Loading ..."})})]})})}])},33457,e=>{"use strict";var t=e.i(91398),r=e.i(15361),s=e.i(69322),a=e.i(83147),i=e.i(84818),l=e.i(60193),d=e.i(7105),n=e.i(99160),o=e.i(98949),c=e.i(69211),u=e.i(72094);let m=({onSubmit:e,onSubmitSuccess:r,provider:a,disabled:i})=>{let{formatMessage:l}=(0,s.useIntl)(),m=(0,o.default)({initialValues:{configuration:JSON.stringify(a?.configuration||{},null,2)},submit:e,getSubmitErrorMessage:e=>e?.message||"",onSubmitSuccess:r});return(0,t.jsx)(c.default,{form:m,className:"mt-6",children:(0,t.jsxs)("div",{className:"mt-1 sm:mt-0",children:[(0,t.jsx)(d.default,{id:"configuration",name:"configuration",disabled:i,value:m.formik.values.configuration,label:l({id:"configuration",defaultMessage:"Configuration"})}),(0,t.jsx)(u.default,{}),!i&&(0,t.jsx)(n.default,{label:l({id:"update_configuration",defaultMessage:"Update configuration"}),className:"mt-3"})]})})};var f=e.i(44926),x=e.i(65153);e.s(["default",0,({provider:e,onSubmit:d,onSubmitSuccess:n,readOnly:o,children:c=null})=>{let{formatMessage:u}=(0,s.useIntl)(),{formatDateTime:v}=(0,i.default)();return(0,t.jsx)("div",{className:"my-6",children:(0,t.jsx)("div",{className:"space-y-8",children:(0,t.jsxs)("div",{className:"space-y-8 sm:space-y-5",children:[(0,t.jsxs)("div",{className:"flex items-center",children:[(0,t.jsx)("h3",{className:"text-2xl leading-6 text-slate-900 dark:text-slate-200 mr-2",children:(0,a.getInterfaceLabel)(e?.interface)}),(0,t.jsx)(f.default,{containerClassName:"self-end",isActive:e?.isActive})]}),(0,t.jsxs)("div",{className:"space-y-4 max-w-xs",children:[(0,t.jsxs)("div",{className:"flex justify-between w-full gap-3",children:[(0,t.jsx)("dt",{className:"my-auto inline-block text-sm text-slate-400 ",children:u({id:"type_colon",defaultMessage:"Type:"})}),(0,t.jsx)("dd",{children:(0,t.jsx)(x.default,{text:e?.type,color:l.PROVIDER_TYPE_CLASSES[e?.type]})})]}),(0,t.jsxs)("div",{className:"flex flex-col justify-center space-y-2",children:[(0,t.jsxs)("div",{className:"flex items-center",children:[(0,t.jsx)("dt",{className:"text-sm font-normal text-slate-400 pr-2",children:u({id:"created_colon",defaultMessage:"Created:"})}),(0,t.jsx)("dd",{className:"ml-auto text-base",children:v(e?.created,{dateStyle:"long",timeStyle:"short"})})]}),(0,t.jsxs)("div",{className:"flex items-center",children:[(0,t.jsx)("dt",{className:"text-sm font-normal text-slate-400 pr-2",children:u({id:"last_updated",defaultMessage:"Last Updated:"})}),(0,t.jsx)("dd",{className:"ml-auto text-base",children:v(e?.updated,{dateStyle:"long",timeStyle:"short"})})]})]})]}),c&&(0,t.jsx)("div",{className:"w-full",children:c}),(0,t.jsx)(m,{onSubmit:d,onSubmitSuccess:n,provider:e,disabled:o}),(0,t.jsxs)("div",{className:"mt-6 mb-3",children:[(0,t.jsx)("dt",{className:"inline-block text-sm font-normal text-slate-400",children:u({id:"configuration_status",defaultMessage:"Configuration status"})}),e?.configurationError?(0,t.jsx)("dd",{className:"mt-2",children:(0,t.jsxs)("div",{className:"flex items-start p-3 bg-rose-50 dark:bg-rose-900/20 border border-rose-200 dark:border-rose-800 rounded-md",children:[(0,t.jsx)("svg",{className:"h-5 w-5 text-rose-400 dark:text-rose-500 mt-0.5 mr-3 flex-shrink-0",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor",children:(0,t.jsx)("path",{fillRule:"evenodd",d:"M10 18a8 8 0 100-16 8 8 0 000 16zM8.28 7.22a.75.75 0 00-1.06 1.06L8.94 10l-1.72 1.72a.75.75 0 101.06 1.06L10 11.06l1.72 1.72a.75.75 0 101.06-1.06L11.06 10l1.72-1.72a.75.75 0 00-1.06-1.06L10 8.94 8.28 7.22z",clipRule:"evenodd"})}),(0,t.jsxs)("div",{children:[(0,t.jsx)("h3",{className:"text-sm font-medium text-rose-800 dark:text-rose-200",children:u({id:"configuration_invalid",defaultMessage:"Invalid configuration"})}),(0,t.jsx)("div",{className:"mt-1 text-sm text-rose-700 dark:text-rose-300",children:e?.configurationError})]})]})}):(0,t.jsx)("dd",{className:"mt-2",children:(0,t.jsxs)("div",{className:"flex items-center p-3 bg-emerald-50 dark:bg-emerald-900/20 border border-emerald-200 dark:border-emerald-800 rounded-md",children:[(0,t.jsx)(r.CheckCircleIcon,{className:"h-5 w-5 text-emerald-600 dark:text-emerald-400 mr-3 flex-shrink-0"}),(0,t.jsxs)("div",{children:[(0,t.jsx)("h3",{className:"text-sm font-medium text-emerald-800 dark:text-emerald-200",children:u({id:"configuration_valid",defaultMessage:"Valid configuration"})}),(0,t.jsx)("p",{className:"mt-1 text-sm text-emerald-700 dark:text-emerald-300",children:u({id:"configuration_valid_description",defaultMessage:"All configuration parameters are correctly set and validated."})})]})]})})]})]})})})}],33457)},36494,e=>{"use strict";var t=e.i(59080);let r=t.gql`
|
|
2
|
+
fragment AddressFragment on Address {
|
|
3
|
+
firstName
|
|
4
|
+
lastName
|
|
5
|
+
company
|
|
6
|
+
addressLine
|
|
7
|
+
postalCode
|
|
8
|
+
city
|
|
9
|
+
countryCode
|
|
10
|
+
regionCode
|
|
11
|
+
}
|
|
12
|
+
`;e.s(["default",0,r])},72094,e=>{"use strict";var t=e.i(91398),r=e.i(91788),s=e.i(61898);let a=(e,t="")=>Object.fromEntries(Object.entries(e).reduce((e=[],[s,i])=>"string"==typeof i||r.default.isValidElement(i)?[...e,[`${t}${s}`,i]]:[...Object.entries(a(Object.assign({},...i),`${t}${s}.`)),...e],[])),i=({submitError:e="",fieldErrors:s=[]})=>(0,t.jsx)("div",{className:"my-2 mb-5 text-rose-700",children:(0,t.jsxs)("ul",{className:"space-y-1",children:[e&&(0,t.jsx)("li",{className:"disabled",children:(0,t.jsx)("span",{dangerouslySetInnerHTML:{__html:e}})},"submitError"),Object.entries(a(s)).map(([e,s])=>(0,t.jsx)("li",{className:"disabled",children:(0,t.jsx)("button",{type:"button",className:"no-button text-rose-600 dark:text-rose-400","aria-label":"Error button",onClick:()=>{let t=document.getElementById(e);t&&t.focus()},children:r.default.isValidElement(s)?s:(0,t.jsx)("span",{dangerouslySetInnerHTML:{__html:s}})})},e))]})});e.s(["default",0,({displayFieldErrors:e=!1})=>{let{submitError:r,formik:a}=(0,s.default)(),l=a?.errors;return(r||e)&&(0,t.jsx)(i,{submitError:r,fieldErrors:e&&l})}])},7105,e=>{"use strict";var t=e.i(91398),r=e.i(72043),s=e.i(55215),a=e.i(60741),i=e.i(29691);e.s(["default",0,({validators:e=[],rows:l=10,...d})=>{let n=(0,a.default)({...d,validators:[...e,{isValid:e=>{try{return JSON?.parse(e),!0}catch(e){return!1}},intlMessageDescriptor:{id:"invalid_json_input",defaultMessage:"Invalid JSON input"}}]});return(0,t.jsx)(i.default,{...n,children:(0,t.jsx)(s.default,{className:(0,r.default)("mt-1 block w-full max-w-full rounded-md border-1 border-slate-300 dark:border-slate-800 dark:bg-slate-900 dark:text-slate-200 shadow-xs dark:shadow-none focus:ring-slate-800 sm:text-sm",{"border-rose-300 text-rose-600 focus:border-rose-600 focus:ring-rose-600":!!n.error},d.className),disabled:n.disabled,id:n.name,name:n.name,onChange:e=>{try{JSON.parse(e.target.value||"{}"),n.setError("")}catch(e){n.setError(e.message?.replace("JSON.parse",""))}finally{n.setValue(e.target.value,!0),n.setTouched(!0)}},onBlur:e=>{try{n.setValue(JSON.stringify(JSON.parse(e.target.value),void 0,2),!0),n.setError("")}catch(e){n.setError(e.message)}},placeholder:n.placeholder,autoComplete:n.autoComplete,value:n.value})})}])},15971,e=>{"use strict";var t=e.i(91398),r=e.i(69322);e.s(["default",0,({onOkClick:e,onCancelClick:s,okText:a=null,cancelText:i=null,headerText:l=null,message:d=null,icon:n=null,close:o=null})=>{let{formatMessage:c}=(0,r.useIntl)();return(0,t.jsxs)(t.Fragment,{children:[(0,t.jsxs)("div",{className:"sm:flex sm:items-start",children:[n||(0,t.jsx)("div",{className:"mx-auto flex h-12 w-12 shrink-0 items-center justify-center rounded-full bg-rose-100 dark:bg-rose-900/30 sm:mx-0 sm:h-10 sm:w-10",children:(0,t.jsx)("svg",{className:"h-6 w-6 text-rose-600 dark:text-rose-400",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor","aria-hidden":"true",children:(0,t.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"2",d:"M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z"})})}),(0,t.jsxs)("div",{className:"mt-3 text-center sm:mt-0 sm:ml-4 sm:text-left",children:[(0,t.jsx)("h3",{className:"text-lg text-slate-900 dark:text-slate-200",id:"modal-title",children:l||c({id:"warning",defaultMessage:"Warning!"})}),(0,t.jsx)("div",{className:"mt-2",children:(0,t.jsx)("p",{className:"text-sm text-slate-500 dark:text-slate-200",children:d||c({id:"are_you_sure",defaultMessage:"Are you sure?"})})})]})]}),(0,t.jsxs)("div",{className:"mt-5 sm:mt-4 sm:flex sm:flex-row-reverse",children:[(0,t.jsx)("button",{id:"danger_continue",onClick:e,type:"button",className:"inline-flex w-full justify-center rounded-md border border-transparent bg-rose-600 px-4 py-2 text-base font-medium text-white shadow-xs hover:bg-rose-700 focus:outline-hidden focus:ring-2 focus:ring-rose-500 focus:ring-offset-2 sm:ml-3 sm:w-auto sm:text-sm",children:a||c({id:"continue",defaultMessage:"Continue"})}),(0,t.jsx)("button",{id:"danger_cancel",onClick:s||o,type:"button",className:"mt-3 inline-flex w-full justify-center rounded-md border border-slate-300 bg-white px-4 py-2 text-base font-medium text-slate-700 shadow-xs hover:bg-slate-50 focus:outline-hidden focus:ring-2 focus:ring-slate-800 focus:ring-offset-2 sm:mt-0 sm:ml-3 sm:w-auto sm:text-sm",children:i||c({id:"cancel",defaultMessage:"Cancel"})})]})]})}])},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])},7125,43007,e=>{"use strict";var t=e.i(91398),r=e.i(3828),s=e.i(66773),a=e.i(69322),i=e.i(28401),l=e.i(61494),d=e.i(17644),n=e.i(12197),o=e.i(15971),c=e.i(6607),u=e.i(59080),m=e.i(76204);let f=u.gql`
|
|
13
|
+
mutation RemoveDeliveryProvider($deliveryProviderId: ID!) {
|
|
14
|
+
removeDeliveryProvider(deliveryProviderId: $deliveryProviderId) {
|
|
15
|
+
_id
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
`,x=()=>{let[e]=(0,m.useMutation)(f);return{removeDeliveryProvider:async({deliveryProviderId:t})=>e({variables:{deliveryProviderId:t},refetchQueries:["DeliveryProviders","ShopStatus"]})}};e.s(["default",0,x],43007);var v=e.i(36494);let g=u.gql`
|
|
19
|
+
mutation UpdateDeliveryProvider(
|
|
20
|
+
$deliveryProvider: UpdateProviderInput!
|
|
21
|
+
$deliveryProviderId: ID!
|
|
22
|
+
) {
|
|
23
|
+
updateDeliveryProvider(
|
|
24
|
+
deliveryProvider: $deliveryProvider
|
|
25
|
+
deliveryProviderId: $deliveryProviderId
|
|
26
|
+
) {
|
|
27
|
+
_id
|
|
28
|
+
created
|
|
29
|
+
updated
|
|
30
|
+
deleted
|
|
31
|
+
type
|
|
32
|
+
isActive
|
|
33
|
+
configuration
|
|
34
|
+
interface {
|
|
35
|
+
_id
|
|
36
|
+
label
|
|
37
|
+
version
|
|
38
|
+
}
|
|
39
|
+
configurationError
|
|
40
|
+
... on DeliveryProviderPickUp {
|
|
41
|
+
pickUpLocations {
|
|
42
|
+
_id
|
|
43
|
+
name
|
|
44
|
+
address {
|
|
45
|
+
...AddressFragment
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
${v.default}
|
|
52
|
+
`;var h=e.i(32171),p=e.i(70693),y=e.i(33457),b=e.i(81359),j=e.i(83147),k=e.i(58971);e.s(["default",0,({deliveryProviderId:e})=>{let{formatMessage:f}=(0,a.useIntl)(),{push:w,replace:N}=(0,r.useRouter)(),{setModal:P}=(0,c.default)(),{hasRole:_}=(0,k.default)(),{removeDeliveryProvider:C}=x(),{updateDeliveryProvider:M}=(()=>{let[e]=(0,m.useMutation)(g);return{updateDeliveryProvider:async({deliveryProvider:{configuration:t},deliveryProviderId:r})=>e({variables:{deliveryProvider:{configuration:t},deliveryProviderId:r}})}})(),{deliveryProvider:I,loading:S}=(({deliveryProviderId:e=null})=>{let{customProperties:t}=(0,p.default)(),{data:r,loading:s,error:a}=(0,h.useQuery)(((e="")=>u.gql`
|
|
53
|
+
query DeliveryProvider($deliveryProviderId: ID!) {
|
|
54
|
+
deliveryProvider(deliveryProviderId: $deliveryProviderId) {
|
|
55
|
+
_id
|
|
56
|
+
created
|
|
57
|
+
updated
|
|
58
|
+
deleted
|
|
59
|
+
type
|
|
60
|
+
isActive
|
|
61
|
+
configuration
|
|
62
|
+
interface {
|
|
63
|
+
_id
|
|
64
|
+
label
|
|
65
|
+
version
|
|
66
|
+
}
|
|
67
|
+
configurationError
|
|
68
|
+
...on DeliveryProviderPickUp {
|
|
69
|
+
pickUpLocations {
|
|
70
|
+
_id
|
|
71
|
+
name
|
|
72
|
+
address {
|
|
73
|
+
...AddressFragment
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
${e}
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
${v.default}
|
|
81
|
+
`)(t?.DeliveryProvider),{skip:!e,variables:{deliveryProviderId:e}});return{deliveryProvider:r?.deliveryProvider,loading:s,error:a}})({deliveryProviderId:e}),L=async({configuration:t})=>(await M({deliveryProvider:{configuration:JSON.parse(t||"[]")},deliveryProviderId:e}),!0),E=async()=>{await P((0,t.jsx)(o.default,{onCancelClick:async()=>P(""),message:f({id:"delete_delivery_provider_confirmation",defaultMessage:"This action might cause inconsistencies with other data that relates to it. Are you sure you want to delete this delivery provider?"}),onOkClick:async()=>{await P(""),await C({deliveryProviderId:e}),i.toast.success(f({id:"delivery_provider_deleted",defaultMessage:"Delivery provider deleted successfully"})),w("/delivery-provider")},okText:f({id:"delete_delivery_provider",defaultMessage:"Delete delivery provider"})}))};return(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)(l.default,{currentPageTitle:(0,j.getInterfaceLabel)(I?.interface)}),(0,t.jsxs)("div",{className:"items-center flex min-w-full justify-between gap-3 flex-wrap",children:[(0,t.jsx)(d.default,{headerText:f({id:"update_delivery_configuration",defaultMessage:"Update delivery provider"}),title:f({id:"delivery_provider_title",defaultMessage:"Delivery provider {id}"},{id:I?._id})}),_(s.IRoleAction.ManageDeliveryProviders)&&(0,t.jsx)(b.default,{onClick:E})]}),S?(0,t.jsx)(n.default,{}):(0,t.jsx)(y.default,{readOnly:!_(s.IRoleAction.ManageDeliveryProviders),provider:I,onSubmit:L,onSubmitSuccess:()=>{N("/delivery-provider")},children:I?.type==="PICKUP"&&I.pickUpLocations?.length>0&&(0,t.jsxs)("div",{className:"mt-6",children:[(0,t.jsx)("h3",{className:"text-lg font-semibold mb-2",children:f({id:"pickup_locations",defaultMessage:"Pick-up Locations"})}),(0,t.jsx)("ul",{className:"space-y-2",children:I.pickUpLocations.map(e=>(0,t.jsxs)("li",{className:"border rounded-md p-3 bg-slate-50 dark:bg-slate-800",children:[(0,t.jsx)("div",{className:"font-medium",children:e.name}),e.address&&(0,t.jsxs)("div",{className:"text-sm text-slate-600 dark:text-slate-300",children:[e.address.addressLine,e.address.addressLine2?`, ${e.address.addressLine2}`:"",", ",e.address.city,", ",e.address.regionCode,","," ",e.address.postalCode,", ",e.address.countryCode]})]},e._id))})]})})]})}],7125)},15361,e=>{"use strict";var t=e.i(91788);let r=t.forwardRef(function({title:e,titleId:r,...s},a){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":r},s),e?t.createElement("title",{id:r},e):null,t.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 12.75 11.25 15 15 9.75M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))});e.s(["CheckCircleIcon",0,r],15361)},24608,e=>{"use strict";var t=e.i(91788);let r=t.forwardRef(function({title:e,titleId:r,...s},a){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":r},s),e?t.createElement("title",{id:r},e):null,t.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 18 18 6M6 6l12 12"}))});e.s(["XMarkIcon",0,r],24608)},28805,e=>{e.v(t=>Promise.all(["static/chunks/0h0r_q6xa9qr_.js"].map(t=>e.l(t))).then(()=>t(79466)))},48761,e=>{e.v(t=>Promise.all(["static/chunks/1ae-9ft5cgojf.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 i}});let s=e.r(41705)._(e.r(91788)),a=e.r(15125),i=s.default.createContext(a.imageConfigDefault)},15125,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var s={VALID_LOADERS:function(){return i},imageConfigDefault:function(){return l}};for(var a in s)Object.defineProperty(r,a,{enumerable:!0,get:s[a]});let i=["default","imgix","cloudinary","akamai","custom"],l={deviceSizes:[640,750,828,1080,1200,1920,2048,3840],imageSizes:[32,48,64,96,128,256,384],path:"/_next/image",loader:"default",loaderFile:"",domains:[],disableStaticImages:!1,minimumCacheTTL:14400,formats:["image/webp"],maximumDiskCacheSize:void 0,maximumRedirects:3,maximumResponseBody:5e7,dangerouslyAllowLocalIP:!1,dangerouslyAllowSVG:!1,contentSecurityPolicy:"script-src 'none'; frame-src 'none'; sandbox;",contentDispositionType:"attachment",localPatterns:void 0,remotePatterns:[],qualities:[75],unoptimized:!1,customCacheHandler:!1}}]);
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
__turbopack_load_page_chunks__("/users/UserDetailPage", [
|
|
2
|
+
"static/chunks/3_oq57mmti33y.js",
|
|
3
|
+
"static/chunks/3bxtyo0u_psf7.js",
|
|
4
|
+
"static/chunks/38pz7fmyf6ay0.js",
|
|
5
|
+
"static/chunks/3rnl7-84z1op5.js",
|
|
6
|
+
"static/chunks/2kbieaechn8m8.js",
|
|
7
|
+
"static/chunks/0d6_opzy2p6ik.js",
|
|
8
|
+
"static/chunks/1n7i2rp59o9o8.js",
|
|
9
|
+
"static/chunks/252jebodi67kg.js",
|
|
10
|
+
"static/chunks/3jv-kmvjt_bno.js",
|
|
11
|
+
"static/chunks/2jtk4-i4e9lug.js",
|
|
12
|
+
"static/chunks/2hm0mbq0vtqmw.js",
|
|
13
|
+
"static/chunks/3tv9csz53av-5.js",
|
|
14
|
+
"static/chunks/3ghzaufs2n8uq.js",
|
|
15
|
+
"static/chunks/2qhvt2n_whgz1.js",
|
|
16
|
+
"static/chunks/2w5y5xf0nriwx.js",
|
|
17
|
+
"static/chunks/2-4ng9fxftmld.js",
|
|
18
|
+
"static/chunks/3_fk1axw7jv3l.js",
|
|
19
|
+
"static/chunks/turbopack-0bakfyovo7_7v.js"
|
|
20
|
+
])
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
__turbopack_load_page_chunks__("/users/new", [
|
|
2
|
+
"static/chunks/0xuevvy5i5d12.js",
|
|
3
|
+
"static/chunks/38pz7fmyf6ay0.js",
|
|
4
|
+
"static/chunks/3rnl7-84z1op5.js",
|
|
5
|
+
"static/chunks/2c7gw8ronvu-c.js",
|
|
6
|
+
"static/chunks/2hm0mbq0vtqmw.js",
|
|
7
|
+
"static/chunks/2-4ng9fxftmld.js",
|
|
8
|
+
"static/chunks/252jebodi67kg.js",
|
|
9
|
+
"static/chunks/3jv-kmvjt_bno.js",
|
|
10
|
+
"static/chunks/3ghzaufs2n8uq.js",
|
|
11
|
+
"static/chunks/turbopack-2hl0oouvcl1z1.js"
|
|
12
|
+
])
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,44113,(e,t,r)=>{"use strict";e.i(50461),Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"addBasePath",{enumerable:!0,get:function(){return i}});let n=e.r(43980),a=e.r(70090);function i(e,t){return(0,a.normalizePathTrailingSlash)((0,n.addPathPrefix)(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)},14862,(e,t,r)=>{"use strict";e.i(50461),Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"addLocale",{enumerable:!0,get:function(){return n}}),e.r(70090);let n=(e,...t)=>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)},68186,(e,t,r)=>{"use strict";e.i(50461),Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"hasBasePath",{enumerable:!0,get:function(){return a}});let n=e.r(97742);function a(e){return(0,n.pathHasPrefix)(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)},70090,(e,t,r)=>{"use strict";e.i(50461),Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"normalizePathTrailingSlash",{enumerable:!0,get:function(){return i}});let n=e.r(23486),a=e.r(72796),i=e=>{if(47!==e.charCodeAt(0))return e;let{pathname:t,query:r,hash:i}=(0,a.parsePath)(e);return/\.[^/]+\/?$/.test(t)?`${(0,n.removeTrailingSlash)(t)}${r}${i}`:t.endsWith("/")?`${t}${r}${i}`:`${t}/${r}${i}`};("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)},99604,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n={cancelIdleCallback:function(){return o},requestIdleCallback:function(){return i}};for(var a in n)Object.defineProperty(r,a,{enumerable:!0,get:n[a]});let i="u">typeof self&&self.requestIdleCallback&&self.requestIdleCallback.bind(window)||function(e){let t=Date.now();return self.setTimeout(function(){e({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-t))}})},1)},o="u">typeof self&&self.cancelIdleCallback&&self.cancelIdleCallback.bind(window)||function(e){return clearTimeout(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)},60472,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"resolveHref",{enumerable:!0,get:function(){return d}});let n=e.r(98928),a=e.r(28169),i=e.r(57285),o=e.r(89129),u=e.r(70090),c=e.r(71112),s=e.r(31235),l=e.r(50169),f=e.r(94599),p=e.r(29944);function d(e,t,r){let d,h="string"==typeof t?t:(0,a.formatWithValidation)(t),_=h.match(/^[a-z][a-z0-9+.-]*:\/\//i),m=_?h.slice(_[0].length):h;if((m.split("?",1)[0]||"").match(/(\/\/|\\)/)){console.error(`Invalid href '${h}' passed to next/router in page: '${e.pathname}'. Repeated forward-slashes (//) or backslashes \\ are not valid in the href.`);let t=(0,o.normalizeRepeatedSlashes)(m);h=(_?_[0]:"")+t}if(!(0,c.isLocalURL)(h))return r?[h]:h;try{let t=h.startsWith("#")?e.asPath:e.pathname;if(h.startsWith("?")&&(t=e.asPath,(0,s.isDynamicRoute)(e.pathname))){t=e.pathname;let r=(0,f.getRouteRegex)(e.pathname);(0,p.getRouteMatcher)(r)(e.asPath)||(t=e.asPath)}d=new URL(t,"http://n")}catch(e){d=new URL("/","http://n")}try{let e=new URL(h,d);e.pathname=(0,u.normalizePathTrailingSlash)(e.pathname);let t="";if((0,s.isDynamicRoute)(e.pathname)&&e.searchParams&&r){let r=(0,n.searchParamsToUrlQuery)(e.searchParams),{result:o,params:u}=(0,l.interpolateAs)(e.pathname,e.pathname,r);o&&(t=(0,a.formatWithValidation)({pathname:o,hash:e.hash,query:(0,i.omit)(r,u)}))}let o=e.origin===d.origin?e.href.slice(e.origin.length):e.href;return r?[o,t||o]:o}catch(e){return r?[h]:h}}("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)},87091,(e,t,r)=>{(()=>{"use strict";"u">typeof __nccwpck_require__&&(__nccwpck_require__.ab="/ROOT/node_modules/next/dist/compiled/path-to-regexp/");var e={};(()=>{function t(e,t){void 0===t&&(t={});for(var r=function(e){for(var t=[],r=0;r<e.length;){var n=e[r];if("*"===n||"+"===n||"?"===n){t.push({type:"MODIFIER",index:r,value:e[r++]});continue}if("\\"===n){t.push({type:"ESCAPED_CHAR",index:r++,value:e[r++]});continue}if("{"===n){t.push({type:"OPEN",index:r,value:e[r++]});continue}if("}"===n){t.push({type:"CLOSE",index:r,value:e[r++]});continue}if(":"===n){for(var a="",i=r+1;i<e.length;){var o=e.charCodeAt(i);if(o>=48&&o<=57||o>=65&&o<=90||o>=97&&o<=122||95===o){a+=e[i++];continue}break}if(!a)throw TypeError("Missing parameter name at ".concat(r));t.push({type:"NAME",index:r,value:a}),r=i;continue}if("("===n){var u=1,c="",i=r+1;if("?"===e[i])throw TypeError('Pattern cannot start with "?" at '.concat(i));for(;i<e.length;){if("\\"===e[i]){c+=e[i++]+e[i++];continue}if(")"===e[i]){if(0==--u){i++;break}}else if("("===e[i]&&(u++,"?"!==e[i+1]))throw TypeError("Capturing groups are not allowed at ".concat(i));c+=e[i++]}if(u)throw TypeError("Unbalanced pattern at ".concat(r));if(!c)throw TypeError("Missing pattern at ".concat(r));t.push({type:"PATTERN",index:r,value:c}),r=i;continue}t.push({type:"CHAR",index:r,value:e[r++]})}return t.push({type:"END",index:r,value:""}),t}(e),n=t.prefixes,i=void 0===n?"./":n,o=t.delimiter,u=void 0===o?"/#?":o,c=[],s=0,l=0,f="",p=function(e){if(l<r.length&&r[l].type===e)return r[l++].value},d=function(e){var t=p(e);if(void 0!==t)return t;var n=r[l],a=n.type,i=n.index;throw TypeError("Unexpected ".concat(a," at ").concat(i,", expected ").concat(e))},h=function(){for(var e,t="";e=p("CHAR")||p("ESCAPED_CHAR");)t+=e;return t},_=function(e){for(var t=0;t<u.length;t++){var r=u[t];if(e.indexOf(r)>-1)return!0}return!1},m=function(e){var t=c[c.length-1],r=e||(t&&"string"==typeof t?t:"");if(t&&!r)throw TypeError('Must have text between two parameters, missing text after "'.concat(t.name,'"'));return!r||_(r)?"[^".concat(a(u),"]+?"):"(?:(?!".concat(a(r),")[^").concat(a(u),"])+?")};l<r.length;){var E=p("CHAR"),g=p("NAME"),R=p("PATTERN");if(g||R){var y=E||"";-1===i.indexOf(y)&&(f+=y,y=""),f&&(c.push(f),f=""),c.push({name:g||s++,prefix:y,suffix:"",pattern:R||m(y),modifier:p("MODIFIER")||""});continue}var P=E||p("ESCAPED_CHAR");if(P){f+=P;continue}if(f&&(c.push(f),f=""),p("OPEN")){var y=h(),b=p("NAME")||"",O=p("PATTERN")||"",v=h();d("CLOSE"),c.push({name:b||(O?s++:""),pattern:b&&!O?m(y):O,prefix:y,suffix:v,modifier:p("MODIFIER")||""});continue}d("END")}return c}function r(e,t){void 0===t&&(t={});var r=i(t),n=t.encode,a=void 0===n?function(e){return e}:n,o=t.validate,u=void 0===o||o,c=e.map(function(e){if("object"==typeof e)return new RegExp("^(?:".concat(e.pattern,")$"),r)});return function(t){for(var r="",n=0;n<e.length;n++){var i=e[n];if("string"==typeof i){r+=i;continue}var o=t?t[i.name]:void 0,s="?"===i.modifier||"*"===i.modifier,l="*"===i.modifier||"+"===i.modifier;if(Array.isArray(o)){if(!l)throw TypeError('Expected "'.concat(i.name,'" to not repeat, but got an array'));if(0===o.length){if(s)continue;throw TypeError('Expected "'.concat(i.name,'" to not be empty'))}for(var f=0;f<o.length;f++){var p=a(o[f],i);if(u&&!c[n].test(p))throw TypeError('Expected all "'.concat(i.name,'" to match "').concat(i.pattern,'", but got "').concat(p,'"'));r+=i.prefix+p+i.suffix}continue}if("string"==typeof o||"number"==typeof o){var p=a(String(o),i);if(u&&!c[n].test(p))throw TypeError('Expected "'.concat(i.name,'" to match "').concat(i.pattern,'", but got "').concat(p,'"'));r+=i.prefix+p+i.suffix;continue}if(!s){var d=l?"an array":"a string";throw TypeError('Expected "'.concat(i.name,'" to be ').concat(d))}}return r}}function n(e,t,r){void 0===r&&(r={});var n=r.decode,a=void 0===n?function(e){return e}:n;return function(r){var n=e.exec(r);if(!n)return!1;for(var i=n[0],o=n.index,u=Object.create(null),c=1;c<n.length;c++)!function(e){if(void 0!==n[e]){var r=t[e-1];"*"===r.modifier||"+"===r.modifier?u[r.name]=n[e].split(r.prefix+r.suffix).map(function(e){return a(e,r)}):u[r.name]=a(n[e],r)}}(c);return{path:i,index:o,params:u}}}function a(e){return e.replace(/([.+*?=^!:${}()[\]|/\\])/g,"\\$1")}function i(e){return e&&e.sensitive?"":"i"}function o(e,t,r){void 0===r&&(r={});for(var n=r.strict,o=void 0!==n&&n,u=r.start,c=r.end,s=r.encode,l=void 0===s?function(e){return e}:s,f=r.delimiter,p=r.endsWith,d="[".concat(a(void 0===p?"":p),"]|$"),h="[".concat(a(void 0===f?"/#?":f),"]"),_=void 0===u||u?"^":"",m=0;m<e.length;m++){var E=e[m];if("string"==typeof E)_+=a(l(E));else{var g=a(l(E.prefix)),R=a(l(E.suffix));if(E.pattern)if(t&&t.push(E),g||R)if("+"===E.modifier||"*"===E.modifier){var y="*"===E.modifier?"?":"";_+="(?:".concat(g,"((?:").concat(E.pattern,")(?:").concat(R).concat(g,"(?:").concat(E.pattern,"))*)").concat(R,")").concat(y)}else _+="(?:".concat(g,"(").concat(E.pattern,")").concat(R,")").concat(E.modifier);else{if("+"===E.modifier||"*"===E.modifier)throw TypeError('Can not repeat "'.concat(E.name,'" without a prefix and suffix'));_+="(".concat(E.pattern,")").concat(E.modifier)}else _+="(?:".concat(g).concat(R,")").concat(E.modifier)}}if(void 0===c||c)o||(_+="".concat(h,"?")),_+=r.endsWith?"(?=".concat(d,")"):"$";else{var P=e[e.length-1],b="string"==typeof P?h.indexOf(P[P.length-1])>-1:void 0===P;o||(_+="(?:".concat(h,"(?=").concat(d,"))?")),b||(_+="(?=".concat(h,"|").concat(d,")"))}return new RegExp(_,i(r))}function u(e,r,n){if(e instanceof RegExp){var a;if(!r)return e;for(var c=/\((?:\?<(.*?)>)?(?!\?)/g,s=0,l=c.exec(e.source);l;)r.push({name:l[1]||s++,prefix:"",suffix:"",modifier:"",pattern:""}),l=c.exec(e.source);return e}return Array.isArray(e)?(a=e.map(function(e){return u(e,r,n).source}),new RegExp("(?:".concat(a.join("|"),")"),i(n))):o(t(e,n),r,n)}Object.defineProperty(e,"__esModule",{value:!0}),e.pathToRegexp=e.tokensToRegexp=e.regexpToFunction=e.match=e.tokensToFunction=e.compile=e.parse=void 0,e.parse=t,e.compile=function(e,n){return r(t(e,n),n)},e.tokensToFunction=r,e.match=function(e,t){var r=[];return n(u(e,r,t),r,t)},e.regexpToFunction=n,e.tokensToRegexp=o,e.pathToRegexp=u})(),t.exports=e})()},58268,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n={PARAM_SEPARATOR:function(){return i},hasAdjacentParameterIssues:function(){return o},normalizeAdjacentParameters:function(){return u},normalizeTokensForRegexp:function(){return c},stripNormalizedSeparators:function(){return s},stripParameterSeparators:function(){return l}};for(var a in n)Object.defineProperty(r,a,{enumerable:!0,get:n[a]});let i="_NEXTSEP_";function o(e){return"string"==typeof e&&!!(/\/\(\.{1,3}\):[^/\s]+/.test(e)||/:[a-zA-Z_][a-zA-Z0-9_]*:[a-zA-Z_][a-zA-Z0-9_]*/.test(e))}function u(e){let t=e;return(t=t.replace(/(\([^)]*\)):([^/\s]+)/g,`$1${i}:$2`)).replace(/:([^:/\s)]+)(?=:)/g,`:$1${i}`)}function c(e){return e.map(e=>"object"==typeof e&&null!==e&&"modifier"in e&&("*"===e.modifier||"+"===e.modifier)&&"prefix"in e&&"suffix"in e&&""===e.prefix&&""===e.suffix?{...e,prefix:"/"}:e)}function s(e){return e.replace(RegExp(`\\)${i}`,"g"),")")}function l(e){let t={};for(let[r,n]of Object.entries(e))"string"==typeof n?t[r]=n.replace(RegExp(`^${i}`),""):Array.isArray(n)?t[r]=n.map(e=>"string"==typeof e?e.replace(RegExp(`^${i}`),""):e):t[r]=n;return t}},32443,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n={safeCompile:function(){return c},safePathToRegexp:function(){return u},safeRegexpToFunction:function(){return s},safeRouteMatcher:function(){return l}};for(var a in n)Object.defineProperty(r,a,{enumerable:!0,get:n[a]});let i=e.r(87091),o=e.r(58268);function u(e,t,r){if("string"!=typeof e)return(0,i.pathToRegexp)(e,t,r);let n=(0,o.hasAdjacentParameterIssues)(e),a=n?(0,o.normalizeAdjacentParameters)(e):e;try{return(0,i.pathToRegexp)(a,t,r)}catch(a){if(!n)try{let n=(0,o.normalizeAdjacentParameters)(e);return(0,i.pathToRegexp)(n,t,r)}catch(e){}throw a}}function c(e,t){let r=(0,o.hasAdjacentParameterIssues)(e),n=r?(0,o.normalizeAdjacentParameters)(e):e;try{let e=(0,i.compile)(n,t);if(r)return t=>(0,o.stripNormalizedSeparators)(e(t));return e}catch(n){if(!r)try{let r=(0,o.normalizeAdjacentParameters)(e),n=(0,i.compile)(r,t);return e=>(0,o.stripNormalizedSeparators)(n(e))}catch(e){}throw n}}function s(e,t){let r=(0,i.regexpToFunction)(e,t||[]);return e=>{let t=r(e);return!!t&&{...t,params:(0,o.stripParameterSeparators)(t.params)}}}function l(e){return t=>{let r=e(t);return!!r&&(0,o.stripParameterSeparators)(r)}}},29944,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"getRouteMatcher",{enumerable:!0,get:function(){return i}});let n=e.r(89129),a=e.r(32443);function i({re:e,groups:t}){return(0,a.safeRouteMatcher)(r=>{let a=e.exec(r);if(!a)return!1;let i=e=>{try{return decodeURIComponent(e)}catch{throw Object.defineProperty(new n.DecodeError("failed to decode param"),"__NEXT_ERROR_CODE",{value:"E528",enumerable:!1,configurable:!0})}},o={};for(let[e,r]of Object.entries(t)){let t=a[r.pos];void 0!==t&&(r.repeat?o[e]=t.split("/").map(e=>i(e)):o[e]=i(t))}return o})}},2987,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n={ACTION_SUFFIX:function(){return m},APP_DIR_ALIAS:function(){return F},CACHE_ONE_YEAR_SECONDS:function(){return I},DOT_NEXT_ALIAS:function(){return U},ESLINT_DEFAULT_DIRS:function(){return eu},GSP_NO_RETURNED_VALUE:function(){return et},GSSP_COMPONENT_MEMBER_ERROR:function(){return ea},GSSP_NO_RETURNED_VALUE:function(){return er},HTML_CONTENT_TYPE_HEADER:function(){return o},INFINITE_CACHE:function(){return C},INSTRUMENTATION_HOOK_FILENAME:function(){return L},JSON_CONTENT_TYPE_HEADER:function(){return u},MATCHED_PATH_HEADER:function(){return l},MIDDLEWARE_FILENAME:function(){return M},MIDDLEWARE_LOCATION_REGEXP:function(){return $},NEXT_BODY_SUFFIX:function(){return R},NEXT_CACHE_IMPLICIT_TAG_ID:function(){return x},NEXT_CACHE_REVALIDATED_TAGS_HEADER:function(){return b},NEXT_CACHE_REVALIDATE_TAG_TOKEN_HEADER:function(){return O},NEXT_CACHE_ROOT_PARAM_TAG_ID:function(){return j},NEXT_CACHE_SOFT_TAG_MAX_LENGTH:function(){return N},NEXT_CACHE_TAGS_HEADER:function(){return P},NEXT_CACHE_TAG_MAX_ITEMS:function(){return A},NEXT_CACHE_TAG_MAX_LENGTH:function(){return S},NEXT_DATA_SUFFIX:function(){return E},NEXT_INTERCEPTION_MARKER_PREFIX:function(){return s},NEXT_META_SUFFIX:function(){return g},NEXT_NAV_DEPLOYMENT_ID_HEADER:function(){return y},NEXT_QUERY_PARAM_PREFIX:function(){return c},NEXT_RESUME_HEADER:function(){return v},NEXT_RESUME_STATE_LENGTH_HEADER:function(){return T},NON_STANDARD_NODE_ENV:function(){return ei},PAGES_DIR_ALIAS:function(){return X},PRERENDER_REVALIDATE_HEADER:function(){return f},PRERENDER_REVALIDATE_ONLY_GENERATED_HEADER:function(){return p},PROXY_FILENAME:function(){return w},PROXY_LOCATION_REGEXP:function(){return D},PUBLIC_DIR_MIDDLEWARE_CONFLICT:function(){return V},ROOT_DIR_ALIAS:function(){return W},RSC_ACTION_CLIENT_WRAPPER_ALIAS:function(){return B},RSC_ACTION_ENCRYPTION_ALIAS:function(){return K},RSC_ACTION_PROXY_ALIAS:function(){return G},RSC_ACTION_VALIDATE_ALIAS:function(){return H},RSC_CACHE_WRAPPER_ALIAS:function(){return Y},RSC_DYNAMIC_IMPORT_WRAPPER_ALIAS:function(){return z},RSC_MOD_REF_PROXY_ALIAS:function(){return k},RSC_SEGMENTS_DIR_SUFFIX:function(){return d},RSC_SEGMENT_SUFFIX:function(){return h},RSC_SUFFIX:function(){return _},SERVER_PROPS_EXPORT_ERROR:function(){return ee},SERVER_PROPS_GET_INIT_PROPS_CONFLICT:function(){return Q},SERVER_PROPS_SSG_CONFLICT:function(){return Z},SERVER_RUNTIME:function(){return ec},SSG_FALLBACK_EXPORT_ERROR:function(){return eo},SSG_GET_INITIAL_PROPS_CONFLICT:function(){return q},STATIC_STATUS_PAGE_GET_INITIAL_PROPS_ERROR:function(){return J},TEXT_PLAIN_CONTENT_TYPE_HEADER:function(){return i},UNSTABLE_REVALIDATE_RENAME_ERROR:function(){return en},WEBPACK_LAYERS:function(){return ef},WEBPACK_RESOURCE_QUERIES:function(){return ep},WEB_SOCKET_MAX_RECONNECTIONS:function(){return es}};for(var a in n)Object.defineProperty(r,a,{enumerable:!0,get:n[a]});let i="text/plain",o="text/html; charset=utf-8",u="application/json; charset=utf-8",c="nxtP",s="nxtI",l="x-matched-path",f="x-prerender-revalidate",p="x-prerender-revalidate-if-generated",d=".segments",h=".segment.rsc",_=".rsc",m=".action",E=".json",g=".meta",R=".body",y="x-nextjs-deployment-id",P="x-next-cache-tags",b="x-next-revalidated-tags",O="x-next-revalidate-tag-token",v="next-resume",T="x-next-resume-state-length",A=128,S=256,N=1024,x="_N_T_",j="_N_RP_",I=31536e3,C=0xfffffffe,M="middleware",$=`(?:src/)?${M}`,w="proxy",D=`(?:src/)?${w}`,L="instrumentation",X="private-next-pages",U="private-dot-next",W="private-next-root-dir",F="private-next-app-dir",k="private-next-rsc-mod-ref-proxy",H="private-next-rsc-action-validate",G="private-next-rsc-server-reference",Y="private-next-rsc-cache-wrapper",z="private-next-rsc-track-dynamic-import",K="private-next-rsc-action-encryption",B="private-next-rsc-action-client-wrapper",V="You can not have a '_next' folder inside of your public folder. This conflicts with the internal '/_next' route. https://nextjs.org/docs/messages/public-next-folder-conflict",q="You can not use getInitialProps with getStaticProps. To use SSG, please remove your getInitialProps",Q="You can not use getInitialProps with getServerSideProps. Please remove getInitialProps.",Z="You can not use getStaticProps or getStaticPaths with getServerSideProps. To use SSG, please remove getServerSideProps",J="can not have getInitialProps/getServerSideProps, https://nextjs.org/docs/messages/404-get-initial-props",ee="pages with `getServerSideProps` can not be exported. See more info here: https://nextjs.org/docs/messages/gssp-export",et="Your `getStaticProps` function did not return an object. Did you forget to add a `return`?",er="Your `getServerSideProps` function did not return an object. Did you forget to add a `return`?",en="The `unstable_revalidate` property is available for general use.\nPlease use `revalidate` instead.",ea="can not be attached to a page's component and must be exported from the page. See more info here: https://nextjs.org/docs/messages/gssp-component-member",ei='You are using a non-standard "NODE_ENV" value in your environment. This creates inconsistencies in the project and is strongly advised against. Read more: https://nextjs.org/docs/messages/non-standard-node-env',eo="Pages with `fallback` enabled in `getStaticPaths` can not be exported. See more info here: https://nextjs.org/docs/messages/ssg-fallback-true-export",eu=["app","pages","components","lib","src"],ec={edge:"edge",experimentalEdge:"experimental-edge",nodejs:"nodejs"},es=12,el={shared:"shared",reactServerComponents:"rsc",serverSideRendering:"ssr",actionBrowser:"action-browser",apiNode:"api-node",apiEdge:"api-edge",middleware:"middleware",instrument:"instrument",edgeAsset:"edge-asset",appPagesBrowser:"app-pages-browser",pagesDirBrowser:"pages-dir-browser",pagesDirEdge:"pages-dir-edge",pagesDirNode:"pages-dir-node"},ef={...el,GROUP:{builtinReact:[el.reactServerComponents,el.actionBrowser],serverOnly:[el.reactServerComponents,el.actionBrowser,el.instrument,el.middleware],neutralTarget:[el.apiNode,el.apiEdge],clientOnly:[el.serverSideRendering,el.appPagesBrowser],bundled:[el.reactServerComponents,el.actionBrowser,el.serverSideRendering,el.appPagesBrowser,el.shared,el.instrument,el.middleware],appPages:[el.reactServerComponents,el.serverSideRendering,el.appPagesBrowser,el.actionBrowser]}},ep={edgeSSREntry:"__next_edge_ssr_entry__",metadata:"__next_metadata__",metadataRoute:"__next_metadata_route__",metadataImageMeta:"__next_metadata_image_meta__"}},42778,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"escapeStringRegexp",{enumerable:!0,get:function(){return i}});let n=/[|\\{}()[\]^$+*?.-]/,a=/[|\\{}()[\]^$+*?.-]/g;function i(e){return n.test(e)?e.replace(a,"\\$&"):e}},7117,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"InvariantError",{enumerable:!0,get:function(){return n}});class n extends Error{constructor(e,t){super(`Invariant: ${e.endsWith(".")?e:e+"."} This is a bug in Next.js.`,t),Object.defineProperty(this,"__NEXT_ERROR_CODE",{value:"E1179",enumerable:!1,configurable:!0}),this.name="InvariantError"}}},89141,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"parseLoaderTree",{enumerable:!0,get:function(){return a}});let n=e.r(77915);function a(e){let[t,r,a,i]=e,{layout:o,template:u}=a,{page:c}=a;c=t===n.DEFAULT_SEGMENT_KEY?a.defaultPage:c;let s=o?.[1]||u?.[1]||c?.[1];return{page:c,segment:t,modules:a,conventionPath:s,parallelRoutes:r,staticSiblings:i}}},96309,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n={getParamProperties:function(){return c},getSegmentParam:function(){return o},isCatchAll:function(){return u}};for(var a in n)Object.defineProperty(r,a,{enumerable:!0,get:n[a]});let i=e.r(89161);function o(e){let t=i.INTERCEPTION_ROUTE_MARKERS.find(t=>e.startsWith(t));return(t&&(e=e.slice(t.length)),e.startsWith("[[...")&&e.endsWith("]]"))?{paramType:"optional-catchall",paramName:e.slice(5,-2)}:e.startsWith("[...")&&e.endsWith("]")?{paramType:t?`catchall-intercepted-${t}`:"catchall",paramName:e.slice(4,-1)}:e.startsWith("[")&&e.endsWith("]")?{paramType:t?`dynamic-intercepted-${t}`:"dynamic",paramName:e.slice(1,-1)}:null}function u(e){return"catchall"===e||"catchall-intercepted-(..)(..)"===e||"catchall-intercepted-(.)"===e||"catchall-intercepted-(..)"===e||"catchall-intercepted-(...)"===e||"optional-catchall"===e}function c(e){let t=!1,r=!1;switch(e){case"catchall":case"catchall-intercepted-(..)(..)":case"catchall-intercepted-(.)":case"catchall-intercepted-(..)":case"catchall-intercepted-(...)":t=!0;break;case"optional-catchall":t=!0,r=!0}return{repeat:t,optional:r}}},60606,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n={isInterceptionAppRoute:function(){return l},isNormalizedAppRoute:function(){return s},parseAppRouteSegment:function(){return c},parseAppRouteWithSlots:function(){return d},parseNormalizedAppRoute:function(){return p}};for(var a in n)Object.defineProperty(r,a,{enumerable:!0,get:n[a]});let i=e.r(7117),o=e.r(96309),u=e.r(89161);function c(e){if(""===e)return null;let t=u.INTERCEPTION_ROUTE_MARKERS.find(t=>e.startsWith(t)),r=(0,o.getSegmentParam)(e);return r?{type:"dynamic",name:e,param:r,interceptionMarker:t}:e.startsWith("(")&&e.endsWith(")")?{type:"route-group",name:e,interceptionMarker:t}:e.startsWith("@")?{type:"parallel-route",name:e,interceptionMarker:t}:{type:"static",name:e,interceptionMarker:t}}function s(e){return e.normalized}function l(e){return void 0!==e.interceptionMarker&&void 0!==e.interceptingRoute&&void 0!==e.interceptedRoute}function f(e,t){let r,n,a,u=e.split("/").filter(Boolean),s=[];for(let l of u){let u=c(function(e){if(!/%5b|%5d/i.test(e))return e;try{let t=decodeURIComponent(e);return(0,o.getSegmentParam)(t)?t:e}catch{return e}}(l));if(u){if("route-group"===u.type&&!(2&t))throw Object.defineProperty(new i.InvariantError(`${e} is being parsed as a normalized route, but it has a route group segment.`),"__NEXT_ERROR_CODE",{value:"E1151",enumerable:!1,configurable:!0});if("parallel-route"===u.type&&!(1&t))throw Object.defineProperty(new i.InvariantError(`${e} is being parsed as a normalized route, but it has a parallel route segment.`),"__NEXT_ERROR_CODE",{value:"E1152",enumerable:!1,configurable:!0});if(s.push(u),u.interceptionMarker){let i=e.split(u.interceptionMarker);if(2!==i.length)throw Object.defineProperty(Error(`Invalid interception route: ${e}`),"__NEXT_ERROR_CODE",{value:"E924",enumerable:!1,configurable:!0});n=f(i[0],t),a=f(i[1],t),r=u.interceptionMarker}}}let l=s.filter(e=>"dynamic"===e.type);return{normalized:0===t,pathname:e,segments:s,dynamicSegments:l,interceptionMarker:r,interceptingRoute:n,interceptedRoute:a}}function p(e){return f(e,0)}function d(e){return f(e,1)}},15179,(e,t,r)=>{"use strict";function n(e){switch(e){case"catchall-intercepted-(..)(..)":case"dynamic-intercepted-(..)(..)":return"(..)(..)";case"catchall-intercepted-(.)":case"dynamic-intercepted-(.)":return"(.)";case"catchall-intercepted-(..)":case"dynamic-intercepted-(..)":return"(..)";case"catchall-intercepted-(...)":case"dynamic-intercepted-(...)":return"(...)";default:return null}}Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"interceptionPrefixFromParamType",{enumerable:!0,get:function(){return n}})},15882,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"resolveParamValue",{enumerable:!0,get:function(){return i}});let n=e.r(7117),a=e.r(15179);function i(e,t,r,i,o){switch(t){case"catchall":case"optional-catchall":case"catchall-intercepted-(..)(..)":case"catchall-intercepted-(.)":case"catchall-intercepted-(..)":case"catchall-intercepted-(...)":let u=[];for(let e=r;e<i.segments.length;e++){let n=i.segments[e];if("static"===n.type){let i=n.name,o=(0,a.interceptionPrefixFromParamType)(t);o&&e===r&&o===n.interceptionMarker&&(i=i.replace(n.interceptionMarker,"")),u.push(i)}else{if(!o.hasOwnProperty(n.param.paramName)){if("optional-catchall"===n.param.paramType)break;return}let e=o[n.param.paramName];Array.isArray(e)?u.push(...e):u.push(e)}}if(u.length>0)return u;if("optional-catchall"===t)return;throw Object.defineProperty(new n.InvariantError(`Unexpected empty path segments match for a route "${i.pathname}" with param "${e}" of type "${t}"`),"__NEXT_ERROR_CODE",{value:"E931",enumerable:!1,configurable:!0});case"dynamic":case"dynamic-intercepted-(..)(..)":case"dynamic-intercepted-(.)":case"dynamic-intercepted-(..)":case"dynamic-intercepted-(...)":if(r<i.segments.length){let e=i.segments[r];if("dynamic"===e.type&&!o.hasOwnProperty(e.param.paramName))return;return"dynamic"===e.type?o[e.param.paramName]:(0,a.interceptionPrefixFromParamType)(t)===e.interceptionMarker?e.name.replace(e.interceptionMarker,""):e.name}return}}},31902,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n={PARAMETER_PATTERN:function(){return f},getDynamicParam:function(){return l},interpolateParallelRouteParams:function(){return s},parseMatchedParameter:function(){return d},parseParameter:function(){return p}};for(var a in n)Object.defineProperty(r,a,{enumerable:!0,get:n[a]});let i=e.r(7117),o=e.r(89141),u=e.r(60606),c=e.r(15882);function s(e,t,r,n){let a=structuredClone(t),s=[{tree:e,depth:0}],l=(0,u.parseNormalizedAppRoute)(r);for(;s.length>0;){let{tree:e,depth:t}=s.pop(),{segment:r,parallelRoutes:f}=(0,o.parseLoaderTree)(e),p=(0,u.parseAppRouteSegment)(r);if(p?.type==="dynamic"&&!a.hasOwnProperty(p.param.paramName)&&!n?.has(p.param.paramName)){let{paramName:e,paramType:r}=p.param,n=(0,c.resolveParamValue)(e,r,t,l,a);if(void 0!==n)a[e]=n;else if("optional-catchall"!==r)throw Object.defineProperty(new i.InvariantError(`Could not resolve param value for segment: ${e}`),"__NEXT_ERROR_CODE",{value:"E932",enumerable:!1,configurable:!0})}let d=t;for(let e of(p&&"route-group"!==p.type&&"parallel-route"!==p.type&&d++,Object.values(f)))s.push({tree:e,depth:d})}return a}function l(e,t,r,n,a){let o=function(e,t,r){let n=e[t];if(r?.has(t)){let[e]=r.get(t);n=e}else Array.isArray(n)?n=n.map(e=>encodeURIComponent(e)):"string"==typeof n&&(n=encodeURIComponent(n));return n}(e,t,n);if(!o||0===o.length){if("oc"===r)return{param:t,value:null,type:r,treeSegment:[t,"",r,a]};throw Object.defineProperty(new i.InvariantError(`Missing value for segment key: "${t}" with dynamic param type: ${r}`),"__NEXT_ERROR_CODE",{value:"E864",enumerable:!1,configurable:!0})}let u=Array.isArray(o)?o.join("/"):o;return{param:t,value:o,treeSegment:[t,u,r,a],type:r}}let f=/^([^[]*)\[((?:\[[^\]]*\])|[^\]]+)\](.*)$/;function p(e){let t=e.match(f);return t?d(t[2]):d(e)}function d(e){let t=e.startsWith("[")&&e.endsWith("]");t&&(e=e.slice(1,-1));let r=e.startsWith("...");return r&&(e=e.slice(3)),{key:e,repeat:r,optional:t}}},94599,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n={getNamedMiddlewareRegex:function(){return _},getNamedRouteRegex:function(){return h},getRouteRegex:function(){return f}};for(var a in n)Object.defineProperty(r,a,{enumerable:!0,get:n[a]});let i=e.r(2987),o=e.r(89161),u=e.r(42778),c=e.r(23486),s=e.r(31902);function l(e,t,r){let n={},a=1,i=[];for(let l of(0,c.removeTrailingSlash)(e).slice(1).split("/")){let e=o.INTERCEPTION_ROUTE_MARKERS.find(e=>l.startsWith(e)),c=l.match(s.PARAMETER_PATTERN);if(e&&c&&c[2]){let{key:t,optional:r,repeat:o}=(0,s.parseMatchedParameter)(c[2]);n[t]={pos:a++,repeat:o,optional:r},i.push(`/${(0,u.escapeStringRegexp)(e)}([^/]+?)`)}else if(c&&c[2]){let{key:e,repeat:t,optional:o}=(0,s.parseMatchedParameter)(c[2]);n[e]={pos:a++,repeat:t,optional:o},r&&c[1]&&i.push(`/${(0,u.escapeStringRegexp)(c[1])}`);let l=t?o?"(?:/(.+?))?":"/(.+?)":"/([^/]+?)";r&&c[1]&&(l=l.substring(1)),i.push(l)}else i.push(`/${(0,u.escapeStringRegexp)(l)}`);t&&c&&c[3]&&i.push((0,u.escapeStringRegexp)(c[3]))}return{parameterizedRoute:i.join(""),groups:n}}function f(e,{includeSuffix:t=!1,includePrefix:r=!1,excludeOptionalTrailingSlash:n=!1}={}){let{parameterizedRoute:a,groups:i}=l(e,t,r),o=a;return n||(o+="(?:/)?"),{re:RegExp(`^${o}$`),groups:i}}function p({interceptionMarker:e,getSafeRouteKey:t,segment:r,routeKeys:n,keyPrefix:a,backreferenceDuplicateKeys:i}){let o,{key:c,optional:l,repeat:f}=(0,s.parseMatchedParameter)(r),d=c.replace(/\W/g,"");a&&(d=`${a}${d}`);let h=!1;(0===d.length||d.length>30)&&(h=!0),isNaN(parseInt(d.slice(0,1)))||(h=!0),h&&(d=t());let _=d in n;a?n[d]=`${a}${c}`:n[d]=c;let m=e?(0,u.escapeStringRegexp)(e):"";return o=_&&i?`\\k<${d}>`:f?`(?<${d}>.+?)`:`(?<${d}>[^/]+?)`,{key:c,pattern:l?`(?:/${m}${o})?`:`/${m}${o}`,cleanedKey:d,optional:l,repeat:f}}function d(e,t,r,n,a,l={names:{},intercepted:{}}){let f,h=(f=0,()=>{let e="",t=++f;for(;t>0;)e+=String.fromCharCode(97+(t-1)%26),t=Math.floor((t-1)/26);return e}),_={},m=[],E=[];for(let f of(l=structuredClone(l),(0,c.removeTrailingSlash)(e).slice(1).split("/"))){let e,c=o.INTERCEPTION_ROUTE_MARKERS.some(e=>f.startsWith(e)),d=f.match(s.PARAMETER_PATTERN),g=c?d?.[1]:void 0;if(g&&d?.[2]?(e=t?i.NEXT_INTERCEPTION_MARKER_PREFIX:void 0,l.intercepted[d[2]]=g):e=d?.[2]&&l.intercepted[d[2]]?t?i.NEXT_INTERCEPTION_MARKER_PREFIX:void 0:t?i.NEXT_QUERY_PARAM_PREFIX:void 0,g&&d&&d[2]){let{key:t,pattern:r,cleanedKey:n,repeat:i,optional:o}=p({getSafeRouteKey:h,interceptionMarker:g,segment:d[2],routeKeys:_,keyPrefix:e,backreferenceDuplicateKeys:a});m.push(r),E.push(`/${d[1]}:${l.names[t]??n}${i?o?"*":"+":""}`),l.names[t]??=n}else if(d&&d[2]){n&&d[1]&&(m.push(`/${(0,u.escapeStringRegexp)(d[1])}`),E.push(`/${d[1]}`));let{key:t,pattern:r,cleanedKey:i,repeat:o,optional:c}=p({getSafeRouteKey:h,segment:d[2],routeKeys:_,keyPrefix:e,backreferenceDuplicateKeys:a}),s=r;n&&d[1]&&(s=s.substring(1)),m.push(s),E.push(`/:${l.names[t]??i}${o?c?"*":"+":""}`),l.names[t]??=i}else m.push(`/${(0,u.escapeStringRegexp)(f)}`),E.push(`/${f}`);r&&d&&d[3]&&(m.push((0,u.escapeStringRegexp)(d[3])),E.push(d[3]))}return{namedParameterizedRoute:m.join(""),routeKeys:_,pathToRegexpPattern:E.join(""),reference:l}}function h(e,t){let r=d(e,t.prefixRouteKeys,t.includeSuffix??!1,t.includePrefix??!1,t.backreferenceDuplicateKeys??!1,t.reference),n=r.namedParameterizedRoute;return t.excludeOptionalTrailingSlash||(n+="(?:/)?"),{...f(e,t),namedRegex:`^${n}$`,routeKeys:r.routeKeys,pathToRegexpPattern:r.pathToRegexpPattern,reference:r.reference}}function _(e,t){let{parameterizedRoute:r}=l(e,!1,!1),{catchAll:n=!0}=t;if("/"===r)return{namedRegex:`^/${n?".*":""}$`};let{namedParameterizedRoute:a}=d(e,!1,!1,!1,!1,void 0);return{namedRegex:`^${a}${n?"(?:(/.*)?)":""}$`}}},51569,(e,t,r)=>{"use strict";function n(e){return e.startsWith("/")?e:`/${e}`}Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"ensureLeadingSlash",{enumerable:!0,get:function(){return n}})},77915,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n={DEFAULT_SEGMENT_KEY:function(){return f},NOT_FOUND_SEGMENT_KEY:function(){return p},PAGE_SEGMENT_KEY:function(){return l},addSearchParamsIfPageSegment:function(){return c},computeSelectedLayoutSegment:function(){return s},getSegmentValue:function(){return i},getSelectedLayoutSegmentPath:function(){return function e(t,r,n=!0,a=[]){let o;if(n)o=t[1][r];else{let e=t[1];o=e.children??Object.values(e)[0]}if(!o)return a;let u=i(o[0]);return!u||u.startsWith(l)?a:(a.push(u),e(o,r,!1,a))}},isGroupSegment:function(){return o},isParallelRouteSegment:function(){return u}};for(var a in n)Object.defineProperty(r,a,{enumerable:!0,get:n[a]});function i(e){return Array.isArray(e)?e[1]:e}function o(e){return"("===e[0]&&e.endsWith(")")}function u(e){return e.startsWith("@")&&"@children"!==e}function c(e,t){if(e.includes(l)){let e=JSON.stringify(t);return"{}"!==e?l+"?"+e:l}return e}function s(e,t){if(!e||0===e.length)return null;let r="children"===t?e[0]:e[e.length-1];return r===f?null:r}let l="__PAGE__",f="__DEFAULT__",p="/_not-found"},46159,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n={compareAppPaths:function(){return c},normalizeAppPath:function(){return u},normalizeRscURL:function(){return s}};for(var a in n)Object.defineProperty(r,a,{enumerable:!0,get:n[a]});let i=e.r(51569),o=e.r(77915);function u(e){return(0,i.ensureLeadingSlash)(e.split("/").reduce((e,t,r,n)=>!t||(0,o.isGroupSegment)(t)||"@"===t[0]||("page"===t||"route"===t)&&r===n.length-1?e:`${e}/${t}`,""))}function c(e,t){let r=e.includes("/@"),n=t.includes("/@");return r&&!n?-1:!r&&n?1:e.localeCompare(t)}function s(e){return e.replace(/\.rsc($|\?)/,"$1")}},89161,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n={INTERCEPTION_ROUTE_MARKERS:function(){return o},extractInterceptionRouteInformation:function(){return c},isInterceptionRouteAppPath:function(){return u}};for(var a in n)Object.defineProperty(r,a,{enumerable:!0,get:n[a]});let i=e.r(46159),o=["(..)(..)","(.)","(..)","(...)"];function u(e){return void 0!==e.split("/").find(e=>o.find(t=>e.startsWith(t)))}function c(e){let t,r,n;for(let a of e.split("/"))if(r=o.find(e=>a.startsWith(e))){[t,n]=e.split(r,2);break}if(!t||!r||!n)throw Object.defineProperty(Error(`Invalid interception route: ${e}. Must be in the format /<intercepting route>/(..|...|..)(..)/<intercepted route>`),"__NEXT_ERROR_CODE",{value:"E269",enumerable:!1,configurable:!0});switch(t=(0,i.normalizeAppPath)(t),r){case"(.)":n="/"===t?`/${n}`:t+"/"+n;break;case"(..)":if("/"===t)throw Object.defineProperty(Error(`Invalid interception route: ${e}. Cannot use (..) marker at the root level, use (.) instead.`),"__NEXT_ERROR_CODE",{value:"E207",enumerable:!1,configurable:!0});n=t.split("/").slice(0,-1).concat(n).join("/");break;case"(...)":n="/"+n;break;case"(..)(..)":let a=t.split("/");if(a.length<=2)throw Object.defineProperty(Error(`Invalid interception route: ${e}. Cannot use (..)(..) marker at the root level or one level up.`),"__NEXT_ERROR_CODE",{value:"E486",enumerable:!1,configurable:!0});n=a.slice(0,-2).concat(n).join("/");break;default:throw Object.defineProperty(Error("Invariant: unexpected marker"),"__NEXT_ERROR_CODE",{value:"E112",enumerable:!1,configurable:!0})}return{interceptingRoute:t,interceptedRoute:n}}},25479,(e,t,r)=>{"use strict";e.i(50461),Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"RouterContext",{enumerable:!0,get:function(){return n}});let n=e.r(41705)._(e.r(91788)).default.createContext(null)},43980,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"addPathPrefix",{enumerable:!0,get:function(){return a}});let n=e.r(72796);function a(e,t){if(!e.startsWith("/")||!t)return e;let{pathname:r,query:a,hash:i}=(0,n.parsePath)(e);return`${t}${r}${a}${i}`}},28169,(e,t,r)=>{"use strict";e.i(50461),Object.defineProperty(r,"__esModule",{value:!0});var n={formatUrl:function(){return u},formatWithValidation:function(){return s},urlObjectKeys:function(){return c}};for(var a in n)Object.defineProperty(r,a,{enumerable:!0,get:n[a]});let i=e.r(52456)._(e.r(98928)),o=/https?|ftp|gopher|file/;function u(e){let{auth:t,hostname:r}=e,n=e.protocol||"",a=e.pathname||"",u=e.hash||"",c=e.query||"",s=!1;t=t?encodeURIComponent(t).replace(/%3A/i,":")+"@":"",e.host?s=t+e.host:r&&(s=t+(~r.indexOf(":")?`[${r}]`:r),e.port&&(s+=":"+e.port)),c&&"object"==typeof c&&(c=String(i.urlQueryToSearchParams(c)));let l=e.search||c&&`?${c}`||"";return n&&!n.endsWith(":")&&(n+=":"),e.slashes||(!n||o.test(n))&&!1!==s?(s="//"+(s||""),a&&"/"!==a[0]&&(a="/"+a)):s||(s=""),u&&"#"!==u[0]&&(u="#"+u),l&&"?"!==l[0]&&(l="?"+l),a=a.replace(/[?#]/g,encodeURIComponent),l=l.replace("#","%23"),`${n}${s}${a}${l}${u}`}let c=["auth","hash","host","hostname","href","path","pathname","port","protocol","query","search","slashes"];function s(e){return u(e)}},31235,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n={getSortedRouteObjects:function(){return i.getSortedRouteObjects},getSortedRoutes:function(){return i.getSortedRoutes},isDynamicRoute:function(){return o.isDynamicRoute}};for(var a in n)Object.defineProperty(r,a,{enumerable:!0,get:n[a]});let i=e.r(14059),o=e.r(78690)},50169,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"interpolateAs",{enumerable:!0,get:function(){return i}});let n=e.r(29944),a=e.r(94599);function i(e,t,r){let i="",o=(0,a.getRouteRegex)(e),u=o.groups,c=(t!==e?(0,n.getRouteMatcher)(o)(t):"")||r;i=e;let s=Object.keys(u);return s.every(e=>{let t=c[e]||"",{repeat:r,optional:n}=u[e],a=`[${r?"...":""}${e}]`;return n&&(a=`${!t?"/":""}[${a}]`),r&&!Array.isArray(t)&&(t=[t]),(n||e in c)&&(i=i.replace(a,r?t.map(e=>encodeURIComponent(e)).join("/"):encodeURIComponent(t))||"/")})||(i=""),{params:s,result:i}}},78690,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"isDynamicRoute",{enumerable:!0,get:function(){return o}});let n=e.r(89161),a=/\/[^/]*\[[^/]+\][^/]*(?=\/|$)/,i=/\/\[[^/]+\](?=\/|$)/;function o(e,t=!0){return((0,n.isInterceptionRouteAppPath)(e)&&(e=(0,n.extractInterceptionRouteInformation)(e).interceptedRoute),t)?i.test(e):a.test(e)}},71112,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"isLocalURL",{enumerable:!0,get:function(){return i}});let n=e.r(89129),a=e.r(68186);function i(e){if(!(0,n.isAbsoluteUrl)(e))return!0;try{let t=(0,n.getLocationOrigin)(),r=new URL(e,t);return r.origin===t&&(0,a.hasBasePath)(r.pathname)}catch(e){return!1}}},57285,(e,t,r)=>{"use strict";function n(e,t){let r={};return Object.keys(e).forEach(n=>{t.includes(n)||(r[n]=e[n])}),r}Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"omit",{enumerable:!0,get:function(){return n}})},72796,(e,t,r)=>{"use strict";function n(e){let t=e.indexOf("#"),r=e.indexOf("?"),n=r>-1&&(t<0||r<t);return n||t>-1?{pathname:e.substring(0,n?r:t),query:n?e.substring(r,t>-1?t:void 0):"",hash:t>-1?e.slice(t):""}:{pathname:e,query:"",hash:""}}Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"parsePath",{enumerable:!0,get:function(){return n}})},97742,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"pathHasPrefix",{enumerable:!0,get:function(){return a}});let n=e.r(72796);function a(e,t){if("string"!=typeof e)return!1;let{pathname:r}=(0,n.parsePath)(e);return r===t||r.startsWith(t+"/")}},98928,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n={assign:function(){return c},searchParamsToUrlQuery:function(){return i},urlQueryToSearchParams:function(){return u}};for(var a in n)Object.defineProperty(r,a,{enumerable:!0,get:n[a]});function i(e){let t={};for(let[r,n]of e.entries()){let e=t[r];void 0===e?t[r]=n:Array.isArray(e)?e.push(n):t[r]=[e,n]}return t}function o(e){return"string"==typeof e?e:("number"!=typeof e||isNaN(e))&&"boolean"!=typeof e?"":String(e)}function u(e){let t=new URLSearchParams;for(let[r,n]of Object.entries(e))if(Array.isArray(n))for(let e of n)t.append(r,o(e));else t.set(r,o(n));return t}function c(e,...t){for(let r of t){for(let t of r.keys())e.delete(t);for(let[t,n]of r.entries())e.append(t,n)}return e}},23486,(e,t,r)=>{"use strict";function n(e){return 47===e.charCodeAt(e.length-1)&&e.length>1?e.slice(0,-1):e}Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"removeTrailingSlash",{enumerable:!0,get:function(){return n}})},14059,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n={getSortedRouteObjects:function(){return u},getSortedRoutes:function(){return o}};for(var a in n)Object.defineProperty(r,a,{enumerable:!0,get:n[a]});class i{insert(e){this._insert(e.split("/").filter(Boolean),[],!1)}smoosh(){return this._smoosh()}_smoosh(e="/"){let t=[...this.children.keys()].sort();null!==this.slugName&&t.splice(t.indexOf("[]"),1),null!==this.restSlugName&&t.splice(t.indexOf("[...]"),1),null!==this.optionalRestSlugName&&t.splice(t.indexOf("[[...]]"),1);let r=t.map(t=>this.children.get(t)._smoosh(`${e}${t}/`)).reduce((e,t)=>[...e,...t],[]);if(null!==this.slugName&&r.push(...this.children.get("[]")._smoosh(`${e}[${this.slugName}]/`)),!this.placeholder){let t="/"===e?"/":e.slice(0,-1);if(null!=this.optionalRestSlugName)throw Object.defineProperty(Error(`You cannot define a route with the same specificity as a optional catch-all route ("${t}" and "${t}[[...${this.optionalRestSlugName}]]").`),"__NEXT_ERROR_CODE",{value:"E458",enumerable:!1,configurable:!0});r.unshift(t)}return null!==this.restSlugName&&r.push(...this.children.get("[...]")._smoosh(`${e}[...${this.restSlugName}]/`)),null!==this.optionalRestSlugName&&r.push(...this.children.get("[[...]]")._smoosh(`${e}[[...${this.optionalRestSlugName}]]/`)),r}_insert(e,t,r){if(0===e.length){this.placeholder=!1;return}if(r)throw Object.defineProperty(Error("Catch-all must be the last part of the URL."),"__NEXT_ERROR_CODE",{value:"E392",enumerable:!1,configurable:!0});let n=e[0];if(n.startsWith("[")&&n.endsWith("]")){let i=n.slice(1,-1),o=!1;if(i.startsWith("[")&&i.endsWith("]")&&(i=i.slice(1,-1),o=!0),i.startsWith("…"))throw Object.defineProperty(Error(`Detected a three-dot character ('…') at ('${i}'). Did you mean ('...')?`),"__NEXT_ERROR_CODE",{value:"E147",enumerable:!1,configurable:!0});if(i.startsWith("...")&&(i=i.substring(3),r=!0),i.startsWith("[")||i.endsWith("]"))throw Object.defineProperty(Error(`Segment names may not start or end with extra brackets ('${i}').`),"__NEXT_ERROR_CODE",{value:"E421",enumerable:!1,configurable:!0});if(i.startsWith("."))throw Object.defineProperty(Error(`Segment names may not start with erroneous periods ('${i}').`),"__NEXT_ERROR_CODE",{value:"E288",enumerable:!1,configurable:!0});function a(e,r){if(null!==e&&e!==r)throw Object.defineProperty(Error(`You cannot use different slug names for the same dynamic path ('${e}' !== '${r}').`),"__NEXT_ERROR_CODE",{value:"E337",enumerable:!1,configurable:!0});t.forEach(e=>{if(e===r)throw Object.defineProperty(Error(`You cannot have the same slug name "${r}" repeat within a single dynamic path`),"__NEXT_ERROR_CODE",{value:"E247",enumerable:!1,configurable:!0});if(e.replace(/\W/g,"")===n.replace(/\W/g,""))throw Object.defineProperty(Error(`You cannot have the slug names "${e}" and "${r}" differ only by non-word symbols within a single dynamic path`),"__NEXT_ERROR_CODE",{value:"E499",enumerable:!1,configurable:!0})}),t.push(r)}if(r)if(o){if(null!=this.restSlugName)throw Object.defineProperty(Error(`You cannot use both an required and optional catch-all route at the same level ("[...${this.restSlugName}]" and "${e[0]}" ).`),"__NEXT_ERROR_CODE",{value:"E299",enumerable:!1,configurable:!0});a(this.optionalRestSlugName,i),this.optionalRestSlugName=i,n="[[...]]"}else{if(null!=this.optionalRestSlugName)throw Object.defineProperty(Error(`You cannot use both an optional and required catch-all route at the same level ("[[...${this.optionalRestSlugName}]]" and "${e[0]}").`),"__NEXT_ERROR_CODE",{value:"E300",enumerable:!1,configurable:!0});a(this.restSlugName,i),this.restSlugName=i,n="[...]"}else{if(o)throw Object.defineProperty(Error(`Optional route parameters are not yet supported ("${e[0]}").`),"__NEXT_ERROR_CODE",{value:"E435",enumerable:!1,configurable:!0});a(this.slugName,i),this.slugName=i,n="[]"}}this.children.has(n)||this.children.set(n,new i),this.children.get(n)._insert(e.slice(1),t,r)}constructor(){this.placeholder=!0,this.children=new Map,this.slugName=null,this.restSlugName=null,this.optionalRestSlugName=null}}function o(e){let t=new i;return e.forEach(e=>t.insert(e)),t.smoosh()}function u(e,t){let r={},n=[];for(let a=0;a<e.length;a++){let i=t(e[a]);r[i]=a,n[a]=i}return o(n).map(t=>e[r[t]])}}]);
|
|
@@ -0,0 +1,224 @@
|
|
|
1
|
+
(globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,70693,12970,e=>{"use strict";var t=e.i(91788);let r=t.default.createContext({customProperties:{},hydrateFragment:(e,t)=>null});e.s(["default",0,r],12970),e.s(["default",0,()=>(0,t.useContext)(r)],70693)},11309,e=>{"use strict";var t=e.i(91398),r=e.i(72043),s=e.i(88566),a=e.i(25575),l=e.i(91788);let n=({header:e,body:n,headerCSS:i="",bodyCSS:o="",itemContainerCSS:d="",itemindex:u=1,hideChevron:c=!1})=>{let[m,f]=(0,l.useState)(!1);return(0,t.jsxs)("div",{className:(0,r.default)("mt-3",d),"data-itemindex":u,children:[(0,t.jsxs)("button",{type:"button",onClick:()=>f(!m),className:(0,r.default)("relative cursor-pointer border dark:border-slate-800 bg-white dark:bg-slate-900 text-slate-500 dark:text-slate-200 hover:bg-slate-50 dark:hover:bg-slate-700 w-full max-w-full overflow-hidden",i),children:[(0,t.jsx)("div",{className:"w-full",children:e}),!c&&(0,t.jsx)("span",{className:"px-2",children:m?(0,t.jsx)(a.ChevronUpIcon,{className:"h-5 w-5"}):(0,t.jsx)(s.ChevronDownIcon,{className:"h-5 w-5"})})]}),m?(0,t.jsx)("div",{className:(0,r.default)("rounded-lg sm:p-4 xl:p-10 relative overflow-visible",o),children:n}):""]})};e.s(["default",0,({data:e,containerCSS:s="",headerCSS:a="",bodyCSS:l="",itemContainerCSS:i="",hideChevron:o=!1,...d})=>(0,t.jsx)("div",{className:(0,r.default)("my-3",s),...d,children:e.map(({header:e,body:r},s)=>(0,t.jsx)(n,{itemindex:s,header:e,body:r,headerCSS:a,bodyCSS:l,itemContainerCSS:i,hideChevron:o},s))})],11309)},8199,e=>{"use strict";var t=e.i(91398),r=e.i(91788),s=e.i(63414);class a extends r.default.Component{constructor(e){super(e),this.state={hasError:!1,error:null}}static getDerivedStateFromError(e){return{hasError:!0,error:e}}componentDidCatch(e,t){console.error({error:e,errorInfo:t})}render(){return this.state.hasError?(0,t.jsx)(s.default,{error:this.state.error,resetError:()=>this.setState({hasError:!1,error:null})}):this.props.children}}e.s(["default",0,a])},63414,e=>{"use strict";var t=e.i(91398),r=e.i(41158),s=e.i(69322),a=e.i(5505);e.s(["default",0,({error:e=null,resetError:l=null})=>{let{formatMessage:n}=(0,s.useIntl)();return(0,t.jsx)("div",{className:"flex min-h-screen items-center justify-center py-12 px-4 sm:px-6 lg:px-8",children:(0,t.jsxs)("div",{className:"w-full max-w-md space-y-4 text-center",children:[(0,t.jsx)("div",{children:(0,t.jsx)("h2",{className:"text-center text-3xl text-slate-900 dark:text-slate-200",children:n({id:"internal_server_error",defaultMessage:"500 Internal Server Error"})})}),(0,t.jsx)(a.default,{children:(0,t.jsxs)("div",{className:"space-y-6 px-4 pb-5 pt-3 sm:rounded-lg sm:px-10",children:[(0,t.jsxs)("div",{className:"text-center",children:[(0,t.jsx)("div",{className:"mx-auto flex h-12 w-12 items-center justify-center rounded-full bg-rose-100 dark:bg-rose-900",children:(0,t.jsx)("svg",{className:"h-6 w-6 text-rose-600 dark:text-rose-400",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor","aria-hidden":"true",children:(0,t.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"2",d:"M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-2.5L13.732 4c-.77-.833-1.964-.833-2.732 0L3.732 16.5c-.77.833.192 2.5 1.732 2.5z"})})}),(0,t.jsx)("p",{className:"mt-4 text-sm font-semibold uppercase tracking-wide text-rose-600 dark:text-rose-400",children:n({id:"error_500",defaultMessage:"500 Error"})}),(0,t.jsx)("p",{className:"mt-2 text-base text-slate-500 dark:text-slate-400",children:n({id:"internal_server_error_message",defaultMessage:"Sorry, something went wrong on our end. We are working to fix this."})}),e?.message&&(0,t.jsxs)("details",{className:"mt-4 text-left",children:[(0,t.jsx)("summary",{className:"cursor-pointer text-sm text-slate-600 dark:text-slate-400 hover:text-slate-800 dark:hover:text-slate-300",children:n({id:"show_error_details",defaultMessage:"Show error details"})}),(0,t.jsx)("pre",{className:"mt-2 text-xs text-slate-500 dark:text-slate-400 whitespace-pre-wrap break-all",children:e?.message})]})]}),(0,t.jsxs)("div",{className:"flex flex-col gap-3 mt-6",children:[(0,t.jsxs)(r.default,{href:"/",className:"group relative flex w-full justify-center rounded-md border border-transparent bg-slate-800 dark:bg-slate-600 py-2 px-4 text-sm font-medium text-white hover:bg-slate-950 dark:hover:bg-slate-500 focus:outline-hidden focus:ring-2 focus:ring-slate-800 dark:focus:ring-slate-400 focus:ring-offset-2",children:[(0,t.jsx)("span",{className:"absolute inset-y-0 left-0 flex items-center pl-3",children:(0,t.jsx)("svg",{className:"h-5 w-5 text-white group-hover:text-slate-200",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true",children:(0,t.jsx)("path",{fillRule:"evenodd",d:"M9.707 16.707a1 1 0 01-1.414 0l-6-6a1 1 0 010-1.414l6-6a1 1 0 011.414 1.414L5.414 9H17a1 1 0 110 2H5.414l4.293 4.293a1 1 0 010 1.414z",clipRule:"evenodd"})})}),n({id:"back_to_home",defaultMessage:"Back to Home"})]}),l&&(0,t.jsxs)("button",{type:"button",onClick:l,className:"group relative flex w-full justify-center rounded-md border border-slate-300 bg-slate-100 dark:bg-slate-700 dark:border-slate-600 py-2 px-4 text-sm font-medium text-slate-700 dark:text-slate-300 hover:bg-slate-200 dark:hover:bg-slate-600 focus:outline-hidden focus:ring-2 focus:ring-slate-500 dark:focus:ring-slate-400 focus:ring-offset-2",children:[(0,t.jsx)("span",{className:"absolute inset-y-0 left-0 flex items-center pl-3",children:(0,t.jsx)("svg",{className:"h-5 w-5 text-slate-500 dark:text-slate-400 group-hover:text-slate-600 dark:group-hover:text-slate-300",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true",children:(0,t.jsx)("path",{fillRule:"evenodd",d:"M4 2a1 1 0 011 1v2.101a7.002 7.002 0 0111.601 2.566 1 1 0 11-1.885.666A5.002 5.002 0 005.999 7H9a1 1 0 010 2H4a1 1 0 01-1-1V3a1 1 0 011-1zm.008 9.057a1 1 0 011.276.61A5.002 5.002 0 0014.001 13H11a1 1 0 110-2h5a1 1 0 011 1v5a1 1 0 11-2 0v-2.101a7.002 7.002 0 01-11.601-2.566 1 1 0 01.61-1.276z",clipRule:"evenodd"})})}),n({id:"try_again",defaultMessage:"Try Again"})]})]})]})})]})})}])},5505,e=>{"use strict";var t=e.i(91398),r=e.i(91788),s=e.i(72043);let a=(0,r.createContext)(!1);e.s(["FormWrapperContext",0,a,"default",0,({children:e,className:r=""})=>(0,t.jsx)(a.Provider,{value:!0,children:(0,t.jsx)("div",{className:"sm:max-w-full",children:(0,t.jsx)("div",{className:(0,s.default)("bg-white dark:bg-slate-800 rounded-md shadow-sm overflow-hidden",r),children:e})})})])},81359,e=>{"use strict";var t=e.i(91398),r=e.i(24608),s=e.i(69322);e.s(["default",0,({onClick:e,text:a=null,Icon:l=null})=>{let{formatMessage:n}=(0,s.useIntl)();return(0,t.jsxs)("button",{type:"button",onClick:e,"aria-describedby":"header-delete-button",className:"inline-flex items-center gap-2 justify-center rounded-md border border-rose-500 px-4 py-2 text-sm font-medium leading-5 text-rose-600 dark:text-rose-200 shadow-sm hover:border-rose-600 hover:bg-rose-600 hover:text-white focus:outline-hidden focus:ring-2 focus:ring-rose-500 focus:ring-offset-2 h-[38px]",children:[(0,t.jsx)("span",{children:l||(0,t.jsx)(r.XMarkIcon,{className:"h-5 w-5"})}),a||n({id:"delete",defaultMessage:"Delete"})]})}])},30276,e=>{"use strict";var t=e.i(91398),r=e.i(91788);let s=r.forwardRef(function({title:e,titleId:t,...s},a){return r.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":t},s),e?r.createElement("title",{id:t},e):null,r.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9.879 7.519c1.171-1.025 3.071-1.025 4.242 0 1.172 1.025 1.172 2.687 0 3.712-.203.179-.43.326-.67.442-.745.361-1.45.999-1.45 1.827v.75M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Zm-9 5.25h.008v.008H12v-.008Z"}))});var a=e.i(69322);e.s(["default",0,({messageKey:e,defaultMessage:r,values:l,className:n="",showIcon:i=!0})=>{let{formatMessage:o}=(0,a.useIntl)(),d=o({id:e,defaultMessage:r},l);return d?(0,t.jsxs)("div",{className:`flex items-start space-x-1 text-sm text-slate-600 dark:text-slate-400 ${n}`,children:[i&&(0,t.jsx)(s,{className:"h-4 w-4 mt-0.5 flex-shrink-0"}),(0,t.jsx)("span",{children:d})]}):null}],30276)},2875,e=>{"use strict";var t=e.i(91398),r=e.i(44112);e.s(["default",0,({title:e=null,description:s})=>(0,t.jsx)("div",{className:"mb-6 p-4 bg-blue-50 dark:bg-blue-900/20 border border-blue-200 dark:border-blue-800 rounded-lg",children:(0,t.jsxs)("div",{className:"flex items-start gap-3",children:[(0,t.jsx)(r.InformationCircleIcon,{className:"w-5 h-5 text-blue-600 dark:text-blue-400 mt-0.5 flex-shrink-0"}),(0,t.jsxs)("div",{children:[e&&(0,t.jsx)("h3",{className:"text-sm font-semibold text-blue-900 dark:text-blue-100 mb-2",children:e}),(0,t.jsx)("p",{className:"text-sm text-blue-800 dark:text-blue-200 leading-relaxed",children:s})]})]})})])},12197,e=>{"use strict";var t=e.i(91398),r=e.i(69322);e.s(["default",0,()=>{let{formatMessage:e}=(0,r.useIntl)();return(0,t.jsx)("div",{className:"my-5 flex h-full w-full items-center justify-center bg-slate-50 dark:bg-slate-950 py-5",children:(0,t.jsxs)("div",{className:"flex items-center justify-center space-x-1 text-sm text-slate-700 dark:text-slate-200",children:[(0,t.jsx)("svg",{fill:"none",className:"h-6 w-6 animate-spin",viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",children:(0,t.jsx)("path",{clipRule:"evenodd",d:"M15.165 8.53a.5.5 0 01-.404.58A7 7 0 1023 16a.5.5 0 011 0 8 8 0 11-9.416-7.874.5.5 0 01.58.404z",fill:"currentColor",fillRule:"evenodd"})}),(0,t.jsx)("div",{children:e({id:"loading",defaultMessage:"Loading ..."})})]})})}])},11056,e=>{"use strict";var t=e.i(91398),r=e.i(91788),s=e.i(5505),a=e.i(57561);e.s(["default",0,({children:e,onlyFull:l=!1})=>{let{languageDialectList:n,selectedLocale:i,setSelectedLocale:o}=(0,a.default)(),d=(0,r.useContext)(s.FormWrapperContext),u=n.filter(e=>!l||e.isoCode.includes("-"));return(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)("div",{className:`w-fit mt-5 mb-3 ${d?"ml-5":""}`,children:(0,t.jsx)("select",{id:"locale-wrapper",className:"cursor-pointer rounded-md border-1 border-slate-300 dark:border-slate-700 py-1 pr-8 text-sm lg:py-1 lg:pr-10 text-black dark:text-white dark:bg-slate-800 shadow-xs focus:outline-hidden focus:ring-2 focus:ring-slate-800",value:i||"",onChange:e=>{e.stopPropagation(),o(e.target.value)},children:u?.map(e=>(0,t.jsx)("option",{value:e.isoCode,children:e.isoCode},e._id))})}),(0,t.jsx)("div",{children:r.default.cloneElement(e)})]})}])},16371,e=>{"use strict";var t=e.i(91788),r=e.i(30943);e.s(["default",0,({children:e,container:s=null,className:a=""})=>{let l=(0,t.useRef)(null),[n,i]=(0,t.useState)(!1);return((0,t.useEffect)(()=>{let e=document.createElement("div");a&&(e.className=a),l.current=e;let t=s||document.body;return t.appendChild(e),i(!0),()=>{l.current&&t.contains(l.current)&&t.removeChild(l.current)}},[s,a]),n&&l.current)?(0,r.createPortal)(e,l.current):null}])},3095,e=>{"use strict";var t=e.i(91398),r=e.i(91788),s=e.i(69322),a=e.i(86712),l=e.i(76842),n=e.i(24557),i=e.i(16371);e.s(["default",0,({onEdit:e,onDelete:o,editLabel:d,deleteLabel:u,showEdit:c=!0,showDelete:m=!0})=>{let{formatMessage:f}=(0,s.useIntl)(),[x,h]=(0,r.useState)(!1),[g,v]=(0,r.useState)({top:0,left:0}),p=(0,r.useRef)(null),b=(0,r.useRef)(null);(0,r.useEffect)(()=>{let e=e=>{p.current&&!p.current.contains(e.target)&&h(!1)};return document.addEventListener("mousedown",e),()=>{document.removeEventListener("mousedown",e)}},[]);let w=(e,t)=>{e.stopPropagation(),e.preventDefault(),t&&t(),h(!1)};return 0===[c&&e,m&&o].filter(Boolean).length?null:(0,t.jsxs)("div",{className:"flex justify-end w-full",children:[(0,t.jsx)("button",{ref:b,type:"button",onClick:e=>{e.stopPropagation(),e.preventDefault(),x||(()=>{if(!b.current)return;let e=b.current.getBoundingClientRect(),t=e.bottom+4,r=e.right-192;r<8&&(r=8),t+80>window.innerHeight-8&&(t=e.top-80-4),v({top:t,left:r})})(),h(!x)},className:"flex items-center justify-center w-8 h-8 rounded-md hover:bg-slate-100 dark:hover:bg-slate-700 transition-colors","aria-label":f({id:"table_actions_menu",defaultMessage:"Actions menu"}),children:(0,t.jsx)(a.EllipsisHorizontalIcon,{className:"w-5 h-5 text-slate-500 dark:text-slate-400"})}),x&&(0,t.jsx)(i.default,{children:(0,t.jsx)("div",{ref:p,className:"fixed w-48 bg-white dark:bg-slate-800 rounded-md shadow-xl border border-slate-200 dark:border-slate-700 z-[9999]",style:{top:g.top,left:g.left},children:(0,t.jsxs)("div",{className:"py-1",children:[c&&e&&(0,t.jsxs)("button",{type:"button",onClick:t=>w(t,e),className:"flex items-center w-full px-4 py-2 text-sm text-slate-700 dark:text-slate-200 hover:bg-slate-100 dark:hover:bg-slate-700 transition-colors",children:[(0,t.jsx)(l.PencilIcon,{className:"mr-3 h-5 w-5"}),d||f({id:"edit",defaultMessage:"Edit"})]}),m&&o&&(0,t.jsxs)("button",{type:"button",onClick:e=>w(e,o),className:"flex items-center w-full px-4 py-2 text-sm text-rose-500 dark:text-rose-400 hover:bg-rose-50 dark:hover:bg-rose-900/20 transition-colors",children:[(0,t.jsx)(n.TrashIcon,{className:"mr-3 h-5 w-5"}),u||f({id:"delete",defaultMessage:"Delete"})]})]})})})]})}])},64591,e=>{"use strict";var t=e.i(91398),r=e.i(72043),s=e.i(3828),a=e.i(83147);e.s(["default",0,({toggleText:e="",toggleKey:l=null,onToggle:n=null,active:i=!1,className:o="",disabled:d=!1,...u})=>{let c=(0,s.useRouter)(),m=c?.query?.[l]==="true"||i;return(0,t.jsxs)("div",{className:(0,r.default)("",o),children:[(0,t.jsxs)("button",{id:l,disabled:d,type:"button",className:(0,r.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-slate-400 focus:ring-offset-2",{"bg-slate-200 dark:bg-slate-700":!m,"bg-emerald-500 dark:bg-emerald-600 shadow-sm":m}),role:"switch",onClick:n||(()=>{let{skip:e,...t}=c.query;c.push({query:(0,a.normalizeQuery)(t,!m,l)})}),"aria-checked":m?"true":"false",...u,children:[(0,t.jsx)("span",{className:"sr-only",children:e}),(0,t.jsxs)("span",{className:(0,r.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":m,"translate-x-0":!m}),children:[(0,t.jsx)("span",{className:(0,r.default)("absolute inset-0 flex h-full w-full items-center justify-center transition-opacity",{"opacity-0 duration-100 ease-out":m,"opacity-100 duration-200 ease-in":!m}),"aria-hidden":"true",children:(0,t.jsx)("svg",{className:"h-3 w-3 text-slate-400",fill:"none",viewBox:"0 0 12 12",children:(0,t.jsx)("path",{d:"M4 8l2-2m0 0l2-2M6 6L4 4m2 2l2 2",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})}),(0,t.jsx)("span",{className:(0,r.default)("absolute inset-0 flex h-full w-full items-center justify-center transition-opacity",{"opacity-100 duration-200 ease-in":m,"opacity-0 duration-100 ease-out":!m}),"aria-hidden":"true",children:(0,t.jsx)("svg",{className:"h-3 w-3 text-emerald-500",fill:"currentColor",viewBox:"0 0 12 12",children:(0,t.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,t.jsx)("span",{className:"ml-3",id:"annual-billing-label",children:(0,t.jsx)("span",{className:"text-sm font-medium text-slate-900 dark:text-slate-200",children:e})})]})}])},1504,e=>{"use strict";e.s(["default",0,(e,t,r)=>Object.assign({},...e?.map(e=>({[e[r]]:e[t]}))||[])])},57561,48539,55989,e=>{"use strict";var t=e.i(91788),r=e.i(91398),s=e.i(69322),a=e.i(51713),l=e.i(98520),n=e.i(59080),i=e.i(32171);let o=n.gql`
|
|
2
|
+
query ShopInfo {
|
|
3
|
+
shopInfo {
|
|
4
|
+
_id
|
|
5
|
+
version
|
|
6
|
+
language {
|
|
7
|
+
_id
|
|
8
|
+
isoCode
|
|
9
|
+
name
|
|
10
|
+
}
|
|
11
|
+
country {
|
|
12
|
+
_id
|
|
13
|
+
isoCode
|
|
14
|
+
flagEmoji
|
|
15
|
+
name
|
|
16
|
+
defaultCurrency {
|
|
17
|
+
_id
|
|
18
|
+
isoCode
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
adminUiConfig {
|
|
22
|
+
singleSignOnURL
|
|
23
|
+
externalLinks {
|
|
24
|
+
href
|
|
25
|
+
title
|
|
26
|
+
target
|
|
27
|
+
}
|
|
28
|
+
customProperties {
|
|
29
|
+
entityName
|
|
30
|
+
inlineFragment
|
|
31
|
+
}
|
|
32
|
+
productTags
|
|
33
|
+
assortmentTags
|
|
34
|
+
userTags
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
`,d=()=>{let{data:e,loading:t,error:r}=(0,i.useQuery)(o,{fetchPolicy:"cache-first"}),{shopInfo:s}=e||{};return{shopInfo:s,defaultLocale:[s?.language?.isoCode,s?.country?.isoCode?.toUpperCase()].filter(Boolean)?.join("-"),loading:t,error:r}};e.s(["default",0,d],48539);var u=e.i(79684);let c=(0,t.createContext)(void 0);e.s(["AppContextWrapper",0,({children:e,onlyFull:n=!1})=>{let i,{languages:o}=(0,a.default)(),{locale:m}=(0,s.useIntl)(),[f,x]=(0,u.default)("selectedLocale",null),{shopInfo:h,loading:g}=d(),{countries:v}=(0,l.default)(),[p,b]=(0,t.useState)(m),w=e=>{x(e),b(e)};(0,t.useEffect)(()=>{f?b(f):g||w(`${h?.language?.isoCode}-${h?.country?.isoCode?.toUpperCase()}`)},[h,g,m]);let k=(i=[],o.forEach(({_id:e,isoCode:t})=>{i.push({_id:e,isoCode:t}),v.forEach(({isoCode:r,_id:s})=>{let a=[t,r.toUpperCase()].join("-");(e=>{try{return new Intl.DateTimeFormat(e).resolvedOptions().locale.toLowerCase()===e.toLowerCase()}catch(e){return!1}})(a)&&i.push({_id:`${s}-${e}`,isoCode:a})})}),i).filter(e=>!n||e.isoCode.includes("-")),j=!!h?.language&&!!h?.country;return(0,r.jsx)(c.Provider,{value:{selectedLocale:p,setSelectedLocale:w,languageDialectList:k,isSystemReady:j,shopInfo:h},children:e})},"default",0,c],55989),e.s(["default",0,()=>{let e=(0,t.useContext)(c);if(!e)throw Error("useLocale must be used within a LocaleProvider");return e}],57561)},77846,e=>{"use strict";var t=e.i(59080);let r=t.gql`
|
|
39
|
+
fragment CountryFragment on Country {
|
|
40
|
+
_id
|
|
41
|
+
isoCode
|
|
42
|
+
isActive
|
|
43
|
+
isBase
|
|
44
|
+
|
|
45
|
+
defaultCurrency {
|
|
46
|
+
_id
|
|
47
|
+
isoCode
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
`;e.s(["default",0,r])},98520,e=>{"use strict";var t=e.i(59080),r=e.i(32171),s=e.i(77846);let a=t.gql`
|
|
51
|
+
query Countries(
|
|
52
|
+
$queryString: String
|
|
53
|
+
$limit: Int
|
|
54
|
+
$offset: Int
|
|
55
|
+
$includeInactive: Boolean
|
|
56
|
+
$sort: [SortOptionInput!]
|
|
57
|
+
) {
|
|
58
|
+
countries(
|
|
59
|
+
queryString: $queryString
|
|
60
|
+
limit: $limit
|
|
61
|
+
offset: $offset
|
|
62
|
+
includeInactive: $includeInactive
|
|
63
|
+
sort: $sort
|
|
64
|
+
) {
|
|
65
|
+
...CountryFragment
|
|
66
|
+
}
|
|
67
|
+
countriesCount(includeInactive: $includeInactive, queryString: $queryString)
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
${s.default}
|
|
71
|
+
`;e.s(["default",0,({queryString:e="",limit:t=20,offset:s=0,includeInactive:l=!0,sort:n=[]}={})=>{let{data:i,loading:o,error:d,fetchMore:u}=(0,r.useQuery)(a,{variables:{queryString:e,limit:t,offset:s,includeInactive:l,sort:n}}),c=i?.countries||[],m=i?.countriesCount,f=c?.length<m;return{countries:c,countriesCount:m,hasMore:f,loading:o,error:d,loadMore:()=>{u({variables:{offset:c?.length}})}}}])},68191,e=>{"use strict";var t=e.i(59080);let r=t.gql`
|
|
72
|
+
fragment CurrencyFragment on Currency {
|
|
73
|
+
_id
|
|
74
|
+
isoCode
|
|
75
|
+
isActive
|
|
76
|
+
contractAddress
|
|
77
|
+
decimals
|
|
78
|
+
}
|
|
79
|
+
`;e.s(["default",0,r])},79093,e=>{"use strict";var t=e.i(59080),r=e.i(32171),s=e.i(68191);let a=t.gql`
|
|
80
|
+
query Currencies(
|
|
81
|
+
$queryString: String
|
|
82
|
+
$limit: Int
|
|
83
|
+
$offset: Int
|
|
84
|
+
$includeInactive: Boolean
|
|
85
|
+
$sort: [SortOptionInput!]
|
|
86
|
+
) {
|
|
87
|
+
currencies(
|
|
88
|
+
queryString: $queryString
|
|
89
|
+
limit: $limit
|
|
90
|
+
offset: $offset
|
|
91
|
+
includeInactive: $includeInactive
|
|
92
|
+
sort: $sort
|
|
93
|
+
) {
|
|
94
|
+
...CurrencyFragment
|
|
95
|
+
}
|
|
96
|
+
currenciesCount(
|
|
97
|
+
includeInactive: $includeInactive
|
|
98
|
+
queryString: $queryString
|
|
99
|
+
)
|
|
100
|
+
}
|
|
101
|
+
${s.default}
|
|
102
|
+
`;e.s(["default",0,({queryString:e="",limit:t=20,offset:s=0,includeInactive:l=!0,sort:n=[]}={})=>{let{data:i,loading:o,error:d,fetchMore:u}=(0,r.useQuery)(a,{variables:{queryString:e,limit:t,offset:s,includeInactive:l,sort:n}}),c=i?.currencies||[],m=i?.currenciesCount,f=c?.length<m;return{currencies:c,currenciesCount:m,hasMore:f,loading:o,error:d,loadMore:()=>{u({variables:{offset:c?.length}})}}}])},64127,e=>{"use strict";var t=e.i(91398),r=e.i(72043),s=e.i(60741);e.s(["default",0,e=>{let{disabled:a,labelClassName:l,containerClassName:n,inputClassName:i,...o}=e,d=(0,s.default)({...e,type:"checkbox"});return(0,t.jsxs)("div",{className:(0,r.default)("",{"text-rose-600":!!d.error,checkbox:!0,disabled:d.disabled,required:d.required},n),children:[(0,t.jsx)("input",{checked:!!d.value,disabled:a,id:d.name,name:d.name,onChange:d.onChange,onBlur:d.onBlur,type:"checkbox",className:(0,r.default)("h-4 w-4 rounded-xs border-slate-300 dark:border-slate-600 bg-white dark:!bg-slate-800 text-indigo-600 dark:text-slate-200 focus:ring-slate-800",i,e.className),...o}),(0,t.jsx)("label",{htmlFor:d.name,className:(0,r.default)("text-sm text-slate-900 dark:text-slate-200",l,{"text-danger":!!d.error}),children:d.label})]})}])},73419,e=>{"use strict";var t=e.i(91398),r=e.i(72043),s=e.i(60741),a=e.i(29691);e.s(["default",0,e=>{let{options:l,...n}=(0,s.default)(e),{className:i}=e||{className:""};return(0,t.jsx)(a.default,{...n,children:(0,t.jsx)("div",{className:"select-wrap",children:(0,t.jsxs)("select",{className:(0,r.default)("block w-full dark:bg-slate-900 dark:text-white rounded-md border-1 border-slate-300 dark:border-slate-700 py-2.5 pl-3 pr-10 text-base text-black shadow-xs focus:outline-hidden focus:ring-2 focus:ring-slate-800 sm:text-sm",i,{"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(l).map(([e,r])=>(0,t.jsx)("option",{className:"dark:text-slate-200",value:e,children:r},e))]})})})}])},45229,e=>{"use strict";var t=e.i(91398),r=e.i(72043),s=e.i(82226),a=e.i(60741),l=e.i(29691);e.s(["default",0,({maxLength:e=0,validators:n=[],...i})=>{let o=(0,a.default)({validators:[...n,e&&(0,s.validateMaxLength)(e)],...i});return(0,t.jsx)(l.default,{...o,children:(0,t.jsx)("input",{className:(0,r.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-slate-800 shadow-xs",{"border-rose-700 placeholder:text-rose-500":!!o.error,"border-slate-300 placeholder-slate-400":!o.error}),disabled:o.disabled,id:o.name,name:o.name,onChange:o.onChange,onClick:e=>{e.stopPropagation()},onBlur:o.onBlur,placeholder:o.placeholder,autoComplete:o.autoComplete||"off",type:o.type||"text",value:o.value,autoFocus:o.autoFocus})})}])},95064,e=>{"use strict";var t=e.i(59080);let r=t.gql`
|
|
103
|
+
fragment LanguageFragment on Language {
|
|
104
|
+
_id
|
|
105
|
+
isoCode
|
|
106
|
+
isActive
|
|
107
|
+
isBase
|
|
108
|
+
name
|
|
109
|
+
}
|
|
110
|
+
`;e.s(["default",0,r])},51713,e=>{"use strict";var t=e.i(59080),r=e.i(32171),s=e.i(95064);let a=t.gql`
|
|
111
|
+
query Languages(
|
|
112
|
+
$queryString: String
|
|
113
|
+
$offset: Int
|
|
114
|
+
$limit: Int
|
|
115
|
+
$includeInactive: Boolean
|
|
116
|
+
$sort: [SortOptionInput!]
|
|
117
|
+
) {
|
|
118
|
+
languages(
|
|
119
|
+
queryString: $queryString
|
|
120
|
+
offset: $offset
|
|
121
|
+
limit: $limit
|
|
122
|
+
includeInactive: $includeInactive
|
|
123
|
+
sort: $sort
|
|
124
|
+
) {
|
|
125
|
+
...LanguageFragment
|
|
126
|
+
}
|
|
127
|
+
languagesCount(includeInactive: $includeInactive, queryString: $queryString)
|
|
128
|
+
}
|
|
129
|
+
${s.default}
|
|
130
|
+
`;e.s(["default",0,({queryString:e="",limit:t=20,offset:s=0,includeInactive:l=!0,sort:n=[]}={})=>{let{data:i,loading:o,error:d,fetchMore:u}=(0,r.useQuery)(a,{variables:{queryString:e,limit:t,offset:s,includeInactive:l,sort:n}}),c=i?.languages||[],m=i?.languagesCount,f=c?.length<m;return{languages:c,languagesCount:m,hasMore:f,loading:o,error:d,loadMore:()=>{u({variables:{offset:c?.length}})}}}])},34728,e=>{"use strict";var t=e.i(91398),r=e.i(38322);e.s(["default",0,({onOkClick:e,buttonText:s,headerText:a,message:l,icon:n=null})=>(0,t.jsxs)(t.Fragment,{children:[(0,t.jsxs)("div",{children:[n||(0,t.jsx)("div",{className:"mx-auto flex h-12 w-12 items-center justify-center rounded-full bg-emerald-100 dark:bg-emerald-900/30",children:(0,t.jsx)(r.CheckIcon,{className:"h-6 w-6 text-emerald-600 dark:text-emerald-400",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor","aria-hidden":"true"})}),(0,t.jsxs)("div",{className:"mt-3 text-center sm:mt-5",children:[(0,t.jsx)("h3",{className:"text-lg text-slate-900 dark:text-slate-200",id:"modal-title",children:a}),(0,t.jsx)("div",{className:"mt-2",children:(0,t.jsx)("p",{className:"text-sm text-slate-500 dark:text-slate-200",children:l})})]})]}),(0,t.jsx)("div",{className:"mt-5 sm:mt-6",children:(0,t.jsx)("button",{id:"alert_ok",onClick:e,type:"button",className:"inline-flex w-full justify-center rounded-md border border-transparent bg-slate-800 dark:bg-slate-600 px-4 py-2 text-base font-medium text-white shadow-xs hover:bg-slate-950 dark:hover:bg-slate-500 focus:outline-hidden focus:ring-2 focus:ring-slate-800 dark:focus:ring-slate-400 focus:ring-offset-2 sm:text-sm",children:s})})]})])},15971,e=>{"use strict";var t=e.i(91398),r=e.i(69322);e.s(["default",0,({onOkClick:e,onCancelClick:s,okText:a=null,cancelText:l=null,headerText:n=null,message:i=null,icon:o=null,close:d=null})=>{let{formatMessage:u}=(0,r.useIntl)();return(0,t.jsxs)(t.Fragment,{children:[(0,t.jsxs)("div",{className:"sm:flex sm:items-start",children:[o||(0,t.jsx)("div",{className:"mx-auto flex h-12 w-12 shrink-0 items-center justify-center rounded-full bg-rose-100 dark:bg-rose-900/30 sm:mx-0 sm:h-10 sm:w-10",children:(0,t.jsx)("svg",{className:"h-6 w-6 text-rose-600 dark:text-rose-400",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor","aria-hidden":"true",children:(0,t.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"2",d:"M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z"})})}),(0,t.jsxs)("div",{className:"mt-3 text-center sm:mt-0 sm:ml-4 sm:text-left",children:[(0,t.jsx)("h3",{className:"text-lg text-slate-900 dark:text-slate-200",id:"modal-title",children:n||u({id:"warning",defaultMessage:"Warning!"})}),(0,t.jsx)("div",{className:"mt-2",children:(0,t.jsx)("p",{className:"text-sm text-slate-500 dark:text-slate-200",children:i||u({id:"are_you_sure",defaultMessage:"Are you sure?"})})})]})]}),(0,t.jsxs)("div",{className:"mt-5 sm:mt-4 sm:flex sm:flex-row-reverse",children:[(0,t.jsx)("button",{id:"danger_continue",onClick:e,type:"button",className:"inline-flex w-full justify-center rounded-md border border-transparent bg-rose-600 px-4 py-2 text-base font-medium text-white shadow-xs hover:bg-rose-700 focus:outline-hidden focus:ring-2 focus:ring-rose-500 focus:ring-offset-2 sm:ml-3 sm:w-auto sm:text-sm",children:a||u({id:"continue",defaultMessage:"Continue"})}),(0,t.jsx)("button",{id:"danger_cancel",onClick:s||d,type:"button",className:"mt-3 inline-flex w-full justify-center rounded-md border border-slate-300 bg-white px-4 py-2 text-base font-medium text-slate-700 shadow-xs hover:bg-slate-50 focus:outline-hidden focus:ring-2 focus:ring-slate-800 focus:ring-offset-2 sm:mt-0 sm:ml-3 sm:w-auto sm:text-sm",children:l||u({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])},62199,14336,e=>{"use strict";var t=e.i(59080);let r=t.gql`
|
|
131
|
+
fragment ProductDetailFragment on Product {
|
|
132
|
+
_id
|
|
133
|
+
sequence
|
|
134
|
+
status
|
|
135
|
+
created
|
|
136
|
+
tags
|
|
137
|
+
updated
|
|
138
|
+
published
|
|
139
|
+
|
|
140
|
+
media {
|
|
141
|
+
_id
|
|
142
|
+
tags
|
|
143
|
+
file {
|
|
144
|
+
_id
|
|
145
|
+
url
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
reviews {
|
|
149
|
+
_id
|
|
150
|
+
created
|
|
151
|
+
author {
|
|
152
|
+
_id
|
|
153
|
+
username
|
|
154
|
+
isGuest
|
|
155
|
+
}
|
|
156
|
+
rating
|
|
157
|
+
title
|
|
158
|
+
review
|
|
159
|
+
voteCount
|
|
160
|
+
ownVotes {
|
|
161
|
+
type
|
|
162
|
+
timestamp
|
|
163
|
+
}
|
|
164
|
+
}
|
|
165
|
+
siblings {
|
|
166
|
+
_id
|
|
167
|
+
media {
|
|
168
|
+
_id
|
|
169
|
+
file {
|
|
170
|
+
_id
|
|
171
|
+
url
|
|
172
|
+
}
|
|
173
|
+
}
|
|
174
|
+
}
|
|
175
|
+
}
|
|
176
|
+
`;e.s(["default",0,r],62199);let s=t.gql`
|
|
177
|
+
fragment ProductTextsFragment on ProductTexts {
|
|
178
|
+
_id
|
|
179
|
+
locale
|
|
180
|
+
slug
|
|
181
|
+
title
|
|
182
|
+
subtitle
|
|
183
|
+
description
|
|
184
|
+
vendor
|
|
185
|
+
brand
|
|
186
|
+
labels
|
|
187
|
+
}
|
|
188
|
+
`;e.s(["default",0,s],14336)},38994,e=>{"use strict";var t=e.i(59080),r=e.i(76204),s=e.i(62199),a=e.i(14336);let l=t.gql`
|
|
189
|
+
mutation CreateProduct(
|
|
190
|
+
$product: CreateProductInput!
|
|
191
|
+
$texts: [ProductTextInput!]
|
|
192
|
+
) {
|
|
193
|
+
createProduct(product: $product, texts: $texts) {
|
|
194
|
+
...ProductDetailFragment
|
|
195
|
+
... on SimpleProduct {
|
|
196
|
+
texts {
|
|
197
|
+
...ProductTextsFragment
|
|
198
|
+
}
|
|
199
|
+
}
|
|
200
|
+
... on ConfigurableProduct {
|
|
201
|
+
texts {
|
|
202
|
+
...ProductTextsFragment
|
|
203
|
+
}
|
|
204
|
+
}
|
|
205
|
+
... on BundleProduct {
|
|
206
|
+
texts {
|
|
207
|
+
...ProductTextsFragment
|
|
208
|
+
}
|
|
209
|
+
}
|
|
210
|
+
... on TokenizedProduct {
|
|
211
|
+
texts {
|
|
212
|
+
...ProductTextsFragment
|
|
213
|
+
}
|
|
214
|
+
}
|
|
215
|
+
... on PlanProduct {
|
|
216
|
+
texts {
|
|
217
|
+
...ProductTextsFragment
|
|
218
|
+
}
|
|
219
|
+
}
|
|
220
|
+
}
|
|
221
|
+
}
|
|
222
|
+
${s.default}
|
|
223
|
+
${a.default}
|
|
224
|
+
`;e.s(["default",0,()=>{let[e,{data:t,error:s,loading:a}]=(0,r.useMutation)(l);return{createProduct:async({product:{type:t,tags:r},texts:s})=>e({variables:{product:{type:t,tags:r},texts:s},refetchQueries:["Products","ShopStatus","ShopInfo"]}),newProduct:t?.createProduct,error:s,loading:a}}])},76842,e=>{"use strict";var t=e.i(91788);let r=t.forwardRef(function({title:e,titleId:r,...s},a){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":r},s),e?t.createElement("title",{id:r},e):null,t.createElement("path",{d:"m2.695 14.762-1.262 3.155a.5.5 0 0 0 .65.65l3.155-1.262a4 4 0 0 0 1.343-.886L17.5 5.501a2.121 2.121 0 0 0-3-3L3.58 13.419a4 4 0 0 0-.885 1.343Z"}))});e.s(["PencilIcon",0,r],76842)},24557,e=>{"use strict";var t=e.i(91788);let r=t.forwardRef(function({title:e,titleId:r,...s},a){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":r},s),e?t.createElement("title",{id:r},e):null,t.createElement("path",{fillRule:"evenodd",d:"M8.75 1A2.75 2.75 0 0 0 6 3.75v.443c-.795.077-1.584.176-2.365.298a.75.75 0 1 0 .23 1.482l.149-.022.841 10.518A2.75 2.75 0 0 0 7.596 19h4.807a2.75 2.75 0 0 0 2.742-2.53l.841-10.52.149.023a.75.75 0 0 0 .23-1.482A41.03 41.03 0 0 0 14 4.193V3.75A2.75 2.75 0 0 0 11.25 1h-2.5ZM10 4c.84 0 1.673.025 2.5.075V3.75c0-.69-.56-1.25-1.25-1.25h-2.5c-.69 0-1.25.56-1.25 1.25v.325C8.327 4.025 9.16 4 10 4ZM8.58 7.72a.75.75 0 0 0-1.5.06l.3 7.5a.75.75 0 1 0 1.5-.06l-.3-7.5Zm4.34.06a.75.75 0 1 0-1.5-.06l-.3 7.5a.75.75 0 1 0 1.5.06l.3-7.5Z",clipRule:"evenodd"}))});e.s(["TrashIcon",0,r],24557)},31004,e=>{"use strict";var t=e.i(91788);let r=t.forwardRef(function({title:e,titleId:r,...s},a){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":r},s),e?t.createElement("title",{id:r},e):null,t.createElement("path",{d:"M7 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6ZM14.5 9a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5ZM1.615 16.428a1.224 1.224 0 0 1-.569-1.175 6.002 6.002 0 0 1 11.908 0c.058.467-.172.92-.57 1.174A9.953 9.953 0 0 1 7 18a9.953 9.953 0 0 1-5.385-1.572ZM14.5 16h-.106c.07-.297.088-.611.048-.933a7.47 7.47 0 0 0-1.588-3.755 4.502 4.502 0 0 1 5.874 2.636.818.818 0 0 1-.36.98A7.465 7.465 0 0 1 14.5 16Z"}))});e.s(["UsersIcon",0,r],31004)},38322,e=>{"use strict";var t=e.i(91788);let r=t.forwardRef(function({title:e,titleId:r,...s},a){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":r},s),e?t.createElement("title",{id:r},e):null,t.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m4.5 12.75 6 6 9-13.5"}))});e.s(["CheckIcon",0,r],38322)},38187,e=>{"use strict";var t=e.i(91788);let r=t.forwardRef(function({title:e,titleId:r,...s},a){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":r},s),e?t.createElement("title",{id:r},e):null,t.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m19.5 8.25-7.5 7.5-7.5-7.5"}))});e.s(["ChevronDownIcon",0,r],38187)},86712,e=>{"use strict";var t=e.i(91788);let r=t.forwardRef(function({title:e,titleId:r,...s},a){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":r},s),e?t.createElement("title",{id:r},e):null,t.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6.75 12a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0ZM12.75 12a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0ZM18.75 12a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Z"}))});e.s(["EllipsisHorizontalIcon",0,r],86712)},44112,e=>{"use strict";var t=e.i(91788);let r=t.forwardRef(function({title:e,titleId:r,...s},a){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":r},s),e?t.createElement("title",{id:r},e):null,t.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m11.25 11.25.041-.02a.75.75 0 0 1 1.063.852l-.708 2.836a.75.75 0 0 0 1.063.853l.041-.021M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Zm-9-3.75h.008v.008H12V8.25Z"}))});e.s(["InformationCircleIcon",0,r],44112)},57748,e=>{"use strict";var t=e.i(91788);let r=t.forwardRef(function({title:e,titleId:r,...s},a){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":r},s),e?t.createElement("title",{id:r},e):null,t.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9.813 15.904 9 18.75l-.813-2.846a4.5 4.5 0 0 0-3.09-3.09L2.25 12l2.846-.813a4.5 4.5 0 0 0 3.09-3.09L9 5.25l.813 2.846a4.5 4.5 0 0 0 3.09 3.09L15.75 12l-2.846.813a4.5 4.5 0 0 0-3.09 3.09ZM18.259 8.715 18 9.75l-.259-1.035a3.375 3.375 0 0 0-2.455-2.456L14.25 6l1.036-.259a3.375 3.375 0 0 0 2.455-2.456L18 2.25l.259 1.035a3.375 3.375 0 0 0 2.456 2.456L21.75 6l-1.035.259a3.375 3.375 0 0 0-2.456 2.456ZM16.894 20.567 16.5 21.75l-.394-1.183a2.25 2.25 0 0 0-1.423-1.423L13.5 18.75l1.183-.394a2.25 2.25 0 0 0 1.423-1.423l.394-1.183.394 1.183a2.25 2.25 0 0 0 1.423 1.423l1.183.394-1.183.394a2.25 2.25 0 0 0-1.423 1.423Z"}))});e.s(["SparklesIcon",0,r],57748)},24608,e=>{"use strict";var t=e.i(91788);let r=t.forwardRef(function({title:e,titleId:r,...s},a){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":r},s),e?t.createElement("title",{id:r},e):null,t.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 18 18 6M6 6l12 12"}))});e.s(["XMarkIcon",0,r],24608)},5270,e=>{"use strict";var t=e.i(91788);let r=(...e)=>e.filter((e,t,r)=>!!e&&""!==e.trim()&&r.indexOf(e)===t).join(" ").trim(),s=e=>{let t=e.replace(/^([A-Z])|[\s-_]+(\w)/g,(e,t,r)=>r?r.toUpperCase():t.toLowerCase());return t.charAt(0).toUpperCase()+t.slice(1)};var a={xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"};let l=(0,t.createContext)({}),n=(0,t.forwardRef)(({color:e,size:s,strokeWidth:n,absoluteStrokeWidth:i,className:o="",children:d,iconNode:u,...c},m)=>{let{size:f=24,strokeWidth:x=2,absoluteStrokeWidth:h=!1,color:g="currentColor",className:v=""}=(0,t.useContext)(l)??{},p=i??h?24*Number(n??x)/Number(s??f):n??x;return(0,t.createElement)("svg",{ref:m,...a,width:s??f??a.width,height:s??f??a.height,stroke:e??g,strokeWidth:p,className:r("lucide",v,o),...!d&&!(e=>{for(let t in e)if(t.startsWith("aria-")||"role"===t||"title"===t)return!0;return!1})(c)&&{"aria-hidden":"true"},...c},[...u.map(([e,r])=>(0,t.createElement)(e,r)),...Array.isArray(d)?d:[d]])});e.s(["default",0,(e,a)=>{let l=(0,t.forwardRef)(({className:l,...i},o)=>(0,t.createElement)(n,{ref:o,iconNode:a,className:r(`lucide-${s(e).replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase()}`,`lucide-${e}`,l),...i}));return l.displayName=s(e),l}],5270)},40238,(e,t,r)=>{"use strict";var s=e.r(91788),a="function"==typeof Object.is?Object.is:function(e,t){return e===t&&(0!==e||1/e==1/t)||e!=e&&t!=t},l=s.useSyncExternalStore,n=s.useRef,i=s.useEffect,o=s.useMemo,d=s.useDebugValue;r.useSyncExternalStoreWithSelector=function(e,t,r,s,u){var c=n(null);if(null===c.current){var m={hasValue:!1,value:null};c.current=m}else m=c.current;var f=l(e,(c=o(function(){function e(e){if(!i){if(i=!0,l=e,e=s(e),void 0!==u&&m.hasValue){var t=m.value;if(u(t,e))return n=t}return n=e}if(t=n,a(l,e))return t;var r=s(e);return void 0!==u&&u(t,r)?(l=e,t):(l=e,n=r)}var l,n,i=!1,o=void 0===r?null:r;return[function(){return e(t())},null===o?void 0:function(){return e(o())}]},[t,r,s,u]))[0],c[1]);return i(function(){m.hasValue=!0,m.value=f},[f]),d(f),f}},19979,(e,t,r)=>{"use strict";e.i(50461),t.exports=e.r(40238)}]);
|