@authing/react-ui-components 3.1.4-rc.7 → 3.1.4-rc.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/lib/index.d.ts +4 -5
- package/lib/index.min.js +1 -1
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -1402,11 +1402,12 @@ declare module '@authing/react-ui-components/components/ForgetPassword/interface
|
|
|
1402
1402
|
declare module '@authing/react-ui-components/components/Guard/Guard' {
|
|
1403
1403
|
/// <reference types="react" />
|
|
1404
1404
|
import { GuardEvents } from '@authing/react-ui-components/components/Guard/event';
|
|
1405
|
-
import { IG2FCProps } from '@authing/react-ui-components/components/Type/index';
|
|
1405
|
+
import { GuardAppendConfig, IG2FCProps } from '@authing/react-ui-components/components/Type/index';
|
|
1406
1406
|
import { GuardLocalConfig } from '@authing/react-ui-components/components/Guard/config';
|
|
1407
1407
|
import 'moment/locale/zh-cn';
|
|
1408
1408
|
export interface GuardProps extends GuardEvents, IG2FCProps {
|
|
1409
1409
|
config?: Partial<GuardLocalConfig>;
|
|
1410
|
+
appendConfig?: GuardAppendConfig;
|
|
1410
1411
|
}
|
|
1411
1412
|
export const Guard: import("react").MemoExoticComponent<(props: GuardProps) => JSX.Element>;
|
|
1412
1413
|
|
|
@@ -1518,9 +1519,7 @@ declare module '@authing/react-ui-components/components/Guard/core/useAppendConf
|
|
|
1518
1519
|
}
|
|
1519
1520
|
declare module '@authing/react-ui-components/components/Guard/core/usePlugin' {
|
|
1520
1521
|
import { FacePlugin } from '@authing/react-ui-components/components/_utils/facePlugin/interface';
|
|
1521
|
-
export const useGuardPlugin:
|
|
1522
|
-
facePlugin?: FacePlugin | undefined;
|
|
1523
|
-
}) => boolean;
|
|
1522
|
+
export const useGuardPlugin: any;
|
|
1524
1523
|
export const useGuardFacePlugin: (facePlugin?: FacePlugin | undefined) => boolean;
|
|
1525
1524
|
|
|
1526
1525
|
}
|
|
@@ -3208,7 +3207,7 @@ declare module '@authing/react-ui-components/components/version/index' {
|
|
|
3208
3207
|
|
|
3209
3208
|
}
|
|
3210
3209
|
declare module '@authing/react-ui-components/components/version/version' {
|
|
3211
|
-
const _default: "3.1.4-rc.
|
|
3210
|
+
const _default: "3.1.4-rc.8";
|
|
3212
3211
|
export default _default;
|
|
3213
3212
|
|
|
3214
3213
|
}
|