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