@pisell/private-materials 6.3.102 → 6.3.104

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 (1028) 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 +9 -9
  7. package/build/lowcode/render/default/view.css +1 -1
  8. package/build/lowcode/render/default/view.js +10 -10
  9. package/build/lowcode/view.css +1 -1
  10. package/build/lowcode/view.js +10 -10
  11. package/es/components/appointmentBooking/components/Date/state.js +1 -3
  12. package/es/components/appointmentBooking/locales.d.ts +0 -240
  13. package/es/components/appointmentBooking/locales.js +0 -276
  14. package/es/components/authentication/admin/AuthMethods/locales.d.ts +0 -164
  15. package/es/components/authentication/admin/AuthMethods/locales.js +0 -164
  16. package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/index.js +9 -27
  17. package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.d.ts +0 -54
  18. package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.js +0 -54
  19. package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/types.d.ts +0 -2
  20. package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/index.js +0 -2
  21. package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.d.ts +0 -46
  22. package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.js +0 -46
  23. package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/types.d.ts +0 -2
  24. package/es/components/authentication/admin/ChannelAuthSetting/OnlineShopAuth/index.js +9 -17
  25. package/es/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.d.ts +0 -16
  26. package/es/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.js +0 -16
  27. package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/index.js +2 -10
  28. package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.d.ts +0 -42
  29. package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.js +0 -42
  30. package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/types.d.ts +0 -2
  31. package/es/components/authentication/admin/ChannelAuthSetting/SaaSManagermentAuth/index.js +9 -17
  32. package/es/components/authentication/admin/ChannelAuthSetting/locales.d.ts +0 -24
  33. package/es/components/authentication/admin/ChannelAuthSetting/locales.js +0 -24
  34. package/es/components/authentication/admin/CustomerAuth/locales.d.ts +0 -42
  35. package/es/components/authentication/admin/CustomerAuth/locales.js +0 -42
  36. package/es/components/authentication/admin/CustomerOAuthConfig/locales.d.ts +0 -70
  37. package/es/components/authentication/admin/CustomerOAuthConfig/locales.js +0 -70
  38. package/es/components/authentication/admin/DeviceAuth/locales.d.ts +0 -36
  39. package/es/components/authentication/admin/DeviceAuth/locales.js +0 -36
  40. package/es/components/authentication/admin/OAuthConfig/locales.d.ts +0 -58
  41. package/es/components/authentication/admin/OAuthConfig/locales.js +0 -58
  42. package/es/components/authentication/admin/OrgAdminAuth/locales.d.ts +0 -34
  43. package/es/components/authentication/admin/OrgAdminAuth/locales.js +0 -34
  44. package/es/components/authentication/admin/POSOperatorAuth/locales.d.ts +0 -30
  45. package/es/components/authentication/admin/POSOperatorAuth/locales.js +0 -30
  46. package/es/components/authentication/admin/SaaSAdminAuth/locales.d.ts +0 -34
  47. package/es/components/authentication/admin/SaaSAdminAuth/locales.js +0 -34
  48. package/es/components/booking/components/footer/index.js +20 -26
  49. package/es/components/booking/editBookingModal/locales.d.ts +0 -12
  50. package/es/components/booking/editBookingModal/locales.js +0 -12
  51. package/es/components/booking/editBookingModal/mock.d.ts +2 -186
  52. package/es/components/booking/editBookingModal/mock.js +0 -22
  53. package/es/components/booking/info/header/index.js +7 -7
  54. package/es/components/booking/info/header/index.less +5 -5
  55. package/es/components/booking/info2/service/addService/mock.d.ts +0 -2
  56. package/es/components/booking/info2/service/addService/mock.js +0 -4
  57. package/es/components/booking/locales.d.ts +0 -628
  58. package/es/components/booking/locales.js +0 -722
  59. package/es/components/eftpos/PairModal/hooks.d.ts +27 -0
  60. package/es/components/eftpos/PairModal/hooks.js +67 -0
  61. package/es/components/eftpos/PairModal/index.d.ts +11 -0
  62. package/es/components/{ecocup/components/AddCustomerModal → eftpos/PairModal}/index.js +189 -159
  63. package/es/components/eftpos/PairModal/index.less +70 -0
  64. package/es/components/eftpos/assets/mx51SCI.svg +15 -0
  65. package/es/components/eftpos/const.d.ts +3 -1
  66. package/es/components/eftpos/const.js +2 -0
  67. package/es/components/eftpos/device.d.ts +3 -1
  68. package/es/components/eftpos/device.js +5 -3
  69. package/es/components/eftpos/hooks.d.ts +13 -0
  70. package/es/components/eftpos/hooks.js +35 -0
  71. package/es/components/eftpos/index.js +178 -25
  72. package/es/components/eftpos/index.less +26 -1
  73. package/es/components/eftpos/locales.d.ts +27 -64
  74. package/es/components/eftpos/locales.js +92 -85
  75. package/es/components/eftposPay/aggregatePayment/hooks/usePayment.d.ts +6 -0
  76. package/es/components/eftposPay/aggregatePayment/hooks/usePayment.js +125 -0
  77. package/es/components/eftposPay/aggregatePayment/index.d.ts +3 -0
  78. package/es/components/eftposPay/aggregatePayment/index.js +3 -0
  79. package/es/components/eftposPay/aggregatePayment/mock.d.ts +495 -0
  80. package/es/components/eftposPay/aggregatePayment/mock.js +567 -0
  81. package/es/components/eftposPay/aggregatePayment/service.d.ts +24 -0
  82. package/es/components/eftposPay/aggregatePayment/service.js +70 -0
  83. package/es/components/eftposPay/aggregatePayment/types.d.ts +101 -0
  84. package/es/components/eftposPay/aggregatePayment/types.js +61 -0
  85. package/es/components/eftposPay/aggregatePayment/utils/logs.d.ts +110 -0
  86. package/es/components/eftposPay/aggregatePayment/utils/logs.js +385 -0
  87. package/es/components/eftposPay/aggregatePayment/utils/payment.d.ts +132 -0
  88. package/es/components/eftposPay/aggregatePayment/utils/payment.js +1140 -0
  89. package/es/components/eftposPay/app.d.ts +1 -1
  90. package/es/components/eftposPay/const.d.ts +9 -2
  91. package/es/components/eftposPay/const.js +3 -0
  92. package/es/components/eftposPay/device.js +36 -208
  93. package/es/components/eftposPay/hooks.d.ts +2 -1
  94. package/es/components/eftposPay/hooks.js +12 -0
  95. package/es/components/eftposPay/linkly/index.js +1 -0
  96. package/es/components/eftposPay/locales.d.ts +0 -242
  97. package/es/components/eftposPay/locales.js +0 -326
  98. package/es/components/eftposPay/manufacturer.d.ts +1 -0
  99. package/es/components/eftposPay/manufacturer.js +4 -0
  100. package/es/components/eftposPay/mx51/Action.d.ts +7 -0
  101. package/es/components/eftposPay/mx51/Action.js +139 -0
  102. package/es/components/eftposPay/mx51/Result.d.ts +5 -0
  103. package/es/components/eftposPay/mx51/Result.js +46 -0
  104. package/es/components/eftposPay/mx51/const.d.ts +5 -0
  105. package/es/components/eftposPay/mx51/const.js +69 -0
  106. package/es/components/eftposPay/mx51/index.d.ts +6 -0
  107. package/es/components/eftposPay/mx51/index.js +401 -0
  108. package/es/components/eftposPay/mx51/types.d.ts +138 -0
  109. package/es/components/eftposPay/mx51/types.js +30 -0
  110. package/es/components/eftposPay/mx51/utils.d.ts +10 -0
  111. package/es/components/eftposPay/mx51/utils.js +121 -0
  112. package/es/components/eftposPay/pay.js +7 -2
  113. package/es/components/eftposPay/store/index.d.ts +1 -1
  114. package/es/components/eftposPay/windcave/windcave.js +9 -9
  115. package/es/components/eventBooking/components/Voucher/components/locales.d.ts +0 -22
  116. package/es/components/eventBooking/components/Voucher/components/locales.js +0 -22
  117. package/es/components/eventBooking/locales.d.ts +0 -162
  118. package/es/components/eventBooking/locales.js +0 -186
  119. package/es/components/kioskSkuDetail/index.js +10 -39
  120. package/es/components/kioskSkuDetail/locales.d.ts +0 -21
  121. package/es/components/kioskSkuDetail/locales.js +3 -24
  122. package/es/components/login/locales.d.ts +0 -14
  123. package/es/components/login/locales.js +0 -14
  124. package/es/components/pay/toC/PaymentMethods/MWCreditCard/tds2.js +1 -1
  125. package/es/components/pay/toC/PaymentMethods/WalletPass/List/index.d.ts +0 -1
  126. package/es/components/pay/toC/PaymentMethods/WalletPass/List/index.js +7 -18
  127. package/es/components/pay/toC/PaymentMethods/WalletPass/index.js +4 -3
  128. package/es/components/pay/toC/locales.d.ts +0 -204
  129. package/es/components/pay/toC/locales.js +0 -244
  130. package/es/components/pay/toC/serve.d.ts +0 -2
  131. package/es/components/pinModal/locales.d.ts +0 -16
  132. package/es/components/pinModal/locales.js +0 -16
  133. package/es/components/pinVerifyModal/locales.d.ts +0 -14
  134. package/es/components/pinVerifyModal/locales.js +0 -14
  135. package/es/components/pisellSelectCustomerModal/locales.d.ts +0 -52
  136. package/es/components/pisellSelectCustomerModal/locales.js +0 -52
  137. package/es/components/productExtension/locales.d.ts +0 -30
  138. package/es/components/productExtension/locales.js +0 -30
  139. package/es/components/productSelect/components/pisellPriceText/index.js +4 -8
  140. package/es/components/productSelect/locales.d.ts +0 -20
  141. package/es/components/productSelect/locales.js +3 -23
  142. package/es/components/ruleSetting/locales.d.ts +0 -30
  143. package/es/components/ruleSetting/locales.js +0 -30
  144. package/es/components/schedules/locales.d.ts +0 -56
  145. package/es/components/schedules/locales.js +0 -56
  146. package/es/components/shoppingCart/locales.d.ts +0 -20
  147. package/es/components/shoppingCart/locales.js +0 -24
  148. package/es/components/stepController/locales.d.ts +0 -16
  149. package/es/components/stepController/locales.js +0 -20
  150. package/es/components/subTotal/locales.d.ts +0 -26
  151. package/es/components/subTotal/locales.js +0 -26
  152. package/es/components/systemSettings/registry/components/ItemModal.js +35 -169
  153. package/es/components/systemSettings/registry/index.js +16 -20
  154. package/es/components/systemSettings/registry/index.less +7 -6
  155. package/es/components/systemSettings/registry/locales.d.ts +0 -253
  156. package/es/components/systemSettings/registry/locales.js +3 -262
  157. package/es/components/systemSettings/registry/services.d.ts +0 -20
  158. package/es/components/systemSettings/registry/types.d.ts +2 -15
  159. package/es/components/taxSelect/locales.d.ts +0 -14
  160. package/es/components/taxSelect/locales.js +0 -14
  161. package/es/components/ticketBooking/locales.d.ts +0 -130
  162. package/es/components/ticketBooking/locales.js +0 -156
  163. package/es/components/ticketBooking/utils/formatTime.d.ts +0 -2
  164. package/es/components/ticketBooking/utils/formatTime.js +2 -8
  165. package/es/components/wallet/utils.d.ts +1 -1
  166. package/es/components/walletList/index.js +0 -10
  167. package/es/components/walletList/locales.d.ts +0 -16
  168. package/es/components/walletList/locales.js +0 -16
  169. package/es/components/walletList/types/index.d.ts +0 -2
  170. package/es/hooks/useEngineContext.d.ts +0 -1
  171. package/es/hooks/useEngineContext.js +0 -7
  172. package/es/hooks/useLocale.js +1 -8
  173. package/es/index.d.ts +1 -12
  174. package/es/index.js +1 -11
  175. package/es/plus/contactInfo/locales.d.ts +0 -8
  176. package/es/plus/contactInfo/locales.js +0 -8
  177. package/es/plus/contactInfoModal/locales.d.ts +0 -42
  178. package/es/plus/contactInfoModal/locales.js +0 -42
  179. package/es/plus/productSelect/components/pisellPriceText/index.js +4 -8
  180. package/es/plus/productSelect/locales.d.ts +0 -20
  181. package/es/plus/productSelect/locales.js +3 -23
  182. package/es/plus/saasCreateOrganization/locales.d.ts +0 -8
  183. package/es/plus/saasCreateOrganization/locales.js +0 -8
  184. package/es/plus/saasLogin/locales.d.ts +0 -32
  185. package/es/plus/saasLogin/locales.js +0 -32
  186. package/es/plus/saasRegister/locales.d.ts +0 -76
  187. package/es/plus/saasRegister/locales.js +0 -76
  188. package/es/plus/selectHolder/locales.d.ts +0 -14
  189. package/es/plus/selectHolder/locales.js +0 -18
  190. package/es/plus/skuOptionsSelection/components/NormalCard/index.js +5 -6
  191. package/es/plus/skuOptionsSelection/components/OptionsCard/index.js +2 -3
  192. package/es/plus/skuOptionsSelection/components/OptionsCard/index.less +0 -2
  193. package/es/plus/skuOptionsSelection/index.js +2 -2
  194. package/es/plus/skuOptionsSelection/locales.d.ts +0 -20
  195. package/es/plus/skuOptionsSelection/locales.js +0 -20
  196. package/es/plus/skuOptionsSelection/store/store.js +1 -2
  197. package/es/plus/skuOptionsSelection/types.d.ts +0 -14
  198. package/es/plus/skuOptionsSelection/types.js +0 -4
  199. package/es/plus/skuOptionsSelection/utils/transformBundleGroup.js +1 -10
  200. package/es/plus/skuOptionsSelection/utils/transformOptionGroup.js +1 -10
  201. package/es/plus/skuOptionsSelection/utils/transformSelectorValueToValue.js +2 -9
  202. package/es/plus/skuOptionsSelection/utils/transformValueToSelectorValue.js +4 -8
  203. package/es/plus/skuOptionsSelection/utils/transformVariantGroup.js +2 -8
  204. package/es/plus/walletEditor/components/sortableWalletPassTypes/index.d.ts +0 -2
  205. package/es/plus/walletEditor/components/sortableWalletPassTypes/index.js +4 -12
  206. package/es/plus/walletEditor/locales.d.ts +0 -88
  207. package/es/plus/walletEditor/locales.js +0 -100
  208. package/es/plus/walletEditor/types.d.ts +0 -2
  209. package/es/plus/walletPassGallery/components/passDetail/index.d.ts +0 -1
  210. package/es/plus/walletPassGallery/components/passDetail/index.js +39 -80
  211. package/es/plus/walletPassGallery/components/passList/index.js +1 -8
  212. package/es/plus/walletPassGallery/components/timelineSection/index.d.ts +0 -2
  213. package/es/plus/walletPassGallery/components/timelineSection/index.js +2 -19
  214. package/es/plus/walletPassGallery/index.d.ts +0 -4
  215. package/es/plus/walletPassGallery/index.js +42 -90
  216. package/es/plus/walletPassGallery/locales.d.ts +0 -188
  217. package/es/plus/walletPassGallery/locales.js +0 -192
  218. package/es/plus/walletPassGallery/serve.d.ts +1 -3
  219. package/es/plus/walletPassGallery/serve.js +13 -13
  220. package/es/plus/walletPassGallery/utils.d.ts +1 -1
  221. package/es/pro/Cards/components/SKUCard/index.d.ts +56 -1
  222. package/es/pro/Cards/components/SKUCard/index.js +20 -50
  223. package/es/pro/Cards/components/SKUCard/index.less +2 -23
  224. package/es/pro/Login2.0/Login2.js +8 -8
  225. package/es/pro/Login2.0/locales.d.ts +0 -365
  226. package/es/pro/Login2.0/locales.js +0 -365
  227. package/es/pro/Login2.0/shared/types.d.ts +0 -2
  228. package/es/pro/NumericStepper/index.d.ts +3 -33
  229. package/es/pro/NumericStepper/index.js +107 -181
  230. package/es/pro/NumericStepper/index.less +143 -287
  231. package/es/pro/Selector/BatchSelectorDemo.js +12 -2
  232. package/es/pro/Selector/Selector.js +30 -39
  233. package/es/pro/Selector/SelectorGroup.d.ts +1 -1
  234. package/es/pro/Selector/SelectorGroup.js +1 -5
  235. package/es/pro/Selector/components/Card/index.js +10 -11
  236. package/es/pro/Selector/components/Card/index.less +14 -30
  237. package/es/pro/Selector/components/Indicator/index.d.ts +0 -1
  238. package/es/pro/Selector/components/Indicator/index.js +2 -3
  239. package/es/pro/Selector/components/Indicator/index.less +13 -16
  240. package/es/pro/Selector/components/LayoutContainer/index.d.ts +3 -5
  241. package/es/pro/Selector/components/LayoutContainer/index.js +9 -226
  242. package/es/pro/Selector/components/Media/index.d.ts +1 -1
  243. package/es/pro/Selector/components/Media/index.less +1 -1
  244. package/es/pro/Selector/demo.js +1 -1
  245. package/es/pro/Selector/hooks/usePresetItemProps.js +0 -2
  246. package/es/pro/Selector/hooks/usePresetProps.js +6 -60
  247. package/es/pro/Selector/locales.d.ts +0 -22
  248. package/es/pro/Selector/locales.js +0 -58
  249. package/es/pro/Selector/selector.less +64 -0
  250. package/es/pro/Selector/selectorGroup.less +1 -9
  251. package/es/pro/Selector/types.d.ts +0 -50
  252. package/es/pro/numberKeyboard/locales.d.ts +0 -6
  253. package/es/pro/numberKeyboard/locales.js +0 -6
  254. package/lib/components/appointmentBooking/components/Date/state.js +1 -3
  255. package/lib/components/appointmentBooking/locales.d.ts +0 -240
  256. package/lib/components/appointmentBooking/locales.js +0 -240
  257. package/lib/components/authentication/admin/AuthMethods/locales.d.ts +0 -164
  258. package/lib/components/authentication/admin/AuthMethods/locales.js +0 -164
  259. package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/index.js +9 -17
  260. package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.d.ts +0 -54
  261. package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.js +0 -54
  262. package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/types.d.ts +0 -2
  263. package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/index.js +0 -2
  264. package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.d.ts +0 -46
  265. package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.js +0 -46
  266. package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/types.d.ts +0 -2
  267. package/lib/components/authentication/admin/ChannelAuthSetting/OnlineShopAuth/index.js +6 -14
  268. package/lib/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.d.ts +0 -16
  269. package/lib/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.js +0 -16
  270. package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/index.js +2 -10
  271. package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.d.ts +0 -42
  272. package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.js +0 -42
  273. package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/types.d.ts +0 -2
  274. package/lib/components/authentication/admin/ChannelAuthSetting/SaaSManagermentAuth/index.js +6 -14
  275. package/lib/components/authentication/admin/ChannelAuthSetting/locales.d.ts +0 -24
  276. package/lib/components/authentication/admin/ChannelAuthSetting/locales.js +0 -24
  277. package/lib/components/authentication/admin/CustomerAuth/locales.d.ts +0 -42
  278. package/lib/components/authentication/admin/CustomerAuth/locales.js +0 -42
  279. package/lib/components/authentication/admin/CustomerOAuthConfig/locales.d.ts +0 -70
  280. package/lib/components/authentication/admin/CustomerOAuthConfig/locales.js +0 -70
  281. package/lib/components/authentication/admin/DeviceAuth/locales.d.ts +0 -36
  282. package/lib/components/authentication/admin/DeviceAuth/locales.js +0 -36
  283. package/lib/components/authentication/admin/OAuthConfig/locales.d.ts +0 -58
  284. package/lib/components/authentication/admin/OAuthConfig/locales.js +0 -58
  285. package/lib/components/authentication/admin/OrgAdminAuth/locales.d.ts +0 -34
  286. package/lib/components/authentication/admin/OrgAdminAuth/locales.js +0 -34
  287. package/lib/components/authentication/admin/POSOperatorAuth/locales.d.ts +0 -30
  288. package/lib/components/authentication/admin/POSOperatorAuth/locales.js +0 -30
  289. package/lib/components/authentication/admin/SaaSAdminAuth/locales.d.ts +0 -34
  290. package/lib/components/authentication/admin/SaaSAdminAuth/locales.js +0 -34
  291. package/lib/components/booking/components/footer/index.js +0 -5
  292. package/lib/components/booking/editBookingModal/locales.d.ts +0 -12
  293. package/lib/components/booking/editBookingModal/locales.js +0 -12
  294. package/lib/components/booking/editBookingModal/mock.d.ts +2 -186
  295. package/lib/components/booking/editBookingModal/mock.js +0 -22
  296. package/lib/components/booking/info/header/index.js +7 -7
  297. package/lib/components/booking/info/header/index.less +5 -5
  298. package/lib/components/booking/info2/service/addService/mock.d.ts +0 -2
  299. package/lib/components/booking/info2/service/addService/mock.js +0 -4
  300. package/lib/components/booking/locales.d.ts +0 -628
  301. package/lib/components/booking/locales.js +0 -680
  302. package/lib/components/eftpos/PairModal/hooks.d.ts +27 -0
  303. package/lib/components/eftpos/PairModal/hooks.js +70 -0
  304. package/lib/components/eftpos/PairModal/index.d.ts +11 -0
  305. package/lib/components/eftpos/PairModal/index.js +197 -0
  306. package/lib/components/eftpos/PairModal/index.less +70 -0
  307. package/lib/components/eftpos/assets/mx51SCI.svg +15 -0
  308. package/lib/components/eftpos/const.d.ts +3 -1
  309. package/lib/components/eftpos/const.js +2 -0
  310. package/lib/components/eftpos/device.d.ts +3 -1
  311. package/lib/components/eftpos/device.js +3 -3
  312. package/lib/components/eftpos/hooks.d.ts +13 -0
  313. package/lib/components/eftpos/hooks.js +30 -0
  314. package/lib/components/eftpos/index.js +101 -8
  315. package/lib/components/eftpos/index.less +26 -1
  316. package/lib/components/eftpos/locales.d.ts +27 -64
  317. package/lib/components/eftpos/locales.js +89 -78
  318. package/lib/components/eftposPay/aggregatePayment/hooks/usePayment.d.ts +6 -0
  319. package/lib/components/eftposPay/aggregatePayment/hooks/usePayment.js +152 -0
  320. package/lib/components/eftposPay/aggregatePayment/index.d.ts +3 -0
  321. package/lib/{plus/clinetSearch/serve.js → components/eftposPay/aggregatePayment/index.js} +10 -11
  322. package/lib/components/eftposPay/aggregatePayment/mock.d.ts +495 -0
  323. package/lib/components/eftposPay/aggregatePayment/mock.js +679 -0
  324. package/lib/components/eftposPay/aggregatePayment/service.d.ts +24 -0
  325. package/lib/components/eftposPay/aggregatePayment/service.js +81 -0
  326. package/lib/components/eftposPay/aggregatePayment/types.d.ts +101 -0
  327. package/lib/components/eftposPay/aggregatePayment/types.js +74 -0
  328. package/lib/components/eftposPay/aggregatePayment/utils/logs.d.ts +110 -0
  329. package/lib/components/eftposPay/aggregatePayment/utils/logs.js +302 -0
  330. package/lib/components/eftposPay/aggregatePayment/utils/payment.d.ts +132 -0
  331. package/lib/components/eftposPay/aggregatePayment/utils/payment.js +755 -0
  332. package/lib/components/eftposPay/app.d.ts +1 -1
  333. package/lib/components/eftposPay/const.d.ts +9 -2
  334. package/lib/components/eftposPay/const.js +3 -0
  335. package/lib/components/eftposPay/device.js +23 -108
  336. package/lib/components/eftposPay/hooks.d.ts +2 -1
  337. package/lib/components/eftposPay/hooks.js +16 -0
  338. package/lib/components/eftposPay/linkly/index.js +1 -0
  339. package/lib/components/eftposPay/locales.d.ts +0 -242
  340. package/lib/components/eftposPay/locales.js +0 -250
  341. package/lib/components/eftposPay/manufacturer.d.ts +1 -0
  342. package/lib/components/eftposPay/manufacturer.js +6 -0
  343. package/lib/components/eftposPay/mx51/Action.d.ts +7 -0
  344. package/lib/components/eftposPay/mx51/Action.js +152 -0
  345. package/lib/components/eftposPay/mx51/Result.d.ts +5 -0
  346. package/lib/components/{ecocup/components/MoreDropdown/index.js → eftposPay/mx51/Result.js} +43 -31
  347. package/lib/components/eftposPay/mx51/const.d.ts +5 -0
  348. package/lib/components/eftposPay/mx51/const.js +85 -0
  349. package/lib/components/eftposPay/mx51/index.d.ts +6 -0
  350. package/lib/components/eftposPay/mx51/index.js +355 -0
  351. package/lib/components/eftposPay/mx51/types.d.ts +138 -0
  352. package/lib/components/{ecocup/customerList/hooks/index.js → eftposPay/mx51/types.js} +18 -10
  353. package/lib/components/eftposPay/mx51/utils.d.ts +10 -0
  354. package/lib/components/eftposPay/mx51/utils.js +115 -0
  355. package/lib/components/eftposPay/pay.js +4 -2
  356. package/lib/components/eftposPay/store/index.d.ts +1 -1
  357. package/lib/components/eftposPay/windcave/windcave.js +9 -9
  358. package/lib/components/eventBooking/components/Voucher/components/locales.d.ts +0 -22
  359. package/lib/components/eventBooking/components/Voucher/components/locales.js +0 -22
  360. package/lib/components/eventBooking/locales.d.ts +0 -162
  361. package/lib/components/eventBooking/locales.js +0 -162
  362. package/lib/components/kioskSkuDetail/index.js +3 -27
  363. package/lib/components/kioskSkuDetail/locales.d.ts +0 -21
  364. package/lib/components/kioskSkuDetail/locales.js +3 -24
  365. package/lib/components/login/locales.d.ts +0 -14
  366. package/lib/components/login/locales.js +0 -14
  367. package/lib/components/pay/toC/PaymentMethods/MWCreditCard/tds2.js +1 -1
  368. package/lib/components/pay/toC/PaymentMethods/WalletPass/List/index.d.ts +0 -1
  369. package/lib/components/pay/toC/PaymentMethods/WalletPass/List/index.js +1 -7
  370. package/lib/components/pay/toC/PaymentMethods/WalletPass/index.js +4 -3
  371. package/lib/components/pay/toC/locales.d.ts +0 -204
  372. package/lib/components/pay/toC/locales.js +0 -204
  373. package/lib/components/pay/toC/serve.d.ts +0 -2
  374. package/lib/components/pinModal/locales.d.ts +0 -16
  375. package/lib/components/pinModal/locales.js +0 -16
  376. package/lib/components/pinVerifyModal/locales.d.ts +0 -14
  377. package/lib/components/pinVerifyModal/locales.js +0 -14
  378. package/lib/components/pisellSelectCustomerModal/locales.d.ts +0 -52
  379. package/lib/components/pisellSelectCustomerModal/locales.js +0 -52
  380. package/lib/components/productExtension/locales.d.ts +0 -30
  381. package/lib/components/productExtension/locales.js +0 -30
  382. package/lib/components/productSelect/components/pisellPriceText/index.js +4 -6
  383. package/lib/components/productSelect/locales.d.ts +0 -20
  384. package/lib/components/productSelect/locales.js +3 -23
  385. package/lib/components/ruleSetting/locales.d.ts +0 -30
  386. package/lib/components/ruleSetting/locales.js +0 -30
  387. package/lib/components/schedules/locales.d.ts +0 -56
  388. package/lib/components/schedules/locales.js +0 -56
  389. package/lib/components/shoppingCart/locales.d.ts +0 -20
  390. package/lib/components/shoppingCart/locales.js +0 -20
  391. package/lib/components/stepController/locales.d.ts +0 -16
  392. package/lib/components/stepController/locales.js +0 -16
  393. package/lib/components/subTotal/locales.d.ts +0 -26
  394. package/lib/components/subTotal/locales.js +0 -26
  395. package/lib/components/systemSettings/registry/components/ItemModal.js +225 -294
  396. package/lib/components/systemSettings/registry/index.js +16 -20
  397. package/lib/components/systemSettings/registry/index.less +7 -6
  398. package/lib/components/systemSettings/registry/locales.d.ts +0 -253
  399. package/lib/components/systemSettings/registry/locales.js +3 -262
  400. package/lib/components/systemSettings/registry/services.d.ts +0 -20
  401. package/lib/components/systemSettings/registry/types.d.ts +2 -15
  402. package/lib/components/taxSelect/locales.d.ts +0 -14
  403. package/lib/components/taxSelect/locales.js +0 -14
  404. package/lib/components/ticketBooking/locales.d.ts +0 -130
  405. package/lib/components/ticketBooking/locales.js +0 -136
  406. package/lib/components/ticketBooking/utils/formatTime.d.ts +0 -2
  407. package/lib/components/ticketBooking/utils/formatTime.js +2 -8
  408. package/lib/components/wallet/utils.d.ts +1 -1
  409. package/lib/components/walletList/index.js +0 -10
  410. package/lib/components/walletList/locales.d.ts +0 -16
  411. package/lib/components/walletList/locales.js +0 -16
  412. package/lib/components/walletList/types/index.d.ts +0 -2
  413. package/lib/hooks/useEngineContext.d.ts +0 -1
  414. package/lib/hooks/useEngineContext.js +2 -10
  415. package/lib/hooks/useLocale.js +2 -7
  416. package/lib/index.d.ts +1 -12
  417. package/lib/index.js +1 -31
  418. package/lib/plus/contactInfo/locales.d.ts +0 -8
  419. package/lib/plus/contactInfo/locales.js +0 -8
  420. package/lib/plus/contactInfoModal/locales.d.ts +0 -42
  421. package/lib/plus/contactInfoModal/locales.js +0 -42
  422. package/lib/plus/productSelect/components/pisellPriceText/index.js +4 -6
  423. package/lib/plus/productSelect/locales.d.ts +0 -20
  424. package/lib/plus/productSelect/locales.js +3 -23
  425. package/lib/plus/saasCreateOrganization/locales.d.ts +0 -8
  426. package/lib/plus/saasCreateOrganization/locales.js +0 -8
  427. package/lib/plus/saasLogin/locales.d.ts +0 -32
  428. package/lib/plus/saasLogin/locales.js +0 -32
  429. package/lib/plus/saasRegister/locales.d.ts +0 -76
  430. package/lib/plus/saasRegister/locales.js +0 -76
  431. package/lib/plus/selectHolder/locales.d.ts +0 -14
  432. package/lib/plus/selectHolder/locales.js +0 -14
  433. package/lib/plus/skuOptionsSelection/components/NormalCard/index.js +10 -11
  434. package/lib/plus/skuOptionsSelection/components/OptionsCard/index.js +2 -3
  435. package/lib/plus/skuOptionsSelection/components/OptionsCard/index.less +0 -2
  436. package/lib/plus/skuOptionsSelection/index.js +2 -2
  437. package/lib/plus/skuOptionsSelection/locales.d.ts +0 -20
  438. package/lib/plus/skuOptionsSelection/locales.js +0 -20
  439. package/lib/plus/skuOptionsSelection/store/store.js +1 -2
  440. package/lib/plus/skuOptionsSelection/types.d.ts +0 -14
  441. package/lib/plus/skuOptionsSelection/utils/transformBundleGroup.js +9 -15
  442. package/lib/plus/skuOptionsSelection/utils/transformOptionGroup.js +6 -9
  443. package/lib/plus/skuOptionsSelection/utils/transformSelectorValueToValue.js +2 -9
  444. package/lib/plus/skuOptionsSelection/utils/transformValueToSelectorValue.js +3 -7
  445. package/lib/plus/skuOptionsSelection/utils/transformVariantGroup.js +7 -8
  446. package/lib/plus/walletEditor/components/sortableWalletPassTypes/index.d.ts +0 -2
  447. package/lib/plus/walletEditor/components/sortableWalletPassTypes/index.js +4 -12
  448. package/lib/plus/walletEditor/locales.d.ts +0 -88
  449. package/lib/plus/walletEditor/locales.js +0 -100
  450. package/lib/plus/walletEditor/types.d.ts +0 -2
  451. package/lib/plus/walletPassGallery/components/passDetail/index.d.ts +0 -1
  452. package/lib/plus/walletPassGallery/components/passDetail/index.js +5 -42
  453. package/lib/plus/walletPassGallery/components/passList/index.js +3 -9
  454. package/lib/plus/walletPassGallery/components/timelineSection/index.d.ts +0 -2
  455. package/lib/plus/walletPassGallery/components/timelineSection/index.js +2 -17
  456. package/lib/plus/walletPassGallery/index.d.ts +0 -4
  457. package/lib/plus/walletPassGallery/index.js +42 -112
  458. package/lib/plus/walletPassGallery/locales.d.ts +0 -188
  459. package/lib/plus/walletPassGallery/locales.js +0 -192
  460. package/lib/plus/walletPassGallery/serve.d.ts +1 -3
  461. package/lib/plus/walletPassGallery/serve.js +2 -2
  462. package/lib/plus/walletPassGallery/utils.d.ts +1 -1
  463. package/lib/pro/Cards/components/SKUCard/index.d.ts +56 -1
  464. package/lib/pro/Cards/components/SKUCard/index.js +15 -59
  465. package/lib/pro/Cards/components/SKUCard/index.less +2 -23
  466. package/lib/pro/Login2.0/Login2.js +8 -8
  467. package/lib/pro/Login2.0/locales.d.ts +0 -365
  468. package/lib/pro/Login2.0/locales.js +0 -365
  469. package/lib/pro/Login2.0/shared/types.d.ts +0 -2
  470. package/lib/pro/NumericStepper/index.d.ts +3 -33
  471. package/lib/pro/NumericStepper/index.js +88 -184
  472. package/lib/pro/NumericStepper/index.less +143 -287
  473. package/lib/pro/Selector/BatchSelectorDemo.js +19 -13
  474. package/lib/pro/Selector/Selector.js +17 -34
  475. package/lib/pro/Selector/SelectorGroup.d.ts +1 -1
  476. package/lib/pro/Selector/SelectorGroup.js +1 -7
  477. package/lib/pro/Selector/components/Card/index.js +8 -19
  478. package/lib/pro/Selector/components/Card/index.less +14 -30
  479. package/lib/pro/Selector/components/Indicator/index.d.ts +0 -1
  480. package/lib/pro/Selector/components/Indicator/index.js +2 -2
  481. package/lib/pro/Selector/components/Indicator/index.less +13 -16
  482. package/lib/pro/Selector/components/LayoutContainer/index.d.ts +3 -5
  483. package/lib/pro/Selector/components/LayoutContainer/index.js +2 -130
  484. package/lib/pro/Selector/components/Media/index.d.ts +1 -1
  485. package/lib/pro/Selector/components/Media/index.js +4 -7
  486. package/lib/pro/Selector/components/Media/index.less +1 -1
  487. package/lib/pro/Selector/demo.js +1 -1
  488. package/lib/pro/Selector/hooks/usePresetItemProps.js +0 -2
  489. package/lib/pro/Selector/hooks/usePresetProps.js +6 -28
  490. package/lib/pro/Selector/locales.d.ts +0 -22
  491. package/lib/pro/Selector/locales.js +0 -50
  492. package/lib/pro/Selector/selector.less +64 -0
  493. package/lib/pro/Selector/selectorGroup.less +1 -9
  494. package/lib/pro/Selector/types.d.ts +0 -50
  495. package/lib/pro/numberKeyboard/locales.d.ts +0 -6
  496. package/lib/pro/numberKeyboard/locales.js +0 -6
  497. package/lowcode/selector/meta.ts +2 -15
  498. package/lowcode/selector.group/meta.ts +2 -15
  499. package/lowcode/sku-options-selection/meta.ts +2 -106
  500. package/lowcode/wallet-pass-gallery/meta.ts +1 -66
  501. package/package.json +6 -6
  502. package/es/components/ecocup/components/AddCustomerModal/index.d.ts +0 -10
  503. package/es/components/ecocup/components/AddCustomerModal/index.less +0 -9
  504. package/es/components/ecocup/components/CupActionList/index.d.ts +0 -14
  505. package/es/components/ecocup/components/CupActionList/index.js +0 -91
  506. package/es/components/ecocup/components/CupActionList/index.less +0 -102
  507. package/es/components/ecocup/components/CupActionModal/hooks.d.ts +0 -5
  508. package/es/components/ecocup/components/CupActionModal/hooks.js +0 -68
  509. package/es/components/ecocup/components/CupActionModal/index.d.ts +0 -15
  510. package/es/components/ecocup/components/CupActionModal/index.js +0 -92
  511. package/es/components/ecocup/components/CupActionModal/index.less +0 -38
  512. package/es/components/ecocup/components/CupInfoCard/index.d.ts +0 -10
  513. package/es/components/ecocup/components/CupInfoCard/index.js +0 -14
  514. package/es/components/ecocup/components/CupInfoCard/index.less +0 -11
  515. package/es/components/ecocup/components/CupStatusModal/hooks.d.ts +0 -36
  516. package/es/components/ecocup/components/CupStatusModal/hooks.js +0 -176
  517. package/es/components/ecocup/components/CupStatusModal/index.d.ts +0 -14
  518. package/es/components/ecocup/components/CupStatusModal/index.js +0 -281
  519. package/es/components/ecocup/components/CupStatusModal/index.less +0 -73
  520. package/es/components/ecocup/components/CustomerAndCupModal/hooks.d.ts +0 -14
  521. package/es/components/ecocup/components/CustomerAndCupModal/hooks.js +0 -133
  522. package/es/components/ecocup/components/CustomerAndCupModal/index.d.ts +0 -20
  523. package/es/components/ecocup/components/CustomerAndCupModal/index.js +0 -227
  524. package/es/components/ecocup/components/CustomerAndCupModal/index.less +0 -68
  525. package/es/components/ecocup/components/CustomerCard/index.d.ts +0 -9
  526. package/es/components/ecocup/components/CustomerCard/index.js +0 -37
  527. package/es/components/ecocup/components/CustomerCard/index.less +0 -50
  528. package/es/components/ecocup/components/MoreDropdown/index.d.ts +0 -9
  529. package/es/components/ecocup/components/MoreDropdown/index.js +0 -33
  530. package/es/components/ecocup/components/PageHeader/index.d.ts +0 -9
  531. package/es/components/ecocup/components/PageHeader/index.js +0 -47
  532. package/es/components/ecocup/components/PageHeader/index.less +0 -31
  533. package/es/components/ecocup/components/SearchBar/const.d.ts +0 -4
  534. package/es/components/ecocup/components/SearchBar/const.js +0 -16
  535. package/es/components/ecocup/components/SearchBar/hooks.d.ts +0 -44
  536. package/es/components/ecocup/components/SearchBar/hooks.js +0 -184
  537. package/es/components/ecocup/components/SearchBar/index.d.ts +0 -14
  538. package/es/components/ecocup/components/SearchBar/index.js +0 -248
  539. package/es/components/ecocup/components/SearchBar/index.less +0 -88
  540. package/es/components/ecocup/components/SettingModal/const.d.ts +0 -6
  541. package/es/components/ecocup/components/SettingModal/const.js +0 -17
  542. package/es/components/ecocup/components/SettingModal/index.d.ts +0 -9
  543. package/es/components/ecocup/components/SettingModal/index.js +0 -253
  544. package/es/components/ecocup/components/SettingModal/index.less +0 -9
  545. package/es/components/ecocup/cupList/const.d.ts +0 -140
  546. package/es/components/ecocup/cupList/const.js +0 -319
  547. package/es/components/ecocup/cupList/hooks/index.d.ts +0 -4
  548. package/es/components/ecocup/cupList/hooks/index.js +0 -4
  549. package/es/components/ecocup/cupList/hooks/useColumns.d.ts +0 -45
  550. package/es/components/ecocup/cupList/hooks/useColumns.js +0 -166
  551. package/es/components/ecocup/cupList/hooks/useCupApi.d.ts +0 -41
  552. package/es/components/ecocup/cupList/hooks/useCupApi.js +0 -312
  553. package/es/components/ecocup/cupList/hooks/useSummary.d.ts +0 -3
  554. package/es/components/ecocup/cupList/hooks/useSummary.js +0 -42
  555. package/es/components/ecocup/cupList/index.d.ts +0 -7
  556. package/es/components/ecocup/cupList/index.js +0 -268
  557. package/es/components/ecocup/cupList/index.less +0 -159
  558. package/es/components/ecocup/cupProject/const.d.ts +0 -7
  559. package/es/components/ecocup/cupProject/const.js +0 -33
  560. package/es/components/ecocup/cupProject/index.d.ts +0 -3
  561. package/es/components/ecocup/cupProject/index.js +0 -112
  562. package/es/components/ecocup/cupProject/index.less +0 -41
  563. package/es/components/ecocup/customerList/const.d.ts +0 -44
  564. package/es/components/ecocup/customerList/const.js +0 -67
  565. package/es/components/ecocup/customerList/hooks/index.d.ts +0 -3
  566. package/es/components/ecocup/customerList/hooks/index.js +0 -3
  567. package/es/components/ecocup/customerList/hooks/useColumns.d.ts +0 -15
  568. package/es/components/ecocup/customerList/hooks/useColumns.js +0 -44
  569. package/es/components/ecocup/customerList/hooks/useCustomerApi.d.ts +0 -15
  570. package/es/components/ecocup/customerList/hooks/useCustomerApi.js +0 -70
  571. package/es/components/ecocup/customerList/index.d.ts +0 -7
  572. package/es/components/ecocup/customerList/index.js +0 -127
  573. package/es/components/ecocup/customerList/index.less +0 -15
  574. package/es/components/ecocup/hooks.d.ts +0 -57
  575. package/es/components/ecocup/hooks.js +0 -168
  576. package/es/components/ecocup/locales.d.ts +0 -653
  577. package/es/components/ecocup/locales.js +0 -699
  578. package/es/components/ecocup/types.d.ts +0 -103
  579. package/es/components/ecocup/types.js +0 -36
  580. package/es/components/ecocup/utils/download.d.ts +0 -7
  581. package/es/components/ecocup/utils/download.js +0 -34
  582. package/es/components/ecocup/utils/index.d.ts +0 -2
  583. package/es/components/ecocup/utils/index.js +0 -2
  584. package/es/components/ecocup/utils/scanListener.d.ts +0 -20
  585. package/es/components/ecocup/utils/scanListener.js +0 -107
  586. package/es/components/systemSettings/registry/components/DataSourceTreeSelect/index.d.ts +0 -59
  587. package/es/components/systemSettings/registry/components/DataSourceTreeSelect/index.js +0 -390
  588. package/es/components/systemSettings/registry/components/DataSourceTreeSelect/serve.d.ts +0 -70
  589. package/es/components/systemSettings/registry/components/DataSourceTreeSelect/serve.js +0 -367
  590. package/es/components/systemSettings/registry/components/OptionDataSource/OptionTable.d.ts +0 -8
  591. package/es/components/systemSettings/registry/components/OptionDataSource/OptionTable.js +0 -163
  592. package/es/components/systemSettings/registry/components/OptionDataSource/index.d.ts +0 -10
  593. package/es/components/systemSettings/registry/components/OptionDataSource/index.js +0 -127
  594. package/es/components/systemSettings/registry/components/OptionDataSource/index.less +0 -37
  595. package/es/hooks/useThemeTokens.d.ts +0 -7
  596. package/es/hooks/useThemeTokens.js +0 -20
  597. package/es/hooks/useTranslationOriginal.d.ts +0 -1
  598. package/es/hooks/useTranslationOriginal.js +0 -10
  599. package/es/plus/clientCard/index.d.ts +0 -7
  600. package/es/plus/clientCard/index.js +0 -462
  601. package/es/plus/clientCard/index.less +0 -515
  602. package/es/plus/clientCard/line/index.d.ts +0 -9
  603. package/es/plus/clientCard/line/index.js +0 -157
  604. package/es/plus/clientCard/line/index.less +0 -142
  605. package/es/plus/clientCard/locales.d.ts +0 -28
  606. package/es/plus/clientCard/locales.js +0 -27
  607. package/es/plus/clientCard/types.d.ts +0 -135
  608. package/es/plus/clientCard/types.js +0 -1
  609. package/es/plus/clientCard/utils.d.ts +0 -8
  610. package/es/plus/clientCard/utils.js +0 -59
  611. package/es/plus/clinetSearch/Add/BirthdayField/index.d.ts +0 -3
  612. package/es/plus/clinetSearch/Add/BirthdayField/index.js +0 -277
  613. package/es/plus/clinetSearch/Add/GenderField/index.d.ts +0 -3
  614. package/es/plus/clinetSearch/Add/GenderField/index.js +0 -18
  615. package/es/plus/clinetSearch/Add/PhoneField/index.d.ts +0 -3
  616. package/es/plus/clinetSearch/Add/PhoneField/index.js +0 -52
  617. package/es/plus/clinetSearch/Add/PhoneField/serve.d.ts +0 -2
  618. package/es/plus/clinetSearch/Add/PhoneField/serve.js +0 -166
  619. package/es/plus/clinetSearch/Add/index.d.ts +0 -18
  620. package/es/plus/clinetSearch/Add/index.js +0 -213
  621. package/es/plus/clinetSearch/Add/index.less +0 -30
  622. package/es/plus/clinetSearch/InfiniteScroll/InfiniteScroll.d.ts +0 -5
  623. package/es/plus/clinetSearch/InfiniteScroll/InfiniteScroll.js +0 -265
  624. package/es/plus/clinetSearch/InfiniteScroll/index.d.ts +0 -2
  625. package/es/plus/clinetSearch/InfiniteScroll/index.js +0 -1
  626. package/es/plus/clinetSearch/InfiniteScroll/types.d.ts +0 -46
  627. package/es/plus/clinetSearch/InfiniteScroll/types.js +0 -1
  628. package/es/plus/clinetSearch/index.d.ts +0 -18
  629. package/es/plus/clinetSearch/index.js +0 -234
  630. package/es/plus/clinetSearch/index.less +0 -95
  631. package/es/plus/clinetSearch/locales.d.ts +0 -178
  632. package/es/plus/clinetSearch/locales.js +0 -177
  633. package/es/plus/clinetSearch/serve.d.ts +0 -1
  634. package/es/plus/clinetSearch/serve.js +0 -31
  635. package/es/plus/clinetSearch/types.d.ts +0 -70
  636. package/es/plus/clinetSearch/types.js +0 -1
  637. package/es/plus/orderList/components/BatchActionBar.d.ts +0 -9
  638. package/es/plus/orderList/components/BatchActionBar.js +0 -835
  639. package/es/plus/orderList/components/FilterList.d.ts +0 -8
  640. package/es/plus/orderList/components/FilterList.js +0 -78
  641. package/es/plus/orderList/components/HandleActions.d.ts +0 -5
  642. package/es/plus/orderList/components/HandleActions.js +0 -24
  643. package/es/plus/orderList/components/QuickFilter.d.ts +0 -5
  644. package/es/plus/orderList/components/QuickFilter.js +0 -14
  645. package/es/plus/orderList/components/Reset.d.ts +0 -7
  646. package/es/plus/orderList/components/Reset.js +0 -23
  647. package/es/plus/orderList/components/Toolbar.d.ts +0 -6
  648. package/es/plus/orderList/components/Toolbar.js +0 -57
  649. package/es/plus/orderList/config.d.ts +0 -155
  650. package/es/plus/orderList/config.js +0 -786
  651. package/es/plus/orderList/index.d.ts +0 -9
  652. package/es/plus/orderList/index.js +0 -128
  653. package/es/plus/orderList/index.less +0 -125
  654. package/es/plus/orderList/locales.d.ts +0 -618
  655. package/es/plus/orderList/locales.js +0 -733
  656. package/es/plus/orderList/serve.d.ts +0 -42
  657. package/es/plus/orderList/serve.js +0 -351
  658. package/es/plus/saasAttendance/index.d.ts +0 -6
  659. package/es/plus/saasAttendance/index.js +0 -5
  660. package/es/plus/saasAttendance/locales.d.ts +0 -591
  661. package/es/plus/saasAttendance/locales.js +0 -657
  662. package/es/plus/saasAttendance/settings/BasicInfoTab.d.ts +0 -5
  663. package/es/plus/saasAttendance/settings/BasicInfoTab.js +0 -96
  664. package/es/plus/saasAttendance/settings/ClockInMethodTab.d.ts +0 -8
  665. package/es/plus/saasAttendance/settings/ClockInMethodTab.js +0 -81
  666. package/es/plus/saasAttendance/settings/CorrectionPolicyTab.d.ts +0 -8
  667. package/es/plus/saasAttendance/settings/CorrectionPolicyTab.js +0 -293
  668. package/es/plus/saasAttendance/settings/PermissonTab.d.ts +0 -5
  669. package/es/plus/saasAttendance/settings/PermissonTab.js +0 -79
  670. package/es/plus/saasAttendance/settings/ShiftScheduleTab.d.ts +0 -5
  671. package/es/plus/saasAttendance/settings/ShiftScheduleTab.js +0 -115
  672. package/es/plus/saasAttendance/settings/components/MapField.d.ts +0 -78
  673. package/es/plus/saasAttendance/settings/components/MapField.js +0 -848
  674. package/es/plus/saasAttendance/settings/components/index.d.ts +0 -3
  675. package/es/plus/saasAttendance/settings/components/index.js +0 -2
  676. package/es/plus/saasAttendance/settings/components/membersField/index.d.ts +0 -8
  677. package/es/plus/saasAttendance/settings/components/membersField/index.js +0 -216
  678. package/es/plus/saasAttendance/settings/components/membersField/index.less +0 -70
  679. package/es/plus/saasAttendance/settings/components/shiftModal/ShiftPreview.d.ts +0 -7
  680. package/es/plus/saasAttendance/settings/components/shiftModal/ShiftPreview.js +0 -149
  681. package/es/plus/saasAttendance/settings/components/shiftModal/ShiftPreview.less +0 -119
  682. package/es/plus/saasAttendance/settings/components/shiftModal/index.d.ts +0 -18
  683. package/es/plus/saasAttendance/settings/components/shiftModal/index.js +0 -438
  684. package/es/plus/saasAttendance/settings/index.d.ts +0 -18
  685. package/es/plus/saasAttendance/settings/index.js +0 -262
  686. package/es/plus/saasAttendance/settings/index.less +0 -510
  687. package/es/plus/saasAttendance/settings/serve.d.ts +0 -27
  688. package/es/plus/saasAttendance/settings/serve.js +0 -83
  689. package/es/plus/saasAttendance/settings/types.d.ts +0 -136
  690. package/es/plus/saasAttendance/settings/types.js +0 -1
  691. package/es/plus/saasRole/components/PermissionManager/index.d.ts +0 -19
  692. package/es/plus/saasRole/components/PermissionManager/index.js +0 -211
  693. package/es/plus/saasRole/components/PermissionManager/index.less +0 -71
  694. package/es/plus/saasRole/index.d.ts +0 -14
  695. package/es/plus/saasRole/index.js +0 -1036
  696. package/es/plus/saasRole/index.less +0 -196
  697. package/es/plus/saasRole/locales.d.ts +0 -319
  698. package/es/plus/saasRole/locales.js +0 -319
  699. package/es/plus/saasRole/serve.d.ts +0 -72
  700. package/es/plus/saasRole/serve.js +0 -304
  701. package/es/plus/saasRole/types.d.ts +0 -177
  702. package/es/plus/saasRole/types.js +0 -1
  703. package/es/plus/saasRole/utils.d.ts +0 -0
  704. package/es/plus/saasRole/utils.js +0 -0
  705. package/es/plus/saasTeamMembers/components/MemberDrawer/ExtensionFormTabContent.d.ts +0 -31
  706. package/es/plus/saasTeamMembers/components/MemberDrawer/ExtensionFormTabContent.js +0 -503
  707. package/es/plus/saasTeamMembers/components/MemberDrawer/index.d.ts +0 -23
  708. package/es/plus/saasTeamMembers/components/MemberDrawer/index.js +0 -634
  709. package/es/plus/saasTeamMembers/components/MemberDrawer/index.less +0 -178
  710. package/es/plus/saasTeamMembers/index.d.ts +0 -5
  711. package/es/plus/saasTeamMembers/index.js +0 -529
  712. package/es/plus/saasTeamMembers/index.less +0 -87
  713. package/es/plus/saasTeamMembers/locales.d.ts +0 -546
  714. package/es/plus/saasTeamMembers/locales.js +0 -591
  715. package/es/plus/saasTeamMembers/serve.d.ts +0 -95
  716. package/es/plus/saasTeamMembers/serve.js +0 -374
  717. package/es/plus/saasTeamMembers/type.d.ts +0 -158
  718. package/es/plus/saasTeamMembers/type.js +0 -1
  719. package/es/pro/Cards/components/SKUCard/locales.d.ts +0 -12
  720. package/es/pro/Cards/components/SKUCard/locales.js +0 -11
  721. package/es/pro/Cards/components/SKUCard/types.d.ts +0 -73
  722. package/es/pro/Cards/components/SKUCard/types.js +0 -1
  723. package/es/pro/Selector/components/LayoutContainer/index.less +0 -19
  724. package/es/pro/comprehensiveSearch/components/deviceIconGroup/index.d.ts +0 -11
  725. package/es/pro/comprehensiveSearch/components/deviceIconGroup/index.js +0 -54
  726. package/es/pro/comprehensiveSearch/components/deviceIconGroup/index.less +0 -28
  727. package/es/pro/comprehensiveSearch/components/index.d.ts +0 -2
  728. package/es/pro/comprehensiveSearch/components/index.js +0 -2
  729. package/es/pro/comprehensiveSearch/components/searchSection/index.d.ts +0 -24
  730. package/es/pro/comprehensiveSearch/components/searchSection/index.js +0 -141
  731. package/es/pro/comprehensiveSearch/components/searchSection/index.less +0 -100
  732. package/es/pro/comprehensiveSearch/components/searchSection/locales.d.ts +0 -23
  733. package/es/pro/comprehensiveSearch/components/searchSection/locales.js +0 -22
  734. package/es/pro/comprehensiveSearch/hooks/useNativeScanner.d.ts +0 -5
  735. package/es/pro/comprehensiveSearch/hooks/useNativeScanner.js +0 -24
  736. package/es/pro/comprehensiveSearch/hooks/useTerminalPeripherals.d.ts +0 -9
  737. package/es/pro/comprehensiveSearch/hooks/useTerminalPeripherals.js +0 -44
  738. package/es/pro/comprehensiveSearch/index.d.ts +0 -7
  739. package/es/pro/comprehensiveSearch/index.js +0 -207
  740. package/es/pro/comprehensiveSearch/index.less +0 -196
  741. package/es/pro/comprehensiveSearch/locales.d.ts +0 -23
  742. package/es/pro/comprehensiveSearch/locales.js +0 -22
  743. package/es/pro/comprehensiveSearch/types.d.ts +0 -32
  744. package/es/pro/comprehensiveSearch/types.js +0 -1
  745. package/es/pro/keyboards/index.d.ts +0 -2
  746. package/es/pro/keyboards/index.js +0 -1
  747. package/es/pro/keyboards/locales.d.ts +0 -38
  748. package/es/pro/keyboards/locales.js +0 -57
  749. package/es/pro/keyboards/numberKeyboard/index.d.ts +0 -16
  750. package/es/pro/keyboards/numberKeyboard/index.js +0 -523
  751. package/es/pro/keyboards/numberKeyboard/index.less +0 -59
  752. package/es/pro/keyboards/numberKeyboard/types.d.ts +0 -63
  753. package/es/pro/keyboards/numberKeyboard/types.js +0 -1
  754. package/es/pro/pisellPhoneKeyboard/index.d.ts +0 -13
  755. package/es/pro/pisellPhoneKeyboard/index.js +0 -210
  756. package/es/pro/pisellPhoneKeyboard/index.less +0 -157
  757. package/es/pro/pisellPhoneKeyboard/locales.d.ts +0 -18
  758. package/es/pro/pisellPhoneKeyboard/locales.js +0 -17
  759. package/lib/components/ecocup/components/AddCustomerModal/index.d.ts +0 -10
  760. package/lib/components/ecocup/components/AddCustomerModal/index.js +0 -212
  761. package/lib/components/ecocup/components/AddCustomerModal/index.less +0 -9
  762. package/lib/components/ecocup/components/CupActionList/index.d.ts +0 -14
  763. package/lib/components/ecocup/components/CupActionList/index.js +0 -116
  764. package/lib/components/ecocup/components/CupActionList/index.less +0 -102
  765. package/lib/components/ecocup/components/CupActionModal/hooks.d.ts +0 -5
  766. package/lib/components/ecocup/components/CupActionModal/hooks.js +0 -55
  767. package/lib/components/ecocup/components/CupActionModal/index.d.ts +0 -15
  768. package/lib/components/ecocup/components/CupActionModal/index.js +0 -125
  769. package/lib/components/ecocup/components/CupActionModal/index.less +0 -38
  770. package/lib/components/ecocup/components/CupInfoCard/index.d.ts +0 -10
  771. package/lib/components/ecocup/components/CupInfoCard/index.js +0 -43
  772. package/lib/components/ecocup/components/CupInfoCard/index.less +0 -11
  773. package/lib/components/ecocup/components/CupStatusModal/hooks.d.ts +0 -36
  774. package/lib/components/ecocup/components/CupStatusModal/hooks.js +0 -115
  775. package/lib/components/ecocup/components/CupStatusModal/index.d.ts +0 -14
  776. package/lib/components/ecocup/components/CupStatusModal/index.js +0 -221
  777. package/lib/components/ecocup/components/CupStatusModal/index.less +0 -73
  778. package/lib/components/ecocup/components/CustomerAndCupModal/hooks.d.ts +0 -14
  779. package/lib/components/ecocup/components/CustomerAndCupModal/hooks.js +0 -89
  780. package/lib/components/ecocup/components/CustomerAndCupModal/index.d.ts +0 -20
  781. package/lib/components/ecocup/components/CustomerAndCupModal/index.js +0 -178
  782. package/lib/components/ecocup/components/CustomerAndCupModal/index.less +0 -68
  783. package/lib/components/ecocup/components/CustomerCard/index.d.ts +0 -9
  784. package/lib/components/ecocup/components/CustomerCard/index.js +0 -58
  785. package/lib/components/ecocup/components/CustomerCard/index.less +0 -50
  786. package/lib/components/ecocup/components/MoreDropdown/index.d.ts +0 -9
  787. package/lib/components/ecocup/components/PageHeader/index.d.ts +0 -9
  788. package/lib/components/ecocup/components/PageHeader/index.js +0 -66
  789. package/lib/components/ecocup/components/PageHeader/index.less +0 -31
  790. package/lib/components/ecocup/components/SearchBar/const.d.ts +0 -4
  791. package/lib/components/ecocup/components/SearchBar/const.js +0 -50
  792. package/lib/components/ecocup/components/SearchBar/hooks.d.ts +0 -44
  793. package/lib/components/ecocup/components/SearchBar/hooks.js +0 -135
  794. package/lib/components/ecocup/components/SearchBar/index.d.ts +0 -14
  795. package/lib/components/ecocup/components/SearchBar/index.js +0 -226
  796. package/lib/components/ecocup/components/SearchBar/index.less +0 -88
  797. package/lib/components/ecocup/components/SettingModal/const.d.ts +0 -6
  798. package/lib/components/ecocup/components/SettingModal/const.js +0 -48
  799. package/lib/components/ecocup/components/SettingModal/index.d.ts +0 -9
  800. package/lib/components/ecocup/components/SettingModal/index.js +0 -199
  801. package/lib/components/ecocup/components/SettingModal/index.less +0 -9
  802. package/lib/components/ecocup/cupList/const.d.ts +0 -140
  803. package/lib/components/ecocup/cupList/const.js +0 -344
  804. package/lib/components/ecocup/cupList/hooks/index.d.ts +0 -4
  805. package/lib/components/ecocup/cupList/hooks/index.js +0 -43
  806. package/lib/components/ecocup/cupList/hooks/useColumns.d.ts +0 -45
  807. package/lib/components/ecocup/cupList/hooks/useColumns.js +0 -200
  808. package/lib/components/ecocup/cupList/hooks/useCupApi.d.ts +0 -41
  809. package/lib/components/ecocup/cupList/hooks/useCupApi.js +0 -227
  810. package/lib/components/ecocup/cupList/hooks/useSummary.d.ts +0 -3
  811. package/lib/components/ecocup/cupList/hooks/useSummary.js +0 -83
  812. package/lib/components/ecocup/cupList/index.d.ts +0 -7
  813. package/lib/components/ecocup/cupList/index.js +0 -262
  814. package/lib/components/ecocup/cupList/index.less +0 -159
  815. package/lib/components/ecocup/cupProject/const.d.ts +0 -7
  816. package/lib/components/ecocup/cupProject/const.js +0 -65
  817. package/lib/components/ecocup/cupProject/index.d.ts +0 -3
  818. package/lib/components/ecocup/cupProject/index.js +0 -135
  819. package/lib/components/ecocup/cupProject/index.less +0 -41
  820. package/lib/components/ecocup/customerList/const.d.ts +0 -44
  821. package/lib/components/ecocup/customerList/const.js +0 -93
  822. package/lib/components/ecocup/customerList/hooks/index.d.ts +0 -3
  823. package/lib/components/ecocup/customerList/hooks/useColumns.d.ts +0 -15
  824. package/lib/components/ecocup/customerList/hooks/useColumns.js +0 -89
  825. package/lib/components/ecocup/customerList/hooks/useCustomerApi.d.ts +0 -15
  826. package/lib/components/ecocup/customerList/hooks/useCustomerApi.js +0 -56
  827. package/lib/components/ecocup/customerList/index.d.ts +0 -7
  828. package/lib/components/ecocup/customerList/index.js +0 -138
  829. package/lib/components/ecocup/customerList/index.less +0 -15
  830. package/lib/components/ecocup/hooks.d.ts +0 -57
  831. package/lib/components/ecocup/hooks.js +0 -169
  832. package/lib/components/ecocup/locales.d.ts +0 -653
  833. package/lib/components/ecocup/locales.js +0 -706
  834. package/lib/components/ecocup/types.d.ts +0 -103
  835. package/lib/components/ecocup/types.js +0 -57
  836. package/lib/components/ecocup/utils/download.d.ts +0 -7
  837. package/lib/components/ecocup/utils/download.js +0 -47
  838. package/lib/components/ecocup/utils/index.d.ts +0 -2
  839. package/lib/components/ecocup/utils/index.js +0 -42
  840. package/lib/components/ecocup/utils/scanListener.d.ts +0 -20
  841. package/lib/components/ecocup/utils/scanListener.js +0 -90
  842. package/lib/components/systemSettings/registry/components/DataSourceTreeSelect/index.d.ts +0 -59
  843. package/lib/components/systemSettings/registry/components/DataSourceTreeSelect/index.js +0 -228
  844. package/lib/components/systemSettings/registry/components/DataSourceTreeSelect/serve.d.ts +0 -70
  845. package/lib/components/systemSettings/registry/components/DataSourceTreeSelect/serve.js +0 -195
  846. package/lib/components/systemSettings/registry/components/OptionDataSource/OptionTable.d.ts +0 -8
  847. package/lib/components/systemSettings/registry/components/OptionDataSource/OptionTable.js +0 -166
  848. package/lib/components/systemSettings/registry/components/OptionDataSource/index.d.ts +0 -10
  849. package/lib/components/systemSettings/registry/components/OptionDataSource/index.js +0 -210
  850. package/lib/components/systemSettings/registry/components/OptionDataSource/index.less +0 -37
  851. package/lib/hooks/useThemeTokens.d.ts +0 -7
  852. package/lib/hooks/useThemeTokens.js +0 -40
  853. package/lib/hooks/useTranslationOriginal.d.ts +0 -1
  854. package/lib/hooks/useTranslationOriginal.js +0 -42
  855. package/lib/plus/clientCard/index.d.ts +0 -7
  856. package/lib/plus/clientCard/index.js +0 -457
  857. package/lib/plus/clientCard/index.less +0 -515
  858. package/lib/plus/clientCard/line/index.d.ts +0 -9
  859. package/lib/plus/clientCard/line/index.js +0 -153
  860. package/lib/plus/clientCard/line/index.less +0 -142
  861. package/lib/plus/clientCard/locales.d.ts +0 -28
  862. package/lib/plus/clientCard/locales.js +0 -51
  863. package/lib/plus/clientCard/types.d.ts +0 -135
  864. package/lib/plus/clientCard/types.js +0 -17
  865. package/lib/plus/clientCard/utils.d.ts +0 -8
  866. package/lib/plus/clientCard/utils.js +0 -75
  867. package/lib/plus/clinetSearch/Add/BirthdayField/index.d.ts +0 -3
  868. package/lib/plus/clinetSearch/Add/BirthdayField/index.js +0 -256
  869. package/lib/plus/clinetSearch/Add/GenderField/index.d.ts +0 -3
  870. package/lib/plus/clinetSearch/Add/GenderField/index.js +0 -52
  871. package/lib/plus/clinetSearch/Add/PhoneField/index.d.ts +0 -3
  872. package/lib/plus/clinetSearch/Add/PhoneField/index.js +0 -78
  873. package/lib/plus/clinetSearch/Add/PhoneField/serve.d.ts +0 -2
  874. package/lib/plus/clinetSearch/Add/PhoneField/serve.js +0 -193
  875. package/lib/plus/clinetSearch/Add/index.d.ts +0 -18
  876. package/lib/plus/clinetSearch/Add/index.js +0 -244
  877. package/lib/plus/clinetSearch/Add/index.less +0 -30
  878. package/lib/plus/clinetSearch/InfiniteScroll/InfiniteScroll.d.ts +0 -5
  879. package/lib/plus/clinetSearch/InfiniteScroll/InfiniteScroll.js +0 -235
  880. package/lib/plus/clinetSearch/InfiniteScroll/index.d.ts +0 -2
  881. package/lib/plus/clinetSearch/InfiniteScroll/index.js +0 -35
  882. package/lib/plus/clinetSearch/InfiniteScroll/types.d.ts +0 -46
  883. package/lib/plus/clinetSearch/InfiniteScroll/types.js +0 -17
  884. package/lib/plus/clinetSearch/index.d.ts +0 -18
  885. package/lib/plus/clinetSearch/index.js +0 -237
  886. package/lib/plus/clinetSearch/index.less +0 -95
  887. package/lib/plus/clinetSearch/locales.d.ts +0 -178
  888. package/lib/plus/clinetSearch/locales.js +0 -201
  889. package/lib/plus/clinetSearch/serve.d.ts +0 -1
  890. package/lib/plus/clinetSearch/types.d.ts +0 -70
  891. package/lib/plus/clinetSearch/types.js +0 -17
  892. package/lib/plus/orderList/components/BatchActionBar.d.ts +0 -9
  893. package/lib/plus/orderList/components/BatchActionBar.js +0 -567
  894. package/lib/plus/orderList/components/FilterList.d.ts +0 -8
  895. package/lib/plus/orderList/components/FilterList.js +0 -121
  896. package/lib/plus/orderList/components/HandleActions.d.ts +0 -5
  897. package/lib/plus/orderList/components/HandleActions.js +0 -52
  898. package/lib/plus/orderList/components/QuickFilter.d.ts +0 -5
  899. package/lib/plus/orderList/components/QuickFilter.js +0 -43
  900. package/lib/plus/orderList/components/Reset.d.ts +0 -7
  901. package/lib/plus/orderList/components/Reset.js +0 -58
  902. package/lib/plus/orderList/components/Toolbar.d.ts +0 -6
  903. package/lib/plus/orderList/components/Toolbar.js +0 -68
  904. package/lib/plus/orderList/config.d.ts +0 -155
  905. package/lib/plus/orderList/config.js +0 -764
  906. package/lib/plus/orderList/index.d.ts +0 -9
  907. package/lib/plus/orderList/index.js +0 -132
  908. package/lib/plus/orderList/index.less +0 -125
  909. package/lib/plus/orderList/locales.d.ts +0 -618
  910. package/lib/plus/orderList/locales.js +0 -737
  911. package/lib/plus/orderList/serve.d.ts +0 -42
  912. package/lib/plus/orderList/serve.js +0 -177
  913. package/lib/plus/saasAttendance/index.d.ts +0 -6
  914. package/lib/plus/saasAttendance/index.js +0 -39
  915. package/lib/plus/saasAttendance/locales.d.ts +0 -591
  916. package/lib/plus/saasAttendance/locales.js +0 -615
  917. package/lib/plus/saasAttendance/settings/BasicInfoTab.d.ts +0 -5
  918. package/lib/plus/saasAttendance/settings/BasicInfoTab.js +0 -152
  919. package/lib/plus/saasAttendance/settings/ClockInMethodTab.d.ts +0 -8
  920. package/lib/plus/saasAttendance/settings/ClockInMethodTab.js +0 -88
  921. package/lib/plus/saasAttendance/settings/CorrectionPolicyTab.d.ts +0 -8
  922. package/lib/plus/saasAttendance/settings/CorrectionPolicyTab.js +0 -369
  923. package/lib/plus/saasAttendance/settings/PermissonTab.d.ts +0 -5
  924. package/lib/plus/saasAttendance/settings/PermissonTab.js +0 -128
  925. package/lib/plus/saasAttendance/settings/ShiftScheduleTab.d.ts +0 -5
  926. package/lib/plus/saasAttendance/settings/ShiftScheduleTab.js +0 -107
  927. package/lib/plus/saasAttendance/settings/components/MapField.d.ts +0 -78
  928. package/lib/plus/saasAttendance/settings/components/MapField.js +0 -670
  929. package/lib/plus/saasAttendance/settings/components/index.d.ts +0 -3
  930. package/lib/plus/saasAttendance/settings/components/index.js +0 -42
  931. package/lib/plus/saasAttendance/settings/components/membersField/index.d.ts +0 -8
  932. package/lib/plus/saasAttendance/settings/components/membersField/index.js +0 -247
  933. package/lib/plus/saasAttendance/settings/components/membersField/index.less +0 -70
  934. package/lib/plus/saasAttendance/settings/components/shiftModal/ShiftPreview.d.ts +0 -7
  935. package/lib/plus/saasAttendance/settings/components/shiftModal/ShiftPreview.js +0 -150
  936. package/lib/plus/saasAttendance/settings/components/shiftModal/ShiftPreview.less +0 -119
  937. package/lib/plus/saasAttendance/settings/components/shiftModal/index.d.ts +0 -18
  938. package/lib/plus/saasAttendance/settings/components/shiftModal/index.js +0 -447
  939. package/lib/plus/saasAttendance/settings/index.d.ts +0 -18
  940. package/lib/plus/saasAttendance/settings/index.js +0 -295
  941. package/lib/plus/saasAttendance/settings/index.less +0 -510
  942. package/lib/plus/saasAttendance/settings/serve.d.ts +0 -27
  943. package/lib/plus/saasAttendance/settings/serve.js +0 -54
  944. package/lib/plus/saasAttendance/settings/types.d.ts +0 -136
  945. package/lib/plus/saasAttendance/settings/types.js +0 -17
  946. package/lib/plus/saasRole/components/PermissionManager/index.d.ts +0 -19
  947. package/lib/plus/saasRole/components/PermissionManager/index.js +0 -159
  948. package/lib/plus/saasRole/components/PermissionManager/index.less +0 -71
  949. package/lib/plus/saasRole/index.d.ts +0 -14
  950. package/lib/plus/saasRole/index.js +0 -780
  951. package/lib/plus/saasRole/index.less +0 -196
  952. package/lib/plus/saasRole/locales.d.ts +0 -319
  953. package/lib/plus/saasRole/locales.js +0 -345
  954. package/lib/plus/saasRole/serve.d.ts +0 -72
  955. package/lib/plus/saasRole/serve.js +0 -100
  956. package/lib/plus/saasRole/types.d.ts +0 -177
  957. package/lib/plus/saasRole/types.js +0 -17
  958. package/lib/plus/saasRole/utils.d.ts +0 -0
  959. package/lib/plus/saasRole/utils.js +0 -0
  960. package/lib/plus/saasTeamMembers/components/MemberDrawer/ExtensionFormTabContent.d.ts +0 -31
  961. package/lib/plus/saasTeamMembers/components/MemberDrawer/ExtensionFormTabContent.js +0 -393
  962. package/lib/plus/saasTeamMembers/components/MemberDrawer/index.d.ts +0 -23
  963. package/lib/plus/saasTeamMembers/components/MemberDrawer/index.js +0 -672
  964. package/lib/plus/saasTeamMembers/components/MemberDrawer/index.less +0 -178
  965. package/lib/plus/saasTeamMembers/index.d.ts +0 -5
  966. package/lib/plus/saasTeamMembers/index.js +0 -448
  967. package/lib/plus/saasTeamMembers/index.less +0 -87
  968. package/lib/plus/saasTeamMembers/locales.d.ts +0 -546
  969. package/lib/plus/saasTeamMembers/locales.js +0 -617
  970. package/lib/plus/saasTeamMembers/serve.d.ts +0 -95
  971. package/lib/plus/saasTeamMembers/serve.js +0 -132
  972. package/lib/plus/saasTeamMembers/type.d.ts +0 -158
  973. package/lib/plus/saasTeamMembers/type.js +0 -17
  974. package/lib/pro/Cards/components/SKUCard/locales.d.ts +0 -12
  975. package/lib/pro/Cards/components/SKUCard/locales.js +0 -35
  976. package/lib/pro/Cards/components/SKUCard/types.d.ts +0 -73
  977. package/lib/pro/Cards/components/SKUCard/types.js +0 -17
  978. package/lib/pro/Selector/components/LayoutContainer/index.less +0 -19
  979. package/lib/pro/comprehensiveSearch/components/deviceIconGroup/index.d.ts +0 -11
  980. package/lib/pro/comprehensiveSearch/components/deviceIconGroup/index.js +0 -64
  981. package/lib/pro/comprehensiveSearch/components/deviceIconGroup/index.less +0 -28
  982. package/lib/pro/comprehensiveSearch/components/index.d.ts +0 -2
  983. package/lib/pro/comprehensiveSearch/components/index.js +0 -42
  984. package/lib/pro/comprehensiveSearch/components/searchSection/index.d.ts +0 -24
  985. package/lib/pro/comprehensiveSearch/components/searchSection/index.js +0 -154
  986. package/lib/pro/comprehensiveSearch/components/searchSection/index.less +0 -100
  987. package/lib/pro/comprehensiveSearch/components/searchSection/locales.d.ts +0 -23
  988. package/lib/pro/comprehensiveSearch/components/searchSection/locales.js +0 -46
  989. package/lib/pro/comprehensiveSearch/hooks/useNativeScanner.d.ts +0 -5
  990. package/lib/pro/comprehensiveSearch/hooks/useNativeScanner.js +0 -56
  991. package/lib/pro/comprehensiveSearch/hooks/useTerminalPeripherals.d.ts +0 -9
  992. package/lib/pro/comprehensiveSearch/hooks/useTerminalPeripherals.js +0 -70
  993. package/lib/pro/comprehensiveSearch/index.d.ts +0 -7
  994. package/lib/pro/comprehensiveSearch/index.js +0 -190
  995. package/lib/pro/comprehensiveSearch/index.less +0 -196
  996. package/lib/pro/comprehensiveSearch/locales.d.ts +0 -23
  997. package/lib/pro/comprehensiveSearch/locales.js +0 -46
  998. package/lib/pro/comprehensiveSearch/types.d.ts +0 -32
  999. package/lib/pro/comprehensiveSearch/types.js +0 -17
  1000. package/lib/pro/keyboards/index.d.ts +0 -2
  1001. package/lib/pro/keyboards/index.js +0 -39
  1002. package/lib/pro/keyboards/locales.d.ts +0 -38
  1003. package/lib/pro/keyboards/locales.js +0 -61
  1004. package/lib/pro/keyboards/numberKeyboard/index.d.ts +0 -16
  1005. package/lib/pro/keyboards/numberKeyboard/index.js +0 -400
  1006. package/lib/pro/keyboards/numberKeyboard/index.less +0 -59
  1007. package/lib/pro/keyboards/numberKeyboard/types.d.ts +0 -63
  1008. package/lib/pro/keyboards/numberKeyboard/types.js +0 -17
  1009. package/lib/pro/pisellPhoneKeyboard/index.d.ts +0 -13
  1010. package/lib/pro/pisellPhoneKeyboard/index.js +0 -219
  1011. package/lib/pro/pisellPhoneKeyboard/index.less +0 -157
  1012. package/lib/pro/pisellPhoneKeyboard/locales.d.ts +0 -18
  1013. package/lib/pro/pisellPhoneKeyboard/locales.js +0 -41
  1014. package/lowcode/client-card/fragments/cardStyle.ts +0 -63
  1015. package/lowcode/client-card/fragments/nameStyle.ts +0 -34
  1016. package/lowcode/client-card/fragments/pisellAvatar.ts +0 -87
  1017. package/lowcode/client-card/fragments/tagConfig.ts +0 -88
  1018. package/lowcode/client-card/meta.ts +0 -343
  1019. package/lowcode/client-search/meta.ts +0 -316
  1020. package/lowcode/eco-cup-list/meta.ts +0 -63
  1021. package/lowcode/eco-customer-list/meta.ts +0 -63
  1022. package/lowcode/ecocup-cup-list/meta.ts +0 -38
  1023. package/lowcode/ecocup-cup-project/meta.ts +0 -35
  1024. package/lowcode/ecocup-customer-list/meta.ts +0 -38
  1025. package/lowcode/order-list/meta.ts +0 -87
  1026. package/lowcode/saas-attendance-settings/meta.ts +0 -56
  1027. package/lowcode/saas-role/meta.ts +0 -35
  1028. package/lowcode/saas-team-members/meta.ts +0 -35
@@ -0,0 +1,755 @@
1
+ var __create = Object.create;
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __getProtoOf = Object.getPrototypeOf;
6
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
7
+ var __export = (target, all) => {
8
+ for (var name in all)
9
+ __defProp(target, name, { get: all[name], enumerable: true });
10
+ };
11
+ var __copyProps = (to, from, except, desc) => {
12
+ if (from && typeof from === "object" || typeof from === "function") {
13
+ for (let key of __getOwnPropNames(from))
14
+ if (!__hasOwnProp.call(to, key) && key !== except)
15
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
16
+ }
17
+ return to;
18
+ };
19
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
20
+ // If the importer is in node compatibility mode or this is not an ESM
21
+ // file that has been converted to a CommonJS file using a Babel-
22
+ // compatible transform (i.e. "__esModule" has not been set), then set
23
+ // "default" to the CommonJS "module.exports" for node compatibility.
24
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
25
+ mod
26
+ ));
27
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
28
+
29
+ // src/components/eftposPay/aggregatePayment/utils/payment.ts
30
+ var payment_exports = {};
31
+ __export(payment_exports, {
32
+ default: () => payment_default
33
+ });
34
+ module.exports = __toCommonJS(payment_exports);
35
+ var import_const = require("../../const");
36
+ var import_logs = __toESM(require("./logs"));
37
+ var import_service = require("../service");
38
+ var import_helper = require("../../helper");
39
+ var import_types = require("../types");
40
+ var PaymentMethod = class {
41
+ /** 初始化参数 */
42
+ initOptions;
43
+ // 交易号
44
+ paymentNum;
45
+ // 订单ID
46
+ orderId;
47
+ // 设备ID
48
+ deviceId;
49
+ // 统一回调函数
50
+ callback;
51
+ // 检查是否应该继续处理结果
52
+ shouldContinue;
53
+ // 配置
54
+ config = {};
55
+ // 主请求的 AbortController(支付/退款等)
56
+ controller = null;
57
+ // 查询请求的 AbortController
58
+ queryController = null;
59
+ // 开始轮询的定时器
60
+ queryStartTimer = null;
61
+ // 全局超时定时器
62
+ globalTimeoutTimer = null;
63
+ // 单次请求超时定时器
64
+ requestTimeoutTimer = null;
65
+ // 轮询间隔定时器
66
+ queryIntervalTimer = null;
67
+ // 是否已经完成(成功或失败)
68
+ isFinished = false;
69
+ // 是否正在轮询中
70
+ isQuerying = false;
71
+ // 当前操作类型
72
+ currentActionType = null;
73
+ // 当前查询的唯一ID(时间戳),用于防止过期响应被处理
74
+ currentQueryId = "";
75
+ // 当前执行的唯一ID(时间戳),用于防止旧的请求响应被处理
76
+ currentRunId = "";
77
+ // 当前查询API
78
+ currentQueryApi = null;
79
+ constructor(options) {
80
+ this.initOptions = options;
81
+ this.paymentNum = options.paymentNum;
82
+ this.orderId = options.orderId;
83
+ this.deviceId = options.deviceId;
84
+ this.callback = options.callback;
85
+ this.shouldContinue = options.shouldContinue || (() => true);
86
+ this.config = options.config || {};
87
+ import_logs.default.init(this.paymentNum, {
88
+ orderId: this.orderId,
89
+ deviceId: this.deviceId,
90
+ paymentCode: (options == null ? void 0 : options.paymentCode) || ""
91
+ });
92
+ }
93
+ /**
94
+ * 判断请求是否需要等待轮询结果
95
+ * 1. 有明确错误code且不是超时和支付超时,则直接失败
96
+ * @param code 错误码
97
+ */
98
+ isRequestFailed(code) {
99
+ return code && `${code}` !== import_const.PayStatus.Timeout && `${code}` !== import_const.PayStatus.PayTimeout;
100
+ }
101
+ /**
102
+ * 清理定时器和请求控制器
103
+ */
104
+ cleanupTimersAndControllers() {
105
+ if (this.controller) {
106
+ this.controller.abort();
107
+ this.controller = null;
108
+ }
109
+ if (this.queryController) {
110
+ this.queryController.abort();
111
+ this.queryController = null;
112
+ }
113
+ if (this.queryStartTimer) {
114
+ clearTimeout(this.queryStartTimer);
115
+ this.queryStartTimer = null;
116
+ }
117
+ if (this.globalTimeoutTimer) {
118
+ clearTimeout(this.globalTimeoutTimer);
119
+ this.globalTimeoutTimer = null;
120
+ }
121
+ if (this.requestTimeoutTimer) {
122
+ clearTimeout(this.requestTimeoutTimer);
123
+ this.requestTimeoutTimer = null;
124
+ }
125
+ if (this.queryIntervalTimer) {
126
+ clearTimeout(this.queryIntervalTimer);
127
+ this.queryIntervalTimer = null;
128
+ }
129
+ }
130
+ /**
131
+ * 清理资源并重置状态
132
+ * @param markAsFinished 是否标记为已完成(true: 操作完成; false: 准备新操作)
133
+ */
134
+ clean(markAsFinished = false) {
135
+ console.log("🧹 清理资源", { markAsFinished });
136
+ this.cleanupTimersAndControllers();
137
+ this.isQuerying = false;
138
+ this.isFinished = markAsFinished;
139
+ this.currentQueryApi = null;
140
+ this.currentActionType = null;
141
+ }
142
+ /**
143
+ * 开始新的操作流程(统一的流程初始化)
144
+ * @param actionType 操作类型
145
+ * @returns 本次流程的唯一ID
146
+ */
147
+ startNewOperation(actionType) {
148
+ const runId = (0, import_helper.getUuid)();
149
+ this.currentRunId = runId;
150
+ import_logs.default.addLog({
151
+ title: `触发新的操作:${actionType}`,
152
+ content: { actionType, runId }
153
+ });
154
+ this.clean(false);
155
+ this.currentActionType = actionType;
156
+ return runId;
157
+ }
158
+ /**
159
+ * 处理操作过程
160
+ */
161
+ handleOperationProcess(res) {
162
+ if (!this.currentActionType) {
163
+ return;
164
+ }
165
+ const actionType = this.currentActionType;
166
+ try {
167
+ this.callback(this, {
168
+ status: import_types.EPaymentStatus.Processing,
169
+ actionType,
170
+ data: res
171
+ });
172
+ } catch (error) {
173
+ console.error("⚠️ 回调执行出错:", error);
174
+ import_logs.default.addLog({ title: "回调执行出错", content: error });
175
+ }
176
+ }
177
+ /**
178
+ * 处理成功结果
179
+ */
180
+ handleOperationSuccess(res) {
181
+ if (this.isFinished || !this.shouldContinue() || !this.currentActionType) {
182
+ import_logs.default.addLog({
183
+ title: "操作结果:已完成或不应继续处理,忽略操作成功结果",
184
+ content: { actionType: this.currentActionType, res }
185
+ });
186
+ return;
187
+ }
188
+ const actionType = this.currentActionType;
189
+ import_logs.default.addLog({
190
+ title: "操作结果:成功",
191
+ content: { actionType, res }
192
+ });
193
+ this.clean(true);
194
+ try {
195
+ this.callback(this, {
196
+ status: import_types.EPaymentStatus.Success,
197
+ actionType,
198
+ data: res
199
+ });
200
+ } catch (error) {
201
+ console.error("⚠️ 回调执行出错:", error);
202
+ import_logs.default.addLog({ title: "回调执行出错", content: error });
203
+ }
204
+ }
205
+ /**
206
+ * 处理错误(最终失败)
207
+ * @param error 错误信息
208
+ */
209
+ handleOperationError(error) {
210
+ if (this.isFinished || !this.shouldContinue() || !this.currentActionType) {
211
+ console.log(`⚠️ 已完成或不应继续处理,忽略操作错误`);
212
+ return;
213
+ }
214
+ const actionType = this.currentActionType;
215
+ import_logs.default.addLog({
216
+ title: "操作结果:失败",
217
+ content: { actionType, error }
218
+ });
219
+ this.clean(true);
220
+ try {
221
+ this.callback(this, {
222
+ status: import_types.EPaymentStatus.Failed,
223
+ actionType,
224
+ data: error
225
+ });
226
+ } catch (err) {
227
+ console.error("⚠️ 回调执行出错:", err);
228
+ import_logs.default.addLog({ title: "回调执行出错", content: err });
229
+ }
230
+ }
231
+ /**
232
+ * 处理接口响应
233
+ */
234
+ handleResponse(res) {
235
+ var _a;
236
+ if (!this.currentActionType) {
237
+ return;
238
+ }
239
+ let needContinue = true;
240
+ const { external_unified_status } = ((_a = res == null ? void 0 : res.data) == null ? void 0 : _a.external_unified_response) || {};
241
+ switch (external_unified_status) {
242
+ case import_types.EPaymentStatus.Success:
243
+ this.handleOperationSuccess(res);
244
+ needContinue = false;
245
+ break;
246
+ case import_types.EPaymentStatus.Failed:
247
+ this.handleOperationError(res);
248
+ needContinue = false;
249
+ break;
250
+ case import_types.EPaymentStatus.Processing:
251
+ default:
252
+ this.handleOperationProcess(res);
253
+ needContinue = true;
254
+ break;
255
+ }
256
+ return needContinue;
257
+ }
258
+ /**
259
+ * 创建超时 Promise
260
+ */
261
+ createTimeoutPromise(timeoutMs) {
262
+ return new Promise((_, reject) => {
263
+ this.requestTimeoutTimer = setTimeout(() => {
264
+ console.log(`⏱️ 单次查询超时(${timeoutMs / 1e3}秒),强制终止`);
265
+ if (this.queryController) {
266
+ this.queryController.abort();
267
+ }
268
+ reject(new Error("REQUEST_TIMEOUT"));
269
+ }, timeoutMs);
270
+ });
271
+ }
272
+ /**
273
+ * 单次查询请求
274
+ */
275
+ async performQuery(actionType) {
276
+ var _a, _b;
277
+ if (this.isFinished || !this.shouldContinue()) {
278
+ import_logs.default.addLog({
279
+ title: "查询前置校验:已完成或不应继续处理,取消查询"
280
+ });
281
+ return;
282
+ }
283
+ if (!this.currentQueryApi) {
284
+ import_logs.default.addLog({ title: "查询API未设置,取消查询" });
285
+ return;
286
+ }
287
+ if (this.queryController) {
288
+ this.queryController.abort();
289
+ this.queryController = null;
290
+ }
291
+ if (this.requestTimeoutTimer) {
292
+ clearTimeout(this.requestTimeoutTimer);
293
+ this.requestTimeoutTimer = null;
294
+ }
295
+ const queryId = (0, import_helper.getUuid)();
296
+ this.currentQueryId = queryId;
297
+ this.queryController = new AbortController();
298
+ const { signal } = this.queryController;
299
+ import_logs.default.addLog({ title: "查询轮询:开始单次查询" });
300
+ try {
301
+ const res = await Promise.race([
302
+ this.currentQueryApi(
303
+ {
304
+ order_id: this.orderId,
305
+ unique_payment_number: this.paymentNum,
306
+ payment_code: (_a = this.initOptions) == null ? void 0 : _a.paymentCode,
307
+ request_version: queryId,
308
+ is_outer_response_info: 1,
309
+ // TODO: MX51审核需要,后续需要删除
310
+ is_force_request_api: 1
311
+ },
312
+ { signal }
313
+ ),
314
+ this.createTimeoutPromise(import_types.REQUEST_TIMEOUT)
315
+ ]);
316
+ import_logs.default.addLog({
317
+ title: "查询轮询:单次查询返回",
318
+ content: { actionType, res }
319
+ });
320
+ if (this.requestTimeoutTimer) {
321
+ clearTimeout(this.requestTimeoutTimer);
322
+ this.requestTimeoutTimer = null;
323
+ }
324
+ if (((_b = res == null ? void 0 : res.data) == null ? void 0 : _b.request_version) !== this.currentQueryId) {
325
+ import_logs.default.addLog({ title: "查询轮询结果:过期的查询响应,忽略" });
326
+ return;
327
+ }
328
+ if (this.isFinished || !this.shouldContinue()) {
329
+ import_logs.default.addLog({ title: "查询轮询结果:已完成或不应继续处理" });
330
+ return;
331
+ }
332
+ if (res && `${res.code}` === "200") {
333
+ import_logs.default.addLog({ title: "查询轮询结果:查询成功" });
334
+ const needContinue = this.handleResponse(res);
335
+ if (needContinue) {
336
+ this.scheduleNextQuery(actionType);
337
+ }
338
+ return;
339
+ }
340
+ if (this.isRequestFailed(res == null ? void 0 : res.code)) {
341
+ import_logs.default.addLog({
342
+ title: "查询轮询结果:有明确错误code,停止轮询",
343
+ content: res
344
+ });
345
+ this.handleOperationError(res);
346
+ } else {
347
+ import_logs.default.addLog({
348
+ title: "查询轮询结果:查询返回失败但没有明确code或超时code,继续轮询",
349
+ content: res
350
+ });
351
+ this.scheduleNextQuery(actionType);
352
+ }
353
+ } catch (error) {
354
+ if (this.requestTimeoutTimer) {
355
+ clearTimeout(this.requestTimeoutTimer);
356
+ this.requestTimeoutTimer = null;
357
+ }
358
+ if (queryId !== this.currentQueryId) {
359
+ import_logs.default.addLog({
360
+ title: "查询轮询结果:error-过期的查询异常,忽略"
361
+ });
362
+ return;
363
+ }
364
+ if (this.isFinished || !this.shouldContinue()) {
365
+ return;
366
+ }
367
+ if ((error == null ? void 0 : error.name) === "AbortError" || (error == null ? void 0 : error.message) === "REQUEST_TIMEOUT") {
368
+ import_logs.default.addLog({
369
+ title: "查询轮询结果:error-请求被取消或超时,继续轮询"
370
+ });
371
+ this.scheduleNextQuery(actionType);
372
+ return;
373
+ }
374
+ if (this.isRequestFailed(error == null ? void 0 : error.code)) {
375
+ import_logs.default.addLog({
376
+ title: "查询轮询结果:error-有明确错误code,停止轮询",
377
+ content: error
378
+ });
379
+ this.handleOperationError(error);
380
+ } else {
381
+ import_logs.default.addLog({
382
+ title: "查询轮询结果:error-无明确code或者code不是超时,继续轮询",
383
+ content: error
384
+ });
385
+ this.scheduleNextQuery(actionType);
386
+ }
387
+ }
388
+ }
389
+ /**
390
+ * 安排下一次查询
391
+ */
392
+ scheduleNextQuery(actionType) {
393
+ var _a;
394
+ if (this.isFinished || !this.shouldContinue()) {
395
+ return;
396
+ }
397
+ if (this.queryIntervalTimer) {
398
+ clearTimeout(this.queryIntervalTimer);
399
+ }
400
+ if (((_a = this.config) == null ? void 0 : _a.hasQueryInterval) === false) {
401
+ import_logs.default.addLog({
402
+ title: "查询轮询:立即安排下一次查询",
403
+ content: { actionType }
404
+ });
405
+ this.performQuery(actionType);
406
+ } else {
407
+ this.queryIntervalTimer = setTimeout(() => {
408
+ import_logs.default.addLog({
409
+ title: "查询轮询:安排下一次查询",
410
+ content: { actionType }
411
+ });
412
+ this.performQuery(actionType);
413
+ }, import_types.QUERY_INTERVAL);
414
+ }
415
+ }
416
+ /**
417
+ * 开始轮询
418
+ */
419
+ startQuery(actionType) {
420
+ if (this.isFinished || !this.shouldContinue() || this.isQuerying) {
421
+ return;
422
+ }
423
+ this.isQuerying = true;
424
+ import_logs.default.addLog({ title: "开始轮询", content: { actionType } });
425
+ this.globalTimeoutTimer = setTimeout(() => {
426
+ if (this.isFinished) {
427
+ return;
428
+ }
429
+ import_logs.default.addLog({
430
+ title: "轮询全局超时(2分钟),终止所有请求",
431
+ content: { actionType }
432
+ });
433
+ this.handleOperationError({
434
+ code: import_const.PayStatus.Timeout,
435
+ message: "交易超时"
436
+ });
437
+ }, import_types.GLOBAL_TIMEOUT);
438
+ this.performQuery(actionType);
439
+ }
440
+ /**
441
+ * 获取操作API和查询API
442
+ */
443
+ getActionApi(actionType) {
444
+ let actionApi = null;
445
+ let queryApi = null;
446
+ switch (actionType) {
447
+ case import_types.ActionType.Pay:
448
+ actionApi = import_service.AGPTPayApi;
449
+ queryApi = import_service.AGPTQueryApi;
450
+ break;
451
+ case import_types.ActionType.PayAction:
452
+ actionApi = import_service.AGPTActionApi;
453
+ queryApi = import_service.AGPTQueryApi;
454
+ break;
455
+ case import_types.ActionType.PayQuery:
456
+ queryApi = import_service.AGPTQueryApi;
457
+ break;
458
+ case import_types.ActionType.Refund:
459
+ actionApi = import_service.AGPTRefundApi;
460
+ queryApi = import_service.AGPTRefundQueryApi;
461
+ break;
462
+ case import_types.ActionType.RefundAction:
463
+ actionApi = import_service.AGPTRefundActionApi;
464
+ queryApi = import_service.AGPTRefundQueryApi;
465
+ break;
466
+ case import_types.ActionType.RefundQuery:
467
+ queryApi = import_service.AGPTRefundQueryApi;
468
+ break;
469
+ }
470
+ return { actionApi, queryApi };
471
+ }
472
+ /**
473
+ * 执行纯查询操作(不需要先调用支付/退款接口)
474
+ */
475
+ async runQuery(options) {
476
+ const { actionType } = options;
477
+ this.startNewOperation(actionType);
478
+ const { queryApi } = this.getActionApi(actionType);
479
+ if (!queryApi) {
480
+ const error = new Error(`${actionType}查询接口不存在`);
481
+ this.handleOperationError(error);
482
+ return;
483
+ }
484
+ this.currentQueryApi = queryApi;
485
+ import_logs.default.addLog({ title: `开始${actionType}查询轮询` });
486
+ this.startQuery(actionType);
487
+ }
488
+ /**
489
+ * 执行操作的核心方法
490
+ */
491
+ async run(runOptions) {
492
+ var _a;
493
+ const { actionType, params } = runOptions;
494
+ const runId = this.startNewOperation(actionType);
495
+ import_logs.default.addLog({
496
+ title: "请求参数",
497
+ content: { params }
498
+ });
499
+ const { actionApi, queryApi } = this.getActionApi(actionType);
500
+ if (!actionApi) {
501
+ const error = new Error(`${actionType}接口不存在`);
502
+ this.handleOperationError(error);
503
+ return;
504
+ }
505
+ this.currentQueryApi = queryApi;
506
+ if (queryApi !== null) {
507
+ this.queryStartTimer = setTimeout(() => {
508
+ import_logs.default.addLog({
509
+ title: "操作后10秒开始轮询",
510
+ content: { actionType }
511
+ });
512
+ this.startQuery(actionType);
513
+ }, import_types.QUERY_START_DELAY);
514
+ }
515
+ this.controller = new AbortController();
516
+ const { signal } = this.controller;
517
+ try {
518
+ import_logs.default.addLog({
519
+ title: `发起${actionType}请求`,
520
+ content: { actionType, params }
521
+ });
522
+ const res = await actionApi(
523
+ { ...params, request_version: runId, is_outer_response_info: 1 },
524
+ { signal }
525
+ );
526
+ import_logs.default.addLog({
527
+ title: "请求返回",
528
+ content: { params, actionType, res }
529
+ });
530
+ if (runId != ((_a = res == null ? void 0 : res.data) == null ? void 0 : _a.request_version)) {
531
+ import_logs.default.addLog({ title: "响应过期,忽略", content: { actionType } });
532
+ return;
533
+ }
534
+ if (this.isFinished || !this.shouldContinue()) {
535
+ import_logs.default.addLog({
536
+ title: "返回时已完成或不应继续处理",
537
+ content: { actionType }
538
+ });
539
+ return;
540
+ }
541
+ if (res && `${res.code}` === "200") {
542
+ import_logs.default.addLog({
543
+ title: `${actionType}接口成功`,
544
+ content: { actionType, res }
545
+ });
546
+ const needContinue = this.handleResponse(res);
547
+ if (needContinue) {
548
+ import_logs.default.addLog({
549
+ title: `${actionType}接口返回processing,开始轮询`
550
+ });
551
+ if (this.queryStartTimer) {
552
+ clearTimeout(this.queryStartTimer);
553
+ this.queryStartTimer = null;
554
+ }
555
+ this.startQuery(actionType);
556
+ }
557
+ return;
558
+ }
559
+ if (this.isRequestFailed(res == null ? void 0 : res.code)) {
560
+ import_logs.default.addLog({
561
+ title: `${actionType}接口返回失败`,
562
+ content: { actionType, res }
563
+ });
564
+ this.handleOperationError(res);
565
+ } else {
566
+ import_logs.default.addLog({
567
+ title: `${actionType}超时或无明确错误,等待轮询结果`,
568
+ content: { actionType, res }
569
+ });
570
+ if (this.queryStartTimer) {
571
+ clearTimeout(this.queryStartTimer);
572
+ this.queryStartTimer = null;
573
+ }
574
+ this.startQuery(actionType);
575
+ }
576
+ } catch (error) {
577
+ if (runId !== this.currentRunId) {
578
+ import_logs.default.addLog({ title: "响应过期,忽略", content: { actionType } });
579
+ return;
580
+ }
581
+ if (this.isFinished || !this.shouldContinue()) {
582
+ import_logs.default.addLog({
583
+ title: "异常时已完成或不应继续处理",
584
+ content: { actionType }
585
+ });
586
+ return;
587
+ }
588
+ if (this.isRequestFailed(error == null ? void 0 : error.code)) {
589
+ import_logs.default.addLog({
590
+ title: `${actionType}接口异常`,
591
+ content: { actionType, error }
592
+ });
593
+ this.handleOperationError(error);
594
+ } else {
595
+ import_logs.default.addLog({
596
+ title: `${actionType}超时或无明确错误,等待轮询结果`,
597
+ content: { actionType, error }
598
+ });
599
+ }
600
+ }
601
+ }
602
+ /**
603
+ * 执行操作
604
+ */
605
+ async runAction(actionOptions) {
606
+ var _a;
607
+ const { actionType, params, config } = actionOptions;
608
+ console.log("runAction_actionOptions", actionOptions);
609
+ const runActionId = this.startNewOperation(actionType);
610
+ import_logs.default.addLog({
611
+ title: "请求参数",
612
+ content: { params }
613
+ });
614
+ const { actionApi, queryApi } = this.getActionApi(actionType);
615
+ if (!actionApi) {
616
+ const error = new Error(`${actionType}操作接口不存在`);
617
+ this.handleOperationError(error);
618
+ return;
619
+ }
620
+ this.currentQueryApi = queryApi;
621
+ this.controller = new AbortController();
622
+ const { signal } = this.controller;
623
+ try {
624
+ const res = await actionApi(
625
+ {
626
+ ...params || {},
627
+ request_version: runActionId,
628
+ is_outer_response_info: 1
629
+ },
630
+ { signal }
631
+ );
632
+ if (this.isFinished || !this.shouldContinue()) {
633
+ import_logs.default.addLog({
634
+ title: "Action返回时已完成或不应继续处理,忽略",
635
+ content: { actionType }
636
+ });
637
+ return;
638
+ }
639
+ if (runActionId !== ((_a = res == null ? void 0 : res.data) == null ? void 0 : _a.request_version)) {
640
+ import_logs.default.addLog({
641
+ title: "Action响应过期,忽略",
642
+ content: { actionType }
643
+ });
644
+ return;
645
+ }
646
+ if (config == null ? void 0 : config.needResponse) {
647
+ this.handleResponse(res);
648
+ return;
649
+ }
650
+ import_logs.default.addLog({
651
+ title: "Action请求返回,开始轮询",
652
+ content: { actionType }
653
+ });
654
+ this.startQuery(actionType);
655
+ } catch (error) {
656
+ if (this.isFinished || !this.shouldContinue()) {
657
+ import_logs.default.addLog({
658
+ title: "Action异常时已完成或不应继续处理,忽略",
659
+ content: { actionType }
660
+ });
661
+ return;
662
+ }
663
+ if (runActionId !== this.currentRunId) {
664
+ import_logs.default.addLog({
665
+ title: "Action响应过期,忽略",
666
+ content: { actionType }
667
+ });
668
+ return;
669
+ }
670
+ import_logs.default.addLog({
671
+ title: "Action请求异常,开始轮询",
672
+ content: { actionType, error }
673
+ });
674
+ this.startQuery(actionType);
675
+ }
676
+ }
677
+ /**
678
+ * 支付
679
+ * @param params 支付参数
680
+ */
681
+ pay(params) {
682
+ this.run({
683
+ actionType: import_types.ActionType.Pay,
684
+ params
685
+ });
686
+ }
687
+ /**
688
+ * 支付取消
689
+ * @param params 取消参数
690
+ */
691
+ payAction(params, config) {
692
+ this.runAction({
693
+ actionType: import_types.ActionType.PayAction,
694
+ params,
695
+ config
696
+ });
697
+ }
698
+ /**
699
+ * 退款
700
+ * @param params 退款参数
701
+ */
702
+ refund(params) {
703
+ this.run({
704
+ actionType: import_types.ActionType.Refund,
705
+ params
706
+ });
707
+ }
708
+ /**
709
+ * 退款取消
710
+ * @param params 取消参数
711
+ */
712
+ refundAction(params, config) {
713
+ this.runAction({
714
+ actionType: import_types.ActionType.RefundAction,
715
+ params,
716
+ config
717
+ });
718
+ }
719
+ /**
720
+ * 支付查询(直接查询,带2分钟超时和轮询机制)
721
+ */
722
+ payQuery() {
723
+ this.runQuery({
724
+ actionType: import_types.ActionType.PayQuery
725
+ });
726
+ }
727
+ /**
728
+ * 退款查询(直接查询,带2分钟超时和轮询机制)
729
+ */
730
+ refundQuery() {
731
+ this.runQuery({
732
+ actionType: import_types.ActionType.RefundQuery
733
+ });
734
+ }
735
+ /**
736
+ * 停止操作,后续依然可以重新发起操作
737
+ */
738
+ stop() {
739
+ import_logs.default.addLog({
740
+ title: "停止操作",
741
+ content: { actionType: this.currentActionType }
742
+ });
743
+ this.clean(true);
744
+ }
745
+ /**
746
+ * 销毁实例(完全清理并上传日志)
747
+ * 注意:销毁后实例不可再使用
748
+ */
749
+ destroy() {
750
+ import_logs.default.addLog({ title: "销毁实例,完成所有流程" });
751
+ this.clean(true);
752
+ import_logs.default.clearLogs();
753
+ }
754
+ };
755
+ var payment_default = PaymentMethod;