@everchron/ec-shards 9.2.1 → 9.2.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.js +6 -14
- 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
|
@@ -14025,11 +14025,9 @@ const l0 = /* @__PURE__ */ v(ib, [["render", ab], ["__scopeId", "data-v-6af94f50
|
|
|
14025
14025
|
default: !1
|
|
14026
14026
|
},
|
|
14027
14027
|
/** Determines if the tree list item is disabled. */
|
|
14028
|
-
disabled:
|
|
14029
|
-
|
|
14030
|
-
|
|
14031
|
-
type: Number,
|
|
14032
|
-
default: 0
|
|
14028
|
+
disabled: {
|
|
14029
|
+
type: Boolean,
|
|
14030
|
+
default: !1
|
|
14033
14031
|
}
|
|
14034
14032
|
},
|
|
14035
14033
|
data() {
|
|
@@ -14051,11 +14049,6 @@ const l0 = /* @__PURE__ */ v(ib, [["render", ab], ["__scopeId", "data-v-6af94f50
|
|
|
14051
14049
|
},
|
|
14052
14050
|
hasChilds() {
|
|
14053
14051
|
return this.$slots.collapse;
|
|
14054
|
-
},
|
|
14055
|
-
minWidthStyle() {
|
|
14056
|
-
return {
|
|
14057
|
-
minWidth: `${this.minWidth}px`
|
|
14058
|
-
};
|
|
14059
14052
|
}
|
|
14060
14053
|
},
|
|
14061
14054
|
methods: {
|
|
@@ -14117,8 +14110,7 @@ function fb(e, s, t, a, n, i) {
|
|
|
14117
14110
|
i.hasChilds ? "has-childs" : ""
|
|
14118
14111
|
]]),
|
|
14119
14112
|
role: "treeitem",
|
|
14120
|
-
tabindex: i.isSelectable ? "0" : "-1"
|
|
14121
|
-
style: C(i.minWidthStyle)
|
|
14113
|
+
tabindex: i.isSelectable ? "0" : "-1"
|
|
14122
14114
|
}, [
|
|
14123
14115
|
i.isSelectable ? (o(), h(r, { key: 0 })) : u("", !0),
|
|
14124
14116
|
e.$slots.collapse ? (o(), h(c, {
|
|
@@ -14154,7 +14146,7 @@ function fb(e, s, t, a, n, i) {
|
|
|
14154
14146
|
e.$slots.actions ? (o(), l("div", db, [
|
|
14155
14147
|
p(e.$slots, "actions", {}, void 0, !0)
|
|
14156
14148
|
])) : u("", !0)
|
|
14157
|
-
],
|
|
14149
|
+
], 42, rb),
|
|
14158
14150
|
e.$slots.collapse ? (o(), l("div", {
|
|
14159
14151
|
key: 0,
|
|
14160
14152
|
class: y([n.isVisible ? "collapse-show" : "collapse-hide", "collapsable"]),
|
|
@@ -14165,7 +14157,7 @@ function fb(e, s, t, a, n, i) {
|
|
|
14165
14157
|
], 10, ub)) : u("", !0)
|
|
14166
14158
|
]);
|
|
14167
14159
|
}
|
|
14168
|
-
const c0 = /* @__PURE__ */ v(ob, [["render", fb], ["__scopeId", "data-v-
|
|
14160
|
+
const c0 = /* @__PURE__ */ v(ob, [["render", fb], ["__scopeId", "data-v-29fbc74d"]]), gb = {
|
|
14169
14161
|
name: "ecs-tree-list-headline"
|
|
14170
14162
|
}, mb = { class: "ecs-tree-view-headline" };
|
|
14171
14163
|
function pb(e, s, t, a, n, i) {
|