@everchron/ec-shards 8.20.8 → 8.20.9
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 +1 -5
- 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
|
@@ -10444,10 +10444,6 @@ const $w = {
|
|
|
10444
10444
|
},
|
|
10445
10445
|
/** Determines if listener should be added for listed mouse event. */
|
|
10446
10446
|
mouseEvent: {
|
|
10447
|
-
// type: String,
|
|
10448
|
-
// validator: v => ['', 'click', 'contextmenu'].includes(v),
|
|
10449
|
-
// default: '',
|
|
10450
|
-
// type: [Array, String],
|
|
10451
10447
|
type: Array,
|
|
10452
10448
|
default: []
|
|
10453
10449
|
},
|
|
@@ -10494,7 +10490,7 @@ function Mw(s, i, e, c, r, o) {
|
|
|
10494
10490
|
C(s.$slots, "default", {}, void 0, !0)
|
|
10495
10491
|
], 2);
|
|
10496
10492
|
}
|
|
10497
|
-
const Ow = /* @__PURE__ */ T($w, [["render", Mw], ["__scopeId", "data-v-
|
|
10493
|
+
const Ow = /* @__PURE__ */ T($w, [["render", Mw], ["__scopeId", "data-v-acbae8e3"]]);
|
|
10498
10494
|
const Rw = {
|
|
10499
10495
|
name: "ecs-data-grid-row-group",
|
|
10500
10496
|
components: {
|