@authing/react-ui-components 4.4.3-ey.50 → 4.4.3-ey.52
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
|
@@ -9,6 +9,18 @@ export declare const extendsFieldsToMetaData: (extendsFields: import("../Type/ap
|
|
|
9
9
|
label: string;
|
|
10
10
|
}[];
|
|
11
11
|
}[]) => CompleteInfoMetaData[];
|
|
12
|
+
export declare const eyFieldValuesToRegisterProfile: (extendsFields: ApplicationConfig['extendsFields'], fieldValues?: {
|
|
13
|
+
name: string;
|
|
14
|
+
value: string;
|
|
15
|
+
code?: string | undefined;
|
|
16
|
+
phoneCountryCode?: string | undefined;
|
|
17
|
+
}[] | undefined) => {
|
|
18
|
+
registerProfile: Record<string, any>;
|
|
19
|
+
udf: {
|
|
20
|
+
key: string;
|
|
21
|
+
value: string;
|
|
22
|
+
}[];
|
|
23
|
+
};
|
|
12
24
|
export declare const fieldValuesToRegisterProfile: (extendsFields: ApplicationConfig['extendsFields'], fieldValues?: {
|
|
13
25
|
name: string;
|
|
14
26
|
value: string;
|
|
@@ -1,3 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { EyLoginProps } from '../../interface';
|
|
3
|
-
|
|
3
|
+
interface ScanCodeSceneProps extends EyLoginProps {
|
|
4
|
+
refreshQrcode: number;
|
|
5
|
+
}
|
|
6
|
+
export declare const ScanCodeScene: React.FC<ScanCodeSceneProps>;
|
|
7
|
+
export {};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: "4.4.3-ey.
|
|
1
|
+
declare const _default: "4.4.3-ey.52";
|
|
2
2
|
export default _default;
|