@vuetify/one 2.9.0 → 2.9.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 +1 -1
- package/dist/index.js +292 -268
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import { defineComponent as y, createBlock as m, openBlock as c, unref as e, computed as b, createSlots as z, withCtx as s, createElementVNode as g, toDisplayString as
|
|
2
|
-
import { u as oe, a as
|
|
1
|
+
import { defineComponent as y, createBlock as m, openBlock as c, unref as e, computed as b, createSlots as z, withCtx as s, createElementVNode as g, toDisplayString as V, createVNode as n, createTextVNode as S, normalizeStyle as it, createCommentVNode as h, renderSlot as w, shallowRef as M, watch as H, withModifiers as ye, mergeModels as rt, useModel as W, createElementBlock as C, Fragment as D, nextTick as be, renderList as G, mergeProps as R, withDirectives as Z, vShow as Ie, isRef as j, ref as F, readonly as Se, resolveComponent as lt, watchEffect as Zt, onMounted as He, toRef as ge, normalizeClass as Nt, useSlots as ut, normalizeProps as ct, guardReactiveProps as dt, onBeforeMount as je, onBeforeUnmount as Ht, useCssVars as jt, onServerPrefetch as Rt } from "vue";
|
|
2
|
+
import { u as oe, a as E, b as T, c as O, d as Ce, e as J, f as De } from "./auth-CXrXnM17.js";
|
|
3
3
|
import { VSnackbarQueue as qt } from "vuetify/components/VSnackbarQueue";
|
|
4
|
-
import { mdiStorefront as Wt, mdiSync as Gt, mdiSyncOff as Kt, mdiLogoutVariant as Yt, mdiFullscreenExit as Qt, mdiFullscreen as Xt, mdiCheck as
|
|
4
|
+
import { mdiStorefront as Wt, mdiSync as Gt, mdiSyncOff as Kt, mdiLogoutVariant as Yt, mdiFullscreenExit as Qt, mdiFullscreen as Xt, mdiCheck as ke, mdiSelect as Jt, mdiSpaceInvaders as pt, mdiImageFilterHdr as mt, mdiTransmissionTower as ft, mdiRocketLaunchOutline as vt, mdiHome as eo, mdiTextBox as to, mdiWhiteBalanceSunny as oo, mdiWeatherNight as no, mdiDesktopTowerMonitor as so, mdiContrastCircle as ao, mdiCog as io, mdiCogOutline as ro, mdiShieldKeyOutline as lo, mdiContentCopy as Re, mdiFileDocument as gt, mdiKey as uo, mdiPlus as co, mdiRefresh as po, mdiKeyOutline as mo, mdiCreditCardSettingsOutline as fo, mdiRocketOutline as vo, mdiCheckCircleOutline as Me, mdiCreditCard as go, mdiReload as _o, mdiPlaylistCheck as yo, mdiCreditCardOutline as ho, mdiOpenInNew as Ae, mdiMedal as bo, mdiHandHeart as Co, mdiHandHeartOutline as ko, mdiCloudDownload as Vo, mdiTrayArrowDown as tt, mdiAccountGroup as $o, mdiAccount as xo, mdiLinkVariant as Lo, mdiShieldLock as ot, mdiAccountRemoveOutline as wo, mdiExitToApp as So, mdiAccountGroupOutline as Mo, mdiPin as Io, mdiPinOutline as Do, mdiEmailOpenOutline as qe, mdiEmailVariant as We, mdiBell as Ao, mdiInboxOutline as To, mdiInboxFullOutline as Uo, mdiBillboard as Po, mdiBellOutline as zo, mdiViewDashboardOutline as Oo, mdiCrown as Bo, mdiArrowULeftBottom as Fo, mdiAtomVariant as Eo, mdiLogin as nt, mdiDotsVertical as Zo, mdiShieldStarOutline as No } from "@mdi/js";
|
|
5
5
|
import { VListItem as le, VList as ne, VListSubheader as Ho, VListItemTitle as _t, VListItemSubtitle as jo } from "vuetify/components/VList";
|
|
6
6
|
import { VAvatar as te } from "vuetify/components/VAvatar";
|
|
7
|
-
import { VCard as P, VCardTitle as Ro, VCardSubtitle as qo, VCardText as X, VCardActions as yt, VCardItem as
|
|
8
|
-
import { VDialog as
|
|
7
|
+
import { VCard as P, VCardTitle as Ro, VCardSubtitle as qo, VCardText as X, VCardActions as yt, VCardItem as Ee } from "vuetify/components/VCard";
|
|
8
|
+
import { VDialog as Ve } from "vuetify/components/VDialog";
|
|
9
9
|
import { VBtn as A } from "vuetify/components/VBtn";
|
|
10
10
|
import { VProgressCircular as Wo } from "vuetify/components/VProgressCircular";
|
|
11
11
|
import { VSheet as $e } from "vuetify/components/VSheet";
|
|
12
12
|
import { VSwitch as Ge } from "vuetify/components/VSwitch";
|
|
13
13
|
import { VFadeTransition as xe, VExpandTransition as Le, VExpandXTransition as Go } from "vuetify/components/transitions";
|
|
14
14
|
import { useDisplay as ae, useTheme as Te, useDate as me } from "vuetify";
|
|
15
|
-
import { VDivider as
|
|
15
|
+
import { VDivider as N } from "vuetify/components/VDivider";
|
|
16
16
|
import { VIcon as I } from "vuetify/components/VIcon";
|
|
17
|
-
import { VLabel as
|
|
17
|
+
import { VLabel as Ze } from "vuetify/components/VLabel";
|
|
18
18
|
import { VChip as ee } from "vuetify/components/VChip";
|
|
19
19
|
import { VChipGroup as Ko } from "vuetify/components/VChipGroup";
|
|
20
20
|
import { VSelect as Yo } from "vuetify/components/VSelect";
|
|
@@ -22,16 +22,16 @@ import { defineStore as K } from "pinia";
|
|
|
22
22
|
import { VRow as fe, VCol as re, VSpacer as ht } from "vuetify/components/VGrid";
|
|
23
23
|
import { VHover as ve } from "vuetify/components/VHover";
|
|
24
24
|
import { VImg as se } from "vuetify/components/VImg";
|
|
25
|
-
import { VItemGroup as bt, VItem as
|
|
25
|
+
import { VItemGroup as bt, VItem as Ne } from "vuetify/components/VItemGroup";
|
|
26
26
|
import { VLayout as ue } from "vuetify/components/VLayout";
|
|
27
27
|
import { VMain as ce } from "vuetify/components/VMain";
|
|
28
|
-
import { VTextField as
|
|
28
|
+
import { VTextField as Ct } from "vuetify/components/VTextField";
|
|
29
29
|
import { VTable as Qo } from "vuetify/components/VTable";
|
|
30
30
|
import { Tooltip as Q, Ripple as Xo } from "vuetify/directives";
|
|
31
31
|
import { VExpansionPanels as Jo, VExpansionPanel as en, VExpansionPanelText as tn } from "vuetify/components/VExpansionPanel";
|
|
32
|
-
import { VDataTableVirtual as
|
|
32
|
+
import { VDataTableVirtual as kt, VDataTable as on } from "vuetify/components/VDataTable";
|
|
33
33
|
import { VSkeletonLoader as he } from "vuetify/components/VSkeletonLoader";
|
|
34
|
-
import { VWindow as
|
|
34
|
+
import { VWindow as Vt, VWindowItem as _e } from "vuetify/components/VWindow";
|
|
35
35
|
import { VTimelineItem as nn, VTimeline as sn } from "vuetify/components/VTimeline";
|
|
36
36
|
import { VEmptyState as Ke } from "vuetify/components/VEmptyState";
|
|
37
37
|
import { VMenu as Ue } from "vuetify/components/VMenu";
|
|
@@ -58,7 +58,7 @@ const pn = /* @__PURE__ */ y({
|
|
|
58
58
|
}), mn = { class: "text-body-2" }, Lt = /* @__PURE__ */ y({
|
|
59
59
|
__name: "VoAuthShopify",
|
|
60
60
|
setup(p) {
|
|
61
|
-
const t =
|
|
61
|
+
const t = E(), a = b(() => t.user && t.findIdentity("shopify")), o = b(() => t.user ? a.value ? "Connected to Shopify" : "Connect Shopify" : "Login with Shopify");
|
|
62
62
|
return (i, u) => (c(), m(le, {
|
|
63
63
|
"base-color": "#5b8a3c",
|
|
64
64
|
"prepend-icon": `svg:${e(Wt)}`,
|
|
@@ -68,7 +68,7 @@ const pn = /* @__PURE__ */ y({
|
|
|
68
68
|
onClick: u[0] || (u[0] = (r) => e(t).login("shopify"))
|
|
69
69
|
}, z({
|
|
70
70
|
title: s(() => [
|
|
71
|
-
g("span", mn,
|
|
71
|
+
g("span", mn, V(e(o)), 1)
|
|
72
72
|
]),
|
|
73
73
|
_: 2
|
|
74
74
|
}, [
|
|
@@ -84,7 +84,7 @@ const pn = /* @__PURE__ */ y({
|
|
|
84
84
|
}), fn = { class: "text-body-2" }, wt = /* @__PURE__ */ y({
|
|
85
85
|
__name: "VoAuthDiscord",
|
|
86
86
|
setup(p) {
|
|
87
|
-
const t =
|
|
87
|
+
const t = E(), a = b(() => t.user && t.findIdentity("discord")), o = b(() => t.user ? a.value ? "Connected to Discord" : "Connect Discord" : "Login with Discord");
|
|
88
88
|
return (i, u) => (c(), m(le, {
|
|
89
89
|
"base-color": "#5865F2",
|
|
90
90
|
"prepend-icon": "$discord",
|
|
@@ -94,7 +94,7 @@ const pn = /* @__PURE__ */ y({
|
|
|
94
94
|
onClick: u[0] || (u[0] = (r) => e(t).login("discord"))
|
|
95
95
|
}, z({
|
|
96
96
|
title: s(() => [
|
|
97
|
-
g("span", fn,
|
|
97
|
+
g("span", fn, V(e(o)), 1)
|
|
98
98
|
]),
|
|
99
99
|
_: 2
|
|
100
100
|
}, [
|
|
@@ -110,7 +110,7 @@ const pn = /* @__PURE__ */ y({
|
|
|
110
110
|
}), vn = { class: "text-body-2" }, St = /* @__PURE__ */ y({
|
|
111
111
|
__name: "VoAuthGithub",
|
|
112
112
|
setup(p) {
|
|
113
|
-
const t =
|
|
113
|
+
const t = E(), a = b(() => t.user && t.findIdentity("github")), o = b(() => t.user ? a.value ? "Connected to GitHub" : "Connect GitHub" : "Login with GitHub");
|
|
114
114
|
return (i, u) => (c(), m(le, {
|
|
115
115
|
"base-color": "#2a2a2a",
|
|
116
116
|
"prepend-icon": "$github",
|
|
@@ -120,7 +120,7 @@ const pn = /* @__PURE__ */ y({
|
|
|
120
120
|
onClick: u[0] || (u[0] = (r) => e(t).login("github"))
|
|
121
121
|
}, z({
|
|
122
122
|
title: s(() => [
|
|
123
|
-
g("span", vn,
|
|
123
|
+
g("span", vn, V(e(o)), 1)
|
|
124
124
|
]),
|
|
125
125
|
_: 2
|
|
126
126
|
}, [
|
|
@@ -136,7 +136,7 @@ const pn = /* @__PURE__ */ y({
|
|
|
136
136
|
}), gn = { class: "text-center" }, _n = { class: "text-center mb-6" }, yn = { class: "text-h6 font-weight-light" }, Mt = /* @__PURE__ */ y({
|
|
137
137
|
__name: "VoAuthCard",
|
|
138
138
|
setup(p) {
|
|
139
|
-
const t =
|
|
139
|
+
const t = E();
|
|
140
140
|
return (a, o) => {
|
|
141
141
|
const i = St, u = wt, r = Lt;
|
|
142
142
|
return c(), m(P, {
|
|
@@ -155,7 +155,7 @@ const pn = /* @__PURE__ */ y({
|
|
|
155
155
|
g("div", _n, [
|
|
156
156
|
n(Ro, { class: "text-h5 mb-1 text-md-h4" }, {
|
|
157
157
|
default: s(() => [
|
|
158
|
-
g("div", yn,
|
|
158
|
+
g("div", yn, V(e(t).lastLoginProvider() ? "Welcome back to" : "Login to"), 1),
|
|
159
159
|
o[0] || (o[0] = g("span", { class: "text-h3 font-weight-bold" }, "Vuetify One", -1))
|
|
160
160
|
]),
|
|
161
161
|
_: 1
|
|
@@ -187,10 +187,10 @@ const pn = /* @__PURE__ */ y({
|
|
|
187
187
|
}), It = /* @__PURE__ */ y({
|
|
188
188
|
__name: "VoAuthDialog",
|
|
189
189
|
setup(p) {
|
|
190
|
-
const t =
|
|
190
|
+
const t = E();
|
|
191
191
|
return (a, o) => {
|
|
192
192
|
const i = Mt;
|
|
193
|
-
return c(), m(
|
|
193
|
+
return c(), m(Ve, {
|
|
194
194
|
modelValue: e(t).dialog,
|
|
195
195
|
"onUpdate:modelValue": o[0] || (o[0] = (u) => e(t).dialog = u),
|
|
196
196
|
"max-width": "480"
|
|
@@ -249,7 +249,7 @@ const pn = /* @__PURE__ */ y({
|
|
|
249
249
|
}), hn = { class: "pa-4 d-flex flex-column ga-4" }, Dt = /* @__PURE__ */ y({
|
|
250
250
|
__name: "VoAuthListItem",
|
|
251
251
|
setup(p) {
|
|
252
|
-
const t =
|
|
252
|
+
const t = E(), a = T(), o = M(!t.user && !t.isLoading);
|
|
253
253
|
H(() => t.user, (u) => {
|
|
254
254
|
o.value = !u;
|
|
255
255
|
});
|
|
@@ -371,7 +371,7 @@ const pn = /* @__PURE__ */ y({
|
|
|
371
371
|
}), bn = /* @__PURE__ */ y({
|
|
372
372
|
__name: "VoAuthLogoutNavItem",
|
|
373
373
|
setup(p) {
|
|
374
|
-
const t =
|
|
374
|
+
const t = E(), a = M(!1);
|
|
375
375
|
async function o() {
|
|
376
376
|
a.value = !0, await t.logout(), a.value = !1;
|
|
377
377
|
}
|
|
@@ -401,7 +401,7 @@ const pn = /* @__PURE__ */ y({
|
|
|
401
401
|
emits: ["update:modelValue"],
|
|
402
402
|
setup(p) {
|
|
403
403
|
const t = W(p, "modelValue"), a = ae(), o = M(!1);
|
|
404
|
-
return (i, u) => (c(), m(
|
|
404
|
+
return (i, u) => (c(), m(Ve, {
|
|
405
405
|
modelValue: t.value,
|
|
406
406
|
"onUpdate:modelValue": u[2] || (u[2] = (r) => t.value = r),
|
|
407
407
|
activator: "parent",
|
|
@@ -438,7 +438,7 @@ const pn = /* @__PURE__ */ y({
|
|
|
438
438
|
})
|
|
439
439
|
]),
|
|
440
440
|
default: s(() => [
|
|
441
|
-
n(
|
|
441
|
+
n(N),
|
|
442
442
|
w(i.$slots, "default")
|
|
443
443
|
]),
|
|
444
444
|
_: 2
|
|
@@ -473,7 +473,7 @@ const pn = /* @__PURE__ */ y({
|
|
|
473
473
|
density: "compact",
|
|
474
474
|
disabled: t.disabled,
|
|
475
475
|
inset: "",
|
|
476
|
-
"true-icon": `svg:${e(
|
|
476
|
+
"true-icon": `svg:${e(ke)}`
|
|
477
477
|
}, z({
|
|
478
478
|
thumb: s(() => [
|
|
479
479
|
n(I, {
|
|
@@ -491,7 +491,7 @@ const pn = /* @__PURE__ */ y({
|
|
|
491
491
|
} : void 0
|
|
492
492
|
]), 1032, ["disabled", "true-icon"]));
|
|
493
493
|
}
|
|
494
|
-
}),
|
|
494
|
+
}), Cn = {
|
|
495
495
|
key: 1,
|
|
496
496
|
class: "mb-3 text-caption text-medium-emphasis"
|
|
497
497
|
}, ie = /* @__PURE__ */ y({
|
|
@@ -501,20 +501,20 @@ const pn = /* @__PURE__ */ y({
|
|
|
501
501
|
text: {}
|
|
502
502
|
},
|
|
503
503
|
setup(p) {
|
|
504
|
-
return (t, a) => (c(),
|
|
505
|
-
t.title ? (c(), m(
|
|
504
|
+
return (t, a) => (c(), C(D, null, [
|
|
505
|
+
t.title ? (c(), m(Ze, {
|
|
506
506
|
key: 0,
|
|
507
507
|
class: "font-weight-black"
|
|
508
508
|
}, {
|
|
509
509
|
default: s(() => [
|
|
510
|
-
S(
|
|
510
|
+
S(V(t.title), 1)
|
|
511
511
|
]),
|
|
512
512
|
_: 1
|
|
513
513
|
})) : h("", !0),
|
|
514
|
-
t.text ? (c(),
|
|
514
|
+
t.text ? (c(), C("div", Cn, V(t.text), 1)) : h("", !0)
|
|
515
515
|
], 64));
|
|
516
516
|
}
|
|
517
|
-
}),
|
|
517
|
+
}), kn = { key: 0 }, Vn = /* @__PURE__ */ y({
|
|
518
518
|
__name: "VoSettingsPageSuitOption",
|
|
519
519
|
setup(p) {
|
|
520
520
|
const t = T(), a = [
|
|
@@ -547,7 +547,7 @@ const pn = /* @__PURE__ */ y({
|
|
|
547
547
|
];
|
|
548
548
|
return (o, i) => {
|
|
549
549
|
const u = At, r = ie;
|
|
550
|
-
return c(),
|
|
550
|
+
return c(), C(D, null, [
|
|
551
551
|
n(u, {
|
|
552
552
|
modelValue: e(t).one.suits.enabled,
|
|
553
553
|
"onUpdate:modelValue": i[0] || (i[0] = (l) => e(t).one.suits.enabled = l),
|
|
@@ -557,7 +557,7 @@ const pn = /* @__PURE__ */ y({
|
|
|
557
557
|
}, null, 8, ["modelValue"]),
|
|
558
558
|
n(Le, null, {
|
|
559
559
|
default: s(() => [
|
|
560
|
-
e(t).one.suits.enabled ? (c(),
|
|
560
|
+
e(t).one.suits.enabled ? (c(), C("div", kn, [
|
|
561
561
|
n(Yo, {
|
|
562
562
|
modelValue: e(t).one.suits.suit,
|
|
563
563
|
"onUpdate:modelValue": i[1] || (i[1] = (l) => e(t).one.suits.suit = l),
|
|
@@ -576,7 +576,7 @@ const pn = /* @__PURE__ */ y({
|
|
|
576
576
|
size: "x-small",
|
|
577
577
|
start: ""
|
|
578
578
|
}, null, 8, ["icon"]),
|
|
579
|
-
S(" " +
|
|
579
|
+
S(" " + V(l.title), 1)
|
|
580
580
|
]),
|
|
581
581
|
_: 1
|
|
582
582
|
}, 8, ["modelValue"]),
|
|
@@ -597,7 +597,7 @@ const pn = /* @__PURE__ */ y({
|
|
|
597
597
|
variant: "flat"
|
|
598
598
|
}, {
|
|
599
599
|
append: s(() => [
|
|
600
|
-
n(
|
|
600
|
+
n(N, {
|
|
601
601
|
class: "ms-2 border-opacity-50",
|
|
602
602
|
vertical: ""
|
|
603
603
|
}),
|
|
@@ -613,7 +613,7 @@ const pn = /* @__PURE__ */ y({
|
|
|
613
613
|
variant: "flat"
|
|
614
614
|
}, {
|
|
615
615
|
append: s(() => [
|
|
616
|
-
n(
|
|
616
|
+
n(N, {
|
|
617
617
|
class: "ms-2 border-opacity-50",
|
|
618
618
|
vertical: ""
|
|
619
619
|
}),
|
|
@@ -629,7 +629,7 @@ const pn = /* @__PURE__ */ y({
|
|
|
629
629
|
variant: "flat"
|
|
630
630
|
}, {
|
|
631
631
|
append: s(() => [
|
|
632
|
-
n(
|
|
632
|
+
n(N, {
|
|
633
633
|
class: "ms-2 border-opacity-50",
|
|
634
634
|
vertical: ""
|
|
635
635
|
}),
|
|
@@ -961,18 +961,18 @@ const Pe = K("settings", () => {
|
|
|
961
961
|
set: (_) => {
|
|
962
962
|
i.one.ads.enabled = !_;
|
|
963
963
|
}
|
|
964
|
-
}), f =
|
|
964
|
+
}), f = Ce();
|
|
965
965
|
H(f, async () => {
|
|
966
966
|
f.value.one === "settings" && (a.isOpen = !0, await be(), t.value = !0);
|
|
967
967
|
}, { immediate: !0 });
|
|
968
|
-
function v(_,
|
|
969
|
-
|
|
968
|
+
function v(_, k) {
|
|
969
|
+
k.disabled || (i.one.theme = k.value, _?.());
|
|
970
970
|
}
|
|
971
|
-
return (_,
|
|
972
|
-
const $ = ie, L =
|
|
971
|
+
return (_, k) => {
|
|
972
|
+
const $ = ie, L = Vn, U = At, Y = de;
|
|
973
973
|
return c(), m(Y, {
|
|
974
974
|
modelValue: t.value,
|
|
975
|
-
"onUpdate:modelValue":
|
|
975
|
+
"onUpdate:modelValue": k[6] || (k[6] = (x) => t.value = x),
|
|
976
976
|
"prepend-icon": `svg:${e(io)}`,
|
|
977
977
|
title: "Settings"
|
|
978
978
|
}, {
|
|
@@ -989,13 +989,13 @@ const Pe = K("settings", () => {
|
|
|
989
989
|
}),
|
|
990
990
|
n(bt, {
|
|
991
991
|
modelValue: e(i).one.theme,
|
|
992
|
-
"onUpdate:modelValue":
|
|
992
|
+
"onUpdate:modelValue": k[0] || (k[0] = (x) => e(i).one.theme = x),
|
|
993
993
|
mandatory: ""
|
|
994
994
|
}, {
|
|
995
995
|
default: s(() => [
|
|
996
996
|
n(fe, { dense: "" }, {
|
|
997
997
|
default: s(() => [
|
|
998
|
-
(c(!0),
|
|
998
|
+
(c(!0), C(D, null, G(l.value, (x, pe) => (c(), m(re, {
|
|
999
999
|
key: pe,
|
|
1000
1000
|
class: "d-flex flex-column ga-3",
|
|
1001
1001
|
cols: "12",
|
|
@@ -1004,17 +1004,17 @@ const Pe = K("settings", () => {
|
|
|
1004
1004
|
default: s(() => [
|
|
1005
1005
|
n(Ho, { class: "mb-n4" }, {
|
|
1006
1006
|
default: s(() => [
|
|
1007
|
-
S(
|
|
1007
|
+
S(V(x.title), 1)
|
|
1008
1008
|
]),
|
|
1009
1009
|
_: 2
|
|
1010
1010
|
}, 1024),
|
|
1011
|
-
(c(!0),
|
|
1011
|
+
(c(!0), C(D, null, G(x.items, (B) => (c(), m(Ne, {
|
|
1012
1012
|
key: B.value,
|
|
1013
1013
|
value: B.value
|
|
1014
1014
|
}, {
|
|
1015
1015
|
default: s(({ toggle: Bt, isSelected: et }) => [
|
|
1016
1016
|
n(ve, null, {
|
|
1017
|
-
default: s(({ props:
|
|
1017
|
+
default: s(({ props: Ft, isHovering: Et }) => [
|
|
1018
1018
|
n(P, R({
|
|
1019
1019
|
color: et ? "primary" : "surface-variant",
|
|
1020
1020
|
height: "76",
|
|
@@ -1025,13 +1025,13 @@ const Pe = K("settings", () => {
|
|
|
1025
1025
|
subtitle: B.disabled ? "🔓 Unlock with Vuetify One" : B.subtitle,
|
|
1026
1026
|
title: B.title,
|
|
1027
1027
|
variant: "tonal"
|
|
1028
|
-
}, { ref_for: !0 },
|
|
1028
|
+
}, { ref_for: !0 }, Ft, {
|
|
1029
1029
|
onClick: (Ta) => v(Bt, B)
|
|
1030
1030
|
}), {
|
|
1031
1031
|
image: s(() => [
|
|
1032
1032
|
n(se, {
|
|
1033
1033
|
style: it({
|
|
1034
|
-
filter: et ||
|
|
1034
|
+
filter: et || Et ? "none" : "grayscale(100%)"
|
|
1035
1035
|
})
|
|
1036
1036
|
}, null, 8, ["style"])
|
|
1037
1037
|
]),
|
|
@@ -1052,14 +1052,14 @@ const Pe = K("settings", () => {
|
|
|
1052
1052
|
]),
|
|
1053
1053
|
_: 1
|
|
1054
1054
|
}, 8, ["modelValue"]),
|
|
1055
|
-
e(a).isSubscriber ? (c(),
|
|
1056
|
-
n(
|
|
1055
|
+
e(a).isSubscriber ? (c(), C(D, { key: 0 }, [
|
|
1056
|
+
n(N, { class: "mt-6 mb-4" }),
|
|
1057
1057
|
n(L)
|
|
1058
1058
|
], 64)) : h("", !0)
|
|
1059
1059
|
]),
|
|
1060
1060
|
_: 1
|
|
1061
1061
|
}),
|
|
1062
|
-
n(
|
|
1062
|
+
n(N),
|
|
1063
1063
|
n(X, { class: "px-7" }, {
|
|
1064
1064
|
default: s(() => [
|
|
1065
1065
|
n($, {
|
|
@@ -1069,18 +1069,18 @@ const Pe = K("settings", () => {
|
|
|
1069
1069
|
e(a).isSubscriber ? (c(), m(U, {
|
|
1070
1070
|
key: 0,
|
|
1071
1071
|
modelValue: d.value,
|
|
1072
|
-
"onUpdate:modelValue":
|
|
1072
|
+
"onUpdate:modelValue": k[1] || (k[1] = (x) => d.value = x),
|
|
1073
1073
|
class: "mb-2",
|
|
1074
1074
|
label: "Disable Ads",
|
|
1075
1075
|
messages: "Disable traditional advertisements on all documentation pages."
|
|
1076
1076
|
}, null, 8, ["modelValue"])) : h("", !0),
|
|
1077
1077
|
n(Le, null, {
|
|
1078
1078
|
default: s(() => [
|
|
1079
|
-
|
|
1079
|
+
Z(g("div", xn, [
|
|
1080
1080
|
g("div", Ln, [
|
|
1081
1081
|
n(U, {
|
|
1082
1082
|
modelValue: e(i).one.ads.house,
|
|
1083
|
-
"onUpdate:modelValue":
|
|
1083
|
+
"onUpdate:modelValue": k[2] || (k[2] = (x) => e(i).one.ads.house = x),
|
|
1084
1084
|
label: "Show House Ads",
|
|
1085
1085
|
messages: "These advertisements are for Vuetify products and services only."
|
|
1086
1086
|
}, null, 8, ["modelValue"])
|
|
@@ -1093,14 +1093,14 @@ const Pe = K("settings", () => {
|
|
|
1093
1093
|
}),
|
|
1094
1094
|
n(U, {
|
|
1095
1095
|
modelValue: e(i).one.quicklinks,
|
|
1096
|
-
"onUpdate:modelValue":
|
|
1096
|
+
"onUpdate:modelValue": k[3] || (k[3] = (x) => e(i).one.quicklinks = x),
|
|
1097
1097
|
label: "Show Pinned Ecosystem Links",
|
|
1098
1098
|
messages: "Display your pinned ecosystem links below your avatar in the user menu."
|
|
1099
1099
|
}, null, 8, ["modelValue"])
|
|
1100
1100
|
]),
|
|
1101
1101
|
_: 1
|
|
1102
1102
|
}),
|
|
1103
|
-
n(
|
|
1103
|
+
n(N),
|
|
1104
1104
|
e(a).isSubscriber ? (c(), m(X, {
|
|
1105
1105
|
key: 0,
|
|
1106
1106
|
class: "px-7"
|
|
@@ -1112,14 +1112,14 @@ const Pe = K("settings", () => {
|
|
|
1112
1112
|
}),
|
|
1113
1113
|
n(U, {
|
|
1114
1114
|
modelValue: e(i).one.notifications.enabled,
|
|
1115
|
-
"onUpdate:modelValue":
|
|
1115
|
+
"onUpdate:modelValue": k[4] || (k[4] = (x) => e(i).one.notifications.enabled = x),
|
|
1116
1116
|
class: "mb-2",
|
|
1117
1117
|
label: "Enable Notifications",
|
|
1118
1118
|
messages: "Notifications are short form messages that provide information about new releases, updates, and other important information."
|
|
1119
1119
|
}, null, 8, ["modelValue"]),
|
|
1120
1120
|
n(U, {
|
|
1121
1121
|
modelValue: e(i).one.banners.enabled,
|
|
1122
|
-
"onUpdate:modelValue":
|
|
1122
|
+
"onUpdate:modelValue": k[5] || (k[5] = (x) => e(i).one.banners.enabled = x),
|
|
1123
1123
|
label: "Enable Banners",
|
|
1124
1124
|
messages: "Banners are located at the top of the screen and provide a callout for important information."
|
|
1125
1125
|
}, null, 8, ["modelValue"])
|
|
@@ -1161,7 +1161,7 @@ const Pe = K("settings", () => {
|
|
|
1161
1161
|
};
|
|
1162
1162
|
}
|
|
1163
1163
|
}), ze = K("api-key", () => {
|
|
1164
|
-
const p = J(), t =
|
|
1164
|
+
const p = J(), t = F(null), a = M(!1), o = b(() => t.value?.apiKey || ""), i = b(() => {
|
|
1165
1165
|
if (!o.value)
|
|
1166
1166
|
return "";
|
|
1167
1167
|
const l = o.value;
|
|
@@ -1203,7 +1203,7 @@ const Mn = /* @__PURE__ */ y({
|
|
|
1203
1203
|
const t = ze(), { copy: a, copied: o } = Oe(), i = W(p, "modelValue");
|
|
1204
1204
|
return (u, r) => {
|
|
1205
1205
|
const l = lt("v-icon-btn");
|
|
1206
|
-
return c(), m(
|
|
1206
|
+
return c(), m(Ve, {
|
|
1207
1207
|
modelValue: i.value,
|
|
1208
1208
|
"onUpdate:modelValue": r[2] || (r[2] = (d) => i.value = d),
|
|
1209
1209
|
"max-width": "500"
|
|
@@ -1221,7 +1221,7 @@ const Mn = /* @__PURE__ */ y({
|
|
|
1221
1221
|
}, null, 8, ["onClick"])
|
|
1222
1222
|
]),
|
|
1223
1223
|
default: s(() => [
|
|
1224
|
-
n(
|
|
1224
|
+
n(N),
|
|
1225
1225
|
n(X, null, {
|
|
1226
1226
|
default: s(() => [
|
|
1227
1227
|
r[4] || (r[4] = g("p", { class: "mb-4" }, [
|
|
@@ -1229,7 +1229,7 @@ const Mn = /* @__PURE__ */ y({
|
|
|
1229
1229
|
g("strong", null, "you won't be able"),
|
|
1230
1230
|
S(" to view it again. Keep it secure, as anyone with your API key can make requests on your behalf. If you do lose it, you'll need to generate a new one. ")
|
|
1231
1231
|
], -1)),
|
|
1232
|
-
e(t).key ? (c(), m(
|
|
1232
|
+
e(t).key ? (c(), m(Ct, {
|
|
1233
1233
|
key: 0,
|
|
1234
1234
|
color: "success",
|
|
1235
1235
|
"model-value": e(t).key,
|
|
@@ -1299,7 +1299,7 @@ const Mn = /* @__PURE__ */ y({
|
|
|
1299
1299
|
r[3] || (r[3] = g("th", null, "Created", -1)),
|
|
1300
1300
|
g("th", In, [
|
|
1301
1301
|
r[1] || (r[1] = S(" Last Used ", -1)),
|
|
1302
|
-
|
|
1302
|
+
Z(n(I, {
|
|
1303
1303
|
end: "",
|
|
1304
1304
|
icon: "$info",
|
|
1305
1305
|
size: "1em"
|
|
@@ -1333,8 +1333,8 @@ const Mn = /* @__PURE__ */ y({
|
|
|
1333
1333
|
_: 1
|
|
1334
1334
|
})
|
|
1335
1335
|
]),
|
|
1336
|
-
g("td", null,
|
|
1337
|
-
g("td", Dn,
|
|
1336
|
+
g("td", null, V(e(t).accessToken ? e(i).format(e(t).accessToken.createdAt, "fullDate") : ""), 1),
|
|
1337
|
+
g("td", Dn, V(e(t).accessToken ? e(i).format(e(t).accessToken.updatedAt, "fullDate") : ""), 1)
|
|
1338
1338
|
])
|
|
1339
1339
|
])
|
|
1340
1340
|
]),
|
|
@@ -1367,7 +1367,7 @@ const Mn = /* @__PURE__ */ y({
|
|
|
1367
1367
|
l[3] || (l[3] = g("p", { class: "mb-4 mt-2" }, " Run the following command to configure your favorite IDE or AI agent: ", -1)),
|
|
1368
1368
|
g("div", Tn, [
|
|
1369
1369
|
g("code", Un, [
|
|
1370
|
-
S(
|
|
1370
|
+
S(V(e(u)) + " ", 1),
|
|
1371
1371
|
n(I, {
|
|
1372
1372
|
class: "ms-2",
|
|
1373
1373
|
end: "",
|
|
@@ -1413,8 +1413,8 @@ const Mn = /* @__PURE__ */ y({
|
|
|
1413
1413
|
return H(i, async (r) => {
|
|
1414
1414
|
r && (a.ecosystem.mcp.seen = !0, await t.fetch());
|
|
1415
1415
|
}), (r, l) => {
|
|
1416
|
-
const d = ie, f = Pn, v = An, _ = Mn,
|
|
1417
|
-
return c(), m(
|
|
1416
|
+
const d = ie, f = Pn, v = An, _ = Mn, k = de;
|
|
1417
|
+
return c(), m(k, {
|
|
1418
1418
|
modelValue: i.value,
|
|
1419
1419
|
"onUpdate:modelValue": l[3] || (l[3] = ($) => i.value = $),
|
|
1420
1420
|
height: "auto",
|
|
@@ -1464,7 +1464,7 @@ const Mn = /* @__PURE__ */ y({
|
|
|
1464
1464
|
]),
|
|
1465
1465
|
_: 1
|
|
1466
1466
|
})) : h("", !0),
|
|
1467
|
-
e(t).key ? (c(),
|
|
1467
|
+
e(t).key ? (c(), C(D, { key: 1 }, [
|
|
1468
1468
|
n(v),
|
|
1469
1469
|
n(_, {
|
|
1470
1470
|
modelValue: e(o),
|
|
@@ -1497,7 +1497,7 @@ const Mn = /* @__PURE__ */ y({
|
|
|
1497
1497
|
link: "",
|
|
1498
1498
|
"prepend-icon": `svg:${e(mo)}`,
|
|
1499
1499
|
rounded: "lg",
|
|
1500
|
-
title: "API Key"
|
|
1500
|
+
title: "MCP API Key"
|
|
1501
1501
|
}, z({
|
|
1502
1502
|
default: s(() => [
|
|
1503
1503
|
n(u, {
|
|
@@ -1526,7 +1526,7 @@ const Mn = /* @__PURE__ */ y({
|
|
|
1526
1526
|
]), 1032, ["active", "prepend-icon"]);
|
|
1527
1527
|
};
|
|
1528
1528
|
}
|
|
1529
|
-
}),
|
|
1529
|
+
}), Fn = { class: "text-caption" }, En = /* @__PURE__ */ y({
|
|
1530
1530
|
__name: "VoSubscriptionInvoices",
|
|
1531
1531
|
setup(p) {
|
|
1532
1532
|
const t = me(), a = O();
|
|
@@ -1545,7 +1545,7 @@ const Mn = /* @__PURE__ */ y({
|
|
|
1545
1545
|
rounded: "lg"
|
|
1546
1546
|
}, {
|
|
1547
1547
|
default: s(() => [
|
|
1548
|
-
n(
|
|
1548
|
+
n(kt, {
|
|
1549
1549
|
"fixed-header": "",
|
|
1550
1550
|
height: "450",
|
|
1551
1551
|
items: e(a).invoices,
|
|
@@ -1553,10 +1553,10 @@ const Mn = /* @__PURE__ */ y({
|
|
|
1553
1553
|
sticky: ""
|
|
1554
1554
|
}, {
|
|
1555
1555
|
"item.date": s(({ item: r }) => [
|
|
1556
|
-
g("div",
|
|
1556
|
+
g("div", Fn, V(e(t).format(new Date(r.date * 1e3), "fullDateWithWeekday")), 1)
|
|
1557
1557
|
]),
|
|
1558
1558
|
"item.amount": s(({ item: r }) => [
|
|
1559
|
-
S(" $" +
|
|
1559
|
+
S(" $" + V(r.amount / 100), 1)
|
|
1560
1560
|
]),
|
|
1561
1561
|
"item.status": s(({ item: r }) => [
|
|
1562
1562
|
n(ee, {
|
|
@@ -1591,7 +1591,7 @@ const Mn = /* @__PURE__ */ y({
|
|
|
1591
1591
|
});
|
|
1592
1592
|
};
|
|
1593
1593
|
}
|
|
1594
|
-
}),
|
|
1594
|
+
}), Zn = { class: "d-flex align-center" }, Nn = ["textContent"], Hn = { class: "me-1" }, jn = { class: "text-medium-emphasis text-caption" }, Rn = { class: "d-flex align-center" }, qn = { class: "d-flex align-start justify-space-between text-caption py-2" }, Wn = { class: "font-weight-bold" }, Gn = { class: "font-weight-bold" }, Kn = /* @__PURE__ */ y({
|
|
1595
1595
|
__name: "VoSubscriptionStatus",
|
|
1596
1596
|
emits: ["change:subscription"],
|
|
1597
1597
|
setup(p, { emit: t }) {
|
|
@@ -1645,17 +1645,17 @@ const Mn = /* @__PURE__ */ y({
|
|
|
1645
1645
|
e(o).info ? {
|
|
1646
1646
|
name: "subtitle",
|
|
1647
1647
|
fn: s(() => [
|
|
1648
|
-
g("div",
|
|
1648
|
+
g("div", Zn, [
|
|
1649
1649
|
g("strong", {
|
|
1650
1650
|
key: "status",
|
|
1651
1651
|
class: "text-capitalize hidden-sm-and-down",
|
|
1652
|
-
textContent:
|
|
1653
|
-
}, null, 8,
|
|
1654
|
-
e(o).info.items.length > 0 ? (c(),
|
|
1652
|
+
textContent: V(e(o).info.status)
|
|
1653
|
+
}, null, 8, Nn),
|
|
1654
|
+
e(o).info.items.length > 0 ? (c(), C(D, { key: 0 }, [
|
|
1655
1655
|
d[1] || (d[1] = g("span", { class: "mx-1 hidden-sm-and-down" }, "—", -1)),
|
|
1656
1656
|
g("span", Hn, [
|
|
1657
|
-
S(" $" +
|
|
1658
|
-
g("span", jn, "/" +
|
|
1657
|
+
S(" $" + V(e(o).info.items[0].plan.amount / 100), 1),
|
|
1658
|
+
g("span", jn, "/" + V(e(o).interval), 1)
|
|
1659
1659
|
]),
|
|
1660
1660
|
n(f, {
|
|
1661
1661
|
size: "x-small",
|
|
@@ -1689,13 +1689,13 @@ const Mn = /* @__PURE__ */ y({
|
|
|
1689
1689
|
]), 1024),
|
|
1690
1690
|
g("div", qn, [
|
|
1691
1691
|
g("div", null, [
|
|
1692
|
-
e(o).info?.status === "active" ? (c(),
|
|
1692
|
+
e(o).info?.status === "active" ? (c(), C(D, { key: 0 }, [
|
|
1693
1693
|
d[3] || (d[3] = S(" Your plan renews on ", -1)),
|
|
1694
|
-
g("span", Wn,
|
|
1694
|
+
g("span", Wn, V(e(a).format(e(u), "fullDateWithWeekday")), 1),
|
|
1695
1695
|
d[4] || (d[4] = S(". ", -1))
|
|
1696
|
-
], 64)) : (c(),
|
|
1696
|
+
], 64)) : (c(), C(D, { key: 1 }, [
|
|
1697
1697
|
d[5] || (d[5] = S(" Your plan ends on ", -1)),
|
|
1698
|
-
g("span", Gn,
|
|
1698
|
+
g("span", Gn, V(e(a).format(e(o).info?.currentPeriodEnd, "fullDateWithWeekday")), 1),
|
|
1699
1699
|
d[6] || (d[6] = S(". ", -1))
|
|
1700
1700
|
], 64))
|
|
1701
1701
|
])
|
|
@@ -1715,18 +1715,15 @@ const Mn = /* @__PURE__ */ y({
|
|
|
1715
1715
|
},
|
|
1716
1716
|
setup(p) {
|
|
1717
1717
|
const t = [
|
|
1718
|
-
"
|
|
1719
|
-
"Team
|
|
1720
|
-
"
|
|
1718
|
+
"Embeddable playgrounds for your own documentation",
|
|
1719
|
+
"Team shared workspaces for bins and playgrounds",
|
|
1720
|
+
"Real-time collaboration on bins and playgrounds"
|
|
1721
1721
|
], a = M(!1), o = O(), i = b(() => {
|
|
1722
1722
|
const u = [
|
|
1723
|
-
"Ad
|
|
1724
|
-
'Save and share across
|
|
1725
|
-
'Pinned
|
|
1726
|
-
"
|
|
1727
|
-
"Custom Vuetify One menu avatar"
|
|
1728
|
-
// Broken right now
|
|
1729
|
-
// 'Special role in the <a href="https://discord.vuetifyjs.com/" target="_blank">Vuetify Discord</a>',
|
|
1723
|
+
"Ad-free experience on all Vuetify properties",
|
|
1724
|
+
'Save and share across <a href="https://play.vuetifyjs.com" target="_blank">Vuetify Play</a>, <a href="https://bin.vuetifyjs.com" target="_blank">Vuetify Bin</a>, <a href="https://studio.vuetifyjs.com" target="_blank">Vuetify Studio</a>, and <a href="https://link.vuetifyjs.com" target="_blank">Vuetify Link</a>',
|
|
1725
|
+
'Pinned pages and rail navigation in <a href="https://vuetifyjs.com/" target="_blank">Documentation</a>',
|
|
1726
|
+
"Vuetify MCP API key for AI-assisted development"
|
|
1730
1727
|
];
|
|
1731
1728
|
return p.type === "team" && u.unshift("Invite up to 25 team members"), u;
|
|
1732
1729
|
});
|
|
@@ -1734,8 +1731,8 @@ const Mn = /* @__PURE__ */ y({
|
|
|
1734
1731
|
u && o.subscriptionInfo();
|
|
1735
1732
|
}), (u, r) => {
|
|
1736
1733
|
const l = q;
|
|
1737
|
-
return c(),
|
|
1738
|
-
n(
|
|
1734
|
+
return c(), C(D, null, [
|
|
1735
|
+
n(Ze, { class: "font-weight-black" }, {
|
|
1739
1736
|
default: s(() => [...r[0] || (r[0] = [
|
|
1740
1737
|
S("Perks", -1)
|
|
1741
1738
|
])]),
|
|
@@ -1749,10 +1746,10 @@ const Mn = /* @__PURE__ */ y({
|
|
|
1749
1746
|
nav: ""
|
|
1750
1747
|
}, {
|
|
1751
1748
|
default: s(() => [
|
|
1752
|
-
(c(!0),
|
|
1749
|
+
(c(!0), C(D, null, G(e(i), (d, f) => (c(), m(l, {
|
|
1753
1750
|
key: f,
|
|
1754
1751
|
class: "mb-0",
|
|
1755
|
-
"prepend-icon": `svg:${e(
|
|
1752
|
+
"prepend-icon": `svg:${e(ke)}`
|
|
1756
1753
|
}, {
|
|
1757
1754
|
prepend: s(() => [
|
|
1758
1755
|
n(I, {
|
|
@@ -1770,7 +1767,7 @@ const Mn = /* @__PURE__ */ y({
|
|
|
1770
1767
|
_: 1
|
|
1771
1768
|
}),
|
|
1772
1769
|
r[3] || (r[3] = g("br", null, null, -1)),
|
|
1773
|
-
n(
|
|
1770
|
+
n(Ze, { class: "font-weight-black" }, {
|
|
1774
1771
|
default: s(() => [...r[1] || (r[1] = [
|
|
1775
1772
|
S("Up Next", -1)
|
|
1776
1773
|
])]),
|
|
@@ -1784,7 +1781,7 @@ const Mn = /* @__PURE__ */ y({
|
|
|
1784
1781
|
nav: ""
|
|
1785
1782
|
}, {
|
|
1786
1783
|
default: s(() => [
|
|
1787
|
-
(c(),
|
|
1784
|
+
(c(), C(D, null, G(t, (d, f) => n(l, {
|
|
1788
1785
|
key: f,
|
|
1789
1786
|
class: "mb-0",
|
|
1790
1787
|
"prepend-icon": `svg:${e(vo)}`
|
|
@@ -1828,7 +1825,7 @@ const Mn = /* @__PURE__ */ y({
|
|
|
1828
1825
|
};
|
|
1829
1826
|
return H(t, async (d) => {
|
|
1830
1827
|
d && i.subscriptionInfo();
|
|
1831
|
-
}), (d, f) => (c(),
|
|
1828
|
+
}), (d, f) => (c(), C(D, null, [
|
|
1832
1829
|
n(bt, {
|
|
1833
1830
|
modelValue: o.value,
|
|
1834
1831
|
"onUpdate:modelValue": f[0] || (f[0] = (v) => o.value = v),
|
|
@@ -1843,7 +1840,7 @@ const Mn = /* @__PURE__ */ y({
|
|
|
1843
1840
|
md: "6"
|
|
1844
1841
|
}, {
|
|
1845
1842
|
default: s(() => [
|
|
1846
|
-
n(
|
|
1843
|
+
n(Ne, { value: "solo" }, {
|
|
1847
1844
|
default: s(({ toggle: v, isSelected: _ }) => [
|
|
1848
1845
|
n(P, {
|
|
1849
1846
|
border: _ ? "sm primary opacity-50" : "sm",
|
|
@@ -1871,7 +1868,7 @@ const Mn = /* @__PURE__ */ y({
|
|
|
1871
1868
|
md: "6"
|
|
1872
1869
|
}, {
|
|
1873
1870
|
default: s(() => [
|
|
1874
|
-
n(
|
|
1871
|
+
n(Ne, { value: "team" }, {
|
|
1875
1872
|
default: s(({ toggle: v, isSelected: _ }) => [
|
|
1876
1873
|
n(P, {
|
|
1877
1874
|
border: _ ? "sm primary opacity-50" : "sm",
|
|
@@ -1923,7 +1920,7 @@ const Mn = /* @__PURE__ */ y({
|
|
|
1923
1920
|
function t(v) {
|
|
1924
1921
|
return new Promise((_) => setTimeout(_, v));
|
|
1925
1922
|
}
|
|
1926
|
-
const a = W(p, "modelValue"), o = O(), i =
|
|
1923
|
+
const a = W(p, "modelValue"), o = O(), i = Ce(), u = M(o.interval), r = M(o.subscriptionType), l = M(o.hasBilling ? "status" : "subscribe"), d = M(!1);
|
|
1927
1924
|
H([u, r], ([v, _]) => {
|
|
1928
1925
|
!o.isSubscriber || !o.interval || !o.subscriptionType || (d.value = v !== o.interval || _ !== o.subscriptionType);
|
|
1929
1926
|
}), H(a, async (v) => {
|
|
@@ -1934,14 +1931,14 @@ const Mn = /* @__PURE__ */ y({
|
|
|
1934
1931
|
o.subscriptionInfo();
|
|
1935
1932
|
}), H(i, async () => {
|
|
1936
1933
|
!o.sessionId && !["subscribe", "status"].includes(i.value.one) || i.value.team || (l.value = o.sessionId || i.value.one === "status" ? "status" : "subscribe", o.isOpen = !0, await be(), a.value = !0);
|
|
1937
|
-
}, { immediate: !0 }),
|
|
1934
|
+
}, { immediate: !0 }), Zt(() => {
|
|
1938
1935
|
u.value = o.interval ?? "year", r.value = o.subscriptionType ?? "solo";
|
|
1939
1936
|
});
|
|
1940
1937
|
async function f() {
|
|
1941
1938
|
await o.modify(u.value, r.value), await o.subscriptionInfo(), d.value = null, await t(3e3), l.value = "status", await t(300), d.value = !1;
|
|
1942
1939
|
}
|
|
1943
1940
|
return (v, _) => {
|
|
1944
|
-
const
|
|
1941
|
+
const k = ie, $ = Jn, L = Xn, U = Kn, Y = En, x = we, pe = de;
|
|
1945
1942
|
return c(), m(pe, {
|
|
1946
1943
|
modelValue: a.value,
|
|
1947
1944
|
"onUpdate:modelValue": _[5] || (_[5] = (B) => a.value = B),
|
|
@@ -1956,11 +1953,11 @@ const Mn = /* @__PURE__ */ y({
|
|
|
1956
1953
|
g("div", es, [
|
|
1957
1954
|
n(X, null, {
|
|
1958
1955
|
default: s(() => [
|
|
1959
|
-
n(
|
|
1956
|
+
n(k, {
|
|
1960
1957
|
text: "The Vuetify One subscription is a great way to support the Vuetify team and get access to exclusive features and content.",
|
|
1961
1958
|
title: "Vuetify One"
|
|
1962
1959
|
}),
|
|
1963
|
-
n(
|
|
1960
|
+
n(Vt, { "model-value": e(l) }, {
|
|
1964
1961
|
default: s(() => [
|
|
1965
1962
|
n(_e, { value: "subscribe" }, {
|
|
1966
1963
|
default: s(() => [
|
|
@@ -2082,7 +2079,7 @@ const Mn = /* @__PURE__ */ y({
|
|
|
2082
2079
|
const r = we;
|
|
2083
2080
|
return c(), m(nn, {
|
|
2084
2081
|
"dot-color": i.sponsorship?.isActive ? "success" : "transparent",
|
|
2085
|
-
icon: i.sponsorship?.isActive ? `svg:${e(
|
|
2082
|
+
icon: i.sponsorship?.isActive ? `svg:${e(ke)}` : void 0,
|
|
2086
2083
|
size: "x-small",
|
|
2087
2084
|
width: "100%"
|
|
2088
2085
|
}, {
|
|
@@ -2095,14 +2092,14 @@ const Mn = /* @__PURE__ */ y({
|
|
|
2095
2092
|
variant: "text"
|
|
2096
2093
|
}, {
|
|
2097
2094
|
subtitle: s(() => [
|
|
2098
|
-
i.sponsorship?.isActive ? (c(),
|
|
2095
|
+
i.sponsorship?.isActive ? (c(), C("div", ss, [
|
|
2099
2096
|
n(I, {
|
|
2100
2097
|
icon: `svg:${e(bo)}`,
|
|
2101
2098
|
size: "x-small"
|
|
2102
2099
|
}, null, 8, ["icon"]),
|
|
2103
|
-
S(" " +
|
|
2104
|
-
])) : (c(),
|
|
2105
|
-
S(
|
|
2100
|
+
S(" " + V(e(o)), 1)
|
|
2101
|
+
])) : (c(), C(D, { key: 1 }, [
|
|
2102
|
+
S(V(i.text), 1)
|
|
2106
2103
|
], 64))
|
|
2107
2104
|
]),
|
|
2108
2105
|
append: s(() => [
|
|
@@ -2205,7 +2202,7 @@ const Mn = /* @__PURE__ */ y({
|
|
|
2205
2202
|
},
|
|
2206
2203
|
emits: ["update:modelValue"],
|
|
2207
2204
|
setup(p) {
|
|
2208
|
-
const t = W(p, "modelValue"), a =
|
|
2205
|
+
const t = W(p, "modelValue"), a = Ce(), o = O();
|
|
2209
2206
|
return H(a, async () => {
|
|
2210
2207
|
a.value.one === "sponsorships" && (o.isOpen = !0, await be(), t.value = !0);
|
|
2211
2208
|
}, { immediate: !0 }), (i, u) => {
|
|
@@ -2213,7 +2210,7 @@ const Mn = /* @__PURE__ */ y({
|
|
|
2213
2210
|
return c(), m(d, {
|
|
2214
2211
|
modelValue: t.value,
|
|
2215
2212
|
"onUpdate:modelValue": u[0] || (u[0] = (f) => t.value = f),
|
|
2216
|
-
"prepend-icon": `svg:${e(
|
|
2213
|
+
"prepend-icon": `svg:${e(Co)}`,
|
|
2217
2214
|
title: "Sponsorships"
|
|
2218
2215
|
}, {
|
|
2219
2216
|
default: s(() => [
|
|
@@ -2245,10 +2242,10 @@ const Mn = /* @__PURE__ */ y({
|
|
|
2245
2242
|
]),
|
|
2246
2243
|
title: s(() => [
|
|
2247
2244
|
u[1] || (u[1] = S(" One Status: ", -1)),
|
|
2248
|
-
g("span", cs,
|
|
2245
|
+
g("span", cs, V(e(o).isSubscriber ? "Active" : "Inactive"), 1)
|
|
2249
2246
|
]),
|
|
2250
2247
|
text: s(() => [
|
|
2251
|
-
g("div", ds,
|
|
2248
|
+
g("div", ds, V(e(o).isSubscriber ? "You are currently receiving benefits of Vuetify One." : "Login to activate Vuetify One benefits"), 1)
|
|
2252
2249
|
]),
|
|
2253
2250
|
_: 1
|
|
2254
2251
|
})
|
|
@@ -2273,7 +2270,7 @@ const Mn = /* @__PURE__ */ y({
|
|
|
2273
2270
|
return c(), m(u, {
|
|
2274
2271
|
active: e(t),
|
|
2275
2272
|
link: "",
|
|
2276
|
-
"prepend-icon": `svg:${e(
|
|
2273
|
+
"prepend-icon": `svg:${e(ko)}`,
|
|
2277
2274
|
rounded: "lg",
|
|
2278
2275
|
title: "Sponsorships"
|
|
2279
2276
|
}, {
|
|
@@ -2288,7 +2285,7 @@ const Mn = /* @__PURE__ */ y({
|
|
|
2288
2285
|
};
|
|
2289
2286
|
}
|
|
2290
2287
|
}), fs = K("downloads", () => {
|
|
2291
|
-
const p = J(), t = oe(), a =
|
|
2288
|
+
const p = J(), t = oe(), a = F([]), o = M(!1);
|
|
2292
2289
|
async function i() {
|
|
2293
2290
|
if (a.value.length > 0)
|
|
2294
2291
|
return a.value;
|
|
@@ -2349,7 +2346,7 @@ const Mn = /* @__PURE__ */ y({
|
|
|
2349
2346
|
rounded: "lg"
|
|
2350
2347
|
}, {
|
|
2351
2348
|
default: s(() => [
|
|
2352
|
-
n(
|
|
2349
|
+
n(kt, {
|
|
2353
2350
|
"fixed-header": "",
|
|
2354
2351
|
headers: o,
|
|
2355
2352
|
height: "640",
|
|
@@ -2357,22 +2354,22 @@ const Mn = /* @__PURE__ */ y({
|
|
|
2357
2354
|
loading: e(a).isLoading
|
|
2358
2355
|
}, {
|
|
2359
2356
|
"item.order_name": s(({ item: l }) => [
|
|
2360
|
-
S(" #" +
|
|
2357
|
+
S(" #" + V(l.order_name), 1)
|
|
2361
2358
|
]),
|
|
2362
2359
|
"item.created_at": s(({ item: l }) => [
|
|
2363
|
-
S(
|
|
2360
|
+
S(V(e(t).format(l.created_at, "shortDate")), 1)
|
|
2364
2361
|
]),
|
|
2365
2362
|
"item.download_items": s(({ item: l }) => [
|
|
2366
|
-
(c(!0),
|
|
2363
|
+
(c(!0), C(D, null, G(l.download_items, (d, f) => (c(), C("div", {
|
|
2367
2364
|
key: f,
|
|
2368
2365
|
class: "text-truncate"
|
|
2369
|
-
},
|
|
2366
|
+
}, V(d.name), 1))), 128))
|
|
2370
2367
|
]),
|
|
2371
2368
|
"item.download_url": s(({ item: l }) => [
|
|
2372
2369
|
n(A, {
|
|
2373
2370
|
color: "medium-emphasis",
|
|
2374
2371
|
href: l.download_url,
|
|
2375
|
-
icon: `svg:${e(
|
|
2372
|
+
icon: `svg:${e(Vo)}`,
|
|
2376
2373
|
size: "small",
|
|
2377
2374
|
target: "_blank",
|
|
2378
2375
|
variant: "text"
|
|
@@ -2438,7 +2435,7 @@ const Mn = /* @__PURE__ */ y({
|
|
|
2438
2435
|
}, 8, ["active", "prepend-icon"]);
|
|
2439
2436
|
};
|
|
2440
2437
|
}
|
|
2441
|
-
}), ys = { class: "px-3" }, hs = { class: "d-flex align-center" }, bs = { class: "d-flex align-center" },
|
|
2438
|
+
}), ys = { class: "px-3" }, hs = { class: "d-flex align-center" }, bs = { class: "d-flex align-center" }, Cs = /* @__PURE__ */ y({
|
|
2442
2439
|
__name: "VoTeamDialog",
|
|
2443
2440
|
props: {
|
|
2444
2441
|
modelValue: { type: Boolean },
|
|
@@ -2446,7 +2443,7 @@ const Mn = /* @__PURE__ */ y({
|
|
|
2446
2443
|
},
|
|
2447
2444
|
emits: ["update:modelValue"],
|
|
2448
2445
|
setup(p) {
|
|
2449
|
-
const t = O(), a = De(), o = J(), { copy: i, copied: u } = Oe(), r = b(() => a.team), l =
|
|
2446
|
+
const t = O(), a = De(), o = J(), { copy: i, copied: u } = Oe(), r = b(() => a.team), l = Ce(), d = M(!1), f = [
|
|
2450
2447
|
{
|
|
2451
2448
|
title: "Name",
|
|
2452
2449
|
key: "name"
|
|
@@ -2458,7 +2455,7 @@ const Mn = /* @__PURE__ */ y({
|
|
|
2458
2455
|
sortable: !1
|
|
2459
2456
|
}
|
|
2460
2457
|
], v = b(() => `https://one.vuetifyjs.com/?invite=${a.team?.inviteCode}`), _ = W(p, "modelValue");
|
|
2461
|
-
async function
|
|
2458
|
+
async function k() {
|
|
2462
2459
|
d.value = !0;
|
|
2463
2460
|
const $ = await o.post("/one/team/regen");
|
|
2464
2461
|
a.team = $.team;
|
|
@@ -2495,7 +2492,7 @@ const Mn = /* @__PURE__ */ y({
|
|
|
2495
2492
|
rounded: "lg"
|
|
2496
2493
|
}, {
|
|
2497
2494
|
default: s(() => [
|
|
2498
|
-
n(
|
|
2495
|
+
n(Ee, {
|
|
2499
2496
|
class: "bg-surface",
|
|
2500
2497
|
subtitle: `Team - ${e(r)?.members?.length} member(s)`,
|
|
2501
2498
|
title: "Members"
|
|
@@ -2524,7 +2521,7 @@ const Mn = /* @__PURE__ */ y({
|
|
|
2524
2521
|
default: s(() => [
|
|
2525
2522
|
n(P, { color: "surface-light" }, {
|
|
2526
2523
|
default: s(() => [
|
|
2527
|
-
n(
|
|
2524
|
+
n(Ee, {
|
|
2528
2525
|
class: "bg-surface",
|
|
2529
2526
|
"prepend-icon": `svg:${e(Lo)}`,
|
|
2530
2527
|
subtitle: "Provide this link to invite your team members",
|
|
@@ -2538,14 +2535,14 @@ const Mn = /* @__PURE__ */ y({
|
|
|
2538
2535
|
flat: "",
|
|
2539
2536
|
slim: "",
|
|
2540
2537
|
text: "Reset",
|
|
2541
|
-
onClick:
|
|
2538
|
+
onClick: k
|
|
2542
2539
|
}, null, 8, ["color", "disabled"])
|
|
2543
2540
|
]),
|
|
2544
2541
|
_: 1
|
|
2545
2542
|
}, 8, ["prepend-icon"]),
|
|
2546
2543
|
n(X, { class: "pt-4" }, {
|
|
2547
2544
|
default: s(() => [
|
|
2548
|
-
n(
|
|
2545
|
+
n(Ct, {
|
|
2549
2546
|
flat: "",
|
|
2550
2547
|
"hide-details": "",
|
|
2551
2548
|
label: "Invite link",
|
|
@@ -2554,8 +2551,8 @@ const Mn = /* @__PURE__ */ y({
|
|
|
2554
2551
|
variant: "solo"
|
|
2555
2552
|
}, {
|
|
2556
2553
|
"append-inner": s(() => [
|
|
2557
|
-
|
|
2558
|
-
icon: `svg:${e(u) ? e(
|
|
2554
|
+
Z(n(I, {
|
|
2555
|
+
icon: `svg:${e(u) ? e(ke) : e(Re)}`,
|
|
2559
2556
|
size: "small",
|
|
2560
2557
|
onClick: L[0] || (L[0] = (x) => e(i)(e(v)))
|
|
2561
2558
|
}, null, 8, ["icon"]), [
|
|
@@ -2580,7 +2577,7 @@ const Mn = /* @__PURE__ */ y({
|
|
|
2580
2577
|
key: "0"
|
|
2581
2578
|
} : void 0
|
|
2582
2579
|
]), 1032, ["subtitle"]),
|
|
2583
|
-
n(
|
|
2580
|
+
n(N),
|
|
2584
2581
|
n(X, { class: "pa-2" }, {
|
|
2585
2582
|
default: s(() => [
|
|
2586
2583
|
n($e, {
|
|
@@ -2600,7 +2597,7 @@ const Mn = /* @__PURE__ */ y({
|
|
|
2600
2597
|
size: "x-small",
|
|
2601
2598
|
start: ""
|
|
2602
2599
|
}, null, 8, ["image"]),
|
|
2603
|
-
g("span", null,
|
|
2600
|
+
g("span", null, V(x.name), 1)
|
|
2604
2601
|
])
|
|
2605
2602
|
]),
|
|
2606
2603
|
"item.actions": s(({ item: x }) => [
|
|
@@ -2645,7 +2642,7 @@ const Mn = /* @__PURE__ */ y({
|
|
|
2645
2642
|
rounded: "lg"
|
|
2646
2643
|
}, {
|
|
2647
2644
|
default: s(() => [
|
|
2648
|
-
n(
|
|
2645
|
+
n(Ee, {
|
|
2649
2646
|
"prepend-icon": `svg:${e(ot)}`,
|
|
2650
2647
|
subtitle: "You are currently a member of a team with an All-access Pass.",
|
|
2651
2648
|
title: "My Team access"
|
|
@@ -2692,12 +2689,12 @@ const Mn = /* @__PURE__ */ y({
|
|
|
2692
2689
|
}, 8, ["modelValue", "prepend-icon"]);
|
|
2693
2690
|
};
|
|
2694
2691
|
}
|
|
2695
|
-
}),
|
|
2692
|
+
}), ks = /* @__PURE__ */ y({
|
|
2696
2693
|
__name: "VoTeamListItem",
|
|
2697
2694
|
setup(p) {
|
|
2698
2695
|
const t = M(!1);
|
|
2699
2696
|
return (a, o) => {
|
|
2700
|
-
const i =
|
|
2697
|
+
const i = Cs, u = q;
|
|
2701
2698
|
return c(), m(u, {
|
|
2702
2699
|
active: e(t),
|
|
2703
2700
|
link: "",
|
|
@@ -2730,6 +2727,13 @@ const Mn = /* @__PURE__ */ y({
|
|
|
2730
2727
|
href: "https://bin.vuetifyjs.com",
|
|
2731
2728
|
icon: "$vuetify-bin"
|
|
2732
2729
|
},
|
|
2730
|
+
{
|
|
2731
|
+
id: "create",
|
|
2732
|
+
name: "Vuetify Create",
|
|
2733
|
+
description: "Project scaffolding tool",
|
|
2734
|
+
href: "https://github.com/vuetifyjs/create/",
|
|
2735
|
+
icon: "$vuetify-create"
|
|
2736
|
+
},
|
|
2733
2737
|
{
|
|
2734
2738
|
id: "studio",
|
|
2735
2739
|
name: "Vuetify Studio",
|
|
@@ -2751,6 +2755,13 @@ const Mn = /* @__PURE__ */ y({
|
|
|
2751
2755
|
href: "https://link.vuetifyjs.com",
|
|
2752
2756
|
icon: "$vuetify-link"
|
|
2753
2757
|
},
|
|
2758
|
+
{
|
|
2759
|
+
id: "mcp",
|
|
2760
|
+
name: "Vuetify MCP",
|
|
2761
|
+
description: "MCP library for chat bots",
|
|
2762
|
+
href: "https://github.com/vuetifyjs/mcp/",
|
|
2763
|
+
icon: "$vuetify-mcp"
|
|
2764
|
+
},
|
|
2754
2765
|
{
|
|
2755
2766
|
id: "issues",
|
|
2756
2767
|
name: "Vuetify Issues",
|
|
@@ -2764,6 +2775,13 @@ const Mn = /* @__PURE__ */ y({
|
|
|
2764
2775
|
description: "Premium themes and templates",
|
|
2765
2776
|
href: "https://store.vuetifyjs.com",
|
|
2766
2777
|
icon: "$vuetify-store"
|
|
2778
|
+
},
|
|
2779
|
+
{
|
|
2780
|
+
id: "figma",
|
|
2781
|
+
name: "Vuetify Figma",
|
|
2782
|
+
description: "Figma design resources",
|
|
2783
|
+
href: "https://www.figma.com/community/file/768809027799962739",
|
|
2784
|
+
icon: "$vuetify-figma"
|
|
2767
2785
|
}
|
|
2768
2786
|
];
|
|
2769
2787
|
function Tt() {
|
|
@@ -2788,7 +2806,7 @@ function Tt() {
|
|
|
2788
2806
|
const at = /* @__PURE__ */ y({
|
|
2789
2807
|
__name: "VoEcosystemMenu",
|
|
2790
2808
|
setup(p) {
|
|
2791
|
-
const t =
|
|
2809
|
+
const t = E(), { actions: a, isPinned: o, togglePin: i } = Tt();
|
|
2792
2810
|
return (u, r) => (c(), m(P, {
|
|
2793
2811
|
border: "",
|
|
2794
2812
|
"min-width": "240",
|
|
@@ -2800,7 +2818,7 @@ const at = /* @__PURE__ */ y({
|
|
|
2800
2818
|
nav: ""
|
|
2801
2819
|
}, {
|
|
2802
2820
|
default: s(() => [
|
|
2803
|
-
(c(!0),
|
|
2821
|
+
(c(!0), C(D, null, G(e(a), (l) => Z((c(), m(le, {
|
|
2804
2822
|
key: l.id,
|
|
2805
2823
|
href: l.href,
|
|
2806
2824
|
"prepend-icon": l.icon,
|
|
@@ -2811,7 +2829,7 @@ const at = /* @__PURE__ */ y({
|
|
|
2811
2829
|
e(t).user ? {
|
|
2812
2830
|
name: "append",
|
|
2813
2831
|
fn: s(() => [
|
|
2814
|
-
|
|
2832
|
+
Z(n(A, {
|
|
2815
2833
|
icon: `svg:${e(o)(l.id) ? e(Io) : e(Do)}`,
|
|
2816
2834
|
size: "x-small",
|
|
2817
2835
|
variant: "text",
|
|
@@ -2832,7 +2850,7 @@ const at = /* @__PURE__ */ y({
|
|
|
2832
2850
|
_: 1
|
|
2833
2851
|
}));
|
|
2834
2852
|
}
|
|
2835
|
-
}),
|
|
2853
|
+
}), Vs = /* @__PURE__ */ y({
|
|
2836
2854
|
__name: "VoEcosystemListItem",
|
|
2837
2855
|
setup(p) {
|
|
2838
2856
|
const t = T(), { mobile: a } = ae(), o = M(!1);
|
|
@@ -2847,7 +2865,7 @@ const at = /* @__PURE__ */ y({
|
|
|
2847
2865
|
title: "Vuetify Ecosystem"
|
|
2848
2866
|
}, z({
|
|
2849
2867
|
default: s(() => [
|
|
2850
|
-
e(a) ? (c(), m(
|
|
2868
|
+
e(a) ? (c(), m(Ve, {
|
|
2851
2869
|
key: 0,
|
|
2852
2870
|
modelValue: e(o),
|
|
2853
2871
|
"onUpdate:modelValue": u[0] || (u[0] = (l) => j(o) ? o.value = l : null),
|
|
@@ -2864,7 +2882,7 @@ const at = /* @__PURE__ */ y({
|
|
|
2864
2882
|
"onUpdate:modelValue": u[1] || (u[1] = (l) => j(o) ? o.value = l : null),
|
|
2865
2883
|
activator: "parent",
|
|
2866
2884
|
"close-on-content-click": !1,
|
|
2867
|
-
offset: [16,
|
|
2885
|
+
offset: [16, 16],
|
|
2868
2886
|
submenu: ""
|
|
2869
2887
|
}, {
|
|
2870
2888
|
default: s(() => [
|
|
@@ -2915,7 +2933,7 @@ const at = /* @__PURE__ */ y({
|
|
|
2915
2933
|
lines: "three"
|
|
2916
2934
|
}, {
|
|
2917
2935
|
default: s(() => [
|
|
2918
|
-
r.items.length === 0 ? (c(),
|
|
2936
|
+
r.items.length === 0 ? (c(), C("div", $s, [
|
|
2919
2937
|
n(Ke, {
|
|
2920
2938
|
icon: "$vuetify",
|
|
2921
2939
|
size: "256"
|
|
@@ -2928,8 +2946,8 @@ const at = /* @__PURE__ */ y({
|
|
|
2928
2946
|
])]),
|
|
2929
2947
|
_: 1
|
|
2930
2948
|
})
|
|
2931
|
-
])) : (c(),
|
|
2932
|
-
(c(!0),
|
|
2949
|
+
])) : (c(), C("div", xs, [
|
|
2950
|
+
(c(!0), C(D, null, G(r.items, (d) => (c(), C("div", {
|
|
2933
2951
|
key: d.slug,
|
|
2934
2952
|
class: "mb-4"
|
|
2935
2953
|
}, [
|
|
@@ -2965,12 +2983,12 @@ const at = /* @__PURE__ */ y({
|
|
|
2965
2983
|
activator: s(({ props: _ }) => [
|
|
2966
2984
|
n(xe, { "hide-on-leave": "" }, {
|
|
2967
2985
|
default: s(() => [
|
|
2968
|
-
|
|
2986
|
+
Z(n(A, R({ ref_for: !0 }, _, {
|
|
2969
2987
|
class: "ms-auto float-right",
|
|
2970
2988
|
icon: `svg:${i(d.slug) ? e(We) : e(qe)}`,
|
|
2971
2989
|
size: "small",
|
|
2972
2990
|
variant: "text",
|
|
2973
|
-
onClick: (
|
|
2991
|
+
onClick: (k) => u(d)
|
|
2974
2992
|
}), null, 16, ["icon", "onClick"]), [
|
|
2975
2993
|
[Ie, v || e(a).mobile.value]
|
|
2976
2994
|
])
|
|
@@ -2980,9 +2998,9 @@ const at = /* @__PURE__ */ y({
|
|
|
2980
2998
|
]),
|
|
2981
2999
|
_: 2
|
|
2982
3000
|
}, 1032, ["text"]),
|
|
2983
|
-
g("div", Ls,
|
|
2984
|
-
g("div", ws,
|
|
2985
|
-
g("div", Ss,
|
|
3001
|
+
g("div", Ls, V(d.metadata.text), 1),
|
|
3002
|
+
g("div", ws, V(e(t).format(d.created_at, "fullDateWithWeekday")), 1),
|
|
3003
|
+
g("div", Ss, V(d.metadata.subtext), 1),
|
|
2986
3004
|
n(ee, R({ ref_for: !0 }, {
|
|
2987
3005
|
href: d.metadata.link.startsWith("http") ? d.metadata.link : void 0,
|
|
2988
3006
|
target: d.metadata.link.startsWith("http") ? "_blank" : void 0,
|
|
@@ -3040,10 +3058,10 @@ const at = /* @__PURE__ */ y({
|
|
|
3040
3058
|
return (d, f) => {
|
|
3041
3059
|
const v = q;
|
|
3042
3060
|
return c(), m(ve, null, {
|
|
3043
|
-
default: s(({ isHovering: _, props:
|
|
3044
|
-
n(v, R(
|
|
3061
|
+
default: s(({ isHovering: _, props: k }) => [
|
|
3062
|
+
n(v, R(k, { class: "py-4 mb-0" }), {
|
|
3045
3063
|
prepend: s(() => [
|
|
3046
|
-
g("div", Is,
|
|
3064
|
+
g("div", Is, V(d.notification.metadata.emoji), 1)
|
|
3047
3065
|
]),
|
|
3048
3066
|
append: s(() => [
|
|
3049
3067
|
n(an, {
|
|
@@ -3058,7 +3076,7 @@ const at = /* @__PURE__ */ y({
|
|
|
3058
3076
|
activator: s(({ props: $ }) => [
|
|
3059
3077
|
n(xe, { "hide-on-leave": "" }, {
|
|
3060
3078
|
default: s(() => [
|
|
3061
|
-
|
|
3079
|
+
Z(n(A, R($, {
|
|
3062
3080
|
class: "ms-auto",
|
|
3063
3081
|
icon: `svg:${r(d.notification.slug) ? e(We) : e(qe)}`,
|
|
3064
3082
|
"mdi-email-variant": "",
|
|
@@ -3081,12 +3099,12 @@ const at = /* @__PURE__ */ y({
|
|
|
3081
3099
|
default: s(() => [
|
|
3082
3100
|
n(_t, { class: "text-wrap text-h6 mb-1" }, {
|
|
3083
3101
|
default: s(() => [
|
|
3084
|
-
g("div", Ds,
|
|
3102
|
+
g("div", Ds, V(d.notification.title), 1)
|
|
3085
3103
|
]),
|
|
3086
3104
|
_: 1
|
|
3087
3105
|
}),
|
|
3088
|
-
g("div", As,
|
|
3089
|
-
g("div", Ts,
|
|
3106
|
+
g("div", As, V(e(o).format(d.notification.created_at, "fullDateWithWeekday")), 1),
|
|
3107
|
+
g("div", Ts, V(d.notification.metadata.text), 1),
|
|
3090
3108
|
n(ee, R({
|
|
3091
3109
|
"append-icon": `svg:${e(Ae)}`
|
|
3092
3110
|
}, e(u), {
|
|
@@ -3126,7 +3144,7 @@ const at = /* @__PURE__ */ y({
|
|
|
3126
3144
|
lines: "three"
|
|
3127
3145
|
}, {
|
|
3128
3146
|
default: s(() => [
|
|
3129
|
-
t.items.length === 0 ? (c(),
|
|
3147
|
+
t.items.length === 0 ? (c(), C("div", Ps, [
|
|
3130
3148
|
n(Ke, {
|
|
3131
3149
|
icon: "$vuetify",
|
|
3132
3150
|
size: "256"
|
|
@@ -3139,10 +3157,10 @@ const at = /* @__PURE__ */ y({
|
|
|
3139
3157
|
])]),
|
|
3140
3158
|
_: 1
|
|
3141
3159
|
})
|
|
3142
|
-
])) : (c(!0),
|
|
3160
|
+
])) : (c(!0), C(D, { key: 1 }, G(t.items, (i, u) => (c(), C(D, {
|
|
3143
3161
|
key: i.slug
|
|
3144
3162
|
}, [
|
|
3145
|
-
u !== 0 ? (c(), m(
|
|
3163
|
+
u !== 0 ? (c(), m(N, { key: 0 })) : h("", !0),
|
|
3146
3164
|
n(o, { notification: i }, null, 8, ["notification"])
|
|
3147
3165
|
], 64))), 128))
|
|
3148
3166
|
]),
|
|
@@ -3151,13 +3169,13 @@ const at = /* @__PURE__ */ y({
|
|
|
3151
3169
|
};
|
|
3152
3170
|
}
|
|
3153
3171
|
}), Ut = K("site", () => {
|
|
3154
|
-
const p =
|
|
3172
|
+
const p = F([]), t = F();
|
|
3155
3173
|
return {
|
|
3156
3174
|
id: p,
|
|
3157
3175
|
url: t
|
|
3158
3176
|
};
|
|
3159
3177
|
}), Be = K("banners", () => {
|
|
3160
|
-
const p = J(), t = Ut(), a = T(), o = oe(), i =
|
|
3178
|
+
const p = J(), t = Ut(), a = T(), o = oe(), i = F([]), u = M(!1), r = b(() => {
|
|
3161
3179
|
if (l.value)
|
|
3162
3180
|
return l.value;
|
|
3163
3181
|
if (a.one.banners.enabled) {
|
|
@@ -3172,7 +3190,7 @@ const at = /* @__PURE__ */ y({
|
|
|
3172
3190
|
site: v,
|
|
3173
3191
|
active: _
|
|
3174
3192
|
}
|
|
3175
|
-
}) => !_ || a.one.banners.read.includes(f) ? !1 : v.includes("dev") && !1 || v.includes("*") ? !0 : v.some((
|
|
3193
|
+
}) => !_ || a.one.banners.read.includes(f) ? !1 : v.includes("dev") && !1 || v.includes("*") ? !0 : v.some((k) => t.id.includes(k)));
|
|
3176
3194
|
}
|
|
3177
3195
|
}), l = b(() => i.value.find(({
|
|
3178
3196
|
metadata: {
|
|
@@ -3199,8 +3217,8 @@ const at = /* @__PURE__ */ y({
|
|
|
3199
3217
|
banner: r,
|
|
3200
3218
|
index: d
|
|
3201
3219
|
};
|
|
3202
|
-
}),
|
|
3203
|
-
const p = J(), t = T(), a = oe(), o =
|
|
3220
|
+
}), Fe = K("notifications", () => {
|
|
3221
|
+
const p = J(), t = T(), a = oe(), o = F([]), i = M(!1), u = b(() => o.value.filter((d) => !t.one.notifications.read.includes(d.slug))), r = b(() => o.value.filter((d) => t.one.notifications.read.includes(d.slug)));
|
|
3204
3222
|
async function l() {
|
|
3205
3223
|
try {
|
|
3206
3224
|
i.value = !0;
|
|
@@ -3220,7 +3238,7 @@ const at = /* @__PURE__ */ y({
|
|
|
3220
3238
|
unread: u,
|
|
3221
3239
|
index: l
|
|
3222
3240
|
};
|
|
3223
|
-
}), Os = { class: "text-caption" }, Bs = { class: "text-caption" },
|
|
3241
|
+
}), Os = { class: "text-caption" }, Bs = { class: "text-caption" }, Fs = /* @__PURE__ */ y({
|
|
3224
3242
|
__name: "VoNotificationsDialog",
|
|
3225
3243
|
props: {
|
|
3226
3244
|
modelValue: { type: Boolean },
|
|
@@ -3228,9 +3246,9 @@ const at = /* @__PURE__ */ y({
|
|
|
3228
3246
|
},
|
|
3229
3247
|
emits: ["update:modelValue"],
|
|
3230
3248
|
setup(p) {
|
|
3231
|
-
const t = ae(), a =
|
|
3249
|
+
const t = ae(), a = Ce(), o = Be(), i = Fe(), u = O(), r = T(), l = M(["read"]), d = W(p, "modelValue");
|
|
3232
3250
|
function f() {
|
|
3233
|
-
const _ = i.unread.map((
|
|
3251
|
+
const _ = i.unread.map((k) => k.slug);
|
|
3234
3252
|
r.one.notifications.read.push(..._);
|
|
3235
3253
|
}
|
|
3236
3254
|
function v() {
|
|
@@ -3242,16 +3260,16 @@ const at = /* @__PURE__ */ y({
|
|
|
3242
3260
|
return;
|
|
3243
3261
|
}
|
|
3244
3262
|
u.isOpen = !0, await be(), d.value = !0;
|
|
3245
|
-
}, { immediate: !0 }), (_,
|
|
3263
|
+
}, { immediate: !0 }), (_, k) => {
|
|
3246
3264
|
const $ = q, L = zs, U = Ms, Y = de;
|
|
3247
3265
|
return c(), m(Y, {
|
|
3248
3266
|
modelValue: d.value,
|
|
3249
|
-
"onUpdate:modelValue":
|
|
3267
|
+
"onUpdate:modelValue": k[2] || (k[2] = (x) => d.value = x),
|
|
3250
3268
|
"prepend-icon": `svg:${e(Ao)}`,
|
|
3251
3269
|
title: "Notifications"
|
|
3252
3270
|
}, {
|
|
3253
3271
|
append: s(() => [
|
|
3254
|
-
e(l)[0] === "read" ?
|
|
3272
|
+
e(l)[0] === "read" ? Z((c(), m(A, {
|
|
3255
3273
|
key: 0,
|
|
3256
3274
|
class: "me-2",
|
|
3257
3275
|
density: "comfortable",
|
|
@@ -3263,7 +3281,7 @@ const at = /* @__PURE__ */ y({
|
|
|
3263
3281
|
}, null, 8, ["disabled", "icon"])), [
|
|
3264
3282
|
[Q, "Mark All as Read", "start"]
|
|
3265
3283
|
]) : h("", !0),
|
|
3266
|
-
e(l)[0] === "unread" ?
|
|
3284
|
+
e(l)[0] === "unread" ? Z((c(), m(A, {
|
|
3267
3285
|
key: 1,
|
|
3268
3286
|
class: "me-2",
|
|
3269
3287
|
density: "comfortable",
|
|
@@ -3287,7 +3305,7 @@ const at = /* @__PURE__ */ y({
|
|
|
3287
3305
|
default: s(() => [
|
|
3288
3306
|
n(ne, {
|
|
3289
3307
|
selected: e(l),
|
|
3290
|
-
"onUpdate:selected":
|
|
3308
|
+
"onUpdate:selected": k[0] || (k[0] = (x) => j(l) ? l.value = x : null),
|
|
3291
3309
|
class: "px-4 pt-4",
|
|
3292
3310
|
density: "compact",
|
|
3293
3311
|
mandatory: "",
|
|
@@ -3302,7 +3320,7 @@ const at = /* @__PURE__ */ y({
|
|
|
3302
3320
|
e(i).unread.length > 0 ? {
|
|
3303
3321
|
name: "append",
|
|
3304
3322
|
fn: s(() => [
|
|
3305
|
-
g("span", Os,
|
|
3323
|
+
g("span", Os, V(e(i).unread.length), 1)
|
|
3306
3324
|
]),
|
|
3307
3325
|
key: "0"
|
|
3308
3326
|
} : void 0
|
|
@@ -3315,7 +3333,7 @@ const at = /* @__PURE__ */ y({
|
|
|
3315
3333
|
e(i).read.length > 0 ? {
|
|
3316
3334
|
name: "append",
|
|
3317
3335
|
fn: s(() => [
|
|
3318
|
-
g("span", Bs,
|
|
3336
|
+
g("span", Bs, V(e(i).read.length), 1)
|
|
3319
3337
|
]),
|
|
3320
3338
|
key: "0"
|
|
3321
3339
|
} : void 0
|
|
@@ -3342,9 +3360,9 @@ const at = /* @__PURE__ */ y({
|
|
|
3342
3360
|
}, 8, ["location", "width"]),
|
|
3343
3361
|
n(ce, { scrollable: "" }, {
|
|
3344
3362
|
default: s(() => [
|
|
3345
|
-
n(
|
|
3363
|
+
n(Vt, {
|
|
3346
3364
|
modelValue: e(l),
|
|
3347
|
-
"onUpdate:modelValue":
|
|
3365
|
+
"onUpdate:modelValue": k[1] || (k[1] = (x) => j(l) ? l.value = x : null)
|
|
3348
3366
|
}, {
|
|
3349
3367
|
default: s(() => [
|
|
3350
3368
|
n(_e, { value: "read" }, {
|
|
@@ -3385,10 +3403,10 @@ const at = /* @__PURE__ */ y({
|
|
|
3385
3403
|
}, 8, ["modelValue", "prepend-icon"]);
|
|
3386
3404
|
};
|
|
3387
3405
|
}
|
|
3388
|
-
}),
|
|
3406
|
+
}), Es = /* @__PURE__ */ y({
|
|
3389
3407
|
__name: "VoNotificationsBadge",
|
|
3390
3408
|
setup(p) {
|
|
3391
|
-
const t =
|
|
3409
|
+
const t = Fe(), a = T();
|
|
3392
3410
|
return (o, i) => (c(), m(Ye, {
|
|
3393
3411
|
color: "error",
|
|
3394
3412
|
content: e(t).unread.length,
|
|
@@ -3400,14 +3418,14 @@ const at = /* @__PURE__ */ y({
|
|
|
3400
3418
|
_: 3
|
|
3401
3419
|
}, 8, ["content", "model-value"]));
|
|
3402
3420
|
}
|
|
3403
|
-
}),
|
|
3421
|
+
}), Zs = /* @__PURE__ */ y({
|
|
3404
3422
|
__name: "VoNotificationsNavItem",
|
|
3405
3423
|
setup(p) {
|
|
3406
|
-
const t = Be(), a = T(), o =
|
|
3424
|
+
const t = Be(), a = T(), o = Fe(), i = M(!1);
|
|
3407
3425
|
return He(async () => {
|
|
3408
3426
|
o.index(), t.index();
|
|
3409
3427
|
}), (u, r) => {
|
|
3410
|
-
const l =
|
|
3428
|
+
const l = Es, d = Fs, f = q;
|
|
3411
3429
|
return e(a).one.notifications.enabled ? (c(), m(f, {
|
|
3412
3430
|
key: 0,
|
|
3413
3431
|
active: e(i),
|
|
@@ -3439,7 +3457,7 @@ const at = /* @__PURE__ */ y({
|
|
|
3439
3457
|
]), 1032, ["active", "prepend-icon"])) : h("", !0);
|
|
3440
3458
|
};
|
|
3441
3459
|
}
|
|
3442
|
-
}),
|
|
3460
|
+
}), Ns = /* @__PURE__ */ y({
|
|
3443
3461
|
__name: "VoDashboardNavItem",
|
|
3444
3462
|
setup(p) {
|
|
3445
3463
|
const t = O();
|
|
@@ -3462,9 +3480,9 @@ const at = /* @__PURE__ */ y({
|
|
|
3462
3480
|
}), Hs = /* @__PURE__ */ y({
|
|
3463
3481
|
__name: "VoUserList",
|
|
3464
3482
|
setup(p) {
|
|
3465
|
-
const t =
|
|
3483
|
+
const t = E(), a = O(), o = De();
|
|
3466
3484
|
return (i, u) => {
|
|
3467
|
-
const r =
|
|
3485
|
+
const r = Ns, l = Zs, d = Vs, f = ks, v = _s, _ = ms, k = ns, $ = Bn, L = Sn, U = bn;
|
|
3468
3486
|
return c(), m(ne, {
|
|
3469
3487
|
density: "compact",
|
|
3470
3488
|
nav: "",
|
|
@@ -3477,7 +3495,7 @@ const at = /* @__PURE__ */ y({
|
|
|
3477
3495
|
e(o).hasTeamAccess ? (c(), m(f, { key: 1 })) : h("", !0),
|
|
3478
3496
|
e(a).shopify ? (c(), m(v, { key: 2 })) : h("", !0),
|
|
3479
3497
|
n(_),
|
|
3480
|
-
e(t).user ? (c(), m(
|
|
3498
|
+
e(t).user ? (c(), m(k, { key: 3 })) : h("", !0),
|
|
3481
3499
|
e(a).isSubscriber ? (c(), m($, { key: 4 })) : h("", !0),
|
|
3482
3500
|
n(L),
|
|
3483
3501
|
e(t).user ? (c(), m(U, { key: 5 })) : h("", !0)
|
|
@@ -3489,7 +3507,7 @@ const at = /* @__PURE__ */ y({
|
|
|
3489
3507
|
}), js = { class: "mb-2" }, Rs = { key: 0 }, qs = { class: "d-flex ga-4 flex-wrap justify-center mb-4" }, Ws = { class: "text-h6" }, Gs = /* @__PURE__ */ y({
|
|
3490
3508
|
__name: "VoUserAvatar",
|
|
3491
3509
|
setup(p) {
|
|
3492
|
-
const t =
|
|
3510
|
+
const t = E(), a = O(), o = T(), i = M(!1), u = b(() => {
|
|
3493
3511
|
const d = [
|
|
3494
3512
|
"https://cdn.vuetifyjs.com/docs/images/avatars/dark.png",
|
|
3495
3513
|
"https://cdn.vuetifyjs.com/docs/images/avatars/blackguard.png",
|
|
@@ -3514,9 +3532,9 @@ const at = /* @__PURE__ */ y({
|
|
|
3514
3532
|
function l() {
|
|
3515
3533
|
a.isSubscriber && (i.value = !i.value);
|
|
3516
3534
|
}
|
|
3517
|
-
return (d, f) => (c(),
|
|
3518
|
-
|
|
3519
|
-
class:
|
|
3535
|
+
return (d, f) => (c(), C("div", null, [
|
|
3536
|
+
Z((c(), m(te, {
|
|
3537
|
+
class: Nt([
|
|
3520
3538
|
"border-md border-opacity-100 border-surface-light",
|
|
3521
3539
|
{
|
|
3522
3540
|
"cursor-pointer": e(a).isSubscriber
|
|
@@ -3546,7 +3564,7 @@ const at = /* @__PURE__ */ y({
|
|
|
3546
3564
|
g("div", js, [
|
|
3547
3565
|
n(Le, null, {
|
|
3548
3566
|
default: s(() => [
|
|
3549
|
-
e(i) ? (c(),
|
|
3567
|
+
e(i) ? (c(), C("div", Rs, [
|
|
3550
3568
|
n(P, {
|
|
3551
3569
|
class: "pt-6 pb-1",
|
|
3552
3570
|
flat: "",
|
|
@@ -3554,12 +3572,12 @@ const at = /* @__PURE__ */ y({
|
|
|
3554
3572
|
}, {
|
|
3555
3573
|
default: s(() => [
|
|
3556
3574
|
g("div", qs, [
|
|
3557
|
-
(c(!0),
|
|
3575
|
+
(c(!0), C(D, null, G(e(u), (v, _) => (c(), m(A, {
|
|
3558
3576
|
key: _,
|
|
3559
3577
|
active: e(o).one.avatar === v,
|
|
3560
3578
|
icon: "",
|
|
3561
3579
|
variant: "flat",
|
|
3562
|
-
onClick: (
|
|
3580
|
+
onClick: (k) => r(v)
|
|
3563
3581
|
}, {
|
|
3564
3582
|
default: s(() => [
|
|
3565
3583
|
n(te, {
|
|
@@ -3578,7 +3596,7 @@ const at = /* @__PURE__ */ y({
|
|
|
3578
3596
|
_: 1
|
|
3579
3597
|
})
|
|
3580
3598
|
]),
|
|
3581
|
-
g("div", Ws,
|
|
3599
|
+
g("div", Ws, V(e(t).user?.name ?? "Guest"), 1)
|
|
3582
3600
|
]));
|
|
3583
3601
|
}
|
|
3584
3602
|
}), Ks = ["href"], Ys = /* @__PURE__ */ y({
|
|
@@ -3593,11 +3611,11 @@ const at = /* @__PURE__ */ y({
|
|
|
3593
3611
|
style: { right: "0", top: "8px" }
|
|
3594
3612
|
}, {
|
|
3595
3613
|
default: s(() => [
|
|
3596
|
-
(c(!0),
|
|
3614
|
+
(c(!0), C(D, null, G(e(a), (u) => (c(), m(ve, {
|
|
3597
3615
|
key: u.id
|
|
3598
3616
|
}, {
|
|
3599
3617
|
default: s(({ isHovering: r, props: l }) => [
|
|
3600
|
-
|
|
3618
|
+
Z((c(), C("a", R({
|
|
3601
3619
|
class: "d-inline-flex",
|
|
3602
3620
|
href: u.href,
|
|
3603
3621
|
target: "_blank"
|
|
@@ -3620,7 +3638,7 @@ const at = /* @__PURE__ */ y({
|
|
|
3620
3638
|
}), Qs = /* @__PURE__ */ y({
|
|
3621
3639
|
__name: "VoUserBadges",
|
|
3622
3640
|
setup(p) {
|
|
3623
|
-
const t =
|
|
3641
|
+
const t = E(), a = O(), o = b(() => a.github || a.discord || a.isSubscriber || t.user?.isAdmin);
|
|
3624
3642
|
return (i, u) => e(o) ? (c(), m($e, {
|
|
3625
3643
|
key: 0,
|
|
3626
3644
|
class: "align-center position-absolute ms-2 d-flex ga-2 pa-2",
|
|
@@ -3629,7 +3647,7 @@ const at = /* @__PURE__ */ y({
|
|
|
3629
3647
|
style: { left: "0", top: "8px" }
|
|
3630
3648
|
}, {
|
|
3631
3649
|
default: s(() => [
|
|
3632
|
-
e(t).user?.isAdmin ?
|
|
3650
|
+
e(t).user?.isAdmin ? Z((c(), m(I, {
|
|
3633
3651
|
key: 0,
|
|
3634
3652
|
color: "blue",
|
|
3635
3653
|
icon: "$vuetify",
|
|
@@ -3637,7 +3655,7 @@ const at = /* @__PURE__ */ y({
|
|
|
3637
3655
|
}, null, 512)), [
|
|
3638
3656
|
[Q, "Vuetify Administrator", "bottom"]
|
|
3639
3657
|
]) : h("", !0),
|
|
3640
|
-
e(a).isSubscriber ?
|
|
3658
|
+
e(a).isSubscriber ? Z((c(), m(I, {
|
|
3641
3659
|
key: 1,
|
|
3642
3660
|
color: "amber-darken-2",
|
|
3643
3661
|
icon: `svg:${e(Bo)}`,
|
|
@@ -3645,7 +3663,7 @@ const at = /* @__PURE__ */ y({
|
|
|
3645
3663
|
}, null, 8, ["icon"])), [
|
|
3646
3664
|
[Q, "Vuetify One Subscriber", "bottom"]
|
|
3647
3665
|
]) : h("", !0),
|
|
3648
|
-
e(a).github ?
|
|
3666
|
+
e(a).github ? Z((c(), m(I, {
|
|
3649
3667
|
key: 2,
|
|
3650
3668
|
color: "white",
|
|
3651
3669
|
icon: "$github",
|
|
@@ -3653,7 +3671,7 @@ const at = /* @__PURE__ */ y({
|
|
|
3653
3671
|
}, null, 512)), [
|
|
3654
3672
|
[Q, "GitHub Sponsor", "bottom"]
|
|
3655
3673
|
]) : h("", !0),
|
|
3656
|
-
e(a).discord ?
|
|
3674
|
+
e(a).discord ? Z((c(), m(I, {
|
|
3657
3675
|
key: 3,
|
|
3658
3676
|
color: "white",
|
|
3659
3677
|
icon: "$discord",
|
|
@@ -3671,13 +3689,13 @@ const at = /* @__PURE__ */ y({
|
|
|
3671
3689
|
}, ea = /* @__PURE__ */ y({
|
|
3672
3690
|
__name: "VoUserColors",
|
|
3673
3691
|
setup(p) {
|
|
3674
|
-
const t =
|
|
3692
|
+
const t = E(), a = O(), o = T(), i = M(!1);
|
|
3675
3693
|
function u() {
|
|
3676
3694
|
o.one.colors.primary = "surface-light";
|
|
3677
3695
|
}
|
|
3678
3696
|
return (r, l) => {
|
|
3679
3697
|
const d = Qs, f = Ys, v = we;
|
|
3680
|
-
return c(),
|
|
3698
|
+
return c(), C(D, null, [
|
|
3681
3699
|
n(se, {
|
|
3682
3700
|
color: e(t).user ? e(o).one.colors.primary : "surface-light",
|
|
3683
3701
|
"content-class": "d-flex align-start justify-end pa-2",
|
|
@@ -3692,13 +3710,13 @@ const at = /* @__PURE__ */ y({
|
|
|
3692
3710
|
n(f),
|
|
3693
3711
|
n(Go, null, {
|
|
3694
3712
|
default: s(() => [
|
|
3695
|
-
|
|
3713
|
+
Z(g("div", Js, [
|
|
3696
3714
|
n(v, {
|
|
3697
3715
|
class: "ms-2 me-1",
|
|
3698
3716
|
color: "inherit",
|
|
3699
3717
|
density: "comfortable",
|
|
3700
3718
|
disabled: e(o).one.colors.primary === "surface-light",
|
|
3701
|
-
icon: `svg:${e(
|
|
3719
|
+
icon: `svg:${e(Fo)}`,
|
|
3702
3720
|
title: "Revert to Default",
|
|
3703
3721
|
variant: "text",
|
|
3704
3722
|
onClick: u
|
|
@@ -3715,7 +3733,7 @@ const at = /* @__PURE__ */ y({
|
|
|
3715
3733
|
class: "align-self-end",
|
|
3716
3734
|
color: "inherit",
|
|
3717
3735
|
density: "comfortable",
|
|
3718
|
-
icon: e(i) ? `svg:${e(
|
|
3736
|
+
icon: e(i) ? `svg:${e(ke)}` : "$edit",
|
|
3719
3737
|
title: "Edit One Header Color",
|
|
3720
3738
|
variant: e(i) ? "text" : "plain",
|
|
3721
3739
|
onClick: l[0] || (l[0] = (_) => i.value = !e(i))
|
|
@@ -3761,7 +3779,7 @@ const at = /* @__PURE__ */ y({
|
|
|
3761
3779
|
}), ta = { class: "text-center mt-n9 mb-4" }, oa = /* @__PURE__ */ y({
|
|
3762
3780
|
__name: "VoUserMenu",
|
|
3763
3781
|
setup(p) {
|
|
3764
|
-
const t = Be(), a = O(), o =
|
|
3782
|
+
const t = Be(), a = O(), o = F();
|
|
3765
3783
|
return H(() => t.banner, async () => {
|
|
3766
3784
|
await new Promise((i) => setTimeout(i, 300)), a.isOpen && o.value?.updateLocation?.();
|
|
3767
3785
|
}, { flush: "pre" }), (i, u) => {
|
|
@@ -3788,9 +3806,9 @@ const at = /* @__PURE__ */ y({
|
|
|
3788
3806
|
g("div", ta, [
|
|
3789
3807
|
n(l)
|
|
3790
3808
|
]),
|
|
3791
|
-
n(
|
|
3809
|
+
n(N),
|
|
3792
3810
|
n(d),
|
|
3793
|
-
n(
|
|
3811
|
+
n(N),
|
|
3794
3812
|
n(f)
|
|
3795
3813
|
]),
|
|
3796
3814
|
_: 1
|
|
@@ -3807,7 +3825,7 @@ const at = /* @__PURE__ */ y({
|
|
|
3807
3825
|
function o(i) {
|
|
3808
3826
|
t.clearTeamQuery(), i.value = !1;
|
|
3809
3827
|
}
|
|
3810
|
-
return (i, u) => e(t).teamInviteDialog ? (c(), m(
|
|
3828
|
+
return (i, u) => e(t).teamInviteDialog ? (c(), m(Ve, {
|
|
3811
3829
|
key: 0,
|
|
3812
3830
|
modelValue: e(t).teamInviteDialog,
|
|
3813
3831
|
"onUpdate:modelValue": u[1] || (u[1] = (r) => e(t).teamInviteDialog = r),
|
|
@@ -3815,7 +3833,7 @@ const at = /* @__PURE__ */ y({
|
|
|
3815
3833
|
}, {
|
|
3816
3834
|
default: s(({ isActive: r }) => [
|
|
3817
3835
|
n(P, {
|
|
3818
|
-
"prepend-icon": `svg:${e(
|
|
3836
|
+
"prepend-icon": `svg:${e(Eo)}`,
|
|
3819
3837
|
rounded: "lg",
|
|
3820
3838
|
title: "Join a Team"
|
|
3821
3839
|
}, {
|
|
@@ -3831,11 +3849,11 @@ const at = /* @__PURE__ */ y({
|
|
|
3831
3849
|
]),
|
|
3832
3850
|
text: s(() => [
|
|
3833
3851
|
u[2] || (u[2] = S(" You have been invited to join ", -1)),
|
|
3834
|
-
g("strong", null,
|
|
3852
|
+
g("strong", null, V(e(a)), 1),
|
|
3835
3853
|
u[3] || (u[3] = S("! ", -1))
|
|
3836
3854
|
]),
|
|
3837
3855
|
default: s(() => [
|
|
3838
|
-
n(
|
|
3856
|
+
n(N, { opacity: ".2" }),
|
|
3839
3857
|
n(yt, { class: "bg-surface-light" }, {
|
|
3840
3858
|
default: s(() => [
|
|
3841
3859
|
n(A, {
|
|
@@ -3871,13 +3889,13 @@ const at = /* @__PURE__ */ y({
|
|
|
3871
3889
|
external: Boolean
|
|
3872
3890
|
},
|
|
3873
3891
|
setup(p) {
|
|
3874
|
-
const t =
|
|
3875
|
-
function
|
|
3892
|
+
const t = E(), a = Fe(), o = O(), i = T(), { lgAndUp: u, smAndUp: r } = ae(), l = b(() => o.isOpen || !t.user ? i.one.colors.primary === "surface-light" ? "primary" : i.one.colors.primary : "surface-light"), d = ge(() => i.one.notifications.enabled && a.unread.length > 0), f = ge(() => o.isSubscriber && !i.ecosystem.mcp.seen), v = ge(() => !!t.user && (d.value || f.value)), _ = ge(() => f.value ? "success" : "error");
|
|
3893
|
+
function k() {
|
|
3876
3894
|
t.user || (t.dialog = !0);
|
|
3877
3895
|
}
|
|
3878
3896
|
return ($, L) => {
|
|
3879
3897
|
const U = oa, Y = we, x = It, pe = pn;
|
|
3880
|
-
return c(),
|
|
3898
|
+
return c(), C(D, null, [
|
|
3881
3899
|
n(Ye, {
|
|
3882
3900
|
color: e(_),
|
|
3883
3901
|
dot: "",
|
|
@@ -3899,14 +3917,14 @@ const at = /* @__PURE__ */ y({
|
|
|
3899
3917
|
size: e(r) ? "default" : "small",
|
|
3900
3918
|
style: { transition: ".2s ease" },
|
|
3901
3919
|
variant: e(t).user ? e(o).isOpen ? "outlined" : "text" : "flat",
|
|
3902
|
-
onClick:
|
|
3920
|
+
onClick: k
|
|
3903
3921
|
}), {
|
|
3904
3922
|
default: s(() => [
|
|
3905
3923
|
e(t).user ? (c(), m(te, {
|
|
3906
3924
|
key: 0,
|
|
3907
3925
|
image: e(i).one.avatar || e(t).user.picture || ""
|
|
3908
|
-
}, null, 8, ["image"])) : (c(),
|
|
3909
|
-
e(r) ? (c(),
|
|
3926
|
+
}, null, 8, ["image"])) : (c(), C(D, { key: 1 }, [
|
|
3927
|
+
e(r) ? (c(), C("span", aa, "Login")) : (c(), m(I, {
|
|
3910
3928
|
key: 1,
|
|
3911
3929
|
icon: `svg:${e(nt)}`
|
|
3912
3930
|
}, null, 8, ["icon"]))
|
|
@@ -3949,7 +3967,7 @@ const at = /* @__PURE__ */ y({
|
|
|
3949
3967
|
activator: s(({ props: u }) => [
|
|
3950
3968
|
w(o.$slots, "activator", ct(dt(u)), () => [
|
|
3951
3969
|
n(A, R(u, {
|
|
3952
|
-
icon: `svg:${e(
|
|
3970
|
+
icon: `svg:${e(Zo)}`,
|
|
3953
3971
|
size: "small"
|
|
3954
3972
|
}), null, 16, ["icon"])
|
|
3955
3973
|
])
|
|
@@ -3960,11 +3978,11 @@ const at = /* @__PURE__ */ y({
|
|
|
3960
3978
|
rounded: "lg"
|
|
3961
3979
|
}, {
|
|
3962
3980
|
default: s(() => [
|
|
3963
|
-
a.prepend ? (c(),
|
|
3981
|
+
a.prepend ? (c(), C("div", ia, [
|
|
3964
3982
|
w(o.$slots, "prepend")
|
|
3965
3983
|
])) : h("", !0),
|
|
3966
|
-
a.title ? (c(),
|
|
3967
|
-
a.prepend ? (c(), m(
|
|
3984
|
+
a.title ? (c(), C(D, { key: 1 }, [
|
|
3985
|
+
a.prepend ? (c(), m(N, {
|
|
3968
3986
|
key: 0,
|
|
3969
3987
|
class: "mb-3"
|
|
3970
3988
|
})) : h("", !0),
|
|
@@ -3973,11 +3991,11 @@ const at = /* @__PURE__ */ y({
|
|
|
3973
3991
|
])
|
|
3974
3992
|
], 64)) : h("", !0),
|
|
3975
3993
|
a.default ? w(o.$slots, "default", { key: 2 }) : h("", !0),
|
|
3976
|
-
a.extension ? (c(),
|
|
3994
|
+
a.extension ? (c(), C("div", la, [
|
|
3977
3995
|
w(o.$slots, "extension")
|
|
3978
3996
|
])) : h("", !0),
|
|
3979
|
-
a.append ? (c(),
|
|
3980
|
-
n(
|
|
3997
|
+
a.append ? (c(), C(D, { key: 4 }, [
|
|
3998
|
+
n(N, { class: "my-3" }),
|
|
3981
3999
|
g("div", ua, [
|
|
3982
4000
|
w(o.$slots, "append")
|
|
3983
4001
|
])
|
|
@@ -4002,7 +4020,7 @@ const at = /* @__PURE__ */ y({
|
|
|
4002
4020
|
setup(p) {
|
|
4003
4021
|
const t = p, a = W(p, "mobileMenu"), o = ut(), i = Te(), u = Pe(), { mobile: r } = ae(), l = b(() => t.responsive == !0 && r.value), d = b(() => `https://cdn.vuetifyjs.com/docs/images/one/logos/${t.logo}-logo-${i.current.value.dark ? "dark" : "light"}.png`);
|
|
4004
4022
|
return (f, v) => {
|
|
4005
|
-
const _ = lt("router-link"),
|
|
4023
|
+
const _ = lt("router-link"), k = ca, $ = Pt;
|
|
4006
4024
|
return c(), m(xt, {
|
|
4007
4025
|
class: "border-b",
|
|
4008
4026
|
image: e(u).suit["app-bar"],
|
|
@@ -4026,7 +4044,7 @@ const at = /* @__PURE__ */ y({
|
|
|
4026
4044
|
]),
|
|
4027
4045
|
append: s(() => [
|
|
4028
4046
|
w(f.$slots, "append-fixed"),
|
|
4029
|
-
e(l) ? (c(), m(
|
|
4047
|
+
e(l) ? (c(), m(k, {
|
|
4030
4048
|
key: 0,
|
|
4031
4049
|
modelValue: a.value,
|
|
4032
4050
|
"onUpdate:modelValue": v[0] || (v[0] = (L) => a.value = L)
|
|
@@ -4043,7 +4061,7 @@ const at = /* @__PURE__ */ y({
|
|
|
4043
4061
|
])
|
|
4044
4062
|
}))
|
|
4045
4063
|
]), 1032, ["modelValue"])) : w(f.$slots, "append", { key: 1 }),
|
|
4046
|
-
"append" in o || "append-fixed" in o ? (c(), m(
|
|
4064
|
+
"append" in o || "append-fixed" in o ? (c(), m(N, {
|
|
4047
4065
|
key: 2,
|
|
4048
4066
|
class: "align-self-center h-100 mx-2 mx-sm-4",
|
|
4049
4067
|
length: "20",
|
|
@@ -4091,7 +4109,7 @@ const at = /* @__PURE__ */ y({
|
|
|
4091
4109
|
},
|
|
4092
4110
|
emits: ["script:error", "script:load"],
|
|
4093
4111
|
setup(p, { emit: t }) {
|
|
4094
|
-
const a = p, o = t, i =
|
|
4112
|
+
const a = p, o = t, i = F(), u = F();
|
|
4095
4113
|
return je(async () => {
|
|
4096
4114
|
const r = document.createElement("script"), l = () => o("script:error");
|
|
4097
4115
|
r.type = "text/javascript", r.id = a.scriptId, r.src = a.src, r.addEventListener("load", () => o("script:load")), r.onerror = l, u.value = r;
|
|
@@ -4099,7 +4117,7 @@ const at = /* @__PURE__ */ y({
|
|
|
4099
4117
|
u.value && i.value && i.value.append(u.value);
|
|
4100
4118
|
}), Ht(() => {
|
|
4101
4119
|
u.value && i.value && u.value.remove();
|
|
4102
|
-
}), (r, l) => (c(),
|
|
4120
|
+
}), (r, l) => (c(), C("div", {
|
|
4103
4121
|
id: p.id,
|
|
4104
4122
|
ref_key: "rootEl",
|
|
4105
4123
|
ref: i
|
|
@@ -4119,7 +4137,7 @@ const at = /* @__PURE__ */ y({
|
|
|
4119
4137
|
height: "40"
|
|
4120
4138
|
}, {
|
|
4121
4139
|
default: s(() => [
|
|
4122
|
-
t.image || t.$slots.image ? (c(),
|
|
4140
|
+
t.image || t.$slots.image ? (c(), C("div", fa, [
|
|
4123
4141
|
t.$slots.image ? w(t.$slots, "image", { key: 0 }, void 0, !0) : (c(), m(se, {
|
|
4124
4142
|
key: 1,
|
|
4125
4143
|
cover: "",
|
|
@@ -4151,7 +4169,7 @@ const at = /* @__PURE__ */ y({
|
|
|
4151
4169
|
},
|
|
4152
4170
|
{
|
|
4153
4171
|
title: "Vuetify Support",
|
|
4154
|
-
icon: `svg:${
|
|
4172
|
+
icon: `svg:${No}`,
|
|
4155
4173
|
href: "https://support.vuetifyjs.com/"
|
|
4156
4174
|
},
|
|
4157
4175
|
{
|
|
@@ -4183,7 +4201,7 @@ const at = /* @__PURE__ */ y({
|
|
|
4183
4201
|
image: e(t).suit.footer
|
|
4184
4202
|
}, z({
|
|
4185
4203
|
default: s(() => [
|
|
4186
|
-
(c(),
|
|
4204
|
+
(c(), C(D, null, G(a, (r) => g("a", {
|
|
4187
4205
|
key: r.title,
|
|
4188
4206
|
class: "d-inline-block mx-2 social-link",
|
|
4189
4207
|
href: r.href,
|
|
@@ -4197,7 +4215,7 @@ const at = /* @__PURE__ */ y({
|
|
|
4197
4215
|
}, null, 8, ["icon", "size"])
|
|
4198
4216
|
], 8, ga)), 64)),
|
|
4199
4217
|
g("div", _a, [
|
|
4200
|
-
S(" © 2016-" +
|
|
4218
|
+
S(" © 2016-" + V((/* @__PURE__ */ new Date()).getFullYear()) + " ", 1),
|
|
4201
4219
|
i[0] || (i[0] = g("span", { class: "d-none d-sm-inline-block" }, "Vuetify, LLC", -1))
|
|
4202
4220
|
])
|
|
4203
4221
|
]),
|
|
@@ -4243,7 +4261,7 @@ const at = /* @__PURE__ */ y({
|
|
|
4243
4261
|
to: $.link.startsWith("http") ? void 0 : $.link,
|
|
4244
4262
|
...r.value?.metadata.attributes
|
|
4245
4263
|
};
|
|
4246
|
-
}),
|
|
4264
|
+
}), k = b(() => {
|
|
4247
4265
|
const $ = r.value?.metadata.images.bg?.url;
|
|
4248
4266
|
if (!$?.startsWith("https://cdn.cosmicjs.com/")) return $;
|
|
4249
4267
|
const L = new URL($);
|
|
@@ -4261,7 +4279,7 @@ const at = /* @__PURE__ */ y({
|
|
|
4261
4279
|
color: e(r).metadata.color,
|
|
4262
4280
|
flat: "",
|
|
4263
4281
|
height: e(l),
|
|
4264
|
-
image: e(
|
|
4282
|
+
image: e(k),
|
|
4265
4283
|
location: $.demo ? "bottom" : void 0,
|
|
4266
4284
|
"model-value": e(d),
|
|
4267
4285
|
order: "-1"
|
|
@@ -4299,7 +4317,7 @@ const at = /* @__PURE__ */ y({
|
|
|
4299
4317
|
onClick: ye(v, ["stop"])
|
|
4300
4318
|
}), {
|
|
4301
4319
|
default: s(() => [
|
|
4302
|
-
S(
|
|
4320
|
+
S(V(e(r).metadata.link_text), 1)
|
|
4303
4321
|
]),
|
|
4304
4322
|
_: 1
|
|
4305
4323
|
}, 16, ["append-icon", "color", "elevation", "title"])
|
|
@@ -4322,13 +4340,13 @@ const at = /* @__PURE__ */ y({
|
|
|
4322
4340
|
class: "text-subtitle-2 text-md-subtitle-1 font-weight-medium"
|
|
4323
4341
|
}, {
|
|
4324
4342
|
default: s(() => [
|
|
4325
|
-
S(
|
|
4343
|
+
S(V(e(r).metadata.text), 1)
|
|
4326
4344
|
]),
|
|
4327
4345
|
_: 1
|
|
4328
4346
|
})) : h("", !0),
|
|
4329
4347
|
e(r).metadata.subtext ? (c(), m(jo, { key: 1 }, {
|
|
4330
4348
|
default: s(() => [
|
|
4331
|
-
S(
|
|
4349
|
+
S(V(e(r).metadata.subtext), 1)
|
|
4332
4350
|
]),
|
|
4333
4351
|
_: 1
|
|
4334
4352
|
})) : h("", !0)
|
|
@@ -4339,7 +4357,7 @@ const at = /* @__PURE__ */ y({
|
|
|
4339
4357
|
_: 1
|
|
4340
4358
|
}, 8, ["color", "height", "image", "location", "model-value"])) : h("", !0);
|
|
4341
4359
|
}
|
|
4342
|
-
}),
|
|
4360
|
+
}), Ca = /* @__PURE__ */ Xe(ba, [["__scopeId", "data-v-dee53f67"]]), ka = {
|
|
4343
4361
|
key: 0,
|
|
4344
4362
|
class: "text-uppercase position-absolute ms-auto font-weight-medium on-surface-light",
|
|
4345
4363
|
style: { right: "12px", bottom: "8px", "font-size": "10px" }
|
|
@@ -4368,7 +4386,7 @@ const at = /* @__PURE__ */ y({
|
|
|
4368
4386
|
]),
|
|
4369
4387
|
_: 3
|
|
4370
4388
|
}, 8, ["min-height"]),
|
|
4371
|
-
t.caption ? (c(),
|
|
4389
|
+
t.caption ? (c(), C("div", ka, V(t.caption), 1)) : h("", !0)
|
|
4372
4390
|
]),
|
|
4373
4391
|
_: 2
|
|
4374
4392
|
}, [
|
|
@@ -4389,7 +4407,7 @@ const at = /* @__PURE__ */ y({
|
|
|
4389
4407
|
]), 1024));
|
|
4390
4408
|
}
|
|
4391
4409
|
}), Je = K("promotions", () => {
|
|
4392
|
-
const p = J(), t = oe(), a =
|
|
4410
|
+
const p = J(), t = oe(), a = F([]), o = M(!1), i = M(!1), u = b(() => a.value.filter((d) => d.metadata.discoverable));
|
|
4393
4411
|
je(l);
|
|
4394
4412
|
function r(d) {
|
|
4395
4413
|
const f = d.filter((v) => v.metadata.active);
|
|
@@ -4415,13 +4433,13 @@ const at = /* @__PURE__ */ y({
|
|
|
4415
4433
|
index: l,
|
|
4416
4434
|
random: r
|
|
4417
4435
|
};
|
|
4418
|
-
}),
|
|
4436
|
+
}), Va = /* @__PURE__ */ y({
|
|
4419
4437
|
__name: "VoPromotionsCardHighlight",
|
|
4420
4438
|
props: {
|
|
4421
4439
|
slug: {}
|
|
4422
4440
|
},
|
|
4423
4441
|
setup(p) {
|
|
4424
|
-
const t = p, a =
|
|
4442
|
+
const t = p, a = E(), o = Je(), i = Te(), u = T(), r = b(() => {
|
|
4425
4443
|
if (!(a.user && !u.one.ads.enabled))
|
|
4426
4444
|
return t.slug ? o.all.find((f) => f.slug === t.slug) : o.random(o.all);
|
|
4427
4445
|
}), l = b(() => {
|
|
@@ -4484,7 +4502,7 @@ const at = /* @__PURE__ */ y({
|
|
|
4484
4502
|
slug: {}
|
|
4485
4503
|
},
|
|
4486
4504
|
setup(p) {
|
|
4487
|
-
const t = p, a =
|
|
4505
|
+
const t = p, a = E(), o = Je(), i = T(), u = b(() => {
|
|
4488
4506
|
if (!(a.user && !i.one.ads.enabled && !i.one.ads.house))
|
|
4489
4507
|
return t.slug ? o.all.find((r) => r.slug === t.slug) : o.random(!i.one.ads.enabled && i.one.ads.house ? o.discoverable : o.all);
|
|
4490
4508
|
});
|
|
@@ -4500,7 +4518,7 @@ const at = /* @__PURE__ */ y({
|
|
|
4500
4518
|
}, {
|
|
4501
4519
|
default: s(() => [
|
|
4502
4520
|
g("div", $a, [
|
|
4503
|
-
e(o).hasLoaded ? e(u) ? (c(),
|
|
4521
|
+
e(o).hasLoaded ? e(u) ? (c(), C(D, { key: 1 }, [
|
|
4504
4522
|
n(se, {
|
|
4505
4523
|
cover: "",
|
|
4506
4524
|
height: "100",
|
|
@@ -4511,9 +4529,9 @@ const at = /* @__PURE__ */ y({
|
|
|
4511
4529
|
width: "100%"
|
|
4512
4530
|
}, null, 8, ["src"]),
|
|
4513
4531
|
g("div", xa, [
|
|
4514
|
-
g("div", La,
|
|
4532
|
+
g("div", La, V(e(u).metadata?.text), 1)
|
|
4515
4533
|
])
|
|
4516
|
-
], 64)) : h("", !0) : (c(),
|
|
4534
|
+
], 64)) : h("", !0) : (c(), C(D, { key: 0 }, [
|
|
4517
4535
|
n(he, {
|
|
4518
4536
|
class: "flex-1-0 overflow-hidden",
|
|
4519
4537
|
color: "transparent",
|
|
@@ -4542,7 +4560,7 @@ const at = /* @__PURE__ */ y({
|
|
|
4542
4560
|
slug: {}
|
|
4543
4561
|
},
|
|
4544
4562
|
setup(p) {
|
|
4545
|
-
const t = p, a =
|
|
4563
|
+
const t = p, a = E(), o = Je(), i = T(), u = Te(), r = b(() => {
|
|
4546
4564
|
if (!(a.user && !i.one.ads.enabled))
|
|
4547
4565
|
return t.slug ? o.all.find((f) => f.slug === t.slug) : o.random(o.all);
|
|
4548
4566
|
}), l = b(() => {
|
|
@@ -4573,7 +4591,7 @@ const at = /* @__PURE__ */ y({
|
|
|
4573
4591
|
image: e(l),
|
|
4574
4592
|
size: "24"
|
|
4575
4593
|
}, null, 8, ["image"]),
|
|
4576
|
-
g("div", null,
|
|
4594
|
+
g("div", null, V(e(r)?.metadata.text), 1),
|
|
4577
4595
|
e(r)?.metadata.advertisement ? (c(), m(ee, {
|
|
4578
4596
|
key: 0,
|
|
4579
4597
|
class: "ms-auto me-n4 align-self-end mb-n2 py-1 ps-3",
|
|
@@ -4589,7 +4607,7 @@ const at = /* @__PURE__ */ y({
|
|
|
4589
4607
|
};
|
|
4590
4608
|
}
|
|
4591
4609
|
}), Ia = K("spots", () => {
|
|
4592
|
-
const p = J(), t = Ut(), a = oe(), o =
|
|
4610
|
+
const p = J(), t = Ut(), a = oe(), o = F([]), i = M(!1), u = b(() => o.value.find(({
|
|
4593
4611
|
metadata: {
|
|
4594
4612
|
site: l,
|
|
4595
4613
|
active: d
|
|
@@ -4617,7 +4635,7 @@ const at = /* @__PURE__ */ y({
|
|
|
4617
4635
|
__name: "VoSpot",
|
|
4618
4636
|
setup(p) {
|
|
4619
4637
|
const t = Ia();
|
|
4620
|
-
return (a, o) => e(t).spot ? (c(),
|
|
4638
|
+
return (a, o) => e(t).spot ? (c(), C("a", {
|
|
4621
4639
|
key: 0,
|
|
4622
4640
|
href: e(t).spot.metadata.href,
|
|
4623
4641
|
rel: "noopener noreferrer sponsored",
|
|
@@ -4699,9 +4717,15 @@ const at = /* @__PURE__ */ y({
|
|
|
4699
4717
|
["M19.5611 6.73123L18.3734 17.675L22 21L19.9938 6.73123H19.5611Z", 0.6],
|
|
4700
4718
|
["M10.1201 9.28459H7.99586V4.02767L10.1201 2H14.9586L17.0828 4.02767V9.28459H14.9586V4.02767H10.1201V9.28459Z", 0.6],
|
|
4701
4719
|
["M22 21L18.3734 17.675L14.3133 21H22Z", 0.4]
|
|
4720
|
+
],
|
|
4721
|
+
"vuetify-mcp": [
|
|
4722
|
+
["M21.1545 11C23.2718 11.3736 23.2209 11.7472 23.2209 12.7163C23.2311 13.6386 23.1802 16.5108 23.1802 16.5108C23.17 17.5032 21.6431 17.655 21.4395 17.6667H21.4294V17.655C21.4599 16.6976 21.4395 15.6235 21.4395 14.8062C21.4258 13.5312 21.3306 12.259 21.1545 11ZM2.80179 17.6667H2.78143C2.58803 17.655 1.06118 17.5032 1.04082 16.5108L1.00011 12.7163C1.00011 11.7472 0.949212 11.3736 3.06645 11V11.0467C2.8934 12.4478 2.80179 13.5219 2.79161 14.8062C2.78143 15.6235 2.77125 16.6976 2.80179 17.655V17.6667Z", 0.4],
|
|
4723
|
+
["M12.6368 7.64915C13.5384 7.66931 14.5952 7.72977 15.6229 7.81039C16.8348 7.91117 17.9983 8.05226 18.8514 8.27397C19.459 8.44866 19.8565 8.64685 20.044 8.86856C20.393 9.25152 20.5869 10.2694 20.7323 11.2872C20.8972 12.4966 20.9844 13.4237 20.9941 14.5323C20.9941 15.2377 21.0135 16.1649 20.9844 16.9913C20.9553 17.8882 20.9068 18.6037 20.519 19.0975C19.9082 19.8836 18.9581 20.5286 17.3487 21.1332C15.6596 21.7125 13.8918 22.0052 12.1132 21.9999H12.0841C10.4941 21.9697 8.57445 21.7681 6.87778 21.1332C5.25866 20.5286 4.31822 19.8836 3.70742 19.0975C3.31961 18.6037 3.27113 17.8882 3.24205 16.9913C3.21296 16.1649 3.22266 15.2377 3.23235 14.5323C3.24205 13.4237 3.3293 12.4966 3.49412 11.2872C3.62986 10.2694 3.83346 9.25152 4.17279 8.86856C4.36024 8.64685 4.76097 8.44866 5.37501 8.27397C6.2185 8.05226 7.39163 7.91117 8.60354 7.81039C9.62154 7.72977 10.6686 7.66931 11.5606 7.64915V5.90569C11.1183 5.76692 10.7389 5.46697 10.4922 5.0609C10.2455 4.65484 10.1479 4.1699 10.2175 3.6951C10.287 3.22031 10.519 2.78751 10.8708 2.47615C11.2225 2.16478 11.6706 1.99575 12.1326 2.00008C12.5946 2.00441 13.0396 2.1818 13.3859 2.4997C13.7323 2.8176 13.9567 3.25467 14.018 3.73069C14.0793 4.20672 13.9733 4.68975 13.7196 5.09113C13.4659 5.49251 13.0814 5.7853 12.6368 5.91577V7.64915ZM12.1132 3.00329C11.8587 3.00329 11.6145 3.1084 11.4345 3.29551C11.2545 3.48261 11.1534 3.73638 11.1534 4.00099C11.1534 4.26559 11.2545 4.51936 11.4345 4.70647C11.6145 4.89358 11.8587 4.99869 12.1132 4.99869C12.3678 4.99869 12.6119 4.89358 12.7919 4.70647C12.9719 4.51936 13.0731 4.26559 13.0731 4.00099C13.0731 3.73638 12.9719 3.48261 12.7919 3.29551C12.6119 3.1084 12.3678 3.00329 12.1132 3.00329Z", 0.6],
|
|
4724
|
+
["M12.0886 19.775C9.85039 19.7657 7.8983 19.4309 6.39591 18.845C5.48629 18.4823 4.79131 18.0824 4.50514 17.4872C4.33139 17.1339 4.32117 15.5529 4.34161 14.5299C4.34161 13.5814 4.64822 10.8379 5.05704 10.466C5.68048 9.88937 9.75841 9.77777 12.1091 9.77777H12.1193C14.4598 9.77777 18.5479 9.88937 19.1714 10.466C19.57 10.8379 19.8766 13.5814 19.8868 14.5299C19.897 15.5529 19.8868 17.1339 19.713 17.4872C19.4269 18.0824 18.7319 18.4823 17.8223 18.845C16.0076 19.4951 14.0692 19.8112 12.1193 19.775H12.0886Z", 0.2],
|
|
4725
|
+
["M8.57405 12C9.68004 12 10.5812 12.8658 10.5812 14.2222C10.5812 15.444 9.721 16.4444 8.57405 16.4444C7.45782 16.4348 6.55664 15.444 6.55664 14.2222C6.55664 12.8754 7.45782 12 8.57405 12ZM15.6606 12C14.5444 12 13.6432 12.8658 13.6432 14.2222C13.6432 15.444 14.5136 16.4444 15.6606 16.4444C16.7666 16.4348 17.6678 15.444 17.6678 14.2222C17.6678 12.8754 16.7666 12 15.6606 12Z", 1]
|
|
4702
4726
|
]
|
|
4703
4727
|
}, wi = K("bins", () => {
|
|
4704
|
-
const p = J(), t = oe(), a =
|
|
4728
|
+
const p = J(), t = oe(), a = F([]), o = M(!1), i = b(() => a.value.filter((l) => l.favorite)), u = b(() => a.value.filter((l) => l.pinned));
|
|
4705
4729
|
async function r() {
|
|
4706
4730
|
try {
|
|
4707
4731
|
o.value = !0;
|
|
@@ -4722,8 +4746,8 @@ const at = /* @__PURE__ */ y({
|
|
|
4722
4746
|
index: r
|
|
4723
4747
|
};
|
|
4724
4748
|
}), Si = K("links", () => {
|
|
4725
|
-
const p = J(), t = oe(), a =
|
|
4726
|
-
const v =
|
|
4749
|
+
const p = J(), t = oe(), a = F([]), o = M(!1), i = M(!1), u = b(() => a.value.filter((v) => v.favorite)), r = b(() => a.value.filter((v) => v.pinned)), l = b(() => {
|
|
4750
|
+
const v = E(), _ = O();
|
|
4727
4751
|
return v.user?.isAdmin || _.isSubscriber;
|
|
4728
4752
|
});
|
|
4729
4753
|
async function d() {
|
|
@@ -4777,7 +4801,7 @@ const at = /* @__PURE__ */ y({
|
|
|
4777
4801
|
create: f
|
|
4778
4802
|
};
|
|
4779
4803
|
}), Mi = K("products", () => {
|
|
4780
|
-
const p = J(), t = oe(), a =
|
|
4804
|
+
const p = J(), t = oe(), a = F([]), o = b(() => a.value.filter((r) => r.product_type === "Themes"));
|
|
4781
4805
|
async function i() {
|
|
4782
4806
|
if (a.value.length > 0)
|
|
4783
4807
|
return a.value;
|
|
@@ -4799,7 +4823,7 @@ const at = /* @__PURE__ */ y({
|
|
|
4799
4823
|
randomize: u
|
|
4800
4824
|
};
|
|
4801
4825
|
}), Ii = K("sponsors", () => {
|
|
4802
|
-
const p = J(), t = oe(), a =
|
|
4826
|
+
const p = J(), t = oe(), a = F([]), o = F([]), i = F(!1), u = b(() => {
|
|
4803
4827
|
const d = {};
|
|
4804
4828
|
for (const f of a.value) {
|
|
4805
4829
|
const v = f.metadata.tier;
|
|
@@ -4834,7 +4858,7 @@ const at = /* @__PURE__ */ y({
|
|
|
4834
4858
|
});
|
|
4835
4859
|
function Di() {
|
|
4836
4860
|
function p(t) {
|
|
4837
|
-
t.component("VoAppBar", da), t.component("VoAuthBtn", Pt), t.component("VoAuthCard", Mt), t.component("VoAuthDialog", It), t.component("VoAuthListItem", Dt), t.component("VoNotificationsBanner",
|
|
4861
|
+
t.component("VoAppBar", da), t.component("VoAuthBtn", Pt), t.component("VoAuthCard", Mt), t.component("VoAuthDialog", It), t.component("VoAuthListItem", Dt), t.component("VoNotificationsBanner", Ca), t.component("VoPromotionsCardHighlight", Va), t.component("VoPromotionsCardVuetify", wa), t.component("VoPromotionsFooter", Ma), t.component("VoScript", ma), t.component("VoSocialFooter", ha), t.component("VoSpot", Aa);
|
|
4838
4862
|
}
|
|
4839
4863
|
return { install: p };
|
|
4840
4864
|
}
|
|
@@ -4848,13 +4872,13 @@ export {
|
|
|
4848
4872
|
Li as aliases,
|
|
4849
4873
|
Di as createOne,
|
|
4850
4874
|
Ai as one,
|
|
4851
|
-
|
|
4875
|
+
E as useAuthStore,
|
|
4852
4876
|
Be as useBannersStore,
|
|
4853
4877
|
wi as useBinsStore,
|
|
4854
4878
|
fs as useDownloadsStore,
|
|
4855
4879
|
J as useHttpStore,
|
|
4856
4880
|
Si as useLinksStore,
|
|
4857
|
-
|
|
4881
|
+
Fe as useNotificationsStore,
|
|
4858
4882
|
O as useOneStore,
|
|
4859
4883
|
Mi as useProductsStore,
|
|
4860
4884
|
Je as usePromotionsStore,
|