@unchainedshop/admin-ui 4.8.26 → 4.8.27
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 +30108 -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 +21540 -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/{31_pg1fxqgdfx.js → 01crynfjy3xpb.js} +2 -2
- package/out/_next/static/chunks/{1hwup6qqzqzh8.js → 1-mz7zwy-mbvq.js} +2 -2
- package/out/_next/static/chunks/{2ecq8dhsm2eu1.js → 1szkbg0-e_tli.js} +1 -1
- package/out/_next/static/chunks/{0ac5zzn3zeki5.js → 2ncenexps2330.js} +2 -2
- package/out/_next/static/chunks/3-2opr3e2h-8o.js +105 -0
- package/out/_next/static/chunks/{turbopack-14zydki2yqyd3.js → turbopack-058ikg9c4qsyu.js} +1 -1
- package/out/_next/static/chunks/{turbopack-0la8grv9f6bxn.js → turbopack-22gnlzp5il9ai.js} +1 -1
- package/out/_next/static/chunks/{turbopack-1w2r6t0rjz8pp.js → turbopack-2h_05wv-1o-qp.js} +1 -1
- package/out/_next/static/{_TiowajLX6Z3MYsLPNgxd → hZLisNV-2KMtO7y1-ggVm}/_buildManifest.js +2 -2
- 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/manifest.json +48 -0
- package/out/orders/OrderDetailPage/index.html +2 -2
- package/out/orders/index.html +2 -2
- package/out/payment-provider/PaymentProviderDetailPage/index.html +2 -2
- package/out/payment-provider/index.html +2 -2
- package/out/payment-provider/new/index.html +2 -2
- package/out/products/ProductDetailPage/index.html +2 -2
- package/out/products/index.html +2 -2
- package/out/products/new/index.html +2 -2
- package/out/quotations/QuotationDetailPage/index.html +2 -2
- package/out/quotations/index.html +2 -2
- package/out/reset-password/index.html +2 -2
- package/out/sign-up/index.html +2 -2
- package/out/styleguide/index.html +2 -2
- package/out/tokens/TokenDetailPage/index.html +2 -2
- package/out/tokens/index.html +2 -2
- package/out/users/UserDetailPage/index.html +2 -2
- package/out/users/index.html +2 -2
- package/out/users/new/index.html +2 -2
- package/out/verify-email/index.html +2 -2
- package/out/warehousing-provider/WarehousingProviderDetailPage/index.html +2 -2
- package/out/warehousing-provider/index.html +2 -2
- package/out/warehousing-provider/new/index.html +2 -2
- package/out/works/WorkDetailPage/index.html +2 -2
- package/out/works/WorkQueueListView/index.html +2 -2
- package/out/works/index.html +2 -2
- package/out/works/management/index.html +2 -2
- package/package.json +1 -1
- package/out/_next/static/chunks/1t20r1ofch5r3.js +0 -95
- /package/out/_next/static/{_TiowajLX6Z3MYsLPNgxd → hZLisNV-2KMtO7y1-ggVm}/_clientMiddlewareManifest.js +0 -0
- /package/out/_next/static/{_TiowajLX6Z3MYsLPNgxd → hZLisNV-2KMtO7y1-ggVm}/_ssgManifest.js +0 -0
|
@@ -0,0 +1,284 @@
|
|
|
1
|
+
import * as React3 from 'react';
|
|
2
|
+
|
|
3
|
+
// ../node_modules/@heroicons/react/24/outline/esm/CheckCircleIcon.js
|
|
4
|
+
function CheckCircleIcon({
|
|
5
|
+
title,
|
|
6
|
+
titleId,
|
|
7
|
+
...props
|
|
8
|
+
}, svgRef) {
|
|
9
|
+
return /* @__PURE__ */ React3.createElement("svg", Object.assign({
|
|
10
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
+
fill: "none",
|
|
12
|
+
viewBox: "0 0 24 24",
|
|
13
|
+
strokeWidth: 1.5,
|
|
14
|
+
stroke: "currentColor",
|
|
15
|
+
"aria-hidden": "true",
|
|
16
|
+
"data-slot": "icon",
|
|
17
|
+
ref: svgRef,
|
|
18
|
+
"aria-labelledby": titleId
|
|
19
|
+
}, props), title ? /* @__PURE__ */ React3.createElement("title", {
|
|
20
|
+
id: titleId
|
|
21
|
+
}, title) : null, /* @__PURE__ */ React3.createElement("path", {
|
|
22
|
+
strokeLinecap: "round",
|
|
23
|
+
strokeLinejoin: "round",
|
|
24
|
+
d: "M9 12.75 11.25 15 15 9.75M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"
|
|
25
|
+
}));
|
|
26
|
+
}
|
|
27
|
+
var ForwardRef = /* @__PURE__ */ React3.forwardRef(CheckCircleIcon);
|
|
28
|
+
var CheckCircleIcon_default = ForwardRef;
|
|
29
|
+
function CheckIcon({
|
|
30
|
+
title,
|
|
31
|
+
titleId,
|
|
32
|
+
...props
|
|
33
|
+
}, svgRef) {
|
|
34
|
+
return /* @__PURE__ */ React3.createElement("svg", Object.assign({
|
|
35
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
36
|
+
fill: "none",
|
|
37
|
+
viewBox: "0 0 24 24",
|
|
38
|
+
strokeWidth: 1.5,
|
|
39
|
+
stroke: "currentColor",
|
|
40
|
+
"aria-hidden": "true",
|
|
41
|
+
"data-slot": "icon",
|
|
42
|
+
ref: svgRef,
|
|
43
|
+
"aria-labelledby": titleId
|
|
44
|
+
}, props), title ? /* @__PURE__ */ React3.createElement("title", {
|
|
45
|
+
id: titleId
|
|
46
|
+
}, title) : null, /* @__PURE__ */ React3.createElement("path", {
|
|
47
|
+
strokeLinecap: "round",
|
|
48
|
+
strokeLinejoin: "round",
|
|
49
|
+
d: "m4.5 12.75 6 6 9-13.5"
|
|
50
|
+
}));
|
|
51
|
+
}
|
|
52
|
+
var ForwardRef2 = /* @__PURE__ */ React3.forwardRef(CheckIcon);
|
|
53
|
+
var CheckIcon_default = ForwardRef2;
|
|
54
|
+
function EyeIcon({
|
|
55
|
+
title,
|
|
56
|
+
titleId,
|
|
57
|
+
...props
|
|
58
|
+
}, svgRef) {
|
|
59
|
+
return /* @__PURE__ */ React3.createElement("svg", Object.assign({
|
|
60
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
61
|
+
fill: "none",
|
|
62
|
+
viewBox: "0 0 24 24",
|
|
63
|
+
strokeWidth: 1.5,
|
|
64
|
+
stroke: "currentColor",
|
|
65
|
+
"aria-hidden": "true",
|
|
66
|
+
"data-slot": "icon",
|
|
67
|
+
ref: svgRef,
|
|
68
|
+
"aria-labelledby": titleId
|
|
69
|
+
}, props), title ? /* @__PURE__ */ React3.createElement("title", {
|
|
70
|
+
id: titleId
|
|
71
|
+
}, title) : null, /* @__PURE__ */ React3.createElement("path", {
|
|
72
|
+
strokeLinecap: "round",
|
|
73
|
+
strokeLinejoin: "round",
|
|
74
|
+
d: "M2.036 12.322a1.012 1.012 0 0 1 0-.639C3.423 7.51 7.36 4.5 12 4.5c4.638 0 8.573 3.007 9.963 7.178.07.207.07.431 0 .639C20.577 16.49 16.64 19.5 12 19.5c-4.638 0-8.573-3.007-9.963-7.178Z"
|
|
75
|
+
}), /* @__PURE__ */ React3.createElement("path", {
|
|
76
|
+
strokeLinecap: "round",
|
|
77
|
+
strokeLinejoin: "round",
|
|
78
|
+
d: "M15 12a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z"
|
|
79
|
+
}));
|
|
80
|
+
}
|
|
81
|
+
var ForwardRef3 = /* @__PURE__ */ React3.forwardRef(EyeIcon);
|
|
82
|
+
var EyeIcon_default = ForwardRef3;
|
|
83
|
+
function InformationCircleIcon({
|
|
84
|
+
title,
|
|
85
|
+
titleId,
|
|
86
|
+
...props
|
|
87
|
+
}, svgRef) {
|
|
88
|
+
return /* @__PURE__ */ React3.createElement("svg", Object.assign({
|
|
89
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
90
|
+
fill: "none",
|
|
91
|
+
viewBox: "0 0 24 24",
|
|
92
|
+
strokeWidth: 1.5,
|
|
93
|
+
stroke: "currentColor",
|
|
94
|
+
"aria-hidden": "true",
|
|
95
|
+
"data-slot": "icon",
|
|
96
|
+
ref: svgRef,
|
|
97
|
+
"aria-labelledby": titleId
|
|
98
|
+
}, props), title ? /* @__PURE__ */ React3.createElement("title", {
|
|
99
|
+
id: titleId
|
|
100
|
+
}, title) : null, /* @__PURE__ */ React3.createElement("path", {
|
|
101
|
+
strokeLinecap: "round",
|
|
102
|
+
strokeLinejoin: "round",
|
|
103
|
+
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"
|
|
104
|
+
}));
|
|
105
|
+
}
|
|
106
|
+
var ForwardRef4 = /* @__PURE__ */ React3.forwardRef(InformationCircleIcon);
|
|
107
|
+
var InformationCircleIcon_default = ForwardRef4;
|
|
108
|
+
function NoSymbolIcon({
|
|
109
|
+
title,
|
|
110
|
+
titleId,
|
|
111
|
+
...props
|
|
112
|
+
}, svgRef) {
|
|
113
|
+
return /* @__PURE__ */ React3.createElement("svg", Object.assign({
|
|
114
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
115
|
+
fill: "none",
|
|
116
|
+
viewBox: "0 0 24 24",
|
|
117
|
+
strokeWidth: 1.5,
|
|
118
|
+
stroke: "currentColor",
|
|
119
|
+
"aria-hidden": "true",
|
|
120
|
+
"data-slot": "icon",
|
|
121
|
+
ref: svgRef,
|
|
122
|
+
"aria-labelledby": titleId
|
|
123
|
+
}, props), title ? /* @__PURE__ */ React3.createElement("title", {
|
|
124
|
+
id: titleId
|
|
125
|
+
}, title) : null, /* @__PURE__ */ React3.createElement("path", {
|
|
126
|
+
strokeLinecap: "round",
|
|
127
|
+
strokeLinejoin: "round",
|
|
128
|
+
d: "M18.364 18.364A9 9 0 0 0 5.636 5.636m12.728 12.728A9 9 0 0 1 5.636 5.636m12.728 12.728L5.636 5.636"
|
|
129
|
+
}));
|
|
130
|
+
}
|
|
131
|
+
var ForwardRef5 = /* @__PURE__ */ React3.forwardRef(NoSymbolIcon);
|
|
132
|
+
var NoSymbolIcon_default = ForwardRef5;
|
|
133
|
+
function PencilIcon({
|
|
134
|
+
title,
|
|
135
|
+
titleId,
|
|
136
|
+
...props
|
|
137
|
+
}, svgRef) {
|
|
138
|
+
return /* @__PURE__ */ React3.createElement("svg", Object.assign({
|
|
139
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
140
|
+
fill: "none",
|
|
141
|
+
viewBox: "0 0 24 24",
|
|
142
|
+
strokeWidth: 1.5,
|
|
143
|
+
stroke: "currentColor",
|
|
144
|
+
"aria-hidden": "true",
|
|
145
|
+
"data-slot": "icon",
|
|
146
|
+
ref: svgRef,
|
|
147
|
+
"aria-labelledby": titleId
|
|
148
|
+
}, props), title ? /* @__PURE__ */ React3.createElement("title", {
|
|
149
|
+
id: titleId
|
|
150
|
+
}, title) : null, /* @__PURE__ */ React3.createElement("path", {
|
|
151
|
+
strokeLinecap: "round",
|
|
152
|
+
strokeLinejoin: "round",
|
|
153
|
+
d: "m16.862 4.487 1.687-1.688a1.875 1.875 0 1 1 2.652 2.652L6.832 19.82a4.5 4.5 0 0 1-1.897 1.13l-2.685.8.8-2.685a4.5 4.5 0 0 1 1.13-1.897L16.863 4.487Zm0 0L19.5 7.125"
|
|
154
|
+
}));
|
|
155
|
+
}
|
|
156
|
+
var ForwardRef6 = /* @__PURE__ */ React3.forwardRef(PencilIcon);
|
|
157
|
+
var PencilIcon_default = ForwardRef6;
|
|
158
|
+
function PhotoIcon({
|
|
159
|
+
title,
|
|
160
|
+
titleId,
|
|
161
|
+
...props
|
|
162
|
+
}, svgRef) {
|
|
163
|
+
return /* @__PURE__ */ React3.createElement("svg", Object.assign({
|
|
164
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
165
|
+
fill: "none",
|
|
166
|
+
viewBox: "0 0 24 24",
|
|
167
|
+
strokeWidth: 1.5,
|
|
168
|
+
stroke: "currentColor",
|
|
169
|
+
"aria-hidden": "true",
|
|
170
|
+
"data-slot": "icon",
|
|
171
|
+
ref: svgRef,
|
|
172
|
+
"aria-labelledby": titleId
|
|
173
|
+
}, props), title ? /* @__PURE__ */ React3.createElement("title", {
|
|
174
|
+
id: titleId
|
|
175
|
+
}, title) : null, /* @__PURE__ */ React3.createElement("path", {
|
|
176
|
+
strokeLinecap: "round",
|
|
177
|
+
strokeLinejoin: "round",
|
|
178
|
+
d: "m2.25 15.75 5.159-5.159a2.25 2.25 0 0 1 3.182 0l5.159 5.159m-1.5-1.5 1.409-1.409a2.25 2.25 0 0 1 3.182 0l2.909 2.909m-18 3.75h16.5a1.5 1.5 0 0 0 1.5-1.5V6a1.5 1.5 0 0 0-1.5-1.5H3.75A1.5 1.5 0 0 0 2.25 6v12a1.5 1.5 0 0 0 1.5 1.5Zm10.5-11.25h.008v.008h-.008V8.25Zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Z"
|
|
179
|
+
}));
|
|
180
|
+
}
|
|
181
|
+
var ForwardRef7 = /* @__PURE__ */ React3.forwardRef(PhotoIcon);
|
|
182
|
+
var PhotoIcon_default = ForwardRef7;
|
|
183
|
+
function PlusIcon({
|
|
184
|
+
title,
|
|
185
|
+
titleId,
|
|
186
|
+
...props
|
|
187
|
+
}, svgRef) {
|
|
188
|
+
return /* @__PURE__ */ React3.createElement("svg", Object.assign({
|
|
189
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
190
|
+
fill: "none",
|
|
191
|
+
viewBox: "0 0 24 24",
|
|
192
|
+
strokeWidth: 1.5,
|
|
193
|
+
stroke: "currentColor",
|
|
194
|
+
"aria-hidden": "true",
|
|
195
|
+
"data-slot": "icon",
|
|
196
|
+
ref: svgRef,
|
|
197
|
+
"aria-labelledby": titleId
|
|
198
|
+
}, props), title ? /* @__PURE__ */ React3.createElement("title", {
|
|
199
|
+
id: titleId
|
|
200
|
+
}, title) : null, /* @__PURE__ */ React3.createElement("path", {
|
|
201
|
+
strokeLinecap: "round",
|
|
202
|
+
strokeLinejoin: "round",
|
|
203
|
+
d: "M12 4.5v15m7.5-7.5h-15"
|
|
204
|
+
}));
|
|
205
|
+
}
|
|
206
|
+
var ForwardRef8 = /* @__PURE__ */ React3.forwardRef(PlusIcon);
|
|
207
|
+
var PlusIcon_default = ForwardRef8;
|
|
208
|
+
function QuestionMarkCircleIcon({
|
|
209
|
+
title,
|
|
210
|
+
titleId,
|
|
211
|
+
...props
|
|
212
|
+
}, svgRef) {
|
|
213
|
+
return /* @__PURE__ */ React3.createElement("svg", Object.assign({
|
|
214
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
215
|
+
fill: "none",
|
|
216
|
+
viewBox: "0 0 24 24",
|
|
217
|
+
strokeWidth: 1.5,
|
|
218
|
+
stroke: "currentColor",
|
|
219
|
+
"aria-hidden": "true",
|
|
220
|
+
"data-slot": "icon",
|
|
221
|
+
ref: svgRef,
|
|
222
|
+
"aria-labelledby": titleId
|
|
223
|
+
}, props), title ? /* @__PURE__ */ React3.createElement("title", {
|
|
224
|
+
id: titleId
|
|
225
|
+
}, title) : null, /* @__PURE__ */ React3.createElement("path", {
|
|
226
|
+
strokeLinecap: "round",
|
|
227
|
+
strokeLinejoin: "round",
|
|
228
|
+
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"
|
|
229
|
+
}));
|
|
230
|
+
}
|
|
231
|
+
var ForwardRef9 = /* @__PURE__ */ React3.forwardRef(QuestionMarkCircleIcon);
|
|
232
|
+
var QuestionMarkCircleIcon_default = ForwardRef9;
|
|
233
|
+
function UserCircleIcon({
|
|
234
|
+
title,
|
|
235
|
+
titleId,
|
|
236
|
+
...props
|
|
237
|
+
}, svgRef) {
|
|
238
|
+
return /* @__PURE__ */ React3.createElement("svg", Object.assign({
|
|
239
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
240
|
+
fill: "none",
|
|
241
|
+
viewBox: "0 0 24 24",
|
|
242
|
+
strokeWidth: 1.5,
|
|
243
|
+
stroke: "currentColor",
|
|
244
|
+
"aria-hidden": "true",
|
|
245
|
+
"data-slot": "icon",
|
|
246
|
+
ref: svgRef,
|
|
247
|
+
"aria-labelledby": titleId
|
|
248
|
+
}, props), title ? /* @__PURE__ */ React3.createElement("title", {
|
|
249
|
+
id: titleId
|
|
250
|
+
}, title) : null, /* @__PURE__ */ React3.createElement("path", {
|
|
251
|
+
strokeLinecap: "round",
|
|
252
|
+
strokeLinejoin: "round",
|
|
253
|
+
d: "M17.982 18.725A7.488 7.488 0 0 0 12 15.75a7.488 7.488 0 0 0-5.982 2.975m11.963 0a9 9 0 1 0-11.963 0m11.963 0A8.966 8.966 0 0 1 12 21a8.966 8.966 0 0 1-5.982-2.275M15 9.75a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z"
|
|
254
|
+
}));
|
|
255
|
+
}
|
|
256
|
+
var ForwardRef10 = /* @__PURE__ */ React3.forwardRef(UserCircleIcon);
|
|
257
|
+
var UserCircleIcon_default = ForwardRef10;
|
|
258
|
+
function XCircleIcon({
|
|
259
|
+
title,
|
|
260
|
+
titleId,
|
|
261
|
+
...props
|
|
262
|
+
}, svgRef) {
|
|
263
|
+
return /* @__PURE__ */ React3.createElement("svg", Object.assign({
|
|
264
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
265
|
+
fill: "none",
|
|
266
|
+
viewBox: "0 0 24 24",
|
|
267
|
+
strokeWidth: 1.5,
|
|
268
|
+
stroke: "currentColor",
|
|
269
|
+
"aria-hidden": "true",
|
|
270
|
+
"data-slot": "icon",
|
|
271
|
+
ref: svgRef,
|
|
272
|
+
"aria-labelledby": titleId
|
|
273
|
+
}, props), title ? /* @__PURE__ */ React3.createElement("title", {
|
|
274
|
+
id: titleId
|
|
275
|
+
}, title) : null, /* @__PURE__ */ React3.createElement("path", {
|
|
276
|
+
strokeLinecap: "round",
|
|
277
|
+
strokeLinejoin: "round",
|
|
278
|
+
d: "m9.75 9.75 4.5 4.5m0-4.5-4.5 4.5M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"
|
|
279
|
+
}));
|
|
280
|
+
}
|
|
281
|
+
var ForwardRef11 = /* @__PURE__ */ React3.forwardRef(XCircleIcon);
|
|
282
|
+
var XCircleIcon_default = ForwardRef11;
|
|
283
|
+
|
|
284
|
+
export { CheckCircleIcon_default, CheckIcon_default, EyeIcon_default, InformationCircleIcon_default, NoSymbolIcon_default, PencilIcon_default, PhotoIcon_default, PlusIcon_default, QuestionMarkCircleIcon_default, UserCircleIcon_default, XCircleIcon_default };
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
// src/modules/common/utils/parseMeta.ts
|
|
2
|
+
var parseMeta = (value) => {
|
|
3
|
+
if (typeof value !== "string" || !value.trim()) return void 0;
|
|
4
|
+
try {
|
|
5
|
+
const parsed = JSON.parse(value);
|
|
6
|
+
return parsed && typeof parsed === "object" && Object.keys(parsed).length ? parsed : void 0;
|
|
7
|
+
} catch {
|
|
8
|
+
return void 0;
|
|
9
|
+
}
|
|
10
|
+
};
|
|
11
|
+
var parseMeta_default = parseMeta;
|
|
12
|
+
|
|
13
|
+
export { parseMeta_default };
|