@pisell/private-materials 6.11.63 → 6.11.65

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 (1033) hide show
  1. package/build/lowcode/assets-daily.json +11 -11
  2. package/build/lowcode/assets-dev.json +2 -2
  3. package/build/lowcode/assets-prod.json +11 -11
  4. package/build/lowcode/meta.js +1 -1
  5. package/build/lowcode/render/default/view.css +1 -1
  6. package/build/lowcode/render/default/view.js +1 -1
  7. package/build/lowcode/view.css +1 -1
  8. package/build/lowcode/view.js +1 -1
  9. package/es/components/Sales/Cart/index.d.ts +53 -0
  10. package/es/components/appointmentBooking/components/Cart/Item/Total.d.ts +1 -0
  11. package/es/components/appointmentBooking/components/Cart/Item/index.d.ts +4 -0
  12. package/es/components/appointmentBooking/components/Cart/index.d.ts +1 -0
  13. package/es/components/appointmentBooking/components/Content/index.d.ts +1 -0
  14. package/es/components/appointmentBooking/components/Deposit/index.d.ts +1 -0
  15. package/es/components/appointmentBooking/components/Footer/index.d.ts +1 -0
  16. package/es/components/appointmentBooking/components/Guest/components/InformationOptionsModal/index.d.ts +1 -0
  17. package/es/components/appointmentBooking/components/Header/index.d.ts +1 -0
  18. package/es/components/appointmentBooking/components/Services/index.d.ts +4 -0
  19. package/es/components/appointmentBooking/components/TimeSlicing/components/SelectDateOS.d.ts +1 -0
  20. package/es/components/appointmentBooking/components/Voucher/index.d.ts +1 -0
  21. package/es/components/appointmentBooking/deposit/components/PolicyModal/index.d.ts +1 -0
  22. package/es/components/appointmentBooking/deposit/index.d.ts +1 -0
  23. package/es/components/appointmentBooking/index.d.ts +1 -0
  24. package/es/components/authentication/admin/ChannelAuthSetting/SaaSManagermentAuth/index.d.ts +6 -0
  25. package/es/components/booking/addons/index.d.ts +17 -0
  26. package/es/components/booking/addons/model.d.ts +1 -10
  27. package/es/components/booking/components/TabProduct/productItem/index.d.ts +1 -0
  28. package/es/components/booking/components/TabProduct/selectProductItem/index.d.ts +1 -0
  29. package/es/components/booking/components/collapsibleList/utils.d.ts +1 -0
  30. package/es/components/booking/components/emptyBooking/index.d.ts +1 -0
  31. package/es/components/booking/components/footer/FooterMenus/index.d.ts +1 -0
  32. package/es/components/booking/components/footer/amount.d.ts +38 -0
  33. package/es/components/booking/components/footer/index.d.ts +1 -0
  34. package/es/components/booking/components/reloadResourceModal/index.d.ts +9 -0
  35. package/es/components/booking/components/tabPane/index.d.ts +4 -0
  36. package/es/components/booking/components/voucher/index.d.ts +1 -0
  37. package/es/components/booking/components/voucherModal/index.d.ts +19 -0
  38. package/es/components/booking/dashboard/serve.d.ts +2 -0
  39. package/es/components/booking/deposit/ClientItem/index.d.ts +18 -0
  40. package/es/components/booking/deposit/DepositItem/index.d.ts +25 -0
  41. package/es/components/booking/deposit/index.d.ts +3 -0
  42. package/es/components/booking/forms/footer.d.ts +1 -0
  43. package/es/components/booking/forms/forms.d.ts +30 -0
  44. package/es/components/booking/forms/model.d.ts +1 -10
  45. package/es/components/booking/forms/sendModal/useSendModal.d.ts +2 -1
  46. package/es/components/booking/forms/serve.d.ts +18 -0
  47. package/es/components/booking/forms/single/index.d.ts +1 -0
  48. package/es/components/booking/hooks/useClearCart.d.ts +1 -0
  49. package/es/components/booking/hooks/useIsBooking4Shop.d.ts +1 -0
  50. package/es/components/booking/hooks/usePromotion.d.ts +301 -0
  51. package/es/components/booking/hooks/useQuotation.d.ts +1 -0
  52. package/es/components/booking/info/addServiceVariant/index.d.ts +7 -0
  53. package/es/components/booking/info/client/index.d.ts +4 -0
  54. package/es/components/booking/info/client/serve.d.ts +2 -0
  55. package/es/components/booking/info/clientVariant/hooks/useClientFn.d.ts +1 -0
  56. package/es/components/booking/info/clientVariant/utils.d.ts +3 -0
  57. package/es/components/booking/info/clientVariant/vertical/index.d.ts +8 -0
  58. package/es/components/booking/info/date/index.d.ts +1 -0
  59. package/es/components/booking/info/dateRange/index.d.ts +1 -0
  60. package/es/components/booking/info/header/index.d.ts +4 -0
  61. package/es/components/booking/info/hooks/useHolderConfig.d.ts +10 -0
  62. package/es/components/booking/info/hooks/useInfoHolder.d.ts +11 -0
  63. package/es/components/booking/info/index.d.ts +4 -0
  64. package/es/components/booking/info/main.d.ts +12 -0
  65. package/es/components/booking/info/model.d.ts +5 -0
  66. package/es/components/booking/info/notes/index.d.ts +1 -0
  67. package/es/components/booking/info/pet/index.d.ts +14 -0
  68. package/es/components/booking/info/pet/serve.d.ts +1 -0
  69. package/es/components/booking/info/service/Lists.d.ts +3 -0
  70. package/es/components/booking/info/service/actions/index.d.ts +1 -0
  71. package/es/components/booking/info/service/addService/index.d.ts +12 -0
  72. package/es/components/booking/info/service/addTimeModal/index.d.ts +1 -0
  73. package/es/components/booking/info/service/addTimeModal/serve.d.ts +5 -0
  74. package/es/components/booking/info/service/editService/BookingList/index.d.ts +1 -0
  75. package/es/components/booking/info/service/editService/constants.d.ts +1 -0
  76. package/es/components/booking/info/service/serve.d.ts +34 -0
  77. package/es/components/booking/info/service/serviceItem/index.d.ts +1 -0
  78. package/es/components/booking/info/service/serviceList/index.d.ts +6 -0
  79. package/es/components/booking/info/service/serviceManager/index.d.ts +20 -0
  80. package/es/components/booking/info/service2/Group/utils.d.ts +14 -0
  81. package/es/components/booking/info/service2/Lists.d.ts +3 -0
  82. package/es/components/booking/info/service2/utils.d.ts +226 -0
  83. package/es/components/booking/info/utils.d.ts +50 -0
  84. package/es/components/booking/info2/cartClientCard/locales.d.ts +33 -0
  85. package/es/components/booking/info2/cartClientCard/types.d.ts +19 -0
  86. package/es/components/booking/info2/cartClientCard/utils.d.ts +3 -0
  87. package/es/components/booking/info2/model/index.d.ts +1 -0
  88. package/es/components/booking/info2/model/strategy/adapter/index.d.ts +7 -0
  89. package/es/components/booking/info2/model/strategy/adapter/promotion/evaluator.d.ts +185 -0
  90. package/es/components/booking/info2/model/strategy/adapter/promotion/type.d.ts +420 -0
  91. package/es/components/booking/info2/model/strategy/adapter/type.d.ts +28 -0
  92. package/es/components/booking/info2/model/strategy/adapter/walletPass/evaluator.d.ts +84 -0
  93. package/es/components/booking/info2/model/strategy/adapter/walletPass/example.d.ts +4 -0
  94. package/es/components/booking/info2/model/strategy/adapter/walletPass/index.d.ts +32 -0
  95. package/es/components/booking/info2/model/strategy/adapter/walletPass/locales.d.ts +1 -0
  96. package/es/components/booking/info2/model/strategy/adapter/walletPass/type.d.ts +165 -0
  97. package/es/components/booking/info2/model/strategy/adapter/walletPass/utils.d.ts +50 -0
  98. package/es/components/booking/info2/model/strategy/index.d.ts +107 -0
  99. package/es/components/booking/info2/model/strategy/strategy-example.d.ts +5 -0
  100. package/es/components/booking/info2/model/strategy/type.d.ts +228 -0
  101. package/es/components/booking/info2/serve.d.ts +6 -0
  102. package/es/components/booking/info2/service/actions/index.d.ts +1 -0
  103. package/es/components/booking/info2/service/addService/index.d.ts +12 -0
  104. package/es/components/booking/info2/service/addService/utils.d.ts +106 -0
  105. package/es/components/booking/info2/service/addTimeModal/index.d.ts +4 -0
  106. package/es/components/booking/info2/service/contactInfoMode/index.d.ts +1 -0
  107. package/es/components/booking/info2/service/editNormalService/index.d.ts +3 -0
  108. package/es/components/booking/info2/service/editNormalService/index.js +5 -2
  109. package/es/components/booking/info2/service/editService/utils.d.ts +28 -0
  110. package/es/components/booking/info2/service/index.d.ts +4 -0
  111. package/es/components/booking/info2/service/openNormalService.d.ts +37 -0
  112. package/es/components/booking/info2/service/serviceItem/index.d.ts +1 -0
  113. package/es/components/booking/info2/service/serviceList/index.d.ts +6 -0
  114. package/es/components/booking/info2/utilsByBooking.d.ts +36 -0
  115. package/es/components/booking/locales.d.ts +1586 -0
  116. package/es/components/booking/materiels/contacts/index.d.ts +1 -0
  117. package/es/components/booking/materiels/duration/index.d.ts +1 -0
  118. package/es/components/booking/materiels/holder/index.d.ts +1 -0
  119. package/es/components/booking/materiels/startTime/index.d.ts +1 -0
  120. package/es/components/booking/model.d.ts +113 -0
  121. package/es/components/booking/notes/NoteBlock/NoteItem/index.d.ts +1 -0
  122. package/es/components/booking/notes/NoteBlock/index.d.ts +1 -0
  123. package/es/components/booking/notes/addNote/index.d.ts +4 -0
  124. package/es/components/booking/notes/model.d.ts +1 -10
  125. package/es/components/booking/payments/model.d.ts +1 -10
  126. package/es/components/booking/utils/selectHolderModal.d.ts +24 -0
  127. package/es/components/booking/utils.d.ts +184 -0
  128. package/es/components/checkout/PaymentProvider.d.ts +13 -0
  129. package/es/components/checkout/components/AdditionalModule/locales.d.ts +58 -0
  130. package/es/components/checkout/components/CashPaymentModule/index.d.ts +26 -0
  131. package/es/components/checkout/components/PaymentDetailModal/index.d.ts +38 -0
  132. package/es/components/checkout/components/PaymentOptionsModule/index.d.ts +16 -0
  133. package/es/components/checkout/components/PaymentResultToast/PaymentResultToastProvider.d.ts +85 -0
  134. package/es/components/checkout/components/PaymentResultToast/types.d.ts +59 -0
  135. package/es/components/checkout/components/PaymentResultToast/utils.d.ts +44 -0
  136. package/es/components/checkout/components/ScrollableList/index.d.ts +5 -0
  137. package/es/components/checkout/components/ScrollableList/types.d.ts +53 -0
  138. package/es/components/checkout/components/SearchAndClientModule/index.d.ts +1 -0
  139. package/es/components/checkout/components/SendPaymentLinkModal/index.d.ts +12 -0
  140. package/es/components/checkout/components/WalletPassModule/components/ConflictModal/index.d.ts +1 -0
  141. package/es/components/checkout/components/WalletPassModule/components/DiscountWallet/index.d.ts +1 -0
  142. package/es/components/checkout/components/WalletPassModule/types.d.ts +134 -0
  143. package/es/components/checkout/constants.d.ts +2 -0
  144. package/es/components/checkout/export.d.ts +9 -0
  145. package/es/components/checkout/hooks/usePaymentLogger.d.ts +2 -0
  146. package/es/components/checkout/hooks/useWalletPass.d.ts +1 -1
  147. package/es/components/checkout/index.d.ts +5 -0
  148. package/es/components/checkout/index.less +2 -0
  149. package/es/components/checkout/locales.d.ts +856 -0
  150. package/es/components/checkout/payment-modal-utils.d.ts +30 -0
  151. package/es/components/checkout/styles.d.ts +67 -0
  152. package/es/components/checkout/types.d.ts +130 -0
  153. package/es/components/checkout/utils/PaymentResultToastUtils.d.ts +32 -0
  154. package/es/components/checkout/utils.d.ts +3 -0
  155. package/es/components/ecocup/components/AddCustomerModal/index.d.ts +1 -0
  156. package/es/components/ecocup/components/CupActionList/index.d.ts +1 -0
  157. package/es/components/ecocup/components/CupActionModal/index.d.ts +1 -0
  158. package/es/components/ecocup/components/CupInfoCard/index.d.ts +1 -0
  159. package/es/components/ecocup/components/CupStatusModal/index.d.ts +1 -0
  160. package/es/components/ecocup/components/CustomerAndCupModal/index.d.ts +1 -0
  161. package/es/components/ecocup/components/CustomerCard/index.d.ts +1 -0
  162. package/es/components/ecocup/components/MoreDropdown/index.d.ts +1 -0
  163. package/es/components/ecocup/components/SearchBar/index.d.ts +1 -0
  164. package/es/components/ecocup/components/SettingModal/index.d.ts +1 -0
  165. package/es/components/ecocup/cupList/const.d.ts +144 -0
  166. package/es/components/ecocup/cupList/hooks/useColumns.d.ts +1 -0
  167. package/es/components/ecocup/cupList/hooks/useSummary.d.ts +1 -0
  168. package/es/components/ecocup/cupList/index.d.ts +1 -0
  169. package/es/components/eftpos/hooks.d.ts +1 -0
  170. package/es/components/eftpos/index.d.ts +1 -0
  171. package/es/components/eftpos/pos.d.ts +1 -0
  172. package/es/components/eftposPay/EFTPos.d.ts +14 -0
  173. package/es/components/eftposPay/aggregatePayment/hooks/useMicropay.d.ts +7 -0
  174. package/es/components/eftposPay/aggregatePayment/index.d.ts +3 -0
  175. package/es/components/eftposPay/aggregatePayment/service.d.ts +24 -0
  176. package/es/components/eftposPay/aggregatePayment/types.d.ts +106 -0
  177. package/es/components/eftposPay/aggregatePayment/utils/logs.d.ts +110 -0
  178. package/es/components/eftposPay/aggregatePayment/utils/payment.d.ts +139 -0
  179. package/es/components/eftposPay/amount.d.ts +2 -1
  180. package/es/components/eftposPay/app.d.ts +11 -0
  181. package/es/components/eftposPay/component/fail/failCustom.d.ts +4 -0
  182. package/es/components/eftposPay/component/fail/index.d.ts +4 -0
  183. package/es/components/eftposPay/component/fail/network.d.ts +1 -0
  184. package/es/components/eftposPay/component/fail/unknow.d.ts +1 -0
  185. package/es/components/eftposPay/component/manual/index.d.ts +1 -0
  186. package/es/components/eftposPay/component/signature/index.d.ts +1 -0
  187. package/es/components/eftposPay/const.d.ts +195 -0
  188. package/es/components/eftposPay/device.d.ts +25 -0
  189. package/es/components/eftposPay/hooks.d.ts +2 -2
  190. package/es/components/eftposPay/huifu/const.d.ts +5 -0
  191. package/es/components/eftposPay/huifu/hooks.d.ts +25 -0
  192. package/es/components/eftposPay/huifu/index.d.ts +5 -0
  193. package/es/components/eftposPay/huifu/types.d.ts +14 -0
  194. package/es/components/eftposPay/index.d.ts +5 -0
  195. package/es/components/eftposPay/linkly/index.d.ts +1 -0
  196. package/es/components/eftposPay/locales.d.ts +608 -0
  197. package/es/components/eftposPay/manufacturer.d.ts +8 -0
  198. package/es/components/eftposPay/pay.d.ts +21 -0
  199. package/es/components/eftposPay/payo/config.d.ts +1 -0
  200. package/es/components/eftposPay/payo/const.d.ts +26 -0
  201. package/es/components/eftposPay/serve.d.ts +16 -0
  202. package/es/components/eftposPay/store/index.d.ts +362 -0
  203. package/es/components/eftposPay/tip.d.ts +1 -0
  204. package/es/components/eftposPay/tyro/index.d.ts +9 -0
  205. package/es/components/eftposPay/windcave/receiptAction.d.ts +1 -0
  206. package/es/components/eftposPay/windcave/windcave.d.ts +1 -0
  207. package/es/components/eventBooking/components/ErrorTip/index.d.ts +1 -0
  208. package/es/components/eventBooking/components/Provider/Cart/ContinueButton/index.d.ts +1 -0
  209. package/es/components/eventBooking/components/Provider/Cart/Item/Total.d.ts +1 -0
  210. package/es/components/eventBooking/components/Provider/Cart/Item/index.d.ts +1 -0
  211. package/es/components/eventBooking/components/Provider/Cart/index.d.ts +1 -0
  212. package/es/components/eventBooking/components/Provider/Content/index.d.ts +1 -0
  213. package/es/components/eventBooking/components/Provider/EmptyHolderModal/index.d.ts +1 -0
  214. package/es/components/eventBooking/components/Provider/Event/index.d.ts +1 -0
  215. package/es/components/eventBooking/components/Provider/Footer/index.d.ts +1 -0
  216. package/es/components/eventBooking/components/Provider/Header/index.d.ts +1 -0
  217. package/es/components/eventBooking/components/Provider/Information/index.d.ts +1 -0
  218. package/es/components/eventBooking/components/Provider/InformationOptionsModal/index.d.ts +1 -0
  219. package/es/components/eventBooking/components/Provider/OrderProductModal/index.d.ts +1 -0
  220. package/es/components/eventBooking/components/Provider/RemoveOptionConfirmModal.d.ts +1 -0
  221. package/es/components/eventBooking/components/Provider/Resource/index.d.ts +1 -0
  222. package/es/components/eventBooking/components/Provider/SelectHolderModal.d.ts +1 -0
  223. package/es/components/eventBooking/components/Voucher/index.d.ts +1 -0
  224. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/CallToBook/index.d.ts +1 -0
  225. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/WeekItem/index.d.ts +1 -0
  226. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/index.d.ts +1 -0
  227. package/es/components/eventBooking/components/bookingDetailModal/components/BookingOptions.d.ts +1 -0
  228. package/es/components/eventBooking/components/bookingDetailModal/components/Resource.d.ts +1 -0
  229. package/es/components/eventBooking/components/bookingDetailModal/components/Schedule.d.ts +1 -0
  230. package/es/components/eventBooking/components/scheduleCalendar/ProductItem/index.d.ts +1 -0
  231. package/es/components/eventBooking/components/scheduleCalendar/calendarItem.d.ts +1 -0
  232. package/es/components/eventBooking/components/scheduleCalendar/components/ScheduleTimeItem/index.d.ts +1 -0
  233. package/es/components/eventBooking/index.d.ts +1 -0
  234. package/es/components/list/ResponsiveWrapper.d.ts +16 -0
  235. package/es/components/list/TestResponsiveWrapper.d.ts +8 -0
  236. package/es/components/list/components/EmptyState/index.d.ts +2 -0
  237. package/es/components/list/components/ListItemSkeleton/ListItemSkeleton.d.ts +13 -0
  238. package/es/components/list/components/ListItemSkeleton/index.d.ts +2 -0
  239. package/es/components/list/components/Pagination/index.d.ts +1 -0
  240. package/es/components/list/components/ScrollLoader/ScrollLoader.d.ts +18 -0
  241. package/es/components/list/components/ScrollLoader/index.d.ts +2 -0
  242. package/es/components/list/components/Tab/Tab.d.ts +5 -0
  243. package/es/components/list/components/Tab/index.d.ts +2 -0
  244. package/es/components/list/components/Tab/types.d.ts +14 -0
  245. package/es/components/list/components/TabSkeleton/TabSkeleton.d.ts +11 -0
  246. package/es/components/list/components/TabSkeleton/index.d.ts +2 -0
  247. package/es/components/list/components/WaterfallList/WaterfallList.d.ts +33 -0
  248. package/es/components/list/components/WaterfallList/index.d.ts +2 -0
  249. package/es/components/list/examples/GroupedListExample.d.ts +3 -0
  250. package/es/components/list/hooks/index.d.ts +5 -0
  251. package/es/components/list/hooks/useDevice.d.ts +24 -0
  252. package/es/components/list/hooks/useWaterfall.d.ts +34 -0
  253. package/es/components/list/index.d.ts +10 -0
  254. package/es/components/list/locales.d.ts +108 -0
  255. package/es/components/list/types.d.ts +181 -0
  256. package/es/components/list/utils/getText.d.ts +53 -0
  257. package/es/components/list/utils/index.d.ts +19 -0
  258. package/es/components/login/index.d.ts +1 -0
  259. package/es/components/pay/toB/components/Cache/index.d.ts +1 -0
  260. package/es/components/pay/toB/components/Card/index.d.ts +1 -0
  261. package/es/components/pay/toB/components/CardGroup/index.d.ts +8 -0
  262. package/es/components/pay/toB/components/ConfirmedPayment/index.d.ts +1 -0
  263. package/es/components/pay/toB/components/Content/Footer.d.ts +1 -0
  264. package/es/components/pay/toB/components/Content/Header.d.ts +5 -0
  265. package/es/components/pay/toB/components/Content/utils.d.ts +16 -0
  266. package/es/components/pay/toB/components/EFTPOS/index.d.ts +8 -0
  267. package/es/components/pay/toB/components/MX51/index.d.ts +3 -0
  268. package/es/components/pay/toB/components/index.d.ts +5 -0
  269. package/es/components/pay/toB/hooks.d.ts +12 -0
  270. package/es/components/pay/toB/index.d.ts +3 -0
  271. package/es/components/pay/toB/locales.d.ts +88 -0
  272. package/es/components/pay/toB/paymentMethods/index.d.ts +11 -0
  273. package/es/components/pay/toB/store/context.d.ts +3 -0
  274. package/es/components/pay/toB/store/hooks.d.ts +15 -0
  275. package/es/components/pay/toB/store/index.d.ts +3 -0
  276. package/es/components/pay/toB/store/provider.d.ts +4 -0
  277. package/es/components/pay/toB/store/utils.d.ts +13 -0
  278. package/es/components/pay/toB/types/index.d.ts +81 -0
  279. package/es/components/pay/toB/types/storeTypes.d.ts +143 -0
  280. package/es/components/pay/toC/PaymentList/serve.d.ts +28 -0
  281. package/es/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/ThreedsLoading/index.d.ts +1 -0
  282. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/Content.d.ts +7 -0
  283. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/index.d.ts +4 -0
  284. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/components/PageLoading/index.d.ts +4 -0
  285. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/PaymentRequestForm.d.ts +4 -0
  286. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/index.d.ts +1 -0
  287. package/es/components/pay/toC/PaymentMethods/WalletPass/serve.d.ts +161 -0
  288. package/es/components/pay/toC/PaymentMethods/index.d.ts +9 -0
  289. package/es/components/pay/toC/WalletPassBlock/components/WalletUseList/index.d.ts +1 -0
  290. package/es/components/pay/toC/model.d.ts +33 -0
  291. package/es/components/pay/toC/serve.d.ts +82 -0
  292. package/es/components/pay/toC/utils.d.ts +57 -0
  293. package/es/components/pisellSelectCustomerModal/RightPanel/Add/BirthdayField/index.d.ts +1 -0
  294. package/es/components/pisellSelectCustomerModal/RightPanel/Add/GenderField/index.d.ts +1 -0
  295. package/es/components/pisellSelectCustomerModal/RightPanel/Add/PhoneField/index.d.ts +3 -0
  296. package/es/components/pisellSelectCustomerModal/RightPanel/Add/index.d.ts +1 -0
  297. package/es/components/pisellSelectCustomerModal/RightPanel/List/index.d.ts +1 -0
  298. package/es/components/pisellSelectCustomerModal/RightPanel/index.d.ts +1 -0
  299. package/es/components/pisellSelectCustomerModal/RightPanel/serve.d.ts +3 -0
  300. package/es/components/pisellSelectCustomerModal/index.d.ts +1 -0
  301. package/es/components/productExtension/fields/SelectProducts/ProductItem/index.d.ts +1 -0
  302. package/es/components/productExtension/fields/SelectProducts/ProductItemPreview/index.d.ts +1 -0
  303. package/es/components/productExtension/fields/SelectProducts/index.d.ts +1 -0
  304. package/es/components/productExtension/fields/SelectResourcesTable/index.d.ts +1 -0
  305. package/es/components/productExtension/index.d.ts +1 -0
  306. package/es/components/productSelect/components/TabProduct/index.d.ts +1 -0
  307. package/es/components/productSelect/components/productGroup/index.d.ts +39 -0
  308. package/es/components/ruleSetting/index.d.ts +1 -0
  309. package/es/components/ruleSetting/ruleBorder/index.d.ts +1 -0
  310. package/es/components/schedules/calendar/index.d.ts +1 -0
  311. package/es/components/schedules/components/CurrentDay/index.d.ts +1 -0
  312. package/es/components/schedules/components/ScheduleDetailList/index.d.ts +1 -0
  313. package/es/components/schedules/components/ScheduleList/index.d.ts +1 -0
  314. package/es/components/schedules/model.d.ts +1 -9
  315. package/es/components/schedules/products/ProductDetailDrawer/ProductDetail/MaxParticipantsModule/index.d.ts +1 -0
  316. package/es/components/schedules/products/ProductDetailDrawer/ProductDetail/ResourcesModule/index.d.ts +1 -0
  317. package/es/components/schedules/products/ProductDetailDrawer/ProductDetail/SchedulesModule/AddSchedules/index.d.ts +1 -0
  318. package/es/components/schedules/products/ProductDetailDrawer/ProductDetail/SchedulesModule/index.d.ts +1 -0
  319. package/es/components/schedules/products/ProductDetailDrawer/index.d.ts +1 -0
  320. package/es/components/schedules/products/index.d.ts +1 -0
  321. package/es/components/schedules/products/list/ProductItem/index.d.ts +1 -0
  322. package/es/components/schedules/products/list/index.d.ts +1 -0
  323. package/es/components/schedules/resources/index.d.ts +1 -0
  324. package/es/components/schedules/resources/list/index.d.ts +1 -0
  325. package/es/components/schedules/schedules/AllSchedules/index.d.ts +1 -0
  326. package/es/components/schedules/schedules/ScheduleDetailDrawer/index.d.ts +1 -0
  327. package/es/components/schedules/schedules/index.d.ts +1 -0
  328. package/es/components/shoppingCart/Provider.d.ts +3 -0
  329. package/es/components/shoppingCart/components/Cart/Product.d.ts +1 -0
  330. package/es/components/shoppingCart/components/Cart/index.d.ts +1 -0
  331. package/es/components/shoppingCart/components/Empty/index.d.ts +1 -0
  332. package/es/components/shoppingCart/components/Render/index.d.ts +1 -0
  333. package/es/components/shoppingCart/hooks/index.d.ts +4 -0
  334. package/es/components/shoppingCart/hooks/useAddService.d.ts +1 -0
  335. package/es/components/shoppingCart/hooks/useClearCart.d.ts +1 -0
  336. package/es/components/shoppingCart/hooks/usePromotionModal.d.ts +1 -0
  337. package/es/components/shoppingCart/hooks/useSkuModal.d.ts +1 -0
  338. package/es/components/shoppingCart/index.d.ts +1 -0
  339. package/es/components/shoppingCart/locales.d.ts +93 -0
  340. package/es/components/shoppingCart/mock.d.ts +54 -0
  341. package/es/components/shoppingCart/server.d.ts +12 -0
  342. package/es/components/shoppingCart/type.d.ts +59 -0
  343. package/es/components/shoppingCart/utils.d.ts +192 -0
  344. package/es/components/subTotal/locales.d.ts +71 -0
  345. package/es/components/systemSettings/registry/components/DataSourceTreeSelect/index.d.ts +1 -0
  346. package/es/components/systemSettings/registry/locales.d.ts +525 -0
  347. package/es/components/systemSettings/registry/types.d.ts +139 -0
  348. package/es/components/taxSelect/index.d.ts +1 -0
  349. package/es/components/ticketBooking/components/ProductDisplayAdapter/index.d.ts +7 -0
  350. package/es/components/ticketBooking/components/ProductDisplayAdapter/types.d.ts +115 -0
  351. package/es/components/ticketBooking/components/ProductDisplayAdapter/utils.d.ts +94 -0
  352. package/es/components/ticketBooking/components/addServiceVariant/addService.d.ts +1 -0
  353. package/es/components/ticketBooking/components/addServiceVariant/addService.js +207 -61
  354. package/es/components/ticketBooking/components/addServiceVariant/index.d.ts +11 -0
  355. package/es/components/ticketBooking/components/addServiceVariant/utils.d.ts +11 -0
  356. package/es/components/ticketBooking/components/bookingDataPanel/bookingDashboard/index.d.ts +7 -0
  357. package/es/components/ticketBooking/components/bookingDataPanel/bookingList/utils.d.ts +6 -0
  358. package/es/components/ticketBooking/components/bookingDataPanel/constants.d.ts +22 -0
  359. package/es/components/ticketBooking/components/bookingDataPanel/serve.d.ts +0 -0
  360. package/es/components/ticketBooking/components/menuBar/index.d.ts +1 -0
  361. package/es/components/ticketBooking/components/ticketBooking/index.d.ts +1 -0
  362. package/es/components/ticketBooking/components/timeBar/index.d.ts +1 -0
  363. package/es/components/ticketBooking/context/IsActiveContext.d.ts +26 -0
  364. package/es/components/ticketBooking/context/OsKeyContext.d.ts +29 -0
  365. package/es/components/ticketBooking/context/index.d.ts +2 -0
  366. package/es/components/ticketBooking/hooks/pisellos/bookingTicket.d.ts +6 -0
  367. package/es/components/ticketBooking/hooks/pisellos/index.d.ts +4 -0
  368. package/es/components/ticketBooking/hooks/pisellos/useActiveExecute.d.ts +21 -0
  369. package/es/components/ticketBooking/hooks/pisellos/useCartChangeEffect.d.ts +5 -0
  370. package/es/components/ticketBooking/hooks/pisellos/useCustomer.d.ts +25 -0
  371. package/es/components/ticketBooking/hooks/pisellos/useScanManager.d.ts +6 -0
  372. package/es/components/ticketBooking/hooks/pisellos/useShopDiscountModule.d.ts +6 -0
  373. package/es/components/ticketBooking/index.d.ts +23 -0
  374. package/es/components/ticketBooking/index.js +3 -1
  375. package/es/components/ticketBooking/locales.d.ts +340 -0
  376. package/es/components/ticketBooking/serve.d.ts +289 -0
  377. package/es/components/ticketBooking/utils/edit.d.ts +1 -0
  378. package/es/components/ticketBooking/utils/index.d.ts +104 -0
  379. package/es/components/ticketBooking/utils/index.js +38 -32
  380. package/es/components/ticketBooking/utils/productCache.d.ts +75 -0
  381. package/es/components/walletList/index.d.ts +1 -0
  382. package/es/components/workSpaceList/components/Modal/index.d.ts +1 -0
  383. package/es/components/workSpaceList/components/SearchWorkspaceAndBase/index.d.ts +1 -0
  384. package/es/hooks/index.d.ts +10 -0
  385. package/es/hooks/printer.d.ts +4 -0
  386. package/es/hooks/useEngineContext.d.ts +4 -0
  387. package/es/hooks/useLogger.d.ts +2 -0
  388. package/es/hooks/useModal.example.d.ts +12 -0
  389. package/es/hooks/useModal.integration.example.d.ts +15 -0
  390. package/es/hooks/usePaymentLogger.d.ts +1 -0
  391. package/es/hooks/useToast.d.ts +2 -0
  392. package/es/hooks/useWindowSize.d.ts +5 -0
  393. package/es/index.d.ts +91 -0
  394. package/es/plus/clinetSearch/Add/BirthdayField/index.d.ts +1 -0
  395. package/es/plus/clinetSearch/Add/GenderField/index.d.ts +1 -0
  396. package/es/plus/contactInfoModal/ContactInfoContent.d.ts +1 -0
  397. package/es/plus/noteModal/AddTempModal.d.ts +1 -0
  398. package/es/plus/noteModal/locales.d.ts +53 -0
  399. package/es/plus/noteModal/types.d.ts +19 -0
  400. package/es/plus/orderList/components/HandleActions.d.ts +1 -0
  401. package/es/plus/orderList/components/QuickFilter.d.ts +1 -0
  402. package/es/plus/orderList/components/Reset.d.ts +1 -0
  403. package/es/plus/orderList/components/Toolbar.d.ts +1 -0
  404. package/es/plus/orderList/config.d.ts +3 -2
  405. package/es/plus/pisellSalesManagement/components/BookingFormsPreview.d.ts +1 -0
  406. package/es/plus/pisellSalesManagement/config/booking.d.ts +1 -0
  407. package/es/plus/productSelect/CategoryTabs/index.d.ts +21 -0
  408. package/es/plus/productSelect/ProductCard/SkuCard/SkuCardA1/index.d.ts +4 -0
  409. package/es/plus/productSelect/ProductCard/SkuCard/SkuCardA2/index.d.ts +4 -0
  410. package/es/plus/productSelect/ProductCard/SkuCard/SkuCardA5/index.d.ts +4 -0
  411. package/es/plus/productSelect/ProductCard/SkuCard/SkuCardA9/index.d.ts +4 -0
  412. package/es/plus/productSelect/ProductCard/SkuCard/SkuCardCustom/index.d.ts +4 -0
  413. package/es/plus/productSelect/ProductCard/SkuCard/components/Action/index.d.ts +1 -0
  414. package/es/plus/productSelect/ProductCard/SkuCard/components/Capacity/index.d.ts +6 -0
  415. package/es/plus/productSelect/ProductCard/SkuCard/components/CardCom/index.d.ts +8 -0
  416. package/es/plus/productSelect/ProductCard/SkuCard/components/CardMask/index.d.ts +7 -0
  417. package/es/plus/productSelect/ProductCard/SkuCard/components/CardMoreText/index.d.ts +1 -0
  418. package/es/plus/productSelect/ProductCard/SkuCard/components/CardWrapper/index.d.ts +1 -0
  419. package/es/plus/productSelect/ProductCard/SkuCard/components/Countdown/index.d.ts +7 -0
  420. package/es/plus/productSelect/ProductCard/SkuCard/components/Cover/index.d.ts +8 -0
  421. package/es/plus/productSelect/ProductCard/SkuCard/components/Duration/index.d.ts +6 -0
  422. package/es/plus/productSelect/ProductCard/SkuCard/components/Favorite/index.d.ts +1 -0
  423. package/es/plus/productSelect/ProductCard/SkuCard/components/Price/index.d.ts +7 -0
  424. package/es/plus/productSelect/ProductCard/SkuCard/components/Promotions/index.d.ts +1 -0
  425. package/es/plus/productSelect/ProductCard/SkuCard/components/Resource/index.d.ts +6 -0
  426. package/es/plus/productSelect/ProductCard/SkuCard/components/Stock/index.d.ts +6 -0
  427. package/es/plus/productSelect/ProductCard/SkuCard/components/SubTitle/index.d.ts +7 -0
  428. package/es/plus/productSelect/ProductCard/SkuCard/components/Tags/index.d.ts +1 -0
  429. package/es/plus/productSelect/ProductCard/SkuCard/components/Time/index.d.ts +6 -0
  430. package/es/plus/productSelect/ProductCard/SkuCard/components/Title/index.d.ts +7 -0
  431. package/es/plus/productSelect/ProductCard/SkuCard/components/TooltipTags/index.d.ts +7 -0
  432. package/es/plus/productSelect/ProductCard/SkuCard/components/WarningLists/index.d.ts +4 -0
  433. package/es/plus/productSelect/ProductCard/SkuCard/hooks/useDynamicComponents.d.ts +6 -0
  434. package/es/plus/productSelect/ProductCard/SkuCard/index.d.ts +9 -0
  435. package/es/plus/productSelect/ProductCard/SkuCard/locales.d.ts +68 -0
  436. package/es/plus/productSelect/ProductCard/SkuCard/status.d.ts +173 -0
  437. package/es/plus/productSelect/ProductCard/SkuCard/type.d.ts +298 -0
  438. package/es/plus/productSelect/ProductCard/SkuCard/utils.d.ts +9 -0
  439. package/es/plus/productSelect/ProductCard/index.d.ts +54 -0
  440. package/es/plus/productSelect/ProductCard/utils.d.ts +49 -0
  441. package/es/plus/productSelect/ProductList/gridComponents.d.ts +46 -0
  442. package/es/plus/saasAttendance/settings/components/membersField/index.d.ts +1 -0
  443. package/es/plus/saasCreateOrganization/components/Header.d.ts +1 -0
  444. package/es/plus/saasCreateOrganization/index.d.ts +1 -0
  445. package/es/plus/saasRegister/components/EntryEmail.d.ts +1 -0
  446. package/es/plus/saasRegister/components/EntryInfo.d.ts +1 -0
  447. package/es/plus/saasRegister/components/GoLogin.d.ts +1 -0
  448. package/es/plus/saasRegister/components/Header.d.ts +1 -0
  449. package/es/plus/saasRegister/components/VerifyError.d.ts +1 -0
  450. package/es/plus/saasRegister/components/VerifyingLink.d.ts +1 -0
  451. package/es/plus/saasRegister/components/VertifyEmail.d.ts +1 -0
  452. package/es/plus/selectHolder/components/ErrorTip/index.d.ts +1 -0
  453. package/es/plus/selectHolder/locales.d.ts +38 -0
  454. package/es/plus/skuOptionsSelection/components/NormalCard/index.d.ts +6 -0
  455. package/es/plus/skuOptionsSelection/components/OptionsCard/OptionItemCard.d.ts +1 -0
  456. package/es/plus/skuOptionsSelection/components/OptionsCard/index.d.ts +1 -0
  457. package/es/plus/skuOptionsSelection/components/OptionsModal/index.d.ts +1 -0
  458. package/es/plus/skuOptionsSelection/components/TitleExtra/index.d.ts +1 -0
  459. package/es/plus/skuOptionsSelection/components/VariantCard/index.d.ts +1 -0
  460. package/es/plus/skuOptionsSelection/index.d.ts +5 -0
  461. package/es/plus/skuOptionsSelection/index.js +2 -0
  462. package/es/plus/skuOptionsSelection/locales.d.ts +0 -5
  463. package/es/plus/skuOptionsSelection/locales.js +0 -5
  464. package/es/plus/skuOptionsSelection/types.d.ts +445 -0
  465. package/es/plus/skuOptionsSelection/utils/transformBundleGroup.d.ts +19 -0
  466. package/es/plus/skuOptionsSelection/utils/transformOptionGroup.d.ts +1 -0
  467. package/es/plus/skuOptionsSelection/utils/transformSelectorValueToValue.d.ts +4 -0
  468. package/es/plus/skuOptionsSelection/utils/transformValueToSelectorValue.d.ts +4 -0
  469. package/es/plus/skuOptionsSelection/utils/transformVariantGroup.d.ts +1 -0
  470. package/es/plus/walletEditor/components/relationProduct/index.d.ts +1 -0
  471. package/es/plus/walletPassGallery/components/passDetail/index.d.ts +1 -0
  472. package/es/plus/walletPassGallery/components/passList/index.d.ts +1 -0
  473. package/es/plus/walletPassGallery/components/timelineSection/index.d.ts +1 -0
  474. package/es/plus/walletPassGallery/index.d.ts +1 -0
  475. package/es/plus/webPosLogin/WebPosLoginCpt.d.ts +9 -0
  476. package/es/plus/webPosLogin/components/BrandPanel/index.d.ts +9 -0
  477. package/es/plus/webPosLogin/components/LoginPanel/index.d.ts +21 -0
  478. package/es/plus/webPosLogin/components/MediaDisplay/type.d.ts +54 -0
  479. package/es/plus/webPosLogin/index.d.ts +12 -0
  480. package/es/plus/webPosLogin/locales.d.ts +92 -0
  481. package/es/plus/webPosLogin/service.d.ts +44 -0
  482. package/es/plus/webPosLogin/types.d.ts +288 -0
  483. package/es/pro/Login2.0/locales.d.ts +903 -0
  484. package/es/pro/NumberKeyboardPopover/index.d.ts +36 -0
  485. package/es/pro/NumberKeyboardPopover/types.d.ts +31 -0
  486. package/es/pro/Selector/hooks/usePresetProps.d.ts +24 -0
  487. package/es/pro/multiDayTimeSelect/index.d.ts +3 -0
  488. package/es/pro/multiDayTimeSelect/types.d.ts +28 -0
  489. package/es/pro/pisellPaymentList/example.d.ts +1 -0
  490. package/es/pro/pisellPhoneKeyboard/index.d.ts +1 -0
  491. package/es/pro/pisellPriceKeyboardModal/index.d.ts +2 -0
  492. package/es/pro/pisellPriceKeyboardModal/types.d.ts +25 -0
  493. package/es/pro/pisellPriceKeyboardPopover/PisellPriceKeyboardPopover.d.ts +5 -0
  494. package/es/pro/pisellPriceKeyboardPopover/index.d.ts +2 -0
  495. package/es/pro/pisellPriceKeyboardPopover/types.d.ts +33 -0
  496. package/es/pro/pisellSimplePriceKeyboardPopover/index.d.ts +2 -0
  497. package/es/pro/pisellSimplePriceKeyboardPopover/types.d.ts +33 -0
  498. package/es/pro/priceKeyboard/components/cashKeyboard/CashKeyboardIntact.d.ts +1 -0
  499. package/es/pro/priceKeyboard/components/cashKeyboard/index.d.ts +13 -0
  500. package/es/pro/priceKeyboard/components/cashKeyboard/locales.d.ts +63 -0
  501. package/es/pro/priceKeyboard/components/cashKeyboard/types.d.ts +98 -0
  502. package/es/pro/priceKeyboard/components/discountKeyboard/locales.d.ts +68 -0
  503. package/es/pro/priceKeyboard/components/discountKeyboard/types.d.ts +17 -0
  504. package/es/pro/priceKeyboard/components/paymentKeyboard/index.d.ts +1 -0
  505. package/es/pro/priceKeyboard/components/paymentKeyboard/locales.d.ts +73 -0
  506. package/es/pro/priceKeyboard/components/paymentKeyboard/types.d.ts +39 -0
  507. package/es/pro/priceKeyboard/components/shortcuts/index.d.ts +18 -0
  508. package/es/pro/priceKeyboard/hooks/keyActions.d.ts +28 -0
  509. package/es/pro/priceKeyboard/hooks/rightItems.d.ts +1 -0
  510. package/es/pro/priceKeyboard/index.d.ts +3 -0
  511. package/es/pro/priceKeyboard/utils.d.ts +31 -0
  512. package/es/pro/skuDetailModal/index.js +55 -130
  513. package/es/pro/skuDetailModal/index.less +2 -0
  514. package/es/pro/skuDetailModal/locales.d.ts +123 -0
  515. package/es/pro/skuDetailModal/locales.js +6 -48
  516. package/es/pro/skuDetailModal/types.d.ts +395 -0
  517. package/es/pro/skuDetailModal/utils.d.ts +31 -0
  518. package/es/pro/skuDetailModal/utils.js +116 -1
  519. package/es/shared/locales/stock.d.ts +57 -0
  520. package/es/shared/locales/stock.js +56 -0
  521. package/lib/components/Sales/Cart/index.d.ts +53 -0
  522. package/lib/components/appointmentBooking/components/Cart/Item/Total.d.ts +1 -0
  523. package/lib/components/appointmentBooking/components/Cart/Item/index.d.ts +4 -0
  524. package/lib/components/appointmentBooking/components/Cart/index.d.ts +1 -0
  525. package/lib/components/appointmentBooking/components/Content/index.d.ts +1 -0
  526. package/lib/components/appointmentBooking/components/Deposit/index.d.ts +1 -0
  527. package/lib/components/appointmentBooking/components/Footer/index.d.ts +1 -0
  528. package/lib/components/appointmentBooking/components/Guest/components/InformationOptionsModal/index.d.ts +1 -0
  529. package/lib/components/appointmentBooking/components/Header/index.d.ts +1 -0
  530. package/lib/components/appointmentBooking/components/Services/index.d.ts +4 -0
  531. package/lib/components/appointmentBooking/components/TimeSlicing/components/SelectDateOS.d.ts +1 -0
  532. package/lib/components/appointmentBooking/components/Voucher/index.d.ts +1 -0
  533. package/lib/components/appointmentBooking/deposit/components/PolicyModal/index.d.ts +1 -0
  534. package/lib/components/appointmentBooking/deposit/index.d.ts +1 -0
  535. package/lib/components/appointmentBooking/index.d.ts +1 -0
  536. package/lib/components/authentication/admin/ChannelAuthSetting/SaaSManagermentAuth/index.d.ts +6 -0
  537. package/lib/components/booking/addons/index.d.ts +17 -0
  538. package/lib/components/booking/addons/model.d.ts +1 -10
  539. package/lib/components/booking/components/TabProduct/productItem/index.d.ts +1 -0
  540. package/lib/components/booking/components/TabProduct/selectProductItem/index.d.ts +1 -0
  541. package/lib/components/booking/components/collapsibleList/utils.d.ts +1 -0
  542. package/lib/components/booking/components/emptyBooking/index.d.ts +1 -0
  543. package/lib/components/booking/components/footer/FooterMenus/index.d.ts +1 -0
  544. package/lib/components/booking/components/footer/amount.d.ts +38 -0
  545. package/lib/components/booking/components/footer/index.d.ts +1 -0
  546. package/lib/components/booking/components/reloadResourceModal/index.d.ts +9 -0
  547. package/lib/components/booking/components/tabPane/index.d.ts +4 -0
  548. package/lib/components/booking/components/voucher/index.d.ts +1 -0
  549. package/lib/components/booking/components/voucherModal/index.d.ts +19 -0
  550. package/lib/components/booking/dashboard/serve.d.ts +2 -0
  551. package/lib/components/booking/deposit/ClientItem/index.d.ts +18 -0
  552. package/lib/components/booking/deposit/DepositItem/index.d.ts +25 -0
  553. package/lib/components/booking/deposit/index.d.ts +3 -0
  554. package/lib/components/booking/forms/footer.d.ts +1 -0
  555. package/lib/components/booking/forms/forms.d.ts +30 -0
  556. package/lib/components/booking/forms/model.d.ts +1 -10
  557. package/lib/components/booking/forms/sendModal/useSendModal.d.ts +2 -1
  558. package/lib/components/booking/forms/serve.d.ts +18 -0
  559. package/lib/components/booking/forms/single/index.d.ts +1 -0
  560. package/lib/components/booking/hooks/useClearCart.d.ts +1 -0
  561. package/lib/components/booking/hooks/useIsBooking4Shop.d.ts +1 -0
  562. package/lib/components/booking/hooks/usePromotion.d.ts +301 -0
  563. package/lib/components/booking/hooks/useQuotation.d.ts +1 -0
  564. package/lib/components/booking/info/addServiceVariant/index.d.ts +7 -0
  565. package/lib/components/booking/info/client/index.d.ts +4 -0
  566. package/lib/components/booking/info/client/serve.d.ts +2 -0
  567. package/lib/components/booking/info/clientVariant/hooks/useClientFn.d.ts +1 -0
  568. package/lib/components/booking/info/clientVariant/utils.d.ts +3 -0
  569. package/lib/components/booking/info/clientVariant/vertical/index.d.ts +8 -0
  570. package/lib/components/booking/info/date/index.d.ts +1 -0
  571. package/lib/components/booking/info/dateRange/index.d.ts +1 -0
  572. package/lib/components/booking/info/header/index.d.ts +4 -0
  573. package/lib/components/booking/info/hooks/useHolderConfig.d.ts +10 -0
  574. package/lib/components/booking/info/hooks/useInfoHolder.d.ts +11 -0
  575. package/lib/components/booking/info/index.d.ts +4 -0
  576. package/lib/components/booking/info/main.d.ts +12 -0
  577. package/lib/components/booking/info/model.d.ts +5 -0
  578. package/lib/components/booking/info/notes/index.d.ts +1 -0
  579. package/lib/components/booking/info/pet/index.d.ts +14 -0
  580. package/lib/components/booking/info/pet/serve.d.ts +1 -0
  581. package/lib/components/booking/info/service/Lists.d.ts +3 -0
  582. package/lib/components/booking/info/service/actions/index.d.ts +1 -0
  583. package/lib/components/booking/info/service/addService/index.d.ts +12 -0
  584. package/lib/components/booking/info/service/addTimeModal/index.d.ts +1 -0
  585. package/lib/components/booking/info/service/addTimeModal/serve.d.ts +5 -0
  586. package/lib/components/booking/info/service/editService/BookingList/index.d.ts +1 -0
  587. package/lib/components/booking/info/service/editService/constants.d.ts +1 -0
  588. package/lib/components/booking/info/service/serve.d.ts +34 -0
  589. package/lib/components/booking/info/service/serviceItem/index.d.ts +1 -0
  590. package/lib/components/booking/info/service/serviceList/index.d.ts +6 -0
  591. package/lib/components/booking/info/service/serviceManager/index.d.ts +20 -0
  592. package/lib/components/booking/info/service2/Group/utils.d.ts +14 -0
  593. package/lib/components/booking/info/service2/Lists.d.ts +3 -0
  594. package/lib/components/booking/info/service2/utils.d.ts +226 -0
  595. package/lib/components/booking/info/utils.d.ts +50 -0
  596. package/lib/components/booking/info2/cartClientCard/locales.d.ts +33 -0
  597. package/lib/components/booking/info2/cartClientCard/types.d.ts +19 -0
  598. package/lib/components/booking/info2/cartClientCard/utils.d.ts +3 -0
  599. package/lib/components/booking/info2/model/index.d.ts +1 -0
  600. package/lib/components/booking/info2/model/strategy/adapter/index.d.ts +7 -0
  601. package/lib/components/booking/info2/model/strategy/adapter/promotion/evaluator.d.ts +185 -0
  602. package/lib/components/booking/info2/model/strategy/adapter/promotion/type.d.ts +420 -0
  603. package/lib/components/booking/info2/model/strategy/adapter/type.d.ts +28 -0
  604. package/lib/components/booking/info2/model/strategy/adapter/walletPass/evaluator.d.ts +84 -0
  605. package/lib/components/booking/info2/model/strategy/adapter/walletPass/example.d.ts +4 -0
  606. package/lib/components/booking/info2/model/strategy/adapter/walletPass/index.d.ts +32 -0
  607. package/lib/components/booking/info2/model/strategy/adapter/walletPass/locales.d.ts +1 -0
  608. package/lib/components/booking/info2/model/strategy/adapter/walletPass/type.d.ts +165 -0
  609. package/lib/components/booking/info2/model/strategy/adapter/walletPass/utils.d.ts +50 -0
  610. package/lib/components/booking/info2/model/strategy/index.d.ts +107 -0
  611. package/lib/components/booking/info2/model/strategy/strategy-example.d.ts +5 -0
  612. package/lib/components/booking/info2/model/strategy/type.d.ts +228 -0
  613. package/lib/components/booking/info2/serve.d.ts +6 -0
  614. package/lib/components/booking/info2/service/actions/index.d.ts +1 -0
  615. package/lib/components/booking/info2/service/addService/index.d.ts +12 -0
  616. package/lib/components/booking/info2/service/addService/utils.d.ts +106 -0
  617. package/lib/components/booking/info2/service/addTimeModal/index.d.ts +4 -0
  618. package/lib/components/booking/info2/service/contactInfoMode/index.d.ts +1 -0
  619. package/lib/components/booking/info2/service/editNormalService/index.d.ts +3 -0
  620. package/lib/components/booking/info2/service/editNormalService/index.js +3 -0
  621. package/lib/components/booking/info2/service/editService/utils.d.ts +28 -0
  622. package/lib/components/booking/info2/service/index.d.ts +4 -0
  623. package/lib/components/booking/info2/service/openNormalService.d.ts +37 -0
  624. package/lib/components/booking/info2/service/serviceItem/index.d.ts +1 -0
  625. package/lib/components/booking/info2/service/serviceList/index.d.ts +6 -0
  626. package/lib/components/booking/info2/utilsByBooking.d.ts +36 -0
  627. package/lib/components/booking/locales.d.ts +1586 -0
  628. package/lib/components/booking/materiels/contacts/index.d.ts +1 -0
  629. package/lib/components/booking/materiels/duration/index.d.ts +1 -0
  630. package/lib/components/booking/materiels/holder/index.d.ts +1 -0
  631. package/lib/components/booking/materiels/startTime/index.d.ts +1 -0
  632. package/lib/components/booking/model.d.ts +113 -0
  633. package/lib/components/booking/notes/NoteBlock/NoteItem/index.d.ts +1 -0
  634. package/lib/components/booking/notes/NoteBlock/index.d.ts +1 -0
  635. package/lib/components/booking/notes/addNote/index.d.ts +4 -0
  636. package/lib/components/booking/notes/model.d.ts +1 -10
  637. package/lib/components/booking/payments/model.d.ts +1 -10
  638. package/lib/components/booking/utils/selectHolderModal.d.ts +24 -0
  639. package/lib/components/booking/utils.d.ts +184 -0
  640. package/lib/components/checkout/PaymentProvider.d.ts +13 -0
  641. package/lib/components/checkout/components/AdditionalModule/locales.d.ts +58 -0
  642. package/lib/components/checkout/components/CashPaymentModule/index.d.ts +26 -0
  643. package/lib/components/checkout/components/PaymentDetailModal/index.d.ts +38 -0
  644. package/lib/components/checkout/components/PaymentOptionsModule/index.d.ts +16 -0
  645. package/lib/components/checkout/components/PaymentResultToast/PaymentResultToastProvider.d.ts +85 -0
  646. package/lib/components/checkout/components/PaymentResultToast/types.d.ts +59 -0
  647. package/lib/components/checkout/components/PaymentResultToast/utils.d.ts +44 -0
  648. package/lib/components/checkout/components/ScrollableList/index.d.ts +5 -0
  649. package/lib/components/checkout/components/ScrollableList/types.d.ts +53 -0
  650. package/lib/components/checkout/components/SearchAndClientModule/index.d.ts +1 -0
  651. package/lib/components/checkout/components/SendPaymentLinkModal/index.d.ts +12 -0
  652. package/lib/components/checkout/components/WalletPassModule/components/ConflictModal/index.d.ts +1 -0
  653. package/lib/components/checkout/components/WalletPassModule/components/DiscountWallet/index.d.ts +1 -0
  654. package/lib/components/checkout/components/WalletPassModule/types.d.ts +134 -0
  655. package/lib/components/checkout/constants.d.ts +2 -0
  656. package/lib/components/checkout/export.d.ts +9 -0
  657. package/lib/components/checkout/hooks/usePaymentLogger.d.ts +2 -0
  658. package/lib/components/checkout/hooks/useWalletPass.d.ts +1 -1
  659. package/lib/components/checkout/index.d.ts +5 -0
  660. package/lib/components/checkout/index.less +2 -0
  661. package/lib/components/checkout/locales.d.ts +856 -0
  662. package/lib/components/checkout/payment-modal-utils.d.ts +30 -0
  663. package/lib/components/checkout/styles.d.ts +67 -0
  664. package/lib/components/checkout/types.d.ts +130 -0
  665. package/lib/components/checkout/utils/PaymentResultToastUtils.d.ts +32 -0
  666. package/lib/components/checkout/utils.d.ts +3 -0
  667. package/lib/components/ecocup/components/AddCustomerModal/index.d.ts +1 -0
  668. package/lib/components/ecocup/components/CupActionList/index.d.ts +1 -0
  669. package/lib/components/ecocup/components/CupActionModal/index.d.ts +1 -0
  670. package/lib/components/ecocup/components/CupInfoCard/index.d.ts +1 -0
  671. package/lib/components/ecocup/components/CupStatusModal/index.d.ts +1 -0
  672. package/lib/components/ecocup/components/CustomerAndCupModal/index.d.ts +1 -0
  673. package/lib/components/ecocup/components/CustomerCard/index.d.ts +1 -0
  674. package/lib/components/ecocup/components/MoreDropdown/index.d.ts +1 -0
  675. package/lib/components/ecocup/components/SearchBar/index.d.ts +1 -0
  676. package/lib/components/ecocup/components/SettingModal/index.d.ts +1 -0
  677. package/lib/components/ecocup/cupList/const.d.ts +144 -0
  678. package/lib/components/ecocup/cupList/hooks/useColumns.d.ts +1 -0
  679. package/lib/components/ecocup/cupList/hooks/useSummary.d.ts +1 -0
  680. package/lib/components/ecocup/cupList/index.d.ts +1 -0
  681. package/lib/components/eftpos/hooks.d.ts +1 -0
  682. package/lib/components/eftpos/index.d.ts +1 -0
  683. package/lib/components/eftpos/pos.d.ts +1 -0
  684. package/lib/components/eftposPay/EFTPos.d.ts +14 -0
  685. package/lib/components/eftposPay/aggregatePayment/hooks/useMicropay.d.ts +7 -0
  686. package/lib/components/eftposPay/aggregatePayment/index.d.ts +3 -0
  687. package/lib/components/eftposPay/aggregatePayment/service.d.ts +24 -0
  688. package/lib/components/eftposPay/aggregatePayment/types.d.ts +106 -0
  689. package/lib/components/eftposPay/aggregatePayment/utils/logs.d.ts +110 -0
  690. package/lib/components/eftposPay/aggregatePayment/utils/payment.d.ts +139 -0
  691. package/lib/components/eftposPay/amount.d.ts +2 -1
  692. package/lib/components/eftposPay/app.d.ts +11 -0
  693. package/lib/components/eftposPay/component/fail/failCustom.d.ts +4 -0
  694. package/lib/components/eftposPay/component/fail/index.d.ts +4 -0
  695. package/lib/components/eftposPay/component/fail/network.d.ts +1 -0
  696. package/lib/components/eftposPay/component/fail/unknow.d.ts +1 -0
  697. package/lib/components/eftposPay/component/manual/index.d.ts +1 -0
  698. package/lib/components/eftposPay/component/signature/index.d.ts +1 -0
  699. package/lib/components/eftposPay/const.d.ts +195 -0
  700. package/lib/components/eftposPay/device.d.ts +25 -0
  701. package/lib/components/eftposPay/hooks.d.ts +2 -2
  702. package/lib/components/eftposPay/huifu/const.d.ts +5 -0
  703. package/lib/components/eftposPay/huifu/hooks.d.ts +25 -0
  704. package/lib/components/eftposPay/huifu/index.d.ts +5 -0
  705. package/lib/components/eftposPay/huifu/types.d.ts +14 -0
  706. package/lib/components/eftposPay/index.d.ts +5 -0
  707. package/lib/components/eftposPay/linkly/index.d.ts +1 -0
  708. package/lib/components/eftposPay/locales.d.ts +608 -0
  709. package/lib/components/eftposPay/manufacturer.d.ts +8 -0
  710. package/lib/components/eftposPay/pay.d.ts +21 -0
  711. package/lib/components/eftposPay/payo/config.d.ts +1 -0
  712. package/lib/components/eftposPay/payo/const.d.ts +26 -0
  713. package/lib/components/eftposPay/serve.d.ts +16 -0
  714. package/lib/components/eftposPay/store/index.d.ts +362 -0
  715. package/lib/components/eftposPay/tip.d.ts +1 -0
  716. package/lib/components/eftposPay/tyro/index.d.ts +9 -0
  717. package/lib/components/eftposPay/windcave/receiptAction.d.ts +1 -0
  718. package/lib/components/eftposPay/windcave/windcave.d.ts +1 -0
  719. package/lib/components/eventBooking/components/ErrorTip/index.d.ts +1 -0
  720. package/lib/components/eventBooking/components/Provider/Cart/ContinueButton/index.d.ts +1 -0
  721. package/lib/components/eventBooking/components/Provider/Cart/Item/Total.d.ts +1 -0
  722. package/lib/components/eventBooking/components/Provider/Cart/Item/index.d.ts +1 -0
  723. package/lib/components/eventBooking/components/Provider/Cart/index.d.ts +1 -0
  724. package/lib/components/eventBooking/components/Provider/Content/index.d.ts +1 -0
  725. package/lib/components/eventBooking/components/Provider/EmptyHolderModal/index.d.ts +1 -0
  726. package/lib/components/eventBooking/components/Provider/Event/index.d.ts +1 -0
  727. package/lib/components/eventBooking/components/Provider/Footer/index.d.ts +1 -0
  728. package/lib/components/eventBooking/components/Provider/Header/index.d.ts +1 -0
  729. package/lib/components/eventBooking/components/Provider/Information/index.d.ts +1 -0
  730. package/lib/components/eventBooking/components/Provider/InformationOptionsModal/index.d.ts +1 -0
  731. package/lib/components/eventBooking/components/Provider/OrderProductModal/index.d.ts +1 -0
  732. package/lib/components/eventBooking/components/Provider/RemoveOptionConfirmModal.d.ts +1 -0
  733. package/lib/components/eventBooking/components/Provider/Resource/index.d.ts +1 -0
  734. package/lib/components/eventBooking/components/Provider/SelectHolderModal.d.ts +1 -0
  735. package/lib/components/eventBooking/components/Voucher/index.d.ts +1 -0
  736. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/CallToBook/index.d.ts +1 -0
  737. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/WeekItem/index.d.ts +1 -0
  738. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/index.d.ts +1 -0
  739. package/lib/components/eventBooking/components/bookingDetailModal/components/BookingOptions.d.ts +1 -0
  740. package/lib/components/eventBooking/components/bookingDetailModal/components/Resource.d.ts +1 -0
  741. package/lib/components/eventBooking/components/bookingDetailModal/components/Schedule.d.ts +1 -0
  742. package/lib/components/eventBooking/components/scheduleCalendar/ProductItem/index.d.ts +1 -0
  743. package/lib/components/eventBooking/components/scheduleCalendar/calendarItem.d.ts +1 -0
  744. package/lib/components/eventBooking/components/scheduleCalendar/components/ScheduleTimeItem/index.d.ts +1 -0
  745. package/lib/components/eventBooking/index.d.ts +1 -0
  746. package/lib/components/list/ResponsiveWrapper.d.ts +16 -0
  747. package/lib/components/list/TestResponsiveWrapper.d.ts +8 -0
  748. package/lib/components/list/components/EmptyState/index.d.ts +2 -0
  749. package/lib/components/list/components/ListItemSkeleton/ListItemSkeleton.d.ts +13 -0
  750. package/lib/components/list/components/ListItemSkeleton/index.d.ts +2 -0
  751. package/lib/components/list/components/Pagination/index.d.ts +1 -0
  752. package/lib/components/list/components/ScrollLoader/ScrollLoader.d.ts +18 -0
  753. package/lib/components/list/components/ScrollLoader/index.d.ts +2 -0
  754. package/lib/components/list/components/Tab/Tab.d.ts +5 -0
  755. package/lib/components/list/components/Tab/index.d.ts +2 -0
  756. package/lib/components/list/components/Tab/types.d.ts +14 -0
  757. package/lib/components/list/components/TabSkeleton/TabSkeleton.d.ts +11 -0
  758. package/lib/components/list/components/TabSkeleton/index.d.ts +2 -0
  759. package/lib/components/list/components/WaterfallList/WaterfallList.d.ts +33 -0
  760. package/lib/components/list/components/WaterfallList/index.d.ts +2 -0
  761. package/lib/components/list/examples/GroupedListExample.d.ts +3 -0
  762. package/lib/components/list/hooks/index.d.ts +5 -0
  763. package/lib/components/list/hooks/useDevice.d.ts +24 -0
  764. package/lib/components/list/hooks/useWaterfall.d.ts +34 -0
  765. package/lib/components/list/index.d.ts +10 -0
  766. package/lib/components/list/locales.d.ts +108 -0
  767. package/lib/components/list/types.d.ts +181 -0
  768. package/lib/components/list/utils/getText.d.ts +53 -0
  769. package/lib/components/list/utils/index.d.ts +19 -0
  770. package/lib/components/login/index.d.ts +1 -0
  771. package/lib/components/pay/toB/components/Cache/index.d.ts +1 -0
  772. package/lib/components/pay/toB/components/Card/index.d.ts +1 -0
  773. package/lib/components/pay/toB/components/CardGroup/index.d.ts +8 -0
  774. package/lib/components/pay/toB/components/ConfirmedPayment/index.d.ts +1 -0
  775. package/lib/components/pay/toB/components/Content/Footer.d.ts +1 -0
  776. package/lib/components/pay/toB/components/Content/Header.d.ts +5 -0
  777. package/lib/components/pay/toB/components/Content/utils.d.ts +16 -0
  778. package/lib/components/pay/toB/components/EFTPOS/index.d.ts +8 -0
  779. package/lib/components/pay/toB/components/MX51/index.d.ts +3 -0
  780. package/lib/components/pay/toB/components/index.d.ts +5 -0
  781. package/lib/components/pay/toB/hooks.d.ts +12 -0
  782. package/lib/components/pay/toB/index.d.ts +3 -0
  783. package/lib/components/pay/toB/locales.d.ts +88 -0
  784. package/lib/components/pay/toB/paymentMethods/index.d.ts +11 -0
  785. package/lib/components/pay/toB/store/context.d.ts +3 -0
  786. package/lib/components/pay/toB/store/hooks.d.ts +15 -0
  787. package/lib/components/pay/toB/store/index.d.ts +3 -0
  788. package/lib/components/pay/toB/store/provider.d.ts +4 -0
  789. package/lib/components/pay/toB/store/utils.d.ts +13 -0
  790. package/lib/components/pay/toB/types/index.d.ts +81 -0
  791. package/lib/components/pay/toB/types/storeTypes.d.ts +143 -0
  792. package/lib/components/pay/toC/PaymentList/serve.d.ts +28 -0
  793. package/lib/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/ThreedsLoading/index.d.ts +1 -0
  794. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/Content.d.ts +7 -0
  795. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/index.d.ts +4 -0
  796. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/components/PageLoading/index.d.ts +4 -0
  797. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/PaymentRequestForm.d.ts +4 -0
  798. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/index.d.ts +1 -0
  799. package/lib/components/pay/toC/PaymentMethods/WalletPass/serve.d.ts +161 -0
  800. package/lib/components/pay/toC/PaymentMethods/index.d.ts +9 -0
  801. package/lib/components/pay/toC/WalletPassBlock/components/WalletUseList/index.d.ts +1 -0
  802. package/lib/components/pay/toC/model.d.ts +33 -0
  803. package/lib/components/pay/toC/serve.d.ts +82 -0
  804. package/lib/components/pay/toC/utils.d.ts +57 -0
  805. package/lib/components/pisellSelectCustomerModal/RightPanel/Add/BirthdayField/index.d.ts +1 -0
  806. package/lib/components/pisellSelectCustomerModal/RightPanel/Add/GenderField/index.d.ts +1 -0
  807. package/lib/components/pisellSelectCustomerModal/RightPanel/Add/PhoneField/index.d.ts +3 -0
  808. package/lib/components/pisellSelectCustomerModal/RightPanel/Add/index.d.ts +1 -0
  809. package/lib/components/pisellSelectCustomerModal/RightPanel/List/index.d.ts +1 -0
  810. package/lib/components/pisellSelectCustomerModal/RightPanel/index.d.ts +1 -0
  811. package/lib/components/pisellSelectCustomerModal/RightPanel/serve.d.ts +3 -0
  812. package/lib/components/pisellSelectCustomerModal/index.d.ts +1 -0
  813. package/lib/components/productExtension/fields/SelectProducts/ProductItem/index.d.ts +1 -0
  814. package/lib/components/productExtension/fields/SelectProducts/ProductItemPreview/index.d.ts +1 -0
  815. package/lib/components/productExtension/fields/SelectProducts/index.d.ts +1 -0
  816. package/lib/components/productExtension/fields/SelectResourcesTable/index.d.ts +1 -0
  817. package/lib/components/productExtension/index.d.ts +1 -0
  818. package/lib/components/productSelect/components/TabProduct/index.d.ts +1 -0
  819. package/lib/components/productSelect/components/productGroup/index.d.ts +39 -0
  820. package/lib/components/ruleSetting/index.d.ts +1 -0
  821. package/lib/components/ruleSetting/ruleBorder/index.d.ts +1 -0
  822. package/lib/components/schedules/calendar/index.d.ts +1 -0
  823. package/lib/components/schedules/components/CurrentDay/index.d.ts +1 -0
  824. package/lib/components/schedules/components/ScheduleDetailList/index.d.ts +1 -0
  825. package/lib/components/schedules/components/ScheduleList/index.d.ts +1 -0
  826. package/lib/components/schedules/model.d.ts +1 -9
  827. package/lib/components/schedules/products/ProductDetailDrawer/ProductDetail/MaxParticipantsModule/index.d.ts +1 -0
  828. package/lib/components/schedules/products/ProductDetailDrawer/ProductDetail/ResourcesModule/index.d.ts +1 -0
  829. package/lib/components/schedules/products/ProductDetailDrawer/ProductDetail/SchedulesModule/AddSchedules/index.d.ts +1 -0
  830. package/lib/components/schedules/products/ProductDetailDrawer/ProductDetail/SchedulesModule/index.d.ts +1 -0
  831. package/lib/components/schedules/products/ProductDetailDrawer/index.d.ts +1 -0
  832. package/lib/components/schedules/products/index.d.ts +1 -0
  833. package/lib/components/schedules/products/list/ProductItem/index.d.ts +1 -0
  834. package/lib/components/schedules/products/list/index.d.ts +1 -0
  835. package/lib/components/schedules/resources/index.d.ts +1 -0
  836. package/lib/components/schedules/resources/list/index.d.ts +1 -0
  837. package/lib/components/schedules/schedules/AllSchedules/index.d.ts +1 -0
  838. package/lib/components/schedules/schedules/ScheduleDetailDrawer/index.d.ts +1 -0
  839. package/lib/components/schedules/schedules/index.d.ts +1 -0
  840. package/lib/components/shoppingCart/Provider.d.ts +3 -0
  841. package/lib/components/shoppingCart/components/Cart/Product.d.ts +1 -0
  842. package/lib/components/shoppingCart/components/Cart/index.d.ts +1 -0
  843. package/lib/components/shoppingCart/components/Empty/index.d.ts +1 -0
  844. package/lib/components/shoppingCart/components/Render/index.d.ts +1 -0
  845. package/lib/components/shoppingCart/hooks/index.d.ts +4 -0
  846. package/lib/components/shoppingCart/hooks/useAddService.d.ts +1 -0
  847. package/lib/components/shoppingCart/hooks/useClearCart.d.ts +1 -0
  848. package/lib/components/shoppingCart/hooks/usePromotionModal.d.ts +1 -0
  849. package/lib/components/shoppingCart/hooks/useSkuModal.d.ts +1 -0
  850. package/lib/components/shoppingCart/index.d.ts +1 -0
  851. package/lib/components/shoppingCart/locales.d.ts +93 -0
  852. package/lib/components/shoppingCart/mock.d.ts +54 -0
  853. package/lib/components/shoppingCart/server.d.ts +12 -0
  854. package/lib/components/shoppingCart/type.d.ts +59 -0
  855. package/lib/components/shoppingCart/utils.d.ts +192 -0
  856. package/lib/components/subTotal/locales.d.ts +71 -0
  857. package/lib/components/systemSettings/registry/components/DataSourceTreeSelect/index.d.ts +1 -0
  858. package/lib/components/systemSettings/registry/locales.d.ts +525 -0
  859. package/lib/components/systemSettings/registry/types.d.ts +139 -0
  860. package/lib/components/taxSelect/index.d.ts +1 -0
  861. package/lib/components/ticketBooking/components/ProductDisplayAdapter/index.d.ts +7 -0
  862. package/lib/components/ticketBooking/components/ProductDisplayAdapter/types.d.ts +115 -0
  863. package/lib/components/ticketBooking/components/ProductDisplayAdapter/utils.d.ts +94 -0
  864. package/lib/components/ticketBooking/components/addServiceVariant/addService.d.ts +1 -0
  865. package/lib/components/ticketBooking/components/addServiceVariant/addService.js +135 -13
  866. package/lib/components/ticketBooking/components/addServiceVariant/index.d.ts +11 -0
  867. package/lib/components/ticketBooking/components/addServiceVariant/utils.d.ts +11 -0
  868. package/lib/components/ticketBooking/components/bookingDataPanel/bookingDashboard/index.d.ts +7 -0
  869. package/lib/components/ticketBooking/components/bookingDataPanel/bookingList/utils.d.ts +6 -0
  870. package/lib/components/ticketBooking/components/bookingDataPanel/constants.d.ts +22 -0
  871. package/lib/components/ticketBooking/components/bookingDataPanel/serve.d.ts +0 -0
  872. package/lib/components/ticketBooking/components/menuBar/index.d.ts +1 -0
  873. package/lib/components/ticketBooking/components/ticketBooking/index.d.ts +1 -0
  874. package/lib/components/ticketBooking/components/timeBar/index.d.ts +1 -0
  875. package/lib/components/ticketBooking/context/IsActiveContext.d.ts +26 -0
  876. package/lib/components/ticketBooking/context/OsKeyContext.d.ts +29 -0
  877. package/lib/components/ticketBooking/context/index.d.ts +2 -0
  878. package/lib/components/ticketBooking/hooks/pisellos/bookingTicket.d.ts +6 -0
  879. package/lib/components/ticketBooking/hooks/pisellos/index.d.ts +4 -0
  880. package/lib/components/ticketBooking/hooks/pisellos/useActiveExecute.d.ts +21 -0
  881. package/lib/components/ticketBooking/hooks/pisellos/useCartChangeEffect.d.ts +5 -0
  882. package/lib/components/ticketBooking/hooks/pisellos/useCustomer.d.ts +25 -0
  883. package/lib/components/ticketBooking/hooks/pisellos/useScanManager.d.ts +6 -0
  884. package/lib/components/ticketBooking/hooks/pisellos/useShopDiscountModule.d.ts +6 -0
  885. package/lib/components/ticketBooking/index.d.ts +23 -0
  886. package/lib/components/ticketBooking/index.js +6 -1
  887. package/lib/components/ticketBooking/locales.d.ts +340 -0
  888. package/lib/components/ticketBooking/serve.d.ts +289 -0
  889. package/lib/components/ticketBooking/utils/edit.d.ts +1 -0
  890. package/lib/components/ticketBooking/utils/index.d.ts +104 -0
  891. package/lib/components/ticketBooking/utils/index.js +8 -2
  892. package/lib/components/ticketBooking/utils/productCache.d.ts +75 -0
  893. package/lib/components/walletList/index.d.ts +1 -0
  894. package/lib/components/workSpaceList/components/Modal/index.d.ts +1 -0
  895. package/lib/components/workSpaceList/components/SearchWorkspaceAndBase/index.d.ts +1 -0
  896. package/lib/hooks/index.d.ts +10 -0
  897. package/lib/hooks/printer.d.ts +4 -0
  898. package/lib/hooks/useEngineContext.d.ts +4 -0
  899. package/lib/hooks/useLogger.d.ts +2 -0
  900. package/lib/hooks/useModal.example.d.ts +12 -0
  901. package/lib/hooks/useModal.integration.example.d.ts +15 -0
  902. package/lib/hooks/usePaymentLogger.d.ts +1 -0
  903. package/lib/hooks/useToast.d.ts +2 -0
  904. package/lib/hooks/useWindowSize.d.ts +5 -0
  905. package/lib/index.d.ts +91 -0
  906. package/lib/plus/clinetSearch/Add/BirthdayField/index.d.ts +1 -0
  907. package/lib/plus/clinetSearch/Add/GenderField/index.d.ts +1 -0
  908. package/lib/plus/contactInfoModal/ContactInfoContent.d.ts +1 -0
  909. package/lib/plus/noteModal/AddTempModal.d.ts +1 -0
  910. package/lib/plus/noteModal/locales.d.ts +53 -0
  911. package/lib/plus/noteModal/types.d.ts +19 -0
  912. package/lib/plus/orderList/components/HandleActions.d.ts +1 -0
  913. package/lib/plus/orderList/components/QuickFilter.d.ts +1 -0
  914. package/lib/plus/orderList/components/Reset.d.ts +1 -0
  915. package/lib/plus/orderList/components/Toolbar.d.ts +1 -0
  916. package/lib/plus/orderList/config.d.ts +3 -2
  917. package/lib/plus/pisellSalesManagement/components/BookingFormsPreview.d.ts +1 -0
  918. package/lib/plus/pisellSalesManagement/config/booking.d.ts +1 -0
  919. package/lib/plus/productSelect/CategoryTabs/index.d.ts +21 -0
  920. package/lib/plus/productSelect/ProductCard/SkuCard/SkuCardA1/index.d.ts +4 -0
  921. package/lib/plus/productSelect/ProductCard/SkuCard/SkuCardA2/index.d.ts +4 -0
  922. package/lib/plus/productSelect/ProductCard/SkuCard/SkuCardA5/index.d.ts +4 -0
  923. package/lib/plus/productSelect/ProductCard/SkuCard/SkuCardA9/index.d.ts +4 -0
  924. package/lib/plus/productSelect/ProductCard/SkuCard/SkuCardCustom/index.d.ts +4 -0
  925. package/lib/plus/productSelect/ProductCard/SkuCard/components/Action/index.d.ts +1 -0
  926. package/lib/plus/productSelect/ProductCard/SkuCard/components/Capacity/index.d.ts +6 -0
  927. package/lib/plus/productSelect/ProductCard/SkuCard/components/CardCom/index.d.ts +8 -0
  928. package/lib/plus/productSelect/ProductCard/SkuCard/components/CardMask/index.d.ts +7 -0
  929. package/lib/plus/productSelect/ProductCard/SkuCard/components/CardMoreText/index.d.ts +1 -0
  930. package/lib/plus/productSelect/ProductCard/SkuCard/components/CardWrapper/index.d.ts +1 -0
  931. package/lib/plus/productSelect/ProductCard/SkuCard/components/Countdown/index.d.ts +7 -0
  932. package/lib/plus/productSelect/ProductCard/SkuCard/components/Cover/index.d.ts +8 -0
  933. package/lib/plus/productSelect/ProductCard/SkuCard/components/Duration/index.d.ts +6 -0
  934. package/lib/plus/productSelect/ProductCard/SkuCard/components/Favorite/index.d.ts +1 -0
  935. package/lib/plus/productSelect/ProductCard/SkuCard/components/Price/index.d.ts +7 -0
  936. package/lib/plus/productSelect/ProductCard/SkuCard/components/Promotions/index.d.ts +1 -0
  937. package/lib/plus/productSelect/ProductCard/SkuCard/components/Resource/index.d.ts +6 -0
  938. package/lib/plus/productSelect/ProductCard/SkuCard/components/Stock/index.d.ts +6 -0
  939. package/lib/plus/productSelect/ProductCard/SkuCard/components/SubTitle/index.d.ts +7 -0
  940. package/lib/plus/productSelect/ProductCard/SkuCard/components/Tags/index.d.ts +1 -0
  941. package/lib/plus/productSelect/ProductCard/SkuCard/components/Time/index.d.ts +6 -0
  942. package/lib/plus/productSelect/ProductCard/SkuCard/components/Title/index.d.ts +7 -0
  943. package/lib/plus/productSelect/ProductCard/SkuCard/components/TooltipTags/index.d.ts +7 -0
  944. package/lib/plus/productSelect/ProductCard/SkuCard/components/WarningLists/index.d.ts +4 -0
  945. package/lib/plus/productSelect/ProductCard/SkuCard/hooks/useDynamicComponents.d.ts +6 -0
  946. package/lib/plus/productSelect/ProductCard/SkuCard/index.d.ts +9 -0
  947. package/lib/plus/productSelect/ProductCard/SkuCard/locales.d.ts +68 -0
  948. package/lib/plus/productSelect/ProductCard/SkuCard/status.d.ts +173 -0
  949. package/lib/plus/productSelect/ProductCard/SkuCard/type.d.ts +298 -0
  950. package/lib/plus/productSelect/ProductCard/SkuCard/utils.d.ts +9 -0
  951. package/lib/plus/productSelect/ProductCard/index.d.ts +54 -0
  952. package/lib/plus/productSelect/ProductCard/utils.d.ts +49 -0
  953. package/lib/plus/productSelect/ProductList/gridComponents.d.ts +46 -0
  954. package/lib/plus/saasAttendance/settings/components/membersField/index.d.ts +1 -0
  955. package/lib/plus/saasCreateOrganization/components/Header.d.ts +1 -0
  956. package/lib/plus/saasCreateOrganization/index.d.ts +1 -0
  957. package/lib/plus/saasRegister/components/EntryEmail.d.ts +1 -0
  958. package/lib/plus/saasRegister/components/EntryInfo.d.ts +1 -0
  959. package/lib/plus/saasRegister/components/GoLogin.d.ts +1 -0
  960. package/lib/plus/saasRegister/components/Header.d.ts +1 -0
  961. package/lib/plus/saasRegister/components/VerifyError.d.ts +1 -0
  962. package/lib/plus/saasRegister/components/VerifyingLink.d.ts +1 -0
  963. package/lib/plus/saasRegister/components/VertifyEmail.d.ts +1 -0
  964. package/lib/plus/selectHolder/components/ErrorTip/index.d.ts +1 -0
  965. package/lib/plus/selectHolder/locales.d.ts +38 -0
  966. package/lib/plus/skuOptionsSelection/components/NormalCard/index.d.ts +6 -0
  967. package/lib/plus/skuOptionsSelection/components/OptionsCard/OptionItemCard.d.ts +1 -0
  968. package/lib/plus/skuOptionsSelection/components/OptionsCard/index.d.ts +1 -0
  969. package/lib/plus/skuOptionsSelection/components/OptionsModal/index.d.ts +1 -0
  970. package/lib/plus/skuOptionsSelection/components/TitleExtra/index.d.ts +1 -0
  971. package/lib/plus/skuOptionsSelection/components/VariantCard/index.d.ts +1 -0
  972. package/lib/plus/skuOptionsSelection/index.d.ts +5 -0
  973. package/lib/plus/skuOptionsSelection/index.js +2 -0
  974. package/lib/plus/skuOptionsSelection/locales.d.ts +0 -5
  975. package/lib/plus/skuOptionsSelection/locales.js +0 -5
  976. package/lib/plus/skuOptionsSelection/types.d.ts +445 -0
  977. package/lib/plus/skuOptionsSelection/utils/transformBundleGroup.d.ts +19 -0
  978. package/lib/plus/skuOptionsSelection/utils/transformOptionGroup.d.ts +1 -0
  979. package/lib/plus/skuOptionsSelection/utils/transformSelectorValueToValue.d.ts +4 -0
  980. package/lib/plus/skuOptionsSelection/utils/transformValueToSelectorValue.d.ts +4 -0
  981. package/lib/plus/skuOptionsSelection/utils/transformVariantGroup.d.ts +1 -0
  982. package/lib/plus/walletEditor/components/relationProduct/index.d.ts +1 -0
  983. package/lib/plus/walletPassGallery/components/passDetail/index.d.ts +1 -0
  984. package/lib/plus/walletPassGallery/components/passList/index.d.ts +1 -0
  985. package/lib/plus/walletPassGallery/components/timelineSection/index.d.ts +1 -0
  986. package/lib/plus/walletPassGallery/index.d.ts +1 -0
  987. package/lib/plus/webPosLogin/WebPosLoginCpt.d.ts +9 -0
  988. package/lib/plus/webPosLogin/components/BrandPanel/index.d.ts +9 -0
  989. package/lib/plus/webPosLogin/components/LoginPanel/index.d.ts +21 -0
  990. package/lib/plus/webPosLogin/components/MediaDisplay/type.d.ts +54 -0
  991. package/lib/plus/webPosLogin/index.d.ts +12 -0
  992. package/lib/plus/webPosLogin/locales.d.ts +92 -0
  993. package/lib/plus/webPosLogin/service.d.ts +44 -0
  994. package/lib/plus/webPosLogin/types.d.ts +288 -0
  995. package/lib/pro/Login2.0/locales.d.ts +903 -0
  996. package/lib/pro/NumberKeyboardPopover/index.d.ts +36 -0
  997. package/lib/pro/NumberKeyboardPopover/types.d.ts +31 -0
  998. package/lib/pro/Selector/hooks/usePresetProps.d.ts +24 -0
  999. package/lib/pro/multiDayTimeSelect/index.d.ts +3 -0
  1000. package/lib/pro/multiDayTimeSelect/types.d.ts +28 -0
  1001. package/lib/pro/pisellPaymentList/example.d.ts +1 -0
  1002. package/lib/pro/pisellPhoneKeyboard/index.d.ts +1 -0
  1003. package/lib/pro/pisellPriceKeyboardModal/index.d.ts +2 -0
  1004. package/lib/pro/pisellPriceKeyboardModal/types.d.ts +25 -0
  1005. package/lib/pro/pisellPriceKeyboardPopover/PisellPriceKeyboardPopover.d.ts +5 -0
  1006. package/lib/pro/pisellPriceKeyboardPopover/index.d.ts +2 -0
  1007. package/lib/pro/pisellPriceKeyboardPopover/types.d.ts +33 -0
  1008. package/lib/pro/pisellSimplePriceKeyboardPopover/index.d.ts +2 -0
  1009. package/lib/pro/pisellSimplePriceKeyboardPopover/types.d.ts +33 -0
  1010. package/lib/pro/priceKeyboard/components/cashKeyboard/CashKeyboardIntact.d.ts +1 -0
  1011. package/lib/pro/priceKeyboard/components/cashKeyboard/index.d.ts +13 -0
  1012. package/lib/pro/priceKeyboard/components/cashKeyboard/locales.d.ts +63 -0
  1013. package/lib/pro/priceKeyboard/components/cashKeyboard/types.d.ts +98 -0
  1014. package/lib/pro/priceKeyboard/components/discountKeyboard/locales.d.ts +68 -0
  1015. package/lib/pro/priceKeyboard/components/discountKeyboard/types.d.ts +17 -0
  1016. package/lib/pro/priceKeyboard/components/paymentKeyboard/index.d.ts +1 -0
  1017. package/lib/pro/priceKeyboard/components/paymentKeyboard/locales.d.ts +73 -0
  1018. package/lib/pro/priceKeyboard/components/paymentKeyboard/types.d.ts +39 -0
  1019. package/lib/pro/priceKeyboard/components/shortcuts/index.d.ts +18 -0
  1020. package/lib/pro/priceKeyboard/hooks/keyActions.d.ts +28 -0
  1021. package/lib/pro/priceKeyboard/hooks/rightItems.d.ts +1 -0
  1022. package/lib/pro/priceKeyboard/index.d.ts +3 -0
  1023. package/lib/pro/priceKeyboard/utils.d.ts +31 -0
  1024. package/lib/pro/skuDetailModal/index.js +51 -102
  1025. package/lib/pro/skuDetailModal/index.less +2 -0
  1026. package/lib/pro/skuDetailModal/locales.d.ts +123 -0
  1027. package/lib/pro/skuDetailModal/locales.js +6 -48
  1028. package/lib/pro/skuDetailModal/types.d.ts +395 -0
  1029. package/lib/pro/skuDetailModal/utils.d.ts +31 -0
  1030. package/lib/pro/skuDetailModal/utils.js +125 -2
  1031. package/lib/shared/locales/stock.d.ts +57 -0
  1032. package/lib/shared/locales/stock.js +80 -0
  1033. package/package.json +1 -1
@@ -0,0 +1,28 @@
1
+ /**
2
+ * 键盘输入处理 Hook
3
+ * @param params 配置参数
4
+ * @param params.onChange 值变化回调
5
+ * @param params.onEnter 确认回调
6
+ * @param params.onReset 重置回调
7
+ * @param params.value 当前值
8
+ * @param params.min 最小值限制
9
+ * @param params.max 最大值限制
10
+ * @param params.scale 小数位数限制
11
+ * @param params.mode 输入模式:'append' 追加模式(默认)| 'replace' 替换模式
12
+ */
13
+ declare const useKeyActions: (params: {
14
+ onChange?: ((val: string) => void) | undefined;
15
+ onEnter?: ((val: string) => void) | undefined;
16
+ onReset?: (() => void) | undefined;
17
+ value?: string | undefined;
18
+ min?: number | undefined;
19
+ max?: number | undefined;
20
+ mode?: "replace" | "append" | undefined;
21
+ scale?: number | undefined;
22
+ }) => {
23
+ handleChange: (val?: string | number) => void;
24
+ error: {
25
+ msg: string;
26
+ } | null;
27
+ };
28
+ export default useKeyActions;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  declare const useRightItems: (props: {
2
3
  rightItemsStyle?: any;
3
4
  doneText?: string;
@@ -0,0 +1,3 @@
1
+ export { default as CashKeyboard } from './components/cashKeyboard';
2
+ export { default as PaymentKeyboard } from './components/paymentKeyboard';
3
+ export { default as DiscountKeyboard } from './components/discountKeyboard';
@@ -0,0 +1,31 @@
1
+ export declare const DEFAULT_THEME_CONFIG: {
2
+ dark: {
3
+ titleColor: string;
4
+ subtitleColor: string;
5
+ keyboardBgColor: string;
6
+ keyboardWrapperBgColor: string;
7
+ bgColor: string;
8
+ bgColorGray200: string;
9
+ bgColorGray300: string;
10
+ textGray500: string;
11
+ textGray600: string;
12
+ textGray900: string;
13
+ };
14
+ light: {
15
+ titleColor: string;
16
+ subtitleColor: string;
17
+ keyboardBgColor: string;
18
+ keyboardWrapperBgColor: string;
19
+ bgColor: string;
20
+ bgColorGray200: string;
21
+ bgColorGray300: string;
22
+ textGray500: string;
23
+ textGray600: string;
24
+ textGray900: string;
25
+ };
26
+ };
27
+ /**
28
+ * 设置键盘主题
29
+ * @param theme 主题
30
+ */
31
+ export declare const setKeyboardTheme: (theme?: 'dark' | 'light') => void;
@@ -19,6 +19,7 @@ import Decimal from 'decimal.js';
19
19
  import { locales } from '@pisell/utils';
20
20
  import Delete_wght300_24px from '@pisell/icon/es/Delete_wght300_24px';
21
21
  import localeTexts from "./locales";
22
+ import stockLocaleTexts from "../../shared/locales/stock";
22
23
  import "./index.less";
23
24
  import NumericStepper from "../NumericStepper";
24
25
  import NoteModal from "../../plus/noteModal";
@@ -26,14 +27,14 @@ import useEngineContext from "../../hooks/useEngineContext";
26
27
  import { DiscountKeyboard } from "../priceKeyboard";
27
28
  import SKUOptionsSelection from "../../plus/skuOptionsSelection";
28
29
  import { getProductDetail } from "../../components/booking/info/service/serve";
29
- import { checkSkuStockCanSell } from "./utils";
30
+ import { getStockValidationResult, setHiddenStockAlertForToday } from "./utils";
30
31
  import { Context as BookingContext } from "../../components/booking/info/model";
31
32
  import useToast from "../../hooks/useToast";
32
33
  import useLogger from "../../hooks/useLogger";
33
34
  import { filterVariantGroupByVariants } from "../../components/shoppingCart/utils";
34
35
  import { cloneDeep } from 'lodash';
35
36
  var SkuDetailModal = function SkuDetailModal(_ref, ref) {
36
- var _context$appHelper, _context$engine, _bookingState$booking3, _bookingState$booking6, _bookingState$booking9, _productData$_extend2, _bookingState$booking13, _bookingState$booking14;
37
+ var _context$appHelper, _context$engine, _context$engine2, _bookingState$booking3, _bookingState$booking6, _productData$_extend2, _bookingState$booking12, _bookingState$booking13;
37
38
  var onConfirm = _ref.onConfirm,
38
39
  onRemove = _ref.onRemove,
39
40
  onClose = _ref.onClose;
@@ -139,6 +140,7 @@ var SkuDetailModal = function SkuDetailModal(_ref, ref) {
139
140
  bookingState = _ref3.state;
140
141
  var symbol = getData('shop_symbol');
141
142
  locales.init(localeTexts, (context === null || context === void 0 || (_context$engine = context.engine) === null || _context$engine === void 0 || (_context$engine = _context$engine.props) === null || _context$engine === void 0 ? void 0 : _context$engine.locale) || 'en');
143
+ locales.init(stockLocaleTexts, (context === null || context === void 0 || (_context$engine2 = context.engine) === null || _context$engine2 === void 0 || (_context$engine2 = _context$engine2.props) === null || _context$engine2 === void 0 ? void 0 : _context$engine2.locale) || 'en');
142
144
  var getDetailData = /*#__PURE__*/function () {
143
145
  var _ref4 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee(data, open_deposit) {
144
146
  var _data$skuDetailConfig, _data$skuDetailConfig2, _data$is_eject;
@@ -189,11 +191,6 @@ var SkuDetailModal = function SkuDetailModal(_ref, ref) {
189
191
  var _bookingState$booking4, _bookingState$booking5;
190
192
  return Number((_bookingState$booking4 = bookingState === null || bookingState === void 0 || (_bookingState$booking5 = bookingState.bookingConfig) === null || _bookingState$booking5 === void 0 || (_bookingState$booking5 = _bookingState$booking5.config) === null || _bookingState$booking5 === void 0 || (_bookingState$booking5 = _bookingState$booking5.stock_setting) === null || _bookingState$booking5 === void 0 ? void 0 : _bookingState$booking5.allow_add_to_cart_when_out_stock) !== null && _bookingState$booking4 !== void 0 ? _bookingState$booking4 : 0);
191
193
  }, [bookingState === null || bookingState === void 0 || (_bookingState$booking6 = bookingState.bookingConfig) === null || _bookingState$booking6 === void 0 || (_bookingState$booking6 = _bookingState$booking6.config) === null || _bookingState$booking6 === void 0 ? void 0 : _bookingState$booking6.stock_setting]);
192
- var enableDontShowAgainToday = useMemo(function () {
193
- var _bookingState$booking7, _bookingState$booking8;
194
- return Number((_bookingState$booking7 = bookingState === null || bookingState === void 0 || (_bookingState$booking8 = bookingState.bookingConfig) === null || _bookingState$booking8 === void 0 || (_bookingState$booking8 = _bookingState$booking8.config) === null || _bookingState$booking8 === void 0 || (_bookingState$booking8 = _bookingState$booking8.stock_setting) === null || _bookingState$booking8 === void 0 ? void 0 : _bookingState$booking8.do_not_show_again_today) !== null && _bookingState$booking7 !== void 0 ? _bookingState$booking7 : 0);
195
- }, [bookingState === null || bookingState === void 0 || (_bookingState$booking9 = bookingState.bookingConfig) === null || _bookingState$booking9 === void 0 || (_bookingState$booking9 = _bookingState$booking9.config) === null || _bookingState$booking9 === void 0 ? void 0 : _bookingState$booking9.stock_setting]);
196
-
197
194
  /**
198
195
  * @description 当前商品是否存在 SKU 选择数据(套餐/单规格/组合规格)
199
196
  * - 当 bundle_group、option_group、variant_group 都不存在或为空数组时:
@@ -266,7 +263,7 @@ var SkuDetailModal = function SkuDetailModal(_ref, ref) {
266
263
  open: function () {
267
264
  var _open = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee2(data) {
268
265
  var _skuDetailConfig$isSh, _skuDetailConfig$isSh2, _skuDetailConfig$exte, _skuDetailConfig$useC, _skuDetailConfig$cust, _skuDetailConfig$isCa, _data$_extend, _data$_extend2, _data$_extend3, _data$_extend4, _data$_extend5;
269
- var dataWithConfig, skuDetailConfig, config, _apiData, _data$productData, _apiData2, _apiData3, _apiData4, _apiData5, _apiData6, _apiData7, _ref5, _is_eject, _apiData8, _apiData9, _hydratedData$_extend, open_deposit, productDetail, apiData, basePrice, _variantData, hydratedData, isEject, hydratedAny, _initialHasSkuOptions, _data, variantData, recordSkuValue, dataAny, initialHasSkuOptions;
266
+ var dataWithConfig, skuDetailConfig, config, _apiData, _data$productData, _apiData2, _apiData3, _apiData4, _apiData5, _apiData6, _apiData7, _ref5, _is_eject, _apiData8, _apiData9, _hydratedData$_extend2, open_deposit, productDetail, apiData, basePrice, _variantData, hydratedData, isEject, _hydratedData$_extend, _bookingState$booking7, stockResult, hydratedAny, _initialHasSkuOptions, _data, variantData, recordSkuValue, dataAny, initialHasSkuOptions;
270
267
  return _regeneratorRuntime().wrap(function _callee2$(_context2) {
271
268
  while (1) switch (_context2.prev = _context2.next) {
272
269
  case 0:
@@ -296,7 +293,7 @@ var SkuDetailModal = function SkuDetailModal(_ref, ref) {
296
293
 
297
294
  // create 模式:只有 id/date/is_eject,先请求详情再打开
298
295
  if (!('date' in data && !('_extend' in data))) {
299
- _context2.next = 37;
296
+ _context2.next = 47;
300
297
  break;
301
298
  }
302
299
  logger === null || logger === void 0 || logger.addLog({
@@ -334,16 +331,38 @@ var SkuDetailModal = function SkuDetailModal(_ref, ref) {
334
331
  option: []
335
332
  }
336
333
  })
337
- }); // 如果该商品不需要弹窗(is_eject !== 1),则直接走确认回调,不再展示弹窗
334
+ }); // 如果该商品不需要弹窗(is_eject !== 1),也需要复用库存校验逻辑
338
335
  isEject = Number((_ref5 = (_is_eject = (_apiData8 = apiData) === null || _apiData8 === void 0 ? void 0 : _apiData8.is_eject) !== null && _is_eject !== void 0 ? _is_eject : data.is_eject) !== null && _ref5 !== void 0 ? _ref5 : 0) === 1;
339
336
  if (isEject) {
340
- _context2.next = 24;
337
+ _context2.next = 34;
338
+ break;
339
+ }
340
+ stockResult = getStockValidationResult({
341
+ value: hydratedData === null || hydratedData === void 0 || (_hydratedData$_extend = hydratedData._extend) === null || _hydratedData$_extend === void 0 ? void 0 : _hydratedData$_extend.skuValue,
342
+ data: hydratedData,
343
+ bookingConfig: bookingState === null || bookingState === void 0 || (_bookingState$booking7 = bookingState.bookingConfig) === null || _bookingState$booking7 === void 0 ? void 0 : _bookingState$booking7.config
344
+ });
345
+ if (!stockResult.shouldBlock) {
346
+ _context2.next = 25;
341
347
  break;
342
348
  }
349
+ Toast === null || Toast === void 0 || Toast.fail(locales.getText('pisell2.skuOptionsSelection.variantItemCard.soldOut'));
350
+ return _context2.abrupt("return");
351
+ case 25:
352
+ if (!stockResult.shouldShowAlert) {
353
+ _context2.next = 31;
354
+ break;
355
+ }
356
+ setProductData(hydratedData);
357
+ pendingConfirmDataRef.current = hydratedData;
358
+ setStockAlertDontShowAgainChecked(false);
359
+ setStockAlertOpen(true);
360
+ return _context2.abrupt("return");
361
+ case 31:
343
362
  onConfirm === null || onConfirm === void 0 || onConfirm(hydratedData);
344
363
  modalCloseAction();
345
364
  return _context2.abrupt("return");
346
- case 24:
365
+ case 34:
347
366
  setProductData(hydratedData);
348
367
  setNote('');
349
368
  setQuantity(((_apiData9 = apiData) === null || _apiData9 === void 0 ? void 0 : _apiData9.min_num_unit) || 1);
@@ -359,7 +378,7 @@ var SkuDetailModal = function SkuDetailModal(_ref, ref) {
359
378
  product_variant_id: 0,
360
379
  bundle: [],
361
380
  option: [],
362
- price: (hydratedData === null || hydratedData === void 0 || (_hydratedData$_extend = hydratedData._extend) === null || _hydratedData$_extend === void 0 ? void 0 : _hydratedData$_extend.price) || 0
381
+ price: (hydratedData === null || hydratedData === void 0 || (_hydratedData$_extend2 = hydratedData._extend) === null || _hydratedData$_extend2 === void 0 ? void 0 : _hydratedData$_extend2.price) || 0
363
382
  });
364
383
  setPriceOverride(null);
365
384
  setShowPriceAdjustModal(false);
@@ -369,7 +388,7 @@ var SkuDetailModal = function SkuDetailModal(_ref, ref) {
369
388
  setCurrentStep(_initialHasSkuOptions ? 1 : 0);
370
389
  setOpen(true);
371
390
  return _context2.abrupt("return");
372
- case 37:
391
+ case 47:
373
392
  logger === null || logger === void 0 || logger.addLog({
374
393
  type: 'info',
375
394
  title: 'sku_detail_modal_open_edit',
@@ -412,7 +431,7 @@ var SkuDetailModal = function SkuDetailModal(_ref, ref) {
412
431
  });
413
432
  setOpen(true);
414
433
  }, 0);
415
- case 57:
434
+ case 67:
416
435
  case "end":
417
436
  return _context2.stop();
418
437
  }
@@ -540,51 +559,10 @@ var SkuDetailModal = function SkuDetailModal(_ref, ref) {
540
559
  modalCloseAction();
541
560
  onClose === null || onClose === void 0 || onClose();
542
561
  };
543
-
544
- /**
545
- * @description 检查当前选择下的库存是否充足
546
- */
547
- var handleCheckStock = function handleCheckStock(params) {
548
- var _value$bundle;
549
- var value = (params === null || params === void 0 ? void 0 : params.value) || skuValue;
550
- var data = (params === null || params === void 0 ? void 0 : params.data) || productData;
551
- if (!data) return true;
552
- // 检测 variant 库存
553
- if (value !== null && value !== void 0 && value.product_variant_id && data) {
554
- var _variant2;
555
- var variantItem = data === null || data === void 0 || (_variant2 = data.variant) === null || _variant2 === void 0 ? void 0 : _variant2.find(function (item) {
556
- return item.id === value.product_variant_id;
557
- });
558
- var variantCanSell = checkSkuStockCanSell(variantItem);
559
- if (!variantCanSell.hasStock) {
560
- return false;
561
- }
562
- }
563
- // 检测 bundle 库存
564
- if ((value === null || value === void 0 || (_value$bundle = value.bundle) === null || _value$bundle === void 0 ? void 0 : _value$bundle.length) > 0 && data) {
565
- var bundleCanSell = value === null || value === void 0 ? void 0 : value.bundle.every(function (item) {
566
- var data = checkSkuStockCanSell(item);
567
- return data.hasStock;
568
- });
569
- if (!bundleCanSell) {
570
- return false;
571
- }
572
- }
573
- // 如果有 variant,则不检测商品本身的库存了
574
- if (value !== null && value !== void 0 && value.product_variant_id) {
575
- return true;
576
- }
577
- // 检测商品本身库存
578
- var productCanSell = checkSkuStockCanSell(data);
579
- if (!productCanSell.hasStock) {
580
- return false;
581
- }
582
- return true;
583
- };
584
562
  var handleConfirm = /*#__PURE__*/function () {
585
563
  var _ref6 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee3() {
586
- var _bookingState$booking10;
587
- var _procedureRef$current, _procedureRef$current2, requiredOptionValidation, shouldValidate, _skuOptionsSelectionR, _skuOptionsSelectionR2, isValid, _skuOptionsSelectionR3, _skuOptionsSelectionR4, _updatedData$_extend, latestSkuValue, originTotal, updatedData, hasStock, productId, shouldSkipAlert;
564
+ var _bookingState$booking8;
565
+ var _procedureRef$current, _procedureRef$current2, requiredOptionValidation, shouldValidate, _skuOptionsSelectionR, _skuOptionsSelectionR2, isValid, _skuOptionsSelectionR3, _skuOptionsSelectionR4, _updatedData$_extend, _bookingState$booking9, latestSkuValue, originTotal, updatedData, stockResult;
588
566
  return _regeneratorRuntime().wrap(function _callee3$(_context3) {
589
567
  while (1) switch (_context3.prev = _context3.next) {
590
568
  case 0:
@@ -603,7 +581,7 @@ var SkuDetailModal = function SkuDetailModal(_ref, ref) {
603
581
  *
604
582
  * @note 配置缺失时默认走“需要校验”,保持更安全的默认行为
605
583
  */
606
- requiredOptionValidation = bookingState === null || bookingState === void 0 || (_bookingState$booking10 = bookingState.bookingConfig) === null || _bookingState$booking10 === void 0 || (_bookingState$booking10 = _bookingState$booking10.config) === null || _bookingState$booking10 === void 0 || (_bookingState$booking10 = _bookingState$booking10.product_setting_tab) === null || _bookingState$booking10 === void 0 ? void 0 : _bookingState$booking10.required_option_validation;
584
+ requiredOptionValidation = bookingState === null || bookingState === void 0 || (_bookingState$booking8 = bookingState.bookingConfig) === null || _bookingState$booking8 === void 0 || (_bookingState$booking8 = _bookingState$booking8.config) === null || _bookingState$booking8 === void 0 || (_bookingState$booking8 = _bookingState$booking8.product_setting_tab) === null || _bookingState$booking8 === void 0 ? void 0 : _bookingState$booking8.required_option_validation;
607
585
  shouldValidate = Number(requiredOptionValidation !== null && requiredOptionValidation !== void 0 ? requiredOptionValidation : 1) !== 0; // 无 SKUOptionsSelection 时跳过校验,否则会因为 ref 为空而阻断提交
608
586
  if (!(shouldValidate && hasSkuOptions)) {
609
587
  _context3.next = 19;
@@ -630,7 +608,7 @@ var SkuDetailModal = function SkuDetailModal(_ref, ref) {
630
608
  return _context3.abrupt("return");
631
609
  case 19:
632
610
  if (!(productData && onConfirm)) {
633
- _context3.next = 39;
611
+ _context3.next = 35;
634
612
  break;
635
613
  }
636
614
  /**
@@ -658,42 +636,30 @@ var SkuDetailModal = function SkuDetailModal(_ref, ref) {
658
636
  } : {})
659
637
  });
660
638
  console.log('updatedData>>>>>>', updatedData, updatedData === null || updatedData === void 0 || (_updatedData$_extend = updatedData._extend) === null || _updatedData$_extend === void 0 ? void 0 : _updatedData$_extend.origin_total);
661
- if (!(stockValidation === 1)) {
662
- _context3.next = 37;
663
- break;
664
- }
665
- hasStock = handleCheckStock({
639
+ stockResult = getStockValidationResult({
666
640
  value: latestSkuValue,
667
- data: productData
641
+ data: productData,
642
+ bookingConfig: bookingState === null || bookingState === void 0 || (_bookingState$booking9 = bookingState.bookingConfig) === null || _bookingState$booking9 === void 0 ? void 0 : _bookingState$booking9.config
668
643
  });
669
- if (hasStock) {
670
- _context3.next = 37;
671
- break;
672
- }
673
- if (!(allowAddToCartWhenOutStock !== 1)) {
674
- _context3.next = 30;
644
+ if (!stockResult.shouldBlock) {
645
+ _context3.next = 28;
675
646
  break;
676
647
  }
677
648
  Toast === null || Toast === void 0 || Toast.fail(locales.getText('pisell2.skuOptionsSelection.variantItemCard.soldOut'));
678
649
  return _context3.abrupt("return");
679
- case 30:
680
- // 缺货允许加入购物车:命中「今天不再提示」则直接提交
681
- productId = Number((productData === null || productData === void 0 ? void 0 : productData.product_id) || 0);
682
- shouldSkipAlert = enableDontShowAgainToday === 1 && hasHiddenStockAlertForToday({
683
- productId: productId
684
- });
685
- if (shouldSkipAlert) {
686
- _context3.next = 37;
650
+ case 28:
651
+ if (!stockResult.shouldShowAlert) {
652
+ _context3.next = 33;
687
653
  break;
688
654
  }
689
655
  pendingConfirmDataRef.current = updatedData;
690
656
  setStockAlertDontShowAgainChecked(false);
691
657
  setStockAlertOpen(true);
692
658
  return _context3.abrupt("return");
693
- case 37:
659
+ case 33:
694
660
  onConfirm(updatedData);
695
661
  modalCloseAction();
696
- case 39:
662
+ case 35:
697
663
  case "end":
698
664
  return _context3.stop();
699
665
  }
@@ -709,13 +675,13 @@ var SkuDetailModal = function SkuDetailModal(_ref, ref) {
709
675
  setStockAlertDontShowAgainChecked(false);
710
676
  };
711
677
  var handleStockAlertContinue = function handleStockAlertContinue() {
712
- var _bookingState$booking11, _bookingState$booking12;
678
+ var _bookingState$booking10, _bookingState$booking11;
713
679
  var pendingData = pendingConfirmDataRef.current;
714
680
  if (!pendingData) {
715
681
  setStockAlertOpen(false);
716
682
  return;
717
683
  }
718
- var enableDontShowAgainToday = Number((_bookingState$booking11 = bookingState === null || bookingState === void 0 || (_bookingState$booking12 = bookingState.bookingConfig) === null || _bookingState$booking12 === void 0 || (_bookingState$booking12 = _bookingState$booking12.config) === null || _bookingState$booking12 === void 0 || (_bookingState$booking12 = _bookingState$booking12.stock_setting) === null || _bookingState$booking12 === void 0 ? void 0 : _bookingState$booking12.do_not_show_again_today) !== null && _bookingState$booking11 !== void 0 ? _bookingState$booking11 : 0);
684
+ var enableDontShowAgainToday = Number((_bookingState$booking10 = bookingState === null || bookingState === void 0 || (_bookingState$booking11 = bookingState.bookingConfig) === null || _bookingState$booking11 === void 0 || (_bookingState$booking11 = _bookingState$booking11.config) === null || _bookingState$booking11 === void 0 || (_bookingState$booking11 = _bookingState$booking11.stock_setting) === null || _bookingState$booking11 === void 0 ? void 0 : _bookingState$booking11.do_not_show_again_today) !== null && _bookingState$booking10 !== void 0 ? _bookingState$booking10 : 0);
719
685
  if (enableDontShowAgainToday === 1 && stockAlertDontShowAgainChecked) {
720
686
  var productId = Number((productData === null || productData === void 0 ? void 0 : productData.product_id) || 0);
721
687
  setHiddenStockAlertForToday({
@@ -1075,7 +1041,7 @@ var SkuDetailModal = function SkuDetailModal(_ref, ref) {
1075
1041
  fontSize: 14,
1076
1042
  lineHeight: '22px'
1077
1043
  }
1078
- }, locales.getText('pisell2.text.sku.detail.modal.stock.alert.desc')), Number((_bookingState$booking13 = bookingState === null || bookingState === void 0 || (_bookingState$booking14 = bookingState.bookingConfig) === null || _bookingState$booking14 === void 0 || (_bookingState$booking14 = _bookingState$booking14.config) === null || _bookingState$booking14 === void 0 || (_bookingState$booking14 = _bookingState$booking14.stock_setting) === null || _bookingState$booking14 === void 0 ? void 0 : _bookingState$booking14.do_not_show_again_today) !== null && _bookingState$booking13 !== void 0 ? _bookingState$booking13 : 0) === 1 && /*#__PURE__*/React.createElement("div", {
1044
+ }, locales.getText('pisell2.text.sku.detail.modal.stock.alert.desc')), Number((_bookingState$booking12 = bookingState === null || bookingState === void 0 || (_bookingState$booking13 = bookingState.bookingConfig) === null || _bookingState$booking13 === void 0 || (_bookingState$booking13 = _bookingState$booking13.config) === null || _bookingState$booking13 === void 0 || (_bookingState$booking13 = _bookingState$booking13.stock_setting) === null || _bookingState$booking13 === void 0 ? void 0 : _bookingState$booking13.do_not_show_again_today) !== null && _bookingState$booking12 !== void 0 ? _bookingState$booking12 : 0) === 1 && /*#__PURE__*/React.createElement("div", {
1079
1045
  style: {
1080
1046
  marginTop: 16
1081
1047
  }
@@ -1089,47 +1055,6 @@ var SkuDetailModal = function SkuDetailModal(_ref, ref) {
1089
1055
  };
1090
1056
  export default /*#__PURE__*/forwardRef(SkuDetailModal);
1091
1057
 
1092
- /**
1093
- * @description 获取本地当天日期 key(本地时区)
1094
- */
1095
- function getLocalDayKey() {
1096
- var now = new Date();
1097
- var yyyy = String(now.getFullYear());
1098
- var mm = String(now.getMonth() + 1).padStart(2, '0');
1099
- var dd = String(now.getDate()).padStart(2, '0');
1100
- return "".concat(yyyy, "-").concat(mm, "-").concat(dd);
1101
- }
1102
- function getStockAlertStorageKey(params) {
1103
- return "pisell2_stock_alert_hidden_".concat(params.productId);
1104
- }
1105
-
1106
- /**
1107
- * @description 判断今天是否已对该商品隐藏库存提示
1108
- */
1109
- function hasHiddenStockAlertForToday(params) {
1110
- try {
1111
- if (!params.productId) return false;
1112
- if (typeof window === 'undefined') return false;
1113
- var key = getStockAlertStorageKey(params);
1114
- var value = window.localStorage.getItem(key);
1115
- return value === getLocalDayKey();
1116
- } catch (error) {
1117
- return false;
1118
- }
1119
- }
1120
-
1121
- /**
1122
- * @description 设置今天对该商品隐藏库存提示
1123
- */
1124
- function setHiddenStockAlertForToday(params) {
1125
- try {
1126
- if (!params.productId) return;
1127
- if (typeof window === 'undefined') return;
1128
- var key = getStockAlertStorageKey(params);
1129
- window.localStorage.setItem(key, getLocalDayKey());
1130
- } catch (error) {}
1131
- }
1132
-
1133
1058
  /**
1134
1059
  * @description
1135
1060
  * 根据当前 skuValue(组合规格/单规格/套餐)计算“商品单价”
@@ -1144,8 +1069,8 @@ function getSelectedUnitPrice(params) {
1144
1069
  // base price(默认商品基础价;如果选了组合规格则用对应 variant.price/base_price)
1145
1070
  var price = new Decimal((_ref7 = (_productData$base_pri = productData === null || productData === void 0 ? void 0 : productData.base_price) !== null && _productData$base_pri !== void 0 ? _productData$base_pri : productData === null || productData === void 0 || (_productData$_extend3 = productData._extend) === null || _productData$_extend3 === void 0 ? void 0 : _productData$_extend3.price) !== null && _ref7 !== void 0 ? _ref7 : 0);
1146
1071
  if (skuValue !== null && skuValue !== void 0 && skuValue.product_variant_id) {
1147
- var _variant3;
1148
- var variantItem = productData === null || productData === void 0 || (_variant3 = productData.variant) === null || _variant3 === void 0 ? void 0 : _variant3.find(function (item) {
1072
+ var _variant2;
1073
+ var variantItem = productData === null || productData === void 0 || (_variant2 = productData.variant) === null || _variant2 === void 0 ? void 0 : _variant2.find(function (item) {
1149
1074
  return Number(item === null || item === void 0 ? void 0 : item.id) === Number(skuValue.product_variant_id);
1150
1075
  });
1151
1076
  if (variantItem) {
@@ -1189,8 +1114,8 @@ function getOtherFromSkuValue(params) {
1189
1114
  option: (skuValue === null || skuValue === void 0 ? void 0 : skuValue.option) || []
1190
1115
  });
1191
1116
  if (other.product_variant_id && productData) {
1192
- var _variant4;
1193
- var variantItem = productData === null || productData === void 0 || (_variant4 = productData.variant) === null || _variant4 === void 0 ? void 0 : _variant4.find(function (item) {
1117
+ var _variant3;
1118
+ var variantItem = productData === null || productData === void 0 || (_variant3 = productData.variant) === null || _variant3 === void 0 ? void 0 : _variant3.find(function (item) {
1194
1119
  return Number(item === null || item === void 0 ? void 0 : item.id) === Number(other.product_variant_id);
1195
1120
  });
1196
1121
  if (variantItem) {
@@ -5,12 +5,14 @@
5
5
  */
6
6
  height: 884px;
7
7
  width: 80%!important;
8
+ max-width: unset!important;
8
9
 
9
10
  // PisellModal(PC)内容容器:固定高度,内部 body 使用 flex 占满剩余空间
10
11
  .pisell-lowcode-modal-content {
11
12
  width: 100% !important;
12
13
  height: 884px;
13
14
  max-height: 884px!important;
15
+ max-width: unset!important;
14
16
  }
15
17
 
16
18
  /**
@@ -0,0 +1,123 @@
1
+ declare const _default: {
2
+ en: {
3
+ 'pisell2.text.sku.detail.modal.quantity': string;
4
+ 'pisell2.text.sku.detail.modal.note': string;
5
+ 'pisell2.text.sku.detail.modal.subtotal': string;
6
+ 'pisell2.text.sku.detail.modal.discount': string;
7
+ 'pisell2.text.sku.detail.modal.manual.price.change': string;
8
+ 'pisell2.text.sku.detail.modal.price.override': string;
9
+ 'pisell2.text.sku.detail.modal.total': string;
10
+ 'pisell2.text.sku.detail.modal.gst.excl': string;
11
+ 'pisell2.text.sku.detail.modal.gst.incl': string;
12
+ 'pisell2.text.sku.detail.modal.btn.add.note': string;
13
+ 'pisell2.text.sku.detail.modal.btn.remove': string;
14
+ 'pisell2.text.sku.detail.modal.btn.confirm': string;
15
+ 'pisell2.text.sku.detail.modal.btn.manual.price.change': string;
16
+ 'pisell2.text.sku.detail.modal.btn.close': string;
17
+ 'pisell2.text.sku.detail.modal.btn.back': string;
18
+ 'pisell2.text.sku.detail.modal.btn.next': string;
19
+ 'pisell2.text.sku.detail.modal.step.details': string;
20
+ 'pisell2.text.sku.detail.modal.step.select.bundle': string;
21
+ };
22
+ 'zh-CN': {
23
+ 'pisell2.text.sku.detail.modal.quantity': string;
24
+ 'pisell2.text.sku.detail.modal.note': string;
25
+ 'pisell2.text.sku.detail.modal.subtotal': string;
26
+ 'pisell2.text.sku.detail.modal.discount': string;
27
+ 'pisell2.text.sku.detail.modal.manual.price.change': string;
28
+ 'pisell2.text.sku.detail.modal.price.override': string;
29
+ 'pisell2.text.sku.detail.modal.total': string;
30
+ 'pisell2.text.sku.detail.modal.gst.excl': string;
31
+ 'pisell2.text.sku.detail.modal.gst.incl': string;
32
+ 'pisell2.text.sku.detail.modal.btn.add.note': string;
33
+ 'pisell2.text.sku.detail.modal.btn.remove': string;
34
+ 'pisell2.text.sku.detail.modal.btn.confirm': string;
35
+ 'pisell2.text.sku.detail.modal.btn.manual.price.change': string;
36
+ 'pisell2.text.sku.detail.modal.btn.close': string;
37
+ 'pisell2.text.sku.detail.modal.btn.back': string;
38
+ 'pisell2.text.sku.detail.modal.btn.next': string;
39
+ 'pisell2.text.sku.detail.modal.step.details': string;
40
+ 'pisell2.text.sku.detail.modal.step.select.bundle': string;
41
+ };
42
+ 'zh-HK': {
43
+ 'pisell2.text.sku.detail.modal.quantity': string;
44
+ 'pisell2.text.sku.detail.modal.note': string;
45
+ 'pisell2.text.sku.detail.modal.subtotal': string;
46
+ 'pisell2.text.sku.detail.modal.discount': string;
47
+ 'pisell2.text.sku.detail.modal.manual.price.change': string;
48
+ 'pisell2.text.sku.detail.modal.price.override': string;
49
+ 'pisell2.text.sku.detail.modal.total': string;
50
+ 'pisell2.text.sku.detail.modal.gst.excl': string;
51
+ 'pisell2.text.sku.detail.modal.gst.incl': string;
52
+ 'pisell2.text.sku.detail.modal.btn.add.note': string;
53
+ 'pisell2.text.sku.detail.modal.btn.remove': string;
54
+ 'pisell2.text.sku.detail.modal.btn.confirm': string;
55
+ 'pisell2.text.sku.detail.modal.btn.manual.price.change': string;
56
+ 'pisell2.text.sku.detail.modal.btn.close': string;
57
+ 'pisell2.text.sku.detail.modal.btn.back': string;
58
+ 'pisell2.text.sku.detail.modal.btn.next': string;
59
+ 'pisell2.text.sku.detail.modal.step.details': string;
60
+ 'pisell2.text.sku.detail.modal.step.select.bundle': string;
61
+ };
62
+ 'zh-TW': {
63
+ 'pisell2.text.sku.detail.modal.quantity': string;
64
+ 'pisell2.text.sku.detail.modal.note': string;
65
+ 'pisell2.text.sku.detail.modal.subtotal': string;
66
+ 'pisell2.text.sku.detail.modal.discount': string;
67
+ 'pisell2.text.sku.detail.modal.manual.price.change': string;
68
+ 'pisell2.text.sku.detail.modal.price.override': string;
69
+ 'pisell2.text.sku.detail.modal.total': string;
70
+ 'pisell2.text.sku.detail.modal.gst.excl': string;
71
+ 'pisell2.text.sku.detail.modal.gst.incl': string;
72
+ 'pisell2.text.sku.detail.modal.btn.add.note': string;
73
+ 'pisell2.text.sku.detail.modal.btn.remove': string;
74
+ 'pisell2.text.sku.detail.modal.btn.confirm': string;
75
+ 'pisell2.text.sku.detail.modal.btn.manual.price.change': string;
76
+ 'pisell2.text.sku.detail.modal.btn.close': string;
77
+ 'pisell2.text.sku.detail.modal.btn.back': string;
78
+ 'pisell2.text.sku.detail.modal.btn.next': string;
79
+ 'pisell2.text.sku.detail.modal.step.details': string;
80
+ 'pisell2.text.sku.detail.modal.step.select.bundle': string;
81
+ };
82
+ ja: {
83
+ 'pisell2.text.sku.detail.modal.quantity': string;
84
+ 'pisell2.text.sku.detail.modal.note': string;
85
+ 'pisell2.text.sku.detail.modal.subtotal': string;
86
+ 'pisell2.text.sku.detail.modal.discount': string;
87
+ 'pisell2.text.sku.detail.modal.manual.price.change': string;
88
+ 'pisell2.text.sku.detail.modal.price.override': string;
89
+ 'pisell2.text.sku.detail.modal.total': string;
90
+ 'pisell2.text.sku.detail.modal.gst.excl': string;
91
+ 'pisell2.text.sku.detail.modal.gst.incl': string;
92
+ 'pisell2.text.sku.detail.modal.btn.add.note': string;
93
+ 'pisell2.text.sku.detail.modal.btn.remove': string;
94
+ 'pisell2.text.sku.detail.modal.btn.confirm': string;
95
+ 'pisell2.text.sku.detail.modal.btn.manual.price.change': string;
96
+ 'pisell2.text.sku.detail.modal.btn.close': string;
97
+ 'pisell2.text.sku.detail.modal.btn.back': string;
98
+ 'pisell2.text.sku.detail.modal.btn.next': string;
99
+ 'pisell2.text.sku.detail.modal.step.details': string;
100
+ 'pisell2.text.sku.detail.modal.step.select.bundle': string;
101
+ };
102
+ pt: {
103
+ 'pisell2.text.sku.detail.modal.quantity': string;
104
+ 'pisell2.text.sku.detail.modal.note': string;
105
+ 'pisell2.text.sku.detail.modal.subtotal': string;
106
+ 'pisell2.text.sku.detail.modal.discount': string;
107
+ 'pisell2.text.sku.detail.modal.manual.price.change': string;
108
+ 'pisell2.text.sku.detail.modal.price.override': string;
109
+ 'pisell2.text.sku.detail.modal.total': string;
110
+ 'pisell2.text.sku.detail.modal.gst.excl': string;
111
+ 'pisell2.text.sku.detail.modal.gst.incl': string;
112
+ 'pisell2.text.sku.detail.modal.btn.add.note': string;
113
+ 'pisell2.text.sku.detail.modal.btn.remove': string;
114
+ 'pisell2.text.sku.detail.modal.btn.confirm': string;
115
+ 'pisell2.text.sku.detail.modal.btn.manual.price.change': string;
116
+ 'pisell2.text.sku.detail.modal.btn.close': string;
117
+ 'pisell2.text.sku.detail.modal.btn.back': string;
118
+ 'pisell2.text.sku.detail.modal.btn.next': string;
119
+ 'pisell2.text.sku.detail.modal.step.details': string;
120
+ 'pisell2.text.sku.detail.modal.step.select.bundle': string;
121
+ };
122
+ };
123
+ export default _default;