@pisell/private-materials 6.3.63 → 6.3.64

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 (1048) 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 +2 -2
  6. package/build/lowcode/preview.css +1 -1
  7. package/build/lowcode/preview.js +145 -154
  8. package/build/lowcode/render/default/view.css +1 -1
  9. package/build/lowcode/render/default/view.js +18 -11
  10. package/build/lowcode/view.css +1 -1
  11. package/build/lowcode/view.js +18 -11
  12. package/es/businessModel/SalesModel/index.d.ts +2 -2
  13. package/es/components/Sales/index.d.ts +1 -1
  14. package/es/components/appointmentBooking/components/Cart/Item/Total.d.ts +1 -2
  15. package/es/components/appointmentBooking/components/Cart/Item/index.d.ts +1 -2
  16. package/es/components/appointmentBooking/components/Cart/index.d.ts +1 -2
  17. package/es/components/appointmentBooking/components/Content/index.d.ts +1 -2
  18. package/es/components/appointmentBooking/components/Deposit/index.d.ts +2 -3
  19. package/es/components/appointmentBooking/components/Footer/index.d.ts +2 -2
  20. package/es/components/appointmentBooking/components/Guest/components/InformationOptionsModal/index.d.ts +2 -2
  21. package/es/components/appointmentBooking/components/Header/index.d.ts +1 -2
  22. package/es/components/appointmentBooking/components/Voucher/index.d.ts +1 -2
  23. package/es/components/appointmentBooking/context.d.ts +2 -2
  24. package/es/components/appointmentBooking/deposit/components/PolicyModal/index.d.ts +1 -2
  25. package/es/components/appointmentBooking/deposit/index.d.ts +1 -2
  26. package/es/components/appointmentBooking/index.d.ts +1 -2
  27. package/es/components/booking/addons/model.d.ts +1 -10
  28. package/es/components/booking/components/TabProduct/index.d.ts +2 -2
  29. package/es/components/booking/components/TabProduct/productItem/index.d.ts +1 -2
  30. package/es/components/booking/components/TabProduct/selectProductItem/index.d.ts +1 -2
  31. package/es/components/booking/components/authWrap/index.d.ts +1 -1
  32. package/es/components/booking/components/browserSelect/index.d.ts +1 -1
  33. package/es/components/booking/components/collapsibleList/utils.d.ts +1 -2
  34. package/es/components/booking/components/emptyBooking/index.d.ts +1 -2
  35. package/es/components/booking/components/footer/FooterMenus/index.d.ts +1 -2
  36. package/es/components/booking/components/footer/index.d.ts +1 -2
  37. package/es/components/booking/components/formItemChildrenWrap/index.d.ts +1 -2
  38. package/es/components/booking/components/reloadResourceModal/index.d.ts +1 -2
  39. package/es/components/booking/components/voucher/index.d.ts +1 -2
  40. package/es/components/booking/dashboard/index.d.ts +1 -1
  41. package/es/components/booking/deposit/ClientItem/index.d.ts +1 -1
  42. package/es/components/booking/deposit/DepositItem/index.d.ts +1 -1
  43. package/es/components/booking/deposit/index.d.ts +1 -2
  44. package/es/components/booking/forms/footer.d.ts +1 -2
  45. package/es/components/booking/forms/model.d.ts +1 -10
  46. package/es/components/booking/forms/single/index.d.ts +1 -2
  47. package/es/components/booking/forms/table/index.d.ts +1 -2
  48. package/es/components/booking/hooks/useClearCart.d.ts +1 -2
  49. package/es/components/booking/hooks/useQuotation.d.ts +1 -2
  50. package/es/components/booking/info/addServiceVariant/index.d.ts +2 -2
  51. package/es/components/booking/info/client/index.d.ts +1 -1
  52. package/es/components/booking/info/clientVariant/hooks/useClientFn.d.ts +1 -2
  53. package/es/components/booking/info/date/index.d.ts +1 -2
  54. package/es/components/booking/info/dateRange/index.d.ts +2 -2
  55. package/es/components/booking/info/header/index.d.ts +1 -2
  56. package/es/components/booking/info/hooks/useInfoHolder.d.ts +3 -2
  57. package/es/components/booking/info/index.d.ts +2 -2
  58. package/es/components/booking/info/model.d.ts +1 -10
  59. package/es/components/booking/info/notes/index.d.ts +1 -2
  60. package/es/components/booking/info/pet/index.d.ts +1 -1
  61. package/es/components/booking/info/service/Lists.d.ts +2 -2
  62. package/es/components/booking/info/service/actions/index.d.ts +1 -2
  63. package/es/components/booking/info/service/addService/index.d.ts +1 -2
  64. package/es/components/booking/info/service/addService/utils.d.ts +1 -1
  65. package/es/components/booking/info/service/addTimeModal/index.d.ts +1 -2
  66. package/es/components/booking/info/service/editService/BookingList/index.d.ts +2 -2
  67. package/es/components/booking/info/service/index.d.ts +1 -1
  68. package/es/components/booking/info/service/like/index.d.ts +1 -2
  69. package/es/components/booking/info/service/serviceItem/index.d.ts +1 -2
  70. package/es/components/booking/info/service/serviceList/index.d.ts +1 -2
  71. package/es/components/booking/info/service2/Lists.d.ts +2 -2
  72. package/es/components/booking/info/service2/index.d.ts +1 -1
  73. package/es/components/booking/info/service2/utils.d.ts +1 -1
  74. package/es/components/booking/info2/service/actions/index.d.ts +1 -2
  75. package/es/components/booking/info2/service/addService/index.d.ts +1 -2
  76. package/es/components/booking/info2/service/addService/utils.d.ts +1 -1
  77. package/es/components/booking/info2/service/addTimeModal/index.d.ts +1 -2
  78. package/es/components/booking/info2/service/contactInfoMode/index.d.ts +1 -2
  79. package/es/components/booking/info2/service/index.d.ts +1 -1
  80. package/es/components/booking/info2/service/serviceItem/index.d.ts +1 -2
  81. package/es/components/booking/info2/service/serviceList/index.d.ts +1 -2
  82. package/es/components/booking/materiels/contacts/index.d.ts +1 -2
  83. package/es/components/booking/materiels/duration/index.d.ts +1 -2
  84. package/es/components/booking/materiels/holder/index.d.ts +1 -2
  85. package/es/components/booking/model.d.ts +1 -9
  86. package/es/components/booking/notes/NoteBlock/NoteItem/index.d.ts +1 -2
  87. package/es/components/booking/notes/NoteBlock/index.d.ts +1 -2
  88. package/es/components/booking/notes/addNote/index.d.ts +1 -2
  89. package/es/components/booking/notes/model.d.ts +1 -10
  90. package/es/components/booking/payments/model.d.ts +1 -10
  91. package/es/components/eftpos/device.d.ts +1 -1
  92. package/es/components/eftpos/index.d.ts +1 -2
  93. package/es/components/eftpos/pos.d.ts +1 -2
  94. package/es/components/eftposPay/amount.d.ts +2 -3
  95. package/es/components/eftposPay/app.d.ts +1 -2
  96. package/es/components/eftposPay/component/fail/failCustom.d.ts +1 -2
  97. package/es/components/eftposPay/component/fail/index.d.ts +1 -2
  98. package/es/components/eftposPay/component/fail/network.d.ts +1 -2
  99. package/es/components/eftposPay/component/fail/unknow.d.ts +1 -2
  100. package/es/components/eftposPay/component/manual/index.d.ts +1 -2
  101. package/es/components/eftposPay/component/signature/index.d.ts +1 -2
  102. package/es/components/eftposPay/device.d.ts +2 -3
  103. package/es/components/eftposPay/hooks.d.ts +2 -2
  104. package/es/components/eftposPay/index.d.ts +1 -2
  105. package/es/components/eftposPay/linkly/index.d.ts +1 -2
  106. package/es/components/eftposPay/pay.d.ts +1 -2
  107. package/es/components/eftposPay/payo/config.d.ts +2 -3
  108. package/es/components/eftposPay/payo/index.d.ts +1 -1
  109. package/es/components/eftposPay/tip.d.ts +1 -2
  110. package/es/components/eftposPay/tyro/index.d.ts +1 -1
  111. package/es/components/eftposPay/windcave/receiptAction.d.ts +2 -3
  112. package/es/components/eftposPay/windcave/windcave.d.ts +1 -2
  113. package/es/components/eventBooking/components/ErrorTip/index.d.ts +2 -1
  114. package/es/components/eventBooking/components/Provider/Cart/ContinueButton/index.d.ts +1 -2
  115. package/es/components/eventBooking/components/Provider/Cart/Deposit/index.d.ts +2 -2
  116. package/es/components/eventBooking/components/Provider/Cart/Item/Total.d.ts +1 -2
  117. package/es/components/eventBooking/components/Provider/Cart/Item/index.d.ts +1 -2
  118. package/es/components/eventBooking/components/Provider/Cart/index.d.ts +1 -2
  119. package/es/components/eventBooking/components/Provider/Content/index.d.ts +1 -2
  120. package/es/components/eventBooking/components/Provider/EmptyHolderModal/index.d.ts +1 -2
  121. package/es/components/eventBooking/components/Provider/Event/index.d.ts +1 -2
  122. package/es/components/eventBooking/components/Provider/Footer/index.d.ts +1 -2
  123. package/es/components/eventBooking/components/Provider/Header/index.d.ts +1 -2
  124. package/es/components/eventBooking/components/Provider/Information/index.d.ts +1 -2
  125. package/es/components/eventBooking/components/Provider/InformationOptionsModal/index.d.ts +2 -2
  126. package/es/components/eventBooking/components/Provider/OrderProductModal/index.d.ts +1 -2
  127. package/es/components/eventBooking/components/Provider/RemoveOptionConfirmModal.d.ts +1 -2
  128. package/es/components/eventBooking/components/Provider/Resource/index.d.ts +1 -2
  129. package/es/components/eventBooking/components/Provider/SelectHolderModal.d.ts +1 -2
  130. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateStatus/index.d.ts +1 -1
  131. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/CallToBook/index.d.ts +2 -1
  132. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/WeekItem/index.d.ts +2 -1
  133. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/index.d.ts +2 -1
  134. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Status/index.d.ts +1 -1
  135. package/es/components/eventBooking/components/bookingDetailModal/components/BookingOptions.d.ts +1 -2
  136. package/es/components/eventBooking/components/bookingDetailModal/components/Resource.d.ts +1 -2
  137. package/es/components/eventBooking/components/bookingDetailModal/components/Schedule.d.ts +1 -2
  138. package/es/components/eventBooking/components/scheduleCalendar/ProductItem/index.d.ts +1 -2
  139. package/es/components/eventBooking/components/scheduleCalendar/calendarItem.d.ts +2 -2
  140. package/es/components/eventBooking/components/scheduleCalendar/components/ScheduleTimeItem/index.d.ts +1 -2
  141. package/es/components/eventBooking/index.d.ts +1 -2
  142. package/es/components/login/index.d.ts +1 -2
  143. package/es/components/pay/toC/PaymentList/serve.js +14 -0
  144. package/es/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/ThreedsLoading/index.d.ts +1 -2
  145. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/index.d.ts +2 -2
  146. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/index.d.ts +2 -2
  147. package/es/components/pay/toC/PaymentMethods/WalletPass/MultiModeSearch/index.d.ts +1 -1
  148. package/es/components/pay/toC/WalletPassBlock/components/WalletUseList/index.d.ts +2 -2
  149. package/es/components/pay/toC/model.d.ts +1 -9
  150. package/es/components/pisellSelectCustomerModal/CustomerCard/index.d.ts +1 -1
  151. package/es/components/pisellSelectCustomerModal/RightPanel/Add/BirthdayField/index.d.ts +1 -2
  152. package/es/components/pisellSelectCustomerModal/RightPanel/Add/GenderField/index.d.ts +1 -2
  153. package/es/components/pisellSelectCustomerModal/RightPanel/Add/PhoneField/index.d.ts +2 -2
  154. package/es/components/pisellSelectCustomerModal/RightPanel/Add/index.d.ts +1 -2
  155. package/es/components/pisellSelectCustomerModal/RightPanel/List/index.d.ts +1 -2
  156. package/es/components/pisellSelectCustomerModal/RightPanel/index.d.ts +1 -2
  157. package/es/components/pisellSelectCustomerModal/index.d.ts +1 -2
  158. package/es/components/productExtension/fields/Actor/index.d.ts +2 -2
  159. package/es/components/productExtension/fields/SelectProducts/ProductItem/index.d.ts +1 -2
  160. package/es/components/productExtension/fields/SelectProducts/ProductItemPreview/index.d.ts +1 -2
  161. package/es/components/productExtension/fields/SelectProducts/index.d.ts +1 -2
  162. package/es/components/productExtension/fields/SelectResourcesTable/index.d.ts +1 -2
  163. package/es/components/productExtension/index.d.ts +1 -2
  164. package/es/components/productSelect/components/TabProduct/index.d.ts +1 -2
  165. package/es/components/productSelect/components/pisellPriceText/index.d.ts +1 -1
  166. package/es/components/productSelect/components/productGroup/index.d.ts +2 -3
  167. package/es/components/productSelect/index.d.ts +1 -1
  168. package/es/components/ruleSetting/index.d.ts +1 -2
  169. package/es/components/ruleSetting/ruleBorder/index.d.ts +1 -2
  170. package/es/components/schedules/calendar/calendarItem.d.ts +1 -2
  171. package/es/components/schedules/calendar/index.d.ts +1 -2
  172. package/es/components/schedules/components/CurrentDay/index.d.ts +1 -2
  173. package/es/components/schedules/components/ResourceList/index.d.ts +1 -1
  174. package/es/components/schedules/components/ScheduleDetailList/index.d.ts +1 -2
  175. package/es/components/schedules/components/ScheduleList/index.d.ts +1 -2
  176. package/es/components/schedules/components/Search/index.d.ts +1 -1
  177. package/es/components/schedules/model.d.ts +1 -9
  178. package/es/components/schedules/products/ProductDetailDrawer/ProductDetail/MaxParticipantsModule/index.d.ts +1 -2
  179. package/es/components/schedules/products/ProductDetailDrawer/ProductDetail/ResourcesModule/index.d.ts +1 -2
  180. package/es/components/schedules/products/ProductDetailDrawer/ProductDetail/SchedulesModule/AddSchedules/index.d.ts +1 -2
  181. package/es/components/schedules/products/ProductDetailDrawer/ProductDetail/SchedulesModule/index.d.ts +1 -2
  182. package/es/components/schedules/products/ProductDetailDrawer/ProductDetail/index.d.ts +1 -2
  183. package/es/components/schedules/products/ProductDetailDrawer/ProductDetailByDate/index.d.ts +1 -2
  184. package/es/components/schedules/products/ProductDetailDrawer/index.d.ts +1 -2
  185. package/es/components/schedules/products/index.d.ts +1 -2
  186. package/es/components/schedules/products/list/ProductItem/index.d.ts +1 -2
  187. package/es/components/schedules/products/list/index.d.ts +1 -2
  188. package/es/components/schedules/resources/index.d.ts +1 -2
  189. package/es/components/schedules/resources/list/index.d.ts +1 -2
  190. package/es/components/schedules/schedules/AllSchedules/index.d.ts +1 -2
  191. package/es/components/schedules/schedules/ScheduleDetailDrawer/index.d.ts +1 -2
  192. package/es/components/schedules/schedules/Schedules.d.ts +1 -1
  193. package/es/components/schedules/schedules/SchedulesForDay/index.d.ts +1 -1
  194. package/es/components/schedules/schedules/index.d.ts +1 -2
  195. package/es/components/shoppingCart/Provider.d.ts +1 -1
  196. package/es/components/shoppingCart/components/Cart/Product.d.ts +2 -2
  197. package/es/components/shoppingCart/components/Cart/index.d.ts +1 -2
  198. package/es/components/shoppingCart/components/Empty/index.d.ts +2 -1
  199. package/es/components/shoppingCart/components/Render/index.d.ts +2 -2
  200. package/es/components/shoppingCart/hooks/useAddService.d.ts +1 -2
  201. package/es/components/shoppingCart/hooks/useClearCart.d.ts +1 -2
  202. package/es/components/shoppingCart/index.d.ts +1 -2
  203. package/es/components/subTotal/index.d.ts +1 -1
  204. package/es/components/taxSelect/index.d.ts +1 -2
  205. package/es/components/ticketBooking/components/addServiceVariant/addService.d.ts +1 -2
  206. package/es/components/ticketBooking/components/addServiceVariant/index.d.ts +2 -2
  207. package/es/components/ticketBooking/components/menuBar/index.d.ts +1 -2
  208. package/es/components/ticketBooking/components/ticketBooking/index.d.ts +1 -2
  209. package/es/components/ticketBooking/components/timeBar/index.d.ts +1 -2
  210. package/es/components/ticketBooking/index.d.ts +1 -2
  211. package/es/components/walletList/index.d.ts +1 -2
  212. package/es/components/walletList/tempHolderSelector/index.d.ts +2 -2
  213. package/es/components/workSpaceList/components/Modal/index.d.ts +2 -2
  214. package/es/components/workSpaceList/components/SearchWorkspaceAndBase/index.d.ts +1 -2
  215. package/es/hooks/usePaymentLogger.d.ts +2 -2
  216. package/es/plus/contactInfoModal/ContactInfoContent.d.ts +1 -2
  217. package/es/plus/productSelect/ProductCard/index.d.ts +2 -2
  218. package/es/plus/productSelect/components/pisellPriceText/index.d.ts +1 -1
  219. package/es/plus/productSelect/index.d.ts +1 -1
  220. package/es/plus/saasCreateOrganization/components/Header.d.ts +1 -2
  221. package/es/plus/saasCreateOrganization/index.d.ts +1 -2
  222. package/es/plus/saasRegister/components/EntryEmail.d.ts +1 -2
  223. package/es/plus/saasRegister/components/EntryInfo.d.ts +1 -2
  224. package/es/plus/saasRegister/components/GoLogin.d.ts +1 -2
  225. package/es/plus/saasRegister/components/Header.d.ts +1 -2
  226. package/es/plus/saasRegister/components/VerifyError.d.ts +1 -2
  227. package/es/plus/saasRegister/components/VerifyingLink.d.ts +1 -2
  228. package/es/plus/saasRegister/components/VertifyEmail.d.ts +1 -2
  229. package/es/plus/selectHolder/components/ErrorTip/index.d.ts +2 -1
  230. package/es/plus/skuOptionsSelection/components/NormalCard/index.d.ts +2 -2
  231. package/es/plus/skuOptionsSelection/components/OptionsCard/OptionItemCard.d.ts +1 -2
  232. package/es/plus/skuOptionsSelection/components/OptionsCard/index.d.ts +1 -2
  233. package/es/plus/skuOptionsSelection/components/OptionsModal/index.d.ts +1 -2
  234. package/es/plus/skuOptionsSelection/components/TitleExtra/index.d.ts +1 -2
  235. package/es/plus/skuOptionsSelection/components/VariantCard/index.d.ts +1 -2
  236. package/es/plus/skuOptionsSelection/utils/transformBundleGroup.js +0 -2
  237. package/es/plus/skuOptionsSelection/utils/transformOptionGroup.js +9 -6
  238. package/es/plus/skuOptionsSelection/utils/transformSelectorValueToValue.js +40 -43
  239. package/es/plus/skuOptionsSelection/utils/transformValueToSelectorValue.js +7 -4
  240. package/es/plus/walletEditor/components/relationProduct/index.d.ts +1 -2
  241. package/es/plus/walletPassGallery/components/passDetail/index.d.ts +1 -2
  242. package/es/plus/walletPassGallery/components/passList/index.d.ts +1 -2
  243. package/es/plus/walletPassGallery/components/timelineSection/index.d.ts +1 -2
  244. package/es/plus/walletPassGallery/components/usageRule/index.d.ts +1 -1
  245. package/es/plus/walletPassGallery/index.d.ts +1 -2
  246. package/es/pro/Cards/components/SKUCard/index.js +2 -1
  247. package/es/pro/Login2.0/components/ForgotPasswordFlow.d.ts +2 -9
  248. package/es/pro/Login2.0/components/LoginCodeInput.d.ts +2 -6
  249. package/es/pro/Login2.0/components/PhoneInput.d.ts +1 -1
  250. package/es/pro/Login2.0/steps/CodeInput.d.ts +2 -6
  251. package/es/pro/Login2.0/steps/EmailAlreadyRegistered.d.ts +2 -6
  252. package/es/pro/Login2.0/steps/EmailLinkAlreadyUsed.d.ts +2 -5
  253. package/es/pro/Login2.0/steps/EmailLinkExpired.d.ts +2 -5
  254. package/es/pro/Login2.0/steps/SetPassword.d.ts +2 -5
  255. package/es/pro/Login2.0/steps/VerificationSuccess.d.ts +2 -5
  256. package/es/pro/Login2.0/steps/VerifyingEmailLink.d.ts +2 -5
  257. package/es/pro/Login2.0/steps/WaitEmailLink.d.ts +2 -5
  258. package/lib/businessModel/SalesModel/index.d.ts +2 -2
  259. package/lib/components/Sales/index.d.ts +1 -1
  260. package/lib/components/appointmentBooking/components/Cart/Item/Total.d.ts +1 -2
  261. package/lib/components/appointmentBooking/components/Cart/Item/index.d.ts +1 -2
  262. package/lib/components/appointmentBooking/components/Cart/index.d.ts +1 -2
  263. package/lib/components/appointmentBooking/components/Content/index.d.ts +1 -2
  264. package/lib/components/appointmentBooking/components/Deposit/index.d.ts +2 -3
  265. package/lib/components/appointmentBooking/components/Footer/index.d.ts +2 -2
  266. package/lib/components/appointmentBooking/components/Guest/components/InformationOptionsModal/index.d.ts +2 -2
  267. package/lib/components/appointmentBooking/components/Header/index.d.ts +1 -2
  268. package/lib/components/appointmentBooking/components/Voucher/index.d.ts +1 -2
  269. package/lib/components/appointmentBooking/context.d.ts +2 -2
  270. package/lib/components/appointmentBooking/deposit/components/PolicyModal/index.d.ts +1 -2
  271. package/lib/components/appointmentBooking/deposit/index.d.ts +1 -2
  272. package/lib/components/appointmentBooking/index.d.ts +1 -2
  273. package/lib/components/booking/addons/model.d.ts +1 -10
  274. package/lib/components/booking/components/TabProduct/index.d.ts +2 -2
  275. package/lib/components/booking/components/TabProduct/productItem/index.d.ts +1 -2
  276. package/lib/components/booking/components/TabProduct/selectProductItem/index.d.ts +1 -2
  277. package/lib/components/booking/components/authWrap/index.d.ts +1 -1
  278. package/lib/components/booking/components/browserSelect/index.d.ts +1 -1
  279. package/lib/components/booking/components/collapsibleList/utils.d.ts +1 -2
  280. package/lib/components/booking/components/emptyBooking/index.d.ts +1 -2
  281. package/lib/components/booking/components/footer/FooterMenus/index.d.ts +1 -2
  282. package/lib/components/booking/components/footer/index.d.ts +1 -2
  283. package/lib/components/booking/components/formItemChildrenWrap/index.d.ts +1 -2
  284. package/lib/components/booking/components/reloadResourceModal/index.d.ts +1 -2
  285. package/lib/components/booking/components/voucher/index.d.ts +1 -2
  286. package/lib/components/booking/dashboard/index.d.ts +1 -1
  287. package/lib/components/booking/deposit/ClientItem/index.d.ts +1 -1
  288. package/lib/components/booking/deposit/DepositItem/index.d.ts +1 -1
  289. package/lib/components/booking/deposit/index.d.ts +1 -2
  290. package/lib/components/booking/forms/footer.d.ts +1 -2
  291. package/lib/components/booking/forms/model.d.ts +1 -10
  292. package/lib/components/booking/forms/single/index.d.ts +1 -2
  293. package/lib/components/booking/forms/table/index.d.ts +1 -2
  294. package/lib/components/booking/hooks/useClearCart.d.ts +1 -2
  295. package/lib/components/booking/hooks/useQuotation.d.ts +1 -2
  296. package/lib/components/booking/info/addServiceVariant/index.d.ts +2 -2
  297. package/lib/components/booking/info/client/index.d.ts +1 -1
  298. package/lib/components/booking/info/clientVariant/hooks/useClientFn.d.ts +1 -2
  299. package/lib/components/booking/info/date/index.d.ts +1 -2
  300. package/lib/components/booking/info/dateRange/index.d.ts +2 -2
  301. package/lib/components/booking/info/header/index.d.ts +1 -2
  302. package/lib/components/booking/info/hooks/useInfoHolder.d.ts +3 -2
  303. package/lib/components/booking/info/index.d.ts +2 -2
  304. package/lib/components/booking/info/model.d.ts +1 -10
  305. package/lib/components/booking/info/notes/index.d.ts +1 -2
  306. package/lib/components/booking/info/pet/index.d.ts +1 -1
  307. package/lib/components/booking/info/service/Lists.d.ts +2 -2
  308. package/lib/components/booking/info/service/actions/index.d.ts +1 -2
  309. package/lib/components/booking/info/service/addService/index.d.ts +1 -2
  310. package/lib/components/booking/info/service/addService/utils.d.ts +1 -1
  311. package/lib/components/booking/info/service/addTimeModal/index.d.ts +1 -2
  312. package/lib/components/booking/info/service/editService/BookingList/index.d.ts +2 -2
  313. package/lib/components/booking/info/service/index.d.ts +1 -1
  314. package/lib/components/booking/info/service/like/index.d.ts +1 -2
  315. package/lib/components/booking/info/service/serviceItem/index.d.ts +1 -2
  316. package/lib/components/booking/info/service/serviceList/index.d.ts +1 -2
  317. package/lib/components/booking/info/service2/Lists.d.ts +2 -2
  318. package/lib/components/booking/info/service2/index.d.ts +1 -1
  319. package/lib/components/booking/info/service2/utils.d.ts +1 -1
  320. package/lib/components/booking/info2/service/actions/index.d.ts +1 -2
  321. package/lib/components/booking/info2/service/addService/index.d.ts +1 -2
  322. package/lib/components/booking/info2/service/addService/utils.d.ts +1 -1
  323. package/lib/components/booking/info2/service/addTimeModal/index.d.ts +1 -2
  324. package/lib/components/booking/info2/service/contactInfoMode/index.d.ts +1 -2
  325. package/lib/components/booking/info2/service/index.d.ts +1 -1
  326. package/lib/components/booking/info2/service/serviceItem/index.d.ts +1 -2
  327. package/lib/components/booking/info2/service/serviceList/index.d.ts +1 -2
  328. package/lib/components/booking/materiels/contacts/index.d.ts +1 -2
  329. package/lib/components/booking/materiels/duration/index.d.ts +1 -2
  330. package/lib/components/booking/materiels/holder/index.d.ts +1 -2
  331. package/lib/components/booking/model.d.ts +1 -9
  332. package/lib/components/booking/notes/NoteBlock/NoteItem/index.d.ts +1 -2
  333. package/lib/components/booking/notes/NoteBlock/index.d.ts +1 -2
  334. package/lib/components/booking/notes/addNote/index.d.ts +1 -2
  335. package/lib/components/booking/notes/model.d.ts +1 -10
  336. package/lib/components/booking/payments/model.d.ts +1 -10
  337. package/lib/components/eftpos/device.d.ts +1 -1
  338. package/lib/components/eftpos/index.d.ts +1 -2
  339. package/lib/components/eftpos/pos.d.ts +1 -2
  340. package/lib/components/eftposPay/amount.d.ts +2 -3
  341. package/lib/components/eftposPay/app.d.ts +1 -2
  342. package/lib/components/eftposPay/component/fail/failCustom.d.ts +1 -2
  343. package/lib/components/eftposPay/component/fail/index.d.ts +1 -2
  344. package/lib/components/eftposPay/component/fail/network.d.ts +1 -2
  345. package/lib/components/eftposPay/component/fail/unknow.d.ts +1 -2
  346. package/lib/components/eftposPay/component/manual/index.d.ts +1 -2
  347. package/lib/components/eftposPay/component/signature/index.d.ts +1 -2
  348. package/lib/components/eftposPay/device.d.ts +2 -3
  349. package/lib/components/eftposPay/hooks.d.ts +2 -2
  350. package/lib/components/eftposPay/index.d.ts +1 -2
  351. package/lib/components/eftposPay/linkly/index.d.ts +1 -2
  352. package/lib/components/eftposPay/pay.d.ts +1 -2
  353. package/lib/components/eftposPay/payo/config.d.ts +2 -3
  354. package/lib/components/eftposPay/payo/index.d.ts +1 -1
  355. package/lib/components/eftposPay/tip.d.ts +1 -2
  356. package/lib/components/eftposPay/tyro/index.d.ts +1 -1
  357. package/lib/components/eftposPay/windcave/receiptAction.d.ts +2 -3
  358. package/lib/components/eftposPay/windcave/windcave.d.ts +1 -2
  359. package/lib/components/eventBooking/components/ErrorTip/index.d.ts +2 -1
  360. package/lib/components/eventBooking/components/Provider/Cart/ContinueButton/index.d.ts +1 -2
  361. package/lib/components/eventBooking/components/Provider/Cart/Deposit/index.d.ts +2 -2
  362. package/lib/components/eventBooking/components/Provider/Cart/Item/Total.d.ts +1 -2
  363. package/lib/components/eventBooking/components/Provider/Cart/Item/index.d.ts +1 -2
  364. package/lib/components/eventBooking/components/Provider/Cart/index.d.ts +1 -2
  365. package/lib/components/eventBooking/components/Provider/Content/index.d.ts +1 -2
  366. package/lib/components/eventBooking/components/Provider/EmptyHolderModal/index.d.ts +1 -2
  367. package/lib/components/eventBooking/components/Provider/Event/index.d.ts +1 -2
  368. package/lib/components/eventBooking/components/Provider/Footer/index.d.ts +1 -2
  369. package/lib/components/eventBooking/components/Provider/Header/index.d.ts +1 -2
  370. package/lib/components/eventBooking/components/Provider/Information/index.d.ts +1 -2
  371. package/lib/components/eventBooking/components/Provider/InformationOptionsModal/index.d.ts +2 -2
  372. package/lib/components/eventBooking/components/Provider/OrderProductModal/index.d.ts +1 -2
  373. package/lib/components/eventBooking/components/Provider/RemoveOptionConfirmModal.d.ts +1 -2
  374. package/lib/components/eventBooking/components/Provider/Resource/index.d.ts +1 -2
  375. package/lib/components/eventBooking/components/Provider/SelectHolderModal.d.ts +1 -2
  376. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateStatus/index.d.ts +1 -1
  377. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/CallToBook/index.d.ts +2 -1
  378. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/WeekItem/index.d.ts +2 -1
  379. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/index.d.ts +2 -1
  380. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Status/index.d.ts +1 -1
  381. package/lib/components/eventBooking/components/bookingDetailModal/components/BookingOptions.d.ts +1 -2
  382. package/lib/components/eventBooking/components/bookingDetailModal/components/Resource.d.ts +1 -2
  383. package/lib/components/eventBooking/components/bookingDetailModal/components/Schedule.d.ts +1 -2
  384. package/lib/components/eventBooking/components/scheduleCalendar/ProductItem/index.d.ts +1 -2
  385. package/lib/components/eventBooking/components/scheduleCalendar/calendarItem.d.ts +2 -2
  386. package/lib/components/eventBooking/components/scheduleCalendar/components/ScheduleTimeItem/index.d.ts +1 -2
  387. package/lib/components/eventBooking/index.d.ts +1 -2
  388. package/lib/components/login/index.d.ts +1 -2
  389. package/lib/components/pay/toC/PaymentList/serve.js +15 -0
  390. package/lib/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/ThreedsLoading/index.d.ts +1 -2
  391. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/index.d.ts +2 -2
  392. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/index.d.ts +2 -2
  393. package/lib/components/pay/toC/PaymentMethods/WalletPass/MultiModeSearch/index.d.ts +1 -1
  394. package/lib/components/pay/toC/WalletPassBlock/components/WalletUseList/index.d.ts +2 -2
  395. package/lib/components/pay/toC/model.d.ts +1 -9
  396. package/lib/components/pisellSelectCustomerModal/CustomerCard/index.d.ts +1 -1
  397. package/lib/components/pisellSelectCustomerModal/RightPanel/Add/BirthdayField/index.d.ts +1 -2
  398. package/lib/components/pisellSelectCustomerModal/RightPanel/Add/GenderField/index.d.ts +1 -2
  399. package/lib/components/pisellSelectCustomerModal/RightPanel/Add/PhoneField/index.d.ts +2 -2
  400. package/lib/components/pisellSelectCustomerModal/RightPanel/Add/index.d.ts +1 -2
  401. package/lib/components/pisellSelectCustomerModal/RightPanel/List/index.d.ts +1 -2
  402. package/lib/components/pisellSelectCustomerModal/RightPanel/index.d.ts +1 -2
  403. package/lib/components/pisellSelectCustomerModal/index.d.ts +1 -2
  404. package/lib/components/productExtension/fields/Actor/index.d.ts +2 -2
  405. package/lib/components/productExtension/fields/SelectProducts/ProductItem/index.d.ts +1 -2
  406. package/lib/components/productExtension/fields/SelectProducts/ProductItemPreview/index.d.ts +1 -2
  407. package/lib/components/productExtension/fields/SelectProducts/index.d.ts +1 -2
  408. package/lib/components/productExtension/fields/SelectResourcesTable/index.d.ts +1 -2
  409. package/lib/components/productExtension/index.d.ts +1 -2
  410. package/lib/components/productSelect/components/TabProduct/index.d.ts +1 -2
  411. package/lib/components/productSelect/components/pisellPriceText/index.d.ts +1 -1
  412. package/lib/components/productSelect/components/productGroup/index.d.ts +2 -3
  413. package/lib/components/productSelect/index.d.ts +1 -1
  414. package/lib/components/ruleSetting/index.d.ts +1 -2
  415. package/lib/components/ruleSetting/ruleBorder/index.d.ts +1 -2
  416. package/lib/components/schedules/calendar/calendarItem.d.ts +1 -2
  417. package/lib/components/schedules/calendar/index.d.ts +1 -2
  418. package/lib/components/schedules/components/CurrentDay/index.d.ts +1 -2
  419. package/lib/components/schedules/components/ResourceList/index.d.ts +1 -1
  420. package/lib/components/schedules/components/ScheduleDetailList/index.d.ts +1 -2
  421. package/lib/components/schedules/components/ScheduleList/index.d.ts +1 -2
  422. package/lib/components/schedules/components/Search/index.d.ts +1 -1
  423. package/lib/components/schedules/model.d.ts +1 -9
  424. package/lib/components/schedules/products/ProductDetailDrawer/ProductDetail/MaxParticipantsModule/index.d.ts +1 -2
  425. package/lib/components/schedules/products/ProductDetailDrawer/ProductDetail/ResourcesModule/index.d.ts +1 -2
  426. package/lib/components/schedules/products/ProductDetailDrawer/ProductDetail/SchedulesModule/AddSchedules/index.d.ts +1 -2
  427. package/lib/components/schedules/products/ProductDetailDrawer/ProductDetail/SchedulesModule/index.d.ts +1 -2
  428. package/lib/components/schedules/products/ProductDetailDrawer/ProductDetail/index.d.ts +1 -2
  429. package/lib/components/schedules/products/ProductDetailDrawer/ProductDetailByDate/index.d.ts +1 -2
  430. package/lib/components/schedules/products/ProductDetailDrawer/index.d.ts +1 -2
  431. package/lib/components/schedules/products/index.d.ts +1 -2
  432. package/lib/components/schedules/products/list/ProductItem/index.d.ts +1 -2
  433. package/lib/components/schedules/products/list/index.d.ts +1 -2
  434. package/lib/components/schedules/resources/index.d.ts +1 -2
  435. package/lib/components/schedules/resources/list/index.d.ts +1 -2
  436. package/lib/components/schedules/schedules/AllSchedules/index.d.ts +1 -2
  437. package/lib/components/schedules/schedules/ScheduleDetailDrawer/index.d.ts +1 -2
  438. package/lib/components/schedules/schedules/Schedules.d.ts +1 -1
  439. package/lib/components/schedules/schedules/SchedulesForDay/index.d.ts +1 -1
  440. package/lib/components/schedules/schedules/index.d.ts +1 -2
  441. package/lib/components/shoppingCart/Provider.d.ts +1 -1
  442. package/lib/components/shoppingCart/components/Cart/Product.d.ts +2 -2
  443. package/lib/components/shoppingCart/components/Cart/index.d.ts +1 -2
  444. package/lib/components/shoppingCart/components/Empty/index.d.ts +2 -1
  445. package/lib/components/shoppingCart/components/Render/index.d.ts +2 -2
  446. package/lib/components/shoppingCart/hooks/useAddService.d.ts +1 -2
  447. package/lib/components/shoppingCart/hooks/useClearCart.d.ts +1 -2
  448. package/lib/components/shoppingCart/index.d.ts +1 -2
  449. package/lib/components/subTotal/index.d.ts +1 -1
  450. package/lib/components/taxSelect/index.d.ts +1 -2
  451. package/lib/components/ticketBooking/components/addServiceVariant/addService.d.ts +1 -2
  452. package/lib/components/ticketBooking/components/addServiceVariant/index.d.ts +2 -2
  453. package/lib/components/ticketBooking/components/menuBar/index.d.ts +1 -2
  454. package/lib/components/ticketBooking/components/ticketBooking/index.d.ts +1 -2
  455. package/lib/components/ticketBooking/components/timeBar/index.d.ts +1 -2
  456. package/lib/components/ticketBooking/index.d.ts +1 -2
  457. package/lib/components/walletList/index.d.ts +1 -2
  458. package/lib/components/walletList/tempHolderSelector/index.d.ts +2 -2
  459. package/lib/components/workSpaceList/components/Modal/index.d.ts +2 -2
  460. package/lib/components/workSpaceList/components/SearchWorkspaceAndBase/index.d.ts +1 -2
  461. package/lib/hooks/usePaymentLogger.d.ts +2 -2
  462. package/lib/plus/contactInfoModal/ContactInfoContent.d.ts +1 -2
  463. package/lib/plus/productSelect/ProductCard/index.d.ts +2 -2
  464. package/lib/plus/productSelect/components/pisellPriceText/index.d.ts +1 -1
  465. package/lib/plus/productSelect/index.d.ts +1 -1
  466. package/lib/plus/saasCreateOrganization/components/Header.d.ts +1 -2
  467. package/lib/plus/saasCreateOrganization/index.d.ts +1 -2
  468. package/lib/plus/saasRegister/components/EntryEmail.d.ts +1 -2
  469. package/lib/plus/saasRegister/components/EntryInfo.d.ts +1 -2
  470. package/lib/plus/saasRegister/components/GoLogin.d.ts +1 -2
  471. package/lib/plus/saasRegister/components/Header.d.ts +1 -2
  472. package/lib/plus/saasRegister/components/VerifyError.d.ts +1 -2
  473. package/lib/plus/saasRegister/components/VerifyingLink.d.ts +1 -2
  474. package/lib/plus/saasRegister/components/VertifyEmail.d.ts +1 -2
  475. package/lib/plus/selectHolder/components/ErrorTip/index.d.ts +2 -1
  476. package/lib/plus/skuOptionsSelection/components/NormalCard/index.d.ts +2 -2
  477. package/lib/plus/skuOptionsSelection/components/OptionsCard/OptionItemCard.d.ts +1 -2
  478. package/lib/plus/skuOptionsSelection/components/OptionsCard/index.d.ts +1 -2
  479. package/lib/plus/skuOptionsSelection/components/OptionsModal/index.d.ts +1 -2
  480. package/lib/plus/skuOptionsSelection/components/TitleExtra/index.d.ts +1 -2
  481. package/lib/plus/skuOptionsSelection/components/VariantCard/index.d.ts +1 -2
  482. package/lib/plus/skuOptionsSelection/utils/transformBundleGroup.js +0 -2
  483. package/lib/plus/skuOptionsSelection/utils/transformOptionGroup.js +9 -6
  484. package/lib/plus/skuOptionsSelection/utils/transformSelectorValueToValue.js +41 -44
  485. package/lib/plus/skuOptionsSelection/utils/transformValueToSelectorValue.js +8 -3
  486. package/lib/plus/walletEditor/components/relationProduct/index.d.ts +1 -2
  487. package/lib/plus/walletPassGallery/components/passDetail/index.d.ts +1 -2
  488. package/lib/plus/walletPassGallery/components/passList/index.d.ts +1 -2
  489. package/lib/plus/walletPassGallery/components/timelineSection/index.d.ts +1 -2
  490. package/lib/plus/walletPassGallery/components/usageRule/index.d.ts +1 -1
  491. package/lib/plus/walletPassGallery/index.d.ts +1 -2
  492. package/lib/pro/Cards/components/SKUCard/index.js +2 -1
  493. package/lib/pro/Login2.0/components/ForgotPasswordFlow.d.ts +2 -9
  494. package/lib/pro/Login2.0/components/LoginCodeInput.d.ts +2 -6
  495. package/lib/pro/Login2.0/components/PhoneInput.d.ts +1 -1
  496. package/lib/pro/Login2.0/steps/CodeInput.d.ts +2 -6
  497. package/lib/pro/Login2.0/steps/EmailAlreadyRegistered.d.ts +2 -6
  498. package/lib/pro/Login2.0/steps/EmailLinkAlreadyUsed.d.ts +2 -5
  499. package/lib/pro/Login2.0/steps/EmailLinkExpired.d.ts +2 -5
  500. package/lib/pro/Login2.0/steps/SetPassword.d.ts +2 -5
  501. package/lib/pro/Login2.0/steps/VerificationSuccess.d.ts +2 -5
  502. package/lib/pro/Login2.0/steps/VerifyingEmailLink.d.ts +2 -5
  503. package/lib/pro/Login2.0/steps/WaitEmailLink.d.ts +2 -5
  504. package/package.json +3 -3
  505. package/es/businessModel/SalesModel/Sales/index.d.ts +0 -24
  506. package/es/businessModel/SalesModel/hooks/index.d.ts +0 -1
  507. package/es/businessModel/index.d.ts +0 -0
  508. package/es/components/Sales/Cart/types.d.ts +0 -31
  509. package/es/components/Sales/Cart/utils.d.ts +0 -63
  510. package/es/components/Sales/Checkout/utils.d.ts +0 -41
  511. package/es/components/Sales/Customer/index.d.ts +0 -25
  512. package/es/components/Sales/Summary/utils.d.ts +0 -51
  513. package/es/components/Sales/hooks/index.d.ts +0 -1
  514. package/es/components/Sales/utils/index.d.ts +0 -1
  515. package/es/components/appointmentBooking/components/ConfirmInformation/utils.d.ts +0 -12
  516. package/es/components/appointmentBooking/components/Date/state.d.ts +0 -63
  517. package/es/components/appointmentBooking/components/Form/utils.d.ts +0 -8
  518. package/es/components/appointmentBooking/components/Resource/utils.d.ts +0 -5
  519. package/es/components/appointmentBooking/locales.d.ts +0 -363
  520. package/es/components/appointmentBooking/type.d.ts +0 -17
  521. package/es/components/authentication/admin/AuthMethods/components/DefaultSettingsContent.d.ts +0 -11
  522. package/es/components/authentication/admin/AuthMethods/components/LoginMethodsList.d.ts +0 -13
  523. package/es/components/authentication/admin/AuthMethods/locales.d.ts +0 -249
  524. package/es/components/authentication/admin/AuthMethods/types.d.ts +0 -76
  525. package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.d.ts +0 -84
  526. package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/types.d.ts +0 -41
  527. package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.d.ts +0 -72
  528. package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/types.d.ts +0 -33
  529. package/es/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.d.ts +0 -27
  530. package/es/components/authentication/admin/ChannelAuthSetting/PageSetting/types.d.ts +0 -25
  531. package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.d.ts +0 -66
  532. package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/types.d.ts +0 -26
  533. package/es/components/authentication/admin/ChannelAuthSetting/locales.d.ts +0 -39
  534. package/es/components/authentication/admin/ChannelAuthSetting/types.d.ts +0 -36
  535. package/es/components/authentication/admin/CustomerAuth/locales.d.ts +0 -66
  536. package/es/components/authentication/admin/CustomerAuth/types.d.ts +0 -16
  537. package/es/components/authentication/admin/CustomerOAuthConfig/locales.d.ts +0 -108
  538. package/es/components/authentication/admin/CustomerOAuthConfig/types.d.ts +0 -22
  539. package/es/components/authentication/admin/DeviceAuth/locales.d.ts +0 -57
  540. package/es/components/authentication/admin/DeviceAuth/types.d.ts +0 -16
  541. package/es/components/authentication/admin/OAuthConfig/locales.d.ts +0 -90
  542. package/es/components/authentication/admin/OAuthConfig/types.d.ts +0 -22
  543. package/es/components/authentication/admin/OrgAdminAuth/locales.d.ts +0 -54
  544. package/es/components/authentication/admin/OrgAdminAuth/types.d.ts +0 -16
  545. package/es/components/authentication/admin/POSOperatorAuth/locales.d.ts +0 -48
  546. package/es/components/authentication/admin/POSOperatorAuth/types.d.ts +0 -16
  547. package/es/components/authentication/admin/SaaSAdminAuth/locales.d.ts +0 -54
  548. package/es/components/authentication/admin/SaaSAdminAuth/types.d.ts +0 -16
  549. package/es/components/authentication/index.d.ts +0 -0
  550. package/es/components/booking/components/TabProduct/tabs/index.d.ts +0 -21
  551. package/es/components/booking/components/drawer/index.d.ts +0 -19
  552. package/es/components/booking/components/footer/serve.d.ts +0 -3
  553. package/es/components/booking/components/menuButton/index.d.ts +0 -10
  554. package/es/components/booking/components/tabPane/index.d.ts +0 -4
  555. package/es/components/booking/components/voucher/utils.d.ts +0 -4
  556. package/es/components/booking/dashboard/serve.d.ts +0 -1
  557. package/es/components/booking/deposit/serve.d.ts +0 -8
  558. package/es/components/booking/editBookingModal/locales.d.ts +0 -21
  559. package/es/components/booking/editBookingModal/mock.d.ts +0 -807
  560. package/es/components/booking/editBookingModal/type.d.ts +0 -12
  561. package/es/components/booking/editBookingModal/utils.d.ts +0 -12
  562. package/es/components/booking/forms/format.d.ts +0 -11
  563. package/es/components/booking/forms/serve.d.ts +0 -18
  564. package/es/components/booking/hooks/useIsBooking4Shop.d.ts +0 -1
  565. package/es/components/booking/info/Provider.d.ts +0 -0
  566. package/es/components/booking/info/client/serve.d.ts +0 -2
  567. package/es/components/booking/info/clientVariant/hooks/useIsLowSpeedNetwork.d.ts +0 -2
  568. package/es/components/booking/info/hooks/useGetHolderList.d.ts +0 -2
  569. package/es/components/booking/info/hooks/useHolderConfig.d.ts +0 -9
  570. package/es/components/booking/info/pet/serve.d.ts +0 -1
  571. package/es/components/booking/info/service/addTimeModal/serve.d.ts +0 -5
  572. package/es/components/booking/info/service/editService/constants.d.ts +0 -1
  573. package/es/components/booking/info/service/serve.d.ts +0 -20
  574. package/es/components/booking/info/service/serviceItem/Sales/index.d.ts +0 -0
  575. package/es/components/booking/info/service/serviceManager/distributeDiscount.d.ts +0 -11
  576. package/es/components/booking/info/service/serviceManager/utils.d.ts +0 -0
  577. package/es/components/booking/info2/service/addService/mock.d.ts +0 -214
  578. package/es/components/booking/info2/service/addTimeModal/serve.d.ts +0 -9
  579. package/es/components/booking/info2/service/editService/Capacity/index.d.ts +0 -4
  580. package/es/components/booking/info2/service/editService/Resources/MaxLengthSelect/index.d.ts +0 -7
  581. package/es/components/booking/info2/service/editService/ResourcesV2/MaxLengthSelect/index.d.ts +0 -7
  582. package/es/components/booking/locales.d.ts +0 -843
  583. package/es/components/booking/materiels/startTime/index.d.ts +0 -10
  584. package/es/components/eftpos/const.d.ts +0 -64
  585. package/es/components/eftpos/deviceList/index.d.ts +0 -3
  586. package/es/components/eftpos/form/index.d.ts +0 -21
  587. package/es/components/eftpos/group/index.d.ts +0 -6
  588. package/es/components/eftpos/hooks.d.ts +0 -33
  589. package/es/components/eftpos/icon/apiKey.d.ts +0 -5
  590. package/es/components/eftpos/icon/device.d.ts +0 -5
  591. package/es/components/eftpos/locales.d.ts +0 -99
  592. package/es/components/eftpos/log.d.ts +0 -8
  593. package/es/components/eftpos/receipt/index.d.ts +0 -24
  594. package/es/components/eftpos/surcharge/index.d.ts +0 -31
  595. package/es/components/eftposPay/component/alert/index.d.ts +0 -6
  596. package/es/components/eftposPay/component/alert/warn.d.ts +0 -3
  597. package/es/components/eftposPay/component/header/index.d.ts +0 -10
  598. package/es/components/eftposPay/component/header/titlebar.d.ts +0 -13
  599. package/es/components/eftposPay/component/step/index.d.ts +0 -12
  600. package/es/components/eftposPay/component/step/step.d.ts +0 -9
  601. package/es/components/eftposPay/const.d.ts +0 -184
  602. package/es/components/eftposPay/helper.d.ts +0 -83
  603. package/es/components/eftposPay/locales.d.ts +0 -330
  604. package/es/components/eftposPay/store/index.d.ts +0 -355
  605. package/es/components/eftposPay/store/useThunkReducer.d.ts +0 -9
  606. package/es/components/eftposPay/tyro/hooks.d.ts +0 -13
  607. package/es/components/eftposPay/windcave/timer.d.ts +0 -29
  608. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/DayItem/index.d.ts +0 -3
  609. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/index.d.ts +0 -4
  610. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/state.d.ts +0 -63
  611. package/es/components/eventBooking/components/bookingAvailabilityCalendar/utils.d.ts +0 -34
  612. package/es/components/eventBooking/locales.d.ts +0 -246
  613. package/es/components/eventBooking/type.d.ts +0 -17
  614. package/es/components/eventBooking/utils.d.ts +0 -45
  615. package/es/components/login/locales.d.ts +0 -24
  616. package/es/components/pay/toC/PaymentList/mock.d.ts +0 -88
  617. package/es/components/pay/toC/PaymentList/status.d.ts +0 -4
  618. package/es/components/pay/toC/PaymentList/utils.d.ts +0 -10
  619. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/Content.d.ts +0 -6
  620. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/index.d.ts +0 -2
  621. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/serve.d.ts +0 -9
  622. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/StripeSDK/DynamicSDK.d.ts +0 -2
  623. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/StripeSDK/SDK.d.ts +0 -8
  624. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/StripeSDK/index.d.ts +0 -7
  625. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/components/PageLoading/index.d.ts +0 -2
  626. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/PaymentRequestForm.d.ts +0 -3
  627. package/es/components/pay/toC/PaymentMethods/hooks/index.d.ts +0 -19
  628. package/es/components/pay/toC/locales.d.ts +0 -301
  629. package/es/components/pay/toC/status.d.ts +0 -13
  630. package/es/components/pinModal/locales.d.ts +0 -27
  631. package/es/components/pinModal/types.d.ts +0 -0
  632. package/es/components/pinVerifyModal/locales.d.ts +0 -24
  633. package/es/components/pinVerifyModal/types.d.ts +0 -33
  634. package/es/components/pisellSelectCustomerModal/RightPanel/mock.d.ts +0 -47
  635. package/es/components/pisellSelectCustomerModal/locales.d.ts +0 -81
  636. package/es/components/productExtension/card/index.d.ts +0 -10
  637. package/es/components/productExtension/fields/Actor/Container/index.d.ts +0 -12
  638. package/es/components/productExtension/fields/Actor/CutOffTime/status.d.ts +0 -0
  639. package/es/components/productExtension/fields/Forms/index.d.ts +0 -10
  640. package/es/components/productExtension/fields/SelectProducts/mock.d.ts +0 -0
  641. package/es/components/productExtension/fields/SelectResourcesTable/mock.d.ts +0 -2681
  642. package/es/components/productExtension/locales.d.ts +0 -48
  643. package/es/components/productSelect/components/TabProduct/tabs/index.d.ts +0 -21
  644. package/es/components/productSelect/hooks/useToken.d.ts +0 -18
  645. package/es/components/productSelect/locales.d.ts +0 -18
  646. package/es/components/productSelect/mock.d.ts +0 -134
  647. package/es/components/productSelect/theme/token.d.ts +0 -17
  648. package/es/components/ruleSetting/locales.d.ts +0 -48
  649. package/es/components/schedules/components/Card/index.d.ts +0 -6
  650. package/es/components/schedules/components/CurrentDay/utils.d.ts +0 -1
  651. package/es/components/schedules/components/DropdownSort/index.d.ts +0 -3
  652. package/es/components/schedules/components/ScheduleList/RenderScheduleItem/index.d.ts +0 -12
  653. package/es/components/schedules/constants.d.ts +0 -1
  654. package/es/components/schedules/locales.d.ts +0 -87
  655. package/es/components/schedules/resources/add/index.d.ts +0 -3
  656. package/es/components/schedules/resources/relationProduct/index.d.ts +0 -7
  657. package/es/components/schedules/type.d.ts +0 -157
  658. package/es/components/shoppingCart/locales.d.ts +0 -33
  659. package/es/components/shoppingCart/mock.d.ts +0 -40
  660. package/es/components/shoppingCart/type.d.ts +0 -48
  661. package/es/components/shoppingCart/utils.d.ts +0 -63
  662. package/es/components/stepController/components/Content/index.d.ts +0 -7
  663. package/es/components/stepController/components/Footer/index.d.ts +0 -8
  664. package/es/components/stepController/locales.d.ts +0 -27
  665. package/es/components/stepController/types.d.ts +0 -23
  666. package/es/components/subTotal/locales.d.ts +0 -42
  667. package/es/components/systemSettings/registry/locales.d.ts +0 -272
  668. package/es/components/systemSettings/registry/services.d.ts +0 -77
  669. package/es/components/systemSettings/registry/types.d.ts +0 -126
  670. package/es/components/systemSettings/registry/utils/typeValidation.d.ts +0 -16
  671. package/es/components/systemSettings/registry/utils/validators.d.ts +0 -8
  672. package/es/components/tabProduct/card/index.d.ts +0 -7
  673. package/es/components/tabProduct/index.d.ts +0 -16
  674. package/es/components/tabProduct/tabs/index.d.ts +0 -21
  675. package/es/components/taxSelect/locales.d.ts +0 -24
  676. package/es/components/ticketBooking/data.d.ts +0 -58
  677. package/es/components/ticketBooking/hooks/useNetworkStatus.d.ts +0 -11
  678. package/es/components/ticketBooking/locales.d.ts +0 -174
  679. package/es/components/ticketBooking/miniRedux.d.ts +0 -22
  680. package/es/components/wallet/utils.d.ts +0 -48
  681. package/es/components/walletList/locales.d.ts +0 -27
  682. package/es/components/walletList/model.d.ts +0 -6
  683. package/es/components/walletList/types/index.d.ts +0 -194
  684. package/es/components/workSpaceList/components/AppearanceEdit/Color.d.ts +0 -9
  685. package/es/components/workSpaceList/components/AppearanceShow/index.d.ts +0 -11
  686. package/es/components/workSpaceList/data.d.ts +0 -42
  687. package/es/hooks/useComponents.d.ts +0 -5
  688. package/es/hooks/useEngineContext.d.ts +0 -10
  689. package/es/hooks/useLocale.d.ts +0 -2
  690. package/es/hooks/useLoginUser.d.ts +0 -2
  691. package/es/hooks/usePrefix.d.ts +0 -1
  692. package/es/hooks/useWindowSize.d.ts +0 -5
  693. package/es/plus/clientName/index.d.ts +0 -5
  694. package/es/plus/clientName/type.d.ts +0 -13
  695. package/es/plus/clientName/utils.d.ts +0 -2
  696. package/es/plus/contactInfo/components/SwipeAction/index.d.ts +0 -46
  697. package/es/plus/contactInfo/locales.d.ts +0 -15
  698. package/es/plus/contactInfo/types.d.ts +0 -91
  699. package/es/plus/contactInfo/utils.d.ts +0 -7
  700. package/es/plus/contactInfoModal/locales.d.ts +0 -66
  701. package/es/plus/productSelect/CategoryTabs/CategorySkeleton.d.ts +0 -10
  702. package/es/plus/productSelect/ProductList/gridComponents.d.ts +0 -44
  703. package/es/plus/productSelect/ProductList/index.d.ts +0 -22
  704. package/es/plus/productSelect/components/IntersectionObserver.d.ts +0 -42
  705. package/es/plus/productSelect/components/TabsStructure/TabsStructure.d.ts +0 -30
  706. package/es/plus/productSelect/components/TabsStructure/hooks.d.ts +0 -22
  707. package/es/plus/productSelect/components/TabsStructure/index.d.ts +0 -5
  708. package/es/plus/productSelect/components/TabsStructure/styles.d.ts +0 -47
  709. package/es/plus/productSelect/components/TabsStructure/types.d.ts +0 -105
  710. package/es/plus/productSelect/components/TabsStructure/utils.d.ts +0 -12
  711. package/es/plus/productSelect/hooks/useToken.d.ts +0 -18
  712. package/es/plus/productSelect/locales.d.ts +0 -18
  713. package/es/plus/productSelect/theme/token.d.ts +0 -17
  714. package/es/plus/saasCreateOrganization/locales.d.ts +0 -15
  715. package/es/plus/saasCreateOrganization/types.d.ts +0 -69
  716. package/es/plus/saasLogin/locales.d.ts +0 -51
  717. package/es/plus/saasLogin/types.d.ts +0 -62
  718. package/es/plus/saasLogin/utils.d.ts +0 -35
  719. package/es/plus/saasRegister/locales.d.ts +0 -117
  720. package/es/plus/saasRegister/types.d.ts +0 -114
  721. package/es/plus/selectHolder/locales.d.ts +0 -21
  722. package/es/plus/selectHolder/types.d.ts +0 -104
  723. package/es/plus/selectHolder/utils.d.ts +0 -9
  724. package/es/plus/skuOptionsSelection/hooks/index.d.ts +0 -3
  725. package/es/plus/skuOptionsSelection/hooks/useLanguage.d.ts +0 -2
  726. package/es/plus/skuOptionsSelection/hooks/useStore.d.ts +0 -2
  727. package/es/plus/skuOptionsSelection/hooks/useSymbol.d.ts +0 -2
  728. package/es/plus/skuOptionsSelection/locales.d.ts +0 -30
  729. package/es/plus/skuOptionsSelection/store/actions.d.ts +0 -22
  730. package/es/plus/skuOptionsSelection/store/createStore.d.ts +0 -15
  731. package/es/plus/skuOptionsSelection/store/index.d.ts +0 -2
  732. package/es/plus/skuOptionsSelection/store/store.d.ts +0 -4
  733. package/es/plus/skuOptionsSelection/types.d.ts +0 -424
  734. package/es/plus/skuOptionsSelection/utils/calculateOption.d.ts +0 -6
  735. package/es/plus/skuOptionsSelection/utils/checkSkuStatus.d.ts +0 -37
  736. package/es/plus/skuOptionsSelection/utils/index.d.ts +0 -7
  737. package/es/plus/skuOptionsSelection/utils/transformVariantGroup.d.ts +0 -1
  738. package/es/plus/walletEditor/components/JsonEditor/index.d.ts +0 -11
  739. package/es/plus/walletEditor/locales.d.ts +0 -135
  740. package/es/plus/walletEditor/types.d.ts +0 -52
  741. package/es/plus/walletPassGallery/locales.d.ts +0 -285
  742. package/es/plus/walletPassGallery/utils.d.ts +0 -48
  743. package/es/pro/Login2.0/hooks/index.d.ts +0 -2
  744. package/es/pro/Login2.0/hooks/usePasswordValidationRules.d.ts +0 -24
  745. package/es/pro/Login2.0/hooks/useRegisterFlow.d.ts +0 -39
  746. package/es/pro/Login2.0/hooks/useRegistrationMethods.d.ts +0 -9
  747. package/es/pro/Login2.0/locales.d.ts +0 -543
  748. package/es/pro/Login2.0/shared/Header.d.ts +0 -11
  749. package/es/pro/Login2.0/shared/registerFlow.d.ts +0 -116
  750. package/es/pro/Login2.0/shared/types.d.ts +0 -232
  751. package/es/pro/Login2.0/types.d.ts +0 -167
  752. package/es/pro/NumericStepper/index.d.ts +0 -43
  753. package/es/pro/Selector/BatchSelectorDemo.d.ts +0 -3
  754. package/es/pro/Selector/Item.d.ts +0 -14
  755. package/es/pro/Selector/Selector.stories.d.ts +0 -78
  756. package/es/pro/Selector/components/Card/index.d.ts +0 -57
  757. package/es/pro/Selector/components/Card/types.d.ts +0 -1
  758. package/es/pro/Selector/components/Indicator/index.d.ts +0 -19
  759. package/es/pro/Selector/components/IntersectionObserver.d.ts +0 -105
  760. package/es/pro/Selector/components/LayoutContainer/index.d.ts +0 -16
  761. package/es/pro/Selector/components/Media/index.d.ts +0 -6
  762. package/es/pro/Selector/components/Media/types.d.ts +0 -47
  763. package/es/pro/Selector/components/index.d.ts +0 -4
  764. package/es/pro/Selector/demo.d.ts +0 -3
  765. package/es/pro/Selector/hooks/usePresetItemProps.d.ts +0 -43
  766. package/es/pro/Selector/hooks/usePresetProps.d.ts +0 -24
  767. package/es/pro/Selector/index.d.ts +0 -11
  768. package/es/pro/Selector/locales.d.ts +0 -36
  769. package/es/pro/Selector/types.d.ts +0 -173
  770. package/es/pro/Selector/utils/index.d.ts +0 -49
  771. package/es/pro/pisellPaymentList/example.d.ts +0 -20
  772. package/es/test/setup.d.ts +0 -1
  773. package/es/utils/date.d.ts +0 -11
  774. package/es/utils/load.d.ts +0 -11
  775. package/es/utils/locales.d.ts +0 -1
  776. package/es/utils/tasks/type.d.ts +0 -4
  777. package/lib/businessModel/SalesModel/Sales/index.d.ts +0 -24
  778. package/lib/businessModel/SalesModel/hooks/index.d.ts +0 -1
  779. package/lib/businessModel/index.d.ts +0 -0
  780. package/lib/components/Sales/Cart/types.d.ts +0 -31
  781. package/lib/components/Sales/Cart/utils.d.ts +0 -63
  782. package/lib/components/Sales/Checkout/utils.d.ts +0 -41
  783. package/lib/components/Sales/Customer/index.d.ts +0 -25
  784. package/lib/components/Sales/Summary/utils.d.ts +0 -51
  785. package/lib/components/Sales/hooks/index.d.ts +0 -1
  786. package/lib/components/Sales/utils/index.d.ts +0 -1
  787. package/lib/components/appointmentBooking/components/ConfirmInformation/utils.d.ts +0 -12
  788. package/lib/components/appointmentBooking/components/Date/state.d.ts +0 -63
  789. package/lib/components/appointmentBooking/components/Form/utils.d.ts +0 -8
  790. package/lib/components/appointmentBooking/components/Resource/utils.d.ts +0 -5
  791. package/lib/components/appointmentBooking/locales.d.ts +0 -363
  792. package/lib/components/appointmentBooking/type.d.ts +0 -17
  793. package/lib/components/authentication/admin/AuthMethods/components/DefaultSettingsContent.d.ts +0 -11
  794. package/lib/components/authentication/admin/AuthMethods/components/LoginMethodsList.d.ts +0 -13
  795. package/lib/components/authentication/admin/AuthMethods/locales.d.ts +0 -249
  796. package/lib/components/authentication/admin/AuthMethods/types.d.ts +0 -76
  797. package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.d.ts +0 -84
  798. package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/types.d.ts +0 -41
  799. package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.d.ts +0 -72
  800. package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/types.d.ts +0 -33
  801. package/lib/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.d.ts +0 -27
  802. package/lib/components/authentication/admin/ChannelAuthSetting/PageSetting/types.d.ts +0 -25
  803. package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.d.ts +0 -66
  804. package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/types.d.ts +0 -26
  805. package/lib/components/authentication/admin/ChannelAuthSetting/locales.d.ts +0 -39
  806. package/lib/components/authentication/admin/ChannelAuthSetting/types.d.ts +0 -36
  807. package/lib/components/authentication/admin/CustomerAuth/locales.d.ts +0 -66
  808. package/lib/components/authentication/admin/CustomerAuth/types.d.ts +0 -16
  809. package/lib/components/authentication/admin/CustomerOAuthConfig/locales.d.ts +0 -108
  810. package/lib/components/authentication/admin/CustomerOAuthConfig/types.d.ts +0 -22
  811. package/lib/components/authentication/admin/DeviceAuth/locales.d.ts +0 -57
  812. package/lib/components/authentication/admin/DeviceAuth/types.d.ts +0 -16
  813. package/lib/components/authentication/admin/OAuthConfig/locales.d.ts +0 -90
  814. package/lib/components/authentication/admin/OAuthConfig/types.d.ts +0 -22
  815. package/lib/components/authentication/admin/OrgAdminAuth/locales.d.ts +0 -54
  816. package/lib/components/authentication/admin/OrgAdminAuth/types.d.ts +0 -16
  817. package/lib/components/authentication/admin/POSOperatorAuth/locales.d.ts +0 -48
  818. package/lib/components/authentication/admin/POSOperatorAuth/types.d.ts +0 -16
  819. package/lib/components/authentication/admin/SaaSAdminAuth/locales.d.ts +0 -54
  820. package/lib/components/authentication/admin/SaaSAdminAuth/types.d.ts +0 -16
  821. package/lib/components/authentication/index.d.ts +0 -0
  822. package/lib/components/booking/components/TabProduct/tabs/index.d.ts +0 -21
  823. package/lib/components/booking/components/drawer/index.d.ts +0 -19
  824. package/lib/components/booking/components/footer/serve.d.ts +0 -3
  825. package/lib/components/booking/components/menuButton/index.d.ts +0 -10
  826. package/lib/components/booking/components/tabPane/index.d.ts +0 -4
  827. package/lib/components/booking/components/voucher/utils.d.ts +0 -4
  828. package/lib/components/booking/dashboard/serve.d.ts +0 -1
  829. package/lib/components/booking/deposit/serve.d.ts +0 -8
  830. package/lib/components/booking/editBookingModal/locales.d.ts +0 -21
  831. package/lib/components/booking/editBookingModal/mock.d.ts +0 -807
  832. package/lib/components/booking/editBookingModal/type.d.ts +0 -12
  833. package/lib/components/booking/editBookingModal/utils.d.ts +0 -12
  834. package/lib/components/booking/forms/format.d.ts +0 -11
  835. package/lib/components/booking/forms/serve.d.ts +0 -18
  836. package/lib/components/booking/hooks/useIsBooking4Shop.d.ts +0 -1
  837. package/lib/components/booking/info/Provider.d.ts +0 -0
  838. package/lib/components/booking/info/client/serve.d.ts +0 -2
  839. package/lib/components/booking/info/clientVariant/hooks/useIsLowSpeedNetwork.d.ts +0 -2
  840. package/lib/components/booking/info/hooks/useGetHolderList.d.ts +0 -2
  841. package/lib/components/booking/info/hooks/useHolderConfig.d.ts +0 -9
  842. package/lib/components/booking/info/pet/serve.d.ts +0 -1
  843. package/lib/components/booking/info/service/addTimeModal/serve.d.ts +0 -5
  844. package/lib/components/booking/info/service/editService/constants.d.ts +0 -1
  845. package/lib/components/booking/info/service/serve.d.ts +0 -20
  846. package/lib/components/booking/info/service/serviceItem/Sales/index.d.ts +0 -0
  847. package/lib/components/booking/info/service/serviceManager/distributeDiscount.d.ts +0 -11
  848. package/lib/components/booking/info/service/serviceManager/utils.d.ts +0 -0
  849. package/lib/components/booking/info2/service/addService/mock.d.ts +0 -214
  850. package/lib/components/booking/info2/service/addTimeModal/serve.d.ts +0 -9
  851. package/lib/components/booking/info2/service/editService/Capacity/index.d.ts +0 -4
  852. package/lib/components/booking/info2/service/editService/Resources/MaxLengthSelect/index.d.ts +0 -7
  853. package/lib/components/booking/info2/service/editService/ResourcesV2/MaxLengthSelect/index.d.ts +0 -7
  854. package/lib/components/booking/locales.d.ts +0 -843
  855. package/lib/components/booking/materiels/startTime/index.d.ts +0 -10
  856. package/lib/components/eftpos/const.d.ts +0 -64
  857. package/lib/components/eftpos/deviceList/index.d.ts +0 -3
  858. package/lib/components/eftpos/form/index.d.ts +0 -21
  859. package/lib/components/eftpos/group/index.d.ts +0 -6
  860. package/lib/components/eftpos/hooks.d.ts +0 -33
  861. package/lib/components/eftpos/icon/apiKey.d.ts +0 -5
  862. package/lib/components/eftpos/icon/device.d.ts +0 -5
  863. package/lib/components/eftpos/locales.d.ts +0 -99
  864. package/lib/components/eftpos/log.d.ts +0 -8
  865. package/lib/components/eftpos/receipt/index.d.ts +0 -24
  866. package/lib/components/eftpos/surcharge/index.d.ts +0 -31
  867. package/lib/components/eftposPay/component/alert/index.d.ts +0 -6
  868. package/lib/components/eftposPay/component/alert/warn.d.ts +0 -3
  869. package/lib/components/eftposPay/component/header/index.d.ts +0 -10
  870. package/lib/components/eftposPay/component/header/titlebar.d.ts +0 -13
  871. package/lib/components/eftposPay/component/step/index.d.ts +0 -12
  872. package/lib/components/eftposPay/component/step/step.d.ts +0 -9
  873. package/lib/components/eftposPay/const.d.ts +0 -184
  874. package/lib/components/eftposPay/helper.d.ts +0 -83
  875. package/lib/components/eftposPay/locales.d.ts +0 -330
  876. package/lib/components/eftposPay/store/index.d.ts +0 -355
  877. package/lib/components/eftposPay/store/useThunkReducer.d.ts +0 -9
  878. package/lib/components/eftposPay/tyro/hooks.d.ts +0 -13
  879. package/lib/components/eftposPay/windcave/timer.d.ts +0 -29
  880. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/DayItem/index.d.ts +0 -3
  881. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/index.d.ts +0 -4
  882. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/state.d.ts +0 -63
  883. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/utils.d.ts +0 -34
  884. package/lib/components/eventBooking/locales.d.ts +0 -246
  885. package/lib/components/eventBooking/type.d.ts +0 -17
  886. package/lib/components/eventBooking/utils.d.ts +0 -45
  887. package/lib/components/login/locales.d.ts +0 -24
  888. package/lib/components/pay/toC/PaymentList/mock.d.ts +0 -88
  889. package/lib/components/pay/toC/PaymentList/status.d.ts +0 -4
  890. package/lib/components/pay/toC/PaymentList/utils.d.ts +0 -10
  891. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/Content.d.ts +0 -6
  892. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/index.d.ts +0 -2
  893. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/serve.d.ts +0 -9
  894. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/StripeSDK/DynamicSDK.d.ts +0 -2
  895. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/StripeSDK/SDK.d.ts +0 -8
  896. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/StripeSDK/index.d.ts +0 -7
  897. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/components/PageLoading/index.d.ts +0 -2
  898. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/PaymentRequestForm.d.ts +0 -3
  899. package/lib/components/pay/toC/PaymentMethods/hooks/index.d.ts +0 -19
  900. package/lib/components/pay/toC/locales.d.ts +0 -301
  901. package/lib/components/pay/toC/status.d.ts +0 -13
  902. package/lib/components/pinModal/locales.d.ts +0 -27
  903. package/lib/components/pinModal/types.d.ts +0 -0
  904. package/lib/components/pinVerifyModal/locales.d.ts +0 -24
  905. package/lib/components/pinVerifyModal/types.d.ts +0 -33
  906. package/lib/components/pisellSelectCustomerModal/RightPanel/mock.d.ts +0 -47
  907. package/lib/components/pisellSelectCustomerModal/locales.d.ts +0 -81
  908. package/lib/components/productExtension/card/index.d.ts +0 -10
  909. package/lib/components/productExtension/fields/Actor/Container/index.d.ts +0 -12
  910. package/lib/components/productExtension/fields/Actor/CutOffTime/status.d.ts +0 -0
  911. package/lib/components/productExtension/fields/Forms/index.d.ts +0 -10
  912. package/lib/components/productExtension/fields/SelectProducts/mock.d.ts +0 -0
  913. package/lib/components/productExtension/fields/SelectResourcesTable/mock.d.ts +0 -2681
  914. package/lib/components/productExtension/locales.d.ts +0 -48
  915. package/lib/components/productSelect/components/TabProduct/tabs/index.d.ts +0 -21
  916. package/lib/components/productSelect/hooks/useToken.d.ts +0 -18
  917. package/lib/components/productSelect/locales.d.ts +0 -18
  918. package/lib/components/productSelect/mock.d.ts +0 -134
  919. package/lib/components/productSelect/theme/token.d.ts +0 -17
  920. package/lib/components/ruleSetting/locales.d.ts +0 -48
  921. package/lib/components/schedules/components/Card/index.d.ts +0 -6
  922. package/lib/components/schedules/components/CurrentDay/utils.d.ts +0 -1
  923. package/lib/components/schedules/components/DropdownSort/index.d.ts +0 -3
  924. package/lib/components/schedules/components/ScheduleList/RenderScheduleItem/index.d.ts +0 -12
  925. package/lib/components/schedules/constants.d.ts +0 -1
  926. package/lib/components/schedules/locales.d.ts +0 -87
  927. package/lib/components/schedules/resources/add/index.d.ts +0 -3
  928. package/lib/components/schedules/resources/relationProduct/index.d.ts +0 -7
  929. package/lib/components/schedules/type.d.ts +0 -157
  930. package/lib/components/shoppingCart/locales.d.ts +0 -33
  931. package/lib/components/shoppingCart/mock.d.ts +0 -40
  932. package/lib/components/shoppingCart/type.d.ts +0 -48
  933. package/lib/components/shoppingCart/utils.d.ts +0 -63
  934. package/lib/components/stepController/components/Content/index.d.ts +0 -7
  935. package/lib/components/stepController/components/Footer/index.d.ts +0 -8
  936. package/lib/components/stepController/locales.d.ts +0 -27
  937. package/lib/components/stepController/types.d.ts +0 -23
  938. package/lib/components/subTotal/locales.d.ts +0 -42
  939. package/lib/components/systemSettings/registry/locales.d.ts +0 -272
  940. package/lib/components/systemSettings/registry/services.d.ts +0 -77
  941. package/lib/components/systemSettings/registry/types.d.ts +0 -126
  942. package/lib/components/systemSettings/registry/utils/typeValidation.d.ts +0 -16
  943. package/lib/components/systemSettings/registry/utils/validators.d.ts +0 -8
  944. package/lib/components/tabProduct/card/index.d.ts +0 -7
  945. package/lib/components/tabProduct/index.d.ts +0 -16
  946. package/lib/components/tabProduct/tabs/index.d.ts +0 -21
  947. package/lib/components/taxSelect/locales.d.ts +0 -24
  948. package/lib/components/ticketBooking/data.d.ts +0 -58
  949. package/lib/components/ticketBooking/hooks/useNetworkStatus.d.ts +0 -11
  950. package/lib/components/ticketBooking/locales.d.ts +0 -174
  951. package/lib/components/ticketBooking/miniRedux.d.ts +0 -22
  952. package/lib/components/wallet/utils.d.ts +0 -48
  953. package/lib/components/walletList/locales.d.ts +0 -27
  954. package/lib/components/walletList/model.d.ts +0 -6
  955. package/lib/components/walletList/types/index.d.ts +0 -194
  956. package/lib/components/workSpaceList/components/AppearanceEdit/Color.d.ts +0 -9
  957. package/lib/components/workSpaceList/components/AppearanceShow/index.d.ts +0 -11
  958. package/lib/components/workSpaceList/data.d.ts +0 -42
  959. package/lib/hooks/useComponents.d.ts +0 -5
  960. package/lib/hooks/useEngineContext.d.ts +0 -10
  961. package/lib/hooks/useLocale.d.ts +0 -2
  962. package/lib/hooks/useLoginUser.d.ts +0 -2
  963. package/lib/hooks/usePrefix.d.ts +0 -1
  964. package/lib/hooks/useWindowSize.d.ts +0 -5
  965. package/lib/plus/clientName/index.d.ts +0 -5
  966. package/lib/plus/clientName/type.d.ts +0 -13
  967. package/lib/plus/clientName/utils.d.ts +0 -2
  968. package/lib/plus/contactInfo/components/SwipeAction/index.d.ts +0 -46
  969. package/lib/plus/contactInfo/locales.d.ts +0 -15
  970. package/lib/plus/contactInfo/types.d.ts +0 -91
  971. package/lib/plus/contactInfo/utils.d.ts +0 -7
  972. package/lib/plus/contactInfoModal/locales.d.ts +0 -66
  973. package/lib/plus/productSelect/CategoryTabs/CategorySkeleton.d.ts +0 -10
  974. package/lib/plus/productSelect/ProductList/gridComponents.d.ts +0 -44
  975. package/lib/plus/productSelect/ProductList/index.d.ts +0 -22
  976. package/lib/plus/productSelect/components/IntersectionObserver.d.ts +0 -42
  977. package/lib/plus/productSelect/components/TabsStructure/TabsStructure.d.ts +0 -30
  978. package/lib/plus/productSelect/components/TabsStructure/hooks.d.ts +0 -22
  979. package/lib/plus/productSelect/components/TabsStructure/index.d.ts +0 -5
  980. package/lib/plus/productSelect/components/TabsStructure/styles.d.ts +0 -47
  981. package/lib/plus/productSelect/components/TabsStructure/types.d.ts +0 -105
  982. package/lib/plus/productSelect/components/TabsStructure/utils.d.ts +0 -12
  983. package/lib/plus/productSelect/hooks/useToken.d.ts +0 -18
  984. package/lib/plus/productSelect/locales.d.ts +0 -18
  985. package/lib/plus/productSelect/theme/token.d.ts +0 -17
  986. package/lib/plus/saasCreateOrganization/locales.d.ts +0 -15
  987. package/lib/plus/saasCreateOrganization/types.d.ts +0 -69
  988. package/lib/plus/saasLogin/locales.d.ts +0 -51
  989. package/lib/plus/saasLogin/types.d.ts +0 -62
  990. package/lib/plus/saasLogin/utils.d.ts +0 -35
  991. package/lib/plus/saasRegister/locales.d.ts +0 -117
  992. package/lib/plus/saasRegister/types.d.ts +0 -114
  993. package/lib/plus/selectHolder/locales.d.ts +0 -21
  994. package/lib/plus/selectHolder/types.d.ts +0 -104
  995. package/lib/plus/selectHolder/utils.d.ts +0 -9
  996. package/lib/plus/skuOptionsSelection/hooks/index.d.ts +0 -3
  997. package/lib/plus/skuOptionsSelection/hooks/useLanguage.d.ts +0 -2
  998. package/lib/plus/skuOptionsSelection/hooks/useStore.d.ts +0 -2
  999. package/lib/plus/skuOptionsSelection/hooks/useSymbol.d.ts +0 -2
  1000. package/lib/plus/skuOptionsSelection/locales.d.ts +0 -30
  1001. package/lib/plus/skuOptionsSelection/store/actions.d.ts +0 -22
  1002. package/lib/plus/skuOptionsSelection/store/createStore.d.ts +0 -15
  1003. package/lib/plus/skuOptionsSelection/store/index.d.ts +0 -2
  1004. package/lib/plus/skuOptionsSelection/store/store.d.ts +0 -4
  1005. package/lib/plus/skuOptionsSelection/types.d.ts +0 -424
  1006. package/lib/plus/skuOptionsSelection/utils/calculateOption.d.ts +0 -6
  1007. package/lib/plus/skuOptionsSelection/utils/checkSkuStatus.d.ts +0 -37
  1008. package/lib/plus/skuOptionsSelection/utils/index.d.ts +0 -7
  1009. package/lib/plus/skuOptionsSelection/utils/transformVariantGroup.d.ts +0 -1
  1010. package/lib/plus/walletEditor/components/JsonEditor/index.d.ts +0 -11
  1011. package/lib/plus/walletEditor/locales.d.ts +0 -135
  1012. package/lib/plus/walletEditor/types.d.ts +0 -52
  1013. package/lib/plus/walletPassGallery/locales.d.ts +0 -285
  1014. package/lib/plus/walletPassGallery/utils.d.ts +0 -48
  1015. package/lib/pro/Login2.0/hooks/index.d.ts +0 -2
  1016. package/lib/pro/Login2.0/hooks/usePasswordValidationRules.d.ts +0 -24
  1017. package/lib/pro/Login2.0/hooks/useRegisterFlow.d.ts +0 -39
  1018. package/lib/pro/Login2.0/hooks/useRegistrationMethods.d.ts +0 -9
  1019. package/lib/pro/Login2.0/locales.d.ts +0 -543
  1020. package/lib/pro/Login2.0/shared/Header.d.ts +0 -11
  1021. package/lib/pro/Login2.0/shared/registerFlow.d.ts +0 -116
  1022. package/lib/pro/Login2.0/shared/types.d.ts +0 -232
  1023. package/lib/pro/Login2.0/types.d.ts +0 -167
  1024. package/lib/pro/NumericStepper/index.d.ts +0 -43
  1025. package/lib/pro/Selector/BatchSelectorDemo.d.ts +0 -3
  1026. package/lib/pro/Selector/Item.d.ts +0 -14
  1027. package/lib/pro/Selector/Selector.stories.d.ts +0 -78
  1028. package/lib/pro/Selector/components/Card/index.d.ts +0 -57
  1029. package/lib/pro/Selector/components/Card/types.d.ts +0 -1
  1030. package/lib/pro/Selector/components/Indicator/index.d.ts +0 -19
  1031. package/lib/pro/Selector/components/IntersectionObserver.d.ts +0 -105
  1032. package/lib/pro/Selector/components/LayoutContainer/index.d.ts +0 -16
  1033. package/lib/pro/Selector/components/Media/index.d.ts +0 -6
  1034. package/lib/pro/Selector/components/Media/types.d.ts +0 -47
  1035. package/lib/pro/Selector/components/index.d.ts +0 -4
  1036. package/lib/pro/Selector/demo.d.ts +0 -3
  1037. package/lib/pro/Selector/hooks/usePresetItemProps.d.ts +0 -43
  1038. package/lib/pro/Selector/hooks/usePresetProps.d.ts +0 -24
  1039. package/lib/pro/Selector/index.d.ts +0 -11
  1040. package/lib/pro/Selector/locales.d.ts +0 -36
  1041. package/lib/pro/Selector/types.d.ts +0 -173
  1042. package/lib/pro/Selector/utils/index.d.ts +0 -49
  1043. package/lib/pro/pisellPaymentList/example.d.ts +0 -20
  1044. package/lib/test/setup.d.ts +0 -1
  1045. package/lib/utils/date.d.ts +0 -11
  1046. package/lib/utils/load.d.ts +0 -11
  1047. package/lib/utils/locales.d.ts +0 -1
  1048. package/lib/utils/tasks/type.d.ts +0 -4
@@ -1,48 +0,0 @@
1
- import { CollapseProps } from 'antd';
2
- export interface productProps {
3
- hideAddBtn?: boolean;
4
- isShowNote?: boolean;
5
- isShowPackageNote?: boolean;
6
- products?: any[];
7
- holders?: any[];
8
- isEdit?: boolean;
9
- disabledEdit?: boolean;
10
- isShowChangeResource?: boolean;
11
- isShowDelete?: boolean;
12
- isShowChangeHolder?: boolean;
13
- isShowHolder?: boolean;
14
- isShowAddHolderButton?: boolean;
15
- }
16
- export interface shoppingCartProps {
17
- isOpenGroup?: boolean;
18
- carts?: any[];
19
- platform?: 'shop' | 'h5';
20
- emptyText?: string;
21
- activeKey?: string[] | number[];
22
- defaultActiveKey?: string[] | number[];
23
- className?: string;
24
- onCard?: (e: any) => void;
25
- onAction?: (e: any) => void;
26
- onChange?: (items: any, type?: string, other?: any) => void;
27
- onAddProduct?: (e?: any) => void;
28
- onActiveKey?: (e: any) => void;
29
- isShowImage?: boolean;
30
- isShowHolder?: boolean;
31
- isShowDelete?: boolean;
32
- collapseParams?: CollapseProps;
33
- productParams?: productProps;
34
- isHideClearCart?: boolean;
35
- isParallelResource?: boolean;
36
- }
37
- /**
38
- * @title: 商品卡片
39
- * @description:
40
- * @return {*}
41
- * @Author: WangHan
42
- * @Date: 2024-11-29 09:52
43
- */
44
- export interface ProductProps {
45
- id?: any;
46
- lists: any[];
47
- isAdd?: boolean;
48
- }
@@ -1,63 +0,0 @@
1
- /**
2
- * @title: 格式化购物车列表
3
- * @description:
4
- * @param {any} state
5
- * @return {*}
6
- * @Author: WangHan
7
- * @Date: 2024-11-28 16:52
8
- */
9
- export declare const formatCartList: (state: any) => any;
10
- /**
11
- * @title: 是否是空页面
12
- * @description:
13
- * @param {any} state
14
- * @return {*}
15
- * @Author: WangHan
16
- * @Date: 2024-11-28 16:47
17
- */
18
- export declare const isEmptyStatus: (state: any) => boolean;
19
- /**
20
- * @title: 是否是商品列表页面
21
- * @description:
22
- * @param {any} state
23
- * @return {*}
24
- * @Author: WangHan
25
- * @Date: 2024-11-28 17:23
26
- */
27
- export declare const isProductList: (state: any) => boolean;
28
- /**
29
- * @title: 格式化数据最终结果
30
- * @description:
31
- * @param {any} state
32
- * @return {*}
33
- * @Author: WangHan
34
- * @Date: 2024-11-28 18:35
35
- */
36
- export declare const formatState: (state: any) => {
37
- isEmpty: boolean;
38
- isProductList: boolean;
39
- carts: any;
40
- };
41
- /**
42
- * @title: 更新商品
43
- * @description:
44
- * @param {any} newState
45
- * @param {any} state
46
- * @return {*}
47
- * @Author: WangHan
48
- * @Date: 2024-11-28 22:30
49
- */
50
- export declare const updateProduct: (state: any, newProducts: any[]) => {
51
- products: any[];
52
- carts: any;
53
- };
54
- /**
55
- * @title: 格式化服务
56
- * @description:
57
- * @param {any} service
58
- * @param {number} id holder_id
59
- * @return {*}
60
- * @Author: WangHan
61
- * @Date: 2024-12-09 22:47
62
- */
63
- export declare const formatService: (service: any[], id: number) => any[];
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
- import './index.less';
3
- export interface ContentProps {
4
- children?: React.ReactNode;
5
- }
6
- declare const Content: React.FC<ContentProps>;
7
- export default Content;
@@ -1,8 +0,0 @@
1
- import React from 'react';
2
- import './index.less';
3
- export interface FooterProps {
4
- isMobile?: boolean;
5
- children?: React.ReactNode;
6
- }
7
- declare const Footer: React.FC<FooterProps>;
8
- export default Footer;
@@ -1,27 +0,0 @@
1
- declare const _default: {
2
- en: {
3
- 'pisell2.step.controller.step': (step: number) => string;
4
- 'pisell2.step.controller.sendEmail': string;
5
- 'pisell2.step.controller.copy': string;
6
- 'pisell2.step.controller.download': string;
7
- 'pisell2.step.controller.preview': string;
8
- 'pisell2.step.controller.continue': string;
9
- };
10
- 'zh-CN': {
11
- 'pisell2.step.controller.step': (step: number) => string;
12
- 'pisell2.step.controller.sendEmail': string;
13
- 'pisell2.step.controller.copy': string;
14
- 'pisell2.step.controller.download': string;
15
- 'pisell2.step.controller.preview': string;
16
- 'pisell2.step.controller.continue': string;
17
- };
18
- 'zh-HK': {
19
- 'pisell2.step.controller.step': (step: number) => string;
20
- 'pisell2.step.controller.sendEmail': string;
21
- 'pisell2.step.controller.copy': string;
22
- 'pisell2.step.controller.download': string;
23
- 'pisell2.step.controller.preview': string;
24
- 'pisell2.step.controller.continue': string;
25
- };
26
- };
27
- export default _default;
@@ -1,23 +0,0 @@
1
- /// <reference types="react" />
2
- export interface Step {
3
- key: string;
4
- description: string;
5
- }
6
- export interface StepControllerProps extends Step {
7
- steps: Step[];
8
- currentStep: string;
9
- isLastStep?: boolean;
10
- isMobile?: boolean;
11
- children?: React.ReactNode;
12
- onBack?: (key: string) => void;
13
- onClose?: () => void;
14
- confirmCloseProps?: {
15
- isConfirmClose?: boolean;
16
- title?: string;
17
- content?: string;
18
- okText?: string;
19
- cancelText?: string;
20
- };
21
- showFooter?: boolean;
22
- footerContent?: React.ReactNode;
23
- }
@@ -1,42 +0,0 @@
1
- declare const _default: {
2
- en: {
3
- 'pisell2.subtotal.deposit': string;
4
- 'pisell2.subtotal.total': string;
5
- 'pisell2.subtotal.subtotal': string;
6
- 'pisell2.subtotal.tax': string;
7
- 'pisell2.subtotal.delivery-fee': string;
8
- 'pisell2.subtotal.discount': string;
9
- 'pisell2.subtotal.point-deduction': string;
10
- 'pisell2.subtotal.member-deduction': string;
11
- 'pisell2.subtotal.items': string;
12
- 'pisell2.subtotal.not-contain': string;
13
- 'pisell2.subtotal.included': string;
14
- };
15
- 'zh-CN': {
16
- 'pisell2.subtotal.deposit': string;
17
- 'pisell2.subtotal.total': string;
18
- 'pisell2.subtotal.subtotal': string;
19
- 'pisell2.subtotal.tax': string;
20
- 'pisell2.subtotal.delivery-fee': string;
21
- 'pisell2.subtotal.discount': string;
22
- 'pisell2.subtotal.point-deduction': string;
23
- 'pisell2.subtotal.member-deduction': string;
24
- 'pisell2.subtotal.items': string;
25
- 'pisell2.subtotal.not-contain': string;
26
- 'pisell2.subtotal.included': string;
27
- };
28
- 'zh-HK': {
29
- 'pisell2.subtotal.deposit': string;
30
- 'pisell2.subtotal.total': string;
31
- 'pisell2.subtotal.subtotal': string;
32
- 'pisell2.subtotal.tax': string;
33
- 'pisell2.subtotal.delivery-fee': string;
34
- 'pisell2.subtotal.discount': string;
35
- 'pisell2.subtotal.point-deduction': string;
36
- 'pisell2.subtotal.member-deduction': string;
37
- 'pisell2.subtotal.items': string;
38
- 'pisell2.subtotal.not-contain': string;
39
- 'pisell2.subtotal.included': string;
40
- };
41
- };
42
- export default _default;
@@ -1,272 +0,0 @@
1
- declare const _default: {
2
- en: {
3
- 'registry.title': string;
4
- 'registry.sections.title': string;
5
- 'registry.sections.empty': string;
6
- 'registry.sections.loadMore': string;
7
- 'registry.sections.noMore': string;
8
- 'registry.table.title': string;
9
- 'registry.table.name': string;
10
- 'registry.table.key': string;
11
- 'registry.table.type': string;
12
- 'registry.table.interface': string;
13
- 'registry.table.scopes': string;
14
- 'registry.table.default': string;
15
- 'registry.table.description': string;
16
- 'registry.table.actions': string;
17
- 'registry.level.group': string;
18
- 'registry.level.item': string;
19
- 'registry.action.add.group': string;
20
- 'registry.action.add.item': string;
21
- 'registry.action.edit': string;
22
- 'registry.action.delete': string;
23
- 'registry.action.expand': string;
24
- 'registry.action.collapse': string;
25
- 'registry.modal.add.group': string;
26
- 'registry.modal.edit.group': string;
27
- 'registry.modal.add.item': string;
28
- 'registry.modal.edit.item': string;
29
- 'registry.modal.delete.title': string;
30
- 'registry.modal.delete.group.content': string;
31
- 'registry.modal.delete.group.hasItems.title': string;
32
- 'registry.modal.delete.group.hasItems.content': string;
33
- 'registry.modal.delete.item.content': string;
34
- 'registry.form.title': string;
35
- 'registry.form.name': string;
36
- 'registry.form.name.placeholder': string;
37
- 'registry.form.code': string;
38
- 'registry.form.code.placeholder': string;
39
- 'registry.form.key': string;
40
- 'registry.form.key.placeholder': string;
41
- 'registry.form.fieldType': string;
42
- 'registry.form.fieldType.placeholder': string;
43
- 'registry.form.interfaceType': string;
44
- 'registry.form.interfaceType.placeholder': string;
45
- 'registry.form.scopes': string;
46
- 'registry.form.scopes.placeholder': string;
47
- 'registry.form.description': string;
48
- 'registry.form.description.placeholder': string;
49
- 'registry.form.systemDefaultValue': string;
50
- 'registry.form.systemDefaultValue.placeholder': string;
51
- 'registry.form.uiSchema': string;
52
- 'registry.form.uiSchema.placeholder': string;
53
- 'registry.button.ok': string;
54
- 'registry.button.cancel': string;
55
- 'registry.button.save': string;
56
- 'registry.message.save.success': string;
57
- 'registry.message.delete.success': string;
58
- 'registry.message.required': string;
59
- 'registry.message.code.exists': string;
60
- 'registry.message.key.exists': string;
61
- 'registry.message.code.pattern': string;
62
- 'registry.message.key.pattern': string;
63
- 'registry.message.code.format': string;
64
- 'registry.message.code.start': string;
65
- 'registry.message.code.end': string;
66
- 'registry.message.code.consecutive': string;
67
- 'registry.message.name.maxLength': string;
68
- 'registry.message.key.maxLength': string;
69
- 'registry.message.description.maxLength': string;
70
- 'registry.message.uiSchema.invalid': string;
71
- 'registry.message.select.section': string;
72
- 'registry.message.loading.groups': string;
73
- 'registry.message.no.settings': string;
74
- 'registry.message.load.failed': string;
75
- 'registry.message.create.group.error': string;
76
- 'registry.drag.drop.here': string;
77
- 'registry.empty.container.placeholder': string;
78
- 'registry.message.update.group.error': string;
79
- 'registry.message.delete.group.error': string;
80
- 'registry.message.create.item.error': string;
81
- 'registry.message.update.item.error': string;
82
- 'registry.message.delete.item.error': string;
83
- 'registry.message.reorder.success': string;
84
- 'registry.message.reorder.error': string;
85
- 'registry.message.move.success': string;
86
- 'registry.message.move.error': string;
87
- 'registry.scope.systemDefault': string;
88
- 'registry.scope.saasDefault': string;
89
- 'registry.scope.organization': string;
90
- 'registry.scope.business': string;
91
- 'registry.scope.channel': string;
92
- 'registry.scope.board': string;
93
- };
94
- 'zh-CN': {
95
- 'registry.title': string;
96
- 'registry.sections.title': string;
97
- 'registry.sections.empty': string;
98
- 'registry.sections.loadMore': string;
99
- 'registry.sections.noMore': string;
100
- 'registry.table.title': string;
101
- 'registry.table.name': string;
102
- 'registry.table.key': string;
103
- 'registry.table.type': string;
104
- 'registry.table.interface': string;
105
- 'registry.table.scopes': string;
106
- 'registry.table.default': string;
107
- 'registry.table.description': string;
108
- 'registry.table.actions': string;
109
- 'registry.level.group': string;
110
- 'registry.level.item': string;
111
- 'registry.action.add.group': string;
112
- 'registry.action.add.item': string;
113
- 'registry.action.edit': string;
114
- 'registry.action.delete': string;
115
- 'registry.action.expand': string;
116
- 'registry.action.collapse': string;
117
- 'registry.modal.add.group': string;
118
- 'registry.modal.edit.group': string;
119
- 'registry.modal.add.item': string;
120
- 'registry.modal.edit.item': string;
121
- 'registry.modal.delete.title': string;
122
- 'registry.modal.delete.group.content': string;
123
- 'registry.modal.delete.group.hasItems.title': string;
124
- 'registry.modal.delete.group.hasItems.content': string;
125
- 'registry.modal.delete.item.content': string;
126
- 'registry.form.title': string;
127
- 'registry.form.name': string;
128
- 'registry.form.name.placeholder': string;
129
- 'registry.form.code': string;
130
- 'registry.form.code.placeholder': string;
131
- 'registry.form.key': string;
132
- 'registry.form.key.placeholder': string;
133
- 'registry.form.fieldType': string;
134
- 'registry.form.fieldType.placeholder': string;
135
- 'registry.form.interfaceType': string;
136
- 'registry.form.interfaceType.placeholder': string;
137
- 'registry.form.scopes': string;
138
- 'registry.form.scopes.placeholder': string;
139
- 'registry.form.description': string;
140
- 'registry.form.description.placeholder': string;
141
- 'registry.form.systemDefaultValue': string;
142
- 'registry.form.systemDefaultValue.placeholder': string;
143
- 'registry.form.uiSchema': string;
144
- 'registry.form.uiSchema.placeholder': string;
145
- 'registry.button.ok': string;
146
- 'registry.button.cancel': string;
147
- 'registry.button.save': string;
148
- 'registry.message.save.success': string;
149
- 'registry.message.delete.success': string;
150
- 'registry.message.required': string;
151
- 'registry.message.code.exists': string;
152
- 'registry.message.key.exists': string;
153
- 'registry.message.code.pattern': string;
154
- 'registry.message.key.pattern': string;
155
- 'registry.message.code.format': string;
156
- 'registry.message.code.start': string;
157
- 'registry.message.code.end': string;
158
- 'registry.message.code.consecutive': string;
159
- 'registry.message.name.maxLength': string;
160
- 'registry.message.key.maxLength': string;
161
- 'registry.message.description.maxLength': string;
162
- 'registry.message.uiSchema.invalid': string;
163
- 'registry.message.select.section': string;
164
- 'registry.message.loading.groups': string;
165
- 'registry.message.no.settings': string;
166
- 'registry.message.load.failed': string;
167
- 'registry.message.create.group.error': string;
168
- 'registry.message.update.group.error': string;
169
- 'registry.message.delete.group.error': string;
170
- 'registry.message.create.item.error': string;
171
- 'registry.message.update.item.error': string;
172
- 'registry.message.delete.item.error': string;
173
- 'registry.message.reorder.success': string;
174
- 'registry.message.reorder.error': string;
175
- 'registry.message.move.success': string;
176
- 'registry.message.move.error': string;
177
- 'registry.drag.drop.here': string;
178
- 'registry.empty.container.placeholder': string;
179
- 'registry.scope.systemDefault': string;
180
- 'registry.scope.saasDefault': string;
181
- 'registry.scope.organization': string;
182
- 'registry.scope.business': string;
183
- 'registry.scope.channel': string;
184
- 'registry.scope.board': string;
185
- };
186
- 'zh-HK': {
187
- 'registry.title': string;
188
- 'registry.sections.title': string;
189
- 'registry.sections.empty': string;
190
- 'registry.sections.loadMore': string;
191
- 'registry.sections.noMore': string;
192
- 'registry.table.title': string;
193
- 'registry.table.name': string;
194
- 'registry.table.key': string;
195
- 'registry.table.scopes': string;
196
- 'registry.table.actions': string;
197
- 'registry.level.group': string;
198
- 'registry.level.item': string;
199
- 'registry.action.add.group': string;
200
- 'registry.action.add.item': string;
201
- 'registry.action.edit': string;
202
- 'registry.action.delete': string;
203
- 'registry.action.expand': string;
204
- 'registry.action.collapse': string;
205
- 'registry.modal.add.group': string;
206
- 'registry.modal.edit.group': string;
207
- 'registry.modal.add.item': string;
208
- 'registry.modal.edit.item': string;
209
- 'registry.modal.delete.title': string;
210
- 'registry.modal.delete.group.content': string;
211
- 'registry.modal.delete.group.hasItems.title': string;
212
- 'registry.modal.delete.group.hasItems.content': string;
213
- 'registry.modal.delete.item.content': string;
214
- 'registry.form.title': string;
215
- 'registry.form.name': string;
216
- 'registry.form.name.placeholder': string;
217
- 'registry.form.code': string;
218
- 'registry.form.code.placeholder': string;
219
- 'registry.form.key': string;
220
- 'registry.form.key.placeholder': string;
221
- 'registry.form.fieldType': string;
222
- 'registry.form.fieldType.placeholder': string;
223
- 'registry.form.interfaceType': string;
224
- 'registry.form.interfaceType.placeholder': string;
225
- 'registry.form.scopes': string;
226
- 'registry.form.scopes.placeholder': string;
227
- 'registry.form.description': string;
228
- 'registry.form.description.placeholder': string;
229
- 'registry.form.systemDefaultValue': string;
230
- 'registry.form.systemDefaultValue.placeholder': string;
231
- 'registry.form.uiSchema': string;
232
- 'registry.form.uiSchema.placeholder': string;
233
- 'registry.button.ok': string;
234
- 'registry.button.cancel': string;
235
- 'registry.button.save': string;
236
- 'registry.message.save.success': string;
237
- 'registry.message.delete.success': string;
238
- 'registry.message.required': string;
239
- 'registry.message.code.exists': string;
240
- 'registry.message.key.exists': string;
241
- 'registry.message.code.pattern': string;
242
- 'registry.message.key.pattern': string;
243
- 'registry.message.code.format': string;
244
- 'registry.message.code.start': string;
245
- 'registry.message.code.end': string;
246
- 'registry.message.code.consecutive': string;
247
- 'registry.message.name.maxLength': string;
248
- 'registry.message.key.maxLength': string;
249
- 'registry.message.description.maxLength': string;
250
- 'registry.message.select.section': string;
251
- 'registry.message.loading.groups': string;
252
- 'registry.message.no.settings': string;
253
- 'registry.message.load.failed': string;
254
- 'registry.message.create.group.error': string;
255
- 'registry.message.update.group.error': string;
256
- 'registry.message.delete.group.error': string;
257
- 'registry.message.create.item.error': string;
258
- 'registry.message.update.item.error': string;
259
- 'registry.message.delete.item.error': string;
260
- 'registry.message.reorder.success': string;
261
- 'registry.message.reorder.error': string;
262
- 'registry.message.move.success': string;
263
- 'registry.message.move.error': string;
264
- 'registry.scope.systemDefault': string;
265
- 'registry.scope.saasDefault': string;
266
- 'registry.scope.organization': string;
267
- 'registry.scope.business': string;
268
- 'registry.scope.channel': string;
269
- 'registry.scope.board': string;
270
- };
271
- };
272
- export default _default;
@@ -1,77 +0,0 @@
1
- import { ApiResponse, MultiLanguageText, SettingGroup, Section, SettingItem } from './types';
2
- export interface CreateGroupParams {
3
- section_code: string;
4
- code: string;
5
- title: MultiLanguageText;
6
- sort: number;
7
- }
8
- export interface UpdateGroupParams {
9
- id: number;
10
- code: string;
11
- title: MultiLanguageText;
12
- }
13
- export interface DeleteGroupParams {
14
- id: number;
15
- }
16
- export interface SortGroupParams {
17
- section_code: string;
18
- group_ids: number[];
19
- }
20
- export declare const createGroup: (request: any, params: CreateGroupParams) => Promise<ApiResponse<SettingGroup>>;
21
- export declare const updateGroup: (request: any, params: UpdateGroupParams) => Promise<ApiResponse<SettingGroup>>;
22
- export declare const deleteGroup: (request: any, params: DeleteGroupParams) => Promise<any>;
23
- export declare const sortGroups: (request: any, params: SortGroupParams) => Promise<any>;
24
- export declare const getSectionList: (request: any, params: {
25
- page?: number;
26
- pageSize?: number;
27
- filter?: Record<string, any>;
28
- }) => Promise<ApiResponse<Section>>;
29
- export declare const getGroupList: (request: any, params: {
30
- page?: number;
31
- pageSize?: number;
32
- filter?: Record<string, any>;
33
- }) => Promise<ApiResponse<SettingGroup>>;
34
- export interface CreateItemParams {
35
- section_code: string;
36
- group_id: number;
37
- code: string;
38
- title: MultiLanguageText;
39
- description?: MultiLanguageText;
40
- type: string;
41
- interface?: string;
42
- default?: string | null;
43
- scopes?: string[];
44
- schema?: any;
45
- sort?: number;
46
- }
47
- export interface UpdateItemParams {
48
- id: number;
49
- section_code: string;
50
- group_id: number;
51
- code: string;
52
- title: MultiLanguageText;
53
- description?: MultiLanguageText;
54
- type: string;
55
- interface?: string;
56
- default?: string | null;
57
- scopes?: string[];
58
- schema?: any;
59
- sort?: number;
60
- }
61
- export interface DeleteItemParams {
62
- id: number;
63
- }
64
- export interface SortItemParams {
65
- id: number;
66
- group_id: string;
67
- item_ids: number[];
68
- }
69
- export declare const createItem: (request: any, params: CreateItemParams) => Promise<ApiResponse<SettingItem>>;
70
- export declare const updateItem: (request: any, params: UpdateItemParams) => Promise<ApiResponse<SettingItem>>;
71
- export declare const deleteItem: (request: any, params: DeleteItemParams) => Promise<any>;
72
- export declare const sortItems: (request: any, params: SortItemParams) => Promise<any>;
73
- export declare const getItemList: (request: any, params: {
74
- page?: number;
75
- pageSize?: number;
76
- filter?: Record<string, any>;
77
- }) => Promise<ApiResponse<SettingItem>>;