@pisell/private-materials 6.4.82 → 6.4.84

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 (1199) hide show
  1. package/build/lowcode/assets-daily.json +11 -11
  2. package/build/lowcode/assets-dev.json +2 -2
  3. package/build/lowcode/assets-prod.json +11 -11
  4. package/build/lowcode/index.js +1 -1
  5. package/build/lowcode/meta.js +1 -1
  6. package/build/lowcode/preview.js +164 -150
  7. package/build/lowcode/render/default/view.css +1 -1
  8. package/build/lowcode/render/default/view.js +11 -11
  9. package/build/lowcode/view.css +1 -1
  10. package/build/lowcode/view.js +11 -11
  11. package/es/components/appointmentBooking/components/Cart/Item/Total.d.ts +0 -1
  12. package/es/components/appointmentBooking/components/Cart/index.d.ts +0 -1
  13. package/es/components/appointmentBooking/components/Deposit/index.d.ts +0 -1
  14. package/es/components/appointmentBooking/components/Footer/index.d.ts +0 -1
  15. package/es/components/appointmentBooking/components/Guest/components/InformationOptionsModal/index.d.ts +0 -1
  16. package/es/components/booking/addons/model.d.ts +1 -10
  17. package/es/components/booking/components/TabProduct/index.d.ts +0 -1
  18. package/es/components/booking/components/TabProduct/productItem/index.d.ts +0 -1
  19. package/es/components/booking/components/TabProduct/selectProductItem/index.d.ts +0 -1
  20. package/es/components/booking/components/actionButtons/index.js +4 -2
  21. package/es/components/booking/components/collapsibleList/utils.d.ts +0 -1
  22. package/es/components/booking/components/emptyBooking/index.d.ts +0 -1
  23. package/es/components/booking/components/footer/FooterMenus/index.d.ts +0 -1
  24. package/es/components/booking/components/footer/index.js +15 -3
  25. package/es/components/booking/components/footer/utils.js +68 -46
  26. package/es/components/booking/components/formItemChildrenWrap/index.d.ts +0 -1
  27. package/es/components/booking/components/voucher/index.js +1 -1
  28. package/es/components/booking/dashboard/serve.js +6 -1
  29. package/es/components/booking/forms/model.d.ts +1 -10
  30. package/es/components/booking/forms/sendModal/useSendModal.d.ts +1 -2
  31. package/es/components/booking/forms/serve.js +12 -2
  32. package/es/components/booking/forms/single/index.d.ts +0 -1
  33. package/es/components/booking/forms/table/index.d.ts +0 -1
  34. package/es/components/booking/hooks/useClearCart.d.ts +0 -1
  35. package/es/components/booking/info/client/serve.js +11 -2
  36. package/es/components/booking/info/clientVariant/hooks/useClientFn.d.ts +0 -1
  37. package/es/components/booking/info/clientVariant/hooks/useIsLowSpeedNetwork.d.ts +0 -1
  38. package/es/components/booking/info/date/index.d.ts +0 -1
  39. package/es/components/booking/info/dateRange/index.d.ts +0 -1
  40. package/es/components/booking/info/notes/index.d.ts +0 -1
  41. package/es/components/booking/info/pet/serve.js +6 -1
  42. package/es/components/booking/info/service/Lists.js +2 -2
  43. package/es/components/booking/info/service/actions/index.d.ts +0 -1
  44. package/es/components/booking/info/service/addService/utils.d.ts +1 -1
  45. package/es/components/booking/info/service/addTimeModal/serve.js +11 -1
  46. package/es/components/booking/info/service/like/index.d.ts +0 -1
  47. package/es/components/booking/info/service/serve.js +17 -3
  48. package/es/components/booking/info/service2/utils.js +20 -8
  49. package/es/components/booking/info2/serve.js +6 -1
  50. package/es/components/booking/info2/service/actions/index.d.ts +0 -1
  51. package/es/components/booking/info2/service/addService/utils.d.ts +1 -1
  52. package/es/components/booking/info2/service/addService/utils.js +5 -5
  53. package/es/components/booking/info2/utilsByBooking.js +9 -5
  54. package/es/components/booking/materiels/contacts/index.d.ts +0 -1
  55. package/es/components/booking/materiels/duration/index.d.ts +0 -1
  56. package/es/components/booking/materiels/holder/index.d.ts +0 -1
  57. package/es/components/booking/materiels/startTime/index.d.ts +0 -1
  58. package/es/components/booking/notes/NoteBlock/NoteItem/index.d.ts +0 -1
  59. package/es/components/booking/notes/model.d.ts +1 -10
  60. package/es/components/booking/payments/model.d.ts +1 -10
  61. package/es/components/booking/utils.d.ts +6 -7
  62. package/es/components/booking/utils.js +37 -3
  63. package/es/components/checkout/PaymentModal.d.ts +13 -5
  64. package/es/components/checkout/PaymentModal.js +107 -156
  65. package/es/components/checkout/components/AdditionalModule/index.js +2 -0
  66. package/es/components/checkout/components/CashPaymentModule/index.js +7 -1
  67. package/es/components/checkout/components/PaymentDetailModal/index.js +2 -2
  68. package/es/components/checkout/components/ScrollableList/index.js +1 -0
  69. package/es/components/checkout/components/SearchAndClientModule/index.d.ts +1 -0
  70. package/es/components/checkout/components/SearchAndClientModule/index.js +39 -40
  71. package/es/components/checkout/components/WalletPassModule/components/DiscountWallet/index.d.ts +1 -0
  72. package/es/components/checkout/hooks/useWalletPass.d.ts +1 -1
  73. package/es/components/checkout/plugin.d.ts +2 -0
  74. package/es/components/checkout/plugin.js +303 -0
  75. package/es/components/eftpos/deviceList/index.d.ts +0 -1
  76. package/es/components/eftpos/form/index.d.ts +0 -1
  77. package/es/components/eftpos/group/index.d.ts +0 -1
  78. package/es/components/eftpos/hooks.d.ts +0 -1
  79. package/es/components/eftpos/icon/apiKey.d.ts +0 -1
  80. package/es/components/eftpos/icon/device.d.ts +0 -1
  81. package/es/components/eftpos/index.d.ts +0 -1
  82. package/es/components/eftpos/pos.d.ts +0 -1
  83. package/es/components/eftpos/receipt/index.d.ts +0 -1
  84. package/es/components/eftposPay/amount.d.ts +0 -1
  85. package/es/components/eftposPay/component/alert/warn.d.ts +0 -1
  86. package/es/components/eftposPay/component/fail/network.d.ts +0 -1
  87. package/es/components/eftposPay/component/header/titlebar.d.ts +0 -1
  88. package/es/components/eftposPay/component/manual/index.d.ts +0 -1
  89. package/es/components/eftposPay/component/signature/index.d.ts +0 -1
  90. package/es/components/eftposPay/component/step/index.d.ts +0 -1
  91. package/es/components/eftposPay/component/step/step.d.ts +0 -1
  92. package/es/components/eftposPay/store/index.d.ts +2 -2
  93. package/es/components/eftposPay/tip.d.ts +0 -1
  94. package/es/components/eftposPay/tyro/hooks.d.ts +0 -1
  95. package/es/components/eftposPay/windcave/receiptAction.d.ts +0 -1
  96. package/es/components/eftposPay/windcave/windcave.d.ts +0 -1
  97. package/es/components/eventBooking/components/ErrorTip/index.d.ts +0 -1
  98. package/es/components/eventBooking/components/Provider/Cart/Deposit/index.d.ts +0 -1
  99. package/es/components/eventBooking/components/Provider/Cart/Item/index.d.ts +0 -1
  100. package/es/components/eventBooking/components/Provider/Cart/index.d.ts +0 -1
  101. package/es/components/eventBooking/components/Provider/EmptyHolderModal/index.d.ts +0 -1
  102. package/es/components/eventBooking/components/Provider/Event/index.d.ts +0 -1
  103. package/es/components/eventBooking/components/Provider/Footer/index.d.ts +0 -1
  104. package/es/components/eventBooking/components/Provider/Header/index.d.ts +0 -1
  105. package/es/components/eventBooking/components/Provider/InformationOptionsModal/index.d.ts +0 -1
  106. package/es/components/eventBooking/components/Provider/OrderProductModal/index.d.ts +0 -1
  107. package/es/components/eventBooking/components/Provider/RemoveOptionConfirmModal.d.ts +0 -1
  108. package/es/components/eventBooking/components/Provider/Resource/index.d.ts +0 -1
  109. package/es/components/eventBooking/components/Provider/SelectHolderModal.d.ts +0 -1
  110. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateStatus/index.d.ts +0 -1
  111. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/WeekItem/index.d.ts +0 -1
  112. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/index.d.ts +0 -1
  113. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/DayItem/index.d.ts +0 -1
  114. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/index.d.ts +0 -1
  115. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Status/index.d.ts +0 -1
  116. package/es/components/eventBooking/components/bookingDetailModal/components/BookingOptions.d.ts +0 -1
  117. package/es/components/eventBooking/components/bookingDetailModal/components/Resource.d.ts +0 -1
  118. package/es/components/eventBooking/components/bookingDetailModal/components/Schedule.d.ts +0 -1
  119. package/es/components/eventBooking/components/scheduleCalendar/ProductItem/index.d.ts +0 -1
  120. package/es/components/eventBooking/components/scheduleCalendar/components/ScheduleTimeItem/index.d.ts +0 -1
  121. package/es/components/list/List.js +56 -43
  122. package/es/components/list/hooks/useListState.d.ts +5 -3
  123. package/es/components/list/hooks/useListState.js +17 -2
  124. package/es/components/list/styles/header.less +3 -3
  125. package/es/components/list/utils/index.d.ts +13 -1
  126. package/es/components/list/utils/index.js +43 -1
  127. package/es/components/login/index.d.ts +0 -1
  128. package/es/components/pay/toB/components/Cache/index.d.ts +1 -0
  129. package/es/components/pay/toB/components/MX51/index.js +44 -14
  130. package/es/components/pay/toB/types/index.d.ts +12 -0
  131. package/es/components/pay/toB/types/index.js +4 -0
  132. package/es/components/pay/toC/PaymentMethods/MWCreditCard/tds2.js +1 -1
  133. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/StripeSDK/index.d.ts +0 -1
  134. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/index.d.ts +0 -1
  135. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/index.d.ts +0 -1
  136. package/es/components/pay/toC/WalletPassBlock/components/WalletUseList/index.d.ts +0 -1
  137. package/es/components/pisellSelectCustomerModal/RightPanel/Add/BirthdayField/index.d.ts +0 -1
  138. package/es/components/pisellSelectCustomerModal/RightPanel/Add/GenderField/index.d.ts +0 -1
  139. package/es/components/pisellSelectCustomerModal/RightPanel/Add/index.d.ts +0 -1
  140. package/es/components/pisellSelectCustomerModal/RightPanel/List/index.d.ts +0 -1
  141. package/es/components/pisellSelectCustomerModal/RightPanel/serve.js +5 -1
  142. package/es/components/productExtension/fields/Actor/index.d.ts +0 -1
  143. package/es/components/productExtension/fields/Forms/index.d.ts +0 -1
  144. package/es/components/productExtension/fields/SelectProducts/ProductItem/index.d.ts +0 -1
  145. package/es/components/productExtension/fields/SelectProducts/ProductItemPreview/index.d.ts +0 -1
  146. package/es/components/productExtension/fields/SelectProducts/index.d.ts +0 -1
  147. package/es/components/productExtension/fields/SelectResourcesTable/index.d.ts +0 -1
  148. package/es/components/ruleSetting/ruleBorder/index.d.ts +0 -1
  149. package/es/components/schedules/calendar/calendarItem.d.ts +0 -1
  150. package/es/components/schedules/calendar/index.d.ts +0 -1
  151. package/es/components/schedules/components/CurrentDay/index.d.ts +0 -1
  152. package/es/components/schedules/components/ScheduleDetailList/index.d.ts +0 -1
  153. package/es/components/schedules/components/ScheduleList/index.d.ts +0 -1
  154. package/es/components/schedules/model.d.ts +1 -9
  155. package/es/components/schedules/products/ProductDetailDrawer/ProductDetail/MaxParticipantsModule/index.d.ts +0 -1
  156. package/es/components/schedules/products/ProductDetailDrawer/ProductDetail/ResourcesModule/index.d.ts +0 -1
  157. package/es/components/schedules/products/ProductDetailDrawer/ProductDetail/index.d.ts +0 -1
  158. package/es/components/schedules/products/ProductDetailDrawer/ProductDetailByDate/index.d.ts +0 -1
  159. package/es/components/schedules/products/ProductDetailDrawer/index.d.ts +0 -1
  160. package/es/components/schedules/products/index.d.ts +0 -1
  161. package/es/components/schedules/products/list/ProductItem/index.d.ts +0 -1
  162. package/es/components/schedules/products/list/index.d.ts +0 -1
  163. package/es/components/schedules/resources/index.d.ts +0 -1
  164. package/es/components/schedules/resources/list/index.d.ts +0 -1
  165. package/es/components/schedules/resources/relationProduct/index.d.ts +0 -1
  166. package/es/components/schedules/schedules/AllSchedules/index.d.ts +0 -1
  167. package/es/components/schedules/schedules/ScheduleDetailDrawer/index.d.ts +0 -1
  168. package/es/components/schedules/schedules/index.d.ts +0 -1
  169. package/es/components/shoppingCart/components/Empty/index.d.ts +0 -1
  170. package/es/components/shoppingCart/components/Render/index.d.ts +0 -1
  171. package/es/components/shoppingCart/hooks/useAddService.d.ts +0 -1
  172. package/es/components/shoppingCart/hooks/useClearCart.d.ts +0 -1
  173. package/es/components/shoppingCart/index.d.ts +0 -1
  174. package/es/components/ticketBooking/components/ProductDisplayAdapter/ProductDisplayAdapter.js +1 -0
  175. package/es/components/ticketBooking/components/ProductDisplayAdapter/index.less +12 -0
  176. package/es/components/ticketBooking/components/ProductDisplayAdapter/utils.d.ts +33 -2
  177. package/es/components/ticketBooking/components/ProductDisplayAdapter/utils.js +139 -36
  178. package/es/components/ticketBooking/components/addServiceVariant/addService.d.ts +2 -0
  179. package/es/components/ticketBooking/components/addServiceVariant/addService.js +703 -212
  180. package/es/components/ticketBooking/components/addServiceVariant/index.d.ts +2 -0
  181. package/es/components/ticketBooking/components/addServiceVariant/index.js +4 -0
  182. package/es/components/ticketBooking/components/addServiceVariant/utils.js +2 -1
  183. package/es/components/ticketBooking/components/menuBar/index.d.ts +1 -0
  184. package/es/components/ticketBooking/components/ticketBooking/index.d.ts +4 -2
  185. package/es/components/ticketBooking/components/ticketBooking/index.js +50 -18
  186. package/es/components/ticketBooking/components/timeBar/index.d.ts +1 -0
  187. package/es/components/ticketBooking/components/timeBar/index.js +4 -1
  188. package/es/components/ticketBooking/hooks/pisellos/useProducts.d.ts +4 -0
  189. package/es/components/ticketBooking/hooks/pisellos/useProducts.js +169 -110
  190. package/es/components/ticketBooking/index.d.ts +1 -0
  191. package/es/components/ticketBooking/index.js +2 -0
  192. package/es/components/ticketBooking/serve.js +119 -17
  193. package/es/components/ticketBooking/utils/index.js +23 -7
  194. package/es/components/workSpaceList/components/Modal/index.d.ts +0 -1
  195. package/es/hooks/printer.d.ts +4 -0
  196. package/es/hooks/printer.js +35 -0
  197. package/es/hooks/useEngineContext.d.ts +1 -0
  198. package/es/hooks/useEngineContext.js +7 -0
  199. package/es/hooks/usePaymentLogger.d.ts +0 -1
  200. package/es/index.d.ts +2 -0
  201. package/es/index.js +3 -1
  202. package/es/plus/productSelect/ProductCard/SkuCard/components/CardWrapper/index.js +1 -1
  203. package/es/plus/productSelect/ProductCard/index.js +4 -5
  204. package/es/plus/saasCreateOrganization/components/Header.d.ts +0 -1
  205. package/es/plus/saasRegister/components/EntryEmail.d.ts +0 -1
  206. package/es/plus/saasRegister/components/EntryInfo.d.ts +0 -1
  207. package/es/plus/saasRegister/components/GoLogin.d.ts +0 -1
  208. package/es/plus/saasRegister/components/Header.d.ts +0 -1
  209. package/es/plus/saasRegister/components/VerifyError.d.ts +0 -1
  210. package/es/plus/saasRegister/components/VerifyingLink.d.ts +0 -1
  211. package/es/plus/saasRegister/components/VertifyEmail.d.ts +0 -1
  212. package/es/plus/webPosLogin/WebPosLogin.d.ts +11 -0
  213. package/es/plus/webPosLogin/WebPosLogin.js +548 -0
  214. package/es/plus/webPosLogin/WebPosLoginCpt.d.ts +9 -0
  215. package/es/plus/webPosLogin/WebPosLoginCpt.js +170 -0
  216. package/es/plus/webPosLogin/WebPosLoginCpt.less +170 -0
  217. package/es/plus/webPosLogin/components/BrandPanel/index.d.ts +9 -0
  218. package/es/plus/webPosLogin/components/BrandPanel/index.js +22 -0
  219. package/es/plus/webPosLogin/components/BrandPanel/index.less +58 -0
  220. package/es/plus/webPosLogin/components/LoginPanel/index.d.ts +21 -0
  221. package/es/plus/webPosLogin/components/LoginPanel/index.js +73 -0
  222. package/es/plus/webPosLogin/components/LoginPanel/index.less +43 -0
  223. package/es/plus/webPosLogin/components/MediaDisplay/index.d.ts +12 -0
  224. package/es/plus/webPosLogin/components/MediaDisplay/index.js +220 -0
  225. package/es/plus/webPosLogin/components/MediaDisplay/index.less +141 -0
  226. package/es/plus/webPosLogin/components/MediaDisplay/type.d.ts +54 -0
  227. package/es/plus/webPosLogin/components/MediaDisplay/type.js +1 -0
  228. package/es/plus/webPosLogin/components/SelectDevice/index.d.ts +28 -0
  229. package/es/plus/webPosLogin/components/SelectDevice/index.js +258 -0
  230. package/es/plus/webPosLogin/components/SelectDevice/index.less +167 -0
  231. package/es/plus/webPosLogin/components/SelectStore/index.d.ts +24 -0
  232. package/es/{components/checkout/PaymentPlugin.js → plus/webPosLogin/components/SelectStore/index.js} +166 -167
  233. package/es/plus/webPosLogin/components/SelectStore/index.less +157 -0
  234. package/es/plus/webPosLogin/components/UserFooter/index.d.ts +28 -0
  235. package/es/plus/webPosLogin/components/UserFooter/index.js +110 -0
  236. package/es/plus/webPosLogin/components/UserFooter/index.less +70 -0
  237. package/es/plus/webPosLogin/index.d.ts +12 -0
  238. package/es/plus/webPosLogin/index.js +15 -0
  239. package/es/plus/webPosLogin/locales.d.ts +49 -0
  240. package/es/plus/webPosLogin/locales.js +57 -0
  241. package/es/plus/webPosLogin/service.d.ts +44 -0
  242. package/es/plus/webPosLogin/service.js +198 -0
  243. package/es/plus/webPosLogin/types.d.ts +286 -0
  244. package/es/plus/webPosLogin/types.js +1 -0
  245. package/es/pro/Login2.0/Login2.js +9 -3
  246. package/es/pro/Login2.0/index.less +0 -12
  247. package/lib/components/appointmentBooking/components/Cart/Item/Total.d.ts +0 -1
  248. package/lib/components/appointmentBooking/components/Cart/index.d.ts +0 -1
  249. package/lib/components/appointmentBooking/components/Deposit/index.d.ts +0 -1
  250. package/lib/components/appointmentBooking/components/Footer/index.d.ts +0 -1
  251. package/lib/components/appointmentBooking/components/Guest/components/InformationOptionsModal/index.d.ts +0 -1
  252. package/lib/components/booking/addons/model.d.ts +1 -10
  253. package/lib/components/booking/components/TabProduct/index.d.ts +0 -1
  254. package/lib/components/booking/components/TabProduct/productItem/index.d.ts +0 -1
  255. package/lib/components/booking/components/TabProduct/selectProductItem/index.d.ts +0 -1
  256. package/lib/components/booking/components/actionButtons/index.js +2 -2
  257. package/lib/components/booking/components/collapsibleList/utils.d.ts +0 -1
  258. package/lib/components/booking/components/emptyBooking/index.d.ts +0 -1
  259. package/lib/components/booking/components/footer/FooterMenus/index.d.ts +0 -1
  260. package/lib/components/booking/components/footer/index.js +15 -3
  261. package/lib/components/booking/components/footer/utils.js +46 -9
  262. package/lib/components/booking/components/formItemChildrenWrap/index.d.ts +0 -1
  263. package/lib/components/booking/components/voucher/index.js +1 -1
  264. package/lib/components/booking/dashboard/serve.js +6 -1
  265. package/lib/components/booking/forms/model.d.ts +1 -10
  266. package/lib/components/booking/forms/sendModal/useSendModal.d.ts +1 -2
  267. package/lib/components/booking/forms/serve.js +12 -2
  268. package/lib/components/booking/forms/single/index.d.ts +0 -1
  269. package/lib/components/booking/forms/table/index.d.ts +0 -1
  270. package/lib/components/booking/hooks/useClearCart.d.ts +0 -1
  271. package/lib/components/booking/info/client/serve.js +13 -2
  272. package/lib/components/booking/info/clientVariant/hooks/useClientFn.d.ts +0 -1
  273. package/lib/components/booking/info/clientVariant/hooks/useIsLowSpeedNetwork.d.ts +0 -1
  274. package/lib/components/booking/info/date/index.d.ts +0 -1
  275. package/lib/components/booking/info/dateRange/index.d.ts +0 -1
  276. package/lib/components/booking/info/notes/index.d.ts +0 -1
  277. package/lib/components/booking/info/pet/serve.js +6 -1
  278. package/lib/components/booking/info/service/Lists.js +1 -1
  279. package/lib/components/booking/info/service/actions/index.d.ts +0 -1
  280. package/lib/components/booking/info/service/addService/utils.d.ts +1 -1
  281. package/lib/components/booking/info/service/addTimeModal/serve.js +7 -1
  282. package/lib/components/booking/info/service/like/index.d.ts +0 -1
  283. package/lib/components/booking/info/service/serve.js +17 -3
  284. package/lib/components/booking/info/service2/utils.js +13 -6
  285. package/lib/components/booking/info2/serve.js +6 -1
  286. package/lib/components/booking/info2/service/actions/index.d.ts +0 -1
  287. package/lib/components/booking/info2/service/addService/utils.d.ts +1 -1
  288. package/lib/components/booking/info2/service/addService/utils.js +2 -1
  289. package/lib/components/booking/info2/utilsByBooking.js +11 -7
  290. package/lib/components/booking/materiels/contacts/index.d.ts +0 -1
  291. package/lib/components/booking/materiels/duration/index.d.ts +0 -1
  292. package/lib/components/booking/materiels/holder/index.d.ts +0 -1
  293. package/lib/components/booking/materiels/startTime/index.d.ts +0 -1
  294. package/lib/components/booking/notes/NoteBlock/NoteItem/index.d.ts +0 -1
  295. package/lib/components/booking/notes/model.d.ts +1 -10
  296. package/lib/components/booking/payments/model.d.ts +1 -10
  297. package/lib/components/booking/utils.d.ts +6 -7
  298. package/lib/components/booking/utils.js +21 -3
  299. package/lib/components/checkout/PaymentModal.d.ts +13 -5
  300. package/lib/components/checkout/PaymentModal.js +102 -144
  301. package/lib/components/checkout/components/AdditionalModule/index.js +2 -0
  302. package/lib/components/checkout/components/CashPaymentModule/index.js +7 -1
  303. package/lib/components/checkout/components/PaymentDetailModal/index.js +2 -2
  304. package/lib/components/checkout/components/ScrollableList/index.js +1 -0
  305. package/lib/components/checkout/components/SearchAndClientModule/index.d.ts +1 -0
  306. package/lib/components/checkout/components/SearchAndClientModule/index.js +29 -3
  307. package/lib/components/checkout/components/WalletPassModule/components/DiscountWallet/index.d.ts +1 -0
  308. package/lib/components/checkout/hooks/useWalletPass.d.ts +1 -1
  309. package/lib/components/checkout/plugin.d.ts +2 -0
  310. package/lib/components/checkout/plugin.js +263 -0
  311. package/lib/components/eftpos/deviceList/index.d.ts +0 -1
  312. package/lib/components/eftpos/form/index.d.ts +0 -1
  313. package/lib/components/eftpos/group/index.d.ts +0 -1
  314. package/lib/components/eftpos/hooks.d.ts +0 -1
  315. package/lib/components/eftpos/icon/apiKey.d.ts +0 -1
  316. package/lib/components/eftpos/icon/device.d.ts +0 -1
  317. package/lib/components/eftpos/index.d.ts +0 -1
  318. package/lib/components/eftpos/pos.d.ts +0 -1
  319. package/lib/components/eftpos/receipt/index.d.ts +0 -1
  320. package/lib/components/eftposPay/amount.d.ts +0 -1
  321. package/lib/components/eftposPay/component/alert/warn.d.ts +0 -1
  322. package/lib/components/eftposPay/component/fail/network.d.ts +0 -1
  323. package/lib/components/eftposPay/component/header/titlebar.d.ts +0 -1
  324. package/lib/components/eftposPay/component/manual/index.d.ts +0 -1
  325. package/lib/components/eftposPay/component/signature/index.d.ts +0 -1
  326. package/lib/components/eftposPay/component/step/index.d.ts +0 -1
  327. package/lib/components/eftposPay/component/step/step.d.ts +0 -1
  328. package/lib/components/eftposPay/store/index.d.ts +2 -2
  329. package/lib/components/eftposPay/tip.d.ts +0 -1
  330. package/lib/components/eftposPay/tyro/hooks.d.ts +0 -1
  331. package/lib/components/eftposPay/windcave/receiptAction.d.ts +0 -1
  332. package/lib/components/eftposPay/windcave/windcave.d.ts +0 -1
  333. package/lib/components/eventBooking/components/ErrorTip/index.d.ts +0 -1
  334. package/lib/components/eventBooking/components/Provider/Cart/Deposit/index.d.ts +0 -1
  335. package/lib/components/eventBooking/components/Provider/Cart/Item/index.d.ts +0 -1
  336. package/lib/components/eventBooking/components/Provider/Cart/index.d.ts +0 -1
  337. package/lib/components/eventBooking/components/Provider/EmptyHolderModal/index.d.ts +0 -1
  338. package/lib/components/eventBooking/components/Provider/Event/index.d.ts +0 -1
  339. package/lib/components/eventBooking/components/Provider/Footer/index.d.ts +0 -1
  340. package/lib/components/eventBooking/components/Provider/Header/index.d.ts +0 -1
  341. package/lib/components/eventBooking/components/Provider/InformationOptionsModal/index.d.ts +0 -1
  342. package/lib/components/eventBooking/components/Provider/OrderProductModal/index.d.ts +0 -1
  343. package/lib/components/eventBooking/components/Provider/RemoveOptionConfirmModal.d.ts +0 -1
  344. package/lib/components/eventBooking/components/Provider/Resource/index.d.ts +0 -1
  345. package/lib/components/eventBooking/components/Provider/SelectHolderModal.d.ts +0 -1
  346. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateStatus/index.d.ts +0 -1
  347. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/WeekItem/index.d.ts +0 -1
  348. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/index.d.ts +0 -1
  349. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/DayItem/index.d.ts +0 -1
  350. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/index.d.ts +0 -1
  351. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Status/index.d.ts +0 -1
  352. package/lib/components/eventBooking/components/bookingDetailModal/components/BookingOptions.d.ts +0 -1
  353. package/lib/components/eventBooking/components/bookingDetailModal/components/Resource.d.ts +0 -1
  354. package/lib/components/eventBooking/components/bookingDetailModal/components/Schedule.d.ts +0 -1
  355. package/lib/components/eventBooking/components/scheduleCalendar/ProductItem/index.d.ts +0 -1
  356. package/lib/components/eventBooking/components/scheduleCalendar/components/ScheduleTimeItem/index.d.ts +0 -1
  357. package/lib/components/list/List.js +34 -19
  358. package/lib/components/list/hooks/useListState.d.ts +5 -3
  359. package/lib/components/list/hooks/useListState.js +14 -1
  360. package/lib/components/list/styles/header.less +3 -3
  361. package/lib/components/list/utils/index.d.ts +13 -1
  362. package/lib/components/list/utils/index.js +27 -0
  363. package/lib/components/login/index.d.ts +0 -1
  364. package/lib/components/pay/toB/components/Cache/index.d.ts +1 -0
  365. package/lib/components/pay/toB/components/MX51/index.js +37 -12
  366. package/lib/components/pay/toB/types/index.d.ts +12 -0
  367. package/lib/components/pay/toC/PaymentMethods/MWCreditCard/tds2.js +1 -1
  368. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/StripeSDK/index.d.ts +0 -1
  369. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/index.d.ts +0 -1
  370. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/index.d.ts +0 -1
  371. package/lib/components/pay/toC/WalletPassBlock/components/WalletUseList/index.d.ts +0 -1
  372. package/lib/components/pisellSelectCustomerModal/RightPanel/Add/BirthdayField/index.d.ts +0 -1
  373. package/lib/components/pisellSelectCustomerModal/RightPanel/Add/GenderField/index.d.ts +0 -1
  374. package/lib/components/pisellSelectCustomerModal/RightPanel/Add/index.d.ts +0 -1
  375. package/lib/components/pisellSelectCustomerModal/RightPanel/List/index.d.ts +0 -1
  376. package/lib/components/pisellSelectCustomerModal/RightPanel/serve.js +8 -1
  377. package/lib/components/productExtension/fields/Actor/index.d.ts +0 -1
  378. package/lib/components/productExtension/fields/Forms/index.d.ts +0 -1
  379. package/lib/components/productExtension/fields/SelectProducts/ProductItem/index.d.ts +0 -1
  380. package/lib/components/productExtension/fields/SelectProducts/ProductItemPreview/index.d.ts +0 -1
  381. package/lib/components/productExtension/fields/SelectProducts/index.d.ts +0 -1
  382. package/lib/components/productExtension/fields/SelectResourcesTable/index.d.ts +0 -1
  383. package/lib/components/ruleSetting/ruleBorder/index.d.ts +0 -1
  384. package/lib/components/schedules/calendar/calendarItem.d.ts +0 -1
  385. package/lib/components/schedules/calendar/index.d.ts +0 -1
  386. package/lib/components/schedules/components/CurrentDay/index.d.ts +0 -1
  387. package/lib/components/schedules/components/ScheduleDetailList/index.d.ts +0 -1
  388. package/lib/components/schedules/components/ScheduleList/index.d.ts +0 -1
  389. package/lib/components/schedules/model.d.ts +1 -9
  390. package/lib/components/schedules/products/ProductDetailDrawer/ProductDetail/MaxParticipantsModule/index.d.ts +0 -1
  391. package/lib/components/schedules/products/ProductDetailDrawer/ProductDetail/ResourcesModule/index.d.ts +0 -1
  392. package/lib/components/schedules/products/ProductDetailDrawer/ProductDetail/index.d.ts +0 -1
  393. package/lib/components/schedules/products/ProductDetailDrawer/ProductDetailByDate/index.d.ts +0 -1
  394. package/lib/components/schedules/products/ProductDetailDrawer/index.d.ts +0 -1
  395. package/lib/components/schedules/products/index.d.ts +0 -1
  396. package/lib/components/schedules/products/list/ProductItem/index.d.ts +0 -1
  397. package/lib/components/schedules/products/list/index.d.ts +0 -1
  398. package/lib/components/schedules/resources/index.d.ts +0 -1
  399. package/lib/components/schedules/resources/list/index.d.ts +0 -1
  400. package/lib/components/schedules/resources/relationProduct/index.d.ts +0 -1
  401. package/lib/components/schedules/schedules/AllSchedules/index.d.ts +0 -1
  402. package/lib/components/schedules/schedules/ScheduleDetailDrawer/index.d.ts +0 -1
  403. package/lib/components/schedules/schedules/index.d.ts +0 -1
  404. package/lib/components/shoppingCart/components/Empty/index.d.ts +0 -1
  405. package/lib/components/shoppingCart/components/Render/index.d.ts +0 -1
  406. package/lib/components/shoppingCart/hooks/useAddService.d.ts +0 -1
  407. package/lib/components/shoppingCart/hooks/useClearCart.d.ts +0 -1
  408. package/lib/components/shoppingCart/index.d.ts +0 -1
  409. package/lib/components/ticketBooking/components/ProductDisplayAdapter/ProductDisplayAdapter.js +1 -0
  410. package/lib/components/ticketBooking/components/ProductDisplayAdapter/index.less +12 -0
  411. package/lib/components/ticketBooking/components/ProductDisplayAdapter/utils.d.ts +33 -2
  412. package/lib/components/ticketBooking/components/ProductDisplayAdapter/utils.js +84 -24
  413. package/lib/components/ticketBooking/components/addServiceVariant/addService.d.ts +2 -0
  414. package/lib/components/ticketBooking/components/addServiceVariant/addService.js +337 -215
  415. package/lib/components/ticketBooking/components/addServiceVariant/index.d.ts +2 -0
  416. package/lib/components/ticketBooking/components/addServiceVariant/index.js +3 -1
  417. package/lib/components/ticketBooking/components/addServiceVariant/utils.js +2 -1
  418. package/lib/components/ticketBooking/components/menuBar/index.d.ts +1 -0
  419. package/lib/components/ticketBooking/components/ticketBooking/index.d.ts +4 -2
  420. package/lib/components/ticketBooking/components/ticketBooking/index.js +33 -12
  421. package/lib/components/ticketBooking/components/timeBar/index.d.ts +1 -0
  422. package/lib/components/ticketBooking/components/timeBar/index.js +3 -1
  423. package/lib/components/ticketBooking/hooks/pisellos/useProducts.d.ts +4 -0
  424. package/lib/components/ticketBooking/hooks/pisellos/useProducts.js +98 -65
  425. package/lib/components/ticketBooking/index.d.ts +1 -0
  426. package/lib/components/ticketBooking/index.js +2 -0
  427. package/lib/components/ticketBooking/serve.js +117 -15
  428. package/lib/components/ticketBooking/utils/index.js +21 -4
  429. package/lib/components/workSpaceList/components/Modal/index.d.ts +0 -1
  430. package/lib/hooks/printer.d.ts +4 -0
  431. package/lib/hooks/printer.js +60 -0
  432. package/lib/hooks/useEngineContext.d.ts +1 -0
  433. package/lib/hooks/useEngineContext.js +10 -2
  434. package/lib/hooks/usePaymentLogger.d.ts +0 -1
  435. package/lib/index.d.ts +2 -0
  436. package/lib/index.js +6 -0
  437. package/lib/plus/productSelect/ProductCard/SkuCard/components/CardWrapper/index.js +1 -1
  438. package/lib/plus/productSelect/ProductCard/index.js +3 -0
  439. package/lib/plus/saasCreateOrganization/components/Header.d.ts +0 -1
  440. package/lib/plus/saasRegister/components/EntryEmail.d.ts +0 -1
  441. package/lib/plus/saasRegister/components/EntryInfo.d.ts +0 -1
  442. package/lib/plus/saasRegister/components/GoLogin.d.ts +0 -1
  443. package/lib/plus/saasRegister/components/Header.d.ts +0 -1
  444. package/lib/plus/saasRegister/components/VerifyError.d.ts +0 -1
  445. package/lib/plus/saasRegister/components/VerifyingLink.d.ts +0 -1
  446. package/lib/plus/saasRegister/components/VertifyEmail.d.ts +0 -1
  447. package/lib/plus/webPosLogin/WebPosLogin.d.ts +11 -0
  448. package/lib/plus/webPosLogin/WebPosLogin.js +327 -0
  449. package/lib/plus/webPosLogin/WebPosLoginCpt.d.ts +9 -0
  450. package/lib/plus/webPosLogin/WebPosLoginCpt.js +170 -0
  451. package/lib/plus/webPosLogin/WebPosLoginCpt.less +170 -0
  452. package/lib/plus/webPosLogin/components/BrandPanel/index.d.ts +9 -0
  453. package/lib/plus/webPosLogin/components/BrandPanel/index.js +43 -0
  454. package/lib/plus/webPosLogin/components/BrandPanel/index.less +58 -0
  455. package/lib/plus/webPosLogin/components/LoginPanel/index.d.ts +21 -0
  456. package/lib/plus/webPosLogin/components/LoginPanel/index.js +98 -0
  457. package/lib/plus/webPosLogin/components/LoginPanel/index.less +43 -0
  458. package/lib/plus/webPosLogin/components/MediaDisplay/index.d.ts +12 -0
  459. package/lib/plus/webPosLogin/components/MediaDisplay/index.js +160 -0
  460. package/lib/plus/webPosLogin/components/MediaDisplay/index.less +141 -0
  461. package/lib/plus/webPosLogin/components/MediaDisplay/type.d.ts +54 -0
  462. package/lib/plus/webPosLogin/components/MediaDisplay/type.js +17 -0
  463. package/lib/plus/webPosLogin/components/SelectDevice/index.d.ts +28 -0
  464. package/lib/plus/webPosLogin/components/SelectDevice/index.js +158 -0
  465. package/lib/plus/webPosLogin/components/SelectDevice/index.less +167 -0
  466. package/lib/plus/webPosLogin/components/SelectStore/index.d.ts +24 -0
  467. package/lib/plus/webPosLogin/components/SelectStore/index.js +123 -0
  468. package/lib/plus/webPosLogin/components/SelectStore/index.less +157 -0
  469. package/lib/plus/webPosLogin/components/UserFooter/index.d.ts +28 -0
  470. package/lib/plus/webPosLogin/components/UserFooter/index.js +91 -0
  471. package/lib/plus/webPosLogin/components/UserFooter/index.less +70 -0
  472. package/lib/plus/webPosLogin/index.d.ts +12 -0
  473. package/lib/plus/webPosLogin/index.js +56 -0
  474. package/lib/plus/webPosLogin/locales.d.ts +49 -0
  475. package/lib/plus/webPosLogin/locales.js +77 -0
  476. package/lib/plus/webPosLogin/service.d.ts +44 -0
  477. package/lib/plus/webPosLogin/service.js +94 -0
  478. package/lib/plus/webPosLogin/types.d.ts +286 -0
  479. package/lib/plus/webPosLogin/types.js +17 -0
  480. package/lib/pro/Login2.0/Login2.js +19 -9
  481. package/lib/pro/Login2.0/index.less +0 -12
  482. package/lowcode/payment-modal/meta.ts +135 -0
  483. package/lowcode/web-pos-login/meta.ts +71 -0
  484. package/package.json +5 -5
  485. package/es/components/Sales/Cart/index.d.ts +0 -53
  486. package/es/components/appointmentBooking/components/Cart/Item/index.d.ts +0 -4
  487. package/es/components/appointmentBooking/components/Guest/index.d.ts +0 -4
  488. package/es/components/appointmentBooking/components/Resource/index.d.ts +0 -7
  489. package/es/components/appointmentBooking/components/TimeSlicing/index.d.ts +0 -4
  490. package/es/components/appointmentBooking/deposit/components/PolicyModal/index.d.ts +0 -3
  491. package/es/components/appointmentBooking/locales.d.ts +0 -363
  492. package/es/components/authentication/admin/AuthMethods/SettingsDrawer.d.ts +0 -22
  493. package/es/components/authentication/admin/AuthMethods/components/DefaultSettingsContent.d.ts +0 -11
  494. package/es/components/authentication/admin/AuthMethods/components/EmailSettingsContent.d.ts +0 -13
  495. package/es/components/authentication/admin/AuthMethods/components/LoginMethodsList.d.ts +0 -13
  496. package/es/components/authentication/admin/AuthMethods/components/PasswordRulesSettingsContent.d.ts +0 -14
  497. package/es/components/authentication/admin/AuthMethods/components/PhoneSettingsContent.d.ts +0 -13
  498. package/es/components/authentication/admin/AuthMethods/components/index.d.ts +0 -10
  499. package/es/components/authentication/admin/AuthMethods/constants.d.ts +0 -22
  500. package/es/components/authentication/admin/AuthMethods/locales.d.ts +0 -249
  501. package/es/components/authentication/admin/AuthMethods/types.d.ts +0 -76
  502. package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.d.ts +0 -84
  503. package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/types.d.ts +0 -41
  504. package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.d.ts +0 -72
  505. package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/types.d.ts +0 -33
  506. package/es/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.d.ts +0 -27
  507. package/es/components/authentication/admin/ChannelAuthSetting/PageSetting/types.d.ts +0 -25
  508. package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.d.ts +0 -66
  509. package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/types.d.ts +0 -26
  510. package/es/components/authentication/admin/ChannelAuthSetting/locales.d.ts +0 -39
  511. package/es/components/authentication/admin/ChannelAuthSetting/types.d.ts +0 -36
  512. package/es/components/authentication/admin/CustomerAuth/locales.d.ts +0 -66
  513. package/es/components/authentication/admin/CustomerAuth/types.d.ts +0 -16
  514. package/es/components/authentication/admin/CustomerOAuthConfig/locales.d.ts +0 -108
  515. package/es/components/authentication/admin/CustomerOAuthConfig/types.d.ts +0 -22
  516. package/es/components/authentication/admin/DeviceAuth/locales.d.ts +0 -57
  517. package/es/components/authentication/admin/DeviceAuth/types.d.ts +0 -16
  518. package/es/components/authentication/admin/OAuthConfig/locales.d.ts +0 -90
  519. package/es/components/authentication/admin/OAuthConfig/types.d.ts +0 -22
  520. package/es/components/authentication/admin/OrgAdminAuth/locales.d.ts +0 -54
  521. package/es/components/authentication/admin/OrgAdminAuth/types.d.ts +0 -16
  522. package/es/components/authentication/admin/POSOperatorAuth/locales.d.ts +0 -48
  523. package/es/components/authentication/admin/POSOperatorAuth/types.d.ts +0 -16
  524. package/es/components/authentication/admin/SaaSAdminAuth/locales.d.ts +0 -54
  525. package/es/components/authentication/admin/SaaSAdminAuth/types.d.ts +0 -16
  526. package/es/components/authentication/admin/index.d.ts +0 -26
  527. package/es/components/authentication/index.d.ts +0 -0
  528. package/es/components/booking/components/clearCartModal/index.d.ts +0 -10
  529. package/es/components/booking/components/customSelect/index.d.ts +0 -38
  530. package/es/components/booking/components/reloadResourceModal/index.d.ts +0 -8
  531. package/es/components/booking/deposit/DepositItem/index.d.ts +0 -25
  532. package/es/components/booking/editBookingModal/utils.d.ts +0 -12
  533. package/es/components/booking/forms/footer.d.ts +0 -7
  534. package/es/components/booking/forms/sendModal/index.d.ts +0 -27
  535. package/es/components/booking/info/clientVariant/utils.d.ts +0 -3
  536. package/es/components/booking/info/hooks/useInfoHolder.d.ts +0 -10
  537. package/es/components/booking/info/model.d.ts +0 -14
  538. package/es/components/booking/info/service/editService/BookingList/index.d.ts +0 -4
  539. package/es/components/booking/info/service/editService/constants.d.ts +0 -1
  540. package/es/components/booking/info/service2/Lists.d.ts +0 -2
  541. package/es/components/booking/info2/cartClientCard/locales.d.ts +0 -21
  542. package/es/components/booking/info2/cartClientCard/types.d.ts +0 -18
  543. package/es/components/booking/info2/cartClientCard/utils.d.ts +0 -3
  544. package/es/components/booking/info2/service/contactInfoMode/index.d.ts +0 -3
  545. package/es/components/booking/info2/service/index.d.ts +0 -4
  546. package/es/components/booking/info2/service/serviceList/index.d.ts +0 -5
  547. package/es/components/booking/locales.d.ts +0 -921
  548. package/es/components/booking/model.d.ts +0 -120
  549. package/es/components/booking/notes/addNote/index.d.ts +0 -3
  550. package/es/components/checkout/PaymentPlugin.d.ts +0 -2
  551. package/es/components/checkout/components/AdditionalModule/locales.d.ts +0 -36
  552. package/es/components/checkout/components/PaymentOptionsModule/PaymentMethodItem.d.ts +0 -31
  553. package/es/components/checkout/components/PaymentResultToast/index.d.ts +0 -9
  554. package/es/components/checkout/components/PaymentResultToast/types.d.ts +0 -59
  555. package/es/components/checkout/components/PaymentResultToast/utils.d.ts +0 -44
  556. package/es/components/checkout/components/ScrollableList/types.d.ts +0 -53
  557. package/es/components/checkout/components/WalletPassModule/components/ConflictModal/index.d.ts +0 -10
  558. package/es/components/checkout/components/WalletPassModule/components/DiscountWallet/DiscountTextMode.d.ts +0 -7
  559. package/es/components/checkout/components/WalletPassModule/components/WalletModal/index.d.ts +0 -5
  560. package/es/components/checkout/components/WalletPassModule/components/WalletPassCardDisplay/index.d.ts +0 -5
  561. package/es/components/checkout/components/WalletPassModule/components/WalletPassHeader/index.d.ts +0 -5
  562. package/es/components/checkout/components/WalletPassModule/components/WalletPassTextMode/index.d.ts +0 -5
  563. package/es/components/checkout/components/WalletPassModule/types.d.ts +0 -134
  564. package/es/components/checkout/components/WalletPassModule/utils.d.ts +0 -23
  565. package/es/components/checkout/constants.d.ts +0 -2
  566. package/es/components/checkout/locales.d.ts +0 -513
  567. package/es/components/checkout/payment-modal-utils.d.ts +0 -30
  568. package/es/components/checkout/styles.d.ts +0 -67
  569. package/es/components/checkout/types.d.ts +0 -130
  570. package/es/components/checkout/utils/PaymentResultToastUtils.d.ts +0 -33
  571. package/es/components/checkout/utils.d.ts +0 -3
  572. package/es/components/eftposPay/app.d.ts +0 -10
  573. package/es/components/eftposPay/component/fail/failCustom.d.ts +0 -4
  574. package/es/components/eftposPay/component/fail/index.d.ts +0 -4
  575. package/es/components/eftposPay/component/fail/unknow.d.ts +0 -10
  576. package/es/components/eftposPay/const.d.ts +0 -190
  577. package/es/components/eftposPay/device.d.ts +0 -25
  578. package/es/components/eftposPay/hooks.d.ts +0 -35
  579. package/es/components/eftposPay/linkly/hooks/useTimeQuery.d.ts +0 -4
  580. package/es/components/eftposPay/locales.d.ts +0 -330
  581. package/es/components/eftposPay/pay.d.ts +0 -21
  582. package/es/components/eftposPay/payo/config.d.ts +0 -13
  583. package/es/components/eftposPay/payo/payment.d.ts +0 -66
  584. package/es/components/eftposPay/serve.d.ts +0 -16
  585. package/es/components/eftposPay/tyro/index.d.ts +0 -9
  586. package/es/components/eftposPay/utils/log/index.d.ts +0 -110
  587. package/es/components/eftposPay/windcave/helper.d.ts +0 -23
  588. package/es/components/eventBooking/components/Provider/Content/index.d.ts +0 -4
  589. package/es/components/eventBooking/components/Provider/Information/index.d.ts +0 -4
  590. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/CallToBook/index.d.ts +0 -11
  591. package/es/components/index.d.ts +0 -24
  592. package/es/components/list/ResponsiveWrapper.d.ts +0 -16
  593. package/es/components/list/TestResponsiveWrapper.d.ts +0 -8
  594. package/es/components/list/components/EmptyState/index.d.ts +0 -2
  595. package/es/components/list/components/ListItemSkeleton/ListItemSkeleton.d.ts +0 -13
  596. package/es/components/list/components/ListItemSkeleton/index.d.ts +0 -2
  597. package/es/components/list/components/Pagination/index.d.ts +0 -1
  598. package/es/components/list/components/ScrollLoader/ScrollLoader.d.ts +0 -18
  599. package/es/components/list/components/ScrollLoader/index.d.ts +0 -2
  600. package/es/components/list/components/Tab/Tab.d.ts +0 -5
  601. package/es/components/list/components/Tab/index.d.ts +0 -2
  602. package/es/components/list/components/Tab/types.d.ts +0 -14
  603. package/es/components/list/components/TabSkeleton/TabSkeleton.d.ts +0 -11
  604. package/es/components/list/components/TabSkeleton/index.d.ts +0 -2
  605. package/es/components/list/components/WaterfallList/WaterfallList.d.ts +0 -33
  606. package/es/components/list/components/WaterfallList/index.d.ts +0 -2
  607. package/es/components/list/examples/GroupedListExample.d.ts +0 -3
  608. package/es/components/list/hooks/useDevice.d.ts +0 -24
  609. package/es/components/list/hooks/useWaterfall.d.ts +0 -34
  610. package/es/components/list/index.d.ts +0 -10
  611. package/es/components/list/locales.d.ts +0 -66
  612. package/es/components/list/types.d.ts +0 -177
  613. package/es/components/pay/toB/components/Content/Footer.d.ts +0 -7
  614. package/es/components/pay/toB/components/Content/Header.d.ts +0 -4
  615. package/es/components/pay/toB/locales.d.ts +0 -54
  616. package/es/components/pay/toB/types/storeTypes.d.ts +0 -143
  617. package/es/components/pay/toC/PaymentList/serve.d.ts +0 -28
  618. package/es/components/pay/toC/PaymentMethods/GlobePayAliPayH5/index.d.ts +0 -10
  619. package/es/components/pay/toC/PaymentMethods/GlobePayAliPayH5/serve.d.ts +0 -2
  620. package/es/components/pay/toC/PaymentMethods/GlobePayPaypalH5/index.d.ts +0 -10
  621. package/es/components/pay/toC/PaymentMethods/GlobePayPaypalH5/serve.d.ts +0 -2
  622. package/es/components/pay/toC/PaymentMethods/GlobePayQrcode/serve.d.ts +0 -2
  623. package/es/components/pay/toC/PaymentMethods/GlobePayWxH5/index.d.ts +0 -10
  624. package/es/components/pay/toC/PaymentMethods/GlobePayWxH5/serve.d.ts +0 -2
  625. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/index.d.ts +0 -3
  626. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/components/PageLoading/index.d.ts +0 -3
  627. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/PaymentRequestForm.d.ts +0 -3
  628. package/es/components/pay/toC/PaymentMethods/StripePay/serve.d.ts +0 -2
  629. package/es/components/pay/toC/PaymentMethods/SuperPayAliPayH5/serve.d.ts +0 -2
  630. package/es/components/pay/toC/PaymentMethods/SuperPayWxPayH5/serve.d.ts +0 -2
  631. package/es/components/pay/toC/PaymentMethods/WalletPass/serve.d.ts +0 -155
  632. package/es/components/pay/toC/PaymentMethods/WalletPass/utils.d.ts +0 -9
  633. package/es/components/pay/toC/PaymentMethods/components/PaymentReturnContent/index.d.ts +0 -15
  634. package/es/components/pay/toC/WalletPassBlock/index.d.ts +0 -21
  635. package/es/components/pay/toC/locales.d.ts +0 -301
  636. package/es/components/pay/toC/model.d.ts +0 -40
  637. package/es/components/pay/toC/serve.d.ts +0 -62
  638. package/es/components/pay/toC/status.d.ts +0 -13
  639. package/es/components/pay/toC/utils.d.ts +0 -57
  640. package/es/components/productSelect/components/TabProduct/index.d.ts +0 -2
  641. package/es/components/productSelect/components/productGroup/index.d.ts +0 -38
  642. package/es/components/ruleSetting/locales.d.ts +0 -48
  643. package/es/components/ruleSetting/server.d.ts +0 -4
  644. package/es/components/shoppingCart/components/Cart/Product.d.ts +0 -3
  645. package/es/components/shoppingCart/components/Cart/index.d.ts +0 -3
  646. package/es/components/shoppingCart/locales.d.ts +0 -36
  647. package/es/components/shoppingCart/type.d.ts +0 -49
  648. package/es/components/subTotal/index.d.ts +0 -22
  649. package/es/components/subTotal/locales.d.ts +0 -42
  650. package/es/components/systemSettings/registry/components/GroupModal.d.ts +0 -4
  651. package/es/components/systemSettings/registry/components/ItemModal.d.ts +0 -4
  652. package/es/components/systemSettings/registry/components/ModuleList.d.ts +0 -4
  653. package/es/components/systemSettings/registry/components/SectionList.d.ts +0 -4
  654. package/es/components/systemSettings/registry/components/index.d.ts +0 -4
  655. package/es/components/systemSettings/registry/locales.d.ts +0 -272
  656. package/es/components/systemSettings/registry/services.d.ts +0 -77
  657. package/es/components/systemSettings/registry/types.d.ts +0 -126
  658. package/es/components/systemSettings/registry/utils/typeValidation.d.ts +0 -16
  659. package/es/components/systemSettings/registry/utils/validators.d.ts +0 -8
  660. package/es/components/ticketBooking/components/ProductDisplayAdapter/index.d.ts +0 -7
  661. package/es/components/ticketBooking/components/ProductDisplayAdapter/types.d.ts +0 -115
  662. package/es/components/ticketBooking/components/bookingDataPanel/bookingDashboard/index.d.ts +0 -7
  663. package/es/components/ticketBooking/components/bookingDataPanel/bookingList/index.d.ts +0 -12
  664. package/es/components/ticketBooking/components/bookingDataPanel/bookingList/utils.d.ts +0 -6
  665. package/es/components/ticketBooking/components/bookingDataPanel/constants.d.ts +0 -22
  666. package/es/components/ticketBooking/components/bookingDataPanel/index.d.ts +0 -9
  667. package/es/components/ticketBooking/components/bookingDataPanel/pisellFloatingPanel/index.d.ts +0 -14
  668. package/es/components/ticketBooking/components/bookingDataPanel/serve.d.ts +0 -0
  669. package/es/components/ticketBooking/components/floatButtons/index.d.ts +0 -11
  670. package/es/components/ticketBooking/context/IsActiveContext.d.ts +0 -26
  671. package/es/components/ticketBooking/context/OsKeyContext.d.ts +0 -26
  672. package/es/components/ticketBooking/context/index.d.ts +0 -2
  673. package/es/components/ticketBooking/hooks/pisellos/useActiveExecute.d.ts +0 -21
  674. package/es/components/ticketBooking/hooks/pisellos/useScanCustomer.d.ts +0 -5
  675. package/es/components/ticketBooking/hooks/pisellos/useScanGlobal.d.ts +0 -5
  676. package/es/components/ticketBooking/hooks/pisellos/useScanGlobalHandle.d.ts +0 -2
  677. package/es/components/ticketBooking/hooks/pisellos/useScanManager.d.ts +0 -6
  678. package/es/components/ticketBooking/locales.d.ts +0 -198
  679. package/es/components/ticketBooking/utils/productCache.d.ts +0 -75
  680. package/es/components/wallet/Detail/locales.d.ts +0 -153
  681. package/es/components/wallet/Detail/model.d.ts +0 -13
  682. package/es/components/wallet/Detail/serve.d.ts +0 -39
  683. package/es/components/wallet/DiscountCard/model.d.ts +0 -14
  684. package/es/components/wallet/PointCard/model.d.ts +0 -13
  685. package/es/components/wallet/RechargeableCard/model.d.ts +0 -29
  686. package/es/components/wallet/RechargeableCard/serve.d.ts +0 -23
  687. package/es/components/wallet/Voucher/index.d.ts +0 -12
  688. package/es/components/wallet/Voucher/locales.d.ts +0 -21
  689. package/es/components/wallet/Voucher/model.d.ts +0 -13
  690. package/es/components/wallet/components/FooterButtons/index.d.ts +0 -18
  691. package/es/components/wallet/components/UsageRules/index.d.ts +0 -23
  692. package/es/components/wallet/components/WalletBar/index.d.ts +0 -8
  693. package/es/components/wallet/components/WalletCard.d.ts +0 -11
  694. package/es/components/wallet/components/index.d.ts +0 -3
  695. package/es/components/wallet/hooks/useWalletCard.d.ts +0 -34
  696. package/es/components/wallet/locales.d.ts +0 -132
  697. package/es/components/wallet/model.d.ts +0 -37
  698. package/es/components/wallet/serve.d.ts +0 -150
  699. package/es/components/wallet/utils/formatUtils.d.ts +0 -36
  700. package/es/components/wallet/utils.d.ts +0 -48
  701. package/es/components/walletList/locales.d.ts +0 -18
  702. package/es/components/walletList/serve.d.ts +0 -24
  703. package/es/components/walletList/types/index.d.ts +0 -194
  704. package/es/components/workSpaceList/components/AppearanceEdit/IconPanel.d.ts +0 -11
  705. package/es/components/workSpaceList/components/AppearanceEdit/constants.d.ts +0 -8
  706. package/es/components/workSpaceList/components/Card/constants.d.ts +0 -2
  707. package/es/components/workSpaceList/components/EditableString/index.d.ts +0 -21
  708. package/es/components/workSpaceList/components/SearchBar/index.d.ts +0 -17
  709. package/es/components/workSpaceList/components/Sort/index.d.ts +0 -7
  710. package/es/hooks/useModal.d.ts +0 -35
  711. package/es/hooks/useModal.example.d.ts +0 -12
  712. package/es/hooks/useModal.integration.example.d.ts +0 -15
  713. package/es/hooks/useWindowSize.d.ts +0 -5
  714. package/es/plus/clientCard/line/index.d.ts +0 -9
  715. package/es/plus/clientCard/locales.d.ts +0 -18
  716. package/es/plus/clientCard/types.d.ts +0 -134
  717. package/es/plus/clientCard/utils.d.ts +0 -8
  718. package/es/plus/clientName/index.d.ts +0 -5
  719. package/es/plus/clientName/type.d.ts +0 -13
  720. package/es/plus/clientName/utils.d.ts +0 -2
  721. package/es/plus/clinetSearch/Add/BirthdayField/index.d.ts +0 -2
  722. package/es/plus/clinetSearch/Add/GenderField/index.d.ts +0 -2
  723. package/es/plus/clinetSearch/Add/PhoneField/index.d.ts +0 -2
  724. package/es/plus/clinetSearch/Add/PhoneField/serve.d.ts +0 -2
  725. package/es/plus/clinetSearch/InfiniteScroll/InfiniteScroll.d.ts +0 -5
  726. package/es/plus/clinetSearch/InfiniteScroll/index.d.ts +0 -2
  727. package/es/plus/clinetSearch/InfiniteScroll/types.d.ts +0 -46
  728. package/es/plus/clinetSearch/locales.d.ts +0 -105
  729. package/es/plus/clinetSearch/serve.d.ts +0 -1
  730. package/es/plus/clinetSearch/types.d.ts +0 -61
  731. package/es/plus/contactInfo/components/Avatar/index.d.ts +0 -10
  732. package/es/plus/contactInfo/components/SwipeAction/index.d.ts +0 -46
  733. package/es/plus/contactInfo/locales.d.ts +0 -15
  734. package/es/plus/contactInfo/types.d.ts +0 -91
  735. package/es/plus/contactInfo/utils.d.ts +0 -7
  736. package/es/plus/contactInfoModal/locales.d.ts +0 -66
  737. package/es/plus/noteModal/locales.d.ts +0 -33
  738. package/es/plus/noteModal/types.d.ts +0 -19
  739. package/es/plus/productSelect/CategoryTabs/index.d.ts +0 -20
  740. package/es/plus/productSelect/ProductCard/SkuCard/SkuCardA1/index.d.ts +0 -3
  741. package/es/plus/productSelect/ProductCard/SkuCard/SkuCardA2/index.d.ts +0 -3
  742. package/es/plus/productSelect/ProductCard/SkuCard/SkuCardA5/index.d.ts +0 -3
  743. package/es/plus/productSelect/ProductCard/SkuCard/SkuCardA9/index.d.ts +0 -3
  744. package/es/plus/productSelect/ProductCard/SkuCard/SkuCardCustom/index.d.ts +0 -3
  745. package/es/plus/productSelect/ProductCard/SkuCard/components/Action/index.d.ts +0 -7
  746. package/es/plus/productSelect/ProductCard/SkuCard/components/Capacity/index.d.ts +0 -6
  747. package/es/plus/productSelect/ProductCard/SkuCard/components/CardMask/index.d.ts +0 -7
  748. package/es/plus/productSelect/ProductCard/SkuCard/components/CardMoreText/index.d.ts +0 -3
  749. package/es/plus/productSelect/ProductCard/SkuCard/components/Countdown/index.d.ts +0 -7
  750. package/es/plus/productSelect/ProductCard/SkuCard/components/Cover/index.d.ts +0 -6
  751. package/es/plus/productSelect/ProductCard/SkuCard/components/Duration/index.d.ts +0 -6
  752. package/es/plus/productSelect/ProductCard/SkuCard/components/Favorite/index.d.ts +0 -6
  753. package/es/plus/productSelect/ProductCard/SkuCard/components/MemberPrice/index.d.ts +0 -7
  754. package/es/plus/productSelect/ProductCard/SkuCard/components/Price/index.d.ts +0 -6
  755. package/es/plus/productSelect/ProductCard/SkuCard/components/Promotions/index.d.ts +0 -6
  756. package/es/plus/productSelect/ProductCard/SkuCard/components/Resource/index.d.ts +0 -6
  757. package/es/plus/productSelect/ProductCard/SkuCard/components/Stock/index.d.ts +0 -6
  758. package/es/plus/productSelect/ProductCard/SkuCard/components/Tags/index.d.ts +0 -6
  759. package/es/plus/productSelect/ProductCard/SkuCard/components/Time/index.d.ts +0 -6
  760. package/es/plus/productSelect/ProductCard/SkuCard/components/TooltipTags/index.d.ts +0 -6
  761. package/es/plus/productSelect/ProductCard/SkuCard/components/WarningLists/index.d.ts +0 -3
  762. package/es/plus/productSelect/ProductCard/SkuCard/hooks/useDynamicComponents.d.ts +0 -6
  763. package/es/plus/productSelect/ProductCard/SkuCard/index.d.ts +0 -8
  764. package/es/plus/productSelect/ProductCard/SkuCard/locales.d.ts +0 -42
  765. package/es/plus/productSelect/ProductCard/SkuCard/status.d.ts +0 -162
  766. package/es/plus/productSelect/ProductCard/SkuCard/type.d.ts +0 -298
  767. package/es/plus/productSelect/ProductCard/SkuCard/utils.d.ts +0 -9
  768. package/es/plus/productSelect/components/TabsStructure/TabsStructure.d.ts +0 -30
  769. package/es/plus/productSelect/utils.d.ts +0 -39
  770. package/es/plus/walletEditor/components/JsonEditor/index.d.ts +0 -11
  771. package/es/plus/walletEditor/components/relationProduct/index.d.ts +0 -7
  772. package/es/plus/walletEditor/components/sortableWalletPassTypes/index.d.ts +0 -37
  773. package/es/plus/walletEditor/index.d.ts +0 -3
  774. package/es/plus/walletEditor/locales.d.ts +0 -126
  775. package/es/plus/walletEditor/types.d.ts +0 -52
  776. package/es/plus/walletPassGallery/components/footerButton/index.d.ts +0 -14
  777. package/es/plus/walletPassGallery/components/passList/index.d.ts +0 -12
  778. package/es/plus/walletPassGallery/components/timelineSection/index.d.ts +0 -9
  779. package/es/plus/walletPassGallery/components/usageRule/index.d.ts +0 -9
  780. package/es/plus/walletPassGallery/locales.d.ts +0 -270
  781. package/es/plus/walletPassGallery/serve.d.ts +0 -221
  782. package/es/pro/Login2.0/components/ForgotPasswordFlow.d.ts +0 -31
  783. package/es/pro/Login2.0/components/LegalTerms.d.ts +0 -8
  784. package/es/pro/Login2.0/components/LoginCodeInput.d.ts +0 -27
  785. package/es/pro/Login2.0/components/OAuthButtonGroup.d.ts +0 -22
  786. package/es/pro/Login2.0/components/PhoneInput.d.ts +0 -53
  787. package/es/pro/Login2.0/components/phoneValidation.d.ts +0 -17
  788. package/es/pro/Login2.0/hooks/index.d.ts +0 -2
  789. package/es/pro/Login2.0/hooks/usePasswordValidationRules.d.ts +0 -24
  790. package/es/pro/Login2.0/hooks/useRegisterFlow.d.ts +0 -39
  791. package/es/pro/Login2.0/hooks/useRegistrationMethods.d.ts +0 -9
  792. package/es/pro/Login2.0/locales.d.ts +0 -543
  793. package/es/pro/Login2.0/shared/Header.d.ts +0 -11
  794. package/es/pro/Login2.0/shared/OAuthButtons.d.ts +0 -11
  795. package/es/pro/Login2.0/shared/registerFlow.d.ts +0 -116
  796. package/es/pro/Login2.0/shared/types.d.ts +0 -232
  797. package/es/pro/Login2.0/steps/CodeInput.d.ts +0 -24
  798. package/es/pro/Login2.0/steps/EmailAlreadyRegistered.d.ts +0 -12
  799. package/es/pro/Login2.0/steps/EmailLinkAlreadyUsed.d.ts +0 -7
  800. package/es/pro/Login2.0/steps/EmailLinkExpired.d.ts +0 -9
  801. package/es/pro/Login2.0/steps/SetPassword.d.ts +0 -19
  802. package/es/pro/Login2.0/steps/VerificationSuccess.d.ts +0 -8
  803. package/es/pro/Login2.0/steps/VerifyingEmailLink.d.ts +0 -7
  804. package/es/pro/Login2.0/steps/WaitEmailLink.d.ts +0 -18
  805. package/es/pro/Login2.0/steps/index.d.ts +0 -19
  806. package/es/pro/Login2.0/types.d.ts +0 -167
  807. package/es/pro/NumberKeyboardPopover/index.d.ts +0 -36
  808. package/es/pro/NumberKeyboardPopover/types.d.ts +0 -31
  809. package/es/pro/comprehensiveSearch/components/deviceIconGroup/index.d.ts +0 -11
  810. package/es/pro/comprehensiveSearch/components/index.d.ts +0 -2
  811. package/es/pro/comprehensiveSearch/components/searchSection/locales.d.ts +0 -15
  812. package/es/pro/comprehensiveSearch/locales.d.ts +0 -15
  813. package/es/pro/comprehensiveSearch/types.d.ts +0 -32
  814. package/es/pro/numberKeyboard/locales.d.ts +0 -12
  815. package/es/pro/pisellNumberSelector/example.d.ts +0 -3
  816. package/es/pro/pisellNumberSelector/index.d.ts +0 -29
  817. package/es/pro/pisellPaymentList/example.d.ts +0 -20
  818. package/es/pro/pisellPhoneKeyboard/index.d.ts +0 -12
  819. package/es/pro/pisellPhoneKeyboard/locales.d.ts +0 -12
  820. package/es/pro/pisellPriceKeyboardModal/PisellPriceKeyboardModal.d.ts +0 -5
  821. package/es/pro/pisellPriceKeyboardModal/index.d.ts +0 -2
  822. package/es/pro/pisellPriceKeyboardModal/types.d.ts +0 -25
  823. package/es/pro/pisellPriceKeyboardPopover/types.d.ts +0 -33
  824. package/es/pro/pisellPriceRadio/index.d.ts +0 -26
  825. package/es/pro/pisellSimplePriceKeyboardPopover/PisellPriceKeyboardPopover.d.ts +0 -5
  826. package/es/pro/pisellSimplePriceKeyboardPopover/index.d.ts +0 -2
  827. package/es/pro/pisellSimplePriceKeyboardPopover/types.d.ts +0 -33
  828. package/es/pro/priceKeyboard/components/cashKeyboard/CashKeyboardSimple.d.ts +0 -13
  829. package/es/pro/priceKeyboard/components/cashKeyboard/locales.d.ts +0 -39
  830. package/es/pro/priceKeyboard/components/cashKeyboard/types.d.ts +0 -98
  831. package/es/pro/priceKeyboard/components/discountKeyboard/locales.d.ts +0 -42
  832. package/es/pro/priceKeyboard/components/discountKeyboard/types.d.ts +0 -17
  833. package/es/pro/priceKeyboard/components/paymentKeyboard/locales.d.ts +0 -45
  834. package/es/pro/priceKeyboard/components/paymentKeyboard/types.d.ts +0 -39
  835. package/es/pro/priceKeyboard/components/shortcuts/index.d.ts +0 -18
  836. package/es/pro/priceKeyboard/hooks/keyActions.d.ts +0 -28
  837. package/es/pro/priceKeyboard/hooks/rightItems.d.ts +0 -27
  838. package/es/pro/priceKeyboard/index.d.ts +0 -3
  839. package/es/pro/priceKeyboard/utils.d.ts +0 -31
  840. package/es/pro/skuDetailModal/locales.d.ts +0 -48
  841. package/es/pro/skuDetailModal/types.d.ts +0 -347
  842. package/lib/components/Sales/Cart/index.d.ts +0 -53
  843. package/lib/components/appointmentBooking/components/Cart/Item/index.d.ts +0 -4
  844. package/lib/components/appointmentBooking/components/Guest/index.d.ts +0 -4
  845. package/lib/components/appointmentBooking/components/Resource/index.d.ts +0 -7
  846. package/lib/components/appointmentBooking/components/TimeSlicing/index.d.ts +0 -4
  847. package/lib/components/appointmentBooking/deposit/components/PolicyModal/index.d.ts +0 -3
  848. package/lib/components/appointmentBooking/locales.d.ts +0 -363
  849. package/lib/components/authentication/admin/AuthMethods/SettingsDrawer.d.ts +0 -22
  850. package/lib/components/authentication/admin/AuthMethods/components/DefaultSettingsContent.d.ts +0 -11
  851. package/lib/components/authentication/admin/AuthMethods/components/EmailSettingsContent.d.ts +0 -13
  852. package/lib/components/authentication/admin/AuthMethods/components/LoginMethodsList.d.ts +0 -13
  853. package/lib/components/authentication/admin/AuthMethods/components/PasswordRulesSettingsContent.d.ts +0 -14
  854. package/lib/components/authentication/admin/AuthMethods/components/PhoneSettingsContent.d.ts +0 -13
  855. package/lib/components/authentication/admin/AuthMethods/components/index.d.ts +0 -10
  856. package/lib/components/authentication/admin/AuthMethods/constants.d.ts +0 -22
  857. package/lib/components/authentication/admin/AuthMethods/locales.d.ts +0 -249
  858. package/lib/components/authentication/admin/AuthMethods/types.d.ts +0 -76
  859. package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.d.ts +0 -84
  860. package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/types.d.ts +0 -41
  861. package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.d.ts +0 -72
  862. package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/types.d.ts +0 -33
  863. package/lib/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.d.ts +0 -27
  864. package/lib/components/authentication/admin/ChannelAuthSetting/PageSetting/types.d.ts +0 -25
  865. package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.d.ts +0 -66
  866. package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/types.d.ts +0 -26
  867. package/lib/components/authentication/admin/ChannelAuthSetting/locales.d.ts +0 -39
  868. package/lib/components/authentication/admin/ChannelAuthSetting/types.d.ts +0 -36
  869. package/lib/components/authentication/admin/CustomerAuth/locales.d.ts +0 -66
  870. package/lib/components/authentication/admin/CustomerAuth/types.d.ts +0 -16
  871. package/lib/components/authentication/admin/CustomerOAuthConfig/locales.d.ts +0 -108
  872. package/lib/components/authentication/admin/CustomerOAuthConfig/types.d.ts +0 -22
  873. package/lib/components/authentication/admin/DeviceAuth/locales.d.ts +0 -57
  874. package/lib/components/authentication/admin/DeviceAuth/types.d.ts +0 -16
  875. package/lib/components/authentication/admin/OAuthConfig/locales.d.ts +0 -90
  876. package/lib/components/authentication/admin/OAuthConfig/types.d.ts +0 -22
  877. package/lib/components/authentication/admin/OrgAdminAuth/locales.d.ts +0 -54
  878. package/lib/components/authentication/admin/OrgAdminAuth/types.d.ts +0 -16
  879. package/lib/components/authentication/admin/POSOperatorAuth/locales.d.ts +0 -48
  880. package/lib/components/authentication/admin/POSOperatorAuth/types.d.ts +0 -16
  881. package/lib/components/authentication/admin/SaaSAdminAuth/locales.d.ts +0 -54
  882. package/lib/components/authentication/admin/SaaSAdminAuth/types.d.ts +0 -16
  883. package/lib/components/authentication/admin/index.d.ts +0 -26
  884. package/lib/components/authentication/index.d.ts +0 -0
  885. package/lib/components/booking/components/clearCartModal/index.d.ts +0 -10
  886. package/lib/components/booking/components/customSelect/index.d.ts +0 -38
  887. package/lib/components/booking/components/reloadResourceModal/index.d.ts +0 -8
  888. package/lib/components/booking/deposit/DepositItem/index.d.ts +0 -25
  889. package/lib/components/booking/editBookingModal/utils.d.ts +0 -12
  890. package/lib/components/booking/forms/footer.d.ts +0 -7
  891. package/lib/components/booking/forms/sendModal/index.d.ts +0 -27
  892. package/lib/components/booking/info/clientVariant/utils.d.ts +0 -3
  893. package/lib/components/booking/info/hooks/useInfoHolder.d.ts +0 -10
  894. package/lib/components/booking/info/model.d.ts +0 -14
  895. package/lib/components/booking/info/service/editService/BookingList/index.d.ts +0 -4
  896. package/lib/components/booking/info/service/editService/constants.d.ts +0 -1
  897. package/lib/components/booking/info/service2/Lists.d.ts +0 -2
  898. package/lib/components/booking/info2/cartClientCard/locales.d.ts +0 -21
  899. package/lib/components/booking/info2/cartClientCard/types.d.ts +0 -18
  900. package/lib/components/booking/info2/cartClientCard/utils.d.ts +0 -3
  901. package/lib/components/booking/info2/service/contactInfoMode/index.d.ts +0 -3
  902. package/lib/components/booking/info2/service/index.d.ts +0 -4
  903. package/lib/components/booking/info2/service/serviceList/index.d.ts +0 -5
  904. package/lib/components/booking/locales.d.ts +0 -921
  905. package/lib/components/booking/model.d.ts +0 -120
  906. package/lib/components/booking/notes/addNote/index.d.ts +0 -3
  907. package/lib/components/checkout/PaymentPlugin.d.ts +0 -2
  908. package/lib/components/checkout/PaymentPlugin.js +0 -181
  909. package/lib/components/checkout/components/AdditionalModule/locales.d.ts +0 -36
  910. package/lib/components/checkout/components/PaymentOptionsModule/PaymentMethodItem.d.ts +0 -31
  911. package/lib/components/checkout/components/PaymentResultToast/index.d.ts +0 -9
  912. package/lib/components/checkout/components/PaymentResultToast/types.d.ts +0 -59
  913. package/lib/components/checkout/components/PaymentResultToast/utils.d.ts +0 -44
  914. package/lib/components/checkout/components/ScrollableList/types.d.ts +0 -53
  915. package/lib/components/checkout/components/WalletPassModule/components/ConflictModal/index.d.ts +0 -10
  916. package/lib/components/checkout/components/WalletPassModule/components/DiscountWallet/DiscountTextMode.d.ts +0 -7
  917. package/lib/components/checkout/components/WalletPassModule/components/WalletModal/index.d.ts +0 -5
  918. package/lib/components/checkout/components/WalletPassModule/components/WalletPassCardDisplay/index.d.ts +0 -5
  919. package/lib/components/checkout/components/WalletPassModule/components/WalletPassHeader/index.d.ts +0 -5
  920. package/lib/components/checkout/components/WalletPassModule/components/WalletPassTextMode/index.d.ts +0 -5
  921. package/lib/components/checkout/components/WalletPassModule/types.d.ts +0 -134
  922. package/lib/components/checkout/components/WalletPassModule/utils.d.ts +0 -23
  923. package/lib/components/checkout/constants.d.ts +0 -2
  924. package/lib/components/checkout/locales.d.ts +0 -513
  925. package/lib/components/checkout/payment-modal-utils.d.ts +0 -30
  926. package/lib/components/checkout/styles.d.ts +0 -67
  927. package/lib/components/checkout/types.d.ts +0 -130
  928. package/lib/components/checkout/utils/PaymentResultToastUtils.d.ts +0 -33
  929. package/lib/components/checkout/utils.d.ts +0 -3
  930. package/lib/components/eftposPay/app.d.ts +0 -10
  931. package/lib/components/eftposPay/component/fail/failCustom.d.ts +0 -4
  932. package/lib/components/eftposPay/component/fail/index.d.ts +0 -4
  933. package/lib/components/eftposPay/component/fail/unknow.d.ts +0 -10
  934. package/lib/components/eftposPay/const.d.ts +0 -190
  935. package/lib/components/eftposPay/device.d.ts +0 -25
  936. package/lib/components/eftposPay/hooks.d.ts +0 -35
  937. package/lib/components/eftposPay/linkly/hooks/useTimeQuery.d.ts +0 -4
  938. package/lib/components/eftposPay/locales.d.ts +0 -330
  939. package/lib/components/eftposPay/pay.d.ts +0 -21
  940. package/lib/components/eftposPay/payo/config.d.ts +0 -13
  941. package/lib/components/eftposPay/payo/payment.d.ts +0 -66
  942. package/lib/components/eftposPay/serve.d.ts +0 -16
  943. package/lib/components/eftposPay/tyro/index.d.ts +0 -9
  944. package/lib/components/eftposPay/utils/log/index.d.ts +0 -110
  945. package/lib/components/eftposPay/windcave/helper.d.ts +0 -23
  946. package/lib/components/eventBooking/components/Provider/Content/index.d.ts +0 -4
  947. package/lib/components/eventBooking/components/Provider/Information/index.d.ts +0 -4
  948. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/CallToBook/index.d.ts +0 -11
  949. package/lib/components/index.d.ts +0 -24
  950. package/lib/components/list/ResponsiveWrapper.d.ts +0 -16
  951. package/lib/components/list/TestResponsiveWrapper.d.ts +0 -8
  952. package/lib/components/list/components/EmptyState/index.d.ts +0 -2
  953. package/lib/components/list/components/ListItemSkeleton/ListItemSkeleton.d.ts +0 -13
  954. package/lib/components/list/components/ListItemSkeleton/index.d.ts +0 -2
  955. package/lib/components/list/components/Pagination/index.d.ts +0 -1
  956. package/lib/components/list/components/ScrollLoader/ScrollLoader.d.ts +0 -18
  957. package/lib/components/list/components/ScrollLoader/index.d.ts +0 -2
  958. package/lib/components/list/components/Tab/Tab.d.ts +0 -5
  959. package/lib/components/list/components/Tab/index.d.ts +0 -2
  960. package/lib/components/list/components/Tab/types.d.ts +0 -14
  961. package/lib/components/list/components/TabSkeleton/TabSkeleton.d.ts +0 -11
  962. package/lib/components/list/components/TabSkeleton/index.d.ts +0 -2
  963. package/lib/components/list/components/WaterfallList/WaterfallList.d.ts +0 -33
  964. package/lib/components/list/components/WaterfallList/index.d.ts +0 -2
  965. package/lib/components/list/examples/GroupedListExample.d.ts +0 -3
  966. package/lib/components/list/hooks/useDevice.d.ts +0 -24
  967. package/lib/components/list/hooks/useWaterfall.d.ts +0 -34
  968. package/lib/components/list/index.d.ts +0 -10
  969. package/lib/components/list/locales.d.ts +0 -66
  970. package/lib/components/list/types.d.ts +0 -177
  971. package/lib/components/pay/toB/components/Content/Footer.d.ts +0 -7
  972. package/lib/components/pay/toB/components/Content/Header.d.ts +0 -4
  973. package/lib/components/pay/toB/locales.d.ts +0 -54
  974. package/lib/components/pay/toB/types/storeTypes.d.ts +0 -143
  975. package/lib/components/pay/toC/PaymentList/serve.d.ts +0 -28
  976. package/lib/components/pay/toC/PaymentMethods/GlobePayAliPayH5/index.d.ts +0 -10
  977. package/lib/components/pay/toC/PaymentMethods/GlobePayAliPayH5/serve.d.ts +0 -2
  978. package/lib/components/pay/toC/PaymentMethods/GlobePayPaypalH5/index.d.ts +0 -10
  979. package/lib/components/pay/toC/PaymentMethods/GlobePayPaypalH5/serve.d.ts +0 -2
  980. package/lib/components/pay/toC/PaymentMethods/GlobePayQrcode/serve.d.ts +0 -2
  981. package/lib/components/pay/toC/PaymentMethods/GlobePayWxH5/index.d.ts +0 -10
  982. package/lib/components/pay/toC/PaymentMethods/GlobePayWxH5/serve.d.ts +0 -2
  983. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/index.d.ts +0 -3
  984. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/components/PageLoading/index.d.ts +0 -3
  985. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/PaymentRequestForm.d.ts +0 -3
  986. package/lib/components/pay/toC/PaymentMethods/StripePay/serve.d.ts +0 -2
  987. package/lib/components/pay/toC/PaymentMethods/SuperPayAliPayH5/serve.d.ts +0 -2
  988. package/lib/components/pay/toC/PaymentMethods/SuperPayWxPayH5/serve.d.ts +0 -2
  989. package/lib/components/pay/toC/PaymentMethods/WalletPass/serve.d.ts +0 -155
  990. package/lib/components/pay/toC/PaymentMethods/WalletPass/utils.d.ts +0 -9
  991. package/lib/components/pay/toC/PaymentMethods/components/PaymentReturnContent/index.d.ts +0 -15
  992. package/lib/components/pay/toC/WalletPassBlock/index.d.ts +0 -21
  993. package/lib/components/pay/toC/locales.d.ts +0 -301
  994. package/lib/components/pay/toC/model.d.ts +0 -40
  995. package/lib/components/pay/toC/serve.d.ts +0 -62
  996. package/lib/components/pay/toC/status.d.ts +0 -13
  997. package/lib/components/pay/toC/utils.d.ts +0 -57
  998. package/lib/components/productSelect/components/TabProduct/index.d.ts +0 -2
  999. package/lib/components/productSelect/components/productGroup/index.d.ts +0 -38
  1000. package/lib/components/ruleSetting/locales.d.ts +0 -48
  1001. package/lib/components/ruleSetting/server.d.ts +0 -4
  1002. package/lib/components/shoppingCart/components/Cart/Product.d.ts +0 -3
  1003. package/lib/components/shoppingCart/components/Cart/index.d.ts +0 -3
  1004. package/lib/components/shoppingCart/locales.d.ts +0 -36
  1005. package/lib/components/shoppingCart/type.d.ts +0 -49
  1006. package/lib/components/subTotal/index.d.ts +0 -22
  1007. package/lib/components/subTotal/locales.d.ts +0 -42
  1008. package/lib/components/systemSettings/registry/components/GroupModal.d.ts +0 -4
  1009. package/lib/components/systemSettings/registry/components/ItemModal.d.ts +0 -4
  1010. package/lib/components/systemSettings/registry/components/ModuleList.d.ts +0 -4
  1011. package/lib/components/systemSettings/registry/components/SectionList.d.ts +0 -4
  1012. package/lib/components/systemSettings/registry/components/index.d.ts +0 -4
  1013. package/lib/components/systemSettings/registry/locales.d.ts +0 -272
  1014. package/lib/components/systemSettings/registry/services.d.ts +0 -77
  1015. package/lib/components/systemSettings/registry/types.d.ts +0 -126
  1016. package/lib/components/systemSettings/registry/utils/typeValidation.d.ts +0 -16
  1017. package/lib/components/systemSettings/registry/utils/validators.d.ts +0 -8
  1018. package/lib/components/ticketBooking/components/ProductDisplayAdapter/index.d.ts +0 -7
  1019. package/lib/components/ticketBooking/components/ProductDisplayAdapter/types.d.ts +0 -115
  1020. package/lib/components/ticketBooking/components/bookingDataPanel/bookingDashboard/index.d.ts +0 -7
  1021. package/lib/components/ticketBooking/components/bookingDataPanel/bookingList/index.d.ts +0 -12
  1022. package/lib/components/ticketBooking/components/bookingDataPanel/bookingList/utils.d.ts +0 -6
  1023. package/lib/components/ticketBooking/components/bookingDataPanel/constants.d.ts +0 -22
  1024. package/lib/components/ticketBooking/components/bookingDataPanel/index.d.ts +0 -9
  1025. package/lib/components/ticketBooking/components/bookingDataPanel/pisellFloatingPanel/index.d.ts +0 -14
  1026. package/lib/components/ticketBooking/components/bookingDataPanel/serve.d.ts +0 -0
  1027. package/lib/components/ticketBooking/components/floatButtons/index.d.ts +0 -11
  1028. package/lib/components/ticketBooking/context/IsActiveContext.d.ts +0 -26
  1029. package/lib/components/ticketBooking/context/OsKeyContext.d.ts +0 -26
  1030. package/lib/components/ticketBooking/context/index.d.ts +0 -2
  1031. package/lib/components/ticketBooking/hooks/pisellos/useActiveExecute.d.ts +0 -21
  1032. package/lib/components/ticketBooking/hooks/pisellos/useScanCustomer.d.ts +0 -5
  1033. package/lib/components/ticketBooking/hooks/pisellos/useScanGlobal.d.ts +0 -5
  1034. package/lib/components/ticketBooking/hooks/pisellos/useScanGlobalHandle.d.ts +0 -2
  1035. package/lib/components/ticketBooking/hooks/pisellos/useScanManager.d.ts +0 -6
  1036. package/lib/components/ticketBooking/locales.d.ts +0 -198
  1037. package/lib/components/ticketBooking/utils/productCache.d.ts +0 -75
  1038. package/lib/components/wallet/Detail/locales.d.ts +0 -153
  1039. package/lib/components/wallet/Detail/model.d.ts +0 -13
  1040. package/lib/components/wallet/Detail/serve.d.ts +0 -39
  1041. package/lib/components/wallet/DiscountCard/model.d.ts +0 -14
  1042. package/lib/components/wallet/PointCard/model.d.ts +0 -13
  1043. package/lib/components/wallet/RechargeableCard/model.d.ts +0 -29
  1044. package/lib/components/wallet/RechargeableCard/serve.d.ts +0 -23
  1045. package/lib/components/wallet/Voucher/index.d.ts +0 -12
  1046. package/lib/components/wallet/Voucher/locales.d.ts +0 -21
  1047. package/lib/components/wallet/Voucher/model.d.ts +0 -13
  1048. package/lib/components/wallet/components/FooterButtons/index.d.ts +0 -18
  1049. package/lib/components/wallet/components/UsageRules/index.d.ts +0 -23
  1050. package/lib/components/wallet/components/WalletBar/index.d.ts +0 -8
  1051. package/lib/components/wallet/components/WalletCard.d.ts +0 -11
  1052. package/lib/components/wallet/components/index.d.ts +0 -3
  1053. package/lib/components/wallet/hooks/useWalletCard.d.ts +0 -34
  1054. package/lib/components/wallet/locales.d.ts +0 -132
  1055. package/lib/components/wallet/model.d.ts +0 -37
  1056. package/lib/components/wallet/serve.d.ts +0 -150
  1057. package/lib/components/wallet/utils/formatUtils.d.ts +0 -36
  1058. package/lib/components/wallet/utils.d.ts +0 -48
  1059. package/lib/components/walletList/locales.d.ts +0 -18
  1060. package/lib/components/walletList/serve.d.ts +0 -24
  1061. package/lib/components/walletList/types/index.d.ts +0 -194
  1062. package/lib/components/workSpaceList/components/AppearanceEdit/IconPanel.d.ts +0 -11
  1063. package/lib/components/workSpaceList/components/AppearanceEdit/constants.d.ts +0 -8
  1064. package/lib/components/workSpaceList/components/Card/constants.d.ts +0 -2
  1065. package/lib/components/workSpaceList/components/EditableString/index.d.ts +0 -21
  1066. package/lib/components/workSpaceList/components/SearchBar/index.d.ts +0 -17
  1067. package/lib/components/workSpaceList/components/Sort/index.d.ts +0 -7
  1068. package/lib/hooks/useModal.d.ts +0 -35
  1069. package/lib/hooks/useModal.example.d.ts +0 -12
  1070. package/lib/hooks/useModal.integration.example.d.ts +0 -15
  1071. package/lib/hooks/useWindowSize.d.ts +0 -5
  1072. package/lib/plus/clientCard/line/index.d.ts +0 -9
  1073. package/lib/plus/clientCard/locales.d.ts +0 -18
  1074. package/lib/plus/clientCard/types.d.ts +0 -134
  1075. package/lib/plus/clientCard/utils.d.ts +0 -8
  1076. package/lib/plus/clientName/index.d.ts +0 -5
  1077. package/lib/plus/clientName/type.d.ts +0 -13
  1078. package/lib/plus/clientName/utils.d.ts +0 -2
  1079. package/lib/plus/clinetSearch/Add/BirthdayField/index.d.ts +0 -2
  1080. package/lib/plus/clinetSearch/Add/GenderField/index.d.ts +0 -2
  1081. package/lib/plus/clinetSearch/Add/PhoneField/index.d.ts +0 -2
  1082. package/lib/plus/clinetSearch/Add/PhoneField/serve.d.ts +0 -2
  1083. package/lib/plus/clinetSearch/InfiniteScroll/InfiniteScroll.d.ts +0 -5
  1084. package/lib/plus/clinetSearch/InfiniteScroll/index.d.ts +0 -2
  1085. package/lib/plus/clinetSearch/InfiniteScroll/types.d.ts +0 -46
  1086. package/lib/plus/clinetSearch/locales.d.ts +0 -105
  1087. package/lib/plus/clinetSearch/serve.d.ts +0 -1
  1088. package/lib/plus/clinetSearch/types.d.ts +0 -61
  1089. package/lib/plus/contactInfo/components/Avatar/index.d.ts +0 -10
  1090. package/lib/plus/contactInfo/components/SwipeAction/index.d.ts +0 -46
  1091. package/lib/plus/contactInfo/locales.d.ts +0 -15
  1092. package/lib/plus/contactInfo/types.d.ts +0 -91
  1093. package/lib/plus/contactInfo/utils.d.ts +0 -7
  1094. package/lib/plus/contactInfoModal/locales.d.ts +0 -66
  1095. package/lib/plus/noteModal/locales.d.ts +0 -33
  1096. package/lib/plus/noteModal/types.d.ts +0 -19
  1097. package/lib/plus/productSelect/CategoryTabs/index.d.ts +0 -20
  1098. package/lib/plus/productSelect/ProductCard/SkuCard/SkuCardA1/index.d.ts +0 -3
  1099. package/lib/plus/productSelect/ProductCard/SkuCard/SkuCardA2/index.d.ts +0 -3
  1100. package/lib/plus/productSelect/ProductCard/SkuCard/SkuCardA5/index.d.ts +0 -3
  1101. package/lib/plus/productSelect/ProductCard/SkuCard/SkuCardA9/index.d.ts +0 -3
  1102. package/lib/plus/productSelect/ProductCard/SkuCard/SkuCardCustom/index.d.ts +0 -3
  1103. package/lib/plus/productSelect/ProductCard/SkuCard/components/Action/index.d.ts +0 -7
  1104. package/lib/plus/productSelect/ProductCard/SkuCard/components/Capacity/index.d.ts +0 -6
  1105. package/lib/plus/productSelect/ProductCard/SkuCard/components/CardMask/index.d.ts +0 -7
  1106. package/lib/plus/productSelect/ProductCard/SkuCard/components/CardMoreText/index.d.ts +0 -3
  1107. package/lib/plus/productSelect/ProductCard/SkuCard/components/Countdown/index.d.ts +0 -7
  1108. package/lib/plus/productSelect/ProductCard/SkuCard/components/Cover/index.d.ts +0 -6
  1109. package/lib/plus/productSelect/ProductCard/SkuCard/components/Duration/index.d.ts +0 -6
  1110. package/lib/plus/productSelect/ProductCard/SkuCard/components/Favorite/index.d.ts +0 -6
  1111. package/lib/plus/productSelect/ProductCard/SkuCard/components/MemberPrice/index.d.ts +0 -7
  1112. package/lib/plus/productSelect/ProductCard/SkuCard/components/Price/index.d.ts +0 -6
  1113. package/lib/plus/productSelect/ProductCard/SkuCard/components/Promotions/index.d.ts +0 -6
  1114. package/lib/plus/productSelect/ProductCard/SkuCard/components/Resource/index.d.ts +0 -6
  1115. package/lib/plus/productSelect/ProductCard/SkuCard/components/Stock/index.d.ts +0 -6
  1116. package/lib/plus/productSelect/ProductCard/SkuCard/components/Tags/index.d.ts +0 -6
  1117. package/lib/plus/productSelect/ProductCard/SkuCard/components/Time/index.d.ts +0 -6
  1118. package/lib/plus/productSelect/ProductCard/SkuCard/components/TooltipTags/index.d.ts +0 -6
  1119. package/lib/plus/productSelect/ProductCard/SkuCard/components/WarningLists/index.d.ts +0 -3
  1120. package/lib/plus/productSelect/ProductCard/SkuCard/hooks/useDynamicComponents.d.ts +0 -6
  1121. package/lib/plus/productSelect/ProductCard/SkuCard/index.d.ts +0 -8
  1122. package/lib/plus/productSelect/ProductCard/SkuCard/locales.d.ts +0 -42
  1123. package/lib/plus/productSelect/ProductCard/SkuCard/status.d.ts +0 -162
  1124. package/lib/plus/productSelect/ProductCard/SkuCard/type.d.ts +0 -298
  1125. package/lib/plus/productSelect/ProductCard/SkuCard/utils.d.ts +0 -9
  1126. package/lib/plus/productSelect/components/TabsStructure/TabsStructure.d.ts +0 -30
  1127. package/lib/plus/productSelect/utils.d.ts +0 -39
  1128. package/lib/plus/walletEditor/components/JsonEditor/index.d.ts +0 -11
  1129. package/lib/plus/walletEditor/components/relationProduct/index.d.ts +0 -7
  1130. package/lib/plus/walletEditor/components/sortableWalletPassTypes/index.d.ts +0 -37
  1131. package/lib/plus/walletEditor/index.d.ts +0 -3
  1132. package/lib/plus/walletEditor/locales.d.ts +0 -126
  1133. package/lib/plus/walletEditor/types.d.ts +0 -52
  1134. package/lib/plus/walletPassGallery/components/footerButton/index.d.ts +0 -14
  1135. package/lib/plus/walletPassGallery/components/passList/index.d.ts +0 -12
  1136. package/lib/plus/walletPassGallery/components/timelineSection/index.d.ts +0 -9
  1137. package/lib/plus/walletPassGallery/components/usageRule/index.d.ts +0 -9
  1138. package/lib/plus/walletPassGallery/locales.d.ts +0 -270
  1139. package/lib/plus/walletPassGallery/serve.d.ts +0 -221
  1140. package/lib/pro/Login2.0/components/ForgotPasswordFlow.d.ts +0 -31
  1141. package/lib/pro/Login2.0/components/LegalTerms.d.ts +0 -8
  1142. package/lib/pro/Login2.0/components/LoginCodeInput.d.ts +0 -27
  1143. package/lib/pro/Login2.0/components/OAuthButtonGroup.d.ts +0 -22
  1144. package/lib/pro/Login2.0/components/PhoneInput.d.ts +0 -53
  1145. package/lib/pro/Login2.0/components/phoneValidation.d.ts +0 -17
  1146. package/lib/pro/Login2.0/hooks/index.d.ts +0 -2
  1147. package/lib/pro/Login2.0/hooks/usePasswordValidationRules.d.ts +0 -24
  1148. package/lib/pro/Login2.0/hooks/useRegisterFlow.d.ts +0 -39
  1149. package/lib/pro/Login2.0/hooks/useRegistrationMethods.d.ts +0 -9
  1150. package/lib/pro/Login2.0/locales.d.ts +0 -543
  1151. package/lib/pro/Login2.0/shared/Header.d.ts +0 -11
  1152. package/lib/pro/Login2.0/shared/OAuthButtons.d.ts +0 -11
  1153. package/lib/pro/Login2.0/shared/registerFlow.d.ts +0 -116
  1154. package/lib/pro/Login2.0/shared/types.d.ts +0 -232
  1155. package/lib/pro/Login2.0/steps/CodeInput.d.ts +0 -24
  1156. package/lib/pro/Login2.0/steps/EmailAlreadyRegistered.d.ts +0 -12
  1157. package/lib/pro/Login2.0/steps/EmailLinkAlreadyUsed.d.ts +0 -7
  1158. package/lib/pro/Login2.0/steps/EmailLinkExpired.d.ts +0 -9
  1159. package/lib/pro/Login2.0/steps/SetPassword.d.ts +0 -19
  1160. package/lib/pro/Login2.0/steps/VerificationSuccess.d.ts +0 -8
  1161. package/lib/pro/Login2.0/steps/VerifyingEmailLink.d.ts +0 -7
  1162. package/lib/pro/Login2.0/steps/WaitEmailLink.d.ts +0 -18
  1163. package/lib/pro/Login2.0/steps/index.d.ts +0 -19
  1164. package/lib/pro/Login2.0/types.d.ts +0 -167
  1165. package/lib/pro/NumberKeyboardPopover/index.d.ts +0 -36
  1166. package/lib/pro/NumberKeyboardPopover/types.d.ts +0 -31
  1167. package/lib/pro/comprehensiveSearch/components/deviceIconGroup/index.d.ts +0 -11
  1168. package/lib/pro/comprehensiveSearch/components/index.d.ts +0 -2
  1169. package/lib/pro/comprehensiveSearch/components/searchSection/locales.d.ts +0 -15
  1170. package/lib/pro/comprehensiveSearch/locales.d.ts +0 -15
  1171. package/lib/pro/comprehensiveSearch/types.d.ts +0 -32
  1172. package/lib/pro/numberKeyboard/locales.d.ts +0 -12
  1173. package/lib/pro/pisellNumberSelector/example.d.ts +0 -3
  1174. package/lib/pro/pisellNumberSelector/index.d.ts +0 -29
  1175. package/lib/pro/pisellPaymentList/example.d.ts +0 -20
  1176. package/lib/pro/pisellPhoneKeyboard/index.d.ts +0 -12
  1177. package/lib/pro/pisellPhoneKeyboard/locales.d.ts +0 -12
  1178. package/lib/pro/pisellPriceKeyboardModal/PisellPriceKeyboardModal.d.ts +0 -5
  1179. package/lib/pro/pisellPriceKeyboardModal/index.d.ts +0 -2
  1180. package/lib/pro/pisellPriceKeyboardModal/types.d.ts +0 -25
  1181. package/lib/pro/pisellPriceKeyboardPopover/types.d.ts +0 -33
  1182. package/lib/pro/pisellPriceRadio/index.d.ts +0 -26
  1183. package/lib/pro/pisellSimplePriceKeyboardPopover/PisellPriceKeyboardPopover.d.ts +0 -5
  1184. package/lib/pro/pisellSimplePriceKeyboardPopover/index.d.ts +0 -2
  1185. package/lib/pro/pisellSimplePriceKeyboardPopover/types.d.ts +0 -33
  1186. package/lib/pro/priceKeyboard/components/cashKeyboard/CashKeyboardSimple.d.ts +0 -13
  1187. package/lib/pro/priceKeyboard/components/cashKeyboard/locales.d.ts +0 -39
  1188. package/lib/pro/priceKeyboard/components/cashKeyboard/types.d.ts +0 -98
  1189. package/lib/pro/priceKeyboard/components/discountKeyboard/locales.d.ts +0 -42
  1190. package/lib/pro/priceKeyboard/components/discountKeyboard/types.d.ts +0 -17
  1191. package/lib/pro/priceKeyboard/components/paymentKeyboard/locales.d.ts +0 -45
  1192. package/lib/pro/priceKeyboard/components/paymentKeyboard/types.d.ts +0 -39
  1193. package/lib/pro/priceKeyboard/components/shortcuts/index.d.ts +0 -18
  1194. package/lib/pro/priceKeyboard/hooks/keyActions.d.ts +0 -28
  1195. package/lib/pro/priceKeyboard/hooks/rightItems.d.ts +0 -27
  1196. package/lib/pro/priceKeyboard/index.d.ts +0 -3
  1197. package/lib/pro/priceKeyboard/utils.d.ts +0 -31
  1198. package/lib/pro/skuDetailModal/locales.d.ts +0 -48
  1199. package/lib/pro/skuDetailModal/types.d.ts +0 -347
@@ -1,921 +0,0 @@
1
- declare const _default: {
2
- en: {
3
- 'pisell2.text.select-addons': string;
4
- 'pisell2.text.addons': string;
5
- 'pisell2.text.search': string;
6
- 'pisell2.text.view': string;
7
- 'pisell2.text.edit': string;
8
- 'pisell2.text.remove': string;
9
- 'pisell2.text.apply': string;
10
- 'pisell2.text.to-pay': string;
11
- 'pisell2.text.details': string;
12
- 'pisell2.text.checkout': string;
13
- 'pisell2.text.save': string;
14
- 'pisell2.text.view-all': string;
15
- 'pisell2.text.view-less': string;
16
- 'pisell2.text.add-a': string;
17
- 'pisell2.text.add-another': string;
18
- 'pisell2.text.select': string;
19
- 'pisell2.text.view-profile': string;
20
- 'pisell2.text.change-customer': string;
21
- 'pisell2.text.remove-customer': string;
22
- 'pisell2.text.leave-empty-for-walk-in': string;
23
- 'pisell2.text.select-customer': string;
24
- 'pisell2.text.create-new-customer': string;
25
- 'pisell2.text.filled': string;
26
- 'pisell2.text.not-filled': string;
27
- 'pisell2.text.create-new': string;
28
- 'pisell2.text.add-a-service': string;
29
- 'pisell2.text.add-another-service': string;
30
- 'pisell2.text.select-service': string;
31
- 'pisell2.text.edit-service': string;
32
- 'pisell2.text.price': string;
33
- 'pisell2.text.discount': string;
34
- 'pisell2.text.discount-reason': string;
35
- 'pisell2.text.start_time': string;
36
- 'pisell2.text.duration': string;
37
- 'pisell2.text.resource': string;
38
- 'pisell2.text.end_time': string;
39
- 'pisell2.text.start_date': string;
40
- 'pisell2.text.end_date': string;
41
- 'pisell2.text.quantity': string;
42
- 'pisell2.text.holder': string;
43
- 'pisell2.text.warnings': string;
44
- 'pisell2.text.order-notes': string;
45
- 'pisell2.text.add-order-notes': string;
46
- 'pisell2.text.add-internal-notes': string;
47
- 'pisell2.text.add-notes': string;
48
- 'pisell2.text.notes': string;
49
- 'pisell2.text.new-appointment': string;
50
- 'pisell2.text.enroll.detail': string;
51
- 'pisell2.text.add-products-successfully': string;
52
- 'pisell2.text.add': string;
53
- 'pisell2.text.created-successfully': string;
54
- 'pisell2.text.edit-successfully': string;
55
- 'pisell2.text.updated': string;
56
- 'pisell2.text.appointment-updated': string;
57
- 'pisell2.text.please-create-an-appointment-first': string;
58
- 'pisell2.text.day': (val: number) => string;
59
- 'pisell2.text.min': string;
60
- 'pisell2.text.h': string;
61
- 'pisell2.text.other': string;
62
- 'pisell2.text.forms': string;
63
- 'pisell2.text.load-more': string;
64
- 'pisell2.text.status.new': string;
65
- 'pisell2.text.status.confirmed': string;
66
- 'pisell2.text.status.arrived': string;
67
- 'pisell2.text.status.started': string;
68
- 'pisell2.text.status.cancelled': string;
69
- 'pisell2.text.status.no_show': string;
70
- 'pisell2.text.status.completed': string;
71
- 'pisell2.text.status.booking_id': string;
72
- 'pisell2.text.status.no-discount': string;
73
- 'pisell2.text.status.manual': string;
74
- 'pisell2.text.status.service-error-1': string;
75
- 'pisell2.text.status.service-error-2': string;
76
- 'pisell2.text.status.service-error-3': string;
77
- 'pisell2.text.status.order-notes': string;
78
- 'pisell2.text.status.edit-note': string;
79
- 'pisell2.text.status.remove-note': string;
80
- 'pisell2.text.status.add-note': string;
81
- 'pisell2.text.status.from-system-add': string;
82
- 'pisell2.text.status.add-note-successfully': string;
83
- 'pisell2.text.status.remove-note-successfully': string;
84
- 'pisell2.text.status.edit-note-successfully': string;
85
- 'pisell2.text.status.notes-for-customer': string;
86
- "pisell2.text.status.internal-notes": string;
87
- 'pisell2.text.status.visible-only-to-your-team-members': string;
88
- 'pisell2.text.add-form-successfully': string;
89
- 'pisell2.text.payments': string;
90
- 'pisell2.text.refund': string;
91
- 'pisell2.text.refund-amount': string;
92
- 'pisell2.text.select-a-customer': string;
93
- 'pisell2.text.customerpay': string;
94
- 'pisell2.text.paid': string;
95
- 'pisell2.text.voided_pay': string;
96
- 'pisell2.text.processing_pay': string;
97
- 'pisell2.text.surcharge': string;
98
- 'pisell2.text.platform.type': (type: string) => string;
99
- 'pisell1.text.edit-status-success': string;
100
- 'pisell1.text.fully-paid': string;
101
- 'pisell1.text.refund-customer': string;
102
- 'pisell1.text.not-contain': string;
103
- 'pisell1.text.included': string;
104
- 'pisell1.text.subtotal': string;
105
- 'pisell1.text.tax': string;
106
- 'pisell1.text.total': string;
107
- 'pisell1.text.rounding': string;
108
- 'pisell1.text.payment-fee': string;
109
- 'pisell1.text.tomorrow': string;
110
- 'pisell1.text.resource-error-message-1': (x: string, y: string) => string;
111
- 'pisell1.text.resource-error-message-2': (x: string, y: string, z: string) => string;
112
- 'pisell1.text.resource-error-message-3': (x: string, y: string, z: string) => string;
113
- 'pisell1.text.resource-error-message-unbound': string;
114
- 'pisell1.text.no-addons': string;
115
- 'pisell1.text.no-resource': string;
116
- 'pisell1.text.no-payments': string;
117
- 'pisell2.text.change': string;
118
- 'pisell2.text.please-select-the-customer-first': string;
119
- 'pisell2.text.amount-paid-on-order': string;
120
- 'pisell2.text.amount-actually-paid-by-the-customer': string;
121
- 'pisell2.text.refunded-amount': string;
122
- 'pisell2.text.flexible': string;
123
- 'pisell2.text.order-discount': string;
124
- 'pisell2.text.no-product-added': string;
125
- 'pisell2.text.contacts': string;
126
- 'pisell2.text.add-contacts': string;
127
- 'pisell2.text.edit-profile': string;
128
- 'pisell2.text.remove-contact': string;
129
- 'pisell2.text.order.sales.channel.online': string;
130
- 'pisell2.text.order.sales.channel.pos-terminal': string;
131
- 'pisell2.text.order.sales.channel.boxcocal': string;
132
- 'pisell2.text.order.sales.channel.tableorder': string;
133
- 'pisell2.text.order.sales.channel.reserve': string;
134
- 'pisell2.text.rebook': string;
135
- 'pisell2.text.now': string;
136
- 'pisell2.text.deposit-list': string;
137
- 'pisell2.text.deposit-item-status-paid': string;
138
- 'pisell2.text.deposit-item-status-unpaid': string;
139
- 'pisell2.text.deposit-item-status-partially-paid': string;
140
- 'pisell2.text.deposit-order-total': string;
141
- 'pisell2.text.deposit-order-detail': string;
142
- 'pisell2.text.deposit-collect-deposit': string;
143
- 'pisell2.text.deposit-order-no': string;
144
- 'pisell2.text.deposit-amount': string;
145
- 'pisell2.text.deposit-deposit-amount': string;
146
- 'pisell2.text.deposit-deposit-paid': string;
147
- 'pisell2.text.deposit-deposit-paid-due': string;
148
- 'pisell2.text.deposit-deposit-paid-including-surcharge': string;
149
- 'pisell2.text.deposit-generate-payment-link': string;
150
- 'pisell2.text.deposit-list-empty': string;
151
- 'pisell2.text.deposit-amount-message': string;
152
- 'pisell2.text.deposit-amount-message2': string;
153
- 'pisell2.text.deposit-amount-message3': string;
154
- 'pisell2.text.deposit-delete': string;
155
- 'pisell2.text.deposit-delete-message-title': string;
156
- 'pisell2.text.deposit-delete-message': string;
157
- 'pisell2.text.deposit-paid': string;
158
- "pisell2.text.stock": string;
159
- 'pisell2.appointment.unuse.stock': string;
160
- 'pisell2.appointment.unuse.capacity': (count: number) => string;
161
- 'pisell2.text.payment-link': string;
162
- 'pisell2.text.send-mail': string;
163
- 'pisell2.text.copy-to-clipboard': string;
164
- 'pisell2.text.ok': string;
165
- 'page.booking.text.add-time': string;
166
- 'page.booking.text.quantity': string;
167
- 'page.booking.text.sales': string;
168
- 'page.booking.text.update-time': string;
169
- 'page.booking.text.add-time-success': string;
170
- 'page.booking.text.unavailable': string;
171
- 'page.booking.text.available': string;
172
- 'page.booking.text.fully-booked': string;
173
- 'page.booking.text.unlimited': string;
174
- 'pisell2.text.terminal-edit-message': string;
175
- "pisell2.text.actions": string;
176
- "pisell2.text.add-client": string;
177
- "pisell2.schedule.tab.all": string;
178
- "pisell2.schedule.tab.surcharge": string;
179
- "pisell2.schedule.tab.resources": string;
180
- "pisell2.schedule.tab.products": string;
181
- "pisell2.schedule.tab.events": string;
182
- "pisell2.schedule.tab.quotation": string;
183
- "pisell2.schedule.tab.open-hours": string;
184
- 'pisell2.text.variant-client-change': string;
185
- 'pisell2.text.variant-client-no-data': string;
186
- 'page.event.booking.text.duplicate-enrollment': string;
187
- 'page.event.booking.text.duplicate-enrollment-content': ({ customerName, title, list, }: {
188
- customerName: string;
189
- title: string;
190
- list: any[];
191
- }) => string;
192
- 'page.event.booking.text.duplicate-enrollment-confirm': string;
193
- 'page.booking.text.unconfirmed-payments': string;
194
- 'page.booking.text.unconfirmed-payments.msg': string;
195
- 'page.booking.text.cancel.calendar.msg': string;
196
- 'page.booking.text.go-to-payments': string;
197
- 'page.booking.text.cancel-only': string;
198
- 'page.booking.text.refund': string;
199
- 'page.booking.text.confirm': string;
200
- 'page.booking.text.go-back': string;
201
- 'page.booking.text.cancel-booking': string;
202
- 'page.booking.text.cancel-booking.msg': string;
203
- 'page.booking.text.disabled-tickets': string;
204
- 'page.booking.text.paid.msg': (x: string) => string;
205
- 'page.booking.text.please-choose-an-option': string;
206
- 'page.booking.text.please-choose-an-option-1': string;
207
- 'page.booking.text.please-choose-an-option-2': string;
208
- 'page.booking.text.resource.min-length-error': (x: number, y: string) => string;
209
- 'page.booking.text.resource.check-auto-allocation-tip': string;
210
- 'page.booking.text.price-extra': (origin: string, current: string) => string;
211
- 'pisell2.booking.dashboard.groups-on-site-now': string;
212
- 'pisell2.booking.dashboard.groups-on-site-now-tip': string;
213
- 'pisell2.booking.dashboard.people-on-site-now': string;
214
- 'pisell2.booking.dashboard.people-on-site-now-tip': string;
215
- 'pisell2.booking.dashboard.total-visitors-today': string;
216
- 'pisell2.booking.dashboard.total-visitors-today-tip': string;
217
- 'pisell2.booking.dashboard.ongoing-visitors': string;
218
- 'pisell2.booking.dashboard.ongoing-visitors-tip': string;
219
- 'pisell2.booking.dashboard.upcoming-visitors': string;
220
- 'pisell2.booking.dashboard.upcoming-visitors-tip': string;
221
- 'pisell2.booking.dashboard.overdue-visitors': string;
222
- 'pisell2.booking.dashboard.overdue-visitors-tip': string;
223
- 'pisell2.booking.dashboard.completed-visitors': string;
224
- 'pisell2.booking.dashboard.completed-visitors-tip': string;
225
- 'pisell2.booking.dashboard.departed-visitors': string;
226
- 'pisell2.booking.dashboard.departed-visitors-tip': string;
227
- 'pisell2.booking.dashboard.default': string;
228
- 'pisell2.booking.info.text.clear': string;
229
- 'pisell2.booking.info.text.clear-cart': string;
230
- 'pisell2.booking.info.text.clear-all': string;
231
- 'pisell2.booking.info.text.create-new': string;
232
- 'pisell2.booking.info.text.form-agreement-yes': string;
233
- 'pisell2.booking.info.text.form-agreement-no': string;
234
- 'pisell2.booking.info.resource.warning-title': string;
235
- 'pisell2.booking.info.resource.warning-content': string;
236
- 'pisell2.booking.info.resource.retry': string;
237
- 'pisell2.text.open.items': string;
238
- 'pisell2.text.cart.of': (val: any) => string;
239
- 'pisell2.text.no.selected': string;
240
- 'pisell2.text.select.items': string;
241
- 'pisell2.text.edit-select-service': string;
242
- 'pisell2.text.missing.reservation.title': string;
243
- 'pisell2.text.missing.reservation.content': string;
244
- 'pisell2.text.confirm': string;
245
- 'pisell2.text.cancel': string;
246
- 'pisell2.action-buttons.clear': string;
247
- 'pisell2.action-buttons.manuel-order': string;
248
- 'pisell2.action-buttons.customise-item': string;
249
- 'pisell2.action-buttons.no-items-to-adjust': string;
250
- 'pisell2.action-buttons.adjust-order-price': string;
251
- 'pisell2.action-buttons.price-adjusted-success': string;
252
- 'pisell2.action-buttons.clear-success': string;
253
- 'pisell2.text.manual-price-adjustment': string;
254
- 'pisell2.customise-item.modal-title': string;
255
- 'pisell2.customise-item.product-name': string;
256
- 'pisell2.customise-item.default-product-name': string;
257
- 'pisell2.customise-item.vouchers-applicable': string;
258
- 'pisell2.customise-item.sell-price': string;
259
- 'pisell2.customise-item.manual-deduction-price': string;
260
- 'pisell2.customise-item.amount-placeholder': string;
261
- 'pisell2.customise-item.save': string;
262
- 'pisell2.customise-item.save-success': string;
263
- 'pisell2.customise-item.price-required-error': (priceType: string) => string;
264
- 'pisell2.subtotal.total': string;
265
- 'pisell2.clear-cart-modal.title': string;
266
- 'pisell2.clear-cart-modal.clear-items-only': string;
267
- 'pisell2.clear-cart-modal.clear-all-reset': string;
268
- 'pisell2.clear-cart-modal.empty-cart-tip': string;
269
- 'pisell2.voucher-modal.title': string;
270
- 'pisell2.text.change.pet.title': string;
271
- 'pisell2.text.change.pet.content': string;
272
- 'pisell2.text.change.pet.content1': string;
273
- 'pisell2.text.change.pet.confirm': string;
274
- 'pisell2.text.change.pet.cancel': string;
275
- 'pisell2.text.booking-list': string;
276
- 'pisell2.text.edit-booking': string;
277
- 'pisell2.text.email-error-message': string;
278
- 'pisell2.text.phone-required-error-message': string;
279
- 'pisell2.text.email-required-error-message': string;
280
- 'pisell2.text.send-form-reminder': string;
281
- 'pisell2.text.send-sms-reminder': string;
282
- 'pisell2.text.send-email-reminder': string;
283
- 'pisell2.text.send-form-ok': string;
284
- 'pisell2.text.send-form-toast': string;
285
- 'pisell2.text.send-form-reminder-completed': string;
286
- 'pisell2.text.send-form-reminder-tooltip': string;
287
- 'pisell2.text.send-form-reminder-refresh': string;
288
- 'pisell2.text.send-form-reminder-error-message': string;
289
- 'pisell2.text.goodpass': string;
290
- 'pisell2.text.goodpass.product-vouchers': string;
291
- 'pisell2.text.goodpass.view-more': string;
292
- 'pisell2.text.goodpass.code': string;
293
- 'pisell2.text.goodpass.enter-code': string;
294
- 'pisell2.text.goodpass.code-invalid': string;
295
- 'pisell2.text.goodpass.code-invalid-cart': string;
296
- 'pisell2.text.status.valid': string;
297
- 'pisell2.text.status.expired': string;
298
- 'pisell2.text.validity.expired': (str: string) => string;
299
- 'pisell2.text.validity.expiring_soon': (str: string) => string;
300
- 'pisell2.text.validity.valid_through': (str: string) => string;
301
- 'pisell2.text.quotation.product.change.title': string;
302
- 'pisell2.text.quotation.product.change.describe': string;
303
- 'pisell2.booking.notes.placeholder': string;
304
- 'pisell2.text.form.link.to.another.record.more': string;
305
- 'pisell2.booking.text.contact-info.title': string;
306
- 'pisell2.booking.text.search-placeholder': string;
307
- };
308
- 'zh-CN': {
309
- 'pisell2.text.refunded-amount': string;
310
- 'pisell2.text.amount-actually-paid-by-the-customer': string;
311
- 'pisell2.text.amount-paid-on-order': string;
312
- 'pisell2.text.please-select-the-customer-first': string;
313
- 'pisell2.text.change': string;
314
- 'pisell2.text.addons': string;
315
- 'pisell2.text.select-addons': string;
316
- 'pisell2.text.search': string;
317
- 'pisell2.text.view': string;
318
- 'pisell2.text.edit': string;
319
- 'pisell2.text.remove': string;
320
- 'pisell2.text.apply': string;
321
- 'pisell2.text.to-pay': string;
322
- 'pisell2.text.details': string;
323
- 'pisell2.text.checkout': string;
324
- 'pisell2.text.save': string;
325
- 'pisell2.text.view-all': string;
326
- 'pisell2.text.view-less': string;
327
- 'pisell2.text.add-a': string;
328
- 'pisell2.text.add-another': string;
329
- 'pisell2.text.select': string;
330
- 'pisell2.text.view-profile': string;
331
- 'pisell2.text.change-customer': string;
332
- 'pisell2.text.remove-customer': string;
333
- 'pisell2.text.leave-empty-for-walk-in': string;
334
- 'pisell2.text.select-customer': string;
335
- 'pisell2.text.create-new-customer': string;
336
- 'pisell2.text.filled': string;
337
- 'pisell2.text.not-filled': string;
338
- 'pisell2.text.create-new': string;
339
- 'pisell2.text.add-a-service': string;
340
- 'pisell2.text.add-another-service': string;
341
- 'pisell2.text.select-service': string;
342
- 'pisell2.text.edit-service': string;
343
- 'pisell2.text.price': string;
344
- 'pisell2.text.discount': string;
345
- 'pisell2.text.discount-reason': string;
346
- 'pisell2.text.start_time': string;
347
- 'pisell2.text.end_time': string;
348
- 'pisell2.text.start_date': string;
349
- 'pisell2.text.end_date': string;
350
- 'pisell2.text.quantity': string;
351
- 'pisell2.text.holder': string;
352
- 'pisell2.text.duration': string;
353
- 'pisell2.text.resource': string;
354
- 'pisell2.text.warnings': string;
355
- 'pisell2.text.order-notes': string;
356
- 'pisell2.text.add-order-notes': string;
357
- 'pisell2.text.add-internal-notes': string;
358
- 'pisell2.text.add-notes': string;
359
- 'pisell2.text.notes': string;
360
- 'pisell2.text.new-appointment': string;
361
- 'pisell2.text.enroll.detail': string;
362
- 'pisell2.text.add-products-successfully': string;
363
- 'pisell2.text.refund': string;
364
- 'pisell2.text.refund-amount': string;
365
- 'pisell2.text.add': string;
366
- 'pisell2.text.created-successfully': string;
367
- 'pisell2.text.edit-successfully': string;
368
- 'pisell2.text.appointment-updated': string;
369
- 'pisell2.text.updated': string;
370
- 'pisell2.text.please-create-an-appointment-first': string;
371
- 'pisell2.text.day': (val: number) => string;
372
- 'pisell2.text.min': string;
373
- 'pisell2.text.h': string;
374
- 'pisell2.text.other': string;
375
- 'pisell2.text.forms': string;
376
- 'pisell2.text.load-more': string;
377
- 'pisell2.text.status.new': string;
378
- 'pisell2.text.status.confirmed': string;
379
- 'pisell2.text.status.arrived': string;
380
- 'pisell2.text.status.started': string;
381
- 'pisell2.text.status.cancelled': string;
382
- 'pisell2.text.status.no_show': string;
383
- 'pisell2.text.status.completed': string;
384
- 'pisell2.text.status.booking_id': string;
385
- 'pisell2.text.status.no-discount': string;
386
- 'pisell2.text.status.manual': string;
387
- "pisell2.text.status.service-error-1": string;
388
- "pisell2.text.status.service-error-2": string;
389
- "pisell2.text.status.service-error-3": string;
390
- 'pisell2.text.status.order-notes': string;
391
- 'pisell2.text.status.edit-note': string;
392
- 'pisell2.text.status.remove-note': string;
393
- 'pisell2.text.status.add-note': string;
394
- 'pisell2.text.status.from-system-add': string;
395
- 'pisell2.text.status.add-note-successfully': string;
396
- 'pisell2.text.status.remove-note-successfully': string;
397
- 'pisell2.text.status.edit-note-successfully': string;
398
- 'pisell2.text.status.notes-for-customer': string;
399
- "pisell2.text.status.internal-notes": string;
400
- 'pisell2.text.status.visible-only-to-your-team-members': string;
401
- 'pisell2.text.add-form-successfully': string;
402
- 'pisell2.text.payments': string;
403
- 'pisell2.text.select-a-customer': string;
404
- 'pisell2.text.customerpay': string;
405
- 'pisell2.text.paid': string;
406
- 'pisell2.text.voided_pay': string;
407
- 'pisell2.text.processing_pay': string;
408
- 'pisell2.text.surcharge': string;
409
- 'pisell2.text.platform.type': (type: string) => string;
410
- 'pisell1.text.edit-status-success': string;
411
- 'pisell1.text.fully-paid': string;
412
- 'pisell1.text.refund-customer': string;
413
- 'pisell1.text.not-contain': string;
414
- 'pisell1.text.included': string;
415
- 'pisell1.text.subtotal': string;
416
- 'pisell1.text.tax': string;
417
- 'pisell1.text.total': string;
418
- 'pisell1.text.rounding': string;
419
- 'pisell1.text.payment-fee': string;
420
- 'pisell1.text.tomorrow': string;
421
- 'pisell1.text.no-addons': string;
422
- 'pisell1.text.no-payments': string;
423
- 'pisell1.text.no-resource': string;
424
- 'pisell1.text.resource-error-message-1': (x: string, y: string) => string;
425
- 'pisell1.text.resource-error-message-2': (x: string, y: string, z: string) => string;
426
- 'pisell1.text.resource-error-message-3': (x: string, y: string, z: string) => string;
427
- 'pisell1.text.resource-error-message-unbound': string;
428
- 'pisell2.text.flexible': string;
429
- 'pisell2.text.order-discount': string;
430
- 'pisell2.text.no-product-added': string;
431
- 'pisell2.text.contacts': string;
432
- 'pisell2.text.add-contacts': string;
433
- 'pisell2.text.edit-profile': string;
434
- 'pisell2.text.remove-contact': string;
435
- 'pisell2.text.order.sales.channel.online': string;
436
- 'pisell2.text.order.sales.channel.pos-terminal': string;
437
- 'pisell2.text.order.sales.channel.boxcocal': string;
438
- 'pisell2.text.order.sales.channel.tableorder': string;
439
- 'pisell2.text.order.sales.channel.reserve': string;
440
- 'pisell2.text.rebook': string;
441
- 'pisell2.text.now': string;
442
- 'pisell2.text.deposit-list': string;
443
- 'pisell2.text.deposit-item-status-paid': string;
444
- 'pisell2.text.deposit-item-status-unpaid': string;
445
- 'pisell2.text.deposit-item-status-partially-paid': string;
446
- 'pisell2.text.deposit-order-total': string;
447
- 'pisell2.text.deposit-order-detail': string;
448
- 'pisell2.text.deposit-collect-deposit': string;
449
- 'pisell2.text.deposit-order-no': string;
450
- 'pisell2.text.deposit-amount': string;
451
- 'pisell2.text.deposit-deposit-amount': string;
452
- 'pisell2.text.deposit-deposit-paid': string;
453
- 'pisell2.text.deposit-deposit-paid-due': string;
454
- 'pisell2.text.deposit-deposit-paid-including-surcharge': string;
455
- 'pisell2.text.deposit-generate-payment-link': string;
456
- 'pisell2.text.deposit-list-empty': string;
457
- 'pisell2.text.deposit-amount-message': string;
458
- 'pisell2.text.deposit-amount-message2': string;
459
- 'pisell2.text.deposit-amount-message3': string;
460
- 'pisell2.text.deposit-delete': string;
461
- 'pisell2.text.deposit-delete-message-title': string;
462
- 'pisell2.text.deposit-delete-message': string;
463
- 'pisell2.text.deposit-paid': string;
464
- "pisell2.text.stock": string;
465
- 'pisell2.appointment.unuse.stock': string;
466
- 'pisell2.appointment.unuse.capacity': (count: number) => string;
467
- 'pisell2.text.payment-link': string;
468
- 'pisell2.text.send-mail': string;
469
- 'pisell2.text.copy-to-clipboard': string;
470
- 'pisell2.text.ok': string;
471
- 'pisell2.text.terminal-edit-message': string;
472
- 'page.booking.text.add-time': string;
473
- 'page.booking.text.quantity': string;
474
- 'page.booking.text.sales': string;
475
- 'page.booking.text.update-time': string;
476
- 'page.booking.text.add-time-success': string;
477
- 'page.booking.text.unavailable': string;
478
- 'page.booking.text.available': string;
479
- 'page.booking.text.fully-booked': string;
480
- 'page.booking.text.unlimited': string;
481
- "pisell2.text.actions": string;
482
- "pisell2.text.add-client": string;
483
- "pisell2.schedule.tab.all": string;
484
- "pisell2.schedule.tab.surcharge": string;
485
- "pisell2.schedule.tab.resources": string;
486
- "pisell2.schedule.tab.products": string;
487
- "pisell2.schedule.tab.events": string;
488
- "pisell2.schedule.tab.quotation": string;
489
- "pisell2.schedule.tab.open-hours": string;
490
- 'pisell2.text.variant-client-change': string;
491
- 'pisell2.text.variant-client-no-data': string;
492
- 'page.event.booking.text.duplicate-enrollment': string;
493
- 'page.event.booking.text.duplicate-enrollment-content': ({ customerName, title, list, }: {
494
- customerName: string;
495
- title: string;
496
- list: any[];
497
- }) => string;
498
- 'page.event.booking.text.duplicate-enrollment-confirm': string;
499
- 'page.booking.text.unconfirmed-payments': string;
500
- 'page.booking.text.unconfirmed-payments.msg': string;
501
- 'page.booking.text.cancel.calendar.msg': string;
502
- 'page.booking.text.go-to-payments': string;
503
- 'page.booking.text.cancel-only': string;
504
- 'page.booking.text.refund': string;
505
- 'page.booking.text.confirm': string;
506
- 'page.booking.text.go-back': string;
507
- 'page.booking.text.cancel-booking': string;
508
- 'page.booking.text.cancel-booking.msg': string;
509
- 'page.booking.text.disabled-tickets': string;
510
- 'page.booking.text.paid.msg': (x: string) => string;
511
- 'page.booking.text.please-choose-an-option': string;
512
- 'page.booking.text.please-choose-an-option-1': string;
513
- 'page.booking.text.please-choose-an-option-2': string;
514
- 'page.booking.text.resource.min-length-error': (x: number, y: string) => string;
515
- 'page.booking.text.resource.check-auto-allocation-tip': string;
516
- 'page.booking.text.price-extra': (origin: string, current: string) => string;
517
- 'pisell2.booking.dashboard.groups-on-site-now': string;
518
- 'pisell2.booking.dashboard.groups-on-site-now-tip': string;
519
- 'pisell2.booking.dashboard.people-on-site-now': string;
520
- 'pisell2.booking.dashboard.people-on-site-now-tip': string;
521
- 'pisell2.booking.dashboard.total-visitors-today': string;
522
- 'pisell2.booking.dashboard.total-visitors-today-tip': string;
523
- 'pisell2.booking.dashboard.ongoing-visitors': string;
524
- 'pisell2.booking.dashboard.ongoing-visitors-tip': string;
525
- 'pisell2.booking.dashboard.upcoming-visitors': string;
526
- 'pisell2.booking.dashboard.upcoming-visitors-tip': string;
527
- 'pisell2.booking.dashboard.overdue-visitors': string;
528
- 'pisell2.booking.dashboard.overdue-visitors-tip': string;
529
- 'pisell2.booking.dashboard.completed-visitors': string;
530
- 'pisell2.booking.dashboard.completed-visitors-tip': string;
531
- 'pisell2.booking.dashboard.departed-visitors': string;
532
- 'pisell2.booking.dashboard.departed-visitors-tip': string;
533
- 'pisell2.booking.dashboard.default': string;
534
- 'pisell2.booking.info.text.clear': string;
535
- 'pisell2.booking.info.text.clear-cart': string;
536
- 'pisell2.booking.info.text.clear-all': string;
537
- 'pisell2.booking.info.text.create-new': string;
538
- 'pisell2.booking.info.text.form-agreement-yes': string;
539
- 'pisell2.booking.info.text.form-agreement-no': string;
540
- 'pisell2.booking.info.resource.warning-title': string;
541
- 'pisell2.booking.info.resource.warning-content': string;
542
- 'pisell2.booking.info.resource.retry': string;
543
- 'pisell2.text.open.items': string;
544
- 'pisell2.text.cart.of': (val: any) => string;
545
- 'pisell2.text.no.selected': string;
546
- 'pisell2.text.select.items': string;
547
- 'pisell2.text.edit-select-service': string;
548
- 'pisell2.text.missing.reservation.title': string;
549
- 'pisell2.text.missing.reservation.content': string;
550
- 'pisell2.text.confirm': string;
551
- 'pisell2.text.cancel': string;
552
- 'pisell2.action-buttons.clear': string;
553
- 'pisell2.action-buttons.manuel-order': string;
554
- 'pisell2.action-buttons.customise-item': string;
555
- 'pisell2.action-buttons.no-items-to-adjust': string;
556
- 'pisell2.action-buttons.adjust-order-price': string;
557
- 'pisell2.action-buttons.price-adjusted-success': string;
558
- 'pisell2.action-buttons.clear-success': string;
559
- 'pisell2.text.manual-price-adjustment': string;
560
- 'pisell2.customise-item.modal-title': string;
561
- 'pisell2.customise-item.product-name': string;
562
- 'pisell2.customise-item.default-product-name': string;
563
- 'pisell2.customise-item.vouchers-applicable': string;
564
- 'pisell2.customise-item.sell-price': string;
565
- 'pisell2.customise-item.manual-deduction-price': string;
566
- 'pisell2.customise-item.amount-placeholder': string;
567
- 'pisell2.customise-item.save': string;
568
- 'pisell2.customise-item.save-success': string;
569
- 'pisell2.customise-item.price-required-error': (priceType: string) => string;
570
- 'pisell2.subtotal.total': string;
571
- 'pisell2.clear-cart-modal.title': string;
572
- 'pisell2.clear-cart-modal.clear-items-only': string;
573
- 'pisell2.clear-cart-modal.clear-all-reset': string;
574
- 'pisell2.clear-cart-modal.empty-cart-tip': string;
575
- 'pisell2.voucher-modal.title': string;
576
- 'pisell2.text.change.pet.title': string;
577
- 'pisell2.text.change.pet.content': string;
578
- 'pisell2.text.change.pet.content1': string;
579
- 'pisell2.text.change.pet.confirm': string;
580
- 'pisell2.text.change.pet.cancel': string;
581
- 'pisell2.text.booking-list': string;
582
- 'pisell2.text.edit-booking': string;
583
- 'pisell2.text.email-error-message': string;
584
- 'pisell2.text.phone-required-error-message': string;
585
- 'pisell2.text.email-required-error-message': string;
586
- 'pisell2.text.send-form-reminder': string;
587
- 'pisell2.text.send-sms-reminder': string;
588
- 'pisell2.text.send-email-reminder': string;
589
- 'pisell2.text.send-form-ok': string;
590
- 'pisell2.text.send-form-toast': string;
591
- 'pisell2.text.send-form-reminder-completed': string;
592
- 'pisell2.text.send-form-reminder-tooltip': string;
593
- 'pisell2.text.send-form-reminder-refresh': string;
594
- 'pisell2.text.send-form-reminder-error-message': string;
595
- 'pisell2.text.goodpass': string;
596
- 'pisell2.text.goodpass.product-vouchers': string;
597
- 'pisell2.text.goodpass.view-more': string;
598
- 'pisell2.text.goodpass.code': string;
599
- 'pisell2.text.goodpass.enter-code': string;
600
- 'pisell2.text.goodpass.code-invalid': string;
601
- 'pisell2.text.goodpass.code-invalid-cart': string;
602
- 'pisell2.text.status.valid': string;
603
- 'pisell2.text.status.expired': string;
604
- 'pisell2.text.validity.expired': (str: string) => string;
605
- 'pisell2.text.validity.expiring_soon': (str: string) => string;
606
- 'pisell2.text.validity.valid_through': (str: string) => string;
607
- 'pisell2.text.quotation.product.change.title': string;
608
- 'pisell2.text.quotation.product.change.describe': string;
609
- 'pisell2.booking.notes.placeholder': string;
610
- 'pisell2.text.form.link.to.another.record.more': string;
611
- 'pisell2.booking.text.contact-info.title': string;
612
- 'pisell2.booking.text.search-placeholder': string;
613
- };
614
- 'zh-HK': {
615
- 'pisell2.text.refunded-amount': string;
616
- 'pisell2.text.amount-actually-paid-by-the-customer': string;
617
- 'pisell2.text.amount-paid-on-order': string;
618
- 'pisell2.text.please-select-the-customer-first': string;
619
- 'pisell2.text.change': string;
620
- 'pisell2.text.addons': string;
621
- 'pisell2.text.select-addons': string;
622
- 'pisell2.text.search': string;
623
- 'pisell2.text.view': string;
624
- 'pisell2.text.edit': string;
625
- 'pisell2.text.remove': string;
626
- 'pisell2.text.apply': string;
627
- 'pisell2.text.to-pay': string;
628
- 'pisell2.text.details': string;
629
- 'pisell2.text.checkout': string;
630
- 'pisell2.text.save': string;
631
- 'pisell2.text.view-all': string;
632
- 'pisell2.text.view-less': string;
633
- 'pisell2.text.add-a': string;
634
- 'pisell2.text.add-another': string;
635
- 'pisell2.text.select': string;
636
- 'pisell2.text.view-profile': string;
637
- 'pisell2.text.change-customer': string;
638
- 'pisell2.text.remove-customer': string;
639
- 'pisell2.text.leave-empty-for-walk-in': string;
640
- 'pisell2.text.select-customer': string;
641
- 'pisell2.text.create-new-customer': string;
642
- 'pisell2.text.filled': string;
643
- 'pisell2.text.not-filled': string;
644
- 'pisell2.text.create-new': string;
645
- 'pisell2.text.add-a-service': string;
646
- 'pisell2.text.add-another-service': string;
647
- 'pisell2.text.select-service': string;
648
- 'pisell2.text.edit-service': string;
649
- 'pisell2.text.price': string;
650
- 'pisell2.text.discount': string;
651
- 'pisell2.text.discount-reason': string;
652
- 'pisell2.text.start_time': string;
653
- 'pisell2.text.end_time': string;
654
- 'pisell2.text.start_date': string;
655
- 'pisell2.text.end_date': string;
656
- 'pisell2.text.quantity': string;
657
- 'pisell2.text.holder': string;
658
- 'pisell2.text.duration': string;
659
- 'pisell2.text.resource': string;
660
- 'pisell2.text.warnings': string;
661
- 'pisell2.text.order-notes': string;
662
- 'pisell2.text.add-order-notes': string;
663
- 'pisell2.text.add-internal-notes': string;
664
- 'pisell2.text.add-notes': string;
665
- 'pisell2.text.notes': string;
666
- 'pisell2.text.new-appointment': string;
667
- 'pisell2.text.enroll.detail': string;
668
- 'pisell2.text.add-products-successfully': string;
669
- 'pisell2.text.add': string;
670
- 'pisell2.text.created-successfully': string;
671
- 'pisell2.text.edit-successfully': string;
672
- 'pisell2.text.appointment-updated': string;
673
- 'pisell2.text.updated': string;
674
- 'pisell2.text.please-create-an-appointment-first': string;
675
- 'pisell2.text.day': (val: number) => string;
676
- 'pisell2.text.min': string;
677
- 'pisell2.text.h': string;
678
- 'pisell2.text.other': string;
679
- 'pisell2.text.forms': string;
680
- 'pisell2.text.load-more': string;
681
- 'pisell2.text.status.new': string;
682
- 'pisell2.text.status.confirmed': string;
683
- 'pisell2.text.status.arrived': string;
684
- 'pisell2.text.status.started': string;
685
- 'pisell2.text.status.cancelled': string;
686
- 'pisell2.text.status.no_show': string;
687
- 'pisell2.text.status.completed': string;
688
- 'pisell2.text.status.booking_id': string;
689
- 'pisell2.text.status.no-discount': string;
690
- 'pisell2.text.status.manual': string;
691
- "pisell2.text.status.service-error-1": string;
692
- "pisell2.text.status.service-error-2": string;
693
- "pisell2.text.status.service-error-3": string;
694
- 'pisell2.text.status.order-notes': string;
695
- 'pisell2.text.status.edit-note': string;
696
- 'pisell2.text.status.remove-note': string;
697
- 'pisell2.text.status.add-note': string;
698
- 'pisell2.text.status.from-system-add': string;
699
- 'pisell2.text.status.add-note-successfully': string;
700
- 'pisell2.text.status.remove-note-successfully': string;
701
- 'pisell2.text.status.edit-note-successfully': string;
702
- 'pisell2.text.status.notes-for-customer': string;
703
- "pisell2.text.status.internal-notes": string;
704
- 'pisell2.text.status.visible-only-to-your-team-members': string;
705
- 'pisell2.text.add-form-successfully': string;
706
- 'pisell2.text.payments': string;
707
- 'pisell2.text.refund': string;
708
- 'pisell2.text.refund-amount': string;
709
- 'pisell2.text.select-a-customer': string;
710
- 'pisell2.text.customerpay': string;
711
- 'pisell2.text.paid': string;
712
- 'pisell2.text.voided_pay': string;
713
- 'pisell2.text.processing_pay': string;
714
- 'pisell2.text.surcharge': string;
715
- 'pisell2.text.platform.type': (type: string) => string;
716
- 'pisell1.text.edit-status-success': string;
717
- 'pisell1.text.fully-paid': string;
718
- 'pisell1.text.refund-customer': string;
719
- 'pisell1.text.not-contain': string;
720
- 'pisell1.text.included': string;
721
- 'pisell1.text.subtotal': string;
722
- 'pisell1.text.tax': string;
723
- 'pisell1.text.total': string;
724
- 'pisell1.text.rounding': string;
725
- 'pisell1.text.payment-fee': string;
726
- 'pisell1.text.tomorrow': string;
727
- 'pisell1.text.no-addons': string;
728
- 'pisell1.text.no-payments': string;
729
- 'pisell1.text.no-resource': string;
730
- 'pisell1.text.resource-error-message-1': (x: string, y: string) => string;
731
- 'pisell1.text.resource-error-message-2': (x: string, y: string, z: string) => string;
732
- 'pisell1.text.resource-error-message-3': (x: string, y: string, z: string) => string;
733
- 'pisell1.text.resource-error-message-unbound': string;
734
- 'pisell2.text.flexible': string;
735
- 'pisell2.text.order-discount': string;
736
- 'pisell2.text.no-product-added': string;
737
- 'pisell2.text.contacts': string;
738
- 'pisell2.text.add-contacts': string;
739
- 'pisell2.text.edit-profile': string;
740
- 'pisell2.text.remove-contact': string;
741
- 'pisell2.text.order.sales.channel.online': string;
742
- 'pisell2.text.order.sales.channel.pos-terminal': string;
743
- 'pisell2.text.order.sales.channel.boxcocal': string;
744
- 'pisell2.text.order.sales.channel.tableorder': string;
745
- 'pisell2.text.order.sales.channel.reserve': string;
746
- 'pisell2.text.rebook': string;
747
- 'pisell2.text.now': string;
748
- 'pisell2.text.deposit-list': string;
749
- 'pisell2.text.deposit-item-status-paid': string;
750
- 'pisell2.text.deposit-item-status-unpaid': string;
751
- 'pisell2.text.deposit-item-status-partially-paid': string;
752
- 'pisell2.text.deposit-order-total': string;
753
- 'pisell2.text.deposit-order-detail': string;
754
- 'pisell2.text.deposit-collect-deposit': string;
755
- 'pisell2.text.deposit-order-no': string;
756
- 'pisell2.text.deposit-amount': string;
757
- 'pisell2.text.deposit-deposit-amount': string;
758
- 'pisell2.text.deposit-deposit-paid': string;
759
- 'pisell2.text.deposit-deposit-paid-due': string;
760
- 'pisell2.text.deposit-deposit-paid-including-surcharge': string;
761
- 'pisell2.text.deposit-generate-payment-link': string;
762
- 'pisell2.text.deposit-list-empty': string;
763
- 'pisell2.text.deposit-amount-message': string;
764
- 'pisell2.text.deposit-amount-message2': string;
765
- 'pisell2.text.deposit-amount-message3': string;
766
- 'pisell2.text.deposit-delete': string;
767
- 'pisell2.text.deposit-delete-message-title': string;
768
- 'pisell2.text.deposit-delete-message': string;
769
- 'pisell2.text.deposit-paid': string;
770
- "pisell2.text.stock": string;
771
- 'pisell2.appointment.unuse.stock': string;
772
- 'pisell2.appointment.unuse.capacity': (count: number) => string;
773
- 'pisell2.text.payment-link': string;
774
- 'pisell2.text.send-mail': string;
775
- 'pisell2.text.copy-to-clipboard': string;
776
- 'pisell2.text.ok': string;
777
- 'pisell2.text.terminal-edit-message': string;
778
- 'page.booking.text.add-time': string;
779
- 'page.booking.text.quantity': string;
780
- 'page.booking.text.sales': string;
781
- 'page.booking.text.update-time': string;
782
- 'page.booking.text.add-time-success': string;
783
- 'page.booking.text.unavailable': string;
784
- 'page.booking.text.available': string;
785
- 'page.booking.text.fully-booked': string;
786
- 'page.booking.text.unlimited': string;
787
- "pisell2.text.actions": string;
788
- "pisell2.text.add-client": string;
789
- "pisell2.schedule.tab.all": string;
790
- "pisell2.schedule.tab.surcharge": string;
791
- "pisell2.schedule.tab.resources": string;
792
- "pisell2.schedule.tab.products": string;
793
- "pisell2.schedule.tab.events": string;
794
- "pisell2.schedule.tab.quotation": string;
795
- "pisell2.schedule.tab.open-hours": string;
796
- 'pisell2.text.variant-client-change': string;
797
- 'pisell2.text.variant-client-no-data': string;
798
- 'page.event.booking.text.duplicate-enrollment': string;
799
- 'page.event.booking.text.duplicate-enrollment-content': ({ customerName, title, list, }: {
800
- customerName: string;
801
- title: string;
802
- list: any[];
803
- }) => string;
804
- 'page.event.booking.text.duplicate-enrollment-confirm': string;
805
- 'page.booking.text.unconfirmed-payments': string;
806
- 'page.booking.text.unconfirmed-payments.msg': string;
807
- 'page.booking.text.cancel.calendar.msg': string;
808
- 'page.booking.text.go-to-payments': string;
809
- 'page.booking.text.cancel-only': string;
810
- 'page.booking.text.refund': string;
811
- 'page.booking.text.confirm': string;
812
- 'page.booking.text.go-back': string;
813
- 'page.booking.text.cancel-booking': string;
814
- 'page.booking.text.cancel-booking.msg': string;
815
- 'page.booking.text.disabled-tickets': string;
816
- 'page.booking.text.paid.msg': (x: string) => string;
817
- 'page.booking.text.please-choose-an-option': string;
818
- 'page.booking.text.please-choose-an-option-1': string;
819
- 'page.booking.text.please-choose-an-option-2': string;
820
- 'page.booking.text.resource.min-length-error': (x: number, y: string) => string;
821
- 'page.booking.text.resource.check-auto-allocation-tip': string;
822
- 'page.booking.text.price-extra': (origin: string, current: string) => string;
823
- 'pisell2.booking.dashboard.groups-on-site-now': string;
824
- 'pisell2.booking.dashboard.groups-on-site-now-tip': string;
825
- 'pisell2.booking.dashboard.people-on-site-now': string;
826
- 'pisell2.booking.dashboard.people-on-site-now-tip': string;
827
- 'pisell2.booking.dashboard.total-visitors-today': string;
828
- 'pisell2.booking.dashboard.total-visitors-today-tip': string;
829
- 'pisell2.booking.dashboard.ongoing-visitors': string;
830
- 'pisell2.booking.dashboard.ongoing-visitors-tip': string;
831
- 'pisell2.booking.dashboard.upcoming-visitors': string;
832
- 'pisell2.booking.dashboard.upcoming-visitors-tip': string;
833
- 'pisell2.booking.dashboard.overdue-visitors': string;
834
- 'pisell2.booking.dashboard.overdue-visitors-tip': string;
835
- 'pisell2.booking.dashboard.completed-visitors': string;
836
- 'pisell2.booking.dashboard.completed-visitors-tip': string;
837
- 'pisell2.booking.dashboard.departed-visitors': string;
838
- 'pisell2.booking.dashboard.departed-visitors-tip': string;
839
- 'pisell2.booking.dashboard.default': string;
840
- 'pisell2.booking.info.text.clear': string;
841
- 'pisell2.booking.info.text.clear-cart': string;
842
- 'pisell2.booking.info.text.clear-all': string;
843
- 'pisell2.booking.info.text.create-new': string;
844
- 'pisell2.booking.info.text.form-agreement-yes': string;
845
- 'pisell2.booking.info.text.form-agreement-no': string;
846
- 'pisell2.booking.info.resource.warning-title': string;
847
- 'pisell2.booking.info.resource.warning-content': string;
848
- 'pisell2.booking.info.resource.retry': string;
849
- 'pisell2.text.open.items': string;
850
- 'pisell2.text.cart.of': (val: any) => string;
851
- 'pisell2.text.no.selected': string;
852
- 'pisell2.text.select.items': string;
853
- 'pisell2.text.edit-select-service': string;
854
- 'pisell2.text.missing.reservation.title': string;
855
- 'pisell2.text.missing.reservation.content': string;
856
- 'pisell2.text.confirm': string;
857
- 'pisell2.text.cancel': string;
858
- 'pisell2.action-buttons.clear': string;
859
- 'pisell2.action-buttons.manuel-order': string;
860
- 'pisell2.action-buttons.customise-item': string;
861
- 'pisell2.action-buttons.no-items-to-adjust': string;
862
- 'pisell2.action-buttons.adjust-order-price': string;
863
- 'pisell2.action-buttons.price-adjusted-success': string;
864
- 'pisell2.action-buttons.clear-success': string;
865
- 'pisell2.text.manual-price-adjustment': string;
866
- 'pisell2.customise-item.modal-title': string;
867
- 'pisell2.customise-item.product-name': string;
868
- 'pisell2.customise-item.default-product-name': string;
869
- 'pisell2.customise-item.vouchers-applicable': string;
870
- 'pisell2.customise-item.sell-price': string;
871
- 'pisell2.customise-item.manual-deduction-price': string;
872
- 'pisell2.customise-item.amount-placeholder': string;
873
- 'pisell2.customise-item.save': string;
874
- 'pisell2.customise-item.save-success': string;
875
- 'pisell2.customise-item.price-required-error': (priceType: string) => string;
876
- 'pisell2.subtotal.total': string;
877
- 'pisell2.clear-cart-modal.title': string;
878
- 'pisell2.clear-cart-modal.clear-items-only': string;
879
- 'pisell2.clear-cart-modal.clear-all-reset': string;
880
- 'pisell2.clear-cart-modal.empty-cart-tip': string;
881
- 'pisell2.voucher-modal.title': string;
882
- 'pisell2.text.change.pet.title': string;
883
- 'pisell2.text.change.pet.content': string;
884
- 'pisell2.text.change.pet.content1': string;
885
- 'pisell2.text.change.pet.confirm': string;
886
- 'pisell2.text.change.pet.cancel': string;
887
- 'pisell2.text.booking-list': string;
888
- 'pisell2.text.edit-booking': string;
889
- 'pisell2.text.email-error-message': string;
890
- 'pisell2.text.phone-required-error-message': string;
891
- 'pisell2.text.email-required-error-message': string;
892
- 'pisell2.text.send-form-reminder': string;
893
- 'pisell2.text.send-sms-reminder': string;
894
- 'pisell2.text.send-email-reminder': string;
895
- 'pisell2.text.send-form-ok': string;
896
- 'pisell2.text.send-form-toast': string;
897
- 'pisell2.text.send-form-reminder-completed': string;
898
- 'pisell2.text.send-form-reminder-tooltip': string;
899
- 'pisell2.text.send-form-reminder-refresh': string;
900
- 'pisell2.text.send-form-reminder-error-message': string;
901
- 'pisell2.text.goodpass': string;
902
- 'pisell2.text.goodpass.product-vouchers': string;
903
- 'pisell2.text.goodpass.view-more': string;
904
- 'pisell2.text.goodpass.code': string;
905
- 'pisell2.text.goodpass.enter-code': string;
906
- 'pisell2.text.goodpass.code-invalid': string;
907
- 'pisell2.text.goodpass.code-invalid-cart': string;
908
- 'pisell2.text.status.valid': string;
909
- 'pisell2.text.status.expired': string;
910
- 'pisell2.text.validity.expired': (str: string) => string;
911
- 'pisell2.text.validity.expiring_soon': (str: string) => string;
912
- 'pisell2.text.validity.valid_through': (str: string) => string;
913
- 'pisell2.text.quotation.product.change.title': string;
914
- 'pisell2.text.quotation.product.change.describe': string;
915
- 'pisell2.booking.notes.placeholder': string;
916
- 'pisell2.text.form.link.to.another.record.more': string;
917
- 'pisell2.booking.text.contact-info.title': string;
918
- 'pisell2.booking.text.search-placeholder': string;
919
- };
920
- };
921
- export default _default;