@authing/react-ui-components 4.0.7-zhihu.0 → 4.0.8
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/LICENSE +21 -0
- package/lib/index.min.css +2 -2
- package/lib/index.min.js +1 -1
- package/package.json +4 -3
- package/types/ChangeLanguage/index.d.ts +1 -1
- package/types/Login/socialLogin/index.d.ts +1 -1
- package/types/Type/application.d.ts +1 -8
- package/types/Type/index.d.ts +1 -1
- package/types/_utils/config/index.d.ts +1 -1
- package/types/_utils/index.d.ts +0 -2
- package/types/version/version.d.ts +1 -1
- package/dist/asset-manifest.json +0 -26
- package/dist/index.html +0 -1
- package/dist/static/css/2.2cdfb9d1.chunk.css +0 -3
- package/dist/static/css/2.2cdfb9d1.chunk.css.map +0 -1
- package/dist/static/css/main.f438f284.chunk.css +0 -2
- package/dist/static/css/main.f438f284.chunk.css.map +0 -1
- package/dist/static/js/2.9a1287ca.chunk.js +0 -3
- package/dist/static/js/2.9a1287ca.chunk.js.LICENSE.txt +0 -112
- package/dist/static/js/2.9a1287ca.chunk.js.map +0 -1
- package/dist/static/js/3.d3328d89.chunk.js +0 -2
- package/dist/static/js/3.d3328d89.chunk.js.map +0 -1
- package/dist/static/js/main.5735e6f1.chunk.js +0 -2
- package/dist/static/js/main.5735e6f1.chunk.js.map +0 -1
- package/dist/static/js/runtime-main.e75981a3.js +0 -2
- package/dist/static/js/runtime-main.e75981a3.js.map +0 -1
- package/dist/static/media/loading.3cf0104f.svg +0 -32
- package/types/AccountMerge/UserRadio.d.ts +0 -5
- package/types/AccountMerge/index.d.ts +0 -3
- package/types/AccountMerge/interface.d.ts +0 -27
- package/types/AccountMerge/utils.d.ts +0 -3
- package/types/CompleteInfo/core/components/TreeSelect.d.ts +0 -11
- package/types/Login/core/withLandrayQrcode.d.ts +0 -11
- package/types/Login/core/withWeComQrcode.d.ts +0 -2
- package/types/_utils/types.d.ts +0 -13
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.8",
|
|
4
4
|
"private": false,
|
|
5
5
|
"main": "lib/index.min.js",
|
|
6
6
|
"typings": "types/index.d.ts",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
],
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"antd": "^4.8.0",
|
|
14
|
-
"authing-js-sdk": "4.23.
|
|
14
|
+
"authing-js-sdk": "4.23.36-alpha.1",
|
|
15
15
|
"classnames": "^2.3.1",
|
|
16
16
|
"fastclick": "^1.0.6",
|
|
17
17
|
"global": "^4.4.0",
|
|
@@ -234,5 +234,6 @@
|
|
|
234
234
|
"webpack-dev-server": "3.11.0",
|
|
235
235
|
"webpack-manifest-plugin": "2.2.0",
|
|
236
236
|
"workbox-webpack-plugin": "5.1.4"
|
|
237
|
-
}
|
|
237
|
+
},
|
|
238
|
+
"gitHead": "44b6d3f22978d3e56895a8aeb580d2f5dcac89d8"
|
|
238
239
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import './style.less';
|
|
3
3
|
import { GuardLocalConfig } from '../../Guard';
|
|
4
|
+
import { ApplicationConfig, SocialConnectionItem } from '../../Type/application';
|
|
4
5
|
import { StoreInstance } from '../../Guard/core/hooks/useMultipleAccounts';
|
|
5
|
-
import { ApplicationConfig, SocialConnectionItem } from '../../Type';
|
|
6
6
|
export interface SocialLoginProps {
|
|
7
7
|
appId: string;
|
|
8
8
|
config: GuardLocalConfig;
|
|
@@ -8,8 +8,7 @@ export declare const enum LoginMethods {
|
|
|
8
8
|
PhoneCode = "phone-code",
|
|
9
9
|
WxMinQr = "wechat-miniprogram-qrcode",
|
|
10
10
|
AD = "ad",
|
|
11
|
-
WechatMpQrcode = "wechatmp-qrcode"
|
|
12
|
-
WechatworkCorpQrconnect = "wechatwork-corp-qrconnect"
|
|
11
|
+
WechatMpQrcode = "wechatmp-qrcode"
|
|
13
12
|
}
|
|
14
13
|
export declare const enum OIDCConnectionMode {
|
|
15
14
|
FRONT_CHANNEL = "FRONT_CHANNEL",
|
|
@@ -108,12 +107,6 @@ export declare type QrcodeTabsSettings = Record<LoginMethods, Array<{
|
|
|
108
107
|
id: string;
|
|
109
108
|
title: string;
|
|
110
109
|
isDefault?: boolean;
|
|
111
|
-
QRConfig?: {
|
|
112
|
-
corpId: string;
|
|
113
|
-
agentId: string;
|
|
114
|
-
redirectUrl: string;
|
|
115
|
-
identifier: string;
|
|
116
|
-
};
|
|
117
110
|
}>>;
|
|
118
111
|
export interface OidcClientMetadata {
|
|
119
112
|
grant_types: string[];
|
package/types/Type/index.d.ts
CHANGED
|
@@ -35,7 +35,7 @@ export declare const useFetchConsoleConfig: (forceUpdate: number, appId?: string
|
|
|
35
35
|
title?: string | undefined;
|
|
36
36
|
logo?: string | undefined;
|
|
37
37
|
lang?: string | undefined;
|
|
38
|
-
langRange?:
|
|
38
|
+
langRange?: import("../../Type").Lang[] | undefined;
|
|
39
39
|
isHost?: boolean | undefined;
|
|
40
40
|
mode: import("../../Type").GuardMode;
|
|
41
41
|
clickCloseable: boolean;
|
package/types/_utils/index.d.ts
CHANGED
|
@@ -90,5 +90,3 @@ export declare const getLoginTypePipe: (publicConfig: ApplicationConfig, registe
|
|
|
90
90
|
} | undefined;
|
|
91
91
|
export declare const getPasswordIdentify: (identity: string) => string;
|
|
92
92
|
export declare const getCurrentLng: () => Lang;
|
|
93
|
-
export declare const isDingTalkOrigin: (origin: string) => boolean;
|
|
94
|
-
export declare const isWeComOrigin: (event: MessageEvent) => boolean;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: "4.0.
|
|
1
|
+
declare const _default: "4.0.8";
|
|
2
2
|
export default _default;
|
package/dist/asset-manifest.json
DELETED
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"files": {
|
|
3
|
-
"main.css": "/static/css/main.f438f284.chunk.css",
|
|
4
|
-
"main.js": "/static/js/main.5735e6f1.chunk.js",
|
|
5
|
-
"main.js.map": "/static/js/main.5735e6f1.chunk.js.map",
|
|
6
|
-
"runtime-main.js": "/static/js/runtime-main.e75981a3.js",
|
|
7
|
-
"runtime-main.js.map": "/static/js/runtime-main.e75981a3.js.map",
|
|
8
|
-
"static/css/2.2cdfb9d1.chunk.css": "/static/css/2.2cdfb9d1.chunk.css",
|
|
9
|
-
"static/js/2.9a1287ca.chunk.js": "/static/js/2.9a1287ca.chunk.js",
|
|
10
|
-
"static/js/2.9a1287ca.chunk.js.map": "/static/js/2.9a1287ca.chunk.js.map",
|
|
11
|
-
"static/js/3.d3328d89.chunk.js": "/static/js/3.d3328d89.chunk.js",
|
|
12
|
-
"static/js/3.d3328d89.chunk.js.map": "/static/js/3.d3328d89.chunk.js.map",
|
|
13
|
-
"index.html": "/index.html",
|
|
14
|
-
"static/css/2.2cdfb9d1.chunk.css.map": "/static/css/2.2cdfb9d1.chunk.css.map",
|
|
15
|
-
"static/css/main.f438f284.chunk.css.map": "/static/css/main.f438f284.chunk.css.map",
|
|
16
|
-
"static/js/2.9a1287ca.chunk.js.LICENSE.txt": "/static/js/2.9a1287ca.chunk.js.LICENSE.txt",
|
|
17
|
-
"static/media/loading.3cf0104f.svg": "/static/media/loading.3cf0104f.svg"
|
|
18
|
-
},
|
|
19
|
-
"entrypoints": [
|
|
20
|
-
"static/js/runtime-main.e75981a3.js",
|
|
21
|
-
"static/css/2.2cdfb9d1.chunk.css",
|
|
22
|
-
"static/js/2.9a1287ca.chunk.js",
|
|
23
|
-
"static/css/main.f438f284.chunk.css",
|
|
24
|
-
"static/js/main.5735e6f1.chunk.js"
|
|
25
|
-
]
|
|
26
|
-
}
|
package/dist/index.html
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<!doctype html><html lang="zh"><head><meta charset="utf-8"/><link rel="icon" href="https://files.authing.co/authing-console/login_logo.svg"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><title>Guard Examples</title><link href="/static/css/2.2cdfb9d1.chunk.css" rel="stylesheet"><link href="/static/css/main.f438f284.chunk.css" rel="stylesheet"></head><body><div id="root"></div><script>!function(e){function t(t){for(var n,i,a=t[0],c=t[1],l=t[2],s=0,p=[];s<a.length;s++)i=a[s],Object.prototype.hasOwnProperty.call(o,i)&&o[i]&&p.push(o[i][0]),o[i]=0;for(n in c)Object.prototype.hasOwnProperty.call(c,n)&&(e[n]=c[n]);for(f&&f(t);p.length;)p.shift()();return u.push.apply(u,l||[]),r()}function r(){for(var e,t=0;t<u.length;t++){for(var r=u[t],n=!0,a=1;a<r.length;a++){var c=r[a];0!==o[c]&&(n=!1)}n&&(u.splice(t--,1),e=i(i.s=r[0]))}return e}var n={},o={1:0},u=[];function i(t){if(n[t])return n[t].exports;var r=n[t]={i:t,l:!1,exports:{}};return e[t].call(r.exports,r,r.exports,i),r.l=!0,r.exports}i.e=function(e){var t=[],r=o[e];if(0!==r)if(r)t.push(r[2]);else{var n=new Promise((function(t,n){r=o[e]=[t,n]}));t.push(r[2]=n);var u,a=document.createElement("script");a.charset="utf-8",a.timeout=120,i.nc&&a.setAttribute("nonce",i.nc),a.src=function(e){return i.p+"static/js/"+({}[e]||e)+"."+{3:"d3328d89"}[e]+".chunk.js"}(e);var c=new Error;u=function(t){a.onerror=a.onload=null,clearTimeout(l);var r=o[e];if(0!==r){if(r){var n=t&&("load"===t.type?"missing":t.type),u=t&&t.target&&t.target.src;c.message="Loading chunk "+e+" failed.\n("+n+": "+u+")",c.name="ChunkLoadError",c.type=n,c.request=u,r[1](c)}o[e]=void 0}};var l=setTimeout((function(){u({type:"timeout",target:a})}),12e4);a.onerror=a.onload=u,document.head.appendChild(a)}return Promise.all(t)},i.m=e,i.c=n,i.d=function(e,t,r){i.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},i.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},i.t=function(e,t){if(1&t&&(e=i(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(i.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var n in e)i.d(r,n,function(t){return e[t]}.bind(null,n));return r},i.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return i.d(t,"a",t),t},i.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},i.p="/",i.oe=function(e){throw console.error(e),e};var a=this["webpackJsonp@authing/react-ui-components"]=this["webpackJsonp@authing/react-ui-components"]||[],c=a.push.bind(a);a.push=t,a=a.slice();for(var l=0;l<a.length;l++)t(a[l]);var f=c;r()}([])</script><script src="/static/js/2.9a1287ca.chunk.js"></script><script src="/static/js/main.5735e6f1.chunk.js"></script></body></html>
|