@vlalg-nimbus/nb-inputs 9.5.0 → 9.5.1
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/nb-inputs.js +119 -115
- package/dist/nb-inputs.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/nb-inputs.js
CHANGED
|
@@ -1078,43 +1078,43 @@ const _l = ["title"], Hl = ["id"], ql = ["for"], jl = {
|
|
|
1078
1078
|
],
|
|
1079
1079
|
setup(e, { emit: b }) {
|
|
1080
1080
|
Wa((o) => ({
|
|
1081
|
-
"
|
|
1082
|
-
"
|
|
1083
|
-
"
|
|
1084
|
-
|
|
1085
|
-
"
|
|
1086
|
-
"
|
|
1087
|
-
"
|
|
1088
|
-
"
|
|
1089
|
-
|
|
1090
|
-
"
|
|
1091
|
-
"
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
"
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
"
|
|
1098
|
-
"
|
|
1099
|
-
"
|
|
1100
|
-
"
|
|
1101
|
-
|
|
1102
|
-
"
|
|
1103
|
-
"
|
|
1104
|
-
"
|
|
1105
|
-
|
|
1106
|
-
"
|
|
1107
|
-
|
|
1108
|
-
"
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
"
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
"
|
|
1116
|
-
"
|
|
1117
|
-
"
|
|
1081
|
+
"1f018258": Et.value,
|
|
1082
|
+
"4e051488": ra.value,
|
|
1083
|
+
"8961fbf6": u(Ct),
|
|
1084
|
+
"412b5a8c": ca.value,
|
|
1085
|
+
"2ca9e244": fa.value,
|
|
1086
|
+
"7bbe1214": va.value,
|
|
1087
|
+
"1e33930a": u(Se),
|
|
1088
|
+
"2be4f102": u(Ee),
|
|
1089
|
+
"4359c8b8": u(te),
|
|
1090
|
+
"137f2c64": u(Mt),
|
|
1091
|
+
"454bf087": u(D),
|
|
1092
|
+
bd7d09f0: u(et),
|
|
1093
|
+
b280ffa4: u(V),
|
|
1094
|
+
"1a587bf9": dt.value,
|
|
1095
|
+
"5d546ba3": u(Ae),
|
|
1096
|
+
f02a7216: u(gt),
|
|
1097
|
+
"3fb0cf44": u(We),
|
|
1098
|
+
"3535ab5a": u(ge),
|
|
1099
|
+
"24671c2a": u(yt),
|
|
1100
|
+
"926726de": u(xt),
|
|
1101
|
+
"23f220be": u(pt),
|
|
1102
|
+
"654e8564": u(St),
|
|
1103
|
+
"54a2dca6": u(Le),
|
|
1104
|
+
"2108d72b": u(Lt),
|
|
1105
|
+
bc5b633e: ha.value,
|
|
1106
|
+
"1302bc28": xa.value,
|
|
1107
|
+
f2070f1a: Ca.value,
|
|
1108
|
+
"3c6df23a": _t.value,
|
|
1109
|
+
bbc47ff4: Dt.value,
|
|
1110
|
+
"425ba31a": u(tt),
|
|
1111
|
+
bd743b28: ya.value,
|
|
1112
|
+
"7e1bc293": Pt.value,
|
|
1113
|
+
38278152: ia.value,
|
|
1114
|
+
"3550c7fb": Ut.value,
|
|
1115
|
+
"3002d155": da.value,
|
|
1116
|
+
"3b6dc836": Gt.value,
|
|
1117
|
+
"9478d06c": sa.value
|
|
1118
1118
|
})), Aa(() => {
|
|
1119
1119
|
pe.value != null ? de.value === "number" && typeof pe.value == "number" ? z.value = pe.value : z.value = String(pe.value) : z.value = "";
|
|
1120
1120
|
}), Ya(() => {
|
|
@@ -1277,7 +1277,8 @@ const _l = ["title"], Hl = ["id"], ql = ["for"], jl = {
|
|
|
1277
1277
|
// paddingTop: isActive && showLabel.value ? `${Math.abs(defaultValues.labelActiveTop)}px` : '0',
|
|
1278
1278
|
paddingTop: "0px",
|
|
1279
1279
|
// Esconde o label quando não está ativo usando overflow hidden
|
|
1280
|
-
|
|
1280
|
+
// Se não tem label ou está ativo, permite overflow visible para não cortar conteúdo
|
|
1281
|
+
overflow: !lt.value || m ? "visible" : "hidden"
|
|
1281
1282
|
};
|
|
1282
1283
|
}), ra = a(() => {
|
|
1283
1284
|
const o = N.value;
|
|
@@ -1562,7 +1563,7 @@ const _l = ["title"], Hl = ["id"], ql = ["for"], jl = {
|
|
|
1562
1563
|
], 2)) : me("", !0)
|
|
1563
1564
|
], 16, _l)) : me("", !0);
|
|
1564
1565
|
}
|
|
1565
|
-
}), Ql = /* @__PURE__ */ Oa(Jl, [["__scopeId", "data-v-
|
|
1566
|
+
}), Ql = /* @__PURE__ */ Oa(Jl, [["__scopeId", "data-v-5069e468"]]);
|
|
1566
1567
|
const Xl = ["title"], en = ["for"], tn = {
|
|
1567
1568
|
key: 0,
|
|
1568
1569
|
class: "component__label--required"
|
|
@@ -1918,32 +1919,32 @@ const Xl = ["title"], en = ["for"], tn = {
|
|
|
1918
1919
|
emits: ["clicked", "changed", "removed", "added", "input-changed", "focused", "blurred", "paste"],
|
|
1919
1920
|
setup(e, { emit: b }) {
|
|
1920
1921
|
Wa((c) => ({
|
|
1921
|
-
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
"
|
|
1925
|
-
"
|
|
1926
|
-
"
|
|
1927
|
-
"
|
|
1928
|
-
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
"
|
|
1932
|
-
|
|
1933
|
-
"
|
|
1934
|
-
"
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
|
-
"
|
|
1938
|
-
"
|
|
1939
|
-
|
|
1940
|
-
"
|
|
1941
|
-
"
|
|
1942
|
-
|
|
1943
|
-
"
|
|
1944
|
-
"
|
|
1945
|
-
|
|
1946
|
-
"
|
|
1922
|
+
"2abf6c48": z.value,
|
|
1923
|
+
b640f0a2: kt.value,
|
|
1924
|
+
"89f839e6": u(ht),
|
|
1925
|
+
"9c8fd696": u(Xe),
|
|
1926
|
+
"2e2461ae": u(Ue),
|
|
1927
|
+
"6eedc749": u(ot),
|
|
1928
|
+
"019740a1": u(ze),
|
|
1929
|
+
"4195c62c": u(Le),
|
|
1930
|
+
d3e5d71a: u(gt),
|
|
1931
|
+
"4feb30ca": u(pt),
|
|
1932
|
+
"6ba6d194": u(xt),
|
|
1933
|
+
a71f91a2: u(et),
|
|
1934
|
+
"2f8561f2": u(V),
|
|
1935
|
+
"96ddac60": u(D),
|
|
1936
|
+
"892c406c": u(pe),
|
|
1937
|
+
dce120b8: u(Ct),
|
|
1938
|
+
"7e2453b4": $t.value,
|
|
1939
|
+
"38129a84": it.value,
|
|
1940
|
+
"821f1654": N.value,
|
|
1941
|
+
"5ba4beee": Ft.value,
|
|
1942
|
+
"6f6c4a26": c.styleButtonColor,
|
|
1943
|
+
"950f0e5c": G.value,
|
|
1944
|
+
"20c66799": u(vt),
|
|
1945
|
+
"1372badc": u(Lt),
|
|
1946
|
+
"13bb1702": u(Ae),
|
|
1947
|
+
"7365cc78": u(Se)
|
|
1947
1948
|
})), Aa(() => {
|
|
1948
1949
|
_.value.length > 0 && (Re.value = _.value);
|
|
1949
1950
|
});
|
|
@@ -2073,7 +2074,8 @@ const Xl = ["title"], en = ["for"], tn = {
|
|
|
2073
2074
|
// paddingTop: isActive && showLabel.value ? `${Math.abs(defaultValues.labelActiveTop)}px` : '0',
|
|
2074
2075
|
paddingTop: "0px",
|
|
2075
2076
|
// Esconde o label quando não está ativo usando overflow hidden
|
|
2076
|
-
|
|
2077
|
+
// Se não tem label ou está ativo, permite overflow visible para não cortar conteúdo
|
|
2078
|
+
overflow: !ce.value || A ? "visible" : "hidden"
|
|
2077
2079
|
};
|
|
2078
2080
|
}), $t = a(() => {
|
|
2079
2081
|
const c = ue.value;
|
|
@@ -2278,7 +2280,7 @@ const Xl = ["title"], en = ["for"], tn = {
|
|
|
2278
2280
|
], 14, an)
|
|
2279
2281
|
], 16, Xl)) : me("", !0);
|
|
2280
2282
|
}
|
|
2281
|
-
}), rn = /* @__PURE__ */ Oa(on, [["__scopeId", "data-v-
|
|
2283
|
+
}), rn = /* @__PURE__ */ Oa(on, [["__scopeId", "data-v-857e8bac"]]);
|
|
2282
2284
|
const un = ["title"], sn = ["id"], dn = ["for"], cn = {
|
|
2283
2285
|
key: 0,
|
|
2284
2286
|
class: "component__label--required"
|
|
@@ -2694,27 +2696,27 @@ const un = ["title"], sn = ["id"], dn = ["for"], cn = {
|
|
|
2694
2696
|
],
|
|
2695
2697
|
setup(e, { emit: b }) {
|
|
2696
2698
|
Wa((i) => ({
|
|
2697
|
-
"
|
|
2698
|
-
"
|
|
2699
|
-
"
|
|
2700
|
-
"
|
|
2701
|
-
"
|
|
2702
|
-
|
|
2703
|
-
"
|
|
2704
|
-
"
|
|
2705
|
-
"
|
|
2706
|
-
"
|
|
2707
|
-
|
|
2708
|
-
"
|
|
2709
|
-
|
|
2710
|
-
|
|
2711
|
-
"
|
|
2712
|
-
|
|
2713
|
-
"
|
|
2714
|
-
"
|
|
2715
|
-
|
|
2716
|
-
|
|
2717
|
-
"
|
|
2699
|
+
"99659cd8": ne.value,
|
|
2700
|
+
"0346f676": u(ot),
|
|
2701
|
+
"5fce2fcc": G.value,
|
|
2702
|
+
"60ae17c4": kt.value,
|
|
2703
|
+
"203a8c36": wt.value,
|
|
2704
|
+
ae85488a: u(pt),
|
|
2705
|
+
"000225c7": u(Lt),
|
|
2706
|
+
"0f33e0e3": u(ze),
|
|
2707
|
+
"3da299b5": u(Le),
|
|
2708
|
+
"52dcdf51": u(ht),
|
|
2709
|
+
"5fbdc46d": u(pe),
|
|
2710
|
+
"224b5c6b": u(vt),
|
|
2711
|
+
de56ca08: At.value,
|
|
2712
|
+
"108df3b3": u(St),
|
|
2713
|
+
"2b55152c": ia.value,
|
|
2714
|
+
"2ffb37d3": $t.value,
|
|
2715
|
+
"56ca5692": P.value,
|
|
2716
|
+
"36934d3b": U.value,
|
|
2717
|
+
"1600b695": z.value,
|
|
2718
|
+
cffe22b6: i.styleButtonColor,
|
|
2719
|
+
"0e5dcaec": Yt.value
|
|
2718
2720
|
})), Aa(() => {
|
|
2719
2721
|
Y.value = Xe.value;
|
|
2720
2722
|
}), Ya(() => {
|
|
@@ -2864,7 +2866,8 @@ const un = ["title"], sn = ["id"], dn = ["for"], cn = {
|
|
|
2864
2866
|
// paddingTop: isActive && showLabel.value ? `${Math.abs(defaultValues.labelActiveTop)}px` : '0',
|
|
2865
2867
|
paddingTop: "0px",
|
|
2866
2868
|
// Esconde o label quando não está ativo usando overflow hidden
|
|
2867
|
-
|
|
2869
|
+
// Se não tem label ou está ativo, permite overflow visible para não cortar conteúdo
|
|
2870
|
+
overflow: !Ae.value || x ? "visible" : "hidden"
|
|
2868
2871
|
};
|
|
2869
2872
|
}), At = a(() => {
|
|
2870
2873
|
const i = M.value;
|
|
@@ -3079,7 +3082,7 @@ const un = ["title"], sn = ["id"], dn = ["for"], cn = {
|
|
|
3079
3082
|
], 2)) : me("", !0)
|
|
3080
3083
|
], 16, un)) : me("", !0);
|
|
3081
3084
|
}
|
|
3082
|
-
}), pn = /* @__PURE__ */ Oa(vn, [["__scopeId", "data-v-
|
|
3085
|
+
}), pn = /* @__PURE__ */ Oa(vn, [["__scopeId", "data-v-f8d0486c"]]), za = (e) => String(e).padStart(2, "0"), Na = (e) => {
|
|
3083
3086
|
if (!e || !(e instanceof Date))
|
|
3084
3087
|
return null;
|
|
3085
3088
|
const b = e.getFullYear(), g = za(e.getMonth() + 1), h = za(e.getDate()), F = za(e.getHours()), Q = za(e.getMinutes()), fe = za(e.getSeconds());
|
|
@@ -3907,29 +3910,29 @@ const yn = ["title"], bn = ["id"], mn = ["for"], hn = {
|
|
|
3907
3910
|
],
|
|
3908
3911
|
setup(e, { emit: b }) {
|
|
3909
3912
|
Wa((t) => ({
|
|
3910
|
-
|
|
3911
|
-
"
|
|
3912
|
-
"
|
|
3913
|
-
"
|
|
3914
|
-
"
|
|
3915
|
-
|
|
3916
|
-
"
|
|
3917
|
-
|
|
3918
|
-
|
|
3919
|
-
|
|
3920
|
-
"
|
|
3921
|
-
"
|
|
3922
|
-
"
|
|
3923
|
-
"
|
|
3924
|
-
"
|
|
3925
|
-
"
|
|
3926
|
-
"
|
|
3927
|
-
"
|
|
3928
|
-
|
|
3929
|
-
|
|
3930
|
-
|
|
3931
|
-
"
|
|
3932
|
-
|
|
3913
|
+
63363671: oa.value,
|
|
3914
|
+
"7f928282": it.value,
|
|
3915
|
+
"89824d3c": u(et),
|
|
3916
|
+
"3f366ecf": ia.value,
|
|
3917
|
+
"6f4eb63e": Ut.value,
|
|
3918
|
+
a87dcf8e: sa.value,
|
|
3919
|
+
"4fc10104": u(te),
|
|
3920
|
+
"635d2b4a": u(Se),
|
|
3921
|
+
ed7bcd34: u(V),
|
|
3922
|
+
def20fc8: Et.value,
|
|
3923
|
+
"4b423b12": u(D),
|
|
3924
|
+
"3b214f48": x.value,
|
|
3925
|
+
"41793b20": xe.value,
|
|
3926
|
+
"5ae28a2e": u(gt),
|
|
3927
|
+
"27769c4a": u(Ct),
|
|
3928
|
+
"6ec032a4": u(Ae),
|
|
3929
|
+
"36c670f6": u(ge),
|
|
3930
|
+
"19e425ee": Ze.value,
|
|
3931
|
+
abed1f54: ra.value,
|
|
3932
|
+
36329595: ua.value,
|
|
3933
|
+
46305104: st.value,
|
|
3934
|
+
"0eb06758": Pt.value,
|
|
3935
|
+
b4bedffc: t.styleButtonColor
|
|
3933
3936
|
}));
|
|
3934
3937
|
const g = Bl(
|
|
3935
3938
|
() => import("@vlalg-nimbus/nb-calendar").then((t) => t.Calendar ? t.Calendar : t.default && t.default.Calendar ? t.default.Calendar : t.default)
|
|
@@ -4265,7 +4268,8 @@ const yn = ["title"], bn = ["id"], mn = ["for"], hn = {
|
|
|
4265
4268
|
// paddingTop: isActive && showLabel.value ? `${Math.abs(defaultValues.labelActiveTop)}px` : '0',
|
|
4266
4269
|
paddingTop: "0px",
|
|
4267
4270
|
// Esconde o label quando não está ativo usando overflow hidden
|
|
4268
|
-
|
|
4271
|
+
// Se não tem label ou está ativo, permite overflow visible para não cortar conteúdo
|
|
4272
|
+
overflow: !Ie.value || l ? "visible" : "hidden"
|
|
4269
4273
|
};
|
|
4270
4274
|
}), it = a(() => {
|
|
4271
4275
|
const t = G.value;
|
|
@@ -5124,7 +5128,7 @@ const yn = ["title"], bn = ["id"], mn = ["for"], hn = {
|
|
|
5124
5128
|
]))
|
|
5125
5129
|
], 16, yn)) : me("", !0);
|
|
5126
5130
|
}
|
|
5127
|
-
}), Cn = /* @__PURE__ */ Oa(xn, [["__scopeId", "data-v-
|
|
5131
|
+
}), Cn = /* @__PURE__ */ Oa(xn, [["__scopeId", "data-v-0ae3635e"]]), pl = {
|
|
5128
5132
|
NbInputRadio: Fl,
|
|
5129
5133
|
NbInputCheckbox: Ol,
|
|
5130
5134
|
NbInput: Ql,
|