@everchron/ec-shards 8.20.2 → 8.20.3
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 -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
|
@@ -6767,10 +6767,10 @@ const qd = {
|
|
|
6767
6767
|
},
|
|
6768
6768
|
/** Determines if listener should be added for listed mouse event. */
|
|
6769
6769
|
mouseEvent: {
|
|
6770
|
-
|
|
6771
|
-
//
|
|
6772
|
-
|
|
6773
|
-
default:
|
|
6770
|
+
type: String,
|
|
6771
|
+
// type: Array,
|
|
6772
|
+
validator: (e) => ["", "click", "contextmenu"].includes(e),
|
|
6773
|
+
default: ""
|
|
6774
6774
|
},
|
|
6775
6775
|
/** Determines if the row should have clickable styles. */
|
|
6776
6776
|
clickable: {
|
|
@@ -6815,7 +6815,7 @@ function jd(e, s, t, a, n, i) {
|
|
|
6815
6815
|
m(e.$slots, "default", {}, void 0, !0)
|
|
6816
6816
|
], 2);
|
|
6817
6817
|
}
|
|
6818
|
-
const Ud = /* @__PURE__ */ v(qd, [["render", jd], ["__scopeId", "data-v-
|
|
6818
|
+
const Ud = /* @__PURE__ */ v(qd, [["render", jd], ["__scopeId", "data-v-db88daad"]]);
|
|
6819
6819
|
const Gd = {
|
|
6820
6820
|
name: "ecs-data-grid-row-group",
|
|
6821
6821
|
components: {
|