@pisell/private-materials 6.1.33 → 6.1.34

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 (200) 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 +8 -8
  7. package/build/lowcode/render/default/view.css +1 -1
  8. package/build/lowcode/render/default/view.js +7 -7
  9. package/build/lowcode/view.css +1 -1
  10. package/build/lowcode/view.js +7 -7
  11. package/es/components/appointmentBooking/components/Cart/Item/index.d.ts +1 -0
  12. package/es/components/appointmentBooking/components/Content/index.d.ts +1 -0
  13. package/es/components/appointmentBooking/components/Header/index.d.ts +1 -0
  14. package/es/components/appointmentBooking/index.d.ts +1 -0
  15. package/es/components/booking/components/TabProduct/index.d.ts +1 -0
  16. package/es/components/booking/components/TabProduct/productItem/index.d.ts +1 -0
  17. package/es/components/booking/components/TabProduct/selectProductItem/index.d.ts +1 -0
  18. package/es/components/booking/components/collapsibleList/utils.d.ts +1 -0
  19. package/es/components/booking/components/footer/FooterMenus/index.d.ts +1 -0
  20. package/es/components/booking/components/footer/amount.d.ts +16 -1
  21. package/es/components/booking/components/footer/amount.js +73 -47
  22. package/es/components/booking/components/formItemChildrenWrap/index.d.ts +1 -0
  23. package/es/components/booking/editBookingModal/index.js +3 -4
  24. package/es/components/booking/forms/sendModal/useSendModal.d.ts +1 -1
  25. package/es/components/booking/forms/single/RenderValueById.d.ts +1 -0
  26. package/es/components/booking/forms/single/RenderValueById.js +68 -17
  27. package/es/components/booking/forms/single/index.less +67 -1
  28. package/es/components/booking/forms/table/index.d.ts +1 -0
  29. package/es/components/booking/info/addServiceVariant/index.d.ts +1 -0
  30. package/es/components/booking/info/clientVariant/hooks/useIsLowSpeedNetwork.d.ts +1 -0
  31. package/es/components/booking/info/hooks/useInfoHolder.d.ts +1 -0
  32. package/es/components/booking/info/notes/index.d.ts +1 -0
  33. package/es/components/booking/info/service/Lists.d.ts +1 -0
  34. package/es/components/booking/info/service/like/index.d.ts +1 -0
  35. package/es/components/booking/info/service/serviceList/index.d.ts +1 -0
  36. package/es/components/booking/info/service2/Lists.d.ts +1 -0
  37. package/es/components/booking/info/service2/utils.d.ts +1 -1
  38. package/es/components/booking/info/utils.js +1 -1
  39. package/es/components/booking/info2/service/addService/utils.js +3 -2
  40. package/es/components/booking/info2/service/serviceList/index.d.ts +1 -0
  41. package/es/components/booking/info2/utilsByBooking.js +3 -2
  42. package/es/components/booking/locales.d.ts +3 -0
  43. package/es/components/booking/locales.js +6 -3
  44. package/es/components/booking/materiels/duration/index.js +1 -1
  45. package/es/components/booking/materiels/startTime/index.js +1 -1
  46. package/es/components/booking/utils.d.ts +2 -2
  47. package/es/components/booking/utils.js +3 -3
  48. package/es/components/eftpos/hooks.d.ts +1 -0
  49. package/es/components/eftpos/icon/apiKey.d.ts +1 -0
  50. package/es/components/eftpos/icon/device.d.ts +1 -0
  51. package/es/components/eftposPay/amount.d.ts +1 -1
  52. package/es/components/eftposPay/app.d.ts +1 -0
  53. package/es/components/eftposPay/component/alert/warn.d.ts +1 -0
  54. package/es/components/eftposPay/component/header/titlebar.d.ts +1 -0
  55. package/es/components/eftposPay/component/step/index.d.ts +1 -0
  56. package/es/components/eftposPay/component/step/step.d.ts +1 -0
  57. package/es/components/eftposPay/device.d.ts +1 -1
  58. package/es/components/eftposPay/hooks.d.ts +1 -1
  59. package/es/components/eftposPay/index.d.ts +1 -0
  60. package/es/components/eftposPay/pay.d.ts +1 -0
  61. package/es/components/eftposPay/store/index.d.ts +3 -3
  62. package/es/components/eftposPay/tyro/hooks.d.ts +1 -0
  63. package/es/components/eftposPay/windcave/windcave.d.ts +1 -0
  64. package/es/components/eventBooking/components/Provider/Cart/Deposit/index.d.ts +1 -0
  65. package/es/components/eventBooking/components/Provider/Content/index.d.ts +1 -0
  66. package/es/components/eventBooking/components/Provider/Header/index.d.ts +1 -0
  67. package/es/components/eventBooking/components/Provider/SelectHolderModal.d.ts +1 -0
  68. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateStatus/index.d.ts +1 -0
  69. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/DayItem/index.d.ts +1 -0
  70. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/index.d.ts +1 -0
  71. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Status/index.d.ts +1 -0
  72. package/es/components/eventBooking/components/bookingDetailModal/components/Resource.d.ts +1 -0
  73. package/es/components/eventBooking/components/bookingDetailModal/components/Schedule.d.ts +1 -0
  74. package/es/components/eventBooking/index.d.ts +1 -0
  75. package/es/components/pay/toB/components/CardGroup/index.d.ts +1 -0
  76. package/es/components/pay/toB/components/Content/Header.d.ts +1 -0
  77. package/es/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/ThreedsLoading/index.d.ts +1 -0
  78. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/index.d.ts +1 -0
  79. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/StripeSDK/SDK.d.ts +1 -0
  80. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/StripeSDK/index.d.ts +1 -0
  81. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/components/PageLoading/index.d.ts +1 -0
  82. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/PaymentRequestForm.d.ts +1 -0
  83. package/es/components/productExtension/fields/Forms/index.d.ts +1 -0
  84. package/es/components/productExtension/fields/SelectProducts/ProductItem/index.d.ts +1 -0
  85. package/es/components/productExtension/fields/SelectProducts/ProductItemPreview/index.d.ts +1 -0
  86. package/es/components/productExtension/fields/SelectProducts/index.d.ts +1 -0
  87. package/es/components/schedules/products/ProductDetailDrawer/ProductDetail/MaxParticipantsModule/index.d.ts +1 -0
  88. package/es/components/schedules/products/ProductDetailDrawer/ProductDetail/ResourcesModule/index.d.ts +1 -0
  89. package/es/components/schedules/products/ProductDetailDrawer/ProductDetail/SchedulesModule/index.d.ts +1 -0
  90. package/es/components/schedules/products/ProductDetailDrawer/ProductDetailByDate/index.d.ts +1 -0
  91. package/es/components/schedules/products/index.d.ts +1 -0
  92. package/es/components/schedules/resources/relationProduct/index.d.ts +1 -0
  93. package/es/components/schedules/utils.d.ts +1 -1
  94. package/es/components/shoppingCart/components/Empty/index.d.ts +1 -0
  95. package/es/components/shoppingCart/components/Render/index.d.ts +1 -0
  96. package/es/components/shoppingCart/index.d.ts +1 -0
  97. package/es/components/ticketBooking/components/addServiceVariant/addService.js +1 -1
  98. package/es/components/ticketBooking/components/addServiceVariant/index.d.ts +1 -0
  99. package/es/components/ticketBooking/components/ticketBooking/index.js +4 -1
  100. package/es/components/ticketBooking/utils/index.d.ts +1 -1
  101. package/es/components/wallet/hooks/useWalletCard.d.ts +1 -0
  102. package/es/plus/clientName/index.d.ts +1 -0
  103. package/es/pro/pisellPriceRadio/index.js +2 -2
  104. package/es/utils/index.d.ts +1 -1
  105. package/lib/components/appointmentBooking/components/Cart/Item/index.d.ts +1 -0
  106. package/lib/components/appointmentBooking/components/Content/index.d.ts +1 -0
  107. package/lib/components/appointmentBooking/components/Header/index.d.ts +1 -0
  108. package/lib/components/appointmentBooking/index.d.ts +1 -0
  109. package/lib/components/booking/components/TabProduct/index.d.ts +1 -0
  110. package/lib/components/booking/components/TabProduct/productItem/index.d.ts +1 -0
  111. package/lib/components/booking/components/TabProduct/selectProductItem/index.d.ts +1 -0
  112. package/lib/components/booking/components/collapsibleList/utils.d.ts +1 -0
  113. package/lib/components/booking/components/footer/FooterMenus/index.d.ts +1 -0
  114. package/lib/components/booking/components/footer/amount.d.ts +16 -1
  115. package/lib/components/booking/components/footer/amount.js +31 -33
  116. package/lib/components/booking/components/formItemChildrenWrap/index.d.ts +1 -0
  117. package/lib/components/booking/editBookingModal/index.js +3 -4
  118. package/lib/components/booking/forms/sendModal/useSendModal.d.ts +1 -1
  119. package/lib/components/booking/forms/single/RenderValueById.d.ts +1 -0
  120. package/lib/components/booking/forms/single/RenderValueById.js +37 -9
  121. package/lib/components/booking/forms/single/index.less +67 -1
  122. package/lib/components/booking/forms/table/index.d.ts +1 -0
  123. package/lib/components/booking/info/addServiceVariant/index.d.ts +1 -0
  124. package/lib/components/booking/info/clientVariant/hooks/useIsLowSpeedNetwork.d.ts +1 -0
  125. package/lib/components/booking/info/hooks/useInfoHolder.d.ts +1 -0
  126. package/lib/components/booking/info/notes/index.d.ts +1 -0
  127. package/lib/components/booking/info/service/Lists.d.ts +1 -0
  128. package/lib/components/booking/info/service/like/index.d.ts +1 -0
  129. package/lib/components/booking/info/service/serviceList/index.d.ts +1 -0
  130. package/lib/components/booking/info/service2/Lists.d.ts +1 -0
  131. package/lib/components/booking/info/service2/utils.d.ts +1 -1
  132. package/lib/components/booking/info/utils.js +2 -1
  133. package/lib/components/booking/info2/service/addService/utils.js +4 -4
  134. package/lib/components/booking/info2/service/editService/index.js +5 -1
  135. package/lib/components/booking/info2/service/serviceList/index.d.ts +1 -0
  136. package/lib/components/booking/info2/utilsByBooking.js +4 -4
  137. package/lib/components/booking/locales.d.ts +3 -0
  138. package/lib/components/booking/locales.js +6 -3
  139. package/lib/components/booking/materiels/duration/index.js +1 -1
  140. package/lib/components/booking/materiels/startTime/index.js +1 -1
  141. package/lib/components/booking/utils.d.ts +2 -2
  142. package/lib/components/booking/utils.js +3 -3
  143. package/lib/components/eftpos/hooks.d.ts +1 -0
  144. package/lib/components/eftpos/icon/apiKey.d.ts +1 -0
  145. package/lib/components/eftpos/icon/device.d.ts +1 -0
  146. package/lib/components/eftposPay/amount.d.ts +1 -1
  147. package/lib/components/eftposPay/app.d.ts +1 -0
  148. package/lib/components/eftposPay/component/alert/warn.d.ts +1 -0
  149. package/lib/components/eftposPay/component/header/titlebar.d.ts +1 -0
  150. package/lib/components/eftposPay/component/step/index.d.ts +1 -0
  151. package/lib/components/eftposPay/component/step/step.d.ts +1 -0
  152. package/lib/components/eftposPay/device.d.ts +1 -1
  153. package/lib/components/eftposPay/hooks.d.ts +1 -1
  154. package/lib/components/eftposPay/index.d.ts +1 -0
  155. package/lib/components/eftposPay/pay.d.ts +1 -0
  156. package/lib/components/eftposPay/store/index.d.ts +3 -3
  157. package/lib/components/eftposPay/tyro/hooks.d.ts +1 -0
  158. package/lib/components/eftposPay/windcave/windcave.d.ts +1 -0
  159. package/lib/components/eventBooking/components/Provider/Cart/Deposit/index.d.ts +1 -0
  160. package/lib/components/eventBooking/components/Provider/Content/index.d.ts +1 -0
  161. package/lib/components/eventBooking/components/Provider/Header/index.d.ts +1 -0
  162. package/lib/components/eventBooking/components/Provider/SelectHolderModal.d.ts +1 -0
  163. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateStatus/index.d.ts +1 -0
  164. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/DayItem/index.d.ts +1 -0
  165. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/index.d.ts +1 -0
  166. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Status/index.d.ts +1 -0
  167. package/lib/components/eventBooking/components/bookingDetailModal/components/Resource.d.ts +1 -0
  168. package/lib/components/eventBooking/components/bookingDetailModal/components/Schedule.d.ts +1 -0
  169. package/lib/components/eventBooking/index.d.ts +1 -0
  170. package/lib/components/pay/toB/components/CardGroup/index.d.ts +1 -0
  171. package/lib/components/pay/toB/components/Content/Header.d.ts +1 -0
  172. package/lib/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/ThreedsLoading/index.d.ts +1 -0
  173. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/index.d.ts +1 -0
  174. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/StripeSDK/SDK.d.ts +1 -0
  175. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/StripeSDK/index.d.ts +1 -0
  176. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/components/PageLoading/index.d.ts +1 -0
  177. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/PaymentRequestForm.d.ts +1 -0
  178. package/lib/components/productExtension/fields/Forms/index.d.ts +1 -0
  179. package/lib/components/productExtension/fields/SelectProducts/ProductItem/index.d.ts +1 -0
  180. package/lib/components/productExtension/fields/SelectProducts/ProductItemPreview/index.d.ts +1 -0
  181. package/lib/components/productExtension/fields/SelectProducts/index.d.ts +1 -0
  182. package/lib/components/schedules/products/ProductDetailDrawer/ProductDetail/MaxParticipantsModule/index.d.ts +1 -0
  183. package/lib/components/schedules/products/ProductDetailDrawer/ProductDetail/ResourcesModule/index.d.ts +1 -0
  184. package/lib/components/schedules/products/ProductDetailDrawer/ProductDetail/SchedulesModule/index.d.ts +1 -0
  185. package/lib/components/schedules/products/ProductDetailDrawer/ProductDetailByDate/index.d.ts +1 -0
  186. package/lib/components/schedules/products/index.d.ts +1 -0
  187. package/lib/components/schedules/resources/relationProduct/index.d.ts +1 -0
  188. package/lib/components/schedules/utils.d.ts +1 -1
  189. package/lib/components/shoppingCart/components/Empty/index.d.ts +1 -0
  190. package/lib/components/shoppingCart/components/Render/index.d.ts +1 -0
  191. package/lib/components/shoppingCart/index.d.ts +1 -0
  192. package/lib/components/ticketBooking/components/addServiceVariant/addService.js +1 -1
  193. package/lib/components/ticketBooking/components/addServiceVariant/index.d.ts +1 -0
  194. package/lib/components/ticketBooking/components/ticketBooking/index.js +9 -4
  195. package/lib/components/ticketBooking/utils/index.d.ts +1 -1
  196. package/lib/components/wallet/hooks/useWalletCard.d.ts +1 -0
  197. package/lib/plus/clientName/index.d.ts +1 -0
  198. package/lib/pro/pisellPriceRadio/index.js +2 -2
  199. package/lib/utils/index.d.ts +1 -1
  200. package/package.json +1 -1
@@ -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>;
@@ -95,7 +95,7 @@ export var isBooking4Shop = function isBooking4Shop(shopId, renderType, business
95
95
  if (renderType === 'eventBooking') {
96
96
  return false;
97
97
  }
98
- var booking4Shops = [8390, 1350, 1401, 3013, 7154, 7572, 7007, 8119, 7320, 7362, 6497, 6087, 6303, 6726, 8191, 6812, 6813, 6814, 7651, 8586, 8581, 9, 2155, 8030, 1749, 8194, 2327, 8609, 8610, 8782, 1285, 6124, 8727, 5538, 6988, 8872, 6930, 8824, 8913, 8918, 6413];
98
+ var booking4Shops = [8390, 1350, 1401, 3013, 7154, 7572, 7007, 8119, 7320, 7362, 6497, 6087, 6303, 6726, 8191, 6812, 6813, 6814, 7651, 8586, 8581, 9, 2155, 8030, 1749, 8194, 2327, 8609, 8610, 8782, 1285, 6124, 8727, 5538, 6988, 8872, 6930, 8824, 8913, 8918, 6413, 8943];
99
99
 
100
100
  // 固定的shopId 或者安装 Resource Kit 应用,则认为是booking4Shop
101
101
  return booking4Shops.includes(shopId) || (businessUtils === null || businessUtils === void 0 ? void 0 : businessUtils.getAppByModal('resourcekit'));
@@ -278,7 +278,7 @@ export var setDefaultResource = function setDefaultResource(_ref6) {
278
278
  var _loop2 = function _loop2() {
279
279
  var item = _step.value;
280
280
  var renderList = item.renderList.filter(function (d) {
281
- return d.is_default == 1 || d.id === resourceId;
281
+ return d.id === resourceId;
282
282
  });
283
283
  var defaultOriginalResource = [];
284
284
  if (renderList.length === 0) {
@@ -584,7 +584,8 @@ export var getProductExtend = function getProductExtend(_ref11) {
584
584
  state: state
585
585
  });
586
586
  if (getDuration(_cacheItem === null || _cacheItem === void 0 ? void 0 : _cacheItem.duration) === 'flexible') {
587
- _cacheItem._extend.duration = _cacheItem._data.timeObj.durationSlicesBasedOnTime[0].value;
587
+ var _cacheItem$_data$time;
588
+ _cacheItem._extend.duration = (_cacheItem$_data$time = _cacheItem._data.timeObj) === null || _cacheItem$_data$time === void 0 || (_cacheItem$_data$time = _cacheItem$_data$time.durationSlicesBasedOnTime) === null || _cacheItem$_data$time === void 0 || (_cacheItem$_data$time = _cacheItem$_data$time[0]) === null || _cacheItem$_data$time === void 0 ? void 0 : _cacheItem$_data$time.value;
588
589
 
589
590
  // 计算服务的开始和结束时间
590
591
  var _getServiceTimes = getServiceTimes({
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './index.less';
2
3
  declare const ServiceList: ({ onEdit }: {
3
4
  onEdit: any;
@@ -338,7 +338,7 @@ export var getServiceStartTimeAndEndTime = function getServiceStartTimeAndEndTim
338
338
  // 下一个商品的扩展参数
339
339
  var _extend = {
340
340
  // 时长: 当前商品时长 > 第一个时长
341
- duration: findNextDuration(cacheItem.duration, timeObj.durationSlicesBasedOnTime, cacheItem === null || cacheItem === void 0 || (_cacheItem$duration = cacheItem.duration) === null || _cacheItem$duration === void 0 ? void 0 : _cacheItem$duration.value)
341
+ duration: findNextDuration(cacheItem.duration, timeObj === null || timeObj === void 0 ? void 0 : timeObj.durationSlicesBasedOnTime, cacheItem === null || cacheItem === void 0 || (_cacheItem$duration = cacheItem.duration) === null || _cacheItem$duration === void 0 ? void 0 : _cacheItem$duration.value)
342
342
  };
343
343
 
344
344
  // 如果有上一个商品, 将上一个商品的某些参数 设置到新商品上
@@ -352,7 +352,8 @@ export var getServiceStartTimeAndEndTime = function getServiceStartTimeAndEndTim
352
352
  } else {
353
353
  // 如果上个服务商品的结束时间跨天, 那么设置为最后一个时间段, 不跨天则取上一个的结束时间
354
354
  if (dayjs(lastServerEndDate).isAfter(lastServerStartDate, "day")) {
355
- _extend.start_time = timeObj.timeSlices[timeObj.timeSlices.length - 1].value;
355
+ var _timeObj$timeSlices;
356
+ _extend.start_time = timeObj === null || timeObj === void 0 ? void 0 : timeObj.timeSlices[(timeObj === null || timeObj === void 0 || (_timeObj$timeSlices = timeObj.timeSlices) === null || _timeObj$timeSlices === void 0 ? void 0 : _timeObj$timeSlices.length) - 1].value;
356
357
  } else {
357
358
  _extend.start_time = lastServerEndDate.format("HH:mm");
358
359
  }
@@ -299,6 +299,7 @@ declare const _default: {
299
299
  'pisell2.text.quotation.product.change.title': string;
300
300
  'pisell2.text.quotation.product.change.describe': string;
301
301
  'pisell2.booking.notes.placeholder': string;
302
+ 'pisell2.text.form.link.to.another.record.more': string;
302
303
  };
303
304
  'zh-CN': {
304
305
  'pisell2.text.refunded-amount': string;
@@ -600,6 +601,7 @@ declare const _default: {
600
601
  'pisell2.text.quotation.product.change.title': string;
601
602
  'pisell2.text.quotation.product.change.describe': string;
602
603
  'pisell2.booking.notes.placeholder': string;
604
+ 'pisell2.text.form.link.to.another.record.more': string;
603
605
  };
604
606
  'zh-HK': {
605
607
  'pisell2.text.refunded-amount': string;
@@ -901,6 +903,7 @@ declare const _default: {
901
903
  'pisell2.text.quotation.product.change.title': string;
902
904
  'pisell2.text.quotation.product.change.describe': string;
903
905
  'pisell2.booking.notes.placeholder': string;
906
+ 'pisell2.text.form.link.to.another.record.more': string;
904
907
  };
905
908
  };
906
909
  export default _default;
@@ -349,7 +349,8 @@ export default {
349
349
  'pisell2.text.quotation.product.change.title': "Notification",
350
350
  'pisell2.text.quotation.product.change.describe': "Product updates available: Please refresh the following items to load the latest data.",
351
351
  // Notes
352
- 'pisell2.booking.notes.placeholder': 'Enter a note...'
352
+ 'pisell2.booking.notes.placeholder': 'Enter a note...',
353
+ 'pisell2.text.form.link.to.another.record.more': 'View More'
353
354
  },
354
355
  'zh-CN': {
355
356
  'pisell2.text.refunded-amount': '已退金额',
@@ -705,7 +706,8 @@ export default {
705
706
  'pisell2.text.quotation.product.change.title': "提示",
706
707
  'pisell2.text.quotation.product.change.describe': "以下商品信息已更新,请重新编辑相关商品以同步最新数据。",
707
708
  // Notes
708
- 'pisell2.booking.notes.placeholder': '输入备注...'
709
+ 'pisell2.booking.notes.placeholder': '输入备注...',
710
+ 'pisell2.text.form.link.to.another.record.more': '查看更多'
709
711
  },
710
712
  'zh-HK': {
711
713
  'pisell2.text.refunded-amount': '已退金額',
@@ -1061,6 +1063,7 @@ export default {
1061
1063
  'pisell2.text.quotation.product.change.title': "提示",
1062
1064
  'pisell2.text.quotation.product.change.describe': "以下商品信息已更新,请重新编辑相关商品以同步最新数据。",
1063
1065
  // Notes
1064
- 'pisell2.booking.notes.placeholder': '輸入備註...'
1066
+ 'pisell2.booking.notes.placeholder': '輸入備註...',
1067
+ 'pisell2.text.form.link.to.another.record.more': '查看更多'
1065
1068
  }
1066
1069
  };
@@ -60,7 +60,7 @@ var Duration = function Duration(props) {
60
60
  });
61
61
  }
62
62
  return durationSlicesBasedOnTime;
63
- }, [timeObj.durationSlicesBasedOnTime, slice, locale, duration, startDateStr, usableTime === null || usableTime === void 0 ? void 0 : usableTime.end_at]);
63
+ }, [timeObj === null || timeObj === void 0 ? void 0 : timeObj.durationSlicesBasedOnTime, slice, locale, duration, startDateStr, usableTime === null || usableTime === void 0 ? void 0 : usableTime.end_at]);
64
64
  useEffect(function () {
65
65
  timeObjChange === null || timeObjChange === void 0 || timeObjChange(times);
66
66
  }, [times]);
@@ -37,6 +37,6 @@ var StartTime = function StartTime(props) {
37
37
  }, d[label]);
38
38
  });
39
39
  }, []);
40
- return /*#__PURE__*/React.createElement(Select, _extends({}, selectProps, resetProps), renderOptions(timeObj.timeSlices));
40
+ return /*#__PURE__*/React.createElement(Select, _extends({}, selectProps, resetProps), renderOptions(timeObj === null || timeObj === void 0 ? void 0 : timeObj.timeSlices));
41
41
  };
42
42
  export default StartTime;
@@ -165,10 +165,10 @@ export declare const getProductTotalPrice: (item: any) => number;
165
165
  export declare const getDuration: (duration: number | {
166
166
  type: string;
167
167
  value: number;
168
- }) => number | "flexible" | {
168
+ }) => number | {
169
169
  type: string;
170
170
  value: number;
171
- };
171
+ } | "flexible";
172
172
  export declare const isWalkIn: (customer_id?: number | string) => boolean;
173
173
  export declare const getIsEdit: (state: any) => boolean;
174
174
  export {};
@@ -670,7 +670,7 @@ export var getServerItemExtend = function getServerItemExtend(state, cacheItem,
670
670
  if (isSession) {
671
671
  return getDays(cacheItem, 'minutes');
672
672
  }
673
- return findNextDuration(cacheItem.duration, timeObj.durationSlicesBasedOnTime, cacheItem === null || cacheItem === void 0 || (_cacheItem$duration = cacheItem.duration) === null || _cacheItem$duration === void 0 ? void 0 : _cacheItem$duration.value);
673
+ return findNextDuration(cacheItem.duration, timeObj === null || timeObj === void 0 ? void 0 : timeObj.durationSlicesBasedOnTime, cacheItem === null || cacheItem === void 0 || (_cacheItem$duration = cacheItem.duration) === null || _cacheItem$duration === void 0 ? void 0 : _cacheItem$duration.value);
674
674
  };
675
675
 
676
676
  // 获取上一个服务商品
@@ -694,7 +694,7 @@ export var getServerItemExtend = function getServerItemExtend(state, cacheItem,
694
694
  } else {
695
695
  // 如果上个服务商品的结束时间跨天, 那么设置为最后一个时间段, 不跨天则取上一个的结束时间
696
696
  if (dayjs(lastServerEndDate).isAfter(lastServerStartDate, 'day')) {
697
- _extend.start_time = timeObj.timeSlices[timeObj.timeSlices.length - 1].value;
697
+ _extend.start_time = timeObj === null || timeObj === void 0 ? void 0 : timeObj.timeSlices[(timeObj === null || timeObj === void 0 ? void 0 : timeObj.timeSlices.length) - 1].value;
698
698
  } else {
699
699
  _extend.start_time = lastServerEndDate.format("HH:mm");
700
700
  }
@@ -704,7 +704,7 @@ export var getServerItemExtend = function getServerItemExtend(state, cacheItem,
704
704
  // _extend.resource = 0;
705
705
 
706
706
  var findNextSliceProps = {
707
- timeSlices: timeObj.timeSlices,
707
+ timeSlices: timeObj === null || timeObj === void 0 ? void 0 : timeObj.timeSlices,
708
708
  index: 0,
709
709
  date: ''
710
710
  };
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { Eftpos } from './const';
2
3
  /**
3
4
  * @title: tyro 设备连接
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  declare const _default: ({ color }: {
2
3
  color?: string | undefined;
3
4
  }) => JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  declare const _default: ({ color }: {
2
3
  color?: string | undefined;
3
4
  }) => JSX.Element;
@@ -8,7 +8,7 @@ import { PosProps } from './const';
8
8
  */
9
9
  declare const _default: ({ className, onChange, onClose, formatAmount, isMobile, net, client }: {
10
10
  className?: string | undefined;
11
- onChange?: ((status: "success" | "page" | "fail" | "print" | "mark_tx_processed", params?: string | {
11
+ onChange?: ((status: "page" | "success" | "fail" | "print" | "mark_tx_processed", params?: string | {
12
12
  [keys: string]: unknown;
13
13
  } | undefined, other?: any) => void) | undefined;
14
14
  onClose: () => void;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { PosProps, RouteType } from './const';
2
3
  declare const App: ({ action, api, device_number, terminal, tyroUrl, tyroVersion, onChangeParams, isMobile, channel, formatAmount, ...props }: Omit<PosProps, "type" | "mode" | "getApi"> & {
3
4
  action: RouteType;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  declare const _default: () => JSX.Element;
2
3
  export default _default;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './titlebar.less';
2
3
  declare enum EPopupTitleBarVariantType {
3
4
  BackTitleClose = "back-title-cancel",
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { StatusType } from '../../const';
2
3
  declare const _default: (props: {
3
4
  status: StatusType;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  declare const _default: (props: {
2
3
  status: string;
3
4
  pedding?: string;
@@ -10,7 +10,7 @@ import './device.less';
10
10
  declare const _default: ({ api, onChange, onClose, className, device_number, isMobile, net, client, formatAmount, }: {
11
11
  api: PayProps['api'];
12
12
  className?: string | undefined;
13
- onChange?: ((status: "success" | "page" | "fail" | "print" | "mark_tx_processed", params?: string | {
13
+ onChange?: ((status: "page" | "success" | "fail" | "print" | "mark_tx_processed", params?: string | {
14
14
  [keys: string]: unknown;
15
15
  } | undefined, other?: any) => void) | undefined;
16
16
  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" | "success" | "warn" | "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>;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { PosProps } from './const';
2
3
  import './index.less';
3
4
  declare const _default: (props: PosProps) => JSX.Element | null;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { PayProps } from './const';
2
3
  import './index.less';
3
4
  /**
@@ -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" | "success" | "warn" | "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" | "fullPay" | "refund" | "query" | undefined;
298
+ mode?: "fullPay" | "pay" | "refund" | "query" | undefined;
299
299
  order_id?: string | number | undefined;
300
300
  eftpos?: "payo" | "tyro" | "windcave" | "stripe" | "linkly" | undefined;
301
301
  action?: "amount" | "pay" | "deviceList" | undefined;
@@ -308,7 +308,7 @@ export declare const backUpFree: (payload: Partial<State>) => {
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" | "success" | "warn" | "fail" | "pedding" | "resove" | "reject" | "question" | undefined;
312
312
  warn?: string | undefined;
313
313
  steps?: {
314
314
  /** 用于重置当前步骤 */
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  /**
2
3
  * @title: 获取 Tyro 资源
3
4
  * @description:
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  declare const _default: ({ api, onChange, formatAmount, }: {
2
3
  api: any;
3
4
  onChange: any;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  declare const Deposit: () => JSX.Element;
2
3
  export default Deposit;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './index.less';
2
3
  declare const Layout: () => JSX.Element;
3
4
  export default Layout;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './index.less';
2
3
  declare const Header: () => JSX.Element;
3
4
  export default Header;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  declare const SelectHolderModal: (props: any) => JSX.Element;
2
3
  export default SelectHolderModal;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './index.less';
2
3
  declare const Status: (props: any) => JSX.Element;
3
4
  export default Status;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './index.less';
2
3
  declare const DayItem: (props: any) => JSX.Element;
3
4
  export default DayItem;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './index.less';
2
3
  import { CalendarItemProps } from '../../../../../type';
3
4
  declare const Item: (props: CalendarItemProps) => JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './index.less';
2
3
  declare const Status: (props: any) => JSX.Element;
3
4
  export default Status;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  declare const Resource: (props: any) => JSX.Element;
2
3
  export default Resource;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  declare const Schedule: () => JSX.Element;
2
3
  export default Schedule;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './index.less';
2
3
  declare const EventBooking: () => JSX.Element;
3
4
  export default EventBooking;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { PayMethod, PayMethodGroup } from '../../types';
2
3
  import './index.less';
3
4
  declare const ToBPayCardGroup: (props: {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  declare const ToBPayTitle: (props: {
2
3
  amount: number | string;
3
4
  }) => JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './index.less';
2
3
  declare const ThreedsLoading: ({ title, showSuccessBackButton, onSuccessBack }: any) => JSX.Element;
3
4
  export default ThreedsLoading;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './index.less';
2
3
  declare const StripePayment: () => JSX.Element;
3
4
  export default StripePayment;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  declare const StripeSDK: ({ public_key, client_secret, children, lang, }: {
2
3
  public_key: string;
3
4
  client_secret?: string | undefined;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  declare const StripeSDK: ({ public_key, client_secret, children, lang, }: {
2
3
  public_key: string;
3
4
  client_secret?: string | undefined;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './index.less';
2
3
  declare const PageLoading: () => JSX.Element;
3
4
  export default PageLoading;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './index.less';
2
3
  declare const PaymentRequestForm: () => JSX.Element | null;
3
4
  export default PaymentRequestForm;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export interface InfoProps {
2
3
  relation_id: any;
3
4
  action: any;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './index.less';
2
3
  declare const ProductItem: ({ item, onClick, amountSymbol, style, className, }: any) => JSX.Element;
3
4
  export default ProductItem;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import "./index.less";
2
3
  declare const ProductItemPreview: ({ item, onClick, onRemove, amountSymbol, style, className, }: any) => JSX.Element;
3
4
  export default ProductItemPreview;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './index.less';
2
3
  interface valueType {
3
4
  }
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import "./index.less";
2
3
  declare const MaxParticipantsModule: ({ form, value, onChange, useSchedule, isAutoChange, onData, }: {
3
4
  form: any;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  declare const ResourcesModule: ({ product }: {
2
3
  product: any;
3
4
  }) => JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import "./index.less";
2
3
  declare type Value = number[];
3
4
  declare const SchedulesModule: ({ value, onChange, drawerContainer, ruleFn, tabKey, previewItemChange, isSelf, isTitle, }: {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import "./index.less";
2
3
  declare const ProductDetailByDate: () => JSX.Element;
3
4
  export default ProductDetailByDate;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './index.less';
2
3
  declare const Products: () => JSX.Element;
3
4
  export default Products;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import "./index.less";
2
3
  declare const RelationProduct: ({ value, onChange, }: {
3
4
  value?: any;
@@ -17,6 +17,6 @@ declare let modal: Omit<ModalStaticFunctions, "warn">;
17
17
  export declare const setModal: (m: Omit<ModalStaticFunctions, "warn">) => void;
18
18
  export declare const saveConfirm: () => Promise<{
19
19
  destroy: () => void;
20
- update: (configUpdate: import("antd").ModalFuncProps | ((prevConfig: import("antd").ModalFuncProps) => import("antd").ModalFuncProps)) => void;
20
+ update: (configUpdate: import("antd/es/modal/interface").ModalFuncProps | ((prevConfig: import("antd/es/modal/interface").ModalFuncProps) => import("antd/es/modal/interface").ModalFuncProps)) => void;
21
21
  }>;
22
22
  export { modal };
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './index.less';
2
3
  declare const Empty: (props: any) => JSX.Element;
3
4
  export default Empty;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './index.less';
2
3
  declare const Content: () => JSX.Element;
3
4
  export default Content;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { shoppingCartProps } from './type';
2
3
  declare const shoppingCart: ({ onCard, onAction, onChange, onAddProduct, onActiveKey, ...props }: shoppingCartProps) => JSX.Element;
3
4
  export default shoppingCart;
@@ -264,7 +264,7 @@ var AddSerivce = function AddSerivce(props) {
264
264
  setCurrentProduct(item);
265
265
  } else {
266
266
  setCurrentProduct(null);
267
- if (!isSession && isNormalProductByDurationSchedule(item)) {
267
+ if ((item === null || item === void 0 ? void 0 : item.extension_type) === 'normal') {
268
268
  cacheValues = {
269
269
  bundle: [],
270
270
  key: item.id,
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  interface AddServiceVariantProps {
2
3
  globalState: any;
3
4
  setGlobalState: any;
@@ -46,7 +46,7 @@ import { useBookingTicket } from "../../hooks/pisellos/bookingTicket";
46
46
  import "./index.less";
47
47
  import { getBookingType } from "../bookingDataPanel/bookingList/utils";
48
48
  import { useCustomer } from "../../hooks/pisellos";
49
- import { useMemoizedFn } from "ahooks";
49
+ import { useMemoizedFn } from 'ahooks';
50
50
  import useScanManager from "../../hooks/pisellos/useScanManager";
51
51
  export var _formatBookingDetail = function _formatBookingDetail(data, modalState) {
52
52
  var _bookings$list, _bookings$list2;
@@ -307,6 +307,9 @@ var TicketBooking = function TicketBooking() {
307
307
  _initFn(function () {});
308
308
  selectCustomer(null);
309
309
  enableAllScanListeners();
310
+ setState({
311
+ createCount: state.createCount + 1
312
+ });
310
313
  });
311
314
 
312
315
  // 作废预约
@@ -41,7 +41,7 @@ declare type ScanData = {
41
41
  };
42
42
  };
43
43
  export declare const formatScanCustomer: (data: ScanData) => {
44
- searchType: "product" | "wallet" | "customer" | "walletPass" | "local_product";
44
+ searchType: "customer" | "product" | "wallet" | "walletPass" | "local_product";
45
45
  data: any;
46
46
  scanCode: string;
47
47
  } | null;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { IWalletListItemProps } from '../serve';
2
3
  /**
3
4
  * 钱包卡片Hook的参数
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './index.less';
2
3
  import { IClientNameProps } from './type';
3
4
  declare const ClientName: ({ className, dataSource, style }: IClientNameProps) => JSX.Element | null;
@@ -10,7 +10,7 @@ function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" !=
10
10
  function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
11
11
  import React, { useState, useEffect } from 'react';
12
12
  import { Radio } from 'antd';
13
- import VirtualKeyInput from "../../../../materials/src/components/virtual-keyboard/VirtualKeyInput/index";
13
+ import { VirtualKeyboard } from '@pisell/materials';
14
14
  import classNames from 'classnames';
15
15
  import "./index.less";
16
16
  var PisellPriceRadio = function PisellPriceRadio(_ref) {
@@ -93,7 +93,7 @@ var PisellPriceRadio = function PisellPriceRadio(_ref) {
93
93
  className: classNames('pisell-price-radio-button', _defineProperty({}, "pisell-price-radio-button-".concat(theme), checked))
94
94
  }), /*#__PURE__*/React.createElement("span", {
95
95
  className: "pisell-price-radio-title"
96
- }, title)), /*#__PURE__*/React.createElement(VirtualKeyInput, {
96
+ }, title)), /*#__PURE__*/React.createElement(VirtualKeyboard, {
97
97
  value: value,
98
98
  onChange: function onChange(e) {
99
99
  return handlePriceChange(e.target.value);
@@ -18,6 +18,6 @@ declare let modal: Omit<ModalStaticFunctions, 'warn'>;
18
18
  export declare const setModal: (m: Omit<ModalStaticFunctions, 'warn'>) => void;
19
19
  export declare const saveConfirm: () => Promise<{
20
20
  destroy: () => void;
21
- update: (configUpdate: import("antd").ModalFuncProps | ((prevConfig: import("antd").ModalFuncProps) => import("antd").ModalFuncProps)) => void;
21
+ update: (configUpdate: import("antd/es/modal/interface").ModalFuncProps | ((prevConfig: import("antd/es/modal/interface").ModalFuncProps) => import("antd/es/modal/interface").ModalFuncProps)) => void;
22
22
  }>;
23
23
  export { modal };