comand-component-library 4.0.36 → 4.0.37

Sign up to get free protection for your applications and to get access to all the features.
@@ -2767,6 +2767,15 @@ const Kt = {
2767
2767
  type: Boolean,
2768
2768
  required: !1
2769
2769
  },
2770
+ /**
2771
+ * activate if field should be stretch over remaining (horizontal) space if inline
2772
+ *
2773
+ * displayLabelInline-property must be activated
2774
+ */
2775
+ stretchField: {
2776
+ type: Boolean,
2777
+ default: !1
2778
+ },
2770
2779
  /**
2771
2780
  * set status for label and form-element
2772
2781
  *
@@ -3100,6 +3109,7 @@ function ps(e, n, t, s, o, i) {
3100
3109
  {
3101
3110
  disabled: e.$attrs.disabled,
3102
3111
  inline: t.displayLabelInline,
3112
+ "stretch-field": t.stretchField,
3103
3113
  "toggle-switch": t.toggleSwitch,
3104
3114
  colored: t.colored,
3105
3115
  "has-state": e.validationStatus
@@ -7048,9 +7058,9 @@ const gi = /* @__PURE__ */ L(Zt, [["render", Ud]]), Yt = {
7048
7058
  }
7049
7059
  }, Mn = () => {
7050
7060
  Zn((e) => ({
7051
- "55a1c0a6": e.boxesPerRowLarge,
7052
- "5ac88d7a": e.boxesPerRowMedium,
7053
- "54d20d0e": e.boxesPerRowSmall
7061
+ "4b314fb8": e.boxesPerRowLarge,
7062
+ "1cdf8a98": e.boxesPerRowMedium,
7063
+ "4b992984": e.boxesPerRowSmall
7054
7064
  }));
7055
7065
  }, Ln = Yt.setup;
7056
7066
  Yt.setup = Ln ? (e, n) => (Mn(), Ln(e, n)) : Mn;