fge-auth-component 4.0.7 → 4.0.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/dist/fge-auth-component.css +1 -1
- package/dist/fge-auth-component.es.js +10516 -9757
- package/dist/fge-auth-component.umd.js +19 -19
- package/dist/main.d.ts +4 -1
- package/package.json +2 -2
package/dist/main.d.ts
CHANGED
|
@@ -167,6 +167,7 @@ export declare const useFgeAuthLoginStore: StoreDefinition<"LOGIN_STORE", _Unwra
|
|
|
167
167
|
[key: string]: any;
|
|
168
168
|
} | undefined>;
|
|
169
169
|
on2AuthLogin: (values: any) => Promise<void>;
|
|
170
|
+
on2AuthLoginNv: (values: any) => Promise<void>;
|
|
170
171
|
onLoginCiudadania: (values: any) => Promise<void>;
|
|
171
172
|
setConfigs: ({ newBaseURL, newBaseURLAuthNv, newWebSocketUrl, newWebSocketToken, newAplicacion, newRrhhUrl, verificarSiFuncionario, telegramBot, systemVersion, enableChangePasswordMsg, enableForceChangePassword, }: {
|
|
172
173
|
newBaseURL: string;
|
|
@@ -293,6 +294,7 @@ export declare const useFgeAuthLoginStore: StoreDefinition<"LOGIN_STORE", _Unwra
|
|
|
293
294
|
[key: string]: any;
|
|
294
295
|
} | undefined>;
|
|
295
296
|
on2AuthLogin: (values: any) => Promise<void>;
|
|
297
|
+
on2AuthLoginNv: (values: any) => Promise<void>;
|
|
296
298
|
onLoginCiudadania: (values: any) => Promise<void>;
|
|
297
299
|
setConfigs: ({ newBaseURL, newBaseURLAuthNv, newWebSocketUrl, newWebSocketToken, newAplicacion, newRrhhUrl, verificarSiFuncionario, telegramBot, systemVersion, enableChangePasswordMsg, enableForceChangePassword, }: {
|
|
298
300
|
newBaseURL: string;
|
|
@@ -419,6 +421,7 @@ export declare const useFgeAuthLoginStore: StoreDefinition<"LOGIN_STORE", _Unwra
|
|
|
419
421
|
[key: string]: any;
|
|
420
422
|
} | undefined>;
|
|
421
423
|
on2AuthLogin: (values: any) => Promise<void>;
|
|
424
|
+
on2AuthLoginNv: (values: any) => Promise<void>;
|
|
422
425
|
onLoginCiudadania: (values: any) => Promise<void>;
|
|
423
426
|
setConfigs: ({ newBaseURL, newBaseURLAuthNv, newWebSocketUrl, newWebSocketToken, newAplicacion, newRrhhUrl, verificarSiFuncionario, telegramBot, systemVersion, enableChangePasswordMsg, enableForceChangePassword, }: {
|
|
424
427
|
newBaseURL: string;
|
|
@@ -444,7 +447,7 @@ export declare const useFgeAuthLoginStore: StoreDefinition<"LOGIN_STORE", _Unwra
|
|
|
444
447
|
}) => void;
|
|
445
448
|
disable2FAStore: () => void;
|
|
446
449
|
onRefreshToken: () => Promise<void>;
|
|
447
|
-
}, "onAutorizarQrNv" | "goLoginPage" | "goRegistrarPage" | "goRecuperarCont" | "onLogin" | "on2AuthLogin" | "onLoginCiudadania" | "setConfigs" | "setDispositivoConfianzaCookie" | "clearUserData" | "updateUserData" | "disable2FAStore" | "onRefreshToken">>;
|
|
450
|
+
}, "onAutorizarQrNv" | "goLoginPage" | "goRegistrarPage" | "goRecuperarCont" | "onLogin" | "on2AuthLogin" | "on2AuthLoginNv" | "onLoginCiudadania" | "setConfigs" | "setDispositivoConfianzaCookie" | "clearUserData" | "updateUserData" | "disable2FAStore" | "onRefreshToken">>;
|
|
448
451
|
|
|
449
452
|
export declare const useFgeAuthStateStore: StoreDefinition<"STATE_STORE", _UnwrapAll<Pick<{
|
|
450
453
|
id: Ref<string>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fge-auth-component",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "4.0.
|
|
4
|
+
"version": "4.0.9",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
7
7
|
"dist"
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"yup": "^1.3.3"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"radix-vue": "^1.9.
|
|
42
|
+
"radix-vue": "^1.9.17",
|
|
43
43
|
"serve": "^14.2.4",
|
|
44
44
|
"socket.io-client": "^4.8.1",
|
|
45
45
|
"vue-login-adds": "^3.0.4",
|