@everchron/ec-shards 19.6.4 → 19.7.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 +351 -339
- package/dist/ec-shards.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/ec-shards.js
CHANGED
|
@@ -13875,6 +13875,10 @@ var Qm = /* @__PURE__ */ V(Gm, [["render", Zm], ["__scopeId", "data-v-f5afc4e6"]
|
|
|
13875
13875
|
type: Boolean,
|
|
13876
13876
|
default: !1
|
|
13877
13877
|
},
|
|
13878
|
+
overlaySidebarExpanded: {
|
|
13879
|
+
type: Boolean,
|
|
13880
|
+
default: !1
|
|
13881
|
+
},
|
|
13878
13882
|
showActionbar: {
|
|
13879
13883
|
type: Boolean,
|
|
13880
13884
|
default: !1
|
|
@@ -13911,7 +13915,7 @@ var Qm = /* @__PURE__ */ V(Gm, [["render", Zm], ["__scopeId", "data-v-f5afc4e6"]
|
|
|
13911
13915
|
this.showStatistics = localStorage.getItem("showStatistics") !== "false", this.statisticsId = this.generateUniqueId();
|
|
13912
13916
|
}
|
|
13913
13917
|
}, eh = () => {
|
|
13914
|
-
ne((e) => ({
|
|
13918
|
+
ne((e) => ({ v25931314: e.statisticsHeight }));
|
|
13915
13919
|
}, th = $m.setup;
|
|
13916
13920
|
$m.setup = th ? (e, t) => (eh(), th(e, t)) : eh;
|
|
13917
13921
|
var nh = { class: "ecs-data-layout-content" }, rh = {
|
|
@@ -13922,53 +13926,61 @@ var nh = { class: "ecs-data-layout-content" }, rh = {
|
|
|
13922
13926
|
}, ih = ["id"], ah = { class: "ecs-data-layout-data" }, oh = { class: "ecs-data-layout-sidebar-inner" }, sh = {
|
|
13923
13927
|
key: 0,
|
|
13924
13928
|
class: "ecs-data-layout-sidebar-header"
|
|
13925
|
-
}, ch = { class: "ecs-data-layout-sidebar-content scrollbar scrollbar-sml" };
|
|
13926
|
-
function
|
|
13929
|
+
}, ch = { class: "ecs-data-layout-sidebar-content scrollbar scrollbar-sml" }, lh = { class: "ecs-data-layout-overlay-sidebar-panel" };
|
|
13930
|
+
function uh(e, t, n, i, a, u) {
|
|
13927
13931
|
let d = A("ecs-button"), p = A("ecs-action-toolbar");
|
|
13928
|
-
return T(), c("div", { class: b(["ecs-data-layout", n.leftBorder ? "left-border" : ""]) }, [
|
|
13929
|
-
|
|
13930
|
-
|
|
13931
|
-
onClick: u.toggleStatistics,
|
|
13932
|
-
type: a.showStatistics ? "primary" : "secondary",
|
|
13933
|
-
active: a.showStatistics,
|
|
13934
|
-
"aria-label": a.showStatistics ? "Hide dashboard" : "Show dashboard",
|
|
13935
|
-
title: a.showStatistics ? "Hide dashboard" : "Show dashboard",
|
|
13936
|
-
"aria-controls": a.statisticsId,
|
|
13937
|
-
icon: "pie-chart",
|
|
13938
|
-
"icon-only": "",
|
|
13939
|
-
class: "toggle-statistics",
|
|
13940
|
-
"data-test": "button-toggle-statistics"
|
|
13941
|
-
}, null, 8, [
|
|
13942
|
-
"onClick",
|
|
13943
|
-
"type",
|
|
13944
|
-
"active",
|
|
13945
|
-
"aria-label",
|
|
13946
|
-
"title",
|
|
13947
|
-
"aria-controls"
|
|
13948
|
-
])) : s("", !0)])) : s("", !0),
|
|
13949
|
-
f(r, { name: a.statisticsBarTransition }, {
|
|
13950
|
-
default: I(() => [e.$slots.statistics && a.showStatistics ? (T(), c("div", {
|
|
13932
|
+
return T(), c("div", { class: b(["ecs-data-layout", n.leftBorder ? "left-border" : ""]) }, [
|
|
13933
|
+
l("main", nh, [
|
|
13934
|
+
e.$slots.toolbar ? (T(), c("div", rh, [k(e.$slots, "toolbar", {}, void 0, !0), e.$slots.statistics ? (T(), o(d, {
|
|
13951
13935
|
key: 0,
|
|
13952
|
-
|
|
13953
|
-
|
|
13954
|
-
|
|
13955
|
-
|
|
13956
|
-
|
|
13957
|
-
|
|
13958
|
-
|
|
13936
|
+
onClick: u.toggleStatistics,
|
|
13937
|
+
type: a.showStatistics ? "primary" : "secondary",
|
|
13938
|
+
active: a.showStatistics,
|
|
13939
|
+
"aria-label": a.showStatistics ? "Hide dashboard" : "Show dashboard",
|
|
13940
|
+
title: a.showStatistics ? "Hide dashboard" : "Show dashboard",
|
|
13941
|
+
"aria-controls": a.statisticsId,
|
|
13942
|
+
icon: "pie-chart",
|
|
13943
|
+
"icon-only": "",
|
|
13944
|
+
class: "toggle-statistics",
|
|
13945
|
+
"data-test": "button-toggle-statistics"
|
|
13946
|
+
}, null, 8, [
|
|
13947
|
+
"onClick",
|
|
13948
|
+
"type",
|
|
13949
|
+
"active",
|
|
13950
|
+
"aria-label",
|
|
13951
|
+
"title",
|
|
13952
|
+
"aria-controls"
|
|
13953
|
+
])) : s("", !0)])) : s("", !0),
|
|
13954
|
+
f(r, { name: a.statisticsBarTransition }, {
|
|
13955
|
+
default: I(() => [e.$slots.statistics && a.showStatistics ? (T(), c("div", {
|
|
13956
|
+
key: 0,
|
|
13957
|
+
class: "ecs-data-layout-statistics scrollbar scrollbar-sml vertical",
|
|
13958
|
+
id: a.statisticsId,
|
|
13959
|
+
style: S({ height: `${n.statisticsHeight}px` })
|
|
13960
|
+
}, [k(e.$slots, "statistics", {}, void 0, !0)], 12, ih)) : s("", !0)]),
|
|
13961
|
+
_: 3
|
|
13962
|
+
}, 8, ["name"]),
|
|
13963
|
+
e.$slots.actionbar ? se((T(), o(p, {
|
|
13964
|
+
key: 1,
|
|
13965
|
+
padding: n.actionbarPadding
|
|
13966
|
+
}, {
|
|
13967
|
+
default: I(() => [k(e.$slots, "actionbar", {}, void 0, !0)]),
|
|
13968
|
+
_: 3
|
|
13969
|
+
}, 8, ["padding"])), [[ae, n.showActionbar]]) : s("", !0),
|
|
13970
|
+
l("div", ah, [k(e.$slots, "default", {}, void 0, !0)])
|
|
13971
|
+
]),
|
|
13972
|
+
e.$slots.sidebarcontent || e.$slots.sidebarheader ? (T(), c("aside", {
|
|
13973
|
+
key: 0,
|
|
13974
|
+
class: b(["ecs-data-layout-sidebar", n.sidebarExpanded ? "expanded" : ""])
|
|
13975
|
+
}, [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),
|
|
13976
|
+
e.$slots.overlaysidebar ? (T(), c("aside", {
|
|
13959
13977
|
key: 1,
|
|
13960
|
-
|
|
13961
|
-
|
|
13962
|
-
|
|
13963
|
-
|
|
13964
|
-
}, 8, ["padding"])), [[ae, n.showActionbar]]) : s("", !0),
|
|
13965
|
-
l("div", ah, [k(e.$slots, "default", {}, void 0, !0)])
|
|
13966
|
-
]), e.$slots.sidebarcontent || e.$slots.sidebarheader ? (T(), c("aside", {
|
|
13967
|
-
key: 0,
|
|
13968
|
-
class: b(["ecs-data-layout-sidebar", n.sidebarExpanded ? "expanded" : ""])
|
|
13969
|
-
}, [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);
|
|
13978
|
+
class: b(["ecs-data-layout-overlay-sidebar", n.overlaySidebarExpanded ? "expanded" : ""]),
|
|
13979
|
+
"data-test": "overlay-sidebar"
|
|
13980
|
+
}, [t[0] ||= l("div", { class: "ecs-data-layout-overlay-sidebar-backdrop" }, null, -1), l("div", lh, [k(e.$slots, "overlaysidebar", {}, void 0, !0)])], 2)) : s("", !0)
|
|
13981
|
+
], 2);
|
|
13970
13982
|
}
|
|
13971
|
-
var
|
|
13983
|
+
var dh = /* @__PURE__ */ V($m, [["render", uh], ["__scopeId", "data-v-f2f03b2c"]]), fh = {
|
|
13972
13984
|
name: "ecs-legend-item",
|
|
13973
13985
|
emits: ["click"],
|
|
13974
13986
|
components: {
|
|
@@ -14010,17 +14022,17 @@ var uh = /* @__PURE__ */ V($m, [["render", lh], ["__scopeId", "data-v-7279edf0"]
|
|
|
14010
14022
|
return `ecs-legend-item-${this.size}`;
|
|
14011
14023
|
}
|
|
14012
14024
|
}
|
|
14013
|
-
},
|
|
14025
|
+
}, ph = { class: "ecs-legend-item-label-container" }, mh = { class: "ecs-legend-item-label" }, hh = {
|
|
14014
14026
|
key: 0,
|
|
14015
14027
|
class: "ecs-legend-item-custom-label"
|
|
14016
|
-
},
|
|
14028
|
+
}, gh = {
|
|
14017
14029
|
key: 0,
|
|
14018
14030
|
class: "ecs-legend-item-count"
|
|
14019
|
-
},
|
|
14031
|
+
}, _h = {
|
|
14020
14032
|
key: 1,
|
|
14021
14033
|
class: "ecs-legend-item-percentage"
|
|
14022
14034
|
};
|
|
14023
|
-
function
|
|
14035
|
+
function vh(e, t, n, r, i, a) {
|
|
14024
14036
|
let u = A("ecs-focus-ring"), d = A("ecs-flex-row");
|
|
14025
14037
|
return T(), o(d, {
|
|
14026
14038
|
onClick: t[0] ||= (t) => e.$emit("click", t),
|
|
@@ -14038,9 +14050,9 @@ function _h(e, t, n, r, i, a) {
|
|
|
14038
14050
|
class: b(["ecs-legend-item-color", n.type]),
|
|
14039
14051
|
style: S({ backgroundColor: n.color })
|
|
14040
14052
|
}, null, 6),
|
|
14041
|
-
l("div",
|
|
14042
|
-
n.count ? (T(), c("div",
|
|
14043
|
-
n.percentage ? (T(), c("div",
|
|
14053
|
+
l("div", ph, [l("div", mh, N(n.label), 1), e.$slots.label ? (T(), c("div", hh, [k(e.$slots, "label", {}, void 0, !0)])) : s("", !0)]),
|
|
14054
|
+
n.count ? (T(), c("div", gh, N(n.count), 1)) : s("", !0),
|
|
14055
|
+
n.percentage ? (T(), c("div", _h, N(a.percentageLabel), 1)) : s("", !0),
|
|
14044
14056
|
n.highlight || n.hover ? (T(), c("div", {
|
|
14045
14057
|
key: 2,
|
|
14046
14058
|
class: "ecs-legend-item-highlight",
|
|
@@ -14055,7 +14067,7 @@ function _h(e, t, n, r, i, a) {
|
|
|
14055
14067
|
"class"
|
|
14056
14068
|
]);
|
|
14057
14069
|
}
|
|
14058
|
-
var
|
|
14070
|
+
var yh = /* @__PURE__ */ V(fh, [["render", vh], ["__scopeId", "data-v-31e7ba6e"]]), bh = {
|
|
14059
14071
|
name: "ecs-log-message",
|
|
14060
14072
|
components: {
|
|
14061
14073
|
EcsFlexRow: G,
|
|
@@ -14108,14 +14120,14 @@ var vh = /* @__PURE__ */ V(dh, [["render", _h], ["__scopeId", "data-v-31e7ba6e"]
|
|
|
14108
14120
|
return ["warning", "error"].includes(this.type) ? "alert" : null;
|
|
14109
14121
|
}
|
|
14110
14122
|
}
|
|
14111
|
-
},
|
|
14123
|
+
}, xh = {
|
|
14112
14124
|
key: 0,
|
|
14113
14125
|
class: "ecs-log-message-indicator"
|
|
14114
|
-
},
|
|
14126
|
+
}, Sh = { class: "ecs-log-message-content" }, Ch = {
|
|
14115
14127
|
key: 3,
|
|
14116
14128
|
class: "ecs-log-message-meta"
|
|
14117
|
-
},
|
|
14118
|
-
function
|
|
14129
|
+
}, wh = { class: "ecs-log-message-meta-text" };
|
|
14130
|
+
function Th(e, t, n, r, i, a) {
|
|
14119
14131
|
let u = A("ecs-skeleton-loader"), d = A("ecs-sticker"), f = A("ecs-flex-row");
|
|
14120
14132
|
return T(), o(f, {
|
|
14121
14133
|
class: b(["ecs-log-message", [n.type, n.variant]]),
|
|
@@ -14126,7 +14138,7 @@ function wh(e, t, n, r, i, a) {
|
|
|
14126
14138
|
style: S(a.padding)
|
|
14127
14139
|
}, {
|
|
14128
14140
|
default: I(() => [
|
|
14129
|
-
n.variant === "indicator" ? (T(), c("div",
|
|
14141
|
+
n.variant === "indicator" ? (T(), c("div", xh)) : s("", !0),
|
|
14130
14142
|
n.loading && n.type != "blank" ? (T(), o(u, {
|
|
14131
14143
|
key: 1,
|
|
14132
14144
|
type: "rect",
|
|
@@ -14136,7 +14148,7 @@ function wh(e, t, n, r, i, a) {
|
|
|
14136
14148
|
key: 2,
|
|
14137
14149
|
type: n.type
|
|
14138
14150
|
}, null, 8, ["type"])),
|
|
14139
|
-
l("div",
|
|
14151
|
+
l("div", Sh, [n.loading ? (T(), o(u, {
|
|
14140
14152
|
key: 0,
|
|
14141
14153
|
type: "single",
|
|
14142
14154
|
width: 40,
|
|
@@ -14145,11 +14157,11 @@ function wh(e, t, n, r, i, a) {
|
|
|
14145
14157
|
key: 2,
|
|
14146
14158
|
class: b(["ecs-log-message-collapse", { expanded: i.expanded }])
|
|
14147
14159
|
}, [k(e.$slots, "collapse", {}, void 0, !0)], 2)) : s("", !0)]),
|
|
14148
|
-
(n.meta || e.$slots.collapse) && !n.loading ? (T(), c("div",
|
|
14160
|
+
(n.meta || e.$slots.collapse) && !n.loading ? (T(), c("div", Ch, [e.$slots.collapse ? (T(), c("button", {
|
|
14149
14161
|
key: 0,
|
|
14150
14162
|
onClick: t[0] ||= (e) => i.expanded = !i.expanded,
|
|
14151
14163
|
class: "ecs-log-message-collapse-button"
|
|
14152
|
-
}, N(n.collapseButtonText), 1)) : s("", !0), l("div",
|
|
14164
|
+
}, N(n.collapseButtonText), 1)) : s("", !0), l("div", wh, N(n.meta), 1)])) : s("", !0)
|
|
14153
14165
|
]),
|
|
14154
14166
|
_: 3
|
|
14155
14167
|
}, 8, [
|
|
@@ -14159,7 +14171,7 @@ function wh(e, t, n, r, i, a) {
|
|
|
14159
14171
|
"style"
|
|
14160
14172
|
]);
|
|
14161
14173
|
}
|
|
14162
|
-
var
|
|
14174
|
+
var Eh = /* @__PURE__ */ V(bh, [["render", Th], ["__scopeId", "data-v-e0610fe5"]]), Dh = {
|
|
14163
14175
|
name: "ecs-map",
|
|
14164
14176
|
components: { EcsFocusRing: U },
|
|
14165
14177
|
props: {
|
|
@@ -14180,8 +14192,8 @@ var Th = /* @__PURE__ */ V(yh, [["render", wh], ["__scopeId", "data-v-e0610fe5"]
|
|
|
14180
14192
|
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}`;
|
|
14181
14193
|
}
|
|
14182
14194
|
}
|
|
14183
|
-
},
|
|
14184
|
-
function
|
|
14195
|
+
}, Oh = ["href"], kh = ["src", "alt"];
|
|
14196
|
+
function Ah(e, t, n, r, i, a) {
|
|
14185
14197
|
let o = A("ecs-focus-ring");
|
|
14186
14198
|
return T(), c("div", { class: b(["ecs-map", [n.marker ? "ecs-map-marker" : ""]]) }, [l("a", {
|
|
14187
14199
|
target: "_blank",
|
|
@@ -14190,12 +14202,12 @@ function kh(e, t, n, r, i, a) {
|
|
|
14190
14202
|
}, [l("img", {
|
|
14191
14203
|
src: a.mapImageUrl,
|
|
14192
14204
|
alt: "Map of " + n.address
|
|
14193
|
-
}, null, 8,
|
|
14205
|
+
}, null, 8, kh), f(o, {
|
|
14194
14206
|
inset: 0,
|
|
14195
14207
|
radius: 4
|
|
14196
|
-
})], 8,
|
|
14208
|
+
})], 8, Oh)], 2);
|
|
14197
14209
|
}
|
|
14198
|
-
var
|
|
14210
|
+
var jh = /* @__PURE__ */ V(Dh, [["render", Ah], ["__scopeId", "data-v-219f95e2"]]), Mh = {
|
|
14199
14211
|
name: "ecs-modal",
|
|
14200
14212
|
props: {
|
|
14201
14213
|
show: {
|
|
@@ -14240,14 +14252,14 @@ var Ah = /* @__PURE__ */ V(Eh, [["render", kh], ["__scopeId", "data-v-219f95e2"]
|
|
|
14240
14252
|
mounted() {
|
|
14241
14253
|
this.show && (this.isShown = !0);
|
|
14242
14254
|
}
|
|
14243
|
-
},
|
|
14255
|
+
}, Nh = {
|
|
14244
14256
|
key: 0,
|
|
14245
14257
|
class: "ecs-modal-header-wrap"
|
|
14246
|
-
},
|
|
14258
|
+
}, Ph = { class: "ecs-modal-content-wrap scrollbar" }, Fh = {
|
|
14247
14259
|
key: 1,
|
|
14248
14260
|
class: "ecs-modal-footer-wrap"
|
|
14249
14261
|
};
|
|
14250
|
-
function
|
|
14262
|
+
function Ih(e, t, n, i, a, u) {
|
|
14251
14263
|
return T(), o(r, { name: "dialog-fade" }, {
|
|
14252
14264
|
default: I(() => [a.isShown ? (T(), c("div", {
|
|
14253
14265
|
key: 0,
|
|
@@ -14256,14 +14268,14 @@ function Fh(e, t, n, i, a, u) {
|
|
|
14256
14268
|
class: "ecs-modal-dialog ecs-modal-sheet",
|
|
14257
14269
|
style: S([u.fixedHeightStyle, u.widthStyle])
|
|
14258
14270
|
}, [
|
|
14259
|
-
e.$slots.header ? (T(), c("div",
|
|
14260
|
-
l("div",
|
|
14261
|
-
e.$slots.footer ? (T(), c("div",
|
|
14271
|
+
e.$slots.header ? (T(), c("div", Nh, [k(e.$slots, "header", {}, void 0, !0)])) : s("", !0),
|
|
14272
|
+
l("div", Ph, [k(e.$slots, "default", {}, void 0, !0)]),
|
|
14273
|
+
e.$slots.footer ? (T(), c("div", Fh, [k(e.$slots, "footer", {}, void 0, !0)])) : s("", !0)
|
|
14262
14274
|
], 4), t[0] ||= l("div", { class: "ecs-modal-backdrop ecs-modal-sheet-backdrop" }, null, -1)], 2)) : s("", !0)]),
|
|
14263
14275
|
_: 3
|
|
14264
14276
|
});
|
|
14265
14277
|
}
|
|
14266
|
-
var
|
|
14278
|
+
var Lh = /* @__PURE__ */ V(Mh, [["render", Ih], ["__scopeId", "data-v-317f069f"]]), Rh = {
|
|
14267
14279
|
name: "ecs-modal-header",
|
|
14268
14280
|
emits: ["close"],
|
|
14269
14281
|
components: {
|
|
@@ -14297,17 +14309,17 @@ var Ih = /* @__PURE__ */ V(jh, [["render", Fh], ["__scopeId", "data-v-317f069f"]
|
|
|
14297
14309
|
e && (e.focus(), e.click());
|
|
14298
14310
|
}
|
|
14299
14311
|
} }
|
|
14300
|
-
},
|
|
14312
|
+
}, zh = {
|
|
14301
14313
|
class: "ecs-modal-header-main",
|
|
14302
14314
|
ref: "firstFocusable",
|
|
14303
14315
|
tabindex: "0"
|
|
14304
|
-
},
|
|
14316
|
+
}, Bh = { class: "ecs-modal-header-main-inner" }, Vh = {
|
|
14305
14317
|
key: 0,
|
|
14306
14318
|
class: "ecs-modal-header-extended"
|
|
14307
14319
|
};
|
|
14308
|
-
function
|
|
14320
|
+
function Hh(e, t, n, r, i, a) {
|
|
14309
14321
|
let o = A("ecs-button");
|
|
14310
|
-
return T(), c("div", { class: b(["ecs-modal-header", a.typeClass]) }, [l("div",
|
|
14322
|
+
return T(), c("div", { class: b(["ecs-modal-header", a.typeClass]) }, [l("div", zh, [l("div", Bh, [k(e.$slots, "default", {}, void 0, !0)]), f(o, {
|
|
14311
14323
|
onClick: t[0] ||= (t) => e.$emit("close"),
|
|
14312
14324
|
title: "Close",
|
|
14313
14325
|
"aria-label": "Close",
|
|
@@ -14318,16 +14330,16 @@ function Vh(e, t, n, r, i, a) {
|
|
|
14318
14330
|
"focus-inset": -1,
|
|
14319
14331
|
"data-close-button": "",
|
|
14320
14332
|
"data-test": "close-modal-button"
|
|
14321
|
-
})], 512), e.$slots.extension ? (T(), c("div",
|
|
14333
|
+
})], 512), e.$slots.extension ? (T(), c("div", Vh, [k(e.$slots, "extension", {}, void 0, !0)])) : s("", !0)], 2);
|
|
14322
14334
|
}
|
|
14323
|
-
var
|
|
14335
|
+
var Uh = /* @__PURE__ */ V(Rh, [["render", Hh], ["__scopeId", "data-v-7d67bede"]]), Wh = { name: "ecs-modal-footer" }, Gh = { class: "ecs-modal-footer" }, Kh = {
|
|
14324
14336
|
key: 0,
|
|
14325
14337
|
class: "ecs-modal-footer-secondary"
|
|
14326
|
-
},
|
|
14327
|
-
function
|
|
14328
|
-
return T(), c("div",
|
|
14338
|
+
}, qh = { class: "ecs-modal-footer-main" };
|
|
14339
|
+
function Jh(e, t, n, r, i, a) {
|
|
14340
|
+
return T(), c("div", Gh, [e.$slots.secondary ? (T(), c("div", Kh, [k(e.$slots, "secondary", {}, void 0, !0)])) : s("", !0), l("div", qh, [k(e.$slots, "default", {}, void 0, !0)])]);
|
|
14329
14341
|
}
|
|
14330
|
-
var
|
|
14342
|
+
var Yh = /* @__PURE__ */ V(Wh, [["render", Jh], ["__scopeId", "data-v-05db6a92"]]), Xh = {
|
|
14331
14343
|
name: "ecs-multiselect-search-token",
|
|
14332
14344
|
emits: [
|
|
14333
14345
|
"remove",
|
|
@@ -14370,29 +14382,29 @@ var Jh = /* @__PURE__ */ V(Uh, [["render", qh], ["__scopeId", "data-v-05db6a92"]
|
|
|
14370
14382
|
this.$emit("editToken", e);
|
|
14371
14383
|
}
|
|
14372
14384
|
}
|
|
14373
|
-
},
|
|
14385
|
+
}, Zh = {
|
|
14374
14386
|
key: 0,
|
|
14375
14387
|
class: "symbol"
|
|
14376
|
-
},
|
|
14388
|
+
}, Qh = {
|
|
14377
14389
|
key: 0,
|
|
14378
14390
|
class: "operator"
|
|
14379
|
-
},
|
|
14391
|
+
}, $h = { class: "query" }, eg = {
|
|
14380
14392
|
key: 0,
|
|
14381
14393
|
class: "descriptor"
|
|
14382
14394
|
};
|
|
14383
|
-
function
|
|
14395
|
+
function tg(e, t, n, r, i, a) {
|
|
14384
14396
|
let o = A("ecs-icon"), u = A("ecs-focus-ring");
|
|
14385
14397
|
return T(), c("div", {
|
|
14386
14398
|
class: b(["ecs-multiselect-search-token", [a.typeClass, { editable: n.editable }]]),
|
|
14387
14399
|
tabindex: "0",
|
|
14388
14400
|
onKeydown: t[5] ||= L((t) => e.$emit("remove", t), ["delete"])
|
|
14389
|
-
}, [n.icon || n.operator || n.operatorSwitch ? (T(), c("div",
|
|
14401
|
+
}, [n.icon || n.operator || n.operatorSwitch ? (T(), c("div", Zh, [
|
|
14390
14402
|
f(o, {
|
|
14391
14403
|
type: n.icon,
|
|
14392
14404
|
size: "20",
|
|
14393
14405
|
color: "var(--color-white)"
|
|
14394
14406
|
}, null, 8, ["type"]),
|
|
14395
|
-
n.operator && !n.operatorSwitch ? (T(), c("div",
|
|
14407
|
+
n.operator && !n.operatorSwitch ? (T(), c("div", Qh, N(n.operator), 1)) : s("", !0),
|
|
14396
14408
|
n.operatorSwitch ? (T(), c("button", {
|
|
14397
14409
|
key: 1,
|
|
14398
14410
|
onClick: t[0] ||= (...e) => a.handleOperatorToggle && a.handleOperatorToggle(...e),
|
|
@@ -14414,8 +14426,8 @@ function eg(e, t, n, r, i, a) {
|
|
|
14414
14426
|
}, null, 8, ["class"]),
|
|
14415
14427
|
f(u, { radius: 12 })
|
|
14416
14428
|
], 2)) : s("", !0)
|
|
14417
|
-
])) : s("", !0), l("div",
|
|
14418
|
-
n.descriptor ? (T(), c("div",
|
|
14429
|
+
])) : s("", !0), l("div", $h, [
|
|
14430
|
+
n.descriptor ? (T(), c("div", eg, N(n.descriptor), 1)) : s("", !0),
|
|
14419
14431
|
k(e.$slots, "default", {}, void 0, !0),
|
|
14420
14432
|
n.editable ? (T(), c("button", {
|
|
14421
14433
|
key: 1,
|
|
@@ -14442,7 +14454,7 @@ function eg(e, t, n, r, i, a) {
|
|
|
14442
14454
|
}), f(u, { radius: 12 })], 32)
|
|
14443
14455
|
])], 34);
|
|
14444
14456
|
}
|
|
14445
|
-
var
|
|
14457
|
+
var ng = /* @__PURE__ */ V(Xh, [["render", tg], ["__scopeId", "data-v-815933be"]]), rg = {
|
|
14446
14458
|
name: "ecs-multiselect-token",
|
|
14447
14459
|
emits: ["remove"],
|
|
14448
14460
|
components: {
|
|
@@ -14450,7 +14462,7 @@ var tg = /* @__PURE__ */ V(Yh, [["render", eg], ["__scopeId", "data-v-815933be"]
|
|
|
14450
14462
|
EcsFocusRing: U
|
|
14451
14463
|
}
|
|
14452
14464
|
};
|
|
14453
|
-
function
|
|
14465
|
+
function ig(e, t, n, r, i, a) {
|
|
14454
14466
|
let o = A("ecs-icon"), s = A("ecs-focus-ring");
|
|
14455
14467
|
return T(), c("div", {
|
|
14456
14468
|
class: "ecs-multiselect-token",
|
|
@@ -14465,7 +14477,7 @@ function rg(e, t, n, r, i, a) {
|
|
|
14465
14477
|
color: "#FFF"
|
|
14466
14478
|
}), f(s, { radius: 12 })])], 32);
|
|
14467
14479
|
}
|
|
14468
|
-
var
|
|
14480
|
+
var ag = /* @__PURE__ */ V(rg, [["render", ig], ["__scopeId", "data-v-daa501d2"]]), og = {
|
|
14469
14481
|
name: "ecs-multiselect-option",
|
|
14470
14482
|
components: {
|
|
14471
14483
|
EcsIcon: H,
|
|
@@ -14513,14 +14525,14 @@ var ig = /* @__PURE__ */ V(ng, [["render", rg], ["__scopeId", "data-v-daa501d2"]
|
|
|
14513
14525
|
return this.isPlainTextSlotContent ? { display: "block" } : { display: "flex" };
|
|
14514
14526
|
}
|
|
14515
14527
|
}
|
|
14516
|
-
},
|
|
14528
|
+
}, sg = ["role"], cg = {
|
|
14517
14529
|
key: 1,
|
|
14518
14530
|
class: "color"
|
|
14519
|
-
},
|
|
14531
|
+
}, lg = {
|
|
14520
14532
|
key: 2,
|
|
14521
14533
|
class: "ecs-multiselect-option-content-count"
|
|
14522
14534
|
};
|
|
14523
|
-
function
|
|
14535
|
+
function ug(e, t, n, r, i, a) {
|
|
14524
14536
|
let u = A("ecs-icon"), p = A("ecs-flex-row"), m = A("ecs-text-v2");
|
|
14525
14537
|
return T(), c("div", {
|
|
14526
14538
|
class: b(["ecs-multiselect-option", [a.typeClass, n.highlighted ? "highlighted" : ""]]),
|
|
@@ -14534,7 +14546,7 @@ function lg(e, t, n, r, i, a) {
|
|
|
14534
14546
|
key: 0,
|
|
14535
14547
|
type: n.icon,
|
|
14536
14548
|
size: "20"
|
|
14537
|
-
}, null, 8, ["type"])) : n.color ? (T(), c("div",
|
|
14549
|
+
}, null, 8, ["type"])) : n.color ? (T(), c("div", cg, [l("div", {
|
|
14538
14550
|
class: "color-dot",
|
|
14539
14551
|
style: S({ backgroundColor: n.color })
|
|
14540
14552
|
}, null, 4)])) : s("", !0),
|
|
@@ -14542,7 +14554,7 @@ function lg(e, t, n, r, i, a) {
|
|
|
14542
14554
|
class: "ecs-multiselect-option-content-text",
|
|
14543
14555
|
style: S(a.slotContentStyle)
|
|
14544
14556
|
}, [k(e.$slots, "default", {}, void 0, !0)], 4),
|
|
14545
|
-
n.count ? (T(), c("span",
|
|
14557
|
+
n.count ? (T(), c("span", lg, N(n.count), 1)) : s("", !0)
|
|
14546
14558
|
]),
|
|
14547
14559
|
_: 3
|
|
14548
14560
|
}), n.help ? (T(), c("div", {
|
|
@@ -14551,9 +14563,9 @@ function lg(e, t, n, r, i, a) {
|
|
|
14551
14563
|
}, [f(m, { preset: "form" }, {
|
|
14552
14564
|
default: I(() => [d(N(n.help), 1)]),
|
|
14553
14565
|
_: 1
|
|
14554
|
-
})], 2)) : s("", !0)], 10,
|
|
14566
|
+
})], 2)) : s("", !0)], 10, sg);
|
|
14555
14567
|
}
|
|
14556
|
-
var
|
|
14568
|
+
var dg = /* @__PURE__ */ V(og, [["render", ug], ["__scopeId", "data-v-28659eb6"]]), fg = {
|
|
14557
14569
|
name: "ecs-overlay",
|
|
14558
14570
|
emits: ["close", "toggled"],
|
|
14559
14571
|
components: {
|
|
@@ -14671,38 +14683,38 @@ var ug = /* @__PURE__ */ V(ag, [["render", lg], ["__scopeId", "data-v-28659eb6"]
|
|
|
14671
14683
|
this.isShown && this.setScrollPaddings();
|
|
14672
14684
|
}, 10);
|
|
14673
14685
|
} }
|
|
14674
|
-
},
|
|
14686
|
+
}, pg = { class: "ecs-overlay-titles" }, mg = { class: "title" }, hg = {
|
|
14675
14687
|
key: 0,
|
|
14676
14688
|
class: "emphasized"
|
|
14677
|
-
},
|
|
14689
|
+
}, gg = {
|
|
14678
14690
|
key: 0,
|
|
14679
14691
|
class: "subline"
|
|
14680
|
-
},
|
|
14692
|
+
}, _g = {
|
|
14681
14693
|
key: 0,
|
|
14682
14694
|
class: "ecs-overlay-header-controls"
|
|
14683
|
-
},
|
|
14695
|
+
}, vg = ["aria-busy"], yg = {
|
|
14684
14696
|
key: 0,
|
|
14685
14697
|
class: "ecs-overlay-tabs scrollbar scrollbar-sml"
|
|
14686
|
-
},
|
|
14698
|
+
}, bg = {
|
|
14687
14699
|
key: 0,
|
|
14688
14700
|
class: "ecs-overlay-sidebar ecs-overlay-sidebar-static"
|
|
14689
|
-
},
|
|
14701
|
+
}, xg = { class: "ecs-overlay-sidebar ecs-overlay-sidebar-float scrollbar scrollbar-sml" }, Sg = {
|
|
14690
14702
|
key: 1,
|
|
14691
14703
|
class: "ecs-overlay-content-block"
|
|
14692
|
-
},
|
|
14704
|
+
}, Cg = {
|
|
14693
14705
|
key: 1,
|
|
14694
14706
|
class: "ecs-overlay-footer"
|
|
14695
|
-
},
|
|
14707
|
+
}, wg = {
|
|
14696
14708
|
key: 0,
|
|
14697
14709
|
class: "spacer-tabs"
|
|
14698
|
-
},
|
|
14710
|
+
}, Tg = { class: "ecs-overlay-footer-content" }, Eg = {
|
|
14699
14711
|
key: 0,
|
|
14700
14712
|
class: "spacer-sidebar"
|
|
14701
|
-
},
|
|
14713
|
+
}, Dg = {
|
|
14702
14714
|
key: 1,
|
|
14703
14715
|
class: "spacer-scrollbar"
|
|
14704
14716
|
};
|
|
14705
|
-
function
|
|
14717
|
+
function Og(e, t, n, i, a, u) {
|
|
14706
14718
|
let p = A("ecs-icon"), m = A("ecs-button-toolbar"), h = A("ecs-alert");
|
|
14707
14719
|
return T(), o(r, {
|
|
14708
14720
|
name: "fade",
|
|
@@ -14720,13 +14732,13 @@ function Dg(e, t, n, i, a, u) {
|
|
|
14720
14732
|
class: "ecs-overlay-header",
|
|
14721
14733
|
style: S(e.$slots.alert ? "" : "border-bottom: 1px solid var(--color-gray-4);")
|
|
14722
14734
|
}, [
|
|
14723
|
-
l("div",
|
|
14735
|
+
l("div", pg, [n.icon ? (T(), o(p, {
|
|
14724
14736
|
key: 0,
|
|
14725
14737
|
type: n.icon,
|
|
14726
14738
|
size: "40",
|
|
14727
14739
|
color: "#B9BCC2"
|
|
14728
|
-
}, null, 8, ["type"])) : s("", !0), l("div", null, [l("span",
|
|
14729
|
-
e.$slots.headercontrols ? (T(), c("div",
|
|
14740
|
+
}, null, 8, ["type"])) : s("", !0), l("div", null, [l("span", mg, [n.headerTitleEmphasized ? (T(), c("span", hg, N(n.headerTitleEmphasized), 1)) : s("", !0), d(" " + N(n.headerTitle), 1)]), n.headerTitleSubline ? (T(), c("span", gg, N(n.headerTitleSubline), 1)) : s("", !0)])]),
|
|
14741
|
+
e.$slots.headercontrols ? (T(), c("div", _g, [k(e.$slots, "headercontrols", {}, void 0, !0)])) : s("", !0),
|
|
14730
14742
|
e.$slots.sidebar && a.width <= 1500 ? (T(), o(m, {
|
|
14731
14743
|
key: 1,
|
|
14732
14744
|
onClick: u.sidebarToggle,
|
|
@@ -14775,7 +14787,7 @@ function Dg(e, t, n, i, a, u) {
|
|
|
14775
14787
|
class: "ecs-overlay-content",
|
|
14776
14788
|
"aria-busy": n.blockContent || null
|
|
14777
14789
|
}, [
|
|
14778
|
-
e.$slots.tabs ? (T(), c("div",
|
|
14790
|
+
e.$slots.tabs ? (T(), c("div", yg, [k(e.$slots, "tabs", {}, void 0, !0)])) : s("", !0),
|
|
14779
14791
|
l("div", {
|
|
14780
14792
|
ref: "innerContent",
|
|
14781
14793
|
class: b(["ecs-overlay-content-inner scrollbar", u.sidebarOpenClass])
|
|
@@ -14790,15 +14802,15 @@ function Dg(e, t, n, i, a, u) {
|
|
|
14790
14802
|
paddingRight: u.contentPadding
|
|
14791
14803
|
})
|
|
14792
14804
|
}, [k(e.$slots, "default", {}, void 0, !0)], 6),
|
|
14793
|
-
e.$slots.sidebar && a.width > 1500 ? (T(), c("div",
|
|
14805
|
+
e.$slots.sidebar && a.width > 1500 ? (T(), c("div", bg, [k(e.$slots, "sidebar", {}, void 0, !0)])) : s("", !0),
|
|
14794
14806
|
f(r, { name: "slide" }, {
|
|
14795
|
-
default: I(() => [se(l("div",
|
|
14807
|
+
default: I(() => [se(l("div", xg, [k(e.$slots, "sidebar", {}, void 0, !0)], 512), [[ae, e.$slots.sidebar && a.width <= 1500 && a.showSidebar]])]),
|
|
14796
14808
|
_: 3
|
|
14797
14809
|
})
|
|
14798
14810
|
], 2),
|
|
14799
|
-
n.blockContent ? (T(), c("div",
|
|
14800
|
-
], 8,
|
|
14801
|
-
e.$slots.footer ? (T(), c("footer",
|
|
14811
|
+
n.blockContent ? (T(), c("div", Sg)) : s("", !0)
|
|
14812
|
+
], 8, vg),
|
|
14813
|
+
e.$slots.footer ? (T(), c("footer", Cg, [e.$slots.tabs ? (T(), c("div", wg)) : s("", !0), l("div", Tg, [
|
|
14802
14814
|
l("div", {
|
|
14803
14815
|
class: "ecs-overlay-footer-content-inner",
|
|
14804
14816
|
style: S({
|
|
@@ -14809,14 +14821,14 @@ function Dg(e, t, n, i, a, u) {
|
|
|
14809
14821
|
paddingRight: u.contentPadding
|
|
14810
14822
|
})
|
|
14811
14823
|
}, [k(e.$slots, "footer", {}, void 0, !0)], 4),
|
|
14812
|
-
e.$slots.sidebar && a.width > 1500 ? (T(), c("div",
|
|
14813
|
-
a.footerScrollSpacer ? (T(), c("div",
|
|
14824
|
+
e.$slots.sidebar && a.width > 1500 ? (T(), c("div", Eg)) : s("", !0),
|
|
14825
|
+
a.footerScrollSpacer ? (T(), c("div", Dg)) : s("", !0)
|
|
14814
14826
|
])])) : s("", !0)
|
|
14815
14827
|
], 4)) : s("", !0)]),
|
|
14816
14828
|
_: 3
|
|
14817
14829
|
});
|
|
14818
14830
|
}
|
|
14819
|
-
var
|
|
14831
|
+
var kg = /* @__PURE__ */ V(fg, [["render", Og], ["__scopeId", "data-v-acdd9118"]]), Ag = {
|
|
14820
14832
|
name: "ecs-pagination",
|
|
14821
14833
|
emits: [
|
|
14822
14834
|
"firstPage",
|
|
@@ -14910,14 +14922,14 @@ var Og = /* @__PURE__ */ V(dg, [["render", Dg], ["__scopeId", "data-v-acdd9118"]
|
|
|
14910
14922
|
this.$emit("updatePage", Number(e));
|
|
14911
14923
|
}
|
|
14912
14924
|
}
|
|
14913
|
-
},
|
|
14925
|
+
}, jg = ["value", "selected"], Mg = {
|
|
14914
14926
|
key: 0,
|
|
14915
14927
|
class: "total"
|
|
14916
|
-
},
|
|
14928
|
+
}, Ng = {
|
|
14917
14929
|
key: 1,
|
|
14918
14930
|
class: "ecs-pagination-range"
|
|
14919
|
-
},
|
|
14920
|
-
function
|
|
14931
|
+
}, Pg = { class: "ecs-pagination-tabs" }, Fg = ["value", "selected"];
|
|
14932
|
+
function Ig(t, n, r, i, a, u) {
|
|
14921
14933
|
let p = A("ecs-button"), m = A("ecs-flex-row"), h = A("ecs-select");
|
|
14922
14934
|
return T(), c("div", {
|
|
14923
14935
|
class: b(["ecs-pagination", [r.theme === "bordered" ? "ecs-pagination-bordered" : "", r.theme === "floating" ? "ecs-pagination-floating" : ""]]),
|
|
@@ -14965,10 +14977,10 @@ function Fg(t, n, r, i, a, u) {
|
|
|
14965
14977
|
key: e,
|
|
14966
14978
|
value: e,
|
|
14967
14979
|
selected: e === r.currentPage
|
|
14968
|
-
}, N(e), 9,
|
|
14980
|
+
}, N(e), 9, jg))), 128))]),
|
|
14969
14981
|
_: 1
|
|
14970
14982
|
}, 8, ["modelValue", "disabled"]),
|
|
14971
|
-
r.totalPages ? (T(), c("span",
|
|
14983
|
+
r.totalPages ? (T(), c("span", Mg, "of " + N(r.totalPages), 1)) : s("", !0)
|
|
14972
14984
|
]),
|
|
14973
14985
|
_: 1
|
|
14974
14986
|
}),
|
|
@@ -14994,7 +15006,7 @@ function Fg(t, n, r, i, a, u) {
|
|
|
14994
15006
|
}, null, 8, ["disabled"])]),
|
|
14995
15007
|
_: 1
|
|
14996
15008
|
})
|
|
14997
|
-
], 64)) : u.hasRange ? (T(), c("span",
|
|
15009
|
+
], 64)) : u.hasRange ? (T(), c("span", Ng, [
|
|
14998
15010
|
n[8] ||= d("Showing entries ", -1),
|
|
14999
15011
|
l("span", null, N(r.itemRangeFrom) + " to " + N(r.itemRangeTo), 1),
|
|
15000
15012
|
n[9] ||= d(" of ", -1),
|
|
@@ -15002,7 +15014,7 @@ function Fg(t, n, r, i, a, u) {
|
|
|
15002
15014
|
])) : s("", !0)]),
|
|
15003
15015
|
_: 1
|
|
15004
15016
|
}, 8, ["style"]),
|
|
15005
|
-
l("div",
|
|
15017
|
+
l("div", Pg, [k(t.$slots, "tabs", {}, void 0, !0)]),
|
|
15006
15018
|
r.showItemsPerPage && r.type == "paginated" ? (T(), o(m, {
|
|
15007
15019
|
key: 0,
|
|
15008
15020
|
gap: 4,
|
|
@@ -15019,7 +15031,7 @@ function Fg(t, n, r, i, a, u) {
|
|
|
15019
15031
|
key: e,
|
|
15020
15032
|
value: e,
|
|
15021
15033
|
selected: e === r.itemsPerPageSelected
|
|
15022
|
-
}, N(e), 9,
|
|
15034
|
+
}, N(e), 9, Fg))), 128))]),
|
|
15023
15035
|
_: 1
|
|
15024
15036
|
}, 8, ["modelValue", "disabled"])]),
|
|
15025
15037
|
_: 1
|
|
@@ -15034,7 +15046,7 @@ function Fg(t, n, r, i, a, u) {
|
|
|
15034
15046
|
})) : s("", !0)
|
|
15035
15047
|
], 2);
|
|
15036
15048
|
}
|
|
15037
|
-
var
|
|
15049
|
+
var Lg = /* @__PURE__ */ V(Ag, [["render", Ig], ["__scopeId", "data-v-6741fbf9"]]), Rg = {
|
|
15038
15050
|
name: "ecs-popover-header",
|
|
15039
15051
|
components: {
|
|
15040
15052
|
EcsIcon: H,
|
|
@@ -15053,19 +15065,19 @@ var Ig = /* @__PURE__ */ V(kg, [["render", Fg], ["__scopeId", "data-v-6741fbf9"]
|
|
|
15053
15065
|
computed: { hasControls() {
|
|
15054
15066
|
return !!this.$slots.default;
|
|
15055
15067
|
} }
|
|
15056
|
-
},
|
|
15068
|
+
}, zg = { class: "ecs-popover-header" }, Bg = { class: "ecs-popover-header-title" }, Vg = {
|
|
15057
15069
|
key: 1,
|
|
15058
15070
|
class: "ecs-popover-header-title-content"
|
|
15059
|
-
},
|
|
15071
|
+
}, Hg = {
|
|
15060
15072
|
key: 2,
|
|
15061
15073
|
class: "ecs-popover-header-title-controls"
|
|
15062
|
-
},
|
|
15074
|
+
}, Ug = {
|
|
15063
15075
|
key: 0,
|
|
15064
15076
|
class: "ecs-popover-header-actions"
|
|
15065
15077
|
};
|
|
15066
|
-
function
|
|
15078
|
+
function Wg(e, t, n, r, i, a) {
|
|
15067
15079
|
let u = A("ecs-icon"), p = A("ecs-text-v2");
|
|
15068
|
-
return T(), c("header",
|
|
15080
|
+
return T(), c("header", zg, [l("div", Bg, [
|
|
15069
15081
|
n.icon ? (T(), o(u, {
|
|
15070
15082
|
key: 0,
|
|
15071
15083
|
type: n.icon,
|
|
@@ -15073,15 +15085,15 @@ function Ug(e, t, n, r, i, a) {
|
|
|
15073
15085
|
class: "icon",
|
|
15074
15086
|
color: "#B4B9BE"
|
|
15075
15087
|
}, null, 8, ["type"])) : s("", !0),
|
|
15076
|
-
e.$slots.title ? (T(), c("div",
|
|
15088
|
+
e.$slots.title ? (T(), c("div", Vg, [k(e.$slots, "title", {}, void 0, !0)])) : s("", !0),
|
|
15077
15089
|
f(p, { preset: "headline-4" }, {
|
|
15078
15090
|
default: I(() => [d(N(n.title), 1)]),
|
|
15079
15091
|
_: 1
|
|
15080
15092
|
}),
|
|
15081
|
-
e.$slots.titleControls ? (T(), c("div",
|
|
15082
|
-
]), a.hasControls ? (T(), c("div",
|
|
15093
|
+
e.$slots.titleControls ? (T(), c("div", Hg, [k(e.$slots, "titleControls", {}, void 0, !0)])) : s("", !0)
|
|
15094
|
+
]), a.hasControls ? (T(), c("div", Ug, [k(e.$slots, "default", {}, void 0, !0)])) : s("", !0)]);
|
|
15083
15095
|
}
|
|
15084
|
-
var
|
|
15096
|
+
var Gg = /* @__PURE__ */ V(Rg, [["render", Wg], ["__scopeId", "data-v-0c73e09d"]]), Kg = {
|
|
15085
15097
|
name: "ecs-rating-star-read",
|
|
15086
15098
|
components: { EcsSkeletonLoader: W },
|
|
15087
15099
|
props: {
|
|
@@ -15106,8 +15118,8 @@ var Wg = /* @__PURE__ */ V(Lg, [["render", Ug], ["__scopeId", "data-v-0c73e09d"]
|
|
|
15106
15118
|
computed: { sizeClass() {
|
|
15107
15119
|
return this.size && this.size !== "" ? `ecs-rating-read-${this.size}` : this.size;
|
|
15108
15120
|
} }
|
|
15109
|
-
},
|
|
15110
|
-
function
|
|
15121
|
+
}, qg = ["aria-busy", "aria-label"], Jg = ["data-maximum", "data-rating"];
|
|
15122
|
+
function Yg(e, t, n, r, i, a) {
|
|
15111
15123
|
let s = A("ecs-skeleton-loader");
|
|
15112
15124
|
return T(), c("div", {
|
|
15113
15125
|
class: b(["ecs-rating-read", [a.sizeClass]]),
|
|
@@ -15123,9 +15135,9 @@ function Jg(e, t, n, r, i, a) {
|
|
|
15123
15135
|
class: "ecs-stars-read",
|
|
15124
15136
|
"data-maximum": n.maximum,
|
|
15125
15137
|
"data-rating": n.rating
|
|
15126
|
-
}, null, 8,
|
|
15138
|
+
}, null, 8, Jg))], 10, qg);
|
|
15127
15139
|
}
|
|
15128
|
-
var
|
|
15140
|
+
var Xg = /* @__PURE__ */ V(Kg, [["render", Yg], ["__scopeId", "data-v-7e609016"]]), Zg = {
|
|
15129
15141
|
name: "ecs-rating-favorability",
|
|
15130
15142
|
emits: ["click"],
|
|
15131
15143
|
components: {
|
|
@@ -15197,8 +15209,8 @@ var Yg = /* @__PURE__ */ V(Gg, [["render", Jg], ["__scopeId", "data-v-7e609016"]
|
|
|
15197
15209
|
methods: { handleClick(e) {
|
|
15198
15210
|
this.disabled || this.$emit("click", e);
|
|
15199
15211
|
} }
|
|
15200
|
-
},
|
|
15201
|
-
function
|
|
15212
|
+
}, Qg = ["aria-busy"], $g = ["title"];
|
|
15213
|
+
function e_(e, t, n, r, i, a) {
|
|
15202
15214
|
let u = A("ecs-icon"), d = A("ecs-skeleton-loader");
|
|
15203
15215
|
return T(), c("div", {
|
|
15204
15216
|
onClick: t[0] ||= (...e) => a.handleClick && a.handleClick(...e),
|
|
@@ -15208,7 +15220,7 @@ function $g(e, t, n, r, i, a) {
|
|
|
15208
15220
|
l("div", {
|
|
15209
15221
|
class: b(["ecs-favorability-button", [a.css, n.loading ? "loading" : ""]]),
|
|
15210
15222
|
title: a.labelText
|
|
15211
|
-
}, [f(u, { type: a.iconType }, null, 8, ["type"])], 10,
|
|
15223
|
+
}, [f(u, { type: a.iconType }, null, 8, ["type"])], 10, $g),
|
|
15212
15224
|
n.label ? (T(), c("span", {
|
|
15213
15225
|
key: 0,
|
|
15214
15226
|
class: b(["label", n.loading ? "loading" : ""])
|
|
@@ -15225,9 +15237,9 @@ function $g(e, t, n, r, i, a) {
|
|
|
15225
15237
|
width: 100,
|
|
15226
15238
|
style: { width: "calc(100% - 30px)" }
|
|
15227
15239
|
})) : s("", !0)
|
|
15228
|
-
], 10,
|
|
15240
|
+
], 10, Qg);
|
|
15229
15241
|
}
|
|
15230
|
-
var
|
|
15242
|
+
var t_ = /* @__PURE__ */ V(Zg, [["render", e_], ["__scopeId", "data-v-a6e15633"]]), n_ = {
|
|
15231
15243
|
name: "ecs-quicklinks-link",
|
|
15232
15244
|
emits: [
|
|
15233
15245
|
"click",
|
|
@@ -15237,8 +15249,8 @@ var e_ = /* @__PURE__ */ V(Xg, [["render", $g], ["__scopeId", "data-v-a6e15633"]
|
|
|
15237
15249
|
],
|
|
15238
15250
|
components: {
|
|
15239
15251
|
EcsCheckbox: Er,
|
|
15240
|
-
EcsRatingStarRead:
|
|
15241
|
-
EcsRatingFavorability:
|
|
15252
|
+
EcsRatingStarRead: Xg,
|
|
15253
|
+
EcsRatingFavorability: t_,
|
|
15242
15254
|
EcsSwitch: zr,
|
|
15243
15255
|
EcsIcon: H,
|
|
15244
15256
|
EcsFocusRing: U,
|
|
@@ -15381,21 +15393,21 @@ var e_ = /* @__PURE__ */ V(Xg, [["render", $g], ["__scopeId", "data-v-a6e15633"]
|
|
|
15381
15393
|
created() {
|
|
15382
15394
|
this.updateVolumes(this.volumes);
|
|
15383
15395
|
}
|
|
15384
|
-
},
|
|
15396
|
+
}, r_ = { class: "filter-description" }, i_ = {
|
|
15385
15397
|
key: 0,
|
|
15386
15398
|
class: "meta"
|
|
15387
|
-
},
|
|
15399
|
+
}, a_ = { key: 0 }, o_ = ["title"], s_ = { style: { "margin-left": "12px" } }, c_ = { class: "static-label" }, l_ = {
|
|
15388
15400
|
key: 0,
|
|
15389
15401
|
class: "meta"
|
|
15390
|
-
},
|
|
15402
|
+
}, u_ = { key: 0 }, d_ = ["title"], f_ = { class: "persona-label" }, p_ = { key: 3 }, m_ = [
|
|
15391
15403
|
"onClick",
|
|
15392
15404
|
"title",
|
|
15393
15405
|
"aria-label"
|
|
15394
|
-
],
|
|
15406
|
+
], h_ = ["aria-label"], g_ = {
|
|
15395
15407
|
key: 5,
|
|
15396
15408
|
class: "meta"
|
|
15397
|
-
},
|
|
15398
|
-
function
|
|
15409
|
+
}, __ = { key: 0 }, v_ = ["title"];
|
|
15410
|
+
function y_(t, n, r, i, a, u) {
|
|
15399
15411
|
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");
|
|
15400
15412
|
return T(), c("li", { class: b(["ecs-quicklinks-link", [
|
|
15401
15413
|
u.typeClass,
|
|
@@ -15408,11 +15420,11 @@ function v_(t, n, r, i, a, u) {
|
|
|
15408
15420
|
role: "button"
|
|
15409
15421
|
}, [
|
|
15410
15422
|
f(p, { type: r.icon }, null, 8, ["type"]),
|
|
15411
|
-
l("span",
|
|
15412
|
-
r.count || r.meta ? (T(), c("small",
|
|
15423
|
+
l("span", r_, N(r.label), 1),
|
|
15424
|
+
r.count || r.meta ? (T(), c("small", i_, [r.count ? (T(), c("span", a_, N(r.count), 1)) : s("", !0), r.meta ? (T(), c("span", {
|
|
15413
15425
|
key: 1,
|
|
15414
15426
|
title: r.metaTitle
|
|
15415
|
-
}, N(r.meta), 9,
|
|
15427
|
+
}, N(r.meta), 9, o_)) : s("", !0)])) : s("", !0),
|
|
15416
15428
|
f(m)
|
|
15417
15429
|
])) : r.type === "favorability" ? (T(), c("div", {
|
|
15418
15430
|
key: 1,
|
|
@@ -15431,11 +15443,11 @@ function v_(t, n, r, i, a, u) {
|
|
|
15431
15443
|
"rating",
|
|
15432
15444
|
"disabled"
|
|
15433
15445
|
]),
|
|
15434
|
-
l("label",
|
|
15435
|
-
r.count || r.meta ? (T(), c("small",
|
|
15446
|
+
l("label", s_, [l("span", c_, N(r.label), 1)]),
|
|
15447
|
+
r.count || r.meta ? (T(), c("small", l_, [r.count ? (T(), c("span", u_, N(r.count), 1)) : s("", !0), r.meta ? (T(), c("span", {
|
|
15436
15448
|
key: 1,
|
|
15437
15449
|
title: r.metaTitle
|
|
15438
|
-
}, N(r.meta), 9,
|
|
15450
|
+
}, N(r.meta), 9, d_)) : s("", !0)])) : s("", !0),
|
|
15439
15451
|
f(m)
|
|
15440
15452
|
])) : (T(), o(w, {
|
|
15441
15453
|
key: 2,
|
|
@@ -15471,7 +15483,7 @@ function v_(t, n, r, i, a, u) {
|
|
|
15471
15483
|
"name",
|
|
15472
15484
|
"relevant-badge",
|
|
15473
15485
|
"backgroundColor"
|
|
15474
|
-
]), l("span",
|
|
15486
|
+
]), l("span", f_, N(r.label || r.persona.name), 1)], 64)) : (T(), c("span", p_, N(r.label), 1)),
|
|
15475
15487
|
a.localVolumes.length ? (T(), o(C, {
|
|
15476
15488
|
key: 4,
|
|
15477
15489
|
gap: 2,
|
|
@@ -15483,7 +15495,7 @@ function v_(t, n, r, i, a, u) {
|
|
|
15483
15495
|
onClick: (t) => u.toggleVolume(e.id),
|
|
15484
15496
|
title: `${e.name} (${e.date})`,
|
|
15485
15497
|
"aria-label": `Volume ${e.id}${e.active ? " active" : ""}`
|
|
15486
|
-
}, N(e.id), 11,
|
|
15498
|
+
}, N(e.id), 11, m_))), 128)), a.localVolumes.length > 3 ? (T(), o(S, {
|
|
15487
15499
|
key: 0,
|
|
15488
15500
|
disabled: r.disabled || null
|
|
15489
15501
|
}, {
|
|
@@ -15512,15 +15524,15 @@ function v_(t, n, r, i, a, u) {
|
|
|
15512
15524
|
}, [f(p, {
|
|
15513
15525
|
type: "more",
|
|
15514
15526
|
size: "18"
|
|
15515
|
-
})], 10,
|
|
15527
|
+
})], 10, h_)]),
|
|
15516
15528
|
_: 1
|
|
15517
15529
|
}, 8, ["disabled"])) : s("", !0)]),
|
|
15518
15530
|
_: 1
|
|
15519
15531
|
})) : s("", !0),
|
|
15520
|
-
r.count || r.meta ? (T(), c("small",
|
|
15532
|
+
r.count || r.meta ? (T(), c("small", g_, [r.count ? (T(), c("span", __, N(r.count), 1)) : s("", !0), r.meta ? (T(), c("span", {
|
|
15521
15533
|
key: 1,
|
|
15522
15534
|
title: r.metaTitle
|
|
15523
|
-
}, N(r.meta), 9,
|
|
15535
|
+
}, N(r.meta), 9, v_)) : s("", !0)])) : s("", !0)
|
|
15524
15536
|
]),
|
|
15525
15537
|
_: 1
|
|
15526
15538
|
}, 8, [
|
|
@@ -15531,7 +15543,7 @@ function v_(t, n, r, i, a, u) {
|
|
|
15531
15543
|
"indeterminate"
|
|
15532
15544
|
]))], 2);
|
|
15533
15545
|
}
|
|
15534
|
-
var
|
|
15546
|
+
var b_ = /* @__PURE__ */ V(n_, [["render", y_], ["__scopeId", "data-v-bafc258b"]]), x_ = {
|
|
15535
15547
|
name: "ecs-range",
|
|
15536
15548
|
mixins: [J],
|
|
15537
15549
|
emits: ["update:modelValue"],
|
|
@@ -15591,21 +15603,21 @@ var y_ = /* @__PURE__ */ V(t_, [["render", v_], ["__scopeId", "data-v-bafc258b"]
|
|
|
15591
15603
|
watch: { modelValue(e) {
|
|
15592
15604
|
this.updateProgress(e);
|
|
15593
15605
|
} }
|
|
15594
|
-
},
|
|
15606
|
+
}, S_ = [
|
|
15595
15607
|
"id",
|
|
15596
15608
|
"disabled",
|
|
15597
15609
|
"min",
|
|
15598
15610
|
"max",
|
|
15599
15611
|
"value",
|
|
15600
15612
|
"step"
|
|
15601
|
-
],
|
|
15613
|
+
], C_ = {
|
|
15602
15614
|
key: 0,
|
|
15603
15615
|
class: "ecs-range-markers"
|
|
15604
|
-
},
|
|
15616
|
+
}, w_ = {
|
|
15605
15617
|
key: 1,
|
|
15606
15618
|
class: "ecs-range-labels"
|
|
15607
15619
|
};
|
|
15608
|
-
function
|
|
15620
|
+
function T_(t, n, r, i, a, o) {
|
|
15609
15621
|
return T(), c("div", { class: b(["ecs-range", { "has-list": r.list }]) }, [
|
|
15610
15622
|
l("input", {
|
|
15611
15623
|
ref: "rangeInput",
|
|
@@ -15618,18 +15630,18 @@ function w_(t, n, r, i, a, o) {
|
|
|
15618
15630
|
value: r.modelValue,
|
|
15619
15631
|
step: r.step === "any" ? "any" : r.step,
|
|
15620
15632
|
class: "ecs-range-input"
|
|
15621
|
-
}, null, 40,
|
|
15622
|
-
o.shouldShowMarkers ? (T(), c("div",
|
|
15633
|
+
}, null, 40, S_),
|
|
15634
|
+
o.shouldShowMarkers ? (T(), c("div", C_, [(T(!0), c(e, null, O(o.stepCount, (e, t) => (T(), c("span", {
|
|
15623
15635
|
key: t,
|
|
15624
15636
|
class: "ecs-range-marker"
|
|
15625
15637
|
}))), 128))])) : s("", !0),
|
|
15626
|
-
r.list ? (T(), c("div",
|
|
15638
|
+
r.list ? (T(), c("div", w_, [(T(!0), c(e, null, O(r.list, (e, t) => (T(), c("span", {
|
|
15627
15639
|
key: t,
|
|
15628
15640
|
class: "ecs-range-label"
|
|
15629
15641
|
}, N(e), 1))), 128))])) : s("", !0)
|
|
15630
15642
|
], 2);
|
|
15631
15643
|
}
|
|
15632
|
-
var
|
|
15644
|
+
var E_ = /* @__PURE__ */ V(x_, [["render", T_], ["__scopeId", "data-v-b6f3e6b0"]]), D_ = {
|
|
15633
15645
|
name: "ecs-rating-star-write",
|
|
15634
15646
|
emits: ["click", "reset"],
|
|
15635
15647
|
props: {
|
|
@@ -15650,15 +15662,15 @@ var T_ = /* @__PURE__ */ V(b_, [["render", w_], ["__scopeId", "data-v-b6f3e6b0"]
|
|
|
15650
15662
|
default: !1
|
|
15651
15663
|
}
|
|
15652
15664
|
}
|
|
15653
|
-
},
|
|
15654
|
-
function
|
|
15665
|
+
}, O_ = ["disabled"], k_ = { class: "ecs-rating-write" }, A_ = ["checked", "disabled"], j_ = ["checked", "disabled"], M_ = ["checked", "disabled"], N_ = ["checked", "disabled"];
|
|
15666
|
+
function P_(e, t, n, r, i, a) {
|
|
15655
15667
|
return T(), c("div", { class: b(["ecs-rating-form", [n.large ? "ecs-rating-form-lg" : ""]]) }, [n.unrated ? (T(), c("button", {
|
|
15656
15668
|
key: 0,
|
|
15657
15669
|
onClick: t[0] ||= (t) => e.$emit("reset"),
|
|
15658
15670
|
disabled: n.disabled,
|
|
15659
15671
|
class: b(["ecs-rating-reset", { active: n.value == 0 }]),
|
|
15660
15672
|
"aria-label": "Reset Rating"
|
|
15661
|
-
}, [...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,
|
|
15673
|
+
}, [...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, O_)) : s("", !0), l("div", k_, [
|
|
15662
15674
|
l("input", {
|
|
15663
15675
|
type: "radio",
|
|
15664
15676
|
value: "1",
|
|
@@ -15666,7 +15678,7 @@ function N_(e, t, n, r, i, a) {
|
|
|
15666
15678
|
onClick: t[1] ||= (t) => e.$emit("click", t),
|
|
15667
15679
|
checked: n.value == 1 || null,
|
|
15668
15680
|
disabled: n.disabled
|
|
15669
|
-
}, null, 8,
|
|
15681
|
+
}, null, 8, A_),
|
|
15670
15682
|
t[6] ||= l("i", null, null, -1),
|
|
15671
15683
|
l("input", {
|
|
15672
15684
|
type: "radio",
|
|
@@ -15675,7 +15687,7 @@ function N_(e, t, n, r, i, a) {
|
|
|
15675
15687
|
onClick: t[2] ||= (t) => e.$emit("click", t),
|
|
15676
15688
|
checked: n.value == 2 || null,
|
|
15677
15689
|
disabled: n.disabled
|
|
15678
|
-
}, null, 8,
|
|
15690
|
+
}, null, 8, j_),
|
|
15679
15691
|
t[7] ||= l("i", null, null, -1),
|
|
15680
15692
|
l("input", {
|
|
15681
15693
|
type: "radio",
|
|
@@ -15684,7 +15696,7 @@ function N_(e, t, n, r, i, a) {
|
|
|
15684
15696
|
onClick: t[3] ||= (t) => e.$emit("click", t),
|
|
15685
15697
|
checked: n.value == 3 || null,
|
|
15686
15698
|
disabled: n.disabled
|
|
15687
|
-
}, null, 8,
|
|
15699
|
+
}, null, 8, M_),
|
|
15688
15700
|
t[8] ||= l("i", null, null, -1),
|
|
15689
15701
|
l("input", {
|
|
15690
15702
|
type: "radio",
|
|
@@ -15693,11 +15705,11 @@ function N_(e, t, n, r, i, a) {
|
|
|
15693
15705
|
onClick: t[4] ||= (t) => e.$emit("click", t),
|
|
15694
15706
|
checked: n.value == 4 || null,
|
|
15695
15707
|
disabled: n.disabled
|
|
15696
|
-
}, null, 8,
|
|
15708
|
+
}, null, 8, N_),
|
|
15697
15709
|
t[9] ||= l("i", null, null, -1)
|
|
15698
15710
|
])], 2);
|
|
15699
15711
|
}
|
|
15700
|
-
var
|
|
15712
|
+
var F_ = /* @__PURE__ */ V(D_, [["render", P_], ["__scopeId", "data-v-0d4c1ecb"]]), I_ = {
|
|
15701
15713
|
name: "ecs-section",
|
|
15702
15714
|
props: {
|
|
15703
15715
|
title: { type: String },
|
|
@@ -15743,11 +15755,11 @@ var P_ = /* @__PURE__ */ V(E_, [["render", N_], ["__scopeId", "data-v-0d4c1ecb"]
|
|
|
15743
15755
|
return `ecs-section-content-padding-${this.contentPadding}`;
|
|
15744
15756
|
}
|
|
15745
15757
|
}
|
|
15746
|
-
},
|
|
15758
|
+
}, L_ = {
|
|
15747
15759
|
key: 0,
|
|
15748
15760
|
class: "ecs-section-controls"
|
|
15749
15761
|
};
|
|
15750
|
-
function
|
|
15762
|
+
function R_(e, t, n, r, i, a) {
|
|
15751
15763
|
return T(), c("div", { class: b(["ecs-section", [
|
|
15752
15764
|
n.borderTop ? "ecs-section-border-top" : "",
|
|
15753
15765
|
n.borderBottom ? "ecs-section-border-bottom" : "",
|
|
@@ -15756,9 +15768,9 @@ function L_(e, t, n, r, i, a) {
|
|
|
15756
15768
|
]]) }, [n.title ? (T(), c("h3", {
|
|
15757
15769
|
key: 0,
|
|
15758
15770
|
class: b(["ecs-section-headline", [n.headlineBold ? "ecs-headline-section-bold" : "ecs-headline-section", e.$slots.controls ? "has-buttons" : ""]])
|
|
15759
|
-
}, [d(N(n.title) + " ", 1), e.$slots.controls ? (T(), c("div",
|
|
15771
|
+
}, [d(N(n.title) + " ", 1), e.$slots.controls ? (T(), c("div", L_, [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);
|
|
15760
15772
|
}
|
|
15761
|
-
var
|
|
15773
|
+
var z_ = /* @__PURE__ */ V(I_, [["render", R_], ["__scopeId", "data-v-cdcc0680"]]), B_ = {
|
|
15762
15774
|
name: "ecs-segments",
|
|
15763
15775
|
emits: ["click"],
|
|
15764
15776
|
components: { EcsIcon: H },
|
|
@@ -15784,15 +15796,15 @@ var R_ = /* @__PURE__ */ V(F_, [["render", L_], ["__scopeId", "data-v-cdcc0680"]
|
|
|
15784
15796
|
default: !1
|
|
15785
15797
|
}
|
|
15786
15798
|
}
|
|
15787
|
-
},
|
|
15799
|
+
}, V_ = ["for", "disabled"], H_ = [
|
|
15788
15800
|
"name",
|
|
15789
15801
|
"value",
|
|
15790
15802
|
"id",
|
|
15791
15803
|
"checked",
|
|
15792
15804
|
"disabled",
|
|
15793
15805
|
"onClick"
|
|
15794
|
-
],
|
|
15795
|
-
function
|
|
15806
|
+
], U_ = ["title"];
|
|
15807
|
+
function W_(t, n, r, i, a, u) {
|
|
15796
15808
|
let f = A("ecs-icon");
|
|
15797
15809
|
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", {
|
|
15798
15810
|
key: e.id,
|
|
@@ -15806,7 +15818,7 @@ function U_(t, n, r, i, a, u) {
|
|
|
15806
15818
|
checked: r.value.toLowerCase() == e.id.toLowerCase() || null,
|
|
15807
15819
|
disabled: e.disabled || r.disabled,
|
|
15808
15820
|
onClick: (n) => t.$emit("click", e.id)
|
|
15809
|
-
}, null, 8,
|
|
15821
|
+
}, null, 8, H_), l("span", {
|
|
15810
15822
|
class: "ecs-segment",
|
|
15811
15823
|
title: e.title
|
|
15812
15824
|
}, [e.icon ? (T(), o(f, {
|
|
@@ -15815,9 +15827,9 @@ function U_(t, n, r, i, a, u) {
|
|
|
15815
15827
|
type: e.icon,
|
|
15816
15828
|
size: "20",
|
|
15817
15829
|
color: "#2F333C"
|
|
15818
|
-
}, null, 8, ["class", "type"])) : s("", !0), d(" " + N(e.label), 1)], 8,
|
|
15830
|
+
}, null, 8, ["class", "type"])) : s("", !0), d(" " + N(e.label), 1)], 8, U_)], 8, V_))), 128))], 2);
|
|
15819
15831
|
}
|
|
15820
|
-
var
|
|
15832
|
+
var G_ = /* @__PURE__ */ V(B_, [["render", W_], ["__scopeId", "data-v-1cb14db0"]]), K_ = {
|
|
15821
15833
|
name: "ecs-selection-grid",
|
|
15822
15834
|
emits: ["update:modelValue"],
|
|
15823
15835
|
components: {
|
|
@@ -15868,12 +15880,12 @@ var W_ = /* @__PURE__ */ V(z_, [["render", U_], ["__scopeId", "data-v-1cb14db0"]
|
|
|
15868
15880
|
}
|
|
15869
15881
|
}
|
|
15870
15882
|
}
|
|
15871
|
-
},
|
|
15883
|
+
}, q_ = ["role"], J_ = [
|
|
15872
15884
|
"onClick",
|
|
15873
15885
|
"role",
|
|
15874
15886
|
"aria-checked"
|
|
15875
15887
|
];
|
|
15876
|
-
function
|
|
15888
|
+
function Y_(t, n, r, i, a, l) {
|
|
15877
15889
|
let u = A("ecs-icon"), p = A("ecs-file-icon"), m = A("ecs-text-v2"), h = A("ecs-flex-row");
|
|
15878
15890
|
return T(), c("div", {
|
|
15879
15891
|
class: "ecs-selection-grid",
|
|
@@ -15910,9 +15922,9 @@ function J_(t, n, r, i, a, l) {
|
|
|
15910
15922
|
_: 2
|
|
15911
15923
|
}, 1024)) : s("", !0)]),
|
|
15912
15924
|
_: 2
|
|
15913
|
-
}, 1024)], 10,
|
|
15925
|
+
}, 1024)], 10, J_))), 128))], 12, q_);
|
|
15914
15926
|
}
|
|
15915
|
-
var
|
|
15927
|
+
var X_ = /* @__PURE__ */ V(K_, [["render", Y_], ["__scopeId", "data-v-8b0a7154"]]), Z_ = {
|
|
15916
15928
|
name: "ecs-select-tile",
|
|
15917
15929
|
emits: ["click"],
|
|
15918
15930
|
components: {
|
|
@@ -15950,14 +15962,14 @@ var Y_ = /* @__PURE__ */ V(G_, [["render", J_], ["__scopeId", "data-v-8b0a7154"]
|
|
|
15950
15962
|
default: !1
|
|
15951
15963
|
}
|
|
15952
15964
|
}
|
|
15953
|
-
},
|
|
15965
|
+
}, Q_ = ["aria-checked", "tabindex"], $_ = {
|
|
15954
15966
|
key: 1,
|
|
15955
15967
|
class: "label"
|
|
15956
|
-
},
|
|
15968
|
+
}, ev = {
|
|
15957
15969
|
key: 2,
|
|
15958
15970
|
class: "help"
|
|
15959
15971
|
};
|
|
15960
|
-
function
|
|
15972
|
+
function tv(e, t, n, r, i, a) {
|
|
15961
15973
|
let u = A("ecs-illustration"), d = A("ecs-focus-ring");
|
|
15962
15974
|
return T(), c("div", {
|
|
15963
15975
|
onClick: t[0] ||= (t) => e.$emit("click", t),
|
|
@@ -15972,23 +15984,23 @@ function ev(e, t, n, r, i, a) {
|
|
|
15972
15984
|
key: 0,
|
|
15973
15985
|
type: n.illustration
|
|
15974
15986
|
}, null, 8, ["type"])) : s("", !0),
|
|
15975
|
-
n.label ? (T(), c("div",
|
|
15976
|
-
n.helpText ? (T(), c("div",
|
|
15987
|
+
n.label ? (T(), c("div", $_, N(n.label), 1)) : s("", !0),
|
|
15988
|
+
n.helpText ? (T(), c("div", ev, N(n.helpText), 1)) : s("", !0),
|
|
15977
15989
|
f(d, {
|
|
15978
15990
|
inset: -6,
|
|
15979
15991
|
radius: 12
|
|
15980
15992
|
})
|
|
15981
|
-
], 42,
|
|
15993
|
+
], 42, Q_);
|
|
15982
15994
|
}
|
|
15983
|
-
var
|
|
15995
|
+
var nv = /* @__PURE__ */ V(Z_, [["render", tv], ["__scopeId", "data-v-a5e9bd1b"]]), rv = { name: "ecs-sequence-map" }, iv = {
|
|
15984
15996
|
class: "ecs-sequence-map",
|
|
15985
15997
|
role: "navigation",
|
|
15986
15998
|
"aria-label": "Steps"
|
|
15987
15999
|
};
|
|
15988
|
-
function
|
|
15989
|
-
return T(), c("div",
|
|
16000
|
+
function av(e, t, n, r, i, a) {
|
|
16001
|
+
return T(), c("div", iv, [k(e.$slots, "default", {}, void 0, !0)]);
|
|
15990
16002
|
}
|
|
15991
|
-
var
|
|
16003
|
+
var ov = /* @__PURE__ */ V(rv, [["render", av], ["__scopeId", "data-v-69c3c73d"]]), sv = {
|
|
15992
16004
|
name: "ecs-sequence-map-button",
|
|
15993
16005
|
emits: ["click"],
|
|
15994
16006
|
components: {
|
|
@@ -16017,8 +16029,8 @@ var av = /* @__PURE__ */ V(nv, [["render", iv], ["__scopeId", "data-v-69c3c73d"]
|
|
|
16017
16029
|
default: !1
|
|
16018
16030
|
}
|
|
16019
16031
|
}
|
|
16020
|
-
},
|
|
16021
|
-
function
|
|
16032
|
+
}, cv = ["aria-busy"], lv = { class: "count" };
|
|
16033
|
+
function uv(e, t, n, r, i, a) {
|
|
16022
16034
|
let u = A("ecs-icon"), p = A("ecs-focus-ring");
|
|
16023
16035
|
return T(), c("button", {
|
|
16024
16036
|
onClick: t[0] ||= (t) => e.$emit("click", t),
|
|
@@ -16030,7 +16042,7 @@ function lv(e, t, n, r, i, a) {
|
|
|
16030
16042
|
]]),
|
|
16031
16043
|
"aria-busy": n.loading || null
|
|
16032
16044
|
}, [
|
|
16033
|
-
l("span",
|
|
16045
|
+
l("span", lv, [d(N(n.step) + " ", 1), n.loading ? (T(), o(u, {
|
|
16034
16046
|
key: 0,
|
|
16035
16047
|
type: "loading",
|
|
16036
16048
|
class: "loading",
|
|
@@ -16039,9 +16051,9 @@ function lv(e, t, n, r, i, a) {
|
|
|
16039
16051
|
k(e.$slots, "default", {}, void 0, !0),
|
|
16040
16052
|
f(p, { inset: 4 }),
|
|
16041
16053
|
t[1] ||= l("div", { class: "step-indicator" }, null, -1)
|
|
16042
|
-
], 10,
|
|
16054
|
+
], 10, cv);
|
|
16043
16055
|
}
|
|
16044
|
-
var
|
|
16056
|
+
var dv = /* @__PURE__ */ V(sv, [["render", uv], ["__scopeId", "data-v-397f53f1"]]), fv = {
|
|
16045
16057
|
name: "ecs-tab-bar",
|
|
16046
16058
|
props: {
|
|
16047
16059
|
type: {
|
|
@@ -16079,30 +16091,30 @@ var uv = /* @__PURE__ */ V(ov, [["render", lv], ["__scopeId", "data-v-397f53f1"]
|
|
|
16079
16091
|
if (this.type === "standard" && this.direction === "column" || this.type === "sidebar") return "vertical";
|
|
16080
16092
|
}
|
|
16081
16093
|
}
|
|
16082
|
-
},
|
|
16083
|
-
function
|
|
16094
|
+
}, pv = ["aria-orientation", "data-orientation"];
|
|
16095
|
+
function mv(e, t, n, r, i, a) {
|
|
16084
16096
|
return T(), c("div", {
|
|
16085
16097
|
class: b(["ecs-tab-bar", [a.typeClass, a.directionClass]]),
|
|
16086
16098
|
role: "tablist",
|
|
16087
16099
|
"aria-orientation": a.tabOrientation,
|
|
16088
16100
|
"data-orientation": a.tabOrientation
|
|
16089
|
-
}, [k(e.$slots, "default", {}, void 0, !0)], 10,
|
|
16101
|
+
}, [k(e.$slots, "default", {}, void 0, !0)], 10, pv);
|
|
16090
16102
|
}
|
|
16091
|
-
var
|
|
16103
|
+
var hv = /* @__PURE__ */ V(fv, [["render", mv], ["__scopeId", "data-v-d3452fc7"]]), gv = {
|
|
16092
16104
|
name: "ecs-tabs",
|
|
16093
16105
|
props: { fill: {
|
|
16094
16106
|
type: Boolean,
|
|
16095
16107
|
default: !1
|
|
16096
16108
|
} }
|
|
16097
16109
|
};
|
|
16098
|
-
function
|
|
16110
|
+
function _v(e, t, n, r, i, a) {
|
|
16099
16111
|
return T(), c("div", { class: b(["ecs-tab-content", [n.fill ? "ecs-tab-content-fill" : ""]]) }, [k(e.$slots, "default", {}, void 0, !0)], 2);
|
|
16100
16112
|
}
|
|
16101
|
-
var
|
|
16113
|
+
var vv = /* @__PURE__ */ V(gv, [["render", _v], ["__scopeId", "data-v-0fe19168"]]), yv = {
|
|
16102
16114
|
name: "ecs-sidebar",
|
|
16103
16115
|
components: {
|
|
16104
|
-
EcsTabBar:
|
|
16105
|
-
EcsTabs:
|
|
16116
|
+
EcsTabBar: hv,
|
|
16117
|
+
EcsTabs: vv
|
|
16106
16118
|
},
|
|
16107
16119
|
props: {
|
|
16108
16120
|
expanded: {
|
|
@@ -16136,13 +16148,13 @@ var _v = /* @__PURE__ */ V(hv, [["render", gv], ["__scopeId", "data-v-0fe19168"]
|
|
|
16136
16148
|
return this.expanded ? "height: calc(100% - 10px)" : "height:" + (2 + 36 * this.tabCount) + "px";
|
|
16137
16149
|
}
|
|
16138
16150
|
}
|
|
16139
|
-
},
|
|
16140
|
-
function
|
|
16151
|
+
}, bv = { class: "ecs-sidebar-tabs" };
|
|
16152
|
+
function xv(e, t, n, r, i, a) {
|
|
16141
16153
|
let o = A("ecs-tab-bar"), s = A("ecs-tabs");
|
|
16142
16154
|
return T(), c("aside", {
|
|
16143
16155
|
class: b(["ecs-sidebar", [a.sizeClass, a.expandClass]]),
|
|
16144
16156
|
style: S(a.height)
|
|
16145
|
-
}, [l("div",
|
|
16157
|
+
}, [l("div", bv, [f(o, { type: "sidebar" }, {
|
|
16146
16158
|
default: I(() => [k(e.$slots, "tab-buttons", {}, void 0, !0)]),
|
|
16147
16159
|
_: 3
|
|
16148
16160
|
})]), f(s, null, {
|
|
@@ -16150,7 +16162,7 @@ function bv(e, t, n, r, i, a) {
|
|
|
16150
16162
|
_: 3
|
|
16151
16163
|
})], 6);
|
|
16152
16164
|
}
|
|
16153
|
-
var
|
|
16165
|
+
var Sv = /* @__PURE__ */ V(yv, [["render", xv], ["__scopeId", "data-v-55f62417"]]), Cv = {
|
|
16154
16166
|
name: "ecs-sidebar-content",
|
|
16155
16167
|
props: {
|
|
16156
16168
|
indent: {
|
|
@@ -16163,17 +16175,17 @@ var xv = /* @__PURE__ */ V(vv, [["render", bv], ["__scopeId", "data-v-55f62417"]
|
|
|
16163
16175
|
}
|
|
16164
16176
|
}
|
|
16165
16177
|
};
|
|
16166
|
-
function
|
|
16178
|
+
function wv(e, t, n, r, i, a) {
|
|
16167
16179
|
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);
|
|
16168
16180
|
}
|
|
16169
|
-
var
|
|
16181
|
+
var Tv = /* @__PURE__ */ V(Cv, [["render", wv], ["__scopeId", "data-v-197087d5"]]), Ev = {
|
|
16170
16182
|
name: "ecs-sidebar-footer",
|
|
16171
16183
|
props: { condensed: {
|
|
16172
16184
|
type: Boolean,
|
|
16173
16185
|
default: !1
|
|
16174
16186
|
} }
|
|
16175
16187
|
};
|
|
16176
|
-
function
|
|
16188
|
+
function Dv(e, t, n, r, i, a) {
|
|
16177
16189
|
return T(), c("footer", { class: b(["ecs-sidebar-footer", [e.$slots.extension ? "has-extension" : ""]]) }, [
|
|
16178
16190
|
k(e.$slots, "alert", {}, void 0, !0),
|
|
16179
16191
|
e.$slots.extension ? (T(), c("div", {
|
|
@@ -16183,7 +16195,7 @@ function Ev(e, t, n, r, i, a) {
|
|
|
16183
16195
|
l("div", { class: b(["ecs-sidebar-footer-inner", [n.condensed ? "ecs-sidebar-footer-inner-condensed" : ""]]) }, [k(e.$slots, "default", {}, void 0, !0)], 2)
|
|
16184
16196
|
], 2);
|
|
16185
16197
|
}
|
|
16186
|
-
var
|
|
16198
|
+
var Ov = /* @__PURE__ */ V(Ev, [["render", Dv], ["__scopeId", "data-v-0c35a678"]]), kv = {
|
|
16187
16199
|
name: "ecs-sidebar-header",
|
|
16188
16200
|
props: {
|
|
16189
16201
|
subHeaderExpanded: {
|
|
@@ -16199,40 +16211,40 @@ var Dv = /* @__PURE__ */ V(Tv, [["render", Ev], ["__scopeId", "data-v-0c35a678"]
|
|
|
16199
16211
|
default: !1
|
|
16200
16212
|
}
|
|
16201
16213
|
}
|
|
16202
|
-
},
|
|
16214
|
+
}, Av = { class: "ecs-sidebar-header" }, jv = {
|
|
16203
16215
|
key: 0,
|
|
16204
16216
|
class: "ecs-sidebar-header-row"
|
|
16205
|
-
},
|
|
16217
|
+
}, Mv = { class: "ecs-sidebar-header-title" }, Nv = {
|
|
16206
16218
|
key: 0,
|
|
16207
16219
|
class: "ecs-sidebar-header-controls"
|
|
16208
|
-
},
|
|
16220
|
+
}, Pv = {
|
|
16209
16221
|
key: 0,
|
|
16210
16222
|
class: "ecs-sidebar-header-row sub-header"
|
|
16211
|
-
},
|
|
16223
|
+
}, Fv = {
|
|
16212
16224
|
key: 0,
|
|
16213
16225
|
class: "ecs-sidebar-header-row sub-header"
|
|
16214
16226
|
};
|
|
16215
|
-
function
|
|
16216
|
-
return T(), c("header",
|
|
16217
|
-
n.hidePrimaryHeader ? s("", !0) : (T(), c("div",
|
|
16227
|
+
function Iv(e, t, n, i, a, o) {
|
|
16228
|
+
return T(), c("header", Av, [
|
|
16229
|
+
n.hidePrimaryHeader ? s("", !0) : (T(), c("div", jv, [l("div", Mv, [k(e.$slots, "default", {}, void 0, !0)]), e.$slots["primary-controls"] ? (T(), c("div", Nv, [k(e.$slots, "primary-controls", {}, void 0, !0)])) : s("", !0)])),
|
|
16218
16230
|
f(r, { name: "expansion" }, {
|
|
16219
|
-
default: I(() => [n.subHeaderExpanded && e.$slots.subheader ? (T(), c("div",
|
|
16231
|
+
default: I(() => [n.subHeaderExpanded && e.$slots.subheader ? (T(), c("div", Pv, [k(e.$slots, "subheader", {}, void 0, !0)])) : s("", !0)]),
|
|
16220
16232
|
_: 3
|
|
16221
16233
|
}),
|
|
16222
16234
|
f(r, { name: "expansion" }, {
|
|
16223
|
-
default: I(() => [n.tertiaryHeaderExpanded && e.$slots.tertiaryheader ? (T(), c("div",
|
|
16235
|
+
default: I(() => [n.tertiaryHeaderExpanded && e.$slots.tertiaryheader ? (T(), c("div", Fv, [k(e.$slots, "tertiaryheader", {}, void 0, !0)])) : s("", !0)]),
|
|
16224
16236
|
_: 3
|
|
16225
16237
|
})
|
|
16226
16238
|
]);
|
|
16227
16239
|
}
|
|
16228
|
-
var
|
|
16240
|
+
var Lv = /* @__PURE__ */ V(kv, [["render", Iv], ["__scopeId", "data-v-54e7aa5c"]]), Rv = { name: "ecs-sidebar-list" }, zv = {
|
|
16229
16241
|
class: "ecs-sidebar-list",
|
|
16230
16242
|
role: "list"
|
|
16231
16243
|
};
|
|
16232
|
-
function
|
|
16233
|
-
return T(), c("div",
|
|
16244
|
+
function Bv(e, t, n, r, i, a) {
|
|
16245
|
+
return T(), c("div", zv, [k(e.$slots, "default", {}, void 0, !0)]);
|
|
16234
16246
|
}
|
|
16235
|
-
var
|
|
16247
|
+
var Vv = /* @__PURE__ */ V(Rv, [["render", Bv], ["__scopeId", "data-v-81bc3c0a"]]), Hv = {
|
|
16236
16248
|
name: "ecs-sidebar-list-item",
|
|
16237
16249
|
emits: ["click", "select"],
|
|
16238
16250
|
components: {
|
|
@@ -16332,16 +16344,16 @@ var Bv = /* @__PURE__ */ V(Lv, [["render", zv], ["__scopeId", "data-v-81bc3c0a"]
|
|
|
16332
16344
|
});
|
|
16333
16345
|
}
|
|
16334
16346
|
}
|
|
16335
|
-
},
|
|
16347
|
+
}, Uv = {
|
|
16336
16348
|
class: "ecs-sidebar-list-item",
|
|
16337
16349
|
role: "listitem"
|
|
16338
|
-
},
|
|
16350
|
+
}, Wv = ["tabindex"], Gv = { class: "ecs-sidebar-list-item-content" }, Kv = { class: "ecs-sidebar-list-item-label" }, qv = { class: "ecs-sidebar-list-item-label-text" }, Jv = { class: "ecs-sidebar-list-item-subline" }, Yv = {
|
|
16339
16351
|
key: 0,
|
|
16340
16352
|
class: "ecs-sidebar-list-item-subline secondary"
|
|
16341
16353
|
};
|
|
16342
|
-
function
|
|
16354
|
+
function Xv(t, n, r, i, a, u) {
|
|
16343
16355
|
let p = A("ecs-checkbox"), m = A("ecs-skeleton-loader"), h = A("ecs-avatar"), g = A("ecs-icon"), _ = A("ecs-flex-row");
|
|
16344
|
-
return T(), c("div",
|
|
16356
|
+
return T(), c("div", Uv, [l("div", {
|
|
16345
16357
|
onClick: n[1] ||= (...e) => u.handleClick && u.handleClick(...e),
|
|
16346
16358
|
onKeydown: [n[2] ||= L((...e) => u.handleClick && u.handleClick(...e), ["enter"]), n[3] ||= L(R((...e) => u.handleClick && u.handleClick(...e), ["prevent"]), ["space"])],
|
|
16347
16359
|
class: b(["ecs-sidebar-list-item-state", {
|
|
@@ -16398,12 +16410,12 @@ function Yv(t, n, r, i, a, u) {
|
|
|
16398
16410
|
size: "30",
|
|
16399
16411
|
color: r.iconColor
|
|
16400
16412
|
}, null, 8, ["type", "color"])) : s("", !0),
|
|
16401
|
-
l("div",
|
|
16413
|
+
l("div", Gv, [l("span", Kv, [r.loading ? (T(), o(m, {
|
|
16402
16414
|
key: 0,
|
|
16403
16415
|
type: "single",
|
|
16404
16416
|
"line-height": 4,
|
|
16405
16417
|
width: "random"
|
|
16406
|
-
})) : (T(), c(e, { key: 1 }, [l("span",
|
|
16418
|
+
})) : (T(), c(e, { key: 1 }, [l("span", qv, [k(t.$slots, "default", {}, void 0, !0)]), r.ai ? (T(), o(g, {
|
|
16407
16419
|
key: 0,
|
|
16408
16420
|
type: "ecai-icon",
|
|
16409
16421
|
size: "16",
|
|
@@ -16414,12 +16426,12 @@ function Yv(t, n, r, i, a, u) {
|
|
|
16414
16426
|
gap: 8,
|
|
16415
16427
|
justify: "between"
|
|
16416
16428
|
}, {
|
|
16417
|
-
default: I(() => [l("span",
|
|
16429
|
+
default: I(() => [l("span", Jv, [r.loading ? (T(), o(m, {
|
|
16418
16430
|
key: 0,
|
|
16419
16431
|
type: "single",
|
|
16420
16432
|
"line-height": 2,
|
|
16421
16433
|
width: "random"
|
|
16422
|
-
})) : r.subline ? (T(), c(e, { key: 1 }, [d(N(r.subline), 1)], 64)) : s("", !0)]), r.sublineSecondary || r.loading ? (T(), c("span",
|
|
16434
|
+
})) : r.subline ? (T(), c(e, { key: 1 }, [d(N(r.subline), 1)], 64)) : s("", !0)]), r.sublineSecondary || r.loading ? (T(), c("span", Yv, [l("span", { class: b({ "on-hover": r.sublineSecondaryHover }) }, [r.loading ? (T(), o(m, {
|
|
16423
16435
|
key: 0,
|
|
16424
16436
|
type: "single",
|
|
16425
16437
|
"line-height": 2,
|
|
@@ -16429,9 +16441,9 @@ function Yv(t, n, r, i, a, u) {
|
|
|
16429
16441
|
_: 1
|
|
16430
16442
|
})) : s("", !0)]),
|
|
16431
16443
|
r.loading ? s("", !0) : k(t.$slots, "meta", { key: 4 }, void 0, !0)
|
|
16432
|
-
], 42,
|
|
16444
|
+
], 42, Wv)]);
|
|
16433
16445
|
}
|
|
16434
|
-
var
|
|
16446
|
+
var Zv = /* @__PURE__ */ V(Hv, [["render", Xv], ["__scopeId", "data-v-66eb2ab6"]]), Qv = {
|
|
16435
16447
|
name: "ecs-structured-content",
|
|
16436
16448
|
components: {
|
|
16437
16449
|
EcsClickableArea: vr,
|
|
@@ -16501,14 +16513,14 @@ var Xv = /* @__PURE__ */ V(Vv, [["render", Yv], ["__scopeId", "data-v-66eb2ab6"]
|
|
|
16501
16513
|
this.internalCollapse = !this.internalCollapse, this.$emit("toggleCollapse", this.internalCollapse);
|
|
16502
16514
|
}
|
|
16503
16515
|
}
|
|
16504
|
-
},
|
|
16516
|
+
}, $v = {
|
|
16505
16517
|
key: 1,
|
|
16506
16518
|
class: "ecs-structured-content-left"
|
|
16507
|
-
},
|
|
16519
|
+
}, ey = {
|
|
16508
16520
|
key: 2,
|
|
16509
16521
|
class: "ecs-structured-content-right"
|
|
16510
|
-
},
|
|
16511
|
-
function
|
|
16522
|
+
}, ty = { class: "ecs-structured-content-collapse-inner" }, ny = { class: "ecs-structured-content-collapse-content" };
|
|
16523
|
+
function ry(e, t, n, r, i, a) {
|
|
16512
16524
|
let u = A("ecs-skeleton-loader");
|
|
16513
16525
|
return T(), c("div", { class: b(["ecs-structured-content", [
|
|
16514
16526
|
{ clickable: n.clickable },
|
|
@@ -16531,7 +16543,7 @@ function ny(e, t, n, r, i, a) {
|
|
|
16531
16543
|
key: 0,
|
|
16532
16544
|
type: "single",
|
|
16533
16545
|
width: "random"
|
|
16534
|
-
})) : (T(), c("div",
|
|
16546
|
+
})) : (T(), c("div", $v, [k(e.$slots, "default", {}, void 0, !0)])), e.$slots.extend && !n.loading ? (T(), c("div", ey, [k(e.$slots, "extend", {}, void 0, !0)])) : s("", !0)]),
|
|
16535
16547
|
_: 3
|
|
16536
16548
|
}, 8, [
|
|
16537
16549
|
"onClick",
|
|
@@ -16546,12 +16558,12 @@ function ny(e, t, n, r, i, a) {
|
|
|
16546
16558
|
collapsed: i.internalCollapse,
|
|
16547
16559
|
expanded: i.internalCollapse === !1
|
|
16548
16560
|
}])
|
|
16549
|
-
}, [l("div",
|
|
16561
|
+
}, [l("div", ty, [l("div", ny, [n.loading ? (T(), o(u, {
|
|
16550
16562
|
key: 0,
|
|
16551
16563
|
type: "multi"
|
|
16552
16564
|
})) : k(e.$slots, "collapse", { key: 1 }, void 0, !0)])])], 2))], 2);
|
|
16553
16565
|
}
|
|
16554
|
-
var
|
|
16566
|
+
var iy = /* @__PURE__ */ V(Qv, [["render", ry], ["__scopeId", "data-v-823ad344"]]), ay = {
|
|
16555
16567
|
name: "ecs-swatches-picker",
|
|
16556
16568
|
emits: ["update:modelValue"],
|
|
16557
16569
|
props: {
|
|
@@ -16599,14 +16611,14 @@ var ry = /* @__PURE__ */ V(Zv, [["render", ny], ["__scopeId", "data-v-823ad344"]
|
|
|
16599
16611
|
this.selectedTitle = this.swatches[this.swatches.findIndex((e) => e.hex === this.selectedColor)].title;
|
|
16600
16612
|
}
|
|
16601
16613
|
}
|
|
16602
|
-
},
|
|
16614
|
+
}, oy = [
|
|
16603
16615
|
"onClick",
|
|
16604
16616
|
"onKeydown",
|
|
16605
16617
|
"title",
|
|
16606
16618
|
"aria-label",
|
|
16607
16619
|
"aria-checked"
|
|
16608
16620
|
];
|
|
16609
|
-
function
|
|
16621
|
+
function sy(t, n, r, i, a, o) {
|
|
16610
16622
|
return T(), c("div", {
|
|
16611
16623
|
class: b(["ecs-swatches", o.sizeClass]),
|
|
16612
16624
|
role: "radiogroup"
|
|
@@ -16624,9 +16636,9 @@ function oy(t, n, r, i, a, o) {
|
|
|
16624
16636
|
backgroundColor: e.hex,
|
|
16625
16637
|
color: e.hex
|
|
16626
16638
|
})
|
|
16627
|
-
}, null, 46,
|
|
16639
|
+
}, null, 46, oy))), 128))], 2);
|
|
16628
16640
|
}
|
|
16629
|
-
var
|
|
16641
|
+
var cy = /* @__PURE__ */ V(ay, [["render", sy], ["__scopeId", "data-v-9c0b74cb"]]), ly = {
|
|
16630
16642
|
name: "ecs-tab",
|
|
16631
16643
|
props: {
|
|
16632
16644
|
show: {
|
|
@@ -16655,8 +16667,8 @@ var sy = /* @__PURE__ */ V(iy, [["render", oy], ["__scopeId", "data-v-9c0b74cb"]
|
|
|
16655
16667
|
mounted() {
|
|
16656
16668
|
!this.ariaLabeledBy || this.ariaLabeledBy.trim();
|
|
16657
16669
|
}
|
|
16658
|
-
},
|
|
16659
|
-
function
|
|
16670
|
+
}, uy = ["aria-labelledby"];
|
|
16671
|
+
function dy(e, t, n, r, i, a) {
|
|
16660
16672
|
return T(), c("div", {
|
|
16661
16673
|
class: b(["ecs-tab-pane", [
|
|
16662
16674
|
n.show ? "show" : "",
|
|
@@ -16665,9 +16677,9 @@ function uy(e, t, n, r, i, a) {
|
|
|
16665
16677
|
]]),
|
|
16666
16678
|
role: "tabpanel",
|
|
16667
16679
|
"aria-labelledby": n.ariaLabeledBy
|
|
16668
|
-
}, [k(e.$slots, "default", {}, void 0, !0)], 10,
|
|
16680
|
+
}, [k(e.$slots, "default", {}, void 0, !0)], 10, uy);
|
|
16669
16681
|
}
|
|
16670
|
-
var
|
|
16682
|
+
var fy = /* @__PURE__ */ V(ly, [["render", dy], ["__scopeId", "data-v-2c119fff"]]), py = {
|
|
16671
16683
|
name: "ecs-tab-button",
|
|
16672
16684
|
emits: ["click", "tabNavigation"],
|
|
16673
16685
|
components: {
|
|
@@ -16750,16 +16762,16 @@ var dy = /* @__PURE__ */ V(cy, [["render", uy], ["__scopeId", "data-v-2c119fff"]
|
|
|
16750
16762
|
});
|
|
16751
16763
|
}
|
|
16752
16764
|
}
|
|
16753
|
-
},
|
|
16765
|
+
}, my = [
|
|
16754
16766
|
"disabled",
|
|
16755
16767
|
"aria-selected",
|
|
16756
16768
|
"aria-controls",
|
|
16757
16769
|
"aria-label"
|
|
16758
|
-
],
|
|
16770
|
+
], hy = {
|
|
16759
16771
|
key: 2,
|
|
16760
16772
|
class: "shortcut"
|
|
16761
16773
|
};
|
|
16762
|
-
function
|
|
16774
|
+
function gy(e, t, n, r, i, a) {
|
|
16763
16775
|
let u = A("ecs-icon"), d = A("ecs-sticker"), p = A("ecs-focus-ring");
|
|
16764
16776
|
return T(), c("button", {
|
|
16765
16777
|
class: b(["ecs-tab-button", [
|
|
@@ -16787,12 +16799,12 @@ function hy(e, t, n, r, i, a) {
|
|
|
16787
16799
|
type: n.sticker
|
|
16788
16800
|
}, null, 8, ["type"])) : s("", !0),
|
|
16789
16801
|
k(e.$slots, "default", {}, void 0, !0),
|
|
16790
|
-
n.shortcut ? (T(), c("span",
|
|
16802
|
+
n.shortcut ? (T(), c("span", hy, N(n.shortcut), 1)) : s("", !0),
|
|
16791
16803
|
f(p, { inset: 0 }),
|
|
16792
16804
|
t[2] ||= l("span", { class: "hover" }, null, -1)
|
|
16793
|
-
], 42,
|
|
16805
|
+
], 42, my);
|
|
16794
16806
|
}
|
|
16795
|
-
var
|
|
16807
|
+
var _y = /* @__PURE__ */ V(py, [["render", gy], ["__scopeId", "data-v-e723f4d5"]]), vy = {
|
|
16796
16808
|
name: "ecs-tag",
|
|
16797
16809
|
emits: ["click"],
|
|
16798
16810
|
components: {
|
|
@@ -16875,11 +16887,11 @@ var gy = /* @__PURE__ */ V(fy, [["render", hy], ["__scopeId", "data-v-e723f4d5"]
|
|
|
16875
16887
|
methods: { handleClick(e) {
|
|
16876
16888
|
this.$emit("click", e);
|
|
16877
16889
|
} }
|
|
16878
|
-
},
|
|
16890
|
+
}, yy = ["title"], by = {
|
|
16879
16891
|
key: 1,
|
|
16880
16892
|
class: "count"
|
|
16881
16893
|
};
|
|
16882
|
-
function
|
|
16894
|
+
function xy(e, t, n, r, i, a) {
|
|
16883
16895
|
let l = A("ecs-skeleton-loader"), u = A("ecs-focus-ring");
|
|
16884
16896
|
return T(), o(M(n.hover ? "button" : "span"), {
|
|
16885
16897
|
class: b(["ecs-tag", [
|
|
@@ -16898,9 +16910,9 @@ function by(e, t, n, r, i, a) {
|
|
|
16898
16910
|
key: 0,
|
|
16899
16911
|
class: "path",
|
|
16900
16912
|
title: n.path
|
|
16901
|
-
}, "../", 8,
|
|
16913
|
+
}, "../", 8, yy)) : s("", !0),
|
|
16902
16914
|
k(e.$slots, "default", {}, void 0, !0),
|
|
16903
|
-
n.count ? (T(), c("span",
|
|
16915
|
+
n.count ? (T(), c("span", by, N(n.count), 1)) : s("", !0),
|
|
16904
16916
|
n.loading ? (T(), o(l, {
|
|
16905
16917
|
key: 2,
|
|
16906
16918
|
type: "single",
|
|
@@ -16918,14 +16930,14 @@ function by(e, t, n, r, i, a) {
|
|
|
16918
16930
|
"disabled"
|
|
16919
16931
|
]);
|
|
16920
16932
|
}
|
|
16921
|
-
var
|
|
16933
|
+
var Sy = /* @__PURE__ */ V(vy, [["render", xy], ["__scopeId", "data-v-569d32e3"]]), Cy = { name: "ecs-tag-cloud" }, wy = {
|
|
16922
16934
|
class: "ecs-tag-cloud",
|
|
16923
16935
|
role: "list"
|
|
16924
16936
|
};
|
|
16925
|
-
function
|
|
16926
|
-
return T(), c("div",
|
|
16937
|
+
function Ty(e, t, n, r, i, a) {
|
|
16938
|
+
return T(), c("div", wy, [k(e.$slots, "default", {}, void 0, !0)]);
|
|
16927
16939
|
}
|
|
16928
|
-
var
|
|
16940
|
+
var Ey = /* @__PURE__ */ V(Cy, [["render", Ty], ["__scopeId", "data-v-4334fe7e"]]), Dy = {
|
|
16929
16941
|
name: "ecs-toast",
|
|
16930
16942
|
emits: ["action"],
|
|
16931
16943
|
components: { EcsFocusRing: U },
|
|
@@ -16948,7 +16960,7 @@ var Ty = /* @__PURE__ */ V(Sy, [["render", wy], ["__scopeId", "data-v-4334fe7e"]
|
|
|
16948
16960
|
return this.theme;
|
|
16949
16961
|
} }
|
|
16950
16962
|
};
|
|
16951
|
-
function
|
|
16963
|
+
function Oy(e, t, n, r, i, a) {
|
|
16952
16964
|
let o = A("ecs-focus-ring");
|
|
16953
16965
|
return T(), c("div", {
|
|
16954
16966
|
class: b(["ecs-toast", a.typeClass]),
|
|
@@ -16964,32 +16976,32 @@ function Dy(e, t, n, r, i, a) {
|
|
|
16964
16976
|
radius: 6
|
|
16965
16977
|
})])) : s("", !0)], 2);
|
|
16966
16978
|
}
|
|
16967
|
-
var
|
|
16979
|
+
var ky = /* @__PURE__ */ V(Dy, [["render", Oy], ["__scopeId", "data-v-61082fed"]]), Ay = { name: "ecs-toasts" }, jy = {
|
|
16968
16980
|
class: "ecs-toasts",
|
|
16969
16981
|
"aria-live": "polite"
|
|
16970
16982
|
};
|
|
16971
|
-
function
|
|
16972
|
-
return T(), c("div",
|
|
16983
|
+
function My(e, t, n, r, a, o) {
|
|
16984
|
+
return T(), c("div", jy, [f(i, { name: "transition-toast" }, {
|
|
16973
16985
|
default: I(() => [k(e.$slots, "default", {}, void 0, !0)]),
|
|
16974
16986
|
_: 3
|
|
16975
16987
|
})]);
|
|
16976
16988
|
}
|
|
16977
|
-
var
|
|
16989
|
+
var Ny = /* @__PURE__ */ V(Ay, [["render", My], ["__scopeId", "data-v-451fee48"]]), Py = {
|
|
16978
16990
|
name: "ecs-toolbar",
|
|
16979
16991
|
props: { type: {
|
|
16980
16992
|
type: String,
|
|
16981
16993
|
validator: (e) => ["viewer", "index"].includes(e),
|
|
16982
16994
|
default: "index"
|
|
16983
16995
|
} }
|
|
16984
|
-
},
|
|
16996
|
+
}, Fy = {
|
|
16985
16997
|
class: "ecs-toolbar",
|
|
16986
16998
|
role: "toolbar",
|
|
16987
16999
|
"aria-label": "Main"
|
|
16988
17000
|
};
|
|
16989
|
-
function
|
|
16990
|
-
return T(), c("div",
|
|
17001
|
+
function Iy(e, t, n, r, i, a) {
|
|
17002
|
+
return T(), c("div", Fy, [k(e.$slots, "default", {}, void 0, !0)]);
|
|
16991
17003
|
}
|
|
16992
|
-
var
|
|
17004
|
+
var Ly = /* @__PURE__ */ V(Py, [["render", Iy], ["__scopeId", "data-v-e0681f01"]]), Ry = {
|
|
16993
17005
|
name: "ecs-transcript-state",
|
|
16994
17006
|
emits: ["click"],
|
|
16995
17007
|
components: {
|
|
@@ -17015,17 +17027,17 @@ var Iy = /* @__PURE__ */ V(Ny, [["render", Fy], ["__scopeId", "data-v-e0681f01"]
|
|
|
17015
17027
|
default: !1
|
|
17016
17028
|
}
|
|
17017
17029
|
}
|
|
17018
|
-
},
|
|
17030
|
+
}, zy = ["aria-busy"], By = {
|
|
17019
17031
|
key: 0,
|
|
17020
17032
|
class: "healthy"
|
|
17021
|
-
},
|
|
17033
|
+
}, Vy = {
|
|
17022
17034
|
key: 1,
|
|
17023
17035
|
class: "corrupted"
|
|
17024
|
-
},
|
|
17036
|
+
}, Hy = {
|
|
17025
17037
|
key: 2,
|
|
17026
17038
|
class: "loading"
|
|
17027
17039
|
};
|
|
17028
|
-
function
|
|
17040
|
+
function Uy(t, n, r, i, a, u) {
|
|
17029
17041
|
let d = A("ecs-skeleton-loader"), p = A("ecs-icon");
|
|
17030
17042
|
return T(), c("div", {
|
|
17031
17043
|
onClick: n[0] ||= (e) => t.$emit("click", e),
|
|
@@ -17038,16 +17050,16 @@ function Hy(t, n, r, i, a, u) {
|
|
|
17038
17050
|
height: 32
|
|
17039
17051
|
})) : (T(), c(e, { key: 1 }, [
|
|
17040
17052
|
n[1] ||= l("div", { class: "background" }, null, -1),
|
|
17041
|
-
r.state == "healthy" ? (T(), c("div",
|
|
17042
|
-
r.state == "corrupted" ? (T(), c("div",
|
|
17043
|
-
r.state == "loading" ? (T(), c("span",
|
|
17053
|
+
r.state == "healthy" ? (T(), c("div", By)) : s("", !0),
|
|
17054
|
+
r.state == "corrupted" ? (T(), c("div", Vy)) : s("", !0),
|
|
17055
|
+
r.state == "loading" ? (T(), c("span", Hy, [f(p, {
|
|
17044
17056
|
type: "loading",
|
|
17045
17057
|
size: "18px",
|
|
17046
17058
|
color: "#202127"
|
|
17047
17059
|
})])) : s("", !0)
|
|
17048
|
-
], 64))], 10,
|
|
17060
|
+
], 64))], 10, zy);
|
|
17049
17061
|
}
|
|
17050
|
-
var
|
|
17062
|
+
var Wy = /* @__PURE__ */ V(Ry, [["render", Uy], ["__scopeId", "data-v-8f3aef8d"]]), Gy = {
|
|
17051
17063
|
name: "ecs-tree-list",
|
|
17052
17064
|
props: {
|
|
17053
17065
|
id: { type: String },
|
|
@@ -17061,15 +17073,15 @@ var Uy = /* @__PURE__ */ V(Ly, [["render", Hy], ["__scopeId", "data-v-8f3aef8d"]
|
|
|
17061
17073
|
default: !1
|
|
17062
17074
|
}
|
|
17063
17075
|
}
|
|
17064
|
-
},
|
|
17065
|
-
function
|
|
17076
|
+
}, Ky = ["id", "role"];
|
|
17077
|
+
function qy(e, t, n, r, i, a) {
|
|
17066
17078
|
return T(), c("div", {
|
|
17067
17079
|
class: b(["ecs-tree-view-list", { "ecs-tree-view-list-indent": n.indent }]),
|
|
17068
17080
|
id: n.id,
|
|
17069
17081
|
role: n.role
|
|
17070
|
-
}, [k(e.$slots, "default", {}, void 0, !0)], 10,
|
|
17082
|
+
}, [k(e.$slots, "default", {}, void 0, !0)], 10, Ky);
|
|
17071
17083
|
}
|
|
17072
|
-
var
|
|
17084
|
+
var Jy = /* @__PURE__ */ V(Gy, [["render", qy], ["__scopeId", "data-v-6af94f50"]]), Yy = {
|
|
17073
17085
|
name: "ecs-tree-list-item",
|
|
17074
17086
|
emits: ["click", "toggled"],
|
|
17075
17087
|
components: {
|
|
@@ -17219,17 +17231,17 @@ var qy = /* @__PURE__ */ V(Wy, [["render", Ky], ["__scopeId", "data-v-6af94f50"]
|
|
|
17219
17231
|
created() {
|
|
17220
17232
|
this.expandId = this.generateUniqueId();
|
|
17221
17233
|
}
|
|
17222
|
-
},
|
|
17234
|
+
}, Xy = ["tabindex"], Zy = {
|
|
17223
17235
|
key: 1,
|
|
17224
17236
|
class: "icon-container"
|
|
17225
|
-
},
|
|
17237
|
+
}, Qy = {
|
|
17226
17238
|
key: 2,
|
|
17227
17239
|
class: "ecs-tree-view-entry-control"
|
|
17228
|
-
},
|
|
17240
|
+
}, $y = ["disabled"], eb = {
|
|
17229
17241
|
key: 4,
|
|
17230
17242
|
class: "ecs-tree-view-entry-actions"
|
|
17231
|
-
},
|
|
17232
|
-
function
|
|
17243
|
+
}, tb = ["id", "aria-hidden"];
|
|
17244
|
+
function nb(e, t, n, r, i, a) {
|
|
17233
17245
|
let u = A("ecs-button-collapse"), d = A("ecs-icon"), p = A("ecs-sticker"), m = A("ecs-focus-ring");
|
|
17234
17246
|
return T(), c("div", null, [l("div", {
|
|
17235
17247
|
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"])],
|
|
@@ -17266,7 +17278,7 @@ function tb(e, t, n, r, i, a) {
|
|
|
17266
17278
|
"aria-busy",
|
|
17267
17279
|
"onClick"
|
|
17268
17280
|
])) : s("", !0),
|
|
17269
|
-
n.icon ? (T(), c("div",
|
|
17281
|
+
n.icon ? (T(), c("div", Zy, [f(d, {
|
|
17270
17282
|
type: n.icon,
|
|
17271
17283
|
color: n.iconColor,
|
|
17272
17284
|
size: a.iconSize
|
|
@@ -17284,31 +17296,31 @@ function tb(e, t, n, r, i, a) {
|
|
|
17284
17296
|
"color",
|
|
17285
17297
|
"style"
|
|
17286
17298
|
])) : s("", !0)])) : s("", !0),
|
|
17287
|
-
e.$slots.control ? (T(), c("div",
|
|
17299
|
+
e.$slots.control ? (T(), c("div", Qy, [k(e.$slots, "control", {}, void 0, !0)])) : s("", !0),
|
|
17288
17300
|
l("span", {
|
|
17289
17301
|
disabled: n.disabled,
|
|
17290
17302
|
onClick: t[0] ||= (t) => !n.disabled && e.$emit("click", t),
|
|
17291
17303
|
class: b(["title", [n.titleOverflow ? "overflow" : "", n.disabled ? "disabled" : ""]])
|
|
17292
|
-
}, [k(e.$slots, "default", {}, void 0, !0)], 10,
|
|
17304
|
+
}, [k(e.$slots, "default", {}, void 0, !0)], 10, $y),
|
|
17293
17305
|
n.afterLabel ? (T(), c("span", {
|
|
17294
17306
|
key: 3,
|
|
17295
17307
|
onClick: t[1] ||= (t) => !n.disabled && e.$emit("click", t),
|
|
17296
17308
|
class: "after-label"
|
|
17297
17309
|
}, N(n.afterLabel), 1)) : s("", !0),
|
|
17298
|
-
e.$slots.actions ? (T(), c("div",
|
|
17310
|
+
e.$slots.actions ? (T(), c("div", eb, [k(e.$slots, "actions", {}, void 0, !0)])) : s("", !0),
|
|
17299
17311
|
a.isSelectable ? (T(), o(m, { key: 5 })) : s("", !0)
|
|
17300
|
-
], 42,
|
|
17312
|
+
], 42, Xy), e.$slots.collapse ? (T(), c("div", {
|
|
17301
17313
|
key: 0,
|
|
17302
17314
|
class: b([i.isVisible ? "collapse-show" : "collapse-hide", "collapsable"]),
|
|
17303
17315
|
id: i.expandId,
|
|
17304
17316
|
"aria-hidden": i.isVisible ? "false" : "true"
|
|
17305
|
-
}, [k(e.$slots, "collapse", {}, void 0, !0)], 10,
|
|
17317
|
+
}, [k(e.$slots, "collapse", {}, void 0, !0)], 10, tb)) : s("", !0)]);
|
|
17306
17318
|
}
|
|
17307
|
-
var
|
|
17308
|
-
function
|
|
17309
|
-
return T(), c("div",
|
|
17319
|
+
var rb = /* @__PURE__ */ V(Yy, [["render", nb], ["__scopeId", "data-v-81e7629c"]]), ib = { name: "ecs-tree-list-headline" }, ab = { class: "ecs-tree-view-headline" };
|
|
17320
|
+
function ob(e, t, n, r, i, a) {
|
|
17321
|
+
return T(), c("div", ab, [k(e.$slots, "default", {}, void 0, !0)]);
|
|
17310
17322
|
}
|
|
17311
|
-
var
|
|
17323
|
+
var sb = /* @__PURE__ */ V(ib, [["render", ob], ["__scopeId", "data-v-a5153e06"]]), cb = {
|
|
17312
17324
|
name: "EcsTypeConfirmation",
|
|
17313
17325
|
emits: ["update:modelValue", "bypassConfirm"],
|
|
17314
17326
|
components: {
|
|
@@ -17384,15 +17396,15 @@ var ob = /* @__PURE__ */ V(rb, [["render", ab], ["__scopeId", "data-v-a5153e06"]
|
|
|
17384
17396
|
mounted() {
|
|
17385
17397
|
this.uniqueId = "input-" + this.generateUniqueId(), this.bypassActive && this.alertType !== "none" && this.$emit("update:modelValue", !0);
|
|
17386
17398
|
}
|
|
17387
|
-
},
|
|
17388
|
-
function
|
|
17399
|
+
}, lb = ["for"], ub = { class: "ecs-type-confirmation-verb" }, db = ["for"], fb = { class: "ecs-type-confirmation-verb" };
|
|
17400
|
+
function pb(e, t, n, r, i, a) {
|
|
17389
17401
|
let c = A("ecs-input"), u = A("ecs-form-group"), p = A("ecs-checkbox"), m = A("ecs-alert");
|
|
17390
17402
|
return n.alertType == "none" ? (T(), o(u, {
|
|
17391
17403
|
key: 1,
|
|
17392
17404
|
class: "ecs-type-confirmation-input"
|
|
17393
17405
|
}, {
|
|
17394
17406
|
default: I(() => [
|
|
17395
|
-
l("label", { for: i.uniqueId }, N(a.text), 9,
|
|
17407
|
+
l("label", { for: i.uniqueId }, N(a.text), 9, db),
|
|
17396
17408
|
f(c, {
|
|
17397
17409
|
modelValue: i.inputValue,
|
|
17398
17410
|
"onUpdate:modelValue": t[2] ||= (e) => i.inputValue = e,
|
|
@@ -17406,7 +17418,7 @@ function fb(e, t, n, r, i, a) {
|
|
|
17406
17418
|
"error",
|
|
17407
17419
|
"id"
|
|
17408
17420
|
]),
|
|
17409
|
-
l("span",
|
|
17421
|
+
l("span", fb, N(a.upperCaseVerb), 1)
|
|
17410
17422
|
]),
|
|
17411
17423
|
_: 1
|
|
17412
17424
|
})) : (T(), o(m, {
|
|
@@ -17421,7 +17433,7 @@ function fb(e, t, n, r, i, a) {
|
|
|
17421
17433
|
class: "ecs-type-confirmation-input"
|
|
17422
17434
|
}, {
|
|
17423
17435
|
default: I(() => [
|
|
17424
|
-
l("label", { for: i.uniqueId }, N(a.text), 9,
|
|
17436
|
+
l("label", { for: i.uniqueId }, N(a.text), 9, lb),
|
|
17425
17437
|
f(c, {
|
|
17426
17438
|
modelValue: i.inputValue,
|
|
17427
17439
|
"onUpdate:modelValue": t[0] ||= (e) => i.inputValue = e,
|
|
@@ -17435,7 +17447,7 @@ function fb(e, t, n, r, i, a) {
|
|
|
17435
17447
|
"error",
|
|
17436
17448
|
"id"
|
|
17437
17449
|
]),
|
|
17438
|
-
l("span",
|
|
17450
|
+
l("span", ub, N(a.upperCaseVerb), 1)
|
|
17439
17451
|
]),
|
|
17440
17452
|
_: 1
|
|
17441
17453
|
})),
|
|
@@ -17452,7 +17464,7 @@ function fb(e, t, n, r, i, a) {
|
|
|
17452
17464
|
_: 3
|
|
17453
17465
|
}, 8, ["headline", "type"]));
|
|
17454
17466
|
}
|
|
17455
|
-
var
|
|
17467
|
+
var mb = /* @__PURE__ */ V(cb, [["render", pb], ["__scopeId", "data-v-1e0fa905"]]), hb = {
|
|
17456
17468
|
name: "ecs-video",
|
|
17457
17469
|
props: {
|
|
17458
17470
|
posterImage: {
|
|
@@ -17476,14 +17488,14 @@ var pb = /* @__PURE__ */ V(sb, [["render", fb], ["__scopeId", "data-v-1e0fa905"]
|
|
|
17476
17488
|
default: null
|
|
17477
17489
|
}
|
|
17478
17490
|
}
|
|
17479
|
-
},
|
|
17491
|
+
}, gb = [
|
|
17480
17492
|
"poster",
|
|
17481
17493
|
"autoplay",
|
|
17482
17494
|
"loop",
|
|
17483
17495
|
"controls",
|
|
17484
17496
|
"src"
|
|
17485
17497
|
];
|
|
17486
|
-
function
|
|
17498
|
+
function _b(e, t, n, r, i, a) {
|
|
17487
17499
|
return T(), c("video", {
|
|
17488
17500
|
poster: n.posterImage,
|
|
17489
17501
|
autoplay: n.autoplay,
|
|
@@ -17491,9 +17503,9 @@ function gb(e, t, n, r, i, a) {
|
|
|
17491
17503
|
controls: n.controls,
|
|
17492
17504
|
class: "ecs-video",
|
|
17493
17505
|
src: n.mp4Source
|
|
17494
|
-
}, null, 8,
|
|
17506
|
+
}, null, 8, gb);
|
|
17495
17507
|
}
|
|
17496
|
-
var
|
|
17508
|
+
var vb = /* @__PURE__ */ V(hb, [["render", _b], ["__scopeId", "data-v-ce84fcb3"]]), yb = {
|
|
17497
17509
|
name: "ecs-window",
|
|
17498
17510
|
components: {
|
|
17499
17511
|
EcsButton: Y,
|
|
@@ -17664,11 +17676,11 @@ var _b = /* @__PURE__ */ V(mb, [["render", gb], ["__scopeId", "data-v-ce84fcb3"]
|
|
|
17664
17676
|
this.isFocused = !1, this.$emit("blur");
|
|
17665
17677
|
}
|
|
17666
17678
|
}
|
|
17667
|
-
},
|
|
17679
|
+
}, bb = { class: "ecs-window-content scrollbar scrollbar-sml" }, xb = {
|
|
17668
17680
|
key: 1,
|
|
17669
17681
|
class: "ecs-window-footer"
|
|
17670
17682
|
};
|
|
17671
|
-
function
|
|
17683
|
+
function Sb(t, n, r, i, a, o) {
|
|
17672
17684
|
let u = A("ecs-text-v2"), p = A("ecs-button");
|
|
17673
17685
|
return r.show ? (T(), c("div", {
|
|
17674
17686
|
key: 0,
|
|
@@ -17705,8 +17717,8 @@ function xb(t, n, r, i, a, o) {
|
|
|
17705
17717
|
"aria-label": "Close window",
|
|
17706
17718
|
title: "Close"
|
|
17707
17719
|
})], 32)) : s("", !0),
|
|
17708
|
-
l("div",
|
|
17709
|
-
t.$slots.footer ? (T(), c("div",
|
|
17720
|
+
l("div", bb, [k(t.$slots, "default", {}, void 0, !0)]),
|
|
17721
|
+
t.$slots.footer ? (T(), c("div", xb, [k(t.$slots, "footer", {}, void 0, !0)])) : s("", !0),
|
|
17710
17722
|
r.resizable ? (T(), c(e, { key: 2 }, [
|
|
17711
17723
|
l("div", {
|
|
17712
17724
|
onMousedown: n[2] ||= (e) => o.startResize("right"),
|
|
@@ -17725,6 +17737,6 @@ function xb(t, n, r, i, a, o) {
|
|
|
17725
17737
|
], 64)) : s("", !0)
|
|
17726
17738
|
], 38)) : s("", !0);
|
|
17727
17739
|
}
|
|
17728
|
-
var
|
|
17740
|
+
var Cb = /* @__PURE__ */ V(yb, [["render", Sb], ["__scopeId", "data-v-1c653eb3"]]);
|
|
17729
17741
|
//#endregion
|
|
17730
|
-
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,
|
|
17742
|
+
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, dh as EcsLayoutDataTable, Qm as EcsLayoutDirectory, Wm as EcsLayoutIndex, yh as EcsLegendItem, Eh as EcsLogMessage, jh as EcsMap, Lh as EcsModal, Yh as EcsModalFooter, Uh as EcsModalHeader, dg as EcsMultiselectOption, ng as EcsMultiselectSearchToken, ag as EcsMultiselectToken, kg as EcsOverlay, Lg as EcsPagination, Im as EcsPane, zc as EcsPartyEntry, lr as EcsPopover, Gg as EcsPopoverHeader, fr as EcsPopoverList, Nd as EcsPopoverListHeadline, xi as EcsPopoverListItem, qu as EcsProgress, b_ as EcsQuicklink, jr as EcsRadiobutton, E_ as EcsRange, t_ as EcsRatingFavorability, Xg as EcsRatingStarRead, F_ as EcsRatingStarWrite, Kf as EcsScrollContainer, z_ as EcsSection, G_ as EcsSegment, _l as EcsSelect, nv as EcsSelectTile, X_ as EcsSelectionGrid, ki as EcsSeparator, ov as EcsSequenceMap, dv as EcsSequenceMapButton, mo as EcsShinyText, Sv as EcsSidebar, Tv as EcsSidebarContent, Ov as EcsSidebarFooter, Lv as EcsSidebarHeader, Vv as EcsSidebarList, Zv as EcsSidebarListItem, W as EcsSkeletonLoader, Hr as EcsSortbutton, Lm as EcsSplitpanes, cu as EcsStateIcon, Re as EcsSticker, iy as EcsStructuredContent, cy as EcsSwatchesPicker, zr as EcsSwitch, fy as EcsTab, hv as EcsTabBar, _y as EcsTabButton, vv as EcsTabs, Sy as EcsTag, Ey as EcsTagCloud, xr as EcsTextV2, ky as EcsToast, Ny as EcsToasts, Ly as EcsToolbar, Wy as EcsTranscriptState, Jy as EcsTreeList, sb as EcsTreeListHeadline, rb as EcsTreeListItem, mb as EcsTypeConfirmation, vb as EcsVideo, Cb as EcsWindow };
|