@quidgest/ui 0.14.10 → 0.14.12

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 (245) hide show
  1. package/dist/manifest/components.json +2 -0
  2. package/dist/ui.css +95 -39
  3. package/dist/ui.esm.js +1931 -1578
  4. package/dist/ui.js +29 -29
  5. package/dist/ui.min.css +1 -1
  6. package/dist/ui.min.js +181 -158
  7. package/dist/ui.scss +83 -40
  8. package/esm/components/QAccordion/QAccordion.d.ts.map +1 -1
  9. package/esm/components/QAccordion/QAccordion.vue.js +2 -2
  10. package/esm/components/QAccordion/index.d.ts +33 -2
  11. package/esm/components/QAccordion/index.d.ts.map +1 -1
  12. package/esm/components/QBadge/QBadge.d.ts.map +1 -1
  13. package/esm/components/QBadge/QBadge.vue.js +7 -7
  14. package/esm/components/QBadge/index.d.ts +39 -2
  15. package/esm/components/QBadge/index.d.ts.map +1 -1
  16. package/esm/components/QBadge/types.d.ts.map +1 -1
  17. package/esm/components/QButton/QButton.d.ts +0 -2
  18. package/esm/components/QButton/QButton.d.ts.map +1 -1
  19. package/esm/components/QButton/QButton.vue.js +18 -18
  20. package/esm/components/QButton/index.d.ts +36 -2
  21. package/esm/components/QButton/index.d.ts.map +1 -1
  22. package/esm/components/QButtonGroup/QButtonGroup.d.ts +1 -3
  23. package/esm/components/QButtonGroup/QButtonGroup.d.ts.map +1 -1
  24. package/esm/components/QButtonGroup/QButtonGroup.vue.js +7 -7
  25. package/esm/components/QButtonGroup/index.d.ts +17 -2
  26. package/esm/components/QButtonGroup/index.d.ts.map +1 -1
  27. package/esm/components/QButtonToggle/QButtonToggle.d.ts.map +1 -1
  28. package/esm/components/QButtonToggle/QButtonToggle.vue.js +1 -1
  29. package/esm/components/QButtonToggle/index.d.ts +31 -2
  30. package/esm/components/QButtonToggle/index.d.ts.map +1 -1
  31. package/esm/components/QCard/QCard.d.ts +4 -9
  32. package/esm/components/QCard/QCard.d.ts.map +1 -1
  33. package/esm/components/QCard/QCard.vue.js +34 -34
  34. package/esm/components/QCard/index.d.ts +34 -2
  35. package/esm/components/QCard/index.d.ts.map +1 -1
  36. package/esm/components/QCheckbox/QCheckbox.d.ts +0 -3
  37. package/esm/components/QCheckbox/QCheckbox.d.ts.map +1 -1
  38. package/esm/components/QCheckbox/QCheckbox.vue.js +19 -19
  39. package/esm/components/QCheckbox/QCheckboxLabel.d.ts +1 -3
  40. package/esm/components/QCheckbox/QCheckboxLabel.d.ts.map +1 -1
  41. package/esm/components/QCheckbox/QCheckboxLabel.vue.js +7 -7
  42. package/esm/components/QCheckbox/index.d.ts +79 -2
  43. package/esm/components/QCheckbox/index.d.ts.map +1 -1
  44. package/esm/components/QCheckbox/types.d.ts +8 -4
  45. package/esm/components/QCheckbox/types.d.ts.map +1 -1
  46. package/esm/components/QCollapsible/QCollapsible.d.ts +2 -3
  47. package/esm/components/QCollapsible/QCollapsible.d.ts.map +1 -1
  48. package/esm/components/QCollapsible/QCollapsible.vue.js +54 -60
  49. package/esm/components/QCollapsible/index.d.ts +47 -2
  50. package/esm/components/QCollapsible/index.d.ts.map +1 -1
  51. package/esm/components/QCollapsible/types.d.ts +5 -4
  52. package/esm/components/QCollapsible/types.d.ts.map +1 -1
  53. package/esm/components/QCollapsible/types.js +4 -5
  54. package/esm/components/QColorPicker/QColorPicker.d.ts +34 -0
  55. package/esm/components/QColorPicker/QColorPicker.d.ts.map +1 -0
  56. package/esm/components/QColorPicker/QColorPicker.vue.js +97 -0
  57. package/esm/components/QColorPicker/QColorPicker.vue2.js +4 -0
  58. package/esm/components/QColorPicker/index.d.ts +48 -0
  59. package/esm/components/QColorPicker/index.d.ts.map +1 -0
  60. package/esm/components/QColorPicker/index.js +6 -0
  61. package/esm/components/QColorPicker/types.d.ts +44 -0
  62. package/esm/components/QColorPicker/types.d.ts.map +1 -0
  63. package/esm/components/QColorPicker/types.js +6 -0
  64. package/esm/components/QCombobox/QCombobox.d.ts +686 -81
  65. package/esm/components/QCombobox/QCombobox.d.ts.map +1 -1
  66. package/esm/components/QCombobox/QCombobox.vue.js +156 -174
  67. package/esm/components/QCombobox/index.d.ts +1395 -2
  68. package/esm/components/QCombobox/index.d.ts.map +1 -1
  69. package/esm/components/QCombobox/types.d.ts +14 -6
  70. package/esm/components/QCombobox/types.d.ts.map +1 -1
  71. package/esm/components/QCombobox/types.js +9 -11
  72. package/esm/components/QDialog/QDialog.d.ts +3 -7
  73. package/esm/components/QDialog/QDialog.d.ts.map +1 -1
  74. package/esm/components/QDialog/QDialog.vue.js +33 -33
  75. package/esm/components/QDialog/index.d.ts +56 -2
  76. package/esm/components/QDialog/index.d.ts.map +1 -1
  77. package/esm/components/QDialog/types.d.ts +5 -3
  78. package/esm/components/QDialog/types.d.ts.map +1 -1
  79. package/esm/components/QDropdownMenu/QDropdownMenu.d.ts +16 -0
  80. package/esm/components/QDropdownMenu/QDropdownMenu.d.ts.map +1 -0
  81. package/esm/components/QDropdownMenu/QDropdownMenu.vue.js +38 -0
  82. package/esm/components/QDropdownMenu/QDropdownMenu.vue2.js +4 -0
  83. package/esm/components/QDropdownMenu/QDropdownMenuContent.d.ts +369 -0
  84. package/esm/components/QDropdownMenu/QDropdownMenuContent.d.ts.map +1 -0
  85. package/esm/components/QDropdownMenu/QDropdownMenuContent.vue.js +153 -0
  86. package/esm/components/QDropdownMenu/QDropdownMenuContent.vue2.js +4 -0
  87. package/esm/components/QDropdownMenu/index.d.ts +14 -0
  88. package/esm/components/QDropdownMenu/index.d.ts.map +1 -0
  89. package/esm/components/QDropdownMenu/index.js +6 -0
  90. package/esm/components/QDropdownMenu/types.d.ts +96 -0
  91. package/esm/components/QDropdownMenu/types.d.ts.map +1 -0
  92. package/esm/components/QDropdownMenu/types.js +8 -0
  93. package/esm/components/QField/QField.d.ts +5 -7
  94. package/esm/components/QField/QField.d.ts.map +1 -1
  95. package/esm/components/QField/QField.vue.js +25 -25
  96. package/esm/components/QField/index.d.ts +37 -2
  97. package/esm/components/QField/index.d.ts.map +1 -1
  98. package/esm/components/QIcon/QIcon.d.ts +0 -2
  99. package/esm/components/QIcon/QIcon.d.ts.map +1 -1
  100. package/esm/components/QIcon/QIcon.vue.js +8 -8
  101. package/esm/components/QIcon/QIconFont.d.ts +0 -3
  102. package/esm/components/QIcon/QIconFont.d.ts.map +1 -1
  103. package/esm/components/QIcon/QIconFont.vue.js +10 -10
  104. package/esm/components/QIcon/QIconImg.d.ts.map +1 -1
  105. package/esm/components/QIcon/QIconImg.vue.js +4 -4
  106. package/esm/components/QIcon/QIconSvg.d.ts +0 -2
  107. package/esm/components/QIcon/QIconSvg.d.ts.map +1 -1
  108. package/esm/components/QIcon/QIconSvg.vue.js +10 -10
  109. package/esm/components/QIcon/index.d.ts +16 -8
  110. package/esm/components/QIcon/index.d.ts.map +1 -1
  111. package/esm/components/QInputGroup/QInputGroup.d.ts +0 -5
  112. package/esm/components/QInputGroup/QInputGroup.d.ts.map +1 -1
  113. package/esm/components/QInputGroup/QInputGroup.vue.js +24 -24
  114. package/esm/components/QInputGroup/index.d.ts +26 -2
  115. package/esm/components/QInputGroup/index.d.ts.map +1 -1
  116. package/esm/components/QLineLoader/QLineLoader.d.ts +1 -3
  117. package/esm/components/QLineLoader/QLineLoader.d.ts.map +1 -1
  118. package/esm/components/QLineLoader/QLineLoader.vue.js +3 -3
  119. package/esm/components/QLineLoader/index.d.ts +1 -2
  120. package/esm/components/QLineLoader/index.d.ts.map +1 -1
  121. package/esm/components/QList/QList.d.ts +138 -3
  122. package/esm/components/QList/QList.d.ts.map +1 -1
  123. package/esm/components/QList/QList.vue.js +117 -99
  124. package/esm/components/QList/QListItem.d.ts +2 -2
  125. package/esm/components/QList/QListItem.d.ts.map +1 -1
  126. package/esm/components/QList/QListItem.vue.js +39 -37
  127. package/esm/components/QList/QListItemGroup.d.ts +1 -3
  128. package/esm/components/QList/QListItemGroup.d.ts.map +1 -1
  129. package/esm/components/QList/QListItemGroup.vue.js +6 -6
  130. package/esm/components/QList/index.d.ts +189 -6
  131. package/esm/components/QList/index.d.ts.map +1 -1
  132. package/esm/components/QList/types.d.ts +8 -10
  133. package/esm/components/QList/types.d.ts.map +1 -1
  134. package/esm/components/QOverlay/QOverlay.d.ts +5 -4
  135. package/esm/components/QOverlay/QOverlay.d.ts.map +1 -1
  136. package/esm/components/QOverlay/QOverlay.vue.js +151 -136
  137. package/esm/components/QOverlay/index.d.ts +78 -2
  138. package/esm/components/QOverlay/index.d.ts.map +1 -1
  139. package/esm/components/QOverlay/types.d.ts +4 -0
  140. package/esm/components/QOverlay/types.d.ts.map +1 -1
  141. package/esm/components/QPopover/QPopover.d.ts +0 -1
  142. package/esm/components/QPopover/QPopover.d.ts.map +1 -1
  143. package/esm/components/QPopover/QPopover.vue.js +6 -6
  144. package/esm/components/QPopover/index.d.ts +49 -2
  145. package/esm/components/QPopover/index.d.ts.map +1 -1
  146. package/esm/components/QPropertyList/QPropertyList.d.ts +8 -5
  147. package/esm/components/QPropertyList/QPropertyList.d.ts.map +1 -1
  148. package/esm/components/QPropertyList/QPropertyList.vue.js +42 -41
  149. package/esm/components/QPropertyList/QPropertyListGroup.d.ts +0 -1
  150. package/esm/components/QPropertyList/QPropertyListGroup.d.ts.map +1 -1
  151. package/esm/components/QPropertyList/QPropertyListGroup.vue.js +9 -9
  152. package/esm/components/QPropertyList/QPropertyListPanel.d.ts +0 -1
  153. package/esm/components/QPropertyList/QPropertyListPanel.d.ts.map +1 -1
  154. package/esm/components/QPropertyList/QPropertyListPanel.vue.js +9 -9
  155. package/esm/components/QPropertyList/QPropertyListRow.d.ts +15 -18
  156. package/esm/components/QPropertyList/QPropertyListRow.d.ts.map +1 -1
  157. package/esm/components/QPropertyList/QPropertyListRow.vue.js +59 -54
  158. package/esm/components/QPropertyList/index.d.ts +117 -8
  159. package/esm/components/QPropertyList/index.d.ts.map +1 -1
  160. package/esm/components/QPropertyList/types.d.ts +8 -4
  161. package/esm/components/QPropertyList/types.d.ts.map +1 -1
  162. package/esm/components/QRemoveScrollBar/QRemoveScrollBar.d.ts +0 -2
  163. package/esm/components/QRemoveScrollBar/QRemoveScrollBar.d.ts.map +1 -1
  164. package/esm/components/QRemoveScrollBar/QRemoveScrollBar.vue.js +11 -11
  165. package/esm/components/QRemoveScrollBar/index.d.ts +23 -2
  166. package/esm/components/QRemoveScrollBar/index.d.ts.map +1 -1
  167. package/esm/components/QSelect/QSelect.d.ts +313 -28
  168. package/esm/components/QSelect/QSelect.d.ts.map +1 -1
  169. package/esm/components/QSelect/QSelect.vue.js +112 -129
  170. package/esm/components/QSelect/index.d.ts +314 -2
  171. package/esm/components/QSelect/index.d.ts.map +1 -1
  172. package/esm/components/QSelect/types.d.ts +13 -5
  173. package/esm/components/QSelect/types.d.ts.map +1 -1
  174. package/esm/components/QSelect/types.js +9 -11
  175. package/esm/components/QSkeletonLoader/QSkeletonLoader.d.ts +1 -5
  176. package/esm/components/QSkeletonLoader/QSkeletonLoader.d.ts.map +1 -1
  177. package/esm/components/QSkeletonLoader/QSkeletonLoader.vue.js +13 -13
  178. package/esm/components/QSkeletonLoader/index.d.ts +1 -2
  179. package/esm/components/QSkeletonLoader/index.d.ts.map +1 -1
  180. package/esm/components/QSpinnerLoader/QSpinnerLoader.d.ts +0 -1
  181. package/esm/components/QSpinnerLoader/QSpinnerLoader.d.ts.map +1 -1
  182. package/esm/components/QSpinnerLoader/QSpinnerLoader.vue.js +8 -8
  183. package/esm/components/QSpinnerLoader/index.d.ts +3 -2
  184. package/esm/components/QSpinnerLoader/index.d.ts.map +1 -1
  185. package/esm/components/QTextField/QTextField.d.ts +79 -22
  186. package/esm/components/QTextField/QTextField.d.ts.map +1 -1
  187. package/esm/components/QTextField/QTextField.vue.js +18 -18
  188. package/esm/components/QTextField/index.d.ts +122 -2
  189. package/esm/components/QTextField/index.d.ts.map +1 -1
  190. package/esm/components/QThemeProvider/QThemeProvider.d.ts.map +1 -1
  191. package/esm/components/QThemeProvider/QThemeProvider.vue.js +9 -8
  192. package/esm/components/QThemeProvider/index.d.ts +17 -2
  193. package/esm/components/QThemeProvider/index.d.ts.map +1 -1
  194. package/esm/components/QThemeProvider/types.d.ts +1 -1
  195. package/esm/components/QTooltip/QTooltip.d.ts +0 -4
  196. package/esm/components/QTooltip/QTooltip.d.ts.map +1 -1
  197. package/esm/components/QTooltip/QTooltip.vue.js +17 -17
  198. package/esm/components/QTooltip/index.d.ts +62 -2
  199. package/esm/components/QTooltip/index.d.ts.map +1 -1
  200. package/esm/components/__internal__/QChevron/QChevron.d.ts +14 -0
  201. package/esm/components/__internal__/QChevron/QChevron.d.ts.map +1 -0
  202. package/esm/components/__internal__/QChevron/QChevron.vue.js +23 -0
  203. package/esm/components/__internal__/QChevron/QChevron.vue2.js +4 -0
  204. package/esm/components/__internal__/QChevron/index.d.ts +13 -0
  205. package/esm/components/__internal__/QChevron/index.d.ts.map +1 -0
  206. package/esm/components/__internal__/QChevron/index.js +6 -0
  207. package/esm/components/__internal__/QChevron/types.d.ts +16 -0
  208. package/esm/components/__internal__/QChevron/types.d.ts.map +1 -0
  209. package/esm/components/__internal__/QChevron/types.js +8 -0
  210. package/esm/components/__internal__/QClearButton/QClearButton.d.ts +11 -0
  211. package/esm/components/__internal__/QClearButton/QClearButton.d.ts.map +1 -0
  212. package/esm/components/__internal__/QClearButton/QClearButton.vue.js +39 -0
  213. package/esm/components/__internal__/QClearButton/QClearButton.vue2.js +4 -0
  214. package/esm/components/__internal__/QClearButton/index.d.ts +12 -0
  215. package/esm/components/__internal__/QClearButton/index.d.ts.map +1 -0
  216. package/esm/components/__internal__/QClearButton/index.js +6 -0
  217. package/esm/components/__internal__/QClearButton/types.d.ts +23 -0
  218. package/esm/components/__internal__/QClearButton/types.d.ts.map +1 -0
  219. package/esm/components/__internal__/QClearButton/types.js +11 -0
  220. package/esm/components/index.d.ts +2 -0
  221. package/esm/components/index.d.ts.map +1 -1
  222. package/esm/components/index.js +48 -44
  223. package/esm/composables/group.js +5 -5
  224. package/esm/composables/overlay.d.ts +4 -0
  225. package/esm/composables/overlay.d.ts.map +1 -1
  226. package/esm/composables/overlay.js +69 -62
  227. package/esm/composables/theme.d.ts +54 -6
  228. package/esm/composables/theme.d.ts.map +1 -1
  229. package/esm/composables/theme.js +10 -12
  230. package/esm/framework.d.ts +17 -20
  231. package/esm/framework.d.ts.map +1 -1
  232. package/esm/framework.js +22 -25
  233. package/esm/index.d.ts +2 -0
  234. package/esm/templates/theme.js +16 -16
  235. package/esm/utils/color.d.ts +2 -1
  236. package/esm/utils/color.d.ts.map +1 -1
  237. package/esm/utils/color.js +19 -19
  238. package/esm/utils/setupPropsProxy.d.ts +22 -9
  239. package/esm/utils/setupPropsProxy.d.ts.map +1 -1
  240. package/esm/utils/setupPropsProxy.js +22 -22
  241. package/esm/utils/theme.d.ts +13 -1
  242. package/esm/utils/theme.d.ts.map +1 -1
  243. package/esm/utils/theme.js +40 -24
  244. package/package.json +19 -54
  245. /package/{LICENSE.md → LICENSE} +0 -0
@@ -1,4 +1,1397 @@
1
- import { default as _QCombobox } from './QCombobox';
2
- declare const QCombobox: typeof _QCombobox;
1
+ declare const QCombobox: {
2
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
3
+ modelValue?: any;
4
+ open?: boolean;
5
+ search?: string;
6
+ } & import('./types').QComboboxProps> & Readonly<{
7
+ "onUpdate:modelValue"?: ((value: any) => any) | undefined;
8
+ "onBefore-show"?: (() => any) | undefined;
9
+ "onBefore-hide"?: (() => any) | undefined;
10
+ onShow?: (() => any) | undefined;
11
+ onHide?: (() => any) | undefined;
12
+ "onUpdate:open"?: ((value: boolean) => any) | undefined;
13
+ "onUpdate:search"?: ((value: string) => any) | undefined;
14
+ }>, {
15
+ triggerEl: import('vue').Ref<({
16
+ $: import('vue').ComponentInternalInstance;
17
+ $data: {};
18
+ $props: {
19
+ readonly modelValue?: string | undefined;
20
+ readonly id?: string | undefined;
21
+ readonly placeholder?: string | undefined;
22
+ readonly label?: string | undefined;
23
+ readonly size?: import('..').QFieldSize | undefined;
24
+ readonly maxLength?: number | undefined;
25
+ readonly readonly?: boolean | undefined;
26
+ readonly disabled?: boolean | undefined;
27
+ readonly required?: boolean | undefined;
28
+ readonly role?: string | undefined;
29
+ readonly type?: string | undefined;
30
+ readonly class?: string | unknown[] | undefined;
31
+ readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
32
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
33
+ $attrs: {
34
+ [x: string]: unknown;
35
+ };
36
+ $refs: {
37
+ [x: string]: unknown;
38
+ } & {
39
+ fieldRef: ({
40
+ $: import('vue').ComponentInternalInstance;
41
+ $data: {};
42
+ $props: {
43
+ readonly id?: string | undefined;
44
+ readonly label?: string | undefined;
45
+ readonly for?: string | undefined;
46
+ readonly size?: import('..').QFieldSize | undefined;
47
+ readonly readonly?: boolean | undefined;
48
+ readonly disabled?: boolean | undefined;
49
+ readonly required?: boolean | undefined;
50
+ readonly class?: string | unknown[] | undefined;
51
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
52
+ $attrs: {
53
+ [x: string]: unknown;
54
+ };
55
+ $refs: {
56
+ [x: string]: unknown;
57
+ } & {
58
+ fieldRef: HTMLDivElement;
59
+ };
60
+ $slots: Readonly<{
61
+ [name: string]: import('vue').Slot<any> | undefined;
62
+ }>;
63
+ $root: import('vue').ComponentPublicInstance | null;
64
+ $parent: import('vue').ComponentPublicInstance | null;
65
+ $host: Element | null;
66
+ $emit: (event: string, ...args: any[]) => void;
67
+ $el: any;
68
+ $options: import('vue').ComponentOptionsBase<Readonly<import('..').QFieldProps> & Readonly<{}>, {
69
+ fieldRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
70
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
71
+ size: import('..').QFieldSize;
72
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
73
+ beforeCreate?: (() => void) | (() => void)[];
74
+ created?: (() => void) | (() => void)[];
75
+ beforeMount?: (() => void) | (() => void)[];
76
+ mounted?: (() => void) | (() => void)[];
77
+ beforeUpdate?: (() => void) | (() => void)[];
78
+ updated?: (() => void) | (() => void)[];
79
+ activated?: (() => void) | (() => void)[];
80
+ deactivated?: (() => void) | (() => void)[];
81
+ beforeDestroy?: (() => void) | (() => void)[];
82
+ beforeUnmount?: (() => void) | (() => void)[];
83
+ destroyed?: (() => void) | (() => void)[];
84
+ unmounted?: (() => void) | (() => void)[];
85
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
86
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
87
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
88
+ };
89
+ $forceUpdate: () => void;
90
+ $nextTick: typeof import('vue').nextTick;
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;
92
+ } & Readonly<{
93
+ size: import('..').QFieldSize;
94
+ }> & Omit<Readonly<import('..').QFieldProps> & Readonly<{}>, "size" | "fieldRef"> & import('vue').ShallowUnwrapRef<{
95
+ fieldRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
96
+ }> & {} & import('vue').ComponentCustomProperties & {} & {
97
+ $slots: {
98
+ 'label.prepend'?(_: {}): any;
99
+ 'label.append'?(_: {}): any;
100
+ control?(_: {}): any;
101
+ prepend?(_: {}): any;
102
+ default?(_: {}): any;
103
+ append?(_: {}): any;
104
+ extras?(_: {}): any;
105
+ };
106
+ }) | null;
107
+ inputRef: HTMLInputElement;
108
+ };
109
+ $slots: Readonly<{
110
+ [name: string]: import('vue').Slot<any> | undefined;
111
+ }>;
112
+ $root: import('vue').ComponentPublicInstance | null;
113
+ $parent: import('vue').ComponentPublicInstance | null;
114
+ $host: Element | null;
115
+ $emit: (event: "update:modelValue", value: string) => void;
116
+ $el: any;
117
+ $options: import('vue').ComponentOptionsBase<Readonly<{
118
+ modelValue?: string;
119
+ } & import('../QTextField/types').QTextFieldProps> & Readonly<{
120
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
121
+ }>, {
122
+ fieldRef: import('vue').ComputedRef<HTMLElement | null | undefined>;
123
+ inputRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
124
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
125
+ "update:modelValue": (value: string) => any;
126
+ }, string, {
127
+ type: string;
128
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
129
+ beforeCreate?: (() => void) | (() => void)[];
130
+ created?: (() => void) | (() => void)[];
131
+ beforeMount?: (() => void) | (() => void)[];
132
+ mounted?: (() => void) | (() => void)[];
133
+ beforeUpdate?: (() => void) | (() => void)[];
134
+ updated?: (() => void) | (() => void)[];
135
+ activated?: (() => void) | (() => void)[];
136
+ deactivated?: (() => void) | (() => void)[];
137
+ beforeDestroy?: (() => void) | (() => void)[];
138
+ beforeUnmount?: (() => void) | (() => void)[];
139
+ destroyed?: (() => void) | (() => void)[];
140
+ unmounted?: (() => void) | (() => void)[];
141
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
142
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
143
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
144
+ };
145
+ $forceUpdate: () => void;
146
+ $nextTick: typeof import('vue').nextTick;
147
+ $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;
148
+ } & Readonly<{
149
+ type: string;
150
+ }> & Omit<Readonly<{
151
+ modelValue?: string;
152
+ } & import('../QTextField/types').QTextFieldProps> & Readonly<{
153
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
154
+ }>, "type" | "fieldRef" | "inputRef"> & import('vue').ShallowUnwrapRef<{
155
+ fieldRef: import('vue').ComputedRef<HTMLElement | null | undefined>;
156
+ inputRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
157
+ }> & {} & import('vue').ComponentCustomProperties & {} & {
158
+ $slots: {
159
+ 'label.prepend'?(_: {}): any;
160
+ 'label.append'?(_: {}): any;
161
+ prepend?(_: {}): any;
162
+ append?(_: {}): any;
163
+ extras?(_: {}): any;
164
+ };
165
+ }) | null, ({
166
+ $: import('vue').ComponentInternalInstance;
167
+ $data: {};
168
+ $props: {
169
+ readonly modelValue?: string | undefined;
170
+ readonly id?: string | undefined;
171
+ readonly placeholder?: string | undefined;
172
+ readonly label?: string | undefined;
173
+ readonly size?: import('..').QFieldSize | undefined;
174
+ readonly maxLength?: number | undefined;
175
+ readonly readonly?: boolean | undefined;
176
+ readonly disabled?: boolean | undefined;
177
+ readonly required?: boolean | undefined;
178
+ readonly role?: string | undefined;
179
+ readonly type?: string | undefined;
180
+ readonly class?: string | unknown[] | undefined;
181
+ readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
182
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
183
+ $attrs: {
184
+ [x: string]: unknown;
185
+ };
186
+ $refs: {
187
+ [x: string]: unknown;
188
+ } & {
189
+ fieldRef: ({
190
+ $: import('vue').ComponentInternalInstance;
191
+ $data: {};
192
+ $props: {
193
+ readonly id?: string | undefined;
194
+ readonly label?: string | undefined;
195
+ readonly for?: string | undefined;
196
+ readonly size?: import('..').QFieldSize | undefined;
197
+ readonly readonly?: boolean | undefined;
198
+ readonly disabled?: boolean | undefined;
199
+ readonly required?: boolean | undefined;
200
+ readonly class?: string | unknown[] | undefined;
201
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
202
+ $attrs: {
203
+ [x: string]: unknown;
204
+ };
205
+ $refs: {
206
+ [x: string]: unknown;
207
+ } & {
208
+ fieldRef: HTMLDivElement;
209
+ };
210
+ $slots: Readonly<{
211
+ [name: string]: import('vue').Slot<any> | undefined;
212
+ }>;
213
+ $root: import('vue').ComponentPublicInstance | null;
214
+ $parent: import('vue').ComponentPublicInstance | null;
215
+ $host: Element | null;
216
+ $emit: (event: string, ...args: any[]) => void;
217
+ $el: any;
218
+ $options: import('vue').ComponentOptionsBase<Readonly<import('..').QFieldProps> & Readonly<{}>, {
219
+ fieldRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
220
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
221
+ size: import('..').QFieldSize;
222
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
223
+ beforeCreate?: (() => void) | (() => void)[];
224
+ created?: (() => void) | (() => void)[];
225
+ beforeMount?: (() => void) | (() => void)[];
226
+ mounted?: (() => void) | (() => void)[];
227
+ beforeUpdate?: (() => void) | (() => void)[];
228
+ updated?: (() => void) | (() => void)[];
229
+ activated?: (() => void) | (() => void)[];
230
+ deactivated?: (() => void) | (() => void)[];
231
+ beforeDestroy?: (() => void) | (() => void)[];
232
+ beforeUnmount?: (() => void) | (() => void)[];
233
+ destroyed?: (() => void) | (() => void)[];
234
+ unmounted?: (() => void) | (() => void)[];
235
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
236
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
237
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
238
+ };
239
+ $forceUpdate: () => void;
240
+ $nextTick: typeof import('vue').nextTick;
241
+ $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;
242
+ } & Readonly<{
243
+ size: import('..').QFieldSize;
244
+ }> & Omit<Readonly<import('..').QFieldProps> & Readonly<{}>, "size" | "fieldRef"> & import('vue').ShallowUnwrapRef<{
245
+ fieldRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
246
+ }> & {} & import('vue').ComponentCustomProperties & {} & {
247
+ $slots: {
248
+ 'label.prepend'?(_: {}): any;
249
+ 'label.append'?(_: {}): any;
250
+ control?(_: {}): any;
251
+ prepend?(_: {}): any;
252
+ default?(_: {}): any;
253
+ append?(_: {}): any;
254
+ extras?(_: {}): any;
255
+ };
256
+ }) | null;
257
+ inputRef: HTMLInputElement;
258
+ };
259
+ $slots: Readonly<{
260
+ [name: string]: import('vue').Slot<any> | undefined;
261
+ }>;
262
+ $root: import('vue').ComponentPublicInstance | null;
263
+ $parent: import('vue').ComponentPublicInstance | null;
264
+ $host: Element | null;
265
+ $emit: (event: "update:modelValue", value: string) => void;
266
+ $el: any;
267
+ $options: import('vue').ComponentOptionsBase<Readonly<{
268
+ modelValue?: string;
269
+ } & import('../QTextField/types').QTextFieldProps> & Readonly<{
270
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
271
+ }>, {
272
+ fieldRef: import('vue').ComputedRef<HTMLElement | null | undefined>;
273
+ inputRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
274
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
275
+ "update:modelValue": (value: string) => any;
276
+ }, string, {
277
+ type: string;
278
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
279
+ beforeCreate?: (() => void) | (() => void)[];
280
+ created?: (() => void) | (() => void)[];
281
+ beforeMount?: (() => void) | (() => void)[];
282
+ mounted?: (() => void) | (() => void)[];
283
+ beforeUpdate?: (() => void) | (() => void)[];
284
+ updated?: (() => void) | (() => void)[];
285
+ activated?: (() => void) | (() => void)[];
286
+ deactivated?: (() => void) | (() => void)[];
287
+ beforeDestroy?: (() => void) | (() => void)[];
288
+ beforeUnmount?: (() => void) | (() => void)[];
289
+ destroyed?: (() => void) | (() => void)[];
290
+ unmounted?: (() => void) | (() => void)[];
291
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
292
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
293
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
294
+ };
295
+ $forceUpdate: () => void;
296
+ $nextTick: typeof import('vue').nextTick;
297
+ $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;
298
+ } & Readonly<{
299
+ type: string;
300
+ }> & Omit<Readonly<{
301
+ modelValue?: string;
302
+ } & import('../QTextField/types').QTextFieldProps> & Readonly<{
303
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
304
+ }>, "type" | "fieldRef" | "inputRef"> & import('vue').ShallowUnwrapRef<{
305
+ fieldRef: import('vue').ComputedRef<HTMLElement | null | undefined>;
306
+ inputRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
307
+ }> & {} & import('vue').ComponentCustomProperties & {} & {
308
+ $slots: {
309
+ 'label.prepend'?(_: {}): any;
310
+ 'label.append'?(_: {}): any;
311
+ prepend?(_: {}): any;
312
+ append?(_: {}): any;
313
+ extras?(_: {}): any;
314
+ };
315
+ }) | null>;
316
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
317
+ "update:modelValue": (value: any) => any;
318
+ "update:open": (value: boolean) => any;
319
+ "update:search": (value: string) => any;
320
+ } & {
321
+ "before-show": () => any;
322
+ "before-hide": () => any;
323
+ show: () => any;
324
+ hide: () => any;
325
+ }, import('vue').PublicProps, {
326
+ icons: typeof import('./types').DEFAULT_ICONS;
327
+ texts: typeof import('./types').DEFAULT_TEXTS;
328
+ groups: (import('..').QListItemGroupProps & {
329
+ id: string;
330
+ })[];
331
+ itemValue: string;
332
+ itemLabel: string;
333
+ selectionMode: "manual" | "automatic";
334
+ filterMode: "builtin" | "manual";
335
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
336
+ triggerEl: ({
337
+ $: import('vue').ComponentInternalInstance;
338
+ $data: {};
339
+ $props: {
340
+ readonly modelValue?: string | undefined;
341
+ readonly id?: string | undefined;
342
+ readonly placeholder?: string | undefined;
343
+ readonly label?: string | undefined;
344
+ readonly size?: import('..').QFieldSize | undefined;
345
+ readonly maxLength?: number | undefined;
346
+ readonly readonly?: boolean | undefined;
347
+ readonly disabled?: boolean | undefined;
348
+ readonly required?: boolean | undefined;
349
+ readonly role?: string | undefined;
350
+ readonly type?: string | undefined;
351
+ readonly class?: string | unknown[] | undefined;
352
+ readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
353
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
354
+ $attrs: {
355
+ [x: string]: unknown;
356
+ };
357
+ $refs: {
358
+ [x: string]: unknown;
359
+ } & {
360
+ fieldRef: ({
361
+ $: import('vue').ComponentInternalInstance;
362
+ $data: {};
363
+ $props: {
364
+ readonly id?: string | undefined;
365
+ readonly label?: string | undefined;
366
+ readonly for?: string | undefined;
367
+ readonly size?: import('..').QFieldSize | undefined;
368
+ readonly readonly?: boolean | undefined;
369
+ readonly disabled?: boolean | undefined;
370
+ readonly required?: boolean | undefined;
371
+ readonly class?: string | unknown[] | undefined;
372
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
373
+ $attrs: {
374
+ [x: string]: unknown;
375
+ };
376
+ $refs: {
377
+ [x: string]: unknown;
378
+ } & {
379
+ fieldRef: HTMLDivElement;
380
+ };
381
+ $slots: Readonly<{
382
+ [name: string]: import('vue').Slot<any> | undefined;
383
+ }>;
384
+ $root: import('vue').ComponentPublicInstance | null;
385
+ $parent: import('vue').ComponentPublicInstance | null;
386
+ $host: Element | null;
387
+ $emit: (event: string, ...args: any[]) => void;
388
+ $el: any;
389
+ $options: import('vue').ComponentOptionsBase<Readonly<import('..').QFieldProps> & Readonly<{}>, {
390
+ fieldRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
391
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
392
+ size: import('..').QFieldSize;
393
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
394
+ beforeCreate?: (() => void) | (() => void)[];
395
+ created?: (() => void) | (() => void)[];
396
+ beforeMount?: (() => void) | (() => void)[];
397
+ mounted?: (() => void) | (() => void)[];
398
+ beforeUpdate?: (() => void) | (() => void)[];
399
+ updated?: (() => void) | (() => void)[];
400
+ activated?: (() => void) | (() => void)[];
401
+ deactivated?: (() => void) | (() => void)[];
402
+ beforeDestroy?: (() => void) | (() => void)[];
403
+ beforeUnmount?: (() => void) | (() => void)[];
404
+ destroyed?: (() => void) | (() => void)[];
405
+ unmounted?: (() => void) | (() => void)[];
406
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
407
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
408
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
409
+ };
410
+ $forceUpdate: () => void;
411
+ $nextTick: typeof import('vue').nextTick;
412
+ $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;
413
+ } & Readonly<{
414
+ size: import('..').QFieldSize;
415
+ }> & Omit<Readonly<import('..').QFieldProps> & Readonly<{}>, "size" | "fieldRef"> & import('vue').ShallowUnwrapRef<{
416
+ fieldRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
417
+ }> & {} & import('vue').ComponentCustomProperties & {} & {
418
+ $slots: {
419
+ 'label.prepend'?(_: {}): any;
420
+ 'label.append'?(_: {}): any;
421
+ control?(_: {}): any;
422
+ prepend?(_: {}): any;
423
+ default?(_: {}): any;
424
+ append?(_: {}): any;
425
+ extras?(_: {}): any;
426
+ };
427
+ }) | null;
428
+ inputRef: HTMLInputElement;
429
+ };
430
+ $slots: Readonly<{
431
+ [name: string]: import('vue').Slot<any> | undefined;
432
+ }>;
433
+ $root: import('vue').ComponentPublicInstance | null;
434
+ $parent: import('vue').ComponentPublicInstance | null;
435
+ $host: Element | null;
436
+ $emit: (event: "update:modelValue", value: string) => void;
437
+ $el: any;
438
+ $options: import('vue').ComponentOptionsBase<Readonly<{
439
+ modelValue?: string;
440
+ } & import('../QTextField/types').QTextFieldProps> & Readonly<{
441
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
442
+ }>, {
443
+ fieldRef: import('vue').ComputedRef<HTMLElement | null | undefined>;
444
+ inputRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
445
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
446
+ "update:modelValue": (value: string) => any;
447
+ }, string, {
448
+ type: string;
449
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
450
+ beforeCreate?: (() => void) | (() => void)[];
451
+ created?: (() => void) | (() => void)[];
452
+ beforeMount?: (() => void) | (() => void)[];
453
+ mounted?: (() => void) | (() => void)[];
454
+ beforeUpdate?: (() => void) | (() => void)[];
455
+ updated?: (() => void) | (() => void)[];
456
+ activated?: (() => void) | (() => void)[];
457
+ deactivated?: (() => void) | (() => void)[];
458
+ beforeDestroy?: (() => void) | (() => void)[];
459
+ beforeUnmount?: (() => void) | (() => void)[];
460
+ destroyed?: (() => void) | (() => void)[];
461
+ unmounted?: (() => void) | (() => void)[];
462
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
463
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
464
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
465
+ };
466
+ $forceUpdate: () => void;
467
+ $nextTick: typeof import('vue').nextTick;
468
+ $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;
469
+ } & Readonly<{
470
+ type: string;
471
+ }> & Omit<Readonly<{
472
+ modelValue?: string;
473
+ } & import('../QTextField/types').QTextFieldProps> & Readonly<{
474
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
475
+ }>, "type" | "fieldRef" | "inputRef"> & import('vue').ShallowUnwrapRef<{
476
+ fieldRef: import('vue').ComputedRef<HTMLElement | null | undefined>;
477
+ inputRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
478
+ }> & {} & import('vue').ComponentCustomProperties & {} & {
479
+ $slots: {
480
+ 'label.prepend'?(_: {}): any;
481
+ 'label.append'?(_: {}): any;
482
+ prepend?(_: {}): any;
483
+ append?(_: {}): any;
484
+ extras?(_: {}): any;
485
+ };
486
+ }) | null;
487
+ toggleRef: ({
488
+ $: import('vue').ComponentInternalInstance;
489
+ $data: {};
490
+ $props: {
491
+ readonly active?: boolean | undefined;
492
+ readonly bStyle?: "primary" | "secondary" | "tertiary" | "danger" | "plain" | undefined;
493
+ readonly label?: string | undefined;
494
+ readonly disabled?: boolean | undefined;
495
+ readonly iconOnRight?: boolean | undefined;
496
+ readonly borderless?: boolean | undefined;
497
+ readonly elevated?: boolean | undefined;
498
+ readonly block?: boolean | undefined;
499
+ readonly loading?: boolean | undefined;
500
+ readonly size?: "regular" | "small" | undefined;
501
+ readonly class?: string | unknown[] | undefined;
502
+ readonly onClick?: ((event: Event) => any) | undefined;
503
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
504
+ $attrs: {
505
+ [x: string]: unknown;
506
+ };
507
+ $refs: {
508
+ [x: string]: unknown;
509
+ };
510
+ $slots: Readonly<{
511
+ [name: string]: import('vue').Slot<any> | undefined;
512
+ }>;
513
+ $root: import('vue').ComponentPublicInstance | null;
514
+ $parent: import('vue').ComponentPublicInstance | null;
515
+ $host: Element | null;
516
+ $emit: (event: "click", event: Event) => void;
517
+ $el: HTMLButtonElement;
518
+ $options: import('vue').ComponentOptionsBase<Readonly<import('..').QButtonProps> & Readonly<{
519
+ onClick?: ((event: Event) => any) | undefined;
520
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
521
+ click: (event: Event) => any;
522
+ }, string, {
523
+ size: "regular" | "small";
524
+ bStyle: "primary" | "secondary" | "tertiary" | "danger" | "plain";
525
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
526
+ beforeCreate?: (() => void) | (() => void)[];
527
+ created?: (() => void) | (() => void)[];
528
+ beforeMount?: (() => void) | (() => void)[];
529
+ mounted?: (() => void) | (() => void)[];
530
+ beforeUpdate?: (() => void) | (() => void)[];
531
+ updated?: (() => void) | (() => void)[];
532
+ activated?: (() => void) | (() => void)[];
533
+ deactivated?: (() => void) | (() => void)[];
534
+ beforeDestroy?: (() => void) | (() => void)[];
535
+ beforeUnmount?: (() => void) | (() => void)[];
536
+ destroyed?: (() => void) | (() => void)[];
537
+ unmounted?: (() => void) | (() => void)[];
538
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
539
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
540
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
541
+ };
542
+ $forceUpdate: () => void;
543
+ $nextTick: typeof import('vue').nextTick;
544
+ $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;
545
+ } & Readonly<{
546
+ size: "regular" | "small";
547
+ bStyle: "primary" | "secondary" | "tertiary" | "danger" | "plain";
548
+ }> & Omit<Readonly<import('..').QButtonProps> & Readonly<{
549
+ onClick?: ((event: Event) => any) | undefined;
550
+ }>, "size" | "bStyle"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
551
+ $slots: {
552
+ default?(_: {}): any;
553
+ };
554
+ }) | null;
555
+ contentRef: HTMLDivElement;
556
+ listRef: ({
557
+ $: import('vue').ComponentInternalInstance;
558
+ $data: {};
559
+ $props: {
560
+ readonly modelValue?: any;
561
+ readonly highlighted?: import('../../types/primitive').Primitive | undefined;
562
+ readonly items: import('../QList/types').Item[];
563
+ readonly groups?: import('../QList/types').Group[] | undefined;
564
+ readonly itemValue?: string | undefined;
565
+ readonly itemLabel?: string | undefined;
566
+ readonly disabled?: boolean | undefined;
567
+ readonly class?: string | unknown[] | undefined;
568
+ readonly selectable?: boolean | undefined;
569
+ readonly "onUpdate:modelValue"?: ((value: any) => any) | undefined;
570
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
571
+ $attrs: {
572
+ [x: string]: unknown;
573
+ };
574
+ $refs: {
575
+ [x: string]: unknown;
576
+ } & {
577
+ listRef: unknown;
578
+ listItemsRef: (({
579
+ $: import('vue').ComponentInternalInstance;
580
+ $data: {};
581
+ $props: {
582
+ readonly value: import('../../types/primitive').Primitive;
583
+ readonly label: string;
584
+ readonly icon?: import('..').Icon | undefined;
585
+ readonly selected?: boolean | undefined;
586
+ readonly highlighted?: boolean | undefined;
587
+ readonly disabled?: boolean | undefined;
588
+ readonly description?: string | undefined;
589
+ readonly icons?: typeof import('../QList/types').DEFAULT_ICONS | undefined;
590
+ readonly onSelect?: ((value: import('../../types/primitive').Primitive) => any) | undefined;
591
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
592
+ $attrs: {
593
+ [x: string]: unknown;
594
+ };
595
+ $refs: {
596
+ [x: string]: unknown;
597
+ };
598
+ $slots: Readonly<{
599
+ [name: string]: import('vue').Slot<any> | undefined;
600
+ }>;
601
+ $root: import('vue').ComponentPublicInstance | null;
602
+ $parent: import('vue').ComponentPublicInstance | null;
603
+ $host: Element | null;
604
+ $emit: (event: "select", value: import('../../types/primitive').Primitive) => void;
605
+ $el: HTMLLIElement;
606
+ $options: import('vue').ComponentOptionsBase<Readonly<import('..').QListItemProps> & Readonly<{
607
+ onSelect?: ((value: import('../../types/primitive').Primitive) => any) | undefined;
608
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
609
+ select: (value: import('../../types/primitive').Primitive) => any;
610
+ }, string, {
611
+ icons: typeof import('../QList/types').DEFAULT_ICONS;
612
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
613
+ beforeCreate?: (() => void) | (() => void)[];
614
+ created?: (() => void) | (() => void)[];
615
+ beforeMount?: (() => void) | (() => void)[];
616
+ mounted?: (() => void) | (() => void)[];
617
+ beforeUpdate?: (() => void) | (() => void)[];
618
+ updated?: (() => void) | (() => void)[];
619
+ activated?: (() => void) | (() => void)[];
620
+ deactivated?: (() => void) | (() => void)[];
621
+ beforeDestroy?: (() => void) | (() => void)[];
622
+ beforeUnmount?: (() => void) | (() => void)[];
623
+ destroyed?: (() => void) | (() => void)[];
624
+ unmounted?: (() => void) | (() => void)[];
625
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
626
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
627
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
628
+ };
629
+ $forceUpdate: () => void;
630
+ $nextTick: typeof import('vue').nextTick;
631
+ $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;
632
+ } & Readonly<{
633
+ icons: typeof import('../QList/types').DEFAULT_ICONS;
634
+ }> & Omit<Readonly<import('..').QListItemProps> & Readonly<{
635
+ onSelect?: ((value: import('../../types/primitive').Primitive) => any) | undefined;
636
+ }>, "icons"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
637
+ $slots: {
638
+ prepend?(_: {}): any;
639
+ default?(_: {}): any;
640
+ append?(_: {}): any;
641
+ };
642
+ }) | null)[];
643
+ };
644
+ $slots: Readonly<{
645
+ [name: string]: import('vue').Slot<any> | undefined;
646
+ }>;
647
+ $root: import('vue').ComponentPublicInstance | null;
648
+ $parent: import('vue').ComponentPublicInstance | null;
649
+ $host: Element | null;
650
+ $emit: (event: "update:modelValue", value: any) => void;
651
+ $el: any;
652
+ $options: import('vue').ComponentOptionsBase<Readonly<{
653
+ modelValue?: any;
654
+ } & import('..').QListProps> & Readonly<{
655
+ "onUpdate:modelValue"?: ((value: any) => any) | undefined;
656
+ }>, {
657
+ focusItem: (itemIdx: number, preventScroll?: boolean) => void;
658
+ getItem: (idx: number) => HTMLElement | undefined;
659
+ getAdjacentItemIndex: (idx: number, direction: "next" | "prev") => number;
660
+ getFirstFocusableItemIndex: () => number;
661
+ getLastFocusableItemIndex: () => number;
662
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
663
+ "update:modelValue": (value: any) => any;
664
+ }, string, {
665
+ groups: import('../QList/types').Group[];
666
+ itemValue: string;
667
+ itemLabel: string;
668
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
669
+ beforeCreate?: (() => void) | (() => void)[];
670
+ created?: (() => void) | (() => void)[];
671
+ beforeMount?: (() => void) | (() => void)[];
672
+ mounted?: (() => void) | (() => void)[];
673
+ beforeUpdate?: (() => void) | (() => void)[];
674
+ updated?: (() => void) | (() => void)[];
675
+ activated?: (() => void) | (() => void)[];
676
+ deactivated?: (() => void) | (() => void)[];
677
+ beforeDestroy?: (() => void) | (() => void)[];
678
+ beforeUnmount?: (() => void) | (() => void)[];
679
+ destroyed?: (() => void) | (() => void)[];
680
+ unmounted?: (() => void) | (() => void)[];
681
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
682
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
683
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
684
+ };
685
+ $forceUpdate: () => void;
686
+ $nextTick: typeof import('vue').nextTick;
687
+ $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;
688
+ } & Readonly<{
689
+ groups: import('../QList/types').Group[];
690
+ itemValue: string;
691
+ itemLabel: string;
692
+ }> & Omit<Readonly<{
693
+ modelValue?: any;
694
+ } & import('..').QListProps> & Readonly<{
695
+ "onUpdate:modelValue"?: ((value: any) => any) | undefined;
696
+ }>, "focusItem" | "getItem" | "getAdjacentItemIndex" | "getFirstFocusableItemIndex" | "getLastFocusableItemIndex" | ("groups" | "itemValue" | "itemLabel")> & import('vue').ShallowUnwrapRef<{
697
+ focusItem: (itemIdx: number, preventScroll?: boolean) => void;
698
+ getItem: (idx: number) => HTMLElement | undefined;
699
+ getAdjacentItemIndex: (idx: number, direction: "next" | "prev") => number;
700
+ getFirstFocusableItemIndex: () => number;
701
+ getLastFocusableItemIndex: () => number;
702
+ }> & {} & import('vue').ComponentCustomProperties & {} & {
703
+ $slots: {
704
+ item?(_: {
705
+ item: import('../QList/types').Item;
706
+ element: HTMLLIElement | undefined;
707
+ }): any;
708
+ 'item.append'?(_: {
709
+ item: import('../QList/types').Item;
710
+ element: HTMLLIElement | undefined;
711
+ }): any;
712
+ };
713
+ }) | null;
714
+ }, any, import('vue').ComponentProvideOptions, {
715
+ P: {};
716
+ B: {};
717
+ D: {};
718
+ C: {};
719
+ M: {};
720
+ Defaults: {};
721
+ }, Readonly<{
722
+ modelValue?: any;
723
+ open?: boolean;
724
+ search?: string;
725
+ } & import('./types').QComboboxProps> & Readonly<{
726
+ "onUpdate:modelValue"?: ((value: any) => any) | undefined;
727
+ "onBefore-show"?: (() => any) | undefined;
728
+ "onBefore-hide"?: (() => any) | undefined;
729
+ onShow?: (() => any) | undefined;
730
+ onHide?: (() => any) | undefined;
731
+ "onUpdate:open"?: ((value: boolean) => any) | undefined;
732
+ "onUpdate:search"?: ((value: string) => any) | undefined;
733
+ }>, {
734
+ triggerEl: import('vue').Ref<({
735
+ $: import('vue').ComponentInternalInstance;
736
+ $data: {};
737
+ $props: {
738
+ readonly modelValue?: string | undefined;
739
+ readonly id?: string | undefined;
740
+ readonly placeholder?: string | undefined;
741
+ readonly label?: string | undefined;
742
+ readonly size?: import('..').QFieldSize | undefined;
743
+ readonly maxLength?: number | undefined;
744
+ readonly readonly?: boolean | undefined;
745
+ readonly disabled?: boolean | undefined;
746
+ readonly required?: boolean | undefined;
747
+ readonly role?: string | undefined;
748
+ readonly type?: string | undefined;
749
+ readonly class?: string | unknown[] | undefined;
750
+ readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
751
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
752
+ $attrs: {
753
+ [x: string]: unknown;
754
+ };
755
+ $refs: {
756
+ [x: string]: unknown;
757
+ } & {
758
+ fieldRef: ({
759
+ $: import('vue').ComponentInternalInstance;
760
+ $data: {};
761
+ $props: {
762
+ readonly id?: string | undefined;
763
+ readonly label?: string | undefined;
764
+ readonly for?: string | undefined;
765
+ readonly size?: import('..').QFieldSize | undefined;
766
+ readonly readonly?: boolean | undefined;
767
+ readonly disabled?: boolean | undefined;
768
+ readonly required?: boolean | undefined;
769
+ readonly class?: string | unknown[] | undefined;
770
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
771
+ $attrs: {
772
+ [x: string]: unknown;
773
+ };
774
+ $refs: {
775
+ [x: string]: unknown;
776
+ } & {
777
+ fieldRef: HTMLDivElement;
778
+ };
779
+ $slots: Readonly<{
780
+ [name: string]: import('vue').Slot<any> | undefined;
781
+ }>;
782
+ $root: import('vue').ComponentPublicInstance | null;
783
+ $parent: import('vue').ComponentPublicInstance | null;
784
+ $host: Element | null;
785
+ $emit: (event: string, ...args: any[]) => void;
786
+ $el: any;
787
+ $options: import('vue').ComponentOptionsBase<Readonly<import('..').QFieldProps> & Readonly<{}>, {
788
+ fieldRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
789
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
790
+ size: import('..').QFieldSize;
791
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
792
+ beforeCreate?: (() => void) | (() => void)[];
793
+ created?: (() => void) | (() => void)[];
794
+ beforeMount?: (() => void) | (() => void)[];
795
+ mounted?: (() => void) | (() => void)[];
796
+ beforeUpdate?: (() => void) | (() => void)[];
797
+ updated?: (() => void) | (() => void)[];
798
+ activated?: (() => void) | (() => void)[];
799
+ deactivated?: (() => void) | (() => void)[];
800
+ beforeDestroy?: (() => void) | (() => void)[];
801
+ beforeUnmount?: (() => void) | (() => void)[];
802
+ destroyed?: (() => void) | (() => void)[];
803
+ unmounted?: (() => void) | (() => void)[];
804
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
805
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
806
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
807
+ };
808
+ $forceUpdate: () => void;
809
+ $nextTick: typeof import('vue').nextTick;
810
+ $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;
811
+ } & Readonly<{
812
+ size: import('..').QFieldSize;
813
+ }> & Omit<Readonly<import('..').QFieldProps> & Readonly<{}>, "size" | "fieldRef"> & import('vue').ShallowUnwrapRef<{
814
+ fieldRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
815
+ }> & {} & import('vue').ComponentCustomProperties & {} & {
816
+ $slots: {
817
+ 'label.prepend'?(_: {}): any;
818
+ 'label.append'?(_: {}): any;
819
+ control?(_: {}): any;
820
+ prepend?(_: {}): any;
821
+ default?(_: {}): any;
822
+ append?(_: {}): any;
823
+ extras?(_: {}): any;
824
+ };
825
+ }) | null;
826
+ inputRef: HTMLInputElement;
827
+ };
828
+ $slots: Readonly<{
829
+ [name: string]: import('vue').Slot<any> | undefined;
830
+ }>;
831
+ $root: import('vue').ComponentPublicInstance | null;
832
+ $parent: import('vue').ComponentPublicInstance | null;
833
+ $host: Element | null;
834
+ $emit: (event: "update:modelValue", value: string) => void;
835
+ $el: any;
836
+ $options: import('vue').ComponentOptionsBase<Readonly<{
837
+ modelValue?: string;
838
+ } & import('../QTextField/types').QTextFieldProps> & Readonly<{
839
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
840
+ }>, {
841
+ fieldRef: import('vue').ComputedRef<HTMLElement | null | undefined>;
842
+ inputRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
843
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
844
+ "update:modelValue": (value: string) => any;
845
+ }, string, {
846
+ type: string;
847
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
848
+ beforeCreate?: (() => void) | (() => void)[];
849
+ created?: (() => void) | (() => void)[];
850
+ beforeMount?: (() => void) | (() => void)[];
851
+ mounted?: (() => void) | (() => void)[];
852
+ beforeUpdate?: (() => void) | (() => void)[];
853
+ updated?: (() => void) | (() => void)[];
854
+ activated?: (() => void) | (() => void)[];
855
+ deactivated?: (() => void) | (() => void)[];
856
+ beforeDestroy?: (() => void) | (() => void)[];
857
+ beforeUnmount?: (() => void) | (() => void)[];
858
+ destroyed?: (() => void) | (() => void)[];
859
+ unmounted?: (() => void) | (() => void)[];
860
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
861
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
862
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
863
+ };
864
+ $forceUpdate: () => void;
865
+ $nextTick: typeof import('vue').nextTick;
866
+ $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;
867
+ } & Readonly<{
868
+ type: string;
869
+ }> & Omit<Readonly<{
870
+ modelValue?: string;
871
+ } & import('../QTextField/types').QTextFieldProps> & Readonly<{
872
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
873
+ }>, "type" | "fieldRef" | "inputRef"> & import('vue').ShallowUnwrapRef<{
874
+ fieldRef: import('vue').ComputedRef<HTMLElement | null | undefined>;
875
+ inputRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
876
+ }> & {} & import('vue').ComponentCustomProperties & {} & {
877
+ $slots: {
878
+ 'label.prepend'?(_: {}): any;
879
+ 'label.append'?(_: {}): any;
880
+ prepend?(_: {}): any;
881
+ append?(_: {}): any;
882
+ extras?(_: {}): any;
883
+ };
884
+ }) | null, ({
885
+ $: import('vue').ComponentInternalInstance;
886
+ $data: {};
887
+ $props: {
888
+ readonly modelValue?: string | undefined;
889
+ readonly id?: string | undefined;
890
+ readonly placeholder?: string | undefined;
891
+ readonly label?: string | undefined;
892
+ readonly size?: import('..').QFieldSize | undefined;
893
+ readonly maxLength?: number | undefined;
894
+ readonly readonly?: boolean | undefined;
895
+ readonly disabled?: boolean | undefined;
896
+ readonly required?: boolean | undefined;
897
+ readonly role?: string | undefined;
898
+ readonly type?: string | undefined;
899
+ readonly class?: string | unknown[] | undefined;
900
+ readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
901
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
902
+ $attrs: {
903
+ [x: string]: unknown;
904
+ };
905
+ $refs: {
906
+ [x: string]: unknown;
907
+ } & {
908
+ fieldRef: ({
909
+ $: import('vue').ComponentInternalInstance;
910
+ $data: {};
911
+ $props: {
912
+ readonly id?: string | undefined;
913
+ readonly label?: string | undefined;
914
+ readonly for?: string | undefined;
915
+ readonly size?: import('..').QFieldSize | undefined;
916
+ readonly readonly?: boolean | undefined;
917
+ readonly disabled?: boolean | undefined;
918
+ readonly required?: boolean | undefined;
919
+ readonly class?: string | unknown[] | undefined;
920
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
921
+ $attrs: {
922
+ [x: string]: unknown;
923
+ };
924
+ $refs: {
925
+ [x: string]: unknown;
926
+ } & {
927
+ fieldRef: HTMLDivElement;
928
+ };
929
+ $slots: Readonly<{
930
+ [name: string]: import('vue').Slot<any> | undefined;
931
+ }>;
932
+ $root: import('vue').ComponentPublicInstance | null;
933
+ $parent: import('vue').ComponentPublicInstance | null;
934
+ $host: Element | null;
935
+ $emit: (event: string, ...args: any[]) => void;
936
+ $el: any;
937
+ $options: import('vue').ComponentOptionsBase<Readonly<import('..').QFieldProps> & Readonly<{}>, {
938
+ fieldRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
939
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
940
+ size: import('..').QFieldSize;
941
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
942
+ beforeCreate?: (() => void) | (() => void)[];
943
+ created?: (() => void) | (() => void)[];
944
+ beforeMount?: (() => void) | (() => void)[];
945
+ mounted?: (() => void) | (() => void)[];
946
+ beforeUpdate?: (() => void) | (() => void)[];
947
+ updated?: (() => void) | (() => void)[];
948
+ activated?: (() => void) | (() => void)[];
949
+ deactivated?: (() => void) | (() => void)[];
950
+ beforeDestroy?: (() => void) | (() => void)[];
951
+ beforeUnmount?: (() => void) | (() => void)[];
952
+ destroyed?: (() => void) | (() => void)[];
953
+ unmounted?: (() => void) | (() => void)[];
954
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
955
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
956
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
957
+ };
958
+ $forceUpdate: () => void;
959
+ $nextTick: typeof import('vue').nextTick;
960
+ $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;
961
+ } & Readonly<{
962
+ size: import('..').QFieldSize;
963
+ }> & Omit<Readonly<import('..').QFieldProps> & Readonly<{}>, "size" | "fieldRef"> & import('vue').ShallowUnwrapRef<{
964
+ fieldRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
965
+ }> & {} & import('vue').ComponentCustomProperties & {} & {
966
+ $slots: {
967
+ 'label.prepend'?(_: {}): any;
968
+ 'label.append'?(_: {}): any;
969
+ control?(_: {}): any;
970
+ prepend?(_: {}): any;
971
+ default?(_: {}): any;
972
+ append?(_: {}): any;
973
+ extras?(_: {}): any;
974
+ };
975
+ }) | null;
976
+ inputRef: HTMLInputElement;
977
+ };
978
+ $slots: Readonly<{
979
+ [name: string]: import('vue').Slot<any> | undefined;
980
+ }>;
981
+ $root: import('vue').ComponentPublicInstance | null;
982
+ $parent: import('vue').ComponentPublicInstance | null;
983
+ $host: Element | null;
984
+ $emit: (event: "update:modelValue", value: string) => void;
985
+ $el: any;
986
+ $options: import('vue').ComponentOptionsBase<Readonly<{
987
+ modelValue?: string;
988
+ } & import('../QTextField/types').QTextFieldProps> & Readonly<{
989
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
990
+ }>, {
991
+ fieldRef: import('vue').ComputedRef<HTMLElement | null | undefined>;
992
+ inputRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
993
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
994
+ "update:modelValue": (value: string) => any;
995
+ }, string, {
996
+ type: string;
997
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
998
+ beforeCreate?: (() => void) | (() => void)[];
999
+ created?: (() => void) | (() => void)[];
1000
+ beforeMount?: (() => void) | (() => void)[];
1001
+ mounted?: (() => void) | (() => void)[];
1002
+ beforeUpdate?: (() => void) | (() => void)[];
1003
+ updated?: (() => void) | (() => void)[];
1004
+ activated?: (() => void) | (() => void)[];
1005
+ deactivated?: (() => void) | (() => void)[];
1006
+ beforeDestroy?: (() => void) | (() => void)[];
1007
+ beforeUnmount?: (() => void) | (() => void)[];
1008
+ destroyed?: (() => void) | (() => void)[];
1009
+ unmounted?: (() => void) | (() => void)[];
1010
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
1011
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
1012
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
1013
+ };
1014
+ $forceUpdate: () => void;
1015
+ $nextTick: typeof import('vue').nextTick;
1016
+ $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;
1017
+ } & Readonly<{
1018
+ type: string;
1019
+ }> & Omit<Readonly<{
1020
+ modelValue?: string;
1021
+ } & import('../QTextField/types').QTextFieldProps> & Readonly<{
1022
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
1023
+ }>, "type" | "fieldRef" | "inputRef"> & import('vue').ShallowUnwrapRef<{
1024
+ fieldRef: import('vue').ComputedRef<HTMLElement | null | undefined>;
1025
+ inputRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
1026
+ }> & {} & import('vue').ComponentCustomProperties & {} & {
1027
+ $slots: {
1028
+ 'label.prepend'?(_: {}): any;
1029
+ 'label.append'?(_: {}): any;
1030
+ prepend?(_: {}): any;
1031
+ append?(_: {}): any;
1032
+ extras?(_: {}): any;
1033
+ };
1034
+ }) | null>;
1035
+ }, {}, {}, {}, {
1036
+ icons: typeof import('./types').DEFAULT_ICONS;
1037
+ texts: typeof import('./types').DEFAULT_TEXTS;
1038
+ groups: (import('..').QListItemGroupProps & {
1039
+ id: string;
1040
+ })[];
1041
+ itemValue: string;
1042
+ itemLabel: string;
1043
+ selectionMode: "manual" | "automatic";
1044
+ filterMode: "builtin" | "manual";
1045
+ }>;
1046
+ __isFragment?: never;
1047
+ __isTeleport?: never;
1048
+ __isSuspense?: never;
1049
+ } & import('vue').ComponentOptionsBase<Readonly<{
1050
+ modelValue?: any;
1051
+ open?: boolean;
1052
+ search?: string;
1053
+ } & import('./types').QComboboxProps> & Readonly<{
1054
+ "onUpdate:modelValue"?: ((value: any) => any) | undefined;
1055
+ "onBefore-show"?: (() => any) | undefined;
1056
+ "onBefore-hide"?: (() => any) | undefined;
1057
+ onShow?: (() => any) | undefined;
1058
+ onHide?: (() => any) | undefined;
1059
+ "onUpdate:open"?: ((value: boolean) => any) | undefined;
1060
+ "onUpdate:search"?: ((value: string) => any) | undefined;
1061
+ }>, {
1062
+ triggerEl: import('vue').Ref<({
1063
+ $: import('vue').ComponentInternalInstance;
1064
+ $data: {};
1065
+ $props: {
1066
+ readonly modelValue?: string | undefined;
1067
+ readonly id?: string | undefined;
1068
+ readonly placeholder?: string | undefined;
1069
+ readonly label?: string | undefined;
1070
+ readonly size?: import('..').QFieldSize | undefined;
1071
+ readonly maxLength?: number | undefined;
1072
+ readonly readonly?: boolean | undefined;
1073
+ readonly disabled?: boolean | undefined;
1074
+ readonly required?: boolean | undefined;
1075
+ readonly role?: string | undefined;
1076
+ readonly type?: string | undefined;
1077
+ readonly class?: string | unknown[] | undefined;
1078
+ readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
1079
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
1080
+ $attrs: {
1081
+ [x: string]: unknown;
1082
+ };
1083
+ $refs: {
1084
+ [x: string]: unknown;
1085
+ } & {
1086
+ fieldRef: ({
1087
+ $: import('vue').ComponentInternalInstance;
1088
+ $data: {};
1089
+ $props: {
1090
+ readonly id?: string | undefined;
1091
+ readonly label?: string | undefined;
1092
+ readonly for?: string | undefined;
1093
+ readonly size?: import('..').QFieldSize | undefined;
1094
+ readonly readonly?: boolean | undefined;
1095
+ readonly disabled?: boolean | undefined;
1096
+ readonly required?: boolean | undefined;
1097
+ readonly class?: string | unknown[] | undefined;
1098
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
1099
+ $attrs: {
1100
+ [x: string]: unknown;
1101
+ };
1102
+ $refs: {
1103
+ [x: string]: unknown;
1104
+ } & {
1105
+ fieldRef: HTMLDivElement;
1106
+ };
1107
+ $slots: Readonly<{
1108
+ [name: string]: import('vue').Slot<any> | undefined;
1109
+ }>;
1110
+ $root: import('vue').ComponentPublicInstance | null;
1111
+ $parent: import('vue').ComponentPublicInstance | null;
1112
+ $host: Element | null;
1113
+ $emit: (event: string, ...args: any[]) => void;
1114
+ $el: any;
1115
+ $options: import('vue').ComponentOptionsBase<Readonly<import('..').QFieldProps> & Readonly<{}>, {
1116
+ fieldRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
1117
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
1118
+ size: import('..').QFieldSize;
1119
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
1120
+ beforeCreate?: (() => void) | (() => void)[];
1121
+ created?: (() => void) | (() => void)[];
1122
+ beforeMount?: (() => void) | (() => void)[];
1123
+ mounted?: (() => void) | (() => void)[];
1124
+ beforeUpdate?: (() => void) | (() => void)[];
1125
+ updated?: (() => void) | (() => void)[];
1126
+ activated?: (() => void) | (() => void)[];
1127
+ deactivated?: (() => void) | (() => void)[];
1128
+ beforeDestroy?: (() => void) | (() => void)[];
1129
+ beforeUnmount?: (() => void) | (() => void)[];
1130
+ destroyed?: (() => void) | (() => void)[];
1131
+ unmounted?: (() => void) | (() => void)[];
1132
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
1133
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
1134
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
1135
+ };
1136
+ $forceUpdate: () => void;
1137
+ $nextTick: typeof import('vue').nextTick;
1138
+ $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;
1139
+ } & Readonly<{
1140
+ size: import('..').QFieldSize;
1141
+ }> & Omit<Readonly<import('..').QFieldProps> & Readonly<{}>, "size" | "fieldRef"> & import('vue').ShallowUnwrapRef<{
1142
+ fieldRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
1143
+ }> & {} & import('vue').ComponentCustomProperties & {} & {
1144
+ $slots: {
1145
+ 'label.prepend'?(_: {}): any;
1146
+ 'label.append'?(_: {}): any;
1147
+ control?(_: {}): any;
1148
+ prepend?(_: {}): any;
1149
+ default?(_: {}): any;
1150
+ append?(_: {}): any;
1151
+ extras?(_: {}): any;
1152
+ };
1153
+ }) | null;
1154
+ inputRef: HTMLInputElement;
1155
+ };
1156
+ $slots: Readonly<{
1157
+ [name: string]: import('vue').Slot<any> | undefined;
1158
+ }>;
1159
+ $root: import('vue').ComponentPublicInstance | null;
1160
+ $parent: import('vue').ComponentPublicInstance | null;
1161
+ $host: Element | null;
1162
+ $emit: (event: "update:modelValue", value: string) => void;
1163
+ $el: any;
1164
+ $options: import('vue').ComponentOptionsBase<Readonly<{
1165
+ modelValue?: string;
1166
+ } & import('../QTextField/types').QTextFieldProps> & Readonly<{
1167
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
1168
+ }>, {
1169
+ fieldRef: import('vue').ComputedRef<HTMLElement | null | undefined>;
1170
+ inputRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
1171
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
1172
+ "update:modelValue": (value: string) => any;
1173
+ }, string, {
1174
+ type: string;
1175
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
1176
+ beforeCreate?: (() => void) | (() => void)[];
1177
+ created?: (() => void) | (() => void)[];
1178
+ beforeMount?: (() => void) | (() => void)[];
1179
+ mounted?: (() => void) | (() => void)[];
1180
+ beforeUpdate?: (() => void) | (() => void)[];
1181
+ updated?: (() => void) | (() => void)[];
1182
+ activated?: (() => void) | (() => void)[];
1183
+ deactivated?: (() => void) | (() => void)[];
1184
+ beforeDestroy?: (() => void) | (() => void)[];
1185
+ beforeUnmount?: (() => void) | (() => void)[];
1186
+ destroyed?: (() => void) | (() => void)[];
1187
+ unmounted?: (() => void) | (() => void)[];
1188
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
1189
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
1190
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
1191
+ };
1192
+ $forceUpdate: () => void;
1193
+ $nextTick: typeof import('vue').nextTick;
1194
+ $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;
1195
+ } & Readonly<{
1196
+ type: string;
1197
+ }> & Omit<Readonly<{
1198
+ modelValue?: string;
1199
+ } & import('../QTextField/types').QTextFieldProps> & Readonly<{
1200
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
1201
+ }>, "type" | "fieldRef" | "inputRef"> & import('vue').ShallowUnwrapRef<{
1202
+ fieldRef: import('vue').ComputedRef<HTMLElement | null | undefined>;
1203
+ inputRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
1204
+ }> & {} & import('vue').ComponentCustomProperties & {} & {
1205
+ $slots: {
1206
+ 'label.prepend'?(_: {}): any;
1207
+ 'label.append'?(_: {}): any;
1208
+ prepend?(_: {}): any;
1209
+ append?(_: {}): any;
1210
+ extras?(_: {}): any;
1211
+ };
1212
+ }) | null, ({
1213
+ $: import('vue').ComponentInternalInstance;
1214
+ $data: {};
1215
+ $props: {
1216
+ readonly modelValue?: string | undefined;
1217
+ readonly id?: string | undefined;
1218
+ readonly placeholder?: string | undefined;
1219
+ readonly label?: string | undefined;
1220
+ readonly size?: import('..').QFieldSize | undefined;
1221
+ readonly maxLength?: number | undefined;
1222
+ readonly readonly?: boolean | undefined;
1223
+ readonly disabled?: boolean | undefined;
1224
+ readonly required?: boolean | undefined;
1225
+ readonly role?: string | undefined;
1226
+ readonly type?: string | undefined;
1227
+ readonly class?: string | unknown[] | undefined;
1228
+ readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
1229
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
1230
+ $attrs: {
1231
+ [x: string]: unknown;
1232
+ };
1233
+ $refs: {
1234
+ [x: string]: unknown;
1235
+ } & {
1236
+ fieldRef: ({
1237
+ $: import('vue').ComponentInternalInstance;
1238
+ $data: {};
1239
+ $props: {
1240
+ readonly id?: string | undefined;
1241
+ readonly label?: string | undefined;
1242
+ readonly for?: string | undefined;
1243
+ readonly size?: import('..').QFieldSize | undefined;
1244
+ readonly readonly?: boolean | undefined;
1245
+ readonly disabled?: boolean | undefined;
1246
+ readonly required?: boolean | undefined;
1247
+ readonly class?: string | unknown[] | undefined;
1248
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
1249
+ $attrs: {
1250
+ [x: string]: unknown;
1251
+ };
1252
+ $refs: {
1253
+ [x: string]: unknown;
1254
+ } & {
1255
+ fieldRef: HTMLDivElement;
1256
+ };
1257
+ $slots: Readonly<{
1258
+ [name: string]: import('vue').Slot<any> | undefined;
1259
+ }>;
1260
+ $root: import('vue').ComponentPublicInstance | null;
1261
+ $parent: import('vue').ComponentPublicInstance | null;
1262
+ $host: Element | null;
1263
+ $emit: (event: string, ...args: any[]) => void;
1264
+ $el: any;
1265
+ $options: import('vue').ComponentOptionsBase<Readonly<import('..').QFieldProps> & Readonly<{}>, {
1266
+ fieldRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
1267
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
1268
+ size: import('..').QFieldSize;
1269
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
1270
+ beforeCreate?: (() => void) | (() => void)[];
1271
+ created?: (() => void) | (() => void)[];
1272
+ beforeMount?: (() => void) | (() => void)[];
1273
+ mounted?: (() => void) | (() => void)[];
1274
+ beforeUpdate?: (() => void) | (() => void)[];
1275
+ updated?: (() => void) | (() => void)[];
1276
+ activated?: (() => void) | (() => void)[];
1277
+ deactivated?: (() => void) | (() => void)[];
1278
+ beforeDestroy?: (() => void) | (() => void)[];
1279
+ beforeUnmount?: (() => void) | (() => void)[];
1280
+ destroyed?: (() => void) | (() => void)[];
1281
+ unmounted?: (() => void) | (() => void)[];
1282
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
1283
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
1284
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
1285
+ };
1286
+ $forceUpdate: () => void;
1287
+ $nextTick: typeof import('vue').nextTick;
1288
+ $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;
1289
+ } & Readonly<{
1290
+ size: import('..').QFieldSize;
1291
+ }> & Omit<Readonly<import('..').QFieldProps> & Readonly<{}>, "size" | "fieldRef"> & import('vue').ShallowUnwrapRef<{
1292
+ fieldRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
1293
+ }> & {} & import('vue').ComponentCustomProperties & {} & {
1294
+ $slots: {
1295
+ 'label.prepend'?(_: {}): any;
1296
+ 'label.append'?(_: {}): any;
1297
+ control?(_: {}): any;
1298
+ prepend?(_: {}): any;
1299
+ default?(_: {}): any;
1300
+ append?(_: {}): any;
1301
+ extras?(_: {}): any;
1302
+ };
1303
+ }) | null;
1304
+ inputRef: HTMLInputElement;
1305
+ };
1306
+ $slots: Readonly<{
1307
+ [name: string]: import('vue').Slot<any> | undefined;
1308
+ }>;
1309
+ $root: import('vue').ComponentPublicInstance | null;
1310
+ $parent: import('vue').ComponentPublicInstance | null;
1311
+ $host: Element | null;
1312
+ $emit: (event: "update:modelValue", value: string) => void;
1313
+ $el: any;
1314
+ $options: import('vue').ComponentOptionsBase<Readonly<{
1315
+ modelValue?: string;
1316
+ } & import('../QTextField/types').QTextFieldProps> & Readonly<{
1317
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
1318
+ }>, {
1319
+ fieldRef: import('vue').ComputedRef<HTMLElement | null | undefined>;
1320
+ inputRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
1321
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
1322
+ "update:modelValue": (value: string) => any;
1323
+ }, string, {
1324
+ type: string;
1325
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
1326
+ beforeCreate?: (() => void) | (() => void)[];
1327
+ created?: (() => void) | (() => void)[];
1328
+ beforeMount?: (() => void) | (() => void)[];
1329
+ mounted?: (() => void) | (() => void)[];
1330
+ beforeUpdate?: (() => void) | (() => void)[];
1331
+ updated?: (() => void) | (() => void)[];
1332
+ activated?: (() => void) | (() => void)[];
1333
+ deactivated?: (() => void) | (() => void)[];
1334
+ beforeDestroy?: (() => void) | (() => void)[];
1335
+ beforeUnmount?: (() => void) | (() => void)[];
1336
+ destroyed?: (() => void) | (() => void)[];
1337
+ unmounted?: (() => void) | (() => void)[];
1338
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
1339
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
1340
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
1341
+ };
1342
+ $forceUpdate: () => void;
1343
+ $nextTick: typeof import('vue').nextTick;
1344
+ $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;
1345
+ } & Readonly<{
1346
+ type: string;
1347
+ }> & Omit<Readonly<{
1348
+ modelValue?: string;
1349
+ } & import('../QTextField/types').QTextFieldProps> & Readonly<{
1350
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
1351
+ }>, "type" | "fieldRef" | "inputRef"> & import('vue').ShallowUnwrapRef<{
1352
+ fieldRef: import('vue').ComputedRef<HTMLElement | null | undefined>;
1353
+ inputRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
1354
+ }> & {} & import('vue').ComponentCustomProperties & {} & {
1355
+ $slots: {
1356
+ 'label.prepend'?(_: {}): any;
1357
+ 'label.append'?(_: {}): any;
1358
+ prepend?(_: {}): any;
1359
+ append?(_: {}): any;
1360
+ extras?(_: {}): any;
1361
+ };
1362
+ }) | null>;
1363
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
1364
+ "update:modelValue": (value: any) => any;
1365
+ "update:open": (value: boolean) => any;
1366
+ "update:search": (value: string) => any;
1367
+ } & {
1368
+ "before-show": () => any;
1369
+ "before-hide": () => any;
1370
+ show: () => any;
1371
+ hide: () => any;
1372
+ }, string, {
1373
+ icons: typeof import('./types').DEFAULT_ICONS;
1374
+ texts: typeof import('./types').DEFAULT_TEXTS;
1375
+ groups: (import('..').QListItemGroupProps & {
1376
+ id: string;
1377
+ })[];
1378
+ itemValue: string;
1379
+ itemLabel: string;
1380
+ selectionMode: "manual" | "automatic";
1381
+ filterMode: "builtin" | "manual";
1382
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
1383
+ $slots: {
1384
+ 'label.prepend'?(_: {}): any;
1385
+ 'label.append'?(_: {}): any;
1386
+ prepend?(_: {}): any;
1387
+ append?(_: {}): any;
1388
+ extras?(_: {}): any;
1389
+ 'body.prepend'?(_: {}): any;
1390
+ item?(_: {
1391
+ item: import('../QList/types').Item;
1392
+ }): any;
1393
+ 'body.append'?(_: {}): any;
1394
+ };
1395
+ });
3
1396
  export { QCombobox };
4
1397
  //# sourceMappingURL=index.d.ts.map