@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,232 +0,0 @@
1
- /**
2
- * 登录注册 2.0 共享类型定义
3
- */
4
- /** 验证方式枚举 */
5
- export declare type VerificationMethod = 'verification_code' | 'password';
6
- /** 邮箱注册验证方式 */
7
- export declare type EmailRegistrationVerification = 'verification_link' | 'verification_code' | 'none';
8
- /** 手机注册验证方式 */
9
- export declare type PhoneRegistrationVerification = 'verification_code';
10
- /** 认证方式类型 */
11
- export declare type AuthMethodType = 'email' | 'phone' | 'google' | 'facebook' | 'apple' | 'guest';
12
- /** 登录方式项类型 */
13
- export declare type LoginMethodType = 'email' | 'phone' | 'google' | 'facebook' | 'apple' | 'guest';
14
- export interface PhoneValueObject {
15
- phone: string;
16
- country_calling_code: string;
17
- }
18
- /** 邮箱登录方式项 */
19
- export interface EmailLoginMethod {
20
- type: 'email';
21
- /** 启用的验证方式(按顺序),第一个为默认方式 */
22
- verificationMethods: Array<'password' | 'verification_code'>;
23
- /** 密码登录是否分步骤填写(先输入邮箱,再输入密码) */
24
- stepByStep?: boolean;
25
- }
26
- /** 手机登录方式项 */
27
- export interface PhoneLoginMethod {
28
- type: 'phone';
29
- /** 启用的验证方式(按顺序),第一个为默认方式 */
30
- verificationMethods: Array<'password' | 'verification_code'>;
31
- /** 密码登录是否分步骤填写(先输入手机号,再输入密码) */
32
- stepByStep?: boolean;
33
- }
34
- /** Google 登录方式项 */
35
- export interface GoogleLoginMethod {
36
- type: 'google';
37
- /** Google Client ID */
38
- clientId?: string;
39
- }
40
- /** Facebook 登录方式项 */
41
- export interface FacebookLoginMethod {
42
- type: 'facebook';
43
- /** Facebook App ID */
44
- appId?: string;
45
- }
46
- /** Apple 登录方式项 */
47
- export interface AppleLoginMethod {
48
- type: 'apple';
49
- /** Apple Client ID */
50
- clientId?: string;
51
- }
52
- /** Guest 登录方式项 */
53
- export interface GuestLoginMethod {
54
- type: 'guest';
55
- }
56
- /** 注册方式类型 */
57
- export declare type RegistrationMethodType = 'email' | 'phone' | 'google' | 'facebook' | 'apple';
58
- /** 邮箱注册方式项 */
59
- export interface EmailRegistrationMethod {
60
- type: 'email';
61
- /** 注册验证方式(邮箱支持验证链接/验证码/无需验证) */
62
- verificationMethod: 'verification_link' | 'verification_code' | 'none';
63
- }
64
- /** 手机注册方式项 */
65
- export interface PhoneRegistrationMethod {
66
- type: 'phone';
67
- /** 注册验证方式(手机仅支持验证码) */
68
- verificationMethod: 'verification_code';
69
- }
70
- /** Google 注册方式项 */
71
- export interface GoogleRegistrationMethod {
72
- type: 'google';
73
- /** Google Client ID */
74
- clientId?: string;
75
- }
76
- /** Facebook 注册方式项 */
77
- export interface FacebookRegistrationMethod {
78
- type: 'facebook';
79
- /** Facebook App ID */
80
- appId?: string;
81
- }
82
- /** Apple 注册方式项 */
83
- export interface AppleRegistrationMethod {
84
- type: 'apple';
85
- /** Apple Client ID */
86
- clientId?: string;
87
- }
88
- /** 注册方式项联合类型 */
89
- export declare type RegistrationMethodItem = EmailRegistrationMethod | PhoneRegistrationMethod | GoogleRegistrationMethod | FacebookRegistrationMethod | AppleRegistrationMethod;
90
- /** 法律条款项 */
91
- export interface LegalTermItem {
92
- /** 条款名称 - 支持国际化对象或简单字符串 */
93
- name: string | {
94
- en?: string;
95
- 'zh-CN'?: string;
96
- 'zh-HK'?: string;
97
- original?: string;
98
- };
99
- /** 条款链接 */
100
- url: string;
101
- }
102
- /** 法律条款配置 */
103
- export interface LegalTermsConfig {
104
- /** 是否显示法律条款区域 */
105
- enabled?: boolean;
106
- /** 法律条款列表 */
107
- terms?: LegalTermItem[];
108
- /** 条款文本模板 */
109
- textTemplate?: string;
110
- /** 当前模式:login 或 register */
111
- mode?: 'login' | 'register';
112
- }
113
- /** 登录方式项联合类型 */
114
- export declare type LoginMethodItem = EmailLoginMethod | PhoneLoginMethod | GoogleLoginMethod | FacebookLoginMethod | AppleLoginMethod | GuestLoginMethod;
115
- /** 邮箱认证配置 */
116
- export interface EmailAuthConfig {
117
- /** 是否启用邮箱认证 */
118
- enable_email: boolean;
119
- /** 注册验证方式 */
120
- registration_verification?: EmailRegistrationVerification;
121
- /** 登录验证方式列表 */
122
- login_verification_methods?: VerificationMethod[];
123
- }
124
- /** 手机认证配置 */
125
- export interface PhoneAuthConfig {
126
- /** 是否启用手机认证 */
127
- enable_phone_number: boolean;
128
- /** 注册验证方式 */
129
- registration_verification?: PhoneRegistrationVerification;
130
- /** 登录验证方式列表 */
131
- login_verification_methods?: VerificationMethod[];
132
- }
133
- /** 三方 OAuth 配置 */
134
- export interface OAuthConfig {
135
- /** Google 登录 */
136
- google?: {
137
- enabled: boolean;
138
- client_id?: string;
139
- };
140
- /** Facebook 登录 */
141
- facebook?: {
142
- enabled: boolean;
143
- app_id?: string;
144
- };
145
- /** Apple 登录 */
146
- apple?: {
147
- enabled: boolean;
148
- client_id?: string;
149
- };
150
- }
151
- /** UI 配置 */
152
- export interface UIConfig {
153
- /** Logo 配置 */
154
- logo?: {
155
- show: boolean;
156
- url?: string;
157
- position?: 'left' | 'center' | 'right';
158
- size?: {
159
- width: number;
160
- height: number;
161
- };
162
- };
163
- /** 标题配置 */
164
- title?: {
165
- show: boolean;
166
- text?: string;
167
- align?: 'left' | 'center' | 'right';
168
- };
169
- /** 副标题配置 */
170
- subtitle?: {
171
- show: boolean;
172
- text?: string;
173
- align?: 'left' | 'center' | 'right';
174
- };
175
- /** 描述配置 */
176
- desc?: {
177
- show: boolean;
178
- text?: string;
179
- align?: 'left' | 'center' | 'right';
180
- };
181
- /** 表单标签配置 */
182
- formLabels?: {
183
- /** 邮箱标签配置 */
184
- email?: {
185
- show: boolean;
186
- text?: string;
187
- };
188
- /** 手机标签配置 */
189
- phone?: {
190
- show: boolean;
191
- text?: string;
192
- };
193
- /** 密码标签配置 */
194
- password?: {
195
- show: boolean;
196
- text?: string;
197
- };
198
- /** 验证码标签配置 */
199
- verificationCode?: {
200
- show: boolean;
201
- text?: string;
202
- };
203
- };
204
- /** 密码规则 */
205
- passwordRules?: any;
206
- /** 主题色 */
207
- themeColor?: string;
208
- }
209
- /** 登录表单数据 */
210
- export interface LoginFormData {
211
- /** 邮箱或手机号 */
212
- account: string | PhoneValueObject;
213
- /** 密码 */
214
- password?: string;
215
- /** 验证码 */
216
- verification_code?: string;
217
- /** 记住我 */
218
- remember_me?: boolean;
219
- }
220
- /** 注册表单数据 */
221
- export interface RegisterFormData {
222
- /** 邮箱或手机号 */
223
- account: string;
224
- /** 密码 */
225
- password?: string;
226
- /** 确认密码 */
227
- confirm_password?: string;
228
- /** 验证码 */
229
- verification_code?: string;
230
- /** 验证链接 token */
231
- verification_token?: string;
232
- }
@@ -1,15 +0,0 @@
1
- declare const _default: {
2
- en: {
3
- 'pisell2.comprehensive-search.placeholder': string;
4
- 'pisell2.text.search': string;
5
- };
6
- 'zh-CN': {
7
- 'pisell2.comprehensive-search.placeholder': string;
8
- 'pisell2.text.search': string;
9
- };
10
- 'zh-HK': {
11
- 'pisell2.comprehensive-search.placeholder': string;
12
- 'pisell2.text.search': string;
13
- };
14
- };
15
- export default _default;
@@ -1,15 +0,0 @@
1
- declare const _default: {
2
- en: {
3
- 'pisell2.text.new-client': string;
4
- 'pisell2.comprehensive-search.empty': string;
5
- };
6
- 'zh-CN': {
7
- 'pisell2.text.new-client': string;
8
- 'pisell2.comprehensive-search.empty': string;
9
- };
10
- 'zh-HK': {
11
- 'pisell2.text.new-client': string;
12
- 'pisell2.comprehensive-search.empty': string;
13
- };
14
- };
15
- export default _default;
@@ -1,12 +0,0 @@
1
- declare const _default: {
2
- en: {
3
- 'pisell2.number.keyboard.ok': string;
4
- };
5
- 'zh-CN': {
6
- 'pisell2.number.keyboard.ok': string;
7
- };
8
- 'zh-HK': {
9
- 'pisell2.number.keyboard.ok': string;
10
- };
11
- };
12
- export default _default;
@@ -1,12 +0,0 @@
1
- declare const _default: {
2
- en: {
3
- 'pisell2.text.confirm': string;
4
- };
5
- 'zh-CN': {
6
- 'pisell2.text.confirm': string;
7
- };
8
- 'zh-HK': {
9
- 'pisell2.text.confirm': string;
10
- };
11
- };
12
- export default _default;
@@ -1 +0,0 @@
1
- import '@testing-library/jest-dom/vitest';
@@ -1,53 +0,0 @@
1
- import React from 'react';
2
- import { TUpdateDisabledCartItem } from './types';
3
- interface CartItem {
4
- _id: string;
5
- [key: string]: any;
6
- }
7
- interface CartData {
8
- cartItems: CartItem[];
9
- currentCartItem: CartItem | null;
10
- }
11
- interface CartContextType {
12
- createCartItem: () => CartItem;
13
- createCartItemFromEvent: (eventItem: any) => CartItem;
14
- createCartItemFromHolder: (holderItem: any) => CartItem;
15
- addToCart: () => void;
16
- updateCartItem: (cartItem: CartItem, updateType?: 'deposit') => CartItem;
17
- deleteCartItem: (cartItem: CartItem) => void;
18
- clickCartItem: (cartItem: CartItem) => void;
19
- updateCurrentCartItem: (cartItem: Partial<CartItem>) => void;
20
- clearCurrentCartItem: () => void;
21
- currentCartItem: CartItem | null;
22
- checkHolder: () => boolean;
23
- cartData: CartData;
24
- openCart: boolean;
25
- onOpenCart: any;
26
- onCloseCart: any;
27
- deleteCartItemByHolder: (holder_id: number) => void;
28
- addHolderToCartItem: (holderItem: any) => void;
29
- cartDataHolderList: any;
30
- addNoteToCartItem: (cartItem: CartItem) => void;
31
- updateDisabledCartItem: TUpdateDisabledCartItem;
32
- getWithoutCartItemsHolderNames: () => Array<string>;
33
- checkBeforeAddToCartResquest: any;
34
- checkBeforeAddToCart: () => Promise<{
35
- result: boolean;
36
- num: number;
37
- }>;
38
- }
39
- interface CartProviderProps {
40
- children: React.ReactNode;
41
- }
42
- export declare const CartContext: React.Context<CartContextType | undefined>;
43
- export declare const CartProvider: React.FC<CartProviderProps>;
44
- /**
45
- * 使用步骤管理的Hook
46
- * @throws {Error} 如果在StepProvider外部使用会抛出错误
47
- * @returns {StepContextType} 步骤管理上下文
48
- */
49
- export declare const useCart: () => CartContextType;
50
- declare const _default: {
51
- defaultState: CartData;
52
- };
53
- export default _default;
@@ -1,58 +0,0 @@
1
- interface CartItem {
2
- price: number | string;
3
- quantity?: number;
4
- [k: string]: any;
5
- }
6
- interface PriceDetail {
7
- subtotal: string;
8
- total: string;
9
- taxTitle?: string;
10
- totalTaxFee?: string;
11
- isPriceIncludeTax?: 0 | 1;
12
- taxRate?: number;
13
- surcharge?: any;
14
- deposit?: {
15
- total: string;
16
- protocols: any[];
17
- hasDeposit: boolean;
18
- };
19
- }
20
- /**
21
- * 计算商品小计(不含其他费用)
22
- * @param items - 购物车商品数组
23
- * @returns 商品总价字符串,保留2位小数
24
- */
25
- export declare const calculateSubtotal: (items: CartItem[]) => string;
26
- /**
27
- * @description: 将购物车数据格式化成summaryModule需要的格式
28
- * @param {any} items 购物车数据
29
- * @return {*}
30
- */
31
- export declare const formatCartsToSummaryModule: (items: any[]) => any[];
32
- /**
33
- * @title: 单个商品的税费
34
- * @description:
35
- * 单个商品的税费 = 商品销售单价(折扣后) * 税率 * is_charge_tax /( 1+ 税率 * is_price_include_tax)
36
- * $taxFee = $price * $taxRate * $isChargeTax / (1 + $taxRate * $isPriceIncludeTax);
37
- * @return {*}
38
- * @Author: xiangfeng.xue
39
- */
40
- export declare const calculateTaxFee: (shopInfo: any, items: CartItem[], summaryModule: any) => any;
41
- /**
42
- * 计算所有价格明细
43
- * @param items - 购物车商品数组
44
- * @param options - 其他费用配置
45
- * @returns 价格明细对象
46
- */
47
- export declare const calculatePriceDetails: (shopInfo: any, items: CartItem[], summaryModule: any) => PriceDetail;
48
- /**
49
- * @title: 计算定金
50
- * @param items - 购物车商品数组
51
- * @returns 定金字符串,保留2位小数
52
- */
53
- export declare const calculateDeposit: (items: CartItem[]) => {
54
- total: string;
55
- protocols: any[];
56
- hasDeposit: never;
57
- } | undefined;
58
- export {};
@@ -1,63 +0,0 @@
1
- /**
2
- * @title: 获取包括今天的后七天日期
3
- * @description:
4
- * @param {*}
5
- * @return {*}
6
- * @Author: 严文强
7
- * @Date: 2024-02-01 11:00
8
- */
9
- export declare const getNextSevenDaysList: (defaultDay: string) => string[];
10
- /**
11
- * @title: 将年月日信息只展示为天
12
- * @description: 如果为今天 则返回ToDay
13
- * @param {*}
14
- * @return {*}
15
- * @Author: 严文强
16
- * @Date: 2024-02-01 11:00
17
- */
18
- export declare const ShowDayOnly: (date: string) => string;
19
- /**
20
- * @title: 日历星期多语言
21
- * @description:
22
- * @param {*}
23
- * @return {*}
24
- * @Author: 严文强
25
- * @Date: 2024-02-01 18:42
26
- */
27
- export declare const weekListText: string[];
28
- /**
29
- * @title: 不同状态颜色值
30
- * @description:
31
- * @param {*}
32
- * @return {*}
33
- * @Author: xiangxiang.shao
34
- * @Date: 2024-02-19 11:35
35
- */
36
- export declare const statusColor: {
37
- call_to_book: string;
38
- lots_of_space: string;
39
- filling_up_fast: string;
40
- sold_out: string;
41
- };
42
- /**
43
- * @title: 根据预约量数据判断当前状态
44
- * @description:
45
- * @param {*}
46
- * @return {*}
47
- * @Author: xiangxiang.shao
48
- * @Date: 2024-02-19 11:35
49
- */
50
- export declare const getStatus: (dateLimit: any, currentDate: string, cutTime: any) => {
51
- status: string;
52
- disabled: boolean;
53
- };
54
- /**
55
- * @title: 根据当前日期以设定判断当前是否是call_to_book状态
56
- * @description:
57
- * @param {*}
58
- * @return {*}
59
- * @Author: xiangxiang.shao
60
- * @Date: 2024-02-21 10:10
61
- */
62
- export declare const getCallToBookStatus: (currentDate: string, dateLimitData: any, cutTime: any) => boolean;
63
- export declare const localeTypes: any;