@everchron/ec-shards 9.8.7 → 9.8.8

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
@@ -6845,6 +6845,7 @@ function Yd(e, s, t, a, n, i) {
6845
6845
  }
6846
6846
  const Zd = /* @__PURE__ */ y(Gd, [["render", Yd], ["__scopeId", "data-v-db601372"]]), Xd = {
6847
6847
  name: "ecs-data-grid-row-group",
6848
+ emits: ["toggle"],
6848
6849
  components: {
6849
6850
  EcsDataGridRow: Zd
6850
6851
  },
@@ -6868,7 +6869,7 @@ const Zd = /* @__PURE__ */ y(Gd, [["render", Yd], ["__scopeId", "data-v-db601372
6868
6869
  },
6869
6870
  methods: {
6870
6871
  handleCollapse() {
6871
- this.isCollapsed = !this.isCollapsed;
6872
+ this.isCollapsed = !this.isCollapsed, this.$emit("toggle", this.isCollapsed);
6872
6873
  }
6873
6874
  },
6874
6875
  watch: {
@@ -6900,7 +6901,7 @@ function eu(e, s, t, a, n, i) {
6900
6901
  ], 10, Qd)
6901
6902
  ]);
6902
6903
  }
6903
- const _b = /* @__PURE__ */ y(Xd, [["render", eu], ["__scopeId", "data-v-4e0225ae"]]), tu = {
6904
+ const _b = /* @__PURE__ */ y(Xd, [["render", eu], ["__scopeId", "data-v-c6e97366"]]), tu = {
6904
6905
  name: "ecs-select",
6905
6906
  emits: [
6906
6907
  "focus",