@authing/react-ui-components 3.1.22-rc.9 → 3.1.23
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/lib/index.d.ts +3 -7
- package/lib/index.min.js +1 -1
- package/package.json +2 -2
package/lib/index.d.ts
CHANGED
|
@@ -1998,7 +1998,6 @@ declare module '@authing/react-ui-components/components/Login/core/withPassword/
|
|
|
1998
1998
|
agreements: Agreement[];
|
|
1999
1999
|
loginWay?: LoginMethods;
|
|
2000
2000
|
submitButText?: string;
|
|
2001
|
-
saveIdentify?: (type: LoginMethods, identity: string) => void;
|
|
2002
2001
|
}
|
|
2003
2002
|
export const LoginWithPassword: (props: LoginWithPasswordProps) => JSX.Element;
|
|
2004
2003
|
export {};
|
|
@@ -2577,14 +2576,12 @@ declare module '@authing/react-ui-components/components/Register/utils' {
|
|
|
2577
2576
|
|
|
2578
2577
|
}
|
|
2579
2578
|
declare module '@authing/react-ui-components/components/SelfUnlock/core/selfUnlock' {
|
|
2580
|
-
|
|
2579
|
+
/// <reference types="react" />
|
|
2581
2580
|
export enum InputMethodMap {
|
|
2582
2581
|
email = "email-code",
|
|
2583
2582
|
phone = "phone-code"
|
|
2584
2583
|
}
|
|
2585
|
-
export const SelfUnlock: (
|
|
2586
|
-
identifyRef?: React.MutableRefObject<string> | undefined;
|
|
2587
|
-
}) => JSX.Element;
|
|
2584
|
+
export const SelfUnlock: () => JSX.Element;
|
|
2588
2585
|
|
|
2589
2586
|
}
|
|
2590
2587
|
declare module '@authing/react-ui-components/components/SelfUnlock/index' {
|
|
@@ -3310,7 +3307,6 @@ declare module '@authing/react-ui-components/components/_utils/index' {
|
|
|
3310
3307
|
specifyDefaultLoginMethod: LoginMethods;
|
|
3311
3308
|
lockMethod?: undefined;
|
|
3312
3309
|
} | undefined;
|
|
3313
|
-
export const getPasswordIdentify: (identity: string) => string;
|
|
3314
3310
|
|
|
3315
3311
|
}
|
|
3316
3312
|
declare module '@authing/react-ui-components/components/_utils/initAppId' {
|
|
@@ -3505,7 +3501,7 @@ declare module '@authing/react-ui-components/components/version/index' {
|
|
|
3505
3501
|
|
|
3506
3502
|
}
|
|
3507
3503
|
declare module '@authing/react-ui-components/components/version/version' {
|
|
3508
|
-
const _default: "3.1.
|
|
3504
|
+
const _default: "3.1.23";
|
|
3509
3505
|
export default _default;
|
|
3510
3506
|
|
|
3511
3507
|
}
|