comand-component-library 4.0.52 → 4.0.53
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 +18 -4
- package/dist/comand-component-library.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/components/CmdBox.vue +2 -0
- package/src/components/CmdContainer.vue +4 -0
- package/src/components/CmdFormElement.vue +2 -1
- package/src/components/CmdHeadline.vue +3 -1
- package/src/components/CmdTabs.vue +4 -2
- package/src/components/CmdTextImageBlock.vue +2 -0
|
@@ -1656,6 +1656,8 @@ const Se = /* @__PURE__ */ L($o, [["render", pl]]), $ = {
|
|
|
1656
1656
|
},
|
|
1657
1657
|
/**
|
|
1658
1658
|
* small pre-headline-text above main-headline
|
|
1659
|
+
*
|
|
1660
|
+
* @canContainHtml: true
|
|
1659
1661
|
*/
|
|
1660
1662
|
preHeadlineText: {
|
|
1661
1663
|
type: String,
|
|
@@ -1723,7 +1725,7 @@ const Se = /* @__PURE__ */ L($o, [["render", pl]]), $ = {
|
|
|
1723
1725
|
immediate: !0
|
|
1724
1726
|
}
|
|
1725
1727
|
}
|
|
1726
|
-
}, yl = { class: "pre-headline-text-wrapper" }, bl =
|
|
1728
|
+
}, yl = { class: "pre-headline-text-wrapper" }, bl = ["innerHTML"], Cl = { class: "pre-headline-text" }, _l = /* @__PURE__ */ f("span", { class: "icon-plus" }, null, -1), xl = /* @__PURE__ */ f("span", null, "Add new headline", -1), wl = [
|
|
1727
1729
|
_l,
|
|
1728
1730
|
xl
|
|
1729
1731
|
];
|
|
@@ -1739,7 +1741,10 @@ function kl(e, n, t, s, o, i) {
|
|
|
1739
1741
|
default: V(() => [
|
|
1740
1742
|
t.cmdIcon ? (l(), C(r, j(M({ key: 0 }, t.cmdIcon)), null, 16)) : c("", !0),
|
|
1741
1743
|
f("span", yl, [
|
|
1742
|
-
f("span",
|
|
1744
|
+
f("span", {
|
|
1745
|
+
class: "pre-headline-text",
|
|
1746
|
+
innerHTML: t.preHeadlineText
|
|
1747
|
+
}, null, 8, bl),
|
|
1743
1748
|
f("span", null, [
|
|
1744
1749
|
A(e.$slots, "default", {}, () => [
|
|
1745
1750
|
H(g(t.headlineText), 1)
|
|
@@ -2591,6 +2596,7 @@ const Kt = {
|
|
|
2591
2596
|
* text for label
|
|
2592
2597
|
*
|
|
2593
2598
|
* @requiredForAccessibility: true
|
|
2599
|
+
* @canContainHtml: true
|
|
2594
2600
|
*/
|
|
2595
2601
|
labelText: {
|
|
2596
2602
|
type: String,
|
|
@@ -3083,7 +3089,7 @@ function ps(e, n, t, s, o, i) {
|
|
|
3083
3089
|
}, [
|
|
3084
3090
|
f("span", null, [
|
|
3085
3091
|
t.labelText ? (l(), a(_, { key: 0 }, [
|
|
3086
|
-
H(
|
|
3092
|
+
H("labelText")
|
|
3087
3093
|
], 64)) : A(e.$slots, "labeltext", { key: 1 }),
|
|
3088
3094
|
e.$attrs.required != null && e.$attrs.required !== !1 ? (l(), a("sup", Wl, "*")) : c("", !0)
|
|
3089
3095
|
]),
|
|
@@ -6501,6 +6507,8 @@ const pi = /* @__PURE__ */ L(Xr, [["render", nd]]), id = {
|
|
|
6501
6507
|
* String used as content (placed in a paragraph-tag) for box-body
|
|
6502
6508
|
*
|
|
6503
6509
|
* should only be used, if no further html-structure is required for box-body
|
|
6510
|
+
*
|
|
6511
|
+
* @canContainHtml: true
|
|
6504
6512
|
*/
|
|
6505
6513
|
textBody: {
|
|
6506
6514
|
type: String,
|
|
@@ -6629,7 +6637,7 @@ const pi = /* @__PURE__ */ L(Xr, [["render", nd]]), id = {
|
|
|
6629
6637
|
}
|
|
6630
6638
|
}, Mn = () => {
|
|
6631
6639
|
Yn((e) => ({
|
|
6632
|
-
|
|
6640
|
+
"559897b6": e.cutoffTextLines
|
|
6633
6641
|
}));
|
|
6634
6642
|
}, Ln = Zt.setup;
|
|
6635
6643
|
Zt.setup = Ln ? (e, n) => (Mn(), Ln(e, n)) : Mn;
|
|
@@ -7320,6 +7328,8 @@ const rc = /* @__PURE__ */ L(oc, [["render", ac]]), dc = {
|
|
|
7320
7328
|
props: {
|
|
7321
7329
|
/**
|
|
7322
7330
|
* define (html-)content to display above slot-content
|
|
7331
|
+
*
|
|
7332
|
+
* @canContainHtml: true
|
|
7323
7333
|
*/
|
|
7324
7334
|
contentAboveSlot: {
|
|
7325
7335
|
type: String,
|
|
@@ -7327,6 +7337,8 @@ const rc = /* @__PURE__ */ L(oc, [["render", ac]]), dc = {
|
|
|
7327
7337
|
},
|
|
7328
7338
|
/**
|
|
7329
7339
|
* define (html-)content to display below slot-content
|
|
7340
|
+
*
|
|
7341
|
+
* @canContainHtml: true
|
|
7330
7342
|
*/
|
|
7331
7343
|
contentBelowSlot: {
|
|
7332
7344
|
type: String,
|
|
@@ -12609,6 +12621,8 @@ const Gy = /* @__PURE__ */ L(qh, [["render", zh]]), Wh = {
|
|
|
12609
12621
|
},
|
|
12610
12622
|
/**
|
|
12611
12623
|
* content for continuous text (can contain html-tags)
|
|
12624
|
+
*
|
|
12625
|
+
* @canContainHtml: true
|
|
12612
12626
|
*/
|
|
12613
12627
|
htmlContent: {
|
|
12614
12628
|
type: String,
|