@everchron/ec-shards 9.1.0 → 9.1.1
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 -8
- 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
|
@@ -6718,14 +6718,9 @@ const Vb = /* @__PURE__ */ v(Dd, [["render", Hd], ["__scopeId", "data-v-a756fba8
|
|
|
6718
6718
|
validator: (e) => ["default", "header"].includes(e),
|
|
6719
6719
|
default: "default"
|
|
6720
6720
|
},
|
|
6721
|
-
/** Determines if listener should be added for listed mouse event. Allowed values (
|
|
6721
|
+
/** Determines if listener should be added for listed mouse event. Allowed values (as Strings in an Array): `click`, `contextmenu`, `dblclick`, or `` */
|
|
6722
6722
|
mouseEvent: {
|
|
6723
|
-
|
|
6724
|
-
type: Array,
|
|
6725
|
-
validator: (e) => {
|
|
6726
|
-
const s = ["", "click", "contextmenu", "dblclick"];
|
|
6727
|
-
return e.every((t) => s.includes(t));
|
|
6728
|
-
}
|
|
6723
|
+
type: Array
|
|
6729
6724
|
},
|
|
6730
6725
|
/** Determines if the row should have clickable styles. */
|
|
6731
6726
|
clickable: {
|
|
@@ -6779,7 +6774,7 @@ function jd(e, s, t, a, n, i) {
|
|
|
6779
6774
|
p(e.$slots, "default", {}, void 0, !0)
|
|
6780
6775
|
], 2);
|
|
6781
6776
|
}
|
|
6782
|
-
const Ud = /* @__PURE__ */ v(qd, [["render", jd], ["__scopeId", "data-v-
|
|
6777
|
+
const Ud = /* @__PURE__ */ v(qd, [["render", jd], ["__scopeId", "data-v-f0cfcf66"]]), Gd = {
|
|
6783
6778
|
name: "ecs-data-grid-row-group",
|
|
6784
6779
|
components: {
|
|
6785
6780
|
EcsDataGridRow: Ud
|