comand-component-library 4.0.36 → 4.0.38
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/comand-component-library.js +14 -4
- package/dist/comand-component-library.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +2 -2
- package/src/ComponentLibrary.vue +6 -2
- package/src/components/CmdBoxWrapper.vue +0 -4
- package/src/components/CmdForm.vue +2 -2
- package/src/components/CmdFormElement.vue +18 -2
- 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
|
*
|
@@ -3080,7 +3089,7 @@ const Kt = {
|
|
3080
3089
|
"aria-hidden": "true"
|
3081
3090
|
}, Gl = ["title", "aria-errormessage", "id"], Jl = {
|
3082
3091
|
key: 1,
|
3083
|
-
class: "flex-container"
|
3092
|
+
class: "flex-container inner-input-wrapper"
|
3084
3093
|
}, Kl = ["id", "autocomplete", "list", "value", "maxlength"], Zl = ["title"], Yl = ["id"], Xl = ["value"], Ql = ["checked", "value", "id", "disabled", "aria-invalid"], $l = { key: 2 }, es = { class: "switch-label-wrapper" }, ts = ["checked", "value", "id", "disabled", "aria-invalid"], ns = { class: "label-text" }, is = { class: "label-text" }, os = { key: 0 }, ls = ["id"], ss = ["value", "selected"], as = ["id", "value", "maxlength"], rs = {
|
3085
3094
|
key: 6,
|
3086
3095
|
class: "characters-left-wrapper"
|
@@ -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;
|