@everchron/ec-shards 8.2.1 → 8.2.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
|
@@ -3317,7 +3317,7 @@ function Gn(s, t, e, a, n, i) {
|
|
|
3317
3317
|
p("div", {
|
|
3318
3318
|
ref: "resizer",
|
|
3319
3319
|
class: v(["ecs-data-grid-head-cell-inner", e.resizable ? "resizable" : ""]),
|
|
3320
|
-
style: B([i.widthType === "number" ? i.widthStyles : { width: "
|
|
3320
|
+
style: B([i.widthType === "number" ? i.widthStyles : { width: "100%" }, i.paddingStyles, i.resizeStyles, e.styles]),
|
|
3321
3321
|
"data-column": i.computedId,
|
|
3322
3322
|
"data-test": i.computedId
|
|
3323
3323
|
}, [
|
|
@@ -3388,7 +3388,7 @@ function Gn(s, t, e, a, n, i) {
|
|
|
3388
3388
|
}, null, 2)) : d("", !0)
|
|
3389
3389
|
], 14, On);
|
|
3390
3390
|
}
|
|
3391
|
-
const Km = /* @__PURE__ */ _(Ln, [["render", Gn], ["__scopeId", "data-v-
|
|
3391
|
+
const Km = /* @__PURE__ */ _(Ln, [["render", Gn], ["__scopeId", "data-v-118bb91e"]]);
|
|
3392
3392
|
const jn = {
|
|
3393
3393
|
name: "ecs-data-grid-group",
|
|
3394
3394
|
props: {
|
|
@@ -3545,7 +3545,7 @@ const Yn = {
|
|
|
3545
3545
|
created() {
|
|
3546
3546
|
this.cellWidth = this.width, this.cellFixedLeftOffset = this.fixedLeftOffset;
|
|
3547
3547
|
}
|
|
3548
|
-
}, Zn = (s) => (de("data-v-
|
|
3548
|
+
}, Zn = (s) => (de("data-v-2d83daf9"), s = s(), ue(), s), Jn = ["data-column", "data-test"], Xn = {
|
|
3549
3549
|
key: 0,
|
|
3550
3550
|
class: "first-cell-spacer"
|
|
3551
3551
|
}, Qn = /* @__PURE__ */ Zn(() => /* @__PURE__ */ p("div", { class: "group-spacer" }, null, -1));
|
|
@@ -3562,7 +3562,7 @@ function ea(s, t, e, a, n, i) {
|
|
|
3562
3562
|
}, null, 2)) : d("", !0),
|
|
3563
3563
|
p("div", {
|
|
3564
3564
|
class: "ecs-data-grid-cell-inner",
|
|
3565
|
-
style: B([i.widthType === "number" ? i.widthStyles : { width: "
|
|
3565
|
+
style: B([i.widthType === "number" ? i.widthStyles : { width: "100%" }, i.paddingStyles, e.styles]),
|
|
3566
3566
|
"data-column": i.computedId,
|
|
3567
3567
|
"data-test": i.computedId
|
|
3568
3568
|
}, [
|
|
@@ -3582,7 +3582,7 @@ function ea(s, t, e, a, n, i) {
|
|
|
3582
3582
|
}, null, 2)) : d("", !0)
|
|
3583
3583
|
], 6);
|
|
3584
3584
|
}
|
|
3585
|
-
const Ym = /* @__PURE__ */ _(Yn, [["render", ea], ["__scopeId", "data-v-
|
|
3585
|
+
const Ym = /* @__PURE__ */ _(Yn, [["render", ea], ["__scopeId", "data-v-2d83daf9"]]), sa = {
|
|
3586
3586
|
name: "ecs-data-list"
|
|
3587
3587
|
}, ta = {
|
|
3588
3588
|
class: "ecs-data-list",
|