comand-component-library 4.0.62 → 4.0.63

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.
@@ -7356,6 +7356,13 @@ const cc = /* @__PURE__ */ L(sc, [["render", dc]]), uc = {
7356
7356
  return e === "horizontal" || e === "vertical";
7357
7357
  }
7358
7358
  },
7359
+ /**
7360
+ * define a class to set on inner div
7361
+ */
7362
+ innerClass: {
7363
+ type: String,
7364
+ required: !1
7365
+ },
7359
7366
  /**
7360
7367
  * properties for CmdHeadline-component
7361
7368
  */
@@ -7391,7 +7398,7 @@ const cc = /* @__PURE__ */ L(sc, [["render", dc]]), uc = {
7391
7398
  e = null;
7392
7399
  break;
7393
7400
  }
7394
- return e;
7401
+ return e += " " + this.innerClass;
7395
7402
  }
7396
7403
  }
7397
7404
  }, mc = { class: "cmd-container" }, fc = ["innerHTML"], hc = ["innerHTML"];
@@ -7405,7 +7412,7 @@ function pc(e, n, t, s, o, i) {
7405
7412
  }, null, 8, fc)) : c("", !0),
7406
7413
  i.oneSlotItem() ? A(e.$slots, "default", { key: 2 }) : (l(), a("div", {
7407
7414
  key: 3,
7408
- class: b(i.setInnerClass)
7415
+ class: b([i.setInnerClass, "inner-slot-wrapper"])
7409
7416
  }, [
7410
7417
  A(e.$slots, "default")
7411
7418
  ], 2)),