@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,58 @@
|
|
|
1
|
+
import { createContext, useContext } from 'react';
|
|
2
|
+
import 'react-intl';
|
|
3
|
+
import { gql } from '@apollo/client';
|
|
4
|
+
import '@apollo/client/react';
|
|
5
|
+
import 'react/jsx-runtime';
|
|
6
|
+
|
|
7
|
+
// src/modules/common/hooks/useApp.ts
|
|
8
|
+
gql`
|
|
9
|
+
query ShopInfo {
|
|
10
|
+
shopInfo {
|
|
11
|
+
_id
|
|
12
|
+
version
|
|
13
|
+
language {
|
|
14
|
+
_id
|
|
15
|
+
isoCode
|
|
16
|
+
name
|
|
17
|
+
}
|
|
18
|
+
country {
|
|
19
|
+
_id
|
|
20
|
+
isoCode
|
|
21
|
+
flagEmoji
|
|
22
|
+
name
|
|
23
|
+
defaultCurrency {
|
|
24
|
+
_id
|
|
25
|
+
isoCode
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
adminUiConfig {
|
|
29
|
+
singleSignOnURL
|
|
30
|
+
externalLinks {
|
|
31
|
+
href
|
|
32
|
+
title
|
|
33
|
+
target
|
|
34
|
+
}
|
|
35
|
+
customProperties {
|
|
36
|
+
entityName
|
|
37
|
+
inlineFragment
|
|
38
|
+
}
|
|
39
|
+
productTags
|
|
40
|
+
assortmentTags
|
|
41
|
+
userTags
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
`;
|
|
46
|
+
var AppContext = createContext(void 0);
|
|
47
|
+
var AppContext_default = AppContext;
|
|
48
|
+
|
|
49
|
+
// src/modules/common/hooks/useApp.ts
|
|
50
|
+
var useApp = () => {
|
|
51
|
+
const context = useContext(AppContext_default);
|
|
52
|
+
if (!context)
|
|
53
|
+
throw new Error("useLocale must be used within a LocaleProvider");
|
|
54
|
+
return context;
|
|
55
|
+
};
|
|
56
|
+
var useApp_default = useApp;
|
|
57
|
+
|
|
58
|
+
export { useApp_default };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import { gql } from '@apollo/client';
|
|
2
|
+
|
|
3
|
+
// src/modules/product/fragments/ProductBriefFragment.ts
|
|
4
|
+
var ProductBriefFragment = gql`
|
|
5
|
+
fragment ProductBriefFragment on Product {
|
|
6
|
+
texts(forceLocale: $forceLocale) {
|
|
7
|
+
_id
|
|
8
|
+
slug
|
|
9
|
+
title
|
|
10
|
+
subtitle
|
|
11
|
+
description
|
|
12
|
+
vendor
|
|
13
|
+
brand
|
|
14
|
+
labels
|
|
15
|
+
locale
|
|
16
|
+
}
|
|
17
|
+
_id
|
|
18
|
+
sequence
|
|
19
|
+
status
|
|
20
|
+
tags
|
|
21
|
+
sequence
|
|
22
|
+
updated
|
|
23
|
+
published
|
|
24
|
+
media {
|
|
25
|
+
_id
|
|
26
|
+
tags
|
|
27
|
+
file {
|
|
28
|
+
_id
|
|
29
|
+
url
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
... on BundleProduct {
|
|
33
|
+
proxies {
|
|
34
|
+
__typename
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
... on SimpleProduct {
|
|
38
|
+
catalogPrice {
|
|
39
|
+
amount
|
|
40
|
+
currencyCode
|
|
41
|
+
}
|
|
42
|
+
proxies {
|
|
43
|
+
__typename
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
... on PlanProduct {
|
|
47
|
+
catalogPrice {
|
|
48
|
+
amount
|
|
49
|
+
currencyCode
|
|
50
|
+
}
|
|
51
|
+
proxies {
|
|
52
|
+
__typename
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
`;
|
|
57
|
+
var ProductBriefFragment_default = ProductBriefFragment;
|
|
58
|
+
|
|
59
|
+
export { ProductBriefFragment_default };
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
import { gql } from '@apollo/client';
|
|
2
|
+
import { useQuery } from '@apollo/client/react';
|
|
3
|
+
|
|
4
|
+
// src/modules/country/hooks/useCountries.ts
|
|
5
|
+
var CountryFragment = gql`
|
|
6
|
+
fragment CountryFragment on Country {
|
|
7
|
+
_id
|
|
8
|
+
isoCode
|
|
9
|
+
isActive
|
|
10
|
+
isBase
|
|
11
|
+
|
|
12
|
+
defaultCurrency {
|
|
13
|
+
_id
|
|
14
|
+
isoCode
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
`;
|
|
18
|
+
var CountryFragment_default = CountryFragment;
|
|
19
|
+
|
|
20
|
+
// src/modules/country/hooks/useCountries.ts
|
|
21
|
+
var CountriesQuery = gql`
|
|
22
|
+
query Countries(
|
|
23
|
+
$queryString: String
|
|
24
|
+
$limit: Int
|
|
25
|
+
$offset: Int
|
|
26
|
+
$includeInactive: Boolean
|
|
27
|
+
$sort: [SortOptionInput!]
|
|
28
|
+
) {
|
|
29
|
+
countries(
|
|
30
|
+
queryString: $queryString
|
|
31
|
+
limit: $limit
|
|
32
|
+
offset: $offset
|
|
33
|
+
includeInactive: $includeInactive
|
|
34
|
+
sort: $sort
|
|
35
|
+
) {
|
|
36
|
+
...CountryFragment
|
|
37
|
+
}
|
|
38
|
+
countriesCount(includeInactive: $includeInactive, queryString: $queryString)
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
${CountryFragment_default}
|
|
42
|
+
`;
|
|
43
|
+
var useCountries = ({
|
|
44
|
+
queryString = "",
|
|
45
|
+
limit = 20,
|
|
46
|
+
offset = 0,
|
|
47
|
+
includeInactive = true,
|
|
48
|
+
sort = [],
|
|
49
|
+
skip = false
|
|
50
|
+
} = {}) => {
|
|
51
|
+
const { data, loading, error, fetchMore } = useQuery(CountriesQuery, {
|
|
52
|
+
variables: { queryString, limit, offset, includeInactive, sort },
|
|
53
|
+
errorPolicy: "all",
|
|
54
|
+
skip
|
|
55
|
+
});
|
|
56
|
+
const countries = data?.countries || [];
|
|
57
|
+
const countriesCount = data?.countriesCount;
|
|
58
|
+
const hasMore = countries?.length < countriesCount;
|
|
59
|
+
const loadMore = () => {
|
|
60
|
+
fetchMore({
|
|
61
|
+
variables: { offset: countries?.length }
|
|
62
|
+
});
|
|
63
|
+
};
|
|
64
|
+
return {
|
|
65
|
+
countries,
|
|
66
|
+
countriesCount,
|
|
67
|
+
hasMore,
|
|
68
|
+
loading,
|
|
69
|
+
error,
|
|
70
|
+
loadMore
|
|
71
|
+
};
|
|
72
|
+
};
|
|
73
|
+
var useCountries_default = useCountries;
|
|
74
|
+
|
|
75
|
+
export { CountryFragment_default, useCountries_default };
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import React, { useContext } from 'react';
|
|
2
|
+
|
|
3
|
+
// src/modules/UnchainedContext/useUnchainedContext.ts
|
|
4
|
+
var UnchainedContext = React.createContext({
|
|
5
|
+
customProperties: {},
|
|
6
|
+
hydrateFragment: (fragment, data) => null
|
|
7
|
+
});
|
|
8
|
+
var UnchainedContext_default = UnchainedContext;
|
|
9
|
+
|
|
10
|
+
// src/modules/UnchainedContext/useUnchainedContext.ts
|
|
11
|
+
var useUnchainedContext = () => {
|
|
12
|
+
return useContext(UnchainedContext_default);
|
|
13
|
+
};
|
|
14
|
+
var useUnchainedContext_default = useUnchainedContext;
|
|
15
|
+
|
|
16
|
+
export { useUnchainedContext_default };
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
import { gql } from '@apollo/client';
|
|
2
|
+
|
|
3
|
+
// src/modules/product-review/fragments/ProductReviewDetailFragment.ts
|
|
4
|
+
var ProductReviewDetailFragment = gql`
|
|
5
|
+
fragment ProductReviewDetailFragment on ProductReview {
|
|
6
|
+
_id
|
|
7
|
+
created
|
|
8
|
+
updated
|
|
9
|
+
deleted
|
|
10
|
+
author {
|
|
11
|
+
_id
|
|
12
|
+
username
|
|
13
|
+
name
|
|
14
|
+
profile {
|
|
15
|
+
displayName
|
|
16
|
+
address {
|
|
17
|
+
firstName
|
|
18
|
+
lastName
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
isGuest
|
|
22
|
+
avatar {
|
|
23
|
+
_id
|
|
24
|
+
|
|
25
|
+
url
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
product {
|
|
29
|
+
_id
|
|
30
|
+
texts(forceLocale: $forceLocale) {
|
|
31
|
+
_id
|
|
32
|
+
title
|
|
33
|
+
subtitle
|
|
34
|
+
}
|
|
35
|
+
media {
|
|
36
|
+
_id
|
|
37
|
+
file {
|
|
38
|
+
_id
|
|
39
|
+
url
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
rating
|
|
44
|
+
title
|
|
45
|
+
review
|
|
46
|
+
upVote: voteCount(type: UPVOTE)
|
|
47
|
+
downVote: voteCount(type: DOWNVOTE)
|
|
48
|
+
voteReport: voteCount(type: REPORT)
|
|
49
|
+
ownVotes {
|
|
50
|
+
timestamp
|
|
51
|
+
type
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
`;
|
|
55
|
+
var ProductReviewDetailFragment_default = ProductReviewDetailFragment;
|
|
56
|
+
|
|
57
|
+
export { ProductReviewDetailFragment_default };
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
// src/modules/common/utils/getUniqueId.ts
|
|
2
|
+
var parseUniqueId = (value) => {
|
|
3
|
+
if (!value) return null;
|
|
4
|
+
const slugAndId = value?.split("_id_");
|
|
5
|
+
return slugAndId?.pop();
|
|
6
|
+
};
|
|
7
|
+
var parseSlug = (value) => {
|
|
8
|
+
if (!value) return null;
|
|
9
|
+
const [slug] = value?.split("_id_") || [];
|
|
10
|
+
return slug;
|
|
11
|
+
};
|
|
12
|
+
|
|
13
|
+
export { parseSlug, parseUniqueId };
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { gql } from '@apollo/client';
|
|
2
|
+
|
|
3
|
+
// src/modules/common/fragments/AddressFragment.ts
|
|
4
|
+
var AddressFragment = gql`
|
|
5
|
+
fragment AddressFragment on Address {
|
|
6
|
+
firstName
|
|
7
|
+
lastName
|
|
8
|
+
company
|
|
9
|
+
addressLine
|
|
10
|
+
postalCode
|
|
11
|
+
city
|
|
12
|
+
countryCode
|
|
13
|
+
regionCode
|
|
14
|
+
}
|
|
15
|
+
`;
|
|
16
|
+
var AddressFragment_default = AddressFragment;
|
|
17
|
+
|
|
18
|
+
export { AddressFragment_default };
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
import { gql } from '@apollo/client';
|
|
2
|
+
import { useQuery } from '@apollo/client/react';
|
|
3
|
+
|
|
4
|
+
// src/modules/currency/hooks/useCurrencies.ts
|
|
5
|
+
var CurrencyFragment = gql`
|
|
6
|
+
fragment CurrencyFragment on Currency {
|
|
7
|
+
_id
|
|
8
|
+
isoCode
|
|
9
|
+
isActive
|
|
10
|
+
contractAddress
|
|
11
|
+
decimals
|
|
12
|
+
}
|
|
13
|
+
`;
|
|
14
|
+
var CurrencyFragment_default = CurrencyFragment;
|
|
15
|
+
|
|
16
|
+
// src/modules/currency/hooks/useCurrencies.ts
|
|
17
|
+
var CurrenciesQuery = gql`
|
|
18
|
+
query Currencies(
|
|
19
|
+
$queryString: String
|
|
20
|
+
$limit: Int
|
|
21
|
+
$offset: Int
|
|
22
|
+
$includeInactive: Boolean
|
|
23
|
+
$sort: [SortOptionInput!]
|
|
24
|
+
) {
|
|
25
|
+
currencies(
|
|
26
|
+
queryString: $queryString
|
|
27
|
+
limit: $limit
|
|
28
|
+
offset: $offset
|
|
29
|
+
includeInactive: $includeInactive
|
|
30
|
+
sort: $sort
|
|
31
|
+
) {
|
|
32
|
+
...CurrencyFragment
|
|
33
|
+
}
|
|
34
|
+
currenciesCount(
|
|
35
|
+
includeInactive: $includeInactive
|
|
36
|
+
queryString: $queryString
|
|
37
|
+
)
|
|
38
|
+
}
|
|
39
|
+
${CurrencyFragment_default}
|
|
40
|
+
`;
|
|
41
|
+
var useCurrencies = ({
|
|
42
|
+
queryString = "",
|
|
43
|
+
limit = 20,
|
|
44
|
+
offset = 0,
|
|
45
|
+
includeInactive = true,
|
|
46
|
+
sort = []
|
|
47
|
+
} = {}) => {
|
|
48
|
+
const { data, loading, error, fetchMore } = useQuery(CurrenciesQuery, {
|
|
49
|
+
variables: { queryString, limit, offset, includeInactive, sort }
|
|
50
|
+
});
|
|
51
|
+
const currencies = data?.currencies || [];
|
|
52
|
+
const currenciesCount = data?.currenciesCount;
|
|
53
|
+
const hasMore = currencies?.length < currenciesCount;
|
|
54
|
+
const loadMore = () => {
|
|
55
|
+
fetchMore({
|
|
56
|
+
variables: { offset: currencies?.length }
|
|
57
|
+
});
|
|
58
|
+
};
|
|
59
|
+
return {
|
|
60
|
+
currencies,
|
|
61
|
+
currenciesCount,
|
|
62
|
+
hasMore,
|
|
63
|
+
loading,
|
|
64
|
+
error,
|
|
65
|
+
loadMore
|
|
66
|
+
};
|
|
67
|
+
};
|
|
68
|
+
var useCurrencies_default = useCurrencies;
|
|
69
|
+
|
|
70
|
+
export { CurrencyFragment_default, useCurrencies_default };
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { gql } from '@apollo/client';
|
|
2
|
+
|
|
3
|
+
// src/modules/filter/fragments/FilterFragment.ts
|
|
4
|
+
var FilterFragment = gql`
|
|
5
|
+
fragment FilterFragment on Filter {
|
|
6
|
+
_id
|
|
7
|
+
updated
|
|
8
|
+
created
|
|
9
|
+
key
|
|
10
|
+
isActive
|
|
11
|
+
type
|
|
12
|
+
options {
|
|
13
|
+
_id
|
|
14
|
+
texts {
|
|
15
|
+
_id
|
|
16
|
+
title
|
|
17
|
+
subtitle
|
|
18
|
+
locale
|
|
19
|
+
}
|
|
20
|
+
value
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
`;
|
|
24
|
+
var FilterFragment_default = FilterFragment;
|
|
25
|
+
|
|
26
|
+
export { FilterFragment_default };
|
|
@@ -0,0 +1,180 @@
|
|
|
1
|
+
import { useState, useCallback, useMemo } from 'react';
|
|
2
|
+
import { useForm as useForm$1 } from 'react-hook-form';
|
|
3
|
+
import { useIntl } from 'react-intl';
|
|
4
|
+
import { toast } from 'react-toastify';
|
|
5
|
+
|
|
6
|
+
// src/modules/forms/hooks/useForm.ts
|
|
7
|
+
|
|
8
|
+
// src/modules/common/utils/normalizeFilterKeys.ts
|
|
9
|
+
var isObject = (obj) => {
|
|
10
|
+
return Object.prototype.toString.call(obj) === "[object Object]";
|
|
11
|
+
};
|
|
12
|
+
|
|
13
|
+
// src/modules/forms/lib/clean.ts
|
|
14
|
+
var sanitize = (value) => {
|
|
15
|
+
if (value === "" || typeof value === "string" && value?.trim() === "")
|
|
16
|
+
return null;
|
|
17
|
+
if (typeof value === "string" && value.length) return value.trim();
|
|
18
|
+
if (Array.isArray(value) && value?.length && typeof value[0] === "string")
|
|
19
|
+
return value.map((v) => sanitize(v));
|
|
20
|
+
if (Array.isArray(value) && value?.length && isObject(value[0]))
|
|
21
|
+
return value.map(
|
|
22
|
+
(v) => Object.fromEntries(
|
|
23
|
+
Object.entries(v).map(([name, val]) => [name, sanitize(val)])
|
|
24
|
+
)
|
|
25
|
+
);
|
|
26
|
+
return value;
|
|
27
|
+
};
|
|
28
|
+
var clean = (values) => Object.fromEntries(
|
|
29
|
+
Object.entries(values).map(([name, value]) => [name, sanitize(value)])
|
|
30
|
+
);
|
|
31
|
+
var clean_default = clean;
|
|
32
|
+
|
|
33
|
+
// src/modules/forms/hooks/useForm.ts
|
|
34
|
+
var stripToMessages = (errors) => {
|
|
35
|
+
if (!errors || typeof errors !== "object") return errors;
|
|
36
|
+
if (typeof errors.message === "string" && errors.message)
|
|
37
|
+
return errors.message;
|
|
38
|
+
if (Array.isArray(errors)) return errors.map((v) => stripToMessages(v));
|
|
39
|
+
return Object.fromEntries(
|
|
40
|
+
Object.entries(errors).filter(([k]) => k !== "ref").map(([k, v]) => [k, stripToMessages(v)])
|
|
41
|
+
);
|
|
42
|
+
};
|
|
43
|
+
var useForm = ({
|
|
44
|
+
submit,
|
|
45
|
+
getSubmitErrorMessage = () => "",
|
|
46
|
+
onSubmitSuccess = () => true,
|
|
47
|
+
initialValues,
|
|
48
|
+
initialErrors,
|
|
49
|
+
initialTouched,
|
|
50
|
+
successMessage,
|
|
51
|
+
enableReinitialize,
|
|
52
|
+
validate,
|
|
53
|
+
disabled = false
|
|
54
|
+
}) => {
|
|
55
|
+
const intl = useIntl();
|
|
56
|
+
const [submitError, setSubmitError] = useState("");
|
|
57
|
+
const rhf = useForm$1({
|
|
58
|
+
mode: "onTouched",
|
|
59
|
+
defaultValues: initialValues,
|
|
60
|
+
values: enableReinitialize ? initialValues : void 0,
|
|
61
|
+
errors: initialErrors ? Object.fromEntries(
|
|
62
|
+
Object.entries(initialErrors).map(([key, message]) => [
|
|
63
|
+
key,
|
|
64
|
+
{ type: "manual", message }
|
|
65
|
+
])
|
|
66
|
+
) : void 0
|
|
67
|
+
});
|
|
68
|
+
const parseError = useCallback(
|
|
69
|
+
(combinedError) => {
|
|
70
|
+
const error = combinedError?.errors?.[0];
|
|
71
|
+
return intl.formatMessage(
|
|
72
|
+
{
|
|
73
|
+
id: "error_server",
|
|
74
|
+
defaultMessage: "{details}"
|
|
75
|
+
},
|
|
76
|
+
{ details: error?.message || "" }
|
|
77
|
+
);
|
|
78
|
+
},
|
|
79
|
+
[intl]
|
|
80
|
+
);
|
|
81
|
+
const onSubmit = useCallback(
|
|
82
|
+
async (values) => {
|
|
83
|
+
let reset = true;
|
|
84
|
+
try {
|
|
85
|
+
const result = await submit(clean_default(values));
|
|
86
|
+
const success = (typeof result === "boolean" ? result : result?.success) ?? !result?.error;
|
|
87
|
+
if (success) {
|
|
88
|
+
if (successMessage) toast.success(successMessage);
|
|
89
|
+
await onSubmitSuccess(success, result?.data || values);
|
|
90
|
+
} else {
|
|
91
|
+
const errors = typeof result === "boolean" ? !result : result?.error;
|
|
92
|
+
if (Array.isArray(errors)) {
|
|
93
|
+
errors.forEach((error) => {
|
|
94
|
+
reset = false;
|
|
95
|
+
setSubmitError(getSubmitErrorMessage(error) || parseError(error));
|
|
96
|
+
});
|
|
97
|
+
} else if (typeof errors === "string") {
|
|
98
|
+
reset = false;
|
|
99
|
+
setSubmitError(getSubmitErrorMessage(errors) || parseError(errors));
|
|
100
|
+
} else if (typeof errors === "object" && errors !== null) {
|
|
101
|
+
reset = false;
|
|
102
|
+
setSubmitError(getSubmitErrorMessage(errors) || parseError(errors));
|
|
103
|
+
} else {
|
|
104
|
+
reset = false;
|
|
105
|
+
setSubmitError(getSubmitErrorMessage(errors) || parseError(errors));
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
} catch (error) {
|
|
109
|
+
reset = false;
|
|
110
|
+
setSubmitError(getSubmitErrorMessage(error) || parseError(error));
|
|
111
|
+
}
|
|
112
|
+
if (reset) {
|
|
113
|
+
setSubmitError("");
|
|
114
|
+
}
|
|
115
|
+
},
|
|
116
|
+
[
|
|
117
|
+
submit,
|
|
118
|
+
successMessage,
|
|
119
|
+
onSubmitSuccess,
|
|
120
|
+
getSubmitErrorMessage,
|
|
121
|
+
parseError
|
|
122
|
+
]
|
|
123
|
+
);
|
|
124
|
+
const api = useMemo(
|
|
125
|
+
() => ({
|
|
126
|
+
setFieldError: (name, message) => {
|
|
127
|
+
rhf.setError(name, { type: "manual", message });
|
|
128
|
+
},
|
|
129
|
+
setFieldValue: (name, value) => {
|
|
130
|
+
rhf.setValue(name, value, { shouldDirty: true, shouldTouch: true });
|
|
131
|
+
},
|
|
132
|
+
setValues: (values) => {
|
|
133
|
+
rhf.reset(values, { keepDirtyValues: false, keepErrors: false });
|
|
134
|
+
},
|
|
135
|
+
get values() {
|
|
136
|
+
return rhf.getValues();
|
|
137
|
+
},
|
|
138
|
+
get isValid() {
|
|
139
|
+
return rhf.formState.isValid;
|
|
140
|
+
},
|
|
141
|
+
get isSubmitting() {
|
|
142
|
+
return rhf.formState.isSubmitting;
|
|
143
|
+
},
|
|
144
|
+
handleSubmit: rhf.handleSubmit(onSubmit),
|
|
145
|
+
handleReset: () => {
|
|
146
|
+
rhf.reset();
|
|
147
|
+
},
|
|
148
|
+
resetForm: (nextValues) => {
|
|
149
|
+
rhf.reset(nextValues || initialValues);
|
|
150
|
+
},
|
|
151
|
+
submitForm: () => {
|
|
152
|
+
rhf.handleSubmit(onSubmit)();
|
|
153
|
+
},
|
|
154
|
+
getFieldMeta: (name) => {
|
|
155
|
+
const fieldState = rhf.getFieldState(name, rhf.formState);
|
|
156
|
+
return {
|
|
157
|
+
error: fieldState.error?.message,
|
|
158
|
+
touched: fieldState.isTouched
|
|
159
|
+
};
|
|
160
|
+
},
|
|
161
|
+
get initialValues() {
|
|
162
|
+
return initialValues;
|
|
163
|
+
},
|
|
164
|
+
get errors() {
|
|
165
|
+
return stripToMessages(rhf.formState.errors);
|
|
166
|
+
}
|
|
167
|
+
}),
|
|
168
|
+
[rhf, onSubmit, initialValues]
|
|
169
|
+
);
|
|
170
|
+
return {
|
|
171
|
+
submitError,
|
|
172
|
+
api,
|
|
173
|
+
rhf,
|
|
174
|
+
setSubmitError,
|
|
175
|
+
disabled
|
|
176
|
+
};
|
|
177
|
+
};
|
|
178
|
+
var useForm_default = useForm;
|
|
179
|
+
|
|
180
|
+
export { useForm_default };
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { gql } from '@apollo/client';
|
|
2
|
+
|
|
3
|
+
// src/modules/product/fragments/TokenFragment.ts
|
|
4
|
+
var TokenFragment = gql`
|
|
5
|
+
fragment TokenFragment on Token {
|
|
6
|
+
_id
|
|
7
|
+
walletAddress
|
|
8
|
+
status
|
|
9
|
+
quantity
|
|
10
|
+
contractAddress
|
|
11
|
+
chainId
|
|
12
|
+
tokenSerialNumber
|
|
13
|
+
invalidatedDate
|
|
14
|
+
expiryDate
|
|
15
|
+
ercMetadata
|
|
16
|
+
accessKey
|
|
17
|
+
isInvalidateable
|
|
18
|
+
}
|
|
19
|
+
`;
|
|
20
|
+
var TokenFragment_default = TokenFragment;
|
|
21
|
+
|
|
22
|
+
export { TokenFragment_default };
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
import { gql } from '@apollo/client';
|
|
2
|
+
import { useQuery } from '@apollo/client/react';
|
|
3
|
+
|
|
4
|
+
// src/modules/language/hooks/useLanguages.ts
|
|
5
|
+
var LanguageFragment = gql`
|
|
6
|
+
fragment LanguageFragment on Language {
|
|
7
|
+
_id
|
|
8
|
+
isoCode
|
|
9
|
+
isActive
|
|
10
|
+
isBase
|
|
11
|
+
name
|
|
12
|
+
}
|
|
13
|
+
`;
|
|
14
|
+
var LanguageFragment_default = LanguageFragment;
|
|
15
|
+
|
|
16
|
+
// src/modules/language/hooks/useLanguages.ts
|
|
17
|
+
var LanguagesQuery = gql`
|
|
18
|
+
query Languages(
|
|
19
|
+
$queryString: String
|
|
20
|
+
$offset: Int
|
|
21
|
+
$limit: Int
|
|
22
|
+
$includeInactive: Boolean
|
|
23
|
+
$sort: [SortOptionInput!]
|
|
24
|
+
) {
|
|
25
|
+
languages(
|
|
26
|
+
queryString: $queryString
|
|
27
|
+
offset: $offset
|
|
28
|
+
limit: $limit
|
|
29
|
+
includeInactive: $includeInactive
|
|
30
|
+
sort: $sort
|
|
31
|
+
) {
|
|
32
|
+
...LanguageFragment
|
|
33
|
+
}
|
|
34
|
+
languagesCount(includeInactive: $includeInactive, queryString: $queryString)
|
|
35
|
+
}
|
|
36
|
+
${LanguageFragment_default}
|
|
37
|
+
`;
|
|
38
|
+
var useLanguages = ({
|
|
39
|
+
queryString = "",
|
|
40
|
+
limit = 20,
|
|
41
|
+
offset = 0,
|
|
42
|
+
includeInactive = true,
|
|
43
|
+
sort = [],
|
|
44
|
+
skip = false
|
|
45
|
+
} = {}) => {
|
|
46
|
+
const { data, loading, error, fetchMore } = useQuery(LanguagesQuery, {
|
|
47
|
+
variables: { queryString, limit, offset, includeInactive, sort },
|
|
48
|
+
errorPolicy: "all",
|
|
49
|
+
skip
|
|
50
|
+
});
|
|
51
|
+
const languages = data?.languages || [];
|
|
52
|
+
const languagesCount = data?.languagesCount;
|
|
53
|
+
const hasMore = languages?.length < languagesCount;
|
|
54
|
+
const loadMore = () => {
|
|
55
|
+
fetchMore({
|
|
56
|
+
variables: { offset: languages?.length }
|
|
57
|
+
});
|
|
58
|
+
};
|
|
59
|
+
return {
|
|
60
|
+
languages,
|
|
61
|
+
languagesCount,
|
|
62
|
+
hasMore,
|
|
63
|
+
loading,
|
|
64
|
+
error,
|
|
65
|
+
loadMore
|
|
66
|
+
};
|
|
67
|
+
};
|
|
68
|
+
var useLanguages_default = useLanguages;
|
|
69
|
+
|
|
70
|
+
export { LanguageFragment_default, useLanguages_default };
|