@everchron/ec-shards 9.18.7 → 9.18.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ec-shards.js +269 -250
- package/dist/ec-shards.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/ec-shards.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineAsyncComponent as se, watch as me, openBlock as o, createBlock as m, resolveDynamicComponent as ue, unref as re, normalizeClass as v, createElementBlock as r, normalizeStyle as x, resolveComponent as g, createVNode as _, createCommentVNode as u, createElementVNode as f, createTextVNode as
|
|
1
|
+
import { defineAsyncComponent as se, watch as me, openBlock as o, createBlock as m, resolveDynamicComponent as ue, unref as re, normalizeClass as v, createElementBlock as r, normalizeStyle as x, resolveComponent as g, createVNode as _, createCommentVNode as u, createElementVNode as f, createTextVNode as $, toDisplayString as C, renderSlot as p, Transition as pe, withCtx as S, computed as Ee, Fragment as F, renderList as J, pushScopeId as ve, popScopeId as ye, reactive as ui, nextTick as fi, onBeforeUnmount as At, toRefs as Es, isRef as gi, onMounted as Ts, useSlots as mi, ref as Re, watchEffect as dt, withKeys as Y, Teleport as hi, withDirectives as je, vShow as nt, mergeProps as qe, normalizeProps as pi, guardReactiveProps as vi, withModifiers as G, resolveDirective as yi, vModelText as bi, createStaticVNode as _i, markRaw as ki, TransitionGroup as Ps, h as Ci, useCssVars as Si } from "vue";
|
|
2
2
|
const ie = (e, s) => {
|
|
3
3
|
const t = e[s];
|
|
4
4
|
return t ? typeof t == "function" ? t() : Promise.resolve(t) : new Promise((a, n) => {
|
|
@@ -56,7 +56,7 @@ const ie = (e, s) => {
|
|
|
56
56
|
"data-test-icon-type": e.type
|
|
57
57
|
}, null, 8, ["class", "width", "height", "viewBox", "color", "title", "data-test-icon-type"]));
|
|
58
58
|
}
|
|
59
|
-
},
|
|
59
|
+
}, A = /* @__PURE__ */ y(wi, [["__scopeId", "data-v-a1c506ab"]]), xi = {
|
|
60
60
|
name: "EcsFocusRing",
|
|
61
61
|
props: {
|
|
62
62
|
/** Defines the distance of the focus ring from it focusable element. Should be smaller than `0` (negative) in almost all cases. */
|
|
@@ -90,7 +90,7 @@ function Bi(e, s, t, a, n, i) {
|
|
|
90
90
|
const D = /* @__PURE__ */ y(xi, [["render", Bi], ["__scopeId", "data-v-8d624905"]]), Ii = {
|
|
91
91
|
name: "ecs-alert",
|
|
92
92
|
emits: ["action"],
|
|
93
|
-
components: { EcsIcon:
|
|
93
|
+
components: { EcsIcon: A, EcsFocusRing: D },
|
|
94
94
|
props: {
|
|
95
95
|
/** The alert variant, which defines it's background color. */
|
|
96
96
|
type: {
|
|
@@ -199,7 +199,7 @@ function Mi(e, s, t, a, n, i) {
|
|
|
199
199
|
type: t.icon,
|
|
200
200
|
size: "20"
|
|
201
201
|
}, null, 8, ["type"])) : u("", !0),
|
|
202
|
-
|
|
202
|
+
$(" " + C(t.headline), 1)
|
|
203
203
|
])) : u("", !0),
|
|
204
204
|
e.$slots.default ? (o(), r("div", Pi, [
|
|
205
205
|
p(e.$slots, "default", {}, void 0, !0)
|
|
@@ -210,32 +210,32 @@ function Mi(e, s, t, a, n, i) {
|
|
|
210
210
|
onClick: s[1] || (s[1] = (d) => e.$emit("action")),
|
|
211
211
|
class: "action"
|
|
212
212
|
}, [
|
|
213
|
-
|
|
213
|
+
$(C(t.actionLabel) + " ", 1),
|
|
214
214
|
_(c)
|
|
215
215
|
])) : u("", !0)
|
|
216
216
|
], 6)) : u("", !0);
|
|
217
217
|
}
|
|
218
|
-
const Ms = /* @__PURE__ */ y(Ii, [["render", Mi], ["__scopeId", "data-v-3f45e314"]]),
|
|
218
|
+
const Ms = /* @__PURE__ */ y(Ii, [["render", Mi], ["__scopeId", "data-v-3f45e314"]]), Li = {
|
|
219
219
|
name: "ecs-action-toolbar"
|
|
220
|
-
},
|
|
220
|
+
}, $i = {
|
|
221
221
|
class: "ecs-action-toolbar",
|
|
222
222
|
role: "toolbar",
|
|
223
223
|
"aria-label": "Actions"
|
|
224
224
|
};
|
|
225
|
-
function
|
|
225
|
+
function Ai(e, s, t, a, n, i) {
|
|
226
226
|
return o(), m(pe, {
|
|
227
227
|
name: "action-bar",
|
|
228
228
|
appear: ""
|
|
229
229
|
}, {
|
|
230
230
|
default: S(() => [
|
|
231
|
-
f("div",
|
|
231
|
+
f("div", $i, [
|
|
232
232
|
p(e.$slots, "default", {}, void 0, !0)
|
|
233
233
|
])
|
|
234
234
|
]),
|
|
235
235
|
_: 3
|
|
236
236
|
});
|
|
237
237
|
}
|
|
238
|
-
const Oi = /* @__PURE__ */ y(
|
|
238
|
+
const Oi = /* @__PURE__ */ y(Li, [["render", Ai], ["__scopeId", "data-v-ed37c526"]]), Di = {
|
|
239
239
|
name: "ecs-audio",
|
|
240
240
|
props: {
|
|
241
241
|
/** If true, the player will autoplay once it shows up in the DOM. */
|
|
@@ -284,7 +284,7 @@ function Ri(e, s, t, a, n, i) {
|
|
|
284
284
|
}, null, 8, Hi)) : u("", !0)
|
|
285
285
|
], 8, Ni);
|
|
286
286
|
}
|
|
287
|
-
const
|
|
287
|
+
const $0 = /* @__PURE__ */ y(Di, [["render", Ri], ["__scopeId", "data-v-4e7ca115"]]), Fi = {
|
|
288
288
|
__name: "sticker",
|
|
289
289
|
props: {
|
|
290
290
|
/** Sets the sticker icon. */
|
|
@@ -567,7 +567,7 @@ function Ji(e, s, t, a, n, i) {
|
|
|
567
567
|
], 14, Xi);
|
|
568
568
|
}
|
|
569
569
|
const vt = /* @__PURE__ */ y(Yi, [["render", Ji], ["__scopeId", "data-v-35132970"]]), Qi = {
|
|
570
|
-
components: { EcsIcon:
|
|
570
|
+
components: { EcsIcon: A, EcsFocusRing: D },
|
|
571
571
|
emits: ["dismiss"],
|
|
572
572
|
props: {
|
|
573
573
|
/** The alert variant, which defines it's background color. */
|
|
@@ -657,7 +657,7 @@ function en(e, s, t, a, n, i) {
|
|
|
657
657
|
], 4)) : u("", !0)
|
|
658
658
|
], 2)) : u("", !0);
|
|
659
659
|
}
|
|
660
|
-
const
|
|
660
|
+
const A0 = /* @__PURE__ */ y(Qi, [["render", en], ["__scopeId", "data-v-888a84fc"]]), tn = {
|
|
661
661
|
name: "ecs-breadcrumb",
|
|
662
662
|
props: {
|
|
663
663
|
/** Sets the size of the breadcrumb (default is medium). */
|
|
@@ -685,7 +685,7 @@ const O0 = /* @__PURE__ */ y(tn, [["render", sn], ["__scopeId", "data-v-d1ff2486
|
|
|
685
685
|
name: "ecs-breadcrumb-button",
|
|
686
686
|
emits: ["click"],
|
|
687
687
|
components: {
|
|
688
|
-
EcsIcon:
|
|
688
|
+
EcsIcon: A,
|
|
689
689
|
EcsFocusRing: D
|
|
690
690
|
},
|
|
691
691
|
props: {
|
|
@@ -807,7 +807,7 @@ function un(e, s, t, a, n, i) {
|
|
|
807
807
|
}
|
|
808
808
|
const Ie = /* @__PURE__ */ y(dn, [["render", un], ["__scopeId", "data-v-d07e3723"]]);
|
|
809
809
|
var ut = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
810
|
-
function
|
|
810
|
+
function Ls(e) {
|
|
811
811
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
812
812
|
}
|
|
813
813
|
function Pt(e, s, t) {
|
|
@@ -860,14 +860,14 @@ function Mt() {
|
|
|
860
860
|
return s.brand + "/" + s.version;
|
|
861
861
|
}).join(" ") : navigator.userAgent;
|
|
862
862
|
}
|
|
863
|
-
function
|
|
863
|
+
function $s() {
|
|
864
864
|
return !/^((?!chrome|android).)*safari/i.test(Mt());
|
|
865
865
|
}
|
|
866
866
|
function Ye(e, s, t) {
|
|
867
867
|
s === void 0 && (s = !1), t === void 0 && (t = !1);
|
|
868
868
|
var a = e.getBoundingClientRect(), n = 1, i = 1;
|
|
869
869
|
s && he(e) && (n = e.offsetWidth > 0 && Ke(a.width) / e.offsetWidth || 1, i = e.offsetHeight > 0 && Ke(a.height) / e.offsetHeight || 1);
|
|
870
|
-
var l = We(e) ? fe(e) : window, c = l.visualViewport, d =
|
|
870
|
+
var l = We(e) ? fe(e) : window, c = l.visualViewport, d = !$s() && t, h = (a.left + (d && c ? c.offsetLeft : 0)) / n, b = (a.top + (d && c ? c.offsetTop : 0)) / i, k = a.width / n, E = a.height / i;
|
|
871
871
|
return {
|
|
872
872
|
width: k,
|
|
873
873
|
height: E,
|
|
@@ -907,11 +907,11 @@ function De(e) {
|
|
|
907
907
|
function Nt(e) {
|
|
908
908
|
return Ye(De(e)).left + Dt(e).scrollLeft;
|
|
909
909
|
}
|
|
910
|
-
function
|
|
910
|
+
function Le(e) {
|
|
911
911
|
return fe(e).getComputedStyle(e);
|
|
912
912
|
}
|
|
913
913
|
function Vt(e) {
|
|
914
|
-
var s =
|
|
914
|
+
var s = Le(e), t = s.overflow, a = s.overflowX, n = s.overflowY;
|
|
915
915
|
return /auto|scroll|overlay|hidden/.test(t + n + a);
|
|
916
916
|
}
|
|
917
917
|
function mn(e) {
|
|
@@ -956,13 +956,13 @@ function yt(e) {
|
|
|
956
956
|
De(e)
|
|
957
957
|
);
|
|
958
958
|
}
|
|
959
|
-
function
|
|
960
|
-
return ["html", "body", "#document"].indexOf(Pe(e)) >= 0 ? e.ownerDocument.body : he(e) && Vt(e) ? e :
|
|
959
|
+
function As(e) {
|
|
960
|
+
return ["html", "body", "#document"].indexOf(Pe(e)) >= 0 ? e.ownerDocument.body : he(e) && Vt(e) ? e : As(yt(e));
|
|
961
961
|
}
|
|
962
962
|
function tt(e, s) {
|
|
963
963
|
var t;
|
|
964
964
|
s === void 0 && (s = []);
|
|
965
|
-
var a =
|
|
965
|
+
var a = As(e), n = a === ((t = e.ownerDocument) == null ? void 0 : t.body), i = fe(a), l = n ? [i].concat(i.visualViewport || [], Vt(a) ? a : []) : a, c = s.concat(l);
|
|
966
966
|
return n ? c : (
|
|
967
967
|
// $FlowFixMe[incompatible-call]: isBody tells us target will be an HTMLElement here
|
|
968
968
|
c.concat(tt(yt(l)))
|
|
@@ -973,18 +973,18 @@ function pn(e) {
|
|
|
973
973
|
}
|
|
974
974
|
function rs(e) {
|
|
975
975
|
return !he(e) || // https://github.com/popperjs/popper-core/issues/837
|
|
976
|
-
|
|
976
|
+
Le(e).position === "fixed" ? null : e.offsetParent;
|
|
977
977
|
}
|
|
978
978
|
function vn(e) {
|
|
979
979
|
var s = /firefox/i.test(Mt()), t = /Trident/i.test(Mt());
|
|
980
980
|
if (t && he(e)) {
|
|
981
|
-
var a =
|
|
981
|
+
var a = Le(e);
|
|
982
982
|
if (a.position === "fixed")
|
|
983
983
|
return null;
|
|
984
984
|
}
|
|
985
985
|
var n = yt(e);
|
|
986
986
|
for (Ot(n) && (n = n.host); he(n) && ["html", "body"].indexOf(Pe(n)) < 0; ) {
|
|
987
|
-
var i =
|
|
987
|
+
var i = Le(n);
|
|
988
988
|
if (i.transform !== "none" || i.perspective !== "none" || i.contain === "paint" || ["transform", "perspective"].indexOf(i.willChange) !== -1 || s && i.willChange === "filter" || s && i.filter && i.filter !== "none")
|
|
989
989
|
return n;
|
|
990
990
|
n = n.parentNode;
|
|
@@ -992,9 +992,9 @@ function vn(e) {
|
|
|
992
992
|
return null;
|
|
993
993
|
}
|
|
994
994
|
function at(e) {
|
|
995
|
-
for (var s = fe(e), t = rs(e); t && pn(t) &&
|
|
995
|
+
for (var s = fe(e), t = rs(e); t && pn(t) && Le(t).position === "static"; )
|
|
996
996
|
t = rs(t);
|
|
997
|
-
return t && (Pe(t) === "html" || Pe(t) === "body" &&
|
|
997
|
+
return t && (Pe(t) === "html" || Pe(t) === "body" && Le(t).position === "static") ? s : t || vn(e) || s;
|
|
998
998
|
}
|
|
999
999
|
var ce = "top", xe = "bottom", Be = "right", de = "left", Rt = "auto", ot = [ce, xe, Be, de], Xe = "start", it = "end", yn = "clippingParents", Os = "viewport", Je = "popper", bn = "reference", cs = /* @__PURE__ */ ot.reduce(function(e, s) {
|
|
1000
1000
|
return e.concat([s + "-" + Xe, s + "-" + it]);
|
|
@@ -1038,7 +1038,7 @@ function Mn(e) {
|
|
|
1038
1038
|
})), s;
|
|
1039
1039
|
};
|
|
1040
1040
|
}
|
|
1041
|
-
function
|
|
1041
|
+
function Ln(e) {
|
|
1042
1042
|
var s = e.reduce(function(t, a) {
|
|
1043
1043
|
var n = t[a.name];
|
|
1044
1044
|
return t[a.name] = n ? Object.assign({}, n, a, {
|
|
@@ -1050,11 +1050,11 @@ function $n(e) {
|
|
|
1050
1050
|
return s[t];
|
|
1051
1051
|
});
|
|
1052
1052
|
}
|
|
1053
|
-
function
|
|
1053
|
+
function $n(e, s) {
|
|
1054
1054
|
var t = fe(e), a = De(e), n = t.visualViewport, i = a.clientWidth, l = a.clientHeight, c = 0, d = 0;
|
|
1055
1055
|
if (n) {
|
|
1056
1056
|
i = n.width, l = n.height;
|
|
1057
|
-
var h =
|
|
1057
|
+
var h = $s();
|
|
1058
1058
|
(h || !h && s === "fixed") && (c = n.offsetLeft, d = n.offsetTop);
|
|
1059
1059
|
}
|
|
1060
1060
|
return {
|
|
@@ -1064,9 +1064,9 @@ function An(e, s) {
|
|
|
1064
1064
|
y: d
|
|
1065
1065
|
};
|
|
1066
1066
|
}
|
|
1067
|
-
function
|
|
1067
|
+
function An(e) {
|
|
1068
1068
|
var s, t = De(e), a = Dt(e), n = (s = e.ownerDocument) == null ? void 0 : s.body, i = Fe(t.scrollWidth, t.clientWidth, n ? n.scrollWidth : 0, n ? n.clientWidth : 0), l = Fe(t.scrollHeight, t.clientHeight, n ? n.scrollHeight : 0, n ? n.clientHeight : 0), c = -a.scrollLeft + Nt(e), d = -a.scrollTop;
|
|
1069
|
-
return
|
|
1069
|
+
return Le(n || t).direction === "rtl" && (c += Fe(t.clientWidth, n ? n.clientWidth : 0) - i), {
|
|
1070
1070
|
width: i,
|
|
1071
1071
|
height: l,
|
|
1072
1072
|
x: c,
|
|
@@ -1087,7 +1087,7 @@ function Ns(e, s) {
|
|
|
1087
1087
|
}
|
|
1088
1088
|
return !1;
|
|
1089
1089
|
}
|
|
1090
|
-
function
|
|
1090
|
+
function Lt(e) {
|
|
1091
1091
|
return Object.assign({}, e, {
|
|
1092
1092
|
left: e.x,
|
|
1093
1093
|
top: e.y,
|
|
@@ -1100,10 +1100,10 @@ function On(e, s) {
|
|
|
1100
1100
|
return t.top = t.top + e.clientTop, t.left = t.left + e.clientLeft, t.bottom = t.top + e.clientHeight, t.right = t.left + e.clientWidth, t.width = e.clientWidth, t.height = e.clientHeight, t.x = t.left, t.y = t.top, t;
|
|
1101
1101
|
}
|
|
1102
1102
|
function ds(e, s, t) {
|
|
1103
|
-
return s === Os ? $
|
|
1103
|
+
return s === Os ? Lt($n(e, t)) : We(s) ? On(s, t) : Lt(An(De(e)));
|
|
1104
1104
|
}
|
|
1105
1105
|
function Dn(e) {
|
|
1106
|
-
var s = tt(yt(e)), t = ["absolute", "fixed"].indexOf(
|
|
1106
|
+
var s = tt(yt(e)), t = ["absolute", "fixed"].indexOf(Le(e).position) >= 0, a = t && he(e) ? at(e) : e;
|
|
1107
1107
|
return We(a) ? s.filter(function(n) {
|
|
1108
1108
|
return We(n) && Ns(n, a) && Pe(n) !== "body";
|
|
1109
1109
|
}) : [];
|
|
@@ -1189,12 +1189,12 @@ function Fs(e, s) {
|
|
|
1189
1189
|
}
|
|
1190
1190
|
function qt(e, s) {
|
|
1191
1191
|
s === void 0 && (s = {});
|
|
1192
|
-
var t = s, a = t.placement, n = a === void 0 ? e.placement : a, i = t.strategy, l = i === void 0 ? e.strategy : i, c = t.boundary, d = c === void 0 ? yn : c, h = t.rootBoundary, b = h === void 0 ? Os : h, k = t.elementContext, E = k === void 0 ? Je : k, I = t.altBoundary, B = I === void 0 ? !1 : I, M = t.padding,
|
|
1192
|
+
var t = s, a = t.placement, n = a === void 0 ? e.placement : a, i = t.strategy, l = i === void 0 ? e.strategy : i, c = t.boundary, d = c === void 0 ? yn : c, h = t.rootBoundary, b = h === void 0 ? Os : h, k = t.elementContext, E = k === void 0 ? Je : k, I = t.altBoundary, B = I === void 0 ? !1 : I, M = t.padding, L = M === void 0 ? 0 : M, z = Rs(typeof L != "number" ? L : Fs(L, ot)), T = E === Je ? bn : Je, H = e.rects.popper, O = e.elements[B ? T : E], N = Nn(We(O) ? O : O.contextElement || De(e.elements.popper), d, b, l), P = Ye(e.elements.reference), V = Vs({
|
|
1193
1193
|
reference: P,
|
|
1194
1194
|
element: H,
|
|
1195
1195
|
strategy: "absolute",
|
|
1196
1196
|
placement: n
|
|
1197
|
-
}), q =
|
|
1197
|
+
}), q = Lt(Object.assign({}, H, V)), j = E === Je ? q : P, K = {
|
|
1198
1198
|
top: N.top - j.top + z.top,
|
|
1199
1199
|
bottom: j.bottom - N.bottom + z.bottom,
|
|
1200
1200
|
left: N.left - j.left + z.left,
|
|
@@ -1245,7 +1245,7 @@ function Vn(e) {
|
|
|
1245
1245
|
reference: We(c) ? tt(c) : c.contextElement ? tt(c.contextElement) : [],
|
|
1246
1246
|
popper: tt(d)
|
|
1247
1247
|
};
|
|
1248
|
-
var H = Pn(
|
|
1248
|
+
var H = Pn(Ln([].concat(a, b.options.modifiers)));
|
|
1249
1249
|
return b.orderedModifiers = H.filter(function(O) {
|
|
1250
1250
|
return O.enabled;
|
|
1251
1251
|
}), B(), I.update();
|
|
@@ -1284,8 +1284,8 @@ function Vn(e) {
|
|
|
1284
1284
|
// Async and optimistically optimized update – it will not be executed if
|
|
1285
1285
|
// not necessary (debounced to run at most once-per-tick)
|
|
1286
1286
|
update: Mn(function() {
|
|
1287
|
-
return new Promise(function(
|
|
1288
|
-
I.forceUpdate(),
|
|
1287
|
+
return new Promise(function(L) {
|
|
1288
|
+
I.forceUpdate(), L(b);
|
|
1289
1289
|
});
|
|
1290
1290
|
}),
|
|
1291
1291
|
destroy: function() {
|
|
@@ -1294,12 +1294,12 @@ function Vn(e) {
|
|
|
1294
1294
|
};
|
|
1295
1295
|
if (!fs(c, d))
|
|
1296
1296
|
return I;
|
|
1297
|
-
I.setOptions(h).then(function(
|
|
1298
|
-
!E && h.onFirstUpdate && h.onFirstUpdate(
|
|
1297
|
+
I.setOptions(h).then(function(L) {
|
|
1298
|
+
!E && h.onFirstUpdate && h.onFirstUpdate(L);
|
|
1299
1299
|
});
|
|
1300
1300
|
function B() {
|
|
1301
|
-
b.orderedModifiers.forEach(function(
|
|
1302
|
-
var z =
|
|
1301
|
+
b.orderedModifiers.forEach(function(L) {
|
|
1302
|
+
var z = L.name, T = L.options, H = T === void 0 ? {} : T, O = L.effect;
|
|
1303
1303
|
if (typeof O == "function") {
|
|
1304
1304
|
var N = O({
|
|
1305
1305
|
state: b,
|
|
@@ -1313,8 +1313,8 @@ function Vn(e) {
|
|
|
1313
1313
|
});
|
|
1314
1314
|
}
|
|
1315
1315
|
function M() {
|
|
1316
|
-
k.forEach(function(
|
|
1317
|
-
return
|
|
1316
|
+
k.forEach(function(L) {
|
|
1317
|
+
return L();
|
|
1318
1318
|
}), k = [];
|
|
1319
1319
|
}
|
|
1320
1320
|
return I;
|
|
@@ -1372,18 +1372,18 @@ function jn(e, s) {
|
|
|
1372
1372
|
};
|
|
1373
1373
|
}
|
|
1374
1374
|
function gs(e) {
|
|
1375
|
-
var s, t = e.popper, a = e.popperRect, n = e.placement, i = e.variation, l = e.offsets, c = e.position, d = e.gpuAcceleration, h = e.adaptive, b = e.roundOffsets, k = e.isFixed, E = l.x, I = E === void 0 ? 0 : E, B = l.y, M = B === void 0 ? 0 : B,
|
|
1375
|
+
var s, t = e.popper, a = e.popperRect, n = e.placement, i = e.variation, l = e.offsets, c = e.position, d = e.gpuAcceleration, h = e.adaptive, b = e.roundOffsets, k = e.isFixed, E = l.x, I = E === void 0 ? 0 : E, B = l.y, M = B === void 0 ? 0 : B, L = typeof b == "function" ? b({
|
|
1376
1376
|
x: I,
|
|
1377
1377
|
y: M
|
|
1378
1378
|
}) : {
|
|
1379
1379
|
x: I,
|
|
1380
1380
|
y: M
|
|
1381
1381
|
};
|
|
1382
|
-
I =
|
|
1382
|
+
I = L.x, M = L.y;
|
|
1383
1383
|
var z = l.hasOwnProperty("x"), T = l.hasOwnProperty("y"), H = de, O = ce, N = window;
|
|
1384
1384
|
if (h) {
|
|
1385
1385
|
var P = at(t), V = "clientHeight", q = "clientWidth";
|
|
1386
|
-
if (P === fe(t) && (P = De(t),
|
|
1386
|
+
if (P === fe(t) && (P = De(t), Le(P).position !== "static" && c === "absolute" && (V = "scrollHeight", q = "scrollWidth")), P = P, n === ce || (n === de || n === Be) && i === it) {
|
|
1387
1387
|
O = xe;
|
|
1388
1388
|
var j = k && P === N && N.visualViewport ? N.visualViewport.height : (
|
|
1389
1389
|
// $FlowFixMe[prop-missing]
|
|
@@ -1501,7 +1501,7 @@ function ea(e, s, t) {
|
|
|
1501
1501
|
return a > t ? t : a;
|
|
1502
1502
|
}
|
|
1503
1503
|
function ta(e) {
|
|
1504
|
-
var s = e.state, t = e.options, a = e.name, n = t.mainAxis, i = n === void 0 ? !0 : n, l = t.altAxis, c = l === void 0 ? !1 : l, d = t.boundary, h = t.rootBoundary, b = t.altBoundary, k = t.padding, E = t.tether, I = E === void 0 ? !0 : E, B = t.tetherOffset, M = B === void 0 ? 0 : B,
|
|
1504
|
+
var s = e.state, t = e.options, a = e.name, n = t.mainAxis, i = n === void 0 ? !0 : n, l = t.altAxis, c = l === void 0 ? !1 : l, d = t.boundary, h = t.rootBoundary, b = t.altBoundary, k = t.padding, E = t.tether, I = E === void 0 ? !0 : E, B = t.tetherOffset, M = B === void 0 ? 0 : B, L = qt(s, {
|
|
1505
1505
|
boundary: d,
|
|
1506
1506
|
rootBoundary: h,
|
|
1507
1507
|
padding: k,
|
|
@@ -1520,14 +1520,14 @@ function ta(e) {
|
|
|
1520
1520
|
};
|
|
1521
1521
|
if (P) {
|
|
1522
1522
|
if (i) {
|
|
1523
|
-
var Z, _e = O === "y" ? ce : de, ge = O === "y" ? xe : Be, ee = O === "y" ? "height" : "width", ne = P[O], Ue = ne +
|
|
1523
|
+
var Z, _e = O === "y" ? ce : de, ge = O === "y" ? xe : Be, ee = O === "y" ? "height" : "width", ne = P[O], Ue = ne + L[_e], ke = ne - L[ge], $e = I ? -q[ee] / 2 : 0, Ne = T === Xe ? V[ee] : q[ee], ae = T === Xe ? -q[ee] : -V[ee], Ge = s.elements.arrow, Ae = I && Ge ? Ht(Ge) : {
|
|
1524
1524
|
width: 0,
|
|
1525
1525
|
height: 0
|
|
1526
|
-
}, Ce = s.modifiersData["arrow#persistent"] ? s.modifiersData["arrow#persistent"].padding : Hs(), R = Ce[_e], U = Ce[ge], oe = st(0, V[ee],
|
|
1526
|
+
}, Ce = s.modifiersData["arrow#persistent"] ? s.modifiersData["arrow#persistent"].padding : Hs(), R = Ce[_e], U = Ce[ge], oe = st(0, V[ee], Ae[ee]), Ve = H ? V[ee] / 2 - $e - oe - R - K.mainAxis : Ne - oe - R - K.mainAxis, ai = H ? -V[ee] / 2 + $e + oe + U + K.mainAxis : ae + oe + U + K.mainAxis, wt = s.elements.arrow && at(s.elements.arrow), oi = wt ? O === "y" ? wt.clientTop || 0 : wt.clientLeft || 0 : 0, Qt = (Z = X == null ? void 0 : X[O]) != null ? Z : 0, li = ne + Ve - Qt - oi, ri = ne + ai - Qt, es = st(I ? ht(Ue, li) : Ue, ne, I ? Fe(ke, ri) : ke);
|
|
1527
1527
|
P[O] = es, Q[O] = es - ne;
|
|
1528
1528
|
}
|
|
1529
1529
|
if (c) {
|
|
1530
|
-
var ts, ci = O === "x" ? ce : de, di = O === "x" ? xe : Be, He = P[N], ct = N === "y" ? "height" : "width", ss = He +
|
|
1530
|
+
var ts, ci = O === "x" ? ce : de, di = O === "x" ? xe : Be, He = P[N], ct = N === "y" ? "height" : "width", ss = He + L[ci], is = He - L[di], xt = [ce, de].indexOf(z) !== -1, ns = (ts = X == null ? void 0 : X[N]) != null ? ts : 0, as = xt ? ss : He - V[ct] - q[ct] - ns + K.altAxis, os = xt ? He + V[ct] + q[ct] - ns - K.altAxis : is, ls = I && xt ? ea(as, He, os) : st(I ? as : ss, He, I ? os : is);
|
|
1531
1531
|
P[N] = ls, Q[N] = ls - He;
|
|
1532
1532
|
}
|
|
1533
1533
|
s.modifiersData[a] = Q;
|
|
@@ -1589,8 +1589,8 @@ function oa(e) {
|
|
|
1589
1589
|
function la(e) {
|
|
1590
1590
|
var s = e.state, t = e.options, a = e.name;
|
|
1591
1591
|
if (!s.modifiersData[a]._skip) {
|
|
1592
|
-
for (var n = t.mainAxis, i = n === void 0 ? !0 : n, l = t.altAxis, c = l === void 0 ? !0 : l, d = t.fallbackPlacements, h = t.padding, b = t.boundary, k = t.rootBoundary, E = t.altBoundary, I = t.flipVariations, B = I === void 0 ? !0 : I, M = t.allowedAutoPlacements,
|
|
1593
|
-
return
|
|
1592
|
+
for (var n = t.mainAxis, i = n === void 0 ? !0 : n, l = t.altAxis, c = l === void 0 ? !0 : l, d = t.fallbackPlacements, h = t.padding, b = t.boundary, k = t.rootBoundary, E = t.altBoundary, I = t.flipVariations, B = I === void 0 ? !0 : I, M = t.allowedAutoPlacements, L = s.options.placement, z = Te(L), T = z === L, H = d || (T || !B ? [mt(L)] : oa(L)), O = [L].concat(H).reduce(function(Ae, Ce) {
|
|
1593
|
+
return Ae.concat(Te(Ce) === Rt ? aa(s, {
|
|
1594
1594
|
placement: Ce,
|
|
1595
1595
|
boundary: b,
|
|
1596
1596
|
rootBoundary: k,
|
|
@@ -1608,8 +1608,8 @@ function la(e) {
|
|
|
1608
1608
|
}), ne = _e ? Z ? Be : de : Z ? xe : ce;
|
|
1609
1609
|
N[ge] > P[ge] && (ne = mt(ne));
|
|
1610
1610
|
var Ue = mt(ne), ke = [];
|
|
1611
|
-
if (i && ke.push(ee[Q] <= 0), c && ke.push(ee[ne] <= 0, ee[Ue] <= 0), ke.every(function(
|
|
1612
|
-
return
|
|
1611
|
+
if (i && ke.push(ee[Q] <= 0), c && ke.push(ee[ne] <= 0, ee[Ue] <= 0), ke.every(function(Ae) {
|
|
1612
|
+
return Ae;
|
|
1613
1613
|
})) {
|
|
1614
1614
|
j = X, q = !1;
|
|
1615
1615
|
break;
|
|
@@ -1617,7 +1617,7 @@ function la(e) {
|
|
|
1617
1617
|
V.set(X, ke);
|
|
1618
1618
|
}
|
|
1619
1619
|
if (q)
|
|
1620
|
-
for (var
|
|
1620
|
+
for (var $e = B ? 3 : 1, Ne = function(Ce) {
|
|
1621
1621
|
var R = O.find(function(U) {
|
|
1622
1622
|
var oe = V.get(U);
|
|
1623
1623
|
if (oe)
|
|
@@ -1627,7 +1627,7 @@ function la(e) {
|
|
|
1627
1627
|
});
|
|
1628
1628
|
if (R)
|
|
1629
1629
|
return j = R, "break";
|
|
1630
|
-
}, ae =
|
|
1630
|
+
}, ae = $e; ae > 0; ae--) {
|
|
1631
1631
|
var Ge = Ne(ae);
|
|
1632
1632
|
if (Ge === "break")
|
|
1633
1633
|
break;
|
|
@@ -1678,7 +1678,7 @@ var fa = function(s, t) {
|
|
|
1678
1678
|
function ga(e) {
|
|
1679
1679
|
var s, t = e.state, a = e.name, n = e.options, i = t.elements.arrow, l = t.modifiersData.popperOffsets, c = Te(t.placement), d = Ft(c), h = [de, Be].indexOf(c) >= 0, b = h ? "height" : "width";
|
|
1680
1680
|
if (!(!i || !l)) {
|
|
1681
|
-
var k = fa(n.padding, t), E = Ht(i), I = d === "y" ? ce : de, B = d === "y" ? xe : Be, M = t.rects.reference[b] + t.rects.reference[d] - l[d] - t.rects.popper[b],
|
|
1681
|
+
var k = fa(n.padding, t), E = Ht(i), I = d === "y" ? ce : de, B = d === "y" ? xe : Be, M = t.rects.reference[b] + t.rects.reference[d] - l[d] - t.rects.popper[b], L = l[d] - t.rects.reference[d], z = at(i), T = z ? d === "y" ? z.clientHeight || 0 : z.clientWidth || 0 : 0, H = M / 2 - L / 2, O = k[I], N = T - E[b] - k[B], P = T / 2 - E[b] / 2 + H, V = st(O, P, N), q = d;
|
|
1682
1682
|
t.modifiersData[a] = (s = {}, s[q] = V, s.centerOffset = V - P, s);
|
|
1683
1683
|
}
|
|
1684
1684
|
}
|
|
@@ -1709,8 +1709,8 @@ function pa({
|
|
|
1709
1709
|
isOpen: !1,
|
|
1710
1710
|
popperInstance: null
|
|
1711
1711
|
}), h = (M) => {
|
|
1712
|
-
var
|
|
1713
|
-
(
|
|
1712
|
+
var L;
|
|
1713
|
+
(L = d.popperInstance) == null || L.setOptions((z) => ({
|
|
1714
1714
|
...z,
|
|
1715
1715
|
modifiers: [...z.modifiers, { name: "eventListeners", enabled: M }]
|
|
1716
1716
|
}));
|
|
@@ -1749,7 +1749,7 @@ function pa({
|
|
|
1749
1749
|
]
|
|
1750
1750
|
}), d.popperInstance.update();
|
|
1751
1751
|
};
|
|
1752
|
-
return
|
|
1752
|
+
return At(() => {
|
|
1753
1753
|
var M;
|
|
1754
1754
|
(M = d.popperInstance) == null || M.destroy();
|
|
1755
1755
|
}), {
|
|
@@ -1763,7 +1763,7 @@ function va(e, s, t) {
|
|
|
1763
1763
|
n == null || n.removeEventListener(s, t), a == null || a.addEventListener(s, t);
|
|
1764
1764
|
}) : Ts(() => {
|
|
1765
1765
|
e.addEventListener(s, t);
|
|
1766
|
-
}),
|
|
1766
|
+
}), At(() => {
|
|
1767
1767
|
var a;
|
|
1768
1768
|
(a = re(e)) == null || a.removeEventListener(s, t);
|
|
1769
1769
|
});
|
|
@@ -1933,7 +1933,7 @@ const Ca = /* @__PURE__ */ y(ba, [["render", ka], ["__scopeId", "data-v-b4b01b19
|
|
|
1933
1933
|
(n.content !== void 0 || T.value) && (E.value = !0), l = new MutationObserver(M), document.addEventListener("keydown", Ce);
|
|
1934
1934
|
});
|
|
1935
1935
|
const {
|
|
1936
|
-
arrowPadding:
|
|
1936
|
+
arrowPadding: L,
|
|
1937
1937
|
closeDelay: z,
|
|
1938
1938
|
content: T,
|
|
1939
1939
|
disableClickAway: H,
|
|
@@ -1946,7 +1946,7 @@ const Ca = /* @__PURE__ */ y(ba, [["render", ka], ["__scopeId", "data-v-b4b01b19
|
|
|
1946
1946
|
placement: K,
|
|
1947
1947
|
show: X
|
|
1948
1948
|
} = Es(i), { isOpen: Q, open: Z, close: _e } = pa({
|
|
1949
|
-
arrowPadding:
|
|
1949
|
+
arrowPadding: L,
|
|
1950
1950
|
emit: a,
|
|
1951
1951
|
locked: P,
|
|
1952
1952
|
offsetDistance: V,
|
|
@@ -1960,10 +1960,10 @@ const Ca = /* @__PURE__ */ y(ba, [["render", ka], ["__scopeId", "data-v-b4b01b19
|
|
|
1960
1960
|
Ee(
|
|
1961
1961
|
() => N.value ? `border: ${V.value}px solid transparent; margin: -${V.value}px;` : null
|
|
1962
1962
|
);
|
|
1963
|
-
const ke = Bt.debounce(Z, j.value),
|
|
1964
|
-
ee.value || ge.value || (
|
|
1963
|
+
const ke = Bt.debounce(Z, j.value), $e = Bt.debounce(_e, z.value), Ne = async () => {
|
|
1964
|
+
ee.value || ge.value || ($e.clear(), d.value = !0, ke());
|
|
1965
1965
|
}, ae = async () => {
|
|
1966
|
-
ge.value || (ke.clear(), d.value = !1,
|
|
1966
|
+
ge.value || (ke.clear(), d.value = !1, $e());
|
|
1967
1967
|
}, Ge = () => {
|
|
1968
1968
|
Q.value ? ae() : Ne();
|
|
1969
1969
|
};
|
|
@@ -1974,7 +1974,7 @@ const Ca = /* @__PURE__ */ y(ba, [["render", ka], ["__scopeId", "data-v-b4b01b19
|
|
|
1974
1974
|
k.value = !1;
|
|
1975
1975
|
}, 200);
|
|
1976
1976
|
}), dt(() => {
|
|
1977
|
-
ge.value && (X.value ? ke() :
|
|
1977
|
+
ge.value && (X.value ? ke() : $e());
|
|
1978
1978
|
}), dt(() => {
|
|
1979
1979
|
Ue.value && ya(h, ae);
|
|
1980
1980
|
}), me(T, (R) => {
|
|
@@ -1984,10 +1984,10 @@ const Ca = /* @__PURE__ */ y(ba, [["render", ka], ["__scopeId", "data-v-b4b01b19
|
|
|
1984
1984
|
childList: !0,
|
|
1985
1985
|
subtree: !0
|
|
1986
1986
|
});
|
|
1987
|
-
}),
|
|
1987
|
+
}), At(() => {
|
|
1988
1988
|
l.disconnect(), document.removeEventListener("keydown", Ce);
|
|
1989
1989
|
}), s({ closePopper: ae });
|
|
1990
|
-
const
|
|
1990
|
+
const Ae = () => {
|
|
1991
1991
|
h.value && (I.value = h.value.querySelectorAll(
|
|
1992
1992
|
'a[href], button, textarea, input, select, [tabindex]:not([tabindex="-1"])'
|
|
1993
1993
|
));
|
|
@@ -2007,7 +2007,7 @@ const Ca = /* @__PURE__ */ y(ba, [["render", ka], ["__scopeId", "data-v-b4b01b19
|
|
|
2007
2007
|
R.key === "Escape" ? (R.preventDefault(), ae()) : R.key === "Tab" && B.value && (R.preventDefault(), B.value = !1, U.length > 0 && U[0].focus());
|
|
2008
2008
|
};
|
|
2009
2009
|
return dt(() => {
|
|
2010
|
-
d.value && (
|
|
2010
|
+
d.value && (Ae(), B.value = !0, I.value.length > 0 && I.value[0].focus());
|
|
2011
2011
|
}), (R, U) => (o(), r("div", {
|
|
2012
2012
|
class: "ecs-popover-root",
|
|
2013
2013
|
onMouseleave: U[2] || (U[2] = (oe) => e.hover && ae())
|
|
@@ -2041,7 +2041,7 @@ const Ca = /* @__PURE__ */ y(ba, [["render", ka], ["__scopeId", "data-v-b4b01b19
|
|
|
2041
2041
|
close: re(_e),
|
|
2042
2042
|
isOpen: k.value
|
|
2043
2043
|
}, () => [
|
|
2044
|
-
|
|
2044
|
+
$(C(re(T)), 1)
|
|
2045
2045
|
], !0),
|
|
2046
2046
|
e.arrow ? (o(), m(Ca, { key: 0 })) : u("", !0)
|
|
2047
2047
|
], 512)), [
|
|
@@ -2247,7 +2247,7 @@ const Wt = /* @__PURE__ */ y(Ta, [["render", Pa]]), Ma = {
|
|
|
2247
2247
|
}
|
|
2248
2248
|
}
|
|
2249
2249
|
};
|
|
2250
|
-
function
|
|
2250
|
+
function La(e, s, t, a, n, i) {
|
|
2251
2251
|
return o(), m(ue(t.as), {
|
|
2252
2252
|
onClick: i.handleClick,
|
|
2253
2253
|
onMouseover: i.handleMouseOver,
|
|
@@ -2267,7 +2267,7 @@ function $a(e, s, t, a, n, i) {
|
|
|
2267
2267
|
_: 3
|
|
2268
2268
|
}, 40, ["onClick", "onMouseover", "onMouseout", "onContextmenu", "class", "tabindex"]);
|
|
2269
2269
|
}
|
|
2270
|
-
const Ws = /* @__PURE__ */ y(Ma, [["render",
|
|
2270
|
+
const Ws = /* @__PURE__ */ y(Ma, [["render", La], ["__scopeId", "data-v-df08e6d4"]]), $a = {
|
|
2271
2271
|
name: "EcsTextV2",
|
|
2272
2272
|
components: { EcsClickableArea: Ws },
|
|
2273
2273
|
props: {
|
|
@@ -2406,7 +2406,7 @@ const Ws = /* @__PURE__ */ y(Ma, [["render", $a], ["__scopeId", "data-v-df08e6d4
|
|
|
2406
2406
|
}
|
|
2407
2407
|
}
|
|
2408
2408
|
};
|
|
2409
|
-
function
|
|
2409
|
+
function Aa(e, s, t, a, n, i) {
|
|
2410
2410
|
const l = g("ecs-clickable-area");
|
|
2411
2411
|
return t.clickable ? (o(), m(l, {
|
|
2412
2412
|
key: 0,
|
|
@@ -2437,7 +2437,7 @@ function La(e, s, t, a, n, i) {
|
|
|
2437
2437
|
_: 3
|
|
2438
2438
|
}, 8, ["class", "style"]));
|
|
2439
2439
|
}
|
|
2440
|
-
const js = /* @__PURE__ */ y(
|
|
2440
|
+
const js = /* @__PURE__ */ y($a, [["render", Aa], ["__scopeId", "data-v-594055ce"]]), be = {
|
|
2441
2441
|
data() {
|
|
2442
2442
|
return {
|
|
2443
2443
|
uniqueId: ""
|
|
@@ -2584,7 +2584,7 @@ function Va(e, s, t, a, n, i) {
|
|
|
2584
2584
|
preset: "form"
|
|
2585
2585
|
}, {
|
|
2586
2586
|
default: S(() => [
|
|
2587
|
-
|
|
2587
|
+
$(C(t.help), 1)
|
|
2588
2588
|
]),
|
|
2589
2589
|
_: 1
|
|
2590
2590
|
})) : u("", !0)
|
|
@@ -2753,7 +2753,7 @@ function ja(e, s, t, a, n, i) {
|
|
|
2753
2753
|
type: "form"
|
|
2754
2754
|
}, {
|
|
2755
2755
|
default: S(() => [
|
|
2756
|
-
|
|
2756
|
+
$(C(t.help), 1)
|
|
2757
2757
|
]),
|
|
2758
2758
|
_: 1
|
|
2759
2759
|
})) : u("", !0)
|
|
@@ -3011,7 +3011,7 @@ const oo = /* @__PURE__ */ y(so, [["render", ao], ["__scopeId", "data-v-dca05194
|
|
|
3011
3011
|
name: "EcsButton",
|
|
3012
3012
|
emits: ["click", "mouseover", "mouseleave"],
|
|
3013
3013
|
components: {
|
|
3014
|
-
EcsIcon:
|
|
3014
|
+
EcsIcon: A,
|
|
3015
3015
|
EcsFocusRing: D
|
|
3016
3016
|
},
|
|
3017
3017
|
props: {
|
|
@@ -3176,7 +3176,7 @@ function mo(e, s, t, a, n, i) {
|
|
|
3176
3176
|
const ze = /* @__PURE__ */ y(lo, [["render", mo], ["__scopeId", "data-v-30641d87"]]), ho = {
|
|
3177
3177
|
name: "ecs-popover-list-item",
|
|
3178
3178
|
emits: ["click", "input", "change", "secondaryClick"],
|
|
3179
|
-
components: { EcsCheckbox: lt, EcsRadiobutton: Ua, EcsSwitch: jt, EcsSortbutton: oo, EcsIcon:
|
|
3179
|
+
components: { EcsCheckbox: lt, EcsRadiobutton: Ua, EcsSwitch: jt, EcsSortbutton: oo, EcsIcon: A, EcsFileIcon: Us, EcsButton: ze, EcsFocusRing: D },
|
|
3180
3180
|
props: {
|
|
3181
3181
|
/** Determines the type of popover list item.*/
|
|
3182
3182
|
type: {
|
|
@@ -3346,14 +3346,14 @@ const ze = /* @__PURE__ */ y(lo, [["render", mo], ["__scopeId", "data-v-30641d87
|
|
|
3346
3346
|
}, Eo = {
|
|
3347
3347
|
key: 2,
|
|
3348
3348
|
class: "after"
|
|
3349
|
-
}, To = ["tabindex"], Po = { class: "text" }, Mo = { class: "text-inner" },
|
|
3349
|
+
}, To = ["tabindex"], Po = { class: "text" }, Mo = { class: "text-inner" }, Lo = {
|
|
3350
3350
|
key: 1,
|
|
3351
3351
|
class: "help"
|
|
3352
|
-
},
|
|
3352
|
+
}, $o = {
|
|
3353
3353
|
key: 2,
|
|
3354
3354
|
class: "after"
|
|
3355
3355
|
};
|
|
3356
|
-
function
|
|
3356
|
+
function Ao(e, s, t, a, n, i) {
|
|
3357
3357
|
const l = g("ecs-checkbox"), c = g("ecs-icon"), d = g("ecs-radiobutton"), h = g("ecs-switch"), b = g("ecs-sortbutton"), k = g("ecs-focus-ring"), E = g("ecs-file-icon"), I = g("ecs-button");
|
|
3358
3358
|
return o(), r("li", null, [
|
|
3359
3359
|
t.type === "checkbox" ? (o(), r("div", po, [
|
|
@@ -3486,7 +3486,7 @@ function Lo(e, s, t, a, n, i) {
|
|
|
3486
3486
|
title: i.secondaryActionOptions.iconOnly ? i.secondaryActionOptions.label : void 0
|
|
3487
3487
|
}, {
|
|
3488
3488
|
default: S(() => [
|
|
3489
|
-
|
|
3489
|
+
$(C(i.secondaryActionOptions.label), 1)
|
|
3490
3490
|
]),
|
|
3491
3491
|
_: 1
|
|
3492
3492
|
}, 8, ["onClick", "type", "icon", "icon-only", "class", "aria-label", "title"])) : u("", !0),
|
|
@@ -3549,13 +3549,13 @@ function Lo(e, s, t, a, n, i) {
|
|
|
3549
3549
|
title: i.secondaryActionOptions.iconOnly ? i.secondaryActionOptions.label : void 0
|
|
3550
3550
|
}, {
|
|
3551
3551
|
default: S(() => [
|
|
3552
|
-
|
|
3552
|
+
$(C(i.secondaryActionOptions.label), 1)
|
|
3553
3553
|
]),
|
|
3554
3554
|
_: 1
|
|
3555
3555
|
}, 8, ["onClick", "type", "icon", "icon-only", "class", "aria-label", "title"])) : u("", !0),
|
|
3556
|
-
t.help ? (o(), r("span",
|
|
3556
|
+
t.help ? (o(), r("span", Lo, C(t.help), 1)) : u("", !0)
|
|
3557
3557
|
]),
|
|
3558
|
-
t.suffix ? (o(), r("span",
|
|
3558
|
+
t.suffix ? (o(), r("span", $o, C(t.suffix), 1)) : u("", !0),
|
|
3559
3559
|
t.hoverIcon ? (o(), m(c, {
|
|
3560
3560
|
key: 3,
|
|
3561
3561
|
type: t.hoverIcon,
|
|
@@ -3572,11 +3572,11 @@ function Lo(e, s, t, a, n, i) {
|
|
|
3572
3572
|
], 10, To))
|
|
3573
3573
|
]);
|
|
3574
3574
|
}
|
|
3575
|
-
const Gs = /* @__PURE__ */ y(ho, [["render",
|
|
3575
|
+
const Gs = /* @__PURE__ */ y(ho, [["render", Ao], ["__scopeId", "data-v-79b3cd0d"]]), Oo = {
|
|
3576
3576
|
name: "ecs-button-toolbar",
|
|
3577
3577
|
emits: ["click"],
|
|
3578
3578
|
components: {
|
|
3579
|
-
EcsIcon:
|
|
3579
|
+
EcsIcon: A,
|
|
3580
3580
|
EcsFocusRing: D
|
|
3581
3581
|
},
|
|
3582
3582
|
props: {
|
|
@@ -3905,7 +3905,7 @@ function jo(e, s, t, a, n, i) {
|
|
|
3905
3905
|
onClick: (M) => e.$emit("select", I.action)
|
|
3906
3906
|
}, {
|
|
3907
3907
|
default: S(() => [
|
|
3908
|
-
|
|
3908
|
+
$(C(I.label), 1)
|
|
3909
3909
|
]),
|
|
3910
3910
|
_: 2
|
|
3911
3911
|
}, 1032, ["disabled", "onClick"]))), 128)),
|
|
@@ -3917,7 +3917,7 @@ function jo(e, s, t, a, n, i) {
|
|
|
3917
3917
|
onInput: i.setFamiliesIncluded
|
|
3918
3918
|
}, {
|
|
3919
3919
|
default: S(() => [
|
|
3920
|
-
|
|
3920
|
+
$(" Include Families ")
|
|
3921
3921
|
]),
|
|
3922
3922
|
_: 1
|
|
3923
3923
|
}, 8, ["value", "onInput"])) : u("", !0)
|
|
@@ -3941,7 +3941,7 @@ function jo(e, s, t, a, n, i) {
|
|
|
3941
3941
|
}, {
|
|
3942
3942
|
default: S(() => [
|
|
3943
3943
|
f("span", null, C(t.count), 1),
|
|
3944
|
-
|
|
3944
|
+
$(" Selected " + C(i.pluralizedType), 1)
|
|
3945
3945
|
]),
|
|
3946
3946
|
_: 1
|
|
3947
3947
|
})
|
|
@@ -4435,7 +4435,7 @@ w.mostReadable = function(e, s, t) {
|
|
|
4435
4435
|
size: d
|
|
4436
4436
|
}) || !l ? a : (t.includeFallbackColors = !1, w.mostReadable(e, ["#fff", "#000"], t));
|
|
4437
4437
|
};
|
|
4438
|
-
var
|
|
4438
|
+
var $t = w.names = {
|
|
4439
4439
|
aliceblue: "f0f8ff",
|
|
4440
4440
|
antiquewhite: "faebd7",
|
|
4441
4441
|
aqua: "0ff",
|
|
@@ -4585,7 +4585,7 @@ var At = w.names = {
|
|
|
4585
4585
|
whitesmoke: "f5f5f5",
|
|
4586
4586
|
yellow: "ff0",
|
|
4587
4587
|
yellowgreen: "9acd32"
|
|
4588
|
-
}, pl = w.hexNames = vl(
|
|
4588
|
+
}, pl = w.hexNames = vl($t);
|
|
4589
4589
|
function vl(e) {
|
|
4590
4590
|
var s = {};
|
|
4591
4591
|
for (var t in e)
|
|
@@ -4646,8 +4646,8 @@ function Me(e) {
|
|
|
4646
4646
|
function _l(e) {
|
|
4647
4647
|
e = e.replace(Jo, "").replace(Qo, "").toLowerCase();
|
|
4648
4648
|
var s = !1;
|
|
4649
|
-
if (
|
|
4650
|
-
e =
|
|
4649
|
+
if ($t[e])
|
|
4650
|
+
e = $t[e], s = !0;
|
|
4651
4651
|
else if (e == "transparent")
|
|
4652
4652
|
return {
|
|
4653
4653
|
r: 0,
|
|
@@ -4722,7 +4722,7 @@ const Cl = {
|
|
|
4722
4722
|
name: "ecs-button-context",
|
|
4723
4723
|
emits: ["click"],
|
|
4724
4724
|
components: {
|
|
4725
|
-
EcsIcon:
|
|
4725
|
+
EcsIcon: A,
|
|
4726
4726
|
EcsFocusRing: D
|
|
4727
4727
|
},
|
|
4728
4728
|
props: {
|
|
@@ -4809,7 +4809,7 @@ const F0 = /* @__PURE__ */ y(xl, [["render", Il], ["__scopeId", "data-v-94a53b69
|
|
|
4809
4809
|
name: "ecs-button-dialog",
|
|
4810
4810
|
emits: ["click"],
|
|
4811
4811
|
components: {
|
|
4812
|
-
EcsIcon:
|
|
4812
|
+
EcsIcon: A,
|
|
4813
4813
|
EcsFocusRing: D
|
|
4814
4814
|
},
|
|
4815
4815
|
props: {
|
|
@@ -4858,7 +4858,7 @@ const q0 = /* @__PURE__ */ y(zl, [["render", Tl], ["__scopeId", "data-v-65073dae
|
|
|
4858
4858
|
name: "ecs-button-more",
|
|
4859
4859
|
emits: ["click"],
|
|
4860
4860
|
components: {
|
|
4861
|
-
EcsIcon:
|
|
4861
|
+
EcsIcon: A,
|
|
4862
4862
|
EcsFocusRing: D
|
|
4863
4863
|
},
|
|
4864
4864
|
props: {
|
|
@@ -4888,7 +4888,7 @@ const q0 = /* @__PURE__ */ y(zl, [["render", Tl], ["__scopeId", "data-v-65073dae
|
|
|
4888
4888
|
this.$slots.default === void 0 && (!this.ariaLabel || this.ariaLabel.trim());
|
|
4889
4889
|
}
|
|
4890
4890
|
}, Ml = ["aria-label", "aria-disabled", "aria-expanded", "aria-haspopup", "disabled"];
|
|
4891
|
-
function
|
|
4891
|
+
function Ll(e, s, t, a, n, i) {
|
|
4892
4892
|
const l = g("ecs-icon"), c = g("ecs-focus-ring");
|
|
4893
4893
|
return o(), r("button", {
|
|
4894
4894
|
onClick: s[0] || (s[0] = (d) => e.$emit("click", d)),
|
|
@@ -4918,11 +4918,11 @@ function $l(e, s, t, a, n, i) {
|
|
|
4918
4918
|
_(c)
|
|
4919
4919
|
], 10, Ml);
|
|
4920
4920
|
}
|
|
4921
|
-
const Gt = /* @__PURE__ */ y(Pl, [["render",
|
|
4921
|
+
const Gt = /* @__PURE__ */ y(Pl, [["render", Ll], ["__scopeId", "data-v-8470e625"]]), $l = {
|
|
4922
4922
|
name: "ecs-button-table",
|
|
4923
4923
|
emits: ["click", "mouseover", "mouseleave"],
|
|
4924
4924
|
components: {
|
|
4925
|
-
EcsIcon:
|
|
4925
|
+
EcsIcon: A,
|
|
4926
4926
|
EcsFocusRing: D
|
|
4927
4927
|
},
|
|
4928
4928
|
props: {
|
|
@@ -4990,7 +4990,7 @@ const Gt = /* @__PURE__ */ y(Pl, [["render", $l], ["__scopeId", "data-v-8470e625
|
|
|
4990
4990
|
return this.disabled || this.unreactive ? !0 : null;
|
|
4991
4991
|
}
|
|
4992
4992
|
}
|
|
4993
|
-
},
|
|
4993
|
+
}, Al = ["disabled", "aria-disabled", "aria-expanded", "aria-busy"], Ol = {
|
|
4994
4994
|
key: 1,
|
|
4995
4995
|
class: "button-label"
|
|
4996
4996
|
};
|
|
@@ -5025,9 +5025,9 @@ function Dl(e, s, t, a, n, i) {
|
|
|
5025
5025
|
class: v(["chevron", t.active ? "expand" : ""])
|
|
5026
5026
|
}, null, 2)) : u("", !0),
|
|
5027
5027
|
_(c)
|
|
5028
|
-
], 42,
|
|
5028
|
+
], 42, Al);
|
|
5029
5029
|
}
|
|
5030
|
-
const Xs = /* @__PURE__ */ y(
|
|
5030
|
+
const Xs = /* @__PURE__ */ y($l, [["render", Dl], ["__scopeId", "data-v-a5e23199"]]), Nl = {
|
|
5031
5031
|
name: "ecs-toolbar-button-group"
|
|
5032
5032
|
}, Vl = { class: "ecs-toolbar-button-group" };
|
|
5033
5033
|
function Hl(e, s, t, a, n, i) {
|
|
@@ -5038,7 +5038,7 @@ function Hl(e, s, t, a, n, i) {
|
|
|
5038
5038
|
const Kt = /* @__PURE__ */ y(Nl, [["render", Hl], ["__scopeId", "data-v-743ca90b"]]), Rl = {
|
|
5039
5039
|
name: "ecs-toolbar-icon-button",
|
|
5040
5040
|
emits: ["click"],
|
|
5041
|
-
components: { EcsIcon:
|
|
5041
|
+
components: { EcsIcon: A, EcsFocusRing: D },
|
|
5042
5042
|
props: {
|
|
5043
5043
|
/** The icon type of the button. The list of available icon names can be found [here](https://github.com/everchron/ec-shards/tree/main/src/assets/icons). Note that only icons prefixed with `toolbar-` should be used here. */
|
|
5044
5044
|
icon: {
|
|
@@ -5248,7 +5248,7 @@ var Ql = Yt.clickOutSide = {
|
|
|
5248
5248
|
const tr = {
|
|
5249
5249
|
name: "ecs-context-menu",
|
|
5250
5250
|
emits: ["option-clicked", "menu-closed", "menu-opened"],
|
|
5251
|
-
components: { EcsIcon:
|
|
5251
|
+
components: { EcsIcon: A, EcsFocusRing: D, EcsButton: ze },
|
|
5252
5252
|
directives: {
|
|
5253
5253
|
clickOutSide: er
|
|
5254
5254
|
},
|
|
@@ -5559,7 +5559,7 @@ function fr(e, s, t, a, n, i) {
|
|
|
5559
5559
|
}, [
|
|
5560
5560
|
_(c, { gap: 4 }, {
|
|
5561
5561
|
default: S(() => [
|
|
5562
|
-
|
|
5562
|
+
$(C(t.title) + " ", 1),
|
|
5563
5563
|
t.count ? (o(), r("span", cr, "(" + C(t.count) + ")", 1)) : u("", !0)
|
|
5564
5564
|
]),
|
|
5565
5565
|
_: 1
|
|
@@ -5598,7 +5598,7 @@ function fr(e, s, t, a, n, i) {
|
|
|
5598
5598
|
const K0 = /* @__PURE__ */ y(or, [["render", fr], ["__scopeId", "data-v-952196c0"]]), gr = {
|
|
5599
5599
|
name: "ecs-collection-control",
|
|
5600
5600
|
emits: ["toggled", "collectionTooltip"],
|
|
5601
|
-
components: { EcsIcon:
|
|
5601
|
+
components: { EcsIcon: A, EcsFocusRing: D },
|
|
5602
5602
|
mixins: [be],
|
|
5603
5603
|
props: {
|
|
5604
5604
|
/** Icon representing the type of selection. The list of available icon names can be found [here](https://github.com/everchron/ec-shards/tree/main/src/assets/icons). */
|
|
@@ -5824,7 +5824,7 @@ const Zs = /* @__PURE__ */ y(_r, [["render", Cr]]), Sr = {
|
|
|
5824
5824
|
key: 2,
|
|
5825
5825
|
class: "ecs-comment-edit"
|
|
5826
5826
|
};
|
|
5827
|
-
function
|
|
5827
|
+
function Lr(e, s, t, a, n, i) {
|
|
5828
5828
|
const l = g("ecs-skeleton-loader"), c = g("ecs-avatar"), d = g("ecs-button"), h = g("ecs-formatted");
|
|
5829
5829
|
return o(), r("div", {
|
|
5830
5830
|
class: "ecs-comment",
|
|
@@ -5900,13 +5900,13 @@ function $r(e, s, t, a, n, i) {
|
|
|
5900
5900
|
]))
|
|
5901
5901
|
], 8, wr);
|
|
5902
5902
|
}
|
|
5903
|
-
const X0 = /* @__PURE__ */ y(Sr, [["render",
|
|
5903
|
+
const X0 = /* @__PURE__ */ y(Sr, [["render", Lr], ["__scopeId", "data-v-cf696f66"]]), $r = {}, Ar = { class: "ecs-comment-list" };
|
|
5904
5904
|
function Or(e, s) {
|
|
5905
|
-
return o(), r("div",
|
|
5905
|
+
return o(), r("div", Ar, [
|
|
5906
5906
|
p(e.$slots, "default")
|
|
5907
5907
|
]);
|
|
5908
5908
|
}
|
|
5909
|
-
const Z0 = /* @__PURE__ */ y(
|
|
5909
|
+
const Z0 = /* @__PURE__ */ y($r, [["render", Or]]);
|
|
5910
5910
|
function zt(e = {}, s = 0) {
|
|
5911
5911
|
const t = e && e.a;
|
|
5912
5912
|
let a;
|
|
@@ -6056,7 +6056,7 @@ var jr = Ur;
|
|
|
6056
6056
|
function Ur(e, s, t) {
|
|
6057
6057
|
return s < t ? e < s ? s : e > t ? t : e : e < t ? t : e > s ? s : e;
|
|
6058
6058
|
}
|
|
6059
|
-
const gt = /* @__PURE__ */
|
|
6059
|
+
const gt = /* @__PURE__ */ Ls(jr);
|
|
6060
6060
|
function Gr(e) {
|
|
6061
6061
|
var s = typeof e;
|
|
6062
6062
|
return e != null && (s == "object" || s == "function");
|
|
@@ -6100,11 +6100,11 @@ var Bc = xc, Ic = wc, zc = Bc, Ec = "[object Symbol]";
|
|
|
6100
6100
|
function Tc(e) {
|
|
6101
6101
|
return typeof e == "symbol" || zc(e) && Ic(e) == Ec;
|
|
6102
6102
|
}
|
|
6103
|
-
var Pc = Tc, Mc = rc, ws = Xt,
|
|
6103
|
+
var Pc = Tc, Mc = rc, ws = Xt, Lc = Pc, xs = NaN, $c = /^[-+]0x[0-9a-f]+$/i, Ac = /^0b[01]+$/i, Oc = /^0o[0-7]+$/i, Dc = parseInt;
|
|
6104
6104
|
function Nc(e) {
|
|
6105
6105
|
if (typeof e == "number")
|
|
6106
6106
|
return e;
|
|
6107
|
-
if (
|
|
6107
|
+
if (Lc(e))
|
|
6108
6108
|
return xs;
|
|
6109
6109
|
if (ws(e)) {
|
|
6110
6110
|
var s = typeof e.valueOf == "function" ? e.valueOf() : e;
|
|
@@ -6113,8 +6113,8 @@ function Nc(e) {
|
|
|
6113
6113
|
if (typeof e != "string")
|
|
6114
6114
|
return e === 0 ? e : +e;
|
|
6115
6115
|
e = Mc(e);
|
|
6116
|
-
var t =
|
|
6117
|
-
return t || Oc.test(e) ? Dc(e.slice(2), t ? 2 : 8) :
|
|
6116
|
+
var t = Ac.test(e);
|
|
6117
|
+
return t || Oc.test(e) ? Dc(e.slice(2), t ? 2 : 8) : $c.test(e) ? xs : +e;
|
|
6118
6118
|
}
|
|
6119
6119
|
var Vc = Nc, Hc = Xt, Et = tc, Bs = Vc, Rc = "Expected a function", Fc = Math.max, qc = Math.min;
|
|
6120
6120
|
function Wc(e, s, t) {
|
|
@@ -6133,13 +6133,13 @@ function Wc(e, s, t) {
|
|
|
6133
6133
|
var V = P - d, q = P - h, j = s - V;
|
|
6134
6134
|
return k ? qc(j, i - q) : j;
|
|
6135
6135
|
}
|
|
6136
|
-
function
|
|
6136
|
+
function L(P) {
|
|
6137
6137
|
var V = P - d, q = P - h;
|
|
6138
6138
|
return d === void 0 || V >= s || V < 0 || k && q >= i;
|
|
6139
6139
|
}
|
|
6140
6140
|
function z() {
|
|
6141
6141
|
var P = Et();
|
|
6142
|
-
if (
|
|
6142
|
+
if (L(P))
|
|
6143
6143
|
return T(P);
|
|
6144
6144
|
c = setTimeout(z, M(P));
|
|
6145
6145
|
}
|
|
@@ -6153,7 +6153,7 @@ function Wc(e, s, t) {
|
|
|
6153
6153
|
return c === void 0 ? l : T(Et());
|
|
6154
6154
|
}
|
|
6155
6155
|
function N() {
|
|
6156
|
-
var P = Et(), V =
|
|
6156
|
+
var P = Et(), V = L(P);
|
|
6157
6157
|
if (a = arguments, n = this, d = P, V) {
|
|
6158
6158
|
if (c === void 0)
|
|
6159
6159
|
return B(d);
|
|
@@ -6176,7 +6176,7 @@ function Yc(e, s, t) {
|
|
|
6176
6176
|
});
|
|
6177
6177
|
}
|
|
6178
6178
|
var Xc = Yc;
|
|
6179
|
-
const Zc = /* @__PURE__ */
|
|
6179
|
+
const Zc = /* @__PURE__ */ Ls(Xc), Jc = {
|
|
6180
6180
|
name: "Saturation",
|
|
6181
6181
|
props: {
|
|
6182
6182
|
modelValue: Object,
|
|
@@ -6581,10 +6581,10 @@ const kd = /* @__PURE__ */ y(hd, [["render", _d]]), Cd = {
|
|
|
6581
6581
|
}, zd = {
|
|
6582
6582
|
key: 2,
|
|
6583
6583
|
class: "ecs-color-picker-field"
|
|
6584
|
-
}, Ed = { class: "ecs-color-picker-field--double" }, Td = { class: "ecs-color-picker-field--single" }, Pd = { class: "ecs-color-picker-field--single" }, Md = { class: "ecs-color-picker-field--single" },
|
|
6584
|
+
}, Ed = { class: "ecs-color-picker-field--double" }, Td = { class: "ecs-color-picker-field--single" }, Pd = { class: "ecs-color-picker-field--single" }, Md = { class: "ecs-color-picker-field--single" }, Ld = {
|
|
6585
6585
|
key: 0,
|
|
6586
6586
|
class: "ecs-color-picker-field--single"
|
|
6587
|
-
},
|
|
6587
|
+
}, $d = ["aria-label", "aria-selected", "title", "onClick"], Ad = ["aria-label", "title", "onClick"];
|
|
6588
6588
|
function Od(e, s, t, a, n, i) {
|
|
6589
6589
|
const l = g("saturation"), c = g("hue"), d = g("alpha"), h = g("ed-in"), b = g("checkboard");
|
|
6590
6590
|
return o(), r("div", {
|
|
@@ -6648,7 +6648,7 @@ function Od(e, s, t, a, n, i) {
|
|
|
6648
6648
|
onChange: i.inputChange
|
|
6649
6649
|
}, null, 8, ["modelValue", "onChange"])
|
|
6650
6650
|
]),
|
|
6651
|
-
t.disableAlpha ? u("", !0) : (o(), r("div",
|
|
6651
|
+
t.disableAlpha ? u("", !0) : (o(), r("div", Ld, [
|
|
6652
6652
|
_(h, {
|
|
6653
6653
|
label: "a",
|
|
6654
6654
|
modelValue: e.colors.a,
|
|
@@ -6673,7 +6673,7 @@ function Od(e, s, t, a, n, i) {
|
|
|
6673
6673
|
onClick: (E) => i.handlePreset(k.hex)
|
|
6674
6674
|
}, [
|
|
6675
6675
|
_(b)
|
|
6676
|
-
], 8,
|
|
6676
|
+
], 8, Ad)) : (o(), r("div", {
|
|
6677
6677
|
class: v(["ecs-color-picker-presets-color", { active: e.colors.hex === k.hex }]),
|
|
6678
6678
|
"aria-label": k.title,
|
|
6679
6679
|
key: "if-" + k.id,
|
|
@@ -6681,7 +6681,7 @@ function Od(e, s, t, a, n, i) {
|
|
|
6681
6681
|
"aria-selected": e.colors.hex === k.hex ? "true" : "false",
|
|
6682
6682
|
title: k.title,
|
|
6683
6683
|
onClick: (E) => i.handlePreset(k.hex)
|
|
6684
|
-
}, null, 14,
|
|
6684
|
+
}, null, 14, $d))
|
|
6685
6685
|
], 64))), 256)),
|
|
6686
6686
|
t.swatches.some((k) => k.hex === e.colors.hex) ? u("", !0) : (o(), r("div", {
|
|
6687
6687
|
key: 0,
|
|
@@ -6782,7 +6782,7 @@ function Vd(e, s, t, a, n, i) {
|
|
|
6782
6782
|
}
|
|
6783
6783
|
const J0 = /* @__PURE__ */ y(Nd, [["render", Vd], ["__scopeId", "data-v-08aaa823"]]), Hd = {
|
|
6784
6784
|
name: "ecs-data-card",
|
|
6785
|
-
components: { EcsIcon:
|
|
6785
|
+
components: { EcsIcon: A, EcsSkeletonLoader: te, EcsButtonTable: Xs, EcsButton: ze, EcsFocusRing: D },
|
|
6786
6786
|
mixins: [be],
|
|
6787
6787
|
props: {
|
|
6788
6788
|
/** 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). */
|
|
@@ -6981,7 +6981,7 @@ function Zd(e, s, t, a, n, i) {
|
|
|
6981
6981
|
})) : u("", !0)
|
|
6982
6982
|
], 10, Rd);
|
|
6983
6983
|
}
|
|
6984
|
-
const Q0 = /* @__PURE__ */ y(Hd, [["render", Zd], ["__scopeId", "data-v-
|
|
6984
|
+
const Q0 = /* @__PURE__ */ y(Hd, [["render", Zd], ["__scopeId", "data-v-4ccd1b15"]]), Jd = {
|
|
6985
6985
|
name: "ecs-data-card-list"
|
|
6986
6986
|
}, Qd = {
|
|
6987
6987
|
class: "ecs-data-card-list",
|
|
@@ -7320,7 +7320,7 @@ const Zt = /* @__PURE__ */ y(mu, [["render", yu], ["__scopeId", "data-v-eea25537
|
|
|
7320
7320
|
name: "ecs-data-grid-head-cell",
|
|
7321
7321
|
emits: ["resizedWidth", "sortby", "selection"],
|
|
7322
7322
|
components: {
|
|
7323
|
-
EcsIcon:
|
|
7323
|
+
EcsIcon: A,
|
|
7324
7324
|
EcsSelect: Zt,
|
|
7325
7325
|
EcsFocusRing: D
|
|
7326
7326
|
},
|
|
@@ -7565,11 +7565,11 @@ const Zt = /* @__PURE__ */ y(mu, [["render", yu], ["__scopeId", "data-v-eea25537
|
|
|
7565
7565
|
}, Tu = ["stroke", "stroke-width", "opacity"], Pu = ["stroke", "stroke-width", "opacity"], Mu = {
|
|
7566
7566
|
key: 6,
|
|
7567
7567
|
class: "ecs-data-grid-head-cell-suffix"
|
|
7568
|
-
},
|
|
7568
|
+
}, Lu = {
|
|
7569
7569
|
key: 1,
|
|
7570
7570
|
class: "shadow right"
|
|
7571
7571
|
};
|
|
7572
|
-
function
|
|
7572
|
+
function $u(e, s, t, a, n, i) {
|
|
7573
7573
|
const l = g("ecs-icon"), c = g("ecs-select"), d = g("ecs-focus-ring");
|
|
7574
7574
|
return o(), r("div", {
|
|
7575
7575
|
class: v(["ecs-data-grid-head-cell", [
|
|
@@ -7663,10 +7663,10 @@ function Au(e, s, t, a, n, i) {
|
|
|
7663
7663
|
p(e.$slots, "suffix", {}, void 0, !0)
|
|
7664
7664
|
])) : u("", !0)
|
|
7665
7665
|
], 14, Cu),
|
|
7666
|
-
t.fixedLeftLast ? (o(), r("div",
|
|
7666
|
+
t.fixedLeftLast ? (o(), r("div", Lu)) : u("", !0)
|
|
7667
7667
|
], 14, _u);
|
|
7668
7668
|
}
|
|
7669
|
-
const i_ = /* @__PURE__ */ y(bu, [["render",
|
|
7669
|
+
const i_ = /* @__PURE__ */ y(bu, [["render", $u], ["__scopeId", "data-v-3bf31b66"]]), Au = {
|
|
7670
7670
|
name: "ecs-data-grid-group",
|
|
7671
7671
|
props: {
|
|
7672
7672
|
/** Determines if this cell group should be shown. Avoid showing more than 1 group at the same time. */
|
|
@@ -7692,7 +7692,7 @@ function Du(e, s, t, a, n, i) {
|
|
|
7692
7692
|
[nt, t.show]
|
|
7693
7693
|
]);
|
|
7694
7694
|
}
|
|
7695
|
-
const n_ = /* @__PURE__ */ y(
|
|
7695
|
+
const n_ = /* @__PURE__ */ y(Au, [["render", Du], ["__scopeId", "data-v-ee025ab5"]]), Nu = {
|
|
7696
7696
|
name: "ecs-data-grid-cell",
|
|
7697
7697
|
emits: ["collapse"],
|
|
7698
7698
|
components: {
|
|
@@ -7816,12 +7816,31 @@ const n_ = /* @__PURE__ */ y(Lu, [["render", Du], ["__scopeId", "data-v-ee025ab5
|
|
|
7816
7816
|
},
|
|
7817
7817
|
collapsed(e) {
|
|
7818
7818
|
this.isCollapsed = e;
|
|
7819
|
+
},
|
|
7820
|
+
fixedLeft: {
|
|
7821
|
+
immediate: !0,
|
|
7822
|
+
handler(e) {
|
|
7823
|
+
console.log("fixedLeft changed:", e);
|
|
7824
|
+
}
|
|
7825
|
+
},
|
|
7826
|
+
fixedLeftLast: {
|
|
7827
|
+
immediate: !0,
|
|
7828
|
+
handler(e) {
|
|
7829
|
+
console.log("fixedLeftLast changed:", e);
|
|
7830
|
+
}
|
|
7819
7831
|
}
|
|
7820
7832
|
},
|
|
7833
|
+
mounted() {
|
|
7834
|
+
console.log("Component mounted with:", {
|
|
7835
|
+
fixedLeft: this.fixedLeft,
|
|
7836
|
+
fixedLeftLast: this.fixedLeftLast,
|
|
7837
|
+
props: this.$props
|
|
7838
|
+
});
|
|
7839
|
+
},
|
|
7821
7840
|
created() {
|
|
7822
7841
|
this.cellWidth = this.width, this.cellFixedLeftOffset = this.fixedLeftOffset;
|
|
7823
7842
|
}
|
|
7824
|
-
}, Vu = (e) => (ve("data-v-
|
|
7843
|
+
}, Vu = (e) => (ve("data-v-5eba891e"), e = e(), ye(), e), Hu = {
|
|
7825
7844
|
key: 0,
|
|
7826
7845
|
class: "shadow left"
|
|
7827
7846
|
}, Ru = ["data-column", "data-test"], Fu = {
|
|
@@ -7858,7 +7877,7 @@ function ju(e, s, t, a, n, i) {
|
|
|
7858
7877
|
t.fixedLeftLast ? (o(), r("div", Wu)) : u("", !0)
|
|
7859
7878
|
], 6);
|
|
7860
7879
|
}
|
|
7861
|
-
const a_ = /* @__PURE__ */ y(Nu, [["render", ju], ["__scopeId", "data-v-
|
|
7880
|
+
const a_ = /* @__PURE__ */ y(Nu, [["render", ju], ["__scopeId", "data-v-5eba891e"]]), Uu = {
|
|
7862
7881
|
name: "ecs-data-list"
|
|
7863
7882
|
}, Gu = {
|
|
7864
7883
|
class: "ecs-data-list",
|
|
@@ -8001,7 +8020,7 @@ function ef(e, s, t, a, n, i) {
|
|
|
8001
8020
|
style: x(i.identifierStyle),
|
|
8002
8021
|
class: "ecs-data-list-identifier"
|
|
8003
8022
|
}, [
|
|
8004
|
-
|
|
8023
|
+
$(C(t.identifier) + " ", 1),
|
|
8005
8024
|
e.$slots.collapse ? (o(), m(l, {
|
|
8006
8025
|
key: 0,
|
|
8007
8026
|
type: "ellipsis",
|
|
@@ -8318,7 +8337,7 @@ const c_ = /* @__PURE__ */ y(lf, [["render", df], ["__scopeId", "data-v-6e05c98b
|
|
|
8318
8337
|
}, ff = {
|
|
8319
8338
|
name: "ecs-directory-entry",
|
|
8320
8339
|
components: {
|
|
8321
|
-
EcsIcon:
|
|
8340
|
+
EcsIcon: A,
|
|
8322
8341
|
EcsFavicon: uf,
|
|
8323
8342
|
EcsAvatar: vt,
|
|
8324
8343
|
EcsSkeletonLoader: te
|
|
@@ -8419,7 +8438,7 @@ function vf(e, s, t, a, n, i) {
|
|
|
8419
8438
|
const d_ = /* @__PURE__ */ y(ff, [["render", vf], ["__scopeId", "data-v-ddd907db"]]), yf = {
|
|
8420
8439
|
name: "ecs-document-state",
|
|
8421
8440
|
components: {
|
|
8422
|
-
EcsIcon:
|
|
8441
|
+
EcsIcon: A,
|
|
8423
8442
|
EcsSkeletonLoader: te
|
|
8424
8443
|
},
|
|
8425
8444
|
props: {
|
|
@@ -8575,7 +8594,7 @@ function Tf(e, s, t, a, n, i) {
|
|
|
8575
8594
|
}
|
|
8576
8595
|
const f_ = /* @__PURE__ */ y(Bf, [["render", Tf], ["__scopeId", "data-v-851d95d9"]]), Pf = {
|
|
8577
8596
|
name: "ecs-empty-state",
|
|
8578
|
-
components: { EcsIcon:
|
|
8597
|
+
components: { EcsIcon: A },
|
|
8579
8598
|
props: {
|
|
8580
8599
|
/** Sets the empty state illustration. If set to `loading`, a loading spinner will be shown. The prop value must match a specific icons name. The list of available icon names can be found [here](https://github.com/everchron/ec-shards/tree/main/src/assets/icons). Note: only icons prefixed with `empty-` should be used here. */
|
|
8581
8600
|
type: {
|
|
@@ -8599,14 +8618,14 @@ const f_ = /* @__PURE__ */ y(Bf, [["render", Tf], ["__scopeId", "data-v-851d95d9
|
|
|
8599
8618
|
return this.size == "sml" ? "100px" : "200px";
|
|
8600
8619
|
}
|
|
8601
8620
|
}
|
|
8602
|
-
}, Mf = ["aria-busy"],
|
|
8621
|
+
}, Mf = ["aria-busy"], Lf = {
|
|
8603
8622
|
key: 1,
|
|
8604
8623
|
class: "ecs-empty-state-loading"
|
|
8605
|
-
},
|
|
8624
|
+
}, $f = {
|
|
8606
8625
|
key: 3,
|
|
8607
8626
|
class: "ecs-empty-state-actions"
|
|
8608
8627
|
};
|
|
8609
|
-
function
|
|
8628
|
+
function Af(e, s, t, a, n, i) {
|
|
8610
8629
|
const l = g("ecs-icon");
|
|
8611
8630
|
return o(), r("div", {
|
|
8612
8631
|
class: "ecs-empty-state",
|
|
@@ -8617,19 +8636,19 @@ function Lf(e, s, t, a, n, i) {
|
|
|
8617
8636
|
type: t.type,
|
|
8618
8637
|
color: t.iconColor,
|
|
8619
8638
|
size: i.iconSize
|
|
8620
|
-
}, null, 8, ["type", "color", "size"])) : t.type == "loading" ? (o(), r("div",
|
|
8639
|
+
}, null, 8, ["type", "color", "size"])) : t.type == "loading" ? (o(), r("div", Lf)) : u("", !0),
|
|
8621
8640
|
t.type != "loading" ? (o(), r("div", {
|
|
8622
8641
|
key: 2,
|
|
8623
8642
|
class: v(["ecs-empty-state-message", t.size])
|
|
8624
8643
|
}, [
|
|
8625
8644
|
p(e.$slots, "default", {}, void 0, !0)
|
|
8626
8645
|
], 2)) : u("", !0),
|
|
8627
|
-
e.$slots.actions ? (o(), r("div",
|
|
8646
|
+
e.$slots.actions ? (o(), r("div", $f, [
|
|
8628
8647
|
p(e.$slots, "actions", {}, void 0, !0)
|
|
8629
8648
|
])) : u("", !0)
|
|
8630
8649
|
], 8, Mf);
|
|
8631
8650
|
}
|
|
8632
|
-
const si = /* @__PURE__ */ y(Pf, [["render",
|
|
8651
|
+
const si = /* @__PURE__ */ y(Pf, [["render", Af], ["__scopeId", "data-v-5b37142c"]]), Of = {
|
|
8633
8652
|
props: {
|
|
8634
8653
|
/** The current progress value. */
|
|
8635
8654
|
value: {
|
|
@@ -8875,16 +8894,16 @@ function Kf(e, s, t, a, n, i) {
|
|
|
8875
8894
|
class: "ecs-dropzone-skeleton"
|
|
8876
8895
|
})) : (o(), r("div", qf, [
|
|
8877
8896
|
e.$slots.customlabel ? u("", !0) : (o(), r(F, { key: 0 }, [
|
|
8878
|
-
|
|
8897
|
+
$(" Drag and drop your " + C(t.fileTypeLabel) + " or ", 1),
|
|
8879
8898
|
f("i", {
|
|
8880
8899
|
onClick: s[1] || (s[1] = (...B) => i.browseFile && i.browseFile(...B)),
|
|
8881
8900
|
onKeydown: s[2] || (s[2] = Y((...B) => i.browseFile && i.browseFile(...B), ["enter"])),
|
|
8882
8901
|
tabindex: "0"
|
|
8883
8902
|
}, [
|
|
8884
|
-
|
|
8903
|
+
$("browse"),
|
|
8885
8904
|
_(c)
|
|
8886
8905
|
], 32),
|
|
8887
|
-
|
|
8906
|
+
$(" to upload. ")
|
|
8888
8907
|
], 64)),
|
|
8889
8908
|
e.$slots.customlabel ? (o(), r("div", Wf, [
|
|
8890
8909
|
p(e.$slots, "customlabel", {}, void 0, !0)
|
|
@@ -8905,7 +8924,7 @@ function Kf(e, s, t, a, n, i) {
|
|
|
8905
8924
|
color: "#474B60"
|
|
8906
8925
|
}, {
|
|
8907
8926
|
default: S(() => [
|
|
8908
|
-
|
|
8927
|
+
$("Uploading")
|
|
8909
8928
|
]),
|
|
8910
8929
|
_: 1
|
|
8911
8930
|
})) : (o(), m(b, {
|
|
@@ -8921,7 +8940,7 @@ function Kf(e, s, t, a, n, i) {
|
|
|
8921
8940
|
color: "warning"
|
|
8922
8941
|
}, {
|
|
8923
8942
|
default: S(() => [
|
|
8924
|
-
|
|
8943
|
+
$("Uploading")
|
|
8925
8944
|
]),
|
|
8926
8945
|
_: 1
|
|
8927
8946
|
})
|
|
@@ -8957,7 +8976,7 @@ function Kf(e, s, t, a, n, i) {
|
|
|
8957
8976
|
class: "ecs-dropzone-cancel"
|
|
8958
8977
|
}, {
|
|
8959
8978
|
default: S(() => [
|
|
8960
|
-
|
|
8979
|
+
$(C(i.cancelButtonOptions.label), 1)
|
|
8961
8980
|
]),
|
|
8962
8981
|
_: 1
|
|
8963
8982
|
}, 8, ["onClick", "icon"])) : u("", !0)
|
|
@@ -9035,7 +9054,7 @@ const ii = /* @__PURE__ */ y(Yf, [["render", Xf], ["__scopeId", "data-v-42feea1d
|
|
|
9035
9054
|
name: "ecs-info-tooltip",
|
|
9036
9055
|
emits: ["click"],
|
|
9037
9056
|
components: {
|
|
9038
|
-
EcsIcon:
|
|
9057
|
+
EcsIcon: A
|
|
9039
9058
|
},
|
|
9040
9059
|
props: {
|
|
9041
9060
|
/** Used to customize the icon. The list of available icon names can be found [here](https://github.com/everchron/ec-shards/tree/main/src/assets/icons). */
|
|
@@ -9064,7 +9083,7 @@ function Jf(e, s, t, a, n, i) {
|
|
|
9064
9083
|
}
|
|
9065
9084
|
const Qf = /* @__PURE__ */ y(Zf, [["render", Jf], ["__scopeId", "data-v-97a5e4d9"]]), eg = {
|
|
9066
9085
|
name: "ecs-popover-header",
|
|
9067
|
-
components: { EcsIcon:
|
|
9086
|
+
components: { EcsIcon: A, EcsText: rt },
|
|
9068
9087
|
props: {
|
|
9069
9088
|
/** Adds an icon to the popover header. The list of available icon names can be found [here](https://github.com/everchron/ec-shards/tree/main/src/assets/icons). */
|
|
9070
9089
|
icon: {
|
|
@@ -9105,7 +9124,7 @@ function ag(e, s, t, a, n, i) {
|
|
|
9105
9124
|
size: "4"
|
|
9106
9125
|
}, {
|
|
9107
9126
|
default: S(() => [
|
|
9108
|
-
|
|
9127
|
+
$(C(t.title), 1)
|
|
9109
9128
|
]),
|
|
9110
9129
|
_: 1
|
|
9111
9130
|
}),
|
|
@@ -9245,7 +9264,7 @@ const og = /* @__PURE__ */ y(eg, [["render", ag], ["__scopeId", "data-v-85fef203
|
|
|
9245
9264
|
class: "skipped-documents"
|
|
9246
9265
|
}, xg = { key: 0 };
|
|
9247
9266
|
function Bg(e, s, t, a, n, i) {
|
|
9248
|
-
const l = g("ecs-button"), c = g("ecs-sticker"), d = g("ecs-popover-header"), h = g("ecs-info-tooltip"), b = g("ecs-flex-row"), k = g("ecs-switch"), E = g("ecs-text"), I = g("ecs-select"), B = g("ecs-form-group"), M = g("ecs-checkbox"),
|
|
9267
|
+
const l = g("ecs-button"), c = g("ecs-sticker"), d = g("ecs-popover-header"), h = g("ecs-info-tooltip"), b = g("ecs-flex-row"), k = g("ecs-switch"), E = g("ecs-text"), I = g("ecs-select"), B = g("ecs-form-group"), M = g("ecs-checkbox"), L = g("ecs-button-more"), z = g("ecs-popover");
|
|
9249
9268
|
return o(), m(z, {
|
|
9250
9269
|
ref: "popoverRef",
|
|
9251
9270
|
class: "ecs-ecai-select",
|
|
@@ -9261,7 +9280,7 @@ function Bg(e, s, t, a, n, i) {
|
|
|
9261
9280
|
default: S(() => [
|
|
9262
9281
|
_(l, { onClick: i.generate }, {
|
|
9263
9282
|
default: S(() => [
|
|
9264
|
-
|
|
9283
|
+
$("Generate")
|
|
9265
9284
|
]),
|
|
9266
9285
|
_: 1
|
|
9267
9286
|
}, 8, ["onClick"])
|
|
@@ -9283,7 +9302,7 @@ function Bg(e, s, t, a, n, i) {
|
|
|
9283
9302
|
}, null, 8, pg),
|
|
9284
9303
|
f("a", vg, [
|
|
9285
9304
|
_(h),
|
|
9286
|
-
|
|
9305
|
+
$(" Learn more ")
|
|
9287
9306
|
])
|
|
9288
9307
|
]),
|
|
9289
9308
|
_: 1
|
|
@@ -9296,7 +9315,7 @@ function Bg(e, s, t, a, n, i) {
|
|
|
9296
9315
|
"data-test": "ecai-select-generate-summaries"
|
|
9297
9316
|
}, {
|
|
9298
9317
|
default: S(() => [
|
|
9299
|
-
|
|
9318
|
+
$(" Generate AI Summaries ")
|
|
9300
9319
|
]),
|
|
9301
9320
|
_: 1
|
|
9302
9321
|
}, 8, ["onInput", "value"])) : u("", !0),
|
|
@@ -9307,7 +9326,7 @@ function Bg(e, s, t, a, n, i) {
|
|
|
9307
9326
|
default: S(() => [
|
|
9308
9327
|
_(E, { type: "label" }, {
|
|
9309
9328
|
default: S(() => [
|
|
9310
|
-
|
|
9329
|
+
$("Document Summary Format")
|
|
9311
9330
|
]),
|
|
9312
9331
|
_: 1
|
|
9313
9332
|
}),
|
|
@@ -9335,7 +9354,7 @@ function Bg(e, s, t, a, n, i) {
|
|
|
9335
9354
|
}, {
|
|
9336
9355
|
default: S(() => [
|
|
9337
9356
|
bg,
|
|
9338
|
-
|
|
9357
|
+
$("Topic Summary ")
|
|
9339
9358
|
]),
|
|
9340
9359
|
_: 1
|
|
9341
9360
|
}, 8, ["class"])) : u("", !0),
|
|
@@ -9348,7 +9367,7 @@ function Bg(e, s, t, a, n, i) {
|
|
|
9348
9367
|
"data-test": "ecai-select-extract-metadata"
|
|
9349
9368
|
}, {
|
|
9350
9369
|
default: S(() => [
|
|
9351
|
-
|
|
9370
|
+
$("Automatically Extract Metadata")
|
|
9352
9371
|
]),
|
|
9353
9372
|
_: 1
|
|
9354
9373
|
}, 8, ["onInput", "value"])) : u("", !0),
|
|
@@ -9364,7 +9383,7 @@ function Bg(e, s, t, a, n, i) {
|
|
|
9364
9383
|
"data-test": `ecai-select-extract-option-${T.name.toLowerCase().replace(" ", "-")}`
|
|
9365
9384
|
}, {
|
|
9366
9385
|
default: S(() => [
|
|
9367
|
-
|
|
9386
|
+
$(C(T.name), 1)
|
|
9368
9387
|
]),
|
|
9369
9388
|
_: 2
|
|
9370
9389
|
}, 1032, ["value", "onInput", "data-test"]))), 128))
|
|
@@ -9387,7 +9406,7 @@ function Bg(e, s, t, a, n, i) {
|
|
|
9387
9406
|
_: 1
|
|
9388
9407
|
})) : u("", !0),
|
|
9389
9408
|
i.anyAiActive && (t.skippedDocuments.length > 0 || t.ineligibleTranscriptCount > 0) ? (o(), r("div", _g, [
|
|
9390
|
-
_(
|
|
9409
|
+
_(L, {
|
|
9391
9410
|
onClick: s[1] || (s[1] = (T) => n.showSkippedDocuments = !n.showSkippedDocuments),
|
|
9392
9411
|
active: n.showSkippedDocuments,
|
|
9393
9412
|
type: "expand",
|
|
@@ -9426,7 +9445,7 @@ function Bg(e, s, t, a, n, i) {
|
|
|
9426
9445
|
"data-test": "ecai-select-button"
|
|
9427
9446
|
}, {
|
|
9428
9447
|
default: S(() => [
|
|
9429
|
-
|
|
9448
|
+
$("EC:AI")
|
|
9430
9449
|
]),
|
|
9431
9450
|
_: 1
|
|
9432
9451
|
}, 8, ["disabled"])),
|
|
@@ -9442,7 +9461,7 @@ function Bg(e, s, t, a, n, i) {
|
|
|
9442
9461
|
}
|
|
9443
9462
|
const m_ = /* @__PURE__ */ y(rg, [["render", Bg], ["__scopeId", "data-v-3c8b7acd"]]), Ig = {
|
|
9444
9463
|
name: "ecs-ecai-wrapper",
|
|
9445
|
-
components: { EcsIcon:
|
|
9464
|
+
components: { EcsIcon: A },
|
|
9446
9465
|
props: {
|
|
9447
9466
|
/** Padding to be applied to the wrapper. */
|
|
9448
9467
|
padding: {
|
|
@@ -9496,7 +9515,7 @@ const h_ = /* @__PURE__ */ y(Ig, [["render", Eg], ["__scopeId", "data-v-ddf398d0
|
|
|
9496
9515
|
name: "ecs-entry-link",
|
|
9497
9516
|
emits: ["linkClick", "linkClickExternal", "moreClick"],
|
|
9498
9517
|
components: {
|
|
9499
|
-
EcsIcon:
|
|
9518
|
+
EcsIcon: A,
|
|
9500
9519
|
EcsSticker: Oe,
|
|
9501
9520
|
EcsButtonMore: Gt,
|
|
9502
9521
|
EcsFocusRing: D
|
|
@@ -9555,11 +9574,11 @@ const h_ = /* @__PURE__ */ y(Ig, [["render", Eg], ["__scopeId", "data-v-ddf398d0
|
|
|
9555
9574
|
}, Pg = ["title"], Mg = {
|
|
9556
9575
|
key: 1,
|
|
9557
9576
|
class: "prepend"
|
|
9558
|
-
},
|
|
9577
|
+
}, Lg = ["title"], $g = {
|
|
9559
9578
|
key: 2,
|
|
9560
9579
|
class: "append"
|
|
9561
9580
|
};
|
|
9562
|
-
function
|
|
9581
|
+
function Ag(e, s, t, a, n, i) {
|
|
9563
9582
|
const l = g("ecs-icon"), c = g("ecs-sticker"), d = g("ecs-focus-ring"), h = g("ecs-button-more");
|
|
9564
9583
|
return o(), r("div", {
|
|
9565
9584
|
onClick: s[0] || (s[0] = G((...b) => i.handleClick && i.handleClick(...b), ["stop"])),
|
|
@@ -9589,8 +9608,8 @@ function Lg(e, s, t, a, n, i) {
|
|
|
9589
9608
|
f("div", {
|
|
9590
9609
|
class: v(["ecs-entry-link-label", t.emphasized ? "emphasized" : ""]),
|
|
9591
9610
|
title: t.linkTitle
|
|
9592
|
-
}, C(t.label), 11,
|
|
9593
|
-
e.$slots.appender ? (o(), r("div",
|
|
9611
|
+
}, C(t.label), 11, Lg),
|
|
9612
|
+
e.$slots.appender ? (o(), r("div", $g, [
|
|
9594
9613
|
p(e.$slots, "appender", {}, void 0, !0)
|
|
9595
9614
|
])) : u("", !0),
|
|
9596
9615
|
_(d, {
|
|
@@ -9606,9 +9625,9 @@ function Lg(e, s, t, a, n, i) {
|
|
|
9606
9625
|
}, null, 8, ["onClick", "title", "aria-label"])) : u("", !0)
|
|
9607
9626
|
]);
|
|
9608
9627
|
}
|
|
9609
|
-
const p_ = /* @__PURE__ */ y(Tg, [["render",
|
|
9628
|
+
const p_ = /* @__PURE__ */ y(Tg, [["render", Ag], ["__scopeId", "data-v-00b5ab33"]]), Og = {
|
|
9610
9629
|
name: "ecs-excerpt-snippet",
|
|
9611
|
-
components: { EcsIcon:
|
|
9630
|
+
components: { EcsIcon: A, EcsSkeletonLoader: te, EcsFormatted: Zs },
|
|
9612
9631
|
props: {
|
|
9613
9632
|
/** Determines how the content of the excerpt should be rendered. */
|
|
9614
9633
|
type: {
|
|
@@ -9798,7 +9817,7 @@ const b_ = /* @__PURE__ */ y(Ug, [["render", Kg]]), Yg = {
|
|
|
9798
9817
|
name: "ecs-file-list-item",
|
|
9799
9818
|
emits: ["click", "remove", "toggled", "title-click"],
|
|
9800
9819
|
components: {
|
|
9801
|
-
EcsIcon:
|
|
9820
|
+
EcsIcon: A,
|
|
9802
9821
|
EcsFileIcon: Us,
|
|
9803
9822
|
EcsSticker: Oe,
|
|
9804
9823
|
EcsButtonTable: Xs,
|
|
@@ -10151,7 +10170,7 @@ const fm = /* @__PURE__ */ y(dm, [["render", um], ["__scopeId", "data-v-1d2ad846
|
|
|
10151
10170
|
name: "ecs-input-clear",
|
|
10152
10171
|
emits: ["click"],
|
|
10153
10172
|
components: {
|
|
10154
|
-
EcsIcon:
|
|
10173
|
+
EcsIcon: A,
|
|
10155
10174
|
EcsFocusRing: D
|
|
10156
10175
|
},
|
|
10157
10176
|
props: {
|
|
@@ -10197,7 +10216,7 @@ const vm = /* @__PURE__ */ y(gm, [["render", pm], ["__scopeId", "data-v-a4a35b1d
|
|
|
10197
10216
|
name: "ecs-input-search",
|
|
10198
10217
|
emits: ["update:modelValue", "change"],
|
|
10199
10218
|
components: {
|
|
10200
|
-
EcsIcon:
|
|
10219
|
+
EcsIcon: A,
|
|
10201
10220
|
EcsInputClear: vm
|
|
10202
10221
|
},
|
|
10203
10222
|
props: {
|
|
@@ -10458,7 +10477,7 @@ function zm(e, s, t, a, n, i) {
|
|
|
10458
10477
|
class: "ecs-folder-selector-title"
|
|
10459
10478
|
}, {
|
|
10460
10479
|
default: S(() => [
|
|
10461
|
-
|
|
10480
|
+
$(C(t.title), 1)
|
|
10462
10481
|
]),
|
|
10463
10482
|
_: 1
|
|
10464
10483
|
})) : t.searchable ? (o(), m(c, {
|
|
@@ -10489,7 +10508,7 @@ function zm(e, s, t, a, n, i) {
|
|
|
10489
10508
|
"focus-inset": 0
|
|
10490
10509
|
}, {
|
|
10491
10510
|
default: S(() => [
|
|
10492
|
-
|
|
10511
|
+
$("Add Folder")
|
|
10493
10512
|
]),
|
|
10494
10513
|
_: 1
|
|
10495
10514
|
}, 8, ["onClick"])) : u("", !0)
|
|
@@ -10513,7 +10532,7 @@ const C_ = /* @__PURE__ */ y(xm, [["render", zm], ["__scopeId", "data-v-e8fd70d2
|
|
|
10513
10532
|
key: 0,
|
|
10514
10533
|
class: "ecs-form-headline-controls"
|
|
10515
10534
|
};
|
|
10516
|
-
function
|
|
10535
|
+
function Lm(e, s) {
|
|
10517
10536
|
return o(), r("div", Tm, [
|
|
10518
10537
|
f("h2", Pm, [
|
|
10519
10538
|
p(e.$slots, "default", {}, void 0, !0)
|
|
@@ -10523,7 +10542,7 @@ function $m(e, s) {
|
|
|
10523
10542
|
])) : u("", !0)
|
|
10524
10543
|
]);
|
|
10525
10544
|
}
|
|
10526
|
-
const S_ = /* @__PURE__ */ y(Em, [["render",
|
|
10545
|
+
const S_ = /* @__PURE__ */ y(Em, [["render", Lm], ["__scopeId", "data-v-16833f69"]]), $m = {
|
|
10527
10546
|
name: "ecs-form-set",
|
|
10528
10547
|
props: {
|
|
10529
10548
|
/** Indicates an error state. */
|
|
@@ -10537,7 +10556,7 @@ const S_ = /* @__PURE__ */ y(Em, [["render", $m], ["__scopeId", "data-v-16833f69
|
|
|
10537
10556
|
required: !0
|
|
10538
10557
|
}
|
|
10539
10558
|
}
|
|
10540
|
-
},
|
|
10559
|
+
}, Am = ["aria-invalid"], Om = { class: "ecs-form-set-title" };
|
|
10541
10560
|
function Dm(e, s, t, a, n, i) {
|
|
10542
10561
|
return o(), r("fieldset", {
|
|
10543
10562
|
class: v(["ecs-form-set", t.error ? "error" : ""]),
|
|
@@ -10545,9 +10564,9 @@ function Dm(e, s, t, a, n, i) {
|
|
|
10545
10564
|
}, [
|
|
10546
10565
|
f("legend", Om, C(t.title), 1),
|
|
10547
10566
|
p(e.$slots, "default", {}, void 0, !0)
|
|
10548
|
-
], 10,
|
|
10567
|
+
], 10, Am);
|
|
10549
10568
|
}
|
|
10550
|
-
const w_ = /* @__PURE__ */ y(
|
|
10569
|
+
const w_ = /* @__PURE__ */ y($m, [["render", Dm], ["__scopeId", "data-v-c9188464"]]), Nm = {
|
|
10551
10570
|
name: "ecs-highlight",
|
|
10552
10571
|
props: {
|
|
10553
10572
|
/** Makes the highlight area visible. */
|
|
@@ -10927,7 +10946,7 @@ function ih(e, s, t, a, n, i) {
|
|
|
10927
10946
|
}
|
|
10928
10947
|
const nh = /* @__PURE__ */ y(eh, [["render", ih], ["__scopeId", "data-v-9e01ece1"]]), ah = {
|
|
10929
10948
|
name: "ecs-input-group-addon",
|
|
10930
|
-
components: { EcsIcon:
|
|
10949
|
+
components: { EcsIcon: A },
|
|
10931
10950
|
props: {
|
|
10932
10951
|
/** Sets the icon for the input add-on. Do not use icons together with text, or buttons. The list of available icon names can be found [here](https://github.com/everchron/ec-shards/tree/main/src/assets/icons). */
|
|
10933
10952
|
icon: {
|
|
@@ -11243,7 +11262,7 @@ function wh(e, s, t, a, n, i) {
|
|
|
11243
11262
|
disabled: t.navigating || null,
|
|
11244
11263
|
id: "currEntry"
|
|
11245
11264
|
}, C(t.currentEntry), 41, Sh),
|
|
11246
|
-
|
|
11265
|
+
$(" / "),
|
|
11247
11266
|
f("div", null, C(t.totalEntries), 1)
|
|
11248
11267
|
])) : u("", !0),
|
|
11249
11268
|
_(l, {
|
|
@@ -11356,7 +11375,7 @@ function Th(e, s, t, a, n, i) {
|
|
|
11356
11375
|
class: "ecs-jumper-count-input",
|
|
11357
11376
|
contenteditable: !0
|
|
11358
11377
|
}, C(t.currentCount), 33),
|
|
11359
|
-
|
|
11378
|
+
$(" of "),
|
|
11360
11379
|
f("div", null, C(t.maxCount), 1)
|
|
11361
11380
|
])) : u("", !0),
|
|
11362
11381
|
_(l, {
|
|
@@ -11370,7 +11389,7 @@ function Th(e, s, t, a, n, i) {
|
|
|
11370
11389
|
_: 1
|
|
11371
11390
|
});
|
|
11372
11391
|
}
|
|
11373
|
-
const
|
|
11392
|
+
const L_ = /* @__PURE__ */ y(xh, [["render", Th], ["__scopeId", "data-v-ff5280fd"]]), Ph = {
|
|
11374
11393
|
name: "ecs-jumper-page",
|
|
11375
11394
|
emits: [
|
|
11376
11395
|
"selectCurPageText",
|
|
@@ -11426,7 +11445,7 @@ const $_ = /* @__PURE__ */ y(xh, [["render", Th], ["__scopeId", "data-v-ff5280fd
|
|
|
11426
11445
|
this.$emit("currentPageKeyPressed", e), e.stopPropagation(), e.key == "Enter" && e.preventDefault();
|
|
11427
11446
|
}
|
|
11428
11447
|
}
|
|
11429
|
-
}, Mh = { class: "ecs-viewer-pages" },
|
|
11448
|
+
}, Mh = { class: "ecs-viewer-pages" }, Lh = { class: "ecs-viewer-pages-inner" }, $h = { class: "ecs-viewer-pages-pagination" }, Ah = ["contenteditable"], Oh = { class: "total-pages" }, Dh = {
|
|
11430
11449
|
key: 0,
|
|
11431
11450
|
class: "page-missing-gaps",
|
|
11432
11451
|
title: "This transcript has missing page gaps"
|
|
@@ -11436,9 +11455,9 @@ const $_ = /* @__PURE__ */ y(xh, [["render", Th], ["__scopeId", "data-v-ff5280fd
|
|
|
11436
11455
|
}, Fh = ["innerHTML"], qh = { class: "total-pages" };
|
|
11437
11456
|
function Wh(e, s, t, a, n, i) {
|
|
11438
11457
|
return o(), r("div", Mh, [
|
|
11439
|
-
f("div",
|
|
11458
|
+
f("div", Lh, [
|
|
11440
11459
|
i.showAltPageNumbers ? (o(), r(F, { key: 0 }, [
|
|
11441
|
-
f("div",
|
|
11460
|
+
f("div", $h, [
|
|
11442
11461
|
f("div", {
|
|
11443
11462
|
onClick: s[0] || (s[0] = (l) => e.$emit("selectCurPageText")),
|
|
11444
11463
|
onKeydown: s[1] || (s[1] = (l) => i.pageKeyPressed(l, "relative")),
|
|
@@ -11446,7 +11465,7 @@ function Wh(e, s, t, a, n, i) {
|
|
|
11446
11465
|
contenteditable: !t.disabled,
|
|
11447
11466
|
class: "current-page",
|
|
11448
11467
|
id: "currPage"
|
|
11449
|
-
}, C(t.currentPage), 41,
|
|
11468
|
+
}, C(t.currentPage), 41, Ah),
|
|
11450
11469
|
f("div", Oh, "of " + C(t.lastPage), 1),
|
|
11451
11470
|
t.isTranscriptMissingPages ? (o(), r("span", Dh, "*")) : u("", !0)
|
|
11452
11471
|
]),
|
|
@@ -11469,7 +11488,7 @@ function Wh(e, s, t, a, n, i) {
|
|
|
11469
11488
|
])
|
|
11470
11489
|
]);
|
|
11471
11490
|
}
|
|
11472
|
-
const
|
|
11491
|
+
const $_ = /* @__PURE__ */ y(Ph, [["render", Wh], ["__scopeId", "data-v-c2793241"]]), jh = {
|
|
11473
11492
|
// eslint-disable-next-line vue/multi-word-component-names
|
|
11474
11493
|
name: "ecs-pane",
|
|
11475
11494
|
inject: ["requestUpdate", "onPaneAdd", "onPaneRemove", "onPaneClick"],
|
|
@@ -11931,7 +11950,7 @@ function Qh(e, s, t, a, n, i) {
|
|
|
11931
11950
|
], 2)
|
|
11932
11951
|
], 2);
|
|
11933
11952
|
}
|
|
11934
|
-
const
|
|
11953
|
+
const A_ = /* @__PURE__ */ y(Yh, [["render", Qh], ["__scopeId", "data-v-60a69d4e"]]), ep = {
|
|
11935
11954
|
name: "ecs-layout-directory",
|
|
11936
11955
|
props: {
|
|
11937
11956
|
/** Adds some inner padding to the index content area. Should be used for non-table indexes. */
|
|
@@ -12366,8 +12385,8 @@ const H_ = /* @__PURE__ */ y(wp, [["render", Ip], ["__scopeId", "data-v-e2371c57
|
|
|
12366
12385
|
}, Pp = { class: "ecs-modal-content-wrap scrollbar" }, Mp = {
|
|
12367
12386
|
key: 1,
|
|
12368
12387
|
class: "ecs-modal-footer-wrap"
|
|
12369
|
-
},
|
|
12370
|
-
function
|
|
12388
|
+
}, Lp = /* @__PURE__ */ Ep(() => /* @__PURE__ */ f("div", { class: "ecs-modal-backdrop ecs-modal-sheet-backdrop" }, null, -1));
|
|
12389
|
+
function $p(e, s, t, a, n, i) {
|
|
12371
12390
|
return o(), m(pe, { name: "dialog-fade" }, {
|
|
12372
12391
|
default: S(() => [
|
|
12373
12392
|
n.isShown ? (o(), r("div", {
|
|
@@ -12388,13 +12407,13 @@ function Ap(e, s, t, a, n, i) {
|
|
|
12388
12407
|
p(e.$slots, "footer", {}, void 0, !0)
|
|
12389
12408
|
])) : u("", !0)
|
|
12390
12409
|
], 4),
|
|
12391
|
-
|
|
12410
|
+
Lp
|
|
12392
12411
|
], 2)) : u("", !0)
|
|
12393
12412
|
]),
|
|
12394
12413
|
_: 3
|
|
12395
12414
|
});
|
|
12396
12415
|
}
|
|
12397
|
-
const R_ = /* @__PURE__ */ y(zp, [["render",
|
|
12416
|
+
const R_ = /* @__PURE__ */ y(zp, [["render", $p], ["__scopeId", "data-v-8be29ca7"]]), Ap = {
|
|
12398
12417
|
name: "ecs-modal-header",
|
|
12399
12418
|
emits: ["close"],
|
|
12400
12419
|
components: {
|
|
@@ -12465,7 +12484,7 @@ function Vp(e, s, t, a, n, i) {
|
|
|
12465
12484
|
])) : u("", !0)
|
|
12466
12485
|
], 2);
|
|
12467
12486
|
}
|
|
12468
|
-
const F_ = /* @__PURE__ */ y(
|
|
12487
|
+
const F_ = /* @__PURE__ */ y(Ap, [["render", Vp], ["__scopeId", "data-v-ed6067fe"]]), Hp = {
|
|
12469
12488
|
name: "ecs-modal-footer"
|
|
12470
12489
|
}, Rp = { class: "ecs-modal-footer" }, Fp = {
|
|
12471
12490
|
key: 0,
|
|
@@ -12484,7 +12503,7 @@ function Wp(e, s, t, a, n, i) {
|
|
|
12484
12503
|
const q_ = /* @__PURE__ */ y(Hp, [["render", Wp], ["__scopeId", "data-v-ac286496"]]), jp = {
|
|
12485
12504
|
name: "ecs-select-text",
|
|
12486
12505
|
emits: ["change", "focus", "blur"],
|
|
12487
|
-
components: { EcsIcon:
|
|
12506
|
+
components: { EcsIcon: A, EcsFocusRing: D },
|
|
12488
12507
|
props: {
|
|
12489
12508
|
/** Determines the size of the select control. */
|
|
12490
12509
|
size: {
|
|
@@ -12590,7 +12609,7 @@ const Kp = /* @__PURE__ */ y(jp, [["render", Gp], ["__scopeId", "data-v-e4819f41
|
|
|
12590
12609
|
name: "ecs-multiselect-search-token",
|
|
12591
12610
|
emits: ["remove", "change", "operatorChange", "operatorToggle"],
|
|
12592
12611
|
components: {
|
|
12593
|
-
EcsIcon:
|
|
12612
|
+
EcsIcon: A,
|
|
12594
12613
|
EcsFocusRing: D,
|
|
12595
12614
|
EcsSelectText: Kp
|
|
12596
12615
|
},
|
|
@@ -12730,7 +12749,7 @@ const W_ = /* @__PURE__ */ y(Yp, [["render", tv], ["__scopeId", "data-v-c3c80822
|
|
|
12730
12749
|
name: "ecs-multiselect-token",
|
|
12731
12750
|
emits: ["remove"],
|
|
12732
12751
|
components: {
|
|
12733
|
-
EcsIcon:
|
|
12752
|
+
EcsIcon: A,
|
|
12734
12753
|
EcsFocusRing: D
|
|
12735
12754
|
}
|
|
12736
12755
|
};
|
|
@@ -12758,7 +12777,7 @@ function iv(e, s, t, a, n, i) {
|
|
|
12758
12777
|
const j_ = /* @__PURE__ */ y(sv, [["render", iv], ["__scopeId", "data-v-ce139540"]]), nv = {
|
|
12759
12778
|
name: "ecs-multiselect-option",
|
|
12760
12779
|
components: {
|
|
12761
|
-
EcsIcon:
|
|
12780
|
+
EcsIcon: A
|
|
12762
12781
|
},
|
|
12763
12782
|
props: {
|
|
12764
12783
|
/** Sets the type of option. `key` is a regular option to select, while `header` should be used for group header headlines. */
|
|
@@ -12793,7 +12812,7 @@ function ov(e, s, t, a, n, i) {
|
|
|
12793
12812
|
const U_ = /* @__PURE__ */ y(nv, [["render", ov], ["__scopeId", "data-v-e28fc40f"]]), lv = {
|
|
12794
12813
|
name: "ecs-overlay",
|
|
12795
12814
|
emits: ["close", "toggled"],
|
|
12796
|
-
components: { EcsIcon:
|
|
12815
|
+
components: { EcsIcon: A, EcsButtonToolbar: _t, EcsAlert: Ms },
|
|
12797
12816
|
props: {
|
|
12798
12817
|
/** Shows the Overlay. */
|
|
12799
12818
|
show: {
|
|
@@ -12988,7 +13007,7 @@ function Sv(e, s, t, a, n, i) {
|
|
|
12988
13007
|
f("div", null, [
|
|
12989
13008
|
f("span", cv, [
|
|
12990
13009
|
t.headerTitleEmphasized ? (o(), r("span", dv, C(t.headerTitleEmphasized), 1)) : u("", !0),
|
|
12991
|
-
|
|
13010
|
+
$(" " + C(t.headerTitle), 1)
|
|
12992
13011
|
]),
|
|
12993
13012
|
t.headerTitleSubline ? (o(), r("span", uv, C(t.headerTitleSubline), 1)) : u("", !0)
|
|
12994
13013
|
])
|
|
@@ -13013,7 +13032,7 @@ function Sv(e, s, t, a, n, i) {
|
|
|
13013
13032
|
icon: "close"
|
|
13014
13033
|
}, {
|
|
13015
13034
|
default: S(() => [
|
|
13016
|
-
|
|
13035
|
+
$(C(t.closeText), 1)
|
|
13017
13036
|
]),
|
|
13018
13037
|
_: 1
|
|
13019
13038
|
}, 8, ["disabled"])
|
|
@@ -13089,7 +13108,7 @@ const G_ = /* @__PURE__ */ y(lv, [["render", Sv], ["__scopeId", "data-v-05e73b25
|
|
|
13089
13108
|
EcsButton: ze,
|
|
13090
13109
|
EcsSelect: Zt,
|
|
13091
13110
|
EcsFlexRow: Ie,
|
|
13092
|
-
EcsIcon:
|
|
13111
|
+
EcsIcon: A
|
|
13093
13112
|
},
|
|
13094
13113
|
props: {
|
|
13095
13114
|
/** The pagination theme. `default` should be used for general index pages that contain full width data tables. Use `floating` pagination for indexes with cards, and `bordered` for pagination of data tables that are itself bordered. */
|
|
@@ -13281,9 +13300,9 @@ function Mv(e, s, t, a, n, i) {
|
|
|
13281
13300
|
_: 1
|
|
13282
13301
|
})
|
|
13283
13302
|
], 64)) : i.hasRange ? (o(), r("span", zv, [
|
|
13284
|
-
|
|
13303
|
+
$("Showing entries "),
|
|
13285
13304
|
f("span", null, C(t.itemRangeFrom) + " to " + C(t.itemRangeTo), 1),
|
|
13286
|
-
|
|
13305
|
+
$(" of "),
|
|
13287
13306
|
f("span", null, C(t.itemRangeTotal), 1)
|
|
13288
13307
|
])) : u("", !0)
|
|
13289
13308
|
]),
|
|
@@ -13330,9 +13349,9 @@ function Mv(e, s, t, a, n, i) {
|
|
|
13330
13349
|
})) : u("", !0)
|
|
13331
13350
|
], 2);
|
|
13332
13351
|
}
|
|
13333
|
-
const K_ = /* @__PURE__ */ y(wv, [["render", Mv], ["__scopeId", "data-v-ca016e63"]]),
|
|
13352
|
+
const K_ = /* @__PURE__ */ y(wv, [["render", Mv], ["__scopeId", "data-v-ca016e63"]]), Lv = {
|
|
13334
13353
|
name: "ecs-party-entry",
|
|
13335
|
-
components: { EcsIcon:
|
|
13354
|
+
components: { EcsIcon: A, EcsSticker: Oe },
|
|
13336
13355
|
props: {
|
|
13337
13356
|
/** Adds an icon to the party entry. The list of available icon names can be found [here](https://github.com/everchron/ec-shards/tree/main/src/assets/icons). */
|
|
13338
13357
|
icon: {
|
|
@@ -13408,11 +13427,11 @@ const K_ = /* @__PURE__ */ y(wv, [["render", Mv], ["__scopeId", "data-v-ca016e63
|
|
|
13408
13427
|
}
|
|
13409
13428
|
}
|
|
13410
13429
|
}
|
|
13411
|
-
},
|
|
13430
|
+
}, $v = {
|
|
13412
13431
|
key: 2,
|
|
13413
13432
|
class: "ecs-party-entry-background"
|
|
13414
13433
|
};
|
|
13415
|
-
function
|
|
13434
|
+
function Av(e, s, t, a, n, i) {
|
|
13416
13435
|
const l = g("ecs-icon"), c = g("ecs-sticker");
|
|
13417
13436
|
return o(), r("div", {
|
|
13418
13437
|
class: v(["ecs-party-entry", [t.party, t.color && t.background ? "ecs-party-entry-colored" : ""]]),
|
|
@@ -13451,10 +13470,10 @@ function Lv(e, s, t, a, n, i) {
|
|
|
13451
13470
|
type: "shared"
|
|
13452
13471
|
})) : u("", !0)
|
|
13453
13472
|
], 4)) : u("", !0),
|
|
13454
|
-
t.background ? (o(), r("div",
|
|
13473
|
+
t.background ? (o(), r("div", $v)) : u("", !0)
|
|
13455
13474
|
], 6);
|
|
13456
13475
|
}
|
|
13457
|
-
const Y_ = /* @__PURE__ */ y(
|
|
13476
|
+
const Y_ = /* @__PURE__ */ y(Lv, [["render", Av], ["__scopeId", "data-v-b9690261"]]), Ov = {
|
|
13458
13477
|
name: "EcsPopoverListHeadline",
|
|
13459
13478
|
components: {
|
|
13460
13479
|
EcsButtonCollapse: Ut
|
|
@@ -13578,7 +13597,7 @@ function Fv(e, s, t, a, n, i) {
|
|
|
13578
13597
|
const qv = /* @__PURE__ */ y(Vv, [["render", Fv], ["__scopeId", "data-v-8f28e1c1"]]), Wv = {
|
|
13579
13598
|
name: "ecs-rating-favorability",
|
|
13580
13599
|
emits: ["click"],
|
|
13581
|
-
components: { EcsIcon:
|
|
13600
|
+
components: { EcsIcon: A, EcsSkeletonLoader: te },
|
|
13582
13601
|
props: {
|
|
13583
13602
|
/** If set, the favorability icon will have a label as well. */
|
|
13584
13603
|
label: {
|
|
@@ -13674,7 +13693,7 @@ function Gv(e, s, t, a, n, i) {
|
|
|
13674
13693
|
const Kv = /* @__PURE__ */ y(Wv, [["render", Gv], ["__scopeId", "data-v-a6e15633"]]), Yv = {
|
|
13675
13694
|
name: "ecs-quicklinks-link",
|
|
13676
13695
|
emits: ["click", "input", "toggle", "update:volumes"],
|
|
13677
|
-
components: { EcsCheckbox: lt, EcsRatingStarRead: qv, EcsRatingFavorability: Kv, EcsSwitch: jt, EcsIcon:
|
|
13696
|
+
components: { EcsCheckbox: lt, EcsRatingStarRead: qv, EcsRatingFavorability: Kv, EcsSwitch: jt, EcsIcon: A, EcsFocusRing: D, EcsAvatar: vt, EcsFlexRow: Ie, EcsPopover: bt, EcsPopoverList: qs, EcsPopoverListItem: Gs },
|
|
13678
13697
|
props: {
|
|
13679
13698
|
/** The label text for the quicklink. */
|
|
13680
13699
|
label: {
|
|
@@ -13818,7 +13837,7 @@ const Kv = /* @__PURE__ */ y(Wv, [["render", Gv], ["__scopeId", "data-v-a6e15633
|
|
|
13818
13837
|
class: "meta"
|
|
13819
13838
|
}, dy = { key: 0 }, uy = ["title"];
|
|
13820
13839
|
function fy(e, s, t, a, n, i) {
|
|
13821
|
-
const l = g("ecs-icon"), c = g("ecs-focus-ring"), d = g("ecs-rating-favorability"), h = g("ecs-rating-star-read"), b = g("ecs-switch"), k = g("ecs-avatar"), E = g("ecs-popover-list-item"), I = g("ecs-popover-list"), B = g("ecs-popover"), M = g("ecs-flex-row"),
|
|
13840
|
+
const l = g("ecs-icon"), c = g("ecs-focus-ring"), d = g("ecs-rating-favorability"), h = g("ecs-rating-star-read"), b = g("ecs-switch"), k = g("ecs-avatar"), E = g("ecs-popover-list-item"), I = g("ecs-popover-list"), B = g("ecs-popover"), M = g("ecs-flex-row"), L = g("ecs-checkbox");
|
|
13822
13841
|
return o(), r("li", {
|
|
13823
13842
|
class: v(["ecs-quicklinks-link", [
|
|
13824
13843
|
i.typeClass,
|
|
@@ -13866,7 +13885,7 @@ function fy(e, s, t, a, n, i) {
|
|
|
13866
13885
|
}, C(t.meta), 9, ny)) : u("", !0)
|
|
13867
13886
|
])) : u("", !0),
|
|
13868
13887
|
_(c)
|
|
13869
|
-
])) : (o(), m(
|
|
13888
|
+
])) : (o(), m(L, {
|
|
13870
13889
|
key: 2,
|
|
13871
13890
|
onInput: s[3] || (s[3] = (z) => e.$emit("input", z)),
|
|
13872
13891
|
value: t.value,
|
|
@@ -13888,7 +13907,7 @@ function fy(e, s, t, a, n, i) {
|
|
|
13888
13907
|
colored: ""
|
|
13889
13908
|
}, {
|
|
13890
13909
|
default: S(() => [
|
|
13891
|
-
|
|
13910
|
+
$(C(t.label), 1)
|
|
13892
13911
|
]),
|
|
13893
13912
|
_: 1
|
|
13894
13913
|
}, 8, ["value", "disabled"])) : t.type === "persona" ? (o(), r(F, { key: 2 }, [
|
|
@@ -13928,7 +13947,7 @@ function fy(e, s, t, a, n, i) {
|
|
|
13928
13947
|
"aria-label": `Volume ${z.id}${z.active ? " active" : ""}`
|
|
13929
13948
|
}, {
|
|
13930
13949
|
default: S(() => [
|
|
13931
|
-
|
|
13950
|
+
$(C(z.id), 1)
|
|
13932
13951
|
]),
|
|
13933
13952
|
_: 2
|
|
13934
13953
|
}, 1032, ["onClick", "selected", "title", "aria-label"]))), 128))
|
|
@@ -14104,7 +14123,7 @@ function Iy(e, s, t, a, n, i) {
|
|
|
14104
14123
|
key: 0,
|
|
14105
14124
|
class: v(["ecs-section-headline", [t.headlineBold ? "ecs-headline-section-bold" : "ecs-headline-section", e.$slots.controls ? "has-buttons" : ""]])
|
|
14106
14125
|
}, [
|
|
14107
|
-
|
|
14126
|
+
$(C(t.title) + " ", 1),
|
|
14108
14127
|
e.$slots.controls ? (o(), r("div", By, [
|
|
14109
14128
|
p(e.$slots, "controls", {}, void 0, !0)
|
|
14110
14129
|
])) : u("", !0)
|
|
@@ -14122,7 +14141,7 @@ function Iy(e, s, t, a, n, i) {
|
|
|
14122
14141
|
const Q_ = /* @__PURE__ */ y(xy, [["render", Iy], ["__scopeId", "data-v-ec263a49"]]), zy = {
|
|
14123
14142
|
name: "ecs-segments",
|
|
14124
14143
|
emits: ["click"],
|
|
14125
|
-
components: { EcsIcon:
|
|
14144
|
+
components: { EcsIcon: A },
|
|
14126
14145
|
props: {
|
|
14127
14146
|
/** Array of all the options objects:
|
|
14128
14147
|
*
|
|
@@ -14183,12 +14202,12 @@ function My(e, s, t, a, n, i) {
|
|
|
14183
14202
|
size: "20",
|
|
14184
14203
|
color: "#2F333C"
|
|
14185
14204
|
}, null, 8, ["class", "type"])) : u("", !0),
|
|
14186
|
-
|
|
14205
|
+
$(" " + C(c.label), 1)
|
|
14187
14206
|
], 8, Py)
|
|
14188
14207
|
], 8, Ey))), 128))
|
|
14189
14208
|
], 2);
|
|
14190
14209
|
}
|
|
14191
|
-
const e1 = /* @__PURE__ */ y(zy, [["render", My], ["__scopeId", "data-v-868d7eb4"]]),
|
|
14210
|
+
const e1 = /* @__PURE__ */ y(zy, [["render", My], ["__scopeId", "data-v-868d7eb4"]]), Ly = {
|
|
14192
14211
|
name: "ecs-select-tile",
|
|
14193
14212
|
emits: ["click"],
|
|
14194
14213
|
components: {
|
|
@@ -14233,7 +14252,7 @@ const e1 = /* @__PURE__ */ y(zy, [["render", My], ["__scopeId", "data-v-868d7eb4
|
|
|
14233
14252
|
default: !1
|
|
14234
14253
|
}
|
|
14235
14254
|
}
|
|
14236
|
-
},
|
|
14255
|
+
}, $y = (e) => (ve("data-v-642a7ad7"), e = e(), ye(), e), Ay = ["aria-checked", "tabindex"], Oy = /* @__PURE__ */ $y(() => /* @__PURE__ */ f("div", { class: "select-check" }, null, -1)), Dy = {
|
|
14237
14256
|
key: 1,
|
|
14238
14257
|
class: "label"
|
|
14239
14258
|
}, Ny = {
|
|
@@ -14264,9 +14283,9 @@ function Vy(e, s, t, a, n, i) {
|
|
|
14264
14283
|
inset: -6,
|
|
14265
14284
|
radius: 12
|
|
14266
14285
|
})
|
|
14267
|
-
], 42,
|
|
14286
|
+
], 42, Ay);
|
|
14268
14287
|
}
|
|
14269
|
-
const t1 = /* @__PURE__ */ y(
|
|
14288
|
+
const t1 = /* @__PURE__ */ y(Ly, [["render", Vy], ["__scopeId", "data-v-642a7ad7"]]), Hy = {
|
|
14270
14289
|
name: "ecs-sequence-map"
|
|
14271
14290
|
}, Ry = {
|
|
14272
14291
|
class: "ecs-sequence-map",
|
|
@@ -14281,7 +14300,7 @@ function Fy(e, s, t, a, n, i) {
|
|
|
14281
14300
|
const s1 = /* @__PURE__ */ y(Hy, [["render", Fy], ["__scopeId", "data-v-69c3c73d"]]), qy = {
|
|
14282
14301
|
name: "ecs-sequence-map-button",
|
|
14283
14302
|
emits: ["click"],
|
|
14284
|
-
components: { EcsIcon:
|
|
14303
|
+
components: { EcsIcon: A, EcsFocusRing: D },
|
|
14285
14304
|
props: {
|
|
14286
14305
|
/** Index of the step. */
|
|
14287
14306
|
step: {
|
|
@@ -14323,7 +14342,7 @@ function Ky(e, s, t, a, n, i) {
|
|
|
14323
14342
|
"aria-busy": t.loading || null
|
|
14324
14343
|
}, [
|
|
14325
14344
|
f("span", Uy, [
|
|
14326
|
-
|
|
14345
|
+
$(C(t.step) + " ", 1),
|
|
14327
14346
|
t.loading ? (o(), m(l, {
|
|
14328
14347
|
key: 0,
|
|
14329
14348
|
type: "loading",
|
|
@@ -14579,7 +14598,7 @@ function bb(e, s, t, a, n, i) {
|
|
|
14579
14598
|
const r1 = /* @__PURE__ */ y(vb, [["render", bb], ["__scopeId", "data-v-81bc3c0a"]]), _b = {
|
|
14580
14599
|
name: "ecs-sidebar-list-item",
|
|
14581
14600
|
emits: ["click", "select"],
|
|
14582
|
-
components: { EcsIcon:
|
|
14601
|
+
components: { EcsIcon: A, EcsAvatar: vt, EcsCheckbox: lt, EcsFlexRow: Ie, EcsSkeletonLoader: te },
|
|
14583
14602
|
props: {
|
|
14584
14603
|
/** Optional unique identifier for the list item. */
|
|
14585
14604
|
id: {
|
|
@@ -14748,7 +14767,7 @@ function Ib(e, s, t, a, n, i) {
|
|
|
14748
14767
|
"line-height": 2,
|
|
14749
14768
|
width: "random"
|
|
14750
14769
|
})) : t.subline ? (o(), r(F, { key: 1 }, [
|
|
14751
|
-
|
|
14770
|
+
$(C(t.subline), 1)
|
|
14752
14771
|
], 64)) : u("", !0)
|
|
14753
14772
|
]),
|
|
14754
14773
|
t.sublineSecondary || t.loading ? (o(), r("span", Bb, [
|
|
@@ -14762,7 +14781,7 @@ function Ib(e, s, t, a, n, i) {
|
|
|
14762
14781
|
width: "random",
|
|
14763
14782
|
alignment: "right"
|
|
14764
14783
|
})) : (o(), r(F, { key: 1 }, [
|
|
14765
|
-
|
|
14784
|
+
$(C(t.sublineSecondary), 1)
|
|
14766
14785
|
], 64))
|
|
14767
14786
|
], 2)
|
|
14768
14787
|
])) : u("", !0)
|
|
@@ -14855,7 +14874,7 @@ const c1 = /* @__PURE__ */ y(_b, [["render", Ib], ["__scopeId", "data-v-bfccb426
|
|
|
14855
14874
|
key: 2,
|
|
14856
14875
|
class: "ecs-structured-content-right"
|
|
14857
14876
|
}, Pb = { class: "ecs-structured-content-collapse-inner" }, Mb = { class: "ecs-structured-content-collapse-content" };
|
|
14858
|
-
function
|
|
14877
|
+
function Lb(e, s, t, a, n, i) {
|
|
14859
14878
|
const l = g("ecs-skeleton-loader");
|
|
14860
14879
|
return o(), r("div", {
|
|
14861
14880
|
class: v(["ecs-structured-content", [
|
|
@@ -14906,7 +14925,7 @@ function $b(e, s, t, a, n, i) {
|
|
|
14906
14925
|
], 2)) : u("", !0)
|
|
14907
14926
|
], 2);
|
|
14908
14927
|
}
|
|
14909
|
-
const d1 = /* @__PURE__ */ y(zb, [["render",
|
|
14928
|
+
const d1 = /* @__PURE__ */ y(zb, [["render", Lb], ["__scopeId", "data-v-9d097914"]]), $b = {
|
|
14910
14929
|
name: "ecs-swatches-picker",
|
|
14911
14930
|
emits: ["update:modelValue"],
|
|
14912
14931
|
props: {
|
|
@@ -14957,7 +14976,7 @@ const d1 = /* @__PURE__ */ y(zb, [["render", $b], ["__scopeId", "data-v-9d097914
|
|
|
14957
14976
|
this.selectedTitle = this.swatches[this.swatches.findIndex((e) => e.hex === this.selectedColor)].title;
|
|
14958
14977
|
}
|
|
14959
14978
|
}
|
|
14960
|
-
},
|
|
14979
|
+
}, Ab = ["onClick", "onKeydown", "title", "aria-label", "aria-checked"];
|
|
14961
14980
|
function Ob(e, s, t, a, n, i) {
|
|
14962
14981
|
return o(), r("div", {
|
|
14963
14982
|
class: v(["ecs-swatches", i.sizeClass]),
|
|
@@ -14977,10 +14996,10 @@ function Ob(e, s, t, a, n, i) {
|
|
|
14977
14996
|
"aria-checked": n.selectedColor == l.hex ? "true" : "false",
|
|
14978
14997
|
class: v(["ecs-swatches-color", n.selectedColor == l.hex ? "active" : ""]),
|
|
14979
14998
|
style: x({ backgroundColor: l.hex, color: l.hex })
|
|
14980
|
-
}, null, 46,
|
|
14999
|
+
}, null, 46, Ab))), 128))
|
|
14981
15000
|
], 2);
|
|
14982
15001
|
}
|
|
14983
|
-
const u1 = /* @__PURE__ */ y(
|
|
15002
|
+
const u1 = /* @__PURE__ */ y($b, [["render", Ob], ["__scopeId", "data-v-ade2140a"]]), Db = {
|
|
14984
15003
|
name: "ecs-tab",
|
|
14985
15004
|
props: {
|
|
14986
15005
|
/** Shows this tab. */
|
|
@@ -15027,7 +15046,7 @@ const f1 = /* @__PURE__ */ y(Db, [["render", Vb], ["__scopeId", "data-v-2c119fff
|
|
|
15027
15046
|
name: "ecs-tab-button",
|
|
15028
15047
|
emits: ["click", "tabNavigation"],
|
|
15029
15048
|
components: {
|
|
15030
|
-
EcsIcon:
|
|
15049
|
+
EcsIcon: A,
|
|
15031
15050
|
EcsSticker: Oe,
|
|
15032
15051
|
EcsFocusRing: D
|
|
15033
15052
|
},
|
|
@@ -15327,7 +15346,7 @@ function t0(e, s, t, a, n, i) {
|
|
|
15327
15346
|
onClick: s[0] || (s[0] = (c) => e.$emit("action")),
|
|
15328
15347
|
class: "ecs-toast-action"
|
|
15329
15348
|
}, [
|
|
15330
|
-
|
|
15349
|
+
$(C(t.button) + " ", 1),
|
|
15331
15350
|
_(l, {
|
|
15332
15351
|
inset: 0,
|
|
15333
15352
|
radius: 6
|
|
@@ -15355,7 +15374,7 @@ const v1 = /* @__PURE__ */ y(s0, [["render", n0], ["__scopeId", "data-v-451fee48
|
|
|
15355
15374
|
name: "ecs-transcript-state",
|
|
15356
15375
|
emits: ["click"],
|
|
15357
15376
|
components: {
|
|
15358
|
-
EcsIcon:
|
|
15377
|
+
EcsIcon: A,
|
|
15359
15378
|
EcsSkeletonLoader: te
|
|
15360
15379
|
},
|
|
15361
15380
|
props: {
|
|
@@ -15447,7 +15466,7 @@ function g0(e, s, t, a, n, i) {
|
|
|
15447
15466
|
const b1 = /* @__PURE__ */ y(u0, [["render", g0], ["__scopeId", "data-v-6af94f50"]]), m0 = {
|
|
15448
15467
|
name: "ecs-tree-list-item",
|
|
15449
15468
|
emits: ["click", "toggled"],
|
|
15450
|
-
components: { EcsIcon:
|
|
15469
|
+
components: { EcsIcon: A, EcsButtonCollapse: Ut, EcsFocusRing: D },
|
|
15451
15470
|
mixins: [be],
|
|
15452
15471
|
props: {
|
|
15453
15472
|
/** ID for the Tree List Item */
|
|
@@ -15826,9 +15845,9 @@ const S1 = /* @__PURE__ */ y(T0, [["render", M0], ["__scopeId", "data-v-ce84fcb3
|
|
|
15826
15845
|
export {
|
|
15827
15846
|
Oi as EcsActionToolbar,
|
|
15828
15847
|
Ms as EcsAlert,
|
|
15829
|
-
|
|
15848
|
+
$0 as EcsAudio,
|
|
15830
15849
|
vt as EcsAvatar,
|
|
15831
|
-
|
|
15850
|
+
A0 as EcsBanner,
|
|
15832
15851
|
O0 as EcsBreadcrumb,
|
|
15833
15852
|
D0 as EcsBreadcrumbButton,
|
|
15834
15853
|
N0 as EcsBreadcrumbTitle,
|
|
@@ -15892,7 +15911,7 @@ export {
|
|
|
15892
15911
|
w_ as EcsFormSet,
|
|
15893
15912
|
Zs as EcsFormatted,
|
|
15894
15913
|
x_ as EcsHighlight,
|
|
15895
|
-
|
|
15914
|
+
A as EcsIcon,
|
|
15896
15915
|
Fm as EcsIllustration,
|
|
15897
15916
|
B_ as EcsIndexToolbar,
|
|
15898
15917
|
Qf as EcsInfoTooltip,
|
|
@@ -15905,11 +15924,11 @@ export {
|
|
|
15905
15924
|
T_ as EcsInputGroup,
|
|
15906
15925
|
km as EcsInputSearch,
|
|
15907
15926
|
M_ as EcsJumperDocument,
|
|
15908
|
-
|
|
15909
|
-
|
|
15927
|
+
L_ as EcsJumperIndex,
|
|
15928
|
+
$_ as EcsJumperPage,
|
|
15910
15929
|
D_ as EcsLayoutDataTable,
|
|
15911
15930
|
O_ as EcsLayoutDirectory,
|
|
15912
|
-
|
|
15931
|
+
A_ as EcsLayoutIndex,
|
|
15913
15932
|
N_ as EcsLegendItem,
|
|
15914
15933
|
V_ as EcsLogMessage,
|
|
15915
15934
|
H_ as EcsMap,
|