@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.
- 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 +146 -160
- 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/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/eftposPay/hooks.d.ts +1 -1
- package/es/components/eftposPay/store/index.d.ts +1 -1
- 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/pisellPaymentList/example.d.ts +19 -0
- package/es/pro/pisellPaymentList/example.js +434 -0
- 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/eftposPay/hooks.d.ts +1 -1
- package/lib/components/eftposPay/store/index.d.ts +1 -1
- 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/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,74 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
en: {
|
|
3
|
+
// Page title and description
|
|
4
|
+
'saas.admin.auth.title': 'SaaS Platform Admin Authentication',
|
|
5
|
+
'saas.admin.auth.description': 'Configure authentication methods for your SaaS platform admin portal and other administrative channels.',
|
|
6
|
+
// Auth Methods section
|
|
7
|
+
'saas.admin.auth.methods.title': 'Auth Methods',
|
|
8
|
+
'saas.admin.auth.methods.description': 'Configure authentication methods that will be available for SaaS platform admins. Drag to reorder by priority.',
|
|
9
|
+
// Password Settings section
|
|
10
|
+
'saas.admin.password.settings.title': 'Password Settings',
|
|
11
|
+
'saas.admin.password.settings.description': 'Configure password requirements specifically for SaaS platform admin accounts. These rules apply to all platform administrative users.',
|
|
12
|
+
// Buttons
|
|
13
|
+
'auth.button.cancel': 'Cancel',
|
|
14
|
+
'auth.button.save': 'Save',
|
|
15
|
+
'auth.button.settings': 'Settings',
|
|
16
|
+
// Messages
|
|
17
|
+
'auth.save.success': 'Settings saved successfully',
|
|
18
|
+
'auth.save.error': 'Failed to save settings',
|
|
19
|
+
// OAuth configuration
|
|
20
|
+
'auth.oauth.config.message': 'Configure OAuth settings in Auth Configuration page first',
|
|
21
|
+
'auth.oauth.config.link': 'click to config',
|
|
22
|
+
// Category badges
|
|
23
|
+
'auth.category.general': 'General',
|
|
24
|
+
'auth.category.oauth': 'OAuth'
|
|
25
|
+
},
|
|
26
|
+
'zh-CN': {
|
|
27
|
+
// Page title and description
|
|
28
|
+
'saas.admin.auth.title': 'SaaS平台管理员认证',
|
|
29
|
+
'saas.admin.auth.description': '为您的SaaS平台管理员门户和其他管理渠道配置认证方法。',
|
|
30
|
+
// Auth Methods section
|
|
31
|
+
'saas.admin.auth.methods.title': '认证方法',
|
|
32
|
+
'saas.admin.auth.methods.description': '配置SaaS平台管理员可用的认证方法。拖动以调整优先级。',
|
|
33
|
+
// Password Settings section
|
|
34
|
+
'saas.admin.password.settings.title': '密码设置',
|
|
35
|
+
'saas.admin.password.settings.description': '专门为SaaS平台管理员账户配置密码要求。这些规则适用于所有平台管理用户。',
|
|
36
|
+
// Buttons
|
|
37
|
+
'auth.button.cancel': '取消',
|
|
38
|
+
'auth.button.save': '保存',
|
|
39
|
+
'auth.button.settings': '设置',
|
|
40
|
+
// Messages
|
|
41
|
+
'auth.save.success': '保存成功',
|
|
42
|
+
'auth.save.error': '保存失败',
|
|
43
|
+
// OAuth configuration
|
|
44
|
+
'auth.oauth.config.message': '请先在OAuth配置页面中配置OAuth设置',
|
|
45
|
+
'auth.oauth.config.link': '点击配置',
|
|
46
|
+
// Category badges
|
|
47
|
+
'auth.category.general': '通用',
|
|
48
|
+
'auth.category.oauth': 'OAuth'
|
|
49
|
+
},
|
|
50
|
+
'zh-HK': {
|
|
51
|
+
// Page title and description
|
|
52
|
+
'saas.admin.auth.title': 'SaaS平台管理員認證',
|
|
53
|
+
'saas.admin.auth.description': '為您的SaaS平台管理員門戶和其他管理渠道配置認證方法。',
|
|
54
|
+
// Auth Methods section
|
|
55
|
+
'saas.admin.auth.methods.title': '認證方法',
|
|
56
|
+
'saas.admin.auth.methods.description': '配置SaaS平台管理員可用的認證方法。拖動以調整優先級。',
|
|
57
|
+
// Password Settings section
|
|
58
|
+
'saas.admin.password.settings.title': '密碼設置',
|
|
59
|
+
'saas.admin.password.settings.description': '專門為SaaS平台管理員賬戶配置密碼要求。這些規則適用於所有平台管理用戶。',
|
|
60
|
+
// Buttons
|
|
61
|
+
'auth.button.cancel': '取消',
|
|
62
|
+
'auth.button.save': '保存',
|
|
63
|
+
'auth.button.settings': '設置',
|
|
64
|
+
// Messages
|
|
65
|
+
'auth.save.success': '保存成功',
|
|
66
|
+
'auth.save.error': '保存失敗',
|
|
67
|
+
// OAuth configuration
|
|
68
|
+
'auth.oauth.config.message': '請先在OAuth配置頁面中配置OAuth設置',
|
|
69
|
+
'auth.oauth.config.link': '點擊配置',
|
|
70
|
+
// Category badges
|
|
71
|
+
'auth.category.general': '通用',
|
|
72
|
+
'auth.category.oauth': 'OAuth'
|
|
73
|
+
}
|
|
74
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { AuthMethod } from '../AuthMethods/types';
|
|
3
|
+
export interface SaaSAdminAuthProps {
|
|
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 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
export type { AuthMethodsProps, AuthMethod } from './AuthMethods';
|
|
2
|
+
export { AuthMethodType, AuthMethodCategory } from './AuthMethods';
|
|
3
|
+
export { default as ChannelAuthSetting } from './ChannelAuthSetting';
|
|
4
|
+
export type { ChannelAuthSettingProps, ChannelAuthSettingValue, TabKey } from './ChannelAuthSetting';
|
|
5
|
+
export { default as PageSetting } from './ChannelAuthSetting/PageSetting';
|
|
6
|
+
export { default as PageSettingItem } from './ChannelAuthSetting/PageSettingItem';
|
|
7
|
+
export { default as AuthenticationMethods } from './ChannelAuthSetting/AuthenticationMethods';
|
|
8
|
+
export { default as CollectInfo } from './ChannelAuthSetting/CollectInfo';
|
|
9
|
+
export type { PageSettingProps, PageSettingValue, } from './ChannelAuthSetting/PageSetting/types';
|
|
10
|
+
export type { PageSettingItemProps, PageSettingItemValue, TermsCondition, TranslationValue as PageTranslationValue, } from './ChannelAuthSetting/PageSettingItem/types';
|
|
11
|
+
export type { AuthenticationMethodsProps, AuthenticationMethodsValue, GlobalAuthMethod, AuthenticationMethod, AuthenticationSettingsMode, } from './ChannelAuthSetting/AuthenticationMethods/types';
|
|
12
|
+
export type { CollectInfoProps, CollectInfoValue, AccountField, CustomerFormItem, TranslationValue as CollectInfoTranslationValue, } from './ChannelAuthSetting/CollectInfo/types';
|
|
13
|
+
export type { SaaSAdminAuthProps } from './SaaSAdminAuth';
|
|
14
|
+
export type { OrgAdminAuthProps } from './OrgAdminAuth';
|
|
15
|
+
export type { DeviceAuthProps } from './DeviceAuth';
|
|
16
|
+
export type { POSOperatorAuthProps } from './POSOperatorAuth';
|
|
17
|
+
export type { CustomerOAuthConfigProps } from './CustomerOAuthConfig';
|
|
18
|
+
export { default as SaaSAdminAuth } from './SaaSAdminAuth';
|
|
19
|
+
export { default as OrgAdminAuth } from './OrgAdminAuth';
|
|
20
|
+
export { default as OAuthConfig } from './OAuthConfig';
|
|
21
|
+
export { default as CustomerAuth } from './CustomerAuth';
|
|
22
|
+
export { default as CustomerOAuthConfig } from './CustomerOAuthConfig';
|
|
23
|
+
export { default as DeviceAuth } from './DeviceAuth';
|
|
24
|
+
export { default as POSOperatorAuth } from './POSOperatorAuth';
|
|
25
|
+
export { default as OnlineShopAuth } from './ChannelAuthSetting/OnlineShopAuth';
|
|
26
|
+
export { default as SaaSManagermentAuth } from './ChannelAuthSetting/SaaSManagermentAuth';
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
// export { default as AuthMethods, SettingList } from './AuthMethods';
|
|
2
|
+
|
|
3
|
+
export { AuthMethodType, AuthMethodCategory } from "./AuthMethods";
|
|
4
|
+
|
|
5
|
+
// ChannelAuthSetting 主组件
|
|
6
|
+
export { default as ChannelAuthSetting } from "./ChannelAuthSetting";
|
|
7
|
+
// ChannelAuthSetting 子组件
|
|
8
|
+
export { default as PageSetting } from "./ChannelAuthSetting/PageSetting";
|
|
9
|
+
export { default as PageSettingItem } from "./ChannelAuthSetting/PageSettingItem";
|
|
10
|
+
export { default as AuthenticationMethods } from "./ChannelAuthSetting/AuthenticationMethods";
|
|
11
|
+
export { default as CollectInfo } from "./ChannelAuthSetting/CollectInfo";
|
|
12
|
+
|
|
13
|
+
// ChannelAuthSetting 类型
|
|
14
|
+
|
|
15
|
+
export { default as SaaSAdminAuth } from "./SaaSAdminAuth";
|
|
16
|
+
export { default as OrgAdminAuth } from "./OrgAdminAuth";
|
|
17
|
+
export { default as OAuthConfig } from "./OAuthConfig";
|
|
18
|
+
export { default as CustomerAuth } from "./CustomerAuth";
|
|
19
|
+
export { default as CustomerOAuthConfig } from "./CustomerOAuthConfig";
|
|
20
|
+
export { default as DeviceAuth } from "./DeviceAuth";
|
|
21
|
+
export { default as POSOperatorAuth } from "./POSOperatorAuth";
|
|
22
|
+
export { default as OnlineShopAuth } from "./ChannelAuthSetting/OnlineShopAuth";
|
|
23
|
+
export { default as SaaSManagermentAuth } from "./ChannelAuthSetting/SaaSManagermentAuth";
|
|
File without changes
|
|
File without changes
|
|
@@ -281,8 +281,12 @@ var CustomSelect = function CustomSelect(props, ref) {
|
|
|
281
281
|
return allKeys.some(function (k) {
|
|
282
282
|
var val = item[k];
|
|
283
283
|
if (val === null || val === undefined) return false;
|
|
284
|
-
|
|
285
|
-
|
|
284
|
+
try {
|
|
285
|
+
var str = JSON.stringify(val);
|
|
286
|
+
return str.includes(q) || str.toLocaleLowerCase().includes(q);
|
|
287
|
+
} catch (error) {
|
|
288
|
+
return false;
|
|
289
|
+
}
|
|
286
290
|
});
|
|
287
291
|
} catch (e) {
|
|
288
292
|
return false;
|
|
@@ -455,7 +455,7 @@ var formatBookings = function formatBookings(data, values) {
|
|
|
455
455
|
var eventOtherParams = data.eventOtherParams;
|
|
456
456
|
var bookings = [];
|
|
457
457
|
var obj = {};
|
|
458
|
-
list.forEach(function (item
|
|
458
|
+
list.forEach(function (item) {
|
|
459
459
|
var _item$_extend25;
|
|
460
460
|
var start_date = item._extend.startDate.format('YYYY-MM-DD');
|
|
461
461
|
var end_date = item._extend.endDate.format('YYYY-MM-DD');
|
|
@@ -19,7 +19,7 @@ export declare const useStoreRef: <T extends {
|
|
|
19
19
|
readonly netRef: React.MutableRefObject<boolean | undefined>;
|
|
20
20
|
readonly symbolRef: React.MutableRefObject<string>;
|
|
21
21
|
readonly amountRef: React.MutableRefObject<string | number>;
|
|
22
|
-
readonly eftposRef: React.MutableRefObject<"stripe" | "
|
|
22
|
+
readonly eftposRef: React.MutableRefObject<"stripe" | "tyro" | "windcave" | "payo" | "linkly">;
|
|
23
23
|
readonly clientRef: React.MutableRefObject<ClientEnum>;
|
|
24
24
|
readonly dataRef: React.MutableRefObject<import("./store").State>;
|
|
25
25
|
};
|
|
@@ -297,7 +297,7 @@ export declare const backUpFree: (payload: Partial<State>) => {
|
|
|
297
297
|
amount?: string | number | undefined;
|
|
298
298
|
mode?: "refund" | "pay" | "fullPay" | "query" | undefined;
|
|
299
299
|
order_id?: string | number | undefined;
|
|
300
|
-
eftpos?: "stripe" | "
|
|
300
|
+
eftpos?: "stripe" | "tyro" | "windcave" | "payo" | "linkly" | undefined;
|
|
301
301
|
action?: "amount" | "pay" | "deviceList" | undefined;
|
|
302
302
|
key?: number | undefined;
|
|
303
303
|
step?: number | undefined;
|
package/es/components/index.d.ts
CHANGED
|
@@ -18,4 +18,5 @@ import EditBookingModal from './booking/editBookingModal';
|
|
|
18
18
|
import StepController from './stepController';
|
|
19
19
|
import PinModal from './pinModal';
|
|
20
20
|
import PinVerifyModal from './pinVerifyModal';
|
|
21
|
-
|
|
21
|
+
import { OAuthConfig, SaaSAdminAuth, OrgAdminAuth, CustomerAuth, CustomerOAuthConfig, DeviceAuth, POSOperatorAuth, OnlineShopAuth, SaaSManagermentAuth } from './authentication/admin';
|
|
22
|
+
export { Login, BookingInfo, Booking, BookingNotes, BookingAddons, BookingForms, Schedules, ProductExtension, RuleSetting, TaxSelect, ToCPay, PisellSelectCustomerModal, WalletList, WorkspaceList, WorkspaceListDetail, SubTotal, EditBookingModal, StepController, PinModal, PinVerifyModal, OAuthConfig, SaaSAdminAuth, OrgAdminAuth, CustomerAuth, CustomerOAuthConfig, DeviceAuth, POSOperatorAuth, OnlineShopAuth, SaaSManagermentAuth, };
|
package/es/components/index.js
CHANGED
|
@@ -18,4 +18,5 @@ import EditBookingModal from "./booking/editBookingModal";
|
|
|
18
18
|
import StepController from "./stepController";
|
|
19
19
|
import PinModal from "./pinModal";
|
|
20
20
|
import PinVerifyModal from "./pinVerifyModal";
|
|
21
|
-
|
|
21
|
+
import { OAuthConfig, SaaSAdminAuth, OrgAdminAuth, CustomerAuth, CustomerOAuthConfig, DeviceAuth, POSOperatorAuth, OnlineShopAuth, SaaSManagermentAuth } from "./authentication/admin";
|
|
22
|
+
export { Login, BookingInfo, Booking, BookingNotes, BookingAddons, BookingForms, Schedules, ProductExtension, RuleSetting, TaxSelect, ToCPay, PisellSelectCustomerModal, WalletList, WorkspaceList, WorkspaceListDetail, SubTotal, EditBookingModal, StepController, PinModal, PinVerifyModal, OAuthConfig, SaaSAdminAuth, OrgAdminAuth, CustomerAuth, CustomerOAuthConfig, DeviceAuth, POSOperatorAuth, OnlineShopAuth, SaaSManagermentAuth };
|
|
@@ -31,6 +31,7 @@ import { request } from "../../../utils";
|
|
|
31
31
|
import { removePayGroupFromStorage } from "./payGroup";
|
|
32
32
|
import localeTexts from "./locales";
|
|
33
33
|
import { getIsWalletPassAndTripartitePayment } from "./utils";
|
|
34
|
+
import { saleChannelMap } from "./status";
|
|
34
35
|
import "./index.less";
|
|
35
36
|
/**
|
|
36
37
|
* @title: C端支付
|
|
@@ -142,11 +143,12 @@ var ToCPay = function ToCPay(props, ref) {
|
|
|
142
143
|
while (1) switch (_context.prev = _context.next) {
|
|
143
144
|
case 0:
|
|
144
145
|
sale_channel = (initProps === null || initProps === void 0 || (_initProps$order = initProps.order) === null || _initProps$order === void 0 ? void 0 : _initProps$order.sale_channel) || 'online-store';
|
|
145
|
-
|
|
146
|
+
sale_channel = saleChannelMap[sale_channel] || sale_channel;
|
|
147
|
+
_context.next = 4;
|
|
146
148
|
return getWalletNameAndPopupStatus({
|
|
147
149
|
setting_type: "".concat(sale_channel, "-wallet-setting")
|
|
148
150
|
});
|
|
149
|
-
case
|
|
151
|
+
case 4:
|
|
150
152
|
_yield$getWalletNameA = _context.sent;
|
|
151
153
|
wallet = _yield$getWalletNameA.wallet;
|
|
152
154
|
wallet_setting = _yield$getWalletNameA.wallet_setting;
|
|
@@ -164,7 +166,7 @@ var ToCPay = function ToCPay(props, ref) {
|
|
|
164
166
|
type: 'setWalletSetting',
|
|
165
167
|
payload: setting
|
|
166
168
|
});
|
|
167
|
-
case
|
|
169
|
+
case 10:
|
|
168
170
|
case "end":
|
|
169
171
|
return _context.stop();
|
|
170
172
|
}
|
|
@@ -261,7 +263,7 @@ var ToCPay = function ToCPay(props, ref) {
|
|
|
261
263
|
*/
|
|
262
264
|
var _getPaymentsAndWalletPass = /*#__PURE__*/function () {
|
|
263
265
|
var _ref3 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee3(order) {
|
|
264
|
-
var _state$payGroup2, _paymentListRef$curre, data, _ref4, _ref4$remain_amount, remain_amount, wallet_pass_recommend_list, wallet_pass_amount, payment_list, walletPass;
|
|
266
|
+
var _state$payGroup2, _paymentListRef$curre, data, _ref4, _ref4$remain_amount, remain_amount, wallet_pass_recommend_list, wallet_pass_amount, payment_list, walletPass, withCustomerIdList;
|
|
265
267
|
return _regeneratorRuntime().wrap(function _callee3$(_context3) {
|
|
266
268
|
while (1) switch (_context3.prev = _context3.next) {
|
|
267
269
|
case 0:
|
|
@@ -286,8 +288,11 @@ var ToCPay = function ToCPay(props, ref) {
|
|
|
286
288
|
key: '支付数据获取',
|
|
287
289
|
value: ""
|
|
288
290
|
});
|
|
289
|
-
|
|
290
|
-
|
|
291
|
+
withCustomerIdList = wallet_pass_recommend_list.map(function (item) {
|
|
292
|
+
return _objectSpread(_objectSpread({}, item), {}, {
|
|
293
|
+
customer_id: customer_id || item.customer_id
|
|
294
|
+
});
|
|
295
|
+
}); // 设置交易组
|
|
291
296
|
dispatch({
|
|
292
297
|
type: 'setPayGroup',
|
|
293
298
|
payload: {
|
|
@@ -300,7 +305,7 @@ var ToCPay = function ToCPay(props, ref) {
|
|
|
300
305
|
// 支付方式没有walletPass时walletPass设置null
|
|
301
306
|
walletPass: walletPass ? _objectSpread(_objectSpread(_objectSpread({}, (_state$payGroup2 = state.payGroup) === null || _state$payGroup2 === void 0 ? void 0 : _state$payGroup2.walletPass), walletPass), {}, {
|
|
302
307
|
amount: wallet_pass_amount,
|
|
303
|
-
cards:
|
|
308
|
+
cards: withCustomerIdList
|
|
304
309
|
}) : null,
|
|
305
310
|
total_amount: order === null || order === void 0 ? void 0 : order.amount,
|
|
306
311
|
wait_amount: remain_amount
|
|
@@ -308,9 +313,9 @@ var ToCPay = function ToCPay(props, ref) {
|
|
|
308
313
|
});
|
|
309
314
|
|
|
310
315
|
// 初始化支付列表
|
|
311
|
-
_context3.next =
|
|
316
|
+
_context3.next = 11;
|
|
312
317
|
return (_paymentListRef$curre = paymentListRef.current) === null || _paymentListRef$curre === void 0 ? void 0 : _paymentListRef$curre.init(payment_list);
|
|
313
|
-
case
|
|
318
|
+
case 11:
|
|
314
319
|
// 解除loading
|
|
315
320
|
setTimeout(function () {
|
|
316
321
|
setLoading(false);
|
|
@@ -321,10 +326,10 @@ var ToCPay = function ToCPay(props, ref) {
|
|
|
321
326
|
key: '获取支付列表成功',
|
|
322
327
|
value: ""
|
|
323
328
|
});
|
|
324
|
-
_context3.next =
|
|
329
|
+
_context3.next = 21;
|
|
325
330
|
break;
|
|
326
|
-
case
|
|
327
|
-
_context3.prev =
|
|
331
|
+
case 15:
|
|
332
|
+
_context3.prev = 15;
|
|
328
333
|
_context3.t0 = _context3["catch"](1);
|
|
329
334
|
console.log('err', _context3.t0);
|
|
330
335
|
|
|
@@ -347,11 +352,11 @@ var ToCPay = function ToCPay(props, ref) {
|
|
|
347
352
|
fn: '_getPaymentsAndWalletPass'
|
|
348
353
|
}
|
|
349
354
|
});
|
|
350
|
-
case
|
|
355
|
+
case 21:
|
|
351
356
|
case "end":
|
|
352
357
|
return _context3.stop();
|
|
353
358
|
}
|
|
354
|
-
}, _callee3, null, [[1,
|
|
359
|
+
}, _callee3, null, [[1, 15]]);
|
|
355
360
|
}));
|
|
356
361
|
return function _getPaymentsAndWalletPass(_x3) {
|
|
357
362
|
return _ref3.apply(this, arguments);
|
|
@@ -113,4 +113,7 @@ export var paymentKeys = Object.keys(paymentServices);
|
|
|
113
113
|
*/
|
|
114
114
|
export var isTripartitePayment = function isTripartitePayment(service) {
|
|
115
115
|
return tripartitePaymentKeys.includes(service);
|
|
116
|
+
};
|
|
117
|
+
export var saleChannelMap = {
|
|
118
|
+
'mobile_order': 'mobile-order'
|
|
116
119
|
};
|
package/es/index.d.ts
CHANGED
|
@@ -51,6 +51,8 @@ export { default as WalletEditor } from './plus/walletEditor';
|
|
|
51
51
|
export { default as WalletPassGallery } from './plus/walletPassGallery';
|
|
52
52
|
export { default as PinModal } from './components/pinModal';
|
|
53
53
|
export { default as PinVerifyModal } from './components/pinVerifyModal';
|
|
54
|
+
export { OAuthConfig, SaaSAdminAuth, OrgAdminAuth, CustomerAuth, CustomerOAuthConfig, DeviceAuth, POSOperatorAuth, OnlineShopAuth, SaaSManagermentAuth } from './components/authentication/admin';
|
|
55
|
+
export type { SaaSAdminAuthProps, OrgAdminAuthProps, DeviceAuthProps, POSOperatorAuthProps, CustomerOAuthConfigProps } from './components/authentication/admin';
|
|
54
56
|
export { default as ContactInfo } from './plus/contactInfo';
|
|
55
57
|
export { default as ContactInfoModal } from './plus/contactInfoModal';
|
|
56
58
|
export { Login2, Register2, AuthModal } from './pro/Login2.0';
|
package/es/index.js
CHANGED
|
@@ -55,6 +55,7 @@ export { default as WalletEditor } from "./plus/walletEditor";
|
|
|
55
55
|
export { default as WalletPassGallery } from "./plus/walletPassGallery";
|
|
56
56
|
export { default as PinModal } from "./components/pinModal";
|
|
57
57
|
export { default as PinVerifyModal } from "./components/pinVerifyModal";
|
|
58
|
+
export { OAuthConfig, SaaSAdminAuth, OrgAdminAuth, CustomerAuth, CustomerOAuthConfig, DeviceAuth, POSOperatorAuth, OnlineShopAuth, SaaSManagermentAuth } from "./components/authentication/admin";
|
|
58
59
|
export { default as ContactInfo } from "./plus/contactInfo";
|
|
59
60
|
export { default as ContactInfoModal } from "./plus/contactInfoModal";
|
|
60
61
|
export { Login2, Register2, AuthModal } from "./pro/Login2.0";
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* PisellPaymentList 使用示例
|
|
3
|
+
*
|
|
4
|
+
* 这个文件演示了如何使用 PisellPaymentList 和 PisellPaymentListItem 组件
|
|
5
|
+
* 包括如何通过 Context 访问父组件配置
|
|
6
|
+
*/
|
|
7
|
+
export declare const BasicExample: () => JSX.Element;
|
|
8
|
+
export declare const ChildrenExample: () => JSX.Element;
|
|
9
|
+
export declare const CustomItemExample: () => JSX.Element;
|
|
10
|
+
export declare const MethodConfigExample: () => JSX.Element;
|
|
11
|
+
export declare const FullFeatureExample: () => JSX.Element;
|
|
12
|
+
declare const _default: {
|
|
13
|
+
BasicExample: () => JSX.Element;
|
|
14
|
+
ChildrenExample: () => JSX.Element;
|
|
15
|
+
CustomItemExample: () => JSX.Element;
|
|
16
|
+
MethodConfigExample: () => JSX.Element;
|
|
17
|
+
FullFeatureExample: () => JSX.Element;
|
|
18
|
+
};
|
|
19
|
+
export default _default;
|