@everchron/ec-shards 16.3.2 → 16.3.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.css +1 -1
- package/dist/ec-shards.js +7 -2
- package/dist/ec-shards.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/ec-shards.js
CHANGED
|
@@ -14393,6 +14393,11 @@ const Fk = /* @__PURE__ */ b(Np, [["render", Fp], ["__scopeId", "data-v-daa501d2
|
|
|
14393
14393
|
help: {
|
|
14394
14394
|
type: String,
|
|
14395
14395
|
default: ""
|
|
14396
|
+
},
|
|
14397
|
+
/** Highlights the option, same style as hover. Can be used to indicate focus state. */
|
|
14398
|
+
highlighted: {
|
|
14399
|
+
type: Boolean,
|
|
14400
|
+
default: !1
|
|
14396
14401
|
}
|
|
14397
14402
|
},
|
|
14398
14403
|
computed: {
|
|
@@ -14404,7 +14409,7 @@ const Fk = /* @__PURE__ */ b(Np, [["render", Fp], ["__scopeId", "data-v-daa501d2
|
|
|
14404
14409
|
function $p(e, s, t, a, n, i) {
|
|
14405
14410
|
const l = g("ecs-icon"), c = g("ecs-flex-row"), d = g("ecs-text-v2");
|
|
14406
14411
|
return o(), r("div", {
|
|
14407
|
-
class: y(["ecs-multiselect-option", i.typeClass]),
|
|
14412
|
+
class: y(["ecs-multiselect-option", [i.typeClass, t.highlighted ? "highlighted" : ""]]),
|
|
14408
14413
|
role: t.type == "key" ? "menuitem" : null
|
|
14409
14414
|
}, [
|
|
14410
14415
|
_(c, {
|
|
@@ -14436,7 +14441,7 @@ function $p(e, s, t, a, n, i) {
|
|
|
14436
14441
|
], 2)) : u("", !0)
|
|
14437
14442
|
], 10, Hp);
|
|
14438
14443
|
}
|
|
14439
|
-
const Vk = /* @__PURE__ */ b(Vp, [["render", $p], ["__scopeId", "data-v-
|
|
14444
|
+
const Vk = /* @__PURE__ */ b(Vp, [["render", $p], ["__scopeId", "data-v-edc0be68"]]), Wp = {
|
|
14440
14445
|
name: "ecs-overlay",
|
|
14441
14446
|
emits: ["close", "toggled"],
|
|
14442
14447
|
components: { EcsIcon: O, EcsButtonToolbar: yt, EcsAlert: ci },
|