@pisell/private-materials 6.3.37 → 6.3.38

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 (291) 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 +146 -160
  7. package/build/lowcode/render/default/view.css +1 -1
  8. package/build/lowcode/render/default/view.js +11 -11
  9. package/build/lowcode/view.css +1 -1
  10. package/build/lowcode/view.js +11 -11
  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/eftposPay/hooks.d.ts +1 -1
  135. package/es/components/eftposPay/store/index.d.ts +1 -1
  136. package/es/components/index.d.ts +2 -1
  137. package/es/components/index.js +2 -1
  138. package/es/components/pay/toC/index.js +19 -14
  139. package/es/components/pay/toC/status.d.ts +1 -0
  140. package/es/components/pay/toC/status.js +3 -0
  141. package/es/index.d.ts +2 -0
  142. package/es/index.js +1 -0
  143. package/es/pro/pisellPaymentList/example.d.ts +19 -0
  144. package/es/pro/pisellPaymentList/example.js +434 -0
  145. package/lib/components/authentication/admin/AuthMethods/AuthMethods.less +136 -0
  146. package/lib/components/authentication/admin/AuthMethods/SettingList.d.ts +5 -0
  147. package/lib/components/authentication/admin/AuthMethods/SettingList.js +75 -0
  148. package/lib/components/authentication/admin/AuthMethods/SettingList.less +85 -0
  149. package/lib/components/authentication/admin/AuthMethods/SettingsDrawer.d.ts +22 -0
  150. package/lib/components/authentication/admin/AuthMethods/SettingsDrawer.js +126 -0
  151. package/lib/components/authentication/admin/AuthMethods/SettingsDrawer.less +163 -0
  152. package/lib/components/authentication/admin/AuthMethods/components/DefaultSettingsContent.d.ts +11 -0
  153. package/lib/components/authentication/admin/AuthMethods/components/DefaultSettingsContent.js +42 -0
  154. package/lib/components/authentication/admin/AuthMethods/components/EmailSettingsContent.d.ts +13 -0
  155. package/lib/components/authentication/admin/AuthMethods/components/EmailSettingsContent.js +108 -0
  156. package/lib/components/authentication/admin/AuthMethods/components/LoginMethodsList.d.ts +13 -0
  157. package/lib/components/authentication/admin/AuthMethods/components/LoginMethodsList.js +108 -0
  158. package/lib/components/authentication/admin/AuthMethods/components/PasswordRulesSettingsContent.d.ts +14 -0
  159. package/lib/components/authentication/admin/AuthMethods/components/PasswordRulesSettingsContent.js +93 -0
  160. package/lib/components/authentication/admin/AuthMethods/components/PhoneSettingsContent.d.ts +13 -0
  161. package/lib/components/authentication/admin/AuthMethods/components/PhoneSettingsContent.js +85 -0
  162. package/lib/components/authentication/admin/AuthMethods/components/index.d.ts +10 -0
  163. package/lib/components/authentication/admin/AuthMethods/components/index.js +51 -0
  164. package/lib/components/authentication/admin/AuthMethods/constants.d.ts +22 -0
  165. package/lib/components/authentication/admin/AuthMethods/constants.js +115 -0
  166. package/lib/components/authentication/admin/AuthMethods/index.d.ts +8 -0
  167. package/lib/components/authentication/admin/AuthMethods/index.js +196 -0
  168. package/lib/components/authentication/admin/AuthMethods/locales.d.ts +249 -0
  169. package/lib/components/authentication/admin/AuthMethods/locales.js +314 -0
  170. package/lib/components/authentication/admin/AuthMethods/types.d.ts +76 -0
  171. package/lib/components/authentication/admin/AuthMethods/types.js +53 -0
  172. package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/AuthenticationMethods.less +231 -0
  173. package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/index.d.ts +6 -0
  174. package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/index.js +311 -0
  175. package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.d.ts +84 -0
  176. package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.js +131 -0
  177. package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/types.d.ts +41 -0
  178. package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/types.js +17 -0
  179. package/lib/components/authentication/admin/ChannelAuthSetting/ChannelAuthSetting.less +111 -0
  180. package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/CollectInfo.less +259 -0
  181. package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/index.d.ts +6 -0
  182. package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/index.js +410 -0
  183. package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.d.ts +72 -0
  184. package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.js +110 -0
  185. package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/types.d.ts +33 -0
  186. package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/types.js +17 -0
  187. package/lib/components/authentication/admin/ChannelAuthSetting/OnlineShopAuth/index.d.ts +6 -0
  188. package/lib/components/authentication/admin/ChannelAuthSetting/OnlineShopAuth/index.js +383 -0
  189. package/lib/components/authentication/admin/ChannelAuthSetting/OnlineShopAuth/index.less +111 -0
  190. package/lib/components/authentication/admin/ChannelAuthSetting/PageSetting/PageSetting.less +105 -0
  191. package/lib/components/authentication/admin/ChannelAuthSetting/PageSetting/index.d.ts +8 -0
  192. package/lib/components/authentication/admin/ChannelAuthSetting/PageSetting/index.js +148 -0
  193. package/lib/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.d.ts +27 -0
  194. package/lib/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.js +56 -0
  195. package/lib/components/authentication/admin/ChannelAuthSetting/PageSetting/types.d.ts +25 -0
  196. package/lib/components/authentication/admin/ChannelAuthSetting/PageSetting/types.js +17 -0
  197. package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/PageSettingItem.less +272 -0
  198. package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/index.d.ts +8 -0
  199. package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/index.js +206 -0
  200. package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.d.ts +66 -0
  201. package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.js +95 -0
  202. package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/types.d.ts +26 -0
  203. package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/types.js +17 -0
  204. package/lib/components/authentication/admin/ChannelAuthSetting/SaaSManagermentAuth/index.d.ts +6 -0
  205. package/lib/components/authentication/admin/ChannelAuthSetting/SaaSManagermentAuth/index.js +246 -0
  206. package/lib/components/authentication/admin/ChannelAuthSetting/SaaSManagermentAuth/index.less +111 -0
  207. package/lib/components/authentication/admin/ChannelAuthSetting/index.d.ts +6 -0
  208. package/lib/components/authentication/admin/ChannelAuthSetting/index.js +177 -0
  209. package/lib/components/authentication/admin/ChannelAuthSetting/locales.d.ts +39 -0
  210. package/lib/components/authentication/admin/ChannelAuthSetting/locales.js +74 -0
  211. package/lib/components/authentication/admin/ChannelAuthSetting/types.d.ts +36 -0
  212. package/lib/components/authentication/admin/ChannelAuthSetting/types.js +17 -0
  213. package/lib/components/authentication/admin/CustomerAuth/CustomerAuth.less +104 -0
  214. package/lib/components/authentication/admin/CustomerAuth/index.d.ts +6 -0
  215. package/lib/components/authentication/admin/CustomerAuth/index.js +507 -0
  216. package/lib/components/authentication/admin/CustomerAuth/locales.d.ts +66 -0
  217. package/lib/components/authentication/admin/CustomerAuth/locales.js +110 -0
  218. package/lib/components/authentication/admin/CustomerAuth/types.d.ts +16 -0
  219. package/lib/components/authentication/admin/CustomerAuth/types.js +17 -0
  220. package/lib/components/authentication/admin/CustomerOAuthConfig/CustomerOAuthConfig.less +164 -0
  221. package/lib/components/authentication/admin/CustomerOAuthConfig/index.d.ts +6 -0
  222. package/lib/components/authentication/admin/CustomerOAuthConfig/index.js +331 -0
  223. package/lib/components/authentication/admin/CustomerOAuthConfig/locales.d.ts +108 -0
  224. package/lib/components/authentication/admin/CustomerOAuthConfig/locales.js +161 -0
  225. package/lib/components/authentication/admin/CustomerOAuthConfig/types.d.ts +22 -0
  226. package/lib/components/authentication/admin/CustomerOAuthConfig/types.js +17 -0
  227. package/lib/components/authentication/admin/DeviceAuth/DeviceAuth.less +104 -0
  228. package/lib/components/authentication/admin/DeviceAuth/index.d.ts +6 -0
  229. package/lib/components/authentication/admin/DeviceAuth/index.js +254 -0
  230. package/lib/components/authentication/admin/DeviceAuth/locales.d.ts +57 -0
  231. package/lib/components/authentication/admin/DeviceAuth/locales.js +98 -0
  232. package/lib/components/authentication/admin/DeviceAuth/types.d.ts +16 -0
  233. package/lib/components/authentication/admin/DeviceAuth/types.js +17 -0
  234. package/lib/components/authentication/admin/OAuthConfig/OAuthConfig.less +165 -0
  235. package/lib/components/authentication/admin/OAuthConfig/index.d.ts +6 -0
  236. package/lib/components/authentication/admin/OAuthConfig/index.js +226 -0
  237. package/lib/components/authentication/admin/OAuthConfig/locales.d.ts +90 -0
  238. package/lib/components/authentication/admin/OAuthConfig/locales.js +140 -0
  239. package/lib/components/authentication/admin/OAuthConfig/types.d.ts +22 -0
  240. package/lib/components/authentication/admin/OAuthConfig/types.js +17 -0
  241. package/lib/components/authentication/admin/OrgAdminAuth/OrgAdminAuth.less +104 -0
  242. package/lib/components/authentication/admin/OrgAdminAuth/index.d.ts +6 -0
  243. package/lib/components/authentication/admin/OrgAdminAuth/index.js +398 -0
  244. package/lib/components/authentication/admin/OrgAdminAuth/locales.d.ts +54 -0
  245. package/lib/components/authentication/admin/OrgAdminAuth/locales.js +98 -0
  246. package/lib/components/authentication/admin/OrgAdminAuth/types.d.ts +16 -0
  247. package/lib/components/authentication/admin/OrgAdminAuth/types.js +17 -0
  248. package/lib/components/authentication/admin/POSOperatorAuth/POSOperatorAuth.less +104 -0
  249. package/lib/components/authentication/admin/POSOperatorAuth/index.d.ts +6 -0
  250. package/lib/components/authentication/admin/POSOperatorAuth/index.js +262 -0
  251. package/lib/components/authentication/admin/POSOperatorAuth/locales.d.ts +48 -0
  252. package/lib/components/authentication/admin/POSOperatorAuth/locales.js +89 -0
  253. package/lib/components/authentication/admin/POSOperatorAuth/types.d.ts +16 -0
  254. package/lib/components/authentication/admin/POSOperatorAuth/types.js +17 -0
  255. package/lib/components/authentication/admin/SaaSAdminAuth/SaaSAdminAuth.less +104 -0
  256. package/lib/components/authentication/admin/SaaSAdminAuth/index.d.ts +6 -0
  257. package/lib/components/authentication/admin/SaaSAdminAuth/index.js +481 -0
  258. package/lib/components/authentication/admin/SaaSAdminAuth/locales.d.ts +54 -0
  259. package/lib/components/authentication/admin/SaaSAdminAuth/locales.js +98 -0
  260. package/lib/components/authentication/admin/SaaSAdminAuth/types.d.ts +16 -0
  261. package/lib/components/authentication/admin/SaaSAdminAuth/types.js +17 -0
  262. package/lib/components/authentication/admin/index.d.ts +26 -0
  263. package/lib/components/authentication/admin/index.js +83 -0
  264. package/lib/components/authentication/index.d.ts +0 -0
  265. package/lib/components/authentication/index.js +0 -0
  266. package/lib/components/booking/components/customSelect/index.js +6 -2
  267. package/lib/components/booking/components/footer/utils.js +1 -1
  268. package/lib/components/eftposPay/hooks.d.ts +1 -1
  269. package/lib/components/eftposPay/store/index.d.ts +1 -1
  270. package/lib/components/index.d.ts +2 -1
  271. package/lib/components/index.js +19 -0
  272. package/lib/components/pay/toC/index.js +10 -2
  273. package/lib/components/pay/toC/status.d.ts +1 -0
  274. package/lib/components/pay/toC/status.js +5 -0
  275. package/lib/index.d.ts +2 -0
  276. package/lib/index.js +19 -0
  277. package/lib/pro/pisellPaymentList/example.d.ts +19 -0
  278. package/lib/pro/pisellPaymentList/example.js +416 -0
  279. package/lowcode/admin-auth-customer-auth/meta.ts +29 -0
  280. package/lowcode/admin-auth-customer-oauth-config/meta.ts +55 -0
  281. package/lowcode/admin-auth-device-auth/meta.ts +30 -0
  282. package/lowcode/admin-auth-methods/meta.ts +385 -0
  283. package/lowcode/admin-auth-oauth-config/meta.ts +29 -0
  284. package/lowcode/admin-auth-online-shop-auth/meta.ts +29 -0
  285. package/lowcode/admin-auth-org-admin-auth/meta.ts +29 -0
  286. package/lowcode/admin-auth-pos-operator-auth/meta.ts +30 -0
  287. package/lowcode/admin-auth-saas-admin-auth/meta.ts +29 -0
  288. package/lowcode/admin-auth-saas-managerment-auth/meta.ts +30 -0
  289. package/lowcode/admin-setting-list/meta.ts +125 -0
  290. package/lowcode/pro-register/meta.ts +385 -0
  291. package/package.json +2 -2
@@ -0,0 +1,66 @@
1
+ declare const _default: {
2
+ en: {
3
+ 'customer.auth.title': string;
4
+ 'customer.auth.description': string;
5
+ 'customer.auth.methods.title': string;
6
+ 'customer.auth.methods.description': string;
7
+ 'customer.password.settings.title': string;
8
+ 'customer.password.settings.description': string;
9
+ 'customer.password.rules.title': string;
10
+ 'customer.password.rules.description': string;
11
+ 'auth.button.cancel': string;
12
+ 'auth.button.save': string;
13
+ 'auth.button.settings': string;
14
+ 'auth.save.success': string;
15
+ 'auth.save.error': string;
16
+ 'auth.oauth.config.message': string;
17
+ 'auth.oauth.config.link': string;
18
+ 'auth.category.general': string;
19
+ 'auth.category.oauth': string;
20
+ 'auth.category.passwordFree': string;
21
+ 'auth.category.authFree': string;
22
+ };
23
+ 'zh-CN': {
24
+ 'customer.auth.title': string;
25
+ 'customer.auth.description': string;
26
+ 'customer.auth.methods.title': string;
27
+ 'customer.auth.methods.description': string;
28
+ 'customer.password.settings.title': string;
29
+ 'customer.password.settings.description': string;
30
+ 'customer.password.rules.title': string;
31
+ 'customer.password.rules.description': string;
32
+ 'auth.button.cancel': string;
33
+ 'auth.button.save': string;
34
+ 'auth.button.settings': string;
35
+ 'auth.save.success': string;
36
+ 'auth.save.error': string;
37
+ 'auth.oauth.config.message': string;
38
+ 'auth.oauth.config.link': string;
39
+ 'auth.category.general': string;
40
+ 'auth.category.oauth': string;
41
+ 'auth.category.passwordFree': string;
42
+ 'auth.category.authFree': string;
43
+ };
44
+ 'zh-HK': {
45
+ 'customer.auth.title': string;
46
+ 'customer.auth.description': string;
47
+ 'customer.auth.methods.title': string;
48
+ 'customer.auth.methods.description': string;
49
+ 'customer.password.settings.title': string;
50
+ 'customer.password.settings.description': string;
51
+ 'customer.password.rules.title': string;
52
+ 'customer.password.rules.description': string;
53
+ 'auth.button.cancel': string;
54
+ 'auth.button.save': string;
55
+ 'auth.button.settings': string;
56
+ 'auth.save.success': string;
57
+ 'auth.save.error': string;
58
+ 'auth.oauth.config.message': string;
59
+ 'auth.oauth.config.link': string;
60
+ 'auth.category.general': string;
61
+ 'auth.category.oauth': string;
62
+ 'auth.category.passwordFree': string;
63
+ 'auth.category.authFree': string;
64
+ };
65
+ };
66
+ export default _default;
@@ -0,0 +1,86 @@
1
+ export default {
2
+ en: {
3
+ // Page title and description
4
+ 'customer.auth.title': 'Customer Authentication',
5
+ 'customer.auth.description': 'Configure authentication methods for customer users accessing online stores, kiosks, and other customer-facing channels.',
6
+ // Auth Methods section
7
+ 'customer.auth.methods.title': 'Auth Methods',
8
+ 'customer.auth.methods.description': 'Configure authentication methods that will be available for customers. Drag to reorder by priority.',
9
+ // Password Settings section
10
+ 'customer.password.settings.title': 'Password Settings',
11
+ 'customer.password.settings.description': 'Configure password requirements specifically for customer accounts. These rules apply to all customer users.',
12
+ 'customer.password.rules.title': 'Customer Password Rules',
13
+ 'customer.password.rules.description': 'Define password complexity requirements for customer accounts',
14
+ // Buttons
15
+ 'auth.button.cancel': 'Cancel',
16
+ 'auth.button.save': 'Save',
17
+ 'auth.button.settings': 'Settings',
18
+ // Save messages
19
+ 'auth.save.success': 'Settings saved successfully',
20
+ 'auth.save.error': 'Failed to save settings',
21
+ // OAuth configuration
22
+ 'auth.oauth.config.message': 'Configure OAuth settings in Auth Configuration page first',
23
+ 'auth.oauth.config.link': 'click to config',
24
+ // Category badges
25
+ 'auth.category.general': 'General',
26
+ 'auth.category.oauth': 'OAuth',
27
+ 'auth.category.passwordFree': 'Password-free',
28
+ 'auth.category.authFree': 'Auth-free'
29
+ },
30
+ 'zh-CN': {
31
+ // Page title and description
32
+ 'customer.auth.title': '客户认证',
33
+ 'customer.auth.description': '为访问在线商店、自助服务终端和其他面向客户的渠道的客户用户配置认证方法。',
34
+ // Auth Methods section
35
+ 'customer.auth.methods.title': '认证方法',
36
+ 'customer.auth.methods.description': '配置客户可用的认证方法。拖动以调整优先级。',
37
+ // Password Settings section
38
+ 'customer.password.settings.title': '密码设置',
39
+ 'customer.password.settings.description': '专门为客户账户配置密码要求。这些规则适用于所有客户用户。',
40
+ 'customer.password.rules.title': '客户密码规则',
41
+ 'customer.password.rules.description': '定义客户账户的密码复杂度要求',
42
+ // Buttons
43
+ 'auth.button.cancel': '取消',
44
+ 'auth.button.save': '保存',
45
+ 'auth.button.settings': '设置',
46
+ // Save messages
47
+ 'auth.save.success': '设置保存成功',
48
+ 'auth.save.error': '设置保存失败',
49
+ // OAuth configuration
50
+ 'auth.oauth.config.message': '请先在认证配置页面中配置OAuth设置',
51
+ 'auth.oauth.config.link': '点击配置',
52
+ // Category badges
53
+ 'auth.category.general': '通用',
54
+ 'auth.category.oauth': 'OAuth',
55
+ 'auth.category.passwordFree': '免密码',
56
+ 'auth.category.authFree': '免认证'
57
+ },
58
+ 'zh-HK': {
59
+ // Page title and description
60
+ 'customer.auth.title': '客戶認證',
61
+ 'customer.auth.description': '為訪問在線商店、自助服務終端和其他面向客戶的渠道的客戶用戶配置認證方法。',
62
+ // Auth Methods section
63
+ 'customer.auth.methods.title': '認證方法',
64
+ 'customer.auth.methods.description': '配置客戶可用的認證方法。拖動以調整優先級。',
65
+ // Password Settings section
66
+ 'customer.password.settings.title': '密碼設置',
67
+ 'customer.password.settings.description': '專門為客戶賬戶配置密碼要求。這些規則適用於所有客戶用戶。',
68
+ 'customer.password.rules.title': '客戶密碼規則',
69
+ 'customer.password.rules.description': '定義客戶賬戶的密碼複雜度要求',
70
+ // Buttons
71
+ 'auth.button.cancel': '取消',
72
+ 'auth.button.save': '保存',
73
+ 'auth.button.settings': '設置',
74
+ // Save messages
75
+ 'auth.save.success': '設置保存成功',
76
+ 'auth.save.error': '設置保存失敗',
77
+ // OAuth configuration
78
+ 'auth.oauth.config.message': '請先在認證配置頁面中配置OAuth設置',
79
+ 'auth.oauth.config.link': '點擊配置',
80
+ // Category badges
81
+ 'auth.category.general': '通用',
82
+ 'auth.category.oauth': 'OAuth',
83
+ 'auth.category.passwordFree': '免密碼',
84
+ 'auth.category.authFree': '免認證'
85
+ }
86
+ };
@@ -0,0 +1,16 @@
1
+ /// <reference types="react" />
2
+ import { AuthMethod } from '../AuthMethods/types';
3
+ export interface CustomerAuthProps {
4
+ /**
5
+ * 自定义类名
6
+ */
7
+ className?: string;
8
+ /**
9
+ * 自定义样式
10
+ */
11
+ style?: React.CSSProperties;
12
+ /**
13
+ * 保存回调
14
+ */
15
+ onSave?: (authMethods: AuthMethod[], passwordRules: any) => void;
16
+ }
@@ -0,0 +1,164 @@
1
+ .customer-oauth-config {
2
+ padding: 24px;
3
+ background: #fff;
4
+ }
5
+
6
+ /* 页面标题 */
7
+ .customer-oauth-config-header {
8
+ margin-bottom: 32px;
9
+ }
10
+
11
+ .customer-oauth-config-title {
12
+ font-size: 24px !important;
13
+ font-weight: 600 !important;
14
+ color: #262626 !important;
15
+ margin: 0 0 8px 0 !important;
16
+ line-height: 1.4 !important;
17
+ }
18
+
19
+ .customer-oauth-config-description {
20
+ font-size: 14px !important;
21
+ color: #8c8c8c !important;
22
+ margin: 0 !important;
23
+ line-height: 1.6 !important;
24
+ }
25
+
26
+ /* 区域样式 */
27
+ .customer-oauth-config-section {
28
+ background: #ffffff;
29
+ border-radius: 8px;
30
+ padding: 24px;
31
+ margin-bottom: 24px;
32
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
33
+ }
34
+
35
+ /* 左右布局容器 */
36
+ .customer-oauth-config-section-layout {
37
+ display: flex;
38
+ gap: 48px;
39
+ align-items: flex-start;
40
+ }
41
+
42
+ .customer-oauth-config-section-header {
43
+ flex: 0 0 320px;
44
+ min-width: 280px;
45
+ }
46
+
47
+ .customer-oauth-config-section-title {
48
+ font-size: 18px !important;
49
+ font-weight: 600 !important;
50
+ color: #262626 !important;
51
+ margin: 0 0 8px 0 !important;
52
+ line-height: 1.4 !important;
53
+ }
54
+
55
+ .customer-oauth-config-section-description {
56
+ font-size: 14px !important;
57
+ color: #8c8c8c !important;
58
+ margin: 0 !important;
59
+ line-height: 1.6 !important;
60
+ }
61
+
62
+ .customer-oauth-config-section-content {
63
+ flex: 1;
64
+ min-width: 0;
65
+ }
66
+
67
+ /* OAuth Providers 列表 */
68
+ .customer-oauth-providers-list {
69
+ display: flex;
70
+ flex-direction: column;
71
+ gap: 16px;
72
+ }
73
+
74
+ .customer-oauth-provider-card {
75
+ border-radius: 8px;
76
+ border: 1px solid #f0f0f0;
77
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
78
+ }
79
+
80
+ .customer-oauth-provider-card .ant-card-body {
81
+ padding: 20px;
82
+ }
83
+
84
+ .customer-oauth-provider-content {
85
+ display: flex;
86
+ align-items: center;
87
+ gap: 16px;
88
+ }
89
+
90
+ .customer-oauth-provider-icon {
91
+ display: flex;
92
+ align-items: center;
93
+ justify-content: center;
94
+ width: 48px;
95
+ height: 48px;
96
+ background: #fafafa;
97
+ border-radius: 8px;
98
+ flex-shrink: 0;
99
+ }
100
+
101
+ .customer-oauth-provider-info {
102
+ flex: 1;
103
+ min-width: 0;
104
+ }
105
+
106
+ .customer-oauth-provider-header {
107
+ display: flex;
108
+ align-items: center;
109
+ gap: 12px;
110
+ margin-bottom: 4px;
111
+ }
112
+
113
+ .customer-oauth-provider-name {
114
+ font-size: 16px;
115
+ font-weight: 500;
116
+ color: #262626;
117
+ }
118
+
119
+ .customer-oauth-provider-status {
120
+ font-size: 12px;
121
+ font-weight: 500;
122
+ padding: 2px 8px;
123
+ margin: 0;
124
+ }
125
+
126
+ .customer-oauth-provider-description {
127
+ font-size: 14px;
128
+ color: #8c8c8c;
129
+ line-height: 1.6;
130
+ }
131
+
132
+ .customer-oauth-provider-settings-btn {
133
+ flex-shrink: 0;
134
+ }
135
+
136
+ /* 响应式设计 */
137
+ @media (max-width: 768px) {
138
+ .customer-oauth-config {
139
+ padding: 16px;
140
+ }
141
+
142
+ .customer-oauth-config-section {
143
+ padding: 16px;
144
+ }
145
+
146
+ .customer-oauth-config-section-layout {
147
+ flex-direction: column;
148
+ gap: 24px;
149
+ }
150
+
151
+ .customer-oauth-config-section-header {
152
+ flex: 1;
153
+ min-width: auto;
154
+ }
155
+
156
+ .customer-oauth-provider-content {
157
+ flex-wrap: wrap;
158
+ }
159
+
160
+ .customer-oauth-provider-settings-btn {
161
+ width: 100%;
162
+ }
163
+ }
164
+
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ import { CustomerOAuthConfigProps } from './types';
3
+ import './CustomerOAuthConfig.less';
4
+ export type { CustomerOAuthConfigProps } from './types';
5
+ declare const CustomerOAuthConfig: React.FC<CustomerOAuthConfigProps>;
6
+ export default CustomerOAuthConfig;