@pisell/private-materials 6.4.83 → 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 (934) 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 +2 -2
  6. package/build/lowcode/preview.js +8 -8
  7. package/build/lowcode/render/default/view.css +1 -1
  8. package/build/lowcode/render/default/view.js +9 -9
  9. package/build/lowcode/view.css +1 -1
  10. package/build/lowcode/view.js +9 -9
  11. package/es/components/booking/addons/index.js +1 -1
  12. package/es/components/booking/components/actionButtons/index.js +4 -2
  13. package/es/components/booking/components/footer/amount.js +48 -34
  14. package/es/components/booking/components/footer/utils.js +52 -48
  15. package/es/components/booking/components/voucher/index.js +4 -2
  16. package/es/components/booking/dashboard/serve.js +6 -1
  17. package/es/components/booking/forms/serve.js +12 -2
  18. package/es/components/booking/hooks/useQuotation.js +4 -1
  19. package/es/components/booking/info/client/serve.js +11 -2
  20. package/es/components/booking/info/pet/serve.js +6 -1
  21. package/es/components/booking/info/service/Lists.js +2 -2
  22. package/es/components/booking/info/service/addTimeModal/serve.js +11 -1
  23. package/es/components/booking/info/service/serve.js +17 -3
  24. package/es/components/booking/info/service2/utils.js +20 -8
  25. package/es/components/booking/info2/serve.js +6 -1
  26. package/es/components/booking/info2/service/addService/utils.js +5 -5
  27. package/es/components/booking/info2/service/editNormalService/index.js +6 -0
  28. package/es/components/booking/info2/service/editService/index.js +16 -6
  29. package/es/components/booking/info2/service/editService/utils.d.ts +15 -0
  30. package/es/components/booking/info2/service/editService/utils.js +66 -0
  31. package/es/components/booking/info2/utilsByBooking.js +9 -5
  32. package/es/components/booking/utils.d.ts +6 -7
  33. package/es/components/booking/utils.js +37 -3
  34. package/es/components/checkout/PaymentModal.js +14 -7
  35. package/es/components/checkout/components/AdditionalModule/index.js +2 -0
  36. package/es/components/checkout/components/AmountSummary/index.less +4 -5
  37. package/es/components/checkout/components/CashPaymentModule/index.js +7 -1
  38. package/es/components/checkout/components/ScrollableList/index.js +1 -0
  39. package/es/components/checkout/components/SearchAndClientModule/index.d.ts +1 -0
  40. package/es/components/checkout/components/WalletPassModule/components/DiscountWallet/index.d.ts +1 -0
  41. package/es/components/list/List.js +56 -43
  42. package/es/components/list/hooks/useListState.d.ts +5 -3
  43. package/es/components/list/hooks/useListState.js +17 -2
  44. package/es/components/list/styles/header.less +3 -3
  45. package/es/components/list/utils/index.d.ts +13 -1
  46. package/es/components/list/utils/index.js +43 -1
  47. package/es/components/pay/toB/components/Cache/index.d.ts +1 -0
  48. package/es/components/pay/toB/components/MX51/index.js +44 -14
  49. package/es/components/pay/toB/types/index.d.ts +12 -0
  50. package/es/components/pay/toB/types/index.js +4 -0
  51. package/es/components/pay/toC/PaymentMethods/MWCreditCard/tds2.js +1 -1
  52. package/es/components/pisellSelectCustomerModal/RightPanel/serve.js +5 -1
  53. package/es/components/ticketBooking/components/ProductDisplayAdapter/ProductDisplayAdapter.js +1 -0
  54. package/es/components/ticketBooking/components/ProductDisplayAdapter/index.less +12 -0
  55. package/es/components/ticketBooking/components/ProductDisplayAdapter/utils.d.ts +33 -2
  56. package/es/components/ticketBooking/components/ProductDisplayAdapter/utils.js +139 -36
  57. package/es/components/ticketBooking/components/addServiceVariant/addService.d.ts +2 -0
  58. package/es/components/ticketBooking/components/addServiceVariant/addService.js +703 -212
  59. package/es/components/ticketBooking/components/addServiceVariant/index.d.ts +2 -0
  60. package/es/components/ticketBooking/components/addServiceVariant/index.js +4 -0
  61. package/es/components/ticketBooking/components/addServiceVariant/utils.js +2 -1
  62. package/es/components/ticketBooking/components/menuBar/index.d.ts +1 -0
  63. package/es/components/ticketBooking/components/ticketBooking/index.d.ts +4 -2
  64. package/es/components/ticketBooking/components/ticketBooking/index.js +50 -18
  65. package/es/components/ticketBooking/components/timeBar/index.d.ts +1 -0
  66. package/es/components/ticketBooking/components/timeBar/index.js +4 -1
  67. package/es/components/ticketBooking/hooks/pisellos/useProducts.d.ts +4 -0
  68. package/es/components/ticketBooking/hooks/pisellos/useProducts.js +169 -110
  69. package/es/components/ticketBooking/index.d.ts +1 -0
  70. package/es/components/ticketBooking/index.js +2 -0
  71. package/es/components/ticketBooking/serve.js +119 -17
  72. package/es/components/ticketBooking/utils/index.js +23 -7
  73. package/es/hooks/printer.d.ts +4 -0
  74. package/es/hooks/printer.js +35 -0
  75. package/es/hooks/useEngineContext.d.ts +1 -0
  76. package/es/hooks/useEngineContext.js +7 -0
  77. package/es/index.d.ts +1 -0
  78. package/es/index.js +2 -1
  79. package/es/plus/productSelect/ProductCard/SkuCard/components/CardWrapper/index.js +1 -1
  80. package/es/plus/productSelect/ProductCard/index.js +4 -5
  81. package/es/plus/webPosLogin/WebPosLogin.d.ts +11 -0
  82. package/es/plus/webPosLogin/WebPosLogin.js +548 -0
  83. package/es/plus/webPosLogin/WebPosLoginCpt.d.ts +9 -0
  84. package/es/plus/webPosLogin/WebPosLoginCpt.js +170 -0
  85. package/es/plus/webPosLogin/WebPosLoginCpt.less +170 -0
  86. package/es/plus/webPosLogin/components/BrandPanel/index.d.ts +9 -0
  87. package/es/plus/webPosLogin/components/BrandPanel/index.js +22 -0
  88. package/es/plus/webPosLogin/components/BrandPanel/index.less +58 -0
  89. package/es/plus/webPosLogin/components/LoginPanel/index.d.ts +21 -0
  90. package/es/plus/webPosLogin/components/LoginPanel/index.js +73 -0
  91. package/es/plus/webPosLogin/components/LoginPanel/index.less +43 -0
  92. package/es/plus/webPosLogin/components/MediaDisplay/index.d.ts +12 -0
  93. package/es/plus/webPosLogin/components/MediaDisplay/index.js +220 -0
  94. package/es/plus/webPosLogin/components/MediaDisplay/index.less +141 -0
  95. package/es/plus/webPosLogin/components/MediaDisplay/type.d.ts +54 -0
  96. package/es/plus/webPosLogin/components/MediaDisplay/type.js +1 -0
  97. package/es/plus/webPosLogin/components/SelectDevice/index.d.ts +28 -0
  98. package/es/plus/webPosLogin/components/SelectDevice/index.js +258 -0
  99. package/es/plus/webPosLogin/components/SelectDevice/index.less +167 -0
  100. package/es/plus/webPosLogin/components/SelectStore/index.d.ts +24 -0
  101. package/es/plus/webPosLogin/components/SelectStore/index.js +198 -0
  102. package/es/plus/webPosLogin/components/SelectStore/index.less +157 -0
  103. package/es/plus/webPosLogin/components/UserFooter/index.d.ts +28 -0
  104. package/es/plus/webPosLogin/components/UserFooter/index.js +110 -0
  105. package/es/plus/webPosLogin/components/UserFooter/index.less +70 -0
  106. package/es/plus/webPosLogin/index.d.ts +12 -0
  107. package/es/plus/webPosLogin/index.js +15 -0
  108. package/es/plus/webPosLogin/locales.d.ts +49 -0
  109. package/es/plus/webPosLogin/locales.js +57 -0
  110. package/es/plus/webPosLogin/service.d.ts +44 -0
  111. package/es/plus/webPosLogin/service.js +198 -0
  112. package/es/plus/webPosLogin/types.d.ts +286 -0
  113. package/es/plus/webPosLogin/types.js +1 -0
  114. package/es/pro/Login2.0/Login2.js +9 -3
  115. package/es/pro/Login2.0/index.less +0 -12
  116. package/es/pro/priceKeyboard/components/cashKeyboard/CashKeyboardIntact.js +35 -30
  117. package/lib/components/booking/components/actionButtons/index.js +2 -2
  118. package/lib/components/booking/components/footer/amount.js +29 -15
  119. package/lib/components/booking/components/footer/utils.js +37 -17
  120. package/lib/components/booking/components/voucher/index.js +5 -3
  121. package/lib/components/booking/dashboard/serve.js +6 -1
  122. package/lib/components/booking/forms/serve.js +12 -2
  123. package/lib/components/booking/hooks/useQuotation.js +2 -1
  124. package/lib/components/booking/info/client/serve.js +13 -2
  125. package/lib/components/booking/info/pet/serve.js +6 -1
  126. package/lib/components/booking/info/service/Lists.js +1 -1
  127. package/lib/components/booking/info/service/addTimeModal/serve.js +7 -1
  128. package/lib/components/booking/info/service/serve.js +17 -3
  129. package/lib/components/booking/info/service2/utils.js +13 -6
  130. package/lib/components/booking/info2/serve.js +6 -1
  131. package/lib/components/booking/info2/service/addService/utils.js +2 -1
  132. package/lib/components/booking/info2/service/editNormalService/index.js +6 -0
  133. package/lib/components/booking/info2/service/editService/index.js +12 -3
  134. package/lib/components/booking/info2/service/editService/utils.d.ts +15 -0
  135. package/lib/components/booking/info2/service/editService/utils.js +40 -3
  136. package/lib/components/booking/info2/utilsByBooking.js +11 -7
  137. package/lib/components/booking/utils.d.ts +6 -7
  138. package/lib/components/booking/utils.js +21 -3
  139. package/lib/components/checkout/PaymentModal.js +11 -6
  140. package/lib/components/checkout/components/AdditionalModule/index.js +2 -0
  141. package/lib/components/checkout/components/AmountSummary/index.less +4 -5
  142. package/lib/components/checkout/components/CashPaymentModule/index.js +7 -1
  143. package/lib/components/checkout/components/ScrollableList/index.js +1 -0
  144. package/lib/components/checkout/components/SearchAndClientModule/index.d.ts +1 -0
  145. package/lib/components/checkout/components/WalletPassModule/components/DiscountWallet/index.d.ts +1 -0
  146. package/lib/components/list/List.js +34 -19
  147. package/lib/components/list/hooks/useListState.d.ts +5 -3
  148. package/lib/components/list/hooks/useListState.js +14 -1
  149. package/lib/components/list/styles/header.less +3 -3
  150. package/lib/components/list/utils/index.d.ts +13 -1
  151. package/lib/components/list/utils/index.js +27 -0
  152. package/lib/components/pay/toB/components/Cache/index.d.ts +1 -0
  153. package/lib/components/pay/toB/components/MX51/index.js +37 -12
  154. package/lib/components/pay/toB/types/index.d.ts +12 -0
  155. package/lib/components/pay/toC/PaymentMethods/MWCreditCard/tds2.js +1 -1
  156. package/lib/components/pisellSelectCustomerModal/RightPanel/serve.js +8 -1
  157. package/lib/components/ticketBooking/components/ProductDisplayAdapter/ProductDisplayAdapter.js +1 -0
  158. package/lib/components/ticketBooking/components/ProductDisplayAdapter/index.less +12 -0
  159. package/lib/components/ticketBooking/components/ProductDisplayAdapter/utils.d.ts +33 -2
  160. package/lib/components/ticketBooking/components/ProductDisplayAdapter/utils.js +84 -24
  161. package/lib/components/ticketBooking/components/addServiceVariant/addService.d.ts +2 -0
  162. package/lib/components/ticketBooking/components/addServiceVariant/addService.js +337 -215
  163. package/lib/components/ticketBooking/components/addServiceVariant/index.d.ts +2 -0
  164. package/lib/components/ticketBooking/components/addServiceVariant/index.js +3 -1
  165. package/lib/components/ticketBooking/components/addServiceVariant/utils.js +2 -1
  166. package/lib/components/ticketBooking/components/menuBar/index.d.ts +1 -0
  167. package/lib/components/ticketBooking/components/ticketBooking/index.d.ts +4 -2
  168. package/lib/components/ticketBooking/components/ticketBooking/index.js +33 -12
  169. package/lib/components/ticketBooking/components/timeBar/index.d.ts +1 -0
  170. package/lib/components/ticketBooking/components/timeBar/index.js +3 -1
  171. package/lib/components/ticketBooking/hooks/pisellos/useProducts.d.ts +4 -0
  172. package/lib/components/ticketBooking/hooks/pisellos/useProducts.js +98 -65
  173. package/lib/components/ticketBooking/index.d.ts +1 -0
  174. package/lib/components/ticketBooking/index.js +2 -0
  175. package/lib/components/ticketBooking/serve.js +117 -15
  176. package/lib/components/ticketBooking/utils/index.js +21 -4
  177. package/lib/hooks/printer.d.ts +4 -0
  178. package/lib/hooks/printer.js +60 -0
  179. package/lib/hooks/useEngineContext.d.ts +1 -0
  180. package/lib/hooks/useEngineContext.js +10 -2
  181. package/lib/index.d.ts +1 -0
  182. package/lib/index.js +3 -0
  183. package/lib/plus/productSelect/ProductCard/SkuCard/components/CardWrapper/index.js +1 -1
  184. package/lib/plus/productSelect/ProductCard/index.js +3 -0
  185. package/lib/plus/webPosLogin/WebPosLogin.d.ts +11 -0
  186. package/lib/plus/webPosLogin/WebPosLogin.js +327 -0
  187. package/lib/plus/webPosLogin/WebPosLoginCpt.d.ts +9 -0
  188. package/lib/plus/webPosLogin/WebPosLoginCpt.js +170 -0
  189. package/lib/plus/webPosLogin/WebPosLoginCpt.less +170 -0
  190. package/lib/plus/webPosLogin/components/BrandPanel/index.d.ts +9 -0
  191. package/lib/plus/webPosLogin/components/BrandPanel/index.js +43 -0
  192. package/lib/plus/webPosLogin/components/BrandPanel/index.less +58 -0
  193. package/lib/plus/webPosLogin/components/LoginPanel/index.d.ts +21 -0
  194. package/lib/plus/webPosLogin/components/LoginPanel/index.js +98 -0
  195. package/lib/plus/webPosLogin/components/LoginPanel/index.less +43 -0
  196. package/lib/plus/webPosLogin/components/MediaDisplay/index.d.ts +12 -0
  197. package/lib/plus/webPosLogin/components/MediaDisplay/index.js +160 -0
  198. package/lib/plus/webPosLogin/components/MediaDisplay/index.less +141 -0
  199. package/lib/plus/webPosLogin/components/MediaDisplay/type.d.ts +54 -0
  200. package/lib/plus/webPosLogin/components/MediaDisplay/type.js +17 -0
  201. package/lib/plus/webPosLogin/components/SelectDevice/index.d.ts +28 -0
  202. package/lib/plus/webPosLogin/components/SelectDevice/index.js +158 -0
  203. package/lib/plus/webPosLogin/components/SelectDevice/index.less +167 -0
  204. package/lib/plus/webPosLogin/components/SelectStore/index.d.ts +24 -0
  205. package/lib/plus/webPosLogin/components/SelectStore/index.js +123 -0
  206. package/lib/plus/webPosLogin/components/SelectStore/index.less +157 -0
  207. package/lib/plus/webPosLogin/components/UserFooter/index.d.ts +28 -0
  208. package/lib/plus/webPosLogin/components/UserFooter/index.js +91 -0
  209. package/lib/plus/webPosLogin/components/UserFooter/index.less +70 -0
  210. package/lib/plus/webPosLogin/index.d.ts +12 -0
  211. package/lib/plus/webPosLogin/index.js +56 -0
  212. package/lib/plus/webPosLogin/locales.d.ts +49 -0
  213. package/lib/plus/webPosLogin/locales.js +77 -0
  214. package/lib/plus/webPosLogin/service.d.ts +44 -0
  215. package/lib/plus/webPosLogin/service.js +94 -0
  216. package/lib/plus/webPosLogin/types.d.ts +286 -0
  217. package/lib/plus/webPosLogin/types.js +17 -0
  218. package/lib/pro/Login2.0/Login2.js +19 -9
  219. package/lib/pro/Login2.0/index.less +0 -12
  220. package/lib/pro/priceKeyboard/components/cashKeyboard/CashKeyboardIntact.js +34 -39
  221. package/lowcode/web-pos-login/meta.ts +71 -0
  222. package/package.json +4 -4
  223. package/es/components/Sales/Cart/index.d.ts +0 -53
  224. package/es/components/appointmentBooking/components/Cart/Item/index.d.ts +0 -3
  225. package/es/components/appointmentBooking/components/Guest/index.d.ts +0 -4
  226. package/es/components/appointmentBooking/components/Resource/index.d.ts +0 -7
  227. package/es/components/appointmentBooking/components/TimeSlicing/index.d.ts +0 -4
  228. package/es/components/appointmentBooking/deposit/components/PolicyModal/index.d.ts +0 -3
  229. package/es/components/appointmentBooking/locales.d.ts +0 -363
  230. package/es/components/authentication/admin/AuthMethods/SettingsDrawer.d.ts +0 -22
  231. package/es/components/authentication/admin/AuthMethods/components/DefaultSettingsContent.d.ts +0 -11
  232. package/es/components/authentication/admin/AuthMethods/components/EmailSettingsContent.d.ts +0 -13
  233. package/es/components/authentication/admin/AuthMethods/components/LoginMethodsList.d.ts +0 -13
  234. package/es/components/authentication/admin/AuthMethods/components/PasswordRulesSettingsContent.d.ts +0 -14
  235. package/es/components/authentication/admin/AuthMethods/components/PhoneSettingsContent.d.ts +0 -13
  236. package/es/components/authentication/admin/AuthMethods/components/index.d.ts +0 -10
  237. package/es/components/authentication/admin/AuthMethods/constants.d.ts +0 -22
  238. package/es/components/authentication/admin/AuthMethods/locales.d.ts +0 -249
  239. package/es/components/authentication/admin/AuthMethods/types.d.ts +0 -76
  240. package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.d.ts +0 -84
  241. package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/types.d.ts +0 -41
  242. package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.d.ts +0 -72
  243. package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/types.d.ts +0 -33
  244. package/es/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.d.ts +0 -27
  245. package/es/components/authentication/admin/ChannelAuthSetting/PageSetting/types.d.ts +0 -25
  246. package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.d.ts +0 -66
  247. package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/types.d.ts +0 -26
  248. package/es/components/authentication/admin/ChannelAuthSetting/locales.d.ts +0 -39
  249. package/es/components/authentication/admin/ChannelAuthSetting/types.d.ts +0 -36
  250. package/es/components/authentication/admin/CustomerAuth/locales.d.ts +0 -66
  251. package/es/components/authentication/admin/CustomerAuth/types.d.ts +0 -16
  252. package/es/components/authentication/admin/CustomerOAuthConfig/locales.d.ts +0 -108
  253. package/es/components/authentication/admin/CustomerOAuthConfig/types.d.ts +0 -22
  254. package/es/components/authentication/admin/DeviceAuth/locales.d.ts +0 -57
  255. package/es/components/authentication/admin/DeviceAuth/types.d.ts +0 -16
  256. package/es/components/authentication/admin/OAuthConfig/locales.d.ts +0 -90
  257. package/es/components/authentication/admin/OAuthConfig/types.d.ts +0 -22
  258. package/es/components/authentication/admin/OrgAdminAuth/locales.d.ts +0 -54
  259. package/es/components/authentication/admin/OrgAdminAuth/types.d.ts +0 -16
  260. package/es/components/authentication/admin/POSOperatorAuth/locales.d.ts +0 -48
  261. package/es/components/authentication/admin/POSOperatorAuth/types.d.ts +0 -16
  262. package/es/components/authentication/admin/SaaSAdminAuth/locales.d.ts +0 -54
  263. package/es/components/authentication/admin/SaaSAdminAuth/types.d.ts +0 -16
  264. package/es/components/authentication/admin/index.d.ts +0 -26
  265. package/es/components/authentication/index.d.ts +0 -0
  266. package/es/components/booking/components/clearCartModal/index.d.ts +0 -10
  267. package/es/components/booking/components/customSelect/index.d.ts +0 -38
  268. package/es/components/booking/components/reloadResourceModal/index.d.ts +0 -8
  269. package/es/components/booking/deposit/DepositItem/index.d.ts +0 -25
  270. package/es/components/booking/editBookingModal/utils.d.ts +0 -12
  271. package/es/components/booking/forms/footer.d.ts +0 -6
  272. package/es/components/booking/forms/sendModal/index.d.ts +0 -27
  273. package/es/components/booking/info/clientVariant/utils.d.ts +0 -3
  274. package/es/components/booking/info/hooks/useInfoHolder.d.ts +0 -10
  275. package/es/components/booking/info/model.d.ts +0 -5
  276. package/es/components/booking/info/service/editService/BookingList/index.d.ts +0 -4
  277. package/es/components/booking/info/service/editService/constants.d.ts +0 -1
  278. package/es/components/booking/info/service2/Lists.d.ts +0 -2
  279. package/es/components/booking/info2/cartClientCard/locales.d.ts +0 -21
  280. package/es/components/booking/info2/cartClientCard/types.d.ts +0 -18
  281. package/es/components/booking/info2/cartClientCard/utils.d.ts +0 -3
  282. package/es/components/booking/info2/service/contactInfoMode/index.d.ts +0 -2
  283. package/es/components/booking/info2/service/index.d.ts +0 -4
  284. package/es/components/booking/info2/service/serviceList/index.d.ts +0 -5
  285. package/es/components/booking/locales.d.ts +0 -921
  286. package/es/components/booking/model.d.ts +0 -112
  287. package/es/components/booking/notes/addNote/index.d.ts +0 -3
  288. package/es/components/checkout/components/AdditionalModule/locales.d.ts +0 -36
  289. package/es/components/checkout/components/PaymentOptionsModule/PaymentMethodItem.d.ts +0 -31
  290. package/es/components/checkout/components/PaymentResultToast/index.d.ts +0 -9
  291. package/es/components/checkout/components/PaymentResultToast/types.d.ts +0 -59
  292. package/es/components/checkout/components/PaymentResultToast/utils.d.ts +0 -44
  293. package/es/components/checkout/components/ScrollableList/types.d.ts +0 -53
  294. package/es/components/checkout/components/WalletPassModule/components/ConflictModal/index.d.ts +0 -10
  295. package/es/components/checkout/components/WalletPassModule/components/DiscountWallet/DiscountTextMode.d.ts +0 -7
  296. package/es/components/checkout/components/WalletPassModule/components/WalletModal/index.d.ts +0 -5
  297. package/es/components/checkout/components/WalletPassModule/components/WalletPassCardDisplay/index.d.ts +0 -5
  298. package/es/components/checkout/components/WalletPassModule/components/WalletPassHeader/index.d.ts +0 -5
  299. package/es/components/checkout/components/WalletPassModule/components/WalletPassTextMode/index.d.ts +0 -5
  300. package/es/components/checkout/components/WalletPassModule/types.d.ts +0 -134
  301. package/es/components/checkout/components/WalletPassModule/utils.d.ts +0 -23
  302. package/es/components/checkout/constants.d.ts +0 -2
  303. package/es/components/checkout/locales.d.ts +0 -513
  304. package/es/components/checkout/payment-modal-utils.d.ts +0 -30
  305. package/es/components/checkout/styles.d.ts +0 -67
  306. package/es/components/checkout/types.d.ts +0 -130
  307. package/es/components/checkout/utils/PaymentResultToastUtils.d.ts +0 -32
  308. package/es/components/checkout/utils.d.ts +0 -3
  309. package/es/components/eftposPay/app.d.ts +0 -10
  310. package/es/components/eftposPay/component/fail/failCustom.d.ts +0 -3
  311. package/es/components/eftposPay/component/fail/index.d.ts +0 -3
  312. package/es/components/eftposPay/component/fail/unknow.d.ts +0 -9
  313. package/es/components/eftposPay/const.d.ts +0 -190
  314. package/es/components/eftposPay/device.d.ts +0 -25
  315. package/es/components/eftposPay/hooks.d.ts +0 -35
  316. package/es/components/eftposPay/linkly/hooks/useTimeQuery.d.ts +0 -4
  317. package/es/components/eftposPay/locales.d.ts +0 -330
  318. package/es/components/eftposPay/pay.d.ts +0 -20
  319. package/es/components/eftposPay/payo/config.d.ts +0 -12
  320. package/es/components/eftposPay/payo/payment.d.ts +0 -66
  321. package/es/components/eftposPay/serve.d.ts +0 -16
  322. package/es/components/eftposPay/tyro/index.d.ts +0 -9
  323. package/es/components/eftposPay/utils/log/index.d.ts +0 -110
  324. package/es/components/eftposPay/windcave/helper.d.ts +0 -23
  325. package/es/components/eventBooking/components/Provider/Content/index.d.ts +0 -3
  326. package/es/components/eventBooking/components/Provider/Information/index.d.ts +0 -3
  327. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/CallToBook/index.d.ts +0 -11
  328. package/es/components/index.d.ts +0 -24
  329. package/es/components/list/ResponsiveWrapper.d.ts +0 -16
  330. package/es/components/list/TestResponsiveWrapper.d.ts +0 -8
  331. package/es/components/list/components/EmptyState/index.d.ts +0 -2
  332. package/es/components/list/components/ListItemSkeleton/ListItemSkeleton.d.ts +0 -13
  333. package/es/components/list/components/ListItemSkeleton/index.d.ts +0 -2
  334. package/es/components/list/components/Pagination/index.d.ts +0 -1
  335. package/es/components/list/components/ScrollLoader/ScrollLoader.d.ts +0 -18
  336. package/es/components/list/components/ScrollLoader/index.d.ts +0 -2
  337. package/es/components/list/components/Tab/Tab.d.ts +0 -5
  338. package/es/components/list/components/Tab/index.d.ts +0 -2
  339. package/es/components/list/components/Tab/types.d.ts +0 -14
  340. package/es/components/list/components/TabSkeleton/TabSkeleton.d.ts +0 -11
  341. package/es/components/list/components/TabSkeleton/index.d.ts +0 -2
  342. package/es/components/list/components/WaterfallList/WaterfallList.d.ts +0 -33
  343. package/es/components/list/components/WaterfallList/index.d.ts +0 -2
  344. package/es/components/list/examples/GroupedListExample.d.ts +0 -3
  345. package/es/components/list/hooks/useDevice.d.ts +0 -24
  346. package/es/components/list/hooks/useWaterfall.d.ts +0 -34
  347. package/es/components/list/index.d.ts +0 -10
  348. package/es/components/list/locales.d.ts +0 -66
  349. package/es/components/list/types.d.ts +0 -177
  350. package/es/components/pay/toB/components/Content/Footer.d.ts +0 -7
  351. package/es/components/pay/toB/components/Content/Header.d.ts +0 -4
  352. package/es/components/pay/toB/locales.d.ts +0 -54
  353. package/es/components/pay/toB/types/storeTypes.d.ts +0 -143
  354. package/es/components/pay/toC/PaymentList/serve.d.ts +0 -28
  355. package/es/components/pay/toC/PaymentMethods/GlobePayAliPayH5/index.d.ts +0 -10
  356. package/es/components/pay/toC/PaymentMethods/GlobePayAliPayH5/serve.d.ts +0 -2
  357. package/es/components/pay/toC/PaymentMethods/GlobePayPaypalH5/index.d.ts +0 -10
  358. package/es/components/pay/toC/PaymentMethods/GlobePayPaypalH5/serve.d.ts +0 -2
  359. package/es/components/pay/toC/PaymentMethods/GlobePayQrcode/serve.d.ts +0 -2
  360. package/es/components/pay/toC/PaymentMethods/GlobePayWxH5/index.d.ts +0 -10
  361. package/es/components/pay/toC/PaymentMethods/GlobePayWxH5/serve.d.ts +0 -2
  362. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/index.d.ts +0 -3
  363. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/components/PageLoading/index.d.ts +0 -3
  364. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/PaymentRequestForm.d.ts +0 -3
  365. package/es/components/pay/toC/PaymentMethods/StripePay/serve.d.ts +0 -2
  366. package/es/components/pay/toC/PaymentMethods/SuperPayAliPayH5/serve.d.ts +0 -2
  367. package/es/components/pay/toC/PaymentMethods/SuperPayWxPayH5/serve.d.ts +0 -2
  368. package/es/components/pay/toC/PaymentMethods/WalletPass/serve.d.ts +0 -155
  369. package/es/components/pay/toC/PaymentMethods/WalletPass/utils.d.ts +0 -9
  370. package/es/components/pay/toC/PaymentMethods/components/PaymentReturnContent/index.d.ts +0 -15
  371. package/es/components/pay/toC/WalletPassBlock/index.d.ts +0 -21
  372. package/es/components/pay/toC/locales.d.ts +0 -301
  373. package/es/components/pay/toC/model.d.ts +0 -32
  374. package/es/components/pay/toC/serve.d.ts +0 -62
  375. package/es/components/pay/toC/status.d.ts +0 -13
  376. package/es/components/pay/toC/utils.d.ts +0 -57
  377. package/es/components/productSelect/components/TabProduct/index.d.ts +0 -2
  378. package/es/components/productSelect/components/productGroup/index.d.ts +0 -38
  379. package/es/components/ruleSetting/locales.d.ts +0 -48
  380. package/es/components/ruleSetting/server.d.ts +0 -4
  381. package/es/components/shoppingCart/components/Cart/Product.d.ts +0 -3
  382. package/es/components/shoppingCart/components/Cart/index.d.ts +0 -3
  383. package/es/components/shoppingCart/locales.d.ts +0 -36
  384. package/es/components/shoppingCart/type.d.ts +0 -49
  385. package/es/components/subTotal/index.d.ts +0 -22
  386. package/es/components/subTotal/locales.d.ts +0 -42
  387. package/es/components/systemSettings/registry/components/GroupModal.d.ts +0 -4
  388. package/es/components/systemSettings/registry/components/ItemModal.d.ts +0 -4
  389. package/es/components/systemSettings/registry/components/ModuleList.d.ts +0 -4
  390. package/es/components/systemSettings/registry/components/SectionList.d.ts +0 -4
  391. package/es/components/systemSettings/registry/components/index.d.ts +0 -4
  392. package/es/components/systemSettings/registry/locales.d.ts +0 -272
  393. package/es/components/systemSettings/registry/services.d.ts +0 -77
  394. package/es/components/systemSettings/registry/types.d.ts +0 -126
  395. package/es/components/systemSettings/registry/utils/typeValidation.d.ts +0 -16
  396. package/es/components/systemSettings/registry/utils/validators.d.ts +0 -8
  397. package/es/components/ticketBooking/components/ProductDisplayAdapter/index.d.ts +0 -7
  398. package/es/components/ticketBooking/components/ProductDisplayAdapter/types.d.ts +0 -115
  399. package/es/components/ticketBooking/components/bookingDataPanel/bookingDashboard/index.d.ts +0 -7
  400. package/es/components/ticketBooking/components/bookingDataPanel/bookingList/index.d.ts +0 -12
  401. package/es/components/ticketBooking/components/bookingDataPanel/bookingList/utils.d.ts +0 -6
  402. package/es/components/ticketBooking/components/bookingDataPanel/constants.d.ts +0 -22
  403. package/es/components/ticketBooking/components/bookingDataPanel/index.d.ts +0 -9
  404. package/es/components/ticketBooking/components/bookingDataPanel/pisellFloatingPanel/index.d.ts +0 -14
  405. package/es/components/ticketBooking/components/bookingDataPanel/serve.d.ts +0 -0
  406. package/es/components/ticketBooking/components/floatButtons/index.d.ts +0 -11
  407. package/es/components/ticketBooking/context/IsActiveContext.d.ts +0 -26
  408. package/es/components/ticketBooking/context/OsKeyContext.d.ts +0 -26
  409. package/es/components/ticketBooking/context/index.d.ts +0 -2
  410. package/es/components/ticketBooking/hooks/pisellos/useActiveExecute.d.ts +0 -21
  411. package/es/components/ticketBooking/hooks/pisellos/useScanCustomer.d.ts +0 -5
  412. package/es/components/ticketBooking/hooks/pisellos/useScanGlobal.d.ts +0 -5
  413. package/es/components/ticketBooking/hooks/pisellos/useScanGlobalHandle.d.ts +0 -2
  414. package/es/components/ticketBooking/hooks/pisellos/useScanManager.d.ts +0 -6
  415. package/es/components/ticketBooking/locales.d.ts +0 -198
  416. package/es/components/ticketBooking/utils/productCache.d.ts +0 -75
  417. package/es/components/wallet/Detail/locales.d.ts +0 -153
  418. package/es/components/wallet/Detail/model.d.ts +0 -1
  419. package/es/components/wallet/Detail/serve.d.ts +0 -39
  420. package/es/components/wallet/DiscountCard/model.d.ts +0 -1
  421. package/es/components/wallet/PointCard/model.d.ts +0 -1
  422. package/es/components/wallet/RechargeableCard/model.d.ts +0 -1
  423. package/es/components/wallet/RechargeableCard/serve.d.ts +0 -23
  424. package/es/components/wallet/Voucher/index.d.ts +0 -12
  425. package/es/components/wallet/Voucher/locales.d.ts +0 -21
  426. package/es/components/wallet/Voucher/model.d.ts +0 -1
  427. package/es/components/wallet/components/FooterButtons/index.d.ts +0 -18
  428. package/es/components/wallet/components/UsageRules/index.d.ts +0 -23
  429. package/es/components/wallet/components/WalletBar/index.d.ts +0 -8
  430. package/es/components/wallet/components/WalletCard.d.ts +0 -11
  431. package/es/components/wallet/components/index.d.ts +0 -3
  432. package/es/components/wallet/hooks/useWalletCard.d.ts +0 -33
  433. package/es/components/wallet/locales.d.ts +0 -132
  434. package/es/components/wallet/model.d.ts +0 -29
  435. package/es/components/wallet/serve.d.ts +0 -150
  436. package/es/components/wallet/utils/formatUtils.d.ts +0 -36
  437. package/es/components/wallet/utils.d.ts +0 -48
  438. package/es/components/walletList/locales.d.ts +0 -18
  439. package/es/components/walletList/serve.d.ts +0 -24
  440. package/es/components/walletList/types/index.d.ts +0 -194
  441. package/es/components/workSpaceList/components/AppearanceEdit/IconPanel.d.ts +0 -11
  442. package/es/components/workSpaceList/components/AppearanceEdit/constants.d.ts +0 -8
  443. package/es/components/workSpaceList/components/Card/constants.d.ts +0 -2
  444. package/es/components/workSpaceList/components/EditableString/index.d.ts +0 -21
  445. package/es/components/workSpaceList/components/SearchBar/index.d.ts +0 -17
  446. package/es/components/workSpaceList/components/Sort/index.d.ts +0 -7
  447. package/es/hooks/useModal.d.ts +0 -35
  448. package/es/hooks/useModal.example.d.ts +0 -12
  449. package/es/hooks/useModal.integration.example.d.ts +0 -15
  450. package/es/hooks/useWindowSize.d.ts +0 -5
  451. package/es/plus/clientCard/line/index.d.ts +0 -9
  452. package/es/plus/clientCard/locales.d.ts +0 -18
  453. package/es/plus/clientCard/types.d.ts +0 -134
  454. package/es/plus/clientCard/utils.d.ts +0 -8
  455. package/es/plus/clientName/index.d.ts +0 -4
  456. package/es/plus/clientName/type.d.ts +0 -13
  457. package/es/plus/clientName/utils.d.ts +0 -2
  458. package/es/plus/clinetSearch/Add/BirthdayField/index.d.ts +0 -2
  459. package/es/plus/clinetSearch/Add/GenderField/index.d.ts +0 -2
  460. package/es/plus/clinetSearch/Add/PhoneField/index.d.ts +0 -2
  461. package/es/plus/clinetSearch/Add/PhoneField/serve.d.ts +0 -2
  462. package/es/plus/clinetSearch/InfiniteScroll/InfiniteScroll.d.ts +0 -5
  463. package/es/plus/clinetSearch/InfiniteScroll/index.d.ts +0 -2
  464. package/es/plus/clinetSearch/InfiniteScroll/types.d.ts +0 -46
  465. package/es/plus/clinetSearch/locales.d.ts +0 -105
  466. package/es/plus/clinetSearch/serve.d.ts +0 -1
  467. package/es/plus/clinetSearch/types.d.ts +0 -61
  468. package/es/plus/contactInfo/components/Avatar/index.d.ts +0 -10
  469. package/es/plus/contactInfo/components/SwipeAction/index.d.ts +0 -46
  470. package/es/plus/contactInfo/locales.d.ts +0 -15
  471. package/es/plus/contactInfo/types.d.ts +0 -91
  472. package/es/plus/contactInfo/utils.d.ts +0 -7
  473. package/es/plus/contactInfoModal/locales.d.ts +0 -66
  474. package/es/plus/noteModal/locales.d.ts +0 -33
  475. package/es/plus/noteModal/types.d.ts +0 -19
  476. package/es/plus/productSelect/CategoryTabs/index.d.ts +0 -20
  477. package/es/plus/productSelect/ProductCard/SkuCard/SkuCardA1/index.d.ts +0 -3
  478. package/es/plus/productSelect/ProductCard/SkuCard/SkuCardA2/index.d.ts +0 -3
  479. package/es/plus/productSelect/ProductCard/SkuCard/SkuCardA5/index.d.ts +0 -3
  480. package/es/plus/productSelect/ProductCard/SkuCard/SkuCardA9/index.d.ts +0 -3
  481. package/es/plus/productSelect/ProductCard/SkuCard/SkuCardCustom/index.d.ts +0 -3
  482. package/es/plus/productSelect/ProductCard/SkuCard/components/Action/index.d.ts +0 -7
  483. package/es/plus/productSelect/ProductCard/SkuCard/components/Capacity/index.d.ts +0 -6
  484. package/es/plus/productSelect/ProductCard/SkuCard/components/CardMask/index.d.ts +0 -7
  485. package/es/plus/productSelect/ProductCard/SkuCard/components/CardMoreText/index.d.ts +0 -3
  486. package/es/plus/productSelect/ProductCard/SkuCard/components/Countdown/index.d.ts +0 -7
  487. package/es/plus/productSelect/ProductCard/SkuCard/components/Cover/index.d.ts +0 -6
  488. package/es/plus/productSelect/ProductCard/SkuCard/components/Duration/index.d.ts +0 -6
  489. package/es/plus/productSelect/ProductCard/SkuCard/components/Favorite/index.d.ts +0 -6
  490. package/es/plus/productSelect/ProductCard/SkuCard/components/MemberPrice/index.d.ts +0 -7
  491. package/es/plus/productSelect/ProductCard/SkuCard/components/Price/index.d.ts +0 -6
  492. package/es/plus/productSelect/ProductCard/SkuCard/components/Promotions/index.d.ts +0 -6
  493. package/es/plus/productSelect/ProductCard/SkuCard/components/Resource/index.d.ts +0 -6
  494. package/es/plus/productSelect/ProductCard/SkuCard/components/Stock/index.d.ts +0 -6
  495. package/es/plus/productSelect/ProductCard/SkuCard/components/Tags/index.d.ts +0 -6
  496. package/es/plus/productSelect/ProductCard/SkuCard/components/Time/index.d.ts +0 -6
  497. package/es/plus/productSelect/ProductCard/SkuCard/components/TooltipTags/index.d.ts +0 -6
  498. package/es/plus/productSelect/ProductCard/SkuCard/components/WarningLists/index.d.ts +0 -3
  499. package/es/plus/productSelect/ProductCard/SkuCard/hooks/useDynamicComponents.d.ts +0 -6
  500. package/es/plus/productSelect/ProductCard/SkuCard/index.d.ts +0 -8
  501. package/es/plus/productSelect/ProductCard/SkuCard/locales.d.ts +0 -42
  502. package/es/plus/productSelect/ProductCard/SkuCard/status.d.ts +0 -162
  503. package/es/plus/productSelect/ProductCard/SkuCard/type.d.ts +0 -298
  504. package/es/plus/productSelect/ProductCard/SkuCard/utils.d.ts +0 -9
  505. package/es/plus/productSelect/components/TabsStructure/TabsStructure.d.ts +0 -30
  506. package/es/plus/productSelect/utils.d.ts +0 -39
  507. package/es/plus/walletEditor/components/JsonEditor/index.d.ts +0 -11
  508. package/es/plus/walletEditor/components/relationProduct/index.d.ts +0 -6
  509. package/es/plus/walletEditor/components/sortableWalletPassTypes/index.d.ts +0 -37
  510. package/es/plus/walletEditor/index.d.ts +0 -3
  511. package/es/plus/walletEditor/locales.d.ts +0 -126
  512. package/es/plus/walletEditor/types.d.ts +0 -52
  513. package/es/plus/walletPassGallery/components/footerButton/index.d.ts +0 -14
  514. package/es/plus/walletPassGallery/components/passList/index.d.ts +0 -11
  515. package/es/plus/walletPassGallery/components/timelineSection/index.d.ts +0 -8
  516. package/es/plus/walletPassGallery/components/usageRule/index.d.ts +0 -9
  517. package/es/plus/walletPassGallery/locales.d.ts +0 -270
  518. package/es/plus/walletPassGallery/serve.d.ts +0 -221
  519. package/es/pro/Login2.0/components/ForgotPasswordFlow.d.ts +0 -31
  520. package/es/pro/Login2.0/components/LegalTerms.d.ts +0 -8
  521. package/es/pro/Login2.0/components/LoginCodeInput.d.ts +0 -27
  522. package/es/pro/Login2.0/components/OAuthButtonGroup.d.ts +0 -22
  523. package/es/pro/Login2.0/components/PhoneInput.d.ts +0 -53
  524. package/es/pro/Login2.0/components/phoneValidation.d.ts +0 -17
  525. package/es/pro/Login2.0/hooks/index.d.ts +0 -2
  526. package/es/pro/Login2.0/hooks/usePasswordValidationRules.d.ts +0 -24
  527. package/es/pro/Login2.0/hooks/useRegisterFlow.d.ts +0 -39
  528. package/es/pro/Login2.0/hooks/useRegistrationMethods.d.ts +0 -9
  529. package/es/pro/Login2.0/locales.d.ts +0 -543
  530. package/es/pro/Login2.0/shared/Header.d.ts +0 -11
  531. package/es/pro/Login2.0/shared/OAuthButtons.d.ts +0 -11
  532. package/es/pro/Login2.0/shared/registerFlow.d.ts +0 -116
  533. package/es/pro/Login2.0/shared/types.d.ts +0 -232
  534. package/es/pro/Login2.0/steps/CodeInput.d.ts +0 -24
  535. package/es/pro/Login2.0/steps/EmailAlreadyRegistered.d.ts +0 -12
  536. package/es/pro/Login2.0/steps/EmailLinkAlreadyUsed.d.ts +0 -7
  537. package/es/pro/Login2.0/steps/EmailLinkExpired.d.ts +0 -9
  538. package/es/pro/Login2.0/steps/SetPassword.d.ts +0 -19
  539. package/es/pro/Login2.0/steps/VerificationSuccess.d.ts +0 -8
  540. package/es/pro/Login2.0/steps/VerifyingEmailLink.d.ts +0 -7
  541. package/es/pro/Login2.0/steps/WaitEmailLink.d.ts +0 -18
  542. package/es/pro/Login2.0/steps/index.d.ts +0 -19
  543. package/es/pro/Login2.0/types.d.ts +0 -167
  544. package/es/pro/NumberKeyboardPopover/index.d.ts +0 -36
  545. package/es/pro/NumberKeyboardPopover/types.d.ts +0 -31
  546. package/es/pro/comprehensiveSearch/components/deviceIconGroup/index.d.ts +0 -11
  547. package/es/pro/comprehensiveSearch/components/index.d.ts +0 -2
  548. package/es/pro/comprehensiveSearch/components/searchSection/locales.d.ts +0 -15
  549. package/es/pro/comprehensiveSearch/locales.d.ts +0 -15
  550. package/es/pro/comprehensiveSearch/types.d.ts +0 -32
  551. package/es/pro/numberKeyboard/locales.d.ts +0 -12
  552. package/es/pro/pisellNumberSelector/example.d.ts +0 -3
  553. package/es/pro/pisellNumberSelector/index.d.ts +0 -29
  554. package/es/pro/pisellPaymentList/example.d.ts +0 -19
  555. package/es/pro/pisellPhoneKeyboard/index.d.ts +0 -12
  556. package/es/pro/pisellPhoneKeyboard/locales.d.ts +0 -12
  557. package/es/pro/pisellPriceKeyboardModal/PisellPriceKeyboardModal.d.ts +0 -5
  558. package/es/pro/pisellPriceKeyboardModal/index.d.ts +0 -2
  559. package/es/pro/pisellPriceKeyboardModal/types.d.ts +0 -25
  560. package/es/pro/pisellPriceKeyboardPopover/types.d.ts +0 -33
  561. package/es/pro/pisellPriceRadio/index.d.ts +0 -26
  562. package/es/pro/pisellSimplePriceKeyboardPopover/PisellPriceKeyboardPopover.d.ts +0 -5
  563. package/es/pro/pisellSimplePriceKeyboardPopover/index.d.ts +0 -2
  564. package/es/pro/pisellSimplePriceKeyboardPopover/types.d.ts +0 -33
  565. package/es/pro/priceKeyboard/components/cashKeyboard/CashKeyboardSimple.d.ts +0 -13
  566. package/es/pro/priceKeyboard/components/cashKeyboard/locales.d.ts +0 -39
  567. package/es/pro/priceKeyboard/components/cashKeyboard/types.d.ts +0 -98
  568. package/es/pro/priceKeyboard/components/discountKeyboard/locales.d.ts +0 -42
  569. package/es/pro/priceKeyboard/components/discountKeyboard/types.d.ts +0 -17
  570. package/es/pro/priceKeyboard/components/paymentKeyboard/locales.d.ts +0 -45
  571. package/es/pro/priceKeyboard/components/paymentKeyboard/types.d.ts +0 -39
  572. package/es/pro/priceKeyboard/components/shortcuts/index.d.ts +0 -18
  573. package/es/pro/priceKeyboard/hooks/keyActions.d.ts +0 -28
  574. package/es/pro/priceKeyboard/hooks/rightItems.d.ts +0 -27
  575. package/es/pro/priceKeyboard/index.d.ts +0 -3
  576. package/es/pro/priceKeyboard/utils.d.ts +0 -31
  577. package/es/pro/skuDetailModal/locales.d.ts +0 -48
  578. package/es/pro/skuDetailModal/types.d.ts +0 -347
  579. package/lib/components/Sales/Cart/index.d.ts +0 -53
  580. package/lib/components/appointmentBooking/components/Cart/Item/index.d.ts +0 -3
  581. package/lib/components/appointmentBooking/components/Guest/index.d.ts +0 -4
  582. package/lib/components/appointmentBooking/components/Resource/index.d.ts +0 -7
  583. package/lib/components/appointmentBooking/components/TimeSlicing/index.d.ts +0 -4
  584. package/lib/components/appointmentBooking/deposit/components/PolicyModal/index.d.ts +0 -3
  585. package/lib/components/appointmentBooking/locales.d.ts +0 -363
  586. package/lib/components/authentication/admin/AuthMethods/SettingsDrawer.d.ts +0 -22
  587. package/lib/components/authentication/admin/AuthMethods/components/DefaultSettingsContent.d.ts +0 -11
  588. package/lib/components/authentication/admin/AuthMethods/components/EmailSettingsContent.d.ts +0 -13
  589. package/lib/components/authentication/admin/AuthMethods/components/LoginMethodsList.d.ts +0 -13
  590. package/lib/components/authentication/admin/AuthMethods/components/PasswordRulesSettingsContent.d.ts +0 -14
  591. package/lib/components/authentication/admin/AuthMethods/components/PhoneSettingsContent.d.ts +0 -13
  592. package/lib/components/authentication/admin/AuthMethods/components/index.d.ts +0 -10
  593. package/lib/components/authentication/admin/AuthMethods/constants.d.ts +0 -22
  594. package/lib/components/authentication/admin/AuthMethods/locales.d.ts +0 -249
  595. package/lib/components/authentication/admin/AuthMethods/types.d.ts +0 -76
  596. package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.d.ts +0 -84
  597. package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/types.d.ts +0 -41
  598. package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.d.ts +0 -72
  599. package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/types.d.ts +0 -33
  600. package/lib/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.d.ts +0 -27
  601. package/lib/components/authentication/admin/ChannelAuthSetting/PageSetting/types.d.ts +0 -25
  602. package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.d.ts +0 -66
  603. package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/types.d.ts +0 -26
  604. package/lib/components/authentication/admin/ChannelAuthSetting/locales.d.ts +0 -39
  605. package/lib/components/authentication/admin/ChannelAuthSetting/types.d.ts +0 -36
  606. package/lib/components/authentication/admin/CustomerAuth/locales.d.ts +0 -66
  607. package/lib/components/authentication/admin/CustomerAuth/types.d.ts +0 -16
  608. package/lib/components/authentication/admin/CustomerOAuthConfig/locales.d.ts +0 -108
  609. package/lib/components/authentication/admin/CustomerOAuthConfig/types.d.ts +0 -22
  610. package/lib/components/authentication/admin/DeviceAuth/locales.d.ts +0 -57
  611. package/lib/components/authentication/admin/DeviceAuth/types.d.ts +0 -16
  612. package/lib/components/authentication/admin/OAuthConfig/locales.d.ts +0 -90
  613. package/lib/components/authentication/admin/OAuthConfig/types.d.ts +0 -22
  614. package/lib/components/authentication/admin/OrgAdminAuth/locales.d.ts +0 -54
  615. package/lib/components/authentication/admin/OrgAdminAuth/types.d.ts +0 -16
  616. package/lib/components/authentication/admin/POSOperatorAuth/locales.d.ts +0 -48
  617. package/lib/components/authentication/admin/POSOperatorAuth/types.d.ts +0 -16
  618. package/lib/components/authentication/admin/SaaSAdminAuth/locales.d.ts +0 -54
  619. package/lib/components/authentication/admin/SaaSAdminAuth/types.d.ts +0 -16
  620. package/lib/components/authentication/admin/index.d.ts +0 -26
  621. package/lib/components/authentication/index.d.ts +0 -0
  622. package/lib/components/booking/components/clearCartModal/index.d.ts +0 -10
  623. package/lib/components/booking/components/customSelect/index.d.ts +0 -38
  624. package/lib/components/booking/components/reloadResourceModal/index.d.ts +0 -8
  625. package/lib/components/booking/deposit/DepositItem/index.d.ts +0 -25
  626. package/lib/components/booking/editBookingModal/utils.d.ts +0 -12
  627. package/lib/components/booking/forms/footer.d.ts +0 -6
  628. package/lib/components/booking/forms/sendModal/index.d.ts +0 -27
  629. package/lib/components/booking/info/clientVariant/utils.d.ts +0 -3
  630. package/lib/components/booking/info/hooks/useInfoHolder.d.ts +0 -10
  631. package/lib/components/booking/info/model.d.ts +0 -5
  632. package/lib/components/booking/info/service/editService/BookingList/index.d.ts +0 -4
  633. package/lib/components/booking/info/service/editService/constants.d.ts +0 -1
  634. package/lib/components/booking/info/service2/Lists.d.ts +0 -2
  635. package/lib/components/booking/info2/cartClientCard/locales.d.ts +0 -21
  636. package/lib/components/booking/info2/cartClientCard/types.d.ts +0 -18
  637. package/lib/components/booking/info2/cartClientCard/utils.d.ts +0 -3
  638. package/lib/components/booking/info2/service/contactInfoMode/index.d.ts +0 -2
  639. package/lib/components/booking/info2/service/index.d.ts +0 -4
  640. package/lib/components/booking/info2/service/serviceList/index.d.ts +0 -5
  641. package/lib/components/booking/locales.d.ts +0 -921
  642. package/lib/components/booking/model.d.ts +0 -112
  643. package/lib/components/booking/notes/addNote/index.d.ts +0 -3
  644. package/lib/components/checkout/components/AdditionalModule/locales.d.ts +0 -36
  645. package/lib/components/checkout/components/PaymentOptionsModule/PaymentMethodItem.d.ts +0 -31
  646. package/lib/components/checkout/components/PaymentResultToast/index.d.ts +0 -9
  647. package/lib/components/checkout/components/PaymentResultToast/types.d.ts +0 -59
  648. package/lib/components/checkout/components/PaymentResultToast/utils.d.ts +0 -44
  649. package/lib/components/checkout/components/ScrollableList/types.d.ts +0 -53
  650. package/lib/components/checkout/components/WalletPassModule/components/ConflictModal/index.d.ts +0 -10
  651. package/lib/components/checkout/components/WalletPassModule/components/DiscountWallet/DiscountTextMode.d.ts +0 -7
  652. package/lib/components/checkout/components/WalletPassModule/components/WalletModal/index.d.ts +0 -5
  653. package/lib/components/checkout/components/WalletPassModule/components/WalletPassCardDisplay/index.d.ts +0 -5
  654. package/lib/components/checkout/components/WalletPassModule/components/WalletPassHeader/index.d.ts +0 -5
  655. package/lib/components/checkout/components/WalletPassModule/components/WalletPassTextMode/index.d.ts +0 -5
  656. package/lib/components/checkout/components/WalletPassModule/types.d.ts +0 -134
  657. package/lib/components/checkout/components/WalletPassModule/utils.d.ts +0 -23
  658. package/lib/components/checkout/constants.d.ts +0 -2
  659. package/lib/components/checkout/locales.d.ts +0 -513
  660. package/lib/components/checkout/payment-modal-utils.d.ts +0 -30
  661. package/lib/components/checkout/styles.d.ts +0 -67
  662. package/lib/components/checkout/types.d.ts +0 -130
  663. package/lib/components/checkout/utils/PaymentResultToastUtils.d.ts +0 -32
  664. package/lib/components/checkout/utils.d.ts +0 -3
  665. package/lib/components/eftposPay/app.d.ts +0 -10
  666. package/lib/components/eftposPay/component/fail/failCustom.d.ts +0 -3
  667. package/lib/components/eftposPay/component/fail/index.d.ts +0 -3
  668. package/lib/components/eftposPay/component/fail/unknow.d.ts +0 -9
  669. package/lib/components/eftposPay/const.d.ts +0 -190
  670. package/lib/components/eftposPay/device.d.ts +0 -25
  671. package/lib/components/eftposPay/hooks.d.ts +0 -35
  672. package/lib/components/eftposPay/linkly/hooks/useTimeQuery.d.ts +0 -4
  673. package/lib/components/eftposPay/locales.d.ts +0 -330
  674. package/lib/components/eftposPay/pay.d.ts +0 -20
  675. package/lib/components/eftposPay/payo/config.d.ts +0 -12
  676. package/lib/components/eftposPay/payo/payment.d.ts +0 -66
  677. package/lib/components/eftposPay/serve.d.ts +0 -16
  678. package/lib/components/eftposPay/tyro/index.d.ts +0 -9
  679. package/lib/components/eftposPay/utils/log/index.d.ts +0 -110
  680. package/lib/components/eftposPay/windcave/helper.d.ts +0 -23
  681. package/lib/components/eventBooking/components/Provider/Content/index.d.ts +0 -3
  682. package/lib/components/eventBooking/components/Provider/Information/index.d.ts +0 -3
  683. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/CallToBook/index.d.ts +0 -11
  684. package/lib/components/index.d.ts +0 -24
  685. package/lib/components/list/ResponsiveWrapper.d.ts +0 -16
  686. package/lib/components/list/TestResponsiveWrapper.d.ts +0 -8
  687. package/lib/components/list/components/EmptyState/index.d.ts +0 -2
  688. package/lib/components/list/components/ListItemSkeleton/ListItemSkeleton.d.ts +0 -13
  689. package/lib/components/list/components/ListItemSkeleton/index.d.ts +0 -2
  690. package/lib/components/list/components/Pagination/index.d.ts +0 -1
  691. package/lib/components/list/components/ScrollLoader/ScrollLoader.d.ts +0 -18
  692. package/lib/components/list/components/ScrollLoader/index.d.ts +0 -2
  693. package/lib/components/list/components/Tab/Tab.d.ts +0 -5
  694. package/lib/components/list/components/Tab/index.d.ts +0 -2
  695. package/lib/components/list/components/Tab/types.d.ts +0 -14
  696. package/lib/components/list/components/TabSkeleton/TabSkeleton.d.ts +0 -11
  697. package/lib/components/list/components/TabSkeleton/index.d.ts +0 -2
  698. package/lib/components/list/components/WaterfallList/WaterfallList.d.ts +0 -33
  699. package/lib/components/list/components/WaterfallList/index.d.ts +0 -2
  700. package/lib/components/list/examples/GroupedListExample.d.ts +0 -3
  701. package/lib/components/list/hooks/useDevice.d.ts +0 -24
  702. package/lib/components/list/hooks/useWaterfall.d.ts +0 -34
  703. package/lib/components/list/index.d.ts +0 -10
  704. package/lib/components/list/locales.d.ts +0 -66
  705. package/lib/components/list/types.d.ts +0 -177
  706. package/lib/components/pay/toB/components/Content/Footer.d.ts +0 -7
  707. package/lib/components/pay/toB/components/Content/Header.d.ts +0 -4
  708. package/lib/components/pay/toB/locales.d.ts +0 -54
  709. package/lib/components/pay/toB/types/storeTypes.d.ts +0 -143
  710. package/lib/components/pay/toC/PaymentList/serve.d.ts +0 -28
  711. package/lib/components/pay/toC/PaymentMethods/GlobePayAliPayH5/index.d.ts +0 -10
  712. package/lib/components/pay/toC/PaymentMethods/GlobePayAliPayH5/serve.d.ts +0 -2
  713. package/lib/components/pay/toC/PaymentMethods/GlobePayPaypalH5/index.d.ts +0 -10
  714. package/lib/components/pay/toC/PaymentMethods/GlobePayPaypalH5/serve.d.ts +0 -2
  715. package/lib/components/pay/toC/PaymentMethods/GlobePayQrcode/serve.d.ts +0 -2
  716. package/lib/components/pay/toC/PaymentMethods/GlobePayWxH5/index.d.ts +0 -10
  717. package/lib/components/pay/toC/PaymentMethods/GlobePayWxH5/serve.d.ts +0 -2
  718. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/index.d.ts +0 -3
  719. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/components/PageLoading/index.d.ts +0 -3
  720. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/PaymentRequestForm.d.ts +0 -3
  721. package/lib/components/pay/toC/PaymentMethods/StripePay/serve.d.ts +0 -2
  722. package/lib/components/pay/toC/PaymentMethods/SuperPayAliPayH5/serve.d.ts +0 -2
  723. package/lib/components/pay/toC/PaymentMethods/SuperPayWxPayH5/serve.d.ts +0 -2
  724. package/lib/components/pay/toC/PaymentMethods/WalletPass/serve.d.ts +0 -155
  725. package/lib/components/pay/toC/PaymentMethods/WalletPass/utils.d.ts +0 -9
  726. package/lib/components/pay/toC/PaymentMethods/components/PaymentReturnContent/index.d.ts +0 -15
  727. package/lib/components/pay/toC/WalletPassBlock/index.d.ts +0 -21
  728. package/lib/components/pay/toC/locales.d.ts +0 -301
  729. package/lib/components/pay/toC/model.d.ts +0 -32
  730. package/lib/components/pay/toC/serve.d.ts +0 -62
  731. package/lib/components/pay/toC/status.d.ts +0 -13
  732. package/lib/components/pay/toC/utils.d.ts +0 -57
  733. package/lib/components/productSelect/components/TabProduct/index.d.ts +0 -2
  734. package/lib/components/productSelect/components/productGroup/index.d.ts +0 -38
  735. package/lib/components/ruleSetting/locales.d.ts +0 -48
  736. package/lib/components/ruleSetting/server.d.ts +0 -4
  737. package/lib/components/shoppingCart/components/Cart/Product.d.ts +0 -3
  738. package/lib/components/shoppingCart/components/Cart/index.d.ts +0 -3
  739. package/lib/components/shoppingCart/locales.d.ts +0 -36
  740. package/lib/components/shoppingCart/type.d.ts +0 -49
  741. package/lib/components/subTotal/index.d.ts +0 -22
  742. package/lib/components/subTotal/locales.d.ts +0 -42
  743. package/lib/components/systemSettings/registry/components/GroupModal.d.ts +0 -4
  744. package/lib/components/systemSettings/registry/components/ItemModal.d.ts +0 -4
  745. package/lib/components/systemSettings/registry/components/ModuleList.d.ts +0 -4
  746. package/lib/components/systemSettings/registry/components/SectionList.d.ts +0 -4
  747. package/lib/components/systemSettings/registry/components/index.d.ts +0 -4
  748. package/lib/components/systemSettings/registry/locales.d.ts +0 -272
  749. package/lib/components/systemSettings/registry/services.d.ts +0 -77
  750. package/lib/components/systemSettings/registry/types.d.ts +0 -126
  751. package/lib/components/systemSettings/registry/utils/typeValidation.d.ts +0 -16
  752. package/lib/components/systemSettings/registry/utils/validators.d.ts +0 -8
  753. package/lib/components/ticketBooking/components/ProductDisplayAdapter/index.d.ts +0 -7
  754. package/lib/components/ticketBooking/components/ProductDisplayAdapter/types.d.ts +0 -115
  755. package/lib/components/ticketBooking/components/bookingDataPanel/bookingDashboard/index.d.ts +0 -7
  756. package/lib/components/ticketBooking/components/bookingDataPanel/bookingList/index.d.ts +0 -12
  757. package/lib/components/ticketBooking/components/bookingDataPanel/bookingList/utils.d.ts +0 -6
  758. package/lib/components/ticketBooking/components/bookingDataPanel/constants.d.ts +0 -22
  759. package/lib/components/ticketBooking/components/bookingDataPanel/index.d.ts +0 -9
  760. package/lib/components/ticketBooking/components/bookingDataPanel/pisellFloatingPanel/index.d.ts +0 -14
  761. package/lib/components/ticketBooking/components/bookingDataPanel/serve.d.ts +0 -0
  762. package/lib/components/ticketBooking/components/floatButtons/index.d.ts +0 -11
  763. package/lib/components/ticketBooking/context/IsActiveContext.d.ts +0 -26
  764. package/lib/components/ticketBooking/context/OsKeyContext.d.ts +0 -26
  765. package/lib/components/ticketBooking/context/index.d.ts +0 -2
  766. package/lib/components/ticketBooking/hooks/pisellos/useActiveExecute.d.ts +0 -21
  767. package/lib/components/ticketBooking/hooks/pisellos/useScanCustomer.d.ts +0 -5
  768. package/lib/components/ticketBooking/hooks/pisellos/useScanGlobal.d.ts +0 -5
  769. package/lib/components/ticketBooking/hooks/pisellos/useScanGlobalHandle.d.ts +0 -2
  770. package/lib/components/ticketBooking/hooks/pisellos/useScanManager.d.ts +0 -6
  771. package/lib/components/ticketBooking/locales.d.ts +0 -198
  772. package/lib/components/ticketBooking/utils/productCache.d.ts +0 -75
  773. package/lib/components/wallet/Detail/locales.d.ts +0 -153
  774. package/lib/components/wallet/Detail/model.d.ts +0 -1
  775. package/lib/components/wallet/Detail/serve.d.ts +0 -39
  776. package/lib/components/wallet/DiscountCard/model.d.ts +0 -1
  777. package/lib/components/wallet/PointCard/model.d.ts +0 -1
  778. package/lib/components/wallet/RechargeableCard/model.d.ts +0 -1
  779. package/lib/components/wallet/RechargeableCard/serve.d.ts +0 -23
  780. package/lib/components/wallet/Voucher/index.d.ts +0 -12
  781. package/lib/components/wallet/Voucher/locales.d.ts +0 -21
  782. package/lib/components/wallet/Voucher/model.d.ts +0 -1
  783. package/lib/components/wallet/components/FooterButtons/index.d.ts +0 -18
  784. package/lib/components/wallet/components/UsageRules/index.d.ts +0 -23
  785. package/lib/components/wallet/components/WalletBar/index.d.ts +0 -8
  786. package/lib/components/wallet/components/WalletCard.d.ts +0 -11
  787. package/lib/components/wallet/components/index.d.ts +0 -3
  788. package/lib/components/wallet/hooks/useWalletCard.d.ts +0 -33
  789. package/lib/components/wallet/locales.d.ts +0 -132
  790. package/lib/components/wallet/model.d.ts +0 -29
  791. package/lib/components/wallet/serve.d.ts +0 -150
  792. package/lib/components/wallet/utils/formatUtils.d.ts +0 -36
  793. package/lib/components/wallet/utils.d.ts +0 -48
  794. package/lib/components/walletList/locales.d.ts +0 -18
  795. package/lib/components/walletList/serve.d.ts +0 -24
  796. package/lib/components/walletList/types/index.d.ts +0 -194
  797. package/lib/components/workSpaceList/components/AppearanceEdit/IconPanel.d.ts +0 -11
  798. package/lib/components/workSpaceList/components/AppearanceEdit/constants.d.ts +0 -8
  799. package/lib/components/workSpaceList/components/Card/constants.d.ts +0 -2
  800. package/lib/components/workSpaceList/components/EditableString/index.d.ts +0 -21
  801. package/lib/components/workSpaceList/components/SearchBar/index.d.ts +0 -17
  802. package/lib/components/workSpaceList/components/Sort/index.d.ts +0 -7
  803. package/lib/hooks/useModal.d.ts +0 -35
  804. package/lib/hooks/useModal.example.d.ts +0 -12
  805. package/lib/hooks/useModal.integration.example.d.ts +0 -15
  806. package/lib/hooks/useWindowSize.d.ts +0 -5
  807. package/lib/plus/clientCard/line/index.d.ts +0 -9
  808. package/lib/plus/clientCard/locales.d.ts +0 -18
  809. package/lib/plus/clientCard/types.d.ts +0 -134
  810. package/lib/plus/clientCard/utils.d.ts +0 -8
  811. package/lib/plus/clientName/index.d.ts +0 -4
  812. package/lib/plus/clientName/type.d.ts +0 -13
  813. package/lib/plus/clientName/utils.d.ts +0 -2
  814. package/lib/plus/clinetSearch/Add/BirthdayField/index.d.ts +0 -2
  815. package/lib/plus/clinetSearch/Add/GenderField/index.d.ts +0 -2
  816. package/lib/plus/clinetSearch/Add/PhoneField/index.d.ts +0 -2
  817. package/lib/plus/clinetSearch/Add/PhoneField/serve.d.ts +0 -2
  818. package/lib/plus/clinetSearch/InfiniteScroll/InfiniteScroll.d.ts +0 -5
  819. package/lib/plus/clinetSearch/InfiniteScroll/index.d.ts +0 -2
  820. package/lib/plus/clinetSearch/InfiniteScroll/types.d.ts +0 -46
  821. package/lib/plus/clinetSearch/locales.d.ts +0 -105
  822. package/lib/plus/clinetSearch/serve.d.ts +0 -1
  823. package/lib/plus/clinetSearch/types.d.ts +0 -61
  824. package/lib/plus/contactInfo/components/Avatar/index.d.ts +0 -10
  825. package/lib/plus/contactInfo/components/SwipeAction/index.d.ts +0 -46
  826. package/lib/plus/contactInfo/locales.d.ts +0 -15
  827. package/lib/plus/contactInfo/types.d.ts +0 -91
  828. package/lib/plus/contactInfo/utils.d.ts +0 -7
  829. package/lib/plus/contactInfoModal/locales.d.ts +0 -66
  830. package/lib/plus/noteModal/locales.d.ts +0 -33
  831. package/lib/plus/noteModal/types.d.ts +0 -19
  832. package/lib/plus/productSelect/CategoryTabs/index.d.ts +0 -20
  833. package/lib/plus/productSelect/ProductCard/SkuCard/SkuCardA1/index.d.ts +0 -3
  834. package/lib/plus/productSelect/ProductCard/SkuCard/SkuCardA2/index.d.ts +0 -3
  835. package/lib/plus/productSelect/ProductCard/SkuCard/SkuCardA5/index.d.ts +0 -3
  836. package/lib/plus/productSelect/ProductCard/SkuCard/SkuCardA9/index.d.ts +0 -3
  837. package/lib/plus/productSelect/ProductCard/SkuCard/SkuCardCustom/index.d.ts +0 -3
  838. package/lib/plus/productSelect/ProductCard/SkuCard/components/Action/index.d.ts +0 -7
  839. package/lib/plus/productSelect/ProductCard/SkuCard/components/Capacity/index.d.ts +0 -6
  840. package/lib/plus/productSelect/ProductCard/SkuCard/components/CardMask/index.d.ts +0 -7
  841. package/lib/plus/productSelect/ProductCard/SkuCard/components/CardMoreText/index.d.ts +0 -3
  842. package/lib/plus/productSelect/ProductCard/SkuCard/components/Countdown/index.d.ts +0 -7
  843. package/lib/plus/productSelect/ProductCard/SkuCard/components/Cover/index.d.ts +0 -6
  844. package/lib/plus/productSelect/ProductCard/SkuCard/components/Duration/index.d.ts +0 -6
  845. package/lib/plus/productSelect/ProductCard/SkuCard/components/Favorite/index.d.ts +0 -6
  846. package/lib/plus/productSelect/ProductCard/SkuCard/components/MemberPrice/index.d.ts +0 -7
  847. package/lib/plus/productSelect/ProductCard/SkuCard/components/Price/index.d.ts +0 -6
  848. package/lib/plus/productSelect/ProductCard/SkuCard/components/Promotions/index.d.ts +0 -6
  849. package/lib/plus/productSelect/ProductCard/SkuCard/components/Resource/index.d.ts +0 -6
  850. package/lib/plus/productSelect/ProductCard/SkuCard/components/Stock/index.d.ts +0 -6
  851. package/lib/plus/productSelect/ProductCard/SkuCard/components/Tags/index.d.ts +0 -6
  852. package/lib/plus/productSelect/ProductCard/SkuCard/components/Time/index.d.ts +0 -6
  853. package/lib/plus/productSelect/ProductCard/SkuCard/components/TooltipTags/index.d.ts +0 -6
  854. package/lib/plus/productSelect/ProductCard/SkuCard/components/WarningLists/index.d.ts +0 -3
  855. package/lib/plus/productSelect/ProductCard/SkuCard/hooks/useDynamicComponents.d.ts +0 -6
  856. package/lib/plus/productSelect/ProductCard/SkuCard/index.d.ts +0 -8
  857. package/lib/plus/productSelect/ProductCard/SkuCard/locales.d.ts +0 -42
  858. package/lib/plus/productSelect/ProductCard/SkuCard/status.d.ts +0 -162
  859. package/lib/plus/productSelect/ProductCard/SkuCard/type.d.ts +0 -298
  860. package/lib/plus/productSelect/ProductCard/SkuCard/utils.d.ts +0 -9
  861. package/lib/plus/productSelect/components/TabsStructure/TabsStructure.d.ts +0 -30
  862. package/lib/plus/productSelect/utils.d.ts +0 -39
  863. package/lib/plus/walletEditor/components/JsonEditor/index.d.ts +0 -11
  864. package/lib/plus/walletEditor/components/relationProduct/index.d.ts +0 -6
  865. package/lib/plus/walletEditor/components/sortableWalletPassTypes/index.d.ts +0 -37
  866. package/lib/plus/walletEditor/index.d.ts +0 -3
  867. package/lib/plus/walletEditor/locales.d.ts +0 -126
  868. package/lib/plus/walletEditor/types.d.ts +0 -52
  869. package/lib/plus/walletPassGallery/components/footerButton/index.d.ts +0 -14
  870. package/lib/plus/walletPassGallery/components/passList/index.d.ts +0 -11
  871. package/lib/plus/walletPassGallery/components/timelineSection/index.d.ts +0 -8
  872. package/lib/plus/walletPassGallery/components/usageRule/index.d.ts +0 -9
  873. package/lib/plus/walletPassGallery/locales.d.ts +0 -270
  874. package/lib/plus/walletPassGallery/serve.d.ts +0 -221
  875. package/lib/pro/Login2.0/components/ForgotPasswordFlow.d.ts +0 -31
  876. package/lib/pro/Login2.0/components/LegalTerms.d.ts +0 -8
  877. package/lib/pro/Login2.0/components/LoginCodeInput.d.ts +0 -27
  878. package/lib/pro/Login2.0/components/OAuthButtonGroup.d.ts +0 -22
  879. package/lib/pro/Login2.0/components/PhoneInput.d.ts +0 -53
  880. package/lib/pro/Login2.0/components/phoneValidation.d.ts +0 -17
  881. package/lib/pro/Login2.0/hooks/index.d.ts +0 -2
  882. package/lib/pro/Login2.0/hooks/usePasswordValidationRules.d.ts +0 -24
  883. package/lib/pro/Login2.0/hooks/useRegisterFlow.d.ts +0 -39
  884. package/lib/pro/Login2.0/hooks/useRegistrationMethods.d.ts +0 -9
  885. package/lib/pro/Login2.0/locales.d.ts +0 -543
  886. package/lib/pro/Login2.0/shared/Header.d.ts +0 -11
  887. package/lib/pro/Login2.0/shared/OAuthButtons.d.ts +0 -11
  888. package/lib/pro/Login2.0/shared/registerFlow.d.ts +0 -116
  889. package/lib/pro/Login2.0/shared/types.d.ts +0 -232
  890. package/lib/pro/Login2.0/steps/CodeInput.d.ts +0 -24
  891. package/lib/pro/Login2.0/steps/EmailAlreadyRegistered.d.ts +0 -12
  892. package/lib/pro/Login2.0/steps/EmailLinkAlreadyUsed.d.ts +0 -7
  893. package/lib/pro/Login2.0/steps/EmailLinkExpired.d.ts +0 -9
  894. package/lib/pro/Login2.0/steps/SetPassword.d.ts +0 -19
  895. package/lib/pro/Login2.0/steps/VerificationSuccess.d.ts +0 -8
  896. package/lib/pro/Login2.0/steps/VerifyingEmailLink.d.ts +0 -7
  897. package/lib/pro/Login2.0/steps/WaitEmailLink.d.ts +0 -18
  898. package/lib/pro/Login2.0/steps/index.d.ts +0 -19
  899. package/lib/pro/Login2.0/types.d.ts +0 -167
  900. package/lib/pro/NumberKeyboardPopover/index.d.ts +0 -36
  901. package/lib/pro/NumberKeyboardPopover/types.d.ts +0 -31
  902. package/lib/pro/comprehensiveSearch/components/deviceIconGroup/index.d.ts +0 -11
  903. package/lib/pro/comprehensiveSearch/components/index.d.ts +0 -2
  904. package/lib/pro/comprehensiveSearch/components/searchSection/locales.d.ts +0 -15
  905. package/lib/pro/comprehensiveSearch/locales.d.ts +0 -15
  906. package/lib/pro/comprehensiveSearch/types.d.ts +0 -32
  907. package/lib/pro/numberKeyboard/locales.d.ts +0 -12
  908. package/lib/pro/pisellNumberSelector/example.d.ts +0 -3
  909. package/lib/pro/pisellNumberSelector/index.d.ts +0 -29
  910. package/lib/pro/pisellPaymentList/example.d.ts +0 -19
  911. package/lib/pro/pisellPhoneKeyboard/index.d.ts +0 -12
  912. package/lib/pro/pisellPhoneKeyboard/locales.d.ts +0 -12
  913. package/lib/pro/pisellPriceKeyboardModal/PisellPriceKeyboardModal.d.ts +0 -5
  914. package/lib/pro/pisellPriceKeyboardModal/index.d.ts +0 -2
  915. package/lib/pro/pisellPriceKeyboardModal/types.d.ts +0 -25
  916. package/lib/pro/pisellPriceKeyboardPopover/types.d.ts +0 -33
  917. package/lib/pro/pisellPriceRadio/index.d.ts +0 -26
  918. package/lib/pro/pisellSimplePriceKeyboardPopover/PisellPriceKeyboardPopover.d.ts +0 -5
  919. package/lib/pro/pisellSimplePriceKeyboardPopover/index.d.ts +0 -2
  920. package/lib/pro/pisellSimplePriceKeyboardPopover/types.d.ts +0 -33
  921. package/lib/pro/priceKeyboard/components/cashKeyboard/CashKeyboardSimple.d.ts +0 -13
  922. package/lib/pro/priceKeyboard/components/cashKeyboard/locales.d.ts +0 -39
  923. package/lib/pro/priceKeyboard/components/cashKeyboard/types.d.ts +0 -98
  924. package/lib/pro/priceKeyboard/components/discountKeyboard/locales.d.ts +0 -42
  925. package/lib/pro/priceKeyboard/components/discountKeyboard/types.d.ts +0 -17
  926. package/lib/pro/priceKeyboard/components/paymentKeyboard/locales.d.ts +0 -45
  927. package/lib/pro/priceKeyboard/components/paymentKeyboard/types.d.ts +0 -39
  928. package/lib/pro/priceKeyboard/components/shortcuts/index.d.ts +0 -18
  929. package/lib/pro/priceKeyboard/hooks/keyActions.d.ts +0 -28
  930. package/lib/pro/priceKeyboard/hooks/rightItems.d.ts +0 -27
  931. package/lib/pro/priceKeyboard/index.d.ts +0 -3
  932. package/lib/pro/priceKeyboard/utils.d.ts +0 -31
  933. package/lib/pro/skuDetailModal/locales.d.ts +0 -48
  934. package/lib/pro/skuDetailModal/types.d.ts +0 -347
@@ -1,330 +0,0 @@
1
- declare const _default: {
2
- en: {
3
- 'page.eftpos-pay.text.loading': (mode: string) => string;
4
- 'page.eftpos-pay.text.wait': (val: string, mode: string) => string;
5
- 'page.eftpos-pay.text.surcharge': string;
6
- 'page.eftpos-pay.text.card': string;
7
- 'page.eftpos-pay.text.account': string;
8
- 'page.eftpos-pay.text.pin': string;
9
- 'page.eftpos-pay.text.receipt': string;
10
- 'page.eftpos-pay.text.receipt.again.title': string;
11
- 'page.eftpos-pay.text.receipt.again.text': string;
12
- 'page.eftpos-pay.text.signature.title': string;
13
- 'page.eftpos-pay.text.signature.text': (mode: string) => "Decline will cause payment failure, need to pay again." | "Decline will cause refund failure; a refund needs to be processed again.";
14
- 'page.eftpos-pay.text.timedout.title': string;
15
- 'page.eftpos-pay.text.timedout.text': (mode: string) => "Please manually mark the payment result based on the payment status displayed on the card reader, to ensure the accuracy of the transaction." | "Please manually verify the refund result based on the refund status displayed on the card reader to ensure the transaction's accuracy.";
16
- 'page.eftpos-pay.text.request.title': (mode: string) => string;
17
- 'page.eftpos-pay.text.request.text': (mode: string) => "Please manually mark the payment result based on the payment status displayed on the card reader, to ensure the accuracy of the transaction." | "Please manually verify the refund result based on the refund status displayed on the card reader to ensure the transaction's accuracy.";
18
- 'page.eftpos-pay.text.request.unknown.title': (mode: string) => string;
19
- 'page.eftpos-pay.text.request.unknown.text': (mode: string) => "Please manually mark the payment result based on the payment status displayed on the card reader, to ensure the accuracy of the transaction." | "Please manually mark the refund result based on the refund status displayed on the card reader, to ensure the accuracy of the transaction.";
20
- 'page.eftpos-pay.text.interrupted': string;
21
- 'page.eftpos-pay.text.reconnect': string;
22
- 'page.eftpos-pay.text.waiting.pay': (mode: string) => "If you have confirmed the payment status from the EFTPOS, you can press Manual marking buttonto skip." | "If you have confirmed the refund status on the EFTPOS, you can press the Manual Marking button to skip.";
23
- 'page.eftpos-pay.text.restored': string;
24
- 'page.eftpos-pay.text.disconnected': string;
25
- 'page.eftpos-pay.text.waiting.network': string;
26
- 'page.eftpos-pay.text.waiting.wifi.title': string;
27
- 'page.eftpos-pay.text.waiting.wifi.connection': string;
28
- 'page.eftpos-pay.text.waiting.wifi.router': string;
29
- 'page.eftpos-pay.text.waiting.wifi.forget.reconnect': string;
30
- 'page.eftpos-pay.text.accept': string;
31
- 'page.eftpos-pay.text.decline': string;
32
- 'page.eftpos-pay.text.manual.marking': string;
33
- 'page.eftpos-pay.text.manual.title': string;
34
- 'page.eftpos-pay.text.manual.subtitle': (money: string) => string;
35
- 'page.eftpos-pay.text.manual.confirm': string;
36
- 'page.eftpos-pay.text.manual.btn.confirm': (money: string) => string;
37
- 'page.eftpos-pay.text.manual.diff': string;
38
- 'page.eftpos-pay.text.manual.tip': string;
39
- 'page.eftpos-pay.text.manual.cancel': string;
40
- 'page.eftpos-pay.text.manual.print_receipt': string;
41
- 'page.eftpos-pay.text.modify.payment.info': (mode: string) => "Modify payment info" | "Modify refund information";
42
- 'page.eftpos-pay.text.successful': (mode: string) => string;
43
- 'page.eftpos-pay.text.failed': (mode: string) => string;
44
- 'page.eftpos-pay.text.confirm': string;
45
- 'page.eftpos-pay.text.confirm.decline': string;
46
- 'page.eftpos-pay.text.back': string;
47
- 'page.eftpos-pay.text.cancel': string;
48
- 'page.eftpos-pay.text.waiting.processing': string;
49
- 'page.eftpos-pay.text.waiting.signature': string;
50
- 'page.eftpos-pay.text.waiting.decline': string;
51
- 'page.eftpos-pay.text.processing': string;
52
- 'page.eftpos-pay.text.transaction.processing': string;
53
- 'page.eftpos-pay.text.retry': string;
54
- 'page.eftpos-pay.text.sure': string;
55
- 'page.eftpos-pay.text.device': string;
56
- 'page.eftpos-pay.text.leave': string;
57
- 'page.eftpos-pay.text.latest.success': string;
58
- 'page.eftpos-pay.text.latest.amount': string;
59
- 'page.eftpos-pay.text.latest.surcharge': string;
60
- 'page.eftpos-pay.text.latest.time': string;
61
- 'page.eftpos-pay.text.latest.confirm': string;
62
- 'page.eftpos-pay.text.amount.to.pay': string;
63
- 'page.eftpos-pay.text.surcharge.percentage': string;
64
- 'page.eftpos-pay.text.surcharge.fixed': string;
65
- 'page.eftpos-pay.text.surcharge.percentage-fixed': string;
66
- 'page.eftpos-pay.text.surcharge.edit.title': string;
67
- 'page.eftpos-pay.text.input.title': (name: string) => string;
68
- 'page.eftpos-pay.text.amount.cash.left.pay.paid': (money: string) => string;
69
- 'page.eftpos-pay.text.surcharge.edit.actual.pay': string;
70
- 'page.eftpos-pay.text.surcharge.edit.inc.surcharge': string;
71
- 'page.eftpos-pay.text.surcharge.edit.rate': string;
72
- 'page.eftpos-pay.text.surcharge.edit.surcharge': string;
73
- 'page.eftpos-pay.text.transaction.end': string;
74
- 'page.eftpos-pay.text.transaction.user.declined.title': string;
75
- 'page.eftpos-pay.text.transaction.user.declined.text': string;
76
- 'page.eftpos-pay.text.transaction.user.config.title': string;
77
- 'page.eftpos-pay.text.transaction.user.config.text': string;
78
- 'page.eftpos-pay.text.transaction.back.declined.title': string;
79
- 'page.eftpos-pay.text.transaction.back.declined.text': string;
80
- 'page.eftpos-pay.text.transaction.fail': string;
81
- 'page.eftpos-pay.text.transaction.fail.timeout': string;
82
- 'page.eftpos-pay.text.transaction.pay.fail.timeout': string;
83
- 'page.eftpos-pay.text.transaction.fail.terminal.title': string;
84
- 'page.eftpos-pay.text.transaction.fail.terminal': string;
85
- 'page.eftpos-pay.text.transaction.fail.cancel.title': string;
86
- 'page.eftpos-pay.text.transaction.fail.cancel': string;
87
- 'page.eftpos-pay.text.transaction.fail.socket': string;
88
- 'page.eftpos-pay.text.transaction.eftpos.fail': string;
89
- 'page.eftpos-pay.text.transaction.eftpos.fail.title': string;
90
- 'page.eftpos-pay.text.transaction.eftpos.fail.power': string;
91
- 'page.eftpos-pay.text.transaction.eftpos.fail.device': string;
92
- 'page.eftpos-pay.text.transaction.eftpos.fail.network': string;
93
- 'page.eftpos-pay.text.transaction.eftpos.fail.if': (mode: string) => "If you have confirmed the payment status of this order, please click on Manual marking." | "If you have confirmed the refund status of this order, please click on Manual Marking.";
94
- 'page.eftpos-pay.text.transaction.eftpos.fail.other': string;
95
- 'page.eftpos-pay.text.application': string;
96
- 'page.eftpos-pay.text.approved': string;
97
- 'page.eftpos-pay.text.device.no.title': string;
98
- 'page.eftpos-pay.text.device.no.add': string;
99
- 'page.eftpos-pay.text.device.no.web': string;
100
- 'page.eftpos-pay.text.device.no.terminal': string;
101
- 'page.eftpos-pay.text.waiting.decline.signature': string;
102
- 'page.eftpos-pay.text.unknown.title': (mode: string) => string;
103
- 'page.eftpos-pay.text.unknown.text': (mode: string) => string;
104
- 'page.eftpos-pay.text.reconnecting': string;
105
- 'page.eftpos-pay.text.reconnect.network': string;
106
- 'page.eftpos-pay.text.network.disconnected': string;
107
- 'page.eftpos-pay.text.not.connected': string;
108
- 'page.eftpos-pay.text.tyro-btn': (key: string) => string;
109
- 'page.eftpos-pay.text.tyro': (key: string) => string;
110
- };
111
- 'zh-CN': {
112
- 'page.eftpos-pay.text.loading': (mode: string) => string;
113
- 'page.eftpos-pay.text.wait': (val: string, mode: string) => string;
114
- 'page.eftpos-pay.text.surcharge': string;
115
- 'page.eftpos-pay.text.card': string;
116
- 'page.eftpos-pay.text.account': string;
117
- 'page.eftpos-pay.text.pin': string;
118
- 'page.eftpos-pay.text.receipt': string;
119
- 'page.eftpos-pay.text.receipt.again.title': string;
120
- 'page.eftpos-pay.text.receipt.again.text': string;
121
- 'page.eftpos-pay.text.signature.title': string;
122
- 'page.eftpos-pay.text.signature.text': (mode: string) => "拒绝将导致支付失败,需重新支付。" | "拒绝将导致退款失败;需要重新退款";
123
- 'page.eftpos-pay.text.timedout.title': string;
124
- 'page.eftpos-pay.text.timedout.text': (mode: string) => "请您根据刷卡机上的支付状态,手动标记支付结果,以确保交易的准确性。" | "请根据显示在刷卡机上的退款状态,手动标记退款结果,以确保交易准确性。";
125
- 'page.eftpos-pay.text.request.title': (mode: string) => string;
126
- 'page.eftpos-pay.text.request.text': (mode: string) => "请您根据刷卡机上的支付状态,手动标记支付结果,以确保交易的准确性。" | "请根据显示在刷卡机上的退款状态,手动标记退款结果,以确保交易准确性。";
127
- 'page.eftpos-pay.text.request.unknown.title': (mode: string) => string;
128
- 'page.eftpos-pay.text.request.unknown.text': (mode: string) => "请您根据刷卡机上的支付状态,手动标记支付结果,以确保交易的准确性。" | "请您根据刷卡机上的退款状态,手动标记退款结果,以确保交易的准确性。";
129
- 'page.eftpos-pay.text.interrupted': string;
130
- 'page.eftpos-pay.text.reconnect': string;
131
- 'page.eftpos-pay.text.waiting.pay': (mode: string) => "如果您已经从EFTPOS确认了付款状态,您可以按手动标记按钮跳过。" | "如果您已确认了EFTPOS上的退款状态,您可以按下手动标记按钮跳过。";
132
- 'page.eftpos-pay.text.restored': string;
133
- 'page.eftpos-pay.text.disconnected': string;
134
- 'page.eftpos-pay.text.waiting.network': string;
135
- 'page.eftpos-pay.text.waiting.wifi.title': string;
136
- 'page.eftpos-pay.text.waiting.wifi.connection': string;
137
- 'page.eftpos-pay.text.waiting.wifi.router': string;
138
- 'page.eftpos-pay.text.waiting.wifi.forget.reconnect': string;
139
- 'page.eftpos-pay.text.accept': string;
140
- 'page.eftpos-pay.text.decline': string;
141
- 'page.eftpos-pay.text.manual.marking': string;
142
- 'page.eftpos-pay.text.manual.title': string;
143
- 'page.eftpos-pay.text.manual.subtitle': (money: string) => string;
144
- 'page.eftpos-pay.text.manual.confirm': string;
145
- 'page.eftpos-pay.text.manual.btn.confirm': (money: string) => string;
146
- 'page.eftpos-pay.text.manual.diff': string;
147
- 'page.eftpos-pay.text.manual.tip': string;
148
- 'page.eftpos-pay.text.manual.cancel': string;
149
- 'page.eftpos-pay.text.manual.print_receipt': string;
150
- 'page.eftpos-pay.text.modify.payment.info': (mode: string) => "修改支付信息" | "修改退款信息";
151
- 'page.eftpos-pay.text.successful': (mode: string) => string;
152
- 'page.eftpos-pay.text.failed': (mode: string) => string;
153
- 'page.eftpos-pay.text.confirm': string;
154
- 'page.eftpos-pay.text.confirm.decline': string;
155
- 'page.eftpos-pay.text.back': string;
156
- 'page.eftpos-pay.text.cancel': string;
157
- 'page.eftpos-pay.text.waiting.processing': string;
158
- 'page.eftpos-pay.text.waiting.signature': string;
159
- 'page.eftpos-pay.text.waiting.decline': string;
160
- 'page.eftpos-pay.text.processing': string;
161
- 'page.eftpos-pay.text.transaction.processing': string;
162
- 'page.eftpos-pay.text.retry': string;
163
- 'page.eftpos-pay.text.sure': string;
164
- 'page.eftpos-pay.text.device': string;
165
- 'page.eftpos-pay.text.leave': string;
166
- 'page.eftpos-pay.text.latest.success': string;
167
- 'page.eftpos-pay.text.latest.amount': string;
168
- 'page.eftpos-pay.text.latest.surcharge': string;
169
- 'page.eftpos-pay.text.latest.time': string;
170
- 'page.eftpos-pay.text.latest.confirm': string;
171
- 'page.eftpos-pay.text.amount.to.pay': string;
172
- 'page.eftpos-pay.text.surcharge.percentage': string;
173
- 'page.eftpos-pay.text.surcharge.fixed': string;
174
- 'page.eftpos-pay.text.surcharge.percentage-fixed': string;
175
- 'page.eftpos-pay.text.surcharge.edit.title': string;
176
- 'page.eftpos-pay.text.input.title': (name: string) => string;
177
- 'page.eftpos-pay.text.amount.cash.left.pay.paid': (money: string) => string;
178
- 'page.eftpos-pay.text.surcharge.edit.actual.pay': string;
179
- 'page.eftpos-pay.text.surcharge.edit.inc.surcharge': string;
180
- 'page.eftpos-pay.text.surcharge.edit.rate': string;
181
- 'page.eftpos-pay.text.surcharge.edit.surcharge': string;
182
- 'page.eftpos-pay.text.transaction.end': string;
183
- 'page.eftpos-pay.text.transaction.user.declined.title': string;
184
- 'page.eftpos-pay.text.transaction.user.declined.text': string;
185
- 'page.eftpos-pay.text.transaction.user.config.title': string;
186
- 'page.eftpos-pay.text.transaction.user.config.text': string;
187
- 'page.eftpos-pay.text.transaction.back.declined.title': string;
188
- 'page.eftpos-pay.text.transaction.back.declined.text': string;
189
- 'page.eftpos-pay.text.transaction.fail': string;
190
- 'page.eftpos-pay.text.transaction.fail.timeout': string;
191
- 'page.eftpos-pay.text.transaction.pay.fail.timeout': string;
192
- 'page.eftpos-pay.text.transaction.fail.terminal.title': string;
193
- 'page.eftpos-pay.text.transaction.fail.terminal': string;
194
- 'page.eftpos-pay.text.transaction.fail.cancel.title': string;
195
- 'page.eftpos-pay.text.transaction.fail.cancel': string;
196
- 'page.eftpos-pay.text.transaction.fail.socket': string;
197
- 'page.eftpos-pay.text.transaction.eftpos.fail': string;
198
- 'page.eftpos-pay.text.transaction.eftpos.fail.title': string;
199
- 'page.eftpos-pay.text.transaction.eftpos.fail.power': string;
200
- 'page.eftpos-pay.text.transaction.eftpos.fail.device': string;
201
- 'page.eftpos-pay.text.transaction.eftpos.fail.network': string;
202
- 'page.eftpos-pay.text.transaction.eftpos.fail.if': (mode: string) => "如果您已确认此交易的付款状态,请点击手动标记" | "如果您已确认此订单的退款状态,请点击手动标记。";
203
- 'page.eftpos-pay.text.transaction.eftpos.fail.other': string;
204
- 'page.eftpos-pay.text.application': string;
205
- 'page.eftpos-pay.text.approved': string;
206
- 'page.eftpos-pay.text.device.no.title': string;
207
- 'page.eftpos-pay.text.device.no.add': string;
208
- 'page.eftpos-pay.text.device.no.web': string;
209
- 'page.eftpos-pay.text.device.no.terminal': string;
210
- 'page.eftpos-pay.text.waiting.decline.signature': string;
211
- 'page.eftpos-pay.text.unknown.title': (mode: string) => string;
212
- 'page.eftpos-pay.text.unknown.text': (mode: string) => string;
213
- 'page.eftpos-pay.text.reconnecting': string;
214
- 'page.eftpos-pay.text.reconnect.network': string;
215
- 'page.eftpos-pay.text.network.disconnected': string;
216
- 'page.eftpos-pay.text.not.connected': string;
217
- 'page.eftpos-pay.text.tyro-btn': (key: string) => string;
218
- 'page.eftpos-pay.text.tyro': (key: string) => string | string[];
219
- };
220
- 'zh-HK': {
221
- 'page.eftpos-pay.text.loading': (mode: string) => string;
222
- 'page.eftpos-pay.text.wait': (val: string, mode: string) => string;
223
- 'page.eftpos-pay.text.surcharge': string;
224
- 'page.eftpos-pay.text.card': string;
225
- 'page.eftpos-pay.text.account': string;
226
- 'page.eftpos-pay.text.pin': string;
227
- 'page.eftpos-pay.text.receipt': string;
228
- 'page.eftpos-pay.text.receipt.again.title': string;
229
- 'page.eftpos-pay.text.receipt.again.text': string;
230
- 'page.eftpos-pay.text.signature.title': string;
231
- 'page.eftpos-pay.text.signature.text': (mode: string) => "拒絕將導致支付失敗,需重新支付。" | "拒絕將導致退款失敗;需要重新退款";
232
- 'page.eftpos-pay.text.timedout.title': string;
233
- 'page.eftpos-pay.text.timedout.text': (mode: string) => "請您根據刷卡機上的支付狀態,手動標記支付結果,以確保交易的準確性。" | "請根據顯示在刷卡機上的退款狀態,手動標記退款結果,以確保交易準確性。";
234
- 'page.eftpos-pay.text.request.title': (mode: string) => string;
235
- 'page.eftpos-pay.text.request.text': (mode: string) => "請您根據刷卡機上的支付狀態,手動標記支付結果,以確保交易的準確性。" | "請根據顯示在刷卡機上的退款狀態,手動標記退款結果,以確保交易準確性。";
236
- 'page.eftpos-pay.text.request.unknown.title': (mode: string) => string;
237
- 'page.eftpos-pay.text.request.unknown.text': (mode: string) => "請您根據刷卡機上的支付狀態,手動標記支付結果,以確保交易的準確性。" | "請您根據刷卡機上的退款狀態,手動標記退款結果,以確保交易的準確性。";
238
- 'page.eftpos-pay.text.interrupted': string;
239
- 'page.eftpos-pay.text.reconnect': string;
240
- 'page.eftpos-pay.text.waiting.pay': (mode: string) => "如果您已經從EFTPOS確認了付款狀態,您可以按手動標記按鈕跳過。" | "如果您已確認了EFTPOS上的退款狀態,您可以按下手動標記按鈕跳過。";
241
- 'page.eftpos-pay.text.restored': string;
242
- 'page.eftpos-pay.text.disconnected': string;
243
- 'page.eftpos-pay.text.waiting.network': string;
244
- 'page.eftpos-pay.text.waiting.wifi.title': string;
245
- 'page.eftpos-pay.text.waiting.wifi.connection': string;
246
- 'page.eftpos-pay.text.waiting.wifi.router': string;
247
- 'page.eftpos-pay.text.waiting.wifi.forget.reconnect': string;
248
- 'page.eftpos-pay.text.accept': string;
249
- 'page.eftpos-pay.text.decline': string;
250
- 'page.eftpos-pay.text.manual.marking': string;
251
- 'page.eftpos-pay.text.manual.title': string;
252
- 'page.eftpos-pay.text.manual.subtitle': (money: string) => string;
253
- 'page.eftpos-pay.text.manual.confirm': string;
254
- 'page.eftpos-pay.text.manual.btn.confirm': (money: string) => string;
255
- 'page.eftpos-pay.text.manual.diff': string;
256
- 'page.eftpos-pay.text.manual.tip': string;
257
- 'page.eftpos-pay.text.manual.cancel': string;
258
- 'page.eftpos-pay.text.manual.print_receipt': string;
259
- 'page.eftpos-pay.text.modify.payment.info': (mode: string) => "修改支付信息" | "修改退款信息";
260
- 'page.eftpos-pay.text.successful': (mode: string) => string;
261
- 'page.eftpos-pay.text.failed': (mode: string) => string;
262
- 'page.eftpos-pay.text.confirm': string;
263
- 'page.eftpos-pay.text.confirm.decline': string;
264
- 'page.eftpos-pay.text.back': string;
265
- 'page.eftpos-pay.text.cancel': string;
266
- 'page.eftpos-pay.text.waiting.processing': string;
267
- 'page.eftpos-pay.text.waiting.signature': string;
268
- 'page.eftpos-pay.text.waiting.decline': string;
269
- 'page.eftpos-pay.text.processing': string;
270
- 'page.eftpos-pay.text.transaction.processing': string;
271
- 'page.eftpos-pay.text.retry': string;
272
- 'page.eftpos-pay.text.sure': string;
273
- 'page.eftpos-pay.text.device': string;
274
- 'page.eftpos-pay.text.leave': string;
275
- 'page.eftpos-pay.text.latest.success': string;
276
- 'page.eftpos-pay.text.latest.amount': string;
277
- 'page.eftpos-pay.text.latest.surcharge': string;
278
- 'page.eftpos-pay.text.latest.time': string;
279
- 'page.eftpos-pay.text.latest.confirm': string;
280
- 'page.eftpos-pay.text.amount.to.pay': string;
281
- 'page.eftpos-pay.text.surcharge.percentage': string;
282
- 'page.eftpos-pay.text.surcharge.fixed': string;
283
- 'page.eftpos-pay.text.surcharge.percentage-fixed': string;
284
- 'page.eftpos-pay.text.surcharge.edit.title': string;
285
- 'page.eftpos-pay.text.input.title': (name: string) => string;
286
- 'page.eftpos-pay.text.amount.cash.left.pay.paid': (money: string) => string;
287
- 'page.eftpos-pay.text.surcharge.edit.actual.pay': string;
288
- 'page.eftpos-pay.text.surcharge.edit.inc.surcharge': string;
289
- 'page.eftpos-pay.text.surcharge.edit.rate': string;
290
- 'page.eftpos-pay.text.surcharge.edit.surcharge': string;
291
- 'page.eftpos-pay.text.transaction.end': string;
292
- 'page.eftpos-pay.text.transaction.user.declined.title': string;
293
- 'page.eftpos-pay.text.transaction.user.declined.text': string;
294
- 'page.eftpos-pay.text.transaction.user.config.title': string;
295
- 'page.eftpos-pay.text.transaction.user.config.text': string;
296
- 'page.eftpos-pay.text.transaction.back.declined.title': string;
297
- 'page.eftpos-pay.text.transaction.back.declined.text': string;
298
- 'page.eftpos-pay.text.transaction.fail': string;
299
- 'page.eftpos-pay.text.transaction.fail.timeout': string;
300
- 'page.eftpos-pay.text.transaction.pay.fail.timeout': string;
301
- 'page.eftpos-pay.text.transaction.fail.terminal.title': string;
302
- 'page.eftpos-pay.text.transaction.fail.terminal': string;
303
- 'page.eftpos-pay.text.transaction.fail.cancel.title': string;
304
- 'page.eftpos-pay.text.transaction.fail.cancel': string;
305
- 'page.eftpos-pay.text.transaction.fail.socket': string;
306
- 'page.eftpos-pay.text.transaction.eftpos.fail': string;
307
- 'page.eftpos-pay.text.transaction.eftpos.fail.title': string;
308
- 'page.eftpos-pay.text.transaction.eftpos.fail.power': string;
309
- 'page.eftpos-pay.text.transaction.eftpos.fail.device': string;
310
- 'page.eftpos-pay.text.transaction.eftpos.fail.network': string;
311
- 'page.eftpos-pay.text.transaction.eftpos.fail.if': (mode: string) => "如果您已確認此交易的付款狀態,請點擊手動標記" | "如果您已確認此訂單的退款狀態,請點擊手動標記。";
312
- 'page.eftpos-pay.text.transaction.eftpos.fail.other': string;
313
- 'page.eftpos-pay.text.application': string;
314
- 'page.eftpos-pay.text.approved': string;
315
- 'page.eftpos-pay.text.device.no.title': string;
316
- 'page.eftpos-pay.text.device.no.add': string;
317
- 'page.eftpos-pay.text.device.no.web': string;
318
- 'page.eftpos-pay.text.device.no.terminal': string;
319
- 'page.eftpos-pay.text.waiting.decline.signature': string;
320
- 'page.eftpos-pay.text.unknown.title': (mode: string) => string;
321
- 'page.eftpos-pay.text.unknown.text': (mode: string) => string;
322
- 'page.eftpos-pay.text.reconnecting': string;
323
- 'page.eftpos-pay.text.reconnect.network': string;
324
- 'page.eftpos-pay.text.network.disconnected': string;
325
- 'page.eftpos-pay.text.not.connected': string;
326
- 'page.eftpos-pay.text.tyro-btn': (key: string) => string;
327
- 'page.eftpos-pay.text.tyro': (key: string) => string | string[];
328
- };
329
- };
330
- export default _default;
@@ -1,20 +0,0 @@
1
- import { PayProps } from './const';
2
- import './index.less';
3
- /**
4
- * @title: 支付组件
5
- * @description:
6
- * @Author: hongbing.wang
7
- * @Date: 2024-08-20 14:59
8
- */
9
- declare const Pay: ({ api, onChange: onChangeStatus, className, terminal, net, isMobile, tyroUrl, tyroVersion, formatAmount, client, }: PayProps & {
10
- terminal: {
11
- network: boolean;
12
- };
13
- net: boolean;
14
- isMobile: boolean;
15
- tyroUrl?: string | undefined;
16
- tyroVersion?: string | undefined;
17
- formatAmount(amount: number | string, precision: number, symbol: string): string;
18
- client: string;
19
- }) => JSX.Element;
20
- export default Pay;
@@ -1,12 +0,0 @@
1
- import { StatusEnum } from '../const';
2
- export declare const POS: ({ api, onChange, }: {
3
- api: {
4
- [key: string]: (...agrn: unknown[]) => Promise<unknown>;
5
- };
6
- onChange: (status: `${StatusEnum.Success}` | `${StatusEnum.Fail}`, params?: {
7
- [keys: string]: unknown;
8
- } | undefined) => void;
9
- }) => JSX.Element;
10
- export declare const Action: ({ onChange }: {
11
- onChange: any;
12
- }) => JSX.Element;
@@ -1,66 +0,0 @@
1
- interface RunApiParams {
2
- [key: string]: any;
3
- }
4
- export declare enum ActionType {
5
- Pay = "pay",
6
- Refund = "refund",
7
- Query = "query"
8
- }
9
- interface UsePaymentOptions {
10
- /**
11
- * 支付接口
12
- */
13
- payApi: (params: RunApiParams, options?: {
14
- signal?: AbortSignal;
15
- }) => Promise<any>;
16
- /**
17
- * 退款接口
18
- */
19
- refundApi?: (params: RunApiParams, options?: {
20
- signal?: AbortSignal;
21
- }) => Promise<any>;
22
- /**
23
- * 查询接口
24
- */
25
- checkApi: (params: {
26
- number: string;
27
- }, options?: {
28
- signal?: AbortSignal;
29
- }) => Promise<any>;
30
- /**
31
- * 检查是否应该继续处理结果(用于处理网络断开、组件卸载等情况)
32
- */
33
- shouldContinue?: () => boolean;
34
- }
35
- interface RunParams {
36
- /** 支付类型 */
37
- paymentType: ActionType;
38
- /** 支付交易号 */
39
- paymentNum: string;
40
- /** 订单ID */
41
- orderId?: string | number;
42
- /** 设备ID */
43
- deviceId?: string | number;
44
- /** 支付参数 */
45
- params: RunApiParams;
46
- /** 回调方法 */
47
- callbacks: RunCallbacks;
48
- }
49
- interface RunCallbacks {
50
- /**
51
- * 成功回调
52
- */
53
- onSuccess: (res: any) => void;
54
- /**
55
- * 失败回调
56
- */
57
- onError: (error: any) => void;
58
- }
59
- export declare const usePayment: (options: UsePaymentOptions) => {
60
- run: (options: RunParams) => Promise<void>;
61
- stop: () => void;
62
- clean: (params?: {
63
- clearCallbacks?: boolean;
64
- }) => void;
65
- };
66
- export {};
@@ -1,16 +0,0 @@
1
- export declare const getDeviceList: (params?: any, config?: any) => Promise<any>;
2
- export declare const getEftposList: (params?: any, config?: any) => Promise<any>;
3
- export declare const updateEftpos: (params: any, config?: any) => Promise<any>;
4
- export declare const deviceDefault: (params: any, config?: any) => Promise<any>;
5
- export declare const deleteDevice: (params: any, config?: any) => Promise<any>;
6
- export declare const addDevice: (params: any, config?: any) => Promise<any>;
7
- export declare const editDevice: (params: any, config?: any) => Promise<any>;
8
- export declare const verifyData: (params: any, config?: any) => Promise<any>;
9
- export declare const getTransaction: (params: any, config?: any) => Promise<any>;
10
- export declare const payButton: (params: any, config?: any) => Promise<any>;
11
- export declare const payData: (params: any, config?: any) => Promise<any>;
12
- export declare const refundData: (params: any, config?: any) => Promise<any>;
13
- export declare const addTransaction: (params: any, config?: any) => Promise<any>;
14
- export declare const editTransaction: (id: any, params: any, config?: any) => Promise<any>;
15
- export declare const linklyPayQuery: (params: any, config?: any) => Promise<any>;
16
- export declare const linklyRefundQuery: (params: any, config?: any) => Promise<any>;
@@ -1,9 +0,0 @@
1
- import React from 'react';
2
- declare const _default: ({ api, onChange, children, url, version, }: {
3
- api: any;
4
- onChange: any;
5
- children?: React.ReactNode;
6
- url?: string | undefined;
7
- version?: string | undefined;
8
- }) => JSX.Element;
9
- export default _default;
@@ -1,110 +0,0 @@
1
- export interface LogEntry {
2
- /** 日志标题 */
3
- title: string;
4
- /** 日志内容 */
5
- content?: any;
6
- /** 支付时间(精确到毫秒) */
7
- time: string;
8
- }
9
- interface PaymentLogRecord {
10
- /** 交易记录号 */
11
- number: string;
12
- /** 订单ID */
13
- orderId?: string | number;
14
- /** 设备ID */
15
- deviceId?: string | number;
16
- /** 支付类型 */
17
- paymentType?: string;
18
- /** 创建时间 */
19
- createdAt: string;
20
- /** 日志条目列表 */
21
- logs: LogEntry[];
22
- }
23
- declare class PaymentLogInstance {
24
- private static instance;
25
- /** 当前交易记录号 */
26
- private currentNumber;
27
- /** 当前日志记录 */
28
- private currentRecord;
29
- private constructor();
30
- /**
31
- * 获取单例实例
32
- */
33
- static getInstance(): PaymentLogInstance;
34
- /**
35
- * 初始化支付日志
36
- * @param number 交易记录号
37
- * @param options 初始化选项
38
- */
39
- init(number: string, options?: {
40
- orderId?: string | number;
41
- deviceId?: string | number;
42
- paymentType?: string;
43
- [key: string]: any;
44
- }): void;
45
- /**
46
- * 添加日志条目
47
- * @param title 日志标题
48
- * @param content 日志内容
49
- */
50
- addLog(params: {
51
- title: string;
52
- content?: any;
53
- }): void;
54
- /**
55
- * 构建日志内容
56
- * @param record 日志记录
57
- * @returns 格式化的日志内容数组
58
- */
59
- private buildLogContent;
60
- /**
61
- * 发送单条日志记录到飞书
62
- * @param record 日志记录
63
- * @param isRestore 是否是恢复上传
64
- */
65
- private sendLogRecord;
66
- /**
67
- * 发送日志到飞书
68
- * @param title 日志标题(可选,仅在需要自定义标题时使用)
69
- */
70
- sendLogs(title?: string): void;
71
- /**
72
- * 清除当前日志
73
- * @param shouldSend 清除前是否发送到飞书,默认为 true
74
- */
75
- clearLogs(shouldSend?: boolean): void;
76
- /**
77
- * 检查并上传旧日志
78
- */
79
- private checkAndUploadOldLogs;
80
- /**
81
- * 获取所有支付日志对象
82
- */
83
- private getAllLogsObject;
84
- /**
85
- * 保存所有支付日志对象
86
- */
87
- private saveAllLogsObject;
88
- /**
89
- * 保存到 localStorage
90
- */
91
- private saveToLocalStorage;
92
- /**
93
- * 从 localStorage 中删除
94
- */
95
- private removeFromLocalStorage;
96
- /**
97
- * 获取所有旧日志
98
- */
99
- private getOldLogsFromLocalStorage;
100
- /**
101
- * 获取当前日志记录(用于调试)
102
- */
103
- getCurrentRecord(): PaymentLogRecord | null;
104
- /**
105
- * 获取当前交易号(用于调试)
106
- */
107
- getCurrentNumber(): string | null;
108
- }
109
- declare const paymentLog: PaymentLogInstance;
110
- export default paymentLog;
@@ -1,23 +0,0 @@
1
- import React from 'react';
2
- import { PayStatus } from '../const';
3
- import XhrTimer from './timer';
4
- /**
5
- * @title: windcave 支付,退款,查询 错误逻辑处理
6
- * @description: 动态步骤页 异常前往 FailCustom 页面
7
- * @return null
8
- * @Author: hongbing.wang
9
- * @Date: 2024-08-12 10:29
10
- */
11
- export declare const useFail: () => (res: {
12
- code?: `${PayStatus}`;
13
- }, isMark?: boolean) => void;
14
- /**
15
- * @title: 轮询 check 接口
16
- * @description: 轮询 终止条件 1.超时 , 2. 返回非200状态码 , 3. 外部关闭
17
- * @return [run, XhrTimer] run: 启动函数 , XhrTimer 轮询类
18
- * @Author: hongbing.wang
19
- * @Date: 2024-08-12 10:30
20
- */
21
- export declare const useValidate: (check: (...agrn: unknown[]) => Promise<unknown>, num: number, onChange: (params: {
22
- [key: string]: unknown;
23
- }) => unknown) => readonly [(timeout?: number) => void, React.MutableRefObject<((res: any, isRun?: boolean) => unknown) | undefined>, React.MutableRefObject<XhrTimer | undefined>];
@@ -1,3 +0,0 @@
1
- import './index.less';
2
- declare const Layout: () => JSX.Element;
3
- export default Layout;
@@ -1,3 +0,0 @@
1
- import './index.less';
2
- declare const Information: () => JSX.Element;
3
- export default Information;
@@ -1,11 +0,0 @@
1
- import './index.less';
2
- declare type CallToBookProps = {
3
- show: boolean;
4
- type: string;
5
- shop: any;
6
- };
7
- export declare const defaultBookingConfig: {
8
- booking_mode_after_cut_off: string;
9
- };
10
- declare const CallToBook: (props: CallToBookProps) => JSX.Element | null;
11
- export default CallToBook;
@@ -1,24 +0,0 @@
1
- import Login from './login';
2
- import BookingInfo from './booking/info/index';
3
- import Booking from './booking';
4
- import BookingNotes from './booking/notes';
5
- import BookingAddons from './booking/addons';
6
- import BookingForms from './booking/forms';
7
- import Schedules from './schedules';
8
- import ProductExtension from './productExtension';
9
- import RuleSetting from './ruleSetting';
10
- import TaxSelect from './taxSelect';
11
- import ToCPay from './pay/toC';
12
- import WalletList from './walletList';
13
- import Wallet from './wallet';
14
- import WorkspaceListDetail from './workSpaceListDetail/';
15
- import WorkspaceList from './workSpaceList';
16
- import PisellSelectCustomerModal from './pisellSelectCustomerModal';
17
- import SubTotal from './subTotal';
18
- import EditBookingModal from './booking/editBookingModal';
19
- import StepController from './stepController';
20
- import PinModal from './pinModal';
21
- import PinVerifyModal from './pinVerifyModal';
22
- import { OAuthConfig, SaaSAdminAuth, OrgAdminAuth, CustomerAuth, CustomerOAuthConfig, DeviceAuth, POSOperatorAuth, OnlineShopAuth, SaaSManagermentAuth } from './authentication/admin';
23
- import Registry from './systemSettings/registry';
24
- export { Login, BookingInfo, Booking, BookingNotes, BookingAddons, BookingForms, Schedules, ProductExtension, RuleSetting, TaxSelect, ToCPay, PisellSelectCustomerModal, Wallet, WalletList, WorkspaceList, WorkspaceListDetail, SubTotal, EditBookingModal, StepController, PinModal, PinVerifyModal, OAuthConfig, SaaSAdminAuth, OrgAdminAuth, CustomerAuth, CustomerOAuthConfig, DeviceAuth, POSOperatorAuth, OnlineShopAuth, SaaSManagermentAuth, Registry, };