comand-component-library 4.0.72 → 4.0.74
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/comand-component-library.js +6 -6
- package/dist/comand-component-library.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +3 -3
- package/src/ComponentLibrary.vue +7 -7
- package/src/assets/data/box-user.json +48 -24
- package/src/components/CmdBox.vue +7 -3
- package/src/components/CmdMainNavigation.vue +2 -2
@@ -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)
|
@@ -9484,7 +9484,7 @@ function gm(e, n, t, s, o, i) {
|
|
9484
9484
|
"aria-expanded": o.openSubentry ? "true" : "false"
|
9485
9485
|
}, [
|
9486
9486
|
(l(!0), a(_, null, H(y.subentries, (T, B) => (l(), a("li", { key: B }, [
|
9487
|
-
|
9487
|
+
T.type === "href" ? (l(), a("a", {
|
9488
9488
|
key: 0,
|
9489
9489
|
href: T.path,
|
9490
9490
|
title: T.tooltip,
|
@@ -9502,7 +9502,7 @@ function gm(e, n, t, s, o, i) {
|
|
9502
9502
|
class: b(["subentry-icon", t.subentriesIconClass])
|
9503
9503
|
}, null, 2)) : c("", !0)
|
9504
9504
|
], 8, fm)) : c("", !0),
|
9505
|
-
|
9505
|
+
T.type === "router" ? (l(), C(d, {
|
9506
9506
|
key: 1,
|
9507
9507
|
to: i.getRoute(T),
|
9508
9508
|
target: T.target
|