@pisell/private-materials 6.3.2 → 6.3.4

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 (412) 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 +8 -8
  9. package/build/lowcode/view.css +1 -1
  10. package/build/lowcode/view.js +8 -8
  11. package/es/components/Sales/Summary/utils.d.ts +1 -1
  12. package/es/components/appointmentBooking/components/Cart/Item/Total.d.ts +0 -1
  13. package/es/components/appointmentBooking/components/Cart/index.d.ts +0 -1
  14. package/es/components/appointmentBooking/components/Content/index.js +1 -1
  15. package/es/components/appointmentBooking/components/Content/index.less +3 -3
  16. package/es/components/appointmentBooking/components/Deposit/index.d.ts +0 -1
  17. package/es/components/appointmentBooking/components/Header/index.d.ts +0 -1
  18. package/es/components/appointmentBooking/components/Services/index.js +2 -2
  19. package/es/components/appointmentBooking/components/Voucher/index.d.ts +0 -1
  20. package/es/components/appointmentBooking/deposit/index.d.ts +0 -1
  21. package/es/components/appointmentBooking/index.js +8 -2
  22. package/es/components/booking/addons/model.d.ts +10 -1
  23. package/es/components/booking/components/TabProduct/productItem/index.d.ts +0 -1
  24. package/es/components/booking/components/TabProduct/selectProductItem/index.d.ts +0 -1
  25. package/es/components/booking/components/TabProduct/tabs/index.js +1 -5
  26. package/es/components/booking/components/browserSelect/index.js +1 -1
  27. package/es/components/booking/components/collapsibleList/utils.d.ts +0 -1
  28. package/es/components/booking/components/emptyBooking/index.d.ts +0 -1
  29. package/es/components/booking/components/footer/FooterMenus/index.d.ts +0 -1
  30. package/es/components/booking/components/reloadResourceModal/index.d.ts +0 -1
  31. package/es/components/booking/deposit/index.d.ts +0 -1
  32. package/es/components/booking/forms/model.d.ts +10 -1
  33. package/es/components/booking/forms/model.js +5 -5
  34. package/es/components/booking/forms/sendModal/useSendModal.d.ts +0 -1
  35. package/es/components/booking/forms/single/RenderValueById.d.ts +1 -0
  36. package/es/components/booking/forms/single/RenderValueById.js +68 -17
  37. package/es/components/booking/forms/single/index.d.ts +0 -1
  38. package/es/components/booking/forms/single/index.less +67 -1
  39. package/es/components/booking/hooks/useClearCart.d.ts +0 -1
  40. package/es/components/booking/info/clientVariant/hooks/useClientFn.d.ts +0 -1
  41. package/es/components/booking/info/date/index.d.ts +0 -1
  42. package/es/components/booking/info/header/index.d.ts +0 -1
  43. package/es/components/booking/info/hooks/useInfoHolder.d.ts +1 -0
  44. package/es/components/booking/info/model.d.ts +10 -1
  45. package/es/components/booking/info/notes/index.d.ts +0 -1
  46. package/es/components/booking/info/service/Lists.d.ts +1 -0
  47. package/es/components/booking/info/service/actions/index.d.ts +0 -1
  48. package/es/components/booking/info/service/addService/utils.d.ts +1 -1
  49. package/es/components/booking/info/service/like/index.js +1 -1
  50. package/es/components/booking/info/service/serviceList/index.d.ts +0 -1
  51. package/es/components/booking/info/service2/utils.d.ts +1 -1
  52. package/es/components/booking/info2/service/actions/index.d.ts +0 -1
  53. package/es/components/booking/info2/service/addService/index.d.ts +0 -1
  54. package/es/components/booking/info2/service/addService/utils.d.ts +1 -1
  55. package/es/components/booking/info2/service/addTimeModal/index.js +0 -1
  56. package/es/components/booking/info2/service/serviceList/index.d.ts +0 -1
  57. package/es/components/booking/locales.d.ts +3 -0
  58. package/es/components/booking/locales.js +6 -3
  59. package/es/components/booking/materiels/contacts/index.d.ts +0 -1
  60. package/es/components/booking/materiels/startTime/index.d.ts +1 -0
  61. package/es/components/booking/model.d.ts +9 -1
  62. package/es/components/booking/notes/NoteBlock/NoteItem/index.d.ts +0 -1
  63. package/es/components/booking/notes/NoteBlock/NoteItem/index.js +1 -1
  64. package/es/components/booking/notes/NoteBlock/index.d.ts +0 -1
  65. package/es/components/booking/notes/NoteBlock/index.js +11 -11
  66. package/es/components/booking/notes/model.d.ts +10 -1
  67. package/es/components/booking/notes/model.js +5 -5
  68. package/es/components/booking/payments/model.d.ts +10 -1
  69. package/es/components/booking/payments/model.js +5 -5
  70. package/es/components/booking/utils.d.ts +2 -2
  71. package/es/components/eftpos/index.d.ts +0 -1
  72. package/es/components/eftpos/pos.d.ts +0 -1
  73. package/es/components/eftposPay/amount.d.ts +1 -2
  74. package/es/components/eftposPay/app.d.ts +0 -1
  75. package/es/components/eftposPay/component/fail/network.d.ts +0 -1
  76. package/es/components/eftposPay/component/manual/index.d.ts +0 -1
  77. package/es/components/eftposPay/component/signature/index.d.ts +0 -1
  78. package/es/components/eftposPay/device.d.ts +1 -2
  79. package/es/components/eftposPay/hooks.d.ts +2 -2
  80. package/es/components/eftposPay/payo/config.d.ts +0 -1
  81. package/es/components/eftposPay/store/index.d.ts +5 -5
  82. package/es/components/eftposPay/tip.d.ts +0 -1
  83. package/es/components/eftposPay/windcave/receiptAction.d.ts +0 -1
  84. package/es/components/eftposPay/windcave/windcave.d.ts +0 -1
  85. package/es/components/eventBooking/components/Provider/Cart/Item/Total.d.ts +0 -1
  86. package/es/components/eventBooking/components/Provider/Cart/Item/index.d.ts +0 -1
  87. package/es/components/eventBooking/components/Provider/Cart/index.d.ts +0 -1
  88. package/es/components/eventBooking/components/Provider/Content/index.d.ts +0 -1
  89. package/es/components/eventBooking/components/Provider/EmptyHolderModal/index.d.ts +0 -1
  90. package/es/components/eventBooking/components/Provider/Event/index.d.ts +0 -1
  91. package/es/components/eventBooking/components/Provider/Footer/index.d.ts +0 -1
  92. package/es/components/eventBooking/components/Provider/Header/index.d.ts +0 -1
  93. package/es/components/eventBooking/components/Provider/OrderProductModal/index.d.ts +0 -1
  94. package/es/components/eventBooking/components/Provider/RemoveOptionConfirmModal.d.ts +0 -1
  95. package/es/components/eventBooking/components/Provider/Resource/index.d.ts +0 -1
  96. package/es/components/eventBooking/components/Provider/SelectHolderModal.d.ts +0 -1
  97. package/es/components/eventBooking/components/bookingDetailModal/components/BookingOptions.d.ts +0 -1
  98. package/es/components/eventBooking/components/bookingDetailModal/components/Resource.d.ts +0 -1
  99. package/es/components/eventBooking/components/bookingDetailModal/components/Schedule.d.ts +0 -1
  100. package/es/components/eventBooking/components/scheduleCalendar/ProductItem/index.d.ts +0 -1
  101. package/es/components/eventBooking/components/scheduleCalendar/components/ScheduleTimeItem/index.d.ts +0 -1
  102. package/es/components/eventBooking/index.js +8 -1
  103. package/es/components/listComponent/index.js +5 -5
  104. package/es/components/login/index.d.ts +0 -1
  105. package/es/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/ThreedsLoading/index.d.ts +0 -1
  106. package/es/components/pay/toC/model.d.ts +9 -1
  107. package/es/components/pisellSelectCustomerModal/RightPanel/Add/BirthdayField/index.d.ts +0 -1
  108. package/es/components/pisellSelectCustomerModal/RightPanel/Add/GenderField/index.d.ts +0 -1
  109. package/es/components/pisellSelectCustomerModal/RightPanel/Add/index.d.ts +0 -1
  110. package/es/components/pisellSelectCustomerModal/RightPanel/List/index.d.ts +0 -1
  111. package/es/components/pisellSelectCustomerModal/RightPanel/index.d.ts +0 -1
  112. package/es/components/pisellSelectCustomerModal/index.d.ts +0 -1
  113. package/es/components/productExtension/card/index.js +3 -3
  114. package/es/components/productExtension/fields/Actor/CutOffTime/index.js +1 -1
  115. package/es/components/productExtension/fields/Forms/index.js +12 -12
  116. package/es/components/productExtension/fields/SelectProducts/ProductItem/index.d.ts +0 -1
  117. package/es/components/productExtension/fields/SelectProducts/ProductItemPreview/index.d.ts +0 -1
  118. package/es/components/productExtension/fields/SelectProducts/ProductItemPreview/index.js +1 -1
  119. package/es/components/productExtension/fields/SelectProducts/index.d.ts +0 -1
  120. package/es/components/productExtension/fields/SelectProducts/server.js +2 -2
  121. package/es/components/productExtension/fields/SelectResourcesTable/index.d.ts +0 -1
  122. package/es/components/productExtension/fields/SelectResourcesTable/server.js +2 -2
  123. package/es/components/productExtension/index.d.ts +0 -1
  124. package/es/components/productExtension/server.js +2 -2
  125. package/es/components/productSelect/components/TabProduct/index.d.ts +0 -1
  126. package/es/components/ruleSetting/ruleBorder/index.d.ts +0 -1
  127. package/es/components/ruleSetting/ruleBorder/index.js +1 -1
  128. package/es/components/schedules/calendar/index.d.ts +0 -1
  129. package/es/components/schedules/calendar/index.js +4 -4
  130. package/es/components/schedules/calendar/serve.js +2 -2
  131. package/es/components/schedules/components/CurrentDay/index.js +5 -5
  132. package/es/components/schedules/components/CurrentDay/serve.js +2 -2
  133. package/es/components/schedules/components/DropdownSort/index.js +1 -1
  134. package/es/components/schedules/components/ResourceList/index.js +1 -1
  135. package/es/components/schedules/components/ScheduleDetailList/index.d.ts +0 -1
  136. package/es/components/schedules/components/ScheduleList/index.d.ts +0 -1
  137. package/es/components/schedules/components/Search/index.js +5 -5
  138. package/es/components/schedules/model.d.ts +9 -1
  139. package/es/components/schedules/model.js +5 -5
  140. package/es/components/schedules/openHours/index.js +1 -1
  141. package/es/components/schedules/openHours/serve.js +2 -2
  142. package/es/components/schedules/products/ProductDetailDrawer/ProductDetail/MaxParticipantsModule/index.d.ts +0 -1
  143. package/es/components/schedules/products/ProductDetailDrawer/ProductDetail/MaxParticipantsModule/index.js +1 -1
  144. package/es/components/schedules/products/ProductDetailDrawer/ProductDetail/ResourcesModule/index.d.ts +0 -1
  145. package/es/components/schedules/products/ProductDetailDrawer/ProductDetail/ResourcesModule/index.js +5 -5
  146. package/es/components/schedules/products/ProductDetailDrawer/ProductDetail/SchedulesModule/AddSchedules/index.d.ts +0 -1
  147. package/es/components/schedules/products/ProductDetailDrawer/ProductDetail/SchedulesModule/index.d.ts +0 -1
  148. package/es/components/schedules/products/ProductDetailDrawer/ProductDetail/SchedulesModule/index.js +4 -4
  149. package/es/components/schedules/products/ProductDetailDrawer/index.d.ts +0 -1
  150. package/es/components/schedules/products/ProductDetailDrawer/index.js +3 -3
  151. package/es/components/schedules/products/list/ProductItem/index.d.ts +0 -1
  152. package/es/components/schedules/products/list/index.d.ts +0 -1
  153. package/es/components/schedules/products/serve.js +2 -2
  154. package/es/components/schedules/products/utils.js +5 -5
  155. package/es/components/schedules/resources/detail/detailContent.js +2 -2
  156. package/es/components/schedules/resources/detail/index.js +10 -10
  157. package/es/components/schedules/resources/index.d.ts +0 -1
  158. package/es/components/schedules/resources/list/index.d.ts +0 -1
  159. package/es/components/schedules/resources/list/index.js +2 -2
  160. package/es/components/schedules/resources/relationProduct/index.js +1 -1
  161. package/es/components/schedules/resources/serve.js +2 -2
  162. package/es/components/schedules/schedules/AllSchedules/index.d.ts +0 -1
  163. package/es/components/schedules/schedules/ScheduleDetailDrawer/index.d.ts +0 -1
  164. package/es/components/schedules/schedules/ScheduleDetailDrawer/index.js +9 -9
  165. package/es/components/schedules/schedules/index.d.ts +0 -1
  166. package/es/components/schedules/utils.d.ts +1 -1
  167. package/es/components/schedules/utils.js +4 -4
  168. package/es/components/selectModal/index.js +2 -2
  169. package/es/components/shoppingCart/components/Cart/Product.d.ts +1 -0
  170. package/es/components/shoppingCart/components/Cart/index.d.ts +0 -1
  171. package/es/components/shoppingCart/hooks/useAddService.d.ts +0 -1
  172. package/es/components/shoppingCart/hooks/useClearCart.d.ts +0 -1
  173. package/es/components/shoppingCart/index.d.ts +0 -1
  174. package/es/components/taxSelect/index.d.ts +0 -1
  175. package/es/components/ticketBooking/components/addServiceVariant/addService.js +3 -3
  176. package/es/components/ticketBooking/components/menuBar/index.d.ts +0 -1
  177. package/es/components/wallet/Detail/model.d.ts +13 -1
  178. package/es/components/wallet/DiscountCard/model.d.ts +14 -1
  179. package/es/components/wallet/PointCard/model.d.ts +13 -1
  180. package/es/components/wallet/RechargeableCard/model.d.ts +29 -1
  181. package/es/components/wallet/Voucher/model.d.ts +13 -1
  182. package/es/components/wallet/hooks/useWalletCard.d.ts +0 -1
  183. package/es/components/wallet/model.d.ts +9 -1
  184. package/es/components/workSpaceList/components/SearchWorkspaceAndBase/index.d.ts +1 -0
  185. package/es/hooks/useComponents.js +1 -1
  186. package/es/hooks/useWindowSize.js +8 -1
  187. package/es/plus/productSelect/CategoryTabs/CategorySkeleton.d.ts +10 -0
  188. package/es/plus/productSelect/CategoryTabs/CategorySkeleton.js +29 -0
  189. package/es/plus/productSelect/CategoryTabs/CategorySkeleton.less +30 -0
  190. package/es/plus/productSelect/CategoryTabs/index.d.ts +18 -0
  191. package/es/plus/productSelect/CategoryTabs/index.js +171 -0
  192. package/es/plus/productSelect/ProductCard/ProductCardSkeleton.d.ts +10 -0
  193. package/es/plus/productSelect/ProductCard/ProductCardSkeleton.js +37 -0
  194. package/es/plus/productSelect/ProductCard/ProductCardSkeleton.less +81 -0
  195. package/es/plus/productSelect/ProductCard/index.d.ts +45 -0
  196. package/es/plus/productSelect/ProductCard/index.js +170 -0
  197. package/es/plus/productSelect/ProductCard/index.less +270 -0
  198. package/es/plus/productSelect/ProductList/gridComponents.d.ts +44 -0
  199. package/es/plus/productSelect/ProductList/gridComponents.js +149 -0
  200. package/es/plus/productSelect/ProductList/index.d.ts +22 -0
  201. package/es/plus/productSelect/ProductList/index.js +72 -0
  202. package/es/plus/productSelect/ProductList/index.less +0 -0
  203. package/es/plus/productSelect/components/IntersectionObserver.d.ts +42 -0
  204. package/es/plus/productSelect/components/IntersectionObserver.js +276 -0
  205. package/es/plus/productSelect/components/TabsStructure/TabsStructure.d.ts +30 -0
  206. package/es/plus/productSelect/components/TabsStructure/TabsStructure.js +357 -0
  207. package/es/plus/productSelect/components/TabsStructure/TabsStructure.less +224 -0
  208. package/es/plus/productSelect/components/TabsStructure/hooks.d.ts +22 -0
  209. package/es/plus/productSelect/components/TabsStructure/hooks.js +243 -0
  210. package/es/plus/productSelect/components/TabsStructure/index.d.ts +5 -0
  211. package/es/plus/productSelect/components/TabsStructure/index.js +13 -0
  212. package/es/plus/productSelect/components/TabsStructure/styles.d.ts +47 -0
  213. package/es/plus/productSelect/components/TabsStructure/styles.js +87 -0
  214. package/es/plus/productSelect/components/TabsStructure/types.d.ts +105 -0
  215. package/es/plus/productSelect/components/TabsStructure/types.js +1 -0
  216. package/es/plus/productSelect/components/TabsStructure/utils.d.ts +12 -0
  217. package/es/plus/productSelect/components/TabsStructure/utils.js +56 -0
  218. package/es/plus/productSelect/components/pisellPriceText/index.d.ts +11 -0
  219. package/es/plus/productSelect/components/pisellPriceText/index.js +43 -0
  220. package/es/plus/productSelect/hooks/useToken.d.ts +18 -0
  221. package/es/plus/productSelect/hooks/useToken.js +34 -0
  222. package/es/plus/productSelect/index.d.ts +31 -0
  223. package/es/plus/productSelect/index.js +270 -0
  224. package/es/plus/productSelect/index.less +56 -0
  225. package/es/plus/productSelect/locales.d.ts +18 -0
  226. package/es/plus/productSelect/locales.js +17 -0
  227. package/es/plus/productSelect/theme/token.d.ts +17 -0
  228. package/es/plus/productSelect/theme/token.js +19 -0
  229. package/es/plus/productSelect/utils.d.ts +39 -0
  230. package/es/plus/productSelect/utils.js +162 -0
  231. package/es/utils/index.d.ts +1 -1
  232. package/lib/components/Sales/Summary/utils.d.ts +1 -1
  233. package/lib/components/appointmentBooking/components/Cart/Item/Total.d.ts +0 -1
  234. package/lib/components/appointmentBooking/components/Cart/index.d.ts +0 -1
  235. package/lib/components/appointmentBooking/components/Content/index.js +1 -1
  236. package/lib/components/appointmentBooking/components/Content/index.less +3 -3
  237. package/lib/components/appointmentBooking/components/Deposit/index.d.ts +0 -1
  238. package/lib/components/appointmentBooking/components/Header/index.d.ts +0 -1
  239. package/lib/components/appointmentBooking/components/Services/index.js +2 -2
  240. package/lib/components/appointmentBooking/components/Voucher/index.d.ts +0 -1
  241. package/lib/components/appointmentBooking/deposit/index.d.ts +0 -1
  242. package/lib/components/appointmentBooking/index.js +6 -1
  243. package/lib/components/booking/addons/model.d.ts +10 -1
  244. package/lib/components/booking/components/TabProduct/productItem/index.d.ts +0 -1
  245. package/lib/components/booking/components/TabProduct/selectProductItem/index.d.ts +0 -1
  246. package/lib/components/booking/components/collapsibleList/utils.d.ts +0 -1
  247. package/lib/components/booking/components/emptyBooking/index.d.ts +0 -1
  248. package/lib/components/booking/components/footer/FooterMenus/index.d.ts +0 -1
  249. package/lib/components/booking/components/reloadResourceModal/index.d.ts +0 -1
  250. package/lib/components/booking/deposit/index.d.ts +0 -1
  251. package/lib/components/booking/forms/model.d.ts +10 -1
  252. package/lib/components/booking/forms/sendModal/useSendModal.d.ts +0 -1
  253. package/lib/components/booking/forms/single/RenderValueById.d.ts +1 -0
  254. package/lib/components/booking/forms/single/RenderValueById.js +37 -9
  255. package/lib/components/booking/forms/single/index.d.ts +0 -1
  256. package/lib/components/booking/forms/single/index.less +67 -1
  257. package/lib/components/booking/hooks/useClearCart.d.ts +0 -1
  258. package/lib/components/booking/info/clientVariant/hooks/useClientFn.d.ts +0 -1
  259. package/lib/components/booking/info/date/index.d.ts +0 -1
  260. package/lib/components/booking/info/header/index.d.ts +0 -1
  261. package/lib/components/booking/info/hooks/useInfoHolder.d.ts +1 -0
  262. package/lib/components/booking/info/model.d.ts +10 -1
  263. package/lib/components/booking/info/notes/index.d.ts +0 -1
  264. package/lib/components/booking/info/service/Lists.d.ts +1 -0
  265. package/lib/components/booking/info/service/actions/index.d.ts +0 -1
  266. package/lib/components/booking/info/service/addService/utils.d.ts +1 -1
  267. package/lib/components/booking/info/service/serviceList/index.d.ts +0 -1
  268. package/lib/components/booking/info/service2/utils.d.ts +1 -1
  269. package/lib/components/booking/info2/service/actions/index.d.ts +0 -1
  270. package/lib/components/booking/info2/service/addService/index.d.ts +0 -1
  271. package/lib/components/booking/info2/service/addService/utils.d.ts +1 -1
  272. package/lib/components/booking/info2/service/addTimeModal/index.js +0 -1
  273. package/lib/components/booking/info2/service/serviceList/index.d.ts +0 -1
  274. package/lib/components/booking/locales.d.ts +3 -0
  275. package/lib/components/booking/locales.js +6 -3
  276. package/lib/components/booking/materiels/contacts/index.d.ts +0 -1
  277. package/lib/components/booking/materiels/startTime/index.d.ts +1 -0
  278. package/lib/components/booking/model.d.ts +9 -1
  279. package/lib/components/booking/notes/NoteBlock/NoteItem/index.d.ts +0 -1
  280. package/lib/components/booking/notes/NoteBlock/index.d.ts +0 -1
  281. package/lib/components/booking/notes/model.d.ts +10 -1
  282. package/lib/components/booking/payments/model.d.ts +10 -1
  283. package/lib/components/booking/utils.d.ts +2 -2
  284. package/lib/components/eftpos/index.d.ts +0 -1
  285. package/lib/components/eftpos/pos.d.ts +0 -1
  286. package/lib/components/eftposPay/amount.d.ts +1 -2
  287. package/lib/components/eftposPay/app.d.ts +0 -1
  288. package/lib/components/eftposPay/component/fail/network.d.ts +0 -1
  289. package/lib/components/eftposPay/component/manual/index.d.ts +0 -1
  290. package/lib/components/eftposPay/component/signature/index.d.ts +0 -1
  291. package/lib/components/eftposPay/device.d.ts +1 -2
  292. package/lib/components/eftposPay/hooks.d.ts +2 -2
  293. package/lib/components/eftposPay/payo/config.d.ts +0 -1
  294. package/lib/components/eftposPay/store/index.d.ts +5 -5
  295. package/lib/components/eftposPay/tip.d.ts +0 -1
  296. package/lib/components/eftposPay/windcave/receiptAction.d.ts +0 -1
  297. package/lib/components/eftposPay/windcave/windcave.d.ts +0 -1
  298. package/lib/components/eventBooking/components/Provider/Cart/Item/Total.d.ts +0 -1
  299. package/lib/components/eventBooking/components/Provider/Cart/Item/index.d.ts +0 -1
  300. package/lib/components/eventBooking/components/Provider/Cart/index.d.ts +0 -1
  301. package/lib/components/eventBooking/components/Provider/Content/index.d.ts +0 -1
  302. package/lib/components/eventBooking/components/Provider/EmptyHolderModal/index.d.ts +0 -1
  303. package/lib/components/eventBooking/components/Provider/Event/index.d.ts +0 -1
  304. package/lib/components/eventBooking/components/Provider/Footer/index.d.ts +0 -1
  305. package/lib/components/eventBooking/components/Provider/Header/index.d.ts +0 -1
  306. package/lib/components/eventBooking/components/Provider/OrderProductModal/index.d.ts +0 -1
  307. package/lib/components/eventBooking/components/Provider/RemoveOptionConfirmModal.d.ts +0 -1
  308. package/lib/components/eventBooking/components/Provider/Resource/index.d.ts +0 -1
  309. package/lib/components/eventBooking/components/Provider/SelectHolderModal.d.ts +0 -1
  310. package/lib/components/eventBooking/components/bookingDetailModal/components/BookingOptions.d.ts +0 -1
  311. package/lib/components/eventBooking/components/bookingDetailModal/components/Resource.d.ts +0 -1
  312. package/lib/components/eventBooking/components/bookingDetailModal/components/Schedule.d.ts +0 -1
  313. package/lib/components/eventBooking/components/scheduleCalendar/ProductItem/index.d.ts +0 -1
  314. package/lib/components/eventBooking/components/scheduleCalendar/components/ScheduleTimeItem/index.d.ts +0 -1
  315. package/lib/components/eventBooking/index.js +6 -1
  316. package/lib/components/login/index.d.ts +0 -1
  317. package/lib/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/ThreedsLoading/index.d.ts +0 -1
  318. package/lib/components/pay/toC/model.d.ts +9 -1
  319. package/lib/components/pisellSelectCustomerModal/RightPanel/Add/BirthdayField/index.d.ts +0 -1
  320. package/lib/components/pisellSelectCustomerModal/RightPanel/Add/GenderField/index.d.ts +0 -1
  321. package/lib/components/pisellSelectCustomerModal/RightPanel/Add/index.d.ts +0 -1
  322. package/lib/components/pisellSelectCustomerModal/RightPanel/List/index.d.ts +0 -1
  323. package/lib/components/pisellSelectCustomerModal/RightPanel/index.d.ts +0 -1
  324. package/lib/components/pisellSelectCustomerModal/index.d.ts +0 -1
  325. package/lib/components/productExtension/fields/SelectProducts/ProductItem/index.d.ts +0 -1
  326. package/lib/components/productExtension/fields/SelectProducts/ProductItemPreview/index.d.ts +0 -1
  327. package/lib/components/productExtension/fields/SelectProducts/index.d.ts +0 -1
  328. package/lib/components/productExtension/fields/SelectResourcesTable/index.d.ts +0 -1
  329. package/lib/components/productExtension/index.d.ts +0 -1
  330. package/lib/components/productSelect/components/TabProduct/index.d.ts +0 -1
  331. package/lib/components/ruleSetting/ruleBorder/index.d.ts +0 -1
  332. package/lib/components/schedules/calendar/index.d.ts +0 -1
  333. package/lib/components/schedules/components/ScheduleDetailList/index.d.ts +0 -1
  334. package/lib/components/schedules/components/ScheduleList/index.d.ts +0 -1
  335. package/lib/components/schedules/model.d.ts +9 -1
  336. package/lib/components/schedules/products/ProductDetailDrawer/ProductDetail/MaxParticipantsModule/index.d.ts +0 -1
  337. package/lib/components/schedules/products/ProductDetailDrawer/ProductDetail/ResourcesModule/index.d.ts +0 -1
  338. package/lib/components/schedules/products/ProductDetailDrawer/ProductDetail/SchedulesModule/AddSchedules/index.d.ts +0 -1
  339. package/lib/components/schedules/products/ProductDetailDrawer/ProductDetail/SchedulesModule/index.d.ts +0 -1
  340. package/lib/components/schedules/products/ProductDetailDrawer/index.d.ts +0 -1
  341. package/lib/components/schedules/products/list/ProductItem/index.d.ts +0 -1
  342. package/lib/components/schedules/products/list/index.d.ts +0 -1
  343. package/lib/components/schedules/resources/index.d.ts +0 -1
  344. package/lib/components/schedules/resources/list/index.d.ts +0 -1
  345. package/lib/components/schedules/schedules/AllSchedules/index.d.ts +0 -1
  346. package/lib/components/schedules/schedules/ScheduleDetailDrawer/index.d.ts +0 -1
  347. package/lib/components/schedules/schedules/index.d.ts +0 -1
  348. package/lib/components/schedules/utils.d.ts +1 -1
  349. package/lib/components/schedules/utils.js +1 -1
  350. package/lib/components/shoppingCart/components/Cart/Product.d.ts +1 -0
  351. package/lib/components/shoppingCart/components/Cart/index.d.ts +0 -1
  352. package/lib/components/shoppingCart/hooks/useAddService.d.ts +0 -1
  353. package/lib/components/shoppingCart/hooks/useClearCart.d.ts +0 -1
  354. package/lib/components/shoppingCart/index.d.ts +0 -1
  355. package/lib/components/taxSelect/index.d.ts +0 -1
  356. package/lib/components/ticketBooking/components/addServiceVariant/addService.js +3 -3
  357. package/lib/components/ticketBooking/components/menuBar/index.d.ts +0 -1
  358. package/lib/components/wallet/Detail/model.d.ts +13 -1
  359. package/lib/components/wallet/DiscountCard/model.d.ts +14 -1
  360. package/lib/components/wallet/PointCard/model.d.ts +13 -1
  361. package/lib/components/wallet/RechargeableCard/model.d.ts +29 -1
  362. package/lib/components/wallet/Voucher/model.d.ts +13 -1
  363. package/lib/components/wallet/hooks/useWalletCard.d.ts +0 -1
  364. package/lib/components/wallet/model.d.ts +9 -1
  365. package/lib/components/workSpaceList/components/SearchWorkspaceAndBase/index.d.ts +1 -0
  366. package/lib/hooks/useWindowSize.js +6 -1
  367. package/lib/plus/productSelect/CategoryTabs/CategorySkeleton.d.ts +10 -0
  368. package/lib/plus/productSelect/CategoryTabs/CategorySkeleton.js +62 -0
  369. package/lib/plus/productSelect/CategoryTabs/CategorySkeleton.less +30 -0
  370. package/lib/plus/productSelect/CategoryTabs/index.d.ts +18 -0
  371. package/lib/plus/productSelect/CategoryTabs/index.js +183 -0
  372. package/lib/plus/productSelect/ProductCard/ProductCardSkeleton.d.ts +10 -0
  373. package/lib/plus/productSelect/ProductCard/ProductCardSkeleton.js +58 -0
  374. package/lib/plus/productSelect/ProductCard/ProductCardSkeleton.less +81 -0
  375. package/lib/plus/productSelect/ProductCard/index.d.ts +45 -0
  376. package/lib/plus/productSelect/ProductCard/index.js +184 -0
  377. package/lib/plus/productSelect/ProductCard/index.less +270 -0
  378. package/lib/plus/productSelect/ProductList/gridComponents.d.ts +44 -0
  379. package/lib/plus/productSelect/ProductList/gridComponents.js +148 -0
  380. package/lib/plus/productSelect/ProductList/index.d.ts +22 -0
  381. package/lib/plus/productSelect/ProductList/index.js +86 -0
  382. package/lib/plus/productSelect/ProductList/index.less +0 -0
  383. package/lib/plus/productSelect/components/IntersectionObserver.d.ts +42 -0
  384. package/lib/plus/productSelect/components/IntersectionObserver.js +269 -0
  385. package/lib/plus/productSelect/components/TabsStructure/TabsStructure.d.ts +30 -0
  386. package/lib/plus/productSelect/components/TabsStructure/TabsStructure.js +393 -0
  387. package/lib/plus/productSelect/components/TabsStructure/TabsStructure.less +224 -0
  388. package/lib/plus/productSelect/components/TabsStructure/hooks.d.ts +22 -0
  389. package/lib/plus/productSelect/components/TabsStructure/hooks.js +209 -0
  390. package/lib/plus/productSelect/components/TabsStructure/index.d.ts +5 -0
  391. package/lib/plus/productSelect/components/TabsStructure/index.js +92 -0
  392. package/lib/plus/productSelect/components/TabsStructure/styles.d.ts +47 -0
  393. package/lib/plus/productSelect/components/TabsStructure/styles.js +122 -0
  394. package/lib/plus/productSelect/components/TabsStructure/types.d.ts +105 -0
  395. package/lib/plus/productSelect/components/TabsStructure/types.js +17 -0
  396. package/lib/plus/productSelect/components/TabsStructure/utils.d.ts +12 -0
  397. package/lib/plus/productSelect/components/TabsStructure/utils.js +72 -0
  398. package/lib/plus/productSelect/components/pisellPriceText/index.d.ts +11 -0
  399. package/lib/plus/productSelect/components/pisellPriceText/index.js +72 -0
  400. package/lib/plus/productSelect/hooks/useToken.d.ts +18 -0
  401. package/lib/plus/productSelect/hooks/useToken.js +50 -0
  402. package/lib/plus/productSelect/index.d.ts +31 -0
  403. package/lib/plus/productSelect/index.js +299 -0
  404. package/lib/plus/productSelect/index.less +56 -0
  405. package/lib/plus/productSelect/locales.d.ts +18 -0
  406. package/lib/plus/productSelect/locales.js +41 -0
  407. package/lib/plus/productSelect/theme/token.d.ts +17 -0
  408. package/lib/plus/productSelect/theme/token.js +47 -0
  409. package/lib/plus/productSelect/utils.d.ts +39 -0
  410. package/lib/plus/productSelect/utils.js +138 -0
  411. package/lib/utils/index.d.ts +1 -1
  412. package/package.json +4 -4
@@ -30,7 +30,7 @@ export declare const calculateSubtotal: (items: CartItem[]) => string;
30
30
  * @return {*}
31
31
  * @Author: xiangfeng.xue
32
32
  */
33
- export declare const calculateTaxFee: (shopInfo: any, items: CartItem[]) => "0.00" | Decimal;
33
+ export declare const calculateTaxFee: (shopInfo: any, items: CartItem[]) => Decimal | "0.00";
34
34
  /**
35
35
  * 计算所有价格明细
36
36
  * @param items - 购物车商品数组
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import './index.less';
3
2
  declare const Total: ({ className, isFooter }: any) => JSX.Element;
4
3
  export default Total;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import './index.less';
3
2
  declare const Cart: ({ open, onCancel, onNext }: any) => JSX.Element;
4
3
  export default Cart;
@@ -251,7 +251,7 @@ var Layout = function Layout() {
251
251
  if (isMobile()) {
252
252
  var _header$getBoundingCl, _footer$getBoundingCl;
253
253
  var header = document.querySelector('.event-progress-bar');
254
- var footer = document.querySelector('.pisell-section-footers-wrapper');
254
+ var footer = document.querySelector('.pisell-section-footers-wrapper') || document.querySelector('#layout-footer');
255
255
  var content = document.querySelector('.parallel-content-mobile-wrap');
256
256
  var headerHeight = (header === null || header === void 0 || (_header$getBoundingCl = header.getBoundingClientRect()) === null || _header$getBoundingCl === void 0 ? void 0 : _header$getBoundingCl.height) || 0;
257
257
  var footerHeight = (footer === null || footer === void 0 || (_footer$getBoundingCl = footer.getBoundingClientRect()) === null || _footer$getBoundingCl === void 0 ? void 0 : _footer$getBoundingCl.height) || 0;
@@ -7,7 +7,7 @@
7
7
  flex: 1;
8
8
 
9
9
  .pisell-product-select-wrapper {
10
- .pisell-product-select-tabs-wrapper {
10
+ .pisell-product-select__tabs-wrapper {
11
11
  top: 77px !important;
12
12
  }
13
13
  }
@@ -50,7 +50,7 @@
50
50
  flex: none;
51
51
 
52
52
  .pisell-product-select-wrapper {
53
- .pisell-product-select-tabs-wrapper {
53
+ .pisell-product-select__tabs-wrapper {
54
54
  top: 0 !important;
55
55
  }
56
56
  }
@@ -97,7 +97,7 @@
97
97
 
98
98
  .parallel-content-retail-wrap {
99
99
  .pisell-product-select-wrapper {
100
- .pisell-product-select-tabs-wrapper {
100
+ .pisell-product-select__tabs-wrapper {
101
101
  top: 0px !important;
102
102
  }
103
103
  }
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import './index.less';
3
2
  export declare const DepositContent: (props: {
4
3
  isAgreeDepositPolicy: boolean;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import './index.less';
3
2
  declare const Header: () => JSX.Element;
4
3
  export default Header;
@@ -16,7 +16,7 @@ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
16
16
  import React, { useState, useEffect, forwardRef, useImperativeHandle, useMemo } from 'react';
17
17
  import dayjs from 'dayjs';
18
18
  import { isMobile, locales } from '@pisell/utils';
19
- import ProductSelect from "../../../productSelect";
19
+ import ProductSelect from "../../../../plus/productSelect";
20
20
  import useEngineContext from "../../../../hooks/useEngineContext";
21
21
  import { useAppointmentBookingContext } from "../../context";
22
22
  import { useAppointmentBooking, useAppointmentBookingSetting, useAppointmentBookingProduct, useAppointmentBookingStep } from "../../hooks";
@@ -236,7 +236,7 @@ var Services = /*#__PURE__*/forwardRef(function (props, ref) {
236
236
  var _isMobile = useMemo(function () {
237
237
  if (typeof isMobile === 'function') return isMobile();
238
238
  return isMobile;
239
- }, isMobile);
239
+ }, [isMobile]);
240
240
  return /*#__PURE__*/React.createElement("div", {
241
241
  className: "appointment-service-wrap"
242
242
  }, /*#__PURE__*/React.createElement(ProductSelect, {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import '../../../booking/components/voucher/index.less';
3
2
  import './index.less';
4
3
  declare const VoucherCard: (props: any) => JSX.Element;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import './index.less';
3
2
  declare const Deposit: (props: any) => JSX.Element;
4
3
  export default Deposit;
@@ -30,10 +30,16 @@ var AppointmentBooking = function AppointmentBooking() {
30
30
  useEffect(function () {
31
31
  var setRealVH = function setRealVH() {
32
32
  // window.innerHeight 会返回视口真实的高度(不包括工具栏)
33
- var vh = window.innerHeight * 0.01;
33
+ var height = window.innerHeight;
34
+
35
+ // 检查 URL 参数中是否有 fromTabbar
36
+ var urlParams = new URLSearchParams(window.location.search);
37
+ if (urlParams.has('fromTabbar')) {
38
+ height = height - 54;
39
+ }
40
+ var vh = height * 0.01;
34
41
  document.documentElement.style.setProperty('--vh', "".concat(vh, "px"));
35
42
  };
36
-
37
43
  // 页面加载和窗口大小变化时都重新计算
38
44
  setRealVH();
39
45
  window.addEventListener('resize', setRealVH);
@@ -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
  declare const ProductItem: ({ item, onClick, amountSymbol, style, className, }: any) => JSX.Element;
4
3
  export default ProductItem;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import "./index.less";
3
2
  declare const SelectProductItem: ({ item, onClick, onChangeQuantity, amountSymbol, style, className, disabled, }: any) => JSX.Element;
4
3
  export default SelectProductItem;
@@ -2,7 +2,7 @@ function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArra
2
2
  function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
3
3
  function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
4
4
  function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
5
- function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
5
+ function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0); } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i.return && (_r = _i.return(), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
6
6
  function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
7
7
  import React, { useMemo, useState, useEffect, forwardRef, useImperativeHandle } from "react";
8
8
  import classNames from "classnames";
@@ -13,10 +13,6 @@ import "./index.less";
13
13
 
14
14
  // tabs 子组件定义
15
15
 
16
- // 定义主键类型
17
-
18
- // Tabs 可传递的参数
19
-
20
16
  var Tabs = function Tabs(_ref, ref) {
21
17
  var renderTab = _ref.renderTab,
22
18
  rowKey = _ref.rowKey,
@@ -29,7 +29,7 @@ var BrowserSelect = function BrowserSelect(props) {
29
29
  onChange: function onChange(e) {
30
30
  var _resetProps$onChange;
31
31
  e.persist();
32
- (_resetProps$onChange = resetProps.onChange) === null || _resetProps$onChange === void 0 || _resetProps$onChange.call(resetProps, e);
32
+ (_resetProps$onChange = resetProps.onChange) === null || _resetProps$onChange === void 0 ? void 0 : _resetProps$onChange.call(resetProps, e);
33
33
  }
34
34
  }), _options);
35
35
  };
@@ -1,2 +1 @@
1
- /// <reference types="react" />
2
1
  export declare const renderBundles: (item: any, amountSymbol: string) => JSX.Element;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  /**
3
2
  * @title: 空状态
4
3
  * @description:
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import "./index.less";
3
2
  declare const FooterMenus: ({ state, menuChange, items }: any) => JSX.Element | null;
4
3
  export default FooterMenus;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import './index.less';
3
2
  interface IProps {
4
3
  modal: any;
@@ -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
+ }>;
@@ -1,9 +1,9 @@
1
- function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
2
- function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
3
- function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
2
+ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
3
+ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
4
4
  function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
5
- function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
6
- function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
5
+ function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
6
+ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
7
7
  import { miniRedux } from "@pisell/utils";
8
8
  var defaultState = {};
9
9
  var _miniRedux = miniRedux({
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { SendModalValues } from './index';
3
2
  declare const useSendModal: (bookingId?: number) => {
4
3
  open: boolean;
@@ -1,3 +1,4 @@
1
+ import './index.less';
1
2
  interface RenderValueByIdProps {
2
3
  field: any;
3
4
  value: any;
@@ -1,24 +1,38 @@
1
- import React, { useEffect, useMemo } from "react";
2
- import { isArr, isUndefined } from "@pisell/utils";
3
- import { Tag } from "antd";
4
- import { useRequest } from "ahooks";
1
+ function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
2
+ function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
3
+ function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
4
+ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
5
+ function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
6
+ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
7
+ import React, { useEffect, useMemo, useState } from 'react';
8
+ import { isArr, isUndefined, locales } from '@pisell/utils';
9
+ import { Iconfont } from '@pisell/materials';
10
+ import { Tag, Tooltip } from 'antd';
11
+ import { useRequest } from 'ahooks';
5
12
  import useEngineContext from "../../../../hooks/useEngineContext";
6
13
  import { getFormData } from "../serve";
14
+ import "./index.less";
7
15
  var RenderValueById = function RenderValueById(props) {
8
- var _field$setting, _field$setting6;
16
+ var _field$setting, _ref, _ref$toString, _field$setting6;
9
17
  var field = props.field,
10
18
  propsValue = props.value;
11
19
  var _useEngineContext = useEngineContext(),
12
20
  appHelper = _useEngineContext.appHelper;
21
+
22
+ // 关联表单展示数量
23
+ var _useState = useState(10),
24
+ _useState2 = _slicedToArray(_useState, 2),
25
+ displayCount = _useState2[0],
26
+ setDisplayCount = _useState2[1];
13
27
  var _getFormData = useRequest(getFormData, {
14
28
  manual: true,
15
- cacheKey: "formOption-".concat((_field$setting = field.setting) === null || _field$setting === void 0 ? void 0 : _field$setting.linkedTable),
29
+ cacheKey: "formOption-".concat((_field$setting = field.setting) === null || _field$setting === void 0 ? void 0 : _field$setting.linkedTable, "-").concat((_ref = propsValue || []) === null || _ref === void 0 || (_ref$toString = _ref.toString) === null || _ref$toString === void 0 ? void 0 : _ref$toString.call(_ref)),
16
30
  staleTime: 500,
17
31
  cacheTime: 5000
18
32
  });
19
33
  var value = useMemo(function () {
20
34
  var v = propsValue;
21
- if (field.filed_type === "form_to_form") {
35
+ if (field.filed_type === 'form_to_form') {
22
36
  if (isArr(propsValue)) {
23
37
  v = propsValue;
24
38
  } else if (propsValue !== null && propsValue !== void 0 && propsValue.form_ids) {
@@ -31,7 +45,7 @@ var RenderValueById = function RenderValueById(props) {
31
45
  }, [propsValue]);
32
46
  useEffect(function () {
33
47
  var _field$setting2;
34
- if (field.filed_type === "form_to_form" && (_field$setting2 = field.setting) !== null && _field$setting2 !== void 0 && _field$setting2.linkedTable) {
48
+ if (field.filed_type === 'form_to_form' && (_field$setting2 = field.setting) !== null && _field$setting2 !== void 0 && _field$setting2.linkedTable) {
35
49
  var _field$setting3;
36
50
  _getFormData.run({
37
51
  form_record_ids: value,
@@ -43,7 +57,7 @@ var RenderValueById = function RenderValueById(props) {
43
57
  }, [field.filed_type, value]);
44
58
  var options = useMemo(function () {
45
59
  var _field$setting4, _field$setting5;
46
- if (field.filed_type === "form_to_form" && field !== null && field !== void 0 && (_field$setting4 = field.setting) !== null && _field$setting4 !== void 0 && _field$setting4.linkedTable) {
60
+ if (field.filed_type === 'form_to_form' && field !== null && field !== void 0 && (_field$setting4 = field.setting) !== null && _field$setting4 !== void 0 && _field$setting4.linkedTable) {
47
61
  var _getFormData$data;
48
62
  return ((_getFormData$data = _getFormData.data) === null || _getFormData$data === void 0 || (_getFormData$data = _getFormData$data.data) === null || _getFormData$data === void 0 || (_getFormData$data = _getFormData$data.list) === null || _getFormData$data === void 0 ? void 0 : _getFormData$data.map(function (item) {
49
63
  return {
@@ -55,24 +69,61 @@ var RenderValueById = function RenderValueById(props) {
55
69
  return field === null || field === void 0 || (_field$setting5 = field.setting) === null || _field$setting5 === void 0 ? void 0 : _field$setting5.customTypeList;
56
70
  }, [field.filed_type, field === null || field === void 0 || (_field$setting6 = field.setting) === null || _field$setting6 === void 0 ? void 0 : _field$setting6.customTypeList, _getFormData.data]);
57
71
  if (isArr(value)) {
72
+ var _field$setting7;
73
+ // 是否是关联表单列表展示样式
74
+ var formListDisplay = (field === null || field === void 0 || (_field$setting7 = field.setting) === null || _field$setting7 === void 0 ? void 0 : _field$setting7.displayStyle) === 'list' && (field === null || field === void 0 ? void 0 : field.filed_type) === 'form_to_form';
58
75
  var _list = options === null || options === void 0 ? void 0 : options.filter(function (i) {
59
76
  return value === null || value === void 0 ? void 0 : value.includes((i === null || i === void 0 ? void 0 : i.id) || i.value);
60
77
  });
61
- var _str = (_list === null || _list === void 0 ? void 0 : _list.map(function (i) {
78
+ var _str = !formListDisplay && (_list === null || _list === void 0 ? void 0 : _list.map(function (i) {
62
79
  var _appHelper$utils;
63
- return /*#__PURE__*/React.createElement(Tag, null, appHelper === null || appHelper === void 0 || (_appHelper$utils = appHelper.utils) === null || _appHelper$utils === void 0 ? void 0 : _appHelper$utils.translationShop((i === null || i === void 0 ? void 0 : i.title) || (i === null || i === void 0 ? void 0 : i.label)));
64
- })) || "-";
65
- return /*#__PURE__*/React.createElement("span", null, _str || "-");
80
+ var title = appHelper === null || appHelper === void 0 || (_appHelper$utils = appHelper.utils) === null || _appHelper$utils === void 0 ? void 0 : _appHelper$utils.translationShop((i === null || i === void 0 ? void 0 : i.title) || (i === null || i === void 0 ? void 0 : i.label));
81
+ return /*#__PURE__*/React.createElement(Tooltip, {
82
+ title: title
83
+ }, /*#__PURE__*/React.createElement(Tag, {
84
+ className: "pisell-lowcode__booking-form-link-tag-title"
85
+ }, title));
86
+ })) || '-';
87
+
88
+ // 如果列表式展示
89
+ if (formListDisplay) {
90
+ var displayList = (_list === null || _list === void 0 ? void 0 : _list.slice(0, displayCount)) || [];
91
+ _str = (displayList === null || displayList === void 0 ? void 0 : displayList.map(function (i, index) {
92
+ var _appHelper$utils2;
93
+ var title = appHelper === null || appHelper === void 0 || (_appHelper$utils2 = appHelper.utils) === null || _appHelper$utils2 === void 0 ? void 0 : _appHelper$utils2.translationShop((i === null || i === void 0 ? void 0 : i.title) || (i === null || i === void 0 ? void 0 : i.label));
94
+ return /*#__PURE__*/React.createElement("div", {
95
+ className: "pisell-lowcode__booking-form-link-to-list-item"
96
+ }, /*#__PURE__*/React.createElement("span", {
97
+ className: "pisell-lowcode__booking-form-link-to-list-item-index"
98
+ }, index + 1), /*#__PURE__*/React.createElement(Tooltip, {
99
+ title: title
100
+ }, /*#__PURE__*/React.createElement("span", {
101
+ className: "pisell-lowcode__booking-form-link-to-list-item-title"
102
+ }, title)));
103
+ })) || '-';
104
+ }
105
+ return /*#__PURE__*/React.createElement("span", {
106
+ className: formListDisplay ? 'pisell-lowcode__booking-form-link-to-list-wrap' : ''
107
+ }, _str || '-', formListDisplay && (_list === null || _list === void 0 ? void 0 : _list.length) > displayCount && /*#__PURE__*/React.createElement("div", {
108
+ className: "pisell-lowcode__booking-form-link-to-list-item-more",
109
+ onClick: function onClick() {
110
+ return setDisplayCount(function (prev) {
111
+ return Math.min(prev + 10, (_list === null || _list === void 0 ? void 0 : _list.length) || 0);
112
+ });
113
+ }
114
+ }, /*#__PURE__*/React.createElement("span", null, locales.getText('pisell2.text.form.link.to.another.record.more')), /*#__PURE__*/React.createElement(Iconfont, {
115
+ type: "icona-IconStroke"
116
+ })));
66
117
  }
67
118
  if (!isUndefined(value)) {
68
- var _field$setting7, _appHelper$utils2, _item$, _item$2;
69
- if ((field === null || field === void 0 ? void 0 : field.filed_type) === "select" && !(field !== null && field !== void 0 && (_field$setting7 = field.setting) !== null && _field$setting7 !== void 0 && _field$setting7.version)) {
70
- return /*#__PURE__*/React.createElement("span", null, value || "-");
119
+ var _field$setting8, _appHelper$utils3, _item$, _item$2;
120
+ if ((field === null || field === void 0 ? void 0 : field.filed_type) === 'select' && !(field !== null && field !== void 0 && (_field$setting8 = field.setting) !== null && _field$setting8 !== void 0 && _field$setting8.version)) {
121
+ return /*#__PURE__*/React.createElement("span", null, value || '-');
71
122
  }
72
123
  var _item = options === null || options === void 0 ? void 0 : options.filter(function (i) {
73
124
  return (i === null || i === void 0 ? void 0 : i.id) == value;
74
125
  });
75
- return (appHelper === null || appHelper === void 0 || (_appHelper$utils2 = appHelper.utils) === null || _appHelper$utils2 === void 0 ? void 0 : _appHelper$utils2.translationShop((_item === null || _item === void 0 || (_item$ = _item[0]) === null || _item$ === void 0 ? void 0 : _item$.title) || (_item === null || _item === void 0 || (_item$2 = _item[0]) === null || _item$2 === void 0 ? void 0 : _item$2.label))) || "-";
126
+ return (appHelper === null || appHelper === void 0 || (_appHelper$utils3 = appHelper.utils) === null || _appHelper$utils3 === void 0 ? void 0 : _appHelper$utils3.translationShop((_item === null || _item === void 0 || (_item$ = _item[0]) === null || _item$ === void 0 ? void 0 : _item$.title) || (_item === null || _item === void 0 || (_item$2 = _item[0]) === null || _item$2 === void 0 ? void 0 : _item$2.label))) || '-';
76
127
  }
77
128
  return null;
78
129
  };
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import './index.less';
3
2
  /**
4
3
  * @title: 表单选择器
@@ -1,3 +1,69 @@
1
1
  .attachment-item {
2
2
  width: 100%;
3
- }
3
+ }
4
+
5
+ .pisell-lowcode__booking-form-link-tag-title {
6
+ overflow: hidden;
7
+ text-overflow: ellipsis;
8
+ white-space: nowrap;
9
+ display: inline-block;
10
+ max-width: 100%;
11
+ }
12
+
13
+ .pisell-lowcode__booking-form-link-to-list-wrap {
14
+ display: flex;
15
+ flex-direction: column;
16
+ gap: 12px;
17
+
18
+
19
+ .pisell-lowcode__booking-form-link-to-list-item-more {
20
+ padding: 4px 6px;
21
+ color: #705dff;
22
+ font-size: 14px;
23
+ cursor: pointer;
24
+ background-color: #f9fafb;
25
+ border-radius: 8px;
26
+ border: 1px solid #eaecf0;
27
+ display: flex;
28
+ justify-content: center;
29
+ align-items: center;
30
+ gap: 4px;
31
+ }
32
+
33
+ .pisell-lowcode__booking-form-link-to-list-item {
34
+ display: flex;
35
+ align-items: center;
36
+ gap: 8px;
37
+ background-color: #f9fafb;
38
+ padding: 12px 14px;
39
+ border-radius: 8px;
40
+ border: 1px solid #eaecf0;
41
+ color: #101828;
42
+ font-size: 16px;
43
+ font-weight: 500;
44
+ white-space: normal;
45
+
46
+ .pisell-lowcode__booking-form-link-to-list-item-index {
47
+ padding: 0 5px;
48
+ min-width: 20px;
49
+ min-height: 20px;
50
+ line-height: 20px;
51
+ border-radius: 20px;
52
+ font-size: 14px;
53
+ font-weight: 600;
54
+ background-color: #705dff;
55
+ display: flex;
56
+ align-items: center;
57
+ justify-content: center;
58
+ color: #fff;
59
+ }
60
+
61
+ .pisell-lowcode__booking-form-link-to-list-item-title {
62
+ flex: 1;
63
+ overflow: hidden;
64
+ text-overflow: ellipsis;
65
+ white-space: nowrap;
66
+ display: block;
67
+ }
68
+ }
69
+ }
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const useClearCart: (state: any, dispatch: any) => false | JSX.Element;
3
2
  export default useClearCart;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { FormState } from '../../../model';
3
2
  interface useClientFnParams {
4
3
  state: any;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import "./index.less";
3
2
  export declare const updateServiceDate: (services: any[], date: any, isTime: boolean) => any[];
4
3
  declare const DateCom: () => JSX.Element;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import './index.less';
3
2
  declare const header: ({ state, dispatch }: any) => JSX.Element;
4
3
  export default header;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { EditServiceRef } from "../service/editService";
2
3
  declare const useInfoHolder: (state: any, dispatch: any) => {
3
4
  detailRef: import("react").MutableRefObject<EditServiceRef | undefined>;
@@ -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,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const Notes: () => JSX.Element | null;
3
2
  export default Notes;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  declare const Lists: ({ onEdit, onChange, onAction, isParallelResource }: any) => JSX.Element;
2
3
  export default Lists;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import "./index.less";
3
2
  declare const Actions: ({ currentService }: {
4
3
  currentService: any;
@@ -6,7 +6,7 @@ export declare const getDurationProps: ({ cacheItem, useStartTime, currentResour
6
6
  type: string;
7
7
  value: number;
8
8
  };
9
- locale: string;
9
+ locale: any;
10
10
  slice: any;
11
11
  selectProps: {
12
12
  size: string;
@@ -19,7 +19,7 @@ var Like = function Like(_ref) {
19
19
  }
20
20
  e.preventDefault();
21
21
  e.stopPropagation();
22
- onChange === null || onChange === void 0 || onChange(status === "like" ? "common" : "like");
22
+ onChange === null || onChange === void 0 ? void 0 : onChange(status === "like" ? "common" : "like");
23
23
  }
24
24
  });
25
25
  };
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import './index.less';
3
2
  declare const ServiceList: ({ onEdit }: {
4
3
  onEdit: any;
@@ -244,4 +244,4 @@ export declare const updateAppointmentServicePrice: (state: any, { start_date, e
244
244
  * @Author: WangHan
245
245
  * @Date: 2024-12-24 11:32
246
246
  */
247
- export declare const updateServicePrice: (state: any) => never[] | Promise<any>;
247
+ export declare const updateServicePrice: (state: any) => Promise<any> | never[];
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import '../../../info/service/actions/index.less';
3
2
  declare const Actions: ({ currentService }: {
4
3
  currentService: any;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { PisellDrawerProps } from '../../../components/drawer';
3
2
  import '../../../info/service/addService/index.less';
4
3
  interface AddServiceProps {
@@ -7,7 +7,7 @@ export declare const getDurationProps: ({ cacheItem, useStartTime, currentResour
7
7
  type: string;
8
8
  value: number;
9
9
  };
10
- locale: string;
10
+ locale: any;
11
11
  slice: any;
12
12
  selectProps: {
13
13
  size: string;
@@ -272,7 +272,6 @@ var AddTimeModal = function AddTimeModal() {
272
272
  case 3:
273
273
  newList = _context2.sent;
274
274
  list = newList.map(function (d) {
275
- debugger;
276
275
  // 是否可用
277
276
  var isUsable = isUsableProduct(d.add_time, state.service.cacheItem);
278
277
  return _objectSpread(_objectSpread({}, d), {}, {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import './index.less';
3
2
  declare const ServiceList: ({ onEdit }: {
4
3
  onEdit: any;