@everchron/ec-shards 14.1.1 → 14.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ec-shards.css +1 -1
- package/dist/ec-shards.js +947 -728
- package/dist/ec-shards.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/ec-shards.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineAsyncComponent as ne, watch as he, createBlock as p, openBlock as o, resolveDynamicComponent as ve, unref as de, normalizeClass as v, createElementBlock as l, normalizeStyle as
|
|
1
|
+
import { defineAsyncComponent as ne, watch as he, createBlock as p, openBlock as o, resolveDynamicComponent as ve, unref as de, normalizeClass as v, createElementBlock as l, normalizeStyle as C, resolveComponent as m, createCommentVNode as u, createElementVNode as g, createVNode as k, createTextVNode as L, toDisplayString as w, renderSlot as h, Transition as ye, withCtx as S, computed as Be, Fragment as V, renderList as se, reactive as Ti, nextTick as Pi, onBeforeUnmount as jt, toRefs as Xs, isRef as Mi, onMounted as Zs, useSlots as Oi, ref as $e, watchEffect as lt, withKeys as Q, Teleport as Li, withDirectives as Fe, vShow as it, mergeProps as Le, normalizeProps as Ai, guardReactiveProps as Ni, withModifiers as Y, resolveDirective as Ri, vModelText as Di, createStaticVNode as Js, markRaw as $i, TransitionGroup as Qs, h as Vi, useCssVars as Hi } from "vue";
|
|
2
2
|
const ae = (t, s, e) => {
|
|
3
3
|
const a = t[s];
|
|
4
4
|
return a ? typeof a == "function" ? a() : Promise.resolve(a) : new Promise((n, i) => {
|
|
@@ -91,7 +91,7 @@ const ae = (t, s, e) => {
|
|
|
91
91
|
function Wi(t, s, e, a, n, i) {
|
|
92
92
|
return o(), l("span", {
|
|
93
93
|
class: v(["ecs-focus-ring", e.danger ? "ecs-focus-ring-danger" : ""]),
|
|
94
|
-
style:
|
|
94
|
+
style: C(i.styles)
|
|
95
95
|
}, null, 6);
|
|
96
96
|
}
|
|
97
97
|
const N = /* @__PURE__ */ b(qi, [["render", Wi], ["__scopeId", "data-v-8d624905"]]), ji = {
|
|
@@ -183,7 +183,7 @@ function Xi(t, s, e, a, n, i) {
|
|
|
183
183
|
e.inset ? "ecs-alert-inset" : "",
|
|
184
184
|
e.border !== !1 ? "ecs-alert-border" : ""
|
|
185
185
|
]]),
|
|
186
|
-
style:
|
|
186
|
+
style: C(i.borderStyles),
|
|
187
187
|
role: "alert"
|
|
188
188
|
}, [
|
|
189
189
|
e.dismissable ? (o(), l("button", {
|
|
@@ -206,7 +206,7 @@ function Xi(t, s, e, a, n, i) {
|
|
|
206
206
|
type: e.icon,
|
|
207
207
|
size: "20"
|
|
208
208
|
}, null, 8, ["type"])) : u("", !0),
|
|
209
|
-
|
|
209
|
+
L(" " + w(e.headline), 1)
|
|
210
210
|
])) : u("", !0),
|
|
211
211
|
t.$slots.default ? (o(), l("div", Yi, [
|
|
212
212
|
h(t.$slots, "default", {}, void 0, !0)
|
|
@@ -217,7 +217,7 @@ function Xi(t, s, e, a, n, i) {
|
|
|
217
217
|
onClick: s[1] || (s[1] = (d) => t.$emit("action")),
|
|
218
218
|
class: "action"
|
|
219
219
|
}, [
|
|
220
|
-
|
|
220
|
+
L(w(e.actionLabel) + " ", 1),
|
|
221
221
|
k(c)
|
|
222
222
|
])) : u("", !0)
|
|
223
223
|
], 6)) : u("", !0);
|
|
@@ -291,7 +291,7 @@ function on(t, s, e, a, n, i) {
|
|
|
291
291
|
}, null, 8, an)) : u("", !0)
|
|
292
292
|
], 8, sn);
|
|
293
293
|
}
|
|
294
|
-
const
|
|
294
|
+
const Lb = /* @__PURE__ */ b(tn, [["render", on], ["__scopeId", "data-v-4e7ca115"]]), rn = {
|
|
295
295
|
__name: "sticker",
|
|
296
296
|
props: {
|
|
297
297
|
/** Sets the sticker icon. */
|
|
@@ -342,7 +342,7 @@ const Tb = /* @__PURE__ */ b(tn, [["render", on], ["__scopeId", "data-v-4e7ca115
|
|
|
342
342
|
"aria-busy": e.value || null,
|
|
343
343
|
width: t.size,
|
|
344
344
|
height: t.size,
|
|
345
|
-
style:
|
|
345
|
+
style: C(`color: ${n.value}`),
|
|
346
346
|
"data-test-icon-type": t.type
|
|
347
347
|
}, null, 8, ["class", "aria-busy", "width", "height", "style", "data-test-icon-type"])) : u("", !0);
|
|
348
348
|
}
|
|
@@ -382,6 +382,11 @@ const Tb = /* @__PURE__ */ b(tn, [["render", on], ["__scopeId", "data-v-4e7ca115
|
|
|
382
382
|
type: String,
|
|
383
383
|
validator: (t) => ["left", "right"].includes(t),
|
|
384
384
|
default: "left"
|
|
385
|
+
},
|
|
386
|
+
/** Turns the color to subtle purple, to indicate EC:AI loading state */
|
|
387
|
+
ai: {
|
|
388
|
+
type: Boolean,
|
|
389
|
+
default: !1
|
|
385
390
|
}
|
|
386
391
|
},
|
|
387
392
|
computed: {
|
|
@@ -402,26 +407,28 @@ const Tb = /* @__PURE__ */ b(tn, [["render", on], ["__scopeId", "data-v-4e7ca115
|
|
|
402
407
|
function dn(t, s, e, a, n, i) {
|
|
403
408
|
return e.type === "rect" || e.type === "circle" ? (o(), l("div", {
|
|
404
409
|
key: 0,
|
|
405
|
-
class: v(["ecs-skeleton skeleton", i.rectClass]),
|
|
406
|
-
style:
|
|
410
|
+
class: v(["ecs-skeleton skeleton", [i.rectClass, { ai: e.ai }]]),
|
|
411
|
+
style: C({ width: i.calculatedWidth, height: e.height + "px" })
|
|
407
412
|
}, null, 6)) : e.type === "multi" ? (o(), l("div", cn, [
|
|
408
|
-
(o(!0), l(
|
|
413
|
+
(o(!0), l(V, null, se(parseInt(e.count), (r) => (o(), l("div", {
|
|
409
414
|
key: r,
|
|
410
415
|
class: v(["skeleton-wrap", ["skeleton-line-height-" + e.lineHeight, i.alignmentClass]])
|
|
411
|
-
},
|
|
412
|
-
g("div", {
|
|
413
|
-
|
|
416
|
+
}, [
|
|
417
|
+
g("div", {
|
|
418
|
+
class: v(["skeleton skeleton-single", { ai: e.ai }])
|
|
419
|
+
}, null, 2)
|
|
420
|
+
], 2))), 128))
|
|
414
421
|
])) : (o(), l("div", {
|
|
415
422
|
key: 2,
|
|
416
423
|
class: v(["ecs-skeleton skeleton-wrap", ["skeleton-line-height-" + e.lineHeight, i.alignmentClass]])
|
|
417
424
|
}, [
|
|
418
425
|
g("div", {
|
|
419
|
-
class: "skeleton skeleton-single",
|
|
420
|
-
style:
|
|
421
|
-
}, null,
|
|
426
|
+
class: v(["skeleton skeleton-single", { ai: e.ai }]),
|
|
427
|
+
style: C({ width: i.calculatedWidth })
|
|
428
|
+
}, null, 6)
|
|
422
429
|
], 2));
|
|
423
430
|
}
|
|
424
|
-
const ie = /* @__PURE__ */ b(ln, [["render", dn], ["__scopeId", "data-v-
|
|
431
|
+
const ie = /* @__PURE__ */ b(ln, [["render", dn], ["__scopeId", "data-v-633f8342"]]), un = {
|
|
425
432
|
name: "ecs-avatar",
|
|
426
433
|
emits: ["avatar-initials"],
|
|
427
434
|
components: {
|
|
@@ -558,7 +565,7 @@ function mn(t, s, e, a, n, i) {
|
|
|
558
565
|
const r = m("ecs-skeleton-loader"), c = m("ecs-sticker");
|
|
559
566
|
return o(), l("div", {
|
|
560
567
|
class: v(["avatar", [i.partyClass]]),
|
|
561
|
-
style:
|
|
568
|
+
style: C([i.style, e.customStyle]),
|
|
562
569
|
role: e.image ? "img" : "none",
|
|
563
570
|
"aria-label": e.name
|
|
564
571
|
}, [
|
|
@@ -653,7 +660,7 @@ function pn(t, s, e, a, n, i) {
|
|
|
653
660
|
e.dismissable ? (o(), l("button", {
|
|
654
661
|
key: 0,
|
|
655
662
|
onClick: s[0] || (s[0] = (...d) => i.dismiss && i.dismiss(...d)),
|
|
656
|
-
style:
|
|
663
|
+
style: C(i.dismissButtonStyle),
|
|
657
664
|
class: "close",
|
|
658
665
|
"aria-label": "Dismiss"
|
|
659
666
|
}, [
|
|
@@ -665,7 +672,7 @@ function pn(t, s, e, a, n, i) {
|
|
|
665
672
|
], 4)) : u("", !0)
|
|
666
673
|
], 2)) : u("", !0);
|
|
667
674
|
}
|
|
668
|
-
const
|
|
675
|
+
const Ab = /* @__PURE__ */ b(hn, [["render", pn], ["__scopeId", "data-v-c7118217"]]), vn = {
|
|
669
676
|
name: "ecs-breadcrumb",
|
|
670
677
|
props: {
|
|
671
678
|
/** Sets the size of the breadcrumb (default is medium). */
|
|
@@ -689,7 +696,7 @@ function yn(t, s, e, a, n, i) {
|
|
|
689
696
|
h(t.$slots, "default", {}, void 0, !0)
|
|
690
697
|
], 2);
|
|
691
698
|
}
|
|
692
|
-
const
|
|
699
|
+
const Nb = /* @__PURE__ */ b(vn, [["render", yn], ["__scopeId", "data-v-d1ff2486"]]), bn = {
|
|
693
700
|
name: "ecs-breadcrumb-button",
|
|
694
701
|
emits: ["click"],
|
|
695
702
|
components: {
|
|
@@ -747,18 +754,18 @@ function kn(t, s, e, a, n, i) {
|
|
|
747
754
|
k(c)
|
|
748
755
|
], 2);
|
|
749
756
|
}
|
|
750
|
-
const
|
|
757
|
+
const Rb = /* @__PURE__ */ b(bn, [["render", kn], ["__scopeId", "data-v-3ff24c2e"]]), wn = {
|
|
751
758
|
name: "ecs-breadcrumb-title"
|
|
752
759
|
}, Sn = {
|
|
753
760
|
class: "ecs-breadcrumb-title",
|
|
754
761
|
"aria-current": "page"
|
|
755
762
|
};
|
|
756
|
-
function
|
|
763
|
+
function xn(t, s, e, a, n, i) {
|
|
757
764
|
return o(), l("div", Sn, [
|
|
758
765
|
h(t.$slots, "default", {}, void 0, !0)
|
|
759
766
|
]);
|
|
760
767
|
}
|
|
761
|
-
const
|
|
768
|
+
const Db = /* @__PURE__ */ b(wn, [["render", xn], ["__scopeId", "data-v-422cc046"]]), Cn = {
|
|
762
769
|
name: "ecs-flex-row",
|
|
763
770
|
props: {
|
|
764
771
|
/** Determines the flex direction of the row. */
|
|
@@ -808,12 +815,12 @@ const Ab = /* @__PURE__ */ b(wn, [["render", Cn], ["__scopeId", "data-v-422cc046
|
|
|
808
815
|
function Bn(t, s, e, a, n, i) {
|
|
809
816
|
return o(), l("div", {
|
|
810
817
|
class: v(["ecs-flex-row", [i.directionClass, i.justifyClass, i.alignClass, e.wrap ? "ecs-flex-row-wrap" : ""]]),
|
|
811
|
-
style:
|
|
818
|
+
style: C(i.gapStyle)
|
|
812
819
|
}, [
|
|
813
820
|
h(t.$slots, "default", {}, void 0, !0)
|
|
814
821
|
], 6);
|
|
815
822
|
}
|
|
816
|
-
const Ee = /* @__PURE__ */ b(
|
|
823
|
+
const Ee = /* @__PURE__ */ b(Cn, [["render", Bn], ["__scopeId", "data-v-d07e3723"]]);
|
|
817
824
|
var ct = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
818
825
|
function Ut(t) {
|
|
819
826
|
return t && t.__esModule && Object.prototype.hasOwnProperty.call(t, "default") ? t.default : t;
|
|
@@ -866,7 +873,7 @@ function Gt(t) {
|
|
|
866
873
|
var s = ge(t).ShadowRoot;
|
|
867
874
|
return t instanceof s || t instanceof ShadowRoot;
|
|
868
875
|
}
|
|
869
|
-
var Ve = Math.max, gt = Math.min,
|
|
876
|
+
var Ve = Math.max, gt = Math.min, Ge = Math.round;
|
|
870
877
|
function Ft() {
|
|
871
878
|
var t = navigator.userAgentData;
|
|
872
879
|
return t != null && t.brands && Array.isArray(t.brands) ? t.brands.map(function(s) {
|
|
@@ -876,10 +883,10 @@ function Ft() {
|
|
|
876
883
|
function ti() {
|
|
877
884
|
return !/^((?!chrome|android).)*safari/i.test(Ft());
|
|
878
885
|
}
|
|
879
|
-
function
|
|
886
|
+
function Ke(t, s, e) {
|
|
880
887
|
s === void 0 && (s = !1), e === void 0 && (e = !1);
|
|
881
888
|
var a = t.getBoundingClientRect(), n = 1, i = 1;
|
|
882
|
-
s && pe(t) && (n = t.offsetWidth > 0 &&
|
|
889
|
+
s && pe(t) && (n = t.offsetWidth > 0 && Ge(a.width) / t.offsetWidth || 1, i = t.offsetHeight > 0 && Ge(a.height) / t.offsetHeight || 1);
|
|
883
890
|
var r = He(t) ? ge(t) : window, c = r.visualViewport, d = !ti() && e, f = (a.left + (d && c ? c.offsetLeft : 0)) / n, y = (a.top + (d && c ? c.offsetTop : 0)) / i, _ = a.width / n, I = a.height / i;
|
|
884
891
|
return {
|
|
885
892
|
width: _,
|
|
@@ -911,14 +918,14 @@ function En(t) {
|
|
|
911
918
|
function Ie(t) {
|
|
912
919
|
return t ? (t.nodeName || "").toLowerCase() : null;
|
|
913
920
|
}
|
|
914
|
-
function
|
|
921
|
+
function Ae(t) {
|
|
915
922
|
return ((He(t) ? t.ownerDocument : (
|
|
916
923
|
// $FlowFixMe[prop-missing]
|
|
917
924
|
t.document
|
|
918
925
|
)) || window.document).documentElement;
|
|
919
926
|
}
|
|
920
927
|
function Yt(t) {
|
|
921
|
-
return
|
|
928
|
+
return Ke(Ae(t)).left + Kt(t).scrollLeft;
|
|
922
929
|
}
|
|
923
930
|
function Pe(t) {
|
|
924
931
|
return ge(t).getComputedStyle(t);
|
|
@@ -928,12 +935,12 @@ function Xt(t) {
|
|
|
928
935
|
return /auto|scroll|overlay|hidden/.test(e + n + a);
|
|
929
936
|
}
|
|
930
937
|
function Tn(t) {
|
|
931
|
-
var s = t.getBoundingClientRect(), e =
|
|
938
|
+
var s = t.getBoundingClientRect(), e = Ge(s.width) / t.offsetWidth || 1, a = Ge(s.height) / t.offsetHeight || 1;
|
|
932
939
|
return e !== 1 || a !== 1;
|
|
933
940
|
}
|
|
934
941
|
function Pn(t, s, e) {
|
|
935
942
|
e === void 0 && (e = !1);
|
|
936
|
-
var a = pe(s), n = pe(s) && Tn(s), i =
|
|
943
|
+
var a = pe(s), n = pe(s) && Tn(s), i = Ae(s), r = Ke(t, n, e), c = {
|
|
937
944
|
scrollLeft: 0,
|
|
938
945
|
scrollTop: 0
|
|
939
946
|
}, d = {
|
|
@@ -941,7 +948,7 @@ function Pn(t, s, e) {
|
|
|
941
948
|
y: 0
|
|
942
949
|
};
|
|
943
950
|
return (a || !a && !e) && ((Ie(s) !== "body" || // https://github.com/popperjs/popper-core/issues/1078
|
|
944
|
-
Xt(i)) && (c = En(s)), pe(s) ? (d =
|
|
951
|
+
Xt(i)) && (c = En(s)), pe(s) ? (d = Ke(s, !0), d.x += s.clientLeft, d.y += s.clientTop) : i && (d.x = Yt(i))), {
|
|
945
952
|
x: r.left + c.scrollLeft - d.x,
|
|
946
953
|
y: r.top + c.scrollTop - d.y,
|
|
947
954
|
width: r.width,
|
|
@@ -949,7 +956,7 @@ function Pn(t, s, e) {
|
|
|
949
956
|
};
|
|
950
957
|
}
|
|
951
958
|
function Zt(t) {
|
|
952
|
-
var s =
|
|
959
|
+
var s = Ke(t), e = t.offsetWidth, a = t.offsetHeight;
|
|
953
960
|
return Math.abs(s.width - e) <= 1 && (e = s.width), Math.abs(s.height - a) <= 1 && (a = s.height), {
|
|
954
961
|
x: t.offsetLeft,
|
|
955
962
|
y: t.offsetTop,
|
|
@@ -966,7 +973,7 @@ function ht(t) {
|
|
|
966
973
|
t.parentNode || // DOM Element detected
|
|
967
974
|
(Gt(t) ? t.host : null) || // ShadowRoot detected
|
|
968
975
|
// $FlowFixMe[incompatible-call]: HTMLElement is a Node
|
|
969
|
-
|
|
976
|
+
Ae(t)
|
|
970
977
|
);
|
|
971
978
|
}
|
|
972
979
|
function si(t) {
|
|
@@ -1009,11 +1016,11 @@ function at(t) {
|
|
|
1009
1016
|
e = ys(e);
|
|
1010
1017
|
return e && (Ie(e) === "html" || Ie(e) === "body" && Pe(e).position === "static") ? s : e || On(t) || s;
|
|
1011
1018
|
}
|
|
1012
|
-
var ue = "top",
|
|
1013
|
-
return t.concat([s + "-" +
|
|
1019
|
+
var ue = "top", xe = "bottom", Ce = "right", fe = "left", Jt = "auto", ot = [ue, xe, Ce, fe], Ye = "start", st = "end", Ln = "clippingParents", ii = "viewport", Ze = "popper", An = "reference", bs = /* @__PURE__ */ ot.reduce(function(t, s) {
|
|
1020
|
+
return t.concat([s + "-" + Ye, s + "-" + st]);
|
|
1014
1021
|
}, []), ni = /* @__PURE__ */ [].concat(ot, [Jt]).reduce(function(t, s) {
|
|
1015
|
-
return t.concat([s, s + "-" +
|
|
1016
|
-
}, []), Nn = "beforeRead", Rn = "read",
|
|
1022
|
+
return t.concat([s, s + "-" + Ye, s + "-" + st]);
|
|
1023
|
+
}, []), Nn = "beforeRead", Rn = "read", Dn = "afterRead", $n = "beforeMain", Vn = "main", Hn = "afterMain", Fn = "beforeWrite", qn = "write", Wn = "afterWrite", jn = [Nn, Rn, Dn, $n, Vn, Hn, Fn, qn, Wn];
|
|
1017
1024
|
function Un(t) {
|
|
1018
1025
|
var s = /* @__PURE__ */ new Map(), e = /* @__PURE__ */ new Set(), a = [];
|
|
1019
1026
|
t.forEach(function(i) {
|
|
@@ -1064,7 +1071,7 @@ function Yn(t) {
|
|
|
1064
1071
|
});
|
|
1065
1072
|
}
|
|
1066
1073
|
function Xn(t, s) {
|
|
1067
|
-
var e = ge(t), a =
|
|
1074
|
+
var e = ge(t), a = Ae(t), n = e.visualViewport, i = a.clientWidth, r = a.clientHeight, c = 0, d = 0;
|
|
1068
1075
|
if (n) {
|
|
1069
1076
|
i = n.width, r = n.height;
|
|
1070
1077
|
var f = ti();
|
|
@@ -1078,7 +1085,7 @@ function Xn(t, s) {
|
|
|
1078
1085
|
};
|
|
1079
1086
|
}
|
|
1080
1087
|
function Zn(t) {
|
|
1081
|
-
var s, e =
|
|
1088
|
+
var s, e = Ae(t), a = Kt(t), n = (s = t.ownerDocument) == null ? void 0 : s.body, i = Ve(e.scrollWidth, e.clientWidth, n ? n.scrollWidth : 0, n ? n.clientWidth : 0), r = Ve(e.scrollHeight, e.clientHeight, n ? n.scrollHeight : 0, n ? n.clientHeight : 0), c = -a.scrollLeft + Yt(t), d = -a.scrollTop;
|
|
1082
1089
|
return Pe(n || e).direction === "rtl" && (c += Ve(e.clientWidth, n ? n.clientWidth : 0) - i), {
|
|
1083
1090
|
width: i,
|
|
1084
1091
|
height: r,
|
|
@@ -1109,11 +1116,11 @@ function qt(t) {
|
|
|
1109
1116
|
});
|
|
1110
1117
|
}
|
|
1111
1118
|
function Jn(t, s) {
|
|
1112
|
-
var e =
|
|
1119
|
+
var e = Ke(t, !1, s === "fixed");
|
|
1113
1120
|
return e.top = e.top + t.clientTop, e.left = e.left + t.clientLeft, e.bottom = e.top + t.clientHeight, e.right = e.left + t.clientWidth, e.width = t.clientWidth, e.height = t.clientHeight, e.x = e.left, e.y = e.top, e;
|
|
1114
1121
|
}
|
|
1115
1122
|
function _s(t, s, e) {
|
|
1116
|
-
return s === ii ? qt(Xn(t, e)) : He(s) ? Jn(s, e) : qt(Zn(
|
|
1123
|
+
return s === ii ? qt(Xn(t, e)) : He(s) ? Jn(s, e) : qt(Zn(Ae(t)));
|
|
1117
1124
|
}
|
|
1118
1125
|
function Qn(t) {
|
|
1119
1126
|
var s = et(ht(t)), e = ["absolute", "fixed"].indexOf(Pe(t).position) >= 0, a = e && pe(t) ? at(t) : t;
|
|
@@ -1131,14 +1138,14 @@ function ea(t, s, e, a) {
|
|
|
1131
1138
|
function ze(t) {
|
|
1132
1139
|
return t.split("-")[0];
|
|
1133
1140
|
}
|
|
1134
|
-
function
|
|
1141
|
+
function Xe(t) {
|
|
1135
1142
|
return t.split("-")[1];
|
|
1136
1143
|
}
|
|
1137
1144
|
function Qt(t) {
|
|
1138
1145
|
return ["top", "bottom"].indexOf(t) >= 0 ? "x" : "y";
|
|
1139
1146
|
}
|
|
1140
1147
|
function oi(t) {
|
|
1141
|
-
var s = t.reference, e = t.element, a = t.placement, n = a ? ze(a) : null, i = a ?
|
|
1148
|
+
var s = t.reference, e = t.element, a = t.placement, n = a ? ze(a) : null, i = a ? Xe(a) : null, r = s.x + s.width / 2 - e.width / 2, c = s.y + s.height / 2 - e.height / 2, d;
|
|
1142
1149
|
switch (n) {
|
|
1143
1150
|
case ue:
|
|
1144
1151
|
d = {
|
|
@@ -1146,7 +1153,7 @@ function oi(t) {
|
|
|
1146
1153
|
y: s.y - e.height
|
|
1147
1154
|
};
|
|
1148
1155
|
break;
|
|
1149
|
-
case
|
|
1156
|
+
case xe:
|
|
1150
1157
|
d = {
|
|
1151
1158
|
x: r,
|
|
1152
1159
|
y: s.y + s.height
|
|
@@ -1174,7 +1181,7 @@ function oi(t) {
|
|
|
1174
1181
|
if (f != null) {
|
|
1175
1182
|
var y = f === "y" ? "height" : "width";
|
|
1176
1183
|
switch (i) {
|
|
1177
|
-
case
|
|
1184
|
+
case Ye:
|
|
1178
1185
|
d[f] = d[f] - (s[y] / 2 - e[y] / 2);
|
|
1179
1186
|
break;
|
|
1180
1187
|
case st:
|
|
@@ -1202,21 +1209,21 @@ function ci(t, s) {
|
|
|
1202
1209
|
}
|
|
1203
1210
|
function es(t, s) {
|
|
1204
1211
|
s === void 0 && (s = {});
|
|
1205
|
-
var e = s, a = e.placement, n = a === void 0 ? t.placement : a, i = e.strategy, r = i === void 0 ? t.strategy : i, c = e.boundary, d = c === void 0 ?
|
|
1206
|
-
reference:
|
|
1212
|
+
var e = s, a = e.placement, n = a === void 0 ? t.placement : a, i = e.strategy, r = i === void 0 ? t.strategy : i, c = e.boundary, d = c === void 0 ? Ln : c, f = e.rootBoundary, y = f === void 0 ? ii : f, _ = e.elementContext, I = _ === void 0 ? Ze : _, z = e.altBoundary, x = z === void 0 ? !1 : z, E = e.padding, P = E === void 0 ? 0 : E, T = li(typeof P != "number" ? P : ci(P, ot)), R = I === Ze ? An : Ze, F = t.rects.popper, O = t.elements[x ? R : I], D = ea(He(O) ? O : O.contextElement || Ae(t.elements.popper), d, y, r), $ = Ke(t.elements.reference), H = oi({
|
|
1213
|
+
reference: $,
|
|
1207
1214
|
element: F,
|
|
1208
1215
|
placement: n
|
|
1209
|
-
}), W = qt(Object.assign({}, F,
|
|
1210
|
-
top:
|
|
1211
|
-
bottom: U.bottom -
|
|
1212
|
-
left:
|
|
1213
|
-
right: U.right -
|
|
1216
|
+
}), W = qt(Object.assign({}, F, H)), U = I === Ze ? W : $, G = {
|
|
1217
|
+
top: D.top - U.top + T.top,
|
|
1218
|
+
bottom: U.bottom - D.bottom + T.bottom,
|
|
1219
|
+
left: D.left - U.left + T.left,
|
|
1220
|
+
right: U.right - D.right + T.right
|
|
1214
1221
|
}, X = t.modifiersData.offset;
|
|
1215
1222
|
if (I === Ze && X) {
|
|
1216
1223
|
var Z = X[n];
|
|
1217
|
-
Object.keys(G).forEach(function(
|
|
1218
|
-
var J = [Ce,
|
|
1219
|
-
G[
|
|
1224
|
+
Object.keys(G).forEach(function(A) {
|
|
1225
|
+
var J = [Ce, xe].indexOf(A) >= 0 ? 1 : -1, te = [ue, xe].indexOf(A) >= 0 ? "y" : "x";
|
|
1226
|
+
G[A] += Z[te] * J;
|
|
1220
1227
|
});
|
|
1221
1228
|
}
|
|
1222
1229
|
return G;
|
|
@@ -1260,7 +1267,7 @@ function ta(t) {
|
|
|
1260
1267
|
var F = Gn(Yn([].concat(a, y.options.modifiers)));
|
|
1261
1268
|
return y.orderedModifiers = F.filter(function(O) {
|
|
1262
1269
|
return O.enabled;
|
|
1263
|
-
}),
|
|
1270
|
+
}), x(), z.update();
|
|
1264
1271
|
},
|
|
1265
1272
|
// Sync update – it will always be executed, even if not necessary. This
|
|
1266
1273
|
// is useful for low frequency updates where sync behavior simplifies the
|
|
@@ -1282,8 +1289,8 @@ function ta(t) {
|
|
|
1282
1289
|
y.reset = !1, O = -1;
|
|
1283
1290
|
continue;
|
|
1284
1291
|
}
|
|
1285
|
-
var
|
|
1286
|
-
typeof
|
|
1292
|
+
var D = y.orderedModifiers[O], $ = D.fn, H = D.options, W = H === void 0 ? {} : H, U = D.name;
|
|
1293
|
+
typeof $ == "function" && (y = $({
|
|
1287
1294
|
state: y,
|
|
1288
1295
|
options: W,
|
|
1289
1296
|
name: U,
|
|
@@ -1309,18 +1316,18 @@ function ta(t) {
|
|
|
1309
1316
|
z.setOptions(f).then(function(P) {
|
|
1310
1317
|
!I && f.onFirstUpdate && f.onFirstUpdate(P);
|
|
1311
1318
|
});
|
|
1312
|
-
function
|
|
1319
|
+
function x() {
|
|
1313
1320
|
y.orderedModifiers.forEach(function(P) {
|
|
1314
1321
|
var T = P.name, R = P.options, F = R === void 0 ? {} : R, O = P.effect;
|
|
1315
1322
|
if (typeof O == "function") {
|
|
1316
|
-
var
|
|
1323
|
+
var D = O({
|
|
1317
1324
|
state: y,
|
|
1318
1325
|
name: T,
|
|
1319
1326
|
instance: z,
|
|
1320
1327
|
options: F
|
|
1321
|
-
}),
|
|
1328
|
+
}), $ = function() {
|
|
1322
1329
|
};
|
|
1323
|
-
_.push(
|
|
1330
|
+
_.push(D || $);
|
|
1324
1331
|
}
|
|
1325
1332
|
});
|
|
1326
1333
|
}
|
|
@@ -1378,12 +1385,12 @@ var oa = {
|
|
|
1378
1385
|
function ra(t, s) {
|
|
1379
1386
|
var e = t.x, a = t.y, n = s.devicePixelRatio || 1;
|
|
1380
1387
|
return {
|
|
1381
|
-
x:
|
|
1382
|
-
y:
|
|
1388
|
+
x: Ge(e * n) / n || 0,
|
|
1389
|
+
y: Ge(a * n) / n || 0
|
|
1383
1390
|
};
|
|
1384
1391
|
}
|
|
1385
1392
|
function Ss(t) {
|
|
1386
|
-
var s, e = t.popper, a = t.popperRect, n = t.placement, i = t.variation, r = t.offsets, c = t.position, d = t.gpuAcceleration, f = t.adaptive, y = t.roundOffsets, _ = t.isFixed, I = r.x, z = I === void 0 ? 0 : I,
|
|
1393
|
+
var s, e = t.popper, a = t.popperRect, n = t.placement, i = t.variation, r = t.offsets, c = t.position, d = t.gpuAcceleration, f = t.adaptive, y = t.roundOffsets, _ = t.isFixed, I = r.x, z = I === void 0 ? 0 : I, x = r.y, E = x === void 0 ? 0 : x, P = typeof y == "function" ? y({
|
|
1387
1394
|
x: z,
|
|
1388
1395
|
y: E
|
|
1389
1396
|
}) : {
|
|
@@ -1391,22 +1398,22 @@ function Ss(t) {
|
|
|
1391
1398
|
y: E
|
|
1392
1399
|
};
|
|
1393
1400
|
z = P.x, E = P.y;
|
|
1394
|
-
var T = r.hasOwnProperty("x"), R = r.hasOwnProperty("y"), F = fe, O = ue,
|
|
1401
|
+
var T = r.hasOwnProperty("x"), R = r.hasOwnProperty("y"), F = fe, O = ue, D = window;
|
|
1395
1402
|
if (f) {
|
|
1396
|
-
var
|
|
1397
|
-
if (
|
|
1398
|
-
O =
|
|
1399
|
-
var U = _ &&
|
|
1403
|
+
var $ = at(e), H = "clientHeight", W = "clientWidth";
|
|
1404
|
+
if ($ === ge(e) && ($ = Ae(e), Pe($).position !== "static" && c === "absolute" && (H = "scrollHeight", W = "scrollWidth")), $ = $, n === ue || (n === fe || n === Ce) && i === st) {
|
|
1405
|
+
O = xe;
|
|
1406
|
+
var U = _ && $ === D && D.visualViewport ? D.visualViewport.height : (
|
|
1400
1407
|
// $FlowFixMe[prop-missing]
|
|
1401
|
-
|
|
1408
|
+
$[H]
|
|
1402
1409
|
);
|
|
1403
1410
|
E -= U - a.height, E *= d ? 1 : -1;
|
|
1404
1411
|
}
|
|
1405
|
-
if (n === fe || (n === ue || n ===
|
|
1412
|
+
if (n === fe || (n === ue || n === xe) && i === st) {
|
|
1406
1413
|
F = Ce;
|
|
1407
|
-
var G = _ &&
|
|
1414
|
+
var G = _ && $ === D && D.visualViewport ? D.visualViewport.width : (
|
|
1408
1415
|
// $FlowFixMe[prop-missing]
|
|
1409
|
-
|
|
1416
|
+
$[W]
|
|
1410
1417
|
);
|
|
1411
1418
|
z -= G - a.width, z *= d ? 1 : -1;
|
|
1412
1419
|
}
|
|
@@ -1421,15 +1428,15 @@ function Ss(t) {
|
|
|
1421
1428
|
y: E
|
|
1422
1429
|
};
|
|
1423
1430
|
if (z = Z.x, E = Z.y, d) {
|
|
1424
|
-
var
|
|
1425
|
-
return Object.assign({}, X, (
|
|
1431
|
+
var A;
|
|
1432
|
+
return Object.assign({}, X, (A = {}, A[O] = R ? "0" : "", A[F] = T ? "0" : "", A.transform = (D.devicePixelRatio || 1) <= 1 ? "translate(" + z + "px, " + E + "px)" : "translate3d(" + z + "px, " + E + "px, 0)", A));
|
|
1426
1433
|
}
|
|
1427
1434
|
return Object.assign({}, X, (s = {}, s[O] = R ? E + "px" : "", s[F] = T ? z + "px" : "", s.transform = "", s));
|
|
1428
1435
|
}
|
|
1429
1436
|
function la(t) {
|
|
1430
1437
|
var s = t.state, e = t.options, a = e.gpuAcceleration, n = a === void 0 ? !0 : a, i = e.adaptive, r = i === void 0 ? !0 : i, c = e.roundOffsets, d = c === void 0 ? !0 : c, f = {
|
|
1431
1438
|
placement: ze(s.placement),
|
|
1432
|
-
variation:
|
|
1439
|
+
variation: Xe(s.placement),
|
|
1433
1440
|
popper: s.elements.popper,
|
|
1434
1441
|
popperRect: s.rects.popper,
|
|
1435
1442
|
gpuAcceleration: n,
|
|
@@ -1512,12 +1519,12 @@ function pa(t, s, e) {
|
|
|
1512
1519
|
return a > e ? e : a;
|
|
1513
1520
|
}
|
|
1514
1521
|
function va(t) {
|
|
1515
|
-
var s = t.state, e = t.options, a = t.name, n = e.mainAxis, i = n === void 0 ? !0 : n, r = e.altAxis, c = r === void 0 ? !1 : r, d = e.boundary, f = e.rootBoundary, y = e.altBoundary, _ = e.padding, I = e.tether, z = I === void 0 ? !0 : I,
|
|
1522
|
+
var s = t.state, e = t.options, a = t.name, n = e.mainAxis, i = n === void 0 ? !0 : n, r = e.altAxis, c = r === void 0 ? !1 : r, d = e.boundary, f = e.rootBoundary, y = e.altBoundary, _ = e.padding, I = e.tether, z = I === void 0 ? !0 : I, x = e.tetherOffset, E = x === void 0 ? 0 : x, P = es(s, {
|
|
1516
1523
|
boundary: d,
|
|
1517
1524
|
rootBoundary: f,
|
|
1518
1525
|
padding: _,
|
|
1519
1526
|
altBoundary: y
|
|
1520
|
-
}), T = ze(s.placement), R =
|
|
1527
|
+
}), T = ze(s.placement), R = Xe(s.placement), F = !R, O = Qt(T), D = ha(O), $ = s.modifiersData.popperOffsets, H = s.rects.reference, W = s.rects.popper, U = typeof E == "function" ? E(Object.assign({}, s.rects, {
|
|
1521
1528
|
placement: s.placement
|
|
1522
1529
|
})) : E, G = typeof U == "number" ? {
|
|
1523
1530
|
mainAxis: U,
|
|
@@ -1529,17 +1536,17 @@ function va(t) {
|
|
|
1529
1536
|
x: 0,
|
|
1530
1537
|
y: 0
|
|
1531
1538
|
};
|
|
1532
|
-
if (
|
|
1539
|
+
if ($) {
|
|
1533
1540
|
if (i) {
|
|
1534
|
-
var
|
|
1541
|
+
var A, J = O === "y" ? ue : fe, te = O === "y" ? xe : Ce, ee = O === "y" ? "height" : "width", oe = $[O], je = oe + P[J], _e = oe - P[te], Me = z ? -W[ee] / 2 : 0, Ne = R === Ye ? H[ee] : W[ee], re = R === Ye ? -W[ee] : -H[ee], Ue = s.elements.arrow, Oe = z && Ue ? Zt(Ue) : {
|
|
1535
1542
|
width: 0,
|
|
1536
1543
|
height: 0
|
|
1537
|
-
},
|
|
1538
|
-
|
|
1544
|
+
}, ke = s.modifiersData["arrow#persistent"] ? s.modifiersData["arrow#persistent"].padding : ri(), q = ke[J], K = ke[te], le = tt(0, H[ee], Oe[ee]), Re = F ? H[ee] / 2 - Me - le - q - G.mainAxis : Ne - le - q - G.mainAxis, xi = F ? -H[ee] / 2 + Me + le + K + G.mainAxis : re + le + K + G.mainAxis, bt = s.elements.arrow && at(s.elements.arrow), Ci = bt ? O === "y" ? bt.clientTop || 0 : bt.clientLeft || 0 : 0, ls = (A = X == null ? void 0 : X[O]) != null ? A : 0, Bi = oe + Re - ls - Ci, zi = oe + xi - ls, cs = tt(z ? gt(je, Bi) : je, oe, z ? Ve(_e, zi) : _e);
|
|
1545
|
+
$[O] = cs, Z[O] = cs - oe;
|
|
1539
1546
|
}
|
|
1540
1547
|
if (c) {
|
|
1541
|
-
var ds, Ii = O === "x" ? ue : fe, Ei = O === "x" ?
|
|
1542
|
-
D
|
|
1548
|
+
var ds, Ii = O === "x" ? ue : fe, Ei = O === "x" ? xe : Ce, De = $[D], rt = D === "y" ? "height" : "width", us = De + P[Ii], fs = De - P[Ei], _t = [ue, fe].indexOf(T) !== -1, gs = (ds = X == null ? void 0 : X[D]) != null ? ds : 0, ms = _t ? us : De - H[rt] - W[rt] - gs + G.altAxis, hs = _t ? De + H[rt] + W[rt] - gs - G.altAxis : fs, ps = z && _t ? pa(ms, De, hs) : tt(z ? ms : us, De, z ? hs : fs);
|
|
1549
|
+
$[D] = ps, Z[D] = ps - De;
|
|
1543
1550
|
}
|
|
1544
1551
|
s.modifiersData[a] = Z;
|
|
1545
1552
|
}
|
|
@@ -1566,86 +1573,86 @@ var _a = {
|
|
|
1566
1573
|
start: "end",
|
|
1567
1574
|
end: "start"
|
|
1568
1575
|
};
|
|
1569
|
-
function
|
|
1576
|
+
function xs(t) {
|
|
1570
1577
|
return t.replace(/start|end/g, function(s) {
|
|
1571
1578
|
return _a[s];
|
|
1572
1579
|
});
|
|
1573
1580
|
}
|
|
1574
1581
|
function ka(t, s) {
|
|
1575
1582
|
s === void 0 && (s = {});
|
|
1576
|
-
var e = s, a = e.placement, n = e.boundary, i = e.rootBoundary, r = e.padding, c = e.flipVariations, d = e.allowedAutoPlacements, f = d === void 0 ? ni : d, y =
|
|
1577
|
-
return
|
|
1578
|
-
}) : ot, I = _.filter(function(
|
|
1579
|
-
return f.indexOf(
|
|
1583
|
+
var e = s, a = e.placement, n = e.boundary, i = e.rootBoundary, r = e.padding, c = e.flipVariations, d = e.allowedAutoPlacements, f = d === void 0 ? ni : d, y = Xe(a), _ = y ? c ? bs : bs.filter(function(x) {
|
|
1584
|
+
return Xe(x) === y;
|
|
1585
|
+
}) : ot, I = _.filter(function(x) {
|
|
1586
|
+
return f.indexOf(x) >= 0;
|
|
1580
1587
|
});
|
|
1581
1588
|
I.length === 0 && (I = _);
|
|
1582
|
-
var z = I.reduce(function(
|
|
1583
|
-
return
|
|
1589
|
+
var z = I.reduce(function(x, E) {
|
|
1590
|
+
return x[E] = es(t, {
|
|
1584
1591
|
placement: E,
|
|
1585
1592
|
boundary: n,
|
|
1586
1593
|
rootBoundary: i,
|
|
1587
1594
|
padding: r
|
|
1588
|
-
})[ze(E)],
|
|
1595
|
+
})[ze(E)], x;
|
|
1589
1596
|
}, {});
|
|
1590
|
-
return Object.keys(z).sort(function(
|
|
1591
|
-
return z[
|
|
1597
|
+
return Object.keys(z).sort(function(x, E) {
|
|
1598
|
+
return z[x] - z[E];
|
|
1592
1599
|
});
|
|
1593
1600
|
}
|
|
1594
1601
|
function wa(t) {
|
|
1595
1602
|
if (ze(t) === Jt)
|
|
1596
1603
|
return [];
|
|
1597
1604
|
var s = ft(t);
|
|
1598
|
-
return [
|
|
1605
|
+
return [xs(t), s, xs(s)];
|
|
1599
1606
|
}
|
|
1600
1607
|
function Sa(t) {
|
|
1601
1608
|
var s = t.state, e = t.options, a = t.name;
|
|
1602
1609
|
if (!s.modifiersData[a]._skip) {
|
|
1603
|
-
for (var n = e.mainAxis, i = n === void 0 ? !0 : n, r = e.altAxis, c = r === void 0 ? !0 : r, d = e.fallbackPlacements, f = e.padding, y = e.boundary, _ = e.rootBoundary, I = e.altBoundary, z = e.flipVariations,
|
|
1604
|
-
return Oe.concat(ze(
|
|
1605
|
-
placement:
|
|
1610
|
+
for (var n = e.mainAxis, i = n === void 0 ? !0 : n, r = e.altAxis, c = r === void 0 ? !0 : r, d = e.fallbackPlacements, f = e.padding, y = e.boundary, _ = e.rootBoundary, I = e.altBoundary, z = e.flipVariations, x = z === void 0 ? !0 : z, E = e.allowedAutoPlacements, P = s.options.placement, T = ze(P), R = T === P, F = d || (R || !x ? [ft(P)] : wa(P)), O = [P].concat(F).reduce(function(Oe, ke) {
|
|
1611
|
+
return Oe.concat(ze(ke) === Jt ? ka(s, {
|
|
1612
|
+
placement: ke,
|
|
1606
1613
|
boundary: y,
|
|
1607
1614
|
rootBoundary: _,
|
|
1608
1615
|
padding: f,
|
|
1609
|
-
flipVariations:
|
|
1616
|
+
flipVariations: x,
|
|
1610
1617
|
allowedAutoPlacements: E
|
|
1611
|
-
}) :
|
|
1612
|
-
}, []),
|
|
1613
|
-
var X = O[G], Z = ze(X),
|
|
1618
|
+
}) : ke);
|
|
1619
|
+
}, []), D = s.rects.reference, $ = s.rects.popper, H = /* @__PURE__ */ new Map(), W = !0, U = O[0], G = 0; G < O.length; G++) {
|
|
1620
|
+
var X = O[G], Z = ze(X), A = Xe(X) === Ye, J = [ue, xe].indexOf(Z) >= 0, te = J ? "width" : "height", ee = es(s, {
|
|
1614
1621
|
placement: X,
|
|
1615
1622
|
boundary: y,
|
|
1616
1623
|
rootBoundary: _,
|
|
1617
1624
|
altBoundary: I,
|
|
1618
1625
|
padding: f
|
|
1619
|
-
}), oe = J ?
|
|
1620
|
-
|
|
1621
|
-
var
|
|
1622
|
-
if (i &&
|
|
1626
|
+
}), oe = J ? A ? Ce : fe : A ? xe : ue;
|
|
1627
|
+
D[te] > $[te] && (oe = ft(oe));
|
|
1628
|
+
var je = ft(oe), _e = [];
|
|
1629
|
+
if (i && _e.push(ee[Z] <= 0), c && _e.push(ee[oe] <= 0, ee[je] <= 0), _e.every(function(Oe) {
|
|
1623
1630
|
return Oe;
|
|
1624
1631
|
})) {
|
|
1625
1632
|
U = X, W = !1;
|
|
1626
1633
|
break;
|
|
1627
1634
|
}
|
|
1628
|
-
|
|
1635
|
+
H.set(X, _e);
|
|
1629
1636
|
}
|
|
1630
1637
|
if (W)
|
|
1631
|
-
for (var Me =
|
|
1638
|
+
for (var Me = x ? 3 : 1, Ne = function(ke) {
|
|
1632
1639
|
var q = O.find(function(K) {
|
|
1633
|
-
var le =
|
|
1640
|
+
var le = H.get(K);
|
|
1634
1641
|
if (le)
|
|
1635
|
-
return le.slice(0,
|
|
1642
|
+
return le.slice(0, ke).every(function(Re) {
|
|
1636
1643
|
return Re;
|
|
1637
1644
|
});
|
|
1638
1645
|
});
|
|
1639
1646
|
if (q)
|
|
1640
1647
|
return U = q, "break";
|
|
1641
1648
|
}, re = Me; re > 0; re--) {
|
|
1642
|
-
var
|
|
1643
|
-
if (
|
|
1649
|
+
var Ue = Ne(re);
|
|
1650
|
+
if (Ue === "break") break;
|
|
1644
1651
|
}
|
|
1645
1652
|
s.placement !== U && (s.modifiersData[a]._skip = !0, s.placement = U, s.reset = !0);
|
|
1646
1653
|
}
|
|
1647
1654
|
}
|
|
1648
|
-
const
|
|
1655
|
+
const xa = {
|
|
1649
1656
|
name: "flip",
|
|
1650
1657
|
enabled: !0,
|
|
1651
1658
|
phase: "main",
|
|
@@ -1655,7 +1662,7 @@ const Ca = {
|
|
|
1655
1662
|
_skip: !1
|
|
1656
1663
|
}
|
|
1657
1664
|
};
|
|
1658
|
-
function
|
|
1665
|
+
function Ca(t, s, e) {
|
|
1659
1666
|
var a = ze(t), n = [fe, ue].indexOf(a) >= 0 ? -1 : 1, i = typeof e == "function" ? e(Object.assign({}, s, {
|
|
1660
1667
|
placement: t
|
|
1661
1668
|
})) : e, r = i[0], c = i[1];
|
|
@@ -1669,7 +1676,7 @@ function xa(t, s, e) {
|
|
|
1669
1676
|
}
|
|
1670
1677
|
function Ba(t) {
|
|
1671
1678
|
var s = t.state, e = t.options, a = t.name, n = e.offset, i = n === void 0 ? [0, 0] : n, r = ni.reduce(function(y, _) {
|
|
1672
|
-
return y[_] =
|
|
1679
|
+
return y[_] = Ca(_, s.rects, i), y;
|
|
1673
1680
|
}, {}), c = r[s.placement], d = c.x, f = c.y;
|
|
1674
1681
|
s.modifiersData.popperOffsets != null && (s.modifiersData.popperOffsets.x += d, s.modifiersData.popperOffsets.y += f), s.modifiersData[a] = r;
|
|
1675
1682
|
}
|
|
@@ -1688,8 +1695,8 @@ var Ia = function(s, e) {
|
|
|
1688
1695
|
function Ea(t) {
|
|
1689
1696
|
var s, e = t.state, a = t.name, n = t.options, i = e.elements.arrow, r = e.modifiersData.popperOffsets, c = ze(e.placement), d = Qt(c), f = [fe, Ce].indexOf(c) >= 0, y = f ? "height" : "width";
|
|
1690
1697
|
if (!(!i || !r)) {
|
|
1691
|
-
var _ = Ia(n.padding, e), I = Zt(i), z = d === "y" ? ue : fe,
|
|
1692
|
-
e.modifiersData[a] = (s = {}, s[W] =
|
|
1698
|
+
var _ = Ia(n.padding, e), I = Zt(i), z = d === "y" ? ue : fe, x = d === "y" ? xe : Ce, E = e.rects.reference[y] + e.rects.reference[d] - r[d] - e.rects.popper[y], P = r[d] - e.rects.reference[d], T = at(i), R = T ? d === "y" ? T.clientHeight || 0 : T.clientWidth || 0 : 0, F = E / 2 - P / 2, O = _[z], D = R - I[y] - _[x], $ = R / 2 - I[y] / 2 + F, H = tt(O, $, D), W = d;
|
|
1699
|
+
e.modifiersData[a] = (s = {}, s[W] = H, s.centerOffset = H - $, s);
|
|
1693
1700
|
}
|
|
1694
1701
|
}
|
|
1695
1702
|
function Ta(t) {
|
|
@@ -1730,14 +1737,14 @@ function Ma({
|
|
|
1730
1737
|
d.isOpen || (d.isOpen = !0, s("open:popper"));
|
|
1731
1738
|
};
|
|
1732
1739
|
he([() => d.isOpen, i], async ([E]) => {
|
|
1733
|
-
E ? (await
|
|
1740
|
+
E ? (await x(), y()) : _();
|
|
1734
1741
|
});
|
|
1735
|
-
const
|
|
1742
|
+
const x = async () => {
|
|
1736
1743
|
await Pi(), d.popperInstance = ma(c.value, r.value, {
|
|
1737
1744
|
placement: i.value,
|
|
1738
1745
|
modifiers: [
|
|
1739
1746
|
ya,
|
|
1740
|
-
|
|
1747
|
+
xa,
|
|
1741
1748
|
{
|
|
1742
1749
|
name: "flip",
|
|
1743
1750
|
enabled: !e.value
|
|
@@ -1778,21 +1785,21 @@ function Oa(t, s, e) {
|
|
|
1778
1785
|
(a = de(t)) == null || a.removeEventListener(s, e);
|
|
1779
1786
|
});
|
|
1780
1787
|
}
|
|
1781
|
-
function
|
|
1788
|
+
function La(t, s) {
|
|
1782
1789
|
const e = "pointerdown";
|
|
1783
1790
|
return typeof window > "u" || !window ? void 0 : Oa(window, e, (n) => {
|
|
1784
1791
|
const i = de(t);
|
|
1785
1792
|
i && (i === n.target || n.composedPath().includes(i) || s(n));
|
|
1786
1793
|
});
|
|
1787
1794
|
}
|
|
1788
|
-
const
|
|
1795
|
+
const Aa = {}, Na = {
|
|
1789
1796
|
id: "arrow",
|
|
1790
1797
|
"data-popper-arrow": ""
|
|
1791
1798
|
};
|
|
1792
1799
|
function Ra(t, s) {
|
|
1793
1800
|
return o(), l("div", Na);
|
|
1794
1801
|
}
|
|
1795
|
-
const
|
|
1802
|
+
const Da = /* @__PURE__ */ b(Aa, [["render", Ra], ["__scopeId", "data-v-b4b01b19"]]), $a = ["aria-open"], Va = {
|
|
1796
1803
|
__name: "Popper",
|
|
1797
1804
|
props: {
|
|
1798
1805
|
/**
|
|
@@ -1931,7 +1938,7 @@ const $a = /* @__PURE__ */ b(La, [["render", Ra], ["__scopeId", "data-v-b4b01b19
|
|
|
1931
1938
|
setup(t, { expose: s, emit: e }) {
|
|
1932
1939
|
const a = e, n = Oi(), i = t;
|
|
1933
1940
|
let r = null;
|
|
1934
|
-
const c = "ecs-popover-" + parseInt(Math.ceil(Math.random() * Date.now()).toPrecision(16).toString().replace(".", "")), d =
|
|
1941
|
+
const c = "ecs-popover-" + parseInt(Math.ceil(Math.random() * Date.now()).toPrecision(16).toString().replace(".", "")), d = $e(!1), f = $e(null), y = $e(null), _ = $e(!1), I = $e(!1), z = $e([]), x = $e(!0), E = () => {
|
|
1935
1942
|
n.content ? I.value = !0 : I.value = !1;
|
|
1936
1943
|
};
|
|
1937
1944
|
Zs(() => {
|
|
@@ -1940,7 +1947,7 @@ const $a = /* @__PURE__ */ b(La, [["render", Ra], ["__scopeId", "data-v-b4b01b19
|
|
|
1940
1947
|
return console.error(
|
|
1941
1948
|
`[Popper]: The <Popper> component expects only one child element at its root. You passed ${q.length} child nodes.`
|
|
1942
1949
|
);
|
|
1943
|
-
(n.content !== void 0 || R.value) && (I.value = !0), r = new MutationObserver(E), document.addEventListener("keydown",
|
|
1950
|
+
(n.content !== void 0 || R.value) && (I.value = !0), r = new MutationObserver(E), document.addEventListener("keydown", ke);
|
|
1944
1951
|
});
|
|
1945
1952
|
const {
|
|
1946
1953
|
arrowPadding: P,
|
|
@@ -1948,33 +1955,33 @@ const $a = /* @__PURE__ */ b(La, [["render", Ra], ["__scopeId", "data-v-b4b01b19
|
|
|
1948
1955
|
content: R,
|
|
1949
1956
|
disableClickAway: F,
|
|
1950
1957
|
disabled: O,
|
|
1951
|
-
interactive:
|
|
1952
|
-
locked:
|
|
1953
|
-
offsetDistance:
|
|
1958
|
+
interactive: D,
|
|
1959
|
+
locked: $,
|
|
1960
|
+
offsetDistance: H,
|
|
1954
1961
|
offsetSkid: W,
|
|
1955
1962
|
openDelay: U,
|
|
1956
1963
|
placement: G,
|
|
1957
1964
|
show: X
|
|
1958
|
-
} = Xs(i), { isOpen: Z, open:
|
|
1965
|
+
} = Xs(i), { isOpen: Z, open: A, close: J } = Ma({
|
|
1959
1966
|
arrowPadding: P,
|
|
1960
1967
|
emit: a,
|
|
1961
|
-
locked:
|
|
1962
|
-
offsetDistance:
|
|
1968
|
+
locked: $,
|
|
1969
|
+
offsetDistance: H,
|
|
1963
1970
|
offsetSkid: W,
|
|
1964
1971
|
placement: G,
|
|
1965
1972
|
popperNode: f,
|
|
1966
1973
|
triggerNode: y
|
|
1967
|
-
}), te = Be(() => X.value !== null), ee = Be(() => O.value || !I.value), oe = Be(() => Z.value && !ee.value),
|
|
1974
|
+
}), te = Be(() => X.value !== null), ee = Be(() => O.value || !I.value), oe = Be(() => Z.value && !ee.value), je = Be(
|
|
1968
1975
|
() => !F.value && !te.value
|
|
1969
1976
|
);
|
|
1970
1977
|
Be(
|
|
1971
|
-
() =>
|
|
1978
|
+
() => D.value ? `border: ${H.value}px solid transparent; margin: -${H.value}px;` : null
|
|
1972
1979
|
);
|
|
1973
|
-
const
|
|
1974
|
-
ee.value || te.value || (Me.clear(), d.value = !0,
|
|
1980
|
+
const _e = wt.debounce(A, U.value), Me = wt.debounce(J, T.value), Ne = async () => {
|
|
1981
|
+
ee.value || te.value || (Me.clear(), d.value = !0, _e());
|
|
1975
1982
|
}, re = async () => {
|
|
1976
|
-
te.value || (
|
|
1977
|
-
},
|
|
1983
|
+
te.value || (_e.clear(), d.value = !1, Me());
|
|
1984
|
+
}, Ue = () => {
|
|
1978
1985
|
Z.value ? re() : Ne();
|
|
1979
1986
|
};
|
|
1980
1987
|
he([I, O], ([q, K]) => {
|
|
@@ -1984,9 +1991,9 @@ const $a = /* @__PURE__ */ b(La, [["render", Ra], ["__scopeId", "data-v-b4b01b19
|
|
|
1984
1991
|
_.value = !1;
|
|
1985
1992
|
}, 200);
|
|
1986
1993
|
}), lt(() => {
|
|
1987
|
-
te.value && (X.value ?
|
|
1994
|
+
te.value && (X.value ? _e() : Me());
|
|
1988
1995
|
}), lt(() => {
|
|
1989
|
-
|
|
1996
|
+
je.value && La(f, re);
|
|
1990
1997
|
}), he(R, (q) => {
|
|
1991
1998
|
q ? I.value = !0 : I.value = !1;
|
|
1992
1999
|
}), lt(() => {
|
|
@@ -1995,13 +2002,13 @@ const $a = /* @__PURE__ */ b(La, [["render", Ra], ["__scopeId", "data-v-b4b01b19
|
|
|
1995
2002
|
subtree: !0
|
|
1996
2003
|
});
|
|
1997
2004
|
}), jt(() => {
|
|
1998
|
-
r.disconnect(), document.removeEventListener("keydown",
|
|
2005
|
+
r.disconnect(), document.removeEventListener("keydown", ke);
|
|
1999
2006
|
}), s({ closePopper: re });
|
|
2000
2007
|
const Oe = () => {
|
|
2001
2008
|
f.value && (z.value = f.value.querySelectorAll(
|
|
2002
2009
|
'a[href], button, textarea, input, select, [tabindex]:not([tabindex="-1"])'
|
|
2003
2010
|
));
|
|
2004
|
-
},
|
|
2011
|
+
}, ke = (q) => {
|
|
2005
2012
|
if (!d.value) return;
|
|
2006
2013
|
const K = Array.from(z.value), le = K.indexOf(document.activeElement);
|
|
2007
2014
|
if (q.key === "ArrowDown") {
|
|
@@ -2012,10 +2019,10 @@ const $a = /* @__PURE__ */ b(La, [["render", Ra], ["__scopeId", "data-v-b4b01b19
|
|
|
2012
2019
|
q.preventDefault();
|
|
2013
2020
|
const Re = (le - 1 + K.length) % K.length;
|
|
2014
2021
|
K[Re].focus();
|
|
2015
|
-
} else q.key === "Escape" ? (q.preventDefault(), re()) : q.key === "Tab" &&
|
|
2022
|
+
} else q.key === "Escape" ? (q.preventDefault(), re()) : q.key === "Tab" && x.value && (q.preventDefault(), x.value = !1, K.length > 0 && K[0].focus());
|
|
2016
2023
|
};
|
|
2017
2024
|
return lt(() => {
|
|
2018
|
-
d.value && (Oe(),
|
|
2025
|
+
d.value && (Oe(), x.value = !0, z.value.length > 0 && z.value[0].focus());
|
|
2019
2026
|
}), (q, K) => (o(), l("div", {
|
|
2020
2027
|
class: "ecs-popover-root",
|
|
2021
2028
|
onMouseleave: K[2] || (K[2] = (le) => t.hover && re())
|
|
@@ -2024,7 +2031,7 @@ const $a = /* @__PURE__ */ b(La, [["render", Ra], ["__scopeId", "data-v-b4b01b19
|
|
|
2024
2031
|
ref_key: "triggerNode",
|
|
2025
2032
|
ref: y,
|
|
2026
2033
|
onMouseover: K[0] || (K[0] = (le) => t.hover && Ne()),
|
|
2027
|
-
onClick:
|
|
2034
|
+
onClick: Ue,
|
|
2028
2035
|
onFocus: Ne,
|
|
2029
2036
|
onKeyup: Q(re, ["esc"]),
|
|
2030
2037
|
"aria-describedby": c,
|
|
@@ -2032,13 +2039,13 @@ const $a = /* @__PURE__ */ b(La, [["render", Ra], ["__scopeId", "data-v-b4b01b19
|
|
|
2032
2039
|
class: "ecs-popover-trigger"
|
|
2033
2040
|
}, [
|
|
2034
2041
|
h(q.$slots, "default", {}, void 0, !0)
|
|
2035
|
-
], 40,
|
|
2036
|
-
(o(), p(
|
|
2042
|
+
], 40, $a),
|
|
2043
|
+
(o(), p(Li, { to: "body" }, [
|
|
2037
2044
|
k(ye, { name: "fade" }, {
|
|
2038
2045
|
default: S(() => [
|
|
2039
2046
|
t.persistent || d.value ? Fe((o(), l("div", {
|
|
2040
2047
|
key: 0,
|
|
2041
|
-
onClick: K[1] || (K[1] = (le) => !de(
|
|
2048
|
+
onClick: K[1] || (K[1] = (le) => !de(D) && re()),
|
|
2042
2049
|
class: "ecs-popover popper",
|
|
2043
2050
|
ref_key: "popperNode",
|
|
2044
2051
|
ref: f,
|
|
@@ -2049,9 +2056,9 @@ const $a = /* @__PURE__ */ b(La, [["render", Ra], ["__scopeId", "data-v-b4b01b19
|
|
|
2049
2056
|
close: de(J),
|
|
2050
2057
|
isOpen: _.value
|
|
2051
2058
|
}, () => [
|
|
2052
|
-
|
|
2059
|
+
L(w(de(R)), 1)
|
|
2053
2060
|
], !0),
|
|
2054
|
-
t.arrow ? (o(), p(
|
|
2061
|
+
t.arrow ? (o(), p(Da, { key: 0 })) : u("", !0)
|
|
2055
2062
|
], 512)), [
|
|
2056
2063
|
[it, oe.value]
|
|
2057
2064
|
]) : u("", !0)
|
|
@@ -2137,7 +2144,7 @@ const $a = /* @__PURE__ */ b(La, [["render", Ra], ["__scopeId", "data-v-b4b01b19
|
|
|
2137
2144
|
};
|
|
2138
2145
|
function qa(t, s, e, a, n, i) {
|
|
2139
2146
|
const r = m("Popper");
|
|
2140
|
-
return o(), p(r,
|
|
2147
|
+
return o(), p(r, Le({ ref: "popperRef" }, t.$attrs, {
|
|
2141
2148
|
"onOpen:popper": s[0] || (s[0] = (c) => t.$emit("shown")),
|
|
2142
2149
|
"onClose:popper": s[1] || (s[1] = (c) => t.$emit("hidden")),
|
|
2143
2150
|
placement: e.placement,
|
|
@@ -2153,7 +2160,7 @@ function qa(t, s, e, a, n, i) {
|
|
|
2153
2160
|
persistent: e.persistent || null
|
|
2154
2161
|
}), {
|
|
2155
2162
|
content: S((c) => [
|
|
2156
|
-
h(t.$slots, "content",
|
|
2163
|
+
h(t.$slots, "content", Ai(Ni(c)))
|
|
2157
2164
|
]),
|
|
2158
2165
|
default: S(() => [
|
|
2159
2166
|
h(t.$slots, "default")
|
|
@@ -2420,12 +2427,12 @@ function Za(t, s, e, a, n, i) {
|
|
|
2420
2427
|
key: 0,
|
|
2421
2428
|
onClick: i.handleClick,
|
|
2422
2429
|
as: "button",
|
|
2423
|
-
style:
|
|
2430
|
+
style: C(i.clickablePadding)
|
|
2424
2431
|
}, {
|
|
2425
2432
|
default: S(() => [
|
|
2426
2433
|
(o(), p(ve(i.textTag), {
|
|
2427
2434
|
class: v([[i.typeScaleClass, i.weightClass, i.alignClass, e.preset, i.fontClass], "ecs-text"]),
|
|
2428
|
-
style:
|
|
2435
|
+
style: C([i.colorStyle, i.fontSizeStyle])
|
|
2429
2436
|
}, {
|
|
2430
2437
|
default: S(() => [
|
|
2431
2438
|
h(t.$slots, "default", {}, void 0, !0)
|
|
@@ -2437,7 +2444,7 @@ function Za(t, s, e, a, n, i) {
|
|
|
2437
2444
|
}, 8, ["onClick", "style"])) : (o(), p(ve(i.textTag), {
|
|
2438
2445
|
key: 1,
|
|
2439
2446
|
class: v([[i.typeScaleClass, i.weightClass, i.alignClass, e.preset, i.fontClass], "ecs-text"]),
|
|
2440
|
-
style:
|
|
2447
|
+
style: C([i.colorStyle, i.fontSizeStyle])
|
|
2441
2448
|
}, {
|
|
2442
2449
|
default: S(() => [
|
|
2443
2450
|
h(t.$slots, "default", {}, void 0, !0)
|
|
@@ -2445,7 +2452,7 @@ function Za(t, s, e, a, n, i) {
|
|
|
2445
2452
|
_: 3
|
|
2446
2453
|
}, 8, ["class", "style"]));
|
|
2447
2454
|
}
|
|
2448
|
-
const
|
|
2455
|
+
const We = /* @__PURE__ */ b(Xa, [["render", Za], ["__scopeId", "data-v-fdaf701d"]]), me = {
|
|
2449
2456
|
data() {
|
|
2450
2457
|
return {
|
|
2451
2458
|
uniqueId: ""
|
|
@@ -2463,7 +2470,7 @@ const Xe = /* @__PURE__ */ b(Xa, [["render", Za], ["__scopeId", "data-v-fdaf701d
|
|
|
2463
2470
|
}, Ja = {
|
|
2464
2471
|
name: "ecs-checkbox",
|
|
2465
2472
|
emits: ["input", "shiftClick"],
|
|
2466
|
-
components: { EcsFormCheck: ss, EcsTextV2:
|
|
2473
|
+
components: { EcsFormCheck: ss, EcsTextV2: We },
|
|
2467
2474
|
mixins: [me],
|
|
2468
2475
|
props: {
|
|
2469
2476
|
/** Name attribute of the input. */
|
|
@@ -2593,7 +2600,7 @@ function to(t, s, e, a, n, i) {
|
|
|
2593
2600
|
class: "ecs-form-check-help"
|
|
2594
2601
|
}, {
|
|
2595
2602
|
default: S(() => [
|
|
2596
|
-
|
|
2603
|
+
L(w(e.help), 1)
|
|
2597
2604
|
]),
|
|
2598
2605
|
_: 1
|
|
2599
2606
|
})) : u("", !0)
|
|
@@ -2605,7 +2612,7 @@ function to(t, s, e, a, n, i) {
|
|
|
2605
2612
|
const pt = /* @__PURE__ */ b(Ja, [["render", to], ["__scopeId", "data-v-9e02ab84"]]), so = {
|
|
2606
2613
|
name: "ecs-radiobutton",
|
|
2607
2614
|
emits: ["input", "change"],
|
|
2608
|
-
components: { EcsFormCheck: ss, EcsTextV2:
|
|
2615
|
+
components: { EcsFormCheck: ss, EcsTextV2: We },
|
|
2609
2616
|
mixins: [me],
|
|
2610
2617
|
model: {
|
|
2611
2618
|
prop: "checked",
|
|
@@ -2714,7 +2721,7 @@ function ao(t, s, e, a, n, i) {
|
|
|
2714
2721
|
class: "ecs-form-check-help"
|
|
2715
2722
|
}, {
|
|
2716
2723
|
default: S(() => [
|
|
2717
|
-
|
|
2724
|
+
L(w(e.help), 1)
|
|
2718
2725
|
]),
|
|
2719
2726
|
_: 1
|
|
2720
2727
|
})) : u("", !0)
|
|
@@ -3144,10 +3151,10 @@ function wo(t, s, e, a, n, i) {
|
|
|
3144
3151
|
}, null, 8, ["inset", "danger"])
|
|
3145
3152
|
], 42, _o));
|
|
3146
3153
|
}
|
|
3147
|
-
const
|
|
3154
|
+
const be = /* @__PURE__ */ b(yo, [["render", wo], ["__scopeId", "data-v-47d42f7e"]]), So = {
|
|
3148
3155
|
name: "ecs-popover-list-item",
|
|
3149
3156
|
emits: ["click", "input", "change", "secondaryClick"],
|
|
3150
|
-
components: { EcsCheckbox: pt, EcsRadiobutton: oo, EcsSwitch: fi, EcsSortbutton: vo, EcsIcon: M, EcsFileIcon: gi, EcsButton:
|
|
3157
|
+
components: { EcsCheckbox: pt, EcsRadiobutton: oo, EcsSwitch: fi, EcsSortbutton: vo, EcsIcon: M, EcsFileIcon: gi, EcsButton: be, EcsFocusRing: N },
|
|
3151
3158
|
props: {
|
|
3152
3159
|
/** Determines the type of popover list item.*/
|
|
3153
3160
|
type: {
|
|
@@ -3281,12 +3288,12 @@ const xe = /* @__PURE__ */ b(yo, [["render", wo], ["__scopeId", "data-v-47d42f7e
|
|
|
3281
3288
|
this.$emit("secondaryClick");
|
|
3282
3289
|
}
|
|
3283
3290
|
}
|
|
3284
|
-
},
|
|
3291
|
+
}, xo = {
|
|
3285
3292
|
key: 0,
|
|
3286
3293
|
class: "ecs-popover-list-item control no-hover",
|
|
3287
3294
|
role: "menuitem",
|
|
3288
3295
|
tabindex: "-1"
|
|
3289
|
-
},
|
|
3296
|
+
}, Co = {
|
|
3290
3297
|
key: 0,
|
|
3291
3298
|
class: "after"
|
|
3292
3299
|
}, Bo = {
|
|
@@ -3311,13 +3318,13 @@ const xe = /* @__PURE__ */ b(yo, [["render", wo], ["__scopeId", "data-v-47d42f7e
|
|
|
3311
3318
|
}, Po = ["tabindex"], Mo = {
|
|
3312
3319
|
key: 0,
|
|
3313
3320
|
class: "after"
|
|
3314
|
-
}, Oo = ["tabindex", "href"],
|
|
3321
|
+
}, Oo = ["tabindex", "href"], Lo = { class: "text" }, Ao = { class: "text-inner" }, No = {
|
|
3315
3322
|
key: 1,
|
|
3316
3323
|
class: "help"
|
|
3317
3324
|
}, Ro = {
|
|
3318
3325
|
key: 2,
|
|
3319
3326
|
class: "after"
|
|
3320
|
-
},
|
|
3327
|
+
}, Do = ["tabindex"], $o = { class: "text" }, Vo = { class: "text-inner" }, Ho = {
|
|
3321
3328
|
key: 1,
|
|
3322
3329
|
class: "help"
|
|
3323
3330
|
}, Fo = {
|
|
@@ -3327,9 +3334,9 @@ const xe = /* @__PURE__ */ b(yo, [["render", wo], ["__scopeId", "data-v-47d42f7e
|
|
|
3327
3334
|
function qo(t, s, e, a, n, i) {
|
|
3328
3335
|
const r = m("ecs-checkbox"), c = m("ecs-icon"), d = m("ecs-radiobutton"), f = m("ecs-switch"), y = m("ecs-sortbutton"), _ = m("ecs-focus-ring"), I = m("ecs-file-icon"), z = m("ecs-button");
|
|
3329
3336
|
return o(), l("li", null, [
|
|
3330
|
-
e.type === "checkbox" ? (o(), l("div",
|
|
3337
|
+
e.type === "checkbox" ? (o(), l("div", xo, [
|
|
3331
3338
|
k(r, {
|
|
3332
|
-
onInput: s[0] || (s[0] = (
|
|
3339
|
+
onInput: s[0] || (s[0] = (x) => t.$emit("input", x)),
|
|
3333
3340
|
disabled: e.disabled || null,
|
|
3334
3341
|
value: e.value,
|
|
3335
3342
|
"value-false": e.valueFalse,
|
|
@@ -3341,7 +3348,7 @@ function qo(t, s, e, a, n, i) {
|
|
|
3341
3348
|
]),
|
|
3342
3349
|
_: 3
|
|
3343
3350
|
}, 8, ["disabled", "value", "value-false", "value-true", "indeterminate"]),
|
|
3344
|
-
e.suffix ? (o(), l("span",
|
|
3351
|
+
e.suffix ? (o(), l("span", Co, w(e.suffix), 1)) : u("", !0),
|
|
3345
3352
|
e.draggable ? (o(), p(c, {
|
|
3346
3353
|
key: 1,
|
|
3347
3354
|
type: "drag-handler",
|
|
@@ -3350,7 +3357,7 @@ function qo(t, s, e, a, n, i) {
|
|
|
3350
3357
|
})) : u("", !0)
|
|
3351
3358
|
])) : e.type === "radiobutton" ? (o(), l("div", Bo, [
|
|
3352
3359
|
k(d, {
|
|
3353
|
-
onChange: s[1] || (s[1] = (
|
|
3360
|
+
onChange: s[1] || (s[1] = (x) => t.$emit("change", x)),
|
|
3354
3361
|
disabled: e.disabled || null,
|
|
3355
3362
|
checked: e.value || null
|
|
3356
3363
|
}, {
|
|
@@ -3368,8 +3375,8 @@ function qo(t, s, e, a, n, i) {
|
|
|
3368
3375
|
})) : u("", !0)
|
|
3369
3376
|
])) : e.type === "switch" ? (o(), l("div", Io, [
|
|
3370
3377
|
k(f, {
|
|
3371
|
-
onInput: s[2] || (s[2] = (
|
|
3372
|
-
onChange: s[3] || (s[3] = (
|
|
3378
|
+
onInput: s[2] || (s[2] = (x) => t.$emit("input", x)),
|
|
3379
|
+
onChange: s[3] || (s[3] = (x) => t.$emit("change", x)),
|
|
3373
3380
|
value: e.value,
|
|
3374
3381
|
"value-false": e.valueFalse,
|
|
3375
3382
|
"value-true": e.valueTrue,
|
|
@@ -3391,7 +3398,7 @@ function qo(t, s, e, a, n, i) {
|
|
|
3391
3398
|
})) : u("", !0)
|
|
3392
3399
|
])) : e.type === "sort" ? (o(), l("div", {
|
|
3393
3400
|
key: 3,
|
|
3394
|
-
onClick: s[4] || (s[4] = (
|
|
3401
|
+
onClick: s[4] || (s[4] = (x) => t.$emit("click", x)),
|
|
3395
3402
|
class: "ecs-popover-list-item control no-hover",
|
|
3396
3403
|
role: "menuitem",
|
|
3397
3404
|
tabindex: e.disabled ? -1 : 0
|
|
@@ -3415,7 +3422,7 @@ function qo(t, s, e, a, n, i) {
|
|
|
3415
3422
|
k(_, { inset: 0 })
|
|
3416
3423
|
], 8, Po)) : e.type === "link" ? (o(), l("a", {
|
|
3417
3424
|
key: 4,
|
|
3418
|
-
onClick: s[7] || (s[7] = (
|
|
3425
|
+
onClick: s[7] || (s[7] = (x) => t.$emit("click", x)),
|
|
3419
3426
|
class: v(["ecs-popover-list-item", [
|
|
3420
3427
|
e.danger ? "danger" : "",
|
|
3421
3428
|
e.subtle ? "subtle" : "",
|
|
@@ -3440,15 +3447,15 @@ function qo(t, s, e, a, n, i) {
|
|
|
3440
3447
|
height: 24,
|
|
3441
3448
|
class: "file-icon"
|
|
3442
3449
|
}, null, 8, ["type"])) : u("", !0),
|
|
3443
|
-
g("span",
|
|
3444
|
-
g("span",
|
|
3450
|
+
g("span", Lo, [
|
|
3451
|
+
g("span", Ao, [
|
|
3445
3452
|
h(t.$slots, "default", {}, void 0, !0)
|
|
3446
3453
|
]),
|
|
3447
3454
|
i.secondaryActionOptions.show ? (o(), p(z, {
|
|
3448
3455
|
key: 0,
|
|
3449
3456
|
onClick: Y(i.handleSecondaryClick, ["stop"]),
|
|
3450
|
-
onMouseover: s[5] || (s[5] = (
|
|
3451
|
-
onMouseleave: s[6] || (s[6] = (
|
|
3457
|
+
onMouseover: s[5] || (s[5] = (x) => n.preventHover = !n.preventHover),
|
|
3458
|
+
onMouseleave: s[6] || (s[6] = (x) => n.preventHover = !n.preventHover),
|
|
3452
3459
|
size: "sml",
|
|
3453
3460
|
type: i.secondaryActionOptions.type,
|
|
3454
3461
|
icon: i.secondaryActionOptions.icon,
|
|
@@ -3458,7 +3465,7 @@ function qo(t, s, e, a, n, i) {
|
|
|
3458
3465
|
title: i.secondaryActionOptions.iconOnly ? i.secondaryActionOptions.label : void 0
|
|
3459
3466
|
}, {
|
|
3460
3467
|
default: S(() => [
|
|
3461
|
-
|
|
3468
|
+
L(w(i.secondaryActionOptions.label), 1)
|
|
3462
3469
|
]),
|
|
3463
3470
|
_: 1
|
|
3464
3471
|
}, 8, ["onClick", "type", "icon", "icon-only", "class", "aria-label", "title"])) : u("", !0),
|
|
@@ -3486,7 +3493,7 @@ function qo(t, s, e, a, n, i) {
|
|
|
3486
3493
|
e.noHover || n.preventHover ? "no-hover" : "",
|
|
3487
3494
|
e.selected ? "selected" : ""
|
|
3488
3495
|
]]),
|
|
3489
|
-
onClick: s[10] || (s[10] = (
|
|
3496
|
+
onClick: s[10] || (s[10] = (x) => t.$emit("click", x)),
|
|
3490
3497
|
role: "menuitem",
|
|
3491
3498
|
tabindex: e.disabled ? -1 : 0
|
|
3492
3499
|
}, [
|
|
@@ -3503,15 +3510,15 @@ function qo(t, s, e, a, n, i) {
|
|
|
3503
3510
|
height: 24,
|
|
3504
3511
|
class: "file-icon"
|
|
3505
3512
|
}, null, 8, ["type"])) : u("", !0),
|
|
3506
|
-
g("span",
|
|
3513
|
+
g("span", $o, [
|
|
3507
3514
|
g("span", Vo, [
|
|
3508
3515
|
h(t.$slots, "default", {}, void 0, !0)
|
|
3509
3516
|
]),
|
|
3510
3517
|
i.secondaryActionOptions.show ? (o(), p(z, {
|
|
3511
3518
|
key: 0,
|
|
3512
3519
|
onClick: Y(i.handleSecondaryClick, ["stop"]),
|
|
3513
|
-
onMouseover: s[8] || (s[8] = (
|
|
3514
|
-
onMouseleave: s[9] || (s[9] = (
|
|
3520
|
+
onMouseover: s[8] || (s[8] = (x) => n.preventHover = !n.preventHover),
|
|
3521
|
+
onMouseleave: s[9] || (s[9] = (x) => n.preventHover = !n.preventHover),
|
|
3515
3522
|
size: "sml",
|
|
3516
3523
|
type: i.secondaryActionOptions.type,
|
|
3517
3524
|
icon: i.secondaryActionOptions.icon,
|
|
@@ -3521,7 +3528,7 @@ function qo(t, s, e, a, n, i) {
|
|
|
3521
3528
|
title: i.secondaryActionOptions.iconOnly ? i.secondaryActionOptions.label : void 0
|
|
3522
3529
|
}, {
|
|
3523
3530
|
default: S(() => [
|
|
3524
|
-
|
|
3531
|
+
L(w(i.secondaryActionOptions.label), 1)
|
|
3525
3532
|
]),
|
|
3526
3533
|
_: 1
|
|
3527
3534
|
}, 8, ["onClick", "type", "icon", "icon-only", "class", "aria-label", "title"])) : u("", !0),
|
|
@@ -3541,7 +3548,7 @@ function qo(t, s, e, a, n, i) {
|
|
|
3541
3548
|
class: "drag-handle"
|
|
3542
3549
|
})) : u("", !0),
|
|
3543
3550
|
k(_, { inset: 0 })
|
|
3544
|
-
], 10,
|
|
3551
|
+
], 10, Do))
|
|
3545
3552
|
]);
|
|
3546
3553
|
}
|
|
3547
3554
|
const mi = /* @__PURE__ */ b(So, [["render", qo], ["__scopeId", "data-v-571b015b"]]), Wo = {
|
|
@@ -3674,7 +3681,7 @@ function Go(t, s, e, a, n, i) {
|
|
|
3674
3681
|
e.badge ? (o(), l("span", {
|
|
3675
3682
|
key: 1,
|
|
3676
3683
|
class: "badge",
|
|
3677
|
-
style:
|
|
3684
|
+
style: C({ background: e.badgeColor })
|
|
3678
3685
|
}, null, 4)) : u("", !0),
|
|
3679
3686
|
e.icon && e.iconPosition == "right" || e.loading && e.iconPosition == "right" ? (o(), p(r, {
|
|
3680
3687
|
key: 2,
|
|
@@ -3711,7 +3718,7 @@ function Go(t, s, e, a, n, i) {
|
|
|
3711
3718
|
e.badge ? (o(), l("span", {
|
|
3712
3719
|
key: 1,
|
|
3713
3720
|
class: "badge",
|
|
3714
|
-
style:
|
|
3721
|
+
style: C({ background: e.badgeColor })
|
|
3715
3722
|
}, null, 4)) : u("", !0),
|
|
3716
3723
|
e.icon && e.iconPosition == "right" || e.loading && e.iconPosition == "right" ? (o(), p(r, {
|
|
3717
3724
|
key: 2,
|
|
@@ -3772,7 +3779,7 @@ const vt = /* @__PURE__ */ b(Wo, [["render", Go], ["__scopeId", "data-v-8164b50a
|
|
|
3772
3779
|
function Yo(t, s, e, a, n, i) {
|
|
3773
3780
|
return o(), l("div", {
|
|
3774
3781
|
class: v(["ecs-separator", i.classes]),
|
|
3775
|
-
style:
|
|
3782
|
+
style: C({ margin: i.marginStyles, width: e.width, height: e.height }),
|
|
3776
3783
|
role: "separator"
|
|
3777
3784
|
}, null, 6);
|
|
3778
3785
|
}
|
|
@@ -3878,13 +3885,13 @@ function Qo(t, s, e, a, n, i) {
|
|
|
3878
3885
|
content: S(() => [
|
|
3879
3886
|
k(y, null, {
|
|
3880
3887
|
default: S(() => [
|
|
3881
|
-
(o(!0), l(
|
|
3882
|
-
key:
|
|
3888
|
+
(o(!0), l(V, null, se(e.options, (z, x) => (o(), p(d, {
|
|
3889
|
+
key: x,
|
|
3883
3890
|
disabled: z.disabled || null,
|
|
3884
3891
|
onClick: (E) => t.$emit("select", z.action)
|
|
3885
3892
|
}, {
|
|
3886
3893
|
default: S(() => [
|
|
3887
|
-
|
|
3894
|
+
L(w(z.label), 1)
|
|
3888
3895
|
]),
|
|
3889
3896
|
_: 2
|
|
3890
3897
|
}, 1032, ["disabled", "onClick"]))), 128)),
|
|
@@ -3896,7 +3903,7 @@ function Qo(t, s, e, a, n, i) {
|
|
|
3896
3903
|
onInput: i.setFamiliesIncluded
|
|
3897
3904
|
}, {
|
|
3898
3905
|
default: S(() => s[3] || (s[3] = [
|
|
3899
|
-
|
|
3906
|
+
L(" Include Families ")
|
|
3900
3907
|
])),
|
|
3901
3908
|
_: 1
|
|
3902
3909
|
}, 8, ["value", "onInput"])) : u("", !0)
|
|
@@ -3920,7 +3927,7 @@ function Qo(t, s, e, a, n, i) {
|
|
|
3920
3927
|
}, {
|
|
3921
3928
|
default: S(() => [
|
|
3922
3929
|
g("span", null, w(e.count), 1),
|
|
3923
|
-
|
|
3930
|
+
L(" Selected " + w(i.pluralizedType), 1)
|
|
3924
3931
|
]),
|
|
3925
3932
|
_: 1
|
|
3926
3933
|
})
|
|
@@ -3928,7 +3935,7 @@ function Qo(t, s, e, a, n, i) {
|
|
|
3928
3935
|
_: 1
|
|
3929
3936
|
});
|
|
3930
3937
|
}
|
|
3931
|
-
const
|
|
3938
|
+
const $b = /* @__PURE__ */ b(Zo, [["render", Qo], ["__scopeId", "data-v-04aed8bb"]]), er = {
|
|
3932
3939
|
name: "ecs-button-group"
|
|
3933
3940
|
}, tr = { class: "ecs-button-group" };
|
|
3934
3941
|
function sr(t, s, e, a, n, i) {
|
|
@@ -3936,7 +3943,7 @@ function sr(t, s, e, a, n, i) {
|
|
|
3936
3943
|
h(t.$slots, "default", {}, void 0, !0)
|
|
3937
3944
|
]);
|
|
3938
3945
|
}
|
|
3939
|
-
const
|
|
3946
|
+
const Vb = /* @__PURE__ */ b(er, [["render", sr], ["__scopeId", "data-v-83c21366"]]), ir = {
|
|
3940
3947
|
name: "ecs-button-collapse",
|
|
3941
3948
|
emits: ["click"],
|
|
3942
3949
|
components: {
|
|
@@ -4050,7 +4057,7 @@ B.prototype = {
|
|
|
4050
4057
|
return this._a == 1 ? "hsv(" + e + ", " + a + "%, " + n + "%)" : "hsva(" + e + ", " + a + "%, " + n + "%, " + this._roundA + ")";
|
|
4051
4058
|
},
|
|
4052
4059
|
toHsl: function() {
|
|
4053
|
-
var s =
|
|
4060
|
+
var s = Cs(this._r, this._g, this._b);
|
|
4054
4061
|
return {
|
|
4055
4062
|
h: s.h * 360,
|
|
4056
4063
|
s: s.s,
|
|
@@ -4059,7 +4066,7 @@ B.prototype = {
|
|
|
4059
4066
|
};
|
|
4060
4067
|
},
|
|
4061
4068
|
toHslString: function() {
|
|
4062
|
-
var s =
|
|
4069
|
+
var s = Cs(this._r, this._g, this._b), e = Math.round(s.h * 360), a = Math.round(s.s * 100), n = Math.round(s.l * 100);
|
|
4063
4070
|
return this._a == 1 ? "hsl(" + e + ", " + a + "%, " + n + "%)" : "hsla(" + e + ", " + a + "%, " + n + "%, " + this._roundA + ")";
|
|
4064
4071
|
},
|
|
4065
4072
|
toHex: function(s) {
|
|
@@ -4097,7 +4104,7 @@ B.prototype = {
|
|
|
4097
4104
|
return this._a == 1 ? "rgb(" + Math.round(j(this._r, 255) * 100) + "%, " + Math.round(j(this._g, 255) * 100) + "%, " + Math.round(j(this._b, 255) * 100) + "%)" : "rgba(" + Math.round(j(this._r, 255) * 100) + "%, " + Math.round(j(this._g, 255) * 100) + "%, " + Math.round(j(this._b, 255) * 100) + "%, " + this._roundA + ")";
|
|
4098
4105
|
},
|
|
4099
4106
|
toName: function() {
|
|
4100
|
-
return this._a === 0 ? "transparent" : this._a < 1 ? !1 :
|
|
4107
|
+
return this._a === 0 ? "transparent" : this._a < 1 ? !1 : xr[zs(this._r, this._g, this._b, !0)] || !1;
|
|
4101
4108
|
},
|
|
4102
4109
|
toFilter: function(s) {
|
|
4103
4110
|
var e = "#" + Is(this._r, this._g, this._b, this._a), a = e, n = this._gradientType ? "GradientType = 1, " : "";
|
|
@@ -4198,7 +4205,7 @@ function cr(t, s, e) {
|
|
|
4198
4205
|
b: j(e, 255) * 255
|
|
4199
4206
|
};
|
|
4200
4207
|
}
|
|
4201
|
-
function
|
|
4208
|
+
function Cs(t, s, e) {
|
|
4202
4209
|
t = j(t, 255), s = j(s, 255), e = j(e, 255);
|
|
4203
4210
|
var a = Math.max(t, s, e), n = Math.min(t, s, e), i, r, c = (a + n) / 2;
|
|
4204
4211
|
if (a == n)
|
|
@@ -4277,15 +4284,15 @@ function ur(t, s, e) {
|
|
|
4277
4284
|
};
|
|
4278
4285
|
}
|
|
4279
4286
|
function zs(t, s, e, a) {
|
|
4280
|
-
var n = [
|
|
4287
|
+
var n = [Se(Math.round(t).toString(16)), Se(Math.round(s).toString(16)), Se(Math.round(e).toString(16))];
|
|
4281
4288
|
return a && n[0].charAt(0) == n[0].charAt(1) && n[1].charAt(0) == n[1].charAt(1) && n[2].charAt(0) == n[2].charAt(1) ? n[0].charAt(0) + n[1].charAt(0) + n[2].charAt(0) : n.join("");
|
|
4282
4289
|
}
|
|
4283
4290
|
function fr(t, s, e, a, n) {
|
|
4284
|
-
var i = [
|
|
4291
|
+
var i = [Se(Math.round(t).toString(16)), Se(Math.round(s).toString(16)), Se(Math.round(e).toString(16)), Se(pi(a))];
|
|
4285
4292
|
return n && i[0].charAt(0) == i[0].charAt(1) && i[1].charAt(0) == i[1].charAt(1) && i[2].charAt(0) == i[2].charAt(1) && i[3].charAt(0) == i[3].charAt(1) ? i[0].charAt(0) + i[1].charAt(0) + i[2].charAt(0) + i[3].charAt(0) : i.join("");
|
|
4286
4293
|
}
|
|
4287
4294
|
function Is(t, s, e, a) {
|
|
4288
|
-
var n = [
|
|
4295
|
+
var n = [Se(pi(a)), Se(Math.round(t).toString(16)), Se(Math.round(s).toString(16)), Se(Math.round(e).toString(16))];
|
|
4289
4296
|
return n.join("");
|
|
4290
4297
|
}
|
|
4291
4298
|
B.equals = function(t, s) {
|
|
@@ -4564,8 +4571,8 @@ var Wt = B.names = {
|
|
|
4564
4571
|
whitesmoke: "f5f5f5",
|
|
4565
4572
|
yellow: "ff0",
|
|
4566
4573
|
yellowgreen: "9acd32"
|
|
4567
|
-
},
|
|
4568
|
-
function
|
|
4574
|
+
}, xr = B.hexNames = Cr(Wt);
|
|
4575
|
+
function Cr(t) {
|
|
4569
4576
|
var s = {};
|
|
4570
4577
|
for (var e in t)
|
|
4571
4578
|
t.hasOwnProperty(e) && (s[t[e]] = e);
|
|
@@ -4591,7 +4598,7 @@ function Br(t) {
|
|
|
4591
4598
|
function zr(t) {
|
|
4592
4599
|
return typeof t == "string" && t.indexOf("%") != -1;
|
|
4593
4600
|
}
|
|
4594
|
-
function
|
|
4601
|
+
function Se(t) {
|
|
4595
4602
|
return t.length == 1 ? "0" + t : "" + t;
|
|
4596
4603
|
}
|
|
4597
4604
|
function Qe(t) {
|
|
@@ -4603,7 +4610,7 @@ function pi(t) {
|
|
|
4603
4610
|
function Ts(t) {
|
|
4604
4611
|
return ce(t) / 255;
|
|
4605
4612
|
}
|
|
4606
|
-
var
|
|
4613
|
+
var we = function() {
|
|
4607
4614
|
var t = "[-\\+]?\\d+%?", s = "[-\\+]?\\d*\\.\\d+%?", e = "(?:" + s + ")|(?:" + t + ")", a = "[\\s|\\(]+(" + e + ")[,|\\s]+(" + e + ")[,|\\s]+(" + e + ")\\s*\\)?", n = "[\\s|\\(]+(" + e + ")[,|\\s]+(" + e + ")[,|\\s]+(" + e + ")[,|\\s]+(" + e + ")\\s*\\)?";
|
|
4608
4615
|
return {
|
|
4609
4616
|
CSS_UNIT: new RegExp(e),
|
|
@@ -4620,7 +4627,7 @@ var ke = function() {
|
|
|
4620
4627
|
};
|
|
4621
4628
|
}();
|
|
4622
4629
|
function Te(t) {
|
|
4623
|
-
return !!
|
|
4630
|
+
return !!we.CSS_UNIT.exec(t);
|
|
4624
4631
|
}
|
|
4625
4632
|
function Ir(t) {
|
|
4626
4633
|
t = t.replace(or, "").replace(rr, "").toLowerCase();
|
|
@@ -4636,51 +4643,51 @@ function Ir(t) {
|
|
|
4636
4643
|
format: "name"
|
|
4637
4644
|
};
|
|
4638
4645
|
var e;
|
|
4639
|
-
return (e =
|
|
4646
|
+
return (e = we.rgb.exec(t)) ? {
|
|
4640
4647
|
r: e[1],
|
|
4641
4648
|
g: e[2],
|
|
4642
4649
|
b: e[3]
|
|
4643
|
-
} : (e =
|
|
4650
|
+
} : (e = we.rgba.exec(t)) ? {
|
|
4644
4651
|
r: e[1],
|
|
4645
4652
|
g: e[2],
|
|
4646
4653
|
b: e[3],
|
|
4647
4654
|
a: e[4]
|
|
4648
|
-
} : (e =
|
|
4655
|
+
} : (e = we.hsl.exec(t)) ? {
|
|
4649
4656
|
h: e[1],
|
|
4650
4657
|
s: e[2],
|
|
4651
4658
|
l: e[3]
|
|
4652
|
-
} : (e =
|
|
4659
|
+
} : (e = we.hsla.exec(t)) ? {
|
|
4653
4660
|
h: e[1],
|
|
4654
4661
|
s: e[2],
|
|
4655
4662
|
l: e[3],
|
|
4656
4663
|
a: e[4]
|
|
4657
|
-
} : (e =
|
|
4664
|
+
} : (e = we.hsv.exec(t)) ? {
|
|
4658
4665
|
h: e[1],
|
|
4659
4666
|
s: e[2],
|
|
4660
4667
|
v: e[3]
|
|
4661
|
-
} : (e =
|
|
4668
|
+
} : (e = we.hsva.exec(t)) ? {
|
|
4662
4669
|
h: e[1],
|
|
4663
4670
|
s: e[2],
|
|
4664
4671
|
v: e[3],
|
|
4665
4672
|
a: e[4]
|
|
4666
|
-
} : (e =
|
|
4673
|
+
} : (e = we.hex8.exec(t)) ? {
|
|
4667
4674
|
r: ce(e[1]),
|
|
4668
4675
|
g: ce(e[2]),
|
|
4669
4676
|
b: ce(e[3]),
|
|
4670
4677
|
a: Ts(e[4]),
|
|
4671
4678
|
format: s ? "name" : "hex8"
|
|
4672
|
-
} : (e =
|
|
4679
|
+
} : (e = we.hex6.exec(t)) ? {
|
|
4673
4680
|
r: ce(e[1]),
|
|
4674
4681
|
g: ce(e[2]),
|
|
4675
4682
|
b: ce(e[3]),
|
|
4676
4683
|
format: s ? "name" : "hex"
|
|
4677
|
-
} : (e =
|
|
4684
|
+
} : (e = we.hex4.exec(t)) ? {
|
|
4678
4685
|
r: ce(e[1] + "" + e[1]),
|
|
4679
4686
|
g: ce(e[2] + "" + e[2]),
|
|
4680
4687
|
b: ce(e[3] + "" + e[3]),
|
|
4681
4688
|
a: Ts(e[4] + "" + e[4]),
|
|
4682
4689
|
format: s ? "name" : "hex8"
|
|
4683
|
-
} : (e =
|
|
4690
|
+
} : (e = we.hex3.exec(t)) ? {
|
|
4684
4691
|
r: ce(e[1] + "" + e[1]),
|
|
4685
4692
|
g: ce(e[2] + "" + e[2]),
|
|
4686
4693
|
b: ce(e[3] + "" + e[3]),
|
|
@@ -4759,7 +4766,7 @@ function Mr(t, s, e, a, n, i) {
|
|
|
4759
4766
|
class: v(["ecs-context-button", [e.loading ? "loading" : "", i.iconOnly ? "ecs-context-button-icon-only" : ""]]),
|
|
4760
4767
|
"aria-label": e.ariaLabel,
|
|
4761
4768
|
"aria-busy": e.loading || null,
|
|
4762
|
-
style:
|
|
4769
|
+
style: C(i.selectedColorText),
|
|
4763
4770
|
onClick: s[0] || (s[0] = (d) => t.$emit("click", d))
|
|
4764
4771
|
}, [
|
|
4765
4772
|
e.icon || e.loading ? (o(), p(r, {
|
|
@@ -4770,21 +4777,21 @@ function Mr(t, s, e, a, n, i) {
|
|
|
4770
4777
|
e.selectedColor ? (o(), l("div", {
|
|
4771
4778
|
key: 1,
|
|
4772
4779
|
class: "ecs-context-button-color",
|
|
4773
|
-
style:
|
|
4780
|
+
style: C(i.selectedColorBackground)
|
|
4774
4781
|
}, null, 4)) : u("", !0),
|
|
4775
4782
|
h(t.$slots, "default", {}, void 0, !0),
|
|
4776
4783
|
k(c)
|
|
4777
4784
|
], 14, Pr);
|
|
4778
4785
|
}
|
|
4779
|
-
const
|
|
4786
|
+
const Hb = /* @__PURE__ */ b(Tr, [["render", Mr], ["__scopeId", "data-v-2e6b8605"]]), Or = {
|
|
4780
4787
|
name: "ecs-context-button-group"
|
|
4781
|
-
},
|
|
4782
|
-
function
|
|
4783
|
-
return o(), l("div",
|
|
4788
|
+
}, Lr = { class: "ecs-context-button-group" };
|
|
4789
|
+
function Ar(t, s, e, a, n, i) {
|
|
4790
|
+
return o(), l("div", Lr, [
|
|
4784
4791
|
h(t.$slots, "default", {}, void 0, !0)
|
|
4785
4792
|
]);
|
|
4786
4793
|
}
|
|
4787
|
-
const
|
|
4794
|
+
const Fb = /* @__PURE__ */ b(Or, [["render", Ar], ["__scopeId", "data-v-94a53b69"]]), Nr = {
|
|
4788
4795
|
name: "ecs-button-dialog",
|
|
4789
4796
|
emits: ["click"],
|
|
4790
4797
|
components: {
|
|
@@ -4815,7 +4822,7 @@ const $b = /* @__PURE__ */ b(Or, [["render", Lr], ["__scopeId", "data-v-94a53b69
|
|
|
4815
4822
|
}
|
|
4816
4823
|
}
|
|
4817
4824
|
}, Rr = ["aria-busy"];
|
|
4818
|
-
function
|
|
4825
|
+
function Dr(t, s, e, a, n, i) {
|
|
4819
4826
|
const r = m("ecs-icon"), c = m("ecs-focus-ring");
|
|
4820
4827
|
return o(), l("button", {
|
|
4821
4828
|
onClick: s[0] || (s[0] = (d) => t.$emit("click", d)),
|
|
@@ -4833,7 +4840,7 @@ function $r(t, s, e, a, n, i) {
|
|
|
4833
4840
|
}, null, 8, ["danger"])
|
|
4834
4841
|
], 10, Rr);
|
|
4835
4842
|
}
|
|
4836
|
-
const
|
|
4843
|
+
const qb = /* @__PURE__ */ b(Nr, [["render", Dr], ["__scopeId", "data-v-d40a7cc1"]]), $r = {
|
|
4837
4844
|
name: "ecs-button-more",
|
|
4838
4845
|
emits: ["click"],
|
|
4839
4846
|
components: {
|
|
@@ -4897,7 +4904,7 @@ function Hr(t, s, e, a, n, i) {
|
|
|
4897
4904
|
k(c)
|
|
4898
4905
|
], 10, Vr);
|
|
4899
4906
|
}
|
|
4900
|
-
const vi = /* @__PURE__ */ b(
|
|
4907
|
+
const vi = /* @__PURE__ */ b($r, [["render", Hr], ["__scopeId", "data-v-91c19a75"]]), Fr = {
|
|
4901
4908
|
name: "ecs-button-table",
|
|
4902
4909
|
emits: ["click", "mouseover", "mouseleave"],
|
|
4903
4910
|
components: {
|
|
@@ -5083,7 +5090,7 @@ function Jr(t, s, e, a, n, i) {
|
|
|
5083
5090
|
k(c)
|
|
5084
5091
|
], 10, Xr);
|
|
5085
5092
|
}
|
|
5086
|
-
const
|
|
5093
|
+
const Wb = /* @__PURE__ */ b(Yr, [["render", Jr], ["__scopeId", "data-v-5a859a10"]]), Qr = {
|
|
5087
5094
|
name: "ecs-card",
|
|
5088
5095
|
emits: ["click"],
|
|
5089
5096
|
props: {
|
|
@@ -5142,12 +5149,12 @@ function il(t, s, e, a, n, i) {
|
|
|
5142
5149
|
e.progress ? (o(), l("div", {
|
|
5143
5150
|
key: 0,
|
|
5144
5151
|
class: "progress",
|
|
5145
|
-
style:
|
|
5152
|
+
style: C({ width: e.progress + "%" })
|
|
5146
5153
|
}, null, 4)) : u("", !0)
|
|
5147
5154
|
])
|
|
5148
5155
|
], 10, el);
|
|
5149
5156
|
}
|
|
5150
|
-
const
|
|
5157
|
+
const jb = /* @__PURE__ */ b(Qr, [["render", il], ["__scopeId", "data-v-8d449816"]]), nl = {
|
|
5151
5158
|
name: "ecs-citation-line",
|
|
5152
5159
|
emits: ["change", "blur", "focus"],
|
|
5153
5160
|
components: { EcsFlexRow: Ee },
|
|
@@ -5216,7 +5223,7 @@ function ol(t, s, e, a, n, i) {
|
|
|
5216
5223
|
_: 3
|
|
5217
5224
|
});
|
|
5218
5225
|
}
|
|
5219
|
-
const
|
|
5226
|
+
const Ub = /* @__PURE__ */ b(nl, [["render", ol], ["__scopeId", "data-v-cfd8e718"]]), rl = {
|
|
5220
5227
|
name: "ecs-chat-conversation",
|
|
5221
5228
|
mounted() {
|
|
5222
5229
|
this.scrollToBottom(), this.setupMutationObserver();
|
|
@@ -5249,7 +5256,7 @@ function cl(t, s, e, a, n, i) {
|
|
|
5249
5256
|
h(t.$slots, "default", {}, void 0, !0)
|
|
5250
5257
|
], 512);
|
|
5251
5258
|
}
|
|
5252
|
-
const
|
|
5259
|
+
const Gb = /* @__PURE__ */ b(rl, [["render", cl], ["__scopeId", "data-v-3181dbaf"]]), dl = {
|
|
5253
5260
|
name: "ecs-chat-message",
|
|
5254
5261
|
components: { EcsAvatar: nt, EcsIcon: M },
|
|
5255
5262
|
props: {
|
|
@@ -5311,7 +5318,7 @@ function yl(t, s, e, a, n, i) {
|
|
|
5311
5318
|
"aria-busy": e.busy
|
|
5312
5319
|
}, [
|
|
5313
5320
|
g("div", fl, [
|
|
5314
|
-
e.type !== "assistant" ? (o(), p(r,
|
|
5321
|
+
e.type !== "assistant" ? (o(), p(r, Le({ key: 0 }, e.avatar, { size: 24 }), null, 16)) : (o(), l("div", gl, [
|
|
5315
5322
|
k(c, {
|
|
5316
5323
|
type: "ecai-icon",
|
|
5317
5324
|
size: "20",
|
|
@@ -5320,7 +5327,7 @@ function yl(t, s, e, a, n, i) {
|
|
|
5320
5327
|
])),
|
|
5321
5328
|
g("div", {
|
|
5322
5329
|
class: "ecs-chat-message-bubble",
|
|
5323
|
-
style:
|
|
5330
|
+
style: C({ backgroundColor: i.bubbleColor })
|
|
5324
5331
|
}, [
|
|
5325
5332
|
(o(), l("svg", ml, [
|
|
5326
5333
|
g("path", {
|
|
@@ -5336,7 +5343,7 @@ function yl(t, s, e, a, n, i) {
|
|
|
5336
5343
|
])) : u("", !0)
|
|
5337
5344
|
], 10, ul);
|
|
5338
5345
|
}
|
|
5339
|
-
const
|
|
5346
|
+
const Kb = /* @__PURE__ */ b(dl, [["render", yl], ["__scopeId", "data-v-81361268"]]);
|
|
5340
5347
|
var Je = {}, Ps;
|
|
5341
5348
|
function bl() {
|
|
5342
5349
|
if (Ps) return Je;
|
|
@@ -5359,7 +5366,7 @@ var _l = bl();
|
|
|
5359
5366
|
const kl = /* @__PURE__ */ Ut(_l), wl = {
|
|
5360
5367
|
name: "ecs-context-menu",
|
|
5361
5368
|
emits: ["option-clicked", "menu-closed", "menu-opened"],
|
|
5362
|
-
components: { EcsIcon: M, EcsFocusRing: N, EcsButton:
|
|
5369
|
+
components: { EcsIcon: M, EcsFocusRing: N, EcsButton: be },
|
|
5363
5370
|
directives: {
|
|
5364
5371
|
clickOutSide: kl
|
|
5365
5372
|
},
|
|
@@ -5464,13 +5471,13 @@ const kl = /* @__PURE__ */ Ut(_l), wl = {
|
|
|
5464
5471
|
beforeUnmount() {
|
|
5465
5472
|
document.removeEventListener("keyup", this.onEscKeyRelease);
|
|
5466
5473
|
}
|
|
5467
|
-
}, Sl = ["id"],
|
|
5474
|
+
}, Sl = ["id"], xl = ["onClick", "role", "tabindex", "aria-disabled"], Cl = { key: 1 };
|
|
5468
5475
|
function Bl(t, s, e, a, n, i) {
|
|
5469
5476
|
const r = m("ecs-icon"), c = m("ecs-button"), d = m("ecs-focus-ring"), f = Ri("click-out-side");
|
|
5470
5477
|
return Fe((o(), l("div", {
|
|
5471
5478
|
class: v(["ecs-context-menu", n.opened ? " opened" : ""]),
|
|
5472
5479
|
id: e.elementId,
|
|
5473
|
-
style:
|
|
5480
|
+
style: C([i.postionStyles])
|
|
5474
5481
|
}, [
|
|
5475
5482
|
g("ul", {
|
|
5476
5483
|
role: "menu",
|
|
@@ -5483,7 +5490,7 @@ function Bl(t, s, e, a, n, i) {
|
|
|
5483
5490
|
ref: "menu",
|
|
5484
5491
|
id: "my-menu"
|
|
5485
5492
|
}, [
|
|
5486
|
-
(o(!0), l(
|
|
5493
|
+
(o(!0), l(V, null, se(e.options, (y, _) => (o(), l("li", {
|
|
5487
5494
|
key: _,
|
|
5488
5495
|
onClick: Y((I) => i.optionClicked(y), ["stop"]),
|
|
5489
5496
|
role: y.type === "divider" ? "separator" : "menuitem",
|
|
@@ -5500,7 +5507,7 @@ function Bl(t, s, e, a, n, i) {
|
|
|
5500
5507
|
type: y.icon,
|
|
5501
5508
|
size: "20"
|
|
5502
5509
|
}, null, 8, ["type"])) : u("", !0),
|
|
5503
|
-
y.type != "divider" ? (o(), l("span",
|
|
5510
|
+
y.type != "divider" ? (o(), l("span", Cl, w(y.name), 1)) : u("", !0),
|
|
5504
5511
|
y.nested ? (o(), p(c, {
|
|
5505
5512
|
key: 2,
|
|
5506
5513
|
onClick: Y((I) => i.optionClicked(y.nested), ["stop"]),
|
|
@@ -5515,16 +5522,16 @@ function Bl(t, s, e, a, n, i) {
|
|
|
5515
5522
|
k(d, {
|
|
5516
5523
|
danger: y.type == "danger"
|
|
5517
5524
|
}, null, 8, ["danger"])
|
|
5518
|
-
], 10,
|
|
5525
|
+
], 10, xl))), 128))
|
|
5519
5526
|
], 544)
|
|
5520
5527
|
], 14, Sl)), [
|
|
5521
5528
|
[f, i.onClickOutside]
|
|
5522
5529
|
]);
|
|
5523
5530
|
}
|
|
5524
|
-
const
|
|
5531
|
+
const Yb = /* @__PURE__ */ b(wl, [["render", Bl], ["__scopeId", "data-v-68234afa"]]), zl = {
|
|
5525
5532
|
name: "ecs-collapse",
|
|
5526
5533
|
emits: ["toggled", "remove"],
|
|
5527
|
-
components: { EcsButton:
|
|
5534
|
+
components: { EcsButton: be, EcsFocusRing: N, EcsFlexRow: Ee },
|
|
5528
5535
|
props: {
|
|
5529
5536
|
/** Unique ID, is required to handle persist states. */
|
|
5530
5537
|
id: {
|
|
@@ -5670,7 +5677,7 @@ function Ol(t, s, e, a, n, i) {
|
|
|
5670
5677
|
}, [
|
|
5671
5678
|
k(c, { gap: 4 }, {
|
|
5672
5679
|
default: S(() => [
|
|
5673
|
-
|
|
5680
|
+
L(w(e.title) + " ", 1),
|
|
5674
5681
|
e.count ? (o(), l("span", Tl, "(" + w(e.count) + ")", 1)) : u("", !0)
|
|
5675
5682
|
]),
|
|
5676
5683
|
_: 1
|
|
@@ -5706,7 +5713,7 @@ function Ol(t, s, e, a, n, i) {
|
|
|
5706
5713
|
], 10, Ml)
|
|
5707
5714
|
], 2);
|
|
5708
5715
|
}
|
|
5709
|
-
const
|
|
5716
|
+
const Xb = /* @__PURE__ */ b(zl, [["render", Ol], ["__scopeId", "data-v-2c8b4b19"]]), Ll = {
|
|
5710
5717
|
name: "ecs-collection-control",
|
|
5711
5718
|
emits: ["toggled", "collectionTooltip"],
|
|
5712
5719
|
components: { EcsIcon: M, EcsFocusRing: N },
|
|
@@ -5785,10 +5792,10 @@ const Ub = /* @__PURE__ */ b(zl, [["render", Ol], ["__scopeId", "data-v-2c8b4b19
|
|
|
5785
5792
|
created() {
|
|
5786
5793
|
this.expandId = this.generateUniqueId();
|
|
5787
5794
|
}
|
|
5788
|
-
},
|
|
5795
|
+
}, Al = ["tabindex", "role", "aria-expanded", "aria-controls"], Nl = {
|
|
5789
5796
|
key: 1,
|
|
5790
5797
|
class: "description"
|
|
5791
|
-
}, Rl = ["title"],
|
|
5798
|
+
}, Rl = ["title"], Dl = { key: 0 }, $l = ["id", "aria-hidden"];
|
|
5792
5799
|
function Vl(t, s, e, a, n, i) {
|
|
5793
5800
|
const r = m("ecs-focus-ring"), c = m("ecs-icon");
|
|
5794
5801
|
return o(), l("div", {
|
|
@@ -5827,13 +5834,13 @@ function Vl(t, s, e, a, n, i) {
|
|
|
5827
5834
|
onMouseleave: s[1] || (s[1] = (...d) => i.toggleTooltip && i.toggleTooltip(...d)),
|
|
5828
5835
|
title: i.fullTooltip
|
|
5829
5836
|
}, [
|
|
5830
|
-
(o(!0), l(
|
|
5837
|
+
(o(!0), l(V, null, se(e.collection, (d) => (o(), l("span", {
|
|
5831
5838
|
key: d.name
|
|
5832
5839
|
}, [
|
|
5833
|
-
d.value ? (o(), l("span",
|
|
5840
|
+
d.value ? (o(), l("span", Dl, w(d.name), 1)) : u("", !0)
|
|
5834
5841
|
]))), 128))
|
|
5835
5842
|
], 40, Rl)
|
|
5836
|
-
], 42,
|
|
5843
|
+
], 42, Al),
|
|
5837
5844
|
g("div", {
|
|
5838
5845
|
class: v([n.isVisible || e.nonInteractive ? "collapse-show" : "collapse-hide", "collapse"]),
|
|
5839
5846
|
id: e.nonInteractive ? void 0 : n.expandId,
|
|
@@ -5841,14 +5848,14 @@ function Vl(t, s, e, a, n, i) {
|
|
|
5841
5848
|
}, [
|
|
5842
5849
|
g("div", {
|
|
5843
5850
|
class: "ecs-collection-control-list scrollbar scrollbar-sml",
|
|
5844
|
-
style:
|
|
5851
|
+
style: C(i.listMaxHeight)
|
|
5845
5852
|
}, [
|
|
5846
5853
|
h(t.$slots, "default")
|
|
5847
5854
|
], 4)
|
|
5848
|
-
], 10,
|
|
5855
|
+
], 10, $l)
|
|
5849
5856
|
], 2);
|
|
5850
5857
|
}
|
|
5851
|
-
const
|
|
5858
|
+
const Zb = /* @__PURE__ */ b(Ll, [["render", Vl], ["__scopeId", "data-v-95f66a3d"]]), Hl = {
|
|
5852
5859
|
name: "ecs-formatted",
|
|
5853
5860
|
components: { EcsSkeletonLoader: ie },
|
|
5854
5861
|
mixins: [me],
|
|
@@ -5901,7 +5908,7 @@ function ql(t, s, e, a, n, i) {
|
|
|
5901
5908
|
const yi = /* @__PURE__ */ b(Hl, [["render", ql]]), Wl = {
|
|
5902
5909
|
name: "ecs-comment",
|
|
5903
5910
|
emits: ["edit", "delete"],
|
|
5904
|
-
components: { EcsAvatar: nt, EcsButton:
|
|
5911
|
+
components: { EcsAvatar: nt, EcsButton: be, EcsFormatted: yi, EcsSkeletonLoader: ie },
|
|
5905
5912
|
props: {
|
|
5906
5913
|
/** Name of the user that is the comment author. */
|
|
5907
5914
|
userName: {
|
|
@@ -6013,14 +6020,14 @@ function ec(t, s, e, a, n, i) {
|
|
|
6013
6020
|
]))
|
|
6014
6021
|
], 8, jl);
|
|
6015
6022
|
}
|
|
6016
|
-
const
|
|
6023
|
+
const Jb = /* @__PURE__ */ b(Wl, [["render", ec], ["__scopeId", "data-v-b792bd83"]]), tc = {}, sc = { class: "ecs-comment-list" };
|
|
6017
6024
|
function ic(t, s) {
|
|
6018
6025
|
return o(), l("div", sc, [
|
|
6019
6026
|
h(t.$slots, "default")
|
|
6020
6027
|
]);
|
|
6021
6028
|
}
|
|
6022
|
-
const
|
|
6023
|
-
function
|
|
6029
|
+
const Qb = /* @__PURE__ */ b(tc, [["render", ic]]);
|
|
6030
|
+
function xt(t = {}, s = 0) {
|
|
6024
6031
|
const e = t && t.a;
|
|
6025
6032
|
let a;
|
|
6026
6033
|
t && t.hsl ? a = B(t.hsl) : t && t.hex && t.hex.length > 0 ? a = B(t.hex) : t && t.hsv ? a = B(t.hsv) : t && t.rgba ? a = B(t.rgba) : t && t.rgb ? a = B(t.rgb) : a = B(t), a && (a._a === void 0 || a._a === null) && a.setAlpha(e || 1);
|
|
@@ -6040,7 +6047,7 @@ const nc = {
|
|
|
6040
6047
|
props: ["modelValue"],
|
|
6041
6048
|
data() {
|
|
6042
6049
|
return {
|
|
6043
|
-
val:
|
|
6050
|
+
val: xt(this.modelValue)
|
|
6044
6051
|
};
|
|
6045
6052
|
},
|
|
6046
6053
|
computed: {
|
|
@@ -6055,12 +6062,12 @@ const nc = {
|
|
|
6055
6062
|
},
|
|
6056
6063
|
watch: {
|
|
6057
6064
|
modelValue(t) {
|
|
6058
|
-
this.val =
|
|
6065
|
+
this.val = xt(t);
|
|
6059
6066
|
}
|
|
6060
6067
|
},
|
|
6061
6068
|
methods: {
|
|
6062
6069
|
colorChange(t, s) {
|
|
6063
|
-
this.oldHue = this.colors.hsl.h, this.colors =
|
|
6070
|
+
this.oldHue = this.colors.hsl.h, this.colors = xt(t, s || this.oldHue);
|
|
6064
6071
|
},
|
|
6065
6072
|
isValidHex(t) {
|
|
6066
6073
|
return B(t).isValid();
|
|
@@ -6154,7 +6161,7 @@ function dc(t, s, e, a, n, i) {
|
|
|
6154
6161
|
onInput: s[2] || (s[2] = (...r) => i.update && i.update(...r)),
|
|
6155
6162
|
ref: "input"
|
|
6156
6163
|
}, null, 40, rc), [
|
|
6157
|
-
[
|
|
6164
|
+
[Di, i.val]
|
|
6158
6165
|
]),
|
|
6159
6166
|
g("span", {
|
|
6160
6167
|
for: e.label,
|
|
@@ -6165,14 +6172,14 @@ function dc(t, s, e, a, n, i) {
|
|
|
6165
6172
|
]);
|
|
6166
6173
|
}
|
|
6167
6174
|
const uc = /* @__PURE__ */ b(ac, [["render", dc]]);
|
|
6168
|
-
var
|
|
6175
|
+
var Ct, Ms;
|
|
6169
6176
|
function fc() {
|
|
6170
|
-
if (Ms) return
|
|
6171
|
-
Ms = 1,
|
|
6177
|
+
if (Ms) return Ct;
|
|
6178
|
+
Ms = 1, Ct = t;
|
|
6172
6179
|
function t(s, e, a) {
|
|
6173
6180
|
return e < a ? s < e ? e : s > a ? a : s : s < a ? a : s > e ? e : s;
|
|
6174
6181
|
}
|
|
6175
|
-
return
|
|
6182
|
+
return Ct;
|
|
6176
6183
|
}
|
|
6177
6184
|
var gc = fc();
|
|
6178
6185
|
const ut = /* @__PURE__ */ Ut(gc);
|
|
@@ -6186,17 +6193,17 @@ function os() {
|
|
|
6186
6193
|
}
|
|
6187
6194
|
return Bt = t, Bt;
|
|
6188
6195
|
}
|
|
6189
|
-
var zt,
|
|
6196
|
+
var zt, Ls;
|
|
6190
6197
|
function mc() {
|
|
6191
|
-
if (
|
|
6192
|
-
|
|
6198
|
+
if (Ls) return zt;
|
|
6199
|
+
Ls = 1;
|
|
6193
6200
|
var t = typeof ct == "object" && ct && ct.Object === Object && ct;
|
|
6194
6201
|
return zt = t, zt;
|
|
6195
6202
|
}
|
|
6196
|
-
var It,
|
|
6203
|
+
var It, As;
|
|
6197
6204
|
function bi() {
|
|
6198
|
-
if (
|
|
6199
|
-
|
|
6205
|
+
if (As) return It;
|
|
6206
|
+
As = 1;
|
|
6200
6207
|
var t = mc(), s = typeof self == "object" && self && self.Object === Object && self, e = t || s || Function("return this")();
|
|
6201
6208
|
return It = e, It;
|
|
6202
6209
|
}
|
|
@@ -6221,20 +6228,20 @@ function pc() {
|
|
|
6221
6228
|
}
|
|
6222
6229
|
return Tt = s, Tt;
|
|
6223
6230
|
}
|
|
6224
|
-
var Pt,
|
|
6231
|
+
var Pt, Ds;
|
|
6225
6232
|
function vc() {
|
|
6226
|
-
if (
|
|
6227
|
-
|
|
6233
|
+
if (Ds) return Pt;
|
|
6234
|
+
Ds = 1;
|
|
6228
6235
|
var t = pc(), s = /^\s+/;
|
|
6229
6236
|
function e(a) {
|
|
6230
6237
|
return a && a.slice(0, t(a) + 1).replace(s, "");
|
|
6231
6238
|
}
|
|
6232
6239
|
return Pt = e, Pt;
|
|
6233
6240
|
}
|
|
6234
|
-
var Mt,
|
|
6241
|
+
var Mt, $s;
|
|
6235
6242
|
function _i() {
|
|
6236
|
-
if (
|
|
6237
|
-
|
|
6243
|
+
if ($s) return Mt;
|
|
6244
|
+
$s = 1;
|
|
6238
6245
|
var t = bi(), s = t.Symbol;
|
|
6239
6246
|
return Mt = s, Mt;
|
|
6240
6247
|
}
|
|
@@ -6255,25 +6262,25 @@ function yc() {
|
|
|
6255
6262
|
}
|
|
6256
6263
|
return Ot = i, Ot;
|
|
6257
6264
|
}
|
|
6258
|
-
var
|
|
6265
|
+
var Lt, Hs;
|
|
6259
6266
|
function bc() {
|
|
6260
|
-
if (Hs) return
|
|
6267
|
+
if (Hs) return Lt;
|
|
6261
6268
|
Hs = 1;
|
|
6262
6269
|
var t = Object.prototype, s = t.toString;
|
|
6263
6270
|
function e(a) {
|
|
6264
6271
|
return s.call(a);
|
|
6265
6272
|
}
|
|
6266
|
-
return
|
|
6273
|
+
return Lt = e, Lt;
|
|
6267
6274
|
}
|
|
6268
|
-
var
|
|
6275
|
+
var At, Fs;
|
|
6269
6276
|
function _c() {
|
|
6270
|
-
if (Fs) return
|
|
6277
|
+
if (Fs) return At;
|
|
6271
6278
|
Fs = 1;
|
|
6272
6279
|
var t = _i(), s = yc(), e = bc(), a = "[object Null]", n = "[object Undefined]", i = t ? t.toStringTag : void 0;
|
|
6273
6280
|
function r(c) {
|
|
6274
6281
|
return c == null ? c === void 0 ? n : a : i && i in Object(c) ? s(c) : e(c);
|
|
6275
6282
|
}
|
|
6276
|
-
return
|
|
6283
|
+
return At = r, At;
|
|
6277
6284
|
}
|
|
6278
6285
|
var Nt, qs;
|
|
6279
6286
|
function kc() {
|
|
@@ -6294,9 +6301,9 @@ function wc() {
|
|
|
6294
6301
|
}
|
|
6295
6302
|
return Rt = a, Rt;
|
|
6296
6303
|
}
|
|
6297
|
-
var
|
|
6304
|
+
var Dt, js;
|
|
6298
6305
|
function Sc() {
|
|
6299
|
-
if (js) return
|
|
6306
|
+
if (js) return Dt;
|
|
6300
6307
|
js = 1;
|
|
6301
6308
|
var t = vc(), s = os(), e = wc(), a = NaN, n = /^[-+]0x[0-9a-f]+$/i, i = /^0b[01]+$/i, r = /^0o[0-7]+$/i, c = parseInt;
|
|
6302
6309
|
function d(f) {
|
|
@@ -6314,67 +6321,67 @@ function Sc() {
|
|
|
6314
6321
|
var _ = i.test(f);
|
|
6315
6322
|
return _ || r.test(f) ? c(f.slice(2), _ ? 2 : 8) : n.test(f) ? a : +f;
|
|
6316
6323
|
}
|
|
6317
|
-
return
|
|
6324
|
+
return Dt = d, Dt;
|
|
6318
6325
|
}
|
|
6319
|
-
var
|
|
6320
|
-
function
|
|
6321
|
-
if (Us) return
|
|
6326
|
+
var $t, Us;
|
|
6327
|
+
function xc() {
|
|
6328
|
+
if (Us) return $t;
|
|
6322
6329
|
Us = 1;
|
|
6323
6330
|
var t = os(), s = hc(), e = Sc(), a = "Expected a function", n = Math.max, i = Math.min;
|
|
6324
6331
|
function r(c, d, f) {
|
|
6325
|
-
var y, _, I, z,
|
|
6332
|
+
var y, _, I, z, x, E, P = 0, T = !1, R = !1, F = !0;
|
|
6326
6333
|
if (typeof c != "function")
|
|
6327
6334
|
throw new TypeError(a);
|
|
6328
6335
|
d = e(d) || 0, t(f) && (T = !!f.leading, R = "maxWait" in f, I = R ? n(e(f.maxWait) || 0, d) : I, F = "trailing" in f ? !!f.trailing : F);
|
|
6329
|
-
function O(
|
|
6336
|
+
function O(A) {
|
|
6330
6337
|
var J = y, te = _;
|
|
6331
|
-
return y = _ = void 0, P =
|
|
6338
|
+
return y = _ = void 0, P = A, z = c.apply(te, J), z;
|
|
6332
6339
|
}
|
|
6333
|
-
function
|
|
6334
|
-
return P =
|
|
6340
|
+
function D(A) {
|
|
6341
|
+
return P = A, x = setTimeout(W, d), T ? O(A) : z;
|
|
6335
6342
|
}
|
|
6336
|
-
function
|
|
6337
|
-
var J =
|
|
6343
|
+
function $(A) {
|
|
6344
|
+
var J = A - E, te = A - P, ee = d - J;
|
|
6338
6345
|
return R ? i(ee, I - te) : ee;
|
|
6339
6346
|
}
|
|
6340
|
-
function
|
|
6341
|
-
var J =
|
|
6347
|
+
function H(A) {
|
|
6348
|
+
var J = A - E, te = A - P;
|
|
6342
6349
|
return E === void 0 || J >= d || J < 0 || R && te >= I;
|
|
6343
6350
|
}
|
|
6344
6351
|
function W() {
|
|
6345
|
-
var
|
|
6346
|
-
if (
|
|
6347
|
-
return U(
|
|
6348
|
-
|
|
6352
|
+
var A = s();
|
|
6353
|
+
if (H(A))
|
|
6354
|
+
return U(A);
|
|
6355
|
+
x = setTimeout(W, $(A));
|
|
6349
6356
|
}
|
|
6350
|
-
function U(
|
|
6351
|
-
return
|
|
6357
|
+
function U(A) {
|
|
6358
|
+
return x = void 0, F && y ? O(A) : (y = _ = void 0, z);
|
|
6352
6359
|
}
|
|
6353
6360
|
function G() {
|
|
6354
|
-
|
|
6361
|
+
x !== void 0 && clearTimeout(x), P = 0, y = E = _ = x = void 0;
|
|
6355
6362
|
}
|
|
6356
6363
|
function X() {
|
|
6357
|
-
return
|
|
6364
|
+
return x === void 0 ? z : U(s());
|
|
6358
6365
|
}
|
|
6359
6366
|
function Z() {
|
|
6360
|
-
var
|
|
6361
|
-
if (y = arguments, _ = this, E =
|
|
6362
|
-
if (
|
|
6363
|
-
return
|
|
6367
|
+
var A = s(), J = H(A);
|
|
6368
|
+
if (y = arguments, _ = this, E = A, J) {
|
|
6369
|
+
if (x === void 0)
|
|
6370
|
+
return D(E);
|
|
6364
6371
|
if (R)
|
|
6365
|
-
return clearTimeout(
|
|
6372
|
+
return clearTimeout(x), x = setTimeout(W, d), O(E);
|
|
6366
6373
|
}
|
|
6367
|
-
return
|
|
6374
|
+
return x === void 0 && (x = setTimeout(W, d)), z;
|
|
6368
6375
|
}
|
|
6369
6376
|
return Z.cancel = G, Z.flush = X, Z;
|
|
6370
6377
|
}
|
|
6371
|
-
return
|
|
6378
|
+
return $t = r, $t;
|
|
6372
6379
|
}
|
|
6373
6380
|
var Vt, Gs;
|
|
6374
|
-
function
|
|
6381
|
+
function Cc() {
|
|
6375
6382
|
if (Gs) return Vt;
|
|
6376
6383
|
Gs = 1;
|
|
6377
|
-
var t =
|
|
6384
|
+
var t = xc(), s = os(), e = "Expected a function";
|
|
6378
6385
|
function a(n, i, r) {
|
|
6379
6386
|
var c = !0, d = !0;
|
|
6380
6387
|
if (typeof n != "function")
|
|
@@ -6387,7 +6394,7 @@ function xc() {
|
|
|
6387
6394
|
}
|
|
6388
6395
|
return Vt = a, Vt;
|
|
6389
6396
|
}
|
|
6390
|
-
var Bc =
|
|
6397
|
+
var Bc = Cc();
|
|
6391
6398
|
const zc = /* @__PURE__ */ Ut(Bc), Ic = {
|
|
6392
6399
|
name: "Saturation",
|
|
6393
6400
|
props: {
|
|
@@ -6450,7 +6457,7 @@ const zc = /* @__PURE__ */ Ut(Bc), Ic = {
|
|
|
6450
6457
|
function Ec(t, s, e, a, n, i) {
|
|
6451
6458
|
return o(), l("div", {
|
|
6452
6459
|
class: "ecs-saturation",
|
|
6453
|
-
style:
|
|
6460
|
+
style: C({ background: i.bgColor }),
|
|
6454
6461
|
ref: "container",
|
|
6455
6462
|
onMousedown: s[0] || (s[0] = (...r) => i.handleMouseDown && i.handleMouseDown(...r)),
|
|
6456
6463
|
onTouchmove: s[1] || (s[1] = (...r) => i.handleChange && i.handleChange(...r)),
|
|
@@ -6460,7 +6467,7 @@ function Ec(t, s, e, a, n, i) {
|
|
|
6460
6467
|
s[5] || (s[5] = g("div", { class: "ecs-saturation--black" }, null, -1)),
|
|
6461
6468
|
g("div", {
|
|
6462
6469
|
class: "ecs-saturation-pointer",
|
|
6463
|
-
style:
|
|
6470
|
+
style: C({ top: i.pointerTop, left: i.pointerLeft })
|
|
6464
6471
|
}, s[3] || (s[3] = [
|
|
6465
6472
|
g("div", { class: "ecs-saturation-circle" }, null, -1)
|
|
6466
6473
|
]), 4)
|
|
@@ -6550,7 +6557,7 @@ function Oc(t, s, e, a, n, i) {
|
|
|
6550
6557
|
}, [
|
|
6551
6558
|
g("div", {
|
|
6552
6559
|
class: "ecs-hue-pointer",
|
|
6553
|
-
style:
|
|
6560
|
+
style: C({ top: i.pointerTop, left: i.pointerLeft }),
|
|
6554
6561
|
role: "presentation"
|
|
6555
6562
|
}, s[3] || (s[3] = [
|
|
6556
6563
|
g("div", { class: "ecs-hue-picker" }, null, -1)
|
|
@@ -6558,7 +6565,7 @@ function Oc(t, s, e, a, n, i) {
|
|
|
6558
6565
|
], 40, Mc)
|
|
6559
6566
|
], 2);
|
|
6560
6567
|
}
|
|
6561
|
-
const
|
|
6568
|
+
const Lc = /* @__PURE__ */ b(Pc, [["render", Oc]]), Ht = {}, Ac = {
|
|
6562
6569
|
name: "Checkboard",
|
|
6563
6570
|
props: {
|
|
6564
6571
|
size: {
|
|
@@ -6599,13 +6606,13 @@ function Rc(t, s, e) {
|
|
|
6599
6606
|
return Ht[a] = n, n;
|
|
6600
6607
|
}
|
|
6601
6608
|
}
|
|
6602
|
-
function
|
|
6609
|
+
function Dc(t, s, e, a, n, i) {
|
|
6603
6610
|
return o(), l("div", {
|
|
6604
6611
|
class: "ecs-checkerboard",
|
|
6605
|
-
style:
|
|
6612
|
+
style: C(i.bgStyle)
|
|
6606
6613
|
}, null, 4);
|
|
6607
6614
|
}
|
|
6608
|
-
const ki = /* @__PURE__ */ b(
|
|
6615
|
+
const ki = /* @__PURE__ */ b(Ac, [["render", Dc]]), $c = {
|
|
6609
6616
|
name: "Alpha",
|
|
6610
6617
|
props: {
|
|
6611
6618
|
modelValue: Object,
|
|
@@ -6658,7 +6665,7 @@ function Fc(t, s, e, a, n, i) {
|
|
|
6658
6665
|
]),
|
|
6659
6666
|
g("div", {
|
|
6660
6667
|
class: "ecs-alpha-gradient",
|
|
6661
|
-
style:
|
|
6668
|
+
style: C({ background: i.gradientColor })
|
|
6662
6669
|
}, null, 4),
|
|
6663
6670
|
g("div", {
|
|
6664
6671
|
class: "ecs-alpha-container",
|
|
@@ -6669,19 +6676,19 @@ function Fc(t, s, e, a, n, i) {
|
|
|
6669
6676
|
}, [
|
|
6670
6677
|
g("div", {
|
|
6671
6678
|
class: "ecs-alpha-pointer",
|
|
6672
|
-
style:
|
|
6679
|
+
style: C({ left: i.colors.a * 100 + "%" })
|
|
6673
6680
|
}, s[3] || (s[3] = [
|
|
6674
6681
|
g("div", { class: "ecs-alpha-picker" }, null, -1)
|
|
6675
6682
|
]), 4)
|
|
6676
6683
|
], 544)
|
|
6677
6684
|
]);
|
|
6678
6685
|
}
|
|
6679
|
-
const qc = /* @__PURE__ */ b(
|
|
6686
|
+
const qc = /* @__PURE__ */ b($c, [["render", Fc]]), Wc = {
|
|
6680
6687
|
name: "ecs-color-picker",
|
|
6681
6688
|
mixins: [nc],
|
|
6682
6689
|
components: {
|
|
6683
6690
|
saturation: Tc,
|
|
6684
|
-
hue:
|
|
6691
|
+
hue: Lc,
|
|
6685
6692
|
alpha: qc,
|
|
6686
6693
|
"ed-in": uc,
|
|
6687
6694
|
checkboard: ki
|
|
@@ -6803,7 +6810,7 @@ function nd(t, s, e, a, n, i) {
|
|
|
6803
6810
|
role: "application",
|
|
6804
6811
|
"aria-label": "Color picker",
|
|
6805
6812
|
class: v(["ecs-color-picker", e.disableAlpha ? "ecs-color-picker__disable-alpha" : ""]),
|
|
6806
|
-
style:
|
|
6813
|
+
style: C({ padding: e.padding + "px", width: 216 + 2 * e.padding + "px" })
|
|
6807
6814
|
}, [
|
|
6808
6815
|
e.disableCustom ? u("", !0) : (o(), l("div", jc, [
|
|
6809
6816
|
k(r, {
|
|
@@ -6872,11 +6879,11 @@ function nd(t, s, e, a, n, i) {
|
|
|
6872
6879
|
])) : u("", !0),
|
|
6873
6880
|
g("div", {
|
|
6874
6881
|
class: "ecs-color-picker-presets",
|
|
6875
|
-
style:
|
|
6882
|
+
style: C(e.disableCustom ? "" : "padding-top: var(--spacing-10)"),
|
|
6876
6883
|
role: "group",
|
|
6877
6884
|
"aria-label": "A color preset, pick one to set as current color"
|
|
6878
6885
|
}, [
|
|
6879
|
-
(o(!0), l(
|
|
6886
|
+
(o(!0), l(V, null, se(e.swatches, (_) => (o(), l(V, null, [
|
|
6880
6887
|
t.isTransparent(_.hex) ? (o(), l("div", {
|
|
6881
6888
|
key: "else-" + _.id,
|
|
6882
6889
|
"aria-label": _.title,
|
|
@@ -6889,7 +6896,7 @@ function nd(t, s, e, a, n, i) {
|
|
|
6889
6896
|
class: v(["ecs-color-picker-presets-color", { active: t.colors.hex === _.hex }]),
|
|
6890
6897
|
"aria-label": _.title,
|
|
6891
6898
|
key: "if-" + _.id,
|
|
6892
|
-
style:
|
|
6899
|
+
style: C({ background: _.hex }),
|
|
6893
6900
|
"aria-selected": t.colors.hex === _.hex ? "true" : "false",
|
|
6894
6901
|
title: _.title,
|
|
6895
6902
|
onClick: (I) => i.handlePreset(_.hex)
|
|
@@ -6900,7 +6907,7 @@ function nd(t, s, e, a, n, i) {
|
|
|
6900
6907
|
class: v(["ecs-color-picker-presets-color active", i.isActiveColorDark ? "dark" : "light"]),
|
|
6901
6908
|
"aria-label": "Custom color",
|
|
6902
6909
|
"aria-selected": "true",
|
|
6903
|
-
style:
|
|
6910
|
+
style: C({ background: t.colors.hex })
|
|
6904
6911
|
}, null, 6))
|
|
6905
6912
|
], 4)
|
|
6906
6913
|
], 6);
|
|
@@ -6984,7 +6991,7 @@ function rd(t, s, e, a, n, i) {
|
|
|
6984
6991
|
default: S(() => [
|
|
6985
6992
|
g("button", {
|
|
6986
6993
|
class: v(["ecs-color-picker-input-button", i.sizeClass]),
|
|
6987
|
-
style:
|
|
6994
|
+
style: C(i.selectedColorStyle)
|
|
6988
6995
|
}, [
|
|
6989
6996
|
g("span", null, w(i.selectedColorName), 1)
|
|
6990
6997
|
], 6)
|
|
@@ -6992,9 +6999,9 @@ function rd(t, s, e, a, n, i) {
|
|
|
6992
6999
|
_: 1
|
|
6993
7000
|
});
|
|
6994
7001
|
}
|
|
6995
|
-
const
|
|
7002
|
+
const e_ = /* @__PURE__ */ b(od, [["render", rd], ["__scopeId", "data-v-08aaa823"]]), ld = {
|
|
6996
7003
|
name: "ecs-data-card",
|
|
6997
|
-
components: { EcsIcon: M, EcsSkeletonLoader: ie, EcsButtonTable: ns, EcsButton:
|
|
7004
|
+
components: { EcsIcon: M, EcsSkeletonLoader: ie, EcsButtonTable: ns, EcsButton: be, EcsFocusRing: N },
|
|
6998
7005
|
mixins: [me],
|
|
6999
7006
|
props: {
|
|
7000
7007
|
/** 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). */
|
|
@@ -7026,9 +7033,9 @@ const Xb = /* @__PURE__ */ b(od, [["render", rd], ["__scopeId", "data-v-08aaa823
|
|
|
7026
7033
|
type: Boolean,
|
|
7027
7034
|
default: !1
|
|
7028
7035
|
},
|
|
7029
|
-
/** Turns the card into a skeleton loader.
|
|
7036
|
+
/** Turns the card into a skeleton loader. Can be a boolean or string. If a string is provided and not empty, loading will be true. If the string is `ai`, skeleton loaders will have the ai prop set to true. */
|
|
7030
7037
|
loading: {
|
|
7031
|
-
type: Boolean,
|
|
7038
|
+
type: [Boolean, String],
|
|
7032
7039
|
default: !1
|
|
7033
7040
|
},
|
|
7034
7041
|
/** Adds a spinning animation to the `icon`. Note, this prop should only be used when the icon itself is set to `loading`. */
|
|
@@ -7072,6 +7079,14 @@ const Xb = /* @__PURE__ */ b(od, [["render", rd], ["__scopeId", "data-v-08aaa823
|
|
|
7072
7079
|
expandId: ""
|
|
7073
7080
|
};
|
|
7074
7081
|
},
|
|
7082
|
+
computed: {
|
|
7083
|
+
isLoading() {
|
|
7084
|
+
return typeof this.loading == "string" ? !!this.loading : this.loading;
|
|
7085
|
+
},
|
|
7086
|
+
isAiLoading() {
|
|
7087
|
+
return this.loading === "ai";
|
|
7088
|
+
}
|
|
7089
|
+
},
|
|
7075
7090
|
methods: {
|
|
7076
7091
|
skeletonWidth: function(t, s) {
|
|
7077
7092
|
return Math.floor(Math.random() * (s - t + 1) + t);
|
|
@@ -7095,10 +7110,10 @@ function pd(t, s, e, a, n, i) {
|
|
|
7095
7110
|
e.active ? "active" : "",
|
|
7096
7111
|
e.shadow ? "shadow" : "",
|
|
7097
7112
|
n.isExpanded ? "expanded" : "",
|
|
7098
|
-
|
|
7113
|
+
i.isLoading ? "loading" : ""
|
|
7099
7114
|
]]),
|
|
7100
7115
|
role: "listitem",
|
|
7101
|
-
"aria-busy":
|
|
7116
|
+
"aria-busy": i.isLoading || null,
|
|
7102
7117
|
tabindex: e.hover ? "0" : "-1"
|
|
7103
7118
|
}, [
|
|
7104
7119
|
e.control && t.$slots.control ? (o(), l("div", dd, [
|
|
@@ -7111,12 +7126,13 @@ function pd(t, s, e, a, n, i) {
|
|
|
7111
7126
|
spinning: e.spinning,
|
|
7112
7127
|
size: "24"
|
|
7113
7128
|
}, null, 8, ["type", "color", "spinning"])) : u("", !0),
|
|
7114
|
-
e.icon &&
|
|
7129
|
+
e.icon && i.isLoading ? (o(), p(c, {
|
|
7115
7130
|
key: 2,
|
|
7116
7131
|
type: "rect",
|
|
7117
7132
|
width: 24,
|
|
7118
|
-
height: 24
|
|
7119
|
-
|
|
7133
|
+
height: 24,
|
|
7134
|
+
ai: i.isAiLoading
|
|
7135
|
+
}, null, 8, ["ai"])) : u("", !0),
|
|
7120
7136
|
g("div", ud, [
|
|
7121
7137
|
g("div", fd, [
|
|
7122
7138
|
e.expandable && e.expandPosition === "left" ? (o(), p(d, {
|
|
@@ -7133,11 +7149,12 @@ function pd(t, s, e, a, n, i) {
|
|
|
7133
7149
|
class: "expand-button-left"
|
|
7134
7150
|
}, null, 8, ["aria-controls", "aria-expanded", "icon", "active", "aria-label"])) : u("", !0),
|
|
7135
7151
|
h(t.$slots, "default", {}, void 0, !0),
|
|
7136
|
-
|
|
7152
|
+
i.isLoading ? (o(), p(c, {
|
|
7137
7153
|
key: 1,
|
|
7138
7154
|
type: "single",
|
|
7139
|
-
width: i.skeletonWidth(30, 70)
|
|
7140
|
-
|
|
7155
|
+
width: i.skeletonWidth(30, 70),
|
|
7156
|
+
ai: i.isAiLoading
|
|
7157
|
+
}, null, 8, ["width", "ai"])) : u("", !0),
|
|
7141
7158
|
t.$slots.actions ? (o(), l("div", {
|
|
7142
7159
|
key: 2,
|
|
7143
7160
|
class: v(["ecs-data-card-actions", e.actionsOnHover ? "on-hover" : ""])
|
|
@@ -7160,11 +7177,12 @@ function pd(t, s, e, a, n, i) {
|
|
|
7160
7177
|
]),
|
|
7161
7178
|
t.$slots.meta ? (o(), l("div", gd, [
|
|
7162
7179
|
h(t.$slots, "meta", {}, void 0, !0),
|
|
7163
|
-
|
|
7180
|
+
i.isLoading ? (o(), p(c, {
|
|
7164
7181
|
key: 0,
|
|
7165
7182
|
type: "single",
|
|
7166
|
-
width: i.skeletonWidth(15, 30)
|
|
7167
|
-
|
|
7183
|
+
width: i.skeletonWidth(15, 30),
|
|
7184
|
+
ai: i.isAiLoading
|
|
7185
|
+
}, null, 8, ["width", "ai"])) : u("", !0)
|
|
7168
7186
|
])) : u("", !0),
|
|
7169
7187
|
t.$slots.expand ? Fe((o(), l("div", {
|
|
7170
7188
|
key: 1,
|
|
@@ -7186,7 +7204,7 @@ function pd(t, s, e, a, n, i) {
|
|
|
7186
7204
|
})) : u("", !0)
|
|
7187
7205
|
], 10, cd);
|
|
7188
7206
|
}
|
|
7189
|
-
const
|
|
7207
|
+
const t_ = /* @__PURE__ */ b(ld, [["render", pd], ["__scopeId", "data-v-0b29bd50"]]), vd = {
|
|
7190
7208
|
name: "ecs-data-card-list"
|
|
7191
7209
|
}, yd = {
|
|
7192
7210
|
class: "ecs-data-card-list",
|
|
@@ -7197,7 +7215,7 @@ function bd(t, s, e, a, n, i) {
|
|
|
7197
7215
|
h(t.$slots, "default")
|
|
7198
7216
|
]);
|
|
7199
7217
|
}
|
|
7200
|
-
const
|
|
7218
|
+
const s_ = /* @__PURE__ */ b(vd, [["render", bd]]), _d = {
|
|
7201
7219
|
name: "ecs-party-entry",
|
|
7202
7220
|
components: { EcsIcon: M, EcsSticker: qe },
|
|
7203
7221
|
props: {
|
|
@@ -7287,12 +7305,12 @@ function wd(t, s, e, a, n, i) {
|
|
|
7287
7305
|
const r = m("ecs-icon"), c = m("ecs-sticker");
|
|
7288
7306
|
return o(), l("div", {
|
|
7289
7307
|
class: v(["ecs-party-entry", [e.party, e.color && e.background ? "ecs-party-entry-colored" : ""]]),
|
|
7290
|
-
style:
|
|
7308
|
+
style: C({ color: e.color })
|
|
7291
7309
|
}, [
|
|
7292
7310
|
e.icon && e.iconPosition == "left" ? (o(), l("div", {
|
|
7293
7311
|
key: 0,
|
|
7294
7312
|
class: "ecs-party-entry-icon",
|
|
7295
|
-
style:
|
|
7313
|
+
style: C("margin-right:" + e.iconSpacing)
|
|
7296
7314
|
}, [
|
|
7297
7315
|
k(r, {
|
|
7298
7316
|
type: i.iconType,
|
|
@@ -7311,7 +7329,7 @@ function wd(t, s, e, a, n, i) {
|
|
|
7311
7329
|
e.icon && e.iconPosition == "right" ? (o(), l("div", {
|
|
7312
7330
|
key: 1,
|
|
7313
7331
|
class: "ecs-party-entry-icon",
|
|
7314
|
-
style:
|
|
7332
|
+
style: C("margin-left:" + e.iconSpacing)
|
|
7315
7333
|
}, [
|
|
7316
7334
|
k(r, {
|
|
7317
7335
|
type: i.iconType,
|
|
@@ -7327,9 +7345,9 @@ function wd(t, s, e, a, n, i) {
|
|
|
7327
7345
|
e.background ? (o(), l("div", kd)) : u("", !0)
|
|
7328
7346
|
], 6);
|
|
7329
7347
|
}
|
|
7330
|
-
const Sd = /* @__PURE__ */ b(_d, [["render", wd], ["__scopeId", "data-v-4f34cac7"]]),
|
|
7348
|
+
const Sd = /* @__PURE__ */ b(_d, [["render", wd], ["__scopeId", "data-v-4f34cac7"]]), xd = {
|
|
7331
7349
|
name: "ecs-data-card-row",
|
|
7332
|
-
components: { EcsIcon: M, EcsButton:
|
|
7350
|
+
components: { EcsIcon: M, EcsButton: be, EcsPartyEntry: Sd, EcsButtonTable: ns },
|
|
7333
7351
|
emits: ["pill-click", "open-button-click", "title-click", "count-click"],
|
|
7334
7352
|
data() {
|
|
7335
7353
|
return {
|
|
@@ -7513,7 +7531,7 @@ const Sd = /* @__PURE__ */ b(_d, [["render", wd], ["__scopeId", "data-v-4f34cac7
|
|
|
7513
7531
|
this.checkTruncation(this.$refs.pillText), this.checkTruncation(this.$refs.titleText), this.checkTruncation(this.$refs.metaText);
|
|
7514
7532
|
});
|
|
7515
7533
|
}
|
|
7516
|
-
},
|
|
7534
|
+
}, Cd = { class: "ecs-data-card-row" }, Bd = { class: "ecs-data-card-row-title-container" }, zd = { class: "text" }, Id = {
|
|
7517
7535
|
key: 2,
|
|
7518
7536
|
class: "border"
|
|
7519
7537
|
}, Ed = {
|
|
@@ -7521,9 +7539,9 @@ const Sd = /* @__PURE__ */ b(_d, [["render", wd], ["__scopeId", "data-v-4f34cac7
|
|
|
7521
7539
|
class: "ecs-data-card-row-meta-pills-container"
|
|
7522
7540
|
};
|
|
7523
7541
|
function Td(t, s, e, a, n, i) {
|
|
7524
|
-
var y, _, I, z,
|
|
7542
|
+
var y, _, I, z, x;
|
|
7525
7543
|
const r = m("ecs-button"), c = m("ecs-party-entry"), d = m("ecs-icon"), f = m("ecs-button-table");
|
|
7526
|
-
return o(), l("div",
|
|
7544
|
+
return o(), l("div", Cd, [
|
|
7527
7545
|
i.computedOpenButton ? (o(), p(r, {
|
|
7528
7546
|
key: 0,
|
|
7529
7547
|
onClick: i.openButtonClick,
|
|
@@ -7554,7 +7572,7 @@ function Td(t, s, e, a, n, i) {
|
|
|
7554
7572
|
class: v({ clickable: e.pill.clickable, emphasized: e.pill.emphasized, "has-background": e.pill.background, "is-hovered": n.isHovered })
|
|
7555
7573
|
}, {
|
|
7556
7574
|
default: S(() => [
|
|
7557
|
-
|
|
7575
|
+
L(w(e.pill.text), 1)
|
|
7558
7576
|
]),
|
|
7559
7577
|
_: 1
|
|
7560
7578
|
}, 8, ["onClick", "party", "color", "background", "icon", "class"])) : i.hasPill ? (o(), l("span", {
|
|
@@ -7563,7 +7581,7 @@ function Td(t, s, e, a, n, i) {
|
|
|
7563
7581
|
onMouseenter: s[3] || (s[3] = (E) => i.handleHover(!0)),
|
|
7564
7582
|
onMouseleave: s[4] || (s[4] = (E) => i.handleHover(!1)),
|
|
7565
7583
|
class: v(["ecs-data-card-row-pill", { clickable: e.pill.clickable, emphasized: e.pill.emphasized, "has-background": e.pill.background, ai: e.pill.ai, "is-hovered": n.isHovered }]),
|
|
7566
|
-
style:
|
|
7584
|
+
style: C({ color: e.pill.color }),
|
|
7567
7585
|
ref: "pillText"
|
|
7568
7586
|
}, [
|
|
7569
7587
|
e.pill.icon ? (o(), p(d, {
|
|
@@ -7576,7 +7594,7 @@ function Td(t, s, e, a, n, i) {
|
|
|
7576
7594
|
e.pill.background ? (o(), l("span", {
|
|
7577
7595
|
key: 1,
|
|
7578
7596
|
class: "background",
|
|
7579
|
-
style:
|
|
7597
|
+
style: C(i.getPillBackgroundStyle)
|
|
7580
7598
|
}, null, 4)) : u("", !0),
|
|
7581
7599
|
e.pill.border && e.pill.background ? (o(), l("span", Id)) : u("", !0)
|
|
7582
7600
|
], 38)) : u("", !0),
|
|
@@ -7595,7 +7613,7 @@ function Td(t, s, e, a, n, i) {
|
|
|
7595
7613
|
onMouseenter: s[6] || (s[6] = (E) => i.handleHover(!0)),
|
|
7596
7614
|
onMouseleave: s[7] || (s[7] = (E) => i.handleHover(!1)),
|
|
7597
7615
|
class: v(["ecs-data-card-row-title-text", { escape: e.wrap === "wrap-row", clickable: e.title.clickable, emphasized: e.title.emphasized, "is-hovered": n.isHovered }]),
|
|
7598
|
-
style:
|
|
7616
|
+
style: C({ color: e.title.textColor }),
|
|
7599
7617
|
ref: "titleText"
|
|
7600
7618
|
}, w(e.title.text), 39),
|
|
7601
7619
|
h(t.$slots, "titleControls", {}, void 0, !0)
|
|
@@ -7606,7 +7624,7 @@ function Td(t, s, e, a, n, i) {
|
|
|
7606
7624
|
class: v([{ ai: (_ = e.meta) == null ? void 0 : _.ai, default: ((I = e.meta) == null ? void 0 : I.type) === "default", identifier: ((z = e.meta) == null ? void 0 : z.type) === "identifier" }, "ecs-data-card-row-meta-container"]),
|
|
7607
7625
|
ref: "metaText"
|
|
7608
7626
|
}, [
|
|
7609
|
-
|
|
7627
|
+
L(w((x = e.meta) == null ? void 0 : x.text) + " ", 1),
|
|
7610
7628
|
h(t.$slots, "customMeta", {}, void 0, !0)
|
|
7611
7629
|
], 2)) : u("", !0),
|
|
7612
7630
|
e.count || e.designation ? (o(), l("div", Ed, [
|
|
@@ -7624,7 +7642,7 @@ function Td(t, s, e, a, n, i) {
|
|
|
7624
7642
|
class: "designation has-background"
|
|
7625
7643
|
}, {
|
|
7626
7644
|
default: S(() => [
|
|
7627
|
-
|
|
7645
|
+
L(w(e.designation.text), 1)
|
|
7628
7646
|
]),
|
|
7629
7647
|
_: 1
|
|
7630
7648
|
}, 8, ["party", "color", "icon", "badge"])) : u("", !0),
|
|
@@ -7642,7 +7660,7 @@ function Td(t, s, e, a, n, i) {
|
|
|
7642
7660
|
], 2)
|
|
7643
7661
|
]);
|
|
7644
7662
|
}
|
|
7645
|
-
const
|
|
7663
|
+
const i_ = /* @__PURE__ */ b(xd, [["render", Td], ["__scopeId", "data-v-78507101"]]), Pd = {
|
|
7646
7664
|
name: "ecs-data-grid",
|
|
7647
7665
|
emits: ["tableScroll"],
|
|
7648
7666
|
props: {
|
|
@@ -7686,11 +7704,11 @@ const Qb = /* @__PURE__ */ b(Cd, [["render", Td], ["__scopeId", "data-v-78507101
|
|
|
7686
7704
|
}, Md = ["aria-disabled"], Od = {
|
|
7687
7705
|
key: 0,
|
|
7688
7706
|
class: "ecs-data-grid-empty"
|
|
7689
|
-
},
|
|
7707
|
+
}, Ld = {
|
|
7690
7708
|
key: 2,
|
|
7691
7709
|
class: "ecs-data-grid-pagination"
|
|
7692
7710
|
};
|
|
7693
|
-
function
|
|
7711
|
+
function Ad(t, s, e, a, n, i) {
|
|
7694
7712
|
return o(), l("div", {
|
|
7695
7713
|
onScroll: s[0] || (s[0] = (...r) => i.tableScroll && i.tableScroll(...r)),
|
|
7696
7714
|
ref: "dataGridScroller",
|
|
@@ -7721,12 +7739,12 @@ function Ld(t, s, e, a, n, i) {
|
|
|
7721
7739
|
}, [
|
|
7722
7740
|
h(t.$slots, "default", {}, void 0, !0)
|
|
7723
7741
|
], 2)),
|
|
7724
|
-
t.$slots.pagination ? (o(), l("div",
|
|
7742
|
+
t.$slots.pagination ? (o(), l("div", Ld, [
|
|
7725
7743
|
h(t.$slots, "pagination", {}, void 0, !0)
|
|
7726
7744
|
])) : u("", !0)
|
|
7727
7745
|
], 42, Md);
|
|
7728
7746
|
}
|
|
7729
|
-
const
|
|
7747
|
+
const n_ = /* @__PURE__ */ b(Pd, [["render", Ad], ["__scopeId", "data-v-60369c9b"]]), Nd = {
|
|
7730
7748
|
name: "ecs-data-grid-row",
|
|
7731
7749
|
emits: ["rowdrop", "click", "contextmenu", "dblclick", "collapse"],
|
|
7732
7750
|
props: {
|
|
@@ -7788,7 +7806,7 @@ const e_ = /* @__PURE__ */ b(Pd, [["render", Ld], ["__scopeId", "data-v-60369c9b
|
|
|
7788
7806
|
key: 1,
|
|
7789
7807
|
class: "ecs-data-grid-row-block"
|
|
7790
7808
|
};
|
|
7791
|
-
function
|
|
7809
|
+
function Dd(t, s, e, a, n, i) {
|
|
7792
7810
|
return o(), l("div", {
|
|
7793
7811
|
class: v(["ecs-data-grid-row", [
|
|
7794
7812
|
e.state,
|
|
@@ -7808,11 +7826,11 @@ function $d(t, s, e, a, n, i) {
|
|
|
7808
7826
|
h(t.$slots, "default", {}, void 0, !0)
|
|
7809
7827
|
], 2);
|
|
7810
7828
|
}
|
|
7811
|
-
const
|
|
7829
|
+
const $d = /* @__PURE__ */ b(Nd, [["render", Dd], ["__scopeId", "data-v-ae6888e6"]]), Vd = {
|
|
7812
7830
|
name: "ecs-data-grid-row-group",
|
|
7813
7831
|
emits: ["toggle"],
|
|
7814
7832
|
components: {
|
|
7815
|
-
EcsDataGridRow:
|
|
7833
|
+
EcsDataGridRow: $d
|
|
7816
7834
|
},
|
|
7817
7835
|
props: {
|
|
7818
7836
|
/** Determines the style type of the row groups header row. */
|
|
@@ -7866,7 +7884,7 @@ function qd(t, s, e, a, n, i) {
|
|
|
7866
7884
|
], 10, Fd)
|
|
7867
7885
|
]);
|
|
7868
7886
|
}
|
|
7869
|
-
const
|
|
7887
|
+
const a_ = /* @__PURE__ */ b(Vd, [["render", qd], ["__scopeId", "data-v-c6e97366"]]), Wd = {
|
|
7870
7888
|
name: "ecs-select",
|
|
7871
7889
|
emits: [
|
|
7872
7890
|
"focus",
|
|
@@ -7960,7 +7978,7 @@ function Kd(t, s, e, a, n, i) {
|
|
|
7960
7978
|
return o(), l("div", {
|
|
7961
7979
|
class: v(["ecs-form-select", [i.sizeClass, i.typeClass, e.disabled ? "disabled" : null, e.ai ? "ecs-form-select-ai" : null]])
|
|
7962
7980
|
}, [
|
|
7963
|
-
g("select",
|
|
7981
|
+
g("select", Le({
|
|
7964
7982
|
ref: "select",
|
|
7965
7983
|
"on:update:modelValue": s[0] || (s[0] = (r) => n.currentValue = r),
|
|
7966
7984
|
onChange: s[1] || (s[1] = (...r) => i.onChange && i.onChange(...r)),
|
|
@@ -8249,7 +8267,7 @@ function du(t, s, e, a, n, i) {
|
|
|
8249
8267
|
e.fixedLeftLast ? "fixed-left-last" : "",
|
|
8250
8268
|
e.fixedRight ? "fixed-right" : ""
|
|
8251
8269
|
]]),
|
|
8252
|
-
style:
|
|
8270
|
+
style: C([
|
|
8253
8271
|
i.widthType === "string" ? i.widthStyles : {},
|
|
8254
8272
|
i.fixedStyles
|
|
8255
8273
|
]),
|
|
@@ -8261,7 +8279,7 @@ function du(t, s, e, a, n, i) {
|
|
|
8261
8279
|
g("div", {
|
|
8262
8280
|
ref: "resizer",
|
|
8263
8281
|
class: v(["ecs-data-grid-head-cell-inner", e.resizable ? "resizable" : ""]),
|
|
8264
|
-
style:
|
|
8282
|
+
style: C([
|
|
8265
8283
|
i.widthType === "number" ? i.widthStyles : { width: "100%" },
|
|
8266
8284
|
i.paddingStyles,
|
|
8267
8285
|
i.resizeStyles,
|
|
@@ -8293,7 +8311,7 @@ function du(t, s, e, a, n, i) {
|
|
|
8293
8311
|
type: "invisible"
|
|
8294
8312
|
}, {
|
|
8295
8313
|
default: S(() => [
|
|
8296
|
-
(o(!0), l(
|
|
8314
|
+
(o(!0), l(V, null, se(e.select, (f, y) => (o(), l("option", {
|
|
8297
8315
|
key: y,
|
|
8298
8316
|
selected: f.selected,
|
|
8299
8317
|
value: f.value
|
|
@@ -8339,7 +8357,7 @@ function du(t, s, e, a, n, i) {
|
|
|
8339
8357
|
e.fixedLeftLast ? (o(), l("div", cu)) : u("", !0)
|
|
8340
8358
|
], 14, Xd);
|
|
8341
8359
|
}
|
|
8342
|
-
const
|
|
8360
|
+
const o_ = /* @__PURE__ */ b(Yd, [["render", du], ["__scopeId", "data-v-11da2180"]]), uu = {
|
|
8343
8361
|
name: "ecs-data-grid-group",
|
|
8344
8362
|
props: {
|
|
8345
8363
|
/** Determines if this cell group should be shown. Avoid showing more than 1 group at the same time. */
|
|
@@ -8365,7 +8383,7 @@ function gu(t, s, e, a, n, i) {
|
|
|
8365
8383
|
[it, e.show]
|
|
8366
8384
|
]);
|
|
8367
8385
|
}
|
|
8368
|
-
const
|
|
8386
|
+
const r_ = /* @__PURE__ */ b(uu, [["render", gu], ["__scopeId", "data-v-ee025ab5"]]), mu = {
|
|
8369
8387
|
name: "ecs-data-grid-cell",
|
|
8370
8388
|
emits: ["collapse"],
|
|
8371
8389
|
components: {
|
|
@@ -8513,13 +8531,13 @@ function bu(t, s, e, a, n, i) {
|
|
|
8513
8531
|
const r = m("ecs-button-collapse");
|
|
8514
8532
|
return o(), l("div", {
|
|
8515
8533
|
class: v(["ecs-data-grid-cell", [e.fixedLeft ? "fixed-left" : "", e.fixedLeftLast ? "fixed-left-last" : "", e.fixedRight ? "fixed-right" : ""]]),
|
|
8516
|
-
style:
|
|
8534
|
+
style: C([i.widthType === "string" ? i.widthStyles : {}, i.fixedStyles]),
|
|
8517
8535
|
role: "cell"
|
|
8518
8536
|
}, [
|
|
8519
8537
|
e.fixedRight ? (o(), l("div", hu)) : u("", !0),
|
|
8520
8538
|
g("div", {
|
|
8521
8539
|
class: v(["ecs-data-grid-cell-inner", { focus: e.focus }]),
|
|
8522
|
-
style:
|
|
8540
|
+
style: C([i.widthType === "number" ? i.widthStyles : { width: "100%" }, i.paddingStyles, e.styles]),
|
|
8523
8541
|
"data-column": i.computedId,
|
|
8524
8542
|
"data-test": i.computedId
|
|
8525
8543
|
}, [
|
|
@@ -8536,7 +8554,7 @@ function bu(t, s, e, a, n, i) {
|
|
|
8536
8554
|
e.fixedLeftLast ? (o(), l("div", yu)) : u("", !0)
|
|
8537
8555
|
], 6);
|
|
8538
8556
|
}
|
|
8539
|
-
const
|
|
8557
|
+
const l_ = /* @__PURE__ */ b(mu, [["render", bu], ["__scopeId", "data-v-82bc0b07"]]), _u = {
|
|
8540
8558
|
name: "ecs-data-list"
|
|
8541
8559
|
}, ku = {
|
|
8542
8560
|
class: "ecs-data-list",
|
|
@@ -8547,7 +8565,7 @@ function wu(t, s, e, a, n, i) {
|
|
|
8547
8565
|
h(t.$slots, "default")
|
|
8548
8566
|
]);
|
|
8549
8567
|
}
|
|
8550
|
-
const
|
|
8568
|
+
const c_ = /* @__PURE__ */ b(_u, [["render", wu]]), Su = {
|
|
8551
8569
|
name: "ecs-data-list-item",
|
|
8552
8570
|
emits: ["toggled"],
|
|
8553
8571
|
components: { EcsButtonMore: vi, EcsSkeletonLoader: ie },
|
|
@@ -8663,7 +8681,7 @@ const a_ = /* @__PURE__ */ b(_u, [["render", wu]]), Su = {
|
|
|
8663
8681
|
created() {
|
|
8664
8682
|
this.expandId = this.generateUniqueId(), this.definitionId = this.generateUniqueId();
|
|
8665
8683
|
}
|
|
8666
|
-
},
|
|
8684
|
+
}, xu = ["id"], Cu = ["aria-busy", "aria-labelledby"], Bu = ["aria-valuenow"], zu = ["id", "aria-hidden"];
|
|
8667
8685
|
function Iu(t, s, e, a, n, i) {
|
|
8668
8686
|
const r = m("ecs-button-more"), c = m("ecs-skeleton-loader");
|
|
8669
8687
|
return o(), l("div", null, [
|
|
@@ -8682,10 +8700,10 @@ function Iu(t, s, e, a, n, i) {
|
|
|
8682
8700
|
i.hasIdentifier ? (o(), l("div", {
|
|
8683
8701
|
key: 0,
|
|
8684
8702
|
id: n.definitionId,
|
|
8685
|
-
style:
|
|
8703
|
+
style: C(i.identifierStyle),
|
|
8686
8704
|
class: "ecs-data-list-identifier"
|
|
8687
8705
|
}, [
|
|
8688
|
-
|
|
8706
|
+
L(w(e.identifier) + " ", 1),
|
|
8689
8707
|
t.$slots.collapse ? (o(), p(r, {
|
|
8690
8708
|
key: 0,
|
|
8691
8709
|
type: "ellipsis",
|
|
@@ -8695,7 +8713,7 @@ function Iu(t, s, e, a, n, i) {
|
|
|
8695
8713
|
"aria-expanded": n.isVisible ? "true" : "false",
|
|
8696
8714
|
onClick: i.toggleCollapse
|
|
8697
8715
|
}, null, 8, ["active", "aria-controls", "aria-expanded", "onClick"])) : u("", !0)
|
|
8698
|
-
], 12,
|
|
8716
|
+
], 12, xu)) : u("", !0),
|
|
8699
8717
|
g("div", {
|
|
8700
8718
|
class: v(["ecs-data-list-data", [
|
|
8701
8719
|
e.escape ? "ecs-data-list-data-escape" : "",
|
|
@@ -8715,10 +8733,10 @@ function Iu(t, s, e, a, n, i) {
|
|
|
8715
8733
|
key: 2,
|
|
8716
8734
|
class: "progress",
|
|
8717
8735
|
role: "progressbar",
|
|
8718
|
-
style:
|
|
8736
|
+
style: C({ width: e.progress + "%" }),
|
|
8719
8737
|
"aria-valuenow": e.progress
|
|
8720
8738
|
}, null, 12, Bu)) : u("", !0)
|
|
8721
|
-
], 10,
|
|
8739
|
+
], 10, Cu)
|
|
8722
8740
|
], 2),
|
|
8723
8741
|
t.$slots.collapse ? (o(), l("div", {
|
|
8724
8742
|
key: 0,
|
|
@@ -8731,7 +8749,7 @@ function Iu(t, s, e, a, n, i) {
|
|
|
8731
8749
|
], 10, zu)) : u("", !0)
|
|
8732
8750
|
]);
|
|
8733
8751
|
}
|
|
8734
|
-
const
|
|
8752
|
+
const d_ = /* @__PURE__ */ b(Su, [["render", Iu], ["__scopeId", "data-v-133b00b9"]]), Eu = {
|
|
8735
8753
|
name: "ecs-dialog",
|
|
8736
8754
|
emits: ["toggled", "cancel"],
|
|
8737
8755
|
props: {
|
|
@@ -8845,7 +8863,7 @@ function Pu(t, s, e, a, n, i) {
|
|
|
8845
8863
|
], 2)) : u("", !0)
|
|
8846
8864
|
], 34)) : u("", !0);
|
|
8847
8865
|
}
|
|
8848
|
-
const
|
|
8866
|
+
const u_ = /* @__PURE__ */ b(Eu, [["render", Pu]]), Mu = {
|
|
8849
8867
|
__name: "state-icon",
|
|
8850
8868
|
props: {
|
|
8851
8869
|
/** The identifier of the icon which should show up. */
|
|
@@ -8909,7 +8927,7 @@ const r_ = /* @__PURE__ */ b(Eu, [["render", Pu]]), Mu = {
|
|
|
8909
8927
|
));
|
|
8910
8928
|
}), (n, i) => (o(), l("div", {
|
|
8911
8929
|
class: v(["ecs-state-icon", t.iconColor]),
|
|
8912
|
-
style:
|
|
8930
|
+
style: C(e.value)
|
|
8913
8931
|
}, [
|
|
8914
8932
|
(o(), p(ve(de(a)), {
|
|
8915
8933
|
height: t.size,
|
|
@@ -8918,7 +8936,7 @@ const r_ = /* @__PURE__ */ b(Eu, [["render", Pu]]), Mu = {
|
|
|
8918
8936
|
}, null, 8, ["height", "width", "data-test-icon-type"]))
|
|
8919
8937
|
], 6));
|
|
8920
8938
|
}
|
|
8921
|
-
}, Ou = /* @__PURE__ */ b(Mu, [["__scopeId", "data-v-1e68bf26"]]),
|
|
8939
|
+
}, Ou = /* @__PURE__ */ b(Mu, [["__scopeId", "data-v-1e68bf26"]]), Lu = {
|
|
8922
8940
|
name: "ecs-dialog-header",
|
|
8923
8941
|
components: {
|
|
8924
8942
|
EcsStateIcon: Ou
|
|
@@ -8936,7 +8954,7 @@ const r_ = /* @__PURE__ */ b(Eu, [["render", Pu]]), Mu = {
|
|
|
8936
8954
|
default: "neutral"
|
|
8937
8955
|
}
|
|
8938
8956
|
}
|
|
8939
|
-
},
|
|
8957
|
+
}, Au = {
|
|
8940
8958
|
key: 0,
|
|
8941
8959
|
class: "ecs-dialog-headline"
|
|
8942
8960
|
}, Nu = {
|
|
@@ -8946,7 +8964,7 @@ const r_ = /* @__PURE__ */ b(Eu, [["render", Pu]]), Mu = {
|
|
|
8946
8964
|
function Ru(t, s, e, a, n, i) {
|
|
8947
8965
|
const r = m("ecs-state-icon");
|
|
8948
8966
|
return o(), l("div", null, [
|
|
8949
|
-
e.icon ? (o(), l("h3",
|
|
8967
|
+
e.icon ? (o(), l("h3", Au, [
|
|
8950
8968
|
k(r, {
|
|
8951
8969
|
type: e.icon,
|
|
8952
8970
|
"icon-color": e.iconColor
|
|
@@ -8957,7 +8975,7 @@ function Ru(t, s, e, a, n, i) {
|
|
|
8957
8975
|
]))
|
|
8958
8976
|
]);
|
|
8959
8977
|
}
|
|
8960
|
-
const
|
|
8978
|
+
const f_ = /* @__PURE__ */ b(Lu, [["render", Ru], ["__scopeId", "data-v-6e05c98b"]]), Du = {
|
|
8961
8979
|
__name: "favicon",
|
|
8962
8980
|
props: {
|
|
8963
8981
|
/** The identifier of the favicon which should show up. */
|
|
@@ -8999,11 +9017,11 @@ const l_ = /* @__PURE__ */ b(Au, [["render", Ru], ["__scopeId", "data-v-6e05c98b
|
|
|
8999
9017
|
viewBox: "0 0 20 20"
|
|
9000
9018
|
}, null, 8, ["alt"]));
|
|
9001
9019
|
}
|
|
9002
|
-
},
|
|
9020
|
+
}, $u = {
|
|
9003
9021
|
name: "ecs-directory-entry",
|
|
9004
9022
|
components: {
|
|
9005
9023
|
EcsIcon: M,
|
|
9006
|
-
EcsFavicon:
|
|
9024
|
+
EcsFavicon: Du,
|
|
9007
9025
|
EcsAvatar: nt,
|
|
9008
9026
|
EcsSkeletonLoader: ie
|
|
9009
9027
|
},
|
|
@@ -9081,13 +9099,13 @@ function Wu(t, s, e, a, n, i) {
|
|
|
9081
9099
|
}, null, 8, ["website"])) : e.legendColor ? (o(), l("div", Fu, [
|
|
9082
9100
|
g("div", {
|
|
9083
9101
|
class: "legend-color-dot",
|
|
9084
|
-
style:
|
|
9102
|
+
style: C("background-color:" + e.legendColor)
|
|
9085
9103
|
}, null, 4)
|
|
9086
9104
|
])) : u("", !0),
|
|
9087
9105
|
e.indicator && !e.loading ? (o(), l("div", {
|
|
9088
9106
|
key: 5,
|
|
9089
9107
|
class: "indicator",
|
|
9090
|
-
style:
|
|
9108
|
+
style: C("background-color:" + e.indicator)
|
|
9091
9109
|
}, null, 4)) : u("", !0)
|
|
9092
9110
|
]),
|
|
9093
9111
|
g("div", qu, [
|
|
@@ -9099,7 +9117,7 @@ function Wu(t, s, e, a, n, i) {
|
|
|
9099
9117
|
])
|
|
9100
9118
|
]);
|
|
9101
9119
|
}
|
|
9102
|
-
const
|
|
9120
|
+
const g_ = /* @__PURE__ */ b($u, [["render", Wu], ["__scopeId", "data-v-37ac5196"]]), ju = {
|
|
9103
9121
|
name: "ecs-document-state",
|
|
9104
9122
|
components: {
|
|
9105
9123
|
EcsIcon: M,
|
|
@@ -9167,7 +9185,7 @@ function Ju(t, s, e, a, n, i) {
|
|
|
9167
9185
|
])) : u("", !0)
|
|
9168
9186
|
], 8, Uu));
|
|
9169
9187
|
}
|
|
9170
|
-
const
|
|
9188
|
+
const m_ = /* @__PURE__ */ b(ju, [["render", Ju], ["__scopeId", "data-v-df132a03"]]), Qu = {
|
|
9171
9189
|
props: {
|
|
9172
9190
|
/** The initial value of the chart as a percentage. */
|
|
9173
9191
|
value: {
|
|
@@ -9220,7 +9238,7 @@ const d_ = /* @__PURE__ */ b(ju, [["render", Ju], ["__scopeId", "data-v-df132a03
|
|
|
9220
9238
|
function nf(t, s, e, a, n, i) {
|
|
9221
9239
|
return o(), l("div", {
|
|
9222
9240
|
class: "ecs-donut-chart",
|
|
9223
|
-
style:
|
|
9241
|
+
style: C(i.wrapperPadding)
|
|
9224
9242
|
}, [
|
|
9225
9243
|
(o(), l("svg", {
|
|
9226
9244
|
height: e.size,
|
|
@@ -9256,7 +9274,7 @@ function nf(t, s, e, a, n, i) {
|
|
|
9256
9274
|
], 8, ef))
|
|
9257
9275
|
], 4);
|
|
9258
9276
|
}
|
|
9259
|
-
const
|
|
9277
|
+
const h_ = /* @__PURE__ */ b(Qu, [["render", nf], ["__scopeId", "data-v-851d95d9"]]), af = {
|
|
9260
9278
|
name: "ecs-empty-state",
|
|
9261
9279
|
components: { EcsIcon: M },
|
|
9262
9280
|
props: {
|
|
@@ -9361,7 +9379,7 @@ function ff(t, s, e, a, n, i) {
|
|
|
9361
9379
|
e.infinite ? "ecs-progress-infinite" : "",
|
|
9362
9380
|
e.cancelled ? "ecs-progress-cancelled" : ""
|
|
9363
9381
|
]]),
|
|
9364
|
-
style:
|
|
9382
|
+
style: C({ width: 100 * (e.value / i.computedMax) + "%" })
|
|
9365
9383
|
}, null, 6)
|
|
9366
9384
|
], 8, uf);
|
|
9367
9385
|
}
|
|
@@ -9372,11 +9390,11 @@ const gf = /* @__PURE__ */ b(df, [["render", ff], ["__scopeId", "data-v-1b81f485
|
|
|
9372
9390
|
EcsEmptyState: Si,
|
|
9373
9391
|
EcsSkeletonLoader: ie,
|
|
9374
9392
|
EcsProgress: gf,
|
|
9375
|
-
EcsButton:
|
|
9393
|
+
EcsButton: be,
|
|
9376
9394
|
EcsFocusRing: N,
|
|
9377
9395
|
EcsFlexRow: Ee,
|
|
9378
9396
|
EcsSticker: qe,
|
|
9379
|
-
EcsTextV2:
|
|
9397
|
+
EcsTextV2: We
|
|
9380
9398
|
},
|
|
9381
9399
|
props: {
|
|
9382
9400
|
/** Determines the icon that should be shown inside the drop zone. Possible states: `default`, `upload`, `viruscheck`. */
|
|
@@ -9532,15 +9550,15 @@ function wf(t, s, e, a, n, i) {
|
|
|
9532
9550
|
e.disabled ? "ecs-dropzone-disabled" : "",
|
|
9533
9551
|
n.dragging ? "ecs-dropzone-dragging" : ""
|
|
9534
9552
|
]]),
|
|
9535
|
-
onDragover: s[3] || (s[3] = (...
|
|
9536
|
-
onDragenter: s[4] || (s[4] = (...
|
|
9537
|
-
onDragleave: s[5] || (s[5] = (...
|
|
9538
|
-
onDrop: s[6] || (s[6] = Y((...
|
|
9553
|
+
onDragover: s[3] || (s[3] = (...x) => i.handleDragOver && i.handleDragOver(...x)),
|
|
9554
|
+
onDragenter: s[4] || (s[4] = (...x) => i.handleDragEnter && i.handleDragEnter(...x)),
|
|
9555
|
+
onDragleave: s[5] || (s[5] = (...x) => i.handleDragLeave && i.handleDragLeave(...x)),
|
|
9556
|
+
onDrop: s[6] || (s[6] = Y((...x) => i.drop && i.drop(...x), ["prevent"])),
|
|
9539
9557
|
"aria-busy": i.isBusy || null,
|
|
9540
9558
|
"aria-invalid": e.error || null
|
|
9541
9559
|
}, [
|
|
9542
9560
|
g("input", {
|
|
9543
|
-
onChange: s[0] || (s[0] = (...
|
|
9561
|
+
onChange: s[0] || (s[0] = (...x) => i.change && i.change(...x)),
|
|
9544
9562
|
type: "file",
|
|
9545
9563
|
multiple: e.multiple || null,
|
|
9546
9564
|
ref: "file"
|
|
@@ -9556,17 +9574,17 @@ function wf(t, s, e, a, n, i) {
|
|
|
9556
9574
|
width: 100,
|
|
9557
9575
|
class: "ecs-dropzone-skeleton"
|
|
9558
9576
|
})) : (o(), l("div", vf, [
|
|
9559
|
-
t.$slots.customlabel ? u("", !0) : (o(), l(
|
|
9560
|
-
|
|
9577
|
+
t.$slots.customlabel ? u("", !0) : (o(), l(V, { key: 0 }, [
|
|
9578
|
+
L(" Drag and drop your " + w(e.fileTypeLabel) + " or ", 1),
|
|
9561
9579
|
g("i", {
|
|
9562
|
-
onClick: s[1] || (s[1] = (...
|
|
9563
|
-
onKeydown: s[2] || (s[2] = Q((...
|
|
9580
|
+
onClick: s[1] || (s[1] = (...x) => i.browseFile && i.browseFile(...x)),
|
|
9581
|
+
onKeydown: s[2] || (s[2] = Q((...x) => i.browseFile && i.browseFile(...x), ["enter"])),
|
|
9564
9582
|
tabindex: "0"
|
|
9565
9583
|
}, [
|
|
9566
|
-
s[7] || (s[7] =
|
|
9584
|
+
s[7] || (s[7] = L("browse")),
|
|
9567
9585
|
k(c)
|
|
9568
9586
|
], 32),
|
|
9569
|
-
s[8] || (s[8] =
|
|
9587
|
+
s[8] || (s[8] = L(" to upload. "))
|
|
9570
9588
|
], 64)),
|
|
9571
9589
|
t.$slots.customlabel ? (o(), l("div", yf, [
|
|
9572
9590
|
h(t.$slots, "customlabel", {}, void 0, !0)
|
|
@@ -9586,7 +9604,7 @@ function wf(t, s, e, a, n, i) {
|
|
|
9586
9604
|
color: "var(--color-gray-10)"
|
|
9587
9605
|
}, {
|
|
9588
9606
|
default: S(() => s[9] || (s[9] = [
|
|
9589
|
-
|
|
9607
|
+
L("Uploading")
|
|
9590
9608
|
])),
|
|
9591
9609
|
_: 1
|
|
9592
9610
|
})) : (o(), p(y, {
|
|
@@ -9601,7 +9619,7 @@ function wf(t, s, e, a, n, i) {
|
|
|
9601
9619
|
color: "var(--color-yellow-10)"
|
|
9602
9620
|
}, {
|
|
9603
9621
|
default: S(() => s[10] || (s[10] = [
|
|
9604
|
-
|
|
9622
|
+
L("Uploading")
|
|
9605
9623
|
])),
|
|
9606
9624
|
_: 1
|
|
9607
9625
|
})
|
|
@@ -9637,13 +9655,13 @@ function wf(t, s, e, a, n, i) {
|
|
|
9637
9655
|
class: "ecs-dropzone-cancel"
|
|
9638
9656
|
}, {
|
|
9639
9657
|
default: S(() => [
|
|
9640
|
-
|
|
9658
|
+
L(w(i.cancelButtonOptions.label), 1)
|
|
9641
9659
|
]),
|
|
9642
9660
|
_: 1
|
|
9643
9661
|
}, 8, ["onClick", "icon"])) : u("", !0)
|
|
9644
9662
|
], 42, hf);
|
|
9645
9663
|
}
|
|
9646
|
-
const
|
|
9664
|
+
const p_ = /* @__PURE__ */ b(mf, [["render", wf], ["__scopeId", "data-v-2c790ae4"]]), Sf = {
|
|
9647
9665
|
name: "ecs-ecai-wrapper",
|
|
9648
9666
|
components: { EcsIcon: M },
|
|
9649
9667
|
props: {
|
|
@@ -9679,11 +9697,11 @@ const f_ = /* @__PURE__ */ b(mf, [["render", wf], ["__scopeId", "data-v-2c790ae4
|
|
|
9679
9697
|
}
|
|
9680
9698
|
}
|
|
9681
9699
|
};
|
|
9682
|
-
function
|
|
9700
|
+
function xf(t, s, e, a, n, i) {
|
|
9683
9701
|
const r = m("ecs-icon");
|
|
9684
9702
|
return o(), l("div", {
|
|
9685
9703
|
class: v(["ecs-ecai-wrapper", { border: i.hasBorder }]),
|
|
9686
|
-
style:
|
|
9704
|
+
style: C(i.wrapperStyle)
|
|
9687
9705
|
}, [
|
|
9688
9706
|
s[0] || (s[0] = Js('<span class="border-gradient" data-v-05133d05></span><div class="ecai-background" data-v-05133d05><span class="bg-circle bg-circle-1" data-v-05133d05></span><span class="bg-circle bg-circle-2" data-v-05133d05></span><span class="bg-circle bg-circle-3" data-v-05133d05></span></div>', 2)),
|
|
9689
9707
|
e.icon ? (o(), p(r, {
|
|
@@ -9695,7 +9713,7 @@ function Cf(t, s, e, a, n, i) {
|
|
|
9695
9713
|
h(t.$slots, "default", {}, void 0, !0)
|
|
9696
9714
|
], 6);
|
|
9697
9715
|
}
|
|
9698
|
-
const
|
|
9716
|
+
const v_ = /* @__PURE__ */ b(Sf, [["render", xf], ["__scopeId", "data-v-05133d05"]]), Cf = {
|
|
9699
9717
|
name: "ecs-entry-link",
|
|
9700
9718
|
emits: ["linkClick", "linkClickExternal", "moreClick"],
|
|
9701
9719
|
components: {
|
|
@@ -9817,7 +9835,7 @@ function Tf(t, s, e, a, n, i) {
|
|
|
9817
9835
|
}, null, 8, ["onClick", "title", "aria-label"])) : u("", !0)
|
|
9818
9836
|
], 2);
|
|
9819
9837
|
}
|
|
9820
|
-
const
|
|
9838
|
+
const y_ = /* @__PURE__ */ b(Cf, [["render", Tf], ["__scopeId", "data-v-0b6f41c6"]]), Pf = {
|
|
9821
9839
|
name: "ecs-excerpt-snippet",
|
|
9822
9840
|
components: { EcsIcon: M, EcsSkeletonLoader: ie, EcsFormatted: yi },
|
|
9823
9841
|
props: {
|
|
@@ -9874,16 +9892,16 @@ const m_ = /* @__PURE__ */ b(xf, [["render", Tf], ["__scopeId", "data-v-0b6f41c6
|
|
|
9874
9892
|
return `max-height: ${this.maxHeight}; overflow: auto;`;
|
|
9875
9893
|
}
|
|
9876
9894
|
}
|
|
9877
|
-
}, Mf = { class: "ecs-excerpt-title" }, Of = { class: "ecs-excerpt-title-headline" },
|
|
9895
|
+
}, Mf = { class: "ecs-excerpt-title" }, Of = { class: "ecs-excerpt-title-headline" }, Lf = { key: 3 }, Af = {
|
|
9878
9896
|
key: 0,
|
|
9879
9897
|
class: "ecs-excerpt-title-cite"
|
|
9880
9898
|
}, Nf = { key: 1 }, Rf = {
|
|
9881
9899
|
key: 1,
|
|
9882
9900
|
class: "ecs-excerpt-content-transcript"
|
|
9883
|
-
},
|
|
9901
|
+
}, Df = {
|
|
9884
9902
|
key: 2,
|
|
9885
9903
|
class: "ecs-excerpt-content-rectangle"
|
|
9886
|
-
},
|
|
9904
|
+
}, $f = {
|
|
9887
9905
|
key: 3,
|
|
9888
9906
|
class: "ecs-excerpt-content-regular"
|
|
9889
9907
|
};
|
|
@@ -9909,9 +9927,9 @@ function Vf(t, s, e, a, n, i) {
|
|
|
9909
9927
|
key: 2,
|
|
9910
9928
|
type: "single",
|
|
9911
9929
|
width: 20
|
|
9912
|
-
})) : (o(), l("span",
|
|
9930
|
+
})) : (o(), l("span", Lf, w(e.headline), 1))
|
|
9913
9931
|
]),
|
|
9914
|
-
e.cite ? (o(), l("div",
|
|
9932
|
+
e.cite ? (o(), l("div", Af, [
|
|
9915
9933
|
e.loading ? (o(), p(r, {
|
|
9916
9934
|
key: 0,
|
|
9917
9935
|
type: "single",
|
|
@@ -9921,13 +9939,13 @@ function Vf(t, s, e, a, n, i) {
|
|
|
9921
9939
|
]),
|
|
9922
9940
|
g("div", {
|
|
9923
9941
|
class: "ecs-excerpt-content scrollbar scrollbar-sml",
|
|
9924
|
-
style:
|
|
9942
|
+
style: C(i.maxHeightStyles)
|
|
9925
9943
|
}, [
|
|
9926
9944
|
e.loading ? (o(), p(r, {
|
|
9927
9945
|
key: 0,
|
|
9928
9946
|
type: "multi",
|
|
9929
9947
|
count: 3
|
|
9930
|
-
})) : (o(), l(
|
|
9948
|
+
})) : (o(), l(V, { key: 1 }, [
|
|
9931
9949
|
e.type == "formatted" ? (o(), p(d, {
|
|
9932
9950
|
key: 0,
|
|
9933
9951
|
small: i.smallFormatted
|
|
@@ -9938,21 +9956,21 @@ function Vf(t, s, e, a, n, i) {
|
|
|
9938
9956
|
_: 3
|
|
9939
9957
|
}, 8, ["small"])) : e.type == "transcript" ? (o(), l("div", Rf, [
|
|
9940
9958
|
h(t.$slots, "default", {}, void 0, !0)
|
|
9941
|
-
])) : e.type == "rectangle" ? (o(), l("div",
|
|
9959
|
+
])) : e.type == "rectangle" ? (o(), l("div", Df, [
|
|
9942
9960
|
g("span", {
|
|
9943
|
-
style:
|
|
9961
|
+
style: C("color:" + e.annotationColor)
|
|
9944
9962
|
}, "Rectangle Annotation", 4),
|
|
9945
9963
|
g("div", {
|
|
9946
|
-
style:
|
|
9964
|
+
style: C("background-color:" + e.annotationColor)
|
|
9947
9965
|
}, null, 4)
|
|
9948
|
-
])) : (o(), l("div",
|
|
9966
|
+
])) : (o(), l("div", $f, [
|
|
9949
9967
|
h(t.$slots, "default", {}, void 0, !0)
|
|
9950
9968
|
]))
|
|
9951
9969
|
], 64))
|
|
9952
9970
|
], 4)
|
|
9953
9971
|
], 2);
|
|
9954
9972
|
}
|
|
9955
|
-
const
|
|
9973
|
+
const b_ = /* @__PURE__ */ b(Pf, [["render", Vf], ["__scopeId", "data-v-1c058d79"]]), __ = {
|
|
9956
9974
|
__name: "fill-icon",
|
|
9957
9975
|
props: {
|
|
9958
9976
|
/** The identifier of the icon which should show up. */
|
|
@@ -10005,7 +10023,7 @@ function qf(t, s, e, a, n, i) {
|
|
|
10005
10023
|
h(t.$slots, "default")
|
|
10006
10024
|
]);
|
|
10007
10025
|
}
|
|
10008
|
-
const
|
|
10026
|
+
const k_ = /* @__PURE__ */ b(Hf, [["render", qf]]), Wf = {
|
|
10009
10027
|
name: "ecs-file-list-item",
|
|
10010
10028
|
emits: ["click", "remove", "toggled", "title-click"],
|
|
10011
10029
|
components: {
|
|
@@ -10222,7 +10240,7 @@ function ag(t, s, e, a, n, i) {
|
|
|
10222
10240
|
e.progress ? (o(), l("div", {
|
|
10223
10241
|
key: 3,
|
|
10224
10242
|
class: "loading-bar",
|
|
10225
|
-
style:
|
|
10243
|
+
style: C({ width: e.progress + "%" }),
|
|
10226
10244
|
role: "progressbar",
|
|
10227
10245
|
"aria-valuenow": e.progress
|
|
10228
10246
|
}, null, 12, Zf)) : u("", !0)
|
|
@@ -10236,9 +10254,9 @@ function ag(t, s, e, a, n, i) {
|
|
|
10236
10254
|
id: n.errorId
|
|
10237
10255
|
}, [
|
|
10238
10256
|
Array.isArray(e.error) ? (o(), l("ul", Qf, [
|
|
10239
|
-
(o(!0), l(
|
|
10240
|
-
])) : (o(), l(
|
|
10241
|
-
|
|
10257
|
+
(o(!0), l(V, null, se(e.error, (_, I) => (o(), l("li", { key: I }, w(_), 1))), 128))
|
|
10258
|
+
])) : (o(), l(V, { key: 1 }, [
|
|
10259
|
+
L(w(e.error), 1)
|
|
10242
10260
|
], 64))
|
|
10243
10261
|
], 8, Jf)) : u("", !0),
|
|
10244
10262
|
e.warning && typeof e.warning != "boolean" ? (o(), l("div", {
|
|
@@ -10247,9 +10265,9 @@ function ag(t, s, e, a, n, i) {
|
|
|
10247
10265
|
id: n.warningId
|
|
10248
10266
|
}, [
|
|
10249
10267
|
Array.isArray(e.warning) ? (o(), l("ul", tg, [
|
|
10250
|
-
(o(!0), l(
|
|
10251
|
-
])) : (o(), l(
|
|
10252
|
-
|
|
10268
|
+
(o(!0), l(V, null, se(e.warning, (_, I) => (o(), l("li", { key: I }, w(_), 1))), 128))
|
|
10269
|
+
])) : (o(), l(V, { key: 1 }, [
|
|
10270
|
+
L(w(e.warning), 1)
|
|
10253
10271
|
], 64))
|
|
10254
10272
|
], 8, eg)) : u("", !0),
|
|
10255
10273
|
t.$slots.collapse ? (o(), l("div", {
|
|
@@ -10264,7 +10282,7 @@ function ag(t, s, e, a, n, i) {
|
|
|
10264
10282
|
default: S(() => [
|
|
10265
10283
|
t.$slots.edit && e.edit ? (o(), l("div", {
|
|
10266
10284
|
key: 0,
|
|
10267
|
-
style:
|
|
10285
|
+
style: C({ maxHeight: n.editHeight + "px" }),
|
|
10268
10286
|
id: n.editId
|
|
10269
10287
|
}, [
|
|
10270
10288
|
g("div", ng, [
|
|
@@ -10276,7 +10294,7 @@ function ag(t, s, e, a, n, i) {
|
|
|
10276
10294
|
})
|
|
10277
10295
|
], 10, jf);
|
|
10278
10296
|
}
|
|
10279
|
-
const
|
|
10297
|
+
const w_ = /* @__PURE__ */ b(Wf, [["render", ag], ["__scopeId", "data-v-b753f1a9"]]), og = { class: "ecs-flag" }, rg = {
|
|
10280
10298
|
__name: "flag",
|
|
10281
10299
|
props: {
|
|
10282
10300
|
/** ISO Country code of the flag. */
|
|
@@ -10331,7 +10349,7 @@ const y_ = /* @__PURE__ */ b(Wf, [["render", ag], ["__scopeId", "data-v-b753f1a9
|
|
|
10331
10349
|
}, null, 8, ["alt"])) : u("", !0)
|
|
10332
10350
|
]));
|
|
10333
10351
|
}
|
|
10334
|
-
},
|
|
10352
|
+
}, S_ = /* @__PURE__ */ b(rg, [["__scopeId", "data-v-98c0431b"]]), lg = {
|
|
10335
10353
|
name: "ecs-flex-col",
|
|
10336
10354
|
props: {
|
|
10337
10355
|
/** Determines the width of the element. This should only be used when the flex container is supposed to act as a proper grid system. Supports values from `0` to `12`. Note, if the columns prop is used, all other props will have no effect. */
|
|
@@ -10528,7 +10546,7 @@ function yg(t, s, e, a, n, i) {
|
|
|
10528
10546
|
color: "#B9BCC2",
|
|
10529
10547
|
size: i.iconSize
|
|
10530
10548
|
}, null, 8, ["size"]),
|
|
10531
|
-
g("input",
|
|
10549
|
+
g("input", Le({
|
|
10532
10550
|
ref: "input",
|
|
10533
10551
|
name: e.name,
|
|
10534
10552
|
disabled: e.disabled || null,
|
|
@@ -10582,7 +10600,7 @@ function kg(t, s, e, a, n, i) {
|
|
|
10582
10600
|
e.borderless ? "" : "ecs-scroll-container-border",
|
|
10583
10601
|
e.hideShadows ? "" : "ecs-scroll-container-shadows"
|
|
10584
10602
|
]]),
|
|
10585
|
-
style:
|
|
10603
|
+
style: C({ maxHeight: e.height, padding: e.padding })
|
|
10586
10604
|
}, [
|
|
10587
10605
|
h(t.$slots, "default", {}, void 0, !0)
|
|
10588
10606
|
], 6);
|
|
@@ -10593,9 +10611,9 @@ const wg = /* @__PURE__ */ b(_g, [["render", kg], ["__scopeId", "data-v-d87a8075
|
|
|
10593
10611
|
components: {
|
|
10594
10612
|
EcsInputSearch: bg,
|
|
10595
10613
|
EcsScrollContainer: wg,
|
|
10596
|
-
EcsButton:
|
|
10614
|
+
EcsButton: be,
|
|
10597
10615
|
EcsEmptyState: Si,
|
|
10598
|
-
EcsTextV2:
|
|
10616
|
+
EcsTextV2: We
|
|
10599
10617
|
},
|
|
10600
10618
|
props: {
|
|
10601
10619
|
/** An optional title of the folder selector. Do not use when the folder selector has a search bar. */
|
|
@@ -10677,10 +10695,10 @@ const wg = /* @__PURE__ */ b(_g, [["render", kg], ["__scopeId", "data-v-d87a8075
|
|
|
10677
10695
|
this.$emit("add");
|
|
10678
10696
|
}
|
|
10679
10697
|
}
|
|
10680
|
-
},
|
|
10698
|
+
}, xg = {
|
|
10681
10699
|
key: 0,
|
|
10682
10700
|
class: "ecs-folder-selector-header"
|
|
10683
|
-
},
|
|
10701
|
+
}, Cg = {
|
|
10684
10702
|
key: 2,
|
|
10685
10703
|
class: "empty-list"
|
|
10686
10704
|
};
|
|
@@ -10688,16 +10706,16 @@ function Bg(t, s, e, a, n, i) {
|
|
|
10688
10706
|
const r = m("ecs-text-v2"), c = m("ecs-input-search"), d = m("ecs-button"), f = m("ecs-empty-state"), y = m("ecs-scroll-container");
|
|
10689
10707
|
return o(), l("div", {
|
|
10690
10708
|
class: v(["ecs-folder-selector", [e.framed ? "ecs-folder-selector-border" : ""]]),
|
|
10691
|
-
style:
|
|
10709
|
+
style: C({ height: i.selectorHeight })
|
|
10692
10710
|
}, [
|
|
10693
|
-
e.searchable || e.create || e.refreshable || e.title ? (o(), l("div",
|
|
10711
|
+
e.searchable || e.create || e.refreshable || e.title ? (o(), l("div", xg, [
|
|
10694
10712
|
e.title && !e.searchable ? (o(), p(r, {
|
|
10695
10713
|
key: 0,
|
|
10696
10714
|
preset: "headline-5",
|
|
10697
10715
|
class: "ecs-folder-selector-title"
|
|
10698
10716
|
}, {
|
|
10699
10717
|
default: S(() => [
|
|
10700
|
-
|
|
10718
|
+
L(w(e.title), 1)
|
|
10701
10719
|
]),
|
|
10702
10720
|
_: 1
|
|
10703
10721
|
})) : e.searchable ? (o(), p(c, {
|
|
@@ -10728,13 +10746,13 @@ function Bg(t, s, e, a, n, i) {
|
|
|
10728
10746
|
"focus-inset": 0
|
|
10729
10747
|
}, {
|
|
10730
10748
|
default: S(() => s[1] || (s[1] = [
|
|
10731
|
-
|
|
10749
|
+
L("Add Folder")
|
|
10732
10750
|
])),
|
|
10733
10751
|
_: 1
|
|
10734
10752
|
}, 8, ["onClick"])) : u("", !0)
|
|
10735
10753
|
])) : u("", !0),
|
|
10736
10754
|
k(y, {
|
|
10737
|
-
style:
|
|
10755
|
+
style: C(i.scrollHeight),
|
|
10738
10756
|
padding: e.framed ? "8px" : "0",
|
|
10739
10757
|
borderless: ""
|
|
10740
10758
|
}, {
|
|
@@ -10742,15 +10760,15 @@ function Bg(t, s, e, a, n, i) {
|
|
|
10742
10760
|
e.loading ? (o(), p(f, {
|
|
10743
10761
|
key: 0,
|
|
10744
10762
|
type: "loading"
|
|
10745
|
-
})) : t.$slots.default ? h(t.$slots, "default", { key: 1 }, void 0, !0) : (o(), l("div",
|
|
10763
|
+
})) : t.$slots.default ? h(t.$slots, "default", { key: 1 }, void 0, !0) : (o(), l("div", Cg, w(e.emptyMessage), 1))
|
|
10746
10764
|
]),
|
|
10747
10765
|
_: 3
|
|
10748
10766
|
}, 8, ["style", "padding"])
|
|
10749
10767
|
], 6);
|
|
10750
10768
|
}
|
|
10751
|
-
const
|
|
10769
|
+
const x_ = /* @__PURE__ */ b(Sg, [["render", Bg], ["__scopeId", "data-v-e8fd70d2"]]), zg = {
|
|
10752
10770
|
name: "ecs-form-group",
|
|
10753
|
-
components: { EcsTextV2:
|
|
10771
|
+
components: { EcsTextV2: We },
|
|
10754
10772
|
props: {
|
|
10755
10773
|
/** If set, the input control will show up in an error state. */
|
|
10756
10774
|
error: {
|
|
@@ -10819,7 +10837,7 @@ const Eg = /* @__PURE__ */ b(zg, [["render", Ig], ["__scopeId", "data-v-a18d63ea
|
|
|
10819
10837
|
key: 0,
|
|
10820
10838
|
class: "ecs-form-headline-controls"
|
|
10821
10839
|
};
|
|
10822
|
-
function
|
|
10840
|
+
function Lg(t, s) {
|
|
10823
10841
|
return o(), l("div", Pg, [
|
|
10824
10842
|
g("h2", Mg, [
|
|
10825
10843
|
h(t.$slots, "default", {}, void 0, !0)
|
|
@@ -10829,7 +10847,7 @@ function Ag(t, s) {
|
|
|
10829
10847
|
])) : u("", !0)
|
|
10830
10848
|
]);
|
|
10831
10849
|
}
|
|
10832
|
-
const
|
|
10850
|
+
const C_ = /* @__PURE__ */ b(Tg, [["render", Lg], ["__scopeId", "data-v-16833f69"]]), Ag = {
|
|
10833
10851
|
name: "ecs-form-set",
|
|
10834
10852
|
props: {
|
|
10835
10853
|
/** Indicates an error state. */
|
|
@@ -10844,7 +10862,7 @@ const k_ = /* @__PURE__ */ b(Tg, [["render", Ag], ["__scopeId", "data-v-16833f69
|
|
|
10844
10862
|
}
|
|
10845
10863
|
}
|
|
10846
10864
|
}, Ng = ["aria-invalid"], Rg = { class: "ecs-form-set-title" };
|
|
10847
|
-
function
|
|
10865
|
+
function Dg(t, s, e, a, n, i) {
|
|
10848
10866
|
return o(), l("fieldset", {
|
|
10849
10867
|
class: v(["ecs-form-set", e.error ? "error" : ""]),
|
|
10850
10868
|
"aria-invalid": e.error || null
|
|
@@ -10853,7 +10871,7 @@ function $g(t, s, e, a, n, i) {
|
|
|
10853
10871
|
h(t.$slots, "default", {}, void 0, !0)
|
|
10854
10872
|
], 10, Ng);
|
|
10855
10873
|
}
|
|
10856
|
-
const
|
|
10874
|
+
const B_ = /* @__PURE__ */ b(Ag, [["render", Dg], ["__scopeId", "data-v-c9188464"]]), $g = {
|
|
10857
10875
|
name: "ecs-highlight",
|
|
10858
10876
|
props: {
|
|
10859
10877
|
/** Makes the highlight area visible. */
|
|
@@ -10933,7 +10951,7 @@ function Vg(t, s, e, a, n, i) {
|
|
|
10933
10951
|
i.showHighlight ? (o(), l("div", {
|
|
10934
10952
|
key: 0,
|
|
10935
10953
|
class: v(["ecs-highlight", [i.classes]]),
|
|
10936
|
-
style:
|
|
10954
|
+
style: C({ ...i.highlightColor, ...i.borderRadiusStyle, ...i.insetStyles })
|
|
10937
10955
|
}, [
|
|
10938
10956
|
e.layout === "wrap" ? h(t.$slots, "default", { key: 0 }, void 0, !0) : u("", !0)
|
|
10939
10957
|
], 6)) : u("", !0)
|
|
@@ -10941,7 +10959,7 @@ function Vg(t, s, e, a, n, i) {
|
|
|
10941
10959
|
_: 3
|
|
10942
10960
|
});
|
|
10943
10961
|
}
|
|
10944
|
-
const
|
|
10962
|
+
const z_ = /* @__PURE__ */ b($g, [["render", Vg], ["__scopeId", "data-v-ad0ca7b9"]]), Hg = {
|
|
10945
10963
|
name: "EcsIllustration",
|
|
10946
10964
|
props: {
|
|
10947
10965
|
/** The type of illustration to be shown. */
|
|
@@ -10982,7 +11000,7 @@ const S_ = /* @__PURE__ */ b(Dg, [["render", Vg], ["__scopeId", "data-v-ad0ca7b9
|
|
|
10982
11000
|
},
|
|
10983
11001
|
methods: {
|
|
10984
11002
|
loadIllustration(t) {
|
|
10985
|
-
this.illustrationComponent =
|
|
11003
|
+
this.illustrationComponent = $i(ne(
|
|
10986
11004
|
() => ae(/* @__PURE__ */ Object.assign({ "../assets/images/select-tile/load-file-annotations.svg": () => import("./load-file-annotations-Chv42PVZ.js"), "../assets/images/select-tile/load-file-designation-report.svg": () => import("./load-file-designation-report-C-4EctIM.js"), "../assets/images/select-tile/load-file-designation.svg": () => import("./load-file-designation-BEm9VnQa.js"), "../assets/images/select-tile/load-file-zip.svg": () => import("./load-file-zip-Co-I4Yjh.js"), "../assets/images/select-tile/overlay-files.svg": () => import("./overlay-files-B4shNp97.js"), "../assets/images/select-tile/overlay-metadata.svg": () => import("./overlay-metadata-DYJuNck4.js"), "../assets/images/select-tile/plain-document.svg": () => import("./plain-document-CRTTDa3w.js"), "../assets/images/select-tile/relativity-add-files.svg": () => import("./relativity-add-files-mCRXOlgh.js"), "../assets/images/select-tile/relativity-overlay-files.svg": () => import("./relativity-overlay-files-C_gg_JHu.js"), "../assets/images/select-tile/relativity-overlay-metadata.svg": () => import("./relativity-overlay-metadata-Bq4IgkAm.js") }), `../assets/images/select-tile/${t}.svg`, 5)
|
|
10987
11005
|
));
|
|
10988
11006
|
}
|
|
@@ -11110,7 +11128,7 @@ function Jg(t, s, e, a, n, i) {
|
|
|
11110
11128
|
_: 3
|
|
11111
11129
|
});
|
|
11112
11130
|
}
|
|
11113
|
-
const
|
|
11131
|
+
const I_ = /* @__PURE__ */ b(Kg, [["render", Jg], ["__scopeId", "data-v-14242524"]]), Qg = {
|
|
11114
11132
|
name: "ecs-info-tooltip",
|
|
11115
11133
|
emits: ["click"],
|
|
11116
11134
|
components: {
|
|
@@ -11149,7 +11167,7 @@ function em(t, s, e, a, n, i) {
|
|
|
11149
11167
|
return o(), l("i", {
|
|
11150
11168
|
class: v(["ecs-info-tooltip", { "hover-color": i.shouldShowHover }]),
|
|
11151
11169
|
onClick: s[0] || (s[0] = (...c) => i.handleClick && i.handleClick(...c)),
|
|
11152
|
-
style:
|
|
11170
|
+
style: C(i.iconStyle)
|
|
11153
11171
|
}, [
|
|
11154
11172
|
k(r, {
|
|
11155
11173
|
type: e.icon,
|
|
@@ -11157,7 +11175,7 @@ function em(t, s, e, a, n, i) {
|
|
|
11157
11175
|
}, null, 8, ["type"])
|
|
11158
11176
|
], 6);
|
|
11159
11177
|
}
|
|
11160
|
-
const
|
|
11178
|
+
const E_ = /* @__PURE__ */ b(Qg, [["render", em], ["__scopeId", "data-v-ba171c2e"]]), tm = {
|
|
11161
11179
|
name: "ecs-input",
|
|
11162
11180
|
emits: ["update:modelValue", "change", "keyup", "blur"],
|
|
11163
11181
|
props: {
|
|
@@ -11254,7 +11272,7 @@ const x_ = /* @__PURE__ */ b(Qg, [["render", em], ["__scopeId", "data-v-ba171c2e
|
|
|
11254
11272
|
}
|
|
11255
11273
|
}, sm = ["value", "type", "name", "disabled", "required", "readonly", "placeholder", "autocomplete", "min", "max", "step", "id", "data-1p-ignore"], im = ["value", "name", "disabled", "required", "readonly", "placeholder", "id", "data-1p-ignore"];
|
|
11256
11274
|
function nm(t, s, e, a, n, i) {
|
|
11257
|
-
return e.type != "textarea" ? (o(), l("input",
|
|
11275
|
+
return e.type != "textarea" ? (o(), l("input", Le({
|
|
11258
11276
|
key: 0,
|
|
11259
11277
|
class: ["ecs-form-control", [
|
|
11260
11278
|
i.sizeClass,
|
|
@@ -11283,7 +11301,7 @@ function nm(t, s, e, a, n, i) {
|
|
|
11283
11301
|
ref: e.refr,
|
|
11284
11302
|
id: e.refr,
|
|
11285
11303
|
"data-1p-ignore": i.disabled1Password
|
|
11286
|
-
}), null, 16, sm)) : (o(), l("textarea",
|
|
11304
|
+
}), null, 16, sm)) : (o(), l("textarea", Le({
|
|
11287
11305
|
key: 1,
|
|
11288
11306
|
class: ["ecs-form-control", [
|
|
11289
11307
|
i.sizeClass,
|
|
@@ -11343,13 +11361,13 @@ function rm(t, s, e, a, n, i) {
|
|
|
11343
11361
|
}, null, 8, ["type"])) : u("", !0)
|
|
11344
11362
|
], 2);
|
|
11345
11363
|
}
|
|
11346
|
-
const
|
|
11364
|
+
const T_ = /* @__PURE__ */ b(om, [["render", rm]]), lm = {
|
|
11347
11365
|
name: "ecs-input-connector"
|
|
11348
11366
|
}, cm = { class: "ecs-input-group-addon connector" };
|
|
11349
11367
|
function dm(t, s, e, a, n, i) {
|
|
11350
11368
|
return o(), l("span", cm);
|
|
11351
11369
|
}
|
|
11352
|
-
const
|
|
11370
|
+
const P_ = /* @__PURE__ */ b(lm, [["render", dm]]), um = {
|
|
11353
11371
|
name: "ecs-input-float",
|
|
11354
11372
|
emits: ["input"],
|
|
11355
11373
|
mixins: [me],
|
|
@@ -11426,7 +11444,7 @@ const z_ = /* @__PURE__ */ b(lm, [["render", dm]]), um = {
|
|
|
11426
11444
|
}, fm = { class: "form-group has-float-label" }, gm = ["id", "type", "name", "disabled", "required", "readonly", "placeholder", "autocomplete", "value"], mm = ["for"];
|
|
11427
11445
|
function hm(t, s, e, a, n, i) {
|
|
11428
11446
|
return o(), l("div", fm, [
|
|
11429
|
-
g("input",
|
|
11447
|
+
g("input", Le({
|
|
11430
11448
|
class: ["form-control", [
|
|
11431
11449
|
i.sizeClass,
|
|
11432
11450
|
e.subtle ? "form-control-subtle" : null
|
|
@@ -11445,7 +11463,7 @@ function hm(t, s, e, a, n, i) {
|
|
|
11445
11463
|
g("label", { for: n.uniqueId }, w(e.label), 9, mm)
|
|
11446
11464
|
]);
|
|
11447
11465
|
}
|
|
11448
|
-
const
|
|
11466
|
+
const M_ = /* @__PURE__ */ b(um, [["render", hm], ["__scopeId", "data-v-dfa713b3"]]), pm = {
|
|
11449
11467
|
props: {
|
|
11450
11468
|
/** If the input group contains only one input element, set this prop to true. */
|
|
11451
11469
|
singleInput: {
|
|
@@ -11461,7 +11479,7 @@ function vm(t, s, e, a, n, i) {
|
|
|
11461
11479
|
h(t.$slots, "default")
|
|
11462
11480
|
], 2);
|
|
11463
11481
|
}
|
|
11464
|
-
const
|
|
11482
|
+
const O_ = /* @__PURE__ */ b(pm, [["render", vm]]), ym = {
|
|
11465
11483
|
name: "ecs-inplace",
|
|
11466
11484
|
emits: ["update:index"],
|
|
11467
11485
|
data() {
|
|
@@ -11539,7 +11557,7 @@ function km(t, s, e, a, n, i) {
|
|
|
11539
11557
|
}, 8, ["onEnter"])
|
|
11540
11558
|
]);
|
|
11541
11559
|
}
|
|
11542
|
-
const
|
|
11560
|
+
const L_ = /* @__PURE__ */ b(ym, [["render", km]]), wm = {
|
|
11543
11561
|
name: "ecs-jumper-document",
|
|
11544
11562
|
emits: [
|
|
11545
11563
|
"goToPrev",
|
|
@@ -11609,8 +11627,8 @@ const T_ = /* @__PURE__ */ b(ym, [["render", km]]), wm = {
|
|
|
11609
11627
|
}, Sm = {
|
|
11610
11628
|
key: 0,
|
|
11611
11629
|
class: "ecs-viewer-toolbar-jumper-inputs"
|
|
11612
|
-
},
|
|
11613
|
-
function
|
|
11630
|
+
}, xm = ["contenteditable", "disabled"];
|
|
11631
|
+
function Cm(t, s, e, a, n, i) {
|
|
11614
11632
|
const r = m("ecs-button-toolbar"), c = m("ecs-button-toolbar-group");
|
|
11615
11633
|
return o(), p(c, { class: "ecs-viewer-toolbar-jumper" }, {
|
|
11616
11634
|
default: S(() => [
|
|
@@ -11631,8 +11649,8 @@ function xm(t, s, e, a, n, i) {
|
|
|
11631
11649
|
class: v(["ecs-viewer-toolbar-jumper-input", { disabled: e.disabled }]),
|
|
11632
11650
|
disabled: e.navigating || e.disabled,
|
|
11633
11651
|
id: "currEntry"
|
|
11634
|
-
}, w(e.currentEntry), 43,
|
|
11635
|
-
s[5] || (s[5] =
|
|
11652
|
+
}, w(e.currentEntry), 43, xm),
|
|
11653
|
+
s[5] || (s[5] = L(" / ")),
|
|
11636
11654
|
g("div", null, w(e.totalEntries), 1)
|
|
11637
11655
|
])) : u("", !0),
|
|
11638
11656
|
k(r, {
|
|
@@ -11647,7 +11665,7 @@ function xm(t, s, e, a, n, i) {
|
|
|
11647
11665
|
_: 1
|
|
11648
11666
|
});
|
|
11649
11667
|
}
|
|
11650
|
-
const
|
|
11668
|
+
const A_ = /* @__PURE__ */ b(wm, [["render", Cm], ["__scopeId", "data-v-d9c9eec2"]]), Bm = {
|
|
11651
11669
|
name: "ecs-jumper-index",
|
|
11652
11670
|
emits: [
|
|
11653
11671
|
"nextSearchResult",
|
|
@@ -11745,7 +11763,7 @@ function Pm(t, s, e, a, n, i) {
|
|
|
11745
11763
|
class: "ecs-jumper-count-input",
|
|
11746
11764
|
contenteditable: !0
|
|
11747
11765
|
}, w(e.currentCount), 33),
|
|
11748
|
-
s[2] || (s[2] =
|
|
11766
|
+
s[2] || (s[2] = L(" of ")),
|
|
11749
11767
|
g("div", null, w(e.maxCount), 1)
|
|
11750
11768
|
])) : u("", !0),
|
|
11751
11769
|
k(r, {
|
|
@@ -11759,7 +11777,7 @@ function Pm(t, s, e, a, n, i) {
|
|
|
11759
11777
|
_: 1
|
|
11760
11778
|
});
|
|
11761
11779
|
}
|
|
11762
|
-
const
|
|
11780
|
+
const N_ = /* @__PURE__ */ b(Bm, [["render", Pm], ["__scopeId", "data-v-0b163531"]]), Mm = {
|
|
11763
11781
|
name: "ecs-jumper-page",
|
|
11764
11782
|
emits: [
|
|
11765
11783
|
"selectCurPageText",
|
|
@@ -11819,19 +11837,19 @@ const M_ = /* @__PURE__ */ b(Bm, [["render", Pm], ["__scopeId", "data-v-0b163531
|
|
|
11819
11837
|
this.$emit("currentPageKeyPressed", t), t.stopPropagation(), t.key == "Enter" && t.preventDefault();
|
|
11820
11838
|
}
|
|
11821
11839
|
}
|
|
11822
|
-
}, Om = { class: "ecs-viewer-pages" },
|
|
11840
|
+
}, Om = { class: "ecs-viewer-pages" }, Lm = { class: "ecs-viewer-pages-inner" }, Am = { class: "ecs-viewer-pages-pagination" }, Nm = ["contenteditable"], Rm = { class: "total-pages" }, Dm = {
|
|
11823
11841
|
key: 0,
|
|
11824
11842
|
class: "page-missing-gaps",
|
|
11825
11843
|
title: "This transcript has missing page gaps"
|
|
11826
|
-
},
|
|
11844
|
+
}, $m = { class: "ecs-viewer-pages-pagination" }, Vm = { class: "total-pages-relative" }, Hm = { class: "total-pages-relative" }, Fm = {
|
|
11827
11845
|
key: 1,
|
|
11828
11846
|
class: "ecs-viewer-pages-pagination"
|
|
11829
11847
|
}, qm = ["innerHTML"], Wm = { class: "total-pages" };
|
|
11830
11848
|
function jm(t, s, e, a, n, i) {
|
|
11831
11849
|
return o(), l("div", Om, [
|
|
11832
|
-
g("div",
|
|
11833
|
-
i.showAltPageNumbers ? (o(), l(
|
|
11834
|
-
g("div",
|
|
11850
|
+
g("div", Lm, [
|
|
11851
|
+
i.showAltPageNumbers ? (o(), l(V, { key: 0 }, [
|
|
11852
|
+
g("div", Am, [
|
|
11835
11853
|
g("div", {
|
|
11836
11854
|
onClick: s[0] || (s[0] = (r) => t.$emit("selectCurPageText")),
|
|
11837
11855
|
onKeydown: s[1] || (s[1] = (r) => i.pageKeyPressed(r, "relative")),
|
|
@@ -11841,9 +11859,9 @@ function jm(t, s, e, a, n, i) {
|
|
|
11841
11859
|
id: "currPage"
|
|
11842
11860
|
}, w(e.currentPage), 43, Nm),
|
|
11843
11861
|
g("div", Rm, "of " + w(e.lastPage), 1),
|
|
11844
|
-
e.isTranscriptMissingPages ? (o(), l("span",
|
|
11862
|
+
e.isTranscriptMissingPages ? (o(), l("span", Dm, "*")) : u("", !0)
|
|
11845
11863
|
]),
|
|
11846
|
-
g("div",
|
|
11864
|
+
g("div", $m, [
|
|
11847
11865
|
g("div", Vm, w(i.altPageNumber) + " ", 1),
|
|
11848
11866
|
g("div", Hm, "of " + w(e.pageCount), 1)
|
|
11849
11867
|
])
|
|
@@ -11862,7 +11880,7 @@ function jm(t, s, e, a, n, i) {
|
|
|
11862
11880
|
])
|
|
11863
11881
|
]);
|
|
11864
11882
|
}
|
|
11865
|
-
const
|
|
11883
|
+
const R_ = /* @__PURE__ */ b(Mm, [["render", jm], ["__scopeId", "data-v-5c8f8c17"]]), Um = {
|
|
11866
11884
|
// eslint-disable-next-line vue/multi-word-component-names
|
|
11867
11885
|
name: "ecs-pane",
|
|
11868
11886
|
inject: ["requestUpdate", "onPaneAdd", "onPaneRemove", "onPaneClick"],
|
|
@@ -11916,7 +11934,7 @@ function Gm(t, s, e, a, n, i) {
|
|
|
11916
11934
|
return o(), l("div", {
|
|
11917
11935
|
class: "ecs-pane",
|
|
11918
11936
|
onClick: s[0] || (s[0] = (r) => i.onPaneClick(r, t._.uid)),
|
|
11919
|
-
style:
|
|
11937
|
+
style: C(t.style)
|
|
11920
11938
|
}, [
|
|
11921
11939
|
h(t.$slots, "default")
|
|
11922
11940
|
], 4);
|
|
@@ -12305,7 +12323,7 @@ function eh(t, s, e, a, n, i) {
|
|
|
12305
12323
|
size: e.splitPaneSizes[1].size,
|
|
12306
12324
|
minSize: e.splitPaneSizes[1].minSize,
|
|
12307
12325
|
maxSize: e.splitPaneSizes[1].maxSize,
|
|
12308
|
-
style:
|
|
12326
|
+
style: C(e.overlaySidebar && t.$slots.sidebar ? { "--padding-right": t.$slots.secondaryPane ? "0px" : "54px" } : {})
|
|
12309
12327
|
}, {
|
|
12310
12328
|
default: S(() => [
|
|
12311
12329
|
h(t.$slots, "pane", {}, void 0, !0)
|
|
@@ -12317,7 +12335,7 @@ function eh(t, s, e, a, n, i) {
|
|
|
12317
12335
|
size: (d = e.splitPaneSizes[2]) == null ? void 0 : d.size,
|
|
12318
12336
|
minSize: (f = e.splitPaneSizes[2]) == null ? void 0 : f.minSize,
|
|
12319
12337
|
maxSize: (y = e.splitPaneSizes[2]) == null ? void 0 : y.maxSize,
|
|
12320
|
-
style:
|
|
12338
|
+
style: C(e.overlaySidebar && t.$slots.sidebar ? { "--padding-right": "54px" } : {})
|
|
12321
12339
|
}, {
|
|
12322
12340
|
default: S(() => [
|
|
12323
12341
|
h(t.$slots, "secondaryPane", {}, void 0, !0)
|
|
@@ -12337,14 +12355,14 @@ function eh(t, s, e, a, n, i) {
|
|
|
12337
12355
|
t.$slots.sidebar ? (o(), l("div", {
|
|
12338
12356
|
key: 0,
|
|
12339
12357
|
class: v(["ecs-index-layout-sidebar", [e.overlaySidebar ? "overlay" : ""]]),
|
|
12340
|
-
style:
|
|
12358
|
+
style: C(i.sidebarPosition)
|
|
12341
12359
|
}, [
|
|
12342
12360
|
h(t.$slots, "sidebar", {}, void 0, !0)
|
|
12343
12361
|
], 6)) : u("", !0)
|
|
12344
12362
|
], 2)
|
|
12345
12363
|
], 2);
|
|
12346
12364
|
}
|
|
12347
|
-
const
|
|
12365
|
+
const D_ = /* @__PURE__ */ b(Xm, [["render", eh], ["__scopeId", "data-v-b5617b26"]]), th = {
|
|
12348
12366
|
name: "ecs-layout-directory",
|
|
12349
12367
|
props: {
|
|
12350
12368
|
/** Adds some inner padding to the index content area. Should be used for non-table indexes. */
|
|
@@ -12381,9 +12399,9 @@ function rh(t, s, e, a, n, i) {
|
|
|
12381
12399
|
])
|
|
12382
12400
|
]);
|
|
12383
12401
|
}
|
|
12384
|
-
const
|
|
12402
|
+
const $_ = /* @__PURE__ */ b(th, [["render", rh], ["__scopeId", "data-v-f5afc4e6"]]), rs = {
|
|
12385
12403
|
name: "ecs-layout-data-table",
|
|
12386
|
-
components: { EcsActionToolbar: en, EcsButton:
|
|
12404
|
+
components: { EcsActionToolbar: en, EcsButton: be },
|
|
12387
12405
|
mixins: [me],
|
|
12388
12406
|
props: {
|
|
12389
12407
|
/** Needs to be set when the edit/view sidebar is expanded. */
|
|
@@ -12470,7 +12488,7 @@ function hh(t, s, e, a, n, i) {
|
|
|
12470
12488
|
key: 0,
|
|
12471
12489
|
class: "ecs-data-layout-statistics scrollbar scrollbar-sml vertical",
|
|
12472
12490
|
id: n.statisticsId,
|
|
12473
|
-
style:
|
|
12491
|
+
style: C({ height: `${e.statisticsHeight}px` })
|
|
12474
12492
|
}, [
|
|
12475
12493
|
h(t.$slots, "statistics", {}, void 0, !0)
|
|
12476
12494
|
], 12, dh)) : u("", !0)
|
|
@@ -12504,7 +12522,7 @@ function hh(t, s, e, a, n, i) {
|
|
|
12504
12522
|
], 2)) : u("", !0)
|
|
12505
12523
|
], 2);
|
|
12506
12524
|
}
|
|
12507
|
-
const
|
|
12525
|
+
const V_ = /* @__PURE__ */ b(rs, [["render", hh], ["__scopeId", "data-v-b579f92f"]]), ph = {
|
|
12508
12526
|
name: "ecs-legend-item",
|
|
12509
12527
|
emits: ["click"],
|
|
12510
12528
|
components: {
|
|
@@ -12584,7 +12602,7 @@ function _h(t, s, e, a, n, i) {
|
|
|
12584
12602
|
default: S(() => [
|
|
12585
12603
|
g("div", {
|
|
12586
12604
|
class: v(["ecs-legend-item-color", e.type]),
|
|
12587
|
-
style:
|
|
12605
|
+
style: C({ backgroundColor: e.color })
|
|
12588
12606
|
}, null, 6),
|
|
12589
12607
|
g("div", vh, w(e.label), 1),
|
|
12590
12608
|
e.count ? (o(), l("div", yh, w(e.count), 1)) : u("", !0),
|
|
@@ -12592,14 +12610,14 @@ function _h(t, s, e, a, n, i) {
|
|
|
12592
12610
|
e.highlight || e.hover ? (o(), l("div", {
|
|
12593
12611
|
key: 2,
|
|
12594
12612
|
class: "ecs-legend-item-highlight",
|
|
12595
|
-
style:
|
|
12613
|
+
style: C({ backgroundColor: e.color })
|
|
12596
12614
|
}, null, 4)) : u("", !0),
|
|
12597
12615
|
e.hover ? (o(), p(r, { key: 3 })) : u("", !0)
|
|
12598
12616
|
]),
|
|
12599
12617
|
_: 1
|
|
12600
12618
|
}, 8, ["role", "tabindex", "class"]);
|
|
12601
12619
|
}
|
|
12602
|
-
const
|
|
12620
|
+
const H_ = /* @__PURE__ */ b(ph, [["render", _h], ["__scopeId", "data-v-6d506293"]]), kh = {
|
|
12603
12621
|
name: "ecs-log-message",
|
|
12604
12622
|
components: {
|
|
12605
12623
|
EcsFlexRow: Ee,
|
|
@@ -12645,7 +12663,7 @@ const R_ = /* @__PURE__ */ b(ph, [["render", _h], ["__scopeId", "data-v-6d506293
|
|
|
12645
12663
|
key: 2,
|
|
12646
12664
|
class: "ecs-log-message-meta"
|
|
12647
12665
|
};
|
|
12648
|
-
function
|
|
12666
|
+
function xh(t, s, e, a, n, i) {
|
|
12649
12667
|
const r = m("ecs-skeleton-loader"), c = m("ecs-sticker"), d = m("ecs-flex-row");
|
|
12650
12668
|
return o(), p(d, {
|
|
12651
12669
|
class: v(["ecs-log-message", [e.type, e.highlight ? "highlighted" : ""]]),
|
|
@@ -12653,7 +12671,7 @@ function Ch(t, s, e, a, n, i) {
|
|
|
12653
12671
|
"aria-busy": e.loading || null,
|
|
12654
12672
|
align: "start",
|
|
12655
12673
|
gap: 8,
|
|
12656
|
-
style:
|
|
12674
|
+
style: C(i.padding)
|
|
12657
12675
|
}, {
|
|
12658
12676
|
default: S(() => [
|
|
12659
12677
|
e.loading && e.type != "blank" ? (o(), p(r, {
|
|
@@ -12678,7 +12696,7 @@ function Ch(t, s, e, a, n, i) {
|
|
|
12678
12696
|
_: 3
|
|
12679
12697
|
}, 8, ["class", "role", "aria-busy", "style"]);
|
|
12680
12698
|
}
|
|
12681
|
-
const
|
|
12699
|
+
const F_ = /* @__PURE__ */ b(kh, [["render", xh], ["__scopeId", "data-v-ff235103"]]), Ch = {
|
|
12682
12700
|
name: "ecs-map",
|
|
12683
12701
|
components: { EcsFocusRing: N },
|
|
12684
12702
|
props: {
|
|
@@ -12723,7 +12741,7 @@ function Ih(t, s, e, a, n, i) {
|
|
|
12723
12741
|
], 8, Bh)
|
|
12724
12742
|
], 2);
|
|
12725
12743
|
}
|
|
12726
|
-
const
|
|
12744
|
+
const q_ = /* @__PURE__ */ b(Ch, [["render", Ih], ["__scopeId", "data-v-219f95e2"]]), Eh = {
|
|
12727
12745
|
name: "ecs-modal",
|
|
12728
12746
|
props: {
|
|
12729
12747
|
/** Shows the modal. */
|
|
@@ -12789,7 +12807,7 @@ function Oh(t, s, e, a, n, i) {
|
|
|
12789
12807
|
}, [
|
|
12790
12808
|
g("div", {
|
|
12791
12809
|
class: "ecs-modal-dialog ecs-modal-sheet",
|
|
12792
|
-
style:
|
|
12810
|
+
style: C(i.fixedHeightStyle)
|
|
12793
12811
|
}, [
|
|
12794
12812
|
t.$slots.header ? (o(), l("div", Th, [
|
|
12795
12813
|
h(t.$slots, "header", {}, void 0, !0)
|
|
@@ -12807,11 +12825,11 @@ function Oh(t, s, e, a, n, i) {
|
|
|
12807
12825
|
_: 3
|
|
12808
12826
|
});
|
|
12809
12827
|
}
|
|
12810
|
-
const
|
|
12828
|
+
const W_ = /* @__PURE__ */ b(Eh, [["render", Oh], ["__scopeId", "data-v-185a1041"]]), Lh = {
|
|
12811
12829
|
name: "ecs-modal-header",
|
|
12812
12830
|
emits: ["close"],
|
|
12813
12831
|
components: {
|
|
12814
|
-
EcsButton:
|
|
12832
|
+
EcsButton: be,
|
|
12815
12833
|
EcsFocusRing: N
|
|
12816
12834
|
},
|
|
12817
12835
|
props: {
|
|
@@ -12843,7 +12861,7 @@ const V_ = /* @__PURE__ */ b(Eh, [["render", Oh], ["__scopeId", "data-v-185a1041
|
|
|
12843
12861
|
}
|
|
12844
12862
|
}
|
|
12845
12863
|
}
|
|
12846
|
-
},
|
|
12864
|
+
}, Ah = {
|
|
12847
12865
|
class: "ecs-modal-header-main",
|
|
12848
12866
|
ref: "firstFocusable",
|
|
12849
12867
|
tabindex: "0"
|
|
@@ -12851,12 +12869,12 @@ const V_ = /* @__PURE__ */ b(Eh, [["render", Oh], ["__scopeId", "data-v-185a1041
|
|
|
12851
12869
|
key: 0,
|
|
12852
12870
|
class: "ecs-modal-header-extended"
|
|
12853
12871
|
};
|
|
12854
|
-
function
|
|
12872
|
+
function Dh(t, s, e, a, n, i) {
|
|
12855
12873
|
const r = m("ecs-button");
|
|
12856
12874
|
return o(), l("div", {
|
|
12857
12875
|
class: v(["ecs-modal-header", i.typeClass])
|
|
12858
12876
|
}, [
|
|
12859
|
-
g("div",
|
|
12877
|
+
g("div", Ah, [
|
|
12860
12878
|
g("div", Nh, [
|
|
12861
12879
|
h(t.$slots, "default", {}, void 0, !0)
|
|
12862
12880
|
]),
|
|
@@ -12878,7 +12896,7 @@ function $h(t, s, e, a, n, i) {
|
|
|
12878
12896
|
])) : u("", !0)
|
|
12879
12897
|
], 2);
|
|
12880
12898
|
}
|
|
12881
|
-
const
|
|
12899
|
+
const j_ = /* @__PURE__ */ b(Lh, [["render", Dh], ["__scopeId", "data-v-ed6067fe"]]), $h = {
|
|
12882
12900
|
name: "ecs-modal-footer"
|
|
12883
12901
|
}, Vh = { class: "ecs-modal-footer" }, Hh = {
|
|
12884
12902
|
key: 0,
|
|
@@ -12894,7 +12912,7 @@ function qh(t, s, e, a, n, i) {
|
|
|
12894
12912
|
])
|
|
12895
12913
|
]);
|
|
12896
12914
|
}
|
|
12897
|
-
const
|
|
12915
|
+
const U_ = /* @__PURE__ */ b($h, [["render", qh], ["__scopeId", "data-v-206d1ced"]]), Wh = {
|
|
12898
12916
|
name: "ecs-select-text",
|
|
12899
12917
|
emits: ["change", "focus", "blur"],
|
|
12900
12918
|
components: { EcsIcon: M, EcsFocusRing: N },
|
|
@@ -12983,7 +13001,7 @@ function Uh(t, s, e, a, n, i) {
|
|
|
12983
13001
|
type: "chevron-down",
|
|
12984
13002
|
size: i.chevronSize
|
|
12985
13003
|
}, null, 8, ["size"]),
|
|
12986
|
-
g("select",
|
|
13004
|
+
g("select", Le({
|
|
12987
13005
|
ref: "select",
|
|
12988
13006
|
onChange: s[0] || (s[0] = (...d) => i.onChange && i.onChange(...d)),
|
|
12989
13007
|
onFocus: s[1] || (s[1] = (d) => t.$emit("focus", d)),
|
|
@@ -13090,7 +13108,7 @@ function ep(t, s, e, a, n, i) {
|
|
|
13090
13108
|
class: "operator-select"
|
|
13091
13109
|
}, {
|
|
13092
13110
|
default: S(() => [
|
|
13093
|
-
(o(!0), l(
|
|
13111
|
+
(o(!0), l(V, null, se(e.operatorSelectOptions, (f) => (o(), l("option", {
|
|
13094
13112
|
value: f,
|
|
13095
13113
|
key: f
|
|
13096
13114
|
}, w(f), 9, Zh))), 128))
|
|
@@ -13139,7 +13157,7 @@ function ep(t, s, e, a, n, i) {
|
|
|
13139
13157
|
])
|
|
13140
13158
|
], 34);
|
|
13141
13159
|
}
|
|
13142
|
-
const
|
|
13160
|
+
const G_ = /* @__PURE__ */ b(Kh, [["render", ep], ["__scopeId", "data-v-c3c80822"]]), tp = {
|
|
13143
13161
|
name: "ecs-multiselect-token",
|
|
13144
13162
|
emits: ["remove"],
|
|
13145
13163
|
components: {
|
|
@@ -13168,7 +13186,7 @@ function sp(t, s, e, a, n, i) {
|
|
|
13168
13186
|
])
|
|
13169
13187
|
], 32);
|
|
13170
13188
|
}
|
|
13171
|
-
const
|
|
13189
|
+
const K_ = /* @__PURE__ */ b(tp, [["render", sp], ["__scopeId", "data-v-daa501d2"]]), ip = {
|
|
13172
13190
|
name: "ecs-multiselect-option",
|
|
13173
13191
|
components: {
|
|
13174
13192
|
EcsIcon: M
|
|
@@ -13203,7 +13221,7 @@ function ap(t, s, e, a, n, i) {
|
|
|
13203
13221
|
h(t.$slots, "default", {}, void 0, !0)
|
|
13204
13222
|
], 10, np);
|
|
13205
13223
|
}
|
|
13206
|
-
const
|
|
13224
|
+
const Y_ = /* @__PURE__ */ b(ip, [["render", ap], ["__scopeId", "data-v-e28fc40f"]]), op = {
|
|
13207
13225
|
name: "ecs-overlay",
|
|
13208
13226
|
emits: ["close", "toggled"],
|
|
13209
13227
|
components: { EcsIcon: M, EcsButtonToolbar: vt, EcsAlert: ei },
|
|
@@ -13385,11 +13403,11 @@ function wp(t, s, e, a, n, i) {
|
|
|
13385
13403
|
n.isShown ? (o(), l("div", {
|
|
13386
13404
|
key: 0,
|
|
13387
13405
|
class: "ecs-overlay",
|
|
13388
|
-
style:
|
|
13406
|
+
style: C({ top: e.offsetTop + "px", height: "calc(100vh - " + e.offsetTop + "px)" })
|
|
13389
13407
|
}, [
|
|
13390
13408
|
g("header", {
|
|
13391
13409
|
class: "ecs-overlay-header",
|
|
13392
|
-
style:
|
|
13410
|
+
style: C(t.$slots.alert ? "" : "border-bottom: 1px solid var(--color-gray-4);")
|
|
13393
13411
|
}, [
|
|
13394
13412
|
g("div", rp, [
|
|
13395
13413
|
e.icon ? (o(), p(r, {
|
|
@@ -13401,7 +13419,7 @@ function wp(t, s, e, a, n, i) {
|
|
|
13401
13419
|
g("div", null, [
|
|
13402
13420
|
g("span", lp, [
|
|
13403
13421
|
e.headerTitleEmphasized ? (o(), l("span", cp, w(e.headerTitleEmphasized), 1)) : u("", !0),
|
|
13404
|
-
|
|
13422
|
+
L(" " + w(e.headerTitle), 1)
|
|
13405
13423
|
]),
|
|
13406
13424
|
e.headerTitleSubline ? (o(), l("span", dp, w(e.headerTitleSubline), 1)) : u("", !0)
|
|
13407
13425
|
])
|
|
@@ -13426,7 +13444,7 @@ function wp(t, s, e, a, n, i) {
|
|
|
13426
13444
|
icon: "close"
|
|
13427
13445
|
}, {
|
|
13428
13446
|
default: S(() => [
|
|
13429
|
-
|
|
13447
|
+
L(w(e.closeText), 1)
|
|
13430
13448
|
]),
|
|
13431
13449
|
_: 1
|
|
13432
13450
|
}, 8, ["disabled"])
|
|
@@ -13457,7 +13475,7 @@ function wp(t, s, e, a, n, i) {
|
|
|
13457
13475
|
}, [
|
|
13458
13476
|
g("div", {
|
|
13459
13477
|
class: v(["ecs-overlay-content-inner-inner", t.$slots.sidebar && !e.fullWidth && n.width > 1500 ? "has-sidebar" : " "]),
|
|
13460
|
-
style:
|
|
13478
|
+
style: C({ width: i.contentWidth, maxWidth: i.contentMaxWidth, minWidth: i.contentMinWidth, paddingLeft: i.contentPadding, paddingRight: i.contentPadding })
|
|
13461
13479
|
}, [
|
|
13462
13480
|
h(t.$slots, "default", {}, void 0, !0)
|
|
13463
13481
|
], 6),
|
|
@@ -13482,7 +13500,7 @@ function wp(t, s, e, a, n, i) {
|
|
|
13482
13500
|
g("div", bp, [
|
|
13483
13501
|
g("div", {
|
|
13484
13502
|
class: "ecs-overlay-footer-content-inner",
|
|
13485
|
-
style:
|
|
13503
|
+
style: C({ width: i.contentWidth, maxWidth: i.contentMaxWidth, minWidth: i.contentMinWidth, paddingLeft: i.contentPadding, paddingRight: i.contentPadding })
|
|
13486
13504
|
}, [
|
|
13487
13505
|
h(t.$slots, "footer", {}, void 0, !0)
|
|
13488
13506
|
], 4),
|
|
@@ -13495,11 +13513,11 @@ function wp(t, s, e, a, n, i) {
|
|
|
13495
13513
|
_: 3
|
|
13496
13514
|
});
|
|
13497
13515
|
}
|
|
13498
|
-
const
|
|
13516
|
+
const X_ = /* @__PURE__ */ b(op, [["render", wp], ["__scopeId", "data-v-acdd9118"]]), Sp = {
|
|
13499
13517
|
name: "ecs-pagination",
|
|
13500
13518
|
emits: ["firstPage", "prevPage", "nextPage", "lastPage", "updatePage", "itemsPerPage"],
|
|
13501
13519
|
components: {
|
|
13502
|
-
EcsButton:
|
|
13520
|
+
EcsButton: be,
|
|
13503
13521
|
EcsSelect: wi,
|
|
13504
13522
|
EcsFlexRow: Ee,
|
|
13505
13523
|
EcsIcon: M
|
|
@@ -13597,7 +13615,7 @@ const U_ = /* @__PURE__ */ b(op, [["render", wp], ["__scopeId", "data-v-acdd9118
|
|
|
13597
13615
|
this.$emit("updatePage", Number(t));
|
|
13598
13616
|
}
|
|
13599
13617
|
}
|
|
13600
|
-
},
|
|
13618
|
+
}, xp = ["value", "selected"], Cp = {
|
|
13601
13619
|
key: 0,
|
|
13602
13620
|
class: "total"
|
|
13603
13621
|
}, Bp = {
|
|
@@ -13617,10 +13635,10 @@ function Ep(t, s, e, a, n, i) {
|
|
|
13617
13635
|
k(c, {
|
|
13618
13636
|
gap: 8,
|
|
13619
13637
|
class: "ecs-pagination-nav",
|
|
13620
|
-
style:
|
|
13638
|
+
style: C({ minWidth: e.tabsSpacing - 4 + "px" })
|
|
13621
13639
|
}, {
|
|
13622
13640
|
default: S(() => [
|
|
13623
|
-
e.type == "paginated" ? (o(), l(
|
|
13641
|
+
e.type == "paginated" ? (o(), l(V, { key: 0 }, [
|
|
13624
13642
|
k(c, null, {
|
|
13625
13643
|
default: S(() => [
|
|
13626
13644
|
k(r, {
|
|
@@ -13656,15 +13674,15 @@ function Ep(t, s, e, a, n, i) {
|
|
|
13656
13674
|
size: "sml"
|
|
13657
13675
|
}, {
|
|
13658
13676
|
default: S(() => [
|
|
13659
|
-
(o(!0), l(
|
|
13677
|
+
(o(!0), l(V, null, se(e.totalPages, (f) => (o(), l("option", {
|
|
13660
13678
|
key: f,
|
|
13661
13679
|
value: f,
|
|
13662
13680
|
selected: f === e.currentPage
|
|
13663
|
-
}, w(f), 9,
|
|
13681
|
+
}, w(f), 9, xp))), 128))
|
|
13664
13682
|
]),
|
|
13665
13683
|
_: 1
|
|
13666
13684
|
}, 8, ["modelValue", "disabled"]),
|
|
13667
|
-
e.totalPages ? (o(), l("span",
|
|
13685
|
+
e.totalPages ? (o(), l("span", Cp, "of " + w(e.totalPages), 1)) : u("", !0)
|
|
13668
13686
|
]),
|
|
13669
13687
|
_: 1
|
|
13670
13688
|
}),
|
|
@@ -13694,9 +13712,9 @@ function Ep(t, s, e, a, n, i) {
|
|
|
13694
13712
|
_: 1
|
|
13695
13713
|
})
|
|
13696
13714
|
], 64)) : i.hasRange ? (o(), l("span", Bp, [
|
|
13697
|
-
s[8] || (s[8] =
|
|
13715
|
+
s[8] || (s[8] = L("Showing entries ")),
|
|
13698
13716
|
g("span", null, w(e.itemRangeFrom) + " to " + w(e.itemRangeTo), 1),
|
|
13699
|
-
s[9] || (s[9] =
|
|
13717
|
+
s[9] || (s[9] = L(" of ")),
|
|
13700
13718
|
g("span", null, w(e.itemRangeTotal), 1)
|
|
13701
13719
|
])) : u("", !0)
|
|
13702
13720
|
]),
|
|
@@ -13720,7 +13738,7 @@ function Ep(t, s, e, a, n, i) {
|
|
|
13720
13738
|
size: "sml"
|
|
13721
13739
|
}, {
|
|
13722
13740
|
default: S(() => [
|
|
13723
|
-
(o(!0), l(
|
|
13741
|
+
(o(!0), l(V, null, se(e.itemsPerPage, (f) => (o(), l("option", {
|
|
13724
13742
|
key: f,
|
|
13725
13743
|
value: f,
|
|
13726
13744
|
selected: f === e.itemsPerPageSelected
|
|
@@ -13743,9 +13761,9 @@ function Ep(t, s, e, a, n, i) {
|
|
|
13743
13761
|
})) : u("", !0)
|
|
13744
13762
|
], 2);
|
|
13745
13763
|
}
|
|
13746
|
-
const
|
|
13764
|
+
const Z_ = /* @__PURE__ */ b(Sp, [["render", Ep], ["__scopeId", "data-v-6741fbf9"]]), Tp = {
|
|
13747
13765
|
name: "ecs-popover-header",
|
|
13748
|
-
components: { EcsIcon: M, EcsTextV2:
|
|
13766
|
+
components: { EcsIcon: M, EcsTextV2: We },
|
|
13749
13767
|
props: {
|
|
13750
13768
|
/** Adds an icon to the popover header. The list of available icon names can be found [here](https://github.com/everchron/ec-shards/tree/main/src/assets/icons). */
|
|
13751
13769
|
icon: {
|
|
@@ -13766,11 +13784,11 @@ const G_ = /* @__PURE__ */ b(Sp, [["render", Ep], ["__scopeId", "data-v-6741fbf9
|
|
|
13766
13784
|
}, Pp = { class: "ecs-popover-header" }, Mp = { class: "ecs-popover-header-title" }, Op = {
|
|
13767
13785
|
key: 1,
|
|
13768
13786
|
class: "ecs-popover-header-title-controls"
|
|
13769
|
-
},
|
|
13787
|
+
}, Lp = {
|
|
13770
13788
|
key: 0,
|
|
13771
13789
|
class: "ecs-popover-header-actions"
|
|
13772
13790
|
};
|
|
13773
|
-
function
|
|
13791
|
+
function Ap(t, s, e, a, n, i) {
|
|
13774
13792
|
const r = m("ecs-icon"), c = m("ecs-text-v2");
|
|
13775
13793
|
return o(), l("header", Pp, [
|
|
13776
13794
|
g("div", Mp, [
|
|
@@ -13783,7 +13801,7 @@ function Lp(t, s, e, a, n, i) {
|
|
|
13783
13801
|
}, null, 8, ["type"])) : u("", !0),
|
|
13784
13802
|
k(c, { preset: "headline-4" }, {
|
|
13785
13803
|
default: S(() => [
|
|
13786
|
-
|
|
13804
|
+
L(w(e.title), 1)
|
|
13787
13805
|
]),
|
|
13788
13806
|
_: 1
|
|
13789
13807
|
}),
|
|
@@ -13791,12 +13809,12 @@ function Lp(t, s, e, a, n, i) {
|
|
|
13791
13809
|
h(t.$slots, "titleControls", {}, void 0, !0)
|
|
13792
13810
|
])) : u("", !0)
|
|
13793
13811
|
]),
|
|
13794
|
-
i.hasControls ? (o(), l("div",
|
|
13812
|
+
i.hasControls ? (o(), l("div", Lp, [
|
|
13795
13813
|
h(t.$slots, "default", {}, void 0, !0)
|
|
13796
13814
|
])) : u("", !0)
|
|
13797
13815
|
]);
|
|
13798
13816
|
}
|
|
13799
|
-
const
|
|
13817
|
+
const J_ = /* @__PURE__ */ b(Tp, [["render", Ap], ["__scopeId", "data-v-f5d26b63"]]), Np = {
|
|
13800
13818
|
name: "EcsPopoverListHeadline",
|
|
13801
13819
|
components: {
|
|
13802
13820
|
EcsButtonCollapse: is
|
|
@@ -13841,7 +13859,7 @@ const K_ = /* @__PURE__ */ b(Tp, [["render", Lp], ["__scopeId", "data-v-f5d26b63
|
|
|
13841
13859
|
key: 1,
|
|
13842
13860
|
class: "ecs-popover-list-title-controls"
|
|
13843
13861
|
};
|
|
13844
|
-
function
|
|
13862
|
+
function Dp(t, s, e, a, n, i) {
|
|
13845
13863
|
const r = m("ecs-button-collapse");
|
|
13846
13864
|
return o(), l("li", {
|
|
13847
13865
|
class: v(["ecs-popover-list-title", [
|
|
@@ -13865,7 +13883,7 @@ function $p(t, s, e, a, n, i) {
|
|
|
13865
13883
|
])) : u("", !0)
|
|
13866
13884
|
], 2);
|
|
13867
13885
|
}
|
|
13868
|
-
const
|
|
13886
|
+
const Q_ = /* @__PURE__ */ b(Np, [["render", Dp], ["__scopeId", "data-v-c1516cc2"]]), $p = {
|
|
13869
13887
|
name: "ecs-rating-star-read",
|
|
13870
13888
|
components: { EcsSkeletonLoader: ie },
|
|
13871
13889
|
props: {
|
|
@@ -13917,7 +13935,7 @@ function Fp(t, s, e, a, n, i) {
|
|
|
13917
13935
|
}, null, 8, Hp))
|
|
13918
13936
|
], 10, Vp);
|
|
13919
13937
|
}
|
|
13920
|
-
const qp = /* @__PURE__ */ b(
|
|
13938
|
+
const qp = /* @__PURE__ */ b($p, [["render", Fp], ["__scopeId", "data-v-7e609016"]]), Wp = {
|
|
13921
13939
|
name: "ecs-rating-favorability",
|
|
13922
13940
|
emits: ["click"],
|
|
13923
13941
|
components: { EcsIcon: M, EcsSkeletonLoader: ie },
|
|
@@ -14159,7 +14177,7 @@ const Kp = /* @__PURE__ */ b(Wp, [["render", Gp], ["__scopeId", "data-v-a6e15633
|
|
|
14159
14177
|
class: "meta"
|
|
14160
14178
|
}, dv = { key: 0 }, uv = ["title"];
|
|
14161
14179
|
function fv(t, s, e, a, n, i) {
|
|
14162
|
-
const r = m("ecs-icon"), c = m("ecs-focus-ring"), d = m("ecs-rating-favorability"), f = m("ecs-rating-star-read"), y = m("ecs-switch"), _ = m("ecs-avatar"), I = m("ecs-popover-list-item"), z = m("ecs-popover-list"),
|
|
14180
|
+
const r = m("ecs-icon"), c = m("ecs-focus-ring"), d = m("ecs-rating-favorability"), f = m("ecs-rating-star-read"), y = m("ecs-switch"), _ = m("ecs-avatar"), I = m("ecs-popover-list-item"), z = m("ecs-popover-list"), x = m("ecs-popover"), E = m("ecs-flex-row"), P = m("ecs-checkbox");
|
|
14163
14181
|
return o(), l("li", {
|
|
14164
14182
|
class: v(["ecs-quicklinks-link", [
|
|
14165
14183
|
i.typeClass,
|
|
@@ -14229,10 +14247,10 @@ function fv(t, s, e, a, n, i) {
|
|
|
14229
14247
|
colored: ""
|
|
14230
14248
|
}, {
|
|
14231
14249
|
default: S(() => [
|
|
14232
|
-
|
|
14250
|
+
L(w(e.label), 1)
|
|
14233
14251
|
]),
|
|
14234
14252
|
_: 1
|
|
14235
|
-
}, 8, ["value", "disabled"])) : e.type === "persona" ? (o(), l(
|
|
14253
|
+
}, 8, ["value", "disabled"])) : e.type === "persona" ? (o(), l(V, { key: 2 }, [
|
|
14236
14254
|
k(_, {
|
|
14237
14255
|
image: e.persona.image,
|
|
14238
14256
|
name: e.persona.name,
|
|
@@ -14247,21 +14265,21 @@ function fv(t, s, e, a, n, i) {
|
|
|
14247
14265
|
class: "volume-list"
|
|
14248
14266
|
}, {
|
|
14249
14267
|
default: S(() => [
|
|
14250
|
-
(o(!0), l(
|
|
14268
|
+
(o(!0), l(V, null, se(i.displayedVolumes, (T) => (o(), l("button", {
|
|
14251
14269
|
key: T.id,
|
|
14252
14270
|
class: v(["volume", { active: T.active }]),
|
|
14253
14271
|
onClick: (R) => i.toggleVolume(T.id),
|
|
14254
14272
|
title: `${T.name} (${T.date})`,
|
|
14255
14273
|
"aria-label": `Volume ${T.id}${T.active ? " active" : ""}`
|
|
14256
14274
|
}, w(T.id), 11, rv))), 128)),
|
|
14257
|
-
n.localVolumes.length > 3 ? (o(), p(
|
|
14275
|
+
n.localVolumes.length > 3 ? (o(), p(x, {
|
|
14258
14276
|
key: 0,
|
|
14259
14277
|
disabled: e.disabled || null
|
|
14260
14278
|
}, {
|
|
14261
14279
|
content: S(() => [
|
|
14262
14280
|
k(z, null, {
|
|
14263
14281
|
default: S(() => [
|
|
14264
|
-
(o(!0), l(
|
|
14282
|
+
(o(!0), l(V, null, se(n.localVolumes.slice(3), (T) => (o(), p(I, {
|
|
14265
14283
|
key: T.id,
|
|
14266
14284
|
onClick: (R) => i.toggleVolume(T.id),
|
|
14267
14285
|
selected: T.active,
|
|
@@ -14269,7 +14287,7 @@ function fv(t, s, e, a, n, i) {
|
|
|
14269
14287
|
"aria-label": `Volume ${T.id}${T.active ? " active" : ""}`
|
|
14270
14288
|
}, {
|
|
14271
14289
|
default: S(() => [
|
|
14272
|
-
|
|
14290
|
+
L(w(T.id), 1)
|
|
14273
14291
|
]),
|
|
14274
14292
|
_: 2
|
|
14275
14293
|
}, 1032, ["onClick", "selected", "title", "aria-label"]))), 128))
|
|
@@ -14306,7 +14324,7 @@ function fv(t, s, e, a, n, i) {
|
|
|
14306
14324
|
}, 8, ["value", "value-false", "value-true", "disabled", "indeterminate"]))
|
|
14307
14325
|
], 2);
|
|
14308
14326
|
}
|
|
14309
|
-
const
|
|
14327
|
+
const ek = /* @__PURE__ */ b(Yp, [["render", fv], ["__scopeId", "data-v-db5374f4"]]), gv = {
|
|
14310
14328
|
name: "ecs-range",
|
|
14311
14329
|
mixins: [me],
|
|
14312
14330
|
emits: ["update:modelValue"],
|
|
@@ -14404,20 +14422,20 @@ function vv(t, s, e, a, n, i) {
|
|
|
14404
14422
|
class: "ecs-range-input"
|
|
14405
14423
|
}, null, 40, mv),
|
|
14406
14424
|
i.shouldShowMarkers ? (o(), l("div", hv, [
|
|
14407
|
-
(o(!0), l(
|
|
14425
|
+
(o(!0), l(V, null, se(i.stepCount, (r, c) => (o(), l("span", {
|
|
14408
14426
|
key: c,
|
|
14409
14427
|
class: "ecs-range-marker"
|
|
14410
14428
|
}))), 128))
|
|
14411
14429
|
])) : u("", !0),
|
|
14412
14430
|
e.list ? (o(), l("div", pv, [
|
|
14413
|
-
(o(!0), l(
|
|
14431
|
+
(o(!0), l(V, null, se(e.list, (r, c) => (o(), l("span", {
|
|
14414
14432
|
key: c,
|
|
14415
14433
|
class: "ecs-range-label"
|
|
14416
14434
|
}, w(r), 1))), 128))
|
|
14417
14435
|
])) : u("", !0)
|
|
14418
14436
|
], 2);
|
|
14419
14437
|
}
|
|
14420
|
-
const
|
|
14438
|
+
const tk = /* @__PURE__ */ b(gv, [["render", vv], ["__scopeId", "data-v-b6f3e6b0"]]), yv = {
|
|
14421
14439
|
name: "ecs-rating-star-write",
|
|
14422
14440
|
emits: ["click", "reset"],
|
|
14423
14441
|
props: {
|
|
@@ -14442,8 +14460,8 @@ const Z_ = /* @__PURE__ */ b(gv, [["render", vv], ["__scopeId", "data-v-b6f3e6b0
|
|
|
14442
14460
|
default: !1
|
|
14443
14461
|
}
|
|
14444
14462
|
}
|
|
14445
|
-
}, bv = ["disabled"], _v = { class: "ecs-rating-write" }, kv = ["checked", "disabled"], wv = ["checked", "disabled"], Sv = ["checked", "disabled"],
|
|
14446
|
-
function
|
|
14463
|
+
}, bv = ["disabled"], _v = { class: "ecs-rating-write" }, kv = ["checked", "disabled"], wv = ["checked", "disabled"], Sv = ["checked", "disabled"], xv = ["checked", "disabled"];
|
|
14464
|
+
function Cv(t, s, e, a, n, i) {
|
|
14447
14465
|
return o(), l("div", {
|
|
14448
14466
|
class: v(["ecs-rating-form", [e.large ? "ecs-rating-form-lg" : ""]])
|
|
14449
14467
|
}, [
|
|
@@ -14491,12 +14509,12 @@ function xv(t, s, e, a, n, i) {
|
|
|
14491
14509
|
onClick: s[4] || (s[4] = (r) => t.$emit("click", r)),
|
|
14492
14510
|
checked: e.value == 4 || null,
|
|
14493
14511
|
disabled: e.disabled
|
|
14494
|
-
}, null, 8,
|
|
14512
|
+
}, null, 8, xv),
|
|
14495
14513
|
s[9] || (s[9] = g("i", null, null, -1))
|
|
14496
14514
|
])
|
|
14497
14515
|
], 2);
|
|
14498
14516
|
}
|
|
14499
|
-
const
|
|
14517
|
+
const sk = /* @__PURE__ */ b(yv, [["render", Cv], ["__scopeId", "data-v-0d4c1ecb"]]), Bv = {
|
|
14500
14518
|
name: "ecs-section",
|
|
14501
14519
|
props: {
|
|
14502
14520
|
/** Adds a headline to the section. */
|
|
@@ -14562,7 +14580,7 @@ function Iv(t, s, e, a, n, i) {
|
|
|
14562
14580
|
key: 0,
|
|
14563
14581
|
class: v(["ecs-section-headline", [e.headlineBold ? "ecs-headline-section-bold" : "ecs-headline-section", t.$slots.controls ? "has-buttons" : ""]])
|
|
14564
14582
|
}, [
|
|
14565
|
-
|
|
14583
|
+
L(w(e.title) + " ", 1),
|
|
14566
14584
|
t.$slots.controls ? (o(), l("div", zv, [
|
|
14567
14585
|
h(t.$slots, "controls", {}, void 0, !0)
|
|
14568
14586
|
])) : u("", !0)
|
|
@@ -14577,7 +14595,7 @@ function Iv(t, s, e, a, n, i) {
|
|
|
14577
14595
|
], 2)
|
|
14578
14596
|
], 2);
|
|
14579
14597
|
}
|
|
14580
|
-
const
|
|
14598
|
+
const ik = /* @__PURE__ */ b(Bv, [["render", Iv], ["__scopeId", "data-v-cdcc0680"]]), Ev = {
|
|
14581
14599
|
name: "ecs-segments",
|
|
14582
14600
|
emits: ["click"],
|
|
14583
14601
|
components: { EcsIcon: M },
|
|
@@ -14616,7 +14634,7 @@ function Ov(t, s, e, a, n, i) {
|
|
|
14616
14634
|
return o(), l("div", {
|
|
14617
14635
|
class: v(["ecs-segments", [e.inline ? "ecs-segments-inline" : ""]])
|
|
14618
14636
|
}, [
|
|
14619
|
-
(o(!0), l(
|
|
14637
|
+
(o(!0), l(V, null, se(e.options, (c) => (o(), l("label", {
|
|
14620
14638
|
key: c.id,
|
|
14621
14639
|
for: c.id,
|
|
14622
14640
|
disabled: e.disabled
|
|
@@ -14641,12 +14659,12 @@ function Ov(t, s, e, a, n, i) {
|
|
|
14641
14659
|
size: "20",
|
|
14642
14660
|
color: "#2F333C"
|
|
14643
14661
|
}, null, 8, ["class", "type"])) : u("", !0),
|
|
14644
|
-
|
|
14662
|
+
L(" " + w(c.label), 1)
|
|
14645
14663
|
], 8, Mv)
|
|
14646
14664
|
], 8, Tv))), 128))
|
|
14647
14665
|
], 2);
|
|
14648
14666
|
}
|
|
14649
|
-
const
|
|
14667
|
+
const nk = /* @__PURE__ */ b(Ev, [["render", Ov], ["__scopeId", "data-v-1cb14db0"]]), Lv = {
|
|
14650
14668
|
name: "ecs-select-tile",
|
|
14651
14669
|
emits: ["click"],
|
|
14652
14670
|
components: {
|
|
@@ -14691,14 +14709,14 @@ const ek = /* @__PURE__ */ b(Ev, [["render", Ov], ["__scopeId", "data-v-1cb14db0
|
|
|
14691
14709
|
default: !1
|
|
14692
14710
|
}
|
|
14693
14711
|
}
|
|
14694
|
-
},
|
|
14712
|
+
}, Av = ["aria-checked", "tabindex"], Nv = {
|
|
14695
14713
|
key: 1,
|
|
14696
14714
|
class: "label"
|
|
14697
14715
|
}, Rv = {
|
|
14698
14716
|
key: 2,
|
|
14699
14717
|
class: "help"
|
|
14700
14718
|
};
|
|
14701
|
-
function
|
|
14719
|
+
function Dv(t, s, e, a, n, i) {
|
|
14702
14720
|
const r = m("ecs-illustration"), c = m("ecs-focus-ring");
|
|
14703
14721
|
return o(), l("div", {
|
|
14704
14722
|
onClick: s[0] || (s[0] = (d) => t.$emit("click", d)),
|
|
@@ -14722,9 +14740,9 @@ function $v(t, s, e, a, n, i) {
|
|
|
14722
14740
|
inset: -6,
|
|
14723
14741
|
radius: 12
|
|
14724
14742
|
})
|
|
14725
|
-
], 42,
|
|
14743
|
+
], 42, Av);
|
|
14726
14744
|
}
|
|
14727
|
-
const
|
|
14745
|
+
const ak = /* @__PURE__ */ b(Lv, [["render", Dv], ["__scopeId", "data-v-a5e9bd1b"]]), $v = {
|
|
14728
14746
|
name: "ecs-sequence-map"
|
|
14729
14747
|
}, Vv = {
|
|
14730
14748
|
class: "ecs-sequence-map",
|
|
@@ -14736,7 +14754,7 @@ function Hv(t, s, e, a, n, i) {
|
|
|
14736
14754
|
h(t.$slots, "default", {}, void 0, !0)
|
|
14737
14755
|
]);
|
|
14738
14756
|
}
|
|
14739
|
-
const
|
|
14757
|
+
const ok = /* @__PURE__ */ b($v, [["render", Hv], ["__scopeId", "data-v-69c3c73d"]]), Fv = {
|
|
14740
14758
|
name: "ecs-sequence-map-button",
|
|
14741
14759
|
emits: ["click"],
|
|
14742
14760
|
components: { EcsIcon: M, EcsFocusRing: N },
|
|
@@ -14781,7 +14799,7 @@ function jv(t, s, e, a, n, i) {
|
|
|
14781
14799
|
"aria-busy": e.loading || null
|
|
14782
14800
|
}, [
|
|
14783
14801
|
g("span", Wv, [
|
|
14784
|
-
|
|
14802
|
+
L(w(e.step) + " ", 1),
|
|
14785
14803
|
e.loading ? (o(), p(r, {
|
|
14786
14804
|
key: 0,
|
|
14787
14805
|
type: "loading",
|
|
@@ -14794,7 +14812,7 @@ function jv(t, s, e, a, n, i) {
|
|
|
14794
14812
|
s[1] || (s[1] = g("div", { class: "step-indicator" }, null, -1))
|
|
14795
14813
|
], 10, qv);
|
|
14796
14814
|
}
|
|
14797
|
-
const
|
|
14815
|
+
const rk = /* @__PURE__ */ b(Fv, [["render", jv], ["__scopeId", "data-v-397f53f1"]]), Uv = {
|
|
14798
14816
|
name: "ecs-tab-bar",
|
|
14799
14817
|
props: {
|
|
14800
14818
|
/** 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. */
|
|
@@ -14892,7 +14910,7 @@ function ty(t, s, e, a, n, i) {
|
|
|
14892
14910
|
const r = m("ecs-tab-bar"), c = m("ecs-tabs");
|
|
14893
14911
|
return o(), l("aside", {
|
|
14894
14912
|
class: v(["ecs-sidebar", [i.sizeClass, i.expandClass]]),
|
|
14895
|
-
style:
|
|
14913
|
+
style: C(i.height)
|
|
14896
14914
|
}, [
|
|
14897
14915
|
g("div", ey, [
|
|
14898
14916
|
k(r, { type: "sidebar" }, {
|
|
@@ -14910,7 +14928,7 @@ function ty(t, s, e, a, n, i) {
|
|
|
14910
14928
|
})
|
|
14911
14929
|
], 6);
|
|
14912
14930
|
}
|
|
14913
|
-
const
|
|
14931
|
+
const lk = /* @__PURE__ */ b(Qv, [["render", ty], ["__scopeId", "data-v-0f7679c6"]]), sy = {
|
|
14914
14932
|
name: "ecs-sidebar-content",
|
|
14915
14933
|
props: {
|
|
14916
14934
|
/** Adds an inner padding to the content area. */
|
|
@@ -14935,7 +14953,7 @@ function iy(t, s, e, a, n, i) {
|
|
|
14935
14953
|
h(t.$slots, "default", {}, void 0, !0)
|
|
14936
14954
|
], 2);
|
|
14937
14955
|
}
|
|
14938
|
-
const
|
|
14956
|
+
const ck = /* @__PURE__ */ b(sy, [["render", iy], ["__scopeId", "data-v-197087d5"]]), ny = {
|
|
14939
14957
|
name: "ecs-sidebar-footer",
|
|
14940
14958
|
props: {
|
|
14941
14959
|
/** Reduces the inner padding. */
|
|
@@ -14963,7 +14981,7 @@ function ay(t, s, e, a, n, i) {
|
|
|
14963
14981
|
], 2)
|
|
14964
14982
|
], 2);
|
|
14965
14983
|
}
|
|
14966
|
-
const
|
|
14984
|
+
const dk = /* @__PURE__ */ b(ny, [["render", ay], ["__scopeId", "data-v-0c35a678"]]), oy = {
|
|
14967
14985
|
name: "ecs-sidebar-header",
|
|
14968
14986
|
props: {
|
|
14969
14987
|
/** Determines if the sub header area should be expanded. */
|
|
@@ -15023,7 +15041,7 @@ function gy(t, s, e, a, n, i) {
|
|
|
15023
15041
|
})
|
|
15024
15042
|
]);
|
|
15025
15043
|
}
|
|
15026
|
-
const
|
|
15044
|
+
const uk = /* @__PURE__ */ b(oy, [["render", gy], ["__scopeId", "data-v-54e7aa5c"]]), my = {
|
|
15027
15045
|
name: "ecs-sidebar-list"
|
|
15028
15046
|
}, hy = {
|
|
15029
15047
|
class: "ecs-sidebar-list",
|
|
@@ -15034,7 +15052,7 @@ function py(t, s, e, a, n, i) {
|
|
|
15034
15052
|
h(t.$slots, "default", {}, void 0, !0)
|
|
15035
15053
|
]);
|
|
15036
15054
|
}
|
|
15037
|
-
const
|
|
15055
|
+
const fk = /* @__PURE__ */ b(my, [["render", py], ["__scopeId", "data-v-81bc3c0a"]]), vy = {
|
|
15038
15056
|
name: "ecs-sidebar-list-item",
|
|
15039
15057
|
emits: ["click", "select"],
|
|
15040
15058
|
components: { EcsIcon: M, EcsAvatar: nt, EcsCheckbox: pt, EcsFlexRow: Ee, EcsSkeletonLoader: ie },
|
|
@@ -15137,11 +15155,11 @@ const lk = /* @__PURE__ */ b(my, [["render", py], ["__scopeId", "data-v-81bc3c0a
|
|
|
15137
15155
|
}, yy = {
|
|
15138
15156
|
class: "ecs-sidebar-list-item",
|
|
15139
15157
|
role: "listitem"
|
|
15140
|
-
}, by = ["tabindex"], _y = { class: "ecs-sidebar-list-item-content" }, ky = { class: "ecs-sidebar-list-item-label" }, wy = { class: "ecs-sidebar-list-item-label-text" }, Sy = { class: "ecs-sidebar-list-item-subline" },
|
|
15158
|
+
}, by = ["tabindex"], _y = { class: "ecs-sidebar-list-item-content" }, ky = { class: "ecs-sidebar-list-item-label" }, wy = { class: "ecs-sidebar-list-item-label-text" }, Sy = { class: "ecs-sidebar-list-item-subline" }, xy = {
|
|
15141
15159
|
key: 0,
|
|
15142
15160
|
class: "ecs-sidebar-list-item-subline secondary"
|
|
15143
15161
|
};
|
|
15144
|
-
function
|
|
15162
|
+
function Cy(t, s, e, a, n, i) {
|
|
15145
15163
|
const r = m("ecs-checkbox"), c = m("ecs-skeleton-loader"), d = m("ecs-avatar"), f = m("ecs-icon"), y = m("ecs-flex-row");
|
|
15146
15164
|
return o(), l("div", yy, [
|
|
15147
15165
|
g("div", {
|
|
@@ -15195,7 +15213,7 @@ function xy(t, s, e, a, n, i) {
|
|
|
15195
15213
|
type: "single",
|
|
15196
15214
|
"line-height": 4,
|
|
15197
15215
|
width: "random"
|
|
15198
|
-
})) : (o(), l(
|
|
15216
|
+
})) : (o(), l(V, { key: 1 }, [
|
|
15199
15217
|
g("span", wy, [
|
|
15200
15218
|
h(t.$slots, "default", {}, void 0, !0)
|
|
15201
15219
|
]),
|
|
@@ -15220,11 +15238,11 @@ function xy(t, s, e, a, n, i) {
|
|
|
15220
15238
|
type: "single",
|
|
15221
15239
|
"line-height": 2,
|
|
15222
15240
|
width: "random"
|
|
15223
|
-
})) : e.subline ? (o(), l(
|
|
15224
|
-
|
|
15241
|
+
})) : e.subline ? (o(), l(V, { key: 1 }, [
|
|
15242
|
+
L(w(e.subline), 1)
|
|
15225
15243
|
], 64)) : u("", !0)
|
|
15226
15244
|
]),
|
|
15227
|
-
e.sublineSecondary || e.loading ? (o(), l("span",
|
|
15245
|
+
e.sublineSecondary || e.loading ? (o(), l("span", xy, [
|
|
15228
15246
|
g("span", {
|
|
15229
15247
|
class: v({ "on-hover": e.sublineSecondaryHover })
|
|
15230
15248
|
}, [
|
|
@@ -15234,8 +15252,8 @@ function xy(t, s, e, a, n, i) {
|
|
|
15234
15252
|
"line-height": 2,
|
|
15235
15253
|
width: "random",
|
|
15236
15254
|
alignment: "right"
|
|
15237
|
-
})) : (o(), l(
|
|
15238
|
-
|
|
15255
|
+
})) : (o(), l(V, { key: 1 }, [
|
|
15256
|
+
L(w(e.sublineSecondary), 1)
|
|
15239
15257
|
], 64))
|
|
15240
15258
|
], 2)
|
|
15241
15259
|
])) : u("", !0)
|
|
@@ -15247,7 +15265,7 @@ function xy(t, s, e, a, n, i) {
|
|
|
15247
15265
|
], 42, by)
|
|
15248
15266
|
]);
|
|
15249
15267
|
}
|
|
15250
|
-
const
|
|
15268
|
+
const gk = /* @__PURE__ */ b(vy, [["render", Cy], ["__scopeId", "data-v-66eb2ab6"]]), By = {
|
|
15251
15269
|
name: "ecs-structured-content",
|
|
15252
15270
|
components: {
|
|
15253
15271
|
EcsClickableArea: ui,
|
|
@@ -15379,7 +15397,7 @@ function Py(t, s, e, a, n, i) {
|
|
|
15379
15397
|
], 2)) : u("", !0)
|
|
15380
15398
|
], 2);
|
|
15381
15399
|
}
|
|
15382
|
-
const
|
|
15400
|
+
const mk = /* @__PURE__ */ b(By, [["render", Py], ["__scopeId", "data-v-823ad344"]]), My = {
|
|
15383
15401
|
name: "ecs-swatches-picker",
|
|
15384
15402
|
emits: ["update:modelValue"],
|
|
15385
15403
|
props: {
|
|
@@ -15431,12 +15449,12 @@ const dk = /* @__PURE__ */ b(By, [["render", Py], ["__scopeId", "data-v-823ad344
|
|
|
15431
15449
|
}
|
|
15432
15450
|
}
|
|
15433
15451
|
}, Oy = ["onClick", "onKeydown", "title", "aria-label", "aria-checked"];
|
|
15434
|
-
function
|
|
15452
|
+
function Ly(t, s, e, a, n, i) {
|
|
15435
15453
|
return o(), l("div", {
|
|
15436
15454
|
class: v(["ecs-swatches", i.sizeClass]),
|
|
15437
15455
|
role: "radiogroup"
|
|
15438
15456
|
}, [
|
|
15439
|
-
(o(!0), l(
|
|
15457
|
+
(o(!0), l(V, null, se(e.swatches, (r) => (o(), l("div", {
|
|
15440
15458
|
key: r.id,
|
|
15441
15459
|
onClick: (c) => i.handleItemClick(r),
|
|
15442
15460
|
onKeydown: [
|
|
@@ -15449,11 +15467,11 @@ function Ay(t, s, e, a, n, i) {
|
|
|
15449
15467
|
"aria-label": r.title,
|
|
15450
15468
|
"aria-checked": n.selectedColor == r.hex ? "true" : "false",
|
|
15451
15469
|
class: v(["ecs-swatches-color", n.selectedColor == r.hex ? "active" : ""]),
|
|
15452
|
-
style:
|
|
15470
|
+
style: C({ backgroundColor: r.hex, color: r.hex })
|
|
15453
15471
|
}, null, 46, Oy))), 128))
|
|
15454
15472
|
], 2);
|
|
15455
15473
|
}
|
|
15456
|
-
const
|
|
15474
|
+
const hk = /* @__PURE__ */ b(My, [["render", Ly], ["__scopeId", "data-v-9c0b74cb"]]), Ay = {
|
|
15457
15475
|
name: "ecs-tab",
|
|
15458
15476
|
props: {
|
|
15459
15477
|
/** Shows this tab. */
|
|
@@ -15496,7 +15514,7 @@ function Ry(t, s, e, a, n, i) {
|
|
|
15496
15514
|
h(t.$slots, "default", {}, void 0, !0)
|
|
15497
15515
|
], 10, Ny);
|
|
15498
15516
|
}
|
|
15499
|
-
const
|
|
15517
|
+
const pk = /* @__PURE__ */ b(Ay, [["render", Ry], ["__scopeId", "data-v-2c119fff"]]), Dy = {
|
|
15500
15518
|
name: "ecs-tab-button",
|
|
15501
15519
|
emits: ["click", "tabNavigation"],
|
|
15502
15520
|
components: {
|
|
@@ -15604,7 +15622,7 @@ const fk = /* @__PURE__ */ b(Ly, [["render", Ry], ["__scopeId", "data-v-2c119fff
|
|
|
15604
15622
|
});
|
|
15605
15623
|
}
|
|
15606
15624
|
}
|
|
15607
|
-
},
|
|
15625
|
+
}, $y = ["disabled", "aria-selected", "aria-controls", "aria-label"], Vy = {
|
|
15608
15626
|
key: 2,
|
|
15609
15627
|
class: "shortcut"
|
|
15610
15628
|
};
|
|
@@ -15639,9 +15657,9 @@ function Hy(t, s, e, a, n, i) {
|
|
|
15639
15657
|
e.shortcut ? (o(), l("span", Vy, w(e.shortcut), 1)) : u("", !0),
|
|
15640
15658
|
k(d, { inset: 0 }),
|
|
15641
15659
|
s[2] || (s[2] = g("span", { class: "hover" }, null, -1))
|
|
15642
|
-
], 42,
|
|
15660
|
+
], 42, $y);
|
|
15643
15661
|
}
|
|
15644
|
-
const
|
|
15662
|
+
const vk = /* @__PURE__ */ b(Dy, [["render", Hy], ["__scopeId", "data-v-e723f4d5"]]), Fy = {
|
|
15645
15663
|
name: "ecs-tag",
|
|
15646
15664
|
emits: ["click"],
|
|
15647
15665
|
components: { EcsSkeletonLoader: ie, EcsFocusRing: N },
|
|
@@ -15731,7 +15749,7 @@ function Uy(t, s, e, a, n, i) {
|
|
|
15731
15749
|
e.loading ? "loading" : ""
|
|
15732
15750
|
]]),
|
|
15733
15751
|
onClick: s[0] || (s[0] = (...d) => i.handleClick && i.handleClick(...d)),
|
|
15734
|
-
style:
|
|
15752
|
+
style: C(i.customColorStyle),
|
|
15735
15753
|
role: e.hover ? "button" : !1,
|
|
15736
15754
|
tabindex: e.hover ? "0" : "-1",
|
|
15737
15755
|
"aria-busy": e.loading || null
|
|
@@ -15752,7 +15770,7 @@ function Uy(t, s, e, a, n, i) {
|
|
|
15752
15770
|
k(c)
|
|
15753
15771
|
], 14, qy);
|
|
15754
15772
|
}
|
|
15755
|
-
const
|
|
15773
|
+
const yk = /* @__PURE__ */ b(Fy, [["render", Uy], ["__scopeId", "data-v-7e468797"]]), Gy = {
|
|
15756
15774
|
name: "ecs-tag-cloud"
|
|
15757
15775
|
}, Ky = {
|
|
15758
15776
|
class: "ecs-tag-cloud",
|
|
@@ -15763,7 +15781,7 @@ function Yy(t, s, e, a, n, i) {
|
|
|
15763
15781
|
h(t.$slots, "default", {}, void 0, !0)
|
|
15764
15782
|
]);
|
|
15765
15783
|
}
|
|
15766
|
-
const
|
|
15784
|
+
const bk = /* @__PURE__ */ b(Gy, [["render", Yy], ["__scopeId", "data-v-4334fe7e"]]), Xy = {
|
|
15767
15785
|
name: "ecs-toast",
|
|
15768
15786
|
emits: ["action"],
|
|
15769
15787
|
components: { EcsFocusRing: N },
|
|
@@ -15800,7 +15818,7 @@ function Zy(t, s, e, a, n, i) {
|
|
|
15800
15818
|
onClick: s[0] || (s[0] = (c) => t.$emit("action")),
|
|
15801
15819
|
class: "ecs-toast-action"
|
|
15802
15820
|
}, [
|
|
15803
|
-
|
|
15821
|
+
L(w(e.button) + " ", 1),
|
|
15804
15822
|
k(r, {
|
|
15805
15823
|
inset: 0,
|
|
15806
15824
|
radius: 6
|
|
@@ -15808,7 +15826,7 @@ function Zy(t, s, e, a, n, i) {
|
|
|
15808
15826
|
])) : u("", !0)
|
|
15809
15827
|
], 2);
|
|
15810
15828
|
}
|
|
15811
|
-
const
|
|
15829
|
+
const _k = /* @__PURE__ */ b(Xy, [["render", Zy], ["__scopeId", "data-v-61082fed"]]), Jy = {
|
|
15812
15830
|
name: "ecs-toasts"
|
|
15813
15831
|
}, Qy = {
|
|
15814
15832
|
class: "ecs-toasts",
|
|
@@ -15824,7 +15842,7 @@ function eb(t, s, e, a, n, i) {
|
|
|
15824
15842
|
})
|
|
15825
15843
|
]);
|
|
15826
15844
|
}
|
|
15827
|
-
const
|
|
15845
|
+
const kk = /* @__PURE__ */ b(Jy, [["render", eb], ["__scopeId", "data-v-451fee48"]]), tb = {
|
|
15828
15846
|
name: "ecs-transcript-state",
|
|
15829
15847
|
emits: ["click"],
|
|
15830
15848
|
components: {
|
|
@@ -15871,7 +15889,7 @@ function ob(t, s, e, a, n, i) {
|
|
|
15871
15889
|
type: "rect",
|
|
15872
15890
|
width: 30,
|
|
15873
15891
|
height: 30
|
|
15874
|
-
})) : (o(), l(
|
|
15892
|
+
})) : (o(), l(V, { key: 1 }, [
|
|
15875
15893
|
k(c, {
|
|
15876
15894
|
type: "toolbar-transcript",
|
|
15877
15895
|
color: "#929AA9"
|
|
@@ -15888,7 +15906,7 @@ function ob(t, s, e, a, n, i) {
|
|
|
15888
15906
|
], 64))
|
|
15889
15907
|
], 10, sb);
|
|
15890
15908
|
}
|
|
15891
|
-
const
|
|
15909
|
+
const wk = /* @__PURE__ */ b(tb, [["render", ob], ["__scopeId", "data-v-5b025c70"]]), rb = {
|
|
15892
15910
|
name: "ecs-tree-list",
|
|
15893
15911
|
props: {
|
|
15894
15912
|
/** Optional unique ID for the list. */
|
|
@@ -15917,7 +15935,7 @@ function cb(t, s, e, a, n, i) {
|
|
|
15917
15935
|
h(t.$slots, "default", {}, void 0, !0)
|
|
15918
15936
|
], 10, lb);
|
|
15919
15937
|
}
|
|
15920
|
-
const
|
|
15938
|
+
const Sk = /* @__PURE__ */ b(rb, [["render", cb], ["__scopeId", "data-v-6af94f50"]]), db = {
|
|
15921
15939
|
name: "ecs-tree-list-item",
|
|
15922
15940
|
emits: ["click", "toggled"],
|
|
15923
15941
|
components: { EcsIcon: M, EcsButtonCollapse: is, EcsFocusRing: N },
|
|
@@ -16128,7 +16146,7 @@ function pb(t, s, e, a, n, i) {
|
|
|
16128
16146
|
], 10, hb)) : u("", !0)
|
|
16129
16147
|
]);
|
|
16130
16148
|
}
|
|
16131
|
-
const
|
|
16149
|
+
const xk = /* @__PURE__ */ b(db, [["render", pb], ["__scopeId", "data-v-f38c8893"]]), vb = {
|
|
16132
16150
|
name: "ecs-tree-list-headline"
|
|
16133
16151
|
}, yb = { class: "ecs-tree-view-headline" };
|
|
16134
16152
|
function bb(t, s, e, a, n, i) {
|
|
@@ -16136,7 +16154,7 @@ function bb(t, s, e, a, n, i) {
|
|
|
16136
16154
|
h(t.$slots, "default", {}, void 0, !0)
|
|
16137
16155
|
]);
|
|
16138
16156
|
}
|
|
16139
|
-
const
|
|
16157
|
+
const Ck = /* @__PURE__ */ b(vb, [["render", bb], ["__scopeId", "data-v-a5153e06"]]), _b = {
|
|
16140
16158
|
name: "EcsTypeConfirmation",
|
|
16141
16159
|
emits: ["update:modelValue"],
|
|
16142
16160
|
components: { EcsInput: am, EcsAlert: ei, EcsFormGroup: Eg },
|
|
@@ -16200,8 +16218,8 @@ const kk = /* @__PURE__ */ b(vb, [["render", bb], ["__scopeId", "data-v-a5153e06
|
|
|
16200
16218
|
mounted() {
|
|
16201
16219
|
this.uniqueId = "input-" + this.generateUniqueId();
|
|
16202
16220
|
}
|
|
16203
|
-
}, kb = ["for"], wb = { class: "ecs-type-confirmation-verb" }, Sb = ["for"],
|
|
16204
|
-
function
|
|
16221
|
+
}, kb = ["for"], wb = { class: "ecs-type-confirmation-verb" }, Sb = ["for"], xb = { class: "ecs-type-confirmation-verb" };
|
|
16222
|
+
function Cb(t, s, e, a, n, i) {
|
|
16205
16223
|
const r = m("ecs-input"), c = m("ecs-form-group"), d = m("ecs-alert");
|
|
16206
16224
|
return e.alertType != "none" ? (o(), p(d, {
|
|
16207
16225
|
key: 0,
|
|
@@ -16241,12 +16259,12 @@ function xb(t, s, e, a, n, i) {
|
|
|
16241
16259
|
id: n.uniqueId,
|
|
16242
16260
|
style: { "text-transform": "uppercase" }
|
|
16243
16261
|
}, null, 8, ["modelValue", "onInput", "error", "id"]),
|
|
16244
|
-
g("span",
|
|
16262
|
+
g("span", xb, w(i.upperCaseVerb), 1)
|
|
16245
16263
|
]),
|
|
16246
16264
|
_: 1
|
|
16247
16265
|
}));
|
|
16248
16266
|
}
|
|
16249
|
-
const
|
|
16267
|
+
const Bk = /* @__PURE__ */ b(_b, [["render", Cb], ["__scopeId", "data-v-3e9bc710"]]), Bb = {
|
|
16250
16268
|
name: "ecs-video",
|
|
16251
16269
|
props: {
|
|
16252
16270
|
/** URL to an optional poster image. */
|
|
@@ -16296,158 +16314,359 @@ function Ib(t, s, e, a, n, i) {
|
|
|
16296
16314
|
src: e.mp4Source
|
|
16297
16315
|
}, null, 8, zb);
|
|
16298
16316
|
}
|
|
16299
|
-
const
|
|
16317
|
+
const zk = /* @__PURE__ */ b(Bb, [["render", Ib], ["__scopeId", "data-v-ce84fcb3"]]), Eb = {
|
|
16318
|
+
name: "ecs-window",
|
|
16319
|
+
components: { EcsButton: be, EcsTextV2: We },
|
|
16320
|
+
emits: ["drag", "resize", "close", "focus", "blur"],
|
|
16321
|
+
props: {
|
|
16322
|
+
/** Window title */
|
|
16323
|
+
title: {
|
|
16324
|
+
type: String,
|
|
16325
|
+
default: ""
|
|
16326
|
+
},
|
|
16327
|
+
/** Whether the window can be dragged */
|
|
16328
|
+
draggable: {
|
|
16329
|
+
type: Boolean,
|
|
16330
|
+
default: !0
|
|
16331
|
+
},
|
|
16332
|
+
/** Whether the window can be resized */
|
|
16333
|
+
resizable: {
|
|
16334
|
+
type: Boolean,
|
|
16335
|
+
default: !0
|
|
16336
|
+
},
|
|
16337
|
+
/** Initial position of the window */
|
|
16338
|
+
initialPosition: {
|
|
16339
|
+
type: Object,
|
|
16340
|
+
default: () => ({ x: 0, y: 0 })
|
|
16341
|
+
},
|
|
16342
|
+
/** Initial size of the window */
|
|
16343
|
+
initialSize: {
|
|
16344
|
+
type: Object,
|
|
16345
|
+
default: () => ({ width: 400, height: 300 })
|
|
16346
|
+
},
|
|
16347
|
+
/** Bounding element for the window. Can be a ref or element ID */
|
|
16348
|
+
boundingElement: {
|
|
16349
|
+
type: [String, Object],
|
|
16350
|
+
default: "body"
|
|
16351
|
+
},
|
|
16352
|
+
/** Minimum width of the window */
|
|
16353
|
+
minWidth: {
|
|
16354
|
+
type: Number,
|
|
16355
|
+
default: 320
|
|
16356
|
+
},
|
|
16357
|
+
/** Minimum height of the window */
|
|
16358
|
+
minHeight: {
|
|
16359
|
+
type: Number,
|
|
16360
|
+
default: 80
|
|
16361
|
+
},
|
|
16362
|
+
/** Maximum width of the window */
|
|
16363
|
+
maxWidth: {
|
|
16364
|
+
type: Number,
|
|
16365
|
+
default: null
|
|
16366
|
+
},
|
|
16367
|
+
/** Maximum height of the window */
|
|
16368
|
+
maxHeight: {
|
|
16369
|
+
type: Number,
|
|
16370
|
+
default: null
|
|
16371
|
+
}
|
|
16372
|
+
},
|
|
16373
|
+
data() {
|
|
16374
|
+
return {
|
|
16375
|
+
position: { ...this.initialPosition },
|
|
16376
|
+
size: { ...this.initialSize },
|
|
16377
|
+
isFocused: !1,
|
|
16378
|
+
isDragging: !1,
|
|
16379
|
+
isResizing: !1,
|
|
16380
|
+
resizeDirection: null,
|
|
16381
|
+
dragStart: { x: 0, y: 0 },
|
|
16382
|
+
sizeStart: { width: 0, height: 0 },
|
|
16383
|
+
bounds: { left: 0, top: 0, right: 0, bottom: 0 }
|
|
16384
|
+
};
|
|
16385
|
+
},
|
|
16386
|
+
mounted() {
|
|
16387
|
+
document.addEventListener("mousemove", this.handleMouseMove), document.addEventListener("mouseup", this.handleMouseUp), this.updateBounds(), window.addEventListener("resize", this.updateBounds);
|
|
16388
|
+
},
|
|
16389
|
+
beforeUnmount() {
|
|
16390
|
+
document.removeEventListener("mousemove", this.handleMouseMove), document.removeEventListener("mouseup", this.handleMouseUp), window.removeEventListener("resize", this.updateBounds);
|
|
16391
|
+
},
|
|
16392
|
+
methods: {
|
|
16393
|
+
updateBounds() {
|
|
16394
|
+
let t;
|
|
16395
|
+
if (typeof this.boundingElement == "string" ? t = this.boundingElement === "body" ? document.body : document.getElementById(this.boundingElement) : t = this.boundingElement, !t) return;
|
|
16396
|
+
const s = t.getBoundingClientRect();
|
|
16397
|
+
this.bounds = {
|
|
16398
|
+
left: s.left,
|
|
16399
|
+
top: s.top,
|
|
16400
|
+
right: s.right,
|
|
16401
|
+
bottom: s.bottom
|
|
16402
|
+
};
|
|
16403
|
+
},
|
|
16404
|
+
focus() {
|
|
16405
|
+
this.isFocused = !0, this.$emit("focus");
|
|
16406
|
+
},
|
|
16407
|
+
startDrag(t) {
|
|
16408
|
+
this.draggable && (this.isDragging = !0, this.dragStart = {
|
|
16409
|
+
x: t.clientX - this.position.x,
|
|
16410
|
+
y: t.clientY - this.position.y
|
|
16411
|
+
});
|
|
16412
|
+
},
|
|
16413
|
+
startResize(t) {
|
|
16414
|
+
this.resizable && (this.isResizing = !0, this.resizeDirection = t, this.dragStart = {
|
|
16415
|
+
x: event.clientX,
|
|
16416
|
+
y: event.clientY
|
|
16417
|
+
}, this.sizeStart = {
|
|
16418
|
+
width: this.size.width,
|
|
16419
|
+
height: this.size.height
|
|
16420
|
+
});
|
|
16421
|
+
},
|
|
16422
|
+
handleMouseMove(t) {
|
|
16423
|
+
if (this.isDragging) {
|
|
16424
|
+
const s = t.clientX - this.dragStart.x, e = t.clientY - this.dragStart.y;
|
|
16425
|
+
this.position = {
|
|
16426
|
+
x: Math.min(Math.max(this.bounds.left, s), this.bounds.right - this.size.width),
|
|
16427
|
+
y: Math.min(Math.max(this.bounds.top, e), this.bounds.bottom - this.size.height)
|
|
16428
|
+
}, this.$emit("drag", this.position);
|
|
16429
|
+
}
|
|
16430
|
+
if (this.isResizing) {
|
|
16431
|
+
const s = t.clientX - this.dragStart.x, e = t.clientY - this.dragStart.y;
|
|
16432
|
+
if (this.resizeDirection === "right" || this.resizeDirection === "corner") {
|
|
16433
|
+
const a = this.bounds.right - this.position.x, n = Math.max(this.minWidth, this.sizeStart.width + s);
|
|
16434
|
+
this.size.width = Math.min(n, a);
|
|
16435
|
+
}
|
|
16436
|
+
if (this.resizeDirection === "bottom" || this.resizeDirection === "corner") {
|
|
16437
|
+
const a = this.bounds.bottom - this.position.y, n = Math.max(this.minHeight, this.sizeStart.height + e);
|
|
16438
|
+
this.size.height = Math.min(n, a);
|
|
16439
|
+
}
|
|
16440
|
+
this.$emit("resize", this.size);
|
|
16441
|
+
}
|
|
16442
|
+
},
|
|
16443
|
+
handleMouseUp() {
|
|
16444
|
+
this.isDragging = !1, this.isResizing = !1, this.resizeDirection = null;
|
|
16445
|
+
},
|
|
16446
|
+
handleBlur() {
|
|
16447
|
+
this.isFocused = !1, this.$emit("blur");
|
|
16448
|
+
}
|
|
16449
|
+
}
|
|
16450
|
+
}, Tb = { class: "ecs-window-content scrollbar scrollbar-sml" }, Pb = {
|
|
16451
|
+
key: 1,
|
|
16452
|
+
class: "ecs-window-footer"
|
|
16453
|
+
};
|
|
16454
|
+
function Mb(t, s, e, a, n, i) {
|
|
16455
|
+
const r = m("ecs-text-v2"), c = m("ecs-button");
|
|
16456
|
+
return o(), l("div", {
|
|
16457
|
+
onMousedown: s[5] || (s[5] = (...d) => i.focus && i.focus(...d)),
|
|
16458
|
+
onBlur: s[6] || (s[6] = (...d) => i.handleBlur && i.handleBlur(...d)),
|
|
16459
|
+
class: v([{ "is-focused": n.isFocused }, "ecs-window"]),
|
|
16460
|
+
style: C({
|
|
16461
|
+
transform: `translate(${n.position.x}px, ${n.position.y}px)`,
|
|
16462
|
+
width: `${Math.max(n.size.width, e.minWidth)}px`,
|
|
16463
|
+
height: `${Math.max(n.size.height, e.minHeight)}px`,
|
|
16464
|
+
minWidth: `${e.minWidth}px`,
|
|
16465
|
+
minHeight: `${e.minHeight}px`,
|
|
16466
|
+
maxWidth: `${e.maxWidth}px`,
|
|
16467
|
+
maxHeight: `${e.maxHeight}px`
|
|
16468
|
+
}),
|
|
16469
|
+
tabindex: "0"
|
|
16470
|
+
}, [
|
|
16471
|
+
e.draggable ? (o(), l("header", {
|
|
16472
|
+
key: 0,
|
|
16473
|
+
class: "ecs-window-header",
|
|
16474
|
+
onMousedown: s[1] || (s[1] = (...d) => i.startDrag && i.startDrag(...d))
|
|
16475
|
+
}, [
|
|
16476
|
+
k(r, {
|
|
16477
|
+
scale: "3",
|
|
16478
|
+
weight: "bold"
|
|
16479
|
+
}, {
|
|
16480
|
+
default: S(() => [
|
|
16481
|
+
L(w(e.title), 1)
|
|
16482
|
+
]),
|
|
16483
|
+
_: 1
|
|
16484
|
+
}),
|
|
16485
|
+
k(c, {
|
|
16486
|
+
onClick: s[0] || (s[0] = (d) => t.$emit("close")),
|
|
16487
|
+
type: "secondary",
|
|
16488
|
+
icon: "close",
|
|
16489
|
+
"icon-only": "",
|
|
16490
|
+
size: "sml",
|
|
16491
|
+
"aria-label": "Close window",
|
|
16492
|
+
title: "Close"
|
|
16493
|
+
})
|
|
16494
|
+
], 32)) : u("", !0),
|
|
16495
|
+
g("div", Tb, [
|
|
16496
|
+
h(t.$slots, "default", {}, void 0, !0)
|
|
16497
|
+
]),
|
|
16498
|
+
t.$slots.footer ? (o(), l("div", Pb, [
|
|
16499
|
+
h(t.$slots, "footer", {}, void 0, !0)
|
|
16500
|
+
])) : u("", !0),
|
|
16501
|
+
e.resizable ? (o(), l(V, { key: 2 }, [
|
|
16502
|
+
g("div", {
|
|
16503
|
+
onMousedown: s[2] || (s[2] = (d) => i.startResize("right")),
|
|
16504
|
+
class: "resize-handle resize-handle-right"
|
|
16505
|
+
}, null, 32),
|
|
16506
|
+
g("div", {
|
|
16507
|
+
onMousedown: s[3] || (s[3] = (d) => i.startResize("bottom")),
|
|
16508
|
+
class: "resize-handle resize-handle-bottom"
|
|
16509
|
+
}, null, 32),
|
|
16510
|
+
g("div", {
|
|
16511
|
+
onMousedown: s[4] || (s[4] = (d) => i.startResize("corner")),
|
|
16512
|
+
class: "resize-handle resize-handle-corner"
|
|
16513
|
+
}, null, 32)
|
|
16514
|
+
], 64)) : u("", !0)
|
|
16515
|
+
], 38);
|
|
16516
|
+
}
|
|
16517
|
+
const Ik = /* @__PURE__ */ b(Eb, [["render", Mb], ["__scopeId", "data-v-0e468824"]]);
|
|
16300
16518
|
export {
|
|
16301
16519
|
en as EcsActionToolbar,
|
|
16302
16520
|
ei as EcsAlert,
|
|
16303
|
-
|
|
16521
|
+
Lb as EcsAudio,
|
|
16304
16522
|
nt as EcsAvatar,
|
|
16305
|
-
|
|
16306
|
-
|
|
16307
|
-
|
|
16308
|
-
|
|
16309
|
-
|
|
16310
|
-
|
|
16523
|
+
Ab as EcsBanner,
|
|
16524
|
+
Nb as EcsBreadcrumb,
|
|
16525
|
+
Rb as EcsBreadcrumbButton,
|
|
16526
|
+
Db as EcsBreadcrumbTitle,
|
|
16527
|
+
$b as EcsBulkSelector,
|
|
16528
|
+
be as EcsButton,
|
|
16311
16529
|
is as EcsButtonCollapse,
|
|
16312
|
-
|
|
16313
|
-
|
|
16314
|
-
|
|
16315
|
-
|
|
16530
|
+
Hb as EcsButtonContext,
|
|
16531
|
+
Fb as EcsButtonContextGroup,
|
|
16532
|
+
qb as EcsButtonDialog,
|
|
16533
|
+
Vb as EcsButtonGroup,
|
|
16316
16534
|
vi as EcsButtonMore,
|
|
16317
16535
|
ns as EcsButtonTable,
|
|
16318
16536
|
vt as EcsButtonToolbar,
|
|
16319
16537
|
as as EcsButtonToolbarGroup,
|
|
16320
|
-
|
|
16321
|
-
|
|
16322
|
-
|
|
16323
|
-
|
|
16538
|
+
Wb as EcsButtonToolbarIcon,
|
|
16539
|
+
jb as EcsCard,
|
|
16540
|
+
Gb as EcsChatConversation,
|
|
16541
|
+
Kb as EcsChatMessage,
|
|
16324
16542
|
pt as EcsCheckbox,
|
|
16325
|
-
|
|
16543
|
+
Ub as EcsCitationLine,
|
|
16326
16544
|
ui as EcsClickableArea,
|
|
16327
|
-
|
|
16328
|
-
|
|
16545
|
+
Xb as EcsCollapse,
|
|
16546
|
+
Zb as EcsCollectionControl,
|
|
16329
16547
|
ad as EcsColorPicker,
|
|
16330
|
-
|
|
16331
|
-
|
|
16332
|
-
|
|
16333
|
-
|
|
16334
|
-
|
|
16335
|
-
|
|
16336
|
-
|
|
16337
|
-
|
|
16338
|
-
|
|
16339
|
-
|
|
16340
|
-
|
|
16341
|
-
|
|
16342
|
-
|
|
16343
|
-
|
|
16344
|
-
|
|
16345
|
-
|
|
16346
|
-
|
|
16347
|
-
|
|
16348
|
-
|
|
16349
|
-
|
|
16350
|
-
|
|
16351
|
-
|
|
16548
|
+
e_ as EcsColorPickerInput,
|
|
16549
|
+
Jb as EcsComment,
|
|
16550
|
+
Qb as EcsCommentList,
|
|
16551
|
+
Yb as EcsContextMenu,
|
|
16552
|
+
t_ as EcsDataCard,
|
|
16553
|
+
s_ as EcsDataCardList,
|
|
16554
|
+
i_ as EcsDataCardRow,
|
|
16555
|
+
n_ as EcsDataGrid,
|
|
16556
|
+
l_ as EcsDataGridCell,
|
|
16557
|
+
r_ as EcsDataGridGroup,
|
|
16558
|
+
o_ as EcsDataGridHeadCell,
|
|
16559
|
+
$d as EcsDataGridRow,
|
|
16560
|
+
a_ as EcsDataGridRowGroup,
|
|
16561
|
+
c_ as EcsDataList,
|
|
16562
|
+
d_ as EcsDataListItem,
|
|
16563
|
+
u_ as EcsDialog,
|
|
16564
|
+
f_ as EcsDialogHeader,
|
|
16565
|
+
g_ as EcsDirectoryEntry,
|
|
16566
|
+
m_ as EcsDocumentState,
|
|
16567
|
+
h_ as EcsDonutChart,
|
|
16568
|
+
p_ as EcsDropzone,
|
|
16569
|
+
v_ as EcsEcaiWrapper,
|
|
16352
16570
|
Si as EcsEmptyState,
|
|
16353
|
-
|
|
16354
|
-
|
|
16355
|
-
|
|
16571
|
+
y_ as EcsEntryLink,
|
|
16572
|
+
b_ as EcsExcerptSnippet,
|
|
16573
|
+
Du as EcsFavicon,
|
|
16356
16574
|
gi as EcsFileIcon,
|
|
16357
|
-
|
|
16358
|
-
|
|
16359
|
-
|
|
16360
|
-
|
|
16575
|
+
k_ as EcsFileList,
|
|
16576
|
+
w_ as EcsFileListItem,
|
|
16577
|
+
__ as EcsFillIcon,
|
|
16578
|
+
S_ as EcsFlag,
|
|
16361
16579
|
dg as EcsFlexCol,
|
|
16362
16580
|
Ee as EcsFlexRow,
|
|
16363
16581
|
N as EcsFocusRing,
|
|
16364
|
-
|
|
16582
|
+
x_ as EcsFolderSelector,
|
|
16365
16583
|
ss as EcsFormCheck,
|
|
16366
16584
|
Eg as EcsFormGroup,
|
|
16367
|
-
|
|
16368
|
-
|
|
16585
|
+
C_ as EcsFormHeadline,
|
|
16586
|
+
B_ as EcsFormSet,
|
|
16369
16587
|
yi as EcsFormatted,
|
|
16370
|
-
|
|
16588
|
+
z_ as EcsHighlight,
|
|
16371
16589
|
M as EcsIcon,
|
|
16372
16590
|
qg as EcsIllustration,
|
|
16373
|
-
|
|
16374
|
-
|
|
16375
|
-
|
|
16591
|
+
I_ as EcsIndexToolbar,
|
|
16592
|
+
E_ as EcsInfoTooltip,
|
|
16593
|
+
L_ as EcsInplace,
|
|
16376
16594
|
am as EcsInput,
|
|
16377
|
-
|
|
16595
|
+
T_ as EcsInputAddon,
|
|
16378
16596
|
hg as EcsInputClear,
|
|
16379
|
-
|
|
16380
|
-
|
|
16381
|
-
|
|
16597
|
+
P_ as EcsInputConnector,
|
|
16598
|
+
M_ as EcsInputFloat,
|
|
16599
|
+
O_ as EcsInputGroup,
|
|
16382
16600
|
bg as EcsInputSearch,
|
|
16383
|
-
|
|
16384
|
-
|
|
16385
|
-
|
|
16386
|
-
|
|
16387
|
-
|
|
16388
|
-
|
|
16389
|
-
|
|
16390
|
-
|
|
16391
|
-
|
|
16392
|
-
|
|
16393
|
-
|
|
16394
|
-
|
|
16395
|
-
|
|
16396
|
-
|
|
16397
|
-
|
|
16398
|
-
|
|
16399
|
-
|
|
16601
|
+
A_ as EcsJumperDocument,
|
|
16602
|
+
N_ as EcsJumperIndex,
|
|
16603
|
+
R_ as EcsJumperPage,
|
|
16604
|
+
V_ as EcsLayoutDataTable,
|
|
16605
|
+
$_ as EcsLayoutDirectory,
|
|
16606
|
+
D_ as EcsLayoutIndex,
|
|
16607
|
+
H_ as EcsLegendItem,
|
|
16608
|
+
F_ as EcsLogMessage,
|
|
16609
|
+
q_ as EcsMap,
|
|
16610
|
+
W_ as EcsModal,
|
|
16611
|
+
U_ as EcsModalFooter,
|
|
16612
|
+
j_ as EcsModalHeader,
|
|
16613
|
+
Y_ as EcsMultiselectOption,
|
|
16614
|
+
G_ as EcsMultiselectSearchToken,
|
|
16615
|
+
K_ as EcsMultiselectToken,
|
|
16616
|
+
X_ as EcsOverlay,
|
|
16617
|
+
Z_ as EcsPagination,
|
|
16400
16618
|
Km as EcsPane,
|
|
16401
16619
|
Sd as EcsPartyEntry,
|
|
16402
16620
|
ts as EcsPopover,
|
|
16403
|
-
|
|
16621
|
+
J_ as EcsPopoverHeader,
|
|
16404
16622
|
di as EcsPopoverList,
|
|
16405
|
-
|
|
16623
|
+
Q_ as EcsPopoverListHeadline,
|
|
16406
16624
|
mi as EcsPopoverListItem,
|
|
16407
16625
|
gf as EcsProgress,
|
|
16408
|
-
|
|
16626
|
+
ek as EcsQuicklink,
|
|
16409
16627
|
oo as EcsRadiobutton,
|
|
16410
|
-
|
|
16628
|
+
tk as EcsRange,
|
|
16411
16629
|
Kp as EcsRatingFavorability,
|
|
16412
16630
|
qp as EcsRatingStarRead,
|
|
16413
|
-
|
|
16631
|
+
sk as EcsRatingStarWrite,
|
|
16414
16632
|
wg as EcsScrollContainer,
|
|
16415
|
-
|
|
16416
|
-
|
|
16633
|
+
ik as EcsSection,
|
|
16634
|
+
nk as EcsSegment,
|
|
16417
16635
|
wi as EcsSelect,
|
|
16418
16636
|
Gh as EcsSelectText,
|
|
16419
|
-
|
|
16637
|
+
ak as EcsSelectTile,
|
|
16420
16638
|
Xo as EcsSeparator,
|
|
16421
|
-
|
|
16422
|
-
|
|
16423
|
-
|
|
16424
|
-
|
|
16425
|
-
|
|
16426
|
-
|
|
16427
|
-
|
|
16428
|
-
|
|
16639
|
+
ok as EcsSequenceMap,
|
|
16640
|
+
rk as EcsSequenceMapButton,
|
|
16641
|
+
lk as EcsSidebar,
|
|
16642
|
+
ck as EcsSidebarContent,
|
|
16643
|
+
dk as EcsSidebarFooter,
|
|
16644
|
+
uk as EcsSidebarHeader,
|
|
16645
|
+
fk as EcsSidebarList,
|
|
16646
|
+
gk as EcsSidebarListItem,
|
|
16429
16647
|
ie as EcsSkeletonLoader,
|
|
16430
16648
|
vo as EcsSortbutton,
|
|
16431
16649
|
Ym as EcsSplitpanes,
|
|
16432
16650
|
Ou as EcsStateIcon,
|
|
16433
16651
|
qe as EcsSticker,
|
|
16434
|
-
|
|
16435
|
-
|
|
16652
|
+
mk as EcsStructuredContent,
|
|
16653
|
+
hk as EcsSwatchesPicker,
|
|
16436
16654
|
fi as EcsSwitch,
|
|
16437
|
-
|
|
16655
|
+
pk as EcsTab,
|
|
16438
16656
|
Yv as EcsTabBar,
|
|
16439
|
-
|
|
16657
|
+
vk as EcsTabButton,
|
|
16440
16658
|
Jv as EcsTabs,
|
|
16441
|
-
|
|
16442
|
-
|
|
16443
|
-
|
|
16444
|
-
|
|
16445
|
-
|
|
16659
|
+
yk as EcsTag,
|
|
16660
|
+
bk as EcsTagCloud,
|
|
16661
|
+
We as EcsTextV2,
|
|
16662
|
+
_k as EcsToast,
|
|
16663
|
+
kk as EcsToasts,
|
|
16446
16664
|
Gg as EcsToolbar,
|
|
16447
|
-
|
|
16448
|
-
|
|
16449
|
-
|
|
16450
|
-
|
|
16451
|
-
|
|
16452
|
-
|
|
16665
|
+
wk as EcsTranscriptState,
|
|
16666
|
+
Sk as EcsTreeList,
|
|
16667
|
+
Ck as EcsTreeListHeadline,
|
|
16668
|
+
xk as EcsTreeListItem,
|
|
16669
|
+
Bk as EcsTypeConfirmation,
|
|
16670
|
+
zk as EcsVideo,
|
|
16671
|
+
Ik as EcsWindow
|
|
16453
16672
|
};
|