@pisell/private-materials 6.6.2 → 6.6.4

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 (946) 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.js +8 -8
  7. package/build/lowcode/render/default/view.css +1 -1
  8. package/build/lowcode/render/default/view.js +23 -8
  9. package/build/lowcode/view.css +1 -1
  10. package/build/lowcode/view.js +23 -8
  11. package/es/components/Sales/Event/Detail.js +4 -3
  12. package/es/components/appointmentBooking/components/Cart/Item/Total.d.ts +1 -0
  13. package/es/components/appointmentBooking/components/Cart/index.d.ts +1 -0
  14. package/es/components/appointmentBooking/components/Deposit/index.d.ts +1 -0
  15. package/es/components/appointmentBooking/components/Footer/index.d.ts +1 -0
  16. package/es/components/appointmentBooking/components/Guest/components/InformationOptionsModal/index.d.ts +1 -0
  17. package/es/components/appointmentBooking/components/Services/index.js +22 -8
  18. package/es/components/appointmentBooking/components/Voucher/index.js +1 -0
  19. package/es/components/appointmentBooking/deposit/components/PolicyModal/index.d.ts +1 -0
  20. package/es/components/appointmentBooking/hooks.js +5 -0
  21. package/es/components/authentication/admin/AuthMethods/AuthMethods.less +136 -0
  22. package/es/components/authentication/admin/AuthMethods/SettingList.d.ts +5 -0
  23. package/es/components/authentication/admin/AuthMethods/SettingList.js +62 -0
  24. package/es/components/authentication/admin/AuthMethods/SettingList.less +85 -0
  25. package/es/components/authentication/admin/AuthMethods/SettingsDrawer.d.ts +22 -0
  26. package/es/components/authentication/admin/AuthMethods/SettingsDrawer.js +121 -0
  27. package/es/components/authentication/admin/AuthMethods/SettingsDrawer.less +163 -0
  28. package/es/components/authentication/admin/AuthMethods/components/DefaultSettingsContent.d.ts +11 -0
  29. package/es/components/authentication/admin/AuthMethods/components/DefaultSettingsContent.js +15 -0
  30. package/es/components/authentication/admin/AuthMethods/components/EmailSettingsContent.d.ts +13 -0
  31. package/es/components/authentication/admin/AuthMethods/components/EmailSettingsContent.js +152 -0
  32. package/es/components/authentication/admin/AuthMethods/components/LoginMethodsList.d.ts +13 -0
  33. package/es/components/authentication/admin/AuthMethods/components/LoginMethodsList.js +114 -0
  34. package/es/components/authentication/admin/AuthMethods/components/PasswordRulesSettingsContent.d.ts +14 -0
  35. package/es/components/authentication/admin/AuthMethods/components/PasswordRulesSettingsContent.js +170 -0
  36. package/es/components/authentication/admin/AuthMethods/components/PhoneSettingsContent.d.ts +13 -0
  37. package/es/components/authentication/admin/AuthMethods/components/PhoneSettingsContent.js +116 -0
  38. package/es/components/authentication/admin/AuthMethods/components/index.d.ts +10 -0
  39. package/es/components/authentication/admin/AuthMethods/components/index.js +5 -0
  40. package/es/components/authentication/admin/AuthMethods/constants.d.ts +22 -0
  41. package/es/components/authentication/admin/AuthMethods/constants.js +121 -0
  42. package/es/components/authentication/admin/AuthMethods/index.d.ts +8 -0
  43. package/es/components/authentication/admin/AuthMethods/index.js +233 -0
  44. package/es/components/authentication/admin/AuthMethods/locales.d.ts +249 -0
  45. package/es/components/authentication/admin/AuthMethods/locales.js +290 -0
  46. package/es/components/authentication/admin/AuthMethods/types.d.ts +76 -0
  47. package/es/components/authentication/admin/AuthMethods/types.js +23 -0
  48. package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/AuthenticationMethods.less +231 -0
  49. package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/index.d.ts +6 -0
  50. package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/index.js +447 -0
  51. package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.d.ts +84 -0
  52. package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.js +107 -0
  53. package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/types.d.ts +41 -0
  54. package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/types.js +1 -0
  55. package/es/components/authentication/admin/ChannelAuthSetting/ChannelAuthSetting.less +111 -0
  56. package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/CollectInfo.less +259 -0
  57. package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/index.d.ts +6 -0
  58. package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/index.js +530 -0
  59. package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.d.ts +72 -0
  60. package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.js +86 -0
  61. package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/types.d.ts +33 -0
  62. package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/types.js +1 -0
  63. package/es/components/authentication/admin/ChannelAuthSetting/OnlineShopAuth/index.d.ts +6 -0
  64. package/es/components/authentication/admin/ChannelAuthSetting/OnlineShopAuth/index.js +460 -0
  65. package/es/components/authentication/admin/ChannelAuthSetting/OnlineShopAuth/index.less +111 -0
  66. package/es/components/authentication/admin/ChannelAuthSetting/PageSetting/PageSetting.less +105 -0
  67. package/es/components/authentication/admin/ChannelAuthSetting/PageSetting/index.d.ts +8 -0
  68. package/es/components/authentication/admin/ChannelAuthSetting/PageSetting/index.js +185 -0
  69. package/es/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.d.ts +27 -0
  70. package/es/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.js +32 -0
  71. package/es/components/authentication/admin/ChannelAuthSetting/PageSetting/types.d.ts +25 -0
  72. package/es/components/authentication/admin/ChannelAuthSetting/PageSetting/types.js +1 -0
  73. package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/PageSettingItem.less +272 -0
  74. package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/index.d.ts +8 -0
  75. package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/index.js +214 -0
  76. package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.d.ts +66 -0
  77. package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.js +71 -0
  78. package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/types.d.ts +26 -0
  79. package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/types.js +1 -0
  80. package/es/components/authentication/admin/ChannelAuthSetting/SaaSManagermentAuth/index.d.ts +6 -0
  81. package/es/components/authentication/admin/ChannelAuthSetting/SaaSManagermentAuth/index.js +287 -0
  82. package/es/components/authentication/admin/ChannelAuthSetting/SaaSManagermentAuth/index.less +111 -0
  83. package/es/components/authentication/admin/ChannelAuthSetting/index.d.ts +6 -0
  84. package/es/components/authentication/admin/ChannelAuthSetting/index.js +228 -0
  85. package/es/components/authentication/admin/ChannelAuthSetting/locales.d.ts +39 -0
  86. package/es/components/authentication/admin/ChannelAuthSetting/locales.js +50 -0
  87. package/es/components/authentication/admin/ChannelAuthSetting/types.d.ts +36 -0
  88. package/es/components/authentication/admin/ChannelAuthSetting/types.js +1 -0
  89. package/es/components/authentication/admin/CustomerAuth/CustomerAuth.less +104 -0
  90. package/es/components/authentication/admin/CustomerAuth/index.d.ts +6 -0
  91. package/es/components/authentication/admin/CustomerAuth/index.js +711 -0
  92. package/es/components/authentication/admin/CustomerAuth/locales.d.ts +66 -0
  93. package/es/components/authentication/admin/CustomerAuth/locales.js +86 -0
  94. package/es/components/authentication/admin/CustomerAuth/types.d.ts +16 -0
  95. package/es/components/authentication/admin/CustomerAuth/types.js +1 -0
  96. package/es/components/authentication/admin/CustomerOAuthConfig/CustomerOAuthConfig.less +164 -0
  97. package/es/components/authentication/admin/CustomerOAuthConfig/index.d.ts +6 -0
  98. package/es/components/authentication/admin/CustomerOAuthConfig/index.js +545 -0
  99. package/es/components/authentication/admin/CustomerOAuthConfig/locales.d.ts +108 -0
  100. package/es/components/authentication/admin/CustomerOAuthConfig/locales.js +137 -0
  101. package/es/components/authentication/admin/CustomerOAuthConfig/types.d.ts +22 -0
  102. package/es/components/authentication/admin/CustomerOAuthConfig/types.js +1 -0
  103. package/es/components/authentication/admin/DeviceAuth/DeviceAuth.less +104 -0
  104. package/es/components/authentication/admin/DeviceAuth/index.d.ts +6 -0
  105. package/es/components/authentication/admin/DeviceAuth/index.js +366 -0
  106. package/es/components/authentication/admin/DeviceAuth/locales.d.ts +57 -0
  107. package/es/components/authentication/admin/DeviceAuth/locales.js +74 -0
  108. package/es/components/authentication/admin/DeviceAuth/types.d.ts +16 -0
  109. package/es/components/authentication/admin/DeviceAuth/types.js +1 -0
  110. package/es/components/authentication/admin/OAuthConfig/OAuthConfig.less +165 -0
  111. package/es/components/authentication/admin/OAuthConfig/index.d.ts +6 -0
  112. package/es/components/authentication/admin/OAuthConfig/index.js +347 -0
  113. package/es/components/authentication/admin/OAuthConfig/locales.d.ts +90 -0
  114. package/es/components/authentication/admin/OAuthConfig/locales.js +116 -0
  115. package/es/components/authentication/admin/OAuthConfig/types.d.ts +22 -0
  116. package/es/components/authentication/admin/OAuthConfig/types.js +1 -0
  117. package/es/components/authentication/admin/OrgAdminAuth/OrgAdminAuth.less +104 -0
  118. package/es/components/authentication/admin/OrgAdminAuth/index.d.ts +6 -0
  119. package/es/components/authentication/admin/OrgAdminAuth/index.js +543 -0
  120. package/es/components/authentication/admin/OrgAdminAuth/locales.d.ts +54 -0
  121. package/es/components/authentication/admin/OrgAdminAuth/locales.js +74 -0
  122. package/es/components/authentication/admin/OrgAdminAuth/types.d.ts +16 -0
  123. package/es/components/authentication/admin/OrgAdminAuth/types.js +1 -0
  124. package/es/components/authentication/admin/POSOperatorAuth/POSOperatorAuth.less +104 -0
  125. package/es/components/authentication/admin/POSOperatorAuth/index.d.ts +6 -0
  126. package/es/components/authentication/admin/POSOperatorAuth/index.js +374 -0
  127. package/es/components/authentication/admin/POSOperatorAuth/locales.d.ts +48 -0
  128. package/es/components/authentication/admin/POSOperatorAuth/locales.js +65 -0
  129. package/es/components/authentication/admin/POSOperatorAuth/types.d.ts +16 -0
  130. package/es/components/authentication/admin/POSOperatorAuth/types.js +1 -0
  131. package/es/components/authentication/admin/SaaSAdminAuth/SaaSAdminAuth.less +104 -0
  132. package/es/components/authentication/admin/SaaSAdminAuth/index.d.ts +6 -0
  133. package/es/components/authentication/admin/SaaSAdminAuth/index.js +625 -0
  134. package/es/components/authentication/admin/SaaSAdminAuth/locales.d.ts +54 -0
  135. package/es/components/authentication/admin/SaaSAdminAuth/locales.js +74 -0
  136. package/es/components/authentication/admin/SaaSAdminAuth/types.d.ts +16 -0
  137. package/es/components/authentication/admin/SaaSAdminAuth/types.js +1 -0
  138. package/es/components/authentication/admin/index.d.ts +26 -0
  139. package/es/components/authentication/admin/index.js +23 -0
  140. package/es/components/authentication/index.d.ts +0 -0
  141. package/es/components/authentication/index.js +0 -0
  142. package/es/components/booking/components/TabProduct/index.d.ts +1 -0
  143. package/es/components/booking/components/TabProduct/productItem/index.d.ts +1 -0
  144. package/es/components/booking/components/TabProduct/selectProductItem/index.d.ts +1 -0
  145. package/es/components/booking/components/collapsibleList/utils.d.ts +1 -0
  146. package/es/components/booking/components/customSelect/index.js +22 -3
  147. package/es/components/booking/components/emptyBooking/index.d.ts +1 -0
  148. package/es/components/booking/components/footer/FooterMenus/index.d.ts +1 -0
  149. package/es/components/booking/components/footer/index.js +65 -57
  150. package/es/components/booking/components/footer/utils.js +30 -19
  151. package/es/components/booking/components/formItemChildrenWrap/index.d.ts +1 -0
  152. package/es/components/booking/components/reloadResourceModal/index.d.ts +1 -0
  153. package/es/components/booking/components/voucher/index.js +2 -1
  154. package/es/components/booking/forms/footer.d.ts +1 -0
  155. package/es/components/booking/forms/sendModal/useSendModal.d.ts +1 -0
  156. package/es/components/booking/forms/single/index.d.ts +1 -0
  157. package/es/components/booking/forms/table/index.d.ts +1 -0
  158. package/es/components/booking/hooks/useClearCart.d.ts +1 -0
  159. package/es/components/booking/info/clientVariant/hooks/useClientFn.d.ts +1 -0
  160. package/es/components/booking/info/clientVariant/hooks/useIsLowSpeedNetwork.d.ts +1 -0
  161. package/es/components/booking/info/date/index.d.ts +1 -0
  162. package/es/components/booking/info/dateRange/index.d.ts +1 -0
  163. package/es/components/booking/info/notes/index.d.ts +1 -0
  164. package/es/components/booking/info/service/actions/index.d.ts +1 -0
  165. package/es/components/booking/info/service/addService/utils.d.ts +1 -1
  166. package/es/components/booking/info/service/like/index.d.ts +1 -0
  167. package/es/components/booking/info2/service/actions/index.d.ts +1 -0
  168. package/es/components/booking/info2/service/addService/utils.d.ts +1 -1
  169. package/es/components/booking/info2/service/contactInfoMode/index.d.ts +1 -0
  170. package/es/components/booking/materiels/contacts/index.d.ts +1 -0
  171. package/es/components/booking/materiels/duration/index.d.ts +1 -0
  172. package/es/components/booking/materiels/holder/index.d.ts +1 -0
  173. package/es/components/booking/materiels/startTime/index.d.ts +1 -0
  174. package/es/components/booking/notes/NoteBlock/NoteItem/index.d.ts +1 -0
  175. package/es/components/checkout/PaymentModal.js +178 -108
  176. package/es/components/checkout/components/AdditionalModule/index.d.ts +3 -1
  177. package/es/components/checkout/components/AdditionalModule/index.js +50 -12
  178. package/es/components/checkout/components/AmountSummary/index.js +9 -76
  179. package/es/components/checkout/components/AmountSummary/index.less +1 -1
  180. package/es/components/checkout/components/CashPaymentModule/index.d.ts +3 -1
  181. package/es/components/checkout/components/CashPaymentModule/index.js +5 -2
  182. package/es/components/checkout/components/PaymentOptionsModule/PaymentMethodItem.d.ts +2 -0
  183. package/es/components/checkout/components/PaymentOptionsModule/PaymentMethodItem.js +6 -1
  184. package/es/components/checkout/components/PaymentOptionsModule/index.d.ts +1 -0
  185. package/es/components/checkout/components/PaymentOptionsModule/index.js +2 -1
  186. package/es/components/checkout/components/PaymentOptionsModule/index.less +4 -0
  187. package/es/components/checkout/components/PaymentResultToast/PaymentResultToastProvider.d.ts +4 -0
  188. package/es/components/checkout/components/PaymentResultToast/PaymentResultToastProvider.js +31 -8
  189. package/es/components/checkout/components/PaymentResultToast/index.js +6 -6
  190. package/es/components/checkout/components/PaymentResultToast/index.less +94 -33
  191. package/es/components/checkout/index.less +1 -1
  192. package/es/components/checkout/locales.d.ts +3 -0
  193. package/es/components/checkout/locales.js +3 -0
  194. package/es/components/checkout/utils/PaymentResultToastUtils.js +11 -1
  195. package/es/components/eftpos/deviceList/index.d.ts +1 -0
  196. package/es/components/eftpos/form/index.d.ts +1 -0
  197. package/es/components/eftpos/group/index.d.ts +1 -0
  198. package/es/components/eftpos/hooks.d.ts +1 -0
  199. package/es/components/eftpos/icon/apiKey.d.ts +1 -0
  200. package/es/components/eftpos/icon/device.d.ts +1 -0
  201. package/es/components/eftpos/index.d.ts +1 -0
  202. package/es/components/eftpos/pos.d.ts +1 -0
  203. package/es/components/eftpos/receipt/index.d.ts +1 -0
  204. package/es/components/eftposPay/amount.d.ts +1 -0
  205. package/es/components/eftposPay/component/alert/warn.d.ts +1 -0
  206. package/es/components/eftposPay/component/fail/failCustom.d.ts +1 -0
  207. package/es/components/eftposPay/component/fail/network.d.ts +1 -0
  208. package/es/components/eftposPay/component/fail/unknow.d.ts +1 -0
  209. package/es/components/eftposPay/component/header/titlebar.d.ts +1 -0
  210. package/es/components/eftposPay/component/manual/index.d.ts +1 -0
  211. package/es/components/eftposPay/component/signature/index.d.ts +1 -0
  212. package/es/components/eftposPay/component/step/index.d.ts +1 -0
  213. package/es/components/eftposPay/component/step/step.d.ts +1 -0
  214. package/es/components/eftposPay/pay.d.ts +1 -0
  215. package/es/components/eftposPay/store/index.d.ts +1 -1
  216. package/es/components/eftposPay/tip.d.ts +1 -0
  217. package/es/components/eftposPay/tyro/hooks.d.ts +1 -0
  218. package/es/components/eftposPay/windcave/receiptAction.d.ts +1 -0
  219. package/es/components/eftposPay/windcave/windcave.d.ts +1 -0
  220. package/es/components/eventBooking/components/ErrorTip/index.d.ts +1 -0
  221. package/es/components/eventBooking/components/Provider/Cart/Deposit/index.d.ts +1 -0
  222. package/es/components/eventBooking/components/Provider/Cart/Item/index.d.ts +1 -0
  223. package/es/components/eventBooking/components/Provider/Cart/index.d.ts +1 -0
  224. package/es/components/eventBooking/components/Provider/Content/index.d.ts +1 -0
  225. package/es/components/eventBooking/components/Provider/EmptyHolderModal/index.d.ts +1 -0
  226. package/es/components/eventBooking/components/Provider/Event/index.d.ts +1 -0
  227. package/es/components/eventBooking/components/Provider/Footer/index.d.ts +1 -0
  228. package/es/components/eventBooking/components/Provider/Header/index.d.ts +1 -0
  229. package/es/components/eventBooking/components/Provider/Information/index.d.ts +1 -0
  230. package/es/components/eventBooking/components/Provider/InformationOptionsModal/index.d.ts +1 -0
  231. package/es/components/eventBooking/components/Provider/OrderProductModal/index.d.ts +1 -0
  232. package/es/components/eventBooking/components/Provider/RemoveOptionConfirmModal.d.ts +1 -0
  233. package/es/components/eventBooking/components/Provider/Resource/index.d.ts +1 -0
  234. package/es/components/eventBooking/components/Provider/SelectHolderModal.d.ts +1 -0
  235. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateStatus/index.d.ts +1 -0
  236. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/WeekItem/index.d.ts +1 -0
  237. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/index.d.ts +1 -0
  238. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/DayItem/index.d.ts +1 -0
  239. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/index.d.ts +1 -0
  240. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Status/index.d.ts +1 -0
  241. package/es/components/eventBooking/components/bookingDetailModal/components/BookingOptions.d.ts +1 -0
  242. package/es/components/eventBooking/components/bookingDetailModal/components/Resource.d.ts +1 -0
  243. package/es/components/eventBooking/components/bookingDetailModal/components/Schedule.d.ts +1 -0
  244. package/es/components/eventBooking/components/scheduleCalendar/ProductItem/index.d.ts +1 -0
  245. package/es/components/eventBooking/components/scheduleCalendar/components/ScheduleTimeItem/index.d.ts +1 -0
  246. package/es/components/index.d.ts +3 -2
  247. package/es/components/index.js +3 -2
  248. package/es/components/login/index.d.ts +1 -0
  249. package/es/components/pay/toC/PaymentMethods/ApplePay/index.js +68 -35
  250. package/es/components/pay/toC/PaymentMethods/GooglePay/index.js +70 -42
  251. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/StripeSDK/index.d.ts +1 -0
  252. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/index.d.ts +1 -0
  253. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/index.d.ts +1 -0
  254. package/es/components/pay/toC/PaymentMethods/SuperPayAliPayH5/index.js +72 -41
  255. package/es/components/pay/toC/PaymentMethods/WalletPass/serve.d.ts +6 -0
  256. package/es/components/pay/toC/PaymentMethods/WalletPass/utils.js +4 -2
  257. package/es/components/pay/toC/PaymentMethods/components/PaymentReturnContent/index.d.ts +15 -0
  258. package/es/components/pay/toC/PaymentMethods/components/PaymentReturnContent/index.js +143 -0
  259. package/es/components/pay/toC/PaymentMethods/components/PaymentReturnContent/index.less +34 -0
  260. package/es/components/pay/toC/PaymentMethods/hooks/index.d.ts +19 -0
  261. package/es/components/pay/toC/PaymentMethods/hooks/index.js +126 -0
  262. package/es/components/pay/toC/WalletPassBlock/components/WalletUseList/index.d.ts +1 -0
  263. package/es/components/pay/toC/index.js +26 -22
  264. package/es/components/pay/toC/locales.d.ts +9 -0
  265. package/es/components/pay/toC/locales.js +12 -3
  266. package/es/components/pay/toC/model.d.ts +1 -0
  267. package/es/components/pay/toC/serve.d.ts +5 -0
  268. package/es/components/pay/toC/serve.js +9 -1
  269. package/es/components/pisellSelectCustomerModal/RightPanel/Add/BirthdayField/index.d.ts +1 -0
  270. package/es/components/pisellSelectCustomerModal/RightPanel/Add/GenderField/index.d.ts +1 -0
  271. package/es/components/pisellSelectCustomerModal/RightPanel/Add/index.d.ts +1 -0
  272. package/es/components/pisellSelectCustomerModal/RightPanel/List/index.d.ts +1 -0
  273. package/es/components/productExtension/fields/Actor/index.d.ts +1 -0
  274. package/es/components/productExtension/fields/Forms/index.d.ts +1 -0
  275. package/es/components/productExtension/fields/SelectProducts/ProductItem/index.d.ts +1 -0
  276. package/es/components/productExtension/fields/SelectProducts/ProductItemPreview/index.d.ts +1 -0
  277. package/es/components/productExtension/fields/SelectProducts/index.d.ts +1 -0
  278. package/es/components/productExtension/fields/SelectResourcesTable/index.d.ts +1 -0
  279. package/es/components/ruleSetting/ruleBorder/index.d.ts +1 -0
  280. package/es/components/schedules/calendar/calendarItem.d.ts +1 -0
  281. package/es/components/schedules/calendar/index.d.ts +1 -0
  282. package/es/components/schedules/components/CurrentDay/index.d.ts +1 -0
  283. package/es/components/schedules/components/ScheduleDetailList/index.d.ts +1 -0
  284. package/es/components/schedules/components/ScheduleList/index.d.ts +1 -0
  285. package/es/components/schedules/products/ProductDetailDrawer/ProductDetail/MaxParticipantsModule/index.d.ts +1 -0
  286. package/es/components/schedules/products/ProductDetailDrawer/ProductDetail/ResourcesModule/index.d.ts +1 -0
  287. package/es/components/schedules/products/ProductDetailDrawer/ProductDetail/index.d.ts +1 -0
  288. package/es/components/schedules/products/ProductDetailDrawer/ProductDetailByDate/index.d.ts +1 -0
  289. package/es/components/schedules/products/ProductDetailDrawer/index.d.ts +1 -0
  290. package/es/components/schedules/products/index.d.ts +1 -0
  291. package/es/components/schedules/products/list/ProductItem/index.d.ts +1 -0
  292. package/es/components/schedules/products/list/index.d.ts +1 -0
  293. package/es/components/schedules/resources/index.d.ts +1 -0
  294. package/es/components/schedules/resources/list/index.d.ts +1 -0
  295. package/es/components/schedules/resources/relationProduct/index.d.ts +1 -0
  296. package/es/components/schedules/schedules/AllSchedules/index.d.ts +1 -0
  297. package/es/components/schedules/schedules/ScheduleDetailDrawer/index.d.ts +1 -0
  298. package/es/components/schedules/schedules/index.d.ts +1 -0
  299. package/es/components/shoppingCart/components/Empty/index.d.ts +1 -0
  300. package/es/components/shoppingCart/components/Render/index.d.ts +1 -0
  301. package/es/components/shoppingCart/hooks/useAddService.d.ts +1 -0
  302. package/es/components/shoppingCart/hooks/useClearCart.d.ts +1 -0
  303. package/es/components/shoppingCart/index.d.ts +1 -0
  304. package/es/components/ticketBooking/components/timeBar/index.js +112 -7
  305. package/es/components/ticketBooking/components/timeBar/index.less +59 -0
  306. package/es/components/ticketBooking/locales.d.ts +6 -0
  307. package/es/components/ticketBooking/locales.js +9 -3
  308. package/es/components/ticketBooking/utils/index.d.ts +1 -1
  309. package/es/components/wallet/Detail/index.js +34 -2
  310. package/es/components/wallet/Detail/index.less +11 -0
  311. package/es/components/wallet/Detail/locales.d.ts +6 -0
  312. package/es/components/wallet/Detail/locales.js +14 -2
  313. package/es/components/wallet/Voucher/index.js +11 -10
  314. package/es/components/wallet/components/WalletCard.js +5 -1
  315. package/es/components/wallet/hooks/useWalletCard.d.ts +1 -0
  316. package/es/components/wallet/index.js +4 -2
  317. package/es/components/wallet/serve.d.ts +7 -0
  318. package/es/components/wallet/utils.d.ts +48 -0
  319. package/es/components/wallet/utils.js +342 -0
  320. package/es/components/walletList/index.js +92 -56
  321. package/es/components/walletList/serve.d.ts +4 -0
  322. package/es/components/walletList/serve.js +46 -13
  323. package/es/components/walletList/types/index.d.ts +12 -12
  324. package/es/components/walletList/types/index.js +2 -2
  325. package/es/components/workSpaceList/components/Modal/index.d.ts +1 -0
  326. package/es/hooks/usePaymentLogger.d.ts +1 -0
  327. package/es/index.d.ts +6 -1
  328. package/es/index.js +6 -2
  329. package/es/plus/clientName/index.d.ts +1 -0
  330. package/es/plus/productSelect/CategoryTabs/index.d.ts +2 -0
  331. package/es/plus/productSelect/CategoryTabs/index.js +6 -3
  332. package/es/plus/productSelect/ProductCard/index.d.ts +3 -1
  333. package/es/plus/productSelect/ProductCard/index.js +14 -5
  334. package/es/plus/productSelect/components/TabsStructure/TabsStructure.less +0 -11
  335. package/es/plus/productSelect/index.d.ts +3 -2
  336. package/es/plus/productSelect/index.js +33 -8
  337. package/es/plus/productSelect/index.less +4 -0
  338. package/es/plus/saasCreateOrganization/components/Header.d.ts +1 -0
  339. package/es/plus/saasRegister/components/EntryEmail.d.ts +1 -0
  340. package/es/plus/saasRegister/components/EntryInfo.d.ts +1 -0
  341. package/es/plus/saasRegister/components/GoLogin.d.ts +1 -0
  342. package/es/plus/saasRegister/components/Header.d.ts +1 -0
  343. package/es/plus/saasRegister/components/VerifyError.d.ts +1 -0
  344. package/es/plus/saasRegister/components/VerifyingLink.d.ts +1 -0
  345. package/es/plus/saasRegister/components/VertifyEmail.d.ts +1 -0
  346. package/es/plus/walletEditor/WalletEditor.d.ts +5 -0
  347. package/es/plus/walletEditor/WalletEditor.js +316 -0
  348. package/es/plus/walletEditor/WalletEditor.less +129 -0
  349. package/es/plus/walletEditor/components/ImageUpload/index.d.ts +8 -0
  350. package/es/plus/walletEditor/components/ImageUpload/index.js +223 -0
  351. package/es/plus/walletEditor/components/JsonEditor/index.d.ts +11 -0
  352. package/es/plus/walletEditor/components/JsonEditor/index.js +68 -0
  353. package/es/plus/walletEditor/components/JsonEditor/index.less +4 -0
  354. package/es/plus/walletEditor/components/ValidityPeriodSelector/index.d.ts +20 -0
  355. package/es/plus/walletEditor/components/ValidityPeriodSelector/index.js +222 -0
  356. package/es/plus/walletEditor/components/ValidityPeriodSelector/index.less +4 -0
  357. package/es/plus/walletEditor/components/relationProduct/index.d.ts +7 -0
  358. package/es/plus/walletEditor/components/relationProduct/index.js +49 -0
  359. package/es/plus/walletEditor/components/relationProduct/index.less +15 -0
  360. package/es/plus/walletEditor/components/sortableWalletPassTypes/index.d.ts +37 -0
  361. package/es/plus/walletEditor/components/sortableWalletPassTypes/index.js +193 -0
  362. package/es/plus/walletEditor/components/sortableWalletPassTypes/index.less +110 -0
  363. package/es/plus/walletEditor/index.d.ts +3 -0
  364. package/es/plus/walletEditor/index.js +3 -0
  365. package/es/plus/walletEditor/locales.d.ts +126 -0
  366. package/es/plus/walletEditor/locales.js +143 -0
  367. package/es/plus/walletEditor/types.d.ts +52 -0
  368. package/es/plus/walletEditor/types.js +1 -0
  369. package/es/plus/walletPassGallery/components/footerButton/index.d.ts +14 -0
  370. package/es/plus/walletPassGallery/components/footerButton/index.js +247 -0
  371. package/es/plus/walletPassGallery/components/footerButton/index.less +93 -0
  372. package/es/plus/walletPassGallery/components/passDetail/index.d.ts +9 -0
  373. package/es/plus/walletPassGallery/components/passDetail/index.js +323 -0
  374. package/es/plus/walletPassGallery/components/passDetail/index.less +57 -0
  375. package/es/plus/walletPassGallery/components/passList/index.d.ts +12 -0
  376. package/es/plus/walletPassGallery/components/passList/index.js +115 -0
  377. package/es/plus/walletPassGallery/components/recharge/index.d.ts +11 -0
  378. package/es/plus/walletPassGallery/components/recharge/index.js +134 -0
  379. package/es/plus/walletPassGallery/components/recharge/index.less +16 -0
  380. package/es/plus/walletPassGallery/components/timelineSection/index.d.ts +9 -0
  381. package/es/plus/walletPassGallery/components/timelineSection/index.js +176 -0
  382. package/es/plus/walletPassGallery/components/timelineSection/index.less +67 -0
  383. package/es/plus/walletPassGallery/components/usageRule/index.d.ts +9 -0
  384. package/es/plus/walletPassGallery/components/usageRule/index.js +248 -0
  385. package/es/plus/walletPassGallery/components/usageRule/index.less +157 -0
  386. package/es/plus/walletPassGallery/index.d.ts +6 -0
  387. package/es/plus/walletPassGallery/index.js +604 -0
  388. package/es/plus/walletPassGallery/index.less +115 -0
  389. package/es/plus/walletPassGallery/locales.d.ts +270 -0
  390. package/es/plus/walletPassGallery/locales.js +279 -0
  391. package/es/plus/walletPassGallery/serve.d.ts +221 -0
  392. package/es/plus/walletPassGallery/serve.js +291 -0
  393. package/es/pro/Login2.0/AuthModal.d.ts +143 -0
  394. package/es/pro/Login2.0/AuthModal.js +630 -0
  395. package/es/pro/Login2.0/Login2.d.ts +61 -0
  396. package/es/pro/Login2.0/Login2.js +2236 -0
  397. package/es/pro/Login2.0/Register2.d.ts +65 -0
  398. package/es/pro/Login2.0/Register2.js +1502 -0
  399. package/es/pro/Login2.0/components/ForgotPasswordFlow.d.ts +31 -0
  400. package/es/pro/Login2.0/components/ForgotPasswordFlow.js +330 -0
  401. package/es/pro/Login2.0/components/LegalTerms.d.ts +8 -0
  402. package/es/pro/Login2.0/components/LegalTerms.js +51 -0
  403. package/es/pro/Login2.0/components/LegalTerms.less +74 -0
  404. package/es/pro/Login2.0/components/LoginCodeInput.d.ts +27 -0
  405. package/es/pro/Login2.0/components/LoginCodeInput.js +207 -0
  406. package/es/pro/Login2.0/components/OAuthButtonGroup.d.ts +22 -0
  407. package/es/pro/Login2.0/components/OAuthButtonGroup.js +55 -0
  408. package/es/pro/Login2.0/components/PhoneInput.d.ts +53 -0
  409. package/es/pro/Login2.0/components/PhoneInput.js +414 -0
  410. package/es/pro/Login2.0/components/PhoneInput.less +148 -0
  411. package/es/pro/Login2.0/components/phoneValidation.d.ts +17 -0
  412. package/es/pro/Login2.0/components/phoneValidation.js +228 -0
  413. package/es/pro/Login2.0/hooks/index.d.ts +2 -0
  414. package/es/pro/Login2.0/hooks/index.js +1 -0
  415. package/es/pro/Login2.0/hooks/usePasswordValidationRules.d.ts +24 -0
  416. package/es/pro/Login2.0/hooks/usePasswordValidationRules.js +87 -0
  417. package/es/pro/Login2.0/hooks/useRegisterFlow.d.ts +39 -0
  418. package/es/pro/Login2.0/hooks/useRegisterFlow.js +158 -0
  419. package/es/pro/Login2.0/hooks/useRegistrationMethods.d.ts +9 -0
  420. package/es/pro/Login2.0/hooks/useRegistrationMethods.js +31 -0
  421. package/es/pro/Login2.0/index.js +8 -0
  422. package/es/pro/Login2.0/index.less +1002 -0
  423. package/es/pro/Login2.0/locales.d.ts +543 -0
  424. package/es/pro/Login2.0/locales.js +622 -0
  425. package/es/pro/Login2.0/shared/Header.d.ts +11 -0
  426. package/es/pro/Login2.0/shared/Header.js +42 -0
  427. package/es/pro/Login2.0/shared/OAuthButtons.d.ts +11 -0
  428. package/es/pro/Login2.0/shared/OAuthButtons.js +59 -0
  429. package/es/pro/Login2.0/shared/registerFlow.d.ts +116 -0
  430. package/es/pro/Login2.0/shared/registerFlow.js +171 -0
  431. package/es/pro/Login2.0/shared/types.d.ts +232 -0
  432. package/es/pro/Login2.0/shared/types.js +1 -0
  433. package/es/pro/Login2.0/steps/CodeInput.d.ts +24 -0
  434. package/es/pro/Login2.0/steps/CodeInput.js +209 -0
  435. package/es/pro/Login2.0/steps/EmailAlreadyRegistered.d.ts +12 -0
  436. package/es/pro/Login2.0/steps/EmailAlreadyRegistered.js +35 -0
  437. package/es/pro/Login2.0/steps/EmailLinkAlreadyUsed.d.ts +7 -0
  438. package/es/pro/Login2.0/steps/EmailLinkAlreadyUsed.js +25 -0
  439. package/es/pro/Login2.0/steps/EmailLinkExpired.d.ts +9 -0
  440. package/es/pro/Login2.0/steps/EmailLinkExpired.js +33 -0
  441. package/es/pro/Login2.0/steps/SetPassword.d.ts +19 -0
  442. package/es/pro/Login2.0/steps/SetPassword.js +148 -0
  443. package/es/pro/Login2.0/steps/VerificationSuccess.d.ts +8 -0
  444. package/es/pro/Login2.0/steps/VerificationSuccess.js +35 -0
  445. package/es/pro/Login2.0/steps/VerifyingEmailLink.d.ts +7 -0
  446. package/es/pro/Login2.0/steps/VerifyingEmailLink.js +17 -0
  447. package/es/pro/Login2.0/steps/WaitEmailLink.d.ts +18 -0
  448. package/es/pro/Login2.0/steps/WaitEmailLink.js +54 -0
  449. package/es/pro/Login2.0/steps/index.d.ts +19 -0
  450. package/es/pro/Login2.0/steps/index.js +11 -0
  451. package/es/pro/Login2.0/steps/steps.less +423 -0
  452. package/es/pro/Login2.0/types.d.ts +167 -0
  453. package/es/pro/Login2.0/types.js +1 -0
  454. package/es/pro/multiDayTimeSelect/MultiDayTimeSelect.js +37 -39
  455. package/es/pro/pisellPaymentList/example.d.ts +20 -0
  456. package/es/pro/pisellPaymentList/example.js +434 -0
  457. package/es/pro/priceKeyboard/components/cashKeyboard/CashKeyboardIntact.js +11 -7
  458. package/es/pro/priceKeyboard/components/cashKeyboard/index.d.ts +1 -0
  459. package/es/pro/priceKeyboard/components/cashKeyboard/index.js +4 -2
  460. package/es/pro/priceKeyboard/components/cashKeyboard/types.d.ts +1 -0
  461. package/es/pro/priceKeyboard/components/discountKeyboard/index.js +10 -1
  462. package/es/pro/priceKeyboard/components/discountKeyboard/index.less +14 -0
  463. package/es/pro/priceKeyboard/components/shortcuts/index.d.ts +1 -0
  464. package/es/pro/priceKeyboard/components/shortcuts/index.js +5 -2
  465. package/es/pro/priceKeyboard/components/shortcuts/index.less +4 -0
  466. package/lib/components/Sales/Event/Detail.js +3 -2
  467. package/lib/components/appointmentBooking/components/Cart/Item/Total.d.ts +1 -0
  468. package/lib/components/appointmentBooking/components/Cart/index.d.ts +1 -0
  469. package/lib/components/appointmentBooking/components/Deposit/index.d.ts +1 -0
  470. package/lib/components/appointmentBooking/components/Footer/index.d.ts +1 -0
  471. package/lib/components/appointmentBooking/components/Guest/components/InformationOptionsModal/index.d.ts +1 -0
  472. package/lib/components/appointmentBooking/components/Services/index.js +8 -3
  473. package/lib/components/appointmentBooking/components/Voucher/index.js +1 -0
  474. package/lib/components/appointmentBooking/deposit/components/PolicyModal/index.d.ts +1 -0
  475. package/lib/components/appointmentBooking/hooks.js +3 -0
  476. package/lib/components/authentication/admin/AuthMethods/AuthMethods.less +136 -0
  477. package/lib/components/authentication/admin/AuthMethods/SettingList.d.ts +5 -0
  478. package/lib/components/authentication/admin/AuthMethods/SettingList.js +75 -0
  479. package/lib/components/authentication/admin/AuthMethods/SettingList.less +85 -0
  480. package/lib/components/authentication/admin/AuthMethods/SettingsDrawer.d.ts +22 -0
  481. package/lib/components/authentication/admin/AuthMethods/SettingsDrawer.js +126 -0
  482. package/lib/components/authentication/admin/AuthMethods/SettingsDrawer.less +163 -0
  483. package/lib/components/authentication/admin/AuthMethods/components/DefaultSettingsContent.d.ts +11 -0
  484. package/lib/components/authentication/admin/AuthMethods/components/DefaultSettingsContent.js +42 -0
  485. package/lib/components/authentication/admin/AuthMethods/components/EmailSettingsContent.d.ts +13 -0
  486. package/lib/components/authentication/admin/AuthMethods/components/EmailSettingsContent.js +108 -0
  487. package/lib/components/authentication/admin/AuthMethods/components/LoginMethodsList.d.ts +13 -0
  488. package/lib/components/authentication/admin/AuthMethods/components/LoginMethodsList.js +108 -0
  489. package/lib/components/authentication/admin/AuthMethods/components/PasswordRulesSettingsContent.d.ts +14 -0
  490. package/lib/components/authentication/admin/AuthMethods/components/PasswordRulesSettingsContent.js +93 -0
  491. package/lib/components/authentication/admin/AuthMethods/components/PhoneSettingsContent.d.ts +13 -0
  492. package/lib/components/authentication/admin/AuthMethods/components/PhoneSettingsContent.js +85 -0
  493. package/lib/components/authentication/admin/AuthMethods/components/index.d.ts +10 -0
  494. package/lib/components/authentication/admin/AuthMethods/components/index.js +51 -0
  495. package/lib/components/authentication/admin/AuthMethods/constants.d.ts +22 -0
  496. package/lib/components/authentication/admin/AuthMethods/constants.js +115 -0
  497. package/lib/components/authentication/admin/AuthMethods/index.d.ts +8 -0
  498. package/lib/components/authentication/admin/AuthMethods/index.js +196 -0
  499. package/lib/components/authentication/admin/AuthMethods/locales.d.ts +249 -0
  500. package/lib/components/authentication/admin/AuthMethods/locales.js +314 -0
  501. package/lib/components/authentication/admin/AuthMethods/types.d.ts +76 -0
  502. package/lib/components/authentication/admin/AuthMethods/types.js +53 -0
  503. package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/AuthenticationMethods.less +231 -0
  504. package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/index.d.ts +6 -0
  505. package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/index.js +311 -0
  506. package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.d.ts +84 -0
  507. package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.js +131 -0
  508. package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/types.d.ts +41 -0
  509. package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/types.js +17 -0
  510. package/lib/components/authentication/admin/ChannelAuthSetting/ChannelAuthSetting.less +111 -0
  511. package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/CollectInfo.less +259 -0
  512. package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/index.d.ts +6 -0
  513. package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/index.js +410 -0
  514. package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.d.ts +72 -0
  515. package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.js +110 -0
  516. package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/types.d.ts +33 -0
  517. package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/types.js +17 -0
  518. package/lib/components/authentication/admin/ChannelAuthSetting/OnlineShopAuth/index.d.ts +6 -0
  519. package/lib/components/authentication/admin/ChannelAuthSetting/OnlineShopAuth/index.js +383 -0
  520. package/lib/components/authentication/admin/ChannelAuthSetting/OnlineShopAuth/index.less +111 -0
  521. package/lib/components/authentication/admin/ChannelAuthSetting/PageSetting/PageSetting.less +105 -0
  522. package/lib/components/authentication/admin/ChannelAuthSetting/PageSetting/index.d.ts +8 -0
  523. package/lib/components/authentication/admin/ChannelAuthSetting/PageSetting/index.js +148 -0
  524. package/lib/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.d.ts +27 -0
  525. package/lib/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.js +56 -0
  526. package/lib/components/authentication/admin/ChannelAuthSetting/PageSetting/types.d.ts +25 -0
  527. package/lib/components/authentication/admin/ChannelAuthSetting/PageSetting/types.js +17 -0
  528. package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/PageSettingItem.less +272 -0
  529. package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/index.d.ts +8 -0
  530. package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/index.js +206 -0
  531. package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.d.ts +66 -0
  532. package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.js +95 -0
  533. package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/types.d.ts +26 -0
  534. package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/types.js +17 -0
  535. package/lib/components/authentication/admin/ChannelAuthSetting/SaaSManagermentAuth/index.d.ts +6 -0
  536. package/lib/components/authentication/admin/ChannelAuthSetting/SaaSManagermentAuth/index.js +246 -0
  537. package/lib/components/authentication/admin/ChannelAuthSetting/SaaSManagermentAuth/index.less +111 -0
  538. package/lib/components/authentication/admin/ChannelAuthSetting/index.d.ts +6 -0
  539. package/lib/components/authentication/admin/ChannelAuthSetting/index.js +177 -0
  540. package/lib/components/authentication/admin/ChannelAuthSetting/locales.d.ts +39 -0
  541. package/lib/components/authentication/admin/ChannelAuthSetting/locales.js +74 -0
  542. package/lib/components/authentication/admin/ChannelAuthSetting/types.d.ts +36 -0
  543. package/lib/components/authentication/admin/ChannelAuthSetting/types.js +17 -0
  544. package/lib/components/authentication/admin/CustomerAuth/CustomerAuth.less +104 -0
  545. package/lib/components/authentication/admin/CustomerAuth/index.d.ts +6 -0
  546. package/lib/components/authentication/admin/CustomerAuth/index.js +507 -0
  547. package/lib/components/authentication/admin/CustomerAuth/locales.d.ts +66 -0
  548. package/lib/components/authentication/admin/CustomerAuth/locales.js +110 -0
  549. package/lib/components/authentication/admin/CustomerAuth/types.d.ts +16 -0
  550. package/lib/components/authentication/admin/CustomerAuth/types.js +17 -0
  551. package/lib/components/authentication/admin/CustomerOAuthConfig/CustomerOAuthConfig.less +164 -0
  552. package/lib/components/authentication/admin/CustomerOAuthConfig/index.d.ts +6 -0
  553. package/lib/components/authentication/admin/CustomerOAuthConfig/index.js +331 -0
  554. package/lib/components/authentication/admin/CustomerOAuthConfig/locales.d.ts +108 -0
  555. package/lib/components/authentication/admin/CustomerOAuthConfig/locales.js +161 -0
  556. package/lib/components/authentication/admin/CustomerOAuthConfig/types.d.ts +22 -0
  557. package/lib/components/authentication/admin/CustomerOAuthConfig/types.js +17 -0
  558. package/lib/components/authentication/admin/DeviceAuth/DeviceAuth.less +104 -0
  559. package/lib/components/authentication/admin/DeviceAuth/index.d.ts +6 -0
  560. package/lib/components/authentication/admin/DeviceAuth/index.js +254 -0
  561. package/lib/components/authentication/admin/DeviceAuth/locales.d.ts +57 -0
  562. package/lib/components/authentication/admin/DeviceAuth/locales.js +98 -0
  563. package/lib/components/authentication/admin/DeviceAuth/types.d.ts +16 -0
  564. package/lib/components/authentication/admin/DeviceAuth/types.js +17 -0
  565. package/lib/components/authentication/admin/OAuthConfig/OAuthConfig.less +165 -0
  566. package/lib/components/authentication/admin/OAuthConfig/index.d.ts +6 -0
  567. package/lib/components/authentication/admin/OAuthConfig/index.js +226 -0
  568. package/lib/components/authentication/admin/OAuthConfig/locales.d.ts +90 -0
  569. package/lib/components/authentication/admin/OAuthConfig/locales.js +140 -0
  570. package/lib/components/authentication/admin/OAuthConfig/types.d.ts +22 -0
  571. package/lib/components/authentication/admin/OAuthConfig/types.js +17 -0
  572. package/lib/components/authentication/admin/OrgAdminAuth/OrgAdminAuth.less +104 -0
  573. package/lib/components/authentication/admin/OrgAdminAuth/index.d.ts +6 -0
  574. package/lib/components/authentication/admin/OrgAdminAuth/index.js +398 -0
  575. package/lib/components/authentication/admin/OrgAdminAuth/locales.d.ts +54 -0
  576. package/lib/components/authentication/admin/OrgAdminAuth/locales.js +98 -0
  577. package/lib/components/authentication/admin/OrgAdminAuth/types.d.ts +16 -0
  578. package/lib/components/authentication/admin/OrgAdminAuth/types.js +17 -0
  579. package/lib/components/authentication/admin/POSOperatorAuth/POSOperatorAuth.less +104 -0
  580. package/lib/components/authentication/admin/POSOperatorAuth/index.d.ts +6 -0
  581. package/lib/components/authentication/admin/POSOperatorAuth/index.js +262 -0
  582. package/lib/components/authentication/admin/POSOperatorAuth/locales.d.ts +48 -0
  583. package/lib/components/authentication/admin/POSOperatorAuth/locales.js +89 -0
  584. package/lib/components/authentication/admin/POSOperatorAuth/types.d.ts +16 -0
  585. package/lib/components/authentication/admin/POSOperatorAuth/types.js +17 -0
  586. package/lib/components/authentication/admin/SaaSAdminAuth/SaaSAdminAuth.less +104 -0
  587. package/lib/components/authentication/admin/SaaSAdminAuth/index.d.ts +6 -0
  588. package/lib/components/authentication/admin/SaaSAdminAuth/index.js +481 -0
  589. package/lib/components/authentication/admin/SaaSAdminAuth/locales.d.ts +54 -0
  590. package/lib/components/authentication/admin/SaaSAdminAuth/locales.js +98 -0
  591. package/lib/components/authentication/admin/SaaSAdminAuth/types.d.ts +16 -0
  592. package/lib/components/authentication/admin/SaaSAdminAuth/types.js +17 -0
  593. package/lib/components/authentication/admin/index.d.ts +26 -0
  594. package/lib/components/authentication/admin/index.js +83 -0
  595. package/lib/components/authentication/index.d.ts +0 -0
  596. package/lib/components/authentication/index.js +0 -0
  597. package/lib/components/booking/components/TabProduct/index.d.ts +1 -0
  598. package/lib/components/booking/components/TabProduct/productItem/index.d.ts +1 -0
  599. package/lib/components/booking/components/TabProduct/selectProductItem/index.d.ts +1 -0
  600. package/lib/components/booking/components/collapsibleList/utils.d.ts +1 -0
  601. package/lib/components/booking/components/customSelect/index.js +26 -3
  602. package/lib/components/booking/components/emptyBooking/index.d.ts +1 -0
  603. package/lib/components/booking/components/footer/FooterMenus/index.d.ts +1 -0
  604. package/lib/components/booking/components/footer/index.js +17 -10
  605. package/lib/components/booking/components/footer/utils.js +11 -6
  606. package/lib/components/booking/components/formItemChildrenWrap/index.d.ts +1 -0
  607. package/lib/components/booking/components/reloadResourceModal/index.d.ts +1 -0
  608. package/lib/components/booking/components/voucher/index.js +2 -1
  609. package/lib/components/booking/forms/footer.d.ts +1 -0
  610. package/lib/components/booking/forms/sendModal/useSendModal.d.ts +1 -0
  611. package/lib/components/booking/forms/single/index.d.ts +1 -0
  612. package/lib/components/booking/forms/table/index.d.ts +1 -0
  613. package/lib/components/booking/hooks/useClearCart.d.ts +1 -0
  614. package/lib/components/booking/info/clientVariant/hooks/useClientFn.d.ts +1 -0
  615. package/lib/components/booking/info/clientVariant/hooks/useIsLowSpeedNetwork.d.ts +1 -0
  616. package/lib/components/booking/info/date/index.d.ts +1 -0
  617. package/lib/components/booking/info/dateRange/index.d.ts +1 -0
  618. package/lib/components/booking/info/notes/index.d.ts +1 -0
  619. package/lib/components/booking/info/service/actions/index.d.ts +1 -0
  620. package/lib/components/booking/info/service/addService/utils.d.ts +1 -1
  621. package/lib/components/booking/info/service/like/index.d.ts +1 -0
  622. package/lib/components/booking/info2/service/actions/index.d.ts +1 -0
  623. package/lib/components/booking/info2/service/addService/utils.d.ts +1 -1
  624. package/lib/components/booking/info2/service/contactInfoMode/index.d.ts +1 -0
  625. package/lib/components/booking/materiels/contacts/index.d.ts +1 -0
  626. package/lib/components/booking/materiels/duration/index.d.ts +1 -0
  627. package/lib/components/booking/materiels/holder/index.d.ts +1 -0
  628. package/lib/components/booking/materiels/startTime/index.d.ts +1 -0
  629. package/lib/components/booking/notes/NoteBlock/NoteItem/index.d.ts +1 -0
  630. package/lib/components/checkout/PaymentModal.js +73 -11
  631. package/lib/components/checkout/components/AdditionalModule/index.d.ts +3 -1
  632. package/lib/components/checkout/components/AdditionalModule/index.js +50 -11
  633. package/lib/components/checkout/components/AmountSummary/index.js +5 -46
  634. package/lib/components/checkout/components/AmountSummary/index.less +1 -1
  635. package/lib/components/checkout/components/CashPaymentModule/index.d.ts +3 -1
  636. package/lib/components/checkout/components/CashPaymentModule/index.js +5 -2
  637. package/lib/components/checkout/components/PaymentOptionsModule/PaymentMethodItem.d.ts +2 -0
  638. package/lib/components/checkout/components/PaymentOptionsModule/PaymentMethodItem.js +5 -1
  639. package/lib/components/checkout/components/PaymentOptionsModule/index.d.ts +1 -0
  640. package/lib/components/checkout/components/PaymentOptionsModule/index.js +6 -0
  641. package/lib/components/checkout/components/PaymentOptionsModule/index.less +4 -0
  642. package/lib/components/checkout/components/PaymentResultToast/PaymentResultToastProvider.d.ts +4 -0
  643. package/lib/components/checkout/components/PaymentResultToast/PaymentResultToastProvider.js +23 -5
  644. package/lib/components/checkout/components/PaymentResultToast/index.js +4 -4
  645. package/lib/components/checkout/components/PaymentResultToast/index.less +94 -33
  646. package/lib/components/checkout/index.less +1 -1
  647. package/lib/components/checkout/locales.d.ts +3 -0
  648. package/lib/components/checkout/locales.js +3 -0
  649. package/lib/components/checkout/utils/PaymentResultToastUtils.js +11 -1
  650. package/lib/components/eftpos/deviceList/index.d.ts +1 -0
  651. package/lib/components/eftpos/form/index.d.ts +1 -0
  652. package/lib/components/eftpos/group/index.d.ts +1 -0
  653. package/lib/components/eftpos/hooks.d.ts +1 -0
  654. package/lib/components/eftpos/icon/apiKey.d.ts +1 -0
  655. package/lib/components/eftpos/icon/device.d.ts +1 -0
  656. package/lib/components/eftpos/index.d.ts +1 -0
  657. package/lib/components/eftpos/pos.d.ts +1 -0
  658. package/lib/components/eftpos/receipt/index.d.ts +1 -0
  659. package/lib/components/eftposPay/amount.d.ts +1 -0
  660. package/lib/components/eftposPay/component/alert/warn.d.ts +1 -0
  661. package/lib/components/eftposPay/component/fail/failCustom.d.ts +1 -0
  662. package/lib/components/eftposPay/component/fail/network.d.ts +1 -0
  663. package/lib/components/eftposPay/component/fail/unknow.d.ts +1 -0
  664. package/lib/components/eftposPay/component/header/titlebar.d.ts +1 -0
  665. package/lib/components/eftposPay/component/manual/index.d.ts +1 -0
  666. package/lib/components/eftposPay/component/signature/index.d.ts +1 -0
  667. package/lib/components/eftposPay/component/step/index.d.ts +1 -0
  668. package/lib/components/eftposPay/component/step/step.d.ts +1 -0
  669. package/lib/components/eftposPay/pay.d.ts +1 -0
  670. package/lib/components/eftposPay/store/index.d.ts +1 -1
  671. package/lib/components/eftposPay/tip.d.ts +1 -0
  672. package/lib/components/eftposPay/tyro/hooks.d.ts +1 -0
  673. package/lib/components/eftposPay/windcave/receiptAction.d.ts +1 -0
  674. package/lib/components/eftposPay/windcave/windcave.d.ts +1 -0
  675. package/lib/components/eventBooking/components/ErrorTip/index.d.ts +1 -0
  676. package/lib/components/eventBooking/components/Provider/Cart/Deposit/index.d.ts +1 -0
  677. package/lib/components/eventBooking/components/Provider/Cart/Item/index.d.ts +1 -0
  678. package/lib/components/eventBooking/components/Provider/Cart/index.d.ts +1 -0
  679. package/lib/components/eventBooking/components/Provider/Content/index.d.ts +1 -0
  680. package/lib/components/eventBooking/components/Provider/EmptyHolderModal/index.d.ts +1 -0
  681. package/lib/components/eventBooking/components/Provider/Event/index.d.ts +1 -0
  682. package/lib/components/eventBooking/components/Provider/Footer/index.d.ts +1 -0
  683. package/lib/components/eventBooking/components/Provider/Header/index.d.ts +1 -0
  684. package/lib/components/eventBooking/components/Provider/Information/index.d.ts +1 -0
  685. package/lib/components/eventBooking/components/Provider/InformationOptionsModal/index.d.ts +1 -0
  686. package/lib/components/eventBooking/components/Provider/OrderProductModal/index.d.ts +1 -0
  687. package/lib/components/eventBooking/components/Provider/RemoveOptionConfirmModal.d.ts +1 -0
  688. package/lib/components/eventBooking/components/Provider/Resource/index.d.ts +1 -0
  689. package/lib/components/eventBooking/components/Provider/SelectHolderModal.d.ts +1 -0
  690. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateStatus/index.d.ts +1 -0
  691. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/WeekItem/index.d.ts +1 -0
  692. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/index.d.ts +1 -0
  693. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/DayItem/index.d.ts +1 -0
  694. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/index.d.ts +1 -0
  695. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Status/index.d.ts +1 -0
  696. package/lib/components/eventBooking/components/bookingDetailModal/components/BookingOptions.d.ts +1 -0
  697. package/lib/components/eventBooking/components/bookingDetailModal/components/Resource.d.ts +1 -0
  698. package/lib/components/eventBooking/components/bookingDetailModal/components/Schedule.d.ts +1 -0
  699. package/lib/components/eventBooking/components/scheduleCalendar/ProductItem/index.d.ts +1 -0
  700. package/lib/components/eventBooking/components/scheduleCalendar/components/ScheduleTimeItem/index.d.ts +1 -0
  701. package/lib/components/index.d.ts +3 -2
  702. package/lib/components/index.js +20 -1
  703. package/lib/components/login/index.d.ts +1 -0
  704. package/lib/components/pay/toC/PaymentMethods/ApplePay/index.js +27 -7
  705. package/lib/components/pay/toC/PaymentMethods/GooglePay/index.js +32 -8
  706. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/StripeSDK/index.d.ts +1 -0
  707. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/index.d.ts +1 -0
  708. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/index.d.ts +1 -0
  709. package/lib/components/pay/toC/PaymentMethods/SuperPayAliPayH5/index.js +30 -4
  710. package/lib/components/pay/toC/PaymentMethods/WalletPass/serve.d.ts +6 -0
  711. package/lib/components/pay/toC/PaymentMethods/WalletPass/utils.js +4 -2
  712. package/lib/components/pay/toC/PaymentMethods/components/PaymentReturnContent/index.d.ts +15 -0
  713. package/lib/components/pay/toC/PaymentMethods/components/PaymentReturnContent/index.js +88 -0
  714. package/lib/components/pay/toC/PaymentMethods/components/PaymentReturnContent/index.less +34 -0
  715. package/lib/components/pay/toC/PaymentMethods/hooks/index.d.ts +19 -0
  716. package/lib/components/pay/toC/PaymentMethods/hooks/index.js +90 -0
  717. package/lib/components/pay/toC/WalletPassBlock/components/WalletUseList/index.d.ts +1 -0
  718. package/lib/components/pay/toC/index.js +11 -2
  719. package/lib/components/pay/toC/locales.d.ts +9 -0
  720. package/lib/components/pay/toC/locales.js +12 -3
  721. package/lib/components/pay/toC/model.d.ts +1 -0
  722. package/lib/components/pay/toC/serve.d.ts +5 -0
  723. package/lib/components/pay/toC/serve.js +3 -0
  724. package/lib/components/pisellSelectCustomerModal/RightPanel/Add/BirthdayField/index.d.ts +1 -0
  725. package/lib/components/pisellSelectCustomerModal/RightPanel/Add/GenderField/index.d.ts +1 -0
  726. package/lib/components/pisellSelectCustomerModal/RightPanel/Add/index.d.ts +1 -0
  727. package/lib/components/pisellSelectCustomerModal/RightPanel/List/index.d.ts +1 -0
  728. package/lib/components/productExtension/fields/Actor/index.d.ts +1 -0
  729. package/lib/components/productExtension/fields/Forms/index.d.ts +1 -0
  730. package/lib/components/productExtension/fields/SelectProducts/ProductItem/index.d.ts +1 -0
  731. package/lib/components/productExtension/fields/SelectProducts/ProductItemPreview/index.d.ts +1 -0
  732. package/lib/components/productExtension/fields/SelectProducts/index.d.ts +1 -0
  733. package/lib/components/productExtension/fields/SelectResourcesTable/index.d.ts +1 -0
  734. package/lib/components/ruleSetting/ruleBorder/index.d.ts +1 -0
  735. package/lib/components/schedules/calendar/calendarItem.d.ts +1 -0
  736. package/lib/components/schedules/calendar/index.d.ts +1 -0
  737. package/lib/components/schedules/components/CurrentDay/index.d.ts +1 -0
  738. package/lib/components/schedules/components/ScheduleDetailList/index.d.ts +1 -0
  739. package/lib/components/schedules/components/ScheduleList/index.d.ts +1 -0
  740. package/lib/components/schedules/products/ProductDetailDrawer/ProductDetail/MaxParticipantsModule/index.d.ts +1 -0
  741. package/lib/components/schedules/products/ProductDetailDrawer/ProductDetail/ResourcesModule/index.d.ts +1 -0
  742. package/lib/components/schedules/products/ProductDetailDrawer/ProductDetail/index.d.ts +1 -0
  743. package/lib/components/schedules/products/ProductDetailDrawer/ProductDetailByDate/index.d.ts +1 -0
  744. package/lib/components/schedules/products/ProductDetailDrawer/index.d.ts +1 -0
  745. package/lib/components/schedules/products/index.d.ts +1 -0
  746. package/lib/components/schedules/products/list/ProductItem/index.d.ts +1 -0
  747. package/lib/components/schedules/products/list/index.d.ts +1 -0
  748. package/lib/components/schedules/resources/index.d.ts +1 -0
  749. package/lib/components/schedules/resources/list/index.d.ts +1 -0
  750. package/lib/components/schedules/resources/relationProduct/index.d.ts +1 -0
  751. package/lib/components/schedules/schedules/AllSchedules/index.d.ts +1 -0
  752. package/lib/components/schedules/schedules/ScheduleDetailDrawer/index.d.ts +1 -0
  753. package/lib/components/schedules/schedules/index.d.ts +1 -0
  754. package/lib/components/shoppingCart/components/Empty/index.d.ts +1 -0
  755. package/lib/components/shoppingCart/components/Render/index.d.ts +1 -0
  756. package/lib/components/shoppingCart/hooks/useAddService.d.ts +1 -0
  757. package/lib/components/shoppingCart/hooks/useClearCart.d.ts +1 -0
  758. package/lib/components/shoppingCart/index.d.ts +1 -0
  759. package/lib/components/ticketBooking/components/timeBar/index.js +105 -4
  760. package/lib/components/ticketBooking/components/timeBar/index.less +59 -0
  761. package/lib/components/ticketBooking/locales.d.ts +6 -0
  762. package/lib/components/ticketBooking/locales.js +9 -3
  763. package/lib/components/ticketBooking/utils/index.d.ts +1 -1
  764. package/lib/components/wallet/Detail/index.js +31 -3
  765. package/lib/components/wallet/Detail/index.less +11 -0
  766. package/lib/components/wallet/Detail/locales.d.ts +6 -0
  767. package/lib/components/wallet/Detail/locales.js +14 -2
  768. package/lib/components/wallet/Voucher/index.js +8 -8
  769. package/lib/components/wallet/components/WalletCard.js +4 -0
  770. package/lib/components/wallet/hooks/useWalletCard.d.ts +1 -0
  771. package/lib/components/wallet/index.js +2 -2
  772. package/lib/components/wallet/serve.d.ts +7 -0
  773. package/lib/components/wallet/utils.d.ts +48 -0
  774. package/lib/components/wallet/utils.js +287 -0
  775. package/lib/components/walletList/index.js +88 -47
  776. package/lib/components/walletList/serve.d.ts +4 -0
  777. package/lib/components/walletList/serve.js +12 -0
  778. package/lib/components/walletList/types/index.d.ts +12 -12
  779. package/lib/components/workSpaceList/components/Modal/index.d.ts +1 -0
  780. package/lib/hooks/usePaymentLogger.d.ts +1 -0
  781. package/lib/index.d.ts +6 -1
  782. package/lib/index.js +35 -3
  783. package/lib/plus/clientName/index.d.ts +1 -0
  784. package/lib/plus/productSelect/CategoryTabs/index.d.ts +2 -0
  785. package/lib/plus/productSelect/CategoryTabs/index.js +86 -71
  786. package/lib/plus/productSelect/ProductCard/index.d.ts +3 -1
  787. package/lib/plus/productSelect/ProductCard/index.js +18 -4
  788. package/lib/plus/productSelect/components/TabsStructure/TabsStructure.less +0 -11
  789. package/lib/plus/productSelect/index.d.ts +3 -2
  790. package/lib/plus/productSelect/index.js +20 -6
  791. package/lib/plus/productSelect/index.less +4 -0
  792. package/lib/plus/saasCreateOrganization/components/Header.d.ts +1 -0
  793. package/lib/plus/saasRegister/components/EntryEmail.d.ts +1 -0
  794. package/lib/plus/saasRegister/components/EntryInfo.d.ts +1 -0
  795. package/lib/plus/saasRegister/components/GoLogin.d.ts +1 -0
  796. package/lib/plus/saasRegister/components/Header.d.ts +1 -0
  797. package/lib/plus/saasRegister/components/VerifyError.d.ts +1 -0
  798. package/lib/plus/saasRegister/components/VerifyingLink.d.ts +1 -0
  799. package/lib/plus/saasRegister/components/VertifyEmail.d.ts +1 -0
  800. package/lib/plus/walletEditor/WalletEditor.d.ts +5 -0
  801. package/lib/plus/walletEditor/WalletEditor.js +354 -0
  802. package/lib/plus/walletEditor/WalletEditor.less +129 -0
  803. package/lib/plus/walletEditor/components/ImageUpload/index.d.ts +8 -0
  804. package/lib/plus/walletEditor/components/ImageUpload/index.js +201 -0
  805. package/lib/plus/walletEditor/components/JsonEditor/index.d.ts +11 -0
  806. package/lib/plus/walletEditor/components/JsonEditor/index.js +89 -0
  807. package/lib/plus/walletEditor/components/JsonEditor/index.less +4 -0
  808. package/lib/plus/walletEditor/components/ValidityPeriodSelector/index.d.ts +20 -0
  809. package/lib/plus/walletEditor/components/ValidityPeriodSelector/index.js +176 -0
  810. package/lib/plus/walletEditor/components/ValidityPeriodSelector/index.less +4 -0
  811. package/lib/plus/walletEditor/components/relationProduct/index.d.ts +7 -0
  812. package/lib/plus/walletEditor/components/relationProduct/index.js +73 -0
  813. package/lib/plus/walletEditor/components/relationProduct/index.less +15 -0
  814. package/lib/plus/walletEditor/components/sortableWalletPassTypes/index.d.ts +37 -0
  815. package/lib/plus/walletEditor/components/sortableWalletPassTypes/index.js +211 -0
  816. package/lib/plus/walletEditor/components/sortableWalletPassTypes/index.less +110 -0
  817. package/lib/plus/walletEditor/index.d.ts +3 -0
  818. package/lib/plus/walletEditor/index.js +42 -0
  819. package/lib/plus/walletEditor/locales.d.ts +126 -0
  820. package/lib/plus/walletEditor/locales.js +167 -0
  821. package/lib/plus/walletEditor/types.d.ts +52 -0
  822. package/lib/plus/walletEditor/types.js +17 -0
  823. package/lib/plus/walletPassGallery/components/footerButton/index.d.ts +14 -0
  824. package/lib/plus/walletPassGallery/components/footerButton/index.js +187 -0
  825. package/lib/plus/walletPassGallery/components/footerButton/index.less +93 -0
  826. package/lib/plus/walletPassGallery/components/passDetail/index.d.ts +9 -0
  827. package/lib/plus/walletPassGallery/components/passDetail/index.js +323 -0
  828. package/lib/plus/walletPassGallery/components/passDetail/index.less +57 -0
  829. package/lib/plus/walletPassGallery/components/passList/index.d.ts +12 -0
  830. package/lib/plus/walletPassGallery/components/passList/index.js +136 -0
  831. package/lib/plus/walletPassGallery/components/recharge/index.d.ts +11 -0
  832. package/lib/plus/walletPassGallery/components/recharge/index.js +146 -0
  833. package/lib/plus/walletPassGallery/components/recharge/index.less +16 -0
  834. package/lib/plus/walletPassGallery/components/timelineSection/index.d.ts +9 -0
  835. package/lib/plus/walletPassGallery/components/timelineSection/index.js +212 -0
  836. package/lib/plus/walletPassGallery/components/timelineSection/index.less +67 -0
  837. package/lib/plus/walletPassGallery/components/usageRule/index.d.ts +9 -0
  838. package/lib/plus/walletPassGallery/components/usageRule/index.js +209 -0
  839. package/lib/plus/walletPassGallery/components/usageRule/index.less +157 -0
  840. package/lib/plus/walletPassGallery/index.d.ts +6 -0
  841. package/lib/plus/walletPassGallery/index.js +500 -0
  842. package/lib/plus/walletPassGallery/index.less +115 -0
  843. package/lib/plus/walletPassGallery/locales.d.ts +270 -0
  844. package/lib/plus/walletPassGallery/locales.js +299 -0
  845. package/lib/plus/walletPassGallery/serve.d.ts +221 -0
  846. package/lib/plus/walletPassGallery/serve.js +99 -0
  847. package/lib/pro/Login2.0/AuthModal.d.ts +143 -0
  848. package/lib/pro/Login2.0/AuthModal.js +503 -0
  849. package/lib/pro/Login2.0/Login2.d.ts +61 -0
  850. package/lib/pro/Login2.0/Login2.js +1545 -0
  851. package/lib/pro/Login2.0/Register2.d.ts +65 -0
  852. package/lib/pro/Login2.0/Register2.js +1063 -0
  853. package/lib/pro/Login2.0/components/ForgotPasswordFlow.d.ts +31 -0
  854. package/lib/pro/Login2.0/components/ForgotPasswordFlow.js +213 -0
  855. package/lib/pro/Login2.0/components/LegalTerms.d.ts +8 -0
  856. package/lib/pro/Login2.0/components/LegalTerms.js +76 -0
  857. package/lib/pro/Login2.0/components/LegalTerms.less +74 -0
  858. package/lib/pro/Login2.0/components/LoginCodeInput.d.ts +27 -0
  859. package/lib/pro/Login2.0/components/LoginCodeInput.js +161 -0
  860. package/lib/pro/Login2.0/components/OAuthButtonGroup.d.ts +22 -0
  861. package/lib/pro/Login2.0/components/OAuthButtonGroup.js +87 -0
  862. package/lib/pro/Login2.0/components/PhoneInput.d.ts +53 -0
  863. package/lib/pro/Login2.0/components/PhoneInput.js +263 -0
  864. package/lib/pro/Login2.0/components/PhoneInput.less +148 -0
  865. package/lib/pro/Login2.0/components/phoneValidation.d.ts +17 -0
  866. package/lib/pro/Login2.0/components/phoneValidation.js +153 -0
  867. package/lib/pro/Login2.0/hooks/index.d.ts +2 -0
  868. package/lib/pro/Login2.0/hooks/index.js +29 -0
  869. package/lib/pro/Login2.0/hooks/usePasswordValidationRules.d.ts +24 -0
  870. package/lib/pro/Login2.0/hooks/usePasswordValidationRules.js +140 -0
  871. package/lib/pro/Login2.0/hooks/useRegisterFlow.d.ts +39 -0
  872. package/lib/pro/Login2.0/hooks/useRegisterFlow.js +149 -0
  873. package/lib/pro/Login2.0/hooks/useRegistrationMethods.d.ts +9 -0
  874. package/lib/pro/Login2.0/hooks/useRegistrationMethods.js +51 -0
  875. package/lib/pro/Login2.0/index.js +45 -0
  876. package/lib/pro/Login2.0/index.less +1002 -0
  877. package/lib/pro/Login2.0/locales.d.ts +543 -0
  878. package/lib/pro/Login2.0/locales.js +646 -0
  879. package/lib/pro/Login2.0/shared/Header.d.ts +11 -0
  880. package/lib/pro/Login2.0/shared/Header.js +81 -0
  881. package/lib/pro/Login2.0/shared/OAuthButtons.d.ts +11 -0
  882. package/lib/pro/Login2.0/shared/OAuthButtons.js +78 -0
  883. package/lib/pro/Login2.0/shared/registerFlow.d.ts +116 -0
  884. package/lib/pro/Login2.0/shared/registerFlow.js +235 -0
  885. package/lib/pro/Login2.0/shared/types.d.ts +232 -0
  886. package/lib/pro/Login2.0/shared/types.js +17 -0
  887. package/lib/pro/Login2.0/steps/CodeInput.d.ts +24 -0
  888. package/lib/pro/Login2.0/steps/CodeInput.js +160 -0
  889. package/lib/pro/Login2.0/steps/EmailAlreadyRegistered.d.ts +12 -0
  890. package/lib/pro/Login2.0/steps/EmailAlreadyRegistered.js +46 -0
  891. package/lib/pro/Login2.0/steps/EmailLinkAlreadyUsed.d.ts +7 -0
  892. package/lib/pro/Login2.0/steps/EmailLinkAlreadyUsed.js +51 -0
  893. package/lib/pro/Login2.0/steps/EmailLinkExpired.d.ts +9 -0
  894. package/lib/pro/Login2.0/steps/EmailLinkExpired.js +51 -0
  895. package/lib/pro/Login2.0/steps/SetPassword.d.ts +19 -0
  896. package/lib/pro/Login2.0/steps/SetPassword.js +131 -0
  897. package/lib/pro/Login2.0/steps/VerificationSuccess.d.ts +8 -0
  898. package/lib/pro/Login2.0/steps/VerificationSuccess.js +49 -0
  899. package/lib/pro/Login2.0/steps/VerifyingEmailLink.d.ts +7 -0
  900. package/lib/pro/Login2.0/steps/VerifyingEmailLink.js +41 -0
  901. package/lib/pro/Login2.0/steps/WaitEmailLink.d.ts +18 -0
  902. package/lib/pro/Login2.0/steps/WaitEmailLink.js +67 -0
  903. package/lib/pro/Login2.0/steps/index.d.ts +19 -0
  904. package/lib/pro/Login2.0/steps/index.js +60 -0
  905. package/lib/pro/Login2.0/steps/steps.less +423 -0
  906. package/lib/pro/Login2.0/types.d.ts +167 -0
  907. package/lib/pro/Login2.0/types.js +17 -0
  908. package/lib/pro/multiDayTimeSelect/MultiDayTimeSelect.js +16 -30
  909. package/lib/pro/pisellPaymentList/example.d.ts +20 -0
  910. package/lib/pro/pisellPaymentList/example.js +416 -0
  911. package/lib/pro/priceKeyboard/components/cashKeyboard/CashKeyboardIntact.js +9 -5
  912. package/lib/pro/priceKeyboard/components/cashKeyboard/index.d.ts +1 -0
  913. package/lib/pro/priceKeyboard/components/cashKeyboard/index.js +3 -2
  914. package/lib/pro/priceKeyboard/components/cashKeyboard/types.d.ts +1 -0
  915. package/lib/pro/priceKeyboard/components/discountKeyboard/index.js +8 -1
  916. package/lib/pro/priceKeyboard/components/discountKeyboard/index.less +14 -0
  917. package/lib/pro/priceKeyboard/components/shortcuts/index.d.ts +1 -0
  918. package/lib/pro/priceKeyboard/components/shortcuts/index.js +3 -2
  919. package/lib/pro/priceKeyboard/components/shortcuts/index.less +4 -0
  920. package/lowcode/admin-auth-customer-auth/meta.ts +29 -0
  921. package/lowcode/admin-auth-customer-oauth-config/meta.ts +55 -0
  922. package/lowcode/admin-auth-device-auth/meta.ts +30 -0
  923. package/lowcode/admin-auth-methods/meta.ts +385 -0
  924. package/lowcode/admin-auth-oauth-config/meta.ts +29 -0
  925. package/lowcode/admin-auth-online-shop-auth/meta.ts +29 -0
  926. package/lowcode/admin-auth-org-admin-auth/meta.ts +29 -0
  927. package/lowcode/admin-auth-pos-operator-auth/meta.ts +30 -0
  928. package/lowcode/admin-auth-saas-admin-auth/meta.ts +29 -0
  929. package/lowcode/admin-auth-saas-managerment-auth/meta.ts +30 -0
  930. package/lowcode/admin-setting-list/meta.ts +125 -0
  931. package/lowcode/authmodal/meta.ts +395 -0
  932. package/lowcode/login2/CONFIG.md +447 -0
  933. package/lowcode/login2/TEST_CONFIG.md +324 -0
  934. package/lowcode/login2/VERIFICATION_METHODS.md +364 -0
  935. package/lowcode/login2/meta.ts +560 -0
  936. package/lowcode/login2/snippets.ts +124 -0
  937. package/lowcode/pro-register/meta.ts +385 -0
  938. package/lowcode/register2/meta.ts +562 -0
  939. package/lowcode/register2/snippets.ts +257 -0
  940. package/lowcode/sortable-wallet-pass-types/meta.ts +267 -0
  941. package/lowcode/wallet-editor/meta.ts +57 -0
  942. package/lowcode/wallet-editor/snippets.ts +13 -0
  943. package/lowcode/wallet-pass-detail/meta.ts +89 -0
  944. package/lowcode/wallet-pass-gallery/meta.ts +35 -0
  945. package/package.json +13 -13
  946. package/lowcode/wallet/meta.ts +0 -79
@@ -0,0 +1,249 @@
1
+ declare const _default: {
2
+ en: {
3
+ 'auth.method.email.title': string;
4
+ 'auth.method.email.description': string;
5
+ 'auth.method.phone.title': string;
6
+ 'auth.method.phone.description': string;
7
+ 'auth.method.facebook.title': string;
8
+ 'auth.method.facebook.description': string;
9
+ 'auth.method.apple.title': string;
10
+ 'auth.method.apple.description': string;
11
+ 'auth.method.guest.title': string;
12
+ 'auth.method.guest.description': string;
13
+ 'auth.login.method.password.title': string;
14
+ 'auth.login.method.password.email.description': string;
15
+ 'auth.login.method.password.phone.description': string;
16
+ 'auth.login.method.magic-link.title': string;
17
+ 'auth.login.method.magic-link.description': string;
18
+ 'auth.login.method.verification-code.title': string;
19
+ 'auth.login.method.verification-code.description': string;
20
+ 'auth.login.method.sms.title': string;
21
+ 'auth.login.method.sms.description': string;
22
+ 'auth.email.settings': string;
23
+ 'auth.phone.settings': string;
24
+ 'auth.email.registration.title': string;
25
+ 'auth.email.registration.enable': string;
26
+ 'auth.email.registration.enable.description': string;
27
+ 'auth.email.verification.title': string;
28
+ 'auth.email.verification.description': string;
29
+ 'auth.email.verification.link': string;
30
+ 'auth.email.verification.link.description': string;
31
+ 'auth.email.verification.code': string;
32
+ 'auth.email.verification.code.description': string;
33
+ 'auth.email.verification.note': string;
34
+ 'auth.email.verification.note.description': string;
35
+ 'auth.email.login.title': string;
36
+ 'auth.email.login.description': string;
37
+ 'auth.email.login.password': string;
38
+ 'auth.email.login.password.description': string;
39
+ 'auth.email.login.magic-link': string;
40
+ 'auth.email.login.magic-link.description': string;
41
+ 'auth.email.login.verification-code': string;
42
+ 'auth.email.login.verification-code.description': string;
43
+ 'auth.phone.registration.title': string;
44
+ 'auth.phone.registration.enable': string;
45
+ 'auth.phone.registration.enable.description': string;
46
+ 'auth.phone.verification.title': string;
47
+ 'auth.phone.verification.description': string;
48
+ 'auth.phone.verification.sms': string;
49
+ 'auth.phone.verification.sms.description': string;
50
+ 'auth.phone.login.title': string;
51
+ 'auth.phone.login.description': string;
52
+ 'auth.phone.login.password': string;
53
+ 'auth.phone.login.password.description': string;
54
+ 'auth.phone.login.sms': string;
55
+ 'auth.phone.login.sms.description': string;
56
+ 'auth.password.settings': string;
57
+ 'auth.password.rules.title': string;
58
+ 'auth.password.rules.description': string;
59
+ 'auth.password.requirements.title': string;
60
+ 'auth.password.requirements.description': string;
61
+ 'auth.password.min.length': string;
62
+ 'auth.password.min.length.description': string;
63
+ 'auth.password.requirements': string;
64
+ 'auth.password.requirements.character': string;
65
+ 'auth.password.require.uppercase': string;
66
+ 'auth.password.require.uppercase.description': string;
67
+ 'auth.password.require.lowercase': string;
68
+ 'auth.password.require.lowercase.description': string;
69
+ 'auth.password.require.numbers': string;
70
+ 'auth.password.require.numbers.description': string;
71
+ 'auth.password.require.special': string;
72
+ 'auth.password.require.special.description': string;
73
+ 'auth.button.cancel': string;
74
+ 'auth.button.save': string;
75
+ 'auth.button.settings': string;
76
+ 'auth.category.general': string;
77
+ 'auth.category.password-free': string;
78
+ 'auth.category.auth-free': string;
79
+ 'auth.category.oauth': string;
80
+ 'auth.oauth.config.message': string;
81
+ 'auth.oauth.config.link': string;
82
+ 'auth.settings.no.additional': string;
83
+ };
84
+ 'zh-CN': {
85
+ 'auth.method.email.title': string;
86
+ 'auth.method.email.description': string;
87
+ 'auth.method.phone.title': string;
88
+ 'auth.method.phone.description': string;
89
+ 'auth.method.facebook.title': string;
90
+ 'auth.method.facebook.description': string;
91
+ 'auth.method.apple.title': string;
92
+ 'auth.method.apple.description': string;
93
+ 'auth.method.guest.title': string;
94
+ 'auth.method.guest.description': string;
95
+ 'auth.login.method.password.title': string;
96
+ 'auth.login.method.password.email.description': string;
97
+ 'auth.login.method.password.phone.description': string;
98
+ 'auth.login.method.magic-link.title': string;
99
+ 'auth.login.method.magic-link.description': string;
100
+ 'auth.login.method.verification-code.title': string;
101
+ 'auth.login.method.verification-code.description': string;
102
+ 'auth.login.method.sms.title': string;
103
+ 'auth.login.method.sms.description': string;
104
+ 'auth.email.settings': string;
105
+ 'auth.phone.settings': string;
106
+ 'auth.email.registration.title': string;
107
+ 'auth.email.registration.enable': string;
108
+ 'auth.email.registration.enable.description': string;
109
+ 'auth.email.verification.title': string;
110
+ 'auth.email.verification.description': string;
111
+ 'auth.email.verification.link': string;
112
+ 'auth.email.verification.link.description': string;
113
+ 'auth.email.verification.code': string;
114
+ 'auth.email.verification.code.description': string;
115
+ 'auth.email.verification.note': string;
116
+ 'auth.email.verification.note.description': string;
117
+ 'auth.email.login.title': string;
118
+ 'auth.email.login.description': string;
119
+ 'auth.email.login.password': string;
120
+ 'auth.email.login.password.description': string;
121
+ 'auth.email.login.magic-link': string;
122
+ 'auth.email.login.magic-link.description': string;
123
+ 'auth.email.login.verification-code': string;
124
+ 'auth.email.login.verification-code.description': string;
125
+ 'auth.phone.registration.title': string;
126
+ 'auth.phone.registration.enable': string;
127
+ 'auth.phone.registration.enable.description': string;
128
+ 'auth.phone.verification.title': string;
129
+ 'auth.phone.verification.description': string;
130
+ 'auth.phone.verification.sms': string;
131
+ 'auth.phone.verification.sms.description': string;
132
+ 'auth.phone.login.title': string;
133
+ 'auth.phone.login.description': string;
134
+ 'auth.phone.login.password': string;
135
+ 'auth.phone.login.password.description': string;
136
+ 'auth.phone.login.sms': string;
137
+ 'auth.phone.login.sms.description': string;
138
+ 'auth.password.settings': string;
139
+ 'auth.password.rules.title': string;
140
+ 'auth.password.rules.description': string;
141
+ 'auth.password.requirements.title': string;
142
+ 'auth.password.requirements.description': string;
143
+ 'auth.password.min.length': string;
144
+ 'auth.password.min.length.description': string;
145
+ 'auth.password.requirements': string;
146
+ 'auth.password.requirements.character': string;
147
+ 'auth.password.require.uppercase': string;
148
+ 'auth.password.require.uppercase.description': string;
149
+ 'auth.password.require.lowercase': string;
150
+ 'auth.password.require.lowercase.description': string;
151
+ 'auth.password.require.numbers': string;
152
+ 'auth.password.require.numbers.description': string;
153
+ 'auth.password.require.special': string;
154
+ 'auth.password.require.special.description': string;
155
+ 'auth.button.cancel': string;
156
+ 'auth.button.save': string;
157
+ 'auth.button.settings': string;
158
+ 'auth.category.general': string;
159
+ 'auth.category.password-free': string;
160
+ 'auth.category.auth-free': string;
161
+ 'auth.category.oauth': string;
162
+ 'auth.oauth.config.message': string;
163
+ 'auth.oauth.config.link': string;
164
+ 'auth.settings.no.additional': string;
165
+ };
166
+ 'zh-HK': {
167
+ 'auth.method.email.title': string;
168
+ 'auth.method.email.description': string;
169
+ 'auth.method.phone.title': string;
170
+ 'auth.method.phone.description': string;
171
+ 'auth.method.facebook.title': string;
172
+ 'auth.method.facebook.description': string;
173
+ 'auth.method.apple.title': string;
174
+ 'auth.method.apple.description': string;
175
+ 'auth.method.guest.title': string;
176
+ 'auth.method.guest.description': string;
177
+ 'auth.login.method.password.title': string;
178
+ 'auth.login.method.password.email.description': string;
179
+ 'auth.login.method.password.phone.description': string;
180
+ 'auth.login.method.magic-link.title': string;
181
+ 'auth.login.method.magic-link.description': string;
182
+ 'auth.login.method.verification-code.title': string;
183
+ 'auth.login.method.verification-code.description': string;
184
+ 'auth.login.method.sms.title': string;
185
+ 'auth.login.method.sms.description': string;
186
+ 'auth.email.settings': string;
187
+ 'auth.phone.settings': string;
188
+ 'auth.email.registration.title': string;
189
+ 'auth.email.registration.enable': string;
190
+ 'auth.email.registration.enable.description': string;
191
+ 'auth.email.verification.title': string;
192
+ 'auth.email.verification.description': string;
193
+ 'auth.email.verification.link': string;
194
+ 'auth.email.verification.link.description': string;
195
+ 'auth.email.verification.code': string;
196
+ 'auth.email.verification.code.description': string;
197
+ 'auth.email.verification.note': string;
198
+ 'auth.email.verification.note.description': string;
199
+ 'auth.email.login.title': string;
200
+ 'auth.email.login.description': string;
201
+ 'auth.email.login.password': string;
202
+ 'auth.email.login.password.description': string;
203
+ 'auth.email.login.magic-link': string;
204
+ 'auth.email.login.magic-link.description': string;
205
+ 'auth.email.login.verification-code': string;
206
+ 'auth.email.login.verification-code.description': string;
207
+ 'auth.phone.registration.title': string;
208
+ 'auth.phone.registration.enable': string;
209
+ 'auth.phone.registration.enable.description': string;
210
+ 'auth.phone.verification.title': string;
211
+ 'auth.phone.verification.description': string;
212
+ 'auth.phone.verification.sms': string;
213
+ 'auth.phone.verification.sms.description': string;
214
+ 'auth.phone.login.title': string;
215
+ 'auth.phone.login.description': string;
216
+ 'auth.phone.login.password': string;
217
+ 'auth.phone.login.password.description': string;
218
+ 'auth.phone.login.sms': string;
219
+ 'auth.phone.login.sms.description': string;
220
+ 'auth.password.settings': string;
221
+ 'auth.password.rules.title': string;
222
+ 'auth.password.rules.description': string;
223
+ 'auth.password.requirements.title': string;
224
+ 'auth.password.requirements.description': string;
225
+ 'auth.password.min.length': string;
226
+ 'auth.password.min.length.description': string;
227
+ 'auth.password.requirements': string;
228
+ 'auth.password.requirements.character': string;
229
+ 'auth.password.require.uppercase': string;
230
+ 'auth.password.require.uppercase.description': string;
231
+ 'auth.password.require.lowercase': string;
232
+ 'auth.password.require.lowercase.description': string;
233
+ 'auth.password.require.numbers': string;
234
+ 'auth.password.require.numbers.description': string;
235
+ 'auth.password.require.special': string;
236
+ 'auth.password.require.special.description': string;
237
+ 'auth.button.cancel': string;
238
+ 'auth.button.save': string;
239
+ 'auth.button.settings': string;
240
+ 'auth.category.general': string;
241
+ 'auth.category.password-free': string;
242
+ 'auth.category.auth-free': string;
243
+ 'auth.category.oauth': string;
244
+ 'auth.oauth.config.message': string;
245
+ 'auth.oauth.config.link': string;
246
+ 'auth.settings.no.additional': string;
247
+ };
248
+ };
249
+ export default _default;
@@ -0,0 +1,314 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __export = (target, all) => {
6
+ for (var name in all)
7
+ __defProp(target, name, { get: all[name], enumerable: true });
8
+ };
9
+ var __copyProps = (to, from, except, desc) => {
10
+ if (from && typeof from === "object" || typeof from === "function") {
11
+ for (let key of __getOwnPropNames(from))
12
+ if (!__hasOwnProp.call(to, key) && key !== except)
13
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
14
+ }
15
+ return to;
16
+ };
17
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
+
19
+ // src/components/authentication/admin/AuthMethods/locales.ts
20
+ var locales_exports = {};
21
+ __export(locales_exports, {
22
+ default: () => locales_default
23
+ });
24
+ module.exports = __toCommonJS(locales_exports);
25
+ var locales_default = {
26
+ en: {
27
+ // Auth method titles and descriptions
28
+ "auth.method.email.title": "Email",
29
+ "auth.method.email.description": "Register and log in via email",
30
+ "auth.method.phone.title": "Phone Number",
31
+ "auth.method.phone.description": "Register and log in via phone number",
32
+ "auth.method.facebook.title": "Facebook",
33
+ "auth.method.facebook.description": "Log in with Facebook account",
34
+ "auth.method.apple.title": "Apple",
35
+ "auth.method.apple.description": "Log in with Apple ID",
36
+ "auth.method.guest.title": "Guest",
37
+ "auth.method.guest.description": "Allow guests to access without registration process",
38
+ // Login method titles and descriptions
39
+ "auth.login.method.password.title": "Password",
40
+ "auth.login.method.password.email.description": "Log in using email and password",
41
+ "auth.login.method.password.phone.description": "Log in using phone and password",
42
+ "auth.login.method.magic-link.title": "Magic Link",
43
+ "auth.login.method.magic-link.description": "Send a magic link to email",
44
+ "auth.login.method.verification-code.title": "Verification Code",
45
+ "auth.login.method.verification-code.description": "Send a verification code to email",
46
+ "auth.login.method.sms.title": "SMS Code",
47
+ "auth.login.method.sms.description": "Send a verification code via SMS",
48
+ // Drawer title
49
+ "auth.email.settings": "Email Settings",
50
+ "auth.phone.settings": "Phone Number Settings",
51
+ // Email Registration section
52
+ "auth.email.registration.title": "Email Registration",
53
+ "auth.email.registration.enable": "Enable Email Registration",
54
+ "auth.email.registration.enable.description": "Allow users to register using email address",
55
+ // Registration Verification section
56
+ "auth.email.verification.title": "Registration Verification",
57
+ "auth.email.verification.description": "Select email verification method for registration.",
58
+ "auth.email.verification.link": "Verification Link",
59
+ "auth.email.verification.link.description": "Send verification link to user's email, user clicks link to complete registration",
60
+ "auth.email.verification.code": "Verification Code",
61
+ "auth.email.verification.code.description": "Send verification code to user's email, user needs to input the verification code to complete registration",
62
+ "auth.email.verification.note": "Note:",
63
+ "auth.email.verification.note.description": "On self-service devices like Kiosk, the system will automatically use Verification Code mode instead of Verification Link for better user experience.",
64
+ // Login Verification Methods section
65
+ "auth.email.login.title": "Login Verification Methods",
66
+ "auth.email.login.description": "Drag to reorder login methods by priority.",
67
+ "auth.email.login.password": "Password Login",
68
+ "auth.email.login.password.description": "User inputs their password for authentication",
69
+ "auth.email.login.magic-link": "Magic Link Login",
70
+ "auth.email.login.magic-link.description": "Send login link to user's email, click link to complete login",
71
+ "auth.email.login.verification-code": "Email Verification Code",
72
+ "auth.email.login.verification-code.description": "Send verification code to user's email, user inputs the code to login",
73
+ // Phone Registration section
74
+ "auth.phone.registration.title": "Phone Number Registration",
75
+ "auth.phone.registration.enable": "Enable Phone Number Registration",
76
+ "auth.phone.registration.enable.description": "Allow users to register using phone number",
77
+ // Phone Registration Verification section
78
+ "auth.phone.verification.title": "Registration Verification",
79
+ "auth.phone.verification.description": "Select phone verification method for registration.",
80
+ "auth.phone.verification.sms": "SMS Verification Code",
81
+ "auth.phone.verification.sms.description": "Send verification code to user's phone number, user inputs the code to complete registration",
82
+ // Phone Login Verification Methods section
83
+ "auth.phone.login.title": "Login Verification Methods",
84
+ "auth.phone.login.description": "Drag to reorder login methods by priority.",
85
+ "auth.phone.login.password": "Password Login",
86
+ "auth.phone.login.password.description": "User inputs their password for authentication",
87
+ "auth.phone.login.sms": "SMS Verification Code",
88
+ "auth.phone.login.sms.description": "Send verification code to user's phone number, user inputs the code to login",
89
+ // Password Settings
90
+ "auth.password.settings": "Password Settings",
91
+ "auth.password.rules.title": "Password Rules",
92
+ "auth.password.rules.description": "Define password complexity requirements for accounts",
93
+ "auth.password.requirements.title": "Password Requirements",
94
+ "auth.password.requirements.description": "Define password complexity requirements for user accounts.",
95
+ "auth.password.min.length": "Minimum Length",
96
+ "auth.password.min.length.description": "Required password length",
97
+ "auth.password.requirements": "Requirements",
98
+ "auth.password.requirements.character": "Character type requirements",
99
+ "auth.password.require.uppercase": "Require uppercase letters",
100
+ "auth.password.require.uppercase.description": "At least one uppercase letter (A-Z)",
101
+ "auth.password.require.lowercase": "Require lowercase letters",
102
+ "auth.password.require.lowercase.description": "At least one lowercase letter (a-z)",
103
+ "auth.password.require.numbers": "Require numbers",
104
+ "auth.password.require.numbers.description": "At least one number (0-9)",
105
+ "auth.password.require.special": "Require special characters",
106
+ "auth.password.require.special.description": "At least one special character (!@#$%^&*)",
107
+ // Buttons
108
+ "auth.button.cancel": "Cancel",
109
+ "auth.button.save": "Save",
110
+ "auth.button.settings": "Settings",
111
+ // Category badges
112
+ "auth.category.general": "General",
113
+ "auth.category.password-free": "Password-free",
114
+ "auth.category.auth-free": "Auth-free",
115
+ "auth.category.oauth": "OAuth",
116
+ // OAuth configuration
117
+ "auth.oauth.config.message": "Configure OAuth settings in Auth Configuration page first",
118
+ "auth.oauth.config.link": "click to config",
119
+ // Empty state
120
+ "auth.settings.no.additional": "No additional settings available for this authentication method."
121
+ },
122
+ "zh-CN": {
123
+ // Auth method titles and descriptions
124
+ "auth.method.email.title": "邮箱",
125
+ "auth.method.email.description": "通过邮箱注册和登录",
126
+ "auth.method.phone.title": "手机号码",
127
+ "auth.method.phone.description": "通过手机号码注册和登录",
128
+ "auth.method.facebook.title": "Facebook",
129
+ "auth.method.facebook.description": "使用Facebook账号登录",
130
+ "auth.method.apple.title": "Apple",
131
+ "auth.method.apple.description": "使用Apple ID登录",
132
+ "auth.method.guest.title": "访客",
133
+ "auth.method.guest.description": "允许访客无需注册即可访问",
134
+ // Login method titles and descriptions
135
+ "auth.login.method.password.title": "密码",
136
+ "auth.login.method.password.email.description": "使用邮箱和密码登录",
137
+ "auth.login.method.password.phone.description": "使用手机号和密码登录",
138
+ "auth.login.method.magic-link.title": "魔法链接",
139
+ "auth.login.method.magic-link.description": "向邮箱发送魔法链接",
140
+ "auth.login.method.verification-code.title": "验证码",
141
+ "auth.login.method.verification-code.description": "向邮箱发送验证码",
142
+ "auth.login.method.sms.title": "短信验证码",
143
+ "auth.login.method.sms.description": "通过短信发送验证码",
144
+ // Drawer title
145
+ "auth.email.settings": "邮箱设置",
146
+ "auth.phone.settings": "手机号码设置",
147
+ // Email Registration section
148
+ "auth.email.registration.title": "邮箱注册",
149
+ "auth.email.registration.enable": "启用邮箱注册",
150
+ "auth.email.registration.enable.description": "允许用户使用邮箱地址注册",
151
+ // Registration Verification section
152
+ "auth.email.verification.title": "注册验证",
153
+ "auth.email.verification.description": "选择注册时的邮箱验证方式。",
154
+ "auth.email.verification.link": "验证链接",
155
+ "auth.email.verification.link.description": "发送验证链接到用户邮箱,用户点击链接完成注册",
156
+ "auth.email.verification.code": "验证码",
157
+ "auth.email.verification.code.description": "发送验证码到用户邮箱,用户需要输入验证码完成注册",
158
+ "auth.email.verification.note": "注意:",
159
+ "auth.email.verification.note.description": "在自助设备如Kiosk上,系统将自动使用验证码模式而不是验证链接,以提供更好的用户体验。",
160
+ // Login Verification Methods section
161
+ "auth.email.login.title": "登录验证方法",
162
+ "auth.email.login.description": "拖拽调整登录方法优先级。",
163
+ "auth.email.login.password": "密码登录",
164
+ "auth.email.login.password.description": "用户输入密码进行身份验证",
165
+ "auth.email.login.magic-link": "魔法链接登录",
166
+ "auth.email.login.magic-link.description": "发送登录链接到用户邮箱,点击链接完成登录",
167
+ "auth.email.login.verification-code": "邮箱验证码",
168
+ "auth.email.login.verification-code.description": "发送验证码到用户邮箱,用户输入验证码登录",
169
+ // Phone Registration section
170
+ "auth.phone.registration.title": "手机号码注册",
171
+ "auth.phone.registration.enable": "启用手机号码注册",
172
+ "auth.phone.registration.enable.description": "允许用户使用手机号码注册",
173
+ // Phone Registration Verification section
174
+ "auth.phone.verification.title": "注册验证",
175
+ "auth.phone.verification.description": "选择注册时的手机验证方式。",
176
+ "auth.phone.verification.sms": "短信验证码",
177
+ "auth.phone.verification.sms.description": "发送验证码到用户手机,用户输入验证码完成注册",
178
+ // Phone Login Verification Methods section
179
+ "auth.phone.login.title": "登录验证方法",
180
+ "auth.phone.login.description": "拖拽调整登录方法优先级。",
181
+ "auth.phone.login.password": "密码登录",
182
+ "auth.phone.login.password.description": "用户输入密码进行身份验证",
183
+ "auth.phone.login.sms": "短信验证码",
184
+ "auth.phone.login.sms.description": "发送验证码到用户手机,用户输入验证码登录",
185
+ // Password Settings
186
+ "auth.password.settings": "密码设置",
187
+ "auth.password.rules.title": "密码规则",
188
+ "auth.password.rules.description": "定义账户的密码复杂度要求",
189
+ "auth.password.requirements.title": "密码要求",
190
+ "auth.password.requirements.description": "定义用户账户的密码复杂度要求。",
191
+ "auth.password.min.length": "最小长度",
192
+ "auth.password.min.length.description": "密码长度要求",
193
+ "auth.password.requirements": "要求",
194
+ "auth.password.requirements.character": "字符类型要求",
195
+ "auth.password.require.uppercase": "需要大写字母",
196
+ "auth.password.require.uppercase.description": "至少一个大写字母(A-Z)",
197
+ "auth.password.require.lowercase": "需要小写字母",
198
+ "auth.password.require.lowercase.description": "至少一个小写字母(a-z)",
199
+ "auth.password.require.numbers": "需要数字",
200
+ "auth.password.require.numbers.description": "至少一个数字(0-9)",
201
+ "auth.password.require.special": "需要特殊字符",
202
+ "auth.password.require.special.description": "至少一个特殊字符(!@#$%^&*)",
203
+ // Buttons
204
+ "auth.button.cancel": "取消",
205
+ "auth.button.save": "保存",
206
+ "auth.button.settings": "设置",
207
+ // Category badges
208
+ "auth.category.general": "通用",
209
+ "auth.category.password-free": "免密",
210
+ "auth.category.auth-free": "免认证",
211
+ "auth.category.oauth": "OAuth",
212
+ // OAuth configuration
213
+ "auth.oauth.config.message": "请先在OAuth配置页面中配置OAuth设置",
214
+ "auth.oauth.config.link": "点击配置",
215
+ // Empty state
216
+ "auth.settings.no.additional": "此认证方法没有额外的设置选项。"
217
+ },
218
+ "zh-HK": {
219
+ // Auth method titles and descriptions
220
+ "auth.method.email.title": "郵箱",
221
+ "auth.method.email.description": "通過郵箱註冊和登錄",
222
+ "auth.method.phone.title": "手機號碼",
223
+ "auth.method.phone.description": "通過手機號碼註冊和登錄",
224
+ "auth.method.facebook.title": "Facebook",
225
+ "auth.method.facebook.description": "使用Facebook賬號登錄",
226
+ "auth.method.apple.title": "Apple",
227
+ "auth.method.apple.description": "使用Apple ID登錄",
228
+ "auth.method.guest.title": "訪客",
229
+ "auth.method.guest.description": "允許訪客無需註冊即可訪問",
230
+ // Login method titles and descriptions
231
+ "auth.login.method.password.title": "密碼",
232
+ "auth.login.method.password.email.description": "使用郵箱和密碼登錄",
233
+ "auth.login.method.password.phone.description": "使用手機號和密碼登錄",
234
+ "auth.login.method.magic-link.title": "魔法鏈接",
235
+ "auth.login.method.magic-link.description": "向郵箱發送魔法鏈接",
236
+ "auth.login.method.verification-code.title": "驗證碼",
237
+ "auth.login.method.verification-code.description": "向郵箱發送驗證碼",
238
+ "auth.login.method.sms.title": "短信驗證碼",
239
+ "auth.login.method.sms.description": "通過短信發送驗證碼",
240
+ // Drawer title
241
+ "auth.email.settings": "郵箱設置",
242
+ "auth.phone.settings": "手機號碼設置",
243
+ // Email Registration section
244
+ "auth.email.registration.title": "郵箱註冊",
245
+ "auth.email.registration.enable": "啟用郵箱註冊",
246
+ "auth.email.registration.enable.description": "允許用戶使用郵箱地址註冊",
247
+ // Registration Verification section
248
+ "auth.email.verification.title": "註冊驗證",
249
+ "auth.email.verification.description": "選擇註冊時的郵箱驗證方式。",
250
+ "auth.email.verification.link": "驗證鏈接",
251
+ "auth.email.verification.link.description": "發送驗證鏈接到用戶郵箱,用戶點擊鏈接完成註冊",
252
+ "auth.email.verification.code": "驗證碼",
253
+ "auth.email.verification.code.description": "發送驗證碼到用戶郵箱,用戶需要輸入驗證碼完成註冊",
254
+ "auth.email.verification.note": "注意:",
255
+ "auth.email.verification.note.description": "在自助設備如Kiosk上,系統將自動使用驗證碼模式而不是驗證鏈接,以提供更好的用戶體驗。",
256
+ // Login Verification Methods section
257
+ "auth.email.login.title": "登錄驗證方法",
258
+ "auth.email.login.description": "拖拽調整登錄方法優先級。",
259
+ "auth.email.login.password": "密碼登錄",
260
+ "auth.email.login.password.description": "用戶輸入密碼進行身份驗證",
261
+ "auth.email.login.magic-link": "魔法鏈接登錄",
262
+ "auth.email.login.magic-link.description": "發送登錄鏈接到用戶郵箱,點擊鏈接完成登錄",
263
+ "auth.email.login.verification-code": "郵箱驗證碼",
264
+ "auth.email.login.verification-code.description": "發送驗證碼到用戶郵箱,用戶輸入驗證碼登錄",
265
+ // Phone Registration section
266
+ "auth.phone.registration.title": "手機號碼註冊",
267
+ "auth.phone.registration.enable": "啟用手機號碼註冊",
268
+ "auth.phone.registration.enable.description": "允許用戶使用手機號碼註冊",
269
+ // Phone Registration Verification section
270
+ "auth.phone.verification.title": "註冊驗證",
271
+ "auth.phone.verification.description": "選擇註冊時的手機驗證方式。",
272
+ "auth.phone.verification.sms": "短信驗證碼",
273
+ "auth.phone.verification.sms.description": "發送驗證碼到用戶手機,用戶輸入驗證碼完成註冊",
274
+ // Phone Login Verification Methods section
275
+ "auth.phone.login.title": "登錄驗證方法",
276
+ "auth.phone.login.description": "拖拽調整登錄方法優先級。",
277
+ "auth.phone.login.password": "密碼登錄",
278
+ "auth.phone.login.password.description": "用戶輸入密碼進行身份驗證",
279
+ "auth.phone.login.sms": "短信驗證碼",
280
+ "auth.phone.login.sms.description": "發送驗證碼到用戶手機,用戶輸入驗證碼登錄",
281
+ // Password Settings
282
+ "auth.password.settings": "密碼設置",
283
+ "auth.password.rules.title": "密碼規則",
284
+ "auth.password.rules.description": "定義賬戶的密碼複雜度要求",
285
+ "auth.password.requirements.title": "密碼要求",
286
+ "auth.password.requirements.description": "定義用戶賬戶的密碼複雜度要求。",
287
+ "auth.password.min.length": "最小長度",
288
+ "auth.password.min.length.description": "密碼長度要求",
289
+ "auth.password.requirements": "要求",
290
+ "auth.password.requirements.character": "字符類型要求",
291
+ "auth.password.require.uppercase": "需要大寫字母",
292
+ "auth.password.require.uppercase.description": "至少一個大寫字母(A-Z)",
293
+ "auth.password.require.lowercase": "需要小寫字母",
294
+ "auth.password.require.lowercase.description": "至少一個小寫字母(a-z)",
295
+ "auth.password.require.numbers": "需要數字",
296
+ "auth.password.require.numbers.description": "至少一個數字(0-9)",
297
+ "auth.password.require.special": "需要特殊字符",
298
+ "auth.password.require.special.description": "至少一個特殊字符(!@#$%^&*)",
299
+ // Buttons
300
+ "auth.button.cancel": "取消",
301
+ "auth.button.save": "保存",
302
+ "auth.button.settings": "設置",
303
+ // Category badges
304
+ "auth.category.general": "通用",
305
+ "auth.category.password-free": "免密",
306
+ "auth.category.auth-free": "免認證",
307
+ "auth.category.oauth": "OAuth",
308
+ // OAuth configuration
309
+ "auth.oauth.config.message": "請先在OAuth配置頁面中配置OAuth設置",
310
+ "auth.oauth.config.link": "點擊配置",
311
+ // Empty state
312
+ "auth.settings.no.additional": "此認證方法沒有額外的設置選項。"
313
+ }
314
+ };
@@ -0,0 +1,76 @@
1
+ /// <reference types="react" />
2
+ export declare enum AuthMethodType {
3
+ EMAIL = "email",
4
+ PHONE = "phone",
5
+ WALLET_PIN = "wallet_pin",
6
+ CUSTOMER_PASSCODE = "customer_passcode",
7
+ DEVICE_PASSCODE = "device_passcode",
8
+ TEAM_MEMBER = "team_member",
9
+ PASSWORD_RULES = "password_rules",
10
+ GUEST = "guest",
11
+ WALK_IN = "walk_in",
12
+ GOOGLE = "google",
13
+ FACEBOOK = "facebook",
14
+ APPLE = "apple",
15
+ DIGIT_ID_PIN = "digit_id_pin"
16
+ }
17
+ export declare enum AuthMethodCategory {
18
+ GENERAL = "General",
19
+ PASSWORD_FREE = "Password-free",
20
+ AUTH_FREE = "Auth-free",
21
+ OAUTH = "OAuth"
22
+ }
23
+ export interface AuthMethod {
24
+ id: string;
25
+ type: AuthMethodType;
26
+ title: string;
27
+ category: AuthMethodCategory;
28
+ description: string;
29
+ icon: React.ReactNode;
30
+ enabled: boolean;
31
+ hasSettings: boolean;
32
+ sort?: number;
33
+ configLink?: string;
34
+ requiresOAuthConfig?: boolean;
35
+ inheritMessage?: string;
36
+ disableToggle?: boolean;
37
+ }
38
+ export interface AuthMethodsProps {
39
+ /**
40
+ * 自定义类名
41
+ */
42
+ className?: string;
43
+ /**
44
+ * 自定义样式
45
+ */
46
+ style?: React.CSSProperties;
47
+ /**
48
+ * 认证方法列表
49
+ */
50
+ methods?: AuthMethod[];
51
+ /**
52
+ * 顺序变化回调
53
+ */
54
+ onOrderChange?: (methods: AuthMethod[]) => void;
55
+ /**
56
+ * 启用/禁用回调
57
+ */
58
+ onToggle?: (method: AuthMethod, enabled: boolean) => void;
59
+ /**
60
+ * 设置按钮点击回调
61
+ */
62
+ onSettings?: (method: AuthMethod) => void;
63
+ /**
64
+ * 配置链接点击回调
65
+ */
66
+ onConfigClick?: (method: AuthMethod) => void;
67
+ /**
68
+ * 是否启用设置按钮
69
+ * @default true
70
+ */
71
+ enableSetting?: boolean;
72
+ /**
73
+ * 自定义标题渲染函数
74
+ */
75
+ renderTitle?: (method: AuthMethod) => React.ReactNode;
76
+ }