@everchron/ec-shards 20.1.0 → 20.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ec-shards.css +1 -1
- package/dist/ec-shards.js +601 -555
- package/dist/ec-shards.umd.cjs +1 -1
- package/dist/line-height-DcUtLGW0.js +15 -0
- package/package.json +1 -1
package/dist/ec-shards.js
CHANGED
|
@@ -256,6 +256,7 @@ var ce = Object.create, le = Object.defineProperty, ue = Object.getOwnPropertyDe
|
|
|
256
256
|
"../assets/icons/info.svg": () => import("./info-CVGvMjtf.js"),
|
|
257
257
|
"../assets/icons/key.svg": () => import("./key-CAgRPsdG.js"),
|
|
258
258
|
"../assets/icons/leaf.svg": () => import("./leaf-DO26yDM3.js"),
|
|
259
|
+
"../assets/icons/line-height.svg": () => import("./line-height-DcUtLGW0.js"),
|
|
259
260
|
"../assets/icons/link-remove.svg": () => import("./link-remove-Ns3dvQ76.js"),
|
|
260
261
|
"../assets/icons/link.svg": () => import("./link-Dof1pElr.js"),
|
|
261
262
|
"../assets/icons/linked-document.svg": () => import("./linked-document-Do2sQFjb.js"),
|
|
@@ -10915,6 +10916,36 @@ function Yd(e, t, n, r, i, a) {
|
|
|
10915
10916
|
], 2);
|
|
10916
10917
|
}
|
|
10917
10918
|
var Xd = /*#__PURE__*/ V(qd, [["render", Yd], ["__scopeId", "data-v-442eb0eb"]]), Zd = {
|
|
10919
|
+
name: "ecs-scroll-container",
|
|
10920
|
+
props: {
|
|
10921
|
+
height: {
|
|
10922
|
+
type: String,
|
|
10923
|
+
default: "300px"
|
|
10924
|
+
},
|
|
10925
|
+
hideShadows: {
|
|
10926
|
+
type: Boolean,
|
|
10927
|
+
default: !1
|
|
10928
|
+
},
|
|
10929
|
+
borderless: {
|
|
10930
|
+
type: Boolean,
|
|
10931
|
+
default: !1
|
|
10932
|
+
},
|
|
10933
|
+
padding: {
|
|
10934
|
+
type: String,
|
|
10935
|
+
default: "8px"
|
|
10936
|
+
}
|
|
10937
|
+
}
|
|
10938
|
+
};
|
|
10939
|
+
function Qd(e, t, n, r, i, a) {
|
|
10940
|
+
return T(), c("div", {
|
|
10941
|
+
class: b(["ecs-scroll-container scrollbar scrollbar-sml vertical", [n.borderless ? "" : "ecs-scroll-container-border", n.hideShadows ? "" : "ecs-scroll-container-shadows"]]),
|
|
10942
|
+
style: S({
|
|
10943
|
+
maxHeight: n.height,
|
|
10944
|
+
padding: n.padding
|
|
10945
|
+
})
|
|
10946
|
+
}, [k(e.$slots, "default", {}, void 0, !0)], 6);
|
|
10947
|
+
}
|
|
10948
|
+
var $d = /*#__PURE__*/ V(Zd, [["render", Qd], ["__scopeId", "data-v-d87a8075"]]), ef = {
|
|
10918
10949
|
roundedRect: {
|
|
10919
10950
|
label: "roundedRect",
|
|
10920
10951
|
styles: {
|
|
@@ -10937,20 +10968,20 @@ var Xd = /*#__PURE__*/ V(qd, [["render", Yd], ["__scopeId", "data-v-442eb0eb"]])
|
|
|
10937
10968
|
label: "square",
|
|
10938
10969
|
styles: { aspectRatio: "1 / 1" }
|
|
10939
10970
|
}
|
|
10940
|
-
},
|
|
10971
|
+
}, tf = (e = "") => ({
|
|
10941
10972
|
content: e,
|
|
10942
10973
|
size: 14,
|
|
10943
10974
|
bold: !1,
|
|
10944
10975
|
italic: !1,
|
|
10945
10976
|
underline: !1
|
|
10946
|
-
}),
|
|
10977
|
+
}), nf = () => /<([^<>\s]+)>/g, rf = () => /<([^<>\s]+)/g, af = () => /([^<>\s]+)>/g, of = (e) => typeof e == "string" && /^#([0-9A-Fa-f]{3}){1,2}$/.test(e), sf = (e) => Object.keys(ef).includes(e), cf = [
|
|
10947
10978
|
"top-left",
|
|
10948
10979
|
"top-right",
|
|
10949
10980
|
"bottom-left",
|
|
10950
10981
|
"bottom-right",
|
|
10951
10982
|
"center-top",
|
|
10952
10983
|
"center-bottom"
|
|
10953
|
-
],
|
|
10984
|
+
], lf = (e) => e == null || cf.includes(e), uf = (e) => typeof e.content == "string" && typeof e.size == "number" && e.size >= 8 && e.size <= 32 && typeof e.bold == "boolean" && typeof e.italic == "boolean" && typeof e.underline == "boolean", df = (e) => e == null ? !0 : of(e.color) && sf(e.shape) && lf(e.position) && Array.isArray(e.text) && e.text.length >= 1 && e.text.length <= 6 && e.text.every(uf), ff = () => {
|
|
10954
10985
|
let e = document.createElement("canvas").getContext("2d");
|
|
10955
10986
|
return {
|
|
10956
10987
|
getTextWidth: (t, n) => {
|
|
@@ -10959,7 +10990,7 @@ var Xd = /*#__PURE__*/ V(qd, [["render", Yd], ["__scopeId", "data-v-442eb0eb"]])
|
|
|
10959
10990
|
},
|
|
10960
10991
|
escapeHtml: (e) => e.replace(/&/g, "&").replace(/</g, "<").replace(/>/g, ">").replace(/"/g, """).replace(/'/g, "'")
|
|
10961
10992
|
};
|
|
10962
|
-
},
|
|
10993
|
+
}, pf = {
|
|
10963
10994
|
name: "ecs-exhibit-sticker-editor",
|
|
10964
10995
|
emits: ["update:modelValue", "remove"],
|
|
10965
10996
|
components: {
|
|
@@ -10973,7 +11004,8 @@ var Xd = /*#__PURE__*/ V(qd, [["render", Yd], ["__scopeId", "data-v-442eb0eb"]])
|
|
|
10973
11004
|
EcsPopoverList: dr,
|
|
10974
11005
|
EcsPopoverListItem: wi,
|
|
10975
11006
|
EcsColorPicker: Fc,
|
|
10976
|
-
EcsSelect: Pl
|
|
11007
|
+
EcsSelect: Pl,
|
|
11008
|
+
EcsScrollContainer: $d
|
|
10977
11009
|
},
|
|
10978
11010
|
props: {
|
|
10979
11011
|
readOnly: {
|
|
@@ -10983,7 +11015,7 @@ var Xd = /*#__PURE__*/ V(qd, [["render", Yd], ["__scopeId", "data-v-442eb0eb"]])
|
|
|
10983
11015
|
modelValue: {
|
|
10984
11016
|
type: Object,
|
|
10985
11017
|
required: !1,
|
|
10986
|
-
validator:
|
|
11018
|
+
validator: df
|
|
10987
11019
|
},
|
|
10988
11020
|
variables: {
|
|
10989
11021
|
type: Array,
|
|
@@ -11006,11 +11038,11 @@ var Xd = /*#__PURE__*/ V(qd, [["render", Yd], ["__scopeId", "data-v-442eb0eb"]])
|
|
|
11006
11038
|
color: "#F9DF00",
|
|
11007
11039
|
shape: "roundedRect",
|
|
11008
11040
|
position: null,
|
|
11009
|
-
text: [
|
|
11041
|
+
text: [tf()]
|
|
11010
11042
|
},
|
|
11011
11043
|
focusedLineIndex: null,
|
|
11012
11044
|
lineInputs: [],
|
|
11013
|
-
textProcessing:
|
|
11045
|
+
textProcessing: ff(),
|
|
11014
11046
|
colorPickerValue: "#F9DF00",
|
|
11015
11047
|
swatches: [
|
|
11016
11048
|
{
|
|
@@ -11101,7 +11133,7 @@ var Xd = /*#__PURE__*/ V(qd, [["render", Yd], ["__scopeId", "data-v-442eb0eb"]])
|
|
|
11101
11133
|
}
|
|
11102
11134
|
},
|
|
11103
11135
|
stickerShapeStyles() {
|
|
11104
|
-
return Object.fromEntries(Object.entries(
|
|
11136
|
+
return Object.fromEntries(Object.entries(ef).map(([e, t]) => [e, t.styles]));
|
|
11105
11137
|
},
|
|
11106
11138
|
focusedLine() {
|
|
11107
11139
|
return this.focusedLineIndex === null ? null : this.localSticker.text[this.focusedLineIndex];
|
|
@@ -11150,14 +11182,33 @@ var Xd = /*#__PURE__*/ V(qd, [["render", Yd], ["__scopeId", "data-v-442eb0eb"]])
|
|
|
11150
11182
|
variableBackgroundColor() {
|
|
11151
11183
|
return Z(this.localSticker?.color || "#000000").darken(40).toHexString();
|
|
11152
11184
|
},
|
|
11153
|
-
|
|
11154
|
-
|
|
11155
|
-
|
|
11156
|
-
|
|
11157
|
-
|
|
11158
|
-
|
|
11159
|
-
|
|
11160
|
-
|
|
11185
|
+
variableIssues() {
|
|
11186
|
+
let e = new Set(this.variables.map((e) => e.variable)), t = /* @__PURE__ */ new Set(), n = /* @__PURE__ */ new Set(), r = /* @__PURE__ */ new Set(), i = (t, i) => {
|
|
11187
|
+
e.has(t) ? n.add(t) : r.add(i);
|
|
11188
|
+
};
|
|
11189
|
+
return this.localSticker.text.forEach((n) => {
|
|
11190
|
+
let r = n.content || "", a, o = nf();
|
|
11191
|
+
for (; (a = o.exec(r)) !== null;) e.has(a[1]) || t.add(a[1]);
|
|
11192
|
+
let s = r.replace(nf(), " "), c = rf();
|
|
11193
|
+
for (; (a = c.exec(s)) !== null;) i(a[1], a[0]);
|
|
11194
|
+
let l = af();
|
|
11195
|
+
for (; (a = l.exec(s)) !== null;) i(a[1], a[0]);
|
|
11196
|
+
}), {
|
|
11197
|
+
enclosedInvalid: [...t],
|
|
11198
|
+
missingDelimiter: [...n],
|
|
11199
|
+
unrecognized: [...r]
|
|
11200
|
+
};
|
|
11201
|
+
},
|
|
11202
|
+
hasVariableError() {
|
|
11203
|
+
let { enclosedInvalid: e, missingDelimiter: t } = this.variableIssues;
|
|
11204
|
+
return e.length > 0 || t.length > 0;
|
|
11205
|
+
},
|
|
11206
|
+
variableMessages() {
|
|
11207
|
+
let { enclosedInvalid: e, missingDelimiter: t, unrecognized: n } = this.variableIssues, r = (e) => e.map((e) => `<${e}>`).join(", "), i = (e) => e.join(", "), a = [], o = [];
|
|
11208
|
+
return t.length && a.push(`Text contains variable${t.length > 1 ? "s" : ""} with a missing delimiter (< or >): ${r(t)}. Please correct in order to save.`), e.length && a.push(`Text contains ${e.length > 1 ? "invalid field values" : "an invalid field value"}: ${r(e)}. Please correct in order to save.`), n.length && o.push(`Text contains ${n.length > 1 ? "unrecognized field values" : "an unrecognized field value"}: ${i(n)}. ${n.length > 1 ? "They" : "It"} will be saved as plain text.`), {
|
|
11209
|
+
errors: a,
|
|
11210
|
+
warnings: o
|
|
11211
|
+
};
|
|
11161
11212
|
}
|
|
11162
11213
|
},
|
|
11163
11214
|
watch: {
|
|
@@ -11167,7 +11218,7 @@ var Xd = /*#__PURE__*/ V(qd, [["render", Yd], ["__scopeId", "data-v-442eb0eb"]])
|
|
|
11167
11218
|
color: "#000000",
|
|
11168
11219
|
shape: "roundedRect",
|
|
11169
11220
|
position: null,
|
|
11170
|
-
text: [
|
|
11221
|
+
text: [tf()]
|
|
11171
11222
|
}, this.colorPickerValue = this.localSticker.color, this.$nextTick(() => {
|
|
11172
11223
|
this.lineInputs.forEach((e, t) => this.adjustTextToFit(t));
|
|
11173
11224
|
});
|
|
@@ -11200,7 +11251,14 @@ var Xd = /*#__PURE__*/ V(qd, [["render", Yd], ["__scopeId", "data-v-442eb0eb"]])
|
|
|
11200
11251
|
return r.width - a - o;
|
|
11201
11252
|
},
|
|
11202
11253
|
processTextContent(e) {
|
|
11203
|
-
|
|
11254
|
+
if (!e) return "";
|
|
11255
|
+
let t = this.textProcessing.escapeHtml, n = nf(), r = "", i = 0, a;
|
|
11256
|
+
for (; (a = n.exec(e)) !== null;) {
|
|
11257
|
+
r += t(e.slice(i, a.index));
|
|
11258
|
+
let n = a[1], o = this.variables.some((e) => e.variable === n) ? this.variableBackgroundColor : "var(--color-red-9)";
|
|
11259
|
+
r += `<span class="exhibit-sticker-editor-variable" style="background-color: ${o}"><span>${t(a[0])}</span></span>`, i = a.index + a[0].length;
|
|
11260
|
+
}
|
|
11261
|
+
return r += t(e.slice(i)), r;
|
|
11204
11262
|
},
|
|
11205
11263
|
getLineStyle(e) {
|
|
11206
11264
|
return {
|
|
@@ -11213,12 +11271,12 @@ var Xd = /*#__PURE__*/ V(qd, [["render", Yd], ["__scopeId", "data-v-442eb0eb"]])
|
|
|
11213
11271
|
};
|
|
11214
11272
|
},
|
|
11215
11273
|
handleDocumentClick(e) {
|
|
11216
|
-
this.$el.contains(e.target)
|
|
11274
|
+
!this.$el.contains(e.target) && !e.target.closest(".ecs-popover") && (this.focusedLineIndex = null);
|
|
11217
11275
|
},
|
|
11218
11276
|
emitChange() {
|
|
11219
11277
|
let e = {
|
|
11220
11278
|
...JSON.parse(JSON.stringify(this.localSticker)),
|
|
11221
|
-
isValid: !this.
|
|
11279
|
+
isValid: !this.hasVariableError
|
|
11222
11280
|
};
|
|
11223
11281
|
this.$emit("update:modelValue", e);
|
|
11224
11282
|
},
|
|
@@ -11259,15 +11317,15 @@ var Xd = /*#__PURE__*/ V(qd, [["render", Yd], ["__scopeId", "data-v-442eb0eb"]])
|
|
|
11259
11317
|
let a = t === null ? this.localSticker.text[e]?.content : t;
|
|
11260
11318
|
if (a === void 0) return;
|
|
11261
11319
|
if (!a) {
|
|
11262
|
-
n.maxLength = Math.floor(i * .95 / 10), t !== null && (this.localSticker.text[e].content = "", this.emitChange());
|
|
11320
|
+
n.maxLength = Math.max(0, Math.floor(i * .95 / 10)), t !== null && (this.localSticker.text[e].content = "", this.emitChange());
|
|
11263
11321
|
return;
|
|
11264
11322
|
}
|
|
11265
11323
|
let o = this.textProcessing.getTextWidth(a, {
|
|
11266
11324
|
fontSize: r.fontSize,
|
|
11267
11325
|
fontWeight: r.fontWeight,
|
|
11268
11326
|
fontStyle: r.fontStyle
|
|
11269
|
-
}), s = o / a.length;
|
|
11270
|
-
if (n.maxLength = Math.
|
|
11327
|
+
}), s = o / a.length, c = Math.floor(i * .95 / s);
|
|
11328
|
+
if (n.maxLength = Math.max(0, c), o > i * .95) {
|
|
11271
11329
|
let t = a;
|
|
11272
11330
|
for (; t.length > 0 && !(this.textProcessing.getTextWidth(t, {
|
|
11273
11331
|
fontSize: r.fontSize,
|
|
@@ -11278,19 +11336,13 @@ var Xd = /*#__PURE__*/ V(qd, [["render", Yd], ["__scopeId", "data-v-442eb0eb"]])
|
|
|
11278
11336
|
} else t !== null && (this.localSticker.text[e].content = t, this.emitChange());
|
|
11279
11337
|
},
|
|
11280
11338
|
updateLine(e, t, n) {
|
|
11281
|
-
|
|
11282
|
-
let t = n.match(/<([^>]+)>/g);
|
|
11283
|
-
t && t.some((e) => {
|
|
11284
|
-
let t = e.slice(1, -1);
|
|
11285
|
-
return !this.variables.some((e) => e.variable === t);
|
|
11286
|
-
}), this.adjustTextToFit(e, n);
|
|
11287
|
-
} else this.localSticker.text[e][t] = n, this.$nextTick(() => this.adjustTextToFit(e)), this.emitChange();
|
|
11339
|
+
t === "content" ? this.adjustTextToFit(e, n) : (this.localSticker.text[e][t] = n, this.$nextTick(() => this.adjustTextToFit(e)), this.emitChange());
|
|
11288
11340
|
},
|
|
11289
11341
|
setFocusedLine(e) {
|
|
11290
11342
|
this.focusedLineIndex !== null && this.focusedLineIndex !== e && this.lineInputs[this.focusedLineIndex]?.blur(), this.focusedLineIndex = e;
|
|
11291
11343
|
},
|
|
11292
11344
|
clearFocusedLine(e) {
|
|
11293
|
-
e && e.relatedTarget && (e.relatedTarget.closest(".ecs-exhibit-sticker-editor-controls") || e.relatedTarget.closest(".line") || e.relatedTarget.closest(".ecs-popover
|
|
11345
|
+
e && e.relatedTarget && (e.relatedTarget.closest(".ecs-exhibit-sticker-editor-controls") || e.relatedTarget.closest(".line") || e.relatedTarget.closest(".ecs-popover")) || (this.focusedLineIndex = null);
|
|
11294
11346
|
},
|
|
11295
11347
|
moveLineUp(e) {
|
|
11296
11348
|
if (e > 0) {
|
|
@@ -11315,7 +11367,7 @@ var Xd = /*#__PURE__*/ V(qd, [["render", Yd], ["__scopeId", "data-v-442eb0eb"]])
|
|
|
11315
11367
|
}), this.emitChange());
|
|
11316
11368
|
},
|
|
11317
11369
|
addLine() {
|
|
11318
|
-
this.localSticker.text.length < 8 && (this.localSticker.text.push(
|
|
11370
|
+
this.localSticker.text.length < 8 && (this.localSticker.text.push(tf()), this.focusedLineIndex = this.localSticker.text.length - 1, this.emitChange(), this.$nextTick(() => {
|
|
11319
11371
|
let e = this.lineInputs[this.localSticker.text.length - 1];
|
|
11320
11372
|
e && (this.adjustTextToFit(this.localSticker.text.length - 1), e.focus());
|
|
11321
11373
|
}));
|
|
@@ -11354,7 +11406,7 @@ var Xd = /*#__PURE__*/ V(qd, [["render", Yd], ["__scopeId", "data-v-442eb0eb"]])
|
|
|
11354
11406
|
let t = this.lineInputs[this.focusedLineIndex];
|
|
11355
11407
|
if (!t) return;
|
|
11356
11408
|
let n = t.selectionStart, r = this.localSticker.text[this.focusedLineIndex].content, i = `<${e}>`, a = r.slice(0, n) + i + r.slice(t.selectionEnd), o = this.focusedLineIndex;
|
|
11357
|
-
this.updateLine(o, "content", a), this.$nextTick(() => {
|
|
11409
|
+
this.updateLine(o, "content", a), this.$refs.variablesPopover?.closePopper(), this.$nextTick(() => {
|
|
11358
11410
|
this.focusedLineIndex = o;
|
|
11359
11411
|
let e = this.lineInputs[o];
|
|
11360
11412
|
if (e) {
|
|
@@ -11365,18 +11417,21 @@ var Xd = /*#__PURE__*/ V(qd, [["render", Yd], ["__scopeId", "data-v-442eb0eb"]])
|
|
|
11365
11417
|
});
|
|
11366
11418
|
}
|
|
11367
11419
|
}
|
|
11368
|
-
},
|
|
11420
|
+
}, mf = { class: "ecs-exhibit-sticker-editor" }, hf = { class: "ecs-exhibit-sticker-editor-content" }, gf = { class: "ecs-exhibit-sticker-editor-preview" }, _f = {
|
|
11369
11421
|
key: 0,
|
|
11370
11422
|
class: "page-preview"
|
|
11371
|
-
},
|
|
11423
|
+
}, vf = { class: "sticker-content" }, yf = { class: "line-controls line-controls-left" }, bf = { class: "line-input" }, xf = [
|
|
11372
11424
|
"value",
|
|
11373
11425
|
"onInput",
|
|
11374
11426
|
"onFocus",
|
|
11375
11427
|
"onKeydown"
|
|
11376
|
-
],
|
|
11377
|
-
|
|
11378
|
-
|
|
11379
|
-
|
|
11428
|
+
], Sf = ["innerHTML"], Cf = { class: "line-controls line-controls-right" }, wf = { class: "line-input" }, Tf = ["innerHTML"], Ef = { style: { width: "240px" } }, Df = {
|
|
11429
|
+
key: 2,
|
|
11430
|
+
class: "ecs-exhibit-sticker-editor-errors"
|
|
11431
|
+
};
|
|
11432
|
+
function Of(t, n, r, i, a, u) {
|
|
11433
|
+
let p = A("ecs-text-v2"), m = A("ecs-button"), h = A("ecs-flex-row"), g = A("ecs-color-picker"), _ = A("ecs-popover"), v = A("ecs-separator"), y = A("ecs-select"), x = A("ecs-input"), C = A("ecs-popover-list-headline"), w = A("ecs-popover-list-item"), E = A("ecs-popover-list"), D = A("ecs-scroll-container");
|
|
11434
|
+
return T(), c("div", mf, [l("div", hf, [
|
|
11380
11435
|
r.readOnly ? s("", !0) : (T(), o(h, {
|
|
11381
11436
|
key: 0,
|
|
11382
11437
|
gap: 8,
|
|
@@ -11397,7 +11452,7 @@ function xf(t, n, r, i, a, u) {
|
|
|
11397
11452
|
})) : s("", !0)]),
|
|
11398
11453
|
_: 1
|
|
11399
11454
|
})),
|
|
11400
|
-
l("div",
|
|
11455
|
+
l("div", gf, [r.positionIndicator && u.effectivePosition ? (T(), c("div", _f, [l("div", {
|
|
11401
11456
|
class: "page-position-indicator",
|
|
11402
11457
|
style: S(u.pagePositionIndicatorStyles)
|
|
11403
11458
|
}, [
|
|
@@ -11437,11 +11492,11 @@ function xf(t, n, r, i, a, u) {
|
|
|
11437
11492
|
}, [l("div", { class: b(["sticker-content", { "read-only": r.readOnly }]) }, [(T(!0), c(e, null, O(a.localSticker.text, (e, t) => (T(), c("div", {
|
|
11438
11493
|
key: t,
|
|
11439
11494
|
class: "line"
|
|
11440
|
-
}, [l("div",
|
|
11495
|
+
}, [l("div", wf, [l("span", {
|
|
11441
11496
|
class: "line-preview",
|
|
11442
11497
|
style: S(u.getLineStyle(e)),
|
|
11443
11498
|
innerHTML: u.processTextContent(e.content)
|
|
11444
|
-
}, null, 12,
|
|
11499
|
+
}, null, 12, Tf)])]))), 128))], 2)], 4)) : (T(), c("div", {
|
|
11445
11500
|
key: 1,
|
|
11446
11501
|
class: "sticker",
|
|
11447
11502
|
style: S({
|
|
@@ -11450,13 +11505,13 @@ function xf(t, n, r, i, a, u) {
|
|
|
11450
11505
|
color: u.stickerTextColor,
|
|
11451
11506
|
...u.stickerShapeStyles[a.localSticker.shape]
|
|
11452
11507
|
})
|
|
11453
|
-
}, [l("div",
|
|
11508
|
+
}, [l("div", vf, [(T(!0), c(e, null, O(a.localSticker.text, (e, t) => (T(), c("div", {
|
|
11454
11509
|
key: t,
|
|
11455
11510
|
class: b(["line editable", { focused: u.isLineFocused(t) }]),
|
|
11456
11511
|
ref_for: !0,
|
|
11457
11512
|
ref: `line-${t}`
|
|
11458
11513
|
}, [
|
|
11459
|
-
l("div",
|
|
11514
|
+
l("div", yf, [f(m, {
|
|
11460
11515
|
type: "secondary",
|
|
11461
11516
|
size: "sml",
|
|
11462
11517
|
"icon-only": "",
|
|
@@ -11485,7 +11540,7 @@ function xf(t, n, r, i, a, u) {
|
|
|
11485
11540
|
"disabled",
|
|
11486
11541
|
"tabindex"
|
|
11487
11542
|
])]),
|
|
11488
|
-
l("div",
|
|
11543
|
+
l("div", bf, [l("input", {
|
|
11489
11544
|
type: "text",
|
|
11490
11545
|
value: e.content,
|
|
11491
11546
|
onInput: (e) => u.updateLine(t, "content", e.target.value),
|
|
@@ -11497,12 +11552,12 @@ function xf(t, n, r, i, a, u) {
|
|
|
11497
11552
|
ref: (e) => {
|
|
11498
11553
|
e && (a.lineInputs[t] = e);
|
|
11499
11554
|
}
|
|
11500
|
-
}, null, 44,
|
|
11555
|
+
}, null, 44, xf), l("span", {
|
|
11501
11556
|
class: "line-preview",
|
|
11502
11557
|
style: S(u.getLineStyle(e)),
|
|
11503
11558
|
innerHTML: u.processTextContent(e.content)
|
|
11504
|
-
}, null, 12,
|
|
11505
|
-
l("div",
|
|
11559
|
+
}, null, 12, Sf)]),
|
|
11560
|
+
l("div", Cf, [f(m, {
|
|
11506
11561
|
type: "secondary",
|
|
11507
11562
|
size: "sml",
|
|
11508
11563
|
"icon-only": "",
|
|
@@ -11707,20 +11762,29 @@ function xf(t, n, r, i, a, u) {
|
|
|
11707
11762
|
})) : s("", !0),
|
|
11708
11763
|
r.variables.length > 0 ? (T(), o(_, {
|
|
11709
11764
|
key: 1,
|
|
11765
|
+
ref: "variablesPopover",
|
|
11710
11766
|
disabled: a.focusedLineIndex === null
|
|
11711
11767
|
}, {
|
|
11712
|
-
content: I(() => [l("div",
|
|
11713
|
-
|
|
11714
|
-
|
|
11768
|
+
content: I(() => [l("div", Ef, [f(D, {
|
|
11769
|
+
height: "50vh",
|
|
11770
|
+
borderless: "",
|
|
11771
|
+
padding: "0",
|
|
11772
|
+
class: "variable-list-scroll"
|
|
11773
|
+
}, {
|
|
11774
|
+
default: I(() => [f(E, { style: { width: "100%" } }, {
|
|
11775
|
+
default: I(() => [f(C, null, {
|
|
11776
|
+
default: I(() => [...n[10] ||= [d("Insert Field Value", -1)]]),
|
|
11777
|
+
_: 1
|
|
11778
|
+
}), (T(!0), c(e, null, O(r.variables, (e) => (T(), o(w, {
|
|
11779
|
+
key: e.variable,
|
|
11780
|
+
help: e.value,
|
|
11781
|
+
onClick: (t) => u.insertVariable(e.variable)
|
|
11782
|
+
}, {
|
|
11783
|
+
default: I(() => [d(N(e.name), 1)]),
|
|
11784
|
+
_: 2
|
|
11785
|
+
}, 1032, ["help", "onClick"]))), 128))]),
|
|
11715
11786
|
_: 1
|
|
11716
|
-
})
|
|
11717
|
-
key: e.variable,
|
|
11718
|
-
help: e.value,
|
|
11719
|
-
onClick: (t) => u.insertVariable(e.variable)
|
|
11720
|
-
}, {
|
|
11721
|
-
default: I(() => [d(N(e.name), 1)]),
|
|
11722
|
-
_: 2
|
|
11723
|
-
}, 1032, ["help", "onClick"]))), 128))]),
|
|
11787
|
+
})]),
|
|
11724
11788
|
_: 1
|
|
11725
11789
|
})])]),
|
|
11726
11790
|
default: I(() => [f(m, {
|
|
@@ -11739,24 +11803,36 @@ function xf(t, n, r, i, a, u) {
|
|
|
11739
11803
|
})]),
|
|
11740
11804
|
_: 1
|
|
11741
11805
|
})),
|
|
11742
|
-
!r.readOnly && u.
|
|
11743
|
-
key:
|
|
11806
|
+
!r.readOnly && (u.variableMessages.errors.length || u.variableMessages.warnings.length) ? (T(), c("div", Df, [(T(!0), c(e, null, O(u.variableMessages.errors, (e, t) => (T(), o(h, {
|
|
11807
|
+
key: `error-${t}`,
|
|
11744
11808
|
gap: 8,
|
|
11745
|
-
justify: "center"
|
|
11746
|
-
class: "ecs-exhibit-sticker-editor-errors"
|
|
11809
|
+
justify: "center"
|
|
11747
11810
|
}, {
|
|
11748
11811
|
default: I(() => [f(p, {
|
|
11749
11812
|
preset: "form",
|
|
11750
11813
|
color: "negative"
|
|
11751
11814
|
}, {
|
|
11752
|
-
default: I(() => [
|
|
11753
|
-
_:
|
|
11754
|
-
})]),
|
|
11755
|
-
_:
|
|
11756
|
-
}))
|
|
11815
|
+
default: I(() => [d(N(e), 1)]),
|
|
11816
|
+
_: 2
|
|
11817
|
+
}, 1024)]),
|
|
11818
|
+
_: 2
|
|
11819
|
+
}, 1024))), 128)), (T(!0), c(e, null, O(u.variableMessages.warnings, (e, t) => (T(), o(h, {
|
|
11820
|
+
key: `warning-${t}`,
|
|
11821
|
+
gap: 8,
|
|
11822
|
+
justify: "center"
|
|
11823
|
+
}, {
|
|
11824
|
+
default: I(() => [f(p, {
|
|
11825
|
+
preset: "form",
|
|
11826
|
+
color: "warning"
|
|
11827
|
+
}, {
|
|
11828
|
+
default: I(() => [d(N(e), 1)]),
|
|
11829
|
+
_: 2
|
|
11830
|
+
}, 1024)]),
|
|
11831
|
+
_: 2
|
|
11832
|
+
}, 1024))), 128))])) : s("", !0)
|
|
11757
11833
|
])]);
|
|
11758
11834
|
}
|
|
11759
|
-
var
|
|
11835
|
+
var kf = /*#__PURE__*/ V(pf, [["render", Of], ["__scopeId", "data-v-59079d35"]]), Af = {
|
|
11760
11836
|
__name: "fill-icon",
|
|
11761
11837
|
props: {
|
|
11762
11838
|
type: {
|
|
@@ -11804,14 +11880,14 @@ var Sf = /*#__PURE__*/ V(sf, [["render", xf], ["__scopeId", "data-v-38e6f8a1"]])
|
|
|
11804
11880
|
width: e.width
|
|
11805
11881
|
}, null, 8, ["height", "width"]));
|
|
11806
11882
|
}
|
|
11807
|
-
},
|
|
11883
|
+
}, jf = { name: "ecs-file-list" }, Mf = {
|
|
11808
11884
|
class: "ecs-file-list",
|
|
11809
11885
|
role: "list"
|
|
11810
11886
|
};
|
|
11811
|
-
function
|
|
11812
|
-
return T(), c("div",
|
|
11887
|
+
function Nf(e, t, n, r, i, a) {
|
|
11888
|
+
return T(), c("div", Mf, [k(e.$slots, "default")]);
|
|
11813
11889
|
}
|
|
11814
|
-
var
|
|
11890
|
+
var Pf = /*#__PURE__*/ V(jf, [["render", Nf]]), Ff = {
|
|
11815
11891
|
name: "ecs-file-list-item",
|
|
11816
11892
|
emits: [
|
|
11817
11893
|
"click",
|
|
@@ -11959,23 +12035,23 @@ var Df = /*#__PURE__*/ V(wf, [["render", Ef]]), Of = {
|
|
|
11959
12035
|
created() {
|
|
11960
12036
|
this.expandId = this.generateUniqueId(), this.errorId = this.generateUniqueId(), this.warningId = this.generateUniqueId(), this.editId = this.generateUniqueId();
|
|
11961
12037
|
}
|
|
11962
|
-
},
|
|
12038
|
+
}, If = ["tabindex"], Lf = {
|
|
11963
12039
|
key: 0,
|
|
11964
12040
|
class: "ecs-file-list-entry-inner"
|
|
11965
|
-
},
|
|
12041
|
+
}, Rf = ["aria-errormessage"], zf = { class: "ecs-file-list-entry-controls" }, Bf = {
|
|
11966
12042
|
key: 0,
|
|
11967
12043
|
class: "ecs-file-list-entry-meta"
|
|
11968
|
-
},
|
|
12044
|
+
}, Vf = ["aria-valuenow"], Hf = ["id"], Uf = {
|
|
11969
12045
|
key: 0,
|
|
11970
12046
|
class: "list"
|
|
11971
|
-
},
|
|
12047
|
+
}, Wf = ["id"], Gf = {
|
|
11972
12048
|
key: 0,
|
|
11973
12049
|
class: "list"
|
|
11974
|
-
},
|
|
12050
|
+
}, Kf = ["id", "aria-hidden"], qf = ["id"], Jf = {
|
|
11975
12051
|
ref: "edit",
|
|
11976
12052
|
class: "ecs-file-list-entry-edit"
|
|
11977
12053
|
};
|
|
11978
|
-
function
|
|
12054
|
+
function Yf(t, n, i, a, u, p) {
|
|
11979
12055
|
let m = A("ecs-focus-ring"), h = A("ecs-icon"), g = A("ecs-file-icon"), _ = A("ecs-sticker"), v = A("ecs-button"), y = A("ecs-button-table");
|
|
11980
12056
|
return T(), c("div", {
|
|
11981
12057
|
onClick: n[8] ||= (e) => t.$emit("click", e),
|
|
@@ -11991,7 +12067,7 @@ function Hf(t, n, i, a, u, p) {
|
|
|
11991
12067
|
}, [
|
|
11992
12068
|
i.hover ? (T(), o(m, { key: 0 })) : s("", !0),
|
|
11993
12069
|
f(r, { name: "title" }, {
|
|
11994
|
-
default: I(() => [i.showTitleEdit || !i.edit ? (T(), c("div",
|
|
12070
|
+
default: I(() => [i.showTitleEdit || !i.edit ? (T(), c("div", Lf, [
|
|
11995
12071
|
i.icon ? (T(), o(h, {
|
|
11996
12072
|
key: 0,
|
|
11997
12073
|
onClick: n[0] ||= (e) => t.$emit("title-click", e),
|
|
@@ -12033,9 +12109,9 @@ function Hf(t, n, i, a, u, p) {
|
|
|
12033
12109
|
}, [l("div", {
|
|
12034
12110
|
class: "title",
|
|
12035
12111
|
"aria-errormessage": i.error ? u.errorId : null
|
|
12036
|
-
}, [k(t.$slots, "default", {}, void 0, !0)], 8,
|
|
12037
|
-
l("div",
|
|
12038
|
-
t.$slots.meta ? (T(), c("div",
|
|
12112
|
+
}, [k(t.$slots, "default", {}, void 0, !0)], 8, Rf)], 32),
|
|
12113
|
+
l("div", zf, [
|
|
12114
|
+
t.$slots.meta ? (T(), c("div", Bf, [k(t.$slots, "meta", {}, void 0, !0)])) : s("", !0),
|
|
12039
12115
|
k(t.$slots, "controls", {}, void 0, !0),
|
|
12040
12116
|
t.$slots.collapse ? (T(), o(v, {
|
|
12041
12117
|
key: 1,
|
|
@@ -12071,7 +12147,7 @@ function Hf(t, n, i, a, u, p) {
|
|
|
12071
12147
|
style: S({ width: i.progress + "%" }),
|
|
12072
12148
|
role: "progressbar",
|
|
12073
12149
|
"aria-valuenow": i.progress
|
|
12074
|
-
}, null, 12,
|
|
12150
|
+
}, null, 12, Vf)) : s("", !0)
|
|
12075
12151
|
])) : s("", !0)]),
|
|
12076
12152
|
_: 3
|
|
12077
12153
|
}),
|
|
@@ -12079,29 +12155,29 @@ function Hf(t, n, i, a, u, p) {
|
|
|
12079
12155
|
key: 1,
|
|
12080
12156
|
class: "error",
|
|
12081
12157
|
id: u.errorId
|
|
12082
|
-
}, [p.errorIsArray ? (T(), c("ul",
|
|
12158
|
+
}, [p.errorIsArray ? (T(), c("ul", Uf, [(T(!0), c(e, null, O(i.error, (e, t) => (T(), c("li", { key: t }, N(e), 1))), 128))])) : (T(), c(e, { key: 1 }, [d(N(i.error), 1)], 64))], 8, Hf)) : s("", !0),
|
|
12083
12159
|
p.showWarningMessage ? (T(), c("div", {
|
|
12084
12160
|
key: 2,
|
|
12085
12161
|
class: "warning",
|
|
12086
12162
|
id: u.warningId
|
|
12087
|
-
}, [p.warningIsArray ? (T(), c("ul",
|
|
12163
|
+
}, [p.warningIsArray ? (T(), c("ul", Gf, [(T(!0), c(e, null, O(i.warning, (e, t) => (T(), c("li", { key: t }, N(e), 1))), 128))])) : (T(), c(e, { key: 1 }, [d(N(i.warning), 1)], 64))], 8, Wf)) : s("", !0),
|
|
12088
12164
|
t.$slots.collapse ? (T(), c("div", {
|
|
12089
12165
|
key: 3,
|
|
12090
12166
|
class: b(u.isVisible ? "collapse-show" : "collapse-hide"),
|
|
12091
12167
|
id: u.expandId,
|
|
12092
12168
|
"aria-hidden": u.isVisible ? "false" : "true"
|
|
12093
|
-
}, [k(t.$slots, "collapse", {}, void 0, !0)], 10,
|
|
12169
|
+
}, [k(t.$slots, "collapse", {}, void 0, !0)], 10, Kf)) : s("", !0),
|
|
12094
12170
|
f(r, { name: "edit" }, {
|
|
12095
12171
|
default: I(() => [t.$slots.edit && i.edit ? (T(), c("div", {
|
|
12096
12172
|
key: 0,
|
|
12097
12173
|
style: S({ maxHeight: u.editHeight + "px" }),
|
|
12098
12174
|
id: u.editId
|
|
12099
|
-
}, [l("div",
|
|
12175
|
+
}, [l("div", Jf, [k(t.$slots, "edit", {}, void 0, !0)], 512)], 12, qf)) : s("", !0)]),
|
|
12100
12176
|
_: 3
|
|
12101
12177
|
})
|
|
12102
|
-
], 10,
|
|
12178
|
+
], 10, If);
|
|
12103
12179
|
}
|
|
12104
|
-
var
|
|
12180
|
+
var Xf = /*#__PURE__*/ V(Ff, [["render", Yf], ["__scopeId", "data-v-93d8b53b"]]), Zf = { class: "ecs-flag" }, Qf = /*#__PURE__*/ V({
|
|
12105
12181
|
__name: "flag",
|
|
12106
12182
|
props: { code: {
|
|
12107
12183
|
type: String,
|
|
@@ -12650,12 +12726,12 @@ var Uf = /*#__PURE__*/ V(Of, [["render", Hf], ["__scopeId", "data-v-93d8b53b"]])
|
|
|
12650
12726
|
"../assets/icons/flags/ZM.svg": () => import("./ZM-Dkb7wa7k.js"),
|
|
12651
12727
|
"../assets/icons/flags/ZW.svg": () => import("./ZW-DEbzCAdU.js")
|
|
12652
12728
|
}), `../assets/icons/flags/${e.toUpperCase()}.svg`, 5)));
|
|
12653
|
-
}), (t, i) => (T(), c("div",
|
|
12729
|
+
}), (t, i) => (T(), c("div", Zf, [e.code ? (T(), o(M(P(r)), {
|
|
12654
12730
|
key: 0,
|
|
12655
12731
|
alt: n.value
|
|
12656
12732
|
}, null, 8, ["alt"])) : s("", !0)]));
|
|
12657
12733
|
}
|
|
12658
|
-
}, [["__scopeId", "data-v-98c0431b"]]),
|
|
12734
|
+
}, [["__scopeId", "data-v-98c0431b"]]), $f = {
|
|
12659
12735
|
name: "ecs-flex-col",
|
|
12660
12736
|
props: {
|
|
12661
12737
|
columns: { type: Number },
|
|
@@ -12695,7 +12771,7 @@ var Uf = /*#__PURE__*/ V(Of, [["render", Hf], ["__scopeId", "data-v-93d8b53b"]])
|
|
|
12695
12771
|
}
|
|
12696
12772
|
}
|
|
12697
12773
|
};
|
|
12698
|
-
function
|
|
12774
|
+
function ep(e, t, n, r, i, a) {
|
|
12699
12775
|
return T(), c("div", { class: b(["ecs-flex-col", [
|
|
12700
12776
|
a.columnClass,
|
|
12701
12777
|
a.growClass,
|
|
@@ -12703,7 +12779,7 @@ function qf(e, t, n, r, i, a) {
|
|
|
12703
12779
|
a.autoMarginClass
|
|
12704
12780
|
]]) }, [k(e.$slots, "default", {}, void 0, !0)], 2);
|
|
12705
12781
|
}
|
|
12706
|
-
var
|
|
12782
|
+
var tp = /*#__PURE__*/ V($f, [["render", ep], ["__scopeId", "data-v-1d2ad846"]]), np = {
|
|
12707
12783
|
name: "ecs-input-clear",
|
|
12708
12784
|
emits: ["click"],
|
|
12709
12785
|
components: {
|
|
@@ -12720,8 +12796,8 @@ var Jf = /*#__PURE__*/ V(Kf, [["render", qf], ["__scopeId", "data-v-1d2ad846"]])
|
|
|
12720
12796
|
computed: { title() {
|
|
12721
12797
|
return this.tooltip || "Clear";
|
|
12722
12798
|
} }
|
|
12723
|
-
},
|
|
12724
|
-
function
|
|
12799
|
+
}, rp = ["aria-busy"], ip = ["title"];
|
|
12800
|
+
function ap(e, t, n, r, i, a) {
|
|
12725
12801
|
let u = A("ecs-focus-ring"), d = A("ecs-icon");
|
|
12726
12802
|
return T(), c("div", {
|
|
12727
12803
|
class: "ecs-input-clear",
|
|
@@ -12732,20 +12808,20 @@ function Qf(e, t, n, r, i, a) {
|
|
|
12732
12808
|
title: a.title,
|
|
12733
12809
|
class: "ecs-input-clear-button",
|
|
12734
12810
|
"aria-label": "Clear"
|
|
12735
|
-
}, [f(u, { radius: 24 })], 40,
|
|
12811
|
+
}, [f(u, { radius: 24 })], 40, ip), n.loading ? (T(), o(d, {
|
|
12736
12812
|
key: 0,
|
|
12737
12813
|
type: "loading",
|
|
12738
12814
|
size: "32",
|
|
12739
12815
|
spinning: "",
|
|
12740
12816
|
color: "#AEB1B9"
|
|
12741
|
-
})) : s("", !0)], 8,
|
|
12817
|
+
})) : s("", !0)], 8, rp);
|
|
12742
12818
|
}
|
|
12743
|
-
var
|
|
12819
|
+
var op = /*#__PURE__*/ V(np, [["render", ap], ["__scopeId", "data-v-65544544"]]), sp = {
|
|
12744
12820
|
name: "ecs-input-search",
|
|
12745
12821
|
emits: ["update:modelValue", "change"],
|
|
12746
12822
|
components: {
|
|
12747
12823
|
EcsIcon: H,
|
|
12748
|
-
EcsInputClear:
|
|
12824
|
+
EcsInputClear: op
|
|
12749
12825
|
},
|
|
12750
12826
|
props: {
|
|
12751
12827
|
placeholder: {
|
|
@@ -12830,14 +12906,14 @@ var $f = /*#__PURE__*/ V(Yf, [["render", Qf], ["__scopeId", "data-v-65544544"]])
|
|
|
12830
12906
|
mounted() {
|
|
12831
12907
|
this.modelValue && this.setValue(this.modelValue);
|
|
12832
12908
|
}
|
|
12833
|
-
},
|
|
12909
|
+
}, cp = [
|
|
12834
12910
|
"name",
|
|
12835
12911
|
"disabled",
|
|
12836
12912
|
"placeholder",
|
|
12837
12913
|
"autocomplete",
|
|
12838
12914
|
"value"
|
|
12839
12915
|
];
|
|
12840
|
-
function
|
|
12916
|
+
function lp(e, t, n, r, i, a) {
|
|
12841
12917
|
let u = A("ecs-icon"), d = A("ecs-input-clear");
|
|
12842
12918
|
return T(), c("div", { class: b(["ecs-search-group", a.groupSizeClass]) }, [
|
|
12843
12919
|
f(u, {
|
|
@@ -12860,7 +12936,7 @@ function np(e, t, n, r, i, a) {
|
|
|
12860
12936
|
a.sizeClass,
|
|
12861
12937
|
a.typeClass
|
|
12862
12938
|
]
|
|
12863
|
-
}), null, 16,
|
|
12939
|
+
}), null, 16, cp),
|
|
12864
12940
|
n.showClear ? (T(), o(d, {
|
|
12865
12941
|
key: 0,
|
|
12866
12942
|
onClick: a.clearSearch,
|
|
@@ -12868,37 +12944,7 @@ function np(e, t, n, r, i, a) {
|
|
|
12868
12944
|
}, null, 8, ["onClick", "loading"])) : s("", !0)
|
|
12869
12945
|
], 2);
|
|
12870
12946
|
}
|
|
12871
|
-
var
|
|
12872
|
-
name: "ecs-scroll-container",
|
|
12873
|
-
props: {
|
|
12874
|
-
height: {
|
|
12875
|
-
type: String,
|
|
12876
|
-
default: "300px"
|
|
12877
|
-
},
|
|
12878
|
-
hideShadows: {
|
|
12879
|
-
type: Boolean,
|
|
12880
|
-
default: !1
|
|
12881
|
-
},
|
|
12882
|
-
borderless: {
|
|
12883
|
-
type: Boolean,
|
|
12884
|
-
default: !1
|
|
12885
|
-
},
|
|
12886
|
-
padding: {
|
|
12887
|
-
type: String,
|
|
12888
|
-
default: "8px"
|
|
12889
|
-
}
|
|
12890
|
-
}
|
|
12891
|
-
};
|
|
12892
|
-
function ap(e, t, n, r, i, a) {
|
|
12893
|
-
return T(), c("div", {
|
|
12894
|
-
class: b(["ecs-scroll-container scrollbar scrollbar-sml vertical", [n.borderless ? "" : "ecs-scroll-container-border", n.hideShadows ? "" : "ecs-scroll-container-shadows"]]),
|
|
12895
|
-
style: S({
|
|
12896
|
-
maxHeight: n.height,
|
|
12897
|
-
padding: n.padding
|
|
12898
|
-
})
|
|
12899
|
-
}, [k(e.$slots, "default", {}, void 0, !0)], 6);
|
|
12900
|
-
}
|
|
12901
|
-
var op = /*#__PURE__*/ V(ip, [["render", ap], ["__scopeId", "data-v-d87a8075"]]), sp = {
|
|
12947
|
+
var up = /*#__PURE__*/ V(sp, [["render", lp], ["__scopeId", "data-v-5f9bc8e4"]]), dp = {
|
|
12902
12948
|
name: "ecs-folder-selector",
|
|
12903
12949
|
emits: [
|
|
12904
12950
|
"search",
|
|
@@ -12906,8 +12952,8 @@ var op = /*#__PURE__*/ V(ip, [["render", ap], ["__scopeId", "data-v-d87a8075"]])
|
|
|
12906
12952
|
"refresh"
|
|
12907
12953
|
],
|
|
12908
12954
|
components: {
|
|
12909
|
-
EcsInputSearch:
|
|
12910
|
-
EcsScrollContainer:
|
|
12955
|
+
EcsInputSearch: up,
|
|
12956
|
+
EcsScrollContainer: $d,
|
|
12911
12957
|
EcsButton: X,
|
|
12912
12958
|
EcsEmptyState: od,
|
|
12913
12959
|
EcsTextV2: br
|
|
@@ -12984,19 +13030,19 @@ var op = /*#__PURE__*/ V(ip, [["render", ap], ["__scopeId", "data-v-d87a8075"]])
|
|
|
12984
13030
|
this.$emit("add");
|
|
12985
13031
|
}
|
|
12986
13032
|
}
|
|
12987
|
-
},
|
|
13033
|
+
}, fp = {
|
|
12988
13034
|
key: 0,
|
|
12989
13035
|
class: "ecs-folder-selector-header"
|
|
12990
|
-
},
|
|
13036
|
+
}, pp = {
|
|
12991
13037
|
key: 2,
|
|
12992
13038
|
class: "empty-list"
|
|
12993
13039
|
};
|
|
12994
|
-
function
|
|
13040
|
+
function mp(e, t, n, r, i, a) {
|
|
12995
13041
|
let l = A("ecs-text-v2"), u = A("ecs-input-search"), p = A("ecs-button"), m = A("ecs-empty-state"), h = A("ecs-scroll-container");
|
|
12996
13042
|
return T(), c("div", {
|
|
12997
13043
|
class: b(["ecs-folder-selector", [n.framed ? "ecs-folder-selector-border" : ""]]),
|
|
12998
13044
|
style: S({ height: a.selectorHeight })
|
|
12999
|
-
}, [n.searchable || n.create || n.refreshable || n.title ? (T(), c("div",
|
|
13045
|
+
}, [n.searchable || n.create || n.refreshable || n.title ? (T(), c("div", fp, [
|
|
13000
13046
|
n.title && !n.searchable ? (T(), o(l, {
|
|
13001
13047
|
key: 0,
|
|
13002
13048
|
preset: "headline-5",
|
|
@@ -13045,11 +13091,11 @@ function up(e, t, n, r, i, a) {
|
|
|
13045
13091
|
default: I(() => [n.loading ? (T(), o(m, {
|
|
13046
13092
|
key: 0,
|
|
13047
13093
|
type: "loading"
|
|
13048
|
-
})) : e.$slots.default ? k(e.$slots, "default", { key: 1 }, void 0, !0) : (T(), c("div",
|
|
13094
|
+
})) : e.$slots.default ? k(e.$slots, "default", { key: 1 }, void 0, !0) : (T(), c("div", pp, N(n.emptyMessage), 1))]),
|
|
13049
13095
|
_: 3
|
|
13050
13096
|
}, 8, ["style", "padding"])], 6);
|
|
13051
13097
|
}
|
|
13052
|
-
var
|
|
13098
|
+
var hp = /*#__PURE__*/ V(dp, [["render", mp], ["__scopeId", "data-v-82248421"]]), gp = {
|
|
13053
13099
|
name: "ecs-form-group",
|
|
13054
13100
|
components: { EcsTextV2: br },
|
|
13055
13101
|
props: {
|
|
@@ -13079,7 +13125,7 @@ var dp = /*#__PURE__*/ V(sp, [["render", up], ["__scopeId", "data-v-82248421"]])
|
|
|
13079
13125
|
}
|
|
13080
13126
|
}
|
|
13081
13127
|
};
|
|
13082
|
-
function
|
|
13128
|
+
function _p(e, t, n, r, i, a) {
|
|
13083
13129
|
let l = A("ecs-text-v2");
|
|
13084
13130
|
return T(), c("div", { class: b(["ecs-form-group", {
|
|
13085
13131
|
error: n.error,
|
|
@@ -13111,14 +13157,14 @@ function pp(e, t, n, r, i, a) {
|
|
|
13111
13157
|
}, null, 8, ["innerHTML"])) : s("", !0)
|
|
13112
13158
|
], 2);
|
|
13113
13159
|
}
|
|
13114
|
-
var
|
|
13160
|
+
var vp = /*#__PURE__*/ V(gp, [["render", _p], ["__scopeId", "data-v-b5eb6ae4"]]), yp = {}, bp = { class: "ecs-form-headline" }, xp = { class: "ecs-form-headline-main" }, Sp = {
|
|
13115
13161
|
key: 0,
|
|
13116
13162
|
class: "ecs-form-headline-controls"
|
|
13117
13163
|
};
|
|
13118
|
-
function
|
|
13119
|
-
return T(), c("div",
|
|
13164
|
+
function Cp(e, t) {
|
|
13165
|
+
return T(), c("div", bp, [l("h2", xp, [k(e.$slots, "default", {}, void 0, !0)]), e.$slots.controls ? (T(), c("div", Sp, [k(e.$slots, "controls", {}, void 0, !0)])) : s("", !0)]);
|
|
13120
13166
|
}
|
|
13121
|
-
var
|
|
13167
|
+
var wp = /*#__PURE__*/ V(yp, [["render", Cp], ["__scopeId", "data-v-16833f69"]]), Tp = {
|
|
13122
13168
|
name: "ecs-form-set",
|
|
13123
13169
|
components: { EcsButtonMore: Ga },
|
|
13124
13170
|
props: {
|
|
@@ -13151,22 +13197,22 @@ var bp = /*#__PURE__*/ V(hp, [["render", yp], ["__scopeId", "data-v-16833f69"]])
|
|
|
13151
13197
|
this.isTransitioning = !1;
|
|
13152
13198
|
}, 200);
|
|
13153
13199
|
} }
|
|
13154
|
-
},
|
|
13155
|
-
function
|
|
13200
|
+
}, Ep = ["aria-invalid"], Dp = { class: "ecs-form-set-title" }, Op = { class: "ecs-form-set-content" }, kp = { class: "ecs-form-set-content-inner" }, Ap = { class: "ecs-form-set-expand-content-inner" };
|
|
13201
|
+
function jp(t, n, r, i, a, o) {
|
|
13156
13202
|
let u = A("ecs-button-more");
|
|
13157
13203
|
return T(), c("fieldset", {
|
|
13158
13204
|
class: b(["ecs-form-set", [r.type, r.error ? "error" : ""]]),
|
|
13159
13205
|
"aria-invalid": r.error || null
|
|
13160
|
-
}, [l("legend",
|
|
13206
|
+
}, [l("legend", Dp, N(r.title), 1), l("div", Op, [l("div", kp, [k(t.$slots, "default", {}, void 0, !0)]), t.$slots.expand ? (T(), c(e, { key: 0 }, [f(u, {
|
|
13161
13207
|
type: "expand",
|
|
13162
13208
|
active: a.expanded,
|
|
13163
13209
|
onClick: o.toggleExpand
|
|
13164
13210
|
}, {
|
|
13165
13211
|
default: I(() => [d(N(r.expandButtonText), 1)]),
|
|
13166
13212
|
_: 1
|
|
13167
|
-
}, 8, ["active", "onClick"]), l("div", { class: b(["ecs-form-set-expand-content", [a.expanded ? "collapse-show" : "collapse-hide", a.isTransitioning ? "collapse-transitioning" : ""]]) }, [l("div",
|
|
13213
|
+
}, 8, ["active", "onClick"]), l("div", { class: b(["ecs-form-set-expand-content", [a.expanded ? "collapse-show" : "collapse-hide", a.isTransitioning ? "collapse-transitioning" : ""]]) }, [l("div", Ap, [k(t.$slots, "expand", {}, void 0, !0)])], 2)], 64)) : s("", !0)])], 10, Ep);
|
|
13168
13214
|
}
|
|
13169
|
-
var
|
|
13215
|
+
var Mp = /*#__PURE__*/ V(Tp, [["render", jp], ["__scopeId", "data-v-1085541e"]]), Np = {
|
|
13170
13216
|
name: "ecs-highlight",
|
|
13171
13217
|
props: {
|
|
13172
13218
|
show: {
|
|
@@ -13219,7 +13265,7 @@ var Op = /*#__PURE__*/ V(xp, [["render", Dp], ["__scopeId", "data-v-1085541e"]])
|
|
|
13219
13265
|
}
|
|
13220
13266
|
}
|
|
13221
13267
|
};
|
|
13222
|
-
function
|
|
13268
|
+
function Pp(e, t, n, i, a, l) {
|
|
13223
13269
|
return T(), o(r, {
|
|
13224
13270
|
name: "fade",
|
|
13225
13271
|
appear: ""
|
|
@@ -13236,7 +13282,7 @@ function Ap(e, t, n, i, a, l) {
|
|
|
13236
13282
|
_: 3
|
|
13237
13283
|
});
|
|
13238
13284
|
}
|
|
13239
|
-
var
|
|
13285
|
+
var Fp = /*#__PURE__*/ V(Np, [["render", Pp], ["__scopeId", "data-v-ad0ca7b9"]]), Ip = {
|
|
13240
13286
|
name: "EcsIllustration",
|
|
13241
13287
|
props: {
|
|
13242
13288
|
type: {
|
|
@@ -13284,7 +13330,7 @@ var jp = /*#__PURE__*/ V(kp, [["render", Ap], ["__scopeId", "data-v-ad0ca7b9"]])
|
|
|
13284
13330
|
}), `../assets/images/select-tile/${e}.svg`, 5)));
|
|
13285
13331
|
} }
|
|
13286
13332
|
};
|
|
13287
|
-
function
|
|
13333
|
+
function Lp(e, t, n, r, i, a) {
|
|
13288
13334
|
return T(), o(M(i.illustrationComponent), {
|
|
13289
13335
|
class: "ecs-illustration",
|
|
13290
13336
|
width: n.size,
|
|
@@ -13297,7 +13343,7 @@ function Np(e, t, n, r, i, a) {
|
|
|
13297
13343
|
"data-test-illustration-type"
|
|
13298
13344
|
]);
|
|
13299
13345
|
}
|
|
13300
|
-
var
|
|
13346
|
+
var Rp = /*#__PURE__*/ V(Ip, [["render", Lp], ["__scopeId", "data-v-ff7cc16f"]]), zp = {
|
|
13301
13347
|
name: "ecs-index-toolbar",
|
|
13302
13348
|
components: { EcsFlexRow: K },
|
|
13303
13349
|
props: { showActionbar: {
|
|
@@ -13308,30 +13354,30 @@ var Pp = /*#__PURE__*/ V(Mp, [["render", Np], ["__scopeId", "data-v-ff7cc16f"]])
|
|
|
13308
13354
|
data() {
|
|
13309
13355
|
return {};
|
|
13310
13356
|
}
|
|
13311
|
-
},
|
|
13357
|
+
}, Bp = { class: "ecs-toolbar" }, Vp = { class: "ecs-toolbar-search" }, Hp = {
|
|
13312
13358
|
key: 0,
|
|
13313
13359
|
class: "ecs-toolbar-controls"
|
|
13314
|
-
},
|
|
13360
|
+
}, Up = {
|
|
13315
13361
|
key: 0,
|
|
13316
13362
|
class: "ecs-toolbar-controls-secondary"
|
|
13317
|
-
},
|
|
13363
|
+
}, Wp = {
|
|
13318
13364
|
key: 1,
|
|
13319
13365
|
class: "ecs-toolbar-controls-primary"
|
|
13320
|
-
},
|
|
13366
|
+
}, Gp = {
|
|
13321
13367
|
key: 0,
|
|
13322
13368
|
class: "ecs-toolbar-action-bar"
|
|
13323
13369
|
};
|
|
13324
|
-
function
|
|
13370
|
+
function Kp(e, t, n, r, i, a) {
|
|
13325
13371
|
let o = A("ecs-flex-row");
|
|
13326
|
-
return T(), c("div",
|
|
13372
|
+
return T(), c("div", Bp, [f(o, {
|
|
13327
13373
|
gap: 24,
|
|
13328
13374
|
class: "ecs-toolbar-content"
|
|
13329
13375
|
}, {
|
|
13330
|
-
default: I(() => [l("div",
|
|
13376
|
+
default: I(() => [l("div", Vp, [k(e.$slots, "search", {}, void 0, !0)]), e.$slots.secondary || e.$slots.primary ? (T(), c("div", Hp, [e.$slots.secondary ? (T(), c("div", Up, [k(e.$slots, "secondary", {}, void 0, !0)])) : s("", !0), e.$slots.primary ? (T(), c("div", Wp, [k(e.$slots, "primary", {}, void 0, !0)])) : s("", !0)])) : s("", !0)]),
|
|
13331
13377
|
_: 3
|
|
13332
|
-
}), e.$slots.actionbar && n.showActionbar ? (T(), c("div",
|
|
13378
|
+
}), e.$slots.actionbar && n.showActionbar ? (T(), c("div", Gp, [k(e.$slots, "actionbar", {}, void 0, !0)])) : s("", !0)]);
|
|
13333
13379
|
}
|
|
13334
|
-
var
|
|
13380
|
+
var qp = /*#__PURE__*/ V(zp, [["render", Kp], ["__scopeId", "data-v-9021ef06"]]), Jp = {
|
|
13335
13381
|
name: "ecs-index-list-item",
|
|
13336
13382
|
emits: ["click", "toggled"],
|
|
13337
13383
|
mixins: [Y],
|
|
@@ -13388,13 +13434,13 @@ var Up = /*#__PURE__*/ V(Fp, [["render", Hp], ["__scopeId", "data-v-9021ef06"]])
|
|
|
13388
13434
|
watch: { expanded(e) {
|
|
13389
13435
|
this.isExpanded = e;
|
|
13390
13436
|
} }
|
|
13391
|
-
},
|
|
13437
|
+
}, Yp = [
|
|
13392
13438
|
"aria-expanded",
|
|
13393
13439
|
"aria-controls",
|
|
13394
13440
|
"aria-disabled",
|
|
13395
13441
|
"tabindex"
|
|
13396
|
-
],
|
|
13397
|
-
function
|
|
13442
|
+
], Xp = { class: "ecs-index-list-item-content" }, Zp = { class: "ecs-index-list-item-actions" }, Qp = ["id", "aria-labelledby"];
|
|
13443
|
+
function $p(e, t, n, r, i, a) {
|
|
13398
13444
|
let o = A("ecs-focus-ring");
|
|
13399
13445
|
return T(), c("div", {
|
|
13400
13446
|
onClick: t[1] ||= (t) => e.$emit("click", t),
|
|
@@ -13413,9 +13459,9 @@ function Yp(e, t, n, r, i, a) {
|
|
|
13413
13459
|
"aria-disabled": e.$slots.expand ? n.disabled : void 0,
|
|
13414
13460
|
tabindex: e.$slots.expand && !n.disabled ? 0 : void 0,
|
|
13415
13461
|
class: "ecs-index-list-item-expand-button"
|
|
13416
|
-
}, [f(o)], 8,
|
|
13417
|
-
l("div",
|
|
13418
|
-
l("div",
|
|
13462
|
+
}, [f(o)], 8, Yp)) : s("", !0),
|
|
13463
|
+
l("div", Xp, [k(e.$slots, "default", {}, void 0, !0)]),
|
|
13464
|
+
l("div", Zp, [k(e.$slots, "actions", {}, void 0, !0)]),
|
|
13419
13465
|
a.showProgress ? (T(), c("div", {
|
|
13420
13466
|
key: 1,
|
|
13421
13467
|
class: "progress",
|
|
@@ -13431,9 +13477,9 @@ function Yp(e, t, n, r, i, a) {
|
|
|
13431
13477
|
id: `${a.itemId}-content`,
|
|
13432
13478
|
role: "region",
|
|
13433
13479
|
"aria-labelledby": a.itemId
|
|
13434
|
-
}, [k(e.$slots, "expand", {}, void 0, !0)], 10,
|
|
13480
|
+
}, [k(e.$slots, "expand", {}, void 0, !0)], 10, Qp)) : s("", !0)], 2);
|
|
13435
13481
|
}
|
|
13436
|
-
var
|
|
13482
|
+
var em = /*#__PURE__*/ V(Jp, [["render", $p], ["__scopeId", "data-v-73f9ab07"]]), tm = {
|
|
13437
13483
|
name: "ecs-info-tooltip",
|
|
13438
13484
|
emits: ["click"],
|
|
13439
13485
|
components: { EcsIcon: H },
|
|
@@ -13459,7 +13505,7 @@ var Xp = /*#__PURE__*/ V(Wp, [["render", Yp], ["__scopeId", "data-v-73f9ab07"]])
|
|
|
13459
13505
|
this.$emit("click", e);
|
|
13460
13506
|
} }
|
|
13461
13507
|
};
|
|
13462
|
-
function
|
|
13508
|
+
function nm(e, t, n, r, i, a) {
|
|
13463
13509
|
let o = A("ecs-icon");
|
|
13464
13510
|
return T(), c("i", {
|
|
13465
13511
|
class: b(["ecs-info-tooltip", { "hover-color": a.shouldShowHover }]),
|
|
@@ -13470,7 +13516,7 @@ function Qp(e, t, n, r, i, a) {
|
|
|
13470
13516
|
size: "20"
|
|
13471
13517
|
}, null, 8, ["type"])], 6);
|
|
13472
13518
|
}
|
|
13473
|
-
var
|
|
13519
|
+
var rm = /*#__PURE__*/ V(tm, [["render", nm], ["__scopeId", "data-v-f66945cb"]]), im = Eo.default.default || Eo.default, am = {
|
|
13474
13520
|
name: "ecs-inline-edit",
|
|
13475
13521
|
emits: [
|
|
13476
13522
|
"save",
|
|
@@ -13482,7 +13528,7 @@ var $p = /*#__PURE__*/ V(Zp, [["render", Qp], ["__scopeId", "data-v-f66945cb"]])
|
|
|
13482
13528
|
EcsButton: X,
|
|
13483
13529
|
EcsClickableArea: _r
|
|
13484
13530
|
},
|
|
13485
|
-
directives: { clickOutSide:
|
|
13531
|
+
directives: { clickOutSide: im },
|
|
13486
13532
|
props: {
|
|
13487
13533
|
editing: {
|
|
13488
13534
|
type: Boolean,
|
|
@@ -13609,11 +13655,11 @@ var $p = /*#__PURE__*/ V(Zp, [["render", Qp], ["__scopeId", "data-v-f66945cb"]])
|
|
|
13609
13655
|
this.popperInstance &&= (this.popperInstance.destroy(), null);
|
|
13610
13656
|
}
|
|
13611
13657
|
}
|
|
13612
|
-
},
|
|
13658
|
+
}, om = {
|
|
13613
13659
|
ref: "editContent",
|
|
13614
13660
|
class: "ecs-inline-edit-content"
|
|
13615
|
-
},
|
|
13616
|
-
function
|
|
13661
|
+
}, sm = ["aria-label"];
|
|
13662
|
+
function cm(e, n, i, a, u, d) {
|
|
13617
13663
|
let p = A("ecs-clickable-area"), m = A("ecs-button"), h = j("click-out-side");
|
|
13618
13664
|
return se((T(), c("div", { class: b(["ecs-inline-edit", [
|
|
13619
13665
|
u.isEditing ? "is-editing" : "is-viewing",
|
|
@@ -13627,7 +13673,7 @@ function im(e, n, i, a, u, d) {
|
|
|
13627
13673
|
key: "edit",
|
|
13628
13674
|
class: "ecs-inline-edit-edit",
|
|
13629
13675
|
onKeydown: n[0] ||= L(R((...e) => d.undo && d.undo(...e), ["stop"]), ["esc"])
|
|
13630
|
-
}, [l("div",
|
|
13676
|
+
}, [l("div", om, [k(e.$slots, "edit", {}, void 0, !0)], 512)], 32)) : (T(), o(p, {
|
|
13631
13677
|
key: "view",
|
|
13632
13678
|
class: "ecs-inline-edit-view",
|
|
13633
13679
|
disabled: i.disabled || !i.triggerOnClick,
|
|
@@ -13658,9 +13704,9 @@ function im(e, n, i, a, u, d) {
|
|
|
13658
13704
|
disabled: i.disabled,
|
|
13659
13705
|
title: "Undo",
|
|
13660
13706
|
"aria-label": "Undo changes"
|
|
13661
|
-
}, null, 8, ["onClick", "disabled"])], 8,
|
|
13707
|
+
}, null, 8, ["onClick", "disabled"])], 8, sm)) : s("", !0)]))], 2)), [[h, d.onClickOutside]]);
|
|
13662
13708
|
}
|
|
13663
|
-
var
|
|
13709
|
+
var lm = /*#__PURE__*/ V(am, [["render", cm], ["__scopeId", "data-v-00fa7dec"]]), um = {
|
|
13664
13710
|
name: "ecs-input-group-addon",
|
|
13665
13711
|
components: { EcsIcon: H },
|
|
13666
13712
|
props: {
|
|
@@ -13674,7 +13720,7 @@ var am = /*#__PURE__*/ V(tm, [["render", im], ["__scopeId", "data-v-00fa7dec"]])
|
|
|
13674
13720
|
return this.icon && this.icon !== "" ? "has-icon" : this.icon;
|
|
13675
13721
|
} }
|
|
13676
13722
|
};
|
|
13677
|
-
function
|
|
13723
|
+
function dm(e, t, n, r, i, a) {
|
|
13678
13724
|
let l = A("ecs-icon");
|
|
13679
13725
|
return T(), c("span", { class: b(["ecs-input-group-addon", [a.iconClass, n.button ? "has-button" : ""]]) }, [k(e.$slots, "default"), n.icon ? (T(), o(l, {
|
|
13680
13726
|
key: 0,
|
|
@@ -13683,11 +13729,11 @@ function sm(e, t, n, r, i, a) {
|
|
|
13683
13729
|
color: "var(--color-gray-8)"
|
|
13684
13730
|
}, null, 8, ["type"])) : s("", !0)], 2);
|
|
13685
13731
|
}
|
|
13686
|
-
var
|
|
13687
|
-
function
|
|
13688
|
-
return T(), c("span",
|
|
13732
|
+
var fm = /*#__PURE__*/ V(um, [["render", dm]]), pm = { name: "ecs-input-connector" }, mm = { class: "ecs-input-group-addon connector" };
|
|
13733
|
+
function hm(e, t, n, r, i, a) {
|
|
13734
|
+
return T(), c("span", mm);
|
|
13689
13735
|
}
|
|
13690
|
-
var
|
|
13736
|
+
var gm = /*#__PURE__*/ V(pm, [["render", hm]]), _m = {
|
|
13691
13737
|
name: "ecs-input-float",
|
|
13692
13738
|
emits: ["input"],
|
|
13693
13739
|
mixins: [Y],
|
|
@@ -13753,7 +13799,7 @@ var fm = /*#__PURE__*/ V(lm, [["render", dm]]), pm = {
|
|
|
13753
13799
|
created() {
|
|
13754
13800
|
this.uniqueId = this.generateUniqueId();
|
|
13755
13801
|
}
|
|
13756
|
-
},
|
|
13802
|
+
}, vm = { class: "form-group has-float-label" }, ym = [
|
|
13757
13803
|
"id",
|
|
13758
13804
|
"type",
|
|
13759
13805
|
"name",
|
|
@@ -13763,9 +13809,9 @@ var fm = /*#__PURE__*/ V(lm, [["render", dm]]), pm = {
|
|
|
13763
13809
|
"placeholder",
|
|
13764
13810
|
"autocomplete",
|
|
13765
13811
|
"value"
|
|
13766
|
-
],
|
|
13767
|
-
function
|
|
13768
|
-
return T(), c("div",
|
|
13812
|
+
], bm = ["for"];
|
|
13813
|
+
function xm(e, t, n, r, i, a) {
|
|
13814
|
+
return T(), c("div", vm, [l("input", v({
|
|
13769
13815
|
class: ["form-control", [a.sizeClass, n.subtle ? "form-control-subtle" : null]],
|
|
13770
13816
|
id: i.uniqueId,
|
|
13771
13817
|
type: n.type,
|
|
@@ -13777,16 +13823,16 @@ function _m(e, t, n, r, i, a) {
|
|
|
13777
13823
|
autocomplete: n.autocomplete,
|
|
13778
13824
|
value: n.value,
|
|
13779
13825
|
onInput: t[0] ||= (...e) => a.changeValue && a.changeValue(...e)
|
|
13780
|
-
}, e.$attrs), null, 16,
|
|
13826
|
+
}, e.$attrs), null, 16, ym), l("label", { for: i.uniqueId }, N(n.label), 9, bm)]);
|
|
13781
13827
|
}
|
|
13782
|
-
var
|
|
13828
|
+
var Sm = /*#__PURE__*/ V(_m, [["render", xm], ["__scopeId", "data-v-dfa713b3"]]), Cm = { props: { singleInput: {
|
|
13783
13829
|
type: Boolean,
|
|
13784
13830
|
default: !1
|
|
13785
13831
|
} } };
|
|
13786
|
-
function
|
|
13832
|
+
function wm(e, t, n, r, i, a) {
|
|
13787
13833
|
return T(), c("div", { class: b(["ecs-input-group", n.singleInput ? "ecs-input-group-single" : ""]) }, [k(e.$slots, "default")], 2);
|
|
13788
13834
|
}
|
|
13789
|
-
var
|
|
13835
|
+
var Tm = /*#__PURE__*/ V(Cm, [["render", wm]]), Em = {
|
|
13790
13836
|
name: "ecs-inplace",
|
|
13791
13837
|
emits: ["update:index"],
|
|
13792
13838
|
data() {
|
|
@@ -13842,9 +13888,9 @@ var xm = /*#__PURE__*/ V(ym, [["render", bm]]), Sm = {
|
|
|
13842
13888
|
t && (this.slotHeights[this.currentSlot] = t.scrollHeight, e.style.height = `${this.slotHeights[this.currentSlot]}px`);
|
|
13843
13889
|
}
|
|
13844
13890
|
}
|
|
13845
|
-
},
|
|
13846
|
-
function
|
|
13847
|
-
return T(), c("div",
|
|
13891
|
+
}, Dm = { class: "ecs-inplace" }, Om = ["data-slot"];
|
|
13892
|
+
function km(e, t, n, r, a, o) {
|
|
13893
|
+
return T(), c("div", Dm, [f(i, {
|
|
13848
13894
|
name: "slide",
|
|
13849
13895
|
tag: "div",
|
|
13850
13896
|
class: "inplace-container",
|
|
@@ -13854,11 +13900,11 @@ function Tm(e, t, n, r, a, o) {
|
|
|
13854
13900
|
key: a.currentIndex,
|
|
13855
13901
|
class: "inplace-item",
|
|
13856
13902
|
"data-slot": o.currentSlot
|
|
13857
|
-
}, [k(e.$slots, o.currentSlot)], 8,
|
|
13903
|
+
}, [k(e.$slots, o.currentSlot)], 8, Om)) : s("", !0)]),
|
|
13858
13904
|
_: 3
|
|
13859
13905
|
}, 8, ["onEnter"])]);
|
|
13860
13906
|
}
|
|
13861
|
-
var
|
|
13907
|
+
var Am = /*#__PURE__*/ V(Em, [["render", km]]), jm = {
|
|
13862
13908
|
name: "ecs-jumper-document",
|
|
13863
13909
|
emits: [
|
|
13864
13910
|
"goToPrev",
|
|
@@ -13920,11 +13966,11 @@ var Em = /*#__PURE__*/ V(Sm, [["render", Tm]]), Dm = {
|
|
|
13920
13966
|
methods: { indexPosKeyPressed(e) {
|
|
13921
13967
|
this.$emit("indexPosKeyPressed", e), e.stopPropagation(), e.key == "Enter" && e.preventDefault();
|
|
13922
13968
|
} }
|
|
13923
|
-
},
|
|
13969
|
+
}, Mm = {
|
|
13924
13970
|
key: 0,
|
|
13925
13971
|
class: "ecs-viewer-toolbar-jumper-inputs"
|
|
13926
|
-
},
|
|
13927
|
-
function
|
|
13972
|
+
}, Nm = ["contenteditable", "disabled"];
|
|
13973
|
+
function Pm(e, t, n, r, i, a) {
|
|
13928
13974
|
let u = A("ecs-button-toolbar"), p = A("ecs-button-toolbar-group");
|
|
13929
13975
|
return T(), o(p, { class: "ecs-viewer-toolbar-jumper" }, {
|
|
13930
13976
|
default: I(() => [
|
|
@@ -13940,7 +13986,7 @@ function Am(e, t, n, r, i, a) {
|
|
|
13940
13986
|
"title",
|
|
13941
13987
|
"aria-label"
|
|
13942
13988
|
]),
|
|
13943
|
-
n.showCount ? (T(), c("div",
|
|
13989
|
+
n.showCount ? (T(), c("div", Mm, [
|
|
13944
13990
|
l("div", {
|
|
13945
13991
|
onClick: t[1] ||= (t) => e.$emit("selectCurEntryText"),
|
|
13946
13992
|
onKeydown: t[2] ||= (...e) => a.indexPosKeyPressed && a.indexPosKeyPressed(...e),
|
|
@@ -13949,7 +13995,7 @@ function Am(e, t, n, r, i, a) {
|
|
|
13949
13995
|
class: b(["ecs-viewer-toolbar-jumper-input", { disabled: n.disabled }]),
|
|
13950
13996
|
disabled: n.navigating || n.disabled,
|
|
13951
13997
|
id: "currEntry"
|
|
13952
|
-
}, N(n.currentEntry), 43,
|
|
13998
|
+
}, N(n.currentEntry), 43, Nm),
|
|
13953
13999
|
t[5] ||= d(" /\xA0 ", -1),
|
|
13954
14000
|
l("div", null, N(n.totalEntries), 1)
|
|
13955
14001
|
])) : s("", !0),
|
|
@@ -13969,7 +14015,7 @@ function Am(e, t, n, r, i, a) {
|
|
|
13969
14015
|
_: 1
|
|
13970
14016
|
});
|
|
13971
14017
|
}
|
|
13972
|
-
var
|
|
14018
|
+
var Fm = /*#__PURE__*/ V(jm, [["render", Pm], ["__scopeId", "data-v-f854b4ab"]]), Im = {
|
|
13973
14019
|
name: "ecs-jumper-index",
|
|
13974
14020
|
emits: [
|
|
13975
14021
|
"nextSearchResult",
|
|
@@ -14040,14 +14086,14 @@ var jm = /*#__PURE__*/ V(Dm, [["render", Am], ["__scopeId", "data-v-f854b4ab"]])
|
|
|
14040
14086
|
this.$emit("setSearchResultCount", e), e.stopPropagation(), e.key == "Enter" && e.preventDefault();
|
|
14041
14087
|
}
|
|
14042
14088
|
}
|
|
14043
|
-
},
|
|
14089
|
+
}, Lm = {
|
|
14044
14090
|
key: 0,
|
|
14045
14091
|
class: "ecs-jumper-count"
|
|
14046
|
-
},
|
|
14092
|
+
}, Rm = { class: "ecs-jumper-count-current" }, zm = { class: "ecs-jumper-count-total" }, Bm = {
|
|
14047
14093
|
key: 1,
|
|
14048
14094
|
class: "ecs-jumper-count-inputs"
|
|
14049
14095
|
};
|
|
14050
|
-
function
|
|
14096
|
+
function Vm(e, t, n, r, i, a) {
|
|
14051
14097
|
let u = A("ecs-button-toolbar"), p = A("ecs-button-toolbar-group");
|
|
14052
14098
|
return T(), o(p, { class: "ecs-jumper" }, {
|
|
14053
14099
|
default: I(() => [
|
|
@@ -14063,8 +14109,8 @@ function Lm(e, t, n, r, i, a) {
|
|
|
14063
14109
|
"title",
|
|
14064
14110
|
"aria-label"
|
|
14065
14111
|
]),
|
|
14066
|
-
n.showCount && !n.inputPagination ? (T(), c("div",
|
|
14067
|
-
n.inputPagination ? (T(), c("div",
|
|
14112
|
+
n.showCount && !n.inputPagination ? (T(), c("div", Lm, [l("span", Rm, N(a.currentPosition), 1), l("span", zm, "/" + N(n.maxCount), 1)])) : s("", !0),
|
|
14113
|
+
n.inputPagination ? (T(), c("div", Bm, [
|
|
14068
14114
|
l("div", {
|
|
14069
14115
|
onClick: t[0] ||= (...e) => a.selectSearchResultCount && a.selectSearchResultCount(...e),
|
|
14070
14116
|
onKeydown: t[1] ||= (...e) => a.setSearchResultCount && a.setSearchResultCount(...e),
|
|
@@ -14090,7 +14136,7 @@ function Lm(e, t, n, r, i, a) {
|
|
|
14090
14136
|
_: 1
|
|
14091
14137
|
});
|
|
14092
14138
|
}
|
|
14093
|
-
var
|
|
14139
|
+
var Hm = /*#__PURE__*/ V(Im, [["render", Vm], ["__scopeId", "data-v-d7f79667"]]), Um = {
|
|
14094
14140
|
name: "ecs-jumper-page",
|
|
14095
14141
|
emits: [
|
|
14096
14142
|
"selectCurPageText",
|
|
@@ -14141,16 +14187,16 @@ var Rm = /*#__PURE__*/ V(Mm, [["render", Lm], ["__scopeId", "data-v-d7f79667"]])
|
|
|
14141
14187
|
methods: { pageKeyPressed(e, t) {
|
|
14142
14188
|
this.$emit("currentPageKeyPressed", e), e.stopPropagation(), e.key == "Enter" && e.preventDefault();
|
|
14143
14189
|
} }
|
|
14144
|
-
},
|
|
14190
|
+
}, Wm = { class: "ecs-viewer-pages" }, Gm = { class: "ecs-viewer-pages-inner" }, Km = { class: "ecs-viewer-pages-pagination" }, qm = ["contenteditable"], Jm = { class: "total-pages" }, Ym = {
|
|
14145
14191
|
key: 0,
|
|
14146
14192
|
class: "page-missing-gaps",
|
|
14147
14193
|
title: "This transcript has missing page gaps"
|
|
14148
|
-
},
|
|
14194
|
+
}, Xm = { class: "ecs-viewer-pages-pagination" }, Zm = { class: "total-pages-relative" }, Qm = { class: "total-pages-relative" }, $m = {
|
|
14149
14195
|
key: 1,
|
|
14150
14196
|
class: "ecs-viewer-pages-pagination"
|
|
14151
|
-
},
|
|
14152
|
-
function
|
|
14153
|
-
return T(), c("div",
|
|
14197
|
+
}, eh = ["innerHTML"], th = { class: "total-pages" };
|
|
14198
|
+
function nh(t, n, r, i, a, o) {
|
|
14199
|
+
return T(), c("div", Wm, [l("div", Gm, [o.showAltPageNumbers ? (T(), c(e, { key: 0 }, [l("div", Km, [
|
|
14154
14200
|
l("div", {
|
|
14155
14201
|
onClick: n[0] ||= (e) => t.$emit("selectCurPageText"),
|
|
14156
14202
|
onKeydown: n[1] ||= (e) => o.pageKeyPressed(e, "relative"),
|
|
@@ -14158,10 +14204,10 @@ function Qm(t, n, r, i, a, o) {
|
|
|
14158
14204
|
contenteditable: !r.disabled,
|
|
14159
14205
|
class: b(["current-page", { disabled: r.disabled }]),
|
|
14160
14206
|
id: "currPage"
|
|
14161
|
-
}, N(r.currentPage), 43,
|
|
14162
|
-
l("div",
|
|
14163
|
-
r.isTranscriptMissingPages ? (T(), c("span",
|
|
14164
|
-
]), l("div",
|
|
14207
|
+
}, N(r.currentPage), 43, qm),
|
|
14208
|
+
l("div", Jm, "of " + N(r.lastPage), 1),
|
|
14209
|
+
r.isTranscriptMissingPages ? (T(), c("span", Ym, "*")) : s("", !0)
|
|
14210
|
+
]), l("div", Xm, [l("div", Zm, N(o.altPageNumber) + "\xA0", 1), l("div", Qm, "of " + N(r.pageCount), 1)])], 64)) : (T(), c("div", $m, [l("div", {
|
|
14165
14211
|
innerHTML: r.currentPage,
|
|
14166
14212
|
onClick: n[3] ||= (e) => t.$emit("selectCurPageText"),
|
|
14167
14213
|
onKeydown: n[4] ||= (e) => o.pageKeyPressed(e),
|
|
@@ -14169,9 +14215,9 @@ function Qm(t, n, r, i, a, o) {
|
|
|
14169
14215
|
contenteditable: !0,
|
|
14170
14216
|
class: "current-page",
|
|
14171
14217
|
id: "currPage"
|
|
14172
|
-
}, null, 40,
|
|
14218
|
+
}, null, 40, eh), l("div", th, "of " + N(r.pageCount), 1)]))])]);
|
|
14173
14219
|
}
|
|
14174
|
-
var
|
|
14220
|
+
var rh = /*#__PURE__*/ V(Um, [["render", nh], ["__scopeId", "data-v-5c8f8c17"]]), ih = {
|
|
14175
14221
|
name: "ecs-pane",
|
|
14176
14222
|
inject: [
|
|
14177
14223
|
"requestUpdate",
|
|
@@ -14235,14 +14281,14 @@ var $m = /*#__PURE__*/ V(zm, [["render", Qm], ["__scopeId", "data-v-5c8f8c17"]])
|
|
|
14235
14281
|
}
|
|
14236
14282
|
}
|
|
14237
14283
|
};
|
|
14238
|
-
function
|
|
14284
|
+
function ah(e, t, n, r, i, a) {
|
|
14239
14285
|
return T(), c("div", {
|
|
14240
14286
|
class: "ecs-pane",
|
|
14241
14287
|
onClick: t[0] ||= (t) => a.onPaneClick(t, e._.uid),
|
|
14242
14288
|
style: S(e.style)
|
|
14243
14289
|
}, [k(e.$slots, "default")], 4);
|
|
14244
14290
|
}
|
|
14245
|
-
var
|
|
14291
|
+
var oh = /*#__PURE__*/ V(ih, [["render", ah]]), sh = {
|
|
14246
14292
|
name: "ecs-splitpanes",
|
|
14247
14293
|
emits: [
|
|
14248
14294
|
"ready",
|
|
@@ -14553,12 +14599,12 @@ var nh = /*#__PURE__*/ V(eh, [["render", th]]), rh = {
|
|
|
14553
14599
|
]
|
|
14554
14600
|
}, this.$slots.default());
|
|
14555
14601
|
}
|
|
14556
|
-
},
|
|
14602
|
+
}, ch = {
|
|
14557
14603
|
name: "ecs-layout-index",
|
|
14558
14604
|
emits: ["resized"],
|
|
14559
14605
|
components: {
|
|
14560
|
-
EcsPane:
|
|
14561
|
-
EcsSplitpanes:
|
|
14606
|
+
EcsPane: oh,
|
|
14607
|
+
EcsSplitpanes: sh
|
|
14562
14608
|
},
|
|
14563
14609
|
props: {
|
|
14564
14610
|
overlaySidebar: {
|
|
@@ -14628,14 +14674,14 @@ var nh = /*#__PURE__*/ V(eh, [["render", th]]), rh = {
|
|
|
14628
14674
|
this.currentPanes = e, this.$emit("resized", e);
|
|
14629
14675
|
}
|
|
14630
14676
|
}
|
|
14631
|
-
},
|
|
14677
|
+
}, lh = ["data-pane"], uh = { class: "ecs-index-layout-contents" }, dh = {
|
|
14632
14678
|
key: 0,
|
|
14633
14679
|
class: "ecs-index-layout-table scrollbar"
|
|
14634
|
-
},
|
|
14680
|
+
}, fh = {
|
|
14635
14681
|
key: 2,
|
|
14636
14682
|
class: "ecs-index-layout-pagination"
|
|
14637
14683
|
};
|
|
14638
|
-
function
|
|
14684
|
+
function ph(e, t, n, r, i, a) {
|
|
14639
14685
|
let u = A("ecs-pane"), d = A("ecs-splitpanes");
|
|
14640
14686
|
return T(), c("div", {
|
|
14641
14687
|
class: b(["ecs-index-layout", [n.backgroundWhite ? "background-white" : ""]]),
|
|
@@ -14643,7 +14689,7 @@ function lh(e, t, n, r, i, a) {
|
|
|
14643
14689
|
}, [
|
|
14644
14690
|
k(e.$slots, "toolbar", {}, void 0, !0),
|
|
14645
14691
|
k(e.$slots, "action-toolbar", {}, void 0, !0),
|
|
14646
|
-
l("div", { class: b(["ecs-index-layout-wrap", [n.indent ? "indent" : ""]]) }, [l("main",
|
|
14692
|
+
l("div", { class: b(["ecs-index-layout-wrap", [n.indent ? "indent" : ""]]) }, [l("main", uh, [n.splitPane ? (T(), o(d, {
|
|
14647
14693
|
key: 1,
|
|
14648
14694
|
onResized: a.onPanesResized,
|
|
14649
14695
|
onPaneAdd: a.onPaneAdd,
|
|
@@ -14700,38 +14746,38 @@ function lh(e, t, n, r, i, a) {
|
|
|
14700
14746
|
"onResized",
|
|
14701
14747
|
"onPaneAdd",
|
|
14702
14748
|
"onPaneRemove"
|
|
14703
|
-
])) : (T(), c("div",
|
|
14749
|
+
])) : (T(), c("div", dh, [k(e.$slots, "default", {}, void 0, !0)])), e.$slots.pagination ? (T(), c("div", fh, [k(e.$slots, "pagination", {}, void 0, !0)])) : s("", !0)]), e.$slots.sidebar ? (T(), c("div", {
|
|
14704
14750
|
key: 0,
|
|
14705
14751
|
class: b(["ecs-index-layout-sidebar", [n.overlaySidebar ? "overlay" : ""]]),
|
|
14706
14752
|
style: S(a.sidebarPosition)
|
|
14707
14753
|
}, [k(e.$slots, "sidebar", {}, void 0, !0)], 6)) : s("", !0)], 2)
|
|
14708
|
-
], 10,
|
|
14754
|
+
], 10, lh);
|
|
14709
14755
|
}
|
|
14710
|
-
var
|
|
14756
|
+
var mh = /*#__PURE__*/ V(ch, [["render", ph], ["__scopeId", "data-v-4e83743f"]]), hh = {
|
|
14711
14757
|
name: "ecs-layout-directory",
|
|
14712
14758
|
props: { indent: {
|
|
14713
14759
|
type: Boolean,
|
|
14714
14760
|
default: !1
|
|
14715
14761
|
} }
|
|
14716
|
-
},
|
|
14762
|
+
}, gh = { class: "ecs-directory-layout" }, _h = { class: "ecs-directory-layout-wrap" }, vh = { class: "ecs-directory-layout-contents" }, yh = {
|
|
14717
14763
|
key: 0,
|
|
14718
14764
|
class: "ecs-directory-layout-directory"
|
|
14719
|
-
},
|
|
14765
|
+
}, bh = {
|
|
14720
14766
|
key: 1,
|
|
14721
14767
|
class: "ecs-directory-layout-sidebar"
|
|
14722
14768
|
};
|
|
14723
|
-
function
|
|
14724
|
-
return T(), c("div",
|
|
14769
|
+
function xh(e, t, n, r, i, a) {
|
|
14770
|
+
return T(), c("div", gh, [
|
|
14725
14771
|
k(e.$slots, "toolbar", {}, void 0, !0),
|
|
14726
14772
|
k(e.$slots, "action-toolbar", {}, void 0, !0),
|
|
14727
|
-
l("div",
|
|
14728
|
-
e.$slots.directory ? (T(), c("aside",
|
|
14773
|
+
l("div", _h, [l("div", vh, [
|
|
14774
|
+
e.$slots.directory ? (T(), c("aside", yh, [k(e.$slots, "directory", {}, void 0, !0)])) : s("", !0),
|
|
14729
14775
|
l("main", { class: b(["ecs-directory-layout-entry scrollbar", [e.$slots.sidebar ? "has-sidebar" : ""]]) }, [k(e.$slots, "default", {}, void 0, !0)], 2),
|
|
14730
|
-
e.$slots.sidebar ? (T(), c("div",
|
|
14776
|
+
e.$slots.sidebar ? (T(), c("div", bh, [k(e.$slots, "sidebar", {}, void 0, !0)])) : s("", !0)
|
|
14731
14777
|
])])
|
|
14732
14778
|
]);
|
|
14733
14779
|
}
|
|
14734
|
-
var
|
|
14780
|
+
var Sh = /*#__PURE__*/ V(hh, [["render", xh], ["__scopeId", "data-v-f5afc4e6"]]), Ch = {
|
|
14735
14781
|
name: "ecs-layout-data-table",
|
|
14736
14782
|
components: {
|
|
14737
14783
|
EcsActionToolbar: Ae,
|
|
@@ -14782,24 +14828,24 @@ var vh = /*#__PURE__*/ V(dh, [["render", _h], ["__scopeId", "data-v-f5afc4e6"]])
|
|
|
14782
14828
|
created() {
|
|
14783
14829
|
this.showStatistics = localStorage.getItem("showStatistics") !== "false", this.statisticsId = this.generateUniqueId();
|
|
14784
14830
|
}
|
|
14785
|
-
},
|
|
14831
|
+
}, wh = () => {
|
|
14786
14832
|
ne((e) => ({ v25931314: e.statisticsHeight }));
|
|
14787
|
-
},
|
|
14788
|
-
|
|
14789
|
-
var
|
|
14833
|
+
}, Th = Ch.setup;
|
|
14834
|
+
Ch.setup = Th ? (e, t) => (wh(), Th(e, t)) : wh;
|
|
14835
|
+
var Eh = { class: "ecs-data-layout-content" }, Dh = {
|
|
14790
14836
|
key: 0,
|
|
14791
14837
|
role: "toolbar",
|
|
14792
14838
|
"aria-label": "Main",
|
|
14793
14839
|
class: "ecs-data-layout-toolbar"
|
|
14794
|
-
},
|
|
14840
|
+
}, Oh = ["id"], kh = { class: "ecs-data-layout-data" }, Ah = { class: "ecs-data-layout-sidebar-inner" }, jh = {
|
|
14795
14841
|
key: 0,
|
|
14796
14842
|
class: "ecs-data-layout-sidebar-header"
|
|
14797
|
-
},
|
|
14798
|
-
function
|
|
14843
|
+
}, Mh = { class: "ecs-data-layout-sidebar-content scrollbar scrollbar-sml" }, Nh = { class: "ecs-data-layout-overlay-sidebar-panel" };
|
|
14844
|
+
function Ph(e, t, n, i, a, u) {
|
|
14799
14845
|
let d = A("ecs-button"), p = A("ecs-action-toolbar");
|
|
14800
14846
|
return T(), c("div", { class: b(["ecs-data-layout", n.leftBorder ? "left-border" : ""]) }, [
|
|
14801
|
-
l("main",
|
|
14802
|
-
e.$slots.toolbar ? (T(), c("div",
|
|
14847
|
+
l("main", Eh, [
|
|
14848
|
+
e.$slots.toolbar ? (T(), c("div", Dh, [k(e.$slots, "toolbar", {}, void 0, !0), e.$slots.statistics ? (T(), o(d, {
|
|
14803
14849
|
key: 0,
|
|
14804
14850
|
onClick: u.toggleStatistics,
|
|
14805
14851
|
type: a.showStatistics ? "primary" : "secondary",
|
|
@@ -14825,7 +14871,7 @@ function Ah(e, t, n, i, a, u) {
|
|
|
14825
14871
|
class: "ecs-data-layout-statistics scrollbar scrollbar-sml vertical",
|
|
14826
14872
|
id: a.statisticsId,
|
|
14827
14873
|
style: S({ height: `${n.statisticsHeight}px` })
|
|
14828
|
-
}, [k(e.$slots, "statistics", {}, void 0, !0)], 12,
|
|
14874
|
+
}, [k(e.$slots, "statistics", {}, void 0, !0)], 12, Oh)) : s("", !0)]),
|
|
14829
14875
|
_: 3
|
|
14830
14876
|
}, 8, ["name"]),
|
|
14831
14877
|
e.$slots.actionbar ? se((T(), o(p, {
|
|
@@ -14835,20 +14881,20 @@ function Ah(e, t, n, i, a, u) {
|
|
|
14835
14881
|
default: I(() => [k(e.$slots, "actionbar", {}, void 0, !0)]),
|
|
14836
14882
|
_: 3
|
|
14837
14883
|
}, 8, ["padding"])), [[ae, n.showActionbar]]) : s("", !0),
|
|
14838
|
-
l("div",
|
|
14884
|
+
l("div", kh, [k(e.$slots, "default", {}, void 0, !0)])
|
|
14839
14885
|
]),
|
|
14840
14886
|
e.$slots.sidebarcontent || e.$slots.sidebarheader ? (T(), c("aside", {
|
|
14841
14887
|
key: 0,
|
|
14842
14888
|
class: b(["ecs-data-layout-sidebar", n.sidebarExpanded ? "expanded" : ""])
|
|
14843
|
-
}, [l("div",
|
|
14889
|
+
}, [l("div", Ah, [e.$slots.sidebarheader ? (T(), c("div", jh, [k(e.$slots, "sidebarheader", {}, void 0, !0)])) : s("", !0), l("div", Mh, [k(e.$slots, "sidebarcontent", {}, void 0, !0)])])], 2)) : s("", !0),
|
|
14844
14890
|
e.$slots.overlaysidebar ? (T(), c("aside", {
|
|
14845
14891
|
key: 1,
|
|
14846
14892
|
class: b(["ecs-data-layout-overlay-sidebar", n.overlaySidebarExpanded ? "expanded" : ""]),
|
|
14847
14893
|
"data-test": "overlay-sidebar"
|
|
14848
|
-
}, [t[0] ||= l("div", { class: "ecs-data-layout-overlay-sidebar-backdrop" }, null, -1), l("div",
|
|
14894
|
+
}, [t[0] ||= l("div", { class: "ecs-data-layout-overlay-sidebar-backdrop" }, null, -1), l("div", Nh, [k(e.$slots, "overlaysidebar", {}, void 0, !0)])], 2)) : s("", !0)
|
|
14849
14895
|
], 2);
|
|
14850
14896
|
}
|
|
14851
|
-
var
|
|
14897
|
+
var Fh = /*#__PURE__*/ V(Ch, [["render", Ph], ["__scopeId", "data-v-f2f03b2c"]]), Ih = {
|
|
14852
14898
|
name: "ecs-legend-item",
|
|
14853
14899
|
emits: ["click"],
|
|
14854
14900
|
components: {
|
|
@@ -14890,17 +14936,17 @@ var jh = /*#__PURE__*/ V(yh, [["render", Ah], ["__scopeId", "data-v-f2f03b2c"]])
|
|
|
14890
14936
|
return `ecs-legend-item-${this.size}`;
|
|
14891
14937
|
}
|
|
14892
14938
|
}
|
|
14893
|
-
},
|
|
14939
|
+
}, Lh = { class: "ecs-legend-item-label-container" }, Rh = { class: "ecs-legend-item-label" }, zh = {
|
|
14894
14940
|
key: 0,
|
|
14895
14941
|
class: "ecs-legend-item-custom-label"
|
|
14896
|
-
},
|
|
14942
|
+
}, Bh = {
|
|
14897
14943
|
key: 0,
|
|
14898
14944
|
class: "ecs-legend-item-count"
|
|
14899
|
-
},
|
|
14945
|
+
}, Vh = {
|
|
14900
14946
|
key: 1,
|
|
14901
14947
|
class: "ecs-legend-item-percentage"
|
|
14902
14948
|
};
|
|
14903
|
-
function
|
|
14949
|
+
function Hh(e, t, n, r, i, a) {
|
|
14904
14950
|
let u = A("ecs-focus-ring"), d = A("ecs-flex-row");
|
|
14905
14951
|
return T(), o(d, {
|
|
14906
14952
|
onClick: t[0] ||= (t) => e.$emit("click", t),
|
|
@@ -14918,9 +14964,9 @@ function Rh(e, t, n, r, i, a) {
|
|
|
14918
14964
|
class: b(["ecs-legend-item-color", n.type]),
|
|
14919
14965
|
style: S({ backgroundColor: n.color })
|
|
14920
14966
|
}, null, 6),
|
|
14921
|
-
l("div",
|
|
14922
|
-
n.count ? (T(), c("div",
|
|
14923
|
-
n.percentage ? (T(), c("div",
|
|
14967
|
+
l("div", Lh, [l("div", Rh, N(n.label), 1), e.$slots.label ? (T(), c("div", zh, [k(e.$slots, "label", {}, void 0, !0)])) : s("", !0)]),
|
|
14968
|
+
n.count ? (T(), c("div", Bh, N(n.count), 1)) : s("", !0),
|
|
14969
|
+
n.percentage ? (T(), c("div", Vh, N(a.percentageLabel), 1)) : s("", !0),
|
|
14924
14970
|
n.highlight || n.hover ? (T(), c("div", {
|
|
14925
14971
|
key: 2,
|
|
14926
14972
|
class: "ecs-legend-item-highlight",
|
|
@@ -14935,7 +14981,7 @@ function Rh(e, t, n, r, i, a) {
|
|
|
14935
14981
|
"class"
|
|
14936
14982
|
]);
|
|
14937
14983
|
}
|
|
14938
|
-
var
|
|
14984
|
+
var Uh = /*#__PURE__*/ V(Ih, [["render", Hh], ["__scopeId", "data-v-31e7ba6e"]]), Wh = {
|
|
14939
14985
|
name: "ecs-log-message",
|
|
14940
14986
|
components: {
|
|
14941
14987
|
EcsFlexRow: K,
|
|
@@ -14988,14 +15034,14 @@ var zh = /*#__PURE__*/ V(Mh, [["render", Rh], ["__scopeId", "data-v-31e7ba6e"]])
|
|
|
14988
15034
|
return ["warning", "error"].includes(this.type) ? "alert" : null;
|
|
14989
15035
|
}
|
|
14990
15036
|
}
|
|
14991
|
-
},
|
|
15037
|
+
}, Gh = {
|
|
14992
15038
|
key: 0,
|
|
14993
15039
|
class: "ecs-log-message-indicator"
|
|
14994
|
-
},
|
|
15040
|
+
}, Kh = { class: "ecs-log-message-content" }, qh = {
|
|
14995
15041
|
key: 3,
|
|
14996
15042
|
class: "ecs-log-message-meta"
|
|
14997
|
-
},
|
|
14998
|
-
function
|
|
15043
|
+
}, Jh = { class: "ecs-log-message-meta-text" };
|
|
15044
|
+
function Yh(e, t, n, r, i, a) {
|
|
14999
15045
|
let u = A("ecs-skeleton-loader"), d = A("ecs-sticker"), f = A("ecs-flex-row");
|
|
15000
15046
|
return T(), o(f, {
|
|
15001
15047
|
class: b(["ecs-log-message", [n.type, n.variant]]),
|
|
@@ -15006,7 +15052,7 @@ function Gh(e, t, n, r, i, a) {
|
|
|
15006
15052
|
style: S(a.padding)
|
|
15007
15053
|
}, {
|
|
15008
15054
|
default: I(() => [
|
|
15009
|
-
n.variant === "indicator" ? (T(), c("div",
|
|
15055
|
+
n.variant === "indicator" ? (T(), c("div", Gh)) : s("", !0),
|
|
15010
15056
|
n.loading && n.type != "blank" ? (T(), o(u, {
|
|
15011
15057
|
key: 1,
|
|
15012
15058
|
type: "rect",
|
|
@@ -15016,7 +15062,7 @@ function Gh(e, t, n, r, i, a) {
|
|
|
15016
15062
|
key: 2,
|
|
15017
15063
|
type: n.type
|
|
15018
15064
|
}, null, 8, ["type"])),
|
|
15019
|
-
l("div",
|
|
15065
|
+
l("div", Kh, [n.loading ? (T(), o(u, {
|
|
15020
15066
|
key: 0,
|
|
15021
15067
|
type: "single",
|
|
15022
15068
|
width: 40,
|
|
@@ -15025,11 +15071,11 @@ function Gh(e, t, n, r, i, a) {
|
|
|
15025
15071
|
key: 2,
|
|
15026
15072
|
class: b(["ecs-log-message-collapse", { expanded: i.expanded }])
|
|
15027
15073
|
}, [k(e.$slots, "collapse", {}, void 0, !0)], 2)) : s("", !0)]),
|
|
15028
|
-
(n.meta || e.$slots.collapse) && !n.loading ? (T(), c("div",
|
|
15074
|
+
(n.meta || e.$slots.collapse) && !n.loading ? (T(), c("div", qh, [e.$slots.collapse ? (T(), c("button", {
|
|
15029
15075
|
key: 0,
|
|
15030
15076
|
onClick: t[0] ||= (e) => i.expanded = !i.expanded,
|
|
15031
15077
|
class: "ecs-log-message-collapse-button"
|
|
15032
|
-
}, N(n.collapseButtonText), 1)) : s("", !0), l("div",
|
|
15078
|
+
}, N(n.collapseButtonText), 1)) : s("", !0), l("div", Jh, N(n.meta), 1)])) : s("", !0)
|
|
15033
15079
|
]),
|
|
15034
15080
|
_: 3
|
|
15035
15081
|
}, 8, [
|
|
@@ -15039,7 +15085,7 @@ function Gh(e, t, n, r, i, a) {
|
|
|
15039
15085
|
"style"
|
|
15040
15086
|
]);
|
|
15041
15087
|
}
|
|
15042
|
-
var
|
|
15088
|
+
var Xh = /*#__PURE__*/ V(Wh, [["render", Yh], ["__scopeId", "data-v-e0610fe5"]]), Zh = {
|
|
15043
15089
|
name: "ecs-map",
|
|
15044
15090
|
components: { EcsFocusRing: U },
|
|
15045
15091
|
props: {
|
|
@@ -15064,8 +15110,8 @@ var Kh = /*#__PURE__*/ V(Bh, [["render", Gh], ["__scopeId", "data-v-e0610fe5"]])
|
|
|
15064
15110
|
return `https://maps.googleapis.com/maps/api/staticmap?maptype=terrain&sensor=false&format=png&zoom=13&key=${this.apiKey}&visual_refresh=true&scale=2&size=320x220&style=feature:poi|visibility:off¢er=${this.address}`;
|
|
15065
15111
|
}
|
|
15066
15112
|
}
|
|
15067
|
-
},
|
|
15068
|
-
function
|
|
15113
|
+
}, Qh = ["href"], $h = ["src", "alt"];
|
|
15114
|
+
function eg(e, t, n, r, i, a) {
|
|
15069
15115
|
let o = A("ecs-focus-ring");
|
|
15070
15116
|
return T(), c("div", { class: b(["ecs-map", [n.marker ? "ecs-map-marker" : ""]]) }, [l("a", {
|
|
15071
15117
|
target: "_blank",
|
|
@@ -15074,12 +15120,12 @@ function Xh(e, t, n, r, i, a) {
|
|
|
15074
15120
|
}, [l("img", {
|
|
15075
15121
|
src: a.mapImageUrl,
|
|
15076
15122
|
alt: "Map of " + n.address
|
|
15077
|
-
}, null, 8,
|
|
15123
|
+
}, null, 8, $h), f(o, {
|
|
15078
15124
|
inset: 0,
|
|
15079
15125
|
radius: 4
|
|
15080
|
-
})], 8,
|
|
15126
|
+
})], 8, Qh)], 2);
|
|
15081
15127
|
}
|
|
15082
|
-
var
|
|
15128
|
+
var tg = /*#__PURE__*/ V(Zh, [["render", eg], ["__scopeId", "data-v-81e2d377"]]), ng = {
|
|
15083
15129
|
name: "ecs-modal",
|
|
15084
15130
|
props: {
|
|
15085
15131
|
show: {
|
|
@@ -15124,14 +15170,14 @@ var Zh = /*#__PURE__*/ V(qh, [["render", Xh], ["__scopeId", "data-v-81e2d377"]])
|
|
|
15124
15170
|
mounted() {
|
|
15125
15171
|
this.show && (this.isShown = !0);
|
|
15126
15172
|
}
|
|
15127
|
-
},
|
|
15173
|
+
}, rg = {
|
|
15128
15174
|
key: 0,
|
|
15129
15175
|
class: "ecs-modal-header-wrap"
|
|
15130
|
-
},
|
|
15176
|
+
}, ig = { class: "ecs-modal-content-wrap scrollbar" }, ag = {
|
|
15131
15177
|
key: 1,
|
|
15132
15178
|
class: "ecs-modal-footer-wrap"
|
|
15133
15179
|
};
|
|
15134
|
-
function
|
|
15180
|
+
function og(e, t, n, i, a, u) {
|
|
15135
15181
|
return T(), o(r, { name: "dialog-fade" }, {
|
|
15136
15182
|
default: I(() => [a.isShown ? (T(), c("div", {
|
|
15137
15183
|
key: 0,
|
|
@@ -15140,14 +15186,14 @@ function ng(e, t, n, i, a, u) {
|
|
|
15140
15186
|
class: "ecs-modal-dialog ecs-modal-sheet",
|
|
15141
15187
|
style: S([u.fixedHeightStyle, u.widthStyle])
|
|
15142
15188
|
}, [
|
|
15143
|
-
e.$slots.header ? (T(), c("div",
|
|
15144
|
-
l("div",
|
|
15145
|
-
e.$slots.footer ? (T(), c("div",
|
|
15189
|
+
e.$slots.header ? (T(), c("div", rg, [k(e.$slots, "header", {}, void 0, !0)])) : s("", !0),
|
|
15190
|
+
l("div", ig, [k(e.$slots, "default", {}, void 0, !0)]),
|
|
15191
|
+
e.$slots.footer ? (T(), c("div", ag, [k(e.$slots, "footer", {}, void 0, !0)])) : s("", !0)
|
|
15146
15192
|
], 4), t[0] ||= l("div", { class: "ecs-modal-backdrop ecs-modal-sheet-backdrop" }, null, -1)], 2)) : s("", !0)]),
|
|
15147
15193
|
_: 3
|
|
15148
15194
|
});
|
|
15149
15195
|
}
|
|
15150
|
-
var
|
|
15196
|
+
var sg = /*#__PURE__*/ V(ng, [["render", og], ["__scopeId", "data-v-317f069f"]]), cg = {
|
|
15151
15197
|
name: "ecs-modal-header",
|
|
15152
15198
|
emits: ["close"],
|
|
15153
15199
|
components: {
|
|
@@ -15181,17 +15227,17 @@ var rg = /*#__PURE__*/ V(Qh, [["render", ng], ["__scopeId", "data-v-317f069f"]])
|
|
|
15181
15227
|
e && (e.focus(), e.click());
|
|
15182
15228
|
}
|
|
15183
15229
|
} }
|
|
15184
|
-
},
|
|
15230
|
+
}, lg = {
|
|
15185
15231
|
class: "ecs-modal-header-main",
|
|
15186
15232
|
ref: "firstFocusable",
|
|
15187
15233
|
tabindex: "0"
|
|
15188
|
-
},
|
|
15234
|
+
}, ug = { class: "ecs-modal-header-main-inner" }, dg = {
|
|
15189
15235
|
key: 0,
|
|
15190
15236
|
class: "ecs-modal-header-extended"
|
|
15191
15237
|
};
|
|
15192
|
-
function
|
|
15238
|
+
function fg(e, t, n, r, i, a) {
|
|
15193
15239
|
let o = A("ecs-button");
|
|
15194
|
-
return T(), c("div", { class: b(["ecs-modal-header", a.typeClass]) }, [l("div",
|
|
15240
|
+
return T(), c("div", { class: b(["ecs-modal-header", a.typeClass]) }, [l("div", lg, [l("div", ug, [k(e.$slots, "default", {}, void 0, !0)]), f(o, {
|
|
15195
15241
|
onClick: t[0] ||= (t) => e.$emit("close"),
|
|
15196
15242
|
title: "Close",
|
|
15197
15243
|
"aria-label": "Close",
|
|
@@ -15202,16 +15248,16 @@ function cg(e, t, n, r, i, a) {
|
|
|
15202
15248
|
"focus-inset": -1,
|
|
15203
15249
|
"data-close-button": "",
|
|
15204
15250
|
"data-test": "close-modal-button"
|
|
15205
|
-
})], 512), e.$slots.extension ? (T(), c("div",
|
|
15251
|
+
})], 512), e.$slots.extension ? (T(), c("div", dg, [k(e.$slots, "extension", {}, void 0, !0)])) : s("", !0)], 2);
|
|
15206
15252
|
}
|
|
15207
|
-
var
|
|
15253
|
+
var pg = /*#__PURE__*/ V(cg, [["render", fg], ["__scopeId", "data-v-7d67bede"]]), mg = { name: "ecs-modal-footer" }, hg = { class: "ecs-modal-footer" }, gg = {
|
|
15208
15254
|
key: 0,
|
|
15209
15255
|
class: "ecs-modal-footer-secondary"
|
|
15210
|
-
},
|
|
15211
|
-
function
|
|
15212
|
-
return T(), c("div",
|
|
15256
|
+
}, _g = { class: "ecs-modal-footer-main" };
|
|
15257
|
+
function vg(e, t, n, r, i, a) {
|
|
15258
|
+
return T(), c("div", hg, [e.$slots.secondary ? (T(), c("div", gg, [k(e.$slots, "secondary", {}, void 0, !0)])) : s("", !0), l("div", _g, [k(e.$slots, "default", {}, void 0, !0)])]);
|
|
15213
15259
|
}
|
|
15214
|
-
var
|
|
15260
|
+
var yg = /*#__PURE__*/ V(mg, [["render", vg], ["__scopeId", "data-v-05db6a92"]]), bg = {
|
|
15215
15261
|
name: "ecs-multiselect-search-token",
|
|
15216
15262
|
emits: [
|
|
15217
15263
|
"remove",
|
|
@@ -15254,29 +15300,29 @@ var hg = /*#__PURE__*/ V(ug, [["render", mg], ["__scopeId", "data-v-05db6a92"]])
|
|
|
15254
15300
|
this.$emit("editToken", e);
|
|
15255
15301
|
}
|
|
15256
15302
|
}
|
|
15257
|
-
},
|
|
15303
|
+
}, xg = {
|
|
15258
15304
|
key: 0,
|
|
15259
15305
|
class: "symbol"
|
|
15260
|
-
},
|
|
15306
|
+
}, Sg = {
|
|
15261
15307
|
key: 0,
|
|
15262
15308
|
class: "operator"
|
|
15263
|
-
},
|
|
15309
|
+
}, Cg = { class: "query" }, wg = {
|
|
15264
15310
|
key: 0,
|
|
15265
15311
|
class: "descriptor"
|
|
15266
15312
|
};
|
|
15267
|
-
function
|
|
15313
|
+
function Tg(e, t, n, r, i, a) {
|
|
15268
15314
|
let o = A("ecs-icon"), u = A("ecs-focus-ring");
|
|
15269
15315
|
return T(), c("div", {
|
|
15270
15316
|
class: b(["ecs-multiselect-search-token", [a.typeClass, { editable: n.editable }]]),
|
|
15271
15317
|
tabindex: "0",
|
|
15272
15318
|
onKeydown: t[5] ||= L((t) => e.$emit("remove", t), ["delete"])
|
|
15273
|
-
}, [n.icon || n.operator || n.operatorSwitch ? (T(), c("div",
|
|
15319
|
+
}, [n.icon || n.operator || n.operatorSwitch ? (T(), c("div", xg, [
|
|
15274
15320
|
f(o, {
|
|
15275
15321
|
type: n.icon,
|
|
15276
15322
|
size: "20",
|
|
15277
15323
|
color: "var(--color-white)"
|
|
15278
15324
|
}, null, 8, ["type"]),
|
|
15279
|
-
n.operator && !n.operatorSwitch ? (T(), c("div",
|
|
15325
|
+
n.operator && !n.operatorSwitch ? (T(), c("div", Sg, N(n.operator), 1)) : s("", !0),
|
|
15280
15326
|
n.operatorSwitch ? (T(), c("button", {
|
|
15281
15327
|
key: 1,
|
|
15282
15328
|
onClick: t[0] ||= (...e) => a.handleOperatorToggle && a.handleOperatorToggle(...e),
|
|
@@ -15298,8 +15344,8 @@ function xg(e, t, n, r, i, a) {
|
|
|
15298
15344
|
}, null, 8, ["class"]),
|
|
15299
15345
|
f(u, { radius: 12 })
|
|
15300
15346
|
], 2)) : s("", !0)
|
|
15301
|
-
])) : s("", !0), l("div",
|
|
15302
|
-
n.descriptor ? (T(), c("div",
|
|
15347
|
+
])) : s("", !0), l("div", Cg, [
|
|
15348
|
+
n.descriptor ? (T(), c("div", wg, N(n.descriptor), 1)) : s("", !0),
|
|
15303
15349
|
n.editable ? (T(), c("button", {
|
|
15304
15350
|
key: 1,
|
|
15305
15351
|
onClick: t[1] ||= (...e) => a.handleEditToken && a.handleEditToken(...e),
|
|
@@ -15329,7 +15375,7 @@ function xg(e, t, n, r, i, a) {
|
|
|
15329
15375
|
}), f(u, { radius: 12 })], 32)
|
|
15330
15376
|
])], 34);
|
|
15331
15377
|
}
|
|
15332
|
-
var
|
|
15378
|
+
var Eg = /*#__PURE__*/ V(bg, [["render", Tg], ["__scopeId", "data-v-41602e43"]]), Dg = {
|
|
15333
15379
|
name: "ecs-multiselect-token",
|
|
15334
15380
|
emits: ["remove"],
|
|
15335
15381
|
components: {
|
|
@@ -15337,7 +15383,7 @@ var Sg = /*#__PURE__*/ V(gg, [["render", xg], ["__scopeId", "data-v-41602e43"]])
|
|
|
15337
15383
|
EcsFocusRing: U
|
|
15338
15384
|
}
|
|
15339
15385
|
};
|
|
15340
|
-
function
|
|
15386
|
+
function Og(e, t, n, r, i, a) {
|
|
15341
15387
|
let o = A("ecs-icon"), s = A("ecs-focus-ring");
|
|
15342
15388
|
return T(), c("div", {
|
|
15343
15389
|
class: "ecs-multiselect-token",
|
|
@@ -15352,7 +15398,7 @@ function wg(e, t, n, r, i, a) {
|
|
|
15352
15398
|
color: "#FFF"
|
|
15353
15399
|
}), f(s, { radius: 12 })])], 32);
|
|
15354
15400
|
}
|
|
15355
|
-
var
|
|
15401
|
+
var kg = /*#__PURE__*/ V(Dg, [["render", Og], ["__scopeId", "data-v-daa501d2"]]), Ag = {
|
|
15356
15402
|
name: "ecs-multiselect-option",
|
|
15357
15403
|
components: {
|
|
15358
15404
|
EcsIcon: H,
|
|
@@ -15400,14 +15446,14 @@ var Tg = /*#__PURE__*/ V(Cg, [["render", wg], ["__scopeId", "data-v-daa501d2"]])
|
|
|
15400
15446
|
return this.isPlainTextSlotContent ? { display: "block" } : { display: "flex" };
|
|
15401
15447
|
}
|
|
15402
15448
|
}
|
|
15403
|
-
},
|
|
15449
|
+
}, jg = ["role"], Mg = {
|
|
15404
15450
|
key: 1,
|
|
15405
15451
|
class: "color"
|
|
15406
|
-
},
|
|
15452
|
+
}, Ng = {
|
|
15407
15453
|
key: 2,
|
|
15408
15454
|
class: "ecs-multiselect-option-content-count"
|
|
15409
15455
|
};
|
|
15410
|
-
function
|
|
15456
|
+
function Pg(e, t, n, r, i, a) {
|
|
15411
15457
|
let u = A("ecs-icon"), p = A("ecs-flex-row"), m = A("ecs-text-v2");
|
|
15412
15458
|
return T(), c("div", {
|
|
15413
15459
|
class: b(["ecs-multiselect-option", [a.typeClass, n.highlighted ? "highlighted" : ""]]),
|
|
@@ -15421,7 +15467,7 @@ function Ag(e, t, n, r, i, a) {
|
|
|
15421
15467
|
key: 0,
|
|
15422
15468
|
type: n.icon,
|
|
15423
15469
|
size: "20"
|
|
15424
|
-
}, null, 8, ["type"])) : n.color ? (T(), c("div",
|
|
15470
|
+
}, null, 8, ["type"])) : n.color ? (T(), c("div", Mg, [l("div", {
|
|
15425
15471
|
class: "color-dot",
|
|
15426
15472
|
style: S({ backgroundColor: n.color })
|
|
15427
15473
|
}, null, 4)])) : s("", !0),
|
|
@@ -15429,7 +15475,7 @@ function Ag(e, t, n, r, i, a) {
|
|
|
15429
15475
|
class: "ecs-multiselect-option-content-text",
|
|
15430
15476
|
style: S(a.slotContentStyle)
|
|
15431
15477
|
}, [k(e.$slots, "default", {}, void 0, !0)], 4),
|
|
15432
|
-
n.count ? (T(), c("span",
|
|
15478
|
+
n.count ? (T(), c("span", Ng, N(n.count), 1)) : s("", !0)
|
|
15433
15479
|
]),
|
|
15434
15480
|
_: 3
|
|
15435
15481
|
}), n.help ? (T(), c("div", {
|
|
@@ -15438,9 +15484,9 @@ function Ag(e, t, n, r, i, a) {
|
|
|
15438
15484
|
}, [f(m, { preset: "form" }, {
|
|
15439
15485
|
default: I(() => [d(N(n.help), 1)]),
|
|
15440
15486
|
_: 1
|
|
15441
|
-
})], 2)) : s("", !0)], 10,
|
|
15487
|
+
})], 2)) : s("", !0)], 10, jg);
|
|
15442
15488
|
}
|
|
15443
|
-
var
|
|
15489
|
+
var Fg = /*#__PURE__*/ V(Ag, [["render", Pg], ["__scopeId", "data-v-28659eb6"]]), Ig = {
|
|
15444
15490
|
name: "ecs-overlay",
|
|
15445
15491
|
emits: ["close", "toggled"],
|
|
15446
15492
|
components: {
|
|
@@ -15558,38 +15604,38 @@ var jg = /*#__PURE__*/ V(Eg, [["render", Ag], ["__scopeId", "data-v-28659eb6"]])
|
|
|
15558
15604
|
this.isShown && this.setScrollPaddings();
|
|
15559
15605
|
}, 10);
|
|
15560
15606
|
} }
|
|
15561
|
-
},
|
|
15607
|
+
}, Lg = { class: "ecs-overlay-titles" }, Rg = { class: "title" }, zg = {
|
|
15562
15608
|
key: 0,
|
|
15563
15609
|
class: "emphasized"
|
|
15564
|
-
},
|
|
15610
|
+
}, Bg = {
|
|
15565
15611
|
key: 0,
|
|
15566
15612
|
class: "subline"
|
|
15567
|
-
},
|
|
15613
|
+
}, Vg = {
|
|
15568
15614
|
key: 0,
|
|
15569
15615
|
class: "ecs-overlay-header-controls"
|
|
15570
|
-
},
|
|
15616
|
+
}, Hg = ["aria-busy"], Ug = {
|
|
15571
15617
|
key: 0,
|
|
15572
15618
|
class: "ecs-overlay-tabs scrollbar scrollbar-sml"
|
|
15573
|
-
},
|
|
15619
|
+
}, Wg = {
|
|
15574
15620
|
key: 0,
|
|
15575
15621
|
class: "ecs-overlay-sidebar ecs-overlay-sidebar-static"
|
|
15576
|
-
},
|
|
15622
|
+
}, Gg = { class: "ecs-overlay-sidebar ecs-overlay-sidebar-float scrollbar scrollbar-sml" }, Kg = {
|
|
15577
15623
|
key: 1,
|
|
15578
15624
|
class: "ecs-overlay-content-block"
|
|
15579
|
-
},
|
|
15625
|
+
}, qg = {
|
|
15580
15626
|
key: 1,
|
|
15581
15627
|
class: "ecs-overlay-footer"
|
|
15582
|
-
},
|
|
15628
|
+
}, Jg = {
|
|
15583
15629
|
key: 0,
|
|
15584
15630
|
class: "spacer-tabs"
|
|
15585
|
-
},
|
|
15631
|
+
}, Yg = { class: "ecs-overlay-footer-content" }, Xg = {
|
|
15586
15632
|
key: 0,
|
|
15587
15633
|
class: "spacer-sidebar"
|
|
15588
|
-
},
|
|
15634
|
+
}, Zg = {
|
|
15589
15635
|
key: 1,
|
|
15590
15636
|
class: "spacer-scrollbar"
|
|
15591
15637
|
};
|
|
15592
|
-
function
|
|
15638
|
+
function Qg(e, t, n, i, a, u) {
|
|
15593
15639
|
let p = A("ecs-icon"), m = A("ecs-button-toolbar"), h = A("ecs-alert");
|
|
15594
15640
|
return T(), o(r, {
|
|
15595
15641
|
name: "fade",
|
|
@@ -15607,13 +15653,13 @@ function Jg(e, t, n, i, a, u) {
|
|
|
15607
15653
|
class: "ecs-overlay-header",
|
|
15608
15654
|
style: S(e.$slots.alert ? "" : "border-bottom: 1px solid var(--color-gray-4);")
|
|
15609
15655
|
}, [
|
|
15610
|
-
l("div",
|
|
15656
|
+
l("div", Lg, [n.icon ? (T(), o(p, {
|
|
15611
15657
|
key: 0,
|
|
15612
15658
|
type: n.icon,
|
|
15613
15659
|
size: "40",
|
|
15614
15660
|
color: "#B9BCC2"
|
|
15615
|
-
}, null, 8, ["type"])) : s("", !0), l("div", null, [l("span",
|
|
15616
|
-
e.$slots.headercontrols ? (T(), c("div",
|
|
15661
|
+
}, null, 8, ["type"])) : s("", !0), l("div", null, [l("span", Rg, [n.headerTitleEmphasized ? (T(), c("span", zg, N(n.headerTitleEmphasized), 1)) : s("", !0), d(" " + N(n.headerTitle), 1)]), n.headerTitleSubline ? (T(), c("span", Bg, N(n.headerTitleSubline), 1)) : s("", !0)])]),
|
|
15662
|
+
e.$slots.headercontrols ? (T(), c("div", Vg, [k(e.$slots, "headercontrols", {}, void 0, !0)])) : s("", !0),
|
|
15617
15663
|
e.$slots.sidebar && a.width <= 1500 ? (T(), o(m, {
|
|
15618
15664
|
key: 1,
|
|
15619
15665
|
onClick: u.sidebarToggle,
|
|
@@ -15662,7 +15708,7 @@ function Jg(e, t, n, i, a, u) {
|
|
|
15662
15708
|
class: "ecs-overlay-content",
|
|
15663
15709
|
"aria-busy": n.blockContent || null
|
|
15664
15710
|
}, [
|
|
15665
|
-
e.$slots.tabs ? (T(), c("div",
|
|
15711
|
+
e.$slots.tabs ? (T(), c("div", Ug, [k(e.$slots, "tabs", {}, void 0, !0)])) : s("", !0),
|
|
15666
15712
|
l("div", {
|
|
15667
15713
|
ref: "innerContent",
|
|
15668
15714
|
class: b(["ecs-overlay-content-inner scrollbar", u.sidebarOpenClass])
|
|
@@ -15677,15 +15723,15 @@ function Jg(e, t, n, i, a, u) {
|
|
|
15677
15723
|
paddingRight: u.contentPadding
|
|
15678
15724
|
})
|
|
15679
15725
|
}, [k(e.$slots, "default", {}, void 0, !0)], 6),
|
|
15680
|
-
e.$slots.sidebar && a.width > 1500 ? (T(), c("div",
|
|
15726
|
+
e.$slots.sidebar && a.width > 1500 ? (T(), c("div", Wg, [k(e.$slots, "sidebar", {}, void 0, !0)])) : s("", !0),
|
|
15681
15727
|
f(r, { name: "slide" }, {
|
|
15682
|
-
default: I(() => [se(l("div",
|
|
15728
|
+
default: I(() => [se(l("div", Gg, [k(e.$slots, "sidebar", {}, void 0, !0)], 512), [[ae, e.$slots.sidebar && a.width <= 1500 && a.showSidebar]])]),
|
|
15683
15729
|
_: 3
|
|
15684
15730
|
})
|
|
15685
15731
|
], 2),
|
|
15686
|
-
n.blockContent ? (T(), c("div",
|
|
15687
|
-
], 8,
|
|
15688
|
-
e.$slots.footer ? (T(), c("footer",
|
|
15732
|
+
n.blockContent ? (T(), c("div", Kg)) : s("", !0)
|
|
15733
|
+
], 8, Hg),
|
|
15734
|
+
e.$slots.footer ? (T(), c("footer", qg, [e.$slots.tabs ? (T(), c("div", Jg)) : s("", !0), l("div", Yg, [
|
|
15689
15735
|
l("div", {
|
|
15690
15736
|
class: "ecs-overlay-footer-content-inner",
|
|
15691
15737
|
style: S({
|
|
@@ -15696,14 +15742,14 @@ function Jg(e, t, n, i, a, u) {
|
|
|
15696
15742
|
paddingRight: u.contentPadding
|
|
15697
15743
|
})
|
|
15698
15744
|
}, [k(e.$slots, "footer", {}, void 0, !0)], 4),
|
|
15699
|
-
e.$slots.sidebar && a.width > 1500 ? (T(), c("div",
|
|
15700
|
-
a.footerScrollSpacer ? (T(), c("div",
|
|
15745
|
+
e.$slots.sidebar && a.width > 1500 ? (T(), c("div", Xg)) : s("", !0),
|
|
15746
|
+
a.footerScrollSpacer ? (T(), c("div", Zg)) : s("", !0)
|
|
15701
15747
|
])])) : s("", !0)
|
|
15702
15748
|
], 4)) : s("", !0)]),
|
|
15703
15749
|
_: 3
|
|
15704
15750
|
});
|
|
15705
15751
|
}
|
|
15706
|
-
var
|
|
15752
|
+
var $g = /*#__PURE__*/ V(Ig, [["render", Qg], ["__scopeId", "data-v-acdd9118"]]), e_ = {
|
|
15707
15753
|
name: "ecs-pagination",
|
|
15708
15754
|
emits: [
|
|
15709
15755
|
"firstPage",
|
|
@@ -15797,14 +15843,14 @@ var Yg = /*#__PURE__*/ V(Mg, [["render", Jg], ["__scopeId", "data-v-acdd9118"]])
|
|
|
15797
15843
|
this.$emit("updatePage", Number(e));
|
|
15798
15844
|
}
|
|
15799
15845
|
}
|
|
15800
|
-
},
|
|
15846
|
+
}, t_ = ["value", "selected"], n_ = {
|
|
15801
15847
|
key: 0,
|
|
15802
15848
|
class: "total"
|
|
15803
|
-
},
|
|
15849
|
+
}, r_ = {
|
|
15804
15850
|
key: 1,
|
|
15805
15851
|
class: "ecs-pagination-range"
|
|
15806
|
-
},
|
|
15807
|
-
function
|
|
15852
|
+
}, i_ = { class: "ecs-pagination-tabs" }, a_ = ["value", "selected"];
|
|
15853
|
+
function o_(t, n, r, i, a, u) {
|
|
15808
15854
|
let p = A("ecs-button"), m = A("ecs-flex-row"), h = A("ecs-select");
|
|
15809
15855
|
return T(), c("div", {
|
|
15810
15856
|
class: b(["ecs-pagination", [r.theme === "bordered" ? "ecs-pagination-bordered" : "", r.theme === "floating" ? "ecs-pagination-floating" : ""]]),
|
|
@@ -15852,10 +15898,10 @@ function n_(t, n, r, i, a, u) {
|
|
|
15852
15898
|
key: e,
|
|
15853
15899
|
value: e,
|
|
15854
15900
|
selected: e === r.currentPage
|
|
15855
|
-
}, N(e), 9,
|
|
15901
|
+
}, N(e), 9, t_))), 128))]),
|
|
15856
15902
|
_: 1
|
|
15857
15903
|
}, 8, ["modelValue", "disabled"]),
|
|
15858
|
-
r.totalPages ? (T(), c("span",
|
|
15904
|
+
r.totalPages ? (T(), c("span", n_, "of " + N(r.totalPages), 1)) : s("", !0)
|
|
15859
15905
|
]),
|
|
15860
15906
|
_: 1
|
|
15861
15907
|
}),
|
|
@@ -15881,7 +15927,7 @@ function n_(t, n, r, i, a, u) {
|
|
|
15881
15927
|
}, null, 8, ["disabled"])]),
|
|
15882
15928
|
_: 1
|
|
15883
15929
|
})
|
|
15884
|
-
], 64)) : u.hasRange ? (T(), c("span",
|
|
15930
|
+
], 64)) : u.hasRange ? (T(), c("span", r_, [
|
|
15885
15931
|
n[8] ||= d("Showing entries ", -1),
|
|
15886
15932
|
l("span", null, N(r.itemRangeFrom) + " to " + N(r.itemRangeTo), 1),
|
|
15887
15933
|
n[9] ||= d(" of ", -1),
|
|
@@ -15889,7 +15935,7 @@ function n_(t, n, r, i, a, u) {
|
|
|
15889
15935
|
])) : s("", !0)]),
|
|
15890
15936
|
_: 1
|
|
15891
15937
|
}, 8, ["style"]),
|
|
15892
|
-
l("div",
|
|
15938
|
+
l("div", i_, [k(t.$slots, "tabs", {}, void 0, !0)]),
|
|
15893
15939
|
r.showItemsPerPage && r.type == "paginated" ? (T(), o(m, {
|
|
15894
15940
|
key: 0,
|
|
15895
15941
|
gap: 4,
|
|
@@ -15906,7 +15952,7 @@ function n_(t, n, r, i, a, u) {
|
|
|
15906
15952
|
key: e,
|
|
15907
15953
|
value: e,
|
|
15908
15954
|
selected: e === r.itemsPerPageSelected
|
|
15909
|
-
}, N(e), 9,
|
|
15955
|
+
}, N(e), 9, a_))), 128))]),
|
|
15910
15956
|
_: 1
|
|
15911
15957
|
}, 8, ["modelValue", "disabled"])]),
|
|
15912
15958
|
_: 1
|
|
@@ -15921,7 +15967,7 @@ function n_(t, n, r, i, a, u) {
|
|
|
15921
15967
|
})) : s("", !0)
|
|
15922
15968
|
], 2);
|
|
15923
15969
|
}
|
|
15924
|
-
var
|
|
15970
|
+
var s_ = /*#__PURE__*/ V(e_, [["render", o_], ["__scopeId", "data-v-6741fbf9"]]), c_ = {
|
|
15925
15971
|
name: "ecs-popover-header",
|
|
15926
15972
|
components: {
|
|
15927
15973
|
EcsIcon: H,
|
|
@@ -15940,19 +15986,19 @@ var r_ = /*#__PURE__*/ V(Xg, [["render", n_], ["__scopeId", "data-v-6741fbf9"]])
|
|
|
15940
15986
|
computed: { hasControls() {
|
|
15941
15987
|
return !!this.$slots.default;
|
|
15942
15988
|
} }
|
|
15943
|
-
},
|
|
15989
|
+
}, l_ = { class: "ecs-popover-header" }, u_ = { class: "ecs-popover-header-title" }, d_ = {
|
|
15944
15990
|
key: 1,
|
|
15945
15991
|
class: "ecs-popover-header-title-content"
|
|
15946
|
-
},
|
|
15992
|
+
}, f_ = {
|
|
15947
15993
|
key: 2,
|
|
15948
15994
|
class: "ecs-popover-header-title-controls"
|
|
15949
|
-
},
|
|
15995
|
+
}, p_ = {
|
|
15950
15996
|
key: 0,
|
|
15951
15997
|
class: "ecs-popover-header-actions"
|
|
15952
15998
|
};
|
|
15953
|
-
function
|
|
15999
|
+
function m_(e, t, n, r, i, a) {
|
|
15954
16000
|
let u = A("ecs-icon"), p = A("ecs-text-v2");
|
|
15955
|
-
return T(), c("header",
|
|
16001
|
+
return T(), c("header", l_, [l("div", u_, [
|
|
15956
16002
|
n.icon ? (T(), o(u, {
|
|
15957
16003
|
key: 0,
|
|
15958
16004
|
type: n.icon,
|
|
@@ -15960,15 +16006,15 @@ function u_(e, t, n, r, i, a) {
|
|
|
15960
16006
|
class: "icon",
|
|
15961
16007
|
color: "#B4B9BE"
|
|
15962
16008
|
}, null, 8, ["type"])) : s("", !0),
|
|
15963
|
-
e.$slots.title ? (T(), c("div",
|
|
16009
|
+
e.$slots.title ? (T(), c("div", d_, [k(e.$slots, "title", {}, void 0, !0)])) : s("", !0),
|
|
15964
16010
|
f(p, { preset: "headline-4" }, {
|
|
15965
16011
|
default: I(() => [d(N(n.title), 1)]),
|
|
15966
16012
|
_: 1
|
|
15967
16013
|
}),
|
|
15968
|
-
e.$slots.titleControls ? (T(), c("div",
|
|
15969
|
-
]), a.hasControls ? (T(), c("div",
|
|
16014
|
+
e.$slots.titleControls ? (T(), c("div", f_, [k(e.$slots, "titleControls", {}, void 0, !0)])) : s("", !0)
|
|
16015
|
+
]), a.hasControls ? (T(), c("div", p_, [k(e.$slots, "default", {}, void 0, !0)])) : s("", !0)]);
|
|
15970
16016
|
}
|
|
15971
|
-
var
|
|
16017
|
+
var h_ = /*#__PURE__*/ V(c_, [["render", m_], ["__scopeId", "data-v-0c73e09d"]]), g_ = {
|
|
15972
16018
|
name: "ecs-rating-star-read",
|
|
15973
16019
|
components: { EcsSkeletonLoader: G },
|
|
15974
16020
|
props: {
|
|
@@ -15993,8 +16039,8 @@ var d_ = /*#__PURE__*/ V(i_, [["render", u_], ["__scopeId", "data-v-0c73e09d"]])
|
|
|
15993
16039
|
computed: { sizeClass() {
|
|
15994
16040
|
return this.size && this.size !== "" ? `ecs-rating-read-${this.size}` : this.size;
|
|
15995
16041
|
} }
|
|
15996
|
-
},
|
|
15997
|
-
function
|
|
16042
|
+
}, __ = ["aria-busy", "aria-label"], v_ = ["data-maximum", "data-rating"];
|
|
16043
|
+
function y_(e, t, n, r, i, a) {
|
|
15998
16044
|
let s = A("ecs-skeleton-loader");
|
|
15999
16045
|
return T(), c("div", {
|
|
16000
16046
|
class: b(["ecs-rating-read", [a.sizeClass]]),
|
|
@@ -16010,9 +16056,9 @@ function h_(e, t, n, r, i, a) {
|
|
|
16010
16056
|
class: "ecs-stars-read",
|
|
16011
16057
|
"data-maximum": n.maximum,
|
|
16012
16058
|
"data-rating": n.rating
|
|
16013
|
-
}, null, 8,
|
|
16059
|
+
}, null, 8, v_))], 10, __);
|
|
16014
16060
|
}
|
|
16015
|
-
var
|
|
16061
|
+
var b_ = /*#__PURE__*/ V(g_, [["render", y_], ["__scopeId", "data-v-7e609016"]]), x_ = {
|
|
16016
16062
|
name: "ecs-rating-favorability",
|
|
16017
16063
|
emits: ["click"],
|
|
16018
16064
|
components: {
|
|
@@ -16095,8 +16141,8 @@ var g_ = /*#__PURE__*/ V(f_, [["render", h_], ["__scopeId", "data-v-7e609016"]])
|
|
|
16095
16141
|
methods: { handleClick(e) {
|
|
16096
16142
|
this.disabled || this.$emit("click", e);
|
|
16097
16143
|
} }
|
|
16098
|
-
},
|
|
16099
|
-
function
|
|
16144
|
+
}, S_ = ["aria-busy"], C_ = ["title"];
|
|
16145
|
+
function w_(e, t, n, r, i, a) {
|
|
16100
16146
|
let u = A("ecs-icon"), d = A("ecs-skeleton-loader");
|
|
16101
16147
|
return T(), c("div", {
|
|
16102
16148
|
onClick: t[0] ||= (...e) => a.handleClick && a.handleClick(...e),
|
|
@@ -16113,7 +16159,7 @@ function b_(e, t, n, r, i, a) {
|
|
|
16113
16159
|
}, [f(u, {
|
|
16114
16160
|
type: a.iconType,
|
|
16115
16161
|
size: a.iconSize
|
|
16116
|
-
}, null, 8, ["type", "size"])], 10,
|
|
16162
|
+
}, null, 8, ["type", "size"])], 10, C_),
|
|
16117
16163
|
n.label ? (T(), c("span", {
|
|
16118
16164
|
key: 0,
|
|
16119
16165
|
class: b(["label", n.loading ? "loading" : ""])
|
|
@@ -16130,9 +16176,9 @@ function b_(e, t, n, r, i, a) {
|
|
|
16130
16176
|
width: 100,
|
|
16131
16177
|
style: { width: "calc(100% - 30px)" }
|
|
16132
16178
|
})) : s("", !0)
|
|
16133
|
-
], 10,
|
|
16179
|
+
], 10, S_);
|
|
16134
16180
|
}
|
|
16135
|
-
var
|
|
16181
|
+
var T_ = /*#__PURE__*/ V(x_, [["render", w_], ["__scopeId", "data-v-566f9742"]]), E_ = {
|
|
16136
16182
|
name: "ecs-quicklinks-link",
|
|
16137
16183
|
emits: [
|
|
16138
16184
|
"click",
|
|
@@ -16142,8 +16188,8 @@ var x_ = /*#__PURE__*/ V(__, [["render", b_], ["__scopeId", "data-v-566f9742"]])
|
|
|
16142
16188
|
],
|
|
16143
16189
|
components: {
|
|
16144
16190
|
EcsCheckbox: Tr,
|
|
16145
|
-
EcsRatingStarRead:
|
|
16146
|
-
EcsRatingFavorability:
|
|
16191
|
+
EcsRatingStarRead: b_,
|
|
16192
|
+
EcsRatingFavorability: T_,
|
|
16147
16193
|
EcsSwitch: Rr,
|
|
16148
16194
|
EcsIcon: H,
|
|
16149
16195
|
EcsFocusRing: U,
|
|
@@ -16290,21 +16336,21 @@ var x_ = /*#__PURE__*/ V(__, [["render", b_], ["__scopeId", "data-v-566f9742"]])
|
|
|
16290
16336
|
created() {
|
|
16291
16337
|
this.updateVolumes(this.volumes);
|
|
16292
16338
|
}
|
|
16293
|
-
},
|
|
16339
|
+
}, D_ = { class: "filter-description" }, O_ = {
|
|
16294
16340
|
key: 0,
|
|
16295
16341
|
class: "meta"
|
|
16296
|
-
},
|
|
16342
|
+
}, k_ = { key: 0 }, A_ = ["title"], j_ = { style: { "margin-left": "12px" } }, M_ = { class: "static-label" }, N_ = {
|
|
16297
16343
|
key: 0,
|
|
16298
16344
|
class: "meta"
|
|
16299
|
-
},
|
|
16345
|
+
}, P_ = { key: 0 }, F_ = ["title"], I_ = { class: "persona-label" }, L_ = { key: 3 }, R_ = [
|
|
16300
16346
|
"onClick",
|
|
16301
16347
|
"title",
|
|
16302
16348
|
"aria-label"
|
|
16303
|
-
],
|
|
16349
|
+
], z_ = ["aria-label"], B_ = {
|
|
16304
16350
|
key: 5,
|
|
16305
16351
|
class: "meta"
|
|
16306
|
-
},
|
|
16307
|
-
function
|
|
16352
|
+
}, V_ = { key: 0 }, H_ = ["title"];
|
|
16353
|
+
function U_(t, n, r, i, a, u) {
|
|
16308
16354
|
let p = A("ecs-icon"), m = A("ecs-focus-ring"), h = A("ecs-rating-favorability"), g = A("ecs-rating-star-read"), _ = A("ecs-switch"), v = A("ecs-avatar"), y = A("ecs-popover-list-item"), x = A("ecs-popover-list"), S = A("ecs-popover"), C = A("ecs-flex-row"), w = A("ecs-checkbox");
|
|
16309
16355
|
return T(), c("li", { class: b(["ecs-quicklinks-link", [
|
|
16310
16356
|
u.typeClass,
|
|
@@ -16317,11 +16363,11 @@ function z_(t, n, r, i, a, u) {
|
|
|
16317
16363
|
role: "button"
|
|
16318
16364
|
}, [
|
|
16319
16365
|
f(p, { type: r.icon }, null, 8, ["type"]),
|
|
16320
|
-
l("span",
|
|
16321
|
-
r.count || r.meta ? (T(), c("small",
|
|
16366
|
+
l("span", D_, N(r.label), 1),
|
|
16367
|
+
r.count || r.meta ? (T(), c("small", O_, [r.count ? (T(), c("span", k_, N(r.count), 1)) : s("", !0), r.meta ? (T(), c("span", {
|
|
16322
16368
|
key: 1,
|
|
16323
16369
|
title: r.metaTitle
|
|
16324
|
-
}, N(r.meta), 9,
|
|
16370
|
+
}, N(r.meta), 9, A_)) : s("", !0)])) : s("", !0),
|
|
16325
16371
|
f(m)
|
|
16326
16372
|
])) : r.type === "favorability" ? (T(), c("div", {
|
|
16327
16373
|
key: 1,
|
|
@@ -16340,11 +16386,11 @@ function z_(t, n, r, i, a, u) {
|
|
|
16340
16386
|
"rating",
|
|
16341
16387
|
"disabled"
|
|
16342
16388
|
]),
|
|
16343
|
-
l("label",
|
|
16344
|
-
r.count || r.meta ? (T(), c("small",
|
|
16389
|
+
l("label", j_, [l("span", M_, N(r.label), 1)]),
|
|
16390
|
+
r.count || r.meta ? (T(), c("small", N_, [r.count ? (T(), c("span", P_, N(r.count), 1)) : s("", !0), r.meta ? (T(), c("span", {
|
|
16345
16391
|
key: 1,
|
|
16346
16392
|
title: r.metaTitle
|
|
16347
|
-
}, N(r.meta), 9,
|
|
16393
|
+
}, N(r.meta), 9, F_)) : s("", !0)])) : s("", !0),
|
|
16348
16394
|
f(m)
|
|
16349
16395
|
])) : (T(), o(w, {
|
|
16350
16396
|
key: 2,
|
|
@@ -16380,7 +16426,7 @@ function z_(t, n, r, i, a, u) {
|
|
|
16380
16426
|
"name",
|
|
16381
16427
|
"relevant-badge",
|
|
16382
16428
|
"backgroundColor"
|
|
16383
|
-
]), l("span",
|
|
16429
|
+
]), l("span", I_, N(r.label || r.persona.name), 1)], 64)) : (T(), c("span", L_, N(r.label), 1)),
|
|
16384
16430
|
a.localVolumes.length ? (T(), o(C, {
|
|
16385
16431
|
key: 4,
|
|
16386
16432
|
gap: 2,
|
|
@@ -16392,7 +16438,7 @@ function z_(t, n, r, i, a, u) {
|
|
|
16392
16438
|
onClick: (t) => u.toggleVolume(e.id),
|
|
16393
16439
|
title: `${e.name} (${e.date})`,
|
|
16394
16440
|
"aria-label": `Volume ${e.id}${e.active ? " active" : ""}`
|
|
16395
|
-
}, N(e.id), 11,
|
|
16441
|
+
}, N(e.id), 11, R_))), 128)), a.localVolumes.length > 3 ? (T(), o(S, {
|
|
16396
16442
|
key: 0,
|
|
16397
16443
|
disabled: r.disabled || null
|
|
16398
16444
|
}, {
|
|
@@ -16421,15 +16467,15 @@ function z_(t, n, r, i, a, u) {
|
|
|
16421
16467
|
}, [f(p, {
|
|
16422
16468
|
type: "more",
|
|
16423
16469
|
size: "18"
|
|
16424
|
-
})], 10,
|
|
16470
|
+
})], 10, z_)]),
|
|
16425
16471
|
_: 1
|
|
16426
16472
|
}, 8, ["disabled"])) : s("", !0)]),
|
|
16427
16473
|
_: 1
|
|
16428
16474
|
})) : s("", !0),
|
|
16429
|
-
r.count || r.meta ? (T(), c("small",
|
|
16475
|
+
r.count || r.meta ? (T(), c("small", B_, [r.count ? (T(), c("span", V_, N(r.count), 1)) : s("", !0), r.meta ? (T(), c("span", {
|
|
16430
16476
|
key: 1,
|
|
16431
16477
|
title: r.metaTitle
|
|
16432
|
-
}, N(r.meta), 9,
|
|
16478
|
+
}, N(r.meta), 9, H_)) : s("", !0)])) : s("", !0)
|
|
16433
16479
|
]),
|
|
16434
16480
|
_: 1
|
|
16435
16481
|
}, 8, [
|
|
@@ -16443,7 +16489,7 @@ function z_(t, n, r, i, a, u) {
|
|
|
16443
16489
|
class: b(["subline", `indent-${r.type}`])
|
|
16444
16490
|
}, N(r.subline), 3)) : s("", !0)], 2);
|
|
16445
16491
|
}
|
|
16446
|
-
var
|
|
16492
|
+
var W_ = /*#__PURE__*/ V(E_, [["render", U_], ["__scopeId", "data-v-11627b67"]]), G_ = {
|
|
16447
16493
|
name: "ecs-range",
|
|
16448
16494
|
mixins: [Y],
|
|
16449
16495
|
emits: ["update:modelValue"],
|
|
@@ -16503,21 +16549,21 @@ var B_ = /*#__PURE__*/ V(S_, [["render", z_], ["__scopeId", "data-v-11627b67"]])
|
|
|
16503
16549
|
watch: { modelValue(e) {
|
|
16504
16550
|
this.updateProgress(e);
|
|
16505
16551
|
} }
|
|
16506
|
-
},
|
|
16552
|
+
}, K_ = [
|
|
16507
16553
|
"id",
|
|
16508
16554
|
"disabled",
|
|
16509
16555
|
"min",
|
|
16510
16556
|
"max",
|
|
16511
16557
|
"value",
|
|
16512
16558
|
"step"
|
|
16513
|
-
],
|
|
16559
|
+
], q_ = {
|
|
16514
16560
|
key: 0,
|
|
16515
16561
|
class: "ecs-range-markers"
|
|
16516
|
-
},
|
|
16562
|
+
}, J_ = {
|
|
16517
16563
|
key: 1,
|
|
16518
16564
|
class: "ecs-range-labels"
|
|
16519
16565
|
};
|
|
16520
|
-
function
|
|
16566
|
+
function Y_(t, n, r, i, a, o) {
|
|
16521
16567
|
return T(), c("div", { class: b(["ecs-range", { "has-list": r.list }]) }, [
|
|
16522
16568
|
l("input", {
|
|
16523
16569
|
ref: "rangeInput",
|
|
@@ -16530,18 +16576,18 @@ function G_(t, n, r, i, a, o) {
|
|
|
16530
16576
|
value: r.modelValue,
|
|
16531
16577
|
step: r.step === "any" ? "any" : r.step,
|
|
16532
16578
|
class: "ecs-range-input"
|
|
16533
|
-
}, null, 40,
|
|
16534
|
-
o.shouldShowMarkers ? (T(), c("div",
|
|
16579
|
+
}, null, 40, K_),
|
|
16580
|
+
o.shouldShowMarkers ? (T(), c("div", q_, [(T(!0), c(e, null, O(o.stepCount, (e, t) => (T(), c("span", {
|
|
16535
16581
|
key: t,
|
|
16536
16582
|
class: "ecs-range-marker"
|
|
16537
16583
|
}))), 128))])) : s("", !0),
|
|
16538
|
-
r.list ? (T(), c("div",
|
|
16584
|
+
r.list ? (T(), c("div", J_, [(T(!0), c(e, null, O(r.list, (e, t) => (T(), c("span", {
|
|
16539
16585
|
key: t,
|
|
16540
16586
|
class: "ecs-range-label"
|
|
16541
16587
|
}, N(e), 1))), 128))])) : s("", !0)
|
|
16542
16588
|
], 2);
|
|
16543
16589
|
}
|
|
16544
|
-
var
|
|
16590
|
+
var X_ = /*#__PURE__*/ V(G_, [["render", Y_], ["__scopeId", "data-v-b6f3e6b0"]]), Z_ = {
|
|
16545
16591
|
name: "ecs-rating-star-write",
|
|
16546
16592
|
emits: ["click", "reset"],
|
|
16547
16593
|
props: {
|
|
@@ -16562,15 +16608,15 @@ var K_ = /*#__PURE__*/ V(V_, [["render", G_], ["__scopeId", "data-v-b6f3e6b0"]])
|
|
|
16562
16608
|
default: !1
|
|
16563
16609
|
}
|
|
16564
16610
|
}
|
|
16565
|
-
},
|
|
16566
|
-
function
|
|
16611
|
+
}, Q_ = ["disabled"], $_ = { class: "ecs-rating-write" }, ev = ["checked", "disabled"], tv = ["checked", "disabled"], nv = ["checked", "disabled"], rv = ["checked", "disabled"];
|
|
16612
|
+
function iv(e, t, n, r, i, a) {
|
|
16567
16613
|
return T(), c("div", { class: b(["ecs-rating-form", [n.large ? "ecs-rating-form-lg" : ""]]) }, [n.unrated ? (T(), c("button", {
|
|
16568
16614
|
key: 0,
|
|
16569
16615
|
onClick: t[0] ||= (t) => e.$emit("reset"),
|
|
16570
16616
|
disabled: n.disabled,
|
|
16571
16617
|
class: b(["ecs-rating-reset", { active: n.value == 0 }]),
|
|
16572
16618
|
"aria-label": "Reset Rating"
|
|
16573
|
-
}, [...t[5] ||= [u("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 18 18\" data-v-0d4c1ecb><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(-1215 -543)\" data-v-0d4c1ecb><polygon stroke=\"currentColor\" points=\"1224.145 555.692 1220.347 557.69 1221.073 553.46 1218 550.465 1222.246 549.848 1224.146 546 1226.044 549.848 1230.291 550.465 1227.221 553.46 1227.945 557.69 1224.147 555.692\" data-v-0d4c1ecb></polygon><g transform=\"rotate(-45 1281.298 -1191.488)\" data-v-0d4c1ecb><rect width=\"15\" height=\"1.5\" x=\".101\" y=\"1.899\" fill=\"#FFFFFF\" data-v-0d4c1ecb></rect><rect width=\"15\" height=\"1\" x=\".096\" y=\".904\" fill=\"currentColor\" data-v-0d4c1ecb></rect></g></g></svg>", 1)]], 10,
|
|
16619
|
+
}, [...t[5] ||= [u("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 18 18\" data-v-0d4c1ecb><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(-1215 -543)\" data-v-0d4c1ecb><polygon stroke=\"currentColor\" points=\"1224.145 555.692 1220.347 557.69 1221.073 553.46 1218 550.465 1222.246 549.848 1224.146 546 1226.044 549.848 1230.291 550.465 1227.221 553.46 1227.945 557.69 1224.147 555.692\" data-v-0d4c1ecb></polygon><g transform=\"rotate(-45 1281.298 -1191.488)\" data-v-0d4c1ecb><rect width=\"15\" height=\"1.5\" x=\".101\" y=\"1.899\" fill=\"#FFFFFF\" data-v-0d4c1ecb></rect><rect width=\"15\" height=\"1\" x=\".096\" y=\".904\" fill=\"currentColor\" data-v-0d4c1ecb></rect></g></g></svg>", 1)]], 10, Q_)) : s("", !0), l("div", $_, [
|
|
16574
16620
|
l("input", {
|
|
16575
16621
|
type: "radio",
|
|
16576
16622
|
value: "1",
|
|
@@ -16578,7 +16624,7 @@ function ev(e, t, n, r, i, a) {
|
|
|
16578
16624
|
onClick: t[1] ||= (t) => e.$emit("click", t),
|
|
16579
16625
|
checked: n.value == 1 || null,
|
|
16580
16626
|
disabled: n.disabled
|
|
16581
|
-
}, null, 8,
|
|
16627
|
+
}, null, 8, ev),
|
|
16582
16628
|
t[6] ||= l("i", null, null, -1),
|
|
16583
16629
|
l("input", {
|
|
16584
16630
|
type: "radio",
|
|
@@ -16587,7 +16633,7 @@ function ev(e, t, n, r, i, a) {
|
|
|
16587
16633
|
onClick: t[2] ||= (t) => e.$emit("click", t),
|
|
16588
16634
|
checked: n.value == 2 || null,
|
|
16589
16635
|
disabled: n.disabled
|
|
16590
|
-
}, null, 8,
|
|
16636
|
+
}, null, 8, tv),
|
|
16591
16637
|
t[7] ||= l("i", null, null, -1),
|
|
16592
16638
|
l("input", {
|
|
16593
16639
|
type: "radio",
|
|
@@ -16596,7 +16642,7 @@ function ev(e, t, n, r, i, a) {
|
|
|
16596
16642
|
onClick: t[3] ||= (t) => e.$emit("click", t),
|
|
16597
16643
|
checked: n.value == 3 || null,
|
|
16598
16644
|
disabled: n.disabled
|
|
16599
|
-
}, null, 8,
|
|
16645
|
+
}, null, 8, nv),
|
|
16600
16646
|
t[8] ||= l("i", null, null, -1),
|
|
16601
16647
|
l("input", {
|
|
16602
16648
|
type: "radio",
|
|
@@ -16605,11 +16651,11 @@ function ev(e, t, n, r, i, a) {
|
|
|
16605
16651
|
onClick: t[4] ||= (t) => e.$emit("click", t),
|
|
16606
16652
|
checked: n.value == 4 || null,
|
|
16607
16653
|
disabled: n.disabled
|
|
16608
|
-
}, null, 8,
|
|
16654
|
+
}, null, 8, rv),
|
|
16609
16655
|
t[9] ||= l("i", null, null, -1)
|
|
16610
16656
|
])], 2);
|
|
16611
16657
|
}
|
|
16612
|
-
var
|
|
16658
|
+
var av = /*#__PURE__*/ V(Z_, [["render", iv], ["__scopeId", "data-v-0d4c1ecb"]]), ov = {
|
|
16613
16659
|
name: "ecs-section",
|
|
16614
16660
|
props: {
|
|
16615
16661
|
title: { type: String },
|
|
@@ -16655,11 +16701,11 @@ var tv = /*#__PURE__*/ V(q_, [["render", ev], ["__scopeId", "data-v-0d4c1ecb"]])
|
|
|
16655
16701
|
return `ecs-section-content-padding-${this.contentPadding}`;
|
|
16656
16702
|
}
|
|
16657
16703
|
}
|
|
16658
|
-
},
|
|
16704
|
+
}, sv = {
|
|
16659
16705
|
key: 0,
|
|
16660
16706
|
class: "ecs-section-controls"
|
|
16661
16707
|
};
|
|
16662
|
-
function
|
|
16708
|
+
function cv(e, t, n, r, i, a) {
|
|
16663
16709
|
return T(), c("div", { class: b(["ecs-section", [
|
|
16664
16710
|
n.borderTop ? "ecs-section-border-top" : "",
|
|
16665
16711
|
n.borderBottom ? "ecs-section-border-bottom" : "",
|
|
@@ -16668,9 +16714,9 @@ function iv(e, t, n, r, i, a) {
|
|
|
16668
16714
|
]]) }, [n.title ? (T(), c("h3", {
|
|
16669
16715
|
key: 0,
|
|
16670
16716
|
class: b(["ecs-section-headline", [n.headlineBold ? "ecs-headline-section-bold" : "ecs-headline-section", e.$slots.controls ? "has-buttons" : ""]])
|
|
16671
|
-
}, [d(N(n.title) + " ", 1), e.$slots.controls ? (T(), c("div",
|
|
16717
|
+
}, [d(N(n.title) + " ", 1), e.$slots.controls ? (T(), c("div", sv, [k(e.$slots, "controls", {}, void 0, !0)])) : s("", !0)], 2)) : s("", !0), l("div", { class: b(["ecs-section-content", [n.title ? "" : "equal", a.contentPaddingClass]]) }, [k(e.$slots, "default", {}, void 0, !0)], 2)], 2);
|
|
16672
16718
|
}
|
|
16673
|
-
var
|
|
16719
|
+
var lv = /*#__PURE__*/ V(ov, [["render", cv], ["__scopeId", "data-v-cdcc0680"]]), uv = {
|
|
16674
16720
|
name: "ecs-segments",
|
|
16675
16721
|
emits: ["click"],
|
|
16676
16722
|
components: { EcsIcon: H },
|
|
@@ -16696,15 +16742,15 @@ var av = /*#__PURE__*/ V(nv, [["render", iv], ["__scopeId", "data-v-cdcc0680"]])
|
|
|
16696
16742
|
default: !1
|
|
16697
16743
|
}
|
|
16698
16744
|
}
|
|
16699
|
-
},
|
|
16745
|
+
}, dv = ["for", "disabled"], fv = [
|
|
16700
16746
|
"name",
|
|
16701
16747
|
"value",
|
|
16702
16748
|
"id",
|
|
16703
16749
|
"checked",
|
|
16704
16750
|
"disabled",
|
|
16705
16751
|
"onClick"
|
|
16706
|
-
],
|
|
16707
|
-
function
|
|
16752
|
+
], pv = ["title"];
|
|
16753
|
+
function mv(t, n, r, i, a, u) {
|
|
16708
16754
|
let f = A("ecs-icon");
|
|
16709
16755
|
return T(), c("div", { class: b(["ecs-segments", [r.inline ? "ecs-segments-inline" : ""]]) }, [(T(!0), c(e, null, O(r.options, (e) => (T(), c("label", {
|
|
16710
16756
|
key: e.id,
|
|
@@ -16718,7 +16764,7 @@ function uv(t, n, r, i, a, u) {
|
|
|
16718
16764
|
checked: r.value.toLowerCase() == e.id.toLowerCase() || null,
|
|
16719
16765
|
disabled: e.disabled || r.disabled,
|
|
16720
16766
|
onClick: (n) => t.$emit("click", e.id)
|
|
16721
|
-
}, null, 8,
|
|
16767
|
+
}, null, 8, fv), l("span", {
|
|
16722
16768
|
class: "ecs-segment",
|
|
16723
16769
|
title: e.title
|
|
16724
16770
|
}, [e.icon ? (T(), o(f, {
|
|
@@ -16727,9 +16773,9 @@ function uv(t, n, r, i, a, u) {
|
|
|
16727
16773
|
type: e.icon,
|
|
16728
16774
|
size: "20",
|
|
16729
16775
|
color: "#2F333C"
|
|
16730
|
-
}, null, 8, ["class", "type"])) : s("", !0), d(" " + N(e.label), 1)], 8,
|
|
16776
|
+
}, null, 8, ["class", "type"])) : s("", !0), d(" " + N(e.label), 1)], 8, pv)], 8, dv))), 128))], 2);
|
|
16731
16777
|
}
|
|
16732
|
-
var
|
|
16778
|
+
var hv = /*#__PURE__*/ V(uv, [["render", mv], ["__scopeId", "data-v-1cb14db0"]]), gv = {
|
|
16733
16779
|
name: "ecs-selection-grid",
|
|
16734
16780
|
emits: ["update:modelValue"],
|
|
16735
16781
|
components: {
|
|
@@ -16780,12 +16826,12 @@ var dv = /*#__PURE__*/ V(ov, [["render", uv], ["__scopeId", "data-v-1cb14db0"]])
|
|
|
16780
16826
|
}
|
|
16781
16827
|
}
|
|
16782
16828
|
}
|
|
16783
|
-
},
|
|
16829
|
+
}, _v = ["role"], vv = [
|
|
16784
16830
|
"onClick",
|
|
16785
16831
|
"role",
|
|
16786
16832
|
"aria-checked"
|
|
16787
16833
|
];
|
|
16788
|
-
function
|
|
16834
|
+
function yv(t, n, r, i, a, l) {
|
|
16789
16835
|
let u = A("ecs-icon"), p = A("ecs-file-icon"), m = A("ecs-text-v2"), h = A("ecs-flex-row");
|
|
16790
16836
|
return T(), c("div", {
|
|
16791
16837
|
class: "ecs-selection-grid",
|
|
@@ -16822,14 +16868,14 @@ function hv(t, n, r, i, a, l) {
|
|
|
16822
16868
|
_: 2
|
|
16823
16869
|
}, 1024)) : s("", !0)]),
|
|
16824
16870
|
_: 2
|
|
16825
|
-
}, 1024)], 10,
|
|
16871
|
+
}, 1024)], 10, vv))), 128))], 12, _v);
|
|
16826
16872
|
}
|
|
16827
|
-
var
|
|
16873
|
+
var bv = /*#__PURE__*/ V(gv, [["render", yv], ["__scopeId", "data-v-8b0a7154"]]), xv = {
|
|
16828
16874
|
name: "ecs-select-tile",
|
|
16829
16875
|
emits: ["click"],
|
|
16830
16876
|
components: {
|
|
16831
16877
|
EcsFocusRing: U,
|
|
16832
|
-
EcsIllustration:
|
|
16878
|
+
EcsIllustration: Rp
|
|
16833
16879
|
},
|
|
16834
16880
|
props: {
|
|
16835
16881
|
label: {
|
|
@@ -16862,14 +16908,14 @@ var gv = /*#__PURE__*/ V(fv, [["render", hv], ["__scopeId", "data-v-8b0a7154"]])
|
|
|
16862
16908
|
default: !1
|
|
16863
16909
|
}
|
|
16864
16910
|
}
|
|
16865
|
-
},
|
|
16911
|
+
}, Sv = ["aria-checked", "tabindex"], Cv = {
|
|
16866
16912
|
key: 1,
|
|
16867
16913
|
class: "label"
|
|
16868
|
-
},
|
|
16914
|
+
}, wv = {
|
|
16869
16915
|
key: 2,
|
|
16870
16916
|
class: "help"
|
|
16871
16917
|
};
|
|
16872
|
-
function
|
|
16918
|
+
function Tv(e, t, n, r, i, a) {
|
|
16873
16919
|
let u = A("ecs-illustration"), d = A("ecs-focus-ring");
|
|
16874
16920
|
return T(), c("div", {
|
|
16875
16921
|
onClick: t[0] ||= (t) => e.$emit("click", t),
|
|
@@ -16884,23 +16930,23 @@ function xv(e, t, n, r, i, a) {
|
|
|
16884
16930
|
key: 0,
|
|
16885
16931
|
type: n.illustration
|
|
16886
16932
|
}, null, 8, ["type"])) : s("", !0),
|
|
16887
|
-
n.label ? (T(), c("div",
|
|
16888
|
-
n.helpText ? (T(), c("div",
|
|
16933
|
+
n.label ? (T(), c("div", Cv, N(n.label), 1)) : s("", !0),
|
|
16934
|
+
n.helpText ? (T(), c("div", wv, N(n.helpText), 1)) : s("", !0),
|
|
16889
16935
|
f(d, {
|
|
16890
16936
|
inset: -6,
|
|
16891
16937
|
radius: 12
|
|
16892
16938
|
})
|
|
16893
|
-
], 42,
|
|
16939
|
+
], 42, Sv);
|
|
16894
16940
|
}
|
|
16895
|
-
var
|
|
16941
|
+
var Ev = /*#__PURE__*/ V(xv, [["render", Tv], ["__scopeId", "data-v-a5e9bd1b"]]), Dv = { name: "ecs-sequence-map" }, Ov = {
|
|
16896
16942
|
class: "ecs-sequence-map",
|
|
16897
16943
|
role: "navigation",
|
|
16898
16944
|
"aria-label": "Steps"
|
|
16899
16945
|
};
|
|
16900
|
-
function
|
|
16901
|
-
return T(), c("div",
|
|
16946
|
+
function kv(e, t, n, r, i, a) {
|
|
16947
|
+
return T(), c("div", Ov, [k(e.$slots, "default", {}, void 0, !0)]);
|
|
16902
16948
|
}
|
|
16903
|
-
var
|
|
16949
|
+
var Av = /*#__PURE__*/ V(Dv, [["render", kv], ["__scopeId", "data-v-69c3c73d"]]), jv = {
|
|
16904
16950
|
name: "ecs-sequence-map-button",
|
|
16905
16951
|
emits: ["click"],
|
|
16906
16952
|
components: {
|
|
@@ -16929,8 +16975,8 @@ var Ev = /*#__PURE__*/ V(Cv, [["render", Tv], ["__scopeId", "data-v-69c3c73d"]])
|
|
|
16929
16975
|
default: !1
|
|
16930
16976
|
}
|
|
16931
16977
|
}
|
|
16932
|
-
},
|
|
16933
|
-
function
|
|
16978
|
+
}, Mv = ["aria-busy"], Nv = { class: "count" };
|
|
16979
|
+
function Pv(e, t, n, r, i, a) {
|
|
16934
16980
|
let u = A("ecs-icon"), p = A("ecs-focus-ring");
|
|
16935
16981
|
return T(), c("button", {
|
|
16936
16982
|
onClick: t[0] ||= (t) => e.$emit("click", t),
|
|
@@ -16942,7 +16988,7 @@ function Av(e, t, n, r, i, a) {
|
|
|
16942
16988
|
]]),
|
|
16943
16989
|
"aria-busy": n.loading || null
|
|
16944
16990
|
}, [
|
|
16945
|
-
l("span",
|
|
16991
|
+
l("span", Nv, [d(N(n.step) + " ", 1), n.loading ? (T(), o(u, {
|
|
16946
16992
|
key: 0,
|
|
16947
16993
|
type: "loading",
|
|
16948
16994
|
class: "loading",
|
|
@@ -16951,9 +16997,9 @@ function Av(e, t, n, r, i, a) {
|
|
|
16951
16997
|
k(e.$slots, "default", {}, void 0, !0),
|
|
16952
16998
|
f(p, { inset: 4 }),
|
|
16953
16999
|
t[1] ||= l("div", { class: "step-indicator" }, null, -1)
|
|
16954
|
-
], 10,
|
|
17000
|
+
], 10, Mv);
|
|
16955
17001
|
}
|
|
16956
|
-
var
|
|
17002
|
+
var Fv = /*#__PURE__*/ V(jv, [["render", Pv], ["__scopeId", "data-v-397f53f1"]]), Iv = {
|
|
16957
17003
|
name: "ecs-tab-bar",
|
|
16958
17004
|
props: {
|
|
16959
17005
|
type: {
|
|
@@ -16991,30 +17037,30 @@ var jv = /*#__PURE__*/ V(Dv, [["render", Av], ["__scopeId", "data-v-397f53f1"]])
|
|
|
16991
17037
|
if (this.type === "standard" && this.direction === "column" || this.type === "sidebar") return "vertical";
|
|
16992
17038
|
}
|
|
16993
17039
|
}
|
|
16994
|
-
},
|
|
16995
|
-
function
|
|
17040
|
+
}, Lv = ["aria-orientation", "data-orientation"];
|
|
17041
|
+
function Rv(e, t, n, r, i, a) {
|
|
16996
17042
|
return T(), c("div", {
|
|
16997
17043
|
class: b(["ecs-tab-bar", [a.typeClass, a.directionClass]]),
|
|
16998
17044
|
role: "tablist",
|
|
16999
17045
|
"aria-orientation": a.tabOrientation,
|
|
17000
17046
|
"data-orientation": a.tabOrientation
|
|
17001
|
-
}, [k(e.$slots, "default", {}, void 0, !0)], 10,
|
|
17047
|
+
}, [k(e.$slots, "default", {}, void 0, !0)], 10, Lv);
|
|
17002
17048
|
}
|
|
17003
|
-
var
|
|
17049
|
+
var zv = /*#__PURE__*/ V(Iv, [["render", Rv], ["__scopeId", "data-v-d3452fc7"]]), Bv = {
|
|
17004
17050
|
name: "ecs-tabs",
|
|
17005
17051
|
props: { fill: {
|
|
17006
17052
|
type: Boolean,
|
|
17007
17053
|
default: !1
|
|
17008
17054
|
} }
|
|
17009
17055
|
};
|
|
17010
|
-
function
|
|
17056
|
+
function Vv(e, t, n, r, i, a) {
|
|
17011
17057
|
return T(), c("div", { class: b(["ecs-tab-content", [n.fill ? "ecs-tab-content-fill" : ""]]) }, [k(e.$slots, "default", {}, void 0, !0)], 2);
|
|
17012
17058
|
}
|
|
17013
|
-
var
|
|
17059
|
+
var Hv = /*#__PURE__*/ V(Bv, [["render", Vv], ["__scopeId", "data-v-0fe19168"]]), Uv = {
|
|
17014
17060
|
name: "ecs-sidebar",
|
|
17015
17061
|
components: {
|
|
17016
|
-
EcsTabBar:
|
|
17017
|
-
EcsTabs:
|
|
17062
|
+
EcsTabBar: zv,
|
|
17063
|
+
EcsTabs: Hv
|
|
17018
17064
|
},
|
|
17019
17065
|
props: {
|
|
17020
17066
|
expanded: {
|
|
@@ -17048,13 +17094,13 @@ var Rv = /*#__PURE__*/ V(Iv, [["render", Lv], ["__scopeId", "data-v-0fe19168"]])
|
|
|
17048
17094
|
return this.expanded ? "height: calc(100% - 10px)" : "height:" + (2 + 36 * this.tabCount) + "px";
|
|
17049
17095
|
}
|
|
17050
17096
|
}
|
|
17051
|
-
},
|
|
17052
|
-
function
|
|
17097
|
+
}, Wv = { class: "ecs-sidebar-tabs" };
|
|
17098
|
+
function Gv(e, t, n, r, i, a) {
|
|
17053
17099
|
let o = A("ecs-tab-bar"), s = A("ecs-tabs");
|
|
17054
17100
|
return T(), c("aside", {
|
|
17055
17101
|
class: b(["ecs-sidebar", [a.sizeClass, a.expandClass]]),
|
|
17056
17102
|
style: S(a.height)
|
|
17057
|
-
}, [l("div",
|
|
17103
|
+
}, [l("div", Wv, [f(o, { type: "sidebar" }, {
|
|
17058
17104
|
default: I(() => [k(e.$slots, "tab-buttons", {}, void 0, !0)]),
|
|
17059
17105
|
_: 3
|
|
17060
17106
|
})]), f(s, null, {
|
|
@@ -17062,7 +17108,7 @@ function Vv(e, t, n, r, i, a) {
|
|
|
17062
17108
|
_: 3
|
|
17063
17109
|
})], 6);
|
|
17064
17110
|
}
|
|
17065
|
-
var
|
|
17111
|
+
var Kv = /*#__PURE__*/ V(Uv, [["render", Gv], ["__scopeId", "data-v-55f62417"]]), qv = {
|
|
17066
17112
|
name: "ecs-sidebar-content",
|
|
17067
17113
|
props: {
|
|
17068
17114
|
indent: {
|
|
@@ -17075,17 +17121,17 @@ var Hv = /*#__PURE__*/ V(zv, [["render", Vv], ["__scopeId", "data-v-55f62417"]])
|
|
|
17075
17121
|
}
|
|
17076
17122
|
}
|
|
17077
17123
|
};
|
|
17078
|
-
function
|
|
17124
|
+
function Jv(e, t, n, r, i, a) {
|
|
17079
17125
|
return T(), c("div", { class: b(["ecs-sidebar-content scrollbar", [n.indent ? "ecs-sidebar-content-indent" : "", n.blockContent ? "blocked" : ""]]) }, [k(e.$slots, "default", {}, void 0, !0)], 2);
|
|
17080
17126
|
}
|
|
17081
|
-
var
|
|
17127
|
+
var Yv = /*#__PURE__*/ V(qv, [["render", Jv], ["__scopeId", "data-v-197087d5"]]), Xv = {
|
|
17082
17128
|
name: "ecs-sidebar-footer",
|
|
17083
17129
|
props: { condensed: {
|
|
17084
17130
|
type: Boolean,
|
|
17085
17131
|
default: !1
|
|
17086
17132
|
} }
|
|
17087
17133
|
};
|
|
17088
|
-
function
|
|
17134
|
+
function Zv(e, t, n, r, i, a) {
|
|
17089
17135
|
return T(), c("footer", { class: b(["ecs-sidebar-footer", [e.$slots.extension ? "has-extension" : ""]]) }, [
|
|
17090
17136
|
k(e.$slots, "alert", {}, void 0, !0),
|
|
17091
17137
|
e.$slots.extension ? (T(), c("div", {
|
|
@@ -17095,7 +17141,7 @@ function qv(e, t, n, r, i, a) {
|
|
|
17095
17141
|
l("div", { class: b(["ecs-sidebar-footer-inner", [n.condensed ? "ecs-sidebar-footer-inner-condensed" : ""]]) }, [k(e.$slots, "default", {}, void 0, !0)], 2)
|
|
17096
17142
|
], 2);
|
|
17097
17143
|
}
|
|
17098
|
-
var
|
|
17144
|
+
var Qv = /*#__PURE__*/ V(Xv, [["render", Zv], ["__scopeId", "data-v-0c35a678"]]), $v = {
|
|
17099
17145
|
name: "ecs-sidebar-header",
|
|
17100
17146
|
props: {
|
|
17101
17147
|
subHeaderExpanded: {
|
|
@@ -17111,40 +17157,40 @@ var Jv = /*#__PURE__*/ V(Kv, [["render", qv], ["__scopeId", "data-v-0c35a678"]])
|
|
|
17111
17157
|
default: !1
|
|
17112
17158
|
}
|
|
17113
17159
|
}
|
|
17114
|
-
},
|
|
17160
|
+
}, ey = { class: "ecs-sidebar-header" }, ty = {
|
|
17115
17161
|
key: 0,
|
|
17116
17162
|
class: "ecs-sidebar-header-row"
|
|
17117
|
-
},
|
|
17163
|
+
}, ny = { class: "ecs-sidebar-header-title" }, ry = {
|
|
17118
17164
|
key: 0,
|
|
17119
17165
|
class: "ecs-sidebar-header-controls"
|
|
17120
|
-
},
|
|
17166
|
+
}, iy = {
|
|
17121
17167
|
key: 0,
|
|
17122
17168
|
class: "ecs-sidebar-header-row sub-header"
|
|
17123
|
-
},
|
|
17169
|
+
}, ay = {
|
|
17124
17170
|
key: 0,
|
|
17125
17171
|
class: "ecs-sidebar-header-row sub-header"
|
|
17126
17172
|
};
|
|
17127
|
-
function
|
|
17128
|
-
return T(), c("header",
|
|
17129
|
-
n.hidePrimaryHeader ? s("", !0) : (T(), c("div",
|
|
17173
|
+
function oy(e, t, n, i, a, o) {
|
|
17174
|
+
return T(), c("header", ey, [
|
|
17175
|
+
n.hidePrimaryHeader ? s("", !0) : (T(), c("div", ty, [l("div", ny, [k(e.$slots, "default", {}, void 0, !0)]), e.$slots["primary-controls"] ? (T(), c("div", ry, [k(e.$slots, "primary-controls", {}, void 0, !0)])) : s("", !0)])),
|
|
17130
17176
|
f(r, { name: "expansion" }, {
|
|
17131
|
-
default: I(() => [n.subHeaderExpanded && e.$slots.subheader ? (T(), c("div",
|
|
17177
|
+
default: I(() => [n.subHeaderExpanded && e.$slots.subheader ? (T(), c("div", iy, [k(e.$slots, "subheader", {}, void 0, !0)])) : s("", !0)]),
|
|
17132
17178
|
_: 3
|
|
17133
17179
|
}),
|
|
17134
17180
|
f(r, { name: "expansion" }, {
|
|
17135
|
-
default: I(() => [n.tertiaryHeaderExpanded && e.$slots.tertiaryheader ? (T(), c("div",
|
|
17181
|
+
default: I(() => [n.tertiaryHeaderExpanded && e.$slots.tertiaryheader ? (T(), c("div", ay, [k(e.$slots, "tertiaryheader", {}, void 0, !0)])) : s("", !0)]),
|
|
17136
17182
|
_: 3
|
|
17137
17183
|
})
|
|
17138
17184
|
]);
|
|
17139
17185
|
}
|
|
17140
|
-
var
|
|
17186
|
+
var sy = /*#__PURE__*/ V($v, [["render", oy], ["__scopeId", "data-v-54e7aa5c"]]), cy = { name: "ecs-sidebar-list" }, ly = {
|
|
17141
17187
|
class: "ecs-sidebar-list",
|
|
17142
17188
|
role: "list"
|
|
17143
17189
|
};
|
|
17144
|
-
function
|
|
17145
|
-
return T(), c("div",
|
|
17190
|
+
function uy(e, t, n, r, i, a) {
|
|
17191
|
+
return T(), c("div", ly, [k(e.$slots, "default", {}, void 0, !0)]);
|
|
17146
17192
|
}
|
|
17147
|
-
var
|
|
17193
|
+
var dy = /*#__PURE__*/ V(cy, [["render", uy], ["__scopeId", "data-v-81bc3c0a"]]), fy = {
|
|
17148
17194
|
name: "ecs-sidebar-list-item",
|
|
17149
17195
|
emits: ["click", "select"],
|
|
17150
17196
|
components: {
|
|
@@ -17244,16 +17290,16 @@ var sy = /*#__PURE__*/ V(iy, [["render", oy], ["__scopeId", "data-v-81bc3c0a"]])
|
|
|
17244
17290
|
});
|
|
17245
17291
|
}
|
|
17246
17292
|
}
|
|
17247
|
-
},
|
|
17293
|
+
}, py = {
|
|
17248
17294
|
class: "ecs-sidebar-list-item",
|
|
17249
17295
|
role: "listitem"
|
|
17250
|
-
},
|
|
17296
|
+
}, my = ["tabindex"], hy = { class: "ecs-sidebar-list-item-content" }, gy = { class: "ecs-sidebar-list-item-label" }, _y = { class: "ecs-sidebar-list-item-label-text" }, vy = { class: "ecs-sidebar-list-item-subline" }, yy = {
|
|
17251
17297
|
key: 0,
|
|
17252
17298
|
class: "ecs-sidebar-list-item-subline secondary"
|
|
17253
17299
|
};
|
|
17254
|
-
function
|
|
17300
|
+
function by(t, n, r, i, a, u) {
|
|
17255
17301
|
let p = A("ecs-checkbox"), m = A("ecs-skeleton-loader"), h = A("ecs-avatar"), g = A("ecs-icon"), _ = A("ecs-flex-row");
|
|
17256
|
-
return T(), c("div",
|
|
17302
|
+
return T(), c("div", py, [l("div", {
|
|
17257
17303
|
onClick: n[1] ||= (...e) => u.handleClick && u.handleClick(...e),
|
|
17258
17304
|
onKeydown: [n[2] ||= L((...e) => u.handleClick && u.handleClick(...e), ["enter"]), n[3] ||= L(R((...e) => u.handleClick && u.handleClick(...e), ["prevent"]), ["space"])],
|
|
17259
17305
|
class: b(["ecs-sidebar-list-item-state", {
|
|
@@ -17310,12 +17356,12 @@ function gy(t, n, r, i, a, u) {
|
|
|
17310
17356
|
size: "30",
|
|
17311
17357
|
color: r.iconColor
|
|
17312
17358
|
}, null, 8, ["type", "color"])) : s("", !0),
|
|
17313
|
-
l("div",
|
|
17359
|
+
l("div", hy, [l("span", gy, [r.loading ? (T(), o(m, {
|
|
17314
17360
|
key: 0,
|
|
17315
17361
|
type: "single",
|
|
17316
17362
|
"line-height": 4,
|
|
17317
17363
|
width: "random"
|
|
17318
|
-
})) : (T(), c(e, { key: 1 }, [l("span",
|
|
17364
|
+
})) : (T(), c(e, { key: 1 }, [l("span", _y, [k(t.$slots, "default", {}, void 0, !0)]), r.ai ? (T(), o(g, {
|
|
17319
17365
|
key: 0,
|
|
17320
17366
|
type: "ecai-icon",
|
|
17321
17367
|
size: "16",
|
|
@@ -17326,12 +17372,12 @@ function gy(t, n, r, i, a, u) {
|
|
|
17326
17372
|
gap: 8,
|
|
17327
17373
|
justify: "between"
|
|
17328
17374
|
}, {
|
|
17329
|
-
default: I(() => [l("span",
|
|
17375
|
+
default: I(() => [l("span", vy, [r.loading ? (T(), o(m, {
|
|
17330
17376
|
key: 0,
|
|
17331
17377
|
type: "single",
|
|
17332
17378
|
"line-height": 2,
|
|
17333
17379
|
width: "random"
|
|
17334
|
-
})) : r.subline ? (T(), c(e, { key: 1 }, [d(N(r.subline), 1)], 64)) : s("", !0)]), r.sublineSecondary || r.loading ? (T(), c("span",
|
|
17380
|
+
})) : r.subline ? (T(), c(e, { key: 1 }, [d(N(r.subline), 1)], 64)) : s("", !0)]), r.sublineSecondary || r.loading ? (T(), c("span", yy, [l("span", { class: b({ "on-hover": r.sublineSecondaryHover }) }, [r.loading ? (T(), o(m, {
|
|
17335
17381
|
key: 0,
|
|
17336
17382
|
type: "single",
|
|
17337
17383
|
"line-height": 2,
|
|
@@ -17341,9 +17387,9 @@ function gy(t, n, r, i, a, u) {
|
|
|
17341
17387
|
_: 1
|
|
17342
17388
|
})) : s("", !0)]),
|
|
17343
17389
|
r.loading ? s("", !0) : k(t.$slots, "meta", { key: 4 }, void 0, !0)
|
|
17344
|
-
], 42,
|
|
17390
|
+
], 42, my)]);
|
|
17345
17391
|
}
|
|
17346
|
-
var
|
|
17392
|
+
var xy = /*#__PURE__*/ V(fy, [["render", by], ["__scopeId", "data-v-66eb2ab6"]]), Sy = {
|
|
17347
17393
|
name: "ecs-structured-content",
|
|
17348
17394
|
components: {
|
|
17349
17395
|
EcsClickableArea: _r,
|
|
@@ -17413,14 +17459,14 @@ var _y = /*#__PURE__*/ V(cy, [["render", gy], ["__scopeId", "data-v-66eb2ab6"]])
|
|
|
17413
17459
|
this.internalCollapse = !this.internalCollapse, this.$emit("toggleCollapse", this.internalCollapse);
|
|
17414
17460
|
}
|
|
17415
17461
|
}
|
|
17416
|
-
},
|
|
17462
|
+
}, Cy = {
|
|
17417
17463
|
key: 1,
|
|
17418
17464
|
class: "ecs-structured-content-left"
|
|
17419
|
-
},
|
|
17465
|
+
}, wy = {
|
|
17420
17466
|
key: 2,
|
|
17421
17467
|
class: "ecs-structured-content-right"
|
|
17422
|
-
},
|
|
17423
|
-
function
|
|
17468
|
+
}, Ty = { class: "ecs-structured-content-collapse-inner" }, Ey = { class: "ecs-structured-content-collapse-content" };
|
|
17469
|
+
function Dy(e, t, n, r, i, a) {
|
|
17424
17470
|
let u = A("ecs-skeleton-loader");
|
|
17425
17471
|
return T(), c("div", { class: b(["ecs-structured-content", [
|
|
17426
17472
|
{ clickable: n.clickable },
|
|
@@ -17443,7 +17489,7 @@ function Cy(e, t, n, r, i, a) {
|
|
|
17443
17489
|
key: 0,
|
|
17444
17490
|
type: "single",
|
|
17445
17491
|
width: "random"
|
|
17446
|
-
})) : (T(), c("div",
|
|
17492
|
+
})) : (T(), c("div", Cy, [k(e.$slots, "default", {}, void 0, !0)])), e.$slots.extend && !n.loading ? (T(), c("div", wy, [k(e.$slots, "extend", {}, void 0, !0)])) : s("", !0)]),
|
|
17447
17493
|
_: 3
|
|
17448
17494
|
}, 8, [
|
|
17449
17495
|
"onClick",
|
|
@@ -17458,12 +17504,12 @@ function Cy(e, t, n, r, i, a) {
|
|
|
17458
17504
|
collapsed: i.internalCollapse,
|
|
17459
17505
|
expanded: i.internalCollapse === !1
|
|
17460
17506
|
}])
|
|
17461
|
-
}, [l("div",
|
|
17507
|
+
}, [l("div", Ty, [l("div", Ey, [n.loading ? (T(), o(u, {
|
|
17462
17508
|
key: 0,
|
|
17463
17509
|
type: "multi"
|
|
17464
17510
|
})) : k(e.$slots, "collapse", { key: 1 }, void 0, !0)])])], 2))], 2);
|
|
17465
17511
|
}
|
|
17466
|
-
var
|
|
17512
|
+
var Oy = /*#__PURE__*/ V(Sy, [["render", Dy], ["__scopeId", "data-v-823ad344"]]), ky = {
|
|
17467
17513
|
name: "ecs-swatches-picker",
|
|
17468
17514
|
emits: ["update:modelValue"],
|
|
17469
17515
|
props: {
|
|
@@ -17511,14 +17557,14 @@ var wy = /*#__PURE__*/ V(vy, [["render", Cy], ["__scopeId", "data-v-823ad344"]])
|
|
|
17511
17557
|
this.selectedTitle = this.swatches[this.swatches.findIndex((e) => e.hex === this.selectedColor)].title;
|
|
17512
17558
|
}
|
|
17513
17559
|
}
|
|
17514
|
-
},
|
|
17560
|
+
}, Ay = [
|
|
17515
17561
|
"onClick",
|
|
17516
17562
|
"onKeydown",
|
|
17517
17563
|
"title",
|
|
17518
17564
|
"aria-label",
|
|
17519
17565
|
"aria-checked"
|
|
17520
17566
|
];
|
|
17521
|
-
function
|
|
17567
|
+
function jy(t, n, r, i, a, o) {
|
|
17522
17568
|
return T(), c("div", {
|
|
17523
17569
|
class: b(["ecs-swatches", o.sizeClass]),
|
|
17524
17570
|
role: "radiogroup"
|
|
@@ -17536,9 +17582,9 @@ function Dy(t, n, r, i, a, o) {
|
|
|
17536
17582
|
backgroundColor: e.hex,
|
|
17537
17583
|
color: e.hex
|
|
17538
17584
|
})
|
|
17539
|
-
}, null, 46,
|
|
17585
|
+
}, null, 46, Ay))), 128))], 2);
|
|
17540
17586
|
}
|
|
17541
|
-
var
|
|
17587
|
+
var My = /*#__PURE__*/ V(ky, [["render", jy], ["__scopeId", "data-v-9c0b74cb"]]), Ny = {
|
|
17542
17588
|
name: "ecs-tab",
|
|
17543
17589
|
props: {
|
|
17544
17590
|
show: {
|
|
@@ -17567,8 +17613,8 @@ var Oy = /*#__PURE__*/ V(Ty, [["render", Dy], ["__scopeId", "data-v-9c0b74cb"]])
|
|
|
17567
17613
|
mounted() {
|
|
17568
17614
|
!this.ariaLabeledBy || this.ariaLabeledBy.trim();
|
|
17569
17615
|
}
|
|
17570
|
-
},
|
|
17571
|
-
function
|
|
17616
|
+
}, Py = ["aria-labelledby"];
|
|
17617
|
+
function Fy(e, t, n, r, i, a) {
|
|
17572
17618
|
return T(), c("div", {
|
|
17573
17619
|
class: b(["ecs-tab-pane", [
|
|
17574
17620
|
n.show ? "show" : "",
|
|
@@ -17577,9 +17623,9 @@ function jy(e, t, n, r, i, a) {
|
|
|
17577
17623
|
]]),
|
|
17578
17624
|
role: "tabpanel",
|
|
17579
17625
|
"aria-labelledby": n.ariaLabeledBy
|
|
17580
|
-
}, [k(e.$slots, "default", {}, void 0, !0)], 10,
|
|
17626
|
+
}, [k(e.$slots, "default", {}, void 0, !0)], 10, Py);
|
|
17581
17627
|
}
|
|
17582
|
-
var
|
|
17628
|
+
var Iy = /*#__PURE__*/ V(Ny, [["render", Fy], ["__scopeId", "data-v-2c119fff"]]), Ly = {
|
|
17583
17629
|
name: "ecs-tab-button",
|
|
17584
17630
|
emits: ["click", "tabNavigation"],
|
|
17585
17631
|
components: {
|
|
@@ -17662,16 +17708,16 @@ var My = /*#__PURE__*/ V(ky, [["render", jy], ["__scopeId", "data-v-2c119fff"]])
|
|
|
17662
17708
|
});
|
|
17663
17709
|
}
|
|
17664
17710
|
}
|
|
17665
|
-
},
|
|
17711
|
+
}, Ry = [
|
|
17666
17712
|
"disabled",
|
|
17667
17713
|
"aria-selected",
|
|
17668
17714
|
"aria-controls",
|
|
17669
17715
|
"aria-label"
|
|
17670
|
-
],
|
|
17716
|
+
], zy = {
|
|
17671
17717
|
key: 2,
|
|
17672
17718
|
class: "shortcut"
|
|
17673
17719
|
};
|
|
17674
|
-
function
|
|
17720
|
+
function By(e, t, n, r, i, a) {
|
|
17675
17721
|
let u = A("ecs-icon"), d = A("ecs-sticker"), p = A("ecs-focus-ring");
|
|
17676
17722
|
return T(), c("button", {
|
|
17677
17723
|
class: b(["ecs-tab-button", [
|
|
@@ -17699,12 +17745,12 @@ function Iy(e, t, n, r, i, a) {
|
|
|
17699
17745
|
type: n.sticker
|
|
17700
17746
|
}, null, 8, ["type"])) : s("", !0),
|
|
17701
17747
|
k(e.$slots, "default", {}, void 0, !0),
|
|
17702
|
-
n.shortcut ? (T(), c("span",
|
|
17748
|
+
n.shortcut ? (T(), c("span", zy, N(n.shortcut), 1)) : s("", !0),
|
|
17703
17749
|
f(p, { inset: 0 }),
|
|
17704
17750
|
t[2] ||= l("span", { class: "hover" }, null, -1)
|
|
17705
|
-
], 42,
|
|
17751
|
+
], 42, Ry);
|
|
17706
17752
|
}
|
|
17707
|
-
var
|
|
17753
|
+
var Vy = /*#__PURE__*/ V(Ly, [["render", By], ["__scopeId", "data-v-e723f4d5"]]), Hy = {
|
|
17708
17754
|
name: "ecs-tag",
|
|
17709
17755
|
emits: ["click"],
|
|
17710
17756
|
components: {
|
|
@@ -17795,11 +17841,11 @@ var Ly = /*#__PURE__*/ V(Ny, [["render", Iy], ["__scopeId", "data-v-e723f4d5"]])
|
|
|
17795
17841
|
methods: { handleClick(e) {
|
|
17796
17842
|
this.$emit("click", e);
|
|
17797
17843
|
} }
|
|
17798
|
-
},
|
|
17844
|
+
}, Uy = ["title"], Wy = {
|
|
17799
17845
|
key: 1,
|
|
17800
17846
|
class: "count"
|
|
17801
17847
|
};
|
|
17802
|
-
function
|
|
17848
|
+
function Gy(e, t, n, r, i, a) {
|
|
17803
17849
|
let l = A("ecs-skeleton-loader"), u = A("ecs-focus-ring");
|
|
17804
17850
|
return T(), o(M(n.hover ? "button" : "span"), {
|
|
17805
17851
|
class: b(["ecs-tag", [
|
|
@@ -17819,9 +17865,9 @@ function Vy(e, t, n, r, i, a) {
|
|
|
17819
17865
|
key: 0,
|
|
17820
17866
|
class: "path",
|
|
17821
17867
|
title: n.path
|
|
17822
|
-
}, "../", 8,
|
|
17868
|
+
}, "../", 8, Uy)) : s("", !0),
|
|
17823
17869
|
k(e.$slots, "default", {}, void 0, !0),
|
|
17824
|
-
n.count ? (T(), c("span",
|
|
17870
|
+
n.count ? (T(), c("span", Wy, N(n.count), 1)) : s("", !0),
|
|
17825
17871
|
n.loading ? (T(), o(l, {
|
|
17826
17872
|
key: 2,
|
|
17827
17873
|
type: "single",
|
|
@@ -17839,14 +17885,14 @@ function Vy(e, t, n, r, i, a) {
|
|
|
17839
17885
|
"disabled"
|
|
17840
17886
|
]);
|
|
17841
17887
|
}
|
|
17842
|
-
var
|
|
17888
|
+
var Ky = /*#__PURE__*/ V(Hy, [["render", Gy], ["__scopeId", "data-v-7dbe350e"]]), qy = { name: "ecs-tag-cloud" }, Jy = {
|
|
17843
17889
|
class: "ecs-tag-cloud",
|
|
17844
17890
|
role: "list"
|
|
17845
17891
|
};
|
|
17846
|
-
function
|
|
17847
|
-
return T(), c("div",
|
|
17892
|
+
function Yy(e, t, n, r, i, a) {
|
|
17893
|
+
return T(), c("div", Jy, [k(e.$slots, "default", {}, void 0, !0)]);
|
|
17848
17894
|
}
|
|
17849
|
-
var
|
|
17895
|
+
var Xy = /*#__PURE__*/ V(qy, [["render", Yy], ["__scopeId", "data-v-4334fe7e"]]), Zy = {
|
|
17850
17896
|
name: "ecs-toast",
|
|
17851
17897
|
emits: ["action"],
|
|
17852
17898
|
components: { EcsFocusRing: U },
|
|
@@ -17869,7 +17915,7 @@ var Ky = /*#__PURE__*/ V(Uy, [["render", Gy], ["__scopeId", "data-v-4334fe7e"]])
|
|
|
17869
17915
|
return this.theme;
|
|
17870
17916
|
} }
|
|
17871
17917
|
};
|
|
17872
|
-
function
|
|
17918
|
+
function Qy(e, t, n, r, i, a) {
|
|
17873
17919
|
let o = A("ecs-focus-ring");
|
|
17874
17920
|
return T(), c("div", {
|
|
17875
17921
|
class: b(["ecs-toast", a.typeClass]),
|
|
@@ -17885,32 +17931,32 @@ function Jy(e, t, n, r, i, a) {
|
|
|
17885
17931
|
radius: 6
|
|
17886
17932
|
})])) : s("", !0)], 2);
|
|
17887
17933
|
}
|
|
17888
|
-
var
|
|
17934
|
+
var $y = /*#__PURE__*/ V(Zy, [["render", Qy], ["__scopeId", "data-v-61082fed"]]), eb = { name: "ecs-toasts" }, tb = {
|
|
17889
17935
|
class: "ecs-toasts",
|
|
17890
17936
|
"aria-live": "polite"
|
|
17891
17937
|
};
|
|
17892
|
-
function
|
|
17893
|
-
return T(), c("div",
|
|
17938
|
+
function nb(e, t, n, r, a, o) {
|
|
17939
|
+
return T(), c("div", tb, [f(i, { name: "transition-toast" }, {
|
|
17894
17940
|
default: I(() => [k(e.$slots, "default", {}, void 0, !0)]),
|
|
17895
17941
|
_: 3
|
|
17896
17942
|
})]);
|
|
17897
17943
|
}
|
|
17898
|
-
var
|
|
17944
|
+
var rb = /*#__PURE__*/ V(eb, [["render", nb], ["__scopeId", "data-v-451fee48"]]), ib = {
|
|
17899
17945
|
name: "ecs-toolbar",
|
|
17900
17946
|
props: { type: {
|
|
17901
17947
|
type: String,
|
|
17902
17948
|
validator: (e) => ["viewer", "index"].includes(e),
|
|
17903
17949
|
default: "index"
|
|
17904
17950
|
} }
|
|
17905
|
-
},
|
|
17951
|
+
}, ab = {
|
|
17906
17952
|
class: "ecs-toolbar",
|
|
17907
17953
|
role: "toolbar",
|
|
17908
17954
|
"aria-label": "Main"
|
|
17909
17955
|
};
|
|
17910
|
-
function
|
|
17911
|
-
return T(), c("div",
|
|
17956
|
+
function ob(e, t, n, r, i, a) {
|
|
17957
|
+
return T(), c("div", ab, [k(e.$slots, "default", {}, void 0, !0)]);
|
|
17912
17958
|
}
|
|
17913
|
-
var
|
|
17959
|
+
var sb = /*#__PURE__*/ V(ib, [["render", ob], ["__scopeId", "data-v-e0681f01"]]), cb = {
|
|
17914
17960
|
name: "ecs-transcript-state",
|
|
17915
17961
|
emits: ["click"],
|
|
17916
17962
|
components: {
|
|
@@ -17936,17 +17982,17 @@ var rb = /*#__PURE__*/ V(eb, [["render", nb], ["__scopeId", "data-v-e0681f01"]])
|
|
|
17936
17982
|
default: !1
|
|
17937
17983
|
}
|
|
17938
17984
|
}
|
|
17939
|
-
},
|
|
17985
|
+
}, lb = ["aria-busy"], ub = {
|
|
17940
17986
|
key: 0,
|
|
17941
17987
|
class: "healthy"
|
|
17942
|
-
},
|
|
17988
|
+
}, db = {
|
|
17943
17989
|
key: 1,
|
|
17944
17990
|
class: "corrupted"
|
|
17945
|
-
},
|
|
17991
|
+
}, fb = {
|
|
17946
17992
|
key: 2,
|
|
17947
17993
|
class: "loading"
|
|
17948
17994
|
};
|
|
17949
|
-
function
|
|
17995
|
+
function pb(t, n, r, i, a, u) {
|
|
17950
17996
|
let d = A("ecs-skeleton-loader"), p = A("ecs-icon");
|
|
17951
17997
|
return T(), c("div", {
|
|
17952
17998
|
onClick: n[0] ||= (e) => t.$emit("click", e),
|
|
@@ -17959,16 +18005,16 @@ function lb(t, n, r, i, a, u) {
|
|
|
17959
18005
|
height: 32
|
|
17960
18006
|
})) : (T(), c(e, { key: 1 }, [
|
|
17961
18007
|
n[1] ||= l("div", { class: "background" }, null, -1),
|
|
17962
|
-
r.state == "healthy" ? (T(), c("div",
|
|
17963
|
-
r.state == "corrupted" ? (T(), c("div",
|
|
17964
|
-
r.state == "loading" ? (T(), c("span",
|
|
18008
|
+
r.state == "healthy" ? (T(), c("div", ub)) : s("", !0),
|
|
18009
|
+
r.state == "corrupted" ? (T(), c("div", db)) : s("", !0),
|
|
18010
|
+
r.state == "loading" ? (T(), c("span", fb, [f(p, {
|
|
17965
18011
|
type: "loading",
|
|
17966
18012
|
size: "18px",
|
|
17967
18013
|
color: "#202127"
|
|
17968
18014
|
})])) : s("", !0)
|
|
17969
|
-
], 64))], 10,
|
|
18015
|
+
], 64))], 10, lb);
|
|
17970
18016
|
}
|
|
17971
|
-
var
|
|
18017
|
+
var mb = /*#__PURE__*/ V(cb, [["render", pb], ["__scopeId", "data-v-8f3aef8d"]]), hb = {
|
|
17972
18018
|
name: "ecs-tree-list",
|
|
17973
18019
|
props: {
|
|
17974
18020
|
id: { type: String },
|
|
@@ -17982,15 +18028,15 @@ var ub = /*#__PURE__*/ V(ib, [["render", lb], ["__scopeId", "data-v-8f3aef8d"]])
|
|
|
17982
18028
|
default: !1
|
|
17983
18029
|
}
|
|
17984
18030
|
}
|
|
17985
|
-
},
|
|
17986
|
-
function
|
|
18031
|
+
}, gb = ["id", "role"];
|
|
18032
|
+
function _b(e, t, n, r, i, a) {
|
|
17987
18033
|
return T(), c("div", {
|
|
17988
18034
|
class: b(["ecs-tree-view-list", { "ecs-tree-view-list-indent": n.indent }]),
|
|
17989
18035
|
id: n.id,
|
|
17990
18036
|
role: n.role
|
|
17991
|
-
}, [k(e.$slots, "default", {}, void 0, !0)], 10,
|
|
18037
|
+
}, [k(e.$slots, "default", {}, void 0, !0)], 10, gb);
|
|
17992
18038
|
}
|
|
17993
|
-
var
|
|
18039
|
+
var vb = /*#__PURE__*/ V(hb, [["render", _b], ["__scopeId", "data-v-6af94f50"]]), yb = {
|
|
17994
18040
|
name: "ecs-tree-list-item",
|
|
17995
18041
|
emits: ["click", "toggled"],
|
|
17996
18042
|
components: {
|
|
@@ -18140,17 +18186,17 @@ var mb = /*#__PURE__*/ V(db, [["render", pb], ["__scopeId", "data-v-6af94f50"]])
|
|
|
18140
18186
|
created() {
|
|
18141
18187
|
this.expandId = this.generateUniqueId();
|
|
18142
18188
|
}
|
|
18143
|
-
},
|
|
18189
|
+
}, bb = ["tabindex"], xb = {
|
|
18144
18190
|
key: 1,
|
|
18145
18191
|
class: "icon-container"
|
|
18146
|
-
},
|
|
18192
|
+
}, Sb = {
|
|
18147
18193
|
key: 2,
|
|
18148
18194
|
class: "ecs-tree-view-entry-control"
|
|
18149
|
-
},
|
|
18195
|
+
}, Cb = ["disabled"], wb = {
|
|
18150
18196
|
key: 4,
|
|
18151
18197
|
class: "ecs-tree-view-entry-actions"
|
|
18152
|
-
},
|
|
18153
|
-
function
|
|
18198
|
+
}, Tb = ["id", "aria-hidden"];
|
|
18199
|
+
function Eb(e, t, n, r, i, a) {
|
|
18154
18200
|
let u = A("ecs-button-collapse"), d = A("ecs-icon"), p = A("ecs-sticker"), m = A("ecs-focus-ring");
|
|
18155
18201
|
return T(), c("div", null, [l("div", {
|
|
18156
18202
|
onKeydown: [t[2] ||= L(R((...e) => a.focusPrevious && a.focusPrevious(...e), ["prevent"]), ["up"]), t[3] ||= L(R((...e) => a.focusNext && a.focusNext(...e), ["prevent"]), ["down"])],
|
|
@@ -18187,7 +18233,7 @@ function Sb(e, t, n, r, i, a) {
|
|
|
18187
18233
|
"aria-busy",
|
|
18188
18234
|
"onClick"
|
|
18189
18235
|
])) : s("", !0),
|
|
18190
|
-
n.icon ? (T(), c("div",
|
|
18236
|
+
n.icon ? (T(), c("div", xb, [f(d, {
|
|
18191
18237
|
type: n.icon,
|
|
18192
18238
|
color: n.iconColor,
|
|
18193
18239
|
size: a.iconSize
|
|
@@ -18205,37 +18251,37 @@ function Sb(e, t, n, r, i, a) {
|
|
|
18205
18251
|
"color",
|
|
18206
18252
|
"style"
|
|
18207
18253
|
])) : s("", !0)])) : s("", !0),
|
|
18208
|
-
e.$slots.control ? (T(), c("div",
|
|
18254
|
+
e.$slots.control ? (T(), c("div", Sb, [k(e.$slots, "control", {}, void 0, !0)])) : s("", !0),
|
|
18209
18255
|
l("span", {
|
|
18210
18256
|
disabled: n.disabled,
|
|
18211
18257
|
onClick: t[0] ||= (t) => !n.disabled && e.$emit("click", t),
|
|
18212
18258
|
class: b(["title", [n.titleOverflow ? "overflow" : "", n.disabled ? "disabled" : ""]])
|
|
18213
|
-
}, [k(e.$slots, "default", {}, void 0, !0)], 10,
|
|
18259
|
+
}, [k(e.$slots, "default", {}, void 0, !0)], 10, Cb),
|
|
18214
18260
|
n.afterLabel ? (T(), c("span", {
|
|
18215
18261
|
key: 3,
|
|
18216
18262
|
onClick: t[1] ||= (t) => !n.disabled && e.$emit("click", t),
|
|
18217
18263
|
class: "after-label"
|
|
18218
18264
|
}, N(n.afterLabel), 1)) : s("", !0),
|
|
18219
|
-
e.$slots.actions ? (T(), c("div",
|
|
18265
|
+
e.$slots.actions ? (T(), c("div", wb, [k(e.$slots, "actions", {}, void 0, !0)])) : s("", !0),
|
|
18220
18266
|
a.isSelectable ? (T(), o(m, { key: 5 })) : s("", !0)
|
|
18221
|
-
], 42,
|
|
18267
|
+
], 42, bb), e.$slots.collapse ? (T(), c("div", {
|
|
18222
18268
|
key: 0,
|
|
18223
18269
|
class: b([i.isVisible ? "collapse-show" : "collapse-hide", "collapsable"]),
|
|
18224
18270
|
id: i.expandId,
|
|
18225
18271
|
"aria-hidden": i.isVisible ? "false" : "true"
|
|
18226
|
-
}, [k(e.$slots, "collapse", {}, void 0, !0)], 10,
|
|
18272
|
+
}, [k(e.$slots, "collapse", {}, void 0, !0)], 10, Tb)) : s("", !0)]);
|
|
18227
18273
|
}
|
|
18228
|
-
var
|
|
18229
|
-
function
|
|
18230
|
-
return T(), c("div",
|
|
18274
|
+
var Db = /*#__PURE__*/ V(yb, [["render", Eb], ["__scopeId", "data-v-81e7629c"]]), Ob = { name: "ecs-tree-list-headline" }, kb = { class: "ecs-tree-view-headline" };
|
|
18275
|
+
function Ab(e, t, n, r, i, a) {
|
|
18276
|
+
return T(), c("div", kb, [k(e.$slots, "default", {}, void 0, !0)]);
|
|
18231
18277
|
}
|
|
18232
|
-
var
|
|
18278
|
+
var jb = /*#__PURE__*/ V(Ob, [["render", Ab], ["__scopeId", "data-v-a5153e06"]]), Mb = {
|
|
18233
18279
|
name: "EcsTypeConfirmation",
|
|
18234
18280
|
emits: ["update:modelValue", "bypassConfirm"],
|
|
18235
18281
|
components: {
|
|
18236
18282
|
EcsInput: Kd,
|
|
18237
18283
|
EcsAlert: we,
|
|
18238
|
-
EcsFormGroup:
|
|
18284
|
+
EcsFormGroup: vp,
|
|
18239
18285
|
EcsCheckbox: Tr
|
|
18240
18286
|
},
|
|
18241
18287
|
mixins: [Y],
|
|
@@ -18305,15 +18351,15 @@ var Db = /*#__PURE__*/ V(wb, [["render", Eb], ["__scopeId", "data-v-a5153e06"]])
|
|
|
18305
18351
|
mounted() {
|
|
18306
18352
|
this.uniqueId = "input-" + this.generateUniqueId(), this.bypassActive && this.alertType !== "none" && this.$emit("update:modelValue", !0);
|
|
18307
18353
|
}
|
|
18308
|
-
},
|
|
18309
|
-
function
|
|
18354
|
+
}, Nb = ["for"], Pb = { class: "ecs-type-confirmation-verb" }, Fb = ["for"], Ib = { class: "ecs-type-confirmation-verb" };
|
|
18355
|
+
function Lb(e, t, n, r, i, a) {
|
|
18310
18356
|
let c = A("ecs-input"), u = A("ecs-form-group"), p = A("ecs-checkbox"), m = A("ecs-alert");
|
|
18311
18357
|
return n.alertType == "none" ? (T(), o(u, {
|
|
18312
18358
|
key: 1,
|
|
18313
18359
|
class: "ecs-type-confirmation-input"
|
|
18314
18360
|
}, {
|
|
18315
18361
|
default: I(() => [
|
|
18316
|
-
l("label", { for: i.uniqueId }, N(a.text), 9,
|
|
18362
|
+
l("label", { for: i.uniqueId }, N(a.text), 9, Fb),
|
|
18317
18363
|
f(c, {
|
|
18318
18364
|
modelValue: i.inputValue,
|
|
18319
18365
|
"onUpdate:modelValue": t[2] ||= (e) => i.inputValue = e,
|
|
@@ -18327,7 +18373,7 @@ function Nb(e, t, n, r, i, a) {
|
|
|
18327
18373
|
"error",
|
|
18328
18374
|
"id"
|
|
18329
18375
|
]),
|
|
18330
|
-
l("span",
|
|
18376
|
+
l("span", Ib, N(a.upperCaseVerb), 1)
|
|
18331
18377
|
]),
|
|
18332
18378
|
_: 1
|
|
18333
18379
|
})) : (T(), o(m, {
|
|
@@ -18342,7 +18388,7 @@ function Nb(e, t, n, r, i, a) {
|
|
|
18342
18388
|
class: "ecs-type-confirmation-input"
|
|
18343
18389
|
}, {
|
|
18344
18390
|
default: I(() => [
|
|
18345
|
-
l("label", { for: i.uniqueId }, N(a.text), 9,
|
|
18391
|
+
l("label", { for: i.uniqueId }, N(a.text), 9, Nb),
|
|
18346
18392
|
f(c, {
|
|
18347
18393
|
modelValue: i.inputValue,
|
|
18348
18394
|
"onUpdate:modelValue": t[0] ||= (e) => i.inputValue = e,
|
|
@@ -18356,7 +18402,7 @@ function Nb(e, t, n, r, i, a) {
|
|
|
18356
18402
|
"error",
|
|
18357
18403
|
"id"
|
|
18358
18404
|
]),
|
|
18359
|
-
l("span",
|
|
18405
|
+
l("span", Pb, N(a.upperCaseVerb), 1)
|
|
18360
18406
|
]),
|
|
18361
18407
|
_: 1
|
|
18362
18408
|
})),
|
|
@@ -18373,7 +18419,7 @@ function Nb(e, t, n, r, i, a) {
|
|
|
18373
18419
|
_: 3
|
|
18374
18420
|
}, 8, ["headline", "type"]));
|
|
18375
18421
|
}
|
|
18376
|
-
var
|
|
18422
|
+
var Rb = /*#__PURE__*/ V(Mb, [["render", Lb], ["__scopeId", "data-v-1e0fa905"]]), zb = {
|
|
18377
18423
|
name: "ecs-video",
|
|
18378
18424
|
props: {
|
|
18379
18425
|
posterImage: {
|
|
@@ -18397,14 +18443,14 @@ var Pb = /*#__PURE__*/ V(Ob, [["render", Nb], ["__scopeId", "data-v-1e0fa905"]])
|
|
|
18397
18443
|
default: null
|
|
18398
18444
|
}
|
|
18399
18445
|
}
|
|
18400
|
-
},
|
|
18446
|
+
}, Bb = [
|
|
18401
18447
|
"poster",
|
|
18402
18448
|
"autoplay",
|
|
18403
18449
|
"loop",
|
|
18404
18450
|
"controls",
|
|
18405
18451
|
"src"
|
|
18406
18452
|
];
|
|
18407
|
-
function
|
|
18453
|
+
function Vb(e, t, n, r, i, a) {
|
|
18408
18454
|
return T(), c("video", {
|
|
18409
18455
|
poster: n.posterImage,
|
|
18410
18456
|
autoplay: n.autoplay,
|
|
@@ -18412,9 +18458,9 @@ function Lb(e, t, n, r, i, a) {
|
|
|
18412
18458
|
controls: n.controls,
|
|
18413
18459
|
class: "ecs-video",
|
|
18414
18460
|
src: n.mp4Source
|
|
18415
|
-
}, null, 8,
|
|
18461
|
+
}, null, 8, Bb);
|
|
18416
18462
|
}
|
|
18417
|
-
var
|
|
18463
|
+
var Hb = /*#__PURE__*/ V(zb, [["render", Vb], ["__scopeId", "data-v-ce84fcb3"]]), Ub = {
|
|
18418
18464
|
name: "ecs-window",
|
|
18419
18465
|
components: {
|
|
18420
18466
|
EcsButton: X,
|
|
@@ -18585,11 +18631,11 @@ var Rb = /*#__PURE__*/ V(Fb, [["render", Lb], ["__scopeId", "data-v-ce84fcb3"]])
|
|
|
18585
18631
|
this.isFocused = !1, this.$emit("blur");
|
|
18586
18632
|
}
|
|
18587
18633
|
}
|
|
18588
|
-
},
|
|
18634
|
+
}, Wb = { class: "ecs-window-content scrollbar scrollbar-sml" }, Gb = {
|
|
18589
18635
|
key: 1,
|
|
18590
18636
|
class: "ecs-window-footer"
|
|
18591
18637
|
};
|
|
18592
|
-
function
|
|
18638
|
+
function Kb(t, n, r, i, a, o) {
|
|
18593
18639
|
let u = A("ecs-text-v2"), p = A("ecs-button");
|
|
18594
18640
|
return r.show ? (T(), c("div", {
|
|
18595
18641
|
key: 0,
|
|
@@ -18626,8 +18672,8 @@ function Hb(t, n, r, i, a, o) {
|
|
|
18626
18672
|
"aria-label": "Close window",
|
|
18627
18673
|
title: "Close"
|
|
18628
18674
|
})], 32)) : s("", !0),
|
|
18629
|
-
l("div",
|
|
18630
|
-
t.$slots.footer ? (T(), c("div",
|
|
18675
|
+
l("div", Wb, [k(t.$slots, "default", {}, void 0, !0)]),
|
|
18676
|
+
t.$slots.footer ? (T(), c("div", Gb, [k(t.$slots, "footer", {}, void 0, !0)])) : s("", !0),
|
|
18631
18677
|
r.resizable ? (T(), c(e, { key: 2 }, [
|
|
18632
18678
|
l("div", {
|
|
18633
18679
|
onMousedown: n[2] ||= (e) => o.startResize("right"),
|
|
@@ -18646,6 +18692,6 @@ function Hb(t, n, r, i, a, o) {
|
|
|
18646
18692
|
], 64)) : s("", !0)
|
|
18647
18693
|
], 38)) : s("", !0);
|
|
18648
18694
|
}
|
|
18649
|
-
var
|
|
18695
|
+
var qb = /*#__PURE__*/ V(Ub, [["render", Kb], ["__scopeId", "data-v-1c653eb3"]]);
|
|
18650
18696
|
//#endregion
|
|
18651
|
-
export { Ae as EcsActionToolbar, we as EcsAlert, Ie as EcsAudio, Ge as EcsAvatar, Je as EcsBanner, Ze as EcsBreadcrumb, tt as EcsBreadcrumbButton, at as EcsBreadcrumbTitle, Ii as EcsBulkSelector, X as EcsButton, Wi as EcsButtonCollapse, Na as EcsButtonContext, La as EcsButtonContextGroup, Va as EcsButtonDialog, Bi as EcsButtonGroup, Ga as EcsButtonMore, Xa as EcsButtonTable, ki as EcsButtonToolbar, eo as EcsButtonToolbarGroup, oo as EcsCard, ho as EcsChatConversation, To as EcsChatMessage, Tr as EcsCheckbox, uo as EcsCitationLine, _r as EcsClickableArea, Vo as EcsCollapse, Yo as EcsCollectionControl, Fc as EcsColorPicker, Rc as EcsColorPickerInput, Ts as EcsComment, ks as EcsCommentList, ls as EcsContentCard, Mo as EcsContextMenu, Jc as EcsDataCard, Qc as EcsDataCardList, ul as EcsDataCardRow, gl as EcsDataGrid, lu as EcsDataGridCell, nu as EcsDataGridGroup, Ql as EcsDataGridHeadCell, bl as EcsDataGridRow, Tl as EcsDataGridRowGroup, pu as EcsDataList, bu as EcsDataListItem, wu as EcsDialog, Au as EcsDialogHeader, Lu as EcsDirectoryEntry, Ku as EcsDocumentState, ed as EcsDonutChart, bd as EcsDropzone, Cd as EcsEcaiWrapper, od as EcsEmptyState, Ad as EcsEntryLink, Vd as EcsExcerptSnippet,
|
|
18697
|
+
export { Ae as EcsActionToolbar, we as EcsAlert, Ie as EcsAudio, Ge as EcsAvatar, Je as EcsBanner, Ze as EcsBreadcrumb, tt as EcsBreadcrumbButton, at as EcsBreadcrumbTitle, Ii as EcsBulkSelector, X as EcsButton, Wi as EcsButtonCollapse, Na as EcsButtonContext, La as EcsButtonContextGroup, Va as EcsButtonDialog, Bi as EcsButtonGroup, Ga as EcsButtonMore, Xa as EcsButtonTable, ki as EcsButtonToolbar, eo as EcsButtonToolbarGroup, oo as EcsCard, ho as EcsChatConversation, To as EcsChatMessage, Tr as EcsCheckbox, uo as EcsCitationLine, _r as EcsClickableArea, Vo as EcsCollapse, Yo as EcsCollectionControl, Fc as EcsColorPicker, Rc as EcsColorPickerInput, Ts as EcsComment, ks as EcsCommentList, ls as EcsContentCard, Mo as EcsContextMenu, Jc as EcsDataCard, Qc as EcsDataCardList, ul as EcsDataCardRow, gl as EcsDataGrid, lu as EcsDataGridCell, nu as EcsDataGridGroup, Ql as EcsDataGridHeadCell, bl as EcsDataGridRow, Tl as EcsDataGridRowGroup, pu as EcsDataList, bu as EcsDataListItem, wu as EcsDialog, Au as EcsDialogHeader, Lu as EcsDirectoryEntry, Ku as EcsDocumentState, ed as EcsDonutChart, bd as EcsDropzone, Cd as EcsEcaiWrapper, od as EcsEmptyState, Ad as EcsEntryLink, Vd as EcsExcerptSnippet, kf as EcsExhibitStickerEditor, ju as EcsFavicon, Ur as EcsFileIcon, Pf as EcsFileList, Xf as EcsFileListItem, Af as EcsFillIcon, Qf as EcsFlag, tp as EcsFlexCol, K as EcsFlexRow, U as EcsFocusRing, hp as EcsFolderSelector, mr as EcsFormCheck, vp as EcsFormGroup, wp as EcsFormHeadline, Mp as EcsFormSet, ps as EcsFormatted, Fp as EcsHighlight, H as EcsIcon, Rp as EcsIllustration, em as EcsIndexListItem, qp as EcsIndexToolbar, rm as EcsInfoTooltip, lm as EcsInlineEdit, Am as EcsInplace, Kd as EcsInput, fm as EcsInputAddon, op as EcsInputClear, gm as EcsInputConnector, Sm as EcsInputFloat, Tm as EcsInputGroup, up as EcsInputSearch, Fm as EcsJumperDocument, Hm as EcsJumperIndex, rh as EcsJumperPage, Fh as EcsLayoutDataTable, Sh as EcsLayoutDirectory, mh as EcsLayoutIndex, Uh as EcsLegendItem, Xh as EcsLogMessage, tg as EcsMap, sg as EcsModal, yg as EcsModalFooter, pg as EcsModalHeader, Fg as EcsMultiselectOption, Eg as EcsMultiselectSearchToken, kg as EcsMultiselectToken, $g as EcsOverlay, s_ as EcsPagination, oh as EcsPane, nl as EcsPartyEntry, cr as EcsPopover, h_ as EcsPopoverHeader, dr as EcsPopoverList, Xd as EcsPopoverListHeadline, wi as EcsPopoverListItem, ud as EcsProgress, W_ as EcsQuicklink, Ar as EcsRadiobutton, X_ as EcsRange, T_ as EcsRatingFavorability, b_ as EcsRatingStarRead, av as EcsRatingStarWrite, $d as EcsScrollContainer, lv as EcsSection, hv as EcsSegment, Pl as EcsSelect, Ev as EcsSelectTile, bv as EcsSelectionGrid, Mi as EcsSeparator, Av as EcsSequenceMap, Fv as EcsSequenceMapButton, vo as EcsShinyText, Kv as EcsSidebar, Yv as EcsSidebarContent, Qv as EcsSidebarFooter, sy as EcsSidebarHeader, dy as EcsSidebarList, xy as EcsSidebarListItem, G as EcsSkeletonLoader, Vr as EcsSortbutton, sh as EcsSplitpanes, Tu as EcsStateIcon, W as EcsSticker, Oy as EcsStructuredContent, My as EcsSwatchesPicker, Rr as EcsSwitch, Iy as EcsTab, zv as EcsTabBar, Vy as EcsTabButton, Hv as EcsTabs, Ky as EcsTag, Xy as EcsTagCloud, br as EcsTextV2, $y as EcsToast, rb as EcsToasts, sb as EcsToolbar, mb as EcsTranscriptState, vb as EcsTreeList, jb as EcsTreeListHeadline, Db as EcsTreeListItem, Rb as EcsTypeConfirmation, Hb as EcsVideo, qb as EcsWindow };
|