@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,563 @@
|
|
|
1
|
+
import { AddressFragment_default } from '../chunk-KH5MK6ZW.js';
|
|
2
|
+
import '../chunk-BYXBJQAS.js';
|
|
3
|
+
import { DefaultLimit } from '../chunk-VDKQGOMV.js';
|
|
4
|
+
import { useUnchainedContext_default } from '../chunk-IAQPLRXZ.js';
|
|
5
|
+
import '../chunk-4VNS5WPM.js';
|
|
6
|
+
import { gql } from '@apollo/client';
|
|
7
|
+
import { useMutation, useQuery } from '@apollo/client/react';
|
|
8
|
+
|
|
9
|
+
var ConfirmOrderMutation = gql`
|
|
10
|
+
mutation ConfirmOrder($orderId: ID!) {
|
|
11
|
+
confirmOrder(orderId: $orderId) {
|
|
12
|
+
_id
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
`;
|
|
16
|
+
var useConfirmOrder = () => {
|
|
17
|
+
const [confirmOrderMutation] = useMutation(ConfirmOrderMutation);
|
|
18
|
+
const confirmOrder = async ({ orderId }) => {
|
|
19
|
+
return confirmOrderMutation({
|
|
20
|
+
variables: {
|
|
21
|
+
orderId
|
|
22
|
+
},
|
|
23
|
+
refetchQueries: ["Order"]
|
|
24
|
+
});
|
|
25
|
+
};
|
|
26
|
+
return {
|
|
27
|
+
confirmOrder
|
|
28
|
+
};
|
|
29
|
+
};
|
|
30
|
+
var useConfirmOrder_default = useConfirmOrder;
|
|
31
|
+
var DeliverOrderMutation = gql`
|
|
32
|
+
mutation DeliverOrder($orderId: ID!) {
|
|
33
|
+
deliverOrder(orderId: $orderId) {
|
|
34
|
+
_id
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
`;
|
|
38
|
+
var useDeliverOrder = () => {
|
|
39
|
+
const [deliverOrderMutation] = useMutation(DeliverOrderMutation);
|
|
40
|
+
const deliverOrder = async ({ orderId }) => {
|
|
41
|
+
return deliverOrderMutation({
|
|
42
|
+
variables: {
|
|
43
|
+
orderId
|
|
44
|
+
},
|
|
45
|
+
refetchQueries: ["Order"]
|
|
46
|
+
});
|
|
47
|
+
};
|
|
48
|
+
return {
|
|
49
|
+
deliverOrder
|
|
50
|
+
};
|
|
51
|
+
};
|
|
52
|
+
var useDeliverOrder_default = useDeliverOrder;
|
|
53
|
+
var OrderDetailFragment = gql`
|
|
54
|
+
fragment OrderDetailFragment on Order {
|
|
55
|
+
_id
|
|
56
|
+
totalTax: total(category: TAXES) {
|
|
57
|
+
amount
|
|
58
|
+
currencyCode
|
|
59
|
+
}
|
|
60
|
+
itemsTotal: total(category: ITEMS) {
|
|
61
|
+
amount
|
|
62
|
+
currencyCode
|
|
63
|
+
}
|
|
64
|
+
totalDiscount: total(category: DISCOUNTS) {
|
|
65
|
+
amount
|
|
66
|
+
currencyCode
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
totalPayment: total(category: PAYMENT) {
|
|
70
|
+
amount
|
|
71
|
+
currencyCode
|
|
72
|
+
}
|
|
73
|
+
totalDelivery: total(category: DELIVERY) {
|
|
74
|
+
amount
|
|
75
|
+
currencyCode
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
user {
|
|
79
|
+
_id
|
|
80
|
+
username
|
|
81
|
+
isGuest
|
|
82
|
+
avatar {
|
|
83
|
+
_id
|
|
84
|
+
url
|
|
85
|
+
}
|
|
86
|
+
profile {
|
|
87
|
+
displayName
|
|
88
|
+
address {
|
|
89
|
+
firstName
|
|
90
|
+
lastName
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
discounts {
|
|
95
|
+
_id
|
|
96
|
+
trigger
|
|
97
|
+
code
|
|
98
|
+
interface {
|
|
99
|
+
_id
|
|
100
|
+
label
|
|
101
|
+
version
|
|
102
|
+
}
|
|
103
|
+
total {
|
|
104
|
+
amount
|
|
105
|
+
currencyCode
|
|
106
|
+
isTaxable
|
|
107
|
+
isNetPrice
|
|
108
|
+
}
|
|
109
|
+
discounted {
|
|
110
|
+
_id
|
|
111
|
+
orderDiscount {
|
|
112
|
+
_id
|
|
113
|
+
total {
|
|
114
|
+
amount
|
|
115
|
+
currencyCode
|
|
116
|
+
isTaxable
|
|
117
|
+
isNetPrice
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
total {
|
|
121
|
+
amount
|
|
122
|
+
currencyCode
|
|
123
|
+
isTaxable
|
|
124
|
+
isNetPrice
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
payment {
|
|
129
|
+
_id
|
|
130
|
+
provider {
|
|
131
|
+
_id
|
|
132
|
+
type
|
|
133
|
+
interface {
|
|
134
|
+
_id
|
|
135
|
+
label
|
|
136
|
+
version
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
status
|
|
140
|
+
fee {
|
|
141
|
+
currencyCode
|
|
142
|
+
amount
|
|
143
|
+
}
|
|
144
|
+
paid
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
orderNumber
|
|
148
|
+
status
|
|
149
|
+
created
|
|
150
|
+
updated
|
|
151
|
+
ordered
|
|
152
|
+
|
|
153
|
+
confirmed
|
|
154
|
+
fulfilled
|
|
155
|
+
contact {
|
|
156
|
+
telNumber
|
|
157
|
+
emailAddress
|
|
158
|
+
}
|
|
159
|
+
country {
|
|
160
|
+
_id
|
|
161
|
+
isoCode
|
|
162
|
+
flagEmoji
|
|
163
|
+
name
|
|
164
|
+
}
|
|
165
|
+
currency {
|
|
166
|
+
_id
|
|
167
|
+
isoCode
|
|
168
|
+
isActive
|
|
169
|
+
}
|
|
170
|
+
billingAddress {
|
|
171
|
+
...AddressFragment
|
|
172
|
+
}
|
|
173
|
+
delivery {
|
|
174
|
+
_id
|
|
175
|
+
... on OrderDeliveryPickUp {
|
|
176
|
+
activePickUpLocation {
|
|
177
|
+
_id
|
|
178
|
+
name
|
|
179
|
+
address {
|
|
180
|
+
...AddressFragment
|
|
181
|
+
}
|
|
182
|
+
}
|
|
183
|
+
}
|
|
184
|
+
... on OrderDeliveryShipping {
|
|
185
|
+
address {
|
|
186
|
+
...AddressFragment
|
|
187
|
+
}
|
|
188
|
+
}
|
|
189
|
+
provider {
|
|
190
|
+
_id
|
|
191
|
+
created
|
|
192
|
+
updated
|
|
193
|
+
deleted
|
|
194
|
+
type
|
|
195
|
+
configuration
|
|
196
|
+
interface {
|
|
197
|
+
_id
|
|
198
|
+
label
|
|
199
|
+
version
|
|
200
|
+
}
|
|
201
|
+
}
|
|
202
|
+
status
|
|
203
|
+
delivered
|
|
204
|
+
fee {
|
|
205
|
+
isTaxable
|
|
206
|
+
isNetPrice
|
|
207
|
+
amount
|
|
208
|
+
currencyCode
|
|
209
|
+
}
|
|
210
|
+
discounts {
|
|
211
|
+
_id
|
|
212
|
+
orderDiscount {
|
|
213
|
+
_id
|
|
214
|
+
trigger
|
|
215
|
+
code
|
|
216
|
+
order {
|
|
217
|
+
_id
|
|
218
|
+
orderNumber
|
|
219
|
+
}
|
|
220
|
+
interface {
|
|
221
|
+
_id
|
|
222
|
+
label
|
|
223
|
+
version
|
|
224
|
+
}
|
|
225
|
+
total {
|
|
226
|
+
isTaxable
|
|
227
|
+
isNetPrice
|
|
228
|
+
amount
|
|
229
|
+
currencyCode
|
|
230
|
+
}
|
|
231
|
+
discounted {
|
|
232
|
+
_id
|
|
233
|
+
orderDiscount {
|
|
234
|
+
_id
|
|
235
|
+
trigger
|
|
236
|
+
code
|
|
237
|
+
order {
|
|
238
|
+
_id
|
|
239
|
+
orderNumber
|
|
240
|
+
}
|
|
241
|
+
interface {
|
|
242
|
+
_id
|
|
243
|
+
label
|
|
244
|
+
version
|
|
245
|
+
}
|
|
246
|
+
total {
|
|
247
|
+
isTaxable
|
|
248
|
+
isNetPrice
|
|
249
|
+
amount
|
|
250
|
+
currencyCode
|
|
251
|
+
}
|
|
252
|
+
}
|
|
253
|
+
}
|
|
254
|
+
}
|
|
255
|
+
}
|
|
256
|
+
|
|
257
|
+
delivered
|
|
258
|
+
}
|
|
259
|
+
total {
|
|
260
|
+
isTaxable
|
|
261
|
+
isTaxable
|
|
262
|
+
amount
|
|
263
|
+
currencyCode
|
|
264
|
+
}
|
|
265
|
+
items {
|
|
266
|
+
_id
|
|
267
|
+
product {
|
|
268
|
+
_id
|
|
269
|
+
texts {
|
|
270
|
+
_id
|
|
271
|
+
slug
|
|
272
|
+
brand
|
|
273
|
+
vendor
|
|
274
|
+
title
|
|
275
|
+
subtitle
|
|
276
|
+
}
|
|
277
|
+
media {
|
|
278
|
+
_id
|
|
279
|
+
file {
|
|
280
|
+
_id
|
|
281
|
+
url
|
|
282
|
+
}
|
|
283
|
+
}
|
|
284
|
+
}
|
|
285
|
+
quantity
|
|
286
|
+
|
|
287
|
+
unitPrice {
|
|
288
|
+
amount
|
|
289
|
+
isTaxable
|
|
290
|
+
isNetPrice
|
|
291
|
+
currencyCode
|
|
292
|
+
}
|
|
293
|
+
total {
|
|
294
|
+
amount
|
|
295
|
+
isTaxable
|
|
296
|
+
isNetPrice
|
|
297
|
+
currencyCode
|
|
298
|
+
}
|
|
299
|
+
}
|
|
300
|
+
}
|
|
301
|
+
${AddressFragment_default}
|
|
302
|
+
`;
|
|
303
|
+
var OrderDetailFragment_default = OrderDetailFragment;
|
|
304
|
+
|
|
305
|
+
// src/modules/order/hooks/useOrder.ts
|
|
306
|
+
var GetOrderQuery = (inlineFragment = "") => gql`
|
|
307
|
+
query Order($orderId: ID!) {
|
|
308
|
+
order(orderId: $orderId) {
|
|
309
|
+
...OrderDetailFragment
|
|
310
|
+
${inlineFragment}
|
|
311
|
+
}
|
|
312
|
+
}
|
|
313
|
+
${OrderDetailFragment_default}
|
|
314
|
+
`;
|
|
315
|
+
var useOrder = ({ orderId = null }) => {
|
|
316
|
+
const { customProperties } = useUnchainedContext_default();
|
|
317
|
+
const { data, loading, error } = useQuery(
|
|
318
|
+
GetOrderQuery(customProperties?.Order),
|
|
319
|
+
{
|
|
320
|
+
skip: !orderId,
|
|
321
|
+
variables: { orderId }
|
|
322
|
+
}
|
|
323
|
+
);
|
|
324
|
+
return {
|
|
325
|
+
order: data?.order,
|
|
326
|
+
loading,
|
|
327
|
+
error
|
|
328
|
+
};
|
|
329
|
+
};
|
|
330
|
+
var useOrder_default = useOrder;
|
|
331
|
+
var OrderFragment = gql`
|
|
332
|
+
fragment OrderFragment on Order {
|
|
333
|
+
_id
|
|
334
|
+
status
|
|
335
|
+
created
|
|
336
|
+
updated
|
|
337
|
+
ordered
|
|
338
|
+
orderNumber
|
|
339
|
+
confirmed
|
|
340
|
+
fulfilled
|
|
341
|
+
contact {
|
|
342
|
+
telNumber
|
|
343
|
+
emailAddress
|
|
344
|
+
}
|
|
345
|
+
total {
|
|
346
|
+
isTaxable
|
|
347
|
+
isNetPrice
|
|
348
|
+
amount
|
|
349
|
+
currencyCode
|
|
350
|
+
}
|
|
351
|
+
user {
|
|
352
|
+
_id
|
|
353
|
+
username
|
|
354
|
+
isGuest
|
|
355
|
+
avatar {
|
|
356
|
+
_id
|
|
357
|
+
url
|
|
358
|
+
}
|
|
359
|
+
profile {
|
|
360
|
+
displayName
|
|
361
|
+
address {
|
|
362
|
+
firstName
|
|
363
|
+
lastName
|
|
364
|
+
}
|
|
365
|
+
}
|
|
366
|
+
}
|
|
367
|
+
}
|
|
368
|
+
`;
|
|
369
|
+
var OrderFragment_default = OrderFragment;
|
|
370
|
+
|
|
371
|
+
// src/modules/order/hooks/useOrders.ts
|
|
372
|
+
var OrdersQuery = gql`
|
|
373
|
+
query Orders(
|
|
374
|
+
$limit: Int
|
|
375
|
+
$offset: Int
|
|
376
|
+
$includeCarts: Boolean
|
|
377
|
+
$queryString: String
|
|
378
|
+
$sort: [SortOptionInput!]
|
|
379
|
+
$paymentProviderIds: [String!]
|
|
380
|
+
$deliveryProviderIds: [String!]
|
|
381
|
+
$dateRange: DateFilterInput
|
|
382
|
+
$status: [OrderStatus!]
|
|
383
|
+
) {
|
|
384
|
+
orders(
|
|
385
|
+
limit: $limit
|
|
386
|
+
offset: $offset
|
|
387
|
+
includeCarts: $includeCarts
|
|
388
|
+
queryString: $queryString
|
|
389
|
+
sort: $sort
|
|
390
|
+
paymentProviderIds: $paymentProviderIds
|
|
391
|
+
deliveryProviderIds: $deliveryProviderIds
|
|
392
|
+
dateRange: $dateRange
|
|
393
|
+
status: $status
|
|
394
|
+
) {
|
|
395
|
+
...OrderFragment
|
|
396
|
+
}
|
|
397
|
+
ordersCount(
|
|
398
|
+
includeCarts: $includeCarts
|
|
399
|
+
queryString: $queryString
|
|
400
|
+
paymentProviderIds: $paymentProviderIds
|
|
401
|
+
deliveryProviderIds: $deliveryProviderIds
|
|
402
|
+
dateRange: $dateRange
|
|
403
|
+
status: $status
|
|
404
|
+
)
|
|
405
|
+
}
|
|
406
|
+
${OrderFragment_default}
|
|
407
|
+
`;
|
|
408
|
+
var useOrders = ({
|
|
409
|
+
limit = DefaultLimit,
|
|
410
|
+
offset = 0,
|
|
411
|
+
includeCarts = false,
|
|
412
|
+
queryString = "",
|
|
413
|
+
sort: sortOptions = [],
|
|
414
|
+
dateRange,
|
|
415
|
+
status,
|
|
416
|
+
deliveryProviderIds,
|
|
417
|
+
paymentProviderIds
|
|
418
|
+
} = {}) => {
|
|
419
|
+
const { data, loading, error, fetchMore } = useQuery(OrdersQuery, {
|
|
420
|
+
errorPolicy: "all",
|
|
421
|
+
variables: {
|
|
422
|
+
limit,
|
|
423
|
+
deliveryProviderIds: deliveryProviderIds?.length ? deliveryProviderIds : null,
|
|
424
|
+
paymentProviderIds: paymentProviderIds?.length ? paymentProviderIds : null,
|
|
425
|
+
offset,
|
|
426
|
+
includeCarts,
|
|
427
|
+
queryString,
|
|
428
|
+
dateRange,
|
|
429
|
+
status,
|
|
430
|
+
sort: sortOptions.length ? [...sortOptions, { key: "created", value: "DESC" /* Desc */ }] : [
|
|
431
|
+
{ key: "ordered", value: "DESC" /* Desc */ },
|
|
432
|
+
{ key: "created", value: "DESC" /* Desc */ }
|
|
433
|
+
]
|
|
434
|
+
}
|
|
435
|
+
});
|
|
436
|
+
const orders = data?.orders || [];
|
|
437
|
+
const ordersCount = data?.ordersCount;
|
|
438
|
+
const hasMore = orders?.length < ordersCount;
|
|
439
|
+
const loadMore = () => {
|
|
440
|
+
fetchMore({
|
|
441
|
+
variables: { offset: orders?.length }
|
|
442
|
+
});
|
|
443
|
+
};
|
|
444
|
+
return {
|
|
445
|
+
orders,
|
|
446
|
+
ordersCount,
|
|
447
|
+
hasMore,
|
|
448
|
+
loading,
|
|
449
|
+
error,
|
|
450
|
+
loadMore
|
|
451
|
+
};
|
|
452
|
+
};
|
|
453
|
+
var useOrders_default = useOrders;
|
|
454
|
+
var PayOrderMutation = gql`
|
|
455
|
+
mutation PayOrder($orderId: ID!) {
|
|
456
|
+
payOrder(orderId: $orderId) {
|
|
457
|
+
_id
|
|
458
|
+
}
|
|
459
|
+
}
|
|
460
|
+
`;
|
|
461
|
+
var usePayOrder = () => {
|
|
462
|
+
const [payOrderMutation] = useMutation(PayOrderMutation);
|
|
463
|
+
const payOrder = async ({ orderId }) => {
|
|
464
|
+
return payOrderMutation({
|
|
465
|
+
variables: {
|
|
466
|
+
orderId
|
|
467
|
+
},
|
|
468
|
+
refetchQueries: ["Order"]
|
|
469
|
+
});
|
|
470
|
+
};
|
|
471
|
+
return {
|
|
472
|
+
payOrder
|
|
473
|
+
};
|
|
474
|
+
};
|
|
475
|
+
var usePayOrder_default = usePayOrder;
|
|
476
|
+
var RejectOrderMutation = gql`
|
|
477
|
+
mutation RejectOrder($orderId: ID!) {
|
|
478
|
+
rejectOrder(orderId: $orderId) {
|
|
479
|
+
_id
|
|
480
|
+
}
|
|
481
|
+
}
|
|
482
|
+
`;
|
|
483
|
+
var useRejectOrder = () => {
|
|
484
|
+
const [rejectOrderMutation] = useMutation(RejectOrderMutation);
|
|
485
|
+
const rejectOrder = async ({ orderId }) => {
|
|
486
|
+
return rejectOrderMutation({
|
|
487
|
+
variables: {
|
|
488
|
+
orderId
|
|
489
|
+
},
|
|
490
|
+
refetchQueries: ["Order"]
|
|
491
|
+
});
|
|
492
|
+
};
|
|
493
|
+
return {
|
|
494
|
+
rejectOrder
|
|
495
|
+
};
|
|
496
|
+
};
|
|
497
|
+
var useRejectOrder_default = useRejectOrder;
|
|
498
|
+
var RemoveOrderMutation = gql`
|
|
499
|
+
mutation RemoveOrder($orderId: ID!) {
|
|
500
|
+
removeOrder(orderId: $orderId) {
|
|
501
|
+
_id
|
|
502
|
+
}
|
|
503
|
+
}
|
|
504
|
+
`;
|
|
505
|
+
var useRemoveOrder = () => {
|
|
506
|
+
const [removeOrderMutation] = useMutation(RemoveOrderMutation);
|
|
507
|
+
const removeOrder = async ({ orderId }) => {
|
|
508
|
+
return removeOrderMutation({
|
|
509
|
+
variables: {
|
|
510
|
+
orderId
|
|
511
|
+
},
|
|
512
|
+
refetchQueries: ["Order"]
|
|
513
|
+
});
|
|
514
|
+
};
|
|
515
|
+
return {
|
|
516
|
+
removeOrder
|
|
517
|
+
};
|
|
518
|
+
};
|
|
519
|
+
var useRemoveOrder_default = useRemoveOrder;
|
|
520
|
+
var UserOrdersQuery = gql`
|
|
521
|
+
query UserOrder(
|
|
522
|
+
$userId: ID
|
|
523
|
+
$queryString: String
|
|
524
|
+
$sort: [SortOptionInput!]
|
|
525
|
+
$includeCarts: Boolean
|
|
526
|
+
) {
|
|
527
|
+
user(userId: $userId) {
|
|
528
|
+
orders(
|
|
529
|
+
queryString: $queryString
|
|
530
|
+
sort: $sort
|
|
531
|
+
includeCarts: $includeCarts
|
|
532
|
+
) {
|
|
533
|
+
...OrderFragment
|
|
534
|
+
}
|
|
535
|
+
}
|
|
536
|
+
}
|
|
537
|
+
${OrderFragment_default}
|
|
538
|
+
`;
|
|
539
|
+
var useUserOrders = ({
|
|
540
|
+
userId = null,
|
|
541
|
+
queryString = "",
|
|
542
|
+
sort: sortOptions = [],
|
|
543
|
+
includeCarts = false
|
|
544
|
+
} = {}) => {
|
|
545
|
+
const { data, loading, error } = useQuery(UserOrdersQuery, {
|
|
546
|
+
skip: !userId,
|
|
547
|
+
variables: {
|
|
548
|
+
userId,
|
|
549
|
+
queryString,
|
|
550
|
+
includeCarts,
|
|
551
|
+
sort: sortOptions.length ? sortOptions : [{ key: "ordered", value: "DESC" /* Desc */ }]
|
|
552
|
+
}
|
|
553
|
+
});
|
|
554
|
+
const orders = data?.user?.orders;
|
|
555
|
+
return {
|
|
556
|
+
orders,
|
|
557
|
+
loading,
|
|
558
|
+
error
|
|
559
|
+
};
|
|
560
|
+
};
|
|
561
|
+
var useUserOrders_default = useUserOrders;
|
|
562
|
+
|
|
563
|
+
export { useConfirmOrder_default as useConfirmOrder, useDeliverOrder_default as useDeliverOrder, useOrder_default as useOrder, useOrders_default as useOrders, usePayOrder_default as usePayOrder, useRejectOrder_default as useRejectOrder, useRemoveOrder_default as useRemoveOrder, useUserOrders_default as useUserOrders };
|