@everchron/ec-shards 9.0.11 → 9.0.12
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
|
@@ -6790,7 +6790,7 @@ const Vd = {
|
|
|
6790
6790
|
}
|
|
6791
6791
|
},
|
|
6792
6792
|
mounted() {
|
|
6793
|
-
this.mouseEvent && (
|
|
6793
|
+
this.mouseEvent && (Array.isArray(this.mouseEvent) ? this.mouseEvent.forEach((e) => {
|
|
6794
6794
|
this.$refs.grid_row.addEventListener(e, this.handleRowClick);
|
|
6795
6795
|
}) : this.$refs.grid_row.addEventListener(this.mouseEvent, this.handleRowClick));
|
|
6796
6796
|
},
|
|
@@ -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(Vd, [["render", Wd], ["__scopeId", "data-v-
|
|
6821
|
+
const jd = /* @__PURE__ */ v(Vd, [["render", Wd], ["__scopeId", "data-v-38d88b2c"]]);
|
|
6822
6822
|
const Ud = {
|
|
6823
6823
|
name: "ecs-data-grid-row-group",
|
|
6824
6824
|
components: {
|