@quidgest/ui 0.16.65 → 0.16.67

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 (63) hide show
  1. package/dist/json/api.json +226 -1
  2. package/dist/ui.css +14 -0
  3. package/dist/ui.esm.js +35 -10
  4. package/dist/ui.js +5 -5
  5. package/dist/ui.min.css +1 -1
  6. package/dist/ui.min.js +154 -154
  7. package/dist/ui.scss +15 -1
  8. package/esm/components/QCheckbox/QCheckbox.vue.js +4 -3
  9. package/esm/components/QCheckbox/QCheckboxLabel.vue.js +7 -6
  10. package/esm/components/QCheckbox/index.d.ts +3 -0
  11. package/esm/components/QCheckbox/index.d.ts.map +1 -1
  12. package/esm/components/QCombobox/QCombobox.d.ts +28 -4
  13. package/esm/components/QCombobox/QCombobox.d.ts.map +1 -1
  14. package/esm/components/QCombobox/QCombobox.vue.js +6 -5
  15. package/esm/components/QCombobox/index.d.ts +49 -7
  16. package/esm/components/QCombobox/index.d.ts.map +1 -1
  17. package/esm/components/QDateTimePicker/QDateTimePicker.d.ts.map +1 -1
  18. package/esm/components/QDateTimePicker/QDateTimePicker.vue.js +23 -21
  19. package/esm/components/QDateTimePicker/index.d.ts +3 -0
  20. package/esm/components/QDateTimePicker/index.d.ts.map +1 -1
  21. package/esm/components/QField/QField.d.ts +1 -0
  22. package/esm/components/QField/QField.d.ts.map +1 -1
  23. package/esm/components/QField/QField.vue.js +23 -20
  24. package/esm/components/QField/index.d.ts +3 -0
  25. package/esm/components/QField/index.d.ts.map +1 -1
  26. package/esm/components/QFileUpload/QFileUpload.d.ts.map +1 -1
  27. package/esm/components/QFileUpload/QFileUpload.vue.js +18 -16
  28. package/esm/components/QFileUpload/index.d.ts +3 -0
  29. package/esm/components/QFileUpload/index.d.ts.map +1 -1
  30. package/esm/components/QInputGroup/QInputGroup.d.ts.map +1 -1
  31. package/esm/components/QInputGroup/QInputGroup.vue.js +27 -25
  32. package/esm/components/QLabel/QLabel.d.ts.map +1 -1
  33. package/esm/components/QLabel/QLabel.vue.js +15 -13
  34. package/esm/components/QLabel/types.d.ts +12 -0
  35. package/esm/components/QLabel/types.d.ts.map +1 -1
  36. package/esm/components/QMeter/QMeter.vue.js +8 -7
  37. package/esm/components/QMeter/index.d.ts +2 -0
  38. package/esm/components/QMeter/index.d.ts.map +1 -1
  39. package/esm/components/QPasswordField/QPasswordField.d.ts +14 -2
  40. package/esm/components/QPasswordField/QPasswordField.d.ts.map +1 -1
  41. package/esm/components/QPasswordField/QPasswordField.vue.js +5 -4
  42. package/esm/components/QPasswordField/index.d.ts +7 -1
  43. package/esm/components/QPasswordField/index.d.ts.map +1 -1
  44. package/esm/components/QRadioGroup/QRadioButton.vue.js +13 -12
  45. package/esm/components/QRadioGroup/QRadioGroup.vue.js +8 -7
  46. package/esm/components/QRadioGroup/index.d.ts +3 -0
  47. package/esm/components/QRadioGroup/index.d.ts.map +1 -1
  48. package/esm/components/QSelect/QSelect.d.ts +8 -2
  49. package/esm/components/QSelect/QSelect.d.ts.map +1 -1
  50. package/esm/components/QSelect/QSelect.vue.js +9 -7
  51. package/esm/components/QSelect/index.d.ts +7 -1
  52. package/esm/components/QSelect/index.d.ts.map +1 -1
  53. package/esm/components/QSwitch/QSwitch.vue.js +15 -14
  54. package/esm/components/QTextArea/QTextArea.d.ts.map +1 -1
  55. package/esm/components/QTextArea/QTextArea.vue.js +21 -19
  56. package/esm/components/QTextArea/index.d.ts +3 -0
  57. package/esm/components/QTextArea/index.d.ts.map +1 -1
  58. package/esm/components/QTextField/QTextField.d.ts +8 -2
  59. package/esm/components/QTextField/QTextField.d.ts.map +1 -1
  60. package/esm/components/QTextField/QTextField.vue.js +28 -26
  61. package/esm/components/QTextField/index.d.ts +7 -1
  62. package/esm/components/QTextField/index.d.ts.map +1 -1
  63. package/package.json +1 -1
package/dist/ui.scss CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Quidgest UI v0.16.65
2
+ * Quidgest UI v0.16.67
3
3
  * (c) 2026 Quidgest - Consultores de Gestão, S.A.
4
4
  * Released under the MIT License.
5
5
  */
@@ -1782,6 +1782,14 @@ $q-carousel-height-md: 300px;
1782
1782
  }
1783
1783
  }
1784
1784
  }
1785
+ &--label-left {
1786
+ flex-direction: row;
1787
+ gap: $space-base;
1788
+ }
1789
+ &--label-right {
1790
+ flex-direction: row-reverse;
1791
+ gap: $space-base;
1792
+ }
1785
1793
  &:not(#{$this}--disabled) {
1786
1794
  #{$this}__control {
1787
1795
  &:focus-within {
@@ -2231,6 +2239,12 @@ $input-group-addon-background: rgb(var(--q-theme-neutral-light-rgb) / 25%);
2231
2239
  color: var(--q-theme-danger);
2232
2240
  }
2233
2241
  }
2242
+ &--topright {
2243
+ align-self: flex-end;
2244
+ }
2245
+ &--center {
2246
+ align-self: center;
2247
+ }
2234
2248
  }
2235
2249
  $q-line-loader-height: var(--q-line-loader-height);
2236
2250
  $q-line-loader-color: var(--q-line-loader-color);
@@ -1,4 +1,4 @@
1
- import { defineComponent as E, mergeModels as _, useModel as g, toRef as w, useTemplateRef as f, computed as $, watch as M, createElementBlock as V, openBlock as r, withModifiers as a, normalizeClass as P, createBlock as s, createCommentVNode as n, createElementVNode as m, unref as l, createSlots as p, withCtx as h, renderSlot as k, mergeProps as y, withKeys as v } from "vue";
1
+ import { defineComponent as E, mergeModels as _, useModel as g, toRef as w, useTemplateRef as f, computed as $, watch as M, createElementBlock as P, openBlock as r, withModifiers as a, normalizeClass as V, createBlock as s, createCommentVNode as n, createElementVNode as m, unref as l, createSlots as p, withCtx as h, renderSlot as k, mergeProps as y, withKeys as v } from "vue";
2
2
  import { DEFAULT_ICONS as R } from "./constants.js";
3
3
  import { QIcon as z } from "../QIcon/index.js";
4
4
  import { QCheckboxLabel as q } from "./index.js";
@@ -12,6 +12,7 @@ const I = ["checked", "disabled", "readonly", "required", "aria-readonly"], K =
12
12
  label: {},
13
13
  required: { type: Boolean },
14
14
  for: {},
15
+ labelPosition: {},
15
16
  labelPlacement: { default: "right" },
16
17
  color: { default: "primary" },
17
18
  size: { default: "regular" },
@@ -48,10 +49,10 @@ const I = ["checked", "disabled", "readonly", "required", "aria-readonly"], K =
48
49
  }
49
50
  return M(t, (o) => {
50
51
  u.value && (u.value.checked = !!o);
51
- }), (o, b) => (r(), V(
52
+ }), (o, b) => (r(), P(
52
53
  "div",
53
54
  {
54
- class: P(C.value),
55
+ class: V(C.value),
55
56
  onClick: a(d, ["prevent"]),
56
57
  onMousedown: a(B, ["prevent"])
57
58
  },
@@ -1,6 +1,6 @@
1
- import { defineComponent as a, createElementBlock as o, openBlock as t, createVNode as l, createCommentVNode as c, unref as i, withCtx as n, createTextVNode as d, toDisplayString as _, renderSlot as p } from "vue";
1
+ import { defineComponent as a, createElementBlock as r, openBlock as t, createVNode as l, createCommentVNode as c, unref as i, withCtx as n, createTextVNode as d, toDisplayString as _, renderSlot as p } from "vue";
2
2
  import { QLabel as f } from "../QLabel/index.js";
3
- const u = { class: "q-checkbox__label-wrapper" }, m = {
3
+ const u = { class: "q-checkbox__label-wrapper" }, b = {
4
4
  key: 0,
5
5
  class: "q-field__extras"
6
6
  }, q = /* @__PURE__ */ a({
@@ -10,11 +10,12 @@ const u = { class: "q-checkbox__label-wrapper" }, m = {
10
10
  class: {},
11
11
  label: {},
12
12
  required: { type: Boolean },
13
- for: {}
13
+ for: {},
14
+ labelPosition: {}
14
15
  },
15
16
  setup(s) {
16
17
  const e = s;
17
- return (r, b) => (t(), o("div", u, [
18
+ return (o, m) => (t(), r("div", u, [
18
19
  l(i(f), {
19
20
  class: "q-checkbox__label",
20
21
  for: e.for,
@@ -30,8 +31,8 @@ const u = { class: "q-checkbox__label-wrapper" }, m = {
30
31
  _: 1
31
32
  /* STABLE */
32
33
  }, 8, ["for", "required"]),
33
- r.$slots.extras ? (t(), o("div", m, [
34
- p(r.$slots, "extras")
34
+ o.$slots.extras ? (t(), r("div", b, [
35
+ p(o.$slots, "extras")
35
36
  ])) : c("v-if", !0)
36
37
  ]));
37
38
  }
@@ -5,6 +5,7 @@ declare const QCheckbox: {
5
5
  label?: string;
6
6
  required?: boolean;
7
7
  for?: string;
8
+ labelPosition?: import('..').QLabelPosition;
8
9
  } & {
9
10
  labelPlacement?: import('./types').QCheckboxLabelPlacement;
10
11
  color?: string;
@@ -40,6 +41,7 @@ declare const QCheckbox: {
40
41
  label?: string;
41
42
  required?: boolean;
42
43
  for?: string;
44
+ labelPosition?: import('..').QLabelPosition;
43
45
  } & {
44
46
  labelPlacement?: import('./types').QCheckboxLabelPlacement;
45
47
  color?: string;
@@ -67,6 +69,7 @@ declare const QCheckbox: {
67
69
  label?: string;
68
70
  required?: boolean;
69
71
  for?: string;
72
+ labelPosition?: import('..').QLabelPosition;
70
73
  } & {
71
74
  labelPlacement?: import('./types').QCheckboxLabelPlacement;
72
75
  color?: string;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QCheckbox/index.ts"],"names":[],"mappings":"AAOA,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAA8B,CAAA;AAC7C,QAAA,MAAM,cAAc;;;;;;;;;;;;;;;;EAAmC,CAAA;AAGvD,OAAO,EAAE,SAAS,EAAE,cAAc,EAAE,CAAA;AAGpC,cAAc,SAAS,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QCheckbox/index.ts"],"names":[],"mappings":"AAOA,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAA8B,CAAA;AAC7C,QAAA,MAAM,cAAc;;;;;;;;;;;;;;;;EAAmC,CAAA;AAGvD,OAAO,EAAE,SAAS,EAAE,cAAc,EAAE,CAAA;AAGpC,cAAc,SAAS,CAAA"}
@@ -32,6 +32,7 @@ declare function __VLS_template(): {
32
32
  readonly label?: string | undefined;
33
33
  readonly required?: boolean | undefined;
34
34
  readonly for?: string | undefined;
35
+ readonly labelPosition?: import('..').QLabelPosition | undefined;
35
36
  readonly size?: import('..').QFieldSize | undefined;
36
37
  readonly readonly?: boolean | undefined;
37
38
  readonly disabled?: boolean | undefined;
@@ -59,6 +60,7 @@ declare function __VLS_template(): {
59
60
  readonly label?: string | undefined;
60
61
  readonly required?: boolean | undefined;
61
62
  readonly for?: string | undefined;
63
+ readonly labelPosition?: import('..').QLabelPosition | undefined;
62
64
  readonly size?: import('..').QFieldSize | undefined;
63
65
  readonly readonly?: boolean | undefined;
64
66
  readonly disabled?: boolean | undefined;
@@ -84,6 +86,7 @@ declare function __VLS_template(): {
84
86
  fieldRef: Readonly<import('vue').ShallowRef<HTMLDivElement | null>>;
85
87
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
86
88
  size: import('..').QFieldSize;
89
+ labelPosition: import('..').QLabelPosition;
87
90
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
88
91
  beforeCreate?: (() => void) | (() => void)[];
89
92
  created?: (() => void) | (() => void)[];
@@ -106,7 +109,8 @@ declare function __VLS_template(): {
106
109
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
107
110
  } & Readonly<{
108
111
  size: import('..').QFieldSize;
109
- }> & Omit<Readonly<import('..').QFieldProps> & Readonly<{}>, "size" | "fieldRef"> & import('vue').ShallowUnwrapRef<{
112
+ labelPosition: import('..').QLabelPosition;
113
+ }> & Omit<Readonly<import('..').QFieldProps> & Readonly<{}>, "fieldRef" | ("size" | "labelPosition")> & import('vue').ShallowUnwrapRef<{
110
114
  fieldRef: Readonly<import('vue').ShallowRef<HTMLDivElement | null>>;
111
115
  }> & {} & import('vue').ComponentCustomProperties & {} & {
112
116
  $slots: {
@@ -135,6 +139,7 @@ declare function __VLS_template(): {
135
139
  label?: string;
136
140
  required?: boolean;
137
141
  for?: string;
142
+ labelPosition?: import('..').QLabelPosition;
138
143
  } & {
139
144
  size?: import('..').QFieldSize;
140
145
  readonly?: boolean;
@@ -187,6 +192,7 @@ declare function __VLS_template(): {
187
192
  label?: string;
188
193
  required?: boolean;
189
194
  for?: string;
195
+ labelPosition?: import('..').QLabelPosition;
190
196
  } & {
191
197
  size?: import('..').QFieldSize;
192
198
  readonly?: boolean;
@@ -507,6 +513,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
507
513
  readonly label?: string | undefined;
508
514
  readonly required?: boolean | undefined;
509
515
  readonly for?: string | undefined;
516
+ readonly labelPosition?: import('..').QLabelPosition | undefined;
510
517
  readonly size?: import('..').QFieldSize | undefined;
511
518
  readonly readonly?: boolean | undefined;
512
519
  readonly disabled?: boolean | undefined;
@@ -534,6 +541,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
534
541
  readonly label?: string | undefined;
535
542
  readonly required?: boolean | undefined;
536
543
  readonly for?: string | undefined;
544
+ readonly labelPosition?: import('..').QLabelPosition | undefined;
537
545
  readonly size?: import('..').QFieldSize | undefined;
538
546
  readonly readonly?: boolean | undefined;
539
547
  readonly disabled?: boolean | undefined;
@@ -559,6 +567,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
559
567
  fieldRef: Readonly<import('vue').ShallowRef<HTMLDivElement | null>>;
560
568
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
561
569
  size: import('..').QFieldSize;
570
+ labelPosition: import('..').QLabelPosition;
562
571
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
563
572
  beforeCreate?: (() => void) | (() => void)[];
564
573
  created?: (() => void) | (() => void)[];
@@ -581,7 +590,8 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
581
590
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
582
591
  } & Readonly<{
583
592
  size: import('..').QFieldSize;
584
- }> & Omit<Readonly<import('..').QFieldProps> & Readonly<{}>, "size" | "fieldRef"> & import('vue').ShallowUnwrapRef<{
593
+ labelPosition: import('..').QLabelPosition;
594
+ }> & Omit<Readonly<import('..').QFieldProps> & Readonly<{}>, "fieldRef" | ("size" | "labelPosition")> & import('vue').ShallowUnwrapRef<{
585
595
  fieldRef: Readonly<import('vue').ShallowRef<HTMLDivElement | null>>;
586
596
  }> & {} & import('vue').ComponentCustomProperties & {} & {
587
597
  $slots: {
@@ -610,6 +620,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
610
620
  label?: string;
611
621
  required?: boolean;
612
622
  for?: string;
623
+ labelPosition?: import('..').QLabelPosition;
613
624
  } & {
614
625
  size?: import('..').QFieldSize;
615
626
  readonly?: boolean;
@@ -662,6 +673,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
662
673
  label?: string;
663
674
  required?: boolean;
664
675
  for?: string;
676
+ labelPosition?: import('..').QLabelPosition;
665
677
  } & {
666
678
  size?: import('..').QFieldSize;
667
679
  readonly?: boolean;
@@ -698,6 +710,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
698
710
  readonly label?: string | undefined;
699
711
  readonly required?: boolean | undefined;
700
712
  readonly for?: string | undefined;
713
+ readonly labelPosition?: import('..').QLabelPosition | undefined;
701
714
  readonly size?: import('..').QFieldSize | undefined;
702
715
  readonly readonly?: boolean | undefined;
703
716
  readonly disabled?: boolean | undefined;
@@ -725,6 +738,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
725
738
  readonly label?: string | undefined;
726
739
  readonly required?: boolean | undefined;
727
740
  readonly for?: string | undefined;
741
+ readonly labelPosition?: import('..').QLabelPosition | undefined;
728
742
  readonly size?: import('..').QFieldSize | undefined;
729
743
  readonly readonly?: boolean | undefined;
730
744
  readonly disabled?: boolean | undefined;
@@ -750,6 +764,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
750
764
  fieldRef: Readonly<import('vue').ShallowRef<HTMLDivElement | null>>;
751
765
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
752
766
  size: import('..').QFieldSize;
767
+ labelPosition: import('..').QLabelPosition;
753
768
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
754
769
  beforeCreate?: (() => void) | (() => void)[];
755
770
  created?: (() => void) | (() => void)[];
@@ -772,7 +787,8 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
772
787
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
773
788
  } & Readonly<{
774
789
  size: import('..').QFieldSize;
775
- }> & Omit<Readonly<import('..').QFieldProps> & Readonly<{}>, "size" | "fieldRef"> & import('vue').ShallowUnwrapRef<{
790
+ labelPosition: import('..').QLabelPosition;
791
+ }> & Omit<Readonly<import('..').QFieldProps> & Readonly<{}>, "fieldRef" | ("size" | "labelPosition")> & import('vue').ShallowUnwrapRef<{
776
792
  fieldRef: Readonly<import('vue').ShallowRef<HTMLDivElement | null>>;
777
793
  }> & {} & import('vue').ComponentCustomProperties & {} & {
778
794
  $slots: {
@@ -801,6 +817,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
801
817
  label?: string;
802
818
  required?: boolean;
803
819
  for?: string;
820
+ labelPosition?: import('..').QLabelPosition;
804
821
  } & {
805
822
  size?: import('..').QFieldSize;
806
823
  readonly?: boolean;
@@ -853,6 +870,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
853
870
  label?: string;
854
871
  required?: boolean;
855
872
  for?: string;
873
+ labelPosition?: import('..').QLabelPosition;
856
874
  } & {
857
875
  size?: import('..').QFieldSize;
858
876
  readonly?: boolean;
@@ -922,6 +940,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
922
940
  readonly label?: string | undefined;
923
941
  readonly required?: boolean | undefined;
924
942
  readonly for?: string | undefined;
943
+ readonly labelPosition?: import('..').QLabelPosition | undefined;
925
944
  readonly size?: import('..').QFieldSize | undefined;
926
945
  readonly readonly?: boolean | undefined;
927
946
  readonly disabled?: boolean | undefined;
@@ -949,6 +968,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
949
968
  readonly label?: string | undefined;
950
969
  readonly required?: boolean | undefined;
951
970
  readonly for?: string | undefined;
971
+ readonly labelPosition?: import('..').QLabelPosition | undefined;
952
972
  readonly size?: import('..').QFieldSize | undefined;
953
973
  readonly readonly?: boolean | undefined;
954
974
  readonly disabled?: boolean | undefined;
@@ -974,6 +994,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
974
994
  fieldRef: Readonly<import('vue').ShallowRef<HTMLDivElement | null>>;
975
995
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
976
996
  size: import('..').QFieldSize;
997
+ labelPosition: import('..').QLabelPosition;
977
998
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
978
999
  beforeCreate?: (() => void) | (() => void)[];
979
1000
  created?: (() => void) | (() => void)[];
@@ -996,7 +1017,8 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
996
1017
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
997
1018
  } & Readonly<{
998
1019
  size: import('..').QFieldSize;
999
- }> & Omit<Readonly<import('..').QFieldProps> & Readonly<{}>, "size" | "fieldRef"> & import('vue').ShallowUnwrapRef<{
1020
+ labelPosition: import('..').QLabelPosition;
1021
+ }> & Omit<Readonly<import('..').QFieldProps> & Readonly<{}>, "fieldRef" | ("size" | "labelPosition")> & import('vue').ShallowUnwrapRef<{
1000
1022
  fieldRef: Readonly<import('vue').ShallowRef<HTMLDivElement | null>>;
1001
1023
  }> & {} & import('vue').ComponentCustomProperties & {} & {
1002
1024
  $slots: {
@@ -1025,6 +1047,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
1025
1047
  label?: string;
1026
1048
  required?: boolean;
1027
1049
  for?: string;
1050
+ labelPosition?: import('..').QLabelPosition;
1028
1051
  } & {
1029
1052
  size?: import('..').QFieldSize;
1030
1053
  readonly?: boolean;
@@ -1077,6 +1100,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
1077
1100
  label?: string;
1078
1101
  required?: boolean;
1079
1102
  for?: string;
1103
+ labelPosition?: import('..').QLabelPosition;
1080
1104
  } & {
1081
1105
  size?: import('..').QFieldSize;
1082
1106
  readonly?: boolean;
@@ -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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"}
@@ -22,6 +22,7 @@ const Le = ["data-key"], Fe = {
22
22
  label: {},
23
23
  required: { type: Boolean },
24
24
  for: {},
25
+ labelPosition: {},
25
26
  size: {},
26
27
  readonly: { type: Boolean },
27
28
  disabled: { type: Boolean },
@@ -97,7 +98,7 @@ const Le = ["data-key"], Fe = {
97
98
  function O() {
98
99
  if (D(), h.value !== void 0) {
99
100
  const e = p.value.indexOf(h.value);
100
- e !== -1 && x(() => N(e));
101
+ e !== -1 && x(() => P(e));
101
102
  }
102
103
  }
103
104
  function te(e) {
@@ -148,8 +149,8 @@ const Le = ["data-key"], Fe = {
148
149
  o.value = (a = s.value) == null ? void 0 : a.getAdjacentItemIndex(e, t);
149
150
  }
150
151
  function z(e) {
151
- var P, R, H, j, K;
152
- const t = ((P = L == null ? void 0 : L.value) == null ? void 0 : P.$el) === e.relatedTarget, a = ((R = F == null ? void 0 : F.value) == null ? void 0 : R.$el) === e.relatedTarget, n = (j = (H = c == null ? void 0 : c.value) == null ? void 0 : H.$el) == null ? void 0 : j.contains(e.relatedTarget), _ = (K = $ == null ? void 0 : $.value) == null ? void 0 : K.contains(e.relatedTarget);
152
+ var N, R, H, j, K;
153
+ const t = ((N = L == null ? void 0 : L.value) == null ? void 0 : N.$el) === e.relatedTarget, a = ((R = F == null ? void 0 : F.value) == null ? void 0 : R.$el) === e.relatedTarget, n = (j = (H = c == null ? void 0 : c.value) == null ? void 0 : H.$el) == null ? void 0 : j.contains(e.relatedTarget), _ = (K = $ == null ? void 0 : $.value) == null ? void 0 : K.contains(e.relatedTarget);
153
154
  if (t || a || _ || n) {
154
155
  e.preventDefault(), e.stopPropagation();
155
156
  return;
@@ -169,7 +170,7 @@ const Le = ["data-key"], Fe = {
169
170
  function ue() {
170
171
  V("hide");
171
172
  }
172
- function N(e) {
173
+ function P(e) {
173
174
  var a;
174
175
  const t = (a = s.value) == null ? void 0 : a.getItem(e);
175
176
  s.value && (s.value.$el.scrollTop = t == null ? void 0 : t.offsetTop);
@@ -184,7 +185,7 @@ const Le = ["data-key"], Fe = {
184
185
  },
185
186
  { deep: !0 }
186
187
  ), I(o, (e) => {
187
- e !== void 0 && N(e);
188
+ e !== void 0 && P(e);
188
189
  }), I(u, (e) => {
189
190
  e && i.value && l.selectionMode === "automatic" && x(M);
190
191
  }), I(