@everchron/ec-shards 9.2.0 → 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 CHANGED
@@ -6718,9 +6718,13 @@ const Gb = /* @__PURE__ */ v(Dd, [["render", Hd], ["__scopeId", "data-v-a756fba8
6718
6718
  validator: (e) => ["default", "header"].includes(e),
6719
6719
  default: "default"
6720
6720
  },
6721
- /** Determines if listener should be added for listed mouse event. Allowed values (as Strings in an Array): `click`, `contextmenu`, `dblclick`, or `` */
6721
+ /** Determines if listener should be added for listed mouse event. Allowed values (eiter as String, or as values in an Array): `click`, `contextmenu`, `dblclick` */
6722
6722
  mouseEvent: {
6723
- type: Array
6723
+ type: [String, Array],
6724
+ validator: (e) => {
6725
+ const s = ["", "click", "contextmenu", "dblclick"];
6726
+ return e.every((t) => s.includes(t));
6727
+ }
6724
6728
  },
6725
6729
  /** Determines if the row should have clickable styles. */
6726
6730
  clickable: {
@@ -6774,7 +6778,7 @@ function jd(e, s, t, a, n, i) {
6774
6778
  p(e.$slots, "default", {}, void 0, !0)
6775
6779
  ], 2);
6776
6780
  }
6777
- const Ud = /* @__PURE__ */ v(qd, [["render", jd], ["__scopeId", "data-v-f0cfcf66"]]), Gd = {
6781
+ const Ud = /* @__PURE__ */ v(qd, [["render", jd], ["__scopeId", "data-v-db601372"]]), Gd = {
6778
6782
  name: "ecs-data-grid-row-group",
6779
6783
  components: {
6780
6784
  EcsDataGridRow: Ud
@@ -14021,11 +14025,9 @@ const l0 = /* @__PURE__ */ v(ib, [["render", ab], ["__scopeId", "data-v-6af94f50
14021
14025
  default: !1
14022
14026
  },
14023
14027
  /** Determines if the tree list item is disabled. */
14024
- disabled: Boolean,
14025
- /** 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. */
14026
- minWidth: {
14027
- type: Number,
14028
- default: 0
14028
+ disabled: {
14029
+ type: Boolean,
14030
+ default: !1
14029
14031
  }
14030
14032
  },
14031
14033
  data() {
@@ -14047,11 +14049,6 @@ const l0 = /* @__PURE__ */ v(ib, [["render", ab], ["__scopeId", "data-v-6af94f50
14047
14049
  },
14048
14050
  hasChilds() {
14049
14051
  return this.$slots.collapse;
14050
- },
14051
- minWidthStyle() {
14052
- return {
14053
- minWidth: `${this.minWidth}px`
14054
- };
14055
14052
  }
14056
14053
  },
14057
14054
  methods: {
@@ -14113,8 +14110,7 @@ function fb(e, s, t, a, n, i) {
14113
14110
  i.hasChilds ? "has-childs" : ""
14114
14111
  ]]),
14115
14112
  role: "treeitem",
14116
- tabindex: i.isSelectable ? "0" : "-1",
14117
- style: C(i.minWidthStyle)
14113
+ tabindex: i.isSelectable ? "0" : "-1"
14118
14114
  }, [
14119
14115
  i.isSelectable ? (o(), h(r, { key: 0 })) : u("", !0),
14120
14116
  e.$slots.collapse ? (o(), h(c, {
@@ -14150,7 +14146,7 @@ function fb(e, s, t, a, n, i) {
14150
14146
  e.$slots.actions ? (o(), l("div", db, [
14151
14147
  p(e.$slots, "actions", {}, void 0, !0)
14152
14148
  ])) : u("", !0)
14153
- ], 46, rb),
14149
+ ], 42, rb),
14154
14150
  e.$slots.collapse ? (o(), l("div", {
14155
14151
  key: 0,
14156
14152
  class: y([n.isVisible ? "collapse-show" : "collapse-hide", "collapsable"]),
@@ -14161,7 +14157,7 @@ function fb(e, s, t, a, n, i) {
14161
14157
  ], 10, ub)) : u("", !0)
14162
14158
  ]);
14163
14159
  }
14164
- 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 = {
14165
14161
  name: "ecs-tree-list-headline"
14166
14162
  }, mb = { class: "ecs-tree-view-headline" };
14167
14163
  function pb(e, s, t, a, n, i) {