@pisell/private-materials 6.3.117 → 6.3.118

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 (874) 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.css +1 -1
  7. package/build/lowcode/preview.js +152 -153
  8. package/build/lowcode/render/default/view.css +1 -1
  9. package/build/lowcode/render/default/view.js +19 -12
  10. package/build/lowcode/view.css +1 -1
  11. package/build/lowcode/view.js +28 -21
  12. package/es/businessModel/SalesModel/index.d.ts +1 -2
  13. package/es/components/Sales/Cart/utils.d.ts +68 -0
  14. package/es/components/Sales/Checkout/utils.d.ts +41 -0
  15. package/es/components/Sales/Summary/utils.d.ts +58 -0
  16. package/es/components/Sales/index.d.ts +1 -1
  17. package/es/components/appointmentBooking/components/Cart/Item/Total.d.ts +1 -2
  18. package/es/components/appointmentBooking/components/Cart/Item/index.d.ts +1 -2
  19. package/es/components/appointmentBooking/components/Cart/index.d.ts +1 -2
  20. package/es/components/appointmentBooking/components/Content/index.d.ts +1 -2
  21. package/es/components/appointmentBooking/components/Deposit/index.d.ts +2 -3
  22. package/es/components/appointmentBooking/components/Footer/index.d.ts +1 -2
  23. package/es/components/appointmentBooking/components/Guest/components/InformationOptionsModal/index.d.ts +1 -2
  24. package/es/components/appointmentBooking/components/Header/index.d.ts +1 -2
  25. package/es/components/appointmentBooking/components/TimeSlicing/components/SelectDateOS.d.ts +1 -2
  26. package/es/components/appointmentBooking/components/Voucher/index.d.ts +1 -2
  27. package/es/components/appointmentBooking/context.d.ts +2 -2
  28. package/es/components/appointmentBooking/deposit/components/PolicyModal/index.d.ts +1 -2
  29. package/es/components/appointmentBooking/deposit/index.d.ts +1 -2
  30. package/es/components/appointmentBooking/index.d.ts +1 -2
  31. package/es/components/appointmentBooking/locales.d.ts +606 -0
  32. package/es/components/booking/addons/model.d.ts +10 -1
  33. package/es/components/booking/components/TabProduct/index.d.ts +2 -2
  34. package/es/components/booking/components/TabProduct/productItem/index.d.ts +1 -2
  35. package/es/components/booking/components/TabProduct/selectProductItem/index.d.ts +1 -2
  36. package/es/components/booking/components/authWrap/index.d.ts +1 -1
  37. package/es/components/booking/components/browserSelect/index.d.ts +1 -1
  38. package/es/components/booking/components/collapsibleList/utils.d.ts +1 -2
  39. package/es/components/booking/components/drawer/index.d.ts +1 -1
  40. package/es/components/booking/components/emptyBooking/index.d.ts +1 -2
  41. package/es/components/booking/components/footer/FooterMenus/index.d.ts +1 -2
  42. package/es/components/booking/components/footer/index.d.ts +1 -2
  43. package/es/components/booking/components/formItemChildrenWrap/index.d.ts +2 -2
  44. package/es/components/booking/components/menuButton/index.d.ts +1 -1
  45. package/es/components/booking/components/reloadResourceModal/index.d.ts +1 -2
  46. package/es/components/booking/components/tabPane/index.d.ts +4 -0
  47. package/es/components/booking/components/voucher/index.d.ts +1 -2
  48. package/es/components/booking/components/voucher/utils.d.ts +4 -0
  49. package/es/components/booking/dashboard/index.d.ts +1 -1
  50. package/es/components/booking/deposit/ClientItem/index.d.ts +1 -1
  51. package/es/components/booking/deposit/DepositItem/index.d.ts +1 -1
  52. package/es/components/booking/deposit/index.d.ts +1 -2
  53. package/es/components/booking/editBookingModal/utils.d.ts +12 -0
  54. package/es/components/booking/forms/footer.d.ts +1 -2
  55. package/es/components/booking/forms/model.d.ts +10 -1
  56. package/es/components/booking/forms/single/index.d.ts +1 -2
  57. package/es/components/booking/forms/table/index.d.ts +1 -2
  58. package/es/components/booking/hooks/useClearCart.d.ts +1 -2
  59. package/es/components/booking/hooks/useIsBooking4Shop.d.ts +1 -0
  60. package/es/components/booking/hooks/useQuotation.d.ts +1 -2
  61. package/es/components/booking/info/addServiceVariant/index.d.ts +1 -2
  62. package/es/components/booking/info/client/index.d.ts +1 -1
  63. package/es/components/booking/info/clientVariant/hooks/useClientFn.d.ts +1 -2
  64. package/es/components/booking/info/date/index.d.ts +1 -2
  65. package/es/components/booking/info/dateRange/index.d.ts +1 -2
  66. package/es/components/booking/info/header/index.d.ts +1 -2
  67. package/es/components/booking/info/hooks/useGetHolderList.d.ts +1 -1
  68. package/es/components/booking/info/hooks/useInfoHolder.d.ts +2 -3
  69. package/es/components/booking/info/index.d.ts +3 -0
  70. package/es/components/booking/info/model.d.ts +10 -1
  71. package/es/components/booking/info/notes/index.d.ts +1 -2
  72. package/es/components/booking/info/pet/index.d.ts +1 -1
  73. package/es/components/booking/info/service/Lists.d.ts +1 -2
  74. package/es/components/booking/info/service/actions/index.d.ts +1 -2
  75. package/es/components/booking/info/service/addService/index.d.ts +1 -2
  76. package/es/components/booking/info/service/addService/utils.d.ts +1 -1
  77. package/es/components/booking/info/service/addTimeModal/index.d.ts +1 -2
  78. package/es/components/booking/info/service/editService/BookingList/index.d.ts +1 -2
  79. package/es/components/booking/info/service/index.d.ts +1 -1
  80. package/es/components/booking/info/service/like/index.d.ts +2 -2
  81. package/es/components/booking/info/service/serviceItem/index.d.ts +1 -2
  82. package/es/components/booking/info/service/serviceList/index.d.ts +1 -2
  83. package/es/components/booking/info/service/serviceManager/distributeDiscount.d.ts +11 -0
  84. package/es/components/booking/info/service2/Lists.d.ts +1 -2
  85. package/es/components/booking/info/service2/index.d.ts +1 -1
  86. package/es/components/booking/info/service2/utils.d.ts +1 -1
  87. package/es/components/booking/info2/service/actions/index.d.ts +1 -2
  88. package/es/components/booking/info2/service/addService/index.d.ts +1 -2
  89. package/es/components/booking/info2/service/addService/utils.d.ts +1 -1
  90. package/es/components/booking/info2/service/addTimeModal/index.d.ts +1 -2
  91. package/es/components/booking/info2/service/contactInfoMode/index.d.ts +1 -2
  92. package/es/components/booking/info2/service/index.d.ts +1 -1
  93. package/es/components/booking/info2/service/serviceItem/index.d.ts +1 -2
  94. package/es/components/booking/info2/service/serviceList/index.d.ts +1 -2
  95. package/es/components/booking/materiels/contacts/index.d.ts +1 -2
  96. package/es/components/booking/materiels/duration/index.d.ts +1 -2
  97. package/es/components/booking/materiels/holder/index.d.ts +1 -2
  98. package/es/components/booking/materiels/startTime/index.d.ts +1 -2
  99. package/es/components/booking/model.d.ts +9 -1
  100. package/es/components/booking/notes/NoteBlock/NoteItem/index.d.ts +1 -2
  101. package/es/components/booking/notes/NoteBlock/index.d.ts +1 -2
  102. package/es/components/booking/notes/addNote/index.d.ts +1 -2
  103. package/es/components/booking/notes/model.d.ts +10 -1
  104. package/es/components/booking/payments/model.d.ts +10 -1
  105. package/es/components/booking/utils.d.ts +2 -2
  106. package/es/components/ecocup/components/AddCustomerModal/index.d.ts +1 -2
  107. package/es/components/ecocup/components/CupActionList/index.d.ts +1 -2
  108. package/es/components/ecocup/components/CupActionModal/hooks.d.ts +5 -0
  109. package/es/components/ecocup/components/CupActionModal/index.d.ts +1 -2
  110. package/es/components/ecocup/components/CupInfoCard/index.d.ts +1 -2
  111. package/es/components/ecocup/components/CupStatusModal/hooks.d.ts +36 -0
  112. package/es/components/ecocup/components/CupStatusModal/index.d.ts +1 -2
  113. package/es/components/ecocup/components/CustomerAndCupModal/hooks.d.ts +14 -0
  114. package/es/components/ecocup/components/CustomerAndCupModal/index.d.ts +1 -5
  115. package/es/components/ecocup/components/CustomerCard/index.d.ts +1 -2
  116. package/es/components/ecocup/components/MoreDropdown/index.d.ts +1 -2
  117. package/es/components/ecocup/components/PageHeader/index.d.ts +1 -1
  118. package/es/components/ecocup/components/SearchBar/const.d.ts +4 -0
  119. package/es/components/ecocup/components/SearchBar/index.d.ts +1 -2
  120. package/es/components/ecocup/components/SettingModal/const.d.ts +6 -0
  121. package/es/components/ecocup/components/SettingModal/index.d.ts +1 -2
  122. package/es/components/ecocup/cupList/const.d.ts +140 -0
  123. package/es/components/ecocup/cupList/hooks/useColumns.d.ts +1 -2
  124. package/es/components/ecocup/cupList/hooks/useSummary.d.ts +1 -2
  125. package/es/components/ecocup/cupList/index.d.ts +1 -2
  126. package/es/components/ecocup/cupProject/const.d.ts +7 -0
  127. package/es/components/ecocup/cupProject/index.d.ts +2 -2
  128. package/es/components/ecocup/customerList/const.d.ts +44 -0
  129. package/es/components/ecocup/customerList/hooks/index.d.ts +3 -0
  130. package/es/components/ecocup/customerList/hooks/useColumns.d.ts +15 -0
  131. package/es/components/ecocup/customerList/hooks/useCustomerApi.d.ts +15 -0
  132. package/es/components/ecocup/customerList/index.d.ts +2 -2
  133. package/es/components/ecocup/hooks.d.ts +57 -0
  134. package/es/components/ecocup/locales.d.ts +653 -0
  135. package/es/components/ecocup/types.d.ts +103 -0
  136. package/es/components/ecocup/utils/download.d.ts +7 -0
  137. package/es/components/ecocup/utils/index.d.ts +2 -0
  138. package/es/components/ecocup/utils/scanListener.d.ts +20 -0
  139. package/es/components/eftpos/const.d.ts +64 -0
  140. package/es/components/eftpos/device.d.ts +1 -1
  141. package/es/components/eftpos/deviceList/index.d.ts +2 -2
  142. package/es/components/eftpos/form/index.d.ts +1 -2
  143. package/es/components/eftpos/group/index.d.ts +3 -3
  144. package/es/components/eftpos/hooks.d.ts +33 -0
  145. package/es/components/eftpos/icon/apiKey.d.ts +2 -2
  146. package/es/components/eftpos/icon/device.d.ts +2 -2
  147. package/es/components/eftpos/index.d.ts +1 -2
  148. package/es/components/eftpos/locales.d.ts +163 -0
  149. package/es/components/eftpos/log.d.ts +2 -2
  150. package/es/components/eftpos/pos.d.ts +1 -2
  151. package/es/components/eftpos/receipt/index.d.ts +2 -2
  152. package/es/components/eftpos/surcharge/index.d.ts +1 -2
  153. package/es/components/eftposPay/amount.d.ts +2 -3
  154. package/es/components/eftposPay/app.d.ts +2 -3
  155. package/es/components/eftposPay/component/alert/index.d.ts +1 -1
  156. package/es/components/eftposPay/component/alert/warn.d.ts +2 -2
  157. package/es/components/eftposPay/component/fail/failCustom.d.ts +1 -2
  158. package/es/components/eftposPay/component/fail/index.d.ts +1 -2
  159. package/es/components/eftposPay/component/fail/network.d.ts +1 -2
  160. package/es/components/eftposPay/component/fail/unknow.d.ts +1 -2
  161. package/es/components/eftposPay/component/header/index.d.ts +1 -1
  162. package/es/components/eftposPay/component/header/titlebar.d.ts +2 -2
  163. package/es/components/eftposPay/component/manual/index.d.ts +1 -2
  164. package/es/components/eftposPay/component/signature/index.d.ts +1 -2
  165. package/es/components/eftposPay/component/step/index.d.ts +2 -2
  166. package/es/components/eftposPay/component/step/step.d.ts +2 -2
  167. package/es/components/eftposPay/const.d.ts +186 -0
  168. package/es/components/eftposPay/device.d.ts +2 -3
  169. package/es/components/eftposPay/hooks.d.ts +2 -2
  170. package/es/components/eftposPay/index.d.ts +1 -2
  171. package/es/components/eftposPay/linkly/index.d.ts +1 -2
  172. package/es/components/eftposPay/locales.d.ts +572 -0
  173. package/es/components/eftposPay/manufacturer.d.ts +7 -0
  174. package/es/components/eftposPay/pay.d.ts +1 -2
  175. package/es/components/eftposPay/payo/config.d.ts +2 -3
  176. package/es/components/eftposPay/payo/index.d.ts +1 -1
  177. package/es/components/eftposPay/store/index.d.ts +358 -0
  178. package/es/components/eftposPay/tip.d.ts +1 -2
  179. package/es/components/eftposPay/tyro/index.d.ts +1 -1
  180. package/es/components/eftposPay/windcave/receiptAction.d.ts +2 -3
  181. package/es/components/eftposPay/windcave/windcave.d.ts +1 -2
  182. package/es/components/eventBooking/components/ErrorTip/index.d.ts +1 -2
  183. package/es/components/eventBooking/components/Provider/Cart/ContinueButton/index.d.ts +1 -2
  184. package/es/components/eventBooking/components/Provider/Cart/Deposit/index.d.ts +2 -2
  185. package/es/components/eventBooking/components/Provider/Cart/Item/Total.d.ts +1 -2
  186. package/es/components/eventBooking/components/Provider/Cart/Item/index.d.ts +1 -2
  187. package/es/components/eventBooking/components/Provider/Cart/index.d.ts +1 -2
  188. package/es/components/eventBooking/components/Provider/Content/index.d.ts +1 -2
  189. package/es/components/eventBooking/components/Provider/EmptyHolderModal/index.d.ts +1 -2
  190. package/es/components/eventBooking/components/Provider/Event/index.d.ts +1 -2
  191. package/es/components/eventBooking/components/Provider/Footer/index.d.ts +1 -2
  192. package/es/components/eventBooking/components/Provider/Header/index.d.ts +1 -2
  193. package/es/components/eventBooking/components/Provider/Information/index.d.ts +1 -2
  194. package/es/components/eventBooking/components/Provider/InformationOptionsModal/index.d.ts +1 -2
  195. package/es/components/eventBooking/components/Provider/OrderProductModal/index.d.ts +1 -2
  196. package/es/components/eventBooking/components/Provider/RemoveOptionConfirmModal.d.ts +1 -2
  197. package/es/components/eventBooking/components/Provider/Resource/index.d.ts +1 -2
  198. package/es/components/eventBooking/components/Provider/SelectHolderModal.d.ts +1 -2
  199. package/es/components/eventBooking/components/Voucher/components/locales.d.ts +61 -0
  200. package/es/components/eventBooking/components/Voucher/index.d.ts +1 -2
  201. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateStatus/index.d.ts +1 -2
  202. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/CallToBook/index.d.ts +1 -2
  203. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/WeekItem/index.d.ts +1 -2
  204. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/index.d.ts +1 -2
  205. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/DayItem/index.d.ts +1 -1
  206. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/index.d.ts +1 -1
  207. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Status/index.d.ts +1 -2
  208. package/es/components/eventBooking/components/bookingDetailModal/components/BookingOptions.d.ts +1 -2
  209. package/es/components/eventBooking/components/bookingDetailModal/components/Resource.d.ts +1 -2
  210. package/es/components/eventBooking/components/bookingDetailModal/components/Schedule.d.ts +1 -2
  211. package/es/components/eventBooking/components/scheduleCalendar/ProductItem/index.d.ts +1 -2
  212. package/es/components/eventBooking/components/scheduleCalendar/calendarItem.d.ts +1 -2
  213. package/es/components/eventBooking/components/scheduleCalendar/components/ScheduleTimeItem/index.d.ts +1 -2
  214. package/es/components/eventBooking/index.d.ts +1 -2
  215. package/es/components/kioskSkuDetail/index.d.ts +1 -1
  216. package/es/components/login/index.d.ts +1 -2
  217. package/es/components/pay/toC/PaymentList/utils.d.ts +36 -0
  218. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/Content.d.ts +6 -0
  219. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/index.d.ts +2 -0
  220. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/StripeSDK/SDK.d.ts +1 -2
  221. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/StripeSDK/index.d.ts +1 -2
  222. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/components/PageLoading/index.d.ts +2 -0
  223. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/PaymentRequestForm.d.ts +2 -0
  224. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/index.d.ts +1 -2
  225. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/index.d.ts +1 -2
  226. package/es/components/pay/toC/PaymentMethods/StripePay/index.d.ts +10 -0
  227. package/es/components/pay/toC/PaymentMethods/WalletPass/MultiModeSearch/index.d.ts +1 -1
  228. package/es/components/pay/toC/WalletPassBlock/components/WalletUseList/index.d.ts +1 -2
  229. package/es/components/pay/toC/locales.d.ts +626 -0
  230. package/es/components/pay/toC/model.d.ts +9 -1
  231. package/es/components/pisellSelectCustomerModal/CustomerCard/index.d.ts +1 -1
  232. package/es/components/pisellSelectCustomerModal/RightPanel/Add/BirthdayField/index.d.ts +1 -2
  233. package/es/components/pisellSelectCustomerModal/RightPanel/Add/GenderField/index.d.ts +1 -2
  234. package/es/components/pisellSelectCustomerModal/RightPanel/Add/PhoneField/index.d.ts +1 -2
  235. package/es/components/pisellSelectCustomerModal/RightPanel/Add/index.d.ts +1 -2
  236. package/es/components/pisellSelectCustomerModal/RightPanel/List/index.d.ts +1 -2
  237. package/es/components/pisellSelectCustomerModal/RightPanel/index.d.ts +1 -2
  238. package/es/components/pisellSelectCustomerModal/index.d.ts +1 -2
  239. package/es/components/pisellSelectCustomerModal/locales.d.ts +133 -0
  240. package/es/components/productExtension/fields/Actor/index.d.ts +1 -2
  241. package/es/components/productExtension/fields/Forms/index.d.ts +2 -2
  242. package/es/components/productExtension/fields/SelectProducts/ProductItem/index.d.ts +1 -2
  243. package/es/components/productExtension/fields/SelectProducts/ProductItemPreview/index.d.ts +1 -2
  244. package/es/components/productExtension/fields/SelectProducts/index.d.ts +1 -2
  245. package/es/components/productExtension/fields/SelectResourcesTable/index.d.ts +1 -2
  246. package/es/components/productExtension/index.d.ts +1 -2
  247. package/es/components/productSelect/components/TabProduct/index.d.ts +1 -2
  248. package/es/components/productSelect/components/pisellPriceText/index.d.ts +1 -1
  249. package/es/components/productSelect/components/productGroup/index.d.ts +2 -3
  250. package/es/components/productSelect/index.d.ts +1 -1
  251. package/es/components/ruleSetting/index.d.ts +1 -2
  252. package/es/components/ruleSetting/ruleBorder/index.d.ts +1 -2
  253. package/es/components/schedules/calendar/calendarItem.d.ts +1 -2
  254. package/es/components/schedules/calendar/index.d.ts +1 -2
  255. package/es/components/schedules/components/Card/index.d.ts +1 -1
  256. package/es/components/schedules/components/CurrentDay/index.d.ts +1 -2
  257. package/es/components/schedules/components/ResourceList/index.d.ts +1 -1
  258. package/es/components/schedules/components/ScheduleDetailList/index.d.ts +1 -2
  259. package/es/components/schedules/components/ScheduleList/RenderScheduleItem/index.d.ts +1 -2
  260. package/es/components/schedules/components/ScheduleList/index.d.ts +1 -2
  261. package/es/components/schedules/components/Search/index.d.ts +1 -1
  262. package/es/components/schedules/locales.d.ts +143 -0
  263. package/es/components/schedules/model.d.ts +9 -1
  264. package/es/components/schedules/products/ProductDetailDrawer/ProductDetail/MaxParticipantsModule/index.d.ts +1 -2
  265. package/es/components/schedules/products/ProductDetailDrawer/ProductDetail/ResourcesModule/index.d.ts +1 -2
  266. package/es/components/schedules/products/ProductDetailDrawer/ProductDetail/SchedulesModule/AddSchedules/index.d.ts +1 -2
  267. package/es/components/schedules/products/ProductDetailDrawer/ProductDetail/SchedulesModule/index.d.ts +1 -2
  268. package/es/components/schedules/products/ProductDetailDrawer/ProductDetail/index.d.ts +1 -2
  269. package/es/components/schedules/products/ProductDetailDrawer/ProductDetailByDate/index.d.ts +1 -2
  270. package/es/components/schedules/products/ProductDetailDrawer/index.d.ts +1 -2
  271. package/es/components/schedules/products/index.d.ts +1 -2
  272. package/es/components/schedules/products/list/ProductItem/index.d.ts +1 -2
  273. package/es/components/schedules/products/list/index.d.ts +1 -2
  274. package/es/components/schedules/resources/index.d.ts +1 -2
  275. package/es/components/schedules/resources/list/index.d.ts +1 -2
  276. package/es/components/schedules/resources/relationProduct/index.d.ts +1 -2
  277. package/es/components/schedules/schedules/AllSchedules/index.d.ts +1 -2
  278. package/es/components/schedules/schedules/ScheduleDetailDrawer/index.d.ts +1 -2
  279. package/es/components/schedules/schedules/Schedules.d.ts +1 -1
  280. package/es/components/schedules/schedules/SchedulesForDay/index.d.ts +1 -1
  281. package/es/components/schedules/schedules/index.d.ts +1 -2
  282. package/es/components/shoppingCart/Provider.d.ts +1 -1
  283. package/es/components/shoppingCart/components/Cart/Product.d.ts +1 -2
  284. package/es/components/shoppingCart/components/Cart/index.d.ts +1 -2
  285. package/es/components/shoppingCart/components/Empty/index.d.ts +1 -1
  286. package/es/components/shoppingCart/components/Render/index.d.ts +2 -2
  287. package/es/components/shoppingCart/hooks/useAddService.d.ts +1 -2
  288. package/es/components/shoppingCart/hooks/useClearCart.d.ts +1 -2
  289. package/es/components/shoppingCart/index.d.ts +1 -2
  290. package/es/components/shoppingCart/locales.d.ts +53 -0
  291. package/es/components/shoppingCart/type.d.ts +48 -0
  292. package/es/components/subTotal/index.d.ts +1 -1
  293. package/es/components/subTotal/locales.d.ts +68 -0
  294. package/es/components/systemSettings/registry/components/DataSourceTreeSelect/index.d.ts +1 -2
  295. package/es/components/systemSettings/registry/locales.d.ts +534 -0
  296. package/es/components/systemSettings/registry/services.d.ts +97 -0
  297. package/es/components/systemSettings/registry/types.d.ts +140 -0
  298. package/es/components/tabProduct/index.d.ts +1 -1
  299. package/es/components/taxSelect/index.d.ts +1 -2
  300. package/es/components/taxSelect/locales.d.ts +38 -0
  301. package/es/components/ticketBooking/components/addServiceVariant/addService.d.ts +1 -2
  302. package/es/components/ticketBooking/components/addServiceVariant/index.d.ts +1 -2
  303. package/es/components/ticketBooking/components/menuBar/index.d.ts +1 -2
  304. package/es/components/ticketBooking/components/ticketBooking/index.d.ts +1 -2
  305. package/es/components/ticketBooking/components/timeBar/index.d.ts +1 -2
  306. package/es/components/ticketBooking/index.d.ts +1 -2
  307. package/es/components/ticketBooking/locales.d.ts +304 -0
  308. package/es/components/ticketBooking/miniRedux.d.ts +1 -1
  309. package/es/components/walletList/index.d.ts +1 -2
  310. package/es/components/walletList/model.d.ts +1 -1
  311. package/es/components/walletList/tempHolderSelector/index.d.ts +2 -2
  312. package/es/components/workSpaceList/components/AppearanceEdit/constants.d.ts +8 -0
  313. package/es/components/workSpaceList/components/Card/constants.d.ts +2 -0
  314. package/es/components/workSpaceList/components/Modal/index.d.ts +1 -2
  315. package/es/components/workSpaceList/components/SearchWorkspaceAndBase/index.d.ts +1 -2
  316. package/es/hooks/useEngineContext.d.ts +11 -0
  317. package/es/hooks/useLocale.d.ts +2 -0
  318. package/es/hooks/usePaymentLogger.d.ts +2 -2
  319. package/es/hooks/useThemeTokens.d.ts +7 -0
  320. package/es/hooks/useWindowSize.d.ts +5 -0
  321. package/es/plus/clientName/index.d.ts +2 -2
  322. package/es/plus/clinetSearch/Add/BirthdayField/index.d.ts +1 -2
  323. package/es/plus/clinetSearch/Add/GenderField/index.d.ts +1 -2
  324. package/es/plus/clinetSearch/Add/PhoneField/index.d.ts +2 -2
  325. package/es/plus/contactInfo/components/SwipeAction/index.d.ts +46 -0
  326. package/es/plus/contactInfoModal/ContactInfoContent.d.ts +1 -2
  327. package/es/plus/orderList/components/HandleActions.d.ts +1 -2
  328. package/es/plus/orderList/components/QuickFilter.d.ts +1 -2
  329. package/es/plus/orderList/components/Reset.d.ts +1 -2
  330. package/es/plus/orderList/components/Toolbar.d.ts +1 -2
  331. package/es/plus/orderList/config.d.ts +3 -4
  332. package/es/plus/orderList/index.d.ts +1 -1
  333. package/es/plus/orderList/locales.d.ts +618 -0
  334. package/es/plus/pisellSalesGrid/locales.d.ts +9 -0
  335. package/es/plus/pisellSalesGrid/types.d.ts +170 -0
  336. package/es/plus/pisellSalesManagement/components/BookingFormsPreview.d.ts +1 -2
  337. package/es/plus/pisellSalesManagement/components/BookingNotesPreview.d.ts +1 -1
  338. package/es/plus/pisellSalesManagement/components/ResourceSelector.d.ts +1 -1
  339. package/es/plus/pisellSalesManagement/config/booking.d.ts +7 -7
  340. package/es/plus/pisellSalesManagement/hooks/perspectiveUtils.d.ts +15 -0
  341. package/es/plus/pisellSalesManagement/index.d.ts +1 -1
  342. package/es/plus/pisellSalesManagement/locales.d.ts +303 -0
  343. package/es/plus/productSelect/ProductCard/index.d.ts +2 -2
  344. package/es/plus/productSelect/ProductList/gridComponents.d.ts +6 -6
  345. package/es/plus/productSelect/components/TabsStructure/TabsStructure.d.ts +30 -0
  346. package/es/plus/productSelect/components/pisellPriceText/index.d.ts +1 -1
  347. package/es/plus/productSelect/index.d.ts +1 -1
  348. package/es/plus/saasAttendance/locales.d.ts +591 -0
  349. package/es/plus/saasAttendance/settings/components/membersField/index.d.ts +1 -2
  350. package/es/plus/saasAttendance/settings/types.d.ts +136 -0
  351. package/es/plus/saasCreateOrganization/components/Header.d.ts +1 -2
  352. package/es/plus/saasCreateOrganization/index.d.ts +1 -2
  353. package/es/plus/saasRegister/components/EntryEmail.d.ts +1 -2
  354. package/es/plus/saasRegister/components/EntryInfo.d.ts +1 -2
  355. package/es/plus/saasRegister/components/GoLogin.d.ts +1 -2
  356. package/es/plus/saasRegister/components/Header.d.ts +1 -2
  357. package/es/plus/saasRegister/components/VerifyError.d.ts +1 -2
  358. package/es/plus/saasRegister/components/VerifyingLink.d.ts +1 -2
  359. package/es/plus/saasRegister/components/VertifyEmail.d.ts +1 -2
  360. package/es/plus/saasTeamMembers/locales.d.ts +546 -0
  361. package/es/plus/selectHolder/components/ErrorTip/index.d.ts +1 -2
  362. package/es/plus/selectHolder/locales.d.ts +35 -0
  363. package/es/plus/skuOptionsSelection/components/NormalCard/index.d.ts +2 -2
  364. package/es/plus/skuOptionsSelection/components/NormalCard/index.js +10 -3
  365. package/es/plus/skuOptionsSelection/components/OptionsCard/OptionItemCard.d.ts +1 -2
  366. package/es/plus/skuOptionsSelection/components/OptionsCard/OptionItemCard.js +6 -2
  367. package/es/plus/skuOptionsSelection/components/OptionsCard/index.d.ts +1 -2
  368. package/es/plus/skuOptionsSelection/components/OptionsCard/index.less +20 -7
  369. package/es/plus/skuOptionsSelection/components/OptionsModal/index.d.ts +1 -2
  370. package/es/plus/skuOptionsSelection/components/OptionsModal/index.js +7 -10
  371. package/es/plus/skuOptionsSelection/components/TitleExtra/index.d.ts +1 -2
  372. package/es/plus/skuOptionsSelection/components/VariantCard/index.d.ts +1 -2
  373. package/es/plus/skuOptionsSelection/hooks/index.d.ts +3 -0
  374. package/es/plus/skuOptionsSelection/hooks/useLanguage.d.ts +2 -0
  375. package/es/plus/skuOptionsSelection/hooks/useStore.d.ts +2 -0
  376. package/es/plus/skuOptionsSelection/hooks/useSymbol.d.ts +2 -0
  377. package/es/plus/skuOptionsSelection/index.js +2 -1
  378. package/es/plus/skuOptionsSelection/locales.d.ts +58 -0
  379. package/es/plus/skuOptionsSelection/locales.js +10 -5
  380. package/es/plus/skuOptionsSelection/store/actions.d.ts +22 -0
  381. package/es/plus/skuOptionsSelection/store/createStore.d.ts +15 -0
  382. package/es/plus/skuOptionsSelection/store/index.d.ts +2 -0
  383. package/es/plus/skuOptionsSelection/store/store.d.ts +4 -0
  384. package/es/plus/skuOptionsSelection/types.d.ts +458 -0
  385. package/es/plus/skuOptionsSelection/utils/calculateOption.d.ts +6 -0
  386. package/es/plus/skuOptionsSelection/utils/checkSkuStatus.d.ts +37 -0
  387. package/es/plus/skuOptionsSelection/utils/transformBundleGroup.js +1 -1
  388. package/es/plus/skuOptionsSelection/utils/transformOptionGroup.d.ts +1 -0
  389. package/es/plus/skuOptionsSelection/utils/transformOptionGroup.js +1 -1
  390. package/es/plus/skuOptionsSelection/utils/transformValueToSelectorValue.js +45 -58
  391. package/es/plus/skuOptionsSelection/utils/transformVariantGroup.d.ts +1 -0
  392. package/es/plus/skuOptionsSelection/utils/transformVariantGroup.js +1 -1
  393. package/es/plus/walletEditor/components/relationProduct/index.d.ts +1 -2
  394. package/es/plus/walletPassGallery/components/passDetail/index.d.ts +1 -2
  395. package/es/plus/walletPassGallery/components/passList/index.d.ts +1 -2
  396. package/es/plus/walletPassGallery/components/timelineSection/index.d.ts +1 -2
  397. package/es/plus/walletPassGallery/components/usageRule/index.d.ts +1 -1
  398. package/es/plus/walletPassGallery/index.d.ts +1 -2
  399. package/es/plus/walletPassGallery/locales.d.ts +483 -0
  400. package/es/pro/Cards/components/SKUCard/index.js +5 -2
  401. package/es/pro/Cards/components/SKUCard/index.less +18 -3
  402. package/es/pro/Cards/components/SKUCard/locales.d.ts +12 -0
  403. package/es/pro/Cards/components/SKUCard/types.d.ts +73 -0
  404. package/es/pro/Login2.0/components/ForgotPasswordFlow.d.ts +2 -9
  405. package/es/pro/Login2.0/components/LoginCodeInput.d.ts +2 -6
  406. package/es/pro/Login2.0/components/PhoneInput.d.ts +1 -1
  407. package/es/pro/Login2.0/locales.d.ts +908 -0
  408. package/es/pro/Login2.0/shared/types.d.ts +234 -0
  409. package/es/pro/Login2.0/steps/CodeInput.d.ts +2 -6
  410. package/es/pro/Login2.0/steps/EmailAlreadyRegistered.d.ts +2 -6
  411. package/es/pro/Login2.0/steps/EmailLinkAlreadyUsed.d.ts +2 -5
  412. package/es/pro/Login2.0/steps/EmailLinkExpired.d.ts +2 -5
  413. package/es/pro/Login2.0/steps/SetPassword.d.ts +2 -5
  414. package/es/pro/Login2.0/steps/VerificationSuccess.d.ts +2 -5
  415. package/es/pro/Login2.0/steps/VerifyingEmailLink.d.ts +2 -5
  416. package/es/pro/Login2.0/steps/WaitEmailLink.d.ts +2 -5
  417. package/es/pro/Selector/BatchSelectorDemo.d.ts +3 -0
  418. package/es/pro/Selector/Item.d.ts +14 -0
  419. package/es/pro/Selector/Selector.stories.d.ts +78 -0
  420. package/es/pro/Selector/components/Card/index.d.ts +57 -0
  421. package/es/pro/Selector/components/Card/types.d.ts +1 -0
  422. package/es/pro/Selector/components/Indicator/index.d.ts +20 -0
  423. package/es/pro/Selector/components/IntersectionObserver.d.ts +105 -0
  424. package/es/pro/Selector/components/LayoutContainer/index.d.ts +18 -0
  425. package/es/pro/Selector/components/Media/index.d.ts +6 -0
  426. package/es/pro/Selector/components/Media/types.d.ts +47 -0
  427. package/es/pro/Selector/components/index.d.ts +4 -0
  428. package/es/pro/Selector/demo.d.ts +3 -0
  429. package/es/pro/Selector/hooks/usePresetItemProps.d.ts +43 -0
  430. package/es/pro/Selector/hooks/usePresetProps.d.ts +24 -0
  431. package/es/pro/Selector/index.d.ts +11 -0
  432. package/es/pro/Selector/locales.d.ts +58 -0
  433. package/es/pro/Selector/types.d.ts +223 -0
  434. package/es/pro/Selector/utils/index.d.ts +49 -0
  435. package/es/pro/keyboards/locales.d.ts +38 -0
  436. package/es/pro/keyboards/numberKeyboard/index.d.ts +1 -1
  437. package/es/pro/keyboards/numberKeyboard/types.d.ts +63 -0
  438. package/es/pro/numberKeyboard/index.d.ts +1 -1
  439. package/es/pro/pisellNumberSelector/example.d.ts +3 -0
  440. package/es/pro/pisellPaymentList/example.d.ts +10 -11
  441. package/es/pro/pisellPhoneKeyboard/index.d.ts +1 -2
  442. package/es/test/setup.d.ts +1 -0
  443. package/lib/businessModel/SalesModel/index.d.ts +1 -2
  444. package/lib/components/Sales/Cart/utils.d.ts +68 -0
  445. package/lib/components/Sales/Checkout/utils.d.ts +41 -0
  446. package/lib/components/Sales/Summary/utils.d.ts +58 -0
  447. package/lib/components/Sales/index.d.ts +1 -1
  448. package/lib/components/appointmentBooking/components/Cart/Item/Total.d.ts +1 -2
  449. package/lib/components/appointmentBooking/components/Cart/Item/index.d.ts +1 -2
  450. package/lib/components/appointmentBooking/components/Cart/index.d.ts +1 -2
  451. package/lib/components/appointmentBooking/components/Content/index.d.ts +1 -2
  452. package/lib/components/appointmentBooking/components/Deposit/index.d.ts +2 -3
  453. package/lib/components/appointmentBooking/components/Footer/index.d.ts +1 -2
  454. package/lib/components/appointmentBooking/components/Guest/components/InformationOptionsModal/index.d.ts +1 -2
  455. package/lib/components/appointmentBooking/components/Header/index.d.ts +1 -2
  456. package/lib/components/appointmentBooking/components/TimeSlicing/components/SelectDateOS.d.ts +1 -2
  457. package/lib/components/appointmentBooking/components/Voucher/index.d.ts +1 -2
  458. package/lib/components/appointmentBooking/context.d.ts +2 -2
  459. package/lib/components/appointmentBooking/deposit/components/PolicyModal/index.d.ts +1 -2
  460. package/lib/components/appointmentBooking/deposit/index.d.ts +1 -2
  461. package/lib/components/appointmentBooking/index.d.ts +1 -2
  462. package/lib/components/appointmentBooking/locales.d.ts +606 -0
  463. package/lib/components/booking/addons/model.d.ts +10 -1
  464. package/lib/components/booking/components/TabProduct/index.d.ts +2 -2
  465. package/lib/components/booking/components/TabProduct/productItem/index.d.ts +1 -2
  466. package/lib/components/booking/components/TabProduct/selectProductItem/index.d.ts +1 -2
  467. package/lib/components/booking/components/authWrap/index.d.ts +1 -1
  468. package/lib/components/booking/components/browserSelect/index.d.ts +1 -1
  469. package/lib/components/booking/components/collapsibleList/utils.d.ts +1 -2
  470. package/lib/components/booking/components/drawer/index.d.ts +1 -1
  471. package/lib/components/booking/components/emptyBooking/index.d.ts +1 -2
  472. package/lib/components/booking/components/footer/FooterMenus/index.d.ts +1 -2
  473. package/lib/components/booking/components/footer/index.d.ts +1 -2
  474. package/lib/components/booking/components/formItemChildrenWrap/index.d.ts +2 -2
  475. package/lib/components/booking/components/menuButton/index.d.ts +1 -1
  476. package/lib/components/booking/components/reloadResourceModal/index.d.ts +1 -2
  477. package/lib/components/booking/components/tabPane/index.d.ts +4 -0
  478. package/lib/components/booking/components/voucher/index.d.ts +1 -2
  479. package/lib/components/booking/components/voucher/utils.d.ts +4 -0
  480. package/lib/components/booking/dashboard/index.d.ts +1 -1
  481. package/lib/components/booking/deposit/ClientItem/index.d.ts +1 -1
  482. package/lib/components/booking/deposit/DepositItem/index.d.ts +1 -1
  483. package/lib/components/booking/deposit/index.d.ts +1 -2
  484. package/lib/components/booking/editBookingModal/utils.d.ts +12 -0
  485. package/lib/components/booking/forms/footer.d.ts +1 -2
  486. package/lib/components/booking/forms/model.d.ts +10 -1
  487. package/lib/components/booking/forms/single/index.d.ts +1 -2
  488. package/lib/components/booking/forms/table/index.d.ts +1 -2
  489. package/lib/components/booking/hooks/useClearCart.d.ts +1 -2
  490. package/lib/components/booking/hooks/useIsBooking4Shop.d.ts +1 -0
  491. package/lib/components/booking/hooks/useQuotation.d.ts +1 -2
  492. package/lib/components/booking/info/addServiceVariant/index.d.ts +1 -2
  493. package/lib/components/booking/info/client/index.d.ts +1 -1
  494. package/lib/components/booking/info/clientVariant/hooks/useClientFn.d.ts +1 -2
  495. package/lib/components/booking/info/date/index.d.ts +1 -2
  496. package/lib/components/booking/info/dateRange/index.d.ts +1 -2
  497. package/lib/components/booking/info/header/index.d.ts +1 -2
  498. package/lib/components/booking/info/hooks/useGetHolderList.d.ts +1 -1
  499. package/lib/components/booking/info/hooks/useInfoHolder.d.ts +2 -3
  500. package/lib/components/booking/info/index.d.ts +3 -0
  501. package/lib/components/booking/info/model.d.ts +10 -1
  502. package/lib/components/booking/info/notes/index.d.ts +1 -2
  503. package/lib/components/booking/info/pet/index.d.ts +1 -1
  504. package/lib/components/booking/info/service/Lists.d.ts +1 -2
  505. package/lib/components/booking/info/service/actions/index.d.ts +1 -2
  506. package/lib/components/booking/info/service/addService/index.d.ts +1 -2
  507. package/lib/components/booking/info/service/addService/utils.d.ts +1 -1
  508. package/lib/components/booking/info/service/addTimeModal/index.d.ts +1 -2
  509. package/lib/components/booking/info/service/editService/BookingList/index.d.ts +1 -2
  510. package/lib/components/booking/info/service/index.d.ts +1 -1
  511. package/lib/components/booking/info/service/like/index.d.ts +2 -2
  512. package/lib/components/booking/info/service/serviceItem/index.d.ts +1 -2
  513. package/lib/components/booking/info/service/serviceList/index.d.ts +1 -2
  514. package/lib/components/booking/info/service/serviceManager/distributeDiscount.d.ts +11 -0
  515. package/lib/components/booking/info/service2/Lists.d.ts +1 -2
  516. package/lib/components/booking/info/service2/index.d.ts +1 -1
  517. package/lib/components/booking/info/service2/utils.d.ts +1 -1
  518. package/lib/components/booking/info2/service/actions/index.d.ts +1 -2
  519. package/lib/components/booking/info2/service/addService/index.d.ts +1 -2
  520. package/lib/components/booking/info2/service/addService/utils.d.ts +1 -1
  521. package/lib/components/booking/info2/service/addTimeModal/index.d.ts +1 -2
  522. package/lib/components/booking/info2/service/contactInfoMode/index.d.ts +1 -2
  523. package/lib/components/booking/info2/service/index.d.ts +1 -1
  524. package/lib/components/booking/info2/service/serviceItem/index.d.ts +1 -2
  525. package/lib/components/booking/info2/service/serviceList/index.d.ts +1 -2
  526. package/lib/components/booking/materiels/contacts/index.d.ts +1 -2
  527. package/lib/components/booking/materiels/duration/index.d.ts +1 -2
  528. package/lib/components/booking/materiels/holder/index.d.ts +1 -2
  529. package/lib/components/booking/materiels/startTime/index.d.ts +1 -2
  530. package/lib/components/booking/model.d.ts +9 -1
  531. package/lib/components/booking/notes/NoteBlock/NoteItem/index.d.ts +1 -2
  532. package/lib/components/booking/notes/NoteBlock/index.d.ts +1 -2
  533. package/lib/components/booking/notes/addNote/index.d.ts +1 -2
  534. package/lib/components/booking/notes/model.d.ts +10 -1
  535. package/lib/components/booking/payments/model.d.ts +10 -1
  536. package/lib/components/booking/utils.d.ts +2 -2
  537. package/lib/components/ecocup/components/AddCustomerModal/index.d.ts +1 -2
  538. package/lib/components/ecocup/components/CupActionList/index.d.ts +1 -2
  539. package/lib/components/ecocup/components/CupActionModal/hooks.d.ts +5 -0
  540. package/lib/components/ecocup/components/CupActionModal/index.d.ts +1 -2
  541. package/lib/components/ecocup/components/CupInfoCard/index.d.ts +1 -2
  542. package/lib/components/ecocup/components/CupStatusModal/hooks.d.ts +36 -0
  543. package/lib/components/ecocup/components/CupStatusModal/index.d.ts +1 -2
  544. package/lib/components/ecocup/components/CustomerAndCupModal/hooks.d.ts +14 -0
  545. package/lib/components/ecocup/components/CustomerAndCupModal/index.d.ts +1 -5
  546. package/lib/components/ecocup/components/CustomerCard/index.d.ts +1 -2
  547. package/lib/components/ecocup/components/MoreDropdown/index.d.ts +1 -2
  548. package/lib/components/ecocup/components/PageHeader/index.d.ts +1 -1
  549. package/lib/components/ecocup/components/SearchBar/const.d.ts +4 -0
  550. package/lib/components/ecocup/components/SearchBar/index.d.ts +1 -2
  551. package/lib/components/ecocup/components/SettingModal/const.d.ts +6 -0
  552. package/lib/components/ecocup/components/SettingModal/index.d.ts +1 -2
  553. package/lib/components/ecocup/cupList/const.d.ts +140 -0
  554. package/lib/components/ecocup/cupList/hooks/useColumns.d.ts +1 -2
  555. package/lib/components/ecocup/cupList/hooks/useSummary.d.ts +1 -2
  556. package/lib/components/ecocup/cupList/index.d.ts +1 -2
  557. package/lib/components/ecocup/cupProject/const.d.ts +7 -0
  558. package/lib/components/ecocup/cupProject/index.d.ts +2 -2
  559. package/lib/components/ecocup/customerList/const.d.ts +44 -0
  560. package/lib/components/ecocup/customerList/hooks/index.d.ts +3 -0
  561. package/lib/components/ecocup/customerList/hooks/useColumns.d.ts +15 -0
  562. package/lib/components/ecocup/customerList/hooks/useCustomerApi.d.ts +15 -0
  563. package/lib/components/ecocup/customerList/index.d.ts +2 -2
  564. package/lib/components/ecocup/hooks.d.ts +57 -0
  565. package/lib/components/ecocup/locales.d.ts +653 -0
  566. package/lib/components/ecocup/types.d.ts +103 -0
  567. package/lib/components/ecocup/utils/download.d.ts +7 -0
  568. package/lib/components/ecocup/utils/index.d.ts +2 -0
  569. package/lib/components/ecocup/utils/scanListener.d.ts +20 -0
  570. package/lib/components/eftpos/const.d.ts +64 -0
  571. package/lib/components/eftpos/device.d.ts +1 -1
  572. package/lib/components/eftpos/deviceList/index.d.ts +2 -2
  573. package/lib/components/eftpos/form/index.d.ts +1 -2
  574. package/lib/components/eftpos/group/index.d.ts +3 -3
  575. package/lib/components/eftpos/hooks.d.ts +33 -0
  576. package/lib/components/eftpos/icon/apiKey.d.ts +2 -2
  577. package/lib/components/eftpos/icon/device.d.ts +2 -2
  578. package/lib/components/eftpos/index.d.ts +1 -2
  579. package/lib/components/eftpos/locales.d.ts +163 -0
  580. package/lib/components/eftpos/log.d.ts +2 -2
  581. package/lib/components/eftpos/pos.d.ts +1 -2
  582. package/lib/components/eftpos/receipt/index.d.ts +2 -2
  583. package/lib/components/eftpos/surcharge/index.d.ts +1 -2
  584. package/lib/components/eftposPay/amount.d.ts +2 -3
  585. package/lib/components/eftposPay/app.d.ts +2 -3
  586. package/lib/components/eftposPay/component/alert/index.d.ts +1 -1
  587. package/lib/components/eftposPay/component/alert/warn.d.ts +2 -2
  588. package/lib/components/eftposPay/component/fail/failCustom.d.ts +1 -2
  589. package/lib/components/eftposPay/component/fail/index.d.ts +1 -2
  590. package/lib/components/eftposPay/component/fail/network.d.ts +1 -2
  591. package/lib/components/eftposPay/component/fail/unknow.d.ts +1 -2
  592. package/lib/components/eftposPay/component/header/index.d.ts +1 -1
  593. package/lib/components/eftposPay/component/header/titlebar.d.ts +2 -2
  594. package/lib/components/eftposPay/component/manual/index.d.ts +1 -2
  595. package/lib/components/eftposPay/component/signature/index.d.ts +1 -2
  596. package/lib/components/eftposPay/component/step/index.d.ts +2 -2
  597. package/lib/components/eftposPay/component/step/step.d.ts +2 -2
  598. package/lib/components/eftposPay/const.d.ts +186 -0
  599. package/lib/components/eftposPay/device.d.ts +2 -3
  600. package/lib/components/eftposPay/hooks.d.ts +2 -2
  601. package/lib/components/eftposPay/index.d.ts +1 -2
  602. package/lib/components/eftposPay/linkly/index.d.ts +1 -2
  603. package/lib/components/eftposPay/locales.d.ts +572 -0
  604. package/lib/components/eftposPay/manufacturer.d.ts +7 -0
  605. package/lib/components/eftposPay/pay.d.ts +1 -2
  606. package/lib/components/eftposPay/payo/config.d.ts +2 -3
  607. package/lib/components/eftposPay/payo/index.d.ts +1 -1
  608. package/lib/components/eftposPay/store/index.d.ts +358 -0
  609. package/lib/components/eftposPay/tip.d.ts +1 -2
  610. package/lib/components/eftposPay/tyro/index.d.ts +1 -1
  611. package/lib/components/eftposPay/windcave/receiptAction.d.ts +2 -3
  612. package/lib/components/eftposPay/windcave/windcave.d.ts +1 -2
  613. package/lib/components/eventBooking/components/ErrorTip/index.d.ts +1 -2
  614. package/lib/components/eventBooking/components/Provider/Cart/ContinueButton/index.d.ts +1 -2
  615. package/lib/components/eventBooking/components/Provider/Cart/Deposit/index.d.ts +2 -2
  616. package/lib/components/eventBooking/components/Provider/Cart/Item/Total.d.ts +1 -2
  617. package/lib/components/eventBooking/components/Provider/Cart/Item/index.d.ts +1 -2
  618. package/lib/components/eventBooking/components/Provider/Cart/index.d.ts +1 -2
  619. package/lib/components/eventBooking/components/Provider/Content/index.d.ts +1 -2
  620. package/lib/components/eventBooking/components/Provider/EmptyHolderModal/index.d.ts +1 -2
  621. package/lib/components/eventBooking/components/Provider/Event/index.d.ts +1 -2
  622. package/lib/components/eventBooking/components/Provider/Footer/index.d.ts +1 -2
  623. package/lib/components/eventBooking/components/Provider/Header/index.d.ts +1 -2
  624. package/lib/components/eventBooking/components/Provider/Information/index.d.ts +1 -2
  625. package/lib/components/eventBooking/components/Provider/InformationOptionsModal/index.d.ts +1 -2
  626. package/lib/components/eventBooking/components/Provider/OrderProductModal/index.d.ts +1 -2
  627. package/lib/components/eventBooking/components/Provider/RemoveOptionConfirmModal.d.ts +1 -2
  628. package/lib/components/eventBooking/components/Provider/Resource/index.d.ts +1 -2
  629. package/lib/components/eventBooking/components/Provider/SelectHolderModal.d.ts +1 -2
  630. package/lib/components/eventBooking/components/Voucher/components/locales.d.ts +61 -0
  631. package/lib/components/eventBooking/components/Voucher/index.d.ts +1 -2
  632. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateStatus/index.d.ts +1 -2
  633. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/CallToBook/index.d.ts +1 -2
  634. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/WeekItem/index.d.ts +1 -2
  635. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/index.d.ts +1 -2
  636. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/DayItem/index.d.ts +1 -1
  637. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/index.d.ts +1 -1
  638. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Status/index.d.ts +1 -2
  639. package/lib/components/eventBooking/components/bookingDetailModal/components/BookingOptions.d.ts +1 -2
  640. package/lib/components/eventBooking/components/bookingDetailModal/components/Resource.d.ts +1 -2
  641. package/lib/components/eventBooking/components/bookingDetailModal/components/Schedule.d.ts +1 -2
  642. package/lib/components/eventBooking/components/scheduleCalendar/ProductItem/index.d.ts +1 -2
  643. package/lib/components/eventBooking/components/scheduleCalendar/calendarItem.d.ts +1 -2
  644. package/lib/components/eventBooking/components/scheduleCalendar/components/ScheduleTimeItem/index.d.ts +1 -2
  645. package/lib/components/eventBooking/index.d.ts +1 -2
  646. package/lib/components/kioskSkuDetail/index.d.ts +1 -1
  647. package/lib/components/login/index.d.ts +1 -2
  648. package/lib/components/pay/toC/PaymentList/utils.d.ts +36 -0
  649. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/Content.d.ts +6 -0
  650. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/index.d.ts +2 -0
  651. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/StripeSDK/SDK.d.ts +1 -2
  652. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/StripeSDK/index.d.ts +1 -2
  653. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/components/PageLoading/index.d.ts +2 -0
  654. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/PaymentRequestForm.d.ts +2 -0
  655. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/index.d.ts +1 -2
  656. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/index.d.ts +1 -2
  657. package/lib/components/pay/toC/PaymentMethods/StripePay/index.d.ts +10 -0
  658. package/lib/components/pay/toC/PaymentMethods/WalletPass/MultiModeSearch/index.d.ts +1 -1
  659. package/lib/components/pay/toC/WalletPassBlock/components/WalletUseList/index.d.ts +1 -2
  660. package/lib/components/pay/toC/locales.d.ts +626 -0
  661. package/lib/components/pay/toC/model.d.ts +9 -1
  662. package/lib/components/pisellSelectCustomerModal/CustomerCard/index.d.ts +1 -1
  663. package/lib/components/pisellSelectCustomerModal/RightPanel/Add/BirthdayField/index.d.ts +1 -2
  664. package/lib/components/pisellSelectCustomerModal/RightPanel/Add/GenderField/index.d.ts +1 -2
  665. package/lib/components/pisellSelectCustomerModal/RightPanel/Add/PhoneField/index.d.ts +1 -2
  666. package/lib/components/pisellSelectCustomerModal/RightPanel/Add/index.d.ts +1 -2
  667. package/lib/components/pisellSelectCustomerModal/RightPanel/List/index.d.ts +1 -2
  668. package/lib/components/pisellSelectCustomerModal/RightPanel/index.d.ts +1 -2
  669. package/lib/components/pisellSelectCustomerModal/index.d.ts +1 -2
  670. package/lib/components/pisellSelectCustomerModal/locales.d.ts +133 -0
  671. package/lib/components/productExtension/fields/Actor/index.d.ts +1 -2
  672. package/lib/components/productExtension/fields/Forms/index.d.ts +2 -2
  673. package/lib/components/productExtension/fields/SelectProducts/ProductItem/index.d.ts +1 -2
  674. package/lib/components/productExtension/fields/SelectProducts/ProductItemPreview/index.d.ts +1 -2
  675. package/lib/components/productExtension/fields/SelectProducts/index.d.ts +1 -2
  676. package/lib/components/productExtension/fields/SelectResourcesTable/index.d.ts +1 -2
  677. package/lib/components/productExtension/index.d.ts +1 -2
  678. package/lib/components/productSelect/components/TabProduct/index.d.ts +1 -2
  679. package/lib/components/productSelect/components/pisellPriceText/index.d.ts +1 -1
  680. package/lib/components/productSelect/components/productGroup/index.d.ts +2 -3
  681. package/lib/components/productSelect/index.d.ts +1 -1
  682. package/lib/components/ruleSetting/index.d.ts +1 -2
  683. package/lib/components/ruleSetting/ruleBorder/index.d.ts +1 -2
  684. package/lib/components/schedules/calendar/calendarItem.d.ts +1 -2
  685. package/lib/components/schedules/calendar/index.d.ts +1 -2
  686. package/lib/components/schedules/components/Card/index.d.ts +1 -1
  687. package/lib/components/schedules/components/CurrentDay/index.d.ts +1 -2
  688. package/lib/components/schedules/components/ResourceList/index.d.ts +1 -1
  689. package/lib/components/schedules/components/ScheduleDetailList/index.d.ts +1 -2
  690. package/lib/components/schedules/components/ScheduleList/RenderScheduleItem/index.d.ts +1 -2
  691. package/lib/components/schedules/components/ScheduleList/index.d.ts +1 -2
  692. package/lib/components/schedules/components/Search/index.d.ts +1 -1
  693. package/lib/components/schedules/locales.d.ts +143 -0
  694. package/lib/components/schedules/model.d.ts +9 -1
  695. package/lib/components/schedules/products/ProductDetailDrawer/ProductDetail/MaxParticipantsModule/index.d.ts +1 -2
  696. package/lib/components/schedules/products/ProductDetailDrawer/ProductDetail/ResourcesModule/index.d.ts +1 -2
  697. package/lib/components/schedules/products/ProductDetailDrawer/ProductDetail/SchedulesModule/AddSchedules/index.d.ts +1 -2
  698. package/lib/components/schedules/products/ProductDetailDrawer/ProductDetail/SchedulesModule/index.d.ts +1 -2
  699. package/lib/components/schedules/products/ProductDetailDrawer/ProductDetail/index.d.ts +1 -2
  700. package/lib/components/schedules/products/ProductDetailDrawer/ProductDetailByDate/index.d.ts +1 -2
  701. package/lib/components/schedules/products/ProductDetailDrawer/index.d.ts +1 -2
  702. package/lib/components/schedules/products/index.d.ts +1 -2
  703. package/lib/components/schedules/products/list/ProductItem/index.d.ts +1 -2
  704. package/lib/components/schedules/products/list/index.d.ts +1 -2
  705. package/lib/components/schedules/resources/index.d.ts +1 -2
  706. package/lib/components/schedules/resources/list/index.d.ts +1 -2
  707. package/lib/components/schedules/resources/relationProduct/index.d.ts +1 -2
  708. package/lib/components/schedules/schedules/AllSchedules/index.d.ts +1 -2
  709. package/lib/components/schedules/schedules/ScheduleDetailDrawer/index.d.ts +1 -2
  710. package/lib/components/schedules/schedules/Schedules.d.ts +1 -1
  711. package/lib/components/schedules/schedules/SchedulesForDay/index.d.ts +1 -1
  712. package/lib/components/schedules/schedules/index.d.ts +1 -2
  713. package/lib/components/shoppingCart/Provider.d.ts +1 -1
  714. package/lib/components/shoppingCart/components/Cart/Product.d.ts +1 -2
  715. package/lib/components/shoppingCart/components/Cart/index.d.ts +1 -2
  716. package/lib/components/shoppingCart/components/Empty/index.d.ts +1 -1
  717. package/lib/components/shoppingCart/components/Render/index.d.ts +2 -2
  718. package/lib/components/shoppingCart/hooks/useAddService.d.ts +1 -2
  719. package/lib/components/shoppingCart/hooks/useClearCart.d.ts +1 -2
  720. package/lib/components/shoppingCart/index.d.ts +1 -2
  721. package/lib/components/shoppingCart/locales.d.ts +53 -0
  722. package/lib/components/shoppingCart/type.d.ts +48 -0
  723. package/lib/components/subTotal/index.d.ts +1 -1
  724. package/lib/components/subTotal/locales.d.ts +68 -0
  725. package/lib/components/systemSettings/registry/components/DataSourceTreeSelect/index.d.ts +1 -2
  726. package/lib/components/systemSettings/registry/locales.d.ts +534 -0
  727. package/lib/components/systemSettings/registry/services.d.ts +97 -0
  728. package/lib/components/systemSettings/registry/types.d.ts +140 -0
  729. package/lib/components/tabProduct/index.d.ts +1 -1
  730. package/lib/components/taxSelect/index.d.ts +1 -2
  731. package/lib/components/taxSelect/locales.d.ts +38 -0
  732. package/lib/components/ticketBooking/components/addServiceVariant/addService.d.ts +1 -2
  733. package/lib/components/ticketBooking/components/addServiceVariant/index.d.ts +1 -2
  734. package/lib/components/ticketBooking/components/menuBar/index.d.ts +1 -2
  735. package/lib/components/ticketBooking/components/ticketBooking/index.d.ts +1 -2
  736. package/lib/components/ticketBooking/components/timeBar/index.d.ts +1 -2
  737. package/lib/components/ticketBooking/index.d.ts +1 -2
  738. package/lib/components/ticketBooking/locales.d.ts +304 -0
  739. package/lib/components/ticketBooking/miniRedux.d.ts +1 -1
  740. package/lib/components/walletList/index.d.ts +1 -2
  741. package/lib/components/walletList/model.d.ts +1 -1
  742. package/lib/components/walletList/tempHolderSelector/index.d.ts +2 -2
  743. package/lib/components/workSpaceList/components/AppearanceEdit/constants.d.ts +8 -0
  744. package/lib/components/workSpaceList/components/Card/constants.d.ts +2 -0
  745. package/lib/components/workSpaceList/components/Modal/index.d.ts +1 -2
  746. package/lib/components/workSpaceList/components/SearchWorkspaceAndBase/index.d.ts +1 -2
  747. package/lib/hooks/useEngineContext.d.ts +11 -0
  748. package/lib/hooks/useLocale.d.ts +2 -0
  749. package/lib/hooks/usePaymentLogger.d.ts +2 -2
  750. package/lib/hooks/useThemeTokens.d.ts +7 -0
  751. package/lib/hooks/useWindowSize.d.ts +5 -0
  752. package/lib/plus/clientName/index.d.ts +2 -2
  753. package/lib/plus/clinetSearch/Add/BirthdayField/index.d.ts +1 -2
  754. package/lib/plus/clinetSearch/Add/GenderField/index.d.ts +1 -2
  755. package/lib/plus/clinetSearch/Add/PhoneField/index.d.ts +2 -2
  756. package/lib/plus/contactInfo/components/SwipeAction/index.d.ts +46 -0
  757. package/lib/plus/contactInfoModal/ContactInfoContent.d.ts +1 -2
  758. package/lib/plus/orderList/components/HandleActions.d.ts +1 -2
  759. package/lib/plus/orderList/components/QuickFilter.d.ts +1 -2
  760. package/lib/plus/orderList/components/Reset.d.ts +1 -2
  761. package/lib/plus/orderList/components/Toolbar.d.ts +1 -2
  762. package/lib/plus/orderList/config.d.ts +3 -4
  763. package/lib/plus/orderList/index.d.ts +1 -1
  764. package/lib/plus/orderList/locales.d.ts +618 -0
  765. package/lib/plus/pisellSalesGrid/locales.d.ts +9 -0
  766. package/lib/plus/pisellSalesGrid/types.d.ts +170 -0
  767. package/lib/plus/pisellSalesManagement/components/BookingFormsPreview.d.ts +1 -2
  768. package/lib/plus/pisellSalesManagement/components/BookingNotesPreview.d.ts +1 -1
  769. package/lib/plus/pisellSalesManagement/components/ResourceSelector.d.ts +1 -1
  770. package/lib/plus/pisellSalesManagement/config/booking.d.ts +7 -7
  771. package/lib/plus/pisellSalesManagement/hooks/perspectiveUtils.d.ts +15 -0
  772. package/lib/plus/pisellSalesManagement/index.d.ts +1 -1
  773. package/lib/plus/pisellSalesManagement/locales.d.ts +303 -0
  774. package/lib/plus/productSelect/ProductCard/index.d.ts +2 -2
  775. package/lib/plus/productSelect/ProductList/gridComponents.d.ts +6 -6
  776. package/lib/plus/productSelect/components/TabsStructure/TabsStructure.d.ts +30 -0
  777. package/lib/plus/productSelect/components/pisellPriceText/index.d.ts +1 -1
  778. package/lib/plus/productSelect/index.d.ts +1 -1
  779. package/lib/plus/saasAttendance/locales.d.ts +591 -0
  780. package/lib/plus/saasAttendance/settings/components/membersField/index.d.ts +1 -2
  781. package/lib/plus/saasAttendance/settings/types.d.ts +136 -0
  782. package/lib/plus/saasCreateOrganization/components/Header.d.ts +1 -2
  783. package/lib/plus/saasCreateOrganization/index.d.ts +1 -2
  784. package/lib/plus/saasRegister/components/EntryEmail.d.ts +1 -2
  785. package/lib/plus/saasRegister/components/EntryInfo.d.ts +1 -2
  786. package/lib/plus/saasRegister/components/GoLogin.d.ts +1 -2
  787. package/lib/plus/saasRegister/components/Header.d.ts +1 -2
  788. package/lib/plus/saasRegister/components/VerifyError.d.ts +1 -2
  789. package/lib/plus/saasRegister/components/VerifyingLink.d.ts +1 -2
  790. package/lib/plus/saasRegister/components/VertifyEmail.d.ts +1 -2
  791. package/lib/plus/saasTeamMembers/locales.d.ts +546 -0
  792. package/lib/plus/selectHolder/components/ErrorTip/index.d.ts +1 -2
  793. package/lib/plus/selectHolder/locales.d.ts +35 -0
  794. package/lib/plus/skuOptionsSelection/components/NormalCard/index.d.ts +2 -2
  795. package/lib/plus/skuOptionsSelection/components/NormalCard/index.js +15 -9
  796. package/lib/plus/skuOptionsSelection/components/OptionsCard/OptionItemCard.d.ts +1 -2
  797. package/lib/plus/skuOptionsSelection/components/OptionsCard/OptionItemCard.js +3 -3
  798. package/lib/plus/skuOptionsSelection/components/OptionsCard/index.d.ts +1 -2
  799. package/lib/plus/skuOptionsSelection/components/OptionsCard/index.less +20 -7
  800. package/lib/plus/skuOptionsSelection/components/OptionsModal/index.d.ts +1 -2
  801. package/lib/plus/skuOptionsSelection/components/OptionsModal/index.js +7 -7
  802. package/lib/plus/skuOptionsSelection/components/TitleExtra/index.d.ts +1 -2
  803. package/lib/plus/skuOptionsSelection/components/VariantCard/index.d.ts +1 -2
  804. package/lib/plus/skuOptionsSelection/hooks/index.d.ts +3 -0
  805. package/lib/plus/skuOptionsSelection/hooks/useLanguage.d.ts +2 -0
  806. package/lib/plus/skuOptionsSelection/hooks/useStore.d.ts +2 -0
  807. package/lib/plus/skuOptionsSelection/hooks/useSymbol.d.ts +2 -0
  808. package/lib/plus/skuOptionsSelection/index.js +2 -1
  809. package/lib/plus/skuOptionsSelection/locales.d.ts +58 -0
  810. package/lib/plus/skuOptionsSelection/locales.js +10 -5
  811. package/lib/plus/skuOptionsSelection/store/actions.d.ts +22 -0
  812. package/lib/plus/skuOptionsSelection/store/createStore.d.ts +15 -0
  813. package/lib/plus/skuOptionsSelection/store/index.d.ts +2 -0
  814. package/lib/plus/skuOptionsSelection/store/store.d.ts +4 -0
  815. package/lib/plus/skuOptionsSelection/types.d.ts +458 -0
  816. package/lib/plus/skuOptionsSelection/utils/calculateOption.d.ts +6 -0
  817. package/lib/plus/skuOptionsSelection/utils/checkSkuStatus.d.ts +37 -0
  818. package/lib/plus/skuOptionsSelection/utils/transformBundleGroup.js +1 -1
  819. package/lib/plus/skuOptionsSelection/utils/transformOptionGroup.d.ts +1 -0
  820. package/lib/plus/skuOptionsSelection/utils/transformOptionGroup.js +1 -1
  821. package/lib/plus/skuOptionsSelection/utils/transformValueToSelectorValue.js +39 -54
  822. package/lib/plus/skuOptionsSelection/utils/transformVariantGroup.d.ts +1 -0
  823. package/lib/plus/skuOptionsSelection/utils/transformVariantGroup.js +1 -1
  824. package/lib/plus/walletEditor/components/relationProduct/index.d.ts +1 -2
  825. package/lib/plus/walletPassGallery/components/passDetail/index.d.ts +1 -2
  826. package/lib/plus/walletPassGallery/components/passList/index.d.ts +1 -2
  827. package/lib/plus/walletPassGallery/components/timelineSection/index.d.ts +1 -2
  828. package/lib/plus/walletPassGallery/components/usageRule/index.d.ts +1 -1
  829. package/lib/plus/walletPassGallery/index.d.ts +1 -2
  830. package/lib/plus/walletPassGallery/locales.d.ts +483 -0
  831. package/lib/pro/Cards/components/SKUCard/index.js +4 -7
  832. package/lib/pro/Cards/components/SKUCard/index.less +18 -3
  833. package/lib/pro/Cards/components/SKUCard/locales.d.ts +12 -0
  834. package/lib/pro/Cards/components/SKUCard/types.d.ts +73 -0
  835. package/lib/pro/Login2.0/components/ForgotPasswordFlow.d.ts +2 -9
  836. package/lib/pro/Login2.0/components/LoginCodeInput.d.ts +2 -6
  837. package/lib/pro/Login2.0/components/PhoneInput.d.ts +1 -1
  838. package/lib/pro/Login2.0/locales.d.ts +908 -0
  839. package/lib/pro/Login2.0/shared/types.d.ts +234 -0
  840. package/lib/pro/Login2.0/steps/CodeInput.d.ts +2 -6
  841. package/lib/pro/Login2.0/steps/EmailAlreadyRegistered.d.ts +2 -6
  842. package/lib/pro/Login2.0/steps/EmailLinkAlreadyUsed.d.ts +2 -5
  843. package/lib/pro/Login2.0/steps/EmailLinkExpired.d.ts +2 -5
  844. package/lib/pro/Login2.0/steps/SetPassword.d.ts +2 -5
  845. package/lib/pro/Login2.0/steps/VerificationSuccess.d.ts +2 -5
  846. package/lib/pro/Login2.0/steps/VerifyingEmailLink.d.ts +2 -5
  847. package/lib/pro/Login2.0/steps/WaitEmailLink.d.ts +2 -5
  848. package/lib/pro/Selector/BatchSelectorDemo.d.ts +3 -0
  849. package/lib/pro/Selector/Item.d.ts +14 -0
  850. package/lib/pro/Selector/Selector.stories.d.ts +78 -0
  851. package/lib/pro/Selector/components/Card/index.d.ts +57 -0
  852. package/lib/pro/Selector/components/Card/types.d.ts +1 -0
  853. package/lib/pro/Selector/components/Indicator/index.d.ts +20 -0
  854. package/lib/pro/Selector/components/IntersectionObserver.d.ts +105 -0
  855. package/lib/pro/Selector/components/LayoutContainer/index.d.ts +18 -0
  856. package/lib/pro/Selector/components/Media/index.d.ts +6 -0
  857. package/lib/pro/Selector/components/Media/types.d.ts +47 -0
  858. package/lib/pro/Selector/components/index.d.ts +4 -0
  859. package/lib/pro/Selector/demo.d.ts +3 -0
  860. package/lib/pro/Selector/hooks/usePresetItemProps.d.ts +43 -0
  861. package/lib/pro/Selector/hooks/usePresetProps.d.ts +24 -0
  862. package/lib/pro/Selector/index.d.ts +11 -0
  863. package/lib/pro/Selector/locales.d.ts +58 -0
  864. package/lib/pro/Selector/types.d.ts +223 -0
  865. package/lib/pro/Selector/utils/index.d.ts +49 -0
  866. package/lib/pro/keyboards/locales.d.ts +38 -0
  867. package/lib/pro/keyboards/numberKeyboard/index.d.ts +1 -1
  868. package/lib/pro/keyboards/numberKeyboard/types.d.ts +63 -0
  869. package/lib/pro/numberKeyboard/index.d.ts +1 -1
  870. package/lib/pro/pisellNumberSelector/example.d.ts +3 -0
  871. package/lib/pro/pisellPaymentList/example.d.ts +10 -11
  872. package/lib/pro/pisellPhoneKeyboard/index.d.ts +1 -2
  873. package/lib/test/setup.d.ts +1 -0
  874. package/package.json +1 -1
@@ -0,0 +1,572 @@
1
+ declare const _default: {
2
+ en: {
3
+ 'page.eftpos-pay.text.loading': (mode: string) => string;
4
+ 'page.eftpos-pay.text.wait': (val: string, mode: string) => string;
5
+ 'page.eftpos-pay.text.surcharge': string;
6
+ 'page.eftpos-pay.text.card': string;
7
+ 'page.eftpos-pay.text.account': string;
8
+ 'page.eftpos-pay.text.pin': string;
9
+ 'page.eftpos-pay.text.receipt': string;
10
+ 'page.eftpos-pay.text.receipt.again.title': string;
11
+ 'page.eftpos-pay.text.receipt.again.text': string;
12
+ 'page.eftpos-pay.text.signature.title': string;
13
+ 'page.eftpos-pay.text.signature.text': (mode: string) => "Decline will cause payment failure, need to pay again." | "Decline will cause refund failure; a refund needs to be processed again.";
14
+ 'page.eftpos-pay.text.timedout.title': string;
15
+ 'page.eftpos-pay.text.timedout.text': (mode: string) => "Please manually mark the payment result based on the payment status displayed on the card reader, to ensure the accuracy of the transaction." | "Please manually verify the refund result based on the refund status displayed on the card reader to ensure the transaction's accuracy.";
16
+ 'page.eftpos-pay.text.request.title': (mode: string) => string;
17
+ 'page.eftpos-pay.text.request.text': (mode: string) => "Please manually mark the payment result based on the payment status displayed on the card reader, to ensure the accuracy of the transaction." | "Please manually verify the refund result based on the refund status displayed on the card reader to ensure the transaction's accuracy.";
18
+ 'page.eftpos-pay.text.request.unknown.title': (mode: string) => string;
19
+ 'page.eftpos-pay.text.request.unknown.text': (mode: string) => "Please manually mark the payment result based on the payment status displayed on the card reader, to ensure the accuracy of the transaction." | "Please manually mark the refund result based on the refund status displayed on the card reader, to ensure the accuracy of the transaction.";
20
+ 'page.eftpos-pay.text.interrupted': string;
21
+ 'page.eftpos-pay.text.reconnect': string;
22
+ 'page.eftpos-pay.text.waiting.pay': (mode: string) => "If you have confirmed the payment status from the EFTPOS, you can press Manual marking buttonto skip." | "If you have confirmed the refund status on the EFTPOS, you can press the Manual Marking button to skip.";
23
+ 'page.eftpos-pay.text.restored': string;
24
+ 'page.eftpos-pay.text.disconnected': string;
25
+ 'page.eftpos-pay.text.waiting.network': string;
26
+ 'page.eftpos-pay.text.waiting.wifi.title': string;
27
+ 'page.eftpos-pay.text.waiting.wifi.connection': string;
28
+ 'page.eftpos-pay.text.waiting.wifi.router': string;
29
+ 'page.eftpos-pay.text.waiting.wifi.forget.reconnect': string;
30
+ 'page.eftpos-pay.text.accept': string;
31
+ 'page.eftpos-pay.text.decline': string;
32
+ 'page.eftpos-pay.text.manual.marking': string;
33
+ 'page.eftpos-pay.text.manual.title': string;
34
+ 'page.eftpos-pay.text.manual.subtitle': (money: string) => string;
35
+ 'page.eftpos-pay.text.manual.confirm': string;
36
+ 'page.eftpos-pay.text.manual.btn.confirm': (money: string) => string;
37
+ 'page.eftpos-pay.text.manual.diff': string;
38
+ 'page.eftpos-pay.text.manual.tip': string;
39
+ 'page.eftpos-pay.text.manual.cancel': string;
40
+ 'page.eftpos-pay.text.manual.print_receipt': string;
41
+ 'page.eftpos-pay.text.modify.payment.info': (mode: string) => "Modify payment info" | "Modify refund information";
42
+ 'page.eftpos-pay.text.successful': (mode: string) => string;
43
+ 'page.eftpos-pay.text.failed': (mode: string) => string;
44
+ 'page.eftpos-pay.text.confirm': string;
45
+ 'page.eftpos-pay.text.confirm.decline': string;
46
+ 'page.eftpos-pay.text.back': string;
47
+ 'page.eftpos-pay.text.cancel': string;
48
+ 'page.eftpos-pay.text.waiting.processing': string;
49
+ 'page.eftpos-pay.text.waiting.signature': string;
50
+ 'page.eftpos-pay.text.waiting.decline': string;
51
+ 'page.eftpos-pay.text.processing': string;
52
+ 'page.eftpos-pay.text.transaction.processing': string;
53
+ 'page.eftpos-pay.text.retry': string;
54
+ 'page.eftpos-pay.text.sure': string;
55
+ 'page.eftpos-pay.text.device': string;
56
+ 'page.eftpos-pay.text.leave': string;
57
+ 'page.eftpos-pay.text.latest.success': string;
58
+ 'page.eftpos-pay.text.latest.amount': string;
59
+ 'page.eftpos-pay.text.latest.surcharge': string;
60
+ 'page.eftpos-pay.text.latest.time': string;
61
+ 'page.eftpos-pay.text.latest.confirm': string;
62
+ 'page.eftpos-pay.text.amount.to.pay': string;
63
+ 'page.eftpos-pay.text.surcharge.percentage': string;
64
+ 'page.eftpos-pay.text.surcharge.fixed': string;
65
+ 'page.eftpos-pay.text.surcharge.percentage-fixed': string;
66
+ 'page.eftpos-pay.text.surcharge.edit.title': string;
67
+ 'page.eftpos-pay.text.input.title': (name: string) => string;
68
+ 'page.eftpos-pay.text.amount.cash.left.pay.paid': (money: string) => string;
69
+ 'page.eftpos-pay.text.surcharge.edit.actual.pay': string;
70
+ 'page.eftpos-pay.text.surcharge.edit.inc.surcharge': string;
71
+ 'page.eftpos-pay.text.surcharge.edit.rate': string;
72
+ 'page.eftpos-pay.text.surcharge.edit.surcharge': string;
73
+ 'page.eftpos-pay.text.transaction.end': string;
74
+ 'page.eftpos-pay.text.transaction.user.declined.title': string;
75
+ 'page.eftpos-pay.text.transaction.user.declined.text': string;
76
+ 'page.eftpos-pay.text.transaction.user.config.title': string;
77
+ 'page.eftpos-pay.text.transaction.user.config.text': string;
78
+ 'page.eftpos-pay.text.transaction.back.declined.title': string;
79
+ 'page.eftpos-pay.text.transaction.back.declined.text': string;
80
+ 'page.eftpos-pay.text.transaction.fail': string;
81
+ 'page.eftpos-pay.text.transaction.fail.timeout': string;
82
+ 'page.eftpos-pay.text.transaction.pay.fail.timeout': string;
83
+ 'page.eftpos-pay.text.transaction.fail.terminal.title': string;
84
+ 'page.eftpos-pay.text.transaction.fail.terminal': string;
85
+ 'page.eftpos-pay.text.transaction.fail.cancel.title': string;
86
+ 'page.eftpos-pay.text.transaction.fail.cancel': string;
87
+ 'page.eftpos-pay.text.transaction.fail.socket': string;
88
+ 'page.eftpos-pay.text.transaction.eftpos.fail': string;
89
+ 'page.eftpos-pay.text.transaction.eftpos.fail.title': string;
90
+ 'page.eftpos-pay.text.transaction.eftpos.fail.power': string;
91
+ 'page.eftpos-pay.text.transaction.eftpos.fail.device': string;
92
+ 'page.eftpos-pay.text.transaction.eftpos.fail.network': string;
93
+ 'page.eftpos-pay.text.transaction.eftpos.fail.if': (mode: string) => "If you have confirmed the payment status of this order, please click on Manual marking." | "If you have confirmed the refund status of this order, please click on Manual Marking.";
94
+ 'page.eftpos-pay.text.transaction.eftpos.fail.other': string;
95
+ 'page.eftpos-pay.text.application': string;
96
+ 'page.eftpos-pay.text.approved': string;
97
+ 'page.eftpos-pay.text.device.no.title': string;
98
+ 'page.eftpos-pay.text.device.no.add': string;
99
+ 'page.eftpos-pay.text.device.no.web': string;
100
+ 'page.eftpos-pay.text.device.no.terminal': string;
101
+ 'page.eftpos-pay.text.waiting.decline.signature': string;
102
+ 'page.eftpos-pay.text.unknown.title': (mode: string) => string;
103
+ 'page.eftpos-pay.text.unknown.text': (mode: string) => string;
104
+ 'page.eftpos-pay.text.reconnecting': string;
105
+ 'page.eftpos-pay.text.reconnect.network': string;
106
+ 'page.eftpos-pay.text.network.disconnected': string;
107
+ 'page.eftpos-pay.text.not.connected': string;
108
+ 'page.eftpos-pay.text.tyro-btn': (key: string) => string;
109
+ 'page.eftpos-pay.text.tyro': (key: string) => string;
110
+ };
111
+ 'zh-CN': {
112
+ 'page.eftpos-pay.text.loading': (mode: string) => string;
113
+ 'page.eftpos-pay.text.wait': (val: string, mode: string) => string;
114
+ 'page.eftpos-pay.text.surcharge': string;
115
+ 'page.eftpos-pay.text.card': string;
116
+ 'page.eftpos-pay.text.account': string;
117
+ 'page.eftpos-pay.text.pin': string;
118
+ 'page.eftpos-pay.text.receipt': string;
119
+ 'page.eftpos-pay.text.receipt.again.title': string;
120
+ 'page.eftpos-pay.text.receipt.again.text': string;
121
+ 'page.eftpos-pay.text.signature.title': string;
122
+ 'page.eftpos-pay.text.signature.text': (mode: string) => "拒绝将导致支付失败,需重新支付。" | "拒绝将导致退款失败;需要重新退款";
123
+ 'page.eftpos-pay.text.timedout.title': string;
124
+ 'page.eftpos-pay.text.timedout.text': (mode: string) => "请您根据刷卡机上的支付状态,手动标记支付结果,以确保交易的准确性。" | "请根据显示在刷卡机上的退款状态,手动标记退款结果,以确保交易准确性。";
125
+ 'page.eftpos-pay.text.request.title': (mode: string) => string;
126
+ 'page.eftpos-pay.text.request.text': (mode: string) => "请您根据刷卡机上的支付状态,手动标记支付结果,以确保交易的准确性。" | "请根据显示在刷卡机上的退款状态,手动标记退款结果,以确保交易准确性。";
127
+ 'page.eftpos-pay.text.request.unknown.title': (mode: string) => string;
128
+ 'page.eftpos-pay.text.request.unknown.text': (mode: string) => "请您根据刷卡机上的支付状态,手动标记支付结果,以确保交易的准确性。" | "请您根据刷卡机上的退款状态,手动标记退款结果,以确保交易的准确性。";
129
+ 'page.eftpos-pay.text.interrupted': string;
130
+ 'page.eftpos-pay.text.reconnect': string;
131
+ 'page.eftpos-pay.text.waiting.pay': (mode: string) => "如果您已经从EFTPOS确认了付款状态,您可以按手动标记按钮跳过。" | "如果您已确认了EFTPOS上的退款状态,您可以按下手动标记按钮跳过。";
132
+ 'page.eftpos-pay.text.restored': string;
133
+ 'page.eftpos-pay.text.disconnected': string;
134
+ 'page.eftpos-pay.text.waiting.network': string;
135
+ 'page.eftpos-pay.text.waiting.wifi.title': string;
136
+ 'page.eftpos-pay.text.waiting.wifi.connection': string;
137
+ 'page.eftpos-pay.text.waiting.wifi.router': string;
138
+ 'page.eftpos-pay.text.waiting.wifi.forget.reconnect': string;
139
+ 'page.eftpos-pay.text.accept': string;
140
+ 'page.eftpos-pay.text.decline': string;
141
+ 'page.eftpos-pay.text.manual.marking': string;
142
+ 'page.eftpos-pay.text.manual.title': string;
143
+ 'page.eftpos-pay.text.manual.subtitle': (money: string) => string;
144
+ 'page.eftpos-pay.text.manual.confirm': string;
145
+ 'page.eftpos-pay.text.manual.btn.confirm': (money: string) => string;
146
+ 'page.eftpos-pay.text.manual.diff': string;
147
+ 'page.eftpos-pay.text.manual.tip': string;
148
+ 'page.eftpos-pay.text.manual.cancel': string;
149
+ 'page.eftpos-pay.text.manual.print_receipt': string;
150
+ 'page.eftpos-pay.text.modify.payment.info': (mode: string) => "修改支付信息" | "修改退款信息";
151
+ 'page.eftpos-pay.text.successful': (mode: string) => string;
152
+ 'page.eftpos-pay.text.failed': (mode: string) => string;
153
+ 'page.eftpos-pay.text.confirm': string;
154
+ 'page.eftpos-pay.text.confirm.decline': string;
155
+ 'page.eftpos-pay.text.back': string;
156
+ 'page.eftpos-pay.text.cancel': string;
157
+ 'page.eftpos-pay.text.waiting.processing': string;
158
+ 'page.eftpos-pay.text.waiting.signature': string;
159
+ 'page.eftpos-pay.text.waiting.decline': string;
160
+ 'page.eftpos-pay.text.processing': string;
161
+ 'page.eftpos-pay.text.transaction.processing': string;
162
+ 'page.eftpos-pay.text.retry': string;
163
+ 'page.eftpos-pay.text.sure': string;
164
+ 'page.eftpos-pay.text.device': string;
165
+ 'page.eftpos-pay.text.leave': string;
166
+ 'page.eftpos-pay.text.latest.success': string;
167
+ 'page.eftpos-pay.text.latest.amount': string;
168
+ 'page.eftpos-pay.text.latest.surcharge': string;
169
+ 'page.eftpos-pay.text.latest.time': string;
170
+ 'page.eftpos-pay.text.latest.confirm': string;
171
+ 'page.eftpos-pay.text.amount.to.pay': string;
172
+ 'page.eftpos-pay.text.surcharge.percentage': string;
173
+ 'page.eftpos-pay.text.surcharge.fixed': string;
174
+ 'page.eftpos-pay.text.surcharge.percentage-fixed': string;
175
+ 'page.eftpos-pay.text.surcharge.edit.title': string;
176
+ 'page.eftpos-pay.text.input.title': (name: string) => string;
177
+ 'page.eftpos-pay.text.amount.cash.left.pay.paid': (money: string) => string;
178
+ 'page.eftpos-pay.text.surcharge.edit.actual.pay': string;
179
+ 'page.eftpos-pay.text.surcharge.edit.inc.surcharge': string;
180
+ 'page.eftpos-pay.text.surcharge.edit.rate': string;
181
+ 'page.eftpos-pay.text.surcharge.edit.surcharge': string;
182
+ 'page.eftpos-pay.text.transaction.end': string;
183
+ 'page.eftpos-pay.text.transaction.user.declined.title': string;
184
+ 'page.eftpos-pay.text.transaction.user.declined.text': string;
185
+ 'page.eftpos-pay.text.transaction.user.config.title': string;
186
+ 'page.eftpos-pay.text.transaction.user.config.text': string;
187
+ 'page.eftpos-pay.text.transaction.back.declined.title': string;
188
+ 'page.eftpos-pay.text.transaction.back.declined.text': string;
189
+ 'page.eftpos-pay.text.transaction.fail': string;
190
+ 'page.eftpos-pay.text.transaction.fail.timeout': string;
191
+ 'page.eftpos-pay.text.transaction.pay.fail.timeout': string;
192
+ 'page.eftpos-pay.text.transaction.fail.terminal.title': string;
193
+ 'page.eftpos-pay.text.transaction.fail.terminal': string;
194
+ 'page.eftpos-pay.text.transaction.fail.cancel.title': string;
195
+ 'page.eftpos-pay.text.transaction.fail.cancel': string;
196
+ 'page.eftpos-pay.text.transaction.fail.socket': string;
197
+ 'page.eftpos-pay.text.transaction.eftpos.fail': string;
198
+ 'page.eftpos-pay.text.transaction.eftpos.fail.title': string;
199
+ 'page.eftpos-pay.text.transaction.eftpos.fail.power': string;
200
+ 'page.eftpos-pay.text.transaction.eftpos.fail.device': string;
201
+ 'page.eftpos-pay.text.transaction.eftpos.fail.network': string;
202
+ 'page.eftpos-pay.text.transaction.eftpos.fail.if': (mode: string) => "如果您已确认此交易的付款状态,请点击手动标记" | "如果您已确认此订单的退款状态,请点击手动标记。";
203
+ 'page.eftpos-pay.text.transaction.eftpos.fail.other': string;
204
+ 'page.eftpos-pay.text.application': string;
205
+ 'page.eftpos-pay.text.approved': string;
206
+ 'page.eftpos-pay.text.device.no.title': string;
207
+ 'page.eftpos-pay.text.device.no.add': string;
208
+ 'page.eftpos-pay.text.device.no.web': string;
209
+ 'page.eftpos-pay.text.device.no.terminal': string;
210
+ 'page.eftpos-pay.text.waiting.decline.signature': string;
211
+ 'page.eftpos-pay.text.unknown.title': (mode: string) => string;
212
+ 'page.eftpos-pay.text.unknown.text': (mode: string) => string;
213
+ 'page.eftpos-pay.text.reconnecting': string;
214
+ 'page.eftpos-pay.text.reconnect.network': string;
215
+ 'page.eftpos-pay.text.network.disconnected': string;
216
+ 'page.eftpos-pay.text.not.connected': string;
217
+ 'page.eftpos-pay.text.tyro-btn': (key: string) => string;
218
+ 'page.eftpos-pay.text.tyro': (key: string) => string | string[];
219
+ };
220
+ 'zh-HK': {
221
+ 'page.eftpos-pay.text.loading': (mode: string) => string;
222
+ 'page.eftpos-pay.text.wait': (val: string, mode: string) => string;
223
+ 'page.eftpos-pay.text.surcharge': string;
224
+ 'page.eftpos-pay.text.card': string;
225
+ 'page.eftpos-pay.text.account': string;
226
+ 'page.eftpos-pay.text.pin': string;
227
+ 'page.eftpos-pay.text.receipt': string;
228
+ 'page.eftpos-pay.text.receipt.again.title': string;
229
+ 'page.eftpos-pay.text.receipt.again.text': string;
230
+ 'page.eftpos-pay.text.signature.title': string;
231
+ 'page.eftpos-pay.text.signature.text': (mode: string) => "拒絕將導致支付失敗,需重新支付。" | "拒絕將導致退款失敗;需要重新退款";
232
+ 'page.eftpos-pay.text.timedout.title': string;
233
+ 'page.eftpos-pay.text.timedout.text': (mode: string) => "請您根據刷卡機上的支付狀態,手動標記支付結果,以確保交易的準確性。" | "請根據顯示在刷卡機上的退款狀態,手動標記退款結果,以確保交易準確性。";
234
+ 'page.eftpos-pay.text.request.title': (mode: string) => string;
235
+ 'page.eftpos-pay.text.request.text': (mode: string) => "請您根據刷卡機上的支付狀態,手動標記支付結果,以確保交易的準確性。" | "請根據顯示在刷卡機上的退款狀態,手動標記退款結果,以確保交易準確性。";
236
+ 'page.eftpos-pay.text.request.unknown.title': (mode: string) => string;
237
+ 'page.eftpos-pay.text.request.unknown.text': (mode: string) => "請您根據刷卡機上的支付狀態,手動標記支付結果,以確保交易的準確性。" | "請您根據刷卡機上的退款狀態,手動標記退款結果,以確保交易的準確性。";
238
+ 'page.eftpos-pay.text.interrupted': string;
239
+ 'page.eftpos-pay.text.reconnect': string;
240
+ 'page.eftpos-pay.text.waiting.pay': (mode: string) => "如果您已經從EFTPOS確認了付款狀態,您可以按手動標記按鈕跳過。" | "如果您已確認了EFTPOS上的退款狀態,您可以按下手動標記按鈕跳過。";
241
+ 'page.eftpos-pay.text.restored': string;
242
+ 'page.eftpos-pay.text.disconnected': string;
243
+ 'page.eftpos-pay.text.waiting.network': string;
244
+ 'page.eftpos-pay.text.waiting.wifi.title': string;
245
+ 'page.eftpos-pay.text.waiting.wifi.connection': string;
246
+ 'page.eftpos-pay.text.waiting.wifi.router': string;
247
+ 'page.eftpos-pay.text.waiting.wifi.forget.reconnect': string;
248
+ 'page.eftpos-pay.text.accept': string;
249
+ 'page.eftpos-pay.text.decline': string;
250
+ 'page.eftpos-pay.text.manual.marking': string;
251
+ 'page.eftpos-pay.text.manual.title': string;
252
+ 'page.eftpos-pay.text.manual.subtitle': (money: string) => string;
253
+ 'page.eftpos-pay.text.manual.confirm': string;
254
+ 'page.eftpos-pay.text.manual.btn.confirm': (money: string) => string;
255
+ 'page.eftpos-pay.text.manual.diff': string;
256
+ 'page.eftpos-pay.text.manual.tip': string;
257
+ 'page.eftpos-pay.text.manual.cancel': string;
258
+ 'page.eftpos-pay.text.manual.print_receipt': string;
259
+ 'page.eftpos-pay.text.modify.payment.info': (mode: string) => "修改支付信息" | "修改退款信息";
260
+ 'page.eftpos-pay.text.successful': (mode: string) => string;
261
+ 'page.eftpos-pay.text.failed': (mode: string) => string;
262
+ 'page.eftpos-pay.text.confirm': string;
263
+ 'page.eftpos-pay.text.confirm.decline': string;
264
+ 'page.eftpos-pay.text.back': string;
265
+ 'page.eftpos-pay.text.cancel': string;
266
+ 'page.eftpos-pay.text.waiting.processing': string;
267
+ 'page.eftpos-pay.text.waiting.signature': string;
268
+ 'page.eftpos-pay.text.waiting.decline': string;
269
+ 'page.eftpos-pay.text.processing': string;
270
+ 'page.eftpos-pay.text.transaction.processing': string;
271
+ 'page.eftpos-pay.text.retry': string;
272
+ 'page.eftpos-pay.text.sure': string;
273
+ 'page.eftpos-pay.text.device': string;
274
+ 'page.eftpos-pay.text.leave': string;
275
+ 'page.eftpos-pay.text.latest.success': string;
276
+ 'page.eftpos-pay.text.latest.amount': string;
277
+ 'page.eftpos-pay.text.latest.surcharge': string;
278
+ 'page.eftpos-pay.text.latest.time': string;
279
+ 'page.eftpos-pay.text.latest.confirm': string;
280
+ 'page.eftpos-pay.text.amount.to.pay': string;
281
+ 'page.eftpos-pay.text.surcharge.percentage': string;
282
+ 'page.eftpos-pay.text.surcharge.fixed': string;
283
+ 'page.eftpos-pay.text.surcharge.percentage-fixed': string;
284
+ 'page.eftpos-pay.text.surcharge.edit.title': string;
285
+ 'page.eftpos-pay.text.input.title': (name: string) => string;
286
+ 'page.eftpos-pay.text.amount.cash.left.pay.paid': (money: string) => string;
287
+ 'page.eftpos-pay.text.surcharge.edit.actual.pay': string;
288
+ 'page.eftpos-pay.text.surcharge.edit.inc.surcharge': string;
289
+ 'page.eftpos-pay.text.surcharge.edit.rate': string;
290
+ 'page.eftpos-pay.text.surcharge.edit.surcharge': string;
291
+ 'page.eftpos-pay.text.transaction.end': string;
292
+ 'page.eftpos-pay.text.transaction.user.declined.title': string;
293
+ 'page.eftpos-pay.text.transaction.user.declined.text': string;
294
+ 'page.eftpos-pay.text.transaction.user.config.title': string;
295
+ 'page.eftpos-pay.text.transaction.user.config.text': string;
296
+ 'page.eftpos-pay.text.transaction.back.declined.title': string;
297
+ 'page.eftpos-pay.text.transaction.back.declined.text': string;
298
+ 'page.eftpos-pay.text.transaction.fail': string;
299
+ 'page.eftpos-pay.text.transaction.fail.timeout': string;
300
+ 'page.eftpos-pay.text.transaction.pay.fail.timeout': string;
301
+ 'page.eftpos-pay.text.transaction.fail.terminal.title': string;
302
+ 'page.eftpos-pay.text.transaction.fail.terminal': string;
303
+ 'page.eftpos-pay.text.transaction.fail.cancel.title': string;
304
+ 'page.eftpos-pay.text.transaction.fail.cancel': string;
305
+ 'page.eftpos-pay.text.transaction.fail.socket': string;
306
+ 'page.eftpos-pay.text.transaction.eftpos.fail': string;
307
+ 'page.eftpos-pay.text.transaction.eftpos.fail.title': string;
308
+ 'page.eftpos-pay.text.transaction.eftpos.fail.power': string;
309
+ 'page.eftpos-pay.text.transaction.eftpos.fail.device': string;
310
+ 'page.eftpos-pay.text.transaction.eftpos.fail.network': string;
311
+ 'page.eftpos-pay.text.transaction.eftpos.fail.if': (mode: string) => "如果您已確認此交易的付款狀態,請點擊手動標記" | "如果您已確認此訂單的退款狀態,請點擊手動標記。";
312
+ 'page.eftpos-pay.text.transaction.eftpos.fail.other': string;
313
+ 'page.eftpos-pay.text.application': string;
314
+ 'page.eftpos-pay.text.approved': string;
315
+ 'page.eftpos-pay.text.device.no.title': string;
316
+ 'page.eftpos-pay.text.device.no.add': string;
317
+ 'page.eftpos-pay.text.device.no.web': string;
318
+ 'page.eftpos-pay.text.device.no.terminal': string;
319
+ 'page.eftpos-pay.text.waiting.decline.signature': string;
320
+ 'page.eftpos-pay.text.unknown.title': (mode: string) => string;
321
+ 'page.eftpos-pay.text.unknown.text': (mode: string) => string;
322
+ 'page.eftpos-pay.text.reconnecting': string;
323
+ 'page.eftpos-pay.text.reconnect.network': string;
324
+ 'page.eftpos-pay.text.network.disconnected': string;
325
+ 'page.eftpos-pay.text.not.connected': string;
326
+ 'page.eftpos-pay.text.tyro-btn': (key: string) => string;
327
+ 'page.eftpos-pay.text.tyro': (key: string) => string | string[];
328
+ };
329
+ ja: {
330
+ 'page.eftpos-pay.text.loading': (mode: string) => string;
331
+ 'page.eftpos-pay.text.wait': (val: string, mode: string) => string;
332
+ 'page.eftpos-pay.text.surcharge': string;
333
+ 'page.eftpos-pay.text.card': string;
334
+ 'page.eftpos-pay.text.account': string;
335
+ 'page.eftpos-pay.text.pin': string;
336
+ 'page.eftpos-pay.text.receipt': string;
337
+ 'page.eftpos-pay.text.receipt.again.title': string;
338
+ 'page.eftpos-pay.text.receipt.again.text': string;
339
+ 'page.eftpos-pay.text.signature.title': string;
340
+ 'page.eftpos-pay.text.signature.text': (mode: string) => "拒否すると支払いが失敗し、再度支払う必要があります。" | "拒否すると返金が失敗し、返金を再度処理する必要があります。";
341
+ 'page.eftpos-pay.text.timedout.title': string;
342
+ 'page.eftpos-pay.text.timedout.text': (mode: string) => "カードリーダーに表示されている支払いステータスに基づいて、手動で支払い結果をマークしてください。取引の正確性を確保するためです。" | "カードリーダーに表示されている返金ステータスに基づいて、手動で返金結果を確認してください。取引の正確性を確保するためです。";
343
+ 'page.eftpos-pay.text.request.title': (mode: string) => string;
344
+ 'page.eftpos-pay.text.request.text': (mode: string) => "カードリーダーに表示されている支払いステータスに基づいて、手動で支払い結果をマークしてください。取引の正確性を確保するためです。" | "カードリーダーに表示されている返金ステータスに基づいて、手動で返金結果を確認してください。取引の正確性を確保するためです。";
345
+ 'page.eftpos-pay.text.request.unknown.title': (mode: string) => string;
346
+ 'page.eftpos-pay.text.request.unknown.text': (mode: string) => "カードリーダーに表示されている支払いステータスに基づいて、手動で支払い結果をマークしてください。取引の正確性を確保するためです。" | "カードリーダーに表示されている返金ステータスに基づいて、手動で返金結果をマークしてください。取引の正確性を確保するためです。";
347
+ 'page.eftpos-pay.text.interrupted': string;
348
+ 'page.eftpos-pay.text.reconnect': string;
349
+ 'page.eftpos-pay.text.waiting.pay': (mode: string) => "EFTPOSで支払いステータスを確認した場合は、手動マークボタンを押してスキップできます。" | "EFTPOSで返金ステータスを確認した場合は、手動マークボタンを押してスキップできます。";
350
+ 'page.eftpos-pay.text.restored': string;
351
+ 'page.eftpos-pay.text.disconnected': string;
352
+ 'page.eftpos-pay.text.waiting.network': string;
353
+ 'page.eftpos-pay.text.waiting.wifi.title': string;
354
+ 'page.eftpos-pay.text.waiting.wifi.connection': string;
355
+ 'page.eftpos-pay.text.waiting.wifi.router': string;
356
+ 'page.eftpos-pay.text.waiting.wifi.forget.reconnect': string;
357
+ 'page.eftpos-pay.text.accept': string;
358
+ 'page.eftpos-pay.text.decline': string;
359
+ 'page.eftpos-pay.text.manual.marking': string;
360
+ 'page.eftpos-pay.text.manual.title': string;
361
+ 'page.eftpos-pay.text.manual.subtitle': (money: string) => string;
362
+ 'page.eftpos-pay.text.manual.confirm': string;
363
+ 'page.eftpos-pay.text.manual.btn.confirm': (money: string) => string;
364
+ 'page.eftpos-pay.text.manual.diff': string;
365
+ 'page.eftpos-pay.text.manual.tip': string;
366
+ 'page.eftpos-pay.text.manual.cancel': string;
367
+ 'page.eftpos-pay.text.manual.print_receipt': string;
368
+ 'page.eftpos-pay.text.modify.payment.info': (mode: string) => "支払い情報を変更" | "返金情報を変更";
369
+ 'page.eftpos-pay.text.successful': (mode: string) => string;
370
+ 'page.eftpos-pay.text.failed': (mode: string) => string;
371
+ 'page.eftpos-pay.text.confirm': string;
372
+ 'page.eftpos-pay.text.confirm.decline': string;
373
+ 'page.eftpos-pay.text.back': string;
374
+ 'page.eftpos-pay.text.cancel': string;
375
+ 'page.eftpos-pay.text.waiting.processing': string;
376
+ 'page.eftpos-pay.text.waiting.signature': string;
377
+ 'page.eftpos-pay.text.waiting.decline': string;
378
+ 'page.eftpos-pay.text.processing': string;
379
+ 'page.eftpos-pay.text.transaction.processing': string;
380
+ 'page.eftpos-pay.text.retry': string;
381
+ 'page.eftpos-pay.text.sure': string;
382
+ 'page.eftpos-pay.text.device': string;
383
+ 'page.eftpos-pay.text.leave': string;
384
+ 'page.eftpos-pay.text.latest.success': string;
385
+ 'page.eftpos-pay.text.latest.amount': string;
386
+ 'page.eftpos-pay.text.latest.surcharge': string;
387
+ 'page.eftpos-pay.text.latest.time': string;
388
+ 'page.eftpos-pay.text.latest.confirm': string;
389
+ 'page.eftpos-pay.text.amount.to.pay': string;
390
+ 'page.eftpos-pay.text.surcharge.percentage': string;
391
+ 'page.eftpos-pay.text.surcharge.fixed': string;
392
+ 'page.eftpos-pay.text.surcharge.percentage-fixed': string;
393
+ 'page.eftpos-pay.text.surcharge.edit.title': string;
394
+ 'page.eftpos-pay.text.input.title': (name: string) => string;
395
+ 'page.eftpos-pay.text.amount.cash.left.pay.paid': (money: string) => string;
396
+ 'page.eftpos-pay.text.surcharge.edit.actual.pay': string;
397
+ 'page.eftpos-pay.text.surcharge.edit.inc.surcharge': string;
398
+ 'page.eftpos-pay.text.surcharge.edit.rate': string;
399
+ 'page.eftpos-pay.text.surcharge.edit.surcharge': string;
400
+ 'page.eftpos-pay.text.transaction.end': string;
401
+ 'page.eftpos-pay.text.transaction.user.declined.title': string;
402
+ 'page.eftpos-pay.text.transaction.user.declined.text': string;
403
+ 'page.eftpos-pay.text.transaction.user.config.title': string;
404
+ 'page.eftpos-pay.text.transaction.user.config.text': string;
405
+ 'page.eftpos-pay.text.transaction.back.declined.title': string;
406
+ 'page.eftpos-pay.text.transaction.back.declined.text': string;
407
+ 'page.eftpos-pay.text.transaction.fail': string;
408
+ 'page.eftpos-pay.text.transaction.fail.timeout': string;
409
+ 'page.eftpos-pay.text.transaction.pay.fail.timeout': string;
410
+ 'page.eftpos-pay.text.transaction.fail.terminal.title': string;
411
+ 'page.eftpos-pay.text.transaction.fail.terminal': string;
412
+ 'page.eftpos-pay.text.transaction.fail.cancel.title': string;
413
+ 'page.eftpos-pay.text.transaction.fail.cancel': string;
414
+ 'page.eftpos-pay.text.transaction.fail.socket': string;
415
+ 'page.eftpos-pay.text.transaction.eftpos.fail': string;
416
+ 'page.eftpos-pay.text.transaction.eftpos.fail.title': string;
417
+ 'page.eftpos-pay.text.transaction.eftpos.fail.power': string;
418
+ 'page.eftpos-pay.text.transaction.eftpos.fail.device': string;
419
+ 'page.eftpos-pay.text.transaction.eftpos.fail.network': string;
420
+ 'page.eftpos-pay.text.transaction.eftpos.fail.if': (mode: string) => "この注文の支払いステータスを確認した場合は、手動マークをクリックしてください。" | "この注文の返金ステータスを確認した場合は、手動マークをクリックしてください。";
421
+ 'page.eftpos-pay.text.transaction.eftpos.fail.other': string;
422
+ 'page.eftpos-pay.text.application': string;
423
+ 'page.eftpos-pay.text.approved': string;
424
+ 'page.eftpos-pay.text.device.no.title': string;
425
+ 'page.eftpos-pay.text.device.no.add': string;
426
+ 'page.eftpos-pay.text.device.no.web': string;
427
+ 'page.eftpos-pay.text.device.no.terminal': string;
428
+ 'page.eftpos-pay.text.waiting.decline.signature': string;
429
+ 'page.eftpos-pay.text.unknown.title': (mode: string) => string;
430
+ 'page.eftpos-pay.text.unknown.text': (mode: string) => string;
431
+ 'page.eftpos-pay.text.reconnecting': string;
432
+ 'page.eftpos-pay.text.reconnect.network': string;
433
+ 'page.eftpos-pay.text.network.disconnected': string;
434
+ 'page.eftpos-pay.text.not.connected': string;
435
+ 'page.eftpos-pay.text.tyro-btn': (key: string) => string;
436
+ 'page.eftpos-pay.text.tyro': (key: string) => string;
437
+ 'page.eftpos-pay.text.huifu.scan.title': string;
438
+ 'page.eftpos-pay.text.huifu.scan.gun.connected': string;
439
+ 'page.eftpos-pay.text.huifu.scan.gun.connected-desc': string;
440
+ 'page.eftpos-pay.text.huifu.scan.gun.not-connected': string;
441
+ 'page.eftpos-pay.text.huifu.scan.gun.not-connected-desc': string;
442
+ 'page.eftpos-pay.text.huifu.scan.camera-title': string;
443
+ 'page.eftpos-pay.text.huifu.scan.camera-desc': string;
444
+ 'page.eftpos-pay.text.huifu.scan.input-title': string;
445
+ 'page.eftpos-pay.text.huifu.scan.input-placeholder': string;
446
+ 'page.eftpos-pay.text.huifu.scan.input-tip': string;
447
+ 'page.eftpos-pay.text.huifu.scan.cancel': string;
448
+ 'page.eftpos-pay.text.huifu.scan.confirm': string;
449
+ };
450
+ pt: {
451
+ 'page.eftpos-pay.text.loading': (mode: string) => string;
452
+ 'page.eftpos-pay.text.wait': (val: string, mode: string) => string;
453
+ 'page.eftpos-pay.text.surcharge': string;
454
+ 'page.eftpos-pay.text.card': string;
455
+ 'page.eftpos-pay.text.account': string;
456
+ 'page.eftpos-pay.text.pin': string;
457
+ 'page.eftpos-pay.text.receipt': string;
458
+ 'page.eftpos-pay.text.receipt.again.title': string;
459
+ 'page.eftpos-pay.text.receipt.again.text': string;
460
+ 'page.eftpos-pay.text.signature.title': string;
461
+ 'page.eftpos-pay.text.signature.text': (mode: string) => "Recusar causará falha no pagamento, é necessário pagar novamente." | "Recusar causará falha no reembolso; um reembolso precisa ser processado novamente.";
462
+ 'page.eftpos-pay.text.timedout.title': string;
463
+ 'page.eftpos-pay.text.timedout.text': (mode: string) => "Por favor, marque manualmente o resultado do pagamento com base no status do pagamento exibido no leitor de cartão, para garantir a precisão da transação." | "Por favor, verifique manualmente o resultado do reembolso com base no status do reembolso exibido no leitor de cartão para garantir a precisão da transação.";
464
+ 'page.eftpos-pay.text.request.title': (mode: string) => string;
465
+ 'page.eftpos-pay.text.request.text': (mode: string) => "Por favor, marque manualmente o resultado do pagamento com base no status do pagamento exibido no leitor de cartão, para garantir a precisão da transação." | "Por favor, verifique manualmente o resultado do reembolso com base no status do reembolso exibido no leitor de cartão para garantir a precisão da transação.";
466
+ 'page.eftpos-pay.text.request.unknown.title': (mode: string) => string;
467
+ 'page.eftpos-pay.text.request.unknown.text': (mode: string) => "Por favor, marque manualmente o resultado do pagamento com base no status do pagamento exibido no leitor de cartão, para garantir a precisão da transação." | "Por favor, marque manualmente o resultado do reembolso com base no status do reembolso exibido no leitor de cartão, para garantir a precisão da transação.";
468
+ 'page.eftpos-pay.text.interrupted': string;
469
+ 'page.eftpos-pay.text.reconnect': string;
470
+ 'page.eftpos-pay.text.waiting.pay': (mode: string) => "Se você já confirmou o status do pagamento no EFTPOS, pode pressionar o botão Marcação manual para pular." | "Se você já confirmou o status do reembolso no EFTPOS, pode pressionar o botão Marcação Manual para pular.";
471
+ 'page.eftpos-pay.text.restored': string;
472
+ 'page.eftpos-pay.text.disconnected': string;
473
+ 'page.eftpos-pay.text.waiting.network': string;
474
+ 'page.eftpos-pay.text.waiting.wifi.title': string;
475
+ 'page.eftpos-pay.text.waiting.wifi.connection': string;
476
+ 'page.eftpos-pay.text.waiting.wifi.router': string;
477
+ 'page.eftpos-pay.text.waiting.wifi.forget.reconnect': string;
478
+ 'page.eftpos-pay.text.accept': string;
479
+ 'page.eftpos-pay.text.decline': string;
480
+ 'page.eftpos-pay.text.manual.marking': string;
481
+ 'page.eftpos-pay.text.manual.title': string;
482
+ 'page.eftpos-pay.text.manual.subtitle': (money: string) => string;
483
+ 'page.eftpos-pay.text.manual.confirm': string;
484
+ 'page.eftpos-pay.text.manual.btn.confirm': (money: string) => string;
485
+ 'page.eftpos-pay.text.manual.diff': string;
486
+ 'page.eftpos-pay.text.manual.tip': string;
487
+ 'page.eftpos-pay.text.manual.cancel': string;
488
+ 'page.eftpos-pay.text.manual.print_receipt': string;
489
+ 'page.eftpos-pay.text.modify.payment.info': (mode: string) => "Modificar informações de pagamento" | "Modificar informações de reembolso";
490
+ 'page.eftpos-pay.text.successful': (mode: string) => string;
491
+ 'page.eftpos-pay.text.failed': (mode: string) => string;
492
+ 'page.eftpos-pay.text.confirm': string;
493
+ 'page.eftpos-pay.text.confirm.decline': string;
494
+ 'page.eftpos-pay.text.back': string;
495
+ 'page.eftpos-pay.text.cancel': string;
496
+ 'page.eftpos-pay.text.waiting.processing': string;
497
+ 'page.eftpos-pay.text.waiting.signature': string;
498
+ 'page.eftpos-pay.text.waiting.decline': string;
499
+ 'page.eftpos-pay.text.processing': string;
500
+ 'page.eftpos-pay.text.transaction.processing': string;
501
+ 'page.eftpos-pay.text.retry': string;
502
+ 'page.eftpos-pay.text.sure': string;
503
+ 'page.eftpos-pay.text.device': string;
504
+ 'page.eftpos-pay.text.leave': string;
505
+ 'page.eftpos-pay.text.latest.success': string;
506
+ 'page.eftpos-pay.text.latest.amount': string;
507
+ 'page.eftpos-pay.text.latest.surcharge': string;
508
+ 'page.eftpos-pay.text.latest.time': string;
509
+ 'page.eftpos-pay.text.latest.confirm': string;
510
+ 'page.eftpos-pay.text.amount.to.pay': string;
511
+ 'page.eftpos-pay.text.surcharge.percentage': string;
512
+ 'page.eftpos-pay.text.surcharge.fixed': string;
513
+ 'page.eftpos-pay.text.surcharge.percentage-fixed': string;
514
+ 'page.eftpos-pay.text.surcharge.edit.title': string;
515
+ 'page.eftpos-pay.text.input.title': (name: string) => string;
516
+ 'page.eftpos-pay.text.amount.cash.left.pay.paid': (money: string) => string;
517
+ 'page.eftpos-pay.text.surcharge.edit.actual.pay': string;
518
+ 'page.eftpos-pay.text.surcharge.edit.inc.surcharge': string;
519
+ 'page.eftpos-pay.text.surcharge.edit.rate': string;
520
+ 'page.eftpos-pay.text.surcharge.edit.surcharge': string;
521
+ 'page.eftpos-pay.text.transaction.end': string;
522
+ 'page.eftpos-pay.text.transaction.user.declined.title': string;
523
+ 'page.eftpos-pay.text.transaction.user.declined.text': string;
524
+ 'page.eftpos-pay.text.transaction.user.config.title': string;
525
+ 'page.eftpos-pay.text.transaction.user.config.text': string;
526
+ 'page.eftpos-pay.text.transaction.back.declined.title': string;
527
+ 'page.eftpos-pay.text.transaction.back.declined.text': string;
528
+ 'page.eftpos-pay.text.transaction.fail': string;
529
+ 'page.eftpos-pay.text.transaction.fail.timeout': string;
530
+ 'page.eftpos-pay.text.transaction.pay.fail.timeout': string;
531
+ 'page.eftpos-pay.text.transaction.fail.terminal.title': string;
532
+ 'page.eftpos-pay.text.transaction.fail.terminal': string;
533
+ 'page.eftpos-pay.text.transaction.fail.cancel.title': string;
534
+ 'page.eftpos-pay.text.transaction.fail.cancel': string;
535
+ 'page.eftpos-pay.text.transaction.fail.socket': string;
536
+ 'page.eftpos-pay.text.transaction.eftpos.fail': string;
537
+ 'page.eftpos-pay.text.transaction.eftpos.fail.title': string;
538
+ 'page.eftpos-pay.text.transaction.eftpos.fail.power': string;
539
+ 'page.eftpos-pay.text.transaction.eftpos.fail.device': string;
540
+ 'page.eftpos-pay.text.transaction.eftpos.fail.network': string;
541
+ 'page.eftpos-pay.text.transaction.eftpos.fail.if': (mode: string) => "Se você já confirmou o status do pagamento deste pedido, por favor clique em Marcação manual." | "Se você já confirmou o status do reembolso deste pedido, por favor clique em Marcação Manual.";
542
+ 'page.eftpos-pay.text.transaction.eftpos.fail.other': string;
543
+ 'page.eftpos-pay.text.application': string;
544
+ 'page.eftpos-pay.text.approved': string;
545
+ 'page.eftpos-pay.text.device.no.title': string;
546
+ 'page.eftpos-pay.text.device.no.add': string;
547
+ 'page.eftpos-pay.text.device.no.web': string;
548
+ 'page.eftpos-pay.text.device.no.terminal': string;
549
+ 'page.eftpos-pay.text.waiting.decline.signature': string;
550
+ 'page.eftpos-pay.text.unknown.title': (mode: string) => string;
551
+ 'page.eftpos-pay.text.unknown.text': (mode: string) => string;
552
+ 'page.eftpos-pay.text.reconnecting': string;
553
+ 'page.eftpos-pay.text.reconnect.network': string;
554
+ 'page.eftpos-pay.text.network.disconnected': string;
555
+ 'page.eftpos-pay.text.not.connected': string;
556
+ 'page.eftpos-pay.text.tyro-btn': (key: string) => string;
557
+ 'page.eftpos-pay.text.tyro': (key: string) => string;
558
+ 'page.eftpos-pay.text.huifu.scan.title': string;
559
+ 'page.eftpos-pay.text.huifu.scan.gun.connected': string;
560
+ 'page.eftpos-pay.text.huifu.scan.gun.connected-desc': string;
561
+ 'page.eftpos-pay.text.huifu.scan.gun.not-connected': string;
562
+ 'page.eftpos-pay.text.huifu.scan.gun.not-connected-desc': string;
563
+ 'page.eftpos-pay.text.huifu.scan.camera-title': string;
564
+ 'page.eftpos-pay.text.huifu.scan.camera-desc': string;
565
+ 'page.eftpos-pay.text.huifu.scan.input-title': string;
566
+ 'page.eftpos-pay.text.huifu.scan.input-placeholder': string;
567
+ 'page.eftpos-pay.text.huifu.scan.input-tip': string;
568
+ 'page.eftpos-pay.text.huifu.scan.cancel': string;
569
+ 'page.eftpos-pay.text.huifu.scan.confirm': string;
570
+ };
571
+ };
572
+ export default _default;
@@ -0,0 +1,7 @@
1
+ import { State } from './store';
2
+ export { getAmonunt } from './helper';
3
+ export { default as Payo } from './payo';
4
+ export { default as Windcave } from './windcave/windcave';
5
+ export { default as Tyro } from './tyro';
6
+ export { default as Linkly } from './linkly';
7
+ export declare const getInitState: (type: string, params?: any) => State;
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  import { PayProps } from './const';
3
2
  import './index.less';
4
3
  /**
@@ -17,5 +16,5 @@ declare const Pay: ({ api, onChange: onChangeStatus, className, terminal, net, i
17
16
  tyroVersion?: string | undefined;
18
17
  formatAmount(amount: number | string, precision: number, symbol: string): string;
19
18
  client: string;
20
- }) => React.JSX.Element;
19
+ }) => JSX.Element;
21
20
  export default Pay;
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  import { StatusEnum } from '../const';
3
2
  export declare const POS: ({ api, onChange, }: {
4
3
  api: {
@@ -7,7 +6,7 @@ export declare const POS: ({ api, onChange, }: {
7
6
  onChange: (status: `${StatusEnum.Success}` | `${StatusEnum.Fail}`, params?: {
8
7
  [keys: string]: unknown;
9
8
  } | undefined) => void;
10
- }) => React.JSX.Element;
9
+ }) => JSX.Element;
11
10
  export declare const Action: ({ onChange }: {
12
11
  onChange: any;
13
- }) => React.JSX.Element;
12
+ }) => JSX.Element;
@@ -3,5 +3,5 @@ declare const _default: ({ api, onChange, children, }: {
3
3
  api: any;
4
4
  onChange: any;
5
5
  children: React.ReactNode;
6
- }) => React.JSX.Element;
6
+ }) => JSX.Element;
7
7
  export default _default;