@everchron/ec-shards 9.0.5 → 9.0.6
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 +2 -2
- 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
|
@@ -6785,7 +6785,7 @@ const Hd = {
|
|
|
6785
6785
|
this.$emit("rowdrop");
|
|
6786
6786
|
},
|
|
6787
6787
|
handleRowClick(e) {
|
|
6788
|
-
console.log("hrc", this.mouseEvent, e), Array.isArray(this.mouseEvent) ? e.type === "click" ? (console.log("Emitting event: click"), this.$emit("click",
|
|
6788
|
+
console.log("hrc", this.mouseEvent, e), Array.isArray(this.mouseEvent) ? e.type === "click" ? (console.log("Emitting event: click"), this.$emit("click", e)) : e.type === "contextmenu" ? (console.log("Emitting event: contextmenu"), this.$emit("contextmenu", e)) : e.type === "dblclick" && (console.log("Emitting event: dblclick"), this.$emit("dblclick", e)) : (console.log(`Emitting event: ${this.mouseEvent}`), this.$emit(this.mouseEvent, e)), e.preventDefault(), e.stopPropagation();
|
|
6789
6789
|
}
|
|
6790
6790
|
},
|
|
6791
6791
|
mounted() {
|
|
@@ -6817,7 +6817,7 @@ function Wd(e, s, t, a, n, i) {
|
|
|
6817
6817
|
m(e.$slots, "default", {}, void 0, !0)
|
|
6818
6818
|
], 2);
|
|
6819
6819
|
}
|
|
6820
|
-
const jd = /* @__PURE__ */ v(Hd, [["render", Wd], ["__scopeId", "data-v-
|
|
6820
|
+
const jd = /* @__PURE__ */ v(Hd, [["render", Wd], ["__scopeId", "data-v-5243f51f"]]);
|
|
6821
6821
|
const Ud = {
|
|
6822
6822
|
name: "ecs-data-grid-row-group",
|
|
6823
6823
|
components: {
|