@everchron/ec-shards 8.9.7 → 8.9.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ec-shards.js +935 -958
- 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 ee, watch as le, openBlock as o, createBlock as y, resolveDynamicComponent as Te, unref as ie, normalizeClass as v, createElementBlock as l, normalizeStyle as z, resolveComponent as p, createVNode as b, createCommentVNode as u, createElementVNode as f, createTextVNode as D, toDisplayString as x, renderSlot as
|
|
1
|
+
import { defineAsyncComponent as ee, watch as le, openBlock as o, createBlock as y, resolveDynamicComponent as Te, unref as ie, normalizeClass as v, createElementBlock as l, normalizeStyle as z, resolveComponent as p, createVNode as b, createCommentVNode as u, createElementVNode as f, createTextVNode as D, toDisplayString as x, renderSlot as m, Transition as ze, withCtx as w, computed as be, reactive as Qs, nextTick as ei, onBeforeUnmount as Pt, toRefs as ys, isRef as ti, onMounted as bs, useSlots as si, ref as Ke, watchEffect as bt, withKeys as U, Teleport as ii, withDirectives as Ge, vShow as ft, mergeProps as De, normalizeProps as ni, guardReactiveProps as ai, withModifiers as G, pushScopeId as he, popScopeId as ve, Fragment as Z, renderList as pe, resolveDirective as oi, vModelText as ri, h as li, TransitionGroup as ci } from "vue";
|
|
2
2
|
const te = (e, s) => {
|
|
3
3
|
const t = e[s];
|
|
4
4
|
return t ? typeof t == "function" ? t() : Promise.resolve(t) : new Promise((a, n) => {
|
|
@@ -198,7 +198,7 @@ function vi(e, s, t, a, n, i) {
|
|
|
198
198
|
D(" " + x(t.headline), 1)
|
|
199
199
|
])) : u("", !0),
|
|
200
200
|
e.$slots.default ? (o(), l("div", hi, [
|
|
201
|
-
|
|
201
|
+
m(e.$slots, "default", {}, void 0, !0)
|
|
202
202
|
])) : u("", !0)
|
|
203
203
|
]),
|
|
204
204
|
t.actionLabel ? (o(), l("button", {
|
|
@@ -215,21 +215,22 @@ const ks = /* @__PURE__ */ _(pi, [["render", vi], ["__scopeId", "data-v-3dba37f1
|
|
|
215
215
|
const _i = {
|
|
216
216
|
name: "ecs-action-toolbar"
|
|
217
217
|
}, yi = {
|
|
218
|
+
key: 0,
|
|
218
219
|
class: "ecs-action-toolbar",
|
|
219
220
|
role: "toolbar",
|
|
220
221
|
"aria-label": "Actions"
|
|
221
222
|
};
|
|
222
223
|
function bi(e, s, t, a, n, i) {
|
|
223
|
-
return o(), y(
|
|
224
|
+
return o(), y(ze, { name: "action-bar" }, {
|
|
224
225
|
default: w(() => [
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
])
|
|
226
|
+
e.$slots.default ? (o(), l("div", yi, [
|
|
227
|
+
m(e.$slots, "default", {}, void 0, !0)
|
|
228
|
+
])) : u("", !0)
|
|
228
229
|
]),
|
|
229
230
|
_: 3
|
|
230
231
|
});
|
|
231
232
|
}
|
|
232
|
-
const ki = /* @__PURE__ */ _(_i, [["render", bi], ["__scopeId", "data-v-
|
|
233
|
+
const ki = /* @__PURE__ */ _(_i, [["render", bi], ["__scopeId", "data-v-87d509ba"]]);
|
|
233
234
|
const xi = {
|
|
234
235
|
name: "ecs-audio",
|
|
235
236
|
props: {
|
|
@@ -279,7 +280,7 @@ function Bi(e, s, t, a, n, i) {
|
|
|
279
280
|
}, null, 8, Ci)) : u("", !0)
|
|
280
281
|
], 8, wi);
|
|
281
282
|
}
|
|
282
|
-
const
|
|
283
|
+
const oy = /* @__PURE__ */ _(xi, [["render", Bi], ["__scopeId", "data-v-4e7ca115"]]);
|
|
283
284
|
const zi = {
|
|
284
285
|
__name: "sticker",
|
|
285
286
|
props: {
|
|
@@ -468,7 +469,7 @@ const Ii = {
|
|
|
468
469
|
return r > 255 ? r = 255 : r < 0 && (r = 0), (t ? "#" : "") + (r | i << 8 | n << 16).toString(16);
|
|
469
470
|
}
|
|
470
471
|
}
|
|
471
|
-
},
|
|
472
|
+
}, $i = ["role", "aria-label"], Ei = { key: 0 };
|
|
472
473
|
function Pi(e, s, t, a, n, i) {
|
|
473
474
|
const r = p("ecs-sticker");
|
|
474
475
|
return o(), l("div", {
|
|
@@ -477,12 +478,12 @@ function Pi(e, s, t, a, n, i) {
|
|
|
477
478
|
role: t.image ? "img" : "none",
|
|
478
479
|
"aria-label": t.name
|
|
479
480
|
}, [
|
|
480
|
-
this.image ? u("", !0) : (o(), l("span",
|
|
481
|
+
this.image ? u("", !0) : (o(), l("span", Ei, x(i.userInitial), 1)),
|
|
481
482
|
t.relevantBadge ? (o(), y(r, {
|
|
482
483
|
key: 1,
|
|
483
484
|
type: "badge"
|
|
484
485
|
})) : u("", !0)
|
|
485
|
-
], 14,
|
|
486
|
+
], 14, $i);
|
|
486
487
|
}
|
|
487
488
|
const Ti = /* @__PURE__ */ _(Ii, [["render", Pi], ["__scopeId", "data-v-cdd70b4e"]]);
|
|
488
489
|
const Mi = {
|
|
@@ -560,7 +561,7 @@ function Li(e, s, t, a, n, i) {
|
|
|
560
561
|
class: v(["ecs-banner", [t.type, { fixed: t.fixed }]]),
|
|
561
562
|
role: "alert"
|
|
562
563
|
}, [
|
|
563
|
-
|
|
564
|
+
m(e.$slots, "default", {}, void 0, !0),
|
|
564
565
|
t.dismissable ? (o(), l("button", {
|
|
565
566
|
key: 0,
|
|
566
567
|
onClick: s[0] || (s[0] = (...d) => i.dismiss && i.dismiss(...d)),
|
|
@@ -576,7 +577,7 @@ function Li(e, s, t, a, n, i) {
|
|
|
576
577
|
], 4)) : u("", !0)
|
|
577
578
|
], 2)) : u("", !0);
|
|
578
579
|
}
|
|
579
|
-
const
|
|
580
|
+
const ry = /* @__PURE__ */ _(Mi, [["render", Li], ["__scopeId", "data-v-888a84fc"]]);
|
|
580
581
|
const Oi = {
|
|
581
582
|
name: "ecs-breadcrumb",
|
|
582
583
|
props: {
|
|
@@ -598,10 +599,10 @@ function Ai(e, s, t, a, n, i) {
|
|
|
598
599
|
class: v(["ecs-breadcrumb", i.sizeClass]),
|
|
599
600
|
"aria-label": "breadcrumb"
|
|
600
601
|
}, [
|
|
601
|
-
|
|
602
|
+
m(e.$slots, "default", {}, void 0, !0)
|
|
602
603
|
], 2);
|
|
603
604
|
}
|
|
604
|
-
const
|
|
605
|
+
const ly = /* @__PURE__ */ _(Oi, [["render", Ai], ["__scopeId", "data-v-d1ff2486"]]);
|
|
605
606
|
const Ni = {
|
|
606
607
|
name: "ecs-breadcrumb-button",
|
|
607
608
|
emits: ["click"],
|
|
@@ -655,12 +656,12 @@ function Fi(e, s, t, a, n, i) {
|
|
|
655
656
|
size: "20"
|
|
656
657
|
})) : u("", !0),
|
|
657
658
|
t.type != "more" ? (o(), l("span", Di, [
|
|
658
|
-
|
|
659
|
+
m(e.$slots, "default", {}, void 0, !0)
|
|
659
660
|
])) : u("", !0),
|
|
660
661
|
b(c)
|
|
661
662
|
], 2);
|
|
662
663
|
}
|
|
663
|
-
const
|
|
664
|
+
const cy = /* @__PURE__ */ _(Ni, [["render", Fi], ["__scopeId", "data-v-7fb9bc8d"]]);
|
|
664
665
|
const Ri = {
|
|
665
666
|
name: "ecs-breadcrumb-title"
|
|
666
667
|
}, Vi = {
|
|
@@ -669,10 +670,10 @@ const Ri = {
|
|
|
669
670
|
};
|
|
670
671
|
function Hi(e, s, t, a, n, i) {
|
|
671
672
|
return o(), l("div", Vi, [
|
|
672
|
-
|
|
673
|
+
m(e.$slots, "default", {}, void 0, !0)
|
|
673
674
|
]);
|
|
674
675
|
}
|
|
675
|
-
const
|
|
676
|
+
const dy = /* @__PURE__ */ _(Ri, [["render", Hi], ["__scopeId", "data-v-422cc046"]]);
|
|
676
677
|
const qi = {
|
|
677
678
|
name: "ecs-flex-row",
|
|
678
679
|
props: {
|
|
@@ -727,7 +728,7 @@ function Wi(e, s, t, a, n, i) {
|
|
|
727
728
|
class: v(["ecs-flex-row", [i.directionClass, i.justifyClass, i.alignClass, i.wrapClass]]),
|
|
728
729
|
style: z(i.gapStyle)
|
|
729
730
|
}, [
|
|
730
|
-
|
|
731
|
+
m(e.$slots, "default", {}, void 0, !0)
|
|
731
732
|
], 6);
|
|
732
733
|
}
|
|
733
734
|
const Me = /* @__PURE__ */ _(qi, [["render", Wi], ["__scopeId", "data-v-c8b221b0"]]);
|
|
@@ -739,19 +740,19 @@ function zt(e, s, t) {
|
|
|
739
740
|
var a, n, i, r, c;
|
|
740
741
|
s == null && (s = 100);
|
|
741
742
|
function d() {
|
|
742
|
-
var
|
|
743
|
-
|
|
743
|
+
var h = Date.now() - r;
|
|
744
|
+
h < s && h >= 0 ? a = setTimeout(d, s - h) : (a = null, t || (c = e.apply(i, n), i = n = null));
|
|
744
745
|
}
|
|
745
|
-
var
|
|
746
|
+
var g = function() {
|
|
746
747
|
i = this, n = arguments, r = Date.now();
|
|
747
|
-
var
|
|
748
|
-
return a || (a = setTimeout(d, s)),
|
|
748
|
+
var h = t && !a;
|
|
749
|
+
return a || (a = setTimeout(d, s)), h && (c = e.apply(i, n), i = n = null), c;
|
|
749
750
|
};
|
|
750
|
-
return
|
|
751
|
+
return g.clear = function() {
|
|
751
752
|
a && (clearTimeout(a), a = null);
|
|
752
|
-
},
|
|
753
|
+
}, g.flush = function() {
|
|
753
754
|
a && (c = e.apply(i, n), i = n = null, clearTimeout(a), a = null);
|
|
754
|
-
},
|
|
755
|
+
}, g;
|
|
755
756
|
}
|
|
756
757
|
zt.debounce = zt;
|
|
757
758
|
var kt = zt;
|
|
@@ -792,16 +793,16 @@ function qe(e, s, t) {
|
|
|
792
793
|
s === void 0 && (s = !1), t === void 0 && (t = !1);
|
|
793
794
|
var a = e.getBoundingClientRect(), n = 1, i = 1;
|
|
794
795
|
s && ce(e) && (n = e.offsetWidth > 0 && He(a.width) / e.offsetWidth || 1, i = e.offsetHeight > 0 && He(a.height) / e.offsetHeight || 1);
|
|
795
|
-
var r = Fe(e) ? oe(e) : window, c = r.visualViewport, d = !ws() && t,
|
|
796
|
+
var r = Fe(e) ? oe(e) : window, c = r.visualViewport, d = !ws() && t, g = (a.left + (d && c ? c.offsetLeft : 0)) / n, h = (a.top + (d && c ? c.offsetTop : 0)) / i, k = a.width / n, B = a.height / i;
|
|
796
797
|
return {
|
|
797
798
|
width: k,
|
|
798
799
|
height: B,
|
|
799
|
-
top:
|
|
800
|
-
right:
|
|
801
|
-
bottom:
|
|
802
|
-
left:
|
|
803
|
-
x:
|
|
804
|
-
y:
|
|
800
|
+
top: h,
|
|
801
|
+
right: g + k,
|
|
802
|
+
bottom: h + B,
|
|
803
|
+
left: g,
|
|
804
|
+
x: g,
|
|
805
|
+
y: h
|
|
805
806
|
};
|
|
806
807
|
}
|
|
807
808
|
function Mt(e) {
|
|
@@ -820,7 +821,7 @@ function ji(e) {
|
|
|
820
821
|
function Gi(e) {
|
|
821
822
|
return e === oe(e) || !ce(e) ? Mt(e) : ji(e);
|
|
822
823
|
}
|
|
823
|
-
function
|
|
824
|
+
function xe(e) {
|
|
824
825
|
return e ? (e.nodeName || "").toLowerCase() : null;
|
|
825
826
|
}
|
|
826
827
|
function Le(e) {
|
|
@@ -852,7 +853,7 @@ function Ki(e, s, t) {
|
|
|
852
853
|
x: 0,
|
|
853
854
|
y: 0
|
|
854
855
|
};
|
|
855
|
-
return (a || !a && !t) && ((
|
|
856
|
+
return (a || !a && !t) && ((xe(s) !== "body" || // https://github.com/popperjs/popper-core/issues/1078
|
|
856
857
|
Ot(i)) && (c = Gi(s)), ce(s) ? (d = qe(s, !0), d.x += s.clientLeft, d.y += s.clientTop) : i && (d.x = Lt(i))), {
|
|
857
858
|
x: r.left + c.scrollLeft - d.x,
|
|
858
859
|
y: r.top + c.scrollTop - d.y,
|
|
@@ -870,7 +871,7 @@ function At(e) {
|
|
|
870
871
|
};
|
|
871
872
|
}
|
|
872
873
|
function pt(e) {
|
|
873
|
-
return
|
|
874
|
+
return xe(e) === "html" ? e : (
|
|
874
875
|
// this is a quicker (but less type safe) way to save quite some bytes from the bundle
|
|
875
876
|
// $FlowFixMe[incompatible-return]
|
|
876
877
|
// $FlowFixMe[prop-missing]
|
|
@@ -882,7 +883,7 @@ function pt(e) {
|
|
|
882
883
|
);
|
|
883
884
|
}
|
|
884
885
|
function Ss(e) {
|
|
885
|
-
return ["html", "body", "#document"].indexOf(
|
|
886
|
+
return ["html", "body", "#document"].indexOf(xe(e)) >= 0 ? e.ownerDocument.body : ce(e) && Ot(e) ? e : Ss(pt(e));
|
|
886
887
|
}
|
|
887
888
|
function Je(e, s) {
|
|
888
889
|
var t;
|
|
@@ -894,7 +895,7 @@ function Je(e, s) {
|
|
|
894
895
|
);
|
|
895
896
|
}
|
|
896
897
|
function Yi(e) {
|
|
897
|
-
return ["table", "td", "th"].indexOf(
|
|
898
|
+
return ["table", "td", "th"].indexOf(xe(e)) >= 0;
|
|
898
899
|
}
|
|
899
900
|
function es(e) {
|
|
900
901
|
return !ce(e) || // https://github.com/popperjs/popper-core/issues/837
|
|
@@ -908,7 +909,7 @@ function Xi(e) {
|
|
|
908
909
|
return null;
|
|
909
910
|
}
|
|
910
911
|
var n = pt(e);
|
|
911
|
-
for (Tt(n) && (n = n.host); ce(n) && ["html", "body"].indexOf(
|
|
912
|
+
for (Tt(n) && (n = n.host); ce(n) && ["html", "body"].indexOf(xe(n)) < 0; ) {
|
|
912
913
|
var i = Ie(n);
|
|
913
914
|
if (i.transform !== "none" || i.perspective !== "none" || i.contain === "paint" || ["transform", "perspective"].indexOf(i.willChange) !== -1 || s && i.willChange === "filter" || s && i.filter && i.filter !== "none")
|
|
914
915
|
return n;
|
|
@@ -919,7 +920,7 @@ function Xi(e) {
|
|
|
919
920
|
function tt(e) {
|
|
920
921
|
for (var s = oe(e), t = es(e); t && Yi(t) && Ie(t).position === "static"; )
|
|
921
922
|
t = es(t);
|
|
922
|
-
return t && (
|
|
923
|
+
return t && (xe(t) === "html" || xe(t) === "body" && Ie(t).position === "static") ? s : t || Xi(e) || s;
|
|
923
924
|
}
|
|
924
925
|
var ne = "top", ge = "bottom", me = "right", ae = "left", Nt = "auto", st = [ne, ge, me, ae], We = "start", et = "end", Zi = "clippingParents", Cs = "viewport", Ye = "popper", Ji = "reference", ts = /* @__PURE__ */ st.reduce(function(e, s) {
|
|
925
926
|
return e.concat([s + "-" + We, s + "-" + et]);
|
|
@@ -979,8 +980,8 @@ function gn(e, s) {
|
|
|
979
980
|
var t = oe(e), a = Le(e), n = t.visualViewport, i = a.clientWidth, r = a.clientHeight, c = 0, d = 0;
|
|
980
981
|
if (n) {
|
|
981
982
|
i = n.width, r = n.height;
|
|
982
|
-
var
|
|
983
|
-
(
|
|
983
|
+
var g = ws();
|
|
984
|
+
(g || !g && s === "fixed") && (c = n.offsetLeft, d = n.offsetTop);
|
|
984
985
|
}
|
|
985
986
|
return {
|
|
986
987
|
width: i,
|
|
@@ -1012,7 +1013,7 @@ function zs(e, s) {
|
|
|
1012
1013
|
}
|
|
1013
1014
|
return !1;
|
|
1014
1015
|
}
|
|
1015
|
-
function
|
|
1016
|
+
function $t(e) {
|
|
1016
1017
|
return Object.assign({}, e, {
|
|
1017
1018
|
left: e.x,
|
|
1018
1019
|
top: e.y,
|
|
@@ -1025,18 +1026,18 @@ function hn(e, s) {
|
|
|
1025
1026
|
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;
|
|
1026
1027
|
}
|
|
1027
1028
|
function ss(e, s, t) {
|
|
1028
|
-
return s === Cs ?
|
|
1029
|
+
return s === Cs ? $t(gn(e, t)) : Fe(s) ? hn(s, t) : $t(mn(Le(e)));
|
|
1029
1030
|
}
|
|
1030
1031
|
function vn(e) {
|
|
1031
1032
|
var s = Je(pt(e)), t = ["absolute", "fixed"].indexOf(Ie(e).position) >= 0, a = t && ce(e) ? tt(e) : e;
|
|
1032
1033
|
return Fe(a) ? s.filter(function(n) {
|
|
1033
|
-
return Fe(n) && zs(n, a) &&
|
|
1034
|
+
return Fe(n) && zs(n, a) && xe(n) !== "body";
|
|
1034
1035
|
}) : [];
|
|
1035
1036
|
}
|
|
1036
1037
|
function _n(e, s, t, a) {
|
|
1037
|
-
var n = s === "clippingParents" ? vn(e) : [].concat(s), i = [].concat(n, [t]), r = i[0], c = i.reduce(function(d,
|
|
1038
|
-
var
|
|
1039
|
-
return d.top = Ne(
|
|
1038
|
+
var n = s === "clippingParents" ? vn(e) : [].concat(s), i = [].concat(n, [t]), r = i[0], c = i.reduce(function(d, g) {
|
|
1039
|
+
var h = ss(e, g, a);
|
|
1040
|
+
return d.top = Ne(h.top, d.top), d.right = dt(h.right, d.right), d.bottom = dt(h.bottom, d.bottom), d.left = Ne(h.left, d.left), d;
|
|
1040
1041
|
}, ss(e, r, a));
|
|
1041
1042
|
return c.width = c.right - c.left, c.height = c.bottom - c.top, c.x = c.left, c.y = c.top, c;
|
|
1042
1043
|
}
|
|
@@ -1082,21 +1083,21 @@ function Is(e) {
|
|
|
1082
1083
|
y: s.y
|
|
1083
1084
|
};
|
|
1084
1085
|
}
|
|
1085
|
-
var
|
|
1086
|
-
if (
|
|
1087
|
-
var
|
|
1086
|
+
var g = n ? Dt(n) : null;
|
|
1087
|
+
if (g != null) {
|
|
1088
|
+
var h = g === "y" ? "height" : "width";
|
|
1088
1089
|
switch (i) {
|
|
1089
1090
|
case We:
|
|
1090
|
-
d[
|
|
1091
|
+
d[g] = d[g] - (s[h] / 2 - t[h] / 2);
|
|
1091
1092
|
break;
|
|
1092
1093
|
case et:
|
|
1093
|
-
d[
|
|
1094
|
+
d[g] = d[g] + (s[h] / 2 - t[h] / 2);
|
|
1094
1095
|
break;
|
|
1095
1096
|
}
|
|
1096
1097
|
}
|
|
1097
1098
|
return d;
|
|
1098
1099
|
}
|
|
1099
|
-
function
|
|
1100
|
+
function $s() {
|
|
1100
1101
|
return {
|
|
1101
1102
|
top: 0,
|
|
1102
1103
|
right: 0,
|
|
@@ -1104,8 +1105,8 @@ function Es() {
|
|
|
1104
1105
|
left: 0
|
|
1105
1106
|
};
|
|
1106
1107
|
}
|
|
1107
|
-
function
|
|
1108
|
-
return Object.assign({},
|
|
1108
|
+
function Es(e) {
|
|
1109
|
+
return Object.assign({}, $s(), e);
|
|
1109
1110
|
}
|
|
1110
1111
|
function Ps(e, s) {
|
|
1111
1112
|
return s.reduce(function(t, a) {
|
|
@@ -1114,12 +1115,12 @@ function Ps(e, s) {
|
|
|
1114
1115
|
}
|
|
1115
1116
|
function Ft(e, s) {
|
|
1116
1117
|
s === void 0 && (s = {});
|
|
1117
|
-
var t = s, a = t.placement, n = a === void 0 ? e.placement : a, i = t.strategy, r = i === void 0 ? e.strategy : i, c = t.boundary, d = c === void 0 ? Zi : c,
|
|
1118
|
-
reference:
|
|
1118
|
+
var t = s, a = t.placement, n = a === void 0 ? e.placement : a, i = t.strategy, r = i === void 0 ? e.strategy : i, c = t.boundary, d = c === void 0 ? Zi : c, g = t.rootBoundary, h = g === void 0 ? Cs : g, k = t.elementContext, B = k === void 0 ? Ye : k, I = t.altBoundary, S = I === void 0 ? !1 : I, E = t.padding, P = E === void 0 ? 0 : E, O = Es(typeof P != "number" ? P : Ps(P, st)), V = B === Ye ? Ji : Ye, R = e.rects.popper, T = e.elements[S ? V : B], A = _n(Fe(T) ? T : T.contextElement || Le(e.elements.popper), d, h, r), $ = qe(e.elements.reference), N = Is({
|
|
1119
|
+
reference: $,
|
|
1119
1120
|
element: R,
|
|
1120
1121
|
strategy: "absolute",
|
|
1121
1122
|
placement: n
|
|
1122
|
-
}), F =
|
|
1123
|
+
}), F = $t(Object.assign({}, R, N)), q = B === Ye ? F : $, W = {
|
|
1123
1124
|
top: A.top - q.top + O.top,
|
|
1124
1125
|
bottom: q.bottom - A.bottom + O.bottom,
|
|
1125
1126
|
left: A.left - q.left + O.left,
|
|
@@ -1128,8 +1129,8 @@ function Ft(e, s) {
|
|
|
1128
1129
|
if (B === Ye && j) {
|
|
1129
1130
|
var Q = j[n];
|
|
1130
1131
|
Object.keys(W).forEach(function(K) {
|
|
1131
|
-
var
|
|
1132
|
-
W[K] += Q[de] *
|
|
1132
|
+
var Se = [me, ge].indexOf(K) >= 0 ? 1 : -1, de = [ne, ge].indexOf(K) >= 0 ? "y" : "x";
|
|
1133
|
+
W[K] += Q[de] * Se;
|
|
1133
1134
|
});
|
|
1134
1135
|
}
|
|
1135
1136
|
return W;
|
|
@@ -1149,9 +1150,9 @@ function ns() {
|
|
|
1149
1150
|
function yn(e) {
|
|
1150
1151
|
e === void 0 && (e = {});
|
|
1151
1152
|
var s = e, t = s.defaultModifiers, a = t === void 0 ? [] : t, n = s.defaultOptions, i = n === void 0 ? is : n;
|
|
1152
|
-
return function(c, d,
|
|
1153
|
-
|
|
1154
|
-
var
|
|
1153
|
+
return function(c, d, g) {
|
|
1154
|
+
g === void 0 && (g = i);
|
|
1155
|
+
var h = {
|
|
1155
1156
|
placement: "bottom",
|
|
1156
1157
|
orderedModifiers: [],
|
|
1157
1158
|
options: Object.assign({}, is, i),
|
|
@@ -1163,15 +1164,15 @@ function yn(e) {
|
|
|
1163
1164
|
attributes: {},
|
|
1164
1165
|
styles: {}
|
|
1165
1166
|
}, k = [], B = !1, I = {
|
|
1166
|
-
state:
|
|
1167
|
+
state: h,
|
|
1167
1168
|
setOptions: function(O) {
|
|
1168
|
-
var V = typeof O == "function" ? O(
|
|
1169
|
-
|
|
1169
|
+
var V = typeof O == "function" ? O(h.options) : O;
|
|
1170
|
+
E(), h.options = Object.assign({}, i, h.options, V), h.scrollParents = {
|
|
1170
1171
|
reference: Fe(c) ? Je(c) : c.contextElement ? Je(c.contextElement) : [],
|
|
1171
1172
|
popper: Je(d)
|
|
1172
1173
|
};
|
|
1173
|
-
var R = un(pn([].concat(a,
|
|
1174
|
-
return
|
|
1174
|
+
var R = un(pn([].concat(a, h.options.modifiers)));
|
|
1175
|
+
return h.orderedModifiers = R.filter(function(T) {
|
|
1175
1176
|
return T.enabled;
|
|
1176
1177
|
}), S(), I.update();
|
|
1177
1178
|
},
|
|
@@ -1182,26 +1183,26 @@ function yn(e) {
|
|
|
1182
1183
|
// prefer the async Popper#update method
|
|
1183
1184
|
forceUpdate: function() {
|
|
1184
1185
|
if (!B) {
|
|
1185
|
-
var O =
|
|
1186
|
+
var O = h.elements, V = O.reference, R = O.popper;
|
|
1186
1187
|
if (ns(V, R)) {
|
|
1187
|
-
|
|
1188
|
-
reference: Ki(V, tt(R),
|
|
1188
|
+
h.rects = {
|
|
1189
|
+
reference: Ki(V, tt(R), h.options.strategy === "fixed"),
|
|
1189
1190
|
popper: At(R)
|
|
1190
|
-
},
|
|
1191
|
-
return
|
|
1191
|
+
}, h.reset = !1, h.placement = h.options.placement, h.orderedModifiers.forEach(function(W) {
|
|
1192
|
+
return h.modifiersData[W.name] = Object.assign({}, W.data);
|
|
1192
1193
|
});
|
|
1193
|
-
for (var T = 0; T <
|
|
1194
|
-
if (
|
|
1195
|
-
|
|
1194
|
+
for (var T = 0; T < h.orderedModifiers.length; T++) {
|
|
1195
|
+
if (h.reset === !0) {
|
|
1196
|
+
h.reset = !1, T = -1;
|
|
1196
1197
|
continue;
|
|
1197
1198
|
}
|
|
1198
|
-
var A =
|
|
1199
|
-
typeof
|
|
1200
|
-
state:
|
|
1199
|
+
var A = h.orderedModifiers[T], $ = A.fn, N = A.options, F = N === void 0 ? {} : N, q = A.name;
|
|
1200
|
+
typeof $ == "function" && (h = $({
|
|
1201
|
+
state: h,
|
|
1201
1202
|
options: F,
|
|
1202
1203
|
name: q,
|
|
1203
1204
|
instance: I
|
|
1204
|
-
}) ||
|
|
1205
|
+
}) || h);
|
|
1205
1206
|
}
|
|
1206
1207
|
}
|
|
1207
1208
|
}
|
|
@@ -1210,34 +1211,34 @@ function yn(e) {
|
|
|
1210
1211
|
// not necessary (debounced to run at most once-per-tick)
|
|
1211
1212
|
update: fn(function() {
|
|
1212
1213
|
return new Promise(function(P) {
|
|
1213
|
-
I.forceUpdate(), P(
|
|
1214
|
+
I.forceUpdate(), P(h);
|
|
1214
1215
|
});
|
|
1215
1216
|
}),
|
|
1216
1217
|
destroy: function() {
|
|
1217
|
-
|
|
1218
|
+
E(), B = !0;
|
|
1218
1219
|
}
|
|
1219
1220
|
};
|
|
1220
1221
|
if (!ns(c, d))
|
|
1221
1222
|
return I;
|
|
1222
|
-
I.setOptions(
|
|
1223
|
-
!B &&
|
|
1223
|
+
I.setOptions(g).then(function(P) {
|
|
1224
|
+
!B && g.onFirstUpdate && g.onFirstUpdate(P);
|
|
1224
1225
|
});
|
|
1225
1226
|
function S() {
|
|
1226
|
-
|
|
1227
|
+
h.orderedModifiers.forEach(function(P) {
|
|
1227
1228
|
var O = P.name, V = P.options, R = V === void 0 ? {} : V, T = P.effect;
|
|
1228
1229
|
if (typeof T == "function") {
|
|
1229
1230
|
var A = T({
|
|
1230
|
-
state:
|
|
1231
|
+
state: h,
|
|
1231
1232
|
name: O,
|
|
1232
1233
|
instance: I,
|
|
1233
1234
|
options: R
|
|
1234
|
-
}),
|
|
1235
|
+
}), $ = function() {
|
|
1235
1236
|
};
|
|
1236
|
-
k.push(A ||
|
|
1237
|
+
k.push(A || $);
|
|
1237
1238
|
}
|
|
1238
1239
|
});
|
|
1239
1240
|
}
|
|
1240
|
-
function
|
|
1241
|
+
function E() {
|
|
1241
1242
|
k.forEach(function(P) {
|
|
1242
1243
|
return P();
|
|
1243
1244
|
}), k = [];
|
|
@@ -1249,12 +1250,12 @@ var lt = {
|
|
|
1249
1250
|
passive: !0
|
|
1250
1251
|
};
|
|
1251
1252
|
function bn(e) {
|
|
1252
|
-
var s = e.state, t = e.instance, a = e.options, n = a.scroll, i = n === void 0 ? !0 : n, r = a.resize, c = r === void 0 ? !0 : r, d = oe(s.elements.popper),
|
|
1253
|
-
return i &&
|
|
1254
|
-
|
|
1253
|
+
var s = e.state, t = e.instance, a = e.options, n = a.scroll, i = n === void 0 ? !0 : n, r = a.resize, c = r === void 0 ? !0 : r, d = oe(s.elements.popper), g = [].concat(s.scrollParents.reference, s.scrollParents.popper);
|
|
1254
|
+
return i && g.forEach(function(h) {
|
|
1255
|
+
h.addEventListener("scroll", t.update, lt);
|
|
1255
1256
|
}), c && d.addEventListener("resize", t.update, lt), function() {
|
|
1256
|
-
i &&
|
|
1257
|
-
|
|
1257
|
+
i && g.forEach(function(h) {
|
|
1258
|
+
h.removeEventListener("scroll", t.update, lt);
|
|
1258
1259
|
}), c && d.removeEventListener("resize", t.update, lt);
|
|
1259
1260
|
};
|
|
1260
1261
|
}
|
|
@@ -1297,51 +1298,51 @@ function Cn(e, s) {
|
|
|
1297
1298
|
};
|
|
1298
1299
|
}
|
|
1299
1300
|
function as(e) {
|
|
1300
|
-
var s, t = e.popper, a = e.popperRect, n = e.placement, i = e.variation, r = e.offsets, c = e.position, d = e.gpuAcceleration,
|
|
1301
|
+
var s, t = e.popper, a = e.popperRect, n = e.placement, i = e.variation, r = e.offsets, c = e.position, d = e.gpuAcceleration, g = e.adaptive, h = e.roundOffsets, k = e.isFixed, B = r.x, I = B === void 0 ? 0 : B, S = r.y, E = S === void 0 ? 0 : S, P = typeof h == "function" ? h({
|
|
1301
1302
|
x: I,
|
|
1302
|
-
y:
|
|
1303
|
+
y: E
|
|
1303
1304
|
}) : {
|
|
1304
1305
|
x: I,
|
|
1305
|
-
y:
|
|
1306
|
+
y: E
|
|
1306
1307
|
};
|
|
1307
|
-
I = P.x,
|
|
1308
|
+
I = P.x, E = P.y;
|
|
1308
1309
|
var O = r.hasOwnProperty("x"), V = r.hasOwnProperty("y"), R = ae, T = ne, A = window;
|
|
1309
|
-
if (
|
|
1310
|
-
var
|
|
1311
|
-
if (
|
|
1310
|
+
if (g) {
|
|
1311
|
+
var $ = tt(t), N = "clientHeight", F = "clientWidth";
|
|
1312
|
+
if ($ === oe(t) && ($ = Le(t), Ie($).position !== "static" && c === "absolute" && (N = "scrollHeight", F = "scrollWidth")), $ = $, n === ne || (n === ae || n === me) && i === et) {
|
|
1312
1313
|
T = ge;
|
|
1313
|
-
var q = k &&
|
|
1314
|
+
var q = k && $ === A && A.visualViewport ? A.visualViewport.height : (
|
|
1314
1315
|
// $FlowFixMe[prop-missing]
|
|
1315
|
-
|
|
1316
|
+
$[N]
|
|
1316
1317
|
);
|
|
1317
|
-
|
|
1318
|
+
E -= q - a.height, E *= d ? 1 : -1;
|
|
1318
1319
|
}
|
|
1319
1320
|
if (n === ae || (n === ne || n === ge) && i === et) {
|
|
1320
1321
|
R = me;
|
|
1321
|
-
var W = k &&
|
|
1322
|
+
var W = k && $ === A && A.visualViewport ? A.visualViewport.width : (
|
|
1322
1323
|
// $FlowFixMe[prop-missing]
|
|
1323
|
-
|
|
1324
|
+
$[F]
|
|
1324
1325
|
);
|
|
1325
1326
|
I -= W - a.width, I *= d ? 1 : -1;
|
|
1326
1327
|
}
|
|
1327
1328
|
}
|
|
1328
1329
|
var j = Object.assign({
|
|
1329
1330
|
position: c
|
|
1330
|
-
},
|
|
1331
|
+
}, g && Sn), Q = h === !0 ? Cn({
|
|
1331
1332
|
x: I,
|
|
1332
|
-
y:
|
|
1333
|
+
y: E
|
|
1333
1334
|
}, oe(t)) : {
|
|
1334
1335
|
x: I,
|
|
1335
|
-
y:
|
|
1336
|
+
y: E
|
|
1336
1337
|
};
|
|
1337
|
-
if (I = Q.x,
|
|
1338
|
+
if (I = Q.x, E = Q.y, d) {
|
|
1338
1339
|
var K;
|
|
1339
|
-
return Object.assign({}, j, (K = {}, K[T] = V ? "0" : "", K[R] = O ? "0" : "", K.transform = (A.devicePixelRatio || 1) <= 1 ? "translate(" + I + "px, " +
|
|
1340
|
+
return Object.assign({}, j, (K = {}, K[T] = V ? "0" : "", K[R] = O ? "0" : "", K.transform = (A.devicePixelRatio || 1) <= 1 ? "translate(" + I + "px, " + E + "px)" : "translate3d(" + I + "px, " + E + "px, 0)", K));
|
|
1340
1341
|
}
|
|
1341
|
-
return Object.assign({}, j, (s = {}, s[T] = V ?
|
|
1342
|
+
return Object.assign({}, j, (s = {}, s[T] = V ? E + "px" : "", s[R] = O ? I + "px" : "", s.transform = "", s));
|
|
1342
1343
|
}
|
|
1343
1344
|
function Bn(e) {
|
|
1344
|
-
var s = e.state, t = e.options, a = t.gpuAcceleration, n = a === void 0 ? !0 : a, i = t.adaptive, r = i === void 0 ? !0 : i, c = t.roundOffsets, d = c === void 0 ? !0 : c,
|
|
1345
|
+
var s = e.state, t = e.options, a = t.gpuAcceleration, n = a === void 0 ? !0 : a, i = t.adaptive, r = i === void 0 ? !0 : i, c = t.roundOffsets, d = c === void 0 ? !0 : c, g = {
|
|
1345
1346
|
placement: ke(s.placement),
|
|
1346
1347
|
variation: je(s.placement),
|
|
1347
1348
|
popper: s.elements.popper,
|
|
@@ -1349,12 +1350,12 @@ function Bn(e) {
|
|
|
1349
1350
|
gpuAcceleration: n,
|
|
1350
1351
|
isFixed: s.options.strategy === "fixed"
|
|
1351
1352
|
};
|
|
1352
|
-
s.modifiersData.popperOffsets != null && (s.styles.popper = Object.assign({}, s.styles.popper, as(Object.assign({},
|
|
1353
|
+
s.modifiersData.popperOffsets != null && (s.styles.popper = Object.assign({}, s.styles.popper, as(Object.assign({}, g, {
|
|
1353
1354
|
offsets: s.modifiersData.popperOffsets,
|
|
1354
1355
|
position: s.options.strategy,
|
|
1355
1356
|
adaptive: r,
|
|
1356
1357
|
roundOffsets: d
|
|
1357
|
-
})))), s.modifiersData.arrow != null && (s.styles.arrow = Object.assign({}, s.styles.arrow, as(Object.assign({},
|
|
1358
|
+
})))), s.modifiersData.arrow != null && (s.styles.arrow = Object.assign({}, s.styles.arrow, as(Object.assign({}, g, {
|
|
1358
1359
|
offsets: s.modifiersData.arrow,
|
|
1359
1360
|
position: "absolute",
|
|
1360
1361
|
adaptive: !1,
|
|
@@ -1374,13 +1375,13 @@ function In(e) {
|
|
|
1374
1375
|
var s = e.state;
|
|
1375
1376
|
Object.keys(s.elements).forEach(function(t) {
|
|
1376
1377
|
var a = s.styles[t] || {}, n = s.attributes[t] || {}, i = s.elements[t];
|
|
1377
|
-
!ce(i) || !
|
|
1378
|
+
!ce(i) || !xe(i) || (Object.assign(i.style, a), Object.keys(n).forEach(function(r) {
|
|
1378
1379
|
var c = n[r];
|
|
1379
1380
|
c === !1 ? i.removeAttribute(r) : i.setAttribute(r, c === !0 ? "" : c);
|
|
1380
1381
|
}));
|
|
1381
1382
|
});
|
|
1382
1383
|
}
|
|
1383
|
-
function
|
|
1384
|
+
function $n(e) {
|
|
1384
1385
|
var s = e.state, t = {
|
|
1385
1386
|
popper: {
|
|
1386
1387
|
position: s.options.strategy,
|
|
@@ -1395,24 +1396,24 @@ function En(e) {
|
|
|
1395
1396
|
};
|
|
1396
1397
|
return Object.assign(s.elements.popper.style, t.popper), s.styles = t, s.elements.arrow && Object.assign(s.elements.arrow.style, t.arrow), function() {
|
|
1397
1398
|
Object.keys(s.elements).forEach(function(a) {
|
|
1398
|
-
var n = s.elements[a], i = s.attributes[a] || {}, r = Object.keys(s.styles.hasOwnProperty(a) ? s.styles[a] : t[a]), c = r.reduce(function(d,
|
|
1399
|
-
return d[
|
|
1399
|
+
var n = s.elements[a], i = s.attributes[a] || {}, r = Object.keys(s.styles.hasOwnProperty(a) ? s.styles[a] : t[a]), c = r.reduce(function(d, g) {
|
|
1400
|
+
return d[g] = "", d;
|
|
1400
1401
|
}, {});
|
|
1401
|
-
!ce(n) || !
|
|
1402
|
+
!ce(n) || !xe(n) || (Object.assign(n.style, c), Object.keys(i).forEach(function(d) {
|
|
1402
1403
|
n.removeAttribute(d);
|
|
1403
1404
|
}));
|
|
1404
1405
|
});
|
|
1405
1406
|
};
|
|
1406
1407
|
}
|
|
1407
|
-
const
|
|
1408
|
+
const En = {
|
|
1408
1409
|
name: "applyStyles",
|
|
1409
1410
|
enabled: !0,
|
|
1410
1411
|
phase: "write",
|
|
1411
1412
|
fn: In,
|
|
1412
|
-
effect:
|
|
1413
|
+
effect: $n,
|
|
1413
1414
|
requires: ["computeStyles"]
|
|
1414
1415
|
};
|
|
1415
|
-
var Pn = [kn, wn, zn,
|
|
1416
|
+
var Pn = [kn, wn, zn, En], Tn = /* @__PURE__ */ yn({
|
|
1416
1417
|
defaultModifiers: Pn
|
|
1417
1418
|
});
|
|
1418
1419
|
function Mn(e) {
|
|
@@ -1426,14 +1427,14 @@ function Ln(e, s, t) {
|
|
|
1426
1427
|
return a > t ? t : a;
|
|
1427
1428
|
}
|
|
1428
1429
|
function On(e) {
|
|
1429
|
-
var s = e.state, t = e.options, a = e.name, n = t.mainAxis, i = n === void 0 ? !0 : n, r = t.altAxis, c = r === void 0 ? !1 : r, d = t.boundary,
|
|
1430
|
+
var s = e.state, t = e.options, a = e.name, n = t.mainAxis, i = n === void 0 ? !0 : n, r = t.altAxis, c = r === void 0 ? !1 : r, d = t.boundary, g = t.rootBoundary, h = t.altBoundary, k = t.padding, B = t.tether, I = B === void 0 ? !0 : B, S = t.tetherOffset, E = S === void 0 ? 0 : S, P = Ft(s, {
|
|
1430
1431
|
boundary: d,
|
|
1431
|
-
rootBoundary:
|
|
1432
|
+
rootBoundary: g,
|
|
1432
1433
|
padding: k,
|
|
1433
|
-
altBoundary:
|
|
1434
|
-
}), O = ke(s.placement), V = je(s.placement), R = !V, T = Dt(O), A = Mn(T),
|
|
1434
|
+
altBoundary: h
|
|
1435
|
+
}), O = ke(s.placement), V = je(s.placement), R = !V, T = Dt(O), A = Mn(T), $ = s.modifiersData.popperOffsets, N = s.rects.reference, F = s.rects.popper, q = typeof E == "function" ? E(Object.assign({}, s.rects, {
|
|
1435
1436
|
placement: s.placement
|
|
1436
|
-
})) :
|
|
1437
|
+
})) : E, W = typeof q == "number" ? {
|
|
1437
1438
|
mainAxis: q,
|
|
1438
1439
|
altAxis: q
|
|
1439
1440
|
} : Object.assign({
|
|
@@ -1443,17 +1444,17 @@ function On(e) {
|
|
|
1443
1444
|
x: 0,
|
|
1444
1445
|
y: 0
|
|
1445
1446
|
};
|
|
1446
|
-
if (
|
|
1447
|
+
if ($) {
|
|
1447
1448
|
if (i) {
|
|
1448
|
-
var K,
|
|
1449
|
+
var K, Se = T === "y" ? ne : ae, de = T === "y" ? ge : me, Y = T === "y" ? "height" : "width", J = $[T], ye = J + P[Se], Ce = J - P[de], X = I ? -F[Y] / 2 : 0, re = V === We ? N[Y] : F[Y], Ee = V === We ? -F[Y] : -N[Y], nt = s.elements.arrow, Ve = I && nt ? At(nt) : {
|
|
1449
1450
|
width: 0,
|
|
1450
1451
|
height: 0
|
|
1451
|
-
}, Pe = s.modifiersData["arrow#persistent"] ? s.modifiersData["arrow#persistent"].padding :
|
|
1452
|
-
|
|
1452
|
+
}, Pe = s.modifiersData["arrow#persistent"] ? s.modifiersData["arrow#persistent"].padding : $s(), Ue = Pe[Se], at = Pe[de], Oe = Qe(0, N[Y], Ve[Y]), vt = R ? N[Y] / 2 - X - Oe - Ue - W.mainAxis : re - Oe - Ue - W.mainAxis, Us = R ? -N[Y] / 2 + X + Oe + at + W.mainAxis : Ee + Oe + at + W.mainAxis, _t = s.elements.arrow && tt(s.elements.arrow), Ks = _t ? T === "y" ? _t.clientTop || 0 : _t.clientLeft || 0 : 0, jt = (K = j == null ? void 0 : j[T]) != null ? K : 0, Ys = J + vt - jt - Ks, Xs = J + Us - jt, Gt = Qe(I ? dt(ye, Ys) : ye, J, I ? Ne(Ce, Xs) : Ce);
|
|
1453
|
+
$[T] = Gt, Q[T] = Gt - J;
|
|
1453
1454
|
}
|
|
1454
1455
|
if (c) {
|
|
1455
|
-
var Ut, Zs = T === "x" ? ne : ae, Js = T === "x" ? ge : me, Ae =
|
|
1456
|
-
|
|
1456
|
+
var Ut, Zs = T === "x" ? ne : ae, Js = T === "x" ? ge : me, Ae = $[A], ot = A === "y" ? "height" : "width", Kt = Ae + P[Zs], Yt = Ae - P[Js], yt = [ne, ae].indexOf(O) !== -1, Xt = (Ut = j == null ? void 0 : j[A]) != null ? Ut : 0, Zt = yt ? Kt : Ae - N[ot] - F[ot] - Xt + W.altAxis, Jt = yt ? Ae + N[ot] + F[ot] - Xt - W.altAxis : Yt, Qt = I && yt ? Ln(Zt, Ae, Jt) : Qe(I ? Zt : Kt, Ae, I ? Jt : Yt);
|
|
1457
|
+
$[A] = Qt, Q[A] = Qt - Ae;
|
|
1457
1458
|
}
|
|
1458
1459
|
s.modifiersData[a] = Q;
|
|
1459
1460
|
}
|
|
@@ -1487,22 +1488,22 @@ function os(e) {
|
|
|
1487
1488
|
}
|
|
1488
1489
|
function Fn(e, s) {
|
|
1489
1490
|
s === void 0 && (s = {});
|
|
1490
|
-
var t = s, a = t.placement, n = t.boundary, i = t.rootBoundary, r = t.padding, c = t.flipVariations, d = t.allowedAutoPlacements,
|
|
1491
|
-
return je(S) ===
|
|
1491
|
+
var t = s, a = t.placement, n = t.boundary, i = t.rootBoundary, r = t.padding, c = t.flipVariations, d = t.allowedAutoPlacements, g = d === void 0 ? Bs : d, h = je(a), k = h ? c ? ts : ts.filter(function(S) {
|
|
1492
|
+
return je(S) === h;
|
|
1492
1493
|
}) : st, B = k.filter(function(S) {
|
|
1493
|
-
return
|
|
1494
|
+
return g.indexOf(S) >= 0;
|
|
1494
1495
|
});
|
|
1495
1496
|
B.length === 0 && (B = k);
|
|
1496
|
-
var I = B.reduce(function(S,
|
|
1497
|
-
return S[
|
|
1498
|
-
placement:
|
|
1497
|
+
var I = B.reduce(function(S, E) {
|
|
1498
|
+
return S[E] = Ft(e, {
|
|
1499
|
+
placement: E,
|
|
1499
1500
|
boundary: n,
|
|
1500
1501
|
rootBoundary: i,
|
|
1501
1502
|
padding: r
|
|
1502
|
-
})[ke(
|
|
1503
|
+
})[ke(E)], S;
|
|
1503
1504
|
}, {});
|
|
1504
|
-
return Object.keys(I).sort(function(S,
|
|
1505
|
-
return I[S] - I[
|
|
1505
|
+
return Object.keys(I).sort(function(S, E) {
|
|
1506
|
+
return I[S] - I[E];
|
|
1506
1507
|
});
|
|
1507
1508
|
}
|
|
1508
1509
|
function Rn(e) {
|
|
@@ -1514,32 +1515,32 @@ function Rn(e) {
|
|
|
1514
1515
|
function Vn(e) {
|
|
1515
1516
|
var s = e.state, t = e.options, a = e.name;
|
|
1516
1517
|
if (!s.modifiersData[a]._skip) {
|
|
1517
|
-
for (var n = t.mainAxis, i = n === void 0 ? !0 : n, r = t.altAxis, c = r === void 0 ? !0 : r, d = t.fallbackPlacements,
|
|
1518
|
+
for (var n = t.mainAxis, i = n === void 0 ? !0 : n, r = t.altAxis, c = r === void 0 ? !0 : r, d = t.fallbackPlacements, g = t.padding, h = t.boundary, k = t.rootBoundary, B = t.altBoundary, I = t.flipVariations, S = I === void 0 ? !0 : I, E = t.allowedAutoPlacements, P = s.options.placement, O = ke(P), V = O === P, R = d || (V || !S ? [ct(P)] : Rn(P)), T = [P].concat(R).reduce(function(Ve, Pe) {
|
|
1518
1519
|
return Ve.concat(ke(Pe) === Nt ? Fn(s, {
|
|
1519
1520
|
placement: Pe,
|
|
1520
|
-
boundary:
|
|
1521
|
+
boundary: h,
|
|
1521
1522
|
rootBoundary: k,
|
|
1522
|
-
padding:
|
|
1523
|
+
padding: g,
|
|
1523
1524
|
flipVariations: S,
|
|
1524
|
-
allowedAutoPlacements:
|
|
1525
|
+
allowedAutoPlacements: E
|
|
1525
1526
|
}) : Pe);
|
|
1526
|
-
}, []), A = s.rects.reference,
|
|
1527
|
-
var j = T[W], Q = ke(j), K = je(j) === We,
|
|
1527
|
+
}, []), A = s.rects.reference, $ = s.rects.popper, N = /* @__PURE__ */ new Map(), F = !0, q = T[0], W = 0; W < T.length; W++) {
|
|
1528
|
+
var j = T[W], Q = ke(j), K = je(j) === We, Se = [ne, ge].indexOf(Q) >= 0, de = Se ? "width" : "height", Y = Ft(s, {
|
|
1528
1529
|
placement: j,
|
|
1529
|
-
boundary:
|
|
1530
|
+
boundary: h,
|
|
1530
1531
|
rootBoundary: k,
|
|
1531
1532
|
altBoundary: B,
|
|
1532
|
-
padding:
|
|
1533
|
-
}), J =
|
|
1534
|
-
A[de] >
|
|
1535
|
-
var ye = ct(J),
|
|
1536
|
-
if (i &&
|
|
1533
|
+
padding: g
|
|
1534
|
+
}), J = Se ? K ? me : ae : K ? ge : ne;
|
|
1535
|
+
A[de] > $[de] && (J = ct(J));
|
|
1536
|
+
var ye = ct(J), Ce = [];
|
|
1537
|
+
if (i && Ce.push(Y[Q] <= 0), c && Ce.push(Y[J] <= 0, Y[ye] <= 0), Ce.every(function(Ve) {
|
|
1537
1538
|
return Ve;
|
|
1538
1539
|
})) {
|
|
1539
1540
|
q = j, F = !1;
|
|
1540
1541
|
break;
|
|
1541
1542
|
}
|
|
1542
|
-
N.set(j,
|
|
1543
|
+
N.set(j, Ce);
|
|
1543
1544
|
}
|
|
1544
1545
|
if (F)
|
|
1545
1546
|
for (var X = S ? 3 : 1, re = function(Pe) {
|
|
@@ -1552,8 +1553,8 @@ function Vn(e) {
|
|
|
1552
1553
|
});
|
|
1553
1554
|
if (Ue)
|
|
1554
1555
|
return q = Ue, "break";
|
|
1555
|
-
},
|
|
1556
|
-
var nt = re(
|
|
1556
|
+
}, Ee = X; Ee > 0; Ee--) {
|
|
1557
|
+
var nt = re(Ee);
|
|
1557
1558
|
if (nt === "break")
|
|
1558
1559
|
break;
|
|
1559
1560
|
}
|
|
@@ -1583,10 +1584,10 @@ function qn(e, s, t) {
|
|
|
1583
1584
|
};
|
|
1584
1585
|
}
|
|
1585
1586
|
function Wn(e) {
|
|
1586
|
-
var s = e.state, t = e.options, a = e.name, n = t.offset, i = n === void 0 ? [0, 0] : n, r = Bs.reduce(function(
|
|
1587
|
-
return
|
|
1588
|
-
}, {}), c = r[s.placement], d = c.x,
|
|
1589
|
-
s.modifiersData.popperOffsets != null && (s.modifiersData.popperOffsets.x += d, s.modifiersData.popperOffsets.y +=
|
|
1587
|
+
var s = e.state, t = e.options, a = e.name, n = t.offset, i = n === void 0 ? [0, 0] : n, r = Bs.reduce(function(h, k) {
|
|
1588
|
+
return h[k] = qn(k, s.rects, i), h;
|
|
1589
|
+
}, {}), c = r[s.placement], d = c.x, g = c.y;
|
|
1590
|
+
s.modifiersData.popperOffsets != null && (s.modifiersData.popperOffsets.x += d, s.modifiersData.popperOffsets.y += g), s.modifiersData[a] = r;
|
|
1590
1591
|
}
|
|
1591
1592
|
const jn = {
|
|
1592
1593
|
name: "offset",
|
|
@@ -1598,13 +1599,13 @@ const jn = {
|
|
|
1598
1599
|
var Gn = function(s, t) {
|
|
1599
1600
|
return s = typeof s == "function" ? s(Object.assign({}, t.rects, {
|
|
1600
1601
|
placement: t.placement
|
|
1601
|
-
})) : s,
|
|
1602
|
+
})) : s, Es(typeof s != "number" ? s : Ps(s, st));
|
|
1602
1603
|
};
|
|
1603
1604
|
function Un(e) {
|
|
1604
|
-
var s, t = e.state, a = e.name, n = e.options, i = t.elements.arrow, r = t.modifiersData.popperOffsets, c = ke(t.placement), d = Dt(c),
|
|
1605
|
+
var s, t = e.state, a = e.name, n = e.options, i = t.elements.arrow, r = t.modifiersData.popperOffsets, c = ke(t.placement), d = Dt(c), g = [ae, me].indexOf(c) >= 0, h = g ? "height" : "width";
|
|
1605
1606
|
if (!(!i || !r)) {
|
|
1606
|
-
var k = Gn(n.padding, t), B = At(i), I = d === "y" ? ne : ae, S = d === "y" ? ge : me,
|
|
1607
|
-
t.modifiersData[a] = (s = {}, s[F] = N, s.centerOffset = N -
|
|
1607
|
+
var k = Gn(n.padding, t), B = At(i), I = d === "y" ? ne : ae, S = d === "y" ? ge : me, E = t.rects.reference[h] + t.rects.reference[d] - r[d] - t.rects.popper[h], P = r[d] - t.rects.reference[d], O = tt(i), V = O ? d === "y" ? O.clientHeight || 0 : O.clientWidth || 0 : 0, R = E / 2 - P / 2, T = k[I], A = V - B[h] - k[S], $ = V / 2 - B[h] / 2 + R, N = Qe(T, $, A), F = d;
|
|
1608
|
+
t.modifiersData[a] = (s = {}, s[F] = N, s.centerOffset = N - $, s);
|
|
1608
1609
|
}
|
|
1609
1610
|
}
|
|
1610
1611
|
function Kn(e) {
|
|
@@ -1633,19 +1634,19 @@ function Xn({
|
|
|
1633
1634
|
const d = Qs({
|
|
1634
1635
|
isOpen: !1,
|
|
1635
1636
|
popperInstance: null
|
|
1636
|
-
}),
|
|
1637
|
+
}), g = (E) => {
|
|
1637
1638
|
var P;
|
|
1638
1639
|
(P = d.popperInstance) == null || P.setOptions((O) => ({
|
|
1639
1640
|
...O,
|
|
1640
|
-
modifiers: [...O.modifiers, { name: "eventListeners", enabled:
|
|
1641
|
+
modifiers: [...O.modifiers, { name: "eventListeners", enabled: E }]
|
|
1641
1642
|
}));
|
|
1642
|
-
},
|
|
1643
|
+
}, h = () => g(!0), k = () => g(!1), B = () => {
|
|
1643
1644
|
d.isOpen && (d.isOpen = !1, s("close:popper"));
|
|
1644
1645
|
}, I = () => {
|
|
1645
1646
|
d.isOpen || (d.isOpen = !0, s("open:popper"));
|
|
1646
1647
|
};
|
|
1647
|
-
le([() => d.isOpen, i], async ([
|
|
1648
|
-
|
|
1648
|
+
le([() => d.isOpen, i], async ([E]) => {
|
|
1649
|
+
E ? (await S(), h()) : k();
|
|
1649
1650
|
});
|
|
1650
1651
|
const S = async () => {
|
|
1651
1652
|
await ei(), d.popperInstance = Tn(c.value, r.value, {
|
|
@@ -1675,8 +1676,8 @@ function Xn({
|
|
|
1675
1676
|
}), d.popperInstance.update();
|
|
1676
1677
|
};
|
|
1677
1678
|
return Pt(() => {
|
|
1678
|
-
var
|
|
1679
|
-
(
|
|
1679
|
+
var E;
|
|
1680
|
+
(E = d.popperInstance) == null || E.destroy();
|
|
1680
1681
|
}), {
|
|
1681
1682
|
...ys(d),
|
|
1682
1683
|
open: I,
|
|
@@ -1847,8 +1848,8 @@ const ia = ["onKeyup", "aria-open"], na = {
|
|
|
1847
1848
|
setup(e, { emit: s }) {
|
|
1848
1849
|
const t = e, a = si();
|
|
1849
1850
|
let n = null;
|
|
1850
|
-
const i = "ecs-popover-" + parseInt(Math.ceil(Math.random() * Date.now()).toPrecision(16).toString().replace(".", "")), r = Ke(!1), c = Ke(null), d = Ke(null),
|
|
1851
|
-
a.content ?
|
|
1851
|
+
const i = "ecs-popover-" + parseInt(Math.ceil(Math.random() * Date.now()).toPrecision(16).toString().replace(".", "")), r = Ke(!1), c = Ke(null), d = Ke(null), g = Ke(!1), h = Ke(!1), k = () => {
|
|
1852
|
+
a.content ? h.value = !0 : h.value = !1;
|
|
1852
1853
|
};
|
|
1853
1854
|
bs(() => {
|
|
1854
1855
|
const X = a.default();
|
|
@@ -1856,20 +1857,20 @@ const ia = ["onKeyup", "aria-open"], na = {
|
|
|
1856
1857
|
return console.error(
|
|
1857
1858
|
`[Popper]: The <Popper> component expects only one child element at its root. You passed ${X.length} child nodes.`
|
|
1858
1859
|
);
|
|
1859
|
-
(a.content !== void 0 || S.value) && (
|
|
1860
|
+
(a.content !== void 0 || S.value) && (h.value = !0), n = new MutationObserver(k);
|
|
1860
1861
|
});
|
|
1861
1862
|
const {
|
|
1862
1863
|
arrowPadding: B,
|
|
1863
1864
|
closeDelay: I,
|
|
1864
1865
|
content: S,
|
|
1865
|
-
disableClickAway:
|
|
1866
|
+
disableClickAway: E,
|
|
1866
1867
|
disabled: P,
|
|
1867
1868
|
interactive: O,
|
|
1868
1869
|
locked: V,
|
|
1869
1870
|
offsetDistance: R,
|
|
1870
1871
|
offsetSkid: T,
|
|
1871
1872
|
openDelay: A,
|
|
1872
|
-
placement:
|
|
1873
|
+
placement: $,
|
|
1873
1874
|
show: N
|
|
1874
1875
|
} = ys(t), { isOpen: F, open: q, close: W } = Xn({
|
|
1875
1876
|
arrowPadding: B,
|
|
@@ -1877,11 +1878,11 @@ const ia = ["onKeyup", "aria-open"], na = {
|
|
|
1877
1878
|
locked: V,
|
|
1878
1879
|
offsetDistance: R,
|
|
1879
1880
|
offsetSkid: T,
|
|
1880
|
-
placement:
|
|
1881
|
+
placement: $,
|
|
1881
1882
|
popperNode: c,
|
|
1882
1883
|
triggerNode: d
|
|
1883
|
-
}), j = be(() => N.value !== null), Q = be(() => P.value || !
|
|
1884
|
-
() =>
|
|
1884
|
+
}), j = be(() => N.value !== null), Q = be(() => P.value || !h.value), K = be(() => F.value && !Q.value), Se = be(
|
|
1885
|
+
() => !E.value && !j.value
|
|
1885
1886
|
);
|
|
1886
1887
|
be(
|
|
1887
1888
|
() => O.value ? `border: ${R.value}px solid transparent; margin: -${R.value}px;` : null
|
|
@@ -1890,21 +1891,21 @@ const ia = ["onKeyup", "aria-open"], na = {
|
|
|
1890
1891
|
Q.value || j.value || (Y.clear(), r.value = !0, de());
|
|
1891
1892
|
}, ye = async () => {
|
|
1892
1893
|
j.value || (de.clear(), r.value = !1, Y());
|
|
1893
|
-
},
|
|
1894
|
+
}, Ce = () => {
|
|
1894
1895
|
F.value ? ye() : J();
|
|
1895
1896
|
};
|
|
1896
|
-
return le([
|
|
1897
|
+
return le([h, P], ([X, re]) => {
|
|
1897
1898
|
F.value && (!X || re) && W();
|
|
1898
1899
|
}), le(F, (X) => {
|
|
1899
|
-
X ?
|
|
1900
|
-
|
|
1900
|
+
X ? g.value = !0 : kt.debounce(() => {
|
|
1901
|
+
g.value = !1;
|
|
1901
1902
|
}, 200);
|
|
1902
1903
|
}), bt(() => {
|
|
1903
1904
|
j.value && (N.value ? de() : Y());
|
|
1904
1905
|
}), bt(() => {
|
|
1905
|
-
|
|
1906
|
+
Se.value && Jn(c, ye);
|
|
1906
1907
|
}), le(S, (X) => {
|
|
1907
|
-
X ?
|
|
1908
|
+
X ? h.value = !0 : h.value = !1;
|
|
1908
1909
|
}), bt(() => {
|
|
1909
1910
|
c.value && n.observe(c.value, {
|
|
1910
1911
|
childList: !0,
|
|
@@ -1912,35 +1913,35 @@ const ia = ["onKeyup", "aria-open"], na = {
|
|
|
1912
1913
|
});
|
|
1913
1914
|
}), Pt(() => n.disconnect()), (X, re) => (o(), l("div", {
|
|
1914
1915
|
class: "ecs-popover-root",
|
|
1915
|
-
onMouseleave: re[2] || (re[2] = (
|
|
1916
|
+
onMouseleave: re[2] || (re[2] = (Ee) => e.hover && ye())
|
|
1916
1917
|
}, [
|
|
1917
1918
|
f("div", {
|
|
1918
1919
|
ref_key: "triggerNode",
|
|
1919
1920
|
ref: d,
|
|
1920
|
-
onMouseover: re[0] || (re[0] = (
|
|
1921
|
-
onClick:
|
|
1921
|
+
onMouseover: re[0] || (re[0] = (Ee) => e.hover && J()),
|
|
1922
|
+
onClick: Ce,
|
|
1922
1923
|
onFocus: J,
|
|
1923
1924
|
onKeyup: U(ye, ["esc"]),
|
|
1924
1925
|
"aria-describedby": i,
|
|
1925
1926
|
"aria-open": r.value || null,
|
|
1926
1927
|
class: "ecs-popover-trigger"
|
|
1927
1928
|
}, [
|
|
1928
|
-
|
|
1929
|
+
m(X.$slots, "default", {}, void 0, !0)
|
|
1929
1930
|
], 40, ia),
|
|
1930
1931
|
(o(), y(ii, { to: "body" }, [
|
|
1931
|
-
b(
|
|
1932
|
+
b(ze, { name: "fade" }, {
|
|
1932
1933
|
default: w(() => [
|
|
1933
1934
|
e.persistent || r.value ? Ge((o(), l("div", {
|
|
1934
1935
|
key: 0,
|
|
1935
|
-
onClick: re[1] || (re[1] = (
|
|
1936
|
+
onClick: re[1] || (re[1] = (Ee) => !ie(O) && ye()),
|
|
1936
1937
|
class: "ecs-popover popper",
|
|
1937
1938
|
ref_key: "popperNode",
|
|
1938
1939
|
ref: c,
|
|
1939
1940
|
id: i
|
|
1940
1941
|
}, [
|
|
1941
|
-
|
|
1942
|
+
m(X.$slots, "content", {
|
|
1942
1943
|
close: ie(W),
|
|
1943
|
-
isOpen:
|
|
1944
|
+
isOpen: g.value
|
|
1944
1945
|
}, () => [
|
|
1945
1946
|
D(x(ie(S)), 1)
|
|
1946
1947
|
], !0),
|
|
@@ -2042,10 +2043,10 @@ function ra(e, s, t, a, n, i) {
|
|
|
2042
2043
|
persistent: t.persistent || null
|
|
2043
2044
|
}), {
|
|
2044
2045
|
content: w((c) => [
|
|
2045
|
-
|
|
2046
|
+
m(e.$slots, "content", ni(ai(c)))
|
|
2046
2047
|
]),
|
|
2047
2048
|
default: w(() => [
|
|
2048
|
-
|
|
2049
|
+
m(e.$slots, "default")
|
|
2049
2050
|
]),
|
|
2050
2051
|
_: 3
|
|
2051
2052
|
}, 16, ["placement", "disableClickAway", "offsetSkid", "offsetDistance", "disabled", "openDelay", "closeDelay", "show", "locked", "arrow", "persistent"]);
|
|
@@ -2066,7 +2067,7 @@ function ca(e, s, t, a, n, i) {
|
|
|
2066
2067
|
role: "menu",
|
|
2067
2068
|
"aria-orientation": "vertical"
|
|
2068
2069
|
}, [
|
|
2069
|
-
|
|
2070
|
+
m(e.$slots, "default", {}, void 0, !0)
|
|
2070
2071
|
], 2);
|
|
2071
2072
|
}
|
|
2072
2073
|
const da = /* @__PURE__ */ _(la, [["render", ca], ["__scopeId", "data-v-b0731279"]]);
|
|
@@ -2094,7 +2095,7 @@ function fa(e, s, t, a, n, i) {
|
|
|
2094
2095
|
t.disabled ? "disabled" : ""
|
|
2095
2096
|
]])
|
|
2096
2097
|
}, [
|
|
2097
|
-
|
|
2098
|
+
m(e.$slots, "default"),
|
|
2098
2099
|
b(r)
|
|
2099
2100
|
], 2);
|
|
2100
2101
|
}
|
|
@@ -2143,7 +2144,7 @@ function ga(e, s, t, a, n, i) {
|
|
|
2143
2144
|
style: z({ color: i.textColor })
|
|
2144
2145
|
}, {
|
|
2145
2146
|
default: w(() => [
|
|
2146
|
-
|
|
2147
|
+
m(e.$slots, "default", {}, void 0, !0)
|
|
2147
2148
|
]),
|
|
2148
2149
|
_: 3
|
|
2149
2150
|
}, 8, ["class", "style"]);
|
|
@@ -2283,7 +2284,7 @@ function _a(e, s, t, a, n, i) {
|
|
|
2283
2284
|
class: "ecs-form-check-label",
|
|
2284
2285
|
for: t.id || n.fallbackId
|
|
2285
2286
|
}, [
|
|
2286
|
-
|
|
2287
|
+
m(e.$slots, "default", {}, void 0, !0),
|
|
2287
2288
|
e.$slots.default && t.help ? (o(), y(r, {
|
|
2288
2289
|
key: 0,
|
|
2289
2290
|
type: "form"
|
|
@@ -2404,7 +2405,7 @@ function xa(e, s, t, a, n, i) {
|
|
|
2404
2405
|
class: "ecs-form-check-label",
|
|
2405
2406
|
for: n.id
|
|
2406
2407
|
}, [
|
|
2407
|
-
|
|
2408
|
+
m(e.$slots, "default", {}, void 0, !0),
|
|
2408
2409
|
e.$slots.default && t.help ? (o(), y(r, {
|
|
2409
2410
|
key: 0,
|
|
2410
2411
|
type: "form"
|
|
@@ -2514,7 +2515,7 @@ const Sa = {
|
|
|
2514
2515
|
created() {
|
|
2515
2516
|
this.switchId = this.generateUniqueId();
|
|
2516
2517
|
}
|
|
2517
|
-
}, Ca = (e) => (he("data-v-de55e54f"), e = e(), ve(), e), Ba = { class: "ecs-switch-wrapper" }, za = ["aria-checked"], Ia = ["id", "name", "required", "disabled", "checked"],
|
|
2518
|
+
}, Ca = (e) => (he("data-v-de55e54f"), e = e(), ve(), e), Ba = { class: "ecs-switch-wrapper" }, za = ["aria-checked"], Ia = ["id", "name", "required", "disabled", "checked"], $a = { class: "ecs-slide-switch" }, Ea = /* @__PURE__ */ Ca(() => /* @__PURE__ */ f("div", { class: "indeterminate" }, null, -1)), Pa = ["for"];
|
|
2518
2519
|
function Ta(e, s, t, a, n, i) {
|
|
2519
2520
|
const r = p("ecs-focus-ring");
|
|
2520
2521
|
return o(), l("div", Ba, [
|
|
@@ -2539,8 +2540,8 @@ function Ta(e, s, t, a, n, i) {
|
|
|
2539
2540
|
checked: n.checked || null,
|
|
2540
2541
|
onChange: s[0] || (s[0] = (...c) => i.handleClick && i.handleClick(...c))
|
|
2541
2542
|
}, null, 40, Ia),
|
|
2542
|
-
f("div",
|
|
2543
|
-
|
|
2543
|
+
f("div", $a, [
|
|
2544
|
+
Ea,
|
|
2544
2545
|
b(r, { radius: 20 })
|
|
2545
2546
|
])
|
|
2546
2547
|
], 10, za),
|
|
@@ -2548,7 +2549,7 @@ function Ta(e, s, t, a, n, i) {
|
|
|
2548
2549
|
key: 0,
|
|
2549
2550
|
for: n.switchId
|
|
2550
2551
|
}, [
|
|
2551
|
-
|
|
2552
|
+
m(e.$slots, "default", {}, void 0, !0)
|
|
2552
2553
|
], 8, Pa)) : u("", !0)
|
|
2553
2554
|
]);
|
|
2554
2555
|
}
|
|
@@ -2597,7 +2598,7 @@ function Aa(e, s, t, a, n, i) {
|
|
|
2597
2598
|
role: "button",
|
|
2598
2599
|
tabindex: "0"
|
|
2599
2600
|
}, [
|
|
2600
|
-
|
|
2601
|
+
m(e.$slots, "default", {}, void 0, !0),
|
|
2601
2602
|
b(r)
|
|
2602
2603
|
])
|
|
2603
2604
|
]),
|
|
@@ -2771,7 +2772,7 @@ function qa(e, s, t, a, n, i) {
|
|
|
2771
2772
|
type: i.iconType,
|
|
2772
2773
|
size: i.iconSize
|
|
2773
2774
|
}, null, 8, ["type", "size"])) : u("", !0),
|
|
2774
|
-
t.iconOnly ? u("", !0) :
|
|
2775
|
+
t.iconOnly ? u("", !0) : m(e.$slots, "default", { key: 1 }, void 0, !0),
|
|
2775
2776
|
b(c, {
|
|
2776
2777
|
inset: t.focusInset,
|
|
2777
2778
|
danger: t.type == "danger" || t.type == "danger-vibrant"
|
|
@@ -2813,18 +2814,18 @@ function qa(e, s, t, a, n, i) {
|
|
|
2813
2814
|
type: i.iconType,
|
|
2814
2815
|
size: i.iconSize
|
|
2815
2816
|
}, null, 8, ["type", "size"])) : u("", !0),
|
|
2816
|
-
t.iconOnly ? u("", !0) :
|
|
2817
|
+
t.iconOnly ? u("", !0) : m(e.$slots, "default", { key: 1 }, void 0, !0),
|
|
2817
2818
|
b(c, {
|
|
2818
2819
|
inset: t.focusInset,
|
|
2819
2820
|
danger: t.type == "danger" || t.type == "danger-vibrant"
|
|
2820
2821
|
}, null, 8, ["inset", "danger"])
|
|
2821
2822
|
], 42, Va));
|
|
2822
2823
|
}
|
|
2823
|
-
const
|
|
2824
|
+
const $e = /* @__PURE__ */ _(Da, [["render", qa], ["__scopeId", "data-v-a3459c11"]]);
|
|
2824
2825
|
const Wa = {
|
|
2825
2826
|
name: "ecs-popover-list-item",
|
|
2826
2827
|
emits: ["click", "input", "change", "secondaryClick"],
|
|
2827
|
-
components: { EcsCheckbox: Vt, EcsRadiobutton: wa, EcsSwitch: Ms, EcsSortbutton: Na, EcsIcon: M, EcsFileIcon: Ls, EcsButton:
|
|
2828
|
+
components: { EcsCheckbox: Vt, EcsRadiobutton: wa, EcsSwitch: Ms, EcsSortbutton: Na, EcsIcon: M, EcsFileIcon: Ls, EcsButton: $e, EcsFocusRing: L },
|
|
2828
2829
|
props: {
|
|
2829
2830
|
/** Determines the type of popover list item.*/
|
|
2830
2831
|
type: {
|
|
@@ -2995,7 +2996,7 @@ const Wa = {
|
|
|
2995
2996
|
class: "after"
|
|
2996
2997
|
};
|
|
2997
2998
|
function lo(e, s, t, a, n, i) {
|
|
2998
|
-
const r = p("ecs-checkbox"), c = p("ecs-radiobutton"), d = p("ecs-switch"),
|
|
2999
|
+
const r = p("ecs-checkbox"), c = p("ecs-radiobutton"), d = p("ecs-switch"), g = p("ecs-sortbutton"), h = p("ecs-focus-ring"), k = p("ecs-icon"), B = p("ecs-file-icon"), I = p("ecs-button");
|
|
2999
3000
|
return o(), l("li", null, [
|
|
3000
3001
|
t.type === "checkbox" ? (o(), l("div", ja, [
|
|
3001
3002
|
b(r, {
|
|
@@ -3007,7 +3008,7 @@ function lo(e, s, t, a, n, i) {
|
|
|
3007
3008
|
indeterminate: t.indeterminate
|
|
3008
3009
|
}, {
|
|
3009
3010
|
default: w(() => [
|
|
3010
|
-
|
|
3011
|
+
m(e.$slots, "default", {}, void 0, !0)
|
|
3011
3012
|
]),
|
|
3012
3013
|
_: 3
|
|
3013
3014
|
}, 8, ["disabled", "value", "value-false", "value-true", "indeterminate"]),
|
|
@@ -3019,7 +3020,7 @@ function lo(e, s, t, a, n, i) {
|
|
|
3019
3020
|
checked: t.value || null
|
|
3020
3021
|
}, {
|
|
3021
3022
|
default: w(() => [
|
|
3022
|
-
|
|
3023
|
+
m(e.$slots, "default", {}, void 0, !0)
|
|
3023
3024
|
]),
|
|
3024
3025
|
_: 3
|
|
3025
3026
|
}, 8, ["disabled", "checked"]),
|
|
@@ -3034,7 +3035,7 @@ function lo(e, s, t, a, n, i) {
|
|
|
3034
3035
|
disabled: t.disabled || null
|
|
3035
3036
|
}, {
|
|
3036
3037
|
default: w(() => [
|
|
3037
|
-
|
|
3038
|
+
m(e.$slots, "default", {}, void 0, !0),
|
|
3038
3039
|
t.help ? (o(), l("span", Xa, x(t.help), 1)) : u("", !0)
|
|
3039
3040
|
]),
|
|
3040
3041
|
_: 3
|
|
@@ -3047,17 +3048,17 @@ function lo(e, s, t, a, n, i) {
|
|
|
3047
3048
|
role: "menuitem",
|
|
3048
3049
|
tabindex: "0"
|
|
3049
3050
|
}, [
|
|
3050
|
-
b(
|
|
3051
|
+
b(g, {
|
|
3051
3052
|
sort: t.sort,
|
|
3052
3053
|
disabled: t.disabled || null
|
|
3053
3054
|
}, {
|
|
3054
3055
|
default: w(() => [
|
|
3055
|
-
|
|
3056
|
+
m(e.$slots, "default", {}, void 0, !0)
|
|
3056
3057
|
]),
|
|
3057
3058
|
_: 3
|
|
3058
3059
|
}, 8, ["sort", "disabled"]),
|
|
3059
3060
|
t.suffix ? (o(), l("span", Ja, x(t.suffix), 1)) : u("", !0),
|
|
3060
|
-
b(
|
|
3061
|
+
b(h, { inset: 0 })
|
|
3061
3062
|
])) : t.type === "link" ? (o(), l("a", {
|
|
3062
3063
|
key: 4,
|
|
3063
3064
|
onClick: s[6] || (s[6] = (S) => e.$emit("click", S)),
|
|
@@ -3085,7 +3086,7 @@ function lo(e, s, t, a, n, i) {
|
|
|
3085
3086
|
}, null, 8, ["type"])) : u("", !0),
|
|
3086
3087
|
f("span", eo, [
|
|
3087
3088
|
f("span", to, [
|
|
3088
|
-
|
|
3089
|
+
m(e.$slots, "default", {}, void 0, !0)
|
|
3089
3090
|
]),
|
|
3090
3091
|
i.secondaryActionOptions.show ? (o(), y(I, {
|
|
3091
3092
|
key: 0,
|
|
@@ -3110,7 +3111,7 @@ function lo(e, s, t, a, n, i) {
|
|
|
3110
3111
|
type: t.hoverIcon,
|
|
3111
3112
|
class: "hover-icon"
|
|
3112
3113
|
}, null, 8, ["type"])) : u("", !0),
|
|
3113
|
-
b(
|
|
3114
|
+
b(h, { inset: 0 })
|
|
3114
3115
|
], 10, Qa)) : (o(), l("button", {
|
|
3115
3116
|
key: 5,
|
|
3116
3117
|
class: v(["ecs-popover-list-item", [
|
|
@@ -3137,7 +3138,7 @@ function lo(e, s, t, a, n, i) {
|
|
|
3137
3138
|
}, null, 8, ["type"])) : u("", !0),
|
|
3138
3139
|
f("span", no, [
|
|
3139
3140
|
f("span", ao, [
|
|
3140
|
-
|
|
3141
|
+
m(e.$slots, "default", {}, void 0, !0)
|
|
3141
3142
|
]),
|
|
3142
3143
|
i.secondaryActionOptions.show ? (o(), y(I, {
|
|
3143
3144
|
key: 0,
|
|
@@ -3163,7 +3164,7 @@ function lo(e, s, t, a, n, i) {
|
|
|
3163
3164
|
size: "24",
|
|
3164
3165
|
class: "hover-icon"
|
|
3165
3166
|
}, null, 8, ["type"])) : u("", !0),
|
|
3166
|
-
b(
|
|
3167
|
+
b(h, { inset: 0 })
|
|
3167
3168
|
], 2))
|
|
3168
3169
|
]);
|
|
3169
3170
|
}
|
|
@@ -3288,7 +3289,7 @@ function go(e, s, t, a, n, i) {
|
|
|
3288
3289
|
type: i.iconType,
|
|
3289
3290
|
spinning: t.loading || null
|
|
3290
3291
|
}, null, 8, ["size", "color", "type", "spinning"])) : u("", !0),
|
|
3291
|
-
|
|
3292
|
+
m(e.$slots, "default", {}, void 0, !0),
|
|
3292
3293
|
t.badge ? (o(), l("span", {
|
|
3293
3294
|
key: 1,
|
|
3294
3295
|
class: "badge",
|
|
@@ -3324,7 +3325,7 @@ function go(e, s, t, a, n, i) {
|
|
|
3324
3325
|
type: i.iconType,
|
|
3325
3326
|
spinning: t.loading || null
|
|
3326
3327
|
}, null, 8, ["size", "color", "type", "spinning"])) : u("", !0),
|
|
3327
|
-
|
|
3328
|
+
m(e.$slots, "default", {}, void 0, !0),
|
|
3328
3329
|
t.badge ? (o(), l("span", {
|
|
3329
3330
|
key: 1,
|
|
3330
3331
|
class: "badge",
|
|
@@ -3475,7 +3476,7 @@ const _o = {
|
|
|
3475
3476
|
}
|
|
3476
3477
|
}, yo = { class: "ecs-bulk-selector-check" };
|
|
3477
3478
|
function bo(e, s, t, a, n, i) {
|
|
3478
|
-
const r = p("ecs-checkbox"), c = p("ecs-button-toolbar"), d = p("ecs-popover-list-item"),
|
|
3479
|
+
const r = p("ecs-checkbox"), c = p("ecs-button-toolbar"), d = p("ecs-popover-list-item"), g = p("ecs-separator"), h = p("ecs-popover-list"), k = p("ecs-popover"), B = p("ecs-flex-row");
|
|
3479
3480
|
return o(), y(B, {
|
|
3480
3481
|
gap: 8,
|
|
3481
3482
|
class: "ecs-bulk-selector"
|
|
@@ -3493,19 +3494,19 @@ function bo(e, s, t, a, n, i) {
|
|
|
3493
3494
|
disabled: t.disabled || null
|
|
3494
3495
|
}, {
|
|
3495
3496
|
content: w(() => [
|
|
3496
|
-
b(
|
|
3497
|
+
b(h, null, {
|
|
3497
3498
|
default: w(() => [
|
|
3498
3499
|
(o(!0), l(Z, null, pe(t.options, (I, S) => (o(), y(d, {
|
|
3499
3500
|
key: S,
|
|
3500
3501
|
disabled: I.disabled || null,
|
|
3501
|
-
onClick: (
|
|
3502
|
+
onClick: (E) => e.$emit("select", I.action)
|
|
3502
3503
|
}, {
|
|
3503
3504
|
default: w(() => [
|
|
3504
3505
|
D(x(I.label), 1)
|
|
3505
3506
|
]),
|
|
3506
3507
|
_: 2
|
|
3507
3508
|
}, 1032, ["disabled", "onClick"]))), 128)),
|
|
3508
|
-
t.familiesOption ? (o(), y(
|
|
3509
|
+
t.familiesOption ? (o(), y(g, { key: 0 })) : u("", !0),
|
|
3509
3510
|
t.familiesOption ? (o(), y(d, {
|
|
3510
3511
|
key: 1,
|
|
3511
3512
|
type: "switch",
|
|
@@ -3545,16 +3546,16 @@ function bo(e, s, t, a, n, i) {
|
|
|
3545
3546
|
_: 1
|
|
3546
3547
|
});
|
|
3547
3548
|
}
|
|
3548
|
-
const
|
|
3549
|
+
const uy = /* @__PURE__ */ _(_o, [["render", bo], ["__scopeId", "data-v-bd2e4560"]]);
|
|
3549
3550
|
const ko = {
|
|
3550
3551
|
name: "ecs-button-group"
|
|
3551
3552
|
}, xo = { class: "ecs-button-group" };
|
|
3552
3553
|
function wo(e, s, t, a, n, i) {
|
|
3553
3554
|
return o(), l("div", xo, [
|
|
3554
|
-
|
|
3555
|
+
m(e.$slots, "default", {}, void 0, !0)
|
|
3555
3556
|
]);
|
|
3556
3557
|
}
|
|
3557
|
-
const
|
|
3558
|
+
const fy = /* @__PURE__ */ _(ko, [["render", wo], ["__scopeId", "data-v-83c21366"]]);
|
|
3558
3559
|
const So = {
|
|
3559
3560
|
name: "ecs-button-collapse",
|
|
3560
3561
|
emits: ["click"],
|
|
@@ -3656,7 +3657,7 @@ const zo = {
|
|
|
3656
3657
|
this.iconOnly && (!this.ariaLabel || this.ariaLabel.trim());
|
|
3657
3658
|
}
|
|
3658
3659
|
}, Io = ["aria-label", "aria-busy"];
|
|
3659
|
-
function
|
|
3660
|
+
function $o(e, s, t, a, n, i) {
|
|
3660
3661
|
const r = p("ecs-icon"), c = p("ecs-focus-ring");
|
|
3661
3662
|
return o(), l("button", {
|
|
3662
3663
|
class: v(["ecs-context-button", [t.loading ? "loading" : "", i.iconOnly ? "ecs-context-button-icon-only" : ""]]),
|
|
@@ -3675,20 +3676,20 @@ function Eo(e, s, t, a, n, i) {
|
|
|
3675
3676
|
class: "ecs-context-button-color",
|
|
3676
3677
|
style: z(i.selectedColorBackground)
|
|
3677
3678
|
}, null, 4)) : u("", !0),
|
|
3678
|
-
|
|
3679
|
+
m(e.$slots, "default", {}, void 0, !0),
|
|
3679
3680
|
b(c)
|
|
3680
3681
|
], 14, Io);
|
|
3681
3682
|
}
|
|
3682
|
-
const
|
|
3683
|
-
const
|
|
3683
|
+
const py = /* @__PURE__ */ _(zo, [["render", $o], ["__scopeId", "data-v-bbc83578"]]);
|
|
3684
|
+
const Eo = {
|
|
3684
3685
|
name: "ecs-context-button-group"
|
|
3685
3686
|
}, Po = { class: "ecs-context-button-group" };
|
|
3686
3687
|
function To(e, s, t, a, n, i) {
|
|
3687
3688
|
return o(), l("div", Po, [
|
|
3688
|
-
|
|
3689
|
+
m(e.$slots, "default", {}, void 0, !0)
|
|
3689
3690
|
]);
|
|
3690
3691
|
}
|
|
3691
|
-
const
|
|
3692
|
+
const gy = /* @__PURE__ */ _(Eo, [["render", To], ["__scopeId", "data-v-94a53b69"]]);
|
|
3692
3693
|
const Mo = {
|
|
3693
3694
|
name: "ecs-button-dialog",
|
|
3694
3695
|
emits: ["click"],
|
|
@@ -3731,14 +3732,14 @@ function Oo(e, s, t, a, n, i) {
|
|
|
3731
3732
|
key: 0,
|
|
3732
3733
|
type: i.iconType
|
|
3733
3734
|
}, null, 8, ["type"])) : u("", !0),
|
|
3734
|
-
|
|
3735
|
+
m(e.$slots, "default", {}, void 0, !0),
|
|
3735
3736
|
b(c, {
|
|
3736
3737
|
radius: 12,
|
|
3737
3738
|
danger: t.type == "danger"
|
|
3738
3739
|
}, null, 8, ["danger"])
|
|
3739
3740
|
], 10, Lo);
|
|
3740
3741
|
}
|
|
3741
|
-
const
|
|
3742
|
+
const my = /* @__PURE__ */ _(Mo, [["render", Oo], ["__scopeId", "data-v-fe031b71"]]);
|
|
3742
3743
|
const Ao = {
|
|
3743
3744
|
name: "ecs-button-more",
|
|
3744
3745
|
emits: ["click"],
|
|
@@ -3799,7 +3800,7 @@ function Do(e, s, t, a, n, i) {
|
|
|
3799
3800
|
size: "12",
|
|
3800
3801
|
color: "var(--color-gray-9)"
|
|
3801
3802
|
})) : u("", !0),
|
|
3802
|
-
t.type === "expand" ?
|
|
3803
|
+
t.type === "expand" ? m(e.$slots, "default", { key: 2 }, void 0, !0) : u("", !0),
|
|
3803
3804
|
b(c)
|
|
3804
3805
|
], 10, No);
|
|
3805
3806
|
}
|
|
@@ -3919,7 +3920,7 @@ const qo = {
|
|
|
3919
3920
|
}, Wo = { class: "ecs-toolbar-button-group" };
|
|
3920
3921
|
function jo(e, s, t, a, n, i) {
|
|
3921
3922
|
return o(), l("div", Wo, [
|
|
3922
|
-
|
|
3923
|
+
m(e.$slots, "default", {}, void 0, !0)
|
|
3923
3924
|
]);
|
|
3924
3925
|
}
|
|
3925
3926
|
const Ht = /* @__PURE__ */ _(qo, [["render", jo], ["__scopeId", "data-v-743ca90b"]]);
|
|
@@ -3996,7 +3997,7 @@ function Xo(e, s, t, a, n, i) {
|
|
|
3996
3997
|
b(c)
|
|
3997
3998
|
], 10, Uo);
|
|
3998
3999
|
}
|
|
3999
|
-
const
|
|
4000
|
+
const hy = /* @__PURE__ */ _(Go, [["render", Xo], ["__scopeId", "data-v-098e1030"]]);
|
|
4000
4001
|
const Zo = {
|
|
4001
4002
|
name: "ecs-card",
|
|
4002
4003
|
emits: ["click"],
|
|
@@ -4050,7 +4051,7 @@ function tr(e, s, t, a, n, i) {
|
|
|
4050
4051
|
id: i.itemId
|
|
4051
4052
|
}, [
|
|
4052
4053
|
f("div", Qo, [
|
|
4053
|
-
|
|
4054
|
+
m(e.$slots, "default", {}, void 0, !0)
|
|
4054
4055
|
]),
|
|
4055
4056
|
f("div", er, [
|
|
4056
4057
|
t.progress ? (o(), l("div", {
|
|
@@ -4061,7 +4062,7 @@ function tr(e, s, t, a, n, i) {
|
|
|
4061
4062
|
])
|
|
4062
4063
|
], 10, Jo);
|
|
4063
4064
|
}
|
|
4064
|
-
const
|
|
4065
|
+
const vy = /* @__PURE__ */ _(Zo, [["render", tr], ["__scopeId", "data-v-8d449816"]]);
|
|
4065
4066
|
const sr = {
|
|
4066
4067
|
name: "ecs-citation-line",
|
|
4067
4068
|
emits: ["change", "blur", "focus"],
|
|
@@ -4123,7 +4124,7 @@ function nr(e, s, t, a, n, i) {
|
|
|
4123
4124
|
class: "ecs-citation-line-actions"
|
|
4124
4125
|
}, {
|
|
4125
4126
|
default: w(() => [
|
|
4126
|
-
|
|
4127
|
+
m(e.$slots, "actions", {}, void 0, !0)
|
|
4127
4128
|
]),
|
|
4128
4129
|
_: 3
|
|
4129
4130
|
})) : u("", !0)
|
|
@@ -4131,7 +4132,7 @@ function nr(e, s, t, a, n, i) {
|
|
|
4131
4132
|
_: 3
|
|
4132
4133
|
});
|
|
4133
4134
|
}
|
|
4134
|
-
const
|
|
4135
|
+
const _y = /* @__PURE__ */ _(sr, [["render", nr], ["__scopeId", "data-v-cfd8e718"]]);
|
|
4135
4136
|
var qt = {};
|
|
4136
4137
|
Object.defineProperty(qt, "__esModule", {
|
|
4137
4138
|
value: !0
|
|
@@ -4149,7 +4150,7 @@ var ar = qt.clickOutSide = {
|
|
|
4149
4150
|
const rr = {
|
|
4150
4151
|
name: "ecs-context-menu",
|
|
4151
4152
|
emits: ["option-clicked", "menu-closed"],
|
|
4152
|
-
components: { EcsIcon: M, EcsFocusRing: L, EcsButton:
|
|
4153
|
+
components: { EcsIcon: M, EcsFocusRing: L, EcsButton: $e },
|
|
4153
4154
|
directives: {
|
|
4154
4155
|
clickOutSide: or
|
|
4155
4156
|
},
|
|
@@ -4256,7 +4257,7 @@ const rr = {
|
|
|
4256
4257
|
}
|
|
4257
4258
|
}, lr = ["id"], cr = ["onClick", "role", "tabindex", "aria-disabled"], dr = { key: 1 };
|
|
4258
4259
|
function ur(e, s, t, a, n, i) {
|
|
4259
|
-
const r = p("ecs-icon"), c = p("ecs-button"), d = p("ecs-focus-ring"),
|
|
4260
|
+
const r = p("ecs-icon"), c = p("ecs-button"), d = p("ecs-focus-ring"), g = oi("click-out-side");
|
|
4260
4261
|
return Ge((o(), l("div", {
|
|
4261
4262
|
class: v(["ecs-context-menu", n.opened ? " opened" : ""]),
|
|
4262
4263
|
id: t.elementId,
|
|
@@ -4267,55 +4268,55 @@ function ur(e, s, t, a, n, i) {
|
|
|
4267
4268
|
"aria-orientation": "vertical",
|
|
4268
4269
|
tabindex: "0",
|
|
4269
4270
|
onKeydown: [
|
|
4270
|
-
s[0] || (s[0] = U(G((...
|
|
4271
|
-
s[1] || (s[1] = U(G((...
|
|
4271
|
+
s[0] || (s[0] = U(G((...h) => i.focusPrevious && i.focusPrevious(...h), ["prevent"]), ["up"])),
|
|
4272
|
+
s[1] || (s[1] = U(G((...h) => i.focusNext && i.focusNext(...h), ["prevent"]), ["down"]))
|
|
4272
4273
|
],
|
|
4273
4274
|
ref: "menu",
|
|
4274
4275
|
id: "my-menu"
|
|
4275
4276
|
}, [
|
|
4276
|
-
(o(!0), l(Z, null, pe(t.options, (
|
|
4277
|
+
(o(!0), l(Z, null, pe(t.options, (h, k) => (o(), l("li", {
|
|
4277
4278
|
key: k,
|
|
4278
|
-
onClick: G((B) => i.optionClicked(
|
|
4279
|
-
role:
|
|
4280
|
-
tabindex:
|
|
4281
|
-
"aria-disabled":
|
|
4279
|
+
onClick: G((B) => i.optionClicked(h), ["stop"]),
|
|
4280
|
+
role: h.type === "divider" ? "separator" : "menuitem",
|
|
4281
|
+
tabindex: h.type === "divider" || h.disabled ? "-1" : "0",
|
|
4282
|
+
"aria-disabled": h.disabled || null,
|
|
4282
4283
|
class: v([
|
|
4283
|
-
|
|
4284
|
-
|
|
4285
|
-
|
|
4284
|
+
h.type === "divider" ? "ecs-context-menu-divider" : "ecs-context-menu-item",
|
|
4285
|
+
h.type === "danger" ? "danger" : "",
|
|
4286
|
+
h.disabled ? "disabled" : ""
|
|
4286
4287
|
])
|
|
4287
4288
|
}, [
|
|
4288
|
-
|
|
4289
|
+
h.icon ? (o(), y(r, {
|
|
4289
4290
|
key: 0,
|
|
4290
|
-
type:
|
|
4291
|
+
type: h.icon,
|
|
4291
4292
|
size: "20"
|
|
4292
4293
|
}, null, 8, ["type"])) : u("", !0),
|
|
4293
|
-
|
|
4294
|
-
|
|
4294
|
+
h.type != "divider" ? (o(), l("span", dr, x(h.name), 1)) : u("", !0),
|
|
4295
|
+
h.nested ? (o(), y(c, {
|
|
4295
4296
|
key: 2,
|
|
4296
|
-
onClick: G((B) => i.optionClicked(
|
|
4297
|
-
icon:
|
|
4298
|
-
title:
|
|
4299
|
-
"aria-label":
|
|
4300
|
-
disabled:
|
|
4297
|
+
onClick: G((B) => i.optionClicked(h.nested), ["stop"]),
|
|
4298
|
+
icon: h.nested.icon,
|
|
4299
|
+
title: h.nested.name,
|
|
4300
|
+
"aria-label": h.nested.name,
|
|
4301
|
+
disabled: h.nested.disabled || null,
|
|
4301
4302
|
type: "secondary",
|
|
4302
4303
|
"icon-only": "",
|
|
4303
4304
|
size: "sml"
|
|
4304
4305
|
}, null, 8, ["onClick", "icon", "title", "aria-label", "disabled"])) : u("", !0),
|
|
4305
4306
|
b(d, {
|
|
4306
|
-
danger:
|
|
4307
|
+
danger: h.type == "danger"
|
|
4307
4308
|
}, null, 8, ["danger"])
|
|
4308
4309
|
], 10, cr))), 128))
|
|
4309
4310
|
], 544)
|
|
4310
4311
|
], 14, lr)), [
|
|
4311
|
-
[
|
|
4312
|
+
[g, i.onClickOutside]
|
|
4312
4313
|
]);
|
|
4313
4314
|
}
|
|
4314
|
-
const
|
|
4315
|
+
const yy = /* @__PURE__ */ _(rr, [["render", ur], ["__scopeId", "data-v-f295a817"]]);
|
|
4315
4316
|
const fr = {
|
|
4316
4317
|
name: "ecs-collapse",
|
|
4317
4318
|
emits: ["toggled", "remove"],
|
|
4318
|
-
components: { EcsButton:
|
|
4319
|
+
components: { EcsButton: $e, EcsFocusRing: L, EcsFlexRow: Me },
|
|
4319
4320
|
props: {
|
|
4320
4321
|
/** Unique ID, is required to handle persist states. */
|
|
4321
4322
|
id: {
|
|
@@ -4433,7 +4434,7 @@ function _r(e, s, t, a, n, i) {
|
|
|
4433
4434
|
f("div", pr, [
|
|
4434
4435
|
t.removable ? (o(), y(r, {
|
|
4435
4436
|
key: 0,
|
|
4436
|
-
onClick: s[0] || (s[0] = (
|
|
4437
|
+
onClick: s[0] || (s[0] = (g) => e.$emit("remove", t.id)),
|
|
4437
4438
|
type: "secondary",
|
|
4438
4439
|
"icon-only": "",
|
|
4439
4440
|
icon: "minus",
|
|
@@ -4443,8 +4444,8 @@ function _r(e, s, t, a, n, i) {
|
|
|
4443
4444
|
"aria-label": t.removableTooltip
|
|
4444
4445
|
}, null, 8, ["class", "title", "aria-label"])) : u("", !0),
|
|
4445
4446
|
f("h3", {
|
|
4446
|
-
onClick: s[1] || (s[1] = (...
|
|
4447
|
-
onKeydown: s[2] || (s[2] = U(G((...
|
|
4447
|
+
onClick: s[1] || (s[1] = (...g) => i.toggleCollapse && i.toggleCollapse(...g)),
|
|
4448
|
+
onKeydown: s[2] || (s[2] = U(G((...g) => i.toggleCollapse && i.toggleCollapse(...g), ["prevent"]), ["space"])),
|
|
4448
4449
|
role: "button",
|
|
4449
4450
|
class: v(["ecs-collapsable-headline", [t.headlineBold ? "ecs-headline-section-bold" : "ecs-headline-section", n.isVisible ? "" : "collapsed"]]),
|
|
4450
4451
|
tabindex: "0",
|
|
@@ -4463,7 +4464,7 @@ function _r(e, s, t, a, n, i) {
|
|
|
4463
4464
|
radius: 0
|
|
4464
4465
|
}),
|
|
4465
4466
|
e.$slots.controls ? (o(), l("div", hr, [
|
|
4466
|
-
|
|
4467
|
+
m(e.$slots, "controls", {}, void 0, !0)
|
|
4467
4468
|
])) : u("", !0)
|
|
4468
4469
|
], 42, gr)
|
|
4469
4470
|
]),
|
|
@@ -4475,12 +4476,12 @@ function _r(e, s, t, a, n, i) {
|
|
|
4475
4476
|
f("div", {
|
|
4476
4477
|
class: v(["ecs-collapsable-content", i.contentPaddingClass])
|
|
4477
4478
|
}, [
|
|
4478
|
-
|
|
4479
|
+
m(e.$slots, "default", {}, void 0, !0)
|
|
4479
4480
|
], 2)
|
|
4480
4481
|
], 10, vr)
|
|
4481
4482
|
], 2);
|
|
4482
4483
|
}
|
|
4483
|
-
const
|
|
4484
|
+
const by = /* @__PURE__ */ _(fr, [["render", _r], ["__scopeId", "data-v-4bf981c8"]]);
|
|
4484
4485
|
const yr = {
|
|
4485
4486
|
name: "ecs-collection-control",
|
|
4486
4487
|
emits: ["toggled", "collectionTooltip"],
|
|
@@ -4618,12 +4619,12 @@ function Cr(e, s, t, a, n, i) {
|
|
|
4618
4619
|
class: "ecs-collection-control-list scrollbar scrollbar-sml",
|
|
4619
4620
|
style: z(i.listMaxHeight)
|
|
4620
4621
|
}, [
|
|
4621
|
-
|
|
4622
|
+
m(e.$slots, "default")
|
|
4622
4623
|
], 4)
|
|
4623
4624
|
], 10, Sr)
|
|
4624
4625
|
], 2);
|
|
4625
4626
|
}
|
|
4626
|
-
const
|
|
4627
|
+
const ky = /* @__PURE__ */ _(yr, [["render", Cr], ["__scopeId", "data-v-5e5716bc"]]);
|
|
4627
4628
|
const Br = {
|
|
4628
4629
|
name: "ecs-skeleton-loader",
|
|
4629
4630
|
props: {
|
|
@@ -4663,8 +4664,8 @@ const Br = {
|
|
|
4663
4664
|
}, zr = (e) => (he("data-v-75354c78"), e = e(), ve(), e), Ir = {
|
|
4664
4665
|
key: 1,
|
|
4665
4666
|
class: "ecs-skeleton skeletons"
|
|
4666
|
-
},
|
|
4667
|
-
|
|
4667
|
+
}, $r = /* @__PURE__ */ zr(() => /* @__PURE__ */ f("div", { class: "skeleton skeleton-single" }, null, -1)), Er = [
|
|
4668
|
+
$r
|
|
4668
4669
|
];
|
|
4669
4670
|
function Pr(e, s, t, a, n, i) {
|
|
4670
4671
|
return t.type === "rect" || t.type === "circle" ? (o(), l("div", {
|
|
@@ -4675,7 +4676,7 @@ function Pr(e, s, t, a, n, i) {
|
|
|
4675
4676
|
(o(!0), l(Z, null, pe(parseInt(t.count), (r) => (o(), l("div", {
|
|
4676
4677
|
key: r,
|
|
4677
4678
|
class: v(["skeleton-wrap", "skeleton-line-height-" + t.lineHeight])
|
|
4678
|
-
},
|
|
4679
|
+
}, Er, 2))), 128))
|
|
4679
4680
|
])) : (o(), l("div", {
|
|
4680
4681
|
key: 2,
|
|
4681
4682
|
class: v(["ecs-skeleton skeleton-wrap", "skeleton-line-height-" + t.lineHeight])
|
|
@@ -4686,10 +4687,10 @@ function Pr(e, s, t, a, n, i) {
|
|
|
4686
4687
|
}, null, 4)
|
|
4687
4688
|
], 2));
|
|
4688
4689
|
}
|
|
4689
|
-
const
|
|
4690
|
+
const we = /* @__PURE__ */ _(Br, [["render", Pr], ["__scopeId", "data-v-75354c78"]]);
|
|
4690
4691
|
const Tr = {
|
|
4691
4692
|
name: "ecs-formatted",
|
|
4692
|
-
components: { EcsSkeletonLoader:
|
|
4693
|
+
components: { EcsSkeletonLoader: we },
|
|
4693
4694
|
mixins: [_e],
|
|
4694
4695
|
props: {
|
|
4695
4696
|
/** Sets the general font size of the formatted text component to small. */
|
|
@@ -4729,7 +4730,7 @@ function Lr(e, s, t, a, n, i) {
|
|
|
4729
4730
|
type: "multi",
|
|
4730
4731
|
"line-height": t.small ? 1 : 2,
|
|
4731
4732
|
count: t.skeletonCount
|
|
4732
|
-
}, null, 8, ["line-height", "count"])) :
|
|
4733
|
+
}, null, 8, ["line-height", "count"])) : m(e.$slots, "default", {
|
|
4733
4734
|
key: 0,
|
|
4734
4735
|
ref: "slot"
|
|
4735
4736
|
})
|
|
@@ -4739,7 +4740,7 @@ const Ds = /* @__PURE__ */ _(Tr, [["render", Lr]]);
|
|
|
4739
4740
|
const Or = {
|
|
4740
4741
|
name: "ecs-comment",
|
|
4741
4742
|
emits: ["edit", "delete"],
|
|
4742
|
-
components: { EcsAvatar: Ti, EcsButton:
|
|
4743
|
+
components: { EcsAvatar: Ti, EcsButton: $e, EcsFormatted: Ds, EcsSkeletonLoader: we },
|
|
4743
4744
|
props: {
|
|
4744
4745
|
/** Name of the user that is the comment author. */
|
|
4745
4746
|
userName: {
|
|
@@ -4776,7 +4777,7 @@ const Or = {
|
|
|
4776
4777
|
class: "ecs-comment-edit"
|
|
4777
4778
|
};
|
|
4778
4779
|
function jr(e, s, t, a, n, i) {
|
|
4779
|
-
const r = p("ecs-skeleton-loader"), c = p("ecs-avatar"), d = p("ecs-button"),
|
|
4780
|
+
const r = p("ecs-skeleton-loader"), c = p("ecs-avatar"), d = p("ecs-button"), g = p("ecs-formatted");
|
|
4780
4781
|
return o(), l("div", {
|
|
4781
4782
|
class: "ecs-comment",
|
|
4782
4783
|
role: "comment",
|
|
@@ -4810,13 +4811,13 @@ function jr(e, s, t, a, n, i) {
|
|
|
4810
4811
|
])) : (o(), l("div", Fr, [
|
|
4811
4812
|
f("span", Rr, x(t.userName), 1),
|
|
4812
4813
|
f("span", Vr, [
|
|
4813
|
-
|
|
4814
|
+
m(e.$slots, "commentdate", {}, void 0, !0)
|
|
4814
4815
|
])
|
|
4815
4816
|
]))
|
|
4816
4817
|
]),
|
|
4817
4818
|
t.canEdit ? (o(), l("div", qr, [
|
|
4818
4819
|
b(d, {
|
|
4819
|
-
onClick: s[0] || (s[0] = (
|
|
4820
|
+
onClick: s[0] || (s[0] = (h) => e.$emit("edit", h)),
|
|
4820
4821
|
type: "secondary",
|
|
4821
4822
|
size: "sml",
|
|
4822
4823
|
icon: "edit",
|
|
@@ -4824,7 +4825,7 @@ function jr(e, s, t, a, n, i) {
|
|
|
4824
4825
|
title: "Edit Comment"
|
|
4825
4826
|
}),
|
|
4826
4827
|
b(d, {
|
|
4827
|
-
onClick: s[1] || (s[1] = (
|
|
4828
|
+
onClick: s[1] || (s[1] = (h) => e.$emit("delete", h)),
|
|
4828
4829
|
type: "danger",
|
|
4829
4830
|
size: "sml",
|
|
4830
4831
|
icon: "delete",
|
|
@@ -4833,12 +4834,12 @@ function jr(e, s, t, a, n, i) {
|
|
|
4833
4834
|
})
|
|
4834
4835
|
])) : u("", !0)
|
|
4835
4836
|
]),
|
|
4836
|
-
!e.$slots.editform && !t.loading ? (o(), y(
|
|
4837
|
+
!e.$slots.editform && !t.loading ? (o(), y(g, {
|
|
4837
4838
|
key: 0,
|
|
4838
4839
|
class: "ecs-comment-body"
|
|
4839
4840
|
}, {
|
|
4840
4841
|
default: w(() => [
|
|
4841
|
-
|
|
4842
|
+
m(e.$slots, "default", {}, void 0, !0)
|
|
4842
4843
|
]),
|
|
4843
4844
|
_: 3
|
|
4844
4845
|
})) : t.loading ? (o(), y(r, {
|
|
@@ -4847,18 +4848,18 @@ function jr(e, s, t, a, n, i) {
|
|
|
4847
4848
|
count: 2,
|
|
4848
4849
|
class: "ecs-comment-body"
|
|
4849
4850
|
})) : (o(), l("div", Wr, [
|
|
4850
|
-
|
|
4851
|
+
m(e.$slots, "editform", {}, void 0, !0)
|
|
4851
4852
|
]))
|
|
4852
4853
|
], 8, Ar);
|
|
4853
4854
|
}
|
|
4854
|
-
const
|
|
4855
|
+
const xy = /* @__PURE__ */ _(Or, [["render", jr], ["__scopeId", "data-v-cf696f66"]]);
|
|
4855
4856
|
const Gr = {}, Ur = { class: "ecs-comment-list" };
|
|
4856
4857
|
function Kr(e, s) {
|
|
4857
4858
|
return o(), l("div", Ur, [
|
|
4858
|
-
|
|
4859
|
+
m(e.$slots, "default")
|
|
4859
4860
|
]);
|
|
4860
4861
|
}
|
|
4861
|
-
const
|
|
4862
|
+
const wy = /* @__PURE__ */ _(Gr, [["render", Kr]]);
|
|
4862
4863
|
function ut(e) {
|
|
4863
4864
|
"@babel/helpers - typeof";
|
|
4864
4865
|
return ut = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(s) {
|
|
@@ -5052,7 +5053,7 @@ function Zr(e) {
|
|
|
5052
5053
|
g: 0,
|
|
5053
5054
|
b: 0
|
|
5054
5055
|
}, t = 1, a = null, n = null, i = null, r = !1, c = !1;
|
|
5055
|
-
return typeof e == "string" && (e = vl(e)), ut(e) == "object" && (
|
|
5056
|
+
return typeof e == "string" && (e = vl(e)), ut(e) == "object" && (Be(e.r) && Be(e.g) && Be(e.b) ? (s = Jr(e.r, e.g, e.b), r = !0, c = String(e.r).substr(-1) === "%" ? "prgb" : "rgb") : Be(e.h) && Be(e.s) && Be(e.v) ? (a = Ze(e.s), n = Ze(e.v), s = el(e.h, a, n), r = !0, c = "hsv") : Be(e.h) && Be(e.s) && Be(e.l) && (a = Ze(e.s), i = Ze(e.l), s = Qr(e.h, a, i), r = !0, c = "hsl"), e.hasOwnProperty("a") && (t = e.a)), t = Fs(t), {
|
|
5056
5057
|
ok: r,
|
|
5057
5058
|
format: e.format || c,
|
|
5058
5059
|
r: Math.min(255, Math.max(s.r, 0)),
|
|
@@ -5097,8 +5098,8 @@ function rs(e, s, t) {
|
|
|
5097
5098
|
function Qr(e, s, t) {
|
|
5098
5099
|
var a, n, i;
|
|
5099
5100
|
e = H(e, 360), s = H(s, 100), t = H(t, 100);
|
|
5100
|
-
function r(
|
|
5101
|
-
return k < 0 && (k += 1), k > 1 && (k -= 1), k < 1 / 6 ?
|
|
5101
|
+
function r(g, h, k) {
|
|
5102
|
+
return k < 0 && (k += 1), k > 1 && (k -= 1), k < 1 / 6 ? g + (h - g) * 6 * k : k < 1 / 2 ? h : k < 2 / 3 ? g + (h - g) * (2 / 3 - k) * 6 : g;
|
|
5102
5103
|
}
|
|
5103
5104
|
if (s === 0)
|
|
5104
5105
|
a = n = i = t;
|
|
@@ -5139,10 +5140,10 @@ function ls(e, s, t) {
|
|
|
5139
5140
|
}
|
|
5140
5141
|
function el(e, s, t) {
|
|
5141
5142
|
e = H(e, 360) * 6, s = H(s, 100), t = H(t, 100);
|
|
5142
|
-
var a = Math.floor(e), n = e - a, i = t * (1 - s), r = t * (1 - n * s), c = t * (1 - (1 - n) * s), d = a % 6,
|
|
5143
|
+
var a = Math.floor(e), n = e - a, i = t * (1 - s), r = t * (1 - n * s), c = t * (1 - (1 - n) * s), d = a % 6, g = [t, r, i, i, c, t][d], h = [c, t, t, r, i, i][d], k = [i, i, c, t, t, r][d];
|
|
5143
5144
|
return {
|
|
5144
|
-
r:
|
|
5145
|
-
g:
|
|
5145
|
+
r: g * 255,
|
|
5146
|
+
g: h * 255,
|
|
5146
5147
|
b: k * 255
|
|
5147
5148
|
};
|
|
5148
5149
|
}
|
|
@@ -5277,14 +5278,14 @@ C.isReadable = function(e, s, t) {
|
|
|
5277
5278
|
C.mostReadable = function(e, s, t) {
|
|
5278
5279
|
var a = null, n = 0, i, r, c, d;
|
|
5279
5280
|
t = t || {}, r = t.includeFallbackColors, c = t.level, d = t.size;
|
|
5280
|
-
for (var
|
|
5281
|
-
i = C.readability(e, s[
|
|
5281
|
+
for (var g = 0; g < s.length; g++)
|
|
5282
|
+
i = C.readability(e, s[g]), i > n && (n = i, a = C(s[g]));
|
|
5282
5283
|
return C.isReadable(e, a, {
|
|
5283
5284
|
level: c,
|
|
5284
5285
|
size: d
|
|
5285
5286
|
}) || !r ? a : (t.includeFallbackColors = !1, C.mostReadable(e, ["#fff", "#000"], t));
|
|
5286
5287
|
};
|
|
5287
|
-
var
|
|
5288
|
+
var Et = C.names = {
|
|
5288
5289
|
aliceblue: "f0f8ff",
|
|
5289
5290
|
antiquewhite: "faebd7",
|
|
5290
5291
|
aqua: "0ff",
|
|
@@ -5434,7 +5435,7 @@ var $t = C.names = {
|
|
|
5434
5435
|
whitesmoke: "f5f5f5",
|
|
5435
5436
|
yellow: "ff0",
|
|
5436
5437
|
yellowgreen: "9acd32"
|
|
5437
|
-
}, pl = C.hexNames = gl(
|
|
5438
|
+
}, pl = C.hexNames = gl(Et);
|
|
5438
5439
|
function gl(e) {
|
|
5439
5440
|
var s = {};
|
|
5440
5441
|
for (var t in e)
|
|
@@ -5489,14 +5490,14 @@ var ue = function() {
|
|
|
5489
5490
|
hex8: /^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/
|
|
5490
5491
|
};
|
|
5491
5492
|
}();
|
|
5492
|
-
function
|
|
5493
|
+
function Be(e) {
|
|
5493
5494
|
return !!ue.CSS_UNIT.exec(e);
|
|
5494
5495
|
}
|
|
5495
5496
|
function vl(e) {
|
|
5496
5497
|
e = e.replace(Yr, "").replace(Xr, "").toLowerCase();
|
|
5497
5498
|
var s = !1;
|
|
5498
|
-
if (
|
|
5499
|
-
e =
|
|
5499
|
+
if (Et[e])
|
|
5500
|
+
e = Et[e], s = !0;
|
|
5500
5501
|
else if (e == "transparent")
|
|
5501
5502
|
return {
|
|
5502
5503
|
r: 0,
|
|
@@ -5718,11 +5719,11 @@ function Il(e, s, t) {
|
|
|
5718
5719
|
return s < t ? e < s ? s : e > t ? t : e : e < t ? t : e > s ? s : e;
|
|
5719
5720
|
}
|
|
5720
5721
|
const St = /* @__PURE__ */ xs(zl);
|
|
5721
|
-
function
|
|
5722
|
+
function $l(e) {
|
|
5722
5723
|
var s = typeof e;
|
|
5723
5724
|
return e != null && (s == "object" || s == "function");
|
|
5724
5725
|
}
|
|
5725
|
-
var Wt =
|
|
5726
|
+
var Wt = $l, El = typeof rt == "object" && rt && rt.Object === Object && rt, Pl = El, Tl = Pl, Ml = typeof self == "object" && self && self.Object === Object && self, Ll = Tl || Ml || Function("return this")(), Vs = Ll, Ol = Vs, Al = function() {
|
|
5726
5727
|
return Ol.Date.now();
|
|
5727
5728
|
}, Nl = Al, Dl = /\s/;
|
|
5728
5729
|
function Fl(e) {
|
|
@@ -5779,43 +5780,43 @@ function bc(e) {
|
|
|
5779
5780
|
}
|
|
5780
5781
|
var kc = bc, xc = Wt, Ct = Nl, _s = kc, wc = "Expected a function", Sc = Math.max, Cc = Math.min;
|
|
5781
5782
|
function Bc(e, s, t) {
|
|
5782
|
-
var a, n, i, r, c, d,
|
|
5783
|
+
var a, n, i, r, c, d, g = 0, h = !1, k = !1, B = !0;
|
|
5783
5784
|
if (typeof e != "function")
|
|
5784
5785
|
throw new TypeError(wc);
|
|
5785
|
-
s = _s(s) || 0, xc(t) && (
|
|
5786
|
-
function I(
|
|
5786
|
+
s = _s(s) || 0, xc(t) && (h = !!t.leading, k = "maxWait" in t, i = k ? Sc(_s(t.maxWait) || 0, s) : i, B = "trailing" in t ? !!t.trailing : B);
|
|
5787
|
+
function I($) {
|
|
5787
5788
|
var N = a, F = n;
|
|
5788
|
-
return a = n = void 0,
|
|
5789
|
+
return a = n = void 0, g = $, r = e.apply(F, N), r;
|
|
5789
5790
|
}
|
|
5790
|
-
function S(
|
|
5791
|
-
return
|
|
5791
|
+
function S($) {
|
|
5792
|
+
return g = $, c = setTimeout(O, s), h ? I($) : r;
|
|
5792
5793
|
}
|
|
5793
|
-
function $
|
|
5794
|
-
var N =
|
|
5794
|
+
function E($) {
|
|
5795
|
+
var N = $ - d, F = $ - g, q = s - N;
|
|
5795
5796
|
return k ? Cc(q, i - F) : q;
|
|
5796
5797
|
}
|
|
5797
|
-
function P(
|
|
5798
|
-
var N =
|
|
5798
|
+
function P($) {
|
|
5799
|
+
var N = $ - d, F = $ - g;
|
|
5799
5800
|
return d === void 0 || N >= s || N < 0 || k && F >= i;
|
|
5800
5801
|
}
|
|
5801
5802
|
function O() {
|
|
5802
|
-
var
|
|
5803
|
-
if (P(
|
|
5804
|
-
return V(
|
|
5805
|
-
c = setTimeout(O, $
|
|
5803
|
+
var $ = Ct();
|
|
5804
|
+
if (P($))
|
|
5805
|
+
return V($);
|
|
5806
|
+
c = setTimeout(O, E($));
|
|
5806
5807
|
}
|
|
5807
|
-
function V(
|
|
5808
|
-
return c = void 0, B && a ? I(
|
|
5808
|
+
function V($) {
|
|
5809
|
+
return c = void 0, B && a ? I($) : (a = n = void 0, r);
|
|
5809
5810
|
}
|
|
5810
5811
|
function R() {
|
|
5811
|
-
c !== void 0 && clearTimeout(c),
|
|
5812
|
+
c !== void 0 && clearTimeout(c), g = 0, a = d = n = c = void 0;
|
|
5812
5813
|
}
|
|
5813
5814
|
function T() {
|
|
5814
5815
|
return c === void 0 ? r : V(Ct());
|
|
5815
5816
|
}
|
|
5816
5817
|
function A() {
|
|
5817
|
-
var
|
|
5818
|
-
if (a = arguments, n = this, d =
|
|
5818
|
+
var $ = Ct(), N = P($);
|
|
5819
|
+
if (a = arguments, n = this, d = $, N) {
|
|
5819
5820
|
if (c === void 0)
|
|
5820
5821
|
return S(d);
|
|
5821
5822
|
if (k)
|
|
@@ -5825,12 +5826,12 @@ function Bc(e, s, t) {
|
|
|
5825
5826
|
}
|
|
5826
5827
|
return A.cancel = R, A.flush = T, A;
|
|
5827
5828
|
}
|
|
5828
|
-
var zc = Bc, Ic = zc,
|
|
5829
|
+
var zc = Bc, Ic = zc, $c = Wt, Ec = "Expected a function";
|
|
5829
5830
|
function Pc(e, s, t) {
|
|
5830
5831
|
var a = !0, n = !0;
|
|
5831
5832
|
if (typeof e != "function")
|
|
5832
|
-
throw new TypeError(
|
|
5833
|
-
return
|
|
5833
|
+
throw new TypeError(Ec);
|
|
5834
|
+
return $c(t) && (a = "leading" in t ? !!t.leading : a, n = "trailing" in t ? !!t.trailing : n), Ic(e, s, {
|
|
5834
5835
|
leading: a,
|
|
5835
5836
|
maxWait: s,
|
|
5836
5837
|
trailing: n
|
|
@@ -5873,7 +5874,7 @@ const Lc = {
|
|
|
5873
5874
|
const t = this.$refs.container;
|
|
5874
5875
|
if (!t)
|
|
5875
5876
|
return;
|
|
5876
|
-
const a = t.clientWidth, n = t.clientHeight, i = t.getBoundingClientRect().left + window.pageXOffset, r = 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),
|
|
5877
|
+
const a = t.clientWidth, n = t.clientHeight, i = t.getBoundingClientRect().left + window.pageXOffset, r = 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), g = St(c - i, 0, a), h = St(d - r, 0, n), k = g / a, B = St(-(h / n) + 1, 0, 1);
|
|
5877
5878
|
this.throttle(this.onChange, {
|
|
5878
5879
|
h: this.colors.hsv.h,
|
|
5879
5880
|
s: k,
|
|
@@ -5956,15 +5957,15 @@ const Vc = {
|
|
|
5956
5957
|
const t = this.$refs.container;
|
|
5957
5958
|
if (!t)
|
|
5958
5959
|
return;
|
|
5959
|
-
const a = t.clientWidth, n = t.clientHeight, i = t.getBoundingClientRect().left + window.pageXOffset, r = 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),
|
|
5960
|
+
const a = t.clientWidth, n = t.clientHeight, i = t.getBoundingClientRect().left + window.pageXOffset, r = 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), g = c - i, h = d - r;
|
|
5960
5961
|
let k, B;
|
|
5961
|
-
this.direction === "vertical" ? (
|
|
5962
|
+
this.direction === "vertical" ? (h < 0 ? k = 360 : h > n ? k = 0 : (B = -(h * 100 / n) + 100, k = 360 * B / 100), this.colors.hsl.h !== k && this.$emit("change", {
|
|
5962
5963
|
h: k,
|
|
5963
5964
|
s: this.colors.hsl.s,
|
|
5964
5965
|
l: this.colors.hsl.l,
|
|
5965
5966
|
a: this.colors.hsl.a,
|
|
5966
5967
|
source: "hsl"
|
|
5967
|
-
})) : (
|
|
5968
|
+
})) : (g < 0 ? k = 0 : g > a ? k = 360 : (B = g * 100 / a, k = 360 * B / 100), this.colors.hsl.h !== k && this.$emit("change", {
|
|
5968
5969
|
h: k,
|
|
5969
5970
|
s: this.colors.hsl.s,
|
|
5970
5971
|
l: this.colors.hsl.l,
|
|
@@ -6221,7 +6222,7 @@ const nd = {
|
|
|
6221
6222
|
class: "ecs-color-picker-field--single"
|
|
6222
6223
|
}, hd = ["aria-label", "aria-selected", "onClick"], vd = ["aria-label", "onClick"];
|
|
6223
6224
|
function _d(e, s, t, a, n, i) {
|
|
6224
|
-
const r = p("saturation"), c = p("hue"), d = p("alpha"),
|
|
6225
|
+
const r = p("saturation"), c = p("hue"), d = p("alpha"), g = p("ed-in"), h = p("checkboard");
|
|
6225
6226
|
return o(), l("div", {
|
|
6226
6227
|
role: "application",
|
|
6227
6228
|
"aria-label": "Color picker",
|
|
@@ -6255,35 +6256,35 @@ function _d(e, s, t, a, n, i) {
|
|
|
6255
6256
|
])),
|
|
6256
6257
|
!t.disableFields && !t.disableCustom ? (o(), l("div", dd, [
|
|
6257
6258
|
f("div", ud, [
|
|
6258
|
-
b(
|
|
6259
|
+
b(g, {
|
|
6259
6260
|
label: "hex",
|
|
6260
6261
|
modelValue: i.hex,
|
|
6261
6262
|
onChange: i.inputChange
|
|
6262
6263
|
}, null, 8, ["modelValue", "onChange"])
|
|
6263
6264
|
]),
|
|
6264
6265
|
f("div", fd, [
|
|
6265
|
-
b(
|
|
6266
|
+
b(g, {
|
|
6266
6267
|
label: "r",
|
|
6267
6268
|
modelValue: e.colors.rgba.r,
|
|
6268
6269
|
onChange: i.inputChange
|
|
6269
6270
|
}, null, 8, ["modelValue", "onChange"])
|
|
6270
6271
|
]),
|
|
6271
6272
|
f("div", pd, [
|
|
6272
|
-
b(
|
|
6273
|
+
b(g, {
|
|
6273
6274
|
label: "g",
|
|
6274
6275
|
modelValue: e.colors.rgba.g,
|
|
6275
6276
|
onChange: i.inputChange
|
|
6276
6277
|
}, null, 8, ["modelValue", "onChange"])
|
|
6277
6278
|
]),
|
|
6278
6279
|
f("div", gd, [
|
|
6279
|
-
b(
|
|
6280
|
+
b(g, {
|
|
6280
6281
|
label: "b",
|
|
6281
6282
|
modelValue: e.colors.rgba.b,
|
|
6282
6283
|
onChange: i.inputChange
|
|
6283
6284
|
}, null, 8, ["modelValue", "onChange"])
|
|
6284
6285
|
]),
|
|
6285
6286
|
t.disableAlpha ? u("", !0) : (o(), l("div", md, [
|
|
6286
|
-
b(
|
|
6287
|
+
b(g, {
|
|
6287
6288
|
label: "a",
|
|
6288
6289
|
modelValue: e.colors.a,
|
|
6289
6290
|
"arrow-offset": 0.01,
|
|
@@ -6305,7 +6306,7 @@ function _d(e, s, t, a, n, i) {
|
|
|
6305
6306
|
class: "ecs-color-picker-presets-color",
|
|
6306
6307
|
onClick: (B) => i.handlePreset(k.hex)
|
|
6307
6308
|
}, [
|
|
6308
|
-
b(
|
|
6309
|
+
b(h)
|
|
6309
6310
|
], 8, vd)) : (o(), l("div", {
|
|
6310
6311
|
class: v(["ecs-color-picker-presets-color", { active: e.colors.hex === k.hex }]),
|
|
6311
6312
|
"aria-label": k.title,
|
|
@@ -6402,10 +6403,10 @@ function kd(e, s, t, a, n, i) {
|
|
|
6402
6403
|
_: 1
|
|
6403
6404
|
});
|
|
6404
6405
|
}
|
|
6405
|
-
const
|
|
6406
|
+
const Sy = /* @__PURE__ */ _(bd, [["render", kd], ["__scopeId", "data-v-396c6ac9"]]);
|
|
6406
6407
|
const xd = {
|
|
6407
6408
|
name: "ecs-data-card",
|
|
6408
|
-
components: { EcsIcon: M, EcsSkeletonLoader:
|
|
6409
|
+
components: { EcsIcon: M, EcsSkeletonLoader: we, EcsButtonTable: Ns, EcsButton: $e, EcsFocusRing: L },
|
|
6409
6410
|
mixins: [_e],
|
|
6410
6411
|
props: {
|
|
6411
6412
|
/** If passed, an icon will be displayed in the data card. The icon prop must match a specific icons name. The list of available icon names can be found [here](https://github.com/everchron/ec-shards/tree/main/src/assets/icons). */
|
|
@@ -6488,15 +6489,15 @@ const xd = {
|
|
|
6488
6489
|
}, wd = ["aria-busy", "tabindex"], Sd = {
|
|
6489
6490
|
key: 0,
|
|
6490
6491
|
class: "control"
|
|
6491
|
-
}, Cd = { class: "ecs-data-card-inner" }, Bd = { class: "ecs-data-card-row" }, zd = { class: "ecs-data-card-row-inner" }, Id = { class: "ecs-data-card-row-inner-text" },
|
|
6492
|
+
}, Cd = { class: "ecs-data-card-inner" }, Bd = { class: "ecs-data-card-row" }, zd = { class: "ecs-data-card-row-inner" }, Id = { class: "ecs-data-card-row-inner-text" }, $d = {
|
|
6492
6493
|
key: 2,
|
|
6493
6494
|
class: "ecs-data-card-actions"
|
|
6494
|
-
},
|
|
6495
|
+
}, Ed = {
|
|
6495
6496
|
key: 0,
|
|
6496
6497
|
class: "ecs-data-card-row"
|
|
6497
6498
|
}, Pd = { class: "ecs-data-card-row-inner" }, Td = ["id", "aria-hidden"], Md = { class: "ecs-data-card-expand-inner" };
|
|
6498
6499
|
function Ld(e, s, t, a, n, i) {
|
|
6499
|
-
const r = p("ecs-icon"), c = p("ecs-skeleton-loader"), d = p("ecs-button"),
|
|
6500
|
+
const r = p("ecs-icon"), c = p("ecs-skeleton-loader"), d = p("ecs-button"), g = p("ecs-button-table"), h = p("ecs-focus-ring");
|
|
6500
6501
|
return o(), l("div", {
|
|
6501
6502
|
class: v(["ecs-data-card", [
|
|
6502
6503
|
e.$slots.meta ? "ecs-data-card-sml" : "",
|
|
@@ -6512,7 +6513,7 @@ function Ld(e, s, t, a, n, i) {
|
|
|
6512
6513
|
tabindex: t.hover ? "0" : "-1"
|
|
6513
6514
|
}, [
|
|
6514
6515
|
t.control && e.$slots.control ? (o(), l("div", Sd, [
|
|
6515
|
-
|
|
6516
|
+
m(e.$slots, "control", {}, void 0, !0)
|
|
6516
6517
|
])) : u("", !0),
|
|
6517
6518
|
t.icon ? (o(), y(r, {
|
|
6518
6519
|
key: 1,
|
|
@@ -6544,17 +6545,17 @@ function Ld(e, s, t, a, n, i) {
|
|
|
6544
6545
|
class: "expand-button-left"
|
|
6545
6546
|
}, null, 8, ["aria-controls", "aria-expanded", "icon", "active", "aria-label"])) : u("", !0),
|
|
6546
6547
|
f("div", Id, [
|
|
6547
|
-
|
|
6548
|
+
m(e.$slots, "default", {}, void 0, !0)
|
|
6548
6549
|
]),
|
|
6549
6550
|
t.loading ? (o(), y(c, {
|
|
6550
6551
|
key: 1,
|
|
6551
6552
|
type: "single",
|
|
6552
6553
|
width: i.skeletonWidth(30, 70)
|
|
6553
6554
|
}, null, 8, ["width"])) : u("", !0),
|
|
6554
|
-
e.$slots.actions ? (o(), l("div",
|
|
6555
|
-
|
|
6555
|
+
e.$slots.actions ? (o(), l("div", $d, [
|
|
6556
|
+
m(e.$slots, "actions", {}, void 0, !0)
|
|
6556
6557
|
])) : u("", !0),
|
|
6557
|
-
t.expandable && t.expandPosition === "right" ? (o(), y(
|
|
6558
|
+
t.expandable && t.expandPosition === "right" ? (o(), y(g, {
|
|
6558
6559
|
key: 3,
|
|
6559
6560
|
onClick: s[1] || (s[1] = (k) => n.isExpanded = !n.isExpanded),
|
|
6560
6561
|
"aria-controls": n.expandId,
|
|
@@ -6569,9 +6570,9 @@ function Ld(e, s, t, a, n, i) {
|
|
|
6569
6570
|
}, null, 8, ["aria-controls", "aria-expanded", "active", "icon", "label"])) : u("", !0)
|
|
6570
6571
|
])
|
|
6571
6572
|
]),
|
|
6572
|
-
e.$slots.meta ? (o(), l("div",
|
|
6573
|
+
e.$slots.meta ? (o(), l("div", Ed, [
|
|
6573
6574
|
f("div", Pd, [
|
|
6574
|
-
|
|
6575
|
+
m(e.$slots, "meta", {}, void 0, !0),
|
|
6575
6576
|
t.loading ? (o(), y(c, {
|
|
6576
6577
|
key: 0,
|
|
6577
6578
|
type: "single",
|
|
@@ -6586,20 +6587,20 @@ function Ld(e, s, t, a, n, i) {
|
|
|
6586
6587
|
class: "ecs-data-card-expand"
|
|
6587
6588
|
}, [
|
|
6588
6589
|
f("div", Md, [
|
|
6589
|
-
|
|
6590
|
+
m(e.$slots, "expand", {}, void 0, !0)
|
|
6590
6591
|
])
|
|
6591
6592
|
], 8, Td)), [
|
|
6592
6593
|
[ft, n.isExpanded]
|
|
6593
6594
|
]) : u("", !0)
|
|
6594
6595
|
]),
|
|
6595
|
-
t.hover ? (o(), y(
|
|
6596
|
+
t.hover ? (o(), y(h, {
|
|
6596
6597
|
key: 3,
|
|
6597
6598
|
inset: 0,
|
|
6598
6599
|
radius: 0
|
|
6599
6600
|
})) : u("", !0)
|
|
6600
6601
|
], 10, wd);
|
|
6601
6602
|
}
|
|
6602
|
-
const
|
|
6603
|
+
const Cy = /* @__PURE__ */ _(xd, [["render", Ld], ["__scopeId", "data-v-8dd053a6"]]);
|
|
6603
6604
|
const Od = {
|
|
6604
6605
|
name: "ecs-data-card-list"
|
|
6605
6606
|
}, Ad = {
|
|
@@ -6608,10 +6609,10 @@ const Od = {
|
|
|
6608
6609
|
};
|
|
6609
6610
|
function Nd(e, s, t, a, n, i) {
|
|
6610
6611
|
return o(), l("div", Ad, [
|
|
6611
|
-
|
|
6612
|
+
m(e.$slots, "default")
|
|
6612
6613
|
]);
|
|
6613
6614
|
}
|
|
6614
|
-
const
|
|
6615
|
+
const By = /* @__PURE__ */ _(Od, [["render", Nd]]);
|
|
6615
6616
|
const Dd = {
|
|
6616
6617
|
name: "ecs-data-grid",
|
|
6617
6618
|
emits: ["tableScroll"],
|
|
@@ -6666,23 +6667,23 @@ function qd(e, s, t, a, n, i) {
|
|
|
6666
6667
|
class: v(["ecs-data-grid-head", t.sidebarOverlay ? "sidebar-space" : ""]),
|
|
6667
6668
|
role: "row"
|
|
6668
6669
|
}, [
|
|
6669
|
-
|
|
6670
|
+
m(e.$slots, "head", {}, void 0, !0)
|
|
6670
6671
|
], 2),
|
|
6671
6672
|
e.$slots.empty ? (o(), l("div", Rd, [
|
|
6672
|
-
|
|
6673
|
+
m(e.$slots, "empty", {}, void 0, !0)
|
|
6673
6674
|
])) : (o(), l("div", {
|
|
6674
6675
|
key: 1,
|
|
6675
6676
|
class: v(["ecs-data-grid-rows", [t.striped ? "striped" : "", t.sidebarOverlay ? "sidebar-space" : ""]])
|
|
6676
6677
|
}, [
|
|
6677
|
-
|
|
6678
|
+
m(e.$slots, "default", {}, void 0, !0)
|
|
6678
6679
|
], 2)),
|
|
6679
6680
|
e.$slots.pagination ? (o(), l("div", Vd, [
|
|
6680
|
-
|
|
6681
|
+
m(e.$slots, "pagination", {}, void 0, !0)
|
|
6681
6682
|
])) : u("", !0),
|
|
6682
6683
|
t.disabled ? (o(), l("div", Hd)) : u("", !0)
|
|
6683
6684
|
], 46, Fd);
|
|
6684
6685
|
}
|
|
6685
|
-
const
|
|
6686
|
+
const zy = /* @__PURE__ */ _(Dd, [["render", qd], ["__scopeId", "data-v-46caecef"]]);
|
|
6686
6687
|
const Wd = {
|
|
6687
6688
|
name: "ecs-data-grid-row",
|
|
6688
6689
|
emits: ["rowdrop", "click", "collapse"],
|
|
@@ -6741,7 +6742,7 @@ function Gd(e, s, t, a, n, i) {
|
|
|
6741
6742
|
class: "ecs-data-grid-row-drop-zone"
|
|
6742
6743
|
})) : u("", !0),
|
|
6743
6744
|
t.state == "disabled" ? (o(), l("div", jd)) : u("", !0),
|
|
6744
|
-
|
|
6745
|
+
m(e.$slots, "default", {}, void 0, !0)
|
|
6745
6746
|
], 2);
|
|
6746
6747
|
}
|
|
6747
6748
|
const Ud = /* @__PURE__ */ _(Wd, [["render", Gd], ["__scopeId", "data-v-f4227c48"]]);
|
|
@@ -6796,7 +6797,7 @@ function Zd(e, s, t, a, n, i) {
|
|
|
6796
6797
|
onCollapse: i.handleCollapse
|
|
6797
6798
|
}, {
|
|
6798
6799
|
default: w(() => [
|
|
6799
|
-
|
|
6800
|
+
m(e.$slots, "cells", {}, void 0, !0)
|
|
6800
6801
|
]),
|
|
6801
6802
|
_: 3
|
|
6802
6803
|
}, 8, ["type", "onCollapse"]),
|
|
@@ -6804,11 +6805,11 @@ function Zd(e, s, t, a, n, i) {
|
|
|
6804
6805
|
class: v(["ecs-data-grid-row-group-rows", n.isCollapsed ? "collapsed" : "expanded"]),
|
|
6805
6806
|
"aria-hidden": n.isCollapsed || null
|
|
6806
6807
|
}, [
|
|
6807
|
-
|
|
6808
|
+
m(e.$slots, "rows", {}, void 0, !0)
|
|
6808
6809
|
], 10, Xd)
|
|
6809
6810
|
]);
|
|
6810
6811
|
}
|
|
6811
|
-
const
|
|
6812
|
+
const Iy = /* @__PURE__ */ _(Kd, [["render", Zd], ["__scopeId", "data-v-9382f10e"]]);
|
|
6812
6813
|
const Jd = {
|
|
6813
6814
|
name: "ecs-select",
|
|
6814
6815
|
emits: [
|
|
@@ -6911,7 +6912,7 @@ function su(e, s, t, a, n, i) {
|
|
|
6911
6912
|
name: t.name
|
|
6912
6913
|
}), [
|
|
6913
6914
|
t.placeholder ? (o(), l("option", eu)) : u("", !0),
|
|
6914
|
-
|
|
6915
|
+
m(e.$slots, "default", {}, void 0, !0)
|
|
6915
6916
|
], 16, Qd),
|
|
6916
6917
|
t.placeholder && n.currentValue == "" ? (o(), l("span", tu, x(t.placeholder), 1)) : u("", !0)
|
|
6917
6918
|
], 2);
|
|
@@ -7186,7 +7187,7 @@ function mu(e, s, t, a, n, i) {
|
|
|
7186
7187
|
}, [
|
|
7187
7188
|
t.firstNonStaticCell ? (o(), l("div", ou)) : u("", !0),
|
|
7188
7189
|
e.$slots.prefix ? (o(), l("div", ru, [
|
|
7189
|
-
|
|
7190
|
+
m(e.$slots, "prefix", {}, void 0, !0)
|
|
7190
7191
|
])) : u("", !0),
|
|
7191
7192
|
t.icon ? (o(), y(r, {
|
|
7192
7193
|
key: 2,
|
|
@@ -7197,16 +7198,16 @@ function mu(e, s, t, a, n, i) {
|
|
|
7197
7198
|
}, null, 8, ["type", "title"])) : t.select ? (o(), y(c, {
|
|
7198
7199
|
key: 3,
|
|
7199
7200
|
modelValue: n.selectCellValue,
|
|
7200
|
-
"onUpdate:modelValue": s[0] || (s[0] = (
|
|
7201
|
-
onChange: s[1] || (s[1] = (
|
|
7201
|
+
"onUpdate:modelValue": s[0] || (s[0] = (g) => n.selectCellValue = g),
|
|
7202
|
+
onChange: s[1] || (s[1] = (g) => e.$emit("selection", n.selectCellValue)),
|
|
7202
7203
|
type: "invisible"
|
|
7203
7204
|
}, {
|
|
7204
7205
|
default: w(() => [
|
|
7205
|
-
(o(!0), l(Z, null, pe(t.select, (
|
|
7206
|
-
key:
|
|
7207
|
-
selected:
|
|
7208
|
-
value:
|
|
7209
|
-
}, x(
|
|
7206
|
+
(o(!0), l(Z, null, pe(t.select, (g, h) => (o(), l("option", {
|
|
7207
|
+
key: h,
|
|
7208
|
+
selected: g.selected,
|
|
7209
|
+
value: g.value
|
|
7210
|
+
}, x(g.name), 9, lu))), 128))
|
|
7210
7211
|
]),
|
|
7211
7212
|
_: 1
|
|
7212
7213
|
}, 8, ["modelValue"])) : (o(), l("div", {
|
|
@@ -7214,10 +7215,10 @@ function mu(e, s, t, a, n, i) {
|
|
|
7214
7215
|
class: "ecs-data-grid-head-cell-text",
|
|
7215
7216
|
title: t.name
|
|
7216
7217
|
}, x(t.name), 9, cu)),
|
|
7217
|
-
|
|
7218
|
+
m(e.$slots, "default", {}, void 0, !0),
|
|
7218
7219
|
t.sortable ? (o(), l("button", {
|
|
7219
7220
|
key: 5,
|
|
7220
|
-
onClick: s[2] || (s[2] = (...
|
|
7221
|
+
onClick: s[2] || (s[2] = (...g) => i.sortBy && i.sortBy(...g)),
|
|
7221
7222
|
class: v(["sort-button", t.sorting]),
|
|
7222
7223
|
title: i.sortTitle
|
|
7223
7224
|
}, [
|
|
@@ -7242,7 +7243,7 @@ function mu(e, s, t, a, n, i) {
|
|
|
7242
7243
|
b(d)
|
|
7243
7244
|
], 10, du)) : u("", !0),
|
|
7244
7245
|
e.$slots.suffix ? (o(), l("div", gu, [
|
|
7245
|
-
|
|
7246
|
+
m(e.$slots, "suffix", {}, void 0, !0)
|
|
7246
7247
|
])) : u("", !0)
|
|
7247
7248
|
], 14, au),
|
|
7248
7249
|
t.fixedLeftLast ? (o(), l("div", {
|
|
@@ -7273,12 +7274,12 @@ function _u(e, s, t, a, n, i) {
|
|
|
7273
7274
|
role: "tabpanel",
|
|
7274
7275
|
"aria-labeled-by": t.ariaLabeledBy
|
|
7275
7276
|
}, [
|
|
7276
|
-
t.show ?
|
|
7277
|
+
t.show ? m(e.$slots, "default", { key: 0 }, void 0, !0) : u("", !0)
|
|
7277
7278
|
], 8, vu)), [
|
|
7278
7279
|
[ft, t.show]
|
|
7279
7280
|
]);
|
|
7280
7281
|
}
|
|
7281
|
-
const
|
|
7282
|
+
const Ey = /* @__PURE__ */ _(hu, [["render", _u], ["__scopeId", "data-v-ee025ab5"]]);
|
|
7282
7283
|
const yu = {
|
|
7283
7284
|
name: "ecs-data-grid-cell",
|
|
7284
7285
|
emits: ["collapse"],
|
|
@@ -7437,7 +7438,7 @@ function Su(e, s, t, a, n, i) {
|
|
|
7437
7438
|
collapsed: n.isCollapsed || null,
|
|
7438
7439
|
type: "chevron"
|
|
7439
7440
|
}, null, 8, ["onClick", "collapsed"])) : u("", !0),
|
|
7440
|
-
|
|
7441
|
+
m(e.$slots, "default", {}, void 0, !0)
|
|
7441
7442
|
], 12, ku),
|
|
7442
7443
|
t.fixedLeftLast ? (o(), l("div", {
|
|
7443
7444
|
key: 1,
|
|
@@ -7445,7 +7446,7 @@ function Su(e, s, t, a, n, i) {
|
|
|
7445
7446
|
}, null, 2)) : u("", !0)
|
|
7446
7447
|
], 6);
|
|
7447
7448
|
}
|
|
7448
|
-
const
|
|
7449
|
+
const Py = /* @__PURE__ */ _(yu, [["render", Su], ["__scopeId", "data-v-ed970d99"]]), Cu = {
|
|
7449
7450
|
name: "ecs-data-list"
|
|
7450
7451
|
}, Bu = {
|
|
7451
7452
|
class: "ecs-data-list",
|
|
@@ -7453,14 +7454,14 @@ const Ty = /* @__PURE__ */ _(yu, [["render", Su], ["__scopeId", "data-v-ed970d99
|
|
|
7453
7454
|
};
|
|
7454
7455
|
function zu(e, s, t, a, n, i) {
|
|
7455
7456
|
return o(), l("div", Bu, [
|
|
7456
|
-
|
|
7457
|
+
m(e.$slots, "default")
|
|
7457
7458
|
]);
|
|
7458
7459
|
}
|
|
7459
|
-
const
|
|
7460
|
+
const Ty = /* @__PURE__ */ _(Cu, [["render", zu]]);
|
|
7460
7461
|
const Iu = {
|
|
7461
7462
|
name: "ecs-data-list-item",
|
|
7462
7463
|
emits: ["toggled"],
|
|
7463
|
-
components: { EcsButtonMore: As, EcsSkeletonLoader:
|
|
7464
|
+
components: { EcsButtonMore: As, EcsSkeletonLoader: we },
|
|
7464
7465
|
mixins: [_e],
|
|
7465
7466
|
props: {
|
|
7466
7467
|
/** The label that shows up to the left of the list item. Usually describes the content to the left, e.g.: "Type", "Profiles", etc. */
|
|
@@ -7560,7 +7561,7 @@ const Iu = {
|
|
|
7560
7561
|
created() {
|
|
7561
7562
|
this.expandId = this.generateUniqueId(), this.definitionId = this.generateUniqueId();
|
|
7562
7563
|
}
|
|
7563
|
-
},
|
|
7564
|
+
}, $u = ["id"], Eu = ["aria-busy", "aria-labelledby"], Pu = ["aria-valuenow"], Tu = ["id", "aria-hidden"];
|
|
7564
7565
|
function Mu(e, s, t, a, n, i) {
|
|
7565
7566
|
const r = p("ecs-button-more"), c = p("ecs-skeleton-loader");
|
|
7566
7567
|
return o(), l("div", null, [
|
|
@@ -7590,7 +7591,7 @@ function Mu(e, s, t, a, n, i) {
|
|
|
7590
7591
|
"aria-expanded": n.isVisible ? "true" : "false",
|
|
7591
7592
|
onClick: i.toggleCollapse
|
|
7592
7593
|
}, null, 8, ["active", "aria-controls", "aria-expanded", "onClick"])) : u("", !0)
|
|
7593
|
-
], 8,
|
|
7594
|
+
], 8, $u)) : u("", !0),
|
|
7594
7595
|
f("div", {
|
|
7595
7596
|
class: v(["ecs-data-list-data", [
|
|
7596
7597
|
t.escape ? "ecs-data-list-data-escape" : "",
|
|
@@ -7605,7 +7606,7 @@ function Mu(e, s, t, a, n, i) {
|
|
|
7605
7606
|
key: 1,
|
|
7606
7607
|
type: "single",
|
|
7607
7608
|
width: i.skeletonWidth(25, 70)
|
|
7608
|
-
}, null, 8, ["width"])) :
|
|
7609
|
+
}, null, 8, ["width"])) : m(e.$slots, "default", { key: 0 }, void 0, !0),
|
|
7609
7610
|
t.progress ? (o(), l("div", {
|
|
7610
7611
|
key: 2,
|
|
7611
7612
|
class: "progress",
|
|
@@ -7613,7 +7614,7 @@ function Mu(e, s, t, a, n, i) {
|
|
|
7613
7614
|
style: z({ width: t.progress + "%" }),
|
|
7614
7615
|
"aria-valuenow": t.progress
|
|
7615
7616
|
}, null, 12, Pu)) : u("", !0)
|
|
7616
|
-
], 10,
|
|
7617
|
+
], 10, Eu)
|
|
7617
7618
|
], 2),
|
|
7618
7619
|
e.$slots.collapse ? (o(), l("div", {
|
|
7619
7620
|
key: 0,
|
|
@@ -7622,11 +7623,11 @@ function Mu(e, s, t, a, n, i) {
|
|
|
7622
7623
|
id: n.expandId,
|
|
7623
7624
|
"aria-hidden": n.isVisible ? "false" : "true"
|
|
7624
7625
|
}, [
|
|
7625
|
-
|
|
7626
|
+
m(e.$slots, "collapse", {}, void 0, !0)
|
|
7626
7627
|
], 10, Tu)) : u("", !0)
|
|
7627
7628
|
]);
|
|
7628
7629
|
}
|
|
7629
|
-
const
|
|
7630
|
+
const My = /* @__PURE__ */ _(Iu, [["render", Mu], ["__scopeId", "data-v-99c893a3"]]);
|
|
7630
7631
|
const Lu = {
|
|
7631
7632
|
name: "ecs-dialog",
|
|
7632
7633
|
emits: ["toggled", "cancel"],
|
|
@@ -7697,17 +7698,17 @@ function Au(e, s, t, a, n, i) {
|
|
|
7697
7698
|
onKeydown: s[0] || (s[0] = U((...r) => i.handleEnterKey && i.handleEnterKey(...r), ["enter"]))
|
|
7698
7699
|
}, [
|
|
7699
7700
|
f("div", Ou, [
|
|
7700
|
-
|
|
7701
|
+
m(e.$slots, "default")
|
|
7701
7702
|
]),
|
|
7702
7703
|
e.$slots.actions ? (o(), l("div", {
|
|
7703
7704
|
key: 0,
|
|
7704
7705
|
class: v(["ecs-dialog-footer", [t.stackedFooter ? "ecs-dialog-footer-stacked" : ""]])
|
|
7705
7706
|
}, [
|
|
7706
|
-
|
|
7707
|
+
m(e.$slots, "actions")
|
|
7707
7708
|
], 2)) : u("", !0)
|
|
7708
7709
|
], 34)) : u("", !0);
|
|
7709
7710
|
}
|
|
7710
|
-
const
|
|
7711
|
+
const Ly = /* @__PURE__ */ _(Lu, [["render", Au]]);
|
|
7711
7712
|
const Nu = {
|
|
7712
7713
|
__name: "state-icon",
|
|
7713
7714
|
props: {
|
|
@@ -7814,13 +7815,13 @@ function Hu(e, s, t, a, n, i) {
|
|
|
7814
7815
|
type: t.icon,
|
|
7815
7816
|
"icon-color": t.iconColor
|
|
7816
7817
|
}, null, 8, ["type", "icon-color"]),
|
|
7817
|
-
|
|
7818
|
+
m(e.$slots, "default", {}, void 0, !0)
|
|
7818
7819
|
])) : (o(), l("h3", Vu, [
|
|
7819
|
-
|
|
7820
|
+
m(e.$slots, "default", {}, void 0, !0)
|
|
7820
7821
|
]))
|
|
7821
7822
|
]);
|
|
7822
7823
|
}
|
|
7823
|
-
const
|
|
7824
|
+
const Oy = /* @__PURE__ */ _(Fu, [["render", Hu], ["__scopeId", "data-v-6e05c98b"]]), qu = {
|
|
7824
7825
|
__name: "favicon",
|
|
7825
7826
|
props: {
|
|
7826
7827
|
/** The identifier of the favicon which should show up. */
|
|
@@ -7904,11 +7905,11 @@ function Uu(e, s, t, a, n, i) {
|
|
|
7904
7905
|
style: z("background-color:" + t.indicator)
|
|
7905
7906
|
}, null, 4)) : u("", !0),
|
|
7906
7907
|
f("div", Gu, [
|
|
7907
|
-
|
|
7908
|
+
m(e.$slots, "default", {}, void 0, !0)
|
|
7908
7909
|
])
|
|
7909
7910
|
]);
|
|
7910
7911
|
}
|
|
7911
|
-
const
|
|
7912
|
+
const Ay = /* @__PURE__ */ _(Wu, [["render", Uu], ["__scopeId", "data-v-800f5f8e"]]);
|
|
7912
7913
|
const Ku = {
|
|
7913
7914
|
name: "ecs-document-state",
|
|
7914
7915
|
components: {
|
|
@@ -7964,7 +7965,7 @@ function tf(e, s, t, a, n, i) {
|
|
|
7964
7965
|
])) : u("", !0)
|
|
7965
7966
|
], 8, Yu);
|
|
7966
7967
|
}
|
|
7967
|
-
const
|
|
7968
|
+
const Ny = /* @__PURE__ */ _(Ku, [["render", tf], ["__scopeId", "data-v-00c4c6d7"]]);
|
|
7968
7969
|
const sf = {
|
|
7969
7970
|
props: {
|
|
7970
7971
|
/** The initial value of the chart as a percentage. */
|
|
@@ -8054,7 +8055,7 @@ function rf(e, s, t, a, n, i) {
|
|
|
8054
8055
|
], 8, nf))
|
|
8055
8056
|
], 4);
|
|
8056
8057
|
}
|
|
8057
|
-
const
|
|
8058
|
+
const Dy = /* @__PURE__ */ _(sf, [["render", rf], ["__scopeId", "data-v-851d95d9"]]);
|
|
8058
8059
|
const lf = {
|
|
8059
8060
|
name: "ecs-empty-state",
|
|
8060
8061
|
components: { EcsIcon: M },
|
|
@@ -8104,10 +8105,10 @@ function ff(e, s, t, a, n, i) {
|
|
|
8104
8105
|
key: 2,
|
|
8105
8106
|
class: v(["ecs-empty-state-message", t.size])
|
|
8106
8107
|
}, [
|
|
8107
|
-
|
|
8108
|
+
m(e.$slots, "default", {}, void 0, !0)
|
|
8108
8109
|
], 2)) : u("", !0),
|
|
8109
8110
|
e.$slots.actions ? (o(), l("div", uf, [
|
|
8110
|
-
|
|
8111
|
+
m(e.$slots, "actions", {}, void 0, !0)
|
|
8111
8112
|
])) : u("", !0)
|
|
8112
8113
|
], 8, cf);
|
|
8113
8114
|
}
|
|
@@ -8168,9 +8169,9 @@ const _f = {
|
|
|
8168
8169
|
emits: ["onFileDrop", "cancel"],
|
|
8169
8170
|
components: {
|
|
8170
8171
|
EcsEmptyState: pf,
|
|
8171
|
-
EcsSkeletonLoader:
|
|
8172
|
+
EcsSkeletonLoader: we,
|
|
8172
8173
|
EcsProgress: vf,
|
|
8173
|
-
EcsButton:
|
|
8174
|
+
EcsButton: $e,
|
|
8174
8175
|
EcsFocusRing: L,
|
|
8175
8176
|
EcsFlexRow: Me,
|
|
8176
8177
|
EcsSticker: Re,
|
|
@@ -8334,7 +8335,7 @@ const _f = {
|
|
|
8334
8335
|
class: "ecs-dropzone-error-message"
|
|
8335
8336
|
};
|
|
8336
8337
|
function Bf(e, s, t, a, n, i) {
|
|
8337
|
-
const r = p("ecs-skeleton-loader"), c = p("ecs-focus-ring"), d = p("ecs-text"),
|
|
8338
|
+
const r = p("ecs-skeleton-loader"), c = p("ecs-focus-ring"), d = p("ecs-text"), g = p("ecs-sticker"), h = p("ecs-flex-row"), k = p("ecs-progress"), B = p("ecs-empty-state"), I = p("ecs-button");
|
|
8338
8339
|
return o(), l("div", {
|
|
8339
8340
|
class: v(["ecs-dropzone", [
|
|
8340
8341
|
t.error ? "ecs-dropzone-error" : "",
|
|
@@ -8378,13 +8379,13 @@ function Bf(e, s, t, a, n, i) {
|
|
|
8378
8379
|
D(" to upload. ")
|
|
8379
8380
|
], 64)),
|
|
8380
8381
|
e.$slots.customlabel ? (o(), l("div", xf, [
|
|
8381
|
-
|
|
8382
|
+
m(e.$slots, "customlabel", {}, void 0, !0)
|
|
8382
8383
|
])) : u("", !0),
|
|
8383
8384
|
e.$slots.hint && !t.uploadStats.show ? (o(), l("div", wf, [
|
|
8384
|
-
|
|
8385
|
+
m(e.$slots, "hint", {}, void 0, !0)
|
|
8385
8386
|
])) : u("", !0),
|
|
8386
8387
|
t.uploadStats.show ? (o(), l("div", Sf, [
|
|
8387
|
-
b(
|
|
8388
|
+
b(h, {
|
|
8388
8389
|
gap: 8,
|
|
8389
8390
|
justify: "center"
|
|
8390
8391
|
}, {
|
|
@@ -8399,13 +8400,13 @@ function Bf(e, s, t, a, n, i) {
|
|
|
8399
8400
|
D("Uploading")
|
|
8400
8401
|
]),
|
|
8401
8402
|
_: 1
|
|
8402
|
-
})) : (o(), y(
|
|
8403
|
+
})) : (o(), y(h, {
|
|
8403
8404
|
key: 1,
|
|
8404
8405
|
gap: 4,
|
|
8405
8406
|
title: "Slow network, please check your connection."
|
|
8406
8407
|
}, {
|
|
8407
8408
|
default: w(() => [
|
|
8408
|
-
b(
|
|
8409
|
+
b(g, { type: "warning" }),
|
|
8409
8410
|
b(d, {
|
|
8410
8411
|
type: "label",
|
|
8411
8412
|
emphasized: "",
|
|
@@ -8450,7 +8451,7 @@ function Bf(e, s, t, a, n, i) {
|
|
|
8450
8451
|
}, 8, ["onClick", "icon"])) : u("", !0)
|
|
8451
8452
|
], 42, yf);
|
|
8452
8453
|
}
|
|
8453
|
-
const
|
|
8454
|
+
const Fy = /* @__PURE__ */ _(_f, [["render", Bf], ["__scopeId", "data-v-973ea74d"]]);
|
|
8454
8455
|
const zf = {
|
|
8455
8456
|
name: "ecs-entry-link",
|
|
8456
8457
|
emits: ["linkClick", "linkClickExternal", "moreClick"],
|
|
@@ -8511,17 +8512,17 @@ const zf = {
|
|
|
8511
8512
|
this.$emit("moreClick", e);
|
|
8512
8513
|
}
|
|
8513
8514
|
}
|
|
8514
|
-
}, If = ["title"],
|
|
8515
|
+
}, If = ["title"], $f = {
|
|
8515
8516
|
key: 1,
|
|
8516
8517
|
class: "prepend"
|
|
8517
|
-
},
|
|
8518
|
+
}, Ef = ["title"], Pf = {
|
|
8518
8519
|
key: 2,
|
|
8519
8520
|
class: "append"
|
|
8520
8521
|
};
|
|
8521
8522
|
function Tf(e, s, t, a, n, i) {
|
|
8522
|
-
const r = p("ecs-icon"), c = p("ecs-sticker"), d = p("ecs-focus-ring"),
|
|
8523
|
+
const r = p("ecs-icon"), c = p("ecs-sticker"), d = p("ecs-focus-ring"), g = p("ecs-button-more");
|
|
8523
8524
|
return o(), l("div", {
|
|
8524
|
-
onClick: s[0] || (s[0] = G((...
|
|
8525
|
+
onClick: s[0] || (s[0] = G((...h) => i.handleClick && i.handleClick(...h), ["stop"])),
|
|
8525
8526
|
tabindex: "0",
|
|
8526
8527
|
role: "button",
|
|
8527
8528
|
class: "ecs-entry-link"
|
|
@@ -8542,21 +8543,21 @@ function Tf(e, s, t, a, n, i) {
|
|
|
8542
8543
|
type: t.sticker
|
|
8543
8544
|
}, null, 8, ["type"])) : u("", !0)
|
|
8544
8545
|
], 8, If)) : u("", !0),
|
|
8545
|
-
e.$slots.prepender ? (o(), l("div",
|
|
8546
|
-
|
|
8546
|
+
e.$slots.prepender ? (o(), l("div", $f, [
|
|
8547
|
+
m(e.$slots, "prepender", {}, void 0, !0)
|
|
8547
8548
|
])) : u("", !0),
|
|
8548
8549
|
f("div", {
|
|
8549
8550
|
class: v(["ecs-entry-link-label", t.emphasized ? "emphasized" : ""]),
|
|
8550
8551
|
title: t.linkTitle
|
|
8551
|
-
}, x(t.label), 11,
|
|
8552
|
+
}, x(t.label), 11, Ef),
|
|
8552
8553
|
e.$slots.appender ? (o(), l("div", Pf, [
|
|
8553
|
-
|
|
8554
|
+
m(e.$slots, "appender", {}, void 0, !0)
|
|
8554
8555
|
])) : u("", !0),
|
|
8555
8556
|
b(d, {
|
|
8556
8557
|
inset: 0,
|
|
8557
8558
|
radius: 6
|
|
8558
8559
|
}),
|
|
8559
|
-
t.moreButton ? (o(), y(
|
|
8560
|
+
t.moreButton ? (o(), y(g, {
|
|
8560
8561
|
key: 3,
|
|
8561
8562
|
onClick: G(i.handleMoreButtonClick, ["stop"]),
|
|
8562
8563
|
type: "ellipsis",
|
|
@@ -8565,10 +8566,10 @@ function Tf(e, s, t, a, n, i) {
|
|
|
8565
8566
|
}, null, 8, ["onClick", "title", "aria-label"])) : u("", !0)
|
|
8566
8567
|
]);
|
|
8567
8568
|
}
|
|
8568
|
-
const
|
|
8569
|
+
const Ry = /* @__PURE__ */ _(zf, [["render", Tf], ["__scopeId", "data-v-00b5ab33"]]);
|
|
8569
8570
|
const Mf = {
|
|
8570
8571
|
name: "ecs-excerpt-snippet",
|
|
8571
|
-
components: { EcsIcon: M, EcsSkeletonLoader:
|
|
8572
|
+
components: { EcsIcon: M, EcsSkeletonLoader: we, EcsFormatted: Ds },
|
|
8572
8573
|
props: {
|
|
8573
8574
|
/** Determines how the content of the excerpt should be rendered. */
|
|
8574
8575
|
type: {
|
|
@@ -8683,11 +8684,11 @@ function Hf(e, s, t, a, n, i) {
|
|
|
8683
8684
|
small: i.smallFormatted
|
|
8684
8685
|
}, {
|
|
8685
8686
|
default: w(() => [
|
|
8686
|
-
|
|
8687
|
+
m(e.$slots, "default", {}, void 0, !0)
|
|
8687
8688
|
]),
|
|
8688
8689
|
_: 3
|
|
8689
8690
|
}, 8, ["small"])) : t.type == "transcript" ? (o(), l("div", Ff, [
|
|
8690
|
-
|
|
8691
|
+
m(e.$slots, "default", {}, void 0, !0)
|
|
8691
8692
|
])) : t.type == "rectangle" ? (o(), l("div", Rf, [
|
|
8692
8693
|
f("span", {
|
|
8693
8694
|
style: z("color:" + t.annotationColor)
|
|
@@ -8696,13 +8697,13 @@ function Hf(e, s, t, a, n, i) {
|
|
|
8696
8697
|
style: z("background-color:" + t.annotationColor)
|
|
8697
8698
|
}, null, 4)
|
|
8698
8699
|
])) : (o(), l("div", Vf, [
|
|
8699
|
-
|
|
8700
|
+
m(e.$slots, "default", {}, void 0, !0)
|
|
8700
8701
|
]))
|
|
8701
8702
|
], 64))
|
|
8702
8703
|
], 4)
|
|
8703
8704
|
], 2);
|
|
8704
8705
|
}
|
|
8705
|
-
const
|
|
8706
|
+
const Vy = /* @__PURE__ */ _(Mf, [["render", Hf], ["__scopeId", "data-v-f582192b"]]), Hy = {
|
|
8706
8707
|
__name: "fill-icon",
|
|
8707
8708
|
props: {
|
|
8708
8709
|
/** The identifier of the icon which should show up. */
|
|
@@ -8750,10 +8751,10 @@ const Hy = /* @__PURE__ */ _(Mf, [["render", Hf], ["__scopeId", "data-v-f582192b
|
|
|
8750
8751
|
};
|
|
8751
8752
|
function jf(e, s, t, a, n, i) {
|
|
8752
8753
|
return o(), l("div", Wf, [
|
|
8753
|
-
|
|
8754
|
+
m(e.$slots, "default")
|
|
8754
8755
|
]);
|
|
8755
8756
|
}
|
|
8756
|
-
const
|
|
8757
|
+
const qy = /* @__PURE__ */ _(qf, [["render", jf]]);
|
|
8757
8758
|
const Gf = {
|
|
8758
8759
|
name: "ecs-file-list-item",
|
|
8759
8760
|
emits: ["click", "remove", "toggled", "title-click"],
|
|
@@ -8878,7 +8879,7 @@ const Gf = {
|
|
|
8878
8879
|
class: "ecs-file-list-entry-edit"
|
|
8879
8880
|
};
|
|
8880
8881
|
function np(e, s, t, a, n, i) {
|
|
8881
|
-
const r = p("ecs-focus-ring"), c = p("ecs-icon"), d = p("ecs-file-icon"),
|
|
8882
|
+
const r = p("ecs-focus-ring"), c = p("ecs-icon"), d = p("ecs-file-icon"), g = p("ecs-sticker"), h = p("ecs-button-table");
|
|
8882
8883
|
return o(), l("div", {
|
|
8883
8884
|
onClick: s[9] || (s[9] = (k) => e.$emit("click", k)),
|
|
8884
8885
|
class: v(["ecs-file-list-entry", [
|
|
@@ -8890,7 +8891,7 @@ function np(e, s, t, a, n, i) {
|
|
|
8890
8891
|
tabindex: t.hover ? "0" : "-1"
|
|
8891
8892
|
}, [
|
|
8892
8893
|
t.hover ? (o(), y(r, { key: 0 })) : u("", !0),
|
|
8893
|
-
b(
|
|
8894
|
+
b(ze, { name: "title" }, {
|
|
8894
8895
|
default: w(() => [
|
|
8895
8896
|
t.showTitleEdit || !t.edit ? (o(), l("div", Kf, [
|
|
8896
8897
|
t.icon ? (o(), y(c, {
|
|
@@ -8908,7 +8909,7 @@ function np(e, s, t, a, n, i) {
|
|
|
8908
8909
|
onMouseleave: s[3] || (s[3] = (k) => n.interactiveHover = !1),
|
|
8909
8910
|
type: t.fileIcon
|
|
8910
8911
|
}, null, 8, ["onMouseover", "type"])) : u("", !0),
|
|
8911
|
-
(t.icon || t.fileIcon) && t.sticker ? (o(), y(
|
|
8912
|
+
(t.icon || t.fileIcon) && t.sticker ? (o(), y(g, {
|
|
8912
8913
|
key: 2,
|
|
8913
8914
|
type: t.sticker
|
|
8914
8915
|
}, null, 8, ["type"])) : u("", !0),
|
|
@@ -8922,14 +8923,14 @@ function np(e, s, t, a, n, i) {
|
|
|
8922
8923
|
class: "title",
|
|
8923
8924
|
"aria-errormessage": t.error ? n.errorId : null
|
|
8924
8925
|
}, [
|
|
8925
|
-
|
|
8926
|
+
m(e.$slots, "default", {}, void 0, !0)
|
|
8926
8927
|
], 8, Yf)
|
|
8927
8928
|
], 32),
|
|
8928
8929
|
f("div", Xf, [
|
|
8929
8930
|
e.$slots.meta ? (o(), l("div", Zf, [
|
|
8930
|
-
|
|
8931
|
+
m(e.$slots, "meta", {}, void 0, !0)
|
|
8931
8932
|
])) : u("", !0),
|
|
8932
|
-
|
|
8933
|
+
m(e.$slots, "controls", {}, void 0, !0),
|
|
8933
8934
|
t.error ? (o(), y(c, {
|
|
8934
8935
|
key: 1,
|
|
8935
8936
|
type: "warning",
|
|
@@ -8947,7 +8948,7 @@ function np(e, s, t, a, n, i) {
|
|
|
8947
8948
|
}, [
|
|
8948
8949
|
b(r)
|
|
8949
8950
|
], 10, Jf)) : u("", !0),
|
|
8950
|
-
t.remove ? (o(), y(
|
|
8951
|
+
t.remove ? (o(), y(h, {
|
|
8951
8952
|
key: 3,
|
|
8952
8953
|
onClick: s[8] || (s[8] = (k) => e.$emit("remove", k)),
|
|
8953
8954
|
loading: t.removeLoading || null,
|
|
@@ -8979,9 +8980,9 @@ function np(e, s, t, a, n, i) {
|
|
|
8979
8980
|
id: n.expandId,
|
|
8980
8981
|
"aria-hidden": n.isVisible ? "false" : "true"
|
|
8981
8982
|
}, [
|
|
8982
|
-
|
|
8983
|
+
m(e.$slots, "collapse", {}, void 0, !0)
|
|
8983
8984
|
], 10, tp)) : u("", !0),
|
|
8984
|
-
b(
|
|
8985
|
+
b(ze, { name: "edit" }, {
|
|
8985
8986
|
default: w(() => [
|
|
8986
8987
|
e.$slots.edit && t.edit ? (o(), l("div", {
|
|
8987
8988
|
key: 0,
|
|
@@ -8989,7 +8990,7 @@ function np(e, s, t, a, n, i) {
|
|
|
8989
8990
|
id: n.editId
|
|
8990
8991
|
}, [
|
|
8991
8992
|
f("div", ip, [
|
|
8992
|
-
|
|
8993
|
+
m(e.$slots, "edit", {}, void 0, !0)
|
|
8993
8994
|
], 512)
|
|
8994
8995
|
], 12, sp)) : u("", !0)
|
|
8995
8996
|
]),
|
|
@@ -8997,7 +8998,7 @@ function np(e, s, t, a, n, i) {
|
|
|
8997
8998
|
})
|
|
8998
8999
|
], 10, Uf);
|
|
8999
9000
|
}
|
|
9000
|
-
const
|
|
9001
|
+
const Wy = /* @__PURE__ */ _(Gf, [["render", np], ["__scopeId", "data-v-c870bb34"]]);
|
|
9001
9002
|
const ap = { class: "ecs-flag" }, op = {
|
|
9002
9003
|
__name: "flag",
|
|
9003
9004
|
props: {
|
|
@@ -9056,7 +9057,7 @@ const ap = { class: "ecs-flag" }, op = {
|
|
|
9056
9057
|
}, null, 8, ["alt"])) : u("", !0)
|
|
9057
9058
|
]));
|
|
9058
9059
|
}
|
|
9059
|
-
},
|
|
9060
|
+
}, jy = /* @__PURE__ */ _(op, [["__scopeId", "data-v-bb2af2bc"]]);
|
|
9060
9061
|
const rp = {
|
|
9061
9062
|
name: "ecs-flex-col",
|
|
9062
9063
|
props: {
|
|
@@ -9103,7 +9104,7 @@ function lp(e, s, t, a, n, i) {
|
|
|
9103
9104
|
return o(), l("div", {
|
|
9104
9105
|
class: v(["ecs-flex-col", [i.columnClass, i.growClass, i.shrinkClass, i.autoMarginClass]])
|
|
9105
9106
|
}, [
|
|
9106
|
-
|
|
9107
|
+
m(e.$slots, "default", {}, void 0, !0)
|
|
9107
9108
|
], 2);
|
|
9108
9109
|
}
|
|
9109
9110
|
const cp = /* @__PURE__ */ _(rp, [["render", lp], ["__scopeId", "data-v-1d2ad846"]]);
|
|
@@ -9307,7 +9308,7 @@ function bp(e, s, t, a, n, i) {
|
|
|
9307
9308
|
]]),
|
|
9308
9309
|
style: z({ maxHeight: t.height, padding: t.padding })
|
|
9309
9310
|
}, [
|
|
9310
|
-
|
|
9311
|
+
m(e.$slots, "default", {}, void 0, !0)
|
|
9311
9312
|
], 6);
|
|
9312
9313
|
}
|
|
9313
9314
|
const kp = /* @__PURE__ */ _(yp, [["render", bp], ["__scopeId", "data-v-fb2e8eb9"]]);
|
|
@@ -9317,7 +9318,7 @@ const xp = {
|
|
|
9317
9318
|
components: {
|
|
9318
9319
|
EcsInputSearch: _p,
|
|
9319
9320
|
EcsScrollContainer: kp,
|
|
9320
|
-
EcsButton:
|
|
9321
|
+
EcsButton: $e
|
|
9321
9322
|
},
|
|
9322
9323
|
props: {
|
|
9323
9324
|
/** Determines if the folder selector control has a search bar to filter by folder name. */
|
|
@@ -9384,7 +9385,7 @@ function Cp(e, s, t, a, n, i) {
|
|
|
9384
9385
|
t.searchable ? (o(), y(r, {
|
|
9385
9386
|
key: 0,
|
|
9386
9387
|
modelValue: n.searchInputValue,
|
|
9387
|
-
"onUpdate:modelValue": s[0] || (s[0] = (
|
|
9388
|
+
"onUpdate:modelValue": s[0] || (s[0] = (g) => n.searchInputValue = g),
|
|
9388
9389
|
onInput: i.searchInput,
|
|
9389
9390
|
type: "naked",
|
|
9390
9391
|
"show-clear": i.showClear,
|
|
@@ -9410,13 +9411,13 @@ function Cp(e, s, t, a, n, i) {
|
|
|
9410
9411
|
borderless: ""
|
|
9411
9412
|
}, {
|
|
9412
9413
|
default: w(() => [
|
|
9413
|
-
e.$slots.default ?
|
|
9414
|
+
e.$slots.default ? m(e.$slots, "default", { key: 0 }, void 0, !0) : (o(), l("div", Sp, x(t.emptyMessage), 1))
|
|
9414
9415
|
]),
|
|
9415
9416
|
_: 3
|
|
9416
9417
|
}, 8, ["height", "padding"])
|
|
9417
9418
|
], 6);
|
|
9418
9419
|
}
|
|
9419
|
-
const
|
|
9420
|
+
const Gy = /* @__PURE__ */ _(xp, [["render", Cp], ["__scopeId", "data-v-feb6cf8d"]]);
|
|
9420
9421
|
const Bp = {
|
|
9421
9422
|
name: "ecs-form-group",
|
|
9422
9423
|
components: { EcsText: it },
|
|
@@ -9456,7 +9457,7 @@ function zp(e, s, t, a, n, i) {
|
|
|
9456
9457
|
return o(), l("div", {
|
|
9457
9458
|
class: v(["ecs-form-group", t.error ? "error" : ""])
|
|
9458
9459
|
}, [
|
|
9459
|
-
|
|
9460
|
+
m(e.$slots, "default", {}, void 0, !0),
|
|
9460
9461
|
i.hasHelp ? (o(), y(r, {
|
|
9461
9462
|
key: 0,
|
|
9462
9463
|
innerHTML: t.helpText,
|
|
@@ -9478,21 +9479,21 @@ function zp(e, s, t, a, n, i) {
|
|
|
9478
9479
|
], 2);
|
|
9479
9480
|
}
|
|
9480
9481
|
const Ip = /* @__PURE__ */ _(Bp, [["render", zp], ["__scopeId", "data-v-84b79086"]]);
|
|
9481
|
-
const
|
|
9482
|
+
const $p = {}, Ep = { class: "ecs-form-headline" }, Pp = { class: "ecs-form-headline-main" }, Tp = {
|
|
9482
9483
|
key: 0,
|
|
9483
9484
|
class: "ecs-form-headline-controls"
|
|
9484
9485
|
};
|
|
9485
9486
|
function Mp(e, s) {
|
|
9486
|
-
return o(), l("div",
|
|
9487
|
+
return o(), l("div", Ep, [
|
|
9487
9488
|
f("h2", Pp, [
|
|
9488
|
-
|
|
9489
|
+
m(e.$slots, "default", {}, void 0, !0)
|
|
9489
9490
|
]),
|
|
9490
9491
|
e.$slots.controls ? (o(), l("div", Tp, [
|
|
9491
|
-
|
|
9492
|
+
m(e.$slots, "controls", {}, void 0, !0)
|
|
9492
9493
|
])) : u("", !0)
|
|
9493
9494
|
]);
|
|
9494
9495
|
}
|
|
9495
|
-
const
|
|
9496
|
+
const Uy = /* @__PURE__ */ _($p, [["render", Mp], ["__scopeId", "data-v-16833f69"]]);
|
|
9496
9497
|
const Lp = {
|
|
9497
9498
|
name: "ecs-form-set",
|
|
9498
9499
|
props: {
|
|
@@ -9514,10 +9515,10 @@ function Np(e, s, t, a, n, i) {
|
|
|
9514
9515
|
"aria-invalid": t.error || null
|
|
9515
9516
|
}, [
|
|
9516
9517
|
f("legend", Ap, x(t.title), 1),
|
|
9517
|
-
|
|
9518
|
+
m(e.$slots, "default", {}, void 0, !0)
|
|
9518
9519
|
], 10, Op);
|
|
9519
9520
|
}
|
|
9520
|
-
const
|
|
9521
|
+
const Ky = /* @__PURE__ */ _(Lp, [["render", Np], ["__scopeId", "data-v-c9188464"]]);
|
|
9521
9522
|
const Dp = {
|
|
9522
9523
|
name: "ecs-toolbar",
|
|
9523
9524
|
props: {
|
|
@@ -9535,7 +9536,7 @@ const Dp = {
|
|
|
9535
9536
|
};
|
|
9536
9537
|
function Rp(e, s, t, a, n, i) {
|
|
9537
9538
|
return o(), l("div", Fp, [
|
|
9538
|
-
|
|
9539
|
+
m(e.$slots, "default", {}, void 0, !0)
|
|
9539
9540
|
]);
|
|
9540
9541
|
}
|
|
9541
9542
|
const Vp = /* @__PURE__ */ _(Dp, [["render", Rp], ["__scopeId", "data-v-a6ddde36"]]);
|
|
@@ -9561,8 +9562,8 @@ const Hp = {
|
|
|
9561
9562
|
}
|
|
9562
9563
|
}, qp = { class: "ecs-toolbar-search" }, Wp = { class: "number" }, jp = { class: "type" }, Gp = { class: "ecs-toolbar-right-section" }, Up = { class: "ecs-toolbar-right-section" };
|
|
9563
9564
|
function Kp(e, s, t, a, n, i) {
|
|
9564
|
-
const r = p("ecs-button-toolbar-group"), c = p("ecs-flex-row"), d = p("ecs-flex-col"),
|
|
9565
|
-
return o(), y(
|
|
9565
|
+
const r = p("ecs-button-toolbar-group"), c = p("ecs-flex-row"), d = p("ecs-flex-col"), g = p("ecs-toolbar");
|
|
9566
|
+
return o(), y(g, { class: "ecs-index-toolbar" }, {
|
|
9566
9567
|
default: w(() => [
|
|
9567
9568
|
b(c, null, {
|
|
9568
9569
|
default: w(() => [
|
|
@@ -9570,12 +9571,12 @@ function Kp(e, s, t, a, n, i) {
|
|
|
9570
9571
|
default: w(() => [
|
|
9571
9572
|
e.$slots.searchbuttons ? (o(), y(r, { key: 0 }, {
|
|
9572
9573
|
default: w(() => [
|
|
9573
|
-
|
|
9574
|
+
m(e.$slots, "searchbuttons", {}, void 0, !0)
|
|
9574
9575
|
]),
|
|
9575
9576
|
_: 3
|
|
9576
9577
|
})) : u("", !0),
|
|
9577
9578
|
f("div", qp, [
|
|
9578
|
-
|
|
9579
|
+
m(e.$slots, "search", {}, void 0, !0)
|
|
9579
9580
|
]),
|
|
9580
9581
|
b(c, {
|
|
9581
9582
|
gap: 4,
|
|
@@ -9593,10 +9594,10 @@ function Kp(e, s, t, a, n, i) {
|
|
|
9593
9594
|
b(d, { columns: 3 }, {
|
|
9594
9595
|
default: w(() => [
|
|
9595
9596
|
f("div", Gp, [
|
|
9596
|
-
|
|
9597
|
+
m(e.$slots, "actions-left", {}, void 0, !0)
|
|
9597
9598
|
]),
|
|
9598
9599
|
f("div", Up, [
|
|
9599
|
-
|
|
9600
|
+
m(e.$slots, "actions-right", {}, void 0, !0)
|
|
9600
9601
|
])
|
|
9601
9602
|
]),
|
|
9602
9603
|
_: 3
|
|
@@ -9608,7 +9609,7 @@ function Kp(e, s, t, a, n, i) {
|
|
|
9608
9609
|
_: 3
|
|
9609
9610
|
});
|
|
9610
9611
|
}
|
|
9611
|
-
const
|
|
9612
|
+
const Yy = /* @__PURE__ */ _(Hp, [["render", Kp], ["__scopeId", "data-v-3e639a35"]]);
|
|
9612
9613
|
const Yp = {
|
|
9613
9614
|
name: "ecs-info-tooltip",
|
|
9614
9615
|
emits: ["click"],
|
|
@@ -9640,7 +9641,7 @@ function Xp(e, s, t, a, n, i) {
|
|
|
9640
9641
|
}, null, 8, ["type"])
|
|
9641
9642
|
]);
|
|
9642
9643
|
}
|
|
9643
|
-
const
|
|
9644
|
+
const Xy = /* @__PURE__ */ _(Yp, [["render", Xp], ["__scopeId", "data-v-97a5e4d9"]]);
|
|
9644
9645
|
const Zp = {
|
|
9645
9646
|
name: "ecs-input",
|
|
9646
9647
|
emits: ["update:modelValue", "change", "keyup", "blur"],
|
|
@@ -9799,7 +9800,7 @@ function ig(e, s, t, a, n, i) {
|
|
|
9799
9800
|
return o(), l("span", {
|
|
9800
9801
|
class: v(["ecs-input-group-addon", [i.iconClass, t.button ? "has-button" : ""]])
|
|
9801
9802
|
}, [
|
|
9802
|
-
|
|
9803
|
+
m(e.$slots, "default"),
|
|
9803
9804
|
t.icon ? (o(), y(r, {
|
|
9804
9805
|
key: 0,
|
|
9805
9806
|
type: t.icon,
|
|
@@ -9808,14 +9809,14 @@ function ig(e, s, t, a, n, i) {
|
|
|
9808
9809
|
}, null, 8, ["type"])) : u("", !0)
|
|
9809
9810
|
], 2);
|
|
9810
9811
|
}
|
|
9811
|
-
const
|
|
9812
|
+
const Zy = /* @__PURE__ */ _(sg, [["render", ig]]);
|
|
9812
9813
|
const ng = {
|
|
9813
9814
|
name: "ecs-input-connector"
|
|
9814
9815
|
}, ag = { class: "ecs-input-group-addon connector" };
|
|
9815
9816
|
function og(e, s, t, a, n, i) {
|
|
9816
9817
|
return o(), l("span", ag);
|
|
9817
9818
|
}
|
|
9818
|
-
const
|
|
9819
|
+
const Jy = /* @__PURE__ */ _(ng, [["render", og]]);
|
|
9819
9820
|
const rg = {
|
|
9820
9821
|
name: "ecs-input-float",
|
|
9821
9822
|
emits: ["input"],
|
|
@@ -9912,7 +9913,7 @@ function ug(e, s, t, a, n, i) {
|
|
|
9912
9913
|
f("label", { for: n.uniqueId }, x(t.label), 9, dg)
|
|
9913
9914
|
]);
|
|
9914
9915
|
}
|
|
9915
|
-
const
|
|
9916
|
+
const Qy = /* @__PURE__ */ _(rg, [["render", ug], ["__scopeId", "data-v-3191dd13"]]);
|
|
9916
9917
|
const fg = {
|
|
9917
9918
|
props: {
|
|
9918
9919
|
/** If the input group contains only one input element, set this prop to true. */
|
|
@@ -9926,10 +9927,10 @@ function pg(e, s, t, a, n, i) {
|
|
|
9926
9927
|
return o(), l("div", {
|
|
9927
9928
|
class: v(["ecs-input-group", t.singleInput ? "ecs-input-group-single" : ""])
|
|
9928
9929
|
}, [
|
|
9929
|
-
|
|
9930
|
+
m(e.$slots, "default")
|
|
9930
9931
|
], 2);
|
|
9931
9932
|
}
|
|
9932
|
-
const
|
|
9933
|
+
const eb = /* @__PURE__ */ _(fg, [["render", pg]]);
|
|
9933
9934
|
const gg = {
|
|
9934
9935
|
name: "ecs-jumper-document",
|
|
9935
9936
|
emits: [
|
|
@@ -10033,7 +10034,7 @@ function vg(e, s, t, a, n, i) {
|
|
|
10033
10034
|
_: 1
|
|
10034
10035
|
});
|
|
10035
10036
|
}
|
|
10036
|
-
const
|
|
10037
|
+
const tb = /* @__PURE__ */ _(gg, [["render", vg], ["__scopeId", "data-v-9ff41728"]]);
|
|
10037
10038
|
const _g = {
|
|
10038
10039
|
name: "ecs-jumper-index",
|
|
10039
10040
|
emits: [
|
|
@@ -10146,7 +10147,7 @@ function wg(e, s, t, a, n, i) {
|
|
|
10146
10147
|
_: 1
|
|
10147
10148
|
});
|
|
10148
10149
|
}
|
|
10149
|
-
const
|
|
10150
|
+
const sb = /* @__PURE__ */ _(_g, [["render", wg], ["__scopeId", "data-v-e2edd2d3"]]);
|
|
10150
10151
|
const Sg = {
|
|
10151
10152
|
name: "ecs-jumper-page",
|
|
10152
10153
|
emits: [
|
|
@@ -10202,11 +10203,11 @@ const Sg = {
|
|
|
10202
10203
|
this.$emit("currentPageKeyPressed", e), e.stopPropagation(), e.key == "Enter" && e.preventDefault();
|
|
10203
10204
|
}
|
|
10204
10205
|
}
|
|
10205
|
-
}, Cg = { class: "ecs-viewer-pages" }, Bg = { class: "ecs-viewer-pages-inner" }, zg = { class: "ecs-viewer-pages-pagination" }, Ig = { class: "total-pages" },
|
|
10206
|
+
}, Cg = { class: "ecs-viewer-pages" }, Bg = { class: "ecs-viewer-pages-inner" }, zg = { class: "ecs-viewer-pages-pagination" }, Ig = { class: "total-pages" }, $g = {
|
|
10206
10207
|
key: 0,
|
|
10207
10208
|
class: "page-missing-gaps",
|
|
10208
10209
|
title: "This transcript has missing page gaps"
|
|
10209
|
-
},
|
|
10210
|
+
}, Eg = { class: "ecs-viewer-pages-pagination" }, Pg = { class: "total-pages-relative" }, Tg = { class: "total-pages-relative" }, Mg = {
|
|
10210
10211
|
key: 1,
|
|
10211
10212
|
class: "ecs-viewer-pages-pagination"
|
|
10212
10213
|
}, Lg = ["innerHTML"], Og = { class: "total-pages" };
|
|
@@ -10224,9 +10225,9 @@ function Ag(e, s, t, a, n, i) {
|
|
|
10224
10225
|
id: "currPage"
|
|
10225
10226
|
}, x(t.currentPage), 33),
|
|
10226
10227
|
f("div", Ig, "of " + x(t.lastPage), 1),
|
|
10227
|
-
t.isTranscriptMissingPages ? (o(), l("span",
|
|
10228
|
+
t.isTranscriptMissingPages ? (o(), l("span", $g, "*")) : u("", !0)
|
|
10228
10229
|
]),
|
|
10229
|
-
f("div",
|
|
10230
|
+
f("div", Eg, [
|
|
10230
10231
|
f("div", Pg, x(i.altPageNumber) + " ", 1),
|
|
10231
10232
|
f("div", Tg, "of " + x(t.pageCount), 1)
|
|
10232
10233
|
])
|
|
@@ -10245,7 +10246,7 @@ function Ag(e, s, t, a, n, i) {
|
|
|
10245
10246
|
])
|
|
10246
10247
|
]);
|
|
10247
10248
|
}
|
|
10248
|
-
const
|
|
10249
|
+
const ib = /* @__PURE__ */ _(Sg, [["render", Ag], ["__scopeId", "data-v-0346f2c1"]]), Ng = {
|
|
10249
10250
|
// eslint-disable-next-line vue/multi-word-component-names
|
|
10250
10251
|
name: "ecs-pane",
|
|
10251
10252
|
inject: ["requestUpdate", "onPaneAdd", "onPaneRemove", "onPaneClick"],
|
|
@@ -10301,7 +10302,7 @@ function Dg(e, s, t, a, n, i) {
|
|
|
10301
10302
|
onClick: s[0] || (s[0] = (r) => i.onPaneClick(r, e._.uid)),
|
|
10302
10303
|
style: z(e.style)
|
|
10303
10304
|
}, [
|
|
10304
|
-
|
|
10305
|
+
m(e.$slots, "default")
|
|
10305
10306
|
], 4);
|
|
10306
10307
|
}
|
|
10307
10308
|
const Fg = /* @__PURE__ */ _(Ng, [["render", Dg]]);
|
|
@@ -10419,9 +10420,9 @@ const Rg = {
|
|
|
10419
10420
|
};
|
|
10420
10421
|
const a = 0 + (this.pushOtherPanes ? 0 : t.prevPanesSize), n = 100 - (this.pushOtherPanes ? 0 : t.nextPanesSize), i = Math.max(Math.min(this.getCurrentDragPercentage(e), n), a);
|
|
10421
10422
|
let r = [s, s + 1], c = this.panes[r[0]] || null, d = this.panes[r[1]] || null;
|
|
10422
|
-
const
|
|
10423
|
-
if (
|
|
10424
|
-
|
|
10423
|
+
const g = c.max < 100 && i >= c.max + t.prevPanesSize, h = d.max < 100 && i <= 100 - (d.max + this.sumNextPanesSize(s + 1));
|
|
10424
|
+
if (g || h) {
|
|
10425
|
+
g ? (c.size = c.max, d.size = Math.max(100 - c.max - t.prevPanesSize - t.nextPanesSize, 0)) : (c.size = Math.max(100 - d.max - t.prevPanesSize - this.sumNextPanesSize(s + 1), 0), d.size = d.max);
|
|
10425
10426
|
return;
|
|
10426
10427
|
}
|
|
10427
10428
|
if (this.pushOtherPanes) {
|
|
@@ -10656,8 +10657,8 @@ function jg(e, s, t, a, n, i) {
|
|
|
10656
10657
|
return o(), l("div", {
|
|
10657
10658
|
class: v(["ecs-index-layout", [t.backgroundWhite ? "background-white" : ""]])
|
|
10658
10659
|
}, [
|
|
10659
|
-
|
|
10660
|
-
|
|
10660
|
+
m(e.$slots, "toolbar", {}, void 0, !0),
|
|
10661
|
+
m(e.$slots, "action-toolbar", {}, void 0, !0),
|
|
10661
10662
|
f("div", {
|
|
10662
10663
|
class: v(["ecs-index-layout-wrap", [t.indent ? "indent" : ""]])
|
|
10663
10664
|
}, [
|
|
@@ -10671,7 +10672,7 @@ function jg(e, s, t, a, n, i) {
|
|
|
10671
10672
|
class: "ecs-index-layout-table scrollbar"
|
|
10672
10673
|
}, {
|
|
10673
10674
|
default: w(() => [
|
|
10674
|
-
|
|
10675
|
+
m(e.$slots, "default", {}, void 0, !0)
|
|
10675
10676
|
]),
|
|
10676
10677
|
_: 3
|
|
10677
10678
|
}, 8, ["size", "minSize", "maxSize"]),
|
|
@@ -10682,17 +10683,17 @@ function jg(e, s, t, a, n, i) {
|
|
|
10682
10683
|
maxSize: t.splitPaneSizes[1].maxSize
|
|
10683
10684
|
}, {
|
|
10684
10685
|
default: w(() => [
|
|
10685
|
-
|
|
10686
|
+
m(e.$slots, "pane", {}, void 0, !0)
|
|
10686
10687
|
]),
|
|
10687
10688
|
_: 3
|
|
10688
10689
|
}, 8, ["size", "minSize", "maxSize"])) : u("", !0)
|
|
10689
10690
|
]),
|
|
10690
10691
|
_: 3
|
|
10691
10692
|
})) : (o(), l("div", qg, [
|
|
10692
|
-
|
|
10693
|
+
m(e.$slots, "default", {}, void 0, !0)
|
|
10693
10694
|
])),
|
|
10694
10695
|
e.$slots.pagination ? (o(), l("div", Wg, [
|
|
10695
|
-
|
|
10696
|
+
m(e.$slots, "pagination", {}, void 0, !0)
|
|
10696
10697
|
])) : u("", !0)
|
|
10697
10698
|
]),
|
|
10698
10699
|
e.$slots.sidebar ? (o(), l("div", {
|
|
@@ -10700,12 +10701,12 @@ function jg(e, s, t, a, n, i) {
|
|
|
10700
10701
|
class: v(["ecs-index-layout-sidebar", [t.overlaySidebar ? "overlay" : ""]]),
|
|
10701
10702
|
style: z(i.sidebarPosition)
|
|
10702
10703
|
}, [
|
|
10703
|
-
|
|
10704
|
+
m(e.$slots, "sidebar", {}, void 0, !0)
|
|
10704
10705
|
], 6)) : u("", !0)
|
|
10705
10706
|
], 2)
|
|
10706
10707
|
], 2);
|
|
10707
10708
|
}
|
|
10708
|
-
const
|
|
10709
|
+
const nb = /* @__PURE__ */ _(Vg, [["render", jg], ["__scopeId", "data-v-7e2fc186"]]);
|
|
10709
10710
|
const Gg = {
|
|
10710
10711
|
name: "ecs-layout-directory",
|
|
10711
10712
|
props: {
|
|
@@ -10729,26 +10730,26 @@ const Gg = {
|
|
|
10729
10730
|
};
|
|
10730
10731
|
function Jg(e, s, t, a, n, i) {
|
|
10731
10732
|
return o(), l("div", Ug, [
|
|
10732
|
-
|
|
10733
|
-
|
|
10733
|
+
m(e.$slots, "toolbar", {}, void 0, !0),
|
|
10734
|
+
m(e.$slots, "action-toolbar", {}, void 0, !0),
|
|
10734
10735
|
f("div", Kg, [
|
|
10735
10736
|
f("div", Yg, [
|
|
10736
10737
|
e.$slots.directory ? (o(), l("aside", Xg, [
|
|
10737
|
-
|
|
10738
|
+
m(e.$slots, "directory", {}, void 0, !0)
|
|
10738
10739
|
])) : u("", !0),
|
|
10739
10740
|
f("main", {
|
|
10740
10741
|
class: v(["ecs-directory-layout-entry scrollbar", [e.$slots.sidebar ? "has-sidebar" : ""]])
|
|
10741
10742
|
}, [
|
|
10742
|
-
|
|
10743
|
+
m(e.$slots, "default", {}, void 0, !0)
|
|
10743
10744
|
], 2),
|
|
10744
10745
|
e.$slots.sidebar ? (o(), l("div", Zg, [
|
|
10745
|
-
|
|
10746
|
+
m(e.$slots, "sidebar", {}, void 0, !0)
|
|
10746
10747
|
])) : u("", !0)
|
|
10747
10748
|
])
|
|
10748
10749
|
])
|
|
10749
10750
|
]);
|
|
10750
10751
|
}
|
|
10751
|
-
const
|
|
10752
|
+
const ab = /* @__PURE__ */ _(Gg, [["render", Jg], ["__scopeId", "data-v-dd8572c4"]]);
|
|
10752
10753
|
const Qg = {
|
|
10753
10754
|
name: "ecs-layout-data-table",
|
|
10754
10755
|
components: { EcsActionToolbar: ki },
|
|
@@ -10785,18 +10786,18 @@ function om(e, s, t, a, n, i) {
|
|
|
10785
10786
|
}, [
|
|
10786
10787
|
f("main", em, [
|
|
10787
10788
|
e.$slots.toolbar ? (o(), l("div", tm, [
|
|
10788
|
-
|
|
10789
|
+
m(e.$slots, "toolbar", {}, void 0, !0)
|
|
10789
10790
|
])) : u("", !0),
|
|
10790
10791
|
e.$slots.actionbar ? Ge((o(), y(r, { key: 1 }, {
|
|
10791
10792
|
default: w(() => [
|
|
10792
|
-
|
|
10793
|
+
m(e.$slots, "actionbar", {}, void 0, !0)
|
|
10793
10794
|
]),
|
|
10794
10795
|
_: 3
|
|
10795
10796
|
}, 512)), [
|
|
10796
10797
|
[ft, t.showActionbar]
|
|
10797
10798
|
]) : u("", !0),
|
|
10798
10799
|
f("div", sm, [
|
|
10799
|
-
|
|
10800
|
+
m(e.$slots, "default", {}, void 0, !0)
|
|
10800
10801
|
])
|
|
10801
10802
|
]),
|
|
10802
10803
|
e.$slots.sidebarcontent || e.$slots.sidebarheader ? (o(), l("aside", {
|
|
@@ -10805,16 +10806,16 @@ function om(e, s, t, a, n, i) {
|
|
|
10805
10806
|
}, [
|
|
10806
10807
|
f("div", im, [
|
|
10807
10808
|
e.$slots.sidebarheader ? (o(), l("div", nm, [
|
|
10808
|
-
|
|
10809
|
+
m(e.$slots, "sidebarheader", {}, void 0, !0)
|
|
10809
10810
|
])) : u("", !0),
|
|
10810
10811
|
f("div", am, [
|
|
10811
|
-
|
|
10812
|
+
m(e.$slots, "sidebarcontent", {}, void 0, !0)
|
|
10812
10813
|
])
|
|
10813
10814
|
])
|
|
10814
10815
|
], 2)) : u("", !0)
|
|
10815
10816
|
], 2);
|
|
10816
10817
|
}
|
|
10817
|
-
const
|
|
10818
|
+
const ob = /* @__PURE__ */ _(Qg, [["render", om], ["__scopeId", "data-v-83846ef9"]]);
|
|
10818
10819
|
const rm = {
|
|
10819
10820
|
name: "ecs-legend-item",
|
|
10820
10821
|
emits: ["click"],
|
|
@@ -10913,13 +10914,13 @@ function um(e, s, t, a, n, i) {
|
|
|
10913
10914
|
_: 1
|
|
10914
10915
|
}, 8, ["role", "tabindex", "class"]);
|
|
10915
10916
|
}
|
|
10916
|
-
const
|
|
10917
|
+
const rb = /* @__PURE__ */ _(rm, [["render", um], ["__scopeId", "data-v-3e5473d4"]]);
|
|
10917
10918
|
const fm = {
|
|
10918
10919
|
name: "ecs-log-message",
|
|
10919
10920
|
components: {
|
|
10920
10921
|
EcsFlexRow: Me,
|
|
10921
10922
|
EcsSticker: Re,
|
|
10922
|
-
EcsSkeletonLoader:
|
|
10923
|
+
EcsSkeletonLoader: we
|
|
10923
10924
|
},
|
|
10924
10925
|
props: {
|
|
10925
10926
|
/** Determines the type of log message, which also impacts the styling of it. */
|
|
@@ -10985,14 +10986,14 @@ function mm(e, s, t, a, n, i) {
|
|
|
10985
10986
|
type: "single",
|
|
10986
10987
|
width: 40,
|
|
10987
10988
|
class: "skeleton-text"
|
|
10988
|
-
})) :
|
|
10989
|
+
})) : m(e.$slots, "default", { key: 1 }, void 0, !0)
|
|
10989
10990
|
]),
|
|
10990
10991
|
t.meta && !t.loading ? (o(), l("div", gm, x(t.meta), 1)) : u("", !0)
|
|
10991
10992
|
]),
|
|
10992
10993
|
_: 3
|
|
10993
10994
|
}, 8, ["class", "role", "aria-busy", "style"]);
|
|
10994
10995
|
}
|
|
10995
|
-
const
|
|
10996
|
+
const lb = /* @__PURE__ */ _(fm, [["render", mm], ["__scopeId", "data-v-d461aa9b"]]);
|
|
10996
10997
|
const hm = {
|
|
10997
10998
|
name: "ecs-map",
|
|
10998
10999
|
components: { EcsFocusRing: L },
|
|
@@ -11038,7 +11039,7 @@ function ym(e, s, t, a, n, i) {
|
|
|
11038
11039
|
], 8, vm)
|
|
11039
11040
|
], 2);
|
|
11040
11041
|
}
|
|
11041
|
-
const
|
|
11042
|
+
const cb = /* @__PURE__ */ _(hm, [["render", ym], ["__scopeId", "data-v-e2371c57"]]);
|
|
11042
11043
|
const bm = {
|
|
11043
11044
|
name: "ecs-modal",
|
|
11044
11045
|
props: {
|
|
@@ -11097,7 +11098,7 @@ const bm = {
|
|
|
11097
11098
|
class: "ecs-modal-footer-wrap"
|
|
11098
11099
|
}, Cm = /* @__PURE__ */ km(() => /* @__PURE__ */ f("div", { class: "ecs-modal-backdrop ecs-modal-sheet-backdrop" }, null, -1));
|
|
11099
11100
|
function Bm(e, s, t, a, n, i) {
|
|
11100
|
-
return o(), y(
|
|
11101
|
+
return o(), y(ze, { name: "dialog-fade" }, {
|
|
11101
11102
|
default: w(() => [
|
|
11102
11103
|
n.isShown ? (o(), l("div", {
|
|
11103
11104
|
key: 0,
|
|
@@ -11108,13 +11109,13 @@ function Bm(e, s, t, a, n, i) {
|
|
|
11108
11109
|
style: z(i.fixedHeightStyle)
|
|
11109
11110
|
}, [
|
|
11110
11111
|
e.$slots.header ? (o(), l("div", xm, [
|
|
11111
|
-
|
|
11112
|
+
m(e.$slots, "header", {}, void 0, !0)
|
|
11112
11113
|
])) : u("", !0),
|
|
11113
11114
|
f("div", wm, [
|
|
11114
|
-
|
|
11115
|
+
m(e.$slots, "default", {}, void 0, !0)
|
|
11115
11116
|
]),
|
|
11116
11117
|
e.$slots.footer ? (o(), l("div", Sm, [
|
|
11117
|
-
|
|
11118
|
+
m(e.$slots, "footer", {}, void 0, !0)
|
|
11118
11119
|
])) : u("", !0)
|
|
11119
11120
|
], 4),
|
|
11120
11121
|
Cm
|
|
@@ -11123,12 +11124,12 @@ function Bm(e, s, t, a, n, i) {
|
|
|
11123
11124
|
_: 3
|
|
11124
11125
|
});
|
|
11125
11126
|
}
|
|
11126
|
-
const
|
|
11127
|
+
const db = /* @__PURE__ */ _(bm, [["render", Bm], ["__scopeId", "data-v-04163948"]]);
|
|
11127
11128
|
const zm = {
|
|
11128
11129
|
name: "ecs-modal-header",
|
|
11129
11130
|
emits: ["close"],
|
|
11130
11131
|
components: {
|
|
11131
|
-
EcsButton:
|
|
11132
|
+
EcsButton: $e,
|
|
11132
11133
|
EcsFocusRing: L
|
|
11133
11134
|
},
|
|
11134
11135
|
props: {
|
|
@@ -11164,7 +11165,7 @@ const zm = {
|
|
|
11164
11165
|
class: "ecs-modal-header-main",
|
|
11165
11166
|
ref: "firstFocusable",
|
|
11166
11167
|
tabindex: "0"
|
|
11167
|
-
},
|
|
11168
|
+
}, $m = { class: "ecs-modal-header-main-inner" }, Em = {
|
|
11168
11169
|
key: 0,
|
|
11169
11170
|
class: "ecs-modal-header-extended"
|
|
11170
11171
|
};
|
|
@@ -11174,8 +11175,8 @@ function Pm(e, s, t, a, n, i) {
|
|
|
11174
11175
|
class: v(["ecs-modal-header", i.typeClass])
|
|
11175
11176
|
}, [
|
|
11176
11177
|
f("div", Im, [
|
|
11177
|
-
f("div",
|
|
11178
|
-
|
|
11178
|
+
f("div", $m, [
|
|
11179
|
+
m(e.$slots, "default", {}, void 0, !0)
|
|
11179
11180
|
]),
|
|
11180
11181
|
b(r, {
|
|
11181
11182
|
onClick: s[0] || (s[0] = (c) => e.$emit("close")),
|
|
@@ -11190,12 +11191,12 @@ function Pm(e, s, t, a, n, i) {
|
|
|
11190
11191
|
"data-test": "close-modal-button"
|
|
11191
11192
|
})
|
|
11192
11193
|
], 512),
|
|
11193
|
-
e.$slots.extension ? (o(), l("div",
|
|
11194
|
-
|
|
11194
|
+
e.$slots.extension ? (o(), l("div", Em, [
|
|
11195
|
+
m(e.$slots, "extension", {}, void 0, !0)
|
|
11195
11196
|
])) : u("", !0)
|
|
11196
11197
|
], 2);
|
|
11197
11198
|
}
|
|
11198
|
-
const
|
|
11199
|
+
const ub = /* @__PURE__ */ _(zm, [["render", Pm], ["__scopeId", "data-v-14ff8a6b"]]);
|
|
11199
11200
|
const Tm = {
|
|
11200
11201
|
name: "ecs-modal-footer"
|
|
11201
11202
|
}, Mm = { class: "ecs-modal-footer" }, Lm = {
|
|
@@ -11205,14 +11206,14 @@ const Tm = {
|
|
|
11205
11206
|
function Am(e, s, t, a, n, i) {
|
|
11206
11207
|
return o(), l("div", Mm, [
|
|
11207
11208
|
e.$slots.secondary ? (o(), l("div", Lm, [
|
|
11208
|
-
|
|
11209
|
+
m(e.$slots, "secondary", {}, void 0, !0)
|
|
11209
11210
|
])) : u("", !0),
|
|
11210
11211
|
f("div", Om, [
|
|
11211
|
-
|
|
11212
|
+
m(e.$slots, "default", {}, void 0, !0)
|
|
11212
11213
|
])
|
|
11213
11214
|
]);
|
|
11214
11215
|
}
|
|
11215
|
-
const
|
|
11216
|
+
const fb = /* @__PURE__ */ _(Tm, [["render", Am], ["__scopeId", "data-v-ac286496"]]);
|
|
11216
11217
|
const Nm = {
|
|
11217
11218
|
name: "ecs-select-text",
|
|
11218
11219
|
emits: ["change", "focus", "blur"],
|
|
@@ -11320,7 +11321,7 @@ function Fm(e, s, t, a, n, i) {
|
|
|
11320
11321
|
disabled: t.disabled || null,
|
|
11321
11322
|
class: t.alignment == "right" ? "right" : ""
|
|
11322
11323
|
}), [
|
|
11323
|
-
|
|
11324
|
+
m(e.$slots, "default", {}, void 0, !0)
|
|
11324
11325
|
], 16, Dm),
|
|
11325
11326
|
b(c, {
|
|
11326
11327
|
inset: t.size == "xsml" ? -2 : -4
|
|
@@ -11402,7 +11403,7 @@ function Um(e, s, t, a, n, i) {
|
|
|
11402
11403
|
return o(), l("div", {
|
|
11403
11404
|
class: v(["ecs-multiselect-search-token", i.typeClass]),
|
|
11404
11405
|
tabindex: "0",
|
|
11405
|
-
onKeydown: s[3] || (s[3] = U((
|
|
11406
|
+
onKeydown: s[3] || (s[3] = U((g) => e.$emit("remove", g), ["delete"]))
|
|
11406
11407
|
}, [
|
|
11407
11408
|
t.icon || t.operator || t.operatorSwitch ? (o(), l("div", Hm, [
|
|
11408
11409
|
b(r, {
|
|
@@ -11419,16 +11420,16 @@ function Um(e, s, t, a, n, i) {
|
|
|
11419
11420
|
class: "operator-select"
|
|
11420
11421
|
}, {
|
|
11421
11422
|
default: w(() => [
|
|
11422
|
-
(o(!0), l(Z, null, pe(t.operatorSelectOptions, (
|
|
11423
|
-
value:
|
|
11424
|
-
key:
|
|
11425
|
-
}, x(
|
|
11423
|
+
(o(!0), l(Z, null, pe(t.operatorSelectOptions, (g) => (o(), l("option", {
|
|
11424
|
+
value: g,
|
|
11425
|
+
key: g
|
|
11426
|
+
}, x(g), 9, Wm))), 128))
|
|
11426
11427
|
]),
|
|
11427
11428
|
_: 1
|
|
11428
11429
|
}, 8, ["onChange", "value"])) : u("", !0),
|
|
11429
11430
|
t.operatorSwitch ? (o(), l("button", {
|
|
11430
11431
|
key: 2,
|
|
11431
|
-
onClick: s[0] || (s[0] = (...
|
|
11432
|
+
onClick: s[0] || (s[0] = (...g) => i.handleOperatorToggle && i.handleOperatorToggle(...g)),
|
|
11432
11433
|
title: "Toggle operator",
|
|
11433
11434
|
"aria-label": "Toggle operator",
|
|
11434
11435
|
class: v([t.type === "default" ? "has" : "not", "toggle"])
|
|
@@ -11450,10 +11451,10 @@ function Um(e, s, t, a, n, i) {
|
|
|
11450
11451
|
])) : u("", !0),
|
|
11451
11452
|
f("div", jm, [
|
|
11452
11453
|
t.descriptor ? (o(), l("div", Gm, x(t.descriptor), 1)) : u("", !0),
|
|
11453
|
-
|
|
11454
|
+
m(e.$slots, "default", {}, void 0, !0),
|
|
11454
11455
|
f("button", {
|
|
11455
|
-
onClick: s[1] || (s[1] = (
|
|
11456
|
-
onKeyup: s[2] || (s[2] = U((
|
|
11456
|
+
onClick: s[1] || (s[1] = (g) => e.$emit("remove", g)),
|
|
11457
|
+
onKeyup: s[2] || (s[2] = U((g) => e.$emit("remove", g), ["enter"])),
|
|
11457
11458
|
class: "remove",
|
|
11458
11459
|
title: "Remove",
|
|
11459
11460
|
"aria-label": "Remove"
|
|
@@ -11468,7 +11469,7 @@ function Um(e, s, t, a, n, i) {
|
|
|
11468
11469
|
])
|
|
11469
11470
|
], 34);
|
|
11470
11471
|
}
|
|
11471
|
-
const
|
|
11472
|
+
const pb = /* @__PURE__ */ _(Vm, [["render", Um], ["__scopeId", "data-v-57205caa"]]);
|
|
11472
11473
|
const Km = {
|
|
11473
11474
|
name: "ecs-multiselect-token",
|
|
11474
11475
|
emits: ["remove"],
|
|
@@ -11484,7 +11485,7 @@ function Ym(e, s, t, a, n, i) {
|
|
|
11484
11485
|
tabindex: "0",
|
|
11485
11486
|
onKeydown: s[1] || (s[1] = U((d) => e.$emit("remove", d), ["delete"]))
|
|
11486
11487
|
}, [
|
|
11487
|
-
|
|
11488
|
+
m(e.$slots, "default", {}, void 0, !0),
|
|
11488
11489
|
f("button", {
|
|
11489
11490
|
onClick: s[0] || (s[0] = (d) => e.$emit("remove", d)),
|
|
11490
11491
|
class: "remove"
|
|
@@ -11498,7 +11499,7 @@ function Ym(e, s, t, a, n, i) {
|
|
|
11498
11499
|
])
|
|
11499
11500
|
], 32);
|
|
11500
11501
|
}
|
|
11501
|
-
const
|
|
11502
|
+
const gb = /* @__PURE__ */ _(Km, [["render", Ym], ["__scopeId", "data-v-ce139540"]]);
|
|
11502
11503
|
const Xm = {
|
|
11503
11504
|
name: "ecs-multiselect-option",
|
|
11504
11505
|
components: {
|
|
@@ -11531,10 +11532,10 @@ function Jm(e, s, t, a, n, i) {
|
|
|
11531
11532
|
type: t.icon,
|
|
11532
11533
|
size: "20"
|
|
11533
11534
|
}, null, 8, ["type"])) : u("", !0),
|
|
11534
|
-
|
|
11535
|
+
m(e.$slots, "default", {}, void 0, !0)
|
|
11535
11536
|
], 10, Zm);
|
|
11536
11537
|
}
|
|
11537
|
-
const
|
|
11538
|
+
const mb = /* @__PURE__ */ _(Xm, [["render", Jm], ["__scopeId", "data-v-ceac7867"]]);
|
|
11538
11539
|
const Qm = {
|
|
11539
11540
|
name: "ecs-overlay",
|
|
11540
11541
|
emits: ["close", "toggled"],
|
|
@@ -11709,7 +11710,7 @@ const Qm = {
|
|
|
11709
11710
|
};
|
|
11710
11711
|
function mh(e, s, t, a, n, i) {
|
|
11711
11712
|
const r = p("ecs-icon"), c = p("ecs-button-toolbar"), d = p("ecs-alert");
|
|
11712
|
-
return o(), y(
|
|
11713
|
+
return o(), y(ze, { name: "fade" }, {
|
|
11713
11714
|
default: w(() => [
|
|
11714
11715
|
n.isShown ? (o(), l("div", {
|
|
11715
11716
|
key: 0,
|
|
@@ -11736,7 +11737,7 @@ function mh(e, s, t, a, n, i) {
|
|
|
11736
11737
|
])
|
|
11737
11738
|
]),
|
|
11738
11739
|
e.$slots.headercontrols ? (o(), l("div", nh, [
|
|
11739
|
-
|
|
11740
|
+
m(e.$slots, "headercontrols", {}, void 0, !0)
|
|
11740
11741
|
])) : u("", !0),
|
|
11741
11742
|
e.$slots.sidebar && n.width <= 1500 ? (o(), y(c, {
|
|
11742
11743
|
key: 1,
|
|
@@ -11750,7 +11751,7 @@ function mh(e, s, t, a, n, i) {
|
|
|
11750
11751
|
class: "sidebar-button"
|
|
11751
11752
|
}, null, 8, ["onClick", "icon", "title", "active", "badge", "badge-color", "loading"])) : u("", !0),
|
|
11752
11753
|
b(c, {
|
|
11753
|
-
onClick: s[0] || (s[0] = (
|
|
11754
|
+
onClick: s[0] || (s[0] = (g) => e.$emit("close")),
|
|
11754
11755
|
disabled: t.closeDisabled || null,
|
|
11755
11756
|
icon: "close"
|
|
11756
11757
|
}, {
|
|
@@ -11768,7 +11769,7 @@ function mh(e, s, t, a, n, i) {
|
|
|
11768
11769
|
class: "ecs-overlay-alert"
|
|
11769
11770
|
}, {
|
|
11770
11771
|
default: w(() => [
|
|
11771
|
-
|
|
11772
|
+
m(e.$slots, "alert", {}, void 0, !0)
|
|
11772
11773
|
]),
|
|
11773
11774
|
_: 3
|
|
11774
11775
|
})) : u("", !0),
|
|
@@ -11778,7 +11779,7 @@ function mh(e, s, t, a, n, i) {
|
|
|
11778
11779
|
"aria-busy": t.blockContent || null
|
|
11779
11780
|
}, [
|
|
11780
11781
|
e.$slots.tabs ? (o(), l("div", oh, [
|
|
11781
|
-
|
|
11782
|
+
m(e.$slots, "tabs", {}, void 0, !0)
|
|
11782
11783
|
])) : u("", !0),
|
|
11783
11784
|
f("div", {
|
|
11784
11785
|
ref: "innerContent",
|
|
@@ -11788,15 +11789,15 @@ function mh(e, s, t, a, n, i) {
|
|
|
11788
11789
|
class: v(["ecs-overlay-content-inner-inner", e.$slots.sidebar && !t.fullWidth && n.width > 1500 ? "has-sidebar" : " "]),
|
|
11789
11790
|
style: z({ width: i.contentWidth, maxWidth: i.contentMaxWidth, minWidth: i.contentMinWidth, paddingLeft: i.contentPadding, paddingRight: i.contentPadding })
|
|
11790
11791
|
}, [
|
|
11791
|
-
|
|
11792
|
+
m(e.$slots, "default", {}, void 0, !0)
|
|
11792
11793
|
], 6),
|
|
11793
11794
|
e.$slots.sidebar && n.width > 1500 ? (o(), l("div", rh, [
|
|
11794
|
-
|
|
11795
|
+
m(e.$slots, "sidebar", {}, void 0, !0)
|
|
11795
11796
|
])) : u("", !0),
|
|
11796
|
-
b(
|
|
11797
|
+
b(ze, { name: "slide" }, {
|
|
11797
11798
|
default: w(() => [
|
|
11798
11799
|
e.$slots.sidebar && n.width <= 1500 && n.showSidebar ? (o(), l("div", lh, [
|
|
11799
|
-
|
|
11800
|
+
m(e.$slots, "sidebar", {}, void 0, !0)
|
|
11800
11801
|
])) : u("", !0)
|
|
11801
11802
|
]),
|
|
11802
11803
|
_: 3
|
|
@@ -11811,7 +11812,7 @@ function mh(e, s, t, a, n, i) {
|
|
|
11811
11812
|
class: "ecs-overlay-footer-content-inner",
|
|
11812
11813
|
style: z({ width: i.contentWidth, maxWidth: i.contentMaxWidth, minWidth: i.contentMinWidth, paddingLeft: i.contentPadding, paddingRight: i.contentPadding })
|
|
11813
11814
|
}, [
|
|
11814
|
-
|
|
11815
|
+
m(e.$slots, "footer", {}, void 0, !0)
|
|
11815
11816
|
], 4),
|
|
11816
11817
|
e.$slots.sidebar && n.width > 1500 ? (o(), l("div", ph)) : u("", !0),
|
|
11817
11818
|
n.footerScrollSpacer ? (o(), l("div", gh)) : u("", !0)
|
|
@@ -11822,12 +11823,12 @@ function mh(e, s, t, a, n, i) {
|
|
|
11822
11823
|
_: 3
|
|
11823
11824
|
});
|
|
11824
11825
|
}
|
|
11825
|
-
const
|
|
11826
|
+
const hb = /* @__PURE__ */ _(Qm, [["render", mh], ["__scopeId", "data-v-fb905e2c"]]);
|
|
11826
11827
|
const hh = {
|
|
11827
11828
|
name: "ecs-pagination",
|
|
11828
11829
|
emits: ["firstPage", "prevPage", "nextPage", "lastPage", "updatePage", "itemsPerPage"],
|
|
11829
11830
|
components: {
|
|
11830
|
-
EcsButton:
|
|
11831
|
+
EcsButton: $e,
|
|
11831
11832
|
EcsSelect: js,
|
|
11832
11833
|
EcsFlexRow: Me,
|
|
11833
11834
|
EcsIcon: M
|
|
@@ -11925,18 +11926,15 @@ const hh = {
|
|
|
11925
11926
|
this.$emit("updatePage", Number(e));
|
|
11926
11927
|
}
|
|
11927
11928
|
}
|
|
11928
|
-
}, Gs = (e) => (he("data-v-
|
|
11929
|
+
}, Gs = (e) => (he("data-v-ca016e63"), e = e(), ve(), e), vh = /* @__PURE__ */ Gs(() => /* @__PURE__ */ f("span", null, "Page", -1)), _h = ["value", "selected"], yh = {
|
|
11929
11930
|
key: 0,
|
|
11930
11931
|
class: "total"
|
|
11931
11932
|
}, bh = {
|
|
11932
11933
|
key: 1,
|
|
11933
11934
|
class: "ecs-pagination-range"
|
|
11934
|
-
}, kh = {
|
|
11935
|
-
|
|
11936
|
-
|
|
11937
|
-
}, xh = { class: "ecs-pagination-tabs" }, wh = /* @__PURE__ */ Gs(() => /* @__PURE__ */ f("span", null, "Items per page", -1)), Sh = ["value", "selected"];
|
|
11938
|
-
function Ch(e, s, t, a, n, i) {
|
|
11939
|
-
const r = p("ecs-button"), c = p("ecs-flex-row"), d = p("ecs-select"), h = p("ecs-icon");
|
|
11935
|
+
}, kh = { class: "ecs-pagination-tabs" }, xh = /* @__PURE__ */ Gs(() => /* @__PURE__ */ f("span", null, "Items per page", -1)), wh = ["value", "selected"];
|
|
11936
|
+
function Sh(e, s, t, a, n, i) {
|
|
11937
|
+
const r = p("ecs-button"), c = p("ecs-flex-row"), d = p("ecs-select");
|
|
11940
11938
|
return o(), l("div", {
|
|
11941
11939
|
class: v(["ecs-pagination", [
|
|
11942
11940
|
t.theme === "bordered" ? "ecs-pagination-bordered" : "",
|
|
@@ -11955,7 +11953,7 @@ function Ch(e, s, t, a, n, i) {
|
|
|
11955
11953
|
b(c, null, {
|
|
11956
11954
|
default: w(() => [
|
|
11957
11955
|
b(r, {
|
|
11958
|
-
onClick: s[0] || (s[0] = (
|
|
11956
|
+
onClick: s[0] || (s[0] = (g) => e.$emit("firstPage", g)),
|
|
11959
11957
|
disabled: i.disabledPrev,
|
|
11960
11958
|
icon: "chevron-double-left",
|
|
11961
11959
|
"icon-only": "",
|
|
@@ -11965,7 +11963,7 @@ function Ch(e, s, t, a, n, i) {
|
|
|
11965
11963
|
"data-test": "pagination-first-button"
|
|
11966
11964
|
}, null, 8, ["disabled"]),
|
|
11967
11965
|
b(r, {
|
|
11968
|
-
onClick: s[1] || (s[1] = (
|
|
11966
|
+
onClick: s[1] || (s[1] = (g) => e.$emit("prevPage", g)),
|
|
11969
11967
|
disabled: i.disabledPrev,
|
|
11970
11968
|
icon: "chevron-left",
|
|
11971
11969
|
"icon-only": "",
|
|
@@ -11982,16 +11980,16 @@ function Ch(e, s, t, a, n, i) {
|
|
|
11982
11980
|
vh,
|
|
11983
11981
|
b(d, {
|
|
11984
11982
|
modelValue: n.updatedCurrentPage,
|
|
11985
|
-
"onUpdate:modelValue": s[2] || (s[2] = (
|
|
11983
|
+
"onUpdate:modelValue": s[2] || (s[2] = (g) => n.updatedCurrentPage = g),
|
|
11986
11984
|
disabled: i.disabledPageSelect,
|
|
11987
11985
|
size: "sml"
|
|
11988
11986
|
}, {
|
|
11989
11987
|
default: w(() => [
|
|
11990
|
-
(o(!0), l(Z, null, pe(t.totalPages, (
|
|
11991
|
-
key:
|
|
11992
|
-
value:
|
|
11993
|
-
selected:
|
|
11994
|
-
}, x(
|
|
11988
|
+
(o(!0), l(Z, null, pe(t.totalPages, (g) => (o(), l("option", {
|
|
11989
|
+
key: g,
|
|
11990
|
+
value: g,
|
|
11991
|
+
selected: g === t.currentPage
|
|
11992
|
+
}, x(g), 9, _h))), 128))
|
|
11995
11993
|
]),
|
|
11996
11994
|
_: 1
|
|
11997
11995
|
}, 8, ["modelValue", "disabled"]),
|
|
@@ -12002,7 +12000,7 @@ function Ch(e, s, t, a, n, i) {
|
|
|
12002
12000
|
b(c, null, {
|
|
12003
12001
|
default: w(() => [
|
|
12004
12002
|
b(r, {
|
|
12005
|
-
onClick: s[3] || (s[3] = (
|
|
12003
|
+
onClick: s[3] || (s[3] = (g) => e.$emit("nextPage", g)),
|
|
12006
12004
|
disabled: i.disabledNext,
|
|
12007
12005
|
icon: "chevron-right",
|
|
12008
12006
|
"icon-only": "",
|
|
@@ -12012,7 +12010,7 @@ function Ch(e, s, t, a, n, i) {
|
|
|
12012
12010
|
"data-test": "pagination-next-button"
|
|
12013
12011
|
}, null, 8, ["disabled"]),
|
|
12014
12012
|
b(r, {
|
|
12015
|
-
onClick: s[4] || (s[4] = (
|
|
12013
|
+
onClick: s[4] || (s[4] = (g) => e.$emit("lastPage", g)),
|
|
12016
12014
|
disabled: i.disabledNext,
|
|
12017
12015
|
icon: "chevron-double-right",
|
|
12018
12016
|
"icon-only": "",
|
|
@@ -12029,33 +12027,12 @@ function Ch(e, s, t, a, n, i) {
|
|
|
12029
12027
|
f("span", null, x(t.itemRangeFrom) + " to " + x(t.itemRangeTo), 1),
|
|
12030
12028
|
D(" of "),
|
|
12031
12029
|
f("span", null, x(t.itemRangeTotal), 1)
|
|
12032
|
-
])) : u("", !0)
|
|
12033
|
-
b(xe, { name: "fade" }, {
|
|
12034
|
-
default: w(() => [
|
|
12035
|
-
t.loading ? (o(), y(c, {
|
|
12036
|
-
key: 0,
|
|
12037
|
-
gap: 4,
|
|
12038
|
-
class: v(e.$slots.tabs && t.type == "paginated" ? "push-right" : "")
|
|
12039
|
-
}, {
|
|
12040
|
-
default: w(() => [
|
|
12041
|
-
!e.$slots.tabs && t.type == "paginated" ? (o(), l("div", kh)) : u("", !0),
|
|
12042
|
-
b(h, {
|
|
12043
|
-
type: "loading",
|
|
12044
|
-
spinning: "",
|
|
12045
|
-
size: "24",
|
|
12046
|
-
color: "#858E9E"
|
|
12047
|
-
})
|
|
12048
|
-
]),
|
|
12049
|
-
_: 1
|
|
12050
|
-
}, 8, ["class"])) : u("", !0)
|
|
12051
|
-
]),
|
|
12052
|
-
_: 1
|
|
12053
|
-
})
|
|
12030
|
+
])) : u("", !0)
|
|
12054
12031
|
]),
|
|
12055
12032
|
_: 1
|
|
12056
12033
|
}, 8, ["style"]),
|
|
12057
|
-
f("div",
|
|
12058
|
-
|
|
12034
|
+
f("div", kh, [
|
|
12035
|
+
m(e.$slots, "tabs", {}, void 0, !0)
|
|
12059
12036
|
]),
|
|
12060
12037
|
t.showItemsPerPage && t.type == "paginated" ? (o(), y(c, {
|
|
12061
12038
|
key: 0,
|
|
@@ -12063,20 +12040,20 @@ function Ch(e, s, t, a, n, i) {
|
|
|
12063
12040
|
class: "ecs-pagination-items"
|
|
12064
12041
|
}, {
|
|
12065
12042
|
default: w(() => [
|
|
12066
|
-
|
|
12043
|
+
xh,
|
|
12067
12044
|
b(d, {
|
|
12068
12045
|
modelValue: n.updatedItemsPerPageSelected,
|
|
12069
|
-
"onUpdate:modelValue": s[5] || (s[5] = (
|
|
12070
|
-
onChange: s[6] || (s[6] = (
|
|
12046
|
+
"onUpdate:modelValue": s[5] || (s[5] = (g) => n.updatedItemsPerPageSelected = g),
|
|
12047
|
+
onChange: s[6] || (s[6] = (g) => e.$emit("itemsPerPage", Number(n.updatedItemsPerPageSelected))),
|
|
12071
12048
|
disabled: t.loading || null,
|
|
12072
12049
|
size: "sml"
|
|
12073
12050
|
}, {
|
|
12074
12051
|
default: w(() => [
|
|
12075
|
-
(o(!0), l(Z, null, pe(t.itemsPerPage, (
|
|
12076
|
-
key:
|
|
12077
|
-
value:
|
|
12078
|
-
selected:
|
|
12079
|
-
}, x(
|
|
12052
|
+
(o(!0), l(Z, null, pe(t.itemsPerPage, (g) => (o(), l("option", {
|
|
12053
|
+
key: g,
|
|
12054
|
+
value: g,
|
|
12055
|
+
selected: g === t.itemsPerPageSelected
|
|
12056
|
+
}, x(g), 9, wh))), 128))
|
|
12080
12057
|
]),
|
|
12081
12058
|
_: 1
|
|
12082
12059
|
}, 8, ["modelValue", "disabled"])
|
|
@@ -12089,14 +12066,14 @@ function Ch(e, s, t, a, n, i) {
|
|
|
12089
12066
|
class: "ecs-pagination-controls"
|
|
12090
12067
|
}, {
|
|
12091
12068
|
default: w(() => [
|
|
12092
|
-
|
|
12069
|
+
m(e.$slots, "controls", {}, void 0, !0)
|
|
12093
12070
|
]),
|
|
12094
12071
|
_: 3
|
|
12095
12072
|
})) : u("", !0)
|
|
12096
12073
|
], 2);
|
|
12097
12074
|
}
|
|
12098
|
-
const
|
|
12099
|
-
const
|
|
12075
|
+
const vb = /* @__PURE__ */ _(hh, [["render", Sh], ["__scopeId", "data-v-ca016e63"]]);
|
|
12076
|
+
const Ch = {
|
|
12100
12077
|
name: "ecs-party-entry",
|
|
12101
12078
|
components: { EcsIcon: M, EcsSticker: Re },
|
|
12102
12079
|
props: {
|
|
@@ -12179,11 +12156,11 @@ const Bh = {
|
|
|
12179
12156
|
return "#000";
|
|
12180
12157
|
}
|
|
12181
12158
|
}
|
|
12182
|
-
},
|
|
12159
|
+
}, Bh = {
|
|
12183
12160
|
key: 3,
|
|
12184
12161
|
class: "ecs-party-entry-background"
|
|
12185
12162
|
};
|
|
12186
|
-
function
|
|
12163
|
+
function zh(e, s, t, a, n, i) {
|
|
12187
12164
|
const r = p("ecs-icon"), c = p("ecs-sticker");
|
|
12188
12165
|
return o(), l("div", {
|
|
12189
12166
|
class: v(["ecs-party-entry", [t.party, t.color && t.background ? "ecs-party-entry-colored" : ""]]),
|
|
@@ -12201,7 +12178,7 @@ function Ih(e, s, t, a, n, i) {
|
|
|
12201
12178
|
type: "shared"
|
|
12202
12179
|
})) : u("", !0),
|
|
12203
12180
|
f("span", null, [
|
|
12204
|
-
|
|
12181
|
+
m(e.$slots, "default", {}, void 0, !0)
|
|
12205
12182
|
]),
|
|
12206
12183
|
t.icon && t.iconPosition == "right" ? (o(), y(r, {
|
|
12207
12184
|
key: 2,
|
|
@@ -12210,11 +12187,11 @@ function Ih(e, s, t, a, n, i) {
|
|
|
12210
12187
|
style: z("margin-left:" + t.iconSpacing),
|
|
12211
12188
|
size: t.iconSize
|
|
12212
12189
|
}, null, 8, ["type", "color", "style", "size"])) : u("", !0),
|
|
12213
|
-
t.background ? (o(), l("div",
|
|
12190
|
+
t.background ? (o(), l("div", Bh)) : u("", !0)
|
|
12214
12191
|
], 6);
|
|
12215
12192
|
}
|
|
12216
|
-
const
|
|
12217
|
-
const
|
|
12193
|
+
const _b = /* @__PURE__ */ _(Ch, [["render", zh], ["__scopeId", "data-v-c6300895"]]);
|
|
12194
|
+
const Ih = {
|
|
12218
12195
|
name: "ecs-popover-header",
|
|
12219
12196
|
components: { EcsIcon: M, EcsText: it },
|
|
12220
12197
|
props: {
|
|
@@ -12234,14 +12211,14 @@ const Eh = {
|
|
|
12234
12211
|
return !!this.$slots.default;
|
|
12235
12212
|
}
|
|
12236
12213
|
}
|
|
12237
|
-
}, $h = { class: "ecs-popover-header" },
|
|
12214
|
+
}, $h = { class: "ecs-popover-header" }, Eh = { class: "ecs-popover-header-title" }, Ph = {
|
|
12238
12215
|
key: 0,
|
|
12239
12216
|
class: "ecs-popover-header-actions"
|
|
12240
12217
|
};
|
|
12241
|
-
function
|
|
12218
|
+
function Th(e, s, t, a, n, i) {
|
|
12242
12219
|
const r = p("ecs-icon"), c = p("ecs-text");
|
|
12243
12220
|
return o(), l("header", $h, [
|
|
12244
|
-
f("div",
|
|
12221
|
+
f("div", Eh, [
|
|
12245
12222
|
t.icon ? (o(), y(r, {
|
|
12246
12223
|
key: 0,
|
|
12247
12224
|
type: t.icon,
|
|
@@ -12259,13 +12236,13 @@ function Mh(e, s, t, a, n, i) {
|
|
|
12259
12236
|
_: 1
|
|
12260
12237
|
})
|
|
12261
12238
|
]),
|
|
12262
|
-
i.hasControls ? (o(), l("div",
|
|
12263
|
-
|
|
12239
|
+
i.hasControls ? (o(), l("div", Ph, [
|
|
12240
|
+
m(e.$slots, "default", {}, void 0, !0)
|
|
12264
12241
|
])) : u("", !0)
|
|
12265
12242
|
]);
|
|
12266
12243
|
}
|
|
12267
|
-
const
|
|
12268
|
-
const
|
|
12244
|
+
const yb = /* @__PURE__ */ _(Ih, [["render", Th], ["__scopeId", "data-v-c7ef1a5a"]]);
|
|
12245
|
+
const Mh = {
|
|
12269
12246
|
props: {
|
|
12270
12247
|
/** Turns the popover list headline into a sticky headline. This means it will always stay fixed at the top of a scroll container until another popover list headline reaches the top. */
|
|
12271
12248
|
sticky: {
|
|
@@ -12273,27 +12250,27 @@ const Lh = {
|
|
|
12273
12250
|
default: !1
|
|
12274
12251
|
}
|
|
12275
12252
|
}
|
|
12276
|
-
},
|
|
12253
|
+
}, Lh = {
|
|
12277
12254
|
key: 0,
|
|
12278
12255
|
class: "ecs-popover-list-title-controls"
|
|
12279
12256
|
};
|
|
12280
|
-
function
|
|
12257
|
+
function Oh(e, s, t, a, n, i) {
|
|
12281
12258
|
return o(), l("li", {
|
|
12282
12259
|
class: v(["ecs-popover-list-title", [t.sticky ? "ecs-popover-list-title-sticky" : "ecs-popover-list-title-default", t.sticky && e.$slots.controls ? "has-controls" : ""]]),
|
|
12283
12260
|
role: "heading"
|
|
12284
12261
|
}, [
|
|
12285
12262
|
f("span", null, [
|
|
12286
|
-
|
|
12263
|
+
m(e.$slots, "default", {}, void 0, !0)
|
|
12287
12264
|
]),
|
|
12288
|
-
e.$slots.controls ? (o(), l("div",
|
|
12289
|
-
|
|
12265
|
+
e.$slots.controls ? (o(), l("div", Lh, [
|
|
12266
|
+
m(e.$slots, "controls", {}, void 0, !0)
|
|
12290
12267
|
])) : u("", !0)
|
|
12291
12268
|
], 2);
|
|
12292
12269
|
}
|
|
12293
|
-
const
|
|
12294
|
-
const
|
|
12270
|
+
const bb = /* @__PURE__ */ _(Mh, [["render", Oh], ["__scopeId", "data-v-dcc071bc"]]);
|
|
12271
|
+
const Ah = {
|
|
12295
12272
|
name: "ecs-rating-star-read",
|
|
12296
|
-
components: { EcsSkeletonLoader:
|
|
12273
|
+
components: { EcsSkeletonLoader: we },
|
|
12297
12274
|
props: {
|
|
12298
12275
|
/** Sets the star rating count. */
|
|
12299
12276
|
rating: {
|
|
@@ -12322,8 +12299,8 @@ const Nh = {
|
|
|
12322
12299
|
return this.size && this.size !== "" ? `ecs-rating-read-${this.size}` : this.size;
|
|
12323
12300
|
}
|
|
12324
12301
|
}
|
|
12325
|
-
},
|
|
12326
|
-
function
|
|
12302
|
+
}, Nh = ["aria-busy", "aria-label"], Dh = ["data-maximum", "data-rating"];
|
|
12303
|
+
function Fh(e, s, t, a, n, i) {
|
|
12327
12304
|
const r = p("ecs-skeleton-loader");
|
|
12328
12305
|
return o(), l("div", {
|
|
12329
12306
|
class: v(["ecs-rating-read", [i.sizeClass]]),
|
|
@@ -12340,14 +12317,14 @@ function Rh(e, s, t, a, n, i) {
|
|
|
12340
12317
|
class: "ecs-stars-read",
|
|
12341
12318
|
"data-maximum": t.maximum,
|
|
12342
12319
|
"data-rating": t.rating
|
|
12343
|
-
}, null, 8,
|
|
12344
|
-
], 10,
|
|
12320
|
+
}, null, 8, Dh))
|
|
12321
|
+
], 10, Nh);
|
|
12345
12322
|
}
|
|
12346
|
-
const
|
|
12347
|
-
const
|
|
12323
|
+
const Rh = /* @__PURE__ */ _(Ah, [["render", Fh], ["__scopeId", "data-v-8f28e1c1"]]);
|
|
12324
|
+
const Vh = {
|
|
12348
12325
|
name: "ecs-rating-favorability",
|
|
12349
12326
|
emits: ["click"],
|
|
12350
|
-
components: { EcsIcon: M, EcsSkeletonLoader:
|
|
12327
|
+
components: { EcsIcon: M, EcsSkeletonLoader: we },
|
|
12351
12328
|
props: {
|
|
12352
12329
|
/** If set, the favorability icon will have a label as well. */
|
|
12353
12330
|
label: {
|
|
@@ -12421,8 +12398,8 @@ const Hh = {
|
|
|
12421
12398
|
}
|
|
12422
12399
|
}
|
|
12423
12400
|
}
|
|
12424
|
-
},
|
|
12425
|
-
function
|
|
12401
|
+
}, Hh = ["aria-busy"], qh = ["title"];
|
|
12402
|
+
function Wh(e, s, t, a, n, i) {
|
|
12426
12403
|
const r = p("ecs-icon"), c = p("ecs-skeleton-loader");
|
|
12427
12404
|
return o(), l("div", {
|
|
12428
12405
|
onClick: s[0] || (s[0] = (d) => e.$emit("click", d)),
|
|
@@ -12434,7 +12411,7 @@ function jh(e, s, t, a, n, i) {
|
|
|
12434
12411
|
title: i.labelText
|
|
12435
12412
|
}, [
|
|
12436
12413
|
b(r, { type: i.iconType }, null, 8, ["type"])
|
|
12437
|
-
], 10,
|
|
12414
|
+
], 10, qh),
|
|
12438
12415
|
t.label ? (o(), l("span", {
|
|
12439
12416
|
key: 0,
|
|
12440
12417
|
class: v(["label", t.loading ? "loading" : ""])
|
|
@@ -12451,13 +12428,13 @@ function jh(e, s, t, a, n, i) {
|
|
|
12451
12428
|
width: 100,
|
|
12452
12429
|
style: { width: "calc(100% - 30px)" }
|
|
12453
12430
|
})) : u("", !0)
|
|
12454
|
-
], 10,
|
|
12431
|
+
], 10, Hh);
|
|
12455
12432
|
}
|
|
12456
|
-
const
|
|
12457
|
-
const
|
|
12433
|
+
const jh = /* @__PURE__ */ _(Vh, [["render", Wh], ["__scopeId", "data-v-359930b9"]]);
|
|
12434
|
+
const Gh = {
|
|
12458
12435
|
name: "ecs-quicklinks-link",
|
|
12459
12436
|
emits: ["click", "input", "toggle"],
|
|
12460
|
-
components: { EcsCheckbox: Vt, EcsRatingStarRead:
|
|
12437
|
+
components: { EcsCheckbox: Vt, EcsRatingStarRead: Rh, EcsRatingFavorability: jh, EcsSwitch: Ms, EcsIcon: M, EcsFocusRing: L },
|
|
12461
12438
|
props: {
|
|
12462
12439
|
label: {
|
|
12463
12440
|
type: String,
|
|
@@ -12516,18 +12493,18 @@ const Uh = {
|
|
|
12516
12493
|
return this.active ? "active" : "subtle";
|
|
12517
12494
|
}
|
|
12518
12495
|
}
|
|
12519
|
-
},
|
|
12496
|
+
}, Uh = { class: "filter-description" }, Kh = {
|
|
12520
12497
|
key: 0,
|
|
12521
12498
|
class: "filter-count"
|
|
12522
|
-
},
|
|
12499
|
+
}, Yh = { style: { "margin-left": "12px" } }, Xh = { class: "static-label" }, Zh = {
|
|
12523
12500
|
key: 0,
|
|
12524
12501
|
class: "filter-count"
|
|
12525
|
-
},
|
|
12502
|
+
}, Jh = { key: 2 }, Qh = {
|
|
12526
12503
|
key: 3,
|
|
12527
12504
|
class: "filter-count"
|
|
12528
12505
|
};
|
|
12529
|
-
function
|
|
12530
|
-
const r = p("ecs-icon"), c = p("ecs-focus-ring"), d = p("ecs-rating-favorability"),
|
|
12506
|
+
function ev(e, s, t, a, n, i) {
|
|
12507
|
+
const r = p("ecs-icon"), c = p("ecs-focus-ring"), d = p("ecs-rating-favorability"), g = p("ecs-rating-star-read"), h = p("ecs-switch"), k = p("ecs-checkbox");
|
|
12531
12508
|
return o(), l("li", {
|
|
12532
12509
|
class: v(["ecs-quicklinks-link", [
|
|
12533
12510
|
i.typeClass,
|
|
@@ -12542,8 +12519,8 @@ function tv(e, s, t, a, n, i) {
|
|
|
12542
12519
|
role: "button"
|
|
12543
12520
|
}, [
|
|
12544
12521
|
b(r, { type: t.icon }, null, 8, ["type"]),
|
|
12545
|
-
f("span",
|
|
12546
|
-
t.count ? (o(), l("small",
|
|
12522
|
+
f("span", Uh, x(t.label), 1),
|
|
12523
|
+
t.count ? (o(), l("small", Kh, x(t.count), 1)) : u("", !0),
|
|
12547
12524
|
b(c)
|
|
12548
12525
|
])) : t.type === "favorability" ? (o(), l("div", {
|
|
12549
12526
|
key: 1,
|
|
@@ -12558,10 +12535,10 @@ function tv(e, s, t, a, n, i) {
|
|
|
12558
12535
|
label: !1,
|
|
12559
12536
|
disabled: t.disabled || null
|
|
12560
12537
|
}, null, 8, ["type", "rating", "disabled"]),
|
|
12561
|
-
f("label",
|
|
12562
|
-
f("span",
|
|
12538
|
+
f("label", Yh, [
|
|
12539
|
+
f("span", Xh, x(t.label), 1)
|
|
12563
12540
|
]),
|
|
12564
|
-
t.count ? (o(), l("small",
|
|
12541
|
+
t.count ? (o(), l("small", Zh, x(t.count), 1)) : u("", !0),
|
|
12565
12542
|
b(c)
|
|
12566
12543
|
])) : (o(), y(k, {
|
|
12567
12544
|
key: 2,
|
|
@@ -12572,10 +12549,10 @@ function tv(e, s, t, a, n, i) {
|
|
|
12572
12549
|
disabled: t.disabled || null
|
|
12573
12550
|
}, {
|
|
12574
12551
|
default: w(() => [
|
|
12575
|
-
t.type === "rating" ? (o(), y(
|
|
12552
|
+
t.type === "rating" ? (o(), y(g, {
|
|
12576
12553
|
key: 0,
|
|
12577
12554
|
rating: t.rating
|
|
12578
|
-
}, null, 8, ["rating"])) : t.type === "switch" ? (o(), y(
|
|
12555
|
+
}, null, 8, ["rating"])) : t.type === "switch" ? (o(), y(h, {
|
|
12579
12556
|
key: 1,
|
|
12580
12557
|
onInput: s[2] || (s[2] = (B) => e.$emit("toggle", B)),
|
|
12581
12558
|
value: t.valueToggle,
|
|
@@ -12587,15 +12564,15 @@ function tv(e, s, t, a, n, i) {
|
|
|
12587
12564
|
D(x(t.label), 1)
|
|
12588
12565
|
]),
|
|
12589
12566
|
_: 1
|
|
12590
|
-
}, 8, ["value", "disabled"])) : (o(), l("span",
|
|
12591
|
-
t.count ? (o(), l("small",
|
|
12567
|
+
}, 8, ["value", "disabled"])) : (o(), l("span", Jh, x(t.label), 1)),
|
|
12568
|
+
t.count ? (o(), l("small", Qh, x(t.count), 1)) : u("", !0)
|
|
12592
12569
|
]),
|
|
12593
12570
|
_: 1
|
|
12594
12571
|
}, 8, ["value", "value-false", "value-true", "disabled"]))
|
|
12595
12572
|
], 2);
|
|
12596
12573
|
}
|
|
12597
|
-
const
|
|
12598
|
-
const
|
|
12574
|
+
const kb = /* @__PURE__ */ _(Gh, [["render", ev], ["__scopeId", "data-v-fe97cca0"]]);
|
|
12575
|
+
const tv = {
|
|
12599
12576
|
name: "ecs-rating-star-write",
|
|
12600
12577
|
emits: ["click"],
|
|
12601
12578
|
props: {
|
|
@@ -12615,53 +12592,53 @@ const sv = {
|
|
|
12615
12592
|
default: 0
|
|
12616
12593
|
}
|
|
12617
12594
|
}
|
|
12618
|
-
}, ht = (e) => (he("data-v-37aaedf8"), e = e(), ve(), e),
|
|
12595
|
+
}, ht = (e) => (he("data-v-37aaedf8"), e = e(), ve(), e), sv = {
|
|
12619
12596
|
key: 0,
|
|
12620
12597
|
class: "ecs-rating-reset"
|
|
12621
|
-
},
|
|
12622
|
-
function
|
|
12598
|
+
}, iv = { class: "ecs-rating-write" }, nv = ["checked"], av = /* @__PURE__ */ ht(() => /* @__PURE__ */ f("i", null, null, -1)), ov = ["checked"], rv = /* @__PURE__ */ ht(() => /* @__PURE__ */ f("i", null, null, -1)), lv = ["checked"], cv = /* @__PURE__ */ ht(() => /* @__PURE__ */ f("i", null, null, -1)), dv = ["checked"], uv = /* @__PURE__ */ ht(() => /* @__PURE__ */ f("i", null, null, -1));
|
|
12599
|
+
function fv(e, s, t, a, n, i) {
|
|
12623
12600
|
return o(), l("div", {
|
|
12624
12601
|
class: v(["ecs-rating-form", [t.large ? "ecs-rating-form-lg" : ""]])
|
|
12625
12602
|
}, [
|
|
12626
|
-
t.unrated ? (o(), l("button",
|
|
12627
|
-
f("div",
|
|
12603
|
+
t.unrated ? (o(), l("button", sv)) : u("", !0),
|
|
12604
|
+
f("div", iv, [
|
|
12628
12605
|
f("input", {
|
|
12629
12606
|
type: "radio",
|
|
12630
12607
|
value: "1",
|
|
12631
12608
|
class: "star",
|
|
12632
12609
|
onClick: s[0] || (s[0] = (r) => e.$emit("click", r)),
|
|
12633
12610
|
checked: t.value == 1 || null
|
|
12634
|
-
}, null, 8,
|
|
12635
|
-
|
|
12611
|
+
}, null, 8, nv),
|
|
12612
|
+
av,
|
|
12636
12613
|
f("input", {
|
|
12637
12614
|
type: "radio",
|
|
12638
12615
|
value: "2",
|
|
12639
12616
|
class: "star",
|
|
12640
12617
|
onClick: s[1] || (s[1] = (r) => e.$emit("click", r)),
|
|
12641
12618
|
checked: t.value == 2 || null
|
|
12642
|
-
}, null, 8,
|
|
12643
|
-
|
|
12619
|
+
}, null, 8, ov),
|
|
12620
|
+
rv,
|
|
12644
12621
|
f("input", {
|
|
12645
12622
|
type: "radio",
|
|
12646
12623
|
value: "3",
|
|
12647
12624
|
class: "star",
|
|
12648
12625
|
onClick: s[2] || (s[2] = (r) => e.$emit("click", r)),
|
|
12649
12626
|
checked: t.value == 3 || null
|
|
12650
|
-
}, null, 8,
|
|
12651
|
-
|
|
12627
|
+
}, null, 8, lv),
|
|
12628
|
+
cv,
|
|
12652
12629
|
f("input", {
|
|
12653
12630
|
type: "radio",
|
|
12654
12631
|
value: "4",
|
|
12655
12632
|
class: "star",
|
|
12656
12633
|
onClick: s[3] || (s[3] = (r) => e.$emit("click", r)),
|
|
12657
12634
|
checked: t.value == 4 || null
|
|
12658
|
-
}, null, 8,
|
|
12659
|
-
|
|
12635
|
+
}, null, 8, dv),
|
|
12636
|
+
uv
|
|
12660
12637
|
])
|
|
12661
12638
|
], 2);
|
|
12662
12639
|
}
|
|
12663
|
-
const
|
|
12664
|
-
const
|
|
12640
|
+
const xb = /* @__PURE__ */ _(tv, [["render", fv], ["__scopeId", "data-v-37aaedf8"]]);
|
|
12641
|
+
const pv = {
|
|
12665
12642
|
name: "ecs-section",
|
|
12666
12643
|
props: {
|
|
12667
12644
|
/** Adds a headline to the section. */
|
|
@@ -12710,11 +12687,11 @@ const gv = {
|
|
|
12710
12687
|
return `ecs-section-content-padding-${this.contentPadding}`;
|
|
12711
12688
|
}
|
|
12712
12689
|
}
|
|
12713
|
-
},
|
|
12690
|
+
}, gv = {
|
|
12714
12691
|
key: 0,
|
|
12715
12692
|
class: "ecs-section-controls"
|
|
12716
12693
|
};
|
|
12717
|
-
function
|
|
12694
|
+
function mv(e, s, t, a, n, i) {
|
|
12718
12695
|
return o(), l("div", {
|
|
12719
12696
|
class: v(["ecs-section", [
|
|
12720
12697
|
t.borderTop ? "ecs-section-border-top" : "",
|
|
@@ -12728,8 +12705,8 @@ function hv(e, s, t, a, n, i) {
|
|
|
12728
12705
|
class: v(["ecs-section-headline", [t.headlineBold ? "ecs-headline-section-bold" : "ecs-headline-section", e.$slots.controls ? "has-buttons" : ""]])
|
|
12729
12706
|
}, [
|
|
12730
12707
|
D(x(t.title) + " ", 1),
|
|
12731
|
-
e.$slots.controls ? (o(), l("div",
|
|
12732
|
-
|
|
12708
|
+
e.$slots.controls ? (o(), l("div", gv, [
|
|
12709
|
+
m(e.$slots, "controls", {}, void 0, !0)
|
|
12733
12710
|
])) : u("", !0)
|
|
12734
12711
|
], 2)) : u("", !0),
|
|
12735
12712
|
f("div", {
|
|
@@ -12738,12 +12715,12 @@ function hv(e, s, t, a, n, i) {
|
|
|
12738
12715
|
i.contentPaddingClass
|
|
12739
12716
|
]])
|
|
12740
12717
|
}, [
|
|
12741
|
-
|
|
12718
|
+
m(e.$slots, "default", {}, void 0, !0)
|
|
12742
12719
|
], 2)
|
|
12743
12720
|
], 2);
|
|
12744
12721
|
}
|
|
12745
|
-
const
|
|
12746
|
-
const
|
|
12722
|
+
const wb = /* @__PURE__ */ _(pv, [["render", mv], ["__scopeId", "data-v-06167820"]]);
|
|
12723
|
+
const hv = {
|
|
12747
12724
|
name: "ecs-segments",
|
|
12748
12725
|
emits: ["click"],
|
|
12749
12726
|
components: { EcsIcon: M },
|
|
@@ -12784,8 +12761,8 @@ const vv = {
|
|
|
12784
12761
|
}
|
|
12785
12762
|
}
|
|
12786
12763
|
*/
|
|
12787
|
-
},
|
|
12788
|
-
function
|
|
12764
|
+
}, vv = ["for"], _v = ["name", "value", "id", "checked", "disabled", "onClick"], yv = ["title"];
|
|
12765
|
+
function bv(e, s, t, a, n, i) {
|
|
12789
12766
|
const r = p("ecs-icon");
|
|
12790
12767
|
return o(), l("div", {
|
|
12791
12768
|
class: v(["ecs-segments", [t.inline ? "ecs-segments-inline" : ""]])
|
|
@@ -12802,7 +12779,7 @@ function kv(e, s, t, a, n, i) {
|
|
|
12802
12779
|
checked: t.value == c.id || null,
|
|
12803
12780
|
disabled: c.disabled || null,
|
|
12804
12781
|
onClick: (d) => e.$emit("click", c.id)
|
|
12805
|
-
}, null, 8,
|
|
12782
|
+
}, null, 8, _v),
|
|
12806
12783
|
f("span", {
|
|
12807
12784
|
class: "ecs-segment",
|
|
12808
12785
|
title: c.title
|
|
@@ -12815,12 +12792,12 @@ function kv(e, s, t, a, n, i) {
|
|
|
12815
12792
|
color: "#2F333C"
|
|
12816
12793
|
}, null, 8, ["class", "type"])) : u("", !0),
|
|
12817
12794
|
D(" " + x(c.label), 1)
|
|
12818
|
-
], 8,
|
|
12819
|
-
], 8,
|
|
12795
|
+
], 8, yv)
|
|
12796
|
+
], 8, vv))), 128))
|
|
12820
12797
|
], 2);
|
|
12821
12798
|
}
|
|
12822
|
-
const
|
|
12823
|
-
const
|
|
12799
|
+
const Sb = /* @__PURE__ */ _(hv, [["render", bv], ["__scopeId", "data-v-053b5298"]]);
|
|
12800
|
+
const kv = {
|
|
12824
12801
|
name: "ecs-select-tile",
|
|
12825
12802
|
emits: ["click"],
|
|
12826
12803
|
components: {
|
|
@@ -12860,14 +12837,14 @@ const xv = {
|
|
|
12860
12837
|
default: !1
|
|
12861
12838
|
}
|
|
12862
12839
|
}
|
|
12863
|
-
},
|
|
12840
|
+
}, xv = (e) => (he("data-v-00e842c6"), e = e(), ve(), e), wv = ["aria-checked", "tabindex"], Sv = /* @__PURE__ */ xv(() => /* @__PURE__ */ f("div", { class: "select-check" }, null, -1)), Cv = {
|
|
12864
12841
|
key: 1,
|
|
12865
12842
|
class: "label"
|
|
12866
|
-
},
|
|
12843
|
+
}, Bv = {
|
|
12867
12844
|
key: 2,
|
|
12868
12845
|
class: "help"
|
|
12869
12846
|
};
|
|
12870
|
-
function
|
|
12847
|
+
function zv(e, s, t, a, n, i) {
|
|
12871
12848
|
const r = p("ecs-focus-ring");
|
|
12872
12849
|
return o(), l("div", {
|
|
12873
12850
|
onClick: s[0] || (s[0] = (c) => e.$emit("click", c)),
|
|
@@ -12880,34 +12857,34 @@ function Iv(e, s, t, a, n, i) {
|
|
|
12880
12857
|
"aria-checked": t.selected ? "true" : "false",
|
|
12881
12858
|
tabindex: t.disabled ? "-1" : "0"
|
|
12882
12859
|
}, [
|
|
12883
|
-
|
|
12860
|
+
Sv,
|
|
12884
12861
|
t.illustration ? (o(), l("div", {
|
|
12885
12862
|
key: 0,
|
|
12886
12863
|
class: v(["illustration", t.illustration])
|
|
12887
12864
|
}, null, 2)) : u("", !0),
|
|
12888
|
-
t.label ? (o(), l("div",
|
|
12889
|
-
t.helpText ? (o(), l("div",
|
|
12865
|
+
t.label ? (o(), l("div", Cv, x(t.label), 1)) : u("", !0),
|
|
12866
|
+
t.helpText ? (o(), l("div", Bv, x(t.helpText), 1)) : u("", !0),
|
|
12890
12867
|
b(r, {
|
|
12891
12868
|
inset: -6,
|
|
12892
12869
|
radius: 12
|
|
12893
12870
|
})
|
|
12894
|
-
], 42,
|
|
12871
|
+
], 42, wv);
|
|
12895
12872
|
}
|
|
12896
|
-
const
|
|
12897
|
-
const
|
|
12873
|
+
const Cb = /* @__PURE__ */ _(kv, [["render", zv], ["__scopeId", "data-v-00e842c6"]]);
|
|
12874
|
+
const Iv = {
|
|
12898
12875
|
name: "ecs-sequence-map"
|
|
12899
12876
|
}, $v = {
|
|
12900
12877
|
class: "ecs-sequence-map",
|
|
12901
12878
|
role: "navigation",
|
|
12902
12879
|
"aria-label": "Steps"
|
|
12903
12880
|
};
|
|
12904
|
-
function
|
|
12881
|
+
function Ev(e, s, t, a, n, i) {
|
|
12905
12882
|
return o(), l("div", $v, [
|
|
12906
|
-
|
|
12883
|
+
m(e.$slots, "default", {}, void 0, !0)
|
|
12907
12884
|
]);
|
|
12908
12885
|
}
|
|
12909
|
-
const
|
|
12910
|
-
const
|
|
12886
|
+
const Bb = /* @__PURE__ */ _(Iv, [["render", Ev], ["__scopeId", "data-v-69c3c73d"]]);
|
|
12887
|
+
const Pv = {
|
|
12911
12888
|
name: "ecs-sequence-map-button",
|
|
12912
12889
|
emits: ["click"],
|
|
12913
12890
|
components: { EcsIcon: M, EcsFocusRing: L },
|
|
@@ -12938,8 +12915,8 @@ const Tv = {
|
|
|
12938
12915
|
default: !1
|
|
12939
12916
|
}
|
|
12940
12917
|
}
|
|
12941
|
-
},
|
|
12942
|
-
function
|
|
12918
|
+
}, Tv = (e) => (he("data-v-9fd5b3f7"), e = e(), ve(), e), Mv = ["aria-busy"], Lv = { class: "count" }, Ov = /* @__PURE__ */ Tv(() => /* @__PURE__ */ f("div", { class: "step-indicator" }, null, -1));
|
|
12919
|
+
function Av(e, s, t, a, n, i) {
|
|
12943
12920
|
const r = p("ecs-icon"), c = p("ecs-focus-ring");
|
|
12944
12921
|
return o(), l("button", {
|
|
12945
12922
|
onClick: s[0] || (s[0] = (d) => e.$emit("click", d)),
|
|
@@ -12951,7 +12928,7 @@ function Nv(e, s, t, a, n, i) {
|
|
|
12951
12928
|
]]),
|
|
12952
12929
|
"aria-busy": t.loading || null
|
|
12953
12930
|
}, [
|
|
12954
|
-
f("span",
|
|
12931
|
+
f("span", Lv, [
|
|
12955
12932
|
D(x(t.step) + " ", 1),
|
|
12956
12933
|
t.loading ? (o(), y(r, {
|
|
12957
12934
|
key: 0,
|
|
@@ -12960,13 +12937,13 @@ function Nv(e, s, t, a, n, i) {
|
|
|
12960
12937
|
size: "34"
|
|
12961
12938
|
})) : u("", !0)
|
|
12962
12939
|
]),
|
|
12963
|
-
|
|
12940
|
+
m(e.$slots, "default", {}, void 0, !0),
|
|
12964
12941
|
b(c, { inset: 4 }),
|
|
12965
|
-
|
|
12966
|
-
], 10,
|
|
12942
|
+
Ov
|
|
12943
|
+
], 10, Mv);
|
|
12967
12944
|
}
|
|
12968
|
-
const
|
|
12969
|
-
const
|
|
12945
|
+
const zb = /* @__PURE__ */ _(Pv, [["render", Av], ["__scopeId", "data-v-9fd5b3f7"]]);
|
|
12946
|
+
const Nv = {
|
|
12970
12947
|
name: "ecs-tab-bar",
|
|
12971
12948
|
props: {
|
|
12972
12949
|
/** Determines the visual style of the tab bar. `standard` are regular tabs, `sidebar` should only be used for the tab bar that controls sidebar tabs, `segment` is a tab bar that visually looks the same as an ecs-segment control, `sheet` should be used for table sheets, and `modal` for tabs that are inside ecs-modal headers. */
|
|
@@ -12991,16 +12968,16 @@ const Dv = {
|
|
|
12991
12968
|
}
|
|
12992
12969
|
}
|
|
12993
12970
|
};
|
|
12994
|
-
function
|
|
12971
|
+
function Dv(e, s, t, a, n, i) {
|
|
12995
12972
|
return o(), l("div", {
|
|
12996
12973
|
class: v(["ecs-tab-bar", [i.typeClass, i.directionClass]]),
|
|
12997
12974
|
role: "tablist"
|
|
12998
12975
|
}, [
|
|
12999
|
-
|
|
12976
|
+
m(e.$slots, "default", {}, void 0, !0)
|
|
13000
12977
|
], 2);
|
|
13001
12978
|
}
|
|
13002
|
-
const
|
|
13003
|
-
const
|
|
12979
|
+
const Fv = /* @__PURE__ */ _(Nv, [["render", Dv], ["__scopeId", "data-v-aadcd808"]]);
|
|
12980
|
+
const Rv = {
|
|
13004
12981
|
name: "ecs-tabs",
|
|
13005
12982
|
props: {
|
|
13006
12983
|
/** Sets the height of the tabs area to 100%. */
|
|
@@ -13010,19 +12987,19 @@ const Vv = {
|
|
|
13010
12987
|
}
|
|
13011
12988
|
}
|
|
13012
12989
|
};
|
|
13013
|
-
function
|
|
12990
|
+
function Vv(e, s, t, a, n, i) {
|
|
13014
12991
|
return o(), l("div", {
|
|
13015
12992
|
class: v(["ecs-tab-content", [t.fill ? "ecs-tab-content-fill" : ""]])
|
|
13016
12993
|
}, [
|
|
13017
|
-
|
|
12994
|
+
m(e.$slots, "default", {}, void 0, !0)
|
|
13018
12995
|
], 2);
|
|
13019
12996
|
}
|
|
13020
|
-
const
|
|
13021
|
-
const
|
|
12997
|
+
const Hv = /* @__PURE__ */ _(Rv, [["render", Vv], ["__scopeId", "data-v-0fe19168"]]);
|
|
12998
|
+
const qv = {
|
|
13022
12999
|
name: "ecs-sidebar",
|
|
13023
13000
|
components: {
|
|
13024
|
-
EcsTabBar:
|
|
13025
|
-
EcsTabs:
|
|
13001
|
+
EcsTabBar: Fv,
|
|
13002
|
+
EcsTabs: Hv
|
|
13026
13003
|
},
|
|
13027
13004
|
props: {
|
|
13028
13005
|
/** Expands the sidebar. */
|
|
@@ -13053,31 +13030,31 @@ const Wv = {
|
|
|
13053
13030
|
return this.expanded ? "height: calc(100% - 10px)" : "height:" + (2 + 36 * this.tabCount) + "px";
|
|
13054
13031
|
}
|
|
13055
13032
|
}
|
|
13056
|
-
},
|
|
13057
|
-
function
|
|
13033
|
+
}, Wv = { class: "ecs-sidebar-tabs" };
|
|
13034
|
+
function jv(e, s, t, a, n, i) {
|
|
13058
13035
|
const r = p("ecs-tab-bar"), c = p("ecs-tabs");
|
|
13059
13036
|
return o(), l("aside", {
|
|
13060
13037
|
class: v(["ecs-sidebar", [i.sizeClass, i.expandClass]]),
|
|
13061
13038
|
style: z(i.height)
|
|
13062
13039
|
}, [
|
|
13063
|
-
f("div",
|
|
13040
|
+
f("div", Wv, [
|
|
13064
13041
|
b(r, { type: "sidebar" }, {
|
|
13065
13042
|
default: w(() => [
|
|
13066
|
-
|
|
13043
|
+
m(e.$slots, "tab-buttons", {}, void 0, !0)
|
|
13067
13044
|
]),
|
|
13068
13045
|
_: 3
|
|
13069
13046
|
})
|
|
13070
13047
|
]),
|
|
13071
13048
|
b(c, null, {
|
|
13072
13049
|
default: w(() => [
|
|
13073
|
-
|
|
13050
|
+
m(e.$slots, "tabs", {}, void 0, !0)
|
|
13074
13051
|
]),
|
|
13075
13052
|
_: 3
|
|
13076
13053
|
})
|
|
13077
13054
|
], 6);
|
|
13078
13055
|
}
|
|
13079
|
-
const
|
|
13080
|
-
const
|
|
13056
|
+
const Ib = /* @__PURE__ */ _(qv, [["render", jv], ["__scopeId", "data-v-5e877161"]]);
|
|
13057
|
+
const Gv = {
|
|
13081
13058
|
name: "ecs-sidebar-content",
|
|
13082
13059
|
props: {
|
|
13083
13060
|
/** Adds an inner padding to the content area. */
|
|
@@ -13091,20 +13068,20 @@ const Uv = {
|
|
|
13091
13068
|
default: !1
|
|
13092
13069
|
}
|
|
13093
13070
|
}
|
|
13094
|
-
},
|
|
13071
|
+
}, Uv = {
|
|
13095
13072
|
key: 0,
|
|
13096
13073
|
class: "ecs-sidebar-content-blocked"
|
|
13097
13074
|
};
|
|
13098
|
-
function
|
|
13075
|
+
function Kv(e, s, t, a, n, i) {
|
|
13099
13076
|
return o(), l("div", {
|
|
13100
13077
|
class: v(["ecs-sidebar-content scrollbar", [t.indent ? "ecs-sidebar-content-indent" : ""]])
|
|
13101
13078
|
}, [
|
|
13102
|
-
|
|
13103
|
-
t.blockContent ? (o(), l("div",
|
|
13079
|
+
m(e.$slots, "default", {}, void 0, !0),
|
|
13080
|
+
t.blockContent ? (o(), l("div", Uv)) : u("", !0)
|
|
13104
13081
|
], 2);
|
|
13105
13082
|
}
|
|
13106
|
-
const $b = /* @__PURE__ */ _(
|
|
13107
|
-
const
|
|
13083
|
+
const $b = /* @__PURE__ */ _(Gv, [["render", Kv], ["__scopeId", "data-v-4bee4a71"]]);
|
|
13084
|
+
const Yv = {
|
|
13108
13085
|
name: "ecs-sidebar-footer",
|
|
13109
13086
|
props: {
|
|
13110
13087
|
/** Reduces the inner padding. */
|
|
@@ -13114,26 +13091,26 @@ const Xv = {
|
|
|
13114
13091
|
}
|
|
13115
13092
|
}
|
|
13116
13093
|
};
|
|
13117
|
-
function
|
|
13094
|
+
function Xv(e, s, t, a, n, i) {
|
|
13118
13095
|
return o(), l("footer", {
|
|
13119
13096
|
class: v(["ecs-sidebar-footer", [e.$slots.extension ? "has-extension" : ""]])
|
|
13120
13097
|
}, [
|
|
13121
|
-
|
|
13098
|
+
m(e.$slots, "alert", {}, void 0, !0),
|
|
13122
13099
|
e.$slots.extension ? (o(), l("div", {
|
|
13123
13100
|
key: 0,
|
|
13124
13101
|
class: v(["ecs-sidebar-footer-extension", [t.condensed ? "condensed" : ""]])
|
|
13125
13102
|
}, [
|
|
13126
|
-
|
|
13103
|
+
m(e.$slots, "extension", {}, void 0, !0)
|
|
13127
13104
|
], 2)) : u("", !0),
|
|
13128
13105
|
f("div", {
|
|
13129
13106
|
class: v(["ecs-sidebar-footer-inner", [t.condensed ? "ecs-sidebar-footer-inner-condensed" : ""]])
|
|
13130
13107
|
}, [
|
|
13131
|
-
|
|
13108
|
+
m(e.$slots, "default", {}, void 0, !0)
|
|
13132
13109
|
], 2)
|
|
13133
13110
|
], 2);
|
|
13134
13111
|
}
|
|
13135
|
-
const
|
|
13136
|
-
const
|
|
13112
|
+
const Eb = /* @__PURE__ */ _(Yv, [["render", Xv], ["__scopeId", "data-v-0c35a678"]]);
|
|
13113
|
+
const Zv = {
|
|
13137
13114
|
name: "ecs-sidebar-header",
|
|
13138
13115
|
props: {
|
|
13139
13116
|
/** Determines if the sub header area should be expanded. */
|
|
@@ -13147,43 +13124,43 @@ const Jv = {
|
|
|
13147
13124
|
default: !1
|
|
13148
13125
|
}
|
|
13149
13126
|
}
|
|
13150
|
-
},
|
|
13127
|
+
}, Jv = { class: "ecs-sidebar-header" }, Qv = { class: "ecs-sidebar-header-row" }, e_ = { class: "ecs-sidebar-header-title" }, t_ = { class: "ecs-sidebar-header-controls" }, s_ = {
|
|
13151
13128
|
key: 0,
|
|
13152
13129
|
class: "ecs-sidebar-header-row sub-header"
|
|
13153
|
-
},
|
|
13130
|
+
}, i_ = {
|
|
13154
13131
|
key: 0,
|
|
13155
13132
|
class: "ecs-sidebar-header-row sub-header"
|
|
13156
13133
|
};
|
|
13157
|
-
function
|
|
13158
|
-
return o(), l("header",
|
|
13159
|
-
f("div",
|
|
13160
|
-
f("div",
|
|
13161
|
-
|
|
13134
|
+
function n_(e, s, t, a, n, i) {
|
|
13135
|
+
return o(), l("header", Jv, [
|
|
13136
|
+
f("div", Qv, [
|
|
13137
|
+
f("div", e_, [
|
|
13138
|
+
m(e.$slots, "default", {}, void 0, !0)
|
|
13162
13139
|
]),
|
|
13163
|
-
f("div",
|
|
13164
|
-
|
|
13140
|
+
f("div", t_, [
|
|
13141
|
+
m(e.$slots, "primary-controls", {}, void 0, !0)
|
|
13165
13142
|
])
|
|
13166
13143
|
]),
|
|
13167
|
-
b(
|
|
13144
|
+
b(ze, { name: "expansion" }, {
|
|
13168
13145
|
default: w(() => [
|
|
13169
|
-
t.subHeaderExpanded && e.$slots.subheader ? (o(), l("div",
|
|
13170
|
-
|
|
13146
|
+
t.subHeaderExpanded && e.$slots.subheader ? (o(), l("div", s_, [
|
|
13147
|
+
m(e.$slots, "subheader", {}, void 0, !0)
|
|
13171
13148
|
])) : u("", !0)
|
|
13172
13149
|
]),
|
|
13173
13150
|
_: 3
|
|
13174
13151
|
}),
|
|
13175
|
-
b(
|
|
13152
|
+
b(ze, { name: "expansion" }, {
|
|
13176
13153
|
default: w(() => [
|
|
13177
|
-
t.tertiaryHeaderExpanded && e.$slots.tertiaryheader ? (o(), l("div",
|
|
13178
|
-
|
|
13154
|
+
t.tertiaryHeaderExpanded && e.$slots.tertiaryheader ? (o(), l("div", i_, [
|
|
13155
|
+
m(e.$slots, "tertiaryheader", {}, void 0, !0)
|
|
13179
13156
|
])) : u("", !0)
|
|
13180
13157
|
]),
|
|
13181
13158
|
_: 3
|
|
13182
13159
|
})
|
|
13183
13160
|
]);
|
|
13184
13161
|
}
|
|
13185
|
-
const
|
|
13186
|
-
const
|
|
13162
|
+
const Pb = /* @__PURE__ */ _(Zv, [["render", n_], ["__scopeId", "data-v-20db91a4"]]);
|
|
13163
|
+
const a_ = {
|
|
13187
13164
|
name: "ecs-structured-content",
|
|
13188
13165
|
props: {
|
|
13189
13166
|
/** Wraps the right column into a separate row, leaving more space for each column. */
|
|
@@ -13192,24 +13169,24 @@ const o_ = {
|
|
|
13192
13169
|
default: !1
|
|
13193
13170
|
}
|
|
13194
13171
|
}
|
|
13195
|
-
},
|
|
13172
|
+
}, o_ = { class: "ecs-structured-content-left" }, r_ = {
|
|
13196
13173
|
key: 0,
|
|
13197
13174
|
class: "ecs-structured-content-right"
|
|
13198
13175
|
};
|
|
13199
|
-
function
|
|
13176
|
+
function l_(e, s, t, a, n, i) {
|
|
13200
13177
|
return o(), l("div", {
|
|
13201
13178
|
class: v(["ecs-structured-content", t.vertical ? "ecs-structured-content-vertical" : ""])
|
|
13202
13179
|
}, [
|
|
13203
|
-
f("div",
|
|
13204
|
-
|
|
13180
|
+
f("div", o_, [
|
|
13181
|
+
m(e.$slots, "default", {}, void 0, !0)
|
|
13205
13182
|
]),
|
|
13206
|
-
e.$slots.extend ? (o(), l("div",
|
|
13207
|
-
|
|
13183
|
+
e.$slots.extend ? (o(), l("div", r_, [
|
|
13184
|
+
m(e.$slots, "extend", {}, void 0, !0)
|
|
13208
13185
|
])) : u("", !0)
|
|
13209
13186
|
], 2);
|
|
13210
13187
|
}
|
|
13211
|
-
const
|
|
13212
|
-
const
|
|
13188
|
+
const Tb = /* @__PURE__ */ _(a_, [["render", l_], ["__scopeId", "data-v-cec887e2"]]);
|
|
13189
|
+
const c_ = {
|
|
13213
13190
|
name: "ecs-swatches-picker",
|
|
13214
13191
|
emits: ["update:modelValue"],
|
|
13215
13192
|
props: {
|
|
@@ -13260,8 +13237,8 @@ const d_ = {
|
|
|
13260
13237
|
this.selectedTitle = this.swatches[this.swatches.findIndex((e) => e.hex === this.selectedColor)].title;
|
|
13261
13238
|
}
|
|
13262
13239
|
}
|
|
13263
|
-
},
|
|
13264
|
-
function
|
|
13240
|
+
}, d_ = ["onClick", "onKeydown", "title", "aria-label", "aria-checked"];
|
|
13241
|
+
function u_(e, s, t, a, n, i) {
|
|
13265
13242
|
return o(), l("div", {
|
|
13266
13243
|
class: v(["ecs-swatches", i.sizeClass]),
|
|
13267
13244
|
role: "radiogroup"
|
|
@@ -13280,11 +13257,11 @@ function f_(e, s, t, a, n, i) {
|
|
|
13280
13257
|
"aria-checked": n.selectedColor == r.hex ? "true" : "false",
|
|
13281
13258
|
class: v(["ecs-swatches-color", n.selectedColor == r.hex ? "active" : ""]),
|
|
13282
13259
|
style: z({ backgroundColor: r.hex, color: r.hex })
|
|
13283
|
-
}, null, 46,
|
|
13260
|
+
}, null, 46, d_))), 128))
|
|
13284
13261
|
], 2);
|
|
13285
13262
|
}
|
|
13286
|
-
const
|
|
13287
|
-
const
|
|
13263
|
+
const Mb = /* @__PURE__ */ _(c_, [["render", u_], ["__scopeId", "data-v-74fe1e26"]]);
|
|
13264
|
+
const f_ = {
|
|
13288
13265
|
name: "ecs-tab",
|
|
13289
13266
|
props: {
|
|
13290
13267
|
/** Shows this tab. */
|
|
@@ -13317,18 +13294,18 @@ const p_ = {
|
|
|
13317
13294
|
mounted() {
|
|
13318
13295
|
!this.ariaLabeledBy || this.ariaLabeledBy.trim();
|
|
13319
13296
|
}
|
|
13320
|
-
},
|
|
13321
|
-
function
|
|
13297
|
+
}, p_ = ["aria-labelledby"];
|
|
13298
|
+
function g_(e, s, t, a, n, i) {
|
|
13322
13299
|
return o(), l("div", {
|
|
13323
13300
|
class: v(["ecs-tab-pane", [t.show ? "show" : "", t.flex ? "ecs-tab-pane-flex" : "", i.directionClass]]),
|
|
13324
13301
|
role: "tabpanel",
|
|
13325
13302
|
"aria-labelledby": t.ariaLabeledBy
|
|
13326
13303
|
}, [
|
|
13327
|
-
|
|
13328
|
-
], 10,
|
|
13304
|
+
m(e.$slots, "default", {}, void 0, !0)
|
|
13305
|
+
], 10, p_);
|
|
13329
13306
|
}
|
|
13330
|
-
const
|
|
13331
|
-
const
|
|
13307
|
+
const Lb = /* @__PURE__ */ _(f_, [["render", g_], ["__scopeId", "data-v-273aa82d"]]);
|
|
13308
|
+
const m_ = {
|
|
13332
13309
|
name: "ecs-tab-button",
|
|
13333
13310
|
emits: ["click"],
|
|
13334
13311
|
components: {
|
|
@@ -13404,11 +13381,11 @@ const h_ = {
|
|
|
13404
13381
|
}
|
|
13405
13382
|
}
|
|
13406
13383
|
}
|
|
13407
|
-
},
|
|
13384
|
+
}, h_ = (e) => (he("data-v-97affa42"), e = e(), ve(), e), v_ = ["disabled", "aria-selected", "aria-controls", "aria-label"], __ = {
|
|
13408
13385
|
key: 2,
|
|
13409
13386
|
class: "shortcut"
|
|
13410
|
-
},
|
|
13411
|
-
function
|
|
13387
|
+
}, y_ = /* @__PURE__ */ h_(() => /* @__PURE__ */ f("span", { class: "hover" }, null, -1));
|
|
13388
|
+
function b_(e, s, t, a, n, i) {
|
|
13412
13389
|
const r = p("ecs-icon"), c = p("ecs-sticker"), d = p("ecs-focus-ring");
|
|
13413
13390
|
return o(), l("button", {
|
|
13414
13391
|
class: v(["ecs-tab-button", [
|
|
@@ -13423,7 +13400,7 @@ function k_(e, s, t, a, n, i) {
|
|
|
13423
13400
|
"aria-label": t.ariaLabel,
|
|
13424
13401
|
role: "tab",
|
|
13425
13402
|
ref: "tabButton",
|
|
13426
|
-
onClick: s[0] || (s[0] = (...
|
|
13403
|
+
onClick: s[0] || (s[0] = (...g) => i.handleClick && i.handleClick(...g))
|
|
13427
13404
|
}, [
|
|
13428
13405
|
t.icon ? (o(), y(r, {
|
|
13429
13406
|
key: 0,
|
|
@@ -13433,17 +13410,17 @@ function k_(e, s, t, a, n, i) {
|
|
|
13433
13410
|
key: 1,
|
|
13434
13411
|
type: t.sticker
|
|
13435
13412
|
}, null, 8, ["type"])) : u("", !0),
|
|
13436
|
-
|
|
13437
|
-
t.shortcut ? (o(), l("span",
|
|
13413
|
+
m(e.$slots, "default", {}, void 0, !0),
|
|
13414
|
+
t.shortcut ? (o(), l("span", __, x(t.shortcut), 1)) : u("", !0),
|
|
13438
13415
|
b(d, { inset: 0 }),
|
|
13439
|
-
|
|
13440
|
-
], 10,
|
|
13416
|
+
y_
|
|
13417
|
+
], 10, v_);
|
|
13441
13418
|
}
|
|
13442
|
-
const
|
|
13443
|
-
const
|
|
13419
|
+
const Ob = /* @__PURE__ */ _(m_, [["render", b_], ["__scopeId", "data-v-97affa42"]]);
|
|
13420
|
+
const k_ = {
|
|
13444
13421
|
name: "ecs-tag",
|
|
13445
13422
|
emits: ["click"],
|
|
13446
|
-
components: { EcsSkeletonLoader:
|
|
13423
|
+
components: { EcsSkeletonLoader: we, EcsFocusRing: L },
|
|
13447
13424
|
props: {
|
|
13448
13425
|
/** Determines the visual style of the tag. */
|
|
13449
13426
|
type: {
|
|
@@ -13487,11 +13464,11 @@ const x_ = {
|
|
|
13487
13464
|
this.$emit("click", e);
|
|
13488
13465
|
}
|
|
13489
13466
|
}
|
|
13490
|
-
},
|
|
13467
|
+
}, x_ = ["role", "tabindex", "aria-busy"], w_ = {
|
|
13491
13468
|
key: 0,
|
|
13492
13469
|
class: "count"
|
|
13493
13470
|
};
|
|
13494
|
-
function
|
|
13471
|
+
function S_(e, s, t, a, n, i) {
|
|
13495
13472
|
const r = p("ecs-skeleton-loader"), c = p("ecs-focus-ring");
|
|
13496
13473
|
return o(), l("span", {
|
|
13497
13474
|
class: v(["ecs-tag", [
|
|
@@ -13505,8 +13482,8 @@ function C_(e, s, t, a, n, i) {
|
|
|
13505
13482
|
tabindex: t.hover ? "0" : "-1",
|
|
13506
13483
|
"aria-busy": t.loading || null
|
|
13507
13484
|
}, [
|
|
13508
|
-
|
|
13509
|
-
t.count ? (o(), l("span",
|
|
13485
|
+
m(e.$slots, "default", {}, void 0, !0),
|
|
13486
|
+
t.count ? (o(), l("span", w_, x(t.count), 1)) : u("", !0),
|
|
13510
13487
|
t.loading ? (o(), y(r, {
|
|
13511
13488
|
key: 1,
|
|
13512
13489
|
type: "single",
|
|
@@ -13514,22 +13491,22 @@ function C_(e, s, t, a, n, i) {
|
|
|
13514
13491
|
style: { width: "calc(100% - 20px)" }
|
|
13515
13492
|
})) : u("", !0),
|
|
13516
13493
|
b(c)
|
|
13517
|
-
], 10,
|
|
13494
|
+
], 10, x_);
|
|
13518
13495
|
}
|
|
13519
|
-
const
|
|
13520
|
-
const
|
|
13496
|
+
const Ab = /* @__PURE__ */ _(k_, [["render", S_], ["__scopeId", "data-v-0c30f3a8"]]);
|
|
13497
|
+
const C_ = {
|
|
13521
13498
|
name: "ecs-tag-cloud"
|
|
13522
|
-
},
|
|
13499
|
+
}, B_ = {
|
|
13523
13500
|
class: "ecs-tag-cloud",
|
|
13524
13501
|
role: "list"
|
|
13525
13502
|
};
|
|
13526
|
-
function
|
|
13527
|
-
return o(), l("div",
|
|
13528
|
-
|
|
13503
|
+
function z_(e, s, t, a, n, i) {
|
|
13504
|
+
return o(), l("div", B_, [
|
|
13505
|
+
m(e.$slots, "default", {}, void 0, !0)
|
|
13529
13506
|
]);
|
|
13530
13507
|
}
|
|
13531
|
-
const
|
|
13532
|
-
const
|
|
13508
|
+
const Nb = /* @__PURE__ */ _(C_, [["render", z_], ["__scopeId", "data-v-4334fe7e"]]);
|
|
13509
|
+
const I_ = {
|
|
13533
13510
|
name: "ecs-toast",
|
|
13534
13511
|
emits: ["action"],
|
|
13535
13512
|
components: { EcsFocusRing: L },
|
|
@@ -13560,7 +13537,7 @@ function $_(e, s, t, a, n, i) {
|
|
|
13560
13537
|
role: "alert",
|
|
13561
13538
|
"aria-live": "assertive"
|
|
13562
13539
|
}, [
|
|
13563
|
-
|
|
13540
|
+
m(e.$slots, "default", {}, void 0, !0),
|
|
13564
13541
|
t.button ? (o(), l("button", {
|
|
13565
13542
|
key: 0,
|
|
13566
13543
|
onClick: s[0] || (s[0] = (c) => e.$emit("action")),
|
|
@@ -13574,25 +13551,25 @@ function $_(e, s, t, a, n, i) {
|
|
|
13574
13551
|
])) : u("", !0)
|
|
13575
13552
|
], 2);
|
|
13576
13553
|
}
|
|
13577
|
-
const
|
|
13578
|
-
const
|
|
13554
|
+
const Db = /* @__PURE__ */ _(I_, [["render", $_], ["__scopeId", "data-v-86de0a28"]]);
|
|
13555
|
+
const E_ = {
|
|
13579
13556
|
name: "ecs-toasts"
|
|
13580
|
-
},
|
|
13557
|
+
}, P_ = {
|
|
13581
13558
|
class: "ecs-toasts",
|
|
13582
13559
|
"aria-live": "polite"
|
|
13583
13560
|
};
|
|
13584
|
-
function
|
|
13585
|
-
return o(), l("div",
|
|
13561
|
+
function T_(e, s, t, a, n, i) {
|
|
13562
|
+
return o(), l("div", P_, [
|
|
13586
13563
|
b(ci, { name: "transition-toast" }, {
|
|
13587
13564
|
default: w(() => [
|
|
13588
|
-
|
|
13565
|
+
m(e.$slots, "default", {}, void 0, !0)
|
|
13589
13566
|
]),
|
|
13590
13567
|
_: 3
|
|
13591
13568
|
})
|
|
13592
13569
|
]);
|
|
13593
13570
|
}
|
|
13594
|
-
const
|
|
13595
|
-
const
|
|
13571
|
+
const Fb = /* @__PURE__ */ _(E_, [["render", T_], ["__scopeId", "data-v-451fee48"]]);
|
|
13572
|
+
const M_ = {
|
|
13596
13573
|
name: "ecs-transcript-state",
|
|
13597
13574
|
emits: ["click"],
|
|
13598
13575
|
components: {
|
|
@@ -13611,20 +13588,20 @@ const L_ = {
|
|
|
13611
13588
|
default: !1
|
|
13612
13589
|
}
|
|
13613
13590
|
}
|
|
13614
|
-
},
|
|
13591
|
+
}, L_ = ["aria-busy"], O_ = {
|
|
13615
13592
|
key: 0,
|
|
13616
13593
|
class: "healthy"
|
|
13617
|
-
},
|
|
13594
|
+
}, A_ = {
|
|
13618
13595
|
key: 1,
|
|
13619
13596
|
class: "repairing"
|
|
13620
|
-
},
|
|
13597
|
+
}, N_ = {
|
|
13621
13598
|
key: 2,
|
|
13622
13599
|
class: "corrupted"
|
|
13623
|
-
},
|
|
13600
|
+
}, D_ = {
|
|
13624
13601
|
key: 3,
|
|
13625
13602
|
class: "loading"
|
|
13626
13603
|
};
|
|
13627
|
-
function
|
|
13604
|
+
function F_(e, s, t, a, n, i) {
|
|
13628
13605
|
const r = p("ecs-icon");
|
|
13629
13606
|
return o(), l("div", {
|
|
13630
13607
|
onClick: s[0] || (s[0] = (c) => e.$emit("click", c)),
|
|
@@ -13635,20 +13612,20 @@ function R_(e, s, t, a, n, i) {
|
|
|
13635
13612
|
type: "toolbar-transcript",
|
|
13636
13613
|
color: "#929AA9"
|
|
13637
13614
|
}),
|
|
13638
|
-
t.state == "healthy" ? (o(), l("div",
|
|
13639
|
-
t.state == "repairing" ? (o(), l("div",
|
|
13640
|
-
t.state == "corrupted" ? (o(), l("div",
|
|
13641
|
-
t.state == "loading" ? (o(), l("span",
|
|
13615
|
+
t.state == "healthy" ? (o(), l("div", O_)) : u("", !0),
|
|
13616
|
+
t.state == "repairing" ? (o(), l("div", A_)) : u("", !0),
|
|
13617
|
+
t.state == "corrupted" ? (o(), l("div", N_)) : u("", !0),
|
|
13618
|
+
t.state == "loading" ? (o(), l("span", D_, [
|
|
13642
13619
|
b(r, {
|
|
13643
13620
|
type: "loading",
|
|
13644
13621
|
size: "18px",
|
|
13645
13622
|
color: "#202127"
|
|
13646
13623
|
})
|
|
13647
13624
|
])) : u("", !0)
|
|
13648
|
-
], 10,
|
|
13625
|
+
], 10, L_);
|
|
13649
13626
|
}
|
|
13650
|
-
const
|
|
13651
|
-
const
|
|
13627
|
+
const Rb = /* @__PURE__ */ _(M_, [["render", F_], ["__scopeId", "data-v-9ceb80a6"]]);
|
|
13628
|
+
const R_ = {
|
|
13652
13629
|
name: "ecs-tree-list",
|
|
13653
13630
|
props: {
|
|
13654
13631
|
/** Optional unique ID for the list. */
|
|
@@ -13662,18 +13639,18 @@ const V_ = {
|
|
|
13662
13639
|
default: "tree"
|
|
13663
13640
|
}
|
|
13664
13641
|
}
|
|
13665
|
-
},
|
|
13666
|
-
function
|
|
13642
|
+
}, V_ = ["id", "role"];
|
|
13643
|
+
function H_(e, s, t, a, n, i) {
|
|
13667
13644
|
return o(), l("div", {
|
|
13668
13645
|
class: "ecs-tree-view-list",
|
|
13669
13646
|
id: t.id,
|
|
13670
13647
|
role: t.role
|
|
13671
13648
|
}, [
|
|
13672
|
-
|
|
13673
|
-
], 8,
|
|
13649
|
+
m(e.$slots, "default", {}, void 0, !0)
|
|
13650
|
+
], 8, V_);
|
|
13674
13651
|
}
|
|
13675
|
-
const
|
|
13676
|
-
const
|
|
13652
|
+
const Vb = /* @__PURE__ */ _(R_, [["render", H_], ["__scopeId", "data-v-b2d4ee72"]]);
|
|
13653
|
+
const q_ = {
|
|
13677
13654
|
name: "ecs-tree-list-item",
|
|
13678
13655
|
emits: ["click", "toggled"],
|
|
13679
13656
|
components: { EcsIcon: M, EcsButtonCollapse: Os, EcsFocusRing: L },
|
|
@@ -13797,14 +13774,14 @@ const W_ = {
|
|
|
13797
13774
|
created() {
|
|
13798
13775
|
this.expandId = this.generateUniqueId();
|
|
13799
13776
|
}
|
|
13800
|
-
},
|
|
13777
|
+
}, W_ = ["tabindex"], j_ = {
|
|
13801
13778
|
key: 3,
|
|
13802
13779
|
class: "ecs-tree-view-entry-control"
|
|
13803
|
-
},
|
|
13780
|
+
}, G_ = {
|
|
13804
13781
|
key: 5,
|
|
13805
13782
|
class: "ecs-tree-view-entry-actions"
|
|
13806
|
-
},
|
|
13807
|
-
function
|
|
13783
|
+
}, U_ = ["id", "aria-hidden"];
|
|
13784
|
+
function K_(e, s, t, a, n, i) {
|
|
13808
13785
|
const r = p("ecs-focus-ring"), c = p("ecs-button-collapse"), d = p("ecs-icon");
|
|
13809
13786
|
return o(), l("div", null, [
|
|
13810
13787
|
f("div", {
|
|
@@ -13818,8 +13795,8 @@ function Y_(e, s, t, a, n, i) {
|
|
|
13818
13795
|
role: "treeitem",
|
|
13819
13796
|
tabindex: i.isSelectable ? "0" : "-1",
|
|
13820
13797
|
onKeydown: [
|
|
13821
|
-
s[2] || (s[2] = U(G((...
|
|
13822
|
-
s[3] || (s[3] = U(G((...
|
|
13798
|
+
s[2] || (s[2] = U(G((...g) => i.focusPrevious && i.focusPrevious(...g), ["prevent"]), ["up"])),
|
|
13799
|
+
s[3] || (s[3] = U(G((...g) => i.focusNext && i.focusNext(...g), ["prevent"]), ["down"]))
|
|
13823
13800
|
]
|
|
13824
13801
|
}, [
|
|
13825
13802
|
i.isSelectable ? (o(), y(r, { key: 0 })) : u("", !0),
|
|
@@ -13838,45 +13815,45 @@ function Y_(e, s, t, a, n, i) {
|
|
|
13838
13815
|
color: t.iconColor,
|
|
13839
13816
|
size: i.iconSize
|
|
13840
13817
|
}, null, 8, ["type", "color", "size"])) : u("", !0),
|
|
13841
|
-
e.$slots.control ? (o(), l("div",
|
|
13842
|
-
|
|
13818
|
+
e.$slots.control ? (o(), l("div", j_, [
|
|
13819
|
+
m(e.$slots, "control", {}, void 0, !0)
|
|
13843
13820
|
])) : u("", !0),
|
|
13844
13821
|
f("span", {
|
|
13845
|
-
onClick: s[0] || (s[0] = (
|
|
13822
|
+
onClick: s[0] || (s[0] = (g) => e.$emit("click", g)),
|
|
13846
13823
|
class: v(["title", t.titleOverflow ? "overflow" : ""])
|
|
13847
13824
|
}, [
|
|
13848
|
-
|
|
13825
|
+
m(e.$slots, "default", {}, void 0, !0)
|
|
13849
13826
|
], 2),
|
|
13850
13827
|
t.afterLabel ? (o(), l("span", {
|
|
13851
13828
|
key: 4,
|
|
13852
|
-
onClick: s[1] || (s[1] = (
|
|
13829
|
+
onClick: s[1] || (s[1] = (g) => e.$emit("click", g)),
|
|
13853
13830
|
class: "after-label"
|
|
13854
13831
|
}, x(t.afterLabel), 1)) : u("", !0),
|
|
13855
|
-
e.$slots.actions ? (o(), l("div",
|
|
13856
|
-
|
|
13832
|
+
e.$slots.actions ? (o(), l("div", G_, [
|
|
13833
|
+
m(e.$slots, "actions", {}, void 0, !0)
|
|
13857
13834
|
])) : u("", !0)
|
|
13858
|
-
], 42,
|
|
13835
|
+
], 42, W_),
|
|
13859
13836
|
e.$slots.collapse ? (o(), l("div", {
|
|
13860
13837
|
key: 0,
|
|
13861
13838
|
class: v(n.isVisible ? "collapse-show" : "collapse-hide"),
|
|
13862
13839
|
id: n.expandId,
|
|
13863
13840
|
"aria-hidden": n.isVisible ? "false" : "true"
|
|
13864
13841
|
}, [
|
|
13865
|
-
|
|
13866
|
-
], 10,
|
|
13842
|
+
m(e.$slots, "collapse", {}, void 0, !0)
|
|
13843
|
+
], 10, U_)) : u("", !0)
|
|
13867
13844
|
]);
|
|
13868
13845
|
}
|
|
13869
|
-
const
|
|
13870
|
-
const
|
|
13846
|
+
const Hb = /* @__PURE__ */ _(q_, [["render", K_], ["__scopeId", "data-v-5ad9b59c"]]);
|
|
13847
|
+
const Y_ = {
|
|
13871
13848
|
name: "ecs-tree-list-headline"
|
|
13872
|
-
},
|
|
13873
|
-
function
|
|
13874
|
-
return o(), l("div",
|
|
13875
|
-
|
|
13849
|
+
}, X_ = { class: "ecs-tree-view-headline" };
|
|
13850
|
+
function Z_(e, s, t, a, n, i) {
|
|
13851
|
+
return o(), l("div", X_, [
|
|
13852
|
+
m(e.$slots, "default", {}, void 0, !0)
|
|
13876
13853
|
]);
|
|
13877
13854
|
}
|
|
13878
|
-
const
|
|
13879
|
-
const
|
|
13855
|
+
const qb = /* @__PURE__ */ _(Y_, [["render", Z_], ["__scopeId", "data-v-a5153e06"]]);
|
|
13856
|
+
const J_ = {
|
|
13880
13857
|
name: "EcsTypeConfirmation",
|
|
13881
13858
|
emits: ["update:modelValue"],
|
|
13882
13859
|
components: { EcsInput: tg, EcsAlert: ks, EcsFormGroup: Ip },
|
|
@@ -13923,27 +13900,27 @@ const Q_ = {
|
|
|
13923
13900
|
mounted() {
|
|
13924
13901
|
this.uniqueId = "input-" + this.generateUniqueId();
|
|
13925
13902
|
}
|
|
13926
|
-
},
|
|
13927
|
-
function
|
|
13903
|
+
}, Q_ = ["for"], ey = { class: "ecs-type-confirmation-verb" };
|
|
13904
|
+
function ty(e, s, t, a, n, i) {
|
|
13928
13905
|
const r = p("ecs-input"), c = p("ecs-form-group"), d = p("ecs-alert");
|
|
13929
13906
|
return o(), y(d, {
|
|
13930
13907
|
headline: t.headline,
|
|
13931
13908
|
type: t.alertType
|
|
13932
13909
|
}, {
|
|
13933
13910
|
default: w(() => [
|
|
13934
|
-
|
|
13911
|
+
m(e.$slots, "default", {}, void 0, !0),
|
|
13935
13912
|
b(c, { class: "ecs-type-confirmation-input" }, {
|
|
13936
13913
|
default: w(() => [
|
|
13937
|
-
f("label", { for: n.uniqueId }, "To complete this action, please enter " + x(i.upperCaseVerb) + ":", 9,
|
|
13914
|
+
f("label", { for: n.uniqueId }, "To complete this action, please enter " + x(i.upperCaseVerb) + ":", 9, Q_),
|
|
13938
13915
|
b(r, {
|
|
13939
13916
|
modelValue: n.inputValue,
|
|
13940
|
-
"onUpdate:modelValue": s[0] || (s[0] = (
|
|
13917
|
+
"onUpdate:modelValue": s[0] || (s[0] = (g) => n.inputValue = g),
|
|
13941
13918
|
onInput: i.checkVerb,
|
|
13942
13919
|
error: n.inputValue.toLowerCase() !== t.verb.toLowerCase(),
|
|
13943
13920
|
id: n.uniqueId,
|
|
13944
13921
|
style: { "text-transform": "uppercase" }
|
|
13945
13922
|
}, null, 8, ["modelValue", "onInput", "error", "id"]),
|
|
13946
|
-
f("span",
|
|
13923
|
+
f("span", ey, x(i.upperCaseVerb), 1)
|
|
13947
13924
|
]),
|
|
13948
13925
|
_: 1
|
|
13949
13926
|
})
|
|
@@ -13951,8 +13928,8 @@ function sy(e, s, t, a, n, i) {
|
|
|
13951
13928
|
_: 3
|
|
13952
13929
|
}, 8, ["headline", "type"]);
|
|
13953
13930
|
}
|
|
13954
|
-
const
|
|
13955
|
-
const
|
|
13931
|
+
const Wb = /* @__PURE__ */ _(J_, [["render", ty], ["__scopeId", "data-v-4dceb86b"]]);
|
|
13932
|
+
const sy = {
|
|
13956
13933
|
name: "ecs-video",
|
|
13957
13934
|
props: {
|
|
13958
13935
|
/** URL to an optional poster image. */
|
|
@@ -13991,8 +13968,8 @@ const iy = {
|
|
|
13991
13968
|
}
|
|
13992
13969
|
*/
|
|
13993
13970
|
}
|
|
13994
|
-
},
|
|
13995
|
-
function
|
|
13971
|
+
}, iy = ["poster", "autoplay", "loop", "controls", "src"];
|
|
13972
|
+
function ny(e, s, t, a, n, i) {
|
|
13996
13973
|
return o(), l("video", {
|
|
13997
13974
|
poster: t.posterImage,
|
|
13998
13975
|
autoplay: t.autoplay,
|
|
@@ -14000,149 +13977,149 @@ function ay(e, s, t, a, n, i) {
|
|
|
14000
13977
|
controls: t.controls,
|
|
14001
13978
|
class: "ecs-video",
|
|
14002
13979
|
src: t.mp4Source
|
|
14003
|
-
}, null, 8,
|
|
13980
|
+
}, null, 8, iy);
|
|
14004
13981
|
}
|
|
14005
|
-
const
|
|
13982
|
+
const jb = /* @__PURE__ */ _(sy, [["render", ny], ["__scopeId", "data-v-ce84fcb3"]]);
|
|
14006
13983
|
export {
|
|
14007
13984
|
ki as EcsActionToolbar,
|
|
14008
13985
|
ks as EcsAlert,
|
|
14009
|
-
|
|
13986
|
+
oy as EcsAudio,
|
|
14010
13987
|
Ti as EcsAvatar,
|
|
14011
|
-
|
|
14012
|
-
|
|
14013
|
-
|
|
14014
|
-
|
|
14015
|
-
|
|
14016
|
-
|
|
13988
|
+
ry as EcsBanner,
|
|
13989
|
+
ly as EcsBreadcrumb,
|
|
13990
|
+
cy as EcsBreadcrumbButton,
|
|
13991
|
+
dy as EcsBreadcrumbTitle,
|
|
13992
|
+
uy as EcsBulkSelector,
|
|
13993
|
+
$e as EcsButton,
|
|
14017
13994
|
Os as EcsButtonCollapse,
|
|
14018
|
-
|
|
14019
|
-
|
|
14020
|
-
|
|
14021
|
-
|
|
13995
|
+
py as EcsButtonContext,
|
|
13996
|
+
gy as EcsButtonContextGroup,
|
|
13997
|
+
my as EcsButtonDialog,
|
|
13998
|
+
fy as EcsButtonGroup,
|
|
14022
13999
|
As as EcsButtonMore,
|
|
14023
14000
|
Ns as EcsButtonTable,
|
|
14024
14001
|
gt as EcsButtonToolbar,
|
|
14025
14002
|
Ht as EcsButtonToolbarGroup,
|
|
14026
|
-
|
|
14027
|
-
|
|
14003
|
+
hy as EcsButtonToolbarIcon,
|
|
14004
|
+
vy as EcsCard,
|
|
14028
14005
|
Vt as EcsCheckbox,
|
|
14029
|
-
|
|
14030
|
-
|
|
14031
|
-
|
|
14006
|
+
_y as EcsCitationLine,
|
|
14007
|
+
by as EcsCollapse,
|
|
14008
|
+
ky as EcsCollectionControl,
|
|
14032
14009
|
yd as EcsColorPicker,
|
|
14033
|
-
|
|
14034
|
-
|
|
14035
|
-
|
|
14036
|
-
|
|
14037
|
-
|
|
14038
|
-
|
|
14039
|
-
|
|
14040
|
-
|
|
14041
|
-
|
|
14010
|
+
Sy as EcsColorPickerInput,
|
|
14011
|
+
xy as EcsComment,
|
|
14012
|
+
wy as EcsCommentList,
|
|
14013
|
+
yy as EcsContextMenu,
|
|
14014
|
+
Cy as EcsDataCard,
|
|
14015
|
+
By as EcsDataCardList,
|
|
14016
|
+
zy as EcsDataGrid,
|
|
14017
|
+
Py as EcsDataGridCell,
|
|
14018
|
+
Ey as EcsDataGridGroup,
|
|
14042
14019
|
$y as EcsDataGridHeadCell,
|
|
14043
14020
|
Ud as EcsDataGridRow,
|
|
14044
|
-
|
|
14045
|
-
|
|
14046
|
-
|
|
14047
|
-
|
|
14048
|
-
|
|
14049
|
-
|
|
14050
|
-
|
|
14051
|
-
|
|
14052
|
-
|
|
14021
|
+
Iy as EcsDataGridRowGroup,
|
|
14022
|
+
Ty as EcsDataList,
|
|
14023
|
+
My as EcsDataListItem,
|
|
14024
|
+
Ly as EcsDialog,
|
|
14025
|
+
Oy as EcsDialogHeader,
|
|
14026
|
+
Ay as EcsDirectoryEntry,
|
|
14027
|
+
Ny as EcsDocumentState,
|
|
14028
|
+
Dy as EcsDonutChart,
|
|
14029
|
+
Fy as EcsDropzone,
|
|
14053
14030
|
pf as EcsEmptyState,
|
|
14054
|
-
|
|
14055
|
-
|
|
14031
|
+
Ry as EcsEntryLink,
|
|
14032
|
+
Vy as EcsExcerptSnippet,
|
|
14056
14033
|
qu as EcsFavicon,
|
|
14057
14034
|
Ls as EcsFileIcon,
|
|
14058
|
-
|
|
14059
|
-
|
|
14060
|
-
|
|
14061
|
-
|
|
14035
|
+
qy as EcsFileList,
|
|
14036
|
+
Wy as EcsFileListItem,
|
|
14037
|
+
Hy as EcsFillIcon,
|
|
14038
|
+
jy as EcsFlag,
|
|
14062
14039
|
cp as EcsFlexCol,
|
|
14063
14040
|
Me as EcsFlexRow,
|
|
14064
14041
|
L as EcsFocusRing,
|
|
14065
|
-
|
|
14042
|
+
Gy as EcsFolderSelector,
|
|
14066
14043
|
Rt as EcsFormCheck,
|
|
14067
14044
|
Ip as EcsFormGroup,
|
|
14068
|
-
|
|
14069
|
-
|
|
14045
|
+
Uy as EcsFormHeadline,
|
|
14046
|
+
Ky as EcsFormSet,
|
|
14070
14047
|
Ds as EcsFormatted,
|
|
14071
14048
|
M as EcsIcon,
|
|
14072
|
-
|
|
14073
|
-
|
|
14049
|
+
Yy as EcsIndexToolbar,
|
|
14050
|
+
Xy as EcsInfoTooltip,
|
|
14074
14051
|
tg as EcsInput,
|
|
14075
|
-
|
|
14052
|
+
Zy as EcsInputAddon,
|
|
14076
14053
|
gp as EcsInputClear,
|
|
14077
|
-
|
|
14078
|
-
|
|
14079
|
-
|
|
14054
|
+
Jy as EcsInputConnector,
|
|
14055
|
+
Qy as EcsInputFloat,
|
|
14056
|
+
eb as EcsInputGroup,
|
|
14080
14057
|
_p as EcsInputSearch,
|
|
14081
|
-
|
|
14082
|
-
|
|
14083
|
-
|
|
14084
|
-
|
|
14085
|
-
|
|
14086
|
-
|
|
14087
|
-
|
|
14088
|
-
|
|
14089
|
-
|
|
14090
|
-
|
|
14091
|
-
|
|
14092
|
-
|
|
14093
|
-
|
|
14094
|
-
|
|
14095
|
-
|
|
14096
|
-
|
|
14097
|
-
|
|
14058
|
+
tb as EcsJumperDocument,
|
|
14059
|
+
sb as EcsJumperIndex,
|
|
14060
|
+
ib as EcsJumperPage,
|
|
14061
|
+
ob as EcsLayoutDataTable,
|
|
14062
|
+
ab as EcsLayoutDirectory,
|
|
14063
|
+
nb as EcsLayoutIndex,
|
|
14064
|
+
rb as EcsLegendItem,
|
|
14065
|
+
lb as EcsLogMessage,
|
|
14066
|
+
cb as EcsMap,
|
|
14067
|
+
db as EcsModal,
|
|
14068
|
+
fb as EcsModalFooter,
|
|
14069
|
+
ub as EcsModalHeader,
|
|
14070
|
+
mb as EcsMultiselectOption,
|
|
14071
|
+
pb as EcsMultiselectSearchToken,
|
|
14072
|
+
gb as EcsMultiselectToken,
|
|
14073
|
+
hb as EcsOverlay,
|
|
14074
|
+
vb as EcsPagination,
|
|
14098
14075
|
Fg as EcsPane,
|
|
14099
|
-
|
|
14076
|
+
_b as EcsPartyEntry,
|
|
14100
14077
|
Ts as EcsPopover,
|
|
14101
|
-
|
|
14078
|
+
yb as EcsPopoverHeader,
|
|
14102
14079
|
da as EcsPopoverList,
|
|
14103
|
-
|
|
14080
|
+
bb as EcsPopoverListHeadline,
|
|
14104
14081
|
co as EcsPopoverListItem,
|
|
14105
14082
|
vf as EcsProgress,
|
|
14106
|
-
|
|
14083
|
+
kb as EcsQuicklink,
|
|
14107
14084
|
wa as EcsRadiobutton,
|
|
14108
|
-
|
|
14109
|
-
|
|
14110
|
-
|
|
14085
|
+
jh as EcsRatingFavorability,
|
|
14086
|
+
Rh as EcsRatingStarRead,
|
|
14087
|
+
xb as EcsRatingStarWrite,
|
|
14111
14088
|
kp as EcsScrollContainer,
|
|
14112
|
-
|
|
14113
|
-
|
|
14089
|
+
wb as EcsSection,
|
|
14090
|
+
Sb as EcsSegment,
|
|
14114
14091
|
js as EcsSelect,
|
|
14115
14092
|
Rm as EcsSelectText,
|
|
14116
|
-
|
|
14093
|
+
Cb as EcsSelectTile,
|
|
14117
14094
|
vo as EcsSeparator,
|
|
14118
|
-
|
|
14119
|
-
|
|
14120
|
-
|
|
14095
|
+
Bb as EcsSequenceMap,
|
|
14096
|
+
zb as EcsSequenceMapButton,
|
|
14097
|
+
Ib as EcsSidebar,
|
|
14121
14098
|
$b as EcsSidebarContent,
|
|
14122
|
-
|
|
14123
|
-
|
|
14124
|
-
|
|
14099
|
+
Eb as EcsSidebarFooter,
|
|
14100
|
+
Pb as EcsSidebarHeader,
|
|
14101
|
+
we as EcsSkeletonLoader,
|
|
14125
14102
|
Na as EcsSortbutton,
|
|
14126
14103
|
Rg as EcsSplitpanes,
|
|
14127
14104
|
Du as EcsStateIcon,
|
|
14128
14105
|
Re as EcsSticker,
|
|
14129
|
-
|
|
14130
|
-
|
|
14106
|
+
Tb as EcsStructuredContent,
|
|
14107
|
+
Mb as EcsSwatchesPicker,
|
|
14131
14108
|
Ms as EcsSwitch,
|
|
14132
|
-
|
|
14133
|
-
|
|
14134
|
-
|
|
14135
|
-
|
|
14136
|
-
|
|
14137
|
-
|
|
14109
|
+
Lb as EcsTab,
|
|
14110
|
+
Fv as EcsTabBar,
|
|
14111
|
+
Ob as EcsTabButton,
|
|
14112
|
+
Hv as EcsTabs,
|
|
14113
|
+
Ab as EcsTag,
|
|
14114
|
+
Nb as EcsTagCloud,
|
|
14138
14115
|
it as EcsText,
|
|
14139
|
-
|
|
14140
|
-
|
|
14116
|
+
Db as EcsToast,
|
|
14117
|
+
Fb as EcsToasts,
|
|
14141
14118
|
Vp as EcsToolbar,
|
|
14142
|
-
|
|
14143
|
-
|
|
14144
|
-
|
|
14145
|
-
|
|
14146
|
-
|
|
14147
|
-
|
|
14119
|
+
Rb as EcsTranscriptState,
|
|
14120
|
+
Vb as EcsTreeList,
|
|
14121
|
+
qb as EcsTreeListHeadline,
|
|
14122
|
+
Hb as EcsTreeListItem,
|
|
14123
|
+
Wb as EcsTypeConfirmation,
|
|
14124
|
+
jb as EcsVideo
|
|
14148
14125
|
};
|