comand-component-library 4.0.52 → 4.0.53

Sign up to get free protection for your applications and to get access to all the features.
@@ -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 = { class: "pre-headline-text" }, Cl = { class: "pre-headline-text" }, _l = /* @__PURE__ */ f("span", { class: "icon-plus" }, null, -1), xl = /* @__PURE__ */ f("span", null, "Add new headline", -1), wl = [
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", bl, g(t.preHeadlineText), 1),
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(g(t.labelText), 1)
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
- ae92577c: e.cutoffTextLines
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,