@authing/react-ui-components 4.3.20-jihai.2 → 4.3.20-jihai.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@authing/react-ui-components",
3
- "version": "4.3.20-jihai.2",
3
+ "version": "4.3.20-jihai.3",
4
4
  "private": false,
5
5
  "main": "lib/index.min.js",
6
6
  "typings": "types/index.d.ts",
@@ -8,6 +8,7 @@ interface LoginWithLDAPProps {
8
8
  onLoginSuccess: any;
9
9
  onLoginFailed: any;
10
10
  onBeforeLogin: any;
11
+ onAccountChange: (account: string) => void;
11
12
  agreements: Agreement[];
12
13
  /**
13
14
  * 根据输入的账号 & 返回获得对应的登录方法
@@ -15,6 +15,7 @@ interface LoginWithPasswordProps {
15
15
  loginWay?: LoginMethods;
16
16
  submitButText?: string;
17
17
  saveIdentify?: (type: LoginMethods, identity: string) => void;
18
+ onAccountChange?: (account: string) => void;
18
19
  /**
19
20
  * 根据输入的账号 & 返回获得对应的登录方法
20
21
  */
@@ -0,0 +1,2 @@
1
+ /// <reference types="react" />
2
+ export declare const LoginWithWeComQrcode: (props: any) => JSX.Element;
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ import './style.less';
3
+ export declare const GuardSelectAccount2LoginView: () => JSX.Element;
@@ -1,2 +1,2 @@
1
- declare const _default: "4.3.20-jihai.2";
1
+ declare const _default: "4.3.20-jihai.3";
2
2
  export default _default;