@pisell/private-materials 6.3.36 → 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.
- package/build/lowcode/assets-daily.json +11 -11
- package/build/lowcode/assets-dev.json +2 -2
- package/build/lowcode/assets-prod.json +11 -11
- package/build/lowcode/index.js +1 -1
- package/build/lowcode/meta.js +2 -2
- package/build/lowcode/preview.js +10 -29
- package/build/lowcode/render/default/view.css +1 -1
- package/build/lowcode/render/default/view.js +11 -11
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +11 -11
- package/es/components/Sales/Summary/utils.d.ts +1 -1
- package/es/components/authentication/admin/AuthMethods/AuthMethods.less +136 -0
- package/es/components/authentication/admin/AuthMethods/SettingList.d.ts +5 -0
- package/es/components/authentication/admin/AuthMethods/SettingList.js +62 -0
- package/es/components/authentication/admin/AuthMethods/SettingList.less +85 -0
- package/es/components/authentication/admin/AuthMethods/SettingsDrawer.d.ts +22 -0
- package/es/components/authentication/admin/AuthMethods/SettingsDrawer.js +121 -0
- package/es/components/authentication/admin/AuthMethods/SettingsDrawer.less +163 -0
- package/es/components/authentication/admin/AuthMethods/components/DefaultSettingsContent.d.ts +11 -0
- package/es/components/authentication/admin/AuthMethods/components/DefaultSettingsContent.js +15 -0
- package/es/components/authentication/admin/AuthMethods/components/EmailSettingsContent.d.ts +13 -0
- package/es/components/authentication/admin/AuthMethods/components/EmailSettingsContent.js +152 -0
- package/es/components/authentication/admin/AuthMethods/components/LoginMethodsList.d.ts +13 -0
- package/es/components/authentication/admin/AuthMethods/components/LoginMethodsList.js +114 -0
- package/es/components/authentication/admin/AuthMethods/components/PasswordRulesSettingsContent.d.ts +14 -0
- package/es/components/authentication/admin/AuthMethods/components/PasswordRulesSettingsContent.js +170 -0
- package/es/components/authentication/admin/AuthMethods/components/PhoneSettingsContent.d.ts +13 -0
- package/es/components/authentication/admin/AuthMethods/components/PhoneSettingsContent.js +116 -0
- package/es/components/authentication/admin/AuthMethods/components/index.d.ts +10 -0
- package/es/components/authentication/admin/AuthMethods/components/index.js +5 -0
- package/es/components/authentication/admin/AuthMethods/constants.d.ts +22 -0
- package/es/components/authentication/admin/AuthMethods/constants.js +121 -0
- package/es/components/authentication/admin/AuthMethods/index.d.ts +8 -0
- package/es/components/authentication/admin/AuthMethods/index.js +233 -0
- package/es/components/authentication/admin/AuthMethods/locales.d.ts +249 -0
- package/es/components/authentication/admin/AuthMethods/locales.js +290 -0
- package/es/components/authentication/admin/AuthMethods/types.d.ts +76 -0
- package/es/components/authentication/admin/AuthMethods/types.js +23 -0
- package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/AuthenticationMethods.less +231 -0
- package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/index.d.ts +6 -0
- package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/index.js +447 -0
- package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.d.ts +84 -0
- package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.js +107 -0
- package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/types.d.ts +41 -0
- package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/types.js +1 -0
- package/es/components/authentication/admin/ChannelAuthSetting/ChannelAuthSetting.less +111 -0
- package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/CollectInfo.less +259 -0
- package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/index.d.ts +6 -0
- package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/index.js +530 -0
- package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.d.ts +72 -0
- package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.js +86 -0
- package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/types.d.ts +33 -0
- package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/types.js +1 -0
- package/es/components/authentication/admin/ChannelAuthSetting/OnlineShopAuth/index.d.ts +6 -0
- package/es/components/authentication/admin/ChannelAuthSetting/OnlineShopAuth/index.js +460 -0
- package/es/components/authentication/admin/ChannelAuthSetting/OnlineShopAuth/index.less +111 -0
- package/es/components/authentication/admin/ChannelAuthSetting/PageSetting/PageSetting.less +105 -0
- package/es/components/authentication/admin/ChannelAuthSetting/PageSetting/index.d.ts +8 -0
- package/es/components/authentication/admin/ChannelAuthSetting/PageSetting/index.js +185 -0
- package/es/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.d.ts +27 -0
- package/es/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.js +32 -0
- package/es/components/authentication/admin/ChannelAuthSetting/PageSetting/types.d.ts +25 -0
- package/es/components/authentication/admin/ChannelAuthSetting/PageSetting/types.js +1 -0
- package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/PageSettingItem.less +272 -0
- package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/index.d.ts +8 -0
- package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/index.js +214 -0
- package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.d.ts +66 -0
- package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.js +71 -0
- package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/types.d.ts +26 -0
- package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/types.js +1 -0
- package/es/components/authentication/admin/ChannelAuthSetting/SaaSManagermentAuth/index.d.ts +6 -0
- package/es/components/authentication/admin/ChannelAuthSetting/SaaSManagermentAuth/index.js +287 -0
- package/es/components/authentication/admin/ChannelAuthSetting/SaaSManagermentAuth/index.less +111 -0
- package/es/components/authentication/admin/ChannelAuthSetting/index.d.ts +6 -0
- package/es/components/authentication/admin/ChannelAuthSetting/index.js +228 -0
- package/es/components/authentication/admin/ChannelAuthSetting/locales.d.ts +39 -0
- package/es/components/authentication/admin/ChannelAuthSetting/locales.js +50 -0
- package/es/components/authentication/admin/ChannelAuthSetting/types.d.ts +36 -0
- package/es/components/authentication/admin/ChannelAuthSetting/types.js +1 -0
- package/es/components/authentication/admin/CustomerAuth/CustomerAuth.less +104 -0
- package/es/components/authentication/admin/CustomerAuth/index.d.ts +6 -0
- package/es/components/authentication/admin/CustomerAuth/index.js +711 -0
- package/es/components/authentication/admin/CustomerAuth/locales.d.ts +66 -0
- package/es/components/authentication/admin/CustomerAuth/locales.js +86 -0
- package/es/components/authentication/admin/CustomerAuth/types.d.ts +16 -0
- package/es/components/authentication/admin/CustomerAuth/types.js +1 -0
- package/es/components/authentication/admin/CustomerOAuthConfig/CustomerOAuthConfig.less +164 -0
- package/es/components/authentication/admin/CustomerOAuthConfig/index.d.ts +6 -0
- package/es/components/authentication/admin/CustomerOAuthConfig/index.js +545 -0
- package/es/components/authentication/admin/CustomerOAuthConfig/locales.d.ts +108 -0
- package/es/components/authentication/admin/CustomerOAuthConfig/locales.js +137 -0
- package/es/components/authentication/admin/CustomerOAuthConfig/types.d.ts +22 -0
- package/es/components/authentication/admin/CustomerOAuthConfig/types.js +1 -0
- package/es/components/authentication/admin/DeviceAuth/DeviceAuth.less +104 -0
- package/es/components/authentication/admin/DeviceAuth/index.d.ts +6 -0
- package/es/components/authentication/admin/DeviceAuth/index.js +366 -0
- package/es/components/authentication/admin/DeviceAuth/locales.d.ts +57 -0
- package/es/components/authentication/admin/DeviceAuth/locales.js +74 -0
- package/es/components/authentication/admin/DeviceAuth/types.d.ts +16 -0
- package/es/components/authentication/admin/DeviceAuth/types.js +1 -0
- package/es/components/authentication/admin/OAuthConfig/OAuthConfig.less +165 -0
- package/es/components/authentication/admin/OAuthConfig/index.d.ts +6 -0
- package/es/components/authentication/admin/OAuthConfig/index.js +347 -0
- package/es/components/authentication/admin/OAuthConfig/locales.d.ts +90 -0
- package/es/components/authentication/admin/OAuthConfig/locales.js +116 -0
- package/es/components/authentication/admin/OAuthConfig/types.d.ts +22 -0
- package/es/components/authentication/admin/OAuthConfig/types.js +1 -0
- package/es/components/authentication/admin/OrgAdminAuth/OrgAdminAuth.less +104 -0
- package/es/components/authentication/admin/OrgAdminAuth/index.d.ts +6 -0
- package/es/components/authentication/admin/OrgAdminAuth/index.js +543 -0
- package/es/components/authentication/admin/OrgAdminAuth/locales.d.ts +54 -0
- package/es/components/authentication/admin/OrgAdminAuth/locales.js +74 -0
- package/es/components/authentication/admin/OrgAdminAuth/types.d.ts +16 -0
- package/es/components/authentication/admin/OrgAdminAuth/types.js +1 -0
- package/es/components/authentication/admin/POSOperatorAuth/POSOperatorAuth.less +104 -0
- package/es/components/authentication/admin/POSOperatorAuth/index.d.ts +6 -0
- package/es/components/authentication/admin/POSOperatorAuth/index.js +374 -0
- package/es/components/authentication/admin/POSOperatorAuth/locales.d.ts +48 -0
- package/es/components/authentication/admin/POSOperatorAuth/locales.js +65 -0
- package/es/components/authentication/admin/POSOperatorAuth/types.d.ts +16 -0
- package/es/components/authentication/admin/POSOperatorAuth/types.js +1 -0
- package/es/components/authentication/admin/SaaSAdminAuth/SaaSAdminAuth.less +104 -0
- package/es/components/authentication/admin/SaaSAdminAuth/index.d.ts +6 -0
- package/es/components/authentication/admin/SaaSAdminAuth/index.js +625 -0
- package/es/components/authentication/admin/SaaSAdminAuth/locales.d.ts +54 -0
- package/es/components/authentication/admin/SaaSAdminAuth/locales.js +74 -0
- package/es/components/authentication/admin/SaaSAdminAuth/types.d.ts +16 -0
- package/es/components/authentication/admin/SaaSAdminAuth/types.js +1 -0
- package/es/components/authentication/admin/index.d.ts +26 -0
- package/es/components/authentication/admin/index.js +23 -0
- package/es/components/authentication/index.d.ts +0 -0
- package/es/components/authentication/index.js +0 -0
- package/es/components/booking/components/customSelect/index.js +6 -2
- package/es/components/booking/components/footer/utils.js +1 -1
- package/es/components/booking/info/service2/utils.d.ts +1 -1
- package/es/components/booking/utils.d.ts +2 -2
- package/es/components/eftposPay/amount.d.ts +1 -1
- package/es/components/eftposPay/device.d.ts +1 -1
- package/es/components/eftposPay/hooks.d.ts +2 -2
- package/es/components/eftposPay/store/index.d.ts +6 -6
- package/es/components/index.d.ts +2 -1
- package/es/components/index.js +2 -1
- package/es/components/pay/toC/index.js +19 -14
- package/es/components/pay/toC/status.d.ts +1 -0
- package/es/components/pay/toC/status.js +3 -0
- package/es/index.d.ts +2 -0
- package/es/index.js +1 -0
- package/es/pro/Login2.0/Login2.js +78 -27
- package/es/pro/pisellPaymentList/example.d.ts +19 -0
- package/es/pro/pisellPaymentList/example.js +434 -0
- package/lib/components/Sales/Summary/utils.d.ts +1 -1
- package/lib/components/authentication/admin/AuthMethods/AuthMethods.less +136 -0
- package/lib/components/authentication/admin/AuthMethods/SettingList.d.ts +5 -0
- package/lib/components/authentication/admin/AuthMethods/SettingList.js +75 -0
- package/lib/components/authentication/admin/AuthMethods/SettingList.less +85 -0
- package/lib/components/authentication/admin/AuthMethods/SettingsDrawer.d.ts +22 -0
- package/lib/components/authentication/admin/AuthMethods/SettingsDrawer.js +126 -0
- package/lib/components/authentication/admin/AuthMethods/SettingsDrawer.less +163 -0
- package/lib/components/authentication/admin/AuthMethods/components/DefaultSettingsContent.d.ts +11 -0
- package/lib/components/authentication/admin/AuthMethods/components/DefaultSettingsContent.js +42 -0
- package/lib/components/authentication/admin/AuthMethods/components/EmailSettingsContent.d.ts +13 -0
- package/lib/components/authentication/admin/AuthMethods/components/EmailSettingsContent.js +108 -0
- package/lib/components/authentication/admin/AuthMethods/components/LoginMethodsList.d.ts +13 -0
- package/lib/components/authentication/admin/AuthMethods/components/LoginMethodsList.js +108 -0
- package/lib/components/authentication/admin/AuthMethods/components/PasswordRulesSettingsContent.d.ts +14 -0
- package/lib/components/authentication/admin/AuthMethods/components/PasswordRulesSettingsContent.js +93 -0
- package/lib/components/authentication/admin/AuthMethods/components/PhoneSettingsContent.d.ts +13 -0
- package/lib/components/authentication/admin/AuthMethods/components/PhoneSettingsContent.js +85 -0
- package/lib/components/authentication/admin/AuthMethods/components/index.d.ts +10 -0
- package/lib/components/authentication/admin/AuthMethods/components/index.js +51 -0
- package/lib/components/authentication/admin/AuthMethods/constants.d.ts +22 -0
- package/lib/components/authentication/admin/AuthMethods/constants.js +115 -0
- package/lib/components/authentication/admin/AuthMethods/index.d.ts +8 -0
- package/lib/components/authentication/admin/AuthMethods/index.js +196 -0
- package/lib/components/authentication/admin/AuthMethods/locales.d.ts +249 -0
- package/lib/components/authentication/admin/AuthMethods/locales.js +314 -0
- package/lib/components/authentication/admin/AuthMethods/types.d.ts +76 -0
- package/lib/components/authentication/admin/AuthMethods/types.js +53 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/AuthenticationMethods.less +231 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/index.d.ts +6 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/index.js +311 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.d.ts +84 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.js +131 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/types.d.ts +41 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/types.js +17 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/ChannelAuthSetting.less +111 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/CollectInfo.less +259 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/index.d.ts +6 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/index.js +410 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.d.ts +72 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.js +110 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/types.d.ts +33 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/types.js +17 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/OnlineShopAuth/index.d.ts +6 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/OnlineShopAuth/index.js +383 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/OnlineShopAuth/index.less +111 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSetting/PageSetting.less +105 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSetting/index.d.ts +8 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSetting/index.js +148 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.d.ts +27 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.js +56 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSetting/types.d.ts +25 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSetting/types.js +17 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/PageSettingItem.less +272 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/index.d.ts +8 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/index.js +206 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.d.ts +66 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.js +95 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/types.d.ts +26 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/types.js +17 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/SaaSManagermentAuth/index.d.ts +6 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/SaaSManagermentAuth/index.js +246 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/SaaSManagermentAuth/index.less +111 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/index.d.ts +6 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/index.js +177 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/locales.d.ts +39 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/locales.js +74 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/types.d.ts +36 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/types.js +17 -0
- package/lib/components/authentication/admin/CustomerAuth/CustomerAuth.less +104 -0
- package/lib/components/authentication/admin/CustomerAuth/index.d.ts +6 -0
- package/lib/components/authentication/admin/CustomerAuth/index.js +507 -0
- package/lib/components/authentication/admin/CustomerAuth/locales.d.ts +66 -0
- package/lib/components/authentication/admin/CustomerAuth/locales.js +110 -0
- package/lib/components/authentication/admin/CustomerAuth/types.d.ts +16 -0
- package/lib/components/authentication/admin/CustomerAuth/types.js +17 -0
- package/lib/components/authentication/admin/CustomerOAuthConfig/CustomerOAuthConfig.less +164 -0
- package/lib/components/authentication/admin/CustomerOAuthConfig/index.d.ts +6 -0
- package/lib/components/authentication/admin/CustomerOAuthConfig/index.js +331 -0
- package/lib/components/authentication/admin/CustomerOAuthConfig/locales.d.ts +108 -0
- package/lib/components/authentication/admin/CustomerOAuthConfig/locales.js +161 -0
- package/lib/components/authentication/admin/CustomerOAuthConfig/types.d.ts +22 -0
- package/lib/components/authentication/admin/CustomerOAuthConfig/types.js +17 -0
- package/lib/components/authentication/admin/DeviceAuth/DeviceAuth.less +104 -0
- package/lib/components/authentication/admin/DeviceAuth/index.d.ts +6 -0
- package/lib/components/authentication/admin/DeviceAuth/index.js +254 -0
- package/lib/components/authentication/admin/DeviceAuth/locales.d.ts +57 -0
- package/lib/components/authentication/admin/DeviceAuth/locales.js +98 -0
- package/lib/components/authentication/admin/DeviceAuth/types.d.ts +16 -0
- package/lib/components/authentication/admin/DeviceAuth/types.js +17 -0
- package/lib/components/authentication/admin/OAuthConfig/OAuthConfig.less +165 -0
- package/lib/components/authentication/admin/OAuthConfig/index.d.ts +6 -0
- package/lib/components/authentication/admin/OAuthConfig/index.js +226 -0
- package/lib/components/authentication/admin/OAuthConfig/locales.d.ts +90 -0
- package/lib/components/authentication/admin/OAuthConfig/locales.js +140 -0
- package/lib/components/authentication/admin/OAuthConfig/types.d.ts +22 -0
- package/lib/components/authentication/admin/OAuthConfig/types.js +17 -0
- package/lib/components/authentication/admin/OrgAdminAuth/OrgAdminAuth.less +104 -0
- package/lib/components/authentication/admin/OrgAdminAuth/index.d.ts +6 -0
- package/lib/components/authentication/admin/OrgAdminAuth/index.js +398 -0
- package/lib/components/authentication/admin/OrgAdminAuth/locales.d.ts +54 -0
- package/lib/components/authentication/admin/OrgAdminAuth/locales.js +98 -0
- package/lib/components/authentication/admin/OrgAdminAuth/types.d.ts +16 -0
- package/lib/components/authentication/admin/OrgAdminAuth/types.js +17 -0
- package/lib/components/authentication/admin/POSOperatorAuth/POSOperatorAuth.less +104 -0
- package/lib/components/authentication/admin/POSOperatorAuth/index.d.ts +6 -0
- package/lib/components/authentication/admin/POSOperatorAuth/index.js +262 -0
- package/lib/components/authentication/admin/POSOperatorAuth/locales.d.ts +48 -0
- package/lib/components/authentication/admin/POSOperatorAuth/locales.js +89 -0
- package/lib/components/authentication/admin/POSOperatorAuth/types.d.ts +16 -0
- package/lib/components/authentication/admin/POSOperatorAuth/types.js +17 -0
- package/lib/components/authentication/admin/SaaSAdminAuth/SaaSAdminAuth.less +104 -0
- package/lib/components/authentication/admin/SaaSAdminAuth/index.d.ts +6 -0
- package/lib/components/authentication/admin/SaaSAdminAuth/index.js +481 -0
- package/lib/components/authentication/admin/SaaSAdminAuth/locales.d.ts +54 -0
- package/lib/components/authentication/admin/SaaSAdminAuth/locales.js +98 -0
- package/lib/components/authentication/admin/SaaSAdminAuth/types.d.ts +16 -0
- package/lib/components/authentication/admin/SaaSAdminAuth/types.js +17 -0
- package/lib/components/authentication/admin/index.d.ts +26 -0
- package/lib/components/authentication/admin/index.js +83 -0
- package/lib/components/authentication/index.d.ts +0 -0
- package/lib/components/authentication/index.js +0 -0
- package/lib/components/booking/components/customSelect/index.js +6 -2
- package/lib/components/booking/components/footer/utils.js +1 -1
- package/lib/components/booking/info/service2/utils.d.ts +1 -1
- package/lib/components/booking/utils.d.ts +2 -2
- package/lib/components/eftposPay/amount.d.ts +1 -1
- package/lib/components/eftposPay/device.d.ts +1 -1
- package/lib/components/eftposPay/hooks.d.ts +2 -2
- package/lib/components/eftposPay/store/index.d.ts +6 -6
- package/lib/components/index.d.ts +2 -1
- package/lib/components/index.js +19 -0
- package/lib/components/pay/toC/index.js +10 -2
- package/lib/components/pay/toC/status.d.ts +1 -0
- package/lib/components/pay/toC/status.js +5 -0
- package/lib/index.d.ts +2 -0
- package/lib/index.js +19 -0
- package/lib/pro/Login2.0/Login2.js +86 -23
- package/lib/pro/pisellPaymentList/example.d.ts +19 -0
- package/lib/pro/pisellPaymentList/example.js +416 -0
- package/lowcode/admin-auth-customer-auth/meta.ts +29 -0
- package/lowcode/admin-auth-customer-oauth-config/meta.ts +55 -0
- package/lowcode/admin-auth-device-auth/meta.ts +30 -0
- package/lowcode/admin-auth-methods/meta.ts +385 -0
- package/lowcode/admin-auth-oauth-config/meta.ts +29 -0
- package/lowcode/admin-auth-online-shop-auth/meta.ts +29 -0
- package/lowcode/admin-auth-org-admin-auth/meta.ts +29 -0
- package/lowcode/admin-auth-pos-operator-auth/meta.ts +30 -0
- package/lowcode/admin-auth-saas-admin-auth/meta.ts +29 -0
- package/lowcode/admin-auth-saas-managerment-auth/meta.ts +30 -0
- package/lowcode/admin-setting-list/meta.ts +125 -0
- package/lowcode/pro-register/meta.ts +385 -0
- package/package.json +2 -2
|
@@ -0,0 +1,385 @@
|
|
|
1
|
+
import { ComponentMetadata } from '@alilc/lowcode-types';
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
const ProRegisterMeta: ComponentMetadata = {
|
|
5
|
+
componentName: 'ProRegister',
|
|
6
|
+
title: 'Pro注册',
|
|
7
|
+
docUrl: '',
|
|
8
|
+
screenshot: '',
|
|
9
|
+
category: '表单',
|
|
10
|
+
devMode: 'proCode',
|
|
11
|
+
npm: {
|
|
12
|
+
package: '@pisell/private-materials',
|
|
13
|
+
version: '1.0.0',
|
|
14
|
+
exportName: 'ProRegister',
|
|
15
|
+
main: 'src/index.ts',
|
|
16
|
+
destructuring: true,
|
|
17
|
+
subName: '',
|
|
18
|
+
},
|
|
19
|
+
props: [],
|
|
20
|
+
configure: {
|
|
21
|
+
props: [
|
|
22
|
+
{
|
|
23
|
+
title: {
|
|
24
|
+
label: 'RegisterHeader',
|
|
25
|
+
},
|
|
26
|
+
type: 'group',
|
|
27
|
+
display: 'block',
|
|
28
|
+
items: [
|
|
29
|
+
{
|
|
30
|
+
name: 'showLogo',
|
|
31
|
+
title: { label: '显示Logo' },
|
|
32
|
+
propType: 'bool',
|
|
33
|
+
defaultValue: true,
|
|
34
|
+
setter: 'BoolSetter',
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
name: 'logo',
|
|
38
|
+
title: { label: 'Logo图片' },
|
|
39
|
+
propType: 'string',
|
|
40
|
+
setter: 'ImageSetter',
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
name: 'logoPosition',
|
|
44
|
+
title: { label: 'Logo位置' },
|
|
45
|
+
setter: {
|
|
46
|
+
componentName: 'RadioGroupSetter',
|
|
47
|
+
props: {
|
|
48
|
+
options: [
|
|
49
|
+
{ label: '居左', value: 'left' },
|
|
50
|
+
{ label: '居中', value: 'center' },
|
|
51
|
+
{ label: '居右', value: 'right' },
|
|
52
|
+
],
|
|
53
|
+
},
|
|
54
|
+
},
|
|
55
|
+
defaultValue: 'center',
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
name: 'logoSize',
|
|
59
|
+
title: { label: 'Logo尺寸' },
|
|
60
|
+
propType: 'object',
|
|
61
|
+
display: 'inline',
|
|
62
|
+
setter: {
|
|
63
|
+
componentName: 'ObjectSetter',
|
|
64
|
+
props: {
|
|
65
|
+
config: {
|
|
66
|
+
items: [
|
|
67
|
+
{
|
|
68
|
+
name: 'width',
|
|
69
|
+
title: '宽度',
|
|
70
|
+
setter: 'NumberSetter',
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
name: 'height',
|
|
74
|
+
title: '高度',
|
|
75
|
+
setter: 'NumberSetter',
|
|
76
|
+
},
|
|
77
|
+
],
|
|
78
|
+
},
|
|
79
|
+
},
|
|
80
|
+
},
|
|
81
|
+
},
|
|
82
|
+
],
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
title: {
|
|
86
|
+
label: '欢迎语',
|
|
87
|
+
},
|
|
88
|
+
type: 'group',
|
|
89
|
+
display: 'block',
|
|
90
|
+
items: [
|
|
91
|
+
{
|
|
92
|
+
name: 'showWelcomeMessage',
|
|
93
|
+
title: { label: '显示欢迎语' },
|
|
94
|
+
propType: 'bool',
|
|
95
|
+
defaultValue: true,
|
|
96
|
+
setter: 'BoolSetter',
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
name: 'welcomeMessage',
|
|
100
|
+
title: { label: '欢迎语文案' },
|
|
101
|
+
propType: 'string',
|
|
102
|
+
setter: 'PisellI18nSetter',
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
name: 'welcomeMessageAlign',
|
|
106
|
+
title: { label: '位置' },
|
|
107
|
+
setter: {
|
|
108
|
+
componentName: 'RadioGroupSetter',
|
|
109
|
+
props: {
|
|
110
|
+
options: [
|
|
111
|
+
{ label: '居左', value: 'left' },
|
|
112
|
+
{ label: '居中', value: 'center' },
|
|
113
|
+
{ label: '居右', value: 'right' },
|
|
114
|
+
],
|
|
115
|
+
},
|
|
116
|
+
},
|
|
117
|
+
},
|
|
118
|
+
],
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
title: {
|
|
122
|
+
label: '标题',
|
|
123
|
+
},
|
|
124
|
+
type: 'group',
|
|
125
|
+
display: 'block',
|
|
126
|
+
items: [
|
|
127
|
+
{
|
|
128
|
+
name: 'showTitle',
|
|
129
|
+
title: { label: '显示标题' },
|
|
130
|
+
propType: 'bool',
|
|
131
|
+
defaultValue: true,
|
|
132
|
+
setter: 'BoolSetter',
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
name: 'title',
|
|
136
|
+
title: { label: '标题文案' },
|
|
137
|
+
propType: 'string',
|
|
138
|
+
setter: 'PisellI18nSetter',
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
name: 'titleAlign',
|
|
142
|
+
title: { label: '位置' },
|
|
143
|
+
setter: {
|
|
144
|
+
componentName: 'RadioGroupSetter',
|
|
145
|
+
props: {
|
|
146
|
+
options: [
|
|
147
|
+
{ label: '居左', value: 'left' },
|
|
148
|
+
{ label: '居中', value: 'center' },
|
|
149
|
+
{ label: '居右', value: 'right' },
|
|
150
|
+
],
|
|
151
|
+
},
|
|
152
|
+
},
|
|
153
|
+
},
|
|
154
|
+
],
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
title: {
|
|
158
|
+
label: '副标题',
|
|
159
|
+
},
|
|
160
|
+
type: 'group',
|
|
161
|
+
display: 'block',
|
|
162
|
+
items: [
|
|
163
|
+
{
|
|
164
|
+
name: 'showSubtitle',
|
|
165
|
+
title: { label: '显示副标题' },
|
|
166
|
+
propType: 'bool',
|
|
167
|
+
defaultValue: true,
|
|
168
|
+
setter: 'BoolSetter',
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
name: 'subtitle',
|
|
172
|
+
title: { label: '副标题文案' },
|
|
173
|
+
propType: {
|
|
174
|
+
type: 'oneOfType',
|
|
175
|
+
value: ['node', 'string'],
|
|
176
|
+
},
|
|
177
|
+
setter: 'PisellI18nSetter',
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
name: 'subtitleAlign',
|
|
181
|
+
title: { label: '位置' },
|
|
182
|
+
setter: {
|
|
183
|
+
componentName: 'RadioGroupSetter',
|
|
184
|
+
props: {
|
|
185
|
+
options: [
|
|
186
|
+
{ label: '居左', value: 'left' },
|
|
187
|
+
{ label: '居中', value: 'center' },
|
|
188
|
+
{ label: '居右', value: 'right' },
|
|
189
|
+
],
|
|
190
|
+
},
|
|
191
|
+
},
|
|
192
|
+
},
|
|
193
|
+
],
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
title: {
|
|
197
|
+
label: '邮箱注册',
|
|
198
|
+
},
|
|
199
|
+
type: 'group',
|
|
200
|
+
display: 'block',
|
|
201
|
+
items: [
|
|
202
|
+
{
|
|
203
|
+
name: 'emailLabel',
|
|
204
|
+
title: { label: '邮箱标题' },
|
|
205
|
+
propType: {
|
|
206
|
+
type: 'oneOfType',
|
|
207
|
+
value: ['node', 'string'],
|
|
208
|
+
},
|
|
209
|
+
setter: 'PisellI18nSetter',
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
name: 'emailPlaceholder',
|
|
213
|
+
title: { label: '邮箱输入提示' },
|
|
214
|
+
propType: {
|
|
215
|
+
type: 'oneOfType',
|
|
216
|
+
value: ['node', 'string'],
|
|
217
|
+
},
|
|
218
|
+
setter: 'PisellI18nSetter',
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
name: 'passwordLabel',
|
|
222
|
+
title: { label: '密码标题' },
|
|
223
|
+
propType: {
|
|
224
|
+
type: 'oneOfType',
|
|
225
|
+
value: ['node', 'string'],
|
|
226
|
+
},
|
|
227
|
+
setter: 'PisellI18nSetter',
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
name: 'passwordPlaceholder',
|
|
231
|
+
title: { label: '密码输入提示' },
|
|
232
|
+
propType: {
|
|
233
|
+
type: 'oneOfType',
|
|
234
|
+
value: ['node', 'string'],
|
|
235
|
+
},
|
|
236
|
+
setter: 'PisellI18nSetter',
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
name: 'showDivider',
|
|
240
|
+
title: { label: '显示分界线' },
|
|
241
|
+
propType: 'bool',
|
|
242
|
+
defaultValue: true,
|
|
243
|
+
setter: 'BoolSetter',
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
name: 'dividerText',
|
|
247
|
+
title: { label: '分界线文案' },
|
|
248
|
+
propType: {
|
|
249
|
+
type: 'oneOfType',
|
|
250
|
+
value: ['string', 'object'],
|
|
251
|
+
},
|
|
252
|
+
setter: {
|
|
253
|
+
componentName: 'PisellI18nSetter',
|
|
254
|
+
},
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
name: 'showFirstName',
|
|
258
|
+
title: { label: '显示名' },
|
|
259
|
+
propType: 'bool',
|
|
260
|
+
defaultValue: true,
|
|
261
|
+
setter: 'BoolSetter',
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
name: 'showLastName',
|
|
265
|
+
title: { label: '显示姓' },
|
|
266
|
+
propType: 'bool',
|
|
267
|
+
defaultValue: true,
|
|
268
|
+
setter: 'BoolSetter',
|
|
269
|
+
},
|
|
270
|
+
{
|
|
271
|
+
name: 'buttonText',
|
|
272
|
+
title: { label: '按钮文本' },
|
|
273
|
+
propType: {
|
|
274
|
+
type: 'oneOfType',
|
|
275
|
+
value: ['node', 'string'],
|
|
276
|
+
},
|
|
277
|
+
setter: 'PisellI18nSetter',
|
|
278
|
+
},
|
|
279
|
+
],
|
|
280
|
+
},
|
|
281
|
+
{
|
|
282
|
+
title: {
|
|
283
|
+
label: '登录入口',
|
|
284
|
+
},
|
|
285
|
+
type: 'group',
|
|
286
|
+
display: 'block',
|
|
287
|
+
items: [
|
|
288
|
+
{
|
|
289
|
+
name: 'showLogin',
|
|
290
|
+
title: { label: '显示登录入口' },
|
|
291
|
+
propType: 'bool',
|
|
292
|
+
defaultValue: true,
|
|
293
|
+
setter: 'BoolSetter',
|
|
294
|
+
},
|
|
295
|
+
{
|
|
296
|
+
name: 'loginAlign',
|
|
297
|
+
title: { label: '位置' },
|
|
298
|
+
setter: {
|
|
299
|
+
componentName: 'RadioGroupSetter',
|
|
300
|
+
props: {
|
|
301
|
+
options: [
|
|
302
|
+
{ label: '居左', value: 'left' },
|
|
303
|
+
{ label: '居中', value: 'center' },
|
|
304
|
+
{ label: '居右', value: 'right' },
|
|
305
|
+
],
|
|
306
|
+
},
|
|
307
|
+
},
|
|
308
|
+
},
|
|
309
|
+
{
|
|
310
|
+
name: 'showLoginText',
|
|
311
|
+
title: { label: '显示标题' },
|
|
312
|
+
propType: 'bool',
|
|
313
|
+
defaultValue: true,
|
|
314
|
+
setter: 'BoolSetter',
|
|
315
|
+
},
|
|
316
|
+
{
|
|
317
|
+
name: 'loginText',
|
|
318
|
+
title: { label: '标题' },
|
|
319
|
+
propType: {
|
|
320
|
+
type: 'oneOfType',
|
|
321
|
+
value: ['string', 'object'],
|
|
322
|
+
},
|
|
323
|
+
setter: {
|
|
324
|
+
componentName: 'PisellI18nSetter',
|
|
325
|
+
},
|
|
326
|
+
},
|
|
327
|
+
{
|
|
328
|
+
name: 'showLoginLinkText',
|
|
329
|
+
title: { label: '显示文本按钮' },
|
|
330
|
+
propType: 'bool',
|
|
331
|
+
defaultValue: true,
|
|
332
|
+
setter: 'BoolSetter',
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
name: 'loginLinkText',
|
|
336
|
+
title: { label: '文本按钮文案' },
|
|
337
|
+
propType: {
|
|
338
|
+
type: 'oneOfType',
|
|
339
|
+
value: ['string', 'object'],
|
|
340
|
+
},
|
|
341
|
+
setter: {
|
|
342
|
+
componentName: 'PisellI18nSetter',
|
|
343
|
+
},
|
|
344
|
+
},
|
|
345
|
+
],
|
|
346
|
+
},
|
|
347
|
+
],
|
|
348
|
+
supports: {
|
|
349
|
+
style: true,
|
|
350
|
+
events: [
|
|
351
|
+
{
|
|
352
|
+
name: 'onVerifyEmail',
|
|
353
|
+
description: '输入邮箱点击按钮回调',
|
|
354
|
+
},
|
|
355
|
+
{
|
|
356
|
+
name: 'onSendEmail',
|
|
357
|
+
description: '重新发送验证邮件回调',
|
|
358
|
+
},
|
|
359
|
+
{
|
|
360
|
+
name: 'onVerifyLink',
|
|
361
|
+
description: '验证链接回调',
|
|
362
|
+
},
|
|
363
|
+
{
|
|
364
|
+
name: 'onEntryInfo',
|
|
365
|
+
description: '信息录入后点击按钮回调',
|
|
366
|
+
},
|
|
367
|
+
{
|
|
368
|
+
name: 'onGoLogin',
|
|
369
|
+
description: '点击去登录按钮回调',
|
|
370
|
+
},
|
|
371
|
+
{
|
|
372
|
+
name: 'onStepChange',
|
|
373
|
+
description: '注册步骤变化回调',
|
|
374
|
+
},
|
|
375
|
+
],
|
|
376
|
+
},
|
|
377
|
+
component: {
|
|
378
|
+
isContainer: false,
|
|
379
|
+
},
|
|
380
|
+
},
|
|
381
|
+
};
|
|
382
|
+
|
|
383
|
+
export default {
|
|
384
|
+
...ProRegisterMeta,
|
|
385
|
+
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pisell/private-materials",
|
|
3
|
-
"version": "6.3.
|
|
3
|
+
"version": "6.3.38",
|
|
4
4
|
"main": "./lib/index.js",
|
|
5
5
|
"module": "./es/index.js",
|
|
6
6
|
"types": "./lib/index.d.ts",
|
|
@@ -62,8 +62,8 @@
|
|
|
62
62
|
"@react-spring/web": "^9.6.1",
|
|
63
63
|
"@use-gesture/react": "^10.3.1",
|
|
64
64
|
"@pisell/utils": "3.0.1",
|
|
65
|
-
"@pisell/materials": "6.3.10",
|
|
66
65
|
"@pisell/icon": "0.0.11",
|
|
66
|
+
"@pisell/materials": "6.3.10",
|
|
67
67
|
"@pisell/date-picker": "3.0.4"
|
|
68
68
|
},
|
|
69
69
|
"peerDependencies": {
|