@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,270 +0,0 @@
1
- declare const _default: {
2
- en: {
3
- 'wallet-pass-gallery.rechargeableCard': string;
4
- 'wallet-pass-gallery.voucher': string;
5
- 'wallet-pass-gallery.pointCard': string;
6
- 'wallet-pass-gallery.discountCard': string;
7
- 'wallet-pass-gallery.unavailable': string;
8
- 'wallet-pass-gallery.available': string;
9
- 'wallet-pass-gallery.confirm': string;
10
- 'wallet-pass-gallery.addModalTitle': string;
11
- 'wallet-pass-gallery.searchDescribe': string;
12
- 'wallet-pass-gallery.scanBarQrCode': string;
13
- 'wallet-pass-gallery.enterCodes': string;
14
- 'wallet-pass-gallery.add': string;
15
- 'wallet-pass-gallery.rechargeOptions': string;
16
- 'wallet-pass-gallery.recharge': string;
17
- 'wallet-pass-gallery.wallet': string;
18
- 'wallet-pass-gallery.details': string;
19
- 'wallet-pass-gallery.goodPass.usedCredit': (credit: number) => string;
20
- 'wallet-pass-gallery.cardBalance': string;
21
- 'wallet-pass-gallery.voucherBalance': string;
22
- 'wallet-pass-gallery.points': string;
23
- 'wallet-pass-gallery.goodPass': string;
24
- 'wallet-pass-gallery.cardName': string;
25
- 'wallet-pass-gallery.carNumber': string;
26
- 'wallet-pass-gallery.balance': string;
27
- 'wallet-pass-gallery.discount': string;
28
- 'wallet-pass-gallery.validDate': string;
29
- 'wallet-pass-gallery.addSuccess': string;
30
- 'wallet-pass-gallery.addError': string;
31
- 'wallet-pass-gallery.searchNoFound': string;
32
- 'wallet-pass-gallery.log.updateCurrentDetail': string;
33
- 'wallet-pass-gallery.log.getDetailFailed': string;
34
- 'wallet-pass-gallery.log.rechargeOrderFailed': string;
35
- 'wallet-pass-gallery.log.getWalletListFailed': string;
36
- 'wallet-pass-gallery.log.bindCustomerFailed': string;
37
- 'wallet-pass-gallery.log.getUnbindListFailed': string;
38
- 'wallet-pass-gallery.log.orderFailed': string;
39
- 'wallet-pass-gallery.log.unexpectedResponseFormat': string;
40
- 'wallet-pass-gallery.button.add': string;
41
- 'wallet-pass-gallery.button.addToAppleWallet': string;
42
- 'wallet-pass-gallery.button.addToGoogleWallet': string;
43
- 'wallet-pass-gallery.button.recharge': string;
44
- 'wallet-pass-gallery.error.addFailed': string;
45
- 'wallet-pass-gallery.copyTitle': string;
46
- 'wallet-pass-gallery.copyButton': string;
47
- 'wallet-pass-gallery.copySuccess': string;
48
- 'wallet-pass-gallery.detail': string;
49
- 'wallet-pass-gallery.activelog': string;
50
- 'wallet-pass-gallery.copyText': string;
51
- 'wallet-pass-gallery.spendingDetails': string;
52
- 'wallet-pass-gallery.rechargeDetails': string;
53
- 'wallet-pass-gallery.date': string;
54
- 'wallet-pass-gallery.spending': string;
55
- 'wallet-pass-gallery.pointsEarned': string;
56
- 'wallet-pass-gallery.pointsRedeemed': string;
57
- 'wallet-pass-gallery.refund': string;
58
- 'wallet-pass-gallery.expire': string;
59
- 'wallet-pass-gallery.viewOrder': string;
60
- 'wallet-pass-gallery.done': string;
61
- 'wallet-pass-gallery.addIos': string;
62
- 'wallet-pass-gallery.addGoogle': string;
63
- 'wallet-pass-gallery.viewDetails': string;
64
- 'wallet-pass-gallery.expireDate': string;
65
- 'wallet-pass-gallery.urlEmpty': string;
66
- 'wallet-pass-gallery.notIOS': string;
67
- 'wallet-pass-gallery.useAppleInstead': string;
68
- 'wallet-pass-gallery.openedInBrowser': string;
69
- 'wallet-pass-gallery.openFailed': string;
70
- 'wallet-pass-gallery.loading': string;
71
- 'wallet-pass-gallery.usageRules': string;
72
- 'wallet-pass-gallery.usageRulesSubtitle': string;
73
- 'wallet-pass-gallery.timeUsageLimits': string;
74
- 'wallet-pass-gallery.totalQuantityControl': string;
75
- 'wallet-pass-gallery.dailyLimit': string;
76
- 'wallet-pass-gallery.weeklyLimit': string;
77
- 'wallet-pass-gallery.monthlyLimit': string;
78
- 'wallet-pass-gallery.personalLimit': string;
79
- 'wallet-pass-gallery.dailyLimitDesc': string;
80
- 'wallet-pass-gallery.weeklyLimitDesc': string;
81
- 'wallet-pass-gallery.monthlyLimitDesc': string;
82
- 'wallet-pass-gallery.monthlyLimitUnlimited': string;
83
- 'wallet-pass-gallery.personalLimitDesc': string;
84
- 'wallet-pass-gallery.dailyReset': string;
85
- 'wallet-pass-gallery.weeklyReset': string;
86
- 'wallet-pass-gallery.monthlyReset': string;
87
- 'wallet-pass-gallery.voucherExpireNote': string;
88
- 'wallet-pass-gallery.viewMore': string;
89
- 'wallet-pass-gallery.allLoaded': string;
90
- };
91
- 'zh-CN': {
92
- 'wallet-pass-gallery.rechargeableCard': string;
93
- 'wallet-pass-gallery.voucher': string;
94
- 'wallet-pass-gallery.pointCard': string;
95
- 'wallet-pass-gallery.discountCard': string;
96
- 'wallet-pass-gallery.unavailable': string;
97
- 'wallet-pass-gallery.available': string;
98
- 'wallet-pass-gallery.confirm': string;
99
- 'wallet-pass-gallery.addModalTitle': string;
100
- 'wallet-pass-gallery.searchDescribe': string;
101
- 'wallet-pass-gallery.scanBarQrCode': string;
102
- 'wallet-pass-gallery.enterCodes': string;
103
- 'wallet-pass-gallery.add': string;
104
- 'wallet-pass-gallery.rechargeOptions': string;
105
- 'wallet-pass-gallery.recharge': string;
106
- 'wallet-pass-gallery.wallet': string;
107
- 'wallet-pass-gallery.details': string;
108
- 'wallet-pass-gallery.goodPass.usedCredit': (credit: number) => string;
109
- 'wallet-pass-gallery.cardBalance': string;
110
- 'wallet-pass-gallery.voucherBalance': string;
111
- 'wallet-pass-gallery.points': string;
112
- 'wallet-pass-gallery.goodPass': string;
113
- 'wallet-pass-gallery.cardName': string;
114
- 'wallet-pass-gallery.carNumber': string;
115
- 'wallet-pass-gallery.balance': string;
116
- 'wallet-pass-gallery.discount': string;
117
- 'wallet-pass-gallery.validDate': string;
118
- 'wallet-pass-gallery.addSuccess': string;
119
- 'wallet-pass-gallery.addError': string;
120
- 'wallet-pass-gallery.searchNoFound': string;
121
- 'wallet-pass-gallery.log.updateCurrentDetail': string;
122
- 'wallet-pass-gallery.log.getDetailFailed': string;
123
- 'wallet-pass-gallery.log.rechargeOrderFailed': string;
124
- 'wallet-pass-gallery.log.getWalletListFailed': string;
125
- 'wallet-pass-gallery.log.bindCustomerFailed': string;
126
- 'wallet-pass-gallery.log.getUnbindListFailed': string;
127
- 'wallet-pass-gallery.log.orderFailed': string;
128
- 'wallet-pass-gallery.log.unexpectedResponseFormat': string;
129
- 'wallet-pass-gallery.button.add': string;
130
- 'wallet-pass-gallery.button.addToAppleWallet': string;
131
- 'wallet-pass-gallery.button.addToGoogleWallet': string;
132
- 'wallet-pass-gallery.button.recharge': string;
133
- 'wallet-pass-gallery.error.addFailed': string;
134
- 'wallet-pass-gallery.copyTitle': string;
135
- 'wallet-pass-gallery.copyButton': string;
136
- 'wallet-pass-gallery.copySuccess': string;
137
- 'wallet-pass-gallery.detail': string;
138
- 'wallet-pass-gallery.activelog': string;
139
- 'wallet-pass-gallery.copyText': string;
140
- 'wallet-pass-gallery.spendingDetails': string;
141
- 'wallet-pass-gallery.rechargeDetails': string;
142
- 'wallet-pass-gallery.date': string;
143
- 'wallet-pass-gallery.spending': string;
144
- 'wallet-pass-gallery.pointsEarned': string;
145
- 'wallet-pass-gallery.pointsRedeemed': string;
146
- 'wallet-pass-gallery.refund': string;
147
- 'wallet-pass-gallery.expire': string;
148
- 'wallet-pass-gallery.viewOrder': string;
149
- 'wallet-pass-gallery.done': string;
150
- 'wallet-pass-gallery.addIos': string;
151
- 'wallet-pass-gallery.addGoogle': string;
152
- 'wallet-pass-gallery.viewDetails': string;
153
- 'wallet-pass-gallery.expireDate': string;
154
- 'wallet-pass-gallery.urlEmpty': string;
155
- 'wallet-pass-gallery.notIOS': string;
156
- 'wallet-pass-gallery.useAppleInstead': string;
157
- 'wallet-pass-gallery.openedInBrowser': string;
158
- 'wallet-pass-gallery.openFailed': string;
159
- 'wallet-pass-gallery.loading': string;
160
- 'wallet-pass-gallery.usageRules': string;
161
- 'wallet-pass-gallery.usageRulesSubtitle': string;
162
- 'wallet-pass-gallery.timeUsageLimits': string;
163
- 'wallet-pass-gallery.totalQuantityControl': string;
164
- 'wallet-pass-gallery.dailyLimit': string;
165
- 'wallet-pass-gallery.weeklyLimit': string;
166
- 'wallet-pass-gallery.monthlyLimit': string;
167
- 'wallet-pass-gallery.personalLimit': string;
168
- 'wallet-pass-gallery.dailyLimitDesc': string;
169
- 'wallet-pass-gallery.weeklyLimitDesc': string;
170
- 'wallet-pass-gallery.monthlyLimitDesc': string;
171
- 'wallet-pass-gallery.monthlyLimitUnlimited': string;
172
- 'wallet-pass-gallery.personalLimitDesc': string;
173
- 'wallet-pass-gallery.dailyReset': string;
174
- 'wallet-pass-gallery.weeklyReset': string;
175
- 'wallet-pass-gallery.monthlyReset': string;
176
- 'wallet-pass-gallery.voucherExpireNote': string;
177
- 'wallet-pass-gallery.viewMore': string;
178
- 'wallet-pass-gallery.allLoaded': string;
179
- };
180
- 'zh-HK': {
181
- 'wallet-pass-gallery.rechargeableCard': string;
182
- 'wallet-pass-gallery.voucher': string;
183
- 'wallet-pass-gallery.pointCard': string;
184
- 'wallet-pass-gallery.discountCard': string;
185
- 'wallet-pass-gallery.unavailable': string;
186
- 'wallet-pass-gallery.available': string;
187
- 'wallet-pass-gallery.confirm': string;
188
- 'wallet-pass-gallery.addModalTitle': string;
189
- 'wallet-pass-gallery.searchDescribe': string;
190
- 'wallet-pass-gallery.scanBarQrCode': string;
191
- 'wallet-pass-gallery.enterCodes': string;
192
- 'wallet-pass-gallery.add': string;
193
- 'wallet-pass-gallery.rechargeOptions': string;
194
- 'wallet-pass-gallery.recharge': string;
195
- 'wallet-pass-gallery.wallet': string;
196
- 'wallet-pass-gallery.details': string;
197
- 'wallet-pass-gallery.goodPass.usedCredit': (credit: number) => string;
198
- 'wallet-pass-gallery.cardBalance': string;
199
- 'wallet-pass-gallery.voucherBalance': string;
200
- 'wallet-pass-gallery.points': string;
201
- 'wallet-pass-gallery.goodPass': string;
202
- 'wallet-pass-gallery.cardName': string;
203
- 'wallet-pass-gallery.carNumber': string;
204
- 'wallet-pass-gallery.balance': string;
205
- 'wallet-pass-gallery.discount': string;
206
- 'wallet-pass-gallery.validDate': string;
207
- 'wallet-pass-gallery.addSuccess': string;
208
- 'wallet-pass-gallery.addError': string;
209
- 'wallet-pass-gallery.searchNoFound': string;
210
- 'wallet-pass-gallery.log.updateCurrentDetail': string;
211
- 'wallet-pass-gallery.log.getDetailFailed': string;
212
- 'wallet-pass-gallery.log.rechargeOrderFailed': string;
213
- 'wallet-pass-gallery.log.getWalletListFailed': string;
214
- 'wallet-pass-gallery.log.bindCustomerFailed': string;
215
- 'wallet-pass-gallery.log.getUnbindListFailed': string;
216
- 'wallet-pass-gallery.log.orderFailed': string;
217
- 'wallet-pass-gallery.log.unexpectedResponseFormat': string;
218
- 'wallet-pass-gallery.button.add': string;
219
- 'wallet-pass-gallery.button.addToAppleWallet': string;
220
- 'wallet-pass-gallery.button.addToGoogleWallet': string;
221
- 'wallet-pass-gallery.button.recharge': string;
222
- 'wallet-pass-gallery.error.addFailed': string;
223
- 'wallet-pass-gallery.copyTitle': string;
224
- 'wallet-pass-gallery.copyButton': string;
225
- 'wallet-pass-gallery.copySuccess': string;
226
- 'wallet-pass-gallery.detail': string;
227
- 'wallet-pass-gallery.activelog': string;
228
- 'wallet-pass-gallery.copyText': string;
229
- 'wallet-pass-gallery.spendingDetails': string;
230
- 'wallet-pass-gallery.rechargeDetails': string;
231
- 'wallet-pass-gallery.date': string;
232
- 'wallet-pass-gallery.spending': string;
233
- 'wallet-pass-gallery.pointsEarned': string;
234
- 'wallet-pass-gallery.pointsRedeemed': string;
235
- 'wallet-pass-gallery.refund': string;
236
- 'wallet-pass-gallery.expire': string;
237
- 'wallet-pass-gallery.viewOrder': string;
238
- 'wallet-pass-gallery.done': string;
239
- 'wallet-pass-gallery.addIos': string;
240
- 'wallet-pass-gallery.addGoogle': string;
241
- 'wallet-pass-gallery.viewDetails': string;
242
- 'wallet-pass-gallery.expireDate': string;
243
- 'wallet-pass-gallery.urlEmpty': string;
244
- 'wallet-pass-gallery.notIOS': string;
245
- 'wallet-pass-gallery.useAppleInstead': string;
246
- 'wallet-pass-gallery.openedInBrowser': string;
247
- 'wallet-pass-gallery.openFailed': string;
248
- 'wallet-pass-gallery.loading': string;
249
- 'wallet-pass-gallery.usageRules': string;
250
- 'wallet-pass-gallery.usageRulesSubtitle': string;
251
- 'wallet-pass-gallery.timeUsageLimits': string;
252
- 'wallet-pass-gallery.totalQuantityControl': string;
253
- 'wallet-pass-gallery.dailyLimit': string;
254
- 'wallet-pass-gallery.weeklyLimit': string;
255
- 'wallet-pass-gallery.monthlyLimit': string;
256
- 'wallet-pass-gallery.personalLimit': string;
257
- 'wallet-pass-gallery.dailyLimitDesc': string;
258
- 'wallet-pass-gallery.weeklyLimitDesc': string;
259
- 'wallet-pass-gallery.monthlyLimitDesc': string;
260
- 'wallet-pass-gallery.monthlyLimitUnlimited': string;
261
- 'wallet-pass-gallery.personalLimitDesc': string;
262
- 'wallet-pass-gallery.dailyReset': string;
263
- 'wallet-pass-gallery.weeklyReset': string;
264
- 'wallet-pass-gallery.monthlyReset': string;
265
- 'wallet-pass-gallery.voucherExpireNote': string;
266
- 'wallet-pass-gallery.viewMore': string;
267
- 'wallet-pass-gallery.allLoaded': string;
268
- };
269
- };
270
- export default _default;
@@ -1,221 +0,0 @@
1
- /**
2
- * 钱包列表查询参数接口
3
- */
4
- export interface IWalletListParmsProps {
5
- tags?: string[];
6
- sales_status?: 1 | 0 | -1;
7
- machine_search?: string;
8
- createdDate?: string;
9
- limit_status?: string;
10
- relation_id?: string;
11
- relation_type?: string;
12
- customer_id?: number;
13
- sort?: 'desc' | 'asc';
14
- order_by?: string;
15
- used_status?: string;
16
- num?: number;
17
- skip?: number;
18
- filter_wallet_id?: string;
19
- available: 0 | 1;
20
- with?: string[];
21
- }
22
- /**
23
- * 钱包列表项属性接口
24
- */
25
- export interface IWalletListItemProps {
26
- id?: number | string;
27
- encoded?: string;
28
- code?: string;
29
- limit_status?: string;
30
- customer_id?: number;
31
- generate_method?: 'not_settable' | 'before_order' | 'after_order';
32
- created_at?: string;
33
- product_id?: number;
34
- sales_status?: 1 | 0;
35
- tag?: string;
36
- status?: string;
37
- redeemed_at?: string;
38
- collection_time?: string;
39
- order_id?: number;
40
- par_value?: string;
41
- write_status?: number;
42
- expire_date?: string;
43
- balance?: string;
44
- extension_id?: string;
45
- product_title?: string;
46
- product_cover?: string;
47
- product?: IProductProps;
48
- unified_available_status?: 0 | 1;
49
- unified_error_code?: number;
50
- shop: IShop;
51
- unified_messages: any;
52
- machinecode_config?: {
53
- hide_recharge?: number;
54
- };
55
- }
56
- /**
57
- * 商店信息接口
58
- */
59
- export interface IShop {
60
- name: string;
61
- id: number;
62
- }
63
- /**
64
- * 商品属性接口
65
- */
66
- export interface IProductProps {
67
- id?: number;
68
- title?: string;
69
- description?: string;
70
- }
71
- /**
72
- * API响应接口
73
- */
74
- export interface ApiResponse<T> {
75
- data: T;
76
- code?: number;
77
- message?: string;
78
- }
79
- /**
80
- * 错误处理函数类型
81
- */
82
- export declare type ErrorCallback = () => void;
83
- /**
84
- * 获取钱包列表
85
- * @param params 查询参数
86
- * @returns Promise<{list: IWalletListItemProps[], count: number}> 钱包列表和总数
87
- * @throws 请求失败时抛出错误
88
- */
89
- export declare const getWalletList: (params?: IWalletListParmsProps) => Promise<{
90
- list: IWalletListItemProps[];
91
- count: number;
92
- }>;
93
- /**
94
- * 通过code绑定客户
95
- * @param params 请求参数,包含code
96
- * @param errCallback 错误回调
97
- * @returns Promise<any> 绑定结果
98
- */
99
- export declare const bindCodeToCustomer: (params: {
100
- code: string;
101
- }) => Promise<any>;
102
- /**
103
- * 用户根据code查询待绑定识别码列表
104
- * @param params 请求参数,包含code和tag
105
- * @param errCallback 错误回调函数
106
- * @returns Promise<IWalletListItemProps[] | null> 未绑定的钱包卡列表
107
- */
108
- export declare const getUnbindList: (params: {
109
- code: string;
110
- tag?: string;
111
- }) => Promise<IWalletListItemProps[] | null>;
112
- /**
113
- * 下单请求参数接口
114
- */
115
- export interface IOrderParams {
116
- voucher_id: string;
117
- product_id: string;
118
- product_variant_id: string;
119
- quantity: number;
120
- type: string;
121
- platform: string;
122
- currency_code: {
123
- currency_code: string;
124
- currency_symbol: string;
125
- currency_format: string;
126
- };
127
- }
128
- /**
129
- * 下单
130
- * @param params 下单参数
131
- * @returns Promise<any> 下单结果
132
- * @throws 请求失败时抛出错误
133
- */
134
- export declare const goOrder: (params: IOrderParams) => Promise<any>;
135
- /**
136
- * 设置请求对象
137
- * @param req 请求对象
138
- */
139
- export declare const setRequest: (req: any) => void;
140
- interface IAssetListProps {
141
- skip?: string;
142
- num?: string;
143
- card_id?: string;
144
- sourceType?: string;
145
- business_object?: string;
146
- tag?: string;
147
- }
148
- export interface IAssetItem {
149
- id?: string;
150
- tag?: 'gift_card' | 'product_voucher' | 'point_card' | 'product_discount_card';
151
- shop_id?: string;
152
- transaction_id?: string;
153
- title?: string;
154
- created_at?: string;
155
- amount?: string;
156
- balance?: string;
157
- currency_symbol?: string;
158
- action?: 'recharge' | 'order_expend' | 'order_refund' | 'expire';
159
- }
160
- /**
161
- * 资产明细列表
162
- * @param params 接口请求参数
163
- * @returns 资产明细列表
164
- */
165
- export declare const getAssetList: (params: IAssetListProps) => Promise<{
166
- list: IAssetItem[];
167
- }>;
168
- /**
169
- * 获取资产详情
170
- * @param params 接口请求参数
171
- * @returns 资产详情
172
- */
173
- export declare const getDetailApi: (params: {
174
- id: string;
175
- order_behavior_count_customer_id: string;
176
- apiPrefix: string;
177
- }) => Promise<IDetailResponse>;
178
- /**
179
- * 详情响应数据结构,供组件消费
180
- */
181
- export interface IDetailResponse {
182
- detailId?: string;
183
- productId?: string;
184
- gift_option?: Array<{
185
- id: string;
186
- name: string;
187
- gift_price: number;
188
- price: number;
189
- variant_id?: string;
190
- }>;
191
- [key: string]: any;
192
- }
193
- interface OrderParams {
194
- voucher_id: string;
195
- product_id: string;
196
- product_variant_id: string;
197
- quantity: number;
198
- type: string;
199
- platform: string;
200
- currency_code: {
201
- currency_code: string;
202
- currency_symbol: string;
203
- currency_format: string;
204
- };
205
- }
206
- interface OrderResponse {
207
- order_id: string;
208
- }
209
- /**
210
- * 下单接口
211
- * @param params - 订单参数
212
- * @returns 订单响应数据
213
- */
214
- export declare const orderRechargeProduct: (params: OrderParams) => Promise<OrderResponse>;
215
- /**
216
- * @desc: 获取钱包信息
217
- * @author: Arthur
218
- * @date: 2025-11-03 15:30
219
- */
220
- export declare const getWalletDetail: (id: string | number) => Promise<any>;
221
- export {};
@@ -1,31 +0,0 @@
1
- /// <reference types="react" />
2
- import { PhoneValueObject } from './PhoneInput';
3
- export interface ForgotPasswordFlowProps {
4
- /** 初始账号(可选,如果用户在登录页已输入) */
5
- initialEmail?: string | PhoneValueObject;
6
- /** 账号类型 */
7
- accountType: 'email' | 'phone';
8
- /** 发送验证码回调 */
9
- onSendCode?: (account: string | PhoneValueObject) => Promise<void>;
10
- /** 验证验证码回调 */
11
- onVerifyCode?: (account: string | PhoneValueObject, code: string) => Promise<void>;
12
- /** 发送重置密码链接回调 */
13
- onSendResetLink?: (account: string) => Promise<void>;
14
- /** 重置密码回调 */
15
- onResetPassword?: (account: string | PhoneValueObject, password: string, code: string) => Promise<void>;
16
- /** 返回登录页 */
17
- onBack?: () => void;
18
- /** 加载状态 */
19
- loading?: boolean;
20
- /** 倒计时 */
21
- countdown?: number;
22
- /** 可用的国家/地区列表 */
23
- countries?: Array<{
24
- name: string;
25
- code: string;
26
- calling_code: string;
27
- currency_code: string;
28
- }>;
29
- }
30
- declare function ForgotPasswordFlow({ initialEmail, accountType, onSendCode, onVerifyCode, onResetPassword, onSendResetLink, onBack, loading, countdown, countries, }: ForgotPasswordFlowProps): JSX.Element | null;
31
- export default ForgotPasswordFlow;
@@ -1,8 +0,0 @@
1
- import React from 'react';
2
- import { LegalTermsConfig } from '../shared/types';
3
- import './LegalTerms.less';
4
- interface LegalTermsProps {
5
- config: LegalTermsConfig;
6
- }
7
- declare const LegalTerms: React.FC<LegalTermsProps>;
8
- export default LegalTerms;
@@ -1,27 +0,0 @@
1
- /// <reference types="react" />
2
- export interface LoginCodeInputProps {
3
- /** 账号(邮箱或手机号) */
4
- account: string;
5
- /** 账号类型 */
6
- accountType: 'email' | 'phone';
7
- /** 验证码长度 */
8
- codeLength?: number;
9
- /** 提交验证码 */
10
- onSubmit?: (code: string) => void;
11
- /** 重新发送 */
12
- onResend?: () => void;
13
- /** 返回 */
14
- onBack?: () => void;
15
- /** 倒计时秒数 */
16
- countdown?: number;
17
- /** 加载状态 */
18
- loading?: boolean;
19
- /** 按钮文案(默认为"Log in",忘记密码场景为"Verify") */
20
- submitButtonText?: string;
21
- /** 错误信息 */
22
- error?: string;
23
- /** 当用户输入时清除错误的回调 */
24
- onClearError?: () => void;
25
- }
26
- declare function LoginCodeInput({ account, accountType, codeLength, onSubmit, onResend, onBack, countdown, loading, submitButtonText, error, onClearError, }: LoginCodeInputProps): JSX.Element;
27
- export default LoginCodeInput;
@@ -1,22 +0,0 @@
1
- import React from 'react';
2
- export interface OAuthProviderConfig {
3
- key: string;
4
- label: React.ReactNode;
5
- onClick: () => void;
6
- icon?: React.ReactNode;
7
- disabled?: boolean;
8
- className?: string;
9
- badge?: string;
10
- badgeClassName?: string;
11
- }
12
- export interface OAuthButtonGroupProps {
13
- providers: OAuthProviderConfig[];
14
- layout?: 'vertical' | 'horizontal';
15
- size?: 'large' | 'middle' | 'small';
16
- block?: boolean;
17
- wrapperClassName?: string;
18
- buttonClassName?: string;
19
- gap?: number;
20
- }
21
- declare const OAuthButtonGroup: React.FC<OAuthButtonGroupProps>;
22
- export default OAuthButtonGroup;
@@ -1,53 +0,0 @@
1
- import React from 'react';
2
- import './PhoneInput.less';
3
- /** 国家/地区配置(后端返回格式) */
4
- export interface CountryOption {
5
- /** 国家/地区名称 */
6
- name: string;
7
- /** 国家/地区代码 */
8
- code: string;
9
- /** 区号(不带+号) */
10
- calling_code: string;
11
- /** 货币代码 */
12
- currency_code: string;
13
- }
14
- /** 手机号对象格式 */
15
- export interface PhoneValueObject {
16
- /** 手机号(不含区号) */
17
- phone: string;
18
- /** 国家区号(不带+号) */
19
- country_calling_code: string;
20
- }
21
- /** 值格式类型 */
22
- export declare type ValueFormat = 'string' | 'object';
23
- /** 手机号输入组件属性 */
24
- export interface PhoneInputProps {
25
- /** 完整的手机号值(包含区号),格式:+86138****,或 +1555****(字符串模式) */
26
- value?: string | PhoneValueObject;
27
- /** 值变化回调 */
28
- onChange?: (value: string | PhoneValueObject) => void;
29
- /** Placeholder */
30
- placeholder?: string;
31
- /** 大小 */
32
- size?: 'large' | 'middle' | 'small';
33
- /** 是否禁用 */
34
- disabled?: boolean;
35
- /** 自定义类名 */
36
- className?: string;
37
- /** 可用的国家/地区列表 */
38
- countries?: CountryOption[];
39
- /** 默认国家/地区代码 */
40
- defaultCountry?: string;
41
- /** 值格式:'string' 返回 "+8613800138000",'object' 返回 { phone: "13800138000", country_calling_code: "86" } */
42
- valueFormat?: ValueFormat;
43
- /** 键盘按键事件回调 */
44
- onKeyDown?: (e: React.KeyboardEvent<HTMLInputElement>) => void;
45
- }
46
- /**
47
- * 手机号输入组件
48
- *
49
- * 支持国际区号选择和手机号输入
50
- * 值格式:+区号+手机号,例如:+8613800138000 或 +15551234567
51
- */
52
- declare function PhoneInput({ value, onChange, placeholder, onKeyDown, size, disabled, className, countries, defaultCountry, valueFormat, }: PhoneInputProps): JSX.Element;
53
- export default PhoneInput;
@@ -1,17 +0,0 @@
1
- import { PhoneValueObject } from './PhoneInput';
2
- declare type GetTextFunction = (key: string) => string;
3
- /**
4
- * 手机号校验函数,用于 Ant Design Form 的 rules
5
- * @param value 手机号值,可以是字符串或对象格式
6
- * @param getText 国际化文本获取函数
7
- * @returns Promise<void> 校验通过时 resolve,失败时 reject 并返回错误信息
8
- */
9
- export declare const validatePhoneNumber: (value: string | PhoneValueObject, getText: GetTextFunction) => Promise<void>;
10
- /**
11
- * 创建手机号校验规则,用于 Form.Item 的 rules 属性
12
- * @param getText 国际化文本获取函数
13
- * @param required 是否必填
14
- * @returns Form 校验规则数组
15
- */
16
- export declare const createPhoneValidationRules: (getText: GetTextFunction, required?: boolean) => any[];
17
- export {};
@@ -1,2 +0,0 @@
1
- export { useRegisterFlow } from './useRegisterFlow';
2
- export type { UseRegisterFlowOptions, UseRegisterFlowReturn } from './useRegisterFlow';
@@ -1,24 +0,0 @@
1
- import type { Rule } from 'antd/es/form';
2
- export interface PasswordRuleConfig {
3
- minLength?: number;
4
- requireUppercase?: boolean;
5
- requireLowercase?: boolean;
6
- requireNumber?: boolean;
7
- requireSpecialCharacters?: boolean;
8
- }
9
- interface PasswordRuleMessages {
10
- required?: string;
11
- minLength?: string;
12
- requireUppercase?: string;
13
- requireLowercase?: string;
14
- requireNumber?: string;
15
- requireSpecialCharacters?: string;
16
- summary?: string;
17
- }
18
- interface UsePasswordValidationRulesOptions {
19
- translate?: (key: string) => string;
20
- fallbackMinLength?: number;
21
- messageKeys?: PasswordRuleMessages;
22
- }
23
- export declare const usePasswordValidationRules: (passwordRules?: PasswordRuleConfig, options?: UsePasswordValidationRulesOptions) => Rule[];
24
- export default usePasswordValidationRules;