@tabres/react 1.0.34 → 1.0.37
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/components/PublicMenu/Customer/UnregisteredContact/UnregisteredContact.d.ts +2 -0
- package/dist/components/PublicMenu/Customer/UnregisteredContact/index.d.ts +1 -0
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/models/index.esm.js +1 -1
- package/dist/models/index.esm.js.map +1 -1
- package/dist/models/index.js +1 -1
- package/dist/models/index.js.map +1 -1
- package/dist/models/modules/branch/models.d.ts +3 -1
- package/dist/models/modules/customer/hooks.d.ts +1 -0
- package/dist/models/modules/order/hooks.d.ts +3 -1
- package/dist/models/modules/order/models.d.ts +40 -0
- package/dist/models/modules/order/services.d.ts +5 -1
- package/dist/models/modules/order/utils.d.ts +2 -1
- package/dist/models/services/translation/locales/az/customer.d.ts +5 -0
- package/dist/models/services/translation/locales/az/index.d.ts +5 -0
- package/dist/models/services/translation/locales/es/customer.d.ts +5 -0
- package/dist/models/services/translation/locales/es/index.d.ts +5 -0
- package/dist/models/services/translation/locales/et/customer.d.ts +5 -0
- package/dist/models/services/translation/locales/et/index.d.ts +5 -0
- package/dist/models/services/translation/locales/hr/customer.d.ts +5 -0
- package/dist/models/services/translation/locales/hr/index.d.ts +5 -0
- package/dist/models/services/translation/locales/index.d.ts +45 -0
- package/dist/models/services/translation/locales/nl/customer.d.ts +5 -0
- package/dist/models/services/translation/locales/nl/index.d.ts +5 -0
- package/dist/models/services/translation/locales/pl/customer.d.ts +5 -0
- package/dist/models/services/translation/locales/pl/index.d.ts +5 -0
- package/dist/models/services/translation/locales/pt/customer.d.ts +5 -0
- package/dist/models/services/translation/locales/pt/index.d.ts +5 -0
- package/dist/models/services/translation/locales/ru/customer.d.ts +5 -0
- package/dist/models/services/translation/locales/ru/index.d.ts +5 -0
- package/dist/models/services/translation/locales/tr/customer.d.ts +5 -0
- package/dist/models/services/translation/locales/tr/index.d.ts +5 -0
- package/dist/models/store/order.d.ts +2 -0
- package/dist/modules/branch/models.d.ts +3 -1
- package/dist/modules/customer/hooks.d.ts +1 -0
- package/dist/modules/menu/hooks.test.d.ts +1 -0
- package/dist/modules/order/hooks.d.ts +3 -1
- package/dist/modules/order/models.d.ts +40 -0
- package/dist/modules/order/services.d.ts +5 -1
- package/dist/modules/order/services.test.d.ts +1 -0
- package/dist/modules/order/utils.d.ts +2 -1
- package/dist/services/translation/locales/az/customer.d.ts +5 -0
- package/dist/services/translation/locales/az/index.d.ts +5 -0
- package/dist/services/translation/locales/es/customer.d.ts +5 -0
- package/dist/services/translation/locales/es/index.d.ts +5 -0
- package/dist/services/translation/locales/et/customer.d.ts +5 -0
- package/dist/services/translation/locales/et/index.d.ts +5 -0
- package/dist/services/translation/locales/hr/customer.d.ts +5 -0
- package/dist/services/translation/locales/hr/index.d.ts +5 -0
- package/dist/services/translation/locales/index.d.ts +45 -0
- package/dist/services/translation/locales/nl/customer.d.ts +5 -0
- package/dist/services/translation/locales/nl/index.d.ts +5 -0
- package/dist/services/translation/locales/pl/customer.d.ts +5 -0
- package/dist/services/translation/locales/pl/index.d.ts +5 -0
- package/dist/services/translation/locales/pt/customer.d.ts +5 -0
- package/dist/services/translation/locales/pt/index.d.ts +5 -0
- package/dist/services/translation/locales/ru/customer.d.ts +5 -0
- package/dist/services/translation/locales/ru/index.d.ts +5 -0
- package/dist/services/translation/locales/tr/customer.d.ts +5 -0
- package/dist/services/translation/locales/tr/index.d.ts +5 -0
- package/dist/store/order.d.ts +2 -0
- package/dist/styles/ui.css +1 -1
- package/dist/styles/ui.css.map +1 -1
- package/dist/utils/index.esm.js +1 -1
- package/dist/utils/index.esm.js.map +1 -1
- package/dist/utils/index.js +1 -1
- package/dist/utils/index.js.map +1 -1
- package/dist/utils/modules/branch/models.d.ts +3 -1
- package/dist/utils/modules/customer/hooks.d.ts +1 -0
- package/dist/utils/modules/order/hooks.d.ts +3 -1
- package/dist/utils/modules/order/models.d.ts +40 -0
- package/dist/utils/modules/order/services.d.ts +5 -1
- package/dist/utils/modules/order/utils.d.ts +2 -1
- package/dist/utils/services/translation/locales/az/customer.d.ts +5 -0
- package/dist/utils/services/translation/locales/az/index.d.ts +5 -0
- package/dist/utils/services/translation/locales/es/customer.d.ts +5 -0
- package/dist/utils/services/translation/locales/es/index.d.ts +5 -0
- package/dist/utils/services/translation/locales/et/customer.d.ts +5 -0
- package/dist/utils/services/translation/locales/et/index.d.ts +5 -0
- package/dist/utils/services/translation/locales/hr/customer.d.ts +5 -0
- package/dist/utils/services/translation/locales/hr/index.d.ts +5 -0
- package/dist/utils/services/translation/locales/index.d.ts +45 -0
- package/dist/utils/services/translation/locales/nl/customer.d.ts +5 -0
- package/dist/utils/services/translation/locales/nl/index.d.ts +5 -0
- package/dist/utils/services/translation/locales/pl/customer.d.ts +5 -0
- package/dist/utils/services/translation/locales/pl/index.d.ts +5 -0
- package/dist/utils/services/translation/locales/pt/customer.d.ts +5 -0
- package/dist/utils/services/translation/locales/pt/index.d.ts +5 -0
- package/dist/utils/services/translation/locales/ru/customer.d.ts +5 -0
- package/dist/utils/services/translation/locales/ru/index.d.ts +5 -0
- package/dist/utils/services/translation/locales/tr/customer.d.ts +5 -0
- package/dist/utils/services/translation/locales/tr/index.d.ts +5 -0
- package/dist/utils/store/order.d.ts +2 -0
- package/package.json +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./UnregisteredContact";
|