@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,22 +0,0 @@
1
- import React from 'react';
2
- import './index.less';
3
- declare type SubTotalKey = 'deposit' | 'total' | 'sub_total' | 'tax' | 'delivery_fee' | 'discount' | 'point_deduction' | 'member_deduction' | 'custom' | string;
4
- export interface SubTotalItem extends React.HTMLAttributes<HTMLDivElement> {
5
- key: SubTotalKey;
6
- label?: string | React.ReactNode;
7
- value: number;
8
- count?: number;
9
- hidden?: boolean;
10
- tax?: {
11
- rate?: number;
12
- is_price_include_tax?: boolean;
13
- title?: string;
14
- };
15
- }
16
- interface SubTotalProps extends React.HTMLAttributes<HTMLDivElement> {
17
- list: SubTotalItem[];
18
- mode?: 'column1' | 'column2';
19
- describe?: string;
20
- }
21
- declare const SubTotal: (props: SubTotalProps) => JSX.Element;
22
- export default SubTotal;
@@ -1,42 +0,0 @@
1
- declare const _default: {
2
- en: {
3
- 'pisell2.subtotal.deposit': string;
4
- 'pisell2.subtotal.total': string;
5
- 'pisell2.subtotal.subtotal': string;
6
- 'pisell2.subtotal.tax': string;
7
- 'pisell2.subtotal.delivery-fee': string;
8
- 'pisell2.subtotal.discount': string;
9
- 'pisell2.subtotal.point-deduction': string;
10
- 'pisell2.subtotal.member-deduction': string;
11
- 'pisell2.subtotal.items': string;
12
- 'pisell2.subtotal.not-contain': string;
13
- 'pisell2.subtotal.included': string;
14
- };
15
- 'zh-CN': {
16
- 'pisell2.subtotal.deposit': string;
17
- 'pisell2.subtotal.total': string;
18
- 'pisell2.subtotal.subtotal': string;
19
- 'pisell2.subtotal.tax': string;
20
- 'pisell2.subtotal.delivery-fee': string;
21
- 'pisell2.subtotal.discount': string;
22
- 'pisell2.subtotal.point-deduction': string;
23
- 'pisell2.subtotal.member-deduction': string;
24
- 'pisell2.subtotal.items': string;
25
- 'pisell2.subtotal.not-contain': string;
26
- 'pisell2.subtotal.included': string;
27
- };
28
- 'zh-HK': {
29
- 'pisell2.subtotal.deposit': string;
30
- 'pisell2.subtotal.total': string;
31
- 'pisell2.subtotal.subtotal': string;
32
- 'pisell2.subtotal.tax': string;
33
- 'pisell2.subtotal.delivery-fee': string;
34
- 'pisell2.subtotal.discount': string;
35
- 'pisell2.subtotal.point-deduction': string;
36
- 'pisell2.subtotal.member-deduction': string;
37
- 'pisell2.subtotal.items': string;
38
- 'pisell2.subtotal.not-contain': string;
39
- 'pisell2.subtotal.included': string;
40
- };
41
- };
42
- export default _default;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { GroupModalProps } from '../types';
3
- declare const GroupModal: React.FC<GroupModalProps>;
4
- export default GroupModal;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { ItemModalProps } from '../types';
3
- declare const ItemModal: React.FC<ItemModalProps>;
4
- export default ItemModal;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { SectionListProps } from '../types';
3
- declare const SectionList: React.FC<SectionListProps>;
4
- export default SectionList;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { SectionListProps } from '../types';
3
- declare const SectionList: React.FC<SectionListProps>;
4
- export default SectionList;
@@ -1,4 +0,0 @@
1
- export { default as SectionList } from './SectionList';
2
- export { default as SettingsTable } from './SettingsTable';
3
- export { default as GroupModal } from './GroupModal';
4
- export { default as ItemModal } from './ItemModal';
@@ -1,272 +0,0 @@
1
- declare const _default: {
2
- en: {
3
- 'registry.title': string;
4
- 'registry.sections.title': string;
5
- 'registry.sections.empty': string;
6
- 'registry.sections.loadMore': string;
7
- 'registry.sections.noMore': string;
8
- 'registry.table.title': string;
9
- 'registry.table.name': string;
10
- 'registry.table.key': string;
11
- 'registry.table.type': string;
12
- 'registry.table.interface': string;
13
- 'registry.table.scopes': string;
14
- 'registry.table.default': string;
15
- 'registry.table.description': string;
16
- 'registry.table.actions': string;
17
- 'registry.level.group': string;
18
- 'registry.level.item': string;
19
- 'registry.action.add.group': string;
20
- 'registry.action.add.item': string;
21
- 'registry.action.edit': string;
22
- 'registry.action.delete': string;
23
- 'registry.action.expand': string;
24
- 'registry.action.collapse': string;
25
- 'registry.modal.add.group': string;
26
- 'registry.modal.edit.group': string;
27
- 'registry.modal.add.item': string;
28
- 'registry.modal.edit.item': string;
29
- 'registry.modal.delete.title': string;
30
- 'registry.modal.delete.group.content': string;
31
- 'registry.modal.delete.group.hasItems.title': string;
32
- 'registry.modal.delete.group.hasItems.content': string;
33
- 'registry.modal.delete.item.content': string;
34
- 'registry.form.title': string;
35
- 'registry.form.name': string;
36
- 'registry.form.name.placeholder': string;
37
- 'registry.form.code': string;
38
- 'registry.form.code.placeholder': string;
39
- 'registry.form.key': string;
40
- 'registry.form.key.placeholder': string;
41
- 'registry.form.fieldType': string;
42
- 'registry.form.fieldType.placeholder': string;
43
- 'registry.form.interfaceType': string;
44
- 'registry.form.interfaceType.placeholder': string;
45
- 'registry.form.scopes': string;
46
- 'registry.form.scopes.placeholder': string;
47
- 'registry.form.description': string;
48
- 'registry.form.description.placeholder': string;
49
- 'registry.form.systemDefaultValue': string;
50
- 'registry.form.systemDefaultValue.placeholder': string;
51
- 'registry.form.uiSchema': string;
52
- 'registry.form.uiSchema.placeholder': string;
53
- 'registry.button.ok': string;
54
- 'registry.button.cancel': string;
55
- 'registry.button.save': string;
56
- 'registry.message.save.success': string;
57
- 'registry.message.delete.success': string;
58
- 'registry.message.required': string;
59
- 'registry.message.code.exists': string;
60
- 'registry.message.key.exists': string;
61
- 'registry.message.code.pattern': string;
62
- 'registry.message.key.pattern': string;
63
- 'registry.message.code.format': string;
64
- 'registry.message.code.start': string;
65
- 'registry.message.code.end': string;
66
- 'registry.message.code.consecutive': string;
67
- 'registry.message.name.maxLength': string;
68
- 'registry.message.key.maxLength': string;
69
- 'registry.message.description.maxLength': string;
70
- 'registry.message.uiSchema.invalid': string;
71
- 'registry.message.select.section': string;
72
- 'registry.message.loading.groups': string;
73
- 'registry.message.no.settings': string;
74
- 'registry.message.load.failed': string;
75
- 'registry.message.create.group.error': string;
76
- 'registry.drag.drop.here': string;
77
- 'registry.empty.container.placeholder': string;
78
- 'registry.message.update.group.error': string;
79
- 'registry.message.delete.group.error': string;
80
- 'registry.message.create.item.error': string;
81
- 'registry.message.update.item.error': string;
82
- 'registry.message.delete.item.error': string;
83
- 'registry.message.reorder.success': string;
84
- 'registry.message.reorder.error': string;
85
- 'registry.message.move.success': string;
86
- 'registry.message.move.error': string;
87
- 'registry.scope.systemDefault': string;
88
- 'registry.scope.saasDefault': string;
89
- 'registry.scope.organization': string;
90
- 'registry.scope.business': string;
91
- 'registry.scope.channel': string;
92
- 'registry.scope.board': string;
93
- };
94
- 'zh-CN': {
95
- 'registry.title': string;
96
- 'registry.sections.title': string;
97
- 'registry.sections.empty': string;
98
- 'registry.sections.loadMore': string;
99
- 'registry.sections.noMore': string;
100
- 'registry.table.title': string;
101
- 'registry.table.name': string;
102
- 'registry.table.key': string;
103
- 'registry.table.type': string;
104
- 'registry.table.interface': string;
105
- 'registry.table.scopes': string;
106
- 'registry.table.default': string;
107
- 'registry.table.description': string;
108
- 'registry.table.actions': string;
109
- 'registry.level.group': string;
110
- 'registry.level.item': string;
111
- 'registry.action.add.group': string;
112
- 'registry.action.add.item': string;
113
- 'registry.action.edit': string;
114
- 'registry.action.delete': string;
115
- 'registry.action.expand': string;
116
- 'registry.action.collapse': string;
117
- 'registry.modal.add.group': string;
118
- 'registry.modal.edit.group': string;
119
- 'registry.modal.add.item': string;
120
- 'registry.modal.edit.item': string;
121
- 'registry.modal.delete.title': string;
122
- 'registry.modal.delete.group.content': string;
123
- 'registry.modal.delete.group.hasItems.title': string;
124
- 'registry.modal.delete.group.hasItems.content': string;
125
- 'registry.modal.delete.item.content': string;
126
- 'registry.form.title': string;
127
- 'registry.form.name': string;
128
- 'registry.form.name.placeholder': string;
129
- 'registry.form.code': string;
130
- 'registry.form.code.placeholder': string;
131
- 'registry.form.key': string;
132
- 'registry.form.key.placeholder': string;
133
- 'registry.form.fieldType': string;
134
- 'registry.form.fieldType.placeholder': string;
135
- 'registry.form.interfaceType': string;
136
- 'registry.form.interfaceType.placeholder': string;
137
- 'registry.form.scopes': string;
138
- 'registry.form.scopes.placeholder': string;
139
- 'registry.form.description': string;
140
- 'registry.form.description.placeholder': string;
141
- 'registry.form.systemDefaultValue': string;
142
- 'registry.form.systemDefaultValue.placeholder': string;
143
- 'registry.form.uiSchema': string;
144
- 'registry.form.uiSchema.placeholder': string;
145
- 'registry.button.ok': string;
146
- 'registry.button.cancel': string;
147
- 'registry.button.save': string;
148
- 'registry.message.save.success': string;
149
- 'registry.message.delete.success': string;
150
- 'registry.message.required': string;
151
- 'registry.message.code.exists': string;
152
- 'registry.message.key.exists': string;
153
- 'registry.message.code.pattern': string;
154
- 'registry.message.key.pattern': string;
155
- 'registry.message.code.format': string;
156
- 'registry.message.code.start': string;
157
- 'registry.message.code.end': string;
158
- 'registry.message.code.consecutive': string;
159
- 'registry.message.name.maxLength': string;
160
- 'registry.message.key.maxLength': string;
161
- 'registry.message.description.maxLength': string;
162
- 'registry.message.uiSchema.invalid': string;
163
- 'registry.message.select.section': string;
164
- 'registry.message.loading.groups': string;
165
- 'registry.message.no.settings': string;
166
- 'registry.message.load.failed': string;
167
- 'registry.message.create.group.error': string;
168
- 'registry.message.update.group.error': string;
169
- 'registry.message.delete.group.error': string;
170
- 'registry.message.create.item.error': string;
171
- 'registry.message.update.item.error': string;
172
- 'registry.message.delete.item.error': string;
173
- 'registry.message.reorder.success': string;
174
- 'registry.message.reorder.error': string;
175
- 'registry.message.move.success': string;
176
- 'registry.message.move.error': string;
177
- 'registry.drag.drop.here': string;
178
- 'registry.empty.container.placeholder': string;
179
- 'registry.scope.systemDefault': string;
180
- 'registry.scope.saasDefault': string;
181
- 'registry.scope.organization': string;
182
- 'registry.scope.business': string;
183
- 'registry.scope.channel': string;
184
- 'registry.scope.board': string;
185
- };
186
- 'zh-HK': {
187
- 'registry.title': string;
188
- 'registry.sections.title': string;
189
- 'registry.sections.empty': string;
190
- 'registry.sections.loadMore': string;
191
- 'registry.sections.noMore': string;
192
- 'registry.table.title': string;
193
- 'registry.table.name': string;
194
- 'registry.table.key': string;
195
- 'registry.table.scopes': string;
196
- 'registry.table.actions': string;
197
- 'registry.level.group': string;
198
- 'registry.level.item': string;
199
- 'registry.action.add.group': string;
200
- 'registry.action.add.item': string;
201
- 'registry.action.edit': string;
202
- 'registry.action.delete': string;
203
- 'registry.action.expand': string;
204
- 'registry.action.collapse': string;
205
- 'registry.modal.add.group': string;
206
- 'registry.modal.edit.group': string;
207
- 'registry.modal.add.item': string;
208
- 'registry.modal.edit.item': string;
209
- 'registry.modal.delete.title': string;
210
- 'registry.modal.delete.group.content': string;
211
- 'registry.modal.delete.group.hasItems.title': string;
212
- 'registry.modal.delete.group.hasItems.content': string;
213
- 'registry.modal.delete.item.content': string;
214
- 'registry.form.title': string;
215
- 'registry.form.name': string;
216
- 'registry.form.name.placeholder': string;
217
- 'registry.form.code': string;
218
- 'registry.form.code.placeholder': string;
219
- 'registry.form.key': string;
220
- 'registry.form.key.placeholder': string;
221
- 'registry.form.fieldType': string;
222
- 'registry.form.fieldType.placeholder': string;
223
- 'registry.form.interfaceType': string;
224
- 'registry.form.interfaceType.placeholder': string;
225
- 'registry.form.scopes': string;
226
- 'registry.form.scopes.placeholder': string;
227
- 'registry.form.description': string;
228
- 'registry.form.description.placeholder': string;
229
- 'registry.form.systemDefaultValue': string;
230
- 'registry.form.systemDefaultValue.placeholder': string;
231
- 'registry.form.uiSchema': string;
232
- 'registry.form.uiSchema.placeholder': string;
233
- 'registry.button.ok': string;
234
- 'registry.button.cancel': string;
235
- 'registry.button.save': string;
236
- 'registry.message.save.success': string;
237
- 'registry.message.delete.success': string;
238
- 'registry.message.required': string;
239
- 'registry.message.code.exists': string;
240
- 'registry.message.key.exists': string;
241
- 'registry.message.code.pattern': string;
242
- 'registry.message.key.pattern': string;
243
- 'registry.message.code.format': string;
244
- 'registry.message.code.start': string;
245
- 'registry.message.code.end': string;
246
- 'registry.message.code.consecutive': string;
247
- 'registry.message.name.maxLength': string;
248
- 'registry.message.key.maxLength': string;
249
- 'registry.message.description.maxLength': string;
250
- 'registry.message.select.section': string;
251
- 'registry.message.loading.groups': string;
252
- 'registry.message.no.settings': string;
253
- 'registry.message.load.failed': string;
254
- 'registry.message.create.group.error': string;
255
- 'registry.message.update.group.error': string;
256
- 'registry.message.delete.group.error': string;
257
- 'registry.message.create.item.error': string;
258
- 'registry.message.update.item.error': string;
259
- 'registry.message.delete.item.error': string;
260
- 'registry.message.reorder.success': string;
261
- 'registry.message.reorder.error': string;
262
- 'registry.message.move.success': string;
263
- 'registry.message.move.error': string;
264
- 'registry.scope.systemDefault': string;
265
- 'registry.scope.saasDefault': string;
266
- 'registry.scope.organization': string;
267
- 'registry.scope.business': string;
268
- 'registry.scope.channel': string;
269
- 'registry.scope.board': string;
270
- };
271
- };
272
- export default _default;
@@ -1,77 +0,0 @@
1
- import { ApiResponse, MultiLanguageText, SettingGroup, Section, SettingItem } from './types';
2
- export interface CreateGroupParams {
3
- section_code: string;
4
- code: string;
5
- title: MultiLanguageText;
6
- sort: number;
7
- }
8
- export interface UpdateGroupParams {
9
- id: number;
10
- code: string;
11
- title: MultiLanguageText;
12
- }
13
- export interface DeleteGroupParams {
14
- id: number;
15
- }
16
- export interface SortGroupParams {
17
- section_code: string;
18
- group_ids: number[];
19
- }
20
- export declare const createGroup: (request: any, params: CreateGroupParams) => Promise<ApiResponse<SettingGroup>>;
21
- export declare const updateGroup: (request: any, params: UpdateGroupParams) => Promise<ApiResponse<SettingGroup>>;
22
- export declare const deleteGroup: (request: any, params: DeleteGroupParams) => Promise<any>;
23
- export declare const sortGroups: (request: any, params: SortGroupParams) => Promise<any>;
24
- export declare const getSectionList: (request: any, params: {
25
- page?: number;
26
- pageSize?: number;
27
- filter?: Record<string, any>;
28
- }) => Promise<ApiResponse<Section>>;
29
- export declare const getGroupList: (request: any, params: {
30
- page?: number;
31
- pageSize?: number;
32
- filter?: Record<string, any>;
33
- }) => Promise<ApiResponse<SettingGroup>>;
34
- export interface CreateItemParams {
35
- section_code: string;
36
- group_id: number;
37
- code: string;
38
- title: MultiLanguageText;
39
- description?: MultiLanguageText;
40
- type: string;
41
- interface?: string;
42
- default?: string | null;
43
- scopes?: string[];
44
- schema?: any;
45
- sort?: number;
46
- }
47
- export interface UpdateItemParams {
48
- id: number;
49
- section_code: string;
50
- group_id: number;
51
- code: string;
52
- title: MultiLanguageText;
53
- description?: MultiLanguageText;
54
- type: string;
55
- interface?: string;
56
- default?: string | null;
57
- scopes?: string[];
58
- schema?: any;
59
- sort?: number;
60
- }
61
- export interface DeleteItemParams {
62
- id: number;
63
- }
64
- export interface SortItemParams {
65
- id: number;
66
- group_id: string;
67
- item_ids: number[];
68
- }
69
- export declare const createItem: (request: any, params: CreateItemParams) => Promise<ApiResponse<SettingItem>>;
70
- export declare const updateItem: (request: any, params: UpdateItemParams) => Promise<ApiResponse<SettingItem>>;
71
- export declare const deleteItem: (request: any, params: DeleteItemParams) => Promise<any>;
72
- export declare const sortItems: (request: any, params: SortItemParams) => Promise<any>;
73
- export declare const getItemList: (request: any, params: {
74
- page?: number;
75
- pageSize?: number;
76
- filter?: Record<string, any>;
77
- }) => Promise<ApiResponse<SettingItem>>;
@@ -1,126 +0,0 @@
1
- import { CSSProperties } from 'react';
2
- export interface MultiLanguageText {
3
- en: string;
4
- 'zh-CN': string;
5
- 'zh-HK': string;
6
- original: string;
7
- }
8
- export interface BaseItem {
9
- id: number;
10
- name: string | MultiLanguageText;
11
- code: string;
12
- order?: number;
13
- }
14
- export interface SettingItem extends BaseItem {
15
- key?: string;
16
- scopes?: string[];
17
- groupId?: number;
18
- group_id?: number;
19
- fieldType?: string;
20
- type?: string;
21
- interfaceType?: string;
22
- interface?: string;
23
- description?: string | MultiLanguageText;
24
- systemDefaultValue?: string;
25
- default?: string;
26
- uiSchema?: string;
27
- schema?: any;
28
- title?: string | MultiLanguageText;
29
- sort: number;
30
- created_at?: string | null;
31
- updated_at?: string | null;
32
- deleted_at?: string | null;
33
- }
34
- export interface SettingGroup extends BaseItem {
35
- items: SettingItem[];
36
- expanded?: boolean;
37
- sort: number;
38
- }
39
- export interface Section extends BaseItem {
40
- icon?: string;
41
- description?: string | MultiLanguageText;
42
- groups: SettingGroup[];
43
- created_at?: string | null;
44
- updated_at?: string | null;
45
- deleted_at?: string | null;
46
- }
47
- export interface TreeNode {
48
- key: string;
49
- type: 'group' | 'item';
50
- data: SettingGroup | SettingItem;
51
- children?: TreeNode[];
52
- parentKey?: string;
53
- }
54
- export declare type OperationType = 'add' | 'edit' | 'delete';
55
- export interface DragItem {
56
- id: number;
57
- type: 'group' | 'item';
58
- groupId?: number;
59
- }
60
- export interface RegistryProps {
61
- className?: string;
62
- style?: CSSProperties;
63
- sections?: Section[];
64
- selectedSectionId?: number;
65
- onSectionSelect?: (sectionId: number) => void;
66
- onDataChange?: (sections: Section[]) => void;
67
- }
68
- export interface SectionListProps {
69
- sections: Section[];
70
- selectedSectionId?: number;
71
- onSectionSelect: (sectionId: number) => void;
72
- loading?: boolean;
73
- hasMore?: boolean;
74
- onLoadMore?: () => void;
75
- }
76
- export interface SettingsTableProps {
77
- section?: Section;
78
- groupList?: SettingGroup[];
79
- groupLoading?: boolean;
80
- onDataChange?: (section: Section) => void;
81
- onEditGroup?: (group: SettingGroup) => void;
82
- onDeleteGroup?: (groupId: number) => void;
83
- onAddItem?: (groupId: number) => void;
84
- onEditItem?: (item: SettingItem) => void;
85
- onDeleteItem?: (itemId: number) => void;
86
- onGroupReorder?: (groupIds: number[]) => void;
87
- onItemMove?: (itemId: number, targetGroupId: number, newOrder: number) => void;
88
- }
89
- export interface GroupFormData {
90
- title: MultiLanguageText;
91
- code: string;
92
- }
93
- export interface ItemFormData {
94
- name: MultiLanguageText;
95
- key: string;
96
- fieldType: string;
97
- interfaceType?: string;
98
- scopes: string[];
99
- description?: MultiLanguageText;
100
- default?: string | null;
101
- uiSchema?: string;
102
- }
103
- export interface GroupModalProps {
104
- open: boolean;
105
- type: OperationType;
106
- data?: SettingGroup;
107
- onOk: (data: GroupFormData) => void | Promise<void>;
108
- onCancel: () => void;
109
- }
110
- export interface ItemModalProps {
111
- open: boolean;
112
- type: OperationType;
113
- data?: SettingItem;
114
- section?: Section;
115
- onOk: (data: ItemFormData) => void | Promise<void>;
116
- onCancel: () => void;
117
- }
118
- export interface ApiResponse<T> {
119
- data: T[];
120
- meta: {
121
- count: number;
122
- page: number;
123
- pageSize: number;
124
- totalPage: number;
125
- };
126
- }
@@ -1,16 +0,0 @@
1
- /**
2
- * 类型验证工具函数
3
- * 用于验证默认值是否符合指定的字段类型
4
- */
5
- export interface ValidationResult {
6
- isValid: boolean;
7
- error?: string;
8
- }
9
- /**
10
- * 根据字段类型验证默认值
11
- */
12
- export declare const validateDefaultValue: (fieldType: string, defaultValue: any) => ValidationResult;
13
- /**
14
- * 解析默认值为对应的类型
15
- */
16
- export declare const parseDefaultValue: (fieldType: string, defaultValue: any) => any;
@@ -1,8 +0,0 @@
1
- /**
2
- * 验证器工具函数
3
- */
4
- /**
5
- * 创建带前缀的应用标识符验证器
6
- * 用于验证设置项的键格式
7
- */
8
- export declare const createPrefixedAppIdentifierValidator: (sectionCode: string) => (_: any, value: string) => Promise<void>;
@@ -1,7 +0,0 @@
1
- /**
2
- * ProductDisplayAdapter 产品展示适配器
3
- * 支持通过配置化方式在 ProductSelect 和 SkuList 两种展示模式之间切换
4
- */
5
- export { default } from './ProductDisplayAdapter';
6
- export type { ProductDisplayConfig, ProductDisplayPresetKey, ProductSelectConfig, ProductSelectLayout, ProductListSetting, SkuListConfig, SkuCardDisplayMode, ListConfig, ListLayoutType, DisplayMode, } from './types';
7
- export { ProductDisplayPresets, LegacyProductDisplayPresets, resolveProductDisplayConfig, } from './types';