@pisell/private-materials 6.2.32 → 6.3.2

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 (669) 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 -9
  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 +9 -9
  9. package/build/lowcode/view.css +1 -1
  10. package/build/lowcode/view.js +9 -9
  11. package/es/components/Sales/Cart/index.js +0 -1
  12. package/es/components/Sales/Summary/utils.d.ts +1 -1
  13. package/es/components/appointmentBooking/components/Cart/Item/Total.d.ts +1 -0
  14. package/es/components/appointmentBooking/components/Cart/index.d.ts +1 -0
  15. package/es/components/appointmentBooking/components/Deposit/index.d.ts +1 -0
  16. package/es/components/appointmentBooking/components/Header/index.d.ts +1 -0
  17. package/es/components/appointmentBooking/components/Voucher/index.d.ts +1 -0
  18. package/es/components/appointmentBooking/deposit/index.d.ts +1 -0
  19. package/es/components/booking/addons/index.js +1 -4
  20. package/es/components/booking/components/TabProduct/productItem/index.d.ts +1 -0
  21. package/es/components/booking/components/TabProduct/selectProductItem/index.d.ts +1 -0
  22. package/es/components/booking/components/collapsibleList/utils.d.ts +1 -0
  23. package/es/components/booking/components/emptyBooking/index.d.ts +1 -0
  24. package/es/components/booking/components/footer/FooterMenus/index.d.ts +1 -0
  25. package/es/components/booking/components/footer/amount.d.ts +0 -1
  26. package/es/components/booking/components/footer/amount.js +3 -15
  27. package/es/components/booking/components/footer/index.js +42 -113
  28. package/es/components/booking/components/footer/index.less +2 -3
  29. package/es/components/booking/components/footer/utils.js +23 -51
  30. package/es/components/booking/components/reloadResourceModal/index.d.ts +1 -0
  31. package/es/components/booking/components/tabPane/index.js +5 -72
  32. package/es/components/booking/components/tabPane/index.less +1 -75
  33. package/es/components/booking/components/voucher/index.js +12 -26
  34. package/es/components/booking/components/voucher/index.less +1 -1
  35. package/es/components/booking/dashboard/index.d.ts +1 -1
  36. package/es/components/booking/dashboard/index.js +3 -10
  37. package/es/components/booking/deposit/index.d.ts +1 -0
  38. package/es/components/booking/forms/forms.js +1 -1
  39. package/es/components/booking/forms/sendModal/useSendModal.d.ts +1 -0
  40. package/es/components/booking/forms/single/index.d.ts +1 -0
  41. package/es/components/booking/hooks/useClearCart.d.ts +1 -0
  42. package/es/components/booking/hooks/useQuotation.js +8 -18
  43. package/es/components/booking/info/clientVariant/hooks/useClientFn.d.ts +1 -0
  44. package/es/components/booking/info/date/index.d.ts +1 -0
  45. package/es/components/booking/info/header/index.d.ts +1 -0
  46. package/es/components/booking/info/hooks/useInfoHolder.d.ts +0 -2
  47. package/es/components/booking/info/hooks/useInfoHolder.js +12 -13
  48. package/es/components/booking/info/index.less +3 -19
  49. package/es/components/booking/info/main.js +15 -14
  50. package/es/components/booking/info/notes/index.d.ts +1 -0
  51. package/es/components/booking/info/pet/index.less +1 -1
  52. package/es/components/booking/info/service/Lists.d.ts +0 -1
  53. package/es/components/booking/info/service/Lists.js +2 -5
  54. package/es/components/booking/info/service/actions/index.d.ts +1 -0
  55. package/es/components/booking/info/service/addService/utils.d.ts +1 -1
  56. package/es/components/booking/info/service/index.less +1 -1
  57. package/es/components/booking/info/service/serviceItem/index.js +2 -2
  58. package/es/components/booking/info/service/serviceList/index.d.ts +1 -0
  59. package/es/components/booking/info/service2/utils.d.ts +1 -5
  60. package/es/components/booking/info/service2/utils.js +2 -21
  61. package/es/components/booking/info2/index.js +18 -40
  62. package/es/components/booking/info2/service/actions/index.d.ts +1 -0
  63. package/es/components/booking/info2/service/addService/index.d.ts +1 -0
  64. package/es/components/booking/info2/service/addService/utils.d.ts +1 -1
  65. package/es/components/booking/info2/service/addService/utils.js +2 -1
  66. package/es/components/booking/info2/service/addTimeModal/index.js +1 -2
  67. package/es/components/booking/info2/service/editService/index.js +4 -4
  68. package/es/components/booking/info2/service/index.js +6 -11
  69. package/es/components/booking/info2/service/serviceItem/index.js +2 -2
  70. package/es/components/booking/info2/service/serviceList/index.d.ts +1 -0
  71. package/es/components/booking/info2/utilsByBooking.d.ts +0 -1
  72. package/es/components/booking/info2/utilsByBooking.js +6 -29
  73. package/es/components/booking/locales.d.ts +0 -78
  74. package/es/components/booking/locales.js +4 -106
  75. package/es/components/booking/materiels/contacts/index.d.ts +1 -0
  76. package/es/components/booking/materiels/duration/index.js +1 -1
  77. package/es/components/booking/materiels/startTime/index.d.ts +0 -1
  78. package/es/components/booking/materiels/startTime/index.js +1 -1
  79. package/es/components/booking/notes/NoteBlock/NoteItem/index.d.ts +1 -0
  80. package/es/components/booking/notes/NoteBlock/index.d.ts +1 -0
  81. package/es/components/booking/notes/addNote/index.d.ts +1 -1
  82. package/es/components/booking/notes/addNote/index.js +32 -52
  83. package/es/components/booking/notes/addNote/index.less +0 -53
  84. package/es/components/booking/utils.js +3 -3
  85. package/es/components/eftpos/index.d.ts +1 -0
  86. package/es/components/eftpos/pos.d.ts +1 -0
  87. package/es/components/eftposPay/amount.d.ts +2 -1
  88. package/es/components/eftposPay/component/fail/network.d.ts +1 -0
  89. package/es/components/eftposPay/component/manual/index.d.ts +1 -0
  90. package/es/components/eftposPay/component/signature/index.d.ts +1 -0
  91. package/es/components/eftposPay/device.d.ts +2 -1
  92. package/es/components/eftposPay/hooks.d.ts +1 -1
  93. package/es/components/eftposPay/payo/config.d.ts +1 -0
  94. package/es/components/eftposPay/store/index.d.ts +5 -5
  95. package/es/components/eftposPay/tip.d.ts +1 -0
  96. package/es/components/eftposPay/windcave/receiptAction.d.ts +1 -0
  97. package/es/components/eftposPay/windcave/windcave.d.ts +1 -0
  98. package/es/components/eventBooking/components/Provider/Cart/Item/Total.d.ts +1 -0
  99. package/es/components/eventBooking/components/Provider/Cart/Item/index.d.ts +1 -0
  100. package/es/components/eventBooking/components/Provider/Cart/index.d.ts +1 -0
  101. package/es/components/eventBooking/components/Provider/Content/index.d.ts +1 -0
  102. package/es/components/eventBooking/components/Provider/EmptyHolderModal/index.d.ts +1 -0
  103. package/es/components/eventBooking/components/Provider/Event/index.d.ts +1 -0
  104. package/es/components/eventBooking/components/Provider/Footer/index.d.ts +1 -0
  105. package/es/components/eventBooking/components/Provider/Header/index.d.ts +1 -0
  106. package/es/components/eventBooking/components/Provider/OrderProductModal/index.d.ts +1 -0
  107. package/es/components/eventBooking/components/Provider/RemoveOptionConfirmModal.d.ts +1 -0
  108. package/es/components/eventBooking/components/Provider/Resource/index.d.ts +1 -0
  109. package/es/components/eventBooking/components/Provider/SelectHolderModal.d.ts +1 -0
  110. package/es/components/eventBooking/components/bookingDetailModal/components/BookingOptions.d.ts +1 -0
  111. package/es/components/eventBooking/components/bookingDetailModal/components/Resource.d.ts +1 -0
  112. package/es/components/eventBooking/components/bookingDetailModal/components/Schedule.d.ts +1 -0
  113. package/es/components/eventBooking/components/scheduleCalendar/ProductItem/index.d.ts +1 -0
  114. package/es/components/eventBooking/components/scheduleCalendar/components/ScheduleTimeItem/index.d.ts +1 -0
  115. package/es/components/login/index.d.ts +1 -0
  116. package/es/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/ThreedsLoading/index.d.ts +1 -0
  117. package/es/components/pisellSelectCustomerModal/RightPanel/Add/BirthdayField/index.d.ts +1 -0
  118. package/es/components/pisellSelectCustomerModal/RightPanel/Add/GenderField/index.d.ts +1 -0
  119. package/es/components/pisellSelectCustomerModal/RightPanel/Add/index.d.ts +1 -0
  120. package/es/components/pisellSelectCustomerModal/RightPanel/List/index.d.ts +1 -0
  121. package/es/components/pisellSelectCustomerModal/RightPanel/index.d.ts +1 -0
  122. package/es/components/pisellSelectCustomerModal/index.d.ts +1 -0
  123. package/es/components/productExtension/fields/SelectProducts/ProductItem/index.d.ts +1 -0
  124. package/es/components/productExtension/fields/SelectProducts/ProductItemPreview/index.d.ts +1 -0
  125. package/es/components/productExtension/fields/SelectProducts/index.d.ts +1 -0
  126. package/es/components/productExtension/fields/SelectResourcesTable/index.d.ts +1 -0
  127. package/es/components/productExtension/index.d.ts +1 -0
  128. package/es/components/productSelect/components/TabProduct/index.d.ts +1 -0
  129. package/es/components/productSelect/components/productGroup/index.js +4 -20
  130. package/es/components/productSelect/components/productGroup/index.less +0 -17
  131. package/es/components/ruleSetting/ruleBorder/index.d.ts +1 -0
  132. package/es/components/schedules/calendar/index.d.ts +1 -0
  133. package/es/components/schedules/components/ScheduleDetailList/index.d.ts +1 -0
  134. package/es/components/schedules/components/ScheduleList/index.d.ts +1 -0
  135. package/es/components/schedules/products/ProductDetailDrawer/ProductDetail/MaxParticipantsModule/index.d.ts +1 -0
  136. package/es/components/schedules/products/ProductDetailDrawer/ProductDetail/ResourcesModule/index.d.ts +1 -0
  137. package/es/components/schedules/products/ProductDetailDrawer/ProductDetail/SchedulesModule/AddSchedules/index.d.ts +1 -0
  138. package/es/components/schedules/products/ProductDetailDrawer/ProductDetail/SchedulesModule/index.d.ts +1 -0
  139. package/es/components/schedules/products/ProductDetailDrawer/index.d.ts +1 -0
  140. package/es/components/schedules/products/list/ProductItem/index.d.ts +1 -0
  141. package/es/components/schedules/products/list/index.d.ts +1 -0
  142. package/es/components/schedules/resources/index.d.ts +1 -0
  143. package/es/components/schedules/resources/list/index.d.ts +1 -0
  144. package/es/components/schedules/schedules/AllSchedules/index.d.ts +1 -0
  145. package/es/components/schedules/schedules/ScheduleDetailDrawer/index.d.ts +1 -0
  146. package/es/components/schedules/schedules/index.d.ts +1 -0
  147. package/es/components/shoppingCart/components/Cart/Product.d.ts +0 -1
  148. package/es/components/shoppingCart/components/Cart/Product.js +7 -46
  149. package/es/components/shoppingCart/components/Cart/index.d.ts +1 -0
  150. package/es/components/shoppingCart/components/Cart/index.less +1 -15
  151. package/es/components/shoppingCart/hooks/useAddService.d.ts +1 -0
  152. package/es/components/shoppingCart/hooks/useClearCart.d.ts +1 -0
  153. package/es/components/shoppingCart/index.d.ts +1 -0
  154. package/es/components/shoppingCart/type.d.ts +0 -1
  155. package/es/components/subTotal/index.less +1 -1
  156. package/es/components/taxSelect/index.d.ts +1 -0
  157. package/es/components/ticketBooking/components/addServiceVariant/addService.js +291 -158
  158. package/es/components/ticketBooking/components/menuBar/index.d.ts +1 -0
  159. package/es/components/ticketBooking/components/ticketBooking/index.js +34 -214
  160. package/es/components/ticketBooking/components/ticketBooking/index.less +1 -29
  161. package/es/components/ticketBooking/components/timeBar/index.d.ts +0 -1
  162. package/es/components/ticketBooking/components/timeBar/index.js +15 -19
  163. package/es/components/ticketBooking/index.js +3 -21
  164. package/es/components/ticketBooking/index.less +1 -1
  165. package/es/components/ticketBooking/locales.d.ts +3 -9
  166. package/es/components/ticketBooking/locales.js +3 -9
  167. package/es/components/ticketBooking/serve.js +11 -11
  168. package/es/components/ticketBooking/utils/index.d.ts +4 -39
  169. package/es/components/ticketBooking/utils/index.js +28 -109
  170. package/es/components/wallet/hooks/useWalletCard.d.ts +1 -0
  171. package/es/components/workSpaceList/components/SearchWorkspaceAndBase/index.d.ts +0 -1
  172. package/es/index.d.ts +0 -4
  173. package/es/index.js +1 -5
  174. package/lib/components/Sales/Cart/index.js +0 -1
  175. package/lib/components/Sales/Summary/utils.d.ts +1 -1
  176. package/lib/components/appointmentBooking/components/Cart/Item/Total.d.ts +1 -0
  177. package/lib/components/appointmentBooking/components/Cart/index.d.ts +1 -0
  178. package/lib/components/appointmentBooking/components/Deposit/index.d.ts +1 -0
  179. package/lib/components/appointmentBooking/components/Header/index.d.ts +1 -0
  180. package/lib/components/appointmentBooking/components/Voucher/index.d.ts +1 -0
  181. package/lib/components/appointmentBooking/deposit/index.d.ts +1 -0
  182. package/lib/components/booking/addons/index.js +1 -4
  183. package/lib/components/booking/components/TabProduct/productItem/index.d.ts +1 -0
  184. package/lib/components/booking/components/TabProduct/selectProductItem/index.d.ts +1 -0
  185. package/lib/components/booking/components/collapsibleList/utils.d.ts +1 -0
  186. package/lib/components/booking/components/emptyBooking/index.d.ts +1 -0
  187. package/lib/components/booking/components/footer/FooterMenus/index.d.ts +1 -0
  188. package/lib/components/booking/components/footer/amount.d.ts +0 -1
  189. package/lib/components/booking/components/footer/amount.js +3 -5
  190. package/lib/components/booking/components/footer/index.js +23 -96
  191. package/lib/components/booking/components/footer/index.less +2 -3
  192. package/lib/components/booking/components/footer/utils.js +12 -37
  193. package/lib/components/booking/components/reloadResourceModal/index.d.ts +1 -0
  194. package/lib/components/booking/components/tabPane/index.js +4 -57
  195. package/lib/components/booking/components/tabPane/index.less +1 -75
  196. package/lib/components/booking/components/voucher/index.js +11 -23
  197. package/lib/components/booking/components/voucher/index.less +1 -1
  198. package/lib/components/booking/dashboard/index.d.ts +1 -1
  199. package/lib/components/booking/dashboard/index.js +2 -7
  200. package/lib/components/booking/deposit/index.d.ts +1 -0
  201. package/lib/components/booking/forms/forms.js +1 -1
  202. package/lib/components/booking/forms/sendModal/useSendModal.d.ts +1 -0
  203. package/lib/components/booking/forms/single/index.d.ts +1 -0
  204. package/lib/components/booking/hooks/useClearCart.d.ts +1 -0
  205. package/lib/components/booking/hooks/useQuotation.js +2 -4
  206. package/lib/components/booking/info/clientVariant/hooks/useClientFn.d.ts +1 -0
  207. package/lib/components/booking/info/date/index.d.ts +1 -0
  208. package/lib/components/booking/info/header/index.d.ts +1 -0
  209. package/lib/components/booking/info/hooks/useInfoHolder.d.ts +0 -2
  210. package/lib/components/booking/info/hooks/useInfoHolder.js +6 -12
  211. package/lib/components/booking/info/index.less +3 -19
  212. package/lib/components/booking/info/main.js +5 -12
  213. package/lib/components/booking/info/notes/index.d.ts +1 -0
  214. package/lib/components/booking/info/pet/index.less +1 -1
  215. package/lib/components/booking/info/service/Lists.d.ts +0 -1
  216. package/lib/components/booking/info/service/Lists.js +2 -6
  217. package/lib/components/booking/info/service/actions/index.d.ts +1 -0
  218. package/lib/components/booking/info/service/addService/utils.d.ts +1 -1
  219. package/lib/components/booking/info/service/index.less +1 -1
  220. package/lib/components/booking/info/service/serviceItem/index.js +2 -2
  221. package/lib/components/booking/info/service/serviceList/index.d.ts +1 -0
  222. package/lib/components/booking/info/service2/utils.d.ts +1 -5
  223. package/lib/components/booking/info/service2/utils.js +2 -23
  224. package/lib/components/booking/info2/index.js +9 -30
  225. package/lib/components/booking/info2/service/actions/index.d.ts +1 -0
  226. package/lib/components/booking/info2/service/addService/index.d.ts +1 -0
  227. package/lib/components/booking/info2/service/addService/utils.d.ts +1 -1
  228. package/lib/components/booking/info2/service/addService/utils.js +3 -3
  229. package/lib/components/booking/info2/service/addTimeModal/index.js +0 -1
  230. package/lib/components/booking/info2/service/editService/index.js +3 -3
  231. package/lib/components/booking/info2/service/index.js +6 -6
  232. package/lib/components/booking/info2/service/serviceItem/index.js +2 -2
  233. package/lib/components/booking/info2/service/serviceList/index.d.ts +1 -0
  234. package/lib/components/booking/info2/utilsByBooking.d.ts +0 -1
  235. package/lib/components/booking/info2/utilsByBooking.js +4 -24
  236. package/lib/components/booking/locales.d.ts +0 -78
  237. package/lib/components/booking/locales.js +4 -100
  238. package/lib/components/booking/materiels/contacts/index.d.ts +1 -0
  239. package/lib/components/booking/materiels/duration/index.js +1 -1
  240. package/lib/components/booking/materiels/startTime/index.d.ts +0 -1
  241. package/lib/components/booking/materiels/startTime/index.js +1 -1
  242. package/lib/components/booking/notes/NoteBlock/NoteItem/index.d.ts +1 -0
  243. package/lib/components/booking/notes/NoteBlock/index.d.ts +1 -0
  244. package/lib/components/booking/notes/addNote/index.d.ts +1 -1
  245. package/lib/components/booking/notes/addNote/index.js +23 -41
  246. package/lib/components/booking/notes/addNote/index.less +0 -53
  247. package/lib/components/booking/utils.js +3 -3
  248. package/lib/components/eftpos/index.d.ts +1 -0
  249. package/lib/components/eftpos/pos.d.ts +1 -0
  250. package/lib/components/eftposPay/amount.d.ts +2 -1
  251. package/lib/components/eftposPay/component/fail/network.d.ts +1 -0
  252. package/lib/components/eftposPay/component/manual/index.d.ts +1 -0
  253. package/lib/components/eftposPay/component/signature/index.d.ts +1 -0
  254. package/lib/components/eftposPay/device.d.ts +2 -1
  255. package/lib/components/eftposPay/hooks.d.ts +1 -1
  256. package/lib/components/eftposPay/payo/config.d.ts +1 -0
  257. package/lib/components/eftposPay/store/index.d.ts +5 -5
  258. package/lib/components/eftposPay/tip.d.ts +1 -0
  259. package/lib/components/eftposPay/windcave/receiptAction.d.ts +1 -0
  260. package/lib/components/eftposPay/windcave/windcave.d.ts +1 -0
  261. package/lib/components/eventBooking/components/Provider/Cart/Item/Total.d.ts +1 -0
  262. package/lib/components/eventBooking/components/Provider/Cart/Item/index.d.ts +1 -0
  263. package/lib/components/eventBooking/components/Provider/Cart/index.d.ts +1 -0
  264. package/lib/components/eventBooking/components/Provider/Content/index.d.ts +1 -0
  265. package/lib/components/eventBooking/components/Provider/EmptyHolderModal/index.d.ts +1 -0
  266. package/lib/components/eventBooking/components/Provider/Event/index.d.ts +1 -0
  267. package/lib/components/eventBooking/components/Provider/Footer/index.d.ts +1 -0
  268. package/lib/components/eventBooking/components/Provider/Header/index.d.ts +1 -0
  269. package/lib/components/eventBooking/components/Provider/OrderProductModal/index.d.ts +1 -0
  270. package/lib/components/eventBooking/components/Provider/RemoveOptionConfirmModal.d.ts +1 -0
  271. package/lib/components/eventBooking/components/Provider/Resource/index.d.ts +1 -0
  272. package/lib/components/eventBooking/components/Provider/SelectHolderModal.d.ts +1 -0
  273. package/lib/components/eventBooking/components/bookingDetailModal/components/BookingOptions.d.ts +1 -0
  274. package/lib/components/eventBooking/components/bookingDetailModal/components/Resource.d.ts +1 -0
  275. package/lib/components/eventBooking/components/bookingDetailModal/components/Schedule.d.ts +1 -0
  276. package/lib/components/eventBooking/components/scheduleCalendar/ProductItem/index.d.ts +1 -0
  277. package/lib/components/eventBooking/components/scheduleCalendar/components/ScheduleTimeItem/index.d.ts +1 -0
  278. package/lib/components/login/index.d.ts +1 -0
  279. package/lib/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/ThreedsLoading/index.d.ts +1 -0
  280. package/lib/components/pisellSelectCustomerModal/RightPanel/Add/BirthdayField/index.d.ts +1 -0
  281. package/lib/components/pisellSelectCustomerModal/RightPanel/Add/GenderField/index.d.ts +1 -0
  282. package/lib/components/pisellSelectCustomerModal/RightPanel/Add/index.d.ts +1 -0
  283. package/lib/components/pisellSelectCustomerModal/RightPanel/List/index.d.ts +1 -0
  284. package/lib/components/pisellSelectCustomerModal/RightPanel/index.d.ts +1 -0
  285. package/lib/components/pisellSelectCustomerModal/index.d.ts +1 -0
  286. package/lib/components/productExtension/fields/SelectProducts/ProductItem/index.d.ts +1 -0
  287. package/lib/components/productExtension/fields/SelectProducts/ProductItemPreview/index.d.ts +1 -0
  288. package/lib/components/productExtension/fields/SelectProducts/index.d.ts +1 -0
  289. package/lib/components/productExtension/fields/SelectResourcesTable/index.d.ts +1 -0
  290. package/lib/components/productExtension/index.d.ts +1 -0
  291. package/lib/components/productSelect/components/TabProduct/index.d.ts +1 -0
  292. package/lib/components/productSelect/components/productGroup/index.js +3 -16
  293. package/lib/components/productSelect/components/productGroup/index.less +0 -17
  294. package/lib/components/ruleSetting/ruleBorder/index.d.ts +1 -0
  295. package/lib/components/schedules/calendar/index.d.ts +1 -0
  296. package/lib/components/schedules/components/ScheduleDetailList/index.d.ts +1 -0
  297. package/lib/components/schedules/components/ScheduleList/index.d.ts +1 -0
  298. package/lib/components/schedules/products/ProductDetailDrawer/ProductDetail/MaxParticipantsModule/index.d.ts +1 -0
  299. package/lib/components/schedules/products/ProductDetailDrawer/ProductDetail/ResourcesModule/index.d.ts +1 -0
  300. package/lib/components/schedules/products/ProductDetailDrawer/ProductDetail/SchedulesModule/AddSchedules/index.d.ts +1 -0
  301. package/lib/components/schedules/products/ProductDetailDrawer/ProductDetail/SchedulesModule/index.d.ts +1 -0
  302. package/lib/components/schedules/products/ProductDetailDrawer/index.d.ts +1 -0
  303. package/lib/components/schedules/products/list/ProductItem/index.d.ts +1 -0
  304. package/lib/components/schedules/products/list/index.d.ts +1 -0
  305. package/lib/components/schedules/resources/index.d.ts +1 -0
  306. package/lib/components/schedules/resources/list/index.d.ts +1 -0
  307. package/lib/components/schedules/schedules/AllSchedules/index.d.ts +1 -0
  308. package/lib/components/schedules/schedules/ScheduleDetailDrawer/index.d.ts +1 -0
  309. package/lib/components/schedules/schedules/index.d.ts +1 -0
  310. package/lib/components/shoppingCart/components/Cart/Product.d.ts +0 -1
  311. package/lib/components/shoppingCart/components/Cart/Product.js +9 -45
  312. package/lib/components/shoppingCart/components/Cart/index.d.ts +1 -0
  313. package/lib/components/shoppingCart/components/Cart/index.less +1 -15
  314. package/lib/components/shoppingCart/hooks/useAddService.d.ts +1 -0
  315. package/lib/components/shoppingCart/hooks/useClearCart.d.ts +1 -0
  316. package/lib/components/shoppingCart/index.d.ts +1 -0
  317. package/lib/components/shoppingCart/type.d.ts +0 -1
  318. package/lib/components/subTotal/index.less +1 -1
  319. package/lib/components/taxSelect/index.d.ts +1 -0
  320. package/lib/components/ticketBooking/components/addServiceVariant/addService.js +185 -45
  321. package/lib/components/ticketBooking/components/menuBar/index.d.ts +1 -0
  322. package/lib/components/ticketBooking/components/ticketBooking/index.js +81 -233
  323. package/lib/components/ticketBooking/components/ticketBooking/index.less +1 -29
  324. package/lib/components/ticketBooking/components/timeBar/index.d.ts +0 -1
  325. package/lib/components/ticketBooking/components/timeBar/index.js +8 -15
  326. package/lib/components/ticketBooking/index.js +4 -31
  327. package/lib/components/ticketBooking/index.less +1 -1
  328. package/lib/components/ticketBooking/locales.d.ts +3 -9
  329. package/lib/components/ticketBooking/locales.js +3 -9
  330. package/lib/components/ticketBooking/serve.js +11 -11
  331. package/lib/components/ticketBooking/utils/index.d.ts +4 -39
  332. package/lib/components/ticketBooking/utils/index.js +30 -69
  333. package/lib/components/wallet/hooks/useWalletCard.d.ts +1 -0
  334. package/lib/components/workSpaceList/components/SearchWorkspaceAndBase/index.d.ts +0 -1
  335. package/lib/index.d.ts +0 -4
  336. package/lib/index.js +0 -12
  337. package/package.json +26 -26
  338. package/es/components/booking/components/actionButtons/index.d.ts +0 -31
  339. package/es/components/booking/components/actionButtons/index.js +0 -486
  340. package/es/components/booking/components/actionButtons/index.less +0 -215
  341. package/es/components/booking/components/clearCartModal/index.d.ts +0 -10
  342. package/es/components/booking/components/clearCartModal/index.js +0 -50
  343. package/es/components/booking/components/clearCartModal/index.less +0 -109
  344. package/es/components/booking/components/customiseItemModal/index.d.ts +0 -28
  345. package/es/components/booking/components/customiseItemModal/index.js +0 -298
  346. package/es/components/booking/components/customiseItemModal/index.less +0 -606
  347. package/es/components/booking/components/voucherModal/index.d.ts +0 -19
  348. package/es/components/booking/components/voucherModal/index.js +0 -47
  349. package/es/components/booking/components/voucherModal/index.less +0 -23
  350. package/es/components/booking/info2/cartClientCard/index.d.ts +0 -6
  351. package/es/components/booking/info2/cartClientCard/index.js +0 -343
  352. package/es/components/booking/info2/cartClientCard/index.less +0 -6
  353. package/es/components/booking/info2/cartClientCard/locales.d.ts +0 -21
  354. package/es/components/booking/info2/cartClientCard/locales.js +0 -26
  355. package/es/components/booking/info2/cartClientCard/types.d.ts +0 -13
  356. package/es/components/booking/info2/cartClientCard/types.js +0 -1
  357. package/es/components/booking/info2/cartClientCard/utils.d.ts +0 -3
  358. package/es/components/booking/info2/cartClientCard/utils.js +0 -7
  359. package/es/components/booking/info2/service/editNormalService/index.d.ts +0 -3
  360. package/es/components/booking/info2/service/editNormalService/index.js +0 -67
  361. package/es/components/ticketBooking/components/addServiceVariant/utils.d.ts +0 -8
  362. package/es/components/ticketBooking/components/addServiceVariant/utils.js +0 -191
  363. package/es/components/ticketBooking/components/bookingDataPanel/bookingDashboard/index.d.ts +0 -7
  364. package/es/components/ticketBooking/components/bookingDataPanel/bookingDashboard/index.js +0 -33
  365. package/es/components/ticketBooking/components/bookingDataPanel/bookingDashboard/index.less +0 -5
  366. package/es/components/ticketBooking/components/bookingDataPanel/bookingList/index.d.ts +0 -12
  367. package/es/components/ticketBooking/components/bookingDataPanel/bookingList/index.js +0 -213
  368. package/es/components/ticketBooking/components/bookingDataPanel/bookingList/index.less +0 -69
  369. package/es/components/ticketBooking/components/bookingDataPanel/bookingList/utils.d.ts +0 -6
  370. package/es/components/ticketBooking/components/bookingDataPanel/bookingList/utils.js +0 -79
  371. package/es/components/ticketBooking/components/bookingDataPanel/constants.d.ts +0 -22
  372. package/es/components/ticketBooking/components/bookingDataPanel/constants.js +0 -25
  373. package/es/components/ticketBooking/components/bookingDataPanel/index.d.ts +0 -9
  374. package/es/components/ticketBooking/components/bookingDataPanel/index.js +0 -74
  375. package/es/components/ticketBooking/components/bookingDataPanel/index.less +0 -61
  376. package/es/components/ticketBooking/components/bookingDataPanel/pisellFloatingPanel/index.d.ts +0 -14
  377. package/es/components/ticketBooking/components/bookingDataPanel/pisellFloatingPanel/index.js +0 -71
  378. package/es/components/ticketBooking/components/bookingDataPanel/serve.d.ts +0 -0
  379. package/es/components/ticketBooking/components/bookingDataPanel/serve.js +0 -0
  380. package/es/components/ticketBooking/components/floatButtons/index.d.ts +0 -11
  381. package/es/components/ticketBooking/components/floatButtons/index.js +0 -19
  382. package/es/components/ticketBooking/components/floatButtons/index.less +0 -17
  383. package/es/components/ticketBooking/hooks/pisellos/bookingTicket.d.ts +0 -1
  384. package/es/components/ticketBooking/hooks/pisellos/bookingTicket.js +0 -5
  385. package/es/components/ticketBooking/hooks/pisellos/index.d.ts +0 -3
  386. package/es/components/ticketBooking/hooks/pisellos/index.js +0 -3
  387. package/es/components/ticketBooking/hooks/pisellos/useCustomer.d.ts +0 -25
  388. package/es/components/ticketBooking/hooks/pisellos/useCustomer.js +0 -247
  389. package/es/components/ticketBooking/hooks/pisellos/useProducts.d.ts +0 -12
  390. package/es/components/ticketBooking/hooks/pisellos/useProducts.js +0 -52
  391. package/es/components/ticketBooking/hooks/pisellos/useScanCustomer.d.ts +0 -5
  392. package/es/components/ticketBooking/hooks/pisellos/useScanCustomer.js +0 -30
  393. package/es/components/ticketBooking/hooks/pisellos/useScanGlobal.d.ts +0 -5
  394. package/es/components/ticketBooking/hooks/pisellos/useScanGlobal.js +0 -29
  395. package/es/components/ticketBooking/hooks/pisellos/useScanGlobalHandle.d.ts +0 -2
  396. package/es/components/ticketBooking/hooks/pisellos/useScanGlobalHandle.js +0 -49
  397. package/es/components/ticketBooking/hooks/pisellos/useScanManager.d.ts +0 -6
  398. package/es/components/ticketBooking/hooks/pisellos/useScanManager.js +0 -20
  399. package/es/hooks/useToast.d.ts +0 -2
  400. package/es/hooks/useToast.js +0 -9
  401. package/es/hooks/useTranslationOriginal.d.ts +0 -1
  402. package/es/hooks/useTranslationOriginal.js +0 -10
  403. package/es/plus/clientCard/index.d.ts +0 -7
  404. package/es/plus/clientCard/index.js +0 -452
  405. package/es/plus/clientCard/index.less +0 -536
  406. package/es/plus/clientCard/line/index.d.ts +0 -9
  407. package/es/plus/clientCard/line/index.js +0 -157
  408. package/es/plus/clientCard/line/index.less +0 -142
  409. package/es/plus/clientCard/locales.d.ts +0 -18
  410. package/es/plus/clientCard/locales.js +0 -17
  411. package/es/plus/clientCard/types.d.ts +0 -126
  412. package/es/plus/clientCard/types.js +0 -1
  413. package/es/plus/clientCard/utils.d.ts +0 -8
  414. package/es/plus/clientCard/utils.js +0 -59
  415. package/es/plus/clientName/index.d.ts +0 -5
  416. package/es/plus/clientName/index.js +0 -18
  417. package/es/plus/clientName/index.less +0 -10
  418. package/es/plus/clientName/type.d.ts +0 -13
  419. package/es/plus/clientName/type.js +0 -1
  420. package/es/plus/clientName/utils.d.ts +0 -2
  421. package/es/plus/clientName/utils.js +0 -18
  422. package/es/plus/clinetSearch/Add/BirthdayField/index.d.ts +0 -2
  423. package/es/plus/clinetSearch/Add/BirthdayField/index.js +0 -277
  424. package/es/plus/clinetSearch/Add/GenderField/index.d.ts +0 -2
  425. package/es/plus/clinetSearch/Add/GenderField/index.js +0 -18
  426. package/es/plus/clinetSearch/Add/PhoneField/index.d.ts +0 -3
  427. package/es/plus/clinetSearch/Add/PhoneField/index.js +0 -52
  428. package/es/plus/clinetSearch/Add/PhoneField/serve.d.ts +0 -2
  429. package/es/plus/clinetSearch/Add/PhoneField/serve.js +0 -166
  430. package/es/plus/clinetSearch/Add/index.d.ts +0 -18
  431. package/es/plus/clinetSearch/Add/index.js +0 -212
  432. package/es/plus/clinetSearch/Add/index.less +0 -30
  433. package/es/plus/clinetSearch/InfiniteScroll/InfiniteScroll.d.ts +0 -5
  434. package/es/plus/clinetSearch/InfiniteScroll/InfiniteScroll.js +0 -265
  435. package/es/plus/clinetSearch/InfiniteScroll/index.d.ts +0 -2
  436. package/es/plus/clinetSearch/InfiniteScroll/index.js +0 -1
  437. package/es/plus/clinetSearch/InfiniteScroll/types.d.ts +0 -46
  438. package/es/plus/clinetSearch/InfiniteScroll/types.js +0 -1
  439. package/es/plus/clinetSearch/index.d.ts +0 -18
  440. package/es/plus/clinetSearch/index.js +0 -214
  441. package/es/plus/clinetSearch/index.less +0 -91
  442. package/es/plus/clinetSearch/locales.d.ts +0 -102
  443. package/es/plus/clinetSearch/locales.js +0 -101
  444. package/es/plus/clinetSearch/serve.d.ts +0 -1
  445. package/es/plus/clinetSearch/serve.js +0 -31
  446. package/es/plus/clinetSearch/types.d.ts +0 -49
  447. package/es/plus/clinetSearch/types.js +0 -1
  448. package/es/plus/noteModal/AddTempModal.d.ts +0 -7
  449. package/es/plus/noteModal/AddTempModal.js +0 -64
  450. package/es/plus/noteModal/index.d.ts +0 -4
  451. package/es/plus/noteModal/index.js +0 -199
  452. package/es/plus/noteModal/index.less +0 -168
  453. package/es/plus/noteModal/locales.d.ts +0 -33
  454. package/es/plus/noteModal/locales.js +0 -32
  455. package/es/plus/noteModal/types.d.ts +0 -17
  456. package/es/plus/noteModal/types.js +0 -1
  457. package/es/pro/comprehensiveSearch/camera.svg +0 -4
  458. package/es/pro/comprehensiveSearch/hooks/useNativeScanner.d.ts +0 -5
  459. package/es/pro/comprehensiveSearch/hooks/useNativeScanner.js +0 -24
  460. package/es/pro/comprehensiveSearch/hooks/useTerminalPeripherals.d.ts +0 -9
  461. package/es/pro/comprehensiveSearch/hooks/useTerminalPeripherals.js +0 -44
  462. package/es/pro/comprehensiveSearch/index.d.ts +0 -9
  463. package/es/pro/comprehensiveSearch/index.js +0 -342
  464. package/es/pro/comprehensiveSearch/index.less +0 -323
  465. package/es/pro/comprehensiveSearch/locales.d.ts +0 -18
  466. package/es/pro/comprehensiveSearch/locales.js +0 -17
  467. package/es/pro/comprehensiveSearch/types.d.ts +0 -31
  468. package/es/pro/comprehensiveSearch/types.js +0 -1
  469. package/es/pro/numberKeyboard/index.d.ts +0 -28
  470. package/es/pro/numberKeyboard/index.js +0 -155
  471. package/es/pro/numberKeyboard/index.less +0 -25
  472. package/es/pro/numberKeyboard/locales.d.ts +0 -12
  473. package/es/pro/numberKeyboard/locales.js +0 -11
  474. package/es/pro/pisellNumberSelector/example.d.ts +0 -3
  475. package/es/pro/pisellNumberSelector/example.js +0 -68
  476. package/es/pro/pisellNumberSelector/index.d.ts +0 -26
  477. package/es/pro/pisellNumberSelector/index.js +0 -250
  478. package/es/pro/pisellNumberSelector/index.less +0 -193
  479. package/es/pro/pisellPhoneKeyboard/index.d.ts +0 -12
  480. package/es/pro/pisellPhoneKeyboard/index.js +0 -210
  481. package/es/pro/pisellPhoneKeyboard/index.less +0 -157
  482. package/es/pro/pisellPhoneKeyboard/locales.d.ts +0 -12
  483. package/es/pro/pisellPhoneKeyboard/locales.js +0 -11
  484. package/es/pro/pisellPriceKeyboardModal/PisellPriceKeyboardModal.d.ts +0 -5
  485. package/es/pro/pisellPriceKeyboardModal/PisellPriceKeyboardModal.js +0 -158
  486. package/es/pro/pisellPriceKeyboardModal/PisellPriceKeyboardModal.less +0 -13
  487. package/es/pro/pisellPriceKeyboardModal/index.d.ts +0 -2
  488. package/es/pro/pisellPriceKeyboardModal/index.js +0 -1
  489. package/es/pro/pisellPriceKeyboardModal/types.d.ts +0 -25
  490. package/es/pro/pisellPriceKeyboardModal/types.js +0 -1
  491. package/es/pro/pisellPriceRadio/index.d.ts +0 -26
  492. package/es/pro/pisellPriceRadio/index.js +0 -113
  493. package/es/pro/pisellPriceRadio/index.less +0 -158
  494. package/es/pro/skuDetailModal/index.d.ts +0 -5
  495. package/es/pro/skuDetailModal/index.js +0 -352
  496. package/es/pro/skuDetailModal/index.less +0 -236
  497. package/es/pro/skuDetailModal/locales.d.ts +0 -48
  498. package/es/pro/skuDetailModal/locales.js +0 -47
  499. package/es/pro/skuDetailModal/types.d.ts +0 -347
  500. package/es/pro/skuDetailModal/types.js +0 -1
  501. package/lib/components/booking/components/actionButtons/index.d.ts +0 -31
  502. package/lib/components/booking/components/actionButtons/index.js +0 -386
  503. package/lib/components/booking/components/actionButtons/index.less +0 -215
  504. package/lib/components/booking/components/clearCartModal/index.d.ts +0 -10
  505. package/lib/components/booking/components/clearCartModal/index.js +0 -80
  506. package/lib/components/booking/components/clearCartModal/index.less +0 -109
  507. package/lib/components/booking/components/customiseItemModal/index.d.ts +0 -28
  508. package/lib/components/booking/components/customiseItemModal/index.js +0 -285
  509. package/lib/components/booking/components/customiseItemModal/index.less +0 -606
  510. package/lib/components/booking/components/voucherModal/index.d.ts +0 -19
  511. package/lib/components/booking/components/voucherModal/index.js +0 -83
  512. package/lib/components/booking/components/voucherModal/index.less +0 -23
  513. package/lib/components/booking/info2/cartClientCard/index.d.ts +0 -6
  514. package/lib/components/booking/info2/cartClientCard/index.js +0 -298
  515. package/lib/components/booking/info2/cartClientCard/index.less +0 -6
  516. package/lib/components/booking/info2/cartClientCard/locales.d.ts +0 -21
  517. package/lib/components/booking/info2/cartClientCard/locales.js +0 -50
  518. package/lib/components/booking/info2/cartClientCard/types.d.ts +0 -13
  519. package/lib/components/booking/info2/cartClientCard/types.js +0 -17
  520. package/lib/components/booking/info2/cartClientCard/utils.d.ts +0 -3
  521. package/lib/components/booking/info2/cartClientCard/utils.js +0 -37
  522. package/lib/components/booking/info2/service/editNormalService/index.d.ts +0 -3
  523. package/lib/components/booking/info2/service/editNormalService/index.js +0 -100
  524. package/lib/components/ticketBooking/components/addServiceVariant/utils.d.ts +0 -8
  525. package/lib/components/ticketBooking/components/addServiceVariant/utils.js +0 -174
  526. package/lib/components/ticketBooking/components/bookingDataPanel/bookingDashboard/index.d.ts +0 -7
  527. package/lib/components/ticketBooking/components/bookingDataPanel/bookingDashboard/index.js +0 -75
  528. package/lib/components/ticketBooking/components/bookingDataPanel/bookingDashboard/index.less +0 -5
  529. package/lib/components/ticketBooking/components/bookingDataPanel/bookingList/index.d.ts +0 -12
  530. package/lib/components/ticketBooking/components/bookingDataPanel/bookingList/index.js +0 -210
  531. package/lib/components/ticketBooking/components/bookingDataPanel/bookingList/index.less +0 -69
  532. package/lib/components/ticketBooking/components/bookingDataPanel/bookingList/utils.d.ts +0 -6
  533. package/lib/components/ticketBooking/components/bookingDataPanel/bookingList/utils.js +0 -105
  534. package/lib/components/ticketBooking/components/bookingDataPanel/constants.d.ts +0 -22
  535. package/lib/components/ticketBooking/components/bookingDataPanel/constants.js +0 -57
  536. package/lib/components/ticketBooking/components/bookingDataPanel/index.d.ts +0 -9
  537. package/lib/components/ticketBooking/components/bookingDataPanel/index.js +0 -113
  538. package/lib/components/ticketBooking/components/bookingDataPanel/index.less +0 -61
  539. package/lib/components/ticketBooking/components/bookingDataPanel/pisellFloatingPanel/index.d.ts +0 -14
  540. package/lib/components/ticketBooking/components/bookingDataPanel/pisellFloatingPanel/index.js +0 -84
  541. package/lib/components/ticketBooking/components/bookingDataPanel/serve.d.ts +0 -0
  542. package/lib/components/ticketBooking/components/bookingDataPanel/serve.js +0 -0
  543. package/lib/components/ticketBooking/components/floatButtons/index.d.ts +0 -11
  544. package/lib/components/ticketBooking/components/floatButtons/index.js +0 -52
  545. package/lib/components/ticketBooking/components/floatButtons/index.less +0 -17
  546. package/lib/components/ticketBooking/hooks/pisellos/bookingTicket.d.ts +0 -1
  547. package/lib/components/ticketBooking/hooks/pisellos/bookingTicket.js +0 -33
  548. package/lib/components/ticketBooking/hooks/pisellos/index.d.ts +0 -3
  549. package/lib/components/ticketBooking/hooks/pisellos/index.js +0 -27
  550. package/lib/components/ticketBooking/hooks/pisellos/useCustomer.d.ts +0 -25
  551. package/lib/components/ticketBooking/hooks/pisellos/useCustomer.js +0 -147
  552. package/lib/components/ticketBooking/hooks/pisellos/useProducts.d.ts +0 -12
  553. package/lib/components/ticketBooking/hooks/pisellos/useProducts.js +0 -47
  554. package/lib/components/ticketBooking/hooks/pisellos/useScanCustomer.d.ts +0 -5
  555. package/lib/components/ticketBooking/hooks/pisellos/useScanCustomer.js +0 -64
  556. package/lib/components/ticketBooking/hooks/pisellos/useScanGlobal.d.ts +0 -5
  557. package/lib/components/ticketBooking/hooks/pisellos/useScanGlobal.js +0 -65
  558. package/lib/components/ticketBooking/hooks/pisellos/useScanGlobalHandle.d.ts +0 -2
  559. package/lib/components/ticketBooking/hooks/pisellos/useScanGlobalHandle.js +0 -83
  560. package/lib/components/ticketBooking/hooks/pisellos/useScanManager.d.ts +0 -6
  561. package/lib/components/ticketBooking/hooks/pisellos/useScanManager.js +0 -44
  562. package/lib/hooks/useToast.d.ts +0 -2
  563. package/lib/hooks/useToast.js +0 -42
  564. package/lib/hooks/useTranslationOriginal.d.ts +0 -1
  565. package/lib/hooks/useTranslationOriginal.js +0 -42
  566. package/lib/plus/clientCard/index.d.ts +0 -7
  567. package/lib/plus/clientCard/index.js +0 -442
  568. package/lib/plus/clientCard/index.less +0 -536
  569. package/lib/plus/clientCard/line/index.d.ts +0 -9
  570. package/lib/plus/clientCard/line/index.js +0 -153
  571. package/lib/plus/clientCard/line/index.less +0 -142
  572. package/lib/plus/clientCard/locales.d.ts +0 -18
  573. package/lib/plus/clientCard/locales.js +0 -41
  574. package/lib/plus/clientCard/types.d.ts +0 -126
  575. package/lib/plus/clientCard/types.js +0 -17
  576. package/lib/plus/clientCard/utils.d.ts +0 -8
  577. package/lib/plus/clientCard/utils.js +0 -75
  578. package/lib/plus/clientName/index.d.ts +0 -5
  579. package/lib/plus/clientName/index.js +0 -53
  580. package/lib/plus/clientName/index.less +0 -10
  581. package/lib/plus/clientName/type.d.ts +0 -13
  582. package/lib/plus/clientName/type.js +0 -17
  583. package/lib/plus/clientName/utils.d.ts +0 -2
  584. package/lib/plus/clientName/utils.js +0 -43
  585. package/lib/plus/clinetSearch/Add/BirthdayField/index.d.ts +0 -2
  586. package/lib/plus/clinetSearch/Add/BirthdayField/index.js +0 -256
  587. package/lib/plus/clinetSearch/Add/GenderField/index.d.ts +0 -2
  588. package/lib/plus/clinetSearch/Add/GenderField/index.js +0 -52
  589. package/lib/plus/clinetSearch/Add/PhoneField/index.d.ts +0 -3
  590. package/lib/plus/clinetSearch/Add/PhoneField/index.js +0 -78
  591. package/lib/plus/clinetSearch/Add/PhoneField/serve.d.ts +0 -2
  592. package/lib/plus/clinetSearch/Add/PhoneField/serve.js +0 -193
  593. package/lib/plus/clinetSearch/Add/index.d.ts +0 -18
  594. package/lib/plus/clinetSearch/Add/index.js +0 -243
  595. package/lib/plus/clinetSearch/Add/index.less +0 -30
  596. package/lib/plus/clinetSearch/InfiniteScroll/InfiniteScroll.d.ts +0 -5
  597. package/lib/plus/clinetSearch/InfiniteScroll/InfiniteScroll.js +0 -235
  598. package/lib/plus/clinetSearch/InfiniteScroll/index.d.ts +0 -2
  599. package/lib/plus/clinetSearch/InfiniteScroll/index.js +0 -35
  600. package/lib/plus/clinetSearch/InfiniteScroll/types.d.ts +0 -46
  601. package/lib/plus/clinetSearch/InfiniteScroll/types.js +0 -17
  602. package/lib/plus/clinetSearch/index.d.ts +0 -18
  603. package/lib/plus/clinetSearch/index.js +0 -205
  604. package/lib/plus/clinetSearch/index.less +0 -91
  605. package/lib/plus/clinetSearch/locales.d.ts +0 -102
  606. package/lib/plus/clinetSearch/locales.js +0 -125
  607. package/lib/plus/clinetSearch/serve.d.ts +0 -1
  608. package/lib/plus/clinetSearch/serve.js +0 -33
  609. package/lib/plus/clinetSearch/types.d.ts +0 -49
  610. package/lib/plus/clinetSearch/types.js +0 -17
  611. package/lib/plus/noteModal/AddTempModal.d.ts +0 -7
  612. package/lib/plus/noteModal/AddTempModal.js +0 -95
  613. package/lib/plus/noteModal/index.d.ts +0 -4
  614. package/lib/plus/noteModal/index.js +0 -199
  615. package/lib/plus/noteModal/index.less +0 -168
  616. package/lib/plus/noteModal/locales.d.ts +0 -33
  617. package/lib/plus/noteModal/locales.js +0 -56
  618. package/lib/plus/noteModal/types.d.ts +0 -17
  619. package/lib/plus/noteModal/types.js +0 -17
  620. package/lib/pro/comprehensiveSearch/camera.svg +0 -4
  621. package/lib/pro/comprehensiveSearch/hooks/useNativeScanner.d.ts +0 -5
  622. package/lib/pro/comprehensiveSearch/hooks/useNativeScanner.js +0 -56
  623. package/lib/pro/comprehensiveSearch/hooks/useTerminalPeripherals.d.ts +0 -9
  624. package/lib/pro/comprehensiveSearch/hooks/useTerminalPeripherals.js +0 -70
  625. package/lib/pro/comprehensiveSearch/index.d.ts +0 -9
  626. package/lib/pro/comprehensiveSearch/index.js +0 -259
  627. package/lib/pro/comprehensiveSearch/index.less +0 -323
  628. package/lib/pro/comprehensiveSearch/locales.d.ts +0 -18
  629. package/lib/pro/comprehensiveSearch/locales.js +0 -41
  630. package/lib/pro/comprehensiveSearch/types.d.ts +0 -31
  631. package/lib/pro/comprehensiveSearch/types.js +0 -17
  632. package/lib/pro/numberKeyboard/index.d.ts +0 -28
  633. package/lib/pro/numberKeyboard/index.js +0 -182
  634. package/lib/pro/numberKeyboard/index.less +0 -25
  635. package/lib/pro/numberKeyboard/locales.d.ts +0 -12
  636. package/lib/pro/numberKeyboard/locales.js +0 -35
  637. package/lib/pro/pisellNumberSelector/example.d.ts +0 -3
  638. package/lib/pro/pisellNumberSelector/example.js +0 -93
  639. package/lib/pro/pisellNumberSelector/index.d.ts +0 -26
  640. package/lib/pro/pisellNumberSelector/index.js +0 -270
  641. package/lib/pro/pisellNumberSelector/index.less +0 -193
  642. package/lib/pro/pisellPhoneKeyboard/index.d.ts +0 -12
  643. package/lib/pro/pisellPhoneKeyboard/index.js +0 -219
  644. package/lib/pro/pisellPhoneKeyboard/index.less +0 -157
  645. package/lib/pro/pisellPhoneKeyboard/locales.d.ts +0 -12
  646. package/lib/pro/pisellPhoneKeyboard/locales.js +0 -35
  647. package/lib/pro/pisellPriceKeyboardModal/PisellPriceKeyboardModal.d.ts +0 -5
  648. package/lib/pro/pisellPriceKeyboardModal/PisellPriceKeyboardModal.js +0 -158
  649. package/lib/pro/pisellPriceKeyboardModal/PisellPriceKeyboardModal.less +0 -13
  650. package/lib/pro/pisellPriceKeyboardModal/index.d.ts +0 -2
  651. package/lib/pro/pisellPriceKeyboardModal/index.js +0 -35
  652. package/lib/pro/pisellPriceKeyboardModal/types.d.ts +0 -25
  653. package/lib/pro/pisellPriceKeyboardModal/types.js +0 -17
  654. package/lib/pro/pisellPriceRadio/index.d.ts +0 -26
  655. package/lib/pro/pisellPriceRadio/index.js +0 -130
  656. package/lib/pro/pisellPriceRadio/index.less +0 -158
  657. package/lib/pro/skuDetailModal/index.d.ts +0 -5
  658. package/lib/pro/skuDetailModal/index.js +0 -311
  659. package/lib/pro/skuDetailModal/index.less +0 -236
  660. package/lib/pro/skuDetailModal/locales.d.ts +0 -48
  661. package/lib/pro/skuDetailModal/locales.js +0 -71
  662. package/lib/pro/skuDetailModal/types.d.ts +0 -347
  663. package/lib/pro/skuDetailModal/types.js +0 -17
  664. package/lowcode/client-card/fragments/cardStyle.ts +0 -63
  665. package/lowcode/client-card/fragments/nameStyle.ts +0 -34
  666. package/lowcode/client-card/fragments/pisellAvatar.ts +0 -87
  667. package/lowcode/client-card/fragments/tagConfig.ts +0 -88
  668. package/lowcode/client-card/meta.ts +0 -337
  669. package/lowcode/comprehensive-search/meta.ts +0 -261
@@ -1,342 +0,0 @@
1
- var _excluded = ["dataSource", "isShowScanner", "isShowCamera", "isShowNFC", "isShowNewButton", "newButtonAlign", "newButtonText", "renderType", "containerProps", "isShowSearch", "isShowSearchCamera", "searchIcon", "placeholder", "isShowSearchButton", "resultDisplay", "resultSort", "style", "loading", "onSearchTextChange", "onSearch", "onAdd", "onRowClick"];
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; }
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); }
7
- function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
8
- 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); }
9
- function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return e; }; var t, e = {}, r = Object.prototype, n = r.hasOwnProperty, o = Object.defineProperty || function (t, e, r) { t[e] = r.value; }, i = "function" == typeof Symbol ? Symbol : {}, a = i.iterator || "@@iterator", c = i.asyncIterator || "@@asyncIterator", u = i.toStringTag || "@@toStringTag"; function define(t, e, r) { return Object.defineProperty(t, e, { value: r, enumerable: !0, configurable: !0, writable: !0 }), t[e]; } try { define({}, ""); } catch (t) { define = function define(t, e, r) { return t[e] = r; }; } function wrap(t, e, r, n) { var i = e && e.prototype instanceof Generator ? e : Generator, a = Object.create(i.prototype), c = new Context(n || []); return o(a, "_invoke", { value: makeInvokeMethod(t, r, c) }), a; } function tryCatch(t, e, r) { try { return { type: "normal", arg: t.call(e, r) }; } catch (t) { return { type: "throw", arg: t }; } } e.wrap = wrap; var h = "suspendedStart", l = "suspendedYield", f = "executing", s = "completed", y = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var p = {}; define(p, a, function () { return this; }); var d = Object.getPrototypeOf, v = d && d(d(values([]))); v && v !== r && n.call(v, a) && (p = v); var g = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(p); function defineIteratorMethods(t) { ["next", "throw", "return"].forEach(function (e) { define(t, e, function (t) { return this._invoke(e, t); }); }); } function AsyncIterator(t, e) { function invoke(r, o, i, a) { var c = tryCatch(t[r], t, o); if ("throw" !== c.type) { var u = c.arg, h = u.value; return h && "object" == _typeof(h) && n.call(h, "__await") ? e.resolve(h.__await).then(function (t) { invoke("next", t, i, a); }, function (t) { invoke("throw", t, i, a); }) : e.resolve(h).then(function (t) { u.value = t, i(u); }, function (t) { return invoke("throw", t, i, a); }); } a(c.arg); } var r; o(this, "_invoke", { value: function value(t, n) { function callInvokeWithMethodAndArg() { return new e(function (e, r) { invoke(t, n, e, r); }); } return r = r ? r.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); } }); } function makeInvokeMethod(e, r, n) { var o = h; return function (i, a) { if (o === f) throw new Error("Generator is already running"); if (o === s) { if ("throw" === i) throw a; return { value: t, done: !0 }; } for (n.method = i, n.arg = a;;) { var c = n.delegate; if (c) { var u = maybeInvokeDelegate(c, n); if (u) { if (u === y) continue; return u; } } if ("next" === n.method) n.sent = n._sent = n.arg;else if ("throw" === n.method) { if (o === h) throw o = s, n.arg; n.dispatchException(n.arg); } else "return" === n.method && n.abrupt("return", n.arg); o = f; var p = tryCatch(e, r, n); if ("normal" === p.type) { if (o = n.done ? s : l, p.arg === y) continue; return { value: p.arg, done: n.done }; } "throw" === p.type && (o = s, n.method = "throw", n.arg = p.arg); } }; } function maybeInvokeDelegate(e, r) { var n = r.method, o = e.iterator[n]; if (o === t) return r.delegate = null, "throw" === n && e.iterator.return && (r.method = "return", r.arg = t, maybeInvokeDelegate(e, r), "throw" === r.method) || "return" !== n && (r.method = "throw", r.arg = new TypeError("The iterator does not provide a '" + n + "' method")), y; var i = tryCatch(o, e.iterator, r.arg); if ("throw" === i.type) return r.method = "throw", r.arg = i.arg, r.delegate = null, y; var a = i.arg; return a ? a.done ? (r[e.resultName] = a.value, r.next = e.nextLoc, "return" !== r.method && (r.method = "next", r.arg = t), r.delegate = null, y) : a : (r.method = "throw", r.arg = new TypeError("iterator result is not an object"), r.delegate = null, y); } function pushTryEntry(t) { var e = { tryLoc: t[0] }; 1 in t && (e.catchLoc = t[1]), 2 in t && (e.finallyLoc = t[2], e.afterLoc = t[3]), this.tryEntries.push(e); } function resetTryEntry(t) { var e = t.completion || {}; e.type = "normal", delete e.arg, t.completion = e; } function Context(t) { this.tryEntries = [{ tryLoc: "root" }], t.forEach(pushTryEntry, this), this.reset(!0); } function values(e) { if (e || "" === e) { var r = e[a]; if (r) return r.call(e); if ("function" == typeof e.next) return e; if (!isNaN(e.length)) { var o = -1, i = function next() { for (; ++o < e.length;) if (n.call(e, o)) return next.value = e[o], next.done = !1, next; return next.value = t, next.done = !0, next; }; return i.next = i; } } throw new TypeError(_typeof(e) + " is not iterable"); } return GeneratorFunction.prototype = GeneratorFunctionPrototype, o(g, "constructor", { value: GeneratorFunctionPrototype, configurable: !0 }), o(GeneratorFunctionPrototype, "constructor", { value: GeneratorFunction, configurable: !0 }), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, u, "GeneratorFunction"), e.isGeneratorFunction = function (t) { var e = "function" == typeof t && t.constructor; return !!e && (e === GeneratorFunction || "GeneratorFunction" === (e.displayName || e.name)); }, e.mark = function (t) { return Object.setPrototypeOf ? Object.setPrototypeOf(t, GeneratorFunctionPrototype) : (t.__proto__ = GeneratorFunctionPrototype, define(t, u, "GeneratorFunction")), t.prototype = Object.create(g), t; }, e.awrap = function (t) { return { __await: t }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, c, function () { return this; }), e.AsyncIterator = AsyncIterator, e.async = function (t, r, n, o, i) { void 0 === i && (i = Promise); var a = new AsyncIterator(wrap(t, r, n, o), i); return e.isGeneratorFunction(r) ? a : a.next().then(function (t) { return t.done ? t.value : a.next(); }); }, defineIteratorMethods(g), define(g, u, "Generator"), define(g, a, function () { return this; }), define(g, "toString", function () { return "[object Generator]"; }), e.keys = function (t) { var e = Object(t), r = []; for (var n in e) r.push(n); return r.reverse(), function next() { for (; r.length;) { var t = r.pop(); if (t in e) return next.value = t, next.done = !1, next; } return next.done = !0, next; }; }, e.values = values, Context.prototype = { constructor: Context, reset: function reset(e) { if (this.prev = 0, this.next = 0, this.sent = this._sent = t, this.done = !1, this.delegate = null, this.method = "next", this.arg = t, this.tryEntries.forEach(resetTryEntry), !e) for (var r in this) "t" === r.charAt(0) && n.call(this, r) && !isNaN(+r.slice(1)) && (this[r] = t); }, stop: function stop() { this.done = !0; var t = this.tryEntries[0].completion; if ("throw" === t.type) throw t.arg; return this.rval; }, dispatchException: function dispatchException(e) { if (this.done) throw e; var r = this; function handle(n, o) { return a.type = "throw", a.arg = e, r.next = n, o && (r.method = "next", r.arg = t), !!o; } for (var o = this.tryEntries.length - 1; o >= 0; --o) { var i = this.tryEntries[o], a = i.completion; if ("root" === i.tryLoc) return handle("end"); if (i.tryLoc <= this.prev) { var c = n.call(i, "catchLoc"), u = n.call(i, "finallyLoc"); if (c && u) { if (this.prev < i.catchLoc) return handle(i.catchLoc, !0); if (this.prev < i.finallyLoc) return handle(i.finallyLoc); } else if (c) { if (this.prev < i.catchLoc) return handle(i.catchLoc, !0); } else { if (!u) throw new Error("try statement without catch or finally"); if (this.prev < i.finallyLoc) return handle(i.finallyLoc); } } } }, abrupt: function abrupt(t, e) { for (var r = this.tryEntries.length - 1; r >= 0; --r) { var o = this.tryEntries[r]; if (o.tryLoc <= this.prev && n.call(o, "finallyLoc") && this.prev < o.finallyLoc) { var i = o; break; } } i && ("break" === t || "continue" === t) && i.tryLoc <= e && e <= i.finallyLoc && (i = null); var a = i ? i.completion : {}; return a.type = t, a.arg = e, i ? (this.method = "next", this.next = i.finallyLoc, y) : this.complete(a); }, complete: function complete(t, e) { if ("throw" === t.type) throw t.arg; return "break" === t.type || "continue" === t.type ? this.next = t.arg : "return" === t.type ? (this.rval = this.arg = t.arg, this.method = "return", this.next = "end") : "normal" === t.type && e && (this.next = e), y; }, finish: function finish(t) { for (var e = this.tryEntries.length - 1; e >= 0; --e) { var r = this.tryEntries[e]; if (r.finallyLoc === t) return this.complete(r.completion, r.afterLoc), resetTryEntry(r), y; } }, catch: function _catch(t) { for (var e = this.tryEntries.length - 1; e >= 0; --e) { var r = this.tryEntries[e]; if (r.tryLoc === t) { var n = r.completion; if ("throw" === n.type) { var o = n.arg; resetTryEntry(r); } return o; } } throw new Error("illegal catch attempt"); }, delegateYield: function delegateYield(e, r, n) { return this.delegate = { iterator: values(e), resultName: r, nextLoc: n }, "next" === this.method && (this.arg = t), y; } }, e; }
10
- function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { Promise.resolve(value).then(_next, _throw); } }
11
- function _asyncToGenerator(fn) { return function () { var self = this, args = arguments; return new Promise(function (resolve, reject) { var gen = fn.apply(self, args); function _next(value) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value); } function _throw(err) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err); } _next(undefined); }); }; }
12
- function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
13
- 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."); }
14
- 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); }
15
- 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; }
16
- 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; } }
17
- function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
18
- function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
19
- function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
20
- import React, { forwardRef, useImperativeHandle, useState } from 'react';
21
- import { Button, Input, Empty, Spin } from 'antd';
22
- import { PisellContainer, Iconfont } from '@pisell/materials';
23
- import { PlusCircle } from '@pisell/icon';
24
- import { locales } from '@pisell/utils';
25
- import useEngineContext from "../../hooks/useEngineContext";
26
- import useTerminalPeripherals from "./hooks/useTerminalPeripherals";
27
- import useNativeScanner from "./hooks/useNativeScanner";
28
- import Camera from "./camera.svg";
29
- import localeTexts from "./locales";
30
- import "./index.less";
31
- import classNames from 'classnames';
32
- var ComprehensiveSearch = /*#__PURE__*/forwardRef(function (_ref, ref) {
33
- var _context$appHelper;
34
- var _ref$dataSource = _ref.dataSource,
35
- dataSource = _ref$dataSource === void 0 ? [] : _ref$dataSource,
36
- _ref$isShowScanner = _ref.isShowScanner,
37
- isShowScanner = _ref$isShowScanner === void 0 ? true : _ref$isShowScanner,
38
- _ref$isShowCamera = _ref.isShowCamera,
39
- isShowCamera = _ref$isShowCamera === void 0 ? true : _ref$isShowCamera,
40
- _ref$isShowNFC = _ref.isShowNFC,
41
- isShowNFC = _ref$isShowNFC === void 0 ? true : _ref$isShowNFC,
42
- _ref$isShowNewButton = _ref.isShowNewButton,
43
- isShowNewButton = _ref$isShowNewButton === void 0 ? true : _ref$isShowNewButton,
44
- _ref$newButtonAlign = _ref.newButtonAlign,
45
- newButtonAlign = _ref$newButtonAlign === void 0 ? 'left' : _ref$newButtonAlign,
46
- newButtonText = _ref.newButtonText,
47
- renderType = _ref.renderType,
48
- _ref$containerProps = _ref.containerProps,
49
- containerProps = _ref$containerProps === void 0 ? {} : _ref$containerProps,
50
- _ref$isShowSearch = _ref.isShowSearch,
51
- isShowSearch = _ref$isShowSearch === void 0 ? true : _ref$isShowSearch,
52
- _ref$isShowSearchCame = _ref.isShowSearchCamera,
53
- isShowSearchCamera = _ref$isShowSearchCame === void 0 ? true : _ref$isShowSearchCame,
54
- _ref$searchIcon = _ref.searchIcon,
55
- searchIcon = _ref$searchIcon === void 0 ? 'pisell2-search-lg' : _ref$searchIcon,
56
- placeholder = _ref.placeholder,
57
- _ref$isShowSearchButt = _ref.isShowSearchButton,
58
- isShowSearchButton = _ref$isShowSearchButt === void 0 ? true : _ref$isShowSearchButt,
59
- _ref$resultDisplay = _ref.resultDisplay,
60
- resultDisplay = _ref$resultDisplay === void 0 ? 'list' : _ref$resultDisplay,
61
- _ref$resultSort = _ref.resultSort,
62
- resultSort = _ref$resultSort === void 0 ? 'asc' : _ref$resultSort,
63
- style = _ref.style,
64
- loading = _ref.loading,
65
- onSearchTextChange = _ref.onSearchTextChange,
66
- onSearch = _ref.onSearch,
67
- onAdd = _ref.onAdd,
68
- onRowClick = _ref.onRowClick,
69
- props = _objectWithoutProperties(_ref, _excluded);
70
- var _useState = useState(''),
71
- _useState2 = _slicedToArray(_useState, 2),
72
- searchValue = _useState2[0],
73
- setSearchValue = _useState2[1];
74
- var _useTerminalPeriphera = useTerminalPeripherals(),
75
- peripheralsStatus = _useTerminalPeriphera.peripheralsStatus;
76
- var _useNativeScanner = useNativeScanner(),
77
- activeNativeScanner = _useNativeScanner.activeNativeScanner,
78
- isTerminal = _useNativeScanner.isTerminal;
79
- var context = useEngineContext();
80
- locales.init(localeTexts, ((_context$appHelper = context.appHelper) === null || _context$appHelper === void 0 || (_context$appHelper = _context$appHelper.utils) === null || _context$appHelper === void 0 || (_context$appHelper = _context$appHelper.storage) === null || _context$appHelper === void 0 ? void 0 : _context$appHelper.get('umi_locale')) || 'en');
81
- function checkCameraAvailability() {
82
- return _checkCameraAvailability.apply(this, arguments);
83
- }
84
- function _checkCameraAvailability() {
85
- _checkCameraAvailability = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee2() {
86
- var devices, hasCamera;
87
- return _regeneratorRuntime().wrap(function _callee2$(_context2) {
88
- while (1) switch (_context2.prev = _context2.next) {
89
- case 0:
90
- _context2.prev = 0;
91
- _context2.next = 3;
92
- return navigator.mediaDevices.enumerateDevices();
93
- case 3:
94
- devices = _context2.sent;
95
- hasCamera = devices.some(function (device) {
96
- return device.kind === 'videoinput';
97
- });
98
- return _context2.abrupt("return", hasCamera);
99
- case 8:
100
- _context2.prev = 8;
101
- _context2.t0 = _context2["catch"](0);
102
- console.error('Error checking camera availability:', _context2.t0);
103
- case 11:
104
- return _context2.abrupt("return", false);
105
- case 12:
106
- case "end":
107
- return _context2.stop();
108
- }
109
- }, _callee2, null, [[0, 8]]);
110
- }));
111
- return _checkCameraAvailability.apply(this, arguments);
112
- }
113
- var handleSearch = /*#__PURE__*/function () {
114
- var _ref2 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee() {
115
- return _regeneratorRuntime().wrap(function _callee$(_context) {
116
- while (1) switch (_context.prev = _context.next) {
117
- case 0:
118
- _context.prev = 0;
119
- _context.next = 3;
120
- return onSearch === null || onSearch === void 0 ? void 0 : onSearch(searchValue);
121
- case 3:
122
- _context.next = 7;
123
- break;
124
- case 5:
125
- _context.prev = 5;
126
- _context.t0 = _context["catch"](0);
127
- case 7:
128
- case "end":
129
- return _context.stop();
130
- }
131
- }, _callee, null, [[0, 5]]);
132
- }));
133
- return function handleSearch() {
134
- return _ref2.apply(this, arguments);
135
- };
136
- }();
137
- var handleInputChange = function handleInputChange(e) {
138
- var value = e.target.value;
139
- setSearchValue(value);
140
- onSearchTextChange === null || onSearchTextChange === void 0 || onSearchTextChange(value);
141
- };
142
- var handleAdd = function handleAdd() {
143
- onAdd === null || onAdd === void 0 || onAdd();
144
- };
145
- var renderSearchSection = function renderSearchSection() {
146
- if (!isShowSearch) return null;
147
- return /*#__PURE__*/React.createElement("div", {
148
- className: "comprehensive-search__search-section"
149
- }, /*#__PURE__*/React.createElement("div", {
150
- className: "comprehensive-search__search-row"
151
- }, /*#__PURE__*/React.createElement("div", {
152
- className: "comprehensive-search__search-input-wrapper"
153
- }, isShowSearchCamera && /*#__PURE__*/React.createElement("div", {
154
- className: classNames('comprehensive-search__search-camera-wrapper', {
155
- disabled: !isTerminal
156
- }),
157
- onClick: function onClick() {
158
- if (isTerminal) {
159
- activeNativeScanner();
160
- }
161
- }
162
- }, /*#__PURE__*/React.createElement(Iconfont, {
163
- type: "pisell2-camera-01",
164
- className: "comprehensive-search__search-camera"
165
- })), /*#__PURE__*/React.createElement(Input, {
166
- value: searchValue,
167
- onChange: handleInputChange,
168
- placeholder: placeholder || locales.getText('pisell2.comprehensive-search.placeholder'),
169
- prefix: /*#__PURE__*/React.createElement(Iconfont, {
170
- style: {
171
- fontSize: 24,
172
- color: '#5D3F9F'
173
- },
174
- type: searchIcon
175
- }),
176
- onPressEnter: handleSearch,
177
- className: "comprehensive-search__search-input",
178
- allowClear: true
179
- })), isShowSearchButton && /*#__PURE__*/React.createElement("div", {
180
- className: "comprehensive-search__search-button-wrapper"
181
- }, /*#__PURE__*/React.createElement(Button, {
182
- type: "primary",
183
- onClick: handleSearch,
184
- loading: loading
185
- }, locales.getText('pisell2.text.search')))));
186
- };
187
- useImperativeHandle(ref, function () {
188
- return {
189
- setSearchKeyword: function setSearchKeyword(keyword) {
190
- setSearchValue(keyword);
191
- }
192
- };
193
- });
194
- var renderResults = function renderResults() {
195
- if ( /*#__PURE__*/React.isValidElement(resultDisplay)) {
196
- return resultDisplay;
197
- }
198
-
199
- // 如果是自定义组件或渲染函数
200
- if (typeof resultDisplay === 'function') {
201
- var result = resultDisplay(dataSource);
202
- if ( /*#__PURE__*/React.isValidElement(result)) {
203
- return result;
204
- }
205
- return null;
206
- }
207
- if (loading) {
208
- return /*#__PURE__*/React.createElement(Spin, null, /*#__PURE__*/React.createElement("div", {
209
- className: "comprehensive-search__loading"
210
- }));
211
- }
212
-
213
- //@ts-ignore
214
- if (dataSource.length === 0 && props.__designMode !== 'design') {
215
- return /*#__PURE__*/React.createElement(Empty, {
216
- description: locales.getText('pisell2.comprehensive-search.empty'),
217
- className: "comprehensive-search__empty"
218
- });
219
- }
220
- var resultClass = resultDisplay === 'list' ? 'comprehensive-search__results--list' : 'comprehensive-search__results--grid';
221
-
222
- // 渲染所有字段值
223
- var renderAllFields = function renderAllFields(result) {
224
- return Object.entries(result).map(function (_ref3) {
225
- var _ref4 = _slicedToArray(_ref3, 2),
226
- key = _ref4[0],
227
- value = _ref4[1];
228
- if (value == null) return null;
229
- var displayValue;
230
- if (Array.isArray(value)) {
231
- displayValue = value.join(', ');
232
- } else if (_typeof(value) === 'object') {
233
- displayValue = JSON.stringify(value);
234
- } else {
235
- displayValue = String(value);
236
- }
237
- return /*#__PURE__*/React.createElement("div", {
238
- key: key,
239
- className: "comprehensive-search__result-field"
240
- }, /*#__PURE__*/React.createElement("span", {
241
- className: "comprehensive-search__result-field-value"
242
- }, displayValue));
243
- });
244
- };
245
- return /*#__PURE__*/React.createElement("div", {
246
- className: "comprehensive-search__results ".concat(resultClass)
247
- }, dataSource.map(function (result, index) {
248
- return /*#__PURE__*/React.createElement("div", {
249
- key: result.id,
250
- className: "comprehensive-search__result-item"
251
- }, /*#__PURE__*/React.createElement("div", {
252
- className: "comprehensive-search__result-fields",
253
- onClick: function onClick() {
254
- return onRowClick === null || onRowClick === void 0 ? void 0 : onRowClick(result, index);
255
- }
256
- }, renderAllFields(result)));
257
- }));
258
- };
259
- var stautsIndicator = function stautsIndicator(status) {
260
- return /*#__PURE__*/React.createElement(Iconfont, {
261
- style: {
262
- borderRadius: '50%',
263
- background: status ? '#17B26A' : '#F04438',
264
- color: '#fff'
265
- },
266
- type: status ? 'pisell2-check' : 'pisell2-x-close'
267
- });
268
- };
269
-
270
- // 根据按钮对齐方式决定布局
271
- var getTopRowLayout = function getTopRowLayout() {
272
- var newButton = /*#__PURE__*/React.createElement(Button, {
273
- className: "comprehensive-search__new-button",
274
- onClick: handleAdd
275
- }, newButtonText || locales.getText('pisell2.text.new-client'), /*#__PURE__*/React.createElement(PlusCircle, {
276
- style: {
277
- fontSize: 20
278
- }
279
- }));
280
- var iconGroup = /*#__PURE__*/React.createElement("div", {
281
- className: "comprehensive-search__icon-group"
282
- }, isShowScanner && /*#__PURE__*/React.createElement("span", {
283
- className: "comprehensive-search__icon-button"
284
- }, /*#__PURE__*/React.createElement(Iconfont, {
285
- type: "pisell2-Scanner"
286
- }), /*#__PURE__*/React.createElement("div", {
287
- className: "status-indicator"
288
- }, stautsIndicator((peripheralsStatus === null || peripheralsStatus === void 0 ? void 0 : peripheralsStatus.scanner) === 'connected'))), isShowNFC && /*#__PURE__*/React.createElement("span", {
289
- className: "comprehensive-search__icon-button"
290
- }, /*#__PURE__*/React.createElement(Iconfont, {
291
- type: "pisell2-NFC"
292
- }), /*#__PURE__*/React.createElement("div", {
293
- className: "status-indicator"
294
- }, stautsIndicator((peripheralsStatus === null || peripheralsStatus === void 0 ? void 0 : peripheralsStatus.nfc) === 'connected'))), isShowCamera && /*#__PURE__*/React.createElement("span", {
295
- className: "comprehensive-search__icon-button"
296
- }, /*#__PURE__*/React.createElement("img", {
297
- src: Camera
298
- }), /*#__PURE__*/React.createElement("div", {
299
- className: "status-indicator"
300
- }, stautsIndicator(isTerminal))));
301
- return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("div", {
302
- className: "comprehensive-search__third"
303
- }, newButtonAlign === 'left' ? newButton : newButtonAlign === 'right' ? iconGroup : null), /*#__PURE__*/React.createElement("div", {
304
- className: "comprehensive-search__third"
305
- }, newButtonAlign === 'center' ? newButton : null), /*#__PURE__*/React.createElement("div", {
306
- className: "comprehensive-search__third"
307
- }, newButtonAlign === 'left' ? iconGroup : newButtonAlign === 'right' ? newButton : iconGroup));
308
- };
309
- var renderContent = function renderContent() {
310
- return /*#__PURE__*/React.createElement("div", _extends({
311
- className: "comprehensive-search",
312
- style: style
313
- }, props), /*#__PURE__*/React.createElement("div", {
314
- className: "comprehensive-search__top-section"
315
- }, /*#__PURE__*/React.createElement("div", {
316
- className: "comprehensive-search__top-row"
317
- }, getTopRowLayout())), renderSearchSection(), /*#__PURE__*/React.createElement("div", {
318
- className: "comprehensive-search__results-container"
319
- }, renderResults()));
320
- };
321
- return /*#__PURE__*/React.createElement(PisellContainer, {
322
- renderType: renderType,
323
- props: _objectSpread({
324
- open: true,
325
- cancelVisible: false,
326
- bodyStyle: {
327
- padding: '0px 24px 24px',
328
- overflow: 'hidden',
329
- display: 'flex',
330
- flexDirection: 'column'
331
- },
332
- width: 680,
333
- onCancel: function onCancel() {},
334
- okButtonProps: {},
335
- onOk: function onOk() {},
336
- footer: null,
337
- headerDivider: false,
338
- className: 'comprehensive-search-modal'
339
- }, containerProps)
340
- }, renderContent());
341
- });
342
- export default ComprehensiveSearch;
@@ -1,323 +0,0 @@
1
- .comprehensive-search {
2
- display: flex;
3
- flex-direction: column;
4
- overflow: hidden;
5
- flex: 1;
6
- gap: 16px;
7
-
8
- &__top-row {
9
- display: flex;
10
- justify-content: space-between;
11
- align-items: center;
12
- }
13
-
14
- // 三等分布局样式
15
- &__third {
16
- flex: 1;
17
- display: flex;
18
-
19
- &:first-child {
20
- justify-content: flex-start;
21
- }
22
-
23
- &:nth-child(2) {
24
- justify-content: center;
25
- }
26
-
27
- &:last-child {
28
- justify-content: flex-end;
29
- }
30
- }
31
-
32
- &__new-button {
33
- display: flex;
34
- align-items: center;
35
- font-size: 14px;
36
- font-weight: 600;
37
- line-height: 20px;
38
- word-wrap: break-word;
39
- height: 40px;
40
- color: #6941c6;
41
- border-color: #e9d7fe;
42
-
43
- &:hover {
44
- background-color: #f9f5ff;
45
- }
46
- }
47
-
48
- &__icon-group {
49
- display: flex;
50
- gap: 16px;
51
- align-items: center;
52
- }
53
-
54
- &__icon-button {
55
- display: inline-block;
56
- width: 40px;
57
- height: 40px;
58
- position: relative;
59
-
60
- .status-indicator {
61
- position: absolute;
62
- left: 0;
63
- bottom: 0;
64
- font-size: 14px;
65
- line-height: 14px;
66
- }
67
-
68
- > span {
69
- font-size: 40px;
70
- }
71
- > img {
72
- width: 40px;
73
- height: 40px;
74
- }
75
- }
76
-
77
- &__search-row {
78
- display: flex;
79
- gap: 8px;
80
- align-items: center;
81
- }
82
-
83
- &__search-input-wrapper {
84
- flex: 1;
85
- display: flex;
86
- align-items: center;
87
- border: 1px solid #d9d9d9;
88
- border-radius: 6px;
89
- background: #fff;
90
- transition: border-color 0.3s;
91
- padding: 4px;
92
-
93
- &:focus-within {
94
- border-color: #e9d7fe;
95
- box-shadow: 0 0 0 2px #f9f5ff;
96
- }
97
- }
98
-
99
- &__search-input {
100
- height: 38px;
101
- padding: 0 16px;
102
- display: flex;
103
- align-items: center;
104
- border: none;
105
- box-shadow: none;
106
- background: transparent;
107
- flex: 1;
108
-
109
- &:focus {
110
- border: none;
111
- box-shadow: none;
112
- }
113
-
114
- .ant-input-prefix {
115
- margin-right: 12px;
116
-
117
- .anticon,
118
- .iconfont {
119
- font-size: 24px;
120
- color: #5d3f9f;
121
- }
122
- }
123
- }
124
-
125
- &__search-camera-wrapper {
126
- display: flex;
127
- align-items: center;
128
- justify-content: center;
129
- padding: 0 12px;
130
- border-radius: 8px;
131
- border: 1px solid #7f56da;
132
- background: #5d3f9f;
133
- width: 38px;
134
- height: 38px;
135
- cursor: pointer;
136
-
137
- &.disabled {
138
- border: none;
139
- background-color: #d1d5dd;
140
- }
141
-
142
- .comprehensive-search__search-camera {
143
- font-size: 20px;
144
- color: #fff;
145
- }
146
- }
147
-
148
- &__search-button-wrapper {
149
- flex: 0 0 auto;
150
-
151
- button {
152
- height: 48px;
153
- padding: 0 24px;
154
- display: flex;
155
- align-items: center;
156
- justify-content: center;
157
- border-radius: 8px;
158
- border: 1px solid #7f56d9;
159
- background: linear-gradient(
160
- 0deg,
161
- var(---, #5d3f9f) 0%,
162
- var(---, #5d3f9f) 100%
163
- ),
164
- #7f56d9;
165
-
166
- box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
167
- }
168
- }
169
-
170
- &__results-container {
171
- flex: 1;
172
- display: flex;
173
- flex-direction: column;
174
- overflow: hidden;
175
- }
176
-
177
- &__loading {
178
- display: flex;
179
- align-items: center;
180
- justify-content: center;
181
- height: 200px;
182
- color: #666;
183
- font-size: 14px;
184
- }
185
-
186
- &__empty {
187
- margin: 40px 0;
188
- }
189
-
190
- &__results {
191
- &--grid {
192
- display: grid;
193
- grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
194
- gap: 16px;
195
- }
196
-
197
- &--list {
198
- display: flex;
199
- flex-direction: column;
200
- gap: 8px;
201
- }
202
- }
203
-
204
- &__result-item {
205
- padding: 16px;
206
- border: 1px solid #f0f0f0;
207
- border-radius: 8px;
208
- background: #fff;
209
- transition: all 0.3s;
210
- cursor: pointer;
211
-
212
- &:hover {
213
- border-color: #1890ff;
214
- box-shadow: 0 2px 8px rgba(24, 144, 255, 0.1);
215
- }
216
- }
217
-
218
- &__result-fields {
219
- overflow-x: auto;
220
-
221
- .comprehensive-search__results--list & {
222
- display: flex;
223
- gap: 24px;
224
- min-width: max-content;
225
- }
226
-
227
- .comprehensive-search__results--grid & {
228
- display: flex;
229
- flex-direction: column;
230
- gap: 8px;
231
- }
232
- }
233
-
234
- &__result-field {
235
- font-size: 13px;
236
- line-height: 1.4;
237
-
238
- .comprehensive-search__results--list & {
239
- display: flex;
240
- flex-direction: column;
241
- min-width: 120px;
242
- flex-shrink: 0;
243
- }
244
-
245
- .comprehensive-search__results--grid & {
246
- display: flex;
247
- margin-bottom: 6px;
248
-
249
- &:last-child {
250
- margin-bottom: 0;
251
- }
252
- }
253
- }
254
-
255
- &__result-field-label {
256
- font-weight: 500;
257
- color: #666;
258
-
259
- .comprehensive-search__results--list & {
260
- margin-bottom: 4px;
261
- font-size: 12px;
262
- }
263
-
264
- .comprehensive-search__results--grid & {
265
- margin-right: 8px;
266
- min-width: 80px;
267
- flex-shrink: 0;
268
- }
269
- }
270
-
271
- &__result-field-value {
272
- color: #333;
273
-
274
- .comprehensive-search__results--list & {
275
- word-break: break-word;
276
- font-weight: 400;
277
- }
278
-
279
- .comprehensive-search__results--grid & {
280
- word-break: break-word;
281
- flex: 1;
282
- }
283
- }
284
-
285
- &__result-title {
286
- font-size: 16px;
287
- font-weight: 500;
288
- color: #262626;
289
- margin-bottom: 8px;
290
- line-height: 1.4;
291
- }
292
-
293
- &__result-description {
294
- font-size: 14px;
295
- color: #666;
296
- margin-bottom: 12px;
297
- line-height: 1.5;
298
- }
299
-
300
- &__result-tags {
301
- display: flex;
302
- flex-wrap: wrap;
303
- gap: 6px;
304
- }
305
-
306
- &__result-tag {
307
- display: inline-block;
308
- padding: 2px 8px;
309
- background: #f6f6f6;
310
- color: #666;
311
- font-size: 12px;
312
- border-radius: 4px;
313
- border: 1px solid #e8e8e8;
314
- }
315
- }
316
-
317
- .comprehensive-search-modal {
318
-
319
- .pisell-lowcode-modal-content {
320
- height: 90vh;
321
- height: 90dvh;
322
- }
323
- }