@authing/react-ui-components 3.1.17-rc.8 → 3.1.17-rc.9
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 +5 -10
- package/lib/index.min.js +1 -1
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -1178,6 +1178,7 @@ declare module '@authing/react-ui-components/components/ChangePassword/core/rota
|
|
|
1178
1178
|
/// <reference types="react" />
|
|
1179
1179
|
interface RotateResetProps {
|
|
1180
1180
|
onReset: any;
|
|
1181
|
+
onFinishCallBack?: any;
|
|
1181
1182
|
}
|
|
1182
1183
|
export const RotateReset: (props: RotateResetProps) => JSX.Element;
|
|
1183
1184
|
export {};
|
|
@@ -1191,6 +1192,7 @@ declare module '@authing/react-ui-components/components/ChangePassword/index' {
|
|
|
1191
1192
|
}>;
|
|
1192
1193
|
export const GuardFirstLoginPasswordResetView: React.FC;
|
|
1193
1194
|
export const GuardForcedPasswordResetView: React.FC;
|
|
1195
|
+
export const GuardNoticePasswordResetView: React.FC;
|
|
1194
1196
|
|
|
1195
1197
|
}
|
|
1196
1198
|
declare module '@authing/react-ui-components/components/CompleteInfo/businessRequest' {
|
|
@@ -1655,6 +1657,7 @@ declare module '@authing/react-ui-components/components/Guard/module' {
|
|
|
1655
1657
|
MFA = "mfa",
|
|
1656
1658
|
FORGET_PWD = "forgetPassword",
|
|
1657
1659
|
FORCED_PASSWORD_RESET = "forcedPasswordReset",
|
|
1660
|
+
NOTICE_PASSWORD_RESET = "noticePasswordReset",
|
|
1658
1661
|
FIRST_LOGIN_PASSWORD = "firstLoginPassword",
|
|
1659
1662
|
DOWNLOAD_AT = "downloadAT",
|
|
1660
1663
|
BIND_TOTP = "bindTotp",
|
|
@@ -2502,15 +2505,7 @@ declare module '@authing/react-ui-components/components/SelfUnlock/core/selfUnlo
|
|
|
2502
2505
|
email = "email-code",
|
|
2503
2506
|
phone = "phone-code"
|
|
2504
2507
|
}
|
|
2505
|
-
|
|
2506
|
-
onReset: any;
|
|
2507
|
-
publicConfig: any;
|
|
2508
|
-
onSend: (type: 'email' | 'phone') => void;
|
|
2509
|
-
onSendError: (type: 'email' | 'phone', error: any) => void;
|
|
2510
|
-
initData: any;
|
|
2511
|
-
}
|
|
2512
|
-
export const SelfUnlock: (props: ResetPasswordProps) => JSX.Element;
|
|
2513
|
-
export {};
|
|
2508
|
+
export const SelfUnlock: () => JSX.Element;
|
|
2514
2509
|
|
|
2515
2510
|
}
|
|
2516
2511
|
declare module '@authing/react-ui-components/components/SelfUnlock/index' {
|
|
@@ -3411,7 +3406,7 @@ declare module '@authing/react-ui-components/components/version/index' {
|
|
|
3411
3406
|
|
|
3412
3407
|
}
|
|
3413
3408
|
declare module '@authing/react-ui-components/components/version/version' {
|
|
3414
|
-
const _default: "3.1.17-rc.
|
|
3409
|
+
const _default: "3.1.17-rc.9";
|
|
3415
3410
|
export default _default;
|
|
3416
3411
|
|
|
3417
3412
|
}
|