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.
- package/dist/comand-component-library.js +13 -3
- package/dist/comand-component-library.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/ComponentLibrary.vue +5 -1
- package/src/components/CmdBoxWrapper.vue +0 -4
- package/src/components/CmdForm.vue +2 -2
- package/src/components/CmdFormElement.vue +10 -0
- package/src/components/CmdLoginForm.vue +2 -0
@@ -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
|
-
"
|
7052
|
-
"
|
7053
|
-
"
|
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;
|