@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,297 @@
|
|
|
1
|
+
import { useUnchainedContext_default } from '../chunk-IAQPLRXZ.js';
|
|
2
|
+
import '../chunk-4VNS5WPM.js';
|
|
3
|
+
import { gql } from '@apollo/client';
|
|
4
|
+
import { useMutation, useQuery } from '@apollo/client/react';
|
|
5
|
+
|
|
6
|
+
var QuotationDetailFragment = gql`
|
|
7
|
+
fragment QuotationDetailFragment on Quotation {
|
|
8
|
+
_id
|
|
9
|
+
user {
|
|
10
|
+
_id
|
|
11
|
+
username
|
|
12
|
+
avatar {
|
|
13
|
+
_id
|
|
14
|
+
url
|
|
15
|
+
}
|
|
16
|
+
name
|
|
17
|
+
primaryEmail {
|
|
18
|
+
verified
|
|
19
|
+
address
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
configuration {
|
|
23
|
+
key
|
|
24
|
+
value
|
|
25
|
+
}
|
|
26
|
+
country {
|
|
27
|
+
_id
|
|
28
|
+
isoCode
|
|
29
|
+
flagEmoji
|
|
30
|
+
name
|
|
31
|
+
}
|
|
32
|
+
currency {
|
|
33
|
+
_id
|
|
34
|
+
isoCode
|
|
35
|
+
isActive
|
|
36
|
+
}
|
|
37
|
+
product {
|
|
38
|
+
_id
|
|
39
|
+
texts {
|
|
40
|
+
_id
|
|
41
|
+
slug
|
|
42
|
+
subtitle
|
|
43
|
+
title
|
|
44
|
+
description
|
|
45
|
+
}
|
|
46
|
+
media {
|
|
47
|
+
_id
|
|
48
|
+
file {
|
|
49
|
+
_id
|
|
50
|
+
type
|
|
51
|
+
url
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
status
|
|
56
|
+
created
|
|
57
|
+
expires
|
|
58
|
+
updated
|
|
59
|
+
isExpired
|
|
60
|
+
quotationNumber
|
|
61
|
+
fulfilled
|
|
62
|
+
rejected
|
|
63
|
+
}
|
|
64
|
+
`;
|
|
65
|
+
var QuotationDetailFragment_default = QuotationDetailFragment;
|
|
66
|
+
|
|
67
|
+
// src/modules/quotation/hooks/useMakeQuotationProposal.ts
|
|
68
|
+
var MakeQuotationProposalMutation = gql`
|
|
69
|
+
mutation MakeQuotationProposal($quotationId: ID!, $quotationContext: JSON) {
|
|
70
|
+
makeQuotationProposal(
|
|
71
|
+
quotationId: $quotationId
|
|
72
|
+
quotationContext: $quotationContext
|
|
73
|
+
) {
|
|
74
|
+
...QuotationDetailFragment
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
${QuotationDetailFragment_default}
|
|
78
|
+
`;
|
|
79
|
+
var useMakeQuotationProposal = () => {
|
|
80
|
+
const [makeQuotationProposalMutation] = useMutation(MakeQuotationProposalMutation);
|
|
81
|
+
const makeQuotationProposal = async ({
|
|
82
|
+
quotationId = null,
|
|
83
|
+
quotationContext = {}
|
|
84
|
+
}) => {
|
|
85
|
+
return makeQuotationProposalMutation({
|
|
86
|
+
variables: { quotationId, quotationContext }
|
|
87
|
+
});
|
|
88
|
+
};
|
|
89
|
+
return {
|
|
90
|
+
makeQuotationProposal
|
|
91
|
+
};
|
|
92
|
+
};
|
|
93
|
+
var useMakeQuotationProposal_default = useMakeQuotationProposal;
|
|
94
|
+
var GetQuotationsQuery = (inlineFragment = "") => gql`
|
|
95
|
+
query Quotation($quotationId: ID!) {
|
|
96
|
+
quotation(quotationId: $quotationId) {
|
|
97
|
+
_id
|
|
98
|
+
...QuotationDetailFragment
|
|
99
|
+
${inlineFragment}
|
|
100
|
+
}
|
|
101
|
+
quotationsCount
|
|
102
|
+
}
|
|
103
|
+
${QuotationDetailFragment_default}
|
|
104
|
+
`;
|
|
105
|
+
var useQuotation = ({ quotationId }) => {
|
|
106
|
+
const { customProperties } = useUnchainedContext_default();
|
|
107
|
+
const { data, loading, error } = useQuery(GetQuotationsQuery(customProperties?.Quotation), {
|
|
108
|
+
skip: !quotationId,
|
|
109
|
+
variables: { quotationId }
|
|
110
|
+
});
|
|
111
|
+
return {
|
|
112
|
+
quotation: data?.quotation,
|
|
113
|
+
loading,
|
|
114
|
+
error
|
|
115
|
+
};
|
|
116
|
+
};
|
|
117
|
+
var useQuotation_default = useQuotation;
|
|
118
|
+
var QuotationFragment = gql`
|
|
119
|
+
fragment QuotationFragment on Quotation {
|
|
120
|
+
_id
|
|
121
|
+
user {
|
|
122
|
+
_id
|
|
123
|
+
username
|
|
124
|
+
avatar {
|
|
125
|
+
_id
|
|
126
|
+
url
|
|
127
|
+
}
|
|
128
|
+
name
|
|
129
|
+
primaryEmail {
|
|
130
|
+
verified
|
|
131
|
+
address
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
product {
|
|
135
|
+
_id
|
|
136
|
+
texts {
|
|
137
|
+
_id
|
|
138
|
+
slug
|
|
139
|
+
subtitle
|
|
140
|
+
title
|
|
141
|
+
description
|
|
142
|
+
}
|
|
143
|
+
media {
|
|
144
|
+
_id
|
|
145
|
+
file {
|
|
146
|
+
_id
|
|
147
|
+
type
|
|
148
|
+
url
|
|
149
|
+
}
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
currency {
|
|
153
|
+
_id
|
|
154
|
+
contractAddress
|
|
155
|
+
decimals
|
|
156
|
+
isoCode
|
|
157
|
+
}
|
|
158
|
+
status
|
|
159
|
+
created
|
|
160
|
+
expires
|
|
161
|
+
updated
|
|
162
|
+
isExpired
|
|
163
|
+
quotationNumber
|
|
164
|
+
fulfilled
|
|
165
|
+
rejected
|
|
166
|
+
}
|
|
167
|
+
`;
|
|
168
|
+
var QuotationFragment_default = QuotationFragment;
|
|
169
|
+
|
|
170
|
+
// src/modules/quotation/hooks/useQuotations.ts
|
|
171
|
+
var QuotationsQuery = gql`
|
|
172
|
+
query Quotations(
|
|
173
|
+
$limit: Int
|
|
174
|
+
$offset: Int
|
|
175
|
+
$queryString: String
|
|
176
|
+
$sort: [SortOptionInput!]
|
|
177
|
+
) {
|
|
178
|
+
quotations(
|
|
179
|
+
limit: $limit
|
|
180
|
+
offset: $offset
|
|
181
|
+
queryString: $queryString
|
|
182
|
+
sort: $sort
|
|
183
|
+
) {
|
|
184
|
+
...QuotationFragment
|
|
185
|
+
}
|
|
186
|
+
quotationsCount(queryString: $queryString)
|
|
187
|
+
}
|
|
188
|
+
${QuotationFragment_default}
|
|
189
|
+
`;
|
|
190
|
+
var useQuotations = ({
|
|
191
|
+
limit = 20,
|
|
192
|
+
offset = 0,
|
|
193
|
+
queryString = "",
|
|
194
|
+
sort = []
|
|
195
|
+
} = {}) => {
|
|
196
|
+
const { data, loading, error, fetchMore } = useQuery(QuotationsQuery, {
|
|
197
|
+
variables: { limit, offset, queryString, sort }
|
|
198
|
+
});
|
|
199
|
+
const quotations = data?.quotations || [];
|
|
200
|
+
const quotationsCount = data?.quotationsCount;
|
|
201
|
+
const hasMore = quotations?.length < quotationsCount;
|
|
202
|
+
const loadMore = () => {
|
|
203
|
+
fetchMore({
|
|
204
|
+
variables: { offset: quotations?.length }
|
|
205
|
+
});
|
|
206
|
+
};
|
|
207
|
+
return {
|
|
208
|
+
quotations,
|
|
209
|
+
quotationsCount,
|
|
210
|
+
hasMore,
|
|
211
|
+
loading,
|
|
212
|
+
error,
|
|
213
|
+
loadMore
|
|
214
|
+
};
|
|
215
|
+
};
|
|
216
|
+
var useQuotations_default = useQuotations;
|
|
217
|
+
var RejectQuotationMutation = gql`
|
|
218
|
+
mutation RejectQuotation($quotationId: ID!, $quotationContext: JSON) {
|
|
219
|
+
rejectQuotation(
|
|
220
|
+
quotationId: $quotationId
|
|
221
|
+
quotationContext: $quotationContext
|
|
222
|
+
) {
|
|
223
|
+
...QuotationDetailFragment
|
|
224
|
+
}
|
|
225
|
+
}
|
|
226
|
+
${QuotationDetailFragment_default}
|
|
227
|
+
`;
|
|
228
|
+
var useRejectQuotation = () => {
|
|
229
|
+
const [rejectQuotationMutation] = useMutation(RejectQuotationMutation);
|
|
230
|
+
const rejectQuotation = async ({
|
|
231
|
+
quotationId = null,
|
|
232
|
+
quotationContext = {}
|
|
233
|
+
}) => {
|
|
234
|
+
return rejectQuotationMutation({
|
|
235
|
+
variables: { quotationId, quotationContext }
|
|
236
|
+
});
|
|
237
|
+
};
|
|
238
|
+
return {
|
|
239
|
+
rejectQuotation
|
|
240
|
+
};
|
|
241
|
+
};
|
|
242
|
+
var useRejectQuotation_default = useRejectQuotation;
|
|
243
|
+
var UserQuotationsQuery = gql`
|
|
244
|
+
query UserQuotations($userId: ID!, $queryString: String) {
|
|
245
|
+
user(userId: $userId) {
|
|
246
|
+
_id
|
|
247
|
+
quotations(queryString: $queryString) {
|
|
248
|
+
...QuotationFragment
|
|
249
|
+
}
|
|
250
|
+
}
|
|
251
|
+
}
|
|
252
|
+
${QuotationFragment_default}
|
|
253
|
+
`;
|
|
254
|
+
var useUserQuotations = ({
|
|
255
|
+
userId = null,
|
|
256
|
+
queryString = ""
|
|
257
|
+
}) => {
|
|
258
|
+
const { data, loading, error } = useQuery(UserQuotationsQuery, {
|
|
259
|
+
skip: !userId,
|
|
260
|
+
variables: { userId, queryString }
|
|
261
|
+
});
|
|
262
|
+
const quotations = data?.user?.quotations || [];
|
|
263
|
+
return {
|
|
264
|
+
quotations,
|
|
265
|
+
loading,
|
|
266
|
+
error
|
|
267
|
+
};
|
|
268
|
+
};
|
|
269
|
+
var useUserQuotations_default = useUserQuotations;
|
|
270
|
+
var VerifyQuotationMutation = gql`
|
|
271
|
+
mutation VerifyQuotation($quotationId: ID!, $quotationContext: JSON) {
|
|
272
|
+
verifyQuotation(
|
|
273
|
+
quotationId: $quotationId
|
|
274
|
+
quotationContext: $quotationContext
|
|
275
|
+
) {
|
|
276
|
+
...QuotationDetailFragment
|
|
277
|
+
}
|
|
278
|
+
}
|
|
279
|
+
${QuotationDetailFragment_default}
|
|
280
|
+
`;
|
|
281
|
+
var useVerifyQuotation = () => {
|
|
282
|
+
const [verifyQuotationMutation] = useMutation(VerifyQuotationMutation);
|
|
283
|
+
const VerifyQuotation = async ({
|
|
284
|
+
quotationId = null,
|
|
285
|
+
quotationContext = {}
|
|
286
|
+
}) => {
|
|
287
|
+
return verifyQuotationMutation({
|
|
288
|
+
variables: { quotationId, quotationContext }
|
|
289
|
+
});
|
|
290
|
+
};
|
|
291
|
+
return {
|
|
292
|
+
VerifyQuotation
|
|
293
|
+
};
|
|
294
|
+
};
|
|
295
|
+
var useVerifyQuotation_default = useVerifyQuotation;
|
|
296
|
+
|
|
297
|
+
export { useMakeQuotationProposal_default as useMakeQuotationProposal, useQuotation_default as useQuotation, useQuotations_default as useQuotations, useRejectQuotation_default as useRejectQuotation, useUserQuotations_default as useUserQuotations, useVerifyQuotation_default as useVerifyQuotation };
|
|
@@ -0,0 +1,143 @@
|
|
|
1
|
+
import { TokenFragment_default } from '../chunk-QNLGYFV7.js';
|
|
2
|
+
import { ProductBriefFragment_default } from '../chunk-EJDZRZSZ.js';
|
|
3
|
+
import { DefaultLimit } from '../chunk-VDKQGOMV.js';
|
|
4
|
+
import '../chunk-4VNS5WPM.js';
|
|
5
|
+
import { gql } from '@apollo/client';
|
|
6
|
+
import { useMutation, useQuery } from '@apollo/client/react';
|
|
7
|
+
|
|
8
|
+
var InvalidateTokenMutation = gql`
|
|
9
|
+
mutation InvalidateToken($tokenId: ID!) {
|
|
10
|
+
invalidateToken(tokenId: $tokenId) {
|
|
11
|
+
...TokenFragment
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
${TokenFragment_default}
|
|
15
|
+
`;
|
|
16
|
+
var useInvalidateTicket = () => {
|
|
17
|
+
const [invalidateTokenMutation] = useMutation(InvalidateTokenMutation);
|
|
18
|
+
const invalidateTicket = async ({ tokenId }) => {
|
|
19
|
+
const result = await invalidateTokenMutation({
|
|
20
|
+
variables: { tokenId },
|
|
21
|
+
refetchQueries: ["Tokens", "Token"]
|
|
22
|
+
});
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
return { invalidateTicket };
|
|
26
|
+
};
|
|
27
|
+
var useInvalidateTicket_default = useInvalidateTicket;
|
|
28
|
+
var TokenQuery = gql`
|
|
29
|
+
query Token($tokenId: ID!, $forceLocale: Locale) {
|
|
30
|
+
token(tokenId: $tokenId) {
|
|
31
|
+
...TokenFragment
|
|
32
|
+
product {
|
|
33
|
+
...ProductBriefFragment
|
|
34
|
+
simulatedPrice {
|
|
35
|
+
amount
|
|
36
|
+
currencyCode
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
user {
|
|
40
|
+
_id
|
|
41
|
+
username
|
|
42
|
+
isGuest
|
|
43
|
+
avatar {
|
|
44
|
+
_id
|
|
45
|
+
url
|
|
46
|
+
}
|
|
47
|
+
name
|
|
48
|
+
primaryEmail {
|
|
49
|
+
verified
|
|
50
|
+
address
|
|
51
|
+
}
|
|
52
|
+
lastContact {
|
|
53
|
+
telNumber
|
|
54
|
+
emailAddress
|
|
55
|
+
}
|
|
56
|
+
profile {
|
|
57
|
+
displayName
|
|
58
|
+
address {
|
|
59
|
+
firstName
|
|
60
|
+
lastName
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
${TokenFragment_default}
|
|
67
|
+
${ProductBriefFragment_default}
|
|
68
|
+
`;
|
|
69
|
+
var useToken = ({ tokenId }) => {
|
|
70
|
+
const { data, loading, error } = useQuery(
|
|
71
|
+
TokenQuery,
|
|
72
|
+
{
|
|
73
|
+
variables: { tokenId }
|
|
74
|
+
}
|
|
75
|
+
);
|
|
76
|
+
return {
|
|
77
|
+
token: data?.token,
|
|
78
|
+
loading,
|
|
79
|
+
error
|
|
80
|
+
};
|
|
81
|
+
};
|
|
82
|
+
var useToken_default = useToken;
|
|
83
|
+
var TokensQuery = gql`
|
|
84
|
+
query Tokens(
|
|
85
|
+
$queryString: String
|
|
86
|
+
$limit: Int
|
|
87
|
+
$offset: Int
|
|
88
|
+
$forceLocale: Locale
|
|
89
|
+
) {
|
|
90
|
+
tokens(queryString: $queryString, limit: $limit, offset: $offset) {
|
|
91
|
+
...TokenFragment
|
|
92
|
+
product {
|
|
93
|
+
...ProductBriefFragment
|
|
94
|
+
simulatedPrice {
|
|
95
|
+
amount
|
|
96
|
+
currencyCode
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
user {
|
|
100
|
+
_id
|
|
101
|
+
username
|
|
102
|
+
isGuest
|
|
103
|
+
primaryEmail {
|
|
104
|
+
address
|
|
105
|
+
verified
|
|
106
|
+
}
|
|
107
|
+
avatar {
|
|
108
|
+
_id
|
|
109
|
+
url
|
|
110
|
+
}
|
|
111
|
+
profile {
|
|
112
|
+
displayName
|
|
113
|
+
address {
|
|
114
|
+
firstName
|
|
115
|
+
lastName
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
tokensCount(queryString: $queryString)
|
|
121
|
+
}
|
|
122
|
+
${TokenFragment_default}
|
|
123
|
+
${ProductBriefFragment_default}
|
|
124
|
+
`;
|
|
125
|
+
var useTokens = ({
|
|
126
|
+
queryString = null,
|
|
127
|
+
limit = DefaultLimit,
|
|
128
|
+
offset = 0
|
|
129
|
+
}) => {
|
|
130
|
+
const { data, loading, error } = useQuery(TokensQuery, {
|
|
131
|
+
variables: { queryString, limit, offset }
|
|
132
|
+
});
|
|
133
|
+
const tokens = data?.tokens || [];
|
|
134
|
+
return {
|
|
135
|
+
tokens,
|
|
136
|
+
loading,
|
|
137
|
+
error,
|
|
138
|
+
tokensCount: data?.tokensCount || 0
|
|
139
|
+
};
|
|
140
|
+
};
|
|
141
|
+
var useTokens_default = useTokens;
|
|
142
|
+
|
|
143
|
+
export { useInvalidateTicket_default as useInvalidateTicket, useToken_default as useToken, useTokens_default as useTokens };
|
|
@@ -0,0 +1,206 @@
|
|
|
1
|
+
import { useUnchainedContext_default } from '../chunk-IAQPLRXZ.js';
|
|
2
|
+
import '../chunk-4VNS5WPM.js';
|
|
3
|
+
import { gql } from '@apollo/client';
|
|
4
|
+
import { useMutation, useQuery } from '@apollo/client/react';
|
|
5
|
+
|
|
6
|
+
var WarehousingProviderFragment = gql`
|
|
7
|
+
fragment WarehousingProviderFragment on WarehousingProvider {
|
|
8
|
+
_id
|
|
9
|
+
created
|
|
10
|
+
updated
|
|
11
|
+
deleted
|
|
12
|
+
isActive
|
|
13
|
+
type
|
|
14
|
+
interface {
|
|
15
|
+
_id
|
|
16
|
+
label
|
|
17
|
+
version
|
|
18
|
+
}
|
|
19
|
+
configuration
|
|
20
|
+
configurationError
|
|
21
|
+
}
|
|
22
|
+
`;
|
|
23
|
+
var WarehousingProviderFragment_default = WarehousingProviderFragment;
|
|
24
|
+
|
|
25
|
+
// src/modules/warehousing-providers/hooks/useCreateWarehousingProvider.ts
|
|
26
|
+
var CreateWarehousingProviderMutation = gql`
|
|
27
|
+
mutation CreateWarehousingProvider(
|
|
28
|
+
$warehousingProvider: CreateWarehousingProviderInput!
|
|
29
|
+
) {
|
|
30
|
+
createWarehousingProvider(warehousingProvider: $warehousingProvider) {
|
|
31
|
+
...WarehousingProviderFragment
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
${WarehousingProviderFragment_default}
|
|
35
|
+
`;
|
|
36
|
+
var useCreateWarehousingProvider = () => {
|
|
37
|
+
const [createWarehousingProviderMutation, { data, loading, error }] = useMutation(CreateWarehousingProviderMutation);
|
|
38
|
+
const createWarehousingProvider = async ({
|
|
39
|
+
warehousingProvider: { adapterKey, type }
|
|
40
|
+
}) => {
|
|
41
|
+
return createWarehousingProviderMutation({
|
|
42
|
+
variables: { warehousingProvider: { adapterKey, type } },
|
|
43
|
+
refetchQueries: ["WarehousingProviders", "ShopStatus"]
|
|
44
|
+
});
|
|
45
|
+
};
|
|
46
|
+
const newWarehousingProvider = data?.createWarehousingProvider;
|
|
47
|
+
return {
|
|
48
|
+
createWarehousingProvider,
|
|
49
|
+
newWarehousingProvider,
|
|
50
|
+
loading,
|
|
51
|
+
error
|
|
52
|
+
};
|
|
53
|
+
};
|
|
54
|
+
var useCreateWarehousingProvider_default = useCreateWarehousingProvider;
|
|
55
|
+
var RemoveWarehousingProviderMutation = gql`
|
|
56
|
+
mutation RemoveWarehousingProvider($warehousingProviderId: ID!) {
|
|
57
|
+
removeWarehousingProvider(warehousingProviderId: $warehousingProviderId) {
|
|
58
|
+
_id
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
`;
|
|
62
|
+
var useRemoveWarehousingProvider = () => {
|
|
63
|
+
const [removeWarehousingProviderMutation] = useMutation(RemoveWarehousingProviderMutation);
|
|
64
|
+
const removeWarehousingProvider = async ({
|
|
65
|
+
warehousingProviderId
|
|
66
|
+
}) => {
|
|
67
|
+
return removeWarehousingProviderMutation({
|
|
68
|
+
variables: {
|
|
69
|
+
warehousingProviderId
|
|
70
|
+
},
|
|
71
|
+
refetchQueries: ["WarehousingProviders", "ShopStatus"]
|
|
72
|
+
});
|
|
73
|
+
};
|
|
74
|
+
return {
|
|
75
|
+
removeWarehousingProvider
|
|
76
|
+
};
|
|
77
|
+
};
|
|
78
|
+
var useRemoveWarehousingProvider_default = useRemoveWarehousingProvider;
|
|
79
|
+
var UpdateWarehousingProviderMutation = gql`
|
|
80
|
+
mutation UpdateWarehousingProvider(
|
|
81
|
+
$warehousingProvider: UpdateProviderInput!
|
|
82
|
+
$warehousingProviderId: ID!
|
|
83
|
+
) {
|
|
84
|
+
updateWarehousingProvider(
|
|
85
|
+
warehousingProvider: $warehousingProvider
|
|
86
|
+
warehousingProviderId: $warehousingProviderId
|
|
87
|
+
) {
|
|
88
|
+
...WarehousingProviderFragment
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
${WarehousingProviderFragment_default}
|
|
92
|
+
`;
|
|
93
|
+
var useUpdateWarehousingProvider = () => {
|
|
94
|
+
const [updateWarehousingProviderMutation] = useMutation(UpdateWarehousingProviderMutation);
|
|
95
|
+
const updateWarehousingProvider = async ({
|
|
96
|
+
warehousingProvider: { configuration },
|
|
97
|
+
warehousingProviderId
|
|
98
|
+
}) => {
|
|
99
|
+
return updateWarehousingProviderMutation({
|
|
100
|
+
variables: {
|
|
101
|
+
warehousingProvider: { configuration },
|
|
102
|
+
warehousingProviderId
|
|
103
|
+
}
|
|
104
|
+
});
|
|
105
|
+
};
|
|
106
|
+
return {
|
|
107
|
+
updateWarehousingProvider
|
|
108
|
+
};
|
|
109
|
+
};
|
|
110
|
+
var useUpdateWarehousingProvider_default = useUpdateWarehousingProvider;
|
|
111
|
+
var WarehousingInterfacesQuery = gql`
|
|
112
|
+
query WarehousingInterfaces($providerType: WarehousingProviderType) {
|
|
113
|
+
warehousingInterfaces(type: $providerType) {
|
|
114
|
+
_id
|
|
115
|
+
value: _id
|
|
116
|
+
label
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
`;
|
|
120
|
+
var useWarehousingInterfacesByType = ({
|
|
121
|
+
providerType
|
|
122
|
+
}) => {
|
|
123
|
+
const { data, loading, error } = useQuery(WarehousingInterfacesQuery, {
|
|
124
|
+
skip: !providerType,
|
|
125
|
+
variables: { providerType }
|
|
126
|
+
});
|
|
127
|
+
const warehousingInterfaces = data?.warehousingInterfaces || [];
|
|
128
|
+
return {
|
|
129
|
+
warehousingInterfaces,
|
|
130
|
+
loading,
|
|
131
|
+
error
|
|
132
|
+
};
|
|
133
|
+
};
|
|
134
|
+
var useWarehousingInterfacesByType_default = useWarehousingInterfacesByType;
|
|
135
|
+
var GetWarehousingProviderQuery = (inlineFragment = "") => gql`
|
|
136
|
+
query WarehousingProvider($warehousingProviderId: ID!) {
|
|
137
|
+
warehousingProvider(warehousingProviderId: $warehousingProviderId) {
|
|
138
|
+
...WarehousingProviderFragment
|
|
139
|
+
${inlineFragment}
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
${WarehousingProviderFragment_default}
|
|
143
|
+
`;
|
|
144
|
+
var useWarehousingProvider = ({
|
|
145
|
+
warehousingProviderId = null
|
|
146
|
+
}) => {
|
|
147
|
+
const { customProperties } = useUnchainedContext_default();
|
|
148
|
+
const { data, loading, error } = useQuery(GetWarehousingProviderQuery(customProperties?.WarehousingProvider), {
|
|
149
|
+
skip: !warehousingProviderId,
|
|
150
|
+
variables: { warehousingProviderId }
|
|
151
|
+
});
|
|
152
|
+
return {
|
|
153
|
+
warehousingProvider: data?.warehousingProvider,
|
|
154
|
+
loading,
|
|
155
|
+
error
|
|
156
|
+
};
|
|
157
|
+
};
|
|
158
|
+
var useWarehousingProvider_default = useWarehousingProvider;
|
|
159
|
+
var WarehousingProvidersTypeQuery = gql`
|
|
160
|
+
query WarehousingProvidersType {
|
|
161
|
+
warehousingProviderType: __type(name: "WarehousingProviderType") {
|
|
162
|
+
options: enumValues {
|
|
163
|
+
value: name
|
|
164
|
+
label: description
|
|
165
|
+
}
|
|
166
|
+
}
|
|
167
|
+
}
|
|
168
|
+
`;
|
|
169
|
+
var useWarehousingProviderTypes = () => {
|
|
170
|
+
const { data, loading, error } = useQuery(WarehousingProvidersTypeQuery);
|
|
171
|
+
const warehousingProviderType = data?.warehousingProviderType?.options || [];
|
|
172
|
+
return {
|
|
173
|
+
warehousingProviderType,
|
|
174
|
+
loading,
|
|
175
|
+
error
|
|
176
|
+
};
|
|
177
|
+
};
|
|
178
|
+
var useWarehousingProviderTypes_default = useWarehousingProviderTypes;
|
|
179
|
+
var WarehousingProvidersQuery = gql`
|
|
180
|
+
query WarehousingProviders($type: WarehousingProviderType) {
|
|
181
|
+
warehousingProviders(type: $type) {
|
|
182
|
+
...WarehousingProviderFragment
|
|
183
|
+
}
|
|
184
|
+
warehousingProvidersCount(type: $type)
|
|
185
|
+
}
|
|
186
|
+
${WarehousingProviderFragment_default}
|
|
187
|
+
`;
|
|
188
|
+
var useWarehousingProviders = ({
|
|
189
|
+
type = null
|
|
190
|
+
} = {}) => {
|
|
191
|
+
const variables = {};
|
|
192
|
+
if (type) variables.type = type;
|
|
193
|
+
const { data, loading, error } = useQuery(WarehousingProvidersQuery, {
|
|
194
|
+
variables
|
|
195
|
+
});
|
|
196
|
+
const warehousingProviders = data?.warehousingProviders || [];
|
|
197
|
+
return {
|
|
198
|
+
warehousingProviders,
|
|
199
|
+
loading,
|
|
200
|
+
error,
|
|
201
|
+
warehousingProvidersCount: data?.warehousingProvidersCount || 0
|
|
202
|
+
};
|
|
203
|
+
};
|
|
204
|
+
var useWarehousingProviders_default = useWarehousingProviders;
|
|
205
|
+
|
|
206
|
+
export { useCreateWarehousingProvider_default as useCreateWarehousingProvider, useRemoveWarehousingProvider_default as useRemoveWarehousingProvider, useUpdateWarehousingProvider_default as useUpdateWarehousingProvider, useWarehousingInterfacesByType_default as useWarehousingInterfacesByType, useWarehousingProvider_default as useWarehousingProvider, useWarehousingProviderTypes_default as useWarehousingProviderTypes, useWarehousingProviders_default as useWarehousingProviders };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WorkFragment.d.ts","sourceRoot":"","sources":["../../../../src/modules/work/fragments/WorkFragment.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,YAAY,gCAmBjB,CAAC;AAEF,eAAe,YAAY,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { IAddWorkMutation, IAddWorkMutationVariables } from '../../../gql/types';
|
|
2
|
+
declare const useAddWork: () => {
|
|
3
|
+
addWork: ({ type, priority, input, originalWorkId, scheduled, retries, }: IAddWorkMutationVariables) => Promise<import("@apollo/client").ApolloClient.MutateResult<IAddWorkMutation, undefined>>;
|
|
4
|
+
};
|
|
5
|
+
export default useAddWork;
|
|
6
|
+
//# sourceMappingURL=useAddWork.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useAddWork.d.ts","sourceRoot":"","sources":["../../../../src/modules/work/hooks/useAddWork.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,gBAAgB,EAChB,yBAAyB,EAC1B,MAAM,oBAAoB,CAAC;AAwB5B,QAAA,MAAM,UAAU;8EAaX,yBAAyB;CAiB7B,CAAC;AAEF,eAAe,UAAU,CAAC"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { IWorkQueryVariables } from '../../../gql/types';
|
|
2
|
+
export declare const GetWorkQuery: (inlineFragment?: string) => import("graphql").DocumentNode;
|
|
3
|
+
declare const useWork: ({ workId, ...options }: IWorkQueryVariables & {
|
|
4
|
+
pollInterval?: number;
|
|
5
|
+
}) => {
|
|
6
|
+
work: {
|
|
7
|
+
error?: any | null;
|
|
8
|
+
priority: number;
|
|
9
|
+
worker?: string | null;
|
|
10
|
+
timeout?: number | null;
|
|
11
|
+
_id: string;
|
|
12
|
+
type: import("../../../gql/types").IWorkType;
|
|
13
|
+
scheduled?: any | null;
|
|
14
|
+
status: import("../../../gql/types").IWorkStatus;
|
|
15
|
+
started?: any | null;
|
|
16
|
+
success?: boolean | null;
|
|
17
|
+
finished?: any | null;
|
|
18
|
+
created: any;
|
|
19
|
+
deleted?: any | null;
|
|
20
|
+
retries: number;
|
|
21
|
+
input?: any | null;
|
|
22
|
+
result?: any | null;
|
|
23
|
+
original?: {
|
|
24
|
+
_id: string;
|
|
25
|
+
retries: number;
|
|
26
|
+
} | null;
|
|
27
|
+
};
|
|
28
|
+
loading: boolean;
|
|
29
|
+
error: import("@apollo/client").ErrorLike;
|
|
30
|
+
};
|
|
31
|
+
export default useWork;
|
|
32
|
+
//# sourceMappingURL=useWork.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useWork.d.ts","sourceRoot":"","sources":["../../../../src/modules/work/hooks/useWork.ts"],"names":[],"mappings":"AAEA,OAAO,EAAc,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AAIrE,eAAO,MAAM,YAAY,GAAI,uBAAmB,mCAY/C,CAAC;AAEF,QAAA,MAAM,OAAO,GAAI,wBAGd,mBAAmB,GAAG;IAAE,YAAY,CAAC,EAAE,MAAM,CAAA;CAAE;;;;;;;;;;;;;;;;;;;;;;;;;CAgBjD,CAAC;AAEF,eAAe,OAAO,CAAC"}
|