@pisell/private-materials 6.7.5 → 6.7.6

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 (392) hide show
  1. package/build/lowcode/assets-daily.json +11 -11
  2. package/build/lowcode/assets-dev.json +2 -2
  3. package/build/lowcode/assets-prod.json +11 -11
  4. package/build/lowcode/index.js +1 -1
  5. package/build/lowcode/meta.js +1 -1
  6. package/build/lowcode/preview.js +5 -5
  7. package/build/lowcode/render/default/view.css +1 -1
  8. package/build/lowcode/render/default/view.js +9 -9
  9. package/build/lowcode/view.css +1 -1
  10. package/build/lowcode/view.js +9 -9
  11. package/es/businessModel/SalesModel/index.d.ts +1 -0
  12. package/es/components/appointmentBooking/components/Cart/Item/Total.d.ts +1 -0
  13. package/es/components/appointmentBooking/components/Cart/Item/index.d.ts +1 -0
  14. package/es/components/appointmentBooking/components/Cart/index.d.ts +1 -0
  15. package/es/components/appointmentBooking/components/Content/index.d.ts +1 -0
  16. package/es/components/appointmentBooking/components/Deposit/index.d.ts +1 -0
  17. package/es/components/appointmentBooking/components/Footer/index.d.ts +1 -0
  18. package/es/components/appointmentBooking/components/Guest/components/InformationOptionsModal/index.d.ts +1 -0
  19. package/es/components/appointmentBooking/components/Header/index.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/booking/addons/index.js +1 -1
  25. package/es/components/booking/components/footer/amount.d.ts +37 -0
  26. package/es/components/booking/components/footer/amount.js +48 -34
  27. package/es/components/booking/components/footer/index.d.ts +1 -0
  28. package/es/components/booking/components/footer/utils.js +38 -38
  29. package/es/components/booking/components/voucher/index.d.ts +1 -0
  30. package/es/components/booking/components/voucher/index.js +3 -1
  31. package/es/components/booking/deposit/index.d.ts +1 -0
  32. package/es/components/booking/forms/footer.d.ts +1 -0
  33. package/es/components/booking/forms/sendModal/useSendModal.d.ts +1 -0
  34. package/es/components/booking/hooks/useClearCart.d.ts +1 -0
  35. package/es/components/booking/hooks/useQuotation.d.ts +1 -0
  36. package/es/components/booking/hooks/useQuotation.js +4 -1
  37. package/es/components/booking/info/addServiceVariant/index.d.ts +1 -0
  38. package/es/components/booking/info/clientVariant/vertical/index.d.ts +8 -0
  39. package/es/components/booking/info/dateRange/index.d.ts +1 -0
  40. package/es/components/booking/info/header/index.d.ts +1 -0
  41. package/es/components/booking/info/index.d.ts +1 -0
  42. package/es/components/booking/info/service/Lists.d.ts +1 -0
  43. package/es/components/booking/info/service/addService/index.d.ts +1 -0
  44. package/es/components/booking/info/service/addService/utils.d.ts +1 -1
  45. package/es/components/booking/info/service/editService/BookingList/index.d.ts +1 -0
  46. package/es/components/booking/info/service/serviceItem/index.d.ts +1 -0
  47. package/es/components/booking/info/service2/utils.d.ts +251 -0
  48. package/es/components/booking/info2/service/addService/index.d.ts +12 -0
  49. package/es/components/booking/info2/service/addService/utils.d.ts +1 -1
  50. package/es/components/booking/info2/service/editNormalService/index.js +6 -0
  51. package/es/components/booking/info2/service/editService/index.js +16 -6
  52. package/es/components/booking/info2/service/editService/utils.d.ts +15 -0
  53. package/es/components/booking/info2/service/editService/utils.js +66 -0
  54. package/es/components/booking/info2/service/serviceItem/index.d.ts +1 -0
  55. package/es/components/booking/utils.d.ts +174 -0
  56. package/es/components/checkout/components/CashPaymentModule/index.d.ts +26 -0
  57. package/es/components/checkout/components/PaymentOptionsModule/index.d.ts +16 -0
  58. package/es/components/checkout/components/PaymentResultToast/PaymentResultToastProvider.d.ts +85 -0
  59. package/es/components/checkout/components/SearchAndClientModule/index.d.ts +1 -0
  60. package/es/components/checkout/components/WalletPassModule/components/ConflictModal/index.d.ts +1 -0
  61. package/es/components/checkout/components/WalletPassModule/components/DiscountWallet/index.d.ts +1 -0
  62. package/es/components/checkout/hooks/useWalletPass.d.ts +1 -1
  63. package/es/components/checkout/locales.d.ts +513 -0
  64. package/es/components/checkout/utils/PaymentResultToastUtils.d.ts +32 -0
  65. package/es/components/eftpos/surcharge/index.d.ts +1 -0
  66. package/es/components/eftposPay/amount.d.ts +1 -1
  67. package/es/components/eftposPay/device.d.ts +1 -1
  68. package/es/components/eftposPay/hooks.d.ts +2 -2
  69. package/es/components/eftposPay/index.d.ts +1 -0
  70. package/es/components/eftposPay/linkly/hooks/useTimeQuery.d.ts +4 -0
  71. package/es/components/eftposPay/linkly/index.d.ts +1 -0
  72. package/es/components/eftposPay/payo/config.d.ts +13 -0
  73. package/es/components/eftposPay/payo/payment.d.ts +66 -0
  74. package/es/components/eftposPay/store/index.d.ts +4 -4
  75. package/es/components/eftposPay/tyro/index.d.ts +9 -0
  76. package/es/components/eftposPay/utils/log/index.d.ts +110 -0
  77. package/es/components/eventBooking/components/ErrorTip/index.d.ts +1 -0
  78. package/es/components/eventBooking/components/Provider/Cart/ContinueButton/index.d.ts +1 -0
  79. package/es/components/eventBooking/components/Provider/Cart/Deposit/index.d.ts +1 -0
  80. package/es/components/eventBooking/components/Provider/Cart/Item/Total.d.ts +1 -0
  81. package/es/components/eventBooking/components/Provider/Cart/Item/index.d.ts +1 -0
  82. package/es/components/eventBooking/components/Provider/Cart/index.d.ts +1 -0
  83. package/es/components/eventBooking/components/Provider/Content/index.d.ts +1 -0
  84. package/es/components/eventBooking/components/Provider/EmptyHolderModal/index.d.ts +1 -0
  85. package/es/components/eventBooking/components/Provider/Event/index.d.ts +1 -0
  86. package/es/components/eventBooking/components/Provider/Footer/index.d.ts +1 -0
  87. package/es/components/eventBooking/components/Provider/Header/index.d.ts +1 -0
  88. package/es/components/eventBooking/components/Provider/Information/index.d.ts +1 -0
  89. package/es/components/eventBooking/components/Provider/InformationOptionsModal/index.d.ts +1 -0
  90. package/es/components/eventBooking/components/Provider/OrderProductModal/index.d.ts +1 -0
  91. package/es/components/eventBooking/components/Provider/RemoveOptionConfirmModal.d.ts +1 -0
  92. package/es/components/eventBooking/components/Provider/Resource/index.d.ts +1 -0
  93. package/es/components/eventBooking/components/Provider/SelectHolderModal.d.ts +1 -0
  94. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/CallToBook/index.d.ts +1 -0
  95. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/WeekItem/index.d.ts +1 -0
  96. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/index.d.ts +1 -0
  97. package/es/components/eventBooking/components/bookingDetailModal/components/BookingOptions.d.ts +1 -0
  98. package/es/components/eventBooking/components/bookingDetailModal/components/Resource.d.ts +1 -0
  99. package/es/components/eventBooking/components/bookingDetailModal/components/Schedule.d.ts +1 -0
  100. package/es/components/eventBooking/components/scheduleCalendar/calendarItem.d.ts +1 -0
  101. package/es/components/eventBooking/components/scheduleCalendar/components/ScheduleTimeItem/index.d.ts +1 -0
  102. package/es/components/eventBooking/index.d.ts +1 -0
  103. package/es/components/index.d.ts +24 -0
  104. package/es/components/list/List.js +56 -40
  105. package/es/components/list/hooks/useListState.d.ts +5 -3
  106. package/es/components/list/hooks/useListState.js +17 -2
  107. package/es/components/list/styles/header.less +3 -3
  108. package/es/components/list/utils/index.d.ts +13 -1
  109. package/es/components/list/utils/index.js +43 -1
  110. package/es/components/pay/toB/components/Cache/index.d.ts +1 -0
  111. package/es/components/pay/toB/components/Card/index.d.ts +1 -0
  112. package/es/components/pay/toB/components/ConfirmedPayment/index.d.ts +1 -0
  113. package/es/components/pay/toB/components/Content/Footer.d.ts +1 -0
  114. package/es/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/ThreedsLoading/index.d.ts +1 -0
  115. package/es/components/pay/toC/PaymentMethods/MWCreditCard/tds2.js +1 -1
  116. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/StripeSDK/SDK.d.ts +1 -0
  117. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/index.d.ts +1 -0
  118. package/es/components/pay/toC/PaymentMethods/WalletPass/serve.d.ts +155 -0
  119. package/es/components/pay/toC/WalletPassBlock/components/WalletUseList/index.d.ts +1 -0
  120. package/es/components/pay/toC/locales.d.ts +301 -0
  121. package/es/components/pay/toC/status.d.ts +13 -0
  122. package/es/components/pisellSelectCustomerModal/RightPanel/Add/PhoneField/index.d.ts +1 -0
  123. package/es/components/pisellSelectCustomerModal/RightPanel/Add/index.d.ts +1 -0
  124. package/es/components/pisellSelectCustomerModal/RightPanel/List/index.d.ts +1 -0
  125. package/es/components/pisellSelectCustomerModal/RightPanel/index.d.ts +1 -0
  126. package/es/components/pisellSelectCustomerModal/index.d.ts +1 -0
  127. package/es/components/productExtension/index.d.ts +1 -0
  128. package/es/components/productSelect/components/TabProduct/index.d.ts +1 -0
  129. package/es/components/ruleSetting/index.d.ts +1 -0
  130. package/es/components/schedules/components/ScheduleList/RenderScheduleItem/index.d.ts +1 -0
  131. package/es/components/schedules/products/ProductDetailDrawer/ProductDetail/SchedulesModule/AddSchedules/index.d.ts +1 -0
  132. package/es/components/schedules/products/ProductDetailDrawer/ProductDetail/SchedulesModule/index.d.ts +1 -0
  133. package/es/components/shoppingCart/components/Cart/Product.d.ts +1 -0
  134. package/es/components/shoppingCart/components/Cart/index.d.ts +1 -0
  135. package/es/components/shoppingCart/hooks/useAddService.d.ts +1 -0
  136. package/es/components/shoppingCart/hooks/useClearCart.d.ts +1 -0
  137. package/es/components/systemSettings/registry/components/ModuleList.d.ts +4 -0
  138. package/es/components/systemSettings/registry/components/SectionList.d.ts +4 -0
  139. package/es/components/systemSettings/registry/components/index.d.ts +4 -0
  140. package/es/components/systemSettings/registry/locales.d.ts +272 -0
  141. package/es/components/systemSettings/registry/services.d.ts +77 -0
  142. package/es/components/systemSettings/registry/types.d.ts +126 -0
  143. package/es/components/systemSettings/registry/utils/typeValidation.d.ts +16 -0
  144. package/es/components/systemSettings/registry/utils/validators.d.ts +8 -0
  145. package/es/components/taxSelect/index.d.ts +1 -0
  146. package/es/components/ticketBooking/components/ProductDisplayAdapter/ProductDisplayAdapter.js +1 -0
  147. package/es/components/ticketBooking/components/ProductDisplayAdapter/utils.d.ts +33 -2
  148. package/es/components/ticketBooking/components/ProductDisplayAdapter/utils.js +139 -36
  149. package/es/components/ticketBooking/components/addServiceVariant/addService.d.ts +1 -0
  150. package/es/components/ticketBooking/components/addServiceVariant/index.d.ts +1 -0
  151. package/es/components/ticketBooking/components/menuBar/index.d.ts +1 -0
  152. package/es/components/ticketBooking/components/ticketBooking/index.d.ts +1 -0
  153. package/es/components/ticketBooking/components/timeBar/index.d.ts +1 -0
  154. package/es/components/ticketBooking/hooks/pisellos/useProducts.d.ts +16 -0
  155. package/es/components/ticketBooking/index.d.ts +1 -0
  156. package/es/components/ticketBooking/locales.d.ts +198 -0
  157. package/es/components/ticketBooking/utils/index.d.ts +93 -0
  158. package/es/components/wallet/Detail/locales.d.ts +153 -0
  159. package/es/components/wallet/hooks/useWalletCard.d.ts +1 -0
  160. package/es/components/wallet/serve.d.ts +150 -0
  161. package/es/components/wallet/utils.d.ts +48 -0
  162. package/es/components/workSpaceList/components/Modal/index.d.ts +1 -0
  163. package/es/components/workSpaceList/components/SearchWorkspaceAndBase/index.d.ts +1 -0
  164. package/es/plus/clientCard/locales.d.ts +18 -0
  165. package/es/plus/clinetSearch/index.d.ts +17 -0
  166. package/es/plus/clinetSearch/locales.d.ts +105 -0
  167. package/es/plus/clinetSearch/types.d.ts +61 -0
  168. package/es/plus/contactInfoModal/ContactInfoContent.d.ts +1 -0
  169. package/es/plus/noteModal/AddTempModal.d.ts +1 -0
  170. package/es/plus/productSelect/ProductCard/SkuCard/components/Action/index.d.ts +1 -0
  171. package/es/plus/productSelect/ProductCard/SkuCard/components/Capacity/index.d.ts +1 -1
  172. package/es/plus/productSelect/ProductCard/SkuCard/components/CardCom/index.d.ts +1 -0
  173. package/es/plus/productSelect/ProductCard/SkuCard/components/CardMask/index.d.ts +1 -1
  174. package/es/plus/productSelect/ProductCard/SkuCard/components/CardMoreText/index.d.ts +1 -0
  175. package/es/plus/productSelect/ProductCard/SkuCard/components/CardWrapper/index.d.ts +1 -0
  176. package/es/plus/productSelect/ProductCard/SkuCard/components/Countdown/index.d.ts +1 -1
  177. package/es/plus/productSelect/ProductCard/SkuCard/components/Duration/index.d.ts +1 -1
  178. package/es/plus/productSelect/ProductCard/SkuCard/components/Favorite/index.d.ts +1 -0
  179. package/es/plus/productSelect/ProductCard/SkuCard/components/Promotions/index.d.ts +1 -0
  180. package/es/plus/productSelect/ProductCard/SkuCard/components/Resource/index.d.ts +1 -1
  181. package/es/plus/productSelect/ProductCard/SkuCard/components/Stock/index.d.ts +1 -1
  182. package/es/plus/productSelect/ProductCard/SkuCard/components/SubTitle/index.d.ts +1 -0
  183. package/es/plus/productSelect/ProductCard/SkuCard/components/Tags/index.d.ts +1 -0
  184. package/es/plus/productSelect/ProductCard/SkuCard/components/Time/index.d.ts +1 -1
  185. package/es/plus/productSelect/ProductCard/SkuCard/components/Title/index.d.ts +1 -0
  186. package/es/plus/saasCreateOrganization/index.d.ts +1 -0
  187. package/es/plus/saasRegister/components/VertifyEmail.d.ts +1 -0
  188. package/es/plus/walletPassGallery/components/passDetail/index.d.ts +1 -0
  189. package/es/plus/walletPassGallery/components/passList/index.d.ts +1 -0
  190. package/es/plus/walletPassGallery/components/timelineSection/index.d.ts +1 -0
  191. package/es/plus/walletPassGallery/index.d.ts +1 -0
  192. package/es/plus/walletPassGallery/serve.d.ts +221 -0
  193. package/es/pro/comprehensiveSearch/components/searchSection/locales.d.ts +15 -0
  194. package/es/pro/comprehensiveSearch/locales.d.ts +15 -0
  195. package/es/pro/pisellPhoneKeyboard/index.d.ts +1 -0
  196. package/es/pro/priceKeyboard/components/cashKeyboard/CashKeyboardIntact.d.ts +1 -0
  197. package/es/pro/priceKeyboard/components/cashKeyboard/index.d.ts +13 -0
  198. package/es/pro/priceKeyboard/components/cashKeyboard/types.d.ts +98 -0
  199. package/es/pro/priceKeyboard/components/paymentKeyboard/index.d.ts +1 -0
  200. package/es/pro/priceKeyboard/components/shortcuts/index.d.ts +18 -0
  201. package/es/pro/priceKeyboard/hooks/rightItems.d.ts +1 -0
  202. package/lib/businessModel/SalesModel/index.d.ts +1 -0
  203. package/lib/components/appointmentBooking/components/Cart/Item/Total.d.ts +1 -0
  204. package/lib/components/appointmentBooking/components/Cart/Item/index.d.ts +1 -0
  205. package/lib/components/appointmentBooking/components/Cart/index.d.ts +1 -0
  206. package/lib/components/appointmentBooking/components/Content/index.d.ts +1 -0
  207. package/lib/components/appointmentBooking/components/Deposit/index.d.ts +1 -0
  208. package/lib/components/appointmentBooking/components/Footer/index.d.ts +1 -0
  209. package/lib/components/appointmentBooking/components/Guest/components/InformationOptionsModal/index.d.ts +1 -0
  210. package/lib/components/appointmentBooking/components/Header/index.d.ts +1 -0
  211. package/lib/components/appointmentBooking/components/Voucher/index.d.ts +1 -0
  212. package/lib/components/appointmentBooking/deposit/components/PolicyModal/index.d.ts +1 -0
  213. package/lib/components/appointmentBooking/deposit/index.d.ts +1 -0
  214. package/lib/components/appointmentBooking/index.d.ts +1 -0
  215. package/lib/components/booking/components/footer/amount.d.ts +37 -0
  216. package/lib/components/booking/components/footer/amount.js +29 -15
  217. package/lib/components/booking/components/footer/index.d.ts +1 -0
  218. package/lib/components/booking/components/footer/utils.js +8 -8
  219. package/lib/components/booking/components/voucher/index.d.ts +1 -0
  220. package/lib/components/booking/components/voucher/index.js +4 -2
  221. package/lib/components/booking/deposit/index.d.ts +1 -0
  222. package/lib/components/booking/forms/footer.d.ts +1 -0
  223. package/lib/components/booking/forms/sendModal/useSendModal.d.ts +1 -0
  224. package/lib/components/booking/hooks/useClearCart.d.ts +1 -0
  225. package/lib/components/booking/hooks/useQuotation.d.ts +1 -0
  226. package/lib/components/booking/hooks/useQuotation.js +2 -1
  227. package/lib/components/booking/info/addServiceVariant/index.d.ts +1 -0
  228. package/lib/components/booking/info/clientVariant/vertical/index.d.ts +8 -0
  229. package/lib/components/booking/info/dateRange/index.d.ts +1 -0
  230. package/lib/components/booking/info/header/index.d.ts +1 -0
  231. package/lib/components/booking/info/index.d.ts +1 -0
  232. package/lib/components/booking/info/service/Lists.d.ts +1 -0
  233. package/lib/components/booking/info/service/addService/index.d.ts +1 -0
  234. package/lib/components/booking/info/service/addService/utils.d.ts +1 -1
  235. package/lib/components/booking/info/service/editService/BookingList/index.d.ts +1 -0
  236. package/lib/components/booking/info/service/serviceItem/index.d.ts +1 -0
  237. package/lib/components/booking/info/service2/utils.d.ts +251 -0
  238. package/lib/components/booking/info2/service/addService/index.d.ts +12 -0
  239. package/lib/components/booking/info2/service/addService/utils.d.ts +1 -1
  240. package/lib/components/booking/info2/service/editNormalService/index.js +6 -0
  241. package/lib/components/booking/info2/service/editService/index.js +12 -3
  242. package/lib/components/booking/info2/service/editService/utils.d.ts +15 -0
  243. package/lib/components/booking/info2/service/editService/utils.js +40 -3
  244. package/lib/components/booking/info2/service/serviceItem/index.d.ts +1 -0
  245. package/lib/components/booking/utils.d.ts +174 -0
  246. package/lib/components/checkout/components/CashPaymentModule/index.d.ts +26 -0
  247. package/lib/components/checkout/components/PaymentOptionsModule/index.d.ts +16 -0
  248. package/lib/components/checkout/components/PaymentResultToast/PaymentResultToastProvider.d.ts +85 -0
  249. package/lib/components/checkout/components/SearchAndClientModule/index.d.ts +1 -0
  250. package/lib/components/checkout/components/WalletPassModule/components/ConflictModal/index.d.ts +1 -0
  251. package/lib/components/checkout/components/WalletPassModule/components/DiscountWallet/index.d.ts +1 -0
  252. package/lib/components/checkout/hooks/useWalletPass.d.ts +1 -1
  253. package/lib/components/checkout/locales.d.ts +513 -0
  254. package/lib/components/checkout/utils/PaymentResultToastUtils.d.ts +32 -0
  255. package/lib/components/eftpos/surcharge/index.d.ts +1 -0
  256. package/lib/components/eftposPay/amount.d.ts +1 -1
  257. package/lib/components/eftposPay/device.d.ts +1 -1
  258. package/lib/components/eftposPay/hooks.d.ts +2 -2
  259. package/lib/components/eftposPay/index.d.ts +1 -0
  260. package/lib/components/eftposPay/linkly/hooks/useTimeQuery.d.ts +4 -0
  261. package/lib/components/eftposPay/linkly/index.d.ts +1 -0
  262. package/lib/components/eftposPay/payo/config.d.ts +13 -0
  263. package/lib/components/eftposPay/payo/payment.d.ts +66 -0
  264. package/lib/components/eftposPay/store/index.d.ts +4 -4
  265. package/lib/components/eftposPay/tyro/index.d.ts +9 -0
  266. package/lib/components/eftposPay/utils/log/index.d.ts +110 -0
  267. package/lib/components/eventBooking/components/ErrorTip/index.d.ts +1 -0
  268. package/lib/components/eventBooking/components/Provider/Cart/ContinueButton/index.d.ts +1 -0
  269. package/lib/components/eventBooking/components/Provider/Cart/Deposit/index.d.ts +1 -0
  270. package/lib/components/eventBooking/components/Provider/Cart/Item/Total.d.ts +1 -0
  271. package/lib/components/eventBooking/components/Provider/Cart/Item/index.d.ts +1 -0
  272. package/lib/components/eventBooking/components/Provider/Cart/index.d.ts +1 -0
  273. package/lib/components/eventBooking/components/Provider/Content/index.d.ts +1 -0
  274. package/lib/components/eventBooking/components/Provider/EmptyHolderModal/index.d.ts +1 -0
  275. package/lib/components/eventBooking/components/Provider/Event/index.d.ts +1 -0
  276. package/lib/components/eventBooking/components/Provider/Footer/index.d.ts +1 -0
  277. package/lib/components/eventBooking/components/Provider/Header/index.d.ts +1 -0
  278. package/lib/components/eventBooking/components/Provider/Information/index.d.ts +1 -0
  279. package/lib/components/eventBooking/components/Provider/InformationOptionsModal/index.d.ts +1 -0
  280. package/lib/components/eventBooking/components/Provider/OrderProductModal/index.d.ts +1 -0
  281. package/lib/components/eventBooking/components/Provider/RemoveOptionConfirmModal.d.ts +1 -0
  282. package/lib/components/eventBooking/components/Provider/Resource/index.d.ts +1 -0
  283. package/lib/components/eventBooking/components/Provider/SelectHolderModal.d.ts +1 -0
  284. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/CallToBook/index.d.ts +1 -0
  285. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/WeekItem/index.d.ts +1 -0
  286. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/index.d.ts +1 -0
  287. package/lib/components/eventBooking/components/bookingDetailModal/components/BookingOptions.d.ts +1 -0
  288. package/lib/components/eventBooking/components/bookingDetailModal/components/Resource.d.ts +1 -0
  289. package/lib/components/eventBooking/components/bookingDetailModal/components/Schedule.d.ts +1 -0
  290. package/lib/components/eventBooking/components/scheduleCalendar/calendarItem.d.ts +1 -0
  291. package/lib/components/eventBooking/components/scheduleCalendar/components/ScheduleTimeItem/index.d.ts +1 -0
  292. package/lib/components/eventBooking/index.d.ts +1 -0
  293. package/lib/components/index.d.ts +24 -0
  294. package/lib/components/list/List.js +34 -16
  295. package/lib/components/list/hooks/useListState.d.ts +5 -3
  296. package/lib/components/list/hooks/useListState.js +14 -1
  297. package/lib/components/list/styles/header.less +3 -3
  298. package/lib/components/list/utils/index.d.ts +13 -1
  299. package/lib/components/list/utils/index.js +27 -0
  300. package/lib/components/pay/toB/components/Cache/index.d.ts +1 -0
  301. package/lib/components/pay/toB/components/Card/index.d.ts +1 -0
  302. package/lib/components/pay/toB/components/ConfirmedPayment/index.d.ts +1 -0
  303. package/lib/components/pay/toB/components/Content/Footer.d.ts +1 -0
  304. package/lib/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/ThreedsLoading/index.d.ts +1 -0
  305. package/lib/components/pay/toC/PaymentMethods/MWCreditCard/tds2.js +1 -1
  306. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/StripeSDK/SDK.d.ts +1 -0
  307. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/index.d.ts +1 -0
  308. package/lib/components/pay/toC/PaymentMethods/WalletPass/serve.d.ts +155 -0
  309. package/lib/components/pay/toC/WalletPassBlock/components/WalletUseList/index.d.ts +1 -0
  310. package/lib/components/pay/toC/locales.d.ts +301 -0
  311. package/lib/components/pay/toC/status.d.ts +13 -0
  312. package/lib/components/pisellSelectCustomerModal/RightPanel/Add/PhoneField/index.d.ts +1 -0
  313. package/lib/components/pisellSelectCustomerModal/RightPanel/Add/index.d.ts +1 -0
  314. package/lib/components/pisellSelectCustomerModal/RightPanel/List/index.d.ts +1 -0
  315. package/lib/components/pisellSelectCustomerModal/RightPanel/index.d.ts +1 -0
  316. package/lib/components/pisellSelectCustomerModal/index.d.ts +1 -0
  317. package/lib/components/productExtension/index.d.ts +1 -0
  318. package/lib/components/productSelect/components/TabProduct/index.d.ts +1 -0
  319. package/lib/components/ruleSetting/index.d.ts +1 -0
  320. package/lib/components/schedules/components/ScheduleList/RenderScheduleItem/index.d.ts +1 -0
  321. package/lib/components/schedules/products/ProductDetailDrawer/ProductDetail/SchedulesModule/AddSchedules/index.d.ts +1 -0
  322. package/lib/components/schedules/products/ProductDetailDrawer/ProductDetail/SchedulesModule/index.d.ts +1 -0
  323. package/lib/components/shoppingCart/components/Cart/Product.d.ts +1 -0
  324. package/lib/components/shoppingCart/components/Cart/index.d.ts +1 -0
  325. package/lib/components/shoppingCart/hooks/useAddService.d.ts +1 -0
  326. package/lib/components/shoppingCart/hooks/useClearCart.d.ts +1 -0
  327. package/lib/components/systemSettings/registry/components/ModuleList.d.ts +4 -0
  328. package/lib/components/systemSettings/registry/components/SectionList.d.ts +4 -0
  329. package/lib/components/systemSettings/registry/components/index.d.ts +4 -0
  330. package/lib/components/systemSettings/registry/locales.d.ts +272 -0
  331. package/lib/components/systemSettings/registry/services.d.ts +77 -0
  332. package/lib/components/systemSettings/registry/types.d.ts +126 -0
  333. package/lib/components/systemSettings/registry/utils/typeValidation.d.ts +16 -0
  334. package/lib/components/systemSettings/registry/utils/validators.d.ts +8 -0
  335. package/lib/components/taxSelect/index.d.ts +1 -0
  336. package/lib/components/ticketBooking/components/ProductDisplayAdapter/ProductDisplayAdapter.js +1 -0
  337. package/lib/components/ticketBooking/components/ProductDisplayAdapter/utils.d.ts +33 -2
  338. package/lib/components/ticketBooking/components/ProductDisplayAdapter/utils.js +84 -24
  339. package/lib/components/ticketBooking/components/addServiceVariant/addService.d.ts +1 -0
  340. package/lib/components/ticketBooking/components/addServiceVariant/index.d.ts +1 -0
  341. package/lib/components/ticketBooking/components/menuBar/index.d.ts +1 -0
  342. package/lib/components/ticketBooking/components/ticketBooking/index.d.ts +1 -0
  343. package/lib/components/ticketBooking/components/timeBar/index.d.ts +1 -0
  344. package/lib/components/ticketBooking/hooks/pisellos/useProducts.d.ts +16 -0
  345. package/lib/components/ticketBooking/index.d.ts +1 -0
  346. package/lib/components/ticketBooking/locales.d.ts +198 -0
  347. package/lib/components/ticketBooking/utils/index.d.ts +93 -0
  348. package/lib/components/wallet/Detail/locales.d.ts +153 -0
  349. package/lib/components/wallet/hooks/useWalletCard.d.ts +1 -0
  350. package/lib/components/wallet/serve.d.ts +150 -0
  351. package/lib/components/wallet/utils.d.ts +48 -0
  352. package/lib/components/workSpaceList/components/Modal/index.d.ts +1 -0
  353. package/lib/components/workSpaceList/components/SearchWorkspaceAndBase/index.d.ts +1 -0
  354. package/lib/plus/clientCard/locales.d.ts +18 -0
  355. package/lib/plus/clinetSearch/index.d.ts +17 -0
  356. package/lib/plus/clinetSearch/locales.d.ts +105 -0
  357. package/lib/plus/clinetSearch/types.d.ts +61 -0
  358. package/lib/plus/contactInfoModal/ContactInfoContent.d.ts +1 -0
  359. package/lib/plus/noteModal/AddTempModal.d.ts +1 -0
  360. package/lib/plus/productSelect/ProductCard/SkuCard/components/Action/index.d.ts +1 -0
  361. package/lib/plus/productSelect/ProductCard/SkuCard/components/Capacity/index.d.ts +1 -1
  362. package/lib/plus/productSelect/ProductCard/SkuCard/components/CardCom/index.d.ts +1 -0
  363. package/lib/plus/productSelect/ProductCard/SkuCard/components/CardMask/index.d.ts +1 -1
  364. package/lib/plus/productSelect/ProductCard/SkuCard/components/CardMoreText/index.d.ts +1 -0
  365. package/lib/plus/productSelect/ProductCard/SkuCard/components/CardWrapper/index.d.ts +1 -0
  366. package/lib/plus/productSelect/ProductCard/SkuCard/components/Countdown/index.d.ts +1 -1
  367. package/lib/plus/productSelect/ProductCard/SkuCard/components/Duration/index.d.ts +1 -1
  368. package/lib/plus/productSelect/ProductCard/SkuCard/components/Favorite/index.d.ts +1 -0
  369. package/lib/plus/productSelect/ProductCard/SkuCard/components/Promotions/index.d.ts +1 -0
  370. package/lib/plus/productSelect/ProductCard/SkuCard/components/Resource/index.d.ts +1 -1
  371. package/lib/plus/productSelect/ProductCard/SkuCard/components/Stock/index.d.ts +1 -1
  372. package/lib/plus/productSelect/ProductCard/SkuCard/components/SubTitle/index.d.ts +1 -0
  373. package/lib/plus/productSelect/ProductCard/SkuCard/components/Tags/index.d.ts +1 -0
  374. package/lib/plus/productSelect/ProductCard/SkuCard/components/Time/index.d.ts +1 -1
  375. package/lib/plus/productSelect/ProductCard/SkuCard/components/Title/index.d.ts +1 -0
  376. package/lib/plus/saasCreateOrganization/index.d.ts +1 -0
  377. package/lib/plus/saasRegister/components/VertifyEmail.d.ts +1 -0
  378. package/lib/plus/walletPassGallery/components/passDetail/index.d.ts +1 -0
  379. package/lib/plus/walletPassGallery/components/passList/index.d.ts +1 -0
  380. package/lib/plus/walletPassGallery/components/timelineSection/index.d.ts +1 -0
  381. package/lib/plus/walletPassGallery/index.d.ts +1 -0
  382. package/lib/plus/walletPassGallery/serve.d.ts +221 -0
  383. package/lib/pro/comprehensiveSearch/components/searchSection/locales.d.ts +15 -0
  384. package/lib/pro/comprehensiveSearch/locales.d.ts +15 -0
  385. package/lib/pro/pisellPhoneKeyboard/index.d.ts +1 -0
  386. package/lib/pro/priceKeyboard/components/cashKeyboard/CashKeyboardIntact.d.ts +1 -0
  387. package/lib/pro/priceKeyboard/components/cashKeyboard/index.d.ts +13 -0
  388. package/lib/pro/priceKeyboard/components/cashKeyboard/types.d.ts +98 -0
  389. package/lib/pro/priceKeyboard/components/paymentKeyboard/index.d.ts +1 -0
  390. package/lib/pro/priceKeyboard/components/shortcuts/index.d.ts +18 -0
  391. package/lib/pro/priceKeyboard/hooks/rightItems.d.ts +1 -0
  392. package/package.json +2 -2
@@ -0,0 +1,513 @@
1
+ declare const _default: {
2
+ en: {
3
+ 'order.total': string;
4
+ 'order.start-new-order': string;
5
+ 'pisell2.subtotal.deposit': string;
6
+ 'pisell2.subtotal.total': string;
7
+ 'pisell2.subtotal.subtotal': string;
8
+ 'pisell2.subtotal.tax': string;
9
+ 'pisell2.subtotal.delivery-fee': string;
10
+ 'pisell2.subtotal.discount': string;
11
+ 'pisell2.subtotal.point-deduction': string;
12
+ 'pisell2.subtotal.member-deduction': string;
13
+ 'pisell2.subtotal.expect-amount': string;
14
+ 'regular.payment': string;
15
+ 'deposit.payment': string;
16
+ 'regular.payment.short': string;
17
+ 'deposit.payment.short': string;
18
+ 'regular.text': string;
19
+ 'deposit.text': string;
20
+ 'payment.text': string;
21
+ more: string;
22
+ pay: string;
23
+ 'balance.due': string;
24
+ 'deposit.due': string;
25
+ 'partial.paid': string;
26
+ 'deposit.partial.paid': string;
27
+ 'split.payment': string;
28
+ 'split.cancel': string;
29
+ cash: string;
30
+ rounding: string;
31
+ 'cash.payment': string;
32
+ 'cash.amount': string;
33
+ 'custom.amount': string;
34
+ 'quick.amounts': string;
35
+ 'enter.amount': string;
36
+ 'confirm.payment': string;
37
+ 'payment.methods': string;
38
+ 'select.payment.method': string;
39
+ 'card.payment': string;
40
+ 'digital.wallet': string;
41
+ 'bank.transfer': string;
42
+ 'cards.and.digitals': string;
43
+ 'payment.success': string;
44
+ 'payment.failed': string;
45
+ 'payment.cancelled': string;
46
+ 'payment.processing': string;
47
+ close: string;
48
+ cancel: string;
49
+ confirm: string;
50
+ save: string;
51
+ void: string;
52
+ 'no.payments.recorded': string;
53
+ 'order.paid': string;
54
+ 'balance.to.pay': string;
55
+ 'no.items.found': string;
56
+ 'discount.card': string;
57
+ 'order.and.payment.summary': string;
58
+ 'will.be.paid.in.full': string;
59
+ 'by.wallet': string;
60
+ 'wallet.pass': string;
61
+ vouchers: string;
62
+ 'gift.cards': string;
63
+ 'loyalty.points': string;
64
+ 'wallet-pass-module-cards-vouchers-in-wallet': (customerName: string) => string;
65
+ 'wallet-pass-module-applied': (count: number) => string;
66
+ 'wallet-pass-module-expired': (count: number) => string;
67
+ 'wallet-pass-module-best-saving': string;
68
+ 'wallet-pass-module-clear-all': string;
69
+ 'wallet-pass-module-expired-modal-title': (count: number) => string;
70
+ 'wallet-pass-module-expired-modal-empty': string;
71
+ 'wallet-pass-module-expired-modal-close': string;
72
+ 'wallet-pass-module-no-cards': string;
73
+ 'wallet-pass-module-no-selected-cards': string;
74
+ 'wallet-pass-module-best-combination-selected': string;
75
+ 'wallet-pass-module-already-best-combination': string;
76
+ 'pisell2.checkout.wallet-pass-module.no-result': string;
77
+ 'wallet-pass-module-balance': string;
78
+ "wallet-pass-module-balance-after": string;
79
+ 'wallet-pass-module-max.use': string;
80
+ 'wallet-pass-module-disabled-modal-title': string;
81
+ 'wallet-pass-module-disabled-modal-empty': string;
82
+ 'wallet-pass-module-discount-partially-paid': string;
83
+ 'wallet-pass-module-discount-order-free': string;
84
+ 'additional.options': string;
85
+ 'add.tip': string;
86
+ 'service.charge': string;
87
+ notes: string;
88
+ 'receipt.options': string;
89
+ 'pisell2.text.walletPassPermanent': string;
90
+ 'pisell2.checkout.search-section.placeholder': string;
91
+ 'pisell2.checkout.discount.percentage.off': (value: string) => string;
92
+ 'pisell2.checkout.discount.fixed_amount': string;
93
+ 'pisell2.checkout.wallet-pass.good-pass.format': (left: number, use: number) => string;
94
+ 'pisell2.checkout.client-card.tip.wallet-updated': string;
95
+ 'pisell2.checkout.client-card.tip.client-changed': string;
96
+ 'pisell2.checkout.client-card.tip.partially-paid': string;
97
+ 'pisell2.checkout.client-card.tip.same-client': string;
98
+ 'payment.result.success': string;
99
+ 'payment.result.failed': string;
100
+ 'payment.result.paid': string;
101
+ 'payment.result.partiallyPaid': string;
102
+ 'payment.result.amountDue': string;
103
+ 'payment.result.changeDue': string;
104
+ 'payment.result.details': string;
105
+ 'payment.result.printReceipt': string;
106
+ 'payment.result.retry': string;
107
+ 'payment.result.changePayment': string;
108
+ 'payment.result.more': string;
109
+ 'payment.result.autoClose': string;
110
+ 'payment.result.saveAsPartialPaid': string;
111
+ 'payment.result.continuePayment': string;
112
+ 'payment.result.orderNote': string;
113
+ 'payment.result.refund': string;
114
+ 'payment.result.actions.detailsClicked': string;
115
+ 'payment.result.actions.printReceiptClicked': string;
116
+ 'payment.result.actions.retryClicked': string;
117
+ 'payment.result.actions.changePaymentClicked': string;
118
+ 'payment.result.actions.saveAsPartialPaidClicked': string;
119
+ 'payment.result.actions.continuePaymentClicked': string;
120
+ 'payment.result.actions.orderNoteClicked': string;
121
+ 'payment.result.actions.refundClicked': string;
122
+ 'pisell2.checkout.manual-discount.no-amount': string;
123
+ 'pisell2.checkout.manual-discount.has-payment-items': string;
124
+ 'pisell2.checkout.manual-discount.invalid-amount': string;
125
+ 'pisell2.checkout.can-not-change-deposit-amount': string;
126
+ 'pisell2.checkout.wallet-balance-confirm.title': string;
127
+ 'pisell2.checkout.wallet-balance-confirm.description-before': string;
128
+ 'pisell2.checkout.wallet-balance-confirm.description-after': string;
129
+ 'pisell2.checkout.wallet-balance-confirm.cancel': string;
130
+ 'pisell2.checkout.wallet-balance-confirm.save-without-deduct': string;
131
+ 'pisell2.checkout.wallet-balance-confirm.apply-deduct-now': string;
132
+ 'pisell2.checkout.payment-detail.no-wallet-pass-items': string;
133
+ 'pisell2.checkout.payment-detail.by': string;
134
+ 'pisell2.checkout.order-note.updated-successfully': string;
135
+ 'pisell2.checkout.order-note.deleted-successfully': string;
136
+ 'pisell2.checkout.order-note.update-failed': string;
137
+ 'pisell2.checkout.order-note.delete-failed': string;
138
+ 'pisell2.checkout.payment.select-payment': string;
139
+ 'pisell2.checkout.customer.default-name': string;
140
+ 'pisell2.checkout.wallet-pass.redemption-failed': string;
141
+ 'pisell2.checkout.modal.close-price-adjustment': string;
142
+ 'pisell2.checkout.modal.reset-price-adjustment': string;
143
+ 'pisell2.checkout.modal.done-price-adjustment': string;
144
+ 'pisell2.checkout.modal.price-adjustment-tips': string;
145
+ 'pisell2.checkout.send-payment-link.modal-title': string;
146
+ 'pisell2.checkout.send-payment-link.email-address': string;
147
+ 'pisell2.checkout.send-payment-link.email-placeholder': string;
148
+ 'pisell2.checkout.send-payment-link.send-button': string;
149
+ 'pisell2.checkout.send-payment-link.email-required': string;
150
+ 'pisell2.checkout.send-payment-link.email-invalid': string;
151
+ 'pisell2.checkout.send-payment-link.success': string;
152
+ 'pisell2.checkout.send-payment-link.error': string;
153
+ 'pisell2.checkout.send-payment-link.customer-name-format': (customerName: string) => string;
154
+ 'pisell2.payment-options.surcharge-label': string;
155
+ 'wallet-pass-module-customer-name-walk-in': string;
156
+ 'pisell2.amount-summary.amount-cannot-be-zero': string;
157
+ 'pisell2.checkout.order-sync-failed': string;
158
+ 'pisell2.checkout.order-create-failed': string;
159
+ 'pisell2.checkout.sync-retry-hint': string;
160
+ 'pisell2.checkout.tips': string;
161
+ retry: string;
162
+ 'cash-payment-title': string;
163
+ 'cash-payment-balance-due': string;
164
+ 'cash-payment-cash-received': string;
165
+ 'cash-payment-change-due': string;
166
+ 'cash-payment-rounding': string;
167
+ 'cash-payment-other': string;
168
+ 'cash-payment-reset': string;
169
+ 'cash-payment-pay': string;
170
+ 'cash-payment-amount-cannot-be-zero': string;
171
+ };
172
+ 'zh-CN': {
173
+ 'order.total': string;
174
+ 'order.start-new-order': string;
175
+ 'pisell2.subtotal.deposit': string;
176
+ 'pisell2.subtotal.total': string;
177
+ 'pisell2.subtotal.subtotal': string;
178
+ 'pisell2.subtotal.tax': string;
179
+ 'pisell2.subtotal.delivery-fee': string;
180
+ 'pisell2.subtotal.discount': string;
181
+ 'pisell2.subtotal.point-deduction': string;
182
+ 'pisell2.subtotal.member-deduction': string;
183
+ 'pisell2.subtotal.expect-amount': string;
184
+ 'regular.payment': string;
185
+ 'deposit.payment': string;
186
+ 'regular.payment.short': string;
187
+ 'deposit.payment.short': string;
188
+ 'regular.text': string;
189
+ 'deposit.text': string;
190
+ 'payment.text': string;
191
+ more: string;
192
+ pay: string;
193
+ 'balance.due': string;
194
+ 'deposit.due': string;
195
+ 'partial.paid': string;
196
+ 'deposit.partial.paid': string;
197
+ 'split.payment': string;
198
+ 'split.cancel': string;
199
+ cash: string;
200
+ rounding: string;
201
+ 'cash.payment': string;
202
+ 'cash.amount': string;
203
+ 'custom.amount': string;
204
+ 'quick.amounts': string;
205
+ 'enter.amount': string;
206
+ 'confirm.payment': string;
207
+ 'payment.methods': string;
208
+ 'select.payment.method': string;
209
+ 'card.payment': string;
210
+ 'digital.wallet': string;
211
+ 'bank.transfer': string;
212
+ 'cards.and.digitals': string;
213
+ 'payment.success': string;
214
+ 'payment.failed': string;
215
+ 'payment.cancelled': string;
216
+ 'payment.processing': string;
217
+ close: string;
218
+ cancel: string;
219
+ confirm: string;
220
+ save: string;
221
+ void: string;
222
+ 'no.payments.recorded': string;
223
+ 'order.paid': string;
224
+ 'balance.to.pay': string;
225
+ 'no.items.found': string;
226
+ 'discount.card': string;
227
+ 'order.and.payment.summary': string;
228
+ 'will.be.paid.in.full': string;
229
+ 'by.wallet': string;
230
+ 'wallet.pass': string;
231
+ vouchers: string;
232
+ 'gift.cards': string;
233
+ 'loyalty.points': string;
234
+ 'wallet-pass-module-cards-vouchers-in-wallet': (customerName: string) => string;
235
+ 'wallet-pass-module-applied': (count: number) => string;
236
+ 'wallet-pass-module-expired': (count: number) => string;
237
+ 'wallet-pass-module-best-saving': string;
238
+ 'wallet-pass-module-clear-all': string;
239
+ 'wallet-pass-module-expired-modal-title': (count: number) => string;
240
+ 'wallet-pass-module-expired-modal-empty': string;
241
+ 'wallet-pass-module-expired-modal-close': string;
242
+ 'wallet-pass-module-no-cards': string;
243
+ 'wallet-pass-module-no-selected-cards': string;
244
+ 'wallet-pass-module-best-combination-selected': string;
245
+ 'wallet-pass-module-already-best-combination': string;
246
+ 'pisell2.checkout.wallet-pass-module.no-result': string;
247
+ 'wallet-pass-module-balance': string;
248
+ "wallet-pass-module-balance-after": string;
249
+ 'wallet-pass-module-max.use': string;
250
+ 'wallet-pass-module-disabled-modal-title': string;
251
+ 'wallet-pass-module-disabled-modal-empty': string;
252
+ 'wallet-pass-module-discount-partially-paid': string;
253
+ 'wallet-pass-module-discount-order-free': string;
254
+ 'additional.options': string;
255
+ 'add.tip': string;
256
+ 'service.charge': string;
257
+ notes: string;
258
+ 'receipt.options': string;
259
+ 'pisell2.text.walletPassPermanent': string;
260
+ 'payment.result.success': string;
261
+ 'payment.result.failed': string;
262
+ 'payment.result.paid': string;
263
+ 'payment.result.partiallyPaid': string;
264
+ 'payment.result.amountDue': string;
265
+ 'payment.result.changeDue': string;
266
+ 'payment.result.details': string;
267
+ 'payment.result.printReceipt': string;
268
+ 'payment.result.retry': string;
269
+ 'payment.result.changePayment': string;
270
+ 'payment.result.more': string;
271
+ 'payment.result.autoClose': string;
272
+ 'payment.result.saveAsPartialPaid': string;
273
+ 'payment.result.continuePayment': string;
274
+ 'payment.result.orderNote': string;
275
+ 'payment.result.refund': string;
276
+ 'payment.result.actions.detailsClicked': string;
277
+ 'payment.result.actions.printReceiptClicked': string;
278
+ 'payment.result.actions.retryClicked': string;
279
+ 'payment.result.actions.changePaymentClicked': string;
280
+ 'payment.result.actions.saveAsPartialPaidClicked': string;
281
+ 'payment.result.actions.continuePaymentClicked': string;
282
+ 'payment.result.actions.orderNoteClicked': string;
283
+ 'payment.result.actions.refundClicked': string;
284
+ 'pisell2.checkout.manual-discount.no-amount': string;
285
+ 'pisell2.checkout.manual-discount.has-payment-items': string;
286
+ 'pisell2.checkout.manual-discount.invalid-amount': string;
287
+ 'pisell2.checkout.can-not-change-deposit-amount': string;
288
+ 'pisell2.checkout.wallet-balance-confirm.title': string;
289
+ 'pisell2.checkout.wallet-balance-confirm.description-before': string;
290
+ 'pisell2.checkout.wallet-balance-confirm.description-after': string;
291
+ 'pisell2.checkout.wallet-balance-confirm.cancel': string;
292
+ 'pisell2.checkout.wallet-balance-confirm.save-without-deduct': string;
293
+ 'pisell2.checkout.wallet-balance-confirm.apply-deduct-now': string;
294
+ 'pisell2.checkout.payment-detail.no-wallet-pass-items': string;
295
+ 'pisell2.checkout.payment-detail.by': string;
296
+ 'pisell2.checkout.order-note.updated-successfully': string;
297
+ 'pisell2.checkout.order-note.deleted-successfully': string;
298
+ 'pisell2.checkout.order-note.update-failed': string;
299
+ 'pisell2.checkout.order-note.delete-failed': string;
300
+ 'pisell2.checkout.payment.select-payment': string;
301
+ 'pisell2.checkout.customer.default-name': string;
302
+ 'pisell2.checkout.wallet-pass.redemption-failed': string;
303
+ 'pisell2.checkout.modal.close-price-adjustment': string;
304
+ 'pisell2.checkout.modal.reset-price-adjustment': string;
305
+ 'pisell2.checkout.modal.done-price-adjustment': string;
306
+ 'pisell2.checkout.modal.price-adjustment-tips': string;
307
+ 'pisell2.checkout.send-payment-link.modal-title': string;
308
+ 'pisell2.checkout.send-payment-link.email-address': string;
309
+ 'pisell2.checkout.send-payment-link.email-placeholder': string;
310
+ 'pisell2.checkout.send-payment-link.send-button': string;
311
+ 'pisell2.checkout.send-payment-link.email-required': string;
312
+ 'pisell2.checkout.send-payment-link.email-invalid': string;
313
+ 'pisell2.checkout.send-payment-link.success': string;
314
+ 'pisell2.checkout.send-payment-link.error': string;
315
+ 'pisell2.checkout.send-payment-link.customer-name-format': (customerName: string) => string;
316
+ 'pisell2.payment-options.surcharge-label': string;
317
+ 'pisell2.checkout.search-section.placeholder': string;
318
+ 'pisell2.checkout.discount.percentage.off': (value: string) => string;
319
+ 'pisell2.checkout.discount.fixed_amount': string;
320
+ 'pisell2.checkout.wallet-pass.good-pass.format': (left: number, use: number) => string;
321
+ 'pisell2.checkout.client-card.tip.wallet-updated': string;
322
+ 'pisell2.checkout.client-card.tip.client-changed': string;
323
+ 'pisell2.checkout.client-card.tip.partially-paid': string;
324
+ 'pisell2.checkout.client-card.tip.same-client': string;
325
+ 'wallet-pass-module-customer-name-walk-in': string;
326
+ 'pisell2.amount-summary.amount-cannot-be-zero': string;
327
+ 'pisell2.checkout.order-sync-failed': string;
328
+ 'pisell2.checkout.order-create-failed': string;
329
+ 'pisell2.checkout.sync-retry-hint': string;
330
+ 'pisell2.checkout.tips': string;
331
+ retry: string;
332
+ 'cash-payment-title': string;
333
+ 'cash-payment-balance-due': string;
334
+ 'cash-payment-cash-received': string;
335
+ 'cash-payment-change-due': string;
336
+ 'cash-payment-rounding': string;
337
+ 'cash-payment-other': string;
338
+ 'cash-payment-reset': string;
339
+ 'cash-payment-pay': string;
340
+ 'cash-payment-amount-cannot-be-zero': string;
341
+ };
342
+ 'zh-HK': {
343
+ 'order.total': string;
344
+ 'order.start-new-order': string;
345
+ 'pisell2.subtotal.deposit': string;
346
+ 'pisell2.subtotal.total': string;
347
+ 'pisell2.subtotal.subtotal': string;
348
+ 'pisell2.subtotal.tax': string;
349
+ 'pisell2.subtotal.delivery-fee': string;
350
+ 'pisell2.subtotal.discount': string;
351
+ 'pisell2.subtotal.point-deduction': string;
352
+ 'pisell2.subtotal.member-deduction': string;
353
+ 'pisell2.subtotal.expect-amount': string;
354
+ 'regular.payment': string;
355
+ 'deposit.payment': string;
356
+ 'regular.payment.short': string;
357
+ 'deposit.payment.short': string;
358
+ 'regular.text': string;
359
+ 'deposit.text': string;
360
+ 'payment.text': string;
361
+ more: string;
362
+ pay: string;
363
+ 'balance.due': string;
364
+ 'deposit.due': string;
365
+ 'partial.paid': string;
366
+ 'deposit.partial.paid': string;
367
+ 'split.payment': string;
368
+ 'split.cancel': string;
369
+ cash: string;
370
+ rounding: string;
371
+ 'cash.payment': string;
372
+ 'cash.amount': string;
373
+ 'custom.amount': string;
374
+ 'quick.amounts': string;
375
+ 'enter.amount': string;
376
+ 'confirm.payment': string;
377
+ 'payment.methods': string;
378
+ 'select.payment.method': string;
379
+ 'card.payment': string;
380
+ 'digital.wallet': string;
381
+ 'bank.transfer': string;
382
+ 'cards.and.digitals': string;
383
+ 'payment.success': string;
384
+ 'payment.failed': string;
385
+ 'payment.cancelled': string;
386
+ 'payment.processing': string;
387
+ close: string;
388
+ cancel: string;
389
+ confirm: string;
390
+ save: string;
391
+ void: string;
392
+ 'no.payments.recorded': string;
393
+ 'order.paid': string;
394
+ 'balance.to.pay': string;
395
+ 'no.items.found': string;
396
+ 'discount.card': string;
397
+ 'order.and.payment.summary': string;
398
+ 'will.be.paid.in.full': string;
399
+ 'by.wallet': string;
400
+ 'wallet.pass': string;
401
+ vouchers: string;
402
+ 'gift.cards': string;
403
+ 'loyalty.points': string;
404
+ 'wallet-pass-module-cards-vouchers-in-wallet': (customerName: string) => string;
405
+ 'wallet-pass-module-applied': (count: number) => string;
406
+ 'wallet-pass-module-expired': (count: number) => string;
407
+ 'wallet-pass-module-best-saving': string;
408
+ 'wallet-pass-module-clear-all': string;
409
+ 'wallet-pass-module-expired-modal-title': (count: number) => string;
410
+ 'wallet-pass-module-expired-modal-empty': string;
411
+ 'wallet-pass-module-expired-modal-close': string;
412
+ 'wallet-pass-module-no-cards': string;
413
+ 'wallet-pass-module-no-selected-cards': string;
414
+ 'wallet-pass-module-best-combination-selected': string;
415
+ 'wallet-pass-module-already-best-combination': string;
416
+ 'pisell2.checkout.wallet-pass-module.no-result': string;
417
+ 'wallet-pass-module-balance': string;
418
+ "wallet-pass-module-balance-after": string;
419
+ 'additional.options': string;
420
+ 'add.tip': string;
421
+ 'service.charge': string;
422
+ notes: string;
423
+ 'receipt.options': string;
424
+ 'pisell2.text.walletPassPermanent': string;
425
+ 'wallet-pass-module-max.use': string;
426
+ 'wallet-pass-module-disabled-modal-title': string;
427
+ 'wallet-pass-module-disabled-modal-empty': string;
428
+ 'wallet-pass-module-discount-partially-paid': string;
429
+ 'wallet-pass-module-discount-order-free': string;
430
+ 'pisell2.checkout.search-section.placeholder': string;
431
+ 'pisell2.checkout.discount.percentage.off': (value: string) => string;
432
+ 'pisell2.checkout.discount.fixed_amount': string;
433
+ 'pisell2.checkout.wallet-pass.good-pass.format': (left: number, use: number) => string;
434
+ 'pisell2.checkout.client-card.tip.wallet-updated': string;
435
+ 'pisell2.checkout.client-card.tip.client-changed': string;
436
+ 'pisell2.checkout.client-card.tip.partially-paid': string;
437
+ 'pisell2.checkout.client-card.tip.same-client': string;
438
+ 'payment.result.success': string;
439
+ 'payment.result.failed': string;
440
+ 'payment.result.paid': string;
441
+ 'payment.result.partiallyPaid': string;
442
+ 'payment.result.amountDue': string;
443
+ 'payment.result.changeDue': string;
444
+ 'payment.result.details': string;
445
+ 'payment.result.printReceipt': string;
446
+ 'payment.result.retry': string;
447
+ 'payment.result.changePayment': string;
448
+ 'payment.result.more': string;
449
+ 'payment.result.autoClose': string;
450
+ 'payment.result.saveAsPartialPaid': string;
451
+ 'payment.result.continuePayment': string;
452
+ 'payment.result.orderNote': string;
453
+ 'payment.result.refund': string;
454
+ 'payment.result.actions.detailsClicked': string;
455
+ 'payment.result.actions.printReceiptClicked': string;
456
+ 'payment.result.actions.retryClicked': string;
457
+ 'payment.result.actions.changePaymentClicked': string;
458
+ 'payment.result.actions.saveAsPartialPaidClicked': string;
459
+ 'payment.result.actions.continuePaymentClicked': string;
460
+ 'payment.result.actions.orderNoteClicked': string;
461
+ 'payment.result.actions.refundClicked': string;
462
+ 'pisell2.checkout.manual-discount.no-amount': string;
463
+ 'pisell2.checkout.manual-discount.has-payment-items': string;
464
+ 'pisell2.checkout.manual-discount.invalid-amount': string;
465
+ 'pisell2.checkout.can-not-change-deposit-amount': string;
466
+ 'pisell2.checkout.wallet-balance-confirm.title': string;
467
+ 'pisell2.checkout.wallet-balance-confirm.description-before': string;
468
+ 'pisell2.checkout.wallet-balance-confirm.description-after': string;
469
+ 'pisell2.checkout.wallet-balance-confirm.cancel': string;
470
+ 'pisell2.checkout.wallet-balance-confirm.save-without-deduct': string;
471
+ 'pisell2.checkout.wallet-balance-confirm.apply-deduct-now': string;
472
+ 'pisell2.checkout.payment-detail.no-wallet-pass-items': string;
473
+ 'pisell2.checkout.payment-detail.by': string;
474
+ 'pisell2.checkout.order-note.updated-successfully': string;
475
+ 'pisell2.checkout.order-note.deleted-successfully': string;
476
+ 'pisell2.checkout.order-note.update-failed': string;
477
+ 'pisell2.checkout.order-note.delete-failed': string;
478
+ 'pisell2.checkout.payment.select-payment': string;
479
+ 'pisell2.checkout.customer.default-name': string;
480
+ 'pisell2.checkout.wallet-pass.redemption-failed': string;
481
+ 'pisell2.checkout.modal.close-price-adjustment': string;
482
+ 'pisell2.checkout.modal.reset-price-adjustment': string;
483
+ 'pisell2.checkout.modal.done-price-adjustment': string;
484
+ 'pisell2.checkout.modal.price-adjustment-tips': string;
485
+ 'pisell2.checkout.send-payment-link.modal-title': string;
486
+ 'pisell2.checkout.send-payment-link.email-address': string;
487
+ 'pisell2.checkout.send-payment-link.email-placeholder': string;
488
+ 'pisell2.checkout.send-payment-link.send-button': string;
489
+ 'pisell2.checkout.send-payment-link.email-required': string;
490
+ 'pisell2.checkout.send-payment-link.email-invalid': string;
491
+ 'pisell2.checkout.send-payment-link.success': string;
492
+ 'pisell2.checkout.send-payment-link.error': string;
493
+ 'pisell2.checkout.send-payment-link.customer-name-format': (customerName: string) => string;
494
+ 'pisell2.payment-options.surcharge-label': string;
495
+ 'wallet-pass-module-customer-name-walk-in': string;
496
+ 'pisell2.amount-summary.amount-cannot-be-zero': string;
497
+ 'pisell2.checkout.order-sync-failed': string;
498
+ 'pisell2.checkout.order-create-failed': string;
499
+ 'pisell2.checkout.sync-retry-hint': string;
500
+ 'pisell2.checkout.tips': string;
501
+ retry: string;
502
+ 'cash-payment-title': string;
503
+ 'cash-payment-balance-due': string;
504
+ 'cash-payment-cash-received': string;
505
+ 'cash-payment-change-due': string;
506
+ 'cash-payment-rounding': string;
507
+ 'cash-payment-other': string;
508
+ 'cash-payment-reset': string;
509
+ 'cash-payment-pay': string;
510
+ 'cash-payment-amount-cannot-be-zero': string;
511
+ };
512
+ };
513
+ export default _default;
@@ -0,0 +1,32 @@
1
+ import React from 'react';
2
+ import { StatusClassName, ActionButtonGroupList } from '../components/PaymentResultToast';
3
+ export interface PaymentResultToastConfig {
4
+ context: any;
5
+ pisellos: any;
6
+ getData: (key: string) => any;
7
+ interaction: any;
8
+ Toast: any;
9
+ onToastClose?: () => void;
10
+ }
11
+ export interface PaymentResultToastParams {
12
+ paymentStatus: string;
13
+ orderTotalAmount: number;
14
+ gapAmount: number;
15
+ failureReason?: string;
16
+ autoCloseConfig?: {
17
+ autoClose: boolean;
18
+ autoCloseDelay: number;
19
+ };
20
+ actionButtons?: ActionButtonGroupList;
21
+ }
22
+ export declare const formatCurrency: (amount: number, amountSymbol?: string) => string | number;
23
+ export declare const calculateTitle: (status: string, failureReason?: string) => string;
24
+ export declare const calculateSubtitle: (status: string, amount: number, gapAmount?: number, getData?: ((key: string) => any) | undefined) => React.ReactNode;
25
+ export declare const calculateStatusClassName: (status: string) => StatusClassName;
26
+ export declare const calculateAutoCloseConfig: (status: string, hasChangeDue: boolean) => {
27
+ autoClose: boolean;
28
+ autoCloseDelay: number;
29
+ maskClosable: boolean;
30
+ };
31
+ export declare const displayPaymentResultToast: (params: PaymentResultToastParams, config: PaymentResultToastConfig) => Promise<void>;
32
+ export declare const createShowSuccessToast: (config: PaymentResultToastConfig, getActionButtons?: ((paymentStatus: string) => ActionButtonGroupList) | undefined) => (result: any) => Promise<void>;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './index.css';
2
3
  /**
3
4
  * @title: 自定义组件设置
@@ -9,7 +9,7 @@ import { PosProps } from './const';
9
9
  */
10
10
  declare const _default: ({ className, onChange, onClose, formatAmount, isMobile, net, client }: {
11
11
  className?: string | undefined;
12
- onChange?: ((status: "page" | "success" | "print" | "fail" | "mark_tx_processed", params?: string | {
12
+ onChange?: ((status: "success" | "page" | "fail" | "print" | "mark_tx_processed", params?: string | {
13
13
  [keys: string]: unknown;
14
14
  } | undefined, other?: any) => void) | undefined;
15
15
  onClose: () => void;
@@ -11,7 +11,7 @@ import './device.less';
11
11
  declare const _default: ({ api, onChange, onClose, className, device_number, isMobile, net, client, formatAmount, containerStyle, }: {
12
12
  api: PayProps['api'];
13
13
  className?: string | undefined;
14
- onChange?: ((status: "page" | "success" | "print" | "fail" | "mark_tx_processed", params?: string | {
14
+ onChange?: ((status: "success" | "page" | "fail" | "print" | "mark_tx_processed", params?: string | {
15
15
  [keys: string]: unknown;
16
16
  } | undefined, other?: any) => void) | undefined;
17
17
  onClose: () => void;
@@ -15,11 +15,11 @@ export declare const useStoreRef: <T extends {
15
15
  readonly numRef: React.MutableRefObject<string | number | undefined>;
16
16
  readonly orderIdRef: React.MutableRefObject<string | number>;
17
17
  readonly modeRef: React.MutableRefObject<ModeEnum>;
18
- readonly statusRef: React.MutableRefObject<"loading" | "success" | "warn" | "fail" | "pedding" | "resove" | "reject" | "question">;
18
+ readonly statusRef: React.MutableRefObject<"success" | "warn" | "loading" | "fail" | "pedding" | "resove" | "reject" | "question">;
19
19
  readonly netRef: React.MutableRefObject<boolean | undefined>;
20
20
  readonly symbolRef: React.MutableRefObject<string>;
21
21
  readonly amountRef: React.MutableRefObject<string | number>;
22
- readonly eftposRef: React.MutableRefObject<"stripe" | "payo" | "tyro" | "windcave" | "linkly">;
22
+ readonly eftposRef: React.MutableRefObject<"payo" | "tyro" | "windcave" | "stripe" | "linkly">;
23
23
  readonly clientRef: React.MutableRefObject<ClientEnum>;
24
24
  readonly dataRef: React.MutableRefObject<import("./store").State>;
25
25
  };
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { PosProps } from './const';
2
3
  import './index.less';
3
4
  declare const _default: (props: PosProps) => JSX.Element | null;
@@ -0,0 +1,4 @@
1
+ export declare const useTimeResultQuery: (api: any, resultCheck: () => boolean, handleLinklySuccess: (res: any) => void) => {
2
+ run: () => Promise<void>;
3
+ stop: () => void;
4
+ };
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  declare const Linkly: ({ api, onChange }: any) => JSX.Element;
2
3
  export default Linkly;
@@ -0,0 +1,13 @@
1
+ /// <reference types="react" />
2
+ import { StatusEnum } from '../const';
3
+ export declare const POS: ({ api, onChange, }: {
4
+ api: {
5
+ [key: string]: (...agrn: unknown[]) => Promise<unknown>;
6
+ };
7
+ onChange: (status: `${StatusEnum.Success}` | `${StatusEnum.Fail}`, params?: {
8
+ [keys: string]: unknown;
9
+ } | undefined) => void;
10
+ }) => JSX.Element;
11
+ export declare const Action: ({ onChange }: {
12
+ onChange: any;
13
+ }) => JSX.Element;