@everchron/ec-shards 8.15.1 → 8.15.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ec-shards.js +20 -25
- package/dist/ec-shards.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/ec-shards.js
CHANGED
|
@@ -2489,7 +2489,7 @@ const Ca = {
|
|
|
2489
2489
|
},
|
|
2490
2490
|
watch: {
|
|
2491
2491
|
value() {
|
|
2492
|
-
this.checked = !!this.value;
|
|
2492
|
+
this.checked = !!this.value, console.log("w:value in shards switch", this.value, this.checked);
|
|
2493
2493
|
},
|
|
2494
2494
|
valueFalse() {
|
|
2495
2495
|
this.checked || this.$emit("input", this.valueWhenFalse);
|
|
@@ -2506,7 +2506,7 @@ const Ca = {
|
|
|
2506
2506
|
created() {
|
|
2507
2507
|
this.switchId = this.generateUniqueId();
|
|
2508
2508
|
}
|
|
2509
|
-
}, Ba = (e) => (ye("data-v-
|
|
2509
|
+
}, Ba = (e) => (ye("data-v-80ce1ada"), e = e(), be(), e), za = { class: "ecs-switch-wrapper" }, Ia = ["aria-checked"], Ea = ["id", "name", "required", "disabled", "checked"], $a = { class: "ecs-slide-switch" }, Pa = /* @__PURE__ */ Ba(() => /* @__PURE__ */ f("div", { class: "indeterminate" }, null, -1)), Ta = ["for"];
|
|
2510
2510
|
function Ma(e, s, t, a, n, i) {
|
|
2511
2511
|
const r = p("ecs-focus-ring");
|
|
2512
2512
|
return o(), l("div", za, [
|
|
@@ -2544,7 +2544,7 @@ function Ma(e, s, t, a, n, i) {
|
|
|
2544
2544
|
], 8, Ta)) : u("", !0)
|
|
2545
2545
|
]);
|
|
2546
2546
|
}
|
|
2547
|
-
const Ms = /* @__PURE__ */ _(Ca, [["render", Ma], ["__scopeId", "data-v-
|
|
2547
|
+
const Ms = /* @__PURE__ */ _(Ca, [["render", Ma], ["__scopeId", "data-v-80ce1ada"]]);
|
|
2548
2548
|
const La = {
|
|
2549
2549
|
name: "ecs-sortbutton",
|
|
2550
2550
|
emits: ["click"],
|
|
@@ -5328,7 +5328,7 @@ function Yr(e, s, t, a, n, i) {
|
|
|
5328
5328
|
t.nonInteractive ? "" : "interactive"
|
|
5329
5329
|
]]),
|
|
5330
5330
|
tabindex: t.nonInteractive ? "-1" : "0",
|
|
5331
|
-
role: t.nonInteractive ?
|
|
5331
|
+
role: t.nonInteractive ? void 0 : "button",
|
|
5332
5332
|
"aria-expanded": t.nonInteractive ? "false" : n.isVisible ? "true" : "false",
|
|
5333
5333
|
"aria-controls": t.nonInteractive ? !1 : n.expandId
|
|
5334
5334
|
}, [
|
|
@@ -5355,8 +5355,8 @@ function Yr(e, s, t, a, n, i) {
|
|
|
5355
5355
|
], 42, Wr),
|
|
5356
5356
|
f("div", {
|
|
5357
5357
|
class: v([n.isVisible || t.nonInteractive ? "collapse-show" : "collapse-hide", "collapse"]),
|
|
5358
|
-
id: t.nonInteractive ?
|
|
5359
|
-
"aria-hidden": n.isVisible ? "false" : "true"
|
|
5358
|
+
id: t.nonInteractive ? void 0 : n.expandId,
|
|
5359
|
+
"aria-hidden": n.isVisible || t.nonInteractive ? "false" : "true"
|
|
5360
5360
|
}, [
|
|
5361
5361
|
f("div", {
|
|
5362
5362
|
class: "ecs-collection-control-list scrollbar scrollbar-sml",
|
|
@@ -5367,7 +5367,7 @@ function Yr(e, s, t, a, n, i) {
|
|
|
5367
5367
|
], 10, Kr)
|
|
5368
5368
|
], 2);
|
|
5369
5369
|
}
|
|
5370
|
-
const Cy = /* @__PURE__ */ _(qr, [["render", Yr], ["__scopeId", "data-v-
|
|
5370
|
+
const Cy = /* @__PURE__ */ _(qr, [["render", Yr], ["__scopeId", "data-v-04268c16"]]);
|
|
5371
5371
|
const Xr = {
|
|
5372
5372
|
name: "ecs-skeleton-loader",
|
|
5373
5373
|
props: {
|
|
@@ -9226,7 +9226,7 @@ function fp(e, s, t, a, n, i) {
|
|
|
9226
9226
|
f("button", {
|
|
9227
9227
|
onClick: s[0] || (s[0] = (d) => e.$emit("click", d)),
|
|
9228
9228
|
onKeydown: s[1] || (s[1] = G((d) => e.$emit("click", d), ["enter"])),
|
|
9229
|
-
title:
|
|
9229
|
+
title: i.title,
|
|
9230
9230
|
class: "ecs-input-clear-button",
|
|
9231
9231
|
"aria-label": "Clear"
|
|
9232
9232
|
}, [
|
|
@@ -9241,7 +9241,7 @@ function fp(e, s, t, a, n, i) {
|
|
|
9241
9241
|
})) : u("", !0)
|
|
9242
9242
|
], 8, dp);
|
|
9243
9243
|
}
|
|
9244
|
-
const pp = /* @__PURE__ */ _(cp, [["render", fp], ["__scopeId", "data-v-
|
|
9244
|
+
const pp = /* @__PURE__ */ _(cp, [["render", fp], ["__scopeId", "data-v-a4a35b1d"]]);
|
|
9245
9245
|
const gp = {
|
|
9246
9246
|
name: "ecs-input-search",
|
|
9247
9247
|
emits: ["update:modelValue", "change"],
|
|
@@ -9452,7 +9452,7 @@ const kp = {
|
|
|
9452
9452
|
this.$emit("search", this.searchInputValue);
|
|
9453
9453
|
},
|
|
9454
9454
|
handleAddFolder() {
|
|
9455
|
-
this.$emit("add"
|
|
9455
|
+
this.$emit("add");
|
|
9456
9456
|
}
|
|
9457
9457
|
}
|
|
9458
9458
|
}, xp = {
|
|
@@ -9504,7 +9504,7 @@ function Sp(e, s, t, a, n, i) {
|
|
|
9504
9504
|
}, 8, ["height", "padding"])
|
|
9505
9505
|
], 6);
|
|
9506
9506
|
}
|
|
9507
|
-
const Xy = /* @__PURE__ */ _(kp, [["render", Sp], ["__scopeId", "data-v-
|
|
9507
|
+
const Xy = /* @__PURE__ */ _(kp, [["render", Sp], ["__scopeId", "data-v-0056e40b"]]);
|
|
9508
9508
|
const Cp = {
|
|
9509
9509
|
name: "ecs-form-group",
|
|
9510
9510
|
components: { EcsText: nt },
|
|
@@ -10056,7 +10056,7 @@ const lg = {
|
|
|
10056
10056
|
},
|
|
10057
10057
|
computed: {
|
|
10058
10058
|
sizeClass() {
|
|
10059
|
-
return
|
|
10059
|
+
return `form-control-${this.size}`;
|
|
10060
10060
|
}
|
|
10061
10061
|
},
|
|
10062
10062
|
methods: {
|
|
@@ -10089,7 +10089,7 @@ function fg(e, s, t, a, n, i) {
|
|
|
10089
10089
|
f("label", { for: n.uniqueId }, x(t.label), 9, ug)
|
|
10090
10090
|
]);
|
|
10091
10091
|
}
|
|
10092
|
-
const nb = /* @__PURE__ */ _(lg, [["render", fg], ["__scopeId", "data-v-
|
|
10092
|
+
const nb = /* @__PURE__ */ _(lg, [["render", fg], ["__scopeId", "data-v-3f0178fa"]]);
|
|
10093
10093
|
const pg = {
|
|
10094
10094
|
props: {
|
|
10095
10095
|
/** If the input group contains only one input element, set this prop to true. */
|
|
@@ -10146,16 +10146,16 @@ const mg = {
|
|
|
10146
10146
|
},
|
|
10147
10147
|
computed: {
|
|
10148
10148
|
prevTooltip() {
|
|
10149
|
-
return this.currentEntry > 1 ?
|
|
10149
|
+
return this.currentEntry > 1 ? `Previous ${this.tooltipNoun}` : "";
|
|
10150
10150
|
},
|
|
10151
10151
|
nextTooltip() {
|
|
10152
|
-
return this.currentEntry != this.totalEntries ?
|
|
10152
|
+
return this.currentEntry != this.totalEntries ? `Next ${this.tooltipNoun}` : "";
|
|
10153
10153
|
},
|
|
10154
10154
|
ariaLabelPrev() {
|
|
10155
|
-
return
|
|
10155
|
+
return `Previous ${this.tooltipNoun}`;
|
|
10156
10156
|
},
|
|
10157
10157
|
ariaLabelNext() {
|
|
10158
|
-
return
|
|
10158
|
+
return `Next ${this.tooltipNoun}`;
|
|
10159
10159
|
},
|
|
10160
10160
|
disabledPrev() {
|
|
10161
10161
|
return this.currentEntry == 1 || this.navigating ? !0 : null;
|
|
@@ -10210,7 +10210,7 @@ function _g(e, s, t, a, n, i) {
|
|
|
10210
10210
|
_: 1
|
|
10211
10211
|
});
|
|
10212
10212
|
}
|
|
10213
|
-
const ob = /* @__PURE__ */ _(mg, [["render", _g], ["__scopeId", "data-v-
|
|
10213
|
+
const ob = /* @__PURE__ */ _(mg, [["render", _g], ["__scopeId", "data-v-7a9373c8"]]);
|
|
10214
10214
|
const yg = {
|
|
10215
10215
|
name: "ecs-jumper-index",
|
|
10216
10216
|
emits: [
|
|
@@ -13352,11 +13352,6 @@ const Jv = {
|
|
|
13352
13352
|
type: Boolean,
|
|
13353
13353
|
default: !1
|
|
13354
13354
|
}
|
|
13355
|
-
},
|
|
13356
|
-
computed: {
|
|
13357
|
-
hasPrimaryControls() {
|
|
13358
|
-
return this.$slots["primary-controls"];
|
|
13359
|
-
}
|
|
13360
13355
|
}
|
|
13361
13356
|
}, Qv = { class: "ecs-sidebar-header" }, e_ = {
|
|
13362
13357
|
key: 0,
|
|
@@ -13377,7 +13372,7 @@ function a_(e, s, t, a, n, i) {
|
|
|
13377
13372
|
f("div", t_, [
|
|
13378
13373
|
m(e.$slots, "default", {}, void 0, !0)
|
|
13379
13374
|
]),
|
|
13380
|
-
|
|
13375
|
+
e.$slots["primary-controls"] ? (o(), l("div", s_, [
|
|
13381
13376
|
m(e.$slots, "primary-controls", {}, void 0, !0)
|
|
13382
13377
|
])) : u("", !0)
|
|
13383
13378
|
])),
|
|
@@ -13399,7 +13394,7 @@ function a_(e, s, t, a, n, i) {
|
|
|
13399
13394
|
})
|
|
13400
13395
|
]);
|
|
13401
13396
|
}
|
|
13402
|
-
const Ab = /* @__PURE__ */ _(Jv, [["render", a_], ["__scopeId", "data-v-
|
|
13397
|
+
const Ab = /* @__PURE__ */ _(Jv, [["render", a_], ["__scopeId", "data-v-da9abc3f"]]);
|
|
13403
13398
|
const o_ = {
|
|
13404
13399
|
name: "ecs-structured-content",
|
|
13405
13400
|
props: {
|