comand-component-library 4.0.51 → 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
  ]),
@@ -4975,6 +4981,13 @@ const Xa = {
4975
4981
  type: Object,
4976
4982
  required: !1
4977
4983
  },
4984
+ /**
4985
+ * activate if image should be wrapped by figure-tag
4986
+ */
4987
+ useFigureTag: {
4988
+ type: Boolean,
4989
+ default: !0
4990
+ },
4978
4991
  /**
4979
4992
  * figcaption-object including visibility, position (top/bottom), text
4980
4993
  */
@@ -5237,7 +5250,7 @@ function cr(e, n, t, s, o, i) {
5237
5250
  ];
5238
5251
  }),
5239
5252
  _: 1
5240
- }, 8, ["componentProps", "componentPath", "allowDeleteComponent", "itemProvider"])) : (h = t.figcaption) != null && h.show ? (l(), a("figure", {
5253
+ }, 8, ["componentProps", "componentPath", "allowDeleteComponent", "itemProvider"])) : t.useFigureTag || (h = t.figcaption) != null && h.show ? (l(), a("figure", {
5241
5254
  key: 1,
5242
5255
  class: b(["cmd-image", i.textAlign])
5243
5256
  }, [
@@ -6494,6 +6507,8 @@ const pi = /* @__PURE__ */ L(Xr, [["render", nd]]), id = {
6494
6507
  * String used as content (placed in a paragraph-tag) for box-body
6495
6508
  *
6496
6509
  * should only be used, if no further html-structure is required for box-body
6510
+ *
6511
+ * @canContainHtml: true
6497
6512
  */
6498
6513
  textBody: {
6499
6514
  type: String,
@@ -6622,7 +6637,7 @@ const pi = /* @__PURE__ */ L(Xr, [["render", nd]]), id = {
6622
6637
  }
6623
6638
  }, Mn = () => {
6624
6639
  Yn((e) => ({
6625
- ae92577c: e.cutoffTextLines
6640
+ "559897b6": e.cutoffTextLines
6626
6641
  }));
6627
6642
  }, Ln = Zt.setup;
6628
6643
  Zt.setup = Ln ? (e, n) => (Mn(), Ln(e, n)) : Mn;
@@ -7313,6 +7328,8 @@ const rc = /* @__PURE__ */ L(oc, [["render", ac]]), dc = {
7313
7328
  props: {
7314
7329
  /**
7315
7330
  * define (html-)content to display above slot-content
7331
+ *
7332
+ * @canContainHtml: true
7316
7333
  */
7317
7334
  contentAboveSlot: {
7318
7335
  type: String,
@@ -7320,6 +7337,8 @@ const rc = /* @__PURE__ */ L(oc, [["render", ac]]), dc = {
7320
7337
  },
7321
7338
  /**
7322
7339
  * define (html-)content to display below slot-content
7340
+ *
7341
+ * @canContainHtml: true
7323
7342
  */
7324
7343
  contentBelowSlot: {
7325
7344
  type: String,
@@ -12602,6 +12621,8 @@ const Gy = /* @__PURE__ */ L(qh, [["render", zh]]), Wh = {
12602
12621
  },
12603
12622
  /**
12604
12623
  * content for continuous text (can contain html-tags)
12624
+ *
12625
+ * @canContainHtml: true
12605
12626
  */
12606
12627
  htmlContent: {
12607
12628
  type: String,