@pisell/private-materials 6.3.37 → 6.3.39

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 (287) 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 +13 -8
  7. package/build/lowcode/render/default/view.css +1 -1
  8. package/build/lowcode/render/default/view.js +10 -10
  9. package/build/lowcode/view.css +1 -1
  10. package/build/lowcode/view.js +10 -10
  11. package/es/components/authentication/admin/AuthMethods/AuthMethods.less +136 -0
  12. package/es/components/authentication/admin/AuthMethods/SettingList.d.ts +5 -0
  13. package/es/components/authentication/admin/AuthMethods/SettingList.js +62 -0
  14. package/es/components/authentication/admin/AuthMethods/SettingList.less +85 -0
  15. package/es/components/authentication/admin/AuthMethods/SettingsDrawer.d.ts +22 -0
  16. package/es/components/authentication/admin/AuthMethods/SettingsDrawer.js +121 -0
  17. package/es/components/authentication/admin/AuthMethods/SettingsDrawer.less +163 -0
  18. package/es/components/authentication/admin/AuthMethods/components/DefaultSettingsContent.d.ts +11 -0
  19. package/es/components/authentication/admin/AuthMethods/components/DefaultSettingsContent.js +15 -0
  20. package/es/components/authentication/admin/AuthMethods/components/EmailSettingsContent.d.ts +13 -0
  21. package/es/components/authentication/admin/AuthMethods/components/EmailSettingsContent.js +152 -0
  22. package/es/components/authentication/admin/AuthMethods/components/LoginMethodsList.d.ts +13 -0
  23. package/es/components/authentication/admin/AuthMethods/components/LoginMethodsList.js +114 -0
  24. package/es/components/authentication/admin/AuthMethods/components/PasswordRulesSettingsContent.d.ts +14 -0
  25. package/es/components/authentication/admin/AuthMethods/components/PasswordRulesSettingsContent.js +170 -0
  26. package/es/components/authentication/admin/AuthMethods/components/PhoneSettingsContent.d.ts +13 -0
  27. package/es/components/authentication/admin/AuthMethods/components/PhoneSettingsContent.js +116 -0
  28. package/es/components/authentication/admin/AuthMethods/components/index.d.ts +10 -0
  29. package/es/components/authentication/admin/AuthMethods/components/index.js +5 -0
  30. package/es/components/authentication/admin/AuthMethods/constants.d.ts +22 -0
  31. package/es/components/authentication/admin/AuthMethods/constants.js +121 -0
  32. package/es/components/authentication/admin/AuthMethods/index.d.ts +8 -0
  33. package/es/components/authentication/admin/AuthMethods/index.js +233 -0
  34. package/es/components/authentication/admin/AuthMethods/locales.d.ts +249 -0
  35. package/es/components/authentication/admin/AuthMethods/locales.js +290 -0
  36. package/es/components/authentication/admin/AuthMethods/types.d.ts +76 -0
  37. package/es/components/authentication/admin/AuthMethods/types.js +23 -0
  38. package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/AuthenticationMethods.less +231 -0
  39. package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/index.d.ts +6 -0
  40. package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/index.js +447 -0
  41. package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.d.ts +84 -0
  42. package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.js +107 -0
  43. package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/types.d.ts +41 -0
  44. package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/types.js +1 -0
  45. package/es/components/authentication/admin/ChannelAuthSetting/ChannelAuthSetting.less +111 -0
  46. package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/CollectInfo.less +259 -0
  47. package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/index.d.ts +6 -0
  48. package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/index.js +530 -0
  49. package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.d.ts +72 -0
  50. package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.js +86 -0
  51. package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/types.d.ts +33 -0
  52. package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/types.js +1 -0
  53. package/es/components/authentication/admin/ChannelAuthSetting/OnlineShopAuth/index.d.ts +6 -0
  54. package/es/components/authentication/admin/ChannelAuthSetting/OnlineShopAuth/index.js +460 -0
  55. package/es/components/authentication/admin/ChannelAuthSetting/OnlineShopAuth/index.less +111 -0
  56. package/es/components/authentication/admin/ChannelAuthSetting/PageSetting/PageSetting.less +105 -0
  57. package/es/components/authentication/admin/ChannelAuthSetting/PageSetting/index.d.ts +8 -0
  58. package/es/components/authentication/admin/ChannelAuthSetting/PageSetting/index.js +185 -0
  59. package/es/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.d.ts +27 -0
  60. package/es/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.js +32 -0
  61. package/es/components/authentication/admin/ChannelAuthSetting/PageSetting/types.d.ts +25 -0
  62. package/es/components/authentication/admin/ChannelAuthSetting/PageSetting/types.js +1 -0
  63. package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/PageSettingItem.less +272 -0
  64. package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/index.d.ts +8 -0
  65. package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/index.js +214 -0
  66. package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.d.ts +66 -0
  67. package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.js +71 -0
  68. package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/types.d.ts +26 -0
  69. package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/types.js +1 -0
  70. package/es/components/authentication/admin/ChannelAuthSetting/SaaSManagermentAuth/index.d.ts +6 -0
  71. package/es/components/authentication/admin/ChannelAuthSetting/SaaSManagermentAuth/index.js +287 -0
  72. package/es/components/authentication/admin/ChannelAuthSetting/SaaSManagermentAuth/index.less +111 -0
  73. package/es/components/authentication/admin/ChannelAuthSetting/index.d.ts +6 -0
  74. package/es/components/authentication/admin/ChannelAuthSetting/index.js +228 -0
  75. package/es/components/authentication/admin/ChannelAuthSetting/locales.d.ts +39 -0
  76. package/es/components/authentication/admin/ChannelAuthSetting/locales.js +50 -0
  77. package/es/components/authentication/admin/ChannelAuthSetting/types.d.ts +36 -0
  78. package/es/components/authentication/admin/ChannelAuthSetting/types.js +1 -0
  79. package/es/components/authentication/admin/CustomerAuth/CustomerAuth.less +104 -0
  80. package/es/components/authentication/admin/CustomerAuth/index.d.ts +6 -0
  81. package/es/components/authentication/admin/CustomerAuth/index.js +711 -0
  82. package/es/components/authentication/admin/CustomerAuth/locales.d.ts +66 -0
  83. package/es/components/authentication/admin/CustomerAuth/locales.js +86 -0
  84. package/es/components/authentication/admin/CustomerAuth/types.d.ts +16 -0
  85. package/es/components/authentication/admin/CustomerAuth/types.js +1 -0
  86. package/es/components/authentication/admin/CustomerOAuthConfig/CustomerOAuthConfig.less +164 -0
  87. package/es/components/authentication/admin/CustomerOAuthConfig/index.d.ts +6 -0
  88. package/es/components/authentication/admin/CustomerOAuthConfig/index.js +545 -0
  89. package/es/components/authentication/admin/CustomerOAuthConfig/locales.d.ts +108 -0
  90. package/es/components/authentication/admin/CustomerOAuthConfig/locales.js +137 -0
  91. package/es/components/authentication/admin/CustomerOAuthConfig/types.d.ts +22 -0
  92. package/es/components/authentication/admin/CustomerOAuthConfig/types.js +1 -0
  93. package/es/components/authentication/admin/DeviceAuth/DeviceAuth.less +104 -0
  94. package/es/components/authentication/admin/DeviceAuth/index.d.ts +6 -0
  95. package/es/components/authentication/admin/DeviceAuth/index.js +366 -0
  96. package/es/components/authentication/admin/DeviceAuth/locales.d.ts +57 -0
  97. package/es/components/authentication/admin/DeviceAuth/locales.js +74 -0
  98. package/es/components/authentication/admin/DeviceAuth/types.d.ts +16 -0
  99. package/es/components/authentication/admin/DeviceAuth/types.js +1 -0
  100. package/es/components/authentication/admin/OAuthConfig/OAuthConfig.less +165 -0
  101. package/es/components/authentication/admin/OAuthConfig/index.d.ts +6 -0
  102. package/es/components/authentication/admin/OAuthConfig/index.js +347 -0
  103. package/es/components/authentication/admin/OAuthConfig/locales.d.ts +90 -0
  104. package/es/components/authentication/admin/OAuthConfig/locales.js +116 -0
  105. package/es/components/authentication/admin/OAuthConfig/types.d.ts +22 -0
  106. package/es/components/authentication/admin/OAuthConfig/types.js +1 -0
  107. package/es/components/authentication/admin/OrgAdminAuth/OrgAdminAuth.less +104 -0
  108. package/es/components/authentication/admin/OrgAdminAuth/index.d.ts +6 -0
  109. package/es/components/authentication/admin/OrgAdminAuth/index.js +543 -0
  110. package/es/components/authentication/admin/OrgAdminAuth/locales.d.ts +54 -0
  111. package/es/components/authentication/admin/OrgAdminAuth/locales.js +74 -0
  112. package/es/components/authentication/admin/OrgAdminAuth/types.d.ts +16 -0
  113. package/es/components/authentication/admin/OrgAdminAuth/types.js +1 -0
  114. package/es/components/authentication/admin/POSOperatorAuth/POSOperatorAuth.less +104 -0
  115. package/es/components/authentication/admin/POSOperatorAuth/index.d.ts +6 -0
  116. package/es/components/authentication/admin/POSOperatorAuth/index.js +374 -0
  117. package/es/components/authentication/admin/POSOperatorAuth/locales.d.ts +48 -0
  118. package/es/components/authentication/admin/POSOperatorAuth/locales.js +65 -0
  119. package/es/components/authentication/admin/POSOperatorAuth/types.d.ts +16 -0
  120. package/es/components/authentication/admin/POSOperatorAuth/types.js +1 -0
  121. package/es/components/authentication/admin/SaaSAdminAuth/SaaSAdminAuth.less +104 -0
  122. package/es/components/authentication/admin/SaaSAdminAuth/index.d.ts +6 -0
  123. package/es/components/authentication/admin/SaaSAdminAuth/index.js +625 -0
  124. package/es/components/authentication/admin/SaaSAdminAuth/locales.d.ts +54 -0
  125. package/es/components/authentication/admin/SaaSAdminAuth/locales.js +74 -0
  126. package/es/components/authentication/admin/SaaSAdminAuth/types.d.ts +16 -0
  127. package/es/components/authentication/admin/SaaSAdminAuth/types.js +1 -0
  128. package/es/components/authentication/admin/index.d.ts +26 -0
  129. package/es/components/authentication/admin/index.js +23 -0
  130. package/es/components/authentication/index.d.ts +0 -0
  131. package/es/components/authentication/index.js +0 -0
  132. package/es/components/booking/components/customSelect/index.js +6 -2
  133. package/es/components/booking/components/footer/utils.js +1 -1
  134. package/es/components/index.d.ts +2 -1
  135. package/es/components/index.js +2 -1
  136. package/es/components/pay/toC/index.js +28 -23
  137. package/es/components/pay/toC/status.d.ts +1 -0
  138. package/es/components/pay/toC/status.js +3 -0
  139. package/es/index.d.ts +2 -0
  140. package/es/index.js +1 -0
  141. package/es/pro/pisellPaymentList/example.d.ts +19 -0
  142. package/es/pro/pisellPaymentList/example.js +434 -0
  143. package/lib/components/authentication/admin/AuthMethods/AuthMethods.less +136 -0
  144. package/lib/components/authentication/admin/AuthMethods/SettingList.d.ts +5 -0
  145. package/lib/components/authentication/admin/AuthMethods/SettingList.js +75 -0
  146. package/lib/components/authentication/admin/AuthMethods/SettingList.less +85 -0
  147. package/lib/components/authentication/admin/AuthMethods/SettingsDrawer.d.ts +22 -0
  148. package/lib/components/authentication/admin/AuthMethods/SettingsDrawer.js +126 -0
  149. package/lib/components/authentication/admin/AuthMethods/SettingsDrawer.less +163 -0
  150. package/lib/components/authentication/admin/AuthMethods/components/DefaultSettingsContent.d.ts +11 -0
  151. package/lib/components/authentication/admin/AuthMethods/components/DefaultSettingsContent.js +42 -0
  152. package/lib/components/authentication/admin/AuthMethods/components/EmailSettingsContent.d.ts +13 -0
  153. package/lib/components/authentication/admin/AuthMethods/components/EmailSettingsContent.js +108 -0
  154. package/lib/components/authentication/admin/AuthMethods/components/LoginMethodsList.d.ts +13 -0
  155. package/lib/components/authentication/admin/AuthMethods/components/LoginMethodsList.js +108 -0
  156. package/lib/components/authentication/admin/AuthMethods/components/PasswordRulesSettingsContent.d.ts +14 -0
  157. package/lib/components/authentication/admin/AuthMethods/components/PasswordRulesSettingsContent.js +93 -0
  158. package/lib/components/authentication/admin/AuthMethods/components/PhoneSettingsContent.d.ts +13 -0
  159. package/lib/components/authentication/admin/AuthMethods/components/PhoneSettingsContent.js +85 -0
  160. package/lib/components/authentication/admin/AuthMethods/components/index.d.ts +10 -0
  161. package/lib/components/authentication/admin/AuthMethods/components/index.js +51 -0
  162. package/lib/components/authentication/admin/AuthMethods/constants.d.ts +22 -0
  163. package/lib/components/authentication/admin/AuthMethods/constants.js +115 -0
  164. package/lib/components/authentication/admin/AuthMethods/index.d.ts +8 -0
  165. package/lib/components/authentication/admin/AuthMethods/index.js +196 -0
  166. package/lib/components/authentication/admin/AuthMethods/locales.d.ts +249 -0
  167. package/lib/components/authentication/admin/AuthMethods/locales.js +314 -0
  168. package/lib/components/authentication/admin/AuthMethods/types.d.ts +76 -0
  169. package/lib/components/authentication/admin/AuthMethods/types.js +53 -0
  170. package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/AuthenticationMethods.less +231 -0
  171. package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/index.d.ts +6 -0
  172. package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/index.js +311 -0
  173. package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.d.ts +84 -0
  174. package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.js +131 -0
  175. package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/types.d.ts +41 -0
  176. package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/types.js +17 -0
  177. package/lib/components/authentication/admin/ChannelAuthSetting/ChannelAuthSetting.less +111 -0
  178. package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/CollectInfo.less +259 -0
  179. package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/index.d.ts +6 -0
  180. package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/index.js +410 -0
  181. package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.d.ts +72 -0
  182. package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.js +110 -0
  183. package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/types.d.ts +33 -0
  184. package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/types.js +17 -0
  185. package/lib/components/authentication/admin/ChannelAuthSetting/OnlineShopAuth/index.d.ts +6 -0
  186. package/lib/components/authentication/admin/ChannelAuthSetting/OnlineShopAuth/index.js +383 -0
  187. package/lib/components/authentication/admin/ChannelAuthSetting/OnlineShopAuth/index.less +111 -0
  188. package/lib/components/authentication/admin/ChannelAuthSetting/PageSetting/PageSetting.less +105 -0
  189. package/lib/components/authentication/admin/ChannelAuthSetting/PageSetting/index.d.ts +8 -0
  190. package/lib/components/authentication/admin/ChannelAuthSetting/PageSetting/index.js +148 -0
  191. package/lib/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.d.ts +27 -0
  192. package/lib/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.js +56 -0
  193. package/lib/components/authentication/admin/ChannelAuthSetting/PageSetting/types.d.ts +25 -0
  194. package/lib/components/authentication/admin/ChannelAuthSetting/PageSetting/types.js +17 -0
  195. package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/PageSettingItem.less +272 -0
  196. package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/index.d.ts +8 -0
  197. package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/index.js +206 -0
  198. package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.d.ts +66 -0
  199. package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.js +95 -0
  200. package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/types.d.ts +26 -0
  201. package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/types.js +17 -0
  202. package/lib/components/authentication/admin/ChannelAuthSetting/SaaSManagermentAuth/index.d.ts +6 -0
  203. package/lib/components/authentication/admin/ChannelAuthSetting/SaaSManagermentAuth/index.js +246 -0
  204. package/lib/components/authentication/admin/ChannelAuthSetting/SaaSManagermentAuth/index.less +111 -0
  205. package/lib/components/authentication/admin/ChannelAuthSetting/index.d.ts +6 -0
  206. package/lib/components/authentication/admin/ChannelAuthSetting/index.js +177 -0
  207. package/lib/components/authentication/admin/ChannelAuthSetting/locales.d.ts +39 -0
  208. package/lib/components/authentication/admin/ChannelAuthSetting/locales.js +74 -0
  209. package/lib/components/authentication/admin/ChannelAuthSetting/types.d.ts +36 -0
  210. package/lib/components/authentication/admin/ChannelAuthSetting/types.js +17 -0
  211. package/lib/components/authentication/admin/CustomerAuth/CustomerAuth.less +104 -0
  212. package/lib/components/authentication/admin/CustomerAuth/index.d.ts +6 -0
  213. package/lib/components/authentication/admin/CustomerAuth/index.js +507 -0
  214. package/lib/components/authentication/admin/CustomerAuth/locales.d.ts +66 -0
  215. package/lib/components/authentication/admin/CustomerAuth/locales.js +110 -0
  216. package/lib/components/authentication/admin/CustomerAuth/types.d.ts +16 -0
  217. package/lib/components/authentication/admin/CustomerAuth/types.js +17 -0
  218. package/lib/components/authentication/admin/CustomerOAuthConfig/CustomerOAuthConfig.less +164 -0
  219. package/lib/components/authentication/admin/CustomerOAuthConfig/index.d.ts +6 -0
  220. package/lib/components/authentication/admin/CustomerOAuthConfig/index.js +331 -0
  221. package/lib/components/authentication/admin/CustomerOAuthConfig/locales.d.ts +108 -0
  222. package/lib/components/authentication/admin/CustomerOAuthConfig/locales.js +161 -0
  223. package/lib/components/authentication/admin/CustomerOAuthConfig/types.d.ts +22 -0
  224. package/lib/components/authentication/admin/CustomerOAuthConfig/types.js +17 -0
  225. package/lib/components/authentication/admin/DeviceAuth/DeviceAuth.less +104 -0
  226. package/lib/components/authentication/admin/DeviceAuth/index.d.ts +6 -0
  227. package/lib/components/authentication/admin/DeviceAuth/index.js +254 -0
  228. package/lib/components/authentication/admin/DeviceAuth/locales.d.ts +57 -0
  229. package/lib/components/authentication/admin/DeviceAuth/locales.js +98 -0
  230. package/lib/components/authentication/admin/DeviceAuth/types.d.ts +16 -0
  231. package/lib/components/authentication/admin/DeviceAuth/types.js +17 -0
  232. package/lib/components/authentication/admin/OAuthConfig/OAuthConfig.less +165 -0
  233. package/lib/components/authentication/admin/OAuthConfig/index.d.ts +6 -0
  234. package/lib/components/authentication/admin/OAuthConfig/index.js +226 -0
  235. package/lib/components/authentication/admin/OAuthConfig/locales.d.ts +90 -0
  236. package/lib/components/authentication/admin/OAuthConfig/locales.js +140 -0
  237. package/lib/components/authentication/admin/OAuthConfig/types.d.ts +22 -0
  238. package/lib/components/authentication/admin/OAuthConfig/types.js +17 -0
  239. package/lib/components/authentication/admin/OrgAdminAuth/OrgAdminAuth.less +104 -0
  240. package/lib/components/authentication/admin/OrgAdminAuth/index.d.ts +6 -0
  241. package/lib/components/authentication/admin/OrgAdminAuth/index.js +398 -0
  242. package/lib/components/authentication/admin/OrgAdminAuth/locales.d.ts +54 -0
  243. package/lib/components/authentication/admin/OrgAdminAuth/locales.js +98 -0
  244. package/lib/components/authentication/admin/OrgAdminAuth/types.d.ts +16 -0
  245. package/lib/components/authentication/admin/OrgAdminAuth/types.js +17 -0
  246. package/lib/components/authentication/admin/POSOperatorAuth/POSOperatorAuth.less +104 -0
  247. package/lib/components/authentication/admin/POSOperatorAuth/index.d.ts +6 -0
  248. package/lib/components/authentication/admin/POSOperatorAuth/index.js +262 -0
  249. package/lib/components/authentication/admin/POSOperatorAuth/locales.d.ts +48 -0
  250. package/lib/components/authentication/admin/POSOperatorAuth/locales.js +89 -0
  251. package/lib/components/authentication/admin/POSOperatorAuth/types.d.ts +16 -0
  252. package/lib/components/authentication/admin/POSOperatorAuth/types.js +17 -0
  253. package/lib/components/authentication/admin/SaaSAdminAuth/SaaSAdminAuth.less +104 -0
  254. package/lib/components/authentication/admin/SaaSAdminAuth/index.d.ts +6 -0
  255. package/lib/components/authentication/admin/SaaSAdminAuth/index.js +481 -0
  256. package/lib/components/authentication/admin/SaaSAdminAuth/locales.d.ts +54 -0
  257. package/lib/components/authentication/admin/SaaSAdminAuth/locales.js +98 -0
  258. package/lib/components/authentication/admin/SaaSAdminAuth/types.d.ts +16 -0
  259. package/lib/components/authentication/admin/SaaSAdminAuth/types.js +17 -0
  260. package/lib/components/authentication/admin/index.d.ts +26 -0
  261. package/lib/components/authentication/admin/index.js +83 -0
  262. package/lib/components/authentication/index.d.ts +0 -0
  263. package/lib/components/authentication/index.js +0 -0
  264. package/lib/components/booking/components/customSelect/index.js +6 -2
  265. package/lib/components/booking/components/footer/utils.js +1 -1
  266. package/lib/components/index.d.ts +2 -1
  267. package/lib/components/index.js +19 -0
  268. package/lib/components/pay/toC/index.js +12 -2
  269. package/lib/components/pay/toC/status.d.ts +1 -0
  270. package/lib/components/pay/toC/status.js +5 -0
  271. package/lib/index.d.ts +2 -0
  272. package/lib/index.js +19 -0
  273. package/lib/pro/pisellPaymentList/example.d.ts +19 -0
  274. package/lib/pro/pisellPaymentList/example.js +416 -0
  275. package/lowcode/admin-auth-customer-auth/meta.ts +29 -0
  276. package/lowcode/admin-auth-customer-oauth-config/meta.ts +55 -0
  277. package/lowcode/admin-auth-device-auth/meta.ts +30 -0
  278. package/lowcode/admin-auth-methods/meta.ts +385 -0
  279. package/lowcode/admin-auth-oauth-config/meta.ts +29 -0
  280. package/lowcode/admin-auth-online-shop-auth/meta.ts +29 -0
  281. package/lowcode/admin-auth-org-admin-auth/meta.ts +29 -0
  282. package/lowcode/admin-auth-pos-operator-auth/meta.ts +30 -0
  283. package/lowcode/admin-auth-saas-admin-auth/meta.ts +29 -0
  284. package/lowcode/admin-auth-saas-managerment-auth/meta.ts +30 -0
  285. package/lowcode/admin-setting-list/meta.ts +125 -0
  286. package/lowcode/pro-register/meta.ts +385 -0
  287. package/package.json +3 -3
@@ -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
+ }
@@ -0,0 +1,53 @@
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/types.ts
20
+ var types_exports = {};
21
+ __export(types_exports, {
22
+ AuthMethodCategory: () => AuthMethodCategory,
23
+ AuthMethodType: () => AuthMethodType
24
+ });
25
+ module.exports = __toCommonJS(types_exports);
26
+ var AuthMethodType = /* @__PURE__ */ ((AuthMethodType2) => {
27
+ AuthMethodType2["EMAIL"] = "email";
28
+ AuthMethodType2["PHONE"] = "phone";
29
+ AuthMethodType2["WALLET_PIN"] = "wallet_pin";
30
+ AuthMethodType2["CUSTOMER_PASSCODE"] = "customer_passcode";
31
+ AuthMethodType2["DEVICE_PASSCODE"] = "device_passcode";
32
+ AuthMethodType2["TEAM_MEMBER"] = "team_member";
33
+ AuthMethodType2["PASSWORD_RULES"] = "password_rules";
34
+ AuthMethodType2["GUEST"] = "guest";
35
+ AuthMethodType2["WALK_IN"] = "walk_in";
36
+ AuthMethodType2["GOOGLE"] = "google";
37
+ AuthMethodType2["FACEBOOK"] = "facebook";
38
+ AuthMethodType2["APPLE"] = "apple";
39
+ AuthMethodType2["DIGIT_ID_PIN"] = "digit_id_pin";
40
+ return AuthMethodType2;
41
+ })(AuthMethodType || {});
42
+ var AuthMethodCategory = /* @__PURE__ */ ((AuthMethodCategory2) => {
43
+ AuthMethodCategory2["GENERAL"] = "General";
44
+ AuthMethodCategory2["PASSWORD_FREE"] = "Password-free";
45
+ AuthMethodCategory2["AUTH_FREE"] = "Auth-free";
46
+ AuthMethodCategory2["OAUTH"] = "OAuth";
47
+ return AuthMethodCategory2;
48
+ })(AuthMethodCategory || {});
49
+ // Annotate the CommonJS export names for ESM import in node:
50
+ 0 && (module.exports = {
51
+ AuthMethodCategory,
52
+ AuthMethodType
53
+ });
@@ -0,0 +1,231 @@
1
+ .authentication-methods {
2
+ display: flex;
3
+ flex-direction: column;
4
+ gap: 24px;
5
+ padding: 24px;
6
+ background: #fff;
7
+ }
8
+
9
+ /* Upper Section - Authentication Settings Mode */
10
+ .authentication-methods-upper {
11
+ display: flex;
12
+ flex-direction: column;
13
+ gap: 16px;
14
+ border: 1px solid #f0f0f0;
15
+ padding: 16px;
16
+ }
17
+
18
+ .authentication-methods-header {
19
+ margin-bottom: 8px;
20
+ }
21
+
22
+ .authentication-methods-title {
23
+ margin: 0 !important;
24
+ font-size: 20px;
25
+ font-weight: 600;
26
+ color: #000;
27
+ }
28
+
29
+ .authentication-methods-mode {
30
+ display: flex;
31
+ flex-direction: column;
32
+ }
33
+
34
+ .authentication-methods-mode .ant-radio-wrapper {
35
+ display: flex;
36
+ align-items: flex-start;
37
+ }
38
+
39
+ .authentication-methods-mode-wrapper {
40
+ display: flex;
41
+ flex-direction: column;
42
+ gap: 16px;
43
+ width: 100%;
44
+ }
45
+
46
+ .authentication-methods-mode-option {
47
+ padding: 16px;
48
+ border: 1px solid #d9d9d9;
49
+ border-radius: 8px;
50
+ transition: all 0.3s;
51
+ }
52
+
53
+ .authentication-methods-mode-option:hover {
54
+ border-color: #1890ff;
55
+ box-shadow: 0 2px 8px rgba(24, 144, 255, 0.1);
56
+ }
57
+
58
+ .authentication-methods-mode-option:has(.ant-radio-wrapper-checked) {
59
+ border-color: #1890ff;
60
+ background-color: #f0f7ff;
61
+ }
62
+
63
+ .authentication-methods-mode-content {
64
+ margin-left: 8px;
65
+ flex: 1;
66
+ }
67
+
68
+ .authentication-methods-mode-title {
69
+ display: block;
70
+ font-size: 16px;
71
+ color: #262626;
72
+ margin-bottom: 4px;
73
+ }
74
+
75
+ .authentication-methods-mode-description {
76
+ margin: 0 0 8px 0;
77
+ color: #8c8c8c;
78
+ font-size: 14px;
79
+ line-height: 1.5;
80
+ }
81
+
82
+ .authentication-methods-configure-link {
83
+ color: #1890ff;
84
+ font-size: 14px;
85
+ }
86
+
87
+ .authentication-methods-configure-link:hover {
88
+ text-decoration: underline;
89
+ }
90
+
91
+
92
+ /* Lower Section - Customer (Left-Right Layout) */
93
+ .authentication-methods-lower {
94
+ display: flex;
95
+ flex-direction: column;
96
+ }
97
+
98
+ .authentication-methods-customer {
99
+ display: flex;
100
+ gap: 32px;
101
+ background: #fff;
102
+ padding: 20px;
103
+ border-radius: 8px;
104
+ border: 1px solid #f0f0f0;
105
+ }
106
+
107
+ .authentication-methods-customer-left {
108
+ flex: 0 0 250px;
109
+ display: flex;
110
+ flex-direction: column;
111
+ gap: 8px;
112
+ }
113
+
114
+ .authentication-methods-customer-header {
115
+ display: flex;
116
+ align-items: center;
117
+ gap: 12px;
118
+ margin-bottom: 4px;
119
+ }
120
+
121
+ .authentication-methods-customer-icon {
122
+ font-size: 24px;
123
+ color: #262626;
124
+ }
125
+
126
+ .authentication-methods-customer-title {
127
+ margin: 0 !important;
128
+ font-size: 16px;
129
+ font-weight: 600;
130
+ color: #262626;
131
+ }
132
+
133
+ .authentication-methods-customer-description {
134
+ margin: 0 !important;
135
+ font-size: 14px;
136
+ color: #8c8c8c;
137
+ line-height: 1.5;
138
+ }
139
+
140
+ .authentication-methods-customer-right {
141
+ flex: 1;
142
+ display: flex;
143
+ flex-direction: column;
144
+ }
145
+
146
+ .authentication-methods-customer-right .authentication-methods-inherited {
147
+ background: #f5f5f5;
148
+ padding: 20px;
149
+ border-radius: 8px;
150
+ }
151
+
152
+ .authentication-methods-customer-right .auth-methods {
153
+ padding: 0;
154
+ }
155
+
156
+ .authentication-methods-inherited {
157
+ display: flex;
158
+ flex-direction: column;
159
+ gap: 16px;
160
+ }
161
+
162
+ .authentication-methods-inherited-title {
163
+ font-size: 14px;
164
+ color: #595959;
165
+ margin: 0 !important;
166
+ font-weight: 400;
167
+ }
168
+
169
+ .authentication-methods-list {
170
+ display: flex;
171
+ flex-direction: column;
172
+ gap: 12px;
173
+ }
174
+
175
+ .authentication-methods .auth-method-item {
176
+ display: flex;
177
+ align-items: center;
178
+ gap: 12px;
179
+ padding: 0;
180
+ background: transparent;
181
+ }
182
+
183
+ .authentication-methods .auth-method-status {
184
+ display: inline-block;
185
+ padding: 4px 12px;
186
+ border-radius: 4px;
187
+ font-size: 12px;
188
+ min-width: 70px;
189
+ text-align: center;
190
+ font-weight: 500;
191
+ }
192
+
193
+ .authentication-methods .auth-method-status.enabled {
194
+ background: #52c41a;
195
+ color: #fff;
196
+ }
197
+
198
+ .authentication-methods .auth-method-status.disabled {
199
+ background: #8c8c8c;
200
+ color: #fff;
201
+ }
202
+
203
+ .authentication-methods .auth-method-item .ant-typography {
204
+ font-size: 14px;
205
+ color: #262626;
206
+ margin: 0;
207
+ }
208
+
209
+ /* Footer */
210
+ .authentication-methods-footer {
211
+ display: flex;
212
+ justify-content: flex-end;
213
+ padding-top: 24px;
214
+ border-top: 1px solid #f0f0f0;
215
+ }
216
+
217
+ /* Responsive */
218
+ @media (max-width: 768px) {
219
+ .authentication-methods {
220
+ padding: 16px;
221
+ }
222
+
223
+ .authentication-methods-customer {
224
+ flex-direction: column;
225
+ gap: 20px;
226
+ }
227
+
228
+ .authentication-methods-customer-left {
229
+ flex: 1;
230
+ }
231
+ }
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ import { AuthenticationMethodsProps } from './types';
3
+ import './AuthenticationMethods.less';
4
+ declare const AuthenticationMethods: React.FC<AuthenticationMethodsProps>;
5
+ export default AuthenticationMethods;
6
+ export type { AuthenticationMethodsProps, AuthenticationMethodsValue, GlobalAuthMethod } from './types';