@vuetify/one 2.5.1 → 2.6.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-fh7sX38H.js → auth-CcaMo2zh.js} +19 -15
- package/dist/index.d.ts +224 -7
- package/dist/index.js +292 -287
- package/dist/stores/auth.d.ts +1 -0
- package/dist/stores/auth.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { defineComponent as y, createBlock as m, openBlock as u, unref as e, computed as b, createSlots as P, withCtx as s, createElementVNode as v, toDisplayString as $, createVNode as n, createTextVNode as I, ref as N, shallowRef as A, renderSlot as
|
|
2
|
-
import { u as te, a as E, b as X, c as U, d as B, e as ye, f as Ie } from "./auth-
|
|
1
|
+
import { defineComponent as y, createBlock as m, openBlock as u, unref as e, computed as b, createSlots as P, withCtx as s, createElementVNode as v, toDisplayString as $, createVNode as n, createTextVNode as I, ref as N, shallowRef as A, renderSlot as L, normalizeStyle as st, createCommentVNode as h, watch as H, withModifiers as xe, mergeModels as at, useModel as R, createElementBlock as V, Fragment as M, nextTick as ge, renderList as Q, mergeProps as F, withDirectives as ee, vShow as Se, isRef as Z, readonly as Ce, resolveComponent as it, watchEffect as zt, onMounted as Ee, normalizeClass as Pt, useSlots as rt, normalizeProps as lt, guardReactiveProps as ut, onBeforeMount as He, onBeforeUnmount as Ft, useCssVars as Nt, onServerPrefetch as jt } from "vue";
|
|
2
|
+
import { u as te, a as E, b as X, c as U, d as B, e as ye, f as Ie } from "./auth-CcaMo2zh.js";
|
|
3
3
|
import { VSnackbarQueue as Et } from "vuetify/components/VSnackbarQueue";
|
|
4
|
-
import { mdiStorefront as Ht, mdiSync as Rt, mdiSyncOff as
|
|
4
|
+
import { mdiStorefront as Ht, mdiSync as Rt, mdiSyncOff as Zt, mdiLogoutVariant as qt, mdiFullscreenExit as Wt, mdiFullscreen as Gt, mdiCheck as he, mdiSelect as Kt, mdiSpaceInvaders as ct, mdiImageFilterHdr as dt, mdiTransmissionTower as pt, mdiRocketLaunchOutline as mt, mdiHome as Qt, mdiTextBox as Yt, mdiWhiteBalanceSunny as Xt, mdiWeatherNight as Jt, mdiDesktopTowerMonitor as eo, mdiContrastCircle as to, mdiCog as oo, mdiCogOutline as no, mdiShieldKeyOutline as so, mdiContentCopy as Re, mdiFileDocument as ft, mdiKey as ao, mdiPlus as io, mdiRefresh as ro, mdiKeyOutline as lo, mdiCreditCardSettingsOutline as uo, mdiRocketOutline as co, mdiCheckCircleOutline as we, mdiCreditCard as po, mdiReload as mo, mdiPlaylistCheck as fo, mdiCreditCardOutline as vo, mdiOpenInNew as De, mdiMedal as _o, mdiHandHeart as go, mdiHandHeartOutline as yo, mdiCloudDownload as ho, mdiTrayArrowDown as tt, mdiAccountGroup as bo, mdiAccount as ko, mdiLinkVariant as Vo, mdiShieldLock as ot, mdiAccountRemoveOutline as $o, mdiExitToApp as Co, mdiAccountGroupOutline as xo, mdiEmailOpenOutline as Ze, mdiEmailVariant as qe, mdiBell as wo, mdiInboxOutline as Lo, mdiInboxFullOutline as So, mdiBillboard as Io, mdiBellOutline as Do, mdiViewDashboardOutline as Ao, mdiCrown as Mo, mdiArrowULeftBottom as To, mdiAtomVariant as Uo, mdiLogin as nt, mdiDotsVertical as Bo, mdiShieldStarOutline as Oo } from "@mdi/js";
|
|
5
5
|
import { VListItem as de, VList as se, VListSubheader as zo, VListItemTitle as vt, VListItemSubtitle as Po } from "vuetify/components/VList";
|
|
6
6
|
import { VAvatar as Y } from "vuetify/components/VAvatar";
|
|
7
|
-
import { VCard as
|
|
7
|
+
import { VCard as T, VCardTitle as Fo, VCardSubtitle as No, VCardText as G, VCardActions as _t, VCardItem as Fe } from "vuetify/components/VCard";
|
|
8
8
|
import { VDialog as Ae } from "vuetify/components/VDialog";
|
|
9
9
|
import { defineStore as K } from "pinia";
|
|
10
|
-
import { VBadge as
|
|
10
|
+
import { VBadge as We } from "vuetify/components/VBadge";
|
|
11
11
|
import { VBtn as D } from "vuetify/components/VBtn";
|
|
12
12
|
import { VProgressCircular as jo } from "vuetify/components/VProgressCircular";
|
|
13
|
-
import { VSheet as
|
|
13
|
+
import { VSheet as Me } from "vuetify/components/VSheet";
|
|
14
14
|
import { VSwitch as Ge } from "vuetify/components/VSwitch";
|
|
15
15
|
import { VFadeTransition as be, VExpandTransition as pe, VExpandXTransition as Eo } from "vuetify/components/transitions";
|
|
16
|
-
import { useDisplay as ae, useTheme as
|
|
16
|
+
import { useDisplay as ae, useTheme as Te, useDate as me } from "vuetify";
|
|
17
17
|
import { VDivider as j } from "vuetify/components/VDivider";
|
|
18
18
|
import { VIcon as w } from "vuetify/components/VIcon";
|
|
19
19
|
import { VLabel as Ne } from "vuetify/components/VLabel";
|
|
@@ -27,16 +27,16 @@ import { VItemGroup as yt, VItem as je } from "vuetify/components/VItemGroup";
|
|
|
27
27
|
import { VLayout as le } from "vuetify/components/VLayout";
|
|
28
28
|
import { VMain as ue } from "vuetify/components/VMain";
|
|
29
29
|
import { VTextField as ht } from "vuetify/components/VTextField";
|
|
30
|
-
import { VTable as
|
|
31
|
-
import { Tooltip as
|
|
32
|
-
import { VExpansionPanels as
|
|
30
|
+
import { VTable as Zo } from "vuetify/components/VTable";
|
|
31
|
+
import { Tooltip as Le, Ripple as qo } from "vuetify/directives";
|
|
32
|
+
import { VExpansionPanels as Wo, VExpansionPanel as Go, VExpansionPanelText as Ko } from "vuetify/components/VExpansionPanel";
|
|
33
33
|
import { VDataTableVirtual as bt, VDataTable as Qo } from "vuetify/components/VDataTable";
|
|
34
34
|
import { VSkeletonLoader as _e } from "vuetify/components/VSkeletonLoader";
|
|
35
35
|
import { VWindow as kt, VWindowItem as ve } from "vuetify/components/VWindow";
|
|
36
36
|
import { VTimelineItem as Yo, VTimeline as Xo } from "vuetify/components/VTimeline";
|
|
37
37
|
import { VEmptyState as Ke } from "vuetify/components/VEmptyState";
|
|
38
38
|
import { VMenu as Qe } from "vuetify/components/VMenu";
|
|
39
|
-
import { VTooltip as
|
|
39
|
+
import { VTooltip as W } from "vuetify/components/VTooltip";
|
|
40
40
|
import { VResponsive as Jo } from "vuetify/components/VResponsive";
|
|
41
41
|
import { VNavigationDrawer as en } from "vuetify/components/VNavigationDrawer";
|
|
42
42
|
import { VColorPicker as tn } from "vuetify/components/VColorPicker";
|
|
@@ -81,7 +81,7 @@ const an = /* @__PURE__ */ y({
|
|
|
81
81
|
} : void 0
|
|
82
82
|
]), 1032, ["prepend-icon"]));
|
|
83
83
|
}
|
|
84
|
-
}), ln = { class: "text-body-2" },
|
|
84
|
+
}), ln = { class: "text-body-2" }, Ct = /* @__PURE__ */ y({
|
|
85
85
|
__name: "VoAuthDiscord",
|
|
86
86
|
setup(p) {
|
|
87
87
|
const t = E(), i = b(() => t.user && t.findIdentity("discord")), o = b(() => t.user ? i.value ? "Connected to Discord" : "Connect Discord" : "Login with Discord");
|
|
@@ -107,7 +107,7 @@ const an = /* @__PURE__ */ y({
|
|
|
107
107
|
} : void 0
|
|
108
108
|
]), 1024));
|
|
109
109
|
}
|
|
110
|
-
}), un = { class: "text-body-2" },
|
|
110
|
+
}), un = { class: "text-body-2" }, xt = /* @__PURE__ */ y({
|
|
111
111
|
__name: "VoAuthGithub",
|
|
112
112
|
setup(p) {
|
|
113
113
|
const t = E(), i = b(() => t.user && t.findIdentity("github")), o = b(() => t.user ? i.value ? "Connected to GitHub" : "Connect GitHub" : "Login with GitHub");
|
|
@@ -138,8 +138,8 @@ const an = /* @__PURE__ */ y({
|
|
|
138
138
|
setup(p) {
|
|
139
139
|
const t = E();
|
|
140
140
|
return (i, o) => {
|
|
141
|
-
const r =
|
|
142
|
-
return u(), m(
|
|
141
|
+
const r = xt, l = Ct, a = $t;
|
|
142
|
+
return u(), m(T, {
|
|
143
143
|
class: "pt-6 pb-8 px-4 px-sm-8 mx-auto",
|
|
144
144
|
"max-width": "480"
|
|
145
145
|
}, {
|
|
@@ -183,7 +183,7 @@ const an = /* @__PURE__ */ y({
|
|
|
183
183
|
});
|
|
184
184
|
};
|
|
185
185
|
}
|
|
186
|
-
}),
|
|
186
|
+
}), Lt = /* @__PURE__ */ y({
|
|
187
187
|
__name: "VoAuthDialog",
|
|
188
188
|
setup(p) {
|
|
189
189
|
const t = E();
|
|
@@ -226,7 +226,7 @@ const an = /* @__PURE__ */ y({
|
|
|
226
226
|
__name: "VoNotificationsTotalBadge",
|
|
227
227
|
setup(p) {
|
|
228
228
|
const t = E(), i = Ue(), o = U(), r = b(() => o.one.notifications.enabled ? i.unread.length : 0);
|
|
229
|
-
return (l, a) => (u(), m(
|
|
229
|
+
return (l, a) => (u(), m(We, {
|
|
230
230
|
color: "error",
|
|
231
231
|
content: e(r),
|
|
232
232
|
dot: !!e(t).user,
|
|
@@ -234,7 +234,7 @@ const an = /* @__PURE__ */ y({
|
|
|
234
234
|
"model-value": e(r) > 0
|
|
235
235
|
}, {
|
|
236
236
|
default: s(() => [
|
|
237
|
-
|
|
237
|
+
L(l.$slots, "default")
|
|
238
238
|
]),
|
|
239
239
|
_: 3
|
|
240
240
|
}, 8, ["content", "dot", "model-value"]));
|
|
@@ -263,27 +263,27 @@ const an = /* @__PURE__ */ y({
|
|
|
263
263
|
size: "16",
|
|
264
264
|
width: "2"
|
|
265
265
|
})),
|
|
266
|
-
|
|
266
|
+
L(i.$slots, "loader")
|
|
267
267
|
]),
|
|
268
268
|
_: 2
|
|
269
269
|
}, [
|
|
270
270
|
i.$slots.prepend ? {
|
|
271
271
|
name: "prepend",
|
|
272
272
|
fn: s(() => [
|
|
273
|
-
|
|
273
|
+
L(i.$slots, "prepend")
|
|
274
274
|
]),
|
|
275
275
|
key: "0"
|
|
276
276
|
} : void 0,
|
|
277
277
|
i.$slots.default ? {
|
|
278
278
|
name: "default",
|
|
279
279
|
fn: s(() => [
|
|
280
|
-
|
|
280
|
+
L(i.$slots, "default")
|
|
281
281
|
]),
|
|
282
282
|
key: "1"
|
|
283
283
|
} : void 0
|
|
284
284
|
]), 1032, ["style", "tabindex"]));
|
|
285
285
|
}
|
|
286
|
-
}), fn = { class: "pa-4 d-flex flex-column ga-4" },
|
|
286
|
+
}), fn = { class: "pa-4 d-flex flex-column ga-4" }, St = /* @__PURE__ */ y({
|
|
287
287
|
__name: "VoAuthListItem",
|
|
288
288
|
setup(p) {
|
|
289
289
|
const t = E(), i = U(), o = A(!t.user && !t.isLoading);
|
|
@@ -294,8 +294,8 @@ const an = /* @__PURE__ */ y({
|
|
|
294
294
|
t.user && (o.value = !o.value);
|
|
295
295
|
}
|
|
296
296
|
return (l, a) => {
|
|
297
|
-
const c =
|
|
298
|
-
return u(), m(
|
|
297
|
+
const c = xt, d = Ct, f = $t;
|
|
298
|
+
return u(), m(T, {
|
|
299
299
|
class: "ma-2",
|
|
300
300
|
rounded: "lg",
|
|
301
301
|
variant: e(o) ? "tonal" : "text"
|
|
@@ -307,7 +307,7 @@ const an = /* @__PURE__ */ y({
|
|
|
307
307
|
class: "mb-0",
|
|
308
308
|
link: !!e(t).user,
|
|
309
309
|
nav: "",
|
|
310
|
-
"prepend-icon": `svg:${e(t).user && e(i).one.sync ? e(Rt) : e(
|
|
310
|
+
"prepend-icon": `svg:${e(t).user && e(i).one.sync ? e(Rt) : e(Zt)}`,
|
|
311
311
|
rounded: "b-0",
|
|
312
312
|
slim: "",
|
|
313
313
|
title: e(t).user && e(i).one.sync ? "Sync is on" : "Sync is paused",
|
|
@@ -324,7 +324,7 @@ const an = /* @__PURE__ */ y({
|
|
|
324
324
|
density: "compact",
|
|
325
325
|
"hide-details": "",
|
|
326
326
|
inset: "",
|
|
327
|
-
onClick: a[1] || (a[1] =
|
|
327
|
+
onClick: a[1] || (a[1] = xe(() => {
|
|
328
328
|
}, ["stop"]))
|
|
329
329
|
}, {
|
|
330
330
|
thumb: s(() => [
|
|
@@ -342,7 +342,7 @@ const an = /* @__PURE__ */ y({
|
|
|
342
342
|
}, 8, ["link", "prepend-icon", "title"]),
|
|
343
343
|
n(pe, null, {
|
|
344
344
|
default: s(() => [
|
|
345
|
-
!e(t).user && !e(t).isLoading || e(o) ? (u(), m(
|
|
345
|
+
!e(t).user && !e(t).isLoading || e(o) ? (u(), m(Me, {
|
|
346
346
|
key: 0,
|
|
347
347
|
border: "t",
|
|
348
348
|
color: "transparent"
|
|
@@ -373,33 +373,33 @@ const an = /* @__PURE__ */ y({
|
|
|
373
373
|
}, 8, ["variant"]);
|
|
374
374
|
};
|
|
375
375
|
}
|
|
376
|
-
}),
|
|
376
|
+
}), q = /* @__PURE__ */ y({
|
|
377
377
|
__name: "VoListItem",
|
|
378
378
|
setup(p) {
|
|
379
379
|
return (t, i) => (u(), m(de, { slim: "" }, P({
|
|
380
380
|
default: s(() => [
|
|
381
|
-
|
|
381
|
+
L(t.$slots, "default")
|
|
382
382
|
]),
|
|
383
383
|
_: 2
|
|
384
384
|
}, [
|
|
385
385
|
t.$slots.prepend ? {
|
|
386
386
|
name: "prepend",
|
|
387
387
|
fn: s(() => [
|
|
388
|
-
|
|
388
|
+
L(t.$slots, "prepend")
|
|
389
389
|
]),
|
|
390
390
|
key: "0"
|
|
391
391
|
} : void 0,
|
|
392
392
|
t.$slots.title ? {
|
|
393
393
|
name: "title",
|
|
394
394
|
fn: s(() => [
|
|
395
|
-
|
|
395
|
+
L(t.$slots, "title")
|
|
396
396
|
]),
|
|
397
397
|
key: "1"
|
|
398
398
|
} : void 0,
|
|
399
399
|
t.$slots.append ? {
|
|
400
400
|
name: "append",
|
|
401
401
|
fn: s(() => [
|
|
402
|
-
|
|
402
|
+
L(t.$slots, "append")
|
|
403
403
|
]),
|
|
404
404
|
key: "2"
|
|
405
405
|
} : void 0
|
|
@@ -413,13 +413,13 @@ const an = /* @__PURE__ */ y({
|
|
|
413
413
|
i.value = !0, await t.logout(), i.value = !1;
|
|
414
414
|
}
|
|
415
415
|
return (r, l) => {
|
|
416
|
-
const a =
|
|
416
|
+
const a = q;
|
|
417
417
|
return u(), m(a, {
|
|
418
418
|
class: "mb-0",
|
|
419
419
|
disabled: e(i),
|
|
420
420
|
link: "",
|
|
421
421
|
loading: e(i),
|
|
422
|
-
"prepend-icon": `svg:${e(
|
|
422
|
+
"prepend-icon": `svg:${e(qt)}`,
|
|
423
423
|
title: "Logout",
|
|
424
424
|
onClick: o
|
|
425
425
|
}, null, 8, ["disabled", "loading", "prepend-icon"]);
|
|
@@ -447,19 +447,19 @@ const an = /* @__PURE__ */ y({
|
|
|
447
447
|
"max-width": e(o) || e(i).xs.value ? "100%" : 800
|
|
448
448
|
}, {
|
|
449
449
|
default: s(({ isActive: a }) => [
|
|
450
|
-
n(
|
|
450
|
+
n(T, {
|
|
451
451
|
class: "overflow-hidden",
|
|
452
452
|
height: "inherit",
|
|
453
453
|
"prepend-icon": r.prependIcon,
|
|
454
454
|
title: r.title
|
|
455
455
|
}, P({
|
|
456
456
|
append: s(() => [
|
|
457
|
-
|
|
457
|
+
L(r.$slots, "append"),
|
|
458
458
|
e(i).xs.value ? h("", !0) : (u(), m(D, {
|
|
459
459
|
key: 0,
|
|
460
460
|
class: "me-2",
|
|
461
461
|
density: "comfortable",
|
|
462
|
-
icon: `svg:${e(o) ? e(
|
|
462
|
+
icon: `svg:${e(o) ? e(Wt) : e(Gt)}`,
|
|
463
463
|
size: "small",
|
|
464
464
|
variant: "text",
|
|
465
465
|
onClick: l[0] || (l[0] = (c) => o.value = !e(o))
|
|
@@ -474,21 +474,21 @@ const an = /* @__PURE__ */ y({
|
|
|
474
474
|
]),
|
|
475
475
|
default: s(() => [
|
|
476
476
|
n(j),
|
|
477
|
-
|
|
477
|
+
L(r.$slots, "default")
|
|
478
478
|
]),
|
|
479
479
|
_: 2
|
|
480
480
|
}, [
|
|
481
481
|
r.$slots.prepend ? {
|
|
482
482
|
name: "prepend",
|
|
483
483
|
fn: s(() => [
|
|
484
|
-
|
|
484
|
+
L(r.$slots, "prepend")
|
|
485
485
|
]),
|
|
486
486
|
key: "0"
|
|
487
487
|
} : void 0,
|
|
488
488
|
r.$slots.actions ? {
|
|
489
489
|
name: "actions",
|
|
490
490
|
fn: s(() => [
|
|
491
|
-
|
|
491
|
+
L(r.$slots, "actions", { isActive: a })
|
|
492
492
|
]),
|
|
493
493
|
key: "1"
|
|
494
494
|
} : void 0
|
|
@@ -520,7 +520,7 @@ const an = /* @__PURE__ */ y({
|
|
|
520
520
|
t.$slots.label ? {
|
|
521
521
|
name: "label",
|
|
522
522
|
fn: s(() => [
|
|
523
|
-
|
|
523
|
+
L(t.$slots, "label")
|
|
524
524
|
]),
|
|
525
525
|
key: "0"
|
|
526
526
|
} : void 0
|
|
@@ -536,7 +536,7 @@ const an = /* @__PURE__ */ y({
|
|
|
536
536
|
text: {}
|
|
537
537
|
},
|
|
538
538
|
setup(p) {
|
|
539
|
-
return (t, i) => (u(), V(
|
|
539
|
+
return (t, i) => (u(), V(M, null, [
|
|
540
540
|
t.title ? (u(), m(Ne, {
|
|
541
541
|
key: 0,
|
|
542
542
|
class: "font-weight-black"
|
|
@@ -582,7 +582,7 @@ const an = /* @__PURE__ */ y({
|
|
|
582
582
|
];
|
|
583
583
|
return (o, r) => {
|
|
584
584
|
const l = It, a = ie;
|
|
585
|
-
return u(), V(
|
|
585
|
+
return u(), V(M, null, [
|
|
586
586
|
n(l, {
|
|
587
587
|
modelValue: e(t).one.suits.enabled,
|
|
588
588
|
"onUpdate:modelValue": r[0] || (r[0] = (c) => e(t).one.suits.enabled = c),
|
|
@@ -877,7 +877,7 @@ function hn() {
|
|
|
877
877
|
};
|
|
878
878
|
}
|
|
879
879
|
const Be = K("settings", () => {
|
|
880
|
-
const p = "https://cdn.vuetifyjs.com/docs/images/one/", t = B(), i = U(), o =
|
|
880
|
+
const p = "https://cdn.vuetifyjs.com/docs/images/one/", t = B(), i = U(), o = Te(), r = hn(), l = {
|
|
881
881
|
blackguard: {
|
|
882
882
|
"app-bar": p + "suits/blackguard/blackguard-app-bar.png",
|
|
883
883
|
drawer: p + "suits/blackguard/blackguard-app-drawer.png",
|
|
@@ -1004,10 +1004,10 @@ const Be = K("settings", () => {
|
|
|
1004
1004
|
k.disabled || (r.one.theme = k.value, g?.());
|
|
1005
1005
|
}
|
|
1006
1006
|
return (g, k) => {
|
|
1007
|
-
const
|
|
1007
|
+
const C = ie, S = yn, z = It, J = ce;
|
|
1008
1008
|
return u(), m(J, {
|
|
1009
1009
|
modelValue: t.value,
|
|
1010
|
-
"onUpdate:modelValue": k[6] || (k[6] = (
|
|
1010
|
+
"onUpdate:modelValue": k[6] || (k[6] = (x) => t.value = x),
|
|
1011
1011
|
"prepend-icon": `svg:${e(oo)}`,
|
|
1012
1012
|
title: "Settings"
|
|
1013
1013
|
}, {
|
|
@@ -1018,19 +1018,19 @@ const Be = K("settings", () => {
|
|
|
1018
1018
|
default: s(() => [
|
|
1019
1019
|
n(G, { class: "px-7" }, {
|
|
1020
1020
|
default: s(() => [
|
|
1021
|
-
n(
|
|
1021
|
+
n(C, {
|
|
1022
1022
|
text: "Customize your documentation experience with light and dark themes, as well as a combination of both named.",
|
|
1023
1023
|
title: "Theme"
|
|
1024
1024
|
}),
|
|
1025
1025
|
n(yt, {
|
|
1026
1026
|
modelValue: e(r).one.theme,
|
|
1027
|
-
"onUpdate:modelValue": k[0] || (k[0] = (
|
|
1027
|
+
"onUpdate:modelValue": k[0] || (k[0] = (x) => e(r).one.theme = x),
|
|
1028
1028
|
mandatory: ""
|
|
1029
1029
|
}, {
|
|
1030
1030
|
default: s(() => [
|
|
1031
1031
|
n(fe, { dense: "" }, {
|
|
1032
1032
|
default: s(() => [
|
|
1033
|
-
(u(!0), V(
|
|
1033
|
+
(u(!0), V(M, null, Q(c.value, (x, $e) => (u(), m(re, {
|
|
1034
1034
|
key: $e,
|
|
1035
1035
|
class: "d-flex flex-column ga-3",
|
|
1036
1036
|
cols: "12",
|
|
@@ -1039,18 +1039,18 @@ const Be = K("settings", () => {
|
|
|
1039
1039
|
default: s(() => [
|
|
1040
1040
|
n(zo, { class: "mb-n4" }, {
|
|
1041
1041
|
default: s(() => [
|
|
1042
|
-
I($(
|
|
1042
|
+
I($(x.title), 1)
|
|
1043
1043
|
]),
|
|
1044
1044
|
_: 2
|
|
1045
1045
|
}, 1024),
|
|
1046
|
-
(u(!0), V(
|
|
1046
|
+
(u(!0), V(M, null, Q(x.items, (O) => (u(), m(je, {
|
|
1047
1047
|
key: O.value,
|
|
1048
1048
|
value: O.value
|
|
1049
1049
|
}, {
|
|
1050
1050
|
default: s(({ toggle: Ut, isSelected: et }) => [
|
|
1051
1051
|
n(ke, null, {
|
|
1052
1052
|
default: s(({ props: Bt, isHovering: Ot }) => [
|
|
1053
|
-
n(
|
|
1053
|
+
n(T, F({
|
|
1054
1054
|
color: et ? "primary" : "surface-variant",
|
|
1055
1055
|
height: "76",
|
|
1056
1056
|
image: O.image,
|
|
@@ -1061,7 +1061,7 @@ const Be = K("settings", () => {
|
|
|
1061
1061
|
title: O.title,
|
|
1062
1062
|
variant: "tonal"
|
|
1063
1063
|
}, { ref_for: !0 }, Bt, {
|
|
1064
|
-
onClick: (
|
|
1064
|
+
onClick: (Sa) => _(Ut, O)
|
|
1065
1065
|
}), {
|
|
1066
1066
|
image: s(() => [
|
|
1067
1067
|
n(oe, {
|
|
@@ -1087,9 +1087,9 @@ const Be = K("settings", () => {
|
|
|
1087
1087
|
]),
|
|
1088
1088
|
_: 1
|
|
1089
1089
|
}, 8, ["modelValue"]),
|
|
1090
|
-
e(i).isSubscriber ? (u(), V(
|
|
1090
|
+
e(i).isSubscriber ? (u(), V(M, { key: 0 }, [
|
|
1091
1091
|
n(j, { class: "mt-6 mb-4" }),
|
|
1092
|
-
n(
|
|
1092
|
+
n(S)
|
|
1093
1093
|
], 64)) : h("", !0)
|
|
1094
1094
|
]),
|
|
1095
1095
|
_: 1
|
|
@@ -1097,14 +1097,14 @@ const Be = K("settings", () => {
|
|
|
1097
1097
|
n(j),
|
|
1098
1098
|
n(G, { class: "px-7" }, {
|
|
1099
1099
|
default: s(() => [
|
|
1100
|
-
n(
|
|
1100
|
+
n(C, {
|
|
1101
1101
|
text: "These options change your browsing experience within Vuetify properties",
|
|
1102
1102
|
title: "Experience"
|
|
1103
1103
|
}),
|
|
1104
1104
|
e(i).isSubscriber ? (u(), m(z, {
|
|
1105
1105
|
key: 0,
|
|
1106
1106
|
modelValue: d.value,
|
|
1107
|
-
"onUpdate:modelValue": k[1] || (k[1] = (
|
|
1107
|
+
"onUpdate:modelValue": k[1] || (k[1] = (x) => d.value = x),
|
|
1108
1108
|
class: "mb-2",
|
|
1109
1109
|
label: "Disable Ads",
|
|
1110
1110
|
messages: "Disable traditional advertisements on all documentation pages."
|
|
@@ -1115,20 +1115,20 @@ const Be = K("settings", () => {
|
|
|
1115
1115
|
v("div", kn, [
|
|
1116
1116
|
n(z, {
|
|
1117
1117
|
modelValue: e(r).one.ads.house,
|
|
1118
|
-
"onUpdate:modelValue": k[2] || (k[2] = (
|
|
1118
|
+
"onUpdate:modelValue": k[2] || (k[2] = (x) => e(r).one.ads.house = x),
|
|
1119
1119
|
label: "Show House Ads",
|
|
1120
1120
|
messages: "These advertisements are for Vuetify products and services only."
|
|
1121
1121
|
}, null, 8, ["modelValue"])
|
|
1122
1122
|
])
|
|
1123
1123
|
], 512), [
|
|
1124
|
-
[
|
|
1124
|
+
[Se, d.value]
|
|
1125
1125
|
])
|
|
1126
1126
|
]),
|
|
1127
1127
|
_: 1
|
|
1128
1128
|
}),
|
|
1129
1129
|
n(z, {
|
|
1130
1130
|
modelValue: e(r).one.quicklinks,
|
|
1131
|
-
"onUpdate:modelValue": k[3] || (k[3] = (
|
|
1131
|
+
"onUpdate:modelValue": k[3] || (k[3] = (x) => e(r).one.quicklinks = x),
|
|
1132
1132
|
label: "Enable Quick Actions",
|
|
1133
1133
|
messages: "Quick actions are located on the Vuetify One user menu and provide quick access to common tasks."
|
|
1134
1134
|
}, null, 8, ["modelValue"])
|
|
@@ -1141,20 +1141,20 @@ const Be = K("settings", () => {
|
|
|
1141
1141
|
class: "px-7"
|
|
1142
1142
|
}, {
|
|
1143
1143
|
default: s(() => [
|
|
1144
|
-
n(
|
|
1144
|
+
n(C, {
|
|
1145
1145
|
text: "Vuetify will communicate with you through banners and notifications. You can disable these features here or reset your local notification cache.",
|
|
1146
1146
|
title: "Communication"
|
|
1147
1147
|
}),
|
|
1148
1148
|
n(z, {
|
|
1149
1149
|
modelValue: e(r).one.notifications.enabled,
|
|
1150
|
-
"onUpdate:modelValue": k[4] || (k[4] = (
|
|
1150
|
+
"onUpdate:modelValue": k[4] || (k[4] = (x) => e(r).one.notifications.enabled = x),
|
|
1151
1151
|
class: "mb-2",
|
|
1152
1152
|
label: "Enable Notifications",
|
|
1153
1153
|
messages: "Notifications are short form messages that provide information about new releases, updates, and other important information."
|
|
1154
1154
|
}, null, 8, ["modelValue"]),
|
|
1155
1155
|
n(z, {
|
|
1156
1156
|
modelValue: e(r).one.banners.enabled,
|
|
1157
|
-
"onUpdate:modelValue": k[5] || (k[5] = (
|
|
1157
|
+
"onUpdate:modelValue": k[5] || (k[5] = (x) => e(r).one.banners.enabled = x),
|
|
1158
1158
|
label: "Enable Banners",
|
|
1159
1159
|
messages: "Banners are located at the top of the screen and provide a callout for important information."
|
|
1160
1160
|
}, null, 8, ["modelValue"])
|
|
@@ -1177,7 +1177,7 @@ const Be = K("settings", () => {
|
|
|
1177
1177
|
setup(p) {
|
|
1178
1178
|
const t = A(!1);
|
|
1179
1179
|
return (i, o) => {
|
|
1180
|
-
const r = Vn, l =
|
|
1180
|
+
const r = Vn, l = q;
|
|
1181
1181
|
return u(), m(l, {
|
|
1182
1182
|
active: e(t),
|
|
1183
1183
|
link: "",
|
|
@@ -1187,7 +1187,7 @@ const Be = K("settings", () => {
|
|
|
1187
1187
|
default: s(() => [
|
|
1188
1188
|
n(r, {
|
|
1189
1189
|
modelValue: e(t),
|
|
1190
|
-
"onUpdate:modelValue": o[0] || (o[0] = (a) =>
|
|
1190
|
+
"onUpdate:modelValue": o[0] || (o[0] = (a) => Z(t) ? t.value = a : null)
|
|
1191
1191
|
}, null, 8, ["modelValue"])
|
|
1192
1192
|
]),
|
|
1193
1193
|
_: 1
|
|
@@ -1211,10 +1211,10 @@ const Be = K("settings", () => {
|
|
|
1211
1211
|
return c.apiKey && (t.value = c), c;
|
|
1212
1212
|
}
|
|
1213
1213
|
return {
|
|
1214
|
-
accessToken:
|
|
1215
|
-
key:
|
|
1216
|
-
regenerated:
|
|
1217
|
-
trim:
|
|
1214
|
+
accessToken: Ce(t),
|
|
1215
|
+
key: Ce(o),
|
|
1216
|
+
regenerated: Ce(i),
|
|
1217
|
+
trim: Ce(r),
|
|
1218
1218
|
generate: l,
|
|
1219
1219
|
fetch: a
|
|
1220
1220
|
};
|
|
@@ -1226,7 +1226,7 @@ function ze(p = 1e3) {
|
|
|
1226
1226
|
}
|
|
1227
1227
|
return { copied: t, copy: i };
|
|
1228
1228
|
}
|
|
1229
|
-
const
|
|
1229
|
+
const Cn = /* @__PURE__ */ y({
|
|
1230
1230
|
__name: "VoMcpCopyDialog",
|
|
1231
1231
|
props: {
|
|
1232
1232
|
modelValue: { type: Boolean },
|
|
@@ -1243,7 +1243,7 @@ const xn = /* @__PURE__ */ y({
|
|
|
1243
1243
|
"max-width": "500"
|
|
1244
1244
|
}, {
|
|
1245
1245
|
default: s(({ isActive: d }) => [
|
|
1246
|
-
n(
|
|
1246
|
+
n(T, {
|
|
1247
1247
|
"prepend-icon": `svg:${e(so)}`,
|
|
1248
1248
|
title: "Save your Key"
|
|
1249
1249
|
}, {
|
|
@@ -1320,24 +1320,24 @@ const xn = /* @__PURE__ */ y({
|
|
|
1320
1320
|
}, 8, ["modelValue"]);
|
|
1321
1321
|
};
|
|
1322
1322
|
}
|
|
1323
|
-
}),
|
|
1323
|
+
}), xn = { class: "d-flex align-center justify-end" }, wn = { class: "text-end" }, Ln = /* @__PURE__ */ y({
|
|
1324
1324
|
__name: "VoMcpTokenTable",
|
|
1325
1325
|
setup(p) {
|
|
1326
1326
|
const t = Oe(), { copy: i, copied: o } = ze(2e3), r = me();
|
|
1327
|
-
return (l, a) => (u(), m(
|
|
1327
|
+
return (l, a) => (u(), m(Zo, { class: "rounded border mt-4" }, {
|
|
1328
1328
|
default: s(() => [
|
|
1329
1329
|
v("thead", null, [
|
|
1330
1330
|
v("tr", null, [
|
|
1331
1331
|
a[2] || (a[2] = v("th", { class: "ps-6" }, "Secret Key", -1)),
|
|
1332
1332
|
a[3] || (a[3] = v("th", null, "Created", -1)),
|
|
1333
|
-
v("th",
|
|
1333
|
+
v("th", xn, [
|
|
1334
1334
|
a[1] || (a[1] = I(" Last Used ", -1)),
|
|
1335
1335
|
ee(n(w, {
|
|
1336
1336
|
end: "",
|
|
1337
1337
|
icon: "$info",
|
|
1338
1338
|
size: "1em"
|
|
1339
1339
|
}, null, 512), [
|
|
1340
|
-
[
|
|
1340
|
+
[Le, "This is updated within the last 10 minutes", "top"]
|
|
1341
1341
|
])
|
|
1342
1342
|
])
|
|
1343
1343
|
])
|
|
@@ -1374,11 +1374,11 @@ const xn = /* @__PURE__ */ y({
|
|
|
1374
1374
|
_: 1
|
|
1375
1375
|
}));
|
|
1376
1376
|
}
|
|
1377
|
-
}),
|
|
1377
|
+
}), Sn = { class: "my-4" }, In = { class: "bg-surface-variant rounded pa-2 d-block" }, Dn = /* @__PURE__ */ y({
|
|
1378
1378
|
__name: "VoMcpHowTo",
|
|
1379
1379
|
setup(p) {
|
|
1380
1380
|
const t = Oe(), { copy: i, copied: o } = ze(), r = b(() => `npx -y @vuetify/mcp config --api-key="${t.key || "YOUR_KEY"}"`), l = b(() => t.key ? `npx -y @vuetify/mcp config --api-key="${t.trim}"` : r.value);
|
|
1381
|
-
return (a, c) => (u(), m(
|
|
1381
|
+
return (a, c) => (u(), m(Wo, {
|
|
1382
1382
|
"bg-color": "surface-variant",
|
|
1383
1383
|
class: "mb-4",
|
|
1384
1384
|
variant: "accordion"
|
|
@@ -1398,7 +1398,7 @@ const xn = /* @__PURE__ */ y({
|
|
|
1398
1398
|
default: s(() => [
|
|
1399
1399
|
c[2] || (c[2] = v("strong", null, "View setup instructions for your local MCP tools", -1)),
|
|
1400
1400
|
c[3] || (c[3] = v("p", { class: "mb-4 mt-2" }, " To get started with your favorite IDE or AI agent, simply run the following command from your home directory: ", -1)),
|
|
1401
|
-
v("div",
|
|
1401
|
+
v("div", Sn, [
|
|
1402
1402
|
v("code", In, [
|
|
1403
1403
|
I($(e(l)) + " ", 1),
|
|
1404
1404
|
n(w, {
|
|
@@ -1421,7 +1421,7 @@ const xn = /* @__PURE__ */ y({
|
|
|
1421
1421
|
_: 1
|
|
1422
1422
|
}));
|
|
1423
1423
|
}
|
|
1424
|
-
}), An = { class: "px-3 py-3" },
|
|
1424
|
+
}), An = { class: "px-3 py-3" }, Mn = /* @__PURE__ */ y({
|
|
1425
1425
|
__name: "VoMcpDialog",
|
|
1426
1426
|
props: {
|
|
1427
1427
|
modelValue: { type: Boolean },
|
|
@@ -1436,7 +1436,7 @@ const xn = /* @__PURE__ */ y({
|
|
|
1436
1436
|
return H(o, async (l) => {
|
|
1437
1437
|
l && await t.fetch();
|
|
1438
1438
|
}), (l, a) => {
|
|
1439
|
-
const c = ie, d = Dn, f =
|
|
1439
|
+
const c = ie, d = Dn, f = Ln, _ = Cn, g = ce;
|
|
1440
1440
|
return u(), m(g, {
|
|
1441
1441
|
modelValue: o.value,
|
|
1442
1442
|
"onUpdate:modelValue": a[3] || (a[3] = (k) => o.value = k),
|
|
@@ -1487,11 +1487,11 @@ const xn = /* @__PURE__ */ y({
|
|
|
1487
1487
|
]),
|
|
1488
1488
|
_: 1
|
|
1489
1489
|
})) : h("", !0),
|
|
1490
|
-
e(t).key ? (u(), V(
|
|
1490
|
+
e(t).key ? (u(), V(M, { key: 1 }, [
|
|
1491
1491
|
n(f),
|
|
1492
1492
|
n(_, {
|
|
1493
1493
|
modelValue: e(i),
|
|
1494
|
-
"onUpdate:modelValue": a[2] || (a[2] = (k) =>
|
|
1494
|
+
"onUpdate:modelValue": a[2] || (a[2] = (k) => Z(i) ? i.value = k : null)
|
|
1495
1495
|
}, null, 8, ["modelValue"])
|
|
1496
1496
|
], 64)) : h("", !0)
|
|
1497
1497
|
]),
|
|
@@ -1509,12 +1509,12 @@ const xn = /* @__PURE__ */ y({
|
|
|
1509
1509
|
}, 8, ["modelValue", "prepend-icon"]);
|
|
1510
1510
|
};
|
|
1511
1511
|
}
|
|
1512
|
-
}),
|
|
1512
|
+
}), Tn = /* @__PURE__ */ y({
|
|
1513
1513
|
__name: "VoMcpListItem",
|
|
1514
1514
|
setup(p) {
|
|
1515
1515
|
const t = A(!1);
|
|
1516
1516
|
return (i, o) => {
|
|
1517
|
-
const r =
|
|
1517
|
+
const r = Mn, l = q;
|
|
1518
1518
|
return u(), m(l, {
|
|
1519
1519
|
active: e(t),
|
|
1520
1520
|
link: "",
|
|
@@ -1524,7 +1524,7 @@ const xn = /* @__PURE__ */ y({
|
|
|
1524
1524
|
default: s(() => [
|
|
1525
1525
|
n(r, {
|
|
1526
1526
|
modelValue: e(t),
|
|
1527
|
-
"onUpdate:modelValue": o[0] || (o[0] = (a) =>
|
|
1527
|
+
"onUpdate:modelValue": o[0] || (o[0] = (a) => Z(t) ? t.value = a : null)
|
|
1528
1528
|
}, null, 8, ["modelValue"])
|
|
1529
1529
|
]),
|
|
1530
1530
|
_: 1
|
|
@@ -1545,7 +1545,7 @@ const xn = /* @__PURE__ */ y({
|
|
|
1545
1545
|
text: "View and download your invoice history.",
|
|
1546
1546
|
title: "Invoice History"
|
|
1547
1547
|
}),
|
|
1548
|
-
n(
|
|
1548
|
+
n(T, {
|
|
1549
1549
|
border: "",
|
|
1550
1550
|
rounded: "lg"
|
|
1551
1551
|
}, {
|
|
@@ -1614,7 +1614,7 @@ const xn = /* @__PURE__ */ y({
|
|
|
1614
1614
|
default: s(() => [
|
|
1615
1615
|
n(re, { cols: "12" }, {
|
|
1616
1616
|
default: s(() => [
|
|
1617
|
-
n(
|
|
1617
|
+
n(T, {
|
|
1618
1618
|
border: "",
|
|
1619
1619
|
flat: "",
|
|
1620
1620
|
"prepend-icon": "$vuetify",
|
|
@@ -1656,7 +1656,7 @@ const xn = /* @__PURE__ */ y({
|
|
|
1656
1656
|
class: "text-capitalize hidden-sm-and-down",
|
|
1657
1657
|
textContent: $(e(o).info.status)
|
|
1658
1658
|
}, null, 8, zn),
|
|
1659
|
-
e(o).info.items.length > 0 ? (u(), V(
|
|
1659
|
+
e(o).info.items.length > 0 ? (u(), V(M, { key: 0 }, [
|
|
1660
1660
|
d[1] || (d[1] = v("span", { class: "mx-1 hidden-sm-and-down" }, "—", -1)),
|
|
1661
1661
|
v("span", Pn, [
|
|
1662
1662
|
I(" $" + $(e(o).info.items[0].plan.amount / 100), 1),
|
|
@@ -1694,11 +1694,11 @@ const xn = /* @__PURE__ */ y({
|
|
|
1694
1694
|
]), 1024),
|
|
1695
1695
|
v("div", jn, [
|
|
1696
1696
|
v("div", null, [
|
|
1697
|
-
e(o).info?.status === "active" ? (u(), V(
|
|
1697
|
+
e(o).info?.status === "active" ? (u(), V(M, { key: 0 }, [
|
|
1698
1698
|
d[3] || (d[3] = I(" Your plan renews on ", -1)),
|
|
1699
1699
|
v("span", En, $(e(i).format(e(l), "fullDateWithWeekday")), 1),
|
|
1700
1700
|
d[4] || (d[4] = I(". ", -1))
|
|
1701
|
-
], 64)) : (u(), V(
|
|
1701
|
+
], 64)) : (u(), V(M, { key: 1 }, [
|
|
1702
1702
|
d[5] || (d[5] = I(" Your plan ends on ", -1)),
|
|
1703
1703
|
v("span", Hn, $(e(i).format(e(o).info?.currentPeriodEnd, "fullDateWithWeekday")), 1),
|
|
1704
1704
|
d[6] || (d[6] = I(". ", -1))
|
|
@@ -1713,7 +1713,7 @@ const xn = /* @__PURE__ */ y({
|
|
|
1713
1713
|
});
|
|
1714
1714
|
};
|
|
1715
1715
|
}
|
|
1716
|
-
}),
|
|
1716
|
+
}), Zn = ["innerHTML"], qn = ["innerHTML"], Wn = /* @__PURE__ */ y({
|
|
1717
1717
|
__name: "VoSubscriptionPerks",
|
|
1718
1718
|
props: {
|
|
1719
1719
|
type: {}
|
|
@@ -1738,8 +1738,8 @@ const xn = /* @__PURE__ */ y({
|
|
|
1738
1738
|
return H(i, async (l) => {
|
|
1739
1739
|
l && o.subscriptionInfo();
|
|
1740
1740
|
}), (l, a) => {
|
|
1741
|
-
const c =
|
|
1742
|
-
return u(), V(
|
|
1741
|
+
const c = q;
|
|
1742
|
+
return u(), V(M, null, [
|
|
1743
1743
|
n(Ne, { class: "font-weight-black" }, {
|
|
1744
1744
|
default: s(() => [...a[0] || (a[0] = [
|
|
1745
1745
|
I("Perks", -1)
|
|
@@ -1754,7 +1754,7 @@ const xn = /* @__PURE__ */ y({
|
|
|
1754
1754
|
nav: ""
|
|
1755
1755
|
}, {
|
|
1756
1756
|
default: s(() => [
|
|
1757
|
-
(u(!0), V(
|
|
1757
|
+
(u(!0), V(M, null, Q(e(r), (d, f) => (u(), m(c, {
|
|
1758
1758
|
key: f,
|
|
1759
1759
|
class: "mb-0",
|
|
1760
1760
|
"prepend-icon": `svg:${e(he)}`
|
|
@@ -1767,7 +1767,7 @@ const xn = /* @__PURE__ */ y({
|
|
|
1767
1767
|
})
|
|
1768
1768
|
]),
|
|
1769
1769
|
title: s(() => [
|
|
1770
|
-
v("div", { innerHTML: d }, null, 8,
|
|
1770
|
+
v("div", { innerHTML: d }, null, 8, Zn)
|
|
1771
1771
|
]),
|
|
1772
1772
|
_: 2
|
|
1773
1773
|
}, 1032, ["prepend-icon"]))), 128))
|
|
@@ -1789,7 +1789,7 @@ const xn = /* @__PURE__ */ y({
|
|
|
1789
1789
|
nav: ""
|
|
1790
1790
|
}, {
|
|
1791
1791
|
default: s(() => [
|
|
1792
|
-
(u(), V(
|
|
1792
|
+
(u(), V(M, null, Q(t, (d, f) => n(c, {
|
|
1793
1793
|
key: f,
|
|
1794
1794
|
class: "mb-0",
|
|
1795
1795
|
"prepend-icon": `svg:${e(co)}`
|
|
@@ -1801,7 +1801,7 @@ const xn = /* @__PURE__ */ y({
|
|
|
1801
1801
|
})
|
|
1802
1802
|
]),
|
|
1803
1803
|
title: s(() => [
|
|
1804
|
-
v("div", { innerHTML: d }, null, 8,
|
|
1804
|
+
v("div", { innerHTML: d }, null, 8, qn)
|
|
1805
1805
|
]),
|
|
1806
1806
|
_: 2
|
|
1807
1807
|
}, 1032, ["prepend-icon"])), 64))
|
|
@@ -1833,7 +1833,7 @@ const xn = /* @__PURE__ */ y({
|
|
|
1833
1833
|
};
|
|
1834
1834
|
return H(t, async (d) => {
|
|
1835
1835
|
d && r.subscriptionInfo();
|
|
1836
|
-
}), (d, f) => (u(), V(
|
|
1836
|
+
}), (d, f) => (u(), V(M, null, [
|
|
1837
1837
|
n(yt, {
|
|
1838
1838
|
modelValue: o.value,
|
|
1839
1839
|
"onUpdate:modelValue": f[0] || (f[0] = (_) => o.value = _),
|
|
@@ -1850,7 +1850,7 @@ const xn = /* @__PURE__ */ y({
|
|
|
1850
1850
|
default: s(() => [
|
|
1851
1851
|
n(je, { value: "solo" }, {
|
|
1852
1852
|
default: s(({ toggle: _, isSelected: g }) => [
|
|
1853
|
-
n(
|
|
1853
|
+
n(T, {
|
|
1854
1854
|
border: g ? "sm primary opacity-50" : "sm",
|
|
1855
1855
|
color: g ? "primary" : void 0,
|
|
1856
1856
|
"prepend-icon": g ? `svg:${e(we)}` : "$radioOff",
|
|
@@ -1878,7 +1878,7 @@ const xn = /* @__PURE__ */ y({
|
|
|
1878
1878
|
default: s(() => [
|
|
1879
1879
|
n(je, { value: "team" }, {
|
|
1880
1880
|
default: s(({ toggle: _, isSelected: g }) => [
|
|
1881
|
-
n(
|
|
1881
|
+
n(T, {
|
|
1882
1882
|
border: g ? "sm primary opacity-50" : "sm",
|
|
1883
1883
|
color: g ? "primary" : void 0,
|
|
1884
1884
|
disabled: e(a),
|
|
@@ -1946,7 +1946,7 @@ const xn = /* @__PURE__ */ y({
|
|
|
1946
1946
|
await o.modify(l.value, a.value), await o.subscriptionInfo(), d.value = null, await t(3e3), c.value = "status", await t(300), d.value = !1;
|
|
1947
1947
|
}
|
|
1948
1948
|
return (_, g) => {
|
|
1949
|
-
const k = ie,
|
|
1949
|
+
const k = ie, C = Gn, S = Wn, z = Rn, J = Bn, x = Ve, $e = ce;
|
|
1950
1950
|
return u(), m($e, {
|
|
1951
1951
|
modelValue: i.value,
|
|
1952
1952
|
"onUpdate:modelValue": g[5] || (g[5] = (O) => i.value = O),
|
|
@@ -1969,14 +1969,14 @@ const xn = /* @__PURE__ */ y({
|
|
|
1969
1969
|
default: s(() => [
|
|
1970
1970
|
n(ve, { value: "subscribe" }, {
|
|
1971
1971
|
default: s(() => [
|
|
1972
|
-
n(
|
|
1972
|
+
n(C, {
|
|
1973
1973
|
interval: e(l),
|
|
1974
|
-
"onUpdate:interval": g[0] || (g[0] = (O) =>
|
|
1974
|
+
"onUpdate:interval": g[0] || (g[0] = (O) => Z(l) ? l.value = O : null),
|
|
1975
1975
|
type: e(a),
|
|
1976
|
-
"onUpdate:type": g[1] || (g[1] = (O) =>
|
|
1976
|
+
"onUpdate:type": g[1] || (g[1] = (O) => Z(a) ? a.value = O : null)
|
|
1977
1977
|
}, null, 8, ["interval", "type"]),
|
|
1978
1978
|
g[6] || (g[6] = v("br", null, null, -1)),
|
|
1979
|
-
n(
|
|
1979
|
+
n(S, { type: e(a) }, null, 8, ["type"])
|
|
1980
1980
|
]),
|
|
1981
1981
|
_: 1
|
|
1982
1982
|
}),
|
|
@@ -2009,7 +2009,7 @@ const xn = /* @__PURE__ */ y({
|
|
|
2009
2009
|
name: "actions",
|
|
2010
2010
|
fn: s(() => [
|
|
2011
2011
|
v("div", Qn, [
|
|
2012
|
-
e(d) !== !1 ? (u(), m(
|
|
2012
|
+
e(d) !== !1 ? (u(), m(x, {
|
|
2013
2013
|
key: 0,
|
|
2014
2014
|
block: "",
|
|
2015
2015
|
color: "success",
|
|
@@ -2019,14 +2019,14 @@ const xn = /* @__PURE__ */ y({
|
|
|
2019
2019
|
size: "default",
|
|
2020
2020
|
text: e(d) !== null ? "Modify Subscription" : "Success",
|
|
2021
2021
|
onClick: f
|
|
2022
|
-
}, null, 8, ["loading", "prepend-icon", "readonly", "text"])) : e(o).one ? (u(), m(
|
|
2022
|
+
}, null, 8, ["loading", "prepend-icon", "readonly", "text"])) : e(o).one ? (u(), m(x, {
|
|
2023
2023
|
key: 2,
|
|
2024
2024
|
block: "",
|
|
2025
2025
|
"prepend-icon": `svg:${e(fo)}`,
|
|
2026
2026
|
size: "default",
|
|
2027
2027
|
text: "Manage Subscription",
|
|
2028
2028
|
onClick: g[4] || (g[4] = (O) => c.value = "status")
|
|
2029
|
-
}, null, 8, ["prepend-icon"])) : (u(), m(
|
|
2029
|
+
}, null, 8, ["prepend-icon"])) : (u(), m(x, {
|
|
2030
2030
|
key: 1,
|
|
2031
2031
|
block: "",
|
|
2032
2032
|
color: e(l) && e(a) ? "success" : "disabled",
|
|
@@ -2049,7 +2049,7 @@ const xn = /* @__PURE__ */ y({
|
|
|
2049
2049
|
setup(p) {
|
|
2050
2050
|
const t = A(!1);
|
|
2051
2051
|
return (i, o) => {
|
|
2052
|
-
const r = Yn, l =
|
|
2052
|
+
const r = Yn, l = q;
|
|
2053
2053
|
return u(), m(l, {
|
|
2054
2054
|
active: e(t),
|
|
2055
2055
|
link: "",
|
|
@@ -2059,7 +2059,7 @@ const xn = /* @__PURE__ */ y({
|
|
|
2059
2059
|
default: s(() => [
|
|
2060
2060
|
n(r, {
|
|
2061
2061
|
modelValue: e(t),
|
|
2062
|
-
"onUpdate:modelValue": o[0] || (o[0] = (a) =>
|
|
2062
|
+
"onUpdate:modelValue": o[0] || (o[0] = (a) => Z(t) ? t.value = a : null)
|
|
2063
2063
|
}, null, 8, ["modelValue"])
|
|
2064
2064
|
]),
|
|
2065
2065
|
_: 1
|
|
@@ -2091,7 +2091,7 @@ const xn = /* @__PURE__ */ y({
|
|
|
2091
2091
|
width: "100%"
|
|
2092
2092
|
}, {
|
|
2093
2093
|
default: s(() => [
|
|
2094
|
-
n(
|
|
2094
|
+
n(T, {
|
|
2095
2095
|
border: "",
|
|
2096
2096
|
"prepend-avatar": `${e(i).CDN_URL}logos/${r.logo}.png`,
|
|
2097
2097
|
rounded: "lg",
|
|
@@ -2105,7 +2105,7 @@ const xn = /* @__PURE__ */ y({
|
|
|
2105
2105
|
size: "x-small"
|
|
2106
2106
|
}, null, 8, ["icon"]),
|
|
2107
2107
|
I(" " + $(e(o)), 1)
|
|
2108
|
-
])) : (u(), V(
|
|
2108
|
+
])) : (u(), V(M, { key: 1 }, [
|
|
2109
2109
|
I($(r.text), 1)
|
|
2110
2110
|
], 64))
|
|
2111
2111
|
]),
|
|
@@ -2273,7 +2273,7 @@ const xn = /* @__PURE__ */ y({
|
|
|
2273
2273
|
setup(p) {
|
|
2274
2274
|
const t = A(!1);
|
|
2275
2275
|
return (i, o) => {
|
|
2276
|
-
const r = rs, l =
|
|
2276
|
+
const r = rs, l = q;
|
|
2277
2277
|
return u(), m(l, {
|
|
2278
2278
|
active: e(t),
|
|
2279
2279
|
link: "",
|
|
@@ -2283,7 +2283,7 @@ const xn = /* @__PURE__ */ y({
|
|
|
2283
2283
|
default: s(() => [
|
|
2284
2284
|
n(r, {
|
|
2285
2285
|
modelValue: e(t),
|
|
2286
|
-
"onUpdate:modelValue": o[0] || (o[0] = (a) =>
|
|
2286
|
+
"onUpdate:modelValue": o[0] || (o[0] = (a) => Z(t) ? t.value = a : null)
|
|
2287
2287
|
}, null, 8, ["modelValue"])
|
|
2288
2288
|
]),
|
|
2289
2289
|
_: 1
|
|
@@ -2346,7 +2346,7 @@ const xn = /* @__PURE__ */ y({
|
|
|
2346
2346
|
text: "View and download your store purchases.",
|
|
2347
2347
|
title: "Download history"
|
|
2348
2348
|
}),
|
|
2349
|
-
n(
|
|
2349
|
+
n(T, {
|
|
2350
2350
|
border: "",
|
|
2351
2351
|
flat: "",
|
|
2352
2352
|
rounded: "lg"
|
|
@@ -2366,7 +2366,7 @@ const xn = /* @__PURE__ */ y({
|
|
|
2366
2366
|
I($(e(t).format(c.created_at, "shortDate")), 1)
|
|
2367
2367
|
]),
|
|
2368
2368
|
"item.download_items": s(({ item: c }) => [
|
|
2369
|
-
(u(!0), V(
|
|
2369
|
+
(u(!0), V(M, null, Q(c.download_items, (d, f) => (u(), V("div", {
|
|
2370
2370
|
key: f,
|
|
2371
2371
|
class: "text-truncate"
|
|
2372
2372
|
}, $(d.name), 1))), 128))
|
|
@@ -2399,7 +2399,7 @@ const xn = /* @__PURE__ */ y({
|
|
|
2399
2399
|
setup(p) {
|
|
2400
2400
|
const t = A(!1);
|
|
2401
2401
|
return (i, o) => {
|
|
2402
|
-
const r = cs, l = ce, a =
|
|
2402
|
+
const r = cs, l = ce, a = q;
|
|
2403
2403
|
return u(), m(a, {
|
|
2404
2404
|
active: e(t),
|
|
2405
2405
|
link: "",
|
|
@@ -2409,7 +2409,7 @@ const xn = /* @__PURE__ */ y({
|
|
|
2409
2409
|
default: s(() => [
|
|
2410
2410
|
n(l, {
|
|
2411
2411
|
modelValue: e(t),
|
|
2412
|
-
"onUpdate:modelValue": o[0] || (o[0] = (c) =>
|
|
2412
|
+
"onUpdate:modelValue": o[0] || (o[0] = (c) => Z(t) ? t.value = c : null),
|
|
2413
2413
|
"prepend-icon": `svg:${e(tt)}`,
|
|
2414
2414
|
title: "Downloads"
|
|
2415
2415
|
}, {
|
|
@@ -2462,16 +2462,16 @@ const xn = /* @__PURE__ */ y({
|
|
|
2462
2462
|
], _ = b(() => `https://one.vuetifyjs.com/?invite=${i.team?.inviteCode}`), g = R(p, "modelValue");
|
|
2463
2463
|
async function k() {
|
|
2464
2464
|
d.value = !0;
|
|
2465
|
-
const
|
|
2466
|
-
i.team =
|
|
2465
|
+
const C = await o.post("/one/team/regen");
|
|
2466
|
+
i.team = C.team;
|
|
2467
2467
|
}
|
|
2468
2468
|
return H(c, async () => {
|
|
2469
2469
|
!t.sessionId || c.value.one === "subscribe" || c.value.team && (t.isOpen = !0, await ge(), g.value = !0);
|
|
2470
|
-
}, { immediate: !0 }), (
|
|
2470
|
+
}, { immediate: !0 }), (C, S) => {
|
|
2471
2471
|
const z = ie, J = ce;
|
|
2472
2472
|
return u(), m(J, {
|
|
2473
2473
|
modelValue: g.value,
|
|
2474
|
-
"onUpdate:modelValue":
|
|
2474
|
+
"onUpdate:modelValue": S[2] || (S[2] = (x) => g.value = x),
|
|
2475
2475
|
"prepend-icon": `svg:${e(bo)}`,
|
|
2476
2476
|
title: "Team"
|
|
2477
2477
|
}, {
|
|
@@ -2487,7 +2487,7 @@ const xn = /* @__PURE__ */ y({
|
|
|
2487
2487
|
text: "Share access to Vuetify One with up to 25 team members.",
|
|
2488
2488
|
title: "Manage your team"
|
|
2489
2489
|
}),
|
|
2490
|
-
e(i).isTeamOwner ? (u(), m(
|
|
2490
|
+
e(i).isTeamOwner ? (u(), m(T, {
|
|
2491
2491
|
key: 0,
|
|
2492
2492
|
border: "",
|
|
2493
2493
|
class: "mb-4",
|
|
@@ -2514,7 +2514,7 @@ const xn = /* @__PURE__ */ y({
|
|
|
2514
2514
|
variant: "flat"
|
|
2515
2515
|
}, {
|
|
2516
2516
|
default: s(() => [
|
|
2517
|
-
|
|
2517
|
+
S[3] || (S[3] = I(" Add member ", -1)),
|
|
2518
2518
|
n(Qe, {
|
|
2519
2519
|
activator: "parent",
|
|
2520
2520
|
"close-on-content-click": !1,
|
|
@@ -2524,7 +2524,7 @@ const xn = /* @__PURE__ */ y({
|
|
|
2524
2524
|
width: "100%"
|
|
2525
2525
|
}, {
|
|
2526
2526
|
default: s(() => [
|
|
2527
|
-
n(
|
|
2527
|
+
n(T, { color: "surface-light" }, {
|
|
2528
2528
|
default: s(() => [
|
|
2529
2529
|
n(Fe, {
|
|
2530
2530
|
class: "bg-surface",
|
|
@@ -2559,9 +2559,9 @@ const xn = /* @__PURE__ */ y({
|
|
|
2559
2559
|
ee(n(w, {
|
|
2560
2560
|
icon: `svg:${e(l) ? e(he) : e(Re)}`,
|
|
2561
2561
|
size: "small",
|
|
2562
|
-
onClick:
|
|
2562
|
+
onClick: S[0] || (S[0] = (x) => e(r)(e(_)))
|
|
2563
2563
|
}, null, 8, ["icon"]), [
|
|
2564
|
-
[
|
|
2564
|
+
[Le, "Copy Team link"]
|
|
2565
2565
|
])
|
|
2566
2566
|
]),
|
|
2567
2567
|
_: 1
|
|
@@ -2585,7 +2585,7 @@ const xn = /* @__PURE__ */ y({
|
|
|
2585
2585
|
n(j),
|
|
2586
2586
|
n(G, { class: "pa-2" }, {
|
|
2587
2587
|
default: s(() => [
|
|
2588
|
-
n(
|
|
2588
|
+
n(Me, {
|
|
2589
2589
|
border: "",
|
|
2590
2590
|
rounded: "lg"
|
|
2591
2591
|
}, {
|
|
@@ -2595,18 +2595,18 @@ const xn = /* @__PURE__ */ y({
|
|
|
2595
2595
|
"hide-default-footer": e(a)?.members?.length < 10,
|
|
2596
2596
|
items: e(a)?.members
|
|
2597
2597
|
}, {
|
|
2598
|
-
"item.name": s(({ item:
|
|
2598
|
+
"item.name": s(({ item: x }) => [
|
|
2599
2599
|
v("div", fs, [
|
|
2600
2600
|
n(Y, {
|
|
2601
|
-
image:
|
|
2601
|
+
image: x.picture,
|
|
2602
2602
|
size: "x-small",
|
|
2603
2603
|
start: ""
|
|
2604
2604
|
}, null, 8, ["image"]),
|
|
2605
|
-
v("span", null, $(
|
|
2605
|
+
v("span", null, $(x.name), 1)
|
|
2606
2606
|
])
|
|
2607
2607
|
]),
|
|
2608
|
-
"item.actions": s(({ item:
|
|
2609
|
-
e(a)?.owner?.id ===
|
|
2608
|
+
"item.actions": s(({ item: x }) => [
|
|
2609
|
+
e(a)?.owner?.id === x.id ? (u(), m(D, {
|
|
2610
2610
|
key: 0,
|
|
2611
2611
|
class: "me-n3",
|
|
2612
2612
|
color: "primary",
|
|
@@ -2625,7 +2625,7 @@ const xn = /* @__PURE__ */ y({
|
|
|
2625
2625
|
slim: "",
|
|
2626
2626
|
text: "Revoke",
|
|
2627
2627
|
variant: "text",
|
|
2628
|
-
onClick: ($e) => e(i).removeFromTeam(
|
|
2628
|
+
onClick: ($e) => e(i).removeFromTeam(x.id)
|
|
2629
2629
|
}, null, 8, ["prepend-icon", "onClick"]))
|
|
2630
2630
|
]),
|
|
2631
2631
|
_: 1
|
|
@@ -2638,7 +2638,7 @@ const xn = /* @__PURE__ */ y({
|
|
|
2638
2638
|
})
|
|
2639
2639
|
]),
|
|
2640
2640
|
_: 1
|
|
2641
|
-
})) : (u(), m(
|
|
2641
|
+
})) : (u(), m(T, {
|
|
2642
2642
|
key: 1,
|
|
2643
2643
|
border: "",
|
|
2644
2644
|
color: "surface-light",
|
|
@@ -2654,7 +2654,7 @@ const xn = /* @__PURE__ */ y({
|
|
|
2654
2654
|
}, {
|
|
2655
2655
|
title: s(() => [
|
|
2656
2656
|
v("div", vs, [
|
|
2657
|
-
|
|
2657
|
+
S[4] || (S[4] = I(" My Team Access ", -1)),
|
|
2658
2658
|
n(ne, {
|
|
2659
2659
|
border: "thin opacity-25 success",
|
|
2660
2660
|
class: "ms-2",
|
|
@@ -2667,11 +2667,11 @@ const xn = /* @__PURE__ */ y({
|
|
|
2667
2667
|
]),
|
|
2668
2668
|
append: s(() => [
|
|
2669
2669
|
n(D, {
|
|
2670
|
-
"prepend-icon": `svg:${e(
|
|
2670
|
+
"prepend-icon": `svg:${e(Co)}`,
|
|
2671
2671
|
rounded: "lg",
|
|
2672
2672
|
text: "Leave team",
|
|
2673
2673
|
width: "145",
|
|
2674
|
-
onClick:
|
|
2674
|
+
onClick: S[1] || (S[1] = (x) => e(i).leaveTeam())
|
|
2675
2675
|
}, null, 8, ["prepend-icon"])
|
|
2676
2676
|
]),
|
|
2677
2677
|
_: 1
|
|
@@ -2699,17 +2699,17 @@ const xn = /* @__PURE__ */ y({
|
|
|
2699
2699
|
setup(p) {
|
|
2700
2700
|
const t = A(!1);
|
|
2701
2701
|
return (i, o) => {
|
|
2702
|
-
const r = _s, l =
|
|
2702
|
+
const r = _s, l = q;
|
|
2703
2703
|
return u(), m(l, {
|
|
2704
2704
|
active: e(t),
|
|
2705
2705
|
link: "",
|
|
2706
|
-
"prepend-icon": `svg:${e(
|
|
2706
|
+
"prepend-icon": `svg:${e(xo)}`,
|
|
2707
2707
|
title: "My Team"
|
|
2708
2708
|
}, {
|
|
2709
2709
|
default: s(() => [
|
|
2710
2710
|
n(r, {
|
|
2711
2711
|
modelValue: e(t),
|
|
2712
|
-
"onUpdate:modelValue": o[0] || (o[0] = (a) =>
|
|
2712
|
+
"onUpdate:modelValue": o[0] || (o[0] = (a) => Z(t) ? t.value = a : null)
|
|
2713
2713
|
}, null, 8, ["modelValue"])
|
|
2714
2714
|
]),
|
|
2715
2715
|
_: 1
|
|
@@ -2755,11 +2755,11 @@ const xn = /* @__PURE__ */ y({
|
|
|
2755
2755
|
_: 1
|
|
2756
2756
|
})
|
|
2757
2757
|
])) : (u(), V("div", hs, [
|
|
2758
|
-
(u(!0), V(
|
|
2758
|
+
(u(!0), V(M, null, Q(a.items, (d) => (u(), V("div", {
|
|
2759
2759
|
key: d.slug,
|
|
2760
2760
|
class: "mb-4"
|
|
2761
2761
|
}, [
|
|
2762
|
-
n(
|
|
2762
|
+
n(T, {
|
|
2763
2763
|
color: d.metadata.color,
|
|
2764
2764
|
flat: "",
|
|
2765
2765
|
image: d.metadata.images.bg?.url,
|
|
@@ -2778,13 +2778,13 @@ const xn = /* @__PURE__ */ y({
|
|
|
2778
2778
|
}, 1032, ["color", "image", "title"]),
|
|
2779
2779
|
n(ke, null, {
|
|
2780
2780
|
default: s(({ props: f, isHovering: _ }) => [
|
|
2781
|
-
n(
|
|
2781
|
+
n(Me, F({ ref_for: !0 }, f, {
|
|
2782
2782
|
border: "",
|
|
2783
2783
|
class: "px-8 pt-2 pb-4 position-relative",
|
|
2784
2784
|
rounded: "b"
|
|
2785
2785
|
}), {
|
|
2786
2786
|
default: s(() => [
|
|
2787
|
-
n(
|
|
2787
|
+
n(W, {
|
|
2788
2788
|
location: "bottom",
|
|
2789
2789
|
text: r(d.slug) ? "Mark as unread" : "Mark as read"
|
|
2790
2790
|
}, {
|
|
@@ -2793,12 +2793,12 @@ const xn = /* @__PURE__ */ y({
|
|
|
2793
2793
|
default: s(() => [
|
|
2794
2794
|
ee(n(D, F({ ref_for: !0 }, g, {
|
|
2795
2795
|
class: "ms-auto float-right",
|
|
2796
|
-
icon: `svg:${r(d.slug) ? e(
|
|
2796
|
+
icon: `svg:${r(d.slug) ? e(qe) : e(Ze)}`,
|
|
2797
2797
|
size: "small",
|
|
2798
2798
|
variant: "text",
|
|
2799
2799
|
onClick: (k) => l(d)
|
|
2800
2800
|
}), null, 16, ["icon", "onClick"]), [
|
|
2801
|
-
[
|
|
2801
|
+
[Se, _ || e(i).mobile.value]
|
|
2802
2802
|
])
|
|
2803
2803
|
]),
|
|
2804
2804
|
_: 2
|
|
@@ -2838,7 +2838,7 @@ const xn = /* @__PURE__ */ y({
|
|
|
2838
2838
|
_: 1
|
|
2839
2839
|
}));
|
|
2840
2840
|
}
|
|
2841
|
-
}),
|
|
2841
|
+
}), Cs = { class: "ps-3 text-subtitle-2 pe-2" }, xs = { class: "text-truncate" }, ws = { class: "text-caption font-weight-bold text-medium-emphasis" }, Ls = { class: "text-disabled text-caption my-2" }, Ss = /* @__PURE__ */ y({
|
|
2842
2842
|
__name: "VoNotificationsListItem",
|
|
2843
2843
|
props: {
|
|
2844
2844
|
demo: { type: Boolean },
|
|
@@ -2864,12 +2864,12 @@ const xn = /* @__PURE__ */ y({
|
|
|
2864
2864
|
t.demo || (a(d.slug) ? i.one.notifications.read = i.one.notifications.read.filter((f) => f !== d.slug) : i.one.notifications.read.push(d.slug));
|
|
2865
2865
|
}
|
|
2866
2866
|
return (d, f) => {
|
|
2867
|
-
const _ =
|
|
2867
|
+
const _ = q;
|
|
2868
2868
|
return u(), m(ke, null, {
|
|
2869
2869
|
default: s(({ isHovering: g, props: k }) => [
|
|
2870
2870
|
n(_, F(k, { class: "py-4 mb-0" }), {
|
|
2871
2871
|
prepend: s(() => [
|
|
2872
|
-
v("div",
|
|
2872
|
+
v("div", Cs, $(d.notification.metadata.emoji), 1)
|
|
2873
2873
|
]),
|
|
2874
2874
|
append: s(() => [
|
|
2875
2875
|
n(Jo, {
|
|
@@ -2877,22 +2877,22 @@ const xn = /* @__PURE__ */ y({
|
|
|
2877
2877
|
width: "56"
|
|
2878
2878
|
}, {
|
|
2879
2879
|
default: s(() => [
|
|
2880
|
-
n(
|
|
2880
|
+
n(W, {
|
|
2881
2881
|
location: "bottom",
|
|
2882
2882
|
text: a(d.notification.slug) ? "Mark as unread" : "Mark as read"
|
|
2883
2883
|
}, {
|
|
2884
|
-
activator: s(({ props:
|
|
2884
|
+
activator: s(({ props: C }) => [
|
|
2885
2885
|
n(be, { "hide-on-leave": "" }, {
|
|
2886
2886
|
default: s(() => [
|
|
2887
|
-
ee(n(D, F(
|
|
2887
|
+
ee(n(D, F(C, {
|
|
2888
2888
|
class: "ms-auto",
|
|
2889
|
-
icon: `svg:${a(d.notification.slug) ? e(
|
|
2889
|
+
icon: `svg:${a(d.notification.slug) ? e(qe) : e(Ze)}`,
|
|
2890
2890
|
"mdi-email-variant": "",
|
|
2891
2891
|
size: "small",
|
|
2892
2892
|
variant: "text",
|
|
2893
|
-
onClick: f[0] || (f[0] = (
|
|
2893
|
+
onClick: f[0] || (f[0] = (S) => c(d.notification))
|
|
2894
2894
|
}), null, 16, ["icon"]), [
|
|
2895
|
-
[
|
|
2895
|
+
[Se, g || e(r).mobile.value]
|
|
2896
2896
|
])
|
|
2897
2897
|
]),
|
|
2898
2898
|
_: 2
|
|
@@ -2907,12 +2907,12 @@ const xn = /* @__PURE__ */ y({
|
|
|
2907
2907
|
default: s(() => [
|
|
2908
2908
|
n(vt, { class: "text-wrap text-h6 mb-1" }, {
|
|
2909
2909
|
default: s(() => [
|
|
2910
|
-
v("div",
|
|
2910
|
+
v("div", xs, $(d.notification.title), 1)
|
|
2911
2911
|
]),
|
|
2912
2912
|
_: 1
|
|
2913
2913
|
}),
|
|
2914
2914
|
v("div", ws, $(e(o).format(d.notification.created_at, "fullDateWithWeekday")), 1),
|
|
2915
|
-
v("div",
|
|
2915
|
+
v("div", Ls, $(d.notification.metadata.text), 1),
|
|
2916
2916
|
n(ne, F({
|
|
2917
2917
|
"append-icon": `svg:${e(De)}`
|
|
2918
2918
|
}, e(l), {
|
|
@@ -2945,7 +2945,7 @@ const xn = /* @__PURE__ */ y({
|
|
|
2945
2945
|
},
|
|
2946
2946
|
setup(p) {
|
|
2947
2947
|
return (t, i) => {
|
|
2948
|
-
const o =
|
|
2948
|
+
const o = Ss;
|
|
2949
2949
|
return u(), m(se, {
|
|
2950
2950
|
class: "py-0",
|
|
2951
2951
|
height: "100%",
|
|
@@ -2965,7 +2965,7 @@ const xn = /* @__PURE__ */ y({
|
|
|
2965
2965
|
])]),
|
|
2966
2966
|
_: 1
|
|
2967
2967
|
})
|
|
2968
|
-
])) : (u(!0), V(
|
|
2968
|
+
])) : (u(!0), V(M, { key: 1 }, Q(t.items, (r, l) => (u(), V(M, {
|
|
2969
2969
|
key: r.slug
|
|
2970
2970
|
}, [
|
|
2971
2971
|
l !== 0 ? (u(), m(j, { key: 0 })) : h("", !0),
|
|
@@ -3025,7 +3025,7 @@ const xn = /* @__PURE__ */ y({
|
|
|
3025
3025
|
banner: a,
|
|
3026
3026
|
index: d
|
|
3027
3027
|
};
|
|
3028
|
-
}), As = { class: "text-caption" },
|
|
3028
|
+
}), As = { class: "text-caption" }, Ms = { class: "text-caption" }, Ts = /* @__PURE__ */ y({
|
|
3029
3029
|
__name: "VoNotificationsDialog",
|
|
3030
3030
|
props: {
|
|
3031
3031
|
modelValue: { type: Boolean },
|
|
@@ -3048,10 +3048,10 @@ const xn = /* @__PURE__ */ y({
|
|
|
3048
3048
|
}
|
|
3049
3049
|
l.isOpen = !0, await ge(), d.value = !0;
|
|
3050
3050
|
}, { immediate: !0 }), (g, k) => {
|
|
3051
|
-
const
|
|
3051
|
+
const C = q, S = Ds, z = $s, J = ce;
|
|
3052
3052
|
return u(), m(J, {
|
|
3053
3053
|
modelValue: d.value,
|
|
3054
|
-
"onUpdate:modelValue": k[2] || (k[2] = (
|
|
3054
|
+
"onUpdate:modelValue": k[2] || (k[2] = (x) => d.value = x),
|
|
3055
3055
|
"prepend-icon": `svg:${e(wo)}`,
|
|
3056
3056
|
title: "Notifications"
|
|
3057
3057
|
}, {
|
|
@@ -3061,24 +3061,24 @@ const xn = /* @__PURE__ */ y({
|
|
|
3061
3061
|
class: "me-2",
|
|
3062
3062
|
density: "comfortable",
|
|
3063
3063
|
disabled: e(r).unread.length === 0,
|
|
3064
|
-
icon: `svg:${e(
|
|
3064
|
+
icon: `svg:${e(Ze)}`,
|
|
3065
3065
|
size: "small",
|
|
3066
3066
|
variant: "text",
|
|
3067
3067
|
onClick: f
|
|
3068
3068
|
}, null, 8, ["disabled", "icon"])), [
|
|
3069
|
-
[
|
|
3069
|
+
[Le, "Mark All as Read", "start"]
|
|
3070
3070
|
]) : h("", !0),
|
|
3071
3071
|
e(c)[0] === "unread" ? ee((u(), m(D, {
|
|
3072
3072
|
key: 1,
|
|
3073
3073
|
class: "me-2",
|
|
3074
3074
|
density: "comfortable",
|
|
3075
3075
|
disabled: e(r).read.length === 0,
|
|
3076
|
-
icon: `svg:${e(
|
|
3076
|
+
icon: `svg:${e(qe)}`,
|
|
3077
3077
|
size: "small",
|
|
3078
3078
|
variant: "text",
|
|
3079
3079
|
onClick: _
|
|
3080
3080
|
}, null, 8, ["disabled", "icon"])), [
|
|
3081
|
-
[
|
|
3081
|
+
[Le, "Mark All as Unread", "start"]
|
|
3082
3082
|
]) : h("", !0)
|
|
3083
3083
|
]),
|
|
3084
3084
|
default: s(() => [
|
|
@@ -3092,15 +3092,15 @@ const xn = /* @__PURE__ */ y({
|
|
|
3092
3092
|
default: s(() => [
|
|
3093
3093
|
n(se, {
|
|
3094
3094
|
selected: e(c),
|
|
3095
|
-
"onUpdate:selected": k[0] || (k[0] = (
|
|
3095
|
+
"onUpdate:selected": k[0] || (k[0] = (x) => Z(c) ? c.value = x : null),
|
|
3096
3096
|
class: "px-4 pt-4",
|
|
3097
3097
|
density: "compact",
|
|
3098
3098
|
mandatory: "",
|
|
3099
3099
|
nav: ""
|
|
3100
3100
|
}, {
|
|
3101
3101
|
default: s(() => [
|
|
3102
|
-
n(
|
|
3103
|
-
"prepend-icon": `svg:${e(
|
|
3102
|
+
n(C, {
|
|
3103
|
+
"prepend-icon": `svg:${e(Lo)}`,
|
|
3104
3104
|
title: "Unread",
|
|
3105
3105
|
value: "read"
|
|
3106
3106
|
}, P({ _: 2 }, [
|
|
@@ -3112,27 +3112,27 @@ const xn = /* @__PURE__ */ y({
|
|
|
3112
3112
|
key: "0"
|
|
3113
3113
|
} : void 0
|
|
3114
3114
|
]), 1032, ["prepend-icon"]),
|
|
3115
|
-
n(
|
|
3116
|
-
"prepend-icon": `svg:${e(
|
|
3115
|
+
n(C, {
|
|
3116
|
+
"prepend-icon": `svg:${e(So)}`,
|
|
3117
3117
|
title: "Read",
|
|
3118
3118
|
value: "unread"
|
|
3119
3119
|
}, P({ _: 2 }, [
|
|
3120
3120
|
e(r).read.length > 0 ? {
|
|
3121
3121
|
name: "append",
|
|
3122
3122
|
fn: s(() => [
|
|
3123
|
-
v("span",
|
|
3123
|
+
v("span", Ms, $(e(r).read.length), 1)
|
|
3124
3124
|
]),
|
|
3125
3125
|
key: "0"
|
|
3126
3126
|
} : void 0
|
|
3127
3127
|
]), 1032, ["prepend-icon"]),
|
|
3128
|
-
e(o).all.length > 0 && e(a).one.banners.enabled ? (u(), m(
|
|
3128
|
+
e(o).all.length > 0 && e(a).one.banners.enabled ? (u(), m(C, {
|
|
3129
3129
|
key: 0,
|
|
3130
3130
|
"prepend-icon": `svg:${e(Io)}`,
|
|
3131
3131
|
title: "Banners",
|
|
3132
3132
|
value: "banners"
|
|
3133
3133
|
}, {
|
|
3134
3134
|
append: s(() => [
|
|
3135
|
-
n(
|
|
3135
|
+
n(We, {
|
|
3136
3136
|
dot: "",
|
|
3137
3137
|
"offset-y": "-3"
|
|
3138
3138
|
})
|
|
@@ -3149,12 +3149,12 @@ const xn = /* @__PURE__ */ y({
|
|
|
3149
3149
|
default: s(() => [
|
|
3150
3150
|
n(kt, {
|
|
3151
3151
|
modelValue: e(c),
|
|
3152
|
-
"onUpdate:modelValue": k[1] || (k[1] = (
|
|
3152
|
+
"onUpdate:modelValue": k[1] || (k[1] = (x) => Z(c) ? c.value = x : null)
|
|
3153
3153
|
}, {
|
|
3154
3154
|
default: s(() => [
|
|
3155
3155
|
n(ve, { value: "read" }, {
|
|
3156
3156
|
default: s(() => [
|
|
3157
|
-
n(
|
|
3157
|
+
n(S, {
|
|
3158
3158
|
items: e(r).unread
|
|
3159
3159
|
}, null, 8, ["items"])
|
|
3160
3160
|
]),
|
|
@@ -3162,7 +3162,7 @@ const xn = /* @__PURE__ */ y({
|
|
|
3162
3162
|
}),
|
|
3163
3163
|
n(ve, { value: "unread" }, {
|
|
3164
3164
|
default: s(() => [
|
|
3165
|
-
n(
|
|
3165
|
+
n(S, {
|
|
3166
3166
|
items: e(r).read
|
|
3167
3167
|
}, null, 8, ["items"])
|
|
3168
3168
|
]),
|
|
@@ -3194,13 +3194,13 @@ const xn = /* @__PURE__ */ y({
|
|
|
3194
3194
|
__name: "VoNotificationsBadge",
|
|
3195
3195
|
setup(p) {
|
|
3196
3196
|
const t = Ue(), i = U();
|
|
3197
|
-
return (o, r) => (u(), m(
|
|
3197
|
+
return (o, r) => (u(), m(We, {
|
|
3198
3198
|
color: "error",
|
|
3199
3199
|
content: e(t).unread.length,
|
|
3200
3200
|
"model-value": e(i).one.notifications.enabled && e(t).unread.length > 0
|
|
3201
3201
|
}, {
|
|
3202
3202
|
default: s(() => [
|
|
3203
|
-
|
|
3203
|
+
L(o.$slots, "default")
|
|
3204
3204
|
]),
|
|
3205
3205
|
_: 3
|
|
3206
3206
|
}, 8, ["content", "model-value"]));
|
|
@@ -3212,7 +3212,7 @@ const xn = /* @__PURE__ */ y({
|
|
|
3212
3212
|
return Ee(async () => {
|
|
3213
3213
|
o.index(), t.index();
|
|
3214
3214
|
}), (l, a) => {
|
|
3215
|
-
const c = Us, d =
|
|
3215
|
+
const c = Us, d = Ts, f = q;
|
|
3216
3216
|
return e(i).one.notifications.enabled ? (u(), m(f, {
|
|
3217
3217
|
key: 0,
|
|
3218
3218
|
active: e(r),
|
|
@@ -3223,7 +3223,7 @@ const xn = /* @__PURE__ */ y({
|
|
|
3223
3223
|
default: s(() => [
|
|
3224
3224
|
n(d, {
|
|
3225
3225
|
modelValue: e(r),
|
|
3226
|
-
"onUpdate:modelValue": a[0] || (a[0] = (_) =>
|
|
3226
|
+
"onUpdate:modelValue": a[0] || (a[0] = (_) => Z(r) ? r.value = _ : null)
|
|
3227
3227
|
}, null, 8, ["modelValue"])
|
|
3228
3228
|
]),
|
|
3229
3229
|
_: 2
|
|
@@ -3253,7 +3253,7 @@ const xn = /* @__PURE__ */ y({
|
|
|
3253
3253
|
}, 100);
|
|
3254
3254
|
}
|
|
3255
3255
|
return (o, r) => {
|
|
3256
|
-
const l =
|
|
3256
|
+
const l = q;
|
|
3257
3257
|
return u(), m(l, {
|
|
3258
3258
|
"prepend-icon": `svg:${e(Ao)}`,
|
|
3259
3259
|
title: "Dashboard",
|
|
@@ -3267,7 +3267,7 @@ const xn = /* @__PURE__ */ y({
|
|
|
3267
3267
|
setup(p) {
|
|
3268
3268
|
const t = E(), i = B(), o = Ie();
|
|
3269
3269
|
return (r, l) => {
|
|
3270
|
-
const a = Os, c = Bs, d = gs, f = ps, _ = ls, g = Xn, k =
|
|
3270
|
+
const a = Os, c = Bs, d = gs, f = ps, _ = ls, g = Xn, k = Tn, C = $n, S = vn;
|
|
3271
3271
|
return u(), m(se, {
|
|
3272
3272
|
density: "compact",
|
|
3273
3273
|
nav: "",
|
|
@@ -3281,8 +3281,8 @@ const xn = /* @__PURE__ */ y({
|
|
|
3281
3281
|
n(_),
|
|
3282
3282
|
e(t).user ? (u(), m(g, { key: 3 })) : h("", !0),
|
|
3283
3283
|
e(t).user?.isAdmin ? (u(), m(k, { key: 4 })) : h("", !0),
|
|
3284
|
-
n(
|
|
3285
|
-
e(t).user ? (u(), m(
|
|
3284
|
+
n(C),
|
|
3285
|
+
e(t).user ? (u(), m(S, { key: 5 })) : h("", !0)
|
|
3286
3286
|
]),
|
|
3287
3287
|
_: 1
|
|
3288
3288
|
});
|
|
@@ -3307,7 +3307,7 @@ const xn = /* @__PURE__ */ y({
|
|
|
3307
3307
|
}, {
|
|
3308
3308
|
default: s(() => [
|
|
3309
3309
|
n(w),
|
|
3310
|
-
n(
|
|
3310
|
+
n(W, {
|
|
3311
3311
|
activator: "parent",
|
|
3312
3312
|
location: "top",
|
|
3313
3313
|
text: "Vuetify Play"
|
|
@@ -3326,7 +3326,7 @@ const xn = /* @__PURE__ */ y({
|
|
|
3326
3326
|
}, {
|
|
3327
3327
|
default: s(() => [
|
|
3328
3328
|
n(w),
|
|
3329
|
-
n(
|
|
3329
|
+
n(W, {
|
|
3330
3330
|
activator: "parent",
|
|
3331
3331
|
location: "top",
|
|
3332
3332
|
text: "Vuetify Bin"
|
|
@@ -3345,7 +3345,7 @@ const xn = /* @__PURE__ */ y({
|
|
|
3345
3345
|
}, {
|
|
3346
3346
|
default: s(() => [
|
|
3347
3347
|
n(w),
|
|
3348
|
-
n(
|
|
3348
|
+
n(W, {
|
|
3349
3349
|
activator: "parent",
|
|
3350
3350
|
location: "top",
|
|
3351
3351
|
text: "Vuetify Studio"
|
|
@@ -3364,7 +3364,7 @@ const xn = /* @__PURE__ */ y({
|
|
|
3364
3364
|
}, {
|
|
3365
3365
|
default: s(() => [
|
|
3366
3366
|
n(w),
|
|
3367
|
-
n(
|
|
3367
|
+
n(W, {
|
|
3368
3368
|
activator: "parent",
|
|
3369
3369
|
location: "top",
|
|
3370
3370
|
text: "Vuetify Snips"
|
|
@@ -3383,7 +3383,7 @@ const xn = /* @__PURE__ */ y({
|
|
|
3383
3383
|
}, {
|
|
3384
3384
|
default: s(() => [
|
|
3385
3385
|
n(w),
|
|
3386
|
-
n(
|
|
3386
|
+
n(W, {
|
|
3387
3387
|
activator: "parent",
|
|
3388
3388
|
location: "top",
|
|
3389
3389
|
text: "Vuetify Issues"
|
|
@@ -3397,7 +3397,7 @@ const xn = /* @__PURE__ */ y({
|
|
|
3397
3397
|
_: 1
|
|
3398
3398
|
}));
|
|
3399
3399
|
}
|
|
3400
|
-
}), js = { class: "mb-2" }, Es = { key: 0 }, Hs = { class: "d-flex ga-4 flex-wrap justify-center mb-4" }, Rs = { class: "text-h6" },
|
|
3400
|
+
}), js = { class: "mb-2" }, Es = { key: 0 }, Hs = { class: "d-flex ga-4 flex-wrap justify-center mb-4" }, Rs = { class: "text-h6" }, Zs = /* @__PURE__ */ y({
|
|
3401
3401
|
__name: "VoUserAvatar",
|
|
3402
3402
|
setup(p) {
|
|
3403
3403
|
const t = E(), i = B(), o = U(), r = A(!1), l = b(() => {
|
|
@@ -3436,7 +3436,7 @@ const xn = /* @__PURE__ */ y({
|
|
|
3436
3436
|
color: "surface",
|
|
3437
3437
|
size: "72",
|
|
3438
3438
|
text: "Foobar",
|
|
3439
|
-
onClick:
|
|
3439
|
+
onClick: xe(c, ["prevent", "stop"])
|
|
3440
3440
|
}, {
|
|
3441
3441
|
default: s(() => [
|
|
3442
3442
|
e(t).user && e(o).one.avatar ? (u(), m(oe, {
|
|
@@ -3452,20 +3452,20 @@ const xn = /* @__PURE__ */ y({
|
|
|
3452
3452
|
]),
|
|
3453
3453
|
_: 1
|
|
3454
3454
|
}, 8, ["class"])), [
|
|
3455
|
-
[
|
|
3455
|
+
[qo, e(i).isSubscriber]
|
|
3456
3456
|
]),
|
|
3457
3457
|
v("div", js, [
|
|
3458
3458
|
n(pe, null, {
|
|
3459
3459
|
default: s(() => [
|
|
3460
3460
|
e(r) ? (u(), V("div", Es, [
|
|
3461
|
-
n(
|
|
3461
|
+
n(T, {
|
|
3462
3462
|
class: "pt-6 pb-1",
|
|
3463
3463
|
flat: "",
|
|
3464
3464
|
rounded: "0"
|
|
3465
3465
|
}, {
|
|
3466
3466
|
default: s(() => [
|
|
3467
3467
|
v("div", Hs, [
|
|
3468
|
-
(u(!0), V(
|
|
3468
|
+
(u(!0), V(M, null, Q(e(l), (_, g) => (u(), m(D, {
|
|
3469
3469
|
key: g,
|
|
3470
3470
|
active: e(o).one.avatar === _,
|
|
3471
3471
|
icon: "",
|
|
@@ -3492,11 +3492,11 @@ const xn = /* @__PURE__ */ y({
|
|
|
3492
3492
|
v("div", Rs, $(e(t).user?.name ?? "Guest"), 1)
|
|
3493
3493
|
]));
|
|
3494
3494
|
}
|
|
3495
|
-
}),
|
|
3495
|
+
}), qs = /* @__PURE__ */ y({
|
|
3496
3496
|
__name: "VoUserBadges",
|
|
3497
3497
|
setup(p) {
|
|
3498
3498
|
const t = E(), i = B(), o = b(() => i.github || i.discord || i.isSubscriber || t.user?.isAdmin);
|
|
3499
|
-
return (r, l) => e(o) ? (u(), m(
|
|
3499
|
+
return (r, l) => e(o) ? (u(), m(Me, {
|
|
3500
3500
|
key: 0,
|
|
3501
3501
|
class: "align-center position-absolute ms-2 d-flex ga-2 pa-2",
|
|
3502
3502
|
color: "rgba(0,0,0,.54)",
|
|
@@ -3504,7 +3504,7 @@ const xn = /* @__PURE__ */ y({
|
|
|
3504
3504
|
style: { left: "0" }
|
|
3505
3505
|
}, {
|
|
3506
3506
|
default: s(() => [
|
|
3507
|
-
e(t).user?.isAdmin ? (u(), m(
|
|
3507
|
+
e(t).user?.isAdmin ? (u(), m(W, {
|
|
3508
3508
|
key: 0,
|
|
3509
3509
|
location: "bottom",
|
|
3510
3510
|
text: "Vuetify Administrator"
|
|
@@ -3517,7 +3517,7 @@ const xn = /* @__PURE__ */ y({
|
|
|
3517
3517
|
]),
|
|
3518
3518
|
_: 1
|
|
3519
3519
|
})) : h("", !0),
|
|
3520
|
-
e(i).isSubscriber ? (u(), m(
|
|
3520
|
+
e(i).isSubscriber ? (u(), m(W, {
|
|
3521
3521
|
key: 1,
|
|
3522
3522
|
location: "bottom",
|
|
3523
3523
|
text: "Vuetify One Subscriber"
|
|
@@ -3525,12 +3525,12 @@ const xn = /* @__PURE__ */ y({
|
|
|
3525
3525
|
activator: s(({ props: a }) => [
|
|
3526
3526
|
n(w, F({
|
|
3527
3527
|
color: "amber-darken-2",
|
|
3528
|
-
icon: `svg:${e(
|
|
3528
|
+
icon: `svg:${e(Mo)}`
|
|
3529
3529
|
}, a, { size: "16" }), null, 16, ["icon"])
|
|
3530
3530
|
]),
|
|
3531
3531
|
_: 1
|
|
3532
3532
|
})) : h("", !0),
|
|
3533
|
-
e(i).github ? (u(), m(
|
|
3533
|
+
e(i).github ? (u(), m(W, {
|
|
3534
3534
|
key: 2,
|
|
3535
3535
|
location: "bottom",
|
|
3536
3536
|
text: "GitHub Sponsor"
|
|
@@ -3543,7 +3543,7 @@ const xn = /* @__PURE__ */ y({
|
|
|
3543
3543
|
]),
|
|
3544
3544
|
_: 1
|
|
3545
3545
|
})) : h("", !0),
|
|
3546
|
-
e(i).discord ? (u(), m(
|
|
3546
|
+
e(i).discord ? (u(), m(W, {
|
|
3547
3547
|
key: 3,
|
|
3548
3548
|
location: "bottom",
|
|
3549
3549
|
text: "Discord Subscriber"
|
|
@@ -3560,7 +3560,7 @@ const xn = /* @__PURE__ */ y({
|
|
|
3560
3560
|
_: 1
|
|
3561
3561
|
})) : h("", !0);
|
|
3562
3562
|
}
|
|
3563
|
-
}),
|
|
3563
|
+
}), Ws = { class: "d-flex flex-grow-1 justify-end fill-height align-start" }, Gs = {
|
|
3564
3564
|
key: "reset",
|
|
3565
3565
|
class: "align-self-end"
|
|
3566
3566
|
}, Ks = /* @__PURE__ */ y({
|
|
@@ -3571,8 +3571,8 @@ const xn = /* @__PURE__ */ y({
|
|
|
3571
3571
|
o.one.colors.primary = "surface-light";
|
|
3572
3572
|
}
|
|
3573
3573
|
return (a, c) => {
|
|
3574
|
-
const d =
|
|
3575
|
-
return u(), V(
|
|
3574
|
+
const d = qs, f = Ve;
|
|
3575
|
+
return u(), V(M, null, [
|
|
3576
3576
|
n(oe, {
|
|
3577
3577
|
color: e(t).user ? e(o).one.colors.primary : "surface-light",
|
|
3578
3578
|
"content-class": "d-flex align-start justify-end pa-2",
|
|
@@ -3582,7 +3582,7 @@ const xn = /* @__PURE__ */ y({
|
|
|
3582
3582
|
rounded: "0"
|
|
3583
3583
|
}, {
|
|
3584
3584
|
default: s(() => [
|
|
3585
|
-
v("div",
|
|
3585
|
+
v("div", Ws, [
|
|
3586
3586
|
n(d),
|
|
3587
3587
|
n(Eo, null, {
|
|
3588
3588
|
default: s(() => [
|
|
@@ -3592,13 +3592,13 @@ const xn = /* @__PURE__ */ y({
|
|
|
3592
3592
|
color: "inherit",
|
|
3593
3593
|
density: "comfortable",
|
|
3594
3594
|
disabled: e(o).one.colors.primary === "surface-light",
|
|
3595
|
-
icon: `svg:${e(
|
|
3595
|
+
icon: `svg:${e(To)}`,
|
|
3596
3596
|
title: "Revert to Default",
|
|
3597
3597
|
variant: "text",
|
|
3598
3598
|
onClick: l
|
|
3599
3599
|
}, null, 8, ["disabled", "icon"])
|
|
3600
3600
|
], 512), [
|
|
3601
|
-
[
|
|
3601
|
+
[Se, e(r)]
|
|
3602
3602
|
])
|
|
3603
3603
|
]),
|
|
3604
3604
|
_: 1
|
|
@@ -3659,7 +3659,7 @@ const xn = /* @__PURE__ */ y({
|
|
|
3659
3659
|
return H(() => t.banner, async () => {
|
|
3660
3660
|
await new Promise((r) => setTimeout(r, 300)), i.isOpen && o.value?.updateLocation?.();
|
|
3661
3661
|
}, { flush: "pre" }), (r, l) => {
|
|
3662
|
-
const a = Ks, c =
|
|
3662
|
+
const a = Ks, c = Zs, d = Ns, f = zs, _ = St;
|
|
3663
3663
|
return u(), m(Qe, {
|
|
3664
3664
|
ref_key: "menu",
|
|
3665
3665
|
ref: o,
|
|
@@ -3672,7 +3672,7 @@ const xn = /* @__PURE__ */ y({
|
|
|
3672
3672
|
location: "bottom end"
|
|
3673
3673
|
}, {
|
|
3674
3674
|
default: s(() => [
|
|
3675
|
-
n(
|
|
3675
|
+
n(T, {
|
|
3676
3676
|
border: "",
|
|
3677
3677
|
rounded: "lg",
|
|
3678
3678
|
width: "280"
|
|
@@ -3709,7 +3709,7 @@ const xn = /* @__PURE__ */ y({
|
|
|
3709
3709
|
"max-width": "500"
|
|
3710
3710
|
}, {
|
|
3711
3711
|
default: s(({ isActive: a }) => [
|
|
3712
|
-
n(
|
|
3712
|
+
n(T, {
|
|
3713
3713
|
"prepend-icon": `svg:${e(Uo)}`,
|
|
3714
3714
|
rounded: "lg",
|
|
3715
3715
|
title: "Join a Team"
|
|
@@ -3768,8 +3768,8 @@ const xn = /* @__PURE__ */ y({
|
|
|
3768
3768
|
setup(p) {
|
|
3769
3769
|
const t = E(), i = B(), o = U(), { lgAndUp: r } = ae(), l = b(() => i.isOpen || !t.user ? o.one.colors.primary === "surface-light" ? "primary" : o.one.colors.primary : "surface-light"), { smAndUp: a } = ae();
|
|
3770
3770
|
return (c, d) => {
|
|
3771
|
-
const f = Ys, _ = Ve, g = mn, k =
|
|
3772
|
-
return u(), V(
|
|
3771
|
+
const f = Ys, _ = Ve, g = mn, k = Lt, C = an;
|
|
3772
|
+
return u(), V(M, null, [
|
|
3773
3773
|
n(g, {
|
|
3774
3774
|
"offset-y": e(t).user ? 5 : 0
|
|
3775
3775
|
}, {
|
|
@@ -3791,7 +3791,7 @@ const xn = /* @__PURE__ */ y({
|
|
|
3791
3791
|
e(t).user ? (u(), m(Y, {
|
|
3792
3792
|
key: 0,
|
|
3793
3793
|
image: e(o).one.avatar || e(t).user.picture || ""
|
|
3794
|
-
}, null, 8, ["image"])) : (u(), V(
|
|
3794
|
+
}, null, 8, ["image"])) : (u(), V(M, { key: 1 }, [
|
|
3795
3795
|
e(a) ? (u(), V("span", ea, "Login")) : (u(), m(w, {
|
|
3796
3796
|
key: 1,
|
|
3797
3797
|
icon: `svg:${e(nt)}`
|
|
@@ -3806,7 +3806,7 @@ const xn = /* @__PURE__ */ y({
|
|
|
3806
3806
|
}, 8, ["offset-y"]),
|
|
3807
3807
|
n(k),
|
|
3808
3808
|
n(Js),
|
|
3809
|
-
n(
|
|
3809
|
+
n(C)
|
|
3810
3810
|
], 64);
|
|
3811
3811
|
};
|
|
3812
3812
|
}
|
|
@@ -3833,7 +3833,7 @@ const xn = /* @__PURE__ */ y({
|
|
|
3833
3833
|
"min-width": 300
|
|
3834
3834
|
}, {
|
|
3835
3835
|
activator: s(({ props: l }) => [
|
|
3836
|
-
|
|
3836
|
+
L(o.$slots, "activator", lt(ut(l)), () => [
|
|
3837
3837
|
n(D, F(l, {
|
|
3838
3838
|
icon: `svg:${e(Bo)}`,
|
|
3839
3839
|
size: "small"
|
|
@@ -3841,28 +3841,28 @@ const xn = /* @__PURE__ */ y({
|
|
|
3841
3841
|
])
|
|
3842
3842
|
]),
|
|
3843
3843
|
default: s(() => [
|
|
3844
|
-
n(
|
|
3844
|
+
n(T, { class: "pa-4" }, {
|
|
3845
3845
|
default: s(() => [
|
|
3846
3846
|
i.prepend ? (u(), V("div", ta, [
|
|
3847
|
-
|
|
3847
|
+
L(o.$slots, "prepend")
|
|
3848
3848
|
])) : h("", !0),
|
|
3849
|
-
i.title ? (u(), V(
|
|
3849
|
+
i.title ? (u(), V(M, { key: 1 }, [
|
|
3850
3850
|
i.prepend ? (u(), m(j, {
|
|
3851
3851
|
key: 0,
|
|
3852
3852
|
class: "mb-3"
|
|
3853
3853
|
})) : h("", !0),
|
|
3854
3854
|
v("div", oa, [
|
|
3855
|
-
|
|
3855
|
+
L(o.$slots, "title")
|
|
3856
3856
|
])
|
|
3857
3857
|
], 64)) : h("", !0),
|
|
3858
|
-
i.default ?
|
|
3858
|
+
i.default ? L(o.$slots, "default", { key: 2 }) : h("", !0),
|
|
3859
3859
|
i.extension ? (u(), V("div", na, [
|
|
3860
|
-
|
|
3860
|
+
L(o.$slots, "extension")
|
|
3861
3861
|
])) : h("", !0),
|
|
3862
|
-
i.append ? (u(), V(
|
|
3862
|
+
i.append ? (u(), V(M, { key: 4 }, [
|
|
3863
3863
|
n(j, { class: "my-3" }),
|
|
3864
3864
|
v("div", sa, [
|
|
3865
|
-
|
|
3865
|
+
L(o.$slots, "append")
|
|
3866
3866
|
])
|
|
3867
3867
|
], 64)) : h("", !0)
|
|
3868
3868
|
]),
|
|
@@ -3883,9 +3883,9 @@ const xn = /* @__PURE__ */ y({
|
|
|
3883
3883
|
}),
|
|
3884
3884
|
emits: ["update:mobileMenu"],
|
|
3885
3885
|
setup(p) {
|
|
3886
|
-
const t = p, i = R(p, "mobileMenu"), o = rt(), r =
|
|
3886
|
+
const t = p, i = R(p, "mobileMenu"), o = rt(), r = Te(), l = Be(), { mobile: a } = ae(), c = b(() => t.responsive == !0 && a.value), d = b(() => `https://cdn.vuetifyjs.com/docs/images/one/logos/${t.logo}-logo-${r.current.value.dark ? "dark" : "light"}.png`);
|
|
3887
3887
|
return (f, _) => {
|
|
3888
|
-
const g = it("router-link"), k = aa,
|
|
3888
|
+
const g = it("router-link"), k = aa, C = At;
|
|
3889
3889
|
return u(), m(Vt, {
|
|
3890
3890
|
class: "border-b",
|
|
3891
3891
|
image: e(l).suit["app-bar"],
|
|
@@ -3904,52 +3904,52 @@ const xn = /* @__PURE__ */ y({
|
|
|
3904
3904
|
]),
|
|
3905
3905
|
_: 1
|
|
3906
3906
|
}),
|
|
3907
|
-
|
|
3908
|
-
e(c) ? h("", !0) :
|
|
3907
|
+
L(f.$slots, "prepend-fixed"),
|
|
3908
|
+
e(c) ? h("", !0) : L(f.$slots, "prepend", { key: 0 })
|
|
3909
3909
|
]),
|
|
3910
3910
|
append: s(() => [
|
|
3911
|
-
|
|
3911
|
+
L(f.$slots, "append-fixed"),
|
|
3912
3912
|
e(c) ? (u(), m(k, {
|
|
3913
3913
|
key: 0,
|
|
3914
3914
|
modelValue: i.value,
|
|
3915
|
-
"onUpdate:modelValue": _[0] || (_[0] = (
|
|
3915
|
+
"onUpdate:modelValue": _[0] || (_[0] = (S) => i.value = S)
|
|
3916
3916
|
}, P({
|
|
3917
|
-
activator: s((
|
|
3918
|
-
|
|
3917
|
+
activator: s((S) => [
|
|
3918
|
+
L(f.$slots, "menu-activator", lt(ut(S)))
|
|
3919
3919
|
]),
|
|
3920
3920
|
_: 2
|
|
3921
3921
|
}, [
|
|
3922
|
-
Q(o, (
|
|
3922
|
+
Q(o, (S, z) => ({
|
|
3923
3923
|
name: z,
|
|
3924
3924
|
fn: s(() => [
|
|
3925
|
-
|
|
3925
|
+
L(f.$slots, z)
|
|
3926
3926
|
])
|
|
3927
3927
|
}))
|
|
3928
|
-
]), 1032, ["modelValue"])) :
|
|
3928
|
+
]), 1032, ["modelValue"])) : L(f.$slots, "append", { key: 1 }),
|
|
3929
3929
|
"append" in o || "append-fixed" in o ? (u(), m(j, {
|
|
3930
3930
|
key: 2,
|
|
3931
3931
|
class: "align-self-center h-100 mx-2 mx-sm-4",
|
|
3932
3932
|
length: "20",
|
|
3933
3933
|
vertical: ""
|
|
3934
3934
|
})) : h("", !0),
|
|
3935
|
-
n(
|
|
3935
|
+
n(C)
|
|
3936
3936
|
]),
|
|
3937
3937
|
default: s(() => [
|
|
3938
|
-
e(c) ? h("", !0) :
|
|
3938
|
+
e(c) ? h("", !0) : L(f.$slots, "default", { key: 0 })
|
|
3939
3939
|
]),
|
|
3940
3940
|
_: 2
|
|
3941
3941
|
}, [
|
|
3942
3942
|
!e(c) && o.title ? {
|
|
3943
3943
|
name: "title",
|
|
3944
3944
|
fn: s(() => [
|
|
3945
|
-
|
|
3945
|
+
L(f.$slots, "title")
|
|
3946
3946
|
]),
|
|
3947
3947
|
key: "0"
|
|
3948
3948
|
} : void 0,
|
|
3949
3949
|
!e(c) && o.extension ? {
|
|
3950
3950
|
name: "extension",
|
|
3951
3951
|
fn: s(() => [
|
|
3952
|
-
|
|
3952
|
+
L(f.$slots, "extension")
|
|
3953
3953
|
]),
|
|
3954
3954
|
key: "1"
|
|
3955
3955
|
} : void 0
|
|
@@ -4003,14 +4003,14 @@ const xn = /* @__PURE__ */ y({
|
|
|
4003
4003
|
}, {
|
|
4004
4004
|
default: s(() => [
|
|
4005
4005
|
t.image || t.$slots.image ? (u(), V("div", ua, [
|
|
4006
|
-
t.$slots.image ?
|
|
4006
|
+
t.$slots.image ? L(t.$slots, "image", { key: 0 }, void 0, !0) : (u(), m(oe, {
|
|
4007
4007
|
key: 1,
|
|
4008
4008
|
cover: "",
|
|
4009
4009
|
position: "left",
|
|
4010
4010
|
src: t.image
|
|
4011
4011
|
}, null, 8, ["src"]))
|
|
4012
4012
|
])) : h("", !0),
|
|
4013
|
-
|
|
4013
|
+
L(t.$slots, "default", {}, void 0, !0)
|
|
4014
4014
|
]),
|
|
4015
4015
|
_: 3
|
|
4016
4016
|
}));
|
|
@@ -4020,7 +4020,7 @@ const xn = /* @__PURE__ */ y({
|
|
|
4020
4020
|
for (const [o, r] of t)
|
|
4021
4021
|
i[o] = r;
|
|
4022
4022
|
return i;
|
|
4023
|
-
},
|
|
4023
|
+
}, Mt = /* @__PURE__ */ Xe(ca, [["__scopeId", "data-v-31335c0a"]]), da = ["href", "title"], pa = {
|
|
4024
4024
|
class: "text-caption text-disabled",
|
|
4025
4025
|
style: { position: "absolute", right: "16px" }
|
|
4026
4026
|
}, ma = /* @__PURE__ */ y({
|
|
@@ -4059,14 +4059,14 @@ const xn = /* @__PURE__ */ y({
|
|
|
4059
4059
|
}
|
|
4060
4060
|
];
|
|
4061
4061
|
return (o, r) => {
|
|
4062
|
-
const l =
|
|
4062
|
+
const l = Mt;
|
|
4063
4063
|
return u(), m(l, {
|
|
4064
4064
|
class: "vo-footer",
|
|
4065
4065
|
height: "40",
|
|
4066
4066
|
image: e(t).suit.footer
|
|
4067
4067
|
}, P({
|
|
4068
4068
|
default: s(() => [
|
|
4069
|
-
(u(), V(
|
|
4069
|
+
(u(), V(M, null, Q(i, (a) => v("a", {
|
|
4070
4070
|
key: a.title,
|
|
4071
4071
|
class: "d-inline-block mx-2 social-link",
|
|
4072
4072
|
href: a.href,
|
|
@@ -4089,7 +4089,7 @@ const xn = /* @__PURE__ */ y({
|
|
|
4089
4089
|
o.$slots.image ? {
|
|
4090
4090
|
name: "image",
|
|
4091
4091
|
fn: s(() => [
|
|
4092
|
-
|
|
4092
|
+
L(o.$slots, "image", {}, void 0, !0)
|
|
4093
4093
|
]),
|
|
4094
4094
|
key: "0"
|
|
4095
4095
|
} : void 0
|
|
@@ -4102,50 +4102,50 @@ const xn = /* @__PURE__ */ y({
|
|
|
4102
4102
|
demo: { type: Boolean }
|
|
4103
4103
|
},
|
|
4104
4104
|
setup(p) {
|
|
4105
|
-
Nt((
|
|
4105
|
+
Nt((C) => ({
|
|
4106
4106
|
"3ce3c21e": e(a)?.metadata.bg_blur
|
|
4107
4107
|
}));
|
|
4108
4108
|
const t = p, { mdAndUp: i } = ae(), o = nn(), r = U(), l = Pe(), a = b(() => l.banner), c = b(() => a.value?.metadata.height || (a.value?.metadata.subtext ? 88 : 48)), d = b(() => t.demo ? !0 : !!a.value && !r.one.banners.read.includes(a.value.slug));
|
|
4109
4109
|
function f() {
|
|
4110
4110
|
t.demo || a.value && (r.one.banners.read.push(a.value.slug), r.one.banners.last = (/* @__PURE__ */ new Date()).toISOString());
|
|
4111
4111
|
}
|
|
4112
|
-
async function _(
|
|
4112
|
+
async function _(C) {
|
|
4113
4113
|
if (!a.value) return;
|
|
4114
4114
|
r.one.banners.last = (/* @__PURE__ */ new Date()).toISOString();
|
|
4115
|
-
const
|
|
4116
|
-
if (!
|
|
4117
|
-
|
|
4118
|
-
const z =
|
|
4115
|
+
const S = a.value?.metadata ?? { link: "" };
|
|
4116
|
+
if (!S.link.includes("?one=")) return;
|
|
4117
|
+
C.preventDefault(), C.stopPropagation();
|
|
4118
|
+
const z = S.link.split("?one=")[1];
|
|
4119
4119
|
o.push({ query: { one: z } });
|
|
4120
4120
|
}
|
|
4121
4121
|
const g = b(() => {
|
|
4122
|
-
const
|
|
4122
|
+
const C = a.value?.metadata ?? { link: "" };
|
|
4123
4123
|
return {
|
|
4124
|
-
href:
|
|
4125
|
-
target:
|
|
4126
|
-
to:
|
|
4124
|
+
href: C.link.startsWith("http") ? C.link : void 0,
|
|
4125
|
+
target: C.link.startsWith("http") ? "_blank" : void 0,
|
|
4126
|
+
to: C.link.startsWith("http") ? void 0 : C.link,
|
|
4127
4127
|
...a.value?.metadata.attributes
|
|
4128
4128
|
};
|
|
4129
4129
|
}), k = b(() => {
|
|
4130
|
-
const
|
|
4131
|
-
if (!
|
|
4132
|
-
const
|
|
4133
|
-
return
|
|
4130
|
+
const C = a.value?.metadata.images.bg?.url;
|
|
4131
|
+
if (!C?.startsWith("https://cdn.cosmicjs.com/")) return C;
|
|
4132
|
+
const S = new URL(C);
|
|
4133
|
+
return S.host = "imgix.cosmicjs.com", S.search = new URLSearchParams({
|
|
4134
4134
|
auto: "format,compress",
|
|
4135
4135
|
q: "10",
|
|
4136
4136
|
fit: "crop",
|
|
4137
4137
|
w: "4096",
|
|
4138
4138
|
h: "256"
|
|
4139
|
-
}).toString(),
|
|
4139
|
+
}).toString(), S.toString();
|
|
4140
4140
|
});
|
|
4141
|
-
return (
|
|
4141
|
+
return (C, S) => e(a) ? (u(), m(Vt, {
|
|
4142
4142
|
key: 0,
|
|
4143
4143
|
class: "vo-notifications-banner",
|
|
4144
4144
|
color: e(a).metadata.color,
|
|
4145
4145
|
flat: "",
|
|
4146
4146
|
height: e(c),
|
|
4147
4147
|
image: e(k),
|
|
4148
|
-
location:
|
|
4148
|
+
location: C.demo ? "bottom" : void 0,
|
|
4149
4149
|
"model-value": e(d),
|
|
4150
4150
|
order: "-1"
|
|
4151
4151
|
}, {
|
|
@@ -4178,7 +4178,7 @@ const xn = /* @__PURE__ */ y({
|
|
|
4178
4178
|
...e(g)
|
|
4179
4179
|
}, {
|
|
4180
4180
|
variant: "elevated",
|
|
4181
|
-
onClick:
|
|
4181
|
+
onClick: xe(_, ["stop"])
|
|
4182
4182
|
}), {
|
|
4183
4183
|
default: s(() => [
|
|
4184
4184
|
I($(e(a).metadata.link_text), 1)
|
|
@@ -4195,7 +4195,7 @@ const xn = /* @__PURE__ */ y({
|
|
|
4195
4195
|
icon: "$clear",
|
|
4196
4196
|
size: "small",
|
|
4197
4197
|
variant: "plain",
|
|
4198
|
-
onClick:
|
|
4198
|
+
onClick: xe(f, ["prevent", "stop"])
|
|
4199
4199
|
})) : h("", !0)
|
|
4200
4200
|
]),
|
|
4201
4201
|
default: s(() => [
|
|
@@ -4225,14 +4225,14 @@ const xn = /* @__PURE__ */ y({
|
|
|
4225
4225
|
key: 0,
|
|
4226
4226
|
class: "text-uppercase position-absolute ms-auto font-weight-medium on-surface-light",
|
|
4227
4227
|
style: { right: "12px", bottom: "8px", "font-size": "10px" }
|
|
4228
|
-
},
|
|
4228
|
+
}, Tt = /* @__PURE__ */ y({
|
|
4229
4229
|
__name: "VoPromotionsCard",
|
|
4230
4230
|
props: {
|
|
4231
4231
|
caption: {},
|
|
4232
4232
|
minHeight: {}
|
|
4233
4233
|
},
|
|
4234
4234
|
setup(p) {
|
|
4235
|
-
return (t, i) => (u(), m(
|
|
4235
|
+
return (t, i) => (u(), m(T, {
|
|
4236
4236
|
class: "d-inline-flex flex-child-1 position-relative",
|
|
4237
4237
|
color: "surface-light",
|
|
4238
4238
|
flat: "",
|
|
@@ -4246,7 +4246,7 @@ const xn = /* @__PURE__ */ y({
|
|
|
4246
4246
|
width: "100%"
|
|
4247
4247
|
}, {
|
|
4248
4248
|
default: s(() => [
|
|
4249
|
-
|
|
4249
|
+
L(t.$slots, "default")
|
|
4250
4250
|
]),
|
|
4251
4251
|
_: 3
|
|
4252
4252
|
}, 8, ["min-height"]),
|
|
@@ -4257,14 +4257,14 @@ const xn = /* @__PURE__ */ y({
|
|
|
4257
4257
|
t.$slots.prepend ? {
|
|
4258
4258
|
name: "prepend",
|
|
4259
4259
|
fn: s(() => [
|
|
4260
|
-
|
|
4260
|
+
L(t.$slots, "prepend")
|
|
4261
4261
|
]),
|
|
4262
4262
|
key: "0"
|
|
4263
4263
|
} : void 0,
|
|
4264
4264
|
t.$slots.image ? {
|
|
4265
4265
|
name: "image",
|
|
4266
4266
|
fn: s(() => [
|
|
4267
|
-
|
|
4267
|
+
L(t.$slots, "image")
|
|
4268
4268
|
]),
|
|
4269
4269
|
key: "1"
|
|
4270
4270
|
} : void 0
|
|
@@ -4303,7 +4303,7 @@ const xn = /* @__PURE__ */ y({
|
|
|
4303
4303
|
slug: {}
|
|
4304
4304
|
},
|
|
4305
4305
|
setup(p) {
|
|
4306
|
-
const t = p, i = E(), o = Je(), r =
|
|
4306
|
+
const t = p, i = E(), o = Je(), r = Te(), l = U(), a = b(() => {
|
|
4307
4307
|
if (!(i.user && !l.one.ads.enabled))
|
|
4308
4308
|
return t.slug ? o.all.find((f) => f.slug === t.slug) : o.random(o.all);
|
|
4309
4309
|
}), c = b(() => {
|
|
@@ -4314,7 +4314,7 @@ const xn = /* @__PURE__ */ y({
|
|
|
4314
4314
|
return a.value?.metadata.images[f]?.url;
|
|
4315
4315
|
});
|
|
4316
4316
|
return (f, _) => {
|
|
4317
|
-
const g =
|
|
4317
|
+
const g = Tt;
|
|
4318
4318
|
return e(a) || !e(o).hasLoaded ? (u(), m(g, {
|
|
4319
4319
|
key: 0,
|
|
4320
4320
|
class: "vo-promotions-card-highlight",
|
|
@@ -4371,7 +4371,7 @@ const xn = /* @__PURE__ */ y({
|
|
|
4371
4371
|
return t.slug ? o.all.find((a) => a.slug === t.slug) : o.random(!r.one.ads.enabled && r.one.ads.house ? o.discoverable : o.all);
|
|
4372
4372
|
});
|
|
4373
4373
|
return (a, c) => {
|
|
4374
|
-
const d =
|
|
4374
|
+
const d = Tt;
|
|
4375
4375
|
return e(l) || !e(o).hasLoaded ? (u(), m(d, {
|
|
4376
4376
|
key: 0,
|
|
4377
4377
|
border: "",
|
|
@@ -4382,7 +4382,7 @@ const xn = /* @__PURE__ */ y({
|
|
|
4382
4382
|
}, {
|
|
4383
4383
|
default: s(() => [
|
|
4384
4384
|
v("div", ha, [
|
|
4385
|
-
e(o).hasLoaded ? e(l) ? (u(), V(
|
|
4385
|
+
e(o).hasLoaded ? e(l) ? (u(), V(M, { key: 1 }, [
|
|
4386
4386
|
n(oe, {
|
|
4387
4387
|
cover: "",
|
|
4388
4388
|
height: "100",
|
|
@@ -4395,7 +4395,7 @@ const xn = /* @__PURE__ */ y({
|
|
|
4395
4395
|
v("div", ba, [
|
|
4396
4396
|
v("div", ka, $(e(l).metadata?.text), 1)
|
|
4397
4397
|
])
|
|
4398
|
-
], 64)) : h("", !0) : (u(), V(
|
|
4398
|
+
], 64)) : h("", !0) : (u(), V(M, { key: 0 }, [
|
|
4399
4399
|
n(_e, {
|
|
4400
4400
|
class: "flex-1-0 overflow-hidden",
|
|
4401
4401
|
color: "transparent",
|
|
@@ -4418,13 +4418,13 @@ const xn = /* @__PURE__ */ y({
|
|
|
4418
4418
|
}, 8, ["href"])) : h("", !0);
|
|
4419
4419
|
};
|
|
4420
4420
|
}
|
|
4421
|
-
}), $a = ["href"],
|
|
4421
|
+
}), $a = ["href"], Ca = /* @__PURE__ */ y({
|
|
4422
4422
|
__name: "VoPromotionsFooter",
|
|
4423
4423
|
props: {
|
|
4424
4424
|
slug: {}
|
|
4425
4425
|
},
|
|
4426
4426
|
setup(p) {
|
|
4427
|
-
const t = p, i = E(), o = Je(), r = U(), l =
|
|
4427
|
+
const t = p, i = E(), o = Je(), r = U(), l = Te(), a = b(() => {
|
|
4428
4428
|
if (!(i.user && !r.one.ads.enabled))
|
|
4429
4429
|
return t.slug ? o.all.find((f) => f.slug === t.slug) : o.random(o.all);
|
|
4430
4430
|
}), c = b(() => {
|
|
@@ -4435,7 +4435,7 @@ const xn = /* @__PURE__ */ y({
|
|
|
4435
4435
|
return a.value?.metadata.images[f]?.url;
|
|
4436
4436
|
});
|
|
4437
4437
|
return (f, _) => {
|
|
4438
|
-
const g =
|
|
4438
|
+
const g = Mt;
|
|
4439
4439
|
return u(), m(g, {
|
|
4440
4440
|
color: e(a)?.metadata.color ?? "surface",
|
|
4441
4441
|
image: e(d),
|
|
@@ -4470,7 +4470,7 @@ const xn = /* @__PURE__ */ y({
|
|
|
4470
4470
|
}, 8, ["color", "image"]);
|
|
4471
4471
|
};
|
|
4472
4472
|
}
|
|
4473
|
-
}),
|
|
4473
|
+
}), xa = K("spots", () => {
|
|
4474
4474
|
const p = X(), t = Dt(), i = te(), o = N([]), r = A(!1), l = b(() => o.value.find(({
|
|
4475
4475
|
metadata: {
|
|
4476
4476
|
site: c,
|
|
@@ -4495,10 +4495,10 @@ const xn = /* @__PURE__ */ y({
|
|
|
4495
4495
|
spot: l,
|
|
4496
4496
|
index: a
|
|
4497
4497
|
};
|
|
4498
|
-
}), wa = ["href"],
|
|
4498
|
+
}), wa = ["href"], La = /* @__PURE__ */ y({
|
|
4499
4499
|
__name: "VoSpot",
|
|
4500
4500
|
setup(p) {
|
|
4501
|
-
const t =
|
|
4501
|
+
const t = xa();
|
|
4502
4502
|
return (i, o) => e(t).spot ? (u(), V("a", {
|
|
4503
4503
|
key: 0,
|
|
4504
4504
|
href: e(t).spot.metadata.href,
|
|
@@ -4543,6 +4543,11 @@ const xn = /* @__PURE__ */ y({
|
|
|
4543
4543
|
"vuetify-snips": [
|
|
4544
4544
|
["M18.3252 15.9618C17.4833 16.375 16.9265 17.0615 16.6685 17.8346L15.0662 15.7153C14.7199 15.2554 14.815 14.609 15.2835 14.2691L15.4328 14.1624L5.47931 1C3.8566 2.18628 3.51712 4.43889 4.71888 6.03171L12.4929 16.3084C12.9614 15.9685 13.62 16.0618 13.9663 16.5217L17.0759 20.6403C18.1147 22.0132 20.0905 22.4398 21.5435 21.4867C23.2884 20.3471 23.5328 17.8812 21.9101 16.4417C20.9392 15.582 19.493 15.3954 18.3252 15.9618ZM20.9392 20.4004C20.0565 21.0469 18.8073 20.8669 18.1487 20.0005C17.4901 19.1342 17.6802 17.9079 18.5628 17.2614C19.4455 16.615 20.6948 16.7949 21.3534 17.6613C22.0119 18.5277 21.8218 19.754 20.9392 20.4004Z", 1],
|
|
4545
4545
|
["M3.08175 16.4865C1.45983 17.9295 1.71879 20.3898 3.47701 21.5202C4.9013 22.4311 6.95255 21.9923 7.96114 20.6491L11.0619 16.5264C11.4094 16.0676 12.0705 15.9679 12.5407 16.307L20.2891 6.01368C21.4885 4.41781 21.1341 2.1703 19.4986 1L9.57624 14.1725L9.72616 14.2789C10.1964 14.6181 10.2986 15.263 9.95105 15.7152L8.34958 17.843C8.0838 17.0717 7.52499 16.3935 6.67996 15.9878C5.501 15.4226 4.04945 15.6221 3.08175 16.4865ZM3.64738 17.6967C4.3016 16.8257 5.55552 16.6395 6.44825 17.2778C7.34099 17.9162 7.5318 19.1397 6.87759 20.0107C6.22337 20.8818 4.96944 21.068 4.07671 20.4297C3.18397 19.7913 2.99316 18.5678 3.64738 17.6967Z", 1]
|
|
4546
|
+
],
|
|
4547
|
+
"vuetify-link": [
|
|
4548
|
+
["M14.615 3.68558C15.796 1.29003 18.7478 0.258299 21.2029 1.38284C23.6579 2.50752 24.6923 5.36589 23.5115 7.76175L21.4021 12.0293L21.3992 12.0342L21.407 12.0381L20.1492 14.5967C18.97 16.994 16.0205 18.0256 13.5671 16.8994C11.1137 15.7733 10.0794 12.9122 11.2585 10.5147L13.3621 6.24612L13.3542 6.24319L14.615 3.68558ZM19.9958 3.83109C18.9204 3.33853 17.6274 3.79134 17.1101 4.84085L15.8542 7.38773L15.6462 7.29202L15.8621 7.39163L13.7605 11.6524C13.2441 12.7025 13.6975 13.9558 14.7722 14.4492C14.7866 14.4558 14.8017 14.4606 14.8162 14.4668L14.8181 14.4659C15.882 14.917 17.1391 14.4627 17.6472 13.4317L18.9021 10.8838L21.0076 6.62601C21.5248 5.57646 21.0713 4.3237 19.9958 3.83109Z"],
|
|
4549
|
+
["M7.31348 7.61203C9.57781 6.03521 12.7005 6.58783 14.2822 8.84543L17.6572 13.6648C19.236 15.9183 18.6865 19.0234 16.4326 20.6032L16.4365 20.6091C14.1722 22.1861 11.0494 21.6334 9.46777 19.3757L6.0918 14.5564C4.5133 12.3028 5.06245 9.19664 7.31641 7.61691L7.31348 7.61203ZM11.9824 10.4607C11.2926 9.47581 9.93327 9.23081 8.94238 9.91086L8.94531 9.91574C7.95345 10.6064 7.71067 11.9706 8.40332 12.9597L11.7666 17.7614C12.4564 18.746 13.8149 18.9889 14.8057 18.3093L14.8037 18.3054C15.7957 17.6146 16.0385 16.2505 15.3457 15.2614L11.9824 10.4607Z"],
|
|
4550
|
+
["M2.00562 1.47452C4.22362 -0.166901 7.36143 0.296244 9.00757 2.50772L12.5203 7.22745C14.1633 9.43489 13.7033 12.5544 11.4958 14.1982L11.4998 14.204C9.2818 15.8454 6.14496 15.3823 4.49878 13.1708L0.985107 8.45108C-0.657884 6.24372 -0.198733 3.12323 2.00854 1.4794L2.00562 1.47452ZM6.75562 4.18741C6.0375 3.22266 4.67181 3.01814 3.70093 3.72647L3.70386 3.73038C2.73225 4.44941 2.52862 5.82027 3.24976 6.78897L6.75073 11.4911C7.46878 12.4556 8.83361 12.6604 9.80444 11.9521L9.80151 11.9482C10.7731 11.2292 10.9766 9.85922 10.2556 8.89053L6.75562 4.18741Z"]
|
|
4546
4551
|
]
|
|
4547
4552
|
}, Vi = K("bins", () => {
|
|
4548
4553
|
const p = X(), t = te(), i = N([]), o = A(!1), r = b(() => i.value.filter((c) => c.favorite)), l = b(() => i.value.filter((c) => c.pinned));
|
|
@@ -4587,7 +4592,7 @@ const xn = /* @__PURE__ */ y({
|
|
|
4587
4592
|
index: r,
|
|
4588
4593
|
randomize: l
|
|
4589
4594
|
};
|
|
4590
|
-
}),
|
|
4595
|
+
}), Ci = K("sponsors", () => {
|
|
4591
4596
|
const p = X(), t = te(), i = N([]), o = N([]), r = N(!1), l = b(() => {
|
|
4592
4597
|
const d = {};
|
|
4593
4598
|
for (const f of i.value) {
|
|
@@ -4621,9 +4626,9 @@ const xn = /* @__PURE__ */ y({
|
|
|
4621
4626
|
index: a
|
|
4622
4627
|
};
|
|
4623
4628
|
});
|
|
4624
|
-
function
|
|
4629
|
+
function xi() {
|
|
4625
4630
|
function p(t) {
|
|
4626
|
-
t.component("VoAppBar", ia), t.component("VoAuthBtn", At), t.component("VoAuthCard", wt), t.component("VoAuthDialog",
|
|
4631
|
+
t.component("VoAppBar", ia), t.component("VoAuthBtn", At), t.component("VoAuthCard", wt), t.component("VoAuthDialog", Lt), t.component("VoAuthListItem", St), t.component("VoNotificationsBanner", _a), t.component("VoPromotionsCardHighlight", ya), t.component("VoPromotionsCardVuetify", Va), t.component("VoPromotionsFooter", Ca), t.component("VoScript", la), t.component("VoSocialFooter", fa), t.component("VoSpot", La);
|
|
4627
4632
|
}
|
|
4628
4633
|
return { install: p };
|
|
4629
4634
|
}
|
|
@@ -4635,7 +4640,7 @@ function wi(p, t) {
|
|
|
4635
4640
|
}
|
|
4636
4641
|
export {
|
|
4637
4642
|
ki as aliases,
|
|
4638
|
-
|
|
4643
|
+
xi as createOne,
|
|
4639
4644
|
wi as one,
|
|
4640
4645
|
E as useAuthStore,
|
|
4641
4646
|
Pe as useBannersStore,
|
|
@@ -4649,8 +4654,8 @@ export {
|
|
|
4649
4654
|
te as useQueueStore,
|
|
4650
4655
|
Be as useSettingsStore,
|
|
4651
4656
|
Dt as useSiteStore,
|
|
4652
|
-
|
|
4653
|
-
|
|
4657
|
+
Ci as useSponsorsStore,
|
|
4658
|
+
xa as useSpotsStore,
|
|
4654
4659
|
Ie as useTeamStore,
|
|
4655
4660
|
U as useUserStore
|
|
4656
4661
|
};
|