@everchron/ec-shards 14.15.1 → 14.15.2
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 +14 -2
- package/dist/ec-shards.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/ec-shards.js
CHANGED
|
@@ -9144,6 +9144,11 @@ const X_ = /* @__PURE__ */ _(Fu, [["render", $u], ["__scopeId", "data-v-6e05c98b
|
|
|
9144
9144
|
type: Boolean,
|
|
9145
9145
|
default: !1
|
|
9146
9146
|
},
|
|
9147
|
+
/** Sets an optional icon to be shown when the directory entry is hovered. */
|
|
9148
|
+
hoverIcon: {
|
|
9149
|
+
type: String,
|
|
9150
|
+
default: null
|
|
9151
|
+
},
|
|
9147
9152
|
/** Shows a legend color next to the text. Should be a valid color value. */
|
|
9148
9153
|
legendColor: {
|
|
9149
9154
|
type: String
|
|
@@ -9217,12 +9222,19 @@ function Yu(e, s, t, a, n, i) {
|
|
|
9217
9222
|
"line-height": 3,
|
|
9218
9223
|
width: "random"
|
|
9219
9224
|
})) : p(e.$slots, "default", { key: 1 }, void 0, !0)
|
|
9220
|
-
])
|
|
9225
|
+
]),
|
|
9226
|
+
t.hoverIcon ? (o(), h(d, {
|
|
9227
|
+
key: 1,
|
|
9228
|
+
type: t.hoverIcon,
|
|
9229
|
+
color: "var(--color-blue-9)",
|
|
9230
|
+
size: "24",
|
|
9231
|
+
class: "hover-icon"
|
|
9232
|
+
}, null, 8, ["type"])) : u("", !0)
|
|
9221
9233
|
]),
|
|
9222
9234
|
_: 3
|
|
9223
9235
|
}, 8, ["class", "role"]);
|
|
9224
9236
|
}
|
|
9225
|
-
const J_ = /* @__PURE__ */ _(ju, [["render", Yu], ["__scopeId", "data-v-
|
|
9237
|
+
const J_ = /* @__PURE__ */ _(ju, [["render", Yu], ["__scopeId", "data-v-95408541"]]), Xu = {
|
|
9226
9238
|
name: "ecs-document-state",
|
|
9227
9239
|
components: {
|
|
9228
9240
|
EcsIcon: O,
|