@everchron/ec-shards 19.5.0 → 19.6.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 +439 -402
- package/dist/ec-shards.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/ec-shards.js
CHANGED
|
@@ -12431,6 +12431,7 @@ function ap(e, t) {
|
|
|
12431
12431
|
}
|
|
12432
12432
|
var op = /* @__PURE__ */ V(tp, [["render", ap], ["__scopeId", "data-v-16833f69"]]), sp = {
|
|
12433
12433
|
name: "ecs-form-set",
|
|
12434
|
+
components: { EcsButtonMore: Va },
|
|
12434
12435
|
props: {
|
|
12435
12436
|
error: {
|
|
12436
12437
|
type: Boolean,
|
|
@@ -12439,16 +12440,44 @@ var op = /* @__PURE__ */ V(tp, [["render", ap], ["__scopeId", "data-v-16833f69"]
|
|
|
12439
12440
|
title: {
|
|
12440
12441
|
type: String,
|
|
12441
12442
|
required: !0
|
|
12443
|
+
},
|
|
12444
|
+
type: {
|
|
12445
|
+
type: String,
|
|
12446
|
+
default: "border",
|
|
12447
|
+
validator: (e) => ["border", "elevated"].includes(e)
|
|
12448
|
+
},
|
|
12449
|
+
expandButtonText: {
|
|
12450
|
+
type: String,
|
|
12451
|
+
default: "Expand"
|
|
12442
12452
|
}
|
|
12443
|
-
}
|
|
12444
|
-
|
|
12445
|
-
|
|
12453
|
+
},
|
|
12454
|
+
data() {
|
|
12455
|
+
return {
|
|
12456
|
+
expanded: !1,
|
|
12457
|
+
isTransitioning: !1
|
|
12458
|
+
};
|
|
12459
|
+
},
|
|
12460
|
+
methods: { toggleExpand() {
|
|
12461
|
+
this.expanded = !this.expanded, this.isTransitioning = !0, setTimeout(() => {
|
|
12462
|
+
this.isTransitioning = !1;
|
|
12463
|
+
}, 200);
|
|
12464
|
+
} }
|
|
12465
|
+
}, cp = ["aria-invalid"], lp = { class: "ecs-form-set-title" }, up = { class: "ecs-form-set-content" }, dp = { class: "ecs-form-set-content-inner" }, fp = { class: "ecs-form-set-expand-content-inner" };
|
|
12466
|
+
function pp(t, n, r, i, a, o) {
|
|
12467
|
+
let u = A("ecs-button-more");
|
|
12446
12468
|
return T(), c("fieldset", {
|
|
12447
|
-
class: b(["ecs-form-set",
|
|
12448
|
-
"aria-invalid":
|
|
12449
|
-
}, [l("legend", lp, N(
|
|
12469
|
+
class: b(["ecs-form-set", [r.type, r.error ? "error" : ""]]),
|
|
12470
|
+
"aria-invalid": r.error || null
|
|
12471
|
+
}, [l("legend", lp, N(r.title), 1), l("div", up, [l("div", dp, [k(t.$slots, "default", {}, void 0, !0)]), t.$slots.expand ? (T(), c(e, { key: 0 }, [f(u, {
|
|
12472
|
+
type: "expand",
|
|
12473
|
+
active: a.expanded,
|
|
12474
|
+
onClick: o.toggleExpand
|
|
12475
|
+
}, {
|
|
12476
|
+
default: I(() => [d(N(r.expandButtonText), 1)]),
|
|
12477
|
+
_: 1
|
|
12478
|
+
}, 8, ["active", "onClick"]), l("div", { class: b(["ecs-form-set-expand-content", [a.expanded ? "collapse-show" : "collapse-hide", a.isTransitioning ? "collapse-transitioning" : ""]]) }, [l("div", fp, [k(t.$slots, "expand", {}, void 0, !0)])], 2)], 64)) : s("", !0)])], 10, cp);
|
|
12450
12479
|
}
|
|
12451
|
-
var
|
|
12480
|
+
var mp = /* @__PURE__ */ V(sp, [["render", pp], ["__scopeId", "data-v-e48f1383"]]), hp = {
|
|
12452
12481
|
name: "ecs-highlight",
|
|
12453
12482
|
props: {
|
|
12454
12483
|
show: {
|
|
@@ -12501,7 +12530,7 @@ var dp = /* @__PURE__ */ V(sp, [["render", up], ["__scopeId", "data-v-c9188464"]
|
|
|
12501
12530
|
}
|
|
12502
12531
|
}
|
|
12503
12532
|
};
|
|
12504
|
-
function
|
|
12533
|
+
function gp(e, t, n, i, a, l) {
|
|
12505
12534
|
return T(), o(r, {
|
|
12506
12535
|
name: "fade",
|
|
12507
12536
|
appear: ""
|
|
@@ -12518,7 +12547,7 @@ function pp(e, t, n, i, a, l) {
|
|
|
12518
12547
|
_: 3
|
|
12519
12548
|
});
|
|
12520
12549
|
}
|
|
12521
|
-
var
|
|
12550
|
+
var _p = /* @__PURE__ */ V(hp, [["render", gp], ["__scopeId", "data-v-ad0ca7b9"]]), vp = {
|
|
12522
12551
|
name: "EcsIllustration",
|
|
12523
12552
|
props: {
|
|
12524
12553
|
type: {
|
|
@@ -12566,7 +12595,7 @@ var mp = /* @__PURE__ */ V(fp, [["render", pp], ["__scopeId", "data-v-ad0ca7b9"]
|
|
|
12566
12595
|
}), `../assets/images/select-tile/${e}.svg`, 5)));
|
|
12567
12596
|
} }
|
|
12568
12597
|
};
|
|
12569
|
-
function
|
|
12598
|
+
function yp(e, t, n, r, i, a) {
|
|
12570
12599
|
return T(), o(M(i.illustrationComponent), {
|
|
12571
12600
|
class: "ecs-illustration",
|
|
12572
12601
|
width: n.size,
|
|
@@ -12579,7 +12608,7 @@ function gp(e, t, n, r, i, a) {
|
|
|
12579
12608
|
"data-test-illustration-type"
|
|
12580
12609
|
]);
|
|
12581
12610
|
}
|
|
12582
|
-
var
|
|
12611
|
+
var bp = /* @__PURE__ */ V(vp, [["render", yp], ["__scopeId", "data-v-ff7cc16f"]]), xp = {
|
|
12583
12612
|
name: "ecs-index-toolbar",
|
|
12584
12613
|
components: { EcsFlexRow: G },
|
|
12585
12614
|
props: { showActionbar: {
|
|
@@ -12590,30 +12619,30 @@ var _p = /* @__PURE__ */ V(hp, [["render", gp], ["__scopeId", "data-v-ff7cc16f"]
|
|
|
12590
12619
|
data() {
|
|
12591
12620
|
return {};
|
|
12592
12621
|
}
|
|
12593
|
-
},
|
|
12622
|
+
}, Sp = { class: "ecs-toolbar" }, Cp = { class: "ecs-toolbar-search" }, wp = {
|
|
12594
12623
|
key: 0,
|
|
12595
12624
|
class: "ecs-toolbar-controls"
|
|
12596
|
-
},
|
|
12625
|
+
}, Tp = {
|
|
12597
12626
|
key: 0,
|
|
12598
12627
|
class: "ecs-toolbar-controls-secondary"
|
|
12599
|
-
},
|
|
12628
|
+
}, Ep = {
|
|
12600
12629
|
key: 1,
|
|
12601
12630
|
class: "ecs-toolbar-controls-primary"
|
|
12602
|
-
},
|
|
12631
|
+
}, Dp = {
|
|
12603
12632
|
key: 0,
|
|
12604
12633
|
class: "ecs-toolbar-action-bar"
|
|
12605
12634
|
};
|
|
12606
|
-
function
|
|
12635
|
+
function Op(e, t, n, r, i, a) {
|
|
12607
12636
|
let o = A("ecs-flex-row");
|
|
12608
|
-
return T(), c("div",
|
|
12637
|
+
return T(), c("div", Sp, [f(o, {
|
|
12609
12638
|
gap: 24,
|
|
12610
12639
|
class: "ecs-toolbar-content"
|
|
12611
12640
|
}, {
|
|
12612
|
-
default: I(() => [l("div",
|
|
12641
|
+
default: I(() => [l("div", Cp, [k(e.$slots, "search", {}, void 0, !0)]), e.$slots.secondary || e.$slots.primary ? (T(), c("div", wp, [e.$slots.secondary ? (T(), c("div", Tp, [k(e.$slots, "secondary", {}, void 0, !0)])) : s("", !0), e.$slots.primary ? (T(), c("div", Ep, [k(e.$slots, "primary", {}, void 0, !0)])) : s("", !0)])) : s("", !0)]),
|
|
12613
12642
|
_: 3
|
|
12614
|
-
}), e.$slots.actionbar && n.showActionbar ? (T(), c("div",
|
|
12643
|
+
}), e.$slots.actionbar && n.showActionbar ? (T(), c("div", Dp, [k(e.$slots, "actionbar", {}, void 0, !0)])) : s("", !0)]);
|
|
12615
12644
|
}
|
|
12616
|
-
var
|
|
12645
|
+
var kp = /* @__PURE__ */ V(xp, [["render", Op], ["__scopeId", "data-v-9fea3304"]]), Ap = {
|
|
12617
12646
|
name: "ecs-index-list-item",
|
|
12618
12647
|
emits: ["click", "toggled"],
|
|
12619
12648
|
mixins: [J],
|
|
@@ -12670,13 +12699,13 @@ var Ep = /* @__PURE__ */ V(vp, [["render", Tp], ["__scopeId", "data-v-9fea3304"]
|
|
|
12670
12699
|
watch: { expanded(e) {
|
|
12671
12700
|
this.isExpanded = e;
|
|
12672
12701
|
} }
|
|
12673
|
-
},
|
|
12702
|
+
}, jp = [
|
|
12674
12703
|
"aria-expanded",
|
|
12675
12704
|
"aria-controls",
|
|
12676
12705
|
"aria-disabled",
|
|
12677
12706
|
"tabindex"
|
|
12678
|
-
],
|
|
12679
|
-
function
|
|
12707
|
+
], Mp = { class: "ecs-index-list-item-content" }, Np = { class: "ecs-index-list-item-actions" }, Pp = ["id", "aria-labelledby"];
|
|
12708
|
+
function Fp(e, t, n, r, i, a) {
|
|
12680
12709
|
let o = A("ecs-focus-ring");
|
|
12681
12710
|
return T(), c("div", {
|
|
12682
12711
|
onClick: t[1] ||= (t) => e.$emit("click", t),
|
|
@@ -12695,9 +12724,9 @@ function Mp(e, t, n, r, i, a) {
|
|
|
12695
12724
|
"aria-disabled": e.$slots.expand ? n.disabled : void 0,
|
|
12696
12725
|
tabindex: e.$slots.expand && !n.disabled ? 0 : void 0,
|
|
12697
12726
|
class: "ecs-index-list-item-expand-button"
|
|
12698
|
-
}, [f(o)], 8,
|
|
12699
|
-
l("div",
|
|
12700
|
-
l("div",
|
|
12727
|
+
}, [f(o)], 8, jp)) : s("", !0),
|
|
12728
|
+
l("div", Mp, [k(e.$slots, "default", {}, void 0, !0)]),
|
|
12729
|
+
l("div", Np, [k(e.$slots, "actions", {}, void 0, !0)]),
|
|
12701
12730
|
a.showProgress ? (T(), c("div", {
|
|
12702
12731
|
key: 1,
|
|
12703
12732
|
class: "progress",
|
|
@@ -12713,9 +12742,9 @@ function Mp(e, t, n, r, i, a) {
|
|
|
12713
12742
|
id: `${a.itemId}-content`,
|
|
12714
12743
|
role: "region",
|
|
12715
12744
|
"aria-labelledby": a.itemId
|
|
12716
|
-
}, [k(e.$slots, "expand", {}, void 0, !0)], 10,
|
|
12745
|
+
}, [k(e.$slots, "expand", {}, void 0, !0)], 10, Pp)) : s("", !0)], 2);
|
|
12717
12746
|
}
|
|
12718
|
-
var
|
|
12747
|
+
var Ip = /* @__PURE__ */ V(Ap, [["render", Fp], ["__scopeId", "data-v-3fb03d5e"]]), Lp = {
|
|
12719
12748
|
name: "ecs-info-tooltip",
|
|
12720
12749
|
emits: ["click"],
|
|
12721
12750
|
components: { EcsIcon: H },
|
|
@@ -12741,7 +12770,7 @@ var Np = /* @__PURE__ */ V(Dp, [["render", Mp], ["__scopeId", "data-v-3fb03d5e"]
|
|
|
12741
12770
|
this.$emit("click", e);
|
|
12742
12771
|
} }
|
|
12743
12772
|
};
|
|
12744
|
-
function
|
|
12773
|
+
function Rp(e, t, n, r, i, a) {
|
|
12745
12774
|
let o = A("ecs-icon");
|
|
12746
12775
|
return T(), c("i", {
|
|
12747
12776
|
class: b(["ecs-info-tooltip", { "hover-color": a.shouldShowHover }]),
|
|
@@ -12752,7 +12781,7 @@ function Fp(e, t, n, r, i, a) {
|
|
|
12752
12781
|
size: "20"
|
|
12753
12782
|
}, null, 8, ["type"])], 6);
|
|
12754
12783
|
}
|
|
12755
|
-
var
|
|
12784
|
+
var zp = /* @__PURE__ */ V(Lp, [["render", Rp], ["__scopeId", "data-v-ba171c2e"]]), Bp = {
|
|
12756
12785
|
name: "ecs-input-group-addon",
|
|
12757
12786
|
components: { EcsIcon: H },
|
|
12758
12787
|
props: {
|
|
@@ -12766,7 +12795,7 @@ var Ip = /* @__PURE__ */ V(Pp, [["render", Fp], ["__scopeId", "data-v-ba171c2e"]
|
|
|
12766
12795
|
return this.icon && this.icon !== "" ? "has-icon" : this.icon;
|
|
12767
12796
|
} }
|
|
12768
12797
|
};
|
|
12769
|
-
function
|
|
12798
|
+
function Vp(e, t, n, r, i, a) {
|
|
12770
12799
|
let l = A("ecs-icon");
|
|
12771
12800
|
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, {
|
|
12772
12801
|
key: 0,
|
|
@@ -12775,11 +12804,11 @@ function Rp(e, t, n, r, i, a) {
|
|
|
12775
12804
|
color: "var(--color-gray-8)"
|
|
12776
12805
|
}, null, 8, ["type"])) : s("", !0)], 2);
|
|
12777
12806
|
}
|
|
12778
|
-
var
|
|
12779
|
-
function
|
|
12780
|
-
return T(), c("span",
|
|
12807
|
+
var Hp = /* @__PURE__ */ V(Bp, [["render", Vp]]), Up = { name: "ecs-input-connector" }, Wp = { class: "ecs-input-group-addon connector" };
|
|
12808
|
+
function Gp(e, t, n, r, i, a) {
|
|
12809
|
+
return T(), c("span", Wp);
|
|
12781
12810
|
}
|
|
12782
|
-
var
|
|
12811
|
+
var Kp = /* @__PURE__ */ V(Up, [["render", Gp]]), qp = {
|
|
12783
12812
|
name: "ecs-input-float",
|
|
12784
12813
|
emits: ["input"],
|
|
12785
12814
|
mixins: [J],
|
|
@@ -12845,7 +12874,7 @@ var Up = /* @__PURE__ */ V(Bp, [["render", Hp]]), Wp = {
|
|
|
12845
12874
|
created() {
|
|
12846
12875
|
this.uniqueId = this.generateUniqueId();
|
|
12847
12876
|
}
|
|
12848
|
-
},
|
|
12877
|
+
}, Jp = { class: "form-group has-float-label" }, Yp = [
|
|
12849
12878
|
"id",
|
|
12850
12879
|
"type",
|
|
12851
12880
|
"name",
|
|
@@ -12855,9 +12884,9 @@ var Up = /* @__PURE__ */ V(Bp, [["render", Hp]]), Wp = {
|
|
|
12855
12884
|
"placeholder",
|
|
12856
12885
|
"autocomplete",
|
|
12857
12886
|
"value"
|
|
12858
|
-
],
|
|
12859
|
-
function
|
|
12860
|
-
return T(), c("div",
|
|
12887
|
+
], Xp = ["for"];
|
|
12888
|
+
function Zp(e, t, n, r, i, a) {
|
|
12889
|
+
return T(), c("div", Jp, [l("input", v({
|
|
12861
12890
|
class: ["form-control", [a.sizeClass, n.subtle ? "form-control-subtle" : null]],
|
|
12862
12891
|
id: i.uniqueId,
|
|
12863
12892
|
type: n.type,
|
|
@@ -12869,16 +12898,16 @@ function Jp(e, t, n, r, i, a) {
|
|
|
12869
12898
|
autocomplete: n.autocomplete,
|
|
12870
12899
|
value: n.value,
|
|
12871
12900
|
onInput: t[0] ||= (...e) => a.changeValue && a.changeValue(...e)
|
|
12872
|
-
}, e.$attrs), null, 16,
|
|
12901
|
+
}, e.$attrs), null, 16, Yp), l("label", { for: i.uniqueId }, N(n.label), 9, Xp)]);
|
|
12873
12902
|
}
|
|
12874
|
-
var
|
|
12903
|
+
var Qp = /* @__PURE__ */ V(qp, [["render", Zp], ["__scopeId", "data-v-dfa713b3"]]), $p = { props: { singleInput: {
|
|
12875
12904
|
type: Boolean,
|
|
12876
12905
|
default: !1
|
|
12877
12906
|
} } };
|
|
12878
|
-
function
|
|
12907
|
+
function em(e, t, n, r, i, a) {
|
|
12879
12908
|
return T(), c("div", { class: b(["ecs-input-group", n.singleInput ? "ecs-input-group-single" : ""]) }, [k(e.$slots, "default")], 2);
|
|
12880
12909
|
}
|
|
12881
|
-
var
|
|
12910
|
+
var tm = /* @__PURE__ */ V($p, [["render", em]]), nm = {
|
|
12882
12911
|
name: "ecs-inplace",
|
|
12883
12912
|
emits: ["update:index"],
|
|
12884
12913
|
data() {
|
|
@@ -12934,9 +12963,9 @@ var Qp = /* @__PURE__ */ V(Xp, [["render", Zp]]), $p = {
|
|
|
12934
12963
|
t && (this.slotHeights[this.currentSlot] = t.scrollHeight, e.style.height = `${this.slotHeights[this.currentSlot]}px`);
|
|
12935
12964
|
}
|
|
12936
12965
|
}
|
|
12937
|
-
},
|
|
12938
|
-
function
|
|
12939
|
-
return T(), c("div",
|
|
12966
|
+
}, rm = { class: "ecs-inplace" }, im = ["data-slot"];
|
|
12967
|
+
function am(e, t, n, r, a, o) {
|
|
12968
|
+
return T(), c("div", rm, [f(i, {
|
|
12940
12969
|
name: "slide",
|
|
12941
12970
|
tag: "div",
|
|
12942
12971
|
class: "inplace-container",
|
|
@@ -12946,11 +12975,11 @@ function nm(e, t, n, r, a, o) {
|
|
|
12946
12975
|
key: a.currentIndex,
|
|
12947
12976
|
class: "inplace-item",
|
|
12948
12977
|
"data-slot": o.currentSlot
|
|
12949
|
-
}, [k(e.$slots, o.currentSlot)], 8,
|
|
12978
|
+
}, [k(e.$slots, o.currentSlot)], 8, im)) : s("", !0)]),
|
|
12950
12979
|
_: 3
|
|
12951
12980
|
}, 8, ["onEnter"])]);
|
|
12952
12981
|
}
|
|
12953
|
-
var
|
|
12982
|
+
var om = /* @__PURE__ */ V(nm, [["render", am]]), sm = {
|
|
12954
12983
|
name: "ecs-jumper-document",
|
|
12955
12984
|
emits: [
|
|
12956
12985
|
"goToPrev",
|
|
@@ -13012,11 +13041,11 @@ var rm = /* @__PURE__ */ V($p, [["render", nm]]), im = {
|
|
|
13012
13041
|
methods: { indexPosKeyPressed(e) {
|
|
13013
13042
|
this.$emit("indexPosKeyPressed", e), e.stopPropagation(), e.key == "Enter" && e.preventDefault();
|
|
13014
13043
|
} }
|
|
13015
|
-
},
|
|
13044
|
+
}, cm = {
|
|
13016
13045
|
key: 0,
|
|
13017
13046
|
class: "ecs-viewer-toolbar-jumper-inputs"
|
|
13018
|
-
},
|
|
13019
|
-
function
|
|
13047
|
+
}, lm = ["contenteditable", "disabled"];
|
|
13048
|
+
function um(e, t, n, r, i, a) {
|
|
13020
13049
|
let u = A("ecs-button-toolbar"), p = A("ecs-button-toolbar-group");
|
|
13021
13050
|
return T(), o(p, { class: "ecs-viewer-toolbar-jumper" }, {
|
|
13022
13051
|
default: I(() => [
|
|
@@ -13032,7 +13061,7 @@ function sm(e, t, n, r, i, a) {
|
|
|
13032
13061
|
"title",
|
|
13033
13062
|
"aria-label"
|
|
13034
13063
|
]),
|
|
13035
|
-
n.showCount ? (T(), c("div",
|
|
13064
|
+
n.showCount ? (T(), c("div", cm, [
|
|
13036
13065
|
l("div", {
|
|
13037
13066
|
onClick: t[1] ||= (t) => e.$emit("selectCurEntryText"),
|
|
13038
13067
|
onKeydown: t[2] ||= (...e) => a.indexPosKeyPressed && a.indexPosKeyPressed(...e),
|
|
@@ -13041,7 +13070,7 @@ function sm(e, t, n, r, i, a) {
|
|
|
13041
13070
|
class: b(["ecs-viewer-toolbar-jumper-input", { disabled: n.disabled }]),
|
|
13042
13071
|
disabled: n.navigating || n.disabled,
|
|
13043
13072
|
id: "currEntry"
|
|
13044
|
-
}, N(n.currentEntry), 43,
|
|
13073
|
+
}, N(n.currentEntry), 43, lm),
|
|
13045
13074
|
t[5] ||= d(" /\xA0 ", -1),
|
|
13046
13075
|
l("div", null, N(n.totalEntries), 1)
|
|
13047
13076
|
])) : s("", !0),
|
|
@@ -13061,7 +13090,7 @@ function sm(e, t, n, r, i, a) {
|
|
|
13061
13090
|
_: 1
|
|
13062
13091
|
});
|
|
13063
13092
|
}
|
|
13064
|
-
var
|
|
13093
|
+
var dm = /* @__PURE__ */ V(sm, [["render", um], ["__scopeId", "data-v-f854b4ab"]]), fm = {
|
|
13065
13094
|
name: "ecs-jumper-index",
|
|
13066
13095
|
emits: [
|
|
13067
13096
|
"nextSearchResult",
|
|
@@ -13132,14 +13161,14 @@ var cm = /* @__PURE__ */ V(im, [["render", sm], ["__scopeId", "data-v-f854b4ab"]
|
|
|
13132
13161
|
this.$emit("setSearchResultCount", e), e.stopPropagation(), e.key == "Enter" && e.preventDefault();
|
|
13133
13162
|
}
|
|
13134
13163
|
}
|
|
13135
|
-
},
|
|
13164
|
+
}, pm = {
|
|
13136
13165
|
key: 0,
|
|
13137
13166
|
class: "ecs-jumper-count"
|
|
13138
|
-
},
|
|
13167
|
+
}, mm = { class: "ecs-jumper-count-current" }, hm = { class: "ecs-jumper-count-total" }, gm = {
|
|
13139
13168
|
key: 1,
|
|
13140
13169
|
class: "ecs-jumper-count-inputs"
|
|
13141
13170
|
};
|
|
13142
|
-
function
|
|
13171
|
+
function _m(e, t, n, r, i, a) {
|
|
13143
13172
|
let u = A("ecs-button-toolbar"), p = A("ecs-button-toolbar-group");
|
|
13144
13173
|
return T(), o(p, { class: "ecs-jumper" }, {
|
|
13145
13174
|
default: I(() => [
|
|
@@ -13155,8 +13184,8 @@ function mm(e, t, n, r, i, a) {
|
|
|
13155
13184
|
"title",
|
|
13156
13185
|
"aria-label"
|
|
13157
13186
|
]),
|
|
13158
|
-
n.showCount && !n.inputPagination ? (T(), c("div",
|
|
13159
|
-
n.inputPagination ? (T(), c("div",
|
|
13187
|
+
n.showCount && !n.inputPagination ? (T(), c("div", pm, [l("span", mm, N(a.currentPosition), 1), l("span", hm, "/" + N(n.maxCount), 1)])) : s("", !0),
|
|
13188
|
+
n.inputPagination ? (T(), c("div", gm, [
|
|
13160
13189
|
l("div", {
|
|
13161
13190
|
onClick: t[0] ||= (...e) => a.selectSearchResultCount && a.selectSearchResultCount(...e),
|
|
13162
13191
|
onKeydown: t[1] ||= (...e) => a.setSearchResultCount && a.setSearchResultCount(...e),
|
|
@@ -13182,7 +13211,7 @@ function mm(e, t, n, r, i, a) {
|
|
|
13182
13211
|
_: 1
|
|
13183
13212
|
});
|
|
13184
13213
|
}
|
|
13185
|
-
var
|
|
13214
|
+
var vm = /* @__PURE__ */ V(fm, [["render", _m], ["__scopeId", "data-v-d7f79667"]]), ym = {
|
|
13186
13215
|
name: "ecs-jumper-page",
|
|
13187
13216
|
emits: [
|
|
13188
13217
|
"selectCurPageText",
|
|
@@ -13233,16 +13262,16 @@ var hm = /* @__PURE__ */ V(lm, [["render", mm], ["__scopeId", "data-v-d7f79667"]
|
|
|
13233
13262
|
methods: { pageKeyPressed(e, t) {
|
|
13234
13263
|
this.$emit("currentPageKeyPressed", e), e.stopPropagation(), e.key == "Enter" && e.preventDefault();
|
|
13235
13264
|
} }
|
|
13236
|
-
},
|
|
13265
|
+
}, bm = { class: "ecs-viewer-pages" }, xm = { class: "ecs-viewer-pages-inner" }, Sm = { class: "ecs-viewer-pages-pagination" }, Cm = ["contenteditable"], wm = { class: "total-pages" }, Tm = {
|
|
13237
13266
|
key: 0,
|
|
13238
13267
|
class: "page-missing-gaps",
|
|
13239
13268
|
title: "This transcript has missing page gaps"
|
|
13240
|
-
},
|
|
13269
|
+
}, Em = { class: "ecs-viewer-pages-pagination" }, Dm = { class: "total-pages-relative" }, Om = { class: "total-pages-relative" }, km = {
|
|
13241
13270
|
key: 1,
|
|
13242
13271
|
class: "ecs-viewer-pages-pagination"
|
|
13243
|
-
},
|
|
13244
|
-
function
|
|
13245
|
-
return T(), c("div",
|
|
13272
|
+
}, Am = ["innerHTML"], jm = { class: "total-pages" };
|
|
13273
|
+
function Mm(t, n, r, i, a, o) {
|
|
13274
|
+
return T(), c("div", bm, [l("div", xm, [o.showAltPageNumbers ? (T(), c(e, { key: 0 }, [l("div", Sm, [
|
|
13246
13275
|
l("div", {
|
|
13247
13276
|
onClick: n[0] ||= (e) => t.$emit("selectCurPageText"),
|
|
13248
13277
|
onKeydown: n[1] ||= (e) => o.pageKeyPressed(e, "relative"),
|
|
@@ -13250,10 +13279,10 @@ function km(t, n, r, i, a, o) {
|
|
|
13250
13279
|
contenteditable: !r.disabled,
|
|
13251
13280
|
class: b(["current-page", { disabled: r.disabled }]),
|
|
13252
13281
|
id: "currPage"
|
|
13253
|
-
}, N(r.currentPage), 43,
|
|
13254
|
-
l("div",
|
|
13255
|
-
r.isTranscriptMissingPages ? (T(), c("span",
|
|
13256
|
-
]), l("div",
|
|
13282
|
+
}, N(r.currentPage), 43, Cm),
|
|
13283
|
+
l("div", wm, "of " + N(r.lastPage), 1),
|
|
13284
|
+
r.isTranscriptMissingPages ? (T(), c("span", Tm, "*")) : s("", !0)
|
|
13285
|
+
]), l("div", Em, [l("div", Dm, N(o.altPageNumber) + "\xA0", 1), l("div", Om, "of " + N(r.pageCount), 1)])], 64)) : (T(), c("div", km, [l("div", {
|
|
13257
13286
|
innerHTML: r.currentPage,
|
|
13258
13287
|
onClick: n[3] ||= (e) => t.$emit("selectCurPageText"),
|
|
13259
13288
|
onKeydown: n[4] ||= (e) => o.pageKeyPressed(e),
|
|
@@ -13261,9 +13290,9 @@ function km(t, n, r, i, a, o) {
|
|
|
13261
13290
|
contenteditable: !0,
|
|
13262
13291
|
class: "current-page",
|
|
13263
13292
|
id: "currPage"
|
|
13264
|
-
}, null, 40,
|
|
13293
|
+
}, null, 40, Am), l("div", jm, "of " + N(r.pageCount), 1)]))])]);
|
|
13265
13294
|
}
|
|
13266
|
-
var
|
|
13295
|
+
var Nm = /* @__PURE__ */ V(ym, [["render", Mm], ["__scopeId", "data-v-5c8f8c17"]]), Pm = {
|
|
13267
13296
|
name: "ecs-pane",
|
|
13268
13297
|
inject: [
|
|
13269
13298
|
"requestUpdate",
|
|
@@ -13327,14 +13356,14 @@ var Am = /* @__PURE__ */ V(gm, [["render", km], ["__scopeId", "data-v-5c8f8c17"]
|
|
|
13327
13356
|
}
|
|
13328
13357
|
}
|
|
13329
13358
|
};
|
|
13330
|
-
function
|
|
13359
|
+
function Fm(e, t, n, r, i, a) {
|
|
13331
13360
|
return T(), c("div", {
|
|
13332
13361
|
class: "ecs-pane",
|
|
13333
13362
|
onClick: t[0] ||= (t) => a.onPaneClick(t, e._.uid),
|
|
13334
13363
|
style: S(e.style)
|
|
13335
13364
|
}, [k(e.$slots, "default")], 4);
|
|
13336
13365
|
}
|
|
13337
|
-
var
|
|
13366
|
+
var Im = /* @__PURE__ */ V(Pm, [["render", Fm]]), Lm = {
|
|
13338
13367
|
name: "ecs-splitpanes",
|
|
13339
13368
|
emits: [
|
|
13340
13369
|
"ready",
|
|
@@ -13645,12 +13674,12 @@ var Nm = /* @__PURE__ */ V(jm, [["render", Mm]]), Pm = {
|
|
|
13645
13674
|
]
|
|
13646
13675
|
}, this.$slots.default());
|
|
13647
13676
|
}
|
|
13648
|
-
},
|
|
13677
|
+
}, Rm = {
|
|
13649
13678
|
name: "ecs-layout-index",
|
|
13650
13679
|
emits: ["resized"],
|
|
13651
13680
|
components: {
|
|
13652
|
-
EcsPane:
|
|
13653
|
-
EcsSplitpanes:
|
|
13681
|
+
EcsPane: Im,
|
|
13682
|
+
EcsSplitpanes: Lm
|
|
13654
13683
|
},
|
|
13655
13684
|
props: {
|
|
13656
13685
|
overlaySidebar: {
|
|
@@ -13720,14 +13749,14 @@ var Nm = /* @__PURE__ */ V(jm, [["render", Mm]]), Pm = {
|
|
|
13720
13749
|
this.currentPanes = e, this.$emit("resized", e);
|
|
13721
13750
|
}
|
|
13722
13751
|
}
|
|
13723
|
-
},
|
|
13752
|
+
}, zm = ["data-pane"], Bm = { class: "ecs-index-layout-contents" }, Vm = {
|
|
13724
13753
|
key: 0,
|
|
13725
13754
|
class: "ecs-index-layout-table scrollbar"
|
|
13726
|
-
},
|
|
13755
|
+
}, Hm = {
|
|
13727
13756
|
key: 2,
|
|
13728
13757
|
class: "ecs-index-layout-pagination"
|
|
13729
13758
|
};
|
|
13730
|
-
function
|
|
13759
|
+
function Um(e, t, n, r, i, a) {
|
|
13731
13760
|
let u = A("ecs-pane"), d = A("ecs-splitpanes");
|
|
13732
13761
|
return T(), c("div", {
|
|
13733
13762
|
class: b(["ecs-index-layout", [n.backgroundWhite ? "background-white" : ""]]),
|
|
@@ -13735,7 +13764,7 @@ function Bm(e, t, n, r, i, a) {
|
|
|
13735
13764
|
}, [
|
|
13736
13765
|
k(e.$slots, "toolbar", {}, void 0, !0),
|
|
13737
13766
|
k(e.$slots, "action-toolbar", {}, void 0, !0),
|
|
13738
|
-
l("div", { class: b(["ecs-index-layout-wrap", [n.indent ? "indent" : ""]]) }, [l("main",
|
|
13767
|
+
l("div", { class: b(["ecs-index-layout-wrap", [n.indent ? "indent" : ""]]) }, [l("main", Bm, [n.splitPane ? (T(), o(d, {
|
|
13739
13768
|
key: 1,
|
|
13740
13769
|
onResized: a.onPanesResized,
|
|
13741
13770
|
onPaneAdd: a.onPaneAdd,
|
|
@@ -13792,38 +13821,38 @@ function Bm(e, t, n, r, i, a) {
|
|
|
13792
13821
|
"onResized",
|
|
13793
13822
|
"onPaneAdd",
|
|
13794
13823
|
"onPaneRemove"
|
|
13795
|
-
])) : (T(), c("div",
|
|
13824
|
+
])) : (T(), c("div", Vm, [k(e.$slots, "default", {}, void 0, !0)])), e.$slots.pagination ? (T(), c("div", Hm, [k(e.$slots, "pagination", {}, void 0, !0)])) : s("", !0)]), e.$slots.sidebar ? (T(), c("div", {
|
|
13796
13825
|
key: 0,
|
|
13797
13826
|
class: b(["ecs-index-layout-sidebar", [n.overlaySidebar ? "overlay" : ""]]),
|
|
13798
13827
|
style: S(a.sidebarPosition)
|
|
13799
13828
|
}, [k(e.$slots, "sidebar", {}, void 0, !0)], 6)) : s("", !0)], 2)
|
|
13800
|
-
], 10,
|
|
13829
|
+
], 10, zm);
|
|
13801
13830
|
}
|
|
13802
|
-
var
|
|
13831
|
+
var Wm = /* @__PURE__ */ V(Rm, [["render", Um], ["__scopeId", "data-v-4e83743f"]]), Gm = {
|
|
13803
13832
|
name: "ecs-layout-directory",
|
|
13804
13833
|
props: { indent: {
|
|
13805
13834
|
type: Boolean,
|
|
13806
13835
|
default: !1
|
|
13807
13836
|
} }
|
|
13808
|
-
},
|
|
13837
|
+
}, Km = { class: "ecs-directory-layout" }, qm = { class: "ecs-directory-layout-wrap" }, Jm = { class: "ecs-directory-layout-contents" }, Ym = {
|
|
13809
13838
|
key: 0,
|
|
13810
13839
|
class: "ecs-directory-layout-directory"
|
|
13811
|
-
},
|
|
13840
|
+
}, Xm = {
|
|
13812
13841
|
key: 1,
|
|
13813
13842
|
class: "ecs-directory-layout-sidebar"
|
|
13814
13843
|
};
|
|
13815
|
-
function
|
|
13816
|
-
return T(), c("div",
|
|
13844
|
+
function Zm(e, t, n, r, i, a) {
|
|
13845
|
+
return T(), c("div", Km, [
|
|
13817
13846
|
k(e.$slots, "toolbar", {}, void 0, !0),
|
|
13818
13847
|
k(e.$slots, "action-toolbar", {}, void 0, !0),
|
|
13819
|
-
l("div",
|
|
13820
|
-
e.$slots.directory ? (T(), c("aside",
|
|
13848
|
+
l("div", qm, [l("div", Jm, [
|
|
13849
|
+
e.$slots.directory ? (T(), c("aside", Ym, [k(e.$slots, "directory", {}, void 0, !0)])) : s("", !0),
|
|
13821
13850
|
l("main", { class: b(["ecs-directory-layout-entry scrollbar", [e.$slots.sidebar ? "has-sidebar" : ""]]) }, [k(e.$slots, "default", {}, void 0, !0)], 2),
|
|
13822
|
-
e.$slots.sidebar ? (T(), c("div",
|
|
13851
|
+
e.$slots.sidebar ? (T(), c("div", Xm, [k(e.$slots, "sidebar", {}, void 0, !0)])) : s("", !0)
|
|
13823
13852
|
])])
|
|
13824
13853
|
]);
|
|
13825
13854
|
}
|
|
13826
|
-
var
|
|
13855
|
+
var Qm = /* @__PURE__ */ V(Gm, [["render", Zm], ["__scopeId", "data-v-f5afc4e6"]]), $m = {
|
|
13827
13856
|
name: "ecs-layout-data-table",
|
|
13828
13857
|
components: {
|
|
13829
13858
|
EcsActionToolbar: Ae,
|
|
@@ -13870,23 +13899,23 @@ var Ym = /* @__PURE__ */ V(Hm, [["render", Jm], ["__scopeId", "data-v-f5afc4e6"]
|
|
|
13870
13899
|
created() {
|
|
13871
13900
|
this.showStatistics = localStorage.getItem("showStatistics") !== "false", this.statisticsId = this.generateUniqueId();
|
|
13872
13901
|
}
|
|
13873
|
-
},
|
|
13902
|
+
}, eh = () => {
|
|
13874
13903
|
ne((e) => ({ v1c7bf006: e.statisticsHeight }));
|
|
13875
|
-
},
|
|
13876
|
-
|
|
13877
|
-
var
|
|
13904
|
+
}, th = $m.setup;
|
|
13905
|
+
$m.setup = th ? (e, t) => (eh(), th(e, t)) : eh;
|
|
13906
|
+
var nh = { class: "ecs-data-layout-content" }, rh = {
|
|
13878
13907
|
key: 0,
|
|
13879
13908
|
role: "toolbar",
|
|
13880
13909
|
"aria-label": "Main",
|
|
13881
13910
|
class: "ecs-data-layout-toolbar"
|
|
13882
|
-
},
|
|
13911
|
+
}, ih = ["id"], ah = { class: "ecs-data-layout-data" }, oh = { class: "ecs-data-layout-sidebar-inner" }, sh = {
|
|
13883
13912
|
key: 0,
|
|
13884
13913
|
class: "ecs-data-layout-sidebar-header"
|
|
13885
|
-
},
|
|
13886
|
-
function
|
|
13914
|
+
}, ch = { class: "ecs-data-layout-sidebar-content scrollbar scrollbar-sml" };
|
|
13915
|
+
function lh(e, t, n, i, a, u) {
|
|
13887
13916
|
let d = A("ecs-button"), p = A("ecs-action-toolbar");
|
|
13888
|
-
return T(), c("div", { class: b(["ecs-data-layout", n.leftBorder ? "left-border" : ""]) }, [l("main",
|
|
13889
|
-
e.$slots.toolbar ? (T(), c("div",
|
|
13917
|
+
return T(), c("div", { class: b(["ecs-data-layout", n.leftBorder ? "left-border" : ""]) }, [l("main", nh, [
|
|
13918
|
+
e.$slots.toolbar ? (T(), c("div", rh, [k(e.$slots, "toolbar", {}, void 0, !0), e.$slots.statistics ? (T(), o(d, {
|
|
13890
13919
|
key: 0,
|
|
13891
13920
|
onClick: u.toggleStatistics,
|
|
13892
13921
|
type: a.showStatistics ? "primary" : "secondary",
|
|
@@ -13912,7 +13941,7 @@ function oh(e, t, n, i, a, u) {
|
|
|
13912
13941
|
class: "ecs-data-layout-statistics scrollbar scrollbar-sml vertical",
|
|
13913
13942
|
id: a.statisticsId,
|
|
13914
13943
|
style: S({ height: `${n.statisticsHeight}px` })
|
|
13915
|
-
}, [k(e.$slots, "statistics", {}, void 0, !0)], 12,
|
|
13944
|
+
}, [k(e.$slots, "statistics", {}, void 0, !0)], 12, ih)) : s("", !0)]),
|
|
13916
13945
|
_: 3
|
|
13917
13946
|
}, 8, ["name"]),
|
|
13918
13947
|
e.$slots.actionbar ? se((T(), o(p, {
|
|
@@ -13922,13 +13951,13 @@ function oh(e, t, n, i, a, u) {
|
|
|
13922
13951
|
default: I(() => [k(e.$slots, "actionbar", {}, void 0, !0)]),
|
|
13923
13952
|
_: 3
|
|
13924
13953
|
}, 8, ["padding"])), [[ae, n.showActionbar]]) : s("", !0),
|
|
13925
|
-
l("div",
|
|
13954
|
+
l("div", ah, [k(e.$slots, "default", {}, void 0, !0)])
|
|
13926
13955
|
]), e.$slots.sidebarcontent || e.$slots.sidebarheader ? (T(), c("aside", {
|
|
13927
13956
|
key: 0,
|
|
13928
13957
|
class: b(["ecs-data-layout-sidebar", n.sidebarExpanded ? "expanded" : ""])
|
|
13929
|
-
}, [l("div",
|
|
13958
|
+
}, [l("div", oh, [e.$slots.sidebarheader ? (T(), c("div", sh, [k(e.$slots, "sidebarheader", {}, void 0, !0)])) : s("", !0), l("div", ch, [k(e.$slots, "sidebarcontent", {}, void 0, !0)])])], 2)) : s("", !0)], 2);
|
|
13930
13959
|
}
|
|
13931
|
-
var
|
|
13960
|
+
var uh = /* @__PURE__ */ V($m, [["render", lh], ["__scopeId", "data-v-7279edf0"]]), dh = {
|
|
13932
13961
|
name: "ecs-legend-item",
|
|
13933
13962
|
emits: ["click"],
|
|
13934
13963
|
components: {
|
|
@@ -13970,17 +13999,17 @@ var sh = /* @__PURE__ */ V(Xm, [["render", oh], ["__scopeId", "data-v-7279edf0"]
|
|
|
13970
13999
|
return `ecs-legend-item-${this.size}`;
|
|
13971
14000
|
}
|
|
13972
14001
|
}
|
|
13973
|
-
},
|
|
14002
|
+
}, fh = { class: "ecs-legend-item-label-container" }, ph = { class: "ecs-legend-item-label" }, mh = {
|
|
13974
14003
|
key: 0,
|
|
13975
14004
|
class: "ecs-legend-item-custom-label"
|
|
13976
|
-
},
|
|
14005
|
+
}, hh = {
|
|
13977
14006
|
key: 0,
|
|
13978
14007
|
class: "ecs-legend-item-count"
|
|
13979
|
-
},
|
|
14008
|
+
}, gh = {
|
|
13980
14009
|
key: 1,
|
|
13981
14010
|
class: "ecs-legend-item-percentage"
|
|
13982
14011
|
};
|
|
13983
|
-
function
|
|
14012
|
+
function _h(e, t, n, r, i, a) {
|
|
13984
14013
|
let u = A("ecs-focus-ring"), d = A("ecs-flex-row");
|
|
13985
14014
|
return T(), o(d, {
|
|
13986
14015
|
onClick: t[0] ||= (t) => e.$emit("click", t),
|
|
@@ -13998,9 +14027,9 @@ function mh(e, t, n, r, i, a) {
|
|
|
13998
14027
|
class: b(["ecs-legend-item-color", n.type]),
|
|
13999
14028
|
style: S({ backgroundColor: n.color })
|
|
14000
14029
|
}, null, 6),
|
|
14001
|
-
l("div",
|
|
14002
|
-
n.count ? (T(), c("div",
|
|
14003
|
-
n.percentage ? (T(), c("div",
|
|
14030
|
+
l("div", fh, [l("div", ph, N(n.label), 1), e.$slots.label ? (T(), c("div", mh, [k(e.$slots, "label", {}, void 0, !0)])) : s("", !0)]),
|
|
14031
|
+
n.count ? (T(), c("div", hh, N(n.count), 1)) : s("", !0),
|
|
14032
|
+
n.percentage ? (T(), c("div", gh, N(a.percentageLabel), 1)) : s("", !0),
|
|
14004
14033
|
n.highlight || n.hover ? (T(), c("div", {
|
|
14005
14034
|
key: 2,
|
|
14006
14035
|
class: "ecs-legend-item-highlight",
|
|
@@ -14015,7 +14044,7 @@ function mh(e, t, n, r, i, a) {
|
|
|
14015
14044
|
"class"
|
|
14016
14045
|
]);
|
|
14017
14046
|
}
|
|
14018
|
-
var
|
|
14047
|
+
var vh = /* @__PURE__ */ V(dh, [["render", _h], ["__scopeId", "data-v-31e7ba6e"]]), yh = {
|
|
14019
14048
|
name: "ecs-log-message",
|
|
14020
14049
|
components: {
|
|
14021
14050
|
EcsFlexRow: G,
|
|
@@ -14068,14 +14097,14 @@ var hh = /* @__PURE__ */ V(ch, [["render", mh], ["__scopeId", "data-v-31e7ba6e"]
|
|
|
14068
14097
|
return ["warning", "error"].includes(this.type) ? "alert" : null;
|
|
14069
14098
|
}
|
|
14070
14099
|
}
|
|
14071
|
-
},
|
|
14100
|
+
}, bh = {
|
|
14072
14101
|
key: 0,
|
|
14073
14102
|
class: "ecs-log-message-indicator"
|
|
14074
|
-
},
|
|
14103
|
+
}, xh = { class: "ecs-log-message-content" }, Sh = {
|
|
14075
14104
|
key: 3,
|
|
14076
14105
|
class: "ecs-log-message-meta"
|
|
14077
|
-
},
|
|
14078
|
-
function
|
|
14106
|
+
}, Ch = { class: "ecs-log-message-meta-text" };
|
|
14107
|
+
function wh(e, t, n, r, i, a) {
|
|
14079
14108
|
let u = A("ecs-skeleton-loader"), d = A("ecs-sticker"), f = A("ecs-flex-row");
|
|
14080
14109
|
return T(), o(f, {
|
|
14081
14110
|
class: b(["ecs-log-message", [n.type, n.variant]]),
|
|
@@ -14086,7 +14115,7 @@ function xh(e, t, n, r, i, a) {
|
|
|
14086
14115
|
style: S(a.padding)
|
|
14087
14116
|
}, {
|
|
14088
14117
|
default: I(() => [
|
|
14089
|
-
n.variant === "indicator" ? (T(), c("div",
|
|
14118
|
+
n.variant === "indicator" ? (T(), c("div", bh)) : s("", !0),
|
|
14090
14119
|
n.loading && n.type != "blank" ? (T(), o(u, {
|
|
14091
14120
|
key: 1,
|
|
14092
14121
|
type: "rect",
|
|
@@ -14096,7 +14125,7 @@ function xh(e, t, n, r, i, a) {
|
|
|
14096
14125
|
key: 2,
|
|
14097
14126
|
type: n.type
|
|
14098
14127
|
}, null, 8, ["type"])),
|
|
14099
|
-
l("div",
|
|
14128
|
+
l("div", xh, [n.loading ? (T(), o(u, {
|
|
14100
14129
|
key: 0,
|
|
14101
14130
|
type: "single",
|
|
14102
14131
|
width: 40,
|
|
@@ -14105,11 +14134,11 @@ function xh(e, t, n, r, i, a) {
|
|
|
14105
14134
|
key: 2,
|
|
14106
14135
|
class: b(["ecs-log-message-collapse", { expanded: i.expanded }])
|
|
14107
14136
|
}, [k(e.$slots, "collapse", {}, void 0, !0)], 2)) : s("", !0)]),
|
|
14108
|
-
(n.meta || e.$slots.collapse) && !n.loading ? (T(), c("div",
|
|
14137
|
+
(n.meta || e.$slots.collapse) && !n.loading ? (T(), c("div", Sh, [e.$slots.collapse ? (T(), c("button", {
|
|
14109
14138
|
key: 0,
|
|
14110
14139
|
onClick: t[0] ||= (e) => i.expanded = !i.expanded,
|
|
14111
14140
|
class: "ecs-log-message-collapse-button"
|
|
14112
|
-
}, N(n.collapseButtonText), 1)) : s("", !0), l("div",
|
|
14141
|
+
}, N(n.collapseButtonText), 1)) : s("", !0), l("div", Ch, N(n.meta), 1)])) : s("", !0)
|
|
14113
14142
|
]),
|
|
14114
14143
|
_: 3
|
|
14115
14144
|
}, 8, [
|
|
@@ -14119,7 +14148,7 @@ function xh(e, t, n, r, i, a) {
|
|
|
14119
14148
|
"style"
|
|
14120
14149
|
]);
|
|
14121
14150
|
}
|
|
14122
|
-
var
|
|
14151
|
+
var Th = /* @__PURE__ */ V(yh, [["render", wh], ["__scopeId", "data-v-e0610fe5"]]), Eh = {
|
|
14123
14152
|
name: "ecs-map",
|
|
14124
14153
|
components: { EcsFocusRing: U },
|
|
14125
14154
|
props: {
|
|
@@ -14140,8 +14169,8 @@ var Sh = /* @__PURE__ */ V(gh, [["render", xh], ["__scopeId", "data-v-e0610fe5"]
|
|
|
14140
14169
|
return `https://maps.googleapis.com/maps/api/staticmap?maptype=terrain&sensor=false&format=png&zoom=13&key=AIzaSyBEv9bJVd1MU5zSs_Ezxkvc8FOfIO7Q1Fk&visual_refresh=true&scale=2&size=320x220&style=feature:poi|visibility:off¢er=${this.address}`;
|
|
14141
14170
|
}
|
|
14142
14171
|
}
|
|
14143
|
-
},
|
|
14144
|
-
function
|
|
14172
|
+
}, Dh = ["href"], Oh = ["src", "alt"];
|
|
14173
|
+
function kh(e, t, n, r, i, a) {
|
|
14145
14174
|
let o = A("ecs-focus-ring");
|
|
14146
14175
|
return T(), c("div", { class: b(["ecs-map", [n.marker ? "ecs-map-marker" : ""]]) }, [l("a", {
|
|
14147
14176
|
target: "_blank",
|
|
@@ -14150,12 +14179,12 @@ function Eh(e, t, n, r, i, a) {
|
|
|
14150
14179
|
}, [l("img", {
|
|
14151
14180
|
src: a.mapImageUrl,
|
|
14152
14181
|
alt: "Map of " + n.address
|
|
14153
|
-
}, null, 8,
|
|
14182
|
+
}, null, 8, Oh), f(o, {
|
|
14154
14183
|
inset: 0,
|
|
14155
14184
|
radius: 4
|
|
14156
|
-
})], 8,
|
|
14185
|
+
})], 8, Dh)], 2);
|
|
14157
14186
|
}
|
|
14158
|
-
var
|
|
14187
|
+
var Ah = /* @__PURE__ */ V(Eh, [["render", kh], ["__scopeId", "data-v-219f95e2"]]), jh = {
|
|
14159
14188
|
name: "ecs-modal",
|
|
14160
14189
|
props: {
|
|
14161
14190
|
show: {
|
|
@@ -14171,7 +14200,11 @@ var Dh = /* @__PURE__ */ V(Ch, [["render", Eh], ["__scopeId", "data-v-219f95e2"]
|
|
|
14171
14200
|
type: Boolean,
|
|
14172
14201
|
default: !1
|
|
14173
14202
|
},
|
|
14174
|
-
fixedHeight: { type: Number }
|
|
14203
|
+
fixedHeight: { type: Number },
|
|
14204
|
+
width: {
|
|
14205
|
+
type: Number,
|
|
14206
|
+
default: 820
|
|
14207
|
+
}
|
|
14175
14208
|
},
|
|
14176
14209
|
data() {
|
|
14177
14210
|
return { isShown: !1 };
|
|
@@ -14182,6 +14215,9 @@ var Dh = /* @__PURE__ */ V(Ch, [["render", Eh], ["__scopeId", "data-v-219f95e2"]
|
|
|
14182
14215
|
},
|
|
14183
14216
|
fixedHeightStyle() {
|
|
14184
14217
|
return this.fixedHeight && this.fixedHeight !== "" ? `height:${this.fixedHeight}px` : this.fixedHeight;
|
|
14218
|
+
},
|
|
14219
|
+
widthStyle() {
|
|
14220
|
+
return this.type == "default" ? { width: this.width + "px" } : { width: "calc(100vw - var(--spacing-10))" };
|
|
14185
14221
|
}
|
|
14186
14222
|
},
|
|
14187
14223
|
methods: { toggleShow() {
|
|
@@ -14193,30 +14229,30 @@ var Dh = /* @__PURE__ */ V(Ch, [["render", Eh], ["__scopeId", "data-v-219f95e2"]
|
|
|
14193
14229
|
mounted() {
|
|
14194
14230
|
this.show && (this.isShown = !0);
|
|
14195
14231
|
}
|
|
14196
|
-
},
|
|
14232
|
+
}, Mh = {
|
|
14197
14233
|
key: 0,
|
|
14198
14234
|
class: "ecs-modal-header-wrap"
|
|
14199
|
-
},
|
|
14235
|
+
}, Nh = { class: "ecs-modal-content-wrap scrollbar" }, Ph = {
|
|
14200
14236
|
key: 1,
|
|
14201
14237
|
class: "ecs-modal-footer-wrap"
|
|
14202
14238
|
};
|
|
14203
|
-
function
|
|
14239
|
+
function Fh(e, t, n, i, a, u) {
|
|
14204
14240
|
return T(), o(r, { name: "dialog-fade" }, {
|
|
14205
14241
|
default: I(() => [a.isShown ? (T(), c("div", {
|
|
14206
14242
|
key: 0,
|
|
14207
14243
|
class: b(["ecs-modal", [u.typeClass, n.clickthrough ? "ecs-modal-click-through" : ""]])
|
|
14208
14244
|
}, [l("div", {
|
|
14209
14245
|
class: "ecs-modal-dialog ecs-modal-sheet",
|
|
14210
|
-
style: S(u.fixedHeightStyle)
|
|
14246
|
+
style: S([u.fixedHeightStyle, u.widthStyle])
|
|
14211
14247
|
}, [
|
|
14212
|
-
e.$slots.header ? (T(), c("div",
|
|
14213
|
-
l("div",
|
|
14214
|
-
e.$slots.footer ? (T(), c("div",
|
|
14248
|
+
e.$slots.header ? (T(), c("div", Mh, [k(e.$slots, "header", {}, void 0, !0)])) : s("", !0),
|
|
14249
|
+
l("div", Nh, [k(e.$slots, "default", {}, void 0, !0)]),
|
|
14250
|
+
e.$slots.footer ? (T(), c("div", Ph, [k(e.$slots, "footer", {}, void 0, !0)])) : s("", !0)
|
|
14215
14251
|
], 4), t[0] ||= l("div", { class: "ecs-modal-backdrop ecs-modal-sheet-backdrop" }, null, -1)], 2)) : s("", !0)]),
|
|
14216
14252
|
_: 3
|
|
14217
14253
|
});
|
|
14218
14254
|
}
|
|
14219
|
-
var
|
|
14255
|
+
var Ih = /* @__PURE__ */ V(jh, [["render", Fh], ["__scopeId", "data-v-317f069f"]]), Lh = {
|
|
14220
14256
|
name: "ecs-modal-header",
|
|
14221
14257
|
emits: ["close"],
|
|
14222
14258
|
components: {
|
|
@@ -14228,6 +14264,7 @@ var Nh = /* @__PURE__ */ V(Oh, [["render", Mh], ["__scopeId", "data-v-185a1041"]
|
|
|
14228
14264
|
validator: (e) => [
|
|
14229
14265
|
"tabs",
|
|
14230
14266
|
"scroll",
|
|
14267
|
+
"fade",
|
|
14231
14268
|
"default"
|
|
14232
14269
|
].includes(e),
|
|
14233
14270
|
default: "default"
|
|
@@ -14249,17 +14286,17 @@ var Nh = /* @__PURE__ */ V(Oh, [["render", Mh], ["__scopeId", "data-v-185a1041"]
|
|
|
14249
14286
|
e && (e.focus(), e.click());
|
|
14250
14287
|
}
|
|
14251
14288
|
} }
|
|
14252
|
-
},
|
|
14289
|
+
}, Rh = {
|
|
14253
14290
|
class: "ecs-modal-header-main",
|
|
14254
14291
|
ref: "firstFocusable",
|
|
14255
14292
|
tabindex: "0"
|
|
14256
|
-
},
|
|
14293
|
+
}, zh = { class: "ecs-modal-header-main-inner" }, Bh = {
|
|
14257
14294
|
key: 0,
|
|
14258
14295
|
class: "ecs-modal-header-extended"
|
|
14259
14296
|
};
|
|
14260
|
-
function
|
|
14297
|
+
function Vh(e, t, n, r, i, a) {
|
|
14261
14298
|
let o = A("ecs-button");
|
|
14262
|
-
return T(), c("div", { class: b(["ecs-modal-header", a.typeClass]) }, [l("div",
|
|
14299
|
+
return T(), c("div", { class: b(["ecs-modal-header", a.typeClass]) }, [l("div", Rh, [l("div", zh, [k(e.$slots, "default", {}, void 0, !0)]), f(o, {
|
|
14263
14300
|
onClick: t[0] ||= (t) => e.$emit("close"),
|
|
14264
14301
|
title: "Close",
|
|
14265
14302
|
"aria-label": "Close",
|
|
@@ -14270,16 +14307,16 @@ function Rh(e, t, n, r, i, a) {
|
|
|
14270
14307
|
"focus-inset": -1,
|
|
14271
14308
|
"data-close-button": "",
|
|
14272
14309
|
"data-test": "close-modal-button"
|
|
14273
|
-
})], 512), e.$slots.extension ? (T(), c("div",
|
|
14310
|
+
})], 512), e.$slots.extension ? (T(), c("div", Bh, [k(e.$slots, "extension", {}, void 0, !0)])) : s("", !0)], 2);
|
|
14274
14311
|
}
|
|
14275
|
-
var
|
|
14312
|
+
var Hh = /* @__PURE__ */ V(Lh, [["render", Vh], ["__scopeId", "data-v-7d67bede"]]), Uh = { name: "ecs-modal-footer" }, Wh = { class: "ecs-modal-footer" }, Gh = {
|
|
14276
14313
|
key: 0,
|
|
14277
14314
|
class: "ecs-modal-footer-secondary"
|
|
14278
|
-
},
|
|
14279
|
-
function
|
|
14280
|
-
return T(), c("div",
|
|
14315
|
+
}, Kh = { class: "ecs-modal-footer-main" };
|
|
14316
|
+
function qh(e, t, n, r, i, a) {
|
|
14317
|
+
return T(), c("div", Wh, [e.$slots.secondary ? (T(), c("div", Gh, [k(e.$slots, "secondary", {}, void 0, !0)])) : s("", !0), l("div", Kh, [k(e.$slots, "default", {}, void 0, !0)])]);
|
|
14281
14318
|
}
|
|
14282
|
-
var
|
|
14319
|
+
var Jh = /* @__PURE__ */ V(Uh, [["render", qh], ["__scopeId", "data-v-05db6a92"]]), Yh = {
|
|
14283
14320
|
name: "ecs-multiselect-search-token",
|
|
14284
14321
|
emits: [
|
|
14285
14322
|
"remove",
|
|
@@ -14322,29 +14359,29 @@ var Gh = /* @__PURE__ */ V(Bh, [["render", Wh], ["__scopeId", "data-v-206d1ced"]
|
|
|
14322
14359
|
this.$emit("editToken", e);
|
|
14323
14360
|
}
|
|
14324
14361
|
}
|
|
14325
|
-
},
|
|
14362
|
+
}, Xh = {
|
|
14326
14363
|
key: 0,
|
|
14327
14364
|
class: "symbol"
|
|
14328
|
-
},
|
|
14365
|
+
}, Zh = {
|
|
14329
14366
|
key: 0,
|
|
14330
14367
|
class: "operator"
|
|
14331
|
-
},
|
|
14368
|
+
}, Qh = { class: "query" }, $h = {
|
|
14332
14369
|
key: 0,
|
|
14333
14370
|
class: "descriptor"
|
|
14334
14371
|
};
|
|
14335
|
-
function
|
|
14372
|
+
function eg(e, t, n, r, i, a) {
|
|
14336
14373
|
let o = A("ecs-icon"), u = A("ecs-focus-ring");
|
|
14337
14374
|
return T(), c("div", {
|
|
14338
14375
|
class: b(["ecs-multiselect-search-token", [a.typeClass, { editable: n.editable }]]),
|
|
14339
14376
|
tabindex: "0",
|
|
14340
14377
|
onKeydown: t[5] ||= L((t) => e.$emit("remove", t), ["delete"])
|
|
14341
|
-
}, [n.icon || n.operator || n.operatorSwitch ? (T(), c("div",
|
|
14378
|
+
}, [n.icon || n.operator || n.operatorSwitch ? (T(), c("div", Xh, [
|
|
14342
14379
|
f(o, {
|
|
14343
14380
|
type: n.icon,
|
|
14344
14381
|
size: "20",
|
|
14345
14382
|
color: "var(--color-white)"
|
|
14346
14383
|
}, null, 8, ["type"]),
|
|
14347
|
-
n.operator && !n.operatorSwitch ? (T(), c("div",
|
|
14384
|
+
n.operator && !n.operatorSwitch ? (T(), c("div", Zh, N(n.operator), 1)) : s("", !0),
|
|
14348
14385
|
n.operatorSwitch ? (T(), c("button", {
|
|
14349
14386
|
key: 1,
|
|
14350
14387
|
onClick: t[0] ||= (...e) => a.handleOperatorToggle && a.handleOperatorToggle(...e),
|
|
@@ -14366,8 +14403,8 @@ function Zh(e, t, n, r, i, a) {
|
|
|
14366
14403
|
}, null, 8, ["class"]),
|
|
14367
14404
|
f(u, { radius: 12 })
|
|
14368
14405
|
], 2)) : s("", !0)
|
|
14369
|
-
])) : s("", !0), l("div",
|
|
14370
|
-
n.descriptor ? (T(), c("div",
|
|
14406
|
+
])) : s("", !0), l("div", Qh, [
|
|
14407
|
+
n.descriptor ? (T(), c("div", $h, N(n.descriptor), 1)) : s("", !0),
|
|
14371
14408
|
k(e.$slots, "default", {}, void 0, !0),
|
|
14372
14409
|
n.editable ? (T(), c("button", {
|
|
14373
14410
|
key: 1,
|
|
@@ -14394,7 +14431,7 @@ function Zh(e, t, n, r, i, a) {
|
|
|
14394
14431
|
}), f(u, { radius: 12 })], 32)
|
|
14395
14432
|
])], 34);
|
|
14396
14433
|
}
|
|
14397
|
-
var
|
|
14434
|
+
var tg = /* @__PURE__ */ V(Yh, [["render", eg], ["__scopeId", "data-v-815933be"]]), ng = {
|
|
14398
14435
|
name: "ecs-multiselect-token",
|
|
14399
14436
|
emits: ["remove"],
|
|
14400
14437
|
components: {
|
|
@@ -14402,7 +14439,7 @@ var Qh = /* @__PURE__ */ V(Kh, [["render", Zh], ["__scopeId", "data-v-815933be"]
|
|
|
14402
14439
|
EcsFocusRing: U
|
|
14403
14440
|
}
|
|
14404
14441
|
};
|
|
14405
|
-
function
|
|
14442
|
+
function rg(e, t, n, r, i, a) {
|
|
14406
14443
|
let o = A("ecs-icon"), s = A("ecs-focus-ring");
|
|
14407
14444
|
return T(), c("div", {
|
|
14408
14445
|
class: "ecs-multiselect-token",
|
|
@@ -14417,7 +14454,7 @@ function eg(e, t, n, r, i, a) {
|
|
|
14417
14454
|
color: "#FFF"
|
|
14418
14455
|
}), f(s, { radius: 12 })])], 32);
|
|
14419
14456
|
}
|
|
14420
|
-
var
|
|
14457
|
+
var ig = /* @__PURE__ */ V(ng, [["render", rg], ["__scopeId", "data-v-daa501d2"]]), ag = {
|
|
14421
14458
|
name: "ecs-multiselect-option",
|
|
14422
14459
|
components: {
|
|
14423
14460
|
EcsIcon: H,
|
|
@@ -14465,14 +14502,14 @@ var tg = /* @__PURE__ */ V($h, [["render", eg], ["__scopeId", "data-v-daa501d2"]
|
|
|
14465
14502
|
return this.isPlainTextSlotContent ? { display: "block" } : { display: "flex" };
|
|
14466
14503
|
}
|
|
14467
14504
|
}
|
|
14468
|
-
},
|
|
14505
|
+
}, og = ["role"], sg = {
|
|
14469
14506
|
key: 1,
|
|
14470
14507
|
class: "color"
|
|
14471
|
-
},
|
|
14508
|
+
}, cg = {
|
|
14472
14509
|
key: 2,
|
|
14473
14510
|
class: "ecs-multiselect-option-content-count"
|
|
14474
14511
|
};
|
|
14475
|
-
function
|
|
14512
|
+
function lg(e, t, n, r, i, a) {
|
|
14476
14513
|
let u = A("ecs-icon"), p = A("ecs-flex-row"), m = A("ecs-text-v2");
|
|
14477
14514
|
return T(), c("div", {
|
|
14478
14515
|
class: b(["ecs-multiselect-option", [a.typeClass, n.highlighted ? "highlighted" : ""]]),
|
|
@@ -14486,7 +14523,7 @@ function og(e, t, n, r, i, a) {
|
|
|
14486
14523
|
key: 0,
|
|
14487
14524
|
type: n.icon,
|
|
14488
14525
|
size: "20"
|
|
14489
|
-
}, null, 8, ["type"])) : n.color ? (T(), c("div",
|
|
14526
|
+
}, null, 8, ["type"])) : n.color ? (T(), c("div", sg, [l("div", {
|
|
14490
14527
|
class: "color-dot",
|
|
14491
14528
|
style: S({ backgroundColor: n.color })
|
|
14492
14529
|
}, null, 4)])) : s("", !0),
|
|
@@ -14494,7 +14531,7 @@ function og(e, t, n, r, i, a) {
|
|
|
14494
14531
|
class: "ecs-multiselect-option-content-text",
|
|
14495
14532
|
style: S(a.slotContentStyle)
|
|
14496
14533
|
}, [k(e.$slots, "default", {}, void 0, !0)], 4),
|
|
14497
|
-
n.count ? (T(), c("span",
|
|
14534
|
+
n.count ? (T(), c("span", cg, N(n.count), 1)) : s("", !0)
|
|
14498
14535
|
]),
|
|
14499
14536
|
_: 3
|
|
14500
14537
|
}), n.help ? (T(), c("div", {
|
|
@@ -14503,9 +14540,9 @@ function og(e, t, n, r, i, a) {
|
|
|
14503
14540
|
}, [f(m, { preset: "form" }, {
|
|
14504
14541
|
default: I(() => [d(N(n.help), 1)]),
|
|
14505
14542
|
_: 1
|
|
14506
|
-
})], 2)) : s("", !0)], 10,
|
|
14543
|
+
})], 2)) : s("", !0)], 10, og);
|
|
14507
14544
|
}
|
|
14508
|
-
var
|
|
14545
|
+
var ug = /* @__PURE__ */ V(ag, [["render", lg], ["__scopeId", "data-v-28659eb6"]]), dg = {
|
|
14509
14546
|
name: "ecs-overlay",
|
|
14510
14547
|
emits: ["close", "toggled"],
|
|
14511
14548
|
components: {
|
|
@@ -14623,38 +14660,38 @@ var sg = /* @__PURE__ */ V(ng, [["render", og], ["__scopeId", "data-v-28659eb6"]
|
|
|
14623
14660
|
this.isShown && this.setScrollPaddings();
|
|
14624
14661
|
}, 10);
|
|
14625
14662
|
} }
|
|
14626
|
-
},
|
|
14663
|
+
}, fg = { class: "ecs-overlay-titles" }, pg = { class: "title" }, mg = {
|
|
14627
14664
|
key: 0,
|
|
14628
14665
|
class: "emphasized"
|
|
14629
|
-
},
|
|
14666
|
+
}, hg = {
|
|
14630
14667
|
key: 0,
|
|
14631
14668
|
class: "subline"
|
|
14632
|
-
},
|
|
14669
|
+
}, gg = {
|
|
14633
14670
|
key: 0,
|
|
14634
14671
|
class: "ecs-overlay-header-controls"
|
|
14635
|
-
},
|
|
14672
|
+
}, _g = ["aria-busy"], vg = {
|
|
14636
14673
|
key: 0,
|
|
14637
14674
|
class: "ecs-overlay-tabs scrollbar scrollbar-sml"
|
|
14638
|
-
},
|
|
14675
|
+
}, yg = {
|
|
14639
14676
|
key: 0,
|
|
14640
14677
|
class: "ecs-overlay-sidebar ecs-overlay-sidebar-static"
|
|
14641
|
-
},
|
|
14678
|
+
}, bg = { class: "ecs-overlay-sidebar ecs-overlay-sidebar-float scrollbar scrollbar-sml" }, xg = {
|
|
14642
14679
|
key: 1,
|
|
14643
14680
|
class: "ecs-overlay-content-block"
|
|
14644
|
-
},
|
|
14681
|
+
}, Sg = {
|
|
14645
14682
|
key: 1,
|
|
14646
14683
|
class: "ecs-overlay-footer"
|
|
14647
|
-
},
|
|
14684
|
+
}, Cg = {
|
|
14648
14685
|
key: 0,
|
|
14649
14686
|
class: "spacer-tabs"
|
|
14650
|
-
},
|
|
14687
|
+
}, wg = { class: "ecs-overlay-footer-content" }, Tg = {
|
|
14651
14688
|
key: 0,
|
|
14652
14689
|
class: "spacer-sidebar"
|
|
14653
|
-
},
|
|
14690
|
+
}, Eg = {
|
|
14654
14691
|
key: 1,
|
|
14655
14692
|
class: "spacer-scrollbar"
|
|
14656
14693
|
};
|
|
14657
|
-
function
|
|
14694
|
+
function Dg(e, t, n, i, a, u) {
|
|
14658
14695
|
let p = A("ecs-icon"), m = A("ecs-button-toolbar"), h = A("ecs-alert");
|
|
14659
14696
|
return T(), o(r, {
|
|
14660
14697
|
name: "fade",
|
|
@@ -14672,13 +14709,13 @@ function wg(e, t, n, i, a, u) {
|
|
|
14672
14709
|
class: "ecs-overlay-header",
|
|
14673
14710
|
style: S(e.$slots.alert ? "" : "border-bottom: 1px solid var(--color-gray-4);")
|
|
14674
14711
|
}, [
|
|
14675
|
-
l("div",
|
|
14712
|
+
l("div", fg, [n.icon ? (T(), o(p, {
|
|
14676
14713
|
key: 0,
|
|
14677
14714
|
type: n.icon,
|
|
14678
14715
|
size: "40",
|
|
14679
14716
|
color: "#B9BCC2"
|
|
14680
|
-
}, null, 8, ["type"])) : s("", !0), l("div", null, [l("span",
|
|
14681
|
-
e.$slots.headercontrols ? (T(), c("div",
|
|
14717
|
+
}, null, 8, ["type"])) : s("", !0), l("div", null, [l("span", pg, [n.headerTitleEmphasized ? (T(), c("span", mg, N(n.headerTitleEmphasized), 1)) : s("", !0), d(" " + N(n.headerTitle), 1)]), n.headerTitleSubline ? (T(), c("span", hg, N(n.headerTitleSubline), 1)) : s("", !0)])]),
|
|
14718
|
+
e.$slots.headercontrols ? (T(), c("div", gg, [k(e.$slots, "headercontrols", {}, void 0, !0)])) : s("", !0),
|
|
14682
14719
|
e.$slots.sidebar && a.width <= 1500 ? (T(), o(m, {
|
|
14683
14720
|
key: 1,
|
|
14684
14721
|
onClick: u.sidebarToggle,
|
|
@@ -14727,7 +14764,7 @@ function wg(e, t, n, i, a, u) {
|
|
|
14727
14764
|
class: "ecs-overlay-content",
|
|
14728
14765
|
"aria-busy": n.blockContent || null
|
|
14729
14766
|
}, [
|
|
14730
|
-
e.$slots.tabs ? (T(), c("div",
|
|
14767
|
+
e.$slots.tabs ? (T(), c("div", vg, [k(e.$slots, "tabs", {}, void 0, !0)])) : s("", !0),
|
|
14731
14768
|
l("div", {
|
|
14732
14769
|
ref: "innerContent",
|
|
14733
14770
|
class: b(["ecs-overlay-content-inner scrollbar", u.sidebarOpenClass])
|
|
@@ -14742,15 +14779,15 @@ function wg(e, t, n, i, a, u) {
|
|
|
14742
14779
|
paddingRight: u.contentPadding
|
|
14743
14780
|
})
|
|
14744
14781
|
}, [k(e.$slots, "default", {}, void 0, !0)], 6),
|
|
14745
|
-
e.$slots.sidebar && a.width > 1500 ? (T(), c("div",
|
|
14782
|
+
e.$slots.sidebar && a.width > 1500 ? (T(), c("div", yg, [k(e.$slots, "sidebar", {}, void 0, !0)])) : s("", !0),
|
|
14746
14783
|
f(r, { name: "slide" }, {
|
|
14747
|
-
default: I(() => [se(l("div",
|
|
14784
|
+
default: I(() => [se(l("div", bg, [k(e.$slots, "sidebar", {}, void 0, !0)], 512), [[ae, e.$slots.sidebar && a.width <= 1500 && a.showSidebar]])]),
|
|
14748
14785
|
_: 3
|
|
14749
14786
|
})
|
|
14750
14787
|
], 2),
|
|
14751
|
-
n.blockContent ? (T(), c("div",
|
|
14752
|
-
], 8,
|
|
14753
|
-
e.$slots.footer ? (T(), c("footer",
|
|
14788
|
+
n.blockContent ? (T(), c("div", xg)) : s("", !0)
|
|
14789
|
+
], 8, _g),
|
|
14790
|
+
e.$slots.footer ? (T(), c("footer", Sg, [e.$slots.tabs ? (T(), c("div", Cg)) : s("", !0), l("div", wg, [
|
|
14754
14791
|
l("div", {
|
|
14755
14792
|
class: "ecs-overlay-footer-content-inner",
|
|
14756
14793
|
style: S({
|
|
@@ -14761,14 +14798,14 @@ function wg(e, t, n, i, a, u) {
|
|
|
14761
14798
|
paddingRight: u.contentPadding
|
|
14762
14799
|
})
|
|
14763
14800
|
}, [k(e.$slots, "footer", {}, void 0, !0)], 4),
|
|
14764
|
-
e.$slots.sidebar && a.width > 1500 ? (T(), c("div",
|
|
14765
|
-
a.footerScrollSpacer ? (T(), c("div",
|
|
14801
|
+
e.$slots.sidebar && a.width > 1500 ? (T(), c("div", Tg)) : s("", !0),
|
|
14802
|
+
a.footerScrollSpacer ? (T(), c("div", Eg)) : s("", !0)
|
|
14766
14803
|
])])) : s("", !0)
|
|
14767
14804
|
], 4)) : s("", !0)]),
|
|
14768
14805
|
_: 3
|
|
14769
14806
|
});
|
|
14770
14807
|
}
|
|
14771
|
-
var
|
|
14808
|
+
var Og = /* @__PURE__ */ V(dg, [["render", Dg], ["__scopeId", "data-v-acdd9118"]]), kg = {
|
|
14772
14809
|
name: "ecs-pagination",
|
|
14773
14810
|
emits: [
|
|
14774
14811
|
"firstPage",
|
|
@@ -14862,14 +14899,14 @@ var Tg = /* @__PURE__ */ V(cg, [["render", wg], ["__scopeId", "data-v-acdd9118"]
|
|
|
14862
14899
|
this.$emit("updatePage", Number(e));
|
|
14863
14900
|
}
|
|
14864
14901
|
}
|
|
14865
|
-
},
|
|
14902
|
+
}, Ag = ["value", "selected"], jg = {
|
|
14866
14903
|
key: 0,
|
|
14867
14904
|
class: "total"
|
|
14868
|
-
},
|
|
14905
|
+
}, Mg = {
|
|
14869
14906
|
key: 1,
|
|
14870
14907
|
class: "ecs-pagination-range"
|
|
14871
|
-
},
|
|
14872
|
-
function
|
|
14908
|
+
}, Ng = { class: "ecs-pagination-tabs" }, Pg = ["value", "selected"];
|
|
14909
|
+
function Fg(t, n, r, i, a, u) {
|
|
14873
14910
|
let p = A("ecs-button"), m = A("ecs-flex-row"), h = A("ecs-select");
|
|
14874
14911
|
return T(), c("div", {
|
|
14875
14912
|
class: b(["ecs-pagination", [r.theme === "bordered" ? "ecs-pagination-bordered" : "", r.theme === "floating" ? "ecs-pagination-floating" : ""]]),
|
|
@@ -14917,10 +14954,10 @@ function Mg(t, n, r, i, a, u) {
|
|
|
14917
14954
|
key: e,
|
|
14918
14955
|
value: e,
|
|
14919
14956
|
selected: e === r.currentPage
|
|
14920
|
-
}, N(e), 9,
|
|
14957
|
+
}, N(e), 9, Ag))), 128))]),
|
|
14921
14958
|
_: 1
|
|
14922
14959
|
}, 8, ["modelValue", "disabled"]),
|
|
14923
|
-
r.totalPages ? (T(), c("span",
|
|
14960
|
+
r.totalPages ? (T(), c("span", jg, "of " + N(r.totalPages), 1)) : s("", !0)
|
|
14924
14961
|
]),
|
|
14925
14962
|
_: 1
|
|
14926
14963
|
}),
|
|
@@ -14946,7 +14983,7 @@ function Mg(t, n, r, i, a, u) {
|
|
|
14946
14983
|
}, null, 8, ["disabled"])]),
|
|
14947
14984
|
_: 1
|
|
14948
14985
|
})
|
|
14949
|
-
], 64)) : u.hasRange ? (T(), c("span",
|
|
14986
|
+
], 64)) : u.hasRange ? (T(), c("span", Mg, [
|
|
14950
14987
|
n[8] ||= d("Showing entries ", -1),
|
|
14951
14988
|
l("span", null, N(r.itemRangeFrom) + " to " + N(r.itemRangeTo), 1),
|
|
14952
14989
|
n[9] ||= d(" of ", -1),
|
|
@@ -14954,7 +14991,7 @@ function Mg(t, n, r, i, a, u) {
|
|
|
14954
14991
|
])) : s("", !0)]),
|
|
14955
14992
|
_: 1
|
|
14956
14993
|
}, 8, ["style"]),
|
|
14957
|
-
l("div",
|
|
14994
|
+
l("div", Ng, [k(t.$slots, "tabs", {}, void 0, !0)]),
|
|
14958
14995
|
r.showItemsPerPage && r.type == "paginated" ? (T(), o(m, {
|
|
14959
14996
|
key: 0,
|
|
14960
14997
|
gap: 4,
|
|
@@ -14971,7 +15008,7 @@ function Mg(t, n, r, i, a, u) {
|
|
|
14971
15008
|
key: e,
|
|
14972
15009
|
value: e,
|
|
14973
15010
|
selected: e === r.itemsPerPageSelected
|
|
14974
|
-
}, N(e), 9,
|
|
15011
|
+
}, N(e), 9, Pg))), 128))]),
|
|
14975
15012
|
_: 1
|
|
14976
15013
|
}, 8, ["modelValue", "disabled"])]),
|
|
14977
15014
|
_: 1
|
|
@@ -14986,7 +15023,7 @@ function Mg(t, n, r, i, a, u) {
|
|
|
14986
15023
|
})) : s("", !0)
|
|
14987
15024
|
], 2);
|
|
14988
15025
|
}
|
|
14989
|
-
var
|
|
15026
|
+
var Ig = /* @__PURE__ */ V(kg, [["render", Fg], ["__scopeId", "data-v-6741fbf9"]]), Lg = {
|
|
14990
15027
|
name: "ecs-popover-header",
|
|
14991
15028
|
components: {
|
|
14992
15029
|
EcsIcon: H,
|
|
@@ -15005,19 +15042,19 @@ var Ng = /* @__PURE__ */ V(Eg, [["render", Mg], ["__scopeId", "data-v-6741fbf9"]
|
|
|
15005
15042
|
computed: { hasControls() {
|
|
15006
15043
|
return !!this.$slots.default;
|
|
15007
15044
|
} }
|
|
15008
|
-
},
|
|
15045
|
+
}, Rg = { class: "ecs-popover-header" }, zg = { class: "ecs-popover-header-title" }, Bg = {
|
|
15009
15046
|
key: 1,
|
|
15010
15047
|
class: "ecs-popover-header-title-content"
|
|
15011
|
-
},
|
|
15048
|
+
}, Vg = {
|
|
15012
15049
|
key: 2,
|
|
15013
15050
|
class: "ecs-popover-header-title-controls"
|
|
15014
|
-
},
|
|
15051
|
+
}, Hg = {
|
|
15015
15052
|
key: 0,
|
|
15016
15053
|
class: "ecs-popover-header-actions"
|
|
15017
15054
|
};
|
|
15018
|
-
function
|
|
15055
|
+
function Ug(e, t, n, r, i, a) {
|
|
15019
15056
|
let u = A("ecs-icon"), p = A("ecs-text-v2");
|
|
15020
|
-
return T(), c("header",
|
|
15057
|
+
return T(), c("header", Rg, [l("div", zg, [
|
|
15021
15058
|
n.icon ? (T(), o(u, {
|
|
15022
15059
|
key: 0,
|
|
15023
15060
|
type: n.icon,
|
|
@@ -15025,15 +15062,15 @@ function Bg(e, t, n, r, i, a) {
|
|
|
15025
15062
|
class: "icon",
|
|
15026
15063
|
color: "#B4B9BE"
|
|
15027
15064
|
}, null, 8, ["type"])) : s("", !0),
|
|
15028
|
-
e.$slots.title ? (T(), c("div",
|
|
15065
|
+
e.$slots.title ? (T(), c("div", Bg, [k(e.$slots, "title", {}, void 0, !0)])) : s("", !0),
|
|
15029
15066
|
f(p, { preset: "headline-4" }, {
|
|
15030
15067
|
default: I(() => [d(N(n.title), 1)]),
|
|
15031
15068
|
_: 1
|
|
15032
15069
|
}),
|
|
15033
|
-
e.$slots.titleControls ? (T(), c("div",
|
|
15034
|
-
]), a.hasControls ? (T(), c("div",
|
|
15070
|
+
e.$slots.titleControls ? (T(), c("div", Vg, [k(e.$slots, "titleControls", {}, void 0, !0)])) : s("", !0)
|
|
15071
|
+
]), a.hasControls ? (T(), c("div", Hg, [k(e.$slots, "default", {}, void 0, !0)])) : s("", !0)]);
|
|
15035
15072
|
}
|
|
15036
|
-
var
|
|
15073
|
+
var Wg = /* @__PURE__ */ V(Lg, [["render", Ug], ["__scopeId", "data-v-0c73e09d"]]), Gg = {
|
|
15037
15074
|
name: "ecs-rating-star-read",
|
|
15038
15075
|
components: { EcsSkeletonLoader: W },
|
|
15039
15076
|
props: {
|
|
@@ -15058,8 +15095,8 @@ var Vg = /* @__PURE__ */ V(Pg, [["render", Bg], ["__scopeId", "data-v-0c73e09d"]
|
|
|
15058
15095
|
computed: { sizeClass() {
|
|
15059
15096
|
return this.size && this.size !== "" ? `ecs-rating-read-${this.size}` : this.size;
|
|
15060
15097
|
} }
|
|
15061
|
-
},
|
|
15062
|
-
function
|
|
15098
|
+
}, Kg = ["aria-busy", "aria-label"], qg = ["data-maximum", "data-rating"];
|
|
15099
|
+
function Jg(e, t, n, r, i, a) {
|
|
15063
15100
|
let s = A("ecs-skeleton-loader");
|
|
15064
15101
|
return T(), c("div", {
|
|
15065
15102
|
class: b(["ecs-rating-read", [a.sizeClass]]),
|
|
@@ -15075,9 +15112,9 @@ function Gg(e, t, n, r, i, a) {
|
|
|
15075
15112
|
class: "ecs-stars-read",
|
|
15076
15113
|
"data-maximum": n.maximum,
|
|
15077
15114
|
"data-rating": n.rating
|
|
15078
|
-
}, null, 8,
|
|
15115
|
+
}, null, 8, qg))], 10, Kg);
|
|
15079
15116
|
}
|
|
15080
|
-
var
|
|
15117
|
+
var Yg = /* @__PURE__ */ V(Gg, [["render", Jg], ["__scopeId", "data-v-7e609016"]]), Xg = {
|
|
15081
15118
|
name: "ecs-rating-favorability",
|
|
15082
15119
|
emits: ["click"],
|
|
15083
15120
|
components: {
|
|
@@ -15149,8 +15186,8 @@ var Kg = /* @__PURE__ */ V(Hg, [["render", Gg], ["__scopeId", "data-v-7e609016"]
|
|
|
15149
15186
|
methods: { handleClick(e) {
|
|
15150
15187
|
this.disabled || this.$emit("click", e);
|
|
15151
15188
|
} }
|
|
15152
|
-
},
|
|
15153
|
-
function
|
|
15189
|
+
}, Zg = ["aria-busy"], Qg = ["title"];
|
|
15190
|
+
function $g(e, t, n, r, i, a) {
|
|
15154
15191
|
let u = A("ecs-icon"), d = A("ecs-skeleton-loader");
|
|
15155
15192
|
return T(), c("div", {
|
|
15156
15193
|
onClick: t[0] ||= (...e) => a.handleClick && a.handleClick(...e),
|
|
@@ -15160,7 +15197,7 @@ function Xg(e, t, n, r, i, a) {
|
|
|
15160
15197
|
l("div", {
|
|
15161
15198
|
class: b(["ecs-favorability-button", [a.css, n.loading ? "loading" : ""]]),
|
|
15162
15199
|
title: a.labelText
|
|
15163
|
-
}, [f(u, { type: a.iconType }, null, 8, ["type"])], 10,
|
|
15200
|
+
}, [f(u, { type: a.iconType }, null, 8, ["type"])], 10, Qg),
|
|
15164
15201
|
n.label ? (T(), c("span", {
|
|
15165
15202
|
key: 0,
|
|
15166
15203
|
class: b(["label", n.loading ? "loading" : ""])
|
|
@@ -15177,9 +15214,9 @@ function Xg(e, t, n, r, i, a) {
|
|
|
15177
15214
|
width: 100,
|
|
15178
15215
|
style: { width: "calc(100% - 30px)" }
|
|
15179
15216
|
})) : s("", !0)
|
|
15180
|
-
], 10,
|
|
15217
|
+
], 10, Zg);
|
|
15181
15218
|
}
|
|
15182
|
-
var
|
|
15219
|
+
var e_ = /* @__PURE__ */ V(Xg, [["render", $g], ["__scopeId", "data-v-a6e15633"]]), t_ = {
|
|
15183
15220
|
name: "ecs-quicklinks-link",
|
|
15184
15221
|
emits: [
|
|
15185
15222
|
"click",
|
|
@@ -15189,8 +15226,8 @@ var Zg = /* @__PURE__ */ V(qg, [["render", Xg], ["__scopeId", "data-v-a6e15633"]
|
|
|
15189
15226
|
],
|
|
15190
15227
|
components: {
|
|
15191
15228
|
EcsCheckbox: Er,
|
|
15192
|
-
EcsRatingStarRead:
|
|
15193
|
-
EcsRatingFavorability:
|
|
15229
|
+
EcsRatingStarRead: Yg,
|
|
15230
|
+
EcsRatingFavorability: e_,
|
|
15194
15231
|
EcsSwitch: zr,
|
|
15195
15232
|
EcsIcon: H,
|
|
15196
15233
|
EcsFocusRing: U,
|
|
@@ -15333,21 +15370,21 @@ var Zg = /* @__PURE__ */ V(qg, [["render", Xg], ["__scopeId", "data-v-a6e15633"]
|
|
|
15333
15370
|
created() {
|
|
15334
15371
|
this.updateVolumes(this.volumes);
|
|
15335
15372
|
}
|
|
15336
|
-
},
|
|
15373
|
+
}, n_ = { class: "filter-description" }, r_ = {
|
|
15337
15374
|
key: 0,
|
|
15338
15375
|
class: "meta"
|
|
15339
|
-
},
|
|
15376
|
+
}, i_ = { key: 0 }, a_ = ["title"], o_ = { style: { "margin-left": "12px" } }, s_ = { class: "static-label" }, c_ = {
|
|
15340
15377
|
key: 0,
|
|
15341
15378
|
class: "meta"
|
|
15342
|
-
},
|
|
15379
|
+
}, l_ = { key: 0 }, u_ = ["title"], d_ = { class: "persona-label" }, f_ = { key: 3 }, p_ = [
|
|
15343
15380
|
"onClick",
|
|
15344
15381
|
"title",
|
|
15345
15382
|
"aria-label"
|
|
15346
|
-
],
|
|
15383
|
+
], m_ = ["aria-label"], h_ = {
|
|
15347
15384
|
key: 5,
|
|
15348
15385
|
class: "meta"
|
|
15349
|
-
},
|
|
15350
|
-
function
|
|
15386
|
+
}, g_ = { key: 0 }, __ = ["title"];
|
|
15387
|
+
function v_(t, n, r, i, a, u) {
|
|
15351
15388
|
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");
|
|
15352
15389
|
return T(), c("li", { class: b(["ecs-quicklinks-link", [
|
|
15353
15390
|
u.typeClass,
|
|
@@ -15360,11 +15397,11 @@ function h_(t, n, r, i, a, u) {
|
|
|
15360
15397
|
role: "button"
|
|
15361
15398
|
}, [
|
|
15362
15399
|
f(p, { type: r.icon }, null, 8, ["type"]),
|
|
15363
|
-
l("span",
|
|
15364
|
-
r.count || r.meta ? (T(), c("small",
|
|
15400
|
+
l("span", n_, N(r.label), 1),
|
|
15401
|
+
r.count || r.meta ? (T(), c("small", r_, [r.count ? (T(), c("span", i_, N(r.count), 1)) : s("", !0), r.meta ? (T(), c("span", {
|
|
15365
15402
|
key: 1,
|
|
15366
15403
|
title: r.metaTitle
|
|
15367
|
-
}, N(r.meta), 9,
|
|
15404
|
+
}, N(r.meta), 9, a_)) : s("", !0)])) : s("", !0),
|
|
15368
15405
|
f(m)
|
|
15369
15406
|
])) : r.type === "favorability" ? (T(), c("div", {
|
|
15370
15407
|
key: 1,
|
|
@@ -15383,11 +15420,11 @@ function h_(t, n, r, i, a, u) {
|
|
|
15383
15420
|
"rating",
|
|
15384
15421
|
"disabled"
|
|
15385
15422
|
]),
|
|
15386
|
-
l("label",
|
|
15387
|
-
r.count || r.meta ? (T(), c("small",
|
|
15423
|
+
l("label", o_, [l("span", s_, N(r.label), 1)]),
|
|
15424
|
+
r.count || r.meta ? (T(), c("small", c_, [r.count ? (T(), c("span", l_, N(r.count), 1)) : s("", !0), r.meta ? (T(), c("span", {
|
|
15388
15425
|
key: 1,
|
|
15389
15426
|
title: r.metaTitle
|
|
15390
|
-
}, N(r.meta), 9,
|
|
15427
|
+
}, N(r.meta), 9, u_)) : s("", !0)])) : s("", !0),
|
|
15391
15428
|
f(m)
|
|
15392
15429
|
])) : (T(), o(w, {
|
|
15393
15430
|
key: 2,
|
|
@@ -15423,7 +15460,7 @@ function h_(t, n, r, i, a, u) {
|
|
|
15423
15460
|
"name",
|
|
15424
15461
|
"relevant-badge",
|
|
15425
15462
|
"backgroundColor"
|
|
15426
|
-
]), l("span",
|
|
15463
|
+
]), l("span", d_, N(r.label || r.persona.name), 1)], 64)) : (T(), c("span", f_, N(r.label), 1)),
|
|
15427
15464
|
a.localVolumes.length ? (T(), o(C, {
|
|
15428
15465
|
key: 4,
|
|
15429
15466
|
gap: 2,
|
|
@@ -15435,7 +15472,7 @@ function h_(t, n, r, i, a, u) {
|
|
|
15435
15472
|
onClick: (t) => u.toggleVolume(e.id),
|
|
15436
15473
|
title: `${e.name} (${e.date})`,
|
|
15437
15474
|
"aria-label": `Volume ${e.id}${e.active ? " active" : ""}`
|
|
15438
|
-
}, N(e.id), 11,
|
|
15475
|
+
}, N(e.id), 11, p_))), 128)), a.localVolumes.length > 3 ? (T(), o(S, {
|
|
15439
15476
|
key: 0,
|
|
15440
15477
|
disabled: r.disabled || null
|
|
15441
15478
|
}, {
|
|
@@ -15464,15 +15501,15 @@ function h_(t, n, r, i, a, u) {
|
|
|
15464
15501
|
}, [f(p, {
|
|
15465
15502
|
type: "more",
|
|
15466
15503
|
size: "18"
|
|
15467
|
-
})], 10,
|
|
15504
|
+
})], 10, m_)]),
|
|
15468
15505
|
_: 1
|
|
15469
15506
|
}, 8, ["disabled"])) : s("", !0)]),
|
|
15470
15507
|
_: 1
|
|
15471
15508
|
})) : s("", !0),
|
|
15472
|
-
r.count || r.meta ? (T(), c("small",
|
|
15509
|
+
r.count || r.meta ? (T(), c("small", h_, [r.count ? (T(), c("span", g_, N(r.count), 1)) : s("", !0), r.meta ? (T(), c("span", {
|
|
15473
15510
|
key: 1,
|
|
15474
15511
|
title: r.metaTitle
|
|
15475
|
-
}, N(r.meta), 9,
|
|
15512
|
+
}, N(r.meta), 9, __)) : s("", !0)])) : s("", !0)
|
|
15476
15513
|
]),
|
|
15477
15514
|
_: 1
|
|
15478
15515
|
}, 8, [
|
|
@@ -15483,7 +15520,7 @@ function h_(t, n, r, i, a, u) {
|
|
|
15483
15520
|
"indeterminate"
|
|
15484
15521
|
]))], 2);
|
|
15485
15522
|
}
|
|
15486
|
-
var
|
|
15523
|
+
var y_ = /* @__PURE__ */ V(t_, [["render", v_], ["__scopeId", "data-v-bafc258b"]]), b_ = {
|
|
15487
15524
|
name: "ecs-range",
|
|
15488
15525
|
mixins: [J],
|
|
15489
15526
|
emits: ["update:modelValue"],
|
|
@@ -15543,21 +15580,21 @@ var g_ = /* @__PURE__ */ V(Qg, [["render", h_], ["__scopeId", "data-v-bafc258b"]
|
|
|
15543
15580
|
watch: { modelValue(e) {
|
|
15544
15581
|
this.updateProgress(e);
|
|
15545
15582
|
} }
|
|
15546
|
-
},
|
|
15583
|
+
}, x_ = [
|
|
15547
15584
|
"id",
|
|
15548
15585
|
"disabled",
|
|
15549
15586
|
"min",
|
|
15550
15587
|
"max",
|
|
15551
15588
|
"value",
|
|
15552
15589
|
"step"
|
|
15553
|
-
],
|
|
15590
|
+
], S_ = {
|
|
15554
15591
|
key: 0,
|
|
15555
15592
|
class: "ecs-range-markers"
|
|
15556
|
-
},
|
|
15593
|
+
}, C_ = {
|
|
15557
15594
|
key: 1,
|
|
15558
15595
|
class: "ecs-range-labels"
|
|
15559
15596
|
};
|
|
15560
|
-
function
|
|
15597
|
+
function w_(t, n, r, i, a, o) {
|
|
15561
15598
|
return T(), c("div", { class: b(["ecs-range", { "has-list": r.list }]) }, [
|
|
15562
15599
|
l("input", {
|
|
15563
15600
|
ref: "rangeInput",
|
|
@@ -15570,18 +15607,18 @@ function x_(t, n, r, i, a, o) {
|
|
|
15570
15607
|
value: r.modelValue,
|
|
15571
15608
|
step: r.step === "any" ? "any" : r.step,
|
|
15572
15609
|
class: "ecs-range-input"
|
|
15573
|
-
}, null, 40,
|
|
15574
|
-
o.shouldShowMarkers ? (T(), c("div",
|
|
15610
|
+
}, null, 40, x_),
|
|
15611
|
+
o.shouldShowMarkers ? (T(), c("div", S_, [(T(!0), c(e, null, O(o.stepCount, (e, t) => (T(), c("span", {
|
|
15575
15612
|
key: t,
|
|
15576
15613
|
class: "ecs-range-marker"
|
|
15577
15614
|
}))), 128))])) : s("", !0),
|
|
15578
|
-
r.list ? (T(), c("div",
|
|
15615
|
+
r.list ? (T(), c("div", C_, [(T(!0), c(e, null, O(r.list, (e, t) => (T(), c("span", {
|
|
15579
15616
|
key: t,
|
|
15580
15617
|
class: "ecs-range-label"
|
|
15581
15618
|
}, N(e), 1))), 128))])) : s("", !0)
|
|
15582
15619
|
], 2);
|
|
15583
15620
|
}
|
|
15584
|
-
var
|
|
15621
|
+
var T_ = /* @__PURE__ */ V(b_, [["render", w_], ["__scopeId", "data-v-b6f3e6b0"]]), E_ = {
|
|
15585
15622
|
name: "ecs-rating-star-write",
|
|
15586
15623
|
emits: ["click", "reset"],
|
|
15587
15624
|
props: {
|
|
@@ -15602,15 +15639,15 @@ var S_ = /* @__PURE__ */ V(__, [["render", x_], ["__scopeId", "data-v-b6f3e6b0"]
|
|
|
15602
15639
|
default: !1
|
|
15603
15640
|
}
|
|
15604
15641
|
}
|
|
15605
|
-
},
|
|
15606
|
-
function
|
|
15642
|
+
}, D_ = ["disabled"], O_ = { class: "ecs-rating-write" }, k_ = ["checked", "disabled"], A_ = ["checked", "disabled"], j_ = ["checked", "disabled"], M_ = ["checked", "disabled"];
|
|
15643
|
+
function N_(e, t, n, r, i, a) {
|
|
15607
15644
|
return T(), c("div", { class: b(["ecs-rating-form", [n.large ? "ecs-rating-form-lg" : ""]]) }, [n.unrated ? (T(), c("button", {
|
|
15608
15645
|
key: 0,
|
|
15609
15646
|
onClick: t[0] ||= (t) => e.$emit("reset"),
|
|
15610
15647
|
disabled: n.disabled,
|
|
15611
15648
|
class: b(["ecs-rating-reset", { active: n.value == 0 }]),
|
|
15612
15649
|
"aria-label": "Reset Rating"
|
|
15613
|
-
}, [...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,
|
|
15650
|
+
}, [...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, D_)) : s("", !0), l("div", O_, [
|
|
15614
15651
|
l("input", {
|
|
15615
15652
|
type: "radio",
|
|
15616
15653
|
value: "1",
|
|
@@ -15618,7 +15655,7 @@ function A_(e, t, n, r, i, a) {
|
|
|
15618
15655
|
onClick: t[1] ||= (t) => e.$emit("click", t),
|
|
15619
15656
|
checked: n.value == 1 || null,
|
|
15620
15657
|
disabled: n.disabled
|
|
15621
|
-
}, null, 8,
|
|
15658
|
+
}, null, 8, k_),
|
|
15622
15659
|
t[6] ||= l("i", null, null, -1),
|
|
15623
15660
|
l("input", {
|
|
15624
15661
|
type: "radio",
|
|
@@ -15627,7 +15664,7 @@ function A_(e, t, n, r, i, a) {
|
|
|
15627
15664
|
onClick: t[2] ||= (t) => e.$emit("click", t),
|
|
15628
15665
|
checked: n.value == 2 || null,
|
|
15629
15666
|
disabled: n.disabled
|
|
15630
|
-
}, null, 8,
|
|
15667
|
+
}, null, 8, A_),
|
|
15631
15668
|
t[7] ||= l("i", null, null, -1),
|
|
15632
15669
|
l("input", {
|
|
15633
15670
|
type: "radio",
|
|
@@ -15636,7 +15673,7 @@ function A_(e, t, n, r, i, a) {
|
|
|
15636
15673
|
onClick: t[3] ||= (t) => e.$emit("click", t),
|
|
15637
15674
|
checked: n.value == 3 || null,
|
|
15638
15675
|
disabled: n.disabled
|
|
15639
|
-
}, null, 8,
|
|
15676
|
+
}, null, 8, j_),
|
|
15640
15677
|
t[8] ||= l("i", null, null, -1),
|
|
15641
15678
|
l("input", {
|
|
15642
15679
|
type: "radio",
|
|
@@ -15645,11 +15682,11 @@ function A_(e, t, n, r, i, a) {
|
|
|
15645
15682
|
onClick: t[4] ||= (t) => e.$emit("click", t),
|
|
15646
15683
|
checked: n.value == 4 || null,
|
|
15647
15684
|
disabled: n.disabled
|
|
15648
|
-
}, null, 8,
|
|
15685
|
+
}, null, 8, M_),
|
|
15649
15686
|
t[9] ||= l("i", null, null, -1)
|
|
15650
15687
|
])], 2);
|
|
15651
15688
|
}
|
|
15652
|
-
var
|
|
15689
|
+
var P_ = /* @__PURE__ */ V(E_, [["render", N_], ["__scopeId", "data-v-0d4c1ecb"]]), F_ = {
|
|
15653
15690
|
name: "ecs-section",
|
|
15654
15691
|
props: {
|
|
15655
15692
|
title: { type: String },
|
|
@@ -15695,11 +15732,11 @@ var j_ = /* @__PURE__ */ V(C_, [["render", A_], ["__scopeId", "data-v-0d4c1ecb"]
|
|
|
15695
15732
|
return `ecs-section-content-padding-${this.contentPadding}`;
|
|
15696
15733
|
}
|
|
15697
15734
|
}
|
|
15698
|
-
},
|
|
15735
|
+
}, I_ = {
|
|
15699
15736
|
key: 0,
|
|
15700
15737
|
class: "ecs-section-controls"
|
|
15701
15738
|
};
|
|
15702
|
-
function
|
|
15739
|
+
function L_(e, t, n, r, i, a) {
|
|
15703
15740
|
return T(), c("div", { class: b(["ecs-section", [
|
|
15704
15741
|
n.borderTop ? "ecs-section-border-top" : "",
|
|
15705
15742
|
n.borderBottom ? "ecs-section-border-bottom" : "",
|
|
@@ -15708,9 +15745,9 @@ function P_(e, t, n, r, i, a) {
|
|
|
15708
15745
|
]]) }, [n.title ? (T(), c("h3", {
|
|
15709
15746
|
key: 0,
|
|
15710
15747
|
class: b(["ecs-section-headline", [n.headlineBold ? "ecs-headline-section-bold" : "ecs-headline-section", e.$slots.controls ? "has-buttons" : ""]])
|
|
15711
|
-
}, [d(N(n.title) + " ", 1), e.$slots.controls ? (T(), c("div",
|
|
15748
|
+
}, [d(N(n.title) + " ", 1), e.$slots.controls ? (T(), c("div", I_, [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);
|
|
15712
15749
|
}
|
|
15713
|
-
var
|
|
15750
|
+
var R_ = /* @__PURE__ */ V(F_, [["render", L_], ["__scopeId", "data-v-cdcc0680"]]), z_ = {
|
|
15714
15751
|
name: "ecs-segments",
|
|
15715
15752
|
emits: ["click"],
|
|
15716
15753
|
components: { EcsIcon: H },
|
|
@@ -15736,15 +15773,15 @@ var F_ = /* @__PURE__ */ V(M_, [["render", P_], ["__scopeId", "data-v-cdcc0680"]
|
|
|
15736
15773
|
default: !1
|
|
15737
15774
|
}
|
|
15738
15775
|
}
|
|
15739
|
-
},
|
|
15776
|
+
}, B_ = ["for", "disabled"], V_ = [
|
|
15740
15777
|
"name",
|
|
15741
15778
|
"value",
|
|
15742
15779
|
"id",
|
|
15743
15780
|
"checked",
|
|
15744
15781
|
"disabled",
|
|
15745
15782
|
"onClick"
|
|
15746
|
-
],
|
|
15747
|
-
function
|
|
15783
|
+
], H_ = ["title"];
|
|
15784
|
+
function U_(t, n, r, i, a, u) {
|
|
15748
15785
|
let f = A("ecs-icon");
|
|
15749
15786
|
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", {
|
|
15750
15787
|
key: e.id,
|
|
@@ -15758,7 +15795,7 @@ function B_(t, n, r, i, a, u) {
|
|
|
15758
15795
|
checked: r.value.toLowerCase() == e.id.toLowerCase() || null,
|
|
15759
15796
|
disabled: e.disabled || r.disabled,
|
|
15760
15797
|
onClick: (n) => t.$emit("click", e.id)
|
|
15761
|
-
}, null, 8,
|
|
15798
|
+
}, null, 8, V_), l("span", {
|
|
15762
15799
|
class: "ecs-segment",
|
|
15763
15800
|
title: e.title
|
|
15764
15801
|
}, [e.icon ? (T(), o(f, {
|
|
@@ -15767,9 +15804,9 @@ function B_(t, n, r, i, a, u) {
|
|
|
15767
15804
|
type: e.icon,
|
|
15768
15805
|
size: "20",
|
|
15769
15806
|
color: "#2F333C"
|
|
15770
|
-
}, null, 8, ["class", "type"])) : s("", !0), d(" " + N(e.label), 1)], 8,
|
|
15807
|
+
}, null, 8, ["class", "type"])) : s("", !0), d(" " + N(e.label), 1)], 8, H_)], 8, B_))), 128))], 2);
|
|
15771
15808
|
}
|
|
15772
|
-
var
|
|
15809
|
+
var W_ = /* @__PURE__ */ V(z_, [["render", U_], ["__scopeId", "data-v-1cb14db0"]]), G_ = {
|
|
15773
15810
|
name: "ecs-selection-grid",
|
|
15774
15811
|
emits: ["update:modelValue"],
|
|
15775
15812
|
components: {
|
|
@@ -15820,12 +15857,12 @@ var V_ = /* @__PURE__ */ V(I_, [["render", B_], ["__scopeId", "data-v-1cb14db0"]
|
|
|
15820
15857
|
}
|
|
15821
15858
|
}
|
|
15822
15859
|
}
|
|
15823
|
-
},
|
|
15860
|
+
}, K_ = ["role"], q_ = [
|
|
15824
15861
|
"onClick",
|
|
15825
15862
|
"role",
|
|
15826
15863
|
"aria-checked"
|
|
15827
15864
|
];
|
|
15828
|
-
function
|
|
15865
|
+
function J_(t, n, r, i, a, l) {
|
|
15829
15866
|
let u = A("ecs-icon"), p = A("ecs-file-icon"), m = A("ecs-text-v2"), h = A("ecs-flex-row");
|
|
15830
15867
|
return T(), c("div", {
|
|
15831
15868
|
class: "ecs-selection-grid",
|
|
@@ -15862,14 +15899,14 @@ function G_(t, n, r, i, a, l) {
|
|
|
15862
15899
|
_: 2
|
|
15863
15900
|
}, 1024)) : s("", !0)]),
|
|
15864
15901
|
_: 2
|
|
15865
|
-
}, 1024)], 10,
|
|
15902
|
+
}, 1024)], 10, q_))), 128))], 12, K_);
|
|
15866
15903
|
}
|
|
15867
|
-
var
|
|
15904
|
+
var Y_ = /* @__PURE__ */ V(G_, [["render", J_], ["__scopeId", "data-v-8b0a7154"]]), X_ = {
|
|
15868
15905
|
name: "ecs-select-tile",
|
|
15869
15906
|
emits: ["click"],
|
|
15870
15907
|
components: {
|
|
15871
15908
|
EcsFocusRing: U,
|
|
15872
|
-
EcsIllustration:
|
|
15909
|
+
EcsIllustration: bp
|
|
15873
15910
|
},
|
|
15874
15911
|
props: {
|
|
15875
15912
|
label: {
|
|
@@ -15902,14 +15939,14 @@ var K_ = /* @__PURE__ */ V(H_, [["render", G_], ["__scopeId", "data-v-8b0a7154"]
|
|
|
15902
15939
|
default: !1
|
|
15903
15940
|
}
|
|
15904
15941
|
}
|
|
15905
|
-
},
|
|
15942
|
+
}, Z_ = ["aria-checked", "tabindex"], Q_ = {
|
|
15906
15943
|
key: 1,
|
|
15907
15944
|
class: "label"
|
|
15908
|
-
},
|
|
15945
|
+
}, $_ = {
|
|
15909
15946
|
key: 2,
|
|
15910
15947
|
class: "help"
|
|
15911
15948
|
};
|
|
15912
|
-
function
|
|
15949
|
+
function ev(e, t, n, r, i, a) {
|
|
15913
15950
|
let u = A("ecs-illustration"), d = A("ecs-focus-ring");
|
|
15914
15951
|
return T(), c("div", {
|
|
15915
15952
|
onClick: t[0] ||= (t) => e.$emit("click", t),
|
|
@@ -15924,23 +15961,23 @@ function Z_(e, t, n, r, i, a) {
|
|
|
15924
15961
|
key: 0,
|
|
15925
15962
|
type: n.illustration
|
|
15926
15963
|
}, null, 8, ["type"])) : s("", !0),
|
|
15927
|
-
n.label ? (T(), c("div",
|
|
15928
|
-
n.helpText ? (T(), c("div",
|
|
15964
|
+
n.label ? (T(), c("div", Q_, N(n.label), 1)) : s("", !0),
|
|
15965
|
+
n.helpText ? (T(), c("div", $_, N(n.helpText), 1)) : s("", !0),
|
|
15929
15966
|
f(d, {
|
|
15930
15967
|
inset: -6,
|
|
15931
15968
|
radius: 12
|
|
15932
15969
|
})
|
|
15933
|
-
], 42,
|
|
15970
|
+
], 42, Z_);
|
|
15934
15971
|
}
|
|
15935
|
-
var
|
|
15972
|
+
var tv = /* @__PURE__ */ V(X_, [["render", ev], ["__scopeId", "data-v-a5e9bd1b"]]), nv = { name: "ecs-sequence-map" }, rv = {
|
|
15936
15973
|
class: "ecs-sequence-map",
|
|
15937
15974
|
role: "navigation",
|
|
15938
15975
|
"aria-label": "Steps"
|
|
15939
15976
|
};
|
|
15940
|
-
function
|
|
15941
|
-
return T(), c("div",
|
|
15977
|
+
function iv(e, t, n, r, i, a) {
|
|
15978
|
+
return T(), c("div", rv, [k(e.$slots, "default", {}, void 0, !0)]);
|
|
15942
15979
|
}
|
|
15943
|
-
var
|
|
15980
|
+
var av = /* @__PURE__ */ V(nv, [["render", iv], ["__scopeId", "data-v-69c3c73d"]]), ov = {
|
|
15944
15981
|
name: "ecs-sequence-map-button",
|
|
15945
15982
|
emits: ["click"],
|
|
15946
15983
|
components: {
|
|
@@ -15969,8 +16006,8 @@ var nv = /* @__PURE__ */ V($_, [["render", tv], ["__scopeId", "data-v-69c3c73d"]
|
|
|
15969
16006
|
default: !1
|
|
15970
16007
|
}
|
|
15971
16008
|
}
|
|
15972
|
-
},
|
|
15973
|
-
function
|
|
16009
|
+
}, sv = ["aria-busy"], cv = { class: "count" };
|
|
16010
|
+
function lv(e, t, n, r, i, a) {
|
|
15974
16011
|
let u = A("ecs-icon"), p = A("ecs-focus-ring");
|
|
15975
16012
|
return T(), c("button", {
|
|
15976
16013
|
onClick: t[0] ||= (t) => e.$emit("click", t),
|
|
@@ -15982,7 +16019,7 @@ function ov(e, t, n, r, i, a) {
|
|
|
15982
16019
|
]]),
|
|
15983
16020
|
"aria-busy": n.loading || null
|
|
15984
16021
|
}, [
|
|
15985
|
-
l("span",
|
|
16022
|
+
l("span", cv, [d(N(n.step) + " ", 1), n.loading ? (T(), o(u, {
|
|
15986
16023
|
key: 0,
|
|
15987
16024
|
type: "loading",
|
|
15988
16025
|
class: "loading",
|
|
@@ -15991,9 +16028,9 @@ function ov(e, t, n, r, i, a) {
|
|
|
15991
16028
|
k(e.$slots, "default", {}, void 0, !0),
|
|
15992
16029
|
f(p, { inset: 4 }),
|
|
15993
16030
|
t[1] ||= l("div", { class: "step-indicator" }, null, -1)
|
|
15994
|
-
], 10,
|
|
16031
|
+
], 10, sv);
|
|
15995
16032
|
}
|
|
15996
|
-
var
|
|
16033
|
+
var uv = /* @__PURE__ */ V(ov, [["render", lv], ["__scopeId", "data-v-397f53f1"]]), dv = {
|
|
15997
16034
|
name: "ecs-tab-bar",
|
|
15998
16035
|
props: {
|
|
15999
16036
|
type: {
|
|
@@ -16031,30 +16068,30 @@ var sv = /* @__PURE__ */ V(rv, [["render", ov], ["__scopeId", "data-v-397f53f1"]
|
|
|
16031
16068
|
if (this.type === "standard" && this.direction === "column" || this.type === "sidebar") return "vertical";
|
|
16032
16069
|
}
|
|
16033
16070
|
}
|
|
16034
|
-
},
|
|
16035
|
-
function
|
|
16071
|
+
}, fv = ["aria-orientation", "data-orientation"];
|
|
16072
|
+
function pv(e, t, n, r, i, a) {
|
|
16036
16073
|
return T(), c("div", {
|
|
16037
16074
|
class: b(["ecs-tab-bar", [a.typeClass, a.directionClass]]),
|
|
16038
16075
|
role: "tablist",
|
|
16039
16076
|
"aria-orientation": a.tabOrientation,
|
|
16040
16077
|
"data-orientation": a.tabOrientation
|
|
16041
|
-
}, [k(e.$slots, "default", {}, void 0, !0)], 10,
|
|
16078
|
+
}, [k(e.$slots, "default", {}, void 0, !0)], 10, fv);
|
|
16042
16079
|
}
|
|
16043
|
-
var
|
|
16080
|
+
var mv = /* @__PURE__ */ V(dv, [["render", pv], ["__scopeId", "data-v-d3452fc7"]]), hv = {
|
|
16044
16081
|
name: "ecs-tabs",
|
|
16045
16082
|
props: { fill: {
|
|
16046
16083
|
type: Boolean,
|
|
16047
16084
|
default: !1
|
|
16048
16085
|
} }
|
|
16049
16086
|
};
|
|
16050
|
-
function
|
|
16087
|
+
function gv(e, t, n, r, i, a) {
|
|
16051
16088
|
return T(), c("div", { class: b(["ecs-tab-content", [n.fill ? "ecs-tab-content-fill" : ""]]) }, [k(e.$slots, "default", {}, void 0, !0)], 2);
|
|
16052
16089
|
}
|
|
16053
|
-
var
|
|
16090
|
+
var _v = /* @__PURE__ */ V(hv, [["render", gv], ["__scopeId", "data-v-0fe19168"]]), vv = {
|
|
16054
16091
|
name: "ecs-sidebar",
|
|
16055
16092
|
components: {
|
|
16056
|
-
EcsTabBar:
|
|
16057
|
-
EcsTabs:
|
|
16093
|
+
EcsTabBar: mv,
|
|
16094
|
+
EcsTabs: _v
|
|
16058
16095
|
},
|
|
16059
16096
|
props: {
|
|
16060
16097
|
expanded: {
|
|
@@ -16088,13 +16125,13 @@ var mv = /* @__PURE__ */ V(fv, [["render", pv], ["__scopeId", "data-v-0fe19168"]
|
|
|
16088
16125
|
return this.expanded ? "height: calc(100% - 10px)" : "height:" + (2 + 36 * this.tabCount) + "px";
|
|
16089
16126
|
}
|
|
16090
16127
|
}
|
|
16091
|
-
},
|
|
16092
|
-
function
|
|
16128
|
+
}, yv = { class: "ecs-sidebar-tabs" };
|
|
16129
|
+
function bv(e, t, n, r, i, a) {
|
|
16093
16130
|
let o = A("ecs-tab-bar"), s = A("ecs-tabs");
|
|
16094
16131
|
return T(), c("aside", {
|
|
16095
16132
|
class: b(["ecs-sidebar", [a.sizeClass, a.expandClass]]),
|
|
16096
16133
|
style: S(a.height)
|
|
16097
|
-
}, [l("div",
|
|
16134
|
+
}, [l("div", yv, [f(o, { type: "sidebar" }, {
|
|
16098
16135
|
default: I(() => [k(e.$slots, "tab-buttons", {}, void 0, !0)]),
|
|
16099
16136
|
_: 3
|
|
16100
16137
|
})]), f(s, null, {
|
|
@@ -16102,7 +16139,7 @@ function _v(e, t, n, r, i, a) {
|
|
|
16102
16139
|
_: 3
|
|
16103
16140
|
})], 6);
|
|
16104
16141
|
}
|
|
16105
|
-
var
|
|
16142
|
+
var xv = /* @__PURE__ */ V(vv, [["render", bv], ["__scopeId", "data-v-55f62417"]]), Sv = {
|
|
16106
16143
|
name: "ecs-sidebar-content",
|
|
16107
16144
|
props: {
|
|
16108
16145
|
indent: {
|
|
@@ -16115,17 +16152,17 @@ var vv = /* @__PURE__ */ V(hv, [["render", _v], ["__scopeId", "data-v-55f62417"]
|
|
|
16115
16152
|
}
|
|
16116
16153
|
}
|
|
16117
16154
|
};
|
|
16118
|
-
function
|
|
16155
|
+
function Cv(e, t, n, r, i, a) {
|
|
16119
16156
|
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);
|
|
16120
16157
|
}
|
|
16121
|
-
var
|
|
16158
|
+
var wv = /* @__PURE__ */ V(Sv, [["render", Cv], ["__scopeId", "data-v-197087d5"]]), Tv = {
|
|
16122
16159
|
name: "ecs-sidebar-footer",
|
|
16123
16160
|
props: { condensed: {
|
|
16124
16161
|
type: Boolean,
|
|
16125
16162
|
default: !1
|
|
16126
16163
|
} }
|
|
16127
16164
|
};
|
|
16128
|
-
function
|
|
16165
|
+
function Ev(e, t, n, r, i, a) {
|
|
16129
16166
|
return T(), c("footer", { class: b(["ecs-sidebar-footer", [e.$slots.extension ? "has-extension" : ""]]) }, [
|
|
16130
16167
|
k(e.$slots, "alert", {}, void 0, !0),
|
|
16131
16168
|
e.$slots.extension ? (T(), c("div", {
|
|
@@ -16135,7 +16172,7 @@ function Cv(e, t, n, r, i, a) {
|
|
|
16135
16172
|
l("div", { class: b(["ecs-sidebar-footer-inner", [n.condensed ? "ecs-sidebar-footer-inner-condensed" : ""]]) }, [k(e.$slots, "default", {}, void 0, !0)], 2)
|
|
16136
16173
|
], 2);
|
|
16137
16174
|
}
|
|
16138
|
-
var
|
|
16175
|
+
var Dv = /* @__PURE__ */ V(Tv, [["render", Ev], ["__scopeId", "data-v-0c35a678"]]), Ov = {
|
|
16139
16176
|
name: "ecs-sidebar-header",
|
|
16140
16177
|
props: {
|
|
16141
16178
|
subHeaderExpanded: {
|
|
@@ -16151,40 +16188,40 @@ var wv = /* @__PURE__ */ V(Sv, [["render", Cv], ["__scopeId", "data-v-0c35a678"]
|
|
|
16151
16188
|
default: !1
|
|
16152
16189
|
}
|
|
16153
16190
|
}
|
|
16154
|
-
},
|
|
16191
|
+
}, kv = { class: "ecs-sidebar-header" }, Av = {
|
|
16155
16192
|
key: 0,
|
|
16156
16193
|
class: "ecs-sidebar-header-row"
|
|
16157
|
-
},
|
|
16194
|
+
}, jv = { class: "ecs-sidebar-header-title" }, Mv = {
|
|
16158
16195
|
key: 0,
|
|
16159
16196
|
class: "ecs-sidebar-header-controls"
|
|
16160
|
-
},
|
|
16197
|
+
}, Nv = {
|
|
16161
16198
|
key: 0,
|
|
16162
16199
|
class: "ecs-sidebar-header-row sub-header"
|
|
16163
|
-
},
|
|
16200
|
+
}, Pv = {
|
|
16164
16201
|
key: 0,
|
|
16165
16202
|
class: "ecs-sidebar-header-row sub-header"
|
|
16166
16203
|
};
|
|
16167
|
-
function
|
|
16168
|
-
return T(), c("header",
|
|
16169
|
-
n.hidePrimaryHeader ? s("", !0) : (T(), c("div",
|
|
16204
|
+
function Fv(e, t, n, i, a, o) {
|
|
16205
|
+
return T(), c("header", kv, [
|
|
16206
|
+
n.hidePrimaryHeader ? s("", !0) : (T(), c("div", Av, [l("div", jv, [k(e.$slots, "default", {}, void 0, !0)]), e.$slots["primary-controls"] ? (T(), c("div", Mv, [k(e.$slots, "primary-controls", {}, void 0, !0)])) : s("", !0)])),
|
|
16170
16207
|
f(r, { name: "expansion" }, {
|
|
16171
|
-
default: I(() => [n.subHeaderExpanded && e.$slots.subheader ? (T(), c("div",
|
|
16208
|
+
default: I(() => [n.subHeaderExpanded && e.$slots.subheader ? (T(), c("div", Nv, [k(e.$slots, "subheader", {}, void 0, !0)])) : s("", !0)]),
|
|
16172
16209
|
_: 3
|
|
16173
16210
|
}),
|
|
16174
16211
|
f(r, { name: "expansion" }, {
|
|
16175
|
-
default: I(() => [n.tertiaryHeaderExpanded && e.$slots.tertiaryheader ? (T(), c("div",
|
|
16212
|
+
default: I(() => [n.tertiaryHeaderExpanded && e.$slots.tertiaryheader ? (T(), c("div", Pv, [k(e.$slots, "tertiaryheader", {}, void 0, !0)])) : s("", !0)]),
|
|
16176
16213
|
_: 3
|
|
16177
16214
|
})
|
|
16178
16215
|
]);
|
|
16179
16216
|
}
|
|
16180
|
-
var
|
|
16217
|
+
var Iv = /* @__PURE__ */ V(Ov, [["render", Fv], ["__scopeId", "data-v-54e7aa5c"]]), Lv = { name: "ecs-sidebar-list" }, Rv = {
|
|
16181
16218
|
class: "ecs-sidebar-list",
|
|
16182
16219
|
role: "list"
|
|
16183
16220
|
};
|
|
16184
|
-
function
|
|
16185
|
-
return T(), c("div",
|
|
16221
|
+
function zv(e, t, n, r, i, a) {
|
|
16222
|
+
return T(), c("div", Rv, [k(e.$slots, "default", {}, void 0, !0)]);
|
|
16186
16223
|
}
|
|
16187
|
-
var
|
|
16224
|
+
var Bv = /* @__PURE__ */ V(Lv, [["render", zv], ["__scopeId", "data-v-81bc3c0a"]]), Vv = {
|
|
16188
16225
|
name: "ecs-sidebar-list-item",
|
|
16189
16226
|
emits: ["click", "select"],
|
|
16190
16227
|
components: {
|
|
@@ -16284,16 +16321,16 @@ var Lv = /* @__PURE__ */ V(Pv, [["render", Iv], ["__scopeId", "data-v-81bc3c0a"]
|
|
|
16284
16321
|
});
|
|
16285
16322
|
}
|
|
16286
16323
|
}
|
|
16287
|
-
},
|
|
16324
|
+
}, Hv = {
|
|
16288
16325
|
class: "ecs-sidebar-list-item",
|
|
16289
16326
|
role: "listitem"
|
|
16290
|
-
},
|
|
16327
|
+
}, Uv = ["tabindex"], Wv = { class: "ecs-sidebar-list-item-content" }, Gv = { class: "ecs-sidebar-list-item-label" }, Kv = { class: "ecs-sidebar-list-item-label-text" }, qv = { class: "ecs-sidebar-list-item-subline" }, Jv = {
|
|
16291
16328
|
key: 0,
|
|
16292
16329
|
class: "ecs-sidebar-list-item-subline secondary"
|
|
16293
16330
|
};
|
|
16294
|
-
function
|
|
16331
|
+
function Yv(t, n, r, i, a, u) {
|
|
16295
16332
|
let p = A("ecs-checkbox"), m = A("ecs-skeleton-loader"), h = A("ecs-avatar"), g = A("ecs-icon"), _ = A("ecs-flex-row");
|
|
16296
|
-
return T(), c("div",
|
|
16333
|
+
return T(), c("div", Hv, [l("div", {
|
|
16297
16334
|
onClick: n[1] ||= (...e) => u.handleClick && u.handleClick(...e),
|
|
16298
16335
|
onKeydown: [n[2] ||= L((...e) => u.handleClick && u.handleClick(...e), ["enter"]), n[3] ||= L(R((...e) => u.handleClick && u.handleClick(...e), ["prevent"]), ["space"])],
|
|
16299
16336
|
class: b(["ecs-sidebar-list-item-state", {
|
|
@@ -16350,12 +16387,12 @@ function Kv(t, n, r, i, a, u) {
|
|
|
16350
16387
|
size: "30",
|
|
16351
16388
|
color: r.iconColor
|
|
16352
16389
|
}, null, 8, ["type", "color"])) : s("", !0),
|
|
16353
|
-
l("div",
|
|
16390
|
+
l("div", Wv, [l("span", Gv, [r.loading ? (T(), o(m, {
|
|
16354
16391
|
key: 0,
|
|
16355
16392
|
type: "single",
|
|
16356
16393
|
"line-height": 4,
|
|
16357
16394
|
width: "random"
|
|
16358
|
-
})) : (T(), c(e, { key: 1 }, [l("span",
|
|
16395
|
+
})) : (T(), c(e, { key: 1 }, [l("span", Kv, [k(t.$slots, "default", {}, void 0, !0)]), r.ai ? (T(), o(g, {
|
|
16359
16396
|
key: 0,
|
|
16360
16397
|
type: "ecai-icon",
|
|
16361
16398
|
size: "16",
|
|
@@ -16366,12 +16403,12 @@ function Kv(t, n, r, i, a, u) {
|
|
|
16366
16403
|
gap: 8,
|
|
16367
16404
|
justify: "between"
|
|
16368
16405
|
}, {
|
|
16369
|
-
default: I(() => [l("span",
|
|
16406
|
+
default: I(() => [l("span", qv, [r.loading ? (T(), o(m, {
|
|
16370
16407
|
key: 0,
|
|
16371
16408
|
type: "single",
|
|
16372
16409
|
"line-height": 2,
|
|
16373
16410
|
width: "random"
|
|
16374
|
-
})) : r.subline ? (T(), c(e, { key: 1 }, [d(N(r.subline), 1)], 64)) : s("", !0)]), r.sublineSecondary || r.loading ? (T(), c("span",
|
|
16411
|
+
})) : r.subline ? (T(), c(e, { key: 1 }, [d(N(r.subline), 1)], 64)) : s("", !0)]), r.sublineSecondary || r.loading ? (T(), c("span", Jv, [l("span", { class: b({ "on-hover": r.sublineSecondaryHover }) }, [r.loading ? (T(), o(m, {
|
|
16375
16412
|
key: 0,
|
|
16376
16413
|
type: "single",
|
|
16377
16414
|
"line-height": 2,
|
|
@@ -16381,9 +16418,9 @@ function Kv(t, n, r, i, a, u) {
|
|
|
16381
16418
|
_: 1
|
|
16382
16419
|
})) : s("", !0)]),
|
|
16383
16420
|
r.loading ? s("", !0) : k(t.$slots, "meta", { key: 4 }, void 0, !0)
|
|
16384
|
-
], 42,
|
|
16421
|
+
], 42, Uv)]);
|
|
16385
16422
|
}
|
|
16386
|
-
var
|
|
16423
|
+
var Xv = /* @__PURE__ */ V(Vv, [["render", Yv], ["__scopeId", "data-v-66eb2ab6"]]), Zv = {
|
|
16387
16424
|
name: "ecs-structured-content",
|
|
16388
16425
|
components: {
|
|
16389
16426
|
EcsClickableArea: vr,
|
|
@@ -16453,14 +16490,14 @@ var qv = /* @__PURE__ */ V(Rv, [["render", Kv], ["__scopeId", "data-v-66eb2ab6"]
|
|
|
16453
16490
|
this.internalCollapse = !this.internalCollapse, this.$emit("toggleCollapse", this.internalCollapse);
|
|
16454
16491
|
}
|
|
16455
16492
|
}
|
|
16456
|
-
},
|
|
16493
|
+
}, Qv = {
|
|
16457
16494
|
key: 1,
|
|
16458
16495
|
class: "ecs-structured-content-left"
|
|
16459
|
-
},
|
|
16496
|
+
}, $v = {
|
|
16460
16497
|
key: 2,
|
|
16461
16498
|
class: "ecs-structured-content-right"
|
|
16462
|
-
},
|
|
16463
|
-
function
|
|
16499
|
+
}, ey = { class: "ecs-structured-content-collapse-inner" }, ty = { class: "ecs-structured-content-collapse-content" };
|
|
16500
|
+
function ny(e, t, n, r, i, a) {
|
|
16464
16501
|
let u = A("ecs-skeleton-loader");
|
|
16465
16502
|
return T(), c("div", { class: b(["ecs-structured-content", [
|
|
16466
16503
|
{ clickable: n.clickable },
|
|
@@ -16483,7 +16520,7 @@ function $v(e, t, n, r, i, a) {
|
|
|
16483
16520
|
key: 0,
|
|
16484
16521
|
type: "single",
|
|
16485
16522
|
width: "random"
|
|
16486
|
-
})) : (T(), c("div",
|
|
16523
|
+
})) : (T(), c("div", Qv, [k(e.$slots, "default", {}, void 0, !0)])), e.$slots.extend && !n.loading ? (T(), c("div", $v, [k(e.$slots, "extend", {}, void 0, !0)])) : s("", !0)]),
|
|
16487
16524
|
_: 3
|
|
16488
16525
|
}, 8, [
|
|
16489
16526
|
"onClick",
|
|
@@ -16498,12 +16535,12 @@ function $v(e, t, n, r, i, a) {
|
|
|
16498
16535
|
collapsed: i.internalCollapse,
|
|
16499
16536
|
expanded: i.internalCollapse === !1
|
|
16500
16537
|
}])
|
|
16501
|
-
}, [l("div",
|
|
16538
|
+
}, [l("div", ey, [l("div", ty, [n.loading ? (T(), o(u, {
|
|
16502
16539
|
key: 0,
|
|
16503
16540
|
type: "multi"
|
|
16504
16541
|
})) : k(e.$slots, "collapse", { key: 1 }, void 0, !0)])])], 2))], 2);
|
|
16505
16542
|
}
|
|
16506
|
-
var
|
|
16543
|
+
var ry = /* @__PURE__ */ V(Zv, [["render", ny], ["__scopeId", "data-v-823ad344"]]), iy = {
|
|
16507
16544
|
name: "ecs-swatches-picker",
|
|
16508
16545
|
emits: ["update:modelValue"],
|
|
16509
16546
|
props: {
|
|
@@ -16551,14 +16588,14 @@ var ey = /* @__PURE__ */ V(Jv, [["render", $v], ["__scopeId", "data-v-823ad344"]
|
|
|
16551
16588
|
this.selectedTitle = this.swatches[this.swatches.findIndex((e) => e.hex === this.selectedColor)].title;
|
|
16552
16589
|
}
|
|
16553
16590
|
}
|
|
16554
|
-
},
|
|
16591
|
+
}, ay = [
|
|
16555
16592
|
"onClick",
|
|
16556
16593
|
"onKeydown",
|
|
16557
16594
|
"title",
|
|
16558
16595
|
"aria-label",
|
|
16559
16596
|
"aria-checked"
|
|
16560
16597
|
];
|
|
16561
|
-
function
|
|
16598
|
+
function oy(t, n, r, i, a, o) {
|
|
16562
16599
|
return T(), c("div", {
|
|
16563
16600
|
class: b(["ecs-swatches", o.sizeClass]),
|
|
16564
16601
|
role: "radiogroup"
|
|
@@ -16576,9 +16613,9 @@ function ry(t, n, r, i, a, o) {
|
|
|
16576
16613
|
backgroundColor: e.hex,
|
|
16577
16614
|
color: e.hex
|
|
16578
16615
|
})
|
|
16579
|
-
}, null, 46,
|
|
16616
|
+
}, null, 46, ay))), 128))], 2);
|
|
16580
16617
|
}
|
|
16581
|
-
var
|
|
16618
|
+
var sy = /* @__PURE__ */ V(iy, [["render", oy], ["__scopeId", "data-v-9c0b74cb"]]), cy = {
|
|
16582
16619
|
name: "ecs-tab",
|
|
16583
16620
|
props: {
|
|
16584
16621
|
show: {
|
|
@@ -16607,8 +16644,8 @@ var iy = /* @__PURE__ */ V(ty, [["render", ry], ["__scopeId", "data-v-9c0b74cb"]
|
|
|
16607
16644
|
mounted() {
|
|
16608
16645
|
!this.ariaLabeledBy || this.ariaLabeledBy.trim();
|
|
16609
16646
|
}
|
|
16610
|
-
},
|
|
16611
|
-
function
|
|
16647
|
+
}, ly = ["aria-labelledby"];
|
|
16648
|
+
function uy(e, t, n, r, i, a) {
|
|
16612
16649
|
return T(), c("div", {
|
|
16613
16650
|
class: b(["ecs-tab-pane", [
|
|
16614
16651
|
n.show ? "show" : "",
|
|
@@ -16617,9 +16654,9 @@ function sy(e, t, n, r, i, a) {
|
|
|
16617
16654
|
]]),
|
|
16618
16655
|
role: "tabpanel",
|
|
16619
16656
|
"aria-labelledby": n.ariaLabeledBy
|
|
16620
|
-
}, [k(e.$slots, "default", {}, void 0, !0)], 10,
|
|
16657
|
+
}, [k(e.$slots, "default", {}, void 0, !0)], 10, ly);
|
|
16621
16658
|
}
|
|
16622
|
-
var
|
|
16659
|
+
var dy = /* @__PURE__ */ V(cy, [["render", uy], ["__scopeId", "data-v-2c119fff"]]), fy = {
|
|
16623
16660
|
name: "ecs-tab-button",
|
|
16624
16661
|
emits: ["click", "tabNavigation"],
|
|
16625
16662
|
components: {
|
|
@@ -16702,16 +16739,16 @@ var cy = /* @__PURE__ */ V(ay, [["render", sy], ["__scopeId", "data-v-2c119fff"]
|
|
|
16702
16739
|
});
|
|
16703
16740
|
}
|
|
16704
16741
|
}
|
|
16705
|
-
},
|
|
16742
|
+
}, py = [
|
|
16706
16743
|
"disabled",
|
|
16707
16744
|
"aria-selected",
|
|
16708
16745
|
"aria-controls",
|
|
16709
16746
|
"aria-label"
|
|
16710
|
-
],
|
|
16747
|
+
], my = {
|
|
16711
16748
|
key: 2,
|
|
16712
16749
|
class: "shortcut"
|
|
16713
16750
|
};
|
|
16714
|
-
function
|
|
16751
|
+
function hy(e, t, n, r, i, a) {
|
|
16715
16752
|
let u = A("ecs-icon"), d = A("ecs-sticker"), p = A("ecs-focus-ring");
|
|
16716
16753
|
return T(), c("button", {
|
|
16717
16754
|
class: b(["ecs-tab-button", [
|
|
@@ -16739,12 +16776,12 @@ function fy(e, t, n, r, i, a) {
|
|
|
16739
16776
|
type: n.sticker
|
|
16740
16777
|
}, null, 8, ["type"])) : s("", !0),
|
|
16741
16778
|
k(e.$slots, "default", {}, void 0, !0),
|
|
16742
|
-
n.shortcut ? (T(), c("span",
|
|
16779
|
+
n.shortcut ? (T(), c("span", my, N(n.shortcut), 1)) : s("", !0),
|
|
16743
16780
|
f(p, { inset: 0 }),
|
|
16744
16781
|
t[2] ||= l("span", { class: "hover" }, null, -1)
|
|
16745
|
-
], 42,
|
|
16782
|
+
], 42, py);
|
|
16746
16783
|
}
|
|
16747
|
-
var
|
|
16784
|
+
var gy = /* @__PURE__ */ V(fy, [["render", hy], ["__scopeId", "data-v-e723f4d5"]]), _y = {
|
|
16748
16785
|
name: "ecs-tag",
|
|
16749
16786
|
emits: ["click"],
|
|
16750
16787
|
components: {
|
|
@@ -16827,11 +16864,11 @@ var py = /* @__PURE__ */ V(ly, [["render", fy], ["__scopeId", "data-v-e723f4d5"]
|
|
|
16827
16864
|
methods: { handleClick(e) {
|
|
16828
16865
|
this.$emit("click", e);
|
|
16829
16866
|
} }
|
|
16830
|
-
},
|
|
16867
|
+
}, vy = ["title"], yy = {
|
|
16831
16868
|
key: 1,
|
|
16832
16869
|
class: "count"
|
|
16833
16870
|
};
|
|
16834
|
-
function
|
|
16871
|
+
function by(e, t, n, r, i, a) {
|
|
16835
16872
|
let l = A("ecs-skeleton-loader"), u = A("ecs-focus-ring");
|
|
16836
16873
|
return T(), o(M(n.hover ? "button" : "span"), {
|
|
16837
16874
|
class: b(["ecs-tag", [
|
|
@@ -16850,9 +16887,9 @@ function _y(e, t, n, r, i, a) {
|
|
|
16850
16887
|
key: 0,
|
|
16851
16888
|
class: "path",
|
|
16852
16889
|
title: n.path
|
|
16853
|
-
}, "../", 8,
|
|
16890
|
+
}, "../", 8, vy)) : s("", !0),
|
|
16854
16891
|
k(e.$slots, "default", {}, void 0, !0),
|
|
16855
|
-
n.count ? (T(), c("span",
|
|
16892
|
+
n.count ? (T(), c("span", yy, N(n.count), 1)) : s("", !0),
|
|
16856
16893
|
n.loading ? (T(), o(l, {
|
|
16857
16894
|
key: 2,
|
|
16858
16895
|
type: "single",
|
|
@@ -16870,14 +16907,14 @@ function _y(e, t, n, r, i, a) {
|
|
|
16870
16907
|
"disabled"
|
|
16871
16908
|
]);
|
|
16872
16909
|
}
|
|
16873
|
-
var
|
|
16910
|
+
var xy = /* @__PURE__ */ V(_y, [["render", by], ["__scopeId", "data-v-569d32e3"]]), Sy = { name: "ecs-tag-cloud" }, Cy = {
|
|
16874
16911
|
class: "ecs-tag-cloud",
|
|
16875
16912
|
role: "list"
|
|
16876
16913
|
};
|
|
16877
|
-
function
|
|
16878
|
-
return T(), c("div",
|
|
16914
|
+
function wy(e, t, n, r, i, a) {
|
|
16915
|
+
return T(), c("div", Cy, [k(e.$slots, "default", {}, void 0, !0)]);
|
|
16879
16916
|
}
|
|
16880
|
-
var
|
|
16917
|
+
var Ty = /* @__PURE__ */ V(Sy, [["render", wy], ["__scopeId", "data-v-4334fe7e"]]), Ey = {
|
|
16881
16918
|
name: "ecs-toast",
|
|
16882
16919
|
emits: ["action"],
|
|
16883
16920
|
components: { EcsFocusRing: U },
|
|
@@ -16900,7 +16937,7 @@ var Sy = /* @__PURE__ */ V(yy, [["render", xy], ["__scopeId", "data-v-4334fe7e"]
|
|
|
16900
16937
|
return this.theme;
|
|
16901
16938
|
} }
|
|
16902
16939
|
};
|
|
16903
|
-
function
|
|
16940
|
+
function Dy(e, t, n, r, i, a) {
|
|
16904
16941
|
let o = A("ecs-focus-ring");
|
|
16905
16942
|
return T(), c("div", {
|
|
16906
16943
|
class: b(["ecs-toast", a.typeClass]),
|
|
@@ -16916,32 +16953,32 @@ function wy(e, t, n, r, i, a) {
|
|
|
16916
16953
|
radius: 6
|
|
16917
16954
|
})])) : s("", !0)], 2);
|
|
16918
16955
|
}
|
|
16919
|
-
var
|
|
16956
|
+
var Oy = /* @__PURE__ */ V(Ey, [["render", Dy], ["__scopeId", "data-v-61082fed"]]), ky = { name: "ecs-toasts" }, Ay = {
|
|
16920
16957
|
class: "ecs-toasts",
|
|
16921
16958
|
"aria-live": "polite"
|
|
16922
16959
|
};
|
|
16923
|
-
function
|
|
16924
|
-
return T(), c("div",
|
|
16960
|
+
function jy(e, t, n, r, a, o) {
|
|
16961
|
+
return T(), c("div", Ay, [f(i, { name: "transition-toast" }, {
|
|
16925
16962
|
default: I(() => [k(e.$slots, "default", {}, void 0, !0)]),
|
|
16926
16963
|
_: 3
|
|
16927
16964
|
})]);
|
|
16928
16965
|
}
|
|
16929
|
-
var
|
|
16966
|
+
var My = /* @__PURE__ */ V(ky, [["render", jy], ["__scopeId", "data-v-451fee48"]]), Ny = {
|
|
16930
16967
|
name: "ecs-toolbar",
|
|
16931
16968
|
props: { type: {
|
|
16932
16969
|
type: String,
|
|
16933
16970
|
validator: (e) => ["viewer", "index"].includes(e),
|
|
16934
16971
|
default: "index"
|
|
16935
16972
|
} }
|
|
16936
|
-
},
|
|
16973
|
+
}, Py = {
|
|
16937
16974
|
class: "ecs-toolbar",
|
|
16938
16975
|
role: "toolbar",
|
|
16939
16976
|
"aria-label": "Main"
|
|
16940
16977
|
};
|
|
16941
|
-
function
|
|
16942
|
-
return T(), c("div",
|
|
16978
|
+
function Fy(e, t, n, r, i, a) {
|
|
16979
|
+
return T(), c("div", Py, [k(e.$slots, "default", {}, void 0, !0)]);
|
|
16943
16980
|
}
|
|
16944
|
-
var
|
|
16981
|
+
var Iy = /* @__PURE__ */ V(Ny, [["render", Fy], ["__scopeId", "data-v-e0681f01"]]), Ly = {
|
|
16945
16982
|
name: "ecs-transcript-state",
|
|
16946
16983
|
emits: ["click"],
|
|
16947
16984
|
components: {
|
|
@@ -16967,17 +17004,17 @@ var Ny = /* @__PURE__ */ V(Ay, [["render", My], ["__scopeId", "data-v-e0681f01"]
|
|
|
16967
17004
|
default: !1
|
|
16968
17005
|
}
|
|
16969
17006
|
}
|
|
16970
|
-
},
|
|
17007
|
+
}, Ry = ["aria-busy"], zy = {
|
|
16971
17008
|
key: 0,
|
|
16972
17009
|
class: "healthy"
|
|
16973
|
-
},
|
|
17010
|
+
}, By = {
|
|
16974
17011
|
key: 1,
|
|
16975
17012
|
class: "corrupted"
|
|
16976
|
-
},
|
|
17013
|
+
}, Vy = {
|
|
16977
17014
|
key: 2,
|
|
16978
17015
|
class: "loading"
|
|
16979
17016
|
};
|
|
16980
|
-
function
|
|
17017
|
+
function Hy(t, n, r, i, a, u) {
|
|
16981
17018
|
let d = A("ecs-skeleton-loader"), p = A("ecs-icon");
|
|
16982
17019
|
return T(), c("div", {
|
|
16983
17020
|
onClick: n[0] ||= (e) => t.$emit("click", e),
|
|
@@ -16990,16 +17027,16 @@ function zy(t, n, r, i, a, u) {
|
|
|
16990
17027
|
height: 32
|
|
16991
17028
|
})) : (T(), c(e, { key: 1 }, [
|
|
16992
17029
|
n[1] ||= l("div", { class: "background" }, null, -1),
|
|
16993
|
-
r.state == "healthy" ? (T(), c("div",
|
|
16994
|
-
r.state == "corrupted" ? (T(), c("div",
|
|
16995
|
-
r.state == "loading" ? (T(), c("span",
|
|
17030
|
+
r.state == "healthy" ? (T(), c("div", zy)) : s("", !0),
|
|
17031
|
+
r.state == "corrupted" ? (T(), c("div", By)) : s("", !0),
|
|
17032
|
+
r.state == "loading" ? (T(), c("span", Vy, [f(p, {
|
|
16996
17033
|
type: "loading",
|
|
16997
17034
|
size: "18px",
|
|
16998
17035
|
color: "#202127"
|
|
16999
17036
|
})])) : s("", !0)
|
|
17000
|
-
], 64))], 10,
|
|
17037
|
+
], 64))], 10, Ry);
|
|
17001
17038
|
}
|
|
17002
|
-
var
|
|
17039
|
+
var Uy = /* @__PURE__ */ V(Ly, [["render", Hy], ["__scopeId", "data-v-8f3aef8d"]]), Wy = {
|
|
17003
17040
|
name: "ecs-tree-list",
|
|
17004
17041
|
props: {
|
|
17005
17042
|
id: { type: String },
|
|
@@ -17013,15 +17050,15 @@ var By = /* @__PURE__ */ V(Py, [["render", zy], ["__scopeId", "data-v-8f3aef8d"]
|
|
|
17013
17050
|
default: !1
|
|
17014
17051
|
}
|
|
17015
17052
|
}
|
|
17016
|
-
},
|
|
17017
|
-
function
|
|
17053
|
+
}, Gy = ["id", "role"];
|
|
17054
|
+
function Ky(e, t, n, r, i, a) {
|
|
17018
17055
|
return T(), c("div", {
|
|
17019
17056
|
class: b(["ecs-tree-view-list", { "ecs-tree-view-list-indent": n.indent }]),
|
|
17020
17057
|
id: n.id,
|
|
17021
17058
|
role: n.role
|
|
17022
|
-
}, [k(e.$slots, "default", {}, void 0, !0)], 10,
|
|
17059
|
+
}, [k(e.$slots, "default", {}, void 0, !0)], 10, Gy);
|
|
17023
17060
|
}
|
|
17024
|
-
var
|
|
17061
|
+
var qy = /* @__PURE__ */ V(Wy, [["render", Ky], ["__scopeId", "data-v-6af94f50"]]), Jy = {
|
|
17025
17062
|
name: "ecs-tree-list-item",
|
|
17026
17063
|
emits: ["click", "toggled"],
|
|
17027
17064
|
components: {
|
|
@@ -17171,17 +17208,17 @@ var Wy = /* @__PURE__ */ V(Vy, [["render", Uy], ["__scopeId", "data-v-6af94f50"]
|
|
|
17171
17208
|
created() {
|
|
17172
17209
|
this.expandId = this.generateUniqueId();
|
|
17173
17210
|
}
|
|
17174
|
-
},
|
|
17211
|
+
}, Yy = ["tabindex"], Xy = {
|
|
17175
17212
|
key: 1,
|
|
17176
17213
|
class: "icon-container"
|
|
17177
|
-
},
|
|
17214
|
+
}, Zy = {
|
|
17178
17215
|
key: 2,
|
|
17179
17216
|
class: "ecs-tree-view-entry-control"
|
|
17180
|
-
},
|
|
17217
|
+
}, Qy = ["disabled"], $y = {
|
|
17181
17218
|
key: 4,
|
|
17182
17219
|
class: "ecs-tree-view-entry-actions"
|
|
17183
|
-
},
|
|
17184
|
-
function
|
|
17220
|
+
}, eb = ["id", "aria-hidden"];
|
|
17221
|
+
function tb(e, t, n, r, i, a) {
|
|
17185
17222
|
let u = A("ecs-button-collapse"), d = A("ecs-icon"), p = A("ecs-sticker"), m = A("ecs-focus-ring");
|
|
17186
17223
|
return T(), c("div", null, [l("div", {
|
|
17187
17224
|
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"])],
|
|
@@ -17218,7 +17255,7 @@ function Qy(e, t, n, r, i, a) {
|
|
|
17218
17255
|
"aria-busy",
|
|
17219
17256
|
"onClick"
|
|
17220
17257
|
])) : s("", !0),
|
|
17221
|
-
n.icon ? (T(), c("div",
|
|
17258
|
+
n.icon ? (T(), c("div", Xy, [f(d, {
|
|
17222
17259
|
type: n.icon,
|
|
17223
17260
|
color: n.iconColor,
|
|
17224
17261
|
size: a.iconSize
|
|
@@ -17236,31 +17273,31 @@ function Qy(e, t, n, r, i, a) {
|
|
|
17236
17273
|
"color",
|
|
17237
17274
|
"style"
|
|
17238
17275
|
])) : s("", !0)])) : s("", !0),
|
|
17239
|
-
e.$slots.control ? (T(), c("div",
|
|
17276
|
+
e.$slots.control ? (T(), c("div", Zy, [k(e.$slots, "control", {}, void 0, !0)])) : s("", !0),
|
|
17240
17277
|
l("span", {
|
|
17241
17278
|
disabled: n.disabled,
|
|
17242
17279
|
onClick: t[0] ||= (t) => !n.disabled && e.$emit("click", t),
|
|
17243
17280
|
class: b(["title", [n.titleOverflow ? "overflow" : "", n.disabled ? "disabled" : ""]])
|
|
17244
|
-
}, [k(e.$slots, "default", {}, void 0, !0)], 10,
|
|
17281
|
+
}, [k(e.$slots, "default", {}, void 0, !0)], 10, Qy),
|
|
17245
17282
|
n.afterLabel ? (T(), c("span", {
|
|
17246
17283
|
key: 3,
|
|
17247
17284
|
onClick: t[1] ||= (t) => !n.disabled && e.$emit("click", t),
|
|
17248
17285
|
class: "after-label"
|
|
17249
17286
|
}, N(n.afterLabel), 1)) : s("", !0),
|
|
17250
|
-
e.$slots.actions ? (T(), c("div",
|
|
17287
|
+
e.$slots.actions ? (T(), c("div", $y, [k(e.$slots, "actions", {}, void 0, !0)])) : s("", !0),
|
|
17251
17288
|
a.isSelectable ? (T(), o(m, { key: 5 })) : s("", !0)
|
|
17252
|
-
], 42,
|
|
17289
|
+
], 42, Yy), e.$slots.collapse ? (T(), c("div", {
|
|
17253
17290
|
key: 0,
|
|
17254
17291
|
class: b([i.isVisible ? "collapse-show" : "collapse-hide", "collapsable"]),
|
|
17255
17292
|
id: i.expandId,
|
|
17256
17293
|
"aria-hidden": i.isVisible ? "false" : "true"
|
|
17257
|
-
}, [k(e.$slots, "collapse", {}, void 0, !0)], 10,
|
|
17294
|
+
}, [k(e.$slots, "collapse", {}, void 0, !0)], 10, eb)) : s("", !0)]);
|
|
17258
17295
|
}
|
|
17259
|
-
var
|
|
17260
|
-
function
|
|
17261
|
-
return T(), c("div",
|
|
17296
|
+
var nb = /* @__PURE__ */ V(Jy, [["render", tb], ["__scopeId", "data-v-81e7629c"]]), rb = { name: "ecs-tree-list-headline" }, ib = { class: "ecs-tree-view-headline" };
|
|
17297
|
+
function ab(e, t, n, r, i, a) {
|
|
17298
|
+
return T(), c("div", ib, [k(e.$slots, "default", {}, void 0, !0)]);
|
|
17262
17299
|
}
|
|
17263
|
-
var
|
|
17300
|
+
var ob = /* @__PURE__ */ V(rb, [["render", ab], ["__scopeId", "data-v-a5153e06"]]), sb = {
|
|
17264
17301
|
name: "EcsTypeConfirmation",
|
|
17265
17302
|
emits: ["update:modelValue", "bypassConfirm"],
|
|
17266
17303
|
components: {
|
|
@@ -17336,15 +17373,15 @@ var rb = /* @__PURE__ */ V(eb, [["render", nb], ["__scopeId", "data-v-a5153e06"]
|
|
|
17336
17373
|
mounted() {
|
|
17337
17374
|
this.uniqueId = "input-" + this.generateUniqueId(), this.bypassActive && this.alertType !== "none" && this.$emit("update:modelValue", !0);
|
|
17338
17375
|
}
|
|
17339
|
-
},
|
|
17340
|
-
function
|
|
17376
|
+
}, cb = ["for"], lb = { class: "ecs-type-confirmation-verb" }, ub = ["for"], db = { class: "ecs-type-confirmation-verb" };
|
|
17377
|
+
function fb(e, t, n, r, i, a) {
|
|
17341
17378
|
let c = A("ecs-input"), u = A("ecs-form-group"), p = A("ecs-checkbox"), m = A("ecs-alert");
|
|
17342
17379
|
return n.alertType == "none" ? (T(), o(u, {
|
|
17343
17380
|
key: 1,
|
|
17344
17381
|
class: "ecs-type-confirmation-input"
|
|
17345
17382
|
}, {
|
|
17346
17383
|
default: I(() => [
|
|
17347
|
-
l("label", { for: i.uniqueId }, N(a.text), 9,
|
|
17384
|
+
l("label", { for: i.uniqueId }, N(a.text), 9, ub),
|
|
17348
17385
|
f(c, {
|
|
17349
17386
|
modelValue: i.inputValue,
|
|
17350
17387
|
"onUpdate:modelValue": t[2] ||= (e) => i.inputValue = e,
|
|
@@ -17358,7 +17395,7 @@ function lb(e, t, n, r, i, a) {
|
|
|
17358
17395
|
"error",
|
|
17359
17396
|
"id"
|
|
17360
17397
|
]),
|
|
17361
|
-
l("span",
|
|
17398
|
+
l("span", db, N(a.upperCaseVerb), 1)
|
|
17362
17399
|
]),
|
|
17363
17400
|
_: 1
|
|
17364
17401
|
})) : (T(), o(m, {
|
|
@@ -17373,7 +17410,7 @@ function lb(e, t, n, r, i, a) {
|
|
|
17373
17410
|
class: "ecs-type-confirmation-input"
|
|
17374
17411
|
}, {
|
|
17375
17412
|
default: I(() => [
|
|
17376
|
-
l("label", { for: i.uniqueId }, N(a.text), 9,
|
|
17413
|
+
l("label", { for: i.uniqueId }, N(a.text), 9, cb),
|
|
17377
17414
|
f(c, {
|
|
17378
17415
|
modelValue: i.inputValue,
|
|
17379
17416
|
"onUpdate:modelValue": t[0] ||= (e) => i.inputValue = e,
|
|
@@ -17387,7 +17424,7 @@ function lb(e, t, n, r, i, a) {
|
|
|
17387
17424
|
"error",
|
|
17388
17425
|
"id"
|
|
17389
17426
|
]),
|
|
17390
|
-
l("span",
|
|
17427
|
+
l("span", lb, N(a.upperCaseVerb), 1)
|
|
17391
17428
|
]),
|
|
17392
17429
|
_: 1
|
|
17393
17430
|
})),
|
|
@@ -17404,7 +17441,7 @@ function lb(e, t, n, r, i, a) {
|
|
|
17404
17441
|
_: 3
|
|
17405
17442
|
}, 8, ["headline", "type"]));
|
|
17406
17443
|
}
|
|
17407
|
-
var
|
|
17444
|
+
var pb = /* @__PURE__ */ V(sb, [["render", fb], ["__scopeId", "data-v-1e0fa905"]]), mb = {
|
|
17408
17445
|
name: "ecs-video",
|
|
17409
17446
|
props: {
|
|
17410
17447
|
posterImage: {
|
|
@@ -17428,14 +17465,14 @@ var ub = /* @__PURE__ */ V(ib, [["render", lb], ["__scopeId", "data-v-1e0fa905"]
|
|
|
17428
17465
|
default: null
|
|
17429
17466
|
}
|
|
17430
17467
|
}
|
|
17431
|
-
},
|
|
17468
|
+
}, hb = [
|
|
17432
17469
|
"poster",
|
|
17433
17470
|
"autoplay",
|
|
17434
17471
|
"loop",
|
|
17435
17472
|
"controls",
|
|
17436
17473
|
"src"
|
|
17437
17474
|
];
|
|
17438
|
-
function
|
|
17475
|
+
function gb(e, t, n, r, i, a) {
|
|
17439
17476
|
return T(), c("video", {
|
|
17440
17477
|
poster: n.posterImage,
|
|
17441
17478
|
autoplay: n.autoplay,
|
|
@@ -17443,9 +17480,9 @@ function pb(e, t, n, r, i, a) {
|
|
|
17443
17480
|
controls: n.controls,
|
|
17444
17481
|
class: "ecs-video",
|
|
17445
17482
|
src: n.mp4Source
|
|
17446
|
-
}, null, 8,
|
|
17483
|
+
}, null, 8, hb);
|
|
17447
17484
|
}
|
|
17448
|
-
var
|
|
17485
|
+
var _b = /* @__PURE__ */ V(mb, [["render", gb], ["__scopeId", "data-v-ce84fcb3"]]), vb = {
|
|
17449
17486
|
name: "ecs-window",
|
|
17450
17487
|
components: {
|
|
17451
17488
|
EcsButton: Y,
|
|
@@ -17616,11 +17653,11 @@ var mb = /* @__PURE__ */ V(db, [["render", pb], ["__scopeId", "data-v-ce84fcb3"]
|
|
|
17616
17653
|
this.isFocused = !1, this.$emit("blur");
|
|
17617
17654
|
}
|
|
17618
17655
|
}
|
|
17619
|
-
},
|
|
17656
|
+
}, yb = { class: "ecs-window-content scrollbar scrollbar-sml" }, bb = {
|
|
17620
17657
|
key: 1,
|
|
17621
17658
|
class: "ecs-window-footer"
|
|
17622
17659
|
};
|
|
17623
|
-
function
|
|
17660
|
+
function xb(t, n, r, i, a, o) {
|
|
17624
17661
|
let u = A("ecs-text-v2"), p = A("ecs-button");
|
|
17625
17662
|
return r.show ? (T(), c("div", {
|
|
17626
17663
|
key: 0,
|
|
@@ -17657,8 +17694,8 @@ function vb(t, n, r, i, a, o) {
|
|
|
17657
17694
|
"aria-label": "Close window",
|
|
17658
17695
|
title: "Close"
|
|
17659
17696
|
})], 32)) : s("", !0),
|
|
17660
|
-
l("div",
|
|
17661
|
-
t.$slots.footer ? (T(), c("div",
|
|
17697
|
+
l("div", yb, [k(t.$slots, "default", {}, void 0, !0)]),
|
|
17698
|
+
t.$slots.footer ? (T(), c("div", bb, [k(t.$slots, "footer", {}, void 0, !0)])) : s("", !0),
|
|
17662
17699
|
r.resizable ? (T(), c(e, { key: 2 }, [
|
|
17663
17700
|
l("div", {
|
|
17664
17701
|
onMousedown: n[2] ||= (e) => o.startResize("right"),
|
|
@@ -17677,6 +17714,6 @@ function vb(t, n, r, i, a, o) {
|
|
|
17677
17714
|
], 64)) : s("", !0)
|
|
17678
17715
|
], 38)) : s("", !0);
|
|
17679
17716
|
}
|
|
17680
|
-
var
|
|
17717
|
+
var Sb = /* @__PURE__ */ V(vb, [["render", xb], ["__scopeId", "data-v-1c653eb3"]]);
|
|
17681
17718
|
//#endregion
|
|
17682
|
-
export { Ae as EcsActionToolbar, we as EcsAlert, Ie as EcsAudio, Ke as EcsAvatar, Ye as EcsBanner, Qe as EcsBreadcrumb, nt as EcsBreadcrumbButton, ot as EcsBreadcrumbTitle, Ni as EcsBulkSelector, Y as EcsButton, Vi as EcsButtonCollapse, ka as EcsButtonContext, Na as EcsButtonContextGroup, La as EcsButtonDialog, Li as EcsButtonGroup, Va as EcsButtonMore, Ka as EcsButtonTable, Ei as EcsButtonToolbar, Xa as EcsButtonToolbarGroup, no as EcsCard, uo as EcsChatConversation, Co as EcsChatMessage, Er as EcsCheckbox, oo as EcsCitationLine, vr as EcsClickableArea, zo as EcsCollapse, qo as EcsCollectionControl, vc as EcsColorPicker, xc as EcsColorPickerInput, ls as EcsComment, ps as EcsCommentList, Ao as EcsContextMenu, jc as EcsDataCard, Fc as EcsDataCardList, qc as EcsDataCardRow, $c as EcsDataGrid, Kl as EcsDataGridCell, zl as EcsDataGridGroup, Fl as EcsDataGridHeadCell, rl as EcsDataGridRow, cl as EcsDataGridRowGroup, Xl as EcsDataList, ru as EcsDataListItem, su as EcsDialog, pu as EcsDialogHeader, bu as EcsDirectoryEntry, ku as EcsDocumentState, Lu as EcsDonutChart, rd as EcsDropzone, od as EcsEcaiWrapper, Uu as EcsEmptyState, pd as EcsEntryLink, wd as EcsExcerptSnippet, sf as EcsExhibitStickerEditor, mu as EcsFavicon, Wr as EcsFileIcon, ff as EcsFileList, kf as EcsFileListItem, cf as EcsFillIcon, jf as EcsFlag, Pf as EcsFlexCol, G as EcsFlexRow, U as EcsFocusRing, Zf as EcsFolderSelector, hr as EcsFormCheck, ep as EcsFormGroup, op as EcsFormHeadline,
|
|
17719
|
+
export { Ae as EcsActionToolbar, we as EcsAlert, Ie as EcsAudio, Ke as EcsAvatar, Ye as EcsBanner, Qe as EcsBreadcrumb, nt as EcsBreadcrumbButton, ot as EcsBreadcrumbTitle, Ni as EcsBulkSelector, Y as EcsButton, Vi as EcsButtonCollapse, ka as EcsButtonContext, Na as EcsButtonContextGroup, La as EcsButtonDialog, Li as EcsButtonGroup, Va as EcsButtonMore, Ka as EcsButtonTable, Ei as EcsButtonToolbar, Xa as EcsButtonToolbarGroup, no as EcsCard, uo as EcsChatConversation, Co as EcsChatMessage, Er as EcsCheckbox, oo as EcsCitationLine, vr as EcsClickableArea, zo as EcsCollapse, qo as EcsCollectionControl, vc as EcsColorPicker, xc as EcsColorPickerInput, ls as EcsComment, ps as EcsCommentList, Ao as EcsContextMenu, jc as EcsDataCard, Fc as EcsDataCardList, qc as EcsDataCardRow, $c as EcsDataGrid, Kl as EcsDataGridCell, zl as EcsDataGridGroup, Fl as EcsDataGridHeadCell, rl as EcsDataGridRow, cl as EcsDataGridRowGroup, Xl as EcsDataList, ru as EcsDataListItem, su as EcsDialog, pu as EcsDialogHeader, bu as EcsDirectoryEntry, ku as EcsDocumentState, Lu as EcsDonutChart, rd as EcsDropzone, od as EcsEcaiWrapper, Uu as EcsEmptyState, pd as EcsEntryLink, wd as EcsExcerptSnippet, sf as EcsExhibitStickerEditor, mu as EcsFavicon, Wr as EcsFileIcon, ff as EcsFileList, kf as EcsFileListItem, cf as EcsFillIcon, jf as EcsFlag, Pf as EcsFlexCol, G as EcsFlexRow, U as EcsFocusRing, Zf as EcsFolderSelector, hr as EcsFormCheck, ep as EcsFormGroup, op as EcsFormHeadline, mp as EcsFormSet, Zo as EcsFormatted, _p as EcsHighlight, H as EcsIcon, bp as EcsIllustration, Ip as EcsIndexListItem, kp as EcsIndexToolbar, zp as EcsInfoTooltip, om as EcsInplace, kd as EcsInput, Hp as EcsInputAddon, zf as EcsInputClear, Kp as EcsInputConnector, Qp as EcsInputFloat, tm as EcsInputGroup, Uf as EcsInputSearch, dm as EcsJumperDocument, vm as EcsJumperIndex, Nm as EcsJumperPage, uh as EcsLayoutDataTable, Qm as EcsLayoutDirectory, Wm as EcsLayoutIndex, vh as EcsLegendItem, Th as EcsLogMessage, Ah as EcsMap, Ih as EcsModal, Jh as EcsModalFooter, Hh as EcsModalHeader, ug as EcsMultiselectOption, tg as EcsMultiselectSearchToken, ig as EcsMultiselectToken, Og as EcsOverlay, Ig as EcsPagination, Im as EcsPane, zc as EcsPartyEntry, lr as EcsPopover, Wg as EcsPopoverHeader, fr as EcsPopoverList, Nd as EcsPopoverListHeadline, xi as EcsPopoverListItem, qu as EcsProgress, y_ as EcsQuicklink, jr as EcsRadiobutton, T_ as EcsRange, e_ as EcsRatingFavorability, Yg as EcsRatingStarRead, P_ as EcsRatingStarWrite, Kf as EcsScrollContainer, R_ as EcsSection, W_ as EcsSegment, _l as EcsSelect, tv as EcsSelectTile, Y_ as EcsSelectionGrid, ki as EcsSeparator, av as EcsSequenceMap, uv as EcsSequenceMapButton, mo as EcsShinyText, xv as EcsSidebar, wv as EcsSidebarContent, Dv as EcsSidebarFooter, Iv as EcsSidebarHeader, Bv as EcsSidebarList, Xv as EcsSidebarListItem, W as EcsSkeletonLoader, Hr as EcsSortbutton, Lm as EcsSplitpanes, cu as EcsStateIcon, Re as EcsSticker, ry as EcsStructuredContent, sy as EcsSwatchesPicker, zr as EcsSwitch, dy as EcsTab, mv as EcsTabBar, gy as EcsTabButton, _v as EcsTabs, xy as EcsTag, Ty as EcsTagCloud, xr as EcsTextV2, Oy as EcsToast, My as EcsToasts, Iy as EcsToolbar, Uy as EcsTranscriptState, qy as EcsTreeList, ob as EcsTreeListHeadline, nb as EcsTreeListItem, pb as EcsTypeConfirmation, _b as EcsVideo, Sb as EcsWindow };
|