@everchron/ec-shards 8.10.1 → 8.10.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 +6 -4
- 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
|
@@ -3400,7 +3400,7 @@ function ho(e, s, t, a, n, i) {
|
|
|
3400
3400
|
const vo = /* @__PURE__ */ _(mo, [["render", ho], ["__scopeId", "data-v-6c95c339"]]);
|
|
3401
3401
|
const _o = {
|
|
3402
3402
|
name: "ecs-bulk-selector",
|
|
3403
|
-
emits: ["select", "families", "checked"],
|
|
3403
|
+
emits: ["select", "families", "checked", "popover-shown", "popover-hidden"],
|
|
3404
3404
|
components: { EcsFlexRow: Me, EcsPopover: Ts, EcsPopoverList: da, EcsPopoverListItem: co, EcsButtonToolbar: gt, EcsCheckbox: Ht, EcsSeparator: vo },
|
|
3405
3405
|
props: {
|
|
3406
3406
|
/** Array of available select options that should show up in the dropdown. Needs to contain objects for each popover-list-item, */
|
|
@@ -3493,7 +3493,9 @@ function bo(e, s, t, a, n, i) {
|
|
|
3493
3493
|
}, null, 8, ["value", "indeterminate", "disabled"]),
|
|
3494
3494
|
t.options.length > 0 ? (o(), y(k, {
|
|
3495
3495
|
key: 0,
|
|
3496
|
-
disabled: t.disabled || null
|
|
3496
|
+
disabled: t.disabled || null,
|
|
3497
|
+
onShown: s[1] || (s[1] = (I) => e.$emit("popover-shown")),
|
|
3498
|
+
onHidden: s[2] || (s[2] = (I) => e.$emit("popover-hidden"))
|
|
3497
3499
|
}, {
|
|
3498
3500
|
content: w(() => [
|
|
3499
3501
|
b(h, null, {
|
|
@@ -3548,7 +3550,7 @@ function bo(e, s, t, a, n, i) {
|
|
|
3548
3550
|
_: 1
|
|
3549
3551
|
});
|
|
3550
3552
|
}
|
|
3551
|
-
const fy = /* @__PURE__ */ _(_o, [["render", bo], ["__scopeId", "data-v-
|
|
3553
|
+
const fy = /* @__PURE__ */ _(_o, [["render", bo], ["__scopeId", "data-v-04aed8bb"]]);
|
|
3552
3554
|
const ko = {
|
|
3553
3555
|
name: "ecs-button-group"
|
|
3554
3556
|
}, xo = { class: "ecs-button-group" };
|
|
@@ -10865,7 +10867,7 @@ function rm(e, s, t, a, n, i) {
|
|
|
10865
10867
|
], 2)) : u("", !0)
|
|
10866
10868
|
], 2);
|
|
10867
10869
|
}
|
|
10868
|
-
const rb = /* @__PURE__ */ _(Qg, [["render", rm], ["__scopeId", "data-v-
|
|
10870
|
+
const rb = /* @__PURE__ */ _(Qg, [["render", rm], ["__scopeId", "data-v-5e52ad1d"]]);
|
|
10869
10871
|
const lm = {
|
|
10870
10872
|
name: "ecs-legend-item",
|
|
10871
10873
|
emits: ["click"],
|