@authing/react-ui-components 3.1.5-rc.4 → 3.1.5-rc.7
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 +4 -4
- package/lib/index.min.js +1 -1
- package/package.json +2 -2
package/lib/index.d.ts
CHANGED
|
@@ -422,6 +422,7 @@ declare module '@authing/react-ui-components/components/AuthingGuard/api/appConf
|
|
|
422
422
|
publicKey: string;
|
|
423
423
|
internationalSmsConfig?: {
|
|
424
424
|
enabled: boolean;
|
|
425
|
+
defaultISOType: string;
|
|
425
426
|
};
|
|
426
427
|
css: string;
|
|
427
428
|
name: string;
|
|
@@ -1178,6 +1179,7 @@ declare module '@authing/react-ui-components/components/CompleteInfo/businessReq
|
|
|
1178
1179
|
Skip = "skip-completion"
|
|
1179
1180
|
}
|
|
1180
1181
|
export const authFlow: (action: CompleteInfoAuthFlowAction, data?: CompleteInfoRequest | undefined) => Promise<import("@authing/react-ui-components/components/_utils/http").AuthingGuardResponse<any>>;
|
|
1182
|
+
export const registerSkipMethod: (fnName: 'registerByEmail' | 'registerByPhoneCode', content: any) => Promise<import("authing-js-sdk").User> | undefined;
|
|
1181
1183
|
export const registerRequest: (action: CompleteInfoAuthFlowAction, registerFnName: 'registerByEmail' | 'registerByPhoneCode', registerContent: any, registerProfile?: any) => Promise<import("authing-js-sdk").User | undefined>;
|
|
1182
1184
|
|
|
1183
1185
|
}
|
|
@@ -2470,8 +2472,7 @@ declare module '@authing/react-ui-components/components/SingleComponent/index' {
|
|
|
2470
2472
|
}
|
|
2471
2473
|
declare module '@authing/react-ui-components/components/SubmitButton/index' {
|
|
2472
2474
|
import React from 'react';
|
|
2473
|
-
|
|
2474
|
-
interface SubmitButtonProps extends ButtonProps {
|
|
2475
|
+
interface SubmitButtonProps {
|
|
2475
2476
|
text?: string;
|
|
2476
2477
|
className?: string;
|
|
2477
2478
|
onClick?: any;
|
|
@@ -2878,7 +2879,6 @@ declare module '@authing/react-ui-components/components/_utils/hooks/index' {
|
|
|
2878
2879
|
MountShaking: () => void;
|
|
2879
2880
|
UnMountShaking: () => void;
|
|
2880
2881
|
};
|
|
2881
|
-
export const defaultAreaCode: string;
|
|
2882
2882
|
/**
|
|
2883
2883
|
* 解析手机号
|
|
2884
2884
|
* @param fieldValue 字段值
|
|
@@ -3188,7 +3188,7 @@ declare module '@authing/react-ui-components/components/version/index' {
|
|
|
3188
3188
|
|
|
3189
3189
|
}
|
|
3190
3190
|
declare module '@authing/react-ui-components/components/version/version' {
|
|
3191
|
-
const _default: "3.1.5-rc.
|
|
3191
|
+
const _default: "3.1.5-rc.7";
|
|
3192
3192
|
export default _default;
|
|
3193
3193
|
|
|
3194
3194
|
}
|