@authing/react-ui-components 4.4.0-alpha.72 → 4.4.0-alpha.74
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.min.css +1 -1
- package/lib/index.min.js +1 -1
- package/package.json +2 -2
- package/types/Guard/core/hooks/useMultipleAccounts.d.ts +4 -2
- package/types/Guard/event.d.ts +2 -1
- package/types/Login/hooks/useLoginMultiple.d.ts +2 -1
- package/types/_utils/context.d.ts +2 -1
- package/types/version/version.d.ts +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@authing/react-ui-components",
|
|
3
|
-
"version": "4.4.0-alpha.
|
|
3
|
+
"version": "4.4.0-alpha.74",
|
|
4
4
|
"private": false,
|
|
5
5
|
"main": "lib/index.min.js",
|
|
6
6
|
"typings": "types/index.d.ts",
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
"scripts": {
|
|
32
32
|
"build": "node ./scripts/build.js",
|
|
33
33
|
"build:types": "npx tsc",
|
|
34
|
-
"clear": "yarn clear:dist && yarn clear:lib && yarn clear:types",
|
|
35
34
|
"build:lib": "yarn clear && yarn build:types && node ./scripts/lib.js",
|
|
35
|
+
"clear": "yarn clear:dist && yarn clear:lib && yarn clear:types",
|
|
36
36
|
"clear:dist": "rm -rf dist",
|
|
37
37
|
"clear:lib": "rm -rf lib",
|
|
38
38
|
"clear:types": "rm -rf types",
|
|
@@ -249,7 +249,8 @@ declare class MultipleAccount {
|
|
|
249
249
|
setUserInfo: (user: Pick<User & {
|
|
250
250
|
id: string;
|
|
251
251
|
loginAccount?: string | undefined;
|
|
252
|
-
|
|
252
|
+
usertype?: string | undefined;
|
|
253
|
+
}, "email" | "username" | "phone" | "photo" | "id" | "name" | "nickname" | "_updateTime" | "qrCodeId" | "areaCode" | "loginAccount" | "usertype">) => void;
|
|
253
254
|
setLoginWayByHttpData: (account: string, data: {
|
|
254
255
|
username?: string | undefined;
|
|
255
256
|
phone?: string | undefined;
|
|
@@ -292,7 +293,8 @@ declare const useMultipleAccounts: ({ appId, finallyConfig, }: {
|
|
|
292
293
|
setUserInfo: (user: Pick<User & {
|
|
293
294
|
id: string;
|
|
294
295
|
loginAccount?: string | undefined;
|
|
295
|
-
|
|
296
|
+
usertype?: string | undefined;
|
|
297
|
+
}, "email" | "username" | "phone" | "photo" | "id" | "name" | "nickname" | "_updateTime" | "qrCodeId" | "areaCode" | "loginAccount" | "usertype">) => void;
|
|
296
298
|
setLoginWayByHttpData: (account: string, data: {
|
|
297
299
|
username?: string | undefined;
|
|
298
300
|
phone?: string | undefined;
|
package/types/Guard/event.d.ts
CHANGED
|
@@ -28,7 +28,8 @@ export declare const guardEventsFilter: (props: any, multipleInstance?: {
|
|
|
28
28
|
setUserInfo: (user: Pick<import("./core/hooks/useMultipleAccounts").User & {
|
|
29
29
|
id: string;
|
|
30
30
|
loginAccount?: string | undefined;
|
|
31
|
-
|
|
31
|
+
usertype?: string | undefined;
|
|
32
|
+
}, "email" | "username" | "phone" | "photo" | "id" | "name" | "nickname" | "_updateTime" | "qrCodeId" | "areaCode" | "loginAccount" | "usertype">) => void;
|
|
32
33
|
setLoginWayByHttpData: (account: string, data: {
|
|
33
34
|
username?: string | undefined;
|
|
34
35
|
phone?: string | undefined;
|
|
@@ -35,7 +35,8 @@ declare function useLoginMultiple(setLoginWay: React.Dispatch<any>): {
|
|
|
35
35
|
setUserInfo: (user: Pick<import("../../Guard/core/hooks/useMultipleAccounts").User & {
|
|
36
36
|
id: string;
|
|
37
37
|
loginAccount?: string | undefined;
|
|
38
|
-
|
|
38
|
+
usertype?: string | undefined;
|
|
39
|
+
}, "email" | "username" | "phone" | "photo" | "id" | "name" | "nickname" | "_updateTime" | "qrCodeId" | "areaCode" | "loginAccount" | "usertype">) => void;
|
|
39
40
|
setLoginWayByHttpData: (account: string, data: {
|
|
40
41
|
username?: string | undefined;
|
|
41
42
|
phone?: string | undefined;
|
|
@@ -119,7 +119,8 @@ export declare const useGuardMultipleInstance: () => {
|
|
|
119
119
|
setUserInfo: (user: Pick<import("../Guard/core/hooks/useMultipleAccounts").User & {
|
|
120
120
|
id: string;
|
|
121
121
|
loginAccount?: string | undefined;
|
|
122
|
-
|
|
122
|
+
usertype?: string | undefined;
|
|
123
|
+
}, "email" | "username" | "phone" | "photo" | "id" | "name" | "nickname" | "_updateTime" | "qrCodeId" | "areaCode" | "loginAccount" | "usertype">) => void;
|
|
123
124
|
setLoginWayByHttpData: (account: string, data: {
|
|
124
125
|
username?: string | undefined;
|
|
125
126
|
phone?: string | undefined;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: "4.4.0-alpha.
|
|
1
|
+
declare const _default: "4.4.0-alpha.74";
|
|
2
2
|
export default _default;
|