@pisell/private-materials 6.6.45 → 6.6.46

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 (321) hide show
  1. package/build/lowcode/render/default/view.css +1 -1
  2. package/build/lowcode/render/default/view.js +1 -1
  3. package/build/lowcode/view.css +1 -1
  4. package/build/lowcode/view.js +1 -1
  5. package/es/components/appointmentBooking/components/Voucher/index.js +22 -7
  6. package/es/components/booking/addons/index.js +3 -2
  7. package/es/components/booking/components/footer/amount.js +4 -5
  8. package/es/components/booking/components/footer/index.js +7 -0
  9. package/es/components/booking/components/footer/utils.d.ts +1 -1
  10. package/es/components/booking/components/footer/utils.js +10 -15
  11. package/es/components/booking/components/voucher/index.js +7 -1
  12. package/es/components/booking/components/voucher/index.less +4 -1
  13. package/es/components/booking/components/voucherModal/index.less +1 -0
  14. package/es/components/booking/info/service/addService/utils.d.ts +1 -1
  15. package/es/components/booking/info2/service/addService/utils.d.ts +1 -1
  16. package/es/components/booking/info2/service/editService/index.js +10 -8
  17. package/es/components/booking/info2/service/editService/utils.d.ts +0 -1
  18. package/es/components/booking/info2/service/editService/utils.js +0 -16
  19. package/es/components/booking/payments/index.js +1 -1
  20. package/es/components/booking/utils.d.ts +2 -2
  21. package/es/components/checkout/components/WalletPassModule/index.js +1 -0
  22. package/es/components/checkout/components/WalletPassModule/utils.d.ts +1 -0
  23. package/es/components/checkout/components/WalletPassModule/utils.js +17 -3
  24. package/es/components/checkout/hooks/useWalletPass.d.ts +1 -1
  25. package/es/components/checkout/hooks/useWalletPass.js +316 -192
  26. package/es/components/pay/toC/PaymentMethods/WalletPass/index.d.ts +5 -0
  27. package/es/components/pay/toC/PaymentMethods/WalletPass/index.js +166 -145
  28. package/es/components/pay/toC/PaymentMethods/WalletPass/serve.d.ts +6 -0
  29. package/es/components/pay/toC/PaymentMethods/WalletPass/utils.js +3 -3
  30. package/es/components/pay/toC/WalletPassBlock/index.js +3 -1
  31. package/es/components/pay/toC/index.js +66 -27
  32. package/es/components/pay/toC/model.d.ts +1 -0
  33. package/es/components/pay/toC/serve.d.ts +18 -0
  34. package/es/components/pay/toC/serve.js +29 -1
  35. package/es/components/pay/toC/utils.d.ts +2 -2
  36. package/es/components/pay/toC/utils.js +4 -0
  37. package/es/components/ticketBooking/components/addServiceVariant/addService.js +7 -4
  38. package/es/components/ticketBooking/utils/index.d.ts +1 -1
  39. package/lib/components/appointmentBooking/components/Voucher/index.js +10 -2
  40. package/lib/components/booking/addons/index.js +3 -2
  41. package/lib/components/booking/components/footer/amount.js +4 -4
  42. package/lib/components/booking/components/footer/index.js +9 -0
  43. package/lib/components/booking/components/footer/utils.d.ts +1 -1
  44. package/lib/components/booking/components/footer/utils.js +10 -15
  45. package/lib/components/booking/components/voucher/index.js +7 -1
  46. package/lib/components/booking/components/voucher/index.less +4 -1
  47. package/lib/components/booking/components/voucherModal/index.less +1 -0
  48. package/lib/components/booking/info/service/addService/utils.d.ts +1 -1
  49. package/lib/components/booking/info2/service/addService/utils.d.ts +1 -1
  50. package/lib/components/booking/info2/service/editService/index.js +24 -21
  51. package/lib/components/booking/info2/service/editService/utils.d.ts +0 -1
  52. package/lib/components/booking/info2/service/editService/utils.js +0 -16
  53. package/lib/components/booking/payments/index.js +1 -1
  54. package/lib/components/booking/utils.d.ts +2 -2
  55. package/lib/components/checkout/components/WalletPassModule/index.js +1 -0
  56. package/lib/components/checkout/components/WalletPassModule/utils.d.ts +1 -0
  57. package/lib/components/checkout/components/WalletPassModule/utils.js +18 -2
  58. package/lib/components/checkout/hooks/useWalletPass.d.ts +1 -1
  59. package/lib/components/checkout/hooks/useWalletPass.js +157 -108
  60. package/lib/components/pay/toC/PaymentMethods/WalletPass/index.d.ts +5 -0
  61. package/lib/components/pay/toC/PaymentMethods/WalletPass/index.js +90 -103
  62. package/lib/components/pay/toC/PaymentMethods/WalletPass/serve.d.ts +6 -0
  63. package/lib/components/pay/toC/PaymentMethods/WalletPass/utils.js +2 -2
  64. package/lib/components/pay/toC/WalletPassBlock/index.js +3 -1
  65. package/lib/components/pay/toC/index.js +52 -11
  66. package/lib/components/pay/toC/model.d.ts +1 -0
  67. package/lib/components/pay/toC/serve.d.ts +18 -0
  68. package/lib/components/pay/toC/serve.js +6 -0
  69. package/lib/components/pay/toC/utils.d.ts +2 -2
  70. package/lib/components/pay/toC/utils.js +4 -0
  71. package/lib/components/ticketBooking/components/addServiceVariant/addService.js +11 -7
  72. package/lib/components/ticketBooking/utils/index.d.ts +1 -1
  73. package/package.json +4 -4
  74. package/es/components/appointmentBooking/components/Date/state.d.ts +0 -63
  75. package/es/components/appointmentBooking/locales.d.ts +0 -603
  76. package/es/components/authentication/admin/AuthMethods/locales.d.ts +0 -413
  77. package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/index.d.ts +0 -6
  78. package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.d.ts +0 -138
  79. package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/types.d.ts +0 -43
  80. package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/index.d.ts +0 -6
  81. package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.d.ts +0 -118
  82. package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/types.d.ts +0 -35
  83. package/es/components/authentication/admin/ChannelAuthSetting/OnlineShopAuth/index.d.ts +0 -6
  84. package/es/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.d.ts +0 -43
  85. package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/index.d.ts +0 -8
  86. package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.d.ts +0 -108
  87. package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/types.d.ts +0 -28
  88. package/es/components/authentication/admin/ChannelAuthSetting/SaaSManagermentAuth/index.d.ts +0 -6
  89. package/es/components/authentication/admin/ChannelAuthSetting/locales.d.ts +0 -63
  90. package/es/components/authentication/admin/CustomerAuth/locales.d.ts +0 -108
  91. package/es/components/authentication/admin/CustomerOAuthConfig/locales.d.ts +0 -178
  92. package/es/components/authentication/admin/DeviceAuth/locales.d.ts +0 -93
  93. package/es/components/authentication/admin/OAuthConfig/locales.d.ts +0 -148
  94. package/es/components/authentication/admin/OrgAdminAuth/locales.d.ts +0 -88
  95. package/es/components/authentication/admin/POSOperatorAuth/locales.d.ts +0 -78
  96. package/es/components/authentication/admin/SaaSAdminAuth/locales.d.ts +0 -88
  97. package/es/components/booking/components/actionButtons/index.d.ts +0 -31
  98. package/es/components/booking/components/voucher/utils.d.ts +0 -5
  99. package/es/components/booking/editBookingModal/locales.d.ts +0 -33
  100. package/es/components/booking/editBookingModal/mock.d.ts +0 -991
  101. package/es/components/booking/info2/cartClientCard/locales.d.ts +0 -33
  102. package/es/components/booking/info2/service/addService/mock.d.ts +0 -216
  103. package/es/components/booking/info2/service/editService/DiscountChangeModal/index.d.ts +0 -25
  104. package/es/components/booking/locales.d.ts +0 -1619
  105. package/es/components/checkout/PaymentModal.d.ts +0 -31
  106. package/es/components/checkout/components/AdditionalModule/locales.d.ts +0 -58
  107. package/es/components/checkout/locales.d.ts +0 -853
  108. package/es/components/eftpos/locales.d.ts +0 -163
  109. package/es/components/eftposPay/locales.d.ts +0 -608
  110. package/es/components/eventBooking/locales.d.ts +0 -408
  111. package/es/components/list/locales.d.ts +0 -108
  112. package/es/components/list/utils/getText.d.ts +0 -53
  113. package/es/components/login/locales.d.ts +0 -38
  114. package/es/components/pay/toB/locales.d.ts +0 -88
  115. package/es/components/pay/toC/locales.d.ts +0 -511
  116. package/es/components/pinModal/locales.d.ts +0 -43
  117. package/es/components/pinVerifyModal/locales.d.ts +0 -38
  118. package/es/components/pisellSelectCustomerModal/locales.d.ts +0 -133
  119. package/es/components/productExtension/locales.d.ts +0 -78
  120. package/es/components/productSelect/components/pisellPriceText/index.d.ts +0 -11
  121. package/es/components/productSelect/locales.d.ts +0 -38
  122. package/es/components/ruleSetting/locales.d.ts +0 -78
  123. package/es/components/schedules/locales.d.ts +0 -143
  124. package/es/components/shoppingCart/locales.d.ts +0 -58
  125. package/es/components/stepController/locales.d.ts +0 -43
  126. package/es/components/subTotal/locales.d.ts +0 -68
  127. package/es/components/systemSettings/registry/components/ItemModal.d.ts +0 -4
  128. package/es/components/systemSettings/registry/locales.d.ts +0 -456
  129. package/es/components/systemSettings/registry/types.d.ts +0 -128
  130. package/es/components/taxSelect/locales.d.ts +0 -38
  131. package/es/components/ticketBooking/locales.d.ts +0 -328
  132. package/es/components/ticketBooking/utils/formatTime.d.ts +0 -33
  133. package/es/components/wallet/utils.d.ts +0 -48
  134. package/es/components/walletList/index.d.ts +0 -4
  135. package/es/components/walletList/locales.d.ts +0 -43
  136. package/es/components/walletList/types/index.d.ts +0 -196
  137. package/es/plus/clientCard/index.d.ts +0 -7
  138. package/es/plus/clientCard/locales.d.ts +0 -28
  139. package/es/plus/clientCard/types.d.ts +0 -135
  140. package/es/plus/clinetSearch/locales.d.ts +0 -178
  141. package/es/plus/contactInfo/locales.d.ts +0 -23
  142. package/es/plus/contactInfoModal/locales.d.ts +0 -108
  143. package/es/plus/noteModal/locales.d.ts +0 -53
  144. package/es/plus/productSelect/ProductCard/SkuCard/locales.d.ts +0 -68
  145. package/es/plus/productSelect/ProductCard/SkuCard/status.d.ts +0 -164
  146. package/es/plus/productSelect/components/pisellPriceText/index.d.ts +0 -14
  147. package/es/plus/productSelect/locales.d.ts +0 -38
  148. package/es/plus/saasAttendance/index.d.ts +0 -6
  149. package/es/plus/saasAttendance/locales.d.ts +0 -528
  150. package/es/plus/saasAttendance/settings/BasicInfoTab.d.ts +0 -5
  151. package/es/plus/saasAttendance/settings/ClockInMethodTab.d.ts +0 -8
  152. package/es/plus/saasAttendance/settings/CorrectionPolicyTab.d.ts +0 -8
  153. package/es/plus/saasAttendance/settings/ShiftScheduleTab.d.ts +0 -5
  154. package/es/plus/saasAttendance/settings/components/MapField.d.ts +0 -78
  155. package/es/plus/saasAttendance/settings/components/index.d.ts +0 -3
  156. package/es/plus/saasAttendance/settings/components/membersField/index.d.ts +0 -8
  157. package/es/plus/saasAttendance/settings/components/shiftModal/index.d.ts +0 -18
  158. package/es/plus/saasAttendance/settings/index.d.ts +0 -18
  159. package/es/plus/saasAttendance/settings/serve.d.ts +0 -27
  160. package/es/plus/saasAttendance/settings/types.d.ts +0 -130
  161. package/es/plus/saasCreateOrganization/locales.d.ts +0 -23
  162. package/es/plus/saasLogin/locales.d.ts +0 -83
  163. package/es/plus/saasRegister/locales.d.ts +0 -193
  164. package/es/plus/saasRole/components/PermissionManager/index.d.ts +0 -19
  165. package/es/plus/saasRole/index.d.ts +0 -14
  166. package/es/plus/saasRole/locales.d.ts +0 -319
  167. package/es/plus/saasRole/serve.d.ts +0 -72
  168. package/es/plus/saasRole/types.d.ts +0 -177
  169. package/es/plus/saasRole/utils.d.ts +0 -0
  170. package/es/plus/saasTeamMembers/components/MemberDrawer/ExtensionFormTabContent.d.ts +0 -31
  171. package/es/plus/saasTeamMembers/components/MemberDrawer/index.d.ts +0 -23
  172. package/es/plus/saasTeamMembers/index.d.ts +0 -5
  173. package/es/plus/saasTeamMembers/locales.d.ts +0 -546
  174. package/es/plus/saasTeamMembers/serve.d.ts +0 -95
  175. package/es/plus/saasTeamMembers/type.d.ts +0 -158
  176. package/es/plus/selectHolder/locales.d.ts +0 -38
  177. package/es/plus/walletEditor/components/sortableWalletPassTypes/index.d.ts +0 -39
  178. package/es/plus/walletEditor/locales.d.ts +0 -223
  179. package/es/plus/walletEditor/types.d.ts +0 -54
  180. package/es/plus/walletPassGallery/components/passDetail/index.d.ts +0 -11
  181. package/es/plus/walletPassGallery/components/passList/index.d.ts +0 -13
  182. package/es/plus/walletPassGallery/components/timelineSection/index.d.ts +0 -12
  183. package/es/plus/walletPassGallery/index.d.ts +0 -11
  184. package/es/plus/walletPassGallery/locales.d.ts +0 -473
  185. package/es/plus/walletPassGallery/serve.d.ts +0 -245
  186. package/es/plus/walletPassGallery/utils.d.ts +0 -48
  187. package/es/pro/Login2.0/locales.d.ts +0 -903
  188. package/es/pro/Login2.0/shared/types.d.ts +0 -234
  189. package/es/pro/comprehensiveSearch/components/searchSection/locales.d.ts +0 -23
  190. package/es/pro/comprehensiveSearch/locales.d.ts +0 -23
  191. package/es/pro/numberKeyboard/locales.d.ts +0 -18
  192. package/es/pro/pisellPhoneKeyboard/locales.d.ts +0 -18
  193. package/es/pro/priceKeyboard/components/cashKeyboard/locales.d.ts +0 -63
  194. package/es/pro/priceKeyboard/components/discountKeyboard/locales.d.ts +0 -68
  195. package/es/pro/priceKeyboard/components/paymentKeyboard/locales.d.ts +0 -73
  196. package/es/pro/skuDetailModal/locales.d.ts +0 -78
  197. package/es/pro/skuDetailModal/types.d.ts +0 -352
  198. package/lib/components/appointmentBooking/components/Date/state.d.ts +0 -63
  199. package/lib/components/appointmentBooking/locales.d.ts +0 -603
  200. package/lib/components/authentication/admin/AuthMethods/locales.d.ts +0 -413
  201. package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/index.d.ts +0 -6
  202. package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.d.ts +0 -138
  203. package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/types.d.ts +0 -43
  204. package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/index.d.ts +0 -6
  205. package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.d.ts +0 -118
  206. package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/types.d.ts +0 -35
  207. package/lib/components/authentication/admin/ChannelAuthSetting/OnlineShopAuth/index.d.ts +0 -6
  208. package/lib/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.d.ts +0 -43
  209. package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/index.d.ts +0 -8
  210. package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.d.ts +0 -108
  211. package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/types.d.ts +0 -28
  212. package/lib/components/authentication/admin/ChannelAuthSetting/SaaSManagermentAuth/index.d.ts +0 -6
  213. package/lib/components/authentication/admin/ChannelAuthSetting/locales.d.ts +0 -63
  214. package/lib/components/authentication/admin/CustomerAuth/locales.d.ts +0 -108
  215. package/lib/components/authentication/admin/CustomerOAuthConfig/locales.d.ts +0 -178
  216. package/lib/components/authentication/admin/DeviceAuth/locales.d.ts +0 -93
  217. package/lib/components/authentication/admin/OAuthConfig/locales.d.ts +0 -148
  218. package/lib/components/authentication/admin/OrgAdminAuth/locales.d.ts +0 -88
  219. package/lib/components/authentication/admin/POSOperatorAuth/locales.d.ts +0 -78
  220. package/lib/components/authentication/admin/SaaSAdminAuth/locales.d.ts +0 -88
  221. package/lib/components/booking/components/actionButtons/index.d.ts +0 -31
  222. package/lib/components/booking/components/voucher/utils.d.ts +0 -5
  223. package/lib/components/booking/editBookingModal/locales.d.ts +0 -33
  224. package/lib/components/booking/editBookingModal/mock.d.ts +0 -991
  225. package/lib/components/booking/info2/cartClientCard/locales.d.ts +0 -33
  226. package/lib/components/booking/info2/service/addService/mock.d.ts +0 -216
  227. package/lib/components/booking/info2/service/editService/DiscountChangeModal/index.d.ts +0 -25
  228. package/lib/components/booking/locales.d.ts +0 -1619
  229. package/lib/components/checkout/PaymentModal.d.ts +0 -31
  230. package/lib/components/checkout/components/AdditionalModule/locales.d.ts +0 -58
  231. package/lib/components/checkout/locales.d.ts +0 -853
  232. package/lib/components/eftpos/locales.d.ts +0 -163
  233. package/lib/components/eftposPay/locales.d.ts +0 -608
  234. package/lib/components/eventBooking/locales.d.ts +0 -408
  235. package/lib/components/list/locales.d.ts +0 -108
  236. package/lib/components/list/utils/getText.d.ts +0 -53
  237. package/lib/components/login/locales.d.ts +0 -38
  238. package/lib/components/pay/toB/locales.d.ts +0 -88
  239. package/lib/components/pay/toC/locales.d.ts +0 -511
  240. package/lib/components/pinModal/locales.d.ts +0 -43
  241. package/lib/components/pinVerifyModal/locales.d.ts +0 -38
  242. package/lib/components/pisellSelectCustomerModal/locales.d.ts +0 -133
  243. package/lib/components/productExtension/locales.d.ts +0 -78
  244. package/lib/components/productSelect/components/pisellPriceText/index.d.ts +0 -11
  245. package/lib/components/productSelect/locales.d.ts +0 -38
  246. package/lib/components/ruleSetting/locales.d.ts +0 -78
  247. package/lib/components/schedules/locales.d.ts +0 -143
  248. package/lib/components/shoppingCart/locales.d.ts +0 -58
  249. package/lib/components/stepController/locales.d.ts +0 -43
  250. package/lib/components/subTotal/locales.d.ts +0 -68
  251. package/lib/components/systemSettings/registry/components/ItemModal.d.ts +0 -4
  252. package/lib/components/systemSettings/registry/locales.d.ts +0 -456
  253. package/lib/components/systemSettings/registry/types.d.ts +0 -128
  254. package/lib/components/taxSelect/locales.d.ts +0 -38
  255. package/lib/components/ticketBooking/locales.d.ts +0 -328
  256. package/lib/components/ticketBooking/utils/formatTime.d.ts +0 -33
  257. package/lib/components/wallet/utils.d.ts +0 -48
  258. package/lib/components/walletList/index.d.ts +0 -4
  259. package/lib/components/walletList/locales.d.ts +0 -43
  260. package/lib/components/walletList/types/index.d.ts +0 -196
  261. package/lib/plus/clientCard/index.d.ts +0 -7
  262. package/lib/plus/clientCard/locales.d.ts +0 -28
  263. package/lib/plus/clientCard/types.d.ts +0 -135
  264. package/lib/plus/clinetSearch/locales.d.ts +0 -178
  265. package/lib/plus/contactInfo/locales.d.ts +0 -23
  266. package/lib/plus/contactInfoModal/locales.d.ts +0 -108
  267. package/lib/plus/noteModal/locales.d.ts +0 -53
  268. package/lib/plus/productSelect/ProductCard/SkuCard/locales.d.ts +0 -68
  269. package/lib/plus/productSelect/ProductCard/SkuCard/status.d.ts +0 -164
  270. package/lib/plus/productSelect/components/pisellPriceText/index.d.ts +0 -14
  271. package/lib/plus/productSelect/locales.d.ts +0 -38
  272. package/lib/plus/saasAttendance/index.d.ts +0 -6
  273. package/lib/plus/saasAttendance/locales.d.ts +0 -528
  274. package/lib/plus/saasAttendance/settings/BasicInfoTab.d.ts +0 -5
  275. package/lib/plus/saasAttendance/settings/ClockInMethodTab.d.ts +0 -8
  276. package/lib/plus/saasAttendance/settings/CorrectionPolicyTab.d.ts +0 -8
  277. package/lib/plus/saasAttendance/settings/ShiftScheduleTab.d.ts +0 -5
  278. package/lib/plus/saasAttendance/settings/components/MapField.d.ts +0 -78
  279. package/lib/plus/saasAttendance/settings/components/index.d.ts +0 -3
  280. package/lib/plus/saasAttendance/settings/components/membersField/index.d.ts +0 -8
  281. package/lib/plus/saasAttendance/settings/components/shiftModal/index.d.ts +0 -18
  282. package/lib/plus/saasAttendance/settings/index.d.ts +0 -18
  283. package/lib/plus/saasAttendance/settings/serve.d.ts +0 -27
  284. package/lib/plus/saasAttendance/settings/types.d.ts +0 -130
  285. package/lib/plus/saasCreateOrganization/locales.d.ts +0 -23
  286. package/lib/plus/saasLogin/locales.d.ts +0 -83
  287. package/lib/plus/saasRegister/locales.d.ts +0 -193
  288. package/lib/plus/saasRole/components/PermissionManager/index.d.ts +0 -19
  289. package/lib/plus/saasRole/index.d.ts +0 -14
  290. package/lib/plus/saasRole/locales.d.ts +0 -319
  291. package/lib/plus/saasRole/serve.d.ts +0 -72
  292. package/lib/plus/saasRole/types.d.ts +0 -177
  293. package/lib/plus/saasRole/utils.d.ts +0 -0
  294. package/lib/plus/saasTeamMembers/components/MemberDrawer/ExtensionFormTabContent.d.ts +0 -31
  295. package/lib/plus/saasTeamMembers/components/MemberDrawer/index.d.ts +0 -23
  296. package/lib/plus/saasTeamMembers/index.d.ts +0 -5
  297. package/lib/plus/saasTeamMembers/locales.d.ts +0 -546
  298. package/lib/plus/saasTeamMembers/serve.d.ts +0 -95
  299. package/lib/plus/saasTeamMembers/type.d.ts +0 -158
  300. package/lib/plus/selectHolder/locales.d.ts +0 -38
  301. package/lib/plus/walletEditor/components/sortableWalletPassTypes/index.d.ts +0 -39
  302. package/lib/plus/walletEditor/locales.d.ts +0 -223
  303. package/lib/plus/walletEditor/types.d.ts +0 -54
  304. package/lib/plus/walletPassGallery/components/passDetail/index.d.ts +0 -11
  305. package/lib/plus/walletPassGallery/components/passList/index.d.ts +0 -13
  306. package/lib/plus/walletPassGallery/components/timelineSection/index.d.ts +0 -12
  307. package/lib/plus/walletPassGallery/index.d.ts +0 -11
  308. package/lib/plus/walletPassGallery/locales.d.ts +0 -473
  309. package/lib/plus/walletPassGallery/serve.d.ts +0 -245
  310. package/lib/plus/walletPassGallery/utils.d.ts +0 -48
  311. package/lib/pro/Login2.0/locales.d.ts +0 -903
  312. package/lib/pro/Login2.0/shared/types.d.ts +0 -234
  313. package/lib/pro/comprehensiveSearch/components/searchSection/locales.d.ts +0 -23
  314. package/lib/pro/comprehensiveSearch/locales.d.ts +0 -23
  315. package/lib/pro/numberKeyboard/locales.d.ts +0 -18
  316. package/lib/pro/pisellPhoneKeyboard/locales.d.ts +0 -18
  317. package/lib/pro/priceKeyboard/components/cashKeyboard/locales.d.ts +0 -63
  318. package/lib/pro/priceKeyboard/components/discountKeyboard/locales.d.ts +0 -68
  319. package/lib/pro/priceKeyboard/components/paymentKeyboard/locales.d.ts +0 -73
  320. package/lib/pro/skuDetailModal/locales.d.ts +0 -78
  321. package/lib/pro/skuDetailModal/types.d.ts +0 -352
@@ -28,6 +28,8 @@ import { PisellInput, PisellGoodPassCard, PisellText, PisellToast } from '@pisel
28
28
  import { useAppointmentBooking, useShopDiscount, useAppointmentBookingLogin, useAppointmentBookingAccount } from "../../hooks";
29
29
  import "../../../booking/components/voucher/index.less";
30
30
  import "./index.less";
31
+ import { useAppointmentBookingContext } from "../../context";
32
+ import { useDebounceFn } from 'ahooks';
31
33
  var ShopDiscountHooks = {
32
34
  onInited: 'shopDiscount:onInited',
33
35
  onDestroy: 'shopDiscount:onDestroy',
@@ -69,11 +71,19 @@ var VoucherCard = function VoucherCard(props) {
69
71
  openLoginModal = _useAppointmentBookin.openLoginModal;
70
72
  var _useAppointmentBookin2 = useAppointmentBookingAccount(),
71
73
  accountLists = _useAppointmentBookin2.accountLists;
74
+ var _useAppointmentBookin3 = useAppointmentBookingContext(),
75
+ summary = _useAppointmentBookin3.summary;
76
+ var originTotal = summary.originTotal,
77
+ total = summary.total;
72
78
  var cart = appointmentBooking === null || appointmentBooking === void 0 || (_appointmentBooking$s = appointmentBooking.store) === null || _appointmentBooking$s === void 0 ? void 0 : _appointmentBooking$s.cart;
73
79
  var isUserLoggedIn = useMemo(function () {
74
80
  var _utils$token, _utils$token$get;
75
81
  return !!(utils !== null && utils !== void 0 && (_utils$token = utils.token) !== null && _utils$token !== void 0 && (_utils$token$get = _utils$token.get) !== null && _utils$token$get !== void 0 && _utils$token$get.call(_utils$token)) || false;
76
82
  }, [store]);
83
+ useEffect(function () {
84
+ var shopDiscount = pisellos.getModule('shopDiscount');
85
+ shopDiscount.setOriginTotalAmount(originTotal);
86
+ }, [originTotal]);
77
87
  var availableData = useMemo(function () {
78
88
  return discountList.filter(function (item) {
79
89
  return !!item.isAvailable;
@@ -110,13 +120,18 @@ var VoucherCard = function VoucherCard(props) {
110
120
  });
111
121
  appointmentBooking === null || appointmentBooking === void 0 || (_appointmentBooking$b = appointmentBooking.batchUpdateCart) === null || _appointmentBooking$b === void 0 || _appointmentBooking$b.call(appointmentBooking, items);
112
122
  };
113
- var onCartChange = function onCartChange() {
114
- var _shopDiscount$setBook, _appointmentBooking$o;
115
- var products = cart === null || cart === void 0 ? void 0 : cart.getItems();
116
- shopDiscount === null || shopDiscount === void 0 || (_shopDiscount$setBook = shopDiscount.setBookingSubject) === null || _shopDiscount$setBook === void 0 || _shopDiscount$setBook.call(shopDiscount, appointmentBooking === null || appointmentBooking === void 0 || (_appointmentBooking$o = appointmentBooking.otherParams) === null || _appointmentBooking$o === void 0 || (_appointmentBooking$o = _appointmentBooking$o.bookingSetting) === null || _appointmentBooking$o === void 0 ? void 0 : _appointmentBooking$o.bookingSubject);
117
- var val = shopDiscount.calcDiscount(products);
118
- batchUpdateCart(val.productList);
119
- };
123
+
124
+ // 防抖处理
125
+ var _useDebounceFn = useDebounceFn(function () {
126
+ var _shopDiscount$setBook, _appointmentBooking$o;
127
+ var products = cart === null || cart === void 0 ? void 0 : cart.getItems();
128
+ shopDiscount === null || shopDiscount === void 0 || (_shopDiscount$setBook = shopDiscount.setBookingSubject) === null || _shopDiscount$setBook === void 0 || _shopDiscount$setBook.call(shopDiscount, appointmentBooking === null || appointmentBooking === void 0 || (_appointmentBooking$o = appointmentBooking.otherParams) === null || _appointmentBooking$o === void 0 || (_appointmentBooking$o = _appointmentBooking$o.bookingSetting) === null || _appointmentBooking$o === void 0 ? void 0 : _appointmentBooking$o.bookingSubject);
129
+ var val = shopDiscount.calcDiscount(products);
130
+ batchUpdateCart(val.productList);
131
+ }, {
132
+ wait: 200
133
+ }),
134
+ onCartChange = _useDebounceFn.run;
120
135
  var stringifiedHolders = useMemo(function () {
121
136
  var _ret;
122
137
  try {
@@ -60,14 +60,15 @@ export var formatProducts = function formatProducts(values) {
60
60
  discountway: 'num',
61
61
  discount_type: 'discount',
62
62
  bundle_edit: (_item$_extend2 = item._extend) === null || _item$_extend2 === void 0 ? void 0 : _item$_extend2.bundle_edit,
63
- product_bundle: formatProductBundle((_item$_extend3 = item._extend) === null || _item$_extend3 === void 0 || (_item$_extend3 = _item$_extend3.other) === null || _item$_extend3 === void 0 ? void 0 : _item$_extend3.bundle),
63
+ product_bundle: formatProductBundle((_item$_extend3 = item._extend) === null || _item$_extend3 === void 0 || (_item$_extend3 = _item$_extend3.other) === null || _item$_extend3 === void 0 ? void 0 : _item$_extend3.bundle, item.is_price_include_tax),
64
64
  "product_option_item": formatProductOption((_item$_extend4 = item._extend) === null || _item$_extend4 === void 0 || (_item$_extend4 = _item$_extend4.other) === null || _item$_extend4 === void 0 ? void 0 : _item$_extend4.option),
65
65
  "product_variant_id": ((_item$_extend5 = item._extend) === null || _item$_extend5 === void 0 || (_item$_extend5 = _item$_extend5.other) === null || _item$_extend5 === void 0 ? void 0 : _item$_extend5.product_variant_id) || 0,
66
66
  "source_product_price": getSourceProductPrice(item),
67
67
  "main_product_selling_price": (_getMainProductSellin = getMainProductSellingPrice(item)) !== null && _getMainProductSellin !== void 0 ? _getMainProductSellin : formatProductPrice(item),
68
68
  "calculated_original_price": formatOriginalPrice(item),
69
69
  "calculated_selling_price": formatSellingPrice(item),
70
- "tax_fee": item._extend.tax_fee
70
+ "tax_fee": item._extend.tax_fee,
71
+ is_price_include_tax: item.is_price_include_tax
71
72
  };
72
73
  });
73
74
  return arr;
@@ -519,8 +519,7 @@ var processItemsTax = function processItemsTax(items, state, options) {
519
519
  }
520
520
  return {
521
521
  originTax: expectedOriginTax,
522
- tax: expectedTax,
523
- taxDecimal: preciseTax
522
+ tax: expectedTax
524
523
  };
525
524
  };
526
525
 
@@ -652,7 +651,7 @@ var getTax = function getTax(state, options) {
652
651
  computed: computed
653
652
  });
654
653
  totalOriginTax = totalOriginTax.plus(serviceResult.originTax);
655
- totalTax = totalTax.plus(serviceResult.taxDecimal);
654
+ totalTax = totalTax.plus(serviceResult.tax);
656
655
  }
657
656
 
658
657
  // 处理附加商品
@@ -663,7 +662,7 @@ var getTax = function getTax(state, options) {
663
662
  computed: computed
664
663
  });
665
664
  totalOriginTax = totalOriginTax.plus(addonsResult.originTax);
666
- totalTax = totalTax.plus(addonsResult.taxDecimal);
665
+ totalTax = totalTax.plus(addonsResult.tax);
667
666
  }
668
667
  }
669
668
  return {
@@ -835,7 +834,7 @@ var getMainProductTotal = function getMainProductTotal(item) {
835
834
  // 子商品价格
836
835
  var bundleItemPrice = new Decimal((_ref5 = (_bundleItem$bundle_se2 = bundleItem.bundle_selling_price) !== null && _bundleItem$bundle_se2 !== void 0 ? _bundleItem$bundle_se2 : bundleItem.price) !== null && _ref5 !== void 0 ? _ref5 : 0);
837
836
  // todo: 套餐子商品后不需要处理 子商品价格 - 子商品折扣金额
838
- var bundleItemTotal = bundleItemPrice.minus(discountAmount);
837
+ var bundleItemTotal = bundleItemPrice;
839
838
  total = total.add(bundleItemTotal);
840
839
  }
841
840
  }
@@ -338,6 +338,13 @@ var Footer = function Footer(props) {
338
338
  ScheduleModule: ScheduleModule
339
339
  }, getDataFromHost()));
340
340
  }, [state, isEdit]);
341
+ useEffect(function () {
342
+ window.dispatchEvent(new CustomEvent('onOriginExpectAmountWithoutDiscountChange', {
343
+ detail: {
344
+ originExpectAmountWithoutDiscount: total === null || total === void 0 ? void 0 : total.originExpectAmountWithoutDiscount
345
+ }
346
+ }));
347
+ }, [total === null || total === void 0 ? void 0 : total.originExpectAmountWithoutDiscount]);
341
348
  useDebounceEffect(function () {
342
349
  var _state$service4;
343
350
  if (state !== null && state !== void 0 && (_state$service4 = state.service) !== null && _state$service4 !== void 0 && _state$service4.addTimeModal) {
@@ -15,7 +15,7 @@ export declare const formatProductOption: (option: any) => any;
15
15
  * @Author: zhiwei.Wang
16
16
  * @Date: 2024-02-19 09:26
17
17
  */
18
- export declare const formatProductBundle: (bundle: any) => any;
18
+ export declare const formatProductBundle: (bundle: any, is_price_include_tax: number) => any;
19
19
  /**
20
20
  * 获取子商品折扣信息
21
21
  * @param item
@@ -92,7 +92,7 @@ var log = function log(data) {
92
92
  * @Author: zhiwei.Wang
93
93
  * @Date: 2024-02-19 09:26
94
94
  */
95
- export var formatProductBundle = function formatProductBundle(bundle) {
95
+ export var formatProductBundle = function formatProductBundle(bundle, is_price_include_tax) {
96
96
  if (!bundle) {
97
97
  return;
98
98
  }
@@ -107,7 +107,6 @@ export var formatProductBundle = function formatProductBundle(bundle) {
107
107
  }
108
108
  } catch (error) {}
109
109
  return bundle.map(function (d) {
110
- var _d$metadata;
111
110
  var option = formatProductOption(d.option);
112
111
  var option_price = option.reduce(function (temp, item) {
113
112
  return temp + Number(item.num) * item.custom_add_price;
@@ -134,8 +133,9 @@ export var formatProductBundle = function formatProductBundle(bundle) {
134
133
  "option": option,
135
134
  "bundle_selling_price": Math.abs(d === null || d === void 0 ? void 0 : d.price),
136
135
  // "bundle_sum_price": d?.original_price || d?.original_total,
136
+ is_price_include_tax: is_price_include_tax,
137
137
  "metadata": {
138
- custom_product_bundle_map_id: (d === null || d === void 0 || (_d$metadata = d.metadata) === null || _d$metadata === void 0 ? void 0 : _d$metadata.custom_product_bundle_map_id) || d._id,
138
+ custom_product_bundle_map_id: d._id,
139
139
  // 子商品单数量附加费
140
140
  "surcharge_fee": d.surcharge_fee,
141
141
  // 可选,附加费均摊舍入金额
@@ -323,8 +323,8 @@ export var formatOriginalPrice = function formatOriginalPrice(item) {
323
323
 
324
324
  /**
325
325
  * 获取套餐子商品折扣差价
326
- * @param item
327
- * @returns
326
+ * @param item
327
+ * @returns
328
328
  */
329
329
  var getBundleProductDiscountDifference = function getBundleProductDiscountDifference(item) {
330
330
  var _item$_extend9, _item$_extend10, _item$_extend11;
@@ -474,7 +474,7 @@ export var getMainProductSellingPrice = function getMainProductSellingPrice(item
474
474
  * @Author: WangHan
475
475
  * @Date: 2024-12-07 14:21
476
476
  */
477
- var formatProducts = function formatProducts(item, quantity, options) {
477
+ var formatProducts = function formatProducts(item, quantity) {
478
478
  var _item$_extend36, _getMainProductSellin, _item$_extend37, _item$_extend38, _item$_extend39, _item$_extend40;
479
479
  var total = Number(item._extend.total);
480
480
  var origin_total = Number(item._extend.origin_total);
@@ -489,9 +489,6 @@ var formatProducts = function formatProducts(item, quantity, options) {
489
489
  d.metadata = _objectSpread(_objectSpread({}, d.metadata), {}, {
490
490
  unique_identification_number: "".concat(item._extend.unique_identification_number, "_").concat(d.discount.resource_id)
491
491
  });
492
- if (options !== null && options !== void 0 && options.isServiceEdit && options !== null && options !== void 0 && options.isMultiDay) {
493
- delete d.id;
494
- }
495
492
  });
496
493
 
497
494
  // 非手动折扣
@@ -516,7 +513,7 @@ var formatProducts = function formatProducts(item, quantity, options) {
516
513
  "discount_per": item._extend.discount_per,
517
514
  "discount_type": item._extend.discount_type || discount_type,
518
515
  "order_detail_id": item._extend.order_detail_id || 0,
519
- "product_bundle": formatProductBundle((_item$_extend38 = item._extend) === null || _item$_extend38 === void 0 || (_item$_extend38 = _item$_extend38.other) === null || _item$_extend38 === void 0 ? void 0 : _item$_extend38.bundle),
516
+ "product_bundle": formatProductBundle((_item$_extend38 = item._extend) === null || _item$_extend38 === void 0 || (_item$_extend38 = _item$_extend38.other) === null || _item$_extend38 === void 0 ? void 0 : _item$_extend38.bundle, item.is_price_include_tax),
520
517
  "bundle_edit": item._extend.bundle_edit || bundleDiscountList.length ? 1 : 0,
521
518
  "product_option_item": formatProductOption((_item$_extend39 = item._extend) === null || _item$_extend39 === void 0 || (_item$_extend39 = _item$_extend39.other) === null || _item$_extend39 === void 0 ? void 0 : _item$_extend39.option),
522
519
  "product_variant_id": ((_item$_extend40 = item._extend) === null || _item$_extend40 === void 0 || (_item$_extend40 = _item$_extend40.other) === null || _item$_extend40 === void 0 ? void 0 : _item$_extend40.product_variant_id) || 0,
@@ -526,7 +523,8 @@ var formatProducts = function formatProducts(item, quantity, options) {
526
523
  "calculated_original_price": formatOriginalPrice(item),
527
524
  "calculated_selling_price": formatSellingPrice(item),
528
525
  "tax_fee": item._extend.tax_fee,
529
- "custom_deposit_data": item.custom_deposit_data
526
+ "custom_deposit_data": item.custom_deposit_data,
527
+ is_price_include_tax: item.is_price_include_tax
530
528
  };
531
529
  };
532
530
 
@@ -714,10 +712,7 @@ var formatBookings = function formatBookings(data, values) {
714
712
  item._extend.unique_identification_number = unique_identification_number;
715
713
  }
716
714
  var booking = _objectSpread(_objectSpread({
717
- product: formatProducts(item, undefined, {
718
- isServiceEdit: data.service.edit,
719
- isMultiDay: isMultiDay
720
- }),
715
+ product: formatProducts(item),
721
716
  relation_products: formatRelationDetails(item._extend.relation_details),
722
717
  id: item.booking_id || 0,
723
718
  relation_id: item._extend.relation_id || 0,
@@ -128,7 +128,7 @@ var VoucherCard = function VoucherCard(props) {
128
128
  var val = (_ref = state.service.value || []) === null || _ref === void 0 ? void 0 : _ref.map(function (value) {
129
129
  var _value$_extend, _value$_extend2, _value$_extend3;
130
130
  return {
131
- // booking_id: value.booking_id,
131
+ booking_id: value.booking_id,
132
132
  id: value.id,
133
133
  price: value.price,
134
134
  total: value === null || value === void 0 || (_value$_extend = value._extend) === null || _value$_extend === void 0 ? void 0 : _value$_extend.total,
@@ -152,11 +152,17 @@ var VoucherCard = function VoucherCard(props) {
152
152
  }
153
153
  onScanCode(e.detail.code);
154
154
  });
155
+ var onOriginExpectAmountWithoutDiscountChange = useMemoizedFn(function (e) {
156
+ var _shopDiscount$setOrig;
157
+ shopDiscount === null || shopDiscount === void 0 || (_shopDiscount$setOrig = shopDiscount.setOriginTotalAmount) === null || _shopDiscount$setOrig === void 0 || _shopDiscount$setOrig.call(shopDiscount, e.detail.originExpectAmountWithoutDiscount);
158
+ });
155
159
  useEffect(function () {
156
160
  var wrappedOnScanWallPassCode = executeIfActive(onScanWallPassCode);
157
161
  window.addEventListener('onScanWallPassCode', wrappedOnScanWallPassCode);
162
+ window.addEventListener('onOriginExpectAmountWithoutDiscountChange', onOriginExpectAmountWithoutDiscountChange);
158
163
  return function () {
159
164
  window.removeEventListener('onScanWallPassCode', wrappedOnScanWallPassCode);
165
+ window.removeEventListener('onOriginExpectAmountWithoutDiscountChange', onOriginExpectAmountWithoutDiscountChange);
160
166
  };
161
167
  }, []);
162
168
  var addonsMemo = useMemo(function () {
@@ -1,5 +1,8 @@
1
1
  .pisell-lowcode__booking-footer-voucher-container {
2
2
  margin-bottom: 8px;
3
+ width: 100%;
4
+ display: flex;
5
+ flex-direction: column;
3
6
  .voucher-title {
4
7
  display: flex;
5
8
  align-items: center;
@@ -47,9 +50,9 @@
47
50
  width: 100%;
48
51
  transition: 0.2s;
49
52
  max-height: 0;
50
- overflow: hidden;
51
53
  display: flex;
52
54
  flex-direction: column;
55
+ overflow: auto;
53
56
 
54
57
  &.show {
55
58
  max-height: unset;
@@ -6,6 +6,7 @@
6
6
  .pisell-voucher-modal-content {
7
7
  max-height: 70vh;
8
8
  overflow-y: auto;
9
+ display: flex;
9
10
  }
10
11
 
11
12
  // 隐藏状态下的样式优化
@@ -6,7 +6,7 @@ export declare const getDurationProps: ({ cacheItem, useStartTime, currentResour
6
6
  type: string;
7
7
  value: number;
8
8
  };
9
- locale: string;
9
+ locale: any;
10
10
  slice: any;
11
11
  selectProps: {
12
12
  size: string;
@@ -7,7 +7,7 @@ export declare const getDurationProps: ({ cacheItem, useStartTime, currentResour
7
7
  type: string;
8
8
  value: number;
9
9
  };
10
- locale: string;
10
+ locale: any;
11
11
  slice: any;
12
12
  selectProps: {
13
13
  size: string;
@@ -41,19 +41,20 @@ import { editSessionProduct } from "../../../info/utils";
41
41
  import { deleteCacheParams, getDays, getProductOriginTotalPrice, getProductTotalPrice, getServiceTimes, isSessionProduct, isWalkIn } from "../../../utils";
42
42
  import { getErrorList, getIsNoSpecAndPackage } from "../../utilsByBooking";
43
43
  import { formatResources, getDurationProps, getFlexibleOption, getMultiDay, getTimeObj, setDefaultCapacitys } from "../addService/utils";
44
- import { getProductAllDiscountList, mergeBundles, setProductPrice, mergeBundleWithOriginalPrice } from "./utils";
44
+ import { getProductAllDiscountList, mergeBundleWithOriginalPrice, setProductPrice } from "./utils";
45
45
  import NoteModal from "../../../../../plus/noteModal";
46
46
  import { DiscountKeyboard } from "../../../../../pro/priceKeyboard";
47
47
  import EditTabs from "../../../info/service/editService/EditTabs";
48
48
  import BookingList from "../../../info/service/editService/BookingList";
49
49
  import dayjs from "dayjs";
50
50
  import { createBookingItemsByGroup, getGroupTotalPrice } from "../../../info/service2/Group/utils";
51
+ import useEngineContext from "../../../../../hooks/useEngineContext";
51
52
  import { useShopDiscountModule } from "../../../../ticketBooking/hooks/pisellos/useShopDiscountModule";
52
53
  import DiscountChangeModal from "./DiscountChangeModal";
53
54
  import Decimal from "decimal.js";
54
55
  var submitLock = false;
55
56
  var Info = function Info(_, ref) {
56
- var _state$service4, _state$bookingConfig2, _state$bookingConfig3, _state$service$cacheI5, _state$service$cacheI7, _state$service6, _window$BaseMaterials, _state$service8, _state$service$cacheI12, _state$bookingConfig5, _state$service$cacheI13, _state$service$cacheI14, _state$service9, _state$service$resour2, _state$service$cacheI16, _state$service$cacheI17, _state$client2;
57
+ var _context$appHelper, _state$service4, _state$bookingConfig2, _state$bookingConfig3, _state$service$cacheI5, _state$service$cacheI7, _state$service6, _window$BaseMaterials, _state$service8, _state$service$cacheI12, _state$bookingConfig5, _state$service$cacheI13, _state$service$cacheI14, _state$service9, _state$service$resour2, _state$service$cacheI16, _state$service$cacheI17, _state$client2;
57
58
  var _Form$useForm = Form.useForm(),
58
59
  _Form$useForm2 = _slicedToArray(_Form$useForm, 1),
59
60
  form = _Form$useForm2[0];
@@ -89,6 +90,9 @@ var Info = function Info(_, ref) {
89
90
  _useState8 = _slicedToArray(_useState7, 2),
90
91
  currentTab = _useState8[0],
91
92
  setCurrentTab = _useState8[1];
93
+ var context = useEngineContext();
94
+ var _context$appHelper$ut = (_context$appHelper = context.appHelper) === null || _context$appHelper === void 0 ? void 0 : _context$appHelper.utils,
95
+ getData = _context$appHelper$ut.getData;
92
96
  var valuesRef = useRef({});
93
97
  var noInOriginalDiscountIdsRef = useRef([]);
94
98
 
@@ -323,7 +327,9 @@ var Info = function Info(_, ref) {
323
327
  submitLock = false;
324
328
  }, 1500);
325
329
  var _list = _toConsumableArray(state.service.value);
326
- var _item = _objectSpread(_objectSpread({}, cacheItem !== null && cacheItem !== void 0 ? cacheItem : state.service.cacheItem), {}, {
330
+ var _item = _objectSpread(_objectSpread({
331
+ is_price_include_tax: getData('is_price_include_tax')
332
+ }, cacheItem !== null && cacheItem !== void 0 ? cacheItem : state.service.cacheItem), {}, {
327
333
  autoClose: false
328
334
  });
329
335
  var _extend = _objectSpread(_objectSpread({}, _item._extend), {}, {
@@ -687,9 +693,7 @@ var Info = function Info(_, ref) {
687
693
  },
688
694
  isOS: isSession,
689
695
  customer_id: (_state$client = state.client) === null || _state$client === void 0 || (_state$client = _state$client.value) === null || _state$client === void 0 ? void 0 : _state$client.id,
690
- value: _objectSpread(_objectSpread(_objectSpread({}, item._extend.other), {}, {
691
- bundle: mergeBundles(item._extend.other)
692
- }, sessionValue), {}, {
696
+ value: _objectSpread(_objectSpread(_objectSpread({}, item._extend.other), sessionValue), {}, {
693
697
  quantity: values.quantity || item._extend.quantity
694
698
  })
695
699
  },
@@ -1225,8 +1229,6 @@ var Info = function Info(_, ref) {
1225
1229
  var _cacheItem$_extend$ot, _cacheItem$_extend$ot2;
1226
1230
  delete cacheItem.discount_list;
1227
1231
  (_cacheItem$_extend$ot = cacheItem._extend.other) === null || _cacheItem$_extend$ot === void 0 || (_cacheItem$_extend$ot = _cacheItem$_extend$ot.bundle) === null || _cacheItem$_extend$ot === void 0 || (_cacheItem$_extend$ot2 = _cacheItem$_extend$ot.forEach) === null || _cacheItem$_extend$ot2 === void 0 || _cacheItem$_extend$ot2.call(_cacheItem$_extend$ot, function (bundle) {
1228
- var _bundle$metadata;
1229
- bundle === null || bundle === void 0 || (_bundle$metadata = bundle.metadata) === null || _bundle$metadata === void 0 || delete _bundle$metadata.custom_product_bundle_map_id;
1230
1232
  bundle === null || bundle === void 0 || delete bundle.discount_list;
1231
1233
  bundle === null || bundle === void 0 || delete bundle.booking_id;
1232
1234
  bundle === null || bundle === void 0 || delete bundle.bundle_selling_price;
@@ -32,7 +32,6 @@ export declare const setProductPrice: (cacheItem: any, { newTotal, origin_total
32
32
  * @returns 折扣列表
33
33
  */
34
34
  export declare const getProductAllDiscountList: (cacheItem: any) => any;
35
- export declare const mergeBundles: (other: any) => any[];
36
35
  /**
37
36
  * 合并 bundle 数据,基于 id 和 product_id 匹配,price 优先使用 originalOther 中的值
38
37
  * @param other - callback 返回的新数据
@@ -149,22 +149,6 @@ export var getProductAllDiscountList = function getProductAllDiscountList(cacheI
149
149
  (_discountList = discountList).push.apply(_discountList, _toConsumableArray(bundleDiscountList));
150
150
  return discountList;
151
151
  };
152
- export var mergeBundles = function mergeBundles(other) {
153
- var bundle = (other === null || other === void 0 ? void 0 : other.bundle) || [];
154
- var newBundle = [];
155
- bundle.forEach(function (item) {
156
- var newItem = newBundle.find(function (newItem) {
157
- return newItem.id === item.id;
158
- });
159
- if (newItem) {
160
- newItem.num += item.num || 1;
161
- newItem.quantity += item.quantity || 1;
162
- } else {
163
- newBundle.push(_objectSpread({}, item));
164
- }
165
- });
166
- return newBundle;
167
- };
168
152
 
169
153
  /**
170
154
  * 合并 bundle 数据,基于 id 和 product_id 匹配,price 优先使用 originalOther 中的值
@@ -189,7 +189,7 @@ var Payments = Provider(function (props) {
189
189
  className: "payment-list-item-surcharge"
190
190
  }, "(", locales.getText("pisell2.text.surcharge"), " ", formatAmount(item.service_fee, 2, (state === null || state === void 0 ? void 0 : state.amountSymbol) || "$"), ")") : null, /*#__PURE__*/React.createElement("div", {
191
191
  className: "payment-list-item-date"
192
- }, dayjs(item.payment_time || item.created_at).format("HH:mm YYYY/MM/DD"), /*#__PURE__*/React.createElement("span", {
192
+ }, dayjs(item.payment_time).format("HH:mm YYYY/MM/DD"), /*#__PURE__*/React.createElement("span", {
193
193
  className: "payment-list-item-platform-type"
194
194
  }, item.platform && locales.getText("pisell2.text.platform.type")(item.platform))))))));
195
195
  }
@@ -175,10 +175,10 @@ export declare const getProductOriginTotalPrice: (item: any) => number;
175
175
  export declare const getDuration: (duration: number | {
176
176
  type: string;
177
177
  value: number;
178
- }) => number | "flexible" | {
178
+ }) => number | {
179
179
  type: string;
180
180
  value: number;
181
- };
181
+ } | "flexible";
182
182
  export declare const isWalkIn: (customer_id?: number | string) => boolean;
183
183
  export declare const getIsEdit: (state: any) => boolean;
184
184
  export {};
@@ -25,6 +25,7 @@ var WalletPassModule = /*#__PURE__*/forwardRef(function (props, ref) {
25
25
  var _useWalletPass = useWalletPass({
26
26
  onSelectChange: onSelectChange,
27
27
  customAmount: customAmount,
28
+ totalAmount: Number(orderInfo === null || orderInfo === void 0 ? void 0 : orderInfo.totalAmount) || 0,
28
29
  clientId: clientId
29
30
  }),
30
31
  handleSelectWallet = _useWalletPass.handleSelectWallet,
@@ -1,6 +1,7 @@
1
1
  declare type WalletPassDataType = Record<string, any>;
2
2
  export declare const getAvailableMaxAmount: (data: WalletPassDataType) => any;
3
3
  export declare const voucherTime: (data: WalletPassDataType, key?: string) => any;
4
+ export declare const getVoucherAvailableStatus: (item: any) => boolean;
4
5
  export declare const formatMachineCodeServer2CardList: (data: WalletPassDataType[], selectId?: number[], otherProps?: Record<string, any>) => any;
5
6
  export declare const formatDiscountWalletData: (data: any, selectId?: number[]) => any;
6
7
  export interface WalletPassUsageUnit {
@@ -11,12 +11,15 @@ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key i
11
11
  function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
12
12
  function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
13
13
  import React from 'react';
14
- import { formatDate, locales } from '@pisell/utils';
14
+ import { formatDate, isNumber, locales } from '@pisell/utils';
15
15
  import { globalConfig, PisellText } from "@pisell/materials";
16
16
  import Decimal from 'decimal.js';
17
17
  var Amount = PisellText.Amount;
18
18
  // 获取walletPass可用最大金额
19
19
  export var getAvailableMaxAmount = function getAvailableMaxAmount(data) {
20
+ if (isNumber(data._available_max_amount)) {
21
+ return data._available_max_amount;
22
+ }
20
23
  return data.tag !== 'point_card' ? data.available_max_amount : data === null || data === void 0 ? void 0 : data.recommended_usage_amount;
21
24
  };
22
25
  export var voucherTime = function voucherTime(data) {
@@ -27,11 +30,22 @@ export var voucherTime = function voucherTime(data) {
27
30
  }
28
31
  return locales.getText('pisell2.text.walletPassPermanent');
29
32
  };
33
+ export var getVoucherAvailableStatus = function getVoucherAvailableStatus(item) {
34
+ return item.unified_available_status === 1 && (isNumber(item._unified_available_status) ? !!item._unified_available_status : true);
35
+ };
30
36
  export var formatMachineCodeServer2CardList = function formatMachineCodeServer2CardList(data) {
31
37
  var selectId = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : [];
32
38
  var otherProps = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {};
33
39
  return (data || []).map(function (item) {
34
40
  var _item$unified_message, _item$product;
41
+ var disabled = false;
42
+ if (item.unified_available_status === 0) {
43
+ disabled = true;
44
+ } else {
45
+ if (isNumber(item._unified_available_status)) {
46
+ disabled = !item._unified_available_status;
47
+ }
48
+ }
35
49
  return _objectSpread({
36
50
  id: item.id,
37
51
  name: item.product_name,
@@ -48,8 +62,8 @@ export var formatMachineCodeServer2CardList = function formatMachineCodeServer2C
48
62
  showQrCode: false,
49
63
  showStatus: true,
50
64
  code: item.code,
51
- disabled: !item.unified_available_status,
52
- disabledReason: (_item$unified_message = item.unified_messages) === null || _item$unified_message === void 0 ? void 0 : _item$unified_message.title,
65
+ disabled: disabled,
66
+ disabledReason: isNumber(item._unified_available_status) && item._unified_available_status !== 1 ? item.reason : (_item$unified_message = item.unified_messages) === null || _item$unified_message === void 0 ? void 0 : _item$unified_message.title,
53
67
  cover: (_item$product = item.product) === null || _item$product === void 0 ? void 0 : _item$product.cover,
54
68
  qrCode: item.code,
55
69
  validDate: voucherTime(item),
@@ -9,6 +9,7 @@ export declare const useWalletPass: (props: {
9
9
  }[]) => void) | undefined;
10
10
  customAmount?: string | undefined;
11
11
  clientId?: number | undefined;
12
+ totalAmount?: number | undefined;
12
13
  }) => {
13
14
  walletRecommendList: any[];
14
15
  userIdentificationCodes: any[];
@@ -29,7 +30,6 @@ export declare const useWalletPass: (props: {
29
30
  selectedDiscountList: any;
30
31
  handleSelectDiscount: (this: unknown, value: number[], option: any) => void;
31
32
  customerName: any;
32
- fetchWalletRecommendList: (this: unknown, params: any) => Promise<any>;
33
33
  fetchUserIdentificationCodes: (this: unknown, params: any) => Promise<any>;
34
34
  getCachedWalletRecommendList: (this: unknown) => any;
35
35
  getCachedUserIdentificationCodes: (this: unknown) => any;