@everchron/ec-shards 9.2.1 → 9.2.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 CHANGED
@@ -9343,7 +9343,7 @@ const wg = /* @__PURE__ */ v(bg, [["render", kg], ["__scopeId", "data-v-a408f72e
9343
9343
  };
9344
9344
  function xg(e, s, t, a, n, i) {
9345
9345
  return o(), l("div", {
9346
- class: y(["ecs-scroll-container scrollbar scrollbar-sml", [
9346
+ class: y(["ecs-scroll-container scrollbar scrollbar-sml vertical", [
9347
9347
  t.borderless ? "" : "ecs-scroll-container-border",
9348
9348
  t.hideShadows ? "" : "ecs-scroll-container-shadows"
9349
9349
  ]]),
@@ -9352,7 +9352,7 @@ function xg(e, s, t, a, n, i) {
9352
9352
  p(e.$slots, "default", {}, void 0, !0)
9353
9353
  ], 6);
9354
9354
  }
9355
- const Cg = /* @__PURE__ */ v(Sg, [["render", xg], ["__scopeId", "data-v-fb2e8eb9"]]), Bg = {
9355
+ const Cg = /* @__PURE__ */ v(Sg, [["render", xg], ["__scopeId", "data-v-d87a8075"]]), Bg = {
9356
9356
  name: "ecs-folder-selector",
9357
9357
  emits: ["search", "add"],
9358
9358
  components: {
@@ -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: Boolean,
14029
- /** Sets the min-width of the tree list item. This can be used to force x-axis scrolling on deeply nested tree lists, and to ensure that even deeply nested items still have enough space for all title text to be rendered. */
14030
- minWidth: {
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
- ], 46, rb),
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-b1f2579f"]]), gb = {
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) {