@pisell/private-materials 6.2.18 → 6.2.19

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 (258) 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.js +2 -2
  8. package/build/lowcode/view.js +8 -8
  9. package/es/businessModel/SalesModel/index.d.ts +1 -0
  10. package/es/components/appointmentBooking/components/Footer/index.d.ts +1 -0
  11. package/es/components/appointmentBooking/components/Guest/components/InformationOptionsModal/index.d.ts +1 -0
  12. package/es/components/booking/addons/model.d.ts +1 -10
  13. package/es/components/booking/components/TabProduct/index.d.ts +1 -0
  14. package/es/components/booking/components/TabProduct/tabs/index.js +5 -1
  15. package/es/components/booking/components/browserSelect/index.js +1 -1
  16. package/es/components/booking/components/customSelect/index.js +1 -0
  17. package/es/components/booking/components/formItemChildrenWrap/index.d.ts +1 -0
  18. package/es/components/booking/editBookingModal/index.js +29 -58
  19. package/es/components/booking/editBookingModal/serve.d.ts +0 -1
  20. package/es/components/booking/editBookingModal/serve.js +11 -19
  21. package/es/components/booking/forms/model.d.ts +1 -10
  22. package/es/components/booking/forms/model.js +5 -5
  23. package/es/components/booking/forms/table/index.d.ts +1 -0
  24. package/es/components/booking/hooks/useClearCart.js +11 -8
  25. package/es/components/booking/info/addServiceVariant/index.d.ts +1 -0
  26. package/es/components/booking/info/client/index.js +3 -2
  27. package/es/components/booking/info/clientVariant/hooks/useIsLowSpeedNetwork.d.ts +1 -0
  28. package/es/components/booking/info/dateRange/index.d.ts +1 -0
  29. package/es/components/booking/info/hooks/useInfoHolder.d.ts +1 -0
  30. package/es/components/booking/info/hooks/useInfoHolder.js +16 -9
  31. package/es/components/booking/info/index.d.ts +1 -0
  32. package/es/components/booking/info/model.d.ts +1 -10
  33. package/es/components/booking/info/service/Lists.js +36 -26
  34. package/es/components/booking/info/service/addService/utils.d.ts +1 -1
  35. package/es/components/booking/info/service/editService/BookingList/index.d.ts +1 -0
  36. package/es/components/booking/info/service/like/index.d.ts +1 -0
  37. package/es/components/booking/info/service/like/index.js +1 -1
  38. package/es/components/booking/info/service2/Lists.d.ts +1 -0
  39. package/es/components/booking/info/service2/utils.js +20 -21
  40. package/es/components/booking/info2/index.js +1 -0
  41. package/es/components/booking/info2/service/addService/utils.d.ts +1 -1
  42. package/es/components/booking/info2/service/addService/utils.js +7 -4
  43. package/es/components/booking/info2/service/addTimeModal/index.js +3 -0
  44. package/es/components/booking/info2/service/editService/Resources/index.js +5 -0
  45. package/es/components/booking/info2/service/editService/ResourcesV2/index.js +1 -1
  46. package/es/components/booking/info2/service/editService/index.js +258 -165
  47. package/es/components/booking/info2/service/index.js +19 -15
  48. package/es/components/booking/materiels/duration/index.js +9 -2
  49. package/es/components/booking/materiels/holder/index.d.ts +1 -0
  50. package/es/components/booking/materiels/startTime/index.d.ts +1 -0
  51. package/es/components/booking/materiels/startTime/index.js +1 -1
  52. package/es/components/booking/model.d.ts +1 -9
  53. package/es/components/booking/notes/NoteBlock/NoteItem/index.js +1 -1
  54. package/es/components/booking/notes/NoteBlock/index.js +11 -11
  55. package/es/components/booking/notes/model.d.ts +1 -10
  56. package/es/components/booking/notes/model.js +5 -5
  57. package/es/components/booking/payments/model.d.ts +1 -10
  58. package/es/components/booking/payments/model.js +5 -5
  59. package/es/components/eftpos/deviceList/index.d.ts +1 -0
  60. package/es/components/eftpos/form/index.d.ts +1 -0
  61. package/es/components/eftpos/group/index.d.ts +1 -0
  62. package/es/components/eftpos/hooks.d.ts +1 -0
  63. package/es/components/eftpos/icon/apiKey.d.ts +1 -0
  64. package/es/components/eftpos/icon/device.d.ts +1 -0
  65. package/es/components/eftpos/receipt/index.d.ts +1 -0
  66. package/es/components/eftpos/surcharge/index.d.ts +1 -0
  67. package/es/components/eftposPay/app.d.ts +1 -0
  68. package/es/components/eftposPay/component/alert/warn.d.ts +1 -0
  69. package/es/components/eftposPay/component/header/titlebar.d.ts +1 -0
  70. package/es/components/eftposPay/component/step/index.d.ts +1 -0
  71. package/es/components/eftposPay/component/step/step.d.ts +1 -0
  72. package/es/components/eftposPay/store/index.d.ts +1 -1
  73. package/es/components/eftposPay/tyro/hooks.d.ts +1 -0
  74. package/es/components/eventBooking/components/ErrorTip/index.d.ts +1 -0
  75. package/es/components/eventBooking/components/Provider/Cart/Deposit/index.d.ts +1 -0
  76. package/es/components/eventBooking/components/Provider/InformationOptionsModal/index.d.ts +1 -0
  77. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateStatus/index.d.ts +1 -0
  78. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/CallToBook/index.d.ts +1 -0
  79. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/WeekItem/index.d.ts +1 -0
  80. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/index.d.ts +1 -0
  81. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/DayItem/index.d.ts +1 -0
  82. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/index.d.ts +1 -0
  83. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Status/index.d.ts +1 -0
  84. package/es/components/eventBooking/components/scheduleCalendar/calendarItem.d.ts +1 -0
  85. package/es/components/listComponent/index.js +5 -5
  86. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/index.d.ts +1 -0
  87. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/StripeSDK/SDK.d.ts +1 -0
  88. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/StripeSDK/index.d.ts +1 -0
  89. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/components/PageLoading/index.d.ts +1 -0
  90. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/PaymentRequestForm.d.ts +1 -0
  91. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/index.d.ts +1 -0
  92. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/index.d.ts +1 -0
  93. package/es/components/pay/toC/WalletPassBlock/components/WalletUseList/index.d.ts +1 -0
  94. package/es/components/pay/toC/model.d.ts +1 -9
  95. package/es/components/pisellSelectCustomerModal/RightPanel/Add/PhoneField/index.d.ts +1 -0
  96. package/es/components/productExtension/card/index.js +3 -3
  97. package/es/components/productExtension/fields/Actor/CutOffTime/index.js +1 -1
  98. package/es/components/productExtension/fields/Actor/index.d.ts +1 -0
  99. package/es/components/productExtension/fields/Forms/index.d.ts +1 -0
  100. package/es/components/productExtension/fields/Forms/index.js +12 -12
  101. package/es/components/productExtension/fields/SelectProducts/ProductItemPreview/index.js +1 -1
  102. package/es/components/productExtension/fields/SelectProducts/server.js +2 -2
  103. package/es/components/productExtension/fields/SelectResourcesTable/server.js +2 -2
  104. package/es/components/productExtension/server.js +2 -2
  105. package/es/components/ruleSetting/ruleBorder/index.js +1 -1
  106. package/es/components/schedules/calendar/calendarItem.d.ts +1 -0
  107. package/es/components/schedules/calendar/index.js +4 -4
  108. package/es/components/schedules/calendar/serve.js +2 -2
  109. package/es/components/schedules/components/CurrentDay/index.d.ts +1 -0
  110. package/es/components/schedules/components/CurrentDay/index.js +5 -5
  111. package/es/components/schedules/components/CurrentDay/serve.js +2 -2
  112. package/es/components/schedules/components/DropdownSort/index.js +1 -1
  113. package/es/components/schedules/components/ResourceList/index.js +1 -1
  114. package/es/components/schedules/components/ScheduleList/RenderScheduleItem/index.d.ts +1 -0
  115. package/es/components/schedules/components/Search/index.js +5 -5
  116. package/es/components/schedules/model.d.ts +1 -9
  117. package/es/components/schedules/model.js +5 -5
  118. package/es/components/schedules/openHours/index.js +1 -1
  119. package/es/components/schedules/openHours/serve.js +2 -2
  120. package/es/components/schedules/products/ProductDetailDrawer/ProductDetail/MaxParticipantsModule/index.js +1 -1
  121. package/es/components/schedules/products/ProductDetailDrawer/ProductDetail/ResourcesModule/index.js +5 -5
  122. package/es/components/schedules/products/ProductDetailDrawer/ProductDetail/SchedulesModule/index.js +4 -4
  123. package/es/components/schedules/products/ProductDetailDrawer/ProductDetail/index.d.ts +1 -0
  124. package/es/components/schedules/products/ProductDetailDrawer/ProductDetailByDate/index.d.ts +1 -0
  125. package/es/components/schedules/products/ProductDetailDrawer/index.js +3 -3
  126. package/es/components/schedules/products/index.d.ts +1 -0
  127. package/es/components/schedules/products/serve.js +2 -2
  128. package/es/components/schedules/products/utils.js +5 -5
  129. package/es/components/schedules/resources/detail/detailContent.js +2 -2
  130. package/es/components/schedules/resources/detail/index.js +10 -10
  131. package/es/components/schedules/resources/list/index.js +2 -2
  132. package/es/components/schedules/resources/relationProduct/index.d.ts +1 -0
  133. package/es/components/schedules/resources/relationProduct/index.js +1 -1
  134. package/es/components/schedules/resources/serve.js +2 -2
  135. package/es/components/schedules/schedules/ScheduleDetailDrawer/index.js +9 -9
  136. package/es/components/schedules/utils.js +4 -4
  137. package/es/components/selectModal/index.js +2 -2
  138. package/es/components/shoppingCart/components/Cart/Product.d.ts +1 -0
  139. package/es/components/shoppingCart/components/Cart/Product.js +48 -41
  140. package/es/components/shoppingCart/components/Cart/index.js +21 -18
  141. package/es/components/shoppingCart/components/Empty/index.d.ts +1 -0
  142. package/es/components/shoppingCart/components/Render/index.d.ts +1 -0
  143. package/es/components/ticketBooking/components/addServiceVariant/addService.js +177 -157
  144. package/es/components/ticketBooking/components/addServiceVariant/index.d.ts +1 -0
  145. package/es/components/ticketBooking/components/timeBar/index.js +78 -71
  146. package/es/components/wallet/Detail/model.d.ts +1 -13
  147. package/es/components/wallet/DiscountCard/model.d.ts +1 -14
  148. package/es/components/wallet/PointCard/model.d.ts +1 -13
  149. package/es/components/wallet/RechargeableCard/model.d.ts +1 -29
  150. package/es/components/wallet/Voucher/model.d.ts +1 -13
  151. package/es/components/wallet/model.d.ts +1 -9
  152. package/es/components/workSpaceList/components/Modal/index.d.ts +1 -0
  153. package/es/components/workSpaceList/components/SearchWorkspaceAndBase/index.d.ts +1 -0
  154. package/es/hooks/useComponents.js +1 -1
  155. package/lib/businessModel/SalesModel/index.d.ts +1 -0
  156. package/lib/components/appointmentBooking/components/Footer/index.d.ts +1 -0
  157. package/lib/components/appointmentBooking/components/Guest/components/InformationOptionsModal/index.d.ts +1 -0
  158. package/lib/components/booking/addons/model.d.ts +1 -10
  159. package/lib/components/booking/components/TabProduct/index.d.ts +1 -0
  160. package/lib/components/booking/components/customSelect/index.js +1 -0
  161. package/lib/components/booking/components/formItemChildrenWrap/index.d.ts +1 -0
  162. package/lib/components/booking/editBookingModal/index.js +21 -56
  163. package/lib/components/booking/editBookingModal/serve.d.ts +0 -1
  164. package/lib/components/booking/editBookingModal/serve.js +6 -12
  165. package/lib/components/booking/forms/model.d.ts +1 -10
  166. package/lib/components/booking/forms/table/index.d.ts +1 -0
  167. package/lib/components/booking/hooks/useClearCart.js +16 -13
  168. package/lib/components/booking/info/addServiceVariant/index.d.ts +1 -0
  169. package/lib/components/booking/info/client/index.js +5 -4
  170. package/lib/components/booking/info/clientVariant/hooks/useIsLowSpeedNetwork.d.ts +1 -0
  171. package/lib/components/booking/info/dateRange/index.d.ts +1 -0
  172. package/lib/components/booking/info/hooks/useInfoHolder.d.ts +1 -0
  173. package/lib/components/booking/info/hooks/useInfoHolder.js +10 -9
  174. package/lib/components/booking/info/index.d.ts +1 -0
  175. package/lib/components/booking/info/model.d.ts +1 -10
  176. package/lib/components/booking/info/service/Lists.js +35 -23
  177. package/lib/components/booking/info/service/addService/utils.d.ts +1 -1
  178. package/lib/components/booking/info/service/editService/BookingList/index.d.ts +1 -0
  179. package/lib/components/booking/info/service/like/index.d.ts +1 -0
  180. package/lib/components/booking/info/service2/Lists.d.ts +1 -0
  181. package/lib/components/booking/info/service2/utils.js +17 -17
  182. package/lib/components/booking/info2/service/addService/utils.d.ts +1 -1
  183. package/lib/components/booking/info2/service/addService/utils.js +5 -3
  184. package/lib/components/booking/info2/service/addTimeModal/index.js +3 -0
  185. package/lib/components/booking/info2/service/editService/Resources/index.js +2 -0
  186. package/lib/components/booking/info2/service/editService/ResourcesV2/index.js +1 -1
  187. package/lib/components/booking/info2/service/editService/index.js +132 -70
  188. package/lib/components/booking/info2/service/index.js +13 -9
  189. package/lib/components/booking/materiels/duration/index.js +7 -2
  190. package/lib/components/booking/materiels/holder/index.d.ts +1 -0
  191. package/lib/components/booking/materiels/startTime/index.d.ts +1 -0
  192. package/lib/components/booking/model.d.ts +1 -9
  193. package/lib/components/booking/notes/model.d.ts +1 -10
  194. package/lib/components/booking/payments/model.d.ts +1 -10
  195. package/lib/components/eftpos/deviceList/index.d.ts +1 -0
  196. package/lib/components/eftpos/form/index.d.ts +1 -0
  197. package/lib/components/eftpos/group/index.d.ts +1 -0
  198. package/lib/components/eftpos/hooks.d.ts +1 -0
  199. package/lib/components/eftpos/icon/apiKey.d.ts +1 -0
  200. package/lib/components/eftpos/icon/device.d.ts +1 -0
  201. package/lib/components/eftpos/receipt/index.d.ts +1 -0
  202. package/lib/components/eftpos/surcharge/index.d.ts +1 -0
  203. package/lib/components/eftposPay/app.d.ts +1 -0
  204. package/lib/components/eftposPay/component/alert/warn.d.ts +1 -0
  205. package/lib/components/eftposPay/component/header/titlebar.d.ts +1 -0
  206. package/lib/components/eftposPay/component/step/index.d.ts +1 -0
  207. package/lib/components/eftposPay/component/step/step.d.ts +1 -0
  208. package/lib/components/eftposPay/store/index.d.ts +1 -1
  209. package/lib/components/eftposPay/tyro/hooks.d.ts +1 -0
  210. package/lib/components/eventBooking/components/ErrorTip/index.d.ts +1 -0
  211. package/lib/components/eventBooking/components/Provider/Cart/Deposit/index.d.ts +1 -0
  212. package/lib/components/eventBooking/components/Provider/InformationOptionsModal/index.d.ts +1 -0
  213. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateStatus/index.d.ts +1 -0
  214. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/CallToBook/index.d.ts +1 -0
  215. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/WeekItem/index.d.ts +1 -0
  216. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/index.d.ts +1 -0
  217. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/DayItem/index.d.ts +1 -0
  218. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/index.d.ts +1 -0
  219. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Status/index.d.ts +1 -0
  220. package/lib/components/eventBooking/components/scheduleCalendar/calendarItem.d.ts +1 -0
  221. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/index.d.ts +1 -0
  222. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/StripeSDK/SDK.d.ts +1 -0
  223. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/StripeSDK/index.d.ts +1 -0
  224. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/components/PageLoading/index.d.ts +1 -0
  225. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/PaymentRequestForm.d.ts +1 -0
  226. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/index.d.ts +1 -0
  227. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/index.d.ts +1 -0
  228. package/lib/components/pay/toC/WalletPassBlock/components/WalletUseList/index.d.ts +1 -0
  229. package/lib/components/pay/toC/model.d.ts +1 -9
  230. package/lib/components/pisellSelectCustomerModal/RightPanel/Add/PhoneField/index.d.ts +1 -0
  231. package/lib/components/productExtension/fields/Actor/index.d.ts +1 -0
  232. package/lib/components/productExtension/fields/Forms/index.d.ts +1 -0
  233. package/lib/components/schedules/calendar/calendarItem.d.ts +1 -0
  234. package/lib/components/schedules/components/CurrentDay/index.d.ts +1 -0
  235. package/lib/components/schedules/components/ScheduleList/RenderScheduleItem/index.d.ts +1 -0
  236. package/lib/components/schedules/model.d.ts +1 -9
  237. package/lib/components/schedules/products/ProductDetailDrawer/ProductDetail/index.d.ts +1 -0
  238. package/lib/components/schedules/products/ProductDetailDrawer/ProductDetailByDate/index.d.ts +1 -0
  239. package/lib/components/schedules/products/index.d.ts +1 -0
  240. package/lib/components/schedules/resources/relationProduct/index.d.ts +1 -0
  241. package/lib/components/schedules/utils.js +1 -1
  242. package/lib/components/shoppingCart/components/Cart/Product.d.ts +1 -0
  243. package/lib/components/shoppingCart/components/Cart/Product.js +31 -21
  244. package/lib/components/shoppingCart/components/Cart/index.js +18 -15
  245. package/lib/components/shoppingCart/components/Empty/index.d.ts +1 -0
  246. package/lib/components/shoppingCart/components/Render/index.d.ts +1 -0
  247. package/lib/components/ticketBooking/components/addServiceVariant/addService.js +145 -127
  248. package/lib/components/ticketBooking/components/addServiceVariant/index.d.ts +1 -0
  249. package/lib/components/ticketBooking/components/timeBar/index.js +95 -88
  250. package/lib/components/wallet/Detail/model.d.ts +1 -13
  251. package/lib/components/wallet/DiscountCard/model.d.ts +1 -14
  252. package/lib/components/wallet/PointCard/model.d.ts +1 -13
  253. package/lib/components/wallet/RechargeableCard/model.d.ts +1 -29
  254. package/lib/components/wallet/Voucher/model.d.ts +1 -13
  255. package/lib/components/wallet/model.d.ts +1 -9
  256. package/lib/components/workSpaceList/components/Modal/index.d.ts +1 -0
  257. package/lib/components/workSpaceList/components/SearchWorkspaceAndBase/index.d.ts +1 -0
  258. package/package.json +4 -4
@@ -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;
@@ -298,7 +298,7 @@ export declare const backUpFree: (payload: Partial<State>) => {
298
298
  mode?: "pay" | "fullPay" | "refund" | "query" | undefined;
299
299
  order_id?: string | number | undefined;
300
300
  eftpos?: "payo" | "tyro" | "windcave" | "stripe" | "linkly" | undefined;
301
- action?: "amount" | "deviceList" | "pay" | undefined;
301
+ action?: "amount" | "pay" | "deviceList" | undefined;
302
302
  key?: number | undefined;
303
303
  step?: number | undefined;
304
304
  title?: string | undefined;
@@ -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
  import './index.less';
2
3
  declare const ErrorTip: ({ text }: any) => JSX.Element;
3
4
  export default ErrorTip;
@@ -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 InformationOptionsModal: (props: any) => JSX.Element;
3
4
  export default InformationOptionsModal;
@@ -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
  declare type CallToBookProps = {
2
3
  show: boolean;
3
4
  type: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './index.less';
2
3
  declare const WeekItem: (props: any) => JSX.Element;
3
4
  export default WeekItem;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './index.less';
2
3
  declare type CalenDateWeekProps = {
3
4
  currentDate: string;
@@ -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,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { CalendarDataItem } from '../../type';
2
3
  declare type CalendarItemProps = {
3
4
  month: string;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  declare const StripePayment: () => JSX.Element;
2
3
  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,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  declare const PageLoading: () => JSX.Element;
2
3
  export default PageLoading;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  declare const PaymentRequestForm: () => JSX.Element | null;
2
3
  export default PaymentRequestForm;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './index.less';
2
3
  declare const SetupForm: ({ onReady, amount, order_id, payment_method, scene, }: any) => JSX.Element;
3
4
  export default SetupForm;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './index.module.less';
2
3
  declare const StripePayment: () => JSX.Element;
3
4
  export default StripePayment;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { WalletPassDataType } from '../../../PaymentMethods/WalletPass/serve';
2
3
  import './index.less';
3
4
  interface WalletUseListProps {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export interface FormState {
3
2
  platform: 'pc' | 'h5' | '' | undefined;
4
3
  order: any;
@@ -29,11 +28,4 @@ export interface PayGroup {
29
28
  pay_number?: string;
30
29
  _order: any;
31
30
  }
32
- export declare const Provider: (ComponentUi: any) => any, Context: import("react").Context<{
33
- state: FormState;
34
- } & {
35
- dispatch: (params: {
36
- type: string;
37
- payload: any;
38
- }) => void;
39
- }>;
31
+ export declare const Provider: any, Context: any;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  declare const PhoneField: ({ value, onChange }: any) => JSX.Element;
2
3
  export default PhoneField;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  declare const Actor: ({ name }: {
2
3
  name: string;
3
4
  }) => JSX.Element;
@@ -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 { CalendarDataItem } from "../type";
2
3
  declare type CalendarItemProps = {
3
4
  month: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import "./index.less";
2
3
  declare type CurrentDayProps = {
3
4
  onClose: () => void;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './index.less';
2
3
  import { ScheduleItem } from '../../../type';
3
4
  declare type Item = any;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { CalendarDataItem, ScheduleItem } from "./type";
3
2
  import dayjs from "dayjs";
4
3
  export interface FormState {
@@ -69,11 +68,4 @@ export interface FormState {
69
68
  };
70
69
  setGlobalState: Function | null;
71
70
  }
72
- export declare const Provider: (ComponentUi: any) => any, Context: import("react").Context<{
73
- state: FormState;
74
- } & {
75
- dispatch: (params: {
76
- type: string;
77
- payload: any;
78
- }) => void;
79
- }>;
71
+ export declare const Provider: any, Context: any;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import "./index.less";
2
3
  declare const ProductDetail: ({ form, currentProduct, }: {
3
4
  form: any;
@@ -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;
@@ -27,8 +27,8 @@ __export(utils_exports, {
27
27
  module.exports = __toCommonJS(utils_exports);
28
28
  var import_utils = require("@pisell/utils");
29
29
  var Request = class {
30
+ request = {};
30
31
  constructor() {
31
- this.request = {};
32
32
  }
33
33
  setRequest(val) {
34
34
  this.request = val;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { ProductProps } from '../../type';
2
3
  declare const Product: (props: ProductProps) => JSX.Element;
3
4
  export default Product;
@@ -37,6 +37,7 @@ var import_materials = require("@pisell/materials");
37
37
  var import_useClearCart = __toESM(require("../../hooks/useClearCart"));
38
38
  var import_useContext = require("../../hooks/useContext");
39
39
  var import_useAddService = __toESM(require("../../hooks/useAddService"));
40
+ var import_ahooks = require("ahooks");
40
41
  var Product = (props) => {
41
42
  const { id, lists, isAdd = true } = props;
42
43
  const { state, onAction, onChange } = (0, import_useContext.useContext)();
@@ -54,10 +55,10 @@ var Product = (props) => {
54
55
  isShowEditProduct
55
56
  } = state;
56
57
  const clearCart = (0, import_useClearCart.default)(id);
57
- const handleChange = (item, type, other) => {
58
+ const handleChange = (0, import_ahooks.useMemoizedFn)((item, type, other) => {
58
59
  if (disabledEdit && !(other == null ? void 0 : other.disabled)) return;
59
60
  onChange(item, type, other);
60
- };
61
+ });
61
62
  const productParams = (0, import_react.useMemo)(() => {
62
63
  return {
63
64
  isShowNote,
@@ -81,24 +82,33 @@ var Product = (props) => {
81
82
  isShowChangeHolder,
82
83
  isShowEditProduct
83
84
  ]);
84
- return /* @__PURE__ */ import_react.default.createElement("div", { className: "pisell-lowcode__shopping-cart-content" }, clearCart, lists == null ? void 0 : lists.map((item) => {
85
- return /* @__PURE__ */ import_react.default.createElement(
86
- import_materials.ProductCard,
87
- {
88
- key: item._id,
89
- dataSource: item,
90
- onAction: (e) => onAction == null ? void 0 : onAction(e),
91
- onDelete: (e) => handleChange(e, "delete", item),
92
- onNote: (e) => handleChange(e, "note", { note: e.note }),
93
- onLike: (e) => handleChange(e, "like", { like_status: e.like_status }),
94
- onEditProduct: (e) => handleChange == null ? void 0 : handleChange(e, "edit_product"),
95
- onCard: (e) => handleChange == null ? void 0 : handleChange(e, "view"),
96
- onChangeResource: (e) => handleChange(item, "change_resource", e),
97
- onChangeHolder: (e) => handleChange(item, "change_holder", e),
98
- onAddHolder: (e) => handleChange(item, "add_holder", e),
99
- ...productParams
100
- }
101
- );
102
- }), !hideAddBtn && platform !== "h5" && isAdd ? (0, import_useAddService.default)(id, "more") : null);
85
+ (0, import_ahooks.useTrackedEffect)(
86
+ (changes) => {
87
+ console.log("Index of changed dependencies: ", changes);
88
+ },
89
+ [clearCart, lists, productParams, hideAddBtn, isAdd, platform]
90
+ );
91
+ return (0, import_react.useMemo)(() => {
92
+ console.log("render cart");
93
+ return /* @__PURE__ */ import_react.default.createElement("div", { className: "pisell-lowcode__shopping-cart-content" }, clearCart, lists == null ? void 0 : lists.map((item) => {
94
+ return /* @__PURE__ */ import_react.default.createElement(
95
+ import_materials.ProductCard,
96
+ {
97
+ key: item._id,
98
+ dataSource: item,
99
+ onAction: (e) => onAction == null ? void 0 : onAction(e),
100
+ onDelete: (e) => handleChange(e, "delete", item),
101
+ onNote: (e) => handleChange(e, "note", { note: e.note }),
102
+ onLike: (e) => handleChange(e, "like", { like_status: e.like_status }),
103
+ onEditProduct: (e) => handleChange == null ? void 0 : handleChange(e, "edit_product"),
104
+ onCard: (e) => handleChange == null ? void 0 : handleChange(e, "view"),
105
+ onChangeResource: (e) => handleChange(item, "change_resource", e),
106
+ onChangeHolder: (e) => handleChange(item, "change_holder", e),
107
+ onAddHolder: (e) => handleChange(item, "add_holder", e),
108
+ ...productParams
109
+ }
110
+ );
111
+ }), !hideAddBtn && platform !== "h5" && isAdd ? (0, import_useAddService.default)(id, "more") : null);
112
+ }, [clearCart, lists, productParams, hideAddBtn, isAdd, platform]);
103
113
  };
104
114
  var Product_default = Product;
@@ -66,20 +66,23 @@ var Cart = () => {
66
66
  };
67
67
  });
68
68
  }, [carts, platform]);
69
- return /* @__PURE__ */ import_react.default.createElement("div", { className: (0, import_classnames.default)("pisell-lowcode__shopping-cart") }, isProductList ? /* @__PURE__ */ import_react.default.createElement(import_Product.default, { id: void 0, lists: state == null ? void 0 : state.products }) : /* @__PURE__ */ import_react.default.createElement(
70
- import_materials.Collapse,
71
- {
72
- items: cartsMap,
73
- showHeader: true,
74
- panelBackground: "#ffffff",
75
- collapsible: platform !== "shop" ? "disabled" : "-",
76
- accordion: platform === "shop",
77
- onChange: (key) => {
78
- updateState({ activeKey: key });
79
- onActiveKey(key);
80
- },
81
- ...collapseParams
82
- }
83
- ));
69
+ return (0, import_react.useMemo)(() => {
70
+ console.log("render cart 22222");
71
+ return /* @__PURE__ */ import_react.default.createElement("div", { className: (0, import_classnames.default)("pisell-lowcode__shopping-cart") }, isProductList ? /* @__PURE__ */ import_react.default.createElement(import_Product.default, { id: void 0, lists: state == null ? void 0 : state.products }) : /* @__PURE__ */ import_react.default.createElement(
72
+ import_materials.Collapse,
73
+ {
74
+ items: cartsMap,
75
+ showHeader: true,
76
+ panelBackground: "#ffffff",
77
+ collapsible: platform !== "shop" ? "disabled" : "-",
78
+ accordion: platform === "shop",
79
+ onChange: (key) => {
80
+ updateState({ activeKey: key });
81
+ onActiveKey(key);
82
+ },
83
+ ...collapseParams
84
+ }
85
+ ));
86
+ }, [isProductList, cartsMap, platform, collapseParams, state == null ? void 0 : state.products]);
84
87
  };
85
88
  var Cart_default = Cart;
@@ -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;