@pisell/private-materials 6.1.1 → 6.2.1

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 (480) 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 +13 -13
  7. package/build/lowcode/render/default/view.css +1 -1
  8. package/build/lowcode/render/default/view.js +11 -11
  9. package/build/lowcode/view.css +1 -1
  10. package/build/lowcode/view.js +11 -11
  11. package/es/businessModel/SalesModel/Sales/index.js +37 -4
  12. package/es/businessModel/SalesModel/index.d.ts +0 -1
  13. package/es/components/Sales/Cart/index.js +13 -4
  14. package/es/components/Sales/Cart/utils.d.ts +40 -0
  15. package/es/components/Sales/Cart/utils.js +171 -0
  16. package/es/components/Sales/Checkout/index.d.ts +4 -0
  17. package/es/components/Sales/Checkout/index.js +52 -8
  18. package/es/components/Sales/Checkout/serve.d.ts +13 -0
  19. package/es/components/Sales/Checkout/serve.js +16 -2
  20. package/es/components/Sales/Checkout/utils.d.ts +6 -1
  21. package/es/components/Sales/Checkout/utils.js +15 -4
  22. package/es/components/Sales/Customer/index.d.ts +1 -0
  23. package/es/components/Sales/Customer/index.js +1 -0
  24. package/es/components/Sales/Resource/index.js +2 -2
  25. package/es/components/Sales/Resource/serve.d.ts +7 -0
  26. package/es/components/Sales/Resource/serve.js +10 -0
  27. package/es/components/Sales/Summary/index.d.ts +10 -0
  28. package/es/components/Sales/Summary/index.js +17 -2
  29. package/es/components/Sales/Summary/serve.d.ts +1 -0
  30. package/es/components/Sales/Summary/serve.js +6 -0
  31. package/es/components/Sales/Summary/utils.d.ts +15 -0
  32. package/es/components/Sales/Summary/utils.js +43 -1
  33. package/es/components/appointmentBooking/components/Cart/Item/index.js +1 -0
  34. package/es/components/appointmentBooking/components/Content/index.js +15 -1
  35. package/es/components/appointmentBooking/components/Deposit/index.d.ts +6 -0
  36. package/es/components/appointmentBooking/components/Deposit/index.js +27 -7
  37. package/es/components/appointmentBooking/components/Form/index.js +1 -1
  38. package/es/components/appointmentBooking/components/Form/utils.d.ts +1 -1
  39. package/es/components/appointmentBooking/components/Form/utils.js +17 -15
  40. package/es/components/appointmentBooking/components/Header/index.js +2 -1
  41. package/es/components/appointmentBooking/components/Resource/index.js +1 -0
  42. package/es/components/appointmentBooking/deposit/components/PolicyModal/index.js +25 -20
  43. package/es/components/appointmentBooking/deposit/index.js +4 -2
  44. package/es/components/booking/components/TabProduct/index.d.ts +0 -1
  45. package/es/components/booking/components/footer/index.js +9 -33
  46. package/es/components/booking/components/footer/utils.d.ts +1 -0
  47. package/es/components/booking/components/footer/utils.js +47 -18
  48. package/es/components/booking/components/formItemChildrenWrap/index.d.ts +0 -1
  49. package/es/components/booking/components/reloadResourceModal/index.d.ts +8 -0
  50. package/es/components/{pay/toB/store/provider.js → booking/components/reloadResourceModal/index.js} +48 -52
  51. package/es/components/booking/components/reloadResourceModal/index.less +6 -0
  52. package/es/components/booking/components/voucher/index.js +2 -2
  53. package/es/components/booking/editBookingModal/index.d.ts +5 -0
  54. package/es/components/booking/editBookingModal/index.js +386 -0
  55. package/es/components/booking/editBookingModal/index.less +8 -0
  56. package/es/components/booking/editBookingModal/locales.d.ts +21 -0
  57. package/es/components/booking/editBookingModal/locales.js +20 -0
  58. package/es/components/booking/editBookingModal/mock.d.ts +807 -0
  59. package/es/components/booking/editBookingModal/mock.js +2993 -0
  60. package/es/components/booking/editBookingModal/serve.d.ts +51 -0
  61. package/es/components/booking/editBookingModal/serve.js +288 -0
  62. package/es/components/booking/editBookingModal/type.d.ts +12 -0
  63. package/es/components/booking/editBookingModal/type.js +1 -0
  64. package/es/components/booking/editBookingModal/utils.d.ts +12 -0
  65. package/es/components/booking/editBookingModal/utils.js +157 -0
  66. package/es/components/booking/forms/table/index.d.ts +0 -1
  67. package/es/components/booking/hooks/useIsBooking4Shop.js +2 -2
  68. package/es/components/booking/info/addServiceVariant/index.js +2 -2
  69. package/es/components/booking/info/client/index.js +2 -2
  70. package/es/components/booking/info/clientVariant/hooks/useIsLowSpeedNetwork.d.ts +0 -1
  71. package/es/components/booking/info/hooks/useInfoHolder.d.ts +0 -1
  72. package/es/components/booking/info/hooks/useInfoHolder.js +8 -1
  73. package/es/components/booking/info/index.js +4 -5
  74. package/es/components/booking/info/model.js +5 -0
  75. package/es/components/booking/info/service/addService/index.js +2 -2
  76. package/es/components/booking/info/service/editService/index.js +1 -1
  77. package/es/components/booking/info/service/like/index.d.ts +0 -1
  78. package/es/components/booking/info/service/serviceManager/index.js +4 -4
  79. package/es/components/booking/info/service2/Lists.d.ts +0 -1
  80. package/es/components/booking/info/service2/utils.d.ts +1 -1
  81. package/es/components/booking/info/service2/utils.js +6 -4
  82. package/es/components/booking/info/utils.js +1 -1
  83. package/es/components/booking/info2/index.js +37 -13
  84. package/es/components/booking/info2/service/addService/index.js +22 -9
  85. package/es/components/booking/info2/service/addService/utils.d.ts +10 -0
  86. package/es/components/booking/info2/service/addService/utils.js +48 -14
  87. package/es/components/booking/info2/service/addTimeModal/index.js +32 -9
  88. package/es/components/booking/info2/service/editService/Resources/index.js +22 -8
  89. package/es/components/booking/info2/service/editService/Resources/index.less +6 -0
  90. package/es/components/booking/info2/service/editService/ResourcesV2/MaxLengthSelect/index.d.ts +7 -0
  91. package/es/components/booking/info2/service/editService/ResourcesV2/MaxLengthSelect/index.js +26 -0
  92. package/es/components/booking/info2/service/editService/ResourcesV2/index.d.ts +10 -0
  93. package/es/components/booking/info2/service/editService/ResourcesV2/index.js +308 -0
  94. package/es/components/booking/info2/service/editService/ResourcesV2/index.less +44 -0
  95. package/es/components/booking/info2/service/editService/index.js +12 -15
  96. package/es/components/booking/info2/utils.js +13 -16
  97. package/es/components/booking/info2/utilsByBooking.js +10 -1
  98. package/es/components/booking/locales.d.ts +12 -0
  99. package/es/components/booking/locales.js +12 -0
  100. package/es/components/booking/materiels/holder/index.d.ts +0 -1
  101. package/es/components/booking/materiels/startTime/index.d.ts +0 -1
  102. package/es/components/booking/model.d.ts +1 -0
  103. package/es/components/eftpos/deviceList/index.d.ts +0 -1
  104. package/es/components/eftpos/form/index.d.ts +0 -1
  105. package/es/components/eftpos/group/index.d.ts +0 -1
  106. package/es/components/eftpos/hooks.d.ts +0 -1
  107. package/es/components/eftpos/icon/apiKey.d.ts +0 -1
  108. package/es/components/eftpos/icon/device.d.ts +0 -1
  109. package/es/components/eftpos/receipt/index.d.ts +0 -1
  110. package/es/components/eftpos/surcharge/index.d.ts +0 -1
  111. package/es/components/eftposPay/component/alert/warn.d.ts +0 -1
  112. package/es/components/eftposPay/component/header/titlebar.d.ts +0 -1
  113. package/es/components/eftposPay/component/step/index.d.ts +0 -1
  114. package/es/components/eftposPay/component/step/step.d.ts +0 -1
  115. package/es/components/eftposPay/const.d.ts +4 -1
  116. package/es/components/eftposPay/const.js +3 -1
  117. package/es/components/eftposPay/hooks.d.ts +2 -2
  118. package/es/components/eftposPay/hooks.js +3 -1
  119. package/es/components/eftposPay/index.js +1 -1
  120. package/es/components/eftposPay/linkly/const.d.ts +23 -0
  121. package/es/components/eftposPay/linkly/const.js +82 -0
  122. package/es/components/eftposPay/linkly/hooks/index.d.ts +2 -0
  123. package/es/components/eftposPay/linkly/hooks/index.js +2 -0
  124. package/es/components/eftposPay/linkly/hooks/normal.d.ts +30 -0
  125. package/es/components/eftposPay/linkly/hooks/normal.js +321 -0
  126. package/es/components/eftposPay/linkly/hooks/useTimeQuery.d.ts +4 -0
  127. package/es/components/{pay/toB/store/hooks.js → eftposPay/linkly/hooks/useTimeQuery.js} +252 -59
  128. package/es/components/eftposPay/linkly/index.d.ts +2 -0
  129. package/es/components/eftposPay/linkly/index.js +197 -0
  130. package/es/components/eftposPay/linkly/service.d.ts +32 -0
  131. package/es/components/eftposPay/linkly/service.js +81 -0
  132. package/es/components/eftposPay/manufacturer.d.ts +1 -0
  133. package/es/components/eftposPay/manufacturer.js +4 -0
  134. package/es/components/eftposPay/pay.d.ts +1 -1
  135. package/es/components/eftposPay/pay.js +6 -2
  136. package/es/components/eftposPay/payo/config.js +30 -3
  137. package/es/components/eftposPay/store/index.d.ts +5 -5
  138. package/es/components/eftposPay/tyro/hooks.d.ts +0 -1
  139. package/es/components/eventBooking/components/Provider/Cart/ContinueButton/index.js +40 -19
  140. package/es/components/eventBooking/components/Provider/Cart/Deposit/index.d.ts +2 -0
  141. package/es/components/eventBooking/components/Provider/Cart/Deposit/index.js +17 -0
  142. package/es/components/eventBooking/components/Provider/Cart/Item/Total.js +10 -6
  143. package/es/components/eventBooking/components/Provider/Cart/Item/index.js +4 -2
  144. package/es/components/eventBooking/components/Provider/Event/index.js +13 -4
  145. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateStatus/index.d.ts +0 -1
  146. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/DayItem/index.d.ts +0 -1
  147. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/index.d.ts +0 -1
  148. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Status/index.d.ts +0 -1
  149. package/es/components/eventBooking/components/bookingDetailModal/index.js +22 -4
  150. package/es/components/eventBooking/index.js +21 -7
  151. package/es/components/eventBooking/locales.d.ts +24 -0
  152. package/es/components/eventBooking/locales.js +30 -6
  153. package/es/components/index.d.ts +3 -1
  154. package/es/components/index.js +3 -1
  155. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/index.d.ts +0 -1
  156. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/StripeSDK/SDK.d.ts +0 -1
  157. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/StripeSDK/index.d.ts +0 -1
  158. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/components/PageLoading/index.d.ts +0 -1
  159. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/PaymentRequestForm.d.ts +0 -1
  160. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/index.d.ts +0 -1
  161. package/es/components/pisellSelectCustomerModal/RightPanel/Add/PhoneField/index.d.ts +0 -1
  162. package/es/components/productExtension/fields/Actor/index.d.ts +0 -1
  163. package/es/components/productExtension/fields/Forms/index.d.ts +0 -1
  164. package/es/components/productSelect/components/pisellPriceText/index.js +2 -3
  165. package/es/components/schedules/calendar/calendarItem.d.ts +0 -1
  166. package/es/components/schedules/components/CurrentDay/index.d.ts +0 -1
  167. package/es/components/schedules/components/ScheduleList/RenderScheduleItem/index.d.ts +0 -1
  168. package/es/components/schedules/products/ProductDetailDrawer/ProductDetail/index.d.ts +0 -1
  169. package/es/components/schedules/products/ProductDetailDrawer/ProductDetailByDate/index.d.ts +0 -1
  170. package/es/components/schedules/products/index.d.ts +0 -1
  171. package/es/components/schedules/resources/relationProduct/index.d.ts +0 -1
  172. package/es/components/schedules/utils.d.ts +1 -1
  173. package/es/components/shoppingCart/components/Empty/index.d.ts +0 -1
  174. package/es/components/shoppingCart/components/Render/index.d.ts +0 -1
  175. package/es/components/stepController/components/Content/index.d.ts +7 -0
  176. package/es/components/stepController/components/Content/index.js +9 -0
  177. package/es/components/stepController/components/Content/index.less +8 -0
  178. package/es/components/stepController/components/Footer/index.d.ts +8 -0
  179. package/es/components/stepController/components/Footer/index.js +15 -0
  180. package/es/components/stepController/components/Footer/index.less +39 -0
  181. package/es/components/stepController/components/Header/index.d.ts +20 -0
  182. package/es/components/stepController/components/Header/index.js +97 -0
  183. package/es/components/stepController/components/Header/index.less +21 -0
  184. package/es/components/stepController/index.d.ts +5 -0
  185. package/es/components/stepController/index.js +64 -0
  186. package/es/components/stepController/index.less +11 -0
  187. package/es/components/stepController/locales.d.ts +27 -0
  188. package/es/components/stepController/locales.js +32 -0
  189. package/es/components/stepController/types.d.ts +23 -0
  190. package/es/components/stepController/types.js +1 -0
  191. package/es/components/ticketBooking/components/addServiceVariant/addService.js +19 -9
  192. package/es/components/ticketBooking/components/addServiceVariant/index.d.ts +0 -1
  193. package/es/components/ticketBooking/components/menuBar/index.d.ts +0 -1
  194. package/es/components/ticketBooking/components/ticketBooking/index.d.ts +1 -0
  195. package/es/components/ticketBooking/components/ticketBooking/index.js +141 -142
  196. package/es/components/ticketBooking/index.js +4 -3
  197. package/es/components/ticketBooking/serve.d.ts +0 -1
  198. package/es/components/ticketBooking/serve.js +0 -26
  199. package/es/components/ticketBooking/utils/index.js +2 -1
  200. package/es/hooks/useWindowSize.d.ts +5 -0
  201. package/es/hooks/useWindowSize.js +26 -0
  202. package/es/index.d.ts +2 -1
  203. package/es/index.js +3 -2
  204. package/es/utils/index.d.ts +1 -1
  205. package/lib/businessModel/SalesModel/Sales/index.js +22 -8
  206. package/lib/businessModel/SalesModel/index.d.ts +0 -1
  207. package/lib/components/Sales/Cart/index.js +9 -4
  208. package/lib/components/Sales/Cart/utils.d.ts +40 -0
  209. package/lib/components/Sales/Cart/utils.js +120 -0
  210. package/lib/components/Sales/Checkout/index.d.ts +4 -0
  211. package/lib/components/Sales/Checkout/index.js +39 -7
  212. package/lib/components/Sales/Checkout/serve.d.ts +13 -0
  213. package/lib/components/Sales/Checkout/serve.js +7 -2
  214. package/lib/components/Sales/Checkout/utils.d.ts +6 -1
  215. package/lib/components/Sales/Checkout/utils.js +7 -3
  216. package/lib/components/Sales/Customer/index.d.ts +1 -0
  217. package/lib/components/Sales/Customer/index.js +1 -0
  218. package/lib/components/Sales/Resource/index.js +1 -1
  219. package/lib/components/Sales/Resource/serve.d.ts +7 -0
  220. package/lib/components/Sales/Resource/serve.js +9 -2
  221. package/lib/components/Sales/Summary/index.d.ts +10 -0
  222. package/lib/components/Sales/Summary/index.js +7 -1
  223. package/lib/components/Sales/Summary/serve.d.ts +1 -0
  224. package/lib/components/Sales/Summary/serve.js +32 -0
  225. package/lib/components/Sales/Summary/utils.d.ts +15 -0
  226. package/lib/components/Sales/Summary/utils.js +30 -1
  227. package/lib/components/appointmentBooking/components/Cart/Item/index.js +1 -0
  228. package/lib/components/appointmentBooking/components/Content/index.js +6 -1
  229. package/lib/components/appointmentBooking/components/Deposit/index.d.ts +6 -0
  230. package/lib/components/appointmentBooking/components/Deposit/index.js +36 -4
  231. package/lib/components/appointmentBooking/components/Form/index.js +6 -1
  232. package/lib/components/appointmentBooking/components/Form/utils.d.ts +1 -1
  233. package/lib/components/appointmentBooking/components/Form/utils.js +9 -12
  234. package/lib/components/appointmentBooking/components/Header/index.js +1 -0
  235. package/lib/components/appointmentBooking/components/Resource/index.js +1 -0
  236. package/lib/components/appointmentBooking/deposit/components/PolicyModal/index.js +8 -4
  237. package/lib/components/appointmentBooking/deposit/index.js +4 -2
  238. package/lib/components/booking/components/TabProduct/index.d.ts +0 -1
  239. package/lib/components/booking/components/footer/index.js +4 -23
  240. package/lib/components/booking/components/footer/utils.d.ts +1 -0
  241. package/lib/components/booking/components/footer/utils.js +27 -7
  242. package/lib/components/booking/components/formItemChildrenWrap/index.d.ts +0 -1
  243. package/lib/components/booking/components/reloadResourceModal/index.d.ts +8 -0
  244. package/lib/components/booking/components/reloadResourceModal/index.js +74 -0
  245. package/lib/components/booking/components/reloadResourceModal/index.less +6 -0
  246. package/lib/components/booking/components/voucher/index.js +2 -2
  247. package/lib/components/booking/editBookingModal/index.d.ts +5 -0
  248. package/lib/components/booking/editBookingModal/index.js +363 -0
  249. package/lib/components/booking/editBookingModal/index.less +8 -0
  250. package/lib/components/booking/editBookingModal/locales.d.ts +21 -0
  251. package/lib/components/booking/editBookingModal/locales.js +44 -0
  252. package/lib/components/booking/editBookingModal/mock.d.ts +807 -0
  253. package/lib/components/booking/editBookingModal/mock.js +3314 -0
  254. package/lib/components/booking/editBookingModal/serve.d.ts +51 -0
  255. package/lib/components/booking/editBookingModal/serve.js +178 -0
  256. package/lib/components/booking/editBookingModal/type.d.ts +12 -0
  257. package/lib/components/{pay/toB/store/context.js → booking/editBookingModal/type.js} +3 -18
  258. package/lib/components/booking/editBookingModal/utils.d.ts +12 -0
  259. package/lib/components/booking/editBookingModal/utils.js +158 -0
  260. package/lib/components/booking/forms/table/index.d.ts +0 -1
  261. package/lib/components/booking/hooks/useIsBooking4Shop.js +2 -2
  262. package/lib/components/booking/info/addServiceVariant/index.js +3 -3
  263. package/lib/components/booking/info/client/index.js +19 -57
  264. package/lib/components/booking/info/clientVariant/hooks/useIsLowSpeedNetwork.d.ts +0 -1
  265. package/lib/components/booking/info/hooks/useInfoHolder.d.ts +0 -1
  266. package/lib/components/booking/info/hooks/useInfoHolder.js +6 -1
  267. package/lib/components/booking/info/index.js +6 -4
  268. package/lib/components/booking/info/model.js +3 -0
  269. package/lib/components/booking/info/service/addService/index.js +3 -3
  270. package/lib/components/booking/info/service/editService/index.js +1 -0
  271. package/lib/components/booking/info/service/like/index.d.ts +0 -1
  272. package/lib/components/booking/info/service/serviceManager/index.js +3 -3
  273. package/lib/components/booking/info/service2/Lists.d.ts +0 -1
  274. package/lib/components/booking/info/service2/utils.d.ts +1 -1
  275. package/lib/components/booking/info/service2/utils.js +5 -4
  276. package/lib/components/booking/info/utils.js +2 -1
  277. package/lib/components/booking/info2/index.js +54 -20
  278. package/lib/components/booking/info2/service/addService/index.js +20 -7
  279. package/lib/components/booking/info2/service/addService/utils.d.ts +10 -0
  280. package/lib/components/booking/info2/service/addService/utils.js +32 -5
  281. package/lib/components/booking/info2/service/addTimeModal/index.js +26 -10
  282. package/lib/components/booking/info2/service/editService/Resources/index.js +54 -10
  283. package/lib/components/booking/info2/service/editService/Resources/index.less +6 -0
  284. package/lib/components/booking/info2/service/editService/ResourcesV2/MaxLengthSelect/index.d.ts +7 -0
  285. package/lib/components/booking/info2/service/editService/ResourcesV2/MaxLengthSelect/index.js +53 -0
  286. package/lib/components/booking/info2/service/editService/ResourcesV2/index.d.ts +10 -0
  287. package/lib/components/booking/info2/service/editService/ResourcesV2/index.js +311 -0
  288. package/lib/components/booking/info2/service/editService/ResourcesV2/index.less +44 -0
  289. package/lib/components/booking/info2/service/editService/index.js +25 -28
  290. package/lib/components/booking/info2/utils.js +0 -15
  291. package/lib/components/booking/info2/utilsByBooking.js +7 -1
  292. package/lib/components/booking/locales.d.ts +12 -0
  293. package/lib/components/booking/locales.js +12 -0
  294. package/lib/components/booking/materiels/holder/index.d.ts +0 -1
  295. package/lib/components/booking/materiels/startTime/index.d.ts +0 -1
  296. package/lib/components/booking/model.d.ts +1 -0
  297. package/lib/components/eftpos/deviceList/index.d.ts +0 -1
  298. package/lib/components/eftpos/form/index.d.ts +0 -1
  299. package/lib/components/eftpos/group/index.d.ts +0 -1
  300. package/lib/components/eftpos/hooks.d.ts +0 -1
  301. package/lib/components/eftpos/icon/apiKey.d.ts +0 -1
  302. package/lib/components/eftpos/icon/device.d.ts +0 -1
  303. package/lib/components/eftpos/receipt/index.d.ts +0 -1
  304. package/lib/components/eftpos/surcharge/index.d.ts +0 -1
  305. package/lib/components/eftposPay/component/alert/warn.d.ts +0 -1
  306. package/lib/components/eftposPay/component/header/titlebar.d.ts +0 -1
  307. package/lib/components/eftposPay/component/step/index.d.ts +0 -1
  308. package/lib/components/eftposPay/component/step/step.d.ts +0 -1
  309. package/lib/components/eftposPay/const.d.ts +4 -1
  310. package/lib/components/eftposPay/const.js +2 -0
  311. package/lib/components/eftposPay/hooks.d.ts +2 -2
  312. package/lib/components/eftposPay/hooks.js +11 -4
  313. package/lib/components/eftposPay/index.js +1 -1
  314. package/lib/components/eftposPay/linkly/const.d.ts +23 -0
  315. package/lib/components/eftposPay/linkly/const.js +102 -0
  316. package/lib/components/eftposPay/linkly/hooks/index.d.ts +2 -0
  317. package/lib/components/{pay/toB/types → eftposPay/linkly/hooks}/index.js +7 -5
  318. package/lib/components/eftposPay/linkly/hooks/normal.d.ts +30 -0
  319. package/lib/components/eftposPay/linkly/hooks/normal.js +242 -0
  320. package/lib/components/eftposPay/linkly/hooks/useTimeQuery.d.ts +4 -0
  321. package/lib/components/eftposPay/linkly/hooks/useTimeQuery.js +222 -0
  322. package/lib/components/eftposPay/linkly/index.d.ts +2 -0
  323. package/lib/components/eftposPay/linkly/index.js +208 -0
  324. package/lib/components/eftposPay/linkly/service.d.ts +32 -0
  325. package/lib/components/eftposPay/linkly/service.js +55 -0
  326. package/lib/components/eftposPay/manufacturer.d.ts +1 -0
  327. package/lib/components/eftposPay/manufacturer.js +6 -0
  328. package/lib/components/eftposPay/pay.d.ts +1 -1
  329. package/lib/components/eftposPay/pay.js +13 -2
  330. package/lib/components/eftposPay/payo/config.js +22 -2
  331. package/lib/components/eftposPay/store/index.d.ts +5 -5
  332. package/lib/components/eftposPay/tyro/hooks.d.ts +0 -1
  333. package/lib/components/eventBooking/components/Provider/Cart/ContinueButton/index.js +29 -8
  334. package/lib/components/eventBooking/components/Provider/Cart/Deposit/index.d.ts +2 -0
  335. package/lib/components/{pay/toB/components → eventBooking/components/Provider/Cart/Deposit}/index.js +26 -22
  336. package/lib/components/eventBooking/components/Provider/Cart/Item/Total.js +8 -5
  337. package/lib/components/eventBooking/components/Provider/Cart/Item/index.js +4 -2
  338. package/lib/components/eventBooking/components/Provider/Event/index.js +10 -3
  339. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateStatus/index.d.ts +0 -1
  340. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/DayItem/index.d.ts +0 -1
  341. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/index.d.ts +0 -1
  342. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Status/index.d.ts +0 -1
  343. package/lib/components/eventBooking/components/bookingDetailModal/index.js +10 -4
  344. package/lib/components/eventBooking/index.js +11 -7
  345. package/lib/components/eventBooking/locales.d.ts +24 -0
  346. package/lib/components/eventBooking/locales.js +30 -6
  347. package/lib/components/index.d.ts +3 -1
  348. package/lib/components/index.js +6 -0
  349. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/index.d.ts +0 -1
  350. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/StripeSDK/SDK.d.ts +0 -1
  351. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/StripeSDK/index.d.ts +0 -1
  352. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/components/PageLoading/index.d.ts +0 -1
  353. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/PaymentRequestForm.d.ts +0 -1
  354. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/index.d.ts +0 -1
  355. package/lib/components/pisellSelectCustomerModal/RightPanel/Add/PhoneField/index.d.ts +0 -1
  356. package/lib/components/productExtension/fields/Actor/index.d.ts +0 -1
  357. package/lib/components/productExtension/fields/Forms/index.d.ts +0 -1
  358. package/lib/components/productSelect/components/pisellPriceText/index.js +2 -8
  359. package/lib/components/schedules/calendar/calendarItem.d.ts +0 -1
  360. package/lib/components/schedules/components/CurrentDay/index.d.ts +0 -1
  361. package/lib/components/schedules/components/ScheduleList/RenderScheduleItem/index.d.ts +0 -1
  362. package/lib/components/schedules/products/ProductDetailDrawer/ProductDetail/index.d.ts +0 -1
  363. package/lib/components/schedules/products/ProductDetailDrawer/ProductDetailByDate/index.d.ts +0 -1
  364. package/lib/components/schedules/products/index.d.ts +0 -1
  365. package/lib/components/schedules/resources/relationProduct/index.d.ts +0 -1
  366. package/lib/components/schedules/utils.d.ts +1 -1
  367. package/lib/components/shoppingCart/components/Empty/index.d.ts +0 -1
  368. package/lib/components/shoppingCart/components/Render/index.d.ts +0 -1
  369. package/lib/components/stepController/components/Content/index.d.ts +7 -0
  370. package/lib/components/{pay/toB/components/Content/Header.js → stepController/components/Content/index.js} +9 -9
  371. package/lib/components/stepController/components/Content/index.less +8 -0
  372. package/lib/components/stepController/components/Footer/index.d.ts +8 -0
  373. package/lib/components/{pay/toB/components/CardGroup → stepController/components/Footer}/index.js +17 -11
  374. package/lib/components/stepController/components/Footer/index.less +39 -0
  375. package/lib/components/stepController/components/Header/index.d.ts +20 -0
  376. package/lib/components/stepController/components/Header/index.js +104 -0
  377. package/lib/components/stepController/components/Header/index.less +21 -0
  378. package/lib/components/stepController/index.d.ts +5 -0
  379. package/lib/components/stepController/index.js +89 -0
  380. package/lib/components/stepController/index.less +11 -0
  381. package/lib/components/stepController/locales.d.ts +27 -0
  382. package/lib/components/stepController/locales.js +50 -0
  383. package/lib/components/stepController/types.d.ts +23 -0
  384. package/lib/components/{pay/toB/store/index.js → stepController/types.js} +3 -13
  385. package/lib/components/ticketBooking/components/addServiceVariant/addService.js +22 -11
  386. package/lib/components/ticketBooking/components/addServiceVariant/index.d.ts +0 -1
  387. package/lib/components/ticketBooking/components/menuBar/index.d.ts +0 -1
  388. package/lib/components/ticketBooking/components/ticketBooking/index.d.ts +1 -0
  389. package/lib/components/ticketBooking/components/ticketBooking/index.js +147 -143
  390. package/lib/components/ticketBooking/index.js +5 -16
  391. package/lib/components/ticketBooking/serve.d.ts +0 -1
  392. package/lib/components/ticketBooking/serve.js +0 -11
  393. package/lib/components/ticketBooking/utils/index.js +2 -1
  394. package/lib/hooks/useWindowSize.d.ts +5 -0
  395. package/lib/hooks/useWindowSize.js +51 -0
  396. package/lib/index.d.ts +2 -1
  397. package/lib/index.js +6 -3
  398. package/lib/utils/index.d.ts +1 -1
  399. package/lowcode/edit-booking-modal/meta.ts +53 -0
  400. package/lowcode/step-controller/meta.ts +88 -0
  401. package/package.json +3 -3
  402. package/es/components/pay/toB/components/Cache/index.d.ts +0 -10
  403. package/es/components/pay/toB/components/Cache/index.js +0 -94
  404. package/es/components/pay/toB/components/Cache/index.less +0 -41
  405. package/es/components/pay/toB/components/Card/index.d.ts +0 -7
  406. package/es/components/pay/toB/components/Card/index.js +0 -32
  407. package/es/components/pay/toB/components/Card/index.less +0 -26
  408. package/es/components/pay/toB/components/CardGroup/index.d.ts +0 -7
  409. package/es/components/pay/toB/components/CardGroup/index.js +0 -22
  410. package/es/components/pay/toB/components/CardGroup/index.less +0 -18
  411. package/es/components/pay/toB/components/ConfirmedPayment/index.d.ts +0 -6
  412. package/es/components/pay/toB/components/ConfirmedPayment/index.js +0 -67
  413. package/es/components/pay/toB/components/ConfirmedPayment/index.less +0 -69
  414. package/es/components/pay/toB/components/Content/Footer.d.ts +0 -7
  415. package/es/components/pay/toB/components/Content/Footer.js +0 -36
  416. package/es/components/pay/toB/components/Content/Header.d.ts +0 -4
  417. package/es/components/pay/toB/components/Content/Header.js +0 -12
  418. package/es/components/pay/toB/components/Content/index.d.ts +0 -4
  419. package/es/components/pay/toB/components/Content/index.js +0 -277
  420. package/es/components/pay/toB/components/Content/index.less +0 -9
  421. package/es/components/pay/toB/components/Content/utils.d.ts +0 -16
  422. package/es/components/pay/toB/components/Content/utils.js +0 -76
  423. package/es/components/pay/toB/components/index.d.ts +0 -5
  424. package/es/components/pay/toB/components/index.js +0 -5
  425. package/es/components/pay/toB/hooks.d.ts +0 -12
  426. package/es/components/pay/toB/hooks.js +0 -30
  427. package/es/components/pay/toB/index.d.ts +0 -3
  428. package/es/components/pay/toB/index.js +0 -24
  429. package/es/components/pay/toB/locales.d.ts +0 -54
  430. package/es/components/pay/toB/locales.js +0 -65
  431. package/es/components/pay/toB/store/context.d.ts +0 -3
  432. package/es/components/pay/toB/store/context.js +0 -2
  433. package/es/components/pay/toB/store/hooks.d.ts +0 -15
  434. package/es/components/pay/toB/store/index.d.ts +0 -3
  435. package/es/components/pay/toB/store/index.js +0 -3
  436. package/es/components/pay/toB/store/provider.d.ts +0 -4
  437. package/es/components/pay/toB/store/utils.d.ts +0 -13
  438. package/es/components/pay/toB/store/utils.js +0 -66
  439. package/es/components/pay/toB/types/index.d.ts +0 -1
  440. package/es/components/pay/toB/types/index.js +0 -1
  441. package/es/components/pay/toB/types/storeTypes.d.ts +0 -141
  442. package/es/components/pay/toB/types/storeTypes.js +0 -24
  443. package/lib/components/pay/toB/components/Cache/index.d.ts +0 -10
  444. package/lib/components/pay/toB/components/Cache/index.js +0 -108
  445. package/lib/components/pay/toB/components/Cache/index.less +0 -41
  446. package/lib/components/pay/toB/components/Card/index.d.ts +0 -7
  447. package/lib/components/pay/toB/components/Card/index.js +0 -66
  448. package/lib/components/pay/toB/components/Card/index.less +0 -26
  449. package/lib/components/pay/toB/components/CardGroup/index.d.ts +0 -7
  450. package/lib/components/pay/toB/components/CardGroup/index.less +0 -18
  451. package/lib/components/pay/toB/components/ConfirmedPayment/index.d.ts +0 -6
  452. package/lib/components/pay/toB/components/ConfirmedPayment/index.js +0 -77
  453. package/lib/components/pay/toB/components/ConfirmedPayment/index.less +0 -69
  454. package/lib/components/pay/toB/components/Content/Footer.d.ts +0 -7
  455. package/lib/components/pay/toB/components/Content/Footer.js +0 -63
  456. package/lib/components/pay/toB/components/Content/Header.d.ts +0 -4
  457. package/lib/components/pay/toB/components/Content/index.d.ts +0 -4
  458. package/lib/components/pay/toB/components/Content/index.js +0 -209
  459. package/lib/components/pay/toB/components/Content/index.less +0 -9
  460. package/lib/components/pay/toB/components/Content/utils.d.ts +0 -16
  461. package/lib/components/pay/toB/components/Content/utils.js +0 -91
  462. package/lib/components/pay/toB/components/index.d.ts +0 -5
  463. package/lib/components/pay/toB/hooks.d.ts +0 -12
  464. package/lib/components/pay/toB/hooks.js +0 -60
  465. package/lib/components/pay/toB/index.d.ts +0 -3
  466. package/lib/components/pay/toB/index.js +0 -54
  467. package/lib/components/pay/toB/locales.d.ts +0 -54
  468. package/lib/components/pay/toB/locales.js +0 -77
  469. package/lib/components/pay/toB/store/context.d.ts +0 -3
  470. package/lib/components/pay/toB/store/hooks.d.ts +0 -15
  471. package/lib/components/pay/toB/store/hooks.js +0 -85
  472. package/lib/components/pay/toB/store/index.d.ts +0 -3
  473. package/lib/components/pay/toB/store/provider.d.ts +0 -4
  474. package/lib/components/pay/toB/store/provider.js +0 -70
  475. package/lib/components/pay/toB/store/utils.d.ts +0 -13
  476. package/lib/components/pay/toB/store/utils.js +0 -72
  477. package/lib/components/pay/toB/types/index.d.ts +0 -1
  478. package/lib/components/pay/toB/types/storeTypes.d.ts +0 -141
  479. package/lib/components/pay/toB/types/storeTypes.js +0 -36
  480. package/lowcode/tob-pay/meta.ts +0 -44
@@ -0,0 +1,51 @@
1
+ import { mockBooking } from './mock';
2
+ import { EditBookingModalParams } from './type';
3
+ /**
4
+ * @title: 获取预约详情
5
+ * @description: 获取预约详细信息
6
+ * @param {number} bookingId
7
+ * @param {any} params
8
+ * @return {*}
9
+ * @Author: cong.shao
10
+ * @Date: 2025-06-17 14:22
11
+ */
12
+ export declare const getBookingDetail: (bookingId: number, params?: any) => Promise<any>;
13
+ /**
14
+ * @title: 获取资源列表
15
+ * @description: 资源列表
16
+ * @param {any} params
17
+ * @return {*}
18
+ * @Author: cong.shao
19
+ * @Date: 2025-06-17 14:22
20
+ */
21
+ export declare const getResources: (params: any) => Promise<any>;
22
+ /**
23
+ * @title: 更新子预约时间及资源
24
+ * @description: 更新预约信息
25
+ * @param {string} orderId
26
+ * @param {any} params
27
+ * @return {*}
28
+ * @Author: cong.shao
29
+ * @Date: 2025-06-17 14:26
30
+ */
31
+ export declare const updateChildBooking: (orderId: string, params: any) => Promise<any>;
32
+ export declare const _getBookingDetail: (bookingId: number) => Promise<typeof mockBooking>;
33
+ export declare const getChildrenBookingById: (bookings: any[], id: number) => any;
34
+ export declare const _getResources: (params: any, bookingId?: number) => Promise<{
35
+ list: any[];
36
+ listMap: any;
37
+ }>;
38
+ export declare const _editBooking: (data: any, values: any) => Promise<void>;
39
+ export declare const updateResourceErrors: (resourceMaps: any, cacheItem: any) => any;
40
+ export declare const init: (params: EditBookingModalParams) => Promise<{
41
+ bookingOrigin: any;
42
+ booking: any;
43
+ childrenBooking: any;
44
+ dataRange: {
45
+ end_date: any;
46
+ start_date: any;
47
+ };
48
+ resourcesOrigin: any[];
49
+ toResource: any;
50
+ }>;
51
+ export declare const createCacheItem: (cacheItem: any, values?: any) => any;
@@ -0,0 +1,178 @@
1
+ var __create = Object.create;
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __getProtoOf = Object.getPrototypeOf;
6
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
7
+ var __export = (target, all) => {
8
+ for (var name in all)
9
+ __defProp(target, name, { get: all[name], enumerable: true });
10
+ };
11
+ var __copyProps = (to, from, except, desc) => {
12
+ if (from && typeof from === "object" || typeof from === "function") {
13
+ for (let key of __getOwnPropNames(from))
14
+ if (!__hasOwnProp.call(to, key) && key !== except)
15
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
16
+ }
17
+ return to;
18
+ };
19
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
20
+ // If the importer is in node compatibility mode or this is not an ESM
21
+ // file that has been converted to a CommonJS file using a Babel-
22
+ // compatible transform (i.e. "__esModule" has not been set), then set
23
+ // "default" to the CommonJS "module.exports" for node compatibility.
24
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
25
+ mod
26
+ ));
27
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
28
+
29
+ // src/components/booking/editBookingModal/serve.ts
30
+ var serve_exports = {};
31
+ __export(serve_exports, {
32
+ _editBooking: () => _editBooking,
33
+ _getBookingDetail: () => _getBookingDetail,
34
+ _getResources: () => _getResources,
35
+ createCacheItem: () => createCacheItem,
36
+ getBookingDetail: () => getBookingDetail,
37
+ getChildrenBookingById: () => getChildrenBookingById,
38
+ getResources: () => getResources,
39
+ init: () => init,
40
+ updateChildBooking: () => updateChildBooking,
41
+ updateResourceErrors: () => updateResourceErrors
42
+ });
43
+ module.exports = __toCommonJS(serve_exports);
44
+ var import_utils = require("../../../utils");
45
+ var import_ticketBooking = require("../../ticketBooking/components/ticketBooking");
46
+ var import_dayjs = __toESM(require("dayjs"));
47
+ var import_utils2 = require("../info2/service/addService/utils");
48
+ var import_utils3 = require("../info2/utils");
49
+ var import_utilsByBooking = require("../info2/utilsByBooking");
50
+ var getBookingDetail = async (bookingId, params) => {
51
+ let { data } = await import_utils.request.getRequest().get(`/shop/order/appointment/${bookingId}`, params);
52
+ return data;
53
+ };
54
+ var getResources = async (params) => {
55
+ let { data } = await import_utils.request.getRequest().get(`/shop/schedule/resource/list`, params);
56
+ return data;
57
+ };
58
+ var updateChildBooking = async (orderId, params) => {
59
+ let { data } = await import_utils.request.getRequest().put(`/shop/v1.1/order/appointment/child-booking/${orderId}`, params);
60
+ return data;
61
+ };
62
+ var _getBookingDetail = async (bookingId) => {
63
+ let data = await getBookingDetail(bookingId);
64
+ return data;
65
+ };
66
+ var getChildrenBookingById = (bookings, id) => {
67
+ return bookings.find((item) => item.booking_id === id);
68
+ };
69
+ var _getResources = async (params, bookingId) => {
70
+ let data = await getResources(params);
71
+ return (0, import_utils3.getFormatResourceListAndMap)(data, bookingId);
72
+ };
73
+ var _editBooking = async (data, values) => {
74
+ console.log("submit data", data);
75
+ console.log("submit values", values);
76
+ };
77
+ var updateResourceErrors = (resourceMaps, cacheItem) => {
78
+ var _a, _b;
79
+ if ((_a = cacheItem == null ? void 0 : cacheItem._extend) == null ? void 0 : _a.resource) {
80
+ let _resource = { ...(_b = cacheItem == null ? void 0 : cacheItem._extend) == null ? void 0 : _b.resource };
81
+ for (let form_id in _resource) {
82
+ _resource[form_id] = _resource[form_id].map((d) => {
83
+ var _a2, _b2;
84
+ return {
85
+ ...d,
86
+ errors: (0, import_utilsByBooking.getErrorList)(
87
+ (_b2 = (_a2 = resourceMaps == null ? void 0 : resourceMaps[form_id]) == null ? void 0 : _a2.renderListMaps) == null ? void 0 : _b2[d == null ? void 0 : d.relation_id],
88
+ cacheItem
89
+ )
90
+ };
91
+ });
92
+ }
93
+ return _resource;
94
+ }
95
+ };
96
+ var init = async (params) => {
97
+ const { toStartDate, toEndDate, event, fromResourceId, toResourceId } = params;
98
+ let bookingOrigin = await _getBookingDetail(event.order.id);
99
+ let booking = (0, import_ticketBooking._formatBookingDetail)(bookingOrigin, {});
100
+ const resources = await _getResources({
101
+ date: (0, import_dayjs.default)(toStartDate).format("YYYY-MM-DD")
102
+ });
103
+ let childrenBooking = getChildrenBookingById(booking.service.value, event.id);
104
+ console.log("childrenBooking", childrenBooking);
105
+ const extraParams = {
106
+ extraResources: []
107
+ };
108
+ const fromResource = resources.listMap[fromResourceId];
109
+ const toResource = resources.listMap[toResourceId];
110
+ if (fromResource) {
111
+ extraParams.extraResources.push({
112
+ form_id: fromResource.form_id,
113
+ id: fromResource.id
114
+ });
115
+ }
116
+ if (toResource) {
117
+ extraParams.extraResources.push({
118
+ form_id: toResource.form_id,
119
+ id: toResource.id
120
+ });
121
+ }
122
+ const resourcesOrigin = (0, import_utils2.getResourceByIds)(
123
+ resources.listMap,
124
+ childrenBooking,
125
+ extraParams
126
+ );
127
+ return {
128
+ // 原接口数据
129
+ bookingOrigin,
130
+ //格式化后的booking数据
131
+ booking,
132
+ // 当前子预约
133
+ childrenBooking,
134
+ // 时间范围数据
135
+ dataRange: {
136
+ end_date: childrenBooking._extend.end_date,
137
+ start_date: childrenBooking._extend.start_date
138
+ },
139
+ // 总资源列表
140
+ resourcesOrigin,
141
+ // 目标资源
142
+ toResource
143
+ };
144
+ };
145
+ var createCacheItem = (cacheItem, values) => {
146
+ var _a;
147
+ console.log("values", values);
148
+ if (!values || ((_a = values == null ? void 0 : values.toDate) == null ? void 0 : _a.length) !== 2 || !(values == null ? void 0 : values.resource)) {
149
+ return cacheItem;
150
+ }
151
+ const { toDate, resource } = values || {};
152
+ return {
153
+ ...cacheItem,
154
+ _extend: {
155
+ ...cacheItem._extend,
156
+ endDate: toDate[1],
157
+ end_date: toDate[1],
158
+ end_time: toDate[1].format("HH:mm"),
159
+ startDate: toDate[0],
160
+ start_date: toDate[0],
161
+ start_time: toDate[0].format("HH:mm"),
162
+ resource
163
+ }
164
+ };
165
+ };
166
+ // Annotate the CommonJS export names for ESM import in node:
167
+ 0 && (module.exports = {
168
+ _editBooking,
169
+ _getBookingDetail,
170
+ _getResources,
171
+ createCacheItem,
172
+ getBookingDetail,
173
+ getChildrenBookingById,
174
+ getResources,
175
+ init,
176
+ updateChildBooking,
177
+ updateResourceErrors
178
+ });
@@ -0,0 +1,12 @@
1
+ export interface EditBookingModalParams {
2
+ toStartDate: string;
3
+ toEndDate: string;
4
+ event: any;
5
+ fromResourceId: string;
6
+ toResourceId: string;
7
+ }
8
+ export interface EditBookingModalProps {
9
+ open: boolean;
10
+ onCancel: () => void;
11
+ onOk: () => void;
12
+ }
@@ -2,10 +2,6 @@ var __defProp = Object.defineProperty;
2
2
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
3
  var __getOwnPropNames = Object.getOwnPropertyNames;
4
4
  var __hasOwnProp = Object.prototype.hasOwnProperty;
5
- var __export = (target, all) => {
6
- for (var name in all)
7
- __defProp(target, name, { get: all[name], enumerable: true });
8
- };
9
5
  var __copyProps = (to, from, except, desc) => {
10
6
  if (from && typeof from === "object" || typeof from === "function") {
11
7
  for (let key of __getOwnPropNames(from))
@@ -16,17 +12,6 @@ var __copyProps = (to, from, except, desc) => {
16
12
  };
17
13
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
14
 
19
- // src/components/pay/toB/store/context.ts
20
- var context_exports = {};
21
- __export(context_exports, {
22
- ToBPayContext: () => ToBPayContext
23
- });
24
- module.exports = __toCommonJS(context_exports);
25
- var import_react = require("react");
26
- var ToBPayContext = (0, import_react.createContext)(
27
- {}
28
- );
29
- // Annotate the CommonJS export names for ESM import in node:
30
- 0 && (module.exports = {
31
- ToBPayContext
32
- });
15
+ // src/components/booking/editBookingModal/type.ts
16
+ var type_exports = {};
17
+ module.exports = __toCommonJS(type_exports);
@@ -0,0 +1,12 @@
1
+ export interface ResourceItem {
2
+ [key: string]: any;
3
+ }
4
+ /**
5
+ * @title: 传入资源,如果有子资源,会根据组合资源的 capacity 计算修改子资源的 capacity
6
+ * @description:
7
+ * @param {object} resource
8
+ * @return {*}
9
+ * @Author: jinglin.tan
10
+ */
11
+ export declare const checkSubResourcesCapacity: (resource: ResourceItem) => void;
12
+ export declare const formatValues: (data: any, values: any) => any;
@@ -0,0 +1,158 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __export = (target, all) => {
6
+ for (var name in all)
7
+ __defProp(target, name, { get: all[name], enumerable: true });
8
+ };
9
+ var __copyProps = (to, from, except, desc) => {
10
+ if (from && typeof from === "object" || typeof from === "function") {
11
+ for (let key of __getOwnPropNames(from))
12
+ if (!__hasOwnProp.call(to, key) && key !== except)
13
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
14
+ }
15
+ return to;
16
+ };
17
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
+
19
+ // src/components/booking/editBookingModal/utils.ts
20
+ var utils_exports = {};
21
+ __export(utils_exports, {
22
+ checkSubResourcesCapacity: () => checkSubResourcesCapacity,
23
+ formatValues: () => formatValues
24
+ });
25
+ module.exports = __toCommonJS(utils_exports);
26
+ var import_utilsByBooking = require("../../info2/utilsByBooking");
27
+ var formatRelationDetails = (list) => {
28
+ return (list || []).map((item) => {
29
+ return {
30
+ num: item.product_quantity,
31
+ price: item.payment_price || 0,
32
+ product_id: item.product_id,
33
+ is_charge_tax: item.is_charge_tax,
34
+ order_detail_id: item.order_detail_id
35
+ };
36
+ });
37
+ };
38
+ var checkSubResourcesCapacity = (resource) => {
39
+ if (resource.children && resource.children.length) {
40
+ let countCapacity = resource.capacity;
41
+ resource.children.forEach((child) => {
42
+ if (child.capacity <= countCapacity) {
43
+ countCapacity -= child.capacity;
44
+ } else {
45
+ child.capacity = countCapacity;
46
+ countCapacity = 0;
47
+ }
48
+ });
49
+ }
50
+ };
51
+ var checkResourcesFormat = (resources, service, isChild) => {
52
+ return resources.map((resource) => {
53
+ var _a;
54
+ if (!isChild) {
55
+ resource.capacity = (0, import_utilsByBooking.getSumCapacity)({ cacheItem: service });
56
+ }
57
+ checkSubResourcesCapacity(resource);
58
+ return {
59
+ children: ((_a = resource.children) == null ? void 0 : _a.length) ? checkResourcesFormat(resource.children, service, true) : void 0,
60
+ form_id: resource.form_id,
61
+ relation_type: resource.relation_type || "form",
62
+ relation_id: resource.relation_id || 0,
63
+ capacity: resource.capacity,
64
+ like_status: resource.like_status || "common",
65
+ metadata: resource.metadata || {}
66
+ };
67
+ });
68
+ };
69
+ var formatResource = (service) => {
70
+ if (!service._extend.resource) {
71
+ return void 0;
72
+ }
73
+ try {
74
+ return Object.values(service._extend.resource).reduce((pre, cur) => {
75
+ const newList = checkResourcesFormat(cur, service);
76
+ pre = pre.concat(newList);
77
+ return pre;
78
+ }, []);
79
+ } catch (err) {
80
+ return void 0;
81
+ }
82
+ };
83
+ var formatProducts = (item) => {
84
+ return {
85
+ "num": Number(item.detail.quantity),
86
+ "price": Number(item.detail.source_product_price),
87
+ "source_product_price": Number(item.detail.source_product_price),
88
+ "product_id": item.detail.id,
89
+ "discount_amount": item.detail.discount_amount,
90
+ "product_discount_reason": item.detail.product_discount_reason || "",
91
+ "is_charge_tax": item.detail.is_charge_tax,
92
+ "note": item.detail.note,
93
+ "discountway": item.detail.discountway || "num",
94
+ "discount_per": item.detail.discount_per,
95
+ "discount_type": item.detail.discount_type,
96
+ "order_detail_id": item.detail.order_detail_id,
97
+ "product_bundle": item.detail.product_bundle,
98
+ "bundle_edit": 0,
99
+ "product_option_item": [],
100
+ "product_variant_id": item.detail.product_variant_id || 0,
101
+ "discount_list": item.detail.discount_list,
102
+ metadata: item.detail.metadata
103
+ };
104
+ };
105
+ var formatBookings = (data, values) => {
106
+ let bookings = [];
107
+ bookings = data.map((item) => {
108
+ return {
109
+ "product": formatProducts(item),
110
+ "relation_products": formatRelationDetails(item.relation_details),
111
+ "id": item.id,
112
+ "relation_id": item.relation_id,
113
+ "like_status": item.like_status,
114
+ "relation_type": item.relation_type,
115
+ "is_all": item.is_all,
116
+ "schedule_id": item.schedule_id || 0,
117
+ "end_time": item.end_time,
118
+ "sub_type": item.sub_type,
119
+ "select_date": item.start_date,
120
+ "start_time": item.start_time,
121
+ "end_date": item.end_date,
122
+ "start_date": item.start_date,
123
+ "duration": item.duration,
124
+ "number": item.number,
125
+ "resources": formatResource(item),
126
+ "metadata": item.metadata,
127
+ "holder": item.holder
128
+ };
129
+ });
130
+ return bookings;
131
+ };
132
+ var formatValues = (data, values) => {
133
+ let result = {
134
+ type: "appointment_booking",
135
+ platform: data.platform,
136
+ sales_channel: data.platform,
137
+ bookings: [],
138
+ customer_id: data.customer_id,
139
+ holder: data.holder,
140
+ relation_products: data.relation_products,
141
+ metadata: data.metadata,
142
+ shop_note: data.shop_note,
143
+ shop_discount: data.shop_discount,
144
+ shop_discount_reason: data.shop_discount_reason,
145
+ contacts: data.contacts,
146
+ customer_name: data.customer_name,
147
+ email: data.customer_name,
148
+ phone: data.customer_name,
149
+ country_calling_code: data.customer_name
150
+ };
151
+ result.bookings = formatBookings(data, values);
152
+ return result;
153
+ };
154
+ // Annotate the CommonJS export names for ESM import in node:
155
+ 0 && (module.exports = {
156
+ checkSubResourcesCapacity,
157
+ formatValues
158
+ });
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import "./index.less";
3
2
  declare const Table: ({ value, onChange, field, mode, onAdd }: any) => JSX.Element;
4
3
  export default Table;
@@ -38,9 +38,9 @@ var import_utils = require("../info/utils");
38
38
  var useIsBooking4Shop = (state) => {
39
39
  const context = (0, import_useEngineContext.default)();
40
40
  return (0, import_react.useMemo)(() => {
41
- var _a, _b, _c, _d, _e, _f, _g, _h;
41
+ var _a, _b, _c, _d, _e;
42
42
  return (0, import_utils.isBooking4Shop)(
43
- ((_c = (_b = (_a = context.appHelper) == null ? void 0 : _a.utils) == null ? void 0 : _b.getData) == null ? void 0 : _c.call(_b, "shop_id")) || ((_h = (_g = (_f = (_e = (_d = context.appHelper.utils.store) == null ? void 0 : _d.getState) == null ? void 0 : _e.call(_d)) == null ? void 0 : _f.global) == null ? void 0 : _g.globalConfig) == null ? void 0 : _h.id),
43
+ (_e = (_d = (_c = (_b = (_a = context.appHelper.utils.store) == null ? void 0 : _a.getState) == null ? void 0 : _b.call(_a)) == null ? void 0 : _c.global) == null ? void 0 : _d.globalConfig) == null ? void 0 : _e.id,
44
44
  state.renderType
45
45
  );
46
46
  }, [state.renderType]);
@@ -38,7 +38,7 @@ var import_addService2 = __toESM(require("../../info2/service/addService"));
38
38
  var import_utils = require("../utils");
39
39
  var import_useEngineContext = __toESM(require("../../../../hooks/useEngineContext"));
40
40
  var AddServiceVariant = (props) => {
41
- var _a, _b, _c, _d, _e, _f, _g, _h, _i;
41
+ var _a, _b, _c, _d, _e, _f;
42
42
  const { globalState, setGlobalState } = props;
43
43
  const context = (0, import_useEngineContext.default)();
44
44
  const stateRef = (0, import_react.useRef)(globalState);
@@ -57,8 +57,8 @@ var AddServiceVariant = (props) => {
57
57
  };
58
58
  let Cpt = import_addService.default;
59
59
  if ((0, import_utils.isBooking4Shop)(
60
- ((_c = (_b = (_a = context.appHelper) == null ? void 0 : _a.utils) == null ? void 0 : _b.getData) == null ? void 0 : _c.call(_b, "shop_id")) || ((_h = (_g = (_f = (_e = (_d = context.appHelper.utils.store) == null ? void 0 : _d.getState) == null ? void 0 : _e.call(_d)) == null ? void 0 : _f.global) == null ? void 0 : _g.globalConfig) == null ? void 0 : _h.id),
61
- (_i = props == null ? void 0 : props.globalState) == null ? void 0 : _i.renderType
60
+ (_e = (_d = (_c = (_b = (_a = context.appHelper.utils.store) == null ? void 0 : _a.getState) == null ? void 0 : _b.call(_a)) == null ? void 0 : _c.global) == null ? void 0 : _d.globalConfig) == null ? void 0 : _e.id,
61
+ (_f = props == null ? void 0 : props.globalState) == null ? void 0 : _f.renderType
62
62
  )) {
63
63
  Cpt = import_addService2.default;
64
64
  }
@@ -232,13 +232,7 @@ var Client = () => {
232
232
  type: "setClient",
233
233
  payload: {
234
234
  clients: [
235
- ...((_e2 = params2 == null ? void 0 : params2[0]) == null ? void 0 : _e2.customer) ? [
236
- {
237
- ...(_f2 = params2 == null ? void 0 : params2[0]) == null ? void 0 : _f2.customer,
238
- id: customer_id,
239
- waiver_form: waiverForm
240
- }
241
- ] : [],
235
+ ...((_e2 = params2 == null ? void 0 : params2[0]) == null ? void 0 : _e2.customer) ? [{ ...(_f2 = params2 == null ? void 0 : params2[0]) == null ? void 0 : _f2.customer, id: customer_id, waiver_form: waiverForm }] : [],
242
236
  ...((_g2 = state.client) == null ? void 0 : _g2.clients) || []
243
237
  ]
244
238
  }
@@ -334,28 +328,9 @@ var Client = () => {
334
328
  src: import_utils.image.ali(item.cover, 100) || void 0,
335
329
  icon: /* @__PURE__ */ import_react.default.createElement(import_User01.default, { className: "pisell-lowcode__booking-client-list-item-avatar-icon" })
336
330
  }
337
- ), /* @__PURE__ */ import_react.default.createElement("div", { className: "pisell-lowcode__booking-client-list-item-info" }, /* @__PURE__ */ import_react.default.createElement("div", { className: "pisell-lowcode__booking-client-list-item-info-name" }, getNickname(item)), /* @__PURE__ */ import_react.default.createElement("div", { className: "pisell-lowcode__booking-client-list-item-info-desc" }, item.email ? /* @__PURE__ */ import_react.default.createElement("div", { className: "" }, item.email) : null, item.phone ? /* @__PURE__ */ import_react.default.createElement("div", { className: "" }, item.phone) : null), /* @__PURE__ */ import_react.default.createElement(
338
- "div",
339
- {
340
- className: "pisell-lowcode__booking-client-list-item-info-waiver",
341
- title: (0, import_utils3.getWaiverTitle)(item.waiver_form)
342
- },
343
- (item.waiver_form || []).map((item2) => {
344
- return /* @__PURE__ */ import_react.default.createElement("span", null, item2.form_title, ":", item2.is_filled ? /* @__PURE__ */ import_react.default.createElement(
345
- "span",
346
- {
347
- className: "pisell-lowcode__booking-client-list-item-waiver-filled"
348
- },
349
- import_utils.locales.getText("pisell2.text.filled")
350
- ) : /* @__PURE__ */ import_react.default.createElement(
351
- "span",
352
- {
353
- className: "pisell-lowcode__booking-client-list-item-waiver-not-filled"
354
- },
355
- import_utils.locales.getText("pisell2.text.not-filled")
356
- ), ";", " ");
357
- })
358
- )), /* @__PURE__ */ import_react.default.createElement("div", { className: "pisell-lowcode__booking-client-list-item-loading" }, /* @__PURE__ */ import_react.default.createElement(import_antd.Spin, { spinning: franchiseeLoading === item.id })));
331
+ ), /* @__PURE__ */ import_react.default.createElement("div", { className: "pisell-lowcode__booking-client-list-item-info" }, /* @__PURE__ */ import_react.default.createElement("div", { className: "pisell-lowcode__booking-client-list-item-info-name" }, getNickname(item)), /* @__PURE__ */ import_react.default.createElement("div", { className: "pisell-lowcode__booking-client-list-item-info-desc" }, item.email ? /* @__PURE__ */ import_react.default.createElement("div", { className: "" }, item.email) : null, item.phone ? /* @__PURE__ */ import_react.default.createElement("div", { className: "" }, item.phone) : null), /* @__PURE__ */ import_react.default.createElement("div", { className: "pisell-lowcode__booking-client-list-item-info-waiver", title: (0, import_utils3.getWaiverTitle)(item.waiver_form) }, (item.waiver_form || []).map((item2) => {
332
+ return /* @__PURE__ */ import_react.default.createElement("span", null, item2.form_title, ":", item2.is_filled ? /* @__PURE__ */ import_react.default.createElement("span", { className: "pisell-lowcode__booking-client-list-item-waiver-filled" }, import_utils.locales.getText("pisell2.text.filled")) : /* @__PURE__ */ import_react.default.createElement("span", { className: "pisell-lowcode__booking-client-list-item-waiver-not-filled" }, import_utils.locales.getText("pisell2.text.not-filled")), "; ");
333
+ }))), /* @__PURE__ */ import_react.default.createElement("div", { className: "pisell-lowcode__booking-client-list-item-loading" }, /* @__PURE__ */ import_react.default.createElement(import_antd.Spin, { spinning: franchiseeLoading === item.id })));
359
334
  },
360
335
  searchChange,
361
336
  searchValue: params.search,
@@ -386,34 +361,21 @@ var Client = () => {
386
361
  icon: /* @__PURE__ */ import_react.default.createElement(import_User01.default, { className: "pisell-lowcode__booking-client-list-item-avatar-icon" })
387
362
  }
388
363
  ),
389
- /* @__PURE__ */ import_react.default.createElement("div", { className: "pisell-lowcode__booking-client-info" }, /* @__PURE__ */ import_react.default.createElement("div", { className: "pisell-lowcode__booking-client-info-left" }, /* @__PURE__ */ import_react.default.createElement("div", { className: "pisell-lowcode__booking-client-info-name" }, getNickname(state.client.value)), isWalkIn ? /* @__PURE__ */ import_react.default.createElement("div", { className: "pisell-lowcode__booking-client-info-desc" }, import_utils.locales.getText("pisell2.text.leave-empty-for-walk-in")) : /* @__PURE__ */ import_react.default.createElement(import_react.default.Fragment, null, ((_c = state.client.value) == null ? void 0 : _c.email) ? /* @__PURE__ */ import_react.default.createElement("div", { className: "pisell-lowcode__booking-client-info-email" }, (_d = state.client.value) == null ? void 0 : _d.email) : null, ((_e = state.client.value) == null ? void 0 : _e.phone) ? /* @__PURE__ */ import_react.default.createElement("div", { className: "pisell-lowcode__booking-client-info-phone" }, (_f = state.client.value) == null ? void 0 : _f.phone) : null, !!((_h = (_g = state.client.value) == null ? void 0 : _g.waiver_form) == null ? void 0 : _h.length) && /* @__PURE__ */ import_react.default.createElement(
390
- "div",
391
- {
392
- className: "pisell-lowcode__booking-client-waiver",
393
- title: (0, import_utils3.getWaiverTitle)((_i = state.client.value) == null ? void 0 : _i.waiver_form)
394
- },
395
- (_l = (_k = (_j = state.client.value) == null ? void 0 : _j.waiver_form) == null ? void 0 : _k.map) == null ? void 0 : _l.call(_k, (item) => {
396
- return /* @__PURE__ */ import_react.default.createElement("span", null, item.form_title, /* @__PURE__ */ import_react.default.createElement(
397
- "span",
398
- {
399
- className: "pisell-lowcode__booking-client-waiver-colon"
400
- },
401
- ":"
402
- ), item.is_filled ? /* @__PURE__ */ import_react.default.createElement(
403
- "span",
404
- {
405
- className: "pisell-lowcode__booking-client-waiver-filled"
406
- },
407
- import_utils.locales.getText("pisell2.text.filled")
408
- ) : /* @__PURE__ */ import_react.default.createElement(
409
- "span",
410
- {
411
- className: "pisell-lowcode__booking-client-waiver-not-filled"
412
- },
413
- import_utils.locales.getText("pisell2.text.not-filled")
414
- ), `; `);
415
- })
416
- ))), !(state == null ? void 0 : state.disableEventBookingEdit) && /* @__PURE__ */ import_react.default.createElement("div", { className: "pisell-lowcode__booking-client-info-right" }, isWalkIn ? /* @__PURE__ */ import_react.default.createElement(import_PlusCircle.default, { className: "pisell-lowcode__booking-client-add-icon" }) : /* @__PURE__ */ import_react.default.createElement(
364
+ /* @__PURE__ */ import_react.default.createElement("div", { className: "pisell-lowcode__booking-client-info" }, /* @__PURE__ */ import_react.default.createElement("div", { className: "pisell-lowcode__booking-client-info-left" }, /* @__PURE__ */ import_react.default.createElement("div", { className: "pisell-lowcode__booking-client-info-name" }, getNickname(state.client.value)), isWalkIn ? /* @__PURE__ */ import_react.default.createElement("div", { className: "pisell-lowcode__booking-client-info-desc" }, import_utils.locales.getText("pisell2.text.leave-empty-for-walk-in")) : /* @__PURE__ */ import_react.default.createElement(import_react.default.Fragment, null, ((_c = state.client.value) == null ? void 0 : _c.email) ? /* @__PURE__ */ import_react.default.createElement("div", { className: "pisell-lowcode__booking-client-info-email" }, (_d = state.client.value) == null ? void 0 : _d.email) : null, ((_e = state.client.value) == null ? void 0 : _e.phone) ? /* @__PURE__ */ import_react.default.createElement("div", { className: "pisell-lowcode__booking-client-info-phone" }, (_f = state.client.value) == null ? void 0 : _f.phone) : null, !!((_h = (_g = state.client.value) == null ? void 0 : _g.waiver_form) == null ? void 0 : _h.length) && /* @__PURE__ */ import_react.default.createElement("div", { className: "pisell-lowcode__booking-client-waiver", title: (0, import_utils3.getWaiverTitle)((_i = state.client.value) == null ? void 0 : _i.waiver_form) }, (_l = (_k = (_j = state.client.value) == null ? void 0 : _j.waiver_form) == null ? void 0 : _k.map) == null ? void 0 : _l.call(_k, (item) => {
365
+ return /* @__PURE__ */ import_react.default.createElement("span", null, item.form_title, /* @__PURE__ */ import_react.default.createElement("span", { className: "pisell-lowcode__booking-client-waiver-colon" }, ":"), item.is_filled ? /* @__PURE__ */ import_react.default.createElement(
366
+ "span",
367
+ {
368
+ className: "pisell-lowcode__booking-client-waiver-filled"
369
+ },
370
+ import_utils.locales.getText("pisell2.text.filled")
371
+ ) : /* @__PURE__ */ import_react.default.createElement(
372
+ "span",
373
+ {
374
+ className: "pisell-lowcode__booking-client-waiver-not-filled"
375
+ },
376
+ import_utils.locales.getText("pisell2.text.not-filled")
377
+ ), `; `);
378
+ })))), !(state == null ? void 0 : state.disableEventBookingEdit) && /* @__PURE__ */ import_react.default.createElement("div", { className: "pisell-lowcode__booking-client-info-right" }, isWalkIn ? /* @__PURE__ */ import_react.default.createElement(import_PlusCircle.default, { className: "pisell-lowcode__booking-client-add-icon" }) : /* @__PURE__ */ import_react.default.createElement(
417
379
  import_antd.Dropdown,
418
380
  {
419
381
  menu: {
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const useIsLowSpeedNetwork: () => import("react").MutableRefObject<boolean>;
3
2
  export default useIsLowSpeedNetwork;
@@ -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>;
@@ -36,6 +36,7 @@ var import_react = require("react");
36
36
  var import_useHolderConfig = __toESM(require("./useHolderConfig"));
37
37
  var import_utils = require("../utils");
38
38
  var import_useGetHolderList = __toESM(require("./useGetHolderList"));
39
+ var import_utils2 = require("../../info2/service/addService/utils");
39
40
  var useInfoHolder = (state, dispatch) => {
40
41
  var _a, _b, _c, _d;
41
42
  const detailRef = (0, import_react.useRef)();
@@ -68,11 +69,15 @@ var useInfoHolder = (state, dispatch) => {
68
69
  });
69
70
  };
70
71
  const handleAction = (dataSource) => {
72
+ const cacheItem = (0, import_utils2.getProductExtend)({
73
+ cacheItem: { ...dataSource._origin, new: 0 },
74
+ state
75
+ });
71
76
  dispatch({
72
77
  type: "setService",
73
78
  payload: {
74
79
  addTimeModal: true,
75
- cacheItem: dataSource._origin
80
+ cacheItem
76
81
  }
77
82
  });
78
83
  };
@@ -39,12 +39,14 @@ var import_useEngineContext = __toESM(require("../../../hooks/useEngineContext")
39
39
  var import_utils = require("./utils");
40
40
  var import_antd = require("antd");
41
41
  var APP = (props) => {
42
- var _a, _b, _c, _d, _e, _f, _g, _h;
42
+ var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j;
43
43
  const context = (0, import_useEngineContext.default)();
44
44
  const { globalState } = props;
45
- const shopId = ((_c = (_b = (_a = context.appHelper) == null ? void 0 : _a.utils) == null ? void 0 : _b.getData) == null ? void 0 : _c.call(_b, "shop_id")) || ((_h = (_g = (_f = (_e = (_d = context.appHelper.utils.store) == null ? void 0 : _d.getState) == null ? void 0 : _e.call(_d)) == null ? void 0 : _f.global) == null ? void 0 : _g.globalConfig) == null ? void 0 : _h.id);
46
- const isBooking4 = (0, import_utils.isBooking4Shop)(shopId, globalState == null ? void 0 : globalState.renderType);
47
- if (!shopId) {
45
+ const isBooking4 = (0, import_utils.isBooking4Shop)(
46
+ (_e = (_d = (_c = (_b = (_a = context.appHelper.utils.store) == null ? void 0 : _a.getState) == null ? void 0 : _b.call(_a)) == null ? void 0 : _c.global) == null ? void 0 : _d.globalConfig) == null ? void 0 : _e.id,
47
+ globalState == null ? void 0 : globalState.renderType
48
+ );
49
+ if (!((_j = (_i = (_h = (_g = (_f = context.appHelper.utils.store) == null ? void 0 : _f.getState) == null ? void 0 : _g.call(_f)) == null ? void 0 : _h.global) == null ? void 0 : _i.globalConfig) == null ? void 0 : _j.id)) {
48
50
  return /* @__PURE__ */ import_react.default.createElement("div", { style: { padding: 16 } }, /* @__PURE__ */ import_react.default.createElement(import_antd.Skeleton, null));
49
51
  }
50
52
  if (isBooking4 && (!(globalState == null ? void 0 : globalState.bookingId) || (globalState == null ? void 0 : globalState.isParallelResourcesBooking))) {
@@ -79,6 +79,9 @@ var { Provider, Context } = (0, import_utils.miniRedux)({
79
79
  },
80
80
  setActiveCartId(state, payload) {
81
81
  state.setGlobalState(payload);
82
+ },
83
+ setAddons(state, payload) {
84
+ state.setGlobalState({ addons: { ...state.addons, ...payload } });
82
85
  }
83
86
  },
84
87
  reducers: {