@sysvale/cuida 3.155.2 → 3.155.3
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.
- package/dist/@sysvale/cuida.es.js +21 -7
- package/dist/@sysvale/cuida.umd.js +2 -2
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -28818,6 +28818,13 @@ const u0 = {
|
|
|
28818
28818
|
ghost: {
|
|
28819
28819
|
type: Boolean,
|
|
28820
28820
|
default: !1
|
|
28821
|
+
},
|
|
28822
|
+
/**
|
|
28823
|
+
* Especifica a altura mínima (min-height) do textarea.
|
|
28824
|
+
*/
|
|
28825
|
+
height: {
|
|
28826
|
+
type: [Number, String],
|
|
28827
|
+
default: null
|
|
28821
28828
|
}
|
|
28822
28829
|
}, {
|
|
28823
28830
|
modelValue: {
|
|
@@ -28831,16 +28838,16 @@ const u0 = {
|
|
|
28831
28838
|
}, ["update:modelValue"]),
|
|
28832
28839
|
setup(e, { expose: t, emit: n }) {
|
|
28833
28840
|
et((se) => ({
|
|
28834
|
-
|
|
28835
|
-
|
|
28836
|
-
"
|
|
28837
|
-
"
|
|
28838
|
-
"
|
|
28841
|
+
78204566: q.value,
|
|
28842
|
+
e1cfb0ea: j.value,
|
|
28843
|
+
"61c82fba": E.value,
|
|
28844
|
+
"52f04bce": $.value,
|
|
28845
|
+
"01cb8e12": C.value
|
|
28839
28846
|
}));
|
|
28840
28847
|
const i = On(e, "modelValue"), s = e, a = n, r = ee(), o = ee(""), u = ee(""), d = ee(!1), { emitClick: h, emitFocus: p, emitBlur: m, emitKeydown: g } = hr(a), b = yn("htmlInput"), _ = yn("mobileInput"), x = `cds-base-input-${s.type}-${s.id || Ws()}`, S = L(() => s.enableAutocomplete ? "on" : "off"), D = L(() => {
|
|
28841
28848
|
let se = s.fluid ? "base-input--fluid" : "base-input";
|
|
28842
28849
|
return s.ghost && (se += " ghost"), d.value ? s.disabled || (se += s.state === "default" ? " base-input--focused" : ` base-input--focused-${s.state}`) : se += s.disabled ? " base-input--disabled" : ` base-input--${s.state}`, se;
|
|
28843
|
-
}), $ = L(() => s.type === "textarea" ? "auto" : "40px"), C = L(() => s.type
|
|
28850
|
+
}), $ = L(() => s.type === "textarea" ? "auto" : "40px"), C = L(() => s.type !== "textarea" ? "auto" : s.height ? typeof s.height == "number" ? `${s.height}px` : s.height : "120px"), E = L(() => s.type === "textarea" ? "8px" : "14px"), P = L(() => s.state === "invalid"), N = L(() => s.state === "loading"), z = L(() => {
|
|
28844
28851
|
const se = "field";
|
|
28845
28852
|
return s.fluid ? `base-input__${se}--fluid` : `base-input__${se}`;
|
|
28846
28853
|
}), q = L(() => s.disabled ? "not-allowed" : N.value ? "progress" : s.readonly ? "pointer" : "text"), ie = L(() => s.leadingIcon || Qr("leading-icon")), de = L(() => s.trailingIcon || Qr("trailing-icon")), j = L(() => de.value ? "36px" : "9px"), le = L(
|
|
@@ -29023,7 +29030,7 @@ const u0 = {
|
|
|
29023
29030
|
], 64))
|
|
29024
29031
|
]));
|
|
29025
29032
|
}
|
|
29026
|
-
}), Cs = /* @__PURE__ */ me(GW, [["__scopeId", "data-v-
|
|
29033
|
+
}), Cs = /* @__PURE__ */ me(GW, [["__scopeId", "data-v-a63d48ad"]]), KW = {
|
|
29027
29034
|
ref: "cds-select",
|
|
29028
29035
|
class: "select"
|
|
29029
29036
|
}, ZW = {
|
|
@@ -49474,6 +49481,13 @@ const che = /* @__PURE__ */ me(the, [["render", uhe]]), dhe = /* @__PURE__ */ Ob
|
|
|
49474
49481
|
floatingLabel: {
|
|
49475
49482
|
type: Boolean,
|
|
49476
49483
|
default: !1
|
|
49484
|
+
},
|
|
49485
|
+
/**
|
|
49486
|
+
* Especifica a altura mínima (min-height) do textarea.
|
|
49487
|
+
*/
|
|
49488
|
+
height: {
|
|
49489
|
+
type: [Number, String],
|
|
49490
|
+
default: null
|
|
49477
49491
|
}
|
|
49478
49492
|
}, {
|
|
49479
49493
|
modelValue: {
|