@everchron/ec-shards 14.22.0 → 14.22.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ec-shards.css +1 -1
- package/dist/ec-shards.js +363 -357
- package/dist/ec-shards.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/ec-shards.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineAsyncComponent as ne, watch as ye, createBlock as h, openBlock as o, resolveDynamicComponent as oe, unref as fe, normalizeClass as y, createElementBlock as r, normalizeStyle as S, resolveComponent as g, createCommentVNode as u, createElementVNode as f, createVNode as b, createTextVNode as L, toDisplayString as
|
|
1
|
+
import { defineAsyncComponent as ne, watch as ye, createBlock as h, openBlock as o, resolveDynamicComponent as oe, unref as fe, normalizeClass as y, createElementBlock as r, normalizeStyle as S, resolveComponent as g, createCommentVNode as u, createElementVNode as f, createVNode as b, createTextVNode as L, toDisplayString as x, renderSlot as p, Transition as _e, withCtx as w, useCssVars as ii, computed as ze, Fragment as N, renderList as J, reactive as Vi, nextTick as Fi, onBeforeUnmount as Gt, toRefs as ni, isRef as Hi, onMounted as ai, useSlots as qi, ref as He, watchEffect as rt, withKeys as ee, Teleport as $i, withDirectives as We, vShow as it, mergeProps as Re, normalizeProps as Wi, guardReactiveProps as ji, withModifiers as W, resolveDirective as Ui, vModelText as Gi, createStaticVNode as oi, markRaw as Ki, TransitionGroup as li, h as Yi } from "vue";
|
|
2
2
|
const ae = (e, s, t) => {
|
|
3
3
|
const a = e[s];
|
|
4
4
|
return a ? typeof a == "function" ? a() : Promise.resolve(a) : new Promise((n, i) => {
|
|
@@ -206,7 +206,7 @@ function an(e, s, t, a, n, i) {
|
|
|
206
206
|
type: t.icon,
|
|
207
207
|
size: "20"
|
|
208
208
|
}, null, 8, ["type"])) : u("", !0),
|
|
209
|
-
L(" " +
|
|
209
|
+
L(" " + x(t.headline), 1)
|
|
210
210
|
])) : u("", !0),
|
|
211
211
|
e.$slots.default ? (o(), r("div", nn, [
|
|
212
212
|
p(e.$slots, "default", {}, void 0, !0)
|
|
@@ -217,7 +217,7 @@ function an(e, s, t, a, n, i) {
|
|
|
217
217
|
onClick: s[1] || (s[1] = (d) => e.$emit("action")),
|
|
218
218
|
class: "action"
|
|
219
219
|
}, [
|
|
220
|
-
L(
|
|
220
|
+
L(x(t.actionLabel) + " ", 1),
|
|
221
221
|
b(c)
|
|
222
222
|
])) : u("", !0)
|
|
223
223
|
], 6)) : u("", !0);
|
|
@@ -231,12 +231,12 @@ const ri = /* @__PURE__ */ _(Qi, [["render", an], ["__scopeId", "data-v-0b5e6809
|
|
|
231
231
|
default: "var(--spacing-5) var(--spacing-20)"
|
|
232
232
|
}
|
|
233
233
|
}
|
|
234
|
-
},
|
|
234
|
+
}, ws = () => {
|
|
235
235
|
ii((e) => ({
|
|
236
236
|
"315cd1d6": e.padding
|
|
237
237
|
}));
|
|
238
|
-
},
|
|
239
|
-
Kt.setup =
|
|
238
|
+
}, xs = Kt.setup;
|
|
239
|
+
Kt.setup = xs ? (e, s) => (ws(), xs(e, s)) : ws;
|
|
240
240
|
const on = {
|
|
241
241
|
class: "ecs-action-toolbar",
|
|
242
242
|
role: "toolbar",
|
|
@@ -247,7 +247,7 @@ function ln(e, s, t, a, n, i) {
|
|
|
247
247
|
name: "action-bar",
|
|
248
248
|
appear: ""
|
|
249
249
|
}, {
|
|
250
|
-
default:
|
|
250
|
+
default: w(() => [
|
|
251
251
|
f("div", on, [
|
|
252
252
|
p(e.$slots, "default", {}, void 0, !0)
|
|
253
253
|
])
|
|
@@ -587,14 +587,14 @@ function kn(e, s, t, a, n, i) {
|
|
|
587
587
|
type: "rect",
|
|
588
588
|
width: t.size,
|
|
589
589
|
height: t.size
|
|
590
|
-
}, null, 8, ["width", "height"])) : this.image ? u("", !0) : (o(), r("span", _n,
|
|
590
|
+
}, null, 8, ["width", "height"])) : this.image ? u("", !0) : (o(), r("span", _n, x(i.userInitial), 1)),
|
|
591
591
|
t.relevantBadge ? (o(), h(c, {
|
|
592
592
|
key: 2,
|
|
593
593
|
type: "badge"
|
|
594
594
|
})) : u("", !0)
|
|
595
595
|
], 14, bn);
|
|
596
596
|
}
|
|
597
|
-
const nt = /* @__PURE__ */ _(yn, [["render", kn], ["__scopeId", "data-v-a25d1ba9"]]),
|
|
597
|
+
const nt = /* @__PURE__ */ _(yn, [["render", kn], ["__scopeId", "data-v-a25d1ba9"]]), wn = {
|
|
598
598
|
components: { EcsIcon: O, EcsFocusRing: R },
|
|
599
599
|
emits: ["dismiss"],
|
|
600
600
|
props: {
|
|
@@ -662,7 +662,7 @@ const nt = /* @__PURE__ */ _(yn, [["render", kn], ["__scopeId", "data-v-a25d1ba9
|
|
|
662
662
|
}
|
|
663
663
|
}
|
|
664
664
|
};
|
|
665
|
-
function
|
|
665
|
+
function xn(e, s, t, a, n, i) {
|
|
666
666
|
const l = g("ecs-icon"), c = g("ecs-focus-ring");
|
|
667
667
|
return i.show ? (o(), r("div", {
|
|
668
668
|
key: 0,
|
|
@@ -685,7 +685,7 @@ function wn(e, s, t, a, n, i) {
|
|
|
685
685
|
], 4)) : u("", !0)
|
|
686
686
|
], 2)) : u("", !0);
|
|
687
687
|
}
|
|
688
|
-
const z_ = /* @__PURE__ */ _(
|
|
688
|
+
const z_ = /* @__PURE__ */ _(wn, [["render", xn], ["__scopeId", "data-v-c7118217"]]), Sn = {
|
|
689
689
|
name: "ecs-breadcrumb",
|
|
690
690
|
props: {
|
|
691
691
|
/** Sets the size of the breadcrumb (default is medium). */
|
|
@@ -838,9 +838,9 @@ var ct = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
|
|
|
838
838
|
function Yt(e) {
|
|
839
839
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
840
840
|
}
|
|
841
|
-
var
|
|
841
|
+
var wt, Ss;
|
|
842
842
|
function On() {
|
|
843
|
-
if (Ss) return
|
|
843
|
+
if (Ss) return wt;
|
|
844
844
|
Ss = 1;
|
|
845
845
|
function e(s, t, a) {
|
|
846
846
|
var n, i, l, c, d;
|
|
@@ -860,9 +860,9 @@ function On() {
|
|
|
860
860
|
n && (d = s.apply(l, i), l = i = null, clearTimeout(n), n = null);
|
|
861
861
|
}, v;
|
|
862
862
|
}
|
|
863
|
-
return e.debounce = e,
|
|
863
|
+
return e.debounce = e, wt = e, wt;
|
|
864
864
|
}
|
|
865
|
-
var
|
|
865
|
+
var xt = On();
|
|
866
866
|
function he(e) {
|
|
867
867
|
if (e == null)
|
|
868
868
|
return window;
|
|
@@ -1521,13 +1521,13 @@ const ba = {
|
|
|
1521
1521
|
var _a = [da, fa, pa, ba], ka = /* @__PURE__ */ ra({
|
|
1522
1522
|
defaultModifiers: _a
|
|
1523
1523
|
});
|
|
1524
|
-
function
|
|
1524
|
+
function wa(e) {
|
|
1525
1525
|
return e === "x" ? "y" : "x";
|
|
1526
1526
|
}
|
|
1527
1527
|
function tt(e, s, t) {
|
|
1528
1528
|
return qe(e, gt(s, t));
|
|
1529
1529
|
}
|
|
1530
|
-
function
|
|
1530
|
+
function xa(e, s, t) {
|
|
1531
1531
|
var a = tt(e, s, t);
|
|
1532
1532
|
return a > t ? t : a;
|
|
1533
1533
|
}
|
|
@@ -1537,7 +1537,7 @@ function Sa(e) {
|
|
|
1537
1537
|
rootBoundary: m,
|
|
1538
1538
|
padding: k,
|
|
1539
1539
|
altBoundary: v
|
|
1540
|
-
}), C = Ie(s.placement), M = Xe(s.placement), q = !M, A = ss(C), V =
|
|
1540
|
+
}), C = Ie(s.placement), M = Xe(s.placement), q = !M, A = ss(C), V = wa(A), F = s.modifiersData.popperOffsets, H = s.rects.reference, j = s.rects.popper, G = typeof P == "function" ? P(Object.assign({}, s.rects, {
|
|
1541
1541
|
placement: s.placement
|
|
1542
1542
|
})) : P, K = typeof G == "number" ? {
|
|
1543
1543
|
mainAxis: G,
|
|
@@ -1554,11 +1554,11 @@ function Sa(e) {
|
|
|
1554
1554
|
var D, Q = A === "y" ? ge : me, se = A === "y" ? Ce : Be, te = A === "y" ? "height" : "width", re = F[A], je = re + T[Q], ke = re - T[se], Oe = I ? -j[te] / 2 : 0, Ne = M === Ye ? H[te] : j[te], ce = M === Ye ? -j[te] : -H[te], Ue = s.elements.arrow, Ae = I && Ue ? es(Ue) : {
|
|
1555
1555
|
width: 0,
|
|
1556
1556
|
height: 0
|
|
1557
|
-
},
|
|
1557
|
+
}, we = s.modifiersData["arrow#persistent"] ? s.modifiersData["arrow#persistent"].padding : hi(), $ = we[Q], Y = we[se], de = tt(0, H[te], Ae[te]), Ve = q ? H[te] / 2 - Oe - de - $ - K.mainAxis : Ne - de - $ - K.mainAxis, Mi = q ? -H[te] / 2 + Oe + de + Y + K.mainAxis : ce + de + Y + K.mainAxis, _t = s.elements.arrow && at(s.elements.arrow), Oi = _t ? A === "y" ? _t.clientTop || 0 : _t.clientLeft || 0 : 0, gs = (D = X == null ? void 0 : X[A]) != null ? D : 0, Ai = re + Ve - gs - Oi, Ri = re + Mi - gs, ms = tt(I ? gt(je, Ai) : je, re, I ? qe(ke, Ri) : ke);
|
|
1558
1558
|
F[A] = ms, Z[A] = ms - re;
|
|
1559
1559
|
}
|
|
1560
1560
|
if (c) {
|
|
1561
|
-
var hs, Di = A === "x" ? ge : me, Ni = A === "x" ? Ce : Be, Fe = F[V], lt = V === "y" ? "height" : "width", ps = Fe + T[Di], vs = Fe - T[Ni], kt = [ge, me].indexOf(C) !== -1, ys = (hs = X == null ? void 0 : X[V]) != null ? hs : 0, bs = kt ? ps : Fe - H[lt] - j[lt] - ys + K.altAxis, _s = kt ? Fe + H[lt] + j[lt] - ys - K.altAxis : vs, ks = I && kt ?
|
|
1561
|
+
var hs, Di = A === "x" ? ge : me, Ni = A === "x" ? Ce : Be, Fe = F[V], lt = V === "y" ? "height" : "width", ps = Fe + T[Di], vs = Fe - T[Ni], kt = [ge, me].indexOf(C) !== -1, ys = (hs = X == null ? void 0 : X[V]) != null ? hs : 0, bs = kt ? ps : Fe - H[lt] - j[lt] - ys + K.altAxis, _s = kt ? Fe + H[lt] + j[lt] - ys - K.altAxis : vs, ks = I && kt ? xa(bs, Fe, _s) : tt(I ? bs : ps, Fe, I ? _s : vs);
|
|
1562
1562
|
F[V] = ks, Z[V] = ks - Fe;
|
|
1563
1563
|
}
|
|
1564
1564
|
s.modifiersData[a] = Z;
|
|
@@ -1620,15 +1620,15 @@ function Ea(e) {
|
|
|
1620
1620
|
function Ta(e) {
|
|
1621
1621
|
var s = e.state, t = e.options, a = e.name;
|
|
1622
1622
|
if (!s.modifiersData[a]._skip) {
|
|
1623
|
-
for (var n = t.mainAxis, i = n === void 0 ? !0 : n, l = t.altAxis, c = l === void 0 ? !0 : l, d = t.fallbackPlacements, m = t.padding, v = t.boundary, k = t.rootBoundary, E = t.altBoundary, I = t.flipVariations, B = I === void 0 ? !0 : I, P = t.allowedAutoPlacements, T = s.options.placement, C = Ie(T), M = C === T, q = d || (M || !B ? [ft(T)] : Ea(T)), A = [T].concat(q).reduce(function(Ae,
|
|
1624
|
-
return Ae.concat(Ie(
|
|
1625
|
-
placement:
|
|
1623
|
+
for (var n = t.mainAxis, i = n === void 0 ? !0 : n, l = t.altAxis, c = l === void 0 ? !0 : l, d = t.fallbackPlacements, m = t.padding, v = t.boundary, k = t.rootBoundary, E = t.altBoundary, I = t.flipVariations, B = I === void 0 ? !0 : I, P = t.allowedAutoPlacements, T = s.options.placement, C = Ie(T), M = C === T, q = d || (M || !B ? [ft(T)] : Ea(T)), A = [T].concat(q).reduce(function(Ae, we) {
|
|
1624
|
+
return Ae.concat(Ie(we) === ts ? Ia(s, {
|
|
1625
|
+
placement: we,
|
|
1626
1626
|
boundary: v,
|
|
1627
1627
|
rootBoundary: k,
|
|
1628
1628
|
padding: m,
|
|
1629
1629
|
flipVariations: B,
|
|
1630
1630
|
allowedAutoPlacements: P
|
|
1631
|
-
}) :
|
|
1631
|
+
}) : we);
|
|
1632
1632
|
}, []), V = s.rects.reference, F = s.rects.popper, H = /* @__PURE__ */ new Map(), j = !0, G = A[0], K = 0; K < A.length; K++) {
|
|
1633
1633
|
var X = A[K], Z = Ie(X), D = Xe(X) === Ye, Q = [ge, Ce].indexOf(Z) >= 0, se = Q ? "width" : "height", te = is(s, {
|
|
1634
1634
|
placement: X,
|
|
@@ -1648,11 +1648,11 @@ function Ta(e) {
|
|
|
1648
1648
|
H.set(X, ke);
|
|
1649
1649
|
}
|
|
1650
1650
|
if (j)
|
|
1651
|
-
for (var Oe = B ? 3 : 1, Ne = function(
|
|
1651
|
+
for (var Oe = B ? 3 : 1, Ne = function(we) {
|
|
1652
1652
|
var $ = A.find(function(Y) {
|
|
1653
1653
|
var de = H.get(Y);
|
|
1654
1654
|
if (de)
|
|
1655
|
-
return de.slice(0,
|
|
1655
|
+
return de.slice(0, we).every(function(Ve) {
|
|
1656
1656
|
return Ve;
|
|
1657
1657
|
});
|
|
1658
1658
|
});
|
|
@@ -1960,7 +1960,7 @@ const ja = /* @__PURE__ */ _(qa, [["render", Wa], ["__scopeId", "data-v-b4b01b19
|
|
|
1960
1960
|
return console.error(
|
|
1961
1961
|
`[Popper]: The <Popper> component expects only one child element at its root. You passed ${$.length} child nodes.`
|
|
1962
1962
|
);
|
|
1963
|
-
(n.content !== void 0 || M.value) && (E.value = !0), l = new MutationObserver(P), document.addEventListener("keydown",
|
|
1963
|
+
(n.content !== void 0 || M.value) && (E.value = !0), l = new MutationObserver(P), document.addEventListener("keydown", we);
|
|
1964
1964
|
});
|
|
1965
1965
|
const {
|
|
1966
1966
|
arrowPadding: T,
|
|
@@ -1990,7 +1990,7 @@ const ja = /* @__PURE__ */ _(qa, [["render", Wa], ["__scopeId", "data-v-b4b01b19
|
|
|
1990
1990
|
ze(
|
|
1991
1991
|
() => V.value ? `border: ${H.value}px solid transparent; margin: -${H.value}px;` : null
|
|
1992
1992
|
);
|
|
1993
|
-
const ke =
|
|
1993
|
+
const ke = xt.debounce(D, G.value), Oe = xt.debounce(Q, C.value), Ne = async () => {
|
|
1994
1994
|
te.value || se.value || (Oe.clear(), d.value = !0, ke());
|
|
1995
1995
|
}, ce = async () => {
|
|
1996
1996
|
se.value || (ke.clear(), d.value = !1, Oe());
|
|
@@ -2000,7 +2000,7 @@ const ja = /* @__PURE__ */ _(qa, [["render", Wa], ["__scopeId", "data-v-b4b01b19
|
|
|
2000
2000
|
ye([E, A], ([$, Y]) => {
|
|
2001
2001
|
Z.value && (!$ || Y) && Q();
|
|
2002
2002
|
}), ye(Z, ($) => {
|
|
2003
|
-
$ ? (a("shown"), k.value = !0) :
|
|
2003
|
+
$ ? (a("shown"), k.value = !0) : xt.debounce(() => {
|
|
2004
2004
|
k.value = !1;
|
|
2005
2005
|
}, 200);
|
|
2006
2006
|
}), rt(() => {
|
|
@@ -2015,13 +2015,13 @@ const ja = /* @__PURE__ */ _(qa, [["render", Wa], ["__scopeId", "data-v-b4b01b19
|
|
|
2015
2015
|
subtree: !0
|
|
2016
2016
|
});
|
|
2017
2017
|
}), Gt(() => {
|
|
2018
|
-
l.disconnect(), document.removeEventListener("keydown",
|
|
2018
|
+
l.disconnect(), document.removeEventListener("keydown", we);
|
|
2019
2019
|
}), s({ closePopper: ce });
|
|
2020
2020
|
const Ae = () => {
|
|
2021
2021
|
m.value && (I.value = m.value.querySelectorAll(
|
|
2022
2022
|
'a[href], button, textarea, input, select, [tabindex]:not([tabindex="-1"])'
|
|
2023
2023
|
));
|
|
2024
|
-
},
|
|
2024
|
+
}, we = ($) => {
|
|
2025
2025
|
if (!d.value) return;
|
|
2026
2026
|
const Y = Array.from(I.value), de = Y.indexOf(document.activeElement);
|
|
2027
2027
|
if ($.key === "ArrowDown") {
|
|
@@ -2055,7 +2055,7 @@ const ja = /* @__PURE__ */ _(qa, [["render", Wa], ["__scopeId", "data-v-b4b01b19
|
|
|
2055
2055
|
], 40, Ua),
|
|
2056
2056
|
(o(), h($i, { to: "body" }, [
|
|
2057
2057
|
b(_e, { name: "fade" }, {
|
|
2058
|
-
default:
|
|
2058
|
+
default: w(() => [
|
|
2059
2059
|
e.persistent || d.value ? We((o(), r("div", {
|
|
2060
2060
|
key: 0,
|
|
2061
2061
|
onClick: Y[1] || (Y[1] = (de) => !fe(V) && ce()),
|
|
@@ -2069,7 +2069,7 @@ const ja = /* @__PURE__ */ _(qa, [["render", Wa], ["__scopeId", "data-v-b4b01b19
|
|
|
2069
2069
|
close: fe(Q),
|
|
2070
2070
|
isOpen: k.value
|
|
2071
2071
|
}, () => [
|
|
2072
|
-
L(
|
|
2072
|
+
L(x(fe(M)), 1)
|
|
2073
2073
|
], !0),
|
|
2074
2074
|
e.arrow ? (o(), h(ja, { key: 0 })) : u("", !0)
|
|
2075
2075
|
], 512)), [
|
|
@@ -2172,10 +2172,10 @@ function Xa(e, s, t, a, n, i) {
|
|
|
2172
2172
|
arrow: t.arrow || null,
|
|
2173
2173
|
persistent: t.persistent || null
|
|
2174
2174
|
}), {
|
|
2175
|
-
content:
|
|
2175
|
+
content: w((c) => [
|
|
2176
2176
|
p(e.$slots, "content", Wi(ji(c)))
|
|
2177
2177
|
]),
|
|
2178
|
-
default:
|
|
2178
|
+
default: w(() => [
|
|
2179
2179
|
p(e.$slots, "default")
|
|
2180
2180
|
]),
|
|
2181
2181
|
_: 3
|
|
@@ -2289,7 +2289,7 @@ function so(e, s, t, a, n, i) {
|
|
|
2289
2289
|
}]),
|
|
2290
2290
|
tabindex: t.disabled ? -1 : 0
|
|
2291
2291
|
}, {
|
|
2292
|
-
default:
|
|
2292
|
+
default: w(() => [
|
|
2293
2293
|
p(e.$slots, "default", {}, void 0, !0)
|
|
2294
2294
|
]),
|
|
2295
2295
|
_: 3
|
|
@@ -2442,12 +2442,12 @@ function no(e, s, t, a, n, i) {
|
|
|
2442
2442
|
as: "button",
|
|
2443
2443
|
style: S(i.clickablePadding)
|
|
2444
2444
|
}, {
|
|
2445
|
-
default:
|
|
2445
|
+
default: w(() => [
|
|
2446
2446
|
(o(), h(oe(i.textTag), {
|
|
2447
2447
|
class: y([[i.typeScaleClass, i.weightClass, i.alignClass, t.preset, i.fontClass], "ecs-text"]),
|
|
2448
2448
|
style: S([i.colorStyle, i.fontSizeStyle])
|
|
2449
2449
|
}, {
|
|
2450
|
-
default:
|
|
2450
|
+
default: w(() => [
|
|
2451
2451
|
p(e.$slots, "default", {}, void 0, !0)
|
|
2452
2452
|
]),
|
|
2453
2453
|
_: 3
|
|
@@ -2459,7 +2459,7 @@ function no(e, s, t, a, n, i) {
|
|
|
2459
2459
|
class: y([[i.typeScaleClass, i.weightClass, i.alignClass, t.preset, i.fontClass], "ecs-text"]),
|
|
2460
2460
|
style: S([i.colorStyle, i.fontSizeStyle])
|
|
2461
2461
|
}, {
|
|
2462
|
-
default:
|
|
2462
|
+
default: w(() => [
|
|
2463
2463
|
p(e.$slots, "default", {}, void 0, !0)
|
|
2464
2464
|
]),
|
|
2465
2465
|
_: 3
|
|
@@ -2588,7 +2588,7 @@ function ro(e, s, t, a, n, i) {
|
|
|
2588
2588
|
]),
|
|
2589
2589
|
error: t.error
|
|
2590
2590
|
}, {
|
|
2591
|
-
default:
|
|
2591
|
+
default: w(() => [
|
|
2592
2592
|
f("input", {
|
|
2593
2593
|
class: y(["ecs-form-check-input", n.indeterminateState ? "indeterminate" : ""]),
|
|
2594
2594
|
type: "checkbox",
|
|
@@ -2612,8 +2612,8 @@ function ro(e, s, t, a, n, i) {
|
|
|
2612
2612
|
preset: "form",
|
|
2613
2613
|
class: "ecs-form-check-help"
|
|
2614
2614
|
}, {
|
|
2615
|
-
default:
|
|
2616
|
-
L(
|
|
2615
|
+
default: w(() => [
|
|
2616
|
+
L(x(t.help), 1)
|
|
2617
2617
|
]),
|
|
2618
2618
|
_: 1
|
|
2619
2619
|
})) : u("", !0)
|
|
@@ -2709,7 +2709,7 @@ function go(e, s, t, a, n, i) {
|
|
|
2709
2709
|
e.$slots.default ? "" : "stand-alone"
|
|
2710
2710
|
])
|
|
2711
2711
|
}, {
|
|
2712
|
-
default:
|
|
2712
|
+
default: w(() => [
|
|
2713
2713
|
f("input", {
|
|
2714
2714
|
class: "ecs-form-check-input",
|
|
2715
2715
|
ref: "check",
|
|
@@ -2733,8 +2733,8 @@ function go(e, s, t, a, n, i) {
|
|
|
2733
2733
|
preset: "form",
|
|
2734
2734
|
class: "ecs-form-check-help"
|
|
2735
2735
|
}, {
|
|
2736
|
-
default:
|
|
2737
|
-
L(
|
|
2736
|
+
default: w(() => [
|
|
2737
|
+
L(x(t.help), 1)
|
|
2738
2738
|
]),
|
|
2739
2739
|
_: 1
|
|
2740
2740
|
})) : u("", !0)
|
|
@@ -2879,7 +2879,7 @@ function ko(e, s, t, a, n, i) {
|
|
|
2879
2879
|
], 8, _o)) : u("", !0)
|
|
2880
2880
|
]);
|
|
2881
2881
|
}
|
|
2882
|
-
const bi = /* @__PURE__ */ _(ho, [["render", ko], ["__scopeId", "data-v-c04e56d8"]]),
|
|
2882
|
+
const bi = /* @__PURE__ */ _(ho, [["render", ko], ["__scopeId", "data-v-c04e56d8"]]), wo = {
|
|
2883
2883
|
name: "ecs-sortbutton",
|
|
2884
2884
|
emits: ["click"],
|
|
2885
2885
|
components: { EcsFormCheck: as, EcsFocusRing: R },
|
|
@@ -2907,7 +2907,7 @@ const bi = /* @__PURE__ */ _(ho, [["render", ko], ["__scopeId", "data-v-c04e56d8
|
|
|
2907
2907
|
}
|
|
2908
2908
|
}
|
|
2909
2909
|
};
|
|
2910
|
-
function
|
|
2910
|
+
function xo(e, s, t, a, n, i) {
|
|
2911
2911
|
const l = g("ecs-focus-ring"), c = g("ecs-form-check");
|
|
2912
2912
|
return o(), h(c, {
|
|
2913
2913
|
class: y(["ecs-sort", [
|
|
@@ -2915,7 +2915,7 @@ function wo(e, s, t, a, n, i) {
|
|
|
2915
2915
|
t.inline ? "ecs-form-check-inline" : ""
|
|
2916
2916
|
]])
|
|
2917
2917
|
}, {
|
|
2918
|
-
default:
|
|
2918
|
+
default: w(() => [
|
|
2919
2919
|
s[1] || (s[1] = f("span", { class: "ecs-sort-box" }, null, -1)),
|
|
2920
2920
|
f("label", {
|
|
2921
2921
|
class: "ecs-form-check-label",
|
|
@@ -2930,7 +2930,7 @@ function wo(e, s, t, a, n, i) {
|
|
|
2930
2930
|
_: 3
|
|
2931
2931
|
}, 8, ["class"]);
|
|
2932
2932
|
}
|
|
2933
|
-
const So = /* @__PURE__ */ _(
|
|
2933
|
+
const So = /* @__PURE__ */ _(wo, [["render", xo], ["__scopeId", "data-v-2f0cb806"]]), os = {
|
|
2934
2934
|
__name: "file-icon",
|
|
2935
2935
|
props: {
|
|
2936
2936
|
/** Sets the icon type. */
|
|
@@ -3371,12 +3371,12 @@ function Xo(e, s, t, a, n, i) {
|
|
|
3371
3371
|
"value-true": t.valueTrue,
|
|
3372
3372
|
indeterminate: t.indeterminate
|
|
3373
3373
|
}, {
|
|
3374
|
-
default:
|
|
3374
|
+
default: w(() => [
|
|
3375
3375
|
p(e.$slots, "default", {}, void 0, !0)
|
|
3376
3376
|
]),
|
|
3377
3377
|
_: 3
|
|
3378
3378
|
}, 8, ["disabled", "value", "value-false", "value-true", "indeterminate"]),
|
|
3379
|
-
t.suffix ? (o(), r("span", Lo,
|
|
3379
|
+
t.suffix ? (o(), r("span", Lo, x(t.suffix), 1)) : u("", !0),
|
|
3380
3380
|
t.draggable ? (o(), h(c, {
|
|
3381
3381
|
key: 1,
|
|
3382
3382
|
type: "drag-handler",
|
|
@@ -3389,12 +3389,12 @@ function Xo(e, s, t, a, n, i) {
|
|
|
3389
3389
|
disabled: t.disabled || null,
|
|
3390
3390
|
checked: t.value || null
|
|
3391
3391
|
}, {
|
|
3392
|
-
default:
|
|
3392
|
+
default: w(() => [
|
|
3393
3393
|
p(e.$slots, "default", {}, void 0, !0)
|
|
3394
3394
|
]),
|
|
3395
3395
|
_: 3
|
|
3396
3396
|
}, 8, ["disabled", "checked"]),
|
|
3397
|
-
t.suffix ? (o(), r("span", Oo,
|
|
3397
|
+
t.suffix ? (o(), r("span", Oo, x(t.suffix), 1)) : u("", !0),
|
|
3398
3398
|
t.draggable ? (o(), h(c, {
|
|
3399
3399
|
key: 1,
|
|
3400
3400
|
type: "drag-handler",
|
|
@@ -3411,7 +3411,7 @@ function Xo(e, s, t, a, n, i) {
|
|
|
3411
3411
|
size: "sml-toggle",
|
|
3412
3412
|
disabled: t.disabled || null
|
|
3413
3413
|
}, {
|
|
3414
|
-
default:
|
|
3414
|
+
default: w(() => [
|
|
3415
3415
|
p(e.$slots, "default", {}, void 0, !0),
|
|
3416
3416
|
i.secondaryActionOptions.show ? (o(), h(m, {
|
|
3417
3417
|
key: 0,
|
|
@@ -3427,16 +3427,16 @@ function Xo(e, s, t, a, n, i) {
|
|
|
3427
3427
|
title: i.secondaryActionOptions.iconOnly ? i.secondaryActionOptions.label : void 0,
|
|
3428
3428
|
disabled: i.secondaryActionOptions.disabled
|
|
3429
3429
|
}, {
|
|
3430
|
-
default:
|
|
3431
|
-
L(
|
|
3430
|
+
default: w(() => [
|
|
3431
|
+
L(x(i.secondaryActionOptions.label), 1)
|
|
3432
3432
|
]),
|
|
3433
3433
|
_: 1
|
|
3434
3434
|
}, 8, ["onClick", "type", "icon", "icon-only", "class", "aria-label", "title", "disabled"])) : u("", !0),
|
|
3435
|
-
t.help ? (o(), r("span", Ro,
|
|
3435
|
+
t.help ? (o(), r("span", Ro, x(t.help), 1)) : u("", !0)
|
|
3436
3436
|
]),
|
|
3437
3437
|
_: 3
|
|
3438
3438
|
}, 8, ["value", "value-false", "value-true", "disabled"]),
|
|
3439
|
-
t.suffix ? (o(), r("span", Do,
|
|
3439
|
+
t.suffix ? (o(), r("span", Do, x(t.suffix), 1)) : u("", !0),
|
|
3440
3440
|
t.draggable ? (o(), h(c, {
|
|
3441
3441
|
key: 1,
|
|
3442
3442
|
type: "drag-handler",
|
|
@@ -3454,12 +3454,12 @@ function Xo(e, s, t, a, n, i) {
|
|
|
3454
3454
|
sort: t.sort,
|
|
3455
3455
|
disabled: t.disabled || null
|
|
3456
3456
|
}, {
|
|
3457
|
-
default:
|
|
3457
|
+
default: w(() => [
|
|
3458
3458
|
p(e.$slots, "default", {}, void 0, !0)
|
|
3459
3459
|
]),
|
|
3460
3460
|
_: 3
|
|
3461
3461
|
}, 8, ["sort", "disabled"]),
|
|
3462
|
-
t.suffix ? (o(), r("span", Vo,
|
|
3462
|
+
t.suffix ? (o(), r("span", Vo, x(t.suffix), 1)) : u("", !0),
|
|
3463
3463
|
t.draggable ? (o(), h(c, {
|
|
3464
3464
|
key: 1,
|
|
3465
3465
|
type: "drag-handler",
|
|
@@ -3513,14 +3513,14 @@ function Xo(e, s, t, a, n, i) {
|
|
|
3513
3513
|
title: i.secondaryActionOptions.iconOnly ? i.secondaryActionOptions.label : void 0,
|
|
3514
3514
|
disabled: i.secondaryActionOptions.disabled
|
|
3515
3515
|
}, {
|
|
3516
|
-
default:
|
|
3517
|
-
L(
|
|
3516
|
+
default: w(() => [
|
|
3517
|
+
L(x(i.secondaryActionOptions.label), 1)
|
|
3518
3518
|
]),
|
|
3519
3519
|
_: 1
|
|
3520
3520
|
}, 8, ["onClick", "type", "icon", "icon-only", "class", "aria-label", "title", "disabled"])) : u("", !0),
|
|
3521
|
-
t.help ? (o(), r("span", $o,
|
|
3521
|
+
t.help ? (o(), r("span", $o, x(t.help), 1)) : u("", !0)
|
|
3522
3522
|
]),
|
|
3523
|
-
t.suffix ? (o(), r("span", Wo,
|
|
3523
|
+
t.suffix ? (o(), r("span", Wo, x(t.suffix), 1)) : u("", !0),
|
|
3524
3524
|
t.hoverIcon ? (o(), h(c, {
|
|
3525
3525
|
key: 3,
|
|
3526
3526
|
type: t.hoverIcon,
|
|
@@ -3578,14 +3578,14 @@ function Xo(e, s, t, a, n, i) {
|
|
|
3578
3578
|
title: i.secondaryActionOptions.iconOnly ? i.secondaryActionOptions.label : void 0,
|
|
3579
3579
|
disabled: i.secondaryActionOptions.disabled
|
|
3580
3580
|
}, {
|
|
3581
|
-
default:
|
|
3582
|
-
L(
|
|
3581
|
+
default: w(() => [
|
|
3582
|
+
L(x(i.secondaryActionOptions.label), 1)
|
|
3583
3583
|
]),
|
|
3584
3584
|
_: 1
|
|
3585
3585
|
}, 8, ["onClick", "type", "icon", "icon-only", "class", "aria-label", "title", "disabled"])) : u("", !0),
|
|
3586
|
-
t.help ? (o(), r("span", Ko,
|
|
3586
|
+
t.help ? (o(), r("span", Ko, x(t.help), 1)) : u("", !0)
|
|
3587
3587
|
]),
|
|
3588
|
-
t.suffix ? (o(), r("span", Yo,
|
|
3588
|
+
t.suffix ? (o(), r("span", Yo, x(t.suffix), 1)) : u("", !0),
|
|
3589
3589
|
t.hoverIcon ? (o(), h(c, {
|
|
3590
3590
|
key: 3,
|
|
3591
3591
|
type: t.hoverIcon,
|
|
@@ -3919,7 +3919,7 @@ function al(e, s, t, a, n, i) {
|
|
|
3919
3919
|
gap: 8,
|
|
3920
3920
|
class: "ecs-bulk-selector"
|
|
3921
3921
|
}, {
|
|
3922
|
-
default:
|
|
3922
|
+
default: w(() => [
|
|
3923
3923
|
f("div", nl, [
|
|
3924
3924
|
b(l, {
|
|
3925
3925
|
value: t.value,
|
|
@@ -3933,16 +3933,16 @@ function al(e, s, t, a, n, i) {
|
|
|
3933
3933
|
onShown: s[1] || (s[1] = (I) => e.$emit("popover-shown")),
|
|
3934
3934
|
onHidden: s[2] || (s[2] = (I) => e.$emit("popover-hidden"))
|
|
3935
3935
|
}, {
|
|
3936
|
-
content:
|
|
3936
|
+
content: w(() => [
|
|
3937
3937
|
b(v, null, {
|
|
3938
|
-
default:
|
|
3938
|
+
default: w(() => [
|
|
3939
3939
|
(o(!0), r(N, null, J(t.options, (I, B) => (o(), h(d, {
|
|
3940
3940
|
key: B,
|
|
3941
3941
|
disabled: I.disabled || null,
|
|
3942
3942
|
onClick: (P) => e.$emit("select", I.action)
|
|
3943
3943
|
}, {
|
|
3944
|
-
default:
|
|
3945
|
-
L(
|
|
3944
|
+
default: w(() => [
|
|
3945
|
+
L(x(I.label), 1)
|
|
3946
3946
|
]),
|
|
3947
3947
|
_: 2
|
|
3948
3948
|
}, 1032, ["disabled", "onClick"]))), 128)),
|
|
@@ -3953,7 +3953,7 @@ function al(e, s, t, a, n, i) {
|
|
|
3953
3953
|
value: n.familiesIncluded,
|
|
3954
3954
|
onInput: i.setFamiliesIncluded
|
|
3955
3955
|
}, {
|
|
3956
|
-
default:
|
|
3956
|
+
default: w(() => s[3] || (s[3] = [
|
|
3957
3957
|
L(" Include Families ")
|
|
3958
3958
|
])),
|
|
3959
3959
|
_: 1
|
|
@@ -3962,7 +3962,7 @@ function al(e, s, t, a, n, i) {
|
|
|
3962
3962
|
_: 1
|
|
3963
3963
|
})
|
|
3964
3964
|
]),
|
|
3965
|
-
default:
|
|
3965
|
+
default: w(() => [
|
|
3966
3966
|
b(c, {
|
|
3967
3967
|
dropdown: "",
|
|
3968
3968
|
"aria-label": "Select options",
|
|
@@ -3976,9 +3976,9 @@ function al(e, s, t, a, n, i) {
|
|
|
3976
3976
|
gap: 3,
|
|
3977
3977
|
class: "ecs-bulk-selector-count"
|
|
3978
3978
|
}, {
|
|
3979
|
-
default:
|
|
3980
|
-
f("span", null,
|
|
3981
|
-
L(" Selected " +
|
|
3979
|
+
default: w(() => [
|
|
3980
|
+
f("span", null, x(t.count), 1),
|
|
3981
|
+
L(" Selected " + x(i.pluralizedType), 1)
|
|
3982
3982
|
]),
|
|
3983
3983
|
_: 1
|
|
3984
3984
|
})
|
|
@@ -4179,10 +4179,10 @@ z.prototype = {
|
|
|
4179
4179
|
return this._r = a._r, this._g = a._g, this._b = a._b, this.setAlpha(a._a), this;
|
|
4180
4180
|
},
|
|
4181
4181
|
lighten: function() {
|
|
4182
|
-
return this._applyModification(
|
|
4182
|
+
return this._applyModification(wl, arguments);
|
|
4183
4183
|
},
|
|
4184
4184
|
brighten: function() {
|
|
4185
|
-
return this._applyModification(
|
|
4185
|
+
return this._applyModification(xl, arguments);
|
|
4186
4186
|
},
|
|
4187
4187
|
darken: function() {
|
|
4188
4188
|
return this._applyModification(Sl, arguments);
|
|
@@ -4339,11 +4339,11 @@ function Os(e, s, t, a) {
|
|
|
4339
4339
|
return a && n[0].charAt(0) == n[0].charAt(1) && n[1].charAt(0) == n[1].charAt(1) && n[2].charAt(0) == n[2].charAt(1) ? n[0].charAt(0) + n[1].charAt(0) + n[2].charAt(0) : n.join("");
|
|
4340
4340
|
}
|
|
4341
4341
|
function yl(e, s, t, a, n) {
|
|
4342
|
-
var i = [Se(Math.round(e).toString(16)), Se(Math.round(s).toString(16)), Se(Math.round(t).toString(16)), Se(
|
|
4342
|
+
var i = [Se(Math.round(e).toString(16)), Se(Math.round(s).toString(16)), Se(Math.round(t).toString(16)), Se(wi(a))];
|
|
4343
4343
|
return n && i[0].charAt(0) == i[0].charAt(1) && i[1].charAt(0) == i[1].charAt(1) && i[2].charAt(0) == i[2].charAt(1) && i[3].charAt(0) == i[3].charAt(1) ? i[0].charAt(0) + i[1].charAt(0) + i[2].charAt(0) + i[3].charAt(0) : i.join("");
|
|
4344
4344
|
}
|
|
4345
4345
|
function As(e, s, t, a) {
|
|
4346
|
-
var n = [Se(
|
|
4346
|
+
var n = [Se(wi(a)), Se(Math.round(e).toString(16)), Se(Math.round(s).toString(16)), Se(Math.round(t).toString(16))];
|
|
4347
4347
|
return n.join("");
|
|
4348
4348
|
}
|
|
4349
4349
|
z.equals = function(e, s) {
|
|
@@ -4369,12 +4369,12 @@ function _l(e, s) {
|
|
|
4369
4369
|
function kl(e) {
|
|
4370
4370
|
return z(e).desaturate(100);
|
|
4371
4371
|
}
|
|
4372
|
-
function
|
|
4372
|
+
function wl(e, s) {
|
|
4373
4373
|
s = s === 0 ? 0 : s || 10;
|
|
4374
4374
|
var t = z(e).toHsl();
|
|
4375
4375
|
return t.l += s / 100, t.l = bt(t.l), z(t);
|
|
4376
4376
|
}
|
|
4377
|
-
function
|
|
4377
|
+
function xl(e, s) {
|
|
4378
4378
|
s = s === 0 ? 0 : s || 10;
|
|
4379
4379
|
var t = z(e).toRgb();
|
|
4380
4380
|
return t.r = Math.max(0, Math.min(255, t.r - Math.round(255 * -(s / 100)))), t.g = Math.max(0, Math.min(255, t.g - Math.round(255 * -(s / 100)))), t.b = Math.max(0, Math.min(255, t.b - Math.round(255 * -(s / 100)))), z(t);
|
|
@@ -4655,13 +4655,13 @@ function Se(e) {
|
|
|
4655
4655
|
function Qe(e) {
|
|
4656
4656
|
return e <= 1 && (e = e * 100 + "%"), e;
|
|
4657
4657
|
}
|
|
4658
|
-
function
|
|
4658
|
+
function wi(e) {
|
|
4659
4659
|
return Math.round(parseFloat(e) * 255).toString(16);
|
|
4660
4660
|
}
|
|
4661
4661
|
function Ds(e) {
|
|
4662
4662
|
return ue(e) / 255;
|
|
4663
4663
|
}
|
|
4664
|
-
var
|
|
4664
|
+
var xe = function() {
|
|
4665
4665
|
var e = "[-\\+]?\\d+%?", s = "[-\\+]?\\d*\\.\\d+%?", t = "(?:" + s + ")|(?:" + e + ")", a = "[\\s|\\(]+(" + t + ")[,|\\s]+(" + t + ")[,|\\s]+(" + t + ")\\s*\\)?", n = "[\\s|\\(]+(" + t + ")[,|\\s]+(" + t + ")[,|\\s]+(" + t + ")[,|\\s]+(" + t + ")\\s*\\)?";
|
|
4666
4666
|
return {
|
|
4667
4667
|
CSS_UNIT: new RegExp(t),
|
|
@@ -4678,7 +4678,7 @@ var we = function() {
|
|
|
4678
4678
|
};
|
|
4679
4679
|
}();
|
|
4680
4680
|
function Pe(e) {
|
|
4681
|
-
return !!
|
|
4681
|
+
return !!xe.CSS_UNIT.exec(e);
|
|
4682
4682
|
}
|
|
4683
4683
|
function Ol(e) {
|
|
4684
4684
|
e = e.replace(fl, "").replace(gl, "").toLowerCase();
|
|
@@ -4694,51 +4694,51 @@ function Ol(e) {
|
|
|
4694
4694
|
format: "name"
|
|
4695
4695
|
};
|
|
4696
4696
|
var t;
|
|
4697
|
-
return (t =
|
|
4697
|
+
return (t = xe.rgb.exec(e)) ? {
|
|
4698
4698
|
r: t[1],
|
|
4699
4699
|
g: t[2],
|
|
4700
4700
|
b: t[3]
|
|
4701
|
-
} : (t =
|
|
4701
|
+
} : (t = xe.rgba.exec(e)) ? {
|
|
4702
4702
|
r: t[1],
|
|
4703
4703
|
g: t[2],
|
|
4704
4704
|
b: t[3],
|
|
4705
4705
|
a: t[4]
|
|
4706
|
-
} : (t =
|
|
4706
|
+
} : (t = xe.hsl.exec(e)) ? {
|
|
4707
4707
|
h: t[1],
|
|
4708
4708
|
s: t[2],
|
|
4709
4709
|
l: t[3]
|
|
4710
|
-
} : (t =
|
|
4710
|
+
} : (t = xe.hsla.exec(e)) ? {
|
|
4711
4711
|
h: t[1],
|
|
4712
4712
|
s: t[2],
|
|
4713
4713
|
l: t[3],
|
|
4714
4714
|
a: t[4]
|
|
4715
|
-
} : (t =
|
|
4715
|
+
} : (t = xe.hsv.exec(e)) ? {
|
|
4716
4716
|
h: t[1],
|
|
4717
4717
|
s: t[2],
|
|
4718
4718
|
v: t[3]
|
|
4719
|
-
} : (t =
|
|
4719
|
+
} : (t = xe.hsva.exec(e)) ? {
|
|
4720
4720
|
h: t[1],
|
|
4721
4721
|
s: t[2],
|
|
4722
4722
|
v: t[3],
|
|
4723
4723
|
a: t[4]
|
|
4724
|
-
} : (t =
|
|
4724
|
+
} : (t = xe.hex8.exec(e)) ? {
|
|
4725
4725
|
r: ue(t[1]),
|
|
4726
4726
|
g: ue(t[2]),
|
|
4727
4727
|
b: ue(t[3]),
|
|
4728
4728
|
a: Ds(t[4]),
|
|
4729
4729
|
format: s ? "name" : "hex8"
|
|
4730
|
-
} : (t =
|
|
4730
|
+
} : (t = xe.hex6.exec(e)) ? {
|
|
4731
4731
|
r: ue(t[1]),
|
|
4732
4732
|
g: ue(t[2]),
|
|
4733
4733
|
b: ue(t[3]),
|
|
4734
4734
|
format: s ? "name" : "hex"
|
|
4735
|
-
} : (t =
|
|
4735
|
+
} : (t = xe.hex4.exec(e)) ? {
|
|
4736
4736
|
r: ue(t[1] + "" + t[1]),
|
|
4737
4737
|
g: ue(t[2] + "" + t[2]),
|
|
4738
4738
|
b: ue(t[3] + "" + t[3]),
|
|
4739
4739
|
a: Ds(t[4] + "" + t[4]),
|
|
4740
4740
|
format: s ? "name" : "hex8"
|
|
4741
|
-
} : (t =
|
|
4741
|
+
} : (t = xe.hex3.exec(e)) ? {
|
|
4742
4742
|
r: ue(t[1] + "" + t[1]),
|
|
4743
4743
|
g: ue(t[2] + "" + t[2]),
|
|
4744
4744
|
b: ue(t[3] + "" + t[3]),
|
|
@@ -4965,7 +4965,7 @@ function Gl(e, s, t, a, n, i) {
|
|
|
4965
4965
|
b(c)
|
|
4966
4966
|
], 10, Ul);
|
|
4967
4967
|
}
|
|
4968
|
-
const
|
|
4968
|
+
const xi = /* @__PURE__ */ _(jl, [["render", Gl], ["__scopeId", "data-v-91c19a75"]]), Kl = {
|
|
4969
4969
|
name: "ecs-button-table",
|
|
4970
4970
|
emits: ["click", "mouseover", "mouseleave"],
|
|
4971
4971
|
components: {
|
|
@@ -5073,7 +5073,7 @@ function Jl(e, s, t, a, n, i) {
|
|
|
5073
5073
|
type: i.iconType,
|
|
5074
5074
|
size: i.iconSize
|
|
5075
5075
|
}, null, 8, ["type", "size"])) : u("", !0),
|
|
5076
|
-
t.label != null ? (o(), r("div", Xl,
|
|
5076
|
+
t.label != null ? (o(), r("div", Xl, x(t.label), 1)) : u("", !0),
|
|
5077
5077
|
t.chevron ? (o(), r("div", {
|
|
5078
5078
|
key: 2,
|
|
5079
5079
|
class: y(["chevron", t.active ? "expand" : ""])
|
|
@@ -5259,7 +5259,7 @@ const D_ = /* @__PURE__ */ _(ar, [["render", cr], ["__scopeId", "data-v-8d449816
|
|
|
5259
5259
|
function fr(e, s, t, a, n, i) {
|
|
5260
5260
|
const l = g("ecs-flex-row");
|
|
5261
5261
|
return o(), h(l, { class: "ecs-citation-line" }, {
|
|
5262
|
-
default:
|
|
5262
|
+
default: w(() => [
|
|
5263
5263
|
f("div", {
|
|
5264
5264
|
class: y(["ecs-citation-line-cite", [t.state, t.editable ? "editable" : ""]]),
|
|
5265
5265
|
ref: "editable",
|
|
@@ -5275,7 +5275,7 @@ function fr(e, s, t, a, n, i) {
|
|
|
5275
5275
|
justify: "end",
|
|
5276
5276
|
class: "ecs-citation-line-actions"
|
|
5277
5277
|
}, {
|
|
5278
|
-
default:
|
|
5278
|
+
default: w(() => [
|
|
5279
5279
|
p(e.$slots, "actions", {}, void 0, !0)
|
|
5280
5280
|
]),
|
|
5281
5281
|
_: 3
|
|
@@ -5365,10 +5365,10 @@ const V_ = /* @__PURE__ */ _(gr, [["render", hr], ["__scopeId", "data-v-3181dbaf
|
|
|
5365
5365
|
viewBox: "0 0 8 8",
|
|
5366
5366
|
fill: "none",
|
|
5367
5367
|
class: "ecs-chat-message-bubble-arrow"
|
|
5368
|
-
}, kr = ["fill"],
|
|
5368
|
+
}, kr = ["fill"], wr = {
|
|
5369
5369
|
key: 0,
|
|
5370
5370
|
class: "ecs-chat-message-busy-text"
|
|
5371
|
-
},
|
|
5371
|
+
}, xr = {
|
|
5372
5372
|
key: 0,
|
|
5373
5373
|
class: "ecs-chat-message-actions"
|
|
5374
5374
|
};
|
|
@@ -5396,10 +5396,10 @@ function Sr(e, s, t, a, n, i) {
|
|
|
5396
5396
|
fill: i.bubbleColor
|
|
5397
5397
|
}, null, 8, kr)
|
|
5398
5398
|
])),
|
|
5399
|
-
t.busy ? (o(), r("span",
|
|
5399
|
+
t.busy ? (o(), r("span", wr, x(t.busyText), 1)) : p(e.$slots, "default", { key: 1 }, void 0, !0)
|
|
5400
5400
|
], 4)
|
|
5401
5401
|
]),
|
|
5402
|
-
e.$slots.actions ? (o(), r("div",
|
|
5402
|
+
e.$slots.actions ? (o(), r("div", xr, [
|
|
5403
5403
|
p(e.$slots, "actions", {}, void 0, !0)
|
|
5404
5404
|
])) : u("", !0)
|
|
5405
5405
|
], 10, vr);
|
|
@@ -5568,7 +5568,7 @@ function Lr(e, s, t, a, n, i) {
|
|
|
5568
5568
|
type: v.icon,
|
|
5569
5569
|
size: "20"
|
|
5570
5570
|
}, null, 8, ["type"])) : u("", !0),
|
|
5571
|
-
v.type != "divider" ? (o(), r("span", Pr,
|
|
5571
|
+
v.type != "divider" ? (o(), r("span", Pr, x(v.name), 1)) : u("", !0),
|
|
5572
5572
|
v.nested ? (o(), h(c, {
|
|
5573
5573
|
key: 2,
|
|
5574
5574
|
onClick: W((E) => i.optionClicked(v.nested), ["stop"]),
|
|
@@ -5740,10 +5740,10 @@ function Vr(e, s, t, a, n, i) {
|
|
|
5740
5740
|
gap: 4,
|
|
5741
5741
|
class: "ecs-collapsable-headline-title"
|
|
5742
5742
|
}, {
|
|
5743
|
-
default:
|
|
5743
|
+
default: w(() => [
|
|
5744
5744
|
p(e.$slots, "prepend", {}, void 0, !0),
|
|
5745
|
-
L(" " +
|
|
5746
|
-
t.count ? (o(), r("span", Rr, "(" +
|
|
5745
|
+
L(" " + x(t.title) + " ", 1),
|
|
5746
|
+
t.count ? (o(), r("span", Rr, "(" + x(t.count) + ")", 1)) : u("", !0),
|
|
5747
5747
|
p(e.$slots, "append", {}, void 0, !0)
|
|
5748
5748
|
]),
|
|
5749
5749
|
_: 3
|
|
@@ -5753,7 +5753,7 @@ function Vr(e, s, t, a, n, i) {
|
|
|
5753
5753
|
radius: 0
|
|
5754
5754
|
}),
|
|
5755
5755
|
b(_e, { name: "fade" }, {
|
|
5756
|
-
default:
|
|
5756
|
+
default: w(() => [
|
|
5757
5757
|
e.$slots.controls && (!t.hideControlsWhenCollapsed || n.isVisible) ? (o(), r("div", Dr, [
|
|
5758
5758
|
p(e.$slots, "controls", {}, void 0, !0)
|
|
5759
5759
|
])) : u("", !0)
|
|
@@ -5899,7 +5899,7 @@ function Ur(e, s, t, a, n, i) {
|
|
|
5899
5899
|
color: "#858E9E",
|
|
5900
5900
|
size: i.iconSize
|
|
5901
5901
|
}, null, 8, ["type", "size"])) : u("", !0),
|
|
5902
|
-
t.label ? (o(), r("div", qr,
|
|
5902
|
+
t.label ? (o(), r("div", qr, x(t.label), 1)) : u("", !0),
|
|
5903
5903
|
f("div", {
|
|
5904
5904
|
class: "collection",
|
|
5905
5905
|
onMouseover: s[0] || (s[0] = (...d) => i.toggleTooltip && i.toggleTooltip(...d)),
|
|
@@ -5909,7 +5909,7 @@ function Ur(e, s, t, a, n, i) {
|
|
|
5909
5909
|
(o(!0), r(N, null, J(t.collection, (d) => (o(), r("span", {
|
|
5910
5910
|
key: d.name
|
|
5911
5911
|
}, [
|
|
5912
|
-
d.value ? (o(), r("span", Wr,
|
|
5912
|
+
d.value ? (o(), r("span", Wr, x(d.name), 1)) : u("", !0)
|
|
5913
5913
|
]))), 128))
|
|
5914
5914
|
], 40, $r)
|
|
5915
5915
|
], 42, Hr),
|
|
@@ -6049,7 +6049,7 @@ function oc(e, s, t, a, n, i) {
|
|
|
6049
6049
|
width: 60
|
|
6050
6050
|
})
|
|
6051
6051
|
])) : (o(), r("div", ec, [
|
|
6052
|
-
f("span", tc,
|
|
6052
|
+
f("span", tc, x(t.userName), 1),
|
|
6053
6053
|
f("span", sc, [
|
|
6054
6054
|
p(e.$slots, "commentdate", {}, void 0, !0)
|
|
6055
6055
|
])
|
|
@@ -6078,7 +6078,7 @@ function oc(e, s, t, a, n, i) {
|
|
|
6078
6078
|
key: 0,
|
|
6079
6079
|
class: "ecs-comment-body"
|
|
6080
6080
|
}, {
|
|
6081
|
-
default:
|
|
6081
|
+
default: w(() => [
|
|
6082
6082
|
p(e.$slots, "default", {}, void 0, !0)
|
|
6083
6083
|
]),
|
|
6084
6084
|
_: 3
|
|
@@ -6239,8 +6239,8 @@ function pc(e, s, t, a, n, i) {
|
|
|
6239
6239
|
for: t.label,
|
|
6240
6240
|
class: "ecs-input__label",
|
|
6241
6241
|
id: i.labelId
|
|
6242
|
-
},
|
|
6243
|
-
f("span", hc,
|
|
6242
|
+
}, x(i.labelSpanText), 9, mc),
|
|
6243
|
+
f("span", hc, x(t.desc), 1)
|
|
6244
6244
|
]);
|
|
6245
6245
|
}
|
|
6246
6246
|
const vc = /* @__PURE__ */ _(uc, [["render", pc]]);
|
|
@@ -6289,7 +6289,7 @@ function kc() {
|
|
|
6289
6289
|
return Tt = s, Tt;
|
|
6290
6290
|
}
|
|
6291
6291
|
var Pt, Ws;
|
|
6292
|
-
function
|
|
6292
|
+
function wc() {
|
|
6293
6293
|
if (Ws) return Pt;
|
|
6294
6294
|
Ws = 1;
|
|
6295
6295
|
var e = /\s/;
|
|
@@ -6301,10 +6301,10 @@ function xc() {
|
|
|
6301
6301
|
return Pt = s, Pt;
|
|
6302
6302
|
}
|
|
6303
6303
|
var Lt, js;
|
|
6304
|
-
function
|
|
6304
|
+
function xc() {
|
|
6305
6305
|
if (js) return Lt;
|
|
6306
6306
|
js = 1;
|
|
6307
|
-
var e =
|
|
6307
|
+
var e = wc(), s = /^\s+/;
|
|
6308
6308
|
function t(a) {
|
|
6309
6309
|
return a && a.slice(0, e(a) + 1).replace(s, "");
|
|
6310
6310
|
}
|
|
@@ -6377,7 +6377,7 @@ var Vt, Zs;
|
|
|
6377
6377
|
function Ec() {
|
|
6378
6378
|
if (Zs) return Vt;
|
|
6379
6379
|
Zs = 1;
|
|
6380
|
-
var e =
|
|
6380
|
+
var e = xc(), s = us(), t = Ic(), a = NaN, n = /^[-+]0x[0-9a-f]+$/i, i = /^0b[01]+$/i, l = /^0o[0-7]+$/i, c = parseInt;
|
|
6381
6381
|
function d(m) {
|
|
6382
6382
|
if (typeof m == "number")
|
|
6383
6383
|
return m;
|
|
@@ -7048,7 +7048,7 @@ const Ii = /* @__PURE__ */ _(Xc, [["render", dd]]), ud = {
|
|
|
7048
7048
|
function fd(e, s, t, a, n, i) {
|
|
7049
7049
|
const l = g("ecs-color-picker"), c = g("ecs-popover");
|
|
7050
7050
|
return o(), h(c, { class: "ecs-color-picker-input" }, {
|
|
7051
|
-
content:
|
|
7051
|
+
content: w(() => [
|
|
7052
7052
|
b(l, {
|
|
7053
7053
|
"onUpdate:modelValue": s[0] || (s[0] = (d) => e.$emit("update:modelValue", d)),
|
|
7054
7054
|
modelValue: t.modelValue,
|
|
@@ -7060,12 +7060,12 @@ function fd(e, s, t, a, n, i) {
|
|
|
7060
7060
|
preventUnusableColors: t.preventUnusableColors
|
|
7061
7061
|
}, null, 8, ["modelValue", "swatches", "disableAlpha", "disableFields", "disableCustom", "preventUnusableColors"])
|
|
7062
7062
|
]),
|
|
7063
|
-
default:
|
|
7063
|
+
default: w(() => [
|
|
7064
7064
|
f("button", {
|
|
7065
7065
|
class: y(["ecs-color-picker-input-button", i.sizeClass]),
|
|
7066
7066
|
style: S(i.selectedColorStyle)
|
|
7067
7067
|
}, [
|
|
7068
|
-
f("span", null,
|
|
7068
|
+
f("span", null, x(i.selectedColorName), 1)
|
|
7069
7069
|
], 6)
|
|
7070
7070
|
]),
|
|
7071
7071
|
_: 1
|
|
@@ -7276,18 +7276,18 @@ function kd(e, s, t, a, n, i) {
|
|
|
7276
7276
|
})) : u("", !0)
|
|
7277
7277
|
], 10, md);
|
|
7278
7278
|
}
|
|
7279
|
-
const G_ = /* @__PURE__ */ _(gd, [["render", kd], ["__scopeId", "data-v-0b29bd50"]]),
|
|
7279
|
+
const G_ = /* @__PURE__ */ _(gd, [["render", kd], ["__scopeId", "data-v-0b29bd50"]]), wd = {
|
|
7280
7280
|
name: "ecs-data-card-list"
|
|
7281
|
-
},
|
|
7281
|
+
}, xd = {
|
|
7282
7282
|
class: "ecs-data-card-list",
|
|
7283
7283
|
role: "list"
|
|
7284
7284
|
};
|
|
7285
7285
|
function Sd(e, s, t, a, n, i) {
|
|
7286
|
-
return o(), r("div",
|
|
7286
|
+
return o(), r("div", xd, [
|
|
7287
7287
|
p(e.$slots, "default")
|
|
7288
7288
|
]);
|
|
7289
7289
|
}
|
|
7290
|
-
const K_ = /* @__PURE__ */ _(
|
|
7290
|
+
const K_ = /* @__PURE__ */ _(wd, [["render", Sd]]), Cd = {
|
|
7291
7291
|
name: "ecs-party-entry",
|
|
7292
7292
|
components: { EcsIcon: O, EcsSticker: Me },
|
|
7293
7293
|
props: {
|
|
@@ -7643,8 +7643,8 @@ function Ad(e, s, t, a, n, i) {
|
|
|
7643
7643
|
"icon-spacing": "var(--spacing-5)",
|
|
7644
7644
|
class: y({ clickable: t.pill.clickable, emphasized: t.pill.emphasized, "has-background": t.pill.background, "is-hovered": n.isHovered })
|
|
7645
7645
|
}, {
|
|
7646
|
-
default:
|
|
7647
|
-
L(
|
|
7646
|
+
default: w(() => [
|
|
7647
|
+
L(x(t.pill.text), 1)
|
|
7648
7648
|
]),
|
|
7649
7649
|
_: 1
|
|
7650
7650
|
}, 8, ["onClick", "party", "color", "background", "icon", "class"])) : i.hasPill ? (o(), r("span", {
|
|
@@ -7662,7 +7662,7 @@ function Ad(e, s, t, a, n, i) {
|
|
|
7662
7662
|
color: i.pillIconColor,
|
|
7663
7663
|
size: "20px"
|
|
7664
7664
|
}, null, 8, ["type", "color"])) : u("", !0),
|
|
7665
|
-
f("span", Ld,
|
|
7665
|
+
f("span", Ld, x(t.pill.text), 1),
|
|
7666
7666
|
t.pill.background ? (o(), r("span", {
|
|
7667
7667
|
key: 1,
|
|
7668
7668
|
class: "background",
|
|
@@ -7687,7 +7687,7 @@ function Ad(e, s, t, a, n, i) {
|
|
|
7687
7687
|
class: y(["ecs-data-card-row-title-text", { escape: t.wrap === "wrap-row", clickable: t.title.clickable, emphasized: t.title.emphasized, "is-hovered": n.isHovered }]),
|
|
7688
7688
|
style: S({ color: t.title.textColor }),
|
|
7689
7689
|
ref: "titleText"
|
|
7690
|
-
},
|
|
7690
|
+
}, x(t.title.text), 39),
|
|
7691
7691
|
p(e.$slots, "titleControls", {}, void 0, !0)
|
|
7692
7692
|
], 2)) : u("", !0)
|
|
7693
7693
|
]),
|
|
@@ -7696,7 +7696,7 @@ function Ad(e, s, t, a, n, i) {
|
|
|
7696
7696
|
class: y([{ ai: (k = t.meta) == null ? void 0 : k.ai, default: ((E = t.meta) == null ? void 0 : E.type) === "default", identifier: ((I = t.meta) == null ? void 0 : I.type) === "identifier" }, "ecs-data-card-row-meta-container"]),
|
|
7697
7697
|
ref: "metaText"
|
|
7698
7698
|
}, [
|
|
7699
|
-
L(
|
|
7699
|
+
L(x((B = t.meta) == null ? void 0 : B.text) + " ", 1),
|
|
7700
7700
|
p(e.$slots, "customMeta", {}, void 0, !0)
|
|
7701
7701
|
], 2)) : u("", !0),
|
|
7702
7702
|
t.count || t.designation ? (o(), r("div", Od, [
|
|
@@ -7713,8 +7713,8 @@ function Ad(e, s, t, a, n, i) {
|
|
|
7713
7713
|
"badge-size": 12,
|
|
7714
7714
|
class: "designation has-background"
|
|
7715
7715
|
}, {
|
|
7716
|
-
default:
|
|
7717
|
-
L(
|
|
7716
|
+
default: w(() => [
|
|
7717
|
+
L(x(t.designation.text), 1)
|
|
7718
7718
|
]),
|
|
7719
7719
|
_: 1
|
|
7720
7720
|
}, 8, ["party", "color", "icon", "badge"])) : u("", !0),
|
|
@@ -7950,7 +7950,7 @@ function Kd(e, s, t, a, n, i) {
|
|
|
7950
7950
|
type: t.headerRowType,
|
|
7951
7951
|
onCollapse: i.handleCollapse
|
|
7952
7952
|
}, {
|
|
7953
|
-
default:
|
|
7953
|
+
default: w(() => [
|
|
7954
7954
|
p(e.$slots, "cells", {}, void 0, !0)
|
|
7955
7955
|
]),
|
|
7956
7956
|
_: 3
|
|
@@ -8072,7 +8072,7 @@ function Qd(e, s, t, a, n, i) {
|
|
|
8072
8072
|
t.placeholder ? (o(), r("option", Jd)) : u("", !0),
|
|
8073
8073
|
p(e.$slots, "default", {}, void 0, !0)
|
|
8074
8074
|
], 16, Xd),
|
|
8075
|
-
t.placeholder && n.currentValue == "" ? (o(), r("span", Zd,
|
|
8075
|
+
t.placeholder && n.currentValue == "" ? (o(), r("span", Zd, x(t.placeholder), 1)) : u("", !0)
|
|
8076
8076
|
], 2);
|
|
8077
8077
|
}
|
|
8078
8078
|
const Ei = /* @__PURE__ */ _(Yd, [["render", Qd], ["__scopeId", "data-v-ca96e231"]]), eu = (e) => e == null, tu = {
|
|
@@ -8391,19 +8391,19 @@ function pu(e, s, t, a, n, i) {
|
|
|
8391
8391
|
disabled: t.disabled,
|
|
8392
8392
|
type: "invisible"
|
|
8393
8393
|
}, {
|
|
8394
|
-
default:
|
|
8394
|
+
default: w(() => [
|
|
8395
8395
|
(o(!0), r(N, null, J(t.select, (m, v) => (o(), r("option", {
|
|
8396
8396
|
key: v,
|
|
8397
8397
|
selected: m.selected,
|
|
8398
8398
|
value: m.value
|
|
8399
|
-
},
|
|
8399
|
+
}, x(m.name), 9, ru))), 128))
|
|
8400
8400
|
]),
|
|
8401
8401
|
_: 1
|
|
8402
8402
|
}, 8, ["modelValue", "disabled"])) : t.empty ? u("", !0) : (o(), r("div", {
|
|
8403
8403
|
key: 4,
|
|
8404
8404
|
class: "ecs-data-grid-head-cell-text",
|
|
8405
8405
|
title: t.name
|
|
8406
|
-
},
|
|
8406
|
+
}, x(t.name), 9, cu)),
|
|
8407
8407
|
p(e.$slots, "default", {}, void 0, !0),
|
|
8408
8408
|
t.sortable ? (o(), r("button", {
|
|
8409
8409
|
key: 5,
|
|
@@ -8601,7 +8601,7 @@ const Q_ = /* @__PURE__ */ _(vu, [["render", bu], ["__scopeId", "data-v-ee025ab5
|
|
|
8601
8601
|
}, ku = {
|
|
8602
8602
|
key: 0,
|
|
8603
8603
|
class: "shadow left"
|
|
8604
|
-
},
|
|
8604
|
+
}, wu = ["data-column", "data-test"], xu = {
|
|
8605
8605
|
key: 0,
|
|
8606
8606
|
class: "first-cell-spacer"
|
|
8607
8607
|
}, Su = {
|
|
@@ -8622,7 +8622,7 @@ function Cu(e, s, t, a, n, i) {
|
|
|
8622
8622
|
"data-column": i.computedId,
|
|
8623
8623
|
"data-test": i.computedId
|
|
8624
8624
|
}, [
|
|
8625
|
-
t.firstNonStaticCell ? (o(), r("div",
|
|
8625
|
+
t.firstNonStaticCell ? (o(), r("div", xu)) : u("", !0),
|
|
8626
8626
|
s[0] || (s[0] = f("div", { class: "group-spacer" }, null, -1)),
|
|
8627
8627
|
t.hasCollapse ? (o(), h(l, {
|
|
8628
8628
|
key: 1,
|
|
@@ -8631,7 +8631,7 @@ function Cu(e, s, t, a, n, i) {
|
|
|
8631
8631
|
type: "chevron"
|
|
8632
8632
|
}, null, 8, ["onClick", "collapsed"])) : u("", !0),
|
|
8633
8633
|
p(e.$slots, "default", {}, void 0, !0)
|
|
8634
|
-
], 14,
|
|
8634
|
+
], 14, wu),
|
|
8635
8635
|
t.fixedLeftLast ? (o(), r("div", Su)) : u("", !0)
|
|
8636
8636
|
], 6);
|
|
8637
8637
|
}
|
|
@@ -8649,7 +8649,7 @@ function Iu(e, s, t, a, n, i) {
|
|
|
8649
8649
|
const tk = /* @__PURE__ */ _(Bu, [["render", Iu]]), Eu = {
|
|
8650
8650
|
name: "ecs-data-list-item",
|
|
8651
8651
|
emits: ["toggled"],
|
|
8652
|
-
components: { EcsButtonMore:
|
|
8652
|
+
components: { EcsButtonMore: xi, EcsSkeletonLoader: ie },
|
|
8653
8653
|
mixins: [le],
|
|
8654
8654
|
props: {
|
|
8655
8655
|
/** The label that shows up to the left of the list item. Usually describes the content to the left, e.g.: "Type", "Profiles", etc. */
|
|
@@ -8784,7 +8784,7 @@ function Ou(e, s, t, a, n, i) {
|
|
|
8784
8784
|
style: S(i.identifierStyle),
|
|
8785
8785
|
class: "ecs-data-list-identifier"
|
|
8786
8786
|
}, [
|
|
8787
|
-
L(
|
|
8787
|
+
L(x(t.identifier) + " ", 1),
|
|
8788
8788
|
e.$slots.collapse ? (o(), h(l, {
|
|
8789
8789
|
key: 0,
|
|
8790
8790
|
type: "ellipsis",
|
|
@@ -9189,7 +9189,7 @@ function Yu(e, s, t, a, n, i) {
|
|
|
9189
9189
|
class: y(["ecs-directory-entry", [t.hover ? "hover" : ""]]),
|
|
9190
9190
|
role: t.hover ? void 0 : "listitem"
|
|
9191
9191
|
}, {
|
|
9192
|
-
default:
|
|
9192
|
+
default: w(() => [
|
|
9193
9193
|
t.hover ? (o(), h(l, { key: 0 })) : u("", !0),
|
|
9194
9194
|
f("div", Uu, [
|
|
9195
9195
|
t.loading ? (o(), h(c, {
|
|
@@ -9681,7 +9681,7 @@ const yf = /* @__PURE__ */ _(hf, [["render", vf], ["__scopeId", "data-v-1b81f485
|
|
|
9681
9681
|
beforeUnmount() {
|
|
9682
9682
|
document.removeEventListener("dragenter", this.show);
|
|
9683
9683
|
}
|
|
9684
|
-
}, _f = ["aria-busy", "aria-invalid"], kf = ["multiple"],
|
|
9684
|
+
}, _f = ["aria-busy", "aria-invalid"], kf = ["multiple"], wf = { key: 1 }, xf = { key: 1 }, Sf = {
|
|
9685
9685
|
key: 2,
|
|
9686
9686
|
class: "ecs-dropzone-hint"
|
|
9687
9687
|
}, Cf = {
|
|
@@ -9713,15 +9713,15 @@ function zf(e, s, t, a, n, i) {
|
|
|
9713
9713
|
type: i.iconType,
|
|
9714
9714
|
iconColor: i.iconColor
|
|
9715
9715
|
}, {
|
|
9716
|
-
default:
|
|
9716
|
+
default: w(() => [
|
|
9717
9717
|
t.initializing ? (o(), h(l, {
|
|
9718
9718
|
key: 0,
|
|
9719
9719
|
type: "single",
|
|
9720
9720
|
width: 100,
|
|
9721
9721
|
class: "ecs-dropzone-skeleton"
|
|
9722
|
-
})) : (o(), r("div",
|
|
9722
|
+
})) : (o(), r("div", wf, [
|
|
9723
9723
|
e.$slots.customlabel ? u("", !0) : (o(), r(N, { key: 0 }, [
|
|
9724
|
-
L(" Drag and drop your " +
|
|
9724
|
+
L(" Drag and drop your " + x(t.fileTypeLabel) + " or ", 1),
|
|
9725
9725
|
f("i", {
|
|
9726
9726
|
onClick: s[1] || (s[1] = (...B) => i.browseFile && i.browseFile(...B)),
|
|
9727
9727
|
onKeydown: s[2] || (s[2] = ee((...B) => i.browseFile && i.browseFile(...B), ["enter"])),
|
|
@@ -9732,7 +9732,7 @@ function zf(e, s, t, a, n, i) {
|
|
|
9732
9732
|
], 32),
|
|
9733
9733
|
s[8] || (s[8] = L(" to upload. "))
|
|
9734
9734
|
], 64)),
|
|
9735
|
-
e.$slots.customlabel ? (o(), r("div",
|
|
9735
|
+
e.$slots.customlabel ? (o(), r("div", xf, [
|
|
9736
9736
|
p(e.$slots, "customlabel", {}, void 0, !0)
|
|
9737
9737
|
])) : u("", !0),
|
|
9738
9738
|
e.$slots.hint && !t.uploadStats.show ? (o(), r("div", Sf, [
|
|
@@ -9743,13 +9743,13 @@ function zf(e, s, t, a, n, i) {
|
|
|
9743
9743
|
gap: 8,
|
|
9744
9744
|
justify: "center"
|
|
9745
9745
|
}, {
|
|
9746
|
-
default:
|
|
9746
|
+
default: w(() => [
|
|
9747
9747
|
t.uploadStats.speed > 2e6 ? (o(), h(d, {
|
|
9748
9748
|
key: 0,
|
|
9749
9749
|
weight: "medium",
|
|
9750
9750
|
color: "var(--color-gray-10)"
|
|
9751
9751
|
}, {
|
|
9752
|
-
default:
|
|
9752
|
+
default: w(() => s[9] || (s[9] = [
|
|
9753
9753
|
L("Uploading")
|
|
9754
9754
|
])),
|
|
9755
9755
|
_: 1
|
|
@@ -9758,13 +9758,13 @@ function zf(e, s, t, a, n, i) {
|
|
|
9758
9758
|
gap: 4,
|
|
9759
9759
|
title: "Slow network, please check your connection."
|
|
9760
9760
|
}, {
|
|
9761
|
-
default:
|
|
9761
|
+
default: w(() => [
|
|
9762
9762
|
b(m, { type: "warning" }),
|
|
9763
9763
|
b(d, {
|
|
9764
9764
|
weight: "medium",
|
|
9765
9765
|
color: "var(--color-yellow-10)"
|
|
9766
9766
|
}, {
|
|
9767
|
-
default:
|
|
9767
|
+
default: w(() => s[10] || (s[10] = [
|
|
9768
9768
|
L("Uploading")
|
|
9769
9769
|
])),
|
|
9770
9770
|
_: 1
|
|
@@ -9772,8 +9772,8 @@ function zf(e, s, t, a, n, i) {
|
|
|
9772
9772
|
]),
|
|
9773
9773
|
_: 1
|
|
9774
9774
|
})),
|
|
9775
|
-
f("span", null, "(" +
|
|
9776
|
-
f("span", null, "Time left: " +
|
|
9775
|
+
f("span", null, "(" + x(i.formattedSpeed) + ")", 1),
|
|
9776
|
+
f("span", null, "Time left: " + x(t.uploadStats.timeRemaining), 1)
|
|
9777
9777
|
]),
|
|
9778
9778
|
_: 1
|
|
9779
9779
|
})
|
|
@@ -9800,8 +9800,8 @@ function zf(e, s, t, a, n, i) {
|
|
|
9800
9800
|
icon: i.cancelButtonOptions.icon,
|
|
9801
9801
|
class: "ecs-dropzone-cancel"
|
|
9802
9802
|
}, {
|
|
9803
|
-
default:
|
|
9804
|
-
L(
|
|
9803
|
+
default: w(() => [
|
|
9804
|
+
L(x(i.cancelButtonOptions.label), 1)
|
|
9805
9805
|
]),
|
|
9806
9806
|
_: 1
|
|
9807
9807
|
}, 8, ["onClick", "icon"])) : u("", !0)
|
|
@@ -9865,7 +9865,7 @@ const ck = /* @__PURE__ */ _(If, [["render", Ef], ["__scopeId", "data-v-75522cea
|
|
|
9865
9865
|
components: {
|
|
9866
9866
|
EcsIcon: O,
|
|
9867
9867
|
EcsSticker: Me,
|
|
9868
|
-
EcsButtonMore:
|
|
9868
|
+
EcsButtonMore: xi,
|
|
9869
9869
|
EcsFocusRing: R
|
|
9870
9870
|
},
|
|
9871
9871
|
props: {
|
|
@@ -9964,7 +9964,7 @@ function Af(e, s, t, a, n, i) {
|
|
|
9964
9964
|
f("div", {
|
|
9965
9965
|
class: y(["ecs-entry-link-label", t.emphasized ? "emphasized" : ""]),
|
|
9966
9966
|
title: t.linkTitle
|
|
9967
|
-
},
|
|
9967
|
+
}, x(t.label), 11, Mf),
|
|
9968
9968
|
e.$slots.appender ? (o(), r("div", Of, [
|
|
9969
9969
|
p(e.$slots, "appender", {}, void 0, !0)
|
|
9970
9970
|
])) : u("", !0),
|
|
@@ -10073,14 +10073,14 @@ function jf(e, s, t, a, n, i) {
|
|
|
10073
10073
|
key: 2,
|
|
10074
10074
|
type: "single",
|
|
10075
10075
|
width: 20
|
|
10076
|
-
})) : (o(), r("span", Vf,
|
|
10076
|
+
})) : (o(), r("span", Vf, x(t.headline), 1))
|
|
10077
10077
|
]),
|
|
10078
10078
|
t.cite ? (o(), r("div", Ff, [
|
|
10079
10079
|
t.loading ? (o(), h(l, {
|
|
10080
10080
|
key: 0,
|
|
10081
10081
|
type: "single",
|
|
10082
10082
|
width: 100
|
|
10083
|
-
})) : (o(), r("span", Hf,
|
|
10083
|
+
})) : (o(), r("span", Hf, x(t.cite), 1))
|
|
10084
10084
|
])) : u("", !0)
|
|
10085
10085
|
]),
|
|
10086
10086
|
f("div", {
|
|
@@ -10096,7 +10096,7 @@ function jf(e, s, t, a, n, i) {
|
|
|
10096
10096
|
key: 0,
|
|
10097
10097
|
small: i.smallFormatted
|
|
10098
10098
|
}, {
|
|
10099
|
-
default:
|
|
10099
|
+
default: w(() => [
|
|
10100
10100
|
p(e.$slots, "default", {}, void 0, !0)
|
|
10101
10101
|
]),
|
|
10102
10102
|
_: 3
|
|
@@ -10204,7 +10204,12 @@ const uk = /* @__PURE__ */ _(Rf, [["render", jf], ["__scopeId", "data-v-1c058d79
|
|
|
10204
10204
|
/** Maximum number value, only used when type is `number`. */
|
|
10205
10205
|
max: Number,
|
|
10206
10206
|
/** Possible custom step interval, only used when type is `number`. */
|
|
10207
|
-
step: Number
|
|
10207
|
+
step: Number,
|
|
10208
|
+
/** Makes the input grow based on the content. Only works for `type="textarea"`. */
|
|
10209
|
+
autoGrow: {
|
|
10210
|
+
type: Boolean,
|
|
10211
|
+
default: !1
|
|
10212
|
+
}
|
|
10208
10213
|
},
|
|
10209
10214
|
computed: {
|
|
10210
10215
|
sizeClass() {
|
|
@@ -10260,7 +10265,8 @@ function Yf(e, s, t, a, n, i) {
|
|
|
10260
10265
|
i.computedVariantClass,
|
|
10261
10266
|
t.error ? "ecs-form-control-error" : null,
|
|
10262
10267
|
t.ai ? "ecs-form-control-ai" : null,
|
|
10263
|
-
t.toBeAi ? "ecs-form-control-ai-to-be" : null
|
|
10268
|
+
t.toBeAi ? "ecs-form-control-ai-to-be" : null,
|
|
10269
|
+
t.autoGrow ? "ecs-form-control-auto-grow" : null
|
|
10264
10270
|
]],
|
|
10265
10271
|
value: t.modelValue,
|
|
10266
10272
|
onInput: s[5] || (s[5] = (l) => e.$emit("update:modelValue", l.target.value)),
|
|
@@ -10279,7 +10285,7 @@ function Yf(e, s, t, a, n, i) {
|
|
|
10279
10285
|
"data-1p-ignore": i.disabled1Password
|
|
10280
10286
|
}), null, 16, Kf));
|
|
10281
10287
|
}
|
|
10282
|
-
const Pi = /* @__PURE__ */ _(Uf, [["render", Yf], ["__scopeId", "data-v-
|
|
10288
|
+
const Pi = /* @__PURE__ */ _(Uf, [["render", Yf], ["__scopeId", "data-v-ab50438d"]]), Xf = {
|
|
10283
10289
|
name: "EcsPopoverListHeadline",
|
|
10284
10290
|
components: {
|
|
10285
10291
|
EcsButtonCollapse: rs
|
|
@@ -10798,8 +10804,8 @@ const Qf = /* @__PURE__ */ _(Xf, [["render", Zf], ["__scopeId", "data-v-442eb0eb
|
|
|
10798
10804
|
}, og = { class: "ecs-exhibit-sticker-editor" }, lg = ["aria-checked"], rg = ["aria-checked"], cg = ["aria-checked"], dg = ["aria-checked"], ug = { class: "ecs-exhibit-sticker-editor-content" }, fg = { class: "ecs-exhibit-sticker-editor-preview" }, gg = {
|
|
10799
10805
|
key: 0,
|
|
10800
10806
|
class: "page-preview"
|
|
10801
|
-
}, mg = { class: "sticker-content" }, hg = { class: "line-controls line-controls-left" }, pg = { class: "line-input" }, vg = ["value", "onInput", "onFocus", "onKeydown"], yg = ["innerHTML"], bg = { class: "line-controls line-controls-right" }, _g = { class: "line-input" }, kg = ["innerHTML"],
|
|
10802
|
-
function
|
|
10807
|
+
}, mg = { class: "sticker-content" }, hg = { class: "line-controls line-controls-left" }, pg = { class: "line-input" }, vg = ["value", "onInput", "onFocus", "onKeydown"], yg = ["innerHTML"], bg = { class: "line-controls line-controls-right" }, _g = { class: "line-input" }, kg = ["innerHTML"], wg = { style: { width: "240px" } };
|
|
10808
|
+
function xg(e, s, t, a, n, i) {
|
|
10803
10809
|
const l = g("ecs-text-v2"), c = g("ecs-flex-row"), d = g("ecs-button"), m = g("ecs-color-picker"), v = g("ecs-popover"), k = g("ecs-separator"), E = g("ecs-input"), I = g("ecs-popover-list-headline"), B = g("ecs-popover-list-item"), P = g("ecs-popover-list");
|
|
10804
10810
|
return o(), r("div", og, [
|
|
10805
10811
|
t.readOnly ? u("", !0) : (o(), h(c, {
|
|
@@ -10808,9 +10814,9 @@ function wg(e, s, t, a, n, i) {
|
|
|
10808
10814
|
gap: 4,
|
|
10809
10815
|
align: "start"
|
|
10810
10816
|
}, {
|
|
10811
|
-
default:
|
|
10817
|
+
default: w(() => [
|
|
10812
10818
|
b(l, { preset: "label-1" }, {
|
|
10813
|
-
default:
|
|
10819
|
+
default: w(() => s[10] || (s[10] = [
|
|
10814
10820
|
L("Sticker shape")
|
|
10815
10821
|
])),
|
|
10816
10822
|
_: 1
|
|
@@ -10821,7 +10827,7 @@ function wg(e, s, t, a, n, i) {
|
|
|
10821
10827
|
"aria-label": "Sticker shape options",
|
|
10822
10828
|
class: "shape-preview-buttons"
|
|
10823
10829
|
}, {
|
|
10824
|
-
default:
|
|
10830
|
+
default: w(() => [
|
|
10825
10831
|
f("button", {
|
|
10826
10832
|
role: "radio",
|
|
10827
10833
|
class: y(["shape-preview-button", { active: n.localSticker.shape === "roundedRect" }]),
|
|
@@ -10885,7 +10891,7 @@ function wg(e, s, t, a, n, i) {
|
|
|
10885
10891
|
key: 0,
|
|
10886
10892
|
preset: "label-1"
|
|
10887
10893
|
}, {
|
|
10888
|
-
default:
|
|
10894
|
+
default: w(() => s[11] || (s[11] = [
|
|
10889
10895
|
L("Edit content and formatting")
|
|
10890
10896
|
])),
|
|
10891
10897
|
_: 1
|
|
@@ -11032,9 +11038,9 @@ function wg(e, s, t, a, n, i) {
|
|
|
11032
11038
|
justify: "center",
|
|
11033
11039
|
class: "ecs-exhibit-sticker-editor-controls"
|
|
11034
11040
|
}, {
|
|
11035
|
-
default:
|
|
11041
|
+
default: w(() => [
|
|
11036
11042
|
b(v, null, {
|
|
11037
|
-
content:
|
|
11043
|
+
content: w(() => [
|
|
11038
11044
|
b(m, {
|
|
11039
11045
|
modelValue: n.colorPickerValue,
|
|
11040
11046
|
"onUpdate:modelValue": s[5] || (s[5] = (T) => n.colorPickerValue = T),
|
|
@@ -11044,7 +11050,7 @@ function wg(e, s, t, a, n, i) {
|
|
|
11044
11050
|
"disable-custom": !1
|
|
11045
11051
|
}, null, 8, ["modelValue", "swatches"])
|
|
11046
11052
|
]),
|
|
11047
|
-
default:
|
|
11053
|
+
default: w(() => [
|
|
11048
11054
|
f("button", {
|
|
11049
11055
|
class: "color-button",
|
|
11050
11056
|
style: S({ backgroundColor: n.localSticker.color })
|
|
@@ -11073,7 +11079,7 @@ function wg(e, s, t, a, n, i) {
|
|
|
11073
11079
|
width: "1px"
|
|
11074
11080
|
}),
|
|
11075
11081
|
b(c, { gap: 4 }, {
|
|
11076
|
-
default:
|
|
11082
|
+
default: w(() => [
|
|
11077
11083
|
b(E, {
|
|
11078
11084
|
onInput: s[6] || (s[6] = (T) => i.updateFocusedLine("size", parseInt(T.target.value))),
|
|
11079
11085
|
type: "number",
|
|
@@ -11140,12 +11146,12 @@ function wg(e, s, t, a, n, i) {
|
|
|
11140
11146
|
key: 1,
|
|
11141
11147
|
disabled: n.focusedLineIndex === null
|
|
11142
11148
|
}, {
|
|
11143
|
-
content:
|
|
11144
|
-
f("div",
|
|
11149
|
+
content: w(() => [
|
|
11150
|
+
f("div", wg, [
|
|
11145
11151
|
b(P, null, {
|
|
11146
|
-
default:
|
|
11152
|
+
default: w(() => [
|
|
11147
11153
|
b(I, null, {
|
|
11148
|
-
default:
|
|
11154
|
+
default: w(() => s[12] || (s[12] = [
|
|
11149
11155
|
L("Insert Field Value")
|
|
11150
11156
|
])),
|
|
11151
11157
|
_: 1
|
|
@@ -11155,8 +11161,8 @@ function wg(e, s, t, a, n, i) {
|
|
|
11155
11161
|
help: T.value,
|
|
11156
11162
|
onClick: (C) => i.insertVariable(T.variable)
|
|
11157
11163
|
}, {
|
|
11158
|
-
default:
|
|
11159
|
-
L(
|
|
11164
|
+
default: w(() => [
|
|
11165
|
+
L(x(T.name), 1)
|
|
11160
11166
|
]),
|
|
11161
11167
|
_: 2
|
|
11162
11168
|
}, 1032, ["help", "onClick"]))), 128))
|
|
@@ -11165,7 +11171,7 @@ function wg(e, s, t, a, n, i) {
|
|
|
11165
11171
|
})
|
|
11166
11172
|
])
|
|
11167
11173
|
]),
|
|
11168
|
-
default:
|
|
11174
|
+
default: w(() => [
|
|
11169
11175
|
b(d, {
|
|
11170
11176
|
type: "secondary",
|
|
11171
11177
|
icon: "variable",
|
|
@@ -11187,12 +11193,12 @@ function wg(e, s, t, a, n, i) {
|
|
|
11187
11193
|
justify: "center",
|
|
11188
11194
|
class: "ecs-exhibit-sticker-editor-errors"
|
|
11189
11195
|
}, {
|
|
11190
|
-
default:
|
|
11196
|
+
default: w(() => [
|
|
11191
11197
|
b(l, {
|
|
11192
11198
|
preset: "form",
|
|
11193
11199
|
color: "negative"
|
|
11194
11200
|
}, {
|
|
11195
|
-
default:
|
|
11201
|
+
default: w(() => s[13] || (s[13] = [
|
|
11196
11202
|
L(" Your sticker template contains an invalid variable. Please correct the value in order to save. ")
|
|
11197
11203
|
])),
|
|
11198
11204
|
_: 1
|
|
@@ -11203,7 +11209,7 @@ function wg(e, s, t, a, n, i) {
|
|
|
11203
11209
|
])
|
|
11204
11210
|
]);
|
|
11205
11211
|
}
|
|
11206
|
-
const fk = /* @__PURE__ */ _(ag, [["render",
|
|
11212
|
+
const fk = /* @__PURE__ */ _(ag, [["render", xg], ["__scopeId", "data-v-8ad2c071"]]), gk = {
|
|
11207
11213
|
__name: "fill-icon",
|
|
11208
11214
|
props: {
|
|
11209
11215
|
/** The identifier of the icon which should show up. */
|
|
@@ -11410,7 +11416,7 @@ function qg(e, s, t, a, n, i) {
|
|
|
11410
11416
|
}, [
|
|
11411
11417
|
t.hover ? (o(), h(l, { key: 0 })) : u("", !0),
|
|
11412
11418
|
b(_e, { name: "title" }, {
|
|
11413
|
-
default:
|
|
11419
|
+
default: w(() => [
|
|
11414
11420
|
t.showTitleEdit || !t.edit ? (o(), r("div", Eg, [
|
|
11415
11421
|
t.icon ? (o(), h(c, {
|
|
11416
11422
|
key: 0,
|
|
@@ -11487,9 +11493,9 @@ function qg(e, s, t, a, n, i) {
|
|
|
11487
11493
|
id: n.errorId
|
|
11488
11494
|
}, [
|
|
11489
11495
|
Array.isArray(t.error) ? (o(), r("ul", Rg, [
|
|
11490
|
-
(o(!0), r(N, null, J(t.error, (k, E) => (o(), r("li", { key: E },
|
|
11496
|
+
(o(!0), r(N, null, J(t.error, (k, E) => (o(), r("li", { key: E }, x(k), 1))), 128))
|
|
11491
11497
|
])) : (o(), r(N, { key: 1 }, [
|
|
11492
|
-
L(
|
|
11498
|
+
L(x(t.error), 1)
|
|
11493
11499
|
], 64))
|
|
11494
11500
|
], 8, Ag)) : u("", !0),
|
|
11495
11501
|
t.warning && typeof t.warning != "boolean" ? (o(), r("div", {
|
|
@@ -11498,9 +11504,9 @@ function qg(e, s, t, a, n, i) {
|
|
|
11498
11504
|
id: n.warningId
|
|
11499
11505
|
}, [
|
|
11500
11506
|
Array.isArray(t.warning) ? (o(), r("ul", Ng, [
|
|
11501
|
-
(o(!0), r(N, null, J(t.warning, (k, E) => (o(), r("li", { key: E },
|
|
11507
|
+
(o(!0), r(N, null, J(t.warning, (k, E) => (o(), r("li", { key: E }, x(k), 1))), 128))
|
|
11502
11508
|
])) : (o(), r(N, { key: 1 }, [
|
|
11503
|
-
L(
|
|
11509
|
+
L(x(t.warning), 1)
|
|
11504
11510
|
], 64))
|
|
11505
11511
|
], 8, Dg)) : u("", !0),
|
|
11506
11512
|
e.$slots.collapse ? (o(), r("div", {
|
|
@@ -11512,7 +11518,7 @@ function qg(e, s, t, a, n, i) {
|
|
|
11512
11518
|
p(e.$slots, "collapse", {}, void 0, !0)
|
|
11513
11519
|
], 10, Vg)) : u("", !0),
|
|
11514
11520
|
b(_e, { name: "edit" }, {
|
|
11515
|
-
default:
|
|
11521
|
+
default: w(() => [
|
|
11516
11522
|
e.$slots.edit && t.edit ? (o(), r("div", {
|
|
11517
11523
|
key: 0,
|
|
11518
11524
|
style: S({ maxHeight: n.editHeight + "px" }),
|
|
@@ -11947,8 +11953,8 @@ function cm(e, s, t, a, n, i) {
|
|
|
11947
11953
|
preset: "headline-5",
|
|
11948
11954
|
class: "ecs-folder-selector-title"
|
|
11949
11955
|
}, {
|
|
11950
|
-
default:
|
|
11951
|
-
L(
|
|
11956
|
+
default: w(() => [
|
|
11957
|
+
L(x(t.title), 1)
|
|
11952
11958
|
]),
|
|
11953
11959
|
_: 1
|
|
11954
11960
|
})) : t.searchable ? (o(), h(c, {
|
|
@@ -11978,7 +11984,7 @@ function cm(e, s, t, a, n, i) {
|
|
|
11978
11984
|
class: "ecs-folder-selector-add",
|
|
11979
11985
|
"focus-inset": 0
|
|
11980
11986
|
}, {
|
|
11981
|
-
default:
|
|
11987
|
+
default: w(() => s[1] || (s[1] = [
|
|
11982
11988
|
L("Add Folder")
|
|
11983
11989
|
])),
|
|
11984
11990
|
_: 1
|
|
@@ -11989,11 +11995,11 @@ function cm(e, s, t, a, n, i) {
|
|
|
11989
11995
|
padding: t.framed ? "8px" : "0",
|
|
11990
11996
|
borderless: ""
|
|
11991
11997
|
}, {
|
|
11992
|
-
default:
|
|
11998
|
+
default: w(() => [
|
|
11993
11999
|
t.loading ? (o(), h(m, {
|
|
11994
12000
|
key: 0,
|
|
11995
12001
|
type: "loading"
|
|
11996
|
-
})) : e.$slots.default ? p(e.$slots, "default", { key: 1 }, void 0, !0) : (o(), r("div", rm,
|
|
12002
|
+
})) : e.$slots.default ? p(e.$slots, "default", { key: 1 }, void 0, !0) : (o(), r("div", rm, x(t.emptyMessage), 1))
|
|
11997
12003
|
]),
|
|
11998
12004
|
_: 3
|
|
11999
12005
|
}, 8, ["style", "padding"])
|
|
@@ -12100,11 +12106,11 @@ function km(e, s, t, a, n, i) {
|
|
|
12100
12106
|
class: y(["ecs-form-set", t.error ? "error" : ""]),
|
|
12101
12107
|
"aria-invalid": t.error || null
|
|
12102
12108
|
}, [
|
|
12103
|
-
f("legend", _m,
|
|
12109
|
+
f("legend", _m, x(t.title), 1),
|
|
12104
12110
|
p(e.$slots, "default", {}, void 0, !0)
|
|
12105
12111
|
], 10, bm);
|
|
12106
12112
|
}
|
|
12107
|
-
const bk = /* @__PURE__ */ _(ym, [["render", km], ["__scopeId", "data-v-c9188464"]]),
|
|
12113
|
+
const bk = /* @__PURE__ */ _(ym, [["render", km], ["__scopeId", "data-v-c9188464"]]), wm = {
|
|
12108
12114
|
name: "ecs-highlight",
|
|
12109
12115
|
props: {
|
|
12110
12116
|
/** Makes the highlight area visible. */
|
|
@@ -12175,12 +12181,12 @@ const bk = /* @__PURE__ */ _(ym, [["render", km], ["__scopeId", "data-v-c9188464
|
|
|
12175
12181
|
}
|
|
12176
12182
|
}
|
|
12177
12183
|
};
|
|
12178
|
-
function
|
|
12184
|
+
function xm(e, s, t, a, n, i) {
|
|
12179
12185
|
return o(), h(_e, {
|
|
12180
12186
|
name: "fade",
|
|
12181
12187
|
appear: ""
|
|
12182
12188
|
}, {
|
|
12183
|
-
default:
|
|
12189
|
+
default: w(() => [
|
|
12184
12190
|
i.showHighlight ? (o(), r("div", {
|
|
12185
12191
|
key: 0,
|
|
12186
12192
|
class: y(["ecs-highlight", [i.classes]]),
|
|
@@ -12192,7 +12198,7 @@ function wm(e, s, t, a, n, i) {
|
|
|
12192
12198
|
_: 3
|
|
12193
12199
|
});
|
|
12194
12200
|
}
|
|
12195
|
-
const _k = /* @__PURE__ */ _(
|
|
12201
|
+
const _k = /* @__PURE__ */ _(wm, [["render", xm], ["__scopeId", "data-v-ad0ca7b9"]]), Sm = {
|
|
12196
12202
|
name: "EcsIllustration",
|
|
12197
12203
|
props: {
|
|
12198
12204
|
/** The type of illustration to be shown. */
|
|
@@ -12297,15 +12303,15 @@ const Tm = /* @__PURE__ */ _(zm, [["render", Em], ["__scopeId", "data-v-e0681f01
|
|
|
12297
12303
|
function Am(e, s, t, a, n, i) {
|
|
12298
12304
|
const l = g("ecs-button-toolbar-group"), c = g("ecs-flex-row"), d = g("ecs-flex-col"), m = g("ecs-toolbar");
|
|
12299
12305
|
return o(), h(m, { class: "ecs-index-toolbar" }, {
|
|
12300
|
-
default:
|
|
12306
|
+
default: w(() => [
|
|
12301
12307
|
b(c, { class: "ecs-index-toolbar-content" }, {
|
|
12302
|
-
default:
|
|
12308
|
+
default: w(() => [
|
|
12303
12309
|
b(d, {
|
|
12304
12310
|
columns: i.hasRightSections ? 9 : 12
|
|
12305
12311
|
}, {
|
|
12306
|
-
default:
|
|
12312
|
+
default: w(() => [
|
|
12307
12313
|
e.$slots.searchbuttons ? (o(), h(l, { key: 0 }, {
|
|
12308
|
-
default:
|
|
12314
|
+
default: w(() => [
|
|
12309
12315
|
p(e.$slots, "searchbuttons", {}, void 0, !0)
|
|
12310
12316
|
]),
|
|
12311
12317
|
_: 3
|
|
@@ -12318,9 +12324,9 @@ function Am(e, s, t, a, n, i) {
|
|
|
12318
12324
|
gap: 4,
|
|
12319
12325
|
class: "ecs-toolbar-search-results"
|
|
12320
12326
|
}, {
|
|
12321
|
-
default:
|
|
12322
|
-
f("span", Mm,
|
|
12323
|
-
f("span", Om,
|
|
12327
|
+
default: w(() => [
|
|
12328
|
+
f("span", Mm, x(t.count), 1),
|
|
12329
|
+
f("span", Om, x(t.type), 1)
|
|
12324
12330
|
]),
|
|
12325
12331
|
_: 1
|
|
12326
12332
|
})) : u("", !0)
|
|
@@ -12332,12 +12338,12 @@ function Am(e, s, t, a, n, i) {
|
|
|
12332
12338
|
columns: 3,
|
|
12333
12339
|
class: "ecs-index-toolbar-right-sections"
|
|
12334
12340
|
}, {
|
|
12335
|
-
default:
|
|
12341
|
+
default: w(() => [
|
|
12336
12342
|
b(c, {
|
|
12337
12343
|
gap: 8,
|
|
12338
12344
|
class: "ecs-toolbar-right-section"
|
|
12339
12345
|
}, {
|
|
12340
|
-
default:
|
|
12346
|
+
default: w(() => [
|
|
12341
12347
|
p(e.$slots, "actions-left", {}, void 0, !0)
|
|
12342
12348
|
]),
|
|
12343
12349
|
_: 3
|
|
@@ -12346,7 +12352,7 @@ function Am(e, s, t, a, n, i) {
|
|
|
12346
12352
|
gap: 8,
|
|
12347
12353
|
class: "ecs-toolbar-right-section"
|
|
12348
12354
|
}, {
|
|
12349
|
-
default:
|
|
12355
|
+
default: w(() => [
|
|
12350
12356
|
p(e.$slots, "actions-right", {}, void 0, !0)
|
|
12351
12357
|
]),
|
|
12352
12358
|
_: 3
|
|
@@ -12481,7 +12487,7 @@ function Hm(e, s, t, a, n, i) {
|
|
|
12481
12487
|
], 10, Fm)) : u("", !0)
|
|
12482
12488
|
], 2);
|
|
12483
12489
|
}
|
|
12484
|
-
const
|
|
12490
|
+
const wk = /* @__PURE__ */ _(Rm, [["render", Hm], ["__scopeId", "data-v-3fb03d5e"]]), qm = {
|
|
12485
12491
|
name: "ecs-info-tooltip",
|
|
12486
12492
|
emits: ["click"],
|
|
12487
12493
|
components: {
|
|
@@ -12528,7 +12534,7 @@ function $m(e, s, t, a, n, i) {
|
|
|
12528
12534
|
}, null, 8, ["type"])
|
|
12529
12535
|
], 6);
|
|
12530
12536
|
}
|
|
12531
|
-
const
|
|
12537
|
+
const xk = /* @__PURE__ */ _(qm, [["render", $m], ["__scopeId", "data-v-ba171c2e"]]), Wm = {
|
|
12532
12538
|
name: "ecs-input-group-addon",
|
|
12533
12539
|
components: { EcsIcon: O },
|
|
12534
12540
|
props: {
|
|
@@ -12661,7 +12667,7 @@ function Qm(e, s, t, a, n, i) {
|
|
|
12661
12667
|
value: t.value,
|
|
12662
12668
|
onInput: s[0] || (s[0] = (...l) => i.changeValue && i.changeValue(...l))
|
|
12663
12669
|
}, e.$attrs), null, 16, Jm),
|
|
12664
|
-
f("label", { for: n.uniqueId },
|
|
12670
|
+
f("label", { for: n.uniqueId }, x(t.label), 9, Zm)
|
|
12665
12671
|
]);
|
|
12666
12672
|
}
|
|
12667
12673
|
const Bk = /* @__PURE__ */ _(Ym, [["render", Qm], ["__scopeId", "data-v-dfa713b3"]]), eh = {
|
|
@@ -12745,7 +12751,7 @@ function ah(e, s, t, a, n, i) {
|
|
|
12745
12751
|
class: "inplace-container",
|
|
12746
12752
|
onEnter: i.enter
|
|
12747
12753
|
}, {
|
|
12748
|
-
default:
|
|
12754
|
+
default: w(() => [
|
|
12749
12755
|
i.currentSlot ? (o(), r("div", {
|
|
12750
12756
|
key: n.currentIndex,
|
|
12751
12757
|
class: "inplace-item",
|
|
@@ -12832,7 +12838,7 @@ const Ik = /* @__PURE__ */ _(sh, [["render", ah]]), oh = {
|
|
|
12832
12838
|
function ch(e, s, t, a, n, i) {
|
|
12833
12839
|
const l = g("ecs-button-toolbar"), c = g("ecs-button-toolbar-group");
|
|
12834
12840
|
return o(), h(c, { class: "ecs-viewer-toolbar-jumper" }, {
|
|
12835
|
-
default:
|
|
12841
|
+
default: w(() => [
|
|
12836
12842
|
b(l, {
|
|
12837
12843
|
onClick: s[0] || (s[0] = (d) => e.$emit("goToPrev")),
|
|
12838
12844
|
disabled: i.disabledPrev,
|
|
@@ -12850,9 +12856,9 @@ function ch(e, s, t, a, n, i) {
|
|
|
12850
12856
|
class: y(["ecs-viewer-toolbar-jumper-input", { disabled: t.disabled }]),
|
|
12851
12857
|
disabled: t.navigating || t.disabled,
|
|
12852
12858
|
id: "currEntry"
|
|
12853
|
-
},
|
|
12859
|
+
}, x(t.currentEntry), 43, rh),
|
|
12854
12860
|
s[5] || (s[5] = L(" / ")),
|
|
12855
|
-
f("div", null,
|
|
12861
|
+
f("div", null, x(t.totalEntries), 1)
|
|
12856
12862
|
])) : u("", !0),
|
|
12857
12863
|
b(l, {
|
|
12858
12864
|
onClick: s[4] || (s[4] = (d) => e.$emit("goToNext")),
|
|
@@ -12950,7 +12956,7 @@ const Ek = /* @__PURE__ */ _(oh, [["render", ch], ["__scopeId", "data-v-d9c9eec2
|
|
|
12950
12956
|
function hh(e, s, t, a, n, i) {
|
|
12951
12957
|
const l = g("ecs-button-toolbar"), c = g("ecs-button-toolbar-group");
|
|
12952
12958
|
return o(), h(c, { class: "ecs-jumper" }, {
|
|
12953
|
-
default:
|
|
12959
|
+
default: w(() => [
|
|
12954
12960
|
b(l, {
|
|
12955
12961
|
onClick: i.previousSearchResult,
|
|
12956
12962
|
disabled: t.maxCount == 0 || t.enableDisabled && t.currentCount <= 1 || null,
|
|
@@ -12959,8 +12965,8 @@ function hh(e, s, t, a, n, i) {
|
|
|
12959
12965
|
class: "ecs-jumper-previous"
|
|
12960
12966
|
}, null, 8, ["onClick", "disabled", "title", "aria-label"]),
|
|
12961
12967
|
t.showCount && !t.inputPagination ? (o(), r("div", uh, [
|
|
12962
|
-
f("span", fh,
|
|
12963
|
-
f("span", gh, "/" +
|
|
12968
|
+
f("span", fh, x(i.currentPosition), 1),
|
|
12969
|
+
f("span", gh, "/" + x(t.maxCount), 1)
|
|
12964
12970
|
])) : u("", !0),
|
|
12965
12971
|
t.inputPagination ? (o(), r("div", mh, [
|
|
12966
12972
|
f("div", {
|
|
@@ -12968,9 +12974,9 @@ function hh(e, s, t, a, n, i) {
|
|
|
12968
12974
|
onKeydown: s[1] || (s[1] = (...d) => i.setSearchResultCount && i.setSearchResultCount(...d)),
|
|
12969
12975
|
class: "ecs-jumper-count-input",
|
|
12970
12976
|
contenteditable: !0
|
|
12971
|
-
},
|
|
12977
|
+
}, x(t.currentCount), 33),
|
|
12972
12978
|
s[2] || (s[2] = L(" of ")),
|
|
12973
|
-
f("div", null,
|
|
12979
|
+
f("div", null, x(t.maxCount), 1)
|
|
12974
12980
|
])) : u("", !0),
|
|
12975
12981
|
b(l, {
|
|
12976
12982
|
onClick: i.nextSearchResult,
|
|
@@ -13043,11 +13049,11 @@ const Tk = /* @__PURE__ */ _(dh, [["render", hh], ["__scopeId", "data-v-d7f79667
|
|
|
13043
13049
|
this.$emit("currentPageKeyPressed", e), e.stopPropagation(), e.key == "Enter" && e.preventDefault();
|
|
13044
13050
|
}
|
|
13045
13051
|
}
|
|
13046
|
-
}, vh = { class: "ecs-viewer-pages" }, yh = { class: "ecs-viewer-pages-inner" }, bh = { class: "ecs-viewer-pages-pagination" }, _h = ["contenteditable"], kh = { class: "total-pages" },
|
|
13052
|
+
}, vh = { class: "ecs-viewer-pages" }, yh = { class: "ecs-viewer-pages-inner" }, bh = { class: "ecs-viewer-pages-pagination" }, _h = ["contenteditable"], kh = { class: "total-pages" }, wh = {
|
|
13047
13053
|
key: 0,
|
|
13048
13054
|
class: "page-missing-gaps",
|
|
13049
13055
|
title: "This transcript has missing page gaps"
|
|
13050
|
-
},
|
|
13056
|
+
}, xh = { class: "ecs-viewer-pages-pagination" }, Sh = { class: "total-pages-relative" }, Ch = { class: "total-pages-relative" }, Bh = {
|
|
13051
13057
|
key: 1,
|
|
13052
13058
|
class: "ecs-viewer-pages-pagination"
|
|
13053
13059
|
}, zh = ["innerHTML"], Ih = { class: "total-pages" };
|
|
@@ -13063,13 +13069,13 @@ function Eh(e, s, t, a, n, i) {
|
|
|
13063
13069
|
contenteditable: !t.disabled,
|
|
13064
13070
|
class: y(["current-page", { disabled: t.disabled }]),
|
|
13065
13071
|
id: "currPage"
|
|
13066
|
-
},
|
|
13067
|
-
f("div", kh, "of " +
|
|
13068
|
-
t.isTranscriptMissingPages ? (o(), r("span",
|
|
13072
|
+
}, x(t.currentPage), 43, _h),
|
|
13073
|
+
f("div", kh, "of " + x(t.lastPage), 1),
|
|
13074
|
+
t.isTranscriptMissingPages ? (o(), r("span", wh, "*")) : u("", !0)
|
|
13069
13075
|
]),
|
|
13070
|
-
f("div",
|
|
13071
|
-
f("div", Sh,
|
|
13072
|
-
f("div", Ch, "of " +
|
|
13076
|
+
f("div", xh, [
|
|
13077
|
+
f("div", Sh, x(i.altPageNumber) + " ", 1),
|
|
13078
|
+
f("div", Ch, "of " + x(t.pageCount), 1)
|
|
13073
13079
|
])
|
|
13074
13080
|
], 64)) : (o(), r("div", Bh, [
|
|
13075
13081
|
f("div", {
|
|
@@ -13081,7 +13087,7 @@ function Eh(e, s, t, a, n, i) {
|
|
|
13081
13087
|
class: "current-page",
|
|
13082
13088
|
id: "currPage"
|
|
13083
13089
|
}, null, 40, zh),
|
|
13084
|
-
f("div", Ih, "of " +
|
|
13090
|
+
f("div", Ih, "of " + x(t.pageCount), 1)
|
|
13085
13091
|
]))
|
|
13086
13092
|
])
|
|
13087
13093
|
]);
|
|
@@ -13486,7 +13492,7 @@ const Lh = /* @__PURE__ */ _(Th, [["render", Ph]]), Mh = {
|
|
|
13486
13492
|
},
|
|
13487
13493
|
computed: {
|
|
13488
13494
|
sidebarPosition() {
|
|
13489
|
-
return this.overlaySidebar && this.$slots.sidebar ? "bottom: 40px;" : "bottom: 0px;";
|
|
13495
|
+
return this.overlaySidebar && this.$slots.sidebar && this.$slots.pagination ? "bottom: 40px;" : "bottom: 0px;";
|
|
13490
13496
|
},
|
|
13491
13497
|
hasSecondaryPane() {
|
|
13492
13498
|
return !!this.$slots.secondaryPane;
|
|
@@ -13547,7 +13553,7 @@ function Vh(e, s, t, a, n, i) {
|
|
|
13547
13553
|
onPaneRemove: i.onPaneRemove,
|
|
13548
13554
|
pushOtherPanes: !1
|
|
13549
13555
|
}, {
|
|
13550
|
-
default:
|
|
13556
|
+
default: w(() => {
|
|
13551
13557
|
var d, m, v;
|
|
13552
13558
|
return [
|
|
13553
13559
|
b(l, {
|
|
@@ -13556,7 +13562,7 @@ function Vh(e, s, t, a, n, i) {
|
|
|
13556
13562
|
maxSize: t.splitPaneSizes[0].maxSize,
|
|
13557
13563
|
class: "ecs-index-layout-table scrollbar"
|
|
13558
13564
|
}, {
|
|
13559
|
-
default:
|
|
13565
|
+
default: w(() => [
|
|
13560
13566
|
p(e.$slots, "default", {}, void 0, !0)
|
|
13561
13567
|
]),
|
|
13562
13568
|
_: 3
|
|
@@ -13568,7 +13574,7 @@ function Vh(e, s, t, a, n, i) {
|
|
|
13568
13574
|
maxSize: t.splitPaneSizes[1].maxSize,
|
|
13569
13575
|
style: S(t.overlaySidebar && e.$slots.sidebar ? { "--padding-right": e.$slots.secondaryPane ? "0px" : "54px" } : {})
|
|
13570
13576
|
}, {
|
|
13571
|
-
default:
|
|
13577
|
+
default: w(() => [
|
|
13572
13578
|
p(e.$slots, "pane", {}, void 0, !0)
|
|
13573
13579
|
]),
|
|
13574
13580
|
_: 3
|
|
@@ -13580,7 +13586,7 @@ function Vh(e, s, t, a, n, i) {
|
|
|
13580
13586
|
maxSize: (v = t.splitPaneSizes[2]) == null ? void 0 : v.maxSize,
|
|
13581
13587
|
style: S(t.overlaySidebar && e.$slots.sidebar ? { "--padding-right": "54px" } : {})
|
|
13582
13588
|
}, {
|
|
13583
|
-
default:
|
|
13589
|
+
default: w(() => [
|
|
13584
13590
|
p(e.$slots, "secondaryPane", {}, void 0, !0)
|
|
13585
13591
|
]),
|
|
13586
13592
|
_: 3
|
|
@@ -13605,7 +13611,7 @@ function Vh(e, s, t, a, n, i) {
|
|
|
13605
13611
|
], 2)
|
|
13606
13612
|
], 10, Ah);
|
|
13607
13613
|
}
|
|
13608
|
-
const Lk = /* @__PURE__ */ _(Oh, [["render", Vh], ["__scopeId", "data-v-
|
|
13614
|
+
const Lk = /* @__PURE__ */ _(Oh, [["render", Vh], ["__scopeId", "data-v-a79cf022"]]), Fh = {
|
|
13609
13615
|
name: "ecs-layout-directory",
|
|
13610
13616
|
props: {
|
|
13611
13617
|
/** Adds some inner padding to the index content area. Should be used for non-table indexes. */
|
|
@@ -13731,7 +13737,7 @@ function ep(e, s, t, a, n, i) {
|
|
|
13731
13737
|
}, null, 8, ["onClick", "type", "active", "aria-label", "title", "aria-controls"])) : u("", !0)
|
|
13732
13738
|
])) : u("", !0),
|
|
13733
13739
|
b(_e, { name: n.statisticsBarTransition }, {
|
|
13734
|
-
default:
|
|
13740
|
+
default: w(() => [
|
|
13735
13741
|
e.$slots.statistics && n.showStatistics ? (o(), r("div", {
|
|
13736
13742
|
key: 0,
|
|
13737
13743
|
class: "ecs-data-layout-statistics scrollbar scrollbar-sml vertical",
|
|
@@ -13747,7 +13753,7 @@ function ep(e, s, t, a, n, i) {
|
|
|
13747
13753
|
key: 1,
|
|
13748
13754
|
padding: t.actionbarPadding
|
|
13749
13755
|
}, {
|
|
13750
|
-
default:
|
|
13756
|
+
default: w(() => [
|
|
13751
13757
|
p(e.$slots, "actionbar", {}, void 0, !0)
|
|
13752
13758
|
]),
|
|
13753
13759
|
_: 3
|
|
@@ -13852,19 +13858,19 @@ function lp(e, s, t, a, n, i) {
|
|
|
13852
13858
|
]]),
|
|
13853
13859
|
gap: 8
|
|
13854
13860
|
}, {
|
|
13855
|
-
default:
|
|
13861
|
+
default: w(() => [
|
|
13856
13862
|
f("div", {
|
|
13857
13863
|
class: y(["ecs-legend-item-color", t.type]),
|
|
13858
13864
|
style: S({ backgroundColor: t.color })
|
|
13859
13865
|
}, null, 6),
|
|
13860
13866
|
f("div", sp, [
|
|
13861
|
-
f("div", ip,
|
|
13867
|
+
f("div", ip, x(t.label), 1),
|
|
13862
13868
|
e.$slots.label ? (o(), r("div", np, [
|
|
13863
13869
|
p(e.$slots, "label", {}, void 0, !0)
|
|
13864
13870
|
])) : u("", !0)
|
|
13865
13871
|
]),
|
|
13866
|
-
t.count ? (o(), r("div", ap,
|
|
13867
|
-
t.percentage ? (o(), r("div", op,
|
|
13872
|
+
t.count ? (o(), r("div", ap, x(t.count), 1)) : u("", !0),
|
|
13873
|
+
t.percentage ? (o(), r("div", op, x(i.percentageLabel), 1)) : u("", !0),
|
|
13868
13874
|
t.highlight || t.hover ? (o(), r("div", {
|
|
13869
13875
|
key: 2,
|
|
13870
13876
|
class: "ecs-legend-item-highlight",
|
|
@@ -13945,7 +13951,7 @@ function gp(e, s, t, a, n, i) {
|
|
|
13945
13951
|
gap: 8,
|
|
13946
13952
|
style: S(i.padding)
|
|
13947
13953
|
}, {
|
|
13948
|
-
default:
|
|
13954
|
+
default: w(() => [
|
|
13949
13955
|
t.variant === "indicator" ? (o(), r("div", cp)) : u("", !0),
|
|
13950
13956
|
t.loading && t.type != "blank" ? (o(), h(l, {
|
|
13951
13957
|
key: 1,
|
|
@@ -13975,8 +13981,8 @@ function gp(e, s, t, a, n, i) {
|
|
|
13975
13981
|
key: 0,
|
|
13976
13982
|
onClick: s[0] || (s[0] = (m) => n.expanded = !n.expanded),
|
|
13977
13983
|
class: "ecs-log-message-collapse-button"
|
|
13978
|
-
},
|
|
13979
|
-
f("div", fp,
|
|
13984
|
+
}, x(t.collapseButtonText), 1)) : u("", !0),
|
|
13985
|
+
f("div", fp, x(t.meta), 1)
|
|
13980
13986
|
])) : u("", !0)
|
|
13981
13987
|
]),
|
|
13982
13988
|
_: 3
|
|
@@ -14084,9 +14090,9 @@ const Dk = /* @__PURE__ */ _(mp, [["render", vp], ["__scopeId", "data-v-219f95e2
|
|
|
14084
14090
|
key: 1,
|
|
14085
14091
|
class: "ecs-modal-footer-wrap"
|
|
14086
14092
|
};
|
|
14087
|
-
function
|
|
14093
|
+
function wp(e, s, t, a, n, i) {
|
|
14088
14094
|
return o(), h(_e, { name: "dialog-fade" }, {
|
|
14089
|
-
default:
|
|
14095
|
+
default: w(() => [
|
|
14090
14096
|
n.isShown ? (o(), r("div", {
|
|
14091
14097
|
key: 0,
|
|
14092
14098
|
class: y(["ecs-modal", [i.typeClass, t.clickthrough ? "ecs-modal-click-through" : ""]])
|
|
@@ -14111,7 +14117,7 @@ function xp(e, s, t, a, n, i) {
|
|
|
14111
14117
|
_: 3
|
|
14112
14118
|
});
|
|
14113
14119
|
}
|
|
14114
|
-
const Nk = /* @__PURE__ */ _(yp, [["render",
|
|
14120
|
+
const Nk = /* @__PURE__ */ _(yp, [["render", wp], ["__scopeId", "data-v-185a1041"]]), xp = {
|
|
14115
14121
|
name: "ecs-modal-header",
|
|
14116
14122
|
emits: ["close"],
|
|
14117
14123
|
components: {
|
|
@@ -14182,7 +14188,7 @@ function zp(e, s, t, a, n, i) {
|
|
|
14182
14188
|
])) : u("", !0)
|
|
14183
14189
|
], 2);
|
|
14184
14190
|
}
|
|
14185
|
-
const Vk = /* @__PURE__ */ _(
|
|
14191
|
+
const Vk = /* @__PURE__ */ _(xp, [["render", zp], ["__scopeId", "data-v-ed6067fe"]]), Ip = {
|
|
14186
14192
|
name: "ecs-modal-footer"
|
|
14187
14193
|
}, Ep = { class: "ecs-modal-footer" }, Tp = {
|
|
14188
14194
|
key: 0,
|
|
@@ -14282,7 +14288,7 @@ function Ap(e, s, t, a, n, i) {
|
|
|
14282
14288
|
return o(), r("div", {
|
|
14283
14289
|
class: y(["ecs-form-select-text", [i.sizeClass, t.disabled ? "disabled" : null]])
|
|
14284
14290
|
}, [
|
|
14285
|
-
f("span", null,
|
|
14291
|
+
f("span", null, x(n.selectedText), 1),
|
|
14286
14292
|
b(l, {
|
|
14287
14293
|
type: "chevron-down",
|
|
14288
14294
|
size: i.chevronSize
|
|
@@ -14385,7 +14391,7 @@ function $p(e, s, t, a, n, i) {
|
|
|
14385
14391
|
size: "20",
|
|
14386
14392
|
color: "#FFF"
|
|
14387
14393
|
}, null, 8, ["type"]),
|
|
14388
|
-
t.operator && !t.operatorSelect && !t.operatorSwitch ? (o(), r("div", Vp,
|
|
14394
|
+
t.operator && !t.operatorSelect && !t.operatorSwitch ? (o(), r("div", Vp, x(t.operator), 1)) : u("", !0),
|
|
14389
14395
|
t.operatorSelect ? (o(), h(c, {
|
|
14390
14396
|
key: 1,
|
|
14391
14397
|
onChange: i.handleOperatorChange,
|
|
@@ -14393,11 +14399,11 @@ function $p(e, s, t, a, n, i) {
|
|
|
14393
14399
|
value: t.operator,
|
|
14394
14400
|
class: "operator-select"
|
|
14395
14401
|
}, {
|
|
14396
|
-
default:
|
|
14402
|
+
default: w(() => [
|
|
14397
14403
|
(o(!0), r(N, null, J(t.operatorSelectOptions, (m) => (o(), r("option", {
|
|
14398
14404
|
value: m,
|
|
14399
14405
|
key: m
|
|
14400
|
-
},
|
|
14406
|
+
}, x(m), 9, Fp))), 128))
|
|
14401
14407
|
]),
|
|
14402
14408
|
_: 1
|
|
14403
14409
|
}, 8, ["onChange", "value"])) : u("", !0),
|
|
@@ -14424,7 +14430,7 @@ function $p(e, s, t, a, n, i) {
|
|
|
14424
14430
|
], 2)) : u("", !0)
|
|
14425
14431
|
])) : u("", !0),
|
|
14426
14432
|
f("div", Hp, [
|
|
14427
|
-
t.descriptor ? (o(), r("div", qp,
|
|
14433
|
+
t.descriptor ? (o(), r("div", qp, x(t.descriptor), 1)) : u("", !0),
|
|
14428
14434
|
p(e.$slots, "default", {}, void 0, !0),
|
|
14429
14435
|
f("button", {
|
|
14430
14436
|
onClick: s[1] || (s[1] = (m) => e.$emit("remove", m)),
|
|
@@ -14510,7 +14516,7 @@ function Yp(e, s, t, a, n, i) {
|
|
|
14510
14516
|
gap: 8,
|
|
14511
14517
|
class: "ecs-multiselect-option-content"
|
|
14512
14518
|
}, {
|
|
14513
|
-
default:
|
|
14519
|
+
default: w(() => [
|
|
14514
14520
|
t.icon ? (o(), h(l, {
|
|
14515
14521
|
key: 0,
|
|
14516
14522
|
type: t.icon,
|
|
@@ -14527,8 +14533,8 @@ function Yp(e, s, t, a, n, i) {
|
|
|
14527
14533
|
class: y(["ecs-multiselect-option-help", t.icon ? "has-icon" : ""])
|
|
14528
14534
|
}, [
|
|
14529
14535
|
b(d, { preset: "form" }, {
|
|
14530
|
-
default:
|
|
14531
|
-
L(
|
|
14536
|
+
default: w(() => [
|
|
14537
|
+
L(x(t.help), 1)
|
|
14532
14538
|
]),
|
|
14533
14539
|
_: 1
|
|
14534
14540
|
})
|
|
@@ -14713,7 +14719,7 @@ function fv(e, s, t, a, n, i) {
|
|
|
14713
14719
|
name: "fade",
|
|
14714
14720
|
appear: ""
|
|
14715
14721
|
}, {
|
|
14716
|
-
default:
|
|
14722
|
+
default: w(() => [
|
|
14717
14723
|
n.isShown ? (o(), r("div", {
|
|
14718
14724
|
key: 0,
|
|
14719
14725
|
class: "ecs-overlay",
|
|
@@ -14732,10 +14738,10 @@ function fv(e, s, t, a, n, i) {
|
|
|
14732
14738
|
}, null, 8, ["type"])) : u("", !0),
|
|
14733
14739
|
f("div", null, [
|
|
14734
14740
|
f("span", Zp, [
|
|
14735
|
-
t.headerTitleEmphasized ? (o(), r("span", Qp,
|
|
14736
|
-
L(" " +
|
|
14741
|
+
t.headerTitleEmphasized ? (o(), r("span", Qp, x(t.headerTitleEmphasized), 1)) : u("", !0),
|
|
14742
|
+
L(" " + x(t.headerTitle), 1)
|
|
14737
14743
|
]),
|
|
14738
|
-
t.headerTitleSubline ? (o(), r("span", ev,
|
|
14744
|
+
t.headerTitleSubline ? (o(), r("span", ev, x(t.headerTitleSubline), 1)) : u("", !0)
|
|
14739
14745
|
])
|
|
14740
14746
|
]),
|
|
14741
14747
|
e.$slots.headercontrols ? (o(), r("div", tv, [
|
|
@@ -14757,8 +14763,8 @@ function fv(e, s, t, a, n, i) {
|
|
|
14757
14763
|
disabled: t.closeDisabled || null,
|
|
14758
14764
|
icon: "close"
|
|
14759
14765
|
}, {
|
|
14760
|
-
default:
|
|
14761
|
-
L(
|
|
14766
|
+
default: w(() => [
|
|
14767
|
+
L(x(t.closeText), 1)
|
|
14762
14768
|
]),
|
|
14763
14769
|
_: 1
|
|
14764
14770
|
}, 8, ["disabled"])
|
|
@@ -14770,7 +14776,7 @@ function fv(e, s, t, a, n, i) {
|
|
|
14770
14776
|
border: [0, 0, 1, 0],
|
|
14771
14777
|
class: "ecs-overlay-alert"
|
|
14772
14778
|
}, {
|
|
14773
|
-
default:
|
|
14779
|
+
default: w(() => [
|
|
14774
14780
|
p(e.$slots, "alert", {}, void 0, !0)
|
|
14775
14781
|
]),
|
|
14776
14782
|
_: 3
|
|
@@ -14797,7 +14803,7 @@ function fv(e, s, t, a, n, i) {
|
|
|
14797
14803
|
p(e.$slots, "sidebar", {}, void 0, !0)
|
|
14798
14804
|
])) : u("", !0),
|
|
14799
14805
|
b(_e, { name: "slide" }, {
|
|
14800
|
-
default:
|
|
14806
|
+
default: w(() => [
|
|
14801
14807
|
We(f("div", av, [
|
|
14802
14808
|
p(e.$slots, "sidebar", {}, void 0, !0)
|
|
14803
14809
|
], 512), [
|
|
@@ -14951,10 +14957,10 @@ function bv(e, s, t, a, n, i) {
|
|
|
14951
14957
|
class: "ecs-pagination-nav",
|
|
14952
14958
|
style: S({ minWidth: t.tabsSpacing - 4 + "px" })
|
|
14953
14959
|
}, {
|
|
14954
|
-
default:
|
|
14960
|
+
default: w(() => [
|
|
14955
14961
|
t.type == "paginated" ? (o(), r(N, { key: 0 }, [
|
|
14956
14962
|
b(c, null, {
|
|
14957
|
-
default:
|
|
14963
|
+
default: w(() => [
|
|
14958
14964
|
b(l, {
|
|
14959
14965
|
onClick: s[0] || (s[0] = (m) => e.$emit("firstPage", m)),
|
|
14960
14966
|
disabled: i.disabledPrev,
|
|
@@ -14979,7 +14985,7 @@ function bv(e, s, t, a, n, i) {
|
|
|
14979
14985
|
_: 1
|
|
14980
14986
|
}),
|
|
14981
14987
|
b(c, { gap: 4 }, {
|
|
14982
|
-
default:
|
|
14988
|
+
default: w(() => [
|
|
14983
14989
|
s[7] || (s[7] = f("span", null, "Page", -1)),
|
|
14984
14990
|
b(d, {
|
|
14985
14991
|
modelValue: n.updatedCurrentPage,
|
|
@@ -14987,21 +14993,21 @@ function bv(e, s, t, a, n, i) {
|
|
|
14987
14993
|
disabled: i.disabledPageSelect,
|
|
14988
14994
|
size: "sml"
|
|
14989
14995
|
}, {
|
|
14990
|
-
default:
|
|
14996
|
+
default: w(() => [
|
|
14991
14997
|
(o(!0), r(N, null, J(t.totalPages, (m) => (o(), r("option", {
|
|
14992
14998
|
key: m,
|
|
14993
14999
|
value: m,
|
|
14994
15000
|
selected: m === t.currentPage
|
|
14995
|
-
},
|
|
15001
|
+
}, x(m), 9, mv))), 128))
|
|
14996
15002
|
]),
|
|
14997
15003
|
_: 1
|
|
14998
15004
|
}, 8, ["modelValue", "disabled"]),
|
|
14999
|
-
t.totalPages ? (o(), r("span", hv, "of " +
|
|
15005
|
+
t.totalPages ? (o(), r("span", hv, "of " + x(t.totalPages), 1)) : u("", !0)
|
|
15000
15006
|
]),
|
|
15001
15007
|
_: 1
|
|
15002
15008
|
}),
|
|
15003
15009
|
b(c, null, {
|
|
15004
|
-
default:
|
|
15010
|
+
default: w(() => [
|
|
15005
15011
|
b(l, {
|
|
15006
15012
|
onClick: s[3] || (s[3] = (m) => e.$emit("nextPage", m)),
|
|
15007
15013
|
disabled: i.disabledNext,
|
|
@@ -15027,9 +15033,9 @@ function bv(e, s, t, a, n, i) {
|
|
|
15027
15033
|
})
|
|
15028
15034
|
], 64)) : i.hasRange ? (o(), r("span", pv, [
|
|
15029
15035
|
s[8] || (s[8] = L("Showing entries ")),
|
|
15030
|
-
f("span", null,
|
|
15036
|
+
f("span", null, x(t.itemRangeFrom) + " to " + x(t.itemRangeTo), 1),
|
|
15031
15037
|
s[9] || (s[9] = L(" of ")),
|
|
15032
|
-
f("span", null,
|
|
15038
|
+
f("span", null, x(t.itemRangeTotal), 1)
|
|
15033
15039
|
])) : u("", !0)
|
|
15034
15040
|
]),
|
|
15035
15041
|
_: 1
|
|
@@ -15042,7 +15048,7 @@ function bv(e, s, t, a, n, i) {
|
|
|
15042
15048
|
gap: 4,
|
|
15043
15049
|
class: "ecs-pagination-items"
|
|
15044
15050
|
}, {
|
|
15045
|
-
default:
|
|
15051
|
+
default: w(() => [
|
|
15046
15052
|
s[10] || (s[10] = f("span", null, "Items per page", -1)),
|
|
15047
15053
|
b(d, {
|
|
15048
15054
|
modelValue: n.updatedItemsPerPageSelected,
|
|
@@ -15051,12 +15057,12 @@ function bv(e, s, t, a, n, i) {
|
|
|
15051
15057
|
disabled: t.loading || null,
|
|
15052
15058
|
size: "sml"
|
|
15053
15059
|
}, {
|
|
15054
|
-
default:
|
|
15060
|
+
default: w(() => [
|
|
15055
15061
|
(o(!0), r(N, null, J(t.itemsPerPage, (m) => (o(), r("option", {
|
|
15056
15062
|
key: m,
|
|
15057
15063
|
value: m,
|
|
15058
15064
|
selected: m === t.itemsPerPageSelected
|
|
15059
|
-
},
|
|
15065
|
+
}, x(m), 9, yv))), 128))
|
|
15060
15066
|
]),
|
|
15061
15067
|
_: 1
|
|
15062
15068
|
}, 8, ["modelValue", "disabled"])
|
|
@@ -15068,7 +15074,7 @@ function bv(e, s, t, a, n, i) {
|
|
|
15068
15074
|
gap: 4,
|
|
15069
15075
|
class: "ecs-pagination-controls"
|
|
15070
15076
|
}, {
|
|
15071
|
-
default:
|
|
15077
|
+
default: w(() => [
|
|
15072
15078
|
p(e.$slots, "controls", {}, void 0, !0)
|
|
15073
15079
|
]),
|
|
15074
15080
|
_: 3
|
|
@@ -15095,7 +15101,7 @@ const jk = /* @__PURE__ */ _(gv, [["render", bv], ["__scopeId", "data-v-6741fbf9
|
|
|
15095
15101
|
return !!this.$slots.default;
|
|
15096
15102
|
}
|
|
15097
15103
|
}
|
|
15098
|
-
}, kv = { class: "ecs-popover-header" },
|
|
15104
|
+
}, kv = { class: "ecs-popover-header" }, wv = { class: "ecs-popover-header-title" }, xv = {
|
|
15099
15105
|
key: 1,
|
|
15100
15106
|
class: "ecs-popover-header-title-content"
|
|
15101
15107
|
}, Sv = {
|
|
@@ -15108,7 +15114,7 @@ const jk = /* @__PURE__ */ _(gv, [["render", bv], ["__scopeId", "data-v-6741fbf9
|
|
|
15108
15114
|
function Bv(e, s, t, a, n, i) {
|
|
15109
15115
|
const l = g("ecs-icon"), c = g("ecs-text-v2");
|
|
15110
15116
|
return o(), r("header", kv, [
|
|
15111
|
-
f("div",
|
|
15117
|
+
f("div", wv, [
|
|
15112
15118
|
t.icon ? (o(), h(l, {
|
|
15113
15119
|
key: 0,
|
|
15114
15120
|
type: t.icon,
|
|
@@ -15116,12 +15122,12 @@ function Bv(e, s, t, a, n, i) {
|
|
|
15116
15122
|
class: "icon",
|
|
15117
15123
|
color: "#B4B9BE"
|
|
15118
15124
|
}, null, 8, ["type"])) : u("", !0),
|
|
15119
|
-
e.$slots.title ? (o(), r("div",
|
|
15125
|
+
e.$slots.title ? (o(), r("div", xv, [
|
|
15120
15126
|
p(e.$slots, "title", {}, void 0, !0)
|
|
15121
15127
|
])) : u("", !0),
|
|
15122
15128
|
b(c, { preset: "headline-4" }, {
|
|
15123
|
-
default:
|
|
15124
|
-
L(
|
|
15129
|
+
default: w(() => [
|
|
15130
|
+
L(x(t.title), 1)
|
|
15125
15131
|
]),
|
|
15126
15132
|
_: 1
|
|
15127
15133
|
}),
|
|
@@ -15267,7 +15273,7 @@ function Av(e, s, t, a, n, i) {
|
|
|
15267
15273
|
t.label ? (o(), r("span", {
|
|
15268
15274
|
key: 0,
|
|
15269
15275
|
class: y(["label", t.loading ? "loading" : ""])
|
|
15270
|
-
},
|
|
15276
|
+
}, x(i.labelText), 3)) : u("", !0),
|
|
15271
15277
|
t.loading ? (o(), h(c, {
|
|
15272
15278
|
key: 1,
|
|
15273
15279
|
type: "rect",
|
|
@@ -15443,13 +15449,13 @@ function ey(e, s, t, a, n, i) {
|
|
|
15443
15449
|
role: "button"
|
|
15444
15450
|
}, [
|
|
15445
15451
|
b(l, { type: t.icon }, null, 8, ["type"]),
|
|
15446
|
-
f("span", Nv,
|
|
15452
|
+
f("span", Nv, x(t.label), 1),
|
|
15447
15453
|
t.count || t.meta ? (o(), r("small", Vv, [
|
|
15448
|
-
t.count ? (o(), r("span", Fv,
|
|
15454
|
+
t.count ? (o(), r("span", Fv, x(t.count), 1)) : u("", !0),
|
|
15449
15455
|
t.meta ? (o(), r("span", {
|
|
15450
15456
|
key: 1,
|
|
15451
15457
|
title: t.metaTitle
|
|
15452
|
-
},
|
|
15458
|
+
}, x(t.meta), 9, Hv)) : u("", !0)
|
|
15453
15459
|
])) : u("", !0),
|
|
15454
15460
|
b(c)
|
|
15455
15461
|
])) : t.type === "favorability" ? (o(), r("div", {
|
|
@@ -15466,14 +15472,14 @@ function ey(e, s, t, a, n, i) {
|
|
|
15466
15472
|
disabled: t.disabled || null
|
|
15467
15473
|
}, null, 8, ["type", "rating", "disabled"]),
|
|
15468
15474
|
f("label", qv, [
|
|
15469
|
-
f("span", $v,
|
|
15475
|
+
f("span", $v, x(t.label), 1)
|
|
15470
15476
|
]),
|
|
15471
15477
|
t.count || t.meta ? (o(), r("small", Wv, [
|
|
15472
|
-
t.count ? (o(), r("span", jv,
|
|
15478
|
+
t.count ? (o(), r("span", jv, x(t.count), 1)) : u("", !0),
|
|
15473
15479
|
t.meta ? (o(), r("span", {
|
|
15474
15480
|
key: 1,
|
|
15475
15481
|
title: t.metaTitle
|
|
15476
|
-
},
|
|
15482
|
+
}, x(t.meta), 9, Uv)) : u("", !0)
|
|
15477
15483
|
])) : u("", !0),
|
|
15478
15484
|
b(c)
|
|
15479
15485
|
])) : (o(), h(T, {
|
|
@@ -15485,7 +15491,7 @@ function ey(e, s, t, a, n, i) {
|
|
|
15485
15491
|
disabled: t.disabled || null,
|
|
15486
15492
|
indeterminate: i.isIndeterminate
|
|
15487
15493
|
}, {
|
|
15488
|
-
default:
|
|
15494
|
+
default: w(() => [
|
|
15489
15495
|
t.type === "rating" ? (o(), h(m, {
|
|
15490
15496
|
key: 0,
|
|
15491
15497
|
rating: t.rating
|
|
@@ -15497,8 +15503,8 @@ function ey(e, s, t, a, n, i) {
|
|
|
15497
15503
|
size: "sml-toggle",
|
|
15498
15504
|
colored: ""
|
|
15499
15505
|
}, {
|
|
15500
|
-
default:
|
|
15501
|
-
L(
|
|
15506
|
+
default: w(() => [
|
|
15507
|
+
L(x(t.label), 1)
|
|
15502
15508
|
]),
|
|
15503
15509
|
_: 1
|
|
15504
15510
|
}, 8, ["value", "disabled"])) : t.type === "persona" ? (o(), r(N, { key: 2 }, [
|
|
@@ -15508,28 +15514,28 @@ function ey(e, s, t, a, n, i) {
|
|
|
15508
15514
|
"relevant-badge": t.persona.relevant,
|
|
15509
15515
|
size: 24
|
|
15510
15516
|
}, null, 8, ["image", "name", "relevant-badge"]),
|
|
15511
|
-
f("span", Gv,
|
|
15512
|
-
], 64)) : (o(), r("span", Kv,
|
|
15517
|
+
f("span", Gv, x(t.label || t.persona.name), 1)
|
|
15518
|
+
], 64)) : (o(), r("span", Kv, x(t.label), 1)),
|
|
15513
15519
|
n.localVolumes ? (o(), h(P, {
|
|
15514
15520
|
key: 4,
|
|
15515
15521
|
gap: 2,
|
|
15516
15522
|
class: "volume-list"
|
|
15517
15523
|
}, {
|
|
15518
|
-
default:
|
|
15524
|
+
default: w(() => [
|
|
15519
15525
|
(o(!0), r(N, null, J(i.displayedVolumes, (C) => (o(), r("button", {
|
|
15520
15526
|
key: C.id,
|
|
15521
15527
|
class: y(["volume", { active: C.active }]),
|
|
15522
15528
|
onClick: (M) => i.toggleVolume(C.id),
|
|
15523
15529
|
title: `${C.name} (${C.date})`,
|
|
15524
15530
|
"aria-label": `Volume ${C.id}${C.active ? " active" : ""}`
|
|
15525
|
-
},
|
|
15531
|
+
}, x(C.id), 11, Yv))), 128)),
|
|
15526
15532
|
n.localVolumes.length > 3 ? (o(), h(B, {
|
|
15527
15533
|
key: 0,
|
|
15528
15534
|
disabled: t.disabled || null
|
|
15529
15535
|
}, {
|
|
15530
|
-
content:
|
|
15536
|
+
content: w(() => [
|
|
15531
15537
|
b(I, null, {
|
|
15532
|
-
default:
|
|
15538
|
+
default: w(() => [
|
|
15533
15539
|
(o(!0), r(N, null, J(n.localVolumes.slice(3), (C) => (o(), h(E, {
|
|
15534
15540
|
key: C.id,
|
|
15535
15541
|
onClick: (M) => i.toggleVolume(C.id),
|
|
@@ -15537,8 +15543,8 @@ function ey(e, s, t, a, n, i) {
|
|
|
15537
15543
|
title: `${C.name} (${C.date})`,
|
|
15538
15544
|
"aria-label": `Volume ${C.id}${C.active ? " active" : ""}`
|
|
15539
15545
|
}, {
|
|
15540
|
-
default:
|
|
15541
|
-
L(
|
|
15546
|
+
default: w(() => [
|
|
15547
|
+
L(x(C.id), 1)
|
|
15542
15548
|
]),
|
|
15543
15549
|
_: 2
|
|
15544
15550
|
}, 1032, ["onClick", "selected", "title", "aria-label"]))), 128))
|
|
@@ -15546,7 +15552,7 @@ function ey(e, s, t, a, n, i) {
|
|
|
15546
15552
|
_: 1
|
|
15547
15553
|
})
|
|
15548
15554
|
]),
|
|
15549
|
-
default:
|
|
15555
|
+
default: w(() => [
|
|
15550
15556
|
f("button", {
|
|
15551
15557
|
class: y(["volume more", { active: n.localVolumes.slice(3).some((C) => C.active) }]),
|
|
15552
15558
|
title: "More",
|
|
@@ -15564,11 +15570,11 @@ function ey(e, s, t, a, n, i) {
|
|
|
15564
15570
|
_: 1
|
|
15565
15571
|
})) : u("", !0),
|
|
15566
15572
|
t.count || t.meta ? (o(), r("small", Jv, [
|
|
15567
|
-
t.count ? (o(), r("span", Zv,
|
|
15573
|
+
t.count ? (o(), r("span", Zv, x(t.count), 1)) : u("", !0),
|
|
15568
15574
|
t.meta ? (o(), r("span", {
|
|
15569
15575
|
key: 1,
|
|
15570
15576
|
title: t.metaTitle
|
|
15571
|
-
},
|
|
15577
|
+
}, x(t.meta), 9, Qv)) : u("", !0)
|
|
15572
15578
|
])) : u("", !0)
|
|
15573
15579
|
]),
|
|
15574
15580
|
_: 1
|
|
@@ -15682,7 +15688,7 @@ function ay(e, s, t, a, n, i) {
|
|
|
15682
15688
|
(o(!0), r(N, null, J(t.list, (l, c) => (o(), r("span", {
|
|
15683
15689
|
key: c,
|
|
15684
15690
|
class: "ecs-range-label"
|
|
15685
|
-
},
|
|
15691
|
+
}, x(l), 1))), 128))
|
|
15686
15692
|
])) : u("", !0)
|
|
15687
15693
|
], 2);
|
|
15688
15694
|
}
|
|
@@ -15831,7 +15837,7 @@ function py(e, s, t, a, n, i) {
|
|
|
15831
15837
|
key: 0,
|
|
15832
15838
|
class: y(["ecs-section-headline", [t.headlineBold ? "ecs-headline-section-bold" : "ecs-headline-section", e.$slots.controls ? "has-buttons" : ""]])
|
|
15833
15839
|
}, [
|
|
15834
|
-
L(
|
|
15840
|
+
L(x(t.title) + " ", 1),
|
|
15835
15841
|
e.$slots.controls ? (o(), r("div", hy, [
|
|
15836
15842
|
p(e.$slots, "controls", {}, void 0, !0)
|
|
15837
15843
|
])) : u("", !0)
|
|
@@ -15910,12 +15916,12 @@ function ky(e, s, t, a, n, i) {
|
|
|
15910
15916
|
size: "20",
|
|
15911
15917
|
color: "#2F333C"
|
|
15912
15918
|
}, null, 8, ["class", "type"])) : u("", !0),
|
|
15913
|
-
L(" " +
|
|
15919
|
+
L(" " + x(c.label), 1)
|
|
15914
15920
|
], 8, _y)
|
|
15915
15921
|
], 8, yy))), 128))
|
|
15916
15922
|
], 2);
|
|
15917
15923
|
}
|
|
15918
|
-
const Jk = /* @__PURE__ */ _(vy, [["render", ky], ["__scopeId", "data-v-1cb14db0"]]),
|
|
15924
|
+
const Jk = /* @__PURE__ */ _(vy, [["render", ky], ["__scopeId", "data-v-1cb14db0"]]), wy = {
|
|
15919
15925
|
name: "ecs-selection-grid",
|
|
15920
15926
|
emits: ["update:modelValue"],
|
|
15921
15927
|
components: {
|
|
@@ -15972,7 +15978,7 @@ const Jk = /* @__PURE__ */ _(vy, [["render", ky], ["__scopeId", "data-v-1cb14db0
|
|
|
15972
15978
|
}
|
|
15973
15979
|
}
|
|
15974
15980
|
}
|
|
15975
|
-
},
|
|
15981
|
+
}, xy = ["role"], Sy = ["onClick", "role", "aria-checked"];
|
|
15976
15982
|
function Cy(e, s, t, a, n, i) {
|
|
15977
15983
|
const l = g("ecs-icon"), c = g("ecs-file-icon"), d = g("ecs-text-v2"), m = g("ecs-flex-row");
|
|
15978
15984
|
return o(), r("div", {
|
|
@@ -16008,10 +16014,10 @@ function Cy(e, s, t, a, n, i) {
|
|
|
16008
16014
|
align: "start",
|
|
16009
16015
|
class: "ecs-selection-grid-item-text"
|
|
16010
16016
|
}, {
|
|
16011
|
-
default:
|
|
16017
|
+
default: w(() => [
|
|
16012
16018
|
b(d, { scale: "3" }, {
|
|
16013
|
-
default:
|
|
16014
|
-
L(
|
|
16019
|
+
default: w(() => [
|
|
16020
|
+
L(x(v.label), 1)
|
|
16015
16021
|
]),
|
|
16016
16022
|
_: 2
|
|
16017
16023
|
}, 1024),
|
|
@@ -16020,8 +16026,8 @@ function Cy(e, s, t, a, n, i) {
|
|
|
16020
16026
|
scale: "2",
|
|
16021
16027
|
color: "var(--color-gray-9)"
|
|
16022
16028
|
}, {
|
|
16023
|
-
default:
|
|
16024
|
-
L(
|
|
16029
|
+
default: w(() => [
|
|
16030
|
+
L(x(v.help), 1)
|
|
16025
16031
|
]),
|
|
16026
16032
|
_: 2
|
|
16027
16033
|
}, 1024)) : u("", !0)
|
|
@@ -16029,9 +16035,9 @@ function Cy(e, s, t, a, n, i) {
|
|
|
16029
16035
|
_: 2
|
|
16030
16036
|
}, 1024)
|
|
16031
16037
|
], 10, Sy))), 128))
|
|
16032
|
-
], 12,
|
|
16038
|
+
], 12, xy);
|
|
16033
16039
|
}
|
|
16034
|
-
const Zk = /* @__PURE__ */ _(
|
|
16040
|
+
const Zk = /* @__PURE__ */ _(wy, [["render", Cy], ["__scopeId", "data-v-8b0a7154"]]), By = {
|
|
16035
16041
|
name: "ecs-select-tile",
|
|
16036
16042
|
emits: ["click"],
|
|
16037
16043
|
components: {
|
|
@@ -16101,8 +16107,8 @@ function Ty(e, s, t, a, n, i) {
|
|
|
16101
16107
|
key: 0,
|
|
16102
16108
|
type: t.illustration
|
|
16103
16109
|
}, null, 8, ["type"])) : u("", !0),
|
|
16104
|
-
t.label ? (o(), r("div", Iy,
|
|
16105
|
-
t.helpText ? (o(), r("div", Ey,
|
|
16110
|
+
t.label ? (o(), r("div", Iy, x(t.label), 1)) : u("", !0),
|
|
16111
|
+
t.helpText ? (o(), r("div", Ey, x(t.helpText), 1)) : u("", !0),
|
|
16106
16112
|
b(c, {
|
|
16107
16113
|
inset: -6,
|
|
16108
16114
|
radius: 12
|
|
@@ -16166,7 +16172,7 @@ function Dy(e, s, t, a, n, i) {
|
|
|
16166
16172
|
"aria-busy": t.loading || null
|
|
16167
16173
|
}, [
|
|
16168
16174
|
f("span", Ry, [
|
|
16169
|
-
L(
|
|
16175
|
+
L(x(t.step) + " ", 1),
|
|
16170
16176
|
t.loading ? (o(), h(l, {
|
|
16171
16177
|
key: 0,
|
|
16172
16178
|
type: "loading",
|
|
@@ -16281,14 +16287,14 @@ function Gy(e, s, t, a, n, i) {
|
|
|
16281
16287
|
}, [
|
|
16282
16288
|
f("div", Uy, [
|
|
16283
16289
|
b(l, { type: "sidebar" }, {
|
|
16284
|
-
default:
|
|
16290
|
+
default: w(() => [
|
|
16285
16291
|
p(e.$slots, "tab-buttons", {}, void 0, !0)
|
|
16286
16292
|
]),
|
|
16287
16293
|
_: 3
|
|
16288
16294
|
})
|
|
16289
16295
|
]),
|
|
16290
16296
|
b(c, null, {
|
|
16291
|
-
default:
|
|
16297
|
+
default: w(() => [
|
|
16292
16298
|
p(e.$slots, "tabs", {}, void 0, !0)
|
|
16293
16299
|
]),
|
|
16294
16300
|
_: 3
|
|
@@ -16391,7 +16397,7 @@ function ab(e, s, t, a, n, i) {
|
|
|
16391
16397
|
])) : u("", !0)
|
|
16392
16398
|
])),
|
|
16393
16399
|
b(_e, { name: "expansion" }, {
|
|
16394
|
-
default:
|
|
16400
|
+
default: w(() => [
|
|
16395
16401
|
t.subHeaderExpanded && e.$slots.subheader ? (o(), r("div", ib, [
|
|
16396
16402
|
p(e.$slots, "subheader", {}, void 0, !0)
|
|
16397
16403
|
])) : u("", !0)
|
|
@@ -16399,7 +16405,7 @@ function ab(e, s, t, a, n, i) {
|
|
|
16399
16405
|
_: 3
|
|
16400
16406
|
}),
|
|
16401
16407
|
b(_e, { name: "expansion" }, {
|
|
16402
|
-
default:
|
|
16408
|
+
default: w(() => [
|
|
16403
16409
|
t.tertiaryHeaderExpanded && e.$slots.tertiaryheader ? (o(), r("div", nb, [
|
|
16404
16410
|
p(e.$slots, "tertiaryheader", {}, void 0, !0)
|
|
16405
16411
|
])) : u("", !0)
|
|
@@ -16598,7 +16604,7 @@ function vb(e, s, t, a, n, i) {
|
|
|
16598
16604
|
gap: 8,
|
|
16599
16605
|
justify: "between"
|
|
16600
16606
|
}, {
|
|
16601
|
-
default:
|
|
16607
|
+
default: w(() => [
|
|
16602
16608
|
f("span", hb, [
|
|
16603
16609
|
t.loading ? (o(), h(c, {
|
|
16604
16610
|
key: 0,
|
|
@@ -16606,7 +16612,7 @@ function vb(e, s, t, a, n, i) {
|
|
|
16606
16612
|
"line-height": 2,
|
|
16607
16613
|
width: "random"
|
|
16608
16614
|
})) : t.subline ? (o(), r(N, { key: 1 }, [
|
|
16609
|
-
L(
|
|
16615
|
+
L(x(t.subline), 1)
|
|
16610
16616
|
], 64)) : u("", !0)
|
|
16611
16617
|
]),
|
|
16612
16618
|
t.sublineSecondary || t.loading ? (o(), r("span", pb, [
|
|
@@ -16620,7 +16626,7 @@ function vb(e, s, t, a, n, i) {
|
|
|
16620
16626
|
width: "random",
|
|
16621
16627
|
alignment: "right"
|
|
16622
16628
|
})) : (o(), r(N, { key: 1 }, [
|
|
16623
|
-
L(
|
|
16629
|
+
L(x(t.sublineSecondary), 1)
|
|
16624
16630
|
], 64))
|
|
16625
16631
|
], 2)
|
|
16626
16632
|
])) : u("", !0)
|
|
@@ -16712,8 +16718,8 @@ const l0 = /* @__PURE__ */ _(cb, [["render", vb], ["__scopeId", "data-v-66eb2ab6
|
|
|
16712
16718
|
}, _b = {
|
|
16713
16719
|
key: 2,
|
|
16714
16720
|
class: "ecs-structured-content-right"
|
|
16715
|
-
}, kb = { class: "ecs-structured-content-collapse-inner" },
|
|
16716
|
-
function
|
|
16721
|
+
}, kb = { class: "ecs-structured-content-collapse-inner" }, wb = { class: "ecs-structured-content-collapse-content" };
|
|
16722
|
+
function xb(e, s, t, a, n, i) {
|
|
16717
16723
|
const l = g("ecs-skeleton-loader");
|
|
16718
16724
|
return o(), r("div", {
|
|
16719
16725
|
class: y(["ecs-structured-content", [
|
|
@@ -16735,7 +16741,7 @@ function wb(e, s, t, a, n, i) {
|
|
|
16735
16741
|
{ indent: i.shouldIndent }
|
|
16736
16742
|
]])
|
|
16737
16743
|
}, {
|
|
16738
|
-
default:
|
|
16744
|
+
default: w(() => [
|
|
16739
16745
|
t.loading ? (o(), h(l, {
|
|
16740
16746
|
key: 0,
|
|
16741
16747
|
type: "single",
|
|
@@ -16754,7 +16760,7 @@ function wb(e, s, t, a, n, i) {
|
|
|
16754
16760
|
class: y(["ecs-structured-content-collapse", { collapsed: n.internalCollapse, expanded: n.internalCollapse === !1 }])
|
|
16755
16761
|
}, [
|
|
16756
16762
|
f("div", kb, [
|
|
16757
|
-
f("div",
|
|
16763
|
+
f("div", wb, [
|
|
16758
16764
|
t.loading ? (o(), h(l, {
|
|
16759
16765
|
key: 0,
|
|
16760
16766
|
type: "multi"
|
|
@@ -16764,7 +16770,7 @@ function wb(e, s, t, a, n, i) {
|
|
|
16764
16770
|
], 2)) : u("", !0)
|
|
16765
16771
|
], 2);
|
|
16766
16772
|
}
|
|
16767
|
-
const r0 = /* @__PURE__ */ _(yb, [["render",
|
|
16773
|
+
const r0 = /* @__PURE__ */ _(yb, [["render", xb], ["__scopeId", "data-v-823ad344"]]), Sb = {
|
|
16768
16774
|
name: "ecs-swatches-picker",
|
|
16769
16775
|
emits: ["update:modelValue"],
|
|
16770
16776
|
props: {
|
|
@@ -17021,7 +17027,7 @@ function Mb(e, s, t, a, n, i) {
|
|
|
17021
17027
|
type: t.sticker
|
|
17022
17028
|
}, null, 8, ["type"])) : u("", !0),
|
|
17023
17029
|
p(e.$slots, "default", {}, void 0, !0),
|
|
17024
|
-
t.shortcut ? (o(), r("span", Lb,
|
|
17030
|
+
t.shortcut ? (o(), r("span", Lb, x(t.shortcut), 1)) : u("", !0),
|
|
17025
17031
|
b(d, { inset: 0 }),
|
|
17026
17032
|
s[2] || (s[2] = f("span", { class: "hover" }, null, -1))
|
|
17027
17033
|
], 42, Pb);
|
|
@@ -17125,14 +17131,14 @@ function Db(e, s, t, a, n, i) {
|
|
|
17125
17131
|
"aria-busy": t.loading || null,
|
|
17126
17132
|
disabled: t.disabled || null
|
|
17127
17133
|
}, {
|
|
17128
|
-
default:
|
|
17134
|
+
default: w(() => [
|
|
17129
17135
|
t.path ? (o(), r("span", {
|
|
17130
17136
|
key: 0,
|
|
17131
17137
|
class: "path",
|
|
17132
17138
|
title: t.path
|
|
17133
17139
|
}, "../", 8, Ab)) : u("", !0),
|
|
17134
17140
|
p(e.$slots, "default", {}, void 0, !0),
|
|
17135
|
-
t.count ? (o(), r("span", Rb,
|
|
17141
|
+
t.count ? (o(), r("span", Rb, x(t.count), 1)) : u("", !0),
|
|
17136
17142
|
t.loading ? (o(), h(l, {
|
|
17137
17143
|
key: 2,
|
|
17138
17144
|
type: "single",
|
|
@@ -17192,7 +17198,7 @@ function qb(e, s, t, a, n, i) {
|
|
|
17192
17198
|
onClick: s[0] || (s[0] = (c) => e.$emit("action")),
|
|
17193
17199
|
class: "ecs-toast-action"
|
|
17194
17200
|
}, [
|
|
17195
|
-
L(
|
|
17201
|
+
L(x(t.button) + " ", 1),
|
|
17196
17202
|
b(l, {
|
|
17197
17203
|
inset: 0,
|
|
17198
17204
|
radius: 6
|
|
@@ -17209,7 +17215,7 @@ const m0 = /* @__PURE__ */ _(Hb, [["render", qb], ["__scopeId", "data-v-61082fed
|
|
|
17209
17215
|
function jb(e, s, t, a, n, i) {
|
|
17210
17216
|
return o(), r("div", Wb, [
|
|
17211
17217
|
b(li, { name: "transition-toast" }, {
|
|
17212
|
-
default:
|
|
17218
|
+
default: w(() => [
|
|
17213
17219
|
p(e.$slots, "default", {}, void 0, !0)
|
|
17214
17220
|
]),
|
|
17215
17221
|
_: 3
|
|
@@ -17533,7 +17539,7 @@ function r_(e, s, t, a, n, i) {
|
|
|
17533
17539
|
key: 3,
|
|
17534
17540
|
onClick: s[1] || (s[1] = (v) => !t.disabled && e.$emit("click", v)),
|
|
17535
17541
|
class: "after-label"
|
|
17536
|
-
},
|
|
17542
|
+
}, x(t.afterLabel), 1)) : u("", !0),
|
|
17537
17543
|
e.$slots.actions ? (o(), r("div", o_, [
|
|
17538
17544
|
p(e.$slots, "actions", {}, void 0, !0)
|
|
17539
17545
|
])) : u("", !0),
|
|
@@ -17629,11 +17635,11 @@ function v_(e, s, t, a, n, i) {
|
|
|
17629
17635
|
headline: t.headline,
|
|
17630
17636
|
type: t.alertType
|
|
17631
17637
|
}, {
|
|
17632
|
-
default:
|
|
17638
|
+
default: w(() => [
|
|
17633
17639
|
p(e.$slots, "default", {}, void 0, !0),
|
|
17634
17640
|
b(c, { class: "ecs-type-confirmation-input" }, {
|
|
17635
|
-
default:
|
|
17636
|
-
f("label", { for: n.uniqueId },
|
|
17641
|
+
default: w(() => [
|
|
17642
|
+
f("label", { for: n.uniqueId }, x(i.text), 9, g_),
|
|
17637
17643
|
b(l, {
|
|
17638
17644
|
modelValue: n.inputValue,
|
|
17639
17645
|
"onUpdate:modelValue": s[0] || (s[0] = (m) => n.inputValue = m),
|
|
@@ -17642,7 +17648,7 @@ function v_(e, s, t, a, n, i) {
|
|
|
17642
17648
|
id: n.uniqueId,
|
|
17643
17649
|
style: { "text-transform": "uppercase" }
|
|
17644
17650
|
}, null, 8, ["modelValue", "onInput", "error", "id"]),
|
|
17645
|
-
f("span", m_,
|
|
17651
|
+
f("span", m_, x(i.upperCaseVerb), 1)
|
|
17646
17652
|
]),
|
|
17647
17653
|
_: 1
|
|
17648
17654
|
})
|
|
@@ -17652,8 +17658,8 @@ function v_(e, s, t, a, n, i) {
|
|
|
17652
17658
|
key: 1,
|
|
17653
17659
|
class: "ecs-type-confirmation-input"
|
|
17654
17660
|
}, {
|
|
17655
|
-
default:
|
|
17656
|
-
f("label", { for: n.uniqueId },
|
|
17661
|
+
default: w(() => [
|
|
17662
|
+
f("label", { for: n.uniqueId }, x(i.text), 9, h_),
|
|
17657
17663
|
b(l, {
|
|
17658
17664
|
modelValue: n.inputValue,
|
|
17659
17665
|
"onUpdate:modelValue": s[1] || (s[1] = (m) => n.inputValue = m),
|
|
@@ -17662,7 +17668,7 @@ function v_(e, s, t, a, n, i) {
|
|
|
17662
17668
|
id: n.uniqueId,
|
|
17663
17669
|
style: { "text-transform": "uppercase" }
|
|
17664
17670
|
}, null, 8, ["modelValue", "onInput", "error", "id"]),
|
|
17665
|
-
f("span", p_,
|
|
17671
|
+
f("span", p_, x(i.upperCaseVerb), 1)
|
|
17666
17672
|
]),
|
|
17667
17673
|
_: 1
|
|
17668
17674
|
}));
|
|
@@ -17874,7 +17880,7 @@ const k0 = /* @__PURE__ */ _(y_, [["render", __], ["__scopeId", "data-v-ce84fcb3
|
|
|
17874
17880
|
this.isFocused = !1, this.$emit("blur");
|
|
17875
17881
|
}
|
|
17876
17882
|
}
|
|
17877
|
-
},
|
|
17883
|
+
}, w_ = { class: "ecs-window-content scrollbar scrollbar-sml" }, x_ = {
|
|
17878
17884
|
key: 1,
|
|
17879
17885
|
class: "ecs-window-footer"
|
|
17880
17886
|
};
|
|
@@ -17905,8 +17911,8 @@ function S_(e, s, t, a, n, i) {
|
|
|
17905
17911
|
scale: "3",
|
|
17906
17912
|
weight: "bold"
|
|
17907
17913
|
}, {
|
|
17908
|
-
default:
|
|
17909
|
-
L(
|
|
17914
|
+
default: w(() => [
|
|
17915
|
+
L(x(t.title), 1)
|
|
17910
17916
|
]),
|
|
17911
17917
|
_: 1
|
|
17912
17918
|
}),
|
|
@@ -17920,10 +17926,10 @@ function S_(e, s, t, a, n, i) {
|
|
|
17920
17926
|
title: "Close"
|
|
17921
17927
|
})
|
|
17922
17928
|
], 32)) : u("", !0),
|
|
17923
|
-
f("div",
|
|
17929
|
+
f("div", w_, [
|
|
17924
17930
|
p(e.$slots, "default", {}, void 0, !0)
|
|
17925
17931
|
]),
|
|
17926
|
-
e.$slots.footer ? (o(), r("div",
|
|
17932
|
+
e.$slots.footer ? (o(), r("div", x_, [
|
|
17927
17933
|
p(e.$slots, "footer", {}, void 0, !0)
|
|
17928
17934
|
])) : u("", !0),
|
|
17929
17935
|
t.resizable ? (o(), r(N, { key: 2 }, [
|
|
@@ -17944,7 +17950,7 @@ function S_(e, s, t, a, n, i) {
|
|
|
17944
17950
|
], 64)) : u("", !0)
|
|
17945
17951
|
], 38)) : u("", !0);
|
|
17946
17952
|
}
|
|
17947
|
-
const
|
|
17953
|
+
const w0 = /* @__PURE__ */ _(k_, [["render", S_], ["__scopeId", "data-v-1c653eb3"]]);
|
|
17948
17954
|
export {
|
|
17949
17955
|
rn as EcsActionToolbar,
|
|
17950
17956
|
ri as EcsAlert,
|
|
@@ -17961,7 +17967,7 @@ export {
|
|
|
17961
17967
|
O_ as EcsButtonContextGroup,
|
|
17962
17968
|
A_ as EcsButtonDialog,
|
|
17963
17969
|
L_ as EcsButtonGroup,
|
|
17964
|
-
|
|
17970
|
+
xi as EcsButtonMore,
|
|
17965
17971
|
cs as EcsButtonTable,
|
|
17966
17972
|
yt as EcsButtonToolbar,
|
|
17967
17973
|
ds as EcsButtonToolbarGroup,
|
|
@@ -18019,9 +18025,9 @@ export {
|
|
|
18019
18025
|
_k as EcsHighlight,
|
|
18020
18026
|
O as EcsIcon,
|
|
18021
18027
|
Bm as EcsIllustration,
|
|
18022
|
-
|
|
18028
|
+
wk as EcsIndexListItem,
|
|
18023
18029
|
kk as EcsIndexToolbar,
|
|
18024
|
-
|
|
18030
|
+
xk as EcsInfoTooltip,
|
|
18025
18031
|
Ik as EcsInplace,
|
|
18026
18032
|
Pi as EcsInput,
|
|
18027
18033
|
Sk as EcsInputAddon,
|
|
@@ -18101,5 +18107,5 @@ export {
|
|
|
18101
18107
|
y0 as EcsTreeListItem,
|
|
18102
18108
|
_0 as EcsTypeConfirmation,
|
|
18103
18109
|
k0 as EcsVideo,
|
|
18104
|
-
|
|
18110
|
+
w0 as EcsWindow
|
|
18105
18111
|
};
|