@vuetify/one 3.0.0 → 3.1.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.
- package/dist/{auth-Bgoyy62h.js → auth-DK4fBwyp.js} +4 -5
- package/dist/index.d.ts +3 -3
- package/dist/index.js +1401 -2778
- package/dist/stores/auth.d.ts +3 -3
- package/dist/stores/auth.js +1 -1
- package/package.json +6 -5
package/dist/stores/auth.d.ts
CHANGED
|
@@ -95,7 +95,7 @@ declare const useAuthStore: pinia.StoreDefinition<"auth", Pick<{
|
|
|
95
95
|
};
|
|
96
96
|
} | null>>;
|
|
97
97
|
url: string;
|
|
98
|
-
dialog:
|
|
98
|
+
dialog: globalThis.Ref<boolean, boolean>;
|
|
99
99
|
isLoading: Readonly<globalThis.Ref<boolean, boolean>>;
|
|
100
100
|
isAuthenticated: Readonly<globalThis.Ref<boolean, boolean>>;
|
|
101
101
|
isSuper: Readonly<globalThis.Ref<boolean, boolean>>;
|
|
@@ -196,7 +196,7 @@ declare const useAuthStore: pinia.StoreDefinition<"auth", Pick<{
|
|
|
196
196
|
};
|
|
197
197
|
} | null>>;
|
|
198
198
|
url: string;
|
|
199
|
-
dialog:
|
|
199
|
+
dialog: globalThis.Ref<boolean, boolean>;
|
|
200
200
|
isLoading: Readonly<globalThis.Ref<boolean, boolean>>;
|
|
201
201
|
isAuthenticated: Readonly<globalThis.Ref<boolean, boolean>>;
|
|
202
202
|
isSuper: Readonly<globalThis.Ref<boolean, boolean>>;
|
|
@@ -297,7 +297,7 @@ declare const useAuthStore: pinia.StoreDefinition<"auth", Pick<{
|
|
|
297
297
|
};
|
|
298
298
|
} | null>>;
|
|
299
299
|
url: string;
|
|
300
|
-
dialog:
|
|
300
|
+
dialog: globalThis.Ref<boolean, boolean>;
|
|
301
301
|
isLoading: Readonly<globalThis.Ref<boolean, boolean>>;
|
|
302
302
|
isAuthenticated: Readonly<globalThis.Ref<boolean, boolean>>;
|
|
303
303
|
isSuper: Readonly<globalThis.Ref<boolean, boolean>>;
|
package/dist/stores/auth.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vuetify/one",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.1.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -32,10 +32,11 @@
|
|
|
32
32
|
"pinia": "^3.0.0",
|
|
33
33
|
"vue": "^3.5.13",
|
|
34
34
|
"vue-router": "^4.0.0",
|
|
35
|
-
"vuetify": "^
|
|
35
|
+
"vuetify": "^4.0.0"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"
|
|
38
|
+
"jdenticon": "^3.3.0",
|
|
39
|
+
"@vuetify/auth": "0.1.0"
|
|
39
40
|
},
|
|
40
41
|
"devDependencies": {
|
|
41
42
|
"@babel/types": "^7.28.4",
|
|
@@ -68,13 +69,13 @@
|
|
|
68
69
|
"vite": "^7.0.7",
|
|
69
70
|
"vite-plugin-pages": "^0.33.1",
|
|
70
71
|
"vite-plugin-vue-layouts-next": "^1.0.0",
|
|
71
|
-
"vite-plugin-vuetify": "^2.1.
|
|
72
|
+
"vite-plugin-vuetify": "^2.1.3",
|
|
72
73
|
"vite-tsconfig-paths": "^5.1.4",
|
|
73
74
|
"vitest": "^3.2.4",
|
|
74
75
|
"vue": "^3.5.13",
|
|
75
76
|
"vue-router": "^4.5.1",
|
|
76
77
|
"vue-tsc": "^3.0.6",
|
|
77
|
-
"vuetify": "^
|
|
78
|
+
"vuetify": "^4.0.0"
|
|
78
79
|
},
|
|
79
80
|
"scripts": {
|
|
80
81
|
"dev": "vite",
|