@everchron/ec-shards 9.17.13 → 9.17.14
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 +6 -1
- 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
|
@@ -10413,6 +10413,11 @@ const _m = /* @__PURE__ */ y(ym, [["render", bm], ["__scopeId", "data-v-d87a8075
|
|
|
10413
10413
|
return this.fixedHeight ? this.height : this.height === "100%" ? "100%" : null;
|
|
10414
10414
|
},
|
|
10415
10415
|
scrollHeight() {
|
|
10416
|
+
if (this.fixedHeight && this.height === "100%")
|
|
10417
|
+
return {
|
|
10418
|
+
height: "100%",
|
|
10419
|
+
"max-height": "100%"
|
|
10420
|
+
};
|
|
10416
10421
|
const e = this.searchable || this.create || this.refreshable ? parseInt(this.height) - 41 + "px" : this.height;
|
|
10417
10422
|
return this.fixedHeight ? { height: e } : { "max-height": e };
|
|
10418
10423
|
}
|
|
@@ -10499,7 +10504,7 @@ function Sm(e, s, t, a, n, i) {
|
|
|
10499
10504
|
}, 8, ["style", "padding"])
|
|
10500
10505
|
], 6);
|
|
10501
10506
|
}
|
|
10502
|
-
const b_ = /* @__PURE__ */ y(km, [["render", Sm], ["__scopeId", "data-v-
|
|
10507
|
+
const b_ = /* @__PURE__ */ y(km, [["render", Sm], ["__scopeId", "data-v-e8fd70d2"]]), xm = {}, Bm = { class: "ecs-form-headline" }, Im = { class: "ecs-form-headline-main" }, zm = {
|
|
10503
10508
|
key: 0,
|
|
10504
10509
|
class: "ecs-form-headline-controls"
|
|
10505
10510
|
};
|