@quidgest/ui 0.15.7 → 0.15.8

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 (101) hide show
  1. package/dist/manifest/components.json +1 -0
  2. package/dist/ui.css +90 -1
  3. package/dist/ui.esm.js +4453 -4433
  4. package/dist/ui.js +18 -18
  5. package/dist/ui.min.css +1 -1
  6. package/dist/ui.min.js +755 -754
  7. package/dist/ui.scss +31 -2
  8. package/esm/components/QAccordion/types.d.ts.map +1 -1
  9. package/esm/components/QBadge/types.d.ts.map +1 -1
  10. package/esm/components/QBadgeIndicator/types.d.ts.map +1 -1
  11. package/esm/components/QButton/QButton.d.ts.map +1 -1
  12. package/esm/components/QButton/QButton.vue.js +34 -32
  13. package/esm/components/QButton/types.d.ts +1 -1
  14. package/esm/components/QButton/types.d.ts.map +1 -1
  15. package/esm/components/QButtonGroup/types.d.ts.map +1 -1
  16. package/esm/components/QButtonToggle/types.d.ts.map +1 -1
  17. package/esm/components/QCard/types.d.ts.map +1 -1
  18. package/esm/components/QCheckbox/QCheckbox.vue.js +28 -28
  19. package/esm/components/QCheckbox/index.d.ts +18 -1
  20. package/esm/components/QCheckbox/index.d.ts.map +1 -1
  21. package/esm/components/QCheckbox/index.js +6 -4
  22. package/esm/components/QCheckbox/types.d.ts.map +1 -1
  23. package/esm/components/QCollapsible/types.d.ts.map +1 -1
  24. package/esm/components/QColorPicker/types.d.ts.map +1 -1
  25. package/esm/components/QCombobox/QCombobox.d.ts +53 -25
  26. package/esm/components/QCombobox/QCombobox.d.ts.map +1 -1
  27. package/esm/components/QCombobox/QCombobox.vue.js +37 -37
  28. package/esm/components/QCombobox/index.d.ts +24 -10
  29. package/esm/components/QCombobox/index.d.ts.map +1 -1
  30. package/esm/components/QCombobox/types.d.ts.map +1 -1
  31. package/esm/components/QDateTimePicker/types.d.ts.map +1 -1
  32. package/esm/components/QDialog/types.d.ts.map +1 -1
  33. package/esm/components/QDropdownMenu/QDropdownMenu.d.ts +4 -0
  34. package/esm/components/QDropdownMenu/QDropdownMenu.d.ts.map +1 -1
  35. package/esm/components/QDropdownMenu/QDropdownMenu.vue.js +15 -10
  36. package/esm/components/QDropdownMenu/QDropdownMenuContent.d.ts +66 -34
  37. package/esm/components/QDropdownMenu/QDropdownMenuContent.d.ts.map +1 -1
  38. package/esm/components/QDropdownMenu/QDropdownMenuContent.vue.js +36 -35
  39. package/esm/components/QDropdownMenu/index.d.ts +7 -4
  40. package/esm/components/QDropdownMenu/index.d.ts.map +1 -1
  41. package/esm/components/QDropdownMenu/types.d.ts +4 -21
  42. package/esm/components/QDropdownMenu/types.d.ts.map +1 -1
  43. package/esm/components/QFileUpload/QFileUpload.d.ts +1 -1
  44. package/esm/components/QFileUpload/types.d.ts.map +1 -1
  45. package/esm/components/QIcon/types.d.ts.map +1 -1
  46. package/esm/components/QInputGroup/QInputGroup.d.ts +1 -1
  47. package/esm/components/QInputGroup/types.d.ts.map +1 -1
  48. package/esm/components/QLabel/types.d.ts.map +1 -1
  49. package/esm/components/QLineLoader/types.d.ts.map +1 -1
  50. package/esm/components/QList/QList.d.ts +39 -18
  51. package/esm/components/QList/QList.d.ts.map +1 -1
  52. package/esm/components/QList/QList.vue.js +98 -94
  53. package/esm/components/QList/QListItem.d.ts +12 -6
  54. package/esm/components/QList/QListItem.d.ts.map +1 -1
  55. package/esm/components/QList/QListItem.vue.js +52 -50
  56. package/esm/components/QList/index.d.ts +48 -19
  57. package/esm/components/QList/index.d.ts.map +1 -1
  58. package/esm/components/QList/types.d.ts +0 -4
  59. package/esm/components/QList/types.d.ts.map +1 -1
  60. package/esm/components/QMeter/types.d.ts.map +1 -1
  61. package/esm/components/QOverlay/types.d.ts.map +1 -1
  62. package/esm/components/QPasswordField/index.d.ts.map +1 -1
  63. package/esm/components/QPopover/types.d.ts.map +1 -1
  64. package/esm/components/QPropertyList/index.d.ts.map +1 -1
  65. package/esm/components/QPropertyList/types.d.ts.map +1 -1
  66. package/esm/components/QSelect/QSelect.d.ts +61 -33
  67. package/esm/components/QSelect/QSelect.d.ts.map +1 -1
  68. package/esm/components/QSelect/QSelect.vue.js +14 -14
  69. package/esm/components/QSelect/index.d.ts +24 -10
  70. package/esm/components/QSelect/index.d.ts.map +1 -1
  71. package/esm/components/QSelect/types.d.ts.map +1 -1
  72. package/esm/components/QSkeletonLoader/types.d.ts.map +1 -1
  73. package/esm/components/QSpinnerLoader/types.d.ts.map +1 -1
  74. package/esm/components/QTextArea/types.d.ts.map +1 -1
  75. package/esm/components/QTextField/QTextField.d.ts +10 -10
  76. package/esm/components/QTextField/QTextField.d.ts.map +1 -1
  77. package/esm/components/QTextField/index.d.ts.map +1 -1
  78. package/esm/components/QTextField/types.d.ts.map +1 -1
  79. package/esm/components/QThemeProvider/types.d.ts.map +1 -1
  80. package/esm/components/QTooltip/types.d.ts.map +1 -1
  81. package/esm/components/__internal__/QChevron/types.d.ts.map +1 -1
  82. package/esm/components/__internal__/QClearButton/QClearButton.vue.js +8 -8
  83. package/esm/components/__internal__/QClearButton/types.d.ts.map +1 -1
  84. package/esm/components/index.js +63 -62
  85. package/esm/composables/defaults.js +4 -4
  86. package/esm/composables/theme.d.ts.map +1 -1
  87. package/esm/composables/theme.js +5 -5
  88. package/esm/composables/useColor/index.d.ts.map +1 -1
  89. package/esm/composables/useColor/index.js +27 -25
  90. package/esm/composables/useColor/types.d.ts +9 -1
  91. package/esm/composables/useColor/types.d.ts.map +1 -1
  92. package/esm/framework.d.ts +1 -1
  93. package/esm/framework.d.ts.map +1 -1
  94. package/esm/index.d.ts +1 -0
  95. package/esm/templates/theme.d.ts.map +1 -1
  96. package/esm/utils/color.d.ts +6 -0
  97. package/esm/utils/color.d.ts.map +1 -1
  98. package/esm/utils/color.js +16 -12
  99. package/esm/utils/theme.d.ts +1 -1
  100. package/esm/utils/theme.d.ts.map +1 -1
  101. package/package.json +1 -1
@@ -12,6 +12,7 @@ declare const QList: {
12
12
  selectable?: boolean;
13
13
  }> & Readonly<{
14
14
  "onUpdate:modelValue"?: ((value: import('../../types/primitive').Primitive) => any) | undefined;
15
+ onClick?: ((key: import('../../types/primitive').Primitive) => any) | undefined;
15
16
  }>, {
16
17
  getItem: (idx: number) => HTMLElement | undefined;
17
18
  getAdjacentItemIndex: (idx: number, direction: "next" | "prev") => number;
@@ -19,6 +20,8 @@ declare const QList: {
19
20
  getLastFocusableItemIndex: () => number;
20
21
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
21
22
  "update:modelValue": (value: import('../../types/primitive').Primitive) => any;
23
+ } & {
24
+ click: (key: import('../../types/primitive').Primitive) => any;
22
25
  }, import('vue').PublicProps, {
23
26
  groups: import('./types').Group[];
24
27
  itemValue: string;
@@ -29,16 +32,17 @@ declare const QList: {
29
32
  $: import('vue').ComponentInternalInstance;
30
33
  $data: {};
31
34
  $props: {
35
+ readonly modelValue?: boolean | undefined;
32
36
  readonly value: import('../../types/primitive').Primitive;
33
37
  readonly label: string;
34
38
  readonly icon?: import('..').Icon | undefined;
35
39
  readonly selectable?: boolean | undefined;
36
- readonly selected?: boolean | undefined;
37
40
  readonly highlighted?: boolean | undefined;
38
41
  readonly disabled?: boolean | undefined;
39
42
  readonly description?: string | undefined;
40
43
  readonly icons?: typeof import('./types').DEFAULT_ICONS | undefined;
41
- readonly onSelect?: ((value: import('../../types/primitive').Primitive) => any) | undefined;
44
+ readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
45
+ readonly onClick?: (() => any) | undefined;
42
46
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
43
47
  $attrs: {
44
48
  [x: string]: unknown;
@@ -52,12 +56,17 @@ declare const QList: {
52
56
  $root: import('vue').ComponentPublicInstance | null;
53
57
  $parent: import('vue').ComponentPublicInstance | null;
54
58
  $host: Element | null;
55
- $emit: (event: "select", value: import('../../types/primitive').Primitive) => void;
59
+ $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click") => void);
56
60
  $el: HTMLLIElement;
57
- $options: import('vue').ComponentOptionsBase<Readonly<QListItemProps> & Readonly<{
58
- onSelect?: ((value: import('../../types/primitive').Primitive) => any) | undefined;
59
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
60
- select: (value: import('../../types/primitive').Primitive) => any;
61
+ $options: import('vue').ComponentOptionsBase<Readonly<{
62
+ modelValue?: boolean;
63
+ } & QListItemProps> & Readonly<{
64
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
65
+ onClick?: (() => any) | undefined;
66
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
67
+ "update:modelValue": (value: boolean) => any;
68
+ } & {
69
+ click: () => any;
61
70
  }, string, {
62
71
  icons: typeof import('./types').DEFAULT_ICONS;
63
72
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
@@ -82,8 +91,11 @@ declare const QList: {
82
91
  $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;
83
92
  } & Readonly<{
84
93
  icons: typeof import('./types').DEFAULT_ICONS;
85
- }> & Omit<Readonly<QListItemProps> & Readonly<{
86
- onSelect?: ((value: import('../../types/primitive').Primitive) => any) | undefined;
94
+ }> & Omit<Readonly<{
95
+ modelValue?: boolean;
96
+ } & QListItemProps> & Readonly<{
97
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
98
+ onClick?: (() => any) | undefined;
87
99
  }>, "icons"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
88
100
  $slots: {
89
101
  prepend?(_: {}): any;
@@ -110,6 +122,7 @@ declare const QList: {
110
122
  selectable?: boolean;
111
123
  }> & Readonly<{
112
124
  "onUpdate:modelValue"?: ((value: import('../../types/primitive').Primitive) => any) | undefined;
125
+ onClick?: ((key: import('../../types/primitive').Primitive) => any) | undefined;
113
126
  }>, {
114
127
  getItem: (idx: number) => HTMLElement | undefined;
115
128
  getAdjacentItemIndex: (idx: number, direction: "next" | "prev") => number;
@@ -135,6 +148,7 @@ declare const QList: {
135
148
  selectable?: boolean;
136
149
  }> & Readonly<{
137
150
  "onUpdate:modelValue"?: ((value: import('../../types/primitive').Primitive) => any) | undefined;
151
+ onClick?: ((key: import('../../types/primitive').Primitive) => any) | undefined;
138
152
  }>, {
139
153
  getItem: (idx: number) => HTMLElement | undefined;
140
154
  getAdjacentItemIndex: (idx: number, direction: "next" | "prev") => number;
@@ -142,6 +156,8 @@ declare const QList: {
142
156
  getLastFocusableItemIndex: () => number;
143
157
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
144
158
  "update:modelValue": (value: import('../../types/primitive').Primitive) => any;
159
+ } & {
160
+ click: (key: import('../../types/primitive').Primitive) => any;
145
161
  }, string, {
146
162
  groups: import('./types').Group[];
147
163
  itemValue: string;
@@ -159,10 +175,15 @@ declare const QList: {
159
175
  };
160
176
  });
161
177
  declare const QListItem: {
162
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<QListItemProps> & Readonly<{
163
- onSelect?: ((value: import('../../types/primitive').Primitive) => any) | undefined;
164
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
165
- select: (value: import('../../types/primitive').Primitive) => any;
178
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
179
+ modelValue?: boolean;
180
+ } & QListItemProps> & Readonly<{
181
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
182
+ onClick?: (() => any) | undefined;
183
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
184
+ "update:modelValue": (value: boolean) => any;
185
+ } & {
186
+ click: () => any;
166
187
  }, import('vue').PublicProps, {
167
188
  icons: typeof import('./types').DEFAULT_ICONS;
168
189
  }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLLIElement, import('vue').ComponentProvideOptions, {
@@ -172,18 +193,26 @@ declare const QListItem: {
172
193
  C: {};
173
194
  M: {};
174
195
  Defaults: {};
175
- }, Readonly<QListItemProps> & Readonly<{
176
- onSelect?: ((value: import('../../types/primitive').Primitive) => any) | undefined;
196
+ }, Readonly<{
197
+ modelValue?: boolean;
198
+ } & QListItemProps> & Readonly<{
199
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
200
+ onClick?: (() => any) | undefined;
177
201
  }>, {}, {}, {}, {}, {
178
202
  icons: typeof import('./types').DEFAULT_ICONS;
179
203
  }>;
180
204
  __isFragment?: never;
181
205
  __isTeleport?: never;
182
206
  __isSuspense?: never;
183
- } & import('vue').ComponentOptionsBase<Readonly<QListItemProps> & Readonly<{
184
- onSelect?: ((value: import('../../types/primitive').Primitive) => any) | undefined;
185
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
186
- select: (value: import('../../types/primitive').Primitive) => any;
207
+ } & import('vue').ComponentOptionsBase<Readonly<{
208
+ modelValue?: boolean;
209
+ } & QListItemProps> & Readonly<{
210
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
211
+ onClick?: (() => any) | undefined;
212
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
213
+ "update:modelValue": (value: boolean) => any;
214
+ } & {
215
+ click: () => any;
187
216
  }, string, {
188
217
  icons: typeof import('./types').DEFAULT_ICONS;
189
218
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QList/index.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,SAAS,CAAA;AACzC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AAC7C,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAA;AAKlD,QAAA,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCASo1yB,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EATh7yB,CAAA;AACrC,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAA8B,CAAA;AAC7C,QAAA,MAAM,cAAc;;;;;;;;;;;;;;;;EAAmC,CAAA;AAGvD,OAAO,EAAE,KAAK,EAAE,SAAS,EAAE,cAAc,EAAE,CAAA;AAG3C,YAAY,EAAE,UAAU,EAAE,cAAc,EAAE,mBAAmB,EAAE,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QList/index.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,SAAS,CAAA;AACzC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AAC7C,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAA;AAKlD,QAAA,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCASg1yB,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAT56yB,CAAA;AACrC,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAA8B,CAAA;AAC7C,QAAA,MAAM,cAAc;;;;;;;;;;;;;;;;EAAmC,CAAA;AAGvD,OAAO,EAAE,KAAK,EAAE,SAAS,EAAE,cAAc,EAAE,CAAA;AAG3C,YAAY,EAAE,UAAU,EAAE,cAAc,EAAE,mBAAmB,EAAE,CAAA"}
@@ -57,10 +57,6 @@ export type QListItemProps = {
57
57
  * Indicates whether the item is selectable.
58
58
  */
59
59
  selectable?: boolean;
60
- /**
61
- * Whether this item is selected.
62
- */
63
- selected?: boolean;
64
60
  /**
65
61
  * Whether this item is highlighted.
66
62
  */
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QList/types.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,oBAAoB,CAAA;AAC9C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAA;AAClD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAA;AAE5D,MAAM,MAAM,IAAI,GAAG,IAAI,CAAC,cAAc,EAAE,OAAO,GAAG,OAAO,CAAC,GAAG;IAG5D,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;CAClB,CAAA;AAED,MAAM,MAAM,KAAK,GAAG,mBAAmB,GAAG;IACzC;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;CAClB,CAAA;AAED,MAAM,MAAM,UAAU,GAAG,mBAAmB,GAAG;IAC9C;;OAEG;IACH,WAAW,CAAC,EAAE,SAAS,CAAA;IAEvB;;OAEG;IACH,KAAK,CAAC,EAAE,IAAI,EAAE,CAAA;IAEd;;OAEG;IACH,MAAM,CAAC,EAAE,KAAK,EAAE,CAAA;IAEhB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAA;IAElB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAA;IAElB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAA;CACpB,CAAA;AAED,MAAM,MAAM,cAAc,GAAG;IAC5B;;OAEG;IACH,KAAK,EAAE,SAAS,CAAA;IAEhB;;OAEG;IACH,KAAK,EAAE,MAAM,CAAA;IAEb;;OAEG;IACH,IAAI,CAAC,EAAE,IAAI,CAAA;IAEX;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAA;IAEpB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;OAEG;IACH,WAAW,CAAC,EAAE,OAAO,CAAA;IAErB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAA;IAEpB;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,aAAa,CAAA;CAC5B,CAAA;AAED,MAAM,MAAM,mBAAmB,GAAG;IACjC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAA;IAEV;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;CACd,CAAA;AAGD,eAAO,MAAM,aAAa;;;;;;;CAOM,CAAA"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QList/types.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,UAAU,CAAA;AACpC,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAA;AACtD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAA;AAEhE,MAAM,MAAM,IAAI,GAAG,IAAI,CAAC,cAAc,EAAE,OAAO,GAAG,OAAO,CAAC,GAAG;IAG5D,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;CAClB,CAAA;AAED,MAAM,MAAM,KAAK,GAAG,mBAAmB,GAAG;IACzC;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;CAClB,CAAA;AAED,MAAM,MAAM,UAAU,GAAG,mBAAmB,GAAG;IAC9C;;OAEG;IACH,WAAW,CAAC,EAAE,SAAS,CAAA;IAEvB;;OAEG;IACH,KAAK,CAAC,EAAE,IAAI,EAAE,CAAA;IAEd;;OAEG;IACH,MAAM,CAAC,EAAE,KAAK,EAAE,CAAA;IAEhB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAA;IAElB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAA;IAElB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAA;CACpB,CAAA;AAED,MAAM,MAAM,cAAc,GAAG;IAC5B;;OAEG;IACH,KAAK,EAAE,SAAS,CAAA;IAEhB;;OAEG;IACH,KAAK,EAAE,MAAM,CAAA;IAEb;;OAEG;IACH,IAAI,CAAC,EAAE,IAAI,CAAA;IAEX;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAA;IAEpB;;OAEG;IACH,WAAW,CAAC,EAAE,OAAO,CAAA;IAErB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAA;IAEpB;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,aAAa,CAAA;CAC5B,CAAA;AAED,MAAM,MAAM,mBAAmB,GAAG;IACjC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAA;IAEV;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;CACd,CAAA;AAGD,eAAO,MAAM,aAAa;;;;;;;CAOM,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QMeter/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAA;AAEtD;;;GAGG;AACH,MAAM,MAAM,WAAW,GAAG,WAAW,GAAG;IACvC;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,CAAA;IAEZ;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,CAAC,CAAC,KAAK,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,KAAK,MAAM,CAAC,CAAA;IAE9D;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;CACd,CAAA"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QMeter/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,WAAW,CAAA;AAE5C;;;GAGG;AACH,MAAM,MAAM,WAAW,GAAG,WAAW,GAAG;IACvC;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,CAAA;IAEZ;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,CAAC,CAAC,KAAK,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,KAAK,MAAM,CAAC,CAAA;IAE9D;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;CACd,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QOverlay/types.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAA;AAC5D,OAAO,KAAK,EAAE,UAAU,EAAE,SAAS,EAAE,OAAO,EAAE,MAAM,2BAA2B,CAAA;AAC/E,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,wBAAwB,CAAA;AAEtD,MAAM,MAAM,aAAa,GAAG,mBAAmB,GAAG;IACjD;;OAEG;IACH,MAAM,CAAC,EAAE,QAAQ,CAAA;IAEjB;;;;OAIG;IACH,UAAU,CAAC,EAAE,UAAU,CAAA;IAEvB;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAA;IAEf;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAA;IAEf;;;OAGG;IACH,MAAM,CAAC,EAAE,OAAO,CAAA;IAEhB;;OAEG;IACH,YAAY,CAAC,EAAE,OAAO,CAAA;IAEtB;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,OAAO,EAAE,CAAA;IAElC;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;IAEd;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAA;IAEpB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAA;IAEf;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAA;IAEpB;;;OAGG;IACH,UAAU,CAAC,EAAE,OAAO,CAAA;IAEpB;;OAEG;IACH,SAAS,CAAC,EAAE,SAAS,CAAA;IAErB;;;OAGG;IACH,GAAG,CAAC,EAAE,OAAO,CAAA;IAEb;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAA;IAEnB;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAA;IAEjB;;OAEG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAA;IAE7B;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,QAAQ,CAAA;IAEzB;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,CAAA;CACnB,CAAA"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QOverlay/types.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAA;AAChE,OAAO,KAAK,EAAE,UAAU,EAAE,SAAS,EAAE,OAAO,EAAE,MAAM,2BAA2B,CAAA;AAC/E,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,wBAAwB,CAAA;AAEtD,MAAM,MAAM,aAAa,GAAG,mBAAmB,GAAG;IACjD;;OAEG;IACH,MAAM,CAAC,EAAE,QAAQ,CAAA;IAEjB;;;;OAIG;IACH,UAAU,CAAC,EAAE,UAAU,CAAA;IAEvB;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAA;IAEf;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAA;IAEf;;;OAGG;IACH,MAAM,CAAC,EAAE,OAAO,CAAA;IAEhB;;OAEG;IACH,YAAY,CAAC,EAAE,OAAO,CAAA;IAEtB;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,OAAO,EAAE,CAAA;IAElC;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;IAEd;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAA;IAEpB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAA;IAEf;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAA;IAEpB;;;OAGG;IACH,UAAU,CAAC,EAAE,OAAO,CAAA;IAEpB;;OAEG;IACH,SAAS,CAAC,EAAE,SAAS,CAAA;IAErB;;;OAGG;IACH,GAAG,CAAC,EAAE,OAAO,CAAA;IAEb;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAA;IAEnB;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAA;IAEjB;;OAEG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAA;IAE7B;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,QAAQ,CAAA;IAEzB;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,CAAA;CACnB,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QPasswordField/index.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAA;AAKlD,QAAA,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gDAO+mzB,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAPlszB,CAAA;AAGvD,OAAO,EAAE,cAAc,EAAE,CAAA;AAGzB,YAAY,EAAE,mBAAmB,EAAE,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QPasswordField/index.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAA;AAKlD,QAAA,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gDAO2mzB,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAP9rzB,CAAA;AAGvD,OAAO,EAAE,cAAc,EAAE,CAAA;AAGzB,YAAY,EAAE,mBAAmB,EAAE,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QPopover/types.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAA;AACtD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAA;AAClD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAA;AAE5D,MAAM,MAAM,aAAa,GAAG,mBAAmB,GAAG;IACjD;;OAEG;IACH,MAAM,EAAE,QAAQ,CAAA;IAEhB;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAA;IAEf;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAA;IAEf;;;OAGG;IACH,MAAM,CAAC,EAAE,OAAO,CAAA;IAEhB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;OAEG;IACH,IAAI,CAAC,EAAE,OAAO,CAAA;IAEd;;OAEG;IACH,SAAS,CAAC,EAAE,SAAS,CAAA;IAErB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAA;IAEb;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;CACd,CAAA"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QPopover/types.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAA;AAC1D,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,wBAAwB,CAAA;AACtD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAA;AAEhE,MAAM,MAAM,aAAa,GAAG,mBAAmB,GAAG;IACjD;;OAEG;IACH,MAAM,EAAE,QAAQ,CAAA;IAEhB;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAA;IAEf;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAA;IAEf;;;OAGG;IACH,MAAM,CAAC,EAAE,OAAO,CAAA;IAEhB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;OAEG;IACH,IAAI,CAAC,EAAE,OAAO,CAAA;IAEd;;OAEG;IACH,SAAS,CAAC,EAAE,SAAS,CAAA;IAErB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAA;IAEb;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;CACd,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QPropertyList/index.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EACX,kBAAkB,EAClB,qBAAqB,EACrB,uBAAuB,EACvB,uBAAuB,EACvB,MAAM,SAAS,CAAA;AAKhB,QAAA,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAkC,CAAA;AACrD,QAAA,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;2BAcisN,KAAK;;;;;;;;;cAA4J,KAAK;SAAiB,CAAC;CAdp1N,CAAA;AAC3D,QAAA,MAAM,kBAAkB;;;;;;6FAAuC,CAAA;AAC/D,QAAA,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;EAAuC,CAAA;AAG/D,OAAO,EAAE,aAAa,EAAE,gBAAgB,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,CAAA;AAGlF,YAAY,EACX,kBAAkB,EAClB,qBAAqB,EACrB,uBAAuB,EACvB,uBAAuB,EACvB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QPropertyList/index.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EACX,kBAAkB,EAClB,qBAAqB,EACrB,uBAAuB,EACvB,uBAAuB,EACvB,MAAM,SAAS,CAAA;AAKhB,QAAA,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAkC,CAAA;AACrD,QAAA,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;2BAc6rN,KAAK;;;;;;;;;cAA4J,KAAK;SAAiB,CAAC;CAdh1N,CAAA;AAC3D,QAAA,MAAM,kBAAkB;;;;;;6FAAuC,CAAA;AAC/D,QAAA,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;EAAuC,CAAA;AAG/D,OAAO,EAAE,aAAa,EAAE,gBAAgB,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,CAAA;AAGlF,YAAY,EACX,kBAAkB,EAClB,qBAAqB,EACrB,uBAAuB,EACvB,uBAAuB,EACvB,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QPropertyList/types.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAA;AAE5D;;;;GAIG;AACH,MAAM,MAAM,aAAa,GAAG,QAAQ,GAAG,OAAO,CAAA;AAE9C,MAAM,MAAM,kBAAkB,GAAG,mBAAmB,GAAG;IACtD;;;OAGG;IACH,MAAM,CAAC,EAAE,kBAAkB,EAAE,CAAA;IAE7B;;OAEG;IACH,MAAM,CAAC,EAAE,kBAAkB,EAAE,CAAA;IAE7B;;OAEG;IACH,aAAa,CAAC,EAAE,aAAa,CAAA;IAE7B;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAA;IAEf;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAA;IAEjB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,aAAa,CAAA;IAE5B;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,aAAa,CAAA;CAC5B,CAAA;AAED;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG;IAChC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAA;IAEV;;OAEG;IACH,KAAK,EAAE,MAAM,CAAA;CACb,CAAA;AAED;;GAEG;AACH,MAAM,MAAM,uBAAuB,GAAG,mBAAmB,GACxD,IAAI,CAAC,kBAAkB,EAAE,IAAI,CAAC,GAAG;IAChC;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,aAAa,CAAA;IAE5B;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,aAAa,CAAA;CAC5B,CAAA;AAEF;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG;IAChC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAA;IAEV;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;IAEd;;OAEG;IACH,KAAK,EAAE,MAAM,CAAA;IAEb;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAA;IAEpB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAA;IAElB;;;;OAIG;IACH,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;CAC9B,CAAA;AAED;;GAEG;AACH,MAAM,MAAM,qBAAqB,GAAG,mBAAmB,GAAG;IACzD;;OAEG;IACH,KAAK,EAAE,kBAAkB,CAAA;IAEzB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;CAClB,CAAA;AAED;;GAEG;AACH,MAAM,MAAM,uBAAuB,GAAG,mBAAmB,GAAG;IAC3D;;;OAGG;IACH,KAAK,CAAC,EAAE,kBAAkB,CAAA;IAE1B;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,aAAa,CAAA;IAE5B;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,aAAa,CAAA;CAC5B,CAAA;AAED,eAAO,MAAM,aAAa;;CAEQ,CAAA;AAGlC,eAAO,MAAM,aAAa;;;;;;;CAOM,CAAA"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QPropertyList/types.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAA;AAEhE;;;;GAIG;AACH,MAAM,MAAM,aAAa,GAAG,QAAQ,GAAG,OAAO,CAAA;AAE9C,MAAM,MAAM,kBAAkB,GAAG,mBAAmB,GAAG;IACtD;;;OAGG;IACH,MAAM,CAAC,EAAE,kBAAkB,EAAE,CAAA;IAE7B;;OAEG;IACH,MAAM,CAAC,EAAE,kBAAkB,EAAE,CAAA;IAE7B;;OAEG;IACH,aAAa,CAAC,EAAE,aAAa,CAAA;IAE7B;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAA;IAEf;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAA;IAEjB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,aAAa,CAAA;IAE5B;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,aAAa,CAAA;CAC5B,CAAA;AAED;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG;IAChC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAA;IAEV;;OAEG;IACH,KAAK,EAAE,MAAM,CAAA;CACb,CAAA;AAED;;GAEG;AACH,MAAM,MAAM,uBAAuB,GAAG,mBAAmB,GACxD,IAAI,CAAC,kBAAkB,EAAE,IAAI,CAAC,GAAG;IAChC;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,aAAa,CAAA;IAE5B;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,aAAa,CAAA;CAC5B,CAAA;AAEF;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG;IAChC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAA;IAEV;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;IAEd;;OAEG;IACH,KAAK,EAAE,MAAM,CAAA;IAEb;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAA;IAEpB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAA;IAElB;;;;OAIG;IACH,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;CAC9B,CAAA;AAED;;GAEG;AACH,MAAM,MAAM,qBAAqB,GAAG,mBAAmB,GAAG;IACzD;;OAEG;IACH,KAAK,EAAE,kBAAkB,CAAA;IAEzB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;CAClB,CAAA;AAED;;GAEG;AACH,MAAM,MAAM,uBAAuB,GAAG,mBAAmB,GAAG;IAC3D;;;OAGG;IACH,KAAK,CAAC,EAAE,kBAAkB,CAAA;IAE1B;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,aAAa,CAAA;IAE5B;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,aAAa,CAAA;CAC5B,CAAA;AAED,eAAO,MAAM,aAAa;;CAEQ,CAAA;AAGlC,eAAO,MAAM,aAAa;;;;;;;CAOM,CAAA"}
@@ -27,7 +27,7 @@ declare function __VLS_template(): {
27
27
  readonly label?: string | undefined;
28
28
  readonly for?: string | undefined;
29
29
  readonly required?: boolean | undefined;
30
- readonly size?: import('../QField').QFieldSize | undefined;
30
+ readonly size?: import('..').QFieldSize | undefined;
31
31
  readonly readonly?: boolean | undefined;
32
32
  readonly disabled?: boolean | undefined;
33
33
  readonly invalid?: boolean | undefined;
@@ -48,10 +48,10 @@ declare function __VLS_template(): {
48
48
  $host: Element | null;
49
49
  $emit: (event: string, ...args: any[]) => void;
50
50
  $el: any;
51
- $options: import('vue').ComponentOptionsBase<Readonly<import('../QField').QFieldProps> & Readonly<{}>, {
51
+ $options: import('vue').ComponentOptionsBase<Readonly<import('..').QFieldProps> & Readonly<{}>, {
52
52
  fieldRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
53
53
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
54
- size: import('../QField').QFieldSize;
54
+ size: import('..').QFieldSize;
55
55
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
56
56
  beforeCreate?: (() => void) | (() => void)[];
57
57
  created?: (() => void) | (() => void)[];
@@ -73,8 +73,8 @@ declare function __VLS_template(): {
73
73
  $nextTick: typeof nextTick;
74
74
  $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;
75
75
  } & Readonly<{
76
- size: import('../QField').QFieldSize;
77
- }> & Omit<Readonly<import('../QField').QFieldProps> & Readonly<{}>, "size" | "fieldRef"> & import('vue').ShallowUnwrapRef<{
76
+ size: import('..').QFieldSize;
77
+ }> & Omit<Readonly<import('..').QFieldProps> & Readonly<{}>, "size" | "fieldRef"> & import('vue').ShallowUnwrapRef<{
78
78
  fieldRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
79
79
  }> & {} & import('vue').ComponentCustomProperties & {} & {
80
80
  $slots: {
@@ -103,6 +103,7 @@ declare function __VLS_template(): {
103
103
  readonly disabled?: boolean | undefined;
104
104
  readonly selectable?: boolean | undefined;
105
105
  readonly "onUpdate:modelValue"?: ((value: Primitive) => any) | undefined;
106
+ readonly onClick?: ((key: Primitive) => any) | undefined;
106
107
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
107
108
  $attrs: {
108
109
  [x: string]: unknown;
@@ -115,16 +116,17 @@ declare function __VLS_template(): {
115
116
  $: import('vue').ComponentInternalInstance;
116
117
  $data: {};
117
118
  $props: {
119
+ readonly modelValue?: boolean | undefined;
118
120
  readonly value: Primitive;
119
121
  readonly label: string;
120
- readonly icon?: import('../QIcon').Icon | undefined;
122
+ readonly icon?: import('..').Icon | undefined;
121
123
  readonly selectable?: boolean | undefined;
122
- readonly selected?: boolean | undefined;
123
124
  readonly highlighted?: boolean | undefined;
124
125
  readonly disabled?: boolean | undefined;
125
126
  readonly description?: string | undefined;
126
127
  readonly icons?: typeof import('../QList/types').DEFAULT_ICONS | undefined;
127
- readonly onSelect?: ((value: Primitive) => any) | undefined;
128
+ readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
129
+ readonly onClick?: (() => any) | undefined;
128
130
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
129
131
  $attrs: {
130
132
  [x: string]: unknown;
@@ -138,12 +140,17 @@ declare function __VLS_template(): {
138
140
  $root: import('vue').ComponentPublicInstance | null;
139
141
  $parent: import('vue').ComponentPublicInstance | null;
140
142
  $host: Element | null;
141
- $emit: (event: "select", value: Primitive) => void;
143
+ $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click") => void);
142
144
  $el: HTMLLIElement;
143
- $options: import('vue').ComponentOptionsBase<Readonly<import('../QList').QListItemProps> & Readonly<{
144
- onSelect?: ((value: Primitive) => any) | undefined;
145
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
146
- select: (value: Primitive) => any;
145
+ $options: import('vue').ComponentOptionsBase<Readonly<{
146
+ modelValue?: boolean;
147
+ } & import('..').QListItemProps> & Readonly<{
148
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
149
+ onClick?: (() => any) | undefined;
150
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
151
+ "update:modelValue": (value: boolean) => any;
152
+ } & {
153
+ click: () => any;
147
154
  }, string, {
148
155
  icons: typeof import('../QList/types').DEFAULT_ICONS;
149
156
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
@@ -168,8 +175,11 @@ declare function __VLS_template(): {
168
175
  $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;
169
176
  } & Readonly<{
170
177
  icons: typeof import('../QList/types').DEFAULT_ICONS;
171
- }> & Omit<Readonly<import('../QList').QListItemProps> & Readonly<{
172
- onSelect?: ((value: Primitive) => any) | undefined;
178
+ }> & Omit<Readonly<{
179
+ modelValue?: boolean;
180
+ } & import('..').QListItemProps> & Readonly<{
181
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
182
+ onClick?: (() => any) | undefined;
173
183
  }>, "icons"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
174
184
  $slots: {
175
185
  prepend?(_: {}): any;
@@ -184,7 +194,7 @@ declare function __VLS_template(): {
184
194
  $root: import('vue').ComponentPublicInstance | null;
185
195
  $parent: import('vue').ComponentPublicInstance | null;
186
196
  $host: Element | null;
187
- $emit: (event: "update:modelValue", value: Primitive) => void;
197
+ $emit: ((event: "update:modelValue", value: Primitive) => void) & ((event: "click", key: Primitive) => void);
188
198
  $el: any;
189
199
  $options: import('vue').ComponentOptionsBase<Readonly<{
190
200
  modelValue?: Primitive;
@@ -198,6 +208,7 @@ declare function __VLS_template(): {
198
208
  selectable?: boolean;
199
209
  }> & Readonly<{
200
210
  "onUpdate:modelValue"?: ((value: Primitive) => any) | undefined;
211
+ onClick?: ((key: Primitive) => any) | undefined;
201
212
  }>, {
202
213
  getItem: (idx: number) => HTMLElement | undefined;
203
214
  getAdjacentItemIndex: (idx: number, direction: "next" | "prev") => number;
@@ -205,6 +216,8 @@ declare function __VLS_template(): {
205
216
  getLastFocusableItemIndex: () => number;
206
217
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
207
218
  "update:modelValue": (value: Primitive) => any;
219
+ } & {
220
+ click: (key: Primitive) => any;
208
221
  }, string, {
209
222
  groups: import('../QList/types').Group[];
210
223
  itemValue: string;
@@ -245,6 +258,7 @@ declare function __VLS_template(): {
245
258
  selectable?: boolean;
246
259
  }> & Readonly<{
247
260
  "onUpdate:modelValue"?: ((value: Primitive) => any) | undefined;
261
+ onClick?: ((key: Primitive) => any) | undefined;
248
262
  }>, "getItem" | "getAdjacentItemIndex" | "getFirstFocusableItemIndex" | "getLastFocusableItemIndex" | ("groups" | "itemValue" | "itemLabel")> & import('vue').ShallowUnwrapRef<{
249
263
  getItem: (idx: number) => HTMLElement | undefined;
250
264
  getAdjacentItemIndex: (idx: number, direction: "next" | "prev") => number;
@@ -282,7 +296,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
282
296
  }>, {
283
297
  icons: typeof DEFAULT_ICONS;
284
298
  texts: typeof DEFAULT_TEXTS;
285
- groups: (import('../QList').QListItemGroupProps & {
299
+ groups: (import('..').QListItemGroupProps & {
286
300
  id: string;
287
301
  })[];
288
302
  itemValue: string;
@@ -297,7 +311,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
297
311
  readonly label?: string | undefined;
298
312
  readonly for?: string | undefined;
299
313
  readonly required?: boolean | undefined;
300
- readonly size?: import('../QField').QFieldSize | undefined;
314
+ readonly size?: import('..').QFieldSize | undefined;
301
315
  readonly readonly?: boolean | undefined;
302
316
  readonly disabled?: boolean | undefined;
303
317
  readonly invalid?: boolean | undefined;
@@ -318,10 +332,10 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
318
332
  $host: Element | null;
319
333
  $emit: (event: string, ...args: any[]) => void;
320
334
  $el: any;
321
- $options: import('vue').ComponentOptionsBase<Readonly<import('../QField').QFieldProps> & Readonly<{}>, {
335
+ $options: import('vue').ComponentOptionsBase<Readonly<import('..').QFieldProps> & Readonly<{}>, {
322
336
  fieldRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
323
337
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
324
- size: import('../QField').QFieldSize;
338
+ size: import('..').QFieldSize;
325
339
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
326
340
  beforeCreate?: (() => void) | (() => void)[];
327
341
  created?: (() => void) | (() => void)[];
@@ -343,8 +357,8 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
343
357
  $nextTick: typeof nextTick;
344
358
  $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;
345
359
  } & Readonly<{
346
- size: import('../QField').QFieldSize;
347
- }> & Omit<Readonly<import('../QField').QFieldProps> & Readonly<{}>, "size" | "fieldRef"> & import('vue').ShallowUnwrapRef<{
360
+ size: import('..').QFieldSize;
361
+ }> & Omit<Readonly<import('..').QFieldProps> & Readonly<{}>, "size" | "fieldRef"> & import('vue').ShallowUnwrapRef<{
348
362
  fieldRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
349
363
  }> & {} & import('vue').ComponentCustomProperties & {} & {
350
364
  $slots: {
@@ -373,6 +387,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
373
387
  readonly disabled?: boolean | undefined;
374
388
  readonly selectable?: boolean | undefined;
375
389
  readonly "onUpdate:modelValue"?: ((value: Primitive) => any) | undefined;
390
+ readonly onClick?: ((key: Primitive) => any) | undefined;
376
391
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
377
392
  $attrs: {
378
393
  [x: string]: unknown;
@@ -385,16 +400,17 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
385
400
  $: import('vue').ComponentInternalInstance;
386
401
  $data: {};
387
402
  $props: {
403
+ readonly modelValue?: boolean | undefined;
388
404
  readonly value: Primitive;
389
405
  readonly label: string;
390
- readonly icon?: import('../QIcon').Icon | undefined;
406
+ readonly icon?: import('..').Icon | undefined;
391
407
  readonly selectable?: boolean | undefined;
392
- readonly selected?: boolean | undefined;
393
408
  readonly highlighted?: boolean | undefined;
394
409
  readonly disabled?: boolean | undefined;
395
410
  readonly description?: string | undefined;
396
411
  readonly icons?: typeof import('../QList/types').DEFAULT_ICONS | undefined;
397
- readonly onSelect?: ((value: Primitive) => any) | undefined;
412
+ readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
413
+ readonly onClick?: (() => any) | undefined;
398
414
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
399
415
  $attrs: {
400
416
  [x: string]: unknown;
@@ -408,12 +424,17 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
408
424
  $root: import('vue').ComponentPublicInstance | null;
409
425
  $parent: import('vue').ComponentPublicInstance | null;
410
426
  $host: Element | null;
411
- $emit: (event: "select", value: Primitive) => void;
427
+ $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click") => void);
412
428
  $el: HTMLLIElement;
413
- $options: import('vue').ComponentOptionsBase<Readonly<import('../QList').QListItemProps> & Readonly<{
414
- onSelect?: ((value: Primitive) => any) | undefined;
415
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
416
- select: (value: Primitive) => any;
429
+ $options: import('vue').ComponentOptionsBase<Readonly<{
430
+ modelValue?: boolean;
431
+ } & import('..').QListItemProps> & Readonly<{
432
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
433
+ onClick?: (() => any) | undefined;
434
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
435
+ "update:modelValue": (value: boolean) => any;
436
+ } & {
437
+ click: () => any;
417
438
  }, string, {
418
439
  icons: typeof import('../QList/types').DEFAULT_ICONS;
419
440
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
@@ -438,8 +459,11 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
438
459
  $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;
439
460
  } & Readonly<{
440
461
  icons: typeof import('../QList/types').DEFAULT_ICONS;
441
- }> & Omit<Readonly<import('../QList').QListItemProps> & Readonly<{
442
- onSelect?: ((value: Primitive) => any) | undefined;
462
+ }> & Omit<Readonly<{
463
+ modelValue?: boolean;
464
+ } & import('..').QListItemProps> & Readonly<{
465
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
466
+ onClick?: (() => any) | undefined;
443
467
  }>, "icons"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
444
468
  $slots: {
445
469
  prepend?(_: {}): any;
@@ -454,7 +478,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
454
478
  $root: import('vue').ComponentPublicInstance | null;
455
479
  $parent: import('vue').ComponentPublicInstance | null;
456
480
  $host: Element | null;
457
- $emit: (event: "update:modelValue", value: Primitive) => void;
481
+ $emit: ((event: "update:modelValue", value: Primitive) => void) & ((event: "click", key: Primitive) => void);
458
482
  $el: any;
459
483
  $options: import('vue').ComponentOptionsBase<Readonly<{
460
484
  modelValue?: Primitive;
@@ -468,6 +492,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
468
492
  selectable?: boolean;
469
493
  }> & Readonly<{
470
494
  "onUpdate:modelValue"?: ((value: Primitive) => any) | undefined;
495
+ onClick?: ((key: Primitive) => any) | undefined;
471
496
  }>, {
472
497
  getItem: (idx: number) => HTMLElement | undefined;
473
498
  getAdjacentItemIndex: (idx: number, direction: "next" | "prev") => number;
@@ -475,6 +500,8 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
475
500
  getLastFocusableItemIndex: () => number;
476
501
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
477
502
  "update:modelValue": (value: Primitive) => any;
503
+ } & {
504
+ click: (key: Primitive) => any;
478
505
  }, string, {
479
506
  groups: import('../QList/types').Group[];
480
507
  itemValue: string;
@@ -515,6 +542,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
515
542
  selectable?: boolean;
516
543
  }> & Readonly<{
517
544
  "onUpdate:modelValue"?: ((value: Primitive) => any) | undefined;
545
+ onClick?: ((key: Primitive) => any) | undefined;
518
546
  }>, "getItem" | "getAdjacentItemIndex" | "getFirstFocusableItemIndex" | "getLastFocusableItemIndex" | ("groups" | "itemValue" | "itemLabel")> & import('vue').ShallowUnwrapRef<{
519
547
  getItem: (idx: number) => HTMLElement | undefined;
520
548
  getAdjacentItemIndex: (idx: number, direction: "next" | "prev") => number;
@@ -1 +1 @@
1
- {"version":3,"file":"QSelect.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QSelect/QSelect.vue"],"names":[],"mappings":"AAyHA;AAsSC,OAAO,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAatD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAA;AAClD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,SAAS,CAAA;AAG3C,OAAO,EAAY,QAAQ,EAAc,MAAM,KAAK,CAAA;AAEpD,KAAK,WAAW,GAAG,YAAY,CAAC;AAgKjC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,SAAS,CAAC;CACtB,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;WA4TT,OAAO,IAA6B;;yBAnBpB,GAAG;wBACJ,GAAG;wBACH,GAAG;gCACK,GAAG;;;YACb,GAAG;+BACM,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAoFkrB,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gDAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAjE90B;AAkCD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCA8BosB,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4CAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OArB70B,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":"QSelect.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QSelect/QSelect.vue"],"names":[],"mappings":"AAyHA;AAsSC,OAAO,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAatD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAA;AACtD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,SAAS,CAAA;AAG3C,OAAO,EAAY,QAAQ,EAAc,MAAM,KAAK,CAAA;AAEpD,KAAK,WAAW,GAAG,YAAY,CAAC;AAgKjC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,SAAS,CAAC;CACtB,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;WA4TT,OAAO,IAA6B;;yBAnBpB,GAAG;wBACJ,GAAG;wBACH,GAAG;gCACK,GAAG;;;YACb,GAAG;+BACM,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAoFu0B,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gDAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAjEn+B;AAkCD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCA8By1B,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4CAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OArBl+B,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,4 +1,4 @@
1
- import { defineComponent as P, mergeModels as D, useModel as H, ref as y, computed as b, watch as X, nextTick as j, createElementBlock as f, openBlock as t, Fragment as N, createVNode as k, unref as n, mergeProps as z, withModifiers as A, createSlots as G, withCtx as i, toDisplayString as F, createCommentVNode as g, createTextVNode as J, renderSlot as d, createBlock as h, normalizeProps as W, createElementVNode as Y } from "vue";
1
+ import { defineComponent as P, mergeModels as D, useModel as H, ref as y, computed as b, watch as X, nextTick as j, createElementBlock as f, openBlock as t, Fragment as N, createVNode as g, unref as n, mergeProps as z, withModifiers as A, createSlots as G, withCtx as i, toDisplayString as F, createCommentVNode as k, createTextVNode as J, renderSlot as d, createBlock as h, normalizeProps as W, createElementVNode as Y } from "vue";
2
2
  import { DEFAULT_TEXTS as Z, DEFAULT_ICONS as ee } from "./types.js";
3
3
  import { QButton as le } from "../QButton/index.js";
4
4
  import { QField as oe } from "../QField/index.js";
@@ -44,8 +44,8 @@ const de = {
44
44
  modelModifiers: {}
45
45
  }),
46
46
  emits: /* @__PURE__ */ D(["before-show", "before-hide", "show", "hide"], ["update:modelValue"]),
47
- setup(x, { emit: O }) {
48
- const e = x, m = O, p = H(x, "modelValue"), o = y(!1), v = y(null), q = y(null), _ = y(null), R = b(() => s.value === void 0), s = b(
47
+ setup(q, { emit: O }) {
48
+ const e = q, m = O, p = H(q, "modelValue"), o = y(!1), v = y(null), x = y(null), _ = y(null), R = b(() => s.value === void 0), s = b(
49
49
  () => {
50
50
  var l;
51
51
  return (l = e.items) == null ? void 0 : l.find((a) => a[e.itemValue] === p.value);
@@ -90,7 +90,7 @@ const de = {
90
90
  }
91
91
  function Q() {
92
92
  var l;
93
- (l = q.value) == null || l.$el.focus();
93
+ (l = x.value) == null || l.$el.focus();
94
94
  }
95
95
  return X(
96
96
  () => e.loading,
@@ -103,7 +103,7 @@ const de = {
103
103
  N,
104
104
  null,
105
105
  [
106
- k(n(oe), z({
106
+ g(n(oe), z({
107
107
  id: e.id,
108
108
  ref_key: "triggerEl",
109
109
  ref: v,
@@ -137,12 +137,12 @@ const de = {
137
137
  icons: e.icons,
138
138
  texts: e.texts,
139
139
  onClick: V
140
- }, null, 8, ["icons", "texts"])) : g("v-if", !0),
141
- e.readonly ? g("v-if", !0) : (t(), h(n(le), {
140
+ }, null, 8, ["icons", "texts"])) : k("v-if", !0),
141
+ e.readonly ? k("v-if", !0) : (t(), h(n(le), {
142
142
  key: 1,
143
143
  class: "q-select__chevron",
144
144
  "aria-label": e.texts.showOptions,
145
- variant: "text",
145
+ variant: "ghost",
146
146
  color: "neutral",
147
147
  borderless: "",
148
148
  tabindex: "-1",
@@ -150,7 +150,7 @@ const de = {
150
150
  onClick: L
151
151
  }, {
152
152
  default: i(() => [
153
- k(n(se), {
153
+ g(n(se), {
154
154
  "model-value": o.value,
155
155
  icons: e.icons
156
156
  }, null, 8, ["model-value", "icons"])
@@ -173,7 +173,7 @@ const de = {
173
173
  ],
174
174
  64
175
175
  /* STABLE_FRAGMENT */
176
- )) : g("v-if", !0)
176
+ )) : k("v-if", !0)
177
177
  ])) : (t(), f(
178
178
  "span",
179
179
  de,
@@ -197,7 +197,7 @@ const de = {
197
197
  null,
198
198
  16
199
199
  /* FULL_PROPS */
200
- )) : g("v-if", !0)
200
+ )) : k("v-if", !0)
201
201
  ];
202
202
  }),
203
203
  key: "0"
@@ -210,7 +210,7 @@ const de = {
210
210
  key: "1"
211
211
  } : void 0
212
212
  ]), 1040, ["id", "label", "required", "tabindex", "class", "readonly", "disabled", "data-loading", "aria-expanded", "size", "invalid"]),
213
- k(n(ne), {
213
+ g(n(ne), {
214
214
  modelValue: o.value,
215
215
  "onUpdate:modelValue": a[0] || (a[0] = (r) => o.value = r),
216
216
  spy: "",
@@ -236,11 +236,11 @@ const de = {
236
236
  }, [
237
237
  d(l.$slots, "body.prepend"),
238
238
  e.loading ? (t(), f("div", fe, [
239
- k(n(ie), { size: 24 })
239
+ g(n(ie), { size: 24 })
240
240
  ])) : (t(), h(n(te), {
241
241
  key: 1,
242
242
  ref_key: "listRef",
243
- ref: q,
243
+ ref: x,
244
244
  class: "q-select__items",
245
245
  selectable: "",
246
246
  "model-value": p.value,