@everchron/ec-shards 9.17.13 → 9.17.15
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 +8 -3
- 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
|
@@ -9470,7 +9470,7 @@ const u_ = /* @__PURE__ */ y(ng, [["render", Cg], ["__scopeId", "data-v-0ad527da
|
|
|
9470
9470
|
};
|
|
9471
9471
|
}
|
|
9472
9472
|
}
|
|
9473
|
-
}, Sg = /* @__PURE__ */ vi('<span class="border-gradient" data-v-
|
|
9473
|
+
}, Sg = /* @__PURE__ */ vi('<span class="border-gradient" data-v-ddf398d0></span><div class="ecai-background" data-v-ddf398d0><span class="bg-circle bg-circle-1" data-v-ddf398d0></span><span class="bg-circle bg-circle-2" data-v-ddf398d0></span><span class="bg-circle bg-circle-3" data-v-ddf398d0></span></div>', 2);
|
|
9474
9474
|
function xg(e, s, t, a, n, i) {
|
|
9475
9475
|
const l = g("ecs-icon");
|
|
9476
9476
|
return o(), r("div", {
|
|
@@ -9487,7 +9487,7 @@ function xg(e, s, t, a, n, i) {
|
|
|
9487
9487
|
p(e.$slots, "default", {}, void 0, !0)
|
|
9488
9488
|
], 6);
|
|
9489
9489
|
}
|
|
9490
|
-
const f_ = /* @__PURE__ */ y(wg, [["render", xg], ["__scopeId", "data-v-
|
|
9490
|
+
const f_ = /* @__PURE__ */ y(wg, [["render", xg], ["__scopeId", "data-v-ddf398d0"]]), Bg = {
|
|
9491
9491
|
name: "ecs-entry-link",
|
|
9492
9492
|
emits: ["linkClick", "linkClickExternal", "moreClick"],
|
|
9493
9493
|
components: {
|
|
@@ -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
|
};
|