@everchron/ec-shards 8.13.8 → 8.13.9
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/ec-shards.js +834 -831
- package/dist/ec-shards.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/ec-shards.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineAsyncComponent as te, watch as ce, openBlock as o, createBlock as b, resolveDynamicComponent as Pe, unref as ae, normalizeClass as h, createElementBlock as l, normalizeStyle as
|
|
1
|
+
import { defineAsyncComponent as te, watch as ce, openBlock as o, createBlock as b, resolveDynamicComponent as Pe, unref as ae, normalizeClass as h, createElementBlock as l, normalizeStyle as B, resolveComponent as g, createVNode as _, createCommentVNode as u, createElementVNode as f, createTextVNode as D, toDisplayString as w, renderSlot as p, Transition as me, withCtx as S, computed as _e, reactive as Qs, nextTick as ei, onBeforeUnmount as Pt, toRefs as bs, isRef as ti, onMounted as _s, useSlots as si, ref as Ye, watchEffect as kt, withKeys as G, Teleport as ii, withDirectives as Ge, vShow as gt, mergeProps as De, normalizeProps as ni, guardReactiveProps as ai, withModifiers as U, pushScopeId as ye, popScopeId as be, Fragment as J, renderList as pe, resolveDirective as oi, vModelText as ri, h as li, TransitionGroup as ci } from "vue";
|
|
2
2
|
const se = (e, s) => {
|
|
3
3
|
const t = e[s];
|
|
4
4
|
return t ? typeof t == "function" ? t() : Promise.resolve(t) : new Promise((a, n) => {
|
|
@@ -84,7 +84,7 @@ const se = (e, s) => {
|
|
|
84
84
|
function fi(e, s, t, a, n, i) {
|
|
85
85
|
return o(), l("span", {
|
|
86
86
|
class: h(["ecs-focus-ring", t.danger ? "ecs-focus-ring-danger" : ""]),
|
|
87
|
-
style:
|
|
87
|
+
style: B(i.styles)
|
|
88
88
|
}, null, 6);
|
|
89
89
|
}
|
|
90
90
|
const L = /* @__PURE__ */ v(ui, [["render", fi], ["__scopeId", "data-v-8d624905"]]), gi = {
|
|
@@ -176,7 +176,7 @@ function yi(e, s, t, a, n, i) {
|
|
|
176
176
|
t.inset ? "ecs-alert-inset" : "",
|
|
177
177
|
t.border !== !1 ? "ecs-alert-border" : ""
|
|
178
178
|
]]),
|
|
179
|
-
style:
|
|
179
|
+
style: B(i.borderStyles),
|
|
180
180
|
role: "alert"
|
|
181
181
|
}, [
|
|
182
182
|
t.dismissable ? (o(), l("button", {
|
|
@@ -284,7 +284,7 @@ function zi(e, s, t, a, n, i) {
|
|
|
284
284
|
}, null, 8, Bi)) : u("", !0)
|
|
285
285
|
], 8, Ci);
|
|
286
286
|
}
|
|
287
|
-
const
|
|
287
|
+
const db = /* @__PURE__ */ v(Si, [["render", zi], ["__scopeId", "data-v-4e7ca115"]]), Ii = {
|
|
288
288
|
__name: "sticker",
|
|
289
289
|
props: {
|
|
290
290
|
/** Sets the sticker icon. */
|
|
@@ -335,7 +335,7 @@ const ub = /* @__PURE__ */ v(Si, [["render", zi], ["__scopeId", "data-v-4e7ca115
|
|
|
335
335
|
"aria-busy": t.value || null,
|
|
336
336
|
width: e.size,
|
|
337
337
|
height: e.size,
|
|
338
|
-
style:
|
|
338
|
+
style: B(`color: ${n.value}`)
|
|
339
339
|
}, null, 8, ["class", "aria-busy", "width", "height", "style"])) : u("", !0);
|
|
340
340
|
}
|
|
341
341
|
}, Fe = /* @__PURE__ */ v(Ii, [["__scopeId", "data-v-add9195d"]]), Ei = {
|
|
@@ -457,7 +457,7 @@ function Ti(e, s, t, a, n, i) {
|
|
|
457
457
|
const r = g("ecs-sticker");
|
|
458
458
|
return o(), l("div", {
|
|
459
459
|
class: h(["avatar", i.partyClass]),
|
|
460
|
-
style:
|
|
460
|
+
style: B([i.style, t.customStyle]),
|
|
461
461
|
role: t.image ? "img" : "none",
|
|
462
462
|
"aria-label": t.name
|
|
463
463
|
}, [
|
|
@@ -547,7 +547,7 @@ function Oi(e, s, t, a, n, i) {
|
|
|
547
547
|
t.dismissable ? (o(), l("button", {
|
|
548
548
|
key: 0,
|
|
549
549
|
onClick: s[0] || (s[0] = (...d) => i.dismiss && i.dismiss(...d)),
|
|
550
|
-
style:
|
|
550
|
+
style: B(i.dismissButtonStyle),
|
|
551
551
|
class: "close",
|
|
552
552
|
"aria-label": "Dismiss"
|
|
553
553
|
}, [
|
|
@@ -559,7 +559,7 @@ function Oi(e, s, t, a, n, i) {
|
|
|
559
559
|
], 4)) : u("", !0)
|
|
560
560
|
], 2)) : u("", !0);
|
|
561
561
|
}
|
|
562
|
-
const
|
|
562
|
+
const ub = /* @__PURE__ */ v(Li, [["render", Oi], ["__scopeId", "data-v-888a84fc"]]), Ai = {
|
|
563
563
|
name: "ecs-breadcrumb",
|
|
564
564
|
props: {
|
|
565
565
|
/** Sets the size of the breadcrumb (default is medium). */
|
|
@@ -583,7 +583,7 @@ function Ni(e, s, t, a, n, i) {
|
|
|
583
583
|
p(e.$slots, "default", {}, void 0, !0)
|
|
584
584
|
], 2);
|
|
585
585
|
}
|
|
586
|
-
const
|
|
586
|
+
const fb = /* @__PURE__ */ v(Ai, [["render", Ni], ["__scopeId", "data-v-d1ff2486"]]), Di = {
|
|
587
587
|
name: "ecs-breadcrumb-button",
|
|
588
588
|
emits: ["click"],
|
|
589
589
|
components: {
|
|
@@ -641,7 +641,7 @@ function Fi(e, s, t, a, n, i) {
|
|
|
641
641
|
_(c)
|
|
642
642
|
], 2);
|
|
643
643
|
}
|
|
644
|
-
const
|
|
644
|
+
const gb = /* @__PURE__ */ v(Di, [["render", Fi], ["__scopeId", "data-v-4103c4c0"]]), Vi = {
|
|
645
645
|
name: "ecs-breadcrumb-title"
|
|
646
646
|
}, Hi = {
|
|
647
647
|
class: "ecs-breadcrumb-title",
|
|
@@ -652,7 +652,7 @@ function qi(e, s, t, a, n, i) {
|
|
|
652
652
|
p(e.$slots, "default", {}, void 0, !0)
|
|
653
653
|
]);
|
|
654
654
|
}
|
|
655
|
-
const
|
|
655
|
+
const mb = /* @__PURE__ */ v(Vi, [["render", qi], ["__scopeId", "data-v-422cc046"]]), Wi = {
|
|
656
656
|
name: "ecs-flex-row",
|
|
657
657
|
props: {
|
|
658
658
|
/** Determines the flex direction of the row. */
|
|
@@ -704,7 +704,7 @@ const pb = /* @__PURE__ */ v(Vi, [["render", qi], ["__scopeId", "data-v-422cc046
|
|
|
704
704
|
function ji(e, s, t, a, n, i) {
|
|
705
705
|
return o(), l("div", {
|
|
706
706
|
class: h(["ecs-flex-row", [i.directionClass, i.justifyClass, i.alignClass, i.wrapClass]]),
|
|
707
|
-
style:
|
|
707
|
+
style: B(i.gapStyle)
|
|
708
708
|
}, [
|
|
709
709
|
p(e.$slots, "default", {}, void 0, !0)
|
|
710
710
|
], 6);
|
|
@@ -1093,7 +1093,7 @@ function Ps(e, s) {
|
|
|
1093
1093
|
}
|
|
1094
1094
|
function Rt(e, s) {
|
|
1095
1095
|
s === void 0 && (s = {});
|
|
1096
|
-
var t = s, a = t.placement, n = a === void 0 ? e.placement : a, i = t.strategy, r = i === void 0 ? e.strategy : i, c = t.boundary, d = c === void 0 ? Ji : c, m = t.rootBoundary, y = m === void 0 ? xs : m, k = t.elementContext, z = k === void 0 ? Xe : k, I = t.altBoundary,
|
|
1096
|
+
var t = s, a = t.placement, n = a === void 0 ? e.placement : a, i = t.strategy, r = i === void 0 ? e.strategy : i, c = t.boundary, d = c === void 0 ? Ji : c, m = t.rootBoundary, y = m === void 0 ? xs : m, k = t.elementContext, z = k === void 0 ? Xe : k, I = t.altBoundary, x = I === void 0 ? !1 : I, $ = t.padding, T = $ === void 0 ? 0 : $, O = $s(typeof T != "number" ? T : Ps(T, it)), R = z === Xe ? Qi : Xe, H = e.rects.popper, P = e.elements[x ? R : z], A = bn(Re(P) ? P : P.contextElement || Me(e.elements.popper), d, y, r), E = We(e.elements.reference), N = Is({
|
|
1097
1097
|
reference: E,
|
|
1098
1098
|
element: H,
|
|
1099
1099
|
strategy: "absolute",
|
|
@@ -1152,7 +1152,7 @@ function _n(e) {
|
|
|
1152
1152
|
var H = fn(mn([].concat(a, y.options.modifiers)));
|
|
1153
1153
|
return y.orderedModifiers = H.filter(function(P) {
|
|
1154
1154
|
return P.enabled;
|
|
1155
|
-
}),
|
|
1155
|
+
}), x(), I.update();
|
|
1156
1156
|
},
|
|
1157
1157
|
// Sync update – it will always be executed, even if not necessary. This
|
|
1158
1158
|
// is useful for low frequency updates where sync behavior simplifies the
|
|
@@ -1201,7 +1201,7 @@ function _n(e) {
|
|
|
1201
1201
|
I.setOptions(m).then(function(T) {
|
|
1202
1202
|
!z && m.onFirstUpdate && m.onFirstUpdate(T);
|
|
1203
1203
|
});
|
|
1204
|
-
function
|
|
1204
|
+
function x() {
|
|
1205
1205
|
y.orderedModifiers.forEach(function(T) {
|
|
1206
1206
|
var O = T.name, R = T.options, H = R === void 0 ? {} : R, P = T.effect;
|
|
1207
1207
|
if (typeof P == "function") {
|
|
@@ -1276,7 +1276,7 @@ function Bn(e, s) {
|
|
|
1276
1276
|
};
|
|
1277
1277
|
}
|
|
1278
1278
|
function as(e) {
|
|
1279
|
-
var s, t = e.popper, a = e.popperRect, n = e.placement, i = e.variation, r = e.offsets, c = e.position, d = e.gpuAcceleration, m = e.adaptive, y = e.roundOffsets, k = e.isFixed, z = r.x, I = z === void 0 ? 0 : z,
|
|
1279
|
+
var s, t = e.popper, a = e.popperRect, n = e.placement, i = e.variation, r = e.offsets, c = e.position, d = e.gpuAcceleration, m = e.adaptive, y = e.roundOffsets, k = e.isFixed, z = r.x, I = z === void 0 ? 0 : z, x = r.y, $ = x === void 0 ? 0 : x, T = typeof y == "function" ? y({
|
|
1280
1280
|
x: I,
|
|
1281
1281
|
y: $
|
|
1282
1282
|
}) : {
|
|
@@ -1405,7 +1405,7 @@ function On(e, s, t) {
|
|
|
1405
1405
|
return a > t ? t : a;
|
|
1406
1406
|
}
|
|
1407
1407
|
function An(e) {
|
|
1408
|
-
var s = e.state, t = e.options, a = e.name, n = t.mainAxis, i = n === void 0 ? !0 : n, r = t.altAxis, c = r === void 0 ? !1 : r, d = t.boundary, m = t.rootBoundary, y = t.altBoundary, k = t.padding, z = t.tether, I = z === void 0 ? !0 : z,
|
|
1408
|
+
var s = e.state, t = e.options, a = e.name, n = t.mainAxis, i = n === void 0 ? !0 : n, r = t.altAxis, c = r === void 0 ? !1 : r, d = t.boundary, m = t.rootBoundary, y = t.altBoundary, k = t.padding, z = t.tether, I = z === void 0 ? !0 : z, x = t.tetherOffset, $ = x === void 0 ? 0 : x, T = Rt(s, {
|
|
1409
1409
|
boundary: d,
|
|
1410
1410
|
rootBoundary: m,
|
|
1411
1411
|
padding: k,
|
|
@@ -1466,22 +1466,22 @@ function os(e) {
|
|
|
1466
1466
|
}
|
|
1467
1467
|
function Fn(e, s) {
|
|
1468
1468
|
s === void 0 && (s = {});
|
|
1469
|
-
var t = s, a = t.placement, n = t.boundary, i = t.rootBoundary, r = t.padding, c = t.flipVariations, d = t.allowedAutoPlacements, m = d === void 0 ? Bs : d, y = Ue(a), k = y ? c ? ts : ts.filter(function(
|
|
1470
|
-
return Ue(
|
|
1471
|
-
}) : it, z = k.filter(function(
|
|
1472
|
-
return m.indexOf(
|
|
1469
|
+
var t = s, a = t.placement, n = t.boundary, i = t.rootBoundary, r = t.padding, c = t.flipVariations, d = t.allowedAutoPlacements, m = d === void 0 ? Bs : d, y = Ue(a), k = y ? c ? ts : ts.filter(function(x) {
|
|
1470
|
+
return Ue(x) === y;
|
|
1471
|
+
}) : it, z = k.filter(function(x) {
|
|
1472
|
+
return m.indexOf(x) >= 0;
|
|
1473
1473
|
});
|
|
1474
1474
|
z.length === 0 && (z = k);
|
|
1475
|
-
var I = z.reduce(function(
|
|
1476
|
-
return
|
|
1475
|
+
var I = z.reduce(function(x, $) {
|
|
1476
|
+
return x[$] = Rt(e, {
|
|
1477
1477
|
placement: $,
|
|
1478
1478
|
boundary: n,
|
|
1479
1479
|
rootBoundary: i,
|
|
1480
1480
|
padding: r
|
|
1481
|
-
})[ke($)],
|
|
1481
|
+
})[ke($)], x;
|
|
1482
1482
|
}, {});
|
|
1483
|
-
return Object.keys(I).sort(function(
|
|
1484
|
-
return I[
|
|
1483
|
+
return Object.keys(I).sort(function(x, $) {
|
|
1484
|
+
return I[x] - I[$];
|
|
1485
1485
|
});
|
|
1486
1486
|
}
|
|
1487
1487
|
function Vn(e) {
|
|
@@ -1493,13 +1493,13 @@ function Vn(e) {
|
|
|
1493
1493
|
function Hn(e) {
|
|
1494
1494
|
var s = e.state, t = e.options, a = e.name;
|
|
1495
1495
|
if (!s.modifiersData[a]._skip) {
|
|
1496
|
-
for (var n = t.mainAxis, i = n === void 0 ? !0 : n, r = t.altAxis, c = r === void 0 ? !0 : r, d = t.fallbackPlacements, m = t.padding, y = t.boundary, k = t.rootBoundary, z = t.altBoundary, I = t.flipVariations,
|
|
1496
|
+
for (var n = t.mainAxis, i = n === void 0 ? !0 : n, r = t.altAxis, c = r === void 0 ? !0 : r, d = t.fallbackPlacements, m = t.padding, y = t.boundary, k = t.rootBoundary, z = t.altBoundary, I = t.flipVariations, x = I === void 0 ? !0 : I, $ = t.allowedAutoPlacements, T = s.options.placement, O = ke(T), R = O === T, H = d || (R || !x ? [dt(T)] : Vn(T)), P = [T].concat(H).reduce(function(He, $e) {
|
|
1497
1497
|
return He.concat(ke($e) === Nt ? Fn(s, {
|
|
1498
1498
|
placement: $e,
|
|
1499
1499
|
boundary: y,
|
|
1500
1500
|
rootBoundary: k,
|
|
1501
1501
|
padding: m,
|
|
1502
|
-
flipVariations:
|
|
1502
|
+
flipVariations: x,
|
|
1503
1503
|
allowedAutoPlacements: $
|
|
1504
1504
|
}) : $e);
|
|
1505
1505
|
}, []), A = s.rects.reference, E = s.rects.popper, N = /* @__PURE__ */ new Map(), F = !0, V = P[0], W = 0; W < P.length; W++) {
|
|
@@ -1521,7 +1521,7 @@ function Hn(e) {
|
|
|
1521
1521
|
N.set(j, ie);
|
|
1522
1522
|
}
|
|
1523
1523
|
if (F)
|
|
1524
|
-
for (var Ve =
|
|
1524
|
+
for (var Ve = x ? 3 : 1, Z = function($e) {
|
|
1525
1525
|
var Ke = P.find(function(at) {
|
|
1526
1526
|
var Oe = N.get(at);
|
|
1527
1527
|
if (Oe)
|
|
@@ -1582,7 +1582,7 @@ var Gn = function(s, t) {
|
|
|
1582
1582
|
function Kn(e) {
|
|
1583
1583
|
var s, t = e.state, a = e.name, n = e.options, i = t.elements.arrow, r = t.modifiersData.popperOffsets, c = ke(t.placement), d = Dt(c), m = [re, ve].indexOf(c) >= 0, y = m ? "height" : "width";
|
|
1584
1584
|
if (!(!i || !r)) {
|
|
1585
|
-
var k = Gn(n.padding, t), z = At(i), I = d === "y" ? oe : re,
|
|
1585
|
+
var k = Gn(n.padding, t), z = At(i), I = d === "y" ? oe : re, x = d === "y" ? he : ve, $ = t.rects.reference[y] + t.rects.reference[d] - r[d] - t.rects.popper[y], T = r[d] - t.rects.reference[d], O = st(i), R = O ? d === "y" ? O.clientHeight || 0 : O.clientWidth || 0 : 0, H = $ / 2 - T / 2, P = k[I], A = R - z[y] - k[x], E = R / 2 - z[y] / 2 + H, N = et(P, E, A), F = d;
|
|
1586
1586
|
t.modifiersData[a] = (s = {}, s[F] = N, s.centerOffset = N - E, s);
|
|
1587
1587
|
}
|
|
1588
1588
|
}
|
|
@@ -1624,9 +1624,9 @@ function Zn({
|
|
|
1624
1624
|
d.isOpen || (d.isOpen = !0, s("open:popper"));
|
|
1625
1625
|
};
|
|
1626
1626
|
ce([() => d.isOpen, i], async ([$]) => {
|
|
1627
|
-
$ ? (await
|
|
1627
|
+
$ ? (await x(), y()) : k();
|
|
1628
1628
|
});
|
|
1629
|
-
const
|
|
1629
|
+
const x = async () => {
|
|
1630
1630
|
await ei(), d.popperInstance = Mn(c.value, r.value, {
|
|
1631
1631
|
placement: i.value,
|
|
1632
1632
|
modifiers: [
|
|
@@ -1838,7 +1838,7 @@ const ia = /* @__PURE__ */ v(ea, [["render", sa], ["__scopeId", "data-v-baf3bb28
|
|
|
1838
1838
|
});
|
|
1839
1839
|
const {
|
|
1840
1840
|
arrowPadding: I,
|
|
1841
|
-
closeDelay:
|
|
1841
|
+
closeDelay: x,
|
|
1842
1842
|
content: $,
|
|
1843
1843
|
disableClickAway: T,
|
|
1844
1844
|
disabled: O,
|
|
@@ -1864,7 +1864,7 @@ const ia = /* @__PURE__ */ v(ea, [["render", sa], ["__scopeId", "data-v-baf3bb28
|
|
|
1864
1864
|
_e(
|
|
1865
1865
|
() => R.value ? `border: ${P.value}px solid transparent; margin: -${P.value}px;` : null
|
|
1866
1866
|
);
|
|
1867
|
-
const Y = wt.debounce(W, E.value), Q = wt.debounce(j,
|
|
1867
|
+
const Y = wt.debounce(W, E.value), Q = wt.debounce(j, x.value), Ee = async () => {
|
|
1868
1868
|
K.value || X.value || (Q.clear(), c.value = !0, Y());
|
|
1869
1869
|
}, ie = async () => {
|
|
1870
1870
|
X.value || (Y.clear(), c.value = !1, Q());
|
|
@@ -2114,7 +2114,7 @@ const Ft = /* @__PURE__ */ v(fa, [["render", ga]]), ma = {
|
|
|
2114
2114
|
function pa(e, s, t, a, n, i) {
|
|
2115
2115
|
return o(), b(Pe(i.textTag), {
|
|
2116
2116
|
class: h([[i.textClass, t.emphasized ? "emphasized" : ""], "ecs-text"]),
|
|
2117
|
-
style:
|
|
2117
|
+
style: B({ color: i.textColor })
|
|
2118
2118
|
}, {
|
|
2119
2119
|
default: S(() => [
|
|
2120
2120
|
p(e.$slots, "default", {}, void 0, !0)
|
|
@@ -2967,7 +2967,7 @@ function co(e, s, t, a, n, i) {
|
|
|
2967
2967
|
return o(), l("li", null, [
|
|
2968
2968
|
t.type === "checkbox" ? (o(), l("div", Ua, [
|
|
2969
2969
|
_(r, {
|
|
2970
|
-
onInput: s[0] || (s[0] = (
|
|
2970
|
+
onInput: s[0] || (s[0] = (x) => e.$emit("input", x)),
|
|
2971
2971
|
disabled: t.disabled || null,
|
|
2972
2972
|
value: t.value,
|
|
2973
2973
|
"value-false": t.valueFalse,
|
|
@@ -2982,7 +2982,7 @@ function co(e, s, t, a, n, i) {
|
|
|
2982
2982
|
t.suffix ? (o(), l("span", Ga, w(t.suffix), 1)) : u("", !0)
|
|
2983
2983
|
])) : t.type === "radiobutton" ? (o(), l("div", Ka, [
|
|
2984
2984
|
_(c, {
|
|
2985
|
-
onChange: s[1] || (s[1] = (
|
|
2985
|
+
onChange: s[1] || (s[1] = (x) => e.$emit("change", x)),
|
|
2986
2986
|
disabled: t.disabled || null,
|
|
2987
2987
|
checked: t.value || null
|
|
2988
2988
|
}, {
|
|
@@ -2994,7 +2994,7 @@ function co(e, s, t, a, n, i) {
|
|
|
2994
2994
|
t.suffix ? (o(), l("span", Ya, w(t.suffix), 1)) : u("", !0)
|
|
2995
2995
|
])) : t.type === "switch" ? (o(), l("div", Xa, [
|
|
2996
2996
|
_(d, {
|
|
2997
|
-
onInput: s[2] || (s[2] = (
|
|
2997
|
+
onInput: s[2] || (s[2] = (x) => e.$emit("input", x)),
|
|
2998
2998
|
value: t.value,
|
|
2999
2999
|
"value-false": t.valueFalse,
|
|
3000
3000
|
"value-true": t.valueTrue,
|
|
@@ -3010,7 +3010,7 @@ function co(e, s, t, a, n, i) {
|
|
|
3010
3010
|
t.suffix ? (o(), l("span", Ja, w(t.suffix), 1)) : u("", !0)
|
|
3011
3011
|
])) : t.type === "sort" ? (o(), l("div", {
|
|
3012
3012
|
key: 3,
|
|
3013
|
-
onClick: s[3] || (s[3] = (
|
|
3013
|
+
onClick: s[3] || (s[3] = (x) => e.$emit("click", x)),
|
|
3014
3014
|
class: "ecs-popover-list-item control no-hover",
|
|
3015
3015
|
role: "menuitem",
|
|
3016
3016
|
tabindex: "0"
|
|
@@ -3028,7 +3028,7 @@ function co(e, s, t, a, n, i) {
|
|
|
3028
3028
|
_(y, { inset: 0 })
|
|
3029
3029
|
])) : t.type === "link" ? (o(), l("a", {
|
|
3030
3030
|
key: 4,
|
|
3031
|
-
onClick: s[6] || (s[6] = (
|
|
3031
|
+
onClick: s[6] || (s[6] = (x) => e.$emit("click", x)),
|
|
3032
3032
|
class: h(["ecs-popover-list-item", [
|
|
3033
3033
|
t.danger ? "danger" : "",
|
|
3034
3034
|
t.subtle ? "subtle" : "",
|
|
@@ -3058,8 +3058,8 @@ function co(e, s, t, a, n, i) {
|
|
|
3058
3058
|
i.secondaryActionOptions.show ? (o(), b(I, {
|
|
3059
3059
|
key: 0,
|
|
3060
3060
|
onClick: U(i.handleSecondaryClick, ["stop"]),
|
|
3061
|
-
onMouseover: s[4] || (s[4] = (
|
|
3062
|
-
onMouseleave: s[5] || (s[5] = (
|
|
3061
|
+
onMouseover: s[4] || (s[4] = (x) => n.preventHover = !n.preventHover),
|
|
3062
|
+
onMouseleave: s[5] || (s[5] = (x) => n.preventHover = !n.preventHover),
|
|
3063
3063
|
size: "sml",
|
|
3064
3064
|
type: i.secondaryActionOptions.type,
|
|
3065
3065
|
icon: i.secondaryActionOptions.icon,
|
|
@@ -3088,7 +3088,7 @@ function co(e, s, t, a, n, i) {
|
|
|
3088
3088
|
t.noHover || n.preventHover ? "no-hover" : "",
|
|
3089
3089
|
t.selected ? "selected" : ""
|
|
3090
3090
|
]]),
|
|
3091
|
-
onClick: s[9] || (s[9] = (
|
|
3091
|
+
onClick: s[9] || (s[9] = (x) => e.$emit("click", x)),
|
|
3092
3092
|
role: "menuitem",
|
|
3093
3093
|
tabindex: "0"
|
|
3094
3094
|
}, [
|
|
@@ -3110,8 +3110,8 @@ function co(e, s, t, a, n, i) {
|
|
|
3110
3110
|
i.secondaryActionOptions.show ? (o(), b(I, {
|
|
3111
3111
|
key: 0,
|
|
3112
3112
|
onClick: U(i.handleSecondaryClick, ["stop"]),
|
|
3113
|
-
onMouseover: s[7] || (s[7] = (
|
|
3114
|
-
onMouseleave: s[8] || (s[8] = (
|
|
3113
|
+
onMouseover: s[7] || (s[7] = (x) => n.preventHover = !n.preventHover),
|
|
3114
|
+
onMouseleave: s[8] || (s[8] = (x) => n.preventHover = !n.preventHover),
|
|
3115
3115
|
size: "sml",
|
|
3116
3116
|
type: i.secondaryActionOptions.type,
|
|
3117
3117
|
icon: i.secondaryActionOptions.icon,
|
|
@@ -3259,7 +3259,7 @@ function po(e, s, t, a, n, i) {
|
|
|
3259
3259
|
t.badge ? (o(), l("span", {
|
|
3260
3260
|
key: 1,
|
|
3261
3261
|
class: "badge",
|
|
3262
|
-
style:
|
|
3262
|
+
style: B({ background: t.badgeColor })
|
|
3263
3263
|
}, null, 4)) : u("", !0),
|
|
3264
3264
|
t.icon && t.iconPosition == "right" || t.loading && t.iconPosition == "right" ? (o(), b(r, {
|
|
3265
3265
|
key: 2,
|
|
@@ -3295,7 +3295,7 @@ function po(e, s, t, a, n, i) {
|
|
|
3295
3295
|
t.badge ? (o(), l("span", {
|
|
3296
3296
|
key: 1,
|
|
3297
3297
|
class: "badge",
|
|
3298
|
-
style:
|
|
3298
|
+
style: B({ background: t.badgeColor })
|
|
3299
3299
|
}, null, 4)) : u("", !0),
|
|
3300
3300
|
t.icon && t.iconPosition == "right" || t.loading && t.iconPosition == "right" ? (o(), b(r, {
|
|
3301
3301
|
key: 2,
|
|
@@ -3356,7 +3356,7 @@ const pt = /* @__PURE__ */ v(fo, [["render", po], ["__scopeId", "data-v-72592c75
|
|
|
3356
3356
|
function vo(e, s, t, a, n, i) {
|
|
3357
3357
|
return o(), l("div", {
|
|
3358
3358
|
class: h(["ecs-separator", i.classes]),
|
|
3359
|
-
style:
|
|
3359
|
+
style: B({ margin: i.marginStyles, width: t.width, height: t.height }),
|
|
3360
3360
|
role: "separator"
|
|
3361
3361
|
}, null, 6);
|
|
3362
3362
|
}
|
|
@@ -3462,8 +3462,8 @@ function ko(e, s, t, a, n, i) {
|
|
|
3462
3462
|
content: S(() => [
|
|
3463
3463
|
_(y, null, {
|
|
3464
3464
|
default: S(() => [
|
|
3465
|
-
(o(!0), l(J, null, pe(t.options, (I,
|
|
3466
|
-
key:
|
|
3465
|
+
(o(!0), l(J, null, pe(t.options, (I, x) => (o(), b(d, {
|
|
3466
|
+
key: x,
|
|
3467
3467
|
disabled: I.disabled || null,
|
|
3468
3468
|
onClick: ($) => e.$emit("select", I.action)
|
|
3469
3469
|
}, {
|
|
@@ -3512,7 +3512,7 @@ function ko(e, s, t, a, n, i) {
|
|
|
3512
3512
|
_: 1
|
|
3513
3513
|
});
|
|
3514
3514
|
}
|
|
3515
|
-
const
|
|
3515
|
+
const pb = /* @__PURE__ */ v(bo, [["render", ko], ["__scopeId", "data-v-04aed8bb"]]), wo = {
|
|
3516
3516
|
name: "ecs-button-group"
|
|
3517
3517
|
}, So = { class: "ecs-button-group" };
|
|
3518
3518
|
function Co(e, s, t, a, n, i) {
|
|
@@ -3520,7 +3520,7 @@ function Co(e, s, t, a, n, i) {
|
|
|
3520
3520
|
p(e.$slots, "default", {}, void 0, !0)
|
|
3521
3521
|
]);
|
|
3522
3522
|
}
|
|
3523
|
-
const
|
|
3523
|
+
const hb = /* @__PURE__ */ v(wo, [["render", Co], ["__scopeId", "data-v-83c21366"]]), xo = {
|
|
3524
3524
|
name: "ecs-button-collapse",
|
|
3525
3525
|
emits: ["click"],
|
|
3526
3526
|
components: {
|
|
@@ -4343,7 +4343,7 @@ function er(e, s, t, a, n, i) {
|
|
|
4343
4343
|
class: h(["ecs-context-button", [t.loading ? "loading" : "", i.iconOnly ? "ecs-context-button-icon-only" : ""]]),
|
|
4344
4344
|
"aria-label": t.ariaLabel,
|
|
4345
4345
|
"aria-busy": t.loading || null,
|
|
4346
|
-
style:
|
|
4346
|
+
style: B(i.selectedColorText),
|
|
4347
4347
|
onClick: s[0] || (s[0] = (d) => e.$emit("click", d))
|
|
4348
4348
|
}, [
|
|
4349
4349
|
t.icon || t.loading ? (o(), b(r, {
|
|
@@ -4354,13 +4354,13 @@ function er(e, s, t, a, n, i) {
|
|
|
4354
4354
|
t.selectedColor ? (o(), l("div", {
|
|
4355
4355
|
key: 1,
|
|
4356
4356
|
class: "ecs-context-button-color",
|
|
4357
|
-
style:
|
|
4357
|
+
style: B(i.selectedColorBackground)
|
|
4358
4358
|
}, null, 4)) : u("", !0),
|
|
4359
4359
|
p(e.$slots, "default", {}, void 0, !0),
|
|
4360
4360
|
_(c)
|
|
4361
4361
|
], 14, Qo);
|
|
4362
4362
|
}
|
|
4363
|
-
const
|
|
4363
|
+
const vb = /* @__PURE__ */ v(Jo, [["render", er], ["__scopeId", "data-v-6817d99f"]]), tr = {
|
|
4364
4364
|
name: "ecs-context-button-group"
|
|
4365
4365
|
}, sr = { class: "ecs-context-button-group" };
|
|
4366
4366
|
function ir(e, s, t, a, n, i) {
|
|
@@ -4368,7 +4368,7 @@ function ir(e, s, t, a, n, i) {
|
|
|
4368
4368
|
p(e.$slots, "default", {}, void 0, !0)
|
|
4369
4369
|
]);
|
|
4370
4370
|
}
|
|
4371
|
-
const
|
|
4371
|
+
const yb = /* @__PURE__ */ v(tr, [["render", ir], ["__scopeId", "data-v-94a53b69"]]), nr = {
|
|
4372
4372
|
name: "ecs-button-dialog",
|
|
4373
4373
|
emits: ["click"],
|
|
4374
4374
|
components: {
|
|
@@ -4417,7 +4417,7 @@ function or(e, s, t, a, n, i) {
|
|
|
4417
4417
|
}, null, 8, ["danger"])
|
|
4418
4418
|
], 10, ar);
|
|
4419
4419
|
}
|
|
4420
|
-
const
|
|
4420
|
+
const bb = /* @__PURE__ */ v(nr, [["render", or], ["__scopeId", "data-v-fe031b71"]]), rr = {
|
|
4421
4421
|
name: "ecs-button-more",
|
|
4422
4422
|
emits: ["click"],
|
|
4423
4423
|
components: {
|
|
@@ -4660,7 +4660,7 @@ function _r(e, s, t, a, n, i) {
|
|
|
4660
4660
|
_(c)
|
|
4661
4661
|
], 10, yr);
|
|
4662
4662
|
}
|
|
4663
|
-
const
|
|
4663
|
+
const _b = /* @__PURE__ */ v(vr, [["render", _r], ["__scopeId", "data-v-2beac513"]]), kr = {
|
|
4664
4664
|
name: "ecs-card",
|
|
4665
4665
|
emits: ["click"],
|
|
4666
4666
|
props: {
|
|
@@ -4719,12 +4719,12 @@ function xr(e, s, t, a, n, i) {
|
|
|
4719
4719
|
t.progress ? (o(), l("div", {
|
|
4720
4720
|
key: 0,
|
|
4721
4721
|
class: "progress",
|
|
4722
|
-
style:
|
|
4722
|
+
style: B({ width: t.progress + "%" })
|
|
4723
4723
|
}, null, 4)) : u("", !0)
|
|
4724
4724
|
])
|
|
4725
4725
|
], 10, wr);
|
|
4726
4726
|
}
|
|
4727
|
-
const
|
|
4727
|
+
const kb = /* @__PURE__ */ v(kr, [["render", xr], ["__scopeId", "data-v-8d449816"]]), Br = {
|
|
4728
4728
|
name: "ecs-citation-line",
|
|
4729
4729
|
emits: ["change", "blur", "focus"],
|
|
4730
4730
|
components: { EcsFlexRow: Te },
|
|
@@ -4793,7 +4793,7 @@ function Ir(e, s, t, a, n, i) {
|
|
|
4793
4793
|
_: 3
|
|
4794
4794
|
});
|
|
4795
4795
|
}
|
|
4796
|
-
const
|
|
4796
|
+
const wb = /* @__PURE__ */ v(Br, [["render", Ir], ["__scopeId", "data-v-cfd8e718"]]);
|
|
4797
4797
|
var qt = {};
|
|
4798
4798
|
Object.defineProperty(qt, "__esModule", {
|
|
4799
4799
|
value: !0
|
|
@@ -4922,7 +4922,7 @@ function Or(e, s, t, a, n, i) {
|
|
|
4922
4922
|
return Ge((o(), l("div", {
|
|
4923
4923
|
class: h(["ecs-context-menu", n.opened ? " opened" : ""]),
|
|
4924
4924
|
id: t.elementId,
|
|
4925
|
-
style:
|
|
4925
|
+
style: B([i.postionStyles])
|
|
4926
4926
|
}, [
|
|
4927
4927
|
f("ul", {
|
|
4928
4928
|
role: "menu",
|
|
@@ -4973,7 +4973,7 @@ function Or(e, s, t, a, n, i) {
|
|
|
4973
4973
|
[m, i.onClickOutside]
|
|
4974
4974
|
]);
|
|
4975
4975
|
}
|
|
4976
|
-
const
|
|
4976
|
+
const Sb = /* @__PURE__ */ v(Pr, [["render", Or], ["__scopeId", "data-v-7a99d0e5"]]), Ar = {
|
|
4977
4977
|
name: "ecs-collapse",
|
|
4978
4978
|
emits: ["toggled", "remove"],
|
|
4979
4979
|
components: { EcsButton: Se, EcsFocusRing: L, EcsFlexRow: Te },
|
|
@@ -5141,7 +5141,7 @@ function Hr(e, s, t, a, n, i) {
|
|
|
5141
5141
|
], 10, Vr)
|
|
5142
5142
|
], 2);
|
|
5143
5143
|
}
|
|
5144
|
-
const
|
|
5144
|
+
const Cb = /* @__PURE__ */ v(Ar, [["render", Hr], ["__scopeId", "data-v-b2ce05ee"]]), qr = {
|
|
5145
5145
|
name: "ecs-collection-control",
|
|
5146
5146
|
emits: ["toggled", "collectionTooltip"],
|
|
5147
5147
|
components: { EcsIcon: M, EcsFocusRing: L },
|
|
@@ -5276,14 +5276,14 @@ function Yr(e, s, t, a, n, i) {
|
|
|
5276
5276
|
}, [
|
|
5277
5277
|
f("div", {
|
|
5278
5278
|
class: "ecs-collection-control-list scrollbar scrollbar-sml",
|
|
5279
|
-
style:
|
|
5279
|
+
style: B(i.listMaxHeight)
|
|
5280
5280
|
}, [
|
|
5281
5281
|
p(e.$slots, "default")
|
|
5282
5282
|
], 4)
|
|
5283
5283
|
], 10, Kr)
|
|
5284
5284
|
], 2);
|
|
5285
5285
|
}
|
|
5286
|
-
const
|
|
5286
|
+
const xb = /* @__PURE__ */ v(qr, [["render", Yr], ["__scopeId", "data-v-5e5716bc"]]), Xr = {
|
|
5287
5287
|
name: "ecs-skeleton-loader",
|
|
5288
5288
|
props: {
|
|
5289
5289
|
/** Determines the type of skeleton shape: `single` replicates a single line of text, `multi` a multi line text, and `rect` a generic rectangle shape. */
|
|
@@ -5329,7 +5329,7 @@ function tl(e, s, t, a, n, i) {
|
|
|
5329
5329
|
return t.type === "rect" || t.type === "circle" ? (o(), l("div", {
|
|
5330
5330
|
key: 0,
|
|
5331
5331
|
class: h(["ecs-skeleton skeleton", i.rectClass]),
|
|
5332
|
-
style:
|
|
5332
|
+
style: B({ width: t.width + "px", height: t.height + "px" })
|
|
5333
5333
|
}, null, 6)) : t.type === "multi" ? (o(), l("div", Jr, [
|
|
5334
5334
|
(o(!0), l(J, null, pe(parseInt(t.count), (r) => (o(), l("div", {
|
|
5335
5335
|
key: r,
|
|
@@ -5341,7 +5341,7 @@ function tl(e, s, t, a, n, i) {
|
|
|
5341
5341
|
}, [
|
|
5342
5342
|
f("div", {
|
|
5343
5343
|
class: "skeleton skeleton-single",
|
|
5344
|
-
style:
|
|
5344
|
+
style: B({ width: t.width + "%" })
|
|
5345
5345
|
}, null, 4)
|
|
5346
5346
|
], 2));
|
|
5347
5347
|
}
|
|
@@ -5508,13 +5508,13 @@ function pl(e, s, t, a, n, i) {
|
|
|
5508
5508
|
]))
|
|
5509
5509
|
], 8, ol);
|
|
5510
5510
|
}
|
|
5511
|
-
const
|
|
5511
|
+
const Bb = /* @__PURE__ */ v(al, [["render", pl], ["__scopeId", "data-v-cf696f66"]]), hl = {}, vl = { class: "ecs-comment-list" };
|
|
5512
5512
|
function yl(e, s) {
|
|
5513
5513
|
return o(), l("div", vl, [
|
|
5514
5514
|
p(e.$slots, "default")
|
|
5515
5515
|
]);
|
|
5516
5516
|
}
|
|
5517
|
-
const
|
|
5517
|
+
const zb = /* @__PURE__ */ v(hl, [["render", yl]]);
|
|
5518
5518
|
function Ct(e = {}, s = 0) {
|
|
5519
5519
|
const t = e && e.a;
|
|
5520
5520
|
let a;
|
|
@@ -5734,7 +5734,7 @@ function Bc(e, s, t) {
|
|
|
5734
5734
|
var N = a, F = n;
|
|
5735
5735
|
return a = n = void 0, m = E, r = e.apply(F, N), r;
|
|
5736
5736
|
}
|
|
5737
|
-
function
|
|
5737
|
+
function x(E) {
|
|
5738
5738
|
return m = E, c = setTimeout(O, s), y ? I(E) : r;
|
|
5739
5739
|
}
|
|
5740
5740
|
function $(E) {
|
|
@@ -5764,7 +5764,7 @@ function Bc(e, s, t) {
|
|
|
5764
5764
|
var E = xt(), N = T(E);
|
|
5765
5765
|
if (a = arguments, n = this, d = E, N) {
|
|
5766
5766
|
if (c === void 0)
|
|
5767
|
-
return
|
|
5767
|
+
return x(d);
|
|
5768
5768
|
if (k)
|
|
5769
5769
|
return clearTimeout(c), c = setTimeout(O, s), I(d);
|
|
5770
5770
|
}
|
|
@@ -5848,7 +5848,7 @@ const Mc = /* @__PURE__ */ ws(Tc), Lc = {
|
|
|
5848
5848
|
function Rc(e, s, t, a, n, i) {
|
|
5849
5849
|
return o(), l("div", {
|
|
5850
5850
|
class: "ecs-saturation",
|
|
5851
|
-
style:
|
|
5851
|
+
style: B({ background: i.bgColor }),
|
|
5852
5852
|
ref: "container",
|
|
5853
5853
|
onMousedown: s[0] || (s[0] = (...r) => i.handleMouseDown && i.handleMouseDown(...r)),
|
|
5854
5854
|
onTouchmove: s[1] || (s[1] = (...r) => i.handleChange && i.handleChange(...r)),
|
|
@@ -5858,7 +5858,7 @@ function Rc(e, s, t, a, n, i) {
|
|
|
5858
5858
|
Ac,
|
|
5859
5859
|
f("div", {
|
|
5860
5860
|
class: "ecs-saturation-pointer",
|
|
5861
|
-
style:
|
|
5861
|
+
style: B({ top: i.pointerTop, left: i.pointerLeft })
|
|
5862
5862
|
}, Dc, 4)
|
|
5863
5863
|
], 36);
|
|
5864
5864
|
}
|
|
@@ -5948,7 +5948,7 @@ function jc(e, s, t, a, n, i) {
|
|
|
5948
5948
|
}, [
|
|
5949
5949
|
f("div", {
|
|
5950
5950
|
class: "ecs-hue-pointer",
|
|
5951
|
-
style:
|
|
5951
|
+
style: B({ top: i.pointerTop, left: i.pointerLeft }),
|
|
5952
5952
|
role: "presentation"
|
|
5953
5953
|
}, Wc, 4)
|
|
5954
5954
|
], 40, Hc)
|
|
@@ -5998,7 +5998,7 @@ function Yc(e, s, t) {
|
|
|
5998
5998
|
function Xc(e, s, t, a, n, i) {
|
|
5999
5999
|
return o(), l("div", {
|
|
6000
6000
|
class: "ecs-checkerboard",
|
|
6001
|
-
style:
|
|
6001
|
+
style: B(i.bgStyle)
|
|
6002
6002
|
}, null, 4);
|
|
6003
6003
|
}
|
|
6004
6004
|
const Ws = /* @__PURE__ */ v(Gc, [["render", Xc]]), Zc = {
|
|
@@ -6056,7 +6056,7 @@ function sd(e, s, t, a, n, i) {
|
|
|
6056
6056
|
]),
|
|
6057
6057
|
f("div", {
|
|
6058
6058
|
class: "ecs-alpha-gradient",
|
|
6059
|
-
style:
|
|
6059
|
+
style: B({ background: i.gradientColor })
|
|
6060
6060
|
}, null, 4),
|
|
6061
6061
|
f("div", {
|
|
6062
6062
|
class: "ecs-alpha-container",
|
|
@@ -6067,7 +6067,7 @@ function sd(e, s, t, a, n, i) {
|
|
|
6067
6067
|
}, [
|
|
6068
6068
|
f("div", {
|
|
6069
6069
|
class: "ecs-alpha-pointer",
|
|
6070
|
-
style:
|
|
6070
|
+
style: B({ left: i.colors.a * 100 + "%" })
|
|
6071
6071
|
}, td, 4)
|
|
6072
6072
|
], 544)
|
|
6073
6073
|
]);
|
|
@@ -6174,7 +6174,7 @@ function yd(e, s, t, a, n, i) {
|
|
|
6174
6174
|
role: "application",
|
|
6175
6175
|
"aria-label": "Color picker",
|
|
6176
6176
|
class: h(["ecs-color-picker", t.disableAlpha ? "ecs-color-picker__disable-alpha" : ""]),
|
|
6177
|
-
style:
|
|
6177
|
+
style: B({ padding: t.padding + "px", width: 216 + 2 * t.padding + "px" })
|
|
6178
6178
|
}, [
|
|
6179
6179
|
t.disableCustom ? u("", !0) : (o(), l("div", ad, [
|
|
6180
6180
|
_(r, {
|
|
@@ -6243,7 +6243,7 @@ function yd(e, s, t, a, n, i) {
|
|
|
6243
6243
|
])) : u("", !0),
|
|
6244
6244
|
f("div", {
|
|
6245
6245
|
class: "ecs-color-picker-presets",
|
|
6246
|
-
style:
|
|
6246
|
+
style: B(t.disableCustom ? "" : "padding-top: var(--spacing-10)"),
|
|
6247
6247
|
role: "group",
|
|
6248
6248
|
"aria-label": "A color preset, pick one to set as current color"
|
|
6249
6249
|
}, [
|
|
@@ -6260,7 +6260,7 @@ function yd(e, s, t, a, n, i) {
|
|
|
6260
6260
|
class: h(["ecs-color-picker-presets-color", { active: e.colors.hex === k.hex }]),
|
|
6261
6261
|
"aria-label": k.title,
|
|
6262
6262
|
key: "if-" + k.id,
|
|
6263
|
-
style:
|
|
6263
|
+
style: B({ background: k.hex }),
|
|
6264
6264
|
"aria-selected": e.colors.hex === k.hex ? "true" : "false",
|
|
6265
6265
|
title: k.title,
|
|
6266
6266
|
onClick: (z) => i.handlePreset(k.hex)
|
|
@@ -6271,7 +6271,7 @@ function yd(e, s, t, a, n, i) {
|
|
|
6271
6271
|
class: h(["ecs-color-picker-presets-color active", i.isActiveColorDark ? "dark" : "light"]),
|
|
6272
6272
|
"aria-label": "Custom color",
|
|
6273
6273
|
"aria-selected": "true",
|
|
6274
|
-
style:
|
|
6274
|
+
style: B({ background: e.colors.hex })
|
|
6275
6275
|
}, null, 6))
|
|
6276
6276
|
], 4)
|
|
6277
6277
|
], 6);
|
|
@@ -6355,7 +6355,7 @@ function kd(e, s, t, a, n, i) {
|
|
|
6355
6355
|
default: S(() => [
|
|
6356
6356
|
f("button", {
|
|
6357
6357
|
class: h(["ecs-color-picker-input-button", i.sizeClass]),
|
|
6358
|
-
style:
|
|
6358
|
+
style: B(i.selectedColorStyle)
|
|
6359
6359
|
}, [
|
|
6360
6360
|
f("span", null, w(i.selectedColorName), 1)
|
|
6361
6361
|
], 6)
|
|
@@ -6363,7 +6363,7 @@ function kd(e, s, t, a, n, i) {
|
|
|
6363
6363
|
_: 1
|
|
6364
6364
|
});
|
|
6365
6365
|
}
|
|
6366
|
-
const
|
|
6366
|
+
const Ib = /* @__PURE__ */ v(_d, [["render", kd], ["__scopeId", "data-v-08aaa823"]]), wd = {
|
|
6367
6367
|
name: "ecs-data-card",
|
|
6368
6368
|
components: { EcsIcon: M, EcsSkeletonLoader: Ce, EcsButtonTable: Rs, EcsButton: Se, EcsFocusRing: L },
|
|
6369
6369
|
mixins: [ue],
|
|
@@ -6564,7 +6564,7 @@ function Md(e, s, t, a, n, i) {
|
|
|
6564
6564
|
})) : u("", !0)
|
|
6565
6565
|
], 10, Sd);
|
|
6566
6566
|
}
|
|
6567
|
-
const
|
|
6567
|
+
const Eb = /* @__PURE__ */ v(wd, [["render", Md], ["__scopeId", "data-v-206dd488"]]), Ld = {
|
|
6568
6568
|
name: "ecs-data-card-list"
|
|
6569
6569
|
}, Od = {
|
|
6570
6570
|
class: "ecs-data-card-list",
|
|
@@ -6575,7 +6575,7 @@ function Ad(e, s, t, a, n, i) {
|
|
|
6575
6575
|
p(e.$slots, "default")
|
|
6576
6576
|
]);
|
|
6577
6577
|
}
|
|
6578
|
-
const
|
|
6578
|
+
const $b = /* @__PURE__ */ v(Ld, [["render", Ad]]), Nd = {
|
|
6579
6579
|
name: "ecs-data-grid",
|
|
6580
6580
|
emits: ["tableScroll"],
|
|
6581
6581
|
props: {
|
|
@@ -6617,17 +6617,17 @@ const Pb = /* @__PURE__ */ v(Ld, [["render", Ad]]), Nd = {
|
|
|
6617
6617
|
}, Fd = {
|
|
6618
6618
|
key: 2,
|
|
6619
6619
|
class: "ecs-data-grid-pagination"
|
|
6620
|
-
}, Vd = {
|
|
6621
|
-
key: 3,
|
|
6622
|
-
class: "ecs-data-grid-block"
|
|
6623
6620
|
};
|
|
6624
|
-
function
|
|
6621
|
+
function Vd(e, s, t, a, n, i) {
|
|
6625
6622
|
return o(), l("div", {
|
|
6626
6623
|
onScroll: s[0] || (s[0] = (...r) => i.tableScroll && i.tableScroll(...r)),
|
|
6627
6624
|
ref: "dataGridScroller",
|
|
6628
|
-
class: h(["ecs-data-grid scrollbar", [
|
|
6625
|
+
class: h(["ecs-data-grid scrollbar", [
|
|
6626
|
+
e.$slots.empty ? "empty" : "",
|
|
6627
|
+
t.bordered ? "bordered" : "",
|
|
6628
|
+
t.borderRows ? "border-rows" : ""
|
|
6629
|
+
]]),
|
|
6629
6630
|
"aria-disabled": t.disabled || null,
|
|
6630
|
-
style: x({ overflow: t.disabled ? "hidden" : t.bordered ? "initial" : "auto" }),
|
|
6631
6631
|
role: "table"
|
|
6632
6632
|
}, [
|
|
6633
6633
|
f("div", {
|
|
@@ -6640,17 +6640,20 @@ function Hd(e, s, t, a, n, i) {
|
|
|
6640
6640
|
p(e.$slots, "empty", {}, void 0, !0)
|
|
6641
6641
|
])) : (o(), l("div", {
|
|
6642
6642
|
key: 1,
|
|
6643
|
-
class: h(["ecs-data-grid-rows", [
|
|
6643
|
+
class: h(["ecs-data-grid-rows", [
|
|
6644
|
+
t.striped ? "striped" : "",
|
|
6645
|
+
t.sidebarOverlay ? "sidebar-space" : "",
|
|
6646
|
+
t.disabled ? "disabled" : ""
|
|
6647
|
+
]])
|
|
6644
6648
|
}, [
|
|
6645
6649
|
p(e.$slots, "default", {}, void 0, !0)
|
|
6646
6650
|
], 2)),
|
|
6647
6651
|
e.$slots.pagination ? (o(), l("div", Fd, [
|
|
6648
6652
|
p(e.$slots, "pagination", {}, void 0, !0)
|
|
6649
|
-
])) : u("", !0)
|
|
6650
|
-
|
|
6651
|
-
], 46, Dd);
|
|
6653
|
+
])) : u("", !0)
|
|
6654
|
+
], 42, Dd);
|
|
6652
6655
|
}
|
|
6653
|
-
const
|
|
6656
|
+
const Pb = /* @__PURE__ */ v(Nd, [["render", Vd], ["__scopeId", "data-v-a756fba8"]]), Hd = {
|
|
6654
6657
|
name: "ecs-data-grid-row",
|
|
6655
6658
|
emits: ["rowdrop", "click", "collapse"],
|
|
6656
6659
|
props: {
|
|
@@ -6692,11 +6695,11 @@ const Tb = /* @__PURE__ */ v(Nd, [["render", Hd], ["__scopeId", "data-v-67fc9746
|
|
|
6692
6695
|
beforeUnmount() {
|
|
6693
6696
|
this.mouseEvent && this.$refs.grid_row.removeEventListener(this.mouseEvent, this.handleRowClick);
|
|
6694
6697
|
}
|
|
6695
|
-
},
|
|
6698
|
+
}, qd = {
|
|
6696
6699
|
key: 1,
|
|
6697
6700
|
class: "ecs-data-grid-row-block"
|
|
6698
6701
|
};
|
|
6699
|
-
function
|
|
6702
|
+
function Wd(e, s, t, a, n, i) {
|
|
6700
6703
|
return o(), l("div", {
|
|
6701
6704
|
class: h(["ecs-data-grid-row", [t.state, t.type == "header" ? "header-row" : "", t.mouseEvent === "click" || t.clickable === !0 ? "clickable" : ""]]),
|
|
6702
6705
|
ref: "grid_row",
|
|
@@ -6707,14 +6710,14 @@ function jd(e, s, t, a, n, i) {
|
|
|
6707
6710
|
onClick: s[0] || (s[0] = (...r) => i.handleDropzoneClick && i.handleDropzoneClick(...r)),
|
|
6708
6711
|
class: "ecs-data-grid-row-drop-zone"
|
|
6709
6712
|
})) : u("", !0),
|
|
6710
|
-
t.state == "disabled" ? (o(), l("div",
|
|
6713
|
+
t.state == "disabled" ? (o(), l("div", qd)) : u("", !0),
|
|
6711
6714
|
p(e.$slots, "default", {}, void 0, !0)
|
|
6712
6715
|
], 2);
|
|
6713
6716
|
}
|
|
6714
|
-
const
|
|
6717
|
+
const jd = /* @__PURE__ */ v(Hd, [["render", Wd], ["__scopeId", "data-v-16b82e41"]]), Ud = {
|
|
6715
6718
|
name: "ecs-data-grid-row-group",
|
|
6716
6719
|
components: {
|
|
6717
|
-
EcsDataGridRow:
|
|
6720
|
+
EcsDataGridRow: jd
|
|
6718
6721
|
},
|
|
6719
6722
|
props: {
|
|
6720
6723
|
/** Determines the state of the table row. */
|
|
@@ -6750,13 +6753,13 @@ const Ud = /* @__PURE__ */ v(qd, [["render", jd], ["__scopeId", "data-v-16b82e41
|
|
|
6750
6753
|
this.isCollapsed = e;
|
|
6751
6754
|
}
|
|
6752
6755
|
}
|
|
6753
|
-
},
|
|
6756
|
+
}, Gd = {
|
|
6754
6757
|
class: "ecs-data-grid-row-group",
|
|
6755
6758
|
role: "rowgroup"
|
|
6756
|
-
},
|
|
6757
|
-
function
|
|
6759
|
+
}, Kd = ["aria-hidden"];
|
|
6760
|
+
function Yd(e, s, t, a, n, i) {
|
|
6758
6761
|
const r = g("ecs-data-grid-row");
|
|
6759
|
-
return o(), l("div",
|
|
6762
|
+
return o(), l("div", Gd, [
|
|
6760
6763
|
_(r, {
|
|
6761
6764
|
type: t.headerRowType,
|
|
6762
6765
|
onCollapse: i.handleCollapse
|
|
@@ -6771,10 +6774,10 @@ function Xd(e, s, t, a, n, i) {
|
|
|
6771
6774
|
"aria-hidden": n.isCollapsed || null
|
|
6772
6775
|
}, [
|
|
6773
6776
|
p(e.$slots, "rows", {}, void 0, !0)
|
|
6774
|
-
], 10,
|
|
6777
|
+
], 10, Kd)
|
|
6775
6778
|
]);
|
|
6776
6779
|
}
|
|
6777
|
-
const
|
|
6780
|
+
const Tb = /* @__PURE__ */ v(Ud, [["render", Yd], ["__scopeId", "data-v-9382f10e"]]), Xd = {
|
|
6778
6781
|
name: "ecs-select",
|
|
6779
6782
|
emits: [
|
|
6780
6783
|
"focus",
|
|
@@ -6849,17 +6852,17 @@ const Mb = /* @__PURE__ */ v(Gd, [["render", Xd], ["__scopeId", "data-v-9382f10e
|
|
|
6849
6852
|
t && (t.selected = !0), e !== this.currentValue && (this.currentValue = e);
|
|
6850
6853
|
}
|
|
6851
6854
|
}
|
|
6852
|
-
},
|
|
6855
|
+
}, Zd = ["disabled", "required", "id", "name"], Jd = {
|
|
6853
6856
|
key: 0,
|
|
6854
6857
|
value: "",
|
|
6855
6858
|
disabled: "",
|
|
6856
6859
|
selected: "",
|
|
6857
6860
|
hidden: ""
|
|
6858
|
-
},
|
|
6861
|
+
}, Qd = {
|
|
6859
6862
|
key: 0,
|
|
6860
6863
|
class: "placeholder"
|
|
6861
6864
|
};
|
|
6862
|
-
function
|
|
6865
|
+
function eu(e, s, t, a, n, i) {
|
|
6863
6866
|
return o(), l("div", {
|
|
6864
6867
|
class: h(["ecs-form-select", [i.sizeClass, i.typeClass, t.disabled ? "disabled" : null]])
|
|
6865
6868
|
}, [
|
|
@@ -6875,13 +6878,13 @@ function tu(e, s, t, a, n, i) {
|
|
|
6875
6878
|
id: t.id,
|
|
6876
6879
|
name: t.name
|
|
6877
6880
|
}), [
|
|
6878
|
-
t.placeholder ? (o(), l("option",
|
|
6881
|
+
t.placeholder ? (o(), l("option", Jd)) : u("", !0),
|
|
6879
6882
|
p(e.$slots, "default", {}, void 0, !0)
|
|
6880
|
-
], 16,
|
|
6881
|
-
t.placeholder && n.currentValue == "" ? (o(), l("span",
|
|
6883
|
+
], 16, Zd),
|
|
6884
|
+
t.placeholder && n.currentValue == "" ? (o(), l("span", Qd, w(t.placeholder), 1)) : u("", !0)
|
|
6882
6885
|
], 2);
|
|
6883
6886
|
}
|
|
6884
|
-
const js = /* @__PURE__ */ v(
|
|
6887
|
+
const js = /* @__PURE__ */ v(Xd, [["render", eu], ["__scopeId", "data-v-da6f533f"]]), tu = {
|
|
6885
6888
|
name: "ecs-data-grid-head-cell",
|
|
6886
6889
|
emits: ["resizedWidth", "sortby", "selection"],
|
|
6887
6890
|
components: {
|
|
@@ -7112,27 +7115,27 @@ const js = /* @__PURE__ */ v(Zd, [["render", tu], ["__scopeId", "data-v-da6f533f
|
|
|
7112
7115
|
unmounted() {
|
|
7113
7116
|
this.resizeObserver && this.resizeObserver.disconnect();
|
|
7114
7117
|
}
|
|
7115
|
-
},
|
|
7118
|
+
}, su = ["aria-sort", "aria-label"], iu = ["data-column", "data-test"], nu = {
|
|
7116
7119
|
key: 0,
|
|
7117
7120
|
class: "first-cell-spacer"
|
|
7118
|
-
},
|
|
7121
|
+
}, au = {
|
|
7119
7122
|
key: 1,
|
|
7120
7123
|
class: "ecs-data-grid-head-cell-prefix"
|
|
7121
|
-
},
|
|
7124
|
+
}, ou = ["title"], ru = ["selected", "value"], lu = ["title"], cu = ["title"], du = {
|
|
7122
7125
|
width: "14",
|
|
7123
7126
|
height: "20",
|
|
7124
7127
|
viewBox: "0 0 14 20",
|
|
7125
7128
|
fill: "none",
|
|
7126
7129
|
xmlns: "http://www.w3.org/2000/svg"
|
|
7127
|
-
},
|
|
7130
|
+
}, uu = ["stroke", "stroke-width", "opacity"], fu = ["stroke", "stroke-width", "opacity"], gu = {
|
|
7128
7131
|
key: 6,
|
|
7129
7132
|
class: "ecs-data-grid-head-cell-suffix"
|
|
7130
7133
|
};
|
|
7131
|
-
function
|
|
7134
|
+
function mu(e, s, t, a, n, i) {
|
|
7132
7135
|
const r = g("ecs-icon"), c = g("ecs-select"), d = g("ecs-focus-ring");
|
|
7133
7136
|
return o(), l("div", {
|
|
7134
7137
|
class: h(["ecs-data-grid-head-cell", [t.fixedLeft ? "fixed-left" : "", t.fixedLeftLast ? "fixed-left-last" : "", t.fixedRight ? "fixed-right" : ""]]),
|
|
7135
|
-
style:
|
|
7138
|
+
style: B([i.widthType === "string" ? i.widthStyles : {}, i.fixedStyles]),
|
|
7136
7139
|
role: "columnheader",
|
|
7137
7140
|
"aria-sort": i.ariaSort,
|
|
7138
7141
|
"aria-label": t.icon ? t.name : null
|
|
@@ -7144,12 +7147,12 @@ function pu(e, s, t, a, n, i) {
|
|
|
7144
7147
|
f("div", {
|
|
7145
7148
|
ref: "resizer",
|
|
7146
7149
|
class: h(["ecs-data-grid-head-cell-inner", t.resizable ? "resizable" : ""]),
|
|
7147
|
-
style:
|
|
7150
|
+
style: B([i.widthType === "number" ? i.widthStyles : { width: "100%" }, i.paddingStyles, i.resizeStyles, t.styles]),
|
|
7148
7151
|
"data-column": i.computedId,
|
|
7149
7152
|
"data-test": i.computedId
|
|
7150
7153
|
}, [
|
|
7151
|
-
t.firstNonStaticCell ? (o(), l("div",
|
|
7152
|
-
e.$slots.prefix ? (o(), l("div",
|
|
7154
|
+
t.firstNonStaticCell ? (o(), l("div", nu)) : u("", !0),
|
|
7155
|
+
e.$slots.prefix ? (o(), l("div", au, [
|
|
7153
7156
|
p(e.$slots, "prefix", {}, void 0, !0)
|
|
7154
7157
|
])) : u("", !0),
|
|
7155
7158
|
t.icon ? (o(), l("div", {
|
|
@@ -7162,7 +7165,7 @@ function pu(e, s, t, a, n, i) {
|
|
|
7162
7165
|
size: "20",
|
|
7163
7166
|
color: "#202127"
|
|
7164
7167
|
}, null, 8, ["type"])
|
|
7165
|
-
], 8,
|
|
7168
|
+
], 8, ou)) : t.select ? (o(), b(c, {
|
|
7166
7169
|
key: 3,
|
|
7167
7170
|
modelValue: n.selectCellValue,
|
|
7168
7171
|
"onUpdate:modelValue": s[0] || (s[0] = (m) => n.selectCellValue = m),
|
|
@@ -7174,14 +7177,14 @@ function pu(e, s, t, a, n, i) {
|
|
|
7174
7177
|
key: y,
|
|
7175
7178
|
selected: m.selected,
|
|
7176
7179
|
value: m.value
|
|
7177
|
-
}, w(m.name), 9,
|
|
7180
|
+
}, w(m.name), 9, ru))), 128))
|
|
7178
7181
|
]),
|
|
7179
7182
|
_: 1
|
|
7180
7183
|
}, 8, ["modelValue"])) : (o(), l("div", {
|
|
7181
7184
|
key: 4,
|
|
7182
7185
|
class: "ecs-data-grid-head-cell-text",
|
|
7183
7186
|
title: t.name
|
|
7184
|
-
}, w(t.name), 9,
|
|
7187
|
+
}, w(t.name), 9, lu)),
|
|
7185
7188
|
p(e.$slots, "default", {}, void 0, !0),
|
|
7186
7189
|
t.sortable ? (o(), l("button", {
|
|
7187
7190
|
key: 5,
|
|
@@ -7189,7 +7192,7 @@ function pu(e, s, t, a, n, i) {
|
|
|
7189
7192
|
class: h(["sort-button", t.sorting]),
|
|
7190
7193
|
title: i.sortTitle
|
|
7191
7194
|
}, [
|
|
7192
|
-
(o(), l("svg",
|
|
7195
|
+
(o(), l("svg", du, [
|
|
7193
7196
|
f("path", {
|
|
7194
7197
|
d: "M3.99023 11.802L6.76923 14.722L9.54823 11.802",
|
|
7195
7198
|
stroke: t.sorting == "desc" ? "#157EFB" : "#B9BCC2",
|
|
@@ -7197,7 +7200,7 @@ function pu(e, s, t, a, n, i) {
|
|
|
7197
7200
|
opacity: t.sorting == "desc" || t.sorting == "none" ? "1" : "0.5",
|
|
7198
7201
|
"stroke-linecap": "round",
|
|
7199
7202
|
"stroke-linejoin": "round"
|
|
7200
|
-
}, null, 8,
|
|
7203
|
+
}, null, 8, uu),
|
|
7201
7204
|
f("path", {
|
|
7202
7205
|
d: "M3.99023 8.722L6.76923 5.802L9.54823 8.722",
|
|
7203
7206
|
stroke: t.sorting == "asc" ? "#157EFB" : "#B9BCC2",
|
|
@@ -7205,21 +7208,21 @@ function pu(e, s, t, a, n, i) {
|
|
|
7205
7208
|
opacity: t.sorting == "asc" || t.sorting == "none" ? "1" : "0.5",
|
|
7206
7209
|
"stroke-linecap": "round",
|
|
7207
7210
|
"stroke-linejoin": "round"
|
|
7208
|
-
}, null, 8,
|
|
7211
|
+
}, null, 8, fu)
|
|
7209
7212
|
])),
|
|
7210
7213
|
_(d)
|
|
7211
|
-
], 10,
|
|
7212
|
-
e.$slots.suffix ? (o(), l("div",
|
|
7214
|
+
], 10, cu)) : u("", !0),
|
|
7215
|
+
e.$slots.suffix ? (o(), l("div", gu, [
|
|
7213
7216
|
p(e.$slots, "suffix", {}, void 0, !0)
|
|
7214
7217
|
])) : u("", !0)
|
|
7215
|
-
], 14,
|
|
7218
|
+
], 14, iu),
|
|
7216
7219
|
t.fixedLeftLast ? (o(), l("div", {
|
|
7217
7220
|
key: 1,
|
|
7218
7221
|
class: h(["shadow", t.fixedLeftLast ? "right" : ""])
|
|
7219
7222
|
}, null, 2)) : u("", !0)
|
|
7220
|
-
], 14,
|
|
7223
|
+
], 14, su);
|
|
7221
7224
|
}
|
|
7222
|
-
const
|
|
7225
|
+
const Mb = /* @__PURE__ */ v(tu, [["render", mu], ["__scopeId", "data-v-94524488"]]), pu = {
|
|
7223
7226
|
name: "ecs-data-grid-group",
|
|
7224
7227
|
props: {
|
|
7225
7228
|
/** Determines if this cell group should be shown. Avoid showing more than 1 group at the same time. */
|
|
@@ -7233,19 +7236,19 @@ const Lb = /* @__PURE__ */ v(su, [["render", pu], ["__scopeId", "data-v-94524488
|
|
|
7233
7236
|
//required: true
|
|
7234
7237
|
}
|
|
7235
7238
|
}
|
|
7236
|
-
},
|
|
7237
|
-
function
|
|
7239
|
+
}, hu = ["aria-labeled-by"];
|
|
7240
|
+
function vu(e, s, t, a, n, i) {
|
|
7238
7241
|
return Ge((o(), l("div", {
|
|
7239
7242
|
class: "ecs-data-grid-group",
|
|
7240
7243
|
role: "tabpanel",
|
|
7241
7244
|
"aria-labeled-by": t.ariaLabeledBy
|
|
7242
7245
|
}, [
|
|
7243
7246
|
t.show ? p(e.$slots, "default", { key: 0 }, void 0, !0) : u("", !0)
|
|
7244
|
-
], 8,
|
|
7247
|
+
], 8, hu)), [
|
|
7245
7248
|
[gt, t.show]
|
|
7246
7249
|
]);
|
|
7247
7250
|
}
|
|
7248
|
-
const
|
|
7251
|
+
const Lb = /* @__PURE__ */ v(pu, [["render", vu], ["__scopeId", "data-v-ee025ab5"]]), yu = {
|
|
7249
7252
|
name: "ecs-data-grid-cell",
|
|
7250
7253
|
emits: ["collapse"],
|
|
7251
7254
|
components: {
|
|
@@ -7374,15 +7377,15 @@ const Ob = /* @__PURE__ */ v(hu, [["render", yu], ["__scopeId", "data-v-ee025ab5
|
|
|
7374
7377
|
created() {
|
|
7375
7378
|
this.cellWidth = this.width, this.cellFixedLeftOffset = this.fixedLeftOffset;
|
|
7376
7379
|
}
|
|
7377
|
-
},
|
|
7380
|
+
}, bu = (e) => (ye("data-v-0910be15"), e = e(), be(), e), _u = ["data-column", "data-test"], ku = {
|
|
7378
7381
|
key: 0,
|
|
7379
7382
|
class: "first-cell-spacer"
|
|
7380
|
-
},
|
|
7381
|
-
function
|
|
7383
|
+
}, wu = /* @__PURE__ */ bu(() => /* @__PURE__ */ f("div", { class: "group-spacer" }, null, -1));
|
|
7384
|
+
function Su(e, s, t, a, n, i) {
|
|
7382
7385
|
const r = g("ecs-button-collapse");
|
|
7383
7386
|
return o(), l("div", {
|
|
7384
7387
|
class: h(["ecs-data-grid-cell", [t.fixedLeft ? "fixed-left" : "", t.fixedLeftLast ? "fixed-left-last" : "", t.fixedRight ? "fixed-right" : ""]]),
|
|
7385
|
-
style:
|
|
7388
|
+
style: B([i.widthType === "string" ? i.widthStyles : {}, i.fixedStyles]),
|
|
7386
7389
|
role: "cell"
|
|
7387
7390
|
}, [
|
|
7388
7391
|
t.fixedRight ? (o(), l("div", {
|
|
@@ -7391,12 +7394,12 @@ function Cu(e, s, t, a, n, i) {
|
|
|
7391
7394
|
}, null, 2)) : u("", !0),
|
|
7392
7395
|
f("div", {
|
|
7393
7396
|
class: "ecs-data-grid-cell-inner",
|
|
7394
|
-
style:
|
|
7397
|
+
style: B([i.widthType === "number" ? i.widthStyles : { width: "100%" }, i.paddingStyles, t.styles]),
|
|
7395
7398
|
"data-column": i.computedId,
|
|
7396
7399
|
"data-test": i.computedId
|
|
7397
7400
|
}, [
|
|
7398
|
-
t.firstNonStaticCell ? (o(), l("div",
|
|
7399
|
-
|
|
7401
|
+
t.firstNonStaticCell ? (o(), l("div", ku)) : u("", !0),
|
|
7402
|
+
wu,
|
|
7400
7403
|
t.hasCollapse ? (o(), b(r, {
|
|
7401
7404
|
key: 1,
|
|
7402
7405
|
onClick: i.handleCollapseClick,
|
|
@@ -7404,25 +7407,25 @@ function Cu(e, s, t, a, n, i) {
|
|
|
7404
7407
|
type: "chevron"
|
|
7405
7408
|
}, null, 8, ["onClick", "collapsed"])) : u("", !0),
|
|
7406
7409
|
p(e.$slots, "default", {}, void 0, !0)
|
|
7407
|
-
], 12,
|
|
7410
|
+
], 12, _u),
|
|
7408
7411
|
t.fixedLeftLast ? (o(), l("div", {
|
|
7409
7412
|
key: 1,
|
|
7410
7413
|
class: h(["shadow", t.fixedLeftLast ? "right" : ""])
|
|
7411
7414
|
}, null, 2)) : u("", !0)
|
|
7412
7415
|
], 6);
|
|
7413
7416
|
}
|
|
7414
|
-
const
|
|
7417
|
+
const Ob = /* @__PURE__ */ v(yu, [["render", Su], ["__scopeId", "data-v-0910be15"]]), Cu = {
|
|
7415
7418
|
name: "ecs-data-list"
|
|
7416
|
-
},
|
|
7419
|
+
}, xu = {
|
|
7417
7420
|
class: "ecs-data-list",
|
|
7418
7421
|
role: "list"
|
|
7419
7422
|
};
|
|
7420
|
-
function
|
|
7421
|
-
return o(), l("div",
|
|
7423
|
+
function Bu(e, s, t, a, n, i) {
|
|
7424
|
+
return o(), l("div", xu, [
|
|
7422
7425
|
p(e.$slots, "default")
|
|
7423
7426
|
]);
|
|
7424
7427
|
}
|
|
7425
|
-
const
|
|
7428
|
+
const Ab = /* @__PURE__ */ v(Cu, [["render", Bu]]), zu = {
|
|
7426
7429
|
name: "ecs-data-list-item",
|
|
7427
7430
|
emits: ["toggled"],
|
|
7428
7431
|
components: { EcsButtonMore: Ds, EcsSkeletonLoader: Ce },
|
|
@@ -7525,8 +7528,8 @@ const Nb = /* @__PURE__ */ v(xu, [["render", zu]]), Iu = {
|
|
|
7525
7528
|
created() {
|
|
7526
7529
|
this.expandId = this.generateUniqueId(), this.definitionId = this.generateUniqueId();
|
|
7527
7530
|
}
|
|
7528
|
-
},
|
|
7529
|
-
function
|
|
7531
|
+
}, Iu = ["id"], Eu = ["aria-busy", "aria-labelledby"], $u = ["aria-valuenow"], Pu = ["id", "aria-hidden"];
|
|
7532
|
+
function Tu(e, s, t, a, n, i) {
|
|
7530
7533
|
const r = g("ecs-button-more"), c = g("ecs-skeleton-loader");
|
|
7531
7534
|
return o(), l("div", null, [
|
|
7532
7535
|
f("div", {
|
|
@@ -7555,7 +7558,7 @@ function Mu(e, s, t, a, n, i) {
|
|
|
7555
7558
|
"aria-expanded": n.isVisible ? "true" : "false",
|
|
7556
7559
|
onClick: i.toggleCollapse
|
|
7557
7560
|
}, null, 8, ["active", "aria-controls", "aria-expanded", "onClick"])) : u("", !0)
|
|
7558
|
-
], 8,
|
|
7561
|
+
], 8, Iu)) : u("", !0),
|
|
7559
7562
|
f("div", {
|
|
7560
7563
|
class: h(["ecs-data-list-data", [
|
|
7561
7564
|
t.escape ? "ecs-data-list-data-escape" : "",
|
|
@@ -7575,10 +7578,10 @@ function Mu(e, s, t, a, n, i) {
|
|
|
7575
7578
|
key: 2,
|
|
7576
7579
|
class: "progress",
|
|
7577
7580
|
role: "progressbar",
|
|
7578
|
-
style:
|
|
7581
|
+
style: B({ width: t.progress + "%" }),
|
|
7579
7582
|
"aria-valuenow": t.progress
|
|
7580
|
-
}, null, 12,
|
|
7581
|
-
], 10,
|
|
7583
|
+
}, null, 12, $u)) : u("", !0)
|
|
7584
|
+
], 10, Eu)
|
|
7582
7585
|
], 2),
|
|
7583
7586
|
e.$slots.collapse ? (o(), l("div", {
|
|
7584
7587
|
key: 0,
|
|
@@ -7588,10 +7591,10 @@ function Mu(e, s, t, a, n, i) {
|
|
|
7588
7591
|
"aria-hidden": n.isVisible ? "false" : "true"
|
|
7589
7592
|
}, [
|
|
7590
7593
|
p(e.$slots, "collapse", {}, void 0, !0)
|
|
7591
|
-
], 10,
|
|
7594
|
+
], 10, Pu)) : u("", !0)
|
|
7592
7595
|
]);
|
|
7593
7596
|
}
|
|
7594
|
-
const
|
|
7597
|
+
const Nb = /* @__PURE__ */ v(zu, [["render", Tu], ["__scopeId", "data-v-4da2f2f8"]]), Mu = {
|
|
7595
7598
|
name: "ecs-dialog",
|
|
7596
7599
|
emits: ["toggled", "cancel"],
|
|
7597
7600
|
props: {
|
|
@@ -7652,15 +7655,15 @@ const Db = /* @__PURE__ */ v(Iu, [["render", Mu], ["__scopeId", "data-v-4da2f2f8
|
|
|
7652
7655
|
this.$refs.dialog.showModal(), document.addEventListener("keyup", this.keyUpHandler), this.$refs.dialog.focus();
|
|
7653
7656
|
}));
|
|
7654
7657
|
}
|
|
7655
|
-
},
|
|
7656
|
-
function
|
|
7658
|
+
}, Lu = { class: "ecs-dialog-body scrollbar scrollbar-sml" };
|
|
7659
|
+
function Ou(e, s, t, a, n, i) {
|
|
7657
7660
|
return n.lazyLoad ? (o(), l("dialog", {
|
|
7658
7661
|
key: 0,
|
|
7659
7662
|
ref: "dialog",
|
|
7660
7663
|
class: h(["ecs-dialog-" + t.size, "ecs-dialog"]),
|
|
7661
7664
|
onKeydown: s[0] || (s[0] = G((...r) => i.handleEnterKey && i.handleEnterKey(...r), ["enter"]))
|
|
7662
7665
|
}, [
|
|
7663
|
-
f("div",
|
|
7666
|
+
f("div", Lu, [
|
|
7664
7667
|
p(e.$slots, "default")
|
|
7665
7668
|
]),
|
|
7666
7669
|
e.$slots.actions ? (o(), l("div", {
|
|
@@ -7671,7 +7674,7 @@ function Au(e, s, t, a, n, i) {
|
|
|
7671
7674
|
], 2)) : u("", !0)
|
|
7672
7675
|
], 34)) : u("", !0);
|
|
7673
7676
|
}
|
|
7674
|
-
const
|
|
7677
|
+
const Db = /* @__PURE__ */ v(Mu, [["render", Ou]]), Au = {
|
|
7675
7678
|
__name: "state-icon",
|
|
7676
7679
|
props: {
|
|
7677
7680
|
/** The identifier of the icon which should show up. */
|
|
@@ -7735,7 +7738,7 @@ const Rb = /* @__PURE__ */ v(Lu, [["render", Au]]), Nu = {
|
|
|
7735
7738
|
));
|
|
7736
7739
|
}), (n, i) => (o(), l("div", {
|
|
7737
7740
|
class: h(["ecs-state-icon", e.iconColor]),
|
|
7738
|
-
style:
|
|
7741
|
+
style: B(t.value)
|
|
7739
7742
|
}, [
|
|
7740
7743
|
(o(), b(Pe(ae(a)), {
|
|
7741
7744
|
height: e.size,
|
|
@@ -7743,10 +7746,10 @@ const Rb = /* @__PURE__ */ v(Lu, [["render", Au]]), Nu = {
|
|
|
7743
7746
|
}, null, 8, ["height", "width"]))
|
|
7744
7747
|
], 6));
|
|
7745
7748
|
}
|
|
7746
|
-
},
|
|
7749
|
+
}, Nu = /* @__PURE__ */ v(Au, [["__scopeId", "data-v-ff6feac1"]]), Du = {
|
|
7747
7750
|
name: "ecs-dialog-header",
|
|
7748
7751
|
components: {
|
|
7749
|
-
EcsStateIcon:
|
|
7752
|
+
EcsStateIcon: Nu
|
|
7750
7753
|
},
|
|
7751
7754
|
props: {
|
|
7752
7755
|
/** Adds an icon to the dialog header. The prop value must match a specific icons name. The list of available icon names can be found [here](https://github.com/everchron/ec-shards/tree/main/src/assets/icons). Only icons prefixed with `dialog` should be used here. */
|
|
@@ -7761,28 +7764,28 @@ const Rb = /* @__PURE__ */ v(Lu, [["render", Au]]), Nu = {
|
|
|
7761
7764
|
default: "neutral"
|
|
7762
7765
|
}
|
|
7763
7766
|
}
|
|
7764
|
-
},
|
|
7767
|
+
}, Ru = {
|
|
7765
7768
|
key: 0,
|
|
7766
7769
|
class: "ecs-dialog-headline"
|
|
7767
|
-
},
|
|
7770
|
+
}, Fu = {
|
|
7768
7771
|
key: 1,
|
|
7769
7772
|
class: "ecs-dialog-headline-plain"
|
|
7770
7773
|
};
|
|
7771
|
-
function
|
|
7774
|
+
function Vu(e, s, t, a, n, i) {
|
|
7772
7775
|
const r = g("ecs-state-icon");
|
|
7773
7776
|
return o(), l("div", null, [
|
|
7774
|
-
t.icon ? (o(), l("h3",
|
|
7777
|
+
t.icon ? (o(), l("h3", Ru, [
|
|
7775
7778
|
_(r, {
|
|
7776
7779
|
type: t.icon,
|
|
7777
7780
|
"icon-color": t.iconColor
|
|
7778
7781
|
}, null, 8, ["type", "icon-color"]),
|
|
7779
7782
|
p(e.$slots, "default", {}, void 0, !0)
|
|
7780
|
-
])) : (o(), l("h3",
|
|
7783
|
+
])) : (o(), l("h3", Fu, [
|
|
7781
7784
|
p(e.$slots, "default", {}, void 0, !0)
|
|
7782
7785
|
]))
|
|
7783
7786
|
]);
|
|
7784
7787
|
}
|
|
7785
|
-
const
|
|
7788
|
+
const Rb = /* @__PURE__ */ v(Du, [["render", Vu], ["__scopeId", "data-v-6e05c98b"]]), Hu = {
|
|
7786
7789
|
__name: "favicon",
|
|
7787
7790
|
props: {
|
|
7788
7791
|
/** The identifier of the favicon which should show up. */
|
|
@@ -7824,11 +7827,11 @@ const Fb = /* @__PURE__ */ v(Ru, [["render", Hu], ["__scopeId", "data-v-6e05c98b
|
|
|
7824
7827
|
viewBox: "0 0 20 20"
|
|
7825
7828
|
}, null, 8, ["alt"]));
|
|
7826
7829
|
}
|
|
7827
|
-
},
|
|
7830
|
+
}, qu = {
|
|
7828
7831
|
name: "ecs-directory-entry",
|
|
7829
7832
|
components: {
|
|
7830
7833
|
EcsIcon: M,
|
|
7831
|
-
EcsFavicon:
|
|
7834
|
+
EcsFavicon: Hu
|
|
7832
7835
|
},
|
|
7833
7836
|
props: {
|
|
7834
7837
|
/** Adds an icon to the list item. The prop value must match a specific icons name. The list of available icon names can be found [here](https://github.com/everchron/ec-shards/tree/main/src/assets/icons). */
|
|
@@ -7847,10 +7850,10 @@ const Fb = /* @__PURE__ */ v(Ru, [["render", Hu], ["__scopeId", "data-v-6e05c98b
|
|
|
7847
7850
|
mounted() {
|
|
7848
7851
|
!this.icon && !this.favicon && console.warn("Icon or Favicon prop is required for ecs-directory-entry component");
|
|
7849
7852
|
}
|
|
7850
|
-
},
|
|
7851
|
-
function
|
|
7853
|
+
}, Wu = { class: "ecs-directory-entry" }, ju = { class: "items" };
|
|
7854
|
+
function Uu(e, s, t, a, n, i) {
|
|
7852
7855
|
const r = g("ecs-icon"), c = g("ecs-favicon");
|
|
7853
|
-
return o(), l("div",
|
|
7856
|
+
return o(), l("div", Wu, [
|
|
7854
7857
|
t.icon ? (o(), b(r, {
|
|
7855
7858
|
key: 0,
|
|
7856
7859
|
type: t.icon,
|
|
@@ -7862,14 +7865,14 @@ function Gu(e, s, t, a, n, i) {
|
|
|
7862
7865
|
t.indicator ? (o(), l("div", {
|
|
7863
7866
|
key: 2,
|
|
7864
7867
|
class: "indicator",
|
|
7865
|
-
style:
|
|
7868
|
+
style: B("background-color:" + t.indicator)
|
|
7866
7869
|
}, null, 4)) : u("", !0),
|
|
7867
|
-
f("div",
|
|
7870
|
+
f("div", ju, [
|
|
7868
7871
|
p(e.$slots, "default", {}, void 0, !0)
|
|
7869
7872
|
])
|
|
7870
7873
|
]);
|
|
7871
7874
|
}
|
|
7872
|
-
const
|
|
7875
|
+
const Fb = /* @__PURE__ */ v(qu, [["render", Uu], ["__scopeId", "data-v-800f5f8e"]]), Gu = {
|
|
7873
7876
|
name: "ecs-document-state",
|
|
7874
7877
|
components: {
|
|
7875
7878
|
EcsIcon: M
|
|
@@ -7891,40 +7894,40 @@ const Vb = /* @__PURE__ */ v(Wu, [["render", Gu], ["__scopeId", "data-v-800f5f8e
|
|
|
7891
7894
|
default: !1
|
|
7892
7895
|
}
|
|
7893
7896
|
}
|
|
7894
|
-
},
|
|
7897
|
+
}, Ku = ["aria-busy"], Yu = {
|
|
7895
7898
|
key: 0,
|
|
7896
7899
|
class: "txt"
|
|
7897
|
-
},
|
|
7900
|
+
}, Xu = {
|
|
7898
7901
|
key: 1,
|
|
7899
7902
|
class: "no-txt"
|
|
7900
|
-
},
|
|
7903
|
+
}, Zu = {
|
|
7901
7904
|
key: 2,
|
|
7902
7905
|
class: "instant"
|
|
7903
|
-
},
|
|
7906
|
+
}, Ju = {
|
|
7904
7907
|
key: 3,
|
|
7905
7908
|
class: "no-instant"
|
|
7906
|
-
},
|
|
7909
|
+
}, Qu = {
|
|
7907
7910
|
key: 4,
|
|
7908
7911
|
class: "loading"
|
|
7909
7912
|
};
|
|
7910
|
-
function
|
|
7913
|
+
function ef(e, s, t, a, n, i) {
|
|
7911
7914
|
const r = g("ecs-icon");
|
|
7912
7915
|
return o(), l("div", {
|
|
7913
7916
|
class: "ecs-document-state",
|
|
7914
7917
|
"aria-busy": t.loading || null
|
|
7915
7918
|
}, [
|
|
7916
|
-
t.ocr ? (o(), l("div",
|
|
7917
|
-
t.instantView ? (o(), l("div",
|
|
7918
|
-
t.loading ? (o(), l("span",
|
|
7919
|
+
t.ocr ? (o(), l("div", Yu)) : (o(), l("div", Xu)),
|
|
7920
|
+
t.instantView ? (o(), l("div", Zu)) : (o(), l("div", Ju)),
|
|
7921
|
+
t.loading ? (o(), l("span", Qu, [
|
|
7919
7922
|
_(r, {
|
|
7920
7923
|
type: "loading",
|
|
7921
7924
|
size: "18",
|
|
7922
7925
|
color: "#202127"
|
|
7923
7926
|
})
|
|
7924
7927
|
])) : u("", !0)
|
|
7925
|
-
], 8,
|
|
7928
|
+
], 8, Ku);
|
|
7926
7929
|
}
|
|
7927
|
-
const
|
|
7930
|
+
const Vb = /* @__PURE__ */ v(Gu, [["render", ef], ["__scopeId", "data-v-00c4c6d7"]]), tf = {
|
|
7928
7931
|
props: {
|
|
7929
7932
|
/** The initial value of the chart as a percentage. */
|
|
7930
7933
|
value: {
|
|
@@ -7973,11 +7976,11 @@ const Hb = /* @__PURE__ */ v(Ku, [["render", tf], ["__scopeId", "data-v-00c4c6d7
|
|
|
7973
7976
|
return e / 100;
|
|
7974
7977
|
}
|
|
7975
7978
|
}
|
|
7976
|
-
},
|
|
7977
|
-
function
|
|
7979
|
+
}, sf = ["height", "width", "viewBox"], nf = ["cx", "cy", "r", "stroke", "stroke-width", "stroke-dasharray", "transform"], af = ["cx", "cy", "r", "stroke", "stroke-width", "stroke-dasharray", "stroke-dashoffset", "transform"];
|
|
7980
|
+
function of(e, s, t, a, n, i) {
|
|
7978
7981
|
return o(), l("div", {
|
|
7979
7982
|
class: "ecs-donut-chart",
|
|
7980
|
-
style:
|
|
7983
|
+
style: B(i.wrapperPadding)
|
|
7981
7984
|
}, [
|
|
7982
7985
|
(o(), l("svg", {
|
|
7983
7986
|
height: t.size,
|
|
@@ -7997,7 +8000,7 @@ function rf(e, s, t, a, n, i) {
|
|
|
7997
8000
|
"stroke-dashoffset": 0,
|
|
7998
8001
|
fill: "transparent",
|
|
7999
8002
|
transform: "rotate(-90 " + t.size / 2 + " " + t.size / 2 + ")"
|
|
8000
|
-
}, null, 8,
|
|
8003
|
+
}, null, 8, nf)) : u("", !0),
|
|
8001
8004
|
f("circle", {
|
|
8002
8005
|
cx: t.size / 2,
|
|
8003
8006
|
cy: t.size / 2,
|
|
@@ -8008,12 +8011,12 @@ function rf(e, s, t, a, n, i) {
|
|
|
8008
8011
|
"stroke-dashoffset": i.calculateStrokeDashOffset(t.value, i.circumference),
|
|
8009
8012
|
fill: "transparent",
|
|
8010
8013
|
transform: "rotate(-90 " + t.size / 2 + " " + t.size / 2 + ")"
|
|
8011
|
-
}, null, 8,
|
|
8014
|
+
}, null, 8, af)
|
|
8012
8015
|
])
|
|
8013
|
-
], 8,
|
|
8016
|
+
], 8, sf))
|
|
8014
8017
|
], 4);
|
|
8015
8018
|
}
|
|
8016
|
-
const
|
|
8019
|
+
const Hb = /* @__PURE__ */ v(tf, [["render", of], ["__scopeId", "data-v-851d95d9"]]), rf = {
|
|
8017
8020
|
name: "ecs-empty-state",
|
|
8018
8021
|
components: { EcsIcon: M },
|
|
8019
8022
|
props: {
|
|
@@ -8039,14 +8042,14 @@ const qb = /* @__PURE__ */ v(sf, [["render", rf], ["__scopeId", "data-v-851d95d9
|
|
|
8039
8042
|
return this.size == "sml" ? "100px" : "200px";
|
|
8040
8043
|
}
|
|
8041
8044
|
}
|
|
8042
|
-
},
|
|
8045
|
+
}, lf = ["aria-busy"], cf = {
|
|
8043
8046
|
key: 1,
|
|
8044
8047
|
class: "ecs-empty-state-loading"
|
|
8045
|
-
},
|
|
8048
|
+
}, df = {
|
|
8046
8049
|
key: 3,
|
|
8047
8050
|
class: "ecs-empty-state-actions"
|
|
8048
8051
|
};
|
|
8049
|
-
function
|
|
8052
|
+
function uf(e, s, t, a, n, i) {
|
|
8050
8053
|
const r = g("ecs-icon");
|
|
8051
8054
|
return o(), l("div", {
|
|
8052
8055
|
class: "ecs-empty-state",
|
|
@@ -8057,19 +8060,19 @@ function ff(e, s, t, a, n, i) {
|
|
|
8057
8060
|
type: t.type,
|
|
8058
8061
|
color: t.iconColor,
|
|
8059
8062
|
size: i.iconSize
|
|
8060
|
-
}, null, 8, ["type", "color", "size"])) : t.type == "loading" ? (o(), l("div",
|
|
8063
|
+
}, null, 8, ["type", "color", "size"])) : t.type == "loading" ? (o(), l("div", cf)) : u("", !0),
|
|
8061
8064
|
t.type != "loading" ? (o(), l("div", {
|
|
8062
8065
|
key: 2,
|
|
8063
8066
|
class: h(["ecs-empty-state-message", t.size])
|
|
8064
8067
|
}, [
|
|
8065
8068
|
p(e.$slots, "default", {}, void 0, !0)
|
|
8066
8069
|
], 2)) : u("", !0),
|
|
8067
|
-
e.$slots.actions ? (o(), l("div",
|
|
8070
|
+
e.$slots.actions ? (o(), l("div", df, [
|
|
8068
8071
|
p(e.$slots, "actions", {}, void 0, !0)
|
|
8069
8072
|
])) : u("", !0)
|
|
8070
|
-
], 8,
|
|
8073
|
+
], 8, lf);
|
|
8071
8074
|
}
|
|
8072
|
-
const
|
|
8075
|
+
const ff = /* @__PURE__ */ v(rf, [["render", uf], ["__scopeId", "data-v-5b37142c"]]), gf = {
|
|
8073
8076
|
props: {
|
|
8074
8077
|
/** The current progress value. */
|
|
8075
8078
|
value: {
|
|
@@ -8102,8 +8105,8 @@ const gf = /* @__PURE__ */ v(lf, [["render", ff], ["__scopeId", "data-v-5b37142c
|
|
|
8102
8105
|
return this.max !== null ? this.value : 100 * (this.value / this.computedMax);
|
|
8103
8106
|
}
|
|
8104
8107
|
}
|
|
8105
|
-
},
|
|
8106
|
-
function
|
|
8108
|
+
}, mf = ["aria-valuenow", "aria-valuemax"];
|
|
8109
|
+
function pf(e, s, t, a, n, i) {
|
|
8107
8110
|
return o(), l("div", {
|
|
8108
8111
|
class: "ecs-progress",
|
|
8109
8112
|
role: "progressbar",
|
|
@@ -8118,17 +8121,17 @@ function hf(e, s, t, a, n, i) {
|
|
|
8118
8121
|
t.infinite ? "ecs-progress-infinite" : "",
|
|
8119
8122
|
t.cancelled ? "ecs-progress-cancelled" : ""
|
|
8120
8123
|
]]),
|
|
8121
|
-
style:
|
|
8124
|
+
style: B({ width: 100 * (t.value / i.computedMax) + "%" })
|
|
8122
8125
|
}, null, 6)
|
|
8123
|
-
], 8,
|
|
8126
|
+
], 8, mf);
|
|
8124
8127
|
}
|
|
8125
|
-
const
|
|
8128
|
+
const hf = /* @__PURE__ */ v(gf, [["render", pf], ["__scopeId", "data-v-fc9084ab"]]), vf = {
|
|
8126
8129
|
name: "ecs-dropzone",
|
|
8127
8130
|
emits: ["onFileDrop", "cancel"],
|
|
8128
8131
|
components: {
|
|
8129
|
-
EcsEmptyState:
|
|
8132
|
+
EcsEmptyState: ff,
|
|
8130
8133
|
EcsSkeletonLoader: Ce,
|
|
8131
|
-
EcsProgress:
|
|
8134
|
+
EcsProgress: hf,
|
|
8132
8135
|
EcsButton: Se,
|
|
8133
8136
|
EcsFocusRing: L,
|
|
8134
8137
|
EcsFlexRow: Te,
|
|
@@ -8282,17 +8285,17 @@ const vf = /* @__PURE__ */ v(mf, [["render", hf], ["__scopeId", "data-v-fc9084ab
|
|
|
8282
8285
|
beforeUnmount() {
|
|
8283
8286
|
document.removeEventListener("dragenter", this.show);
|
|
8284
8287
|
}
|
|
8285
|
-
},
|
|
8288
|
+
}, yf = ["aria-busy", "aria-invalid"], bf = ["multiple"], _f = { key: 1 }, kf = { key: 1 }, wf = {
|
|
8286
8289
|
key: 2,
|
|
8287
8290
|
class: "ecs-dropzone-hint"
|
|
8288
|
-
},
|
|
8291
|
+
}, Sf = {
|
|
8289
8292
|
key: 3,
|
|
8290
8293
|
class: "ecs-dropzone-stats"
|
|
8291
|
-
},
|
|
8294
|
+
}, Cf = {
|
|
8292
8295
|
key: 4,
|
|
8293
8296
|
class: "ecs-dropzone-error-message"
|
|
8294
8297
|
};
|
|
8295
|
-
function
|
|
8298
|
+
function xf(e, s, t, a, n, i) {
|
|
8296
8299
|
const r = g("ecs-skeleton-loader"), c = g("ecs-focus-ring"), d = g("ecs-text"), m = g("ecs-sticker"), y = g("ecs-flex-row"), k = g("ecs-progress"), z = g("ecs-empty-state"), I = g("ecs-button");
|
|
8297
8300
|
return o(), l("div", {
|
|
8298
8301
|
class: h(["ecs-dropzone", [
|
|
@@ -8300,19 +8303,19 @@ function Bf(e, s, t, a, n, i) {
|
|
|
8300
8303
|
t.disabled ? "ecs-dropzone-disabled" : "",
|
|
8301
8304
|
n.dragging ? "ecs-dropzone-dragging" : ""
|
|
8302
8305
|
]]),
|
|
8303
|
-
onDragover: s[3] || (s[3] = (...
|
|
8304
|
-
onDragenter: s[4] || (s[4] = (...
|
|
8305
|
-
onDragleave: s[5] || (s[5] = (...
|
|
8306
|
-
onDrop: s[6] || (s[6] = U((...
|
|
8306
|
+
onDragover: s[3] || (s[3] = (...x) => i.handleDragOver && i.handleDragOver(...x)),
|
|
8307
|
+
onDragenter: s[4] || (s[4] = (...x) => i.handleDragEnter && i.handleDragEnter(...x)),
|
|
8308
|
+
onDragleave: s[5] || (s[5] = (...x) => i.handleDragLeave && i.handleDragLeave(...x)),
|
|
8309
|
+
onDrop: s[6] || (s[6] = U((...x) => i.drop && i.drop(...x), ["prevent"])),
|
|
8307
8310
|
"aria-busy": i.isBusy || null,
|
|
8308
8311
|
"aria-invalid": t.error || null
|
|
8309
8312
|
}, [
|
|
8310
8313
|
f("input", {
|
|
8311
|
-
onChange: s[0] || (s[0] = (...
|
|
8314
|
+
onChange: s[0] || (s[0] = (...x) => i.change && i.change(...x)),
|
|
8312
8315
|
type: "file",
|
|
8313
8316
|
multiple: t.multiple || null,
|
|
8314
8317
|
ref: "file"
|
|
8315
|
-
}, null, 40,
|
|
8318
|
+
}, null, 40, bf),
|
|
8316
8319
|
_(z, {
|
|
8317
8320
|
type: i.iconType,
|
|
8318
8321
|
iconColor: i.iconColor
|
|
@@ -8323,12 +8326,12 @@ function Bf(e, s, t, a, n, i) {
|
|
|
8323
8326
|
type: "single",
|
|
8324
8327
|
width: 100,
|
|
8325
8328
|
class: "ecs-dropzone-skeleton"
|
|
8326
|
-
})) : (o(), l("div",
|
|
8329
|
+
})) : (o(), l("div", _f, [
|
|
8327
8330
|
e.$slots.customlabel ? u("", !0) : (o(), l(J, { key: 0 }, [
|
|
8328
8331
|
D(" Drag and drop your " + w(t.fileTypeLabel) + " or ", 1),
|
|
8329
8332
|
f("i", {
|
|
8330
|
-
onClick: s[1] || (s[1] = (...
|
|
8331
|
-
onKeydown: s[2] || (s[2] = G((...
|
|
8333
|
+
onClick: s[1] || (s[1] = (...x) => i.browseFile && i.browseFile(...x)),
|
|
8334
|
+
onKeydown: s[2] || (s[2] = G((...x) => i.browseFile && i.browseFile(...x), ["enter"])),
|
|
8332
8335
|
tabindex: "0"
|
|
8333
8336
|
}, [
|
|
8334
8337
|
D("browse"),
|
|
@@ -8336,13 +8339,13 @@ function Bf(e, s, t, a, n, i) {
|
|
|
8336
8339
|
], 32),
|
|
8337
8340
|
D(" to upload. ")
|
|
8338
8341
|
], 64)),
|
|
8339
|
-
e.$slots.customlabel ? (o(), l("div",
|
|
8342
|
+
e.$slots.customlabel ? (o(), l("div", kf, [
|
|
8340
8343
|
p(e.$slots, "customlabel", {}, void 0, !0)
|
|
8341
8344
|
])) : u("", !0),
|
|
8342
|
-
e.$slots.hint && !t.uploadStats.show ? (o(), l("div",
|
|
8345
|
+
e.$slots.hint && !t.uploadStats.show ? (o(), l("div", wf, [
|
|
8343
8346
|
p(e.$slots, "hint", {}, void 0, !0)
|
|
8344
8347
|
])) : u("", !0),
|
|
8345
|
-
t.uploadStats.show ? (o(), l("div",
|
|
8348
|
+
t.uploadStats.show ? (o(), l("div", Sf, [
|
|
8346
8349
|
_(y, {
|
|
8347
8350
|
gap: 8,
|
|
8348
8351
|
justify: "center"
|
|
@@ -8384,7 +8387,7 @@ function Bf(e, s, t, a, n, i) {
|
|
|
8384
8387
|
_: 1
|
|
8385
8388
|
})
|
|
8386
8389
|
])) : u("", !0),
|
|
8387
|
-
t.error && t.errorMessage ? (o(), l("div",
|
|
8390
|
+
t.error && t.errorMessage ? (o(), l("div", Cf, w(t.errorMessage), 1)) : u("", !0)
|
|
8388
8391
|
])),
|
|
8389
8392
|
t.loading || t.progress ? (o(), b(k, {
|
|
8390
8393
|
key: 2,
|
|
@@ -8407,9 +8410,9 @@ function Bf(e, s, t, a, n, i) {
|
|
|
8407
8410
|
]),
|
|
8408
8411
|
_: 1
|
|
8409
8412
|
}, 8, ["onClick", "icon"])) : u("", !0)
|
|
8410
|
-
], 42,
|
|
8413
|
+
], 42, yf);
|
|
8411
8414
|
}
|
|
8412
|
-
const
|
|
8415
|
+
const qb = /* @__PURE__ */ v(vf, [["render", xf], ["__scopeId", "data-v-973ea74d"]]), Bf = {
|
|
8413
8416
|
name: "ecs-entry-link",
|
|
8414
8417
|
emits: ["linkClick", "linkClickExternal", "moreClick"],
|
|
8415
8418
|
components: {
|
|
@@ -8469,14 +8472,14 @@ const Wb = /* @__PURE__ */ v(yf, [["render", Bf], ["__scopeId", "data-v-973ea74d
|
|
|
8469
8472
|
this.$emit("moreClick", e);
|
|
8470
8473
|
}
|
|
8471
8474
|
}
|
|
8472
|
-
},
|
|
8475
|
+
}, zf = ["title"], If = {
|
|
8473
8476
|
key: 1,
|
|
8474
8477
|
class: "prepend"
|
|
8475
|
-
},
|
|
8478
|
+
}, Ef = ["title"], $f = {
|
|
8476
8479
|
key: 2,
|
|
8477
8480
|
class: "append"
|
|
8478
8481
|
};
|
|
8479
|
-
function
|
|
8482
|
+
function Pf(e, s, t, a, n, i) {
|
|
8480
8483
|
const r = g("ecs-icon"), c = g("ecs-sticker"), d = g("ecs-focus-ring"), m = g("ecs-button-more");
|
|
8481
8484
|
return o(), l("div", {
|
|
8482
8485
|
onClick: s[0] || (s[0] = U((...y) => i.handleClick && i.handleClick(...y), ["stop"])),
|
|
@@ -8499,15 +8502,15 @@ function Tf(e, s, t, a, n, i) {
|
|
|
8499
8502
|
key: 1,
|
|
8500
8503
|
type: t.sticker
|
|
8501
8504
|
}, null, 8, ["type"])) : u("", !0)
|
|
8502
|
-
], 8,
|
|
8503
|
-
e.$slots.prepender ? (o(), l("div",
|
|
8505
|
+
], 8, zf)) : u("", !0),
|
|
8506
|
+
e.$slots.prepender ? (o(), l("div", If, [
|
|
8504
8507
|
p(e.$slots, "prepender", {}, void 0, !0)
|
|
8505
8508
|
])) : u("", !0),
|
|
8506
8509
|
f("div", {
|
|
8507
8510
|
class: h(["ecs-entry-link-label", t.emphasized ? "emphasized" : ""]),
|
|
8508
8511
|
title: t.linkTitle
|
|
8509
|
-
}, w(t.label), 11,
|
|
8510
|
-
e.$slots.appender ? (o(), l("div",
|
|
8512
|
+
}, w(t.label), 11, Ef),
|
|
8513
|
+
e.$slots.appender ? (o(), l("div", $f, [
|
|
8511
8514
|
p(e.$slots, "appender", {}, void 0, !0)
|
|
8512
8515
|
])) : u("", !0),
|
|
8513
8516
|
_(d, {
|
|
@@ -8523,7 +8526,7 @@ function Tf(e, s, t, a, n, i) {
|
|
|
8523
8526
|
}, null, 8, ["onClick", "title", "aria-label"])) : u("", !0)
|
|
8524
8527
|
]);
|
|
8525
8528
|
}
|
|
8526
|
-
const
|
|
8529
|
+
const Wb = /* @__PURE__ */ v(Bf, [["render", Pf], ["__scopeId", "data-v-00b5ab33"]]), Tf = {
|
|
8527
8530
|
name: "ecs-excerpt-snippet",
|
|
8528
8531
|
components: { EcsIcon: M, EcsSkeletonLoader: Ce, EcsFormatted: Fs },
|
|
8529
8532
|
props: {
|
|
@@ -8581,26 +8584,26 @@ const jb = /* @__PURE__ */ v(zf, [["render", Tf], ["__scopeId", "data-v-00b5ab33
|
|
|
8581
8584
|
return `max-height: ${this.maxHeight}; overflow: auto;`;
|
|
8582
8585
|
}
|
|
8583
8586
|
}
|
|
8584
|
-
},
|
|
8587
|
+
}, Mf = { class: "ecs-excerpt-title" }, Lf = { class: "ecs-excerpt-title-headline" }, Of = { key: 3 }, Af = {
|
|
8585
8588
|
key: 0,
|
|
8586
8589
|
class: "ecs-excerpt-title-cite"
|
|
8587
|
-
},
|
|
8590
|
+
}, Nf = { key: 1 }, Df = {
|
|
8588
8591
|
key: 1,
|
|
8589
8592
|
class: "ecs-excerpt-content-transcript"
|
|
8590
|
-
},
|
|
8593
|
+
}, Rf = {
|
|
8591
8594
|
key: 2,
|
|
8592
8595
|
class: "ecs-excerpt-content-rectangle"
|
|
8593
|
-
},
|
|
8596
|
+
}, Ff = {
|
|
8594
8597
|
key: 3,
|
|
8595
8598
|
class: "ecs-excerpt-content-regular"
|
|
8596
8599
|
};
|
|
8597
|
-
function
|
|
8600
|
+
function Vf(e, s, t, a, n, i) {
|
|
8598
8601
|
const r = g("ecs-skeleton-loader"), c = g("ecs-icon"), d = g("ecs-formatted");
|
|
8599
8602
|
return o(), l("div", {
|
|
8600
8603
|
class: h(["ecs-excerpt-snippet", i.sizeClass])
|
|
8601
8604
|
}, [
|
|
8602
|
-
f("div",
|
|
8603
|
-
f("div",
|
|
8605
|
+
f("div", Mf, [
|
|
8606
|
+
f("div", Lf, [
|
|
8604
8607
|
t.icon && t.loading ? (o(), b(r, {
|
|
8605
8608
|
key: 0,
|
|
8606
8609
|
type: "rect",
|
|
@@ -8616,19 +8619,19 @@ function Hf(e, s, t, a, n, i) {
|
|
|
8616
8619
|
key: 2,
|
|
8617
8620
|
type: "single",
|
|
8618
8621
|
width: 20
|
|
8619
|
-
})) : (o(), l("span",
|
|
8622
|
+
})) : (o(), l("span", Of, w(t.headline), 1))
|
|
8620
8623
|
]),
|
|
8621
|
-
t.cite ? (o(), l("div",
|
|
8624
|
+
t.cite ? (o(), l("div", Af, [
|
|
8622
8625
|
t.loading ? (o(), b(r, {
|
|
8623
8626
|
key: 0,
|
|
8624
8627
|
type: "single",
|
|
8625
8628
|
width: 100
|
|
8626
|
-
})) : (o(), l("span",
|
|
8629
|
+
})) : (o(), l("span", Nf, w(t.cite), 1))
|
|
8627
8630
|
])) : u("", !0)
|
|
8628
8631
|
]),
|
|
8629
8632
|
f("div", {
|
|
8630
8633
|
class: "ecs-excerpt-content scrollbar scrollbar-sml",
|
|
8631
|
-
style:
|
|
8634
|
+
style: B(i.maxHeightStyles)
|
|
8632
8635
|
}, [
|
|
8633
8636
|
t.loading ? (o(), b(r, {
|
|
8634
8637
|
key: 0,
|
|
@@ -8643,23 +8646,23 @@ function Hf(e, s, t, a, n, i) {
|
|
|
8643
8646
|
p(e.$slots, "default", {}, void 0, !0)
|
|
8644
8647
|
]),
|
|
8645
8648
|
_: 3
|
|
8646
|
-
}, 8, ["small"])) : t.type == "transcript" ? (o(), l("div",
|
|
8649
|
+
}, 8, ["small"])) : t.type == "transcript" ? (o(), l("div", Df, [
|
|
8647
8650
|
p(e.$slots, "default", {}, void 0, !0)
|
|
8648
|
-
])) : t.type == "rectangle" ? (o(), l("div",
|
|
8651
|
+
])) : t.type == "rectangle" ? (o(), l("div", Rf, [
|
|
8649
8652
|
f("span", {
|
|
8650
|
-
style:
|
|
8653
|
+
style: B("color:" + t.annotationColor)
|
|
8651
8654
|
}, "Rectangle Annotation", 4),
|
|
8652
8655
|
f("div", {
|
|
8653
|
-
style:
|
|
8656
|
+
style: B("background-color:" + t.annotationColor)
|
|
8654
8657
|
}, null, 4)
|
|
8655
|
-
])) : (o(), l("div",
|
|
8658
|
+
])) : (o(), l("div", Ff, [
|
|
8656
8659
|
p(e.$slots, "default", {}, void 0, !0)
|
|
8657
8660
|
]))
|
|
8658
8661
|
], 64))
|
|
8659
8662
|
], 4)
|
|
8660
8663
|
], 2);
|
|
8661
8664
|
}
|
|
8662
|
-
const
|
|
8665
|
+
const jb = /* @__PURE__ */ v(Tf, [["render", Vf], ["__scopeId", "data-v-f582192b"]]), Ub = {
|
|
8663
8666
|
__name: "fill-icon",
|
|
8664
8667
|
props: {
|
|
8665
8668
|
/** The identifier of the icon which should show up. */
|
|
@@ -8699,18 +8702,18 @@ const Ub = /* @__PURE__ */ v(Mf, [["render", Hf], ["__scopeId", "data-v-f582192b
|
|
|
8699
8702
|
width: e.width
|
|
8700
8703
|
}, null, 8, ["height", "width"]));
|
|
8701
8704
|
}
|
|
8702
|
-
},
|
|
8705
|
+
}, Hf = {
|
|
8703
8706
|
name: "ecs-file-list"
|
|
8704
|
-
},
|
|
8707
|
+
}, qf = {
|
|
8705
8708
|
class: "ecs-file-list",
|
|
8706
8709
|
role: "list"
|
|
8707
8710
|
};
|
|
8708
|
-
function
|
|
8709
|
-
return o(), l("div",
|
|
8711
|
+
function Wf(e, s, t, a, n, i) {
|
|
8712
|
+
return o(), l("div", qf, [
|
|
8710
8713
|
p(e.$slots, "default")
|
|
8711
8714
|
]);
|
|
8712
8715
|
}
|
|
8713
|
-
const
|
|
8716
|
+
const Gb = /* @__PURE__ */ v(Hf, [["render", Wf]]), jf = {
|
|
8714
8717
|
name: "ecs-file-list-item",
|
|
8715
8718
|
emits: ["click", "remove", "toggled", "title-click"],
|
|
8716
8719
|
components: {
|
|
@@ -8823,17 +8826,17 @@ const Kb = /* @__PURE__ */ v(qf, [["render", jf]]), Uf = {
|
|
|
8823
8826
|
created() {
|
|
8824
8827
|
this.expandId = this.generateUniqueId(), this.errorId = this.generateUniqueId(), this.editId = this.generateUniqueId();
|
|
8825
8828
|
}
|
|
8826
|
-
},
|
|
8829
|
+
}, Uf = ["tabindex"], Gf = {
|
|
8827
8830
|
key: 0,
|
|
8828
8831
|
class: "ecs-file-list-inner"
|
|
8829
|
-
},
|
|
8832
|
+
}, Kf = ["aria-errormessage"], Yf = { class: "ecs-file-list-controls" }, Xf = {
|
|
8830
8833
|
key: 0,
|
|
8831
8834
|
class: "ecs-file-list-meta"
|
|
8832
|
-
},
|
|
8835
|
+
}, Zf = ["aria-controls", "aria-expanded", "aria-label"], Jf = ["aria-valuenow"], Qf = ["id"], eg = ["id", "aria-hidden"], tg = ["id"], sg = {
|
|
8833
8836
|
ref: "edit",
|
|
8834
8837
|
class: "ecs-file-list-entry-edit"
|
|
8835
8838
|
};
|
|
8836
|
-
function
|
|
8839
|
+
function ig(e, s, t, a, n, i) {
|
|
8837
8840
|
const r = g("ecs-focus-ring"), c = g("ecs-icon"), d = g("ecs-file-icon"), m = g("ecs-sticker"), y = g("ecs-button-table");
|
|
8838
8841
|
return o(), l("div", {
|
|
8839
8842
|
onClick: s[9] || (s[9] = (k) => e.$emit("click", k)),
|
|
@@ -8848,7 +8851,7 @@ function ng(e, s, t, a, n, i) {
|
|
|
8848
8851
|
t.hover ? (o(), b(r, { key: 0 })) : u("", !0),
|
|
8849
8852
|
_(me, { name: "title" }, {
|
|
8850
8853
|
default: S(() => [
|
|
8851
|
-
t.showTitleEdit || !t.edit ? (o(), l("div",
|
|
8854
|
+
t.showTitleEdit || !t.edit ? (o(), l("div", Gf, [
|
|
8852
8855
|
t.icon ? (o(), b(c, {
|
|
8853
8856
|
key: 0,
|
|
8854
8857
|
onClick: s[0] || (s[0] = (k) => e.$emit("title-click", k)),
|
|
@@ -8879,10 +8882,10 @@ function ng(e, s, t, a, n, i) {
|
|
|
8879
8882
|
"aria-errormessage": t.error ? n.errorId : null
|
|
8880
8883
|
}, [
|
|
8881
8884
|
p(e.$slots, "default", {}, void 0, !0)
|
|
8882
|
-
], 8,
|
|
8885
|
+
], 8, Kf)
|
|
8883
8886
|
], 32),
|
|
8884
|
-
f("div",
|
|
8885
|
-
e.$slots.meta ? (o(), l("div",
|
|
8887
|
+
f("div", Yf, [
|
|
8888
|
+
e.$slots.meta ? (o(), l("div", Xf, [
|
|
8886
8889
|
p(e.$slots, "meta", {}, void 0, !0)
|
|
8887
8890
|
])) : u("", !0),
|
|
8888
8891
|
p(e.$slots, "controls", {}, void 0, !0),
|
|
@@ -8902,7 +8905,7 @@ function ng(e, s, t, a, n, i) {
|
|
|
8902
8905
|
"aria-label": n.isVisible ? "Collapse" : "Expand"
|
|
8903
8906
|
}, [
|
|
8904
8907
|
_(r)
|
|
8905
|
-
], 10,
|
|
8908
|
+
], 10, Zf)) : u("", !0),
|
|
8906
8909
|
t.remove ? (o(), b(y, {
|
|
8907
8910
|
key: 3,
|
|
8908
8911
|
onClick: s[8] || (s[8] = (k) => e.$emit("remove", k)),
|
|
@@ -8916,10 +8919,10 @@ function ng(e, s, t, a, n, i) {
|
|
|
8916
8919
|
t.progress ? (o(), l("div", {
|
|
8917
8920
|
key: 3,
|
|
8918
8921
|
class: "loading-bar",
|
|
8919
|
-
style:
|
|
8922
|
+
style: B({ width: t.progress + "%" }),
|
|
8920
8923
|
role: "progressbar",
|
|
8921
8924
|
"aria-valuenow": t.progress
|
|
8922
|
-
}, null, 12,
|
|
8925
|
+
}, null, 12, Jf)) : u("", !0)
|
|
8923
8926
|
])) : u("", !0)
|
|
8924
8927
|
]),
|
|
8925
8928
|
_: 3
|
|
@@ -8928,7 +8931,7 @@ function ng(e, s, t, a, n, i) {
|
|
|
8928
8931
|
key: 1,
|
|
8929
8932
|
class: "error",
|
|
8930
8933
|
id: n.errorId
|
|
8931
|
-
}, w(t.error), 9,
|
|
8934
|
+
}, w(t.error), 9, Qf)) : u("", !0),
|
|
8932
8935
|
e.$slots.collapse ? (o(), l("div", {
|
|
8933
8936
|
key: 2,
|
|
8934
8937
|
class: h(n.isVisible ? "collapse-show" : "collapse-hide"),
|
|
@@ -8936,24 +8939,24 @@ function ng(e, s, t, a, n, i) {
|
|
|
8936
8939
|
"aria-hidden": n.isVisible ? "false" : "true"
|
|
8937
8940
|
}, [
|
|
8938
8941
|
p(e.$slots, "collapse", {}, void 0, !0)
|
|
8939
|
-
], 10,
|
|
8942
|
+
], 10, eg)) : u("", !0),
|
|
8940
8943
|
_(me, { name: "edit" }, {
|
|
8941
8944
|
default: S(() => [
|
|
8942
8945
|
e.$slots.edit && t.edit ? (o(), l("div", {
|
|
8943
8946
|
key: 0,
|
|
8944
|
-
style:
|
|
8947
|
+
style: B({ maxHeight: n.editHeight + "px" }),
|
|
8945
8948
|
id: n.editId
|
|
8946
8949
|
}, [
|
|
8947
|
-
f("div",
|
|
8950
|
+
f("div", sg, [
|
|
8948
8951
|
p(e.$slots, "edit", {}, void 0, !0)
|
|
8949
8952
|
], 512)
|
|
8950
|
-
], 12,
|
|
8953
|
+
], 12, tg)) : u("", !0)
|
|
8951
8954
|
]),
|
|
8952
8955
|
_: 3
|
|
8953
8956
|
})
|
|
8954
|
-
], 10,
|
|
8957
|
+
], 10, Uf);
|
|
8955
8958
|
}
|
|
8956
|
-
const
|
|
8959
|
+
const Kb = /* @__PURE__ */ v(jf, [["render", ig], ["__scopeId", "data-v-c870bb34"]]), ng = { class: "ecs-flag" }, ag = {
|
|
8957
8960
|
__name: "flag",
|
|
8958
8961
|
props: {
|
|
8959
8962
|
/** ISO Country code of the flag. */
|
|
@@ -9001,14 +9004,14 @@ const Yb = /* @__PURE__ */ v(Uf, [["render", ng], ["__scopeId", "data-v-c870bb34
|
|
|
9001
9004
|
n !== i && (a = te(
|
|
9002
9005
|
() => se(/* @__PURE__ */ Object.assign({ "../assets/icons/flags/AD.svg": () => import("./AD-C-JSF-rw.js"), "../assets/icons/flags/AE.svg": () => import("./AE-BNgNFKrc.js"), "../assets/icons/flags/AF.svg": () => import("./AF-nymCq27s.js"), "../assets/icons/flags/AG.svg": () => import("./AG-D7Em7-Pa.js"), "../assets/icons/flags/AI.svg": () => import("./AI-DNs-u8H0.js"), "../assets/icons/flags/AL.svg": () => import("./AL-CqCdgwzJ.js"), "../assets/icons/flags/AM.svg": () => import("./AM-DFw-JN4T.js"), "../assets/icons/flags/AO.svg": () => import("./AO-DdsCTQzw.js"), "../assets/icons/flags/AQ.svg": () => import("./AQ-C1aWIzTp.js"), "../assets/icons/flags/AR.svg": () => import("./AR-DWj19SWg.js"), "../assets/icons/flags/AS.svg": () => import("./AS-Cx-cZ_Go.js"), "../assets/icons/flags/AT.svg": () => import("./AT-BngSMRt3.js"), "../assets/icons/flags/AU.svg": () => import("./AU-Cc2Kph09.js"), "../assets/icons/flags/AW.svg": () => import("./AW-CGDgPAM3.js"), "../assets/icons/flags/AX.svg": () => import("./AX-CoENvj82.js"), "../assets/icons/flags/AZ.svg": () => import("./AZ-Bbdh5mIG.js"), "../assets/icons/flags/BA.svg": () => import("./BA-B01cMiAi.js"), "../assets/icons/flags/BB.svg": () => import("./BB-BbxdAlKd.js"), "../assets/icons/flags/BD.svg": () => import("./BD-BuMiVXWG.js"), "../assets/icons/flags/BE.svg": () => import("./BE-CCLnuRxa.js"), "../assets/icons/flags/BF.svg": () => import("./BF-BgQkvo2i.js"), "../assets/icons/flags/BG.svg": () => import("./BG-Be2e-YcS.js"), "../assets/icons/flags/BH.svg": () => import("./BH-COi2_3Yz.js"), "../assets/icons/flags/BI.svg": () => import("./BI-BZiH339a.js"), "../assets/icons/flags/BJ.svg": () => import("./BJ-Bs-bnfyP.js"), "../assets/icons/flags/BL.svg": () => import("./BL-CEEHFlJC.js"), "../assets/icons/flags/BM.svg": () => import("./BM-un-cKXv-.js"), "../assets/icons/flags/BN.svg": () => import("./BN-BA4eb_dV.js"), "../assets/icons/flags/BO.svg": () => import("./BO-lCh4Edze.js"), "../assets/icons/flags/BQ-BO.svg": () => import("./BQ-BO-3uAd65Cm.js"), "../assets/icons/flags/BQ-SA.svg": () => import("./BQ-SA-BPPnER_L.js"), "../assets/icons/flags/BQ-SE.svg": () => import("./BQ-SE-eS45P0HJ.js"), "../assets/icons/flags/BR.svg": () => import("./BR-dLfGuPwG.js"), "../assets/icons/flags/BS.svg": () => import("./BS-BMW1Hsoo.js"), "../assets/icons/flags/BT.svg": () => import("./BT-BOm67dT0.js"), "../assets/icons/flags/BV.svg": () => import("./BV-jfblcjwu.js"), "../assets/icons/flags/BW.svg": () => import("./BW-CGLskXCP.js"), "../assets/icons/flags/BY.svg": () => import("./BY-DHMNJvGm.js"), "../assets/icons/flags/BZ.svg": () => import("./BZ-oFT6Ct7l.js"), "../assets/icons/flags/CA.svg": () => import("./CA-DflKPQv_.js"), "../assets/icons/flags/CC.svg": () => import("./CC-z43rmmIN.js"), "../assets/icons/flags/CD.svg": () => import("./CD-B4dSt4ip.js"), "../assets/icons/flags/CF.svg": () => import("./CF-S6fkXGQ_.js"), "../assets/icons/flags/CG.svg": () => import("./CG-yOx46feZ.js"), "../assets/icons/flags/CH.svg": () => import("./CH-ByEOYxuD.js"), "../assets/icons/flags/CI.svg": () => import("./CI-C-4gMyBj.js"), "../assets/icons/flags/CK.svg": () => import("./CK-Dh2YHzoS.js"), "../assets/icons/flags/CL.svg": () => import("./CL-DtCYSh1m.js"), "../assets/icons/flags/CM.svg": () => import("./CM-CgIUx_uJ.js"), "../assets/icons/flags/CN.svg": () => import("./CN-DEQsfX4m.js"), "../assets/icons/flags/CO.svg": () => import("./CO-BLy956BY.js"), "../assets/icons/flags/CR.svg": () => import("./CR-ByWC_7Km.js"), "../assets/icons/flags/CU.svg": () => import("./CU-BISqJW4B.js"), "../assets/icons/flags/CV.svg": () => import("./CV-CiUNwzFg.js"), "../assets/icons/flags/CW.svg": () => import("./CW-DtOZafLN.js"), "../assets/icons/flags/CX.svg": () => import("./CX-BGFRTHv3.js"), "../assets/icons/flags/CY.svg": () => import("./CY-DPmnu9fM.js"), "../assets/icons/flags/CZ.svg": () => import("./CZ-Bc0YGC6W.js"), "../assets/icons/flags/DE.svg": () => import("./DE-0Spo795z.js"), "../assets/icons/flags/DJ.svg": () => import("./DJ-ZdhDThJI.js"), "../assets/icons/flags/DK.svg": () => import("./DK-Cxg-R8lX.js"), "../assets/icons/flags/DM.svg": () => import("./DM-Bup28Thv.js"), "../assets/icons/flags/DO.svg": () => import("./DO-BXd6ifNp.js"), "../assets/icons/flags/DZ.svg": () => import("./DZ-ClDDPNqf.js"), "../assets/icons/flags/EC.svg": () => import("./EC-DRa7RgEG.js"), "../assets/icons/flags/EE.svg": () => import("./EE-Du7SKTRA.js"), "../assets/icons/flags/EG.svg": () => import("./EG-BCNInmyW.js"), "../assets/icons/flags/EH.svg": () => import("./EH-CVAe5wti.js"), "../assets/icons/flags/ER.svg": () => import("./ER-rZCeSu3F.js"), "../assets/icons/flags/ES.svg": () => import("./ES--D6s5TX8.js"), "../assets/icons/flags/ET.svg": () => import("./ET-P4Ry5fQ2.js"), "../assets/icons/flags/EU.svg": () => import("./EU-OPDKPWJK.js"), "../assets/icons/flags/FI.svg": () => import("./FI-CTXHPBWr.js"), "../assets/icons/flags/FJ.svg": () => import("./FJ-B7hT3pxR.js"), "../assets/icons/flags/FK.svg": () => import("./FK-g4C0xGM2.js"), "../assets/icons/flags/FM.svg": () => import("./FM-B7oa3EPP.js"), "../assets/icons/flags/FO.svg": () => import("./FO-C6HC9Dnl.js"), "../assets/icons/flags/FR.svg": () => import("./FR-DWXulksR.js"), "../assets/icons/flags/GA.svg": () => import("./GA-DYpo68yP.js"), "../assets/icons/flags/GB-ENG.svg": () => import("./GB-ENG-B4l8bjwo.js"), "../assets/icons/flags/GB-NIR.svg": () => import("./GB-NIR-BBw3X7Dz.js"), "../assets/icons/flags/GB-SCT.svg": () => import("./GB-SCT-BINk5D1t.js"), "../assets/icons/flags/GB-UKM.svg": () => import("./GB-UKM-BBw3X7Dz.js"), "../assets/icons/flags/GB-WLS.svg": () => import("./GB-WLS-CZAxZ6mf.js"), "../assets/icons/flags/GD.svg": () => import("./GD-D6KT5yaE.js"), "../assets/icons/flags/GE.svg": () => import("./GE-DzSt6uN1.js"), "../assets/icons/flags/GF.svg": () => import("./GF-DzG8I6DL.js"), "../assets/icons/flags/GG.svg": () => import("./GG-C-v9xZGQ.js"), "../assets/icons/flags/GH.svg": () => import("./GH-C3E-Af-5.js"), "../assets/icons/flags/GI.svg": () => import("./GI-DcvKcpvi.js"), "../assets/icons/flags/GL.svg": () => import("./GL-E5zgUIBe.js"), "../assets/icons/flags/GM.svg": () => import("./GM-DBBHNuaR.js"), "../assets/icons/flags/GN.svg": () => import("./GN-CGNuMCO8.js"), "../assets/icons/flags/GP.svg": () => import("./GP-dEOvTcKH.js"), "../assets/icons/flags/GQ.svg": () => import("./GQ-DxUgiY7l.js"), "../assets/icons/flags/GR.svg": () => import("./GR-DuNSbuk_.js"), "../assets/icons/flags/GS.svg": () => import("./GS-NCu8ehvU.js"), "../assets/icons/flags/GT.svg": () => import("./GT-nQKRJTD0.js"), "../assets/icons/flags/GU.svg": () => import("./GU-D3GWYVI3.js"), "../assets/icons/flags/GW.svg": () => import("./GW-D2IH0UJu.js"), "../assets/icons/flags/GY.svg": () => import("./GY-B7XQPASI.js"), "../assets/icons/flags/HK.svg": () => import("./HK-BlJuPGsA.js"), "../assets/icons/flags/HM.svg": () => import("./HM-BmE31dVH.js"), "../assets/icons/flags/HN.svg": () => import("./HN-DphVwD_x.js"), "../assets/icons/flags/HR.svg": () => import("./HR-CjzwfjRD.js"), "../assets/icons/flags/HT.svg": () => import("./HT-DAcdYv5K.js"), "../assets/icons/flags/HU.svg": () => import("./HU-BbROWUiS.js"), "../assets/icons/flags/ID.svg": () => import("./ID---3pUtxz.js"), "../assets/icons/flags/IE.svg": () => import("./IE-BUaQHJ24.js"), "../assets/icons/flags/IL.svg": () => import("./IL-BPoEctOf.js"), "../assets/icons/flags/IM.svg": () => import("./IM-cM0IeF8Q.js"), "../assets/icons/flags/IN.svg": () => import("./IN-BjGCscy2.js"), "../assets/icons/flags/IO.svg": () => import("./IO-CWOTQpZf.js"), "../assets/icons/flags/IQ.svg": () => import("./IQ-BWwot0n4.js"), "../assets/icons/flags/IR.svg": () => import("./IR-BiQPhFbQ.js"), "../assets/icons/flags/IS.svg": () => import("./IS-CgDcFFA2.js"), "../assets/icons/flags/IT.svg": () => import("./IT-Wl_hfgi-.js"), "../assets/icons/flags/JE.svg": () => import("./JE-DlncadBI.js"), "../assets/icons/flags/JM.svg": () => import("./JM-C-NXx9bh.js"), "../assets/icons/flags/JO.svg": () => import("./JO-BQSLSCw3.js"), "../assets/icons/flags/JP.svg": () => import("./JP-EU6TbEGb.js"), "../assets/icons/flags/KE.svg": () => import("./KE-wzHncd7e.js"), "../assets/icons/flags/KG.svg": () => import("./KG-IwDAywtE.js"), "../assets/icons/flags/KH.svg": () => import("./KH-DJpRkJR7.js"), "../assets/icons/flags/KI.svg": () => import("./KI-DlN9Uvyt.js"), "../assets/icons/flags/KM.svg": () => import("./KM-BGRbAGmu.js"), "../assets/icons/flags/KN.svg": () => import("./KN-XJjpzCQO.js"), "../assets/icons/flags/KP.svg": () => import("./KP-SqBrV9v0.js"), "../assets/icons/flags/KR.svg": () => import("./KR-IkcOv58J.js"), "../assets/icons/flags/KW.svg": () => import("./KW-BUf98Kx3.js"), "../assets/icons/flags/KY.svg": () => import("./KY-Db_B1Nue.js"), "../assets/icons/flags/KZ.svg": () => import("./KZ-LmkVSL9h.js"), "../assets/icons/flags/LA.svg": () => import("./LA-C4--EDK9.js"), "../assets/icons/flags/LB.svg": () => import("./LB-Dl0ntPSC.js"), "../assets/icons/flags/LC.svg": () => import("./LC-DuqNDPd7.js"), "../assets/icons/flags/LI.svg": () => import("./LI-BFiqZH4p.js"), "../assets/icons/flags/LK.svg": () => import("./LK-XsnHnvQ3.js"), "../assets/icons/flags/LR.svg": () => import("./LR-DYzXhe18.js"), "../assets/icons/flags/LS.svg": () => import("./LS-tdRuuz1j.js"), "../assets/icons/flags/LT.svg": () => import("./LT-CMzBtpb5.js"), "../assets/icons/flags/LU.svg": () => import("./LU-BxUOzly0.js"), "../assets/icons/flags/LV.svg": () => import("./LV-BK90Xn3J.js"), "../assets/icons/flags/LY.svg": () => import("./LY-Bjq1iV6x.js"), "../assets/icons/flags/MA.svg": () => import("./MA-BarmDPEE.js"), "../assets/icons/flags/MC.svg": () => import("./MC-h27u9kwb.js"), "../assets/icons/flags/MD.svg": () => import("./MD-CRfZ30fX.js"), "../assets/icons/flags/ME.svg": () => import("./ME-ja2rCt-D.js"), "../assets/icons/flags/MF.svg": () => import("./MF-CQL-sCID.js"), "../assets/icons/flags/MG.svg": () => import("./MG-DGkBtqsJ.js"), "../assets/icons/flags/MH.svg": () => import("./MH-CwzCNg3E.js"), "../assets/icons/flags/MK.svg": () => import("./MK-LCy8EMhh.js"), "../assets/icons/flags/ML.svg": () => import("./ML-ByXOAs3h.js"), "../assets/icons/flags/MM.svg": () => import("./MM-CG2G968l.js"), "../assets/icons/flags/MN.svg": () => import("./MN-DUNQqPFU.js"), "../assets/icons/flags/MO.svg": () => import("./MO-Bz0IKu7p.js"), "../assets/icons/flags/MP.svg": () => import("./MP-fjrOW8n-.js"), "../assets/icons/flags/MQ.svg": () => import("./MQ-dBUY9wGB.js"), "../assets/icons/flags/MR.svg": () => import("./MR-C_JUWJgJ.js"), "../assets/icons/flags/MS.svg": () => import("./MS-D-7BVCnk.js"), "../assets/icons/flags/MT.svg": () => import("./MT-CcWugwse.js"), "../assets/icons/flags/MU.svg": () => import("./MU-DiB1BW6O.js"), "../assets/icons/flags/MV.svg": () => import("./MV-DPbPHThZ.js"), "../assets/icons/flags/MW.svg": () => import("./MW-DgjV72gL.js"), "../assets/icons/flags/MX.svg": () => import("./MX-BaGsowLX.js"), "../assets/icons/flags/MY.svg": () => import("./MY-CgAju0Jm.js"), "../assets/icons/flags/MZ.svg": () => import("./MZ-nX5Cf_nJ.js"), "../assets/icons/flags/NA.svg": () => import("./NA-CeHBH4aW.js"), "../assets/icons/flags/NC.svg": () => import("./NC-CVmDbd39.js"), "../assets/icons/flags/NE.svg": () => import("./NE-BZiqcE52.js"), "../assets/icons/flags/NF.svg": () => import("./NF-Du2wkFmV.js"), "../assets/icons/flags/NG.svg": () => import("./NG-sfYaOVsE.js"), "../assets/icons/flags/NI.svg": () => import("./NI-Y2P3KfWT.js"), "../assets/icons/flags/NL.svg": () => import("./NL-B7C10u1N.js"), "../assets/icons/flags/NO.svg": () => import("./NO-jfblcjwu.js"), "../assets/icons/flags/NP.svg": () => import("./NP-CSi60bpa.js"), "../assets/icons/flags/NR.svg": () => import("./NR-BivrgND0.js"), "../assets/icons/flags/NU.svg": () => import("./NU-EXBzZjdU.js"), "../assets/icons/flags/NZ.svg": () => import("./NZ-CrDQMx8K.js"), "../assets/icons/flags/OM.svg": () => import("./OM-DNCgj4AO.js"), "../assets/icons/flags/PA.svg": () => import("./PA-BAxZeBq5.js"), "../assets/icons/flags/PE.svg": () => import("./PE-C-YUWphk.js"), "../assets/icons/flags/PF.svg": () => import("./PF-BRXQ2uq0.js"), "../assets/icons/flags/PG.svg": () => import("./PG-t4gbzirg.js"), "../assets/icons/flags/PH.svg": () => import("./PH-CAPcuYCm.js"), "../assets/icons/flags/PK.svg": () => import("./PK-Bh7wsZJd.js"), "../assets/icons/flags/PL.svg": () => import("./PL-vu1XOCP0.js"), "../assets/icons/flags/PM.svg": () => import("./PM-kjNE1phe.js"), "../assets/icons/flags/PN.svg": () => import("./PN-CdusGiik.js"), "../assets/icons/flags/PR.svg": () => import("./PR-fixL-AIv.js"), "../assets/icons/flags/PS.svg": () => import("./PS-Y3Wk0bEy.js"), "../assets/icons/flags/PT.svg": () => import("./PT-CrSrAqxr.js"), "../assets/icons/flags/PW.svg": () => import("./PW-BroLNriY.js"), "../assets/icons/flags/PY.svg": () => import("./PY-3uGCVK7l.js"), "../assets/icons/flags/QA.svg": () => import("./QA-CyMU00W4.js"), "../assets/icons/flags/RE.svg": () => import("./RE-CVmDbd39.js"), "../assets/icons/flags/RO.svg": () => import("./RO-CPofHvD2.js"), "../assets/icons/flags/RS.svg": () => import("./RS-okm5OlzZ.js"), "../assets/icons/flags/RU.svg": () => import("./RU-CSNoJyQE.js"), "../assets/icons/flags/RW.svg": () => import("./RW-Ce35bk7c.js"), "../assets/icons/flags/SA.svg": () => import("./SA-B1zWlHTy.js"), "../assets/icons/flags/SB.svg": () => import("./SB-CPHr-vnK.js"), "../assets/icons/flags/SC.svg": () => import("./SC-Drhchxsk.js"), "../assets/icons/flags/SD.svg": () => import("./SD-CG3MRQKX.js"), "../assets/icons/flags/SE.svg": () => import("./SE-DcViSfN8.js"), "../assets/icons/flags/SG.svg": () => import("./SG-BHWjZxcn.js"), "../assets/icons/flags/SH.svg": () => import("./SH-CdXQKsD-.js"), "../assets/icons/flags/SI.svg": () => import("./SI-mU9ATVU9.js"), "../assets/icons/flags/SJ.svg": () => import("./SJ-jfblcjwu.js"), "../assets/icons/flags/SK.svg": () => import("./SK-vCwJ8ccx.js"), "../assets/icons/flags/SL.svg": () => import("./SL-6cqXKGsr.js"), "../assets/icons/flags/SM.svg": () => import("./SM-C7MKiK9r.js"), "../assets/icons/flags/SN.svg": () => import("./SN-DiXiwkcg.js"), "../assets/icons/flags/SO.svg": () => import("./SO-Ba1eku-a.js"), "../assets/icons/flags/SR.svg": () => import("./SR-BEuDKdQU.js"), "../assets/icons/flags/SS.svg": () => import("./SS-gbJzSyQ6.js"), "../assets/icons/flags/ST.svg": () => import("./ST-BOecvxYk.js"), "../assets/icons/flags/SV.svg": () => import("./SV-CD6eycSb.js"), "../assets/icons/flags/SX.svg": () => import("./SX-Czn44fLp.js"), "../assets/icons/flags/SY.svg": () => import("./SY-CZuKJjb1.js"), "../assets/icons/flags/SZ.svg": () => import("./SZ-CBxaacHG.js"), "../assets/icons/flags/TC.svg": () => import("./TC-BtP4m50H.js"), "../assets/icons/flags/TD.svg": () => import("./TD-COM83aCB.js"), "../assets/icons/flags/TF.svg": () => import("./TF-0F0kSH8k.js"), "../assets/icons/flags/TG.svg": () => import("./TG-Bk1QMgE2.js"), "../assets/icons/flags/TH.svg": () => import("./TH-LVGK-BwV.js"), "../assets/icons/flags/TJ.svg": () => import("./TJ-BwnJFGEh.js"), "../assets/icons/flags/TK.svg": () => import("./TK-CaZcYey6.js"), "../assets/icons/flags/TL.svg": () => import("./TL-gphWFYl4.js"), "../assets/icons/flags/TM.svg": () => import("./TM-90RZ0vmQ.js"), "../assets/icons/flags/TN.svg": () => import("./TN-B3WLEHfn.js"), "../assets/icons/flags/TO.svg": () => import("./TO-59cm0Zuj.js"), "../assets/icons/flags/TR.svg": () => import("./TR-F4GJhBNN.js"), "../assets/icons/flags/TT.svg": () => import("./TT-Dho1J3Q9.js"), "../assets/icons/flags/TV.svg": () => import("./TV-DrJY0Grc.js"), "../assets/icons/flags/TW.svg": () => import("./TW-D0VX4ctB.js"), "../assets/icons/flags/TZ.svg": () => import("./TZ-CHWmhKMd.js"), "../assets/icons/flags/UA.svg": () => import("./UA-DvF350w9.js"), "../assets/icons/flags/UG.svg": () => import("./UG-DSDNCCm4.js"), "../assets/icons/flags/UM.svg": () => import("./UM-jDWlLCAS.js"), "../assets/icons/flags/UNKNOWN.svg": () => import("./UNKNOWN-xpX3_0mu.js"), "../assets/icons/flags/US.svg": () => import("./US-jDWlLCAS.js"), "../assets/icons/flags/UY.svg": () => import("./UY-Bq4zZq5R.js"), "../assets/icons/flags/UZ.svg": () => import("./UZ-CwhhDrgv.js"), "../assets/icons/flags/VA.svg": () => import("./VA-1bDolE-m.js"), "../assets/icons/flags/VC.svg": () => import("./VC-CDvsfw4Q.js"), "../assets/icons/flags/VE.svg": () => import("./VE-C3kERCNA.js"), "../assets/icons/flags/VG.svg": () => import("./VG-I0-0DTjx.js"), "../assets/icons/flags/VI.svg": () => import("./VI-BPQnIlRW.js"), "../assets/icons/flags/VN.svg": () => import("./VN-Dm7h7MAf.js"), "../assets/icons/flags/VU.svg": () => import("./VU-DWF4MNIP.js"), "../assets/icons/flags/WF.svg": () => import("./WF-Cq5-BuyL.js"), "../assets/icons/flags/WS.svg": () => import("./WS-DZnHZwz6.js"), "../assets/icons/flags/YE.svg": () => import("./YE-C5S86K7l.js"), "../assets/icons/flags/YT.svg": () => import("./YT-Bb5X24Hr.js"), "../assets/icons/flags/ZA.svg": () => import("./ZA-uBK4oRgL.js"), "../assets/icons/flags/ZM.svg": () => import("./ZM-CKKq84Ls.js"), "../assets/icons/flags/ZW.svg": () => import("./ZW-CXL759RK.js") }), `../assets/icons/flags/${n.toUpperCase()}.svg`)
|
|
9003
9006
|
));
|
|
9004
|
-
}), (n, i) => (o(), l("div",
|
|
9007
|
+
}), (n, i) => (o(), l("div", ng, [
|
|
9005
9008
|
e.code ? (o(), b(Pe(ae(a)), {
|
|
9006
9009
|
key: 0,
|
|
9007
9010
|
alt: t.value
|
|
9008
9011
|
}, null, 8, ["alt"])) : u("", !0)
|
|
9009
9012
|
]));
|
|
9010
9013
|
}
|
|
9011
|
-
},
|
|
9014
|
+
}, Yb = /* @__PURE__ */ v(ag, [["__scopeId", "data-v-b6c2d6b3"]]), og = {
|
|
9012
9015
|
name: "ecs-flex-col",
|
|
9013
9016
|
props: {
|
|
9014
9017
|
/** Determines the width of the element. This should only be used when the flex container is supposed to act as a proper grid system. Supports values from `0` to `12`. Note, if the columns prop is used, all other props will have no effect. */
|
|
@@ -9050,14 +9053,14 @@ const Yb = /* @__PURE__ */ v(Uf, [["render", ng], ["__scopeId", "data-v-c870bb34
|
|
|
9050
9053
|
}
|
|
9051
9054
|
}
|
|
9052
9055
|
};
|
|
9053
|
-
function
|
|
9056
|
+
function rg(e, s, t, a, n, i) {
|
|
9054
9057
|
return o(), l("div", {
|
|
9055
9058
|
class: h(["ecs-flex-col", [i.columnClass, i.growClass, i.shrinkClass, i.autoMarginClass]])
|
|
9056
9059
|
}, [
|
|
9057
9060
|
p(e.$slots, "default", {}, void 0, !0)
|
|
9058
9061
|
], 2);
|
|
9059
9062
|
}
|
|
9060
|
-
const
|
|
9063
|
+
const lg = /* @__PURE__ */ v(og, [["render", rg], ["__scopeId", "data-v-1d2ad846"]]), cg = {
|
|
9061
9064
|
name: "ecs-input-clear",
|
|
9062
9065
|
emits: ["click"],
|
|
9063
9066
|
components: {
|
|
@@ -9078,8 +9081,8 @@ const cg = /* @__PURE__ */ v(rg, [["render", lg], ["__scopeId", "data-v-1d2ad846
|
|
|
9078
9081
|
return this.tooltip || "Clear";
|
|
9079
9082
|
}
|
|
9080
9083
|
}
|
|
9081
|
-
},
|
|
9082
|
-
function
|
|
9084
|
+
}, dg = ["aria-busy"], ug = ["title"];
|
|
9085
|
+
function fg(e, s, t, a, n, i) {
|
|
9083
9086
|
const r = g("ecs-focus-ring"), c = g("ecs-icon");
|
|
9084
9087
|
return o(), l("div", {
|
|
9085
9088
|
class: "ecs-input-clear",
|
|
@@ -9093,7 +9096,7 @@ function gg(e, s, t, a, n, i) {
|
|
|
9093
9096
|
"aria-label": "Clear"
|
|
9094
9097
|
}, [
|
|
9095
9098
|
_(r, { radius: 24 })
|
|
9096
|
-
], 40,
|
|
9099
|
+
], 40, ug),
|
|
9097
9100
|
t.loading ? (o(), b(c, {
|
|
9098
9101
|
key: 0,
|
|
9099
9102
|
type: "loading",
|
|
@@ -9101,14 +9104,14 @@ function gg(e, s, t, a, n, i) {
|
|
|
9101
9104
|
spinning: "",
|
|
9102
9105
|
color: "#AEB1B9"
|
|
9103
9106
|
})) : u("", !0)
|
|
9104
|
-
], 8,
|
|
9107
|
+
], 8, dg);
|
|
9105
9108
|
}
|
|
9106
|
-
const
|
|
9109
|
+
const gg = /* @__PURE__ */ v(cg, [["render", fg], ["__scopeId", "data-v-4eb91444"]]), mg = {
|
|
9107
9110
|
name: "ecs-input-search",
|
|
9108
9111
|
emits: ["update:modelValue", "change"],
|
|
9109
9112
|
components: {
|
|
9110
9113
|
EcsIcon: M,
|
|
9111
|
-
EcsInputClear:
|
|
9114
|
+
EcsInputClear: gg
|
|
9112
9115
|
},
|
|
9113
9116
|
props: {
|
|
9114
9117
|
/** Sets the placeholder of the search input. */
|
|
@@ -9189,8 +9192,8 @@ const mg = /* @__PURE__ */ v(dg, [["render", gg], ["__scopeId", "data-v-4eb91444
|
|
|
9189
9192
|
mounted() {
|
|
9190
9193
|
this.modelValue && this.setValue(this.modelValue);
|
|
9191
9194
|
}
|
|
9192
|
-
},
|
|
9193
|
-
function
|
|
9195
|
+
}, pg = ["name", "disabled", "placeholder", "autocomplete", "value"];
|
|
9196
|
+
function hg(e, s, t, a, n, i) {
|
|
9194
9197
|
const r = g("ecs-icon"), c = g("ecs-input-clear");
|
|
9195
9198
|
return o(), l("div", {
|
|
9196
9199
|
class: h(["ecs-search-group", i.groupSizeClass])
|
|
@@ -9215,14 +9218,14 @@ function vg(e, s, t, a, n, i) {
|
|
|
9215
9218
|
i.sizeClass,
|
|
9216
9219
|
i.typeClass
|
|
9217
9220
|
]
|
|
9218
|
-
}), null, 16,
|
|
9221
|
+
}), null, 16, pg),
|
|
9219
9222
|
t.showClear ? (o(), b(c, {
|
|
9220
9223
|
key: 0,
|
|
9221
9224
|
onClick: i.clearSearch
|
|
9222
9225
|
}, null, 8, ["onClick"])) : u("", !0)
|
|
9223
9226
|
], 2);
|
|
9224
9227
|
}
|
|
9225
|
-
const
|
|
9228
|
+
const vg = /* @__PURE__ */ v(mg, [["render", hg], ["__scopeId", "data-v-a408f72e"]]), yg = {
|
|
9226
9229
|
name: "ecs-scroll-container",
|
|
9227
9230
|
props: {
|
|
9228
9231
|
/** Sets the maximum height of the scroll container. Can be any CSS value, such as px, %, or em. */
|
|
@@ -9247,23 +9250,23 @@ const yg = /* @__PURE__ */ v(pg, [["render", vg], ["__scopeId", "data-v-a408f72e
|
|
|
9247
9250
|
}
|
|
9248
9251
|
}
|
|
9249
9252
|
};
|
|
9250
|
-
function
|
|
9253
|
+
function bg(e, s, t, a, n, i) {
|
|
9251
9254
|
return o(), l("div", {
|
|
9252
9255
|
class: h(["ecs-scroll-container scrollbar scrollbar-sml", [
|
|
9253
9256
|
t.borderless ? "" : "ecs-scroll-container-border",
|
|
9254
9257
|
t.hideShadows ? "" : "ecs-scroll-container-shadows"
|
|
9255
9258
|
]]),
|
|
9256
|
-
style:
|
|
9259
|
+
style: B({ maxHeight: t.height, padding: t.padding })
|
|
9257
9260
|
}, [
|
|
9258
9261
|
p(e.$slots, "default", {}, void 0, !0)
|
|
9259
9262
|
], 6);
|
|
9260
9263
|
}
|
|
9261
|
-
const
|
|
9264
|
+
const _g = /* @__PURE__ */ v(yg, [["render", bg], ["__scopeId", "data-v-fb2e8eb9"]]), kg = {
|
|
9262
9265
|
name: "ecs-folder-selector",
|
|
9263
9266
|
emits: ["search", "add"],
|
|
9264
9267
|
components: {
|
|
9265
|
-
EcsInputSearch:
|
|
9266
|
-
EcsScrollContainer:
|
|
9268
|
+
EcsInputSearch: vg,
|
|
9269
|
+
EcsScrollContainer: _g,
|
|
9267
9270
|
EcsButton: Se
|
|
9268
9271
|
},
|
|
9269
9272
|
props: {
|
|
@@ -9314,20 +9317,20 @@ const kg = /* @__PURE__ */ v(bg, [["render", _g], ["__scopeId", "data-v-fb2e8eb9
|
|
|
9314
9317
|
this.$emit("add", $event);
|
|
9315
9318
|
}
|
|
9316
9319
|
}
|
|
9317
|
-
},
|
|
9320
|
+
}, wg = {
|
|
9318
9321
|
key: 0,
|
|
9319
9322
|
class: "ecs-folder-selector-header"
|
|
9320
|
-
},
|
|
9323
|
+
}, Sg = {
|
|
9321
9324
|
key: 1,
|
|
9322
9325
|
class: "empty-list"
|
|
9323
9326
|
};
|
|
9324
|
-
function
|
|
9327
|
+
function Cg(e, s, t, a, n, i) {
|
|
9325
9328
|
const r = g("ecs-input-search"), c = g("ecs-button"), d = g("ecs-scroll-container");
|
|
9326
9329
|
return o(), l("div", {
|
|
9327
9330
|
class: h(["ecs-folder-selector", [t.framed ? "ecs-folder-selector-border" : ""]]),
|
|
9328
|
-
style:
|
|
9331
|
+
style: B({ height: i.isFullHeight })
|
|
9329
9332
|
}, [
|
|
9330
|
-
t.searchable || t.create ? (o(), l("div",
|
|
9333
|
+
t.searchable || t.create ? (o(), l("div", wg, [
|
|
9331
9334
|
t.searchable ? (o(), b(r, {
|
|
9332
9335
|
key: 0,
|
|
9333
9336
|
modelValue: n.searchInputValue,
|
|
@@ -9357,13 +9360,13 @@ function xg(e, s, t, a, n, i) {
|
|
|
9357
9360
|
borderless: ""
|
|
9358
9361
|
}, {
|
|
9359
9362
|
default: S(() => [
|
|
9360
|
-
e.$slots.default ? p(e.$slots, "default", { key: 0 }, void 0, !0) : (o(), l("div",
|
|
9363
|
+
e.$slots.default ? p(e.$slots, "default", { key: 0 }, void 0, !0) : (o(), l("div", Sg, w(t.emptyMessage), 1))
|
|
9361
9364
|
]),
|
|
9362
9365
|
_: 3
|
|
9363
9366
|
}, 8, ["height", "padding"])
|
|
9364
9367
|
], 6);
|
|
9365
9368
|
}
|
|
9366
|
-
const
|
|
9369
|
+
const Xb = /* @__PURE__ */ v(kg, [["render", Cg], ["__scopeId", "data-v-feb6cf8d"]]), xg = {
|
|
9367
9370
|
name: "ecs-form-group",
|
|
9368
9371
|
components: { EcsText: nt },
|
|
9369
9372
|
props: {
|
|
@@ -9397,7 +9400,7 @@ const Zb = /* @__PURE__ */ v(wg, [["render", xg], ["__scopeId", "data-v-feb6cf8d
|
|
|
9397
9400
|
}
|
|
9398
9401
|
}
|
|
9399
9402
|
};
|
|
9400
|
-
function
|
|
9403
|
+
function Bg(e, s, t, a, n, i) {
|
|
9401
9404
|
const r = g("ecs-text");
|
|
9402
9405
|
return o(), l("div", {
|
|
9403
9406
|
class: h(["ecs-form-group", t.error ? "error" : ""])
|
|
@@ -9423,21 +9426,21 @@ function zg(e, s, t, a, n, i) {
|
|
|
9423
9426
|
}, null, 8, ["innerHTML"])) : u("", !0)
|
|
9424
9427
|
], 2);
|
|
9425
9428
|
}
|
|
9426
|
-
const
|
|
9429
|
+
const zg = /* @__PURE__ */ v(xg, [["render", Bg], ["__scopeId", "data-v-2a3b81f3"]]), Ig = {}, Eg = { class: "ecs-form-headline" }, $g = { class: "ecs-form-headline-main" }, Pg = {
|
|
9427
9430
|
key: 0,
|
|
9428
9431
|
class: "ecs-form-headline-controls"
|
|
9429
9432
|
};
|
|
9430
|
-
function
|
|
9431
|
-
return o(), l("div",
|
|
9432
|
-
f("h2",
|
|
9433
|
+
function Tg(e, s) {
|
|
9434
|
+
return o(), l("div", Eg, [
|
|
9435
|
+
f("h2", $g, [
|
|
9433
9436
|
p(e.$slots, "default", {}, void 0, !0)
|
|
9434
9437
|
]),
|
|
9435
|
-
e.$slots.controls ? (o(), l("div",
|
|
9438
|
+
e.$slots.controls ? (o(), l("div", Pg, [
|
|
9436
9439
|
p(e.$slots, "controls", {}, void 0, !0)
|
|
9437
9440
|
])) : u("", !0)
|
|
9438
9441
|
]);
|
|
9439
9442
|
}
|
|
9440
|
-
const
|
|
9443
|
+
const Zb = /* @__PURE__ */ v(Ig, [["render", Tg], ["__scopeId", "data-v-16833f69"]]), Mg = {
|
|
9441
9444
|
name: "ecs-form-set",
|
|
9442
9445
|
props: {
|
|
9443
9446
|
/** Indicates an error state. */
|
|
@@ -9451,17 +9454,17 @@ const Jb = /* @__PURE__ */ v(Eg, [["render", Mg], ["__scopeId", "data-v-16833f69
|
|
|
9451
9454
|
required: !0
|
|
9452
9455
|
}
|
|
9453
9456
|
}
|
|
9454
|
-
},
|
|
9455
|
-
function
|
|
9457
|
+
}, Lg = ["aria-invalid"], Og = { class: "ecs-form-set-title" };
|
|
9458
|
+
function Ag(e, s, t, a, n, i) {
|
|
9456
9459
|
return o(), l("fieldset", {
|
|
9457
9460
|
class: h(["ecs-form-set", t.error ? "error" : ""]),
|
|
9458
9461
|
"aria-invalid": t.error || null
|
|
9459
9462
|
}, [
|
|
9460
|
-
f("legend",
|
|
9463
|
+
f("legend", Og, w(t.title), 1),
|
|
9461
9464
|
p(e.$slots, "default", {}, void 0, !0)
|
|
9462
|
-
], 10,
|
|
9465
|
+
], 10, Lg);
|
|
9463
9466
|
}
|
|
9464
|
-
const
|
|
9467
|
+
const Jb = /* @__PURE__ */ v(Mg, [["render", Ag], ["__scopeId", "data-v-c9188464"]]), Ng = {
|
|
9465
9468
|
name: "ecs-highlight",
|
|
9466
9469
|
props: {
|
|
9467
9470
|
/** Makes the highlight area visible. */
|
|
@@ -9532,7 +9535,7 @@ const Qb = /* @__PURE__ */ v(Lg, [["render", Ng], ["__scopeId", "data-v-c9188464
|
|
|
9532
9535
|
}
|
|
9533
9536
|
}
|
|
9534
9537
|
};
|
|
9535
|
-
function
|
|
9538
|
+
function Dg(e, s, t, a, n, i) {
|
|
9536
9539
|
return o(), b(me, {
|
|
9537
9540
|
name: "fade",
|
|
9538
9541
|
appear: ""
|
|
@@ -9541,7 +9544,7 @@ function Rg(e, s, t, a, n, i) {
|
|
|
9541
9544
|
i.showHighlight ? (o(), l("div", {
|
|
9542
9545
|
key: 0,
|
|
9543
9546
|
class: h(["ecs-highlight", [i.classes]]),
|
|
9544
|
-
style:
|
|
9547
|
+
style: B({ ...i.highlightColor, ...i.borderRadiusStyle, ...i.insetStyles })
|
|
9545
9548
|
}, [
|
|
9546
9549
|
t.layout === "wrap" ? p(e.$slots, "default", { key: 0 }, void 0, !0) : u("", !0)
|
|
9547
9550
|
], 6)) : u("", !0)
|
|
@@ -9549,7 +9552,7 @@ function Rg(e, s, t, a, n, i) {
|
|
|
9549
9552
|
_: 3
|
|
9550
9553
|
});
|
|
9551
9554
|
}
|
|
9552
|
-
const
|
|
9555
|
+
const Qb = /* @__PURE__ */ v(Ng, [["render", Dg], ["__scopeId", "data-v-48ec2945"]]), Rg = {
|
|
9553
9556
|
name: "ecs-toolbar",
|
|
9554
9557
|
props: {
|
|
9555
9558
|
/** Determines the type of the toolbar. */
|
|
@@ -9559,19 +9562,19 @@ const e_ = /* @__PURE__ */ v(Dg, [["render", Rg], ["__scopeId", "data-v-48ec2945
|
|
|
9559
9562
|
default: "index"
|
|
9560
9563
|
}
|
|
9561
9564
|
}
|
|
9562
|
-
},
|
|
9565
|
+
}, Fg = {
|
|
9563
9566
|
class: "ecs-toolbar",
|
|
9564
9567
|
role: "toolbar",
|
|
9565
9568
|
"aria-label": "Main"
|
|
9566
9569
|
};
|
|
9567
|
-
function
|
|
9568
|
-
return o(), l("div",
|
|
9570
|
+
function Vg(e, s, t, a, n, i) {
|
|
9571
|
+
return o(), l("div", Fg, [
|
|
9569
9572
|
p(e.$slots, "default", {}, void 0, !0)
|
|
9570
9573
|
]);
|
|
9571
9574
|
}
|
|
9572
|
-
const
|
|
9575
|
+
const Hg = /* @__PURE__ */ v(Rg, [["render", Vg], ["__scopeId", "data-v-a6ddde36"]]), qg = {
|
|
9573
9576
|
name: "ecs-index-toolbar",
|
|
9574
|
-
components: { EcsToolbar:
|
|
9577
|
+
components: { EcsToolbar: Hg, EcsButtonToolbarGroup: Ht, EcsFlexCol: lg, EcsFlexRow: Te },
|
|
9575
9578
|
props: {
|
|
9576
9579
|
/** The label used to describe the objects shown in the index view. E.g.: "Entries", "Profiles", etc. */
|
|
9577
9580
|
type: {
|
|
@@ -9589,8 +9592,8 @@ const qg = /* @__PURE__ */ v(Fg, [["render", Hg], ["__scopeId", "data-v-a6ddde36
|
|
|
9589
9592
|
dismissed: !1
|
|
9590
9593
|
};
|
|
9591
9594
|
}
|
|
9592
|
-
},
|
|
9593
|
-
function
|
|
9595
|
+
}, Wg = { class: "ecs-toolbar-search" }, jg = { class: "number" }, Ug = { class: "type" }, Gg = { class: "ecs-toolbar-right-section" }, Kg = { class: "ecs-toolbar-right-section" };
|
|
9596
|
+
function Yg(e, s, t, a, n, i) {
|
|
9594
9597
|
const r = g("ecs-button-toolbar-group"), c = g("ecs-flex-row"), d = g("ecs-flex-col"), m = g("ecs-toolbar");
|
|
9595
9598
|
return o(), b(m, { class: "ecs-index-toolbar" }, {
|
|
9596
9599
|
default: S(() => [
|
|
@@ -9604,7 +9607,7 @@ function Xg(e, s, t, a, n, i) {
|
|
|
9604
9607
|
]),
|
|
9605
9608
|
_: 3
|
|
9606
9609
|
})) : u("", !0),
|
|
9607
|
-
f("div",
|
|
9610
|
+
f("div", Wg, [
|
|
9608
9611
|
p(e.$slots, "search", {}, void 0, !0)
|
|
9609
9612
|
]),
|
|
9610
9613
|
_(c, {
|
|
@@ -9612,8 +9615,8 @@ function Xg(e, s, t, a, n, i) {
|
|
|
9612
9615
|
class: "ecs-toolbar-search-results"
|
|
9613
9616
|
}, {
|
|
9614
9617
|
default: S(() => [
|
|
9615
|
-
f("span",
|
|
9616
|
-
f("span",
|
|
9618
|
+
f("span", jg, w(t.count), 1),
|
|
9619
|
+
f("span", Ug, w(t.type), 1)
|
|
9617
9620
|
]),
|
|
9618
9621
|
_: 1
|
|
9619
9622
|
})
|
|
@@ -9622,10 +9625,10 @@ function Xg(e, s, t, a, n, i) {
|
|
|
9622
9625
|
}),
|
|
9623
9626
|
_(d, { columns: 3 }, {
|
|
9624
9627
|
default: S(() => [
|
|
9625
|
-
f("div",
|
|
9628
|
+
f("div", Gg, [
|
|
9626
9629
|
p(e.$slots, "actions-left", {}, void 0, !0)
|
|
9627
9630
|
]),
|
|
9628
|
-
f("div",
|
|
9631
|
+
f("div", Kg, [
|
|
9629
9632
|
p(e.$slots, "actions-right", {}, void 0, !0)
|
|
9630
9633
|
])
|
|
9631
9634
|
]),
|
|
@@ -9638,7 +9641,7 @@ function Xg(e, s, t, a, n, i) {
|
|
|
9638
9641
|
_: 3
|
|
9639
9642
|
});
|
|
9640
9643
|
}
|
|
9641
|
-
const
|
|
9644
|
+
const e_ = /* @__PURE__ */ v(qg, [["render", Yg], ["__scopeId", "data-v-3e639a35"]]), Xg = {
|
|
9642
9645
|
name: "ecs-info-tooltip",
|
|
9643
9646
|
emits: ["click"],
|
|
9644
9647
|
components: {
|
|
@@ -9657,7 +9660,7 @@ const t_ = /* @__PURE__ */ v(Wg, [["render", Xg], ["__scopeId", "data-v-3e639a35
|
|
|
9657
9660
|
}
|
|
9658
9661
|
}
|
|
9659
9662
|
};
|
|
9660
|
-
function
|
|
9663
|
+
function Zg(e, s, t, a, n, i) {
|
|
9661
9664
|
const r = g("ecs-icon");
|
|
9662
9665
|
return o(), l("i", {
|
|
9663
9666
|
class: "ecs-info-tooltip",
|
|
@@ -9669,7 +9672,7 @@ function Jg(e, s, t, a, n, i) {
|
|
|
9669
9672
|
}, null, 8, ["type"])
|
|
9670
9673
|
]);
|
|
9671
9674
|
}
|
|
9672
|
-
const
|
|
9675
|
+
const t_ = /* @__PURE__ */ v(Xg, [["render", Zg], ["__scopeId", "data-v-97a5e4d9"]]), Jg = {
|
|
9673
9676
|
name: "ecs-input",
|
|
9674
9677
|
emits: ["update:modelValue", "change", "keyup", "blur"],
|
|
9675
9678
|
props: {
|
|
@@ -9750,8 +9753,8 @@ const s_ = /* @__PURE__ */ v(Zg, [["render", Jg], ["__scopeId", "data-v-97a5e4d9
|
|
|
9750
9753
|
return this.format && this.format !== "" ? `ecs-form-control-format-${this.format}` : this.format;
|
|
9751
9754
|
}
|
|
9752
9755
|
}
|
|
9753
|
-
},
|
|
9754
|
-
function
|
|
9756
|
+
}, Qg = ["value", "type", "name", "disabled", "required", "readonly", "placeholder", "autocomplete", "min", "max", "step", "id"], em = ["value", "name", "disabled", "required", "readonly", "placeholder", "id"];
|
|
9757
|
+
function tm(e, s, t, a, n, i) {
|
|
9755
9758
|
return t.type != "textarea" ? (o(), l("input", De({
|
|
9756
9759
|
key: 0,
|
|
9757
9760
|
class: ["ecs-form-control", [
|
|
@@ -9778,7 +9781,7 @@ function sm(e, s, t, a, n, i) {
|
|
|
9778
9781
|
step: t.step,
|
|
9779
9782
|
ref: t.refr,
|
|
9780
9783
|
id: t.refr
|
|
9781
|
-
}), null, 16,
|
|
9784
|
+
}), null, 16, Qg)) : (o(), l("textarea", De({
|
|
9782
9785
|
key: 1,
|
|
9783
9786
|
class: ["ecs-form-control", [
|
|
9784
9787
|
i.sizeClass,
|
|
@@ -9799,9 +9802,9 @@ function sm(e, s, t, a, n, i) {
|
|
|
9799
9802
|
}, e.$attrs, {
|
|
9800
9803
|
ref: t.refr,
|
|
9801
9804
|
id: t.refr
|
|
9802
|
-
}), null, 16,
|
|
9805
|
+
}), null, 16, em));
|
|
9803
9806
|
}
|
|
9804
|
-
const
|
|
9807
|
+
const sm = /* @__PURE__ */ v(Jg, [["render", tm], ["__scopeId", "data-v-0024f16c"]]), im = {
|
|
9805
9808
|
name: "ecs-input-group-addon",
|
|
9806
9809
|
components: { EcsIcon: M },
|
|
9807
9810
|
props: {
|
|
@@ -9821,7 +9824,7 @@ const im = /* @__PURE__ */ v(Qg, [["render", sm], ["__scopeId", "data-v-0024f16c
|
|
|
9821
9824
|
}
|
|
9822
9825
|
}
|
|
9823
9826
|
};
|
|
9824
|
-
function
|
|
9827
|
+
function nm(e, s, t, a, n, i) {
|
|
9825
9828
|
const r = g("ecs-icon");
|
|
9826
9829
|
return o(), l("span", {
|
|
9827
9830
|
class: h(["ecs-input-group-addon", [i.iconClass, t.button ? "has-button" : ""]])
|
|
@@ -9835,13 +9838,13 @@ function am(e, s, t, a, n, i) {
|
|
|
9835
9838
|
}, null, 8, ["type"])) : u("", !0)
|
|
9836
9839
|
], 2);
|
|
9837
9840
|
}
|
|
9838
|
-
const
|
|
9841
|
+
const s_ = /* @__PURE__ */ v(im, [["render", nm]]), am = {
|
|
9839
9842
|
name: "ecs-input-connector"
|
|
9840
|
-
},
|
|
9841
|
-
function
|
|
9842
|
-
return o(), l("span",
|
|
9843
|
+
}, om = { class: "ecs-input-group-addon connector" };
|
|
9844
|
+
function rm(e, s, t, a, n, i) {
|
|
9845
|
+
return o(), l("span", om);
|
|
9843
9846
|
}
|
|
9844
|
-
const
|
|
9847
|
+
const i_ = /* @__PURE__ */ v(am, [["render", rm]]), lm = {
|
|
9845
9848
|
name: "ecs-input-float",
|
|
9846
9849
|
emits: ["input"],
|
|
9847
9850
|
mixins: [ue],
|
|
@@ -9915,9 +9918,9 @@ const n_ = /* @__PURE__ */ v(om, [["render", lm]]), cm = {
|
|
|
9915
9918
|
created() {
|
|
9916
9919
|
this.uniqueId = this.generateUniqueId();
|
|
9917
9920
|
}
|
|
9918
|
-
},
|
|
9919
|
-
function
|
|
9920
|
-
return o(), l("div",
|
|
9921
|
+
}, cm = { class: "form-group has-float-label" }, dm = ["id", "type", "name", "disabled", "required", "readonly", "placeholder", "autocomplete", "value"], um = ["for"];
|
|
9922
|
+
function fm(e, s, t, a, n, i) {
|
|
9923
|
+
return o(), l("div", cm, [
|
|
9921
9924
|
f("input", De({
|
|
9922
9925
|
class: ["form-control", [
|
|
9923
9926
|
i.sizeClass,
|
|
@@ -9933,11 +9936,11 @@ function gm(e, s, t, a, n, i) {
|
|
|
9933
9936
|
autocomplete: t.autocomplete,
|
|
9934
9937
|
value: t.value,
|
|
9935
9938
|
onInput: s[0] || (s[0] = (...r) => i.changeValue && i.changeValue(...r))
|
|
9936
|
-
}, e.$attrs), null, 16,
|
|
9937
|
-
f("label", { for: n.uniqueId }, w(t.label), 9,
|
|
9939
|
+
}, e.$attrs), null, 16, dm),
|
|
9940
|
+
f("label", { for: n.uniqueId }, w(t.label), 9, um)
|
|
9938
9941
|
]);
|
|
9939
9942
|
}
|
|
9940
|
-
const
|
|
9943
|
+
const n_ = /* @__PURE__ */ v(lm, [["render", fm], ["__scopeId", "data-v-3191dd13"]]), gm = {
|
|
9941
9944
|
props: {
|
|
9942
9945
|
/** If the input group contains only one input element, set this prop to true. */
|
|
9943
9946
|
singleInput: {
|
|
@@ -9946,14 +9949,14 @@ const a_ = /* @__PURE__ */ v(cm, [["render", gm], ["__scopeId", "data-v-3191dd13
|
|
|
9946
9949
|
}
|
|
9947
9950
|
}
|
|
9948
9951
|
};
|
|
9949
|
-
function
|
|
9952
|
+
function mm(e, s, t, a, n, i) {
|
|
9950
9953
|
return o(), l("div", {
|
|
9951
9954
|
class: h(["ecs-input-group", t.singleInput ? "ecs-input-group-single" : ""])
|
|
9952
9955
|
}, [
|
|
9953
9956
|
p(e.$slots, "default")
|
|
9954
9957
|
], 2);
|
|
9955
9958
|
}
|
|
9956
|
-
const
|
|
9959
|
+
const a_ = /* @__PURE__ */ v(gm, [["render", mm]]), pm = {
|
|
9957
9960
|
name: "ecs-jumper-document",
|
|
9958
9961
|
emits: [
|
|
9959
9962
|
"goToPrev",
|
|
@@ -10015,11 +10018,11 @@ const o_ = /* @__PURE__ */ v(mm, [["render", pm]]), hm = {
|
|
|
10015
10018
|
this.$emit("indexPosKeyPressed", e), e.stopPropagation(), e.key == "Enter" && e.preventDefault();
|
|
10016
10019
|
}
|
|
10017
10020
|
}
|
|
10018
|
-
},
|
|
10021
|
+
}, hm = {
|
|
10019
10022
|
key: 0,
|
|
10020
10023
|
class: "ecs-viewer-toolbar-jumper-inputs"
|
|
10021
|
-
},
|
|
10022
|
-
function
|
|
10024
|
+
}, vm = ["disabled"];
|
|
10025
|
+
function ym(e, s, t, a, n, i) {
|
|
10023
10026
|
const r = g("ecs-button-toolbar"), c = g("ecs-button-toolbar-group");
|
|
10024
10027
|
return o(), b(c, { class: "ecs-viewer-toolbar-jumper" }, {
|
|
10025
10028
|
default: S(() => [
|
|
@@ -10031,7 +10034,7 @@ function bm(e, s, t, a, n, i) {
|
|
|
10031
10034
|
icon: "toolbar-page-navigation",
|
|
10032
10035
|
"aria-label": i.ariaLabelPrev
|
|
10033
10036
|
}, null, 8, ["disabled", "title", "aria-label"]),
|
|
10034
|
-
t.showCount ? (o(), l("div",
|
|
10037
|
+
t.showCount ? (o(), l("div", hm, [
|
|
10035
10038
|
f("div", {
|
|
10036
10039
|
onClick: s[1] || (s[1] = (d) => e.$emit("selectCurEntryText")),
|
|
10037
10040
|
onKeydown: s[2] || (s[2] = (...d) => i.indexPosKeyPressed && i.indexPosKeyPressed(...d)),
|
|
@@ -10040,7 +10043,7 @@ function bm(e, s, t, a, n, i) {
|
|
|
10040
10043
|
class: "ecs-viewer-toolbar-jumper-input",
|
|
10041
10044
|
disabled: t.navigating || null,
|
|
10042
10045
|
id: "currEntry"
|
|
10043
|
-
}, w(t.currentEntry), 41,
|
|
10046
|
+
}, w(t.currentEntry), 41, vm),
|
|
10044
10047
|
D(" / "),
|
|
10045
10048
|
f("div", null, w(t.totalEntries), 1)
|
|
10046
10049
|
])) : u("", !0),
|
|
@@ -10056,7 +10059,7 @@ function bm(e, s, t, a, n, i) {
|
|
|
10056
10059
|
_: 1
|
|
10057
10060
|
});
|
|
10058
10061
|
}
|
|
10059
|
-
const
|
|
10062
|
+
const o_ = /* @__PURE__ */ v(pm, [["render", ym], ["__scopeId", "data-v-9ff41728"]]), bm = {
|
|
10060
10063
|
name: "ecs-jumper-index",
|
|
10061
10064
|
emits: [
|
|
10062
10065
|
"nextSearchResult",
|
|
@@ -10125,14 +10128,14 @@ const r_ = /* @__PURE__ */ v(hm, [["render", bm], ["__scopeId", "data-v-9ff41728
|
|
|
10125
10128
|
this.$emit("setSearchResultCount", e), e.stopPropagation(), e.key == "Enter" && e.preventDefault();
|
|
10126
10129
|
}
|
|
10127
10130
|
}
|
|
10128
|
-
},
|
|
10131
|
+
}, _m = {
|
|
10129
10132
|
key: 0,
|
|
10130
10133
|
class: "ecs-jumper-count"
|
|
10131
|
-
},
|
|
10134
|
+
}, km = { class: "ecs-jumper-count-current" }, wm = { class: "ecs-jumper-count-total" }, Sm = {
|
|
10132
10135
|
key: 1,
|
|
10133
10136
|
class: "ecs-jumper-count-inputs"
|
|
10134
10137
|
};
|
|
10135
|
-
function
|
|
10138
|
+
function Cm(e, s, t, a, n, i) {
|
|
10136
10139
|
const r = g("ecs-button-toolbar"), c = g("ecs-button-toolbar-group");
|
|
10137
10140
|
return o(), b(c, { class: "ecs-jumper" }, {
|
|
10138
10141
|
default: S(() => [
|
|
@@ -10143,11 +10146,11 @@ function xm(e, s, t, a, n, i) {
|
|
|
10143
10146
|
"aria-label": i.ariaLabelPrev,
|
|
10144
10147
|
class: "ecs-jumper-previous"
|
|
10145
10148
|
}, null, 8, ["onClick", "disabled", "title", "aria-label"]),
|
|
10146
|
-
t.showCount && !t.inputPagination ? (o(), l("div",
|
|
10147
|
-
f("span",
|
|
10148
|
-
f("span",
|
|
10149
|
+
t.showCount && !t.inputPagination ? (o(), l("div", _m, [
|
|
10150
|
+
f("span", km, w(i.currentPosition), 1),
|
|
10151
|
+
f("span", wm, "/" + w(t.maxCount), 1)
|
|
10149
10152
|
])) : u("", !0),
|
|
10150
|
-
t.inputPagination ? (o(), l("div",
|
|
10153
|
+
t.inputPagination ? (o(), l("div", Sm, [
|
|
10151
10154
|
f("div", {
|
|
10152
10155
|
onClick: s[0] || (s[0] = (...d) => i.selectSearchResultCount && i.selectSearchResultCount(...d)),
|
|
10153
10156
|
onKeydown: s[1] || (s[1] = (...d) => i.setSearchResultCount && i.setSearchResultCount(...d)),
|
|
@@ -10168,7 +10171,7 @@ function xm(e, s, t, a, n, i) {
|
|
|
10168
10171
|
_: 1
|
|
10169
10172
|
});
|
|
10170
10173
|
}
|
|
10171
|
-
const
|
|
10174
|
+
const r_ = /* @__PURE__ */ v(bm, [["render", Cm], ["__scopeId", "data-v-e2edd2d3"]]), xm = {
|
|
10172
10175
|
name: "ecs-jumper-page",
|
|
10173
10176
|
emits: [
|
|
10174
10177
|
"selectCurPageText",
|
|
@@ -10223,19 +10226,19 @@ const l_ = /* @__PURE__ */ v(_m, [["render", xm], ["__scopeId", "data-v-e2edd2d3
|
|
|
10223
10226
|
this.$emit("currentPageKeyPressed", e), e.stopPropagation(), e.key == "Enter" && e.preventDefault();
|
|
10224
10227
|
}
|
|
10225
10228
|
}
|
|
10226
|
-
},
|
|
10229
|
+
}, Bm = { class: "ecs-viewer-pages" }, zm = { class: "ecs-viewer-pages-inner" }, Im = { class: "ecs-viewer-pages-pagination" }, Em = { class: "total-pages" }, $m = {
|
|
10227
10230
|
key: 0,
|
|
10228
10231
|
class: "page-missing-gaps",
|
|
10229
10232
|
title: "This transcript has missing page gaps"
|
|
10230
|
-
},
|
|
10233
|
+
}, Pm = { class: "ecs-viewer-pages-pagination" }, Tm = { class: "total-pages-relative" }, Mm = { class: "total-pages-relative" }, Lm = {
|
|
10231
10234
|
key: 1,
|
|
10232
10235
|
class: "ecs-viewer-pages-pagination"
|
|
10233
|
-
},
|
|
10234
|
-
function
|
|
10235
|
-
return o(), l("div",
|
|
10236
|
-
f("div",
|
|
10236
|
+
}, Om = ["innerHTML"], Am = { class: "total-pages" };
|
|
10237
|
+
function Nm(e, s, t, a, n, i) {
|
|
10238
|
+
return o(), l("div", Bm, [
|
|
10239
|
+
f("div", zm, [
|
|
10237
10240
|
i.showAltPageNumbers ? (o(), l(J, { key: 0 }, [
|
|
10238
|
-
f("div",
|
|
10241
|
+
f("div", Im, [
|
|
10239
10242
|
f("div", {
|
|
10240
10243
|
onClick: s[0] || (s[0] = (r) => e.$emit("selectCurPageText")),
|
|
10241
10244
|
onKeydown: s[1] || (s[1] = (r) => i.pageKeyPressed(r, "relative")),
|
|
@@ -10244,14 +10247,14 @@ function Dm(e, s, t, a, n, i) {
|
|
|
10244
10247
|
class: "current-page",
|
|
10245
10248
|
id: "currPage"
|
|
10246
10249
|
}, w(t.currentPage), 33),
|
|
10247
|
-
f("div",
|
|
10248
|
-
t.isTranscriptMissingPages ? (o(), l("span",
|
|
10250
|
+
f("div", Em, "of " + w(t.lastPage), 1),
|
|
10251
|
+
t.isTranscriptMissingPages ? (o(), l("span", $m, "*")) : u("", !0)
|
|
10249
10252
|
]),
|
|
10250
|
-
f("div",
|
|
10251
|
-
f("div",
|
|
10252
|
-
f("div",
|
|
10253
|
+
f("div", Pm, [
|
|
10254
|
+
f("div", Tm, w(i.altPageNumber) + " ", 1),
|
|
10255
|
+
f("div", Mm, "of " + w(t.pageCount), 1)
|
|
10253
10256
|
])
|
|
10254
|
-
], 64)) : (o(), l("div",
|
|
10257
|
+
], 64)) : (o(), l("div", Lm, [
|
|
10255
10258
|
f("div", {
|
|
10256
10259
|
innerHTML: t.currentPage,
|
|
10257
10260
|
onClick: s[3] || (s[3] = (r) => e.$emit("selectCurPageText")),
|
|
@@ -10260,13 +10263,13 @@ function Dm(e, s, t, a, n, i) {
|
|
|
10260
10263
|
contenteditable: !0,
|
|
10261
10264
|
class: "current-page",
|
|
10262
10265
|
id: "currPage"
|
|
10263
|
-
}, null, 40,
|
|
10264
|
-
f("div",
|
|
10266
|
+
}, null, 40, Om),
|
|
10267
|
+
f("div", Am, "of " + w(t.pageCount), 1)
|
|
10265
10268
|
]))
|
|
10266
10269
|
])
|
|
10267
10270
|
]);
|
|
10268
10271
|
}
|
|
10269
|
-
const
|
|
10272
|
+
const l_ = /* @__PURE__ */ v(xm, [["render", Nm], ["__scopeId", "data-v-0346f2c1"]]), Dm = {
|
|
10270
10273
|
// eslint-disable-next-line vue/multi-word-component-names
|
|
10271
10274
|
name: "ecs-pane",
|
|
10272
10275
|
inject: ["requestUpdate", "onPaneAdd", "onPaneRemove", "onPaneClick"],
|
|
@@ -10316,16 +10319,16 @@ const c_ = /* @__PURE__ */ v(Bm, [["render", Dm], ["__scopeId", "data-v-0346f2c1
|
|
|
10316
10319
|
}
|
|
10317
10320
|
}
|
|
10318
10321
|
};
|
|
10319
|
-
function
|
|
10322
|
+
function Rm(e, s, t, a, n, i) {
|
|
10320
10323
|
return o(), l("div", {
|
|
10321
10324
|
class: "ecs-pane",
|
|
10322
10325
|
onClick: s[0] || (s[0] = (r) => i.onPaneClick(r, e._.uid)),
|
|
10323
|
-
style:
|
|
10326
|
+
style: B(e.style)
|
|
10324
10327
|
}, [
|
|
10325
10328
|
p(e.$slots, "default")
|
|
10326
10329
|
], 4);
|
|
10327
10330
|
}
|
|
10328
|
-
const
|
|
10331
|
+
const Fm = /* @__PURE__ */ v(Dm, [["render", Rm]]), Vm = {
|
|
10329
10332
|
// eslint-disable-next-line vue/multi-word-component-names
|
|
10330
10333
|
name: "ecs-splitpanes",
|
|
10331
10334
|
emits: ["ready", "resize", "resized", "pane-click", "pane-maximize", "pane-add", "pane-remove", "splitter-click"],
|
|
@@ -10622,11 +10625,11 @@ const Vm = /* @__PURE__ */ v(Rm, [["render", Fm]]), Hm = {
|
|
|
10622
10625
|
this.$slots.default()
|
|
10623
10626
|
);
|
|
10624
10627
|
}
|
|
10625
|
-
},
|
|
10628
|
+
}, Hm = {
|
|
10626
10629
|
name: "ecs-layout-index",
|
|
10627
10630
|
components: {
|
|
10628
|
-
EcsPane:
|
|
10629
|
-
EcsSplitpanes:
|
|
10631
|
+
EcsPane: Fm,
|
|
10632
|
+
EcsSplitpanes: Vm
|
|
10630
10633
|
},
|
|
10631
10634
|
props: {
|
|
10632
10635
|
/** Needs to be set if the sidebar should be overlaying the content, instead of pushing the content to the left. */
|
|
@@ -10663,14 +10666,14 @@ const Vm = /* @__PURE__ */ v(Rm, [["render", Fm]]), Hm = {
|
|
|
10663
10666
|
return this.overlaySidebar && this.$slots.sidebar ? "bottom: 40px;" : "bottom: 0px;";
|
|
10664
10667
|
}
|
|
10665
10668
|
}
|
|
10666
|
-
},
|
|
10669
|
+
}, qm = { class: "ecs-index-layout-contents" }, Wm = {
|
|
10667
10670
|
key: 0,
|
|
10668
10671
|
class: "ecs-index-layout-table scrollbar"
|
|
10669
|
-
},
|
|
10672
|
+
}, jm = {
|
|
10670
10673
|
key: 2,
|
|
10671
10674
|
class: "ecs-index-layout-pagination"
|
|
10672
10675
|
};
|
|
10673
|
-
function
|
|
10676
|
+
function Um(e, s, t, a, n, i) {
|
|
10674
10677
|
const r = g("ecs-pane"), c = g("ecs-splitpanes");
|
|
10675
10678
|
return o(), l("div", {
|
|
10676
10679
|
class: h(["ecs-index-layout", [t.backgroundWhite ? "background-white" : ""]])
|
|
@@ -10680,7 +10683,7 @@ function Gm(e, s, t, a, n, i) {
|
|
|
10680
10683
|
f("div", {
|
|
10681
10684
|
class: h(["ecs-index-layout-wrap", [t.indent ? "indent" : ""]])
|
|
10682
10685
|
}, [
|
|
10683
|
-
f("main",
|
|
10686
|
+
f("main", qm, [
|
|
10684
10687
|
t.splitPane ? (o(), b(c, { key: 1 }, {
|
|
10685
10688
|
default: S(() => [
|
|
10686
10689
|
_(r, {
|
|
@@ -10707,24 +10710,24 @@ function Gm(e, s, t, a, n, i) {
|
|
|
10707
10710
|
}, 8, ["size", "minSize", "maxSize"])) : u("", !0)
|
|
10708
10711
|
]),
|
|
10709
10712
|
_: 3
|
|
10710
|
-
})) : (o(), l("div",
|
|
10713
|
+
})) : (o(), l("div", Wm, [
|
|
10711
10714
|
p(e.$slots, "default", {}, void 0, !0)
|
|
10712
10715
|
])),
|
|
10713
|
-
e.$slots.pagination ? (o(), l("div",
|
|
10716
|
+
e.$slots.pagination ? (o(), l("div", jm, [
|
|
10714
10717
|
p(e.$slots, "pagination", {}, void 0, !0)
|
|
10715
10718
|
])) : u("", !0)
|
|
10716
10719
|
]),
|
|
10717
10720
|
e.$slots.sidebar ? (o(), l("div", {
|
|
10718
10721
|
key: 0,
|
|
10719
10722
|
class: h(["ecs-index-layout-sidebar", [t.overlaySidebar ? "overlay" : ""]]),
|
|
10720
|
-
style:
|
|
10723
|
+
style: B(i.sidebarPosition)
|
|
10721
10724
|
}, [
|
|
10722
10725
|
p(e.$slots, "sidebar", {}, void 0, !0)
|
|
10723
10726
|
], 6)) : u("", !0)
|
|
10724
10727
|
], 2)
|
|
10725
10728
|
], 2);
|
|
10726
10729
|
}
|
|
10727
|
-
const
|
|
10730
|
+
const c_ = /* @__PURE__ */ v(Hm, [["render", Um], ["__scopeId", "data-v-5cfb4bdd"]]), Gm = {
|
|
10728
10731
|
name: "ecs-layout-directory",
|
|
10729
10732
|
props: {
|
|
10730
10733
|
/** Needs to be set if the sidebar should be overlaying the content, instead of pushing the content to the left. */
|
|
@@ -10738,20 +10741,20 @@ const d_ = /* @__PURE__ */ v(qm, [["render", Gm], ["__scopeId", "data-v-5cfb4bdd
|
|
|
10738
10741
|
default: !1
|
|
10739
10742
|
}
|
|
10740
10743
|
}
|
|
10741
|
-
},
|
|
10744
|
+
}, Km = { class: "ecs-directory-layout" }, Ym = { class: "ecs-directory-layout-wrap" }, Xm = { class: "ecs-directory-layout-contents" }, Zm = {
|
|
10742
10745
|
key: 0,
|
|
10743
10746
|
class: "ecs-directory-layout-directory"
|
|
10744
|
-
},
|
|
10747
|
+
}, Jm = {
|
|
10745
10748
|
key: 1,
|
|
10746
10749
|
class: "ecs-directory-layout-sidebar"
|
|
10747
10750
|
};
|
|
10748
|
-
function
|
|
10749
|
-
return o(), l("div",
|
|
10751
|
+
function Qm(e, s, t, a, n, i) {
|
|
10752
|
+
return o(), l("div", Km, [
|
|
10750
10753
|
p(e.$slots, "toolbar", {}, void 0, !0),
|
|
10751
10754
|
p(e.$slots, "action-toolbar", {}, void 0, !0),
|
|
10752
|
-
f("div",
|
|
10753
|
-
f("div",
|
|
10754
|
-
e.$slots.directory ? (o(), l("aside",
|
|
10755
|
+
f("div", Ym, [
|
|
10756
|
+
f("div", Xm, [
|
|
10757
|
+
e.$slots.directory ? (o(), l("aside", Zm, [
|
|
10755
10758
|
p(e.$slots, "directory", {}, void 0, !0)
|
|
10756
10759
|
])) : u("", !0),
|
|
10757
10760
|
f("main", {
|
|
@@ -10759,14 +10762,14 @@ function ep(e, s, t, a, n, i) {
|
|
|
10759
10762
|
}, [
|
|
10760
10763
|
p(e.$slots, "default", {}, void 0, !0)
|
|
10761
10764
|
], 2),
|
|
10762
|
-
e.$slots.sidebar ? (o(), l("div",
|
|
10765
|
+
e.$slots.sidebar ? (o(), l("div", Jm, [
|
|
10763
10766
|
p(e.$slots, "sidebar", {}, void 0, !0)
|
|
10764
10767
|
])) : u("", !0)
|
|
10765
10768
|
])
|
|
10766
10769
|
])
|
|
10767
10770
|
]);
|
|
10768
10771
|
}
|
|
10769
|
-
const
|
|
10772
|
+
const d_ = /* @__PURE__ */ v(Gm, [["render", Qm], ["__scopeId", "data-v-dd8572c4"]]), ep = {
|
|
10770
10773
|
name: "ecs-layout-data-table",
|
|
10771
10774
|
components: { EcsActionToolbar: wi, EcsButton: Se },
|
|
10772
10775
|
mixins: [ue],
|
|
@@ -10807,22 +10810,22 @@ const u_ = /* @__PURE__ */ v(Km, [["render", ep], ["__scopeId", "data-v-dd8572c4
|
|
|
10807
10810
|
created() {
|
|
10808
10811
|
this.showStatistics = localStorage.getItem("showStatistics") !== "false", this.statisticsId = this.generateUniqueId();
|
|
10809
10812
|
}
|
|
10810
|
-
},
|
|
10813
|
+
}, tp = { class: "ecs-data-layout-content" }, sp = {
|
|
10811
10814
|
key: 0,
|
|
10812
10815
|
role: "toolbar",
|
|
10813
10816
|
"aria-label": "Main",
|
|
10814
10817
|
class: "ecs-data-layout-toolbar"
|
|
10815
|
-
},
|
|
10818
|
+
}, ip = ["id"], np = { class: "ecs-data-layout-data" }, ap = { class: "ecs-data-layout-sidebar-inner" }, op = {
|
|
10816
10819
|
key: 0,
|
|
10817
10820
|
class: "ecs-data-layout-sidebar-header"
|
|
10818
|
-
},
|
|
10819
|
-
function
|
|
10821
|
+
}, rp = { class: "ecs-data-layout-sidebar-content scrollbar scrollbar-sml" };
|
|
10822
|
+
function lp(e, s, t, a, n, i) {
|
|
10820
10823
|
const r = g("ecs-button"), c = g("ecs-action-toolbar");
|
|
10821
10824
|
return o(), l("div", {
|
|
10822
10825
|
class: h(["ecs-data-layout", t.leftBorder ? "left-border" : ""])
|
|
10823
10826
|
}, [
|
|
10824
|
-
f("main",
|
|
10825
|
-
e.$slots.toolbar ? (o(), l("div",
|
|
10827
|
+
f("main", tp, [
|
|
10828
|
+
e.$slots.toolbar ? (o(), l("div", sp, [
|
|
10826
10829
|
p(e.$slots, "toolbar", {}, void 0, !0),
|
|
10827
10830
|
e.$slots.statistics ? (o(), b(r, {
|
|
10828
10831
|
key: 0,
|
|
@@ -10846,7 +10849,7 @@ function cp(e, s, t, a, n, i) {
|
|
|
10846
10849
|
id: n.statisticsId
|
|
10847
10850
|
}, [
|
|
10848
10851
|
p(e.$slots, "statistics", {}, void 0, !0)
|
|
10849
|
-
], 8,
|
|
10852
|
+
], 8, ip)) : u("", !0)
|
|
10850
10853
|
]),
|
|
10851
10854
|
_: 3
|
|
10852
10855
|
}, 8, ["name"]),
|
|
@@ -10858,7 +10861,7 @@ function cp(e, s, t, a, n, i) {
|
|
|
10858
10861
|
}, 512)), [
|
|
10859
10862
|
[gt, t.showActionbar]
|
|
10860
10863
|
]) : u("", !0),
|
|
10861
|
-
f("div",
|
|
10864
|
+
f("div", np, [
|
|
10862
10865
|
p(e.$slots, "default", {}, void 0, !0)
|
|
10863
10866
|
])
|
|
10864
10867
|
]),
|
|
@@ -10866,18 +10869,18 @@ function cp(e, s, t, a, n, i) {
|
|
|
10866
10869
|
key: 0,
|
|
10867
10870
|
class: h(["ecs-data-layout-sidebar", t.sidebarExpanded ? "expanded" : ""])
|
|
10868
10871
|
}, [
|
|
10869
|
-
f("div",
|
|
10870
|
-
e.$slots.sidebarheader ? (o(), l("div",
|
|
10872
|
+
f("div", ap, [
|
|
10873
|
+
e.$slots.sidebarheader ? (o(), l("div", op, [
|
|
10871
10874
|
p(e.$slots, "sidebarheader", {}, void 0, !0)
|
|
10872
10875
|
])) : u("", !0),
|
|
10873
|
-
f("div",
|
|
10876
|
+
f("div", rp, [
|
|
10874
10877
|
p(e.$slots, "sidebarcontent", {}, void 0, !0)
|
|
10875
10878
|
])
|
|
10876
10879
|
])
|
|
10877
10880
|
], 2)) : u("", !0)
|
|
10878
10881
|
], 2);
|
|
10879
10882
|
}
|
|
10880
|
-
const
|
|
10883
|
+
const u_ = /* @__PURE__ */ v(ep, [["render", lp], ["__scopeId", "data-v-860bdba9"]]), cp = {
|
|
10881
10884
|
name: "ecs-legend-item",
|
|
10882
10885
|
emits: ["click"],
|
|
10883
10886
|
components: {
|
|
@@ -10937,14 +10940,14 @@ const f_ = /* @__PURE__ */ v(tp, [["render", cp], ["__scopeId", "data-v-860bdba9
|
|
|
10937
10940
|
return `ecs-legend-item-${this.size}`;
|
|
10938
10941
|
}
|
|
10939
10942
|
}
|
|
10940
|
-
},
|
|
10943
|
+
}, dp = { class: "ecs-legend-item-label" }, up = {
|
|
10941
10944
|
key: 0,
|
|
10942
10945
|
class: "ecs-legend-item-count"
|
|
10943
|
-
},
|
|
10946
|
+
}, fp = {
|
|
10944
10947
|
key: 1,
|
|
10945
10948
|
class: "ecs-legend-item-percentage"
|
|
10946
10949
|
};
|
|
10947
|
-
function
|
|
10950
|
+
function gp(e, s, t, a, n, i) {
|
|
10948
10951
|
const r = g("ecs-focus-ring"), c = g("ecs-flex-row");
|
|
10949
10952
|
return o(), b(c, {
|
|
10950
10953
|
onClick: s[0] || (s[0] = (d) => e.$emit("click", d)),
|
|
@@ -10960,22 +10963,22 @@ function mp(e, s, t, a, n, i) {
|
|
|
10960
10963
|
default: S(() => [
|
|
10961
10964
|
f("div", {
|
|
10962
10965
|
class: h(["ecs-legend-item-color", t.type]),
|
|
10963
|
-
style:
|
|
10966
|
+
style: B({ backgroundColor: i.validColor })
|
|
10964
10967
|
}, null, 6),
|
|
10965
|
-
f("div",
|
|
10966
|
-
t.count ? (o(), l("div",
|
|
10967
|
-
t.percentage ? (o(), l("div",
|
|
10968
|
+
f("div", dp, w(t.label), 1),
|
|
10969
|
+
t.count ? (o(), l("div", up, w(t.count), 1)) : u("", !0),
|
|
10970
|
+
t.percentage ? (o(), l("div", fp, w(i.percentageLabel), 1)) : u("", !0),
|
|
10968
10971
|
t.highlight || t.hover ? (o(), l("div", {
|
|
10969
10972
|
key: 2,
|
|
10970
10973
|
class: "ecs-legend-item-highlight",
|
|
10971
|
-
style:
|
|
10974
|
+
style: B({ backgroundColor: i.validColor })
|
|
10972
10975
|
}, null, 4)) : u("", !0),
|
|
10973
10976
|
t.hover ? (o(), b(r, { key: 3 })) : u("", !0)
|
|
10974
10977
|
]),
|
|
10975
10978
|
_: 1
|
|
10976
10979
|
}, 8, ["role", "tabindex", "class"]);
|
|
10977
10980
|
}
|
|
10978
|
-
const
|
|
10981
|
+
const f_ = /* @__PURE__ */ v(cp, [["render", gp], ["__scopeId", "data-v-3e5473d4"]]), mp = {
|
|
10979
10982
|
name: "ecs-log-message",
|
|
10980
10983
|
components: {
|
|
10981
10984
|
EcsFlexRow: Te,
|
|
@@ -11017,18 +11020,18 @@ const g_ = /* @__PURE__ */ v(dp, [["render", mp], ["__scopeId", "data-v-3e5473d4
|
|
|
11017
11020
|
return ["warning", "error"].includes(this.type) ? "alert" : null;
|
|
11018
11021
|
}
|
|
11019
11022
|
}
|
|
11020
|
-
},
|
|
11023
|
+
}, pp = { class: "ecs-log-message-content" }, hp = {
|
|
11021
11024
|
key: 2,
|
|
11022
11025
|
class: "ecs-log-message-meta"
|
|
11023
11026
|
};
|
|
11024
|
-
function
|
|
11027
|
+
function vp(e, s, t, a, n, i) {
|
|
11025
11028
|
const r = g("ecs-skeleton-loader"), c = g("ecs-sticker"), d = g("ecs-flex-row");
|
|
11026
11029
|
return o(), b(d, {
|
|
11027
11030
|
class: h(["ecs-log-message", [t.type, t.highlight ? "highlighted" : ""]]),
|
|
11028
11031
|
role: i.alertRole,
|
|
11029
11032
|
"aria-busy": t.loading || null,
|
|
11030
11033
|
align: "start",
|
|
11031
|
-
style:
|
|
11034
|
+
style: B(i.padding)
|
|
11032
11035
|
}, {
|
|
11033
11036
|
default: S(() => [
|
|
11034
11037
|
t.loading && t.type != "blank" ? (o(), b(r, {
|
|
@@ -11040,7 +11043,7 @@ function yp(e, s, t, a, n, i) {
|
|
|
11040
11043
|
key: 1,
|
|
11041
11044
|
type: t.type
|
|
11042
11045
|
}, null, 8, ["type"])) : u("", !0),
|
|
11043
|
-
f("div",
|
|
11046
|
+
f("div", pp, [
|
|
11044
11047
|
t.loading ? (o(), b(r, {
|
|
11045
11048
|
key: 0,
|
|
11046
11049
|
type: "single",
|
|
@@ -11048,12 +11051,12 @@ function yp(e, s, t, a, n, i) {
|
|
|
11048
11051
|
class: "skeleton-text"
|
|
11049
11052
|
})) : p(e.$slots, "default", { key: 1 }, void 0, !0)
|
|
11050
11053
|
]),
|
|
11051
|
-
t.meta && !t.loading ? (o(), l("div",
|
|
11054
|
+
t.meta && !t.loading ? (o(), l("div", hp, w(t.meta), 1)) : u("", !0)
|
|
11052
11055
|
]),
|
|
11053
11056
|
_: 3
|
|
11054
11057
|
}, 8, ["class", "role", "aria-busy", "style"]);
|
|
11055
11058
|
}
|
|
11056
|
-
const
|
|
11059
|
+
const g_ = /* @__PURE__ */ v(mp, [["render", vp], ["__scopeId", "data-v-d461aa9b"]]), yp = {
|
|
11057
11060
|
name: "ecs-map",
|
|
11058
11061
|
components: { EcsFocusRing: L },
|
|
11059
11062
|
props: {
|
|
@@ -11076,8 +11079,8 @@ const m_ = /* @__PURE__ */ v(pp, [["render", yp], ["__scopeId", "data-v-d461aa9b
|
|
|
11076
11079
|
return `https://maps.googleapis.com/maps/api/staticmap?maptype=terrain&sensor=false&format=png&zoom=13&key=AIzaSyBEv9bJVd1MU5zSs_Ezxkvc8FOfIO7Q1Fk&visual_refresh=true&scale=2&size=320x220&style=feature:poi|visibility:off¢er=${this.address}`;
|
|
11077
11080
|
}
|
|
11078
11081
|
}
|
|
11079
|
-
},
|
|
11080
|
-
function
|
|
11082
|
+
}, bp = ["href"], _p = ["src", "alt"];
|
|
11083
|
+
function kp(e, s, t, a, n, i) {
|
|
11081
11084
|
const r = g("ecs-focus-ring");
|
|
11082
11085
|
return o(), l("div", {
|
|
11083
11086
|
class: h(["ecs-map", [t.marker ? "ecs-map-marker" : ""]])
|
|
@@ -11090,15 +11093,15 @@ function wp(e, s, t, a, n, i) {
|
|
|
11090
11093
|
f("img", {
|
|
11091
11094
|
src: i.mapImageUrl,
|
|
11092
11095
|
alt: "Map of " + t.address
|
|
11093
|
-
}, null, 8,
|
|
11096
|
+
}, null, 8, _p),
|
|
11094
11097
|
_(r, {
|
|
11095
11098
|
inset: 0,
|
|
11096
11099
|
radius: 4
|
|
11097
11100
|
})
|
|
11098
|
-
], 8,
|
|
11101
|
+
], 8, bp)
|
|
11099
11102
|
], 2);
|
|
11100
11103
|
}
|
|
11101
|
-
const
|
|
11104
|
+
const m_ = /* @__PURE__ */ v(yp, [["render", kp], ["__scopeId", "data-v-e2371c57"]]), wp = {
|
|
11102
11105
|
name: "ecs-modal",
|
|
11103
11106
|
props: {
|
|
11104
11107
|
/** Shows the modal. */
|
|
@@ -11148,14 +11151,14 @@ const p_ = /* @__PURE__ */ v(bp, [["render", wp], ["__scopeId", "data-v-e2371c57
|
|
|
11148
11151
|
mounted() {
|
|
11149
11152
|
this.show && (this.isShown = !0);
|
|
11150
11153
|
}
|
|
11151
|
-
},
|
|
11154
|
+
}, Sp = (e) => (ye("data-v-04163948"), e = e(), be(), e), Cp = {
|
|
11152
11155
|
key: 0,
|
|
11153
11156
|
class: "ecs-modal-header-wrap"
|
|
11154
|
-
},
|
|
11157
|
+
}, xp = { class: "ecs-modal-content-wrap scrollbar" }, Bp = {
|
|
11155
11158
|
key: 1,
|
|
11156
11159
|
class: "ecs-modal-footer-wrap"
|
|
11157
|
-
},
|
|
11158
|
-
function
|
|
11160
|
+
}, zp = /* @__PURE__ */ Sp(() => /* @__PURE__ */ f("div", { class: "ecs-modal-backdrop ecs-modal-sheet-backdrop" }, null, -1));
|
|
11161
|
+
function Ip(e, s, t, a, n, i) {
|
|
11159
11162
|
return o(), b(me, { name: "dialog-fade" }, {
|
|
11160
11163
|
default: S(() => [
|
|
11161
11164
|
n.isShown ? (o(), l("div", {
|
|
@@ -11164,25 +11167,25 @@ function Ep(e, s, t, a, n, i) {
|
|
|
11164
11167
|
}, [
|
|
11165
11168
|
f("div", {
|
|
11166
11169
|
class: "ecs-modal-dialog ecs-modal-sheet",
|
|
11167
|
-
style:
|
|
11170
|
+
style: B(i.fixedHeightStyle)
|
|
11168
11171
|
}, [
|
|
11169
|
-
e.$slots.header ? (o(), l("div",
|
|
11172
|
+
e.$slots.header ? (o(), l("div", Cp, [
|
|
11170
11173
|
p(e.$slots, "header", {}, void 0, !0)
|
|
11171
11174
|
])) : u("", !0),
|
|
11172
|
-
f("div",
|
|
11175
|
+
f("div", xp, [
|
|
11173
11176
|
p(e.$slots, "default", {}, void 0, !0)
|
|
11174
11177
|
]),
|
|
11175
|
-
e.$slots.footer ? (o(), l("div",
|
|
11178
|
+
e.$slots.footer ? (o(), l("div", Bp, [
|
|
11176
11179
|
p(e.$slots, "footer", {}, void 0, !0)
|
|
11177
11180
|
])) : u("", !0)
|
|
11178
11181
|
], 4),
|
|
11179
|
-
|
|
11182
|
+
zp
|
|
11180
11183
|
], 2)) : u("", !0)
|
|
11181
11184
|
]),
|
|
11182
11185
|
_: 3
|
|
11183
11186
|
});
|
|
11184
11187
|
}
|
|
11185
|
-
const
|
|
11188
|
+
const p_ = /* @__PURE__ */ v(wp, [["render", Ip], ["__scopeId", "data-v-04163948"]]), Ep = {
|
|
11186
11189
|
name: "ecs-modal-header",
|
|
11187
11190
|
emits: ["close"],
|
|
11188
11191
|
components: {
|
|
@@ -11218,21 +11221,21 @@ const h_ = /* @__PURE__ */ v(Sp, [["render", Ep], ["__scopeId", "data-v-04163948
|
|
|
11218
11221
|
}
|
|
11219
11222
|
}
|
|
11220
11223
|
}
|
|
11221
|
-
},
|
|
11224
|
+
}, $p = {
|
|
11222
11225
|
class: "ecs-modal-header-main",
|
|
11223
11226
|
ref: "firstFocusable",
|
|
11224
11227
|
tabindex: "0"
|
|
11225
|
-
},
|
|
11228
|
+
}, Pp = { class: "ecs-modal-header-main-inner" }, Tp = {
|
|
11226
11229
|
key: 0,
|
|
11227
11230
|
class: "ecs-modal-header-extended"
|
|
11228
11231
|
};
|
|
11229
|
-
function
|
|
11232
|
+
function Mp(e, s, t, a, n, i) {
|
|
11230
11233
|
const r = g("ecs-button");
|
|
11231
11234
|
return o(), l("div", {
|
|
11232
11235
|
class: h(["ecs-modal-header", i.typeClass])
|
|
11233
11236
|
}, [
|
|
11234
|
-
f("div",
|
|
11235
|
-
f("div",
|
|
11237
|
+
f("div", $p, [
|
|
11238
|
+
f("div", Pp, [
|
|
11236
11239
|
p(e.$slots, "default", {}, void 0, !0)
|
|
11237
11240
|
]),
|
|
11238
11241
|
_(r, {
|
|
@@ -11248,28 +11251,28 @@ function Lp(e, s, t, a, n, i) {
|
|
|
11248
11251
|
"data-test": "close-modal-button"
|
|
11249
11252
|
})
|
|
11250
11253
|
], 512),
|
|
11251
|
-
e.$slots.extension ? (o(), l("div",
|
|
11254
|
+
e.$slots.extension ? (o(), l("div", Tp, [
|
|
11252
11255
|
p(e.$slots, "extension", {}, void 0, !0)
|
|
11253
11256
|
])) : u("", !0)
|
|
11254
11257
|
], 2);
|
|
11255
11258
|
}
|
|
11256
|
-
const
|
|
11259
|
+
const h_ = /* @__PURE__ */ v(Ep, [["render", Mp], ["__scopeId", "data-v-14ff8a6b"]]), Lp = {
|
|
11257
11260
|
name: "ecs-modal-footer"
|
|
11258
|
-
},
|
|
11261
|
+
}, Op = { class: "ecs-modal-footer" }, Ap = {
|
|
11259
11262
|
key: 0,
|
|
11260
11263
|
class: "ecs-modal-footer-secondary"
|
|
11261
|
-
},
|
|
11262
|
-
function
|
|
11263
|
-
return o(), l("div",
|
|
11264
|
-
e.$slots.secondary ? (o(), l("div",
|
|
11264
|
+
}, Np = { class: "ecs-modal-footer-main" };
|
|
11265
|
+
function Dp(e, s, t, a, n, i) {
|
|
11266
|
+
return o(), l("div", Op, [
|
|
11267
|
+
e.$slots.secondary ? (o(), l("div", Ap, [
|
|
11265
11268
|
p(e.$slots, "secondary", {}, void 0, !0)
|
|
11266
11269
|
])) : u("", !0),
|
|
11267
|
-
f("div",
|
|
11270
|
+
f("div", Np, [
|
|
11268
11271
|
p(e.$slots, "default", {}, void 0, !0)
|
|
11269
11272
|
])
|
|
11270
11273
|
]);
|
|
11271
11274
|
}
|
|
11272
|
-
const
|
|
11275
|
+
const v_ = /* @__PURE__ */ v(Lp, [["render", Dp], ["__scopeId", "data-v-ac286496"]]), Rp = {
|
|
11273
11276
|
name: "ecs-select-text",
|
|
11274
11277
|
emits: ["change", "focus", "blur"],
|
|
11275
11278
|
components: { EcsIcon: M, EcsFocusRing: L },
|
|
@@ -11356,8 +11359,8 @@ const y_ = /* @__PURE__ */ v(Op, [["render", Rp], ["__scopeId", "data-v-ac286496
|
|
|
11356
11359
|
this.selectedText = t.text;
|
|
11357
11360
|
}
|
|
11358
11361
|
}
|
|
11359
|
-
},
|
|
11360
|
-
function
|
|
11362
|
+
}, Fp = ["disabled"];
|
|
11363
|
+
function Vp(e, s, t, a, n, i) {
|
|
11361
11364
|
const r = g("ecs-icon"), c = g("ecs-focus-ring");
|
|
11362
11365
|
return o(), l("div", {
|
|
11363
11366
|
class: h(["ecs-form-select-text", [i.sizeClass, i.typeClass, t.disabled ? "disabled" : null]])
|
|
@@ -11377,19 +11380,19 @@ function Hp(e, s, t, a, n, i) {
|
|
|
11377
11380
|
class: t.alignment == "right" ? "right" : ""
|
|
11378
11381
|
}), [
|
|
11379
11382
|
p(e.$slots, "default", {}, void 0, !0)
|
|
11380
|
-
], 16,
|
|
11383
|
+
], 16, Fp),
|
|
11381
11384
|
_(c, {
|
|
11382
11385
|
inset: t.size == "xsml" ? -2 : -4
|
|
11383
11386
|
}, null, 8, ["inset"])
|
|
11384
11387
|
], 2);
|
|
11385
11388
|
}
|
|
11386
|
-
const
|
|
11389
|
+
const Hp = /* @__PURE__ */ v(Rp, [["render", Vp], ["__scopeId", "data-v-6b04cc71"]]), qp = {
|
|
11387
11390
|
name: "ecs-multiselect-search-token",
|
|
11388
11391
|
emits: ["remove", "change", "operatorChange", "operatorToggle"],
|
|
11389
11392
|
components: {
|
|
11390
11393
|
EcsIcon: M,
|
|
11391
11394
|
EcsFocusRing: L,
|
|
11392
|
-
EcsSelectText:
|
|
11395
|
+
EcsSelectText: Hp
|
|
11393
11396
|
},
|
|
11394
11397
|
props: {
|
|
11395
11398
|
/** Sets the type of the search token: default should be used for any search query that is not a NOT query. */
|
|
@@ -11442,30 +11445,30 @@ const qp = /* @__PURE__ */ v(Fp, [["render", Hp], ["__scopeId", "data-v-6b04cc71
|
|
|
11442
11445
|
this.$emit("operatorToggle", e);
|
|
11443
11446
|
}
|
|
11444
11447
|
}
|
|
11445
|
-
},
|
|
11448
|
+
}, Wp = {
|
|
11446
11449
|
key: 0,
|
|
11447
11450
|
class: "symbol"
|
|
11448
|
-
},
|
|
11451
|
+
}, jp = {
|
|
11449
11452
|
key: 0,
|
|
11450
11453
|
class: "operator"
|
|
11451
|
-
},
|
|
11454
|
+
}, Up = ["value"], Gp = { class: "query" }, Kp = {
|
|
11452
11455
|
key: 0,
|
|
11453
11456
|
class: "descriptor"
|
|
11454
11457
|
};
|
|
11455
|
-
function
|
|
11458
|
+
function Yp(e, s, t, a, n, i) {
|
|
11456
11459
|
const r = g("ecs-icon"), c = g("ecs-select-text"), d = g("ecs-focus-ring");
|
|
11457
11460
|
return o(), l("div", {
|
|
11458
11461
|
class: h(["ecs-multiselect-search-token", i.typeClass]),
|
|
11459
11462
|
tabindex: "0",
|
|
11460
11463
|
onKeydown: s[3] || (s[3] = G((m) => e.$emit("remove", m), ["delete"]))
|
|
11461
11464
|
}, [
|
|
11462
|
-
t.icon || t.operator || t.operatorSwitch ? (o(), l("div",
|
|
11465
|
+
t.icon || t.operator || t.operatorSwitch ? (o(), l("div", Wp, [
|
|
11463
11466
|
_(r, {
|
|
11464
11467
|
type: t.icon,
|
|
11465
11468
|
size: "20",
|
|
11466
11469
|
color: "#FFF"
|
|
11467
11470
|
}, null, 8, ["type"]),
|
|
11468
|
-
t.operator && !t.operatorSelect && !t.operatorSwitch ? (o(), l("div",
|
|
11471
|
+
t.operator && !t.operatorSelect && !t.operatorSwitch ? (o(), l("div", jp, w(t.operator), 1)) : u("", !0),
|
|
11469
11472
|
t.operatorSelect ? (o(), b(c, {
|
|
11470
11473
|
key: 1,
|
|
11471
11474
|
onChange: i.handleOperatorChange,
|
|
@@ -11477,7 +11480,7 @@ function Xp(e, s, t, a, n, i) {
|
|
|
11477
11480
|
(o(!0), l(J, null, pe(t.operatorSelectOptions, (m) => (o(), l("option", {
|
|
11478
11481
|
value: m,
|
|
11479
11482
|
key: m
|
|
11480
|
-
}, w(m), 9,
|
|
11483
|
+
}, w(m), 9, Up))), 128))
|
|
11481
11484
|
]),
|
|
11482
11485
|
_: 1
|
|
11483
11486
|
}, 8, ["onChange", "value"])) : u("", !0),
|
|
@@ -11503,8 +11506,8 @@ function Xp(e, s, t, a, n, i) {
|
|
|
11503
11506
|
_(d, { radius: 12 })
|
|
11504
11507
|
], 2)) : u("", !0)
|
|
11505
11508
|
])) : u("", !0),
|
|
11506
|
-
f("div",
|
|
11507
|
-
t.descriptor ? (o(), l("div",
|
|
11509
|
+
f("div", Gp, [
|
|
11510
|
+
t.descriptor ? (o(), l("div", Kp, w(t.descriptor), 1)) : u("", !0),
|
|
11508
11511
|
p(e.$slots, "default", {}, void 0, !0),
|
|
11509
11512
|
f("button", {
|
|
11510
11513
|
onClick: s[1] || (s[1] = (m) => e.$emit("remove", m)),
|
|
@@ -11523,7 +11526,7 @@ function Xp(e, s, t, a, n, i) {
|
|
|
11523
11526
|
])
|
|
11524
11527
|
], 34);
|
|
11525
11528
|
}
|
|
11526
|
-
const
|
|
11529
|
+
const y_ = /* @__PURE__ */ v(qp, [["render", Yp], ["__scopeId", "data-v-57205caa"]]), Xp = {
|
|
11527
11530
|
name: "ecs-multiselect-token",
|
|
11528
11531
|
emits: ["remove"],
|
|
11529
11532
|
components: {
|
|
@@ -11531,7 +11534,7 @@ const b_ = /* @__PURE__ */ v(Wp, [["render", Xp], ["__scopeId", "data-v-57205caa
|
|
|
11531
11534
|
EcsFocusRing: L
|
|
11532
11535
|
}
|
|
11533
11536
|
};
|
|
11534
|
-
function
|
|
11537
|
+
function Zp(e, s, t, a, n, i) {
|
|
11535
11538
|
const r = g("ecs-icon"), c = g("ecs-focus-ring");
|
|
11536
11539
|
return o(), l("div", {
|
|
11537
11540
|
class: "ecs-multiselect-token",
|
|
@@ -11552,7 +11555,7 @@ function Jp(e, s, t, a, n, i) {
|
|
|
11552
11555
|
])
|
|
11553
11556
|
], 32);
|
|
11554
11557
|
}
|
|
11555
|
-
const
|
|
11558
|
+
const b_ = /* @__PURE__ */ v(Xp, [["render", Zp], ["__scopeId", "data-v-ce139540"]]), Jp = {
|
|
11556
11559
|
name: "ecs-multiselect-option",
|
|
11557
11560
|
components: {
|
|
11558
11561
|
EcsIcon: M
|
|
@@ -11572,8 +11575,8 @@ const __ = /* @__PURE__ */ v(Zp, [["render", Jp], ["__scopeId", "data-v-ce139540
|
|
|
11572
11575
|
return this.type && this.type !== "" ? `ecs-multiselect-option-${this.type}` : this.type;
|
|
11573
11576
|
}
|
|
11574
11577
|
}
|
|
11575
|
-
},
|
|
11576
|
-
function
|
|
11578
|
+
}, Qp = ["role"];
|
|
11579
|
+
function eh(e, s, t, a, n, i) {
|
|
11577
11580
|
const r = g("ecs-icon");
|
|
11578
11581
|
return o(), l("div", {
|
|
11579
11582
|
class: h(["ecs-multiselect-option", i.typeClass]),
|
|
@@ -11585,9 +11588,9 @@ function th(e, s, t, a, n, i) {
|
|
|
11585
11588
|
size: "20"
|
|
11586
11589
|
}, null, 8, ["type"])) : u("", !0),
|
|
11587
11590
|
p(e.$slots, "default", {}, void 0, !0)
|
|
11588
|
-
], 10,
|
|
11591
|
+
], 10, Qp);
|
|
11589
11592
|
}
|
|
11590
|
-
const
|
|
11593
|
+
const __ = /* @__PURE__ */ v(Jp, [["render", eh], ["__scopeId", "data-v-ceac7867"]]), th = {
|
|
11591
11594
|
name: "ecs-overlay",
|
|
11592
11595
|
emits: ["close", "toggled"],
|
|
11593
11596
|
components: { EcsIcon: M, EcsButtonToolbar: pt, EcsAlert: ks },
|
|
@@ -11731,41 +11734,41 @@ const k_ = /* @__PURE__ */ v(Qp, [["render", th], ["__scopeId", "data-v-ceac7867
|
|
|
11731
11734
|
}, 10);
|
|
11732
11735
|
}
|
|
11733
11736
|
}
|
|
11734
|
-
},
|
|
11737
|
+
}, sh = { class: "ecs-overlay-titles" }, ih = { class: "title" }, nh = {
|
|
11735
11738
|
key: 0,
|
|
11736
11739
|
class: "emphasized"
|
|
11737
|
-
},
|
|
11740
|
+
}, ah = {
|
|
11738
11741
|
key: 0,
|
|
11739
11742
|
class: "subline"
|
|
11740
|
-
},
|
|
11743
|
+
}, oh = {
|
|
11741
11744
|
key: 0,
|
|
11742
11745
|
class: "ecs-overlay-header-controls"
|
|
11743
|
-
},
|
|
11746
|
+
}, rh = ["aria-busy"], lh = {
|
|
11744
11747
|
key: 0,
|
|
11745
11748
|
class: "ecs-overlay-tabs scrollbar scrollbar-sml"
|
|
11746
|
-
},
|
|
11749
|
+
}, ch = {
|
|
11747
11750
|
key: 0,
|
|
11748
11751
|
class: "ecs-overlay-sidebar ecs-overlay-sidebar-static"
|
|
11749
|
-
},
|
|
11752
|
+
}, dh = {
|
|
11750
11753
|
key: 0,
|
|
11751
11754
|
class: "ecs-overlay-sidebar ecs-overlay-sidebar-float scrollbar scrollbar-sml"
|
|
11752
|
-
},
|
|
11755
|
+
}, uh = {
|
|
11753
11756
|
key: 1,
|
|
11754
11757
|
class: "ecs-overlay-content-block"
|
|
11755
|
-
},
|
|
11758
|
+
}, fh = {
|
|
11756
11759
|
key: 1,
|
|
11757
11760
|
class: "ecs-overlay-footer"
|
|
11758
|
-
},
|
|
11761
|
+
}, gh = {
|
|
11759
11762
|
key: 0,
|
|
11760
11763
|
class: "spacer-tabs"
|
|
11761
|
-
},
|
|
11764
|
+
}, mh = { class: "ecs-overlay-footer-content" }, ph = {
|
|
11762
11765
|
key: 0,
|
|
11763
11766
|
class: "spacer-sidebar"
|
|
11764
|
-
},
|
|
11767
|
+
}, hh = {
|
|
11765
11768
|
key: 1,
|
|
11766
11769
|
class: "spacer-scrollbar"
|
|
11767
11770
|
};
|
|
11768
|
-
function
|
|
11771
|
+
function vh(e, s, t, a, n, i) {
|
|
11769
11772
|
const r = g("ecs-icon"), c = g("ecs-button-toolbar"), d = g("ecs-alert");
|
|
11770
11773
|
return o(), b(me, {
|
|
11771
11774
|
name: "fade",
|
|
@@ -11775,13 +11778,13 @@ function yh(e, s, t, a, n, i) {
|
|
|
11775
11778
|
n.isShown ? (o(), l("div", {
|
|
11776
11779
|
key: 0,
|
|
11777
11780
|
class: "ecs-overlay",
|
|
11778
|
-
style:
|
|
11781
|
+
style: B({ top: t.offsetTop + "px", height: "calc(100vh - " + t.offsetTop + "px" })
|
|
11779
11782
|
}, [
|
|
11780
11783
|
f("header", {
|
|
11781
11784
|
class: "ecs-overlay-header",
|
|
11782
|
-
style:
|
|
11785
|
+
style: B(e.$slots.alert ? "" : "border-bottom: 1px solid var(--color-gray-4);")
|
|
11783
11786
|
}, [
|
|
11784
|
-
f("div",
|
|
11787
|
+
f("div", sh, [
|
|
11785
11788
|
t.icon ? (o(), b(r, {
|
|
11786
11789
|
key: 0,
|
|
11787
11790
|
type: t.icon,
|
|
@@ -11789,14 +11792,14 @@ function yh(e, s, t, a, n, i) {
|
|
|
11789
11792
|
color: "#B9BCC2"
|
|
11790
11793
|
}, null, 8, ["type"])) : u("", !0),
|
|
11791
11794
|
f("div", null, [
|
|
11792
|
-
f("span",
|
|
11793
|
-
t.headerTitleEmphasized ? (o(), l("span",
|
|
11795
|
+
f("span", ih, [
|
|
11796
|
+
t.headerTitleEmphasized ? (o(), l("span", nh, w(t.headerTitleEmphasized), 1)) : u("", !0),
|
|
11794
11797
|
D(" " + w(t.headerTitle), 1)
|
|
11795
11798
|
]),
|
|
11796
|
-
t.headerTitleSubline ? (o(), l("span",
|
|
11799
|
+
t.headerTitleSubline ? (o(), l("span", ah, w(t.headerTitleSubline), 1)) : u("", !0)
|
|
11797
11800
|
])
|
|
11798
11801
|
]),
|
|
11799
|
-
e.$slots.headercontrols ? (o(), l("div",
|
|
11802
|
+
e.$slots.headercontrols ? (o(), l("div", oh, [
|
|
11800
11803
|
p(e.$slots, "headercontrols", {}, void 0, !0)
|
|
11801
11804
|
])) : u("", !0),
|
|
11802
11805
|
e.$slots.sidebar && n.width <= 1500 ? (o(), b(c, {
|
|
@@ -11838,7 +11841,7 @@ function yh(e, s, t, a, n, i) {
|
|
|
11838
11841
|
class: "ecs-overlay-content scrollbar",
|
|
11839
11842
|
"aria-busy": t.blockContent || null
|
|
11840
11843
|
}, [
|
|
11841
|
-
e.$slots.tabs ? (o(), l("div",
|
|
11844
|
+
e.$slots.tabs ? (o(), l("div", lh, [
|
|
11842
11845
|
p(e.$slots, "tabs", {}, void 0, !0)
|
|
11843
11846
|
])) : u("", !0),
|
|
11844
11847
|
f("div", {
|
|
@@ -11847,35 +11850,35 @@ function yh(e, s, t, a, n, i) {
|
|
|
11847
11850
|
}, [
|
|
11848
11851
|
f("div", {
|
|
11849
11852
|
class: h(["ecs-overlay-content-inner-inner", e.$slots.sidebar && !t.fullWidth && n.width > 1500 ? "has-sidebar" : " "]),
|
|
11850
|
-
style:
|
|
11853
|
+
style: B({ width: i.contentWidth, maxWidth: i.contentMaxWidth, minWidth: i.contentMinWidth, paddingLeft: i.contentPadding, paddingRight: i.contentPadding })
|
|
11851
11854
|
}, [
|
|
11852
11855
|
p(e.$slots, "default", {}, void 0, !0)
|
|
11853
11856
|
], 6),
|
|
11854
|
-
e.$slots.sidebar && n.width > 1500 ? (o(), l("div",
|
|
11857
|
+
e.$slots.sidebar && n.width > 1500 ? (o(), l("div", ch, [
|
|
11855
11858
|
p(e.$slots, "sidebar", {}, void 0, !0)
|
|
11856
11859
|
])) : u("", !0),
|
|
11857
11860
|
_(me, { name: "slide" }, {
|
|
11858
11861
|
default: S(() => [
|
|
11859
|
-
e.$slots.sidebar && n.width <= 1500 && n.showSidebar ? (o(), l("div",
|
|
11862
|
+
e.$slots.sidebar && n.width <= 1500 && n.showSidebar ? (o(), l("div", dh, [
|
|
11860
11863
|
p(e.$slots, "sidebar", {}, void 0, !0)
|
|
11861
11864
|
])) : u("", !0)
|
|
11862
11865
|
]),
|
|
11863
11866
|
_: 3
|
|
11864
11867
|
})
|
|
11865
11868
|
], 2),
|
|
11866
|
-
t.blockContent ? (o(), l("div",
|
|
11867
|
-
], 8,
|
|
11868
|
-
e.$slots.footer ? (o(), l("footer",
|
|
11869
|
-
e.$slots.tabs ? (o(), l("div",
|
|
11870
|
-
f("div",
|
|
11869
|
+
t.blockContent ? (o(), l("div", uh)) : u("", !0)
|
|
11870
|
+
], 8, rh),
|
|
11871
|
+
e.$slots.footer ? (o(), l("footer", fh, [
|
|
11872
|
+
e.$slots.tabs ? (o(), l("div", gh)) : u("", !0),
|
|
11873
|
+
f("div", mh, [
|
|
11871
11874
|
f("div", {
|
|
11872
11875
|
class: "ecs-overlay-footer-content-inner",
|
|
11873
|
-
style:
|
|
11876
|
+
style: B({ width: i.contentWidth, maxWidth: i.contentMaxWidth, minWidth: i.contentMinWidth, paddingLeft: i.contentPadding, paddingRight: i.contentPadding })
|
|
11874
11877
|
}, [
|
|
11875
11878
|
p(e.$slots, "footer", {}, void 0, !0)
|
|
11876
11879
|
], 4),
|
|
11877
|
-
e.$slots.sidebar && n.width > 1500 ? (o(), l("div",
|
|
11878
|
-
n.footerScrollSpacer ? (o(), l("div",
|
|
11880
|
+
e.$slots.sidebar && n.width > 1500 ? (o(), l("div", ph)) : u("", !0),
|
|
11881
|
+
n.footerScrollSpacer ? (o(), l("div", hh)) : u("", !0)
|
|
11879
11882
|
])
|
|
11880
11883
|
])) : u("", !0)
|
|
11881
11884
|
], 4)) : u("", !0)
|
|
@@ -11883,7 +11886,7 @@ function yh(e, s, t, a, n, i) {
|
|
|
11883
11886
|
_: 3
|
|
11884
11887
|
});
|
|
11885
11888
|
}
|
|
11886
|
-
const
|
|
11889
|
+
const k_ = /* @__PURE__ */ v(th, [["render", vh], ["__scopeId", "data-v-9e17191b"]]), yh = {
|
|
11887
11890
|
name: "ecs-pagination",
|
|
11888
11891
|
emits: ["firstPage", "prevPage", "nextPage", "lastPage", "updatePage", "itemsPerPage"],
|
|
11889
11892
|
components: {
|
|
@@ -11985,14 +11988,14 @@ const w_ = /* @__PURE__ */ v(sh, [["render", yh], ["__scopeId", "data-v-9e17191b
|
|
|
11985
11988
|
this.$emit("updatePage", Number(e));
|
|
11986
11989
|
}
|
|
11987
11990
|
}
|
|
11988
|
-
}, Us = (e) => (ye("data-v-ca016e63"), e = e(), be(), e),
|
|
11991
|
+
}, Us = (e) => (ye("data-v-ca016e63"), e = e(), be(), e), bh = /* @__PURE__ */ Us(() => /* @__PURE__ */ f("span", null, "Page", -1)), _h = ["value", "selected"], kh = {
|
|
11989
11992
|
key: 0,
|
|
11990
11993
|
class: "total"
|
|
11991
|
-
},
|
|
11994
|
+
}, wh = {
|
|
11992
11995
|
key: 1,
|
|
11993
11996
|
class: "ecs-pagination-range"
|
|
11994
|
-
},
|
|
11995
|
-
function
|
|
11997
|
+
}, Sh = { class: "ecs-pagination-tabs" }, Ch = /* @__PURE__ */ Us(() => /* @__PURE__ */ f("span", null, "Items per page", -1)), xh = ["value", "selected"];
|
|
11998
|
+
function Bh(e, s, t, a, n, i) {
|
|
11996
11999
|
const r = g("ecs-button"), c = g("ecs-flex-row"), d = g("ecs-select");
|
|
11997
12000
|
return o(), l("div", {
|
|
11998
12001
|
class: h(["ecs-pagination", [
|
|
@@ -12005,7 +12008,7 @@ function zh(e, s, t, a, n, i) {
|
|
|
12005
12008
|
_(c, {
|
|
12006
12009
|
gap: 8,
|
|
12007
12010
|
class: "ecs-pagination-nav",
|
|
12008
|
-
style:
|
|
12011
|
+
style: B({ minWidth: t.tabsSpacing - 4 + "px" })
|
|
12009
12012
|
}, {
|
|
12010
12013
|
default: S(() => [
|
|
12011
12014
|
t.type == "paginated" ? (o(), l(J, { key: 0 }, [
|
|
@@ -12036,7 +12039,7 @@ function zh(e, s, t, a, n, i) {
|
|
|
12036
12039
|
}),
|
|
12037
12040
|
_(c, { gap: 4 }, {
|
|
12038
12041
|
default: S(() => [
|
|
12039
|
-
|
|
12042
|
+
bh,
|
|
12040
12043
|
_(d, {
|
|
12041
12044
|
modelValue: n.updatedCurrentPage,
|
|
12042
12045
|
"onUpdate:modelValue": s[2] || (s[2] = (m) => n.updatedCurrentPage = m),
|
|
@@ -12048,11 +12051,11 @@ function zh(e, s, t, a, n, i) {
|
|
|
12048
12051
|
key: m,
|
|
12049
12052
|
value: m,
|
|
12050
12053
|
selected: m === t.currentPage
|
|
12051
|
-
}, w(m), 9,
|
|
12054
|
+
}, w(m), 9, _h))), 128))
|
|
12052
12055
|
]),
|
|
12053
12056
|
_: 1
|
|
12054
12057
|
}, 8, ["modelValue", "disabled"]),
|
|
12055
|
-
t.totalPages ? (o(), l("span",
|
|
12058
|
+
t.totalPages ? (o(), l("span", kh, "of " + w(t.totalPages), 1)) : u("", !0)
|
|
12056
12059
|
]),
|
|
12057
12060
|
_: 1
|
|
12058
12061
|
}),
|
|
@@ -12081,7 +12084,7 @@ function zh(e, s, t, a, n, i) {
|
|
|
12081
12084
|
]),
|
|
12082
12085
|
_: 1
|
|
12083
12086
|
})
|
|
12084
|
-
], 64)) : i.hasRange ? (o(), l("span",
|
|
12087
|
+
], 64)) : i.hasRange ? (o(), l("span", wh, [
|
|
12085
12088
|
D("Showing entries "),
|
|
12086
12089
|
f("span", null, w(t.itemRangeFrom) + " to " + w(t.itemRangeTo), 1),
|
|
12087
12090
|
D(" of "),
|
|
@@ -12090,7 +12093,7 @@ function zh(e, s, t, a, n, i) {
|
|
|
12090
12093
|
]),
|
|
12091
12094
|
_: 1
|
|
12092
12095
|
}, 8, ["style"]),
|
|
12093
|
-
f("div",
|
|
12096
|
+
f("div", Sh, [
|
|
12094
12097
|
p(e.$slots, "tabs", {}, void 0, !0)
|
|
12095
12098
|
]),
|
|
12096
12099
|
t.showItemsPerPage && t.type == "paginated" ? (o(), b(c, {
|
|
@@ -12099,7 +12102,7 @@ function zh(e, s, t, a, n, i) {
|
|
|
12099
12102
|
class: "ecs-pagination-items"
|
|
12100
12103
|
}, {
|
|
12101
12104
|
default: S(() => [
|
|
12102
|
-
|
|
12105
|
+
Ch,
|
|
12103
12106
|
_(d, {
|
|
12104
12107
|
modelValue: n.updatedItemsPerPageSelected,
|
|
12105
12108
|
"onUpdate:modelValue": s[5] || (s[5] = (m) => n.updatedItemsPerPageSelected = m),
|
|
@@ -12112,7 +12115,7 @@ function zh(e, s, t, a, n, i) {
|
|
|
12112
12115
|
key: m,
|
|
12113
12116
|
value: m,
|
|
12114
12117
|
selected: m === t.itemsPerPageSelected
|
|
12115
|
-
}, w(m), 9,
|
|
12118
|
+
}, w(m), 9, xh))), 128))
|
|
12116
12119
|
]),
|
|
12117
12120
|
_: 1
|
|
12118
12121
|
}, 8, ["modelValue", "disabled"])
|
|
@@ -12131,7 +12134,7 @@ function zh(e, s, t, a, n, i) {
|
|
|
12131
12134
|
})) : u("", !0)
|
|
12132
12135
|
], 2);
|
|
12133
12136
|
}
|
|
12134
|
-
const
|
|
12137
|
+
const w_ = /* @__PURE__ */ v(yh, [["render", Bh], ["__scopeId", "data-v-ca016e63"]]), zh = {
|
|
12135
12138
|
name: "ecs-party-entry",
|
|
12136
12139
|
components: { EcsIcon: M, EcsSticker: Fe },
|
|
12137
12140
|
props: {
|
|
@@ -12214,21 +12217,21 @@ const S_ = /* @__PURE__ */ v(bh, [["render", zh], ["__scopeId", "data-v-ca016e63
|
|
|
12214
12217
|
return "#000";
|
|
12215
12218
|
}
|
|
12216
12219
|
}
|
|
12217
|
-
},
|
|
12220
|
+
}, Ih = {
|
|
12218
12221
|
key: 3,
|
|
12219
12222
|
class: "ecs-party-entry-background"
|
|
12220
12223
|
};
|
|
12221
|
-
function
|
|
12224
|
+
function Eh(e, s, t, a, n, i) {
|
|
12222
12225
|
const r = g("ecs-icon"), c = g("ecs-sticker");
|
|
12223
12226
|
return o(), l("div", {
|
|
12224
12227
|
class: h(["ecs-party-entry", [t.party, t.color && t.background ? "ecs-party-entry-colored" : ""]]),
|
|
12225
|
-
style:
|
|
12228
|
+
style: B({ color: t.color })
|
|
12226
12229
|
}, [
|
|
12227
12230
|
t.icon && t.iconPosition == "left" ? (o(), b(r, {
|
|
12228
12231
|
key: 0,
|
|
12229
12232
|
type: i.iconType,
|
|
12230
12233
|
color: i.iconColor,
|
|
12231
|
-
style:
|
|
12234
|
+
style: B("margin-right:" + t.iconSpacing),
|
|
12232
12235
|
size: t.iconSize
|
|
12233
12236
|
}, null, 8, ["type", "color", "style", "size"])) : u("", !0),
|
|
12234
12237
|
t.shared ? (o(), b(c, {
|
|
@@ -12242,13 +12245,13 @@ function $h(e, s, t, a, n, i) {
|
|
|
12242
12245
|
key: 2,
|
|
12243
12246
|
type: i.iconType,
|
|
12244
12247
|
color: i.iconColor,
|
|
12245
|
-
style:
|
|
12248
|
+
style: B("margin-left:" + t.iconSpacing),
|
|
12246
12249
|
size: t.iconSize
|
|
12247
12250
|
}, null, 8, ["type", "color", "style", "size"])) : u("", !0),
|
|
12248
|
-
t.background ? (o(), l("div",
|
|
12251
|
+
t.background ? (o(), l("div", Ih)) : u("", !0)
|
|
12249
12252
|
], 6);
|
|
12250
12253
|
}
|
|
12251
|
-
const
|
|
12254
|
+
const S_ = /* @__PURE__ */ v(zh, [["render", Eh], ["__scopeId", "data-v-c6300895"]]), $h = {
|
|
12252
12255
|
name: "ecs-popover-header",
|
|
12253
12256
|
components: { EcsIcon: M, EcsText: nt },
|
|
12254
12257
|
props: {
|
|
@@ -12268,14 +12271,14 @@ const C_ = /* @__PURE__ */ v(Ih, [["render", $h], ["__scopeId", "data-v-c6300895
|
|
|
12268
12271
|
return !!this.$slots.default;
|
|
12269
12272
|
}
|
|
12270
12273
|
}
|
|
12271
|
-
},
|
|
12274
|
+
}, Ph = { class: "ecs-popover-header" }, Th = { class: "ecs-popover-header-title" }, Mh = {
|
|
12272
12275
|
key: 0,
|
|
12273
12276
|
class: "ecs-popover-header-actions"
|
|
12274
12277
|
};
|
|
12275
|
-
function
|
|
12278
|
+
function Lh(e, s, t, a, n, i) {
|
|
12276
12279
|
const r = g("ecs-icon"), c = g("ecs-text");
|
|
12277
|
-
return o(), l("header",
|
|
12278
|
-
f("div",
|
|
12280
|
+
return o(), l("header", Ph, [
|
|
12281
|
+
f("div", Th, [
|
|
12279
12282
|
t.icon ? (o(), b(r, {
|
|
12280
12283
|
key: 0,
|
|
12281
12284
|
type: t.icon,
|
|
@@ -12293,12 +12296,12 @@ function Oh(e, s, t, a, n, i) {
|
|
|
12293
12296
|
_: 1
|
|
12294
12297
|
})
|
|
12295
12298
|
]),
|
|
12296
|
-
i.hasControls ? (o(), l("div",
|
|
12299
|
+
i.hasControls ? (o(), l("div", Mh, [
|
|
12297
12300
|
p(e.$slots, "default", {}, void 0, !0)
|
|
12298
12301
|
])) : u("", !0)
|
|
12299
12302
|
]);
|
|
12300
12303
|
}
|
|
12301
|
-
const
|
|
12304
|
+
const C_ = /* @__PURE__ */ v($h, [["render", Lh], ["__scopeId", "data-v-c7ef1a5a"]]), Oh = {
|
|
12302
12305
|
props: {
|
|
12303
12306
|
/** Turns the popover list headline into a sticky headline. This means it will always stay fixed at the top of a scroll container until another popover list headline reaches the top. */
|
|
12304
12307
|
sticky: {
|
|
@@ -12306,11 +12309,11 @@ const x_ = /* @__PURE__ */ v(Ph, [["render", Oh], ["__scopeId", "data-v-c7ef1a5a
|
|
|
12306
12309
|
default: !1
|
|
12307
12310
|
}
|
|
12308
12311
|
}
|
|
12309
|
-
},
|
|
12312
|
+
}, Ah = {
|
|
12310
12313
|
key: 0,
|
|
12311
12314
|
class: "ecs-popover-list-title-controls"
|
|
12312
12315
|
};
|
|
12313
|
-
function
|
|
12316
|
+
function Nh(e, s, t, a, n, i) {
|
|
12314
12317
|
return o(), l("li", {
|
|
12315
12318
|
class: h(["ecs-popover-list-title", [t.sticky ? "ecs-popover-list-title-sticky" : "ecs-popover-list-title-default", t.sticky && e.$slots.controls ? "has-controls" : ""]]),
|
|
12316
12319
|
role: "heading"
|
|
@@ -12318,12 +12321,12 @@ function Dh(e, s, t, a, n, i) {
|
|
|
12318
12321
|
f("span", null, [
|
|
12319
12322
|
p(e.$slots, "default", {}, void 0, !0)
|
|
12320
12323
|
]),
|
|
12321
|
-
e.$slots.controls ? (o(), l("div",
|
|
12324
|
+
e.$slots.controls ? (o(), l("div", Ah, [
|
|
12322
12325
|
p(e.$slots, "controls", {}, void 0, !0)
|
|
12323
12326
|
])) : u("", !0)
|
|
12324
12327
|
], 2);
|
|
12325
12328
|
}
|
|
12326
|
-
const
|
|
12329
|
+
const x_ = /* @__PURE__ */ v(Oh, [["render", Nh], ["__scopeId", "data-v-dcc071bc"]]), Dh = {
|
|
12327
12330
|
name: "ecs-rating-star-read",
|
|
12328
12331
|
components: { EcsSkeletonLoader: Ce },
|
|
12329
12332
|
props: {
|
|
@@ -12354,8 +12357,8 @@ const B_ = /* @__PURE__ */ v(Ah, [["render", Dh], ["__scopeId", "data-v-dcc071bc
|
|
|
12354
12357
|
return this.size && this.size !== "" ? `ecs-rating-read-${this.size}` : this.size;
|
|
12355
12358
|
}
|
|
12356
12359
|
}
|
|
12357
|
-
},
|
|
12358
|
-
function
|
|
12360
|
+
}, Rh = ["aria-busy", "aria-label"], Fh = ["data-maximum", "data-rating"];
|
|
12361
|
+
function Vh(e, s, t, a, n, i) {
|
|
12359
12362
|
const r = g("ecs-skeleton-loader");
|
|
12360
12363
|
return o(), l("div", {
|
|
12361
12364
|
class: h(["ecs-rating-read", [i.sizeClass]]),
|
|
@@ -12372,10 +12375,10 @@ function Hh(e, s, t, a, n, i) {
|
|
|
12372
12375
|
class: "ecs-stars-read",
|
|
12373
12376
|
"data-maximum": t.maximum,
|
|
12374
12377
|
"data-rating": t.rating
|
|
12375
|
-
}, null, 8,
|
|
12376
|
-
], 10,
|
|
12378
|
+
}, null, 8, Fh))
|
|
12379
|
+
], 10, Rh);
|
|
12377
12380
|
}
|
|
12378
|
-
const
|
|
12381
|
+
const Hh = /* @__PURE__ */ v(Dh, [["render", Vh], ["__scopeId", "data-v-8f28e1c1"]]), qh = {
|
|
12379
12382
|
name: "ecs-rating-favorability",
|
|
12380
12383
|
emits: ["click"],
|
|
12381
12384
|
components: { EcsIcon: M, EcsSkeletonLoader: Ce },
|
|
@@ -12452,8 +12455,8 @@ const qh = /* @__PURE__ */ v(Rh, [["render", Hh], ["__scopeId", "data-v-8f28e1c1
|
|
|
12452
12455
|
}
|
|
12453
12456
|
}
|
|
12454
12457
|
}
|
|
12455
|
-
},
|
|
12456
|
-
function
|
|
12458
|
+
}, Wh = ["aria-busy"], jh = ["title"];
|
|
12459
|
+
function Uh(e, s, t, a, n, i) {
|
|
12457
12460
|
const r = g("ecs-icon"), c = g("ecs-skeleton-loader");
|
|
12458
12461
|
return o(), l("div", {
|
|
12459
12462
|
onClick: s[0] || (s[0] = (d) => e.$emit("click", d)),
|
|
@@ -12465,7 +12468,7 @@ function Gh(e, s, t, a, n, i) {
|
|
|
12465
12468
|
title: i.labelText
|
|
12466
12469
|
}, [
|
|
12467
12470
|
_(r, { type: i.iconType }, null, 8, ["type"])
|
|
12468
|
-
], 10,
|
|
12471
|
+
], 10, jh),
|
|
12469
12472
|
t.label ? (o(), l("span", {
|
|
12470
12473
|
key: 0,
|
|
12471
12474
|
class: h(["label", t.loading ? "loading" : ""])
|
|
@@ -12482,12 +12485,12 @@ function Gh(e, s, t, a, n, i) {
|
|
|
12482
12485
|
width: 100,
|
|
12483
12486
|
style: { width: "calc(100% - 30px)" }
|
|
12484
12487
|
})) : u("", !0)
|
|
12485
|
-
], 10,
|
|
12488
|
+
], 10, Wh);
|
|
12486
12489
|
}
|
|
12487
|
-
const
|
|
12490
|
+
const Gh = /* @__PURE__ */ v(qh, [["render", Uh], ["__scopeId", "data-v-359930b9"]]), Kh = {
|
|
12488
12491
|
name: "ecs-quicklinks-link",
|
|
12489
12492
|
emits: ["click", "input", "toggle"],
|
|
12490
|
-
components: { EcsCheckbox: Vt, EcsRatingStarRead:
|
|
12493
|
+
components: { EcsCheckbox: Vt, EcsRatingStarRead: Hh, EcsRatingFavorability: Gh, EcsSwitch: Ms, EcsIcon: M, EcsFocusRing: L },
|
|
12491
12494
|
props: {
|
|
12492
12495
|
label: {
|
|
12493
12496
|
type: String,
|
|
@@ -12546,17 +12549,17 @@ const Kh = /* @__PURE__ */ v(Wh, [["render", Gh], ["__scopeId", "data-v-359930b9
|
|
|
12546
12549
|
return this.active ? "active" : "subtle";
|
|
12547
12550
|
}
|
|
12548
12551
|
}
|
|
12549
|
-
},
|
|
12552
|
+
}, Yh = { class: "filter-description" }, Xh = {
|
|
12550
12553
|
key: 0,
|
|
12551
12554
|
class: "filter-count"
|
|
12552
|
-
},
|
|
12555
|
+
}, Zh = { style: { "margin-left": "12px" } }, Jh = { class: "static-label" }, Qh = {
|
|
12553
12556
|
key: 0,
|
|
12554
12557
|
class: "filter-count"
|
|
12555
|
-
},
|
|
12558
|
+
}, ev = { key: 2 }, tv = {
|
|
12556
12559
|
key: 3,
|
|
12557
12560
|
class: "filter-count"
|
|
12558
12561
|
};
|
|
12559
|
-
function
|
|
12562
|
+
function sv(e, s, t, a, n, i) {
|
|
12560
12563
|
const r = g("ecs-icon"), c = g("ecs-focus-ring"), d = g("ecs-rating-favorability"), m = g("ecs-rating-star-read"), y = g("ecs-switch"), k = g("ecs-checkbox");
|
|
12561
12564
|
return o(), l("li", {
|
|
12562
12565
|
class: h(["ecs-quicklinks-link", [
|
|
@@ -12572,8 +12575,8 @@ function iv(e, s, t, a, n, i) {
|
|
|
12572
12575
|
role: "button"
|
|
12573
12576
|
}, [
|
|
12574
12577
|
_(r, { type: t.icon }, null, 8, ["type"]),
|
|
12575
|
-
f("span",
|
|
12576
|
-
t.count ? (o(), l("small",
|
|
12578
|
+
f("span", Yh, w(t.label), 1),
|
|
12579
|
+
t.count ? (o(), l("small", Xh, w(t.count), 1)) : u("", !0),
|
|
12577
12580
|
_(c)
|
|
12578
12581
|
])) : t.type === "favorability" ? (o(), l("div", {
|
|
12579
12582
|
key: 1,
|
|
@@ -12588,10 +12591,10 @@ function iv(e, s, t, a, n, i) {
|
|
|
12588
12591
|
label: !1,
|
|
12589
12592
|
disabled: t.disabled || null
|
|
12590
12593
|
}, null, 8, ["type", "rating", "disabled"]),
|
|
12591
|
-
f("label",
|
|
12592
|
-
f("span",
|
|
12594
|
+
f("label", Zh, [
|
|
12595
|
+
f("span", Jh, w(t.label), 1)
|
|
12593
12596
|
]),
|
|
12594
|
-
t.count ? (o(), l("small",
|
|
12597
|
+
t.count ? (o(), l("small", Qh, w(t.count), 1)) : u("", !0),
|
|
12595
12598
|
_(c)
|
|
12596
12599
|
])) : (o(), b(k, {
|
|
12597
12600
|
key: 2,
|
|
@@ -12617,14 +12620,14 @@ function iv(e, s, t, a, n, i) {
|
|
|
12617
12620
|
D(w(t.label), 1)
|
|
12618
12621
|
]),
|
|
12619
12622
|
_: 1
|
|
12620
|
-
}, 8, ["value", "disabled"])) : (o(), l("span",
|
|
12621
|
-
t.count ? (o(), l("small",
|
|
12623
|
+
}, 8, ["value", "disabled"])) : (o(), l("span", ev, w(t.label), 1)),
|
|
12624
|
+
t.count ? (o(), l("small", tv, w(t.count), 1)) : u("", !0)
|
|
12622
12625
|
]),
|
|
12623
12626
|
_: 1
|
|
12624
12627
|
}, 8, ["value", "value-false", "value-true", "disabled"]))
|
|
12625
12628
|
], 2);
|
|
12626
12629
|
}
|
|
12627
|
-
const
|
|
12630
|
+
const B_ = /* @__PURE__ */ v(Kh, [["render", sv], ["__scopeId", "data-v-fe97cca0"]]), iv = {
|
|
12628
12631
|
name: "ecs-rating-star-write",
|
|
12629
12632
|
emits: ["click"],
|
|
12630
12633
|
props: {
|
|
@@ -12644,52 +12647,52 @@ const z_ = /* @__PURE__ */ v(Yh, [["render", iv], ["__scopeId", "data-v-fe97cca0
|
|
|
12644
12647
|
default: 0
|
|
12645
12648
|
}
|
|
12646
12649
|
}
|
|
12647
|
-
}, vt = (e) => (ye("data-v-37aaedf8"), e = e(), be(), e),
|
|
12650
|
+
}, vt = (e) => (ye("data-v-37aaedf8"), e = e(), be(), e), nv = {
|
|
12648
12651
|
key: 0,
|
|
12649
12652
|
class: "ecs-rating-reset"
|
|
12650
|
-
},
|
|
12651
|
-
function
|
|
12653
|
+
}, av = { class: "ecs-rating-write" }, ov = ["checked"], rv = /* @__PURE__ */ vt(() => /* @__PURE__ */ f("i", null, null, -1)), lv = ["checked"], cv = /* @__PURE__ */ vt(() => /* @__PURE__ */ f("i", null, null, -1)), dv = ["checked"], uv = /* @__PURE__ */ vt(() => /* @__PURE__ */ f("i", null, null, -1)), fv = ["checked"], gv = /* @__PURE__ */ vt(() => /* @__PURE__ */ f("i", null, null, -1));
|
|
12654
|
+
function mv(e, s, t, a, n, i) {
|
|
12652
12655
|
return o(), l("div", {
|
|
12653
12656
|
class: h(["ecs-rating-form", [t.large ? "ecs-rating-form-lg" : ""]])
|
|
12654
12657
|
}, [
|
|
12655
|
-
t.unrated ? (o(), l("button",
|
|
12656
|
-
f("div",
|
|
12658
|
+
t.unrated ? (o(), l("button", nv)) : u("", !0),
|
|
12659
|
+
f("div", av, [
|
|
12657
12660
|
f("input", {
|
|
12658
12661
|
type: "radio",
|
|
12659
12662
|
value: "1",
|
|
12660
12663
|
class: "star",
|
|
12661
12664
|
onClick: s[0] || (s[0] = (r) => e.$emit("click", r)),
|
|
12662
12665
|
checked: t.value == 1 || null
|
|
12663
|
-
}, null, 8,
|
|
12664
|
-
|
|
12666
|
+
}, null, 8, ov),
|
|
12667
|
+
rv,
|
|
12665
12668
|
f("input", {
|
|
12666
12669
|
type: "radio",
|
|
12667
12670
|
value: "2",
|
|
12668
12671
|
class: "star",
|
|
12669
12672
|
onClick: s[1] || (s[1] = (r) => e.$emit("click", r)),
|
|
12670
12673
|
checked: t.value == 2 || null
|
|
12671
|
-
}, null, 8,
|
|
12672
|
-
|
|
12674
|
+
}, null, 8, lv),
|
|
12675
|
+
cv,
|
|
12673
12676
|
f("input", {
|
|
12674
12677
|
type: "radio",
|
|
12675
12678
|
value: "3",
|
|
12676
12679
|
class: "star",
|
|
12677
12680
|
onClick: s[2] || (s[2] = (r) => e.$emit("click", r)),
|
|
12678
12681
|
checked: t.value == 3 || null
|
|
12679
|
-
}, null, 8,
|
|
12680
|
-
|
|
12682
|
+
}, null, 8, dv),
|
|
12683
|
+
uv,
|
|
12681
12684
|
f("input", {
|
|
12682
12685
|
type: "radio",
|
|
12683
12686
|
value: "4",
|
|
12684
12687
|
class: "star",
|
|
12685
12688
|
onClick: s[3] || (s[3] = (r) => e.$emit("click", r)),
|
|
12686
12689
|
checked: t.value == 4 || null
|
|
12687
|
-
}, null, 8,
|
|
12688
|
-
|
|
12690
|
+
}, null, 8, fv),
|
|
12691
|
+
gv
|
|
12689
12692
|
])
|
|
12690
12693
|
], 2);
|
|
12691
12694
|
}
|
|
12692
|
-
const
|
|
12695
|
+
const z_ = /* @__PURE__ */ v(iv, [["render", mv], ["__scopeId", "data-v-37aaedf8"]]), pv = {
|
|
12693
12696
|
name: "ecs-section",
|
|
12694
12697
|
props: {
|
|
12695
12698
|
/** Adds a headline to the section. */
|
|
@@ -12738,11 +12741,11 @@ const I_ = /* @__PURE__ */ v(nv, [["render", pv], ["__scopeId", "data-v-37aaedf8
|
|
|
12738
12741
|
return `ecs-section-content-padding-${this.contentPadding}`;
|
|
12739
12742
|
}
|
|
12740
12743
|
}
|
|
12741
|
-
},
|
|
12744
|
+
}, hv = {
|
|
12742
12745
|
key: 0,
|
|
12743
12746
|
class: "ecs-section-controls"
|
|
12744
12747
|
};
|
|
12745
|
-
function
|
|
12748
|
+
function vv(e, s, t, a, n, i) {
|
|
12746
12749
|
return o(), l("div", {
|
|
12747
12750
|
class: h(["ecs-section", [
|
|
12748
12751
|
t.borderTop ? "ecs-section-border-top" : "",
|
|
@@ -12756,7 +12759,7 @@ function yv(e, s, t, a, n, i) {
|
|
|
12756
12759
|
class: h(["ecs-section-headline", [t.headlineBold ? "ecs-headline-section-bold" : "ecs-headline-section", e.$slots.controls ? "has-buttons" : ""]])
|
|
12757
12760
|
}, [
|
|
12758
12761
|
D(w(t.title) + " ", 1),
|
|
12759
|
-
e.$slots.controls ? (o(), l("div",
|
|
12762
|
+
e.$slots.controls ? (o(), l("div", hv, [
|
|
12760
12763
|
p(e.$slots, "controls", {}, void 0, !0)
|
|
12761
12764
|
])) : u("", !0)
|
|
12762
12765
|
], 2)) : u("", !0),
|
|
@@ -12770,7 +12773,7 @@ function yv(e, s, t, a, n, i) {
|
|
|
12770
12773
|
], 2)
|
|
12771
12774
|
], 2);
|
|
12772
12775
|
}
|
|
12773
|
-
const
|
|
12776
|
+
const I_ = /* @__PURE__ */ v(pv, [["render", vv], ["__scopeId", "data-v-06167820"]]), yv = {
|
|
12774
12777
|
name: "ecs-segments",
|
|
12775
12778
|
emits: ["click"],
|
|
12776
12779
|
components: { EcsIcon: M },
|
|
@@ -12799,8 +12802,8 @@ const E_ = /* @__PURE__ */ v(hv, [["render", yv], ["__scopeId", "data-v-06167820
|
|
|
12799
12802
|
default: ""
|
|
12800
12803
|
}
|
|
12801
12804
|
}
|
|
12802
|
-
},
|
|
12803
|
-
function
|
|
12805
|
+
}, bv = ["for"], _v = ["name", "value", "id", "checked", "disabled", "onClick"], kv = ["title"];
|
|
12806
|
+
function wv(e, s, t, a, n, i) {
|
|
12804
12807
|
const r = g("ecs-icon");
|
|
12805
12808
|
return o(), l("div", {
|
|
12806
12809
|
class: h(["ecs-segments", [t.inline ? "ecs-segments-inline" : ""]])
|
|
@@ -12817,7 +12820,7 @@ function Sv(e, s, t, a, n, i) {
|
|
|
12817
12820
|
checked: t.value == c.id || null,
|
|
12818
12821
|
disabled: c.disabled || null,
|
|
12819
12822
|
onClick: (d) => e.$emit("click", c.id)
|
|
12820
|
-
}, null, 8,
|
|
12823
|
+
}, null, 8, _v),
|
|
12821
12824
|
f("span", {
|
|
12822
12825
|
class: "ecs-segment",
|
|
12823
12826
|
title: c.title
|
|
@@ -12830,11 +12833,11 @@ function Sv(e, s, t, a, n, i) {
|
|
|
12830
12833
|
color: "#2F333C"
|
|
12831
12834
|
}, null, 8, ["class", "type"])) : u("", !0),
|
|
12832
12835
|
D(" " + w(c.label), 1)
|
|
12833
|
-
], 8,
|
|
12834
|
-
], 8,
|
|
12836
|
+
], 8, kv)
|
|
12837
|
+
], 8, bv))), 128))
|
|
12835
12838
|
], 2);
|
|
12836
12839
|
}
|
|
12837
|
-
const
|
|
12840
|
+
const E_ = /* @__PURE__ */ v(yv, [["render", wv], ["__scopeId", "data-v-64e5a988"]]), Sv = {
|
|
12838
12841
|
name: "ecs-select-tile",
|
|
12839
12842
|
emits: ["click"],
|
|
12840
12843
|
components: {
|
|
@@ -12874,14 +12877,14 @@ const $_ = /* @__PURE__ */ v(bv, [["render", Sv], ["__scopeId", "data-v-64e5a988
|
|
|
12874
12877
|
default: !1
|
|
12875
12878
|
}
|
|
12876
12879
|
}
|
|
12877
|
-
},
|
|
12880
|
+
}, Cv = (e) => (ye("data-v-00e842c6"), e = e(), be(), e), xv = ["aria-checked", "tabindex"], Bv = /* @__PURE__ */ Cv(() => /* @__PURE__ */ f("div", { class: "select-check" }, null, -1)), zv = {
|
|
12878
12881
|
key: 1,
|
|
12879
12882
|
class: "label"
|
|
12880
|
-
},
|
|
12883
|
+
}, Iv = {
|
|
12881
12884
|
key: 2,
|
|
12882
12885
|
class: "help"
|
|
12883
12886
|
};
|
|
12884
|
-
function
|
|
12887
|
+
function Ev(e, s, t, a, n, i) {
|
|
12885
12888
|
const r = g("ecs-focus-ring");
|
|
12886
12889
|
return o(), l("div", {
|
|
12887
12890
|
onClick: s[0] || (s[0] = (c) => e.$emit("click", c)),
|
|
@@ -12894,32 +12897,32 @@ function $v(e, s, t, a, n, i) {
|
|
|
12894
12897
|
"aria-checked": t.selected ? "true" : "false",
|
|
12895
12898
|
tabindex: t.disabled ? "-1" : "0"
|
|
12896
12899
|
}, [
|
|
12897
|
-
|
|
12900
|
+
Bv,
|
|
12898
12901
|
t.illustration ? (o(), l("div", {
|
|
12899
12902
|
key: 0,
|
|
12900
12903
|
class: h(["illustration", t.illustration])
|
|
12901
12904
|
}, null, 2)) : u("", !0),
|
|
12902
|
-
t.label ? (o(), l("div",
|
|
12903
|
-
t.helpText ? (o(), l("div",
|
|
12905
|
+
t.label ? (o(), l("div", zv, w(t.label), 1)) : u("", !0),
|
|
12906
|
+
t.helpText ? (o(), l("div", Iv, w(t.helpText), 1)) : u("", !0),
|
|
12904
12907
|
_(r, {
|
|
12905
12908
|
inset: -6,
|
|
12906
12909
|
radius: 12
|
|
12907
12910
|
})
|
|
12908
|
-
], 42,
|
|
12911
|
+
], 42, xv);
|
|
12909
12912
|
}
|
|
12910
|
-
const
|
|
12913
|
+
const $_ = /* @__PURE__ */ v(Sv, [["render", Ev], ["__scopeId", "data-v-00e842c6"]]), $v = {
|
|
12911
12914
|
name: "ecs-sequence-map"
|
|
12912
|
-
},
|
|
12915
|
+
}, Pv = {
|
|
12913
12916
|
class: "ecs-sequence-map",
|
|
12914
12917
|
role: "navigation",
|
|
12915
12918
|
"aria-label": "Steps"
|
|
12916
12919
|
};
|
|
12917
|
-
function
|
|
12918
|
-
return o(), l("div",
|
|
12920
|
+
function Tv(e, s, t, a, n, i) {
|
|
12921
|
+
return o(), l("div", Pv, [
|
|
12919
12922
|
p(e.$slots, "default", {}, void 0, !0)
|
|
12920
12923
|
]);
|
|
12921
12924
|
}
|
|
12922
|
-
const
|
|
12925
|
+
const P_ = /* @__PURE__ */ v($v, [["render", Tv], ["__scopeId", "data-v-69c3c73d"]]), Mv = {
|
|
12923
12926
|
name: "ecs-sequence-map-button",
|
|
12924
12927
|
emits: ["click"],
|
|
12925
12928
|
components: { EcsIcon: M, EcsFocusRing: L },
|
|
@@ -12950,8 +12953,8 @@ const T_ = /* @__PURE__ */ v(Pv, [["render", Mv], ["__scopeId", "data-v-69c3c73d
|
|
|
12950
12953
|
default: !1
|
|
12951
12954
|
}
|
|
12952
12955
|
}
|
|
12953
|
-
},
|
|
12954
|
-
function
|
|
12956
|
+
}, Lv = (e) => (ye("data-v-9fd5b3f7"), e = e(), be(), e), Ov = ["aria-busy"], Av = { class: "count" }, Nv = /* @__PURE__ */ Lv(() => /* @__PURE__ */ f("div", { class: "step-indicator" }, null, -1));
|
|
12957
|
+
function Dv(e, s, t, a, n, i) {
|
|
12955
12958
|
const r = g("ecs-icon"), c = g("ecs-focus-ring");
|
|
12956
12959
|
return o(), l("button", {
|
|
12957
12960
|
onClick: s[0] || (s[0] = (d) => e.$emit("click", d)),
|
|
@@ -12963,7 +12966,7 @@ function Rv(e, s, t, a, n, i) {
|
|
|
12963
12966
|
]]),
|
|
12964
12967
|
"aria-busy": t.loading || null
|
|
12965
12968
|
}, [
|
|
12966
|
-
f("span",
|
|
12969
|
+
f("span", Av, [
|
|
12967
12970
|
D(w(t.step) + " ", 1),
|
|
12968
12971
|
t.loading ? (o(), b(r, {
|
|
12969
12972
|
key: 0,
|
|
@@ -12974,10 +12977,10 @@ function Rv(e, s, t, a, n, i) {
|
|
|
12974
12977
|
]),
|
|
12975
12978
|
p(e.$slots, "default", {}, void 0, !0),
|
|
12976
12979
|
_(c, { inset: 4 }),
|
|
12977
|
-
|
|
12978
|
-
], 10,
|
|
12980
|
+
Nv
|
|
12981
|
+
], 10, Ov);
|
|
12979
12982
|
}
|
|
12980
|
-
const
|
|
12983
|
+
const T_ = /* @__PURE__ */ v(Mv, [["render", Dv], ["__scopeId", "data-v-9fd5b3f7"]]), Rv = {
|
|
12981
12984
|
name: "ecs-tab-bar",
|
|
12982
12985
|
props: {
|
|
12983
12986
|
/** Determines the visual style of the tab bar. `standard` are regular tabs, `sidebar` should only be used for the tab bar that controls sidebar tabs, `segment` is a tab bar that visually looks the same as an ecs-segment control, `sheet` should be used for table sheets, and `modal` for tabs that are inside ecs-modal headers. */
|
|
@@ -13002,7 +13005,7 @@ const M_ = /* @__PURE__ */ v(Lv, [["render", Rv], ["__scopeId", "data-v-9fd5b3f7
|
|
|
13002
13005
|
}
|
|
13003
13006
|
}
|
|
13004
13007
|
};
|
|
13005
|
-
function
|
|
13008
|
+
function Fv(e, s, t, a, n, i) {
|
|
13006
13009
|
return o(), l("div", {
|
|
13007
13010
|
class: h(["ecs-tab-bar", [i.typeClass, i.directionClass]]),
|
|
13008
13011
|
role: "tablist"
|
|
@@ -13010,7 +13013,7 @@ function Vv(e, s, t, a, n, i) {
|
|
|
13010
13013
|
p(e.$slots, "default", {}, void 0, !0)
|
|
13011
13014
|
], 2);
|
|
13012
13015
|
}
|
|
13013
|
-
const
|
|
13016
|
+
const Vv = /* @__PURE__ */ v(Rv, [["render", Fv], ["__scopeId", "data-v-aadcd808"]]), Hv = {
|
|
13014
13017
|
name: "ecs-tabs",
|
|
13015
13018
|
props: {
|
|
13016
13019
|
/** Sets the height of the tabs area to 100%. */
|
|
@@ -13020,18 +13023,18 @@ const Hv = /* @__PURE__ */ v(Fv, [["render", Vv], ["__scopeId", "data-v-aadcd808
|
|
|
13020
13023
|
}
|
|
13021
13024
|
}
|
|
13022
13025
|
};
|
|
13023
|
-
function
|
|
13026
|
+
function qv(e, s, t, a, n, i) {
|
|
13024
13027
|
return o(), l("div", {
|
|
13025
13028
|
class: h(["ecs-tab-content", [t.fill ? "ecs-tab-content-fill" : ""]])
|
|
13026
13029
|
}, [
|
|
13027
13030
|
p(e.$slots, "default", {}, void 0, !0)
|
|
13028
13031
|
], 2);
|
|
13029
13032
|
}
|
|
13030
|
-
const
|
|
13033
|
+
const Wv = /* @__PURE__ */ v(Hv, [["render", qv], ["__scopeId", "data-v-0fe19168"]]), jv = {
|
|
13031
13034
|
name: "ecs-sidebar",
|
|
13032
13035
|
components: {
|
|
13033
|
-
EcsTabBar:
|
|
13034
|
-
EcsTabs:
|
|
13036
|
+
EcsTabBar: Vv,
|
|
13037
|
+
EcsTabs: Wv
|
|
13035
13038
|
},
|
|
13036
13039
|
props: {
|
|
13037
13040
|
/** Expands the sidebar. */
|
|
@@ -13062,14 +13065,14 @@ const jv = /* @__PURE__ */ v(qv, [["render", Wv], ["__scopeId", "data-v-0fe19168
|
|
|
13062
13065
|
return this.expanded ? "height: calc(100% - 10px)" : "height:" + (2 + 36 * this.tabCount) + "px";
|
|
13063
13066
|
}
|
|
13064
13067
|
}
|
|
13065
|
-
},
|
|
13066
|
-
function
|
|
13068
|
+
}, Uv = { class: "ecs-sidebar-tabs" };
|
|
13069
|
+
function Gv(e, s, t, a, n, i) {
|
|
13067
13070
|
const r = g("ecs-tab-bar"), c = g("ecs-tabs");
|
|
13068
13071
|
return o(), l("aside", {
|
|
13069
13072
|
class: h(["ecs-sidebar", [i.sizeClass, i.expandClass]]),
|
|
13070
|
-
style:
|
|
13073
|
+
style: B(i.height)
|
|
13071
13074
|
}, [
|
|
13072
|
-
f("div",
|
|
13075
|
+
f("div", Uv, [
|
|
13073
13076
|
_(r, { type: "sidebar" }, {
|
|
13074
13077
|
default: S(() => [
|
|
13075
13078
|
p(e.$slots, "tab-buttons", {}, void 0, !0)
|
|
@@ -13085,7 +13088,7 @@ function Kv(e, s, t, a, n, i) {
|
|
|
13085
13088
|
})
|
|
13086
13089
|
], 6);
|
|
13087
13090
|
}
|
|
13088
|
-
const
|
|
13091
|
+
const M_ = /* @__PURE__ */ v(jv, [["render", Gv], ["__scopeId", "data-v-6d793ceb"]]), Kv = {
|
|
13089
13092
|
name: "ecs-sidebar-content",
|
|
13090
13093
|
props: {
|
|
13091
13094
|
/** Adds an inner padding to the content area. */
|
|
@@ -13100,7 +13103,7 @@ const L_ = /* @__PURE__ */ v(Uv, [["render", Kv], ["__scopeId", "data-v-6d793ceb
|
|
|
13100
13103
|
}
|
|
13101
13104
|
}
|
|
13102
13105
|
};
|
|
13103
|
-
function
|
|
13106
|
+
function Yv(e, s, t, a, n, i) {
|
|
13104
13107
|
return o(), l("div", {
|
|
13105
13108
|
class: h(["ecs-sidebar-content scrollbar", [
|
|
13106
13109
|
t.indent ? "ecs-sidebar-content-indent" : "",
|
|
@@ -13110,7 +13113,7 @@ function Xv(e, s, t, a, n, i) {
|
|
|
13110
13113
|
p(e.$slots, "default", {}, void 0, !0)
|
|
13111
13114
|
], 2);
|
|
13112
13115
|
}
|
|
13113
|
-
const
|
|
13116
|
+
const L_ = /* @__PURE__ */ v(Kv, [["render", Yv], ["__scopeId", "data-v-197087d5"]]), Xv = {
|
|
13114
13117
|
name: "ecs-sidebar-footer",
|
|
13115
13118
|
props: {
|
|
13116
13119
|
/** Reduces the inner padding. */
|
|
@@ -13120,7 +13123,7 @@ const O_ = /* @__PURE__ */ v(Yv, [["render", Xv], ["__scopeId", "data-v-197087d5
|
|
|
13120
13123
|
}
|
|
13121
13124
|
}
|
|
13122
13125
|
};
|
|
13123
|
-
function
|
|
13126
|
+
function Zv(e, s, t, a, n, i) {
|
|
13124
13127
|
return o(), l("footer", {
|
|
13125
13128
|
class: h(["ecs-sidebar-footer", [e.$slots.extension ? "has-extension" : ""]])
|
|
13126
13129
|
}, [
|
|
@@ -13138,7 +13141,7 @@ function Jv(e, s, t, a, n, i) {
|
|
|
13138
13141
|
], 2)
|
|
13139
13142
|
], 2);
|
|
13140
13143
|
}
|
|
13141
|
-
const
|
|
13144
|
+
const O_ = /* @__PURE__ */ v(Xv, [["render", Zv], ["__scopeId", "data-v-0c35a678"]]), Jv = {
|
|
13142
13145
|
name: "ecs-sidebar-header",
|
|
13143
13146
|
props: {
|
|
13144
13147
|
/** Determines if the sub header area should be expanded. */
|
|
@@ -13162,32 +13165,32 @@ const A_ = /* @__PURE__ */ v(Zv, [["render", Jv], ["__scopeId", "data-v-0c35a678
|
|
|
13162
13165
|
return this.$slots["primary-controls"];
|
|
13163
13166
|
}
|
|
13164
13167
|
}
|
|
13165
|
-
},
|
|
13168
|
+
}, Qv = { class: "ecs-sidebar-header" }, ey = {
|
|
13166
13169
|
key: 0,
|
|
13167
13170
|
class: "ecs-sidebar-header-row"
|
|
13168
|
-
},
|
|
13171
|
+
}, ty = { class: "ecs-sidebar-header-title" }, sy = {
|
|
13169
13172
|
key: 0,
|
|
13170
13173
|
class: "ecs-sidebar-header-controls"
|
|
13171
|
-
},
|
|
13174
|
+
}, iy = {
|
|
13172
13175
|
key: 0,
|
|
13173
13176
|
class: "ecs-sidebar-header-row sub-header"
|
|
13174
|
-
},
|
|
13177
|
+
}, ny = {
|
|
13175
13178
|
key: 0,
|
|
13176
13179
|
class: "ecs-sidebar-header-row sub-header"
|
|
13177
13180
|
};
|
|
13178
|
-
function
|
|
13179
|
-
return o(), l("header",
|
|
13180
|
-
t.hidePrimaryHeader ? u("", !0) : (o(), l("div",
|
|
13181
|
-
f("div",
|
|
13181
|
+
function ay(e, s, t, a, n, i) {
|
|
13182
|
+
return o(), l("header", Qv, [
|
|
13183
|
+
t.hidePrimaryHeader ? u("", !0) : (o(), l("div", ey, [
|
|
13184
|
+
f("div", ty, [
|
|
13182
13185
|
p(e.$slots, "default", {}, void 0, !0)
|
|
13183
13186
|
]),
|
|
13184
|
-
i.hasPrimaryControls ? (o(), l("div",
|
|
13187
|
+
i.hasPrimaryControls ? (o(), l("div", sy, [
|
|
13185
13188
|
p(e.$slots, "primary-controls", {}, void 0, !0)
|
|
13186
13189
|
])) : u("", !0)
|
|
13187
13190
|
])),
|
|
13188
13191
|
_(me, { name: "expansion" }, {
|
|
13189
13192
|
default: S(() => [
|
|
13190
|
-
t.subHeaderExpanded && e.$slots.subheader ? (o(), l("div",
|
|
13193
|
+
t.subHeaderExpanded && e.$slots.subheader ? (o(), l("div", iy, [
|
|
13191
13194
|
p(e.$slots, "subheader", {}, void 0, !0)
|
|
13192
13195
|
])) : u("", !0)
|
|
13193
13196
|
]),
|
|
@@ -13195,7 +13198,7 @@ function oy(e, s, t, a, n, i) {
|
|
|
13195
13198
|
}),
|
|
13196
13199
|
_(me, { name: "expansion" }, {
|
|
13197
13200
|
default: S(() => [
|
|
13198
|
-
t.tertiaryHeaderExpanded && e.$slots.tertiaryheader ? (o(), l("div",
|
|
13201
|
+
t.tertiaryHeaderExpanded && e.$slots.tertiaryheader ? (o(), l("div", ny, [
|
|
13199
13202
|
p(e.$slots, "tertiaryheader", {}, void 0, !0)
|
|
13200
13203
|
])) : u("", !0)
|
|
13201
13204
|
]),
|
|
@@ -13203,7 +13206,7 @@ function oy(e, s, t, a, n, i) {
|
|
|
13203
13206
|
})
|
|
13204
13207
|
]);
|
|
13205
13208
|
}
|
|
13206
|
-
const
|
|
13209
|
+
const A_ = /* @__PURE__ */ v(Jv, [["render", ay], ["__scopeId", "data-v-c6406dcb"]]), oy = {
|
|
13207
13210
|
name: "ecs-structured-content",
|
|
13208
13211
|
props: {
|
|
13209
13212
|
/** Wraps the right column into a separate row, leaving more space for each column. */
|
|
@@ -13212,23 +13215,23 @@ const N_ = /* @__PURE__ */ v(Qv, [["render", oy], ["__scopeId", "data-v-c6406dcb
|
|
|
13212
13215
|
default: !1
|
|
13213
13216
|
}
|
|
13214
13217
|
}
|
|
13215
|
-
},
|
|
13218
|
+
}, ry = { class: "ecs-structured-content-left" }, ly = {
|
|
13216
13219
|
key: 0,
|
|
13217
13220
|
class: "ecs-structured-content-right"
|
|
13218
13221
|
};
|
|
13219
|
-
function
|
|
13222
|
+
function cy(e, s, t, a, n, i) {
|
|
13220
13223
|
return o(), l("div", {
|
|
13221
13224
|
class: h(["ecs-structured-content", t.vertical ? "ecs-structured-content-vertical" : ""])
|
|
13222
13225
|
}, [
|
|
13223
|
-
f("div",
|
|
13226
|
+
f("div", ry, [
|
|
13224
13227
|
p(e.$slots, "default", {}, void 0, !0)
|
|
13225
13228
|
]),
|
|
13226
|
-
e.$slots.extend ? (o(), l("div",
|
|
13229
|
+
e.$slots.extend ? (o(), l("div", ly, [
|
|
13227
13230
|
p(e.$slots, "extend", {}, void 0, !0)
|
|
13228
13231
|
])) : u("", !0)
|
|
13229
13232
|
], 2);
|
|
13230
13233
|
}
|
|
13231
|
-
const
|
|
13234
|
+
const N_ = /* @__PURE__ */ v(oy, [["render", cy], ["__scopeId", "data-v-cec887e2"]]), dy = {
|
|
13232
13235
|
name: "ecs-swatches-picker",
|
|
13233
13236
|
emits: ["update:modelValue"],
|
|
13234
13237
|
props: {
|
|
@@ -13279,8 +13282,8 @@ const D_ = /* @__PURE__ */ v(ry, [["render", dy], ["__scopeId", "data-v-cec887e2
|
|
|
13279
13282
|
this.selectedTitle = this.swatches[this.swatches.findIndex((e) => e.hex === this.selectedColor)].title;
|
|
13280
13283
|
}
|
|
13281
13284
|
}
|
|
13282
|
-
},
|
|
13283
|
-
function
|
|
13285
|
+
}, uy = ["onClick", "onKeydown", "title", "aria-label", "aria-checked"];
|
|
13286
|
+
function fy(e, s, t, a, n, i) {
|
|
13284
13287
|
return o(), l("div", {
|
|
13285
13288
|
class: h(["ecs-swatches", i.sizeClass]),
|
|
13286
13289
|
role: "radiogroup"
|
|
@@ -13298,11 +13301,11 @@ function gy(e, s, t, a, n, i) {
|
|
|
13298
13301
|
"aria-label": r.title,
|
|
13299
13302
|
"aria-checked": n.selectedColor == r.hex ? "true" : "false",
|
|
13300
13303
|
class: h(["ecs-swatches-color", n.selectedColor == r.hex ? "active" : ""]),
|
|
13301
|
-
style:
|
|
13302
|
-
}, null, 46,
|
|
13304
|
+
style: B({ backgroundColor: r.hex, color: r.hex })
|
|
13305
|
+
}, null, 46, uy))), 128))
|
|
13303
13306
|
], 2);
|
|
13304
13307
|
}
|
|
13305
|
-
const
|
|
13308
|
+
const D_ = /* @__PURE__ */ v(dy, [["render", fy], ["__scopeId", "data-v-74fe1e26"]]), gy = {
|
|
13306
13309
|
name: "ecs-tab",
|
|
13307
13310
|
props: {
|
|
13308
13311
|
/** Shows this tab. */
|
|
@@ -13335,17 +13338,17 @@ const R_ = /* @__PURE__ */ v(uy, [["render", gy], ["__scopeId", "data-v-74fe1e26
|
|
|
13335
13338
|
mounted() {
|
|
13336
13339
|
!this.ariaLabeledBy || this.ariaLabeledBy.trim();
|
|
13337
13340
|
}
|
|
13338
|
-
},
|
|
13339
|
-
function
|
|
13341
|
+
}, my = ["aria-labelledby"];
|
|
13342
|
+
function py(e, s, t, a, n, i) {
|
|
13340
13343
|
return o(), l("div", {
|
|
13341
13344
|
class: h(["ecs-tab-pane", [t.show ? "show" : "", t.flex ? "ecs-tab-pane-flex" : "", i.directionClass]]),
|
|
13342
13345
|
role: "tabpanel",
|
|
13343
13346
|
"aria-labelledby": t.ariaLabeledBy
|
|
13344
13347
|
}, [
|
|
13345
13348
|
p(e.$slots, "default", {}, void 0, !0)
|
|
13346
|
-
], 10,
|
|
13349
|
+
], 10, my);
|
|
13347
13350
|
}
|
|
13348
|
-
const
|
|
13351
|
+
const R_ = /* @__PURE__ */ v(gy, [["render", py], ["__scopeId", "data-v-2c119fff"]]), hy = {
|
|
13349
13352
|
name: "ecs-tab-button",
|
|
13350
13353
|
emits: ["click"],
|
|
13351
13354
|
components: {
|
|
@@ -13421,11 +13424,11 @@ const F_ = /* @__PURE__ */ v(my, [["render", hy], ["__scopeId", "data-v-2c119fff
|
|
|
13421
13424
|
}
|
|
13422
13425
|
}
|
|
13423
13426
|
}
|
|
13424
|
-
},
|
|
13427
|
+
}, vy = (e) => (ye("data-v-dd796dff"), e = e(), be(), e), yy = ["disabled", "aria-selected", "aria-controls", "aria-label"], by = {
|
|
13425
13428
|
key: 2,
|
|
13426
13429
|
class: "shortcut"
|
|
13427
|
-
},
|
|
13428
|
-
function
|
|
13430
|
+
}, _y = /* @__PURE__ */ vy(() => /* @__PURE__ */ f("span", { class: "hover" }, null, -1));
|
|
13431
|
+
function ky(e, s, t, a, n, i) {
|
|
13429
13432
|
const r = g("ecs-icon"), c = g("ecs-sticker"), d = g("ecs-focus-ring");
|
|
13430
13433
|
return o(), l("button", {
|
|
13431
13434
|
class: h(["ecs-tab-button", [
|
|
@@ -13451,12 +13454,12 @@ function wy(e, s, t, a, n, i) {
|
|
|
13451
13454
|
type: t.sticker
|
|
13452
13455
|
}, null, 8, ["type"])) : u("", !0),
|
|
13453
13456
|
p(e.$slots, "default", {}, void 0, !0),
|
|
13454
|
-
t.shortcut ? (o(), l("span",
|
|
13457
|
+
t.shortcut ? (o(), l("span", by, w(t.shortcut), 1)) : u("", !0),
|
|
13455
13458
|
_(d, { inset: 0 }),
|
|
13456
|
-
|
|
13457
|
-
], 10,
|
|
13459
|
+
_y
|
|
13460
|
+
], 10, yy);
|
|
13458
13461
|
}
|
|
13459
|
-
const
|
|
13462
|
+
const F_ = /* @__PURE__ */ v(hy, [["render", ky], ["__scopeId", "data-v-dd796dff"]]), wy = {
|
|
13460
13463
|
name: "ecs-tag",
|
|
13461
13464
|
emits: ["click"],
|
|
13462
13465
|
components: { EcsSkeletonLoader: Ce, EcsFocusRing: L },
|
|
@@ -13535,11 +13538,11 @@ const V_ = /* @__PURE__ */ v(vy, [["render", wy], ["__scopeId", "data-v-dd796dff
|
|
|
13535
13538
|
this.$emit("click", e);
|
|
13536
13539
|
}
|
|
13537
13540
|
}
|
|
13538
|
-
},
|
|
13541
|
+
}, Sy = ["role", "tabindex", "aria-busy"], Cy = ["title"], xy = {
|
|
13539
13542
|
key: 1,
|
|
13540
13543
|
class: "count"
|
|
13541
13544
|
};
|
|
13542
|
-
function
|
|
13545
|
+
function By(e, s, t, a, n, i) {
|
|
13543
13546
|
const r = g("ecs-skeleton-loader"), c = g("ecs-focus-ring");
|
|
13544
13547
|
return o(), l("span", {
|
|
13545
13548
|
class: h(["ecs-tag", [
|
|
@@ -13549,7 +13552,7 @@ function zy(e, s, t, a, n, i) {
|
|
|
13549
13552
|
t.loading ? "loading" : ""
|
|
13550
13553
|
]]),
|
|
13551
13554
|
onClick: s[0] || (s[0] = (...d) => i.handleClick && i.handleClick(...d)),
|
|
13552
|
-
style:
|
|
13555
|
+
style: B(i.customColorStyle),
|
|
13553
13556
|
role: t.hover ? "button" : !1,
|
|
13554
13557
|
tabindex: t.hover ? "0" : "-1",
|
|
13555
13558
|
"aria-busy": t.loading || null
|
|
@@ -13558,9 +13561,9 @@ function zy(e, s, t, a, n, i) {
|
|
|
13558
13561
|
key: 0,
|
|
13559
13562
|
class: "path",
|
|
13560
13563
|
title: t.path
|
|
13561
|
-
}, w(i.truncatedPath), 9,
|
|
13564
|
+
}, w(i.truncatedPath), 9, Cy)) : u("", !0),
|
|
13562
13565
|
p(e.$slots, "default", {}, void 0, !0),
|
|
13563
|
-
t.count ? (o(), l("span",
|
|
13566
|
+
t.count ? (o(), l("span", xy, w(t.count), 1)) : u("", !0),
|
|
13564
13567
|
t.loading ? (o(), b(r, {
|
|
13565
13568
|
key: 2,
|
|
13566
13569
|
type: "single",
|
|
@@ -13568,20 +13571,20 @@ function zy(e, s, t, a, n, i) {
|
|
|
13568
13571
|
style: { width: "calc(100% - 20px)" }
|
|
13569
13572
|
})) : u("", !0),
|
|
13570
13573
|
_(c)
|
|
13571
|
-
], 14,
|
|
13574
|
+
], 14, Sy);
|
|
13572
13575
|
}
|
|
13573
|
-
const
|
|
13576
|
+
const V_ = /* @__PURE__ */ v(wy, [["render", By], ["__scopeId", "data-v-877749ec"]]), zy = {
|
|
13574
13577
|
name: "ecs-tag-cloud"
|
|
13575
|
-
},
|
|
13578
|
+
}, Iy = {
|
|
13576
13579
|
class: "ecs-tag-cloud",
|
|
13577
13580
|
role: "list"
|
|
13578
13581
|
};
|
|
13579
|
-
function
|
|
13580
|
-
return o(), l("div",
|
|
13582
|
+
function Ey(e, s, t, a, n, i) {
|
|
13583
|
+
return o(), l("div", Iy, [
|
|
13581
13584
|
p(e.$slots, "default", {}, void 0, !0)
|
|
13582
13585
|
]);
|
|
13583
13586
|
}
|
|
13584
|
-
const
|
|
13587
|
+
const H_ = /* @__PURE__ */ v(zy, [["render", Ey], ["__scopeId", "data-v-4334fe7e"]]), $y = {
|
|
13585
13588
|
name: "ecs-toast",
|
|
13586
13589
|
emits: ["action"],
|
|
13587
13590
|
components: { EcsFocusRing: L },
|
|
@@ -13604,7 +13607,7 @@ const q_ = /* @__PURE__ */ v(Iy, [["render", $y], ["__scopeId", "data-v-4334fe7e
|
|
|
13604
13607
|
}
|
|
13605
13608
|
}
|
|
13606
13609
|
};
|
|
13607
|
-
function
|
|
13610
|
+
function Py(e, s, t, a, n, i) {
|
|
13608
13611
|
const r = g("ecs-focus-ring");
|
|
13609
13612
|
return o(), l("div", {
|
|
13610
13613
|
class: h(["ecs-toast", i.typeClass]),
|
|
@@ -13626,14 +13629,14 @@ function Ty(e, s, t, a, n, i) {
|
|
|
13626
13629
|
])) : u("", !0)
|
|
13627
13630
|
], 2);
|
|
13628
13631
|
}
|
|
13629
|
-
const
|
|
13632
|
+
const q_ = /* @__PURE__ */ v($y, [["render", Py], ["__scopeId", "data-v-86de0a28"]]), Ty = {
|
|
13630
13633
|
name: "ecs-toasts"
|
|
13631
|
-
},
|
|
13634
|
+
}, My = {
|
|
13632
13635
|
class: "ecs-toasts",
|
|
13633
13636
|
"aria-live": "polite"
|
|
13634
13637
|
};
|
|
13635
|
-
function
|
|
13636
|
-
return o(), l("div",
|
|
13638
|
+
function Ly(e, s, t, a, n, i) {
|
|
13639
|
+
return o(), l("div", My, [
|
|
13637
13640
|
_(ci, { name: "transition-toast" }, {
|
|
13638
13641
|
default: S(() => [
|
|
13639
13642
|
p(e.$slots, "default", {}, void 0, !0)
|
|
@@ -13642,7 +13645,7 @@ function Oy(e, s, t, a, n, i) {
|
|
|
13642
13645
|
})
|
|
13643
13646
|
]);
|
|
13644
13647
|
}
|
|
13645
|
-
const
|
|
13648
|
+
const W_ = /* @__PURE__ */ v(Ty, [["render", Ly], ["__scopeId", "data-v-451fee48"]]), Oy = {
|
|
13646
13649
|
name: "ecs-transcript-state",
|
|
13647
13650
|
emits: ["click"],
|
|
13648
13651
|
components: {
|
|
@@ -13661,20 +13664,20 @@ const j_ = /* @__PURE__ */ v(My, [["render", Oy], ["__scopeId", "data-v-451fee48
|
|
|
13661
13664
|
default: !1
|
|
13662
13665
|
}
|
|
13663
13666
|
}
|
|
13664
|
-
},
|
|
13667
|
+
}, Ay = ["aria-busy"], Ny = {
|
|
13665
13668
|
key: 0,
|
|
13666
13669
|
class: "healthy"
|
|
13667
|
-
},
|
|
13670
|
+
}, Dy = {
|
|
13668
13671
|
key: 1,
|
|
13669
13672
|
class: "repairing"
|
|
13670
|
-
},
|
|
13673
|
+
}, Ry = {
|
|
13671
13674
|
key: 2,
|
|
13672
13675
|
class: "corrupted"
|
|
13673
|
-
},
|
|
13676
|
+
}, Fy = {
|
|
13674
13677
|
key: 3,
|
|
13675
13678
|
class: "loading"
|
|
13676
13679
|
};
|
|
13677
|
-
function
|
|
13680
|
+
function Vy(e, s, t, a, n, i) {
|
|
13678
13681
|
const r = g("ecs-icon");
|
|
13679
13682
|
return o(), l("div", {
|
|
13680
13683
|
onClick: s[0] || (s[0] = (c) => e.$emit("click", c)),
|
|
@@ -13685,19 +13688,19 @@ function Hy(e, s, t, a, n, i) {
|
|
|
13685
13688
|
type: "toolbar-transcript",
|
|
13686
13689
|
color: "#929AA9"
|
|
13687
13690
|
}),
|
|
13688
|
-
t.state == "healthy" ? (o(), l("div",
|
|
13689
|
-
t.state == "repairing" ? (o(), l("div",
|
|
13690
|
-
t.state == "corrupted" ? (o(), l("div",
|
|
13691
|
-
t.state == "loading" ? (o(), l("span",
|
|
13691
|
+
t.state == "healthy" ? (o(), l("div", Ny)) : u("", !0),
|
|
13692
|
+
t.state == "repairing" ? (o(), l("div", Dy)) : u("", !0),
|
|
13693
|
+
t.state == "corrupted" ? (o(), l("div", Ry)) : u("", !0),
|
|
13694
|
+
t.state == "loading" ? (o(), l("span", Fy, [
|
|
13692
13695
|
_(r, {
|
|
13693
13696
|
type: "loading",
|
|
13694
13697
|
size: "18px",
|
|
13695
13698
|
color: "#202127"
|
|
13696
13699
|
})
|
|
13697
13700
|
])) : u("", !0)
|
|
13698
|
-
], 10,
|
|
13701
|
+
], 10, Ay);
|
|
13699
13702
|
}
|
|
13700
|
-
const
|
|
13703
|
+
const j_ = /* @__PURE__ */ v(Oy, [["render", Vy], ["__scopeId", "data-v-9ceb80a6"]]), Hy = {
|
|
13701
13704
|
name: "ecs-tree-list",
|
|
13702
13705
|
props: {
|
|
13703
13706
|
/** Optional unique ID for the list. */
|
|
@@ -13716,17 +13719,17 @@ const U_ = /* @__PURE__ */ v(Ay, [["render", Hy], ["__scopeId", "data-v-9ceb80a6
|
|
|
13716
13719
|
default: !1
|
|
13717
13720
|
}
|
|
13718
13721
|
}
|
|
13719
|
-
},
|
|
13720
|
-
function
|
|
13722
|
+
}, qy = ["id", "role"];
|
|
13723
|
+
function Wy(e, s, t, a, n, i) {
|
|
13721
13724
|
return o(), l("div", {
|
|
13722
13725
|
class: h(["ecs-tree-view-list", { "ecs-tree-view-list-indent": t.indent }]),
|
|
13723
13726
|
id: t.id,
|
|
13724
13727
|
role: t.role
|
|
13725
13728
|
}, [
|
|
13726
13729
|
p(e.$slots, "default", {}, void 0, !0)
|
|
13727
|
-
], 10,
|
|
13730
|
+
], 10, qy);
|
|
13728
13731
|
}
|
|
13729
|
-
const
|
|
13732
|
+
const U_ = /* @__PURE__ */ v(Hy, [["render", Wy], ["__scopeId", "data-v-6af94f50"]]), jy = {
|
|
13730
13733
|
name: "ecs-tree-list-item",
|
|
13731
13734
|
emits: ["click", "toggled"],
|
|
13732
13735
|
components: { EcsIcon: M, EcsButtonCollapse: Os, EcsFocusRing: L },
|
|
@@ -13853,14 +13856,14 @@ const G_ = /* @__PURE__ */ v(qy, [["render", jy], ["__scopeId", "data-v-6af94f50
|
|
|
13853
13856
|
created() {
|
|
13854
13857
|
this.expandId = this.generateUniqueId();
|
|
13855
13858
|
}
|
|
13856
|
-
},
|
|
13859
|
+
}, Uy = ["tabindex"], Gy = {
|
|
13857
13860
|
key: 3,
|
|
13858
13861
|
class: "ecs-tree-view-entry-control"
|
|
13859
|
-
},
|
|
13862
|
+
}, Ky = {
|
|
13860
13863
|
key: 5,
|
|
13861
13864
|
class: "ecs-tree-view-entry-actions"
|
|
13862
|
-
},
|
|
13863
|
-
function
|
|
13865
|
+
}, Yy = ["id", "aria-hidden"];
|
|
13866
|
+
function Xy(e, s, t, a, n, i) {
|
|
13864
13867
|
const r = g("ecs-focus-ring"), c = g("ecs-button-collapse"), d = g("ecs-icon");
|
|
13865
13868
|
return o(), l("div", null, [
|
|
13866
13869
|
f("div", {
|
|
@@ -13895,7 +13898,7 @@ function Zy(e, s, t, a, n, i) {
|
|
|
13895
13898
|
color: t.iconColor,
|
|
13896
13899
|
size: i.iconSize
|
|
13897
13900
|
}, null, 8, ["type", "color", "size"])) : u("", !0),
|
|
13898
|
-
e.$slots.control ? (o(), l("div",
|
|
13901
|
+
e.$slots.control ? (o(), l("div", Gy, [
|
|
13899
13902
|
p(e.$slots, "control", {}, void 0, !0)
|
|
13900
13903
|
])) : u("", !0),
|
|
13901
13904
|
f("span", {
|
|
@@ -13909,10 +13912,10 @@ function Zy(e, s, t, a, n, i) {
|
|
|
13909
13912
|
onClick: s[1] || (s[1] = (m) => e.$emit("click", m)),
|
|
13910
13913
|
class: "after-label"
|
|
13911
13914
|
}, w(t.afterLabel), 1)) : u("", !0),
|
|
13912
|
-
e.$slots.actions ? (o(), l("div",
|
|
13915
|
+
e.$slots.actions ? (o(), l("div", Ky, [
|
|
13913
13916
|
p(e.$slots, "actions", {}, void 0, !0)
|
|
13914
13917
|
])) : u("", !0)
|
|
13915
|
-
], 42,
|
|
13918
|
+
], 42, Uy),
|
|
13916
13919
|
e.$slots.collapse ? (o(), l("div", {
|
|
13917
13920
|
key: 0,
|
|
13918
13921
|
class: h(n.isVisible ? "collapse-show" : "collapse-hide"),
|
|
@@ -13920,21 +13923,21 @@ function Zy(e, s, t, a, n, i) {
|
|
|
13920
13923
|
"aria-hidden": n.isVisible ? "false" : "true"
|
|
13921
13924
|
}, [
|
|
13922
13925
|
p(e.$slots, "collapse", {}, void 0, !0)
|
|
13923
|
-
], 10,
|
|
13926
|
+
], 10, Yy)) : u("", !0)
|
|
13924
13927
|
]);
|
|
13925
13928
|
}
|
|
13926
|
-
const
|
|
13929
|
+
const G_ = /* @__PURE__ */ v(jy, [["render", Xy], ["__scopeId", "data-v-b0532193"]]), Zy = {
|
|
13927
13930
|
name: "ecs-tree-list-headline"
|
|
13928
|
-
},
|
|
13929
|
-
function
|
|
13930
|
-
return o(), l("div",
|
|
13931
|
+
}, Jy = { class: "ecs-tree-view-headline" };
|
|
13932
|
+
function Qy(e, s, t, a, n, i) {
|
|
13933
|
+
return o(), l("div", Jy, [
|
|
13931
13934
|
p(e.$slots, "default", {}, void 0, !0)
|
|
13932
13935
|
]);
|
|
13933
13936
|
}
|
|
13934
|
-
const
|
|
13937
|
+
const K_ = /* @__PURE__ */ v(Zy, [["render", Qy], ["__scopeId", "data-v-a5153e06"]]), eb = {
|
|
13935
13938
|
name: "EcsTypeConfirmation",
|
|
13936
13939
|
emits: ["update:modelValue"],
|
|
13937
|
-
components: { EcsInput:
|
|
13940
|
+
components: { EcsInput: sm, EcsAlert: ks, EcsFormGroup: zg },
|
|
13938
13941
|
mixins: [ue],
|
|
13939
13942
|
props: {
|
|
13940
13943
|
verb: {
|
|
@@ -13978,8 +13981,8 @@ const Y_ = /* @__PURE__ */ v(Jy, [["render", eb], ["__scopeId", "data-v-a5153e06
|
|
|
13978
13981
|
mounted() {
|
|
13979
13982
|
this.uniqueId = "input-" + this.generateUniqueId();
|
|
13980
13983
|
}
|
|
13981
|
-
},
|
|
13982
|
-
function
|
|
13984
|
+
}, tb = ["for"], sb = { class: "ecs-type-confirmation-verb" }, ib = ["for"], nb = { class: "ecs-type-confirmation-verb" };
|
|
13985
|
+
function ab(e, s, t, a, n, i) {
|
|
13983
13986
|
const r = g("ecs-input"), c = g("ecs-form-group"), d = g("ecs-alert");
|
|
13984
13987
|
return t.alertType != "none" ? (o(), b(d, {
|
|
13985
13988
|
key: 0,
|
|
@@ -13990,7 +13993,7 @@ function ob(e, s, t, a, n, i) {
|
|
|
13990
13993
|
p(e.$slots, "default", {}, void 0, !0),
|
|
13991
13994
|
_(c, { class: "ecs-type-confirmation-input" }, {
|
|
13992
13995
|
default: S(() => [
|
|
13993
|
-
f("label", { for: n.uniqueId }, "To complete this action, please enter " + w(i.upperCaseVerb) + ":", 9,
|
|
13996
|
+
f("label", { for: n.uniqueId }, "To complete this action, please enter " + w(i.upperCaseVerb) + ":", 9, tb),
|
|
13994
13997
|
_(r, {
|
|
13995
13998
|
modelValue: n.inputValue,
|
|
13996
13999
|
"onUpdate:modelValue": s[0] || (s[0] = (m) => n.inputValue = m),
|
|
@@ -13999,7 +14002,7 @@ function ob(e, s, t, a, n, i) {
|
|
|
13999
14002
|
id: n.uniqueId,
|
|
14000
14003
|
style: { "text-transform": "uppercase" }
|
|
14001
14004
|
}, null, 8, ["modelValue", "onInput", "error", "id"]),
|
|
14002
|
-
f("span",
|
|
14005
|
+
f("span", sb, w(i.upperCaseVerb), 1)
|
|
14003
14006
|
]),
|
|
14004
14007
|
_: 1
|
|
14005
14008
|
})
|
|
@@ -14010,7 +14013,7 @@ function ob(e, s, t, a, n, i) {
|
|
|
14010
14013
|
class: "ecs-type-confirmation-input"
|
|
14011
14014
|
}, {
|
|
14012
14015
|
default: S(() => [
|
|
14013
|
-
f("label", { for: n.uniqueId }, "To complete this action, please enter " + w(i.upperCaseVerb) + ":", 9,
|
|
14016
|
+
f("label", { for: n.uniqueId }, "To complete this action, please enter " + w(i.upperCaseVerb) + ":", 9, ib),
|
|
14014
14017
|
_(r, {
|
|
14015
14018
|
modelValue: n.inputValue,
|
|
14016
14019
|
"onUpdate:modelValue": s[1] || (s[1] = (m) => n.inputValue = m),
|
|
@@ -14019,12 +14022,12 @@ function ob(e, s, t, a, n, i) {
|
|
|
14019
14022
|
id: n.uniqueId,
|
|
14020
14023
|
style: { "text-transform": "uppercase" }
|
|
14021
14024
|
}, null, 8, ["modelValue", "onInput", "error", "id"]),
|
|
14022
|
-
f("span",
|
|
14025
|
+
f("span", nb, w(i.upperCaseVerb), 1)
|
|
14023
14026
|
]),
|
|
14024
14027
|
_: 1
|
|
14025
14028
|
}));
|
|
14026
14029
|
}
|
|
14027
|
-
const
|
|
14030
|
+
const Y_ = /* @__PURE__ */ v(eb, [["render", ab], ["__scopeId", "data-v-d04aa6bb"]]), ob = {
|
|
14028
14031
|
name: "ecs-video",
|
|
14029
14032
|
props: {
|
|
14030
14033
|
/** URL to an optional poster image. */
|
|
@@ -14063,8 +14066,8 @@ const X_ = /* @__PURE__ */ v(tb, [["render", ob], ["__scopeId", "data-v-d04aa6bb
|
|
|
14063
14066
|
}
|
|
14064
14067
|
*/
|
|
14065
14068
|
}
|
|
14066
|
-
},
|
|
14067
|
-
function
|
|
14069
|
+
}, rb = ["poster", "autoplay", "loop", "controls", "src"];
|
|
14070
|
+
function lb(e, s, t, a, n, i) {
|
|
14068
14071
|
return o(), l("video", {
|
|
14069
14072
|
poster: t.posterImage,
|
|
14070
14073
|
autoplay: t.autoplay,
|
|
@@ -14072,150 +14075,150 @@ function cb(e, s, t, a, n, i) {
|
|
|
14072
14075
|
controls: t.controls,
|
|
14073
14076
|
class: "ecs-video",
|
|
14074
14077
|
src: t.mp4Source
|
|
14075
|
-
}, null, 8,
|
|
14078
|
+
}, null, 8, rb);
|
|
14076
14079
|
}
|
|
14077
|
-
const
|
|
14080
|
+
const X_ = /* @__PURE__ */ v(ob, [["render", lb], ["__scopeId", "data-v-ce84fcb3"]]);
|
|
14078
14081
|
export {
|
|
14079
14082
|
wi as EcsActionToolbar,
|
|
14080
14083
|
ks as EcsAlert,
|
|
14081
|
-
|
|
14084
|
+
db as EcsAudio,
|
|
14082
14085
|
Mi as EcsAvatar,
|
|
14083
|
-
|
|
14084
|
-
|
|
14085
|
-
|
|
14086
|
-
|
|
14087
|
-
|
|
14086
|
+
ub as EcsBanner,
|
|
14087
|
+
fb as EcsBreadcrumb,
|
|
14088
|
+
gb as EcsBreadcrumbButton,
|
|
14089
|
+
mb as EcsBreadcrumbTitle,
|
|
14090
|
+
pb as EcsBulkSelector,
|
|
14088
14091
|
Se as EcsButton,
|
|
14089
14092
|
Os as EcsButtonCollapse,
|
|
14090
|
-
|
|
14091
|
-
|
|
14092
|
-
|
|
14093
|
-
|
|
14093
|
+
vb as EcsButtonContext,
|
|
14094
|
+
yb as EcsButtonContextGroup,
|
|
14095
|
+
bb as EcsButtonDialog,
|
|
14096
|
+
hb as EcsButtonGroup,
|
|
14094
14097
|
Ds as EcsButtonMore,
|
|
14095
14098
|
Rs as EcsButtonTable,
|
|
14096
14099
|
pt as EcsButtonToolbar,
|
|
14097
14100
|
Ht as EcsButtonToolbarGroup,
|
|
14098
|
-
|
|
14099
|
-
|
|
14101
|
+
_b as EcsButtonToolbarIcon,
|
|
14102
|
+
kb as EcsCard,
|
|
14100
14103
|
Vt as EcsCheckbox,
|
|
14101
|
-
|
|
14102
|
-
|
|
14103
|
-
|
|
14104
|
+
wb as EcsCitationLine,
|
|
14105
|
+
Cb as EcsCollapse,
|
|
14106
|
+
xb as EcsCollectionControl,
|
|
14104
14107
|
bd as EcsColorPicker,
|
|
14105
|
-
|
|
14106
|
-
|
|
14107
|
-
|
|
14108
|
-
|
|
14109
|
-
|
|
14110
|
-
|
|
14111
|
-
|
|
14112
|
-
|
|
14113
|
-
|
|
14114
|
-
|
|
14115
|
-
|
|
14116
|
-
|
|
14117
|
-
|
|
14118
|
-
|
|
14119
|
-
|
|
14120
|
-
|
|
14121
|
-
|
|
14122
|
-
|
|
14123
|
-
|
|
14124
|
-
|
|
14125
|
-
|
|
14126
|
-
|
|
14127
|
-
|
|
14128
|
-
|
|
14108
|
+
Ib as EcsColorPickerInput,
|
|
14109
|
+
Bb as EcsComment,
|
|
14110
|
+
zb as EcsCommentList,
|
|
14111
|
+
Sb as EcsContextMenu,
|
|
14112
|
+
Eb as EcsDataCard,
|
|
14113
|
+
$b as EcsDataCardList,
|
|
14114
|
+
Pb as EcsDataGrid,
|
|
14115
|
+
Ob as EcsDataGridCell,
|
|
14116
|
+
Lb as EcsDataGridGroup,
|
|
14117
|
+
Mb as EcsDataGridHeadCell,
|
|
14118
|
+
jd as EcsDataGridRow,
|
|
14119
|
+
Tb as EcsDataGridRowGroup,
|
|
14120
|
+
Ab as EcsDataList,
|
|
14121
|
+
Nb as EcsDataListItem,
|
|
14122
|
+
Db as EcsDialog,
|
|
14123
|
+
Rb as EcsDialogHeader,
|
|
14124
|
+
Fb as EcsDirectoryEntry,
|
|
14125
|
+
Vb as EcsDocumentState,
|
|
14126
|
+
Hb as EcsDonutChart,
|
|
14127
|
+
qb as EcsDropzone,
|
|
14128
|
+
ff as EcsEmptyState,
|
|
14129
|
+
Wb as EcsEntryLink,
|
|
14130
|
+
jb as EcsExcerptSnippet,
|
|
14131
|
+
Hu as EcsFavicon,
|
|
14129
14132
|
Ls as EcsFileIcon,
|
|
14130
|
-
|
|
14131
|
-
|
|
14132
|
-
|
|
14133
|
-
|
|
14134
|
-
|
|
14133
|
+
Gb as EcsFileList,
|
|
14134
|
+
Kb as EcsFileListItem,
|
|
14135
|
+
Ub as EcsFillIcon,
|
|
14136
|
+
Yb as EcsFlag,
|
|
14137
|
+
lg as EcsFlexCol,
|
|
14135
14138
|
Te as EcsFlexRow,
|
|
14136
14139
|
L as EcsFocusRing,
|
|
14137
|
-
|
|
14140
|
+
Xb as EcsFolderSelector,
|
|
14138
14141
|
Ft as EcsFormCheck,
|
|
14139
|
-
|
|
14140
|
-
|
|
14141
|
-
|
|
14142
|
+
zg as EcsFormGroup,
|
|
14143
|
+
Zb as EcsFormHeadline,
|
|
14144
|
+
Jb as EcsFormSet,
|
|
14142
14145
|
Fs as EcsFormatted,
|
|
14143
|
-
|
|
14146
|
+
Qb as EcsHighlight,
|
|
14144
14147
|
M as EcsIcon,
|
|
14145
|
-
|
|
14146
|
-
|
|
14147
|
-
|
|
14148
|
-
|
|
14149
|
-
|
|
14150
|
-
|
|
14151
|
-
|
|
14152
|
-
|
|
14153
|
-
|
|
14154
|
-
|
|
14155
|
-
|
|
14156
|
-
|
|
14157
|
-
|
|
14158
|
-
|
|
14159
|
-
|
|
14160
|
-
|
|
14161
|
-
|
|
14162
|
-
|
|
14163
|
-
|
|
14164
|
-
|
|
14165
|
-
|
|
14166
|
-
|
|
14167
|
-
|
|
14168
|
-
|
|
14169
|
-
|
|
14170
|
-
|
|
14171
|
-
|
|
14172
|
-
|
|
14148
|
+
e_ as EcsIndexToolbar,
|
|
14149
|
+
t_ as EcsInfoTooltip,
|
|
14150
|
+
sm as EcsInput,
|
|
14151
|
+
s_ as EcsInputAddon,
|
|
14152
|
+
gg as EcsInputClear,
|
|
14153
|
+
i_ as EcsInputConnector,
|
|
14154
|
+
n_ as EcsInputFloat,
|
|
14155
|
+
a_ as EcsInputGroup,
|
|
14156
|
+
vg as EcsInputSearch,
|
|
14157
|
+
o_ as EcsJumperDocument,
|
|
14158
|
+
r_ as EcsJumperIndex,
|
|
14159
|
+
l_ as EcsJumperPage,
|
|
14160
|
+
u_ as EcsLayoutDataTable,
|
|
14161
|
+
d_ as EcsLayoutDirectory,
|
|
14162
|
+
c_ as EcsLayoutIndex,
|
|
14163
|
+
f_ as EcsLegendItem,
|
|
14164
|
+
g_ as EcsLogMessage,
|
|
14165
|
+
m_ as EcsMap,
|
|
14166
|
+
p_ as EcsModal,
|
|
14167
|
+
v_ as EcsModalFooter,
|
|
14168
|
+
h_ as EcsModalHeader,
|
|
14169
|
+
__ as EcsMultiselectOption,
|
|
14170
|
+
y_ as EcsMultiselectSearchToken,
|
|
14171
|
+
b_ as EcsMultiselectToken,
|
|
14172
|
+
k_ as EcsOverlay,
|
|
14173
|
+
w_ as EcsPagination,
|
|
14174
|
+
Fm as EcsPane,
|
|
14175
|
+
S_ as EcsPartyEntry,
|
|
14173
14176
|
Ts as EcsPopover,
|
|
14174
|
-
|
|
14177
|
+
C_ as EcsPopoverHeader,
|
|
14175
14178
|
ua as EcsPopoverList,
|
|
14176
|
-
|
|
14179
|
+
x_ as EcsPopoverListHeadline,
|
|
14177
14180
|
uo as EcsPopoverListItem,
|
|
14178
|
-
|
|
14179
|
-
|
|
14181
|
+
hf as EcsProgress,
|
|
14182
|
+
B_ as EcsQuicklink,
|
|
14180
14183
|
Ca as EcsRadiobutton,
|
|
14181
|
-
|
|
14182
|
-
|
|
14183
|
-
|
|
14184
|
-
|
|
14185
|
-
|
|
14186
|
-
|
|
14184
|
+
Gh as EcsRatingFavorability,
|
|
14185
|
+
Hh as EcsRatingStarRead,
|
|
14186
|
+
z_ as EcsRatingStarWrite,
|
|
14187
|
+
_g as EcsScrollContainer,
|
|
14188
|
+
I_ as EcsSection,
|
|
14189
|
+
E_ as EcsSegment,
|
|
14187
14190
|
js as EcsSelect,
|
|
14188
|
-
|
|
14189
|
-
|
|
14191
|
+
Hp as EcsSelectText,
|
|
14192
|
+
$_ as EcsSelectTile,
|
|
14190
14193
|
yo as EcsSeparator,
|
|
14191
|
-
|
|
14192
|
-
|
|
14193
|
-
|
|
14194
|
-
|
|
14195
|
-
|
|
14196
|
-
|
|
14194
|
+
P_ as EcsSequenceMap,
|
|
14195
|
+
T_ as EcsSequenceMapButton,
|
|
14196
|
+
M_ as EcsSidebar,
|
|
14197
|
+
L_ as EcsSidebarContent,
|
|
14198
|
+
O_ as EcsSidebarFooter,
|
|
14199
|
+
A_ as EcsSidebarHeader,
|
|
14197
14200
|
Ce as EcsSkeletonLoader,
|
|
14198
14201
|
Da as EcsSortbutton,
|
|
14199
|
-
|
|
14200
|
-
|
|
14202
|
+
Vm as EcsSplitpanes,
|
|
14203
|
+
Nu as EcsStateIcon,
|
|
14201
14204
|
Fe as EcsSticker,
|
|
14202
|
-
|
|
14203
|
-
|
|
14205
|
+
N_ as EcsStructuredContent,
|
|
14206
|
+
D_ as EcsSwatchesPicker,
|
|
14204
14207
|
Ms as EcsSwitch,
|
|
14205
|
-
|
|
14206
|
-
|
|
14207
|
-
|
|
14208
|
-
|
|
14209
|
-
|
|
14210
|
-
|
|
14208
|
+
R_ as EcsTab,
|
|
14209
|
+
Vv as EcsTabBar,
|
|
14210
|
+
F_ as EcsTabButton,
|
|
14211
|
+
Wv as EcsTabs,
|
|
14212
|
+
V_ as EcsTag,
|
|
14213
|
+
H_ as EcsTagCloud,
|
|
14211
14214
|
nt as EcsText,
|
|
14212
|
-
|
|
14213
|
-
|
|
14214
|
-
|
|
14215
|
-
|
|
14216
|
-
|
|
14217
|
-
|
|
14218
|
-
|
|
14219
|
-
|
|
14220
|
-
|
|
14215
|
+
q_ as EcsToast,
|
|
14216
|
+
W_ as EcsToasts,
|
|
14217
|
+
Hg as EcsToolbar,
|
|
14218
|
+
j_ as EcsTranscriptState,
|
|
14219
|
+
U_ as EcsTreeList,
|
|
14220
|
+
K_ as EcsTreeListHeadline,
|
|
14221
|
+
G_ as EcsTreeListItem,
|
|
14222
|
+
Y_ as EcsTypeConfirmation,
|
|
14223
|
+
X_ as EcsVideo
|
|
14221
14224
|
};
|