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