fge-auth-component 0.1.0 → 0.2.0

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.
@@ -9,6 +9,7 @@ export declare const AUTH_STORE: () => {
9
9
  token: string | undefined;
10
10
  refreshToken: string | undefined;
11
11
  user: any;
12
+ funcionario: any;
12
13
  isAuth: boolean;
13
14
  binnacleId?: string | undefined;
14
15
  apps: string[];
@@ -52,6 +53,7 @@ export declare const useLoginStore: import("pinia").StoreDefinition<"LOGIN_STORE
52
53
  token: string | undefined;
53
54
  refreshToken: string | undefined;
54
55
  user: any;
56
+ funcionario: any;
55
57
  isAuth: boolean;
56
58
  binnacleId?: string | undefined;
57
59
  apps: string[];
@@ -94,6 +96,7 @@ export declare const useLoginStore: import("pinia").StoreDefinition<"LOGIN_STORE
94
96
  token: string | undefined;
95
97
  refreshToken: string | undefined;
96
98
  user: any;
99
+ funcionario: any;
97
100
  isAuth: boolean;
98
101
  binnacleId?: string | undefined;
99
102
  apps: string[];
@@ -136,6 +139,7 @@ export declare const useLoginStore: import("pinia").StoreDefinition<"LOGIN_STORE
136
139
  token: string | undefined;
137
140
  refreshToken: string | undefined;
138
141
  user: any;
142
+ funcionario: any;
139
143
  isAuth: boolean;
140
144
  binnacleId?: string | undefined;
141
145
  apps: string[];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "fge-auth-component",
3
3
  "private": false,
4
- "version": "0.1.0",
4
+ "version": "0.2.0",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist"
@@ -34,7 +34,7 @@
34
34
  "pinia-plugin-store": "^2.1.17",
35
35
  "primeflex": "^3.3.0",
36
36
  "primeicons": "^6.0.1",
37
- "primevue": "^3.29.1",
37
+ "primevue": "^3.29.2",
38
38
  "uuid": "^9.0.0",
39
39
  "vee-validate": "^4.8.6",
40
40
  "vue": "^3.2.47",