@everchron/ec-shards 8.22.0 → 8.22.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ec-shards.js +327 -326
- package/dist/ec-shards.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/ec-shards.js
CHANGED
|
@@ -9629,6 +9629,62 @@ function Hg(e, s, t, a, n, i) {
|
|
|
9629
9629
|
});
|
|
9630
9630
|
}
|
|
9631
9631
|
const d_ = /* @__PURE__ */ v(Vg, [["render", Hg], ["__scopeId", "data-v-48ec2945"]]), qg = {
|
|
9632
|
+
name: "EcsIllustration",
|
|
9633
|
+
props: {
|
|
9634
|
+
/** The type of illustration to be shown. */
|
|
9635
|
+
type: {
|
|
9636
|
+
type: String,
|
|
9637
|
+
required: !0,
|
|
9638
|
+
validator: (e) => [
|
|
9639
|
+
"load-file-annotations",
|
|
9640
|
+
"load-file-designation-report",
|
|
9641
|
+
"load-file-designation",
|
|
9642
|
+
"load-file-zip",
|
|
9643
|
+
"overlay-files",
|
|
9644
|
+
"overlay-metadata",
|
|
9645
|
+
"relativity-add-files",
|
|
9646
|
+
"relativity-overlay-files",
|
|
9647
|
+
"relativity-overlay-metadata",
|
|
9648
|
+
"plain-document"
|
|
9649
|
+
].includes(e)
|
|
9650
|
+
},
|
|
9651
|
+
/** The size of the illustration to be shown. */
|
|
9652
|
+
size: {
|
|
9653
|
+
type: Number,
|
|
9654
|
+
default: 140
|
|
9655
|
+
}
|
|
9656
|
+
},
|
|
9657
|
+
data() {
|
|
9658
|
+
return {
|
|
9659
|
+
illustrationComponent: null
|
|
9660
|
+
};
|
|
9661
|
+
},
|
|
9662
|
+
watch: {
|
|
9663
|
+
type: {
|
|
9664
|
+
immediate: !0,
|
|
9665
|
+
handler(e) {
|
|
9666
|
+
this.loadIllustration(e);
|
|
9667
|
+
}
|
|
9668
|
+
}
|
|
9669
|
+
},
|
|
9670
|
+
methods: {
|
|
9671
|
+
loadIllustration(e) {
|
|
9672
|
+
this.illustrationComponent = ee(
|
|
9673
|
+
() => te(/* @__PURE__ */ Object.assign({ "../assets/images/select-tile/load-file-annotations.svg": () => import("./load-file-annotations-DaJSnku2.js"), "../assets/images/select-tile/load-file-designation-report.svg": () => import("./load-file-designation-report-DWrooFs9.js"), "../assets/images/select-tile/load-file-designation.svg": () => import("./load-file-designation-C0n3FK0I.js"), "../assets/images/select-tile/load-file-zip.svg": () => import("./load-file-zip-BmMQlFE8.js"), "../assets/images/select-tile/overlay-files.svg": () => import("./overlay-files-CFnyKK4I.js"), "../assets/images/select-tile/overlay-metadata.svg": () => import("./overlay-metadata-BrlxvdAO.js"), "../assets/images/select-tile/plain-document.svg": () => import("./plain-document-DVmd-8BY.js"), "../assets/images/select-tile/relativity-add-files.svg": () => import("./relativity-add-files-VhtUkwun.js"), "../assets/images/select-tile/relativity-overlay-files.svg": () => import("./relativity-overlay-files-D7yxT6XJ.js"), "../assets/images/select-tile/relativity-overlay-metadata.svg": () => import("./relativity-overlay-metadata-Mi2K6oaE.js") }), `../assets/images/select-tile/${e}.svg`)
|
|
9674
|
+
);
|
|
9675
|
+
}
|
|
9676
|
+
}
|
|
9677
|
+
};
|
|
9678
|
+
function Wg(e, s, t, a, n, i) {
|
|
9679
|
+
return o(), h(Ee(n.illustrationComponent), {
|
|
9680
|
+
class: "ecs-illustration",
|
|
9681
|
+
width: t.size,
|
|
9682
|
+
height: t.size,
|
|
9683
|
+
viewBox: "0 0 140 140",
|
|
9684
|
+
"data-test-illustration-type": t.type
|
|
9685
|
+
}, null, 8, ["width", "height", "data-test-illustration-type"]);
|
|
9686
|
+
}
|
|
9687
|
+
const jg = /* @__PURE__ */ v(qg, [["render", Wg], ["__scopeId", "data-v-e3907b6c"]]), Ug = {
|
|
9632
9688
|
name: "ecs-toolbar",
|
|
9633
9689
|
props: {
|
|
9634
9690
|
/** Determines the type of the toolbar. */
|
|
@@ -9638,19 +9694,19 @@ const d_ = /* @__PURE__ */ v(Vg, [["render", Hg], ["__scopeId", "data-v-48ec2945
|
|
|
9638
9694
|
default: "index"
|
|
9639
9695
|
}
|
|
9640
9696
|
}
|
|
9641
|
-
},
|
|
9697
|
+
}, Gg = {
|
|
9642
9698
|
class: "ecs-toolbar",
|
|
9643
9699
|
role: "toolbar",
|
|
9644
9700
|
"aria-label": "Main"
|
|
9645
9701
|
};
|
|
9646
|
-
function
|
|
9647
|
-
return o(), l("div",
|
|
9702
|
+
function Kg(e, s, t, a, n, i) {
|
|
9703
|
+
return o(), l("div", Gg, [
|
|
9648
9704
|
p(e.$slots, "default", {}, void 0, !0)
|
|
9649
9705
|
]);
|
|
9650
9706
|
}
|
|
9651
|
-
const
|
|
9707
|
+
const Yg = /* @__PURE__ */ v(Ug, [["render", Kg], ["__scopeId", "data-v-a6ddde36"]]), Xg = {
|
|
9652
9708
|
name: "ecs-index-toolbar",
|
|
9653
|
-
components: { EcsToolbar:
|
|
9709
|
+
components: { EcsToolbar: Yg, EcsButtonToolbarGroup: qt, EcsFlexCol: fg, EcsFlexRow: Te },
|
|
9654
9710
|
props: {
|
|
9655
9711
|
/** The label used to describe the objects shown in the index view. E.g.: "Entries", "Profiles", etc. */
|
|
9656
9712
|
type: {
|
|
@@ -9668,8 +9724,8 @@ const Ug = /* @__PURE__ */ v(qg, [["render", jg], ["__scopeId", "data-v-a6ddde36
|
|
|
9668
9724
|
dismissed: !1
|
|
9669
9725
|
};
|
|
9670
9726
|
}
|
|
9671
|
-
},
|
|
9672
|
-
function
|
|
9727
|
+
}, Zg = { class: "ecs-toolbar-search" }, Jg = { class: "number" }, Qg = { class: "type" }, em = { class: "ecs-toolbar-right-section" }, tm = { class: "ecs-toolbar-right-section" };
|
|
9728
|
+
function sm(e, s, t, a, n, i) {
|
|
9673
9729
|
const r = g("ecs-button-toolbar-group"), c = g("ecs-flex-row"), d = g("ecs-flex-col"), m = g("ecs-toolbar");
|
|
9674
9730
|
return o(), h(m, { class: "ecs-index-toolbar" }, {
|
|
9675
9731
|
default: S(() => [
|
|
@@ -9683,7 +9739,7 @@ function Qg(e, s, t, a, n, i) {
|
|
|
9683
9739
|
]),
|
|
9684
9740
|
_: 3
|
|
9685
9741
|
})) : u("", !0),
|
|
9686
|
-
f("div",
|
|
9742
|
+
f("div", Zg, [
|
|
9687
9743
|
p(e.$slots, "search", {}, void 0, !0)
|
|
9688
9744
|
]),
|
|
9689
9745
|
_(c, {
|
|
@@ -9691,8 +9747,8 @@ function Qg(e, s, t, a, n, i) {
|
|
|
9691
9747
|
class: "ecs-toolbar-search-results"
|
|
9692
9748
|
}, {
|
|
9693
9749
|
default: S(() => [
|
|
9694
|
-
f("span",
|
|
9695
|
-
f("span",
|
|
9750
|
+
f("span", Jg, w(t.count), 1),
|
|
9751
|
+
f("span", Qg, w(t.type), 1)
|
|
9696
9752
|
]),
|
|
9697
9753
|
_: 1
|
|
9698
9754
|
})
|
|
@@ -9701,10 +9757,10 @@ function Qg(e, s, t, a, n, i) {
|
|
|
9701
9757
|
}),
|
|
9702
9758
|
_(d, { columns: 3 }, {
|
|
9703
9759
|
default: S(() => [
|
|
9704
|
-
f("div",
|
|
9760
|
+
f("div", em, [
|
|
9705
9761
|
p(e.$slots, "actions-left", {}, void 0, !0)
|
|
9706
9762
|
]),
|
|
9707
|
-
f("div",
|
|
9763
|
+
f("div", tm, [
|
|
9708
9764
|
p(e.$slots, "actions-right", {}, void 0, !0)
|
|
9709
9765
|
])
|
|
9710
9766
|
]),
|
|
@@ -9717,7 +9773,7 @@ function Qg(e, s, t, a, n, i) {
|
|
|
9717
9773
|
_: 3
|
|
9718
9774
|
});
|
|
9719
9775
|
}
|
|
9720
|
-
const u_ = /* @__PURE__ */ v(
|
|
9776
|
+
const u_ = /* @__PURE__ */ v(Xg, [["render", sm], ["__scopeId", "data-v-3e639a35"]]), im = {
|
|
9721
9777
|
name: "ecs-info-tooltip",
|
|
9722
9778
|
emits: ["click"],
|
|
9723
9779
|
components: {
|
|
@@ -9736,7 +9792,7 @@ const u_ = /* @__PURE__ */ v(Gg, [["render", Qg], ["__scopeId", "data-v-3e639a35
|
|
|
9736
9792
|
}
|
|
9737
9793
|
}
|
|
9738
9794
|
};
|
|
9739
|
-
function
|
|
9795
|
+
function nm(e, s, t, a, n, i) {
|
|
9740
9796
|
const r = g("ecs-icon");
|
|
9741
9797
|
return o(), l("i", {
|
|
9742
9798
|
class: "ecs-info-tooltip",
|
|
@@ -9748,7 +9804,7 @@ function tm(e, s, t, a, n, i) {
|
|
|
9748
9804
|
}, null, 8, ["type"])
|
|
9749
9805
|
]);
|
|
9750
9806
|
}
|
|
9751
|
-
const f_ = /* @__PURE__ */ v(
|
|
9807
|
+
const f_ = /* @__PURE__ */ v(im, [["render", nm], ["__scopeId", "data-v-97a5e4d9"]]), am = {
|
|
9752
9808
|
name: "ecs-input",
|
|
9753
9809
|
emits: ["update:modelValue", "change", "keyup", "blur"],
|
|
9754
9810
|
props: {
|
|
@@ -9832,8 +9888,8 @@ const f_ = /* @__PURE__ */ v(em, [["render", tm], ["__scopeId", "data-v-97a5e4d9
|
|
|
9832
9888
|
return this.autocomplete === "1p-disable";
|
|
9833
9889
|
}
|
|
9834
9890
|
}
|
|
9835
|
-
},
|
|
9836
|
-
function
|
|
9891
|
+
}, om = ["value", "type", "name", "disabled", "required", "readonly", "placeholder", "autocomplete", "min", "max", "step", "id", "data-1p-ignore"], rm = ["value", "name", "disabled", "required", "readonly", "placeholder", "id", "data-1p-ignore"];
|
|
9892
|
+
function lm(e, s, t, a, n, i) {
|
|
9837
9893
|
return t.type != "textarea" ? (o(), l("input", De({
|
|
9838
9894
|
key: 0,
|
|
9839
9895
|
class: ["ecs-form-control", [
|
|
@@ -9861,7 +9917,7 @@ function am(e, s, t, a, n, i) {
|
|
|
9861
9917
|
ref: t.refr,
|
|
9862
9918
|
id: t.refr,
|
|
9863
9919
|
"data-1p-ignore": i.disabled1Password
|
|
9864
|
-
}), null, 16,
|
|
9920
|
+
}), null, 16, om)) : (o(), l("textarea", De({
|
|
9865
9921
|
key: 1,
|
|
9866
9922
|
class: ["ecs-form-control", [
|
|
9867
9923
|
i.sizeClass,
|
|
@@ -9883,9 +9939,9 @@ function am(e, s, t, a, n, i) {
|
|
|
9883
9939
|
ref: t.refr,
|
|
9884
9940
|
id: t.refr,
|
|
9885
9941
|
"data-1p-ignore": i.disabled1Password
|
|
9886
|
-
}), null, 16,
|
|
9942
|
+
}), null, 16, rm));
|
|
9887
9943
|
}
|
|
9888
|
-
const
|
|
9944
|
+
const cm = /* @__PURE__ */ v(am, [["render", lm], ["__scopeId", "data-v-77c267fd"]]), dm = {
|
|
9889
9945
|
name: "ecs-input-group-addon",
|
|
9890
9946
|
components: { EcsIcon: M },
|
|
9891
9947
|
props: {
|
|
@@ -9905,7 +9961,7 @@ const om = /* @__PURE__ */ v(sm, [["render", am], ["__scopeId", "data-v-77c267fd
|
|
|
9905
9961
|
}
|
|
9906
9962
|
}
|
|
9907
9963
|
};
|
|
9908
|
-
function
|
|
9964
|
+
function um(e, s, t, a, n, i) {
|
|
9909
9965
|
const r = g("ecs-icon");
|
|
9910
9966
|
return o(), l("span", {
|
|
9911
9967
|
class: y(["ecs-input-group-addon", [i.iconClass, t.button ? "has-button" : ""]])
|
|
@@ -9919,13 +9975,13 @@ function lm(e, s, t, a, n, i) {
|
|
|
9919
9975
|
}, null, 8, ["type"])) : u("", !0)
|
|
9920
9976
|
], 2);
|
|
9921
9977
|
}
|
|
9922
|
-
const g_ = /* @__PURE__ */ v(
|
|
9978
|
+
const g_ = /* @__PURE__ */ v(dm, [["render", um]]), fm = {
|
|
9923
9979
|
name: "ecs-input-connector"
|
|
9924
|
-
},
|
|
9925
|
-
function
|
|
9926
|
-
return o(), l("span",
|
|
9980
|
+
}, gm = { class: "ecs-input-group-addon connector" };
|
|
9981
|
+
function mm(e, s, t, a, n, i) {
|
|
9982
|
+
return o(), l("span", gm);
|
|
9927
9983
|
}
|
|
9928
|
-
const m_ = /* @__PURE__ */ v(
|
|
9984
|
+
const m_ = /* @__PURE__ */ v(fm, [["render", mm]]), pm = {
|
|
9929
9985
|
name: "ecs-input-float",
|
|
9930
9986
|
emits: ["input"],
|
|
9931
9987
|
mixins: [ue],
|
|
@@ -9999,9 +10055,9 @@ const m_ = /* @__PURE__ */ v(cm, [["render", um]]), fm = {
|
|
|
9999
10055
|
created() {
|
|
10000
10056
|
this.uniqueId = this.generateUniqueId();
|
|
10001
10057
|
}
|
|
10002
|
-
},
|
|
10003
|
-
function
|
|
10004
|
-
return o(), l("div",
|
|
10058
|
+
}, hm = { class: "form-group has-float-label" }, vm = ["id", "type", "name", "disabled", "required", "readonly", "placeholder", "autocomplete", "value"], ym = ["for"];
|
|
10059
|
+
function bm(e, s, t, a, n, i) {
|
|
10060
|
+
return o(), l("div", hm, [
|
|
10005
10061
|
f("input", De({
|
|
10006
10062
|
class: ["form-control", [
|
|
10007
10063
|
i.sizeClass,
|
|
@@ -10017,11 +10073,11 @@ function hm(e, s, t, a, n, i) {
|
|
|
10017
10073
|
autocomplete: t.autocomplete,
|
|
10018
10074
|
value: t.value,
|
|
10019
10075
|
onInput: s[0] || (s[0] = (...r) => i.changeValue && i.changeValue(...r))
|
|
10020
|
-
}, e.$attrs), null, 16,
|
|
10021
|
-
f("label", { for: n.uniqueId }, w(t.label), 9,
|
|
10076
|
+
}, e.$attrs), null, 16, vm),
|
|
10077
|
+
f("label", { for: n.uniqueId }, w(t.label), 9, ym)
|
|
10022
10078
|
]);
|
|
10023
10079
|
}
|
|
10024
|
-
const p_ = /* @__PURE__ */ v(
|
|
10080
|
+
const p_ = /* @__PURE__ */ v(pm, [["render", bm], ["__scopeId", "data-v-3f0178fa"]]), _m = {
|
|
10025
10081
|
props: {
|
|
10026
10082
|
/** If the input group contains only one input element, set this prop to true. */
|
|
10027
10083
|
singleInput: {
|
|
@@ -10030,14 +10086,14 @@ const p_ = /* @__PURE__ */ v(fm, [["render", hm], ["__scopeId", "data-v-3f0178fa
|
|
|
10030
10086
|
}
|
|
10031
10087
|
}
|
|
10032
10088
|
};
|
|
10033
|
-
function
|
|
10089
|
+
function km(e, s, t, a, n, i) {
|
|
10034
10090
|
return o(), l("div", {
|
|
10035
10091
|
class: y(["ecs-input-group", t.singleInput ? "ecs-input-group-single" : ""])
|
|
10036
10092
|
}, [
|
|
10037
10093
|
p(e.$slots, "default")
|
|
10038
10094
|
], 2);
|
|
10039
10095
|
}
|
|
10040
|
-
const h_ = /* @__PURE__ */ v(
|
|
10096
|
+
const h_ = /* @__PURE__ */ v(_m, [["render", km]]), wm = {
|
|
10041
10097
|
name: "ecs-jumper-document",
|
|
10042
10098
|
emits: [
|
|
10043
10099
|
"goToPrev",
|
|
@@ -10099,11 +10155,11 @@ const h_ = /* @__PURE__ */ v(vm, [["render", ym]]), bm = {
|
|
|
10099
10155
|
this.$emit("indexPosKeyPressed", e), e.stopPropagation(), e.key == "Enter" && e.preventDefault();
|
|
10100
10156
|
}
|
|
10101
10157
|
}
|
|
10102
|
-
},
|
|
10158
|
+
}, Sm = {
|
|
10103
10159
|
key: 0,
|
|
10104
10160
|
class: "ecs-viewer-toolbar-jumper-inputs"
|
|
10105
|
-
},
|
|
10106
|
-
function
|
|
10161
|
+
}, xm = ["disabled"];
|
|
10162
|
+
function Cm(e, s, t, a, n, i) {
|
|
10107
10163
|
const r = g("ecs-button-toolbar"), c = g("ecs-button-toolbar-group");
|
|
10108
10164
|
return o(), h(c, { class: "ecs-viewer-toolbar-jumper" }, {
|
|
10109
10165
|
default: S(() => [
|
|
@@ -10115,7 +10171,7 @@ function wm(e, s, t, a, n, i) {
|
|
|
10115
10171
|
icon: "toolbar-page-navigation",
|
|
10116
10172
|
"aria-label": i.ariaLabelPrev
|
|
10117
10173
|
}, null, 8, ["disabled", "title", "aria-label"]),
|
|
10118
|
-
t.showCount ? (o(), l("div",
|
|
10174
|
+
t.showCount ? (o(), l("div", Sm, [
|
|
10119
10175
|
f("div", {
|
|
10120
10176
|
onClick: s[1] || (s[1] = (d) => e.$emit("selectCurEntryText")),
|
|
10121
10177
|
onKeydown: s[2] || (s[2] = (...d) => i.indexPosKeyPressed && i.indexPosKeyPressed(...d)),
|
|
@@ -10124,7 +10180,7 @@ function wm(e, s, t, a, n, i) {
|
|
|
10124
10180
|
class: "ecs-viewer-toolbar-jumper-input",
|
|
10125
10181
|
disabled: t.navigating || null,
|
|
10126
10182
|
id: "currEntry"
|
|
10127
|
-
}, w(t.currentEntry), 41,
|
|
10183
|
+
}, w(t.currentEntry), 41, xm),
|
|
10128
10184
|
D(" / "),
|
|
10129
10185
|
f("div", null, w(t.totalEntries), 1)
|
|
10130
10186
|
])) : u("", !0),
|
|
@@ -10140,7 +10196,7 @@ function wm(e, s, t, a, n, i) {
|
|
|
10140
10196
|
_: 1
|
|
10141
10197
|
});
|
|
10142
10198
|
}
|
|
10143
|
-
const v_ = /* @__PURE__ */ v(
|
|
10199
|
+
const v_ = /* @__PURE__ */ v(wm, [["render", Cm], ["__scopeId", "data-v-7a9373c8"]]), Bm = {
|
|
10144
10200
|
name: "ecs-jumper-index",
|
|
10145
10201
|
emits: [
|
|
10146
10202
|
"nextSearchResult",
|
|
@@ -10209,14 +10265,14 @@ const v_ = /* @__PURE__ */ v(bm, [["render", wm], ["__scopeId", "data-v-7a9373c8
|
|
|
10209
10265
|
this.$emit("setSearchResultCount", e), e.stopPropagation(), e.key == "Enter" && e.preventDefault();
|
|
10210
10266
|
}
|
|
10211
10267
|
}
|
|
10212
|
-
},
|
|
10268
|
+
}, zm = {
|
|
10213
10269
|
key: 0,
|
|
10214
10270
|
class: "ecs-jumper-count"
|
|
10215
|
-
},
|
|
10271
|
+
}, Im = { class: "ecs-jumper-count-current" }, Em = { class: "ecs-jumper-count-total" }, $m = {
|
|
10216
10272
|
key: 1,
|
|
10217
10273
|
class: "ecs-jumper-count-inputs"
|
|
10218
10274
|
};
|
|
10219
|
-
function
|
|
10275
|
+
function Pm(e, s, t, a, n, i) {
|
|
10220
10276
|
const r = g("ecs-button-toolbar"), c = g("ecs-button-toolbar-group");
|
|
10221
10277
|
return o(), h(c, { class: "ecs-jumper" }, {
|
|
10222
10278
|
default: S(() => [
|
|
@@ -10227,11 +10283,11 @@ function Im(e, s, t, a, n, i) {
|
|
|
10227
10283
|
"aria-label": i.ariaLabelPrev,
|
|
10228
10284
|
class: "ecs-jumper-previous"
|
|
10229
10285
|
}, null, 8, ["onClick", "disabled", "title", "aria-label"]),
|
|
10230
|
-
t.showCount && !t.inputPagination ? (o(), l("div",
|
|
10231
|
-
f("span",
|
|
10232
|
-
f("span",
|
|
10286
|
+
t.showCount && !t.inputPagination ? (o(), l("div", zm, [
|
|
10287
|
+
f("span", Im, w(i.currentPosition), 1),
|
|
10288
|
+
f("span", Em, "/" + w(t.maxCount), 1)
|
|
10233
10289
|
])) : u("", !0),
|
|
10234
|
-
t.inputPagination ? (o(), l("div",
|
|
10290
|
+
t.inputPagination ? (o(), l("div", $m, [
|
|
10235
10291
|
f("div", {
|
|
10236
10292
|
onClick: s[0] || (s[0] = (...d) => i.selectSearchResultCount && i.selectSearchResultCount(...d)),
|
|
10237
10293
|
onKeydown: s[1] || (s[1] = (...d) => i.setSearchResultCount && i.setSearchResultCount(...d)),
|
|
@@ -10252,7 +10308,7 @@ function Im(e, s, t, a, n, i) {
|
|
|
10252
10308
|
_: 1
|
|
10253
10309
|
});
|
|
10254
10310
|
}
|
|
10255
|
-
const y_ = /* @__PURE__ */ v(
|
|
10311
|
+
const y_ = /* @__PURE__ */ v(Bm, [["render", Pm], ["__scopeId", "data-v-ff5280fd"]]), Tm = {
|
|
10256
10312
|
name: "ecs-jumper-page",
|
|
10257
10313
|
emits: [
|
|
10258
10314
|
"selectCurPageText",
|
|
@@ -10307,19 +10363,19 @@ const y_ = /* @__PURE__ */ v(Sm, [["render", Im], ["__scopeId", "data-v-ff5280fd
|
|
|
10307
10363
|
this.$emit("currentPageKeyPressed", e), e.stopPropagation(), e.key == "Enter" && e.preventDefault();
|
|
10308
10364
|
}
|
|
10309
10365
|
}
|
|
10310
|
-
},
|
|
10366
|
+
}, Mm = { class: "ecs-viewer-pages" }, Lm = { class: "ecs-viewer-pages-inner" }, Om = { class: "ecs-viewer-pages-pagination" }, Am = { class: "total-pages" }, Nm = {
|
|
10311
10367
|
key: 0,
|
|
10312
10368
|
class: "page-missing-gaps",
|
|
10313
10369
|
title: "This transcript has missing page gaps"
|
|
10314
|
-
},
|
|
10370
|
+
}, Dm = { class: "ecs-viewer-pages-pagination" }, Rm = { class: "total-pages-relative" }, Fm = { class: "total-pages-relative" }, Vm = {
|
|
10315
10371
|
key: 1,
|
|
10316
10372
|
class: "ecs-viewer-pages-pagination"
|
|
10317
|
-
},
|
|
10318
|
-
function
|
|
10319
|
-
return o(), l("div",
|
|
10320
|
-
f("div",
|
|
10373
|
+
}, Hm = ["innerHTML"], qm = { class: "total-pages" };
|
|
10374
|
+
function Wm(e, s, t, a, n, i) {
|
|
10375
|
+
return o(), l("div", Mm, [
|
|
10376
|
+
f("div", Lm, [
|
|
10321
10377
|
i.showAltPageNumbers ? (o(), l(X, { key: 0 }, [
|
|
10322
|
-
f("div",
|
|
10378
|
+
f("div", Om, [
|
|
10323
10379
|
f("div", {
|
|
10324
10380
|
onClick: s[0] || (s[0] = (r) => e.$emit("selectCurPageText")),
|
|
10325
10381
|
onKeydown: s[1] || (s[1] = (r) => i.pageKeyPressed(r, "relative")),
|
|
@@ -10328,14 +10384,14 @@ function Vm(e, s, t, a, n, i) {
|
|
|
10328
10384
|
class: "current-page",
|
|
10329
10385
|
id: "currPage"
|
|
10330
10386
|
}, w(t.currentPage), 33),
|
|
10331
|
-
f("div",
|
|
10332
|
-
t.isTranscriptMissingPages ? (o(), l("span",
|
|
10387
|
+
f("div", Am, "of " + w(t.lastPage), 1),
|
|
10388
|
+
t.isTranscriptMissingPages ? (o(), l("span", Nm, "*")) : u("", !0)
|
|
10333
10389
|
]),
|
|
10334
|
-
f("div",
|
|
10335
|
-
f("div",
|
|
10336
|
-
f("div",
|
|
10390
|
+
f("div", Dm, [
|
|
10391
|
+
f("div", Rm, w(i.altPageNumber) + " ", 1),
|
|
10392
|
+
f("div", Fm, "of " + w(t.pageCount), 1)
|
|
10337
10393
|
])
|
|
10338
|
-
], 64)) : (o(), l("div",
|
|
10394
|
+
], 64)) : (o(), l("div", Vm, [
|
|
10339
10395
|
f("div", {
|
|
10340
10396
|
innerHTML: t.currentPage,
|
|
10341
10397
|
onClick: s[3] || (s[3] = (r) => e.$emit("selectCurPageText")),
|
|
@@ -10344,13 +10400,13 @@ function Vm(e, s, t, a, n, i) {
|
|
|
10344
10400
|
contenteditable: !0,
|
|
10345
10401
|
class: "current-page",
|
|
10346
10402
|
id: "currPage"
|
|
10347
|
-
}, null, 40,
|
|
10348
|
-
f("div",
|
|
10403
|
+
}, null, 40, Hm),
|
|
10404
|
+
f("div", qm, "of " + w(t.pageCount), 1)
|
|
10349
10405
|
]))
|
|
10350
10406
|
])
|
|
10351
10407
|
]);
|
|
10352
10408
|
}
|
|
10353
|
-
const b_ = /* @__PURE__ */ v(
|
|
10409
|
+
const b_ = /* @__PURE__ */ v(Tm, [["render", Wm], ["__scopeId", "data-v-0346f2c1"]]), jm = {
|
|
10354
10410
|
// eslint-disable-next-line vue/multi-word-component-names
|
|
10355
10411
|
name: "ecs-pane",
|
|
10356
10412
|
inject: ["requestUpdate", "onPaneAdd", "onPaneRemove", "onPaneClick"],
|
|
@@ -10400,7 +10456,7 @@ const b_ = /* @__PURE__ */ v(Em, [["render", Vm], ["__scopeId", "data-v-0346f2c1
|
|
|
10400
10456
|
}
|
|
10401
10457
|
}
|
|
10402
10458
|
};
|
|
10403
|
-
function
|
|
10459
|
+
function Um(e, s, t, a, n, i) {
|
|
10404
10460
|
return o(), l("div", {
|
|
10405
10461
|
class: "ecs-pane",
|
|
10406
10462
|
onClick: s[0] || (s[0] = (r) => i.onPaneClick(r, e._.uid)),
|
|
@@ -10409,7 +10465,7 @@ function qm(e, s, t, a, n, i) {
|
|
|
10409
10465
|
p(e.$slots, "default")
|
|
10410
10466
|
], 4);
|
|
10411
10467
|
}
|
|
10412
|
-
const
|
|
10468
|
+
const Gm = /* @__PURE__ */ v(jm, [["render", Um]]), Km = {
|
|
10413
10469
|
// eslint-disable-next-line vue/multi-word-component-names
|
|
10414
10470
|
name: "ecs-splitpanes",
|
|
10415
10471
|
emits: ["ready", "resize", "resized", "pane-click", "pane-maximize", "pane-add", "pane-remove", "splitter-click"],
|
|
@@ -10706,12 +10762,12 @@ const Wm = /* @__PURE__ */ v(Hm, [["render", qm]]), jm = {
|
|
|
10706
10762
|
this.$slots.default()
|
|
10707
10763
|
);
|
|
10708
10764
|
}
|
|
10709
|
-
},
|
|
10765
|
+
}, Ym = {
|
|
10710
10766
|
name: "ecs-layout-index",
|
|
10711
10767
|
emits: ["resized"],
|
|
10712
10768
|
components: {
|
|
10713
|
-
EcsPane:
|
|
10714
|
-
EcsSplitpanes:
|
|
10769
|
+
EcsPane: Gm,
|
|
10770
|
+
EcsSplitpanes: Km
|
|
10715
10771
|
},
|
|
10716
10772
|
props: {
|
|
10717
10773
|
/** Needs to be set if the sidebar should be overlaying the content, instead of pushing the content to the left. */
|
|
@@ -10748,14 +10804,14 @@ const Wm = /* @__PURE__ */ v(Hm, [["render", qm]]), jm = {
|
|
|
10748
10804
|
return this.overlaySidebar && this.$slots.sidebar ? "bottom: 40px;" : "bottom: 0px;";
|
|
10749
10805
|
}
|
|
10750
10806
|
}
|
|
10751
|
-
},
|
|
10807
|
+
}, Xm = { class: "ecs-index-layout-contents" }, Zm = {
|
|
10752
10808
|
key: 0,
|
|
10753
10809
|
class: "ecs-index-layout-table scrollbar"
|
|
10754
|
-
},
|
|
10810
|
+
}, Jm = {
|
|
10755
10811
|
key: 2,
|
|
10756
10812
|
class: "ecs-index-layout-pagination"
|
|
10757
10813
|
};
|
|
10758
|
-
function
|
|
10814
|
+
function Qm(e, s, t, a, n, i) {
|
|
10759
10815
|
const r = g("ecs-pane"), c = g("ecs-splitpanes");
|
|
10760
10816
|
return o(), l("div", {
|
|
10761
10817
|
class: y(["ecs-index-layout", [t.backgroundWhite ? "background-white" : ""]])
|
|
@@ -10765,7 +10821,7 @@ function Xm(e, s, t, a, n, i) {
|
|
|
10765
10821
|
f("div", {
|
|
10766
10822
|
class: y(["ecs-index-layout-wrap", [t.indent ? "indent" : ""]])
|
|
10767
10823
|
}, [
|
|
10768
|
-
f("main",
|
|
10824
|
+
f("main", Xm, [
|
|
10769
10825
|
t.splitPane ? (o(), h(c, {
|
|
10770
10826
|
key: 1,
|
|
10771
10827
|
onResized: s[0] || (s[0] = (d) => e.$emit("resized"))
|
|
@@ -10795,10 +10851,10 @@ function Xm(e, s, t, a, n, i) {
|
|
|
10795
10851
|
}, 8, ["size", "minSize", "maxSize"])) : u("", !0)
|
|
10796
10852
|
]),
|
|
10797
10853
|
_: 3
|
|
10798
|
-
})) : (o(), l("div",
|
|
10854
|
+
})) : (o(), l("div", Zm, [
|
|
10799
10855
|
p(e.$slots, "default", {}, void 0, !0)
|
|
10800
10856
|
])),
|
|
10801
|
-
e.$slots.pagination ? (o(), l("div",
|
|
10857
|
+
e.$slots.pagination ? (o(), l("div", Jm, [
|
|
10802
10858
|
p(e.$slots, "pagination", {}, void 0, !0)
|
|
10803
10859
|
])) : u("", !0)
|
|
10804
10860
|
]),
|
|
@@ -10812,7 +10868,7 @@ function Xm(e, s, t, a, n, i) {
|
|
|
10812
10868
|
], 2)
|
|
10813
10869
|
], 2);
|
|
10814
10870
|
}
|
|
10815
|
-
const __ = /* @__PURE__ */ v(
|
|
10871
|
+
const __ = /* @__PURE__ */ v(Ym, [["render", Qm], ["__scopeId", "data-v-60a69d4e"]]), ep = {
|
|
10816
10872
|
name: "ecs-layout-directory",
|
|
10817
10873
|
props: {
|
|
10818
10874
|
/** Adds some inner padding to the index content area. Should be used for non-table indexes. */
|
|
@@ -10821,20 +10877,20 @@ const __ = /* @__PURE__ */ v(Um, [["render", Xm], ["__scopeId", "data-v-60a69d4e
|
|
|
10821
10877
|
default: !1
|
|
10822
10878
|
}
|
|
10823
10879
|
}
|
|
10824
|
-
},
|
|
10880
|
+
}, tp = { class: "ecs-directory-layout" }, sp = { class: "ecs-directory-layout-wrap" }, ip = { class: "ecs-directory-layout-contents" }, np = {
|
|
10825
10881
|
key: 0,
|
|
10826
10882
|
class: "ecs-directory-layout-directory"
|
|
10827
|
-
},
|
|
10883
|
+
}, ap = {
|
|
10828
10884
|
key: 1,
|
|
10829
10885
|
class: "ecs-directory-layout-sidebar"
|
|
10830
10886
|
};
|
|
10831
|
-
function
|
|
10832
|
-
return o(), l("div",
|
|
10887
|
+
function op(e, s, t, a, n, i) {
|
|
10888
|
+
return o(), l("div", tp, [
|
|
10833
10889
|
p(e.$slots, "toolbar", {}, void 0, !0),
|
|
10834
10890
|
p(e.$slots, "action-toolbar", {}, void 0, !0),
|
|
10835
|
-
f("div",
|
|
10836
|
-
f("div",
|
|
10837
|
-
e.$slots.directory ? (o(), l("aside",
|
|
10891
|
+
f("div", sp, [
|
|
10892
|
+
f("div", ip, [
|
|
10893
|
+
e.$slots.directory ? (o(), l("aside", np, [
|
|
10838
10894
|
p(e.$slots, "directory", {}, void 0, !0)
|
|
10839
10895
|
])) : u("", !0),
|
|
10840
10896
|
f("main", {
|
|
@@ -10842,14 +10898,14 @@ function ip(e, s, t, a, n, i) {
|
|
|
10842
10898
|
}, [
|
|
10843
10899
|
p(e.$slots, "default", {}, void 0, !0)
|
|
10844
10900
|
], 2),
|
|
10845
|
-
e.$slots.sidebar ? (o(), l("div",
|
|
10901
|
+
e.$slots.sidebar ? (o(), l("div", ap, [
|
|
10846
10902
|
p(e.$slots, "sidebar", {}, void 0, !0)
|
|
10847
10903
|
])) : u("", !0)
|
|
10848
10904
|
])
|
|
10849
10905
|
])
|
|
10850
10906
|
]);
|
|
10851
10907
|
}
|
|
10852
|
-
const k_ = /* @__PURE__ */ v(
|
|
10908
|
+
const k_ = /* @__PURE__ */ v(ep, [["render", op], ["__scopeId", "data-v-f5afc4e6"]]), rp = {
|
|
10853
10909
|
name: "ecs-layout-data-table",
|
|
10854
10910
|
components: { EcsActionToolbar: wi, EcsButton: xe },
|
|
10855
10911
|
mixins: [ue],
|
|
@@ -10890,22 +10946,22 @@ const k_ = /* @__PURE__ */ v(Zm, [["render", ip], ["__scopeId", "data-v-f5afc4e6
|
|
|
10890
10946
|
created() {
|
|
10891
10947
|
this.showStatistics = localStorage.getItem("showStatistics") !== "false", this.statisticsId = this.generateUniqueId();
|
|
10892
10948
|
}
|
|
10893
|
-
},
|
|
10949
|
+
}, lp = { class: "ecs-data-layout-content" }, cp = {
|
|
10894
10950
|
key: 0,
|
|
10895
10951
|
role: "toolbar",
|
|
10896
10952
|
"aria-label": "Main",
|
|
10897
10953
|
class: "ecs-data-layout-toolbar"
|
|
10898
|
-
},
|
|
10954
|
+
}, dp = ["id"], up = { class: "ecs-data-layout-data" }, fp = { class: "ecs-data-layout-sidebar-inner" }, gp = {
|
|
10899
10955
|
key: 0,
|
|
10900
10956
|
class: "ecs-data-layout-sidebar-header"
|
|
10901
|
-
},
|
|
10902
|
-
function
|
|
10957
|
+
}, mp = { class: "ecs-data-layout-sidebar-content scrollbar scrollbar-sml" };
|
|
10958
|
+
function pp(e, s, t, a, n, i) {
|
|
10903
10959
|
const r = g("ecs-button"), c = g("ecs-action-toolbar");
|
|
10904
10960
|
return o(), l("div", {
|
|
10905
10961
|
class: y(["ecs-data-layout", t.leftBorder ? "left-border" : ""])
|
|
10906
10962
|
}, [
|
|
10907
|
-
f("main",
|
|
10908
|
-
e.$slots.toolbar ? (o(), l("div",
|
|
10963
|
+
f("main", lp, [
|
|
10964
|
+
e.$slots.toolbar ? (o(), l("div", cp, [
|
|
10909
10965
|
p(e.$slots, "toolbar", {}, void 0, !0),
|
|
10910
10966
|
e.$slots.statistics ? (o(), h(r, {
|
|
10911
10967
|
key: 0,
|
|
@@ -10929,7 +10985,7 @@ function fp(e, s, t, a, n, i) {
|
|
|
10929
10985
|
id: n.statisticsId
|
|
10930
10986
|
}, [
|
|
10931
10987
|
p(e.$slots, "statistics", {}, void 0, !0)
|
|
10932
|
-
], 8,
|
|
10988
|
+
], 8, dp)) : u("", !0)
|
|
10933
10989
|
]),
|
|
10934
10990
|
_: 3
|
|
10935
10991
|
}, 8, ["name"]),
|
|
@@ -10941,7 +10997,7 @@ function fp(e, s, t, a, n, i) {
|
|
|
10941
10997
|
}, 512)), [
|
|
10942
10998
|
[gt, t.showActionbar]
|
|
10943
10999
|
]) : u("", !0),
|
|
10944
|
-
f("div",
|
|
11000
|
+
f("div", up, [
|
|
10945
11001
|
p(e.$slots, "default", {}, void 0, !0)
|
|
10946
11002
|
])
|
|
10947
11003
|
]),
|
|
@@ -10949,18 +11005,18 @@ function fp(e, s, t, a, n, i) {
|
|
|
10949
11005
|
key: 0,
|
|
10950
11006
|
class: y(["ecs-data-layout-sidebar", t.sidebarExpanded ? "expanded" : ""])
|
|
10951
11007
|
}, [
|
|
10952
|
-
f("div",
|
|
10953
|
-
e.$slots.sidebarheader ? (o(), l("div",
|
|
11008
|
+
f("div", fp, [
|
|
11009
|
+
e.$slots.sidebarheader ? (o(), l("div", gp, [
|
|
10954
11010
|
p(e.$slots, "sidebarheader", {}, void 0, !0)
|
|
10955
11011
|
])) : u("", !0),
|
|
10956
|
-
f("div",
|
|
11012
|
+
f("div", mp, [
|
|
10957
11013
|
p(e.$slots, "sidebarcontent", {}, void 0, !0)
|
|
10958
11014
|
])
|
|
10959
11015
|
])
|
|
10960
11016
|
], 2)) : u("", !0)
|
|
10961
11017
|
], 2);
|
|
10962
11018
|
}
|
|
10963
|
-
const w_ = /* @__PURE__ */ v(
|
|
11019
|
+
const w_ = /* @__PURE__ */ v(rp, [["render", pp], ["__scopeId", "data-v-860bdba9"]]), hp = {
|
|
10964
11020
|
name: "ecs-legend-item",
|
|
10965
11021
|
emits: ["click"],
|
|
10966
11022
|
components: {
|
|
@@ -11017,14 +11073,14 @@ const w_ = /* @__PURE__ */ v(np, [["render", fp], ["__scopeId", "data-v-860bdba9
|
|
|
11017
11073
|
return `ecs-legend-item-${this.size}`;
|
|
11018
11074
|
}
|
|
11019
11075
|
}
|
|
11020
|
-
},
|
|
11076
|
+
}, vp = { class: "ecs-legend-item-label" }, yp = {
|
|
11021
11077
|
key: 0,
|
|
11022
11078
|
class: "ecs-legend-item-count"
|
|
11023
|
-
},
|
|
11079
|
+
}, bp = {
|
|
11024
11080
|
key: 1,
|
|
11025
11081
|
class: "ecs-legend-item-percentage"
|
|
11026
11082
|
};
|
|
11027
|
-
function
|
|
11083
|
+
function _p(e, s, t, a, n, i) {
|
|
11028
11084
|
const r = g("ecs-focus-ring"), c = g("ecs-flex-row");
|
|
11029
11085
|
return o(), h(c, {
|
|
11030
11086
|
onClick: s[0] || (s[0] = (d) => e.$emit("click", d)),
|
|
@@ -11042,9 +11098,9 @@ function vp(e, s, t, a, n, i) {
|
|
|
11042
11098
|
class: y(["ecs-legend-item-color", t.type]),
|
|
11043
11099
|
style: C({ backgroundColor: t.color })
|
|
11044
11100
|
}, null, 6),
|
|
11045
|
-
f("div",
|
|
11046
|
-
t.count ? (o(), l("div",
|
|
11047
|
-
t.percentage ? (o(), l("div",
|
|
11101
|
+
f("div", vp, w(t.label), 1),
|
|
11102
|
+
t.count ? (o(), l("div", yp, w(t.count), 1)) : u("", !0),
|
|
11103
|
+
t.percentage ? (o(), l("div", bp, w(i.percentageLabel), 1)) : u("", !0),
|
|
11048
11104
|
t.highlight || t.hover ? (o(), l("div", {
|
|
11049
11105
|
key: 2,
|
|
11050
11106
|
class: "ecs-legend-item-highlight",
|
|
@@ -11055,7 +11111,7 @@ function vp(e, s, t, a, n, i) {
|
|
|
11055
11111
|
_: 1
|
|
11056
11112
|
}, 8, ["role", "tabindex", "class"]);
|
|
11057
11113
|
}
|
|
11058
|
-
const S_ = /* @__PURE__ */ v(
|
|
11114
|
+
const S_ = /* @__PURE__ */ v(hp, [["render", _p], ["__scopeId", "data-v-6d506293"]]), kp = {
|
|
11059
11115
|
name: "ecs-log-message",
|
|
11060
11116
|
components: {
|
|
11061
11117
|
EcsFlexRow: Te,
|
|
@@ -11097,11 +11153,11 @@ const S_ = /* @__PURE__ */ v(gp, [["render", vp], ["__scopeId", "data-v-6d506293
|
|
|
11097
11153
|
return ["warning", "error"].includes(this.type) ? "alert" : null;
|
|
11098
11154
|
}
|
|
11099
11155
|
}
|
|
11100
|
-
},
|
|
11156
|
+
}, wp = { class: "ecs-log-message-content" }, Sp = {
|
|
11101
11157
|
key: 2,
|
|
11102
11158
|
class: "ecs-log-message-meta"
|
|
11103
11159
|
};
|
|
11104
|
-
function
|
|
11160
|
+
function xp(e, s, t, a, n, i) {
|
|
11105
11161
|
const r = g("ecs-skeleton-loader"), c = g("ecs-sticker"), d = g("ecs-flex-row");
|
|
11106
11162
|
return o(), h(d, {
|
|
11107
11163
|
class: y(["ecs-log-message", [t.type, t.highlight ? "highlighted" : ""]]),
|
|
@@ -11120,7 +11176,7 @@ function kp(e, s, t, a, n, i) {
|
|
|
11120
11176
|
key: 1,
|
|
11121
11177
|
type: t.type
|
|
11122
11178
|
}, null, 8, ["type"])) : u("", !0),
|
|
11123
|
-
f("div",
|
|
11179
|
+
f("div", wp, [
|
|
11124
11180
|
t.loading ? (o(), h(r, {
|
|
11125
11181
|
key: 0,
|
|
11126
11182
|
type: "single",
|
|
@@ -11128,12 +11184,12 @@ function kp(e, s, t, a, n, i) {
|
|
|
11128
11184
|
class: "skeleton-text"
|
|
11129
11185
|
})) : p(e.$slots, "default", { key: 1 }, void 0, !0)
|
|
11130
11186
|
]),
|
|
11131
|
-
t.meta && !t.loading ? (o(), l("div",
|
|
11187
|
+
t.meta && !t.loading ? (o(), l("div", Sp, w(t.meta), 1)) : u("", !0)
|
|
11132
11188
|
]),
|
|
11133
11189
|
_: 3
|
|
11134
11190
|
}, 8, ["class", "role", "aria-busy", "style"]);
|
|
11135
11191
|
}
|
|
11136
|
-
const x_ = /* @__PURE__ */ v(
|
|
11192
|
+
const x_ = /* @__PURE__ */ v(kp, [["render", xp], ["__scopeId", "data-v-d461aa9b"]]), Cp = {
|
|
11137
11193
|
name: "ecs-map",
|
|
11138
11194
|
components: { EcsFocusRing: L },
|
|
11139
11195
|
props: {
|
|
@@ -11156,8 +11212,8 @@ const x_ = /* @__PURE__ */ v(yp, [["render", kp], ["__scopeId", "data-v-d461aa9b
|
|
|
11156
11212
|
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}`;
|
|
11157
11213
|
}
|
|
11158
11214
|
}
|
|
11159
|
-
},
|
|
11160
|
-
function
|
|
11215
|
+
}, Bp = ["href"], zp = ["src", "alt"];
|
|
11216
|
+
function Ip(e, s, t, a, n, i) {
|
|
11161
11217
|
const r = g("ecs-focus-ring");
|
|
11162
11218
|
return o(), l("div", {
|
|
11163
11219
|
class: y(["ecs-map", [t.marker ? "ecs-map-marker" : ""]])
|
|
@@ -11170,15 +11226,15 @@ function Cp(e, s, t, a, n, i) {
|
|
|
11170
11226
|
f("img", {
|
|
11171
11227
|
src: i.mapImageUrl,
|
|
11172
11228
|
alt: "Map of " + t.address
|
|
11173
|
-
}, null, 8,
|
|
11229
|
+
}, null, 8, zp),
|
|
11174
11230
|
_(r, {
|
|
11175
11231
|
inset: 0,
|
|
11176
11232
|
radius: 4
|
|
11177
11233
|
})
|
|
11178
|
-
], 8,
|
|
11234
|
+
], 8, Bp)
|
|
11179
11235
|
], 2);
|
|
11180
11236
|
}
|
|
11181
|
-
const C_ = /* @__PURE__ */ v(
|
|
11237
|
+
const C_ = /* @__PURE__ */ v(Cp, [["render", Ip], ["__scopeId", "data-v-e2371c57"]]), Ep = {
|
|
11182
11238
|
name: "ecs-modal",
|
|
11183
11239
|
props: {
|
|
11184
11240
|
/** Shows the modal. */
|
|
@@ -11228,14 +11284,14 @@ const C_ = /* @__PURE__ */ v(wp, [["render", Cp], ["__scopeId", "data-v-e2371c57
|
|
|
11228
11284
|
mounted() {
|
|
11229
11285
|
this.show && (this.isShown = !0);
|
|
11230
11286
|
}
|
|
11231
|
-
},
|
|
11287
|
+
}, $p = (e) => (be("data-v-8be29ca7"), e = e(), _e(), e), Pp = {
|
|
11232
11288
|
key: 0,
|
|
11233
11289
|
class: "ecs-modal-header-wrap"
|
|
11234
|
-
},
|
|
11290
|
+
}, Tp = { class: "ecs-modal-content-wrap scrollbar" }, Mp = {
|
|
11235
11291
|
key: 1,
|
|
11236
11292
|
class: "ecs-modal-footer-wrap"
|
|
11237
|
-
},
|
|
11238
|
-
function
|
|
11293
|
+
}, Lp = /* @__PURE__ */ $p(() => /* @__PURE__ */ f("div", { class: "ecs-modal-backdrop ecs-modal-sheet-backdrop" }, null, -1));
|
|
11294
|
+
function Op(e, s, t, a, n, i) {
|
|
11239
11295
|
return o(), h(pe, { name: "dialog-fade" }, {
|
|
11240
11296
|
default: S(() => [
|
|
11241
11297
|
n.isShown ? (o(), l("div", {
|
|
@@ -11246,23 +11302,23 @@ function Tp(e, s, t, a, n, i) {
|
|
|
11246
11302
|
class: "ecs-modal-dialog ecs-modal-sheet",
|
|
11247
11303
|
style: C(i.fixedHeightStyle)
|
|
11248
11304
|
}, [
|
|
11249
|
-
e.$slots.header ? (o(), l("div",
|
|
11305
|
+
e.$slots.header ? (o(), l("div", Pp, [
|
|
11250
11306
|
p(e.$slots, "header", {}, void 0, !0)
|
|
11251
11307
|
])) : u("", !0),
|
|
11252
|
-
f("div",
|
|
11308
|
+
f("div", Tp, [
|
|
11253
11309
|
p(e.$slots, "default", {}, void 0, !0)
|
|
11254
11310
|
]),
|
|
11255
|
-
e.$slots.footer ? (o(), l("div",
|
|
11311
|
+
e.$slots.footer ? (o(), l("div", Mp, [
|
|
11256
11312
|
p(e.$slots, "footer", {}, void 0, !0)
|
|
11257
11313
|
])) : u("", !0)
|
|
11258
11314
|
], 4),
|
|
11259
|
-
|
|
11315
|
+
Lp
|
|
11260
11316
|
], 2)) : u("", !0)
|
|
11261
11317
|
]),
|
|
11262
11318
|
_: 3
|
|
11263
11319
|
});
|
|
11264
11320
|
}
|
|
11265
|
-
const B_ = /* @__PURE__ */ v(
|
|
11321
|
+
const B_ = /* @__PURE__ */ v(Ep, [["render", Op], ["__scopeId", "data-v-8be29ca7"]]), Ap = {
|
|
11266
11322
|
name: "ecs-modal-header",
|
|
11267
11323
|
emits: ["close"],
|
|
11268
11324
|
components: {
|
|
@@ -11298,21 +11354,21 @@ const B_ = /* @__PURE__ */ v(Bp, [["render", Tp], ["__scopeId", "data-v-8be29ca7
|
|
|
11298
11354
|
}
|
|
11299
11355
|
}
|
|
11300
11356
|
}
|
|
11301
|
-
},
|
|
11357
|
+
}, Np = {
|
|
11302
11358
|
class: "ecs-modal-header-main",
|
|
11303
11359
|
ref: "firstFocusable",
|
|
11304
11360
|
tabindex: "0"
|
|
11305
|
-
},
|
|
11361
|
+
}, Dp = { class: "ecs-modal-header-main-inner" }, Rp = {
|
|
11306
11362
|
key: 0,
|
|
11307
11363
|
class: "ecs-modal-header-extended"
|
|
11308
11364
|
};
|
|
11309
|
-
function
|
|
11365
|
+
function Fp(e, s, t, a, n, i) {
|
|
11310
11366
|
const r = g("ecs-button");
|
|
11311
11367
|
return o(), l("div", {
|
|
11312
11368
|
class: y(["ecs-modal-header", i.typeClass])
|
|
11313
11369
|
}, [
|
|
11314
|
-
f("div",
|
|
11315
|
-
f("div",
|
|
11370
|
+
f("div", Np, [
|
|
11371
|
+
f("div", Dp, [
|
|
11316
11372
|
p(e.$slots, "default", {}, void 0, !0)
|
|
11317
11373
|
]),
|
|
11318
11374
|
_(r, {
|
|
@@ -11328,28 +11384,28 @@ function Np(e, s, t, a, n, i) {
|
|
|
11328
11384
|
"data-test": "close-modal-button"
|
|
11329
11385
|
})
|
|
11330
11386
|
], 512),
|
|
11331
|
-
e.$slots.extension ? (o(), l("div",
|
|
11387
|
+
e.$slots.extension ? (o(), l("div", Rp, [
|
|
11332
11388
|
p(e.$slots, "extension", {}, void 0, !0)
|
|
11333
11389
|
])) : u("", !0)
|
|
11334
11390
|
], 2);
|
|
11335
11391
|
}
|
|
11336
|
-
const z_ = /* @__PURE__ */ v(
|
|
11392
|
+
const z_ = /* @__PURE__ */ v(Ap, [["render", Fp], ["__scopeId", "data-v-ed6067fe"]]), Vp = {
|
|
11337
11393
|
name: "ecs-modal-footer"
|
|
11338
|
-
},
|
|
11394
|
+
}, Hp = { class: "ecs-modal-footer" }, qp = {
|
|
11339
11395
|
key: 0,
|
|
11340
11396
|
class: "ecs-modal-footer-secondary"
|
|
11341
|
-
},
|
|
11342
|
-
function
|
|
11343
|
-
return o(), l("div",
|
|
11344
|
-
e.$slots.secondary ? (o(), l("div",
|
|
11397
|
+
}, Wp = { class: "ecs-modal-footer-main" };
|
|
11398
|
+
function jp(e, s, t, a, n, i) {
|
|
11399
|
+
return o(), l("div", Hp, [
|
|
11400
|
+
e.$slots.secondary ? (o(), l("div", qp, [
|
|
11345
11401
|
p(e.$slots, "secondary", {}, void 0, !0)
|
|
11346
11402
|
])) : u("", !0),
|
|
11347
|
-
f("div",
|
|
11403
|
+
f("div", Wp, [
|
|
11348
11404
|
p(e.$slots, "default", {}, void 0, !0)
|
|
11349
11405
|
])
|
|
11350
11406
|
]);
|
|
11351
11407
|
}
|
|
11352
|
-
const I_ = /* @__PURE__ */ v(
|
|
11408
|
+
const I_ = /* @__PURE__ */ v(Vp, [["render", jp], ["__scopeId", "data-v-ac286496"]]), Up = {
|
|
11353
11409
|
name: "ecs-select-text",
|
|
11354
11410
|
emits: ["change", "focus", "blur"],
|
|
11355
11411
|
components: { EcsIcon: M, EcsFocusRing: L },
|
|
@@ -11427,8 +11483,8 @@ const I_ = /* @__PURE__ */ v(Dp, [["render", Hp], ["__scopeId", "data-v-ac286496
|
|
|
11427
11483
|
this.selectedText = t.text;
|
|
11428
11484
|
}
|
|
11429
11485
|
}
|
|
11430
|
-
},
|
|
11431
|
-
function
|
|
11486
|
+
}, Gp = ["disabled"];
|
|
11487
|
+
function Kp(e, s, t, a, n, i) {
|
|
11432
11488
|
const r = g("ecs-icon"), c = g("ecs-focus-ring");
|
|
11433
11489
|
return o(), l("div", {
|
|
11434
11490
|
class: y(["ecs-form-select-text", [i.sizeClass, t.disabled ? "disabled" : null]])
|
|
@@ -11448,19 +11504,19 @@ function jp(e, s, t, a, n, i) {
|
|
|
11448
11504
|
class: t.alignment == "right" ? "right" : "left"
|
|
11449
11505
|
}), [
|
|
11450
11506
|
p(e.$slots, "default", {}, void 0, !0)
|
|
11451
|
-
], 16,
|
|
11507
|
+
], 16, Gp),
|
|
11452
11508
|
_(c, {
|
|
11453
11509
|
inset: t.size == "xsml" ? -2 : -4
|
|
11454
11510
|
}, null, 8, ["inset"])
|
|
11455
11511
|
], 2);
|
|
11456
11512
|
}
|
|
11457
|
-
const
|
|
11513
|
+
const Yp = /* @__PURE__ */ v(Up, [["render", Kp], ["__scopeId", "data-v-e4819f41"]]), Xp = {
|
|
11458
11514
|
name: "ecs-multiselect-search-token",
|
|
11459
11515
|
emits: ["remove", "change", "operatorChange", "operatorToggle"],
|
|
11460
11516
|
components: {
|
|
11461
11517
|
EcsIcon: M,
|
|
11462
11518
|
EcsFocusRing: L,
|
|
11463
|
-
EcsSelectText:
|
|
11519
|
+
EcsSelectText: Yp
|
|
11464
11520
|
},
|
|
11465
11521
|
props: {
|
|
11466
11522
|
/** Sets the type of the search token: default should be used for any search query that is not a NOT query. */
|
|
@@ -11513,30 +11569,30 @@ const Up = /* @__PURE__ */ v(qp, [["render", jp], ["__scopeId", "data-v-e4819f41
|
|
|
11513
11569
|
this.$emit("operatorToggle", e);
|
|
11514
11570
|
}
|
|
11515
11571
|
}
|
|
11516
|
-
},
|
|
11572
|
+
}, Zp = {
|
|
11517
11573
|
key: 0,
|
|
11518
11574
|
class: "symbol"
|
|
11519
|
-
},
|
|
11575
|
+
}, Jp = {
|
|
11520
11576
|
key: 0,
|
|
11521
11577
|
class: "operator"
|
|
11522
|
-
},
|
|
11578
|
+
}, Qp = ["value"], eh = { class: "query" }, th = {
|
|
11523
11579
|
key: 0,
|
|
11524
11580
|
class: "descriptor"
|
|
11525
11581
|
};
|
|
11526
|
-
function
|
|
11582
|
+
function sh(e, s, t, a, n, i) {
|
|
11527
11583
|
const r = g("ecs-icon"), c = g("ecs-select-text"), d = g("ecs-focus-ring");
|
|
11528
11584
|
return o(), l("div", {
|
|
11529
11585
|
class: y(["ecs-multiselect-search-token", i.typeClass]),
|
|
11530
11586
|
tabindex: "0",
|
|
11531
11587
|
onKeydown: s[3] || (s[3] = G((m) => e.$emit("remove", m), ["delete"]))
|
|
11532
11588
|
}, [
|
|
11533
|
-
t.icon || t.operator || t.operatorSwitch ? (o(), l("div",
|
|
11589
|
+
t.icon || t.operator || t.operatorSwitch ? (o(), l("div", Zp, [
|
|
11534
11590
|
_(r, {
|
|
11535
11591
|
type: t.icon,
|
|
11536
11592
|
size: "20",
|
|
11537
11593
|
color: "#FFF"
|
|
11538
11594
|
}, null, 8, ["type"]),
|
|
11539
|
-
t.operator && !t.operatorSelect && !t.operatorSwitch ? (o(), l("div",
|
|
11595
|
+
t.operator && !t.operatorSelect && !t.operatorSwitch ? (o(), l("div", Jp, w(t.operator), 1)) : u("", !0),
|
|
11540
11596
|
t.operatorSelect ? (o(), h(c, {
|
|
11541
11597
|
key: 1,
|
|
11542
11598
|
onChange: i.handleOperatorChange,
|
|
@@ -11548,7 +11604,7 @@ function Qp(e, s, t, a, n, i) {
|
|
|
11548
11604
|
(o(!0), l(X, null, he(t.operatorSelectOptions, (m) => (o(), l("option", {
|
|
11549
11605
|
value: m,
|
|
11550
11606
|
key: m
|
|
11551
|
-
}, w(m), 9,
|
|
11607
|
+
}, w(m), 9, Qp))), 128))
|
|
11552
11608
|
]),
|
|
11553
11609
|
_: 1
|
|
11554
11610
|
}, 8, ["onChange", "value"])) : u("", !0),
|
|
@@ -11574,8 +11630,8 @@ function Qp(e, s, t, a, n, i) {
|
|
|
11574
11630
|
_(d, { radius: 12 })
|
|
11575
11631
|
], 2)) : u("", !0)
|
|
11576
11632
|
])) : u("", !0),
|
|
11577
|
-
f("div",
|
|
11578
|
-
t.descriptor ? (o(), l("div",
|
|
11633
|
+
f("div", eh, [
|
|
11634
|
+
t.descriptor ? (o(), l("div", th, w(t.descriptor), 1)) : u("", !0),
|
|
11579
11635
|
p(e.$slots, "default", {}, void 0, !0),
|
|
11580
11636
|
f("button", {
|
|
11581
11637
|
onClick: s[1] || (s[1] = (m) => e.$emit("remove", m)),
|
|
@@ -11594,7 +11650,7 @@ function Qp(e, s, t, a, n, i) {
|
|
|
11594
11650
|
])
|
|
11595
11651
|
], 34);
|
|
11596
11652
|
}
|
|
11597
|
-
const E_ = /* @__PURE__ */ v(
|
|
11653
|
+
const E_ = /* @__PURE__ */ v(Xp, [["render", sh], ["__scopeId", "data-v-c3c80822"]]), ih = {
|
|
11598
11654
|
name: "ecs-multiselect-token",
|
|
11599
11655
|
emits: ["remove"],
|
|
11600
11656
|
components: {
|
|
@@ -11602,7 +11658,7 @@ const E_ = /* @__PURE__ */ v(Gp, [["render", Qp], ["__scopeId", "data-v-c3c80822
|
|
|
11602
11658
|
EcsFocusRing: L
|
|
11603
11659
|
}
|
|
11604
11660
|
};
|
|
11605
|
-
function
|
|
11661
|
+
function nh(e, s, t, a, n, i) {
|
|
11606
11662
|
const r = g("ecs-icon"), c = g("ecs-focus-ring");
|
|
11607
11663
|
return o(), l("div", {
|
|
11608
11664
|
class: "ecs-multiselect-token",
|
|
@@ -11623,7 +11679,7 @@ function th(e, s, t, a, n, i) {
|
|
|
11623
11679
|
])
|
|
11624
11680
|
], 32);
|
|
11625
11681
|
}
|
|
11626
|
-
const $_ = /* @__PURE__ */ v(
|
|
11682
|
+
const $_ = /* @__PURE__ */ v(ih, [["render", nh], ["__scopeId", "data-v-ce139540"]]), ah = {
|
|
11627
11683
|
name: "ecs-multiselect-option",
|
|
11628
11684
|
components: {
|
|
11629
11685
|
EcsIcon: M
|
|
@@ -11643,8 +11699,8 @@ const $_ = /* @__PURE__ */ v(eh, [["render", th], ["__scopeId", "data-v-ce139540
|
|
|
11643
11699
|
return `ecs-multiselect-option-${this.type}`;
|
|
11644
11700
|
}
|
|
11645
11701
|
}
|
|
11646
|
-
},
|
|
11647
|
-
function
|
|
11702
|
+
}, oh = ["role"];
|
|
11703
|
+
function rh(e, s, t, a, n, i) {
|
|
11648
11704
|
const r = g("ecs-icon");
|
|
11649
11705
|
return o(), l("div", {
|
|
11650
11706
|
class: y(["ecs-multiselect-option", i.typeClass]),
|
|
@@ -11656,9 +11712,9 @@ function nh(e, s, t, a, n, i) {
|
|
|
11656
11712
|
size: "20"
|
|
11657
11713
|
}, null, 8, ["type"])) : u("", !0),
|
|
11658
11714
|
p(e.$slots, "default", {}, void 0, !0)
|
|
11659
|
-
], 10,
|
|
11715
|
+
], 10, oh);
|
|
11660
11716
|
}
|
|
11661
|
-
const P_ = /* @__PURE__ */ v(
|
|
11717
|
+
const P_ = /* @__PURE__ */ v(ah, [["render", rh], ["__scopeId", "data-v-e28fc40f"]]), lh = {
|
|
11662
11718
|
name: "ecs-overlay",
|
|
11663
11719
|
emits: ["close", "toggled"],
|
|
11664
11720
|
components: { EcsIcon: M, EcsButtonToolbar: pt, EcsAlert: ws },
|
|
@@ -11799,41 +11855,41 @@ const P_ = /* @__PURE__ */ v(sh, [["render", nh], ["__scopeId", "data-v-e28fc40f
|
|
|
11799
11855
|
}, 10);
|
|
11800
11856
|
}
|
|
11801
11857
|
}
|
|
11802
|
-
},
|
|
11858
|
+
}, ch = { class: "ecs-overlay-titles" }, dh = { class: "title" }, uh = {
|
|
11803
11859
|
key: 0,
|
|
11804
11860
|
class: "emphasized"
|
|
11805
|
-
},
|
|
11861
|
+
}, fh = {
|
|
11806
11862
|
key: 0,
|
|
11807
11863
|
class: "subline"
|
|
11808
|
-
},
|
|
11864
|
+
}, gh = {
|
|
11809
11865
|
key: 0,
|
|
11810
11866
|
class: "ecs-overlay-header-controls"
|
|
11811
|
-
},
|
|
11867
|
+
}, mh = ["aria-busy"], ph = {
|
|
11812
11868
|
key: 0,
|
|
11813
11869
|
class: "ecs-overlay-tabs scrollbar scrollbar-sml"
|
|
11814
|
-
},
|
|
11870
|
+
}, hh = {
|
|
11815
11871
|
key: 0,
|
|
11816
11872
|
class: "ecs-overlay-sidebar ecs-overlay-sidebar-static"
|
|
11817
|
-
},
|
|
11873
|
+
}, vh = {
|
|
11818
11874
|
key: 0,
|
|
11819
11875
|
class: "ecs-overlay-sidebar ecs-overlay-sidebar-float scrollbar scrollbar-sml"
|
|
11820
|
-
},
|
|
11876
|
+
}, yh = {
|
|
11821
11877
|
key: 1,
|
|
11822
11878
|
class: "ecs-overlay-content-block"
|
|
11823
|
-
},
|
|
11879
|
+
}, bh = {
|
|
11824
11880
|
key: 1,
|
|
11825
11881
|
class: "ecs-overlay-footer"
|
|
11826
|
-
},
|
|
11882
|
+
}, _h = {
|
|
11827
11883
|
key: 0,
|
|
11828
11884
|
class: "spacer-tabs"
|
|
11829
|
-
},
|
|
11885
|
+
}, kh = { class: "ecs-overlay-footer-content" }, wh = {
|
|
11830
11886
|
key: 0,
|
|
11831
11887
|
class: "spacer-sidebar"
|
|
11832
|
-
},
|
|
11888
|
+
}, Sh = {
|
|
11833
11889
|
key: 1,
|
|
11834
11890
|
class: "spacer-scrollbar"
|
|
11835
11891
|
};
|
|
11836
|
-
function
|
|
11892
|
+
function xh(e, s, t, a, n, i) {
|
|
11837
11893
|
const r = g("ecs-icon"), c = g("ecs-button-toolbar"), d = g("ecs-alert");
|
|
11838
11894
|
return o(), h(pe, {
|
|
11839
11895
|
name: "fade",
|
|
@@ -11849,7 +11905,7 @@ function kh(e, s, t, a, n, i) {
|
|
|
11849
11905
|
class: "ecs-overlay-header",
|
|
11850
11906
|
style: C(e.$slots.alert ? "" : "border-bottom: 1px solid var(--color-gray-4);")
|
|
11851
11907
|
}, [
|
|
11852
|
-
f("div",
|
|
11908
|
+
f("div", ch, [
|
|
11853
11909
|
t.icon ? (o(), h(r, {
|
|
11854
11910
|
key: 0,
|
|
11855
11911
|
type: t.icon,
|
|
@@ -11857,14 +11913,14 @@ function kh(e, s, t, a, n, i) {
|
|
|
11857
11913
|
color: "#B9BCC2"
|
|
11858
11914
|
}, null, 8, ["type"])) : u("", !0),
|
|
11859
11915
|
f("div", null, [
|
|
11860
|
-
f("span",
|
|
11861
|
-
t.headerTitleEmphasized ? (o(), l("span",
|
|
11916
|
+
f("span", dh, [
|
|
11917
|
+
t.headerTitleEmphasized ? (o(), l("span", uh, w(t.headerTitleEmphasized), 1)) : u("", !0),
|
|
11862
11918
|
D(" " + w(t.headerTitle), 1)
|
|
11863
11919
|
]),
|
|
11864
|
-
t.headerTitleSubline ? (o(), l("span",
|
|
11920
|
+
t.headerTitleSubline ? (o(), l("span", fh, w(t.headerTitleSubline), 1)) : u("", !0)
|
|
11865
11921
|
])
|
|
11866
11922
|
]),
|
|
11867
|
-
e.$slots.headercontrols ? (o(), l("div",
|
|
11923
|
+
e.$slots.headercontrols ? (o(), l("div", gh, [
|
|
11868
11924
|
p(e.$slots, "headercontrols", {}, void 0, !0)
|
|
11869
11925
|
])) : u("", !0),
|
|
11870
11926
|
e.$slots.sidebar && n.width <= 1500 ? (o(), h(c, {
|
|
@@ -11906,7 +11962,7 @@ function kh(e, s, t, a, n, i) {
|
|
|
11906
11962
|
class: "ecs-overlay-content scrollbar",
|
|
11907
11963
|
"aria-busy": t.blockContent || null
|
|
11908
11964
|
}, [
|
|
11909
|
-
e.$slots.tabs ? (o(), l("div",
|
|
11965
|
+
e.$slots.tabs ? (o(), l("div", ph, [
|
|
11910
11966
|
p(e.$slots, "tabs", {}, void 0, !0)
|
|
11911
11967
|
])) : u("", !0),
|
|
11912
11968
|
f("div", {
|
|
@@ -11919,31 +11975,31 @@ function kh(e, s, t, a, n, i) {
|
|
|
11919
11975
|
}, [
|
|
11920
11976
|
p(e.$slots, "default", {}, void 0, !0)
|
|
11921
11977
|
], 6),
|
|
11922
|
-
e.$slots.sidebar && n.width > 1500 ? (o(), l("div",
|
|
11978
|
+
e.$slots.sidebar && n.width > 1500 ? (o(), l("div", hh, [
|
|
11923
11979
|
p(e.$slots, "sidebar", {}, void 0, !0)
|
|
11924
11980
|
])) : u("", !0),
|
|
11925
11981
|
_(pe, { name: "slide" }, {
|
|
11926
11982
|
default: S(() => [
|
|
11927
|
-
e.$slots.sidebar && n.width <= 1500 && n.showSidebar ? (o(), l("div",
|
|
11983
|
+
e.$slots.sidebar && n.width <= 1500 && n.showSidebar ? (o(), l("div", vh, [
|
|
11928
11984
|
p(e.$slots, "sidebar", {}, void 0, !0)
|
|
11929
11985
|
])) : u("", !0)
|
|
11930
11986
|
]),
|
|
11931
11987
|
_: 3
|
|
11932
11988
|
})
|
|
11933
11989
|
], 2),
|
|
11934
|
-
t.blockContent ? (o(), l("div",
|
|
11935
|
-
], 8,
|
|
11936
|
-
e.$slots.footer ? (o(), l("footer",
|
|
11937
|
-
e.$slots.tabs ? (o(), l("div",
|
|
11938
|
-
f("div",
|
|
11990
|
+
t.blockContent ? (o(), l("div", yh)) : u("", !0)
|
|
11991
|
+
], 8, mh),
|
|
11992
|
+
e.$slots.footer ? (o(), l("footer", bh, [
|
|
11993
|
+
e.$slots.tabs ? (o(), l("div", _h)) : u("", !0),
|
|
11994
|
+
f("div", kh, [
|
|
11939
11995
|
f("div", {
|
|
11940
11996
|
class: "ecs-overlay-footer-content-inner",
|
|
11941
11997
|
style: C({ width: i.contentWidth, maxWidth: i.contentMaxWidth, minWidth: i.contentMinWidth, paddingLeft: i.contentPadding, paddingRight: i.contentPadding })
|
|
11942
11998
|
}, [
|
|
11943
11999
|
p(e.$slots, "footer", {}, void 0, !0)
|
|
11944
12000
|
], 4),
|
|
11945
|
-
e.$slots.sidebar && n.width > 1500 ? (o(), l("div",
|
|
11946
|
-
n.footerScrollSpacer ? (o(), l("div",
|
|
12001
|
+
e.$slots.sidebar && n.width > 1500 ? (o(), l("div", wh)) : u("", !0),
|
|
12002
|
+
n.footerScrollSpacer ? (o(), l("div", Sh)) : u("", !0)
|
|
11947
12003
|
])
|
|
11948
12004
|
])) : u("", !0)
|
|
11949
12005
|
], 4)) : u("", !0)
|
|
@@ -11951,7 +12007,7 @@ function kh(e, s, t, a, n, i) {
|
|
|
11951
12007
|
_: 3
|
|
11952
12008
|
});
|
|
11953
12009
|
}
|
|
11954
|
-
const T_ = /* @__PURE__ */ v(
|
|
12010
|
+
const T_ = /* @__PURE__ */ v(lh, [["render", xh], ["__scopeId", "data-v-ba8a417e"]]), Ch = {
|
|
11955
12011
|
name: "ecs-pagination",
|
|
11956
12012
|
emits: ["firstPage", "prevPage", "nextPage", "lastPage", "updatePage", "itemsPerPage"],
|
|
11957
12013
|
components: {
|
|
@@ -12053,14 +12109,14 @@ const T_ = /* @__PURE__ */ v(ah, [["render", kh], ["__scopeId", "data-v-ba8a417e
|
|
|
12053
12109
|
this.$emit("updatePage", Number(e));
|
|
12054
12110
|
}
|
|
12055
12111
|
}
|
|
12056
|
-
}, Us = (e) => (be("data-v-ca016e63"), e = e(), _e(), e),
|
|
12112
|
+
}, Us = (e) => (be("data-v-ca016e63"), e = e(), _e(), e), Bh = /* @__PURE__ */ Us(() => /* @__PURE__ */ f("span", null, "Page", -1)), zh = ["value", "selected"], Ih = {
|
|
12057
12113
|
key: 0,
|
|
12058
12114
|
class: "total"
|
|
12059
|
-
},
|
|
12115
|
+
}, Eh = {
|
|
12060
12116
|
key: 1,
|
|
12061
12117
|
class: "ecs-pagination-range"
|
|
12062
|
-
},
|
|
12063
|
-
function
|
|
12118
|
+
}, $h = { class: "ecs-pagination-tabs" }, Ph = /* @__PURE__ */ Us(() => /* @__PURE__ */ f("span", null, "Items per page", -1)), Th = ["value", "selected"];
|
|
12119
|
+
function Mh(e, s, t, a, n, i) {
|
|
12064
12120
|
const r = g("ecs-button"), c = g("ecs-flex-row"), d = g("ecs-select");
|
|
12065
12121
|
return o(), l("div", {
|
|
12066
12122
|
class: y(["ecs-pagination", [
|
|
@@ -12104,7 +12160,7 @@ function $h(e, s, t, a, n, i) {
|
|
|
12104
12160
|
}),
|
|
12105
12161
|
_(c, { gap: 4 }, {
|
|
12106
12162
|
default: S(() => [
|
|
12107
|
-
|
|
12163
|
+
Bh,
|
|
12108
12164
|
_(d, {
|
|
12109
12165
|
modelValue: n.updatedCurrentPage,
|
|
12110
12166
|
"onUpdate:modelValue": s[2] || (s[2] = (m) => n.updatedCurrentPage = m),
|
|
@@ -12116,11 +12172,11 @@ function $h(e, s, t, a, n, i) {
|
|
|
12116
12172
|
key: m,
|
|
12117
12173
|
value: m,
|
|
12118
12174
|
selected: m === t.currentPage
|
|
12119
|
-
}, w(m), 9,
|
|
12175
|
+
}, w(m), 9, zh))), 128))
|
|
12120
12176
|
]),
|
|
12121
12177
|
_: 1
|
|
12122
12178
|
}, 8, ["modelValue", "disabled"]),
|
|
12123
|
-
t.totalPages ? (o(), l("span",
|
|
12179
|
+
t.totalPages ? (o(), l("span", Ih, "of " + w(t.totalPages), 1)) : u("", !0)
|
|
12124
12180
|
]),
|
|
12125
12181
|
_: 1
|
|
12126
12182
|
}),
|
|
@@ -12149,7 +12205,7 @@ function $h(e, s, t, a, n, i) {
|
|
|
12149
12205
|
]),
|
|
12150
12206
|
_: 1
|
|
12151
12207
|
})
|
|
12152
|
-
], 64)) : i.hasRange ? (o(), l("span",
|
|
12208
|
+
], 64)) : i.hasRange ? (o(), l("span", Eh, [
|
|
12153
12209
|
D("Showing entries "),
|
|
12154
12210
|
f("span", null, w(t.itemRangeFrom) + " to " + w(t.itemRangeTo), 1),
|
|
12155
12211
|
D(" of "),
|
|
@@ -12158,7 +12214,7 @@ function $h(e, s, t, a, n, i) {
|
|
|
12158
12214
|
]),
|
|
12159
12215
|
_: 1
|
|
12160
12216
|
}, 8, ["style"]),
|
|
12161
|
-
f("div",
|
|
12217
|
+
f("div", $h, [
|
|
12162
12218
|
p(e.$slots, "tabs", {}, void 0, !0)
|
|
12163
12219
|
]),
|
|
12164
12220
|
t.showItemsPerPage && t.type == "paginated" ? (o(), h(c, {
|
|
@@ -12167,7 +12223,7 @@ function $h(e, s, t, a, n, i) {
|
|
|
12167
12223
|
class: "ecs-pagination-items"
|
|
12168
12224
|
}, {
|
|
12169
12225
|
default: S(() => [
|
|
12170
|
-
|
|
12226
|
+
Ph,
|
|
12171
12227
|
_(d, {
|
|
12172
12228
|
modelValue: n.updatedItemsPerPageSelected,
|
|
12173
12229
|
"onUpdate:modelValue": s[5] || (s[5] = (m) => n.updatedItemsPerPageSelected = m),
|
|
@@ -12180,7 +12236,7 @@ function $h(e, s, t, a, n, i) {
|
|
|
12180
12236
|
key: m,
|
|
12181
12237
|
value: m,
|
|
12182
12238
|
selected: m === t.itemsPerPageSelected
|
|
12183
|
-
}, w(m), 9,
|
|
12239
|
+
}, w(m), 9, Th))), 128))
|
|
12184
12240
|
]),
|
|
12185
12241
|
_: 1
|
|
12186
12242
|
}, 8, ["modelValue", "disabled"])
|
|
@@ -12199,7 +12255,7 @@ function $h(e, s, t, a, n, i) {
|
|
|
12199
12255
|
})) : u("", !0)
|
|
12200
12256
|
], 2);
|
|
12201
12257
|
}
|
|
12202
|
-
const M_ = /* @__PURE__ */ v(
|
|
12258
|
+
const M_ = /* @__PURE__ */ v(Ch, [["render", Mh], ["__scopeId", "data-v-ca016e63"]]), Lh = {
|
|
12203
12259
|
name: "ecs-party-entry",
|
|
12204
12260
|
components: { EcsIcon: M, EcsSticker: Fe },
|
|
12205
12261
|
props: {
|
|
@@ -12277,11 +12333,11 @@ const M_ = /* @__PURE__ */ v(wh, [["render", $h], ["__scopeId", "data-v-ca016e63
|
|
|
12277
12333
|
}
|
|
12278
12334
|
}
|
|
12279
12335
|
}
|
|
12280
|
-
},
|
|
12336
|
+
}, Oh = {
|
|
12281
12337
|
key: 3,
|
|
12282
12338
|
class: "ecs-party-entry-background"
|
|
12283
12339
|
};
|
|
12284
|
-
function
|
|
12340
|
+
function Ah(e, s, t, a, n, i) {
|
|
12285
12341
|
const r = g("ecs-icon"), c = g("ecs-sticker");
|
|
12286
12342
|
return o(), l("div", {
|
|
12287
12343
|
class: y(["ecs-party-entry", [t.party, t.color && t.background ? "ecs-party-entry-colored" : ""]]),
|
|
@@ -12308,10 +12364,10 @@ function Mh(e, s, t, a, n, i) {
|
|
|
12308
12364
|
style: C("margin-left:" + t.iconSpacing),
|
|
12309
12365
|
size: t.iconSize
|
|
12310
12366
|
}, null, 8, ["type", "color", "style", "size"])) : u("", !0),
|
|
12311
|
-
t.background ? (o(), l("div",
|
|
12367
|
+
t.background ? (o(), l("div", Oh)) : u("", !0)
|
|
12312
12368
|
], 6);
|
|
12313
12369
|
}
|
|
12314
|
-
const L_ = /* @__PURE__ */ v(
|
|
12370
|
+
const L_ = /* @__PURE__ */ v(Lh, [["render", Ah], ["__scopeId", "data-v-d7c75070"]]), Nh = {
|
|
12315
12371
|
name: "ecs-popover-header",
|
|
12316
12372
|
components: { EcsIcon: M, EcsText: nt },
|
|
12317
12373
|
props: {
|
|
@@ -12331,17 +12387,17 @@ const L_ = /* @__PURE__ */ v(Ph, [["render", Mh], ["__scopeId", "data-v-d7c75070
|
|
|
12331
12387
|
return !!this.$slots.default;
|
|
12332
12388
|
}
|
|
12333
12389
|
}
|
|
12334
|
-
},
|
|
12390
|
+
}, Dh = { class: "ecs-popover-header" }, Rh = { class: "ecs-popover-header-title" }, Fh = {
|
|
12335
12391
|
key: 1,
|
|
12336
12392
|
class: "ecs-popover-header-title-controls"
|
|
12337
|
-
},
|
|
12393
|
+
}, Vh = {
|
|
12338
12394
|
key: 0,
|
|
12339
12395
|
class: "ecs-popover-header-actions"
|
|
12340
12396
|
};
|
|
12341
|
-
function
|
|
12397
|
+
function Hh(e, s, t, a, n, i) {
|
|
12342
12398
|
const r = g("ecs-icon"), c = g("ecs-text");
|
|
12343
|
-
return o(), l("header",
|
|
12344
|
-
f("div",
|
|
12399
|
+
return o(), l("header", Dh, [
|
|
12400
|
+
f("div", Rh, [
|
|
12345
12401
|
t.icon ? (o(), h(r, {
|
|
12346
12402
|
key: 0,
|
|
12347
12403
|
type: t.icon,
|
|
@@ -12358,16 +12414,16 @@ function Rh(e, s, t, a, n, i) {
|
|
|
12358
12414
|
]),
|
|
12359
12415
|
_: 1
|
|
12360
12416
|
}),
|
|
12361
|
-
e.$slots.titleControls ? (o(), l("div",
|
|
12417
|
+
e.$slots.titleControls ? (o(), l("div", Fh, [
|
|
12362
12418
|
p(e.$slots, "titleControls", {}, void 0, !0)
|
|
12363
12419
|
])) : u("", !0)
|
|
12364
12420
|
]),
|
|
12365
|
-
i.hasControls ? (o(), l("div",
|
|
12421
|
+
i.hasControls ? (o(), l("div", Vh, [
|
|
12366
12422
|
p(e.$slots, "default", {}, void 0, !0)
|
|
12367
12423
|
])) : u("", !0)
|
|
12368
12424
|
]);
|
|
12369
12425
|
}
|
|
12370
|
-
const O_ = /* @__PURE__ */ v(
|
|
12426
|
+
const O_ = /* @__PURE__ */ v(Nh, [["render", Hh], ["__scopeId", "data-v-85fef203"]]), qh = {
|
|
12371
12427
|
name: "EcsPopoverListHeadline",
|
|
12372
12428
|
components: {
|
|
12373
12429
|
EcsButtonCollapse: Ht
|
|
@@ -12408,11 +12464,11 @@ const O_ = /* @__PURE__ */ v(Lh, [["render", Rh], ["__scopeId", "data-v-85fef203
|
|
|
12408
12464
|
this.isCollapsed = !this.isCollapsed, this.$emit("toggle", this.isCollapsed);
|
|
12409
12465
|
}
|
|
12410
12466
|
}
|
|
12411
|
-
},
|
|
12467
|
+
}, Wh = {
|
|
12412
12468
|
key: 1,
|
|
12413
12469
|
class: "ecs-popover-list-title-controls"
|
|
12414
12470
|
};
|
|
12415
|
-
function
|
|
12471
|
+
function jh(e, s, t, a, n, i) {
|
|
12416
12472
|
const r = g("ecs-button-collapse");
|
|
12417
12473
|
return o(), l("li", {
|
|
12418
12474
|
class: y(["ecs-popover-list-title", [
|
|
@@ -12431,12 +12487,12 @@ function Hh(e, s, t, a, n, i) {
|
|
|
12431
12487
|
f("span", null, [
|
|
12432
12488
|
p(e.$slots, "default", {}, void 0, !0)
|
|
12433
12489
|
]),
|
|
12434
|
-
e.$slots.controls ? (o(), l("div",
|
|
12490
|
+
e.$slots.controls ? (o(), l("div", Wh, [
|
|
12435
12491
|
p(e.$slots, "controls", {}, void 0, !0)
|
|
12436
12492
|
])) : u("", !0)
|
|
12437
12493
|
], 2);
|
|
12438
12494
|
}
|
|
12439
|
-
const A_ = /* @__PURE__ */ v(
|
|
12495
|
+
const A_ = /* @__PURE__ */ v(qh, [["render", jh], ["__scopeId", "data-v-c1516cc2"]]), Uh = {
|
|
12440
12496
|
name: "ecs-rating-star-read",
|
|
12441
12497
|
components: { EcsSkeletonLoader: fe },
|
|
12442
12498
|
props: {
|
|
@@ -12467,8 +12523,8 @@ const A_ = /* @__PURE__ */ v(Fh, [["render", Hh], ["__scopeId", "data-v-c1516cc2
|
|
|
12467
12523
|
return this.size && this.size !== "" ? `ecs-rating-read-${this.size}` : this.size;
|
|
12468
12524
|
}
|
|
12469
12525
|
}
|
|
12470
|
-
},
|
|
12471
|
-
function
|
|
12526
|
+
}, Gh = ["aria-busy", "aria-label"], Kh = ["data-maximum", "data-rating"];
|
|
12527
|
+
function Yh(e, s, t, a, n, i) {
|
|
12472
12528
|
const r = g("ecs-skeleton-loader");
|
|
12473
12529
|
return o(), l("div", {
|
|
12474
12530
|
class: y(["ecs-rating-read", [i.sizeClass]]),
|
|
@@ -12485,10 +12541,10 @@ function Uh(e, s, t, a, n, i) {
|
|
|
12485
12541
|
class: "ecs-stars-read",
|
|
12486
12542
|
"data-maximum": t.maximum,
|
|
12487
12543
|
"data-rating": t.rating
|
|
12488
|
-
}, null, 8,
|
|
12489
|
-
], 10,
|
|
12544
|
+
}, null, 8, Kh))
|
|
12545
|
+
], 10, Gh);
|
|
12490
12546
|
}
|
|
12491
|
-
const
|
|
12547
|
+
const Xh = /* @__PURE__ */ v(Uh, [["render", Yh], ["__scopeId", "data-v-8f28e1c1"]]), Zh = {
|
|
12492
12548
|
name: "ecs-rating-favorability",
|
|
12493
12549
|
emits: ["click"],
|
|
12494
12550
|
components: { EcsIcon: M, EcsSkeletonLoader: fe },
|
|
@@ -12547,8 +12603,8 @@ const Gh = /* @__PURE__ */ v(qh, [["render", Uh], ["__scopeId", "data-v-8f28e1c1
|
|
|
12547
12603
|
}[e];
|
|
12548
12604
|
}
|
|
12549
12605
|
}
|
|
12550
|
-
},
|
|
12551
|
-
function
|
|
12606
|
+
}, Jh = ["aria-busy"], Qh = ["title"];
|
|
12607
|
+
function ev(e, s, t, a, n, i) {
|
|
12552
12608
|
const r = g("ecs-icon"), c = g("ecs-skeleton-loader");
|
|
12553
12609
|
return o(), l("div", {
|
|
12554
12610
|
onClick: s[0] || (s[0] = (d) => e.$emit("click", d)),
|
|
@@ -12560,7 +12616,7 @@ function Zh(e, s, t, a, n, i) {
|
|
|
12560
12616
|
title: i.labelText
|
|
12561
12617
|
}, [
|
|
12562
12618
|
_(r, { type: i.iconType }, null, 8, ["type"])
|
|
12563
|
-
], 10,
|
|
12619
|
+
], 10, Qh),
|
|
12564
12620
|
t.label ? (o(), l("span", {
|
|
12565
12621
|
key: 0,
|
|
12566
12622
|
class: y(["label", t.loading ? "loading" : ""])
|
|
@@ -12577,12 +12633,12 @@ function Zh(e, s, t, a, n, i) {
|
|
|
12577
12633
|
width: 100,
|
|
12578
12634
|
style: { width: "calc(100% - 30px)" }
|
|
12579
12635
|
})) : u("", !0)
|
|
12580
|
-
], 10,
|
|
12636
|
+
], 10, Jh);
|
|
12581
12637
|
}
|
|
12582
|
-
const
|
|
12638
|
+
const tv = /* @__PURE__ */ v(Zh, [["render", ev], ["__scopeId", "data-v-6f812168"]]), sv = {
|
|
12583
12639
|
name: "ecs-quicklinks-link",
|
|
12584
12640
|
emits: ["click", "input", "toggle"],
|
|
12585
|
-
components: { EcsCheckbox: Vt, EcsRatingStarRead:
|
|
12641
|
+
components: { EcsCheckbox: Vt, EcsRatingStarRead: Xh, EcsRatingFavorability: tv, EcsSwitch: Ls, EcsIcon: M, EcsFocusRing: L },
|
|
12586
12642
|
props: {
|
|
12587
12643
|
label: {
|
|
12588
12644
|
type: String,
|
|
@@ -12641,17 +12697,17 @@ const Jh = /* @__PURE__ */ v(Kh, [["render", Zh], ["__scopeId", "data-v-6f812168
|
|
|
12641
12697
|
return this.active ? "active" : "subtle";
|
|
12642
12698
|
}
|
|
12643
12699
|
}
|
|
12644
|
-
},
|
|
12700
|
+
}, iv = { class: "filter-description" }, nv = {
|
|
12645
12701
|
key: 0,
|
|
12646
12702
|
class: "filter-count"
|
|
12647
|
-
},
|
|
12703
|
+
}, av = { style: { "margin-left": "12px" } }, ov = { class: "static-label" }, rv = {
|
|
12648
12704
|
key: 0,
|
|
12649
12705
|
class: "filter-count"
|
|
12650
|
-
},
|
|
12706
|
+
}, lv = { key: 2 }, cv = {
|
|
12651
12707
|
key: 3,
|
|
12652
12708
|
class: "filter-count"
|
|
12653
12709
|
};
|
|
12654
|
-
function
|
|
12710
|
+
function dv(e, s, t, a, n, i) {
|
|
12655
12711
|
const r = g("ecs-icon"), c = g("ecs-focus-ring"), d = g("ecs-rating-favorability"), m = g("ecs-rating-star-read"), b = g("ecs-switch"), k = g("ecs-checkbox");
|
|
12656
12712
|
return o(), l("li", {
|
|
12657
12713
|
class: y(["ecs-quicklinks-link", [
|
|
@@ -12667,8 +12723,8 @@ function rv(e, s, t, a, n, i) {
|
|
|
12667
12723
|
role: "button"
|
|
12668
12724
|
}, [
|
|
12669
12725
|
_(r, { type: t.icon }, null, 8, ["type"]),
|
|
12670
|
-
f("span",
|
|
12671
|
-
t.count ? (o(), l("small",
|
|
12726
|
+
f("span", iv, w(t.label), 1),
|
|
12727
|
+
t.count ? (o(), l("small", nv, w(t.count), 1)) : u("", !0),
|
|
12672
12728
|
_(c)
|
|
12673
12729
|
])) : t.type === "favorability" ? (o(), l("div", {
|
|
12674
12730
|
key: 1,
|
|
@@ -12683,10 +12739,10 @@ function rv(e, s, t, a, n, i) {
|
|
|
12683
12739
|
label: !1,
|
|
12684
12740
|
disabled: t.disabled || null
|
|
12685
12741
|
}, null, 8, ["type", "rating", "disabled"]),
|
|
12686
|
-
f("label",
|
|
12687
|
-
f("span",
|
|
12742
|
+
f("label", av, [
|
|
12743
|
+
f("span", ov, w(t.label), 1)
|
|
12688
12744
|
]),
|
|
12689
|
-
t.count ? (o(), l("small",
|
|
12745
|
+
t.count ? (o(), l("small", rv, w(t.count), 1)) : u("", !0),
|
|
12690
12746
|
_(c)
|
|
12691
12747
|
])) : (o(), h(k, {
|
|
12692
12748
|
key: 2,
|
|
@@ -12712,14 +12768,14 @@ function rv(e, s, t, a, n, i) {
|
|
|
12712
12768
|
D(w(t.label), 1)
|
|
12713
12769
|
]),
|
|
12714
12770
|
_: 1
|
|
12715
|
-
}, 8, ["value", "disabled"])) : (o(), l("span",
|
|
12716
|
-
t.count ? (o(), l("small",
|
|
12771
|
+
}, 8, ["value", "disabled"])) : (o(), l("span", lv, w(t.label), 1)),
|
|
12772
|
+
t.count ? (o(), l("small", cv, w(t.count), 1)) : u("", !0)
|
|
12717
12773
|
]),
|
|
12718
12774
|
_: 1
|
|
12719
12775
|
}, 8, ["value", "value-false", "value-true", "disabled"]))
|
|
12720
12776
|
], 2);
|
|
12721
12777
|
}
|
|
12722
|
-
const N_ = /* @__PURE__ */ v(
|
|
12778
|
+
const N_ = /* @__PURE__ */ v(sv, [["render", dv], ["__scopeId", "data-v-fe97cca0"]]), uv = {
|
|
12723
12779
|
name: "ecs-rating-star-write",
|
|
12724
12780
|
emits: ["click"],
|
|
12725
12781
|
props: {
|
|
@@ -12743,16 +12799,16 @@ const N_ = /* @__PURE__ */ v(Qh, [["render", rv], ["__scopeId", "data-v-fe97cca0
|
|
|
12743
12799
|
default: !1
|
|
12744
12800
|
}
|
|
12745
12801
|
}
|
|
12746
|
-
}, vt = (e) => (be("data-v-f63b724f"), e = e(), _e(), e),
|
|
12802
|
+
}, vt = (e) => (be("data-v-f63b724f"), e = e(), _e(), e), fv = {
|
|
12747
12803
|
key: 0,
|
|
12748
12804
|
class: "ecs-rating-reset"
|
|
12749
|
-
},
|
|
12750
|
-
function
|
|
12805
|
+
}, gv = { class: "ecs-rating-write" }, mv = ["checked", "disabled"], pv = /* @__PURE__ */ vt(() => /* @__PURE__ */ f("i", null, null, -1)), hv = ["checked", "disabled"], vv = /* @__PURE__ */ vt(() => /* @__PURE__ */ f("i", null, null, -1)), yv = ["checked", "disabled"], bv = /* @__PURE__ */ vt(() => /* @__PURE__ */ f("i", null, null, -1)), _v = ["checked", "disabled"], kv = /* @__PURE__ */ vt(() => /* @__PURE__ */ f("i", null, null, -1));
|
|
12806
|
+
function wv(e, s, t, a, n, i) {
|
|
12751
12807
|
return o(), l("div", {
|
|
12752
12808
|
class: y(["ecs-rating-form", [t.large ? "ecs-rating-form-lg" : ""]])
|
|
12753
12809
|
}, [
|
|
12754
|
-
t.unrated ? (o(), l("button",
|
|
12755
|
-
f("div",
|
|
12810
|
+
t.unrated ? (o(), l("button", fv)) : u("", !0),
|
|
12811
|
+
f("div", gv, [
|
|
12756
12812
|
f("input", {
|
|
12757
12813
|
type: "radio",
|
|
12758
12814
|
value: "1",
|
|
@@ -12760,8 +12816,8 @@ function bv(e, s, t, a, n, i) {
|
|
|
12760
12816
|
onClick: s[0] || (s[0] = (r) => e.$emit("click", r)),
|
|
12761
12817
|
checked: t.value == 1 || null,
|
|
12762
12818
|
disabled: t.disabled
|
|
12763
|
-
}, null, 8,
|
|
12764
|
-
|
|
12819
|
+
}, null, 8, mv),
|
|
12820
|
+
pv,
|
|
12765
12821
|
f("input", {
|
|
12766
12822
|
type: "radio",
|
|
12767
12823
|
value: "2",
|
|
@@ -12769,8 +12825,8 @@ function bv(e, s, t, a, n, i) {
|
|
|
12769
12825
|
onClick: s[1] || (s[1] = (r) => e.$emit("click", r)),
|
|
12770
12826
|
checked: t.value == 2 || null,
|
|
12771
12827
|
disabled: t.disabled
|
|
12772
|
-
}, null, 8,
|
|
12773
|
-
|
|
12828
|
+
}, null, 8, hv),
|
|
12829
|
+
vv,
|
|
12774
12830
|
f("input", {
|
|
12775
12831
|
type: "radio",
|
|
12776
12832
|
value: "3",
|
|
@@ -12778,8 +12834,8 @@ function bv(e, s, t, a, n, i) {
|
|
|
12778
12834
|
onClick: s[2] || (s[2] = (r) => e.$emit("click", r)),
|
|
12779
12835
|
checked: t.value == 3 || null,
|
|
12780
12836
|
disabled: t.disabled
|
|
12781
|
-
}, null, 8,
|
|
12782
|
-
|
|
12837
|
+
}, null, 8, yv),
|
|
12838
|
+
bv,
|
|
12783
12839
|
f("input", {
|
|
12784
12840
|
type: "radio",
|
|
12785
12841
|
value: "4",
|
|
@@ -12787,12 +12843,12 @@ function bv(e, s, t, a, n, i) {
|
|
|
12787
12843
|
onClick: s[3] || (s[3] = (r) => e.$emit("click", r)),
|
|
12788
12844
|
checked: t.value == 4 || null,
|
|
12789
12845
|
disabled: t.disabled
|
|
12790
|
-
}, null, 8,
|
|
12791
|
-
|
|
12846
|
+
}, null, 8, _v),
|
|
12847
|
+
kv
|
|
12792
12848
|
])
|
|
12793
12849
|
], 2);
|
|
12794
12850
|
}
|
|
12795
|
-
const D_ = /* @__PURE__ */ v(
|
|
12851
|
+
const D_ = /* @__PURE__ */ v(uv, [["render", wv], ["__scopeId", "data-v-f63b724f"]]), Sv = {
|
|
12796
12852
|
name: "ecs-section",
|
|
12797
12853
|
props: {
|
|
12798
12854
|
/** Adds a headline to the section. */
|
|
@@ -12841,11 +12897,11 @@ const D_ = /* @__PURE__ */ v(lv, [["render", bv], ["__scopeId", "data-v-f63b724f
|
|
|
12841
12897
|
return `ecs-section-content-padding-${this.contentPadding}`;
|
|
12842
12898
|
}
|
|
12843
12899
|
}
|
|
12844
|
-
},
|
|
12900
|
+
}, xv = {
|
|
12845
12901
|
key: 0,
|
|
12846
12902
|
class: "ecs-section-controls"
|
|
12847
12903
|
};
|
|
12848
|
-
function
|
|
12904
|
+
function Cv(e, s, t, a, n, i) {
|
|
12849
12905
|
return o(), l("div", {
|
|
12850
12906
|
class: y(["ecs-section", [
|
|
12851
12907
|
t.borderTop ? "ecs-section-border-top" : "",
|
|
@@ -12859,7 +12915,7 @@ function wv(e, s, t, a, n, i) {
|
|
|
12859
12915
|
class: y(["ecs-section-headline", [t.headlineBold ? "ecs-headline-section-bold" : "ecs-headline-section", e.$slots.controls ? "has-buttons" : ""]])
|
|
12860
12916
|
}, [
|
|
12861
12917
|
D(w(t.title) + " ", 1),
|
|
12862
|
-
e.$slots.controls ? (o(), l("div",
|
|
12918
|
+
e.$slots.controls ? (o(), l("div", xv, [
|
|
12863
12919
|
p(e.$slots, "controls", {}, void 0, !0)
|
|
12864
12920
|
])) : u("", !0)
|
|
12865
12921
|
], 2)) : u("", !0),
|
|
@@ -12873,7 +12929,7 @@ function wv(e, s, t, a, n, i) {
|
|
|
12873
12929
|
], 2)
|
|
12874
12930
|
], 2);
|
|
12875
12931
|
}
|
|
12876
|
-
const R_ = /* @__PURE__ */ v(
|
|
12932
|
+
const R_ = /* @__PURE__ */ v(Sv, [["render", Cv], ["__scopeId", "data-v-ec263a49"]]), Bv = {
|
|
12877
12933
|
name: "ecs-segments",
|
|
12878
12934
|
emits: ["click"],
|
|
12879
12935
|
components: { EcsIcon: M },
|
|
@@ -12906,8 +12962,8 @@ const R_ = /* @__PURE__ */ v(_v, [["render", wv], ["__scopeId", "data-v-ec263a49
|
|
|
12906
12962
|
default: !1
|
|
12907
12963
|
}
|
|
12908
12964
|
}
|
|
12909
|
-
},
|
|
12910
|
-
function
|
|
12965
|
+
}, zv = ["for", "disabled"], Iv = ["name", "value", "id", "checked", "disabled", "onClick"], Ev = ["title"];
|
|
12966
|
+
function $v(e, s, t, a, n, i) {
|
|
12911
12967
|
const r = g("ecs-icon");
|
|
12912
12968
|
return o(), l("div", {
|
|
12913
12969
|
class: y(["ecs-segments", [t.inline ? "ecs-segments-inline" : ""]])
|
|
@@ -12925,7 +12981,7 @@ function zv(e, s, t, a, n, i) {
|
|
|
12925
12981
|
checked: t.value.toLowerCase() == c.id.toLowerCase() || null,
|
|
12926
12982
|
disabled: c.disabled || t.disabled,
|
|
12927
12983
|
onClick: (d) => e.$emit("click", c.id)
|
|
12928
|
-
}, null, 8,
|
|
12984
|
+
}, null, 8, Iv),
|
|
12929
12985
|
f("span", {
|
|
12930
12986
|
class: "ecs-segment",
|
|
12931
12987
|
title: c.title
|
|
@@ -12938,72 +12994,16 @@ function zv(e, s, t, a, n, i) {
|
|
|
12938
12994
|
color: "#2F333C"
|
|
12939
12995
|
}, null, 8, ["class", "type"])) : u("", !0),
|
|
12940
12996
|
D(" " + w(c.label), 1)
|
|
12941
|
-
], 8,
|
|
12942
|
-
], 8,
|
|
12997
|
+
], 8, Ev)
|
|
12998
|
+
], 8, zv))), 128))
|
|
12943
12999
|
], 2);
|
|
12944
13000
|
}
|
|
12945
|
-
const F_ = /* @__PURE__ */ v(
|
|
12946
|
-
name: "EcsIllustration",
|
|
12947
|
-
props: {
|
|
12948
|
-
/** The type of illustration to be shown. */
|
|
12949
|
-
type: {
|
|
12950
|
-
type: String,
|
|
12951
|
-
required: !0,
|
|
12952
|
-
validator: (e) => [
|
|
12953
|
-
"load-file-annotations",
|
|
12954
|
-
"load-file-designation-report",
|
|
12955
|
-
"load-file-designation",
|
|
12956
|
-
"load-file-zip",
|
|
12957
|
-
"overlay-files",
|
|
12958
|
-
"overlay-metadata",
|
|
12959
|
-
"relativity-add-files",
|
|
12960
|
-
"relativity-overlay-files",
|
|
12961
|
-
"relativity-overlay-metadata",
|
|
12962
|
-
"plain-document"
|
|
12963
|
-
].includes(e)
|
|
12964
|
-
},
|
|
12965
|
-
/** The size of the illustration to be shown. */
|
|
12966
|
-
size: {
|
|
12967
|
-
type: Number,
|
|
12968
|
-
default: 140
|
|
12969
|
-
}
|
|
12970
|
-
},
|
|
12971
|
-
data() {
|
|
12972
|
-
return {
|
|
12973
|
-
illustrationComponent: null
|
|
12974
|
-
};
|
|
12975
|
-
},
|
|
12976
|
-
watch: {
|
|
12977
|
-
type: {
|
|
12978
|
-
immediate: !0,
|
|
12979
|
-
handler(e) {
|
|
12980
|
-
this.loadIllustration(e);
|
|
12981
|
-
}
|
|
12982
|
-
}
|
|
12983
|
-
},
|
|
12984
|
-
methods: {
|
|
12985
|
-
loadIllustration(e) {
|
|
12986
|
-
this.illustrationComponent = ee(
|
|
12987
|
-
() => te(/* @__PURE__ */ Object.assign({ "../assets/images/select-tile/load-file-annotations.svg": () => import("./load-file-annotations-DaJSnku2.js"), "../assets/images/select-tile/load-file-designation-report.svg": () => import("./load-file-designation-report-DWrooFs9.js"), "../assets/images/select-tile/load-file-designation.svg": () => import("./load-file-designation-C0n3FK0I.js"), "../assets/images/select-tile/load-file-zip.svg": () => import("./load-file-zip-BmMQlFE8.js"), "../assets/images/select-tile/overlay-files.svg": () => import("./overlay-files-CFnyKK4I.js"), "../assets/images/select-tile/overlay-metadata.svg": () => import("./overlay-metadata-BrlxvdAO.js"), "../assets/images/select-tile/plain-document.svg": () => import("./plain-document-DVmd-8BY.js"), "../assets/images/select-tile/relativity-add-files.svg": () => import("./relativity-add-files-VhtUkwun.js"), "../assets/images/select-tile/relativity-overlay-files.svg": () => import("./relativity-overlay-files-D7yxT6XJ.js"), "../assets/images/select-tile/relativity-overlay-metadata.svg": () => import("./relativity-overlay-metadata-Mi2K6oaE.js") }), `../assets/images/select-tile/${e}.svg`)
|
|
12988
|
-
);
|
|
12989
|
-
}
|
|
12990
|
-
}
|
|
12991
|
-
};
|
|
12992
|
-
function Ev(e, s, t, a, n, i) {
|
|
12993
|
-
return o(), h(Ee(n.illustrationComponent), {
|
|
12994
|
-
class: "ecs-illustration",
|
|
12995
|
-
width: t.size,
|
|
12996
|
-
height: t.size,
|
|
12997
|
-
viewBox: "0 0 140 140",
|
|
12998
|
-
"data-test-illustration-type": t.type
|
|
12999
|
-
}, null, 8, ["width", "height", "data-test-illustration-type"]);
|
|
13000
|
-
}
|
|
13001
|
-
const $v = /* @__PURE__ */ v(Iv, [["render", Ev], ["__scopeId", "data-v-e3907b6c"]]), Pv = {
|
|
13001
|
+
const F_ = /* @__PURE__ */ v(Bv, [["render", $v], ["__scopeId", "data-v-0b149ba2"]]), Pv = {
|
|
13002
13002
|
name: "ecs-select-tile",
|
|
13003
13003
|
emits: ["click"],
|
|
13004
13004
|
components: {
|
|
13005
13005
|
EcsFocusRing: L,
|
|
13006
|
-
EcsIllustration:
|
|
13006
|
+
EcsIllustration: jg
|
|
13007
13007
|
},
|
|
13008
13008
|
props: {
|
|
13009
13009
|
/** The main label for the tile. */
|
|
@@ -14133,7 +14133,7 @@ function lb(e, s, t, a, n, i) {
|
|
|
14133
14133
|
const a0 = /* @__PURE__ */ v(ob, [["render", lb], ["__scopeId", "data-v-a5153e06"]]), cb = {
|
|
14134
14134
|
name: "EcsTypeConfirmation",
|
|
14135
14135
|
emits: ["update:modelValue"],
|
|
14136
|
-
components: { EcsInput:
|
|
14136
|
+
components: { EcsInput: cm, EcsAlert: ws, EcsFormGroup: Pg },
|
|
14137
14137
|
mixins: [ue],
|
|
14138
14138
|
props: {
|
|
14139
14139
|
verb: {
|
|
@@ -14349,9 +14349,10 @@ export {
|
|
|
14349
14349
|
Fs as EcsFormatted,
|
|
14350
14350
|
d_ as EcsHighlight,
|
|
14351
14351
|
M as EcsIcon,
|
|
14352
|
+
jg as EcsIllustration,
|
|
14352
14353
|
u_ as EcsIndexToolbar,
|
|
14353
14354
|
f_ as EcsInfoTooltip,
|
|
14354
|
-
|
|
14355
|
+
cm as EcsInput,
|
|
14355
14356
|
g_ as EcsInputAddon,
|
|
14356
14357
|
vg as EcsInputClear,
|
|
14357
14358
|
m_ as EcsInputConnector,
|
|
@@ -14375,7 +14376,7 @@ export {
|
|
|
14375
14376
|
$_ as EcsMultiselectToken,
|
|
14376
14377
|
T_ as EcsOverlay,
|
|
14377
14378
|
M_ as EcsPagination,
|
|
14378
|
-
|
|
14379
|
+
Gm as EcsPane,
|
|
14379
14380
|
L_ as EcsPartyEntry,
|
|
14380
14381
|
Ms as EcsPopover,
|
|
14381
14382
|
O_ as EcsPopoverHeader,
|
|
@@ -14385,14 +14386,14 @@ export {
|
|
|
14385
14386
|
_f as EcsProgress,
|
|
14386
14387
|
N_ as EcsQuicklink,
|
|
14387
14388
|
xa as EcsRadiobutton,
|
|
14388
|
-
|
|
14389
|
-
|
|
14389
|
+
tv as EcsRatingFavorability,
|
|
14390
|
+
Xh as EcsRatingStarRead,
|
|
14390
14391
|
D_ as EcsRatingStarWrite,
|
|
14391
14392
|
xg as EcsScrollContainer,
|
|
14392
14393
|
R_ as EcsSection,
|
|
14393
14394
|
F_ as EcsSegment,
|
|
14394
14395
|
js as EcsSelect,
|
|
14395
|
-
|
|
14396
|
+
Yp as EcsSelectText,
|
|
14396
14397
|
V_ as EcsSelectTile,
|
|
14397
14398
|
yo as EcsSeparator,
|
|
14398
14399
|
H_ as EcsSequenceMap,
|
|
@@ -14403,7 +14404,7 @@ export {
|
|
|
14403
14404
|
G_ as EcsSidebarHeader,
|
|
14404
14405
|
fe as EcsSkeletonLoader,
|
|
14405
14406
|
Da as EcsSortbutton,
|
|
14406
|
-
|
|
14407
|
+
Km as EcsSplitpanes,
|
|
14407
14408
|
Vu as EcsStateIcon,
|
|
14408
14409
|
Fe as EcsSticker,
|
|
14409
14410
|
K_ as EcsStructuredContent,
|
|
@@ -14418,7 +14419,7 @@ export {
|
|
|
14418
14419
|
nt as EcsText,
|
|
14419
14420
|
e0 as EcsToast,
|
|
14420
14421
|
t0 as EcsToasts,
|
|
14421
|
-
|
|
14422
|
+
Yg as EcsToolbar,
|
|
14422
14423
|
s0 as EcsTranscriptState,
|
|
14423
14424
|
i0 as EcsTreeList,
|
|
14424
14425
|
a0 as EcsTreeListHeadline,
|