@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.
Files changed (411) hide show
  1. package/Readme.md +49 -0
  2. package/dist/components/BackIcon/BackIcon.d.ts +8 -0
  3. package/dist/components/BackIcon/index.d.ts +1 -0
  4. package/dist/components/Events/Events.d.ts +10 -0
  5. package/dist/components/Events/EventsToolbar.d.ts +7 -0
  6. package/dist/components/Events/index.d.ts +1 -0
  7. package/dist/components/Pricing/Pricing.d.ts +11 -0
  8. package/dist/components/Pricing/PricingPlanAmount.d.ts +9 -0
  9. package/dist/components/Pricing/index.d.ts +1 -0
  10. package/dist/components/PublicMenu/Branches/BranchCard/BranchCard.d.ts +6 -0
  11. package/dist/components/PublicMenu/Branches/BranchCard/Parent.d.ts +7 -0
  12. package/dist/components/PublicMenu/Branches/BranchCard/index.d.ts +1 -0
  13. package/dist/components/PublicMenu/Branches/Branches.d.ts +2 -0
  14. package/dist/components/PublicMenu/Branches/index.d.ts +1 -0
  15. package/dist/components/PublicMenu/Categories/Categories.d.ts +10 -0
  16. package/dist/components/PublicMenu/Categories/index.d.ts +1 -0
  17. package/dist/components/PublicMenu/Customer/CustomerAddress/AddressContent/AddressContent.d.ts +2 -0
  18. package/dist/components/PublicMenu/Customer/CustomerAddress/AddressContent/index.d.ts +1 -0
  19. package/dist/components/PublicMenu/Customer/CustomerAddress/CustomerAddress.d.ts +2 -0
  20. package/dist/components/PublicMenu/Customer/CustomerAddress/NoAddressContent/NoAddressContent.d.ts +2 -0
  21. package/dist/components/PublicMenu/Customer/CustomerAddress/NoAddressContent/index.d.ts +1 -0
  22. package/dist/components/PublicMenu/Customer/CustomerAddress/index.d.ts +1 -0
  23. package/dist/components/PublicMenu/Header/BranchBusinessHours/BranchBusinessHours.d.ts +7 -0
  24. package/dist/components/PublicMenu/Header/BranchBusinessHours/HoursList/HoursList.d.ts +7 -0
  25. package/dist/components/PublicMenu/Header/BranchBusinessHours/HoursList/index.d.ts +1 -0
  26. package/dist/components/PublicMenu/Header/BranchBusinessHours/index.d.ts +1 -0
  27. package/dist/components/PublicMenu/Header/BranchHeader/BranchHeader.d.ts +2 -0
  28. package/dist/components/PublicMenu/Header/BranchHeader/HeaderLinks/HeaderLinks.d.ts +2 -0
  29. package/dist/components/PublicMenu/Header/BranchHeader/HeaderLinks/index.d.ts +1 -0
  30. package/dist/components/PublicMenu/Header/BranchHeader/index.d.ts +1 -0
  31. package/dist/components/PublicMenu/Header/BusinessHeader/BusinessHeader.d.ts +2 -0
  32. package/dist/components/PublicMenu/Header/BusinessHeader/index.d.ts +1 -0
  33. package/dist/components/PublicMenu/Header/Header.d.ts +2 -0
  34. package/dist/components/PublicMenu/Header/Languages/Languages.d.ts +2 -0
  35. package/dist/components/PublicMenu/Header/Languages/index.d.ts +1 -0
  36. package/dist/components/PublicMenu/Header/index.d.ts +1 -0
  37. package/dist/components/PublicMenu/MenuContent/MenuContent.d.ts +6 -0
  38. package/dist/components/PublicMenu/MenuContent/index.d.ts +1 -0
  39. package/dist/components/PublicMenu/Modals/AddUpdateAddress/AddUpdateAddress.d.ts +3 -0
  40. package/dist/components/PublicMenu/Modals/AddUpdateAddress/index.d.ts +1 -0
  41. package/dist/components/PublicMenu/Modals/AddUpdateNote/AddUpdateNote.d.ts +3 -0
  42. package/dist/components/PublicMenu/Modals/AddUpdateNote/index.d.ts +1 -0
  43. package/dist/components/PublicMenu/Modals/Auth/Auth.d.ts +3 -0
  44. package/dist/components/PublicMenu/Modals/Auth/EmailStep.d.ts +8 -0
  45. package/dist/components/PublicMenu/Modals/Auth/OTPStep.d.ts +7 -0
  46. package/dist/components/PublicMenu/Modals/Auth/PhoneStep.d.ts +7 -0
  47. package/dist/components/PublicMenu/Modals/Auth/index.d.ts +1 -0
  48. package/dist/components/PublicMenu/Modals/BranchBusinessHours/BranchBusinessHours.d.ts +3 -0
  49. package/dist/components/PublicMenu/Modals/BranchBusinessHours/index.d.ts +1 -0
  50. package/dist/components/PublicMenu/OrderDrawer/OrderDrawer.d.ts +2 -0
  51. package/dist/components/PublicMenu/OrderDrawer/OrderDrawerCart.d.ts +2 -0
  52. package/dist/components/PublicMenu/OrderDrawer/OrderDrawerCompleted.d.ts +2 -0
  53. package/dist/components/PublicMenu/OrderDrawer/OrderDrawerDetails.d.ts +2 -0
  54. package/dist/components/PublicMenu/OrderDrawer/OrderDrawerFooter.d.ts +6 -0
  55. package/dist/components/PublicMenu/OrderDrawer/OrderTable/OrderTable.d.ts +2 -0
  56. package/dist/components/PublicMenu/OrderDrawer/OrderTable/OrderTableUI.d.ts +13 -0
  57. package/dist/components/PublicMenu/OrderDrawer/OrderTable/index.d.ts +1 -0
  58. package/dist/components/PublicMenu/OrderDrawer/index.d.ts +1 -0
  59. package/dist/components/PublicMenu/OrderFAB/OrderFAB.d.ts +8 -0
  60. package/dist/components/PublicMenu/OrderFAB/OrderFABContainer.d.ts +6 -0
  61. package/dist/components/PublicMenu/OrderFAB/index.d.ts +2 -0
  62. package/dist/components/PublicMenu/OrderItemsList/OrderItemsList.d.ts +5 -0
  63. package/dist/components/PublicMenu/OrderItemsList/OrderNoItems.d.ts +2 -0
  64. package/dist/components/PublicMenu/OrderItemsList/index.d.ts +1 -0
  65. package/dist/components/PublicMenu/OrderListItem/OptionsInfo/OptionsInfo.d.ts +10 -0
  66. package/dist/components/PublicMenu/OrderListItem/OptionsInfo/index.d.ts +1 -0
  67. package/dist/components/PublicMenu/OrderListItem/OrderListItem.d.ts +7 -0
  68. package/dist/components/PublicMenu/OrderListItem/index.d.ts +1 -0
  69. package/dist/components/PublicMenu/OrderMethods/OrderMethods.d.ts +11 -0
  70. package/dist/components/PublicMenu/OrderMethods/OrderMethods.types.d.ts +9 -0
  71. package/dist/components/PublicMenu/OrderMethods/index.d.ts +1 -0
  72. package/dist/components/PublicMenu/OrderPaymentSummary/OrderPaymentSummary.d.ts +14 -0
  73. package/dist/components/PublicMenu/OrderPaymentSummary/index.d.ts +1 -0
  74. package/dist/components/PublicMenu/OrderStepper/OrderStepper.d.ts +8 -0
  75. package/dist/components/PublicMenu/OrderStepper/index.d.ts +1 -0
  76. package/dist/components/PublicMenu/ProductAddons/ProductAddons.d.ts +16 -0
  77. package/dist/components/PublicMenu/ProductAddons/index.d.ts +1 -0
  78. package/dist/components/PublicMenu/ProductDetails/ProductDetails.d.ts +3 -0
  79. package/dist/components/PublicMenu/ProductDetails/ProductDetailsUI.d.ts +32 -0
  80. package/dist/components/PublicMenu/ProductDetails/index.d.ts +1 -0
  81. package/dist/components/PublicMenu/ProductInOrder/ProductInOrder.d.ts +10 -0
  82. package/dist/components/PublicMenu/ProductInOrder/index.d.ts +1 -0
  83. package/dist/components/PublicMenu/ProductQuantity/ProductQuantity.d.ts +12 -0
  84. package/dist/components/PublicMenu/ProductQuantity/index.d.ts +1 -0
  85. package/dist/components/PublicMenu/ProductVariants/ProductVariants.d.ts +11 -0
  86. package/dist/components/PublicMenu/ProductVariants/index.d.ts +1 -0
  87. package/dist/components/PublicMenu/Products/Products.d.ts +13 -0
  88. package/dist/components/PublicMenu/Products/index.d.ts +1 -0
  89. package/dist/components/PublicMenu/ProductsGridItem/ProductsGridItem.d.ts +3 -0
  90. package/dist/components/PublicMenu/ProductsGridItem/ProductsGridItem.types.d.ts +13 -0
  91. package/dist/components/PublicMenu/ProductsGridItem/ProductsGridItemContainer.d.ts +4 -0
  92. package/dist/components/PublicMenu/ProductsGridItem/index.d.ts +2 -0
  93. package/dist/components/PublicMenu/ProductsListItem/ProductsListItem.d.ts +9 -0
  94. package/dist/components/PublicMenu/ProductsListItem/index.d.ts +1 -0
  95. package/dist/components/PublicMenu/PublicMenu.d.ts +6 -0
  96. package/dist/components/PublicMenu/Videos/Video/Actions/Actions.d.ts +6 -0
  97. package/dist/components/PublicMenu/Videos/Video/Actions/index.d.ts +1 -0
  98. package/dist/components/PublicMenu/Videos/Video/Video.d.ts +11 -0
  99. package/dist/components/PublicMenu/Videos/Video/Video.test.d.ts +1 -0
  100. package/dist/components/PublicMenu/Videos/Video/VideoData/VideoData.d.ts +6 -0
  101. package/dist/components/PublicMenu/Videos/Video/VideoData/index.d.ts +1 -0
  102. package/dist/components/PublicMenu/Videos/Video/index.d.ts +1 -0
  103. package/dist/components/PublicMenu/Videos/VideoFeed/VideoFeed.d.ts +2 -0
  104. package/dist/components/PublicMenu/Videos/VideoFeed/index.d.ts +1 -0
  105. package/dist/components/PublicMenu/index.d.ts +1 -0
  106. package/dist/components/Quantity/Quantity.d.ts +11 -0
  107. package/dist/components/Quantity/index.d.ts +1 -0
  108. package/dist/components/ScrollToTop/ScrollToTop.d.ts +7 -0
  109. package/dist/components/ScrollToTop/index.d.ts +1 -0
  110. package/dist/constants/analytics.d.ts +6 -0
  111. package/dist/constants/constants/analytics.d.ts +6 -0
  112. package/dist/constants/constants/env.d.ts +1 -0
  113. package/dist/constants/constants/index.d.ts +4 -0
  114. package/dist/constants/env.d.ts +1 -0
  115. package/dist/constants/index.d.ts +4 -0
  116. package/dist/constants/index.esm.js +2 -0
  117. package/dist/constants/index.esm.js.map +1 -0
  118. package/dist/constants/index.js +2 -0
  119. package/dist/constants/index.js.map +1 -0
  120. package/dist/constants/modules/feature/constants.d.ts +4 -0
  121. package/dist/constants/modules/feature/models.d.ts +8 -0
  122. package/dist/constants/modules/subscription/constants.d.ts +10 -0
  123. package/dist/constants/modules/subscription/models.d.ts +36 -0
  124. package/dist/constants/modules/view/constants.d.ts +16 -0
  125. package/dist/hooks/index.d.ts +1 -0
  126. package/dist/hooks/translation.d.ts +5 -0
  127. package/dist/index.d.ts +12 -0
  128. package/dist/index.esm.js +2 -0
  129. package/dist/index.esm.js.map +1 -0
  130. package/dist/index.js +2 -0
  131. package/dist/index.js.map +1 -0
  132. package/dist/models/components/PublicMenu/OrderMethods/OrderMethods.types.d.ts +9 -0
  133. package/dist/models/components/PublicMenu/ProductsGridItem/ProductsGridItem.types.d.ts +13 -0
  134. package/dist/models/constants/env.d.ts +1 -0
  135. package/dist/models/hooks/translation.d.ts +5 -0
  136. package/dist/models/index.d.ts +16 -0
  137. package/dist/models/index.esm.js +2 -0
  138. package/dist/models/index.esm.js.map +1 -0
  139. package/dist/models/index.js +2 -0
  140. package/dist/models/index.js.map +1 -0
  141. package/dist/models/models/index.d.ts +16 -0
  142. package/dist/models/modules/addon/models.d.ts +27 -0
  143. package/dist/models/modules/addon/utils.d.ts +14 -0
  144. package/dist/models/modules/branch/hooks.d.ts +16 -0
  145. package/dist/models/modules/branch/models.d.ts +48 -0
  146. package/dist/models/modules/branch/utils.d.ts +7 -0
  147. package/dist/models/modules/business/constants.d.ts +2 -0
  148. package/dist/models/modules/business/hooks.d.ts +15 -0
  149. package/dist/models/modules/business/models.d.ts +31 -0
  150. package/dist/models/modules/category/models.d.ts +10 -0
  151. package/dist/models/modules/common/services.d.ts +1 -0
  152. package/dist/models/modules/customer/hooks.d.ts +5 -0
  153. package/dist/models/modules/customer/models.d.ts +50 -0
  154. package/dist/models/modules/customer/services.d.ts +9 -0
  155. package/dist/models/modules/feature/models.d.ts +8 -0
  156. package/dist/models/modules/menu/hooks.d.ts +1 -0
  157. package/dist/models/modules/menu/index.d.ts +3 -0
  158. package/dist/models/modules/menu/models.d.ts +25 -0
  159. package/dist/models/modules/menu/utils.d.ts +4 -0
  160. package/dist/models/modules/order/constants.d.ts +17 -0
  161. package/dist/models/modules/order/hooks.d.ts +18 -0
  162. package/dist/models/modules/order/index.d.ts +5 -0
  163. package/dist/models/modules/order/models.d.ts +108 -0
  164. package/dist/models/modules/order/services.d.ts +4 -0
  165. package/dist/models/modules/order/utils.d.ts +29 -0
  166. package/dist/models/modules/product/hooks.d.ts +9 -0
  167. package/dist/models/modules/product/index.d.ts +3 -0
  168. package/dist/models/modules/product/models.d.ts +50 -0
  169. package/dist/models/modules/product/utils.d.ts +185 -0
  170. package/dist/models/modules/store/hooks.d.ts +6 -0
  171. package/dist/models/modules/subscription/models.d.ts +36 -0
  172. package/dist/models/modules/table/hooks.d.ts +4 -0
  173. package/dist/models/modules/table/models.d.ts +66 -0
  174. package/dist/models/modules/user/models.d.ts +95 -0
  175. package/dist/models/modules/video/models.d.ts +11 -0
  176. package/dist/models/modules/view/constants.d.ts +16 -0
  177. package/dist/models/modules/view/hooks.d.ts +2 -0
  178. package/dist/models/modules/view/models.d.ts +7 -0
  179. package/dist/models/modules/view/services.d.ts +2 -0
  180. package/dist/models/modules/view/utils.d.ts +16 -0
  181. package/dist/models/services/api/index.d.ts +5 -0
  182. package/dist/models/services/translation/index.d.ts +3 -0
  183. package/dist/models/services/translation/locales/az/auth.d.ts +7 -0
  184. package/dist/models/services/translation/locales/az/branch.d.ts +14 -0
  185. package/dist/models/services/translation/locales/az/common.d.ts +6 -0
  186. package/dist/models/services/translation/locales/az/customer.d.ts +17 -0
  187. package/dist/models/services/translation/locales/az/error.d.ts +20 -0
  188. package/dist/models/services/translation/locales/az/events.d.ts +8 -0
  189. package/dist/models/services/translation/locales/az/index.d.ts +151 -0
  190. package/dist/models/services/translation/locales/az/order.d.ts +47 -0
  191. package/dist/models/services/translation/locales/az/pricing.d.ts +37 -0
  192. package/dist/models/services/translation/locales/en/auth.d.ts +2 -0
  193. package/dist/models/services/translation/locales/en/branch.d.ts +10 -0
  194. package/dist/models/services/translation/locales/en/common.d.ts +2 -0
  195. package/dist/models/services/translation/locales/en/customer.d.ts +2 -0
  196. package/dist/models/services/translation/locales/en/error.d.ts +16 -0
  197. package/dist/models/services/translation/locales/en/events.d.ts +2 -0
  198. package/dist/models/services/translation/locales/en/index.d.ts +33 -0
  199. package/dist/models/services/translation/locales/en/order.d.ts +2 -0
  200. package/dist/models/services/translation/locales/en/pricing.d.ts +2 -0
  201. package/dist/models/services/translation/locales/et/auth.d.ts +7 -0
  202. package/dist/models/services/translation/locales/et/branch.d.ts +13 -0
  203. package/dist/models/services/translation/locales/et/common.d.ts +6 -0
  204. package/dist/models/services/translation/locales/et/customer.d.ts +17 -0
  205. package/dist/models/services/translation/locales/et/error.d.ts +20 -0
  206. package/dist/models/services/translation/locales/et/events.d.ts +8 -0
  207. package/dist/models/services/translation/locales/et/index.d.ts +147 -0
  208. package/dist/models/services/translation/locales/et/order.d.ts +46 -0
  209. package/dist/models/services/translation/locales/et/pricing.d.ts +35 -0
  210. package/dist/models/services/translation/locales/index.d.ts +769 -0
  211. package/dist/models/services/translation/locales/nl/auth.d.ts +7 -0
  212. package/dist/models/services/translation/locales/nl/branch.d.ts +13 -0
  213. package/dist/models/services/translation/locales/nl/common.d.ts +6 -0
  214. package/dist/models/services/translation/locales/nl/customer.d.ts +17 -0
  215. package/dist/models/services/translation/locales/nl/error.d.ts +20 -0
  216. package/dist/models/services/translation/locales/nl/events.d.ts +8 -0
  217. package/dist/models/services/translation/locales/nl/index.d.ts +147 -0
  218. package/dist/models/services/translation/locales/nl/order.d.ts +46 -0
  219. package/dist/models/services/translation/locales/nl/pricing.d.ts +35 -0
  220. package/dist/models/services/translation/locales/ru/auth.d.ts +7 -0
  221. package/dist/models/services/translation/locales/ru/branch.d.ts +13 -0
  222. package/dist/models/services/translation/locales/ru/common.d.ts +6 -0
  223. package/dist/models/services/translation/locales/ru/customer.d.ts +17 -0
  224. package/dist/models/services/translation/locales/ru/error.d.ts +20 -0
  225. package/dist/models/services/translation/locales/ru/events.d.ts +8 -0
  226. package/dist/models/services/translation/locales/ru/index.d.ts +147 -0
  227. package/dist/models/services/translation/locales/ru/order.d.ts +46 -0
  228. package/dist/models/services/translation/locales/ru/pricing.d.ts +35 -0
  229. package/dist/models/services/translation/locales/tr/auth.d.ts +7 -0
  230. package/dist/models/services/translation/locales/tr/branch.d.ts +13 -0
  231. package/dist/models/services/translation/locales/tr/common.d.ts +6 -0
  232. package/dist/models/services/translation/locales/tr/customer.d.ts +17 -0
  233. package/dist/models/services/translation/locales/tr/error.d.ts +20 -0
  234. package/dist/models/services/translation/locales/tr/events.d.ts +8 -0
  235. package/dist/models/services/translation/locales/tr/index.d.ts +147 -0
  236. package/dist/models/services/translation/locales/tr/order.d.ts +46 -0
  237. package/dist/models/services/translation/locales/tr/pricing.d.ts +35 -0
  238. package/dist/models/store/index.d.ts +7 -0
  239. package/dist/models/store/order.d.ts +42 -0
  240. package/dist/modules/addon/index.d.ts +2 -0
  241. package/dist/modules/addon/models.d.ts +27 -0
  242. package/dist/modules/addon/utils.d.ts +14 -0
  243. package/dist/modules/addon/utils.test.d.ts +1 -0
  244. package/dist/modules/branch/hooks.d.ts +16 -0
  245. package/dist/modules/branch/hooks.test.d.ts +1 -0
  246. package/dist/modules/branch/index.d.ts +3 -0
  247. package/dist/modules/branch/models.d.ts +48 -0
  248. package/dist/modules/branch/utils.d.ts +7 -0
  249. package/dist/modules/branch/utils.test.d.ts +1 -0
  250. package/dist/modules/business/constants.d.ts +2 -0
  251. package/dist/modules/business/hooks.d.ts +15 -0
  252. package/dist/modules/business/hooks.test.d.ts +1 -0
  253. package/dist/modules/business/index.d.ts +2 -0
  254. package/dist/modules/business/models.d.ts +31 -0
  255. package/dist/modules/category/hooks.d.ts +3 -0
  256. package/dist/modules/category/hooks.test.d.ts +1 -0
  257. package/dist/modules/category/index.d.ts +3 -0
  258. package/dist/modules/category/models.d.ts +10 -0
  259. package/dist/modules/category/utils.d.ts +3 -0
  260. package/dist/modules/category/utils.test.d.ts +1 -0
  261. package/dist/modules/common/index.d.ts +1 -0
  262. package/dist/modules/common/services.d.ts +1 -0
  263. package/dist/modules/customer/hooks.d.ts +5 -0
  264. package/dist/modules/customer/hooks.test.d.ts +1 -0
  265. package/dist/modules/customer/index.d.ts +4 -0
  266. package/dist/modules/customer/models.d.ts +50 -0
  267. package/dist/modules/customer/services.d.ts +9 -0
  268. package/dist/modules/customer/utils.d.ts +7 -0
  269. package/dist/modules/customer/utils.test.d.ts +1 -0
  270. package/dist/modules/feature/constants.d.ts +4 -0
  271. package/dist/modules/feature/hooks.d.ts +2 -0
  272. package/dist/modules/feature/hooks.test.d.ts +1 -0
  273. package/dist/modules/feature/index.d.ts +3 -0
  274. package/dist/modules/feature/models.d.ts +8 -0
  275. package/dist/modules/feature/util.test.d.ts +1 -0
  276. package/dist/modules/feature/utils.d.ts +2 -0
  277. package/dist/modules/menu/hooks.d.ts +1 -0
  278. package/dist/modules/menu/index.d.ts +3 -0
  279. package/dist/modules/menu/models.d.ts +25 -0
  280. package/dist/modules/menu/utils.d.ts +4 -0
  281. package/dist/modules/menu/utils.test.d.ts +1 -0
  282. package/dist/modules/order/constants.d.ts +17 -0
  283. package/dist/modules/order/hooks.d.ts +18 -0
  284. package/dist/modules/order/hooks.test.d.ts +1 -0
  285. package/dist/modules/order/index.d.ts +5 -0
  286. package/dist/modules/order/models.d.ts +108 -0
  287. package/dist/modules/order/services.d.ts +4 -0
  288. package/dist/modules/order/utils.d.ts +29 -0
  289. package/dist/modules/order/utils.test.d.ts +1 -0
  290. package/dist/modules/product/hooks.d.ts +9 -0
  291. package/dist/modules/product/index.d.ts +3 -0
  292. package/dist/modules/product/models.d.ts +50 -0
  293. package/dist/modules/product/utils.d.ts +185 -0
  294. package/dist/modules/store/hooks.d.ts +6 -0
  295. package/dist/modules/subscription/constants.d.ts +10 -0
  296. package/dist/modules/subscription/index.d.ts +3 -0
  297. package/dist/modules/subscription/models.d.ts +36 -0
  298. package/dist/modules/subscription/utils.d.ts +1 -0
  299. package/dist/modules/table/hooks.d.ts +4 -0
  300. package/dist/modules/table/index.d.ts +2 -0
  301. package/dist/modules/table/models.d.ts +66 -0
  302. package/dist/modules/user/index.d.ts +2 -0
  303. package/dist/modules/user/models.d.ts +95 -0
  304. package/dist/modules/user/utils.d.ts +3 -0
  305. package/dist/modules/user/utils.test.d.ts +1 -0
  306. package/dist/modules/video/__mocks.d.ts +7 -0
  307. package/dist/modules/video/hooks.d.ts +13 -0
  308. package/dist/modules/video/hooks.test.d.ts +1 -0
  309. package/dist/modules/video/index.d.ts +2 -0
  310. package/dist/modules/video/models.d.ts +11 -0
  311. package/dist/modules/view/constants.d.ts +16 -0
  312. package/dist/modules/view/hooks.d.ts +2 -0
  313. package/dist/modules/view/index.d.ts +4 -0
  314. package/dist/modules/view/models.d.ts +7 -0
  315. package/dist/modules/view/services.d.ts +2 -0
  316. package/dist/modules/view/utils.d.ts +16 -0
  317. package/dist/modules/view/utils.test.d.ts +1 -0
  318. package/dist/services/api/index.d.ts +5 -0
  319. package/dist/services/translation/index.d.ts +3 -0
  320. package/dist/services/translation/locales/az/auth.d.ts +7 -0
  321. package/dist/services/translation/locales/az/branch.d.ts +14 -0
  322. package/dist/services/translation/locales/az/common.d.ts +6 -0
  323. package/dist/services/translation/locales/az/customer.d.ts +17 -0
  324. package/dist/services/translation/locales/az/error.d.ts +20 -0
  325. package/dist/services/translation/locales/az/events.d.ts +8 -0
  326. package/dist/services/translation/locales/az/index.d.ts +151 -0
  327. package/dist/services/translation/locales/az/order.d.ts +47 -0
  328. package/dist/services/translation/locales/az/pricing.d.ts +37 -0
  329. package/dist/services/translation/locales/en/auth.d.ts +2 -0
  330. package/dist/services/translation/locales/en/branch.d.ts +10 -0
  331. package/dist/services/translation/locales/en/common.d.ts +2 -0
  332. package/dist/services/translation/locales/en/customer.d.ts +2 -0
  333. package/dist/services/translation/locales/en/error.d.ts +16 -0
  334. package/dist/services/translation/locales/en/events.d.ts +2 -0
  335. package/dist/services/translation/locales/en/index.d.ts +33 -0
  336. package/dist/services/translation/locales/en/order.d.ts +2 -0
  337. package/dist/services/translation/locales/en/pricing.d.ts +2 -0
  338. package/dist/services/translation/locales/et/auth.d.ts +7 -0
  339. package/dist/services/translation/locales/et/branch.d.ts +13 -0
  340. package/dist/services/translation/locales/et/common.d.ts +6 -0
  341. package/dist/services/translation/locales/et/customer.d.ts +17 -0
  342. package/dist/services/translation/locales/et/error.d.ts +20 -0
  343. package/dist/services/translation/locales/et/events.d.ts +8 -0
  344. package/dist/services/translation/locales/et/index.d.ts +147 -0
  345. package/dist/services/translation/locales/et/order.d.ts +46 -0
  346. package/dist/services/translation/locales/et/pricing.d.ts +35 -0
  347. package/dist/services/translation/locales/index.d.ts +769 -0
  348. package/dist/services/translation/locales/nl/auth.d.ts +7 -0
  349. package/dist/services/translation/locales/nl/branch.d.ts +13 -0
  350. package/dist/services/translation/locales/nl/common.d.ts +6 -0
  351. package/dist/services/translation/locales/nl/customer.d.ts +17 -0
  352. package/dist/services/translation/locales/nl/error.d.ts +20 -0
  353. package/dist/services/translation/locales/nl/events.d.ts +8 -0
  354. package/dist/services/translation/locales/nl/index.d.ts +147 -0
  355. package/dist/services/translation/locales/nl/order.d.ts +46 -0
  356. package/dist/services/translation/locales/nl/pricing.d.ts +35 -0
  357. package/dist/services/translation/locales/ru/auth.d.ts +7 -0
  358. package/dist/services/translation/locales/ru/branch.d.ts +13 -0
  359. package/dist/services/translation/locales/ru/common.d.ts +6 -0
  360. package/dist/services/translation/locales/ru/customer.d.ts +17 -0
  361. package/dist/services/translation/locales/ru/error.d.ts +20 -0
  362. package/dist/services/translation/locales/ru/events.d.ts +8 -0
  363. package/dist/services/translation/locales/ru/index.d.ts +147 -0
  364. package/dist/services/translation/locales/ru/order.d.ts +46 -0
  365. package/dist/services/translation/locales/ru/pricing.d.ts +35 -0
  366. package/dist/services/translation/locales/tr/auth.d.ts +7 -0
  367. package/dist/services/translation/locales/tr/branch.d.ts +13 -0
  368. package/dist/services/translation/locales/tr/common.d.ts +6 -0
  369. package/dist/services/translation/locales/tr/customer.d.ts +17 -0
  370. package/dist/services/translation/locales/tr/error.d.ts +20 -0
  371. package/dist/services/translation/locales/tr/events.d.ts +8 -0
  372. package/dist/services/translation/locales/tr/index.d.ts +147 -0
  373. package/dist/services/translation/locales/tr/order.d.ts +46 -0
  374. package/dist/services/translation/locales/tr/pricing.d.ts +35 -0
  375. package/dist/store/index.d.ts +7 -0
  376. package/dist/store/order.d.ts +42 -0
  377. package/dist/store/order.test.d.ts +1 -0
  378. package/dist/styles/ui.css +2 -0
  379. package/dist/styles/ui.css.map +1 -0
  380. package/dist/utils/index.d.ts +9 -0
  381. package/dist/utils/index.esm.js +2 -0
  382. package/dist/utils/index.esm.js.map +1 -0
  383. package/dist/utils/index.js +2 -0
  384. package/dist/utils/index.js.map +1 -0
  385. package/dist/utils/modules/addon/models.d.ts +27 -0
  386. package/dist/utils/modules/addon/utils.d.ts +14 -0
  387. package/dist/utils/modules/branch/models.d.ts +48 -0
  388. package/dist/utils/modules/business/models.d.ts +31 -0
  389. package/dist/utils/modules/category/models.d.ts +10 -0
  390. package/dist/utils/modules/category/utils.d.ts +3 -0
  391. package/dist/utils/modules/customer/models.d.ts +50 -0
  392. package/dist/utils/modules/customer/utils.d.ts +7 -0
  393. package/dist/utils/modules/feature/constants.d.ts +4 -0
  394. package/dist/utils/modules/feature/models.d.ts +8 -0
  395. package/dist/utils/modules/feature/utils.d.ts +2 -0
  396. package/dist/utils/modules/menu/models.d.ts +25 -0
  397. package/dist/utils/modules/menu/utils.d.ts +4 -0
  398. package/dist/utils/modules/order/constants.d.ts +17 -0
  399. package/dist/utils/modules/order/models.d.ts +108 -0
  400. package/dist/utils/modules/order/utils.d.ts +29 -0
  401. package/dist/utils/modules/product/models.d.ts +50 -0
  402. package/dist/utils/modules/product/utils.d.ts +185 -0
  403. package/dist/utils/modules/subscription/models.d.ts +36 -0
  404. package/dist/utils/modules/table/models.d.ts +66 -0
  405. package/dist/utils/modules/user/models.d.ts +95 -0
  406. package/dist/utils/modules/user/utils.d.ts +3 -0
  407. package/dist/utils/modules/video/models.d.ts +11 -0
  408. package/dist/utils/modules/view/constants.d.ts +16 -0
  409. package/dist/utils/modules/view/utils.d.ts +16 -0
  410. package/dist/utils/utils/index.d.ts +9 -0
  411. package/package.json +97 -0
@@ -0,0 +1,46 @@
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
+ "Empty order": string;
9
+ "You don't have any items in your order": string;
10
+ "Add items": string;
11
+ Subtotal: string;
12
+ Events: string;
13
+ "Product choices": string;
14
+ "In order": string;
15
+ "Not available": string;
16
+ "Specify any allergies, special requests, or ingredients you want to add or remove": string;
17
+ "Thank you! We've received your order and it will be delivered shortly.": string;
18
+ "Go to checkout": string;
19
+ "Add an order note": string;
20
+ "Your Order is Completed!": string;
21
+ Delivery: string;
22
+ "Dine in": string;
23
+ Pickup: string;
24
+ Cash: string;
25
+ "POS Terminal": string;
26
+ "Order summary": string;
27
+ Items: string;
28
+ Tax: string;
29
+ Total: string;
30
+ "Special instructions, allergies, etc.": string;
31
+ "Place order": string;
32
+ Continue: string;
33
+ "Track order": string;
34
+ "Minimum order amount for delivery is {{amount}}": string;
35
+ "This field is required": string;
36
+ "Please select a table": string;
37
+ "Please enter an address": string;
38
+ "Please choose product": string;
39
+ Table: string;
40
+ "Select Table": string;
41
+ Card: string;
42
+ "Closed Now": string;
43
+ "Delivery Fee": string;
44
+ "Play video": string;
45
+ };
46
+ export default _default;
@@ -0,0 +1,35 @@
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
+ "Table Management": string;
15
+ "Order 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
+ "Unlimited Languages": string;
29
+ "30-day money-back guarantee": string;
30
+ "Limited Time Only": string;
31
+ "/ lifetime": string;
32
+ "Try for free": string;
33
+ "No credit card needed": string;
34
+ };
35
+ export default _default;