@pisell/private-materials 6.3.112 → 6.3.114

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 (1234) 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 +152 -152
  7. package/build/lowcode/render/default/view.css +1 -1
  8. package/build/lowcode/render/default/view.js +10 -18
  9. package/build/lowcode/view.css +1 -1
  10. package/build/lowcode/view.js +10 -18
  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/components/footer/utils.js +4 -4
  50. package/es/components/booking/editBookingModal/locales.d.ts +0 -12
  51. package/es/components/booking/editBookingModal/locales.js +0 -12
  52. package/es/components/booking/editBookingModal/mock.d.ts +2 -186
  53. package/es/components/booking/editBookingModal/mock.js +0 -22
  54. package/es/components/booking/forms/sendModal/useSendModal.d.ts +0 -1
  55. package/es/components/booking/hooks/useClearCart.d.ts +1 -1
  56. package/es/components/booking/hooks/useClearCart.js +9 -39
  57. package/es/components/booking/info/header/index.js +7 -7
  58. package/es/components/booking/info/header/index.less +5 -5
  59. package/es/components/booking/info/service/index.less +2 -4
  60. package/es/components/booking/info2/service/addService/mock.d.ts +0 -2
  61. package/es/components/booking/info2/service/addService/mock.js +0 -4
  62. package/es/components/booking/info2/service/editService/index.js +6 -36
  63. package/es/components/booking/info2/service/editService/utils.d.ts +0 -15
  64. package/es/components/booking/info2/service/editService/utils.js +0 -76
  65. package/es/components/booking/locales.d.ts +0 -648
  66. package/es/components/booking/locales.js +0 -742
  67. package/es/components/booking/notes/NoteBlock/index.js +2 -3
  68. package/es/components/eftpos/PairModal/hooks.d.ts +27 -0
  69. package/es/components/eftpos/PairModal/hooks.js +67 -0
  70. package/es/components/eftpos/PairModal/index.d.ts +11 -0
  71. package/es/components/{ecocup/components/AddCustomerModal → eftpos/PairModal}/index.js +189 -159
  72. package/es/components/eftpos/PairModal/index.less +70 -0
  73. package/es/components/eftpos/SettlementModal/Action.d.ts +8 -0
  74. package/es/components/eftpos/SettlementModal/Action.js +141 -0
  75. package/es/components/eftpos/SettlementModal/index.d.ts +8 -0
  76. package/es/components/eftpos/SettlementModal/index.js +135 -0
  77. package/es/components/eftpos/SettlementModal/index.less +33 -0
  78. package/es/components/eftpos/SettlementModal/serve.d.ts +8 -0
  79. package/es/components/eftpos/SettlementModal/serve.js +171 -0
  80. package/es/components/eftpos/SettlementModal/types.d.ts +138 -0
  81. package/es/components/eftpos/SettlementModal/types.js +35 -0
  82. package/es/components/eftpos/SettlementModal/utils.d.ts +18 -0
  83. package/es/components/eftpos/SettlementModal/utils.js +351 -0
  84. package/es/components/eftpos/assets/mx51SCI.svg +15 -0
  85. package/es/components/eftpos/const.d.ts +3 -1
  86. package/es/components/eftpos/const.js +2 -0
  87. package/es/components/eftpos/device.d.ts +3 -1
  88. package/es/components/eftpos/device.js +5 -3
  89. package/es/components/eftpos/hooks.d.ts +13 -1
  90. package/es/components/eftpos/hooks.js +35 -0
  91. package/es/components/eftpos/index.js +184 -25
  92. package/es/components/eftpos/index.less +26 -1
  93. package/es/components/eftpos/locales.d.ts +39 -64
  94. package/es/components/eftpos/locales.js +104 -85
  95. package/es/components/eftpos/table.js +47 -3
  96. package/es/components/eftposPay/aggregatePayment/hooks/usePayment.d.ts +6 -0
  97. package/es/components/eftposPay/aggregatePayment/hooks/usePayment.js +125 -0
  98. package/es/components/eftposPay/aggregatePayment/index.d.ts +3 -0
  99. package/es/components/eftposPay/aggregatePayment/index.js +3 -0
  100. package/es/components/eftposPay/aggregatePayment/mock.d.ts +495 -0
  101. package/es/components/eftposPay/aggregatePayment/mock.js +567 -0
  102. package/es/components/eftposPay/aggregatePayment/service.d.ts +24 -0
  103. package/es/components/eftposPay/aggregatePayment/service.js +70 -0
  104. package/es/components/eftposPay/aggregatePayment/types.d.ts +101 -0
  105. package/es/components/eftposPay/aggregatePayment/types.js +61 -0
  106. package/es/components/eftposPay/aggregatePayment/utils/logs.d.ts +110 -0
  107. package/es/components/eftposPay/aggregatePayment/utils/logs.js +385 -0
  108. package/es/components/eftposPay/aggregatePayment/utils/payment.d.ts +132 -0
  109. package/es/components/eftposPay/aggregatePayment/utils/payment.js +1140 -0
  110. package/es/components/eftposPay/app.d.ts +1 -1
  111. package/es/components/eftposPay/component/fail/failCustom.js +12 -17
  112. package/es/components/eftposPay/component/fail/index.js +4 -5
  113. package/es/components/eftposPay/const.d.ts +7 -2
  114. package/es/components/eftposPay/const.js +2 -0
  115. package/es/components/eftposPay/device.js +36 -208
  116. package/es/components/eftposPay/hooks.d.ts +1 -1
  117. package/es/components/eftposPay/index.js +1 -5
  118. package/es/components/eftposPay/linkly/const.js +1 -1
  119. package/es/components/eftposPay/linkly/index.js +1 -0
  120. package/es/components/eftposPay/locales.d.ts +3 -242
  121. package/es/components/eftposPay/locales.js +5 -328
  122. package/es/components/eftposPay/manufacturer.d.ts +1 -0
  123. package/es/components/eftposPay/manufacturer.js +4 -0
  124. package/es/components/eftposPay/mx51/Action.d.ts +7 -0
  125. package/es/components/eftposPay/mx51/Action.js +139 -0
  126. package/es/components/eftposPay/mx51/Result.d.ts +5 -0
  127. package/es/components/eftposPay/mx51/Result.js +46 -0
  128. package/es/components/eftposPay/mx51/const.d.ts +5 -0
  129. package/es/components/eftposPay/mx51/const.js +69 -0
  130. package/es/components/eftposPay/mx51/index.d.ts +6 -0
  131. package/es/components/eftposPay/mx51/index.js +401 -0
  132. package/es/components/eftposPay/mx51/types.d.ts +138 -0
  133. package/es/components/eftposPay/mx51/types.js +30 -0
  134. package/es/components/eftposPay/mx51/utils.d.ts +10 -0
  135. package/es/components/eftposPay/mx51/utils.js +121 -0
  136. package/es/components/eftposPay/pay.js +7 -2
  137. package/es/components/eftposPay/payo/config.js +0 -1
  138. package/es/components/eftposPay/payo/const.js +1 -1
  139. package/es/components/eftposPay/store/index.d.ts +2 -5
  140. package/es/components/eftposPay/tyro/const.js +1 -1
  141. package/es/components/eftposPay/windcave/const.js +1 -1
  142. package/es/components/eftposPay/windcave/windcave.js +9 -9
  143. package/es/components/eventBooking/components/Voucher/components/locales.d.ts +0 -22
  144. package/es/components/eventBooking/components/Voucher/components/locales.js +0 -22
  145. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateStatus/index.d.ts +0 -1
  146. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Status/index.d.ts +0 -1
  147. package/es/components/eventBooking/locales.d.ts +0 -162
  148. package/es/components/eventBooking/locales.js +0 -186
  149. package/es/components/kioskSkuDetail/index.js +10 -39
  150. package/es/components/kioskSkuDetail/locales.d.ts +0 -21
  151. package/es/components/kioskSkuDetail/locales.js +3 -24
  152. package/es/components/login/locales.d.ts +0 -14
  153. package/es/components/login/locales.js +0 -14
  154. package/es/components/pay/toC/PaymentList/serve.js +2 -2
  155. package/es/components/pay/toC/PaymentMethods/MWCreditCard/Add/index.d.ts +0 -6
  156. package/es/components/pay/toC/PaymentMethods/MWCreditCard/Add/index.js +21 -65
  157. package/es/components/pay/toC/PaymentMethods/MWCreditCard/Add/index.less +9 -110
  158. package/es/components/pay/toC/PaymentMethods/MWCreditCard/List/index.d.ts +0 -2
  159. package/es/components/pay/toC/PaymentMethods/MWCreditCard/List/index.js +18 -46
  160. package/es/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/ThreedsLoading/index.d.ts +1 -20
  161. package/es/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/ThreedsLoading/index.js +1 -14
  162. package/es/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/ThreedsLoading/index.less +0 -20
  163. package/es/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/index.d.ts +1 -7
  164. package/es/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/index.js +56 -167
  165. package/es/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/index.less +0 -47
  166. package/es/components/pay/toC/PaymentMethods/MWCreditCard/index.d.ts +1 -9
  167. package/es/components/pay/toC/PaymentMethods/MWCreditCard/index.js +33 -260
  168. package/es/components/pay/toC/PaymentMethods/MWCreditCard/tds2.d.ts +3 -23
  169. package/es/components/pay/toC/PaymentMethods/MWCreditCard/tds2.js +126 -309
  170. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/StripeSDK/index.d.ts +0 -1
  171. package/es/components/pay/toC/PaymentMethods/WalletPass/List/index.d.ts +0 -1
  172. package/es/components/pay/toC/PaymentMethods/WalletPass/List/index.js +7 -18
  173. package/es/components/pay/toC/PaymentMethods/WalletPass/index.js +4 -3
  174. package/es/components/pay/toC/PaymentMethods/index.js +2 -12
  175. package/es/components/pay/toC/index.js +18 -53
  176. package/es/components/pay/toC/locales.d.ts +0 -319
  177. package/es/components/pay/toC/locales.js +12 -381
  178. package/es/components/pay/toC/serve.d.ts +0 -12
  179. package/es/components/pay/toC/serve.js +3 -42
  180. package/es/components/pay/toC/utils.d.ts +0 -5
  181. package/es/components/pay/toC/utils.js +0 -10
  182. package/es/components/pinModal/locales.d.ts +0 -16
  183. package/es/components/pinModal/locales.js +0 -16
  184. package/es/components/pinVerifyModal/locales.d.ts +0 -14
  185. package/es/components/pinVerifyModal/locales.js +0 -14
  186. package/es/components/pisellSelectCustomerModal/locales.d.ts +0 -52
  187. package/es/components/pisellSelectCustomerModal/locales.js +0 -52
  188. package/es/components/productExtension/locales.d.ts +0 -30
  189. package/es/components/productExtension/locales.js +0 -30
  190. package/es/components/productSelect/components/pisellPriceText/index.js +4 -8
  191. package/es/components/productSelect/locales.d.ts +0 -20
  192. package/es/components/productSelect/locales.js +3 -23
  193. package/es/components/ruleSetting/locales.d.ts +0 -30
  194. package/es/components/ruleSetting/locales.js +0 -30
  195. package/es/components/schedules/locales.d.ts +0 -56
  196. package/es/components/schedules/locales.js +0 -56
  197. package/es/components/shoppingCart/components/Cart/index.less +0 -1
  198. package/es/components/shoppingCart/components/Empty/index.d.ts +0 -1
  199. package/es/components/shoppingCart/hooks/useClearCart.d.ts +1 -1
  200. package/es/components/shoppingCart/hooks/useClearCart.js +11 -41
  201. package/es/components/shoppingCart/locales.d.ts +0 -20
  202. package/es/components/shoppingCart/locales.js +0 -24
  203. package/es/components/stepController/locales.d.ts +0 -16
  204. package/es/components/stepController/locales.js +0 -20
  205. package/es/components/subTotal/locales.d.ts +0 -26
  206. package/es/components/subTotal/locales.js +0 -26
  207. package/es/components/systemSettings/registry/components/ItemModal.js +47 -251
  208. package/es/components/systemSettings/registry/index.js +16 -20
  209. package/es/components/systemSettings/registry/index.less +7 -6
  210. package/es/components/systemSettings/registry/locales.d.ts +0 -262
  211. package/es/components/systemSettings/registry/locales.js +3 -274
  212. package/es/components/systemSettings/registry/services.d.ts +0 -20
  213. package/es/components/systemSettings/registry/types.d.ts +2 -16
  214. package/es/components/taxSelect/locales.d.ts +0 -14
  215. package/es/components/taxSelect/locales.js +0 -14
  216. package/es/components/ticketBooking/locales.d.ts +0 -130
  217. package/es/components/ticketBooking/locales.js +0 -156
  218. package/es/components/ticketBooking/utils/formatTime.d.ts +0 -2
  219. package/es/components/ticketBooking/utils/formatTime.js +2 -8
  220. package/es/components/wallet/utils.d.ts +1 -1
  221. package/es/components/walletList/index.js +0 -10
  222. package/es/components/walletList/locales.d.ts +0 -16
  223. package/es/components/walletList/locales.js +0 -16
  224. package/es/components/walletList/types/index.d.ts +0 -2
  225. package/es/hooks/useEngineContext.d.ts +0 -1
  226. package/es/hooks/useEngineContext.js +0 -7
  227. package/es/hooks/useLocale.js +1 -8
  228. package/es/hooks/usePaymentLogger.d.ts +0 -1
  229. package/es/index.d.ts +3 -16
  230. package/es/index.js +1 -13
  231. package/es/plus/contactInfo/components/SwipeAction/index.js +1 -1
  232. package/es/plus/contactInfo/locales.d.ts +0 -8
  233. package/es/plus/contactInfo/locales.js +0 -8
  234. package/es/plus/contactInfoModal/locales.d.ts +0 -42
  235. package/es/plus/contactInfoModal/locales.js +0 -42
  236. package/es/plus/productSelect/components/pisellPriceText/index.js +4 -8
  237. package/es/plus/productSelect/locales.d.ts +0 -20
  238. package/es/plus/productSelect/locales.js +3 -23
  239. package/es/plus/saasCreateOrganization/locales.d.ts +0 -8
  240. package/es/plus/saasCreateOrganization/locales.js +0 -8
  241. package/es/plus/saasLogin/locales.d.ts +0 -32
  242. package/es/plus/saasLogin/locales.js +0 -32
  243. package/es/plus/saasRegister/locales.d.ts +0 -76
  244. package/es/plus/saasRegister/locales.js +0 -76
  245. package/es/plus/selectHolder/locales.d.ts +0 -14
  246. package/es/plus/selectHolder/locales.js +0 -18
  247. package/es/plus/skuOptionsSelection/components/NormalCard/index.js +5 -6
  248. package/es/plus/skuOptionsSelection/components/OptionsCard/index.js +2 -3
  249. package/es/plus/skuOptionsSelection/components/OptionsCard/index.less +0 -2
  250. package/es/plus/skuOptionsSelection/index.js +2 -2
  251. package/es/plus/skuOptionsSelection/locales.d.ts +0 -20
  252. package/es/plus/skuOptionsSelection/locales.js +0 -20
  253. package/es/plus/skuOptionsSelection/store/store.js +1 -2
  254. package/es/plus/skuOptionsSelection/types.d.ts +0 -14
  255. package/es/plus/skuOptionsSelection/types.js +0 -4
  256. package/es/plus/skuOptionsSelection/utils/transformBundleGroup.js +1 -10
  257. package/es/plus/skuOptionsSelection/utils/transformOptionGroup.js +1 -10
  258. package/es/plus/skuOptionsSelection/utils/transformSelectorValueToValue.js +2 -9
  259. package/es/plus/skuOptionsSelection/utils/transformValueToSelectorValue.js +4 -8
  260. package/es/plus/skuOptionsSelection/utils/transformVariantGroup.js +2 -8
  261. package/es/plus/walletEditor/components/sortableWalletPassTypes/index.d.ts +0 -2
  262. package/es/plus/walletEditor/components/sortableWalletPassTypes/index.js +4 -12
  263. package/es/plus/walletEditor/locales.d.ts +0 -88
  264. package/es/plus/walletEditor/locales.js +0 -100
  265. package/es/plus/walletEditor/types.d.ts +0 -2
  266. package/es/plus/walletPassGallery/components/passDetail/index.d.ts +0 -1
  267. package/es/plus/walletPassGallery/components/passDetail/index.js +39 -80
  268. package/es/plus/walletPassGallery/components/passList/index.js +4 -12
  269. package/es/plus/walletPassGallery/components/recharge/index.js +5 -13
  270. package/es/plus/walletPassGallery/components/recharge/index.less +1 -70
  271. package/es/plus/walletPassGallery/components/timelineSection/index.d.ts +0 -2
  272. package/es/plus/walletPassGallery/components/timelineSection/index.js +2 -19
  273. package/es/plus/walletPassGallery/index.d.ts +0 -4
  274. package/es/plus/walletPassGallery/index.js +46 -95
  275. package/es/plus/walletPassGallery/locales.d.ts +0 -198
  276. package/es/plus/walletPassGallery/locales.js +3 -216
  277. package/es/plus/walletPassGallery/serve.d.ts +1 -3
  278. package/es/plus/walletPassGallery/serve.js +13 -13
  279. package/es/plus/walletPassGallery/utils.d.ts +1 -1
  280. package/es/pro/Cards/components/SKUCard/index.d.ts +56 -1
  281. package/es/pro/Cards/components/SKUCard/index.js +20 -50
  282. package/es/pro/Cards/components/SKUCard/index.less +2 -23
  283. package/es/pro/Login2.0/Login2.js +8 -8
  284. package/es/pro/Login2.0/locales.d.ts +0 -365
  285. package/es/pro/Login2.0/locales.js +0 -365
  286. package/es/pro/Login2.0/shared/types.d.ts +0 -2
  287. package/es/pro/NumericStepper/index.d.ts +3 -33
  288. package/es/pro/NumericStepper/index.js +107 -181
  289. package/es/pro/NumericStepper/index.less +143 -287
  290. package/es/pro/Selector/BatchSelectorDemo.js +12 -2
  291. package/es/pro/Selector/Selector.js +30 -39
  292. package/es/pro/Selector/SelectorGroup.d.ts +1 -1
  293. package/es/pro/Selector/SelectorGroup.js +1 -5
  294. package/es/pro/Selector/components/Card/index.js +10 -11
  295. package/es/pro/Selector/components/Card/index.less +14 -30
  296. package/es/pro/Selector/components/Indicator/index.d.ts +0 -1
  297. package/es/pro/Selector/components/Indicator/index.js +2 -3
  298. package/es/pro/Selector/components/Indicator/index.less +13 -16
  299. package/es/pro/Selector/components/LayoutContainer/index.d.ts +3 -5
  300. package/es/pro/Selector/components/LayoutContainer/index.js +9 -226
  301. package/es/pro/Selector/components/Media/index.d.ts +1 -1
  302. package/es/pro/Selector/components/Media/index.less +1 -1
  303. package/es/pro/Selector/demo.js +1 -1
  304. package/es/pro/Selector/hooks/usePresetItemProps.js +0 -2
  305. package/es/pro/Selector/hooks/usePresetProps.js +6 -60
  306. package/es/pro/Selector/locales.d.ts +0 -22
  307. package/es/pro/Selector/locales.js +0 -58
  308. package/es/pro/Selector/selector.less +64 -0
  309. package/es/pro/Selector/selectorGroup.less +1 -9
  310. package/es/pro/Selector/types.d.ts +0 -50
  311. package/es/pro/numberKeyboard/locales.d.ts +0 -6
  312. package/es/pro/numberKeyboard/locales.js +0 -6
  313. package/lib/components/appointmentBooking/components/Date/state.js +1 -3
  314. package/lib/components/appointmentBooking/locales.d.ts +0 -240
  315. package/lib/components/appointmentBooking/locales.js +0 -240
  316. package/lib/components/authentication/admin/AuthMethods/locales.d.ts +0 -164
  317. package/lib/components/authentication/admin/AuthMethods/locales.js +0 -164
  318. package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/index.js +9 -17
  319. package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.d.ts +0 -54
  320. package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.js +0 -54
  321. package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/types.d.ts +0 -2
  322. package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/index.js +0 -2
  323. package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.d.ts +0 -46
  324. package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.js +0 -46
  325. package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/types.d.ts +0 -2
  326. package/lib/components/authentication/admin/ChannelAuthSetting/OnlineShopAuth/index.js +6 -14
  327. package/lib/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.d.ts +0 -16
  328. package/lib/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.js +0 -16
  329. package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/index.js +2 -10
  330. package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.d.ts +0 -42
  331. package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.js +0 -42
  332. package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/types.d.ts +0 -2
  333. package/lib/components/authentication/admin/ChannelAuthSetting/SaaSManagermentAuth/index.js +6 -14
  334. package/lib/components/authentication/admin/ChannelAuthSetting/locales.d.ts +0 -24
  335. package/lib/components/authentication/admin/ChannelAuthSetting/locales.js +0 -24
  336. package/lib/components/authentication/admin/CustomerAuth/locales.d.ts +0 -42
  337. package/lib/components/authentication/admin/CustomerAuth/locales.js +0 -42
  338. package/lib/components/authentication/admin/CustomerOAuthConfig/locales.d.ts +0 -70
  339. package/lib/components/authentication/admin/CustomerOAuthConfig/locales.js +0 -70
  340. package/lib/components/authentication/admin/DeviceAuth/locales.d.ts +0 -36
  341. package/lib/components/authentication/admin/DeviceAuth/locales.js +0 -36
  342. package/lib/components/authentication/admin/OAuthConfig/locales.d.ts +0 -58
  343. package/lib/components/authentication/admin/OAuthConfig/locales.js +0 -58
  344. package/lib/components/authentication/admin/OrgAdminAuth/locales.d.ts +0 -34
  345. package/lib/components/authentication/admin/OrgAdminAuth/locales.js +0 -34
  346. package/lib/components/authentication/admin/POSOperatorAuth/locales.d.ts +0 -30
  347. package/lib/components/authentication/admin/POSOperatorAuth/locales.js +0 -30
  348. package/lib/components/authentication/admin/SaaSAdminAuth/locales.d.ts +0 -34
  349. package/lib/components/authentication/admin/SaaSAdminAuth/locales.js +0 -34
  350. package/lib/components/booking/components/footer/index.js +0 -5
  351. package/lib/components/booking/components/footer/utils.js +2 -2
  352. package/lib/components/booking/editBookingModal/locales.d.ts +0 -12
  353. package/lib/components/booking/editBookingModal/locales.js +0 -12
  354. package/lib/components/booking/editBookingModal/mock.d.ts +2 -186
  355. package/lib/components/booking/editBookingModal/mock.js +0 -22
  356. package/lib/components/booking/forms/sendModal/useSendModal.d.ts +0 -1
  357. package/lib/components/booking/hooks/useClearCart.d.ts +1 -1
  358. package/lib/components/booking/hooks/useClearCart.js +6 -28
  359. package/lib/components/booking/info/header/index.js +7 -7
  360. package/lib/components/booking/info/header/index.less +5 -5
  361. package/lib/components/booking/info/service/index.less +2 -4
  362. package/lib/components/booking/info2/service/addService/mock.d.ts +0 -2
  363. package/lib/components/booking/info2/service/addService/mock.js +0 -4
  364. package/lib/components/booking/info2/service/editService/index.js +1 -24
  365. package/lib/components/booking/info2/service/editService/utils.d.ts +0 -15
  366. package/lib/components/booking/info2/service/editService/utils.js +2 -38
  367. package/lib/components/booking/locales.d.ts +0 -648
  368. package/lib/components/booking/locales.js +0 -700
  369. package/lib/components/booking/notes/NoteBlock/index.js +1 -2
  370. package/lib/components/eftpos/PairModal/hooks.d.ts +27 -0
  371. package/lib/components/eftpos/PairModal/hooks.js +70 -0
  372. package/lib/components/eftpos/PairModal/index.d.ts +11 -0
  373. package/lib/components/eftpos/PairModal/index.js +197 -0
  374. package/lib/components/eftpos/PairModal/index.less +70 -0
  375. package/lib/components/eftpos/SettlementModal/Action.d.ts +8 -0
  376. package/lib/components/eftpos/SettlementModal/Action.js +153 -0
  377. package/lib/components/eftpos/SettlementModal/index.d.ts +8 -0
  378. package/lib/components/eftpos/SettlementModal/index.js +170 -0
  379. package/lib/components/eftpos/SettlementModal/index.less +33 -0
  380. package/lib/components/eftpos/SettlementModal/serve.d.ts +8 -0
  381. package/lib/{plus/saasAttendance/settings → components/eftpos/SettlementModal}/serve.js +16 -25
  382. package/lib/components/eftpos/SettlementModal/types.d.ts +138 -0
  383. package/lib/components/eftpos/SettlementModal/types.js +43 -0
  384. package/lib/components/eftpos/SettlementModal/utils.d.ts +18 -0
  385. package/lib/components/eftpos/SettlementModal/utils.js +248 -0
  386. package/lib/components/eftpos/assets/mx51SCI.svg +15 -0
  387. package/lib/components/eftpos/const.d.ts +3 -1
  388. package/lib/components/eftpos/const.js +2 -0
  389. package/lib/components/eftpos/device.d.ts +3 -1
  390. package/lib/components/eftpos/device.js +3 -3
  391. package/lib/components/eftpos/hooks.d.ts +13 -1
  392. package/lib/components/eftpos/hooks.js +30 -0
  393. package/lib/components/eftpos/index.js +106 -8
  394. package/lib/components/eftpos/index.less +26 -1
  395. package/lib/components/eftpos/locales.d.ts +39 -64
  396. package/lib/components/eftpos/locales.js +101 -78
  397. package/lib/components/eftpos/table.js +30 -2
  398. package/lib/components/eftposPay/aggregatePayment/hooks/usePayment.d.ts +6 -0
  399. package/lib/components/eftposPay/aggregatePayment/hooks/usePayment.js +152 -0
  400. package/lib/components/eftposPay/aggregatePayment/index.d.ts +3 -0
  401. package/lib/{plus/clinetSearch/serve.js → components/eftposPay/aggregatePayment/index.js} +10 -11
  402. package/lib/components/eftposPay/aggregatePayment/mock.d.ts +495 -0
  403. package/lib/components/eftposPay/aggregatePayment/mock.js +679 -0
  404. package/lib/components/eftposPay/aggregatePayment/service.d.ts +24 -0
  405. package/lib/components/eftposPay/aggregatePayment/service.js +81 -0
  406. package/lib/components/eftposPay/aggregatePayment/types.d.ts +101 -0
  407. package/lib/components/eftposPay/aggregatePayment/types.js +74 -0
  408. package/lib/components/eftposPay/aggregatePayment/utils/logs.d.ts +110 -0
  409. package/lib/components/eftposPay/aggregatePayment/utils/logs.js +302 -0
  410. package/lib/components/eftposPay/aggregatePayment/utils/payment.d.ts +132 -0
  411. package/lib/components/eftposPay/aggregatePayment/utils/payment.js +755 -0
  412. package/lib/components/eftposPay/app.d.ts +1 -1
  413. package/lib/components/eftposPay/component/fail/failCustom.js +9 -15
  414. package/lib/components/eftposPay/component/fail/index.js +1 -4
  415. package/lib/components/eftposPay/const.d.ts +7 -2
  416. package/lib/components/eftposPay/const.js +2 -0
  417. package/lib/components/eftposPay/device.js +23 -108
  418. package/lib/components/eftposPay/hooks.d.ts +1 -1
  419. package/lib/components/eftposPay/index.js +1 -5
  420. package/lib/components/eftposPay/linkly/const.js +1 -1
  421. package/lib/components/eftposPay/linkly/index.js +1 -0
  422. package/lib/components/eftposPay/locales.d.ts +3 -242
  423. package/lib/components/eftposPay/locales.js +5 -252
  424. package/lib/components/eftposPay/manufacturer.d.ts +1 -0
  425. package/lib/components/eftposPay/manufacturer.js +6 -0
  426. package/lib/components/eftposPay/mx51/Action.d.ts +7 -0
  427. package/lib/components/eftposPay/mx51/Action.js +152 -0
  428. package/lib/components/eftposPay/mx51/Result.d.ts +5 -0
  429. package/lib/components/{ecocup/components/MoreDropdown/index.js → eftposPay/mx51/Result.js} +43 -31
  430. package/lib/components/eftposPay/mx51/const.d.ts +5 -0
  431. package/lib/components/eftposPay/mx51/const.js +85 -0
  432. package/lib/components/eftposPay/mx51/index.d.ts +6 -0
  433. package/lib/components/eftposPay/mx51/index.js +360 -0
  434. package/lib/components/eftposPay/mx51/types.d.ts +138 -0
  435. package/lib/components/{ecocup/customerList/hooks/index.js → eftposPay/mx51/types.js} +18 -10
  436. package/lib/components/eftposPay/mx51/utils.d.ts +10 -0
  437. package/lib/components/eftposPay/mx51/utils.js +115 -0
  438. package/lib/components/eftposPay/pay.js +4 -2
  439. package/lib/components/eftposPay/payo/config.js +0 -1
  440. package/lib/components/eftposPay/payo/const.js +1 -1
  441. package/lib/components/eftposPay/store/index.d.ts +2 -5
  442. package/lib/components/eftposPay/tyro/const.js +1 -1
  443. package/lib/components/eftposPay/windcave/const.js +1 -1
  444. package/lib/components/eftposPay/windcave/windcave.js +9 -9
  445. package/lib/components/eventBooking/components/Voucher/components/locales.d.ts +0 -22
  446. package/lib/components/eventBooking/components/Voucher/components/locales.js +0 -22
  447. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateStatus/index.d.ts +0 -1
  448. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Status/index.d.ts +0 -1
  449. package/lib/components/eventBooking/locales.d.ts +0 -162
  450. package/lib/components/eventBooking/locales.js +0 -162
  451. package/lib/components/kioskSkuDetail/index.js +3 -27
  452. package/lib/components/kioskSkuDetail/locales.d.ts +0 -21
  453. package/lib/components/kioskSkuDetail/locales.js +3 -24
  454. package/lib/components/login/locales.d.ts +0 -14
  455. package/lib/components/login/locales.js +0 -14
  456. package/lib/components/pay/toC/PaymentList/serve.js +1 -1
  457. package/lib/components/pay/toC/PaymentMethods/MWCreditCard/Add/index.d.ts +0 -6
  458. package/lib/components/pay/toC/PaymentMethods/MWCreditCard/Add/index.js +17 -40
  459. package/lib/components/pay/toC/PaymentMethods/MWCreditCard/Add/index.less +9 -110
  460. package/lib/components/pay/toC/PaymentMethods/MWCreditCard/List/index.d.ts +0 -2
  461. package/lib/components/pay/toC/PaymentMethods/MWCreditCard/List/index.js +12 -32
  462. package/lib/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/ThreedsLoading/index.d.ts +1 -20
  463. package/lib/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/ThreedsLoading/index.js +2 -8
  464. package/lib/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/ThreedsLoading/index.less +0 -20
  465. package/lib/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/index.d.ts +1 -7
  466. package/lib/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/index.js +24 -98
  467. package/lib/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/index.less +0 -47
  468. package/lib/components/pay/toC/PaymentMethods/MWCreditCard/index.d.ts +1 -9
  469. package/lib/components/pay/toC/PaymentMethods/MWCreditCard/index.js +5 -149
  470. package/lib/components/pay/toC/PaymentMethods/MWCreditCard/tds2.d.ts +3 -23
  471. package/lib/components/pay/toC/PaymentMethods/MWCreditCard/tds2.js +39 -121
  472. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/StripeSDK/index.d.ts +0 -1
  473. package/lib/components/pay/toC/PaymentMethods/WalletPass/List/index.d.ts +0 -1
  474. package/lib/components/pay/toC/PaymentMethods/WalletPass/List/index.js +1 -7
  475. package/lib/components/pay/toC/PaymentMethods/WalletPass/index.js +4 -3
  476. package/lib/components/pay/toC/PaymentMethods/index.js +12 -17
  477. package/lib/components/pay/toC/index.js +3 -34
  478. package/lib/components/pay/toC/locales.d.ts +0 -319
  479. package/lib/components/pay/toC/locales.js +12 -331
  480. package/lib/components/pay/toC/serve.d.ts +0 -12
  481. package/lib/components/pay/toC/serve.js +1 -11
  482. package/lib/components/pay/toC/utils.d.ts +0 -5
  483. package/lib/components/pay/toC/utils.js +0 -17
  484. package/lib/components/pinModal/locales.d.ts +0 -16
  485. package/lib/components/pinModal/locales.js +0 -16
  486. package/lib/components/pinVerifyModal/locales.d.ts +0 -14
  487. package/lib/components/pinVerifyModal/locales.js +0 -14
  488. package/lib/components/pisellSelectCustomerModal/locales.d.ts +0 -52
  489. package/lib/components/pisellSelectCustomerModal/locales.js +0 -52
  490. package/lib/components/productExtension/locales.d.ts +0 -30
  491. package/lib/components/productExtension/locales.js +0 -30
  492. package/lib/components/productSelect/components/pisellPriceText/index.js +4 -6
  493. package/lib/components/productSelect/locales.d.ts +0 -20
  494. package/lib/components/productSelect/locales.js +3 -23
  495. package/lib/components/ruleSetting/locales.d.ts +0 -30
  496. package/lib/components/ruleSetting/locales.js +0 -30
  497. package/lib/components/schedules/locales.d.ts +0 -56
  498. package/lib/components/schedules/locales.js +0 -56
  499. package/lib/components/shoppingCart/components/Cart/index.less +0 -1
  500. package/lib/components/shoppingCart/components/Empty/index.d.ts +0 -1
  501. package/lib/components/shoppingCart/hooks/useClearCart.d.ts +1 -1
  502. package/lib/components/shoppingCart/hooks/useClearCart.js +11 -42
  503. package/lib/components/shoppingCart/locales.d.ts +0 -20
  504. package/lib/components/shoppingCart/locales.js +0 -20
  505. package/lib/components/stepController/locales.d.ts +0 -16
  506. package/lib/components/stepController/locales.js +0 -16
  507. package/lib/components/subTotal/locales.d.ts +0 -26
  508. package/lib/components/subTotal/locales.js +0 -26
  509. package/lib/components/systemSettings/registry/components/ItemModal.js +224 -347
  510. package/lib/components/systemSettings/registry/index.js +16 -20
  511. package/lib/components/systemSettings/registry/index.less +7 -6
  512. package/lib/components/systemSettings/registry/locales.d.ts +0 -262
  513. package/lib/components/systemSettings/registry/locales.js +3 -274
  514. package/lib/components/systemSettings/registry/services.d.ts +0 -20
  515. package/lib/components/systemSettings/registry/types.d.ts +2 -16
  516. package/lib/components/taxSelect/locales.d.ts +0 -14
  517. package/lib/components/taxSelect/locales.js +0 -14
  518. package/lib/components/ticketBooking/locales.d.ts +0 -130
  519. package/lib/components/ticketBooking/locales.js +0 -136
  520. package/lib/components/ticketBooking/utils/formatTime.d.ts +0 -2
  521. package/lib/components/ticketBooking/utils/formatTime.js +2 -8
  522. package/lib/components/wallet/utils.d.ts +1 -1
  523. package/lib/components/walletList/index.js +0 -10
  524. package/lib/components/walletList/locales.d.ts +0 -16
  525. package/lib/components/walletList/locales.js +0 -16
  526. package/lib/components/walletList/types/index.d.ts +0 -2
  527. package/lib/hooks/useEngineContext.d.ts +0 -1
  528. package/lib/hooks/useEngineContext.js +2 -10
  529. package/lib/hooks/useLocale.js +2 -7
  530. package/lib/hooks/usePaymentLogger.d.ts +0 -1
  531. package/lib/index.d.ts +3 -16
  532. package/lib/index.js +3 -39
  533. package/lib/plus/contactInfo/components/SwipeAction/index.js +23 -23
  534. package/lib/plus/contactInfo/locales.d.ts +0 -8
  535. package/lib/plus/contactInfo/locales.js +0 -8
  536. package/lib/plus/contactInfoModal/locales.d.ts +0 -42
  537. package/lib/plus/contactInfoModal/locales.js +0 -42
  538. package/lib/plus/productSelect/components/pisellPriceText/index.js +4 -6
  539. package/lib/plus/productSelect/locales.d.ts +0 -20
  540. package/lib/plus/productSelect/locales.js +3 -23
  541. package/lib/plus/saasCreateOrganization/locales.d.ts +0 -8
  542. package/lib/plus/saasCreateOrganization/locales.js +0 -8
  543. package/lib/plus/saasLogin/locales.d.ts +0 -32
  544. package/lib/plus/saasLogin/locales.js +0 -32
  545. package/lib/plus/saasRegister/locales.d.ts +0 -76
  546. package/lib/plus/saasRegister/locales.js +0 -76
  547. package/lib/plus/selectHolder/locales.d.ts +0 -14
  548. package/lib/plus/selectHolder/locales.js +0 -14
  549. package/lib/plus/skuOptionsSelection/components/NormalCard/index.js +10 -11
  550. package/lib/plus/skuOptionsSelection/components/OptionsCard/index.js +2 -3
  551. package/lib/plus/skuOptionsSelection/components/OptionsCard/index.less +0 -2
  552. package/lib/plus/skuOptionsSelection/index.js +2 -2
  553. package/lib/plus/skuOptionsSelection/locales.d.ts +0 -20
  554. package/lib/plus/skuOptionsSelection/locales.js +0 -20
  555. package/lib/plus/skuOptionsSelection/store/store.js +1 -2
  556. package/lib/plus/skuOptionsSelection/types.d.ts +0 -14
  557. package/lib/plus/skuOptionsSelection/utils/transformBundleGroup.js +9 -15
  558. package/lib/plus/skuOptionsSelection/utils/transformOptionGroup.js +6 -9
  559. package/lib/plus/skuOptionsSelection/utils/transformSelectorValueToValue.js +2 -9
  560. package/lib/plus/skuOptionsSelection/utils/transformValueToSelectorValue.js +3 -7
  561. package/lib/plus/skuOptionsSelection/utils/transformVariantGroup.js +7 -8
  562. package/lib/plus/walletEditor/components/sortableWalletPassTypes/index.d.ts +0 -2
  563. package/lib/plus/walletEditor/components/sortableWalletPassTypes/index.js +4 -12
  564. package/lib/plus/walletEditor/locales.d.ts +0 -88
  565. package/lib/plus/walletEditor/locales.js +0 -100
  566. package/lib/plus/walletEditor/types.d.ts +0 -2
  567. package/lib/plus/walletPassGallery/components/passDetail/index.d.ts +0 -1
  568. package/lib/plus/walletPassGallery/components/passDetail/index.js +5 -42
  569. package/lib/plus/walletPassGallery/components/passList/index.js +5 -12
  570. package/lib/plus/walletPassGallery/components/recharge/index.js +5 -7
  571. package/lib/plus/walletPassGallery/components/recharge/index.less +1 -70
  572. package/lib/plus/walletPassGallery/components/timelineSection/index.d.ts +0 -2
  573. package/lib/plus/walletPassGallery/components/timelineSection/index.js +2 -17
  574. package/lib/plus/walletPassGallery/index.d.ts +0 -4
  575. package/lib/plus/walletPassGallery/index.js +45 -116
  576. package/lib/plus/walletPassGallery/locales.d.ts +0 -198
  577. package/lib/plus/walletPassGallery/locales.js +3 -210
  578. package/lib/plus/walletPassGallery/serve.d.ts +1 -3
  579. package/lib/plus/walletPassGallery/serve.js +2 -2
  580. package/lib/plus/walletPassGallery/utils.d.ts +1 -1
  581. package/lib/pro/Cards/components/SKUCard/index.d.ts +56 -1
  582. package/lib/pro/Cards/components/SKUCard/index.js +15 -59
  583. package/lib/pro/Cards/components/SKUCard/index.less +2 -23
  584. package/lib/pro/Login2.0/Login2.js +8 -8
  585. package/lib/pro/Login2.0/locales.d.ts +0 -365
  586. package/lib/pro/Login2.0/locales.js +0 -365
  587. package/lib/pro/Login2.0/shared/types.d.ts +0 -2
  588. package/lib/pro/NumericStepper/index.d.ts +3 -33
  589. package/lib/pro/NumericStepper/index.js +88 -184
  590. package/lib/pro/NumericStepper/index.less +143 -287
  591. package/lib/pro/Selector/BatchSelectorDemo.js +19 -13
  592. package/lib/pro/Selector/Selector.js +17 -34
  593. package/lib/pro/Selector/SelectorGroup.d.ts +1 -1
  594. package/lib/pro/Selector/SelectorGroup.js +1 -7
  595. package/lib/pro/Selector/components/Card/index.js +8 -19
  596. package/lib/pro/Selector/components/Card/index.less +14 -30
  597. package/lib/pro/Selector/components/Indicator/index.d.ts +0 -1
  598. package/lib/pro/Selector/components/Indicator/index.js +2 -2
  599. package/lib/pro/Selector/components/Indicator/index.less +13 -16
  600. package/lib/pro/Selector/components/LayoutContainer/index.d.ts +3 -5
  601. package/lib/pro/Selector/components/LayoutContainer/index.js +2 -130
  602. package/lib/pro/Selector/components/Media/index.d.ts +1 -1
  603. package/lib/pro/Selector/components/Media/index.js +4 -7
  604. package/lib/pro/Selector/components/Media/index.less +1 -1
  605. package/lib/pro/Selector/demo.js +1 -1
  606. package/lib/pro/Selector/hooks/usePresetItemProps.js +0 -2
  607. package/lib/pro/Selector/hooks/usePresetProps.js +6 -28
  608. package/lib/pro/Selector/locales.d.ts +0 -22
  609. package/lib/pro/Selector/locales.js +0 -50
  610. package/lib/pro/Selector/selector.less +64 -0
  611. package/lib/pro/Selector/selectorGroup.less +1 -9
  612. package/lib/pro/Selector/types.d.ts +0 -50
  613. package/lib/pro/numberKeyboard/locales.d.ts +0 -6
  614. package/lib/pro/numberKeyboard/locales.js +0 -6
  615. package/lowcode/selector/meta.ts +2 -15
  616. package/lowcode/selector.group/meta.ts +2 -15
  617. package/lowcode/sku-options-selection/meta.ts +2 -106
  618. package/lowcode/wallet-pass-gallery/meta.ts +1 -66
  619. package/package.json +5 -5
  620. package/es/components/ecocup/components/AddCustomerModal/index.d.ts +0 -10
  621. package/es/components/ecocup/components/AddCustomerModal/index.less +0 -9
  622. package/es/components/ecocup/components/CupActionList/index.d.ts +0 -14
  623. package/es/components/ecocup/components/CupActionList/index.js +0 -91
  624. package/es/components/ecocup/components/CupActionList/index.less +0 -102
  625. package/es/components/ecocup/components/CupActionModal/hooks.d.ts +0 -5
  626. package/es/components/ecocup/components/CupActionModal/hooks.js +0 -68
  627. package/es/components/ecocup/components/CupActionModal/index.d.ts +0 -15
  628. package/es/components/ecocup/components/CupActionModal/index.js +0 -92
  629. package/es/components/ecocup/components/CupActionModal/index.less +0 -38
  630. package/es/components/ecocup/components/CupInfoCard/index.d.ts +0 -10
  631. package/es/components/ecocup/components/CupInfoCard/index.js +0 -14
  632. package/es/components/ecocup/components/CupInfoCard/index.less +0 -11
  633. package/es/components/ecocup/components/CupStatusModal/hooks.d.ts +0 -36
  634. package/es/components/ecocup/components/CupStatusModal/hooks.js +0 -176
  635. package/es/components/ecocup/components/CupStatusModal/index.d.ts +0 -14
  636. package/es/components/ecocup/components/CupStatusModal/index.js +0 -281
  637. package/es/components/ecocup/components/CupStatusModal/index.less +0 -73
  638. package/es/components/ecocup/components/CustomerAndCupModal/hooks.d.ts +0 -14
  639. package/es/components/ecocup/components/CustomerAndCupModal/hooks.js +0 -133
  640. package/es/components/ecocup/components/CustomerAndCupModal/index.d.ts +0 -20
  641. package/es/components/ecocup/components/CustomerAndCupModal/index.js +0 -227
  642. package/es/components/ecocup/components/CustomerAndCupModal/index.less +0 -68
  643. package/es/components/ecocup/components/CustomerCard/index.d.ts +0 -9
  644. package/es/components/ecocup/components/CustomerCard/index.js +0 -37
  645. package/es/components/ecocup/components/CustomerCard/index.less +0 -50
  646. package/es/components/ecocup/components/MoreDropdown/index.d.ts +0 -9
  647. package/es/components/ecocup/components/MoreDropdown/index.js +0 -33
  648. package/es/components/ecocup/components/PageHeader/index.d.ts +0 -9
  649. package/es/components/ecocup/components/PageHeader/index.js +0 -47
  650. package/es/components/ecocup/components/PageHeader/index.less +0 -31
  651. package/es/components/ecocup/components/SearchBar/const.d.ts +0 -4
  652. package/es/components/ecocup/components/SearchBar/const.js +0 -16
  653. package/es/components/ecocup/components/SearchBar/hooks.d.ts +0 -44
  654. package/es/components/ecocup/components/SearchBar/hooks.js +0 -184
  655. package/es/components/ecocup/components/SearchBar/index.d.ts +0 -14
  656. package/es/components/ecocup/components/SearchBar/index.js +0 -248
  657. package/es/components/ecocup/components/SearchBar/index.less +0 -88
  658. package/es/components/ecocup/components/SettingModal/const.d.ts +0 -6
  659. package/es/components/ecocup/components/SettingModal/const.js +0 -17
  660. package/es/components/ecocup/components/SettingModal/index.d.ts +0 -9
  661. package/es/components/ecocup/components/SettingModal/index.js +0 -253
  662. package/es/components/ecocup/components/SettingModal/index.less +0 -9
  663. package/es/components/ecocup/cupList/const.d.ts +0 -140
  664. package/es/components/ecocup/cupList/const.js +0 -319
  665. package/es/components/ecocup/cupList/hooks/index.d.ts +0 -4
  666. package/es/components/ecocup/cupList/hooks/index.js +0 -4
  667. package/es/components/ecocup/cupList/hooks/useColumns.d.ts +0 -45
  668. package/es/components/ecocup/cupList/hooks/useColumns.js +0 -166
  669. package/es/components/ecocup/cupList/hooks/useCupApi.d.ts +0 -41
  670. package/es/components/ecocup/cupList/hooks/useCupApi.js +0 -312
  671. package/es/components/ecocup/cupList/hooks/useSummary.d.ts +0 -3
  672. package/es/components/ecocup/cupList/hooks/useSummary.js +0 -42
  673. package/es/components/ecocup/cupList/index.d.ts +0 -7
  674. package/es/components/ecocup/cupList/index.js +0 -268
  675. package/es/components/ecocup/cupList/index.less +0 -159
  676. package/es/components/ecocup/cupProject/const.d.ts +0 -7
  677. package/es/components/ecocup/cupProject/const.js +0 -33
  678. package/es/components/ecocup/cupProject/index.d.ts +0 -3
  679. package/es/components/ecocup/cupProject/index.js +0 -112
  680. package/es/components/ecocup/cupProject/index.less +0 -41
  681. package/es/components/ecocup/customerList/const.d.ts +0 -44
  682. package/es/components/ecocup/customerList/const.js +0 -67
  683. package/es/components/ecocup/customerList/hooks/index.d.ts +0 -3
  684. package/es/components/ecocup/customerList/hooks/index.js +0 -3
  685. package/es/components/ecocup/customerList/hooks/useColumns.d.ts +0 -15
  686. package/es/components/ecocup/customerList/hooks/useColumns.js +0 -44
  687. package/es/components/ecocup/customerList/hooks/useCustomerApi.d.ts +0 -15
  688. package/es/components/ecocup/customerList/hooks/useCustomerApi.js +0 -70
  689. package/es/components/ecocup/customerList/index.d.ts +0 -7
  690. package/es/components/ecocup/customerList/index.js +0 -127
  691. package/es/components/ecocup/customerList/index.less +0 -15
  692. package/es/components/ecocup/hooks.d.ts +0 -57
  693. package/es/components/ecocup/hooks.js +0 -168
  694. package/es/components/ecocup/locales.d.ts +0 -653
  695. package/es/components/ecocup/locales.js +0 -699
  696. package/es/components/ecocup/types.d.ts +0 -103
  697. package/es/components/ecocup/types.js +0 -36
  698. package/es/components/ecocup/utils/download.d.ts +0 -7
  699. package/es/components/ecocup/utils/download.js +0 -34
  700. package/es/components/ecocup/utils/index.d.ts +0 -2
  701. package/es/components/ecocup/utils/index.js +0 -2
  702. package/es/components/ecocup/utils/scanListener.d.ts +0 -20
  703. package/es/components/ecocup/utils/scanListener.js +0 -107
  704. package/es/components/pay/toC/PaymentMethods/MWCreditCard/components/TDSErrorModal/index.d.ts +0 -34
  705. package/es/components/pay/toC/PaymentMethods/MWCreditCard/components/TDSErrorModal/index.js +0 -83
  706. package/es/components/pay/toC/PaymentMethods/MWCreditCard/components/TDSErrorModal/index.less +0 -52
  707. package/es/components/systemSettings/registry/components/DataSourceTreeSelect/index.d.ts +0 -59
  708. package/es/components/systemSettings/registry/components/DataSourceTreeSelect/index.js +0 -390
  709. package/es/components/systemSettings/registry/components/DataSourceTreeSelect/serve.d.ts +0 -70
  710. package/es/components/systemSettings/registry/components/DataSourceTreeSelect/serve.js +0 -367
  711. package/es/components/systemSettings/registry/components/OptionDataSource/OptionTable.d.ts +0 -8
  712. package/es/components/systemSettings/registry/components/OptionDataSource/OptionTable.js +0 -163
  713. package/es/components/systemSettings/registry/components/OptionDataSource/index.d.ts +0 -10
  714. package/es/components/systemSettings/registry/components/OptionDataSource/index.js +0 -127
  715. package/es/components/systemSettings/registry/components/OptionDataSource/index.less +0 -37
  716. package/es/hooks/useThemeTokens.d.ts +0 -7
  717. package/es/hooks/useThemeTokens.js +0 -20
  718. package/es/hooks/useTranslationOriginal.d.ts +0 -1
  719. package/es/hooks/useTranslationOriginal.js +0 -10
  720. package/es/plus/clientCard/index.d.ts +0 -7
  721. package/es/plus/clientCard/index.js +0 -462
  722. package/es/plus/clientCard/index.less +0 -515
  723. package/es/plus/clientCard/line/index.d.ts +0 -9
  724. package/es/plus/clientCard/line/index.js +0 -157
  725. package/es/plus/clientCard/line/index.less +0 -142
  726. package/es/plus/clientCard/locales.d.ts +0 -28
  727. package/es/plus/clientCard/locales.js +0 -27
  728. package/es/plus/clientCard/types.d.ts +0 -135
  729. package/es/plus/clientCard/types.js +0 -1
  730. package/es/plus/clientCard/utils.d.ts +0 -8
  731. package/es/plus/clientCard/utils.js +0 -59
  732. package/es/plus/clinetSearch/Add/BirthdayField/index.d.ts +0 -3
  733. package/es/plus/clinetSearch/Add/BirthdayField/index.js +0 -277
  734. package/es/plus/clinetSearch/Add/GenderField/index.d.ts +0 -3
  735. package/es/plus/clinetSearch/Add/GenderField/index.js +0 -18
  736. package/es/plus/clinetSearch/Add/PhoneField/index.d.ts +0 -3
  737. package/es/plus/clinetSearch/Add/PhoneField/index.js +0 -52
  738. package/es/plus/clinetSearch/Add/PhoneField/serve.d.ts +0 -2
  739. package/es/plus/clinetSearch/Add/PhoneField/serve.js +0 -166
  740. package/es/plus/clinetSearch/Add/index.d.ts +0 -18
  741. package/es/plus/clinetSearch/Add/index.js +0 -213
  742. package/es/plus/clinetSearch/Add/index.less +0 -30
  743. package/es/plus/clinetSearch/InfiniteScroll/InfiniteScroll.d.ts +0 -5
  744. package/es/plus/clinetSearch/InfiniteScroll/InfiniteScroll.js +0 -265
  745. package/es/plus/clinetSearch/InfiniteScroll/index.d.ts +0 -2
  746. package/es/plus/clinetSearch/InfiniteScroll/index.js +0 -1
  747. package/es/plus/clinetSearch/InfiniteScroll/types.d.ts +0 -46
  748. package/es/plus/clinetSearch/InfiniteScroll/types.js +0 -1
  749. package/es/plus/clinetSearch/index.d.ts +0 -18
  750. package/es/plus/clinetSearch/index.js +0 -234
  751. package/es/plus/clinetSearch/index.less +0 -95
  752. package/es/plus/clinetSearch/locales.d.ts +0 -178
  753. package/es/plus/clinetSearch/locales.js +0 -177
  754. package/es/plus/clinetSearch/serve.d.ts +0 -1
  755. package/es/plus/clinetSearch/serve.js +0 -31
  756. package/es/plus/clinetSearch/types.d.ts +0 -70
  757. package/es/plus/clinetSearch/types.js +0 -1
  758. package/es/plus/orderList/components/BatchActionBar.d.ts +0 -9
  759. package/es/plus/orderList/components/BatchActionBar.js +0 -835
  760. package/es/plus/orderList/components/FilterList.d.ts +0 -8
  761. package/es/plus/orderList/components/FilterList.js +0 -78
  762. package/es/plus/orderList/components/HandleActions.d.ts +0 -6
  763. package/es/plus/orderList/components/HandleActions.js +0 -27
  764. package/es/plus/orderList/components/QuickFilter.d.ts +0 -5
  765. package/es/plus/orderList/components/QuickFilter.js +0 -14
  766. package/es/plus/orderList/components/Reset.d.ts +0 -7
  767. package/es/plus/orderList/components/Reset.js +0 -23
  768. package/es/plus/orderList/components/Toolbar.d.ts +0 -7
  769. package/es/plus/orderList/components/Toolbar.js +0 -59
  770. package/es/plus/orderList/config.d.ts +0 -155
  771. package/es/plus/orderList/config.js +0 -786
  772. package/es/plus/orderList/index.d.ts +0 -10
  773. package/es/plus/orderList/index.js +0 -133
  774. package/es/plus/orderList/index.less +0 -125
  775. package/es/plus/orderList/locales.d.ts +0 -618
  776. package/es/plus/orderList/locales.js +0 -733
  777. package/es/plus/orderList/serve.d.ts +0 -42
  778. package/es/plus/orderList/serve.js +0 -351
  779. package/es/plus/pisellSalesGrid/PisellSalesGrid.d.ts +0 -5
  780. package/es/plus/pisellSalesGrid/PisellSalesGrid.js +0 -363
  781. package/es/plus/pisellSalesGrid/PisellSalesGrid.less +0 -16
  782. package/es/plus/pisellSalesGrid/PisellSalesGrid.stories.d.ts +0 -14
  783. package/es/plus/pisellSalesGrid/PisellSalesGrid.stories.js +0 -559
  784. package/es/plus/pisellSalesGrid/hooks/useActions.d.ts +0 -19
  785. package/es/plus/pisellSalesGrid/hooks/useActions.js +0 -723
  786. package/es/plus/pisellSalesGrid/index.d.ts +0 -4
  787. package/es/plus/pisellSalesGrid/index.js +0 -3
  788. package/es/plus/pisellSalesGrid/locales.d.ts +0 -9
  789. package/es/plus/pisellSalesGrid/locales.js +0 -8
  790. package/es/plus/pisellSalesGrid/serve.d.ts +0 -19
  791. package/es/plus/pisellSalesGrid/serve.js +0 -151
  792. package/es/plus/pisellSalesGrid/types.d.ts +0 -170
  793. package/es/plus/pisellSalesGrid/types.js +0 -1
  794. package/es/plus/pisellSalesManagement/components/BookingFormsPreview.d.ts +0 -15
  795. package/es/plus/pisellSalesManagement/components/BookingFormsPreview.js +0 -221
  796. package/es/plus/pisellSalesManagement/components/BookingNotesPreview.d.ts +0 -19
  797. package/es/plus/pisellSalesManagement/components/BookingNotesPreview.js +0 -167
  798. package/es/plus/pisellSalesManagement/components/ResourceSelector.d.ts +0 -9
  799. package/es/plus/pisellSalesManagement/components/ResourceSelector.js +0 -102
  800. package/es/plus/pisellSalesManagement/config/booking.d.ts +0 -186
  801. package/es/plus/pisellSalesManagement/config/booking.js +0 -380
  802. package/es/plus/pisellSalesManagement/config/index.d.ts +0 -2
  803. package/es/plus/pisellSalesManagement/config/index.js +0 -11
  804. package/es/plus/pisellSalesManagement/config/order.d.ts +0 -172
  805. package/es/plus/pisellSalesManagement/config/order.js +0 -460
  806. package/es/plus/pisellSalesManagement/hooks/perspectiveUtils.d.ts +0 -15
  807. package/es/plus/pisellSalesManagement/hooks/perspectiveUtils.js +0 -66
  808. package/es/plus/pisellSalesManagement/hooks/useBookingPerspective.d.ts +0 -2
  809. package/es/plus/pisellSalesManagement/hooks/useBookingPerspective.js +0 -651
  810. package/es/plus/pisellSalesManagement/hooks/useOrderPerspective.d.ts +0 -2
  811. package/es/plus/pisellSalesManagement/hooks/useOrderPerspective.js +0 -656
  812. package/es/plus/pisellSalesManagement/hooks/usePerspectives.d.ts +0 -5
  813. package/es/plus/pisellSalesManagement/hooks/usePerspectives.js +0 -12
  814. package/es/plus/pisellSalesManagement/index.d.ts +0 -10
  815. package/es/plus/pisellSalesManagement/index.js +0 -84
  816. package/es/plus/pisellSalesManagement/locales.d.ts +0 -303
  817. package/es/plus/pisellSalesManagement/locales.js +0 -302
  818. package/es/plus/pisellSalesManagement/serve.d.ts +0 -26
  819. package/es/plus/pisellSalesManagement/serve.js +0 -222
  820. package/es/plus/saasAttendance/index.d.ts +0 -6
  821. package/es/plus/saasAttendance/index.js +0 -5
  822. package/es/plus/saasAttendance/locales.d.ts +0 -591
  823. package/es/plus/saasAttendance/locales.js +0 -657
  824. package/es/plus/saasAttendance/settings/BasicInfoTab.d.ts +0 -5
  825. package/es/plus/saasAttendance/settings/BasicInfoTab.js +0 -96
  826. package/es/plus/saasAttendance/settings/ClockInMethodTab.d.ts +0 -8
  827. package/es/plus/saasAttendance/settings/ClockInMethodTab.js +0 -81
  828. package/es/plus/saasAttendance/settings/CorrectionPolicyTab.d.ts +0 -8
  829. package/es/plus/saasAttendance/settings/CorrectionPolicyTab.js +0 -293
  830. package/es/plus/saasAttendance/settings/PermissonTab.d.ts +0 -5
  831. package/es/plus/saasAttendance/settings/PermissonTab.js +0 -79
  832. package/es/plus/saasAttendance/settings/ShiftScheduleTab.d.ts +0 -5
  833. package/es/plus/saasAttendance/settings/ShiftScheduleTab.js +0 -115
  834. package/es/plus/saasAttendance/settings/components/MapField.d.ts +0 -78
  835. package/es/plus/saasAttendance/settings/components/MapField.js +0 -848
  836. package/es/plus/saasAttendance/settings/components/index.d.ts +0 -3
  837. package/es/plus/saasAttendance/settings/components/index.js +0 -2
  838. package/es/plus/saasAttendance/settings/components/membersField/index.d.ts +0 -8
  839. package/es/plus/saasAttendance/settings/components/membersField/index.js +0 -216
  840. package/es/plus/saasAttendance/settings/components/membersField/index.less +0 -70
  841. package/es/plus/saasAttendance/settings/components/shiftModal/ShiftPreview.d.ts +0 -7
  842. package/es/plus/saasAttendance/settings/components/shiftModal/ShiftPreview.js +0 -149
  843. package/es/plus/saasAttendance/settings/components/shiftModal/ShiftPreview.less +0 -119
  844. package/es/plus/saasAttendance/settings/components/shiftModal/index.d.ts +0 -18
  845. package/es/plus/saasAttendance/settings/components/shiftModal/index.js +0 -438
  846. package/es/plus/saasAttendance/settings/index.d.ts +0 -18
  847. package/es/plus/saasAttendance/settings/index.js +0 -262
  848. package/es/plus/saasAttendance/settings/index.less +0 -510
  849. package/es/plus/saasAttendance/settings/serve.d.ts +0 -27
  850. package/es/plus/saasAttendance/settings/serve.js +0 -83
  851. package/es/plus/saasAttendance/settings/types.d.ts +0 -136
  852. package/es/plus/saasAttendance/settings/types.js +0 -1
  853. package/es/plus/saasRole/components/PermissionManager/index.d.ts +0 -19
  854. package/es/plus/saasRole/components/PermissionManager/index.js +0 -211
  855. package/es/plus/saasRole/components/PermissionManager/index.less +0 -71
  856. package/es/plus/saasRole/index.d.ts +0 -14
  857. package/es/plus/saasRole/index.js +0 -1036
  858. package/es/plus/saasRole/index.less +0 -196
  859. package/es/plus/saasRole/locales.d.ts +0 -319
  860. package/es/plus/saasRole/locales.js +0 -319
  861. package/es/plus/saasRole/serve.d.ts +0 -72
  862. package/es/plus/saasRole/serve.js +0 -304
  863. package/es/plus/saasRole/types.d.ts +0 -177
  864. package/es/plus/saasRole/types.js +0 -1
  865. package/es/plus/saasRole/utils.d.ts +0 -0
  866. package/es/plus/saasRole/utils.js +0 -0
  867. package/es/plus/saasTeamMembers/components/MemberDrawer/ExtensionFormTabContent.d.ts +0 -31
  868. package/es/plus/saasTeamMembers/components/MemberDrawer/ExtensionFormTabContent.js +0 -503
  869. package/es/plus/saasTeamMembers/components/MemberDrawer/index.d.ts +0 -23
  870. package/es/plus/saasTeamMembers/components/MemberDrawer/index.js +0 -634
  871. package/es/plus/saasTeamMembers/components/MemberDrawer/index.less +0 -178
  872. package/es/plus/saasTeamMembers/index.d.ts +0 -5
  873. package/es/plus/saasTeamMembers/index.js +0 -529
  874. package/es/plus/saasTeamMembers/index.less +0 -87
  875. package/es/plus/saasTeamMembers/locales.d.ts +0 -546
  876. package/es/plus/saasTeamMembers/locales.js +0 -591
  877. package/es/plus/saasTeamMembers/serve.d.ts +0 -95
  878. package/es/plus/saasTeamMembers/serve.js +0 -374
  879. package/es/plus/saasTeamMembers/type.d.ts +0 -158
  880. package/es/plus/saasTeamMembers/type.js +0 -1
  881. package/es/pro/Cards/components/SKUCard/locales.d.ts +0 -12
  882. package/es/pro/Cards/components/SKUCard/locales.js +0 -11
  883. package/es/pro/Cards/components/SKUCard/types.d.ts +0 -73
  884. package/es/pro/Cards/components/SKUCard/types.js +0 -1
  885. package/es/pro/Selector/components/LayoutContainer/index.less +0 -19
  886. package/es/pro/comprehensiveSearch/components/deviceIconGroup/index.d.ts +0 -11
  887. package/es/pro/comprehensiveSearch/components/deviceIconGroup/index.js +0 -54
  888. package/es/pro/comprehensiveSearch/components/deviceIconGroup/index.less +0 -28
  889. package/es/pro/comprehensiveSearch/components/index.d.ts +0 -2
  890. package/es/pro/comprehensiveSearch/components/index.js +0 -2
  891. package/es/pro/comprehensiveSearch/components/searchSection/index.d.ts +0 -24
  892. package/es/pro/comprehensiveSearch/components/searchSection/index.js +0 -141
  893. package/es/pro/comprehensiveSearch/components/searchSection/index.less +0 -100
  894. package/es/pro/comprehensiveSearch/components/searchSection/locales.d.ts +0 -23
  895. package/es/pro/comprehensiveSearch/components/searchSection/locales.js +0 -22
  896. package/es/pro/comprehensiveSearch/hooks/useNativeScanner.d.ts +0 -5
  897. package/es/pro/comprehensiveSearch/hooks/useNativeScanner.js +0 -24
  898. package/es/pro/comprehensiveSearch/hooks/useTerminalPeripherals.d.ts +0 -9
  899. package/es/pro/comprehensiveSearch/hooks/useTerminalPeripherals.js +0 -44
  900. package/es/pro/comprehensiveSearch/index.d.ts +0 -7
  901. package/es/pro/comprehensiveSearch/index.js +0 -207
  902. package/es/pro/comprehensiveSearch/index.less +0 -196
  903. package/es/pro/comprehensiveSearch/locales.d.ts +0 -23
  904. package/es/pro/comprehensiveSearch/locales.js +0 -22
  905. package/es/pro/comprehensiveSearch/types.d.ts +0 -32
  906. package/es/pro/comprehensiveSearch/types.js +0 -1
  907. package/es/pro/keyboards/index.d.ts +0 -2
  908. package/es/pro/keyboards/index.js +0 -1
  909. package/es/pro/keyboards/locales.d.ts +0 -38
  910. package/es/pro/keyboards/locales.js +0 -57
  911. package/es/pro/keyboards/numberKeyboard/index.d.ts +0 -16
  912. package/es/pro/keyboards/numberKeyboard/index.js +0 -523
  913. package/es/pro/keyboards/numberKeyboard/index.less +0 -59
  914. package/es/pro/keyboards/numberKeyboard/types.d.ts +0 -63
  915. package/es/pro/keyboards/numberKeyboard/types.js +0 -1
  916. package/es/pro/pisellPhoneKeyboard/index.d.ts +0 -13
  917. package/es/pro/pisellPhoneKeyboard/index.js +0 -210
  918. package/es/pro/pisellPhoneKeyboard/index.less +0 -157
  919. package/es/pro/pisellPhoneKeyboard/locales.d.ts +0 -18
  920. package/es/pro/pisellPhoneKeyboard/locales.js +0 -17
  921. package/lib/components/ecocup/components/AddCustomerModal/index.d.ts +0 -10
  922. package/lib/components/ecocup/components/AddCustomerModal/index.js +0 -212
  923. package/lib/components/ecocup/components/AddCustomerModal/index.less +0 -9
  924. package/lib/components/ecocup/components/CupActionList/index.d.ts +0 -14
  925. package/lib/components/ecocup/components/CupActionList/index.js +0 -116
  926. package/lib/components/ecocup/components/CupActionList/index.less +0 -102
  927. package/lib/components/ecocup/components/CupActionModal/hooks.d.ts +0 -5
  928. package/lib/components/ecocup/components/CupActionModal/hooks.js +0 -55
  929. package/lib/components/ecocup/components/CupActionModal/index.d.ts +0 -15
  930. package/lib/components/ecocup/components/CupActionModal/index.js +0 -125
  931. package/lib/components/ecocup/components/CupActionModal/index.less +0 -38
  932. package/lib/components/ecocup/components/CupInfoCard/index.d.ts +0 -10
  933. package/lib/components/ecocup/components/CupInfoCard/index.js +0 -43
  934. package/lib/components/ecocup/components/CupInfoCard/index.less +0 -11
  935. package/lib/components/ecocup/components/CupStatusModal/hooks.d.ts +0 -36
  936. package/lib/components/ecocup/components/CupStatusModal/hooks.js +0 -115
  937. package/lib/components/ecocup/components/CupStatusModal/index.d.ts +0 -14
  938. package/lib/components/ecocup/components/CupStatusModal/index.js +0 -221
  939. package/lib/components/ecocup/components/CupStatusModal/index.less +0 -73
  940. package/lib/components/ecocup/components/CustomerAndCupModal/hooks.d.ts +0 -14
  941. package/lib/components/ecocup/components/CustomerAndCupModal/hooks.js +0 -89
  942. package/lib/components/ecocup/components/CustomerAndCupModal/index.d.ts +0 -20
  943. package/lib/components/ecocup/components/CustomerAndCupModal/index.js +0 -178
  944. package/lib/components/ecocup/components/CustomerAndCupModal/index.less +0 -68
  945. package/lib/components/ecocup/components/CustomerCard/index.d.ts +0 -9
  946. package/lib/components/ecocup/components/CustomerCard/index.js +0 -58
  947. package/lib/components/ecocup/components/CustomerCard/index.less +0 -50
  948. package/lib/components/ecocup/components/MoreDropdown/index.d.ts +0 -9
  949. package/lib/components/ecocup/components/PageHeader/index.d.ts +0 -9
  950. package/lib/components/ecocup/components/PageHeader/index.js +0 -66
  951. package/lib/components/ecocup/components/PageHeader/index.less +0 -31
  952. package/lib/components/ecocup/components/SearchBar/const.d.ts +0 -4
  953. package/lib/components/ecocup/components/SearchBar/const.js +0 -50
  954. package/lib/components/ecocup/components/SearchBar/hooks.d.ts +0 -44
  955. package/lib/components/ecocup/components/SearchBar/hooks.js +0 -135
  956. package/lib/components/ecocup/components/SearchBar/index.d.ts +0 -14
  957. package/lib/components/ecocup/components/SearchBar/index.js +0 -226
  958. package/lib/components/ecocup/components/SearchBar/index.less +0 -88
  959. package/lib/components/ecocup/components/SettingModal/const.d.ts +0 -6
  960. package/lib/components/ecocup/components/SettingModal/const.js +0 -48
  961. package/lib/components/ecocup/components/SettingModal/index.d.ts +0 -9
  962. package/lib/components/ecocup/components/SettingModal/index.js +0 -199
  963. package/lib/components/ecocup/components/SettingModal/index.less +0 -9
  964. package/lib/components/ecocup/cupList/const.d.ts +0 -140
  965. package/lib/components/ecocup/cupList/const.js +0 -344
  966. package/lib/components/ecocup/cupList/hooks/index.d.ts +0 -4
  967. package/lib/components/ecocup/cupList/hooks/index.js +0 -43
  968. package/lib/components/ecocup/cupList/hooks/useColumns.d.ts +0 -45
  969. package/lib/components/ecocup/cupList/hooks/useColumns.js +0 -200
  970. package/lib/components/ecocup/cupList/hooks/useCupApi.d.ts +0 -41
  971. package/lib/components/ecocup/cupList/hooks/useCupApi.js +0 -227
  972. package/lib/components/ecocup/cupList/hooks/useSummary.d.ts +0 -3
  973. package/lib/components/ecocup/cupList/hooks/useSummary.js +0 -83
  974. package/lib/components/ecocup/cupList/index.d.ts +0 -7
  975. package/lib/components/ecocup/cupList/index.js +0 -262
  976. package/lib/components/ecocup/cupList/index.less +0 -159
  977. package/lib/components/ecocup/cupProject/const.d.ts +0 -7
  978. package/lib/components/ecocup/cupProject/const.js +0 -65
  979. package/lib/components/ecocup/cupProject/index.d.ts +0 -3
  980. package/lib/components/ecocup/cupProject/index.js +0 -135
  981. package/lib/components/ecocup/cupProject/index.less +0 -41
  982. package/lib/components/ecocup/customerList/const.d.ts +0 -44
  983. package/lib/components/ecocup/customerList/const.js +0 -93
  984. package/lib/components/ecocup/customerList/hooks/index.d.ts +0 -3
  985. package/lib/components/ecocup/customerList/hooks/useColumns.d.ts +0 -15
  986. package/lib/components/ecocup/customerList/hooks/useColumns.js +0 -89
  987. package/lib/components/ecocup/customerList/hooks/useCustomerApi.d.ts +0 -15
  988. package/lib/components/ecocup/customerList/hooks/useCustomerApi.js +0 -56
  989. package/lib/components/ecocup/customerList/index.d.ts +0 -7
  990. package/lib/components/ecocup/customerList/index.js +0 -138
  991. package/lib/components/ecocup/customerList/index.less +0 -15
  992. package/lib/components/ecocup/hooks.d.ts +0 -57
  993. package/lib/components/ecocup/hooks.js +0 -169
  994. package/lib/components/ecocup/locales.d.ts +0 -653
  995. package/lib/components/ecocup/locales.js +0 -706
  996. package/lib/components/ecocup/types.d.ts +0 -103
  997. package/lib/components/ecocup/types.js +0 -57
  998. package/lib/components/ecocup/utils/download.d.ts +0 -7
  999. package/lib/components/ecocup/utils/download.js +0 -47
  1000. package/lib/components/ecocup/utils/index.d.ts +0 -2
  1001. package/lib/components/ecocup/utils/index.js +0 -42
  1002. package/lib/components/ecocup/utils/scanListener.d.ts +0 -20
  1003. package/lib/components/ecocup/utils/scanListener.js +0 -90
  1004. package/lib/components/pay/toC/PaymentMethods/MWCreditCard/components/TDSErrorModal/index.d.ts +0 -34
  1005. package/lib/components/pay/toC/PaymentMethods/MWCreditCard/components/TDSErrorModal/index.js +0 -107
  1006. package/lib/components/pay/toC/PaymentMethods/MWCreditCard/components/TDSErrorModal/index.less +0 -52
  1007. package/lib/components/systemSettings/registry/components/DataSourceTreeSelect/index.d.ts +0 -59
  1008. package/lib/components/systemSettings/registry/components/DataSourceTreeSelect/index.js +0 -228
  1009. package/lib/components/systemSettings/registry/components/DataSourceTreeSelect/serve.d.ts +0 -70
  1010. package/lib/components/systemSettings/registry/components/DataSourceTreeSelect/serve.js +0 -195
  1011. package/lib/components/systemSettings/registry/components/OptionDataSource/OptionTable.d.ts +0 -8
  1012. package/lib/components/systemSettings/registry/components/OptionDataSource/OptionTable.js +0 -166
  1013. package/lib/components/systemSettings/registry/components/OptionDataSource/index.d.ts +0 -10
  1014. package/lib/components/systemSettings/registry/components/OptionDataSource/index.js +0 -210
  1015. package/lib/components/systemSettings/registry/components/OptionDataSource/index.less +0 -37
  1016. package/lib/hooks/useThemeTokens.d.ts +0 -7
  1017. package/lib/hooks/useThemeTokens.js +0 -40
  1018. package/lib/hooks/useTranslationOriginal.d.ts +0 -1
  1019. package/lib/hooks/useTranslationOriginal.js +0 -42
  1020. package/lib/plus/clientCard/index.d.ts +0 -7
  1021. package/lib/plus/clientCard/index.js +0 -457
  1022. package/lib/plus/clientCard/index.less +0 -515
  1023. package/lib/plus/clientCard/line/index.d.ts +0 -9
  1024. package/lib/plus/clientCard/line/index.js +0 -153
  1025. package/lib/plus/clientCard/line/index.less +0 -142
  1026. package/lib/plus/clientCard/locales.d.ts +0 -28
  1027. package/lib/plus/clientCard/locales.js +0 -51
  1028. package/lib/plus/clientCard/types.d.ts +0 -135
  1029. package/lib/plus/clientCard/types.js +0 -17
  1030. package/lib/plus/clientCard/utils.d.ts +0 -8
  1031. package/lib/plus/clientCard/utils.js +0 -75
  1032. package/lib/plus/clinetSearch/Add/BirthdayField/index.d.ts +0 -3
  1033. package/lib/plus/clinetSearch/Add/BirthdayField/index.js +0 -256
  1034. package/lib/plus/clinetSearch/Add/GenderField/index.d.ts +0 -3
  1035. package/lib/plus/clinetSearch/Add/GenderField/index.js +0 -52
  1036. package/lib/plus/clinetSearch/Add/PhoneField/index.d.ts +0 -3
  1037. package/lib/plus/clinetSearch/Add/PhoneField/index.js +0 -78
  1038. package/lib/plus/clinetSearch/Add/PhoneField/serve.d.ts +0 -2
  1039. package/lib/plus/clinetSearch/Add/PhoneField/serve.js +0 -193
  1040. package/lib/plus/clinetSearch/Add/index.d.ts +0 -18
  1041. package/lib/plus/clinetSearch/Add/index.js +0 -244
  1042. package/lib/plus/clinetSearch/Add/index.less +0 -30
  1043. package/lib/plus/clinetSearch/InfiniteScroll/InfiniteScroll.d.ts +0 -5
  1044. package/lib/plus/clinetSearch/InfiniteScroll/InfiniteScroll.js +0 -235
  1045. package/lib/plus/clinetSearch/InfiniteScroll/index.d.ts +0 -2
  1046. package/lib/plus/clinetSearch/InfiniteScroll/index.js +0 -35
  1047. package/lib/plus/clinetSearch/InfiniteScroll/types.d.ts +0 -46
  1048. package/lib/plus/clinetSearch/InfiniteScroll/types.js +0 -17
  1049. package/lib/plus/clinetSearch/index.d.ts +0 -18
  1050. package/lib/plus/clinetSearch/index.js +0 -237
  1051. package/lib/plus/clinetSearch/index.less +0 -95
  1052. package/lib/plus/clinetSearch/locales.d.ts +0 -178
  1053. package/lib/plus/clinetSearch/locales.js +0 -201
  1054. package/lib/plus/clinetSearch/serve.d.ts +0 -1
  1055. package/lib/plus/clinetSearch/types.d.ts +0 -70
  1056. package/lib/plus/clinetSearch/types.js +0 -17
  1057. package/lib/plus/orderList/components/BatchActionBar.d.ts +0 -9
  1058. package/lib/plus/orderList/components/BatchActionBar.js +0 -567
  1059. package/lib/plus/orderList/components/FilterList.d.ts +0 -8
  1060. package/lib/plus/orderList/components/FilterList.js +0 -121
  1061. package/lib/plus/orderList/components/HandleActions.d.ts +0 -6
  1062. package/lib/plus/orderList/components/HandleActions.js +0 -52
  1063. package/lib/plus/orderList/components/QuickFilter.d.ts +0 -5
  1064. package/lib/plus/orderList/components/QuickFilter.js +0 -43
  1065. package/lib/plus/orderList/components/Reset.d.ts +0 -7
  1066. package/lib/plus/orderList/components/Reset.js +0 -58
  1067. package/lib/plus/orderList/components/Toolbar.d.ts +0 -7
  1068. package/lib/plus/orderList/components/Toolbar.js +0 -68
  1069. package/lib/plus/orderList/config.d.ts +0 -155
  1070. package/lib/plus/orderList/config.js +0 -764
  1071. package/lib/plus/orderList/index.d.ts +0 -10
  1072. package/lib/plus/orderList/index.js +0 -132
  1073. package/lib/plus/orderList/index.less +0 -125
  1074. package/lib/plus/orderList/locales.d.ts +0 -618
  1075. package/lib/plus/orderList/locales.js +0 -737
  1076. package/lib/plus/orderList/serve.d.ts +0 -42
  1077. package/lib/plus/orderList/serve.js +0 -177
  1078. package/lib/plus/pisellSalesGrid/PisellSalesGrid.d.ts +0 -5
  1079. package/lib/plus/pisellSalesGrid/PisellSalesGrid.js +0 -339
  1080. package/lib/plus/pisellSalesGrid/PisellSalesGrid.less +0 -16
  1081. package/lib/plus/pisellSalesGrid/PisellSalesGrid.stories.d.ts +0 -14
  1082. package/lib/plus/pisellSalesGrid/PisellSalesGrid.stories.js +0 -455
  1083. package/lib/plus/pisellSalesGrid/hooks/useActions.d.ts +0 -19
  1084. package/lib/plus/pisellSalesGrid/hooks/useActions.js +0 -545
  1085. package/lib/plus/pisellSalesGrid/index.d.ts +0 -4
  1086. package/lib/plus/pisellSalesGrid/index.js +0 -42
  1087. package/lib/plus/pisellSalesGrid/locales.d.ts +0 -9
  1088. package/lib/plus/pisellSalesGrid/locales.js +0 -29
  1089. package/lib/plus/pisellSalesGrid/serve.d.ts +0 -19
  1090. package/lib/plus/pisellSalesGrid/serve.js +0 -142
  1091. package/lib/plus/pisellSalesGrid/types.d.ts +0 -170
  1092. package/lib/plus/pisellSalesGrid/types.js +0 -17
  1093. package/lib/plus/pisellSalesManagement/components/BookingFormsPreview.d.ts +0 -15
  1094. package/lib/plus/pisellSalesManagement/components/BookingFormsPreview.js +0 -253
  1095. package/lib/plus/pisellSalesManagement/components/BookingNotesPreview.d.ts +0 -19
  1096. package/lib/plus/pisellSalesManagement/components/BookingNotesPreview.js +0 -193
  1097. package/lib/plus/pisellSalesManagement/components/ResourceSelector.d.ts +0 -9
  1098. package/lib/plus/pisellSalesManagement/components/ResourceSelector.js +0 -106
  1099. package/lib/plus/pisellSalesManagement/config/booking.d.ts +0 -186
  1100. package/lib/plus/pisellSalesManagement/config/booking.js +0 -500
  1101. package/lib/plus/pisellSalesManagement/config/index.d.ts +0 -2
  1102. package/lib/plus/pisellSalesManagement/config/index.js +0 -43
  1103. package/lib/plus/pisellSalesManagement/config/order.d.ts +0 -172
  1104. package/lib/plus/pisellSalesManagement/config/order.js +0 -492
  1105. package/lib/plus/pisellSalesManagement/hooks/perspectiveUtils.d.ts +0 -15
  1106. package/lib/plus/pisellSalesManagement/hooks/perspectiveUtils.js +0 -113
  1107. package/lib/plus/pisellSalesManagement/hooks/useBookingPerspective.d.ts +0 -2
  1108. package/lib/plus/pisellSalesManagement/hooks/useBookingPerspective.js +0 -699
  1109. package/lib/plus/pisellSalesManagement/hooks/useOrderPerspective.d.ts +0 -2
  1110. package/lib/plus/pisellSalesManagement/hooks/useOrderPerspective.js +0 -700
  1111. package/lib/plus/pisellSalesManagement/hooks/usePerspectives.d.ts +0 -5
  1112. package/lib/plus/pisellSalesManagement/hooks/usePerspectives.js +0 -42
  1113. package/lib/plus/pisellSalesManagement/index.d.ts +0 -10
  1114. package/lib/plus/pisellSalesManagement/index.js +0 -113
  1115. package/lib/plus/pisellSalesManagement/locales.d.ts +0 -303
  1116. package/lib/plus/pisellSalesManagement/locales.js +0 -326
  1117. package/lib/plus/pisellSalesManagement/serve.d.ts +0 -26
  1118. package/lib/plus/pisellSalesManagement/serve.js +0 -120
  1119. package/lib/plus/saasAttendance/index.d.ts +0 -6
  1120. package/lib/plus/saasAttendance/index.js +0 -39
  1121. package/lib/plus/saasAttendance/locales.d.ts +0 -591
  1122. package/lib/plus/saasAttendance/locales.js +0 -615
  1123. package/lib/plus/saasAttendance/settings/BasicInfoTab.d.ts +0 -5
  1124. package/lib/plus/saasAttendance/settings/BasicInfoTab.js +0 -152
  1125. package/lib/plus/saasAttendance/settings/ClockInMethodTab.d.ts +0 -8
  1126. package/lib/plus/saasAttendance/settings/ClockInMethodTab.js +0 -88
  1127. package/lib/plus/saasAttendance/settings/CorrectionPolicyTab.d.ts +0 -8
  1128. package/lib/plus/saasAttendance/settings/CorrectionPolicyTab.js +0 -369
  1129. package/lib/plus/saasAttendance/settings/PermissonTab.d.ts +0 -5
  1130. package/lib/plus/saasAttendance/settings/PermissonTab.js +0 -128
  1131. package/lib/plus/saasAttendance/settings/ShiftScheduleTab.d.ts +0 -5
  1132. package/lib/plus/saasAttendance/settings/ShiftScheduleTab.js +0 -107
  1133. package/lib/plus/saasAttendance/settings/components/MapField.d.ts +0 -78
  1134. package/lib/plus/saasAttendance/settings/components/MapField.js +0 -670
  1135. package/lib/plus/saasAttendance/settings/components/index.d.ts +0 -3
  1136. package/lib/plus/saasAttendance/settings/components/index.js +0 -42
  1137. package/lib/plus/saasAttendance/settings/components/membersField/index.d.ts +0 -8
  1138. package/lib/plus/saasAttendance/settings/components/membersField/index.js +0 -247
  1139. package/lib/plus/saasAttendance/settings/components/membersField/index.less +0 -70
  1140. package/lib/plus/saasAttendance/settings/components/shiftModal/ShiftPreview.d.ts +0 -7
  1141. package/lib/plus/saasAttendance/settings/components/shiftModal/ShiftPreview.js +0 -150
  1142. package/lib/plus/saasAttendance/settings/components/shiftModal/ShiftPreview.less +0 -119
  1143. package/lib/plus/saasAttendance/settings/components/shiftModal/index.d.ts +0 -18
  1144. package/lib/plus/saasAttendance/settings/components/shiftModal/index.js +0 -447
  1145. package/lib/plus/saasAttendance/settings/index.d.ts +0 -18
  1146. package/lib/plus/saasAttendance/settings/index.js +0 -295
  1147. package/lib/plus/saasAttendance/settings/index.less +0 -510
  1148. package/lib/plus/saasAttendance/settings/serve.d.ts +0 -27
  1149. package/lib/plus/saasAttendance/settings/types.d.ts +0 -136
  1150. package/lib/plus/saasAttendance/settings/types.js +0 -17
  1151. package/lib/plus/saasRole/components/PermissionManager/index.d.ts +0 -19
  1152. package/lib/plus/saasRole/components/PermissionManager/index.js +0 -159
  1153. package/lib/plus/saasRole/components/PermissionManager/index.less +0 -71
  1154. package/lib/plus/saasRole/index.d.ts +0 -14
  1155. package/lib/plus/saasRole/index.js +0 -780
  1156. package/lib/plus/saasRole/index.less +0 -196
  1157. package/lib/plus/saasRole/locales.d.ts +0 -319
  1158. package/lib/plus/saasRole/locales.js +0 -345
  1159. package/lib/plus/saasRole/serve.d.ts +0 -72
  1160. package/lib/plus/saasRole/serve.js +0 -100
  1161. package/lib/plus/saasRole/types.d.ts +0 -177
  1162. package/lib/plus/saasRole/types.js +0 -17
  1163. package/lib/plus/saasRole/utils.d.ts +0 -0
  1164. package/lib/plus/saasRole/utils.js +0 -0
  1165. package/lib/plus/saasTeamMembers/components/MemberDrawer/ExtensionFormTabContent.d.ts +0 -31
  1166. package/lib/plus/saasTeamMembers/components/MemberDrawer/ExtensionFormTabContent.js +0 -393
  1167. package/lib/plus/saasTeamMembers/components/MemberDrawer/index.d.ts +0 -23
  1168. package/lib/plus/saasTeamMembers/components/MemberDrawer/index.js +0 -672
  1169. package/lib/plus/saasTeamMembers/components/MemberDrawer/index.less +0 -178
  1170. package/lib/plus/saasTeamMembers/index.d.ts +0 -5
  1171. package/lib/plus/saasTeamMembers/index.js +0 -448
  1172. package/lib/plus/saasTeamMembers/index.less +0 -87
  1173. package/lib/plus/saasTeamMembers/locales.d.ts +0 -546
  1174. package/lib/plus/saasTeamMembers/locales.js +0 -617
  1175. package/lib/plus/saasTeamMembers/serve.d.ts +0 -95
  1176. package/lib/plus/saasTeamMembers/serve.js +0 -132
  1177. package/lib/plus/saasTeamMembers/type.d.ts +0 -158
  1178. package/lib/plus/saasTeamMembers/type.js +0 -17
  1179. package/lib/pro/Cards/components/SKUCard/locales.d.ts +0 -12
  1180. package/lib/pro/Cards/components/SKUCard/locales.js +0 -35
  1181. package/lib/pro/Cards/components/SKUCard/types.d.ts +0 -73
  1182. package/lib/pro/Cards/components/SKUCard/types.js +0 -17
  1183. package/lib/pro/Selector/components/LayoutContainer/index.less +0 -19
  1184. package/lib/pro/comprehensiveSearch/components/deviceIconGroup/index.d.ts +0 -11
  1185. package/lib/pro/comprehensiveSearch/components/deviceIconGroup/index.js +0 -64
  1186. package/lib/pro/comprehensiveSearch/components/deviceIconGroup/index.less +0 -28
  1187. package/lib/pro/comprehensiveSearch/components/index.d.ts +0 -2
  1188. package/lib/pro/comprehensiveSearch/components/index.js +0 -42
  1189. package/lib/pro/comprehensiveSearch/components/searchSection/index.d.ts +0 -24
  1190. package/lib/pro/comprehensiveSearch/components/searchSection/index.js +0 -154
  1191. package/lib/pro/comprehensiveSearch/components/searchSection/index.less +0 -100
  1192. package/lib/pro/comprehensiveSearch/components/searchSection/locales.d.ts +0 -23
  1193. package/lib/pro/comprehensiveSearch/components/searchSection/locales.js +0 -46
  1194. package/lib/pro/comprehensiveSearch/hooks/useNativeScanner.d.ts +0 -5
  1195. package/lib/pro/comprehensiveSearch/hooks/useNativeScanner.js +0 -56
  1196. package/lib/pro/comprehensiveSearch/hooks/useTerminalPeripherals.d.ts +0 -9
  1197. package/lib/pro/comprehensiveSearch/hooks/useTerminalPeripherals.js +0 -70
  1198. package/lib/pro/comprehensiveSearch/index.d.ts +0 -7
  1199. package/lib/pro/comprehensiveSearch/index.js +0 -190
  1200. package/lib/pro/comprehensiveSearch/index.less +0 -196
  1201. package/lib/pro/comprehensiveSearch/locales.d.ts +0 -23
  1202. package/lib/pro/comprehensiveSearch/locales.js +0 -46
  1203. package/lib/pro/comprehensiveSearch/types.d.ts +0 -32
  1204. package/lib/pro/comprehensiveSearch/types.js +0 -17
  1205. package/lib/pro/keyboards/index.d.ts +0 -2
  1206. package/lib/pro/keyboards/index.js +0 -39
  1207. package/lib/pro/keyboards/locales.d.ts +0 -38
  1208. package/lib/pro/keyboards/locales.js +0 -61
  1209. package/lib/pro/keyboards/numberKeyboard/index.d.ts +0 -16
  1210. package/lib/pro/keyboards/numberKeyboard/index.js +0 -400
  1211. package/lib/pro/keyboards/numberKeyboard/index.less +0 -59
  1212. package/lib/pro/keyboards/numberKeyboard/types.d.ts +0 -63
  1213. package/lib/pro/keyboards/numberKeyboard/types.js +0 -17
  1214. package/lib/pro/pisellPhoneKeyboard/index.d.ts +0 -13
  1215. package/lib/pro/pisellPhoneKeyboard/index.js +0 -219
  1216. package/lib/pro/pisellPhoneKeyboard/index.less +0 -157
  1217. package/lib/pro/pisellPhoneKeyboard/locales.d.ts +0 -18
  1218. package/lib/pro/pisellPhoneKeyboard/locales.js +0 -41
  1219. package/lowcode/client-card/fragments/cardStyle.ts +0 -63
  1220. package/lowcode/client-card/fragments/nameStyle.ts +0 -34
  1221. package/lowcode/client-card/fragments/pisellAvatar.ts +0 -87
  1222. package/lowcode/client-card/fragments/tagConfig.ts +0 -88
  1223. package/lowcode/client-card/meta.ts +0 -343
  1224. package/lowcode/client-search/meta.ts +0 -316
  1225. package/lowcode/eco-cup-list/meta.ts +0 -27
  1226. package/lowcode/eco-customer-list/meta.ts +0 -27
  1227. package/lowcode/ecocup-cup-list/meta.ts +0 -38
  1228. package/lowcode/ecocup-cup-project/meta.ts +0 -35
  1229. package/lowcode/ecocup-customer-list/meta.ts +0 -38
  1230. package/lowcode/order-list/meta.ts +0 -87
  1231. package/lowcode/pisell-sales-management/meta.ts +0 -88
  1232. package/lowcode/saas-attendance-settings/meta.ts +0 -56
  1233. package/lowcode/saas-role/meta.ts +0 -35
  1234. package/lowcode/saas-team-members/meta.ts +0 -35
@@ -29,14 +29,12 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
29
29
  // src/components/pay/toC/PaymentMethods/MWCreditCard/tds2.tsx
30
30
  var tds2_exports = {};
31
31
  __export(tds2_exports, {
32
- cancelCurrentPayment: () => cancelCurrentPayment,
33
32
  checkEnrollment: () => checkEnrollment,
34
33
  checkPARes: () => checkPARes,
35
34
  checkTDSAuth: () => checkTDSAuth,
36
35
  createChallengeIframe: () => createChallengeIframe,
37
36
  createThreeDSMethodIframe: () => createThreeDSMethodIframe,
38
37
  paymentEnd: () => paymentEnd,
39
- preCheckEnrollment: () => preCheckEnrollment,
40
38
  startPayment: () => startPayment
41
39
  });
42
40
  module.exports = __toCommonJS(tds2_exports);
@@ -45,7 +43,6 @@ var import_dayjs = __toESM(require("dayjs"));
45
43
  var import_utils2 = require("@pisell/utils");
46
44
  var import_materials = require("@pisell/materials");
47
45
  var import_payGroup = require("../../payGroup");
48
- var import_utils3 = require("../../utils");
49
46
  var { REACT_APP_API_ENV } = process.env;
50
47
  var paymentInfo = {
51
48
  transactionInfo: {
@@ -64,11 +61,6 @@ var paymentInfo = {
64
61
  };
65
62
  var paymentData = {};
66
63
  var postmessageUrl = "merchantwarrior";
67
- var activeCleanup = null;
68
- var cancelCurrentPayment = () => {
69
- activeCleanup == null ? void 0 : activeCleanup();
70
- activeCleanup = null;
71
- };
72
64
  var log = (data) => {
73
65
  let _template = {
74
66
  module,
@@ -92,8 +84,7 @@ var setHistoryLog = (log2) => {
92
84
  var getCurrentTime = () => {
93
85
  return (0, import_dayjs.default)().format("YYYY-MM-DD HH:mm:ss");
94
86
  };
95
- var startPayment = async ({ orderId, cardInfo, payData }, options) => {
96
- const { callback, isCancelled } = options || {};
87
+ var startPayment = async ({ orderId, cardInfo, payData }, callback) => {
97
88
  let paymentInfo2 = {
98
89
  amount: 0,
99
90
  order_id: 0
@@ -110,11 +101,7 @@ var startPayment = async ({ orderId, cardInfo, payData }, options) => {
110
101
  payDataOrderId: payData == null ? void 0 : payData.order_id,
111
102
  payDataPayNumber: payData == null ? void 0 : payData.pay_number
112
103
  });
113
- const step2 = payData ? payData : await checkEnrollment(orderId, cardInfo, { callback, isCancelled });
114
- if (isCancelled == null ? void 0 : isCancelled()) {
115
- closeIframe();
116
- return;
117
- }
104
+ const step2 = payData ? payData : await checkEnrollment(orderId, cardInfo, callback);
118
105
  setHistoryLog({
119
106
  msg: "步骤2完成: 提交卡信息到后端",
120
107
  time: getCurrentTime(),
@@ -132,10 +119,6 @@ var startPayment = async ({ orderId, cardInfo, payData }, options) => {
132
119
  time: getCurrentTime()
133
120
  });
134
121
  let step3 = await createThreeDSMethodIframe(step2, callback);
135
- if (isCancelled == null ? void 0 : isCancelled()) {
136
- closeIframe();
137
- return;
138
- }
139
122
  paymentData.step3 = step3;
140
123
  setHistoryLog({
141
124
  msg: "步骤3完成: iframe监听结束",
@@ -151,11 +134,7 @@ var startPayment = async ({ orderId, cardInfo, payData }, options) => {
151
134
  order_id: step2 == null ? void 0 : step2.order_id,
152
135
  pay_number: step2 == null ? void 0 : step2.pay_number
153
136
  });
154
- const step4 = await checkTDSAuth(step2, step3, { callback, isCancelled });
155
- if (isCancelled == null ? void 0 : isCancelled()) {
156
- closeIframe();
157
- return;
158
- }
137
+ const step4 = await checkTDSAuth(step2, step3, callback);
159
138
  setHistoryLog({
160
139
  msg: "步骤4完成: checkTDSAuth 返回",
161
140
  time: getCurrentTime(),
@@ -171,10 +150,6 @@ var startPayment = async ({ orderId, cardInfo, payData }, options) => {
171
150
  time: getCurrentTime()
172
151
  });
173
152
  const step5 = await createChallengeIframe(step4, callback);
174
- if (isCancelled == null ? void 0 : isCancelled()) {
175
- closeIframe();
176
- return;
177
- }
178
153
  paymentData.step5 = step5;
179
154
  setHistoryLog({
180
155
  msg: "步骤5完成: challenge iframe结束",
@@ -185,20 +160,12 @@ var startPayment = async ({ orderId, cardInfo, payData }, options) => {
185
160
  time: getCurrentTime()
186
161
  });
187
162
  await checkPARes(step2, step4, step5);
188
- if (isCancelled == null ? void 0 : isCancelled()) {
189
- closeIframe();
190
- return;
191
- }
192
163
  setHistoryLog({
193
164
  msg: "步骤6完成: check_pares接口返回",
194
165
  time: getCurrentTime()
195
166
  });
196
167
  }
197
- if (isCancelled == null ? void 0 : isCancelled()) {
198
- closeIframe();
199
- return;
200
- }
201
- callback == null ? void 0 : callback({ key: "hideModal" });
168
+ callback({ key: "hideModal" });
202
169
  setHistoryLog({
203
170
  msg: "支付成功",
204
171
  time: getCurrentTime()
@@ -216,17 +183,11 @@ var startPayment = async ({ orderId, cardInfo, payData }, options) => {
216
183
  setHistoryLog({
217
184
  msg: "支付异常",
218
185
  time: getCurrentTime(),
219
- error: err,
220
- errorCode: err == null ? void 0 : err.code
186
+ error: err
221
187
  });
188
+ callback({ key: "hideModal" });
222
189
  closeIframe();
223
- if (isCancelled == null ? void 0 : isCancelled()) return;
224
- callback == null ? void 0 : callback({ key: "hideModal" });
225
190
  if (err === 0) return;
226
- if ((err == null ? void 0 : err.code) === 700500) {
227
- callback == null ? void 0 : callback({ key: "bankVerifyFailed" });
228
- return false;
229
- }
230
191
  paymentData.error = err;
231
192
  paymentEnd(
232
193
  {
@@ -238,34 +199,11 @@ var startPayment = async ({ orderId, cardInfo, payData }, options) => {
238
199
  return false;
239
200
  }
240
201
  };
241
- var preCheckEnrollment = async (orderId, cardInfo) => {
242
- try {
243
- const { data } = await import_utils.request.getRequest().post("/h5/pay/order/mw-3ds-pay/v2/" + orderId, {
244
- ...cardInfo
245
- });
246
- (0, import_payGroup.setPayNumber)(orderId, data == null ? void 0 : data.pay_number);
247
- if (!(data == null ? void 0 : data.pay_info)) {
248
- throw new Error("Card does not support 3DS verification");
249
- }
250
- return data;
251
- } catch (err) {
252
- log({
253
- msg: err,
254
- data: {
255
- orderId,
256
- cardInfo
257
- }
258
- });
259
- throw err;
260
- }
261
- };
262
- var checkEnrollment = async (orderId, cardInfo, options) => {
263
- const { callback, isCancelled } = options || {};
202
+ var checkEnrollment = async (orderId, cardInfo, callback) => {
264
203
  try {
265
204
  let { data } = await import_utils.request.getRequest().post("/h5/pay/order/mw-3ds-pay/v2/" + orderId, {
266
205
  ...cardInfo
267
206
  });
268
- if (isCancelled == null ? void 0 : isCancelled()) return 0;
269
207
  (0, import_payGroup.setPayNumber)(orderId, data == null ? void 0 : data.pay_number);
270
208
  if (!(data == null ? void 0 : data.pay_info)) {
271
209
  return null;
@@ -279,8 +217,7 @@ var checkEnrollment = async (orderId, cardInfo, options) => {
279
217
  cardInfo
280
218
  }
281
219
  });
282
- if (isCancelled == null ? void 0 : isCancelled()) return 0;
283
- callback == null ? void 0 : callback({ key: "hideModal" });
220
+ callback({ key: "hideModal" });
284
221
  closeIframe();
285
222
  (0, import_materials.PisellToast)({
286
223
  content: (err == null ? void 0 : err.message) || "",
@@ -326,43 +263,38 @@ var createThreeDSMethodIframe = async (threeDSMethodData, callback) => {
326
263
  let timer = null;
327
264
  return new Promise((res, rej) => {
328
265
  var _a2;
329
- const handleMessage = (event) => {
330
- if (event.origin.indexOf(postmessageUrl) !== -1 || event.origin.indexOf("securesuite") !== -1) {
331
- if (typeof event.data.threeDSServerTransID == "string") {
332
- setHistoryLog({
333
- msg: "第三步: message 返回 threeDSServerTransID",
334
- time: getCurrentTime(),
335
- threeDSServerTransID: event.data.threeDSServerTransID
336
- });
337
- if (timer) {
338
- clearTimeout(timer);
339
- }
340
- window.removeEventListener("message", handleMessage);
341
- res({
342
- threeDSServerTransID: event.data.threeDSServerTransID,
343
- threeDSCompInd: "Y"
344
- });
345
- }
346
- }
347
- };
348
266
  timer = setTimeout(() => {
349
- window.removeEventListener("message", handleMessage);
350
267
  res(defaultReturnParams);
351
268
  log({
352
269
  msg: "第三步: 10秒超时则走N逻辑",
353
270
  data: threeDSMethodData
354
271
  });
355
272
  }, ((_a2 = threeDSMethodData == null ? void 0 : threeDSMethodData.pay_info) == null ? void 0 : _a2.tdsMethodTimeoutMS) || 1e4);
356
- window.addEventListener("message", handleMessage, false);
357
- activeCleanup = () => {
358
- window.removeEventListener("message", handleMessage);
359
- if (timer) clearTimeout(timer);
360
- rej(0);
361
- };
273
+ window.addEventListener(
274
+ "message",
275
+ (event) => {
276
+ if (event.origin.indexOf(postmessageUrl) !== -1 || event.origin.indexOf("securesuite") !== -1) {
277
+ if (typeof event.data.threeDSServerTransID == "string") {
278
+ setHistoryLog({
279
+ msg: "第三步: message 返回 threeDSServerTransID",
280
+ time: getCurrentTime(),
281
+ threeDSServerTransID: event.data.threeDSServerTransID
282
+ });
283
+ if (timer) {
284
+ clearTimeout(timer);
285
+ }
286
+ res({
287
+ threeDSServerTransID: event.data.threeDSServerTransID,
288
+ threeDSCompInd: "Y"
289
+ });
290
+ }
291
+ }
292
+ },
293
+ false
294
+ );
362
295
  });
363
296
  };
364
- var checkTDSAuth = async (step2, step3, options) => {
365
- const { callback, isCancelled } = options || {};
297
+ var checkTDSAuth = async (step2, step3, callback) => {
366
298
  try {
367
299
  const { pay_number, order_id, pay_info, amount, notifyURL } = step2;
368
300
  const { threeDSServerTransID, threeDSCompInd } = step3;
@@ -371,18 +303,15 @@ var checkTDSAuth = async (step2, step3, options) => {
371
303
  if (REACT_APP_API_ENV === "pre" && pay_info.check_tds_auth.card_name === "aa bb") {
372
304
  isPre = true;
373
305
  }
374
- const request_unique_idempotency_token = (0, import_utils3.getUniqueIdempotencyToken)();
375
306
  setHistoryLog({
376
307
  msg: "步骤4开始: 调用tds_auth_pay接口",
377
308
  time: getCurrentTime(),
378
309
  order_id,
379
- pay_number,
380
- request_unique_idempotency_token
310
+ pay_number
381
311
  });
382
312
  let { data } = await import_utils.request.getRequest().post("/h5/pay/order/mw-3ds-pay/v2/tds_auth_pay", {
383
313
  order_id,
384
314
  pay_number,
385
- request_unique_idempotency_token,
386
315
  mw_data: {
387
316
  accessToken: pay_info.check_tds_auth.access_token,
388
317
  method: "checkTDSAuth",
@@ -410,7 +339,7 @@ var checkTDSAuth = async (step2, step3, options) => {
410
339
  billAddrLine1: paymentInfo.billingAddress.billAddrLine1,
411
340
  billAddrPostCode: paymentInfo.billingAddress.billAddrPostCode,
412
341
  billAddrState: paymentInfo.billingAddress.billAddrState,
413
- threeDSCompInd: isPre ? "" : threeDSCompInd || "N",
342
+ threeDSCompInd: isPre ? "" : threeDSCompInd,
414
343
  threeDSServerTransID: isPre ? "" : threeDSServerTransID,
415
344
  threeDSRequestorAuthenticationInd: "01",
416
345
  threeDSRequestorURL: window.location.href,
@@ -429,23 +358,20 @@ var checkTDSAuth = async (step2, step3, options) => {
429
358
  } catch (err) {
430
359
  setHistoryLog({
431
360
  msg: "步骤4异常",
432
- time: getCurrentTime(),
433
- errorCode: err == null ? void 0 : err.code
361
+ time: getCurrentTime()
434
362
  });
435
363
  log({
436
364
  msg: err,
437
365
  data: paymentData
438
366
  });
439
- if (isCancelled == null ? void 0 : isCancelled()) return 0;
440
- if ((err == null ? void 0 : err.code) === 700500) {
441
- throw err;
442
- }
443
367
  (0, import_materials.PisellToast)({
444
368
  content: (err == null ? void 0 : err.message) || "",
445
- duration: 1e3 * 2
369
+ duration: 1e3 * 200,
370
+ onClose() {
371
+ callback({ key: "hideModal" });
372
+ closeIframe();
373
+ }
446
374
  });
447
- callback == null ? void 0 : callback({ key: "hideModal" });
448
- closeIframe();
449
375
  return 0;
450
376
  }
451
377
  };
@@ -481,7 +407,6 @@ var createChallengeIframe = (challengeData, callback) => {
481
407
  if (timer) {
482
408
  clearTimeout(timer);
483
409
  }
484
- window.removeEventListener("message", handleMessage);
485
410
  res(event.data.cres);
486
411
  closeIframe();
487
412
  }
@@ -500,11 +425,6 @@ var createChallengeIframe = (challengeData, callback) => {
500
425
  handleMessage,
501
426
  false
502
427
  );
503
- activeCleanup = () => {
504
- window.removeEventListener("message", handleMessage);
505
- if (timer) clearTimeout(timer);
506
- rej(0);
507
- };
508
428
  });
509
429
  };
510
430
  var checkPARes = async (step2, step4, step5) => {
@@ -545,13 +465,11 @@ var closeIframe = () => {
545
465
  };
546
466
  // Annotate the CommonJS export names for ESM import in node:
547
467
  0 && (module.exports = {
548
- cancelCurrentPayment,
549
468
  checkEnrollment,
550
469
  checkPARes,
551
470
  checkTDSAuth,
552
471
  createChallengeIframe,
553
472
  createThreeDSMethodIframe,
554
473
  paymentEnd,
555
- preCheckEnrollment,
556
474
  startPayment
557
475
  });
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  declare const StripeSDK: ({ public_key, client_secret, children, lang, }: {
3
2
  public_key: string;
4
3
  client_secret?: string | undefined;
@@ -13,7 +13,6 @@ export interface WalletPassListProps {
13
13
  onChangeDebounce?: boolean;
14
14
  loading?: boolean;
15
15
  onLoadingChange?: (loading: boolean) => void;
16
- customer_id?: number;
17
16
  }
18
17
  export declare type WalletPassListRef = {
19
18
  init: (params: MachineCodeListParams, formatList?: (val: WalletPassDataType[]) => WalletPassDataType[]) => void;
@@ -41,7 +41,7 @@ var import_utils2 = require("../utils");
41
41
  var import_index = require("./index.less");
42
42
  var WalletPassList = (0, import_react.forwardRef)(
43
43
  (props, ref) => {
44
- const { title, onChange, data: propsData, value, walletSetting, onLoadingChange, loading: propsLoading, onChangeDebounce, customer_id } = props;
44
+ const { title, onChange, data: propsData, value, walletSetting, onLoadingChange, loading: propsLoading, onChangeDebounce } = props;
45
45
  const [data, setData] = (0, import_react.useState)(
46
46
  propsData || []
47
47
  );
@@ -58,12 +58,6 @@ var WalletPassList = (0, import_react.forwardRef)(
58
58
  setLoading(true);
59
59
  try {
60
60
  let list = await (0, import_serve.getMachineCodeList)(params) || [];
61
- list = list.map((item) => {
62
- return {
63
- ...item,
64
- customer_id: customer_id || item.customer_id
65
- };
66
- });
67
61
  if ((0, import_utils.isFunction)(formatList)) {
68
62
  list = formatList(list);
69
63
  }
@@ -130,7 +130,9 @@ var WalletPass = (0, import_react.forwardRef)((props, ref) => {
130
130
  return item;
131
131
  });
132
132
  });
133
- return [...currentCustomerWalletPass || [], ...val];
133
+ return [...currentCustomerWalletPass || [], ...val].filter(
134
+ (item) => !(order == null ? void 0 : order.customer_id) || item.customer_id === (order == null ? void 0 : order.customer_id)
135
+ );
134
136
  }
135
137
  );
136
138
  }
@@ -331,8 +333,7 @@ var WalletPass = (0, import_react.forwardRef)((props, ref) => {
331
333
  onChange: handleCurrentChange,
332
334
  ref: listRef,
333
335
  value: selectValue,
334
- onLoadingChange: setLoading,
335
- customer_id: order == null ? void 0 : order.customer_id
336
+ onLoadingChange: setLoading
336
337
  }
337
338
  ))
338
339
  ), /* @__PURE__ */ import_react.default.createElement(
@@ -65,7 +65,7 @@ var isOfflinePayment = (type) => {
65
65
  ].includes(type);
66
66
  };
67
67
  var PaymentMethods = (props, ref) => {
68
- var _a, _b, _c, _d, _e, _f, _g, _h, _i;
68
+ var _a, _b, _c;
69
69
  const MWCreditCardRef2 = (0, import_react.useRef)(null);
70
70
  const SuperPayAliPayH5Ref2 = (0, import_react.useRef)(null);
71
71
  const StripePayRef2 = (0, import_react.useRef)(null);
@@ -82,11 +82,6 @@ var PaymentMethods = (props, ref) => {
82
82
  const GlobePayQrcodeRef2 = (0, import_react.useRef)(null);
83
83
  const context = (0, import_useEngineContext.default)();
84
84
  const { interaction } = (_a = context.appHelper) == null ? void 0 : _a.utils;
85
- const dvaStore = (_e = (_d = (_c = (_b = context.appHelper) == null ? void 0 : _b.utils) == null ? void 0 : _c.getStore) == null ? void 0 : _d.call(_c)) == null ? void 0 : _e.getState();
86
- const shop = ((_g = (_f = dvaStore == null ? void 0 : dvaStore.core) == null ? void 0 : _f.core) == null ? void 0 : _g.shop) || {};
87
- const shopName = (shop == null ? void 0 : shop.name) || "";
88
- const shopPhone = (shop == null ? void 0 : shop.phone) || "";
89
- const shopEmail = (shop == null ? void 0 : shop.contact_email) || "";
90
85
  const init = async ({ type, payGroup }) => {
91
86
  var _a2, _b2;
92
87
  const waitAmount = (payGroup == null ? void 0 : payGroup.wait_amount) || 0;
@@ -148,11 +143,11 @@ var PaymentMethods = (props, ref) => {
148
143
  }
149
144
  await onPayByType({ type, payGroup });
150
145
  };
151
- console.log("paymentResult isAppEnv", (_i = (_h = interaction == null ? void 0 : interaction.utils) == null ? void 0 : _h.isAppEnv) == null ? void 0 : _i.call(_h), interaction, context);
146
+ console.log("paymentResult isAppEnv", (_c = (_b = interaction == null ? void 0 : interaction.utils) == null ? void 0 : _b.isAppEnv) == null ? void 0 : _c.call(_b), interaction, context);
152
147
  (0, import_react.useEffect)(() => {
153
- var _a2, _b2, _c2, _d2;
148
+ var _a2, _b2, _c2, _d;
154
149
  console.log("paymentResult isAppEnv", (_b2 = (_a2 = interaction == null ? void 0 : interaction.utils) == null ? void 0 : _a2.isAppEnv) == null ? void 0 : _b2.call(_a2));
155
- if ((_d2 = (_c2 = interaction == null ? void 0 : interaction.utils) == null ? void 0 : _c2.isAppEnv) == null ? void 0 : _d2.call(_c2)) {
150
+ if ((_d = (_c2 = interaction == null ? void 0 : interaction.utils) == null ? void 0 : _c2.isAppEnv) == null ? void 0 : _d.call(_c2)) {
156
151
  interaction.utils.mountFunction("global", "paymentResult", (strResult) => {
157
152
  console.log("paymentResult", strResult);
158
153
  if (!(0, import_utils2.isJson)(strResult)) return;
@@ -168,7 +163,7 @@ var PaymentMethods = (props, ref) => {
168
163
  }
169
164
  }, []);
170
165
  const onPayByType = async ({ type, payGroup }) => {
171
- var _a2, _b2, _c2, _d2, _e2, _f2, _g2, _h2, _i2, _j, _k, _l, _m, _n;
166
+ var _a2, _b2, _c2, _d, _e, _f, _g, _h, _i, _j, _k, _l, _m, _n;
172
167
  console.log(type, payGroup);
173
168
  if (type === "mw.apple") {
174
169
  await ((_a2 = ApplePayRef2.current) == null ? void 0 : _a2.init({ payGroup }));
@@ -183,27 +178,27 @@ var PaymentMethods = (props, ref) => {
183
178
  return;
184
179
  }
185
180
  if (type === "superpay.alipay.h5") {
186
- await ((_d2 = SuperPayAliPayH5Ref2.current) == null ? void 0 : _d2.init({ payGroup }));
181
+ await ((_d = SuperPayAliPayH5Ref2.current) == null ? void 0 : _d.init({ payGroup }));
187
182
  return;
188
183
  }
189
184
  if (type === "superpay.wechat.h5") {
190
- await ((_e2 = SuperPayWxPayH5Ref2.current) == null ? void 0 : _e2.init({ payGroup }));
185
+ await ((_e = SuperPayWxPayH5Ref2.current) == null ? void 0 : _e.init({ payGroup }));
191
186
  return;
192
187
  }
193
188
  if (type === "stripe") {
194
- (_f2 = StripePayRef2.current) == null ? void 0 : _f2.init({ payGroup });
189
+ (_f = StripePayRef2.current) == null ? void 0 : _f.init({ payGroup });
195
190
  return;
196
191
  }
197
192
  if (type === "pisell.offline_payment") {
198
- await ((_g2 = OfflinePaymentRef2.current) == null ? void 0 : _g2.init({ payGroup }));
193
+ await ((_g = OfflinePaymentRef2.current) == null ? void 0 : _g.init({ payGroup }));
199
194
  return;
200
195
  }
201
196
  if (type === "pisell.bank_deposit") {
202
- await ((_h2 = BankDepositRef2.current) == null ? void 0 : _h2.init({ payGroup }));
197
+ await ((_h = BankDepositRef2.current) == null ? void 0 : _h.init({ payGroup }));
203
198
  return;
204
199
  }
205
200
  if (type === "pisell.other.cashmanual") {
206
- await ((_i2 = CashManualRef2.current) == null ? void 0 : _i2.init({ payGroup }));
201
+ await ((_i = CashManualRef2.current) == null ? void 0 : _i.init({ payGroup }));
207
202
  return;
208
203
  }
209
204
  if (type === "globepay.alipay.h5") {
@@ -233,6 +228,6 @@ var PaymentMethods = (props, ref) => {
233
228
  onPay: init
234
229
  })
235
230
  );
236
- return /* @__PURE__ */ import_react.default.createElement("div", { className: "" }, /* @__PURE__ */ import_react.default.createElement(import_MWCreditCard.default, { ref: MWCreditCardRef2, shopName, shopPhone, shopEmail }), /* @__PURE__ */ import_react.default.createElement(import_SuperPayAliPayH5.default, { ref: SuperPayAliPayH5Ref2 }), /* @__PURE__ */ import_react.default.createElement(import_StripePay.default, { ref: StripePayRef2 }), /* @__PURE__ */ import_react.default.createElement(import_OfflinePayment.default, { ref: OfflinePaymentRef2 }), /* @__PURE__ */ import_react.default.createElement(import_BankDeposit.default, { ref: BankDepositRef2 }), /* @__PURE__ */ import_react.default.createElement(import_SuperPayWxPayH5.default, { ref: SuperPayWxPayH5Ref2 }), /* @__PURE__ */ import_react.default.createElement(import_CustomPayment.default, { ref: CustomPaymentRef2 }), /* @__PURE__ */ import_react.default.createElement(import_ApplePay.default, { ref: ApplePayRef2 }), /* @__PURE__ */ import_react.default.createElement(import_GooglePay.default, { ref: GooglePayRef2 }), /* @__PURE__ */ import_react.default.createElement(import_CashManual.default, { ref: CashManualRef2 }), /* @__PURE__ */ import_react.default.createElement(import_GlobePayAliPayH5.default, { ref: GlobePayAliPayH5Ref2 }), /* @__PURE__ */ import_react.default.createElement(import_GlobePayWxH5.default, { ref: GlobePayWxH5Ref2 }), /* @__PURE__ */ import_react.default.createElement(import_GlobePayPaypalH5.default, { ref: GlobePayPaypalH5Ref2 }), /* @__PURE__ */ import_react.default.createElement(import_GlobePayQrcode.default, { ref: GlobePayQrcodeRef2 }));
231
+ return /* @__PURE__ */ import_react.default.createElement("div", { className: "" }, /* @__PURE__ */ import_react.default.createElement(import_MWCreditCard.default, { ref: MWCreditCardRef2 }), /* @__PURE__ */ import_react.default.createElement(import_SuperPayAliPayH5.default, { ref: SuperPayAliPayH5Ref2 }), /* @__PURE__ */ import_react.default.createElement(import_StripePay.default, { ref: StripePayRef2 }), /* @__PURE__ */ import_react.default.createElement(import_OfflinePayment.default, { ref: OfflinePaymentRef2 }), /* @__PURE__ */ import_react.default.createElement(import_BankDeposit.default, { ref: BankDepositRef2 }), /* @__PURE__ */ import_react.default.createElement(import_SuperPayWxPayH5.default, { ref: SuperPayWxPayH5Ref2 }), /* @__PURE__ */ import_react.default.createElement(import_CustomPayment.default, { ref: CustomPaymentRef2 }), /* @__PURE__ */ import_react.default.createElement(import_ApplePay.default, { ref: ApplePayRef2 }), /* @__PURE__ */ import_react.default.createElement(import_GooglePay.default, { ref: GooglePayRef2 }), /* @__PURE__ */ import_react.default.createElement(import_CashManual.default, { ref: CashManualRef2 }), /* @__PURE__ */ import_react.default.createElement(import_GlobePayAliPayH5.default, { ref: GlobePayAliPayH5Ref2 }), /* @__PURE__ */ import_react.default.createElement(import_GlobePayWxH5.default, { ref: GlobePayWxH5Ref2 }), /* @__PURE__ */ import_react.default.createElement(import_GlobePayPaypalH5.default, { ref: GlobePayPaypalH5Ref2 }), /* @__PURE__ */ import_react.default.createElement(import_GlobePayQrcode.default, { ref: GlobePayQrcodeRef2 }));
237
232
  };
238
233
  var PaymentMethods_default = (0, import_react.forwardRef)(PaymentMethods);
@@ -69,7 +69,6 @@ var ToCPay = (props, ref) => {
69
69
  });
70
70
  const [showInformation, setShowInformation] = (0, import_react.useState)(false);
71
71
  const [showDetectIncognitoConfirm, setShowDetectIncognitoConfirm] = (0, import_react.useState)(false);
72
- const [showPendingPayment, setShowPendingPayment] = (0, import_react.useState)(false);
73
72
  const utils = context.appHelper.utils || {};
74
73
  const dvaStore = (_d = (_c = (_b = context.appHelper.utils) == null ? void 0 : _b.getStore) == null ? void 0 : _c.call(_b)) == null ? void 0 : _d.getState();
75
74
  const customer_id = (_j = (_i = (_h = (_g = (_f = (_e = context.appHelper.utils) == null ? void 0 : _e.getStore()) == null ? void 0 : _f.getState) == null ? void 0 : _g.call(_f)) == null ? void 0 : _h.global) == null ? void 0 : _i.userInfo) == null ? void 0 : _j.id;
@@ -84,7 +83,7 @@ var ToCPay = (props, ref) => {
84
83
  ...initProps,
85
84
  status: "init",
86
85
  // 将支付回调储存在store, 方便其他模块调用
87
- payCallback,
86
+ payCallback: props.callback,
88
87
  history: (_a2 = context.appHelper.utils) == null ? void 0 : _a2.history,
89
88
  front_order_uuid: (0, import_utils.getUniqueId)("front_order_uuid_")
90
89
  // 支付组
@@ -121,7 +120,7 @@ var ToCPay = (props, ref) => {
121
120
  });
122
121
  };
123
122
  const init = async (initProps) => {
124
- var _a2, _b2, _c2;
123
+ var _a2;
125
124
  const { renderType: renderType2 } = initProps;
126
125
  paymentLogger.addLog({
127
126
  key: "初始化开始",
@@ -132,18 +131,6 @@ var ToCPay = (props, ref) => {
132
131
  setOpen(true);
133
132
  setSubmitLoading(false);
134
133
  setLoading(true);
135
- const { has_pending } = await (0, import_serve.checkPendingPayment)({
136
- order_id: (_a2 = initProps.order) == null ? void 0 : _a2.order_id
137
- });
138
- if (has_pending) {
139
- paymentLogger.addLog({
140
- key: "检测到处理中的交易",
141
- value: `订单${(_b2 = initProps.order) == null ? void 0 : _b2.order_id} 存在处理中的交易,中断支付流程`
142
- });
143
- setLoading(false);
144
- setShowPendingPayment(true);
145
- return;
146
- }
147
134
  _initStore(initProps);
148
135
  (0, import_payGroup.removePayGroupFromStorage)(initProps.order.order_id);
149
136
  await _getPaymentsAndWalletPass(initProps.order);
@@ -156,15 +143,13 @@ var ToCPay = (props, ref) => {
156
143
  paymentLogger.addLog({
157
144
  key: "初始化错误",
158
145
  value: {
159
- title: `订单${(_c2 = initProps == null ? void 0 : initProps.order) == null ? void 0 : _c2.order_id} 初始化失败: ${(error == null ? void 0 : error.message) || "未知错误"}`,
146
+ title: `订单${(_a2 = initProps == null ? void 0 : initProps.order) == null ? void 0 : _a2.order_id} 初始化失败: ${(error == null ? void 0 : error.message) || "未知错误"}`,
160
147
  data: {
161
148
  order: initProps == null ? void 0 : initProps.order
162
149
  }
163
150
  }
164
151
  });
165
152
  paymentLogger.sendLogs("支付初始化失败", error);
166
- setOpen(false);
167
- setLoading(false);
168
153
  throw error;
169
154
  }
170
155
  };
@@ -570,22 +555,6 @@ var ToCPay = (props, ref) => {
570
555
  }
571
556
  }
572
557
  ),
573
- /* @__PURE__ */ import_react.default.createElement(
574
- import_materials.PisellModal.Information,
575
- {
576
- open: showPendingPayment,
577
- describe: import_utils.locales.getText("tocPay.text.pendingPaymentDesc"),
578
- okText: import_utils.locales.getText("tocPay.text.pendingPaymentOk"),
579
- cancelVisible: false,
580
- closable: false,
581
- maskClosable: false,
582
- onOk: () => {
583
- paymentLogger.sendLogs("此订单有一笔支付正在处理中");
584
- setShowPendingPayment(false);
585
- setOpen(false);
586
- }
587
- }
588
- ),
589
558
  /* @__PURE__ */ import_react.default.createElement(
590
559
  import_materials.PisellModal.Information,
591
560
  {