@colorffy/ui 1.0.1 → 1.0.2
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/components/ui/navbar/NavbarLink.vue.d.ts.map +1 -1
- package/dist/components/ui/navigation/PopoverMenu.vue.d.ts +4 -0
- package/dist/components/ui/navigation/PopoverMenu.vue.d.ts.map +1 -1
- package/dist/components/ui/sidebar/SidebarLink.vue.d.ts.map +1 -1
- package/dist/{components-BBqnYO1Y.cjs → components-C_RlYPL9.cjs} +3 -3
- package/dist/{components-BBqnYO1Y.cjs.map → components-C_RlYPL9.cjs.map} +1 -1
- package/dist/{components-CxGaYO4j.js → components-Dx8eunul.js} +97 -93
- package/dist/{components-CxGaYO4j.js.map → components-Dx8eunul.js.map} +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +2 -2
- package/dist/nuxt.cjs +1 -1
- package/dist/nuxt.js +1 -1
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as y, computed as h, createElementBlock as n, openBlock as i, mergeProps as
|
|
1
|
+
import { defineComponent as y, computed as h, createElementBlock as n, openBlock as i, mergeProps as H, renderSlot as $, createCommentVNode as w, toDisplayString as g, createVNode as M, unref as P, withCtx as _, createTextVNode as O, normalizeClass as C, createElementVNode as c, createBlock as S, ref as A, onMounted as ce, onUnmounted as De, watch as Z, Transition as ye, Fragment as E, renderList as D, createSlots as Ie, nextTick as Pe, getCurrentInstance as fe, getCurrentScope as we, hasInjectionContext as xe, inject as ve, onScopeDispose as Ge, toRef as he, readonly as He, customRef as Ne, shallowRef as j, toValue as I, watchEffect as Ze, withDirectives as G, vShow as Re, mergeModels as V, useModel as N, normalizeStyle as T, createStaticVNode as F, vModelDynamic as te, vModelText as X, toRefs as je, resolveComponent as $e, vModelSelect as qe, resolveDynamicComponent as Y, normalizeProps as de, guardReactiveProps as ke } from "vue";
|
|
2
2
|
import { Tooltip as le, Dropdown as Le } from "floating-vue";
|
|
3
3
|
const We = ["aria-hidden", "role", "aria-label", "innerHTML"], U = /* @__PURE__ */ y({
|
|
4
4
|
__name: "Material",
|
|
@@ -51,7 +51,7 @@ const We = ["aria-hidden", "role", "aria-label", "innerHTML"], U = /* @__PURE__
|
|
|
51
51
|
}
|
|
52
52
|
return t != null && t.icon && l.push(`btn-icon ${t.iconVariant}`), t != null && t.iconTrailing && l.push("icon-trailing"), t != null && t.loading && l.push("loading"), t != null && t.rounded && l.push("btn-rounded"), t.customClass && l.push(t.customClass), l;
|
|
53
53
|
});
|
|
54
|
-
return (l, s) => (i(), n("button",
|
|
54
|
+
return (l, s) => (i(), n("button", H({ title: e.title || void 0, id: e.id ? `button-${e.id}` : void 0 }, {
|
|
55
55
|
class: ["btn", a.value],
|
|
56
56
|
type: "button",
|
|
57
57
|
disabled: e.disabled,
|
|
@@ -88,7 +88,7 @@ const We = ["aria-hidden", "role", "aria-label", "innerHTML"], U = /* @__PURE__
|
|
|
88
88
|
emits: ["onClick"],
|
|
89
89
|
setup(e) {
|
|
90
90
|
return (t, a) => (i(), n("div", null, [
|
|
91
|
-
M(
|
|
91
|
+
M(P(le), {
|
|
92
92
|
"aria-id": `${e.id}-tooltip`,
|
|
93
93
|
class: "d-inline-block"
|
|
94
94
|
}, {
|
|
@@ -229,7 +229,7 @@ const We = ["aria-hidden", "role", "aria-label", "innerHTML"], U = /* @__PURE__
|
|
|
229
229
|
class: C(["row", s.value])
|
|
230
230
|
}, [
|
|
231
231
|
c("div", st, [
|
|
232
|
-
c("section",
|
|
232
|
+
c("section", H({
|
|
233
233
|
ref_key: "paneContentRef",
|
|
234
234
|
ref: u,
|
|
235
235
|
class: ["pane-content", l.value]
|
|
@@ -267,7 +267,7 @@ const We = ["aria-hidden", "role", "aria-label", "innerHTML"], U = /* @__PURE__
|
|
|
267
267
|
const o = {};
|
|
268
268
|
return t.role && (o.role = t.role), t.ariaLabel && (o["aria-label"] = t.ariaLabel), t.ariaLive && t.ariaLive !== "off" && (o["aria-live"] = t.ariaLive), o;
|
|
269
269
|
});
|
|
270
|
-
return (o, u) => (i(), n("div",
|
|
270
|
+
return (o, u) => (i(), n("div", H({
|
|
271
271
|
class: a.value,
|
|
272
272
|
style: l.value
|
|
273
273
|
}, s.value), null, 16));
|
|
@@ -297,7 +297,7 @@ const We = ["aria-hidden", "role", "aria-label", "innerHTML"], U = /* @__PURE__
|
|
|
297
297
|
const s = {};
|
|
298
298
|
return t.role && (s.role = t.role), t.ariaLabel && (s["aria-label"] = t.ariaLabel), t.ariaLive && t.ariaLive !== "off" && (s["aria-live"] = t.ariaLive), s;
|
|
299
299
|
});
|
|
300
|
-
return (s, o) => (i(), n("div",
|
|
300
|
+
return (s, o) => (i(), n("div", H({
|
|
301
301
|
class: a.value,
|
|
302
302
|
style: e.emptyStyles
|
|
303
303
|
}, l.value), [
|
|
@@ -359,7 +359,7 @@ const We = ["aria-hidden", "role", "aria-label", "innerHTML"], U = /* @__PURE__
|
|
|
359
359
|
v();
|
|
360
360
|
}), Z(() => t.title, () => {
|
|
361
361
|
v(), l = 0, p();
|
|
362
|
-
}, { deep: !0 }), (b, m) => (i(), n("div",
|
|
362
|
+
}, { deep: !0 }), (b, m) => (i(), n("div", H({
|
|
363
363
|
class: o.value,
|
|
364
364
|
style: e.loadingStyles
|
|
365
365
|
}, f.value), [
|
|
@@ -413,7 +413,7 @@ const We = ["aria-hidden", "role", "aria-label", "innerHTML"], U = /* @__PURE__
|
|
|
413
413
|
const l = [];
|
|
414
414
|
return t.variant && l.push(`card-${t.variant}`), t.size === "xs" ? l.push("card-xs") : t.size === "sm" ? l.push("card-sm") : t.size === "md" && l.push("card-md"), t.selectable && l.push("card-selectable"), t.customClass && l.push(t.customClass), l;
|
|
415
415
|
});
|
|
416
|
-
return (l, s) => (i(), n("div",
|
|
416
|
+
return (l, s) => (i(), n("div", H({ title: e.title || void 0, id: e.id ? `card-${e.id}` : void 0 }, {
|
|
417
417
|
class: ["card", a.value]
|
|
418
418
|
}), [
|
|
419
419
|
c("div", dt, [
|
|
@@ -448,12 +448,12 @@ const We = ["aria-hidden", "role", "aria-label", "innerHTML"], U = /* @__PURE__
|
|
|
448
448
|
const s = {};
|
|
449
449
|
return t.role && (s.role = t.role), t.ariaLabel && (s["aria-label"] = t.ariaLabel), t.ariaLive && t.ariaLive !== "off" && (s["aria-live"] = t.ariaLive), s;
|
|
450
450
|
});
|
|
451
|
-
return (s, o) => (i(), n("div",
|
|
451
|
+
return (s, o) => (i(), n("div", H({ class: a.value }, l.value), [
|
|
452
452
|
(i(!0), n(E, null, D(e.skeletonGridItems, (u) => (i(), S(_e, {
|
|
453
453
|
key: `skeleton-grid-item-${u}`,
|
|
454
454
|
variant: e.cardVariant,
|
|
455
455
|
"aria-label": `Loading item ${u} of ${e.skeletonGridItems}`
|
|
456
|
-
},
|
|
456
|
+
}, Ie({
|
|
457
457
|
body: _(() => [
|
|
458
458
|
c("div", null, [
|
|
459
459
|
M(me, {
|
|
@@ -517,7 +517,7 @@ const We = ["aria-hidden", "role", "aria-label", "innerHTML"], U = /* @__PURE__
|
|
|
517
517
|
const o = {};
|
|
518
518
|
return t.role && (o.role = t.role), t.ariaLabel && (o["aria-label"] = t.ariaLabel), t.ariaLive && t.ariaLive !== "off" && (o["aria-live"] = t.ariaLive), o;
|
|
519
519
|
});
|
|
520
|
-
return (o, u) => (i(), n("div",
|
|
520
|
+
return (o, u) => (i(), n("div", H({
|
|
521
521
|
class: a.value,
|
|
522
522
|
style: e.loadingStyles
|
|
523
523
|
}, s.value), [
|
|
@@ -569,7 +569,7 @@ const We = ["aria-hidden", "role", "aria-label", "innerHTML"], U = /* @__PURE__
|
|
|
569
569
|
const o = {};
|
|
570
570
|
return t.role && (o.role = t.role), t.ariaLabel && (o["aria-label"] = t.ariaLabel), t.ariaLive && t.ariaLive !== "off" && (o["aria-live"] = t.ariaLive), o;
|
|
571
571
|
});
|
|
572
|
-
return (o, u) => (i(), n("div",
|
|
572
|
+
return (o, u) => (i(), n("div", H({
|
|
573
573
|
class: a.value,
|
|
574
574
|
style: e.loadingStyles
|
|
575
575
|
}, s.value), [
|
|
@@ -592,7 +592,7 @@ const We = ["aria-hidden", "role", "aria-label", "innerHTML"], U = /* @__PURE__
|
|
|
592
592
|
}
|
|
593
593
|
});
|
|
594
594
|
function Me(e, t) {
|
|
595
|
-
return we() ? (
|
|
595
|
+
return we() ? (Ge(e, t), !0) : !1;
|
|
596
596
|
}
|
|
597
597
|
const ie = /* @__PURE__ */ new WeakMap(), xt = /* @__NO_SIDE_EFFECTS__ */ (...e) => {
|
|
598
598
|
var t;
|
|
@@ -606,7 +606,7 @@ const kt = Object.prototype.toString, Lt = (e) => kt.call(e) === "[object Object
|
|
|
606
606
|
function Bt(...e) {
|
|
607
607
|
if (e.length !== 1) return he(...e);
|
|
608
608
|
const t = e[0];
|
|
609
|
-
return typeof t == "function" ?
|
|
609
|
+
return typeof t == "function" ? He(Ne(() => ({
|
|
610
610
|
get: t,
|
|
611
611
|
set: K
|
|
612
612
|
}))) : A(t);
|
|
@@ -627,7 +627,7 @@ function Mt(e) {
|
|
|
627
627
|
return fe();
|
|
628
628
|
}
|
|
629
629
|
function St(e, t = !0, a) {
|
|
630
|
-
Mt() ? ce(e, a) : t ? e() :
|
|
630
|
+
Mt() ? ce(e, a) : t ? e() : Pe(e);
|
|
631
631
|
}
|
|
632
632
|
function Ut(e, t, a) {
|
|
633
633
|
return Z(e, t, {
|
|
@@ -638,22 +638,22 @@ function Ut(e, t, a) {
|
|
|
638
638
|
const se = $t ? window : void 0;
|
|
639
639
|
function Q(e) {
|
|
640
640
|
var t;
|
|
641
|
-
const a =
|
|
641
|
+
const a = I(e);
|
|
642
642
|
return (t = a == null ? void 0 : a.$el) !== null && t !== void 0 ? t : a;
|
|
643
643
|
}
|
|
644
644
|
function ee(...e) {
|
|
645
645
|
const t = [], a = () => {
|
|
646
646
|
t.forEach((d) => d()), t.length = 0;
|
|
647
647
|
}, l = (d, r, f, p) => (d.addEventListener(r, f, p), () => d.removeEventListener(r, f, p)), s = h(() => {
|
|
648
|
-
const d = oe(
|
|
648
|
+
const d = oe(I(e[0])).filter((r) => r != null);
|
|
649
649
|
return d.every((r) => typeof r != "string") ? d : void 0;
|
|
650
650
|
}), o = Ut(() => {
|
|
651
651
|
var d, r;
|
|
652
652
|
return [
|
|
653
653
|
(d = (r = s.value) === null || r === void 0 ? void 0 : r.map((f) => Q(f))) !== null && d !== void 0 ? d : [se].filter((f) => f != null),
|
|
654
|
-
oe(
|
|
655
|
-
oe(
|
|
656
|
-
|
|
654
|
+
oe(I(s.value ? e[1] : e[0])),
|
|
655
|
+
oe(P(s.value ? e[2] : e[1])),
|
|
656
|
+
I(s.value ? e[3] : e[2])
|
|
657
657
|
];
|
|
658
658
|
}, ([d, r, f, p]) => {
|
|
659
659
|
if (a(), !(d != null && d.length) || !(r != null && r.length) || !(f != null && f.length)) return;
|
|
@@ -672,7 +672,7 @@ function ge(e, t, a = {}) {
|
|
|
672
672
|
trigger: K
|
|
673
673
|
} : K;
|
|
674
674
|
let r = !0;
|
|
675
|
-
const f = (L) =>
|
|
675
|
+
const f = (L) => I(s).some((B) => {
|
|
676
676
|
if (typeof B == "string") return Array.from(l.document.querySelectorAll(B)).some((z) => z === L.target || L.composedPath().includes(z));
|
|
677
677
|
{
|
|
678
678
|
const z = Q(B);
|
|
@@ -680,11 +680,11 @@ function ge(e, t, a = {}) {
|
|
|
680
680
|
}
|
|
681
681
|
});
|
|
682
682
|
function p(L) {
|
|
683
|
-
const B =
|
|
683
|
+
const B = I(L);
|
|
684
684
|
return B && B.$.subTree.shapeFlag === 16;
|
|
685
685
|
}
|
|
686
686
|
function v(L, B) {
|
|
687
|
-
const z =
|
|
687
|
+
const z = I(L), R = z.$.subTree && z.$.subTree.children;
|
|
688
688
|
return R == null || !Array.isArray(R) ? !1 : R.some((be) => be.el === B.target || B.composedPath().includes(be.el));
|
|
689
689
|
}
|
|
690
690
|
const b = (L) => {
|
|
@@ -753,14 +753,14 @@ function W(e, t = {}) {
|
|
|
753
753
|
};
|
|
754
754
|
return Ze(() => {
|
|
755
755
|
if (o.value) {
|
|
756
|
-
o.value = !s.value, d.value =
|
|
756
|
+
o.value = !s.value, d.value = I(e).split(",").some((f) => {
|
|
757
757
|
const p = f.includes("not all"), v = f.match(/\(\s*min-width:\s*(-?\d+(?:\.\d*)?[a-z]+\s*)\)/), b = f.match(/\(\s*max-width:\s*(-?\d+(?:\.\d*)?[a-z]+\s*)\)/);
|
|
758
758
|
let m = !!(v || b);
|
|
759
759
|
return v && m && (m = l >= J(v[1])), b && m && (m = l <= J(b[1])), p ? !m : m;
|
|
760
760
|
});
|
|
761
761
|
return;
|
|
762
762
|
}
|
|
763
|
-
s.value && (u.value = a.matchMedia(
|
|
763
|
+
s.value && (u.value = a.matchMedia(I(e)), d.value = u.value.matches);
|
|
764
764
|
}), ee(u, "change", r, { passive: !0 }), h(() => d.value);
|
|
765
765
|
}
|
|
766
766
|
const Tt = {
|
|
@@ -774,7 +774,7 @@ const Tt = {
|
|
|
774
774
|
// @__NO_SIDE_EFFECTS__
|
|
775
775
|
function Ot(e, t = {}) {
|
|
776
776
|
function a(m, x) {
|
|
777
|
-
let k =
|
|
777
|
+
let k = I(e[I(m)]);
|
|
778
778
|
return x != null && (k = _t(k, x)), typeof k == "number" && (k = `${k}px`), k;
|
|
779
779
|
}
|
|
780
780
|
const { window: l = se, strategy: s = "min-width", ssrWidth: o = /* @__PURE__ */ Se() } = t, u = typeof o == "number", d = u ? j(!1) : { value: !0 };
|
|
@@ -837,7 +837,7 @@ function At(e, t = !1) {
|
|
|
837
837
|
const a = j(t);
|
|
838
838
|
let l = "";
|
|
839
839
|
Z(Bt(e), (u) => {
|
|
840
|
-
const d = ne(
|
|
840
|
+
const d = ne(I(u));
|
|
841
841
|
if (d) {
|
|
842
842
|
const r = d;
|
|
843
843
|
if (re.get(r) || re.set(r, r.style.overflow), r.style.overflow !== "hidden" && (l = r.style.overflow), r.style.overflow === "hidden") return a.value = !0;
|
|
@@ -845,10 +845,10 @@ function At(e, t = !1) {
|
|
|
845
845
|
}
|
|
846
846
|
}, { immediate: !0 });
|
|
847
847
|
const s = () => {
|
|
848
|
-
const u = ne(
|
|
848
|
+
const u = ne(I(e));
|
|
849
849
|
!u || a.value || (u.style.overflow = "hidden", a.value = !0);
|
|
850
850
|
}, o = () => {
|
|
851
|
-
const u = ne(
|
|
851
|
+
const u = ne(I(e));
|
|
852
852
|
!u || !a.value || (u.style.overflow = l, re.delete(u), a.value = !1);
|
|
853
853
|
};
|
|
854
854
|
return Me(o), h({
|
|
@@ -881,7 +881,7 @@ const Ue = /* @__PURE__ */ y({
|
|
|
881
881
|
const d = {};
|
|
882
882
|
return t.role && (d.role = t.role), t.ariaLabel && (d["aria-label"] = t.ariaLabel), t.ariaLive && t.ariaLive !== "off" && (d["aria-live"] = t.ariaLive), d;
|
|
883
883
|
});
|
|
884
|
-
return (d, r) => (i(), n("tbody",
|
|
884
|
+
return (d, r) => (i(), n("tbody", H({
|
|
885
885
|
class: o.value,
|
|
886
886
|
style: e.skeletonStyles
|
|
887
887
|
}, u.value), [
|
|
@@ -891,19 +891,19 @@ const Ue = /* @__PURE__ */ y({
|
|
|
891
891
|
(i(!0), n(E, null, D(s.value, (p) => (i(), n("td", {
|
|
892
892
|
key: `col-${p}`
|
|
893
893
|
}, [
|
|
894
|
-
|
|
894
|
+
G(M(U, {
|
|
895
895
|
class: "text-muted animation-spin me-2",
|
|
896
896
|
"icon-code": "",
|
|
897
897
|
"aria-hidden": "true"
|
|
898
898
|
}, null, 512), [
|
|
899
|
-
[Re, !
|
|
899
|
+
[Re, !P(l)]
|
|
900
900
|
]),
|
|
901
901
|
M(me, { class: "col-12 col-md-6" })
|
|
902
902
|
]))), 128))
|
|
903
903
|
]))), 128))
|
|
904
904
|
], 16));
|
|
905
905
|
}
|
|
906
|
-
}), Et = ["id", "name", "open", "aria-disabled"], Dt = { class: "accordion-header" },
|
|
906
|
+
}), Et = ["id", "name", "open", "aria-disabled"], Dt = { class: "accordion-header" }, It = { class: "accordion-title" }, Pt = { class: "accordion-body" }, Gt = ["textContent"], Ht = /* @__PURE__ */ y({
|
|
907
907
|
__name: "Accordion",
|
|
908
908
|
props: /* @__PURE__ */ V({
|
|
909
909
|
id: { default: null },
|
|
@@ -929,14 +929,14 @@ const Ue = /* @__PURE__ */ y({
|
|
|
929
929
|
}, [
|
|
930
930
|
c("summary", Dt, [
|
|
931
931
|
$(a.$slots, "header", {}, () => [
|
|
932
|
-
c("span",
|
|
932
|
+
c("span", It, g(e.title), 1)
|
|
933
933
|
])
|
|
934
934
|
]),
|
|
935
|
-
c("div",
|
|
935
|
+
c("div", Pt, [
|
|
936
936
|
e.text ? (i(), n("p", {
|
|
937
937
|
key: 0,
|
|
938
938
|
textContent: g(e.text)
|
|
939
|
-
}, null, 8,
|
|
939
|
+
}, null, 8, Gt)) : w("", !0),
|
|
940
940
|
$(a.$slots, "content")
|
|
941
941
|
])
|
|
942
942
|
], 10, Et));
|
|
@@ -1143,7 +1143,7 @@ const Yt = /* @__PURE__ */ pe(Qt, [["render", Xt]]), el = /* @__PURE__ */ y({
|
|
|
1143
1143
|
emits: ["onClick"],
|
|
1144
1144
|
setup(e) {
|
|
1145
1145
|
return (t, a) => (i(), n("div", null, [
|
|
1146
|
-
M(
|
|
1146
|
+
M(P(Le), {
|
|
1147
1147
|
"aria-id": `${e.id}-dropdown`,
|
|
1148
1148
|
"positioning-disabled": e.isMobile
|
|
1149
1149
|
}, {
|
|
@@ -1153,7 +1153,7 @@ const Yt = /* @__PURE__ */ pe(Qt, [["render", Xt]]), el = /* @__PURE__ */ y({
|
|
|
1153
1153
|
])
|
|
1154
1154
|
]),
|
|
1155
1155
|
default: _(() => [
|
|
1156
|
-
M(
|
|
1156
|
+
M(P(le), {
|
|
1157
1157
|
"aria-id": `${e.id}-tooltip`,
|
|
1158
1158
|
class: "d-inline-block"
|
|
1159
1159
|
}, {
|
|
@@ -1605,7 +1605,7 @@ const Ml = { class: "dialog-content" }, Sl = { class: "dialog-body" }, Ul = {
|
|
|
1605
1605
|
role: "dialog",
|
|
1606
1606
|
"aria-modal": "true"
|
|
1607
1607
|
}, [
|
|
1608
|
-
|
|
1608
|
+
G((i(), n("div", Ml, [
|
|
1609
1609
|
c("div", Sl, [
|
|
1610
1610
|
M(U, {
|
|
1611
1611
|
class: C(["iw-bold", d.value.cssClass]),
|
|
@@ -1631,7 +1631,7 @@ const Ml = { class: "dialog-content" }, Sl = { class: "dialog-body" }, Ul = {
|
|
|
1631
1631
|
}, null, 8, ["class", "text", "loading", "disabled"])
|
|
1632
1632
|
])
|
|
1633
1633
|
])), [
|
|
1634
|
-
[
|
|
1634
|
+
[P(Oe), p]
|
|
1635
1635
|
])
|
|
1636
1636
|
], 2));
|
|
1637
1637
|
}
|
|
@@ -1676,7 +1676,7 @@ const Ml = { class: "dialog-content" }, Sl = { class: "dialog-body" }, Ul = {
|
|
|
1676
1676
|
role: "dialog",
|
|
1677
1677
|
"aria-modal": "true"
|
|
1678
1678
|
}, [
|
|
1679
|
-
|
|
1679
|
+
G((i(), n("div", Tl, [
|
|
1680
1680
|
c("div", Ol, [
|
|
1681
1681
|
$(f.$slots, "header")
|
|
1682
1682
|
]),
|
|
@@ -1689,11 +1689,11 @@ const Ml = { class: "dialog-content" }, Sl = { class: "dialog-body" }, Ul = {
|
|
|
1689
1689
|
$(f.$slots, "footer")
|
|
1690
1690
|
])
|
|
1691
1691
|
])), [
|
|
1692
|
-
[
|
|
1692
|
+
[P(Oe), r]
|
|
1693
1693
|
])
|
|
1694
1694
|
], 2));
|
|
1695
1695
|
}
|
|
1696
|
-
}), Dl = ["width", "height", "aria-hidden", "role", "aria-label"],
|
|
1696
|
+
}), Dl = ["width", "height", "aria-hidden", "role", "aria-label"], Il = ["width", "height", "aria-hidden", "role", "aria-label"], Pl = ["width", "height", "aria-hidden", "role", "aria-label"], Gl = ["width", "height", "aria-hidden", "role", "aria-label"], Hl = ["width", "height", "aria-hidden", "role", "aria-label"], Nl = ["width", "height", "aria-hidden", "role", "aria-label"], Zl = ["width", "height", "aria-hidden", "role", "aria-label"], Rl = ["width", "height", "aria-hidden", "role", "aria-label"], jl = ["width", "height", "aria-hidden", "role", "aria-label"], ql = ["width", "height", "aria-hidden", "role", "aria-label"], Wl = ["width", "height", "aria-hidden", "role", "aria-label"], Kl = ["width", "height", "aria-hidden", "role", "aria-label"], Ql = /* @__PURE__ */ y({
|
|
1697
1697
|
__name: "App",
|
|
1698
1698
|
props: {
|
|
1699
1699
|
icon: { default: "youtube" },
|
|
@@ -1765,7 +1765,7 @@ const Ml = { class: "dialog-content" }, Sl = { class: "dialog-body" }, Ul = {
|
|
|
1765
1765
|
"clip-rule": "evenodd",
|
|
1766
1766
|
d: "M12.026 2c-5.509 0-9.974 4.465-9.974 9.974 0 4.406 2.857 8.145 6.821 9.465.499.09.679-.217.679-.481 0-.237-.008-.865-.011-1.696-2.775.602-3.361-1.338-3.361-1.338-.452-1.152-1.107-1.459-1.107-1.459-.905-.619.069-.605.069-.605 1.002.07 1.527 1.028 1.527 1.028.89 1.524 2.336 1.084 2.902.829.091-.645.351-1.085.635-1.334-2.214-.251-4.542-1.107-4.542-4.93 0-1.087.389-1.979 1.024-2.675-.101-.253-.446-1.268.099-2.64 0 0 .837-.269 2.742 1.021a9.582 9.582 0 0 1 2.496-.336 9.554 9.554 0 0 1 2.496.336c1.906-1.291 2.742-1.021 2.742-1.021.545 1.372.203 2.387.099 2.64.64.696 1.024 1.587 1.024 2.675 0 3.833-2.33 4.675-4.552 4.922.355.308.675.916.675 1.846 0 1.334-.012 2.41-.012 2.737 0 .267.178.577.687.479C19.146 20.115 22 16.379 22 11.974 22 6.465 17.535 2 12.026 2z"
|
|
1767
1767
|
}, null, -1)
|
|
1768
|
-
])], 14,
|
|
1768
|
+
])], 14, Il)) : s.value === "codepen" ? (i(), n("svg", {
|
|
1769
1769
|
key: 2,
|
|
1770
1770
|
width: r.value,
|
|
1771
1771
|
height: r.value,
|
|
@@ -1779,7 +1779,7 @@ const Ml = { class: "dialog-content" }, Sl = { class: "dialog-body" }, Ul = {
|
|
|
1779
1779
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1780
1780
|
}, [...v[2] || (v[2] = [
|
|
1781
1781
|
c("path", { d: "M21.838 8.445c0-.001-.001-.001 0 0l-.003-.004-.001-.001v-.001a.809.809 0 0 0-.235-.228l-9.164-6.08a.834.834 0 0 0-.898 0L2.371 8.214A.786.786 0 0 0 2 8.897v6.16a.789.789 0 0 0 .131.448v.001l.002.002.01.015v.002h.001l.001.001.001.001c.063.088.14.16.226.215l9.165 6.082a.787.787 0 0 0 .448.139.784.784 0 0 0 .45-.139l9.165-6.082a.794.794 0 0 0 .371-.685v-6.16a.793.793 0 0 0-.133-.452zm-9.057-4.172 6.953 4.613-3.183 2.112-3.771-2.536V4.273zm-1.592 0v4.189l-3.771 2.536-3.181-2.111 6.952-4.614zm-7.595 6.098 2.395 1.59-2.395 1.611v-3.201zm7.595 9.311-6.96-4.617 3.195-2.15 3.765 2.498v4.269zm.795-5.653-3.128-2.078 3.128-2.105 3.131 2.105-3.131 2.078zm.797 5.653v-4.27l3.766-2.498 3.193 2.15-6.959 4.618zm7.597-6.11-2.396-1.611 2.396-1.59v3.201z" }, null, -1)
|
|
1782
|
-
])], 14,
|
|
1782
|
+
])], 14, Pl)) : s.value === "twitter" ? (i(), n("svg", {
|
|
1783
1783
|
key: 3,
|
|
1784
1784
|
width: r.value,
|
|
1785
1785
|
height: r.value,
|
|
@@ -1794,7 +1794,7 @@ const Ml = { class: "dialog-content" }, Sl = { class: "dialog-body" }, Ul = {
|
|
|
1794
1794
|
}, [...v[3] || (v[3] = [
|
|
1795
1795
|
c("path", { d: "M17.6874 3.0625L12.6907 8.77425L8.37045 3.0625H2.11328L9.58961 12.8387L2.50378 20.9375H5.53795L11.0068 14.6886L15.7863 20.9375H21.8885L14.095 10.6342L20.7198 3.0625H17.6874Z" }, null, -1),
|
|
1796
1796
|
c("path", { d: "M16.6232 19.1225L5.65436 4.78217H7.45745L18.3034 19.1225H16.6232Z" }, null, -1)
|
|
1797
|
-
])], 14,
|
|
1797
|
+
])], 14, Gl)) : s.value === "instagram" ? (i(), n("svg", {
|
|
1798
1798
|
key: 4,
|
|
1799
1799
|
width: r.value,
|
|
1800
1800
|
height: r.value,
|
|
@@ -1814,7 +1814,7 @@ const Ml = { class: "dialog-content" }, Sl = { class: "dialog-body" }, Ul = {
|
|
|
1814
1814
|
r: "1.078"
|
|
1815
1815
|
}, null, -1),
|
|
1816
1816
|
c("path", { d: "M20.533 6.111A4.605 4.605 0 0 0 17.9 3.479a6.606 6.606 0 0 0-2.186-.42c-.963-.042-1.268-.054-3.71-.054s-2.755 0-3.71.054a6.554 6.554 0 0 0-2.184.42 4.6 4.6 0 0 0-2.633 2.632 6.585 6.585 0 0 0-.419 2.186c-.043.962-.056 1.267-.056 3.71 0 2.442 0 2.753.056 3.71.015.748.156 1.486.419 2.187a4.61 4.61 0 0 0 2.634 2.632 6.584 6.584 0 0 0 2.185.45c.963.042 1.268.055 3.71.055s2.755 0 3.71-.055a6.615 6.615 0 0 0 2.186-.419 4.613 4.613 0 0 0 2.633-2.633c.263-.7.404-1.438.419-2.186.043-.962.056-1.267.056-3.71s0-2.753-.056-3.71a6.581 6.581 0 0 0-.421-2.217zm-1.218 9.532a5.043 5.043 0 0 1-.311 1.688 2.987 2.987 0 0 1-1.712 1.711 4.985 4.985 0 0 1-1.67.311c-.95.044-1.218.055-3.654.055-2.438 0-2.687 0-3.655-.055a4.96 4.96 0 0 1-1.669-.311 2.985 2.985 0 0 1-1.719-1.711 5.08 5.08 0 0 1-.311-1.669c-.043-.95-.053-1.218-.053-3.654 0-2.437 0-2.686.053-3.655a5.038 5.038 0 0 1 .311-1.687c.305-.789.93-1.41 1.719-1.712a5.01 5.01 0 0 1 1.669-.311c.951-.043 1.218-.055 3.655-.055s2.687 0 3.654.055a4.96 4.96 0 0 1 1.67.311 2.991 2.991 0 0 1 1.712 1.712 5.08 5.08 0 0 1 .311 1.669c.043.951.054 1.218.054 3.655 0 2.436 0 2.698-.043 3.654h-.011z" }, null, -1)
|
|
1817
|
-
])], 14,
|
|
1817
|
+
])], 14, Hl)) : s.value === "discord" ? (i(), n("svg", {
|
|
1818
1818
|
key: 5,
|
|
1819
1819
|
width: r.value,
|
|
1820
1820
|
height: r.value,
|
|
@@ -2605,7 +2605,7 @@ const Ml = { class: "dialog-content" }, Sl = { class: "dialog-body" }, Ul = {
|
|
|
2605
2605
|
return i(), n("div", {
|
|
2606
2606
|
class: C(["form-check", l.value ? "form-invalid" : ""])
|
|
2607
2607
|
}, [
|
|
2608
|
-
|
|
2608
|
+
G(c("input", {
|
|
2609
2609
|
id: s.value,
|
|
2610
2610
|
"onUpdate:modelValue": r[0] || (r[0] = (p) => a.value = p),
|
|
2611
2611
|
class: C(u.value),
|
|
@@ -2630,7 +2630,7 @@ const Ml = { class: "dialog-content" }, Sl = { class: "dialog-body" }, Ul = {
|
|
|
2630
2630
|
], 2);
|
|
2631
2631
|
};
|
|
2632
2632
|
}
|
|
2633
|
-
}), Oa = { class: "form-group" }, Aa = ["for", "textContent"], Ea = ["for", "textContent"], Da = { class: "form-color-group" },
|
|
2633
|
+
}), Oa = { class: "form-group" }, Aa = ["for", "textContent"], Ea = ["for", "textContent"], Da = { class: "form-color-group" }, Ia = ["id"], Pa = ["id"], Ga = /* @__PURE__ */ y({
|
|
2634
2634
|
__name: "ColorPicker",
|
|
2635
2635
|
props: /* @__PURE__ */ V({
|
|
2636
2636
|
id: { default: null },
|
|
@@ -2664,22 +2664,22 @@ const Ml = { class: "dialog-content" }, Sl = { class: "dialog-body" }, Ul = {
|
|
|
2664
2664
|
textContent: g(e.label)
|
|
2665
2665
|
}, null, 8, Ea),
|
|
2666
2666
|
c("div", Da, [
|
|
2667
|
-
|
|
2667
|
+
G(c("input", {
|
|
2668
2668
|
id: o.value,
|
|
2669
2669
|
"onUpdate:modelValue": p[0] || (p[0] = (v) => s.value = v),
|
|
2670
2670
|
type: "color",
|
|
2671
2671
|
class: C(d.value),
|
|
2672
2672
|
onChange: p[1] || (p[1] = (v) => l("onUpdate"))
|
|
2673
|
-
}, null, 42,
|
|
2673
|
+
}, null, 42, Ia), [
|
|
2674
2674
|
[X, s.value]
|
|
2675
2675
|
]),
|
|
2676
|
-
|
|
2676
|
+
G(c("input", {
|
|
2677
2677
|
id: u.value,
|
|
2678
2678
|
"onUpdate:modelValue": p[2] || (p[2] = (v) => s.value = v),
|
|
2679
2679
|
type: "text",
|
|
2680
2680
|
class: C(r.value),
|
|
2681
2681
|
onChange: p[3] || (p[3] = (v) => l("onUpdate"))
|
|
2682
|
-
}, null, 42,
|
|
2682
|
+
}, null, 42, Pa), [
|
|
2683
2683
|
[
|
|
2684
2684
|
X,
|
|
2685
2685
|
s.value,
|
|
@@ -2690,7 +2690,7 @@ const Ml = { class: "dialog-content" }, Sl = { class: "dialog-body" }, Ul = {
|
|
|
2690
2690
|
])
|
|
2691
2691
|
]));
|
|
2692
2692
|
}
|
|
2693
|
-
}),
|
|
2693
|
+
}), Ha = { class: "input-file-group" }, Na = ["for", "textContent"], Za = ["id"], Ra = {
|
|
2694
2694
|
key: 0,
|
|
2695
2695
|
class: "input-file-text"
|
|
2696
2696
|
}, ja = ["textContent"], qa = {
|
|
@@ -2723,13 +2723,13 @@ const Ml = { class: "dialog-content" }, Sl = { class: "dialog-body" }, Ul = {
|
|
|
2723
2723
|
return (v, b) => {
|
|
2724
2724
|
const m = $e("UiIconMaterial");
|
|
2725
2725
|
return i(), n("div", null, [
|
|
2726
|
-
c("div",
|
|
2726
|
+
c("div", Ha, [
|
|
2727
2727
|
c("label", {
|
|
2728
2728
|
for: r.value,
|
|
2729
|
-
textContent: g(
|
|
2729
|
+
textContent: g(P(o))
|
|
2730
2730
|
}, null, 8, Na),
|
|
2731
2731
|
c("div", {
|
|
2732
|
-
class: C(["input-file-dropbox", [s.value ? "valid-file" : "",
|
|
2732
|
+
class: C(["input-file-dropbox", [s.value ? "valid-file" : "", P(d) ? "dropbox-xl" : ""]])
|
|
2733
2733
|
}, [
|
|
2734
2734
|
c("input", {
|
|
2735
2735
|
id: r.value,
|
|
@@ -2745,7 +2745,7 @@ const Ml = { class: "dialog-content" }, Sl = { class: "dialog-body" }, Ul = {
|
|
|
2745
2745
|
])) : (i(), n("div", qa, [
|
|
2746
2746
|
M(m, { "icon-code": "" }),
|
|
2747
2747
|
c("p", {
|
|
2748
|
-
textContent: g(
|
|
2748
|
+
textContent: g(P(u))
|
|
2749
2749
|
}, null, 8, Wa)
|
|
2750
2750
|
]))
|
|
2751
2751
|
], 2)
|
|
@@ -2817,7 +2817,7 @@ const Ja = ["for", "textContent"], Xa = ["id", "maxlength", "placeholder", "disa
|
|
|
2817
2817
|
class: "mb-2",
|
|
2818
2818
|
textContent: g(e.label)
|
|
2819
2819
|
}, null, 8, Ja),
|
|
2820
|
-
|
|
2820
|
+
G(c("input", {
|
|
2821
2821
|
id: r.value,
|
|
2822
2822
|
"onUpdate:modelValue": x[0] || (x[0] = (L) => p.value = L),
|
|
2823
2823
|
class: C(b.value),
|
|
@@ -2862,7 +2862,7 @@ const Ja = ["for", "textContent"], Xa = ["id", "maxlength", "placeholder", "disa
|
|
|
2862
2862
|
l("onUpdate", p);
|
|
2863
2863
|
}), (p, v) => (i(), n("div", ls, [
|
|
2864
2864
|
c("div", as, [
|
|
2865
|
-
|
|
2865
|
+
G(c("input", {
|
|
2866
2866
|
id: u.value,
|
|
2867
2867
|
"onUpdate:modelValue": v[0] || (v[0] = (b) => s.value = b),
|
|
2868
2868
|
class: C(f.value),
|
|
@@ -2879,7 +2879,7 @@ const Ja = ["for", "textContent"], Xa = ["id", "maxlength", "placeholder", "disa
|
|
|
2879
2879
|
}, null, 8, is)
|
|
2880
2880
|
]),
|
|
2881
2881
|
c("div", os, [
|
|
2882
|
-
|
|
2882
|
+
G(c("input", {
|
|
2883
2883
|
id: d.value,
|
|
2884
2884
|
"onUpdate:modelValue": v[1] || (v[1] = (b) => s.value = b),
|
|
2885
2885
|
class: C(f.value),
|
|
@@ -2939,7 +2939,7 @@ const Ja = ["for", "textContent"], Xa = ["id", "maxlength", "placeholder", "disa
|
|
|
2939
2939
|
class: "mb-2",
|
|
2940
2940
|
textContent: g(e.label)
|
|
2941
2941
|
}, null, 8, ds),
|
|
2942
|
-
|
|
2942
|
+
G(c("input", {
|
|
2943
2943
|
id: u.value,
|
|
2944
2944
|
"onUpdate:modelValue": p[0] || (p[0] = (b) => s.value = b),
|
|
2945
2945
|
class: C(r.value),
|
|
@@ -3008,7 +3008,7 @@ const Ja = ["for", "textContent"], Xa = ["id", "maxlength", "placeholder", "disa
|
|
|
3008
3008
|
class: "mb-2",
|
|
3009
3009
|
textContent: g(e.label)
|
|
3010
3010
|
}, null, 8, ps),
|
|
3011
|
-
|
|
3011
|
+
G(c("select", {
|
|
3012
3012
|
id: u.value,
|
|
3013
3013
|
"onUpdate:modelValue": v[0] || (v[0] = (m) => s.value = m),
|
|
3014
3014
|
class: C(f.value),
|
|
@@ -3082,7 +3082,7 @@ const Ja = ["for", "textContent"], Xa = ["id", "maxlength", "placeholder", "disa
|
|
|
3082
3082
|
class: "mb-2",
|
|
3083
3083
|
textContent: g(e.label)
|
|
3084
3084
|
}, null, 8, xs),
|
|
3085
|
-
|
|
3085
|
+
G(c("input", {
|
|
3086
3086
|
id: u.value,
|
|
3087
3087
|
"onUpdate:modelValue": m[0] || (m[0] = (k) => s.value = k),
|
|
3088
3088
|
class: C(v.value),
|
|
@@ -3158,7 +3158,7 @@ const Ja = ["for", "textContent"], Xa = ["id", "maxlength", "placeholder", "disa
|
|
|
3158
3158
|
class: "mb-2",
|
|
3159
3159
|
textContent: g(e.label)
|
|
3160
3160
|
}, null, 8, _s),
|
|
3161
|
-
|
|
3161
|
+
G(c("textarea", {
|
|
3162
3162
|
id: u.value,
|
|
3163
3163
|
"onUpdate:modelValue": b[0] || (b[0] = (x) => s.value = x),
|
|
3164
3164
|
class: C(p.value),
|
|
@@ -3214,7 +3214,7 @@ const Ja = ["for", "textContent"], Xa = ["id", "maxlength", "placeholder", "disa
|
|
|
3214
3214
|
});
|
|
3215
3215
|
return (l, s) => {
|
|
3216
3216
|
const o = $e("NuxtLink");
|
|
3217
|
-
return i(), S(
|
|
3217
|
+
return i(), S(P(le), {
|
|
3218
3218
|
"aria-id": e.id ? `${e.id}-tooltip` : void 0,
|
|
3219
3219
|
class: "d-inline-block"
|
|
3220
3220
|
}, {
|
|
@@ -3335,7 +3335,7 @@ const Ja = ["for", "textContent"], Xa = ["id", "maxlength", "placeholder", "disa
|
|
|
3335
3335
|
_: 3
|
|
3336
3336
|
}, 8, ["class"]));
|
|
3337
3337
|
}
|
|
3338
|
-
}),
|
|
3338
|
+
}), Is = ["src", "alt"], Ps = /* @__PURE__ */ y({
|
|
3339
3339
|
__name: "NavbarAvatar",
|
|
3340
3340
|
props: {
|
|
3341
3341
|
src: { default: null },
|
|
@@ -3361,7 +3361,7 @@ const Ja = ["for", "textContent"], Xa = ["id", "maxlength", "placeholder", "disa
|
|
|
3361
3361
|
"avatar-navbar": e.size === "navbar"
|
|
3362
3362
|
}]),
|
|
3363
3363
|
alt: e.alt
|
|
3364
|
-
}, null, 10,
|
|
3364
|
+
}, null, 10, Is)) : (i(), n("span", {
|
|
3365
3365
|
key: 1,
|
|
3366
3366
|
class: C(["img-avatar avatar-placeholder", {
|
|
3367
3367
|
"avatar-sm": e.size === "sm",
|
|
@@ -3370,7 +3370,7 @@ const Ja = ["for", "textContent"], Xa = ["id", "maxlength", "placeholder", "disa
|
|
|
3370
3370
|
}, null, 2))
|
|
3371
3371
|
], 2));
|
|
3372
3372
|
}
|
|
3373
|
-
}),
|
|
3373
|
+
}), Gs = ["textContent"], Hs = ["src"], Ns = ["href", "aria-label"], Zs = /* @__PURE__ */ y({
|
|
3374
3374
|
__name: "NavbarBrand",
|
|
3375
3375
|
props: {
|
|
3376
3376
|
text: { default: "" },
|
|
@@ -3392,12 +3392,12 @@ const Ja = ["for", "textContent"], Xa = ["id", "maxlength", "placeholder", "disa
|
|
|
3392
3392
|
key: 0,
|
|
3393
3393
|
class: "initials-avatar initials-navbar",
|
|
3394
3394
|
textContent: g(e.initials)
|
|
3395
|
-
}, null, 8,
|
|
3395
|
+
}, null, 8, Gs)) : e.logo ? (i(), n("img", {
|
|
3396
3396
|
key: 1,
|
|
3397
3397
|
src: e.logo,
|
|
3398
3398
|
class: "navbar-logo-img",
|
|
3399
3399
|
alt: "Brand logo"
|
|
3400
|
-
}, null, 8,
|
|
3400
|
+
}, null, 8, Hs)) : w("", !0),
|
|
3401
3401
|
$(l.$slots, "link", {
|
|
3402
3402
|
linkTarget: a.value,
|
|
3403
3403
|
brandText: e.text
|
|
@@ -3457,7 +3457,8 @@ const Ja = ["for", "textContent"], Xa = ["id", "maxlength", "placeholder", "disa
|
|
|
3457
3457
|
}), s = h(() => {
|
|
3458
3458
|
const o = {
|
|
3459
3459
|
class: ["nav-link", { disabled: t.disabled }, t.customClass],
|
|
3460
|
-
"aria-disabled": t.disabled || void 0
|
|
3460
|
+
"aria-disabled": t.disabled || void 0,
|
|
3461
|
+
disabled: t.disabled || void 0
|
|
3461
3462
|
};
|
|
3462
3463
|
if (t.as === "a" || l.value) {
|
|
3463
3464
|
const u = typeof a.value == "string" ? a.value : "";
|
|
@@ -3615,7 +3616,7 @@ const Ja = ["for", "textContent"], Xa = ["id", "maxlength", "placeholder", "disa
|
|
|
3615
3616
|
key: r.id,
|
|
3616
3617
|
class: "navigation-bar-item"
|
|
3617
3618
|
}, [
|
|
3618
|
-
(i(), S(Y(t.as),
|
|
3619
|
+
(i(), S(Y(t.as), H({ ref_for: !0 }, o(r.path, r.ariaLabel, l(r.path))), {
|
|
3619
3620
|
default: _(() => [
|
|
3620
3621
|
M(U, {
|
|
3621
3622
|
"icon-code": r.icon,
|
|
@@ -3649,6 +3650,8 @@ const Ja = ["for", "textContent"], Xa = ["id", "maxlength", "placeholder", "disa
|
|
|
3649
3650
|
title: { default: null },
|
|
3650
3651
|
subtitle: { default: null },
|
|
3651
3652
|
avatarUrl: { default: null },
|
|
3653
|
+
showVerifiedIcon: { type: Boolean, default: !1 },
|
|
3654
|
+
verifiedIconCode: { default: "" },
|
|
3652
3655
|
user: { default: null },
|
|
3653
3656
|
auth: { default: null }
|
|
3654
3657
|
},
|
|
@@ -3691,11 +3694,11 @@ const Ja = ["for", "textContent"], Xa = ["id", "maxlength", "placeholder", "disa
|
|
|
3691
3694
|
class: "img-fluid img-avatar avatar-menu mb-2",
|
|
3692
3695
|
alt: f.value
|
|
3693
3696
|
}, null, 8, ui)) : (i(), n("span", di)),
|
|
3694
|
-
e.user ? (i(), S(U, {
|
|
3697
|
+
e.showVerifiedIcon && e.user ? (i(), S(U, {
|
|
3695
3698
|
key: 2,
|
|
3696
3699
|
class: "avatar-pro-icon",
|
|
3697
|
-
"icon-code":
|
|
3698
|
-
})) : w("", !0)
|
|
3700
|
+
"icon-code": e.verifiedIconCode
|
|
3701
|
+
}, null, 8, ["icon-code"])) : w("", !0)
|
|
3699
3702
|
]),
|
|
3700
3703
|
c("p", {
|
|
3701
3704
|
class: "subtitle-1 text-truncate",
|
|
@@ -3910,7 +3913,7 @@ const $i = { class: "tab-segmented-control-container" }, ki = ["aria-selected",
|
|
|
3910
3913
|
},
|
|
3911
3914
|
t.customClass
|
|
3912
3915
|
]);
|
|
3913
|
-
return (l, s) => e.interactive ? (i(), S(
|
|
3916
|
+
return (l, s) => e.interactive ? (i(), S(P(Le), {
|
|
3914
3917
|
key: 0,
|
|
3915
3918
|
class: "d-flex flex-grow-1",
|
|
3916
3919
|
placement: e.placement
|
|
@@ -3945,7 +3948,7 @@ const $i = { class: "tab-segmented-control-container" }, ki = ["aria-selected",
|
|
|
3945
3948
|
])
|
|
3946
3949
|
], 2));
|
|
3947
3950
|
}
|
|
3948
|
-
}),
|
|
3951
|
+
}), Ii = /* @__PURE__ */ y({
|
|
3949
3952
|
__name: "SidebarFooter",
|
|
3950
3953
|
props: {
|
|
3951
3954
|
customClass: {}
|
|
@@ -3957,10 +3960,10 @@ const $i = { class: "tab-segmented-control-container" }, ki = ["aria-selected",
|
|
|
3957
3960
|
$(t.$slots, "default")
|
|
3958
3961
|
], 2));
|
|
3959
3962
|
}
|
|
3960
|
-
}),
|
|
3963
|
+
}), Pi = ["aria-expanded", "aria-controls"], Gi = {
|
|
3961
3964
|
key: 1,
|
|
3962
3965
|
class: "drawer-text"
|
|
3963
|
-
},
|
|
3966
|
+
}, Hi = ["id"], Ni = /* @__PURE__ */ y({
|
|
3964
3967
|
__name: "SidebarGroup",
|
|
3965
3968
|
props: {
|
|
3966
3969
|
text: { default: "" },
|
|
@@ -3996,14 +3999,14 @@ const $i = { class: "tab-segmented-control-container" }, ki = ["aria-selected",
|
|
|
3996
3999
|
decorative: "",
|
|
3997
4000
|
class: C({ "rotate-180": a.value })
|
|
3998
4001
|
}, null, 8, ["class"])
|
|
3999
|
-
], 8,
|
|
4002
|
+
], 8, Pi)) : e.text ? (i(), n("p", Gi, g(e.text), 1)) : w("", !0),
|
|
4000
4003
|
!e.collapsible || a.value ? (i(), n("div", {
|
|
4001
4004
|
key: 2,
|
|
4002
4005
|
id: `group-${e.text}`,
|
|
4003
4006
|
class: "drawer-group-content"
|
|
4004
4007
|
}, [
|
|
4005
4008
|
$(s.$slots, "default")
|
|
4006
|
-
], 8,
|
|
4009
|
+
], 8, Hi)) : w("", !0)
|
|
4007
4010
|
], 2));
|
|
4008
4011
|
}
|
|
4009
4012
|
}), Zi = /* @__PURE__ */ y({
|
|
@@ -4050,6 +4053,7 @@ const $i = { class: "tab-segmented-control-container" }, ki = ["aria-selected",
|
|
|
4050
4053
|
t.customClass
|
|
4051
4054
|
],
|
|
4052
4055
|
"aria-disabled": t.disabled || void 0,
|
|
4056
|
+
disabled: t.disabled || void 0,
|
|
4053
4057
|
"aria-labelledby": t.ariaLabelledby || void 0,
|
|
4054
4058
|
"aria-label": t.ariaLabelledby ? void 0 : t.text
|
|
4055
4059
|
};
|
|
@@ -4079,7 +4083,7 @@ const $i = { class: "tab-segmented-control-container" }, ki = ["aria-selected",
|
|
|
4079
4083
|
to: l.value
|
|
4080
4084
|
};
|
|
4081
4085
|
});
|
|
4082
|
-
return (u, d) => e.tooltipText ? (i(), S(
|
|
4086
|
+
return (u, d) => e.tooltipText ? (i(), S(P(le), {
|
|
4083
4087
|
key: 0,
|
|
4084
4088
|
"aria-id": a.value,
|
|
4085
4089
|
class: "d-inline-block",
|
|
@@ -4102,7 +4106,7 @@ const $i = { class: "tab-segmented-control-container" }, ki = ["aria-selected",
|
|
|
4102
4106
|
}, 16))
|
|
4103
4107
|
]),
|
|
4104
4108
|
_: 3
|
|
4105
|
-
}, 8, ["aria-id", "placement"])) : (i(), S(Y(t.as), de(
|
|
4109
|
+
}, 8, ["aria-id", "placement"])) : (i(), S(Y(t.as), de(H({ key: 1 }, o.value)), {
|
|
4106
4110
|
default: _(() => [
|
|
4107
4111
|
e.icon ? (i(), S(U, {
|
|
4108
4112
|
key: 0,
|
|
@@ -4127,7 +4131,7 @@ const $i = { class: "tab-segmented-control-container" }, ki = ["aria-selected",
|
|
|
4127
4131
|
}
|
|
4128
4132
|
}), Ki = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
4129
4133
|
__proto__: null,
|
|
4130
|
-
UiAccordion:
|
|
4134
|
+
UiAccordion: Ht,
|
|
4131
4135
|
UiAccordionGroup: Nt,
|
|
4132
4136
|
UiAlert: ze,
|
|
4133
4137
|
UiAlertToast: Wt,
|
|
@@ -4156,7 +4160,7 @@ const $i = { class: "tab-segmented-control-container" }, ki = ["aria-selected",
|
|
|
4156
4160
|
UiIconShapes: wa,
|
|
4157
4161
|
UiIconTool: Ma,
|
|
4158
4162
|
UiInputCheck: Ta,
|
|
4159
|
-
UiInputColorPicker:
|
|
4163
|
+
UiInputColorPicker: Ga,
|
|
4160
4164
|
UiInputFile: Ka,
|
|
4161
4165
|
UiInputPhoneNumber: ts,
|
|
4162
4166
|
UiInputRadio: us,
|
|
@@ -4170,7 +4174,7 @@ const $i = { class: "tab-segmented-control-container" }, ki = ["aria-selected",
|
|
|
4170
4174
|
UiLoading: bt,
|
|
4171
4175
|
UiModal: El,
|
|
4172
4176
|
UiNavbar: Ds,
|
|
4173
|
-
UiNavbarAvatar:
|
|
4177
|
+
UiNavbarAvatar: Ps,
|
|
4174
4178
|
UiNavbarBrand: Zs,
|
|
4175
4179
|
UiNavbarCollapse: qs,
|
|
4176
4180
|
UiNavbarItem: Ws,
|
|
@@ -4187,7 +4191,7 @@ const $i = { class: "tab-segmented-control-container" }, ki = ["aria-selected",
|
|
|
4187
4191
|
UiSidebar: Si,
|
|
4188
4192
|
UiSidebarBody: Ui,
|
|
4189
4193
|
UiSidebarDropdown: Di,
|
|
4190
|
-
UiSidebarFooter:
|
|
4194
|
+
UiSidebarFooter: Ii,
|
|
4191
4195
|
UiSidebarGroup: Ni,
|
|
4192
4196
|
UiSidebarHeader: Zi,
|
|
4193
4197
|
UiSidebarLink: Ri,
|
|
@@ -4206,7 +4210,7 @@ export {
|
|
|
4206
4210
|
Ua as G,
|
|
4207
4211
|
at as H,
|
|
4208
4212
|
Ta as I,
|
|
4209
|
-
|
|
4213
|
+
Ga as J,
|
|
4210
4214
|
Ka as K,
|
|
4211
4215
|
ts as L,
|
|
4212
4216
|
us as M,
|
|
@@ -4218,7 +4222,7 @@ export {
|
|
|
4218
4222
|
Ae as S,
|
|
4219
4223
|
Ee as T,
|
|
4220
4224
|
Ds as U,
|
|
4221
|
-
|
|
4225
|
+
Ps as V,
|
|
4222
4226
|
Zs as W,
|
|
4223
4227
|
qs as X,
|
|
4224
4228
|
Ws as Y,
|
|
@@ -4235,7 +4239,7 @@ export {
|
|
|
4235
4239
|
Si as a7,
|
|
4236
4240
|
Ui as a8,
|
|
4237
4241
|
Di as a9,
|
|
4238
|
-
|
|
4242
|
+
Ii as aa,
|
|
4239
4243
|
Ni as ab,
|
|
4240
4244
|
Zi as ac,
|
|
4241
4245
|
Ri as ad,
|
|
@@ -4247,7 +4251,7 @@ export {
|
|
|
4247
4251
|
bt as f,
|
|
4248
4252
|
wt as g,
|
|
4249
4253
|
Ue as h,
|
|
4250
|
-
|
|
4254
|
+
Ht as i,
|
|
4251
4255
|
Nt as j,
|
|
4252
4256
|
ze as k,
|
|
4253
4257
|
Wt as l,
|
|
@@ -4266,4 +4270,4 @@ export {
|
|
|
4266
4270
|
Bl as y,
|
|
4267
4271
|
Vl as z
|
|
4268
4272
|
};
|
|
4269
|
-
//# sourceMappingURL=components-
|
|
4273
|
+
//# sourceMappingURL=components-Dx8eunul.js.map
|