@authing/react-ui-components 4.0.2-rc.4 → 4.0.3-alpha.0
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/dist/asset-manifest.json +26 -0
- package/dist/index.html +1 -0
- package/dist/static/css/2.2cdfb9d1.chunk.css +3 -0
- package/dist/static/css/2.2cdfb9d1.chunk.css.map +1 -0
- package/dist/static/css/main.f438f284.chunk.css +2 -0
- package/dist/static/css/main.f438f284.chunk.css.map +1 -0
- package/dist/static/js/2.9a1287ca.chunk.js +3 -0
- package/dist/static/js/2.9a1287ca.chunk.js.LICENSE.txt +112 -0
- package/dist/static/js/2.9a1287ca.chunk.js.map +1 -0
- package/dist/static/js/3.d3328d89.chunk.js +2 -0
- package/dist/static/js/3.d3328d89.chunk.js.map +1 -0
- package/dist/static/js/main.5735e6f1.chunk.js +2 -0
- package/dist/static/js/main.5735e6f1.chunk.js.map +1 -0
- package/dist/static/js/runtime-main.e75981a3.js +2 -0
- package/dist/static/js/runtime-main.e75981a3.js.map +1 -0
- package/dist/static/media/loading.3cf0104f.svg +32 -0
- package/lib/index.min.js +1 -1
- package/package.json +2 -2
- package/types/Type/application.d.ts +8 -0
- package/types/version/version.d.ts +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@authing/react-ui-components",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.3-alpha.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"main": "lib/index.min.js",
|
|
6
6
|
"typings": "types/index.d.ts",
|
|
@@ -235,4 +235,4 @@
|
|
|
235
235
|
"webpack-manifest-plugin": "2.2.0",
|
|
236
236
|
"workbox-webpack-plugin": "5.1.4"
|
|
237
237
|
}
|
|
238
|
-
}
|
|
238
|
+
}
|
|
@@ -254,4 +254,12 @@ export interface ApplicationConfig {
|
|
|
254
254
|
skipComplateFileds: boolean;
|
|
255
255
|
selfUnlockStrategy: 'captcha' | 'password-captcha';
|
|
256
256
|
defaultLanguageConfig: Lang;
|
|
257
|
+
/**
|
|
258
|
+
* 是否开启账号切换
|
|
259
|
+
*/
|
|
260
|
+
enableLoginAccountSwitch: boolean;
|
|
261
|
+
/**
|
|
262
|
+
* 是否开启注册密码补全
|
|
263
|
+
*/
|
|
264
|
+
enableCompletePassword: boolean;
|
|
257
265
|
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: "4.0.
|
|
1
|
+
declare const _default: "4.0.3-alpha.0";
|
|
2
2
|
export default _default;
|