@tabres/react 1.0.0
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/Readme.md +49 -0
- package/dist/components/BackIcon/BackIcon.d.ts +8 -0
- package/dist/components/BackIcon/index.d.ts +1 -0
- package/dist/components/Events/Events.d.ts +10 -0
- package/dist/components/Events/EventsToolbar.d.ts +7 -0
- package/dist/components/Events/index.d.ts +1 -0
- package/dist/components/Pricing/Pricing.d.ts +11 -0
- package/dist/components/Pricing/PricingPlanAmount.d.ts +9 -0
- package/dist/components/Pricing/index.d.ts +1 -0
- package/dist/components/PublicMenu/Branches/BranchCard/BranchCard.d.ts +6 -0
- package/dist/components/PublicMenu/Branches/BranchCard/Parent.d.ts +7 -0
- package/dist/components/PublicMenu/Branches/BranchCard/index.d.ts +1 -0
- package/dist/components/PublicMenu/Branches/Branches.d.ts +2 -0
- package/dist/components/PublicMenu/Branches/index.d.ts +1 -0
- package/dist/components/PublicMenu/Categories/Categories.d.ts +10 -0
- package/dist/components/PublicMenu/Categories/index.d.ts +1 -0
- package/dist/components/PublicMenu/Customer/CustomerAddress/AddressContent/AddressContent.d.ts +2 -0
- package/dist/components/PublicMenu/Customer/CustomerAddress/AddressContent/index.d.ts +1 -0
- package/dist/components/PublicMenu/Customer/CustomerAddress/CustomerAddress.d.ts +2 -0
- package/dist/components/PublicMenu/Customer/CustomerAddress/NoAddressContent/NoAddressContent.d.ts +2 -0
- package/dist/components/PublicMenu/Customer/CustomerAddress/NoAddressContent/index.d.ts +1 -0
- package/dist/components/PublicMenu/Customer/CustomerAddress/index.d.ts +1 -0
- package/dist/components/PublicMenu/Header/BranchBusinessHours/BranchBusinessHours.d.ts +7 -0
- package/dist/components/PublicMenu/Header/BranchBusinessHours/HoursList/HoursList.d.ts +7 -0
- package/dist/components/PublicMenu/Header/BranchBusinessHours/HoursList/index.d.ts +1 -0
- package/dist/components/PublicMenu/Header/BranchBusinessHours/index.d.ts +1 -0
- package/dist/components/PublicMenu/Header/BranchHeader/BranchHeader.d.ts +2 -0
- package/dist/components/PublicMenu/Header/BranchHeader/HeaderLinks/HeaderLinks.d.ts +2 -0
- package/dist/components/PublicMenu/Header/BranchHeader/HeaderLinks/index.d.ts +1 -0
- package/dist/components/PublicMenu/Header/BranchHeader/index.d.ts +1 -0
- package/dist/components/PublicMenu/Header/BusinessHeader/BusinessHeader.d.ts +2 -0
- package/dist/components/PublicMenu/Header/BusinessHeader/index.d.ts +1 -0
- package/dist/components/PublicMenu/Header/Header.d.ts +2 -0
- package/dist/components/PublicMenu/Header/Languages/Languages.d.ts +2 -0
- package/dist/components/PublicMenu/Header/Languages/index.d.ts +1 -0
- package/dist/components/PublicMenu/Header/index.d.ts +1 -0
- package/dist/components/PublicMenu/MenuContent/MenuContent.d.ts +6 -0
- package/dist/components/PublicMenu/MenuContent/index.d.ts +1 -0
- package/dist/components/PublicMenu/Modals/AddUpdateAddress/AddUpdateAddress.d.ts +3 -0
- package/dist/components/PublicMenu/Modals/AddUpdateAddress/index.d.ts +1 -0
- package/dist/components/PublicMenu/Modals/AddUpdateNote/AddUpdateNote.d.ts +3 -0
- package/dist/components/PublicMenu/Modals/AddUpdateNote/index.d.ts +1 -0
- package/dist/components/PublicMenu/Modals/Auth/Auth.d.ts +3 -0
- package/dist/components/PublicMenu/Modals/Auth/EmailStep.d.ts +8 -0
- package/dist/components/PublicMenu/Modals/Auth/OTPStep.d.ts +7 -0
- package/dist/components/PublicMenu/Modals/Auth/PhoneStep.d.ts +7 -0
- package/dist/components/PublicMenu/Modals/Auth/index.d.ts +1 -0
- package/dist/components/PublicMenu/Modals/BranchBusinessHours/BranchBusinessHours.d.ts +3 -0
- package/dist/components/PublicMenu/Modals/BranchBusinessHours/index.d.ts +1 -0
- package/dist/components/PublicMenu/OrderDrawer/OrderDrawer.d.ts +2 -0
- package/dist/components/PublicMenu/OrderDrawer/OrderDrawerCart.d.ts +2 -0
- package/dist/components/PublicMenu/OrderDrawer/OrderDrawerCompleted.d.ts +2 -0
- package/dist/components/PublicMenu/OrderDrawer/OrderDrawerDetails.d.ts +2 -0
- package/dist/components/PublicMenu/OrderDrawer/OrderDrawerFooter.d.ts +6 -0
- package/dist/components/PublicMenu/OrderDrawer/OrderTable/OrderTable.d.ts +2 -0
- package/dist/components/PublicMenu/OrderDrawer/OrderTable/OrderTableUI.d.ts +13 -0
- package/dist/components/PublicMenu/OrderDrawer/OrderTable/index.d.ts +1 -0
- package/dist/components/PublicMenu/OrderDrawer/index.d.ts +1 -0
- package/dist/components/PublicMenu/OrderFAB/OrderFAB.d.ts +8 -0
- package/dist/components/PublicMenu/OrderFAB/OrderFABContainer.d.ts +6 -0
- package/dist/components/PublicMenu/OrderFAB/index.d.ts +2 -0
- package/dist/components/PublicMenu/OrderItemsList/OrderItemsList.d.ts +5 -0
- package/dist/components/PublicMenu/OrderItemsList/OrderNoItems.d.ts +2 -0
- package/dist/components/PublicMenu/OrderItemsList/index.d.ts +1 -0
- package/dist/components/PublicMenu/OrderListItem/OptionsInfo/OptionsInfo.d.ts +10 -0
- package/dist/components/PublicMenu/OrderListItem/OptionsInfo/index.d.ts +1 -0
- package/dist/components/PublicMenu/OrderListItem/OrderListItem.d.ts +7 -0
- package/dist/components/PublicMenu/OrderListItem/index.d.ts +1 -0
- package/dist/components/PublicMenu/OrderMethods/OrderMethods.d.ts +11 -0
- package/dist/components/PublicMenu/OrderMethods/OrderMethods.types.d.ts +9 -0
- package/dist/components/PublicMenu/OrderMethods/index.d.ts +1 -0
- package/dist/components/PublicMenu/OrderPaymentSummary/OrderPaymentSummary.d.ts +14 -0
- package/dist/components/PublicMenu/OrderPaymentSummary/index.d.ts +1 -0
- package/dist/components/PublicMenu/OrderStepper/OrderStepper.d.ts +8 -0
- package/dist/components/PublicMenu/OrderStepper/index.d.ts +1 -0
- package/dist/components/PublicMenu/ProductAddons/ProductAddons.d.ts +16 -0
- package/dist/components/PublicMenu/ProductAddons/index.d.ts +1 -0
- package/dist/components/PublicMenu/ProductDetails/ProductDetails.d.ts +3 -0
- package/dist/components/PublicMenu/ProductDetails/ProductDetailsUI.d.ts +32 -0
- package/dist/components/PublicMenu/ProductDetails/index.d.ts +1 -0
- package/dist/components/PublicMenu/ProductInOrder/ProductInOrder.d.ts +10 -0
- package/dist/components/PublicMenu/ProductInOrder/index.d.ts +1 -0
- package/dist/components/PublicMenu/ProductQuantity/ProductQuantity.d.ts +12 -0
- package/dist/components/PublicMenu/ProductQuantity/index.d.ts +1 -0
- package/dist/components/PublicMenu/ProductVariants/ProductVariants.d.ts +11 -0
- package/dist/components/PublicMenu/ProductVariants/index.d.ts +1 -0
- package/dist/components/PublicMenu/Products/Products.d.ts +13 -0
- package/dist/components/PublicMenu/Products/index.d.ts +1 -0
- package/dist/components/PublicMenu/ProductsGridItem/ProductsGridItem.d.ts +3 -0
- package/dist/components/PublicMenu/ProductsGridItem/ProductsGridItem.types.d.ts +13 -0
- package/dist/components/PublicMenu/ProductsGridItem/ProductsGridItemContainer.d.ts +4 -0
- package/dist/components/PublicMenu/ProductsGridItem/index.d.ts +2 -0
- package/dist/components/PublicMenu/ProductsListItem/ProductsListItem.d.ts +9 -0
- package/dist/components/PublicMenu/ProductsListItem/index.d.ts +1 -0
- package/dist/components/PublicMenu/PublicMenu.d.ts +6 -0
- package/dist/components/PublicMenu/Videos/Video/Actions/Actions.d.ts +6 -0
- package/dist/components/PublicMenu/Videos/Video/Actions/index.d.ts +1 -0
- package/dist/components/PublicMenu/Videos/Video/Video.d.ts +11 -0
- package/dist/components/PublicMenu/Videos/Video/Video.test.d.ts +1 -0
- package/dist/components/PublicMenu/Videos/Video/VideoData/VideoData.d.ts +6 -0
- package/dist/components/PublicMenu/Videos/Video/VideoData/index.d.ts +1 -0
- package/dist/components/PublicMenu/Videos/Video/index.d.ts +1 -0
- package/dist/components/PublicMenu/Videos/VideoFeed/VideoFeed.d.ts +2 -0
- package/dist/components/PublicMenu/Videos/VideoFeed/index.d.ts +1 -0
- package/dist/components/PublicMenu/index.d.ts +1 -0
- package/dist/components/Quantity/Quantity.d.ts +11 -0
- package/dist/components/Quantity/index.d.ts +1 -0
- package/dist/components/ScrollToTop/ScrollToTop.d.ts +7 -0
- package/dist/components/ScrollToTop/index.d.ts +1 -0
- package/dist/constants/analytics.d.ts +6 -0
- package/dist/constants/constants/analytics.d.ts +6 -0
- package/dist/constants/constants/env.d.ts +1 -0
- package/dist/constants/constants/index.d.ts +4 -0
- package/dist/constants/env.d.ts +1 -0
- package/dist/constants/index.d.ts +4 -0
- package/dist/constants/index.esm.js +2 -0
- package/dist/constants/index.esm.js.map +1 -0
- package/dist/constants/index.js +2 -0
- package/dist/constants/index.js.map +1 -0
- package/dist/constants/modules/feature/constants.d.ts +4 -0
- package/dist/constants/modules/feature/models.d.ts +8 -0
- package/dist/constants/modules/subscription/constants.d.ts +10 -0
- package/dist/constants/modules/subscription/models.d.ts +36 -0
- package/dist/constants/modules/view/constants.d.ts +16 -0
- package/dist/hooks/index.d.ts +1 -0
- package/dist/hooks/translation.d.ts +5 -0
- package/dist/index.d.ts +12 -0
- package/dist/index.esm.js +2 -0
- package/dist/index.esm.js.map +1 -0
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -0
- package/dist/models/components/PublicMenu/OrderMethods/OrderMethods.types.d.ts +9 -0
- package/dist/models/components/PublicMenu/ProductsGridItem/ProductsGridItem.types.d.ts +13 -0
- package/dist/models/constants/env.d.ts +1 -0
- package/dist/models/hooks/translation.d.ts +5 -0
- package/dist/models/index.d.ts +16 -0
- package/dist/models/index.esm.js +2 -0
- package/dist/models/index.esm.js.map +1 -0
- package/dist/models/index.js +2 -0
- package/dist/models/index.js.map +1 -0
- package/dist/models/models/index.d.ts +16 -0
- package/dist/models/modules/addon/models.d.ts +27 -0
- package/dist/models/modules/addon/utils.d.ts +14 -0
- package/dist/models/modules/branch/hooks.d.ts +16 -0
- package/dist/models/modules/branch/models.d.ts +48 -0
- package/dist/models/modules/branch/utils.d.ts +7 -0
- package/dist/models/modules/business/constants.d.ts +2 -0
- package/dist/models/modules/business/hooks.d.ts +15 -0
- package/dist/models/modules/business/models.d.ts +31 -0
- package/dist/models/modules/category/models.d.ts +10 -0
- package/dist/models/modules/common/services.d.ts +1 -0
- package/dist/models/modules/customer/hooks.d.ts +5 -0
- package/dist/models/modules/customer/models.d.ts +50 -0
- package/dist/models/modules/customer/services.d.ts +9 -0
- package/dist/models/modules/feature/models.d.ts +8 -0
- package/dist/models/modules/menu/hooks.d.ts +1 -0
- package/dist/models/modules/menu/index.d.ts +3 -0
- package/dist/models/modules/menu/models.d.ts +25 -0
- package/dist/models/modules/menu/utils.d.ts +4 -0
- package/dist/models/modules/order/constants.d.ts +17 -0
- package/dist/models/modules/order/hooks.d.ts +18 -0
- package/dist/models/modules/order/index.d.ts +5 -0
- package/dist/models/modules/order/models.d.ts +108 -0
- package/dist/models/modules/order/services.d.ts +4 -0
- package/dist/models/modules/order/utils.d.ts +29 -0
- package/dist/models/modules/product/hooks.d.ts +9 -0
- package/dist/models/modules/product/index.d.ts +3 -0
- package/dist/models/modules/product/models.d.ts +50 -0
- package/dist/models/modules/product/utils.d.ts +185 -0
- package/dist/models/modules/store/hooks.d.ts +6 -0
- package/dist/models/modules/subscription/models.d.ts +36 -0
- package/dist/models/modules/table/hooks.d.ts +4 -0
- package/dist/models/modules/table/models.d.ts +66 -0
- package/dist/models/modules/user/models.d.ts +95 -0
- package/dist/models/modules/video/models.d.ts +11 -0
- package/dist/models/modules/view/constants.d.ts +16 -0
- package/dist/models/modules/view/hooks.d.ts +2 -0
- package/dist/models/modules/view/models.d.ts +7 -0
- package/dist/models/modules/view/services.d.ts +2 -0
- package/dist/models/modules/view/utils.d.ts +16 -0
- package/dist/models/services/api/index.d.ts +5 -0
- package/dist/models/services/translation/index.d.ts +3 -0
- package/dist/models/services/translation/locales/az/auth.d.ts +7 -0
- package/dist/models/services/translation/locales/az/branch.d.ts +14 -0
- package/dist/models/services/translation/locales/az/common.d.ts +6 -0
- package/dist/models/services/translation/locales/az/customer.d.ts +17 -0
- package/dist/models/services/translation/locales/az/error.d.ts +20 -0
- package/dist/models/services/translation/locales/az/events.d.ts +8 -0
- package/dist/models/services/translation/locales/az/index.d.ts +151 -0
- package/dist/models/services/translation/locales/az/order.d.ts +47 -0
- package/dist/models/services/translation/locales/az/pricing.d.ts +37 -0
- package/dist/models/services/translation/locales/en/auth.d.ts +2 -0
- package/dist/models/services/translation/locales/en/branch.d.ts +10 -0
- package/dist/models/services/translation/locales/en/common.d.ts +2 -0
- package/dist/models/services/translation/locales/en/customer.d.ts +2 -0
- package/dist/models/services/translation/locales/en/error.d.ts +16 -0
- package/dist/models/services/translation/locales/en/events.d.ts +2 -0
- package/dist/models/services/translation/locales/en/index.d.ts +33 -0
- package/dist/models/services/translation/locales/en/order.d.ts +2 -0
- package/dist/models/services/translation/locales/en/pricing.d.ts +2 -0
- package/dist/models/services/translation/locales/et/auth.d.ts +7 -0
- package/dist/models/services/translation/locales/et/branch.d.ts +13 -0
- package/dist/models/services/translation/locales/et/common.d.ts +6 -0
- package/dist/models/services/translation/locales/et/customer.d.ts +17 -0
- package/dist/models/services/translation/locales/et/error.d.ts +20 -0
- package/dist/models/services/translation/locales/et/events.d.ts +8 -0
- package/dist/models/services/translation/locales/et/index.d.ts +147 -0
- package/dist/models/services/translation/locales/et/order.d.ts +46 -0
- package/dist/models/services/translation/locales/et/pricing.d.ts +35 -0
- package/dist/models/services/translation/locales/index.d.ts +769 -0
- package/dist/models/services/translation/locales/nl/auth.d.ts +7 -0
- package/dist/models/services/translation/locales/nl/branch.d.ts +13 -0
- package/dist/models/services/translation/locales/nl/common.d.ts +6 -0
- package/dist/models/services/translation/locales/nl/customer.d.ts +17 -0
- package/dist/models/services/translation/locales/nl/error.d.ts +20 -0
- package/dist/models/services/translation/locales/nl/events.d.ts +8 -0
- package/dist/models/services/translation/locales/nl/index.d.ts +147 -0
- package/dist/models/services/translation/locales/nl/order.d.ts +46 -0
- package/dist/models/services/translation/locales/nl/pricing.d.ts +35 -0
- package/dist/models/services/translation/locales/ru/auth.d.ts +7 -0
- package/dist/models/services/translation/locales/ru/branch.d.ts +13 -0
- package/dist/models/services/translation/locales/ru/common.d.ts +6 -0
- package/dist/models/services/translation/locales/ru/customer.d.ts +17 -0
- package/dist/models/services/translation/locales/ru/error.d.ts +20 -0
- package/dist/models/services/translation/locales/ru/events.d.ts +8 -0
- package/dist/models/services/translation/locales/ru/index.d.ts +147 -0
- package/dist/models/services/translation/locales/ru/order.d.ts +46 -0
- package/dist/models/services/translation/locales/ru/pricing.d.ts +35 -0
- package/dist/models/services/translation/locales/tr/auth.d.ts +7 -0
- package/dist/models/services/translation/locales/tr/branch.d.ts +13 -0
- package/dist/models/services/translation/locales/tr/common.d.ts +6 -0
- package/dist/models/services/translation/locales/tr/customer.d.ts +17 -0
- package/dist/models/services/translation/locales/tr/error.d.ts +20 -0
- package/dist/models/services/translation/locales/tr/events.d.ts +8 -0
- package/dist/models/services/translation/locales/tr/index.d.ts +147 -0
- package/dist/models/services/translation/locales/tr/order.d.ts +46 -0
- package/dist/models/services/translation/locales/tr/pricing.d.ts +35 -0
- package/dist/models/store/index.d.ts +7 -0
- package/dist/models/store/order.d.ts +42 -0
- package/dist/modules/addon/index.d.ts +2 -0
- package/dist/modules/addon/models.d.ts +27 -0
- package/dist/modules/addon/utils.d.ts +14 -0
- package/dist/modules/addon/utils.test.d.ts +1 -0
- package/dist/modules/branch/hooks.d.ts +16 -0
- package/dist/modules/branch/hooks.test.d.ts +1 -0
- package/dist/modules/branch/index.d.ts +3 -0
- package/dist/modules/branch/models.d.ts +48 -0
- package/dist/modules/branch/utils.d.ts +7 -0
- package/dist/modules/branch/utils.test.d.ts +1 -0
- package/dist/modules/business/constants.d.ts +2 -0
- package/dist/modules/business/hooks.d.ts +15 -0
- package/dist/modules/business/hooks.test.d.ts +1 -0
- package/dist/modules/business/index.d.ts +2 -0
- package/dist/modules/business/models.d.ts +31 -0
- package/dist/modules/category/hooks.d.ts +3 -0
- package/dist/modules/category/hooks.test.d.ts +1 -0
- package/dist/modules/category/index.d.ts +3 -0
- package/dist/modules/category/models.d.ts +10 -0
- package/dist/modules/category/utils.d.ts +3 -0
- package/dist/modules/category/utils.test.d.ts +1 -0
- package/dist/modules/common/index.d.ts +1 -0
- package/dist/modules/common/services.d.ts +1 -0
- package/dist/modules/customer/hooks.d.ts +5 -0
- package/dist/modules/customer/hooks.test.d.ts +1 -0
- package/dist/modules/customer/index.d.ts +4 -0
- package/dist/modules/customer/models.d.ts +50 -0
- package/dist/modules/customer/services.d.ts +9 -0
- package/dist/modules/customer/utils.d.ts +7 -0
- package/dist/modules/customer/utils.test.d.ts +1 -0
- package/dist/modules/feature/constants.d.ts +4 -0
- package/dist/modules/feature/hooks.d.ts +2 -0
- package/dist/modules/feature/hooks.test.d.ts +1 -0
- package/dist/modules/feature/index.d.ts +3 -0
- package/dist/modules/feature/models.d.ts +8 -0
- package/dist/modules/feature/util.test.d.ts +1 -0
- package/dist/modules/feature/utils.d.ts +2 -0
- package/dist/modules/menu/hooks.d.ts +1 -0
- package/dist/modules/menu/index.d.ts +3 -0
- package/dist/modules/menu/models.d.ts +25 -0
- package/dist/modules/menu/utils.d.ts +4 -0
- package/dist/modules/menu/utils.test.d.ts +1 -0
- package/dist/modules/order/constants.d.ts +17 -0
- package/dist/modules/order/hooks.d.ts +18 -0
- package/dist/modules/order/hooks.test.d.ts +1 -0
- package/dist/modules/order/index.d.ts +5 -0
- package/dist/modules/order/models.d.ts +108 -0
- package/dist/modules/order/services.d.ts +4 -0
- package/dist/modules/order/utils.d.ts +29 -0
- package/dist/modules/order/utils.test.d.ts +1 -0
- package/dist/modules/product/hooks.d.ts +9 -0
- package/dist/modules/product/index.d.ts +3 -0
- package/dist/modules/product/models.d.ts +50 -0
- package/dist/modules/product/utils.d.ts +185 -0
- package/dist/modules/store/hooks.d.ts +6 -0
- package/dist/modules/subscription/constants.d.ts +10 -0
- package/dist/modules/subscription/index.d.ts +3 -0
- package/dist/modules/subscription/models.d.ts +36 -0
- package/dist/modules/subscription/utils.d.ts +1 -0
- package/dist/modules/table/hooks.d.ts +4 -0
- package/dist/modules/table/index.d.ts +2 -0
- package/dist/modules/table/models.d.ts +66 -0
- package/dist/modules/user/index.d.ts +2 -0
- package/dist/modules/user/models.d.ts +95 -0
- package/dist/modules/user/utils.d.ts +3 -0
- package/dist/modules/user/utils.test.d.ts +1 -0
- package/dist/modules/video/__mocks.d.ts +7 -0
- package/dist/modules/video/hooks.d.ts +13 -0
- package/dist/modules/video/hooks.test.d.ts +1 -0
- package/dist/modules/video/index.d.ts +2 -0
- package/dist/modules/video/models.d.ts +11 -0
- package/dist/modules/view/constants.d.ts +16 -0
- package/dist/modules/view/hooks.d.ts +2 -0
- package/dist/modules/view/index.d.ts +4 -0
- package/dist/modules/view/models.d.ts +7 -0
- package/dist/modules/view/services.d.ts +2 -0
- package/dist/modules/view/utils.d.ts +16 -0
- package/dist/modules/view/utils.test.d.ts +1 -0
- package/dist/services/api/index.d.ts +5 -0
- package/dist/services/translation/index.d.ts +3 -0
- package/dist/services/translation/locales/az/auth.d.ts +7 -0
- package/dist/services/translation/locales/az/branch.d.ts +14 -0
- package/dist/services/translation/locales/az/common.d.ts +6 -0
- package/dist/services/translation/locales/az/customer.d.ts +17 -0
- package/dist/services/translation/locales/az/error.d.ts +20 -0
- package/dist/services/translation/locales/az/events.d.ts +8 -0
- package/dist/services/translation/locales/az/index.d.ts +151 -0
- package/dist/services/translation/locales/az/order.d.ts +47 -0
- package/dist/services/translation/locales/az/pricing.d.ts +37 -0
- package/dist/services/translation/locales/en/auth.d.ts +2 -0
- package/dist/services/translation/locales/en/branch.d.ts +10 -0
- package/dist/services/translation/locales/en/common.d.ts +2 -0
- package/dist/services/translation/locales/en/customer.d.ts +2 -0
- package/dist/services/translation/locales/en/error.d.ts +16 -0
- package/dist/services/translation/locales/en/events.d.ts +2 -0
- package/dist/services/translation/locales/en/index.d.ts +33 -0
- package/dist/services/translation/locales/en/order.d.ts +2 -0
- package/dist/services/translation/locales/en/pricing.d.ts +2 -0
- package/dist/services/translation/locales/et/auth.d.ts +7 -0
- package/dist/services/translation/locales/et/branch.d.ts +13 -0
- package/dist/services/translation/locales/et/common.d.ts +6 -0
- package/dist/services/translation/locales/et/customer.d.ts +17 -0
- package/dist/services/translation/locales/et/error.d.ts +20 -0
- package/dist/services/translation/locales/et/events.d.ts +8 -0
- package/dist/services/translation/locales/et/index.d.ts +147 -0
- package/dist/services/translation/locales/et/order.d.ts +46 -0
- package/dist/services/translation/locales/et/pricing.d.ts +35 -0
- package/dist/services/translation/locales/index.d.ts +769 -0
- package/dist/services/translation/locales/nl/auth.d.ts +7 -0
- package/dist/services/translation/locales/nl/branch.d.ts +13 -0
- package/dist/services/translation/locales/nl/common.d.ts +6 -0
- package/dist/services/translation/locales/nl/customer.d.ts +17 -0
- package/dist/services/translation/locales/nl/error.d.ts +20 -0
- package/dist/services/translation/locales/nl/events.d.ts +8 -0
- package/dist/services/translation/locales/nl/index.d.ts +147 -0
- package/dist/services/translation/locales/nl/order.d.ts +46 -0
- package/dist/services/translation/locales/nl/pricing.d.ts +35 -0
- package/dist/services/translation/locales/ru/auth.d.ts +7 -0
- package/dist/services/translation/locales/ru/branch.d.ts +13 -0
- package/dist/services/translation/locales/ru/common.d.ts +6 -0
- package/dist/services/translation/locales/ru/customer.d.ts +17 -0
- package/dist/services/translation/locales/ru/error.d.ts +20 -0
- package/dist/services/translation/locales/ru/events.d.ts +8 -0
- package/dist/services/translation/locales/ru/index.d.ts +147 -0
- package/dist/services/translation/locales/ru/order.d.ts +46 -0
- package/dist/services/translation/locales/ru/pricing.d.ts +35 -0
- package/dist/services/translation/locales/tr/auth.d.ts +7 -0
- package/dist/services/translation/locales/tr/branch.d.ts +13 -0
- package/dist/services/translation/locales/tr/common.d.ts +6 -0
- package/dist/services/translation/locales/tr/customer.d.ts +17 -0
- package/dist/services/translation/locales/tr/error.d.ts +20 -0
- package/dist/services/translation/locales/tr/events.d.ts +8 -0
- package/dist/services/translation/locales/tr/index.d.ts +147 -0
- package/dist/services/translation/locales/tr/order.d.ts +46 -0
- package/dist/services/translation/locales/tr/pricing.d.ts +35 -0
- package/dist/store/index.d.ts +7 -0
- package/dist/store/order.d.ts +42 -0
- package/dist/store/order.test.d.ts +1 -0
- package/dist/styles/ui.css +2 -0
- package/dist/styles/ui.css.map +1 -0
- package/dist/utils/index.d.ts +9 -0
- package/dist/utils/index.esm.js +2 -0
- package/dist/utils/index.esm.js.map +1 -0
- package/dist/utils/index.js +2 -0
- package/dist/utils/index.js.map +1 -0
- package/dist/utils/modules/addon/models.d.ts +27 -0
- package/dist/utils/modules/addon/utils.d.ts +14 -0
- package/dist/utils/modules/branch/models.d.ts +48 -0
- package/dist/utils/modules/business/models.d.ts +31 -0
- package/dist/utils/modules/category/models.d.ts +10 -0
- package/dist/utils/modules/category/utils.d.ts +3 -0
- package/dist/utils/modules/customer/models.d.ts +50 -0
- package/dist/utils/modules/customer/utils.d.ts +7 -0
- package/dist/utils/modules/feature/constants.d.ts +4 -0
- package/dist/utils/modules/feature/models.d.ts +8 -0
- package/dist/utils/modules/feature/utils.d.ts +2 -0
- package/dist/utils/modules/menu/models.d.ts +25 -0
- package/dist/utils/modules/menu/utils.d.ts +4 -0
- package/dist/utils/modules/order/constants.d.ts +17 -0
- package/dist/utils/modules/order/models.d.ts +108 -0
- package/dist/utils/modules/order/utils.d.ts +29 -0
- package/dist/utils/modules/product/models.d.ts +50 -0
- package/dist/utils/modules/product/utils.d.ts +185 -0
- package/dist/utils/modules/subscription/models.d.ts +36 -0
- package/dist/utils/modules/table/models.d.ts +66 -0
- package/dist/utils/modules/user/models.d.ts +95 -0
- package/dist/utils/modules/user/utils.d.ts +3 -0
- package/dist/utils/modules/video/models.d.ts +11 -0
- package/dist/utils/modules/view/constants.d.ts +16 -0
- package/dist/utils/modules/view/utils.d.ts +16 -0
- package/dist/utils/utils/index.d.ts +9 -0
- package/package.json +97 -0
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
export declare enum EmployeePermission {
|
|
2
|
+
VIEW_BUSINESS = "VIEW_BUSINESS",
|
|
3
|
+
UPDATE_BUSINESS = "UPDATE_BUSINESS",
|
|
4
|
+
VIEW_ORDERS = "VIEW_ORDERS",
|
|
5
|
+
UPDATE_ORDER = "UPDATE_ORDER",
|
|
6
|
+
CREATE_ORDER = "CREATE_ORDER",
|
|
7
|
+
VIEW_QR_MENU = "VIEW_QR_MENU",
|
|
8
|
+
VIEW_MENU = "VIEW_MENU",
|
|
9
|
+
VIEW_MENU_ITEMS = "VIEW_MENU_ITEMS",
|
|
10
|
+
CREATE_MENU_ITEM = "CREATE_MENU_ITEM",
|
|
11
|
+
UPDATE_MENU_ITEM = "UPDATE_MENU_ITEM",
|
|
12
|
+
DELETE_MENU_ITEM = "DELETE_MENU_ITEM",
|
|
13
|
+
VIEW_CATEGORIES = "VIEW_CATEGORIES",
|
|
14
|
+
UPDATE_CATEGORY = "UPDATE_CATEGORY",
|
|
15
|
+
CREATE_CATEGORY = "CREATE_CATEGORY",
|
|
16
|
+
DELETE_CATEGORY = "DELETE_CATEGORY",
|
|
17
|
+
VIEW_ADDONS = "VIEW_ADDONS",
|
|
18
|
+
UPDATE_ADDON = "UPDATE_ADDON",
|
|
19
|
+
CREATE_ADDON = "CREATE_ADDON",
|
|
20
|
+
DELETE_ADDON = "DELETE_ADDON",
|
|
21
|
+
VIEW_TABLES = "VIEW_TABLES",
|
|
22
|
+
UPDATE_TABLE = "UPDATE_TABLE",
|
|
23
|
+
UPDATE_TABLE_STATUS = "UPDATE_TABLE_STATUS",
|
|
24
|
+
CREATE_TABLE = "CREATE_TABLE",
|
|
25
|
+
DELETE_TABLE = "DELETE_TABLE",
|
|
26
|
+
VIEW_BRANCHES = "VIEW_BRANCHES",
|
|
27
|
+
UPDATE_BRANCH = "UPDATE_BRANCH",
|
|
28
|
+
CREATE_BRANCH = "CREATE_BRANCH",
|
|
29
|
+
DELETE_BRANCH = "DELETE_BRANCH",
|
|
30
|
+
VIEW_EMPLOYEES = "VIEW_EMPLOYEES",
|
|
31
|
+
UPDATE_EMPLOYEE = "UPDATE_EMPLOYEE",
|
|
32
|
+
CREATE_EMPLOYEE = "CREATE_EMPLOYEE",
|
|
33
|
+
DELETE_EMPLOYEE = "DELETE_EMPLOYEE",
|
|
34
|
+
VIEW_ANALYTICS = "VIEW_ANALYTICS",
|
|
35
|
+
VIEW_SALES_REPORTS = "VIEW_SALES_REPORTS",
|
|
36
|
+
VIEW_SUBSCRIPTION = "VIEW_SUBSCRIPTION",
|
|
37
|
+
UPDATE_SUBSCRIPTION = "UPDATE_SUBSCRIPTION",
|
|
38
|
+
VIEW_QR_CODES = "VIEW_QR_CODES",
|
|
39
|
+
CREATE_QR_CODE = "CREATE_QR_CODE",
|
|
40
|
+
DELETE_QR_CODE = "DELETE_QR_CODE",
|
|
41
|
+
ALL = "ALL",
|
|
42
|
+
VIEW_INVENTORY = "VIEW_INVENTORY",
|
|
43
|
+
VIEW_PURCHASES = "VIEW_PURCHASES",
|
|
44
|
+
VIEW_PURCHASE_DETAIL = "VIEW_PURCHASE_DETAIL",
|
|
45
|
+
CREATE_PURCHASE = "CREATE_PURCHASE",
|
|
46
|
+
UPDATE_PURCHASE = "UPDATE_PURCHASE",
|
|
47
|
+
DELETE_PURCHASE = "DELETE_PURCHASE",
|
|
48
|
+
VIEW_INVENTORY_PRODUCTS = "VIEW_INVENTORY_PRODUCTS",
|
|
49
|
+
CREATE_INVENTORY_PRODUCT = "CREATE_INVENTORY_PRODUCT",
|
|
50
|
+
UPDATE_INVENTORY_PRODUCT = "UPDATE_INVENTORY_PRODUCT",
|
|
51
|
+
DELETE_INVENTORY_PRODUCT = "DELETE_INVENTORY_PRODUCT",
|
|
52
|
+
VIEW_BUSINESS_BALANCE = "VIEW_BUSINESS_BALANCE",
|
|
53
|
+
VIEW_BRANCH_BALANCE = "VIEW_BRANCH_BALANCE",
|
|
54
|
+
UPDATE_PRODUCT_INGREDIENTS = "UPDATE_PRODUCT_INGREDIENTS",
|
|
55
|
+
DELETE_PRODUCT_INGREDIENTS = "DELETE_PRODUCT_INGREDIENTS",
|
|
56
|
+
AI_ASSISTANT = "AI_ASSISTANT"
|
|
57
|
+
}
|
|
58
|
+
export declare enum UserRole {
|
|
59
|
+
OWNER = "OWNER",
|
|
60
|
+
BRANCH_MANAGER = "BRANCH_MANAGER",
|
|
61
|
+
GENERAL_MANAGER = "GENERAL_MANAGER",
|
|
62
|
+
CHEF = "CHEF",
|
|
63
|
+
SOUS_CHEF = "SOUS_CHEF",
|
|
64
|
+
PASTRY_CHEF = "PASTRY_CHEF",
|
|
65
|
+
LINE_COOK = "LINE_COOK",
|
|
66
|
+
PREP_COOK = "PREP_COOK",
|
|
67
|
+
KITCHEN_ASSISTANT = "KITCHEN_ASSISTANT",
|
|
68
|
+
DISHWASHER = "DISHWASHER",
|
|
69
|
+
HEAD_WAITER = "HEAD_WAITER",
|
|
70
|
+
WAITER = "WAITER",
|
|
71
|
+
RUNNER = "RUNNER",
|
|
72
|
+
BARISTA = "BARISTA",
|
|
73
|
+
BARTENDER = "BARTENDER",
|
|
74
|
+
SOMMELIER = "SOMMELIER",
|
|
75
|
+
ACCOUNTANT = "ACCOUNTANT",
|
|
76
|
+
ROOM_SERVICE_STAFF = "ROOM_SERVICE_STAFF",
|
|
77
|
+
DELIVERY_DRIVER = "DELIVERY_DRIVER",
|
|
78
|
+
INVENTORY_MANAGER = "INVENTORY_MANAGER",
|
|
79
|
+
PURCHASING_MANAGER = "PURCHASING_MANAGER",
|
|
80
|
+
WAREHOUSE_STAFF = "WAREHOUSE_STAFF"
|
|
81
|
+
}
|
|
82
|
+
export interface User {
|
|
83
|
+
id?: number;
|
|
84
|
+
email: string;
|
|
85
|
+
fullName: string;
|
|
86
|
+
role?: UserRole;
|
|
87
|
+
avatar64?: string | null;
|
|
88
|
+
avatar128?: string | null;
|
|
89
|
+
avatar256?: string | null;
|
|
90
|
+
businessId?: number;
|
|
91
|
+
branchId?: number | null;
|
|
92
|
+
createdAt: string;
|
|
93
|
+
emailVerified?: boolean;
|
|
94
|
+
permissions?: EmployeePermission[];
|
|
95
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { EmployeePermission, UserRole } from "./models";
|
|
2
|
+
export declare const getPermissionsByRole: (role?: UserRole) => EmployeePermission[];
|
|
3
|
+
export declare const getHasUserPermission: (requiredPermissions: EmployeePermission[], userPermissions: EmployeePermission[]) => boolean;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { RefObject } from "react";
|
|
2
|
+
import { Video } from "./models";
|
|
3
|
+
export declare const useVideoId: () => string;
|
|
4
|
+
export declare const useVideos: () => Video[];
|
|
5
|
+
export declare const useCurrentVideo: () => Video;
|
|
6
|
+
export declare const useOtherVideosForScrolling: () => Video[];
|
|
7
|
+
export declare function useActiveSnap(containerRef: RefObject<HTMLElement>): {
|
|
8
|
+
activeId: number;
|
|
9
|
+
register: (id: number, el: HTMLElement | null) => void;
|
|
10
|
+
};
|
|
11
|
+
export declare const useFirstVideo: () => Video;
|
|
12
|
+
export declare const useVideoUrl: (videoId: number) => string;
|
|
13
|
+
export declare const useFirstVideoUrl: () => string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export declare const MODALS: {
|
|
2
|
+
ADD_UPDATE_NOTES: string;
|
|
3
|
+
AUTH: string;
|
|
4
|
+
ADD_UPDATE_ADDRESS: string;
|
|
5
|
+
BRANCH_BUSINESS_HOURS: string;
|
|
6
|
+
PRODUCT_DETAILS: string;
|
|
7
|
+
};
|
|
8
|
+
export declare const SUPPORTED_LOCALES: string[];
|
|
9
|
+
export declare const SUPPORTED_COUNTRIES: {
|
|
10
|
+
name: string;
|
|
11
|
+
code: string;
|
|
12
|
+
phoneCode: string;
|
|
13
|
+
}[];
|
|
14
|
+
export declare const DOMAIN = "tabres.com";
|
|
15
|
+
export declare const DEFAULT_HOSTNAME = "tabres.com";
|
|
16
|
+
export declare const IMAGE_BASE_URL = "https://images.tabres.com";
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
interface ValidationResult {
|
|
2
|
+
isValid: boolean;
|
|
3
|
+
error?: string;
|
|
4
|
+
}
|
|
5
|
+
export declare function validatePhoneNumber(phoneNumber: string): ValidationResult;
|
|
6
|
+
export declare const getBaseUrl: (hostname: string, language: string) => {
|
|
7
|
+
url: string;
|
|
8
|
+
domain: string;
|
|
9
|
+
};
|
|
10
|
+
export declare const getRegisterUrl: (language: string, source: string) => string;
|
|
11
|
+
export declare const getImageSource: (image?: string) => string;
|
|
12
|
+
export declare const getLogoImageSource: (logoImage?: string) => string;
|
|
13
|
+
export declare const getCoverPhotoSource: (coverPhoto?: string) => string;
|
|
14
|
+
export declare const rgbDataURL: (r: number, g: number, b: number) => string;
|
|
15
|
+
export declare const getVideoSource: (video?: string) => string;
|
|
16
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"WEEKDAY-0": string;
|
|
3
|
+
"WEEKDAY-1": string;
|
|
4
|
+
"WEEKDAY-2": string;
|
|
5
|
+
"WEEKDAY-3": string;
|
|
6
|
+
"WEEKDAY-4": string;
|
|
7
|
+
"WEEKDAY-5": string;
|
|
8
|
+
"WEEKDAY-6": string;
|
|
9
|
+
Closed: string;
|
|
10
|
+
"Opening Hours": string;
|
|
11
|
+
"Delivery Hours": string;
|
|
12
|
+
Feedback: string;
|
|
13
|
+
};
|
|
14
|
+
export default _default;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"Unknown address": string;
|
|
3
|
+
"No address available": string;
|
|
4
|
+
"Update Delivery Address": string;
|
|
5
|
+
Country: string;
|
|
6
|
+
City: string;
|
|
7
|
+
"Baker Street": string;
|
|
8
|
+
Address: string;
|
|
9
|
+
"House number": string;
|
|
10
|
+
"Additional number": string;
|
|
11
|
+
"Example: Door code is 555": string;
|
|
12
|
+
"Delivery Instructions": string;
|
|
13
|
+
Azerbaijan: string;
|
|
14
|
+
Floor: string;
|
|
15
|
+
"Enter address": string;
|
|
16
|
+
};
|
|
17
|
+
export default _default;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
SOMETHING_WRONG: string;
|
|
3
|
+
FIELD_REQUIRED: string;
|
|
4
|
+
"Azerbaijani numbers must be 9 digits and start with 50, 51, 10, 55, 99, 70, 77, 60": string;
|
|
5
|
+
"Unsupported country code": string;
|
|
6
|
+
"Invalid OTP": string;
|
|
7
|
+
INVALID_OTP: string;
|
|
8
|
+
OTP_RATE_LIMIT_EXCEEDED: string;
|
|
9
|
+
"Invalid Email Address": string;
|
|
10
|
+
FEATURE_NOT_AVAILABLE_FOR_SEGMENT: string;
|
|
11
|
+
ORDER_TYPE_DISABLED_FOR_BUSINESS: string;
|
|
12
|
+
ORDER_TYPE_DISABLED_AT_THIS_TIME: string;
|
|
13
|
+
COUNTRY_REQUIRED: string;
|
|
14
|
+
CITY_REQUIRED: string;
|
|
15
|
+
STREET_REQUIRED: string;
|
|
16
|
+
STREET_NUMBER_REQUIRED: string;
|
|
17
|
+
OUT_OF_DELIVERY_RANGE: string;
|
|
18
|
+
NO_ORDER_TYPE: string;
|
|
19
|
+
};
|
|
20
|
+
export default _default;
|
|
@@ -0,0 +1,151 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
error: {
|
|
3
|
+
SOMETHING_WRONG: string;
|
|
4
|
+
FIELD_REQUIRED: string;
|
|
5
|
+
"Azerbaijani numbers must be 9 digits and start with 50, 51, 10, 55, 99, 70, 77, 60": string;
|
|
6
|
+
"Unsupported country code": string;
|
|
7
|
+
"Invalid OTP": string;
|
|
8
|
+
INVALID_OTP: string;
|
|
9
|
+
OTP_RATE_LIMIT_EXCEEDED: string;
|
|
10
|
+
"Invalid Email Address": string;
|
|
11
|
+
FEATURE_NOT_AVAILABLE_FOR_SEGMENT: string;
|
|
12
|
+
ORDER_TYPE_DISABLED_FOR_BUSINESS: string;
|
|
13
|
+
ORDER_TYPE_DISABLED_AT_THIS_TIME: string;
|
|
14
|
+
COUNTRY_REQUIRED: string;
|
|
15
|
+
CITY_REQUIRED: string;
|
|
16
|
+
STREET_REQUIRED: string;
|
|
17
|
+
STREET_NUMBER_REQUIRED: string;
|
|
18
|
+
OUT_OF_DELIVERY_RANGE: string;
|
|
19
|
+
NO_ORDER_TYPE: string;
|
|
20
|
+
};
|
|
21
|
+
common: {
|
|
22
|
+
Save: string;
|
|
23
|
+
Cancel: string;
|
|
24
|
+
Continue: string;
|
|
25
|
+
};
|
|
26
|
+
order: {
|
|
27
|
+
"View order": string;
|
|
28
|
+
"Remove from order": string;
|
|
29
|
+
"Update order": string;
|
|
30
|
+
"Add to order": string;
|
|
31
|
+
Add: string;
|
|
32
|
+
"Your order": string;
|
|
33
|
+
Subtotal: string;
|
|
34
|
+
"Empty order": string;
|
|
35
|
+
"You don't have any items in your order": string;
|
|
36
|
+
"Add items": string;
|
|
37
|
+
"Add an order note": string;
|
|
38
|
+
"Specify any allergies, special requests, or ingredients you want to add or remove": string;
|
|
39
|
+
"Your Order is Completed!": string;
|
|
40
|
+
"Thank you! We've received your order and it will be delivered shortly.": string;
|
|
41
|
+
Delivery: string;
|
|
42
|
+
"Dine in": string;
|
|
43
|
+
Pickup: string;
|
|
44
|
+
Cash: string;
|
|
45
|
+
"POS Terminal": string;
|
|
46
|
+
"Order summary": string;
|
|
47
|
+
Items: string;
|
|
48
|
+
Tax: string;
|
|
49
|
+
Total: string;
|
|
50
|
+
"Special instructions, allergies, etc.": string;
|
|
51
|
+
"Go to checkout": string;
|
|
52
|
+
"Place order": string;
|
|
53
|
+
Continue: string;
|
|
54
|
+
"Not available": string;
|
|
55
|
+
"In order": string;
|
|
56
|
+
"Product choices": string;
|
|
57
|
+
"Track order": string;
|
|
58
|
+
"Minimum order amount for delivery is {{amount}}": string;
|
|
59
|
+
"This field is required": string;
|
|
60
|
+
"Please select a table": string;
|
|
61
|
+
"Please enter an address": string;
|
|
62
|
+
"Please choose product": string;
|
|
63
|
+
Table: string;
|
|
64
|
+
"Select Table": string;
|
|
65
|
+
Card: string;
|
|
66
|
+
"Closed Now": string;
|
|
67
|
+
"Delivery Fee": string;
|
|
68
|
+
"Play video": string;
|
|
69
|
+
" / kg": string;
|
|
70
|
+
" / l": string;
|
|
71
|
+
};
|
|
72
|
+
customer: {
|
|
73
|
+
"Unknown address": string;
|
|
74
|
+
"No address available": string;
|
|
75
|
+
"Update Delivery Address": string;
|
|
76
|
+
Country: string;
|
|
77
|
+
City: string;
|
|
78
|
+
"Baker Street": string;
|
|
79
|
+
Address: string;
|
|
80
|
+
"House number": string;
|
|
81
|
+
"Additional number": string;
|
|
82
|
+
"Example: Door code is 555": string;
|
|
83
|
+
"Delivery Instructions": string;
|
|
84
|
+
Azerbaijan: string;
|
|
85
|
+
Floor: string;
|
|
86
|
+
"Enter address": string;
|
|
87
|
+
};
|
|
88
|
+
auth: {
|
|
89
|
+
"Create an account or log in": string;
|
|
90
|
+
"Phone number": string;
|
|
91
|
+
"I don't have an email": string;
|
|
92
|
+
"We sent a confirmation code to {{address}}": string;
|
|
93
|
+
};
|
|
94
|
+
events: {
|
|
95
|
+
Events: string;
|
|
96
|
+
"Scrolled to Category": string;
|
|
97
|
+
"Category Selected": string;
|
|
98
|
+
"Product Details": string;
|
|
99
|
+
"Product Added to Order": string;
|
|
100
|
+
};
|
|
101
|
+
pricing: {
|
|
102
|
+
"Get Started": string;
|
|
103
|
+
"Choose Plan": string;
|
|
104
|
+
"Smart QR Menu": string;
|
|
105
|
+
"Link-in-bio": string;
|
|
106
|
+
"Menu Analytics": string;
|
|
107
|
+
"Unlimited Products": string;
|
|
108
|
+
"Unlimited Categories": string;
|
|
109
|
+
"Product variants": string;
|
|
110
|
+
"Product options": string;
|
|
111
|
+
"Sales reports": string;
|
|
112
|
+
"24/7 Support": string;
|
|
113
|
+
"Multiple Branches": string;
|
|
114
|
+
"Order Management": string;
|
|
115
|
+
"Table Management": string;
|
|
116
|
+
"Mobile App for Owners & Staff": string;
|
|
117
|
+
"Point of Sale (POS)": string;
|
|
118
|
+
"Delivery Management": string;
|
|
119
|
+
"Third-Party Delivery Integrations": string;
|
|
120
|
+
"TabresPay with Mobile": string;
|
|
121
|
+
"Event management": string;
|
|
122
|
+
"Unlimited Users": string;
|
|
123
|
+
"/ month": string;
|
|
124
|
+
monthly: string;
|
|
125
|
+
annually: string;
|
|
126
|
+
"Flexible Plans for Every Business - Simple Pricing, More Value!": string;
|
|
127
|
+
"Choose a pricing plan that fits your business. Subscribe monthly or annually and save more with long-term plans!": string;
|
|
128
|
+
Appetizer: string;
|
|
129
|
+
"Main Course": string;
|
|
130
|
+
"Unlimited Languages": string;
|
|
131
|
+
"30-day money-back guarantee": string;
|
|
132
|
+
"Limited Time Only": string;
|
|
133
|
+
"/ lifetime": string;
|
|
134
|
+
"Try for free": string;
|
|
135
|
+
"No credit card needed": string;
|
|
136
|
+
};
|
|
137
|
+
branch: {
|
|
138
|
+
"WEEKDAY-0": string;
|
|
139
|
+
"WEEKDAY-1": string;
|
|
140
|
+
"WEEKDAY-2": string;
|
|
141
|
+
"WEEKDAY-3": string;
|
|
142
|
+
"WEEKDAY-4": string;
|
|
143
|
+
"WEEKDAY-5": string;
|
|
144
|
+
"WEEKDAY-6": string;
|
|
145
|
+
Closed: string;
|
|
146
|
+
"Opening Hours": string;
|
|
147
|
+
"Delivery Hours": string;
|
|
148
|
+
Feedback: string;
|
|
149
|
+
};
|
|
150
|
+
};
|
|
151
|
+
export default _default;
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"View order": string;
|
|
3
|
+
"Remove from order": string;
|
|
4
|
+
"Update order": string;
|
|
5
|
+
"Add to order": string;
|
|
6
|
+
Add: string;
|
|
7
|
+
"Your order": string;
|
|
8
|
+
Subtotal: string;
|
|
9
|
+
"Empty order": string;
|
|
10
|
+
"You don't have any items in your order": string;
|
|
11
|
+
"Add items": string;
|
|
12
|
+
"Add an order note": string;
|
|
13
|
+
"Specify any allergies, special requests, or ingredients you want to add or remove": string;
|
|
14
|
+
"Your Order is Completed!": string;
|
|
15
|
+
"Thank you! We've received your order and it will be delivered shortly.": string;
|
|
16
|
+
Delivery: string;
|
|
17
|
+
"Dine in": string;
|
|
18
|
+
Pickup: string;
|
|
19
|
+
Cash: string;
|
|
20
|
+
"POS Terminal": string;
|
|
21
|
+
"Order summary": string;
|
|
22
|
+
Items: string;
|
|
23
|
+
Tax: string;
|
|
24
|
+
Total: string;
|
|
25
|
+
"Special instructions, allergies, etc.": string;
|
|
26
|
+
"Go to checkout": string;
|
|
27
|
+
"Place order": string;
|
|
28
|
+
Continue: string;
|
|
29
|
+
"Not available": string;
|
|
30
|
+
"In order": string;
|
|
31
|
+
"Product choices": string;
|
|
32
|
+
"Track order": string;
|
|
33
|
+
"Minimum order amount for delivery is {{amount}}": string;
|
|
34
|
+
"This field is required": string;
|
|
35
|
+
"Please select a table": string;
|
|
36
|
+
"Please enter an address": string;
|
|
37
|
+
"Please choose product": string;
|
|
38
|
+
Table: string;
|
|
39
|
+
"Select Table": string;
|
|
40
|
+
Card: string;
|
|
41
|
+
"Closed Now": string;
|
|
42
|
+
"Delivery Fee": string;
|
|
43
|
+
"Play video": string;
|
|
44
|
+
" / kg": string;
|
|
45
|
+
" / l": string;
|
|
46
|
+
};
|
|
47
|
+
export default _default;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"Get Started": string;
|
|
3
|
+
"Choose Plan": string;
|
|
4
|
+
"Smart QR Menu": string;
|
|
5
|
+
"Link-in-bio": string;
|
|
6
|
+
"Menu Analytics": string;
|
|
7
|
+
"Unlimited Products": string;
|
|
8
|
+
"Unlimited Categories": string;
|
|
9
|
+
"Product variants": string;
|
|
10
|
+
"Product options": string;
|
|
11
|
+
"Sales reports": string;
|
|
12
|
+
"24/7 Support": string;
|
|
13
|
+
"Multiple Branches": string;
|
|
14
|
+
"Order Management": string;
|
|
15
|
+
"Table Management": string;
|
|
16
|
+
"Mobile App for Owners & Staff": string;
|
|
17
|
+
"Point of Sale (POS)": string;
|
|
18
|
+
"Delivery Management": string;
|
|
19
|
+
"Third-Party Delivery Integrations": string;
|
|
20
|
+
"TabresPay with Mobile": string;
|
|
21
|
+
"Event management": string;
|
|
22
|
+
"Unlimited Users": string;
|
|
23
|
+
"/ month": string;
|
|
24
|
+
monthly: string;
|
|
25
|
+
annually: string;
|
|
26
|
+
"Flexible Plans for Every Business - Simple Pricing, More Value!": string;
|
|
27
|
+
"Choose a pricing plan that fits your business. Subscribe monthly or annually and save more with long-term plans!": string;
|
|
28
|
+
Appetizer: string;
|
|
29
|
+
"Main Course": string;
|
|
30
|
+
"Unlimited Languages": string;
|
|
31
|
+
"30-day money-back guarantee": string;
|
|
32
|
+
"Limited Time Only": string;
|
|
33
|
+
"/ lifetime": string;
|
|
34
|
+
"Try for free": string;
|
|
35
|
+
"No credit card needed": string;
|
|
36
|
+
};
|
|
37
|
+
export default _default;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
SOMETHING_WRONG: string;
|
|
3
|
+
FIELD_REQUIRED: string;
|
|
4
|
+
INVALID_OTP: string;
|
|
5
|
+
OTP_RATE_LIMIT_EXCEEDED: string;
|
|
6
|
+
FEATURE_NOT_AVAILABLE_FOR_SEGMENT: string;
|
|
7
|
+
ORDER_TYPE_DISABLED_FOR_BUSINESS: string;
|
|
8
|
+
ORDER_TYPE_DISABLED_AT_THIS_TIME: string;
|
|
9
|
+
COUNTRY_REQUIRED: string;
|
|
10
|
+
CITY_REQUIRED: string;
|
|
11
|
+
STREET_REQUIRED: string;
|
|
12
|
+
STREET_NUMBER_REQUIRED: string;
|
|
13
|
+
OUT_OF_DELIVERY_RANGE: string;
|
|
14
|
+
NO_ORDER_TYPE: string;
|
|
15
|
+
};
|
|
16
|
+
export default _default;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
error: {
|
|
3
|
+
SOMETHING_WRONG: string;
|
|
4
|
+
FIELD_REQUIRED: string;
|
|
5
|
+
INVALID_OTP: string;
|
|
6
|
+
OTP_RATE_LIMIT_EXCEEDED: string;
|
|
7
|
+
FEATURE_NOT_AVAILABLE_FOR_SEGMENT: string;
|
|
8
|
+
ORDER_TYPE_DISABLED_FOR_BUSINESS: string;
|
|
9
|
+
ORDER_TYPE_DISABLED_AT_THIS_TIME: string;
|
|
10
|
+
COUNTRY_REQUIRED: string;
|
|
11
|
+
CITY_REQUIRED: string;
|
|
12
|
+
STREET_REQUIRED: string;
|
|
13
|
+
STREET_NUMBER_REQUIRED: string;
|
|
14
|
+
OUT_OF_DELIVERY_RANGE: string;
|
|
15
|
+
NO_ORDER_TYPE: string;
|
|
16
|
+
};
|
|
17
|
+
common: {};
|
|
18
|
+
order: {};
|
|
19
|
+
customer: {};
|
|
20
|
+
auth: {};
|
|
21
|
+
events: {};
|
|
22
|
+
pricing: {};
|
|
23
|
+
branch: {
|
|
24
|
+
"WEEKDAY-0": string;
|
|
25
|
+
"WEEKDAY-1": string;
|
|
26
|
+
"WEEKDAY-2": string;
|
|
27
|
+
"WEEKDAY-3": string;
|
|
28
|
+
"WEEKDAY-4": string;
|
|
29
|
+
"WEEKDAY-5": string;
|
|
30
|
+
"WEEKDAY-6": string;
|
|
31
|
+
};
|
|
32
|
+
};
|
|
33
|
+
export default _default;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"WEEKDAY-0": string;
|
|
3
|
+
"WEEKDAY-1": string;
|
|
4
|
+
"WEEKDAY-2": string;
|
|
5
|
+
"WEEKDAY-3": string;
|
|
6
|
+
"WEEKDAY-4": string;
|
|
7
|
+
"WEEKDAY-5": string;
|
|
8
|
+
"WEEKDAY-6": string;
|
|
9
|
+
Closed: string;
|
|
10
|
+
"Opening Hours": string;
|
|
11
|
+
"Delivery Hours": string;
|
|
12
|
+
};
|
|
13
|
+
export default _default;
|