@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,41 @@
1
+ /// <reference types="react" />
2
+ export declare type AuthenticationMethod = 'email' | 'phoneNumber' | 'facebook' | 'apple' | 'guest';
3
+ export interface GlobalAuthMethod {
4
+ method: AuthenticationMethod;
5
+ enabled: boolean;
6
+ label: {
7
+ en: string;
8
+ 'zh-CN': string;
9
+ 'zh-HK': string;
10
+ };
11
+ }
12
+ export declare type AuthenticationSettingsMode = 'default' | 'custom';
13
+ export interface AuthMethodConfig {
14
+ enabled: boolean;
15
+ sort: number;
16
+ }
17
+ export interface AuthenticationMethodsValue {
18
+ mode: AuthenticationSettingsMode;
19
+ customMethods?: AuthenticationMethod[];
20
+ methods?: {
21
+ email?: AuthMethodConfig;
22
+ phoneNumber?: AuthMethodConfig;
23
+ facebook?: AuthMethodConfig;
24
+ apple?: AuthMethodConfig;
25
+ guest?: AuthMethodConfig;
26
+ };
27
+ }
28
+ export interface AuthenticationMethodsProps {
29
+ className?: string;
30
+ style?: React.CSSProperties;
31
+ value?: AuthenticationMethodsValue;
32
+ onChange?: (value: AuthenticationMethodsValue) => void;
33
+ /**
34
+ * 从全局设置中获取的认证方法配置
35
+ */
36
+ globalMethods?: GlobalAuthMethod[];
37
+ /**
38
+ * 配置全局设置的链接
39
+ */
40
+ onConfigureGlobal?: () => void;
41
+ }
@@ -0,0 +1,111 @@
1
+ .channel-auth-setting {
2
+ width: 100%;
3
+ padding: 24px;
4
+ background: #ffffff;
5
+ border-radius: 8px;
6
+
7
+ &-header {
8
+ margin-bottom: 24px;
9
+ }
10
+
11
+ &-title {
12
+ font-size: 24px;
13
+ font-weight: 600;
14
+ line-height: 32px;
15
+ color: #1a1a1a;
16
+ margin: 0 0 8px 0;
17
+ }
18
+
19
+ &-description {
20
+ font-size: 14px;
21
+ line-height: 20px;
22
+ color: #666666;
23
+ margin: 0;
24
+ }
25
+
26
+ &-tabs {
27
+ margin-bottom: 24px;
28
+
29
+ :global {
30
+ .ant-tabs-nav {
31
+ margin-bottom: 24px;
32
+
33
+ &::before {
34
+ border-bottom: 1px solid #e8e8e8;
35
+ }
36
+ }
37
+
38
+ .ant-tabs-tab {
39
+ padding: 12px 0;
40
+ font-size: 14px;
41
+ font-weight: 500;
42
+ color: #666666;
43
+
44
+ &:hover {
45
+ color: #1890ff;
46
+ }
47
+
48
+ &.ant-tabs-tab-active {
49
+ .ant-tabs-tab-btn {
50
+ color: #1890ff;
51
+ }
52
+ }
53
+ }
54
+
55
+ .ant-tabs-ink-bar {
56
+ background: #1890ff;
57
+ height: 2px;
58
+ }
59
+
60
+ .ant-tabs-content-holder {
61
+ padding: 0;
62
+ }
63
+
64
+ .ant-tabs-tabpane {
65
+ padding: 0;
66
+ }
67
+ }
68
+ }
69
+
70
+ &-content {
71
+ min-height: 400px;
72
+ }
73
+
74
+ &-footer {
75
+ display: flex;
76
+ justify-content: flex-end;
77
+ align-items: center;
78
+ gap: 12px;
79
+ margin-top: 32px;
80
+ padding-top: 24px;
81
+ border-top: 1px solid #e8e8e8;
82
+
83
+ .ant-btn {
84
+ min-width: 80px;
85
+ height: 40px;
86
+ font-size: 14px;
87
+ border-radius: 6px;
88
+ }
89
+
90
+ .ant-btn-default {
91
+ border-color: #d9d9d9;
92
+ color: #595959;
93
+
94
+ &:hover {
95
+ border-color: #1890ff;
96
+ color: #1890ff;
97
+ }
98
+ }
99
+
100
+ .ant-btn-primary {
101
+ background: #1890ff;
102
+ border-color: #1890ff;
103
+
104
+ &:hover {
105
+ background: #40a9ff;
106
+ border-color: #40a9ff;
107
+ }
108
+ }
109
+ }
110
+ }
111
+
@@ -0,0 +1,259 @@
1
+ /* 主容器 */
2
+ .pisell-collect-info {
3
+ background: #fff;
4
+ padding: 0;
5
+ }
6
+
7
+ /* 左右布局容器 */
8
+ .pisell-collect-info-layout {
9
+ display: flex;
10
+ gap: 48px;
11
+ align-items: flex-start;
12
+ }
13
+
14
+ /* 左侧标题区域 */
15
+ .pisell-collect-info-header {
16
+ flex: 0 0 280px;
17
+ position: sticky;
18
+ top: 24px;
19
+ }
20
+
21
+ .pisell-collect-info-title {
22
+ font-size: 16px;
23
+ font-weight: 600;
24
+ color: #262626;
25
+ margin-bottom: 8px !important;
26
+ line-height: 24px;
27
+ }
28
+
29
+ .pisell-collect-info-description {
30
+ font-size: 14px;
31
+ color: #8c8c8c;
32
+ line-height: 22px;
33
+ margin: 0 !important;
34
+ }
35
+
36
+ /* 右侧内容区域 */
37
+ .pisell-collect-info-content {
38
+ flex: 1;
39
+ min-width: 0;
40
+ }
41
+
42
+ /* 区块 */
43
+ .pisell-collect-info-section {
44
+ margin-bottom: 24px;
45
+ }
46
+
47
+ /* 开关项 */
48
+ .pisell-collect-info-switch-item {
49
+ display: flex;
50
+ align-items: center;
51
+ justify-content: space-between;
52
+ padding: 16px 0;
53
+ border-bottom: 1px solid #f0f0f0;
54
+ }
55
+
56
+ .pisell-collect-info-switch-label {
57
+ font-size: 14px;
58
+ font-weight: 500;
59
+ color: #262626;
60
+ }
61
+
62
+ /* 提示语区域 */
63
+ .pisell-collect-info-prompt {
64
+ margin-top: 16px;
65
+ }
66
+
67
+ .pisell-collect-info-prompt-label {
68
+ display: block;
69
+ margin-bottom: 8px;
70
+ font-size: 14px;
71
+ font-weight: 500;
72
+ color: #262626;
73
+ }
74
+
75
+ /* 字段和表单头部 */
76
+ .pisell-collect-info-fields-header,
77
+ .pisell-collect-info-forms-header {
78
+ display: flex;
79
+ align-items: center;
80
+ margin-bottom: 16px;
81
+ margin-top: 24px;
82
+ }
83
+
84
+ .pisell-collect-info-fields-title,
85
+ .pisell-collect-info-forms-title {
86
+ font-size: 14px;
87
+ font-weight: 500;
88
+ color: #262626;
89
+ }
90
+
91
+ /* 字段项 */
92
+ .pisell-collect-info-field-item {
93
+ display: flex;
94
+ align-items: center;
95
+ padding: 16px 0;
96
+ border-bottom: 1px solid #f0f0f0;
97
+ transition: all 0.3s;
98
+ gap: 12px;
99
+ }
100
+
101
+ .pisell-collect-info-field-item:hover {
102
+ background: #fafafa;
103
+ }
104
+
105
+ .pisell-collect-info-field-drag {
106
+ display: flex;
107
+ align-items: center;
108
+ justify-content: center;
109
+ margin-right: 12px;
110
+ color: #d9d9d9;
111
+ font-size: 16px;
112
+ cursor: grab;
113
+ }
114
+
115
+ .pisell-collect-info-field-item:hover .pisell-collect-info-field-drag {
116
+ color: #8c8c8c;
117
+ }
118
+
119
+ .pisell-collect-info-field-drag:active {
120
+ cursor: grabbing;
121
+ }
122
+
123
+ .pisell-collect-info-field-checkbox {
124
+ margin-right: 12px;
125
+ }
126
+
127
+ .pisell-collect-info-field-content {
128
+ flex: 1;
129
+ min-width: 0;
130
+ }
131
+
132
+ .pisell-collect-info-field-name {
133
+ font-size: 14px;
134
+ color: #262626;
135
+ }
136
+
137
+ .pisell-collect-info-field-description {
138
+ font-size: 12px;
139
+ color: #8c8c8c;
140
+ }
141
+
142
+ .pisell-collect-info-field-select {
143
+ width: 120px;
144
+ margin-left: 16px;
145
+ }
146
+
147
+ /* 表单项 */
148
+ .pisell-collect-info-form-item {
149
+ display: flex;
150
+ align-items: center;
151
+ padding: 16px 0;
152
+ border-bottom: 1px solid #f0f0f0;
153
+ transition: all 0.3s;
154
+ gap: 12px;
155
+ }
156
+
157
+ .pisell-collect-info-form-item:hover {
158
+ background: #fafafa;
159
+ }
160
+
161
+ .pisell-collect-info-form-drag {
162
+ display: flex;
163
+ align-items: center;
164
+ justify-content: center;
165
+ margin-right: 12px;
166
+ color: #d9d9d9;
167
+ font-size: 16px;
168
+ cursor: grab;
169
+ }
170
+
171
+ .pisell-collect-info-form-item:hover .pisell-collect-info-form-drag {
172
+ color: #8c8c8c;
173
+ }
174
+
175
+ .pisell-collect-info-form-drag:active {
176
+ cursor: grabbing;
177
+ }
178
+
179
+ .pisell-collect-info-form-checkbox {
180
+ margin-right: 12px;
181
+ }
182
+
183
+ .pisell-collect-info-form-name {
184
+ flex: 1;
185
+ font-size: 14px;
186
+ color: #262626;
187
+ }
188
+
189
+ .pisell-collect-info-form-select {
190
+ width: 120px;
191
+ margin-left: 16px;
192
+ }
193
+
194
+ /* 拖动状态 */
195
+ .pisell-collect-info-dragging {
196
+ opacity: 0.5;
197
+ box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
198
+ }
199
+
200
+ /* 翻译输入组件 */
201
+ .pisell-collect-info-translation-wrapper {
202
+ display: flex;
203
+ align-items: center;
204
+ gap: 8px;
205
+ position: relative;
206
+ }
207
+
208
+ .pisell-collect-info-translation-input {
209
+ flex: 1;
210
+ }
211
+
212
+ .pisell-collect-info-translation-icon-wrapper {
213
+ display: flex;
214
+ align-items: center;
215
+ justify-content: center;
216
+ width: 32px;
217
+ height: 32px;
218
+ border: 1px solid #d9d9d9;
219
+ border-radius: 6px;
220
+ cursor: pointer;
221
+ transition: all 0.3s;
222
+ background: #fff;
223
+ }
224
+
225
+ .pisell-collect-info-translation-icon-wrapper:hover {
226
+ border-color: #722ed1;
227
+ color: #722ed1;
228
+ }
229
+
230
+ .pisell-collect-info-translation-icon-wrapper.has-translation {
231
+ color: #722ed1;
232
+ border-color: #722ed1;
233
+ background: #f9f0ff;
234
+ }
235
+
236
+ .pisell-collect-info-translation-icon-wrapper.disabled {
237
+ cursor: not-allowed;
238
+ opacity: 0.5;
239
+ }
240
+
241
+ .pisell-collect-info-translation-icon {
242
+ font-size: 16px;
243
+ }
244
+
245
+ .pisell-collect-info-translation-popover {
246
+ min-width: 320px;
247
+ }
248
+
249
+ .pisell-collect-info-translation-field {
250
+ margin-bottom: 0;
251
+ }
252
+
253
+ .pisell-collect-info-translation-label {
254
+ font-size: 13px;
255
+ color: #262626;
256
+ margin-bottom: 8px;
257
+ font-weight: 500;
258
+ }
259
+
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ import { CollectInfoProps } from './types';
3
+ import './CollectInfo.less';
4
+ declare const CollectInfo: React.FC<CollectInfoProps>;
5
+ export default CollectInfo;
6
+ export type { CollectInfoProps, CollectInfoValue } from './types';