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