@everchron/ec-shards 9.18.3 → 9.18.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ec-shards.js +97 -98
- package/dist/ec-shards.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/ec-shards.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineAsyncComponent as se, watch as me, openBlock as o, createBlock as m, resolveDynamicComponent as ue, unref as re, normalizeClass as v, createElementBlock as r, normalizeStyle as x, resolveComponent as g, createVNode as _, createCommentVNode as u, createElementVNode as f, createTextVNode as A, toDisplayString as C, renderSlot as p, Transition as pe, withCtx as S, computed as Ee, Fragment as F, renderList as J, pushScopeId as ve, popScopeId as ye, reactive as ui, nextTick as fi, onBeforeUnmount as Lt, toRefs as Es, isRef as gi, onMounted as Ts, useSlots as mi, ref as Re, watchEffect as
|
|
1
|
+
import { defineAsyncComponent as se, watch as me, openBlock as o, createBlock as m, resolveDynamicComponent as ue, unref as re, normalizeClass as v, createElementBlock as r, normalizeStyle as x, resolveComponent as g, createVNode as _, createCommentVNode as u, createElementVNode as f, createTextVNode as A, toDisplayString as C, renderSlot as p, Transition as pe, withCtx as S, computed as Ee, Fragment as F, renderList as J, pushScopeId as ve, popScopeId as ye, reactive as ui, nextTick as fi, onBeforeUnmount as Lt, toRefs as Es, isRef as gi, onMounted as Ts, useSlots as mi, ref as Re, watchEffect as dt, withKeys as Y, Teleport as hi, withDirectives as je, vShow as nt, mergeProps as qe, normalizeProps as pi, guardReactiveProps as vi, withModifiers as G, resolveDirective as yi, vModelText as bi, createStaticVNode as _i, markRaw as ki, TransitionGroup as Ps, h as Ci, useCssVars as Si } from "vue";
|
|
2
2
|
const ie = (e, s) => {
|
|
3
3
|
const t = e[s];
|
|
4
4
|
return t ? typeof t == "function" ? t() : Promise.resolve(t) : new Promise((a, n) => {
|
|
@@ -806,7 +806,7 @@ function un(e, s, t, a, n, i) {
|
|
|
806
806
|
], 6);
|
|
807
807
|
}
|
|
808
808
|
const Ie = /* @__PURE__ */ y(dn, [["render", un], ["__scopeId", "data-v-d07e3723"]]);
|
|
809
|
-
var
|
|
809
|
+
var ut = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
810
810
|
function $s(e) {
|
|
811
811
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
812
812
|
}
|
|
@@ -853,7 +853,7 @@ function Ot(e) {
|
|
|
853
853
|
var s = fe(e).ShadowRoot;
|
|
854
854
|
return e instanceof s || e instanceof ShadowRoot;
|
|
855
855
|
}
|
|
856
|
-
var Fe = Math.max,
|
|
856
|
+
var Fe = Math.max, ht = Math.min, Ke = Math.round;
|
|
857
857
|
function Mt() {
|
|
858
858
|
var e = navigator.userAgentData;
|
|
859
859
|
return e != null && e.brands && Array.isArray(e.brands) ? e.brands.map(function(s) {
|
|
@@ -863,10 +863,10 @@ function Mt() {
|
|
|
863
863
|
function As() {
|
|
864
864
|
return !/^((?!chrome|android).)*safari/i.test(Mt());
|
|
865
865
|
}
|
|
866
|
-
function
|
|
866
|
+
function Ye(e, s, t) {
|
|
867
867
|
s === void 0 && (s = !1), t === void 0 && (t = !1);
|
|
868
868
|
var a = e.getBoundingClientRect(), n = 1, i = 1;
|
|
869
|
-
s && he(e) && (n = e.offsetWidth > 0 &&
|
|
869
|
+
s && he(e) && (n = e.offsetWidth > 0 && Ke(a.width) / e.offsetWidth || 1, i = e.offsetHeight > 0 && Ke(a.height) / e.offsetHeight || 1);
|
|
870
870
|
var l = We(e) ? fe(e) : window, c = l.visualViewport, d = !As() && t, h = (a.left + (d && c ? c.offsetLeft : 0)) / n, b = (a.top + (d && c ? c.offsetTop : 0)) / i, k = a.width / n, E = a.height / i;
|
|
871
871
|
return {
|
|
872
872
|
width: k,
|
|
@@ -905,7 +905,7 @@ function De(e) {
|
|
|
905
905
|
)) || window.document).documentElement;
|
|
906
906
|
}
|
|
907
907
|
function Nt(e) {
|
|
908
|
-
return
|
|
908
|
+
return Ye(De(e)).left + Dt(e).scrollLeft;
|
|
909
909
|
}
|
|
910
910
|
function $e(e) {
|
|
911
911
|
return fe(e).getComputedStyle(e);
|
|
@@ -915,12 +915,12 @@ function Vt(e) {
|
|
|
915
915
|
return /auto|scroll|overlay|hidden/.test(t + n + a);
|
|
916
916
|
}
|
|
917
917
|
function mn(e) {
|
|
918
|
-
var s = e.getBoundingClientRect(), t =
|
|
918
|
+
var s = e.getBoundingClientRect(), t = Ke(s.width) / e.offsetWidth || 1, a = Ke(s.height) / e.offsetHeight || 1;
|
|
919
919
|
return t !== 1 || a !== 1;
|
|
920
920
|
}
|
|
921
921
|
function hn(e, s, t) {
|
|
922
922
|
t === void 0 && (t = !1);
|
|
923
|
-
var a = he(s), n = he(s) && mn(s), i = De(s), l =
|
|
923
|
+
var a = he(s), n = he(s) && mn(s), i = De(s), l = Ye(e, n, t), c = {
|
|
924
924
|
scrollLeft: 0,
|
|
925
925
|
scrollTop: 0
|
|
926
926
|
}, d = {
|
|
@@ -928,7 +928,7 @@ function hn(e, s, t) {
|
|
|
928
928
|
y: 0
|
|
929
929
|
};
|
|
930
930
|
return (a || !a && !t) && ((Pe(s) !== "body" || // https://github.com/popperjs/popper-core/issues/1078
|
|
931
|
-
Vt(i)) && (c = gn(s)), he(s) ? (d =
|
|
931
|
+
Vt(i)) && (c = gn(s)), he(s) ? (d = Ye(s, !0), d.x += s.clientLeft, d.y += s.clientTop) : i && (d.x = Nt(i))), {
|
|
932
932
|
x: l.left + c.scrollLeft - d.x,
|
|
933
933
|
y: l.top + c.scrollTop - d.y,
|
|
934
934
|
width: l.width,
|
|
@@ -936,7 +936,7 @@ function hn(e, s, t) {
|
|
|
936
936
|
};
|
|
937
937
|
}
|
|
938
938
|
function Ht(e) {
|
|
939
|
-
var s =
|
|
939
|
+
var s = Ye(e), t = e.offsetWidth, a = e.offsetHeight;
|
|
940
940
|
return Math.abs(s.width - t) <= 1 && (t = s.width), Math.abs(s.height - a) <= 1 && (a = s.height), {
|
|
941
941
|
x: e.offsetLeft,
|
|
942
942
|
y: e.offsetTop,
|
|
@@ -991,15 +991,15 @@ function vn(e) {
|
|
|
991
991
|
}
|
|
992
992
|
return null;
|
|
993
993
|
}
|
|
994
|
-
function
|
|
994
|
+
function at(e) {
|
|
995
995
|
for (var s = fe(e), t = rs(e); t && pn(t) && $e(t).position === "static"; )
|
|
996
996
|
t = rs(t);
|
|
997
997
|
return t && (Pe(t) === "html" || Pe(t) === "body" && $e(t).position === "static") ? s : t || vn(e) || s;
|
|
998
998
|
}
|
|
999
|
-
var ce = "top", xe = "bottom", Be = "right", de = "left", Rt = "auto",
|
|
1000
|
-
return e.concat([s + "-" +
|
|
1001
|
-
}, []), Ds = /* @__PURE__ */ [].concat(
|
|
1002
|
-
return e.concat([s, s + "-" +
|
|
999
|
+
var ce = "top", xe = "bottom", Be = "right", de = "left", Rt = "auto", ot = [ce, xe, Be, de], Xe = "start", it = "end", yn = "clippingParents", Os = "viewport", Je = "popper", bn = "reference", cs = /* @__PURE__ */ ot.reduce(function(e, s) {
|
|
1000
|
+
return e.concat([s + "-" + Xe, s + "-" + it]);
|
|
1001
|
+
}, []), Ds = /* @__PURE__ */ [].concat(ot, [Rt]).reduce(function(e, s) {
|
|
1002
|
+
return e.concat([s, s + "-" + Xe, s + "-" + it]);
|
|
1003
1003
|
}, []), _n = "beforeRead", kn = "read", Cn = "afterRead", Sn = "beforeMain", wn = "main", xn = "afterMain", Bn = "beforeWrite", In = "write", zn = "afterWrite", En = [_n, kn, Cn, Sn, wn, xn, Bn, In, zn];
|
|
1004
1004
|
function Tn(e) {
|
|
1005
1005
|
var s = /* @__PURE__ */ new Map(), t = /* @__PURE__ */ new Set(), a = [];
|
|
@@ -1096,14 +1096,14 @@ function $t(e) {
|
|
|
1096
1096
|
});
|
|
1097
1097
|
}
|
|
1098
1098
|
function On(e, s) {
|
|
1099
|
-
var t =
|
|
1099
|
+
var t = Ye(e, !1, s === "fixed");
|
|
1100
1100
|
return t.top = t.top + e.clientTop, t.left = t.left + e.clientLeft, t.bottom = t.top + e.clientHeight, t.right = t.left + e.clientWidth, t.width = e.clientWidth, t.height = e.clientHeight, t.x = t.left, t.y = t.top, t;
|
|
1101
1101
|
}
|
|
1102
1102
|
function ds(e, s, t) {
|
|
1103
1103
|
return s === Os ? $t(An(e, t)) : We(s) ? On(s, t) : $t(Ln(De(e)));
|
|
1104
1104
|
}
|
|
1105
1105
|
function Dn(e) {
|
|
1106
|
-
var s = tt(yt(e)), t = ["absolute", "fixed"].indexOf($e(e).position) >= 0, a = t && he(e) ?
|
|
1106
|
+
var s = tt(yt(e)), t = ["absolute", "fixed"].indexOf($e(e).position) >= 0, a = t && he(e) ? at(e) : e;
|
|
1107
1107
|
return We(a) ? s.filter(function(n) {
|
|
1108
1108
|
return We(n) && Ns(n, a) && Pe(n) !== "body";
|
|
1109
1109
|
}) : [];
|
|
@@ -1111,21 +1111,21 @@ function Dn(e) {
|
|
|
1111
1111
|
function Nn(e, s, t, a) {
|
|
1112
1112
|
var n = s === "clippingParents" ? Dn(e) : [].concat(s), i = [].concat(n, [t]), l = i[0], c = i.reduce(function(d, h) {
|
|
1113
1113
|
var b = ds(e, h, a);
|
|
1114
|
-
return d.top = Fe(b.top, d.top), d.right =
|
|
1114
|
+
return d.top = Fe(b.top, d.top), d.right = ht(b.right, d.right), d.bottom = ht(b.bottom, d.bottom), d.left = Fe(b.left, d.left), d;
|
|
1115
1115
|
}, ds(e, l, a));
|
|
1116
1116
|
return c.width = c.right - c.left, c.height = c.bottom - c.top, c.x = c.left, c.y = c.top, c;
|
|
1117
1117
|
}
|
|
1118
1118
|
function Te(e) {
|
|
1119
1119
|
return e.split("-")[0];
|
|
1120
1120
|
}
|
|
1121
|
-
function
|
|
1121
|
+
function Ze(e) {
|
|
1122
1122
|
return e.split("-")[1];
|
|
1123
1123
|
}
|
|
1124
1124
|
function Ft(e) {
|
|
1125
1125
|
return ["top", "bottom"].indexOf(e) >= 0 ? "x" : "y";
|
|
1126
1126
|
}
|
|
1127
1127
|
function Vs(e) {
|
|
1128
|
-
var s = e.reference, t = e.element, a = e.placement, n = a ? Te(a) : null, i = a ?
|
|
1128
|
+
var s = e.reference, t = e.element, a = e.placement, n = a ? Te(a) : null, i = a ? Ze(a) : null, l = s.x + s.width / 2 - t.width / 2, c = s.y + s.height / 2 - t.height / 2, d;
|
|
1129
1129
|
switch (n) {
|
|
1130
1130
|
case ce:
|
|
1131
1131
|
d = {
|
|
@@ -1161,7 +1161,7 @@ function Vs(e) {
|
|
|
1161
1161
|
if (h != null) {
|
|
1162
1162
|
var b = h === "y" ? "height" : "width";
|
|
1163
1163
|
switch (i) {
|
|
1164
|
-
case
|
|
1164
|
+
case Xe:
|
|
1165
1165
|
d[h] = d[h] - (s[b] / 2 - t[b] / 2);
|
|
1166
1166
|
break;
|
|
1167
1167
|
case it:
|
|
@@ -1189,7 +1189,7 @@ function Fs(e, s) {
|
|
|
1189
1189
|
}
|
|
1190
1190
|
function qt(e, s) {
|
|
1191
1191
|
s === void 0 && (s = {});
|
|
1192
|
-
var t = s, a = t.placement, n = a === void 0 ? e.placement : a, i = t.strategy, l = i === void 0 ? e.strategy : i, c = t.boundary, d = c === void 0 ? yn : c, h = t.rootBoundary, b = h === void 0 ? Os : h, k = t.elementContext, E = k === void 0 ? Je : k, I = t.altBoundary, B = I === void 0 ? !1 : I, M = t.padding, $ = M === void 0 ? 0 : M, z = Rs(typeof $ != "number" ? $ : Fs($,
|
|
1192
|
+
var t = s, a = t.placement, n = a === void 0 ? e.placement : a, i = t.strategy, l = i === void 0 ? e.strategy : i, c = t.boundary, d = c === void 0 ? yn : c, h = t.rootBoundary, b = h === void 0 ? Os : h, k = t.elementContext, E = k === void 0 ? Je : k, I = t.altBoundary, B = I === void 0 ? !1 : I, M = t.padding, $ = M === void 0 ? 0 : M, z = Rs(typeof $ != "number" ? $ : Fs($, ot)), T = E === Je ? bn : Je, H = e.rects.popper, O = e.elements[B ? T : E], N = Nn(We(O) ? O : O.contextElement || De(e.elements.popper), d, b, l), P = Ye(e.elements.reference), V = Vs({
|
|
1193
1193
|
reference: P,
|
|
1194
1194
|
element: H,
|
|
1195
1195
|
strategy: "absolute",
|
|
@@ -1260,7 +1260,7 @@ function Vn(e) {
|
|
|
1260
1260
|
var z = b.elements, T = z.reference, H = z.popper;
|
|
1261
1261
|
if (fs(T, H)) {
|
|
1262
1262
|
b.rects = {
|
|
1263
|
-
reference: hn(T,
|
|
1263
|
+
reference: hn(T, at(H), b.options.strategy === "fixed"),
|
|
1264
1264
|
popper: Ht(H)
|
|
1265
1265
|
}, b.reset = !1, b.placement = b.options.placement, b.orderedModifiers.forEach(function(K) {
|
|
1266
1266
|
return b.modifiersData[K.name] = Object.assign({}, K.data);
|
|
@@ -1320,17 +1320,17 @@ function Vn(e) {
|
|
|
1320
1320
|
return I;
|
|
1321
1321
|
};
|
|
1322
1322
|
}
|
|
1323
|
-
var
|
|
1323
|
+
var ft = {
|
|
1324
1324
|
passive: !0
|
|
1325
1325
|
};
|
|
1326
1326
|
function Hn(e) {
|
|
1327
1327
|
var s = e.state, t = e.instance, a = e.options, n = a.scroll, i = n === void 0 ? !0 : n, l = a.resize, c = l === void 0 ? !0 : l, d = fe(s.elements.popper), h = [].concat(s.scrollParents.reference, s.scrollParents.popper);
|
|
1328
1328
|
return i && h.forEach(function(b) {
|
|
1329
|
-
b.addEventListener("scroll", t.update,
|
|
1330
|
-
}), c && d.addEventListener("resize", t.update,
|
|
1329
|
+
b.addEventListener("scroll", t.update, ft);
|
|
1330
|
+
}), c && d.addEventListener("resize", t.update, ft), function() {
|
|
1331
1331
|
i && h.forEach(function(b) {
|
|
1332
|
-
b.removeEventListener("scroll", t.update,
|
|
1333
|
-
}), c && d.removeEventListener("resize", t.update,
|
|
1332
|
+
b.removeEventListener("scroll", t.update, ft);
|
|
1333
|
+
}), c && d.removeEventListener("resize", t.update, ft);
|
|
1334
1334
|
};
|
|
1335
1335
|
}
|
|
1336
1336
|
const Rn = {
|
|
@@ -1367,8 +1367,8 @@ var Wn = {
|
|
|
1367
1367
|
function jn(e, s) {
|
|
1368
1368
|
var t = e.x, a = e.y, n = s.devicePixelRatio || 1;
|
|
1369
1369
|
return {
|
|
1370
|
-
x:
|
|
1371
|
-
y:
|
|
1370
|
+
x: Ke(t * n) / n || 0,
|
|
1371
|
+
y: Ke(a * n) / n || 0
|
|
1372
1372
|
};
|
|
1373
1373
|
}
|
|
1374
1374
|
function gs(e) {
|
|
@@ -1382,7 +1382,7 @@ function gs(e) {
|
|
|
1382
1382
|
I = $.x, M = $.y;
|
|
1383
1383
|
var z = l.hasOwnProperty("x"), T = l.hasOwnProperty("y"), H = de, O = ce, N = window;
|
|
1384
1384
|
if (h) {
|
|
1385
|
-
var P =
|
|
1385
|
+
var P = at(t), V = "clientHeight", q = "clientWidth";
|
|
1386
1386
|
if (P === fe(t) && (P = De(t), $e(P).position !== "static" && c === "absolute" && (V = "scrollHeight", q = "scrollWidth")), P = P, n === ce || (n === de || n === Be) && i === it) {
|
|
1387
1387
|
O = xe;
|
|
1388
1388
|
var j = k && P === N && N.visualViewport ? N.visualViewport.height : (
|
|
@@ -1418,7 +1418,7 @@ function gs(e) {
|
|
|
1418
1418
|
function Un(e) {
|
|
1419
1419
|
var s = e.state, t = e.options, a = t.gpuAcceleration, n = a === void 0 ? !0 : a, i = t.adaptive, l = i === void 0 ? !0 : i, c = t.roundOffsets, d = c === void 0 ? !0 : c, h = {
|
|
1420
1420
|
placement: Te(s.placement),
|
|
1421
|
-
variation:
|
|
1421
|
+
variation: Ze(s.placement),
|
|
1422
1422
|
popper: s.elements.popper,
|
|
1423
1423
|
popperRect: s.rects.popper,
|
|
1424
1424
|
gpuAcceleration: n,
|
|
@@ -1494,7 +1494,7 @@ function Qn(e) {
|
|
|
1494
1494
|
return e === "x" ? "y" : "x";
|
|
1495
1495
|
}
|
|
1496
1496
|
function st(e, s, t) {
|
|
1497
|
-
return Fe(e,
|
|
1497
|
+
return Fe(e, ht(s, t));
|
|
1498
1498
|
}
|
|
1499
1499
|
function ea(e, s, t) {
|
|
1500
1500
|
var a = st(e, s, t);
|
|
@@ -1506,7 +1506,7 @@ function ta(e) {
|
|
|
1506
1506
|
rootBoundary: h,
|
|
1507
1507
|
padding: k,
|
|
1508
1508
|
altBoundary: b
|
|
1509
|
-
}), z = Te(s.placement), T =
|
|
1509
|
+
}), z = Te(s.placement), T = Ze(s.placement), H = !T, O = Ft(z), N = Qn(O), P = s.modifiersData.popperOffsets, V = s.rects.reference, q = s.rects.popper, j = typeof M == "function" ? M(Object.assign({}, s.rects, {
|
|
1510
1510
|
placement: s.placement
|
|
1511
1511
|
})) : M, K = typeof j == "number" ? {
|
|
1512
1512
|
mainAxis: j,
|
|
@@ -1520,14 +1520,14 @@ function ta(e) {
|
|
|
1520
1520
|
};
|
|
1521
1521
|
if (P) {
|
|
1522
1522
|
if (i) {
|
|
1523
|
-
var Z, _e = O === "y" ? ce : de, ge = O === "y" ? xe : Be, ee = O === "y" ? "height" : "width", ne = P[O],
|
|
1523
|
+
var Z, _e = O === "y" ? ce : de, ge = O === "y" ? xe : Be, ee = O === "y" ? "height" : "width", ne = P[O], Ue = ne + $[_e], ke = ne - $[ge], Ae = I ? -q[ee] / 2 : 0, Ne = T === Xe ? V[ee] : q[ee], ae = T === Xe ? -q[ee] : -V[ee], Ge = s.elements.arrow, Le = I && Ge ? Ht(Ge) : {
|
|
1524
1524
|
width: 0,
|
|
1525
1525
|
height: 0
|
|
1526
|
-
}, Ce = s.modifiersData["arrow#persistent"] ? s.modifiersData["arrow#persistent"].padding : Hs(), R = Ce[_e], U = Ce[ge], oe = st(0, V[ee], Le[ee]), Ve = H ? V[ee] / 2 - Ae - oe - R - K.mainAxis : Ne - oe - R - K.mainAxis, ai = H ? -V[ee] / 2 + Ae + oe + U + K.mainAxis : ae + oe + U + K.mainAxis, wt = s.elements.arrow &&
|
|
1526
|
+
}, Ce = s.modifiersData["arrow#persistent"] ? s.modifiersData["arrow#persistent"].padding : Hs(), R = Ce[_e], U = Ce[ge], oe = st(0, V[ee], Le[ee]), Ve = H ? V[ee] / 2 - Ae - oe - R - K.mainAxis : Ne - oe - R - K.mainAxis, ai = H ? -V[ee] / 2 + Ae + oe + U + K.mainAxis : ae + oe + U + K.mainAxis, wt = s.elements.arrow && at(s.elements.arrow), oi = wt ? O === "y" ? wt.clientTop || 0 : wt.clientLeft || 0 : 0, Qt = (Z = X == null ? void 0 : X[O]) != null ? Z : 0, li = ne + Ve - Qt - oi, ri = ne + ai - Qt, es = st(I ? ht(Ue, li) : Ue, ne, I ? Fe(ke, ri) : ke);
|
|
1527
1527
|
P[O] = es, Q[O] = es - ne;
|
|
1528
1528
|
}
|
|
1529
1529
|
if (c) {
|
|
1530
|
-
var ts, ci = O === "x" ? ce : de, di = O === "x" ? xe : Be, He = P[N],
|
|
1530
|
+
var ts, ci = O === "x" ? ce : de, di = O === "x" ? xe : Be, He = P[N], ct = N === "y" ? "height" : "width", ss = He + $[ci], is = He - $[di], xt = [ce, de].indexOf(z) !== -1, ns = (ts = X == null ? void 0 : X[N]) != null ? ts : 0, as = xt ? ss : He - V[ct] - q[ct] - ns + K.altAxis, os = xt ? He + V[ct] + q[ct] - ns - K.altAxis : is, ls = I && xt ? ea(as, He, os) : st(I ? as : ss, He, I ? os : is);
|
|
1531
1531
|
P[N] = ls, Q[N] = ls - He;
|
|
1532
1532
|
}
|
|
1533
1533
|
s.modifiersData[a] = Q;
|
|
@@ -1546,7 +1546,7 @@ var ia = {
|
|
|
1546
1546
|
bottom: "top",
|
|
1547
1547
|
top: "bottom"
|
|
1548
1548
|
};
|
|
1549
|
-
function
|
|
1549
|
+
function mt(e) {
|
|
1550
1550
|
return e.replace(/left|right|bottom|top/g, function(s) {
|
|
1551
1551
|
return ia[s];
|
|
1552
1552
|
});
|
|
@@ -1562,9 +1562,9 @@ function ms(e) {
|
|
|
1562
1562
|
}
|
|
1563
1563
|
function aa(e, s) {
|
|
1564
1564
|
s === void 0 && (s = {});
|
|
1565
|
-
var t = s, a = t.placement, n = t.boundary, i = t.rootBoundary, l = t.padding, c = t.flipVariations, d = t.allowedAutoPlacements, h = d === void 0 ? Ds : d, b =
|
|
1566
|
-
return
|
|
1567
|
-
}) :
|
|
1565
|
+
var t = s, a = t.placement, n = t.boundary, i = t.rootBoundary, l = t.padding, c = t.flipVariations, d = t.allowedAutoPlacements, h = d === void 0 ? Ds : d, b = Ze(a), k = b ? c ? cs : cs.filter(function(B) {
|
|
1566
|
+
return Ze(B) === b;
|
|
1567
|
+
}) : ot, E = k.filter(function(B) {
|
|
1568
1568
|
return h.indexOf(B) >= 0;
|
|
1569
1569
|
});
|
|
1570
1570
|
E.length === 0 && (E = k);
|
|
@@ -1583,13 +1583,13 @@ function aa(e, s) {
|
|
|
1583
1583
|
function oa(e) {
|
|
1584
1584
|
if (Te(e) === Rt)
|
|
1585
1585
|
return [];
|
|
1586
|
-
var s =
|
|
1586
|
+
var s = mt(e);
|
|
1587
1587
|
return [ms(e), s, ms(s)];
|
|
1588
1588
|
}
|
|
1589
1589
|
function la(e) {
|
|
1590
1590
|
var s = e.state, t = e.options, a = e.name;
|
|
1591
1591
|
if (!s.modifiersData[a]._skip) {
|
|
1592
|
-
for (var n = t.mainAxis, i = n === void 0 ? !0 : n, l = t.altAxis, c = l === void 0 ? !0 : l, d = t.fallbackPlacements, h = t.padding, b = t.boundary, k = t.rootBoundary, E = t.altBoundary, I = t.flipVariations, B = I === void 0 ? !0 : I, M = t.allowedAutoPlacements, $ = s.options.placement, z = Te($), T = z === $, H = d || (T || !B ? [
|
|
1592
|
+
for (var n = t.mainAxis, i = n === void 0 ? !0 : n, l = t.altAxis, c = l === void 0 ? !0 : l, d = t.fallbackPlacements, h = t.padding, b = t.boundary, k = t.rootBoundary, E = t.altBoundary, I = t.flipVariations, B = I === void 0 ? !0 : I, M = t.allowedAutoPlacements, $ = s.options.placement, z = Te($), T = z === $, H = d || (T || !B ? [mt($)] : oa($)), O = [$].concat(H).reduce(function(Le, Ce) {
|
|
1593
1593
|
return Le.concat(Te(Ce) === Rt ? aa(s, {
|
|
1594
1594
|
placement: Ce,
|
|
1595
1595
|
boundary: b,
|
|
@@ -1599,16 +1599,16 @@ function la(e) {
|
|
|
1599
1599
|
allowedAutoPlacements: M
|
|
1600
1600
|
}) : Ce);
|
|
1601
1601
|
}, []), N = s.rects.reference, P = s.rects.popper, V = /* @__PURE__ */ new Map(), q = !0, j = O[0], K = 0; K < O.length; K++) {
|
|
1602
|
-
var X = O[K], Q = Te(X), Z =
|
|
1602
|
+
var X = O[K], Q = Te(X), Z = Ze(X) === Xe, _e = [ce, xe].indexOf(Q) >= 0, ge = _e ? "width" : "height", ee = qt(s, {
|
|
1603
1603
|
placement: X,
|
|
1604
1604
|
boundary: b,
|
|
1605
1605
|
rootBoundary: k,
|
|
1606
1606
|
altBoundary: E,
|
|
1607
1607
|
padding: h
|
|
1608
1608
|
}), ne = _e ? Z ? Be : de : Z ? xe : ce;
|
|
1609
|
-
N[ge] > P[ge] && (ne =
|
|
1610
|
-
var
|
|
1611
|
-
if (i && ke.push(ee[Q] <= 0), c && ke.push(ee[ne] <= 0, ee[
|
|
1609
|
+
N[ge] > P[ge] && (ne = mt(ne));
|
|
1610
|
+
var Ue = mt(ne), ke = [];
|
|
1611
|
+
if (i && ke.push(ee[Q] <= 0), c && ke.push(ee[ne] <= 0, ee[Ue] <= 0), ke.every(function(Le) {
|
|
1612
1612
|
return Le;
|
|
1613
1613
|
})) {
|
|
1614
1614
|
j = X, q = !1;
|
|
@@ -1628,8 +1628,8 @@ function la(e) {
|
|
|
1628
1628
|
if (R)
|
|
1629
1629
|
return j = R, "break";
|
|
1630
1630
|
}, ae = Ae; ae > 0; ae--) {
|
|
1631
|
-
var
|
|
1632
|
-
if (
|
|
1631
|
+
var Ge = Ne(ae);
|
|
1632
|
+
if (Ge === "break")
|
|
1633
1633
|
break;
|
|
1634
1634
|
}
|
|
1635
1635
|
s.placement !== j && (s.modifiersData[a]._skip = !0, s.placement = j, s.reset = !0);
|
|
@@ -1673,12 +1673,12 @@ const ua = {
|
|
|
1673
1673
|
var fa = function(s, t) {
|
|
1674
1674
|
return s = typeof s == "function" ? s(Object.assign({}, t.rects, {
|
|
1675
1675
|
placement: t.placement
|
|
1676
|
-
})) : s, Rs(typeof s != "number" ? s : Fs(s,
|
|
1676
|
+
})) : s, Rs(typeof s != "number" ? s : Fs(s, ot));
|
|
1677
1677
|
};
|
|
1678
1678
|
function ga(e) {
|
|
1679
1679
|
var s, t = e.state, a = e.name, n = e.options, i = t.elements.arrow, l = t.modifiersData.popperOffsets, c = Te(t.placement), d = Ft(c), h = [de, Be].indexOf(c) >= 0, b = h ? "height" : "width";
|
|
1680
1680
|
if (!(!i || !l)) {
|
|
1681
|
-
var k = fa(n.padding, t), E = Ht(i), I = d === "y" ? ce : de, B = d === "y" ? xe : Be, M = t.rects.reference[b] + t.rects.reference[d] - l[d] - t.rects.popper[b], $ = l[d] - t.rects.reference[d], z =
|
|
1681
|
+
var k = fa(n.padding, t), E = Ht(i), I = d === "y" ? ce : de, B = d === "y" ? xe : Be, M = t.rects.reference[b] + t.rects.reference[d] - l[d] - t.rects.popper[b], $ = l[d] - t.rects.reference[d], z = at(i), T = z ? d === "y" ? z.clientHeight || 0 : z.clientWidth || 0 : 0, H = M / 2 - $ / 2, O = k[I], N = T - E[b] - k[B], P = T / 2 - E[b] / 2 + H, V = st(O, P, N), q = d;
|
|
1682
1682
|
t.modifiersData[a] = (s = {}, s[q] = V, s.centerOffset = V - P, s);
|
|
1683
1683
|
}
|
|
1684
1684
|
}
|
|
@@ -1954,7 +1954,7 @@ const Ca = /* @__PURE__ */ y(ba, [["render", ka], ["__scopeId", "data-v-b4b01b19
|
|
|
1954
1954
|
placement: K,
|
|
1955
1955
|
popperNode: h,
|
|
1956
1956
|
triggerNode: b
|
|
1957
|
-
}), ge = Ee(() => X.value !== null), ee = Ee(() => O.value || !E.value), ne = Ee(() => Q.value && !ee.value),
|
|
1957
|
+
}), ge = Ee(() => X.value !== null), ee = Ee(() => O.value || !E.value), ne = Ee(() => Q.value && !ee.value), Ue = Ee(
|
|
1958
1958
|
() => !H.value && !ge.value
|
|
1959
1959
|
);
|
|
1960
1960
|
Ee(
|
|
@@ -1964,7 +1964,7 @@ const Ca = /* @__PURE__ */ y(ba, [["render", ka], ["__scopeId", "data-v-b4b01b19
|
|
|
1964
1964
|
ee.value || ge.value || (Ae.clear(), d.value = !0, ke());
|
|
1965
1965
|
}, ae = async () => {
|
|
1966
1966
|
ge.value || (ke.clear(), d.value = !1, Ae());
|
|
1967
|
-
},
|
|
1967
|
+
}, Ge = () => {
|
|
1968
1968
|
Q.value ? ae() : Ne();
|
|
1969
1969
|
};
|
|
1970
1970
|
me([E, O], ([R, U]) => {
|
|
@@ -1973,13 +1973,13 @@ const Ca = /* @__PURE__ */ y(ba, [["render", ka], ["__scopeId", "data-v-b4b01b19
|
|
|
1973
1973
|
R ? (a("shown"), k.value = !0) : Bt.debounce(() => {
|
|
1974
1974
|
k.value = !1;
|
|
1975
1975
|
}, 200);
|
|
1976
|
-
}),
|
|
1976
|
+
}), dt(() => {
|
|
1977
1977
|
ge.value && (X.value ? ke() : Ae());
|
|
1978
|
-
}),
|
|
1979
|
-
|
|
1978
|
+
}), dt(() => {
|
|
1979
|
+
Ue.value && ya(h, ae);
|
|
1980
1980
|
}), me(T, (R) => {
|
|
1981
1981
|
R ? E.value = !0 : E.value = !1;
|
|
1982
|
-
}),
|
|
1982
|
+
}), dt(() => {
|
|
1983
1983
|
h.value && l.observe(h.value, {
|
|
1984
1984
|
childList: !0,
|
|
1985
1985
|
subtree: !0
|
|
@@ -2006,7 +2006,7 @@ const Ca = /* @__PURE__ */ y(ba, [["render", ka], ["__scopeId", "data-v-b4b01b19
|
|
|
2006
2006
|
} else
|
|
2007
2007
|
R.key === "Escape" ? (R.preventDefault(), ae()) : R.key === "Tab" && B.value && (R.preventDefault(), B.value = !1, U.length > 0 && U[0].focus());
|
|
2008
2008
|
};
|
|
2009
|
-
return
|
|
2009
|
+
return dt(() => {
|
|
2010
2010
|
d.value && (Le(), B.value = !0, I.value.length > 0 && I.value[0].focus());
|
|
2011
2011
|
}), (R, U) => (o(), r("div", {
|
|
2012
2012
|
class: "ecs-popover-root",
|
|
@@ -2016,7 +2016,7 @@ const Ca = /* @__PURE__ */ y(ba, [["render", ka], ["__scopeId", "data-v-b4b01b19
|
|
|
2016
2016
|
ref_key: "triggerNode",
|
|
2017
2017
|
ref: b,
|
|
2018
2018
|
onMouseover: U[0] || (U[0] = (oe) => e.hover && Ne()),
|
|
2019
|
-
onClick:
|
|
2019
|
+
onClick: Ge,
|
|
2020
2020
|
onFocus: Ne,
|
|
2021
2021
|
onKeyup: Y(ae, ["esc"]),
|
|
2022
2022
|
"aria-describedby": c,
|
|
@@ -2028,7 +2028,7 @@ const Ca = /* @__PURE__ */ y(ba, [["render", ka], ["__scopeId", "data-v-b4b01b19
|
|
|
2028
2028
|
(o(), m(hi, { to: "body" }, [
|
|
2029
2029
|
_(pe, { name: "fade" }, {
|
|
2030
2030
|
default: S(() => [
|
|
2031
|
-
e.persistent || d.value ?
|
|
2031
|
+
e.persistent || d.value ? je((o(), r("div", {
|
|
2032
2032
|
key: 0,
|
|
2033
2033
|
onClick: U[1] || (U[1] = (oe) => !re(N) && ae()),
|
|
2034
2034
|
class: "ecs-popover popper",
|
|
@@ -2045,7 +2045,7 @@ const Ca = /* @__PURE__ */ y(ba, [["render", ka], ["__scopeId", "data-v-b4b01b19
|
|
|
2045
2045
|
], !0),
|
|
2046
2046
|
e.arrow ? (o(), m(Ca, { key: 0 })) : u("", !0)
|
|
2047
2047
|
], 512)), [
|
|
2048
|
-
[
|
|
2048
|
+
[nt, ne.value]
|
|
2049
2049
|
]) : u("", !0)
|
|
2050
2050
|
]),
|
|
2051
2051
|
_: 3
|
|
@@ -2593,7 +2593,7 @@ function Va(e, s, t, a, n, i) {
|
|
|
2593
2593
|
_: 3
|
|
2594
2594
|
}, 8, ["class", "error"]);
|
|
2595
2595
|
}
|
|
2596
|
-
const
|
|
2596
|
+
const lt = /* @__PURE__ */ y(Oa, [["render", Va], ["__scopeId", "data-v-be4ba5ee"]]), Ha = {
|
|
2597
2597
|
name: "EcsText",
|
|
2598
2598
|
props: {
|
|
2599
2599
|
/** Determines the tag of the text. */
|
|
@@ -2642,10 +2642,10 @@ function Ra(e, s, t, a, n, i) {
|
|
|
2642
2642
|
_: 3
|
|
2643
2643
|
}, 8, ["class", "style"]);
|
|
2644
2644
|
}
|
|
2645
|
-
const
|
|
2645
|
+
const rt = /* @__PURE__ */ y(Ha, [["render", Ra], ["__scopeId", "data-v-b3c32482"]]), Fa = {
|
|
2646
2646
|
name: "ecs-radiobutton",
|
|
2647
2647
|
emits: ["input", "change"],
|
|
2648
|
-
components: { EcsFormCheck: Wt, EcsText:
|
|
2648
|
+
components: { EcsFormCheck: Wt, EcsText: rt },
|
|
2649
2649
|
mixins: [be],
|
|
2650
2650
|
model: {
|
|
2651
2651
|
prop: "checked",
|
|
@@ -3176,7 +3176,7 @@ function mo(e, s, t, a, n, i) {
|
|
|
3176
3176
|
const ze = /* @__PURE__ */ y(lo, [["render", mo], ["__scopeId", "data-v-30641d87"]]), ho = {
|
|
3177
3177
|
name: "ecs-popover-list-item",
|
|
3178
3178
|
emits: ["click", "input", "change", "secondaryClick"],
|
|
3179
|
-
components: { EcsCheckbox:
|
|
3179
|
+
components: { EcsCheckbox: lt, EcsRadiobutton: Ua, EcsSwitch: jt, EcsSortbutton: oo, EcsIcon: L, EcsFileIcon: Us, EcsButton: ze, EcsFocusRing: D },
|
|
3180
3180
|
props: {
|
|
3181
3181
|
/** Determines the type of popover list item.*/
|
|
3182
3182
|
type: {
|
|
@@ -3800,7 +3800,7 @@ function Ro(e, s, t, a, n, i) {
|
|
|
3800
3800
|
const Fo = /* @__PURE__ */ y(Ho, [["render", Ro], ["__scopeId", "data-v-6c95c339"]]), qo = {
|
|
3801
3801
|
name: "ecs-bulk-selector",
|
|
3802
3802
|
emits: ["select", "families", "checked", "popover-shown", "popover-hidden"],
|
|
3803
|
-
components: { EcsFlexRow: Ie, EcsPopover: bt, EcsPopoverList: qs, EcsPopoverListItem: Gs, EcsButtonToolbar: _t, EcsCheckbox:
|
|
3803
|
+
components: { EcsFlexRow: Ie, EcsPopover: bt, EcsPopoverList: qs, EcsPopoverListItem: Gs, EcsButtonToolbar: _t, EcsCheckbox: lt, EcsSeparator: Fo },
|
|
3804
3804
|
props: {
|
|
3805
3805
|
/** Array of available select options that should show up in the dropdown. Needs to contain objects for each popover-list-item, */
|
|
3806
3806
|
options: {
|
|
@@ -4010,13 +4010,13 @@ function Zo(e, s, t, a, n, i) {
|
|
|
4010
4010
|
], 10, Xo);
|
|
4011
4011
|
}
|
|
4012
4012
|
const Ut = /* @__PURE__ */ y(Yo, [["render", Zo], ["__scopeId", "data-v-c7222f39"]]);
|
|
4013
|
-
function
|
|
4013
|
+
function pt(e) {
|
|
4014
4014
|
"@babel/helpers - typeof";
|
|
4015
|
-
return
|
|
4015
|
+
return pt = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(s) {
|
|
4016
4016
|
return typeof s;
|
|
4017
4017
|
} : function(s) {
|
|
4018
4018
|
return s && typeof Symbol == "function" && s.constructor === Symbol && s !== Symbol.prototype ? "symbol" : typeof s;
|
|
4019
|
-
},
|
|
4019
|
+
}, pt(e);
|
|
4020
4020
|
}
|
|
4021
4021
|
var Jo = /^\s+/, Qo = /\s+$/;
|
|
4022
4022
|
function w(e, s) {
|
|
@@ -4189,7 +4189,7 @@ w.prototype = {
|
|
|
4189
4189
|
}
|
|
4190
4190
|
};
|
|
4191
4191
|
w.fromRatio = function(e, s) {
|
|
4192
|
-
if (
|
|
4192
|
+
if (pt(e) == "object") {
|
|
4193
4193
|
var t = {};
|
|
4194
4194
|
for (var a in e)
|
|
4195
4195
|
e.hasOwnProperty(a) && (a === "a" ? t[a] = e[a] : t[a] = et(e[a]));
|
|
@@ -4203,7 +4203,7 @@ function el(e) {
|
|
|
4203
4203
|
g: 0,
|
|
4204
4204
|
b: 0
|
|
4205
4205
|
}, t = 1, a = null, n = null, i = null, l = !1, c = !1;
|
|
4206
|
-
return typeof e == "string" && (e = _l(e)),
|
|
4206
|
+
return typeof e == "string" && (e = _l(e)), pt(e) == "object" && (Me(e.r) && Me(e.g) && Me(e.b) ? (s = tl(e.r, e.g, e.b), l = !0, c = String(e.r).substr(-1) === "%" ? "prgb" : "rgb") : Me(e.h) && Me(e.s) && Me(e.v) ? (a = et(e.s), n = et(e.v), s = il(e.h, a, n), l = !0, c = "hsv") : Me(e.h) && Me(e.s) && Me(e.l) && (a = et(e.s), i = et(e.l), s = sl(e.h, a, i), l = !0, c = "hsl"), e.hasOwnProperty("a") && (t = e.a)), t = Ks(t), {
|
|
4207
4207
|
ok: l,
|
|
4208
4208
|
format: e.format || c,
|
|
4209
4209
|
r: Math.min(255, Math.max(s.r, 0)),
|
|
@@ -5356,7 +5356,7 @@ const tr = {
|
|
|
5356
5356
|
}, sr = ["id"], ir = ["onClick", "role", "tabindex", "aria-disabled"], nr = { key: 1 };
|
|
5357
5357
|
function ar(e, s, t, a, n, i) {
|
|
5358
5358
|
const l = g("ecs-icon"), c = g("ecs-button"), d = g("ecs-focus-ring"), h = yi("click-out-side");
|
|
5359
|
-
return
|
|
5359
|
+
return je((o(), r("div", {
|
|
5360
5360
|
class: v(["ecs-context-menu", n.opened ? " opened" : ""]),
|
|
5361
5361
|
id: t.elementId,
|
|
5362
5362
|
style: x([i.postionStyles])
|
|
@@ -6033,7 +6033,7 @@ const Dr = {
|
|
|
6033
6033
|
}, Vr = { class: "ecs-editable-input" }, Hr = ["aria-labelledby"], Rr = ["for", "id"], Fr = { class: "ecs-input__desc" };
|
|
6034
6034
|
function qr(e, s, t, a, n, i) {
|
|
6035
6035
|
return o(), r("div", Vr, [
|
|
6036
|
-
|
|
6036
|
+
je(f("input", {
|
|
6037
6037
|
"aria-labelledby": i.labelId,
|
|
6038
6038
|
class: "ecs-input__input",
|
|
6039
6039
|
"onUpdate:modelValue": s[0] || (s[0] = (l) => i.val = l),
|
|
@@ -6056,12 +6056,12 @@ var jr = Ur;
|
|
|
6056
6056
|
function Ur(e, s, t) {
|
|
6057
6057
|
return s < t ? e < s ? s : e > t ? t : e : e < t ? t : e > s ? s : e;
|
|
6058
6058
|
}
|
|
6059
|
-
const
|
|
6059
|
+
const gt = /* @__PURE__ */ $s(jr);
|
|
6060
6060
|
function Gr(e) {
|
|
6061
6061
|
var s = typeof e;
|
|
6062
6062
|
return e != null && (s == "object" || s == "function");
|
|
6063
6063
|
}
|
|
6064
|
-
var Xt = Gr, Kr = typeof
|
|
6064
|
+
var Xt = Gr, Kr = typeof ut == "object" && ut && ut.Object === Object && ut, Yr = Kr, Xr = Yr, Zr = typeof self == "object" && self && self.Object === Object && self, Jr = Xr || Zr || Function("return this")(), Js = Jr, Qr = Js, ec = function() {
|
|
6065
6065
|
return Qr.Date.now();
|
|
6066
6066
|
}, tc = ec, sc = /\s/;
|
|
6067
6067
|
function ic(e) {
|
|
@@ -6212,7 +6212,7 @@ const Zc = /* @__PURE__ */ $s(Xc), Jc = {
|
|
|
6212
6212
|
const t = this.$refs.container;
|
|
6213
6213
|
if (!t)
|
|
6214
6214
|
return;
|
|
6215
|
-
const a = t.clientWidth, n = t.clientHeight, i = t.getBoundingClientRect().left + window.pageXOffset, l = t.getBoundingClientRect().top + window.pageYOffset, c = e.pageX || (e.touches ? e.touches[0].pageX : 0), d = e.pageY || (e.touches ? e.touches[0].pageY : 0), h =
|
|
6215
|
+
const a = t.clientWidth, n = t.clientHeight, i = t.getBoundingClientRect().left + window.pageXOffset, l = t.getBoundingClientRect().top + window.pageYOffset, c = e.pageX || (e.touches ? e.touches[0].pageX : 0), d = e.pageY || (e.touches ? e.touches[0].pageY : 0), h = gt(c - i, 0, a), b = this.preventUnusable ? gt(d - l, n * 0.1, n * 0.85) : gt(d - l, 0, n), k = h / a, E = gt(-(b / n) + 1, 0, 1);
|
|
6216
6216
|
this.throttle(this.onChange, {
|
|
6217
6217
|
h: this.colors.hsv.h,
|
|
6218
6218
|
s: k,
|
|
@@ -6961,7 +6961,7 @@ function Zd(e, s, t, a, n, i) {
|
|
|
6961
6961
|
}, null, 8, ["width"])) : u("", !0)
|
|
6962
6962
|
])
|
|
6963
6963
|
])) : u("", !0),
|
|
6964
|
-
e.$slots.expand ?
|
|
6964
|
+
e.$slots.expand ? je((o(), r("div", {
|
|
6965
6965
|
key: 1,
|
|
6966
6966
|
id: n.expandId,
|
|
6967
6967
|
"aria-hidden": n.isExpanded ? "false" : "true",
|
|
@@ -6971,7 +6971,7 @@ function Zd(e, s, t, a, n, i) {
|
|
|
6971
6971
|
p(e.$slots, "expand", {}, void 0, !0)
|
|
6972
6972
|
])
|
|
6973
6973
|
], 8, Yd)), [
|
|
6974
|
-
[
|
|
6974
|
+
[nt, n.isExpanded]
|
|
6975
6975
|
]) : u("", !0)
|
|
6976
6976
|
]),
|
|
6977
6977
|
t.hover ? (o(), m(b, {
|
|
@@ -7682,14 +7682,14 @@ const i_ = /* @__PURE__ */ y(bu, [["render", Au], ["__scopeId", "data-v-3bf31b66
|
|
|
7682
7682
|
}
|
|
7683
7683
|
}, Ou = ["aria-labeled-by"];
|
|
7684
7684
|
function Du(e, s, t, a, n, i) {
|
|
7685
|
-
return
|
|
7685
|
+
return je((o(), r("div", {
|
|
7686
7686
|
class: "ecs-data-grid-group",
|
|
7687
7687
|
role: "tabpanel",
|
|
7688
7688
|
"aria-labeled-by": t.ariaLabeledBy
|
|
7689
7689
|
}, [
|
|
7690
7690
|
t.show ? p(e.$slots, "default", { key: 0 }, void 0, !0) : u("", !0)
|
|
7691
7691
|
], 8, Ou)), [
|
|
7692
|
-
[
|
|
7692
|
+
[nt, t.show]
|
|
7693
7693
|
]);
|
|
7694
7694
|
}
|
|
7695
7695
|
const n_ = /* @__PURE__ */ y(Lu, [["render", Du], ["__scopeId", "data-v-ee025ab5"]]), Nu = {
|
|
@@ -8693,7 +8693,7 @@ const Vf = /* @__PURE__ */ y(Of, [["render", Nf], ["__scopeId", "data-v-fc9084ab
|
|
|
8693
8693
|
EcsFocusRing: D,
|
|
8694
8694
|
EcsFlexRow: Ie,
|
|
8695
8695
|
EcsSticker: Oe,
|
|
8696
|
-
EcsText:
|
|
8696
|
+
EcsText: rt
|
|
8697
8697
|
},
|
|
8698
8698
|
props: {
|
|
8699
8699
|
/** Determines the icon that should be shown inside the drop zone. Possible states: `default`, `upload`, `viruscheck`. */
|
|
@@ -8965,7 +8965,7 @@ function Kf(e, s, t, a, n, i) {
|
|
|
8965
8965
|
}
|
|
8966
8966
|
const g_ = /* @__PURE__ */ y(Hf, [["render", Kf], ["__scopeId", "data-v-7c5f7831"]]), Yf = {
|
|
8967
8967
|
name: "ecs-form-group",
|
|
8968
|
-
components: { EcsText:
|
|
8968
|
+
components: { EcsText: rt },
|
|
8969
8969
|
props: {
|
|
8970
8970
|
/** If set, the input control will show up in an error state. */
|
|
8971
8971
|
error: {
|
|
@@ -9064,7 +9064,7 @@ function Jf(e, s, t, a, n, i) {
|
|
|
9064
9064
|
}
|
|
9065
9065
|
const Qf = /* @__PURE__ */ y(Zf, [["render", Jf], ["__scopeId", "data-v-97a5e4d9"]]), eg = {
|
|
9066
9066
|
name: "ecs-popover-header",
|
|
9067
|
-
components: { EcsIcon: L, EcsText:
|
|
9067
|
+
components: { EcsIcon: L, EcsText: rt },
|
|
9068
9068
|
props: {
|
|
9069
9069
|
/** Adds an icon to the popover header. The list of available icon names can be found [here](https://github.com/everchron/ec-shards/tree/main/src/assets/icons). */
|
|
9070
9070
|
icon: {
|
|
@@ -9121,7 +9121,7 @@ function ag(e, s, t, a, n, i) {
|
|
|
9121
9121
|
const og = /* @__PURE__ */ y(eg, [["render", ag], ["__scopeId", "data-v-85fef203"]]), lg = "data:image/svg+xml,%3csvg%20width='60'%20height='16'%20viewBox='0%200%2060%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M54.063%204.50704C54.063%203.96772%2054.5002%203.53052%2055.0395%203.53052C55.5788%203.53052%2056.016%203.96772%2056.016%204.50704V11.4178C56.016%2011.9572%2055.5788%2012.3944%2055.0395%2012.3944C54.5002%2012.3944%2054.063%2011.9572%2054.063%2011.4178V4.50704ZM46.4511%2010.085C46.4511%209.81933%2046.5412%209.59637%2046.7215%209.41611C46.9112%209.22636%2047.1389%209.13148%2047.4046%209.13148H49.5819L49.2119%208.07837C49.0601%207.68939%2048.9083%207.32412%2048.7565%206.98257C48.6142%206.63153%2048.4482%206.3137%2048.2584%206.02908C48.0877%205.74446%2047.8932%205.59266%2047.675%205.57368C47.4473%205.59266%2047.2433%205.74446%2047.063%206.02908C46.8828%206.3137%2046.7167%206.63153%2046.5649%206.98257C46.4226%207.32412%2046.2756%207.68939%2046.1238%208.07837L44.7718%2011.7785C44.6769%2011.9777%2044.5536%2012.1438%2044.4018%2012.2766C44.2595%2012.3999%2044.0413%2012.4616%2043.7471%2012.4616C43.472%2012.4616%2043.2443%2012.3667%2043.064%2012.177C42.8933%2011.9872%2042.8174%2011.7595%2042.8363%2011.4939C42.8458%2011.3705%2042.8743%2011.2567%2042.9217%2011.1523L44.4872%207.11065C44.9236%206.04805%2045.36%205.18944%2045.7964%204.5348C46.2234%203.88965%2046.8495%203.56234%2047.675%203.55285C48.4909%203.56234%2049.1123%203.88965%2049.5392%204.5348C49.9757%205.17046%2050.4121%206.02908%2050.8485%207.11065L52.414%2011.1523C52.4614%2011.2567%2052.4899%2011.3705%2052.4993%2011.4939C52.5183%2011.7595%2052.4377%2011.9872%2052.2574%2012.177C52.0866%2012.3667%2051.8637%2012.4616%2051.5885%2012.4616C51.2755%2012.4616%2051.043%2012.3999%2050.8912%2012.2766C50.7489%2012.1438%2050.6303%2011.9777%2050.5354%2011.7785L50.265%2011.0385H47.4046C47.1389%2011.0385%2046.916%2010.9436%2046.7357%2010.7538C46.5459%2010.5736%2046.4511%2010.3506%2046.4511%2010.085ZM21.9796%203.8944H21.325C20.6609%203.93235%2020.1153%204.18851%2019.6884%204.66288C19.2615%205.12777%2018.9531%205.65907%2018.7634%206.25678C18.5736%206.85449%2018.4788%207.46643%2018.4788%208.09261C18.4788%208.71878%2018.5689%209.33072%2018.7492%209.92843C18.9389%2010.5261%2019.2472%2011.0622%2019.6742%2011.5366C20.1106%2012.0014%2020.6609%2012.2529%2021.325%2012.2908H21.5954H26.8183C27.0744%2012.2813%2027.2879%2012.1912%2027.4587%2012.0204C27.6389%2011.8402%2027.7338%2011.6219%2027.7433%2011.3658C27.7433%2011.1001%2027.6532%2010.8724%2027.4729%2010.6827C27.3021%2010.4929%2027.0839%2010.3933%2026.8183%2010.3838H21.8089C21.4483%2010.3649%2021.1495%2010.2273%2020.9123%209.97113C20.6751%209.71496%2020.4996%209.4256%2020.3857%209.10302C20.3738%209.06513%2020.3626%209.02718%2020.3521%208.98917H24.5078C24.7735%208.98917%2024.9964%208.8943%2025.1767%208.70455C25.3664%208.52428%2025.4613%208.30133%2025.4613%208.03568C25.4613%207.77003%2025.3664%207.54708%2025.1767%207.36681C24.9964%207.17706%2024.7735%207.08219%2024.5078%207.08219H20.3907C20.5046%206.75595%2020.6785%206.46658%2020.9123%206.21409C21.1495%205.95792%2021.4483%205.82035%2021.8089%205.80138H26.8183C27.3875%205.75394%2027.6958%205.4456%2027.7433%204.87635C27.7433%204.6107%2027.6532%204.383%2027.4729%204.19325C27.3021%204.0035%2027.0839%203.90388%2026.8183%203.8944H21.9796ZM30.6965%207.09642C30.8009%206.76436%2030.9717%206.47025%2031.2089%206.21409C31.4555%205.95792%2031.7591%205.82035%2032.1197%205.80138H36.816C37.0816%205.80138%2037.3093%205.71599%2037.4991%205.54522C37.6983%205.36496%2037.7979%205.142%2037.7979%204.87635C37.741%204.27864%2037.4137%203.95132%2036.816%203.8944H31.892H31.6216C31.1377%203.90388%2030.706%204.05568%2030.3265%204.3498C29.9565%204.64391%2029.6577%204.99969%2029.43%205.41714C29.2118%205.8251%2029.0505%206.25678%2028.9461%206.71218C28.8417%207.16758%2028.7896%207.62772%2028.7896%208.09261C28.7896%208.71878%2028.8797%209.33072%2029.06%209.92843C29.2497%2010.5261%2029.558%2011.0622%2029.985%2011.5366C30.4119%2012.0014%2030.9575%2012.2529%2031.6216%2012.2908H32.2762H36.816C37.0816%2012.2908%2037.3093%2012.2054%2037.4991%2012.0347C37.6888%2011.8544%2037.7884%2011.6314%2037.7979%2011.3658C37.741%2010.7681%2037.4137%2010.4408%2036.816%2010.3838H32.1197C31.7591%2010.3649%2031.4555%2010.232%2031.2089%209.98536C30.9622%209.72919%2030.7867%209.43508%2030.6823%209.10302C30.5874%208.77096%2030.54%208.43415%2030.54%208.09261C30.54%207.75106%2030.5922%207.41899%2030.6965%207.09642ZM41.5184%206.46012C41.5184%206.99944%2041.0812%207.43665%2040.5418%207.43665C40.0025%207.43665%2039.5653%206.99944%2039.5653%206.46012C39.5653%205.9208%2040.0025%205.4836%2040.5418%205.4836C41.0812%205.4836%2041.5184%205.9208%2041.5184%206.46012ZM41.5182%209.46486C41.5182%2010.0042%2041.081%2010.4414%2040.5417%2010.4414C40.0024%2010.4414%2039.5652%2010.0042%2039.5652%209.46486C39.5652%208.92554%2040.0024%208.48833%2040.5417%208.48833C41.081%208.48833%2041.5182%208.92554%2041.5182%209.46486Z'%20fill='%230051AF'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M22.8887%202.39463e-08H7.97789C6.75301%20-1.99986e-06%205.80393%20-3.61046e-06%205.04171%200.0576269C4.26944%200.116017%203.64637%200.235763%203.08266%200.498156C1.94364%201.02835%201.02835%201.94363%200.498156%203.08266C0.235763%203.64637%200.116017%204.26944%200.0576269%205.04171C-3.56926e-06%205.80392%20-1.99974e-06%206.753%202.39402e-08%207.97788V8.0221C-1.99973e-06%209.24698%20-3.61046e-06%2010.1961%200.0576269%2010.9583C0.116017%2011.7305%200.235763%2012.3536%200.498156%2012.9173C1.02835%2014.0564%201.94364%2014.9716%203.08266%2015.5018C3.64637%2015.7642%204.26944%2015.884%205.04171%2015.9424C5.80393%2016%206.75302%2016%207.97791%2016H22.8863C22.8996%2016%2022.9129%2016%2022.9263%2016H51.5901C52.815%2016%2053.7641%2016%2054.5264%2015.9424C55.2986%2015.884%2055.9217%2015.7642%2056.4854%2015.5018C57.6244%2014.9716%2058.5397%2014.0564%2059.0699%2012.9173C59.3323%2012.3536%2059.452%2011.7305%2059.5104%2010.9583C59.5681%2010.1961%2059.5681%209.24709%2059.5681%208.0223V7.97769C59.5681%206.7529%2059.5681%205.80388%2059.5104%205.04171C59.452%204.26944%2059.3323%203.64637%2059.0699%203.08266C58.5397%201.94363%2057.6244%201.02835%2056.4854%200.498156C55.9217%200.235763%2055.2986%200.116017%2054.5264%200.0576269C53.7641%20-3.64791e-06%2052.8151%20-1.99986e-06%2051.5902%202.39463e-08H22.9262C22.9137%203.19582e-09%2022.9012%20-1.75111e-08%2022.8887%202.39463e-08ZM22.9484%2014.9483H51.5681C52.8197%2014.9483%2053.7291%2014.948%2054.4471%2014.8937C55.1596%2014.8398%2055.6406%2014.7351%2056.0416%2014.5484C56.956%2014.1228%2057.6908%2013.388%2058.1165%2012.4735C58.3031%2012.0725%2058.4079%2011.5915%2058.4618%2010.879C58.5161%2010.161%2058.5164%209.25158%2058.5164%207.99999C58.5164%206.74841%2058.5161%205.83895%2058.4618%205.12099C58.4079%204.4085%2058.3031%203.92744%2058.1165%203.52646C57.6908%202.61203%2056.956%201.87722%2056.0416%201.45157C55.6406%201.26492%2055.1596%201.16015%2054.4471%201.10628C53.7291%201.05199%2052.8197%201.05164%2051.5681%201.05164H22.9484C21.6968%201.05164%2020.7873%201.05199%2020.0693%201.10628C19.3569%201.16015%2018.8758%201.26492%2018.4748%201.45157C17.5604%201.87722%2016.8256%202.61203%2016.3999%203.52646C16.2133%203.92744%2016.1085%204.4085%2016.0546%205.12099C16.0003%205.83895%2016%206.74841%2016%207.99999C16%209.25158%2016.0003%2010.161%2016.0546%2010.879C16.1085%2011.5915%2016.2133%2012.0725%2016.3999%2012.4735C16.8256%2013.388%2017.5604%2014.1228%2018.4748%2014.5484C18.8758%2014.7351%2019.3569%2014.8398%2020.0693%2014.8937C20.7873%2014.948%2021.6968%2014.9483%2022.9484%2014.9483Z'%20fill='url(%23paint0_linear_1513_7480)'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.46002%205.03279C6.6361%205.03279%206.79084%205.14951%206.83921%205.31881L7.26681%206.8154C7.45397%207.47046%207.96601%207.9825%208.62107%208.16966L10.1177%208.59725C10.287%208.64562%2010.4037%208.80037%2010.4037%208.97645C10.4037%209.15252%2010.287%209.30727%2010.1177%209.35564L8.62107%209.78323C7.96601%209.97039%207.45397%2010.4824%207.26681%2011.1375L6.83921%2012.6341C6.79084%2012.8034%206.6361%2012.9201%206.46002%2012.9201C6.28394%2012.9201%206.1292%2012.8034%206.08083%2012.6341L5.65323%2011.1375C5.46607%2010.4824%204.95403%209.97039%204.29897%209.78323L2.80238%209.35564C2.63308%209.30727%202.51636%209.15252%202.51636%208.97645C2.51636%208.80037%202.63308%208.64562%202.80238%208.59725L4.29897%208.16966C4.95403%207.9825%205.46607%207.47046%205.65323%206.8154L6.08083%205.31881C6.1292%205.14951%206.28394%205.03279%206.46002%205.03279Z'%20fill='white'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M11.1924%203.45532C11.3734%203.45532%2011.5311%203.57848%2011.575%203.75404L11.7111%204.29851C11.8348%204.79304%2012.2209%205.17918%2012.7154%205.30281L13.2599%205.43893C13.4354%205.48282%2013.5586%205.64056%2013.5586%205.82152C13.5586%206.00248%2013.4354%206.16022%2013.2599%206.20411L12.7154%206.34023C12.2209%206.46386%2011.8348%206.84999%2011.7111%207.34453L11.575%207.889C11.5311%208.06455%2011.3734%208.18771%2011.1924%208.18771C11.0115%208.18771%2010.8537%208.06455%2010.8098%207.889L10.6737%207.34453C10.5501%206.84999%2010.1639%206.46386%209.6694%206.34023L9.12493%206.20411C8.94938%206.16022%208.82622%206.00248%208.82622%205.82152C8.82622%205.64056%208.94938%205.48282%209.12493%205.43893L9.6694%205.30281C10.1639%205.17918%2010.5501%204.79304%2010.6737%204.29851L10.8098%203.75404C10.8537%203.57848%2011.0115%203.45532%2011.1924%203.45532Z'%20fill='white'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_1513_7480'%20x1='2.26208'%20y1='1.13104'%20x2='51.1481'%20y2='13.8238'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%230074FB'/%3e%3cstop%20offset='1'%20stop-color='%230074FB'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e", rg = {
|
|
9122
9122
|
name: "ecs-ecai-select",
|
|
9123
9123
|
emits: ["update:settings", "generate", "opened"],
|
|
9124
|
-
components: { EcsPopover: bt, EcsButton: ze, EcsSwitch: jt, EcsSelect: Zt, EcsCheckbox:
|
|
9124
|
+
components: { EcsPopover: bt, EcsButton: ze, EcsSwitch: jt, EcsSelect: Zt, EcsCheckbox: lt, EcsFormGroup: ii, EcsText: rt, EcsFlexRow: Ie, EcsInfoTooltip: Qf, EcsSticker: Oe, EcsButtonMore: Gt, EcsPopoverHeader: og },
|
|
9125
9125
|
props: {
|
|
9126
9126
|
/** Button type: `iconOnly`, `default` */
|
|
9127
9127
|
buttonType: {
|
|
@@ -12059,13 +12059,13 @@ function mp(e, s, t, a, n, i) {
|
|
|
12059
12059
|
]),
|
|
12060
12060
|
_: 3
|
|
12061
12061
|
}, 8, ["name"]),
|
|
12062
|
-
e.$slots.actionbar ?
|
|
12062
|
+
e.$slots.actionbar ? je((o(), m(c, { key: 1 }, {
|
|
12063
12063
|
default: S(() => [
|
|
12064
12064
|
p(e.$slots, "actionbar", {}, void 0, !0)
|
|
12065
12065
|
]),
|
|
12066
12066
|
_: 3
|
|
12067
12067
|
}, 512)), [
|
|
12068
|
-
[
|
|
12068
|
+
[nt, t.showActionbar]
|
|
12069
12069
|
]) : u("", !0),
|
|
12070
12070
|
f("div", dp, [
|
|
12071
12071
|
p(e.$slots, "default", {}, void 0, !0)
|
|
@@ -12873,7 +12873,7 @@ const U_ = /* @__PURE__ */ y(nv, [["render", ov], ["__scopeId", "data-v-e28fc40f
|
|
|
12873
12873
|
data() {
|
|
12874
12874
|
return {
|
|
12875
12875
|
isShown: this.show,
|
|
12876
|
-
showSidebar: !
|
|
12876
|
+
showSidebar: !1,
|
|
12877
12877
|
width: window.innerWidth,
|
|
12878
12878
|
elementsHeight: null,
|
|
12879
12879
|
scrollsHeight: null,
|
|
@@ -12941,10 +12941,7 @@ const U_ = /* @__PURE__ */ y(nv, [["render", ov], ["__scopeId", "data-v-e28fc40f
|
|
|
12941
12941
|
}, hv = {
|
|
12942
12942
|
key: 0,
|
|
12943
12943
|
class: "ecs-overlay-sidebar ecs-overlay-sidebar-static"
|
|
12944
|
-
}, pv = {
|
|
12945
|
-
key: 0,
|
|
12946
|
-
class: "ecs-overlay-sidebar ecs-overlay-sidebar-float scrollbar scrollbar-sml"
|
|
12947
|
-
}, vv = {
|
|
12944
|
+
}, pv = { class: "ecs-overlay-sidebar ecs-overlay-sidebar-float scrollbar scrollbar-sml" }, vv = {
|
|
12948
12945
|
key: 1,
|
|
12949
12946
|
class: "ecs-overlay-content-block"
|
|
12950
12947
|
}, yv = {
|
|
@@ -13051,9 +13048,11 @@ function Sv(e, s, t, a, n, i) {
|
|
|
13051
13048
|
])) : u("", !0),
|
|
13052
13049
|
_(pe, { name: "slide" }, {
|
|
13053
13050
|
default: S(() => [
|
|
13054
|
-
|
|
13051
|
+
je(f("div", pv, [
|
|
13055
13052
|
p(e.$slots, "sidebar", {}, void 0, !0)
|
|
13056
|
-
])
|
|
13053
|
+
], 512), [
|
|
13054
|
+
[nt, e.$slots.sidebar && n.width <= 1500 && n.showSidebar]
|
|
13055
|
+
])
|
|
13057
13056
|
]),
|
|
13058
13057
|
_: 3
|
|
13059
13058
|
})
|
|
@@ -13078,7 +13077,7 @@ function Sv(e, s, t, a, n, i) {
|
|
|
13078
13077
|
_: 3
|
|
13079
13078
|
});
|
|
13080
13079
|
}
|
|
13081
|
-
const G_ = /* @__PURE__ */ y(lv, [["render", Sv], ["__scopeId", "data-v-
|
|
13080
|
+
const G_ = /* @__PURE__ */ y(lv, [["render", Sv], ["__scopeId", "data-v-4a607a6a"]]), wv = {
|
|
13082
13081
|
name: "ecs-pagination",
|
|
13083
13082
|
emits: ["firstPage", "prevPage", "nextPage", "lastPage", "updatePage", "itemsPerPage"],
|
|
13084
13083
|
components: {
|
|
@@ -13670,7 +13669,7 @@ function Gv(e, s, t, a, n, i) {
|
|
|
13670
13669
|
const Kv = /* @__PURE__ */ y(Wv, [["render", Gv], ["__scopeId", "data-v-a6e15633"]]), Yv = {
|
|
13671
13670
|
name: "ecs-quicklinks-link",
|
|
13672
13671
|
emits: ["click", "input", "toggle", "update:volumes"],
|
|
13673
|
-
components: { EcsCheckbox:
|
|
13672
|
+
components: { EcsCheckbox: lt, EcsRatingStarRead: qv, EcsRatingFavorability: Kv, EcsSwitch: jt, EcsIcon: L, EcsFocusRing: D, EcsAvatar: vt, EcsFlexRow: Ie, EcsPopover: bt, EcsPopoverList: qs, EcsPopoverListItem: Gs },
|
|
13674
13673
|
props: {
|
|
13675
13674
|
/** The label text for the quicklink. */
|
|
13676
13675
|
label: {
|
|
@@ -14575,7 +14574,7 @@ function bb(e, s, t, a, n, i) {
|
|
|
14575
14574
|
const r1 = /* @__PURE__ */ y(vb, [["render", bb], ["__scopeId", "data-v-81bc3c0a"]]), _b = {
|
|
14576
14575
|
name: "ecs-sidebar-list-item",
|
|
14577
14576
|
emits: ["click", "select"],
|
|
14578
|
-
components: { EcsIcon: L, EcsAvatar: vt, EcsCheckbox:
|
|
14577
|
+
components: { EcsIcon: L, EcsAvatar: vt, EcsCheckbox: lt, EcsFlexRow: Ie, EcsSkeletonLoader: te },
|
|
14579
14578
|
props: {
|
|
14580
14579
|
/** Optional unique identifier for the list item. */
|
|
14581
14580
|
id: {
|
|
@@ -15841,7 +15840,7 @@ export {
|
|
|
15841
15840
|
Kt as EcsButtonToolbarGroup,
|
|
15842
15841
|
W0 as EcsButtonToolbarIcon,
|
|
15843
15842
|
j0 as EcsCard,
|
|
15844
|
-
|
|
15843
|
+
lt as EcsCheckbox,
|
|
15845
15844
|
U0 as EcsCitationLine,
|
|
15846
15845
|
Ws as EcsClickableArea,
|
|
15847
15846
|
K0 as EcsCollapse,
|
|
@@ -15959,7 +15958,7 @@ export {
|
|
|
15959
15958
|
tb as EcsTabs,
|
|
15960
15959
|
m1 as EcsTag,
|
|
15961
15960
|
h1 as EcsTagCloud,
|
|
15962
|
-
|
|
15961
|
+
rt as EcsText,
|
|
15963
15962
|
js as EcsTextV2,
|
|
15964
15963
|
p1 as EcsToast,
|
|
15965
15964
|
v1 as EcsToasts,
|