@quidgest/ui 0.13.3 → 0.14.1

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 (187) hide show
  1. package/dist/manifest/components.json +4 -0
  2. package/dist/ui.css +81 -0
  3. package/dist/ui.esm.js +1163 -935
  4. package/dist/ui.js +6 -6
  5. package/dist/ui.min.css +1 -1
  6. package/dist/ui.min.js +110 -101
  7. package/dist/ui.scss +1059 -973
  8. package/esm/components/QBadge/QBadge.d.ts +16 -68
  9. package/esm/components/QBadge/QBadge.d.ts.map +1 -1
  10. package/esm/components/QBadge/QBadge.vue.js +29 -32
  11. package/esm/components/QBadge/index.d.ts +2 -139
  12. package/esm/components/QBadge/index.d.ts.map +1 -1
  13. package/esm/components/QBadge/types.d.ts +29 -0
  14. package/esm/components/QBadge/types.d.ts.map +1 -0
  15. package/esm/components/QBadge/types.js +8 -0
  16. package/esm/components/QButton/QButton.d.ts +15 -80
  17. package/esm/components/QButton/QButton.d.ts.map +1 -1
  18. package/esm/components/QButton/index.d.ts +3 -198
  19. package/esm/components/QButton/index.d.ts.map +1 -1
  20. package/esm/components/QButton/types.d.ts +47 -0
  21. package/esm/components/QButton/types.d.ts.map +1 -0
  22. package/esm/components/QButtonGroup/QButtonGroup.d.ts +11 -42
  23. package/esm/components/QButtonGroup/QButtonGroup.d.ts.map +1 -1
  24. package/esm/components/QButtonGroup/index.d.ts +2 -79
  25. package/esm/components/QButtonGroup/index.d.ts.map +1 -1
  26. package/esm/components/QButtonGroup/types.d.ts +19 -0
  27. package/esm/components/QButtonGroup/types.d.ts.map +1 -0
  28. package/esm/components/QButtonToggle/QButtonToggle.d.ts +16 -73
  29. package/esm/components/QButtonToggle/QButtonToggle.d.ts.map +1 -1
  30. package/esm/components/QButtonToggle/index.d.ts +2 -115
  31. package/esm/components/QButtonToggle/index.d.ts.map +1 -1
  32. package/esm/components/QButtonToggle/types.d.ts +32 -0
  33. package/esm/components/QButtonToggle/types.d.ts.map +1 -0
  34. package/esm/components/QCombobox/QCombobox.d.ts +445 -435
  35. package/esm/components/QCombobox/QCombobox.d.ts.map +1 -1
  36. package/esm/components/QCombobox/QCombobox.vue.js +121 -126
  37. package/esm/components/QCombobox/index.d.ts +2 -1075
  38. package/esm/components/QCombobox/index.d.ts.map +1 -1
  39. package/esm/components/QCombobox/types.d.ts +93 -0
  40. package/esm/components/QCombobox/types.d.ts.map +1 -0
  41. package/esm/components/QCombobox/types.js +16 -0
  42. package/esm/components/QDialog/QDialog.d.ts +23 -186
  43. package/esm/components/QDialog/QDialog.d.ts.map +1 -1
  44. package/esm/components/QDialog/QDialog.vue.js +48 -64
  45. package/esm/components/QDialog/index.d.ts +3 -268
  46. package/esm/components/QDialog/index.d.ts.map +1 -1
  47. package/esm/components/QDialog/types.d.ts +80 -0
  48. package/esm/components/QDialog/types.d.ts.map +1 -0
  49. package/esm/components/QDialog/types.js +23 -0
  50. package/esm/components/QField/QField.d.ts +22 -77
  51. package/esm/components/QField/QField.d.ts.map +1 -1
  52. package/esm/components/QField/index.d.ts +3 -169
  53. package/esm/components/QField/index.d.ts.map +1 -1
  54. package/esm/components/QField/types.d.ts +37 -0
  55. package/esm/components/QField/types.d.ts.map +1 -0
  56. package/esm/components/QIcon/InlineSvg.d.ts +6 -6
  57. package/esm/components/QIcon/InlineSvg.d.ts.map +1 -1
  58. package/esm/components/QIcon/InlineSvg.js +6 -13
  59. package/esm/components/QIcon/QIcon.d.ts +4 -46
  60. package/esm/components/QIcon/QIcon.d.ts.map +1 -1
  61. package/esm/components/QIcon/QIcon.vue.js +2 -2
  62. package/esm/components/QIcon/QIconFont.d.ts +3 -51
  63. package/esm/components/QIcon/QIconFont.d.ts.map +1 -1
  64. package/esm/components/QIcon/QIconFont.vue.js +9 -9
  65. package/esm/components/QIcon/QIconImg.d.ts +2 -36
  66. package/esm/components/QIcon/QIconImg.d.ts.map +1 -1
  67. package/esm/components/QIcon/QIconImg.vue.js +3 -3
  68. package/esm/components/QIcon/QIconSvg.d.ts +7 -65
  69. package/esm/components/QIcon/QIconSvg.d.ts.map +1 -1
  70. package/esm/components/QIcon/QIconSvg.vue.js +9 -9
  71. package/esm/components/QIcon/index.d.ts +9 -157
  72. package/esm/components/QIcon/index.d.ts.map +1 -1
  73. package/esm/components/QIcon/types.d.ts +40 -0
  74. package/esm/components/QIcon/types.d.ts.map +1 -0
  75. package/esm/components/QInputGroup/QInputGroup.d.ts +17 -74
  76. package/esm/components/QInputGroup/QInputGroup.d.ts.map +1 -1
  77. package/esm/components/QInputGroup/index.d.ts +2 -153
  78. package/esm/components/QInputGroup/index.d.ts.map +1 -1
  79. package/esm/components/QInputGroup/types.d.ts +34 -0
  80. package/esm/components/QInputGroup/types.d.ts.map +1 -0
  81. package/esm/components/QLineLoader/QLineLoader.d.ts +3 -29
  82. package/esm/components/QLineLoader/QLineLoader.d.ts.map +1 -1
  83. package/esm/components/QLineLoader/index.d.ts +2 -13
  84. package/esm/components/QLineLoader/index.d.ts.map +1 -1
  85. package/esm/components/QLineLoader/types.d.ts +7 -0
  86. package/esm/components/QLineLoader/types.d.ts.map +1 -0
  87. package/esm/components/QList/QList.d.ts +25 -116
  88. package/esm/components/QList/QList.d.ts.map +1 -1
  89. package/esm/components/QList/QListItem.d.ts +16 -84
  90. package/esm/components/QList/QListItem.d.ts.map +1 -1
  91. package/esm/components/QList/QListItem.vue.js +25 -31
  92. package/esm/components/QList/QListItemGroup.d.ts +11 -34
  93. package/esm/components/QList/QListItemGroup.d.ts.map +1 -1
  94. package/esm/components/QList/index.d.ts +7 -453
  95. package/esm/components/QList/index.d.ts.map +1 -1
  96. package/esm/components/QList/types.d.ts +100 -0
  97. package/esm/components/QList/types.d.ts.map +1 -0
  98. package/esm/components/QList/types.js +11 -0
  99. package/esm/components/QOverlay/QOverlay.d.ts +31 -234
  100. package/esm/components/QOverlay/QOverlay.d.ts.map +1 -1
  101. package/esm/components/QOverlay/QOverlay.vue.js +1 -2
  102. package/esm/components/QOverlay/index.d.ts +2 -339
  103. package/esm/components/QOverlay/index.d.ts.map +1 -1
  104. package/esm/components/QOverlay/types.d.ts +87 -0
  105. package/esm/components/QOverlay/types.d.ts.map +1 -0
  106. package/esm/components/QPopover/QPopover.d.ts +21 -120
  107. package/esm/components/QPopover/QPopover.d.ts.map +1 -1
  108. package/esm/components/QPopover/index.d.ts +2 -180
  109. package/esm/components/QPopover/index.d.ts.map +1 -1
  110. package/esm/components/QPopover/types.d.ts +43 -0
  111. package/esm/components/QPopover/types.d.ts.map +1 -0
  112. package/esm/components/QPropertyList/QPropertyList.d.ts +42 -0
  113. package/esm/components/QPropertyList/QPropertyList.d.ts.map +1 -0
  114. package/esm/components/QPropertyList/QPropertyList.vue.js +145 -0
  115. package/esm/components/QPropertyList/QPropertyList.vue2.js +4 -0
  116. package/esm/components/QPropertyList/QPropertyListGroup.d.ts +11 -0
  117. package/esm/components/QPropertyList/QPropertyListGroup.d.ts.map +1 -0
  118. package/esm/components/QPropertyList/QPropertyListGroup.vue.js +68 -0
  119. package/esm/components/QPropertyList/QPropertyListGroup.vue2.js +4 -0
  120. package/esm/components/QPropertyList/QPropertyListPanel.d.ts +21 -0
  121. package/esm/components/QPropertyList/QPropertyListPanel.d.ts.map +1 -0
  122. package/esm/components/QPropertyList/QPropertyListPanel.vue.js +43 -0
  123. package/esm/components/QPropertyList/QPropertyListPanel.vue2.js +4 -0
  124. package/esm/components/QPropertyList/QPropertyListRow.d.ts +24 -0
  125. package/esm/components/QPropertyList/QPropertyListRow.d.ts.map +1 -0
  126. package/esm/components/QPropertyList/QPropertyListRow.vue.js +64 -0
  127. package/esm/components/QPropertyList/QPropertyListRow.vue2.js +4 -0
  128. package/esm/components/QPropertyList/index.d.ts +12 -0
  129. package/esm/components/QPropertyList/index.d.ts.map +1 -0
  130. package/esm/components/QPropertyList/index.js +12 -0
  131. package/esm/components/QPropertyList/types.d.ts +137 -0
  132. package/esm/components/QPropertyList/types.d.ts.map +1 -0
  133. package/esm/components/QPropertyList/types.js +14 -0
  134. package/esm/components/QSelect/QSelect.d.ts +202 -227
  135. package/esm/components/QSelect/QSelect.d.ts.map +1 -1
  136. package/esm/components/QSelect/QSelect.vue.js +140 -146
  137. package/esm/components/QSelect/index.d.ts +2 -369
  138. package/esm/components/QSelect/index.d.ts.map +1 -1
  139. package/esm/components/QSelect/types.d.ts +81 -0
  140. package/esm/components/QSelect/types.d.ts.map +1 -0
  141. package/esm/components/QSelect/types.js +16 -0
  142. package/esm/components/QSkeletonLoader/QSkeletonLoader.d.ts +3 -41
  143. package/esm/components/QSkeletonLoader/QSkeletonLoader.d.ts.map +1 -1
  144. package/esm/components/QSkeletonLoader/QSkeletonLoader.vue.js +19 -19
  145. package/esm/components/QSkeletonLoader/index.d.ts +2 -31
  146. package/esm/components/QSkeletonLoader/index.d.ts.map +1 -1
  147. package/esm/components/QSkeletonLoader/types.d.ts +15 -0
  148. package/esm/components/QSkeletonLoader/types.d.ts.map +1 -0
  149. package/esm/components/QSpinnerLoader/QSpinnerLoader.d.ts +3 -35
  150. package/esm/components/QSpinnerLoader/QSpinnerLoader.d.ts.map +1 -1
  151. package/esm/components/QSpinnerLoader/QSpinnerLoader.vue.js +6 -6
  152. package/esm/components/QSpinnerLoader/index.d.ts +2 -22
  153. package/esm/components/QSpinnerLoader/index.d.ts.map +1 -1
  154. package/esm/components/QSpinnerLoader/types.d.ts +11 -0
  155. package/esm/components/QSpinnerLoader/types.d.ts.map +1 -0
  156. package/esm/components/QTextField/QTextField.d.ts +103 -147
  157. package/esm/components/QTextField/QTextField.d.ts.map +1 -1
  158. package/esm/components/QTextField/index.d.ts +2 -229
  159. package/esm/components/QTextField/index.d.ts.map +1 -1
  160. package/esm/components/QTextField/types.d.ts +50 -0
  161. package/esm/components/QTextField/types.d.ts.map +1 -0
  162. package/esm/components/QThemeProvider/QThemeProvider.d.ts +10 -17
  163. package/esm/components/QThemeProvider/QThemeProvider.d.ts.map +1 -1
  164. package/esm/components/QThemeProvider/index.d.ts +2 -37
  165. package/esm/components/QThemeProvider/index.d.ts.map +1 -1
  166. package/esm/components/QThemeProvider/types.d.ts +7 -0
  167. package/esm/components/QThemeProvider/types.d.ts.map +1 -0
  168. package/esm/components/QTooltip/QTooltip.d.ts +28 -190
  169. package/esm/components/QTooltip/QTooltip.d.ts.map +1 -1
  170. package/esm/components/QTooltip/index.d.ts +2 -279
  171. package/esm/components/QTooltip/index.d.ts.map +1 -1
  172. package/esm/components/QTooltip/types.d.ts +66 -0
  173. package/esm/components/QTooltip/types.d.ts.map +1 -0
  174. package/esm/components/index.d.ts +1 -0
  175. package/esm/components/index.d.ts.map +1 -1
  176. package/esm/components/index.js +42 -37
  177. package/esm/composables/defaults.d.ts +0 -1
  178. package/esm/composables/defaults.js +3 -6
  179. package/esm/composables/theme.d.ts +0 -1
  180. package/esm/framework.d.ts +0 -1
  181. package/esm/index.d.ts +4 -0
  182. package/esm/templates/theme.d.ts +0 -1
  183. package/esm/utils/color.js +1 -2
  184. package/esm/utils/setupPropsProxy.d.ts +0 -1
  185. package/esm/utils/setupPropsProxy.js +2 -4
  186. package/esm/utils/theme.d.ts +0 -1
  187. package/package.json +40 -41
@@ -1,243 +1,307 @@
1
- import { QFieldSize } from '../QField';
2
- import { Icon } from '../QIcon';
3
- import { QListItemGroupProps, QListItemProps } from '../QList';
1
+ import { QComboboxProps, DEFAULT_ICONS, DEFAULT_TEXTS } from './types';
4
2
  import { Primitive } from '../../types/primitive';
5
3
  import { nextTick } from 'vue';
6
-
7
- export type QComboboxProps = {
8
- /**
9
- * The field unique identifier.
10
- */
11
- id?: string;
12
- /**
13
- * The placeholder text for the combobox.
14
- */
15
- placeholder?: string;
16
- /**
17
- * The nature of the autocomplete and selection mechanism.
18
- */
19
- selectionMode?: 'manual' | 'automatic';
20
- /**
21
- * The mode of the combobox filter.
22
- */
23
- filterMode?: 'builtin' | 'manual';
24
- /**
25
- * The label of the input.
26
- */
27
- label?: string;
28
- /**
29
- * Whether the value of the component can be cleared.
30
- */
31
- clearable?: boolean;
32
- /**
33
- * Whether the field is readonly.
34
- */
35
- readonly?: boolean;
36
- /**
37
- * Whether the field is disabled.
38
- */
39
- disabled?: boolean;
40
- /**
41
- * If set to true, an asterisk (*) is displayed
42
- * to indicate that the field is required.
43
- */
44
- required?: boolean;
45
- /**
46
- * Whether the items of the list are being loaded.
47
- */
48
- loading?: boolean;
49
- /**
50
- * The list of available items for selection.
51
- */
52
- items: (Omit<QListItemProps, 'value' | 'label'> & {
53
- [key: string]: any;
54
- })[];
55
- /**
56
- * The item groups used for organizing the available items.
57
- */
58
- groups?: (QListItemGroupProps & {
59
- id: string;
60
- })[];
61
- /**
62
- * Property on each item that contains its value.
63
- */
64
- itemValue?: string;
65
- /**
66
- * Property on each item that contains its title.
67
- */
68
- itemLabel?: string;
69
- /**
70
- * The value to be used in comparisons,
71
- * used to check if the field has a selected item.
72
- */
73
- emptyValue?: Primitive;
74
- /**
75
- * The size category of the field.
76
- */
77
- size?: QFieldSize;
78
- /**
79
- * Custom set of classes to apply to the component.
80
- */
81
- class?: string | unknown[];
82
- /**
83
- * The internal elements of the component
84
- */
85
- internals?: Internals;
86
- };
87
- declare const DEFAULT_TEXTS: Record<string, string>;
88
- declare const DEFAULT_ICONS: Record<string, Icon>;
89
- type Internals = {
90
- icons: typeof DEFAULT_ICONS;
91
- texts: typeof DEFAULT_TEXTS;
92
- };
93
- declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
94
- modelValue: import('vue').PropType<any>;
95
- open: import('vue').PropType<boolean>;
96
- search: import('vue').PropType<string>;
97
- size: {
98
- type: import('vue').PropType<QFieldSize>;
99
- default: undefined;
100
- };
101
- class: {
102
- type: import('vue').PropType<string | unknown[]>;
103
- default: undefined;
104
- };
105
- label: {
106
- type: import('vue').PropType<string>;
107
- default: string;
108
- };
109
- disabled: {
110
- type: import('vue').PropType<boolean>;
111
- };
112
- loading: {
113
- type: import('vue').PropType<boolean>;
114
- };
115
- required: {
116
- type: import('vue').PropType<boolean>;
117
- };
118
- internals: {
119
- type: import('vue').PropType<Internals>;
120
- default: () => {
121
- icons: Record<string, Icon>;
122
- texts: Record<string, string>;
123
- };
124
- };
125
- items: {
126
- type: import('vue').PropType<(Omit<QListItemProps, "label" | "value"> & {
127
- [key: string]: any;
128
- })[]>;
129
- required: true;
130
- };
131
- groups: {
132
- type: import('vue').PropType<(QListItemGroupProps & {
133
- id: string;
134
- })[]>;
135
- default: () => never[];
136
- };
137
- itemValue: {
138
- type: import('vue').PropType<string>;
139
- default: string;
140
- };
141
- itemLabel: {
142
- type: import('vue').PropType<string>;
143
- default: string;
144
- };
145
- id: {
146
- type: import('vue').PropType<string>;
147
- default: undefined;
148
- };
149
- placeholder: {
150
- type: import('vue').PropType<string>;
151
- default: string;
152
- };
153
- readonly: {
154
- type: import('vue').PropType<boolean>;
155
- };
156
- selectionMode: {
157
- type: import('vue').PropType<"manual" | "automatic">;
158
- default: string;
159
- };
160
- filterMode: {
161
- type: import('vue').PropType<"manual" | "builtin">;
162
- default: string;
163
- };
164
- clearable: {
165
- type: import('vue').PropType<boolean>;
166
- };
167
- emptyValue: {
168
- type: import('vue').PropType<Primitive>;
169
- default: undefined;
170
- };
171
- }, {
172
- triggerEl: import('vue').Ref<({
173
- $: import('vue').ComponentInternalInstance;
174
- $data: {};
175
- $props: Partial<{
176
- size: QFieldSize;
4
+ declare let __VLS_typeProps: QComboboxProps;
5
+ type __VLS_PublicProps = {
6
+ modelValue?: any;
7
+ 'open'?: boolean;
8
+ 'search'?: string;
9
+ } & typeof __VLS_typeProps;
10
+ declare function __VLS_template(): {
11
+ slots: {
12
+ "label.prepend"?(_: {}): any;
13
+ "label.append"?(_: {}): any;
14
+ prepend?(_: {}): any;
15
+ append?(_: {}): any;
16
+ extras?(_: {}): any;
17
+ "body.prepend"?(_: {}): any;
18
+ item?(_: {
19
+ item: import('../QList/types').Item;
20
+ }): any;
21
+ "body.append"?(_: {}): any;
22
+ };
23
+ refs: {
24
+ triggerEl: ({
25
+ $: import('vue').ComponentInternalInstance;
26
+ $data: {};
27
+ $props: {
28
+ readonly modelValue?: string | undefined;
29
+ readonly id?: string | undefined;
30
+ readonly placeholder?: string | undefined;
31
+ readonly label?: string | undefined;
32
+ readonly size?: import('..').QFieldSize | undefined;
33
+ readonly maxLength?: number | undefined;
34
+ readonly readonly?: boolean | undefined;
35
+ readonly disabled?: boolean | undefined;
36
+ readonly required?: boolean | undefined;
37
+ readonly role?: string | undefined;
38
+ readonly type?: string | undefined;
39
+ readonly class?: (string | unknown[]) | undefined;
40
+ readonly "onUpdate:modelValue"?: ((modelValue: string) => any) | undefined;
41
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
42
+ $attrs: {
43
+ [x: string]: unknown;
44
+ };
45
+ $refs: {
46
+ [x: string]: unknown;
47
+ };
48
+ $slots: Readonly<{
49
+ [name: string]: import('vue').Slot<any> | undefined;
50
+ }>;
51
+ $root: import('vue').ComponentPublicInstance | null;
52
+ $parent: import('vue').ComponentPublicInstance | null;
53
+ $host: Element | null;
54
+ $emit: (event: "update:modelValue", modelValue: string) => void;
55
+ $el: any;
56
+ $options: import('vue').ComponentOptionsBase<Readonly<{
57
+ modelValue?: string;
58
+ } & import('../QTextField/types').QTextFieldProps> & Readonly<{
59
+ "onUpdate:modelValue"?: ((modelValue: string) => any) | undefined;
60
+ }>, {
61
+ fieldRef: import('vue').ComputedRef<HTMLElement | null | undefined>;
62
+ inputRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
63
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
64
+ "update:modelValue": (modelValue: string) => any;
65
+ }, string, {
66
+ size: import('..').QFieldSize;
67
+ class: string | unknown[];
68
+ type: string;
69
+ label: string;
70
+ role: string;
71
+ id: string;
72
+ placeholder: string;
73
+ maxLength: number;
74
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
75
+ beforeCreate?: (() => void) | (() => void)[];
76
+ created?: (() => void) | (() => void)[];
77
+ beforeMount?: (() => void) | (() => void)[];
78
+ mounted?: (() => void) | (() => void)[];
79
+ beforeUpdate?: (() => void) | (() => void)[];
80
+ updated?: (() => void) | (() => void)[];
81
+ activated?: (() => void) | (() => void)[];
82
+ deactivated?: (() => void) | (() => void)[];
83
+ beforeDestroy?: (() => void) | (() => void)[];
84
+ beforeUnmount?: (() => void) | (() => void)[];
85
+ destroyed?: (() => void) | (() => void)[];
86
+ unmounted?: (() => void) | (() => void)[];
87
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
88
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
89
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
90
+ };
91
+ $forceUpdate: () => void;
92
+ $nextTick: typeof nextTick;
93
+ $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;
94
+ } & Readonly<{
95
+ size: import('..').QFieldSize;
177
96
  class: string | unknown[];
178
97
  type: string;
179
98
  label: string;
180
99
  role: string;
181
100
  id: string;
182
- maxLength: number;
183
101
  placeholder: string;
184
- }> & Omit<{
185
- readonly type: string;
186
- readonly label: string;
187
- readonly placeholder: string;
188
- readonly size?: QFieldSize | undefined;
189
- readonly class?: string | unknown[] | undefined;
190
- readonly disabled?: boolean | undefined;
191
- readonly required?: boolean | undefined;
192
- readonly role?: string | undefined;
193
- readonly modelValue?: string | undefined;
194
- readonly id?: string | undefined;
195
- readonly maxLength?: number | undefined;
196
- readonly readonly?: boolean | undefined;
197
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
198
- modelValue: import('vue').PropType<string>;
199
- size: {
200
- type: import('vue').PropType<QFieldSize>;
201
- default: undefined;
202
- };
203
- class: {
204
- type: import('vue').PropType<string | unknown[]>;
205
- default: undefined;
206
- };
207
- type: {
208
- type: import('vue').PropType<string>;
209
- default: string;
102
+ maxLength: number;
103
+ }> & Omit<Readonly<{
104
+ modelValue?: string;
105
+ } & import('../QTextField/types').QTextFieldProps> & Readonly<{
106
+ "onUpdate:modelValue"?: ((modelValue: string) => any) | undefined;
107
+ }>, "fieldRef" | "inputRef" | ("size" | "class" | "type" | "label" | "role" | "id" | "placeholder" | "maxLength")> & import('vue').ShallowUnwrapRef<{
108
+ fieldRef: import('vue').ComputedRef<HTMLElement | null | undefined>;
109
+ inputRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
110
+ }> & {} & import('vue').ComponentCustomProperties & {} & {
111
+ $slots: {
112
+ "label.prepend"?(_: {}): any;
113
+ "label.append"?(_: {}): any;
114
+ prepend?(_: {}): any;
115
+ append?(_: {}): any;
116
+ extras?(_: {}): any;
210
117
  };
211
- label: {
212
- type: import('vue').PropType<string>;
213
- default: string;
118
+ }) | null;
119
+ toggleRef: ({
120
+ $: import('vue').ComponentInternalInstance;
121
+ $data: {};
122
+ $props: {
123
+ readonly active?: boolean | undefined;
124
+ readonly bStyle?: ("primary" | "secondary" | "tertiary" | "danger" | "plain") | undefined;
125
+ readonly label?: string | undefined;
126
+ readonly disabled?: boolean | undefined;
127
+ readonly iconOnRight?: boolean | undefined;
128
+ readonly borderless?: boolean | undefined;
129
+ readonly elevated?: boolean | undefined;
130
+ readonly block?: boolean | undefined;
131
+ readonly loading?: boolean | undefined;
132
+ readonly size?: ("regular" | "small") | undefined;
133
+ readonly class?: (string | unknown[]) | undefined;
134
+ readonly onClick?: ((event: Event) => any) | undefined;
135
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
136
+ $attrs: {
137
+ [x: string]: unknown;
214
138
  };
215
- disabled: {
216
- type: import('vue').PropType<boolean>;
139
+ $refs: {
140
+ [x: string]: unknown;
217
141
  };
218
- required: {
219
- type: import('vue').PropType<boolean>;
142
+ $slots: Readonly<{
143
+ [name: string]: import('vue').Slot<any> | undefined;
144
+ }>;
145
+ $root: import('vue').ComponentPublicInstance | null;
146
+ $parent: import('vue').ComponentPublicInstance | null;
147
+ $host: Element | null;
148
+ $emit: (event: "click", event: Event) => void;
149
+ $el: any;
150
+ $options: import('vue').ComponentOptionsBase<Readonly<import('../QButton').QButtonProps> & Readonly<{
151
+ onClick?: ((event: Event) => any) | undefined;
152
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
153
+ click: (event: Event) => any;
154
+ }, string, {
155
+ size: "regular" | "small";
156
+ class: string | unknown[];
157
+ label: string;
158
+ bStyle: "primary" | "secondary" | "tertiary" | "danger" | "plain";
159
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
160
+ beforeCreate?: (() => void) | (() => void)[];
161
+ created?: (() => void) | (() => void)[];
162
+ beforeMount?: (() => void) | (() => void)[];
163
+ mounted?: (() => void) | (() => void)[];
164
+ beforeUpdate?: (() => void) | (() => void)[];
165
+ updated?: (() => void) | (() => void)[];
166
+ activated?: (() => void) | (() => void)[];
167
+ deactivated?: (() => void) | (() => void)[];
168
+ beforeDestroy?: (() => void) | (() => void)[];
169
+ beforeUnmount?: (() => void) | (() => void)[];
170
+ destroyed?: (() => void) | (() => void)[];
171
+ unmounted?: (() => void) | (() => void)[];
172
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
173
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
174
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
220
175
  };
221
- role: {
222
- type: import('vue').PropType<string>;
223
- default: undefined;
176
+ $forceUpdate: () => void;
177
+ $nextTick: typeof nextTick;
178
+ $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;
179
+ } & Readonly<{
180
+ size: "regular" | "small";
181
+ class: string | unknown[];
182
+ label: string;
183
+ bStyle: "primary" | "secondary" | "tertiary" | "danger" | "plain";
184
+ }> & Omit<Readonly<import('../QButton').QButtonProps> & Readonly<{
185
+ onClick?: ((event: Event) => any) | undefined;
186
+ }>, "size" | "class" | "label" | "bStyle"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
187
+ $slots: {
188
+ default?(_: {}): any;
224
189
  };
225
- id: {
226
- type: import('vue').PropType<string>;
227
- default: undefined;
190
+ }) | null;
191
+ contentRef: HTMLDivElement;
192
+ listRef: ({
193
+ $: import('vue').ComponentInternalInstance;
194
+ $data: {};
195
+ $props: {
196
+ readonly modelValue?: any;
197
+ readonly highlighted?: Primitive | undefined;
198
+ readonly items: import('../QList/types').Item[];
199
+ readonly groups?: import('../QList/types').Group[] | undefined;
200
+ readonly itemValue?: string | undefined;
201
+ readonly itemLabel?: string | undefined;
202
+ readonly disabled?: boolean | undefined;
203
+ readonly class?: (string | unknown[]) | undefined;
204
+ readonly selectable?: boolean | undefined;
205
+ readonly "onUpdate:modelValue"?: ((modelValue: any) => any) | undefined;
206
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
207
+ $attrs: {
208
+ [x: string]: unknown;
228
209
  };
229
- maxLength: {
230
- type: import('vue').PropType<number>;
231
- default: undefined;
210
+ $refs: {
211
+ [x: string]: unknown;
232
212
  };
233
- placeholder: {
234
- type: import('vue').PropType<string>;
235
- default: string;
213
+ $slots: Readonly<{
214
+ [name: string]: import('vue').Slot<any> | undefined;
215
+ }>;
216
+ $root: import('vue').ComponentPublicInstance | null;
217
+ $parent: import('vue').ComponentPublicInstance | null;
218
+ $host: Element | null;
219
+ $emit: (event: "update:modelValue", modelValue: any) => void;
220
+ $el: any;
221
+ $options: import('vue').ComponentOptionsBase<Readonly<{
222
+ modelValue?: any;
223
+ } & import('../QList').QListProps> & Readonly<{
224
+ "onUpdate:modelValue"?: ((modelValue: any) => any) | undefined;
225
+ }>, {
226
+ focusItem: (itemIdx: number, preventScroll?: boolean) => void;
227
+ getItem: (idx: number) => HTMLElement | undefined;
228
+ getAdjacentItemIndex: (idx: number, direction: "next" | "prev") => number;
229
+ getFirstFocusableItemIndex: () => number;
230
+ getLastFocusableItemIndex: () => number;
231
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
232
+ "update:modelValue": (modelValue: any) => any;
233
+ }, string, {
234
+ class: string | unknown[];
235
+ highlighted: Primitive;
236
+ groups: import('../QList/types').Group[];
237
+ itemValue: string;
238
+ itemLabel: string;
239
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
240
+ beforeCreate?: (() => void) | (() => void)[];
241
+ created?: (() => void) | (() => void)[];
242
+ beforeMount?: (() => void) | (() => void)[];
243
+ mounted?: (() => void) | (() => void)[];
244
+ beforeUpdate?: (() => void) | (() => void)[];
245
+ updated?: (() => void) | (() => void)[];
246
+ activated?: (() => void) | (() => void)[];
247
+ deactivated?: (() => void) | (() => void)[];
248
+ beforeDestroy?: (() => void) | (() => void)[];
249
+ beforeUnmount?: (() => void) | (() => void)[];
250
+ destroyed?: (() => void) | (() => void)[];
251
+ unmounted?: (() => void) | (() => void)[];
252
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
253
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
254
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
236
255
  };
237
- readonly: {
238
- type: import('vue').PropType<boolean>;
256
+ $forceUpdate: () => void;
257
+ $nextTick: typeof nextTick;
258
+ $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;
259
+ } & Readonly<{
260
+ class: string | unknown[];
261
+ highlighted: Primitive;
262
+ groups: import('../QList/types').Group[];
263
+ itemValue: string;
264
+ itemLabel: string;
265
+ }> & Omit<Readonly<{
266
+ modelValue?: any;
267
+ } & import('../QList').QListProps> & Readonly<{
268
+ "onUpdate:modelValue"?: ((modelValue: any) => any) | undefined;
269
+ }>, "focusItem" | "getItem" | "getAdjacentItemIndex" | "getFirstFocusableItemIndex" | "getLastFocusableItemIndex" | ("class" | "highlighted" | "groups" | "itemValue" | "itemLabel")> & import('vue').ShallowUnwrapRef<{
270
+ focusItem: (itemIdx: number, preventScroll?: boolean) => void;
271
+ getItem: (idx: number) => HTMLElement | undefined;
272
+ getAdjacentItemIndex: (idx: number, direction: "next" | "prev") => number;
273
+ getFirstFocusableItemIndex: () => number;
274
+ getLastFocusableItemIndex: () => number;
275
+ }> & {} & import('vue').ComponentCustomProperties & {} & {
276
+ $slots: {
277
+ item?(_: {
278
+ item: import('../QList/types').Item;
279
+ }): any;
239
280
  };
240
- }>>, "size" | "class" | "type" | "label" | "role" | "id" | "maxLength" | "placeholder">;
281
+ }) | null;
282
+ };
283
+ attrs: Partial<{}>;
284
+ };
285
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
286
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {
287
+ triggerEl: import('vue').Ref<({
288
+ $: import('vue').ComponentInternalInstance;
289
+ $data: {};
290
+ $props: {
291
+ readonly modelValue?: string | undefined;
292
+ readonly id?: string | undefined;
293
+ readonly placeholder?: string | undefined;
294
+ readonly label?: string | undefined;
295
+ readonly size?: import('..').QFieldSize | undefined;
296
+ readonly maxLength?: number | undefined;
297
+ readonly readonly?: boolean | undefined;
298
+ readonly disabled?: boolean | undefined;
299
+ readonly required?: boolean | undefined;
300
+ readonly role?: string | undefined;
301
+ readonly type?: string | undefined;
302
+ readonly class?: (string | unknown[]) | undefined;
303
+ readonly "onUpdate:modelValue"?: ((modelValue: string) => any) | undefined;
304
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
241
305
  $attrs: {
242
306
  [x: string]: unknown;
243
307
  };
@@ -247,131 +311,159 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
247
311
  $slots: Readonly<{
248
312
  [name: string]: import('vue').Slot<any> | undefined;
249
313
  }>;
250
- $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
251
- $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
252
- $emit: (event: string, ...args: any[]) => void;
314
+ $root: import('vue').ComponentPublicInstance | null;
315
+ $parent: import('vue').ComponentPublicInstance | null;
316
+ $host: Element | null;
317
+ $emit: (event: "update:modelValue", modelValue: string) => void;
253
318
  $el: any;
254
- $options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
255
- modelValue: import('vue').PropType<string>;
256
- size: {
257
- type: import('vue').PropType<QFieldSize>;
258
- default: undefined;
259
- };
260
- class: {
261
- type: import('vue').PropType<string | unknown[]>;
262
- default: undefined;
263
- };
264
- type: {
265
- type: import('vue').PropType<string>;
266
- default: string;
267
- };
268
- label: {
269
- type: import('vue').PropType<string>;
270
- default: string;
271
- };
272
- disabled: {
273
- type: import('vue').PropType<boolean>;
274
- };
275
- required: {
276
- type: import('vue').PropType<boolean>;
277
- };
278
- role: {
279
- type: import('vue').PropType<string>;
280
- default: undefined;
281
- };
282
- id: {
283
- type: import('vue').PropType<string>;
284
- default: undefined;
285
- };
286
- maxLength: {
287
- type: import('vue').PropType<number>;
288
- default: undefined;
289
- };
290
- placeholder: {
291
- type: import('vue').PropType<string>;
292
- default: string;
293
- };
294
- readonly: {
295
- type: import('vue').PropType<boolean>;
296
- };
297
- }>>, {
319
+ $options: import('vue').ComponentOptionsBase<Readonly<{
320
+ modelValue?: string;
321
+ } & import('../QTextField/types').QTextFieldProps> & Readonly<{
322
+ "onUpdate:modelValue"?: ((modelValue: string) => any) | undefined;
323
+ }>, {
298
324
  fieldRef: import('vue').ComputedRef<HTMLElement | null | undefined>;
299
- inputRef: import('vue').Ref<HTMLElement | null>;
300
- }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
301
- size: QFieldSize;
325
+ inputRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
326
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
327
+ "update:modelValue": (modelValue: string) => any;
328
+ }, string, {
329
+ size: import('..').QFieldSize;
302
330
  class: string | unknown[];
303
331
  type: string;
304
332
  label: string;
305
333
  role: string;
306
334
  id: string;
307
- maxLength: number;
308
335
  placeholder: string;
309
- }, {}, string, {}> & {
310
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
311
- created?: ((() => void) | (() => void)[]) | undefined;
312
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
313
- mounted?: ((() => void) | (() => void)[]) | undefined;
314
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
315
- updated?: ((() => void) | (() => void)[]) | undefined;
316
- activated?: ((() => void) | (() => void)[]) | undefined;
317
- deactivated?: ((() => void) | (() => void)[]) | undefined;
318
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
319
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
320
- destroyed?: ((() => void) | (() => void)[]) | undefined;
321
- unmounted?: ((() => void) | (() => void)[]) | undefined;
322
- renderTracked?: (((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]) | undefined;
323
- renderTriggered?: (((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]) | undefined;
324
- errorCaptured?: (((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
336
+ maxLength: number;
337
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
338
+ beforeCreate?: (() => void) | (() => void)[];
339
+ created?: (() => void) | (() => void)[];
340
+ beforeMount?: (() => void) | (() => void)[];
341
+ mounted?: (() => void) | (() => void)[];
342
+ beforeUpdate?: (() => void) | (() => void)[];
343
+ updated?: (() => void) | (() => void)[];
344
+ activated?: (() => void) | (() => void)[];
345
+ deactivated?: (() => void) | (() => void)[];
346
+ beforeDestroy?: (() => void) | (() => void)[];
347
+ beforeUnmount?: (() => void) | (() => void)[];
348
+ destroyed?: (() => void) | (() => void)[];
349
+ unmounted?: (() => void) | (() => void)[];
350
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
351
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
352
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
325
353
  };
326
354
  $forceUpdate: () => void;
327
355
  $nextTick: typeof nextTick;
328
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import('vue').WatchOptions<boolean> | undefined): import('vue').WatchStopHandle;
329
- } & Omit<Readonly<import('vue').ExtractPropTypes<{
330
- modelValue: import('vue').PropType<string>;
331
- size: {
332
- type: import('vue').PropType<QFieldSize>;
333
- default: undefined;
334
- };
335
- class: {
336
- type: import('vue').PropType<string | unknown[]>;
337
- default: undefined;
338
- };
339
- type: {
340
- type: import('vue').PropType<string>;
341
- default: string;
342
- };
343
- label: {
344
- type: import('vue').PropType<string>;
345
- default: string;
346
- };
347
- disabled: {
348
- type: import('vue').PropType<boolean>;
349
- };
350
- required: {
351
- type: import('vue').PropType<boolean>;
352
- };
353
- role: {
354
- type: import('vue').PropType<string>;
355
- default: undefined;
356
- };
357
- id: {
358
- type: import('vue').PropType<string>;
359
- default: undefined;
356
+ $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;
357
+ } & Readonly<{
358
+ size: import('..').QFieldSize;
359
+ class: string | unknown[];
360
+ type: string;
361
+ label: string;
362
+ role: string;
363
+ id: string;
364
+ placeholder: string;
365
+ maxLength: number;
366
+ }> & Omit<Readonly<{
367
+ modelValue?: string;
368
+ } & import('../QTextField/types').QTextFieldProps> & Readonly<{
369
+ "onUpdate:modelValue"?: ((modelValue: string) => any) | undefined;
370
+ }>, "fieldRef" | "inputRef" | ("size" | "class" | "type" | "label" | "role" | "id" | "placeholder" | "maxLength")> & import('vue').ShallowUnwrapRef<{
371
+ fieldRef: import('vue').ComputedRef<HTMLElement | null | undefined>;
372
+ inputRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
373
+ }> & {} & import('vue').ComponentCustomProperties & {} & {
374
+ $slots: {
375
+ "label.prepend"?(_: {}): any;
376
+ "label.append"?(_: {}): any;
377
+ prepend?(_: {}): any;
378
+ append?(_: {}): any;
379
+ extras?(_: {}): any;
360
380
  };
361
- maxLength: {
362
- type: import('vue').PropType<number>;
363
- default: undefined;
381
+ }) | null, ({
382
+ $: import('vue').ComponentInternalInstance;
383
+ $data: {};
384
+ $props: {
385
+ readonly modelValue?: string | undefined;
386
+ readonly id?: string | undefined;
387
+ readonly placeholder?: string | undefined;
388
+ readonly label?: string | undefined;
389
+ readonly size?: import('..').QFieldSize | undefined;
390
+ readonly maxLength?: number | undefined;
391
+ readonly readonly?: boolean | undefined;
392
+ readonly disabled?: boolean | undefined;
393
+ readonly required?: boolean | undefined;
394
+ readonly role?: string | undefined;
395
+ readonly type?: string | undefined;
396
+ readonly class?: (string | unknown[]) | undefined;
397
+ readonly "onUpdate:modelValue"?: ((modelValue: string) => any) | undefined;
398
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
399
+ $attrs: {
400
+ [x: string]: unknown;
364
401
  };
365
- placeholder: {
366
- type: import('vue').PropType<string>;
367
- default: string;
402
+ $refs: {
403
+ [x: string]: unknown;
368
404
  };
369
- readonly: {
370
- type: import('vue').PropType<boolean>;
405
+ $slots: Readonly<{
406
+ [name: string]: import('vue').Slot<any> | undefined;
407
+ }>;
408
+ $root: import('vue').ComponentPublicInstance | null;
409
+ $parent: import('vue').ComponentPublicInstance | null;
410
+ $host: Element | null;
411
+ $emit: (event: "update:modelValue", modelValue: string) => void;
412
+ $el: any;
413
+ $options: import('vue').ComponentOptionsBase<Readonly<{
414
+ modelValue?: string;
415
+ } & import('../QTextField/types').QTextFieldProps> & Readonly<{
416
+ "onUpdate:modelValue"?: ((modelValue: string) => any) | undefined;
417
+ }>, {
418
+ fieldRef: import('vue').ComputedRef<HTMLElement | null | undefined>;
419
+ inputRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
420
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
421
+ "update:modelValue": (modelValue: string) => any;
422
+ }, string, {
423
+ size: import('..').QFieldSize;
424
+ class: string | unknown[];
425
+ type: string;
426
+ label: string;
427
+ role: string;
428
+ id: string;
429
+ placeholder: string;
430
+ maxLength: number;
431
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
432
+ beforeCreate?: (() => void) | (() => void)[];
433
+ created?: (() => void) | (() => void)[];
434
+ beforeMount?: (() => void) | (() => void)[];
435
+ mounted?: (() => void) | (() => void)[];
436
+ beforeUpdate?: (() => void) | (() => void)[];
437
+ updated?: (() => void) | (() => void)[];
438
+ activated?: (() => void) | (() => void)[];
439
+ deactivated?: (() => void) | (() => void)[];
440
+ beforeDestroy?: (() => void) | (() => void)[];
441
+ beforeUnmount?: (() => void) | (() => void)[];
442
+ destroyed?: (() => void) | (() => void)[];
443
+ unmounted?: (() => void) | (() => void)[];
444
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
445
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
446
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
371
447
  };
372
- }>>, "fieldRef" | "inputRef"> & import('vue').ShallowUnwrapRef<{
448
+ $forceUpdate: () => void;
449
+ $nextTick: typeof nextTick;
450
+ $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;
451
+ } & Readonly<{
452
+ size: import('..').QFieldSize;
453
+ class: string | unknown[];
454
+ type: string;
455
+ label: string;
456
+ role: string;
457
+ id: string;
458
+ placeholder: string;
459
+ maxLength: number;
460
+ }> & Omit<Readonly<{
461
+ modelValue?: string;
462
+ } & import('../QTextField/types').QTextFieldProps> & Readonly<{
463
+ "onUpdate:modelValue"?: ((modelValue: string) => any) | undefined;
464
+ }>, "fieldRef" | "inputRef" | ("size" | "class" | "type" | "label" | "role" | "id" | "placeholder" | "maxLength")> & import('vue').ShallowUnwrapRef<{
373
465
  fieldRef: import('vue').ComputedRef<HTMLElement | null | undefined>;
374
- inputRef: import('vue').Ref<HTMLElement | null>;
466
+ inputRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
375
467
  }> & {} & import('vue').ComponentCustomProperties & {} & {
376
468
  $slots: {
377
469
  "label.prepend"?(_: {}): any;
@@ -381,100 +473,29 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
381
473
  extras?(_: {}): any;
382
474
  };
383
475
  }) | null>;
384
- }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
385
- "before-show": () => void;
386
- "before-hide": () => void;
387
- show: () => void;
388
- hide: () => void;
389
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
390
- modelValue: import('vue').PropType<any>;
391
- open: import('vue').PropType<boolean>;
392
- search: import('vue').PropType<string>;
393
- size: {
394
- type: import('vue').PropType<QFieldSize>;
395
- default: undefined;
396
- };
397
- class: {
398
- type: import('vue').PropType<string | unknown[]>;
399
- default: undefined;
400
- };
401
- label: {
402
- type: import('vue').PropType<string>;
403
- default: string;
404
- };
405
- disabled: {
406
- type: import('vue').PropType<boolean>;
407
- };
408
- loading: {
409
- type: import('vue').PropType<boolean>;
410
- };
411
- required: {
412
- type: import('vue').PropType<boolean>;
413
- };
414
- internals: {
415
- type: import('vue').PropType<Internals>;
416
- default: () => {
417
- icons: Record<string, Icon>;
418
- texts: Record<string, string>;
419
- };
420
- };
421
- items: {
422
- type: import('vue').PropType<(Omit<QListItemProps, "label" | "value"> & {
423
- [key: string]: any;
424
- })[]>;
425
- required: true;
426
- };
427
- groups: {
428
- type: import('vue').PropType<(QListItemGroupProps & {
429
- id: string;
430
- })[]>;
431
- default: () => never[];
432
- };
433
- itemValue: {
434
- type: import('vue').PropType<string>;
435
- default: string;
436
- };
437
- itemLabel: {
438
- type: import('vue').PropType<string>;
439
- default: string;
440
- };
441
- id: {
442
- type: import('vue').PropType<string>;
443
- default: undefined;
444
- };
445
- placeholder: {
446
- type: import('vue').PropType<string>;
447
- default: string;
448
- };
449
- readonly: {
450
- type: import('vue').PropType<boolean>;
451
- };
452
- selectionMode: {
453
- type: import('vue').PropType<"manual" | "automatic">;
454
- default: string;
455
- };
456
- filterMode: {
457
- type: import('vue').PropType<"manual" | "builtin">;
458
- default: string;
459
- };
460
- clearable: {
461
- type: import('vue').PropType<boolean>;
462
- };
463
- emptyValue: {
464
- type: import('vue').PropType<Primitive>;
465
- default: undefined;
466
- };
467
- }>> & {
476
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
477
+ "update:modelValue": (modelValue: any) => any;
478
+ "update:open": (open: boolean) => any;
479
+ "update:search": (search: string) => any;
480
+ } & {
481
+ "before-show": () => any;
482
+ "before-hide": () => any;
483
+ show: () => any;
484
+ hide: () => any;
485
+ }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
486
+ "onUpdate:modelValue"?: ((modelValue: any) => any) | undefined;
468
487
  "onBefore-show"?: (() => any) | undefined;
469
488
  "onBefore-hide"?: (() => any) | undefined;
470
489
  onShow?: (() => any) | undefined;
471
490
  onHide?: (() => any) | undefined;
472
- }, {
473
- size: QFieldSize;
491
+ "onUpdate:open"?: ((open: boolean) => any) | undefined;
492
+ "onUpdate:search"?: ((search: string) => any) | undefined;
493
+ }>, {
494
+ size: import('..').QFieldSize;
474
495
  class: string | unknown[];
475
496
  label: string;
476
- internals: Internals;
477
- groups: (QListItemGroupProps & {
497
+ icons: typeof DEFAULT_ICONS;
498
+ groups: (import('../QList').QListItemGroupProps & {
478
499
  id: string;
479
500
  })[];
480
501
  itemValue: string;
@@ -482,22 +503,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
482
503
  id: string;
483
504
  placeholder: string;
484
505
  selectionMode: "manual" | "automatic";
485
- filterMode: "manual" | "builtin";
506
+ filterMode: "builtin" | "manual";
486
507
  emptyValue: Primitive;
487
- }, {}>, {
488
- "label.prepend"?(_: {}): any;
489
- "label.append"?(_: {}): any;
490
- prepend?(_: {}): any;
491
- append?(_: {}): any;
492
- extras?(_: {}): any;
493
- "body.prepend"?(_: {}): any;
494
- item?(_: {
495
- item: Omit<QListItemProps, "label" | "value"> & {
496
- [key: string]: any;
497
- };
498
- }): any;
499
- "body.append"?(_: {}): any;
500
- }>;
508
+ texts: typeof DEFAULT_TEXTS;
509
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
510
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
501
511
  export default _default;
502
512
  type __VLS_WithTemplateSlots<T, S> = T & {
503
513
  new (): {