@vuetify/one 1.1.8 → 1.2.1
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/index.d.ts +3 -0
- package/dist/index.js +1580 -1392
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -10,6 +10,7 @@ declare const useAuthStore: pinia.StoreDefinition<"auth", pinia._UnwrapAll<Pick<
|
|
|
10
10
|
name: string;
|
|
11
11
|
picture: string;
|
|
12
12
|
settings: Record<string, any> | null;
|
|
13
|
+
createdAt: string;
|
|
13
14
|
identities: {
|
|
14
15
|
id: string;
|
|
15
16
|
emails: string[];
|
|
@@ -118,6 +119,7 @@ declare const useAuthStore: pinia.StoreDefinition<"auth", pinia._UnwrapAll<Pick<
|
|
|
118
119
|
name: string;
|
|
119
120
|
picture: string;
|
|
120
121
|
settings: Record<string, any> | null;
|
|
122
|
+
createdAt: string;
|
|
121
123
|
identities: {
|
|
122
124
|
id: string;
|
|
123
125
|
emails: string[];
|
|
@@ -226,6 +228,7 @@ declare const useAuthStore: pinia.StoreDefinition<"auth", pinia._UnwrapAll<Pick<
|
|
|
226
228
|
name: string;
|
|
227
229
|
picture: string;
|
|
228
230
|
settings: Record<string, any> | null;
|
|
231
|
+
createdAt: string;
|
|
229
232
|
identities: {
|
|
230
233
|
id: string;
|
|
231
234
|
emails: string[];
|