@pisell/private-materials 6.4.77 → 6.4.79

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 (192) 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 +1 -1
  6. package/build/lowcode/preview.js +7 -7
  7. package/build/lowcode/render/default/view.css +1 -1
  8. package/build/lowcode/render/default/view.js +9 -9
  9. package/build/lowcode/view.css +1 -1
  10. package/build/lowcode/view.js +9 -9
  11. package/es/components/Sales/Summary/utils.d.ts +1 -1
  12. package/es/components/appointmentBooking/components/Header/index.d.ts +0 -1
  13. package/es/components/appointmentBooking/index.d.ts +0 -1
  14. package/es/components/booking/addons/index.js +8 -3
  15. package/es/components/booking/components/TabProduct/index.d.ts +0 -1
  16. package/es/components/booking/components/TabProduct/productItem/index.d.ts +0 -1
  17. package/es/components/booking/components/footer/amount.d.ts +1 -0
  18. package/es/components/booking/components/footer/amount.js +521 -79
  19. package/es/components/booking/components/footer/utils.d.ts +13 -0
  20. package/es/components/booking/components/footer/utils.js +88 -40
  21. package/es/components/booking/deposit/index.d.ts +0 -1
  22. package/es/components/booking/forms/sendModal/useSendModal.d.ts +1 -1
  23. package/es/components/booking/forms/single/index.d.ts +0 -1
  24. package/es/components/booking/info/addServiceVariant/index.d.ts +0 -1
  25. package/es/components/booking/info/hooks/useInfoHolder.d.ts +0 -1
  26. package/es/components/booking/info/index.d.ts +0 -1
  27. package/es/components/booking/info/notes/index.d.ts +0 -1
  28. package/es/components/booking/info/service/serviceList/index.d.ts +0 -1
  29. package/es/components/booking/info/service2/utils.d.ts +1 -1
  30. package/es/components/booking/info2/service/addService/index.d.ts +0 -1
  31. package/es/components/booking/info2/service/contactInfoMode/index.d.ts +0 -1
  32. package/es/components/booking/info2/service/serviceList/index.d.ts +0 -1
  33. package/es/components/booking/notes/NoteBlock/index.d.ts +0 -1
  34. package/es/components/booking/notes/addNote/index.d.ts +0 -1
  35. package/es/components/checkout/PaymentPlugin.d.ts +0 -1
  36. package/es/components/checkout/hooks/useWalletPass.d.ts +1 -1
  37. package/es/components/eftposPay/amount.d.ts +1 -1
  38. package/es/components/eftposPay/device.d.ts +1 -1
  39. package/es/components/eftposPay/hooks.d.ts +1 -1
  40. package/es/components/eftposPay/store/index.d.ts +4 -4
  41. package/es/components/index.d.ts +2 -1
  42. package/es/components/index.js +2 -1
  43. package/es/components/pay/toB/components/CardGroup/index.d.ts +0 -1
  44. package/es/components/pay/toC/PaymentMethods/MWCreditCard/tds2.js +13 -11
  45. package/es/components/pay/toC/PaymentMethods/components/PaymentReturnContent/index.js +2 -0
  46. package/es/components/pay/toC/PaymentMethods/components/PaymentReturnContent/index.less +13 -3
  47. package/es/components/pay/toC/index.js +2 -1
  48. package/es/components/pay/toC/locales.d.ts +3 -0
  49. package/es/components/pay/toC/locales.js +6 -3
  50. package/es/components/productExtension/fields/Forms/index.d.ts +0 -1
  51. package/es/components/productExtension/fields/SelectProducts/ProductItem/index.d.ts +0 -1
  52. package/es/components/productSelect/components/productGroup/index.d.ts +0 -1
  53. package/es/components/subTotal/index.js +1 -1
  54. package/es/components/systemSettings/registry/components/GroupModal.d.ts +4 -0
  55. package/es/components/systemSettings/registry/components/GroupModal.js +160 -0
  56. package/es/components/systemSettings/registry/components/ItemModal.d.ts +4 -0
  57. package/es/components/systemSettings/registry/components/ItemModal.js +547 -0
  58. package/es/components/systemSettings/registry/components/ModuleList.d.ts +4 -0
  59. package/es/components/systemSettings/registry/components/ModuleList.js +54 -0
  60. package/es/components/systemSettings/registry/components/SectionList.d.ts +4 -0
  61. package/es/components/systemSettings/registry/components/SectionList.js +174 -0
  62. package/es/components/systemSettings/registry/components/SettingsTable.d.ts +4 -0
  63. package/es/components/systemSettings/registry/components/SettingsTable.js +765 -0
  64. package/es/components/systemSettings/registry/components/index.d.ts +4 -0
  65. package/es/components/systemSettings/registry/components/index.js +4 -0
  66. package/es/components/systemSettings/registry/index.d.ts +5 -0
  67. package/es/components/systemSettings/registry/index.js +1059 -0
  68. package/es/components/systemSettings/registry/index.less +410 -0
  69. package/es/components/systemSettings/registry/locales.d.ts +272 -0
  70. package/es/components/systemSettings/registry/locales.js +300 -0
  71. package/es/components/systemSettings/registry/services.d.ts +77 -0
  72. package/es/components/systemSettings/registry/services.js +472 -0
  73. package/es/components/systemSettings/registry/types.d.ts +126 -0
  74. package/es/components/systemSettings/registry/types.js +1 -0
  75. package/es/components/systemSettings/registry/utils/typeValidation.d.ts +16 -0
  76. package/es/components/systemSettings/registry/utils/typeValidation.js +284 -0
  77. package/es/components/systemSettings/registry/utils/validators.d.ts +8 -0
  78. package/es/components/systemSettings/registry/utils/validators.js +44 -0
  79. package/es/index.d.ts +2 -0
  80. package/es/index.js +3 -1
  81. package/es/plus/clinetSearch/Add/PhoneField/index.d.ts +0 -1
  82. package/es/plus/productSelect/ProductCard/SkuCard/SkuCardA1/index.d.ts +0 -1
  83. package/es/plus/productSelect/ProductCard/SkuCard/SkuCardA2/index.d.ts +0 -1
  84. package/es/plus/productSelect/ProductCard/SkuCard/SkuCardA5/index.d.ts +0 -1
  85. package/es/plus/productSelect/ProductCard/SkuCard/SkuCardA9/index.d.ts +0 -1
  86. package/es/plus/productSelect/ProductCard/SkuCard/SkuCardCustom/index.d.ts +0 -1
  87. package/es/plus/productSelect/ProductCard/SkuCard/components/Capacity/index.d.ts +1 -1
  88. package/es/plus/productSelect/ProductCard/SkuCard/components/CardCom/index.d.ts +0 -1
  89. package/es/plus/productSelect/ProductCard/SkuCard/components/CardMask/index.d.ts +1 -1
  90. package/es/plus/productSelect/ProductCard/SkuCard/components/Countdown/index.d.ts +1 -1
  91. package/es/plus/productSelect/ProductCard/SkuCard/components/Cover/index.d.ts +0 -1
  92. package/es/plus/productSelect/ProductCard/SkuCard/components/Duration/index.d.ts +1 -1
  93. package/es/plus/productSelect/ProductCard/SkuCard/components/MemberPrice/index.d.ts +1 -1
  94. package/es/plus/productSelect/ProductCard/SkuCard/components/Price/index.d.ts +0 -1
  95. package/es/plus/productSelect/ProductCard/SkuCard/components/Resource/index.d.ts +1 -1
  96. package/es/plus/productSelect/ProductCard/SkuCard/components/Stock/index.d.ts +1 -1
  97. package/es/plus/productSelect/ProductCard/SkuCard/components/Time/index.d.ts +1 -1
  98. package/es/plus/productSelect/ProductCard/SkuCard/index.d.ts +0 -1
  99. package/es/plus/saasLogin/utils.d.ts +5 -5
  100. package/es/pro/priceKeyboard/components/cashKeyboard/index.d.ts +0 -1
  101. package/lib/components/Sales/Summary/utils.d.ts +1 -1
  102. package/lib/components/appointmentBooking/components/Header/index.d.ts +0 -1
  103. package/lib/components/appointmentBooking/index.d.ts +0 -1
  104. package/lib/components/booking/addons/index.js +6 -1
  105. package/lib/components/booking/components/TabProduct/index.d.ts +0 -1
  106. package/lib/components/booking/components/TabProduct/productItem/index.d.ts +0 -1
  107. package/lib/components/booking/components/footer/amount.d.ts +1 -0
  108. package/lib/components/booking/components/footer/amount.js +271 -38
  109. package/lib/components/booking/components/footer/utils.d.ts +13 -0
  110. package/lib/components/booking/components/footer/utils.js +45 -7
  111. package/lib/components/booking/deposit/index.d.ts +0 -1
  112. package/lib/components/booking/forms/sendModal/useSendModal.d.ts +1 -1
  113. package/lib/components/booking/forms/single/index.d.ts +0 -1
  114. package/lib/components/booking/info/addServiceVariant/index.d.ts +0 -1
  115. package/lib/components/booking/info/hooks/useInfoHolder.d.ts +0 -1
  116. package/lib/components/booking/info/index.d.ts +0 -1
  117. package/lib/components/booking/info/notes/index.d.ts +0 -1
  118. package/lib/components/booking/info/service/serviceList/index.d.ts +0 -1
  119. package/lib/components/booking/info/service2/utils.d.ts +1 -1
  120. package/lib/components/booking/info2/service/addService/index.d.ts +0 -1
  121. package/lib/components/booking/info2/service/contactInfoMode/index.d.ts +0 -1
  122. package/lib/components/booking/info2/service/serviceList/index.d.ts +0 -1
  123. package/lib/components/booking/notes/NoteBlock/index.d.ts +0 -1
  124. package/lib/components/booking/notes/addNote/index.d.ts +0 -1
  125. package/lib/components/checkout/PaymentPlugin.d.ts +0 -1
  126. package/lib/components/checkout/hooks/useWalletPass.d.ts +1 -1
  127. package/lib/components/eftposPay/amount.d.ts +1 -1
  128. package/lib/components/eftposPay/device.d.ts +1 -1
  129. package/lib/components/eftposPay/hooks.d.ts +1 -1
  130. package/lib/components/eftposPay/store/index.d.ts +4 -4
  131. package/lib/components/index.d.ts +2 -1
  132. package/lib/components/index.js +3 -0
  133. package/lib/components/pay/toB/components/CardGroup/index.d.ts +0 -1
  134. package/lib/components/pay/toC/PaymentMethods/MWCreditCard/tds2.js +13 -11
  135. package/lib/components/pay/toC/PaymentMethods/components/PaymentReturnContent/index.js +1 -1
  136. package/lib/components/pay/toC/PaymentMethods/components/PaymentReturnContent/index.less +13 -3
  137. package/lib/components/pay/toC/index.js +1 -0
  138. package/lib/components/pay/toC/locales.d.ts +3 -0
  139. package/lib/components/pay/toC/locales.js +6 -3
  140. package/lib/components/productExtension/fields/Forms/index.d.ts +0 -1
  141. package/lib/components/productExtension/fields/SelectProducts/ProductItem/index.d.ts +0 -1
  142. package/lib/components/productSelect/components/productGroup/index.d.ts +0 -1
  143. package/lib/components/subTotal/index.js +1 -1
  144. package/lib/components/systemSettings/registry/components/GroupModal.d.ts +4 -0
  145. package/lib/components/systemSettings/registry/components/GroupModal.js +177 -0
  146. package/lib/components/systemSettings/registry/components/ItemModal.d.ts +4 -0
  147. package/lib/components/systemSettings/registry/components/ItemModal.js +508 -0
  148. package/lib/components/systemSettings/registry/components/ModuleList.d.ts +4 -0
  149. package/lib/components/systemSettings/registry/components/ModuleList.js +71 -0
  150. package/lib/components/systemSettings/registry/components/SectionList.d.ts +4 -0
  151. package/lib/components/systemSettings/registry/components/SectionList.js +181 -0
  152. package/lib/components/systemSettings/registry/components/SettingsTable.d.ts +4 -0
  153. package/lib/components/systemSettings/registry/components/SettingsTable.js +575 -0
  154. package/lib/components/systemSettings/registry/components/index.d.ts +4 -0
  155. package/lib/components/systemSettings/registry/components/index.js +48 -0
  156. package/lib/components/systemSettings/registry/index.d.ts +5 -0
  157. package/lib/components/systemSettings/registry/index.js +529 -0
  158. package/lib/components/systemSettings/registry/index.less +410 -0
  159. package/lib/components/systemSettings/registry/locales.d.ts +272 -0
  160. package/lib/components/systemSettings/registry/locales.js +324 -0
  161. package/lib/components/systemSettings/registry/services.d.ts +77 -0
  162. package/lib/components/systemSettings/registry/services.js +290 -0
  163. package/lib/components/systemSettings/registry/types.d.ts +126 -0
  164. package/lib/components/systemSettings/registry/types.js +17 -0
  165. package/lib/components/systemSettings/registry/utils/typeValidation.d.ts +16 -0
  166. package/lib/components/systemSettings/registry/utils/typeValidation.js +228 -0
  167. package/lib/components/systemSettings/registry/utils/validators.d.ts +8 -0
  168. package/lib/components/systemSettings/registry/utils/validators.js +54 -0
  169. package/lib/index.d.ts +2 -0
  170. package/lib/index.js +6 -0
  171. package/lib/plus/clinetSearch/Add/PhoneField/index.d.ts +0 -1
  172. package/lib/plus/productSelect/ProductCard/SkuCard/SkuCardA1/index.d.ts +0 -1
  173. package/lib/plus/productSelect/ProductCard/SkuCard/SkuCardA2/index.d.ts +0 -1
  174. package/lib/plus/productSelect/ProductCard/SkuCard/SkuCardA5/index.d.ts +0 -1
  175. package/lib/plus/productSelect/ProductCard/SkuCard/SkuCardA9/index.d.ts +0 -1
  176. package/lib/plus/productSelect/ProductCard/SkuCard/SkuCardCustom/index.d.ts +0 -1
  177. package/lib/plus/productSelect/ProductCard/SkuCard/components/Capacity/index.d.ts +1 -1
  178. package/lib/plus/productSelect/ProductCard/SkuCard/components/CardCom/index.d.ts +0 -1
  179. package/lib/plus/productSelect/ProductCard/SkuCard/components/CardMask/index.d.ts +1 -1
  180. package/lib/plus/productSelect/ProductCard/SkuCard/components/Countdown/index.d.ts +1 -1
  181. package/lib/plus/productSelect/ProductCard/SkuCard/components/Cover/index.d.ts +0 -1
  182. package/lib/plus/productSelect/ProductCard/SkuCard/components/Duration/index.d.ts +1 -1
  183. package/lib/plus/productSelect/ProductCard/SkuCard/components/MemberPrice/index.d.ts +1 -1
  184. package/lib/plus/productSelect/ProductCard/SkuCard/components/Price/index.d.ts +0 -1
  185. package/lib/plus/productSelect/ProductCard/SkuCard/components/Resource/index.d.ts +1 -1
  186. package/lib/plus/productSelect/ProductCard/SkuCard/components/Stock/index.d.ts +1 -1
  187. package/lib/plus/productSelect/ProductCard/SkuCard/components/Time/index.d.ts +1 -1
  188. package/lib/plus/productSelect/ProductCard/SkuCard/index.d.ts +0 -1
  189. package/lib/plus/saasLogin/utils.d.ts +5 -5
  190. package/lib/pro/priceKeyboard/components/cashKeyboard/index.d.ts +0 -1
  191. package/lowcode/settings-registry/meta.ts +29 -0
  192. package/package.json +3 -3
@@ -42,5 +42,18 @@ export declare const checkResourcesFormat: (resources: any[], service: any, isCh
42
42
  * @Date: 2024-12-23 12:05
43
43
  */
44
44
  export declare const formatProductPrice: (item: any) => number;
45
+ /**
46
+ * checkout2.0: 单个数量商品总价(原价),包含所有套餐子商品金额、报价单等等
47
+ * @param item
48
+ * @returns
49
+ */
50
+ export declare const formatOriginalPrice: (item: any) => number;
51
+ /**
52
+ * checkout2.0: 商品维度折扣后价格, original_price - 商品折扣金额(商品手动折扣等等)
53
+ * @param item
54
+ * @returns
55
+ */
56
+ export declare const formatSellingPrice: (item: any) => number;
57
+ export declare const getSourceProductPrice: (item: any) => number;
45
58
  export declare const formatValues: (state: any) => any;
46
59
  export declare const checkHolderIsError: (state: any) => any;
@@ -112,6 +112,8 @@ export var formatProductBundle = function formatProductBundle(bundle) {
112
112
  return temp + Number(item.num) * item.custom_add_price;
113
113
  }, 0);
114
114
  return {
115
+ "is_charge_tax": d.is_charge_tax,
116
+ "tax_fee": d.tax_fee,
115
117
  "bundle_group_id": d.group_id,
116
118
  "bundle_id": d.id,
117
119
  "bundle_product_id": (d === null || d === void 0 ? void 0 : d._bundle_product_id) || (d === null || d === void 0 ? void 0 : d.product_id),
@@ -127,8 +129,13 @@ export var formatProductBundle = function formatProductBundle(bundle) {
127
129
  "option": option,
128
130
  "bundle_selling_price": d === null || d === void 0 ? void 0 : d.price,
129
131
  "bundle_sum_price": (d === null || d === void 0 ? void 0 : d.original_price) || (d === null || d === void 0 ? void 0 : d.original_total),
130
- metadata: {
131
- custom_product_bundle_map_id: d._id
132
+ "metadata": {
133
+ custom_product_bundle_map_id: d._id,
134
+ // 子商品单数量附加费
135
+ "surcharge_fee": d.surcharge_fee,
136
+ // 可选,附加费均摊舍入金额
137
+ "surcharge_rounding_remainder": d.surcharge_rounding_remainder,
138
+ relation_surcharge_ids: d.relation_surcharge_ids || []
132
139
  }
133
140
  };
134
141
  });
@@ -296,7 +303,7 @@ export var formatProductPrice = function formatProductPrice(item) {
296
303
  * @param item
297
304
  * @returns
298
305
  */
299
- var formatOriginalPrice = function formatOriginalPrice(item) {
306
+ export var formatOriginalPrice = function formatOriginalPrice(item) {
300
307
  var _item$_extend8;
301
308
  return Number((_item$_extend8 = item._extend) === null || _item$_extend8 === void 0 ? void 0 : _item$_extend8.origin_total);
302
309
  };
@@ -306,7 +313,7 @@ var formatOriginalPrice = function formatOriginalPrice(item) {
306
313
  * @param item
307
314
  * @returns
308
315
  */
309
- var formatSellingPrice = function formatSellingPrice(item) {
316
+ export var formatSellingPrice = function formatSellingPrice(item) {
310
317
  var _item$_extend9;
311
318
  return Number((_item$_extend9 = item._extend) === null || _item$_extend9 === void 0 ? void 0 : _item$_extend9.total);
312
319
  };
@@ -333,6 +340,35 @@ var formatMetaData = function formatMetaData(item, isMultiDayPrices) {
333
340
  }
334
341
  return metadata;
335
342
  };
343
+ var formatProductMetadata = function formatProductMetadata(item) {
344
+ var _item$_extend17, _item$_extend19, _item$_extend21, _item$_extend23;
345
+ var metadata = {};
346
+
347
+ // 主商品+非原价(加减价)子商品附加费
348
+ if ((_item$_extend17 = item._extend) !== null && _item$_extend17 !== void 0 && _item$_extend17.surcharge_fee) {
349
+ var _item$_extend18;
350
+ metadata.main_product_attached_bundle_surcharge_fee = (_item$_extend18 = item._extend) === null || _item$_extend18 === void 0 ? void 0 : _item$_extend18.surcharge_fee;
351
+ }
352
+
353
+ // 主商品+非原价(加减价)子商品税费
354
+ if ((_item$_extend19 = item._extend) !== null && _item$_extend19 !== void 0 && _item$_extend19.main_product_attached_bundle_tax_fee) {
355
+ var _item$_extend20;
356
+ metadata.main_product_attached_bundle_tax_fee = (_item$_extend20 = item._extend) === null || _item$_extend20 === void 0 ? void 0 : _item$_extend20.main_product_attached_bundle_tax_fee;
357
+ }
358
+
359
+ // 可选,附加费均摊舍入金额
360
+ if ((_item$_extend21 = item._extend) !== null && _item$_extend21 !== void 0 && _item$_extend21.surcharge_rounding_remainder) {
361
+ var _item$_extend22;
362
+ metadata.surcharge_rounding_remainder = (_item$_extend22 = item._extend) === null || _item$_extend22 === void 0 ? void 0 : _item$_extend22.surcharge_rounding_remainder;
363
+ }
364
+
365
+ // 使用的附加费id列表
366
+ if ((_item$_extend23 = item._extend) !== null && _item$_extend23 !== void 0 && _item$_extend23.relation_surcharge_ids) {
367
+ var _item$_extend24;
368
+ metadata.relation_surcharge_ids = (_item$_extend24 = item._extend) === null || _item$_extend24 === void 0 ? void 0 : _item$_extend24.relation_surcharge_ids;
369
+ }
370
+ return metadata;
371
+ };
336
372
 
337
373
  // const formatDiscountList = (list: any[]) => {
338
374
  // return list.map(item => {
@@ -349,10 +385,10 @@ var formatMetaData = function formatMetaData(item, isMultiDayPrices) {
349
385
  // }
350
386
 
351
387
  // 获取商品价格 包含组合规格
352
- var getSourceProductPrice = function getSourceProductPrice(item) {
353
- var _item$_extend17, _item$_extend18, _item$variant2;
354
- var other = (_item$_extend17 = item._extend) === null || _item$_extend17 === void 0 ? void 0 : _item$_extend17.other;
355
- var price = Number((_item$_extend18 = item._extend) === null || _item$_extend18 === void 0 ? void 0 : _item$_extend18.price);
388
+ export var getSourceProductPrice = function getSourceProductPrice(item) {
389
+ var _item$_extend25, _item$_extend26, _item$variant2;
390
+ var other = (_item$_extend25 = item._extend) === null || _item$_extend25 === void 0 ? void 0 : _item$_extend25.other;
391
+ var price = Number((_item$_extend26 = item._extend) === null || _item$_extend26 === void 0 ? void 0 : _item$_extend26.price);
356
392
 
357
393
  // 组合规格: 根据当前选择的组合规格id 和商品的组合规格列表 获取当前商品的价格
358
394
  if ((other === null || other === void 0 ? void 0 : other.product_variant_id) > 0 && (item === null || item === void 0 || (_item$variant2 = item.variant) === null || _item$variant2 === void 0 ? void 0 : _item$variant2.length) > 0) {
@@ -375,11 +411,11 @@ var getSourceProductPrice = function getSourceProductPrice(item) {
375
411
  * @Date: 2024-12-07 14:21
376
412
  */
377
413
  var formatProducts = function formatProducts(item, quantity) {
378
- var _item$_extend19, _item$_extend$main_pr, _item$_extend20, _item$_extend21, _item$_extend22, _item$_extend23;
414
+ var _item$_extend27, _item$_extend$main_pr, _item$_extend28, _item$_extend29, _item$_extend30, _item$_extend31;
379
415
  var total = Number(item._extend.total);
380
416
  var origin_total = Number(item._extend.origin_total);
381
417
  var discount_amount = origin_total - total;
382
- var bundleDiscountList = getBundleDiscountList(((_item$_extend19 = item._extend) === null || _item$_extend19 === void 0 || (_item$_extend19 = _item$_extend19.other) === null || _item$_extend19 === void 0 ? void 0 : _item$_extend19.bundle) || []);
418
+ var bundleDiscountList = getBundleDiscountList(((_item$_extend27 = item._extend) === null || _item$_extend27 === void 0 || (_item$_extend27 = _item$_extend27.other) === null || _item$_extend27 === void 0 ? void 0 : _item$_extend27.bundle) || []);
383
419
  var discount_list = _toConsumableArray((item === null || item === void 0 ? void 0 : item.discount_list) || []);
384
420
  discount_list.push.apply(discount_list, _toConsumableArray(bundleDiscountList));
385
421
 
@@ -408,17 +444,17 @@ var formatProducts = function formatProducts(item, quantity) {
408
444
  "discount_amount": notManualDiscount.length > 0 ? 0 : discount_amount,
409
445
  "product_discount_reason": item._extend.discount_reason || '',
410
446
  "is_charge_tax": item.is_charge_tax,
411
- "note": ((_item$_extend20 = item._extend) === null || _item$_extend20 === void 0 ? void 0 : _item$_extend20.note) || '',
447
+ "note": ((_item$_extend28 = item._extend) === null || _item$_extend28 === void 0 ? void 0 : _item$_extend28.note) || '',
412
448
  "discountway": item._extend.discountway || "num",
413
449
  "discount_per": item._extend.discount_per,
414
450
  "discount_type": item._extend.discount_type || discount_type,
415
451
  "order_detail_id": item._extend.order_detail_id || 0,
416
- "product_bundle": formatProductBundle((_item$_extend21 = item._extend) === null || _item$_extend21 === void 0 || (_item$_extend21 = _item$_extend21.other) === null || _item$_extend21 === void 0 ? void 0 : _item$_extend21.bundle),
452
+ "product_bundle": formatProductBundle((_item$_extend29 = item._extend) === null || _item$_extend29 === void 0 || (_item$_extend29 = _item$_extend29.other) === null || _item$_extend29 === void 0 ? void 0 : _item$_extend29.bundle),
417
453
  "bundle_edit": item._extend.bundle_edit || bundleDiscountList.length ? 1 : 0,
418
- "product_option_item": formatProductOption((_item$_extend22 = item._extend) === null || _item$_extend22 === void 0 || (_item$_extend22 = _item$_extend22.other) === null || _item$_extend22 === void 0 ? void 0 : _item$_extend22.option),
419
- "product_variant_id": ((_item$_extend23 = item._extend) === null || _item$_extend23 === void 0 || (_item$_extend23 = _item$_extend23.other) === null || _item$_extend23 === void 0 ? void 0 : _item$_extend23.product_variant_id) || 0,
454
+ "product_option_item": formatProductOption((_item$_extend30 = item._extend) === null || _item$_extend30 === void 0 || (_item$_extend30 = _item$_extend30.other) === null || _item$_extend30 === void 0 ? void 0 : _item$_extend30.option),
455
+ "product_variant_id": ((_item$_extend31 = item._extend) === null || _item$_extend31 === void 0 || (_item$_extend31 = _item$_extend31.other) === null || _item$_extend31 === void 0 ? void 0 : _item$_extend31.product_variant_id) || 0,
420
456
  "discount_list": notManualDiscount,
421
- metadata: formatMetaData(item),
457
+ metadata: formatProductMetadata(item),
422
458
  // checkout 需求新增字段
423
459
  "calculated_original_price": formatOriginalPrice(item),
424
460
  "calculated_selling_price": formatSellingPrice(item),
@@ -441,8 +477,8 @@ var formatDayRelationProducts = function formatDayRelationProducts(data, booking
441
477
 
442
478
  // 过滤出卡片中的普通商品
443
479
  var relation_products = list === null || list === void 0 ? void 0 : list.filter(function (item) {
444
- var _item$_extend24;
445
- var holderId = (_item$_extend24 = item._extend) === null || _item$_extend24 === void 0 ? void 0 : _item$_extend24.holder_id;
480
+ var _item$_extend32;
481
+ var holderId = (_item$_extend32 = item._extend) === null || _item$_extend32 === void 0 ? void 0 : _item$_extend32.holder_id;
446
482
  var bookingHolderId = booking_item._extend.holder_id;
447
483
  var isDayBookingProduct = appointmentTypes.includes(item.extension_type);
448
484
  return holderId && holderId === bookingHolderId && !isDayBookingProduct;
@@ -468,15 +504,15 @@ var formatAppointmentProductLists = function formatAppointmentProductLists(data)
468
504
 
469
505
  // 找出预约商品
470
506
  list = list.filter(function (item) {
471
- var _item$_extend25;
472
- return ((_item$_extend25 = item._extend) === null || _item$_extend25 === void 0 ? void 0 : _item$_extend25.holder_id) && !isNormalProductByDurationSchedule(item);
507
+ var _item$_extend33;
508
+ return ((_item$_extend33 = item._extend) === null || _item$_extend33 === void 0 ? void 0 : _item$_extend33.holder_id) && !isNormalProductByDurationSchedule(item);
473
509
  });
474
510
 
475
511
  // 对预约商品列表根据holder_id进行分组
476
512
  var groupMap = new Map();
477
513
  list.forEach(function (item) {
478
- var _item$_extend26;
479
- var key = (_item$_extend26 = item._extend) === null || _item$_extend26 === void 0 ? void 0 : _item$_extend26.holder_id; // 分组键
514
+ var _item$_extend34;
515
+ var key = (_item$_extend34 = item._extend) === null || _item$_extend34 === void 0 ? void 0 : _item$_extend34.holder_id; // 分组键
480
516
  if (!groupMap.has(key)) {
481
517
  groupMap.set(key, []);
482
518
  }
@@ -538,7 +574,7 @@ var formatBookings = function formatBookings(data, values) {
538
574
  var bookings = [];
539
575
  var obj = {};
540
576
  list.forEach(function (item) {
541
- var _item$_extend31, _item$_extend32;
577
+ var _item$_extend39, _item$_extend40;
542
578
  // 自定义商品直接使用 _extend 中的数据,并将 id 转换为 0 提交给后端
543
579
  if (item.isCustomItem) {
544
580
  bookings.push(_objectSpread(_objectSpread({}, item._extend), {}, {
@@ -559,9 +595,9 @@ var formatBookings = function formatBookings(data, values) {
559
595
 
560
596
  // 跨日预约下的普通商品
561
597
  if (isDay) {
562
- var _item$_extend27, _item$_extend28, _item$_extend29, _item$_extend30;
563
- var startDate = ((_item$_extend27 = item._extend) === null || _item$_extend27 === void 0 ? void 0 : _item$_extend27.startDate) || ((_item$_extend28 = item._extend) === null || _item$_extend28 === void 0 ? void 0 : _item$_extend28.start_date);
564
- var endDate = ((_item$_extend29 = item._extend) === null || _item$_extend29 === void 0 ? void 0 : _item$_extend29.endDate) || ((_item$_extend30 = item._extend) === null || _item$_extend30 === void 0 ? void 0 : _item$_extend30.end_date);
598
+ var _item$_extend35, _item$_extend36, _item$_extend37, _item$_extend38;
599
+ var startDate = ((_item$_extend35 = item._extend) === null || _item$_extend35 === void 0 ? void 0 : _item$_extend35.startDate) || ((_item$_extend36 = item._extend) === null || _item$_extend36 === void 0 ? void 0 : _item$_extend36.start_date);
600
+ var endDate = ((_item$_extend37 = item._extend) === null || _item$_extend37 === void 0 ? void 0 : _item$_extend37.endDate) || ((_item$_extend38 = item._extend) === null || _item$_extend38 === void 0 ? void 0 : _item$_extend38.end_date);
565
601
  var _formatDayTime = formatDayTime({
566
602
  startDate: startDate,
567
603
  endDate: endDate
@@ -587,8 +623,8 @@ var formatBookings = function formatBookings(data, values) {
587
623
  // 跨日预约处理: 跨日预约所有数据都在list中, 每一组预约通过groupId进行分组
588
624
  // 通过obj 记录下每个GroupId第一次出现的时机, 第一次出现需要设置 metadata.multiDayPrices
589
625
  // 后续出现不需要设置 metadata.multiDayPrices. 节省体积
590
- var isSetGroupId = obj[item === null || item === void 0 || (_item$_extend31 = item._extend) === null || _item$_extend31 === void 0 ? void 0 : _item$_extend31.groupId];
591
- if (!((_item$_extend32 = item._extend) !== null && _item$_extend32 !== void 0 && _item$_extend32.unique_identification_number)) {
626
+ var isSetGroupId = obj[item === null || item === void 0 || (_item$_extend39 = item._extend) === null || _item$_extend39 === void 0 ? void 0 : _item$_extend39.groupId];
627
+ if (!((_item$_extend40 = item._extend) !== null && _item$_extend40 !== void 0 && _item$_extend40.unique_identification_number)) {
592
628
  var unique_identification_number = getUniqueId();
593
629
  item._extend.unique_identification_number = unique_identification_number;
594
630
  }
@@ -627,13 +663,25 @@ var formatBookings = function formatBookings(data, values) {
627
663
  for (var i = 0; i < (item._extend.quantity || 1); i++) {
628
664
  var newItem = cloneDeep(item);
629
665
  newItem._extend.unique_identification_number = "".concat(item._extend.unique_identification_number, "_").concat(i);
666
+ // 舍入金额已基于数量计算,拆分时只保留第一个的 surcharge_rounding_remainder
667
+ if (i > 0) {
668
+ var _newItem$_extend;
669
+ // 清除主商品的舍入金额
670
+ newItem._extend.surcharge_rounding_remainder = undefined;
671
+ // 清除 bundle 子商品的舍入金额
672
+ if (((_newItem$_extend = newItem._extend) === null || _newItem$_extend === void 0 || (_newItem$_extend = _newItem$_extend.other) === null || _newItem$_extend === void 0 || (_newItem$_extend = _newItem$_extend.bundle) === null || _newItem$_extend === void 0 ? void 0 : _newItem$_extend.length) > 0) {
673
+ newItem._extend.other.bundle.forEach(function (bundleItem) {
674
+ bundleItem.surcharge_rounding_remainder = undefined;
675
+ });
676
+ }
677
+ }
630
678
  bookings.push(_objectSpread(_objectSpread({}, booking), {}, {
631
679
  product: formatProducts(newItem, 1),
632
680
  number: item._extend.capacity ? getSumCapacity({
633
681
  cacheItem: newItem
634
682
  }, false) : newItem._extend.number || 1,
635
683
  holder: getHolderByIndex(booking.holder, i),
636
- metadata: formatMetaData(newItem)
684
+ metadata: formatMetaData(newItem, false)
637
685
  }));
638
686
  }
639
687
  });
@@ -653,16 +701,16 @@ var formatRelationProducts = function formatRelationProducts(data, type) {
653
701
  var list = ((_data$service = data.service) === null || _data$service === void 0 ? void 0 : _data$service.value) || [];
654
702
  // open items 下的商品
655
703
  list = list.filter(function (item) {
656
- var _item$_extend33;
704
+ var _item$_extend41;
657
705
  return (
658
706
  // 跨日预约把普通商品加在relationProducts 活动预约按之前逻辑
659
- type === 'day' ? isNormalProductByDurationSchedule(item) : ((_item$_extend33 = item._extend) === null || _item$_extend33 === void 0 ? void 0 : _item$_extend33.holder_id) && appointmentTypes.includes(item.extension_type)
707
+ type === 'day' ? isNormalProductByDurationSchedule(item) : ((_item$_extend41 = item._extend) === null || _item$_extend41 === void 0 ? void 0 : _item$_extend41.holder_id) && appointmentTypes.includes(item.extension_type)
660
708
  );
661
709
  });
662
710
  var relationProducts = [];
663
711
  relationProducts = list.map(function (item) {
664
- var _item$_extend34;
665
- if (!((_item$_extend34 = item._extend) !== null && _item$_extend34 !== void 0 && _item$_extend34.unique_identification_number)) {
712
+ var _item$_extend42;
713
+ if (!((_item$_extend42 = item._extend) !== null && _item$_extend42 !== void 0 && _item$_extend42.unique_identification_number)) {
666
714
  var unique_identification_number = getUniqueId();
667
715
  item._extend.unique_identification_number = unique_identification_number;
668
716
  }
@@ -681,8 +729,8 @@ var formatNormalProducts = function formatNormalProducts(data) {
681
729
  });
682
730
  var relationProducts = [];
683
731
  relationProducts = list.map(function (item) {
684
- var _item$_extend35;
685
- if (!((_item$_extend35 = item._extend) !== null && _item$_extend35 !== void 0 && _item$_extend35.unique_identification_number)) {
732
+ var _item$_extend43;
733
+ if (!((_item$_extend43 = item._extend) !== null && _item$_extend43 !== void 0 && _item$_extend43.unique_identification_number)) {
686
734
  var unique_identification_number = getUniqueId();
687
735
  item._extend.unique_identification_number = unique_identification_number;
688
736
  }
@@ -803,19 +851,19 @@ export var checkHolderIsError = function checkHolderIsError(state) {
803
851
  var _state$client;
804
852
  var errorRowKey = '';
805
853
  var holderError = state.service.value.some(function (item) {
806
- var _item$_extend37;
854
+ var _item$_extend45;
807
855
  // 普通商品不需要检测holder
808
856
  if (isNormalProductByDurationSchedule(item)) {
809
857
  return false;
810
858
  }
811
859
  if (item._extend.quantity === 1 && !item._extend.holder_id) {
812
- var _item$_extend36;
813
- errorRowKey = genRowKey(item === null || item === void 0 || (_item$_extend36 = item._extend) === null || _item$_extend36 === void 0 || (_item$_extend36 = _item$_extend36.other) === null || _item$_extend36 === void 0 ? void 0 : _item$_extend36.rowKey);
860
+ var _item$_extend44;
861
+ errorRowKey = genRowKey(item === null || item === void 0 || (_item$_extend44 = item._extend) === null || _item$_extend44 === void 0 || (_item$_extend44 = _item$_extend44.other) === null || _item$_extend44 === void 0 ? void 0 : _item$_extend44.rowKey);
814
862
  return true;
815
863
  }
816
- if (item._extend.quantity > 1 && ((_item$_extend37 = item._extend) === null || _item$_extend37 === void 0 || (_item$_extend37 = _item$_extend37.holder_id) === null || _item$_extend37 === void 0 ? void 0 : _item$_extend37.length) !== item._extend.quantity) {
817
- var _item$_extend38;
818
- errorRowKey = genRowKey(item === null || item === void 0 || (_item$_extend38 = item._extend) === null || _item$_extend38 === void 0 || (_item$_extend38 = _item$_extend38.other) === null || _item$_extend38 === void 0 ? void 0 : _item$_extend38.rowKey);
864
+ if (item._extend.quantity > 1 && ((_item$_extend45 = item._extend) === null || _item$_extend45 === void 0 || (_item$_extend45 = _item$_extend45.holder_id) === null || _item$_extend45 === void 0 ? void 0 : _item$_extend45.length) !== item._extend.quantity) {
865
+ var _item$_extend46;
866
+ errorRowKey = genRowKey(item === null || item === void 0 || (_item$_extend46 = item._extend) === null || _item$_extend46 === void 0 || (_item$_extend46 = _item$_extend46.other) === null || _item$_extend46 === void 0 ? void 0 : _item$_extend46.rowKey);
819
867
  return true;
820
868
  }
821
869
  return false;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const Deposit: (props: any) => JSX.Element;
3
2
  export default Deposit;
@@ -4,6 +4,6 @@ declare const useSendModal: (bookingId?: number) => {
4
4
  setOpen: import("react").Dispatch<import("react").SetStateAction<boolean>>;
5
5
  handleOpen: () => void;
6
6
  handleValuesChange: (val: any) => void;
7
- handleOk: (values: SendModalValues) => Promise<any>;
7
+ handleOk: (values: SendModalValues) => Promise<boolean | undefined>;
8
8
  };
9
9
  export default useSendModal;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import './index.less';
3
2
  /**
4
3
  * @title: 表单选择器
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  interface AddServiceVariantProps {
3
2
  globalState: any;
4
3
  setGlobalState: any;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { EditServiceRef } from "../service/editService";
3
2
  declare const useInfoHolder: (state: any, dispatch: any) => {
4
3
  detailRef: import("react").MutableRefObject<EditServiceRef | undefined>;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { InfoProps } from './main';
3
2
  declare const APP: (props: InfoProps) => JSX.Element;
4
3
  export default APP;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const Notes: () => JSX.Element | null;
3
2
  export default Notes;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import './index.less';
3
2
  declare const ServiceList: ({ onEdit }: {
4
3
  onEdit: any;
@@ -248,4 +248,4 @@ export declare const updateAppointmentServicePrice: (state: any, { start_date, e
248
248
  * @Author: WangHan
249
249
  * @Date: 2024-12-24 11:32
250
250
  */
251
- export declare const updateServicePrice: (state: any) => Promise<any> | never[];
251
+ export declare const updateServicePrice: (state: any) => never[] | Promise<any>;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { PisellDrawerProps } from '../../../components/drawer';
3
2
  import '../../../info/service/addService/index.less';
4
3
  interface AddServiceProps {
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const ContactInfoMode: () => JSX.Element;
3
2
  export default ContactInfoMode;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import './index.less';
3
2
  declare const ServiceList: ({ onEdit }: {
4
3
  onEdit: any;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import "./index.less";
3
2
  export interface InfoProps {
4
3
  title?: string;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import "./index.less";
3
2
  declare const AddNote: ({ value, onChange, title, placeholder }: any) => JSX.Element;
4
3
  export default AddNote;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const PaymentPlugin: () => JSX.Element;
3
2
  export default PaymentPlugin;
@@ -17,7 +17,7 @@ export declare const useWalletPass: (props: {
17
17
  cardData: any;
18
18
  handleSelectWallet: (value: number[]) => void;
19
19
  selectedWalletIds: any[];
20
- expiredWalletIds: any[];
20
+ expiredWalletIds: any;
21
21
  expiredWalletData: any;
22
22
  disabledWalletData: any[];
23
23
  clearAllSelectedWallet: () => void;
@@ -9,7 +9,7 @@ import { PosProps } from './const';
9
9
  */
10
10
  declare const _default: ({ className, onChange, onClose, formatAmount, isMobile, net, client }: {
11
11
  className?: string | undefined;
12
- onChange?: ((status: "success" | "page" | "fail" | "print" | "mark_tx_processed", params?: string | {
12
+ onChange?: ((status: "page" | "success" | "print" | "fail" | "mark_tx_processed", params?: string | {
13
13
  [keys: string]: unknown;
14
14
  } | undefined, other?: any) => void) | undefined;
15
15
  onClose: () => void;
@@ -11,7 +11,7 @@ import './device.less';
11
11
  declare const _default: ({ api, onChange, onClose, className, device_number, isMobile, net, client, formatAmount, containerStyle, }: {
12
12
  api: PayProps['api'];
13
13
  className?: string | undefined;
14
- onChange?: ((status: "success" | "page" | "fail" | "print" | "mark_tx_processed", params?: string | {
14
+ onChange?: ((status: "page" | "success" | "print" | "fail" | "mark_tx_processed", params?: string | {
15
15
  [keys: string]: unknown;
16
16
  } | undefined, other?: any) => void) | undefined;
17
17
  onClose: () => void;
@@ -15,7 +15,7 @@ export declare const useStoreRef: <T extends {
15
15
  readonly numRef: React.MutableRefObject<string | number | undefined>;
16
16
  readonly orderIdRef: React.MutableRefObject<string | number>;
17
17
  readonly modeRef: React.MutableRefObject<ModeEnum>;
18
- readonly statusRef: React.MutableRefObject<"success" | "warn" | "loading" | "fail" | "pedding" | "resove" | "reject" | "question">;
18
+ readonly statusRef: React.MutableRefObject<"loading" | "warn" | "success" | "fail" | "pedding" | "resove" | "reject" | "question">;
19
19
  readonly netRef: React.MutableRefObject<boolean | undefined>;
20
20
  readonly symbolRef: React.MutableRefObject<string>;
21
21
  readonly amountRef: React.MutableRefObject<string | number>;
@@ -174,7 +174,7 @@ export declare const updateCustom: (payload: {
174
174
  export declare const updateStatus: (status: 'loading' | 'warn' | 'fail' | 'success' | 'question') => {
175
175
  type: EActionTypes;
176
176
  payload: {
177
- status: "success" | "warn" | "loading" | "fail" | "question";
177
+ status: "loading" | "warn" | "success" | "fail" | "question";
178
178
  };
179
179
  };
180
180
  /**
@@ -295,7 +295,7 @@ export declare const backUpFree: (payload: Partial<State>) => {
295
295
  name?: string | undefined;
296
296
  symbol?: string | undefined;
297
297
  amount?: string | number | undefined;
298
- mode?: "pay" | "refund" | "fullPay" | "query" | undefined;
298
+ mode?: "refund" | "fullPay" | "pay" | "query" | undefined;
299
299
  order_id?: string | number | undefined;
300
300
  eftpos?: "stripe" | "payo" | "tyro" | "windcave" | "linkly" | undefined;
301
301
  action?: "amount" | "pay" | "deviceList" | undefined;
@@ -303,12 +303,12 @@ export declare const backUpFree: (payload: Partial<State>) => {
303
303
  step?: number | undefined;
304
304
  title?: string | undefined;
305
305
  subTitle?: string | undefined;
306
- type?: "unset" | "step" | undefined;
306
+ type?: "step" | "unset" | undefined;
307
307
  render?: boolean | undefined;
308
308
  net?: boolean | undefined;
309
309
  component?: string | undefined;
310
310
  form?: string | undefined;
311
- status?: "success" | "warn" | "loading" | "fail" | "pedding" | "resove" | "reject" | "question" | undefined;
311
+ status?: "loading" | "warn" | "success" | "fail" | "pedding" | "resove" | "reject" | "question" | undefined;
312
312
  warn?: string | undefined;
313
313
  steps?: {
314
314
  /** 用于重置当前步骤 */
@@ -20,4 +20,5 @@ import StepController from './stepController';
20
20
  import PinModal from './pinModal';
21
21
  import PinVerifyModal from './pinVerifyModal';
22
22
  import { OAuthConfig, SaaSAdminAuth, OrgAdminAuth, CustomerAuth, CustomerOAuthConfig, DeviceAuth, POSOperatorAuth, OnlineShopAuth, SaaSManagermentAuth } from './authentication/admin';
23
- export { Login, BookingInfo, Booking, BookingNotes, BookingAddons, BookingForms, Schedules, ProductExtension, RuleSetting, TaxSelect, ToCPay, PisellSelectCustomerModal, Wallet, WalletList, WorkspaceList, WorkspaceListDetail, SubTotal, EditBookingModal, StepController, PinModal, PinVerifyModal, OAuthConfig, SaaSAdminAuth, OrgAdminAuth, CustomerAuth, CustomerOAuthConfig, DeviceAuth, POSOperatorAuth, OnlineShopAuth, SaaSManagermentAuth, };
23
+ import Registry from './systemSettings/registry';
24
+ export { Login, BookingInfo, Booking, BookingNotes, BookingAddons, BookingForms, Schedules, ProductExtension, RuleSetting, TaxSelect, ToCPay, PisellSelectCustomerModal, Wallet, WalletList, WorkspaceList, WorkspaceListDetail, SubTotal, EditBookingModal, StepController, PinModal, PinVerifyModal, OAuthConfig, SaaSAdminAuth, OrgAdminAuth, CustomerAuth, CustomerOAuthConfig, DeviceAuth, POSOperatorAuth, OnlineShopAuth, SaaSManagermentAuth, Registry, };
@@ -20,4 +20,5 @@ import StepController from "./stepController";
20
20
  import PinModal from "./pinModal";
21
21
  import PinVerifyModal from "./pinVerifyModal";
22
22
  import { OAuthConfig, SaaSAdminAuth, OrgAdminAuth, CustomerAuth, CustomerOAuthConfig, DeviceAuth, POSOperatorAuth, OnlineShopAuth, SaaSManagermentAuth } from "./authentication/admin";
23
- export { Login, BookingInfo, Booking, BookingNotes, BookingAddons, BookingForms, Schedules, ProductExtension, RuleSetting, TaxSelect, ToCPay, PisellSelectCustomerModal, Wallet, WalletList, WorkspaceList, WorkspaceListDetail, SubTotal, EditBookingModal, StepController, PinModal, PinVerifyModal, OAuthConfig, SaaSAdminAuth, OrgAdminAuth, CustomerAuth, CustomerOAuthConfig, DeviceAuth, POSOperatorAuth, OnlineShopAuth, SaaSManagermentAuth };
23
+ import Registry from "./systemSettings/registry";
24
+ export { Login, BookingInfo, Booking, BookingNotes, BookingAddons, BookingForms, Schedules, ProductExtension, RuleSetting, TaxSelect, ToCPay, PisellSelectCustomerModal, Wallet, WalletList, WorkspaceList, WorkspaceListDetail, SubTotal, EditBookingModal, StepController, PinModal, PinVerifyModal, OAuthConfig, SaaSAdminAuth, OrgAdminAuth, CustomerAuth, CustomerOAuthConfig, DeviceAuth, POSOperatorAuth, OnlineShopAuth, SaaSManagermentAuth, Registry };
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { PayMethod, PayMethodGroup } from '../../types';
3
2
  import './index.less';
4
3
  declare const ToBPayCardGroup: (props: {
@@ -476,16 +476,7 @@ export var createChallengeIframe = function createChallengeIframe(challengeData,
476
476
  // 返回iframe
477
477
  return new Promise(function (res, rej) {
478
478
  var timer = null;
479
-
480
- // 120秒没成功 认为失败
481
- timer = setTimeout(function () {
482
- log({
483
- msg: '第五步: 60秒超时则走N逻辑',
484
- data: challengeData
485
- });
486
- rej('time out');
487
- }, 2 * 60 * 1000);
488
- window.addEventListener('message', function (event) {
479
+ var handleMessage = function handleMessage(event) {
489
480
  // loadingSpinnerAnimation("on");
490
481
  if (event.origin.indexOf(postmessageUrl) !== -1 || event.origin.indexOf('securesuite') !== -1) {
491
482
  if (typeof event.data.cres == 'string') {
@@ -496,7 +487,18 @@ export var createChallengeIframe = function createChallengeIframe(challengeData,
496
487
  closeIframe();
497
488
  }
498
489
  }
499
- }, false);
490
+ };
491
+
492
+ // 120秒没成功 认为失败
493
+ timer = setTimeout(function () {
494
+ log({
495
+ msg: '第五步: 60秒超时则走N逻辑',
496
+ data: challengeData
497
+ });
498
+ window.removeEventListener('message', handleMessage);
499
+ rej('time out');
500
+ }, 2 * 60 * 1000);
501
+ window.addEventListener('message', handleMessage, false);
500
502
  });
501
503
  };
502
504
 
@@ -130,6 +130,8 @@ var PaymentReturnContent = function PaymentReturnContent(_ref) {
130
130
  src: "".concat(prefix, "/payment-content.png"),
131
131
  alt: "success"
132
132
  })), /*#__PURE__*/React.createElement("div", {
133
+ className: "payment-return-content-text"
134
+ }, locales.getText('tocPay.text.weAreVerifyingYourPaymentPleaseCheckYourOrderStatusLater')), /*#__PURE__*/React.createElement("div", {
133
135
  className: "payment-return-content-buttons"
134
136
  }, /*#__PURE__*/React.createElement(Button, {
135
137
  block: true,
@@ -1,16 +1,26 @@
1
1
  .payment-return-content {
2
2
  padding: 100px 46px 0;
3
+ max-height: 100vh;
4
+ display: flex;
5
+ flex-direction: column;
6
+ gap: 24px;
3
7
 
4
8
  .payment-return-content-img {
5
9
  width: 100%;
6
- margin-bottom: 60px;
7
10
  min-height: 270px;
11
+ display: flex;
12
+ justify-content: center;
13
+ align-items: center;
8
14
  img {
9
- width: 100%;
15
+ max-width: 100%;
10
16
  height: 100%;
17
+ max-height: 480px;
11
18
  }
12
19
  }
13
-
20
+ .payment-return-content-text {
21
+ color: var(--Gray-600, #475467);
22
+ text-align: center;
23
+ }
14
24
  .payment-return-content-buttons {
15
25
  display: flex;
16
26
  flex-direction: column;
@@ -511,7 +511,8 @@ var ToCPay = function ToCPay(props, ref) {
511
511
  fn: 'paymentInit'
512
512
  }
513
513
  });
514
- case 18:
514
+ throw _context5.t0;
515
+ case 19:
515
516
  case "end":
516
517
  return _context5.stop();
517
518
  }
@@ -97,6 +97,7 @@ declare const _default: {
97
97
  'tocPay.text.returnAndSelectOtherPaymentMethod': string;
98
98
  'tocPay.text.paymentCompletedAndViewOrder': string;
99
99
  'tocPay.text.paymentFailed': string;
100
+ 'tocPay.text.weAreVerifyingYourPaymentPleaseCheckYourOrderStatusLater': string;
100
101
  };
101
102
  'zh-CN': {
102
103
  'tocPay.text.checkout': string;
@@ -195,6 +196,7 @@ declare const _default: {
195
196
  'tocPay.text.returnAndSelectOtherPaymentMethod': string;
196
197
  'tocPay.text.paymentCompletedAndViewOrder': string;
197
198
  'tocPay.text.paymentFailed': string;
199
+ 'tocPay.text.weAreVerifyingYourPaymentPleaseCheckYourOrderStatusLater': string;
198
200
  };
199
201
  'zh-HK': {
200
202
  'tocPay.text.checkout': string;
@@ -293,6 +295,7 @@ declare const _default: {
293
295
  'tocPay.text.returnAndSelectOtherPaymentMethod': string;
294
296
  'tocPay.text.paymentCompletedAndViewOrder': string;
295
297
  'tocPay.text.paymentFailed': string;
298
+ 'tocPay.text.weAreVerifyingYourPaymentPleaseCheckYourOrderStatusLater': string;
296
299
  };
297
300
  };
298
301
  export default _default;