fge-auth-component 4.0.20 → 4.0.21
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/2Fa/Fge2FActivator.vue.d.ts.map +1 -1
- package/dist/components/FgeButtonCounter.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/FgePassword.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/FgeStepComponent.vue.d.ts.map +1 -1
- package/dist/components/PasswordDialog.vue.d.ts.map +1 -1
- package/dist/components/PrincipalLoginComp.vue.d.ts.map +1 -1
- package/dist/components/Sidebar.vue.d.ts.map +1 -1
- package/dist/components/TelegramDialog.vue.d.ts.map +1 -1
- package/dist/components/UpdateImageDialog.vue.d.ts.map +1 -1
- package/dist/components/dialogs/Message2faDialog.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/LoaderIcon.vue.d.ts.map +1 -1
- package/dist/fge-auth-component.css +1 -1
- package/dist/fge-auth-component.es.js +10721 -9963
- package/dist/fge-auth-component.umd.js +19 -19
- package/dist/main.d.ts +7 -64
- package/package.json +3 -2
package/dist/main.d.ts
CHANGED
|
@@ -131,6 +131,7 @@ export declare const useFgeAuthLoginStore: StoreDefinition<"LOGIN_STORE", _Unwra
|
|
|
131
131
|
cargo: string;
|
|
132
132
|
cargoId: number;
|
|
133
133
|
divisionId: number;
|
|
134
|
+
oficina: string;
|
|
134
135
|
oficinaId: number;
|
|
135
136
|
municipio: string;
|
|
136
137
|
municipioId: number;
|
|
@@ -140,27 +141,6 @@ export declare const useFgeAuthLoginStore: StoreDefinition<"LOGIN_STORE", _Unwra
|
|
|
140
141
|
institucion: string;
|
|
141
142
|
departamento: string;
|
|
142
143
|
departamentoId: number;
|
|
143
|
-
id: number;
|
|
144
|
-
institucionNombre: string;
|
|
145
|
-
entidadNombre: string;
|
|
146
|
-
divisionNombre: string;
|
|
147
|
-
unidadOrganizacionalNombre: string;
|
|
148
|
-
oficinaNombre: string;
|
|
149
|
-
oficina: {
|
|
150
|
-
nombre: string;
|
|
151
|
-
direccion: string;
|
|
152
|
-
telefono: string;
|
|
153
|
-
fax: string;
|
|
154
|
-
latitud: string;
|
|
155
|
-
longitud: string;
|
|
156
|
-
id: 1;
|
|
157
|
-
};
|
|
158
|
-
cargoNombre: string;
|
|
159
|
-
esMaeDepartamental: number;
|
|
160
|
-
esResponsableHelpDesk: number;
|
|
161
|
-
esResponsableRrhh: number;
|
|
162
|
-
esResponsableUnai: number;
|
|
163
|
-
esResponsableUnidad: number;
|
|
164
144
|
} | undefined;
|
|
165
145
|
isAuth?: boolean | undefined;
|
|
166
146
|
isNvAuth?: boolean | undefined;
|
|
@@ -214,6 +194,7 @@ export declare const useFgeAuthLoginStore: StoreDefinition<"LOGIN_STORE", _Unwra
|
|
|
214
194
|
disable2FAStore: () => void;
|
|
215
195
|
onRefreshToken: () => Promise<void>;
|
|
216
196
|
initializeTokensFromStorage: () => void;
|
|
197
|
+
on2AuthNuevoServicioLogin: (values: any) => Promise<void>;
|
|
217
198
|
}, "id" | "binnacleId" | "currentPage" | "apiBaseURL" | "apiBaseURLAuthNv" | "apiWebSocketURL" | "webSocketToken" | "deviceId" | "aplicacion" | "enableChangePassword" | "enableForceChangePwd" | "userState" | "tgBot" | "systemVer" | "verificarFunc">>, Pick<{
|
|
218
199
|
id: Ref<string>;
|
|
219
200
|
currentPage: Ref<ShowPage>;
|
|
@@ -279,6 +260,7 @@ export declare const useFgeAuthLoginStore: StoreDefinition<"LOGIN_STORE", _Unwra
|
|
|
279
260
|
cargo: string;
|
|
280
261
|
cargoId: number;
|
|
281
262
|
divisionId: number;
|
|
263
|
+
oficina: string;
|
|
282
264
|
oficinaId: number;
|
|
283
265
|
municipio: string;
|
|
284
266
|
municipioId: number;
|
|
@@ -288,27 +270,6 @@ export declare const useFgeAuthLoginStore: StoreDefinition<"LOGIN_STORE", _Unwra
|
|
|
288
270
|
institucion: string;
|
|
289
271
|
departamento: string;
|
|
290
272
|
departamentoId: number;
|
|
291
|
-
id: number;
|
|
292
|
-
institucionNombre: string;
|
|
293
|
-
entidadNombre: string;
|
|
294
|
-
divisionNombre: string;
|
|
295
|
-
unidadOrganizacionalNombre: string;
|
|
296
|
-
oficinaNombre: string;
|
|
297
|
-
oficina: {
|
|
298
|
-
nombre: string;
|
|
299
|
-
direccion: string;
|
|
300
|
-
telefono: string;
|
|
301
|
-
fax: string;
|
|
302
|
-
latitud: string;
|
|
303
|
-
longitud: string;
|
|
304
|
-
id: 1;
|
|
305
|
-
};
|
|
306
|
-
cargoNombre: string;
|
|
307
|
-
esMaeDepartamental: number;
|
|
308
|
-
esResponsableHelpDesk: number;
|
|
309
|
-
esResponsableRrhh: number;
|
|
310
|
-
esResponsableUnai: number;
|
|
311
|
-
esResponsableUnidad: number;
|
|
312
273
|
} | undefined;
|
|
313
274
|
isAuth?: boolean | undefined;
|
|
314
275
|
isNvAuth?: boolean | undefined;
|
|
@@ -362,6 +323,7 @@ export declare const useFgeAuthLoginStore: StoreDefinition<"LOGIN_STORE", _Unwra
|
|
|
362
323
|
disable2FAStore: () => void;
|
|
363
324
|
onRefreshToken: () => Promise<void>;
|
|
364
325
|
initializeTokensFromStorage: () => void;
|
|
326
|
+
on2AuthNuevoServicioLogin: (values: any) => Promise<void>;
|
|
365
327
|
}, never>, Pick<{
|
|
366
328
|
id: Ref<string>;
|
|
367
329
|
currentPage: Ref<ShowPage>;
|
|
@@ -427,6 +389,7 @@ export declare const useFgeAuthLoginStore: StoreDefinition<"LOGIN_STORE", _Unwra
|
|
|
427
389
|
cargo: string;
|
|
428
390
|
cargoId: number;
|
|
429
391
|
divisionId: number;
|
|
392
|
+
oficina: string;
|
|
430
393
|
oficinaId: number;
|
|
431
394
|
municipio: string;
|
|
432
395
|
municipioId: number;
|
|
@@ -436,27 +399,6 @@ export declare const useFgeAuthLoginStore: StoreDefinition<"LOGIN_STORE", _Unwra
|
|
|
436
399
|
institucion: string;
|
|
437
400
|
departamento: string;
|
|
438
401
|
departamentoId: number;
|
|
439
|
-
id: number;
|
|
440
|
-
institucionNombre: string;
|
|
441
|
-
entidadNombre: string;
|
|
442
|
-
divisionNombre: string;
|
|
443
|
-
unidadOrganizacionalNombre: string;
|
|
444
|
-
oficinaNombre: string;
|
|
445
|
-
oficina: {
|
|
446
|
-
nombre: string;
|
|
447
|
-
direccion: string;
|
|
448
|
-
telefono: string;
|
|
449
|
-
fax: string;
|
|
450
|
-
latitud: string;
|
|
451
|
-
longitud: string;
|
|
452
|
-
id: 1;
|
|
453
|
-
};
|
|
454
|
-
cargoNombre: string;
|
|
455
|
-
esMaeDepartamental: number;
|
|
456
|
-
esResponsableHelpDesk: number;
|
|
457
|
-
esResponsableRrhh: number;
|
|
458
|
-
esResponsableUnai: number;
|
|
459
|
-
esResponsableUnidad: number;
|
|
460
402
|
} | undefined;
|
|
461
403
|
isAuth?: boolean | undefined;
|
|
462
404
|
isNvAuth?: boolean | undefined;
|
|
@@ -510,7 +452,8 @@ export declare const useFgeAuthLoginStore: StoreDefinition<"LOGIN_STORE", _Unwra
|
|
|
510
452
|
disable2FAStore: () => void;
|
|
511
453
|
onRefreshToken: () => Promise<void>;
|
|
512
454
|
initializeTokensFromStorage: () => void;
|
|
513
|
-
|
|
455
|
+
on2AuthNuevoServicioLogin: (values: any) => Promise<void>;
|
|
456
|
+
}, "onAutorizarQrNv" | "goLoginPage" | "goRegistrarPage" | "goRecuperarCont" | "onLogin" | "on2AuthLogin" | "on2AuthLoginNv" | "onLoginCiudadania" | "setConfigs" | "setDispositivoConfianzaCookie" | "clearUserData" | "updateUserData" | "disable2FAStore" | "onRefreshToken" | "initializeTokensFromStorage" | "on2AuthNuevoServicioLogin">>;
|
|
514
457
|
|
|
515
458
|
export declare const useFgeAuthStateStore: StoreDefinition<"STATE_STORE", _UnwrapAll<Pick<{
|
|
516
459
|
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.21",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
7
7
|
"dist"
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"radix-vue": "^1.9.17",
|
|
43
43
|
"serve": "^14.2.4",
|
|
44
44
|
"socket.io-client": "^4.8.1",
|
|
45
|
-
"vue-login-adds": "^3.0.
|
|
45
|
+
"vue-login-adds": "^3.0.5",
|
|
46
46
|
"vue3-toastify": "^0.2.2"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
@@ -59,6 +59,7 @@
|
|
|
59
59
|
"path": "^0.12.7",
|
|
60
60
|
"prettier": "^3.2.5",
|
|
61
61
|
"rollup-plugin-typescript2": "^0.36.0",
|
|
62
|
+
"sass-embedded": "^1.93.2",
|
|
62
63
|
"typescript": "5.2.2",
|
|
63
64
|
"vite": "^5.4.6",
|
|
64
65
|
"vite-plugin-dts": "^2.3.0",
|