@vuetify/one 1.9.5 → 1.9.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/index.js +7 -8
- package/package.json +2 -1
package/dist/index.js
CHANGED
|
@@ -107,7 +107,7 @@ const Ho = q("Queue", () => {
|
|
|
107
107
|
avatar: "",
|
|
108
108
|
dev: !1,
|
|
109
109
|
disableAds: !1,
|
|
110
|
-
composition: "
|
|
110
|
+
composition: "composition",
|
|
111
111
|
pwaRefresh: !0,
|
|
112
112
|
theme: "system",
|
|
113
113
|
mixedTheme: !0,
|
|
@@ -183,12 +183,10 @@ const Ho = q("Queue", () => {
|
|
|
183
183
|
if (p.promise) return p.promise;
|
|
184
184
|
a.value = !0, p.promise = fetch(`${n.url}/auth/verify`, {
|
|
185
185
|
credentials: "include",
|
|
186
|
-
|
|
187
|
-
"Cache-Control": "no-cache"
|
|
188
|
-
} : void 0
|
|
186
|
+
cache: g ? "reload" : void 0
|
|
189
187
|
}).then(
|
|
190
188
|
async (f) => {
|
|
191
|
-
f.ok ? e.value = (await f.json()).user :
|
|
189
|
+
f.ok || f.status === 401 ? e.value = (await f.json()).user : console.error(f.statusText);
|
|
192
190
|
},
|
|
193
191
|
() => {
|
|
194
192
|
}
|
|
@@ -1623,11 +1621,12 @@ const je = q("settings", () => {
|
|
|
1623
1621
|
}),
|
|
1624
1622
|
i(W, {
|
|
1625
1623
|
border: "",
|
|
1626
|
-
height: "450",
|
|
1627
1624
|
rounded: "lg"
|
|
1628
1625
|
}, {
|
|
1629
1626
|
default: r(() => [
|
|
1630
1627
|
i(_t, {
|
|
1628
|
+
"fixed-header": "",
|
|
1629
|
+
height: "450",
|
|
1631
1630
|
items: t(n).invoices,
|
|
1632
1631
|
loading: t(n).isLoading,
|
|
1633
1632
|
sticky: ""
|
|
@@ -3938,7 +3937,7 @@ const je = q("settings", () => {
|
|
|
3938
3937
|
const y = It;
|
|
3939
3938
|
return t(l) || !t(o).hasLoaded ? (u(), h(y, {
|
|
3940
3939
|
key: 0,
|
|
3941
|
-
class: "
|
|
3940
|
+
class: "vo-promotions-card-highlight",
|
|
3942
3941
|
color: (($ = t(l)) == null ? void 0 : $.metadata.color) ?? "surface",
|
|
3943
3942
|
height: "60",
|
|
3944
3943
|
href: (g = t(l)) == null ? void 0 : g.metadata.url,
|
|
@@ -3999,7 +3998,7 @@ const je = q("settings", () => {
|
|
|
3999
3998
|
key: 0,
|
|
4000
3999
|
border: "",
|
|
4001
4000
|
caption: "ads via vuetify",
|
|
4002
|
-
class: "pa-2
|
|
4001
|
+
class: "vo-promotions-card-vuetify pa-2",
|
|
4003
4002
|
href: (_ = (m = t(a)) == null ? void 0 : m.metadata) == null ? void 0 : _.url,
|
|
4004
4003
|
width: "360"
|
|
4005
4004
|
}, {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vuetify/one",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.6",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -71,6 +71,7 @@
|
|
|
71
71
|
"rollup": "^4.18.0",
|
|
72
72
|
"rollup-plugin-dts": "^6.1.1",
|
|
73
73
|
"sass": "^1.77.6",
|
|
74
|
+
"swetrix": "^3.5.2",
|
|
74
75
|
"taze": "^0.14.2",
|
|
75
76
|
"typescript": "5.3.3",
|
|
76
77
|
"unplugin-auto-import": "^0.17.6",
|