@pisell/private-materials 6.3.94 → 6.3.96

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 (365) hide show
  1. package/build/lowcode/assets-daily.json +11 -11
  2. package/build/lowcode/assets-dev.json +2 -2
  3. package/build/lowcode/assets-prod.json +11 -11
  4. package/build/lowcode/index.js +1 -1
  5. package/build/lowcode/meta.js +1 -1
  6. package/build/lowcode/preview.js +7 -7
  7. package/build/lowcode/render/default/view.css +1 -1
  8. package/build/lowcode/render/default/view.js +2 -2
  9. package/build/lowcode/view.css +1 -1
  10. package/build/lowcode/view.js +2 -2
  11. package/es/components/booking/forms/sendModal/useSendModal.d.ts +1 -1
  12. package/es/components/booking/info/clientVariant/hooks/useIsLowSpeedNetwork.d.ts +0 -1
  13. package/es/components/eftposPay/tyro/hooks.d.ts +0 -1
  14. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateStatus/index.d.ts +0 -1
  15. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/DayItem/index.d.ts +0 -1
  16. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/index.d.ts +0 -1
  17. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Status/index.d.ts +0 -1
  18. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/StripeSDK/index.d.ts +0 -1
  19. package/es/components/pay/toC/PaymentMethods/WalletPass/index.js +1 -3
  20. package/es/components/schedules/model.d.ts +1 -9
  21. package/es/plus/orderList/config.d.ts +2 -2
  22. package/es/plus/saasAttendance/locales.d.ts +63 -0
  23. package/es/plus/saasAttendance/locales.js +71 -2
  24. package/es/plus/saasAttendance/settings/PermissonTab.d.ts +5 -0
  25. package/es/plus/saasAttendance/settings/PermissonTab.js +79 -0
  26. package/es/plus/saasAttendance/settings/ShiftScheduleTab.js +9 -3
  27. package/es/plus/saasAttendance/settings/components/MapField.js +69 -33
  28. package/es/plus/saasAttendance/settings/components/shiftModal/ShiftPreview.d.ts +7 -0
  29. package/es/plus/saasAttendance/settings/components/shiftModal/ShiftPreview.js +149 -0
  30. package/es/plus/saasAttendance/settings/components/shiftModal/ShiftPreview.less +119 -0
  31. package/es/plus/saasAttendance/settings/index.js +7 -0
  32. package/es/plus/saasAttendance/settings/index.less +15 -0
  33. package/es/plus/saasAttendance/settings/types.d.ts +6 -0
  34. package/es/plus/walletEditor/components/ImageUpload/index.d.ts +1 -1
  35. package/lib/components/booking/forms/sendModal/useSendModal.d.ts +1 -1
  36. package/lib/components/booking/info/clientVariant/hooks/useIsLowSpeedNetwork.d.ts +0 -1
  37. package/lib/components/eftposPay/tyro/hooks.d.ts +0 -1
  38. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateStatus/index.d.ts +0 -1
  39. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/DayItem/index.d.ts +0 -1
  40. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/index.d.ts +0 -1
  41. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Status/index.d.ts +0 -1
  42. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/StripeSDK/index.d.ts +0 -1
  43. package/lib/components/pay/toC/PaymentMethods/WalletPass/index.js +1 -3
  44. package/lib/components/schedules/model.d.ts +1 -9
  45. package/lib/plus/orderList/config.d.ts +2 -2
  46. package/lib/plus/saasAttendance/locales.d.ts +63 -0
  47. package/lib/plus/saasAttendance/locales.js +65 -2
  48. package/lib/plus/saasAttendance/settings/PermissonTab.d.ts +5 -0
  49. package/lib/plus/saasAttendance/settings/PermissonTab.js +128 -0
  50. package/lib/plus/saasAttendance/settings/ShiftScheduleTab.js +2 -1
  51. package/lib/plus/saasAttendance/settings/components/MapField.js +50 -11
  52. package/lib/plus/saasAttendance/settings/components/shiftModal/ShiftPreview.d.ts +7 -0
  53. package/lib/plus/saasAttendance/settings/components/shiftModal/ShiftPreview.js +150 -0
  54. package/lib/plus/saasAttendance/settings/components/shiftModal/ShiftPreview.less +119 -0
  55. package/lib/plus/saasAttendance/settings/index.js +12 -0
  56. package/lib/plus/saasAttendance/settings/index.less +15 -0
  57. package/lib/plus/saasAttendance/settings/types.d.ts +6 -0
  58. package/lib/plus/walletEditor/components/ImageUpload/index.d.ts +1 -1
  59. package/lowcode/eco-cup-list/meta.ts +1 -1
  60. package/lowcode/eco-customer-list/meta.ts +1 -1
  61. package/package.json +3 -3
  62. package/es/components/Sales/Cart/index.d.ts +0 -53
  63. package/es/components/Sales/Summary/utils.d.ts +0 -58
  64. package/es/components/appointmentBooking/components/Date/state.d.ts +0 -63
  65. package/es/components/appointmentBooking/locales.d.ts +0 -366
  66. package/es/components/authentication/admin/AuthMethods/locales.d.ts +0 -249
  67. package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/index.d.ts +0 -6
  68. package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.d.ts +0 -84
  69. package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/types.d.ts +0 -41
  70. package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/index.d.ts +0 -6
  71. package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.d.ts +0 -72
  72. package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/types.d.ts +0 -33
  73. package/es/components/authentication/admin/ChannelAuthSetting/OnlineShopAuth/index.d.ts +0 -6
  74. package/es/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.d.ts +0 -27
  75. package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.d.ts +0 -66
  76. package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/types.d.ts +0 -26
  77. package/es/components/authentication/admin/ChannelAuthSetting/SaaSManagermentAuth/index.d.ts +0 -6
  78. package/es/components/authentication/admin/ChannelAuthSetting/locales.d.ts +0 -39
  79. package/es/components/authentication/admin/CustomerAuth/locales.d.ts +0 -66
  80. package/es/components/authentication/admin/CustomerOAuthConfig/locales.d.ts +0 -108
  81. package/es/components/authentication/admin/DeviceAuth/locales.d.ts +0 -57
  82. package/es/components/authentication/admin/OAuthConfig/locales.d.ts +0 -90
  83. package/es/components/authentication/admin/OrgAdminAuth/locales.d.ts +0 -54
  84. package/es/components/authentication/admin/POSOperatorAuth/locales.d.ts +0 -48
  85. package/es/components/authentication/admin/SaaSAdminAuth/locales.d.ts +0 -54
  86. package/es/components/booking/addons/index.d.ts +0 -17
  87. package/es/components/booking/components/footer/amount.d.ts +0 -25
  88. package/es/components/booking/components/tabPane/index.d.ts +0 -4
  89. package/es/components/booking/components/voucher/utils.d.ts +0 -4
  90. package/es/components/booking/dashboard/serve.d.ts +0 -1
  91. package/es/components/booking/deposit/ClientItem/index.d.ts +0 -18
  92. package/es/components/booking/deposit/DepositItem/index.d.ts +0 -25
  93. package/es/components/booking/deposit/index.d.ts +0 -3
  94. package/es/components/booking/editBookingModal/locales.d.ts +0 -21
  95. package/es/components/booking/editBookingModal/mock.d.ts +0 -807
  96. package/es/components/booking/editBookingModal/utils.d.ts +0 -12
  97. package/es/components/booking/forms/forms.d.ts +0 -30
  98. package/es/components/booking/hooks/useIsBooking4Shop.d.ts +0 -1
  99. package/es/components/booking/info/addServiceVariant/index.d.ts +0 -7
  100. package/es/components/booking/info/client/index.d.ts +0 -4
  101. package/es/components/booking/info/clientVariant/utils.d.ts +0 -1
  102. package/es/components/booking/info/clientVariant/vertical/index.d.ts +0 -8
  103. package/es/components/booking/info/hooks/useHolderConfig.d.ts +0 -9
  104. package/es/components/booking/info/hooks/useInfoHolder.d.ts +0 -9
  105. package/es/components/booking/info/index.d.ts +0 -4
  106. package/es/components/booking/info/main.d.ts +0 -12
  107. package/es/components/booking/info/model.d.ts +0 -14
  108. package/es/components/booking/info/service/Lists.d.ts +0 -3
  109. package/es/components/booking/info/service/addService/index.d.ts +0 -12
  110. package/es/components/booking/info/service/serve.d.ts +0 -20
  111. package/es/components/booking/info/service/serviceList/index.d.ts +0 -6
  112. package/es/components/booking/info/service/serviceManager/index.d.ts +0 -20
  113. package/es/components/booking/info/service2/Group/utils.d.ts +0 -14
  114. package/es/components/booking/info/service2/Lists.d.ts +0 -3
  115. package/es/components/booking/info/service2/utils.d.ts +0 -248
  116. package/es/components/booking/info/utils.d.ts +0 -50
  117. package/es/components/booking/info2/index.d.ts +0 -12
  118. package/es/components/booking/info2/service/addService/index.d.ts +0 -12
  119. package/es/components/booking/info2/service/addService/mock.d.ts +0 -214
  120. package/es/components/booking/info2/service/addService/utils.d.ts +0 -98
  121. package/es/components/booking/info2/service/addTimeModal/index.d.ts +0 -4
  122. package/es/components/booking/info2/service/editService/utils.d.ts +0 -13
  123. package/es/components/booking/info2/service/index.d.ts +0 -4
  124. package/es/components/booking/info2/service/serviceList/index.d.ts +0 -6
  125. package/es/components/booking/info2/utilsByBooking.d.ts +0 -35
  126. package/es/components/booking/locales.d.ts +0 -846
  127. package/es/components/booking/notes/addNote/index.d.ts +0 -4
  128. package/es/components/booking/utils.d.ts +0 -175
  129. package/es/components/ecocup/components/CupInfoCard/index.d.ts +0 -8
  130. package/es/components/ecocup/components/CupStatusModal/hooks.d.ts +0 -5
  131. package/es/components/ecocup/components/CustomerCard/index.d.ts +0 -7
  132. package/es/components/ecocup/cupList/hooks/useCupApi.d.ts +0 -32
  133. package/es/components/ecocup/cupProject/const.d.ts +0 -7
  134. package/es/components/eftpos/const.d.ts +0 -64
  135. package/es/components/eftpos/device.d.ts +0 -9
  136. package/es/components/eftpos/hooks.d.ts +0 -34
  137. package/es/components/eftpos/locales.d.ts +0 -99
  138. package/es/components/eftposPay/app.d.ts +0 -11
  139. package/es/components/eftposPay/component/fail/failCustom.d.ts +0 -4
  140. package/es/components/eftposPay/component/fail/index.d.ts +0 -4
  141. package/es/components/eftposPay/const.d.ts +0 -184
  142. package/es/components/eftposPay/device.d.ts +0 -24
  143. package/es/components/eftposPay/hooks.d.ts +0 -35
  144. package/es/components/eftposPay/index.d.ts +0 -5
  145. package/es/components/eftposPay/locales.d.ts +0 -330
  146. package/es/components/eftposPay/manufacturer.d.ts +0 -7
  147. package/es/components/eftposPay/pay.d.ts +0 -21
  148. package/es/components/eftposPay/store/index.d.ts +0 -355
  149. package/es/components/eftposPay/tyro/index.d.ts +0 -9
  150. package/es/components/eventBooking/locales.d.ts +0 -246
  151. package/es/components/login/locales.d.ts +0 -24
  152. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/Content.d.ts +0 -6
  153. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/index.d.ts +0 -2
  154. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/components/PageLoading/index.d.ts +0 -2
  155. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/PaymentRequestForm.d.ts +0 -3
  156. package/es/components/pay/toC/locales.d.ts +0 -307
  157. package/es/components/pay/toC/serve.d.ts +0 -62
  158. package/es/components/pinModal/locales.d.ts +0 -27
  159. package/es/components/pinVerifyModal/locales.d.ts +0 -24
  160. package/es/components/pisellSelectCustomerModal/RightPanel/Add/PhoneField/index.d.ts +0 -3
  161. package/es/components/pisellSelectCustomerModal/locales.d.ts +0 -81
  162. package/es/components/productExtension/locales.d.ts +0 -48
  163. package/es/components/productSelect/locales.d.ts +0 -18
  164. package/es/components/ruleSetting/locales.d.ts +0 -48
  165. package/es/components/schedules/locales.d.ts +0 -87
  166. package/es/components/shoppingCart/locales.d.ts +0 -33
  167. package/es/components/shoppingCart/type.d.ts +0 -48
  168. package/es/components/stepController/locales.d.ts +0 -27
  169. package/es/components/subTotal/locales.d.ts +0 -42
  170. package/es/components/systemSettings/registry/locales.d.ts +0 -272
  171. package/es/components/systemSettings/registry/types.d.ts +0 -126
  172. package/es/components/taxSelect/locales.d.ts +0 -24
  173. package/es/components/ticketBooking/components/addServiceVariant/index.d.ts +0 -7
  174. package/es/components/ticketBooking/components/ticketBooking/index.d.ts +0 -5
  175. package/es/components/ticketBooking/index.d.ts +0 -8
  176. package/es/components/ticketBooking/locales.d.ts +0 -174
  177. package/es/components/ticketBooking/serve.d.ts +0 -287
  178. package/es/components/ticketBooking/utils/formatTime.d.ts +0 -31
  179. package/es/components/ticketBooking/utils/index.d.ts +0 -25
  180. package/es/components/wallet/utils.d.ts +0 -48
  181. package/es/components/walletList/locales.d.ts +0 -27
  182. package/es/components/walletList/types/index.d.ts +0 -194
  183. package/es/components/workSpaceList/components/AppearanceEdit/constants.d.ts +0 -8
  184. package/es/components/workSpaceList/components/Card/constants.d.ts +0 -2
  185. package/es/hooks/useEngineContext.d.ts +0 -11
  186. package/es/hooks/useWindowSize.d.ts +0 -5
  187. package/es/plus/clientCard/locales.d.ts +0 -18
  188. package/es/plus/clientCard/types.d.ts +0 -135
  189. package/es/plus/clinetSearch/locales.d.ts +0 -108
  190. package/es/plus/contactInfo/locales.d.ts +0 -15
  191. package/es/plus/contactInfoModal/locales.d.ts +0 -66
  192. package/es/plus/productSelect/CategoryTabs/index.d.ts +0 -21
  193. package/es/plus/productSelect/locales.d.ts +0 -18
  194. package/es/plus/saasCreateOrganization/locales.d.ts +0 -15
  195. package/es/plus/saasLogin/locales.d.ts +0 -51
  196. package/es/plus/saasRegister/locales.d.ts +0 -117
  197. package/es/plus/saasRole/locales.d.ts +0 -193
  198. package/es/plus/saasRole/types.d.ts +0 -175
  199. package/es/plus/saasTeamMembers/locales.d.ts +0 -330
  200. package/es/plus/saasTeamMembers/type.d.ts +0 -156
  201. package/es/plus/selectHolder/locales.d.ts +0 -27
  202. package/es/plus/walletEditor/locales.d.ts +0 -135
  203. package/es/plus/walletEditor/types.d.ts +0 -52
  204. package/es/plus/walletPassGallery/locales.d.ts +0 -285
  205. package/es/plus/walletPassGallery/utils.d.ts +0 -48
  206. package/es/pro/Login2.0/components/PhoneInput.d.ts +0 -53
  207. package/es/pro/Login2.0/locales.d.ts +0 -543
  208. package/es/pro/Login2.0/shared/types.d.ts +0 -232
  209. package/es/pro/comprehensiveSearch/components/searchSection/locales.d.ts +0 -15
  210. package/es/pro/comprehensiveSearch/locales.d.ts +0 -15
  211. package/es/pro/numberKeyboard/locales.d.ts +0 -12
  212. package/es/pro/pisellPhoneKeyboard/locales.d.ts +0 -12
  213. package/es/test/setup.d.ts +0 -1
  214. package/lib/components/Sales/Cart/index.d.ts +0 -53
  215. package/lib/components/Sales/Summary/utils.d.ts +0 -58
  216. package/lib/components/appointmentBooking/components/Date/state.d.ts +0 -63
  217. package/lib/components/appointmentBooking/locales.d.ts +0 -366
  218. package/lib/components/authentication/admin/AuthMethods/locales.d.ts +0 -249
  219. package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/index.d.ts +0 -6
  220. package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.d.ts +0 -84
  221. package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/types.d.ts +0 -41
  222. package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/index.d.ts +0 -6
  223. package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.d.ts +0 -72
  224. package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/types.d.ts +0 -33
  225. package/lib/components/authentication/admin/ChannelAuthSetting/OnlineShopAuth/index.d.ts +0 -6
  226. package/lib/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.d.ts +0 -27
  227. package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.d.ts +0 -66
  228. package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/types.d.ts +0 -26
  229. package/lib/components/authentication/admin/ChannelAuthSetting/SaaSManagermentAuth/index.d.ts +0 -6
  230. package/lib/components/authentication/admin/ChannelAuthSetting/locales.d.ts +0 -39
  231. package/lib/components/authentication/admin/CustomerAuth/locales.d.ts +0 -66
  232. package/lib/components/authentication/admin/CustomerOAuthConfig/locales.d.ts +0 -108
  233. package/lib/components/authentication/admin/DeviceAuth/locales.d.ts +0 -57
  234. package/lib/components/authentication/admin/OAuthConfig/locales.d.ts +0 -90
  235. package/lib/components/authentication/admin/OrgAdminAuth/locales.d.ts +0 -54
  236. package/lib/components/authentication/admin/POSOperatorAuth/locales.d.ts +0 -48
  237. package/lib/components/authentication/admin/SaaSAdminAuth/locales.d.ts +0 -54
  238. package/lib/components/booking/addons/index.d.ts +0 -17
  239. package/lib/components/booking/components/footer/amount.d.ts +0 -25
  240. package/lib/components/booking/components/tabPane/index.d.ts +0 -4
  241. package/lib/components/booking/components/voucher/utils.d.ts +0 -4
  242. package/lib/components/booking/dashboard/serve.d.ts +0 -1
  243. package/lib/components/booking/deposit/ClientItem/index.d.ts +0 -18
  244. package/lib/components/booking/deposit/DepositItem/index.d.ts +0 -25
  245. package/lib/components/booking/deposit/index.d.ts +0 -3
  246. package/lib/components/booking/editBookingModal/locales.d.ts +0 -21
  247. package/lib/components/booking/editBookingModal/mock.d.ts +0 -807
  248. package/lib/components/booking/editBookingModal/utils.d.ts +0 -12
  249. package/lib/components/booking/forms/forms.d.ts +0 -30
  250. package/lib/components/booking/hooks/useIsBooking4Shop.d.ts +0 -1
  251. package/lib/components/booking/info/addServiceVariant/index.d.ts +0 -7
  252. package/lib/components/booking/info/client/index.d.ts +0 -4
  253. package/lib/components/booking/info/clientVariant/utils.d.ts +0 -1
  254. package/lib/components/booking/info/clientVariant/vertical/index.d.ts +0 -8
  255. package/lib/components/booking/info/hooks/useHolderConfig.d.ts +0 -9
  256. package/lib/components/booking/info/hooks/useInfoHolder.d.ts +0 -9
  257. package/lib/components/booking/info/index.d.ts +0 -4
  258. package/lib/components/booking/info/main.d.ts +0 -12
  259. package/lib/components/booking/info/model.d.ts +0 -14
  260. package/lib/components/booking/info/service/Lists.d.ts +0 -3
  261. package/lib/components/booking/info/service/addService/index.d.ts +0 -12
  262. package/lib/components/booking/info/service/serve.d.ts +0 -20
  263. package/lib/components/booking/info/service/serviceList/index.d.ts +0 -6
  264. package/lib/components/booking/info/service/serviceManager/index.d.ts +0 -20
  265. package/lib/components/booking/info/service2/Group/utils.d.ts +0 -14
  266. package/lib/components/booking/info/service2/Lists.d.ts +0 -3
  267. package/lib/components/booking/info/service2/utils.d.ts +0 -248
  268. package/lib/components/booking/info/utils.d.ts +0 -50
  269. package/lib/components/booking/info2/index.d.ts +0 -12
  270. package/lib/components/booking/info2/service/addService/index.d.ts +0 -12
  271. package/lib/components/booking/info2/service/addService/mock.d.ts +0 -214
  272. package/lib/components/booking/info2/service/addService/utils.d.ts +0 -98
  273. package/lib/components/booking/info2/service/addTimeModal/index.d.ts +0 -4
  274. package/lib/components/booking/info2/service/editService/utils.d.ts +0 -13
  275. package/lib/components/booking/info2/service/index.d.ts +0 -4
  276. package/lib/components/booking/info2/service/serviceList/index.d.ts +0 -6
  277. package/lib/components/booking/info2/utilsByBooking.d.ts +0 -35
  278. package/lib/components/booking/locales.d.ts +0 -846
  279. package/lib/components/booking/notes/addNote/index.d.ts +0 -4
  280. package/lib/components/booking/utils.d.ts +0 -175
  281. package/lib/components/ecocup/components/CupInfoCard/index.d.ts +0 -8
  282. package/lib/components/ecocup/components/CupStatusModal/hooks.d.ts +0 -5
  283. package/lib/components/ecocup/components/CustomerCard/index.d.ts +0 -7
  284. package/lib/components/ecocup/cupList/hooks/useCupApi.d.ts +0 -32
  285. package/lib/components/ecocup/cupProject/const.d.ts +0 -7
  286. package/lib/components/eftpos/const.d.ts +0 -64
  287. package/lib/components/eftpos/device.d.ts +0 -9
  288. package/lib/components/eftpos/hooks.d.ts +0 -34
  289. package/lib/components/eftpos/locales.d.ts +0 -99
  290. package/lib/components/eftposPay/app.d.ts +0 -11
  291. package/lib/components/eftposPay/component/fail/failCustom.d.ts +0 -4
  292. package/lib/components/eftposPay/component/fail/index.d.ts +0 -4
  293. package/lib/components/eftposPay/const.d.ts +0 -184
  294. package/lib/components/eftposPay/device.d.ts +0 -24
  295. package/lib/components/eftposPay/hooks.d.ts +0 -35
  296. package/lib/components/eftposPay/index.d.ts +0 -5
  297. package/lib/components/eftposPay/locales.d.ts +0 -330
  298. package/lib/components/eftposPay/manufacturer.d.ts +0 -7
  299. package/lib/components/eftposPay/pay.d.ts +0 -21
  300. package/lib/components/eftposPay/store/index.d.ts +0 -355
  301. package/lib/components/eftposPay/tyro/index.d.ts +0 -9
  302. package/lib/components/eventBooking/locales.d.ts +0 -246
  303. package/lib/components/login/locales.d.ts +0 -24
  304. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/Content.d.ts +0 -6
  305. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/index.d.ts +0 -2
  306. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/components/PageLoading/index.d.ts +0 -2
  307. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/PaymentRequestForm.d.ts +0 -3
  308. package/lib/components/pay/toC/locales.d.ts +0 -307
  309. package/lib/components/pay/toC/serve.d.ts +0 -62
  310. package/lib/components/pinModal/locales.d.ts +0 -27
  311. package/lib/components/pinVerifyModal/locales.d.ts +0 -24
  312. package/lib/components/pisellSelectCustomerModal/RightPanel/Add/PhoneField/index.d.ts +0 -3
  313. package/lib/components/pisellSelectCustomerModal/locales.d.ts +0 -81
  314. package/lib/components/productExtension/locales.d.ts +0 -48
  315. package/lib/components/productSelect/locales.d.ts +0 -18
  316. package/lib/components/ruleSetting/locales.d.ts +0 -48
  317. package/lib/components/schedules/locales.d.ts +0 -87
  318. package/lib/components/shoppingCart/locales.d.ts +0 -33
  319. package/lib/components/shoppingCart/type.d.ts +0 -48
  320. package/lib/components/stepController/locales.d.ts +0 -27
  321. package/lib/components/subTotal/locales.d.ts +0 -42
  322. package/lib/components/systemSettings/registry/locales.d.ts +0 -272
  323. package/lib/components/systemSettings/registry/types.d.ts +0 -126
  324. package/lib/components/taxSelect/locales.d.ts +0 -24
  325. package/lib/components/ticketBooking/components/addServiceVariant/index.d.ts +0 -7
  326. package/lib/components/ticketBooking/components/ticketBooking/index.d.ts +0 -5
  327. package/lib/components/ticketBooking/index.d.ts +0 -8
  328. package/lib/components/ticketBooking/locales.d.ts +0 -174
  329. package/lib/components/ticketBooking/serve.d.ts +0 -287
  330. package/lib/components/ticketBooking/utils/formatTime.d.ts +0 -31
  331. package/lib/components/ticketBooking/utils/index.d.ts +0 -25
  332. package/lib/components/wallet/utils.d.ts +0 -48
  333. package/lib/components/walletList/locales.d.ts +0 -27
  334. package/lib/components/walletList/types/index.d.ts +0 -194
  335. package/lib/components/workSpaceList/components/AppearanceEdit/constants.d.ts +0 -8
  336. package/lib/components/workSpaceList/components/Card/constants.d.ts +0 -2
  337. package/lib/hooks/useEngineContext.d.ts +0 -11
  338. package/lib/hooks/useWindowSize.d.ts +0 -5
  339. package/lib/plus/clientCard/locales.d.ts +0 -18
  340. package/lib/plus/clientCard/types.d.ts +0 -135
  341. package/lib/plus/clinetSearch/locales.d.ts +0 -108
  342. package/lib/plus/contactInfo/locales.d.ts +0 -15
  343. package/lib/plus/contactInfoModal/locales.d.ts +0 -66
  344. package/lib/plus/productSelect/CategoryTabs/index.d.ts +0 -21
  345. package/lib/plus/productSelect/locales.d.ts +0 -18
  346. package/lib/plus/saasCreateOrganization/locales.d.ts +0 -15
  347. package/lib/plus/saasLogin/locales.d.ts +0 -51
  348. package/lib/plus/saasRegister/locales.d.ts +0 -117
  349. package/lib/plus/saasRole/locales.d.ts +0 -193
  350. package/lib/plus/saasRole/types.d.ts +0 -175
  351. package/lib/plus/saasTeamMembers/locales.d.ts +0 -330
  352. package/lib/plus/saasTeamMembers/type.d.ts +0 -156
  353. package/lib/plus/selectHolder/locales.d.ts +0 -27
  354. package/lib/plus/walletEditor/locales.d.ts +0 -135
  355. package/lib/plus/walletEditor/types.d.ts +0 -52
  356. package/lib/plus/walletPassGallery/locales.d.ts +0 -285
  357. package/lib/plus/walletPassGallery/utils.d.ts +0 -48
  358. package/lib/pro/Login2.0/components/PhoneInput.d.ts +0 -53
  359. package/lib/pro/Login2.0/locales.d.ts +0 -543
  360. package/lib/pro/Login2.0/shared/types.d.ts +0 -232
  361. package/lib/pro/comprehensiveSearch/components/searchSection/locales.d.ts +0 -15
  362. package/lib/pro/comprehensiveSearch/locales.d.ts +0 -15
  363. package/lib/pro/numberKeyboard/locales.d.ts +0 -12
  364. package/lib/pro/pisellPhoneKeyboard/locales.d.ts +0 -12
  365. package/lib/test/setup.d.ts +0 -1
@@ -1,5 +0,0 @@
1
- import React from 'react';
2
- import './index.less';
3
- export declare const _formatBookingDetail: (data: any, modalState: any) => any;
4
- declare const TicketBooking: () => React.JSX.Element;
5
- export default TicketBooking;
@@ -1,8 +0,0 @@
1
- import React from 'react';
2
- import './index.less';
3
- interface TicketBookingProps {
4
- productExtensionType: string[];
5
- bookingConfigParams: Record<string, any>;
6
- }
7
- declare const _default: (props: TicketBookingProps) => React.JSX.Element;
8
- export default _default;
@@ -1,174 +0,0 @@
1
- declare const _default: {
2
- en: {
3
- 'pisell2.ticket-booking.info': string;
4
- 'pisell2.ticket-booking.notes': string;
5
- 'pisell2.ticket-booking.forms': string;
6
- 'pisell2.ticket-booking.sales': string;
7
- 'pisell2.ticket-booking.payment': string;
8
- 'pisell2.ticket-booking.unsaved-changes': string;
9
- 'pisell2.ticket-booking.exit-confirm': string;
10
- 'pisell2.ticket-booking.go-back': string;
11
- 'pisell2.ticket-booking.exit': string;
12
- 'pisell2.ticket-booking.deposit': string;
13
- 'pisell2.ticket-booking.copy-success': string;
14
- 'pisell2.ticket-booking.no-data': string;
15
- 'pisell2.ticket-booking.authorized': string;
16
- 'pisell2.ticket-booking.paid': string;
17
- 'pisell2.ticket-booking.partially-paid': string;
18
- 'pisell2.ticket-booking.partially-refunded': string;
19
- 'pisell2.ticket-booking.payment-pending': string;
20
- 'pisell2.ticket-booking.refunded': string;
21
- 'pisell2.ticket-booking.unpaid': string;
22
- 'pisell2.ticket-booking.voided': string;
23
- 'pisell2.ticket-booking.pending': string;
24
- 'pisell2.ticket-booking.all': string;
25
- 'pisell2.ticket-booking.not-started': string;
26
- 'pisell2.ticket-booking.started': string;
27
- 'pisell2.ticket-booking.finished': string;
28
- 'pisell2.ticket-booking.canceled': string;
29
- 'pisell2.ticket-booking.inform': string;
30
- 'pisell2.ticket-booking.check-management': string;
31
- 'pisell2.ticket-booking.confirm': string;
32
- 'pisell2.ticket-booking.dashboard': string;
33
- 'pisell2.ticket-booking.booking-list': string;
34
- 'pisell2.ticket-booking.full-data': string;
35
- 'pisell2.ticket-booking.today': string;
36
- 'pisell2.ticket-booking.now': string;
37
- 'pisell2.ticket-booking.start-time': string;
38
- 'pisell2.ticket-booking.create-time': string;
39
- 'pisell2.ticket-booking.customer': string;
40
- 'pisell2.ticket-booking.total': string;
41
- 'pisell2.ticket-booking.search': string;
42
- 'pisell2.ticket-booking.refresh-success': string;
43
- 'pisell2.ticket-booking.loading': string;
44
- 'pisell2.ticket-booking.appointment-not-found': string;
45
- 'pisell2.ticket-booking.scan': string;
46
- 'pisell2.ticket-booking.create-new': string;
47
- 'pisell2.ticket-booking.add-to-cart': string;
48
- 'pisell2.ticket-booking.not-available-title': string;
49
- 'pisell2.ticket-booking.not-available-ok': string;
50
- 'pisell2.ticket-booking.in-cart': (number: number) => string;
51
- 'pisell2.product.card.cart-items': (number: number) => string;
52
- 'pisell2.product.card.subtotal': string;
53
- 'pisell2.product.card.hour.minute': (hour: number, minute: number) => string;
54
- 'pisell2.product.card.day': (val: number) => string;
55
- 'pisell2.product.card.day.event': (val: number) => string;
56
- 'pisell2.product.card.minute': (val: number) => string;
57
- "pisell2.ticket-booking.reload": string;
58
- };
59
- 'zh-CN': {
60
- 'pisell2.ticket-booking.info': string;
61
- 'pisell2.ticket-booking.notes': string;
62
- 'pisell2.ticket-booking.forms': string;
63
- 'pisell2.ticket-booking.sales': string;
64
- 'pisell2.ticket-booking.payment': string;
65
- 'pisell2.ticket-booking.unsaved-changes': string;
66
- 'pisell2.ticket-booking.exit-confirm': string;
67
- 'pisell2.ticket-booking.go-back': string;
68
- 'pisell2.ticket-booking.exit': string;
69
- 'pisell2.ticket-booking.deposit': string;
70
- 'pisell2.ticket-booking.copy-success': string;
71
- 'pisell2.ticket-booking.no-data': string;
72
- 'pisell2.ticket-booking.authorized': string;
73
- 'pisell2.ticket-booking.paid': string;
74
- 'pisell2.ticket-booking.partially-paid': string;
75
- 'pisell2.ticket-booking.partially-refunded': string;
76
- 'pisell2.ticket-booking.payment-pending': string;
77
- 'pisell2.ticket-booking.refunded': string;
78
- 'pisell2.ticket-booking.unpaid': string;
79
- 'pisell2.ticket-booking.voided': string;
80
- 'pisell2.ticket-booking.pending': string;
81
- 'pisell2.ticket-booking.all': string;
82
- 'pisell2.ticket-booking.not-started': string;
83
- 'pisell2.ticket-booking.started': string;
84
- 'pisell2.ticket-booking.finished': string;
85
- 'pisell2.ticket-booking.canceled': string;
86
- 'pisell2.ticket-booking.inform': string;
87
- 'pisell2.ticket-booking.check-management': string;
88
- 'pisell2.ticket-booking.confirm': string;
89
- 'pisell2.ticket-booking.dashboard': string;
90
- 'pisell2.ticket-booking.booking-list': string;
91
- 'pisell2.ticket-booking.full-data': string;
92
- 'pisell2.ticket-booking.today': string;
93
- 'pisell2.ticket-booking.now': string;
94
- 'pisell2.ticket-booking.start-time': string;
95
- 'pisell2.ticket-booking.create-time': string;
96
- 'pisell2.ticket-booking.customer': string;
97
- 'pisell2.ticket-booking.total': string;
98
- 'pisell2.ticket-booking.search': string;
99
- 'pisell2.ticket-booking.refresh-success': string;
100
- 'pisell2.ticket-booking.loading': string;
101
- 'pisell2.ticket-booking.appointment-not-found': string;
102
- 'pisell2.ticket-booking.scan': string;
103
- 'pisell2.ticket-booking.create-new': string;
104
- 'pisell2.ticket-booking.add-to-cart': string;
105
- 'pisell2.ticket-booking.not-available-title': string;
106
- 'pisell2.ticket-booking.not-available-ok': string;
107
- 'pisell2.product.card.cart-items': (number: number) => string;
108
- 'pisell2.product.card.subtotal': string;
109
- 'pisell2.ticket-booking.in-cart': (number: number) => string;
110
- 'pisell2.product.card.hour.minute': (hour: number, minute: number) => string;
111
- 'pisell2.product.card.day': (val: number) => string;
112
- 'pisell2.product.card.day.event': (val: number) => string;
113
- 'pisell2.product.card.minute': (val: number) => string;
114
- "pisell2.ticket-booking.reload": string;
115
- };
116
- 'zh-HK': {
117
- 'pisell2.ticket-booking.info': string;
118
- 'pisell2.ticket-booking.notes': string;
119
- 'pisell2.ticket-booking.forms': string;
120
- 'pisell2.ticket-booking.sales': string;
121
- 'pisell2.ticket-booking.payment': string;
122
- 'pisell2.ticket-booking.unsaved-changes': string;
123
- 'pisell2.ticket-booking.exit-confirm': string;
124
- 'pisell2.ticket-booking.go-back': string;
125
- 'pisell2.ticket-booking.exit': string;
126
- 'pisell2.ticket-booking.deposit': string;
127
- 'pisell2.ticket-booking.copy-success': string;
128
- 'pisell2.ticket-booking.no-data': string;
129
- 'pisell2.ticket-booking.authorized': string;
130
- 'pisell2.ticket-booking.paid': string;
131
- 'pisell2.ticket-booking.partially-paid': string;
132
- 'pisell2.ticket-booking.partially-refunded': string;
133
- 'pisell2.ticket-booking.payment-pending': string;
134
- 'pisell2.ticket-booking.refunded': string;
135
- 'pisell2.ticket-booking.unpaid': string;
136
- 'pisell2.ticket-booking.voided': string;
137
- 'pisell2.ticket-booking.pending': string;
138
- 'pisell2.ticket-booking.all': string;
139
- 'pisell2.ticket-booking.not-started': string;
140
- 'pisell2.ticket-booking.started': string;
141
- 'pisell2.ticket-booking.finished': string;
142
- 'pisell2.ticket-booking.canceled': string;
143
- 'pisell2.ticket-booking.inform': string;
144
- 'pisell2.ticket-booking.check-management': string;
145
- 'pisell2.ticket-booking.confirm': string;
146
- 'pisell2.ticket-booking.dashboard': string;
147
- 'pisell2.ticket-booking.booking-list': string;
148
- 'pisell2.ticket-booking.full-data': string;
149
- 'pisell2.ticket-booking.today': string;
150
- 'pisell2.ticket-booking.now': string;
151
- 'pisell2.ticket-booking.start-time': string;
152
- 'pisell2.ticket-booking.create-time': string;
153
- 'pisell2.ticket-booking.customer': string;
154
- 'pisell2.ticket-booking.total': string;
155
- 'pisell2.ticket-booking.search': string;
156
- 'pisell2.ticket-booking.refresh-success': string;
157
- 'pisell2.ticket-booking.loading': string;
158
- 'pisell2.ticket-booking.appointment-not-found': string;
159
- 'pisell2.ticket-booking.scan': string;
160
- 'pisell2.ticket-booking.create-new': string;
161
- 'pisell2.ticket-booking.add-to-cart': string;
162
- 'pisell2.ticket-booking.not-available-title': string;
163
- 'pisell2.ticket-booking.not-available-ok': string;
164
- 'pisell2.ticket-booking.in-cart': (number: number) => string;
165
- 'pisell2.product.card.cart-items': (number: number) => string;
166
- 'pisell2.product.card.subtotal': string;
167
- 'pisell2.product.card.hour.minute': (hour: number, minute: number) => string;
168
- 'pisell2.product.card.day': (val: number) => string;
169
- 'pisell2.product.card.day.event': (val: number) => string;
170
- 'pisell2.product.card.minute': (val: number) => string;
171
- "pisell2.ticket-booking.reload": string;
172
- };
173
- };
174
- export default _default;
@@ -1,287 +0,0 @@
1
- /**
2
- * @title: 获取客户列表
3
- * @description: 获取客户列表
4
- * @param {any} params
5
- * @return {*}
6
- * @Author: cong.shao
7
- * @Date: 2025-04-24 16:28
8
- */
9
- export declare const getClients: (params: any) => Promise<any>;
10
- /**
11
- * @title: 获取服务列表
12
- * @description: 查询服务列表
13
- * @param {any} params
14
- * @return {*}
15
- * @Author: cong.shao
16
- * @Date: 2025-04-24 16:28
17
- */
18
- export declare const getServices: (params: any) => Promise<any>;
19
- /**
20
- * @title: 获取资源列表
21
- * @description: 资源列表
22
- * @param {any} params
23
- * @return {*}
24
- * @Author: cong.shao
25
- * @Date: 2025-04-24 16:28
26
- */
27
- export declare const getResources: (params: any) => Promise<any>;
28
- /**
29
- * @title: 获取产品列表
30
- * @description: 查询产品列表
31
- * @param {any} params
32
- * @return {*}
33
- * @Author: cong.shao
34
- * @Date: 2025-04-24 16:28
35
- */
36
- export declare const getProducts: (params: any) => Promise<any>;
37
- /**
38
- * @title: 获取表单列表
39
- * @description: 获取关联记录表单列表
40
- * @param {any} params
41
- * @return {*}
42
- * @Author: cong.shao
43
- * @Date: 2025-04-24 16:28
44
- */
45
- export declare const getForms: (params: any) => Promise<any>;
46
- /**
47
- * @title: 获取预约配置
48
- * @description: 获取预约相关配置信息
49
- * @param {any} params
50
- * @return {*}
51
- * @Author: cong.shao
52
- * @Date: 2025-04-24 16:28
53
- */
54
- export declare const getBookingConfig: (params: any) => Promise<any>;
55
- /**
56
- * @title: 获取宠物信息
57
- * @description: 根据ID获取宠物信息
58
- * @param {string} formId
59
- * @param {any} params
60
- * @return {*}
61
- * @Author: cong.shao
62
- * @Date: 2025-04-24 16:28
63
- */
64
- export declare const getPets: (formId: string, params: any) => Promise<any>;
65
- /**
66
- * @title: 获取宠物数据
67
- * @description: 获取宠物数据
68
- * @param {any} params
69
- * @return {*}
70
- * @Author: cong.shao
71
- * @Date: 2025-04-24 16:28
72
- */
73
- export declare const getPetsData: (params: any) => Promise<any>;
74
- /**
75
- * @title: 创建预约
76
- * @description: 创建新的预约记录
77
- * @param {any} params
78
- * @return {*}
79
- * @Author: cong.shao
80
- * @Date: 2025-04-24 16:28
81
- */
82
- export declare const createBooking: (params: any) => Promise<any>;
83
- /**
84
- * @title: 获取预约附加服务
85
- * @description: 根据预约ID获取附加服务信息
86
- * @param {string} bookingId
87
- * @param {any} params
88
- * @return {*}
89
- * @Author: cong.shao
90
- * @Date: 2025-04-24 16:28
91
- */
92
- export declare const getAddonsByOrderId: (bookingId: string, params: any) => Promise<any>;
93
- /**
94
- * @title: 保存预约附加服务
95
- * @description: 保存预约的附加服务信息
96
- * @param {string} bookingId
97
- * @param {any} params
98
- * @return {*}
99
- * @Author: cong.shao
100
- * @Date: 2025-04-24 16:28
101
- */
102
- export declare const saveAddonsByOrderId: (bookingId: string, params: any) => Promise<any>;
103
- /**
104
- * @title: 获取预约详情
105
- * @description: 获取预约详细信息
106
- * @param {number} bookingId
107
- * @param {any} params
108
- * @return {*}
109
- * @Author: cong.shao
110
- * @Date: 2025-04-24 16:28
111
- */
112
- export declare const getBookingDetail: (bookingId: number, params?: any) => Promise<any>;
113
- /**
114
- * @title: 编辑预约状态
115
- * @description: 更新预约状态
116
- * @param {string} bookingId
117
- * @param {any} params
118
- * @return {*}
119
- * @Author: cong.shao
120
- * @Date: 2025-04-24 16:28
121
- */
122
- export declare const editBookingStatus: (bookingId: string, params: any) => Promise<any>;
123
- /**
124
- * @title: 编辑预约信息
125
- * @description: 更新预约信息
126
- * @param {string} bookingId
127
- * @param {any} params
128
- * @return {*}
129
- * @Author: cong.shao
130
- * @Date: 2025-04-24 16:28
131
- */
132
- export declare const editBooking: (bookingId: string, params: any) => Promise<any>;
133
- /**
134
- * @title: 获取预约备注
135
- * @description: 获取预约相关备注信息
136
- * @param {any} params
137
- * @return {*}
138
- * @Author: cong.shao
139
- * @Date: 2025-04-24 16:28
140
- */
141
- export declare const getNotesByOrder: (params: any) => Promise<any>;
142
- /**
143
- * @title: 添加预约备注
144
- * @description: 添加预约相关备注
145
- * @param {any} params
146
- * @return {*}
147
- * @Author: cong.shao
148
- * @Date: 2025-04-24 16:28
149
- */
150
- export declare const addNotesByOrder: (params: any) => Promise<any>;
151
- /**
152
- * @title: 编辑预约备注
153
- * @description: 更新预约备注信息
154
- * @param {string} bookingId
155
- * @param {any} params
156
- * @return {*}
157
- * @Author: cong.shao
158
- * @Date: 2025-04-24 16:28
159
- */
160
- export declare const editNoteByOrder: (bookingId: string, params: any) => Promise<any>;
161
- /**
162
- * @title: 删除预约备注
163
- * @description: 删除预约相关备注
164
- * @param {string} bookingId
165
- * @param {any} params
166
- * @return {*}
167
- * @Author: cong.shao
168
- * @Date: 2025-04-24 16:28
169
- */
170
- export declare const removeNoteByOrder: (bookingId: string, params: any) => Promise<any>;
171
- /**
172
- * @title: 保存预约表单数据
173
- * @description: 保存预约相关的表单数据
174
- * @param {any} params
175
- * @return {*}
176
- * @Author: cong.shao
177
- * @Date: 2025-04-24 16:28
178
- */
179
- export declare const saveBookingFormData: (params: any) => Promise<any>;
180
- /**
181
- * @title: 获取支付列表
182
- * @description: 获取支付相关列表数据
183
- * @param {any} params
184
- * @return {*}
185
- * @Author: cong.shao
186
- * @Date: 2025-04-24 16:28
187
- */
188
- export declare const getPaymentList: (params: any) => Promise<any>;
189
- /**
190
- * @title: 编辑订单备注
191
- * @description: 更新订单备注信息
192
- * @param {string} bookingId
193
- * @param {any} params
194
- * @return {*}
195
- * @Author: cong.shao
196
- * @Date: 2025-04-24 16:28
197
- */
198
- export declare const editOrderNote: (bookingId: string, params: any) => Promise<any>;
199
- /**
200
- * @title: 获取退款信息
201
- * @description: 获取退款相关信息
202
- * @param {string} bookingId
203
- * @param {any} params
204
- * @return {*}
205
- * @Author: cong.shao
206
- * @Date: 2025-04-24 16:28
207
- */
208
- export declare const getRefundInfo: (bookingId: string, params: any) => Promise<any>;
209
- /**
210
- * @title: 创建活动预约
211
- * @description: 创建新的活动预约记录
212
- * @param {any} params
213
- * @return {*}
214
- * @Author: cong.shao
215
- * @Date: 2025-04-24 16:28
216
- */
217
- export declare const createEventBooking: (params: any) => Promise<any>;
218
- /**
219
- * @title: 获取活动预约详情
220
- * @description: 获取活动预约详细信息
221
- * @param {number} bookingId
222
- * @param {any} params
223
- * @return {*}
224
- * @Author: cong.shao
225
- * @Date: 2025-04-24 16:28
226
- */
227
- export declare const getEventBookingDetail: (bookingId: number, params?: any) => Promise<any>;
228
- /**
229
- * @title: 编辑活动预约
230
- * @description: 更新活动预约信息
231
- * @param {string} bookingId
232
- * @param {any} params
233
- * @return {*}
234
- * @Author: cong.shao
235
- * @Date: 2025-04-24 16:28
236
- */
237
- export declare const editEventBooking: (bookingId: string, params: any) => Promise<any>;
238
- /**
239
- * @title: 获取定金显示配置
240
- * @description: 获取定金相关显示配置
241
- * @param {any} params
242
- * @return {*}
243
- * @Author: cong.shao
244
- * @Date: 2025-04-24 16:28
245
- */
246
- export declare const getDepositShow: (params: any) => Promise<any>;
247
- /**
248
- * @title: 获取表单记录
249
- * @description: 获取表单记录数据
250
- * @param {any} params
251
- * @return {*}
252
- * @Author: cong.shao
253
- * @Date: 2025-04-24 16:28
254
- */
255
- export declare const getFormRecords: (params: any) => Promise<any>;
256
- /**
257
- * @title: 获取预约列表
258
- * @description: 获取预约列表数据
259
- * @param {any} params
260
- * @return {*}
261
- * @Author: cong.shao
262
- * @Date: 2025-04-24 16:28
263
- */
264
- export declare const getBookingList2: (params: any) => Promise<any>;
265
- /**
266
- * @title: 获取订单信息
267
- * @description: 根据机器码获取订单信息
268
- * @param {any} params
269
- * @return {*}
270
- * @Author: cong.shao
271
- * @Date: 2025-04-24 16:28
272
- */
273
- export declare const getOrderInfoByCode: (params: any) => Promise<any>;
274
- /**
275
- * @title: 获取ES客户数据
276
- * @description: 从ES获取客户数据
277
- * @param {any} params
278
- * @return {*}
279
- * @Author: cong.shao
280
- * @Date: 2025-04-24 16:28
281
- */
282
- export declare const getClientsEs: (params: any) => Promise<any>;
283
- /**
284
- * 作废2.0预约订单
285
- * @param order_id
286
- */
287
- export declare const voidAppointment: (order_id: number) => Promise<any>;
@@ -1,31 +0,0 @@
1
- import 'dayjs/locale/zh-cn';
2
- import 'dayjs/locale/en';
3
- import 'dayjs/locale/zh-tw';
4
- /**
5
- * @title: 是否英文
6
- * @description:
7
- * @param {any} item
8
- * @return {*}
9
- * @Author: WangHan
10
- * @Date: 2024-12-28 22:49
11
- */
12
- export declare const isEn: (item: any) => boolean;
13
- /**
14
- * @title: 跨日预约时间
15
- * @description:
16
- * @param {any} item
17
- * @return {*}
18
- * @Author: WangHan
19
- * @Date: 2024-12-28 22:50
20
- */
21
- export declare const formatMultiDayDate: (item: any) => string;
22
- /**
23
- * @title: 格式化服务的 开始时间-结束时间-时长, 用于展示
24
- * @description:
25
- * @param {any} item
26
- * @param {any} currentDate
27
- * @return {*}
28
- * @Author: zhiwei.Wang
29
- * @Date: 2024-04-26 14:04
30
- */
31
- export declare const getServiceTime: (item: any, currentDate: any, utils: any) => string;
@@ -1,25 +0,0 @@
1
- import type { Dayjs } from 'dayjs';
2
- /** dayjs对象格式化为字符串时间 */
3
- export declare const formatDateToStr: (date: Dayjs[]) => string | string[];
4
- export declare const getDefaultStartParam: () => string | string[];
5
- export declare const formatBookingList: (bookingList: any[]) => any[];
6
- export declare const getNextTimeSlice: (sliceMinutes: number) => Dayjs;
7
- export declare const getDisabledEdit: ({ shop_discount, bookings, payment_status }: any) => boolean;
8
- export declare const restoreProductOtherData: (data: any) => {
9
- product_id: any;
10
- option: never[];
11
- bundle: any;
12
- product_variant_id: number;
13
- quantity: number;
14
- } | undefined;
15
- export declare const isSameProduct: (a: any, b: any) => boolean;
16
- export declare const addService: (list: any[], addItem: any, state: any) => {
17
- list: any[];
18
- quantity: any;
19
- };
20
- export declare const addServiceScroll: (rowKey: string, cacheItem: any) => void;
21
- export declare const getCartProductOverlay: (state: any) => any;
22
- export declare const getIsOverlayProduct: (item: any, state: any) => any;
23
- export declare const getIsShowNumber: (item: any, state: any) => any;
24
- export declare const genServiceKey: (item: any) => string;
25
- export declare const createSimpleCacheItem: (item: any, e: any, state: any) => any;
@@ -1,48 +0,0 @@
1
- interface ScheduleTextResult {
2
- validityTexts: string[];
3
- excluded_date: string[];
4
- included_date: string[];
5
- }
6
- declare type Locale = 'en' | 'zh-CN' | 'zh-HK';
7
- interface ScheduleItem {
8
- id: number;
9
- name: string | {
10
- [key: string]: string;
11
- };
12
- type: 'standard' | 'time-slots' | 'designation';
13
- start_time: string | null;
14
- end_time: string | null;
15
- repeat_type: 'none' | 'daily' | 'weekly';
16
- repeat_rule: {
17
- end: {
18
- type: 'never' | 'date' | 'occurrence';
19
- end_date: string | null;
20
- occurrence: number | null;
21
- };
22
- frequency: number;
23
- excluded_date: Array<{
24
- start: string;
25
- end: string;
26
- }>;
27
- included_date: any[];
28
- frequency_date: number[];
29
- } | null;
30
- designation: Array<{
31
- start_date: string;
32
- start_time: string;
33
- end_date: string;
34
- end_time: string;
35
- }> | null;
36
- is_all: number;
37
- time_slot: Array<{
38
- start_time: string;
39
- end_time: string;
40
- }>;
41
- }
42
- /**
43
- * 根据scheduleList格式化文案展示
44
- * @param scheduleList 日程列表
45
- * @returns 格式化后的文案结果数组,每个日程对应一个结果
46
- */
47
- export declare function formatScheduleText(scheduleList: ScheduleItem[], locale?: Locale): ScheduleTextResult[];
48
- export {};
@@ -1,27 +0,0 @@
1
- declare const _default: {
2
- en: {
3
- 'page.wallet.guide.title': string;
4
- 'page.wallet.guide.subtitle': string;
5
- 'page.wallet.guide.button': string;
6
- 'page.wallet.tempHolderSelector.title': string;
7
- 'page.wallet.tempHolderSelector.create': string;
8
- 'page.wallet.tempHolderSelector.confirm': string;
9
- };
10
- 'zh-CN': {
11
- 'page.wallet.guide.title': string;
12
- 'page.wallet.guide.subtitle': string;
13
- 'page.wallet.guide.button': string;
14
- 'page.wallet.tempHolderSelector.title': string;
15
- 'page.wallet.tempHolderSelector.create': string;
16
- 'page.wallet.tempHolderSelector.confirm': string;
17
- };
18
- 'zh-HK': {
19
- 'page.wallet.guide.title': string;
20
- 'page.wallet.guide.subtitle': string;
21
- 'page.wallet.guide.button': string;
22
- 'page.wallet.tempHolderSelector.title': string;
23
- 'page.wallet.tempHolderSelector.create': string;
24
- 'page.wallet.tempHolderSelector.confirm': string;
25
- };
26
- };
27
- export default _default;