@pisell/private-materials 6.3.78 → 6.3.80

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 (353) 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/meta.js +1 -1
  5. package/build/lowcode/render/default/view.css +1 -1
  6. package/build/lowcode/render/default/view.js +9 -9
  7. package/build/lowcode/view.css +1 -1
  8. package/build/lowcode/view.js +9 -9
  9. package/es/businessModel/SalesModel/index.d.ts +0 -1
  10. package/es/components/Sales/Cart/index.d.ts +1 -1
  11. package/es/components/Sales/Cart/index.js +18 -3
  12. package/es/components/Sales/Cart/utils.d.ts +68 -0
  13. package/es/components/Sales/Checkout/utils.d.ts +41 -0
  14. package/es/components/Sales/Checkout/utils.js +57 -1
  15. package/es/components/Sales/Summary/index.d.ts +2 -0
  16. package/es/components/Sales/Summary/index.js +7 -2
  17. package/es/components/Sales/Summary/utils.d.ts +58 -0
  18. package/es/components/Sales/Summary/utils.js +57 -10
  19. package/es/components/appointmentBooking/components/Cart/Item/index.d.ts +0 -1
  20. package/es/components/appointmentBooking/components/Cart/Item/index.js +62 -4
  21. package/es/components/appointmentBooking/components/Content/index.d.ts +0 -1
  22. package/es/components/appointmentBooking/components/Deposit/index.d.ts +5 -1
  23. package/es/components/appointmentBooking/components/Deposit/index.js +9 -4
  24. package/es/components/appointmentBooking/components/Header/index.d.ts +0 -1
  25. package/es/components/appointmentBooking/components/TimeSlicing/components/SelectDateOS.d.ts +0 -1
  26. package/es/components/appointmentBooking/index.d.ts +0 -1
  27. package/es/components/appointmentBooking/locales.d.ts +366 -0
  28. package/es/components/booking/addons/model.d.ts +10 -1
  29. package/es/components/booking/components/footer/index.d.ts +0 -1
  30. package/es/components/booking/components/reloadResourceModal/index.d.ts +1 -0
  31. package/es/components/booking/components/tabPane/index.d.ts +4 -0
  32. package/es/components/booking/deposit/DepositItem/index.d.ts +25 -0
  33. package/es/components/booking/deposit/index.d.ts +0 -1
  34. package/es/components/booking/forms/model.d.ts +10 -1
  35. package/es/components/booking/hooks/useIsBooking4Shop.d.ts +1 -0
  36. package/es/components/booking/info/addServiceVariant/index.d.ts +0 -1
  37. package/es/components/booking/info/clientVariant/hooks/useClientFn.d.ts +1 -0
  38. package/es/components/booking/info/clientVariant/utils.d.ts +1 -0
  39. package/es/components/booking/info/date/index.d.ts +1 -0
  40. package/es/components/booking/info/hooks/useInfoHolder.d.ts +0 -1
  41. package/es/components/booking/info/index.d.ts +0 -1
  42. package/es/components/booking/info/model.d.ts +10 -1
  43. package/es/components/booking/info/notes/index.d.ts +1 -0
  44. package/es/components/booking/info/service/Lists.d.ts +0 -1
  45. package/es/components/booking/info/service/actions/index.d.ts +1 -0
  46. package/es/components/booking/info/service/addService/index.d.ts +0 -1
  47. package/es/components/booking/info/service/addService/utils.d.ts +1 -1
  48. package/es/components/booking/info/service/addTimeModal/index.d.ts +0 -1
  49. package/es/components/booking/info/service/serviceList/index.d.ts +0 -1
  50. package/es/components/booking/info/service2/Lists.d.ts +0 -1
  51. package/es/components/booking/info/service2/utils.d.ts +1 -0
  52. package/es/components/booking/info/service2/utils.js +4 -4
  53. package/es/components/booking/info2/service/actions/index.d.ts +1 -0
  54. package/es/components/booking/info2/service/addService/utils.d.ts +1 -1
  55. package/es/components/booking/info2/service/addTimeModal/index.d.ts +0 -1
  56. package/es/components/booking/info2/service/editService/utils.d.ts +13 -0
  57. package/es/components/booking/info2/service/serviceList/index.d.ts +0 -1
  58. package/es/components/booking/materiels/contacts/index.d.ts +1 -0
  59. package/es/components/booking/materiels/duration/index.d.ts +1 -0
  60. package/es/components/booking/materiels/holder/index.d.ts +1 -0
  61. package/es/components/booking/materiels/startTime/index.d.ts +1 -0
  62. package/es/components/booking/model.d.ts +9 -1
  63. package/es/components/booking/notes/addNote/index.d.ts +3 -0
  64. package/es/components/booking/notes/model.d.ts +10 -1
  65. package/es/components/booking/payments/model.d.ts +10 -1
  66. package/es/components/booking/utils.d.ts +2 -2
  67. package/es/components/eftpos/const.d.ts +3 -1
  68. package/es/components/eftpos/const.js +2 -0
  69. package/es/components/eftpos/device.d.ts +3 -1
  70. package/es/components/eftpos/device.js +5 -3
  71. package/es/components/eftpos/index.js +34 -11
  72. package/es/components/eftpos/index.less +26 -1
  73. package/es/components/eftpos/locales.d.ts +3 -0
  74. package/es/components/eftpos/locales.js +3 -0
  75. package/es/components/eftpos/pos.d.ts +1 -0
  76. package/es/components/eftposPay/aggregatePayment/hooks/usePayment.d.ts +6 -0
  77. package/es/components/eftposPay/aggregatePayment/hooks/usePayment.js +125 -0
  78. package/es/components/eftposPay/aggregatePayment/index.d.ts +3 -0
  79. package/es/components/eftposPay/aggregatePayment/index.js +3 -0
  80. package/es/components/eftposPay/aggregatePayment/mock.d.ts +495 -0
  81. package/es/components/eftposPay/aggregatePayment/mock.js +567 -0
  82. package/es/components/eftposPay/aggregatePayment/service.d.ts +24 -0
  83. package/es/components/eftposPay/aggregatePayment/service.js +70 -0
  84. package/es/components/eftposPay/aggregatePayment/types.d.ts +96 -0
  85. package/es/components/eftposPay/aggregatePayment/types.js +61 -0
  86. package/es/components/eftposPay/aggregatePayment/utils/logs.d.ts +110 -0
  87. package/es/components/eftposPay/aggregatePayment/utils/logs.js +385 -0
  88. package/es/components/eftposPay/aggregatePayment/utils/payment.d.ts +132 -0
  89. package/es/components/eftposPay/aggregatePayment/utils/payment.js +1127 -0
  90. package/es/components/eftposPay/amount.d.ts +1 -2
  91. package/es/components/eftposPay/app.d.ts +0 -1
  92. package/es/components/eftposPay/component/fail/failCustom.d.ts +0 -1
  93. package/es/components/eftposPay/component/fail/network.d.ts +1 -0
  94. package/es/components/eftposPay/component/fail/unknow.d.ts +1 -0
  95. package/es/components/eftposPay/component/manual/index.d.ts +1 -0
  96. package/es/components/eftposPay/component/signature/index.d.ts +1 -0
  97. package/es/components/eftposPay/const.d.ts +189 -0
  98. package/es/components/eftposPay/const.js +2 -0
  99. package/es/components/eftposPay/device.d.ts +1 -2
  100. package/es/components/eftposPay/hooks.d.ts +36 -0
  101. package/es/components/eftposPay/hooks.js +12 -0
  102. package/es/components/eftposPay/index.d.ts +0 -1
  103. package/es/components/eftposPay/linkly/index.d.ts +0 -1
  104. package/es/components/eftposPay/linkly/index.js +1 -0
  105. package/es/components/eftposPay/locales.d.ts +330 -0
  106. package/es/components/eftposPay/manufacturer.d.ts +1 -0
  107. package/es/components/eftposPay/manufacturer.js +4 -0
  108. package/es/components/eftposPay/mx51/Action.d.ts +6 -0
  109. package/es/components/eftposPay/mx51/Action.js +91 -0
  110. package/es/components/eftposPay/mx51/const.d.ts +5 -0
  111. package/es/components/eftposPay/mx51/const.js +69 -0
  112. package/es/components/eftposPay/mx51/index.d.ts +6 -0
  113. package/es/components/eftposPay/mx51/index.js +362 -0
  114. package/es/components/eftposPay/mx51/types.d.ts +136 -0
  115. package/es/components/eftposPay/mx51/types.js +29 -0
  116. package/es/components/eftposPay/mx51/utils.d.ts +10 -0
  117. package/es/components/eftposPay/mx51/utils.js +120 -0
  118. package/es/components/eftposPay/pay.d.ts +0 -1
  119. package/es/components/eftposPay/pay.js +7 -2
  120. package/es/components/eftposPay/store/index.d.ts +355 -0
  121. package/es/components/eftposPay/tyro/index.d.ts +9 -0
  122. package/es/components/eventBooking/components/Provider/Cart/Deposit/index.d.ts +4 -2
  123. package/es/components/eventBooking/components/Provider/Cart/Deposit/index.js +4 -1
  124. package/es/components/eventBooking/components/Provider/Cart/Item/index.js +79 -6
  125. package/es/components/eventBooking/components/Provider/Cart/Item/index.less +7 -6
  126. package/es/components/eventBooking/components/Provider/Cart/index.js +2 -7
  127. package/es/components/eventBooking/components/Provider/Content/index.less +1 -1
  128. package/es/components/eventBooking/components/Voucher/components/locales.d.ts +39 -0
  129. package/es/components/eventBooking/components/Voucher/index.js +1 -1
  130. package/es/components/eventBooking/components/scheduleCalendar/ProductItem/index.d.ts +1 -0
  131. package/es/components/eventBooking/index.d.ts +0 -1
  132. package/es/components/index.d.ts +1 -2
  133. package/es/components/index.js +1 -2
  134. package/es/components/pay/toC/PaymentList/utils.d.ts +36 -0
  135. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/Content.d.ts +6 -0
  136. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/index.d.ts +2 -0
  137. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/components/PageLoading/index.d.ts +2 -0
  138. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/PaymentRequestForm.d.ts +2 -0
  139. package/es/components/pay/toC/PaymentMethods/StripePay/index.d.ts +10 -0
  140. package/es/components/pay/toC/model.d.ts +40 -0
  141. package/es/components/pisellSelectCustomerModal/RightPanel/Add/PhoneField/index.d.ts +0 -1
  142. package/es/components/pisellSelectCustomerModal/RightPanel/index.d.ts +0 -1
  143. package/es/components/productExtension/index.d.ts +0 -1
  144. package/es/components/ruleSetting/index.d.ts +0 -1
  145. package/es/components/schedules/components/ScheduleList/index.d.ts +1 -0
  146. package/es/components/schedules/products/ProductDetailDrawer/ProductDetail/MaxParticipantsModule/index.d.ts +1 -0
  147. package/es/components/schedules/products/ProductDetailDrawer/ProductDetail/index.d.ts +1 -0
  148. package/es/components/schedules/products/ProductDetailDrawer/index.d.ts +1 -0
  149. package/es/components/schedules/products/index.d.ts +1 -0
  150. package/es/components/schedules/resources/index.d.ts +1 -0
  151. package/es/components/schedules/schedules/AllSchedules/index.d.ts +1 -0
  152. package/es/components/schedules/schedules/ScheduleDetailDrawer/index.d.ts +1 -0
  153. package/es/components/schedules/schedules/index.d.ts +1 -0
  154. package/es/components/shoppingCart/locales.d.ts +33 -0
  155. package/es/components/shoppingCart/type.d.ts +48 -0
  156. package/es/components/subTotal/index.d.ts +2 -0
  157. package/es/components/subTotal/index.js +42 -20
  158. package/es/components/subTotal/locales.d.ts +42 -0
  159. package/es/components/ticketBooking/components/addServiceVariant/index.d.ts +0 -1
  160. package/es/components/ticketBooking/locales.d.ts +174 -0
  161. package/es/hooks/useEngineContext.d.ts +10 -0
  162. package/es/hooks/useWindowSize.d.ts +5 -0
  163. package/es/plus/productSelect/ProductList/gridComponents.d.ts +44 -0
  164. package/es/plus/selectHolder/locales.d.ts +21 -0
  165. package/es/plus/skuOptionsSelection/components/NormalCard/index.d.ts +0 -1
  166. package/es/plus/skuOptionsSelection/components/VariantCard/index.d.ts +0 -1
  167. package/es/plus/skuOptionsSelection/types.d.ts +429 -0
  168. package/es/plus/skuOptionsSelection/utils/transformSelectorValueToValue.d.ts +4 -0
  169. package/es/plus/skuOptionsSelection/utils/transformValueToSelectorValue.d.ts +4 -0
  170. package/es/plus/walletEditor/components/relationProduct/index.d.ts +1 -0
  171. package/es/pro/NumericStepper/index.d.ts +43 -0
  172. package/es/pro/Selector/Selector.d.ts +14 -0
  173. package/es/pro/Selector/components/Card/index.d.ts +57 -0
  174. package/es/pro/Selector/components/Indicator/index.d.ts +19 -0
  175. package/es/pro/Selector/components/LayoutContainer/index.d.ts +16 -0
  176. package/es/pro/Selector/demo.d.ts +0 -1
  177. package/es/pro/Selector/hooks/usePresetProps.d.ts +24 -0
  178. package/es/pro/Selector/types.d.ts +173 -0
  179. package/es/pro/pisellNumberSelector/example.d.ts +3 -0
  180. package/lib/businessModel/SalesModel/index.d.ts +0 -1
  181. package/lib/components/Sales/Cart/index.d.ts +1 -1
  182. package/lib/components/Sales/Cart/index.js +20 -7
  183. package/lib/components/Sales/Cart/utils.d.ts +68 -0
  184. package/lib/components/Sales/Checkout/utils.d.ts +41 -0
  185. package/lib/components/Sales/Checkout/utils.js +64 -1
  186. package/lib/components/Sales/Summary/index.d.ts +2 -0
  187. package/lib/components/Sales/Summary/index.js +8 -2
  188. package/lib/components/Sales/Summary/utils.d.ts +58 -0
  189. package/lib/components/Sales/Summary/utils.js +38 -13
  190. package/lib/components/appointmentBooking/components/Cart/Item/index.d.ts +0 -1
  191. package/lib/components/appointmentBooking/components/Cart/Item/index.js +52 -4
  192. package/lib/components/appointmentBooking/components/Content/index.d.ts +0 -1
  193. package/lib/components/appointmentBooking/components/Deposit/index.d.ts +5 -1
  194. package/lib/components/appointmentBooking/components/Deposit/index.js +7 -4
  195. package/lib/components/appointmentBooking/components/Header/index.d.ts +0 -1
  196. package/lib/components/appointmentBooking/components/TimeSlicing/components/SelectDateOS.d.ts +0 -1
  197. package/lib/components/appointmentBooking/index.d.ts +0 -1
  198. package/lib/components/appointmentBooking/locales.d.ts +366 -0
  199. package/lib/components/booking/addons/model.d.ts +10 -1
  200. package/lib/components/booking/components/footer/index.d.ts +0 -1
  201. package/lib/components/booking/components/reloadResourceModal/index.d.ts +1 -0
  202. package/lib/components/booking/components/tabPane/index.d.ts +4 -0
  203. package/lib/components/booking/deposit/DepositItem/index.d.ts +25 -0
  204. package/lib/components/booking/deposit/index.d.ts +0 -1
  205. package/lib/components/booking/forms/model.d.ts +10 -1
  206. package/lib/components/booking/hooks/useIsBooking4Shop.d.ts +1 -0
  207. package/lib/components/booking/info/addServiceVariant/index.d.ts +0 -1
  208. package/lib/components/booking/info/clientVariant/hooks/useClientFn.d.ts +1 -0
  209. package/lib/components/booking/info/clientVariant/utils.d.ts +1 -0
  210. package/lib/components/booking/info/date/index.d.ts +1 -0
  211. package/lib/components/booking/info/hooks/useInfoHolder.d.ts +0 -1
  212. package/lib/components/booking/info/index.d.ts +0 -1
  213. package/lib/components/booking/info/model.d.ts +10 -1
  214. package/lib/components/booking/info/notes/index.d.ts +1 -0
  215. package/lib/components/booking/info/service/Lists.d.ts +0 -1
  216. package/lib/components/booking/info/service/actions/index.d.ts +1 -0
  217. package/lib/components/booking/info/service/addService/index.d.ts +0 -1
  218. package/lib/components/booking/info/service/addService/utils.d.ts +1 -1
  219. package/lib/components/booking/info/service/addTimeModal/index.d.ts +0 -1
  220. package/lib/components/booking/info/service/serviceList/index.d.ts +0 -1
  221. package/lib/components/booking/info/service2/Lists.d.ts +0 -1
  222. package/lib/components/booking/info/service2/utils.d.ts +1 -0
  223. package/lib/components/booking/info/service2/utils.js +4 -4
  224. package/lib/components/booking/info2/service/actions/index.d.ts +1 -0
  225. package/lib/components/booking/info2/service/addService/utils.d.ts +1 -1
  226. package/lib/components/booking/info2/service/addTimeModal/index.d.ts +0 -1
  227. package/lib/components/booking/info2/service/editService/utils.d.ts +13 -0
  228. package/lib/components/booking/info2/service/serviceList/index.d.ts +0 -1
  229. package/lib/components/booking/materiels/contacts/index.d.ts +1 -0
  230. package/lib/components/booking/materiels/duration/index.d.ts +1 -0
  231. package/lib/components/booking/materiels/holder/index.d.ts +1 -0
  232. package/lib/components/booking/materiels/startTime/index.d.ts +1 -0
  233. package/lib/components/booking/model.d.ts +9 -1
  234. package/lib/components/booking/notes/addNote/index.d.ts +3 -0
  235. package/lib/components/booking/notes/model.d.ts +10 -1
  236. package/lib/components/booking/payments/model.d.ts +10 -1
  237. package/lib/components/booking/utils.d.ts +2 -2
  238. package/lib/components/eftpos/const.d.ts +3 -1
  239. package/lib/components/eftpos/const.js +2 -0
  240. package/lib/components/eftpos/device.d.ts +3 -1
  241. package/lib/components/eftpos/device.js +3 -3
  242. package/lib/components/eftpos/index.js +20 -5
  243. package/lib/components/eftpos/index.less +26 -1
  244. package/lib/components/eftpos/locales.d.ts +3 -0
  245. package/lib/components/eftpos/locales.js +3 -0
  246. package/lib/components/eftpos/pos.d.ts +1 -0
  247. package/lib/components/eftposPay/aggregatePayment/hooks/usePayment.d.ts +6 -0
  248. package/lib/components/eftposPay/aggregatePayment/hooks/usePayment.js +152 -0
  249. package/lib/components/eftposPay/aggregatePayment/index.d.ts +3 -0
  250. package/lib/components/eftposPay/aggregatePayment/index.js +32 -0
  251. package/lib/components/eftposPay/aggregatePayment/mock.d.ts +495 -0
  252. package/lib/components/eftposPay/aggregatePayment/mock.js +679 -0
  253. package/lib/components/eftposPay/aggregatePayment/service.d.ts +24 -0
  254. package/lib/components/eftposPay/aggregatePayment/service.js +81 -0
  255. package/lib/components/eftposPay/aggregatePayment/types.d.ts +96 -0
  256. package/lib/components/eftposPay/aggregatePayment/types.js +74 -0
  257. package/lib/components/eftposPay/aggregatePayment/utils/logs.d.ts +110 -0
  258. package/lib/components/eftposPay/aggregatePayment/utils/logs.js +302 -0
  259. package/lib/components/eftposPay/aggregatePayment/utils/payment.d.ts +132 -0
  260. package/lib/components/eftposPay/aggregatePayment/utils/payment.js +746 -0
  261. package/lib/components/eftposPay/amount.d.ts +1 -2
  262. package/lib/components/eftposPay/app.d.ts +0 -1
  263. package/lib/components/eftposPay/component/fail/failCustom.d.ts +0 -1
  264. package/lib/components/eftposPay/component/fail/network.d.ts +1 -0
  265. package/lib/components/eftposPay/component/fail/unknow.d.ts +1 -0
  266. package/lib/components/eftposPay/component/manual/index.d.ts +1 -0
  267. package/lib/components/eftposPay/component/signature/index.d.ts +1 -0
  268. package/lib/components/eftposPay/const.d.ts +189 -0
  269. package/lib/components/eftposPay/const.js +2 -0
  270. package/lib/components/eftposPay/device.d.ts +1 -2
  271. package/lib/components/eftposPay/hooks.d.ts +36 -0
  272. package/lib/components/eftposPay/hooks.js +16 -0
  273. package/lib/components/eftposPay/index.d.ts +0 -1
  274. package/lib/components/eftposPay/linkly/index.d.ts +0 -1
  275. package/lib/components/eftposPay/linkly/index.js +1 -0
  276. package/lib/components/eftposPay/locales.d.ts +330 -0
  277. package/lib/components/eftposPay/manufacturer.d.ts +1 -0
  278. package/lib/components/eftposPay/manufacturer.js +6 -0
  279. package/lib/components/eftposPay/mx51/Action.d.ts +6 -0
  280. package/lib/components/eftposPay/mx51/Action.js +127 -0
  281. package/lib/components/eftposPay/mx51/const.d.ts +5 -0
  282. package/lib/components/eftposPay/mx51/const.js +85 -0
  283. package/lib/components/eftposPay/mx51/index.d.ts +6 -0
  284. package/lib/components/eftposPay/mx51/index.js +330 -0
  285. package/lib/components/eftposPay/mx51/types.d.ts +136 -0
  286. package/lib/components/eftposPay/mx51/types.js +39 -0
  287. package/lib/components/eftposPay/mx51/utils.d.ts +10 -0
  288. package/lib/components/eftposPay/mx51/utils.js +114 -0
  289. package/lib/components/eftposPay/pay.d.ts +0 -1
  290. package/lib/components/eftposPay/pay.js +4 -2
  291. package/lib/components/eftposPay/store/index.d.ts +355 -0
  292. package/lib/components/eftposPay/tyro/index.d.ts +9 -0
  293. package/lib/components/eventBooking/components/Provider/Cart/Deposit/index.d.ts +4 -2
  294. package/lib/components/eventBooking/components/Provider/Cart/Deposit/index.js +3 -1
  295. package/lib/components/eventBooking/components/Provider/Cart/Item/index.js +77 -5
  296. package/lib/components/eventBooking/components/Provider/Cart/Item/index.less +7 -6
  297. package/lib/components/eventBooking/components/Provider/Cart/index.js +2 -2
  298. package/lib/components/eventBooking/components/Provider/Content/index.less +1 -1
  299. package/lib/components/eventBooking/components/Voucher/components/locales.d.ts +39 -0
  300. package/lib/components/eventBooking/components/Voucher/index.js +1 -1
  301. package/lib/components/eventBooking/components/scheduleCalendar/ProductItem/index.d.ts +1 -0
  302. package/lib/components/eventBooking/index.d.ts +0 -1
  303. package/lib/components/index.d.ts +1 -2
  304. package/lib/components/index.js +0 -3
  305. package/lib/components/pay/toC/PaymentList/utils.d.ts +36 -0
  306. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/Content.d.ts +6 -0
  307. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/index.d.ts +2 -0
  308. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/components/PageLoading/index.d.ts +2 -0
  309. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/PaymentRequestForm.d.ts +2 -0
  310. package/lib/components/pay/toC/PaymentMethods/StripePay/index.d.ts +10 -0
  311. package/lib/components/pay/toC/model.d.ts +40 -0
  312. package/lib/components/pisellSelectCustomerModal/RightPanel/Add/PhoneField/index.d.ts +0 -1
  313. package/lib/components/pisellSelectCustomerModal/RightPanel/index.d.ts +0 -1
  314. package/lib/components/productExtension/index.d.ts +0 -1
  315. package/lib/components/ruleSetting/index.d.ts +0 -1
  316. package/lib/components/schedules/components/ScheduleList/index.d.ts +1 -0
  317. package/lib/components/schedules/products/ProductDetailDrawer/ProductDetail/MaxParticipantsModule/index.d.ts +1 -0
  318. package/lib/components/schedules/products/ProductDetailDrawer/ProductDetail/index.d.ts +1 -0
  319. package/lib/components/schedules/products/ProductDetailDrawer/index.d.ts +1 -0
  320. package/lib/components/schedules/products/index.d.ts +1 -0
  321. package/lib/components/schedules/resources/index.d.ts +1 -0
  322. package/lib/components/schedules/schedules/AllSchedules/index.d.ts +1 -0
  323. package/lib/components/schedules/schedules/ScheduleDetailDrawer/index.d.ts +1 -0
  324. package/lib/components/schedules/schedules/index.d.ts +1 -0
  325. package/lib/components/shoppingCart/locales.d.ts +33 -0
  326. package/lib/components/shoppingCart/type.d.ts +48 -0
  327. package/lib/components/subTotal/index.d.ts +2 -0
  328. package/lib/components/subTotal/index.js +34 -20
  329. package/lib/components/subTotal/locales.d.ts +42 -0
  330. package/lib/components/ticketBooking/components/addServiceVariant/index.d.ts +0 -1
  331. package/lib/components/ticketBooking/locales.d.ts +174 -0
  332. package/lib/hooks/useEngineContext.d.ts +10 -0
  333. package/lib/hooks/useWindowSize.d.ts +5 -0
  334. package/lib/plus/productSelect/ProductList/gridComponents.d.ts +44 -0
  335. package/lib/plus/selectHolder/locales.d.ts +21 -0
  336. package/lib/plus/skuOptionsSelection/components/NormalCard/index.d.ts +0 -1
  337. package/lib/plus/skuOptionsSelection/components/VariantCard/index.d.ts +0 -1
  338. package/lib/plus/skuOptionsSelection/types.d.ts +429 -0
  339. package/lib/plus/skuOptionsSelection/utils/transformSelectorValueToValue.d.ts +4 -0
  340. package/lib/plus/skuOptionsSelection/utils/transformValueToSelectorValue.d.ts +4 -0
  341. package/lib/plus/walletEditor/components/relationProduct/index.d.ts +1 -0
  342. package/lib/pro/NumericStepper/index.d.ts +43 -0
  343. package/lib/pro/Selector/Selector.d.ts +14 -0
  344. package/lib/pro/Selector/components/Card/index.d.ts +57 -0
  345. package/lib/pro/Selector/components/Indicator/index.d.ts +19 -0
  346. package/lib/pro/Selector/components/LayoutContainer/index.d.ts +16 -0
  347. package/lib/pro/Selector/demo.d.ts +0 -1
  348. package/lib/pro/Selector/hooks/usePresetProps.d.ts +24 -0
  349. package/lib/pro/Selector/types.d.ts +173 -0
  350. package/lib/pro/pisellNumberSelector/example.d.ts +3 -0
  351. package/lowcode/eco-cup-list/meta.ts +63 -0
  352. package/lowcode/eco-customer-list/meta.ts +63 -0
  353. package/package.json +1 -1
@@ -0,0 +1,366 @@
1
+ declare const _default: {
2
+ en: {
3
+ 'pisell2.event.calendar.limit.unavailable': string;
4
+ 'pisell2.event.calendar.limit.sold.out': string;
5
+ 'pisell2.event.calendar.limit.call.to.book': string;
6
+ 'pisell2.event.calendar.limit.filling.up.fast': string;
7
+ 'pisell2.event.calendar.limit.lots.of.space': string;
8
+ 'pisell2.event.calendar.booking-closed': string;
9
+ 'pisell2.event.calendar.call-to-book': string;
10
+ 'pisell2.event.calendar.email-to-book': string;
11
+ 'pisell2.event.close.title': string;
12
+ 'pisell2.event.close.tip': string;
13
+ 'pisell2.event.close.continue': string;
14
+ 'pisell2.event.close.exit': string;
15
+ 'pisell2.appointment.step': (step: number) => string;
16
+ 'pisell2.event.select.category': (val: string) => string;
17
+ 'pisell2.event.select.campus': (val: string) => string;
18
+ 'pisell2.event.select.event': string;
19
+ 'pisell2.event.cart': string;
20
+ 'pisell2.event.total': string;
21
+ 'pisell2.event.total.gst': (val: string, amount: any) => string;
22
+ 'pisell2.event.continue': string;
23
+ 'pisell2.event.details': string;
24
+ 'pisell2.event.introduction': string;
25
+ 'pisell2.event.schedule': string;
26
+ 'pisell2.event.teacher': string;
27
+ 'pisell2.event.campus': string;
28
+ 'pisell2.event.resource': string;
29
+ 'pisell2.event.booking.options': string;
30
+ 'pisell2.event.add.to.cart': string;
31
+ 'pisell2.event.description': string;
32
+ 'pisell2.event.view.more': string;
33
+ 'pisell2.event.view.less': string;
34
+ 'pisell2.event.holder.modal.title': string;
35
+ 'pisell2.event.confirm': string;
36
+ 'pisell2.event.confirm.information': string;
37
+ 'pisell2.event.confirm.information.tip': string;
38
+ 'pisell2.event.confirm.information.other': string;
39
+ 'pisell2.event.add.others': string;
40
+ 'pisell2.event.checkout': string;
41
+ 'pisell2.event.edit.event': string;
42
+ 'pisell2.event.remove': string;
43
+ 'pisell2.event.option': string;
44
+ 'pisell2.event.order.items.error.title': string;
45
+ 'pisell2.event.order.items.error.tip': (val: number) => string;
46
+ 'pisell2.event.order.items.error.proceed': string;
47
+ 'pisell2.event.order.items.error.return': string;
48
+ 'pisell2.event.order.items.error.back': string;
49
+ 'pisell2.event.order.items.error.continue': string;
50
+ 'pisell2.event.order.items.error.all.tip': string;
51
+ 'pisell2.event.remove.title': string;
52
+ 'pisell2.event.remove.tip': string;
53
+ 'pisell2.event.remove.cancel': string;
54
+ 'pisell2.event.create': string;
55
+ 'pisell2.event.search': string;
56
+ 'pisell2.event.empty.service': string;
57
+ 'pisell2.event.title': (val: number) => string;
58
+ 'pisell2.event.create.form': string;
59
+ 'pisell2.event.empty.event': string;
60
+ 'pisell2.event.error.holder': string;
61
+ 'pisell2.event.price.from': string;
62
+ 'pisell2.event.empty.holder.title': string;
63
+ 'pisell2.event.empty.holder.tip': string;
64
+ 'pisell2.event.empty.holder.continue.tip': string;
65
+ 'pisell2.event.empty.holder.go.back': string;
66
+ 'pisell2.event.empty.holder.continue.anyway': string;
67
+ 'pisell2.event.event.full.title': string;
68
+ 'pisell2.event.event.full.tip': string;
69
+ 'pisell2.event.event.full.ok': string;
70
+ 'pisell2.event.capacity.limit.reached.title': string;
71
+ 'pisell2.event.capacity.limit.reached.tip': string;
72
+ 'pisell2.appointment.booking.empty.service': string;
73
+ 'pisell2.appointment.booking.empty.data': string;
74
+ 'pisell2.appointment.booking.empty.time': string;
75
+ 'pisell2.appointment.service.title': (val: number) => string;
76
+ 'pisell2.appointment.add.guest': string;
77
+ 'pisell2.appointment.edit.service': string;
78
+ 'pisell2.appointment.remove.guest': string;
79
+ 'pisell2.appointment.no.available.service': string;
80
+ 'pisell2.appointment.max.guest': string;
81
+ 'pisell2.appointment.no.available.time': string;
82
+ 'pisell2.appointment.monday': string;
83
+ 'pisell2.appointment.tuesday': string;
84
+ 'pisell2.appointment.wednesday': string;
85
+ 'pisell2.appointment.thursday': string;
86
+ 'pisell2.appointment.friday': string;
87
+ 'pisell2.appointment.saturday': string;
88
+ 'pisell2.appointment.sunday': string;
89
+ 'pisell2.appointment.any.professional': string;
90
+ 'pisell2.appointment.for.maximum.availability': string;
91
+ 'pisell2.appointment.deposit': string;
92
+ 'pisell2.appointment.deposit.agreed': string;
93
+ 'pisell2.appointment.deposit.agree.policy': string;
94
+ 'pisell2.appointment.deposit.and': string;
95
+ 'pisell2.appointment.deposit.amount.tip1': string;
96
+ 'pisell2.appointment.deposit.amount.tip2': string;
97
+ 'pisell2.appointment.deposit.close': string;
98
+ 'pisell2.appointment.tips': string;
99
+ 'pisell2.appointment.tips.content': string;
100
+ 'pisell2.appointment.fill-form': string;
101
+ 'pisell2.appointment.select.holder': (val: string) => string;
102
+ 'pisell2.appointment.select.time': string;
103
+ 'pisell2.appointment.unselect.time': string;
104
+ 'pisell2.appointment.unselect.date': string;
105
+ 'pisell2.appointment.unuse.date': string;
106
+ 'pisell2.appointment.add-guests': string;
107
+ 'pisell2.appointment.policy': string;
108
+ 'pisell2.appointment.policy.confirm': string;
109
+ 'pisell2.appointment.resource.tip': (val: string) => string;
110
+ 'pisell2.text.apply': string;
111
+ 'pisell2.text.goodpass': string;
112
+ 'pisell2.text.goodpass.product-vouchers': string;
113
+ 'pisell2.text.goodpass.view-more': string;
114
+ 'pisell2.text.goodpass.code': string;
115
+ 'pisell2.text.goodpass.enter-code': string;
116
+ 'pisell2.text.goodpass.code-invalid': string;
117
+ 'pisell2.text.goodpass.code-invalid-cart': string;
118
+ 'pisell2.text.goodpass.code-invalid-expired': string;
119
+ 'pisell2.text.goodpass.login': string;
120
+ 'pisell2.text.goodpass.login-tip': string;
121
+ 'pisell2.text.contact-info.title': string;
122
+ };
123
+ 'zh-CN': {
124
+ 'pisell2.event.calendar.limit.unavailable': string;
125
+ 'pisell2.event.calendar.limit.sold.out': string;
126
+ 'pisell2.event.calendar.limit.call.to.book': string;
127
+ 'pisell2.event.calendar.limit.filling.up.fast': string;
128
+ 'pisell2.event.calendar.limit.lots.of.space': string;
129
+ 'pisell2.event.calendar.booking-closed': string;
130
+ 'pisell2.event.calendar.call-to-book': string;
131
+ 'pisell2.event.calendar.email-to-book': string;
132
+ 'pisell2.event.close.title': string;
133
+ 'pisell2.event.close.tip': string;
134
+ 'pisell2.event.close.continue': string;
135
+ 'pisell2.event.close.exit': string;
136
+ 'pisell2.appointment.step': (step: number) => string;
137
+ 'pisell2.event.select.category': (val: string) => string;
138
+ 'pisell2.event.select.event': string;
139
+ 'pisell2.event.select.campus': (val: string) => string;
140
+ 'pisell2.event.cart': string;
141
+ 'pisell2.event.total': string;
142
+ 'pisell2.event.total.gst': (val: string, amount: any) => string;
143
+ 'pisell2.event.continue': string;
144
+ 'pisell2.event.details': string;
145
+ 'pisell2.event.introduction': string;
146
+ 'pisell2.event.schedule': string;
147
+ 'pisell2.event.teacher': string;
148
+ 'pisell2.event.campus': string;
149
+ 'pisell2.event.resource': string;
150
+ 'pisell2.event.booking.options': string;
151
+ 'pisell2.event.add.to.cart': string;
152
+ 'pisell2.event.description': string;
153
+ 'pisell2.event.view.more': string;
154
+ 'pisell2.event.view.less': string;
155
+ 'pisell2.event.holder.modal.title': string;
156
+ 'pisell2.event.confirm': string;
157
+ 'pisell2.event.confirm.information': string;
158
+ 'pisell2.event.confirm.information.tip': string;
159
+ 'pisell2.event.confirm.information.other': string;
160
+ 'pisell2.event.add.others': string;
161
+ 'pisell2.event.checkout': string;
162
+ 'pisell2.event.edit.event': string;
163
+ 'pisell2.event.remove': string;
164
+ 'pisell2.event.option': string;
165
+ 'pisell2.event.order.items.error.title': string;
166
+ 'pisell2.event.order.items.error.tip': (val: number) => string;
167
+ 'pisell2.event.order.items.error.proceed': string;
168
+ 'pisell2.event.order.items.error.return': string;
169
+ 'pisell2.event.order.items.error.back': string;
170
+ 'pisell2.event.order.items.error.continue': string;
171
+ 'pisell2.event.order.items.error.all.tip': string;
172
+ 'pisell2.event.remove.title': string;
173
+ 'pisell2.event.remove.tip': string;
174
+ 'pisell2.event.remove.cancel': string;
175
+ 'pisell2.event.create': string;
176
+ 'pisell2.event.search': string;
177
+ 'pisell2.event.empty.service': string;
178
+ 'pisell2.event.title': (val: number) => string;
179
+ 'pisell2.event.create.form': string;
180
+ 'pisell2.event.empty.event': string;
181
+ 'pisell2.event.error.holder': string;
182
+ 'pisell2.event.price.from': string;
183
+ 'pisell2.event.empty.holder.title': string;
184
+ 'pisell2.event.empty.holder.tip': string;
185
+ 'pisell2.event.empty.holder.continue.tip': string;
186
+ 'pisell2.event.empty.holder.go.back': string;
187
+ 'pisell2.event.empty.holder.continue.anyway': string;
188
+ 'pisell2.event.event.full.title': string;
189
+ 'pisell2.event.event.full.tip': string;
190
+ 'pisell2.event.event.full.ok': string;
191
+ 'pisell2.event.capacity.limit.reached.title': string;
192
+ 'pisell2.event.capacity.limit.reached.tip': string;
193
+ 'pisell2.appointment.booking.empty.service': string;
194
+ 'pisell2.appointment.booking.empty.data': string;
195
+ 'pisell2.appointment.booking.empty.time': string;
196
+ 'pisell2.appointment.service.title': (val: number) => string;
197
+ 'pisell2.appointment.add.guest': string;
198
+ 'pisell2.appointment.edit.service': string;
199
+ 'pisell2.appointment.remove.guest': string;
200
+ 'pisell2.appointment.no.available.service': string;
201
+ 'pisell2.appointment.max.guest': string;
202
+ 'pisell2.appointment.no.available.time': string;
203
+ 'pisell2.appointment.monday': string;
204
+ 'pisell2.appointment.tuesday': string;
205
+ 'pisell2.appointment.wednesday': string;
206
+ 'pisell2.appointment.thursday': string;
207
+ 'pisell2.appointment.friday': string;
208
+ 'pisell2.appointment.saturday': string;
209
+ 'pisell2.appointment.sunday': string;
210
+ 'pisell2.appointment.any.professional': string;
211
+ 'pisell2.appointment.for.maximum.availability': string;
212
+ 'pisell2.appointment.deposit': string;
213
+ 'pisell2.appointment.deposit.agreed': string;
214
+ 'pisell2.appointment.deposit.agree.policy': string;
215
+ 'pisell2.appointment.deposit.and': string;
216
+ 'pisell2.appointment.deposit.amount.tip1': string;
217
+ 'pisell2.appointment.deposit.amount.tip2': string;
218
+ 'pisell2.appointment.deposit.close': string;
219
+ 'pisell2.appointment.tips': string;
220
+ 'pisell2.appointment.tips.content': string;
221
+ 'pisell2.appointment.fill-form': string;
222
+ 'pisell2.appointment.select.holder': (val: string) => string;
223
+ 'pisell2.appointment.select.time': string;
224
+ 'pisell2.appointment.unselect.time': string;
225
+ 'pisell2.appointment.unselect.date': string;
226
+ 'pisell2.appointment.unuse.date': string;
227
+ 'pisell2.appointment.add-guests': string;
228
+ 'pisell2.appointment.policy': string;
229
+ 'pisell2.appointment.policy.confirm': string;
230
+ 'pisell2.appointment.resource.tip': (val: string) => string;
231
+ 'pisell2.text.apply': string;
232
+ 'pisell2.text.goodpass': string;
233
+ 'pisell2.text.goodpass.product-vouchers': string;
234
+ 'pisell2.text.goodpass.view-more': string;
235
+ 'pisell2.text.goodpass.code': string;
236
+ 'pisell2.text.goodpass.enter-code': string;
237
+ 'pisell2.text.goodpass.code-invalid': string;
238
+ 'pisell2.text.goodpass.code-invalid-cart': string;
239
+ 'pisell2.text.goodpass.code-invalid-expired': string;
240
+ 'pisell2.text.goodpass.login': string;
241
+ 'pisell2.text.goodpass.login-tip': string;
242
+ 'pisell2.text.contact-info.title': string;
243
+ };
244
+ 'zh-HK': {
245
+ 'pisell2.event.calendar.limit.unavailable': string;
246
+ 'pisell2.event.calendar.limit.sold.out': string;
247
+ 'pisell2.event.calendar.limit.call.to.book': string;
248
+ 'pisell2.event.calendar.limit.filling.up.fast': string;
249
+ 'pisell2.event.calendar.limit.lots.of.space': string;
250
+ 'pisell2.event.calendar.booking-closed': string;
251
+ 'pisell2.event.calendar.call-to-book': string;
252
+ 'pisell2.event.calendar.email-to-book': string;
253
+ 'pisell2.event.close.title': string;
254
+ 'pisell2.event.close.tip': string;
255
+ 'pisell2.event.close.continue': string;
256
+ 'pisell2.event.close.exit': string;
257
+ 'pisell2.appointment.step': (step: number) => string;
258
+ 'pisell2.event.select.category': (val: string) => string;
259
+ 'pisell2.event.select.event': string;
260
+ 'pisell2.event.select.campus': (val: string) => string;
261
+ 'pisell2.event.cart': string;
262
+ 'pisell2.event.total': string;
263
+ 'pisell2.event.total.gst': (val: string, amount: any) => string;
264
+ 'pisell2.event.continue': string;
265
+ 'pisell2.event.details': string;
266
+ 'pisell2.event.introduction': string;
267
+ 'pisell2.event.schedule': string;
268
+ 'pisell2.event.teacher': string;
269
+ 'pisell2.event.campus': string;
270
+ 'pisell2.event.resource': string;
271
+ 'pisell2.event.booking.options': string;
272
+ 'pisell2.event.add.to.cart': string;
273
+ 'pisell2.event.description': string;
274
+ 'pisell2.event.view.more': string;
275
+ 'pisell2.event.view.less': string;
276
+ 'pisell2.event.holder.modal.title': string;
277
+ 'pisell2.event.confirm': string;
278
+ 'pisell2.event.confirm.information': string;
279
+ 'pisell2.event.confirm.information.tip': string;
280
+ 'pisell2.event.confirm.information.other': string;
281
+ 'pisell2.event.add.others': string;
282
+ 'pisell2.event.checkout': string;
283
+ 'pisell2.event.edit.event': string;
284
+ 'pisell2.event.remove': string;
285
+ 'pisell2.event.option': string;
286
+ 'pisell2.event.order.items.error.title': string;
287
+ 'pisell2.event.order.items.error.tip': (val: number) => string;
288
+ 'pisell2.event.order.items.error.proceed': string;
289
+ 'pisell2.event.order.items.error.return': string;
290
+ 'pisell2.event.order.items.error.back': string;
291
+ 'pisell2.event.order.items.error.continue': string;
292
+ 'pisell2.event.order.items.error.all.tip': string;
293
+ 'pisell2.event.remove.title': string;
294
+ 'pisell2.event.remove.tip': string;
295
+ 'pisell2.event.remove.cancel': string;
296
+ 'pisell2.event.create': string;
297
+ 'pisell2.event.search': string;
298
+ 'pisell2.event.empty.service': string;
299
+ 'pisell2.event.title': (val: number) => string;
300
+ 'pisell2.event.create.form': string;
301
+ 'pisell2.event.empty.event': string;
302
+ 'pisell2.event.error.holder': string;
303
+ 'pisell2.event.price.from': string;
304
+ 'pisell2.event.empty.holder.title': string;
305
+ 'pisell2.event.empty.holder.tip': string;
306
+ 'pisell2.event.empty.holder.continue.tip': string;
307
+ 'pisell2.event.empty.holder.go.back': string;
308
+ 'pisell2.event.empty.holder.continue.anyway': string;
309
+ 'pisell2.event.event.full.title': string;
310
+ 'pisell2.event.event.full.tip': string;
311
+ 'pisell2.event.event.full.ok': string;
312
+ 'pisell2.event.capacity.limit.reached.title': string;
313
+ 'pisell2.event.capacity.limit.reached.tip': string;
314
+ 'pisell2.appointment.booking.empty.service': string;
315
+ 'pisell2.appointment.booking.empty.data': string;
316
+ 'pisell2.appointment.booking.empty.time': string;
317
+ 'pisell2.appointment.service.title': (val: number) => string;
318
+ 'pisell2.appointment.add.guest': string;
319
+ 'pisell2.appointment.edit.service': string;
320
+ 'pisell2.appointment.remove.guest': string;
321
+ 'pisell2.appointment.no.available.service': string;
322
+ 'pisell2.appointment.max.guest': string;
323
+ 'pisell2.appointment.no.available.time': string;
324
+ 'pisell2.appointment.monday': string;
325
+ 'pisell2.appointment.tuesday': string;
326
+ 'pisell2.appointment.wednesday': string;
327
+ 'pisell2.appointment.thursday': string;
328
+ 'pisell2.appointment.friday': string;
329
+ 'pisell2.appointment.saturday': string;
330
+ 'pisell2.appointment.sunday': string;
331
+ 'pisell2.appointment.any.professional': string;
332
+ 'pisell2.appointment.for.maximum.availability': string;
333
+ 'pisell2.appointment.deposit': string;
334
+ 'pisell2.appointment.deposit.agreed': string;
335
+ 'pisell2.appointment.deposit.agree.policy': string;
336
+ 'pisell2.appointment.deposit.and': string;
337
+ 'pisell2.appointment.deposit.amount.tip1': string;
338
+ 'pisell2.appointment.deposit.amount.tip2': string;
339
+ 'pisell2.appointment.deposit.close': string;
340
+ 'pisell2.appointment.tips': string;
341
+ 'pisell2.appointment.tips.content': string;
342
+ 'pisell2.appointment.fill-form': string;
343
+ 'pisell2.appointment.select.holder': (val: string) => string;
344
+ 'pisell2.appointment.select.time': string;
345
+ 'pisell2.appointment.unselect.time': string;
346
+ 'pisell2.appointment.unselect.date': string;
347
+ 'pisell2.appointment.unuse.date': string;
348
+ 'pisell2.appointment.add-guests': string;
349
+ 'pisell2.appointment.policy': string;
350
+ 'pisell2.appointment.policy.confirm': string;
351
+ 'pisell2.appointment.resource.tip': (val: string) => string;
352
+ 'pisell2.text.apply': string;
353
+ 'pisell2.text.goodpass': string;
354
+ 'pisell2.text.goodpass.product-vouchers': string;
355
+ 'pisell2.text.goodpass.view-more': string;
356
+ 'pisell2.text.goodpass.code': string;
357
+ 'pisell2.text.goodpass.enter-code': string;
358
+ 'pisell2.text.goodpass.code-invalid': string;
359
+ 'pisell2.text.goodpass.code-invalid-cart': string;
360
+ 'pisell2.text.goodpass.code-invalid-expired': string;
361
+ 'pisell2.text.goodpass.login': string;
362
+ 'pisell2.text.goodpass.login-tip': string;
363
+ 'pisell2.text.contact-info.title': string;
364
+ };
365
+ };
366
+ export default _default;
@@ -1 +1,10 @@
1
- export declare const Provider: any, Context: any;
1
+ /// <reference types="react" />
2
+ import { FormState } from "../model";
3
+ export declare const Provider: (ComponentUi: any) => any, Context: import("react").Context<{
4
+ state: FormState;
5
+ } & {
6
+ dispatch: (params: {
7
+ type: string;
8
+ payload: any;
9
+ }) => void;
10
+ }>;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import './index.less';
3
2
  /**
4
3
  * @title: 底部
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './index.less';
2
3
  interface IProps {
3
4
  modal: any;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import "./index.less";
3
+ declare const TabPane: React.FC<any>;
4
+ export default TabPane;
@@ -0,0 +1,25 @@
1
+ import React from 'react';
2
+ import './index.less';
3
+ declare type DepositItemProps = {
4
+ status: 'paid' | 'unpaid' | 'partially_paid';
5
+ onEdit: React.MouseEventHandler<HTMLSpanElement>;
6
+ customer: any;
7
+ totalAmountStr: string;
8
+ totalAmount: number;
9
+ orderId: number;
10
+ orderNumber: number;
11
+ handleGoOrderDetail: () => void;
12
+ generatePaymentLink: (orderId: number) => void;
13
+ sendEmail: (orderId: number) => void;
14
+ depositAmount: number;
15
+ depositUnPaidAmount: number;
16
+ depositPaidAmount: number;
17
+ depositOriginPaidAmount: number;
18
+ amountSymbol: string;
19
+ createdTime: string;
20
+ isPaid: boolean;
21
+ isBookingCancelled: boolean;
22
+ hideOrderDetail?: boolean;
23
+ };
24
+ declare const DepositItem: (props: DepositItemProps) => JSX.Element;
25
+ export default DepositItem;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const Deposit: (props: any) => JSX.Element;
3
2
  export default Deposit;
@@ -1 +1,10 @@
1
- export declare const Provider: any, Context: any;
1
+ /// <reference types="react" />
2
+ import { FormState } from "../model";
3
+ export declare const Provider: (ComponentUi: any) => any, Context: import("react").Context<{
4
+ state: FormState;
5
+ } & {
6
+ dispatch: (params: {
7
+ type: string;
8
+ payload: any;
9
+ }) => void;
10
+ }>;
@@ -0,0 +1 @@
1
+ export declare const useIsBooking4Shop: (state: any) => any;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  interface AddServiceVariantProps {
3
2
  globalState: any;
4
3
  setGlobalState: any;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { FormState } from '../../../model';
2
3
  interface useClientFnParams {
3
4
  state: any;
@@ -0,0 +1 @@
1
+ export declare const getWaiverTitle: (waiverForm: any[]) => string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import "./index.less";
2
3
  export declare const updateServiceDate: (services: any[], date: any, isTime: boolean) => any[];
3
4
  declare const DateCom: () => JSX.Element;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { EditServiceRef } from "../service/editService";
3
2
  declare const useInfoHolder: (state: any, dispatch: any) => {
4
3
  detailRef: import("react").MutableRefObject<EditServiceRef | undefined>;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { InfoProps } from './main';
3
2
  declare const APP: (props: InfoProps) => JSX.Element;
4
3
  export default APP;
@@ -1,5 +1,14 @@
1
+ /// <reference types="react" />
2
+ import { FormState } from '../model';
1
3
  export declare const walkInData: {
2
4
  id: number;
3
5
  nickname: string;
4
6
  };
5
- export declare const Provider: any, Context: any;
7
+ export declare const Provider: (ComponentUi: any) => any, Context: import("react").Context<{
8
+ state: FormState;
9
+ } & {
10
+ dispatch: (params: {
11
+ type: string;
12
+ payload: any;
13
+ }) => void;
14
+ }>;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  declare const Notes: () => JSX.Element | null;
2
3
  export default Notes;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const Lists: ({ onEdit, onChange, onAction, isParallelResource }: any) => JSX.Element;
3
2
  export default Lists;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import "./index.less";
2
3
  declare const Actions: ({ currentService }: {
3
4
  currentService: any;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { PisellDrawerProps } from '../../../components/drawer';
3
2
  import './index.less';
4
3
  interface AddServiceProps {
@@ -6,7 +6,7 @@ export declare const getDurationProps: ({ cacheItem, useStartTime, currentResour
6
6
  type: string;
7
7
  value: number;
8
8
  };
9
- locale: any;
9
+ locale: string;
10
10
  slice: any;
11
11
  selectProps: {
12
12
  size: string;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import './index.less';
3
2
  declare const AddTimeModal: () => JSX.Element;
4
3
  export default AddTimeModal;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import './index.less';
3
2
  declare const ServiceList: ({ onEdit }: {
4
3
  onEdit: any;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const Lists: ({ onEdit, onChange }: any) => JSX.Element;
3
2
  export default Lists;
@@ -72,6 +72,7 @@ export declare const formatProducts: (lists: any[], state: any, isRenderGroup?:
72
72
  _id: any;
73
73
  name: any;
74
74
  price: any;
75
+ totalDifference: any;
75
76
  total: number;
76
77
  origin_total: number;
77
78
  num: any;
@@ -530,9 +530,8 @@ var getGeneralParams = (item, state, isParallelResource) => {
530
530
  ...parallelResourceOtherParams
531
531
  };
532
532
  };
533
- var calcAddTimeTotalPrice = (total, addTimeProducts, item) => {
534
- const difference = item ? (0, import_amount.getProductDiscountProductDiscountDifference)(item) : 0;
535
- return (Number(total) || 0) - difference + (0, import_amount.getRelationDetailsTotal)(addTimeProducts || []);
533
+ var calcAddTimeTotalPrice = (total, addTimeProducts) => {
534
+ return (Number(total) || 0) + (0, import_amount.getRelationDetailsTotal)(addTimeProducts || []);
536
535
  };
537
536
  var formatProducts = (lists, state, isRenderGroup = true, isGeneral, isParallelResource) => {
538
537
  if (!(lists == null ? void 0 : lists.length)) return [];
@@ -557,7 +556,8 @@ var formatProducts = (lists, state, isRenderGroup = true, isGeneral, isParallelR
557
556
  _id: item == null ? void 0 : item._id,
558
557
  name: item == null ? void 0 : item.title,
559
558
  price: (_g = item == null ? void 0 : item._extend) == null ? void 0 : _g.price,
560
- total: calcAddTimeTotalPrice((_h = item == null ? void 0 : item._extend) == null ? void 0 : _h.total, (_i = item == null ? void 0 : item._extend) == null ? void 0 : _i.relation_details, item),
559
+ totalDifference: (0, import_amount.getProductDiscountProductDiscountDifference)(item),
560
+ total: calcAddTimeTotalPrice((_h = item == null ? void 0 : item._extend) == null ? void 0 : _h.total, (_i = item == null ? void 0 : item._extend) == null ? void 0 : _i.relation_details),
561
561
  origin_total: calcAddTimeTotalPrice((_j = item == null ? void 0 : item._extend) == null ? void 0 : _j.origin_total, (_k = item == null ? void 0 : item._extend) == null ? void 0 : _k.relation_details),
562
562
  num: item == null ? void 0 : item._extend.quantity,
563
563
  image: item == null ? void 0 : item.cover,
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import '../../../info/service/actions/index.less';
2
3
  declare const Actions: ({ currentService }: {
3
4
  currentService: any;
@@ -7,7 +7,7 @@ export declare const getDurationProps: ({ cacheItem, useStartTime, currentResour
7
7
  type: string;
8
8
  value: number;
9
9
  };
10
- locale: any;
10
+ locale: string;
11
11
  slice: any;
12
12
  selectProps: {
13
13
  size: string;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import '../../../info/service/addTimeModal/index.less';
3
2
  declare const AddTimeModal: () => JSX.Element;
4
3
  export default AddTimeModal;
@@ -0,0 +1,13 @@
1
+ /**
2
+ 1. 在进入编辑服务前
3
+
4
+ 计算出各种需要的列表
5
+
6
+ 设置默认值
7
+
8
+ 判断是否需要进入编辑服务页
9
+ */
10
+ export declare const getAutoAllocationStorage: (id: string | number) => any;
11
+ export declare const setAutoAllocationStorage: (data: {
12
+ [key: string]: boolean;
13
+ }) => void;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import './index.less';
3
2
  declare const ServiceList: ({ onEdit }: {
4
3
  onEdit: any;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import "./index.less";
2
3
  declare type ContactType = {
3
4
  country_calling_code: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { SelectProps } from 'antd';
2
3
  interface DurationProps extends SelectProps {
3
4
  locale?: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { SelectProps } from 'antd';
2
3
  interface HolderProps extends SelectProps {
3
4
  selectProps?: SelectProps;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { SelectProps } from "antd";
2
3
  interface StartTimeProps extends SelectProps {
3
4
  locale?: string;