fge-auth-component 2.0.4 → 2.0.6
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/components/FgeButtonCounter.vue.d.ts.map +1 -1
- package/dist/components/FgeConfirmDialog.vue.d.ts.map +1 -1
- package/dist/components/FgeEnviarCodigo.vue.d.ts.map +1 -1
- package/dist/components/FgeErrorMessage.vue.d.ts.map +1 -1
- package/dist/components/FgeFooter.vue.d.ts.map +1 -1
- package/dist/components/FgeHeader.vue.d.ts.map +1 -1
- package/dist/components/FgeLoadingComponent.vue.d.ts.map +1 -1
- package/dist/components/FgeLogin.vue.d.ts.map +1 -1
- package/dist/components/FgeMenuItems.vue.d.ts.map +1 -1
- package/dist/components/FgePerfil.vue.d.ts.map +1 -1
- package/dist/components/FgePerfilHeader.vue.d.ts.map +1 -1
- package/dist/components/FgePerfilSidebar.vue.d.ts.map +1 -1
- package/dist/components/FgeRecuperarPassword.vue.d.ts.map +1 -1
- package/dist/components/FgeRegistrarPage.vue.d.ts.map +1 -1
- package/dist/components/FgeSidebar.vue.d.ts.map +1 -1
- package/dist/components/FgeStepComponent.vue.d.ts.map +1 -1
- package/dist/components/FgeToast.vue.d.ts.map +1 -1
- package/dist/components/PrincipalLoginComp.vue.d.ts.map +1 -1
- package/dist/components/svgIcons/CheckMarkIcon.vue.d.ts.map +1 -1
- package/dist/components/svgIcons/DefaultUserIcon.vue.d.ts.map +1 -1
- package/dist/components/svgIcons/ErrorIcon.vue.d.ts.map +1 -1
- package/dist/components/svgIcons/ExclamationIcon.vue.d.ts.map +1 -1
- package/dist/components/svgIcons/InfoIcon.vue.d.ts.map +1 -1
- package/dist/components/svgIcons/LoaderIcon.vue.d.ts.map +1 -1
- package/dist/fge-auth-component.es.js +7034 -6717
- package/dist/fge-auth-component.umd.js +84 -81
- package/dist/main.d.ts +7 -10
- package/package.json +2 -2
package/dist/main.d.ts
CHANGED
|
@@ -195,9 +195,8 @@ export declare const useFgeAuthLoginStore: StoreDefinition<"LOGIN_STORE", _Unwra
|
|
|
195
195
|
[key: string]: any;
|
|
196
196
|
} | undefined>;
|
|
197
197
|
on2AuthLogin: (values: any) => Promise<void>;
|
|
198
|
-
onLogout: (func?: Function) => Promise<void>;
|
|
199
198
|
onLoginCiudadania: (values: any) => Promise<void>;
|
|
200
|
-
setConfigs: ({ newBaseURL, newAplicacion, newRrhhUrl, verificarSiFuncionario, telegramBot, systemVersion, enableChangePasswordMsg }: {
|
|
199
|
+
setConfigs: ({ newBaseURL, newAplicacion, newRrhhUrl, verificarSiFuncionario, telegramBot, systemVersion, enableChangePasswordMsg, }: {
|
|
201
200
|
newBaseURL: string;
|
|
202
201
|
newAplicacion: string;
|
|
203
202
|
newRrhhUrl: string;
|
|
@@ -206,7 +205,7 @@ export declare const useFgeAuthLoginStore: StoreDefinition<"LOGIN_STORE", _Unwra
|
|
|
206
205
|
systemVersion?: string | undefined;
|
|
207
206
|
enableChangePasswordMsg?: boolean | undefined;
|
|
208
207
|
}) => void;
|
|
209
|
-
setDispositivoConfianzaCookie: ({ usuario, value, days }: {
|
|
208
|
+
setDispositivoConfianzaCookie: ({ usuario, value, days, }: {
|
|
210
209
|
usuario: string;
|
|
211
210
|
value: string;
|
|
212
211
|
days?: number | undefined;
|
|
@@ -248,9 +247,8 @@ export declare const useFgeAuthLoginStore: StoreDefinition<"LOGIN_STORE", _Unwra
|
|
|
248
247
|
[key: string]: any;
|
|
249
248
|
} | undefined>;
|
|
250
249
|
on2AuthLogin: (values: any) => Promise<void>;
|
|
251
|
-
onLogout: (func?: Function) => Promise<void>;
|
|
252
250
|
onLoginCiudadania: (values: any) => Promise<void>;
|
|
253
|
-
setConfigs: ({ newBaseURL, newAplicacion, newRrhhUrl, verificarSiFuncionario, telegramBot, systemVersion, enableChangePasswordMsg }: {
|
|
251
|
+
setConfigs: ({ newBaseURL, newAplicacion, newRrhhUrl, verificarSiFuncionario, telegramBot, systemVersion, enableChangePasswordMsg, }: {
|
|
254
252
|
newBaseURL: string;
|
|
255
253
|
newAplicacion: string;
|
|
256
254
|
newRrhhUrl: string;
|
|
@@ -259,7 +257,7 @@ export declare const useFgeAuthLoginStore: StoreDefinition<"LOGIN_STORE", _Unwra
|
|
|
259
257
|
systemVersion?: string | undefined;
|
|
260
258
|
enableChangePasswordMsg?: boolean | undefined;
|
|
261
259
|
}) => void;
|
|
262
|
-
setDispositivoConfianzaCookie: ({ usuario, value, days }: {
|
|
260
|
+
setDispositivoConfianzaCookie: ({ usuario, value, days, }: {
|
|
263
261
|
usuario: string;
|
|
264
262
|
value: string;
|
|
265
263
|
days?: number | undefined;
|
|
@@ -301,9 +299,8 @@ export declare const useFgeAuthLoginStore: StoreDefinition<"LOGIN_STORE", _Unwra
|
|
|
301
299
|
[key: string]: any;
|
|
302
300
|
} | undefined>;
|
|
303
301
|
on2AuthLogin: (values: any) => Promise<void>;
|
|
304
|
-
onLogout: (func?: Function) => Promise<void>;
|
|
305
302
|
onLoginCiudadania: (values: any) => Promise<void>;
|
|
306
|
-
setConfigs: ({ newBaseURL, newAplicacion, newRrhhUrl, verificarSiFuncionario, telegramBot, systemVersion, enableChangePasswordMsg }: {
|
|
303
|
+
setConfigs: ({ newBaseURL, newAplicacion, newRrhhUrl, verificarSiFuncionario, telegramBot, systemVersion, enableChangePasswordMsg, }: {
|
|
307
304
|
newBaseURL: string;
|
|
308
305
|
newAplicacion: string;
|
|
309
306
|
newRrhhUrl: string;
|
|
@@ -312,7 +309,7 @@ export declare const useFgeAuthLoginStore: StoreDefinition<"LOGIN_STORE", _Unwra
|
|
|
312
309
|
systemVersion?: string | undefined;
|
|
313
310
|
enableChangePasswordMsg?: boolean | undefined;
|
|
314
311
|
}) => void;
|
|
315
|
-
setDispositivoConfianzaCookie: ({ usuario, value, days }: {
|
|
312
|
+
setDispositivoConfianzaCookie: ({ usuario, value, days, }: {
|
|
316
313
|
usuario: string;
|
|
317
314
|
value: string;
|
|
318
315
|
days?: number | undefined;
|
|
@@ -322,7 +319,7 @@ export declare const useFgeAuthLoginStore: StoreDefinition<"LOGIN_STORE", _Unwra
|
|
|
322
319
|
[key: string]: any;
|
|
323
320
|
}) => void;
|
|
324
321
|
onRefreshToken: () => Promise<void>;
|
|
325
|
-
}, "goLoginPage" | "goRegistrarPage" | "goRecuperarCont" | "onLogin" | "on2AuthLogin" | "
|
|
322
|
+
}, "goLoginPage" | "goRegistrarPage" | "goRecuperarCont" | "onLogin" | "on2AuthLogin" | "onLoginCiudadania" | "setConfigs" | "setDispositivoConfianzaCookie" | "clearUserData" | "updateUserData" | "onRefreshToken">>;
|
|
326
323
|
|
|
327
324
|
export declare const useFgeAuthStateStore: StoreDefinition<"STATE_STORE", _UnwrapAll<Pick<{
|
|
328
325
|
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": "2.0.
|
|
4
|
+
"version": "2.0.6",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
7
7
|
"dist"
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
43
|
"vite-svg-loader": "^5.1.0",
|
|
44
|
-
"vue-login-adds": "0.1
|
|
44
|
+
"vue-login-adds": "0.2.1"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@rushstack/eslint-patch": "^1.10.1",
|