@quidgest/ui 0.15.3 → 0.15.5

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.
Files changed (85) hide show
  1. package/dist/manifest/components.json +2 -0
  2. package/dist/ui.css +1 -1
  3. package/dist/ui.esm.js +7000 -6132
  4. package/dist/ui.js +23 -16
  5. package/dist/ui.min.css +1 -1
  6. package/dist/ui.min.js +1118 -967
  7. package/dist/ui.scss +2 -2
  8. package/esm/components/QColorPicker/QColorPicker.vue.js +1 -1
  9. package/esm/components/QCombobox/QCombobox.d.ts +14 -6
  10. package/esm/components/QCombobox/QCombobox.d.ts.map +1 -1
  11. package/esm/components/QCombobox/QCombobox.vue.js +37 -36
  12. package/esm/components/QCombobox/index.d.ts +22 -3
  13. package/esm/components/QCombobox/index.d.ts.map +1 -1
  14. package/esm/components/QDialog/QDialog.d.ts +2 -2
  15. package/esm/components/QDialog/QDialog.d.ts.map +1 -1
  16. package/esm/components/QDialog/QDialog.vue.js +51 -50
  17. package/esm/components/QDismissibleLayer/QDismissibleLayer.d.ts +35 -0
  18. package/esm/components/QDismissibleLayer/QDismissibleLayer.d.ts.map +1 -0
  19. package/esm/components/QDismissibleLayer/QDismissibleLayer.vue.js +50 -0
  20. package/esm/components/QDismissibleLayer/QDismissibleLayer.vue2.js +4 -0
  21. package/esm/components/QDismissibleLayer/index.d.ts +53 -0
  22. package/esm/components/QDismissibleLayer/index.d.ts.map +1 -0
  23. package/esm/components/QDismissibleLayer/index.js +6 -0
  24. package/esm/components/QDismissibleLayer/types.d.ts +25 -0
  25. package/esm/components/QDismissibleLayer/types.d.ts.map +1 -0
  26. package/esm/components/QDropdownMenu/QDropdownMenu.d.ts +0 -4
  27. package/esm/components/QDropdownMenu/QDropdownMenu.d.ts.map +1 -1
  28. package/esm/components/QDropdownMenu/QDropdownMenu.vue.js +10 -15
  29. package/esm/components/QDropdownMenu/QDropdownMenuContent.d.ts +10 -15
  30. package/esm/components/QDropdownMenu/QDropdownMenuContent.d.ts.map +1 -1
  31. package/esm/components/QDropdownMenu/QDropdownMenuContent.vue.js +72 -117
  32. package/esm/components/QDropdownMenu/index.d.ts +0 -3
  33. package/esm/components/QDropdownMenu/index.d.ts.map +1 -1
  34. package/esm/components/QFocusTrap/QFocusTrap.d.ts +28 -0
  35. package/esm/components/QFocusTrap/QFocusTrap.d.ts.map +1 -0
  36. package/esm/components/QFocusTrap/QFocusTrap.vue.js +32 -0
  37. package/esm/components/QFocusTrap/QFocusTrap.vue2.js +4 -0
  38. package/esm/components/QFocusTrap/index.d.ts +38 -0
  39. package/esm/components/QFocusTrap/index.d.ts.map +1 -0
  40. package/esm/components/QFocusTrap/index.js +6 -0
  41. package/esm/components/QFocusTrap/types.d.ts +6 -0
  42. package/esm/components/QFocusTrap/types.d.ts.map +1 -0
  43. package/esm/components/QList/QList.d.ts +0 -9
  44. package/esm/components/QList/QList.d.ts.map +1 -1
  45. package/esm/components/QList/QList.vue.js +97 -82
  46. package/esm/components/QList/index.d.ts +0 -3
  47. package/esm/components/QList/index.d.ts.map +1 -1
  48. package/esm/components/QOverlay/QOverlay.d.ts +2 -0
  49. package/esm/components/QOverlay/QOverlay.d.ts.map +1 -1
  50. package/esm/components/QOverlay/QOverlay.vue.js +197 -148
  51. package/esm/components/QOverlay/index.d.ts +4 -0
  52. package/esm/components/QOverlay/index.d.ts.map +1 -1
  53. package/esm/components/QOverlay/types.d.ts +6 -1
  54. package/esm/components/QOverlay/types.d.ts.map +1 -1
  55. package/esm/components/QPasswordField/QPasswordField.d.ts +6 -0
  56. package/esm/components/QPasswordField/QPasswordField.d.ts.map +1 -1
  57. package/esm/components/QPasswordField/QPasswordField.vue.js +21 -20
  58. package/esm/components/QPasswordField/QPasswordFieldMeterOverlay.vue.js +6 -5
  59. package/esm/components/QPasswordField/index.d.ts +3 -0
  60. package/esm/components/QPasswordField/index.d.ts.map +1 -1
  61. package/esm/components/QSelect/QSelect.d.ts +2 -6
  62. package/esm/components/QSelect/QSelect.d.ts.map +1 -1
  63. package/esm/components/QSelect/QSelect.vue.js +106 -125
  64. package/esm/components/QSelect/index.d.ts +1 -3
  65. package/esm/components/QSelect/index.d.ts.map +1 -1
  66. package/esm/components/QTextArea/QTextArea.d.ts.map +1 -1
  67. package/esm/components/QTextArea/QTextArea.vue.js +33 -30
  68. package/esm/components/QTextField/QTextField.d.ts.map +1 -1
  69. package/esm/components/QTextField/QTextField.vue.js +48 -38
  70. package/esm/components/QTextField/index.d.ts +3 -0
  71. package/esm/components/QTextField/index.d.ts.map +1 -1
  72. package/esm/components/QTextField/types.d.ts +5 -0
  73. package/esm/components/QTextField/types.d.ts.map +1 -1
  74. package/esm/components/index.d.ts +2 -0
  75. package/esm/components/index.d.ts.map +1 -1
  76. package/esm/components/index.js +69 -65
  77. package/esm/index.d.ts +2 -0
  78. package/esm/utils/merge.d.ts.map +1 -1
  79. package/esm/utils/merge.js +12 -16
  80. package/esm/vendors/@vueuse/core/index.js +173 -67
  81. package/esm/vendors/@vueuse/integrations/useFocusTrap/component.js +24 -0
  82. package/esm/vendors/@vueuse/shared/index.js +36 -15
  83. package/esm/vendors/focus-trap/dist/focus-trap.esm.js +473 -0
  84. package/esm/vendors/tabbable/dist/index.esm.js +202 -0
  85. package/package.json +3 -1
package/dist/ui.scss CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Quidgest UI v0.15.3
2
+ * Quidgest UI v0.15.5
3
3
  * (c) 2025 Quidgest - Consultores de Gestão, S.A.
4
4
  * Released under the MIT License.
5
5
  */
@@ -1163,7 +1163,7 @@ body {
1163
1163
  margin-left: auto;
1164
1164
  display: flex;
1165
1165
  color: var(--q-theme-neutral);
1166
- font-size: x-small;
1166
+ font-size: 0.75rem;
1167
1167
  }
1168
1168
  }
1169
1169
  .q-field {
@@ -43,7 +43,7 @@ const P = ["readonly", "disabled", "aria-label"], H = /* @__PURE__ */ h({
43
43
  id: l.id,
44
44
  modelValue: a.value,
45
45
  "onUpdate:modelValue": o[1] || (o[1] = (i) => a.value = i),
46
- maxlength: "7",
46
+ "max-length": 7,
47
47
  class: B(["q-color-picker", l.class]),
48
48
  label: l.label,
49
49
  size: l.size,
@@ -37,6 +37,7 @@ declare function __VLS_template(): {
37
37
  readonly disabled?: boolean | undefined;
38
38
  readonly invalid?: boolean | undefined;
39
39
  readonly placeholder?: string | undefined;
40
+ readonly maxLength?: number | undefined;
40
41
  readonly clearable?: boolean | undefined;
41
42
  readonly type?: string | undefined;
42
43
  readonly texts?: typeof import('../QTextField/types').DEFAULT_TEXTS | undefined;
@@ -142,6 +143,7 @@ declare function __VLS_template(): {
142
143
  invalid?: boolean;
143
144
  } & {
144
145
  placeholder?: string;
146
+ maxLength?: number;
145
147
  clearable?: boolean;
146
148
  type?: string;
147
149
  texts?: typeof import('../QTextField/types').DEFAULT_TEXTS;
@@ -193,6 +195,7 @@ declare function __VLS_template(): {
193
195
  invalid?: boolean;
194
196
  } & {
195
197
  placeholder?: string;
198
+ maxLength?: number;
196
199
  clearable?: boolean;
197
200
  type?: string;
198
201
  texts?: typeof import('../QTextField/types').DEFAULT_TEXTS;
@@ -398,7 +401,6 @@ declare function __VLS_template(): {
398
401
  }> & Readonly<{
399
402
  "onUpdate:modelValue"?: ((value: Primitive) => any) | undefined;
400
403
  }>, {
401
- focusItem: (itemIdx: number, preventScroll?: boolean) => void;
402
404
  getItem: (idx: number) => HTMLElement | undefined;
403
405
  getAdjacentItemIndex: (idx: number, direction: "next" | "prev") => number;
404
406
  getFirstFocusableItemIndex: () => number;
@@ -445,8 +447,7 @@ declare function __VLS_template(): {
445
447
  selectable?: boolean;
446
448
  }> & Readonly<{
447
449
  "onUpdate:modelValue"?: ((value: Primitive) => any) | undefined;
448
- }>, "focusItem" | "getItem" | "getAdjacentItemIndex" | "getFirstFocusableItemIndex" | "getLastFocusableItemIndex" | ("groups" | "itemValue" | "itemLabel")> & import('vue').ShallowUnwrapRef<{
449
- focusItem: (itemIdx: number, preventScroll?: boolean) => void;
450
+ }>, "getItem" | "getAdjacentItemIndex" | "getFirstFocusableItemIndex" | "getLastFocusableItemIndex" | ("groups" | "itemValue" | "itemLabel")> & import('vue').ShallowUnwrapRef<{
450
451
  getItem: (idx: number) => HTMLElement | undefined;
451
452
  getAdjacentItemIndex: (idx: number, direction: "next" | "prev") => number;
452
453
  getFirstFocusableItemIndex: () => number;
@@ -483,6 +484,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
483
484
  readonly disabled?: boolean | undefined;
484
485
  readonly invalid?: boolean | undefined;
485
486
  readonly placeholder?: string | undefined;
487
+ readonly maxLength?: number | undefined;
486
488
  readonly clearable?: boolean | undefined;
487
489
  readonly type?: string | undefined;
488
490
  readonly texts?: typeof import('../QTextField/types').DEFAULT_TEXTS | undefined;
@@ -588,6 +590,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
588
590
  invalid?: boolean;
589
591
  } & {
590
592
  placeholder?: string;
593
+ maxLength?: number;
591
594
  clearable?: boolean;
592
595
  type?: string;
593
596
  texts?: typeof import('../QTextField/types').DEFAULT_TEXTS;
@@ -639,6 +642,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
639
642
  invalid?: boolean;
640
643
  } & {
641
644
  placeholder?: string;
645
+ maxLength?: number;
642
646
  clearable?: boolean;
643
647
  type?: string;
644
648
  texts?: typeof import('../QTextField/types').DEFAULT_TEXTS;
@@ -671,6 +675,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
671
675
  readonly disabled?: boolean | undefined;
672
676
  readonly invalid?: boolean | undefined;
673
677
  readonly placeholder?: string | undefined;
678
+ readonly maxLength?: number | undefined;
674
679
  readonly clearable?: boolean | undefined;
675
680
  readonly type?: string | undefined;
676
681
  readonly texts?: typeof import('../QTextField/types').DEFAULT_TEXTS | undefined;
@@ -776,6 +781,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
776
781
  invalid?: boolean;
777
782
  } & {
778
783
  placeholder?: string;
784
+ maxLength?: number;
779
785
  clearable?: boolean;
780
786
  type?: string;
781
787
  texts?: typeof import('../QTextField/types').DEFAULT_TEXTS;
@@ -827,6 +833,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
827
833
  invalid?: boolean;
828
834
  } & {
829
835
  placeholder?: string;
836
+ maxLength?: number;
830
837
  clearable?: boolean;
831
838
  type?: string;
832
839
  texts?: typeof import('../QTextField/types').DEFAULT_TEXTS;
@@ -894,6 +901,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
894
901
  readonly disabled?: boolean | undefined;
895
902
  readonly invalid?: boolean | undefined;
896
903
  readonly placeholder?: string | undefined;
904
+ readonly maxLength?: number | undefined;
897
905
  readonly clearable?: boolean | undefined;
898
906
  readonly type?: string | undefined;
899
907
  readonly texts?: typeof import('../QTextField/types').DEFAULT_TEXTS | undefined;
@@ -999,6 +1007,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
999
1007
  invalid?: boolean;
1000
1008
  } & {
1001
1009
  placeholder?: string;
1010
+ maxLength?: number;
1002
1011
  clearable?: boolean;
1003
1012
  type?: string;
1004
1013
  texts?: typeof import('../QTextField/types').DEFAULT_TEXTS;
@@ -1050,6 +1059,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
1050
1059
  invalid?: boolean;
1051
1060
  } & {
1052
1061
  placeholder?: string;
1062
+ maxLength?: number;
1053
1063
  clearable?: boolean;
1054
1064
  type?: string;
1055
1065
  texts?: typeof import('../QTextField/types').DEFAULT_TEXTS;
@@ -1255,7 +1265,6 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
1255
1265
  }> & Readonly<{
1256
1266
  "onUpdate:modelValue"?: ((value: Primitive) => any) | undefined;
1257
1267
  }>, {
1258
- focusItem: (itemIdx: number, preventScroll?: boolean) => void;
1259
1268
  getItem: (idx: number) => HTMLElement | undefined;
1260
1269
  getAdjacentItemIndex: (idx: number, direction: "next" | "prev") => number;
1261
1270
  getFirstFocusableItemIndex: () => number;
@@ -1302,8 +1311,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
1302
1311
  selectable?: boolean;
1303
1312
  }> & Readonly<{
1304
1313
  "onUpdate:modelValue"?: ((value: Primitive) => any) | undefined;
1305
- }>, "focusItem" | "getItem" | "getAdjacentItemIndex" | "getFirstFocusableItemIndex" | "getLastFocusableItemIndex" | ("groups" | "itemValue" | "itemLabel")> & import('vue').ShallowUnwrapRef<{
1306
- focusItem: (itemIdx: number, preventScroll?: boolean) => void;
1314
+ }>, "getItem" | "getAdjacentItemIndex" | "getFirstFocusableItemIndex" | "getLastFocusableItemIndex" | ("groups" | "itemValue" | "itemLabel")> & import('vue').ShallowUnwrapRef<{
1307
1315
  getItem: (idx: number) => HTMLElement | undefined;
1308
1316
  getAdjacentItemIndex: (idx: number, direction: "next" | "prev") => number;
1309
1317
  getFirstFocusableItemIndex: () => number;
@@ -1 +1 @@
1
- {"version":3,"file":"QCombobox.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QCombobox/QCombobox.vue"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"QCombobox.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QCombobox/QCombobox.vue"],"names":[],"mappings":"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"}
@@ -7,7 +7,7 @@ import { QSpinnerLoader as he } from "../QSpinnerLoader/index.js";
7
7
  import { QTextField as ge } from "../QTextField/index.js";
8
8
  import { QChevron as ke } from "../__internal__/QChevron/index.js";
9
9
  import { QClearButton as Ie } from "../__internal__/QClearButton/index.js";
10
- const we = ["data-key"], xe = {
10
+ const xe = ["data-key"], we = {
11
11
  key: 0,
12
12
  class: "q-select__loader"
13
13
  }, Ve = {
@@ -27,6 +27,7 @@ const we = ["data-key"], xe = {
27
27
  disabled: { type: Boolean },
28
28
  invalid: { type: Boolean },
29
29
  placeholder: {},
30
+ maxLength: {},
30
31
  clearable: { type: Boolean },
31
32
  texts: { default: () => ve },
32
33
  items: {},
@@ -47,8 +48,8 @@ const we = ["data-key"], xe = {
47
48
  searchModifiers: {}
48
49
  }),
49
50
  emits: /* @__PURE__ */ H(["before-show", "before-hide", "show", "hide"], ["update:modelValue", "update:open", "update:search"]),
50
- setup(w, { expose: W, emit: X }) {
51
- const l = w, x = X, d = S(w, "modelValue"), i = S(w, "open"), u = S(w, "search"), a = g(void 0), c = g(null), s = g(null), V = g(null), L = g(null);
51
+ setup(x, { expose: W, emit: X }) {
52
+ const l = x, w = X, d = S(x, "modelValue"), i = S(x, "open"), u = S(x, "search"), o = g(void 0), c = g(null), s = g(null), V = g(null), L = g(null);
52
53
  ue(h);
53
54
  const q = m(() => l.clearable && !l.readonly && !l.disabled), p = m(() => {
54
55
  var e;
@@ -59,14 +60,14 @@ const we = ["data-key"], xe = {
59
60
  var e;
60
61
  return (e = l.items) == null ? void 0 : e.find((t) => t[l.itemValue] === d.value);
61
62
  }), _ = m(() => y.value === void 0), C = m(() => {
62
- const e = a.value;
63
+ const e = o.value;
63
64
  if (e !== void 0 && p.value[e])
64
65
  return p.value[e];
65
66
  }), G = m(() => {
66
67
  var t;
67
- if (a.value === void 0)
68
+ if (o.value === void 0)
68
69
  return;
69
- const e = (t = s.value) == null ? void 0 : t.getItem(a.value);
70
+ const e = (t = s.value) == null ? void 0 : t.getItem(o.value);
70
71
  return e == null ? void 0 : e.id;
71
72
  }), J = m(() => {
72
73
  var e;
@@ -81,16 +82,16 @@ const we = ["data-key"], xe = {
81
82
  u.value !== e && (u.value = e);
82
83
  }
83
84
  function D() {
84
- i.value || l.readonly || l.disabled || (x("before-show"), i.value = !0, E());
85
+ i.value || l.readonly || l.disabled || (w("before-show"), i.value = !0, E());
85
86
  }
86
87
  function F() {
87
- i.value && (x("before-hide"), i.value = !1, a.value = void 0);
88
+ i.value && (w("before-hide"), i.value = !1, o.value = void 0);
88
89
  }
89
90
  function Y() {
90
91
  i.value ? F() : U();
91
92
  }
92
93
  function Z() {
93
- q.value && (d.value = l.emptyValue, a.value = void 0, E());
94
+ q.value && (d.value = l.emptyValue, o.value = void 0, E());
94
95
  }
95
96
  function U() {
96
97
  if (D(), y.value !== void 0) {
@@ -99,17 +100,17 @@ const we = ["data-key"], xe = {
99
100
  }
100
101
  }
101
102
  function ee(e) {
102
- var t, o;
103
+ var t, a;
103
104
  if (!(!e.key || l.readonly || l.disabled))
104
105
  if (["ArrowDown", "ArrowUp", "Home", "End"].includes(e.key) && (e.preventDefault(), e.stopPropagation()), e.key === "Escape")
105
106
  h(), i.value && F();
106
107
  else if (["ArrowDown", "ArrowUp"].includes(e.key))
107
108
  i.value ? I(() => {
108
- if (a.value === void 0)
109
+ if (o.value === void 0)
109
110
  $();
110
111
  else {
111
112
  const n = e.key === "ArrowDown" ? "next" : "prev";
112
- te(a.value, n);
113
+ te(o.value, n);
113
114
  }
114
115
  }) : (D(), I(() => {
115
116
  e.key === "ArrowDown" ? $() : le();
@@ -117,31 +118,31 @@ const we = ["data-key"], xe = {
117
118
  else if (e.key === "Enter") {
118
119
  if (C.value === void 0) return;
119
120
  Q(C.value[l.itemValue]);
120
- } else e.key === "Home" ? a.value = (t = s.value) == null ? void 0 : t.getFirstFocusableItemIndex() : e.key === "End" ? a.value = (o = s.value) == null ? void 0 : o.getLastFocusableItemIndex() : (/^[a-z]$/i.test(e.key) || e.key === "Backspace") && D();
121
+ } else e.key === "Home" ? o.value = (t = s.value) == null ? void 0 : t.getFirstFocusableItemIndex() : e.key === "End" ? o.value = (a = s.value) == null ? void 0 : a.getLastFocusableItemIndex() : (/^[a-z]$/i.test(e.key) || e.key === "Backspace") && D();
121
122
  }
122
123
  function $() {
123
124
  var e, t;
124
125
  if (_.value)
125
- a.value = (t = s.value) == null ? void 0 : t.getFirstFocusableItemIndex();
126
+ o.value = (t = s.value) == null ? void 0 : t.getFirstFocusableItemIndex();
126
127
  else {
127
- const o = p.value.findIndex(
128
+ const a = p.value.findIndex(
128
129
  (n) => n[l.itemValue] === d.value
129
130
  );
130
- o === -1 ? a.value = (e = s.value) == null ? void 0 : e.getFirstFocusableItemIndex() : a.value = o;
131
+ a === -1 ? o.value = (e = s.value) == null ? void 0 : e.getFirstFocusableItemIndex() : o.value = a;
131
132
  }
132
133
  }
133
134
  function le() {
134
135
  var e;
135
- a.value = (e = s.value) == null ? void 0 : e.getLastFocusableItemIndex();
136
+ o.value = (e = s.value) == null ? void 0 : e.getLastFocusableItemIndex();
136
137
  }
137
138
  function te(e, t) {
138
- var o;
139
- a.value = (o = s.value) == null ? void 0 : o.getAdjacentItemIndex(e, t);
139
+ var a;
140
+ o.value = (a = s.value) == null ? void 0 : a.getAdjacentItemIndex(e, t);
140
141
  }
141
142
  function N(e) {
142
143
  var B, z, P, R;
143
- const t = ((B = V == null ? void 0 : V.value) == null ? void 0 : B.$el) === e.relatedTarget, o = (P = (z = c == null ? void 0 : c.value) == null ? void 0 : z.$el) == null ? void 0 : P.contains(e.relatedTarget), n = (R = L == null ? void 0 : L.value) == null ? void 0 : R.contains(e.relatedTarget);
144
- if (t || n || o) {
144
+ const t = ((B = V == null ? void 0 : V.value) == null ? void 0 : B.$el) === e.relatedTarget, a = (P = (z = c == null ? void 0 : c.value) == null ? void 0 : z.$el) == null ? void 0 : P.contains(e.relatedTarget), n = (R = L == null ? void 0 : L.value) == null ? void 0 : R.contains(e.relatedTarget);
145
+ if (t || n || a) {
145
146
  e.preventDefault(), e.stopPropagation();
146
147
  return;
147
148
  }
@@ -151,30 +152,30 @@ const we = ["data-key"], xe = {
151
152
  var e, t;
152
153
  (t = (e = c.value) == null ? void 0 : e.inputRef) == null || t.focus();
153
154
  }
154
- function oe() {
155
+ function ae() {
155
156
  E();
156
157
  }
157
- function ae() {
158
- x("show");
158
+ function oe() {
159
+ w("show");
159
160
  }
160
161
  function ne() {
161
- x("hide");
162
+ w("hide");
162
163
  }
163
164
  function O(e) {
164
- var o;
165
- const t = (o = s.value) == null ? void 0 : o.getItem(e);
165
+ var a;
166
+ const t = (a = s.value) == null ? void 0 : a.getItem(e);
166
167
  s.value && (s.value.$el.scrollTop = t == null ? void 0 : t.offsetTop);
167
168
  }
168
169
  return k(d, h), k(
169
170
  () => l.items,
170
171
  (e, t) => {
171
172
  if (!_.value) {
172
- const o = t == null ? void 0 : t.find((n) => n[l.itemValue] === d.value);
173
- u.value === (o == null ? void 0 : o[l.itemLabel]) && h();
173
+ const a = t == null ? void 0 : t.find((n) => n[l.itemValue] === d.value);
174
+ u.value === (a == null ? void 0 : a[l.itemLabel]) && h();
174
175
  }
175
176
  },
176
177
  { deep: !0 }
177
- ), k(a, (e) => {
178
+ ), k(o, (e) => {
178
179
  e !== void 0 && O(e);
179
180
  }), k(u, (e) => {
180
181
  e && i.value && l.selectionMode === "automatic" && I($);
@@ -186,7 +187,7 @@ const we = ["data-key"], xe = {
186
187
  ), W({
187
188
  triggerEl: c
188
189
  }), (e, t) => {
189
- var o;
190
+ var a;
190
191
  return b(), T(
191
192
  se,
192
193
  null,
@@ -287,8 +288,8 @@ const we = ["data-key"], xe = {
287
288
  placement: "bottom-start",
288
289
  width: "anchor",
289
290
  offset: 4,
290
- anchor: (o = c.value) == null ? void 0 : o.$el,
291
- onEnter: ae,
291
+ anchor: (a = c.value) == null ? void 0 : a.$el,
292
+ onEnter: oe,
292
293
  onLeave: ne
293
294
  }, {
294
295
  default: r(() => {
@@ -303,7 +304,7 @@ const we = ["data-key"], xe = {
303
304
  onFocusout: N
304
305
  }, [
305
306
  f(e.$slots, "body.prepend"),
306
- l.loading ? (b(), T("div", xe, [
307
+ l.loading ? (b(), T("div", we, [
307
308
  M(v(he), { size: 24 })
308
309
  ])) : p.value.length ? (b(), A(v(be), {
309
310
  key: 1,
@@ -317,7 +318,7 @@ const we = ["data-key"], xe = {
317
318
  groups: e.groups,
318
319
  "item-label": l.itemLabel,
319
320
  "item-value": l.itemValue,
320
- onMouseup: oe,
321
+ onMouseup: ae,
321
322
  "onUpdate:modelValue": Q
322
323
  }, {
323
324
  item: r(({ item: B }) => [
@@ -333,7 +334,7 @@ const we = ["data-key"], xe = {
333
334
  /* TEXT */
334
335
  )),
335
336
  f(e.$slots, "body.append")
336
- ], 40, we)
337
+ ], 40, xe)
337
338
  ];
338
339
  }),
339
340
  _: 3
@@ -42,6 +42,7 @@ declare const QCombobox: {
42
42
  readonly disabled?: boolean | undefined;
43
43
  readonly invalid?: boolean | undefined;
44
44
  readonly placeholder?: string | undefined;
45
+ readonly maxLength?: number | undefined;
45
46
  readonly clearable?: boolean | undefined;
46
47
  readonly type?: string | undefined;
47
48
  readonly texts?: typeof import('../QTextField/types').DEFAULT_TEXTS | undefined;
@@ -147,6 +148,7 @@ declare const QCombobox: {
147
148
  invalid?: boolean;
148
149
  } & {
149
150
  placeholder?: string;
151
+ maxLength?: number;
150
152
  clearable?: boolean;
151
153
  type?: string;
152
154
  texts?: typeof import('../QTextField/types').DEFAULT_TEXTS;
@@ -198,6 +200,7 @@ declare const QCombobox: {
198
200
  invalid?: boolean;
199
201
  } & {
200
202
  placeholder?: string;
203
+ maxLength?: number;
201
204
  clearable?: boolean;
202
205
  type?: string;
203
206
  texts?: typeof import('../QTextField/types').DEFAULT_TEXTS;
@@ -230,6 +233,7 @@ declare const QCombobox: {
230
233
  readonly disabled?: boolean | undefined;
231
234
  readonly invalid?: boolean | undefined;
232
235
  readonly placeholder?: string | undefined;
236
+ readonly maxLength?: number | undefined;
233
237
  readonly clearable?: boolean | undefined;
234
238
  readonly type?: string | undefined;
235
239
  readonly texts?: typeof import('../QTextField/types').DEFAULT_TEXTS | undefined;
@@ -335,6 +339,7 @@ declare const QCombobox: {
335
339
  invalid?: boolean;
336
340
  } & {
337
341
  placeholder?: string;
342
+ maxLength?: number;
338
343
  clearable?: boolean;
339
344
  type?: string;
340
345
  texts?: typeof import('../QTextField/types').DEFAULT_TEXTS;
@@ -386,6 +391,7 @@ declare const QCombobox: {
386
391
  invalid?: boolean;
387
392
  } & {
388
393
  placeholder?: string;
394
+ maxLength?: number;
389
395
  clearable?: boolean;
390
396
  type?: string;
391
397
  texts?: typeof import('../QTextField/types').DEFAULT_TEXTS;
@@ -445,6 +451,7 @@ declare const QCombobox: {
445
451
  readonly disabled?: boolean | undefined;
446
452
  readonly invalid?: boolean | undefined;
447
453
  readonly placeholder?: string | undefined;
454
+ readonly maxLength?: number | undefined;
448
455
  readonly clearable?: boolean | undefined;
449
456
  readonly type?: string | undefined;
450
457
  readonly texts?: typeof import('../QTextField/types').DEFAULT_TEXTS | undefined;
@@ -550,6 +557,7 @@ declare const QCombobox: {
550
557
  invalid?: boolean;
551
558
  } & {
552
559
  placeholder?: string;
560
+ maxLength?: number;
553
561
  clearable?: boolean;
554
562
  type?: string;
555
563
  texts?: typeof import('../QTextField/types').DEFAULT_TEXTS;
@@ -601,6 +609,7 @@ declare const QCombobox: {
601
609
  invalid?: boolean;
602
610
  } & {
603
611
  placeholder?: string;
612
+ maxLength?: number;
604
613
  clearable?: boolean;
605
614
  type?: string;
606
615
  texts?: typeof import('../QTextField/types').DEFAULT_TEXTS;
@@ -806,7 +815,6 @@ declare const QCombobox: {
806
815
  }> & Readonly<{
807
816
  "onUpdate:modelValue"?: ((value: import('../../types/primitive').Primitive) => any) | undefined;
808
817
  }>, {
809
- focusItem: (itemIdx: number, preventScroll?: boolean) => void;
810
818
  getItem: (idx: number) => HTMLElement | undefined;
811
819
  getAdjacentItemIndex: (idx: number, direction: "next" | "prev") => number;
812
820
  getFirstFocusableItemIndex: () => number;
@@ -853,8 +861,7 @@ declare const QCombobox: {
853
861
  selectable?: boolean;
854
862
  }> & Readonly<{
855
863
  "onUpdate:modelValue"?: ((value: import('../../types/primitive').Primitive) => any) | undefined;
856
- }>, "focusItem" | "getItem" | "getAdjacentItemIndex" | "getFirstFocusableItemIndex" | "getLastFocusableItemIndex" | ("groups" | "itemValue" | "itemLabel")> & import('vue').ShallowUnwrapRef<{
857
- focusItem: (itemIdx: number, preventScroll?: boolean) => void;
864
+ }>, "getItem" | "getAdjacentItemIndex" | "getFirstFocusableItemIndex" | "getLastFocusableItemIndex" | ("groups" | "itemValue" | "itemLabel")> & import('vue').ShallowUnwrapRef<{
858
865
  getItem: (idx: number) => HTMLElement | undefined;
859
866
  getAdjacentItemIndex: (idx: number, direction: "next" | "prev") => number;
860
867
  getFirstFocusableItemIndex: () => number;
@@ -921,6 +928,7 @@ declare const QCombobox: {
921
928
  readonly disabled?: boolean | undefined;
922
929
  readonly invalid?: boolean | undefined;
923
930
  readonly placeholder?: string | undefined;
931
+ readonly maxLength?: number | undefined;
924
932
  readonly clearable?: boolean | undefined;
925
933
  readonly type?: string | undefined;
926
934
  readonly texts?: typeof import('../QTextField/types').DEFAULT_TEXTS | undefined;
@@ -1026,6 +1034,7 @@ declare const QCombobox: {
1026
1034
  invalid?: boolean;
1027
1035
  } & {
1028
1036
  placeholder?: string;
1037
+ maxLength?: number;
1029
1038
  clearable?: boolean;
1030
1039
  type?: string;
1031
1040
  texts?: typeof import('../QTextField/types').DEFAULT_TEXTS;
@@ -1077,6 +1086,7 @@ declare const QCombobox: {
1077
1086
  invalid?: boolean;
1078
1087
  } & {
1079
1088
  placeholder?: string;
1089
+ maxLength?: number;
1080
1090
  clearable?: boolean;
1081
1091
  type?: string;
1082
1092
  texts?: typeof import('../QTextField/types').DEFAULT_TEXTS;
@@ -1109,6 +1119,7 @@ declare const QCombobox: {
1109
1119
  readonly disabled?: boolean | undefined;
1110
1120
  readonly invalid?: boolean | undefined;
1111
1121
  readonly placeholder?: string | undefined;
1122
+ readonly maxLength?: number | undefined;
1112
1123
  readonly clearable?: boolean | undefined;
1113
1124
  readonly type?: string | undefined;
1114
1125
  readonly texts?: typeof import('../QTextField/types').DEFAULT_TEXTS | undefined;
@@ -1214,6 +1225,7 @@ declare const QCombobox: {
1214
1225
  invalid?: boolean;
1215
1226
  } & {
1216
1227
  placeholder?: string;
1228
+ maxLength?: number;
1217
1229
  clearable?: boolean;
1218
1230
  type?: string;
1219
1231
  texts?: typeof import('../QTextField/types').DEFAULT_TEXTS;
@@ -1265,6 +1277,7 @@ declare const QCombobox: {
1265
1277
  invalid?: boolean;
1266
1278
  } & {
1267
1279
  placeholder?: string;
1280
+ maxLength?: number;
1268
1281
  clearable?: boolean;
1269
1282
  type?: string;
1270
1283
  texts?: typeof import('../QTextField/types').DEFAULT_TEXTS;
@@ -1346,6 +1359,7 @@ declare const QCombobox: {
1346
1359
  readonly disabled?: boolean | undefined;
1347
1360
  readonly invalid?: boolean | undefined;
1348
1361
  readonly placeholder?: string | undefined;
1362
+ readonly maxLength?: number | undefined;
1349
1363
  readonly clearable?: boolean | undefined;
1350
1364
  readonly type?: string | undefined;
1351
1365
  readonly texts?: typeof import('../QTextField/types').DEFAULT_TEXTS | undefined;
@@ -1451,6 +1465,7 @@ declare const QCombobox: {
1451
1465
  invalid?: boolean;
1452
1466
  } & {
1453
1467
  placeholder?: string;
1468
+ maxLength?: number;
1454
1469
  clearable?: boolean;
1455
1470
  type?: string;
1456
1471
  texts?: typeof import('../QTextField/types').DEFAULT_TEXTS;
@@ -1502,6 +1517,7 @@ declare const QCombobox: {
1502
1517
  invalid?: boolean;
1503
1518
  } & {
1504
1519
  placeholder?: string;
1520
+ maxLength?: number;
1505
1521
  clearable?: boolean;
1506
1522
  type?: string;
1507
1523
  texts?: typeof import('../QTextField/types').DEFAULT_TEXTS;
@@ -1534,6 +1550,7 @@ declare const QCombobox: {
1534
1550
  readonly disabled?: boolean | undefined;
1535
1551
  readonly invalid?: boolean | undefined;
1536
1552
  readonly placeholder?: string | undefined;
1553
+ readonly maxLength?: number | undefined;
1537
1554
  readonly clearable?: boolean | undefined;
1538
1555
  readonly type?: string | undefined;
1539
1556
  readonly texts?: typeof import('../QTextField/types').DEFAULT_TEXTS | undefined;
@@ -1639,6 +1656,7 @@ declare const QCombobox: {
1639
1656
  invalid?: boolean;
1640
1657
  } & {
1641
1658
  placeholder?: string;
1659
+ maxLength?: number;
1642
1660
  clearable?: boolean;
1643
1661
  type?: string;
1644
1662
  texts?: typeof import('../QTextField/types').DEFAULT_TEXTS;
@@ -1690,6 +1708,7 @@ declare const QCombobox: {
1690
1708
  invalid?: boolean;
1691
1709
  } & {
1692
1710
  placeholder?: string;
1711
+ maxLength?: number;
1693
1712
  clearable?: boolean;
1694
1713
  type?: string;
1695
1714
  texts?: typeof import('../QTextField/types').DEFAULT_TEXTS;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QCombobox/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QCombobox/index.ts"],"names":[],"mappings":"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"}
@@ -1,4 +1,4 @@
1
- import { DialogButton, QDialogProps, DEFAULT_ICONS } from './types';
1
+ import { DEFAULT_ICONS, DialogButton, QDialogProps } from './types';
2
2
  type __VLS_Props = QDialogProps;
3
3
  type __VLS_PublicProps = {
4
4
  modelValue?: boolean;
@@ -20,7 +20,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
20
20
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
21
21
  }>, {
22
22
  html: boolean;
23
- icon: import('../QIcon').Icon;
23
+ icon: import('..').Icon;
24
24
  icons: typeof DEFAULT_ICONS;
25
25
  attach: string;
26
26
  backdropBlur: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"QDialog.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QDialog/QDialog.vue"],"names":[],"mappings":"AAyDA;AAkGC,OAAO,KAAK,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,SAAS,CAAA;AAGzD,OAAO,EAAiC,aAAa,EAAE,MAAM,SAAS,CAAA;AAEtE,KAAK,WAAW,GAAG,YAAY,CAAC;AAgCjC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;WAgKT,OAAO,IAA6B;;gCAZb,GAAG;6BACN,GAAG;+BACD,GAAG;;;;EAetC;AAgBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;6EASnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"QDialog.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QDialog/QDialog.vue"],"names":[],"mappings":"AAyDA;AA6FC,OAAO,EAAiC,aAAa,EAAE,MAAM,SAAS,CAAA;AAQtE,OAAO,KAAK,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,SAAS,CAAA;AAEzD,KAAK,WAAW,GAAG,YAAY,CAAC;AAgCjC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;WAgKT,OAAO,IAA6B;;gCAZb,GAAG;6BACN,GAAG;+BACD,GAAG;;;;EAetC;AAgBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;6EASnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}