comand-component-library 4.0.72 → 4.0.73
Sign up to get free protection for your applications and to get access to all the features.
@@ -6420,7 +6420,7 @@ const gi = /* @__PURE__ */ L(td, [["render", sd]]), ad = {
|
|
6420
6420
|
*
|
6421
6421
|
* @affectsStyling: true
|
6422
6422
|
*/
|
6423
|
-
|
6423
|
+
useBoxBodyPadding: {
|
6424
6424
|
type: Boolean,
|
6425
6425
|
default: !0
|
6426
6426
|
},
|
@@ -6640,7 +6640,7 @@ const gi = /* @__PURE__ */ L(td, [["render", sd]]), ad = {
|
|
6640
6640
|
}
|
6641
6641
|
}, Mn = () => {
|
6642
6642
|
Xn((e) => ({
|
6643
|
-
|
6643
|
+
ac58ed54: e.cutoffTextLines
|
6644
6644
|
}));
|
6645
6645
|
}, Ln = Zt.setup;
|
6646
6646
|
Zt.setup = Ln ? (e, n) => (Mn(), Ln(e, n)) : Mn;
|
@@ -6732,7 +6732,7 @@ function Ud(e, n, t, s, o, i) {
|
|
6732
6732
|
}, [
|
6733
6733
|
(B = t.useSlots) != null && B.includes("body") ? (l(), a("div", {
|
6734
6734
|
key: 0,
|
6735
|
-
class: b(["inner-box-body-wrapper", { "
|
6735
|
+
class: b(["inner-box-body-wrapper", { "box-body-padding": t.useBoxBodyPadding, "allow-scroll": t.allowContentToScroll }]),
|
6736
6736
|
ref: "boxBody",
|
6737
6737
|
style: et(t.allowContentToScroll ? "max-height: " + o.calculatedBodyHeight : null)
|
6738
6738
|
}, [
|
@@ -6774,7 +6774,7 @@ function Ud(e, n, t, s, o, i) {
|
|
6774
6774
|
t.cmdImage ? (l(), C(u, q(M({ key: 0 }, t.cmdImage)), null, 16)) : c("", !0),
|
6775
6775
|
t.textBody ? (l(), a("div", {
|
6776
6776
|
key: 1,
|
6777
|
-
class: b({ "
|
6777
|
+
class: b({ "box-body-padding": t.useBoxBodyPadding, "allow-scroll": t.allowContentToScroll })
|
6778
6778
|
}, [
|
6779
6779
|
t.cmdIcon !== void 0 ? (l(), a("div", fd, [
|
6780
6780
|
v(d, q(he(t.cmdIcon)), null, 16)
|