@everchron/ec-shards 9.0.3 → 9.0.5

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
@@ -6753,7 +6753,6 @@ const Hd = {
6753
6753
  name: "ecs-data-grid-row",
6754
6754
  emits: ["rowdrop", "click", "collapse", "contextmenu", "dblclick"],
6755
6755
  props: {
6756
- entry: Object,
6757
6756
  /** Determines the state of the table row. */
6758
6757
  state: {
6759
6758
  type: String,
@@ -6786,11 +6785,11 @@ const Hd = {
6786
6785
  this.$emit("rowdrop");
6787
6786
  },
6788
6787
  handleRowClick(e) {
6789
- Array.isArray(this.mouseEvent) ? e.type === "click" ? (console.log("Emitting event: click"), this.$emit("click", { e, entry: this.entry })) : e.type === "contextmenu" ? (console.log("Emitting event: contextmenu"), this.$emit("contextmenu", { e, entry: this.entry })) : e.type === "dblclick" && (console.log("Emitting event: dblclick"), this.$emit("dblclick", { e, entry: this.entry })) : (console.log(`Emitting event: ${this.mouseEvent}`), this.$emit(this.mouseEvent, { e, entry: this.entry })), e.preventDefault(), e.stopPropagation();
6788
+ console.log("hrc", this.mouseEvent, e), Array.isArray(this.mouseEvent) ? e.type === "click" ? (console.log("Emitting event: click"), this.$emit("click", { e, entry: this.entry })) : e.type === "contextmenu" ? (console.log("Emitting event: contextmenu"), this.$emit("contextmenu", { e, entry: this.entry })) : e.type === "dblclick" && (console.log("Emitting event: dblclick"), this.$emit("dblclick", { e, entry: this.entry })) : (console.log(`Emitting event: ${this.mouseEvent}`), this.$emit(this.mouseEvent, { e, entry: this.entry })), e.preventDefault(), e.stopPropagation();
6790
6789
  }
6791
6790
  },
6792
6791
  mounted() {
6793
- this.mouseEvent && (Array.isArray(this.mouseEvent) ? this.mouseEvent.forEach((e) => {
6792
+ this.mouseEvent && (console.log("m()", this.mouseEvent), Array.isArray(this.mouseEvent) ? this.mouseEvent.forEach((e) => {
6794
6793
  this.$refs.grid_row.addEventListener(e, this.handleRowClick);
6795
6794
  }) : this.$refs.grid_row.addEventListener(this.mouseEvent, this.handleRowClick));
6796
6795
  },
@@ -6818,7 +6817,7 @@ function Wd(e, s, t, a, n, i) {
6818
6817
  m(e.$slots, "default", {}, void 0, !0)
6819
6818
  ], 2);
6820
6819
  }
6821
- const jd = /* @__PURE__ */ v(Hd, [["render", Wd], ["__scopeId", "data-v-1840399d"]]);
6820
+ const jd = /* @__PURE__ */ v(Hd, [["render", Wd], ["__scopeId", "data-v-1857fe5b"]]);
6822
6821
  const Ud = {
6823
6822
  name: "ecs-data-grid-row-group",
6824
6823
  components: {