@vlalg-nimbus/nb-inputs 8.0.16 → 8.1.0

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