@vlalg-nimbus/nb-inputs 8.0.15 → 8.0.17

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 CHANGED
@@ -1,10 +1,10 @@
1
- import { useCssVars as fa, onMounted as sa, ref as Q, toRefs as va, computed as a, watch as H, openBlock as F, createElementBlock as q, normalizeClass as We, normalizeStyle as Ee, createElementVNode as ve, mergeProps as da, Fragment as qa, renderList as ja, unref as o, withDirectives as pa, vModelRadio as ll, withKeys as qt, withModifiers as ca, toDisplayString as xt, createCommentVNode as Be, vModelCheckbox as nl, onUnmounted as ma, renderSlot as ia, createTextVNode as ga, vModelDynamic as Ha, vModelText as Ua, defineAsyncComponent as ol, nextTick as ya, createBlock as ul, Teleport as rl, createVNode as il } from "vue";
2
- const ba = (e, m) => {
3
- const C = e.__vccOpts || e;
4
- for (const [E, D] of m)
5
- C[E] = D;
6
- return C;
7
- }, sl = ["id"], dl = ["id", "disabled", "value", "name"], cl = ["for", "tabindex"], fl = /* @__PURE__ */ Object.assign({
1
+ import { useCssVars as ya, onMounted as pa, ref as j, toRefs as ma, computed as a, watch as U, openBlock as M, createElementBlock as D, normalizeClass as Fe, normalizeStyle as Se, createElementVNode as pe, mergeProps as ba, Fragment as Ya, renderList as Qa, unref as o, withDirectives as ha, vModelRadio as fl, withKeys as Kt, withModifiers as ga, toDisplayString as kt, createCommentVNode as re, vModelCheckbox as vl, onUnmounted as $a, createTextVNode as It, renderSlot as va, vModelDynamic as Ja, vModelText as Xa, defineAsyncComponent as pl, nextTick as _a, createBlock as bl, Teleport as gl, createVNode as yl } from "vue";
2
+ const Ca = (e, y) => {
3
+ const h = e.__vccOpts || e;
4
+ for (const [P, N] of y)
5
+ h[P] = N;
6
+ return h;
7
+ }, ml = ["id"], hl = ["id", "disabled", "value", "name"], Cl = ["for", "tabindex"], xl = /* @__PURE__ */ Object.assign({
8
8
  name: "NbInputRadio",
9
9
  inheritAttrs: !1
10
10
  }, {
@@ -18,14 +18,14 @@ const ba = (e, m) => {
18
18
  type: String,
19
19
  default: "b",
20
20
  validator: (e = "b") => {
21
- const m = e ? e.toLowerCase() : "";
22
- return ["b", "ib"].includes(m);
21
+ const y = e ? e.toLowerCase() : "";
22
+ return ["b", "ib"].includes(y);
23
23
  }
24
24
  },
25
25
  tabIndex: {
26
26
  type: [Number, Array],
27
27
  default: 0,
28
- validator: (e, m) => Array.isArray(e) ? e.length === m.options.length : !0
28
+ validator: (e, y) => Array.isArray(e) ? e.length === y.options.length : !0
29
29
  },
30
30
  hasTabIndexEnter: {
31
31
  type: Boolean,
@@ -56,12 +56,12 @@ const ba = (e, m) => {
56
56
  validator: (e) => {
57
57
  if (!e.length)
58
58
  return !1;
59
- let m = !1;
60
- for (const C of e) {
61
- const E = Object.keys(C);
62
- E.length !== 2 && (m = !0), E.every((Ve) => ["value", "text"].includes(Ve)) || (m = !0);
59
+ let y = !1;
60
+ for (const h of e) {
61
+ const P = Object.keys(h);
62
+ P.length !== 2 && (y = !0), P.every((Ve) => ["value", "text"].includes(Ve)) || (y = !0);
63
63
  }
64
- if (!m)
64
+ if (!y)
65
65
  return e;
66
66
  }
67
67
  },
@@ -78,8 +78,8 @@ const ba = (e, m) => {
78
78
  type: String,
79
79
  default: "light",
80
80
  validator: (e) => {
81
- const m = e ? e.toLowerCase() : "";
82
- return ["light", "dark"].includes(m);
81
+ const y = e ? e.toLowerCase() : "";
82
+ return ["light", "dark"].includes(y);
83
83
  }
84
84
  },
85
85
  // Cores do tema light
@@ -151,143 +151,143 @@ const ba = (e, m) => {
151
151
  }
152
152
  },
153
153
  emits: ["current-value", "changed", "clicked"],
154
- setup(e, { emit: m }) {
155
- fa((y) => ({
154
+ setup(e, { emit: y }) {
155
+ ya((b) => ({
156
156
  "0fd48d29": ye.value,
157
157
  "50426c15": ct.value,
158
158
  "5fa7628c": dt.value,
159
159
  "5949c3d2": Te.value,
160
- 91322790: Je.value,
161
- "6750fc92": at.value,
162
- "8c592938": gt.value,
160
+ 91322790: Qe.value,
161
+ "6750fc92": lt.value,
162
+ "8c592938": mt.value,
163
163
  c11d4680: st.value,
164
- "35b74fa6": lt.value,
165
- "7dd5f889": Se.value,
166
- "5cb21b36": yt.value
167
- })), sa(() => {
168
- Xe();
164
+ "35b74fa6": nt.value,
165
+ "7dd5f889": xe.value,
166
+ "5cb21b36": ht.value
167
+ })), pa(() => {
168
+ Je();
169
169
  });
170
- const C = m, E = e, D = Q(null), {
170
+ const h = y, P = e, N = j(null), {
171
171
  ariaLabel: Ve,
172
- ariaAttrs: pe,
173
- currentOption: Ae,
172
+ ariaAttrs: be,
173
+ currentOption: Re,
174
174
  valueType: ke,
175
- display: se,
175
+ display: ie,
176
176
  options: J,
177
- theme: Pe,
178
- lightTextColor: _e,
179
- lightColor: ne,
180
- lightColorHover: U,
177
+ theme: Oe,
178
+ lightTextColor: Me,
179
+ lightColor: ae,
180
+ lightColorHover: G,
181
181
  darkTextColor: w,
182
- darkColor: oe,
183
- darkColorHover: de,
184
- hoverEffect: G,
182
+ darkColor: le,
183
+ darkColorHover: se,
184
+ hoverEffect: K,
185
185
  activeHoverEffect: Le,
186
- itemGap: ce,
187
- internalGap: P,
188
- scale: be,
186
+ itemGap: de,
187
+ internalGap: F,
188
+ scale: ge,
189
189
  disabled: X,
190
- fontFamily: Ce,
191
- fontSize: ge,
192
- fontWeight: xe
193
- } = va(E), _ = a(() => {
194
- const y = X.value ? "component-disabled" : "", V = se.value !== "b" ? "inline-block" : "block", ue = Ce.value ? Ce.value : "'Lato', sans-serif", Z = ge.value ? ge.value : "1.6em", me = xe.value !== 0 && !xe.value || xe.value < 0 ? 200 : xe.value, Re = [!1, !0].includes(G.value) ? G.value : !1, Ye = [!1, !0].includes(Le.value) ? Le.value : !1, re = ce.value !== 0 && !ce.value || ce.value < 0 ? 15 : ce.value, c = P.value !== 0 && !P.value || P.value < 0 ? 6 : P.value, b = be.value !== 0 && !be.value || be.value < 0 ? 1 : be.value;
190
+ fontFamily: he,
191
+ fontSize: ce,
192
+ fontWeight: Ce
193
+ } = ma(P), $ = a(() => {
194
+ const b = X.value ? "component-disabled" : "", S = ie.value !== "b" ? "inline-block" : "block", ne = he.value ? he.value : "'Lato', sans-serif", Z = ce.value ? ce.value : "1.6em", me = Ce.value !== 0 && !Ce.value || Ce.value < 0 ? 200 : Ce.value, Be = [!1, !0].includes(K.value) ? K.value : !1, Xe = [!1, !0].includes(Le.value) ? Le.value : !1, q = de.value !== 0 && !de.value || de.value < 0 ? 15 : de.value, d = F.value !== 0 && !F.value || F.value < 0 ? 6 : F.value, m = ge.value !== 0 && !ge.value || ge.value < 0 ? 1 : ge.value;
195
195
  return {
196
- disabled: y,
197
- display: V,
198
- hoverEffect: Re,
199
- activeHoverEffect: Ye,
200
- itemGap: re,
201
- internalGap: c,
202
- scale: b,
203
- font: ue,
196
+ disabled: b,
197
+ display: S,
198
+ hoverEffect: Be,
199
+ activeHoverEffect: Xe,
200
+ itemGap: q,
201
+ internalGap: d,
202
+ scale: m,
203
+ font: ne,
204
204
  fontSize: Z,
205
205
  fontWeight: me
206
206
  };
207
- }), L = a(() => _.value.disabled), x = a(() => ({
208
- display: _.value.display
209
- })), $e = a(() => _.value.display === "inline-block" ? "component-radio__item--display-inline" : "component-radio__item--display-block"), He = a(() => {
210
- const y = _.value;
207
+ }), L = a(() => $.value.disabled), C = a(() => ({
208
+ display: $.value.display
209
+ })), ze = a(() => $.value.display === "inline-block" ? "component-radio__item--display-inline" : "component-radio__item--display-block"), He = a(() => {
210
+ const b = $.value;
211
211
  return {
212
- fontSize: y.fontSize,
213
- fontWeight: y.fontWeight
212
+ fontSize: b.fontSize,
213
+ fontWeight: b.fontWeight
214
214
  };
215
- }), we = a(() => Array.isArray(J.value) && J.value.constructor === Array && J.value.length > 0), tt = a(() => Pe.value === "dark" ? "component__theme--dark" : "component__theme--light"), ye = a(() => _.value.font), at = a(() => _e.value), gt = a(() => ne.value), Je = a(() => _.value.hoverEffect ? U.value : ne.value), Te = a(() => _.value.activeHoverEffect ? U.value : ne.value), Se = a(() => w.value), yt = a(() => oe.value), lt = a(() => _.value.hoverEffect ? de.value : oe.value), st = a(() => _.value.activeHoverEffect ? de.value : oe.value), dt = a(() => {
216
- const V = _.value.internalGap;
217
- return !V || V < 0 ? 0 : `${V}px`;
215
+ }), We = a(() => Array.isArray(J.value) && J.value.constructor === Array && J.value.length > 0), at = a(() => Oe.value === "dark" ? "component__theme--dark" : "component__theme--light"), ye = a(() => $.value.font), lt = a(() => Me.value), mt = a(() => ae.value), Qe = a(() => $.value.hoverEffect ? G.value : ae.value), Te = a(() => $.value.activeHoverEffect ? G.value : ae.value), xe = a(() => w.value), ht = a(() => le.value), nt = a(() => $.value.hoverEffect ? se.value : le.value), st = a(() => $.value.activeHoverEffect ? se.value : le.value), dt = a(() => {
216
+ const S = $.value.internalGap;
217
+ return !S || S < 0 ? 0 : `${S}px`;
218
218
  }), ct = a(() => {
219
- const V = _.value.itemGap;
220
- return !V || V < 0 ? 0 : `${V}px`;
221
- }), Ue = a(() => ({
222
- zoom: _.value.scale
223
- })), Ge = a(() => {
224
- const y = {};
225
- pe.value && Object.keys(pe.value).forEach((Z) => y[`aria-${Z}`] = pe.value[Z]);
226
- const V = {
219
+ const S = $.value.itemGap;
220
+ return !S || S < 0 ? 0 : `${S}px`;
221
+ }), je = a(() => ({
222
+ zoom: $.value.scale
223
+ })), Ue = a(() => {
224
+ const b = {};
225
+ be.value && Object.keys(be.value).forEach((Z) => b[`aria-${Z}`] = be.value[Z]);
226
+ const S = {
227
227
  "aria-label": Ve.value,
228
228
  "aria-disabled": X.value,
229
- ...y
229
+ ...b
230
230
  };
231
231
  return Object.fromEntries(
232
- Object.entries(V).filter(([ue, Z]) => Z != null)
232
+ Object.entries(S).filter(([ne, Z]) => Z != null)
233
233
  );
234
- }), Xe = () => {
235
- const y = Ae.value;
236
- y && ["string"].includes(ke.value) ? D.value = y.toString().toLowerCase() : D.value = y;
237
- }, Ke = () => {
238
- C("clicked");
234
+ }), Je = () => {
235
+ const b = Re.value;
236
+ b && ["string"].includes(ke.value) ? N.value = b.toString().toLowerCase() : N.value = b;
237
+ }, Ge = () => {
238
+ h("clicked");
239
239
  };
240
- return H(Ae, (y, V) => {
241
- y !== V && Xe();
242
- }), H(D, (y, V) => {
243
- y !== V && (C("current-value", y), C("changed", y));
244
- }), (y, V) => e.nbId && we.value ? (F(), q("div", {
240
+ return U(Re, (b, S) => {
241
+ b !== S && Je();
242
+ }), U(N, (b, S) => {
243
+ b !== S && (h("current-value", b), h("changed", b));
244
+ }), (b, S) => e.nbId && We.value ? (M(), D("div", {
245
245
  key: 0,
246
- class: We(["nb-wrapper", L.value]),
247
- style: Ee([x.value, Ue.value])
246
+ class: Fe(["nb-wrapper", L.value]),
247
+ style: Se([C.value, je.value])
248
248
  }, [
249
- ve("div", da({
249
+ pe("div", ba({
250
250
  id: e.nbId,
251
251
  role: "radiogroup"
252
- }, Ge.value, {
253
- class: ["nb-reset", "component", $e.value, tt.value]
252
+ }, Ue.value, {
253
+ class: ["nb-reset", "component", ze.value, at.value]
254
254
  }), [
255
- (F(!0), q(qa, null, ja(o(J), (ue, Z) => (F(), q("div", {
255
+ (M(!0), D(Ya, null, Qa(o(J), (ne, Z) => (M(), D("div", {
256
256
  key: Z,
257
257
  class: "component-radio__item"
258
258
  }, [
259
- pa(ve("input", {
260
- id: `${e.nbId}-${ue.value}`,
261
- "onUpdate:modelValue": V[0] || (V[0] = (me) => D.value = me),
259
+ ha(pe("input", {
260
+ id: `${e.nbId}-${ne.value}`,
261
+ "onUpdate:modelValue": S[0] || (S[0] = (me) => N.value = me),
262
262
  type: "radio",
263
263
  class: "component-radio__item--input",
264
264
  disabled: o(X),
265
- value: ue.value,
265
+ value: ne.value,
266
266
  name: e.groupName,
267
- onClick: Ke
268
- }, null, 8, dl), [
269
- [ll, D.value]
267
+ onClick: Ge
268
+ }, null, 8, hl), [
269
+ [fl, N.value]
270
270
  ]),
271
- ve("label", {
272
- for: `${e.nbId}-${ue.value}`,
271
+ pe("label", {
272
+ for: `${e.nbId}-${ne.value}`,
273
273
  tabindex: o(X) ? -1 : Array.isArray(e.tabIndex) ? e.tabIndex[Z] : e.tabIndex >= 0 ? e.tabIndex : Z + 1,
274
274
  class: "component-radio__item--label",
275
275
  onKeydown: [
276
- V[1] || (V[1] = qt(ca((me) => !o(X) && e.hasTabIndexEnter && me.target.click(), ["prevent"]), ["enter"])),
277
- V[2] || (V[2] = qt(ca((me) => !o(X) && e.hasTabIndexSpace && me.target.click(), ["prevent"]), ["space"]))
276
+ S[1] || (S[1] = Kt(ga((me) => !o(X) && e.hasTabIndexEnter && me.target.click(), ["prevent"]), ["enter"])),
277
+ S[2] || (S[2] = Kt(ga((me) => !o(X) && e.hasTabIndexSpace && me.target.click(), ["prevent"]), ["space"]))
278
278
  ]
279
279
  }, [
280
- V[3] || (V[3] = ve("div", null, null, -1)),
281
- ve("span", {
282
- style: Ee([He.value])
283
- }, xt(ue.text), 5)
284
- ], 40, cl)
280
+ S[3] || (S[3] = pe("div", null, null, -1)),
281
+ pe("span", {
282
+ style: Se([He.value])
283
+ }, kt(ne.text), 5)
284
+ ], 40, Cl)
285
285
  ]))), 128))
286
- ], 16, sl)
287
- ], 6)) : Be("", !0);
286
+ ], 16, ml)
287
+ ], 6)) : re("", !0);
288
288
  }
289
- }), vl = /* @__PURE__ */ ba(fl, [["__scopeId", "data-v-a95f65ea"]]);
290
- const pl = ["id"], bl = ["id", "disabled", "value", "name"], gl = ["for", "tabindex"], yl = /* @__PURE__ */ Object.assign({
289
+ }), Sl = /* @__PURE__ */ Ca(xl, [["__scopeId", "data-v-a95f65ea"]]);
290
+ const Vl = ["id"], kl = ["id", "disabled", "value", "name"], Ll = ["for", "tabindex"], Tl = /* @__PURE__ */ Object.assign({
291
291
  name: "NbInputCheckbox",
292
292
  inheritAttrs: !1
293
293
  }, {
@@ -301,14 +301,14 @@ const pl = ["id"], bl = ["id", "disabled", "value", "name"], gl = ["for", "tabin
301
301
  type: String,
302
302
  default: "b",
303
303
  validator: (e = "b") => {
304
- const m = e ? e.toLowerCase() : "";
305
- return ["b", "ib"].includes(m);
304
+ const y = e ? e.toLowerCase() : "";
305
+ return ["b", "ib"].includes(y);
306
306
  }
307
307
  },
308
308
  tabIndex: {
309
309
  type: [Number, Array],
310
310
  default: 0,
311
- validator: (e, m) => Array.isArray(e) ? e.length === m.options.length : !0
311
+ validator: (e, y) => Array.isArray(e) ? e.length === y.options.length : !0
312
312
  },
313
313
  hasTabIndexEnter: {
314
314
  type: Boolean,
@@ -339,12 +339,12 @@ const pl = ["id"], bl = ["id", "disabled", "value", "name"], gl = ["for", "tabin
339
339
  validator: (e) => {
340
340
  if (!e.length)
341
341
  return !1;
342
- let m = !1;
343
- for (const C of e) {
344
- const E = Object.keys(C);
345
- E.length !== 2 && (m = !0), E.every((Ve) => ["value", "text"].includes(Ve)) || (m = !0);
342
+ let y = !1;
343
+ for (const h of e) {
344
+ const P = Object.keys(h);
345
+ P.length !== 2 && (y = !0), P.every((Ve) => ["value", "text"].includes(Ve)) || (y = !0);
346
346
  }
347
- if (!m)
347
+ if (!y)
348
348
  return e;
349
349
  }
350
350
  },
@@ -356,8 +356,8 @@ const pl = ["id"], bl = ["id", "disabled", "value", "name"], gl = ["for", "tabin
356
356
  type: String,
357
357
  default: "light",
358
358
  validator: (e) => {
359
- const m = e ? e.toLowerCase() : "";
360
- return ["light", "dark"].includes(m);
359
+ const y = e ? e.toLowerCase() : "";
360
+ return ["light", "dark"].includes(y);
361
361
  }
362
362
  },
363
363
  // Cores do tema light
@@ -447,167 +447,170 @@ const pl = ["id"], bl = ["id", "disabled", "value", "name"], gl = ["for", "tabin
447
447
  }
448
448
  },
449
449
  emits: ["current-value", "changed", "clicked"],
450
- setup(e, { emit: m }) {
451
- fa((c) => ({
452
- "49e2c63f": gt.value,
453
- "107babaa": ue.value,
454
- "3c7cc5ce": V.value,
455
- "16d311d0": y.value,
456
- "3f8b2f30": yt.value,
457
- "53078d64": Se.value,
458
- "537834e6": lt.value,
450
+ setup(e, { emit: y }) {
451
+ ya((d) => ({
452
+ "49e2c63f": mt.value,
453
+ "107babaa": ne.value,
454
+ "3c7cc5ce": S.value,
455
+ "16d311d0": b.value,
456
+ "3f8b2f30": ht.value,
457
+ "53078d64": xe.value,
458
+ "537834e6": nt.value,
459
459
  fbc86ee4: Te.value,
460
- "517939e1": Je.value,
461
- "3faff29d": Ke.value,
462
- "302ecd6a": Ue.value,
460
+ "517939e1": Qe.value,
461
+ "3faff29d": Ge.value,
462
+ "302ecd6a": je.value,
463
463
  "8a4df060": ct.value,
464
- "0a99dbe2": Ge.value,
464
+ "0a99dbe2": Ue.value,
465
465
  d6971e68: dt.value,
466
466
  ca30d9c2: st.value
467
- })), sa(() => {
468
- Ye();
467
+ })), pa(() => {
468
+ Xe();
469
469
  });
470
- const C = m, E = e, D = Q(null), {
470
+ const h = y, P = e, N = j(null), {
471
471
  ariaLabel: Ve,
472
- ariaAttrs: pe,
473
- currentOption: Ae,
472
+ ariaAttrs: be,
473
+ currentOption: Re,
474
474
  display: ke,
475
- options: se,
475
+ options: ie,
476
476
  theme: J,
477
- lightTextColor: Pe,
478
- lightColor: _e,
479
- lightColorHover: ne,
480
- darkTextColor: U,
477
+ lightTextColor: Oe,
478
+ lightColor: Me,
479
+ lightColorHover: ae,
480
+ darkTextColor: G,
481
481
  darkColor: w,
482
- darkColorHover: oe,
483
- boxRadius: de,
484
- hoverEffect: G,
482
+ darkColorHover: le,
483
+ boxRadius: se,
484
+ hoverEffect: K,
485
485
  activeHoverEffect: Le,
486
- itemGap: ce,
487
- internalGap: P,
488
- scale: be,
486
+ itemGap: de,
487
+ internalGap: F,
488
+ scale: ge,
489
489
  type: X,
490
- background: Ce,
491
- disabled: ge,
492
- fontFamily: xe,
493
- fontSize: _,
490
+ background: he,
491
+ disabled: ce,
492
+ fontFamily: Ce,
493
+ fontSize: $,
494
494
  fontWeight: L
495
- } = va(E), x = a(() => {
496
- const c = ge.value ? "component-disabled" : "", b = ke.value !== "b" ? "inline-block" : "block", fe = xe.value ? xe.value : "'Lato', sans-serif", K = _.value ? _.value : "1.6em", ee = L.value !== 0 && !L.value || L.value < 0 ? 200 : L.value, Me = de.value !== 0 && !de.value || de.value < 0 ? 0 : de.value, ze = [!1, !0].includes(G.value) ? G.value : !1, Fe = [!1, !0].includes(Le.value) ? Le.value : !1, Qe = ce.value !== 0 && !ce.value || ce.value < 0 ? 15 : ce.value, Ze = P.value !== 0 && !P.value || P.value < 0 ? 6 : P.value, nt = ["box", "circle"].includes(X.value) ? X.value : "box", ot = be.value !== 0 && !be.value || be.value < 0 ? 1 : be.value, ft = [!1, !0].includes(Ce.value) ? Ce.value : !1;
495
+ } = ma(P), C = a(() => {
496
+ const d = ce.value ? "component-disabled" : "", m = ke.value !== "b" ? "inline-block" : "block", fe = Ce.value ? Ce.value : "'Lato', sans-serif", H = $.value ? $.value : "1.6em", Y = L.value !== 0 && !L.value || L.value < 0 ? 200 : L.value, Ae = se.value !== 0 && !se.value || se.value < 0 ? 0 : se.value, _e = [!1, !0].includes(K.value) ? K.value : !1, De = [!1, !0].includes(Le.value) ? Le.value : !1, qe = de.value !== 0 && !de.value || de.value < 0 ? 15 : de.value, Ze = F.value !== 0 && !F.value || F.value < 0 ? 6 : F.value, ot = ["box", "circle"].includes(X.value) ? X.value : "box", ut = ge.value !== 0 && !ge.value || ge.value < 0 ? 1 : ge.value, ft = [!1, !0].includes(he.value) ? he.value : !1;
497
497
  return {
498
- disabled: c,
499
- display: b,
500
- boxRadius: Me,
501
- hoverEffect: ze,
502
- activeHoverEffect: Fe,
503
- itemGap: Qe,
498
+ disabled: d,
499
+ display: m,
500
+ boxRadius: Ae,
501
+ hoverEffect: _e,
502
+ activeHoverEffect: De,
503
+ itemGap: qe,
504
504
  internalGap: Ze,
505
- scale: ot,
506
- type: nt,
505
+ scale: ut,
506
+ type: ot,
507
507
  font: fe,
508
508
  background: ft,
509
- fontSize: K,
510
- fontWeight: ee
509
+ fontSize: H,
510
+ fontWeight: Y
511
511
  };
512
- }), $e = a(() => x.value.disabled), He = a(() => ({
513
- display: x.value.display
514
- })), we = a(() => x.value.display === "inline-block" ? "component-checkbox__item--display-inline" : "component-checkbox__item--display-block"), tt = a(() => {
515
- const c = x.value;
512
+ }), ze = a(() => C.value.disabled), He = a(() => ({
513
+ display: C.value.display
514
+ })), We = a(() => C.value.display === "inline-block" ? "component-checkbox__item--display-inline" : "component-checkbox__item--display-block"), at = a(() => {
515
+ const d = C.value;
516
516
  return {
517
- fontSize: c.fontSize,
518
- fontWeight: c.fontWeight
517
+ fontSize: d.fontSize,
518
+ fontWeight: d.fontWeight
519
519
  };
520
- }), ye = a(() => Array.isArray(se.value) && se.value.constructor === Array && se.value.length > 0), at = a(() => J.value === "dark" ? "component__theme--dark" : "component__theme--light"), gt = a(() => x.value.font), Je = a(() => Pe.value), Te = a(() => _e.value), Se = a(() => x.value.hoverEffect ? ne.value : _e.value), yt = a(() => x.value.activeHoverEffect ? ne.value : _e.value), lt = a(() => {
521
- const c = x.value;
522
- return c.activeHoverEffect && c.background ? `${ne.value}80` : ne.value;
523
- }), st = a(() => U.value), dt = a(() => w.value), ct = a(() => x.value.hoverEffect ? oe.value : w.value), Ue = a(() => x.value.activeHoverEffect ? oe.value : w.value), Ge = a(() => {
524
- const c = x.value;
525
- return c.activeHoverEffect && c.background ? `${oe.value}80` : oe.value;
526
- }), Xe = a(() => x.value.background ? "component-checkbox__item--with-background" : "component-checkbox__item--without-background"), Ke = a(() => {
527
- const c = x.value, b = J.value === "dark" ? U.value : Pe.value;
528
- return c.background ? "#ffffff" : b;
520
+ }), ye = a(() => Array.isArray(ie.value) && ie.value.constructor === Array && ie.value.length > 0), lt = a(() => J.value === "dark" ? "component__theme--dark" : "component__theme--light"), mt = a(() => C.value.font), Qe = a(() => Oe.value), Te = a(() => Me.value), xe = a(() => C.value.hoverEffect ? ae.value : Me.value), ht = a(() => C.value.activeHoverEffect ? ae.value : Me.value), nt = a(() => {
521
+ const d = C.value;
522
+ return d.activeHoverEffect && d.background ? `${ae.value}80` : ae.value;
523
+ }), st = a(() => G.value), dt = a(() => w.value), ct = a(() => C.value.hoverEffect ? le.value : w.value), je = a(() => C.value.activeHoverEffect ? le.value : w.value), Ue = a(() => {
524
+ const d = C.value;
525
+ return d.activeHoverEffect && d.background ? `${le.value}80` : le.value;
526
+ }), Je = a(() => C.value.background ? "component-checkbox__item--with-background" : "component-checkbox__item--without-background"), Ge = a(() => {
527
+ const d = C.value, m = J.value === "dark" ? G.value : Oe.value;
528
+ return d.background ? "#ffffff" : m;
529
529
  });
530
- a(() => x.value.background ? "19px" : "auto");
531
- const y = a(() => {
532
- const b = x.value.internalGap;
533
- return !b || b < 0 ? 0 : `${b}px`;
534
- }), V = a(() => {
535
- const c = x.value;
536
- return `${c.boxRadius > 7 ? 7 : c.boxRadius}px`;
537
- }), ue = a(() => {
538
- const b = x.value.itemGap;
539
- return !b || b < 0 ? 0 : `${b}px`;
540
- }), Z = a(() => x.value.type === "circle" ? "custom-checkbox__input--type-circle" : ""), me = a(() => ({
541
- zoom: x.value.scale
542
- })), Re = a(() => {
543
- const c = {};
544
- pe.value && Object.keys(pe.value).forEach((K) => c[`aria-${K}`] = pe.value[K]);
545
- const b = {
530
+ a(() => C.value.background ? "19px" : "auto");
531
+ const b = a(() => {
532
+ const m = C.value.internalGap;
533
+ return !m || m < 0 ? 0 : `${m}px`;
534
+ }), S = a(() => {
535
+ const d = C.value;
536
+ return `${d.boxRadius > 7 ? 7 : d.boxRadius}px`;
537
+ }), ne = a(() => {
538
+ const m = C.value.itemGap;
539
+ return !m || m < 0 ? 0 : `${m}px`;
540
+ }), Z = a(() => C.value.type === "circle" ? "custom-checkbox__input--type-circle" : ""), me = a(() => ({
541
+ zoom: C.value.scale
542
+ })), Be = a(() => {
543
+ const d = {};
544
+ be.value && Object.keys(be.value).forEach((H) => d[`aria-${H}`] = be.value[H]);
545
+ const m = {
546
546
  "aria-label": Ve.value,
547
- "aria-disabled": ge.value,
548
- ...c
547
+ "aria-disabled": ce.value,
548
+ ...d
549
549
  };
550
550
  return Object.fromEntries(
551
- Object.entries(b).filter(([fe, K]) => K != null)
551
+ Object.entries(m).filter(([fe, H]) => H != null)
552
552
  );
553
- }), Ye = () => {
554
- D.value = Ae.value;
555
- }, re = () => {
556
- C("clicked");
553
+ }), Xe = () => {
554
+ N.value = Re.value;
555
+ }, q = () => {
556
+ h("clicked");
557
557
  };
558
- return H(Ae, (c, b) => {
559
- c !== b && Ye();
560
- }), H(D, (c, b) => {
561
- c !== b && (C("current-value", c), C("changed", c));
562
- }), (c, b) => e.nbId && ye.value ? (F(), q("div", {
558
+ return U(Re, (d, m) => {
559
+ d !== m && Xe();
560
+ }), U(N, (d, m) => {
561
+ d !== m && (h("current-value", d), h("changed", d));
562
+ }), (d, m) => e.nbId && ye.value ? (M(), D("div", {
563
563
  key: 0,
564
- class: We(["nb-wrapper", $e.value]),
565
- style: Ee([He.value, me.value])
564
+ class: Fe(["nb-wrapper", ze.value]),
565
+ style: Se([He.value, me.value])
566
566
  }, [
567
- ve("div", da({
567
+ pe("div", ba({
568
568
  id: e.nbId,
569
569
  role: "group"
570
- }, Re.value, {
571
- class: ["nb-reset", "component", we.value, at.value]
570
+ }, Be.value, {
571
+ class: ["nb-reset", "component", We.value, lt.value]
572
572
  }), [
573
- (F(!0), q(qa, null, ja(o(se), (fe, K) => (F(), q("div", {
574
- key: K,
573
+ (M(!0), D(Ya, null, Qa(o(ie), (fe, H) => (M(), D("div", {
574
+ key: H,
575
575
  class: "component-checkbox__item"
576
576
  }, [
577
- pa(ve("input", {
577
+ ha(pe("input", {
578
578
  id: `${e.nbId}-${fe.value}`,
579
- "onUpdate:modelValue": b[0] || (b[0] = (ee) => D.value = ee),
579
+ "onUpdate:modelValue": m[0] || (m[0] = (Y) => N.value = Y),
580
580
  type: "checkbox",
581
581
  class: "component-checkbox__item--input",
582
- disabled: o(ge),
582
+ disabled: o(ce),
583
583
  value: fe.value,
584
584
  name: e.groupName,
585
- onClick: re
586
- }, null, 8, bl), [
587
- [nl, D.value]
585
+ onClick: q
586
+ }, null, 8, kl), [
587
+ [vl, N.value]
588
588
  ]),
589
- ve("label", {
589
+ pe("label", {
590
590
  for: `${e.nbId}-${fe.value}`,
591
- class: We([[Z.value], "component-checkbox__item--label"]),
592
- tabindex: o(ge) ? -1 : Array.isArray(e.tabIndex) ? e.tabIndex[K] : e.tabIndex >= 0 ? e.tabIndex : K + 1,
591
+ class: Fe([[Z.value], "component-checkbox__item--label"]),
592
+ tabindex: o(ce) ? -1 : Array.isArray(e.tabIndex) ? e.tabIndex[H] : e.tabIndex >= 0 ? e.tabIndex : H + 1,
593
593
  onKeydown: [
594
- b[1] || (b[1] = qt(ca((ee) => !o(ge) && e.hasTabIndexEnter && ee.target.click(), ["prevent"]), ["enter"])),
595
- b[2] || (b[2] = qt(ca((ee) => !o(ge) && e.hasTabIndexSpace && ee.target.click(), ["prevent"]), ["space"]))
594
+ m[1] || (m[1] = Kt(ga((Y) => !o(ce) && e.hasTabIndexEnter && Y.target.click(), ["prevent"]), ["enter"])),
595
+ m[2] || (m[2] = Kt(ga((Y) => !o(ce) && e.hasTabIndexSpace && Y.target.click(), ["prevent"]), ["space"]))
596
596
  ]
597
597
  }, [
598
- ve("div", {
599
- class: We([Xe.value])
598
+ pe("div", {
599
+ class: Fe([Je.value])
600
600
  }, null, 2),
601
- ve("span", {
602
- style: Ee([tt.value])
603
- }, xt(fe.text), 5)
604
- ], 42, gl)
601
+ pe("span", {
602
+ style: Se([at.value])
603
+ }, kt(fe.text), 5)
604
+ ], 42, Ll)
605
605
  ]))), 128))
606
- ], 16, pl)
607
- ], 6)) : Be("", !0);
606
+ ], 16, Vl)
607
+ ], 6)) : re("", !0);
608
608
  }
609
- }), ml = /* @__PURE__ */ ba(yl, [["__scopeId", "data-v-1c6afddc"]]);
610
- const hl = ["id"], Cl = ["for"], xl = ["for"], Sl = { key: 0 }, Vl = { key: 1 }, kl = ["id", "name", "type", "placeholder", "disabled", "required", "readonly", "autocomplete", "tabindex"], Ll = ["for"], Tl = /* @__PURE__ */ Object.assign({
609
+ }), Bl = /* @__PURE__ */ Ca(Tl, [["__scopeId", "data-v-1c6afddc"]]);
610
+ const Al = ["id"], _l = ["for"], $l = {
611
+ key: 0,
612
+ class: "component__label--required"
613
+ }, wl = ["for"], Rl = { key: 0 }, Ml = { key: 1 }, zl = ["id", "name", "type", "placeholder", "disabled", "required", "readonly", "autocomplete", "tabindex", "min", "max", "step"], Wl = ["for"], Dl = /* @__PURE__ */ Object.assign({
611
614
  name: "NbInput",
612
615
  inheritAttrs: !1
613
616
  }, {
@@ -621,8 +624,8 @@ const hl = ["id"], Cl = ["for"], xl = ["for"], Sl = { key: 0 }, Vl = { key: 1 },
621
624
  type: String,
622
625
  default: "b",
623
626
  validator: (e = "b") => {
624
- const m = e.toLowerCase();
625
- return ["b", "ib"].includes(m);
627
+ const y = e.toLowerCase();
628
+ return ["b", "ib"].includes(y);
626
629
  }
627
630
  },
628
631
  tabIndex: {
@@ -726,6 +729,18 @@ const hl = ["id"], Cl = ["for"], xl = ["for"], Sl = { key: 0 }, Vl = { key: 1 },
726
729
  default: "text",
727
730
  validator: (e) => ["text", "number", "email", "password"].indexOf(e) !== -1
728
731
  },
732
+ min: {
733
+ type: String,
734
+ default: ""
735
+ },
736
+ max: {
737
+ type: String,
738
+ default: ""
739
+ },
740
+ step: {
741
+ type: [String, Number],
742
+ default: ""
743
+ },
729
744
  hasTrim: {
730
745
  type: Boolean,
731
746
  default: !1,
@@ -955,6 +970,11 @@ const hl = ["id"], Cl = ["for"], xl = ["for"], Sl = { key: 0 }, Vl = { key: 1 },
955
970
  type: String,
956
971
  default: "Label text"
957
972
  },
973
+ labelBreakOnActive: {
974
+ type: Boolean,
975
+ default: !0,
976
+ validator: (e) => typeof e == "boolean" && [!0, !1].includes(e)
977
+ },
958
978
  labelBackground: {
959
979
  type: String,
960
980
  default: "transparent"
@@ -983,6 +1003,14 @@ const hl = ["id"], Cl = ["for"], xl = ["for"], Sl = { key: 0 }, Vl = { key: 1 },
983
1003
  type: Number,
984
1004
  default: 5
985
1005
  },
1006
+ labelRight: {
1007
+ type: Number,
1008
+ default: 0
1009
+ },
1010
+ labelActiveRight: {
1011
+ type: Number,
1012
+ default: 0
1013
+ },
986
1014
  fontFamilyLabel: {
987
1015
  type: String,
988
1016
  default: "'Lato', sans-serif"
@@ -1028,199 +1056,210 @@ const hl = ["id"], Cl = ["for"], xl = ["for"], Sl = { key: 0 }, Vl = { key: 1 },
1028
1056
  "clicked",
1029
1057
  "entered"
1030
1058
  ],
1031
- setup(e, { emit: m }) {
1032
- fa((n) => ({
1033
- "3df7fbb0": Bt.value,
1034
- "10b57060": Tt.value,
1035
- "7a965be1": o(ct),
1036
- "6acf3c30": Kt.value,
1037
- "4aa02582": Yt.value,
1038
- "8baa16cc": Qt.value,
1039
- "289e311f": o(V),
1040
- "7c16f9a6": o(ze),
1041
- c7fe4d00: o(ue),
1042
- "236b311c": o(ft),
1043
- "511e602b": o(y),
1044
- "6088d4e4": o(Xe),
1045
- "153b050a": o(Ke),
1046
- "2530ced5": ua.value,
1047
- "1b52bf47": o(Ue),
1048
- da79cc5e: o(Ge),
1049
- d392b78c: o(Me),
1050
- "2d3fa8fe": o(Z),
1051
- "2d9cd306": o(ot),
1052
- "2547f16d": o(dt),
1053
- "4d960262": o(lt),
1054
- "7378c7f0": o(st),
1055
- "510a9aee": o(Se),
1056
- "713adfcf": o(yt),
1057
- "6119a83d": la.value,
1058
- "0156f4c8": na.value,
1059
- "9ebf4bd2": oa.value,
1060
- "42be1d87": Et.value,
1061
- "4c548aac": aa.value,
1062
- fa4dc9d2: o(me),
1063
- b9dbf970: Ct.value,
1064
- "3c1a1637": At.value,
1065
- "61cb62f6": zt.value,
1066
- f4fa5ec2: Ht.value,
1067
- de10300e: Gt.value,
1068
- "25bd227e": n.styleButtonColor,
1069
- "750af1a6": Ut.value
1070
- })), sa(() => {
1071
- ye.value != null ? x.value === "number" && typeof ye.value == "number" ? Y.value = ye.value : Y.value = String(ye.value) : Y.value = "";
1072
- }), ma(() => {
1073
- bt();
1059
+ setup(e, { emit: y }) {
1060
+ ya((n) => ({
1061
+ "598b71f8": Jt.value,
1062
+ "1c1eb8e8": Qt.value,
1063
+ "7e7ce396": o(ct),
1064
+ "2beb5748": ta.value,
1065
+ "428926a4": aa.value,
1066
+ "96ddbe74": zt.value,
1067
+ "09d9644b": o(S),
1068
+ "18ecb6d2": o(_e),
1069
+ e9631058: o(ne),
1070
+ "2e9ed8c4": o(ft),
1071
+ "0f798257": o(b),
1072
+ b297f190: o(Je),
1073
+ "2244285e": o(Ge),
1074
+ e54e87ae: Ht.value,
1075
+ f44e651a: o(je),
1076
+ "0a29f1b6": o(Ue),
1077
+ d7cee6e4: o(Ae),
1078
+ "27a5d52a": o(Z),
1079
+ "7ffc2c5a": o(ut),
1080
+ "325114c1": o(dt),
1081
+ "665dcae4": o(nt),
1082
+ "5a5ee334": o(st),
1083
+ "84932c46": o(xe),
1084
+ "0e109cfb": o(ht),
1085
+ b1764ade: Dt.value,
1086
+ "697ee21c": da.value,
1087
+ "2fdb7243": ca.value,
1088
+ "524d369a": jt.value,
1089
+ "89de2454": ia.value,
1090
+ "71a4c443": o(me),
1091
+ ed648ac8: oa.value,
1092
+ b2bfb73a: Ft.value,
1093
+ "3df309bc": Ot.value,
1094
+ "22588dcb": Xt.value,
1095
+ "25132f25": ea.value,
1096
+ "55495c15": n.styleButtonColor,
1097
+ "8993b80c": Zt.value
1098
+ })), pa(() => {
1099
+ ye.value != null ? C.value === "number" && typeof ye.value == "number" ? Q.value = ye.value : Q.value = String(ye.value) : Q.value = "";
1100
+ }), $a(() => {
1101
+ _t();
1074
1102
  });
1075
- const C = m, E = e, {
1076
- nbId: D,
1103
+ const h = y, P = e, {
1104
+ nbId: N,
1077
1105
  display: Ve,
1078
- hasTabIndexEnter: pe,
1079
- ariaLabel: Ae,
1106
+ hasTabIndexEnter: be,
1107
+ ariaLabel: Re,
1080
1108
  ariaAttrs: ke,
1081
- textColor: se,
1109
+ textColor: ie,
1082
1110
  caretColor: J,
1083
- selectionBgColor: Pe,
1084
- selectionTextColor: _e,
1085
- hasBorderRadius: ne,
1086
- borderRadius: U,
1111
+ selectionBgColor: Oe,
1112
+ selectionTextColor: Me,
1113
+ hasBorderRadius: ae,
1114
+ borderRadius: G,
1087
1115
  disabled: w,
1088
- fontFamily: oe,
1089
- fontSize: de,
1090
- fontWeight: G,
1116
+ fontFamily: le,
1117
+ fontSize: se,
1118
+ fontWeight: K,
1091
1119
  fontFamilyMsg: Le,
1092
- fontSizeMsg: ce,
1093
- fontWeightMsg: P,
1094
- textMessageColor: be,
1120
+ fontSizeMsg: de,
1121
+ fontWeightMsg: F,
1122
+ textMessageColor: ge,
1095
1123
  inputWidth: X,
1096
- inputStyle: Ce,
1097
- activeTextStyle: ge,
1098
- sizeMediaQuery: xe,
1099
- inputReadonly: _,
1124
+ inputStyle: he,
1125
+ activeTextStyle: ce,
1126
+ sizeMediaQuery: Ce,
1127
+ inputReadonly: $,
1100
1128
  showInputEye: L,
1101
- inputType: x,
1102
- hasTrim: $e,
1129
+ inputType: C,
1130
+ hasTrim: ze,
1103
1131
  inputUppercase: He,
1104
- inputName: we,
1105
- inputPlaceholder: tt,
1132
+ inputName: We,
1133
+ inputPlaceholder: at,
1106
1134
  inputText: ye,
1107
- theme: at,
1108
- inputEyeIcon: gt,
1109
- tabindex: Je,
1135
+ theme: lt,
1136
+ inputEyeIcon: mt,
1137
+ tabindex: Qe,
1110
1138
  inputEyeIconHidden: Te,
1111
- lightBgColor: Se,
1112
- lightBgColorFocus: yt,
1113
- lightEyeBgColor: lt,
1139
+ lightBgColor: xe,
1140
+ lightBgColorFocus: ht,
1141
+ lightEyeBgColor: nt,
1114
1142
  lightEyeBgColorActive: st,
1115
1143
  lightDisabledBgColor: dt,
1116
1144
  lightTextColor: ct,
1117
- darkBgColor: Ue,
1118
- darkBgColorFocus: Ge,
1119
- darkEyeBgColor: Xe,
1120
- darkEyeBgColorActive: Ke,
1121
- darkDisabledBgColor: y,
1122
- darkTextColor: V,
1123
- darkDisabledEyeBgColor: ue,
1145
+ darkBgColor: je,
1146
+ darkBgColorFocus: Ue,
1147
+ darkEyeBgColor: Je,
1148
+ darkEyeBgColorActive: Ge,
1149
+ darkDisabledBgColor: b,
1150
+ darkTextColor: S,
1151
+ darkDisabledEyeBgColor: ne,
1124
1152
  lightDisabledEyeBgColor: Z,
1125
1153
  textAlign: me,
1126
- showMsg: Re,
1127
- hasMsg: Ye,
1128
- hasIcon: re,
1129
- iconDirection: c,
1130
- iconPadding: b,
1154
+ showMsg: Be,
1155
+ hasMsg: Xe,
1156
+ hasIcon: q,
1157
+ iconDirection: d,
1158
+ iconPadding: m,
1131
1159
  iconPaddingInput: fe,
1132
- iconMargin: K,
1133
- iconBorderRadius: ee,
1134
- iconLightTextColor: Me,
1135
- iconDarkTextColor: ze,
1136
- iconLightBgColor: Fe,
1137
- iconDarkBgColor: Qe,
1160
+ iconMargin: H,
1161
+ iconBorderRadius: Y,
1162
+ iconLightTextColor: Ae,
1163
+ iconDarkTextColor: _e,
1164
+ iconLightBgColor: De,
1165
+ iconDarkBgColor: qe,
1138
1166
  iconLightBgColorActive: Ze,
1139
- iconDarkBgColorActive: nt,
1140
- iconLightDisabledBgColor: ot,
1167
+ iconDarkBgColorActive: ot,
1168
+ iconLightDisabledBgColor: ut,
1141
1169
  iconDarkDisabledBgColor: ft,
1142
- iconWidth: h,
1143
- iconSize: R,
1144
- showLabel: k,
1145
- labelBackground: Oe,
1170
+ iconWidth: vt,
1171
+ iconSize: pt,
1172
+ showLabel: Ke,
1173
+ label: Lt,
1174
+ labelBreakOnActive: g,
1175
+ labelBackground: I,
1146
1176
  labelPadding: T,
1147
- labelBorderRadius: he,
1148
- labelLeft: St,
1149
- inputLabelMarginActive: Vt,
1150
- labelActiveTop: ut,
1151
- labelActiveLeft: j,
1152
- fontFamilyLabel: N,
1153
- fontSizeLabel: te,
1154
- fontSizeLabelActive: $,
1155
- fontWeightLabel: M,
1156
- lightTextColorLabel: ae,
1157
- lightTextColorLabelActive: I,
1158
- darkTextColorLabel: $t,
1159
- darkTextColorLabelActive: wt
1160
- } = va(E), Y = Q(""), vt = Q(""), rt = Q(!1), pt = Q(!1), B = a(() => {
1161
- const n = w.value ? "component-disabled" : "", s = Ve.value !== "b" ? "inline-block" : "block", je = se ? se.value : "ffffff", le = J.value ? J.value : "", t = Pe.value ? Pe.value : "", l = _e.value ? _e.value : "", d = ne.value ? ne.value : !1, i = U.value !== 0 && !U.value || U.value < 0 ? 0 : U.value, v = oe.value ? oe.value : "'Lato', sans-serif", f = de.value ? de.value : null, p = G.value !== 0 && !G.value || G.value < 0 ? 100 : G.value, S = Le.value ? Le.value : "'Lato', sans-serif", A = ce.value ? ce.value : "1em", z = P.value !== 0 && !P.value || P.value < 0 ? 100 : P.value, O = be.value ? be.value : "#f15574", ie = X.value ? X.value : 200, De = ge.value ? ge.value : "normal", et = xe.value ? xe.value : "xs", Ne = _.value ? _.value : !1, Ie = L.value ? L.value : !1, ha = x.value ? x.value : "text", Ca = He.value ? He.value : !1, xa = at.value ? at.value : "normal", Sa = me.value ? me.value : "left", Va = Ce.value ? Ce.value : "background", ka = b.value ? b.value : "5px 10px", La = K.value ? K.value : "0", Ta = fe.value ? fe.value : 10, Ba = Me.value ? Me.value : "#000000", Aa = ze.value ? ze.value : "#000000", _a = Fe.value ? Fe.value : "transparent", $a = Qe.value ? Qe.value : "transparent", wa = ee.value !== 0 && !ee.value || ee.value < 0 ? 0 : ee.value, Ra = Ze.value ? Ze.value : "transparent", Ma = nt.value ? nt.value : "transparent", za = h.value ? h.value : 32, Da = R.value ? R.value : 1, Na = k.value ? k.value : !1, Ia = St.value !== 0 && !St.value || St.value < 0 ? 5 : St.value, Wa = Oe.value ? Oe.value : "transparent", Ea = Vt.value !== 0 && !Vt.value || Vt.value < 0 ? 15 : Vt.value, Pa = T.value ? T.value : "1px 5px", Fa = he.value !== 0 && !he.value || he.value < 0 ? 0 : he.value, Ga = ut.value === null || ut.value === void 0 ? -13 : ut.value, Ka = j.value === null || j.value === void 0 ? -10 : j.value, Ya = N.value ? N.value : "'Lato', sans-serif", Qa = te.value ? te.value : "1em", Ja = $.value ? $.value : "0.8em", Xa = M.value ? M.value : 400, Za = ae.value ? ae.value : "#ffffff", el = $t.value ? $t.value : "#000000", tl = I.value ? I.value : "#ffffff", al = wt.value ? wt.value : "#000000";
1177
+ labelBorderRadius: $e,
1178
+ labelLeft: f,
1179
+ inputLabelMarginActive: rt,
1180
+ labelActiveTop: wt,
1181
+ labelActiveLeft: Rt,
1182
+ labelRight: ee,
1183
+ labelActiveRight: we,
1184
+ fontFamilyLabel: V,
1185
+ fontSizeLabel: Ct,
1186
+ fontSizeLabelActive: R,
1187
+ fontWeightLabel: z,
1188
+ lightTextColorLabel: te,
1189
+ lightTextColorLabelActive: E,
1190
+ darkTextColorLabel: Et,
1191
+ darkTextColorLabelActive: Pt
1192
+ } = ma(P), Q = j(""), Tt = j(null), et = j(""), bt = j(!1), it = j(!1), k = a(() => {
1193
+ const n = w.value ? "component-disabled" : "", t = Ve.value !== "b" ? "inline-block" : "block", l = ie ? ie.value : "ffffff", s = J.value ? J.value : "", i = Oe.value ? Oe.value : "", v = Me.value ? Me.value : "", c = ae.value ? ae.value : !1, p = G.value !== 0 && !G.value || G.value < 0 ? 0 : G.value, x = le.value ? le.value : "'Lato', sans-serif", _ = se.value ? se.value : null, W = K.value !== 0 && !K.value || K.value < 0 ? 100 : K.value, O = Le.value ? Le.value : "'Lato', sans-serif", ue = de.value ? de.value : "1em", Ie = F.value !== 0 && !F.value || F.value < 0 ? 100 : F.value, tt = ge.value ? ge.value : "#f15574", Ee = X.value ? X.value : 200, Pe = ce.value ? ce.value : "normal", xa = Ce.value ? Ce.value : "xs", Sa = $.value ? $.value : !1, Va = L.value ? L.value : !1, ka = C.value ? C.value : "text", La = He.value ? He.value : !1, Ta = lt.value ? lt.value : "normal", Ba = me.value ? me.value : "left", Aa = he.value ? he.value : "background", wa = m.value ? m.value : "5px 10px", Ra = H.value ? H.value : "0", Ma = fe.value ? fe.value : 10, za = Ae.value ? Ae.value : "#000000", Wa = _e.value ? _e.value : "#000000", Da = De.value ? De.value : "transparent", Na = qe.value ? qe.value : "transparent", Ia = Y.value !== 0 && !Y.value || Y.value < 0 ? 0 : Y.value, Ea = Ze.value ? Ze.value : "transparent", Pa = ot.value ? ot.value : "transparent", Fa = vt.value ? vt.value : 32, Oa = pt.value ? pt.value : 1, qa = Ke.value ? Ke.value : !1, Ha = f.value !== 0 && !f.value || f.value < 0 ? 5 : f.value, ja = I.value ? I.value : "transparent", Ua = rt.value !== 0 && !rt.value || rt.value < 0 ? 15 : rt.value, Ga = T.value ? T.value : "1px 5px", Za = $e.value !== 0 && !$e.value || $e.value < 0 ? 0 : $e.value, el = wt.value === null || wt.value === void 0 ? -13 : wt.value, tl = Rt.value === null || Rt.value === void 0 ? -10 : Rt.value, al = ee.value === null || ee.value === void 0 ? 0 : ee.value, ll = we.value === null || we.value === void 0 ? 0 : we.value, nl = V.value ? V.value : "'Lato', sans-serif", ol = Ct.value ? Ct.value : "1em", ul = R.value ? R.value : "0.8em", rl = z.value ? z.value : 400, il = te.value ? te.value : "#ffffff", sl = Et.value ? Et.value : "#000000", dl = E.value ? E.value : "#ffffff", cl = Pt.value ? Pt.value : "#000000";
1162
1194
  return {
1163
1195
  disabled: n,
1164
- display: s,
1165
- font: v,
1166
- fontSize: f,
1167
- fontWeight: p,
1168
- fontFamilyMsg: S,
1169
- fontSizeMsg: A,
1170
- fontWeightMsg: z,
1171
- textMessageColor: O,
1172
- textColor: je,
1173
- caretColor: le,
1174
- selectionBgColor: t,
1175
- selectionTextColor: l,
1176
- hasBorderRadius: d,
1177
- borderRadius: i,
1178
- textAlign: Sa,
1179
- inputWidth: ie,
1180
- activeTextStyle: De,
1181
- sizeMediaQuery: et,
1182
- inputReadonly: Ne,
1183
- showInputEye: Ie,
1184
- inputType: ha,
1185
- inputUppercase: Ca,
1186
- theme: xa,
1187
- inputStyle: Va,
1188
- iconPadding: ka,
1189
- iconMargin: La,
1190
- iconPaddingInput: Ta,
1191
- iconLightTextColor: Ba,
1192
- iconDarkTextColor: Aa,
1193
- iconLightBgColor: _a,
1194
- iconDarkBgColor: $a,
1195
- iconBorderRadius: wa,
1196
- iconLightBgColorActive: Ra,
1197
- iconDarkBgColorActive: Ma,
1198
- iconWidth: za,
1199
- iconSize: Da,
1200
- showLabel: Na,
1201
- labelBackground: Wa,
1202
- labelPadding: Pa,
1203
- labelBorderRadius: Fa,
1204
- labelLeft: Ia,
1205
- inputLabelMarginActive: Ea,
1206
- labelActiveTop: Ga,
1207
- labelActiveLeft: Ka,
1208
- fontFamilyLabel: Ya,
1209
- fontSizeLabel: Qa,
1210
- fontSizeLabelActive: Ja,
1211
- fontWeightLabel: Xa,
1212
- lightTextColorLabel: Za,
1213
- darkTextColorLabel: el,
1214
- lightTextColorLabelActive: tl,
1215
- darkTextColorLabelActive: al
1196
+ display: t,
1197
+ font: x,
1198
+ fontSize: _,
1199
+ fontWeight: W,
1200
+ fontFamilyMsg: O,
1201
+ fontSizeMsg: ue,
1202
+ fontWeightMsg: Ie,
1203
+ textMessageColor: tt,
1204
+ textColor: l,
1205
+ caretColor: s,
1206
+ selectionBgColor: i,
1207
+ selectionTextColor: v,
1208
+ hasBorderRadius: c,
1209
+ borderRadius: p,
1210
+ textAlign: Ba,
1211
+ inputWidth: Ee,
1212
+ activeTextStyle: Pe,
1213
+ sizeMediaQuery: xa,
1214
+ inputReadonly: Sa,
1215
+ showInputEye: Va,
1216
+ inputType: ka,
1217
+ inputUppercase: La,
1218
+ theme: Ta,
1219
+ inputStyle: Aa,
1220
+ iconPadding: wa,
1221
+ iconMargin: Ra,
1222
+ iconPaddingInput: Ma,
1223
+ iconLightTextColor: za,
1224
+ iconDarkTextColor: Wa,
1225
+ iconLightBgColor: Da,
1226
+ iconDarkBgColor: Na,
1227
+ iconBorderRadius: Ia,
1228
+ iconLightBgColorActive: Ea,
1229
+ iconDarkBgColorActive: Pa,
1230
+ iconWidth: Fa,
1231
+ iconSize: Oa,
1232
+ showLabel: qa,
1233
+ labelBackground: ja,
1234
+ labelPadding: Ga,
1235
+ labelBorderRadius: Za,
1236
+ labelLeft: Ha,
1237
+ inputLabelMarginActive: Ua,
1238
+ labelActiveTop: el,
1239
+ labelActiveLeft: tl,
1240
+ labelRight: al,
1241
+ labelActiveRight: ll,
1242
+ fontFamilyLabel: nl,
1243
+ fontSizeLabel: ol,
1244
+ fontSizeLabelActive: ul,
1245
+ fontWeightLabel: rl,
1246
+ lightTextColorLabel: il,
1247
+ darkTextColorLabel: sl,
1248
+ lightTextColorLabelActive: dl,
1249
+ darkTextColorLabelActive: cl
1250
+ };
1251
+ }), Yt = a(() => k.value.disabled), Mt = a(() => {
1252
+ const n = k.value, t = Wt.value;
1253
+ return {
1254
+ display: n.display,
1255
+ // Adiciona padding-top quando o label está ativo para evitar que seja cortado
1256
+ paddingTop: t && Ke.value ? `${Math.abs(n.labelActiveTop)}px` : "0"
1216
1257
  };
1217
- }), Rt = a(() => B.value.disabled), Mt = a(() => ({
1218
- display: B.value.display
1219
- })), Tt = a(() => {
1220
- const n = B.value;
1258
+ }), Qt = a(() => {
1259
+ const n = k.value;
1221
1260
  if (n.fontSize)
1222
1261
  return n.fontSize;
1223
- let s = "";
1262
+ let t = "";
1224
1263
  switch (n.sizeMediaQuery) {
1225
1264
  case "sm":
1226
1265
  return "1.2em";
@@ -1229,34 +1268,34 @@ const hl = ["id"], Cl = ["for"], xl = ["for"], Sl = { key: 0 }, Vl = { key: 1 },
1229
1268
  case "lg":
1230
1269
  return "2em";
1231
1270
  default:
1232
- s = "1.2em";
1271
+ t = "1.2em";
1233
1272
  }
1234
- return s;
1235
- }), jt = a(() => {
1236
- const n = B.value, s = Wt.value;
1273
+ return t;
1274
+ }), Bt = a(() => {
1275
+ const n = k.value, t = Wt.value;
1237
1276
  return {
1238
1277
  fontWeight: n.fontWeight,
1239
- marginTop: s && k.value ? `${n.inputLabelMarginActive}px` : "0"
1278
+ marginTop: t && Ke.value ? `${n.inputLabelMarginActive}px` : "0"
1240
1279
  };
1241
- }), mt = a(() => {
1242
- const n = B.value;
1280
+ }), xt = a(() => {
1281
+ const n = k.value;
1243
1282
  return n.inputStyle !== "line" && n.hasBorderRadius ? { borderRadius: `${n.borderRadius}rem` } : {};
1244
- }), Bt = a(() => B.value.font), At = a(() => B.value.fontFamilyMsg), zt = a(() => B.value.fontSizeMsg), Ht = a(() => B.value.fontWeightMsg), Ut = a(() => B.value.textColor), Gt = a(() => B.value.textMessageColor), Kt = a(() => {
1245
- const n = B.value;
1283
+ }), Jt = a(() => k.value.font), Ft = a(() => k.value.fontFamilyMsg), Ot = a(() => k.value.fontSizeMsg), Xt = a(() => k.value.fontWeightMsg), Zt = a(() => k.value.textColor), ea = a(() => k.value.textMessageColor), ta = a(() => {
1284
+ const n = k.value;
1246
1285
  return n.caretColor || (n.theme === "dark" ? "#00d4ff" : "#007bff");
1247
- }), Yt = a(() => {
1248
- const n = B.value;
1286
+ }), aa = a(() => {
1287
+ const n = k.value;
1249
1288
  return n.selectionBgColor || (n.theme === "dark" ? "#00d4ff" : "#007bff");
1250
- }), Qt = a(() => {
1251
- const n = B.value;
1289
+ }), zt = a(() => {
1290
+ const n = k.value;
1252
1291
  return n.selectionTextColor || (n.theme === "dark" ? "#000000" : "#ffffff");
1253
- }), kt = a(() => {
1254
- const n = B.value;
1292
+ }), qt = a(() => {
1293
+ const n = k.value;
1255
1294
  return n.display === "block" ? { width: "100%" } : {
1256
1295
  width: `${n.inputWidth}px`
1257
1296
  };
1258
- }), Dt = a(() => {
1259
- switch (Ce.value) {
1297
+ }), At = a(() => {
1298
+ switch (he.value) {
1260
1299
  case "line":
1261
1300
  return "component__input--line";
1262
1301
  case "border":
@@ -1265,7 +1304,7 @@ const hl = ["id"], Cl = ["for"], xl = ["for"], Sl = { key: 0 }, Vl = { key: 1 },
1265
1304
  return "component__input--background";
1266
1305
  }
1267
1306
  }), r = a(() => {
1268
- switch (B.value.activeTextStyle) {
1307
+ switch (k.value.activeTextStyle) {
1269
1308
  case "italic":
1270
1309
  return "component__input--active--italic";
1271
1310
  case "oblique":
@@ -1273,8 +1312,8 @@ const hl = ["id"], Cl = ["for"], xl = ["for"], Sl = { key: 0 }, Vl = { key: 1 },
1273
1312
  default:
1274
1313
  return "component__input--active--normal";
1275
1314
  }
1276
- }), u = a(() => {
1277
- switch (B.value.sizeMediaQuery) {
1315
+ }), B = a(() => {
1316
+ switch (k.value.sizeMediaQuery) {
1278
1317
  case "sm":
1279
1318
  return "component__sm";
1280
1319
  case "md":
@@ -1284,196 +1323,220 @@ const hl = ["id"], Cl = ["for"], xl = ["for"], Sl = { key: 0 }, Vl = { key: 1 },
1284
1323
  default:
1285
1324
  return "";
1286
1325
  }
1287
- }), g = a(() => {
1288
- switch (B.value.theme) {
1326
+ }), ve = a(() => {
1327
+ switch (k.value.theme) {
1289
1328
  case "dark":
1290
1329
  return "component__theme--dark";
1291
1330
  default:
1292
1331
  return "component__theme--light";
1293
1332
  }
1294
- }), W = a(() => B.value.inputReadonly ? "component__input--read-only" : ""), qe = a(() => B.value.inputUppercase ? "component__input--uppercase" : ""), Nt = a(() => {
1295
- const n = B.value;
1333
+ }), u = a(() => k.value.inputReadonly ? "component__input--read-only" : ""), A = a(() => k.value.inputUppercase ? "component__input--uppercase" : ""), Ne = a(() => {
1334
+ const n = k.value;
1296
1335
  return !!(n.showInputEye && n.inputType === "password");
1297
- }), Jt = a(() => rt.value ? gt.value : Te.value), ht = a(() => we.value ? we.value : `${D.value}-name-label`), It = a(() => k.value ? pt.value ? tt.value : "" : tt.value), Wt = a(() => {
1298
- const n = Y.value;
1299
- return pt.value || n != null && String(n).trim().length > 0;
1300
- }), Xt = a(() => B.value.inputType === "password" ? "component__input__eye-default--hidden" : ""), Zt = a(() => pt.value ? "component__input--active" : "component__input--no-active"), Ct = a(() => Nt.value ? "6px 50px 6px 10px" : "6px 10px"), ea = a(() => !!(Re.value && Ye.value)), ta = a(() => {
1336
+ }), Ye = a(() => bt.value ? mt.value : Te.value), gt = a(() => We.value ? We.value : `${N.value}-name-label`), la = a(() => Ke.value ? it.value ? at.value : "" : at.value), Wt = a(() => {
1337
+ const n = Q.value;
1338
+ return it.value || n != null && String(n).trim().length > 0;
1339
+ }), na = a(() => k.value.inputType === "password" ? "component__input__eye-default--hidden" : ""), St = a(() => it.value ? "component__input--active" : "component__input--no-active"), oa = a(() => Ne.value ? "6px 50px 6px 10px" : "6px 10px"), ua = a(() => !!(Be.value && Xe.value)), ra = a(() => {
1301
1340
  const n = {};
1302
- ke.value && Object.keys(ke.value).forEach((le) => n[`aria-${le}`] = ke.value[le]);
1303
- const s = {
1304
- "aria-label": Ae.value,
1341
+ ke.value && Object.keys(ke.value).forEach((s) => n[`aria-${s}`] = ke.value[s]);
1342
+ const t = {
1343
+ "aria-label": Re.value,
1305
1344
  "aria-disabled": w.value,
1306
1345
  ...n
1307
1346
  };
1308
1347
  return Object.fromEntries(
1309
- Object.entries(s).filter(([je, le]) => le != null)
1348
+ Object.entries(t).filter(([l, s]) => s != null)
1310
1349
  );
1311
- }), aa = a(() => re.value ? `${R.value}rem` : "0"), la = a(() => re.value ? `${h.value}px` : "0"), _t = a(() => re.value ? `component__icon--${c.value}` : ""), na = a(() => {
1312
- const n = B.value;
1313
- return re.value ? n.iconPadding : "0";
1314
- }), oa = a(() => {
1315
- const n = B.value;
1316
- return re.value ? n.iconMargin : "0";
1317
- }), ua = a(() => {
1318
- const n = B.value;
1319
- return re.value ? n.theme === "dark" ? n.iconDarkBgColor : n.iconLightBgColor : "transparent";
1320
- }), Et = a(() => {
1321
- const n = B.value;
1322
- return re.value ? `${n.iconBorderRadius}rem` : "0";
1323
- }), Pt = a(() => {
1324
- const n = B.value;
1325
- return re.value ? c.value === "left" ? { paddingLeft: `${n.iconPaddingInput}px` } : { paddingRight: `${n.iconPaddingInput}px` } : {};
1326
- }), Ft = a(() => {
1327
- const n = B.value, s = Wt.value, je = s ? n.lightTextColorLabelActive : n.lightTextColorLabel, le = s ? n.darkTextColorLabelActive : n.darkTextColorLabel;
1350
+ }), ia = a(() => q.value ? `${pt.value}rem` : "0"), Dt = a(() => q.value ? `${vt.value}px` : "0"), sa = a(() => q.value ? `component__icon--${d.value}` : ""), da = a(() => {
1351
+ const n = k.value;
1352
+ return q.value ? n.iconPadding : "0";
1353
+ }), ca = a(() => {
1354
+ const n = k.value;
1355
+ return q.value ? n.iconMargin : "0";
1356
+ }), Ht = a(() => {
1357
+ const n = k.value;
1358
+ return q.value ? n.theme === "dark" ? n.iconDarkBgColor : n.iconLightBgColor : "transparent";
1359
+ }), jt = a(() => {
1360
+ const n = k.value;
1361
+ return q.value ? `${n.iconBorderRadius}rem` : "0";
1362
+ }), Ut = a(() => {
1363
+ const n = k.value;
1364
+ return q.value ? d.value === "left" ? { paddingLeft: `${n.iconPaddingInput}px` } : { paddingRight: `${n.iconPaddingInput}px` } : {};
1365
+ }), yt = a(() => {
1366
+ const n = k.value, t = Wt.value, l = t ? n.lightTextColorLabelActive : n.lightTextColorLabel, s = t ? n.darkTextColorLabelActive : n.darkTextColorLabel;
1328
1367
  return {
1329
1368
  fontFamily: n.fontFamilyLabel,
1330
- fontSize: s ? n.fontSizeLabelActive : n.fontSizeLabel,
1369
+ fontSize: t ? n.fontSizeLabelActive : n.fontSizeLabel,
1331
1370
  fontWeight: n.fontWeightLabel,
1332
- color: n.theme === "dark" ? le : je,
1333
- top: s ? `${n.labelActiveTop}px` : "50%",
1334
- left: s ? `${n.labelActiveLeft}px` : `${n.labelLeft}px`,
1335
- transform: s ? "translateY(0)" : "translateY(-50%)",
1371
+ color: n.theme === "dark" ? s : l,
1372
+ top: t ? `${n.labelActiveTop}px` : "50%",
1373
+ left: t ? `${n.labelActiveLeft}px` : `${n.labelLeft}px`,
1374
+ right: t ? `${n.labelActiveRight}px` : `${n.labelRight}px`,
1375
+ transform: t ? "translateY(0)" : "translateY(-50%)",
1336
1376
  transition: "all 0.2s ease",
1337
- backgroundColor: s ? n.labelBackground : "transparent",
1338
- padding: s ? n.labelPadding : "0",
1339
- borderRadius: s ? `${n.labelBorderRadius}rem` : "0"
1377
+ backgroundColor: t ? n.labelBackground : "transparent",
1378
+ padding: t ? n.labelPadding : "0",
1379
+ borderRadius: t ? `${n.labelBorderRadius}rem` : "0",
1380
+ // Se labelBreakOnActive for true (padrão), usa ellipsis quando ativo. Se false, quebra linha
1381
+ ...t ? {
1382
+ whiteSpace: g.value ? "nowrap" : "normal",
1383
+ wordWrap: g.value ? "normal" : "break-word",
1384
+ overflowWrap: g.value ? "normal" : "break-word",
1385
+ maxWidth: "100%",
1386
+ textOverflow: g.value ? "ellipsis" : "clip",
1387
+ overflow: g.value ? "hidden" : "visible"
1388
+ } : {}
1340
1389
  };
1341
1390
  });
1342
1391
  a(() => {
1343
- const n = B.value;
1392
+ const n = k.value;
1344
1393
  return n.theme === "dark" ? n.darkTextColorLabelActive : n.lightTextColorLabelActive;
1345
1394
  });
1346
- const bt = () => {
1347
- ye.value != null ? x.value === "number" && typeof ye.value == "number" ? Y.value = ye.value : Y.value = String(ye.value) : Y.value = "", vt.value = x.value;
1348
- }, Lt = () => {
1349
- const n = B.value;
1395
+ const _t = () => {
1396
+ ye.value != null ? C.value === "number" && typeof ye.value == "number" ? Q.value = ye.value : Q.value = String(ye.value) : Q.value = "", et.value = C.value;
1397
+ }, Vt = () => {
1398
+ const n = k.value;
1350
1399
  if (n.inputReadonly || n.disabled)
1351
1400
  return;
1352
- const s = !rt.value;
1353
- s ? vt.value = "text" : vt.value = x.value, rt.value = s;
1354
- }, it = (n) => {
1355
- if (x.value === "number") {
1401
+ const t = !bt.value;
1402
+ t ? et.value = "text" : et.value = C.value, bt.value = t;
1403
+ }, $t = a(() => et.value === "number"), Nt = (n) => {
1404
+ if (C.value === "number") {
1356
1405
  if (n === "" || n === null || n === void 0)
1357
1406
  return "";
1358
1407
  {
1359
- const s = typeof n == "number" ? n : Number(n);
1360
- return isNaN(s) ? n : s;
1408
+ const t = typeof n == "number" ? n : Number(n);
1409
+ return isNaN(t) ? n : t;
1361
1410
  }
1362
1411
  }
1363
1412
  return n;
1364
- }, Ot = () => {
1365
- C("clicked");
1366
- }, ra = () => {
1367
- w.value || B.value.inputReadonly || !pe.value || C("entered", it(Y.value));
1413
+ }, Gt = () => {
1414
+ h("clicked");
1415
+ }, oe = (n) => {
1416
+ n.stopPropagation(), !(w.value || k.value.inputReadonly) && Tt.value && Tt.value.focus();
1417
+ }, fa = () => {
1418
+ w.value || k.value.inputReadonly || !be.value || h("entered", Nt(Q.value));
1368
1419
  };
1369
- return H(x, (n) => {
1370
- vt.value = n;
1371
- }, { immediate: !0 }), H(ye, (n) => {
1420
+ return U(C, (n) => {
1421
+ et.value = n;
1422
+ }, { immediate: !0 }), U(ye, (n) => {
1372
1423
  if (n != null)
1373
- if (x.value === "number" && typeof n == "number")
1374
- n !== Y.value && (Y.value = n);
1424
+ if (C.value === "number" && typeof n == "number")
1425
+ n !== Q.value && (Q.value = n);
1375
1426
  else {
1376
- const s = String(n);
1377
- s !== Y.value && (Y.value = s);
1427
+ const t = String(n);
1428
+ t !== Q.value && (Q.value = t);
1378
1429
  }
1379
1430
  else
1380
- Y.value !== "" && (Y.value = "");
1381
- }, { immediate: !0 }), H(Y, (n) => {
1382
- $e.value && typeof n == "string" && (n = n.trim()), C("changed", it(n));
1383
- }), H(pt, (n) => {
1384
- C(n ? "focused" : "blurred");
1385
- }), H(rt, (n) => {
1386
- C("show-input-eye", n);
1387
- }, { immediate: !0 }), H(Y, (n) => {
1388
- $e.value && typeof n == "string" && (n = n.trim()), C("current-value", it(n));
1389
- }), H(x, (n) => {
1431
+ Q.value !== "" && (Q.value = "");
1432
+ }, { immediate: !0 }), U(Q, (n) => {
1433
+ ze.value && typeof n == "string" && (n = n.trim()), h("changed", Nt(n));
1434
+ }), U(it, (n) => {
1435
+ h(n ? "focused" : "blurred");
1436
+ }), U(bt, (n) => {
1437
+ h("show-input-eye", n);
1438
+ }, { immediate: !0 }), U(Q, (n) => {
1439
+ ze.value && typeof n == "string" && (n = n.trim()), h("current-value", Nt(n));
1440
+ }), U(C, (n) => {
1390
1441
  n === "password" && nextTick(() => {
1391
- const s = document.getElementById(we.value);
1392
- s && (s.type = "password", s.removeAttribute("autocomplete"));
1442
+ const t = document.getElementById(We.value);
1443
+ t && (t.type = "password", t.removeAttribute("autocomplete"));
1393
1444
  });
1394
- }), (n, s) => o(D) ? (F(), q("div", da({
1445
+ }), (n, t) => o(N) ? (M(), D("div", ba({
1395
1446
  key: 0,
1396
- class: ["nb-wrapper", Rt.value],
1397
- style: [Mt.value, kt.value, mt.value],
1447
+ class: ["nb-wrapper", Yt.value],
1448
+ style: [Mt.value, qt.value, xt.value],
1398
1449
  role: "input"
1399
- }, ta.value), [
1400
- ve("div", {
1401
- id: o(D),
1402
- class: We(["nb-reset", "component", u.value, g.value, W.value, Dt.value]),
1403
- style: Ee([jt.value, kt.value, mt.value]),
1404
- onClick: Ot
1450
+ }, ra.value), [
1451
+ pe("div", {
1452
+ id: o(N),
1453
+ class: Fe(["nb-reset", "component", B.value, ve.value, u.value, At.value]),
1454
+ style: Se([Bt.value, qt.value, xt.value]),
1455
+ onClick: Gt
1405
1456
  }, [
1406
- o(k) ? (F(), q("label", {
1457
+ o(Ke) ? (M(), D("label", {
1407
1458
  key: 0,
1408
- for: ht.value,
1459
+ for: gt.value,
1409
1460
  class: "component__label",
1410
- style: Ee([Ft.value])
1411
- }, xt(e.label), 13, Cl)) : Be("", !0),
1412
- Nt.value ? (F(), q("div", {
1461
+ style: Se([yt.value]),
1462
+ onClick: oe
1463
+ }, [
1464
+ It(kt(o(Lt)), 1),
1465
+ e.required ? (M(), D("span", $l, "*")) : re("", !0)
1466
+ ], 12, _l)) : re("", !0),
1467
+ Ne.value ? (M(), D("div", {
1413
1468
  key: 1,
1414
- class: We(["component__eye", Zt.value]),
1415
- style: Ee([mt.value]),
1416
- onClick: Lt
1469
+ class: Fe(["component__eye", St.value]),
1470
+ style: Se([xt.value]),
1471
+ onClick: Vt
1417
1472
  }, [
1418
- ve("label", {
1419
- for: ht.value,
1420
- class: We(["component__eye-icon", "fas"])
1473
+ pe("label", {
1474
+ for: gt.value,
1475
+ class: Fe(["component__eye-icon", "fas"])
1421
1476
  }, [
1422
- e.inputEyeCustomIcon ? (F(), q("span", Vl, [
1423
- rt.value ? ia(n.$slots, "eye-icon-show", { key: 0 }, () => [
1424
- s[4] || (s[4] = ga("show"))
1425
- ], !0) : ia(n.$slots, "eye-icon-hidden", { key: 1 }, () => [
1426
- s[5] || (s[5] = ga("hidden"))
1477
+ e.inputEyeCustomIcon ? (M(), D("span", Ml, [
1478
+ bt.value ? va(n.$slots, "eye-icon-show", { key: 0 }, () => [
1479
+ t[4] || (t[4] = It("show"))
1480
+ ], !0) : va(n.$slots, "eye-icon-hidden", { key: 1 }, () => [
1481
+ t[5] || (t[5] = It("hidden"))
1427
1482
  ], !0)
1428
- ])) : (F(), q("span", Sl, xt(Jt.value), 1))
1429
- ], 8, xl)
1430
- ], 6)) : Be("", !0),
1431
- pa(ve("input", {
1432
- "onUpdate:modelValue": s[0] || (s[0] = (je) => Y.value = je),
1433
- id: ht.value,
1434
- name: ht.value,
1435
- type: vt.value,
1436
- class: We(["component__input", [
1437
- qe.value,
1438
- Xt.value,
1483
+ ])) : (M(), D("span", Rl, kt(Ye.value), 1))
1484
+ ], 8, wl)
1485
+ ], 6)) : re("", !0),
1486
+ ha(pe("input", {
1487
+ ref_key: "inputRef",
1488
+ ref: Tt,
1489
+ "onUpdate:modelValue": t[0] || (t[0] = (l) => Q.value = l),
1490
+ id: gt.value,
1491
+ name: gt.value,
1492
+ type: et.value,
1493
+ class: Fe(["component__input", [
1494
+ A.value,
1495
+ na.value,
1439
1496
  r.value
1440
1497
  ]]),
1441
- placeholder: It.value,
1442
- disabled: o(w) || o(_),
1498
+ placeholder: la.value,
1499
+ disabled: o(w) || o($),
1443
1500
  required: e.required,
1444
- readonly: o(_),
1501
+ readonly: o($),
1445
1502
  autocomplete: e.inputAutocomplete,
1446
- tabindex: o(w) || o(_) ? -1 : o(Je),
1503
+ tabindex: o(w) || o($) ? -1 : o(Qe),
1504
+ min: $t.value ? e.min : void 0,
1505
+ max: $t.value ? e.max : void 0,
1506
+ step: $t.value ? e.step : void 0,
1447
1507
  role: "input",
1448
- style: Ee([mt.value, Pt.value]),
1449
- onFocus: s[1] || (s[1] = (je) => pt.value = !0),
1450
- onBlur: s[2] || (s[2] = (je) => pt.value = !1),
1451
- onKeydown: s[3] || (s[3] = qt((je) => !o(w) && o(pe) && ra(), ["enter"]))
1452
- }, null, 46, kl), [
1453
- [Ha, Y.value]
1508
+ style: Se([xt.value, Ut.value]),
1509
+ onFocus: t[1] || (t[1] = (l) => it.value = !0),
1510
+ onBlur: t[2] || (t[2] = (l) => it.value = !1),
1511
+ onKeydown: t[3] || (t[3] = Kt((l) => !o(w) && o(be) && fa(), ["enter"]))
1512
+ }, null, 46, zl), [
1513
+ [Ja, Q.value]
1454
1514
  ]),
1455
- o(re) ? (F(), q("label", {
1515
+ o(q) ? (M(), D("label", {
1456
1516
  key: 2,
1457
- for: ht.value,
1458
- class: We(["component__icon", _t.value])
1517
+ for: gt.value,
1518
+ class: Fe(["component__icon", sa.value])
1459
1519
  }, [
1460
- ia(n.$slots, "icon", {}, () => [
1461
- s[6] || (s[6] = ve("span", null, "♥", -1))
1520
+ va(n.$slots, "icon", {}, () => [
1521
+ t[6] || (t[6] = pe("span", null, "♥", -1))
1462
1522
  ], !0)
1463
- ], 10, Ll)) : Be("", !0)
1464
- ], 14, hl),
1465
- ea.value ? (F(), q("div", {
1523
+ ], 10, Wl)) : re("", !0)
1524
+ ], 14, Al),
1525
+ ua.value ? (M(), D("div", {
1466
1526
  key: 0,
1467
- class: We(["component__message", e.hasCustomMsg ? "component__message--custom" : "component__message--default"])
1527
+ class: Fe(["component__message", e.hasCustomMsg ? "component__message--custom" : "component__message--default"])
1468
1528
  }, [
1469
- ia(n.$slots, "message", {}, () => [
1470
- ga(xt(e.message), 1)
1529
+ va(n.$slots, "message", {}, () => [
1530
+ It(kt(e.message), 1)
1471
1531
  ], !0)
1472
- ], 2)) : Be("", !0)
1473
- ], 16)) : Be("", !0);
1532
+ ], 2)) : re("", !0)
1533
+ ], 16)) : re("", !0);
1474
1534
  }
1475
- }), Bl = /* @__PURE__ */ ba(Tl, [["__scopeId", "data-v-8af30d23"]]);
1476
- const Al = ["for"], _l = ["id"], $l = { class: "chip-text" }, wl = ["onClick"], Rl = ["id", "name", "placeholder", "readonly", "autocomplete", "required", "tabindex"], Ml = /* @__PURE__ */ Object.assign({
1535
+ }), Nl = /* @__PURE__ */ Ca(Dl, [["__scopeId", "data-v-23bbf3c4"]]);
1536
+ const Il = ["for"], El = {
1537
+ key: 0,
1538
+ class: "component__label--required"
1539
+ }, Pl = ["id"], Fl = ["onClick"], Ol = ["id", "name", "placeholder", "readonly", "autocomplete", "required", "tabindex"], ql = /* @__PURE__ */ Object.assign({
1477
1540
  name: "NbInputChip",
1478
1541
  inheritAttrs: !1
1479
1542
  }, {
@@ -1487,8 +1550,8 @@ const Al = ["for"], _l = ["id"], $l = { class: "chip-text" }, wl = ["onClick"],
1487
1550
  type: String,
1488
1551
  default: "b",
1489
1552
  validator: (e = "b") => {
1490
- const m = e.toLowerCase();
1491
- return ["b", "ib"].includes(m);
1553
+ const y = e.toLowerCase();
1554
+ return ["b", "ib"].includes(y);
1492
1555
  }
1493
1556
  },
1494
1557
  tabIndex: {
@@ -1753,7 +1816,7 @@ const Al = ["for"], _l = ["id"], $l = { class: "chip-text" }, wl = ["onClick"],
1753
1816
  },
1754
1817
  labelActiveTop: {
1755
1818
  type: Number,
1756
- default: 13
1819
+ default: -13
1757
1820
  },
1758
1821
  labelActiveLeft: {
1759
1822
  type: Number,
@@ -1793,170 +1856,184 @@ const Al = ["for"], _l = ["id"], $l = { class: "chip-text" }, wl = ["onClick"],
1793
1856
  darkTextColorLabelActive: {
1794
1857
  type: String,
1795
1858
  default: "#ffffff"
1859
+ },
1860
+ fontFamilyChip: {
1861
+ type: String,
1862
+ default: "'Lato', sans-serif"
1863
+ },
1864
+ fontSizeChip: {
1865
+ type: String,
1866
+ default: "1.2em"
1867
+ },
1868
+ fontWeightChip: {
1869
+ type: Number,
1870
+ default: 400,
1871
+ validator: (e) => e || 700
1796
1872
  }
1797
1873
  },
1798
1874
  emits: ["clicked", "changed", "removed", "added", "input-changed", "focused", "blurred"],
1799
- setup(e, { emit: m }) {
1800
- fa((u) => ({
1801
- "376e4d80": Y.value,
1802
- d807475a: rt.value,
1803
- "2226ac9e": o(gt),
1804
- "19aa3459": o(He),
1805
- "0af60f52": o(tt),
1806
- "4bbf74ed": o(Je),
1807
- "1e97d576": o(Te),
1808
- "7a6f588e": o(Se),
1809
- "2c5ee94f": o(Ge),
1810
- "5743c377": o(lt),
1811
- 96524120: o(dt),
1812
- "14bf75ea": o(Xe),
1813
- b4bd543a: o(Ke),
1814
- ade22ca8: o(y),
1815
- f111ceb4: o(ye),
1816
- "2cc9ab48": o(ct),
1817
- 14762890: ae.value,
1818
- fd7aaf40: B.value,
1819
- ea04a49c: Rt.value,
1820
- "594730ca": Mt.value,
1821
- b5c8eede: u.styleButtonColor,
1822
- "2d3d8114": vt.value,
1823
- "87feb986": o(at),
1824
- a61b2794: o(yt),
1825
- "2abf974a": o(Ue),
1826
- "71083e54": o(V)
1827
- })), sa(() => {
1828
- U.value.length > 0 && (j.value = U.value);
1875
+ setup(e, { emit: y }) {
1876
+ ya((r) => ({
1877
+ "6622f6ac": Pt.value,
1878
+ "6b4fc1fd": Tt.value,
1879
+ "3459745b": o(mt),
1880
+ "363da183": o(He),
1881
+ af4a5108: o(at),
1882
+ "2db785d2": o(Qe),
1883
+ "6ff10a22": o(Te),
1884
+ "6b000890": o(xe),
1885
+ bb8dbd36: o(Ue),
1886
+ "054dede6": o(nt),
1887
+ "1d036a06": o(dt),
1888
+ "5dcccfa1": o(Je),
1889
+ "9654da0e": o(Ge),
1890
+ "87af8d7c": o(b),
1891
+ "397adabc": o(ye),
1892
+ "7cda4e72": o(ct),
1893
+ eb5f3eb4: z.value,
1894
+ "2d219a14": bt.value,
1895
+ "3d016fc8": it.value,
1896
+ cd3a7540: k.value,
1897
+ "428050bb": r.styleButtonColor,
1898
+ "2ece0a20": Q.value,
1899
+ "0c114667": o(lt),
1900
+ "70496a60": o(ht),
1901
+ "048cf81e": o(je),
1902
+ "9db85a2c": o(S)
1903
+ })), pa(() => {
1904
+ G.value.length > 0 && (ee.value = G.value);
1829
1905
  });
1830
- const C = m, E = e, {
1831
- nbId: D,
1906
+ const h = y, P = e, {
1907
+ nbId: N,
1832
1908
  display: Ve,
1833
- textColor: pe,
1834
- paddingX: Ae,
1909
+ textColor: be,
1910
+ paddingX: Re,
1835
1911
  paddingY: ke,
1836
- borderRadius: se,
1912
+ borderRadius: ie,
1837
1913
  disabled: J,
1838
- fontFamily: Pe,
1839
- fontSize: _e,
1840
- fontWeight: ne,
1841
- currentList: U,
1914
+ fontFamily: Oe,
1915
+ fontSize: Me,
1916
+ fontWeight: ae,
1917
+ currentList: G,
1842
1918
  allowDuplicates: w,
1843
- minChips: oe,
1844
- maxChips: de,
1845
- inputPosition: G,
1919
+ minChips: le,
1920
+ maxChips: se,
1921
+ inputPosition: K,
1846
1922
  width: Le,
1847
- inputName: ce,
1848
- inputPlaceholder: P,
1849
- inputUppercase: be,
1923
+ inputName: de,
1924
+ inputPlaceholder: F,
1925
+ inputUppercase: ge,
1850
1926
  inputReadonly: X,
1851
- inputAutocomplete: Ce,
1852
- required: ge,
1853
- textAlign: xe,
1854
- hasBorderRadius: _,
1927
+ inputAutocomplete: he,
1928
+ required: ce,
1929
+ textAlign: Ce,
1930
+ hasBorderRadius: $,
1855
1931
  activeTextStyle: L,
1856
- theme: x,
1857
- inputStyle: $e,
1932
+ theme: C,
1933
+ inputStyle: ze,
1858
1934
  lightBgColor: He,
1859
- lightBgColorFocus: we,
1860
- lightBorderColor: tt,
1935
+ lightBgColorFocus: We,
1936
+ lightBorderColor: at,
1861
1937
  lightBorderColorFocus: ye,
1862
- lightDisabledBgColor: at,
1863
- lightTextColor: gt,
1864
- lightChipBgColor: Je,
1938
+ lightDisabledBgColor: lt,
1939
+ lightTextColor: mt,
1940
+ lightChipBgColor: Qe,
1865
1941
  lightChipTextColor: Te,
1866
- lightChipRemoveColor: Se,
1867
- lightDisabledBorderColor: yt,
1868
- darkBgColor: lt,
1942
+ lightChipRemoveColor: xe,
1943
+ lightDisabledBorderColor: ht,
1944
+ darkBgColor: nt,
1869
1945
  darkBgColorFocus: st,
1870
1946
  darkBorderColor: dt,
1871
1947
  darkBorderColorFocus: ct,
1872
- darkDisabledBgColor: Ue,
1873
- darkTextColor: Ge,
1874
- darkChipBgColor: Xe,
1875
- darkChipTextColor: Ke,
1876
- darkChipRemoveColor: y,
1877
- darkDisabledBorderColor: V,
1878
- tabIndex: ue,
1948
+ darkDisabledBgColor: je,
1949
+ darkTextColor: Ue,
1950
+ darkChipBgColor: Je,
1951
+ darkChipTextColor: Ge,
1952
+ darkChipRemoveColor: b,
1953
+ darkDisabledBorderColor: S,
1954
+ tabIndex: ne,
1879
1955
  hasTabIndexEnter: Z,
1880
1956
  ariaLabel: me,
1881
- ariaAttrs: Re,
1882
- caretColor: Ye,
1883
- selectionBgColor: re,
1884
- selectionTextColor: c,
1885
- showLabel: b,
1957
+ ariaAttrs: Be,
1958
+ caretColor: Xe,
1959
+ selectionBgColor: q,
1960
+ selectionTextColor: d,
1961
+ showLabel: m,
1886
1962
  label: fe,
1887
- labelBackground: K,
1888
- labelPadding: ee,
1889
- labelBorderRadius: Me,
1890
- labelLeft: ze,
1891
- inputLabelMarginActive: Fe,
1892
- labelActiveTop: Qe,
1963
+ labelBackground: H,
1964
+ labelPadding: Y,
1965
+ labelBorderRadius: Ae,
1966
+ labelLeft: _e,
1967
+ inputLabelMarginActive: De,
1968
+ labelActiveTop: qe,
1893
1969
  labelActiveLeft: Ze,
1894
- fontFamilyLabel: nt,
1895
- fontSizeLabel: ot,
1970
+ fontFamilyLabel: ot,
1971
+ fontSizeLabel: ut,
1896
1972
  fontSizeLabelActive: ft,
1897
- fontWeightLabel: h,
1898
- lightTextColorLabel: R,
1899
- lightTextColorLabelActive: k,
1900
- darkTextColorLabel: Oe,
1901
- darkTextColorLabelActive: T
1902
- } = va(E), he = Q(""), St = Q(null), Vt = Q(null), ut = Q(null), j = Q([]), N = Q(!1), te = a(() => {
1903
- const u = J.value ? "component-disabled" : "", g = Ve.value !== "b" ? "inline-block" : "block", W = !Le.value || Le.value < 185 ? 185 : Le.value, qe = pe ? pe.value : "ffffff", Nt = Ye.value ? Ye.value : "", Jt = re.value ? re.value : "", ht = c.value ? c.value : "", It = Ae.value !== 0 && !Ae.value || Ae.value < 0 ? 1 : Ae.value, Wt = ke.value !== 0 && !ke.value || ke.value < 0 ? 0.2 : ke.value, Xt = se.value !== 0 && !se.value || se.value < 0 ? 0 : se.value, Zt = Pe.value ? Pe.value : "'Lato', sans-serif", Ct = _e.value ? _e.value : "1.4em", ea = ne.value !== 0 && !ne.value || ne.value < 0 ? 100 : ne.value, ta = oe.value !== 0 && !oe.value || oe.value < 0 ? 0 : oe.value, aa = de.value !== 0 && !de.value || de.value < 0 ? 10 : de.value, la = !G.value || !["top", "bottom"].includes(G.value) ? "bottom" : G.value, _t = !$e.value || !["background", "line", "border"].includes($e.value) ? "background" : $e.value, na = x.value ? x.value : "light", oa = b.value ? b.value : !1, ua = ze.value !== 0 && !ze.value || ze.value < 0 ? 5 : ze.value, Et = K.value ? K.value : "transparent", Pt = Fe.value !== 0 && !Fe.value || Fe.value < 0 ? 15 : Fe.value, Ft = ee.value ? ee.value : "1px 5px", bt = Me.value !== 0 && !Me.value || Me.value < 0 ? 0 : Me.value, Lt = Qe.value === null || Qe.value === void 0 ? 13 : Qe.value, it = Ze.value === null || Ze.value === void 0 ? 5 : Ze.value, Ot = nt.value ? nt.value : "'Lato', sans-serif", ra = ot.value ? ot.value : "1em", n = ft.value ? ft.value : "0.8em", s = h.value ? h.value : 400, je = R.value ? R.value : "#333333", le = Oe.value ? Oe.value : "#ffffff", t = k.value ? k.value : "#333333", l = T.value ? T.value : "#ffffff";
1973
+ fontWeightLabel: vt,
1974
+ lightTextColorLabel: pt,
1975
+ lightTextColorLabelActive: Ke,
1976
+ darkTextColorLabel: Lt,
1977
+ darkTextColorLabelActive: g,
1978
+ fontFamilyChip: I,
1979
+ fontSizeChip: T,
1980
+ fontWeightChip: $e
1981
+ } = ma(P), f = j(""), rt = j(null), wt = j(null), Rt = j(null), ee = j([]), we = j(!1), V = a(() => {
1982
+ const r = J.value ? "component-disabled" : "", B = Ve.value !== "b" ? "inline-block" : "block", ve = !Le.value || Le.value < 185 ? 185 : Le.value, u = be ? be.value : "ffffff", A = Xe.value ? Xe.value : "", Ne = q.value ? q.value : "", Ye = d.value ? d.value : "", gt = Re.value !== 0 && !Re.value || Re.value < 0 ? 1 : Re.value, la = ke.value !== 0 && !ke.value || ke.value < 0 ? 0.2 : ke.value, Wt = ie.value !== 0 && !ie.value || ie.value < 0 ? 0 : ie.value, na = Oe.value ? Oe.value : "'Lato', sans-serif", St = Me.value ? Me.value : "1.2em", oa = ae.value !== 0 && !ae.value || ae.value < 0 ? 100 : ae.value, ua = le.value !== 0 && !le.value || le.value < 0 ? 0 : le.value, ra = se.value !== 0 && !se.value || se.value < 0 ? 10 : se.value, ia = !K.value || !["top", "bottom"].includes(K.value) ? "bottom" : K.value, Dt = !ze.value || !["background", "line", "border"].includes(ze.value) ? "background" : ze.value, sa = C.value ? C.value : "light", da = m.value ? m.value : !1, ca = _e.value !== 0 && !_e.value || _e.value < 0 ? 5 : _e.value, Ht = H.value ? H.value : "transparent", jt = De.value !== 0 && !De.value || De.value < 0 ? 15 : De.value, Ut = Y.value ? Y.value : "1px 5px", yt = Ae.value !== 0 && !Ae.value || Ae.value < 0 ? 0 : Ae.value, _t = qe.value === null || qe.value === void 0 ? -13 : qe.value, Vt = Ze.value === null || Ze.value === void 0 ? 5 : Ze.value, $t = ot.value ? ot.value : "'Lato', sans-serif", Nt = ut.value ? ut.value : "1em", Gt = ft.value ? ft.value : "0.8em", oe = vt.value ? vt.value : 400, fa = pt.value ? pt.value : "#333333", n = Lt.value ? Lt.value : "#ffffff", t = Ke.value ? Ke.value : "#333333", l = g.value ? g.value : "#ffffff", s = I.value ? I.value : "'Lato', sans-serif", i = T.value ? T.value : "1.2em", v = $e.value ? $e.value : 400;
1904
1983
  return {
1905
- disabled: u,
1906
- display: g,
1907
- width: W,
1908
- font: Zt,
1909
- fontSize: Ct,
1910
- fontWeight: ea,
1911
- textColor: qe,
1912
- caretColor: Nt,
1913
- selectionBgColor: Jt,
1914
- selectionTextColor: ht,
1915
- paddingX: It,
1916
- paddingY: Wt,
1917
- borderRadius: Xt,
1918
- minChips: ta,
1919
- maxChips: aa,
1920
- inputPosition: la,
1921
- inputStyle: _t,
1922
- theme: na,
1923
- showLabel: oa,
1924
- labelLeft: ua,
1925
- labelBackground: Et,
1926
- inputLabelMarginActive: Pt,
1927
- labelPadding: Ft,
1928
- labelBorderRadius: bt,
1929
- labelActiveTop: Lt,
1930
- labelActiveLeft: it,
1931
- fontFamilyLabel: Ot,
1932
- fontSizeLabel: ra,
1933
- fontSizeLabelActive: n,
1934
- fontWeightLabel: s,
1935
- lightTextColorLabel: je,
1936
- darkTextColorLabel: le,
1984
+ disabled: r,
1985
+ display: B,
1986
+ width: ve,
1987
+ font: na,
1988
+ fontSize: St,
1989
+ fontWeight: oa,
1990
+ textColor: u,
1991
+ caretColor: A,
1992
+ selectionBgColor: Ne,
1993
+ selectionTextColor: Ye,
1994
+ paddingX: gt,
1995
+ paddingY: la,
1996
+ borderRadius: Wt,
1997
+ minChips: ua,
1998
+ maxChips: ra,
1999
+ inputPosition: ia,
2000
+ inputStyle: Dt,
2001
+ theme: sa,
2002
+ showLabel: da,
2003
+ labelLeft: ca,
2004
+ labelBackground: Ht,
2005
+ inputLabelMarginActive: jt,
2006
+ labelPadding: Ut,
2007
+ labelBorderRadius: yt,
2008
+ labelActiveTop: _t,
2009
+ labelActiveLeft: Vt,
2010
+ fontFamilyLabel: $t,
2011
+ fontSizeLabel: Nt,
2012
+ fontSizeLabelActive: Gt,
2013
+ fontWeightLabel: oe,
2014
+ lightTextColorLabel: fa,
2015
+ darkTextColorLabel: n,
1937
2016
  lightTextColorLabelActive: t,
1938
- darkTextColorLabelActive: l
2017
+ darkTextColorLabelActive: l,
2018
+ fontFamilyChip: s,
2019
+ fontSizeChip: i,
2020
+ fontWeightChip: v
1939
2021
  };
1940
- }), $ = a(() => te.value.disabled), M = a(() => {
1941
- const u = te.value, g = At.value;
2022
+ }), Ct = a(() => V.value.disabled), R = a(() => ({
2023
+ display: V.value.display
2024
+ })), z = a(() => {
2025
+ const r = V.value;
2026
+ return r.fontSize ? r.fontSize : "1.2em";
2027
+ }), te = a(() => {
2028
+ const r = V.value, B = xt.value;
1942
2029
  return {
1943
- display: u.display,
1944
- // Adiciona padding-top quando o label está ativo para evitar que seja cortado
1945
- paddingTop: g && b.value ? `${Math.abs(u.labelActiveTop)}px` : "0"
1946
- };
1947
- }), ae = a(() => {
1948
- const u = te.value;
1949
- return u.fontSize ? u.fontSize : "1.4em";
1950
- }), I = a(() => {
1951
- const u = te.value, g = At.value;
1952
- return {
1953
- color: u.textColor,
1954
- padding: `${u.paddingY}rem ${u.paddingX}rem`,
1955
- fontWeight: u.fontWeight,
1956
- textAlign: xe.value,
1957
- marginTop: g && b.value ? `${u.inputLabelMarginActive}px` : "0"
2030
+ color: r.textColor,
2031
+ padding: `${r.paddingY}rem ${r.paddingX}rem`,
2032
+ fontWeight: r.fontWeight,
2033
+ textAlign: Ce.value,
2034
+ marginTop: B && m.value ? `${r.inputLabelMarginActive}px` : "0"
1958
2035
  };
1959
- }), $t = a(() => {
2036
+ }), E = a(() => {
1960
2037
  switch (L.value) {
1961
2038
  case "italic":
1962
2039
  return "component__text--italic";
@@ -1965,63 +2042,70 @@ const Al = ["for"], _l = ["id"], $l = { class: "chip-text" }, wl = ["onClick"],
1965
2042
  default:
1966
2043
  return "component__text--normal";
1967
2044
  }
1968
- }), wt = a(() => {
1969
- const u = te.value;
1970
- return u.inputStyle !== "line" && _.value ? { borderRadius: `${u.borderRadius}rem` } : {};
1971
- }), Y = a(() => te.value.font), vt = a(() => te.value.textColor), rt = a(() => te.value.inputPosition === "top" ? "column" : "column-reverse"), pt = a(() => {
1972
- const u = {};
1973
- Re.value && Object.keys(Re.value).forEach((qe) => u[`aria-${qe}`] = Re.value[qe]);
1974
- const g = {
2045
+ }), Et = a(() => {
2046
+ const r = V.value;
2047
+ return r.inputStyle !== "line" && $.value ? { borderRadius: `${r.borderRadius}rem` } : {};
2048
+ }), Pt = a(() => V.value.font), Q = a(() => V.value.textColor), Tt = a(() => V.value.inputPosition === "top" ? "column" : "column-reverse"), et = a(() => {
2049
+ const r = {};
2050
+ Be.value && Object.keys(Be.value).forEach((u) => r[`aria-${u}`] = Be.value[u]);
2051
+ const B = {
1975
2052
  "aria-label": me.value,
1976
2053
  "aria-disabled": J.value,
1977
- ...u
2054
+ ...r
1978
2055
  };
1979
2056
  return Object.fromEntries(
1980
- Object.entries(g).filter(([W, qe]) => qe != null)
2057
+ Object.entries(B).filter(([ve, u]) => u != null)
1981
2058
  );
1982
- }), B = a(() => {
1983
- const u = te.value;
1984
- return u.caretColor || (u.theme === "dark" ? "#00d4ff" : "#007bff");
1985
- }), Rt = a(() => {
1986
- const u = te.value;
1987
- return u.selectionBgColor || (u.theme === "dark" ? "#00d4ff" : "#007bff");
1988
- }), Mt = a(() => {
1989
- const u = te.value;
1990
- return u.selectionTextColor || (u.theme === "dark" ? "#000000" : "#ffffff");
1991
- }), Tt = a(() => ({
1992
- caretColor: B.value
1993
- })), jt = a(() => ({
1994
- "--selection-bg-color": Rt.value,
1995
- "--selection-text-color": Mt.value
1996
- })), mt = a(() => {
1997
- const u = te.value, g = {
1998
- width: `${u.width}px`
2059
+ }), bt = a(() => {
2060
+ const r = V.value;
2061
+ return r.caretColor || (r.theme === "dark" ? "#00d4ff" : "#007bff");
2062
+ }), it = a(() => {
2063
+ const r = V.value;
2064
+ return r.selectionBgColor || (r.theme === "dark" ? "#00d4ff" : "#007bff");
2065
+ }), k = a(() => {
2066
+ const r = V.value;
2067
+ return r.selectionTextColor || (r.theme === "dark" ? "#000000" : "#ffffff");
2068
+ }), Yt = a(() => ({
2069
+ caretColor: bt.value
2070
+ })), Mt = a(() => ({
2071
+ "--selection-bg-color": it.value,
2072
+ "--selection-text-color": k.value
2073
+ })), Qt = a(() => {
2074
+ const r = V.value, B = {
2075
+ width: `${r.width}px`
1999
2076
  };
2000
- return u.display === "block" ? { width: "auto" } : g;
2001
- }), Bt = a(() => ce.value ? ce.value : `${D.value}-name-label`), At = a(() => N.value || j.value.length > 0 || he.value && he.value.trim().length > 0), zt = a(() => b.value ? N.value || j.value.length > 0 ? P.value : "" : P.value), Ht = a(() => {
2002
- const u = te.value, g = At.value, W = g ? u.lightTextColorLabelActive : u.lightTextColorLabel, qe = g ? u.darkTextColorLabelActive : u.darkTextColorLabel;
2077
+ return r.display === "block" ? { width: "auto" } : B;
2078
+ }), Bt = a(() => de.value ? de.value : `${N.value}-name-label`), xt = a(() => we.value || ee.value.length > 0 || f.value && f.value.trim().length > 0), Jt = a(() => m.value ? we.value || ee.value.length > 0 ? F.value : "" : F.value), Ft = a(() => {
2079
+ const r = V.value, B = xt.value, ve = B ? r.lightTextColorLabelActive : r.lightTextColorLabel, u = B ? r.darkTextColorLabelActive : r.darkTextColorLabel;
2003
2080
  return {
2004
- fontFamily: u.fontFamilyLabel,
2005
- fontSize: g ? u.fontSizeLabelActive : u.fontSizeLabel,
2006
- fontWeight: u.fontWeightLabel,
2007
- color: u.theme === "dark" ? qe : W,
2008
- top: g ? `${u.labelActiveTop}px` : "50%",
2009
- left: g ? `${u.labelActiveLeft}px` : `${u.labelLeft}px`,
2010
- transform: g ? "translateY(0)" : "translateY(-50%)",
2081
+ fontFamily: r.fontFamilyLabel,
2082
+ fontSize: B ? r.fontSizeLabelActive : r.fontSizeLabel,
2083
+ fontWeight: r.fontWeightLabel,
2084
+ color: r.theme === "dark" ? u : ve,
2085
+ top: B ? `${r.labelActiveTop}px` : "50%",
2086
+ left: B ? `${r.labelActiveLeft}px` : `${r.labelLeft}px`,
2087
+ transform: B ? "translateY(0)" : "translateY(-50%)",
2011
2088
  transition: "all 0.2s ease",
2012
- backgroundColor: g ? u.labelBackground : "transparent",
2013
- padding: g ? u.labelPadding : "0",
2014
- borderRadius: g ? `${u.labelBorderRadius}rem` : "0"
2089
+ backgroundColor: B ? r.labelBackground : "transparent",
2090
+ padding: B ? r.labelPadding : "0",
2091
+ borderRadius: B ? `${r.labelBorderRadius}rem` : "0"
2015
2092
  };
2016
- }), Ut = a(() => {
2017
- switch (x.value) {
2093
+ }), Ot = a(() => {
2094
+ const r = V.value;
2095
+ return {
2096
+ fontSize: r.fontSizeChip,
2097
+ fontWeight: r.fontWeightChip,
2098
+ fontFamily: r.fontFamilyChip
2099
+ };
2100
+ }), Xt = a(() => {
2101
+ switch (C.value) {
2018
2102
  case "dark":
2019
2103
  return "component__theme--dark";
2020
2104
  default:
2021
2105
  return "component__theme--light";
2022
2106
  }
2023
- }), Gt = a(() => {
2024
- switch ($e.value) {
2107
+ }), Zt = a(() => {
2108
+ switch (ze.value) {
2025
2109
  case "line":
2026
2110
  return "component__input--line";
2027
2111
  case "border":
@@ -2029,95 +2113,105 @@ const Al = ["for"], _l = ["id"], $l = { class: "chip-text" }, wl = ["onClick"],
2029
2113
  default:
2030
2114
  return "component__input--background";
2031
2115
  }
2032
- }), Kt = () => {
2033
- C("clicked");
2034
- }, Yt = () => {
2035
- N.value = !0, C("focused");
2036
- }, Qt = () => {
2037
- N.value = !1, C("blurred");
2038
- }, kt = (u) => {
2039
- if (!(J.value || X.value) && u.key === "Enter" && he.value.trim() !== "") {
2040
- u.preventDefault();
2041
- let g = he.value.trim();
2042
- be.value && (g = g.toUpperCase()), (w.value || !j.value.includes(g)) && Dt(g), he.value = "";
2116
+ }), ea = () => {
2117
+ h("clicked");
2118
+ }, ta = () => {
2119
+ we.value = !0, h("focused");
2120
+ }, aa = () => {
2121
+ we.value = !1, h("blurred");
2122
+ }, zt = (r) => {
2123
+ if (!(J.value || X.value) && r.key === "Enter" && f.value.trim() !== "") {
2124
+ r.preventDefault();
2125
+ let B = f.value.trim();
2126
+ ge.value && (B = B.toUpperCase()), (w.value || !ee.value.includes(B)) && qt(B), f.value = "";
2043
2127
  }
2044
- }, Dt = (u) => {
2045
- j.value.push(u), C("added", u);
2046
- }, r = (u) => {
2047
- j.value = j.value.filter((g) => g !== u), C("removed", u);
2128
+ }, qt = (r) => {
2129
+ ee.value.push(r), h("added", r);
2130
+ }, At = (r) => {
2131
+ ee.value = ee.value.filter((B) => B !== r), h("removed", r);
2048
2132
  };
2049
- return H(U, (u) => {
2050
- j.value = u, C("changed", u);
2051
- }), H(he, (u) => {
2052
- C("input-changed", u);
2053
- }), (u, g) => o(D) ? (F(), q("div", da({
2133
+ return U(G, (r) => {
2134
+ ee.value = r, h("changed", r);
2135
+ }), U(f, (r) => {
2136
+ h("input-changed", r);
2137
+ }), (r, B) => o(N) ? (M(), D("div", ba({
2054
2138
  key: 0,
2055
- class: ["nb-wrapper", $.value],
2056
- style: [M.value],
2139
+ class: ["nb-wrapper", Ct.value],
2140
+ style: [R.value],
2057
2141
  role: "input"
2058
- }, pt.value, { onClick: Kt }), [
2059
- o(b) ? (F(), q("label", {
2142
+ }, et.value, { onClick: ea }), [
2143
+ o(m) ? (M(), D("label", {
2060
2144
  key: 0,
2061
2145
  for: Bt.value,
2062
2146
  class: "component__label",
2063
- style: Ee([Ht.value])
2064
- }, xt(o(fe)), 13, Al)) : Be("", !0),
2065
- ve("div", {
2066
- id: o(D),
2147
+ style: Se([Ft.value])
2148
+ }, [
2149
+ It(kt(o(fe)), 1),
2150
+ o(ce) ? (M(), D("span", El, "*")) : re("", !0)
2151
+ ], 12, Il)) : re("", !0),
2152
+ pe("div", {
2153
+ id: o(N),
2067
2154
  ref_key: "chipsContainer",
2068
- ref: St,
2069
- class: We(["nb-reset", "component", Ut.value, Gt.value]),
2070
- style: Ee([I.value, mt.value, wt.value])
2155
+ ref: rt,
2156
+ class: Fe(["nb-reset", "component", Xt.value, Zt.value]),
2157
+ style: Se([te.value, Qt.value, Et.value])
2071
2158
  }, [
2072
- j.value.length > 0 ? (F(), q("div", {
2159
+ ee.value.length > 0 ? (M(), D("div", {
2073
2160
  key: 0,
2074
2161
  ref_key: "chips",
2075
- ref: ut,
2162
+ ref: Rt,
2076
2163
  class: "chips"
2077
2164
  }, [
2078
- (F(!0), q(qa, null, ja(j.value, (W) => (F(), q("div", {
2079
- key: W,
2165
+ (M(!0), D(Ya, null, Qa(ee.value, (ve) => (M(), D("div", {
2166
+ key: ve,
2080
2167
  class: "chip"
2081
2168
  }, [
2082
- ia(u.$slots, "chip", {
2083
- chips: j.value,
2084
- chip: W,
2085
- removeChip: r
2169
+ va(r.$slots, "chip", {
2170
+ chips: ee.value,
2171
+ chip: ve,
2172
+ removeChip: At
2086
2173
  }, () => [
2087
- ve("span", $l, xt(W), 1),
2088
- !o(J) && !o(X) ? (F(), q("span", {
2174
+ pe("span", {
2175
+ class: "chip-text",
2176
+ style: Se([Ot.value])
2177
+ }, kt(ve), 5),
2178
+ !o(J) && !o(X) ? (M(), D("span", {
2089
2179
  key: 0,
2090
2180
  class: "chip-remove",
2091
- onClick: (qe) => r(W)
2092
- }, "×", 8, wl)) : Be("", !0)
2181
+ style: Se([Ot.value]),
2182
+ onClick: (u) => At(ve)
2183
+ }, "×", 12, Fl)) : re("", !0)
2093
2184
  ], !0)
2094
2185
  ]))), 128))
2095
- ], 512)) : Be("", !0),
2096
- pa(ve("input", {
2186
+ ], 512)) : re("", !0),
2187
+ ha(pe("input", {
2097
2188
  ref_key: "chipInput",
2098
- ref: Vt,
2189
+ ref: wt,
2099
2190
  type: "text",
2100
- "onUpdate:modelValue": g[0] || (g[0] = (W) => he.value = W),
2191
+ "onUpdate:modelValue": B[0] || (B[0] = (ve) => f.value = ve),
2101
2192
  id: Bt.value,
2102
2193
  name: Bt.value,
2103
- placeholder: zt.value,
2194
+ placeholder: Jt.value,
2104
2195
  readonly: o(X),
2105
- autocomplete: o(Ce),
2106
- required: o(ge),
2107
- tabindex: o(J) || o(X) ? -1 : o(ue),
2108
- class: We(["chips-input", $t.value]),
2109
- style: Ee([Tt.value, jt.value]),
2110
- onKeydown: g[1] || (g[1] = qt((W) => !o(J) && o(Z) && kt(W), ["enter"])),
2111
- onFocus: Yt,
2112
- onBlur: Qt
2113
- }, null, 46, Rl), [
2114
- [Ua, he.value]
2196
+ autocomplete: o(he),
2197
+ required: o(ce),
2198
+ tabindex: o(J) || o(X) ? -1 : o(ne),
2199
+ class: Fe(["chips-input", E.value]),
2200
+ style: Se([Yt.value, Mt.value]),
2201
+ onKeydown: B[1] || (B[1] = Kt((ve) => !o(J) && o(Z) && zt(ve), ["enter"])),
2202
+ onFocus: ta,
2203
+ onBlur: aa
2204
+ }, null, 46, Ol), [
2205
+ [Xa, f.value]
2115
2206
  ])
2116
- ], 14, _l)
2117
- ], 16)) : Be("", !0);
2207
+ ], 14, Pl)
2208
+ ], 16)) : re("", !0);
2118
2209
  }
2119
- }), zl = /* @__PURE__ */ ba(Ml, [["__scopeId", "data-v-3467aba9"]]);
2120
- const Dl = ["id"], Nl = ["for"], Il = ["id", "name", "placeholder", "disabled", "required", "readonly", "autocomplete", "tabindex"], Wl = /* @__PURE__ */ Object.assign({
2210
+ }), Hl = /* @__PURE__ */ Ca(ql, [["__scopeId", "data-v-ad4015ce"]]);
2211
+ const jl = ["id"], Ul = ["for"], Gl = {
2212
+ key: 0,
2213
+ class: "component__label--required"
2214
+ }, Kl = ["id", "name", "placeholder", "disabled", "required", "readonly", "autocomplete", "tabindex"], Yl = /* @__PURE__ */ Object.assign({
2121
2215
  name: "NbTextarea",
2122
2216
  inheritAttrs: !1
2123
2217
  }, {
@@ -2131,8 +2225,8 @@ const Dl = ["id"], Nl = ["for"], Il = ["id", "name", "placeholder", "disabled",
2131
2225
  type: String,
2132
2226
  default: "b",
2133
2227
  validator: (e = "b") => {
2134
- const m = e.toLowerCase();
2135
- return ["b", "ib"].includes(m);
2228
+ const y = e.toLowerCase();
2229
+ return ["b", "ib"].includes(y);
2136
2230
  }
2137
2231
  },
2138
2232
  tabIndex: {
@@ -2458,6 +2552,26 @@ const Dl = ["id"], Nl = ["for"], Il = ["id", "name", "placeholder", "disabled",
2458
2552
  default: "vertical",
2459
2553
  validator: (e) => ["none", "both", "vertical", "horizontal"].indexOf(e) !== -1
2460
2554
  },
2555
+ minWidth: {
2556
+ // Largura mínima do textarea
2557
+ type: String,
2558
+ default: "auto"
2559
+ },
2560
+ maxWidth: {
2561
+ // Largura máxima do textarea
2562
+ type: String,
2563
+ default: "auto"
2564
+ },
2565
+ minHeight: {
2566
+ // Altura mínima do textarea
2567
+ type: String,
2568
+ default: "auto"
2569
+ },
2570
+ maxHeight: {
2571
+ // Altura máxima do textarea
2572
+ type: String,
2573
+ default: "auto"
2574
+ },
2461
2575
  autoResize: {
2462
2576
  // Redimensionamento automático
2463
2577
  type: Boolean,
@@ -2485,186 +2599,194 @@ const Dl = ["id"], Nl = ["for"], Il = ["id", "name", "placeholder", "disabled",
2485
2599
  "clicked",
2486
2600
  "entered"
2487
2601
  ],
2488
- setup(e, { emit: m }) {
2489
- fa((r) => ({
2490
- "047a55d8": N.value,
2491
- ea886f76: o(Je),
2492
- "5f575c4c": $t.value,
2493
- "49bec09e": wt.value,
2494
- "6c0f38b6": Y.value,
2495
- "39a7a83b": o(lt),
2496
- f3bddb72: o(yt),
2497
- "57474d63": o(Te),
2498
- "2f3efd35": o(Se),
2499
- dec8fa5e: o(gt),
2500
- "1a17e7ed": o(ye),
2501
- "643b68eb": o(at),
2502
- "21bee77c": Vt.value,
2503
- "07928033": o(st),
2504
- "34a18ea8": Bt.value,
2505
- "780ea453": te.value,
2506
- 56538312: $.value,
2507
- "788359bb": M.value,
2508
- dfd2f9d6: I.value,
2509
- ecc55bb6: r.styleButtonColor,
2510
- f59f43ec: ae.value
2511
- })), sa(() => {
2512
- k.value = He.value;
2513
- }), ma(() => {
2514
- Yt();
2602
+ setup(e, { emit: y }) {
2603
+ ya((u) => ({
2604
+ "15fde79e": V.value,
2605
+ "2d10b64f": o(Qe),
2606
+ "07a02f82": Et.value,
2607
+ f1245958: Pt.value,
2608
+ "0b771428": Q.value,
2609
+ "0d57d0f1": o(nt),
2610
+ "6ac15a7d": o(ht),
2611
+ "6b362b99": o(Te),
2612
+ dfdede82: o(xe),
2613
+ "4004415b": o(mt),
2614
+ f7f65f12: o(ye),
2615
+ "1d9c46a1": o(lt),
2616
+ "1521df9c": Rt.value,
2617
+ "7eef73e9": o(st),
2618
+ "4f9c2136": xt.value,
2619
+ e804faee: Ct.value,
2620
+ "02c75370": R.value,
2621
+ "31e43771": z.value,
2622
+ "6474d46a": E.value,
2623
+ "2b2234a2": u.styleButtonColor,
2624
+ "27854c14": te.value
2625
+ })), pa(() => {
2626
+ T.value = He.value;
2627
+ }), $a(() => {
2628
+ At();
2515
2629
  });
2516
- const C = m, E = e, {
2517
- nbId: D,
2630
+ const h = y, P = e, {
2631
+ nbId: N,
2518
2632
  display: Ve,
2519
- hasTabIndexEnter: pe,
2520
- ariaLabel: Ae,
2633
+ hasTabIndexEnter: be,
2634
+ ariaLabel: Re,
2521
2635
  ariaAttrs: ke,
2522
- textColor: se,
2636
+ textColor: ie,
2523
2637
  caretColor: J,
2524
- selectionBgColor: Pe,
2525
- selectionTextColor: _e,
2526
- hasBorderRadius: ne,
2527
- borderRadius: U,
2638
+ selectionBgColor: Oe,
2639
+ selectionTextColor: Me,
2640
+ hasBorderRadius: ae,
2641
+ borderRadius: G,
2528
2642
  disabled: w,
2529
- fontFamily: oe,
2530
- fontSize: de,
2531
- fontWeight: G,
2643
+ fontFamily: le,
2644
+ fontSize: se,
2645
+ fontWeight: K,
2532
2646
  fontFamilyMsg: Le,
2533
- fontSizeMsg: ce,
2534
- fontWeightMsg: P,
2535
- textMessageColor: be,
2647
+ fontSizeMsg: de,
2648
+ fontWeightMsg: F,
2649
+ textMessageColor: ge,
2536
2650
  inputWidth: X,
2537
- inputStyle: Ce,
2538
- activeTextStyle: ge,
2539
- inputReadonly: xe,
2540
- hasTrim: _,
2651
+ inputStyle: he,
2652
+ activeTextStyle: ce,
2653
+ inputReadonly: Ce,
2654
+ hasTrim: $,
2541
2655
  inputUppercase: L,
2542
- inputName: x,
2543
- inputPlaceholder: $e,
2656
+ inputName: C,
2657
+ inputPlaceholder: ze,
2544
2658
  inputText: He,
2545
- theme: we,
2546
- tabindex: tt,
2659
+ theme: We,
2660
+ tabindex: at,
2547
2661
  lightBgColor: ye,
2548
- lightBgColorFocus: at,
2549
- lightDisabledBgColor: gt,
2550
- lightTextColor: Je,
2662
+ lightBgColorFocus: lt,
2663
+ lightDisabledBgColor: mt,
2664
+ lightTextColor: Qe,
2551
2665
  darkBgColor: Te,
2552
- darkBgColorFocus: Se,
2553
- darkDisabledBgColor: yt,
2554
- darkTextColor: lt,
2666
+ darkBgColorFocus: xe,
2667
+ darkDisabledBgColor: ht,
2668
+ darkTextColor: nt,
2555
2669
  textAlign: st,
2556
2670
  showMsg: dt,
2557
2671
  hasMsg: ct,
2558
- showLabel: Ue,
2559
- labelBackground: Ge,
2560
- labelPadding: Xe,
2561
- labelBorderRadius: Ke,
2562
- labelLeft: y,
2563
- inputLabelMarginActive: V,
2564
- labelActiveTop: ue,
2672
+ showLabel: je,
2673
+ labelBackground: Ue,
2674
+ labelPadding: Je,
2675
+ labelBorderRadius: Ge,
2676
+ labelLeft: b,
2677
+ inputLabelMarginActive: S,
2678
+ labelActiveTop: ne,
2565
2679
  labelActiveLeft: Z,
2566
2680
  fontFamilyLabel: me,
2567
- fontSizeLabel: Re,
2568
- fontSizeLabelActive: Ye,
2569
- fontWeightLabel: re,
2570
- lightTextColorLabel: c,
2571
- lightTextColorLabelActive: b,
2681
+ fontSizeLabel: Be,
2682
+ fontSizeLabelActive: Xe,
2683
+ fontWeightLabel: q,
2684
+ lightTextColorLabel: d,
2685
+ lightTextColorLabelActive: m,
2572
2686
  darkTextColorLabel: fe,
2573
- darkTextColorLabelActive: K,
2574
- rows: ee,
2575
- cols: Me,
2576
- maxlength: ze,
2577
- minlength: Fe,
2578
- wrap: Qe,
2687
+ darkTextColorLabelActive: H,
2688
+ rows: Y,
2689
+ cols: Ae,
2690
+ maxlength: _e,
2691
+ minlength: De,
2692
+ wrap: qe,
2579
2693
  spellcheck: Ze,
2580
- autofocus: nt,
2581
- resize: ot,
2582
- autoResize: ft,
2583
- minRows: h,
2584
- maxRows: R
2585
- } = va(E), k = Q(""), Oe = Q(!1), T = a(() => {
2586
- const r = w.value ? "component-disabled" : "", u = Ve.value !== "b" ? "inline-block" : "block", g = se ? se.value : "ffffff", W = J.value ? J.value : "", qe = Pe.value ? Pe.value : "", Nt = _e.value ? _e.value : "", Jt = ne.value ? ne.value : !1, ht = U.value !== 0 && !U.value || U.value < 0 ? 0 : U.value, It = oe.value ? oe.value : "'Lato', sans-serif", Wt = de.value ? de.value : "1.4em", Xt = G.value !== 0 && !G.value || G.value < 0 ? 100 : G.value, Zt = Le.value ? Le.value : "'Lato', sans-serif", Ct = ce.value ? ce.value : "1em", ea = P.value !== 0 && !P.value || P.value < 0 ? 100 : P.value, ta = be.value ? be.value : "#f15574", aa = X.value ? X.value : 200, la = ge.value ? ge.value : "normal", _t = xe.value ? xe.value : !1, na = L.value ? L.value : !1, oa = we.value ? we.value : "normal", ua = st.value ? st.value : "left", Et = Ce.value ? Ce.value : "background", Pt = Ue.value ? Ue.value : !1, Ft = y.value !== 0 && !y.value || y.value < 0 ? 5 : y.value, bt = Ge.value ? Ge.value : "transparent", Lt = V.value !== 0 && !V.value || V.value < 0 ? 15 : V.value, it = Xe.value ? Xe.value : "1px 5px", Ot = Ke.value !== 0 && !Ke.value || Ke.value < 0 ? 0 : Ke.value, ra = ue.value === null || ue.value === void 0 ? -13 : ue.value, n = Z.value === null || Z.value === void 0 ? -10 : Z.value, s = me.value ? me.value : "'Lato', sans-serif", je = Re.value ? Re.value : "1em", le = Ye.value ? Ye.value : "0.8em", t = re.value ? re.value : 400, l = c.value ? c.value : "#ffffff", d = fe.value ? fe.value : "#000000", i = b.value ? b.value : "#ffffff", v = K.value ? K.value : "#000000", f = ee.value && ee.value > 0 ? ee.value : 2, p = Me.value && Me.value > 0 ? Me.value : 20, S = ze.value !== null && ze.value >= 0 ? ze.value : null, A = Fe.value !== null && Fe.value >= 0 ? Fe.value : null, z = Qe.value && ["soft", "hard", "off"].includes(Qe.value) ? Qe.value : "soft", O = Ze.value !== void 0 ? Ze.value : "default", ie = nt.value !== void 0 ? nt.value : !1, De = ot.value && ["none", "both", "vertical", "horizontal"].includes(ot.value) ? ot.value : "vertical", et = ft.value !== void 0 ? ft.value : !1, Ne = h.value !== null && h.value > 0 ? h.value : null, Ie = R.value !== null && R.value > 0 ? R.value : null;
2694
+ autofocus: ot,
2695
+ resize: ut,
2696
+ minWidth: ft,
2697
+ maxWidth: vt,
2698
+ minHeight: pt,
2699
+ maxHeight: Ke,
2700
+ autoResize: Lt,
2701
+ minRows: g,
2702
+ maxRows: I
2703
+ } = ma(P), T = j(""), $e = j(!1), f = a(() => {
2704
+ const u = w.value ? "component-disabled" : "", A = Ve.value !== "b" ? "inline-block" : "block", Ne = ie ? ie.value : "ffffff", Ye = J.value ? J.value : "", gt = Oe.value ? Oe.value : "", la = Me.value ? Me.value : "", Wt = ae.value ? ae.value : !1, na = G.value !== 0 && !G.value || G.value < 0 ? 0 : G.value, St = le.value ? le.value : "'Lato', sans-serif", oa = se.value ? se.value : "1.4em", ua = K.value !== 0 && !K.value || K.value < 0 ? 100 : K.value, ra = Le.value ? Le.value : "'Lato', sans-serif", ia = de.value ? de.value : "1em", Dt = F.value !== 0 && !F.value || F.value < 0 ? 100 : F.value, sa = ge.value ? ge.value : "#f15574", da = X.value ? X.value : 200, ca = ce.value ? ce.value : "normal", Ht = Ce.value ? Ce.value : !1, jt = L.value ? L.value : !1, Ut = We.value ? We.value : "normal", yt = st.value ? st.value : "left", _t = he.value ? he.value : "background", Vt = je.value ? je.value : !1, $t = b.value !== 0 && !b.value || b.value < 0 ? 5 : b.value, Nt = Ue.value ? Ue.value : "transparent", Gt = S.value !== 0 && !S.value || S.value < 0 ? 15 : S.value, oe = Je.value ? Je.value : "1px 5px", fa = Ge.value !== 0 && !Ge.value || Ge.value < 0 ? 0 : Ge.value, n = ne.value === null || ne.value === void 0 ? -13 : ne.value, t = Z.value === null || Z.value === void 0 ? -10 : Z.value, l = me.value ? me.value : "'Lato', sans-serif", s = Be.value ? Be.value : "1em", i = Xe.value ? Xe.value : "0.8em", v = q.value ? q.value : 400, c = d.value ? d.value : "#ffffff", p = fe.value ? fe.value : "#000000", x = m.value ? m.value : "#ffffff", _ = H.value ? H.value : "#000000", W = Y.value && Y.value > 0 ? Y.value : 2, O = Ae.value && Ae.value > 0 ? Ae.value : 20, ue = _e.value !== null && _e.value >= 0 ? _e.value : null, Ie = De.value !== null && De.value >= 0 ? De.value : null, tt = qe.value && ["soft", "hard", "off"].includes(qe.value) ? qe.value : "soft", Ee = Ze.value !== void 0 ? Ze.value : "default", Pe = ot.value !== void 0 ? ot.value : !1, xa = ut.value && ["none", "both", "vertical", "horizontal"].includes(ut.value) ? ut.value : "vertical", Sa = ft.value ? ft.value : "auto", Va = vt.value ? vt.value : "auto", ka = pt.value ? pt.value : "auto", La = Ke.value ? Ke.value : "auto", Ta = Lt.value !== void 0 ? Lt.value : !1, Ba = g.value !== null && g.value > 0 ? g.value : null, Aa = I.value !== null && I.value > 0 ? I.value : null;
2587
2705
  return {
2588
- disabled: r,
2589
- display: u,
2590
- font: It,
2591
- fontSize: Wt,
2592
- fontWeight: Xt,
2593
- fontFamilyMsg: Zt,
2594
- fontSizeMsg: Ct,
2595
- fontWeightMsg: ea,
2596
- textMessageColor: ta,
2597
- textColor: g,
2598
- caretColor: W,
2599
- selectionBgColor: qe,
2600
- selectionTextColor: Nt,
2601
- hasBorderRadius: Jt,
2602
- borderRadius: ht,
2603
- textAlign: ua,
2604
- inputWidth: aa,
2605
- activeTextStyle: la,
2606
- inputReadonly: _t,
2607
- inputUppercase: na,
2608
- theme: oa,
2609
- inputStyle: Et,
2610
- showLabel: Pt,
2611
- labelBackground: bt,
2612
- labelPadding: it,
2613
- labelBorderRadius: Ot,
2614
- labelLeft: Ft,
2615
- inputLabelMarginActive: Lt,
2616
- labelActiveTop: ra,
2617
- labelActiveLeft: n,
2618
- fontFamilyLabel: s,
2619
- fontSizeLabel: je,
2620
- fontSizeLabelActive: le,
2621
- fontWeightLabel: t,
2622
- lightTextColorLabel: l,
2623
- darkTextColorLabel: d,
2624
- lightTextColorLabelActive: i,
2625
- darkTextColorLabelActive: v,
2626
- rows: f,
2627
- cols: p,
2628
- maxlength: S,
2629
- minlength: A,
2630
- wrap: z,
2631
- spellcheck: O,
2632
- autofocus: ie,
2633
- resize: De,
2634
- autoResize: et,
2635
- minRows: Ne,
2636
- maxRows: Ie
2706
+ disabled: u,
2707
+ display: A,
2708
+ font: St,
2709
+ fontSize: oa,
2710
+ fontWeight: ua,
2711
+ fontFamilyMsg: ra,
2712
+ fontSizeMsg: ia,
2713
+ fontWeightMsg: Dt,
2714
+ textMessageColor: sa,
2715
+ textColor: Ne,
2716
+ caretColor: Ye,
2717
+ selectionBgColor: gt,
2718
+ selectionTextColor: la,
2719
+ hasBorderRadius: Wt,
2720
+ borderRadius: na,
2721
+ textAlign: yt,
2722
+ inputWidth: da,
2723
+ activeTextStyle: ca,
2724
+ inputReadonly: Ht,
2725
+ inputUppercase: jt,
2726
+ theme: Ut,
2727
+ inputStyle: _t,
2728
+ showLabel: Vt,
2729
+ labelBackground: Nt,
2730
+ labelPadding: oe,
2731
+ labelBorderRadius: fa,
2732
+ labelLeft: $t,
2733
+ inputLabelMarginActive: Gt,
2734
+ labelActiveTop: n,
2735
+ labelActiveLeft: t,
2736
+ fontFamilyLabel: l,
2737
+ fontSizeLabel: s,
2738
+ fontSizeLabelActive: i,
2739
+ fontWeightLabel: v,
2740
+ lightTextColorLabel: c,
2741
+ darkTextColorLabel: p,
2742
+ lightTextColorLabelActive: x,
2743
+ darkTextColorLabelActive: _,
2744
+ rows: W,
2745
+ cols: O,
2746
+ maxlength: ue,
2747
+ minlength: Ie,
2748
+ wrap: tt,
2749
+ spellcheck: Ee,
2750
+ autofocus: Pe,
2751
+ resize: xa,
2752
+ minWidth: Sa,
2753
+ maxWidth: Va,
2754
+ minHeight: ka,
2755
+ maxHeight: La,
2756
+ autoResize: Ta,
2757
+ minRows: Ba,
2758
+ maxRows: Aa
2637
2759
  };
2638
- }), he = a(() => T.value.disabled), St = a(() => ({
2639
- display: T.value.display
2640
- })), Vt = a(() => {
2641
- const r = T.value;
2642
- return r.fontSize ? r.fontSize : "1.4em";
2643
- }), ut = a(() => {
2644
- const r = T.value, u = mt.value;
2760
+ }), rt = a(() => f.value.disabled), wt = a(() => ({
2761
+ display: f.value.display
2762
+ })), Rt = a(() => {
2763
+ const u = f.value;
2764
+ return u.fontSize ? u.fontSize : "1.4em";
2765
+ }), ee = a(() => {
2766
+ const u = f.value, A = Bt.value;
2645
2767
  return {
2646
- fontWeight: r.fontWeight,
2647
- marginTop: u && Ue.value ? `${r.inputLabelMarginActive}px` : "0"
2768
+ fontWeight: u.fontWeight,
2769
+ marginTop: A && je.value ? `${u.inputLabelMarginActive}px` : "0"
2648
2770
  };
2649
- }), j = a(() => {
2650
- const r = T.value;
2651
- return r.inputStyle !== "line" && r.hasBorderRadius ? { borderRadius: `${r.borderRadius}rem` } : {};
2652
- }), N = a(() => T.value.font), te = a(() => T.value.fontFamilyMsg), $ = a(() => T.value.fontSizeMsg), M = a(() => T.value.fontWeightMsg), ae = a(() => T.value.textColor), I = a(() => T.value.textMessageColor), $t = a(() => {
2653
- const r = T.value;
2654
- return r.caretColor || (r.theme === "dark" ? "#00d4ff" : "#007bff");
2655
- }), wt = a(() => {
2656
- const r = T.value;
2657
- return r.selectionBgColor || (r.theme === "dark" ? "#00d4ff" : "#007bff");
2658
- }), Y = a(() => {
2659
- const r = T.value;
2660
- return r.selectionTextColor || (r.theme === "dark" ? "#000000" : "#ffffff");
2661
- }), vt = a(() => {
2662
- const r = T.value;
2663
- return r.display === "block" ? { width: "100%" } : {
2664
- width: `${r.inputWidth}px`
2771
+ }), we = a(() => {
2772
+ const u = f.value;
2773
+ return u.inputStyle !== "line" && u.hasBorderRadius ? { borderRadius: `${u.borderRadius}rem` } : {};
2774
+ }), V = a(() => f.value.font), Ct = a(() => f.value.fontFamilyMsg), R = a(() => f.value.fontSizeMsg), z = a(() => f.value.fontWeightMsg), te = a(() => f.value.textColor), E = a(() => f.value.textMessageColor), Et = a(() => {
2775
+ const u = f.value;
2776
+ return u.caretColor || (u.theme === "dark" ? "#00d4ff" : "#007bff");
2777
+ }), Pt = a(() => {
2778
+ const u = f.value;
2779
+ return u.selectionBgColor || (u.theme === "dark" ? "#00d4ff" : "#007bff");
2780
+ }), Q = a(() => {
2781
+ const u = f.value;
2782
+ return u.selectionTextColor || (u.theme === "dark" ? "#000000" : "#ffffff");
2783
+ }), Tt = a(() => {
2784
+ const u = f.value;
2785
+ return u.display === "block" ? { width: "100%" } : {
2786
+ width: `${u.inputWidth}px`
2665
2787
  };
2666
- }), rt = a(() => {
2667
- switch (Ce.value) {
2788
+ }), et = a(() => {
2789
+ switch (he.value) {
2668
2790
  case "line":
2669
2791
  return "component__input--line";
2670
2792
  case "border":
@@ -2672,8 +2794,8 @@ const Dl = ["id"], Nl = ["for"], Il = ["id", "name", "placeholder", "disabled",
2672
2794
  default:
2673
2795
  return "component__input--background";
2674
2796
  }
2675
- }), pt = a(() => {
2676
- switch (T.value.activeTextStyle) {
2797
+ }), bt = a(() => {
2798
+ switch (f.value.activeTextStyle) {
2677
2799
  case "italic":
2678
2800
  return "component__input--active--italic";
2679
2801
  case "oblique":
@@ -2681,133 +2803,159 @@ const Dl = ["id"], Nl = ["for"], Il = ["id", "name", "placeholder", "disabled",
2681
2803
  default:
2682
2804
  return "component__input--active--normal";
2683
2805
  }
2684
- }), B = a(() => {
2685
- switch (T.value.theme) {
2806
+ }), it = a(() => {
2807
+ switch (f.value.theme) {
2686
2808
  case "dark":
2687
2809
  return "component__theme--dark";
2688
2810
  default:
2689
2811
  return "component__theme--light";
2690
2812
  }
2691
- }), Rt = a(() => T.value.inputReadonly ? "component__input--read-only" : ""), Mt = a(() => T.value.inputUppercase ? "component__input--uppercase" : ""), Tt = a(() => x.value ? x.value : `${D.value}-name-label`), jt = a(() => Ue.value ? Oe.value ? $e.value : "" : $e.value), mt = a(() => Oe.value || k.value && k.value.trim().length > 0);
2692
- a(() => Oe.value ? "component__input--active" : "component__input--no-active");
2693
- const Bt = a(() => "6px 10px"), At = a(() => !!(dt.value && ct.value)), zt = a(() => {
2694
- const r = {};
2695
- ke.value && Object.keys(ke.value).forEach((W) => r[`aria-${W}`] = ke.value[W]);
2696
- const u = {
2697
- "aria-label": Ae.value,
2813
+ }), k = a(() => f.value.inputReadonly ? "component__input--read-only" : ""), Yt = a(() => f.value.inputUppercase ? "component__input--uppercase" : ""), Mt = a(() => C.value ? C.value : `${N.value}-name-label`), Qt = a(() => je.value ? $e.value ? ze.value : "" : ze.value), Bt = a(() => $e.value || T.value && T.value.trim().length > 0);
2814
+ a(() => $e.value ? "component__input--active" : "component__input--no-active");
2815
+ const xt = a(() => "6px 10px"), Jt = a(() => !!(dt.value && ct.value)), Ft = a(() => {
2816
+ const u = {};
2817
+ ke.value && Object.keys(ke.value).forEach((Ye) => u[`aria-${Ye}`] = ke.value[Ye]);
2818
+ const A = {
2819
+ "aria-label": Re.value,
2698
2820
  "aria-disabled": w.value,
2699
- ...r
2821
+ ...u
2700
2822
  };
2701
2823
  return Object.fromEntries(
2702
- Object.entries(u).filter(([g, W]) => W != null)
2824
+ Object.entries(A).filter(([Ne, Ye]) => Ye != null)
2703
2825
  );
2704
- }), Ht = a(() => {
2705
- const r = T.value, u = mt.value, g = u ? r.lightTextColorLabelActive : r.lightTextColorLabel, W = u ? r.darkTextColorLabelActive : r.darkTextColorLabel;
2826
+ }), Ot = a(() => {
2827
+ const u = f.value, A = Bt.value, Ne = A ? u.lightTextColorLabelActive : u.lightTextColorLabel, Ye = A ? u.darkTextColorLabelActive : u.darkTextColorLabel;
2706
2828
  return {
2707
- fontFamily: r.fontFamilyLabel,
2708
- fontSize: u ? r.fontSizeLabelActive : r.fontSizeLabel,
2709
- fontWeight: r.fontWeightLabel,
2710
- color: r.theme === "dark" ? W : g,
2711
- top: u ? `${r.labelActiveTop}px` : "50%",
2712
- left: u ? `${r.labelActiveLeft}px` : `${r.labelLeft}px`,
2713
- transform: u ? "translateY(0)" : "translateY(-50%)",
2829
+ fontFamily: u.fontFamilyLabel,
2830
+ fontSize: A ? u.fontSizeLabelActive : u.fontSizeLabel,
2831
+ fontWeight: u.fontWeightLabel,
2832
+ color: u.theme === "dark" ? Ye : Ne,
2833
+ top: A ? `${u.labelActiveTop}px` : "50%",
2834
+ left: A ? `${u.labelActiveLeft}px` : `${u.labelLeft}px`,
2835
+ transform: A ? "translateY(0)" : "translateY(-50%)",
2714
2836
  transition: "all 0.2s ease",
2715
- backgroundColor: u ? r.labelBackground : "transparent",
2716
- padding: u ? r.labelPadding : "0",
2717
- borderRadius: u ? `${r.labelBorderRadius}rem` : "0"
2837
+ backgroundColor: A ? u.labelBackground : "transparent",
2838
+ padding: A ? u.labelPadding : "0",
2839
+ borderRadius: A ? `${u.labelBorderRadius}rem` : "0"
2718
2840
  };
2719
2841
  });
2720
2842
  a(() => {
2721
- const r = T.value;
2722
- return r.theme === "dark" ? r.darkTextColorLabelActive : r.lightTextColorLabelActive;
2843
+ const u = f.value;
2844
+ return u.theme === "dark" ? u.darkTextColorLabelActive : u.lightTextColorLabelActive;
2723
2845
  });
2724
- const Ut = a(() => {
2725
- const r = T.value, u = {
2726
- rows: r.rows,
2727
- cols: r.cols,
2728
- wrap: r.wrap,
2729
- spellcheck: r.spellcheck === "default" ? void 0 : r.spellcheck,
2730
- autofocus: r.autofocus || void 0
2846
+ const Xt = a(() => {
2847
+ const u = f.value, A = {
2848
+ rows: u.rows,
2849
+ cols: u.cols,
2850
+ wrap: u.wrap,
2851
+ spellcheck: u.spellcheck === "default" ? void 0 : u.spellcheck,
2852
+ autofocus: u.autofocus || void 0
2731
2853
  };
2732
- return r.maxlength !== null && (u.maxlength = r.maxlength), r.minlength !== null && (u.minlength = r.minlength), u;
2733
- }), Gt = a(() => ({
2734
- resize: T.value.resize
2735
- })), Kt = a(() => T.value.wrap === "off" ? {
2854
+ return u.maxlength !== null && (A.maxlength = u.maxlength), u.minlength !== null && (A.minlength = u.minlength), A;
2855
+ }), Zt = a(() => ({
2856
+ resize: f.value.resize
2857
+ })), ea = a(() => f.value.wrap === "off" ? {
2736
2858
  whiteSpace: "nowrap",
2737
2859
  overflowX: "auto"
2738
- } : {}), Yt = () => {
2739
- k.value = He.value;
2740
- }, Qt = () => {
2741
- C("clicked");
2742
- }, kt = () => {
2743
- w.value || T.value.inputReadonly || !pe.value || C("entered", k.value);
2744
- }, Dt = () => {
2745
- let r = k.value;
2746
- _.value && (r = r.trim()), C("current-value", r);
2860
+ } : {}), ta = a(() => {
2861
+ const u = f.value;
2862
+ return u.minWidth === "auto" ? {} : {
2863
+ minWidth: u.minWidth
2864
+ };
2865
+ }), aa = a(() => {
2866
+ const u = f.value;
2867
+ return u.maxWidth === "auto" ? {} : {
2868
+ maxWidth: u.maxWidth
2869
+ };
2870
+ }), zt = a(() => {
2871
+ const u = f.value;
2872
+ return u.minHeight === "auto" ? {} : {
2873
+ minHeight: u.minHeight
2874
+ };
2875
+ }), qt = a(() => {
2876
+ const u = f.value;
2877
+ return u.maxHeight === "auto" ? {} : {
2878
+ maxHeight: u.maxHeight
2879
+ };
2880
+ }), At = () => {
2881
+ T.value = He.value;
2882
+ }, r = () => {
2883
+ h("clicked");
2884
+ }, B = () => {
2885
+ w.value || f.value.inputReadonly || !be.value || h("entered", T.value);
2886
+ }, ve = () => {
2887
+ let u = T.value;
2888
+ $.value && (u = u.trim()), h("current-value", u);
2747
2889
  };
2748
- return H(He, (r) => {
2749
- r !== k.value && (k.value = r);
2750
- }, { immediate: !0 }), H(k, (r) => {
2751
- _.value && (r = r.trim()), C("changed", r);
2752
- }), H(Oe, (r) => {
2753
- C(r ? "focused" : "blurred");
2754
- }), H(k, () => {
2755
- Dt();
2756
- }, { immediate: !0 }), (r, u) => o(D) ? (F(), q("div", da({
2890
+ return U(He, (u) => {
2891
+ u !== T.value && (T.value = u);
2892
+ }, { immediate: !0 }), U(T, (u) => {
2893
+ $.value && (u = u.trim()), h("changed", u);
2894
+ }), U($e, (u) => {
2895
+ h(u ? "focused" : "blurred");
2896
+ }), U(T, () => {
2897
+ ve();
2898
+ }, { immediate: !0 }), (u, A) => o(N) ? (M(), D("div", ba({
2757
2899
  key: 0,
2758
- class: ["nb-wrapper", he.value],
2759
- style: [St.value, vt.value, j.value],
2900
+ class: ["nb-wrapper", rt.value],
2901
+ style: [wt.value, Tt.value, we.value],
2760
2902
  role: "input"
2761
- }, zt.value), [
2762
- ve("div", {
2763
- id: o(D),
2764
- class: We(["nb-reset", "component", B.value, Rt.value, rt.value]),
2765
- style: Ee([ut.value, vt.value, j.value]),
2766
- onClick: Qt
2903
+ }, Ft.value), [
2904
+ pe("div", {
2905
+ id: o(N),
2906
+ class: Fe(["nb-reset", "component", it.value, k.value, et.value]),
2907
+ style: Se([ee.value, Tt.value, we.value]),
2908
+ onClick: r
2767
2909
  }, [
2768
- o(Ue) ? (F(), q("label", {
2910
+ o(je) ? (M(), D("label", {
2769
2911
  key: 0,
2770
- for: Tt.value,
2912
+ for: Mt.value,
2771
2913
  class: "component__label",
2772
- style: Ee([Ht.value])
2773
- }, xt(e.label), 13, Nl)) : Be("", !0),
2774
- pa(ve("textarea", da({
2775
- "onUpdate:modelValue": u[0] || (u[0] = (g) => k.value = g),
2776
- id: Tt.value,
2777
- name: Tt.value
2778
- }, Ut.value, {
2914
+ style: Se([Ot.value])
2915
+ }, [
2916
+ It(kt(e.label), 1),
2917
+ e.required ? (M(), D("span", Gl, "*")) : re("", !0)
2918
+ ], 12, Ul)) : re("", !0),
2919
+ ha(pe("textarea", ba({
2920
+ "onUpdate:modelValue": A[0] || (A[0] = (Ne) => T.value = Ne),
2921
+ id: Mt.value,
2922
+ name: Mt.value
2923
+ }, Xt.value, {
2779
2924
  class: ["component__input", [
2780
- Mt.value,
2781
- pt.value
2925
+ Yt.value,
2926
+ bt.value
2782
2927
  ]],
2783
- placeholder: jt.value,
2784
- disabled: o(w) || o(xe),
2928
+ placeholder: Qt.value,
2929
+ disabled: o(w) || o(Ce),
2785
2930
  required: e.required,
2786
- readonly: o(xe),
2931
+ readonly: o(Ce),
2787
2932
  autocomplete: e.inputAutocomplete,
2788
- tabindex: o(w) || o(xe) ? -1 : o(tt),
2933
+ tabindex: o(w) || o(Ce) ? -1 : o(at),
2789
2934
  role: "textbox",
2790
- style: [j.value, Gt.value, Kt.value],
2791
- onFocus: u[1] || (u[1] = (g) => Oe.value = !0),
2792
- onBlur: u[2] || (u[2] = (g) => Oe.value = !1),
2793
- onInput: Dt,
2794
- onKeydown: u[3] || (u[3] = qt((g) => !o(w) && o(pe) && kt(), ["enter"]))
2795
- }), null, 16, Il), [
2796
- [Ua, k.value]
2935
+ style: [we.value, Zt.value, ea.value, ta.value, aa.value, zt.value, qt.value],
2936
+ onFocus: A[1] || (A[1] = (Ne) => $e.value = !0),
2937
+ onBlur: A[2] || (A[2] = (Ne) => $e.value = !1),
2938
+ onInput: ve,
2939
+ onKeydown: A[3] || (A[3] = Kt((Ne) => !o(w) && o(be) && B(), ["enter"]))
2940
+ }), null, 16, Kl), [
2941
+ [Xa, T.value]
2797
2942
  ])
2798
- ], 14, Dl),
2799
- At.value ? (F(), q("div", {
2943
+ ], 14, jl),
2944
+ Jt.value ? (M(), D("div", {
2800
2945
  key: 0,
2801
- class: We(["component__message", e.hasCustomMsg ? "component__message--custom" : "component__message--default"])
2946
+ class: Fe(["component__message", e.hasCustomMsg ? "component__message--custom" : "component__message--default"])
2802
2947
  }, [
2803
- ia(r.$slots, "message", {}, () => [
2804
- ga(xt(e.message), 1)
2948
+ va(u.$slots, "message", {}, () => [
2949
+ It(kt(e.message), 1)
2805
2950
  ], !0)
2806
- ], 2)) : Be("", !0)
2807
- ], 16)) : Be("", !0);
2951
+ ], 2)) : re("", !0)
2952
+ ], 16)) : re("", !0);
2808
2953
  }
2809
- }), El = /* @__PURE__ */ ba(Wl, [["__scopeId", "data-v-c4b7eb6b"]]);
2810
- const Pl = ["id"], Fl = ["for"], Ol = ["id", "name", "type", "placeholder", "disabled", "required", "readonly", "autocomplete", "min", "max", "step", "tabindex"], ql = /* @__PURE__ */ Object.assign({
2954
+ }), Ql = /* @__PURE__ */ Ca(Yl, [["__scopeId", "data-v-f04d2155"]]);
2955
+ const Jl = ["id"], Xl = ["for"], Zl = {
2956
+ key: 0,
2957
+ class: "component__label--required"
2958
+ }, en = ["id", "name", "type", "placeholder", "disabled", "required", "readonly", "autocomplete", "min", "max", "step", "tabindex"], tn = /* @__PURE__ */ Object.assign({
2811
2959
  name: "NbDatePicker",
2812
2960
  inheritAttrs: !1
2813
2961
  }, {
@@ -2821,8 +2969,8 @@ const Pl = ["id"], Fl = ["for"], Ol = ["id", "name", "type", "placeholder", "dis
2821
2969
  type: String,
2822
2970
  default: "b",
2823
2971
  validator: (e = "b") => {
2824
- const m = e.toLowerCase();
2825
- return ["b", "ib"].includes(m);
2972
+ const y = e.toLowerCase();
2973
+ return ["b", "ib"].includes(y);
2826
2974
  }
2827
2975
  },
2828
2976
  tabIndex: {
@@ -3075,6 +3223,11 @@ const Pl = ["id"], Fl = ["for"], Ol = ["id", "name", "type", "placeholder", "dis
3075
3223
  type: String,
3076
3224
  default: "Label text"
3077
3225
  },
3226
+ labelBreakOnActive: {
3227
+ type: Boolean,
3228
+ default: !0,
3229
+ validator: (e) => typeof e == "boolean" && [!0, !1].includes(e)
3230
+ },
3078
3231
  labelBackground: {
3079
3232
  type: String,
3080
3233
  default: "transparent"
@@ -3103,6 +3256,14 @@ const Pl = ["id"], Fl = ["for"], Ol = ["id", "name", "type", "placeholder", "dis
3103
3256
  type: Number,
3104
3257
  default: 5
3105
3258
  },
3259
+ labelRight: {
3260
+ type: Number,
3261
+ default: 0
3262
+ },
3263
+ labelActiveRight: {
3264
+ type: Number,
3265
+ default: 0
3266
+ },
3106
3267
  fontFamilyLabel: {
3107
3268
  type: String,
3108
3269
  default: "'Lato', sans-serif"
@@ -3147,121 +3308,125 @@ const Pl = ["id"], Fl = ["for"], Ol = ["id", "name", "type", "placeholder", "dis
3147
3308
  "clicked",
3148
3309
  "entered"
3149
3310
  ],
3150
- setup(e, { emit: m }) {
3151
- fa((t) => ({
3152
- "61b2bd67": pt.value,
3153
- "7d03ac89": Y.value,
3154
- cfe0b650: o(Ge),
3155
- "0701dbce": mt.value,
3156
- "51e828ab": Bt.value,
3157
- "0f7ed183": At.value,
3158
- d6272570: o(V),
3159
- "39af1994": o(y),
3160
- "3723f1b0": o(Xe),
3161
- "66d8e666": Tt.value,
3162
- "370e0108": o(Ke),
3163
- "26ed153e": Nt.value,
3164
- "68d2e63a": Jt.value,
3165
- "4ece6524": o(Ue),
3166
- "35cfcd40": o(dt),
3167
- "564cdf78": o(ct),
3168
- "32f5d3c0": o(ue),
3169
- "01671dff": g.value,
3170
- "57eb48a0": B.value,
3171
- "19098e42": Rt.value,
3172
- "6a94d048": Mt.value,
3173
- cf8029bc: jt.value,
3174
- dd275410: t.styleButtonColor
3311
+ setup(e, { emit: y }) {
3312
+ ya((t) => ({
3313
+ "38fee851": bt.value,
3314
+ "72e828df": Q.value,
3315
+ "5ebab342": o(Ue),
3316
+ "0b35d0ef": Bt.value,
3317
+ "188def01": xt.value,
3318
+ "78674b4e": Jt.value,
3319
+ ea5e2cc4: o(S),
3320
+ "7e9e7d6a": o(b),
3321
+ "90f0e8f4": o(Je),
3322
+ a86f6b88: Mt.value,
3323
+ "01a1c61c": o(Ge),
3324
+ "21e39db0": A.value,
3325
+ "2f78ac90": Ne.value,
3326
+ b06907e4: o(je),
3327
+ "7c4123ac": o(dt),
3328
+ db617e64: o(ct),
3329
+ "4601eb16": o(ne),
3330
+ e512822e: B.value,
3331
+ "4f623b14": it.value,
3332
+ "0231f7b5": k.value,
3333
+ b2d19cc4: Yt.value,
3334
+ "5ee5b178": Qt.value,
3335
+ "598d71e2": t.styleButtonColor
3175
3336
  }));
3176
- const C = ol(
3337
+ const h = pl(
3177
3338
  () => import("@vlalg-nimbus/nb-calendar").then((t) => t.Calendar ? t.Calendar : t.default && t.default.Calendar ? t.default.Calendar : t.default)
3178
3339
  );
3179
- sa(() => {
3180
- h.value = we.value;
3181
- }), ma(() => {
3182
- It();
3340
+ pa(() => {
3341
+ g.value = We.value;
3342
+ }), $a(() => {
3343
+ gt();
3183
3344
  });
3184
- const E = m, D = e, {
3345
+ const P = y, N = e, {
3185
3346
  nbId: Ve,
3186
- display: pe,
3187
- hasTabIndexEnter: Ae,
3347
+ display: be,
3348
+ hasTabIndexEnter: Re,
3188
3349
  ariaLabel: ke,
3189
- ariaAttrs: se,
3350
+ ariaAttrs: ie,
3190
3351
  caretColor: J,
3191
- selectionBgColor: Pe,
3192
- selectionTextColor: _e,
3193
- hasBorderRadius: ne,
3194
- borderRadius: U,
3352
+ selectionBgColor: Oe,
3353
+ selectionTextColor: Me,
3354
+ hasBorderRadius: ae,
3355
+ borderRadius: G,
3195
3356
  disabled: w,
3196
- fontFamily: oe,
3197
- fontSize: de,
3198
- fontWeight: G,
3357
+ fontFamily: le,
3358
+ fontSize: se,
3359
+ fontWeight: K,
3199
3360
  fontFamilyMsg: Le,
3200
- fontSizeMsg: ce,
3201
- fontWeightMsg: P,
3202
- textMessageColor: be,
3361
+ fontSizeMsg: de,
3362
+ fontWeightMsg: F,
3363
+ textMessageColor: ge,
3203
3364
  inputWidth: X,
3204
- inputStyle: Ce,
3205
- activeTextStyle: ge,
3206
- sizeMediaQuery: xe,
3207
- inputReadonly: _,
3365
+ inputStyle: he,
3366
+ activeTextStyle: ce,
3367
+ sizeMediaQuery: Ce,
3368
+ inputReadonly: $,
3208
3369
  inputType: L,
3209
- hasTrim: x,
3210
- inputUppercase: $e,
3370
+ hasTrim: C,
3371
+ inputUppercase: ze,
3211
3372
  inputName: He,
3212
- inputText: we,
3213
- min: tt,
3373
+ inputText: We,
3374
+ min: at,
3214
3375
  max: ye,
3215
- step: at,
3216
- useCustomCalendar: gt,
3217
- locale: Je,
3376
+ step: lt,
3377
+ useCustomCalendar: mt,
3378
+ locale: Qe,
3218
3379
  theme: Te,
3219
- allowRange: Se,
3220
- calendarZIndex: yt,
3221
- calendarWidth: lt,
3380
+ allowRange: xe,
3381
+ calendarZIndex: ht,
3382
+ calendarWidth: nt,
3222
3383
  tabindex: st,
3223
3384
  lightBgColor: dt,
3224
3385
  lightBgColorFocus: ct,
3225
- lightDisabledBgColor: Ue,
3226
- lightTextColor: Ge,
3227
- darkBgColor: Xe,
3228
- darkBgColorFocus: Ke,
3229
- darkDisabledBgColor: y,
3230
- darkTextColor: V,
3231
- textAlign: ue,
3386
+ lightDisabledBgColor: je,
3387
+ lightTextColor: Ue,
3388
+ darkBgColor: Je,
3389
+ darkBgColorFocus: Ge,
3390
+ darkDisabledBgColor: b,
3391
+ darkTextColor: S,
3392
+ textAlign: ne,
3232
3393
  showMsg: Z,
3233
3394
  hasMsg: me,
3234
- showLabel: Re,
3235
- labelBackground: Ye,
3236
- labelPadding: re,
3237
- labelBorderRadius: c,
3238
- labelLeft: b,
3239
- inputLabelMarginActive: fe,
3240
- labelActiveTop: K,
3241
- labelActiveLeft: ee,
3242
- fontFamilyLabel: Me,
3243
- fontSizeLabel: ze,
3244
- fontSizeLabelActive: Fe,
3245
- fontWeightLabel: Qe,
3246
- lightTextColorLabel: Ze,
3247
- lightTextColorLabelActive: nt,
3248
- darkTextColorLabel: ot,
3249
- darkTextColorLabelActive: ft
3250
- } = va(D), h = Q(""), R = Q(""), k = Q(""), Oe = Q(""), T = Q(!1), he = Q(!1), St = a(() => !lt.value || lt.value < 280 ? 280 : parseInt(lt.value, 10)), Vt = a(() => {
3251
- if (!h.value)
3395
+ showLabel: Be,
3396
+ label: Xe,
3397
+ labelBreakOnActive: q,
3398
+ labelBackground: d,
3399
+ labelPadding: m,
3400
+ labelBorderRadius: fe,
3401
+ labelLeft: H,
3402
+ inputLabelMarginActive: Y,
3403
+ labelActiveTop: Ae,
3404
+ labelActiveLeft: _e,
3405
+ labelRight: De,
3406
+ labelActiveRight: qe,
3407
+ fontFamilyLabel: Ze,
3408
+ fontSizeLabel: ot,
3409
+ fontSizeLabelActive: ut,
3410
+ fontWeightLabel: ft,
3411
+ lightTextColorLabel: vt,
3412
+ lightTextColorLabelActive: pt,
3413
+ darkTextColorLabel: Ke,
3414
+ darkTextColorLabelActive: Lt
3415
+ } = ma(N), g = j(""), I = j(""), T = j(""), $e = j(""), f = j(!1), rt = j(!1), wt = a(() => !nt.value || nt.value < 280 ? 280 : parseInt(nt.value, 10)), Rt = a(() => {
3416
+ if (!g.value)
3252
3417
  return null;
3253
- if (Se.value && typeof h.value == "string" && h.value.startsWith("{"))
3418
+ if (xe.value && typeof g.value == "string" && g.value.startsWith("{"))
3254
3419
  try {
3255
- const t = JSON.parse(h.value);
3420
+ const t = JSON.parse(g.value);
3256
3421
  if (t && (t.startDate || t.endDate)) {
3257
- const l = (d) => {
3258
- if (!d)
3422
+ const l = (s) => {
3423
+ if (!s)
3259
3424
  return null;
3260
- if (/^\d{4}-\d{2}-\d{2}$/.test(d)) {
3261
- const [i, v, f] = d.split("-").map(Number);
3262
- return new Date(i, v - 1, f);
3425
+ if (/^\d{4}-\d{2}-\d{2}$/.test(s)) {
3426
+ const [i, v, c] = s.split("-").map(Number);
3427
+ return new Date(i, v - 1, c);
3263
3428
  }
3264
- return new Date(d);
3429
+ return new Date(s);
3265
3430
  };
3266
3431
  return {
3267
3432
  startDate: t.startDate ? l(t.startDate) : null,
@@ -3270,53 +3435,53 @@ const Pl = ["id"], Fl = ["for"], Ol = ["id", "name", "type", "placeholder", "dis
3270
3435
  }
3271
3436
  } catch {
3272
3437
  }
3273
- if (L.value === "date" && typeof h.value == "string" && /^\d{4}-\d{2}-\d{2}$/.test(h.value)) {
3274
- const [t, l, d] = h.value.split("-").map(Number);
3275
- return new Date(t, l - 1, d);
3438
+ if (L.value === "date" && typeof g.value == "string" && /^\d{4}-\d{2}-\d{2}$/.test(g.value)) {
3439
+ const [t, l, s] = g.value.split("-").map(Number);
3440
+ return new Date(t, l - 1, s);
3276
3441
  }
3277
- return h.value;
3278
- }), ut = (t, l, d) => {
3442
+ return g.value;
3443
+ }), ee = (t, l, s) => {
3279
3444
  if (!t)
3280
3445
  return "";
3281
- const i = d || Je.value;
3446
+ const i = s || Qe.value;
3282
3447
  if (l === "date") {
3283
- if (Se.value && typeof t == "string" && t.startsWith("{"))
3448
+ if (xe.value && typeof t == "string" && t.startsWith("{"))
3284
3449
  try {
3285
3450
  const v = JSON.parse(t);
3286
3451
  if (v && (v.startDate || v.endDate)) {
3287
- const f = (A) => {
3288
- if (!A)
3452
+ const c = (_) => {
3453
+ if (!_)
3289
3454
  return "";
3290
- if (/^\d{4}-\d{2}-\d{2}$/.test(A)) {
3291
- const [z, O, ie] = A.split("-");
3292
- return i === "pt-BR" ? `${ie}/${O}/${z}` : `${O}/${ie}/${z}`;
3455
+ if (/^\d{4}-\d{2}-\d{2}$/.test(_)) {
3456
+ const [W, O, ue] = _.split("-");
3457
+ return i === "pt-BR" ? `${ue}/${O}/${W}` : `${O}/${ue}/${W}`;
3293
3458
  }
3294
- return A;
3295
- }, p = f(v.startDate), S = f(v.endDate);
3296
- if (p && S)
3297
- return `${p} - ${S}`;
3459
+ return _;
3460
+ }, p = c(v.startDate), x = c(v.endDate);
3461
+ if (p && x)
3462
+ return `${p} - ${x}`;
3298
3463
  if (p)
3299
3464
  return p;
3300
- if (S)
3301
- return S;
3465
+ if (x)
3466
+ return x;
3302
3467
  }
3303
3468
  } catch {
3304
3469
  }
3305
3470
  if (typeof t == "string" && /^\d{4}-\d{2}-\d{2}$/.test(t)) {
3306
- const [v, f, p] = t.split("-");
3307
- return i === "pt-BR" ? `${p}/${f}/${v}` : `${f}/${p}/${v}`;
3471
+ const [v, c, p] = t.split("-");
3472
+ return i === "pt-BR" ? `${p}/${c}/${v}` : `${c}/${p}/${v}`;
3308
3473
  }
3309
3474
  return t;
3310
3475
  } else if (l === "datetime-local") {
3311
3476
  if (typeof t == "string" && /^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}(:\d{2})?$/.test(t)) {
3312
- const [v, f] = t.split("T"), [p, S, A] = v.split("-");
3313
- return i === "pt-BR" ? `${A}/${S}/${p} ${f}` : `${S}/${A}/${p} ${f}`;
3477
+ const [v, c] = t.split("T"), [p, x, _] = v.split("-");
3478
+ return i === "pt-BR" ? `${_}/${x}/${p} ${c}` : `${x}/${_}/${p} ${c}`;
3314
3479
  }
3315
3480
  return t;
3316
3481
  } else if (l === "month") {
3317
3482
  if (typeof t == "string" && /^\d{4}-\d{2}$/.test(t)) {
3318
- const [v, f] = t.split("-");
3319
- return `${f}/${v}`;
3483
+ const [v, c] = t.split("-");
3484
+ return `${c}/${v}`;
3320
3485
  }
3321
3486
  return t;
3322
3487
  } else if (l === "week") {
@@ -3328,163 +3493,170 @@ const Pl = ["id"], Fl = ["for"], Ol = ["id", "name", "type", "placeholder", "dis
3328
3493
  return t;
3329
3494
  }
3330
3495
  return t;
3331
- }, j = (t, l, d) => {
3496
+ }, we = (t, l, s) => {
3332
3497
  if (!t || !t.trim())
3333
3498
  return "";
3334
- const i = t.trim(), v = d || Je.value;
3499
+ const i = t.trim(), v = s || Qe.value;
3335
3500
  if (l === "date") {
3336
- if (Se.value && i.includes("-")) {
3337
- const f = i.split(/\s*-\s*/).map((z) => z.trim()), p = (z) => {
3338
- if (!z)
3501
+ if (xe.value && i.includes("-")) {
3502
+ const c = i.split(/\s*-\s*/).map((W) => W.trim()), p = (W) => {
3503
+ if (!W)
3339
3504
  return null;
3340
- if (/^\d{1,2}\/\d{1,2}\/\d{4}$/.test(z)) {
3341
- const O = z.split("/");
3505
+ if (/^\d{1,2}\/\d{1,2}\/\d{4}$/.test(W)) {
3506
+ const O = W.split("/");
3342
3507
  if (v === "pt-BR") {
3343
- const [ie, De, et] = O, Ne = ie.padStart(2, "0"), Ie = De.padStart(2, "0");
3344
- return `${et}-${Ie}-${Ne}`;
3508
+ const [ue, Ie, tt] = O, Ee = ue.padStart(2, "0"), Pe = Ie.padStart(2, "0");
3509
+ return `${tt}-${Pe}-${Ee}`;
3345
3510
  } else {
3346
- const [ie, De, et] = O, Ne = De.padStart(2, "0"), Ie = ie.padStart(2, "0");
3347
- return `${et}-${Ie}-${Ne}`;
3511
+ const [ue, Ie, tt] = O, Ee = Ie.padStart(2, "0"), Pe = ue.padStart(2, "0");
3512
+ return `${tt}-${Pe}-${Ee}`;
3348
3513
  }
3349
- } else if (/^\d{4}-\d{1,2}-\d{1,2}$/.test(z)) {
3350
- const O = z.split("-"), [ie, De, et] = O, Ne = et.padStart(2, "0"), Ie = De.padStart(2, "0");
3351
- return `${ie}-${Ie}-${Ne}`;
3514
+ } else if (/^\d{4}-\d{1,2}-\d{1,2}$/.test(W)) {
3515
+ const O = W.split("-"), [ue, Ie, tt] = O, Ee = tt.padStart(2, "0"), Pe = Ie.padStart(2, "0");
3516
+ return `${ue}-${Pe}-${Ee}`;
3352
3517
  }
3353
3518
  return null;
3354
3519
  };
3355
- let S = p(f[0]), A = f[1] ? p(f[1]) : null;
3356
- if (S && A) {
3357
- const z = new Date(S);
3358
- if (new Date(A) < z) {
3359
- const ie = S;
3360
- S = A, A = ie;
3520
+ let x = p(c[0]), _ = c[1] ? p(c[1]) : null;
3521
+ if (x && _) {
3522
+ const W = new Date(x);
3523
+ if (new Date(_) < W) {
3524
+ const ue = x;
3525
+ x = _, _ = ue;
3361
3526
  }
3362
- return JSON.stringify({ startDate: S, endDate: A });
3363
- } else if (S)
3364
- return JSON.stringify({ startDate: S, endDate: null });
3527
+ return JSON.stringify({ startDate: x, endDate: _ });
3528
+ } else if (x)
3529
+ return JSON.stringify({ startDate: x, endDate: null });
3365
3530
  return "";
3366
3531
  }
3367
3532
  if (/^\d{1,2}\/\d{1,2}\/\d{4}$/.test(i)) {
3368
- const f = i.split("/");
3533
+ const c = i.split("/");
3369
3534
  if (v === "pt-BR") {
3370
- const [p, S, A] = f, z = p.padStart(2, "0"), O = S.padStart(2, "0");
3371
- return `${A}-${O}-${z}`;
3535
+ const [p, x, _] = c, W = p.padStart(2, "0"), O = x.padStart(2, "0");
3536
+ return `${_}-${O}-${W}`;
3372
3537
  } else {
3373
- const [p, S, A] = f, z = S.padStart(2, "0"), O = p.padStart(2, "0");
3374
- return `${A}-${O}-${z}`;
3538
+ const [p, x, _] = c, W = x.padStart(2, "0"), O = p.padStart(2, "0");
3539
+ return `${_}-${O}-${W}`;
3375
3540
  }
3376
3541
  } else if (/^\d{4}-\d{1,2}-\d{1,2}$/.test(i)) {
3377
- const f = i.split("-"), [p, S, A] = f, z = A.padStart(2, "0"), O = S.padStart(2, "0");
3378
- return `${p}-${O}-${z}`;
3542
+ const c = i.split("-"), [p, x, _] = c, W = _.padStart(2, "0"), O = x.padStart(2, "0");
3543
+ return `${p}-${O}-${W}`;
3379
3544
  }
3380
3545
  return "";
3381
3546
  } else if (l === "datetime-local") {
3382
3547
  if (/^\d{1,2}\/\d{1,2}\/\d{4} \d{1,2}:\d{1,2}(:\d{1,2})?$/.test(i)) {
3383
- const [f, p] = i.split(" "), S = f.split("/");
3548
+ const [c, p] = i.split(" "), x = c.split("/");
3384
3549
  if (v === "pt-BR") {
3385
- const [A, z, O] = S, ie = A.padStart(2, "0"), De = z.padStart(2, "0"), Ne = p.split(":").map((Ie) => Ie.padStart(2, "0")).join(":");
3386
- return `${O}-${De}-${ie}T${Ne}`;
3550
+ const [_, W, O] = x, ue = _.padStart(2, "0"), Ie = W.padStart(2, "0"), Ee = p.split(":").map((Pe) => Pe.padStart(2, "0")).join(":");
3551
+ return `${O}-${Ie}-${ue}T${Ee}`;
3387
3552
  } else {
3388
- const [A, z, O] = S, ie = z.padStart(2, "0"), De = A.padStart(2, "0"), Ne = p.split(":").map((Ie) => Ie.padStart(2, "0")).join(":");
3389
- return `${O}-${De}-${ie}T${Ne}`;
3553
+ const [_, W, O] = x, ue = W.padStart(2, "0"), Ie = _.padStart(2, "0"), Ee = p.split(":").map((Pe) => Pe.padStart(2, "0")).join(":");
3554
+ return `${O}-${Ie}-${ue}T${Ee}`;
3390
3555
  }
3391
3556
  } else if (/^\d{4}-\d{1,2}-\d{1,2}T\d{1,2}:\d{1,2}(:\d{1,2})?$/.test(i)) {
3392
- const [f, p] = i.split("T"), S = f.split("-"), [A, z, O] = S, ie = O.padStart(2, "0"), De = z.padStart(2, "0"), Ne = p.split(":").map((Ie) => Ie.padStart(2, "0")).join(":");
3393
- return `${A}-${De}-${ie}T${Ne}`;
3557
+ const [c, p] = i.split("T"), x = c.split("-"), [_, W, O] = x, ue = O.padStart(2, "0"), Ie = W.padStart(2, "0"), Ee = p.split(":").map((Pe) => Pe.padStart(2, "0")).join(":");
3558
+ return `${_}-${Ie}-${ue}T${Ee}`;
3394
3559
  }
3395
3560
  return "";
3396
3561
  } else if (l === "month") {
3397
3562
  if (/^\d{1,2}\/\d{4}$/.test(i)) {
3398
- const [f, p] = i.split("/"), S = f.padStart(2, "0");
3399
- return `${p}-${S}`;
3563
+ const [c, p] = i.split("/"), x = c.padStart(2, "0");
3564
+ return `${p}-${x}`;
3400
3565
  } else if (/^\d{4}-\d{1,2}$/.test(i)) {
3401
- const [f, p] = i.split("-"), S = p.padStart(2, "0");
3402
- return `${f}-${S}`;
3566
+ const [c, p] = i.split("-"), x = p.padStart(2, "0");
3567
+ return `${c}-${x}`;
3403
3568
  }
3404
3569
  return "";
3405
3570
  } else if (l === "week") {
3406
3571
  if (/^\d{4}-W\d{2}$/i.test(i))
3407
3572
  return i.toUpperCase();
3408
- const f = i.match(/semana\s+W?(\d{2})\s+de\s+(\d{4})/i);
3409
- if (f)
3410
- return `${f[2]}-W${f[1]}`;
3573
+ const c = i.match(/semana\s+W?(\d{2})\s+de\s+(\d{4})/i);
3574
+ if (c)
3575
+ return `${c[2]}-W${c[1]}`;
3411
3576
  const p = i.match(/week\s+W?(\d{2})\s+of\s+(\d{4})/i);
3412
3577
  return p ? `${p[2]}-W${p[1]}` : "";
3413
3578
  }
3414
3579
  return i;
3415
- }, N = Q(!1), te = Q({ top: 0, left: 0 }), $ = Q(null), M = Q(null), ae = a(() => gt.value === !0), I = a(() => {
3416
- const t = w.value ? "component-disabled" : "", l = pe.value !== "b" ? "inline-block" : "block", d = J.value ? J.value : "", i = Pe.value ? Pe.value : "", v = _e.value ? _e.value : "", f = ne.value ? ne.value : !1, p = U.value !== 0 && !U.value || U.value < 0 ? 0 : U.value, S = oe.value ? oe.value : "'Lato', sans-serif", A = de.value ? de.value : "1.4em", z = G.value !== 0 && !G.value || G.value < 0 ? 100 : G.value, O = Le.value ? Le.value : "'Lato', sans-serif", ie = ce.value ? ce.value : "1em", De = P.value !== 0 && !P.value || P.value < 0 ? 100 : P.value, et = be.value ? be.value : "#f15574", Ne = X.value ? X.value : 200, Ie = ge.value ? ge.value : "normal", ha = "sm", Ca = _.value ? _.value : !1, xa = L.value ? L.value : "date", Sa = $e.value ? $e.value : !1, Va = Te.value ? Te.value : "normal", ka = ue.value ? ue.value : "left", La = Ce.value ? Ce.value : "background", Ta = Re.value ? Re.value : !1, Ba = b.value !== 0 && !b.value || b.value < 0 ? 5 : b.value, Aa = Ye.value ? Ye.value : "transparent", _a = fe.value !== 0 && !fe.value || fe.value < 0 ? 15 : fe.value, $a = re.value ? re.value : "1px 5px", wa = c.value !== 0 && !c.value || c.value < 0 ? 0 : c.value, Ra = K.value === null || K.value === void 0 ? -13 : K.value, Ma = ee.value === null || ee.value === void 0 ? -10 : ee.value, za = Me.value ? Me.value : "'Lato', sans-serif", Da = ze.value ? ze.value : "1em", Na = Fe.value ? Fe.value : "0.8em", Ia = Qe.value ? Qe.value : 400, Wa = Ze.value ? Ze.value : "#ffffff", Ea = ot.value ? ot.value : "#000000", Pa = nt.value ? nt.value : "#ffffff", Fa = ft.value ? ft.value : "#000000";
3580
+ }, V = j(!1), Ct = j({ top: 0, left: 0 }), R = j(null), z = j(null), te = a(() => mt.value === !0), E = a(() => {
3581
+ const t = w.value ? "component-disabled" : "", l = be.value !== "b" ? "inline-block" : "block", s = J.value ? J.value : "", i = Oe.value ? Oe.value : "", v = Me.value ? Me.value : "", c = ae.value ? ae.value : !1, p = G.value !== 0 && !G.value || G.value < 0 ? 0 : G.value, x = le.value ? le.value : "'Lato', sans-serif", _ = se.value ? se.value : "1.4em", W = K.value !== 0 && !K.value || K.value < 0 ? 100 : K.value, O = Le.value ? Le.value : "'Lato', sans-serif", ue = de.value ? de.value : "1em", Ie = F.value !== 0 && !F.value || F.value < 0 ? 100 : F.value, tt = ge.value ? ge.value : "#f15574", Ee = X.value ? X.value : 200, Pe = ce.value ? ce.value : "normal", xa = "sm", Sa = $.value ? $.value : !1, Va = L.value ? L.value : "date", ka = ze.value ? ze.value : !1, La = Te.value ? Te.value : "normal", Ta = ne.value ? ne.value : "left", Ba = he.value ? he.value : "background", Aa = Be.value ? Be.value : !1, wa = H.value !== 0 && !H.value || H.value < 0 ? 5 : H.value, Ra = d.value ? d.value : "transparent", Ma = Y.value !== 0 && !Y.value || Y.value < 0 ? 15 : Y.value, za = m.value ? m.value : "1px 5px", Wa = fe.value !== 0 && !fe.value || fe.value < 0 ? 0 : fe.value, Da = Ae.value === null || Ae.value === void 0 ? -13 : Ae.value, Na = _e.value === null || _e.value === void 0 ? -10 : _e.value, Ia = De.value === null || De.value === void 0 ? 0 : De.value, Ea = qe.value === null || qe.value === void 0 ? 0 : qe.value, Pa = Ze.value ? Ze.value : "'Lato', sans-serif", Fa = ot.value ? ot.value : "1em", Oa = ut.value ? ut.value : "0.8em", qa = ft.value ? ft.value : 400, Ha = vt.value ? vt.value : "#ffffff", ja = Ke.value ? Ke.value : "#000000", Ua = pt.value ? pt.value : "#ffffff", Ga = Lt.value ? Lt.value : "#000000";
3417
3582
  return {
3418
3583
  disabled: t,
3419
3584
  display: l,
3420
- font: S,
3421
- fontSize: A,
3422
- fontWeight: z,
3585
+ font: x,
3586
+ fontSize: _,
3587
+ fontWeight: W,
3423
3588
  fontFamilyMsg: O,
3424
- fontSizeMsg: ie,
3425
- fontWeightMsg: De,
3426
- textMessageColor: et,
3427
- caretColor: d,
3589
+ fontSizeMsg: ue,
3590
+ fontWeightMsg: Ie,
3591
+ textMessageColor: tt,
3592
+ caretColor: s,
3428
3593
  selectionBgColor: i,
3429
3594
  selectionTextColor: v,
3430
- hasBorderRadius: f,
3595
+ hasBorderRadius: c,
3431
3596
  borderRadius: p,
3432
- textAlign: ka,
3433
- inputWidth: Ne,
3434
- activeTextStyle: Ie,
3435
- sizeMediaQuery: ha,
3436
- inputReadonly: Ca,
3437
- inputType: xa,
3438
- inputUppercase: Sa,
3439
- theme: Va,
3440
- inputStyle: La,
3441
- showLabel: Ta,
3442
- labelBackground: Aa,
3443
- labelPadding: $a,
3444
- labelBorderRadius: wa,
3445
- labelLeft: Ba,
3446
- inputLabelMarginActive: _a,
3447
- labelActiveTop: Ra,
3448
- labelActiveLeft: Ma,
3449
- fontFamilyLabel: za,
3450
- fontSizeLabel: Da,
3451
- fontSizeLabelActive: Na,
3452
- fontWeightLabel: Ia,
3453
- lightTextColorLabel: Wa,
3454
- darkTextColorLabel: Ea,
3455
- lightTextColorLabelActive: Pa,
3456
- darkTextColorLabelActive: Fa
3597
+ textAlign: Ta,
3598
+ inputWidth: Ee,
3599
+ activeTextStyle: Pe,
3600
+ sizeMediaQuery: xa,
3601
+ inputReadonly: Sa,
3602
+ inputType: Va,
3603
+ inputUppercase: ka,
3604
+ theme: La,
3605
+ inputStyle: Ba,
3606
+ showLabel: Aa,
3607
+ labelBackground: Ra,
3608
+ labelPadding: za,
3609
+ labelBorderRadius: Wa,
3610
+ labelLeft: wa,
3611
+ inputLabelMarginActive: Ma,
3612
+ labelActiveTop: Da,
3613
+ labelActiveLeft: Na,
3614
+ labelRight: Ia,
3615
+ labelActiveRight: Ea,
3616
+ fontFamilyLabel: Pa,
3617
+ fontSizeLabel: Fa,
3618
+ fontSizeLabelActive: Oa,
3619
+ fontWeightLabel: qa,
3620
+ lightTextColorLabel: Ha,
3621
+ darkTextColorLabel: ja,
3622
+ lightTextColorLabelActive: Ua,
3623
+ darkTextColorLabelActive: Ga
3624
+ };
3625
+ }), Et = a(() => E.value.disabled), Pt = a(() => {
3626
+ const t = E.value, l = At.value;
3627
+ return {
3628
+ display: t.display,
3629
+ // Adiciona padding-top quando o label está ativo para evitar que seja cortado
3630
+ paddingTop: l && Be.value ? `${Math.abs(t.labelActiveTop)}px` : "0"
3457
3631
  };
3458
- }), $t = a(() => I.value.disabled), wt = a(() => ({
3459
- display: I.value.display
3460
- })), Y = a(() => {
3461
- const t = I.value;
3632
+ }), Q = a(() => {
3633
+ const t = E.value;
3462
3634
  return t.fontSize ? t.fontSize : "1.4em";
3463
- }), vt = a(() => {
3464
- const t = I.value, l = r.value;
3635
+ }), Tt = a(() => {
3636
+ const t = E.value, l = At.value;
3465
3637
  return {
3466
3638
  fontWeight: t.fontWeight,
3467
- marginTop: l && Re.value ? `${t.inputLabelMarginActive}px` : "0"
3639
+ marginTop: l && Be.value ? `${t.inputLabelMarginActive}px` : "0"
3468
3640
  };
3469
- }), rt = a(() => {
3470
- const t = I.value;
3641
+ }), et = a(() => {
3642
+ const t = E.value;
3471
3643
  return t.inputStyle !== "line" && t.hasBorderRadius ? { borderRadius: `${t.borderRadius}rem` } : {};
3472
- }), pt = a(() => I.value.font), B = a(() => I.value.fontFamilyMsg), Rt = a(() => I.value.fontSizeMsg), Mt = a(() => I.value.fontWeightMsg), Tt = a(() => Te.value === "dark" ? V.value : Ge.value), jt = a(() => I.value.textMessageColor), mt = a(() => {
3473
- const t = I.value;
3644
+ }), bt = a(() => E.value.font), it = a(() => E.value.fontFamilyMsg), k = a(() => E.value.fontSizeMsg), Yt = a(() => E.value.fontWeightMsg), Mt = a(() => Te.value === "dark" ? S.value : Ue.value), Qt = a(() => E.value.textMessageColor), Bt = a(() => {
3645
+ const t = E.value;
3474
3646
  return t.caretColor || (t.theme === "dark" ? "#00d4ff" : "#007bff");
3475
- }), Bt = a(() => {
3476
- const t = I.value;
3647
+ }), xt = a(() => {
3648
+ const t = E.value;
3477
3649
  return t.selectionBgColor || (t.theme === "dark" ? "#00d4ff" : "#007bff");
3478
- }), At = a(() => {
3479
- const t = I.value;
3650
+ }), Jt = a(() => {
3651
+ const t = E.value;
3480
3652
  return t.selectionTextColor || (t.theme === "dark" ? "#000000" : "#ffffff");
3481
- }), zt = a(() => {
3482
- const t = I.value;
3653
+ }), Ft = a(() => {
3654
+ const t = E.value;
3483
3655
  return t.display === "block" ? { width: "100%" } : {
3484
3656
  width: `${t.inputWidth}px`
3485
3657
  };
3486
- }), Ht = a(() => {
3487
- switch (Ce.value) {
3658
+ }), Ot = a(() => {
3659
+ switch (he.value) {
3488
3660
  case "line":
3489
3661
  return "component__input--line";
3490
3662
  case "border":
@@ -3492,8 +3664,8 @@ const Pl = ["id"], Fl = ["for"], Ol = ["id", "name", "type", "placeholder", "dis
3492
3664
  default:
3493
3665
  return "component__input--background";
3494
3666
  }
3495
- }), Ut = a(() => {
3496
- switch (I.value.activeTextStyle) {
3667
+ }), Xt = a(() => {
3668
+ switch (E.value.activeTextStyle) {
3497
3669
  case "italic":
3498
3670
  return "component__input--active--italic";
3499
3671
  case "oblique":
@@ -3501,454 +3673,467 @@ const Pl = ["id"], Fl = ["for"], Ol = ["id", "name", "type", "placeholder", "dis
3501
3673
  default:
3502
3674
  return "component__input--active--normal";
3503
3675
  }
3504
- }), Gt = a(() => "component__sm"), Kt = a(() => {
3505
- switch (I.value.theme) {
3676
+ }), Zt = a(() => "component__sm"), ea = a(() => {
3677
+ switch (E.value.theme) {
3506
3678
  case "dark":
3507
3679
  return "component__theme--dark";
3508
3680
  default:
3509
3681
  return "component__theme--light";
3510
3682
  }
3511
- }), Yt = a(() => I.value.inputReadonly ? "component__input--read-only" : ""), Qt = a(() => I.value.inputUppercase ? "component__input--uppercase" : ""), kt = a(() => He.value ? He.value : `${Ve.value}-name-label`), Dt = a(() => ""), r = a(() => T.value || R.value && R.value.trim().length > 0), u = a(() => !R.value || R.value.trim().length === 0 ? "component__input--empty" : "");
3512
- a(() => T.value ? "component__input--active" : "component__input--no-active");
3513
- const g = a(() => "6px 10px"), W = a(() => !!(Z.value && me.value)), qe = a(() => {
3683
+ }), ta = a(() => E.value.inputReadonly ? "component__input--read-only" : ""), aa = a(() => E.value.inputUppercase ? "component__input--uppercase" : ""), zt = a(() => He.value ? He.value : `${Ve.value}-name-label`), qt = a(() => ""), At = a(() => f.value || I.value && I.value.trim().length > 0), r = a(() => !I.value || I.value.trim().length === 0 ? "component__input--empty" : "");
3684
+ a(() => f.value ? "component__input--active" : "component__input--no-active");
3685
+ const B = a(() => "6px 10px"), ve = a(() => !!(Z.value && me.value)), u = a(() => {
3514
3686
  const t = {};
3515
- se.value && Object.keys(se.value).forEach((i) => t[`aria-${i}`] = se.value[i]);
3687
+ ie.value && Object.keys(ie.value).forEach((i) => t[`aria-${i}`] = ie.value[i]);
3516
3688
  const l = {
3517
3689
  "aria-label": ke.value,
3518
3690
  "aria-disabled": w.value,
3519
3691
  ...t
3520
3692
  };
3521
3693
  return Object.fromEntries(
3522
- Object.entries(l).filter(([d, i]) => i != null)
3694
+ Object.entries(l).filter(([s, i]) => i != null)
3523
3695
  );
3524
- }), Nt = a(() => {
3525
- const t = Te.value === "dark" ? Xe.value : dt.value, l = Te.value === "dark" ? V.value : Ge.value;
3696
+ }), A = a(() => {
3697
+ const t = Te.value === "dark" ? Je.value : dt.value, l = Te.value === "dark" ? S.value : Ue.value;
3526
3698
  return t === "transparent" || t === "#transparent" || !t ? l : t;
3527
- }), Jt = a(() => {
3528
- const t = Te.value === "dark" ? Ke.value : ct.value, l = Te.value === "dark" ? V.value : Ge.value;
3699
+ }), Ne = a(() => {
3700
+ const t = Te.value === "dark" ? Ge.value : ct.value, l = Te.value === "dark" ? S.value : Ue.value;
3529
3701
  return t === "transparent" || t === "#transparent" || !t ? l : t;
3530
- }), ht = a(() => {
3531
- const t = I.value, l = r.value, d = l ? t.lightTextColorLabelActive : t.lightTextColorLabel, i = l ? t.darkTextColorLabelActive : t.darkTextColorLabel;
3702
+ }), Ye = a(() => {
3703
+ const t = E.value, l = At.value, s = l ? t.lightTextColorLabelActive : t.lightTextColorLabel, i = l ? t.darkTextColorLabelActive : t.darkTextColorLabel;
3532
3704
  return {
3533
3705
  fontFamily: t.fontFamilyLabel,
3534
3706
  fontSize: l ? t.fontSizeLabelActive : t.fontSizeLabel,
3535
3707
  fontWeight: t.fontWeightLabel,
3536
- color: t.theme === "dark" ? i : d,
3708
+ color: t.theme === "dark" ? i : s,
3537
3709
  top: l ? `${t.labelActiveTop}px` : "50%",
3538
3710
  left: l ? `${t.labelActiveLeft}px` : `${t.labelLeft}px`,
3711
+ right: l ? `${t.labelActiveRight}px` : `${t.labelRight}px`,
3539
3712
  transform: l ? "translateY(0)" : "translateY(-50%)",
3540
3713
  transition: "all 0.2s ease",
3541
3714
  backgroundColor: l ? t.labelBackground : "transparent",
3542
3715
  padding: l ? t.labelPadding : "0",
3543
- borderRadius: l ? `${t.labelBorderRadius}rem` : "0"
3716
+ borderRadius: l ? `${t.labelBorderRadius}rem` : "0",
3717
+ // Se labelBreakOnActive for true (padrão), usa ellipsis quando ativo. Se false, quebra linha
3718
+ ...l ? {
3719
+ whiteSpace: q.value ? "nowrap" : "normal",
3720
+ wordWrap: q.value ? "normal" : "break-word",
3721
+ overflowWrap: q.value ? "normal" : "break-word",
3722
+ maxWidth: "100%",
3723
+ textOverflow: q.value ? "ellipsis" : "clip",
3724
+ overflow: q.value ? "hidden" : "visible"
3725
+ } : {}
3544
3726
  };
3545
3727
  });
3546
3728
  a(() => {
3547
- const t = I.value;
3729
+ const t = E.value;
3548
3730
  return t.theme === "dark" ? t.darkTextColorLabelActive : t.lightTextColorLabelActive;
3549
3731
  });
3550
- const It = () => {
3551
- h.value = we.value, Oe.value = L.value;
3552
- }, Wt = () => {
3553
- E("clicked");
3554
- }, Xt = (t) => {
3555
- t.stopPropagation(), !(w.value || I.value.inputReadonly) && $.value && ($.value.focus(), ae.value && (N.value = !1, requestAnimationFrame(() => {
3556
- Ct(), N.value = !0;
3732
+ const gt = () => {
3733
+ g.value = We.value, $e.value = L.value;
3734
+ }, la = () => {
3735
+ P("clicked");
3736
+ }, Wt = (t) => {
3737
+ t.stopPropagation(), !(w.value || E.value.inputReadonly) && R.value && (R.value.focus(), te.value && (V.value = !1, requestAnimationFrame(() => {
3738
+ St(), V.value = !0;
3557
3739
  })));
3558
- }, Zt = () => {
3559
- w.value || I.value.inputReadonly || !Ae.value || E("entered", h.value);
3560
- }, Ct = () => {
3561
- $.value && ya(() => {
3562
- const t = $.value.getBoundingClientRect(), l = 4;
3563
- te.value = {
3740
+ }, na = () => {
3741
+ w.value || E.value.inputReadonly || !Re.value || P("entered", g.value);
3742
+ }, St = () => {
3743
+ R.value && _a(() => {
3744
+ const t = R.value.getBoundingClientRect(), l = 4;
3745
+ Ct.value = {
3564
3746
  top: `${t.bottom + l}px`,
3565
3747
  left: `${t.left}px`
3566
3748
  };
3567
3749
  });
3568
- }, ea = a(() => ({
3750
+ }, oa = a(() => ({
3569
3751
  position: "fixed",
3570
- top: te.value.top,
3571
- left: te.value.left,
3572
- zIndex: yt.value
3573
- })), ta = () => {
3574
- T.value = !0, E("focused"), ae.value && (N.value = !1, requestAnimationFrame(() => {
3575
- Ct(), N.value = !0;
3752
+ top: Ct.value.top,
3753
+ left: Ct.value.left,
3754
+ zIndex: ht.value
3755
+ })), ua = () => {
3756
+ f.value = !0, P("focused"), te.value && (V.value = !1, requestAnimationFrame(() => {
3757
+ St(), V.value = !0;
3576
3758
  }));
3577
- }, aa = (t) => {
3578
- t.relatedTarget && M.value && M.value.contains(t.relatedTarget) || setTimeout(() => {
3759
+ }, ra = (t) => {
3760
+ t.relatedTarget && z.value && z.value.contains(t.relatedTarget) || setTimeout(() => {
3579
3761
  var i;
3580
3762
  const l = document.activeElement;
3581
- if (N.value) {
3582
- if (M.value && M.value.contains(l) || t.relatedTarget && M.value && M.value.contains(t.relatedTarget))
3763
+ if (V.value) {
3764
+ if (z.value && z.value.contains(l) || t.relatedTarget && z.value && z.value.contains(t.relatedTarget))
3583
3765
  return;
3584
- if (l === document.body && M.value) {
3585
- const v = M.value.querySelectorAll('button, input, select, textarea, [tabindex]:not([tabindex="-1"])');
3766
+ if (l === document.body && z.value) {
3767
+ const v = z.value.querySelectorAll('button, input, select, textarea, [tabindex]:not([tabindex="-1"])');
3586
3768
  if (Array.from(v).some((p) => p === document.activeElement || p.contains(document.activeElement)))
3587
3769
  return;
3588
3770
  }
3589
3771
  }
3590
- const d = (i = $.value) == null ? void 0 : i.closest(".component");
3591
- d && d.contains(l) || $.value !== l && (T.value = !1, N.value = !1, E("blurred"));
3772
+ const s = (i = R.value) == null ? void 0 : i.closest(".component");
3773
+ s && s.contains(l) || R.value !== l && (f.value = !1, V.value = !1, P("blurred"));
3592
3774
  }, 200);
3593
- }, la = () => {
3594
- ae.value && (N.value, N.value = !1, requestAnimationFrame(() => {
3595
- Ct(), N.value = !0;
3775
+ }, ia = () => {
3776
+ te.value && (V.value, V.value = !1, requestAnimationFrame(() => {
3777
+ St(), V.value = !0;
3596
3778
  }));
3597
- }, _t = (t) => {
3779
+ }, Dt = (t) => {
3598
3780
  if (!t || !(t instanceof Date))
3599
3781
  return null;
3600
- const l = t.getFullYear(), d = String(t.getMonth() + 1).padStart(2, "0"), i = String(t.getDate()).padStart(2, "0");
3601
- return `${l}-${d}-${i}`;
3602
- }, na = (t) => {
3782
+ const l = t.getFullYear(), s = String(t.getMonth() + 1).padStart(2, "0"), i = String(t.getDate()).padStart(2, "0");
3783
+ return `${l}-${s}-${i}`;
3784
+ }, sa = (t) => {
3603
3785
  let l = "";
3604
3786
  if (!t)
3605
3787
  l = "";
3606
- else if (Se.value && typeof t == "object" && !(t instanceof Date)) {
3788
+ else if (xe.value && typeof t == "object" && !(t instanceof Date)) {
3607
3789
  if (t.startDate === null && t.endDate === null)
3608
3790
  l = "";
3609
3791
  else if (t.startDate || t.endDate) {
3610
3792
  const i = {
3611
3793
  // Converter startDate para string ISO se existir
3612
- startDate: t.startDate ? _t(t.startDate) : null,
3794
+ startDate: t.startDate ? Dt(t.startDate) : null,
3613
3795
  // Converter endDate para string ISO se existir
3614
- endDate: t.endDate ? _t(t.endDate) : null
3796
+ endDate: t.endDate ? Dt(t.endDate) : null
3615
3797
  };
3616
3798
  l = JSON.stringify(i);
3617
3799
  }
3618
3800
  } else
3619
- L.value === "date" ? t instanceof Date ? l = _t(t) : typeof t == "string" && (l = t) : (L.value === "month" || L.value === "time" || L.value === "datetime-local" || L.value === "week") && (l = typeof t == "string" ? t : "");
3620
- le = !0, h.value = l;
3621
- const d = l ? ut(l, L.value) : "";
3622
- R.value = d, k.value = d;
3623
- }, oa = () => {
3624
- if (!ae.value) {
3625
- h.value = R.value;
3801
+ L.value === "date" ? t instanceof Date ? l = Dt(t) : typeof t == "string" && (l = t) : (L.value === "month" || L.value === "time" || L.value === "datetime-local" || L.value === "week") && (l = typeof t == "string" ? t : "");
3802
+ n = !0, g.value = l;
3803
+ const s = l ? ee(l, L.value) : "";
3804
+ I.value = s, T.value = s;
3805
+ }, da = () => {
3806
+ if (!te.value) {
3807
+ g.value = I.value;
3626
3808
  return;
3627
3809
  }
3628
- s = !0;
3629
- const t = $.value ? {
3630
- start: $.value.selectionStart,
3631
- end: $.value.selectionEnd
3632
- } : null, l = R.value.trim();
3810
+ oe = !0;
3811
+ const t = R.value ? {
3812
+ start: R.value.selectionStart,
3813
+ end: R.value.selectionEnd
3814
+ } : null, l = I.value.trim();
3633
3815
  if (!l || l.length === 0) {
3634
- le = !0, h.value = "", R.value = "", k.value = "", setTimeout(() => {
3635
- s = !1;
3816
+ n = !0, g.value = "", I.value = "", T.value = "", setTimeout(() => {
3817
+ oe = !1;
3636
3818
  }, 50);
3637
3819
  return;
3638
3820
  }
3639
3821
  if (L.value === "date") {
3640
- const i = Se.value ? /^\d{1,2}\/\d{1,2}\/\d{4}$|^\d{4}-\d{1,2}-\d{1,2}$|^\d{1,2}\/\d{1,2}\/\d{4}\s*-\s*(\d{1,2}\/\d{1,2}\/\d{4})?$/ : /^\d{1,2}\/\d{1,2}\/\d{4}$|^\d{4}-\d{1,2}-\d{1,2}$/;
3641
- if (Se.value) {
3822
+ const i = xe.value ? /^\d{1,2}\/\d{1,2}\/\d{4}$|^\d{4}-\d{1,2}-\d{1,2}$|^\d{1,2}\/\d{1,2}\/\d{4}\s*-\s*(\d{1,2}\/\d{1,2}\/\d{4})?$/ : /^\d{1,2}\/\d{1,2}\/\d{4}$|^\d{4}-\d{1,2}-\d{1,2}$/;
3823
+ if (xe.value) {
3642
3824
  if (l.match(/^(\d{1,2}\/\d{1,2}\/\d{4})\s*-\s*(\d{1,2}\/\d{1,2}\/\d{4})$/), l.length > 23 && !i.test(l)) {
3643
- R.value = k.value, t && $.value && ya(() => {
3644
- const v = Math.min(t.start, k.value.length);
3645
- $.value.setSelectionRange(v, v);
3825
+ I.value = T.value, t && R.value && _a(() => {
3826
+ const v = Math.min(t.start, T.value.length);
3827
+ R.value.setSelectionRange(v, v);
3646
3828
  }), setTimeout(() => {
3647
- s = !1;
3829
+ oe = !1;
3648
3830
  }, 50);
3649
3831
  return;
3650
3832
  }
3651
3833
  if (!i.test(l) && l.length <= 23) {
3652
3834
  setTimeout(() => {
3653
- s = !1;
3835
+ oe = !1;
3654
3836
  }, 50);
3655
3837
  return;
3656
3838
  }
3657
3839
  } else {
3658
3840
  if (l.length > 10 && !i.test(l)) {
3659
- R.value = k.value, t && $.value && ya(() => {
3660
- const v = Math.min(t.start, k.value.length);
3661
- $.value.setSelectionRange(v, v);
3841
+ I.value = T.value, t && R.value && _a(() => {
3842
+ const v = Math.min(t.start, T.value.length);
3843
+ R.value.setSelectionRange(v, v);
3662
3844
  }), setTimeout(() => {
3663
- s = !1;
3845
+ oe = !1;
3664
3846
  }, 50);
3665
3847
  return;
3666
3848
  }
3667
3849
  if (!i.test(l) && l.length <= 10) {
3668
3850
  setTimeout(() => {
3669
- s = !1;
3851
+ oe = !1;
3670
3852
  }, 50);
3671
3853
  return;
3672
3854
  }
3673
3855
  }
3674
3856
  }
3675
- let d = null;
3857
+ let s = null;
3676
3858
  if (L.value === "date")
3677
- if (Se.value)
3859
+ if (xe.value)
3678
3860
  if (l.match(/^(\d{1,2}\/\d{1,2}\/\d{4})\s*-\s*(\d{1,2}\/\d{1,2}\/\d{4})$/))
3679
- if (d = j(l, L.value), d && d !== h.value)
3680
- le = !0, h.value = d, k.value = l;
3861
+ if (s = we(l, L.value), s && s !== g.value)
3862
+ n = !0, g.value = s, T.value = l;
3681
3863
  else {
3682
3864
  setTimeout(() => {
3683
- s = !1;
3865
+ oe = !1;
3684
3866
  }, 50);
3685
3867
  return;
3686
3868
  }
3687
3869
  else if (l.includes("-")) {
3688
3870
  const v = l.match(/^(\d{1,2}\/\d{1,2}\/\d{4})\s*-\s*$/);
3689
3871
  if (v) {
3690
- const f = v[1], p = j(f, L.value);
3872
+ const c = v[1], p = we(c, L.value);
3691
3873
  if (p) {
3692
- const S = JSON.stringify({ startDate: p, endDate: null });
3693
- S !== h.value && (le = !0, h.value = S, k.value = l);
3874
+ const x = JSON.stringify({ startDate: p, endDate: null });
3875
+ x !== g.value && (n = !0, g.value = x, T.value = l);
3694
3876
  } else {
3695
- k.value = l, setTimeout(() => {
3696
- s = !1;
3877
+ T.value = l, setTimeout(() => {
3878
+ oe = !1;
3697
3879
  }, 50);
3698
3880
  return;
3699
3881
  }
3700
3882
  } else {
3701
- k.value = l, setTimeout(() => {
3702
- s = !1;
3883
+ T.value = l, setTimeout(() => {
3884
+ oe = !1;
3703
3885
  }, 50);
3704
3886
  return;
3705
3887
  }
3706
3888
  } else if (/^\d{1,2}\/\d{1,2}\/\d{4}$|^\d{4}-\d{1,2}-\d{1,2}$/.test(l))
3707
- if (d = j(l, L.value), d) {
3708
- const f = JSON.stringify({ startDate: d, endDate: null });
3709
- f !== h.value && (le = !0, h.value = f, k.value = l);
3889
+ if (s = we(l, L.value), s) {
3890
+ const c = JSON.stringify({ startDate: s, endDate: null });
3891
+ c !== g.value && (n = !0, g.value = c, T.value = l);
3710
3892
  } else {
3711
- k.value = l, setTimeout(() => {
3712
- s = !1;
3893
+ T.value = l, setTimeout(() => {
3894
+ oe = !1;
3713
3895
  }, 50);
3714
3896
  return;
3715
3897
  }
3716
3898
  else {
3717
- k.value = l, setTimeout(() => {
3718
- s = !1;
3899
+ T.value = l, setTimeout(() => {
3900
+ oe = !1;
3719
3901
  }, 50);
3720
3902
  return;
3721
3903
  }
3722
3904
  else if (/^\d{1,2}\/\d{1,2}\/\d{4}$|^\d{4}-\d{1,2}-\d{1,2}$/.test(l))
3723
- d = j(l, L.value), d && d !== h.value && (le = !0, h.value = d, k.value = l);
3905
+ s = we(l, L.value), s && s !== g.value && (n = !0, g.value = s, T.value = l);
3724
3906
  else {
3725
3907
  setTimeout(() => {
3726
- s = !1;
3908
+ oe = !1;
3727
3909
  }, 50);
3728
3910
  return;
3729
3911
  }
3730
3912
  else
3731
- d = j(l, L.value), d && d !== h.value && (le = !0, h.value = d, k.value = l);
3913
+ s = we(l, L.value), s && s !== g.value && (n = !0, g.value = s, T.value = l);
3732
3914
  setTimeout(() => {
3733
- s = !1;
3915
+ oe = !1;
3734
3916
  }, 50);
3735
- }, ua = (t) => {
3736
- }, Et = (t) => {
3917
+ }, ca = (t) => {
3918
+ }, Ht = (t) => {
3737
3919
  var v;
3738
- if (!N.value || !M.value || !$.value)
3920
+ if (!V.value || !z.value || !R.value)
3739
3921
  return;
3740
- const l = t.target, d = (v = $.value) == null ? void 0 : v.closest(".nb-wrapper");
3741
- if (M.value && M.value.contains(l) || d && (l === d || d.contains(l)) || M.value && M.value.contains(l))
3922
+ const l = t.target, s = (v = R.value) == null ? void 0 : v.closest(".nb-wrapper");
3923
+ if (z.value && z.value.contains(l) || s && (l === s || s.contains(l)) || z.value && z.value.contains(l))
3742
3924
  return;
3743
3925
  let i = l;
3744
3926
  for (; i && i !== document.body; ) {
3745
- if (i === M.value || M.value && M.value.contains(i))
3927
+ if (i === z.value || z.value && z.value.contains(i))
3746
3928
  return;
3747
3929
  i = i.parentElement;
3748
3930
  }
3749
3931
  setTimeout(() => {
3750
- if (!N.value || !M.value || M.value && M.value.contains(l))
3932
+ if (!V.value || !z.value || z.value && z.value.contains(l))
3751
3933
  return;
3752
3934
  for (i = l; i && i !== document.body; ) {
3753
- if (i === M.value || M.value && M.value.contains(i))
3935
+ if (i === z.value || z.value && z.value.contains(i))
3754
3936
  return;
3755
3937
  i = i.parentElement;
3756
3938
  }
3757
3939
  if (!document.body.contains(l))
3758
3940
  return;
3759
- const f = $.value && (l === $.value || $.value.contains(l)), p = d && (l === d || d.contains(l));
3760
- !f && !p && (N.value = !1, (!R.value || R.value.trim().length === 0) && (T.value = !1));
3941
+ const c = R.value && (l === R.value || R.value.contains(l)), p = s && (l === s || s.contains(l));
3942
+ !c && !p && (V.value = !1, (!I.value || I.value.trim().length === 0) && (f.value = !1));
3761
3943
  }, 50);
3762
- }, Pt = () => {
3763
- N.value && ae.value && Ct();
3764
- }, Ft = () => {
3765
- N.value && ae.value && (N.value = !1);
3944
+ }, jt = () => {
3945
+ V.value && te.value && St();
3946
+ }, Ut = () => {
3947
+ V.value && te.value && (V.value = !1);
3766
3948
  };
3767
- let bt = null, Lt = null, it = { top: 0, left: 0 };
3768
- const Ot = () => {
3769
- if (!N.value || !ae.value || !$.value)
3949
+ let yt = null, _t = null, Vt = { top: 0, left: 0 };
3950
+ const $t = () => {
3951
+ if (!V.value || !te.value || !R.value)
3770
3952
  return;
3771
- const t = 4, l = $.value.getBoundingClientRect(), d = `${l.bottom + t}px`, i = `${l.left}px`;
3772
- (it.top !== d || it.left !== i) && (it.top = d, it.left = i, te.value = {
3773
- top: d,
3953
+ const t = 4, l = R.value.getBoundingClientRect(), s = `${l.bottom + t}px`, i = `${l.left}px`;
3954
+ (Vt.top !== s || Vt.left !== i) && (Vt.top = s, Vt.left = i, Ct.value = {
3955
+ top: s,
3774
3956
  left: i
3775
- }), Lt = requestAnimationFrame(Ot);
3776
- }, ra = () => {
3777
- if (!$.value || !ae.value)
3957
+ }), _t = requestAnimationFrame($t);
3958
+ }, Nt = () => {
3959
+ if (!R.value || !te.value)
3778
3960
  return;
3779
- it = { top: 0, left: 0 }, Ot(), bt = new ResizeObserver(() => {
3780
- N.value && Ct();
3781
- }), bt.observe($.value);
3782
- const t = $.value.closest(".component");
3783
- t && bt.observe(t);
3784
- }, n = () => {
3785
- Lt !== null && (cancelAnimationFrame(Lt), Lt = null), bt && (bt.disconnect(), bt = null);
3961
+ Vt = { top: 0, left: 0 }, $t(), yt = new ResizeObserver(() => {
3962
+ V.value && St();
3963
+ }), yt.observe(R.value);
3964
+ const t = R.value.closest(".component");
3965
+ t && yt.observe(t);
3966
+ }, Gt = () => {
3967
+ _t !== null && (cancelAnimationFrame(_t), _t = null), yt && (yt.disconnect(), yt = null);
3786
3968
  };
3787
- H(N, (t) => {
3788
- t && ae.value ? ya(() => {
3789
- ra();
3790
- }) : n();
3791
- }), sa(() => {
3792
- h.value = we.value, R.value = ut(we.value, L.value), document.addEventListener("click", Et, !1), window.addEventListener("scroll", Pt, { capture: !0, passive: !0 }), window.addEventListener("resize", Ft);
3793
- }), ma(() => {
3794
- It(), n(), document.removeEventListener("click", Et), window.removeEventListener("scroll", Pt, { capture: !0, passive: !0 }), window.removeEventListener("resize", Ft);
3795
- }), H(L, (t) => {
3796
- Oe.value = t;
3797
- }, { immediate: !0 }), H(Je, () => {
3798
- h.value && ae.value && (R.value = ut(h.value, L.value));
3799
- }), H(we, (t) => {
3800
- if (t !== h.value) {
3801
- h.value = t;
3802
- const l = ut(t, L.value);
3803
- R.value = l, k.value = l;
3969
+ U(V, (t) => {
3970
+ t && te.value ? _a(() => {
3971
+ Nt();
3972
+ }) : Gt();
3973
+ }), pa(() => {
3974
+ g.value = We.value, I.value = ee(We.value, L.value), document.addEventListener("click", Ht, !1), window.addEventListener("scroll", jt, { capture: !0, passive: !0 }), window.addEventListener("resize", Ut);
3975
+ }), $a(() => {
3976
+ gt(), Gt(), document.removeEventListener("click", Ht), window.removeEventListener("scroll", jt, { capture: !0, passive: !0 }), window.removeEventListener("resize", Ut);
3977
+ }), U(L, (t) => {
3978
+ $e.value = t;
3979
+ }, { immediate: !0 }), U(Qe, () => {
3980
+ g.value && te.value && (I.value = ee(g.value, L.value));
3981
+ }), U(We, (t) => {
3982
+ if (t !== g.value) {
3983
+ g.value = t;
3984
+ const l = ee(t, L.value);
3985
+ I.value = l, T.value = l;
3804
3986
  }
3805
3987
  }, { immediate: !0 });
3806
- let s = !1;
3807
- const je = () => {
3808
- s = !0, setTimeout(() => {
3809
- s = !1;
3988
+ let oe = !1;
3989
+ const fa = () => {
3990
+ oe = !0, setTimeout(() => {
3991
+ oe = !1;
3810
3992
  }, 100);
3811
3993
  };
3812
- let le = !1;
3813
- return H(() => h.value, (t) => {
3814
- if (ae.value && !le && !s) {
3815
- const l = ut(t, L.value);
3816
- l !== R.value && (R.value = l, k.value = l);
3994
+ let n = !1;
3995
+ return U(() => g.value, (t) => {
3996
+ if (te.value && !n && !oe) {
3997
+ const l = ee(t, L.value);
3998
+ l !== I.value && (I.value = l, T.value = l);
3817
3999
  }
3818
- le = !1;
3819
- }), H(h, (t) => {
3820
- if (x.value && (t = t.trim()), Se.value && typeof t == "string" && t.startsWith("{"))
4000
+ n = !1;
4001
+ }), U(g, (t) => {
4002
+ if (C.value && (t = t.trim()), xe.value && typeof t == "string" && t.startsWith("{"))
3821
4003
  try {
3822
4004
  const l = JSON.parse(t);
3823
4005
  if (l && (l.startDate || l.endDate)) {
3824
- const d = (f) => {
3825
- if (!f)
4006
+ const s = (c) => {
4007
+ if (!c)
3826
4008
  return null;
3827
- if (/^\d{4}-\d{2}-\d{2}$/.test(f)) {
3828
- const [p, S, A] = f.split("-").map(Number);
3829
- return new Date(p, S - 1, A);
4009
+ if (/^\d{4}-\d{2}-\d{2}$/.test(c)) {
4010
+ const [p, x, _] = c.split("-").map(Number);
4011
+ return new Date(p, x - 1, _);
3830
4012
  }
3831
- return new Date(f);
3832
- }, i = l.startDate ? d(l.startDate) : null, v = l.endDate ? d(l.endDate) : null;
3833
- E("changed", { startDate: i, endDate: v });
4013
+ return new Date(c);
4014
+ }, i = l.startDate ? s(l.startDate) : null, v = l.endDate ? s(l.endDate) : null;
4015
+ P("changed", { startDate: i, endDate: v });
3834
4016
  return;
3835
4017
  }
3836
4018
  } catch {
3837
4019
  }
3838
- E("changed", t);
3839
- }), H(T, (t) => {
3840
- E(t ? "focused" : "blurred");
3841
- }), H(h, (t) => {
3842
- x.value && (t = t.trim()), E("current-value", t);
3843
- }), (t, l) => o(Ve) ? (F(), q("div", da({
4020
+ P("changed", t);
4021
+ }), U(f, (t) => {
4022
+ P(t ? "focused" : "blurred");
4023
+ }), U(g, (t) => {
4024
+ C.value && (t = t.trim()), P("current-value", t);
4025
+ }), (t, l) => o(Ve) ? (M(), D("div", ba({
3844
4026
  key: 0,
3845
- class: ["nb-wrapper", $t.value],
3846
- style: [wt.value, zt.value, rt.value],
4027
+ class: ["nb-wrapper", Et.value],
4028
+ style: [Pt.value, Ft.value, et.value],
3847
4029
  role: "input"
3848
- }, qe.value), [
3849
- ve("div", {
4030
+ }, u.value), [
4031
+ pe("div", {
3850
4032
  id: o(Ve),
3851
- class: We(["nb-reset", "component", Gt.value, Kt.value, Yt.value, Ht.value]),
3852
- style: Ee([vt.value, zt.value, rt.value]),
3853
- onClick: Wt
4033
+ class: Fe(["nb-reset", "component", Zt.value, ea.value, ta.value, Ot.value]),
4034
+ style: Se([Tt.value, Ft.value, et.value]),
4035
+ onClick: la
3854
4036
  }, [
3855
- o(Re) ? (F(), q("label", {
4037
+ o(Be) ? (M(), D("label", {
3856
4038
  key: 0,
3857
- for: kt.value,
4039
+ for: zt.value,
3858
4040
  class: "component__label",
3859
- style: Ee([ht.value]),
3860
- onClick: Xt
3861
- }, xt(e.label), 13, Fl)) : Be("", !0),
3862
- pa(ve("input", {
4041
+ style: Se([Ye.value]),
4042
+ onClick: Wt
4043
+ }, [
4044
+ It(kt(o(Xe)), 1),
4045
+ e.required ? (M(), D("span", Zl, "*")) : re("", !0)
4046
+ ], 12, Xl)) : re("", !0),
4047
+ ha(pe("input", {
3863
4048
  ref_key: "inputRef",
3864
- ref: $,
3865
- "onUpdate:modelValue": l[0] || (l[0] = (d) => R.value = d),
3866
- onInput: oa,
4049
+ ref: R,
4050
+ "onUpdate:modelValue": l[0] || (l[0] = (s) => I.value = s),
4051
+ onInput: da,
3867
4052
  onKeydown: [
3868
- je,
3869
- l[1] || (l[1] = qt((d) => !o(w) && o(Ae) && Zt(), ["enter"]))
4053
+ fa,
4054
+ l[1] || (l[1] = Kt((s) => !o(w) && o(Re) && na(), ["enter"]))
3870
4055
  ],
3871
- id: kt.value,
3872
- name: kt.value,
3873
- type: ae.value ? "text" : Oe.value,
3874
- class: We(["component__input", [
3875
- Qt.value,
3876
- Ut.value,
3877
- u.value
4056
+ id: zt.value,
4057
+ name: zt.value,
4058
+ type: te.value ? "text" : $e.value,
4059
+ class: Fe(["component__input", [
4060
+ aa.value,
4061
+ Xt.value,
4062
+ r.value
3878
4063
  ]]),
3879
- placeholder: Dt.value,
3880
- disabled: o(w) || o(_),
4064
+ placeholder: qt.value,
4065
+ disabled: o(w) || o($),
3881
4066
  required: e.required,
3882
- readonly: o(_),
4067
+ readonly: o($),
3883
4068
  autocomplete: e.inputAutocomplete,
3884
- min: ae.value ? void 0 : o(tt),
3885
- max: ae.value ? void 0 : o(ye),
3886
- step: ae.value ? void 0 : o(at),
3887
- tabindex: o(w) || o(_) ? -1 : o(st),
4069
+ min: te.value ? void 0 : o(at),
4070
+ max: te.value ? void 0 : o(ye),
4071
+ step: te.value ? void 0 : o(lt),
4072
+ tabindex: o(w) || o($) ? -1 : o(st),
3888
4073
  role: "input",
3889
- style: Ee([rt.value]),
3890
- onFocus: ta,
3891
- onBlur: aa,
3892
- onClick: la
3893
- }, null, 46, Ol), [
3894
- [Ha, R.value]
4074
+ style: Se([et.value]),
4075
+ onFocus: ua,
4076
+ onBlur: ra,
4077
+ onClick: ia
4078
+ }, null, 46, en), [
4079
+ [Ja, I.value]
3895
4080
  ])
3896
- ], 14, Pl),
3897
- W.value ? (F(), q("div", {
4081
+ ], 14, Jl),
4082
+ ve.value ? (M(), D("div", {
3898
4083
  key: 0,
3899
- class: We(["component__message", e.hasCustomMsg ? "component__message--custom" : "component__message--default"])
4084
+ class: Fe(["component__message", e.hasCustomMsg ? "component__message--custom" : "component__message--default"])
3900
4085
  }, [
3901
- ia(t.$slots, "message", {}, () => [
3902
- ga(xt(e.message), 1)
4086
+ va(t.$slots, "message", {}, () => [
4087
+ It(kt(e.message), 1)
3903
4088
  ], !0)
3904
- ], 2)) : Be("", !0),
3905
- (F(), ul(rl, { to: "body" }, [
3906
- ae.value && N.value ? (F(), q("div", {
4089
+ ], 2)) : re("", !0),
4090
+ (M(), bl(gl, { to: "body" }, [
4091
+ te.value && V.value ? (M(), D("div", {
3907
4092
  key: 0,
3908
4093
  ref_key: "calendarRef",
3909
- ref: M,
4094
+ ref: z,
3910
4095
  class: "datepicker__custom-calendar-wrapper",
3911
- style: Ee(ea.value),
3912
- onClick: l[4] || (l[4] = ca((d) => he.value = !0, ["stop"])),
3913
- onMousedown: l[5] || (l[5] = ca((d) => he.value = !0, ["stop"]))
4096
+ style: Se(oa.value),
4097
+ onClick: l[4] || (l[4] = ga((s) => rt.value = !0, ["stop"])),
4098
+ onMousedown: l[5] || (l[5] = ga((s) => rt.value = !0, ["stop"]))
3914
4099
  }, [
3915
- il(o(C), {
4100
+ yl(o(h), {
3916
4101
  "nb-id": `${o(Ve)}-calendar`,
3917
- value: Vt.value,
4102
+ value: Rt.value,
3918
4103
  "input-type": o(L),
3919
- min: o(tt),
4104
+ min: o(at),
3920
4105
  max: o(ye),
3921
- step: o(at),
4106
+ step: o(lt),
3922
4107
  disabled: o(w),
3923
- width: St.value,
3924
- locale: o(Je),
4108
+ width: wt.value,
4109
+ locale: o(Qe),
3925
4110
  theme: o(Te),
3926
- "allow-range": o(Se),
3927
- onChanged: na,
3928
- onDateSelected: ua,
3929
- onMousedown: l[2] || (l[2] = (d) => he.value = !0),
3930
- onClick: l[3] || (l[3] = (d) => he.value = !0)
4111
+ "allow-range": o(xe),
4112
+ onChanged: sa,
4113
+ onDateSelected: ca,
4114
+ onMousedown: l[2] || (l[2] = (s) => rt.value = !0),
4115
+ onClick: l[3] || (l[3] = (s) => rt.value = !0)
3931
4116
  }, null, 8, ["nb-id", "value", "input-type", "min", "max", "step", "disabled", "width", "locale", "theme", "allow-range"])
3932
- ], 36)) : Be("", !0)
4117
+ ], 36)) : re("", !0)
3933
4118
  ]))
3934
- ], 16)) : Be("", !0);
4119
+ ], 16)) : re("", !0);
3935
4120
  }
3936
- }), jl = /* @__PURE__ */ ba(ql, [["__scopeId", "data-v-35736538"]]), Oa = {
3937
- NbInputRadio: vl,
3938
- NbInputCheckbox: ml,
3939
- NbInput: Bl,
3940
- NbInputChip: zl,
3941
- NbTextarea: El,
3942
- NbDatePicker: jl
3943
- }, Ul = {
4121
+ }), an = /* @__PURE__ */ Ca(tn, [["__scopeId", "data-v-5c71e4c8"]]), Ka = {
4122
+ NbInputRadio: Sl,
4123
+ NbInputCheckbox: Bl,
4124
+ NbInput: Nl,
4125
+ NbInputChip: Hl,
4126
+ NbTextarea: Ql,
4127
+ NbDatePicker: an
4128
+ }, nn = {
3944
4129
  install(e) {
3945
- for (const m in Oa)
3946
- if (Object.prototype.hasOwnProperty.call(Oa, m)) {
3947
- const C = Oa[m];
3948
- e.component(C.name, C);
4130
+ for (const y in Ka)
4131
+ if (Object.prototype.hasOwnProperty.call(Ka, y)) {
4132
+ const h = Ka[y];
4133
+ e.component(h.name, h);
3949
4134
  }
3950
4135
  }
3951
4136
  };
3952
4137
  export {
3953
- Ul as default
4138
+ nn as default
3954
4139
  };