@everchron/ec-shards 9.0.4 → 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 +2 -3
- 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
|
@@ -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,
|
|
@@ -6790,7 +6789,7 @@ const Hd = {
|
|
|
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-
|
|
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: {
|