@quidgest/ui 0.19.0 → 0.20.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 (130) hide show
  1. package/CHANGELOG.md +21 -1
  2. package/dist/json/api.json +1414 -45
  3. package/dist/manifest/components.json +2 -0
  4. package/dist/ui.css +1374 -5
  5. package/dist/ui.esm.js +1459 -841
  6. package/dist/ui.js +1444 -826
  7. package/dist/ui.min.css +2 -1
  8. package/dist/ui.min.js +1444 -826
  9. package/dist/ui.scss +569 -7
  10. package/esm/components/QField/QField.d.ts.map +1 -1
  11. package/esm/components/QField/QField.vue.js +1 -1
  12. package/esm/components/QGauge/QGauge.d.ts +56 -0
  13. package/esm/components/QGauge/QGauge.d.ts.map +1 -0
  14. package/esm/components/QGauge/QGauge.vue.js +305 -0
  15. package/esm/components/QGauge/QGauge2.vue.js +5 -0
  16. package/esm/components/QGauge/constants.d.ts +6 -0
  17. package/esm/components/QGauge/constants.d.ts.map +1 -0
  18. package/esm/components/QGauge/constants.js +8 -0
  19. package/esm/components/QGauge/index.d.ts +124 -0
  20. package/esm/components/QGauge/index.d.ts.map +1 -0
  21. package/esm/components/QGauge/index.js +6 -0
  22. package/esm/components/QGauge/types.d.ts +146 -0
  23. package/esm/components/QGauge/types.d.ts.map +1 -0
  24. package/esm/components/QInputGroup/QInputGroup.d.ts +147 -3
  25. package/esm/components/QInputGroup/QInputGroup.d.ts.map +1 -1
  26. package/esm/components/QInputGroup/QInputGroup.vue.js +32 -23
  27. package/esm/components/QInputGroup/index.d.ts +81 -4
  28. package/esm/components/QInputGroup/index.d.ts.map +1 -1
  29. package/esm/components/QList/QList.d.ts.map +1 -1
  30. package/esm/components/QList/QList.vue.js +3 -1
  31. package/esm/components/QList/QListItem.d.ts.map +1 -1
  32. package/esm/components/QList/QListItem.vue.js +24 -28
  33. package/esm/components/QList/types.d.ts +1 -1
  34. package/esm/components/QOverlay/types.d.ts +3 -1
  35. package/esm/components/QOverlay/types.d.ts.map +1 -1
  36. package/esm/components/QPhoneField/QPhoneField.d.ts +2263 -0
  37. package/esm/components/QPhoneField/QPhoneField.d.ts.map +1 -0
  38. package/esm/components/QPhoneField/QPhoneField.vue.js +478 -0
  39. package/esm/components/QPhoneField/QPhoneField2.vue.js +5 -0
  40. package/esm/components/QPhoneField/constants.d.ts +11 -0
  41. package/esm/components/QPhoneField/constants.d.ts.map +1 -0
  42. package/esm/components/QPhoneField/constants.js +14 -0
  43. package/esm/components/QPhoneField/index.d.ts +1253 -0
  44. package/esm/components/QPhoneField/index.d.ts.map +1 -0
  45. package/esm/components/QPhoneField/index.js +6 -0
  46. package/esm/components/QPhoneField/types.d.ts +108 -0
  47. package/esm/components/QPhoneField/types.d.ts.map +1 -0
  48. package/esm/components/QSelect/QSelect.d.ts +16 -1
  49. package/esm/components/QSelect/QSelect.d.ts.map +1 -1
  50. package/esm/components/QSelect/QSelect.vue.js +158 -129
  51. package/esm/components/QSelect/index.d.ts +31 -3
  52. package/esm/components/QSelect/index.d.ts.map +1 -1
  53. package/esm/components/QSelect/types.d.ts +13 -0
  54. package/esm/components/QSelect/types.d.ts.map +1 -1
  55. package/esm/components/index.d.ts +2 -0
  56. package/esm/components/index.d.ts.map +1 -1
  57. package/esm/components/index.js +64 -60
  58. package/esm/composables/useColor/index.d.ts +8 -0
  59. package/esm/composables/useColor/index.d.ts.map +1 -1
  60. package/esm/composables/useColor/index.js +16 -18
  61. package/esm/composables/useDialog/index.d.ts +2 -88
  62. package/esm/composables/useDialog/index.d.ts.map +1 -1
  63. package/esm/composables/useDialog/index.js +6 -6
  64. package/esm/composables/useDialog/types.d.ts +14 -4
  65. package/esm/composables/useDialog/types.d.ts.map +1 -1
  66. package/esm/index.d.ts +2 -0
  67. package/esm/vendors/country-flag-icons/modules/countries.json.js +4 -0
  68. package/esm/vendors/country-flag-icons/modules/hasFlag.js +7 -0
  69. package/esm/vendors/libphonenumber-js/es6/AsYouType.js +312 -0
  70. package/esm/vendors/libphonenumber-js/es6/AsYouTypeFormatter.PatternMatcher.js +142 -0
  71. package/esm/vendors/libphonenumber-js/es6/AsYouTypeFormatter.PatternParser.js +145 -0
  72. package/esm/vendors/libphonenumber-js/es6/AsYouTypeFormatter.complete.js +45 -0
  73. package/esm/vendors/libphonenumber-js/es6/AsYouTypeFormatter.js +258 -0
  74. package/esm/vendors/libphonenumber-js/es6/AsYouTypeFormatter.util.js +57 -0
  75. package/esm/vendors/libphonenumber-js/es6/AsYouTypeParser.js +242 -0
  76. package/esm/vendors/libphonenumber-js/es6/AsYouTypeState.js +115 -0
  77. package/esm/vendors/libphonenumber-js/es6/ParseError.js +116 -0
  78. package/esm/vendors/libphonenumber-js/es6/PhoneNumber.js +164 -0
  79. package/esm/vendors/libphonenumber-js/es6/constants.js +4 -0
  80. package/esm/vendors/libphonenumber-js/es6/format.js +77 -0
  81. package/esm/vendors/libphonenumber-js/es6/formatIncompletePhoneNumber.js +7 -0
  82. package/esm/vendors/libphonenumber-js/es6/getCountries.js +7 -0
  83. package/esm/vendors/libphonenumber-js/es6/getExampleNumber.js +7 -0
  84. package/esm/vendors/libphonenumber-js/es6/helpers/RFC3966.js +9 -0
  85. package/esm/vendors/libphonenumber-js/es6/helpers/applyInternationalSeparatorStyle.js +7 -0
  86. package/esm/vendors/libphonenumber-js/es6/helpers/checkNumberLength.js +21 -0
  87. package/esm/vendors/libphonenumber-js/es6/helpers/extension/createExtensionPattern.js +11 -0
  88. package/esm/vendors/libphonenumber-js/es6/helpers/extension/extractExtension.js +16 -0
  89. package/esm/vendors/libphonenumber-js/es6/helpers/extractCountryCallingCode.js +36 -0
  90. package/esm/vendors/libphonenumber-js/es6/helpers/extractCountryCallingCodeFromInternationalNumberWithoutPlusSign.js +21 -0
  91. package/esm/vendors/libphonenumber-js/es6/helpers/extractFormattedPhoneNumberFromPossibleRfc3966NumberUri.js +18 -0
  92. package/esm/vendors/libphonenumber-js/es6/helpers/extractNationalNumber.js +27 -0
  93. package/esm/vendors/libphonenumber-js/es6/helpers/extractNationalNumberFromPossiblyIncompleteNumber.js +27 -0
  94. package/esm/vendors/libphonenumber-js/es6/helpers/extractPhoneContext.js +15 -0
  95. package/esm/vendors/libphonenumber-js/es6/helpers/formatNationalNumberUsingFormat.js +11 -0
  96. package/esm/vendors/libphonenumber-js/es6/helpers/getCountryAndCallingCodeFromOneOfThem.js +13 -0
  97. package/esm/vendors/libphonenumber-js/es6/helpers/getCountryByCallingCode.js +12 -0
  98. package/esm/vendors/libphonenumber-js/es6/helpers/getCountryByNationalNumber.js +43 -0
  99. package/esm/vendors/libphonenumber-js/es6/helpers/getIddPrefix.js +10 -0
  100. package/esm/vendors/libphonenumber-js/es6/helpers/getNumberType.js +61 -0
  101. package/esm/vendors/libphonenumber-js/es6/helpers/getPossibleCountriesForNumber.js +14 -0
  102. package/esm/vendors/libphonenumber-js/es6/helpers/isCallingCode.js +7 -0
  103. package/esm/vendors/libphonenumber-js/es6/helpers/isCountryCode.js +7 -0
  104. package/esm/vendors/libphonenumber-js/es6/helpers/isObject.js +7 -0
  105. package/esm/vendors/libphonenumber-js/es6/helpers/isViablePhoneNumber.js +12 -0
  106. package/esm/vendors/libphonenumber-js/es6/helpers/matchesEntirely.js +6 -0
  107. package/esm/vendors/libphonenumber-js/es6/helpers/mergeArrays.js +39 -0
  108. package/esm/vendors/libphonenumber-js/es6/helpers/parseDigits.js +82 -0
  109. package/esm/vendors/libphonenumber-js/es6/helpers/stripIddPrefix.js +18 -0
  110. package/esm/vendors/libphonenumber-js/es6/isPossible.js +32 -0
  111. package/esm/vendors/libphonenumber-js/es6/isValid.js +11 -0
  112. package/esm/vendors/libphonenumber-js/es6/metadata.js +474 -0
  113. package/esm/vendors/libphonenumber-js/es6/normalizeArguments.js +110 -0
  114. package/esm/vendors/libphonenumber-js/es6/parse.js +103 -0
  115. package/esm/vendors/libphonenumber-js/es6/parseIncompletePhoneNumber.js +48 -0
  116. package/esm/vendors/libphonenumber-js/es6/parsePhoneNumber.js +9 -0
  117. package/esm/vendors/libphonenumber-js/es6/parsePhoneNumberWithError_.js +58 -0
  118. package/esm/vendors/libphonenumber-js/es6/parsePhoneNumber_.js +66 -0
  119. package/esm/vendors/libphonenumber-js/es6/tools/semver-compare.js +14 -0
  120. package/esm/vendors/libphonenumber-js/examples.mobile.json.js +250 -0
  121. package/esm/vendors/libphonenumber-js/max/exports/AsYouType.js +9 -0
  122. package/esm/vendors/libphonenumber-js/max/exports/formatIncompletePhoneNumber.js +8 -0
  123. package/esm/vendors/libphonenumber-js/max/exports/getCountries.js +8 -0
  124. package/esm/vendors/libphonenumber-js/max/exports/getCountryCallingCode.js +8 -0
  125. package/esm/vendors/libphonenumber-js/max/exports/getExampleNumber.js +8 -0
  126. package/esm/vendors/libphonenumber-js/max/exports/isSupportedCountry.js +8 -0
  127. package/esm/vendors/libphonenumber-js/max/exports/parsePhoneNumber.js +8 -0
  128. package/esm/vendors/libphonenumber-js/max/exports/withMetadataArgument.js +8 -0
  129. package/esm/vendors/libphonenumber-js/metadata.max.json.js +10489 -0
  130. package/package.json +3 -1
@@ -0,0 +1,2263 @@
1
+ import { DEFAULT_TEXTS } from './constants';
2
+ import { QPhoneCountryCode, QPhoneFieldProps, QPhoneFieldSlots, QPhoneFieldValidity } from './types';
3
+ import { nextTick } from 'vue';
4
+ type __VLS_Props = QPhoneFieldProps;
5
+ type __VLS_PublicProps = {
6
+ modelValue?: string;
7
+ 'country'?: QPhoneCountryCode | undefined;
8
+ 'open'?: boolean;
9
+ } & __VLS_Props;
10
+ declare function __VLS_template(): {
11
+ attrs: Partial<{}>;
12
+ slots: Readonly<QPhoneFieldSlots> & QPhoneFieldSlots;
13
+ refs: {
14
+ field: ({
15
+ $: import('vue').ComponentInternalInstance;
16
+ $data: {};
17
+ $props: {
18
+ readonly id?: string | undefined;
19
+ readonly class?: string | unknown[] | undefined;
20
+ readonly label?: string | undefined;
21
+ readonly required?: boolean | undefined;
22
+ readonly for?: string | undefined;
23
+ readonly labelPosition?: import('..').QLabelPosition | undefined;
24
+ readonly size?: import('..').QFieldSize | undefined;
25
+ readonly readonly?: boolean | undefined;
26
+ readonly disabled?: boolean | undefined;
27
+ readonly invalid?: boolean | undefined;
28
+ readonly prependIcon?: import('..').Icon | undefined;
29
+ readonly appendIcon?: import('..').Icon | undefined;
30
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
31
+ $attrs: import('vue').Attrs;
32
+ $refs: {
33
+ [x: string]: unknown;
34
+ } & {
35
+ field: ({
36
+ $: import('vue').ComponentInternalInstance;
37
+ $data: {};
38
+ $props: {
39
+ readonly id?: string | undefined;
40
+ readonly class?: string | unknown[] | undefined;
41
+ readonly label?: string | undefined;
42
+ readonly required?: boolean | undefined;
43
+ readonly for?: string | undefined;
44
+ readonly labelPosition?: import('..').QLabelPosition | undefined;
45
+ readonly size?: import('..').QFieldSize | undefined;
46
+ readonly readonly?: boolean | undefined;
47
+ readonly disabled?: boolean | undefined;
48
+ readonly invalid?: boolean | undefined;
49
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
50
+ $attrs: import('vue').Attrs;
51
+ $refs: {
52
+ [x: string]: unknown;
53
+ } & {
54
+ field: HTMLDivElement;
55
+ };
56
+ $slots: Readonly<{
57
+ [name: string]: import('vue').Slot<any> | undefined;
58
+ }>;
59
+ $root: import('vue').ComponentPublicInstance | null;
60
+ $parent: import('vue').ComponentPublicInstance | null;
61
+ $host: Element | null;
62
+ $emit: (event: string, ...args: any[]) => void;
63
+ $el: any;
64
+ $options: import('vue').ComponentOptionsBase<Readonly<import('..').QFieldProps> & Readonly<{}>, {
65
+ fieldRef: Readonly<import('vue').ShallowRef<HTMLDivElement | null>>;
66
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
67
+ size: import('..').QFieldSize;
68
+ labelPosition: import('..').QLabelPosition;
69
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
70
+ beforeCreate?: (() => void) | (() => void)[];
71
+ created?: (() => void) | (() => void)[];
72
+ beforeMount?: (() => void) | (() => void)[];
73
+ mounted?: (() => void) | (() => void)[];
74
+ beforeUpdate?: (() => void) | (() => void)[];
75
+ updated?: (() => void) | (() => void)[];
76
+ activated?: (() => void) | (() => void)[];
77
+ deactivated?: (() => void) | (() => void)[];
78
+ beforeDestroy?: (() => void) | (() => void)[];
79
+ beforeUnmount?: (() => void) | (() => void)[];
80
+ destroyed?: (() => void) | (() => void)[];
81
+ unmounted?: (() => void) | (() => void)[];
82
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
83
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
84
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
85
+ };
86
+ $forceUpdate: () => void;
87
+ $nextTick: typeof nextTick;
88
+ $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;
89
+ } & Readonly<{
90
+ size: import('..').QFieldSize;
91
+ labelPosition: import('..').QLabelPosition;
92
+ }> & Omit<Readonly<import('..').QFieldProps> & Readonly<{}>, "fieldRef" | ("size" | "labelPosition")> & {
93
+ fieldRef: HTMLDivElement | null;
94
+ } & {} & import('vue').ComponentCustomProperties & {} & {
95
+ $slots: {
96
+ 'label.prepend'?(_: {}): any;
97
+ 'label.append'?(_: {}): any;
98
+ control?(_: {}): any;
99
+ prepend?(_: {}): any;
100
+ default?(_: {}): any;
101
+ append?(_: {}): any;
102
+ extras?(_: {}): any;
103
+ };
104
+ }) | null;
105
+ };
106
+ $slots: Readonly<{
107
+ [name: string]: import('vue').Slot<any> | undefined;
108
+ }>;
109
+ $root: import('vue').ComponentPublicInstance | null;
110
+ $parent: import('vue').ComponentPublicInstance | null;
111
+ $host: Element | null;
112
+ $emit: (event: string, ...args: any[]) => void;
113
+ $el: any;
114
+ $options: import('vue').ComponentOptionsBase<Readonly<import('..').QInputGroupProps> & Readonly<{}>, {
115
+ fieldRef: import('vue').ComputedRef<HTMLDivElement | null | undefined>;
116
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
117
+ size: import('..').QFieldSize;
118
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
119
+ beforeCreate?: (() => void) | (() => void)[];
120
+ created?: (() => void) | (() => void)[];
121
+ beforeMount?: (() => void) | (() => void)[];
122
+ mounted?: (() => void) | (() => void)[];
123
+ beforeUpdate?: (() => void) | (() => void)[];
124
+ updated?: (() => void) | (() => void)[];
125
+ activated?: (() => void) | (() => void)[];
126
+ deactivated?: (() => void) | (() => void)[];
127
+ beforeDestroy?: (() => void) | (() => void)[];
128
+ beforeUnmount?: (() => void) | (() => void)[];
129
+ destroyed?: (() => void) | (() => void)[];
130
+ unmounted?: (() => void) | (() => void)[];
131
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
132
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
133
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
134
+ };
135
+ $forceUpdate: () => void;
136
+ $nextTick: typeof nextTick;
137
+ $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;
138
+ } & Readonly<{
139
+ size: import('..').QFieldSize;
140
+ }> & Omit<Readonly<import('..').QInputGroupProps> & Readonly<{}>, "size" | "fieldRef"> & {
141
+ fieldRef: HTMLDivElement | null | undefined;
142
+ } & {} & import('vue').ComponentCustomProperties & {} & {
143
+ $slots: {
144
+ 'label.prepend'?(_: {}): any;
145
+ 'label.append'?(_: {}): any;
146
+ prepend?(_: {}): any;
147
+ default?(_: {}): any;
148
+ append?(_: {}): any;
149
+ extras?(_: {}): any;
150
+ };
151
+ }) | null;
152
+ countrySelect: ({
153
+ $: import('vue').ComponentInternalInstance;
154
+ $data: {};
155
+ $props: {
156
+ readonly modelValue?: any;
157
+ readonly open?: boolean | undefined;
158
+ readonly id?: string | undefined;
159
+ readonly class?: string | unknown[] | undefined;
160
+ readonly label?: string | undefined;
161
+ readonly required?: boolean | undefined;
162
+ readonly for?: string | undefined;
163
+ readonly labelPosition?: import('..').QLabelPosition | undefined;
164
+ readonly size?: import('..').QFieldSize | undefined;
165
+ readonly readonly?: boolean | undefined;
166
+ readonly disabled?: boolean | undefined;
167
+ readonly invalid?: boolean | undefined;
168
+ readonly items?: import('..').Item[] | undefined;
169
+ readonly groups?: import('..').Group[] | undefined;
170
+ readonly clearable?: boolean | undefined;
171
+ readonly inline?: boolean | undefined;
172
+ readonly overlayAnchor?: import('..').QOverlayAnchor | undefined;
173
+ readonly selectOnTab?: boolean | undefined;
174
+ readonly multiple?: boolean | undefined;
175
+ readonly badges?: boolean | undefined;
176
+ readonly loading?: boolean | undefined;
177
+ readonly emptyValue?: any;
178
+ readonly itemValue?: string | undefined;
179
+ readonly itemLabel?: string | undefined;
180
+ readonly icons?: typeof import('../QSelect/constants').DEFAULT_ICONS | undefined;
181
+ readonly texts?: typeof import('../QSelect/constants').DEFAULT_TEXTS | undefined;
182
+ readonly "onUpdate:modelValue"?: ((value: any) => any) | undefined;
183
+ readonly onHide?: (() => any) | undefined;
184
+ readonly onShow?: (() => any) | undefined;
185
+ readonly "onBefore-show"?: (() => any) | undefined;
186
+ readonly "onBefore-hide"?: (() => any) | undefined;
187
+ readonly "onUpdate:open"?: ((value: boolean) => any) | undefined;
188
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
189
+ $attrs: import('vue').Attrs;
190
+ $refs: {
191
+ [x: string]: unknown;
192
+ } & {
193
+ trigger: ({
194
+ $: import('vue').ComponentInternalInstance;
195
+ $data: {};
196
+ $props: {
197
+ readonly id?: string | undefined;
198
+ readonly class?: string | unknown[] | undefined;
199
+ readonly label?: string | undefined;
200
+ readonly required?: boolean | undefined;
201
+ readonly for?: string | undefined;
202
+ readonly labelPosition?: import('..').QLabelPosition | undefined;
203
+ readonly size?: import('..').QFieldSize | undefined;
204
+ readonly readonly?: boolean | undefined;
205
+ readonly disabled?: boolean | undefined;
206
+ readonly invalid?: boolean | undefined;
207
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
208
+ $attrs: import('vue').Attrs;
209
+ $refs: {
210
+ [x: string]: unknown;
211
+ } & {
212
+ field: HTMLDivElement;
213
+ };
214
+ $slots: Readonly<{
215
+ [name: string]: import('vue').Slot<any> | undefined;
216
+ }>;
217
+ $root: import('vue').ComponentPublicInstance | null;
218
+ $parent: import('vue').ComponentPublicInstance | null;
219
+ $host: Element | null;
220
+ $emit: (event: string, ...args: any[]) => void;
221
+ $el: any;
222
+ $options: import('vue').ComponentOptionsBase<Readonly<import('..').QFieldProps> & Readonly<{}>, {
223
+ fieldRef: Readonly<import('vue').ShallowRef<HTMLDivElement | null>>;
224
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
225
+ size: import('..').QFieldSize;
226
+ labelPosition: import('..').QLabelPosition;
227
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
228
+ beforeCreate?: (() => void) | (() => void)[];
229
+ created?: (() => void) | (() => void)[];
230
+ beforeMount?: (() => void) | (() => void)[];
231
+ mounted?: (() => void) | (() => void)[];
232
+ beforeUpdate?: (() => void) | (() => void)[];
233
+ updated?: (() => void) | (() => void)[];
234
+ activated?: (() => void) | (() => void)[];
235
+ deactivated?: (() => void) | (() => void)[];
236
+ beforeDestroy?: (() => void) | (() => void)[];
237
+ beforeUnmount?: (() => void) | (() => void)[];
238
+ destroyed?: (() => void) | (() => void)[];
239
+ unmounted?: (() => void) | (() => void)[];
240
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
241
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
242
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
243
+ };
244
+ $forceUpdate: () => void;
245
+ $nextTick: typeof nextTick;
246
+ $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;
247
+ } & Readonly<{
248
+ size: import('..').QFieldSize;
249
+ labelPosition: import('..').QLabelPosition;
250
+ }> & Omit<Readonly<import('..').QFieldProps> & Readonly<{}>, "fieldRef" | ("size" | "labelPosition")> & {
251
+ fieldRef: HTMLDivElement | null;
252
+ } & {} & import('vue').ComponentCustomProperties & {} & {
253
+ $slots: {
254
+ 'label.prepend'?(_: {}): any;
255
+ 'label.append'?(_: {}): any;
256
+ control?(_: {}): any;
257
+ prepend?(_: {}): any;
258
+ default?(_: {}): any;
259
+ append?(_: {}): any;
260
+ extras?(_: {}): any;
261
+ };
262
+ }) | null;
263
+ valueContainer: HTMLSpanElement;
264
+ hiddenItemsCountBadge: ({
265
+ $: import('vue').ComponentInternalInstance;
266
+ $data: {};
267
+ $props: {
268
+ readonly id?: string | undefined;
269
+ readonly class?: string | unknown[] | undefined;
270
+ readonly variant?: import('..').QBadgeVariant | undefined;
271
+ readonly color?: string | undefined;
272
+ readonly pill?: boolean | undefined;
273
+ readonly size?: import('..').QBadgeSize | undefined;
274
+ readonly disabled?: boolean | undefined;
275
+ readonly removable?: boolean | undefined;
276
+ readonly icons?: typeof import('../QBadge/constants').DEFAULT_ICONS | undefined;
277
+ readonly texts?: typeof import('../QBadge/constants').DEFAULT_TEXTS | undefined;
278
+ readonly "onClick:remove"?: (() => any) | undefined;
279
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
280
+ $attrs: import('vue').Attrs;
281
+ $refs: {
282
+ [x: string]: unknown;
283
+ };
284
+ $slots: Readonly<{
285
+ [name: string]: import('vue').Slot<any> | undefined;
286
+ }>;
287
+ $root: import('vue').ComponentPublicInstance | null;
288
+ $parent: import('vue').ComponentPublicInstance | null;
289
+ $host: Element | null;
290
+ $emit: (event: "click:remove") => void;
291
+ $el: any;
292
+ $options: import('vue').ComponentOptionsBase<Readonly<import('..').QBadgeProps> & Readonly<{
293
+ "onClick:remove"?: (() => any) | undefined;
294
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
295
+ "click:remove": () => any;
296
+ }, string, {
297
+ size: import('..').QBadgeSize;
298
+ variant: import('..').QBadgeVariant;
299
+ color: string;
300
+ icons: typeof import('../QBadge/constants').DEFAULT_ICONS;
301
+ texts: typeof import('../QBadge/constants').DEFAULT_TEXTS;
302
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
303
+ beforeCreate?: (() => void) | (() => void)[];
304
+ created?: (() => void) | (() => void)[];
305
+ beforeMount?: (() => void) | (() => void)[];
306
+ mounted?: (() => void) | (() => void)[];
307
+ beforeUpdate?: (() => void) | (() => void)[];
308
+ updated?: (() => void) | (() => void)[];
309
+ activated?: (() => void) | (() => void)[];
310
+ deactivated?: (() => void) | (() => void)[];
311
+ beforeDestroy?: (() => void) | (() => void)[];
312
+ beforeUnmount?: (() => void) | (() => void)[];
313
+ destroyed?: (() => void) | (() => void)[];
314
+ unmounted?: (() => void) | (() => void)[];
315
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
316
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
317
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
318
+ };
319
+ $forceUpdate: () => void;
320
+ $nextTick: typeof nextTick;
321
+ $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;
322
+ } & Readonly<{
323
+ size: import('..').QBadgeSize;
324
+ variant: import('..').QBadgeVariant;
325
+ color: string;
326
+ icons: typeof import('../QBadge/constants').DEFAULT_ICONS;
327
+ texts: typeof import('../QBadge/constants').DEFAULT_TEXTS;
328
+ }> & Omit<Readonly<import('..').QBadgeProps> & Readonly<{
329
+ "onClick:remove"?: (() => any) | undefined;
330
+ }>, "size" | "variant" | "color" | "icons" | "texts"> & {} & import('vue').ComponentCustomProperties & {} & {
331
+ $slots: {
332
+ default?(_: {}): any;
333
+ default?(_: {}): any;
334
+ };
335
+ }) | null;
336
+ allBadges: (({
337
+ $: import('vue').ComponentInternalInstance;
338
+ $data: {};
339
+ $props: {
340
+ readonly id?: string | undefined;
341
+ readonly class?: string | unknown[] | undefined;
342
+ readonly variant?: import('..').QBadgeVariant | undefined;
343
+ readonly color?: string | undefined;
344
+ readonly pill?: boolean | undefined;
345
+ readonly size?: import('..').QBadgeSize | undefined;
346
+ readonly disabled?: boolean | undefined;
347
+ readonly removable?: boolean | undefined;
348
+ readonly icons?: typeof import('../QBadge/constants').DEFAULT_ICONS | undefined;
349
+ readonly texts?: typeof import('../QBadge/constants').DEFAULT_TEXTS | undefined;
350
+ readonly "onClick:remove"?: (() => any) | undefined;
351
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
352
+ $attrs: import('vue').Attrs;
353
+ $refs: {
354
+ [x: string]: unknown;
355
+ };
356
+ $slots: Readonly<{
357
+ [name: string]: import('vue').Slot<any> | undefined;
358
+ }>;
359
+ $root: import('vue').ComponentPublicInstance | null;
360
+ $parent: import('vue').ComponentPublicInstance | null;
361
+ $host: Element | null;
362
+ $emit: (event: "click:remove") => void;
363
+ $el: any;
364
+ $options: import('vue').ComponentOptionsBase<Readonly<import('..').QBadgeProps> & Readonly<{
365
+ "onClick:remove"?: (() => any) | undefined;
366
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
367
+ "click:remove": () => any;
368
+ }, string, {
369
+ size: import('..').QBadgeSize;
370
+ variant: import('..').QBadgeVariant;
371
+ color: string;
372
+ icons: typeof import('../QBadge/constants').DEFAULT_ICONS;
373
+ texts: typeof import('../QBadge/constants').DEFAULT_TEXTS;
374
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
375
+ beforeCreate?: (() => void) | (() => void)[];
376
+ created?: (() => void) | (() => void)[];
377
+ beforeMount?: (() => void) | (() => void)[];
378
+ mounted?: (() => void) | (() => void)[];
379
+ beforeUpdate?: (() => void) | (() => void)[];
380
+ updated?: (() => void) | (() => void)[];
381
+ activated?: (() => void) | (() => void)[];
382
+ deactivated?: (() => void) | (() => void)[];
383
+ beforeDestroy?: (() => void) | (() => void)[];
384
+ beforeUnmount?: (() => void) | (() => void)[];
385
+ destroyed?: (() => void) | (() => void)[];
386
+ unmounted?: (() => void) | (() => void)[];
387
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
388
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
389
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
390
+ };
391
+ $forceUpdate: () => void;
392
+ $nextTick: typeof nextTick;
393
+ $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;
394
+ } & Readonly<{
395
+ size: import('..').QBadgeSize;
396
+ variant: import('..').QBadgeVariant;
397
+ color: string;
398
+ icons: typeof import('../QBadge/constants').DEFAULT_ICONS;
399
+ texts: typeof import('../QBadge/constants').DEFAULT_TEXTS;
400
+ }> & Omit<Readonly<import('..').QBadgeProps> & Readonly<{
401
+ "onClick:remove"?: (() => any) | undefined;
402
+ }>, "size" | "variant" | "color" | "icons" | "texts"> & {} & import('vue').ComponentCustomProperties & {} & {
403
+ $slots: {
404
+ default?(_: {}): any;
405
+ default?(_: {}): any;
406
+ };
407
+ }) | null)[];
408
+ allPlainTexts: HTMLSpanElement;
409
+ input: HTMLInputElement;
410
+ content: HTMLDivElement;
411
+ list: ({
412
+ $: import('vue').ComponentInternalInstance;
413
+ $data: {};
414
+ $props: {
415
+ readonly id?: string | undefined;
416
+ readonly class?: string | unknown[] | undefined;
417
+ readonly modelValue?: any;
418
+ readonly highlighted?: any;
419
+ readonly items?: import('..').Item[] | undefined;
420
+ readonly groups?: import('..').Group[] | undefined;
421
+ readonly selectable?: boolean | undefined;
422
+ readonly selectOnTab?: boolean | undefined;
423
+ readonly multiple?: boolean | undefined;
424
+ readonly disabled?: boolean | undefined;
425
+ readonly required?: boolean | undefined;
426
+ readonly itemValue?: string | undefined;
427
+ readonly itemLabel?: string | undefined;
428
+ readonly "onUpdate:modelValue"?: ((val: any) => any) | undefined;
429
+ readonly onClick?: ((key: any) => any) | undefined;
430
+ readonly "onMouseenter:item"?: ((key: any) => any) | undefined;
431
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
432
+ $attrs: import('vue').Attrs;
433
+ $refs: {
434
+ [x: string]: unknown;
435
+ } & {
436
+ listRef: unknown;
437
+ listItemsRef: (({
438
+ $: import('vue').ComponentInternalInstance;
439
+ $data: {};
440
+ $props: {
441
+ readonly modelValue?: boolean | undefined;
442
+ readonly value: any;
443
+ readonly label: string;
444
+ readonly icon?: import('..').Icon | undefined;
445
+ readonly description?: string | undefined;
446
+ readonly selectable?: boolean | undefined;
447
+ readonly selectOnTab?: boolean | undefined;
448
+ readonly highlighted?: boolean | undefined;
449
+ readonly disabled?: boolean | undefined;
450
+ readonly icons?: typeof import('../QList/constants').DEFAULT_ICONS | undefined;
451
+ readonly checkboxless?: boolean | undefined;
452
+ readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
453
+ readonly onClick?: (() => any) | undefined;
454
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
455
+ $attrs: import('vue').Attrs;
456
+ $refs: {
457
+ [x: string]: unknown;
458
+ };
459
+ $slots: Readonly<{
460
+ [name: string]: import('vue').Slot<any> | undefined;
461
+ }>;
462
+ $root: import('vue').ComponentPublicInstance | null;
463
+ $parent: import('vue').ComponentPublicInstance | null;
464
+ $host: Element | null;
465
+ $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click") => void);
466
+ $el: HTMLLIElement;
467
+ $options: import('vue').ComponentOptionsBase<Readonly<{
468
+ modelValue?: boolean;
469
+ } & import('..').QListItemProps> & Readonly<{
470
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
471
+ onClick?: (() => any) | undefined;
472
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
473
+ "update:modelValue": (value: boolean) => any;
474
+ } & {
475
+ click: () => any;
476
+ }, string, {
477
+ icons: typeof import('../QList/constants').DEFAULT_ICONS;
478
+ selectOnTab: boolean;
479
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
480
+ beforeCreate?: (() => void) | (() => void)[];
481
+ created?: (() => void) | (() => void)[];
482
+ beforeMount?: (() => void) | (() => void)[];
483
+ mounted?: (() => void) | (() => void)[];
484
+ beforeUpdate?: (() => void) | (() => void)[];
485
+ updated?: (() => void) | (() => void)[];
486
+ activated?: (() => void) | (() => void)[];
487
+ deactivated?: (() => void) | (() => void)[];
488
+ beforeDestroy?: (() => void) | (() => void)[];
489
+ beforeUnmount?: (() => void) | (() => void)[];
490
+ destroyed?: (() => void) | (() => void)[];
491
+ unmounted?: (() => void) | (() => void)[];
492
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
493
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
494
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
495
+ };
496
+ $forceUpdate: () => void;
497
+ $nextTick: typeof nextTick;
498
+ $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;
499
+ } & Readonly<{
500
+ icons: typeof import('../QList/constants').DEFAULT_ICONS;
501
+ selectOnTab: boolean;
502
+ }> & Omit<Readonly<{
503
+ modelValue?: boolean;
504
+ } & import('..').QListItemProps> & Readonly<{
505
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
506
+ onClick?: (() => any) | undefined;
507
+ }>, "icons" | "selectOnTab"> & {} & import('vue').ComponentCustomProperties & {} & {
508
+ $slots: {
509
+ prepend?(_: {}): any;
510
+ default?(_: {}): any;
511
+ append?(_: {}): any;
512
+ };
513
+ }) | null)[];
514
+ };
515
+ $slots: Readonly<{
516
+ [name: string]: import('vue').Slot<any> | undefined;
517
+ }>;
518
+ $root: import('vue').ComponentPublicInstance | null;
519
+ $parent: import('vue').ComponentPublicInstance | null;
520
+ $host: Element | null;
521
+ $emit: ((event: "update:modelValue", val: any) => void) & ((event: "click", key: any) => void) & ((event: "mouseenter:item", key: any) => void);
522
+ $el: any;
523
+ $options: import('vue').ComponentOptionsBase<Readonly<import('..').QListProps> & Readonly<{
524
+ "onUpdate:modelValue"?: ((val: any) => any) | undefined;
525
+ onClick?: ((key: any) => any) | undefined;
526
+ "onMouseenter:item"?: ((key: any) => any) | undefined;
527
+ }>, {
528
+ getItem: (idx: number) => HTMLElement | undefined;
529
+ getActiveItemIndex: () => number;
530
+ getAdjacentItemIndex: (idx: number, direction: "next" | "prev") => number;
531
+ getFirstFocusableItemIndex: () => number;
532
+ getLastFocusableItemIndex: () => number;
533
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
534
+ "update:modelValue": (val: any) => any;
535
+ click: (key: any) => any;
536
+ "mouseenter:item": (key: any) => any;
537
+ }, string, {
538
+ groups: import('..').Group[];
539
+ selectOnTab: boolean;
540
+ itemValue: string;
541
+ itemLabel: string;
542
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
543
+ beforeCreate?: (() => void) | (() => void)[];
544
+ created?: (() => void) | (() => void)[];
545
+ beforeMount?: (() => void) | (() => void)[];
546
+ mounted?: (() => void) | (() => void)[];
547
+ beforeUpdate?: (() => void) | (() => void)[];
548
+ updated?: (() => void) | (() => void)[];
549
+ activated?: (() => void) | (() => void)[];
550
+ deactivated?: (() => void) | (() => void)[];
551
+ beforeDestroy?: (() => void) | (() => void)[];
552
+ beforeUnmount?: (() => void) | (() => void)[];
553
+ destroyed?: (() => void) | (() => void)[];
554
+ unmounted?: (() => void) | (() => void)[];
555
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
556
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
557
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
558
+ };
559
+ $forceUpdate: () => void;
560
+ $nextTick: typeof nextTick;
561
+ $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;
562
+ } & Readonly<{
563
+ groups: import('..').Group[];
564
+ selectOnTab: boolean;
565
+ itemValue: string;
566
+ itemLabel: string;
567
+ }> & Omit<Readonly<import('..').QListProps> & Readonly<{
568
+ "onUpdate:modelValue"?: ((val: any) => any) | undefined;
569
+ onClick?: ((key: any) => any) | undefined;
570
+ "onMouseenter:item"?: ((key: any) => any) | undefined;
571
+ }>, "getItem" | "getActiveItemIndex" | "getAdjacentItemIndex" | "getFirstFocusableItemIndex" | "getLastFocusableItemIndex" | ("groups" | "selectOnTab" | "itemValue" | "itemLabel")> & {
572
+ getItem: (idx: number) => HTMLElement | undefined;
573
+ getActiveItemIndex: () => number;
574
+ getAdjacentItemIndex: (idx: number, direction: "next" | "prev") => number;
575
+ getFirstFocusableItemIndex: () => number;
576
+ getLastFocusableItemIndex: () => number;
577
+ } & {} & import('vue').ComponentCustomProperties & {} & {
578
+ $slots: {
579
+ default?(_: {}): any;
580
+ item?(_: {
581
+ item: import('..').Item;
582
+ element: HTMLLIElement | undefined;
583
+ }): any;
584
+ 'item.append'?(_: {
585
+ item: import('..').Item;
586
+ element: HTMLLIElement | undefined;
587
+ }): any;
588
+ };
589
+ }) | null;
590
+ };
591
+ $slots: Readonly<{
592
+ [name: string]: import('vue').Slot<any> | undefined;
593
+ }>;
594
+ $root: import('vue').ComponentPublicInstance | null;
595
+ $parent: import('vue').ComponentPublicInstance | null;
596
+ $host: Element | null;
597
+ $emit: ((event: "update:modelValue", value: any) => void) & ((event: "hide") => void) & ((event: "show") => void) & ((event: "before-show") => void) & ((event: "before-hide") => void) & ((event: "update:open", value: boolean) => void);
598
+ $el: any;
599
+ $options: import('vue').ComponentOptionsBase<Readonly<{
600
+ modelValue?: any;
601
+ open?: boolean;
602
+ } & import('../../types/component').QBaseComponentProps & {
603
+ label?: string;
604
+ required?: boolean;
605
+ for?: string;
606
+ labelPosition?: import('..').QLabelPosition;
607
+ } & {
608
+ size?: import('..').QFieldSize;
609
+ readonly?: boolean;
610
+ disabled?: boolean;
611
+ required?: boolean;
612
+ invalid?: boolean;
613
+ } & {
614
+ items?: import('..').Item[];
615
+ groups?: import('..').Group[];
616
+ clearable?: boolean;
617
+ inline?: boolean;
618
+ overlayAnchor?: import('..').QOverlayAnchor;
619
+ selectOnTab?: boolean;
620
+ multiple?: boolean;
621
+ badges?: boolean;
622
+ loading?: boolean;
623
+ emptyValue?: any;
624
+ itemValue?: string;
625
+ itemLabel?: string;
626
+ icons?: typeof import('../QSelect/constants').DEFAULT_ICONS;
627
+ texts?: typeof import('../QSelect/constants').DEFAULT_TEXTS;
628
+ }> & Readonly<{
629
+ "onUpdate:modelValue"?: ((value: any) => any) | undefined;
630
+ onHide?: (() => any) | undefined;
631
+ onShow?: (() => any) | undefined;
632
+ "onBefore-show"?: (() => any) | undefined;
633
+ "onBefore-hide"?: (() => any) | undefined;
634
+ "onUpdate:open"?: ((value: boolean) => any) | undefined;
635
+ }>, {
636
+ focusList: () => void;
637
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
638
+ "update:modelValue": (value: any) => any;
639
+ "update:open": (value: boolean) => any;
640
+ } & {
641
+ hide: () => any;
642
+ show: () => any;
643
+ "before-show": () => any;
644
+ "before-hide": () => any;
645
+ }, string, {
646
+ icons: typeof import('../QSelect/constants').DEFAULT_ICONS;
647
+ texts: typeof import('../QSelect/constants').DEFAULT_TEXTS;
648
+ groups: import('..').Group[];
649
+ selectOnTab: boolean;
650
+ itemValue: string;
651
+ itemLabel: string;
652
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
653
+ beforeCreate?: (() => void) | (() => void)[];
654
+ created?: (() => void) | (() => void)[];
655
+ beforeMount?: (() => void) | (() => void)[];
656
+ mounted?: (() => void) | (() => void)[];
657
+ beforeUpdate?: (() => void) | (() => void)[];
658
+ updated?: (() => void) | (() => void)[];
659
+ activated?: (() => void) | (() => void)[];
660
+ deactivated?: (() => void) | (() => void)[];
661
+ beforeDestroy?: (() => void) | (() => void)[];
662
+ beforeUnmount?: (() => void) | (() => void)[];
663
+ destroyed?: (() => void) | (() => void)[];
664
+ unmounted?: (() => void) | (() => void)[];
665
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
666
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
667
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
668
+ };
669
+ $forceUpdate: () => void;
670
+ $nextTick: typeof nextTick;
671
+ $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;
672
+ } & Readonly<{
673
+ icons: typeof import('../QSelect/constants').DEFAULT_ICONS;
674
+ texts: typeof import('../QSelect/constants').DEFAULT_TEXTS;
675
+ groups: import('..').Group[];
676
+ selectOnTab: boolean;
677
+ itemValue: string;
678
+ itemLabel: string;
679
+ }> & Omit<Readonly<{
680
+ modelValue?: any;
681
+ open?: boolean;
682
+ } & import('../../types/component').QBaseComponentProps & {
683
+ label?: string;
684
+ required?: boolean;
685
+ for?: string;
686
+ labelPosition?: import('..').QLabelPosition;
687
+ } & {
688
+ size?: import('..').QFieldSize;
689
+ readonly?: boolean;
690
+ disabled?: boolean;
691
+ required?: boolean;
692
+ invalid?: boolean;
693
+ } & {
694
+ items?: import('..').Item[];
695
+ groups?: import('..').Group[];
696
+ clearable?: boolean;
697
+ inline?: boolean;
698
+ overlayAnchor?: import('..').QOverlayAnchor;
699
+ selectOnTab?: boolean;
700
+ multiple?: boolean;
701
+ badges?: boolean;
702
+ loading?: boolean;
703
+ emptyValue?: any;
704
+ itemValue?: string;
705
+ itemLabel?: string;
706
+ icons?: typeof import('../QSelect/constants').DEFAULT_ICONS;
707
+ texts?: typeof import('../QSelect/constants').DEFAULT_TEXTS;
708
+ }> & Readonly<{
709
+ "onUpdate:modelValue"?: ((value: any) => any) | undefined;
710
+ onHide?: (() => any) | undefined;
711
+ onShow?: (() => any) | undefined;
712
+ "onBefore-show"?: (() => any) | undefined;
713
+ "onBefore-hide"?: (() => any) | undefined;
714
+ "onUpdate:open"?: ((value: boolean) => any) | undefined;
715
+ }>, ("icons" | "texts" | "groups" | "selectOnTab" | "itemValue" | "itemLabel") | "focusList"> & {
716
+ focusList: () => void;
717
+ } & {} & import('vue').ComponentCustomProperties & {} & {
718
+ $slots: {
719
+ prepend?(_: {}): any;
720
+ value?(_: {
721
+ empty: boolean;
722
+ items: import('..').Item[];
723
+ value: any;
724
+ }): any;
725
+ append?(_: {}): any;
726
+ extras?(_: {}): any;
727
+ 'body.prepend'?(_: {}): any;
728
+ item?(_: {
729
+ item: import('..').Item;
730
+ }): any;
731
+ 'body.append'?(_: {}): any;
732
+ };
733
+ }) | null;
734
+ searchField: ({
735
+ $: import('vue').ComponentInternalInstance;
736
+ $data: {};
737
+ $props: {
738
+ readonly modelValue?: string | undefined;
739
+ readonly id?: string | undefined;
740
+ readonly class?: string | unknown[] | undefined;
741
+ readonly label?: string | undefined;
742
+ readonly required?: boolean | undefined;
743
+ readonly for?: string | undefined;
744
+ readonly labelPosition?: import('..').QLabelPosition | undefined;
745
+ readonly size?: import('..').QFieldSize | undefined;
746
+ readonly readonly?: boolean | undefined;
747
+ readonly disabled?: boolean | undefined;
748
+ readonly invalid?: boolean | undefined;
749
+ readonly placeholder?: string | undefined;
750
+ readonly maxLength?: number | undefined;
751
+ readonly clearable?: boolean | undefined;
752
+ readonly type?: string | undefined;
753
+ readonly texts?: typeof import('..').DEFAULT_TEXTS | undefined;
754
+ readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
755
+ readonly "onClick:clear"?: ((event: Event) => any) | undefined;
756
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
757
+ $attrs: import('vue').Attrs;
758
+ $refs: {
759
+ [x: string]: unknown;
760
+ } & {
761
+ field: ({
762
+ $: import('vue').ComponentInternalInstance;
763
+ $data: {};
764
+ $props: {
765
+ readonly id?: string | undefined;
766
+ readonly class?: string | unknown[] | undefined;
767
+ readonly label?: string | undefined;
768
+ readonly required?: boolean | undefined;
769
+ readonly for?: string | undefined;
770
+ readonly labelPosition?: import('..').QLabelPosition | undefined;
771
+ readonly size?: import('..').QFieldSize | undefined;
772
+ readonly readonly?: boolean | undefined;
773
+ readonly disabled?: boolean | undefined;
774
+ readonly invalid?: boolean | undefined;
775
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
776
+ $attrs: import('vue').Attrs;
777
+ $refs: {
778
+ [x: string]: unknown;
779
+ } & {
780
+ field: HTMLDivElement;
781
+ };
782
+ $slots: Readonly<{
783
+ [name: string]: import('vue').Slot<any> | undefined;
784
+ }>;
785
+ $root: import('vue').ComponentPublicInstance | null;
786
+ $parent: import('vue').ComponentPublicInstance | null;
787
+ $host: Element | null;
788
+ $emit: (event: string, ...args: any[]) => void;
789
+ $el: any;
790
+ $options: import('vue').ComponentOptionsBase<Readonly<import('..').QFieldProps> & Readonly<{}>, {
791
+ fieldRef: Readonly<import('vue').ShallowRef<HTMLDivElement | null>>;
792
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
793
+ size: import('..').QFieldSize;
794
+ labelPosition: import('..').QLabelPosition;
795
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
796
+ beforeCreate?: (() => void) | (() => void)[];
797
+ created?: (() => void) | (() => void)[];
798
+ beforeMount?: (() => void) | (() => void)[];
799
+ mounted?: (() => void) | (() => void)[];
800
+ beforeUpdate?: (() => void) | (() => void)[];
801
+ updated?: (() => void) | (() => void)[];
802
+ activated?: (() => void) | (() => void)[];
803
+ deactivated?: (() => void) | (() => void)[];
804
+ beforeDestroy?: (() => void) | (() => void)[];
805
+ beforeUnmount?: (() => void) | (() => void)[];
806
+ destroyed?: (() => void) | (() => void)[];
807
+ unmounted?: (() => void) | (() => void)[];
808
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
809
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
810
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
811
+ };
812
+ $forceUpdate: () => void;
813
+ $nextTick: typeof nextTick;
814
+ $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;
815
+ } & Readonly<{
816
+ size: import('..').QFieldSize;
817
+ labelPosition: import('..').QLabelPosition;
818
+ }> & Omit<Readonly<import('..').QFieldProps> & Readonly<{}>, "fieldRef" | ("size" | "labelPosition")> & {
819
+ fieldRef: HTMLDivElement | null;
820
+ } & {} & import('vue').ComponentCustomProperties & {} & {
821
+ $slots: {
822
+ 'label.prepend'?(_: {}): any;
823
+ 'label.append'?(_: {}): any;
824
+ control?(_: {}): any;
825
+ prepend?(_: {}): any;
826
+ default?(_: {}): any;
827
+ append?(_: {}): any;
828
+ extras?(_: {}): any;
829
+ };
830
+ }) | null;
831
+ input: HTMLInputElement;
832
+ };
833
+ $slots: Readonly<{
834
+ [name: string]: import('vue').Slot<any> | undefined;
835
+ }>;
836
+ $root: import('vue').ComponentPublicInstance | null;
837
+ $parent: import('vue').ComponentPublicInstance | null;
838
+ $host: Element | null;
839
+ $emit: ((event: "update:modelValue", value: string) => void) & ((event: "click:clear", event: Event) => void);
840
+ $el: any;
841
+ $options: import('vue').ComponentOptionsBase<Readonly<{
842
+ modelValue?: string;
843
+ } & import('../../types/component').QBaseComponentProps & {
844
+ label?: string;
845
+ required?: boolean;
846
+ for?: string;
847
+ labelPosition?: import('..').QLabelPosition;
848
+ } & {
849
+ size?: import('..').QFieldSize;
850
+ readonly?: boolean;
851
+ disabled?: boolean;
852
+ required?: boolean;
853
+ invalid?: boolean;
854
+ } & {
855
+ placeholder?: string;
856
+ maxLength?: number;
857
+ clearable?: boolean;
858
+ type?: string;
859
+ texts?: typeof import('..').DEFAULT_TEXTS;
860
+ }> & Readonly<{
861
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
862
+ "onClick:clear"?: ((event: Event) => any) | undefined;
863
+ }>, {
864
+ fieldRef: import('vue').ComputedRef<HTMLDivElement | null | undefined>;
865
+ inputRef: Readonly<import('vue').ShallowRef<HTMLInputElement | null>>;
866
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
867
+ "update:modelValue": (value: string) => any;
868
+ } & {
869
+ "click:clear": (event: Event) => any;
870
+ }, string, {
871
+ type: string;
872
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
873
+ beforeCreate?: (() => void) | (() => void)[];
874
+ created?: (() => void) | (() => void)[];
875
+ beforeMount?: (() => void) | (() => void)[];
876
+ mounted?: (() => void) | (() => void)[];
877
+ beforeUpdate?: (() => void) | (() => void)[];
878
+ updated?: (() => void) | (() => void)[];
879
+ activated?: (() => void) | (() => void)[];
880
+ deactivated?: (() => void) | (() => void)[];
881
+ beforeDestroy?: (() => void) | (() => void)[];
882
+ beforeUnmount?: (() => void) | (() => void)[];
883
+ destroyed?: (() => void) | (() => void)[];
884
+ unmounted?: (() => void) | (() => void)[];
885
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
886
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
887
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
888
+ };
889
+ $forceUpdate: () => void;
890
+ $nextTick: typeof nextTick;
891
+ $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;
892
+ } & Readonly<{
893
+ type: string;
894
+ }> & Omit<Readonly<{
895
+ modelValue?: string;
896
+ } & import('../../types/component').QBaseComponentProps & {
897
+ label?: string;
898
+ required?: boolean;
899
+ for?: string;
900
+ labelPosition?: import('..').QLabelPosition;
901
+ } & {
902
+ size?: import('..').QFieldSize;
903
+ readonly?: boolean;
904
+ disabled?: boolean;
905
+ required?: boolean;
906
+ invalid?: boolean;
907
+ } & {
908
+ placeholder?: string;
909
+ maxLength?: number;
910
+ clearable?: boolean;
911
+ type?: string;
912
+ texts?: typeof import('..').DEFAULT_TEXTS;
913
+ }> & Readonly<{
914
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
915
+ "onClick:clear"?: ((event: Event) => any) | undefined;
916
+ }>, "type" | "fieldRef" | "inputRef"> & {
917
+ fieldRef: HTMLDivElement | null | undefined;
918
+ inputRef: HTMLInputElement | null;
919
+ } & {} & import('vue').ComponentCustomProperties & {} & {
920
+ $slots: {
921
+ 'label.prepend'?(_: {}): any;
922
+ 'label.append'?(_: {}): any;
923
+ prepend?(_: {}): any;
924
+ append?(_: {}): any;
925
+ extras?(_: {}): any;
926
+ };
927
+ }) | null;
928
+ input: ({
929
+ $: import('vue').ComponentInternalInstance;
930
+ $data: {};
931
+ $props: {
932
+ readonly modelValue?: string | undefined;
933
+ readonly id?: string | undefined;
934
+ readonly class?: string | unknown[] | undefined;
935
+ readonly label?: string | undefined;
936
+ readonly required?: boolean | undefined;
937
+ readonly for?: string | undefined;
938
+ readonly labelPosition?: import('..').QLabelPosition | undefined;
939
+ readonly size?: import('..').QFieldSize | undefined;
940
+ readonly readonly?: boolean | undefined;
941
+ readonly disabled?: boolean | undefined;
942
+ readonly invalid?: boolean | undefined;
943
+ readonly placeholder?: string | undefined;
944
+ readonly maxLength?: number | undefined;
945
+ readonly clearable?: boolean | undefined;
946
+ readonly type?: string | undefined;
947
+ readonly texts?: typeof import('..').DEFAULT_TEXTS | undefined;
948
+ readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
949
+ readonly "onClick:clear"?: ((event: Event) => any) | undefined;
950
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
951
+ $attrs: import('vue').Attrs;
952
+ $refs: {
953
+ [x: string]: unknown;
954
+ } & {
955
+ field: ({
956
+ $: import('vue').ComponentInternalInstance;
957
+ $data: {};
958
+ $props: {
959
+ readonly id?: string | undefined;
960
+ readonly class?: string | unknown[] | undefined;
961
+ readonly label?: string | undefined;
962
+ readonly required?: boolean | undefined;
963
+ readonly for?: string | undefined;
964
+ readonly labelPosition?: import('..').QLabelPosition | undefined;
965
+ readonly size?: import('..').QFieldSize | undefined;
966
+ readonly readonly?: boolean | undefined;
967
+ readonly disabled?: boolean | undefined;
968
+ readonly invalid?: boolean | undefined;
969
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
970
+ $attrs: import('vue').Attrs;
971
+ $refs: {
972
+ [x: string]: unknown;
973
+ } & {
974
+ field: HTMLDivElement;
975
+ };
976
+ $slots: Readonly<{
977
+ [name: string]: import('vue').Slot<any> | undefined;
978
+ }>;
979
+ $root: import('vue').ComponentPublicInstance | null;
980
+ $parent: import('vue').ComponentPublicInstance | null;
981
+ $host: Element | null;
982
+ $emit: (event: string, ...args: any[]) => void;
983
+ $el: any;
984
+ $options: import('vue').ComponentOptionsBase<Readonly<import('..').QFieldProps> & Readonly<{}>, {
985
+ fieldRef: Readonly<import('vue').ShallowRef<HTMLDivElement | null>>;
986
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
987
+ size: import('..').QFieldSize;
988
+ labelPosition: import('..').QLabelPosition;
989
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
990
+ beforeCreate?: (() => void) | (() => void)[];
991
+ created?: (() => void) | (() => void)[];
992
+ beforeMount?: (() => void) | (() => void)[];
993
+ mounted?: (() => void) | (() => void)[];
994
+ beforeUpdate?: (() => void) | (() => void)[];
995
+ updated?: (() => void) | (() => void)[];
996
+ activated?: (() => void) | (() => void)[];
997
+ deactivated?: (() => void) | (() => void)[];
998
+ beforeDestroy?: (() => void) | (() => void)[];
999
+ beforeUnmount?: (() => void) | (() => void)[];
1000
+ destroyed?: (() => void) | (() => void)[];
1001
+ unmounted?: (() => void) | (() => void)[];
1002
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
1003
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
1004
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
1005
+ };
1006
+ $forceUpdate: () => void;
1007
+ $nextTick: typeof nextTick;
1008
+ $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;
1009
+ } & Readonly<{
1010
+ size: import('..').QFieldSize;
1011
+ labelPosition: import('..').QLabelPosition;
1012
+ }> & Omit<Readonly<import('..').QFieldProps> & Readonly<{}>, "fieldRef" | ("size" | "labelPosition")> & {
1013
+ fieldRef: HTMLDivElement | null;
1014
+ } & {} & import('vue').ComponentCustomProperties & {} & {
1015
+ $slots: {
1016
+ 'label.prepend'?(_: {}): any;
1017
+ 'label.append'?(_: {}): any;
1018
+ control?(_: {}): any;
1019
+ prepend?(_: {}): any;
1020
+ default?(_: {}): any;
1021
+ append?(_: {}): any;
1022
+ extras?(_: {}): any;
1023
+ };
1024
+ }) | null;
1025
+ input: HTMLInputElement;
1026
+ };
1027
+ $slots: Readonly<{
1028
+ [name: string]: import('vue').Slot<any> | undefined;
1029
+ }>;
1030
+ $root: import('vue').ComponentPublicInstance | null;
1031
+ $parent: import('vue').ComponentPublicInstance | null;
1032
+ $host: Element | null;
1033
+ $emit: ((event: "update:modelValue", value: string) => void) & ((event: "click:clear", event: Event) => void);
1034
+ $el: any;
1035
+ $options: import('vue').ComponentOptionsBase<Readonly<{
1036
+ modelValue?: string;
1037
+ } & import('../../types/component').QBaseComponentProps & {
1038
+ label?: string;
1039
+ required?: boolean;
1040
+ for?: string;
1041
+ labelPosition?: import('..').QLabelPosition;
1042
+ } & {
1043
+ size?: import('..').QFieldSize;
1044
+ readonly?: boolean;
1045
+ disabled?: boolean;
1046
+ required?: boolean;
1047
+ invalid?: boolean;
1048
+ } & {
1049
+ placeholder?: string;
1050
+ maxLength?: number;
1051
+ clearable?: boolean;
1052
+ type?: string;
1053
+ texts?: typeof import('..').DEFAULT_TEXTS;
1054
+ }> & Readonly<{
1055
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
1056
+ "onClick:clear"?: ((event: Event) => any) | undefined;
1057
+ }>, {
1058
+ fieldRef: import('vue').ComputedRef<HTMLDivElement | null | undefined>;
1059
+ inputRef: Readonly<import('vue').ShallowRef<HTMLInputElement | null>>;
1060
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
1061
+ "update:modelValue": (value: string) => any;
1062
+ } & {
1063
+ "click:clear": (event: Event) => any;
1064
+ }, string, {
1065
+ type: string;
1066
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
1067
+ beforeCreate?: (() => void) | (() => void)[];
1068
+ created?: (() => void) | (() => void)[];
1069
+ beforeMount?: (() => void) | (() => void)[];
1070
+ mounted?: (() => void) | (() => void)[];
1071
+ beforeUpdate?: (() => void) | (() => void)[];
1072
+ updated?: (() => void) | (() => void)[];
1073
+ activated?: (() => void) | (() => void)[];
1074
+ deactivated?: (() => void) | (() => void)[];
1075
+ beforeDestroy?: (() => void) | (() => void)[];
1076
+ beforeUnmount?: (() => void) | (() => void)[];
1077
+ destroyed?: (() => void) | (() => void)[];
1078
+ unmounted?: (() => void) | (() => void)[];
1079
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
1080
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
1081
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
1082
+ };
1083
+ $forceUpdate: () => void;
1084
+ $nextTick: typeof nextTick;
1085
+ $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;
1086
+ } & Readonly<{
1087
+ type: string;
1088
+ }> & Omit<Readonly<{
1089
+ modelValue?: string;
1090
+ } & import('../../types/component').QBaseComponentProps & {
1091
+ label?: string;
1092
+ required?: boolean;
1093
+ for?: string;
1094
+ labelPosition?: import('..').QLabelPosition;
1095
+ } & {
1096
+ size?: import('..').QFieldSize;
1097
+ readonly?: boolean;
1098
+ disabled?: boolean;
1099
+ required?: boolean;
1100
+ invalid?: boolean;
1101
+ } & {
1102
+ placeholder?: string;
1103
+ maxLength?: number;
1104
+ clearable?: boolean;
1105
+ type?: string;
1106
+ texts?: typeof import('..').DEFAULT_TEXTS;
1107
+ }> & Readonly<{
1108
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
1109
+ "onClick:clear"?: ((event: Event) => any) | undefined;
1110
+ }>, "type" | "fieldRef" | "inputRef"> & {
1111
+ fieldRef: HTMLDivElement | null | undefined;
1112
+ inputRef: HTMLInputElement | null;
1113
+ } & {} & import('vue').ComponentCustomProperties & {} & {
1114
+ $slots: {
1115
+ 'label.prepend'?(_: {}): any;
1116
+ 'label.append'?(_: {}): any;
1117
+ prepend?(_: {}): any;
1118
+ append?(_: {}): any;
1119
+ extras?(_: {}): any;
1120
+ };
1121
+ }) | null;
1122
+ };
1123
+ rootEl: any;
1124
+ };
1125
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
1126
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {
1127
+ fieldRef: import('vue').ComputedRef<HTMLElement | null>;
1128
+ inputRef: import('vue').ComputedRef<HTMLInputElement | null>;
1129
+ validity: import('vue').ComputedRef<QPhoneFieldValidity>;
1130
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
1131
+ "update:modelValue": (value: string) => any;
1132
+ "click:clear": (event: Event) => any;
1133
+ "update:open": (value: boolean) => any;
1134
+ "validity-change": (validity: QPhoneFieldValidity) => any;
1135
+ "update:country": (value: import('libphonenumber-js/max').CountryCode | undefined) => any;
1136
+ }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
1137
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
1138
+ "onClick:clear"?: ((event: Event) => any) | undefined;
1139
+ "onUpdate:open"?: ((value: boolean) => any) | undefined;
1140
+ "onValidity-change"?: ((validity: QPhoneFieldValidity) => any) | undefined;
1141
+ "onUpdate:country"?: ((value: import('libphonenumber-js/max').CountryCode | undefined) => any) | undefined;
1142
+ }>, {
1143
+ texts: typeof DEFAULT_TEXTS;
1144
+ locale: string;
1145
+ autoValidate: boolean;
1146
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
1147
+ field: ({
1148
+ $: import('vue').ComponentInternalInstance;
1149
+ $data: {};
1150
+ $props: {
1151
+ readonly id?: string | undefined;
1152
+ readonly class?: string | unknown[] | undefined;
1153
+ readonly label?: string | undefined;
1154
+ readonly required?: boolean | undefined;
1155
+ readonly for?: string | undefined;
1156
+ readonly labelPosition?: import('..').QLabelPosition | undefined;
1157
+ readonly size?: import('..').QFieldSize | undefined;
1158
+ readonly readonly?: boolean | undefined;
1159
+ readonly disabled?: boolean | undefined;
1160
+ readonly invalid?: boolean | undefined;
1161
+ readonly prependIcon?: import('..').Icon | undefined;
1162
+ readonly appendIcon?: import('..').Icon | undefined;
1163
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
1164
+ $attrs: import('vue').Attrs;
1165
+ $refs: {
1166
+ [x: string]: unknown;
1167
+ } & {
1168
+ field: ({
1169
+ $: import('vue').ComponentInternalInstance;
1170
+ $data: {};
1171
+ $props: {
1172
+ readonly id?: string | undefined;
1173
+ readonly class?: string | unknown[] | undefined;
1174
+ readonly label?: string | undefined;
1175
+ readonly required?: boolean | undefined;
1176
+ readonly for?: string | undefined;
1177
+ readonly labelPosition?: import('..').QLabelPosition | undefined;
1178
+ readonly size?: import('..').QFieldSize | undefined;
1179
+ readonly readonly?: boolean | undefined;
1180
+ readonly disabled?: boolean | undefined;
1181
+ readonly invalid?: boolean | undefined;
1182
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
1183
+ $attrs: import('vue').Attrs;
1184
+ $refs: {
1185
+ [x: string]: unknown;
1186
+ } & {
1187
+ field: HTMLDivElement;
1188
+ };
1189
+ $slots: Readonly<{
1190
+ [name: string]: import('vue').Slot<any> | undefined;
1191
+ }>;
1192
+ $root: import('vue').ComponentPublicInstance | null;
1193
+ $parent: import('vue').ComponentPublicInstance | null;
1194
+ $host: Element | null;
1195
+ $emit: (event: string, ...args: any[]) => void;
1196
+ $el: any;
1197
+ $options: import('vue').ComponentOptionsBase<Readonly<import('..').QFieldProps> & Readonly<{}>, {
1198
+ fieldRef: Readonly<import('vue').ShallowRef<HTMLDivElement | null>>;
1199
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
1200
+ size: import('..').QFieldSize;
1201
+ labelPosition: import('..').QLabelPosition;
1202
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
1203
+ beforeCreate?: (() => void) | (() => void)[];
1204
+ created?: (() => void) | (() => void)[];
1205
+ beforeMount?: (() => void) | (() => void)[];
1206
+ mounted?: (() => void) | (() => void)[];
1207
+ beforeUpdate?: (() => void) | (() => void)[];
1208
+ updated?: (() => void) | (() => void)[];
1209
+ activated?: (() => void) | (() => void)[];
1210
+ deactivated?: (() => void) | (() => void)[];
1211
+ beforeDestroy?: (() => void) | (() => void)[];
1212
+ beforeUnmount?: (() => void) | (() => void)[];
1213
+ destroyed?: (() => void) | (() => void)[];
1214
+ unmounted?: (() => void) | (() => void)[];
1215
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
1216
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
1217
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
1218
+ };
1219
+ $forceUpdate: () => void;
1220
+ $nextTick: typeof nextTick;
1221
+ $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;
1222
+ } & Readonly<{
1223
+ size: import('..').QFieldSize;
1224
+ labelPosition: import('..').QLabelPosition;
1225
+ }> & Omit<Readonly<import('..').QFieldProps> & Readonly<{}>, "fieldRef" | ("size" | "labelPosition")> & {
1226
+ fieldRef: HTMLDivElement | null;
1227
+ } & {} & import('vue').ComponentCustomProperties & {} & {
1228
+ $slots: {
1229
+ 'label.prepend'?(_: {}): any;
1230
+ 'label.append'?(_: {}): any;
1231
+ control?(_: {}): any;
1232
+ prepend?(_: {}): any;
1233
+ default?(_: {}): any;
1234
+ append?(_: {}): any;
1235
+ extras?(_: {}): any;
1236
+ };
1237
+ }) | null;
1238
+ };
1239
+ $slots: Readonly<{
1240
+ [name: string]: import('vue').Slot<any> | undefined;
1241
+ }>;
1242
+ $root: import('vue').ComponentPublicInstance | null;
1243
+ $parent: import('vue').ComponentPublicInstance | null;
1244
+ $host: Element | null;
1245
+ $emit: (event: string, ...args: any[]) => void;
1246
+ $el: any;
1247
+ $options: import('vue').ComponentOptionsBase<Readonly<import('..').QInputGroupProps> & Readonly<{}>, {
1248
+ fieldRef: import('vue').ComputedRef<HTMLDivElement | null | undefined>;
1249
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
1250
+ size: import('..').QFieldSize;
1251
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
1252
+ beforeCreate?: (() => void) | (() => void)[];
1253
+ created?: (() => void) | (() => void)[];
1254
+ beforeMount?: (() => void) | (() => void)[];
1255
+ mounted?: (() => void) | (() => void)[];
1256
+ beforeUpdate?: (() => void) | (() => void)[];
1257
+ updated?: (() => void) | (() => void)[];
1258
+ activated?: (() => void) | (() => void)[];
1259
+ deactivated?: (() => void) | (() => void)[];
1260
+ beforeDestroy?: (() => void) | (() => void)[];
1261
+ beforeUnmount?: (() => void) | (() => void)[];
1262
+ destroyed?: (() => void) | (() => void)[];
1263
+ unmounted?: (() => void) | (() => void)[];
1264
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
1265
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
1266
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
1267
+ };
1268
+ $forceUpdate: () => void;
1269
+ $nextTick: typeof nextTick;
1270
+ $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;
1271
+ } & Readonly<{
1272
+ size: import('..').QFieldSize;
1273
+ }> & Omit<Readonly<import('..').QInputGroupProps> & Readonly<{}>, "size" | "fieldRef"> & {
1274
+ fieldRef: HTMLDivElement | null | undefined;
1275
+ } & {} & import('vue').ComponentCustomProperties & {} & {
1276
+ $slots: {
1277
+ 'label.prepend'?(_: {}): any;
1278
+ 'label.append'?(_: {}): any;
1279
+ prepend?(_: {}): any;
1280
+ default?(_: {}): any;
1281
+ append?(_: {}): any;
1282
+ extras?(_: {}): any;
1283
+ };
1284
+ }) | null;
1285
+ countrySelect: ({
1286
+ $: import('vue').ComponentInternalInstance;
1287
+ $data: {};
1288
+ $props: {
1289
+ readonly modelValue?: any;
1290
+ readonly open?: boolean | undefined;
1291
+ readonly id?: string | undefined;
1292
+ readonly class?: string | unknown[] | undefined;
1293
+ readonly label?: string | undefined;
1294
+ readonly required?: boolean | undefined;
1295
+ readonly for?: string | undefined;
1296
+ readonly labelPosition?: import('..').QLabelPosition | undefined;
1297
+ readonly size?: import('..').QFieldSize | undefined;
1298
+ readonly readonly?: boolean | undefined;
1299
+ readonly disabled?: boolean | undefined;
1300
+ readonly invalid?: boolean | undefined;
1301
+ readonly items?: import('..').Item[] | undefined;
1302
+ readonly groups?: import('..').Group[] | undefined;
1303
+ readonly clearable?: boolean | undefined;
1304
+ readonly inline?: boolean | undefined;
1305
+ readonly overlayAnchor?: import('..').QOverlayAnchor | undefined;
1306
+ readonly selectOnTab?: boolean | undefined;
1307
+ readonly multiple?: boolean | undefined;
1308
+ readonly badges?: boolean | undefined;
1309
+ readonly loading?: boolean | undefined;
1310
+ readonly emptyValue?: any;
1311
+ readonly itemValue?: string | undefined;
1312
+ readonly itemLabel?: string | undefined;
1313
+ readonly icons?: typeof import('../QSelect/constants').DEFAULT_ICONS | undefined;
1314
+ readonly texts?: typeof import('../QSelect/constants').DEFAULT_TEXTS | undefined;
1315
+ readonly "onUpdate:modelValue"?: ((value: any) => any) | undefined;
1316
+ readonly onHide?: (() => any) | undefined;
1317
+ readonly onShow?: (() => any) | undefined;
1318
+ readonly "onBefore-show"?: (() => any) | undefined;
1319
+ readonly "onBefore-hide"?: (() => any) | undefined;
1320
+ readonly "onUpdate:open"?: ((value: boolean) => any) | undefined;
1321
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
1322
+ $attrs: import('vue').Attrs;
1323
+ $refs: {
1324
+ [x: string]: unknown;
1325
+ } & {
1326
+ trigger: ({
1327
+ $: import('vue').ComponentInternalInstance;
1328
+ $data: {};
1329
+ $props: {
1330
+ readonly id?: string | undefined;
1331
+ readonly class?: string | unknown[] | undefined;
1332
+ readonly label?: string | undefined;
1333
+ readonly required?: boolean | undefined;
1334
+ readonly for?: string | undefined;
1335
+ readonly labelPosition?: import('..').QLabelPosition | undefined;
1336
+ readonly size?: import('..').QFieldSize | undefined;
1337
+ readonly readonly?: boolean | undefined;
1338
+ readonly disabled?: boolean | undefined;
1339
+ readonly invalid?: boolean | undefined;
1340
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
1341
+ $attrs: import('vue').Attrs;
1342
+ $refs: {
1343
+ [x: string]: unknown;
1344
+ } & {
1345
+ field: HTMLDivElement;
1346
+ };
1347
+ $slots: Readonly<{
1348
+ [name: string]: import('vue').Slot<any> | undefined;
1349
+ }>;
1350
+ $root: import('vue').ComponentPublicInstance | null;
1351
+ $parent: import('vue').ComponentPublicInstance | null;
1352
+ $host: Element | null;
1353
+ $emit: (event: string, ...args: any[]) => void;
1354
+ $el: any;
1355
+ $options: import('vue').ComponentOptionsBase<Readonly<import('..').QFieldProps> & Readonly<{}>, {
1356
+ fieldRef: Readonly<import('vue').ShallowRef<HTMLDivElement | null>>;
1357
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
1358
+ size: import('..').QFieldSize;
1359
+ labelPosition: import('..').QLabelPosition;
1360
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
1361
+ beforeCreate?: (() => void) | (() => void)[];
1362
+ created?: (() => void) | (() => void)[];
1363
+ beforeMount?: (() => void) | (() => void)[];
1364
+ mounted?: (() => void) | (() => void)[];
1365
+ beforeUpdate?: (() => void) | (() => void)[];
1366
+ updated?: (() => void) | (() => void)[];
1367
+ activated?: (() => void) | (() => void)[];
1368
+ deactivated?: (() => void) | (() => void)[];
1369
+ beforeDestroy?: (() => void) | (() => void)[];
1370
+ beforeUnmount?: (() => void) | (() => void)[];
1371
+ destroyed?: (() => void) | (() => void)[];
1372
+ unmounted?: (() => void) | (() => void)[];
1373
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
1374
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
1375
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
1376
+ };
1377
+ $forceUpdate: () => void;
1378
+ $nextTick: typeof nextTick;
1379
+ $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;
1380
+ } & Readonly<{
1381
+ size: import('..').QFieldSize;
1382
+ labelPosition: import('..').QLabelPosition;
1383
+ }> & Omit<Readonly<import('..').QFieldProps> & Readonly<{}>, "fieldRef" | ("size" | "labelPosition")> & {
1384
+ fieldRef: HTMLDivElement | null;
1385
+ } & {} & import('vue').ComponentCustomProperties & {} & {
1386
+ $slots: {
1387
+ 'label.prepend'?(_: {}): any;
1388
+ 'label.append'?(_: {}): any;
1389
+ control?(_: {}): any;
1390
+ prepend?(_: {}): any;
1391
+ default?(_: {}): any;
1392
+ append?(_: {}): any;
1393
+ extras?(_: {}): any;
1394
+ };
1395
+ }) | null;
1396
+ valueContainer: HTMLSpanElement;
1397
+ hiddenItemsCountBadge: ({
1398
+ $: import('vue').ComponentInternalInstance;
1399
+ $data: {};
1400
+ $props: {
1401
+ readonly id?: string | undefined;
1402
+ readonly class?: string | unknown[] | undefined;
1403
+ readonly variant?: import('..').QBadgeVariant | undefined;
1404
+ readonly color?: string | undefined;
1405
+ readonly pill?: boolean | undefined;
1406
+ readonly size?: import('..').QBadgeSize | undefined;
1407
+ readonly disabled?: boolean | undefined;
1408
+ readonly removable?: boolean | undefined;
1409
+ readonly icons?: typeof import('../QBadge/constants').DEFAULT_ICONS | undefined;
1410
+ readonly texts?: typeof import('../QBadge/constants').DEFAULT_TEXTS | undefined;
1411
+ readonly "onClick:remove"?: (() => any) | undefined;
1412
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
1413
+ $attrs: import('vue').Attrs;
1414
+ $refs: {
1415
+ [x: string]: unknown;
1416
+ };
1417
+ $slots: Readonly<{
1418
+ [name: string]: import('vue').Slot<any> | undefined;
1419
+ }>;
1420
+ $root: import('vue').ComponentPublicInstance | null;
1421
+ $parent: import('vue').ComponentPublicInstance | null;
1422
+ $host: Element | null;
1423
+ $emit: (event: "click:remove") => void;
1424
+ $el: any;
1425
+ $options: import('vue').ComponentOptionsBase<Readonly<import('..').QBadgeProps> & Readonly<{
1426
+ "onClick:remove"?: (() => any) | undefined;
1427
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
1428
+ "click:remove": () => any;
1429
+ }, string, {
1430
+ size: import('..').QBadgeSize;
1431
+ variant: import('..').QBadgeVariant;
1432
+ color: string;
1433
+ icons: typeof import('../QBadge/constants').DEFAULT_ICONS;
1434
+ texts: typeof import('../QBadge/constants').DEFAULT_TEXTS;
1435
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
1436
+ beforeCreate?: (() => void) | (() => void)[];
1437
+ created?: (() => void) | (() => void)[];
1438
+ beforeMount?: (() => void) | (() => void)[];
1439
+ mounted?: (() => void) | (() => void)[];
1440
+ beforeUpdate?: (() => void) | (() => void)[];
1441
+ updated?: (() => void) | (() => void)[];
1442
+ activated?: (() => void) | (() => void)[];
1443
+ deactivated?: (() => void) | (() => void)[];
1444
+ beforeDestroy?: (() => void) | (() => void)[];
1445
+ beforeUnmount?: (() => void) | (() => void)[];
1446
+ destroyed?: (() => void) | (() => void)[];
1447
+ unmounted?: (() => void) | (() => void)[];
1448
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
1449
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
1450
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
1451
+ };
1452
+ $forceUpdate: () => void;
1453
+ $nextTick: typeof nextTick;
1454
+ $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;
1455
+ } & Readonly<{
1456
+ size: import('..').QBadgeSize;
1457
+ variant: import('..').QBadgeVariant;
1458
+ color: string;
1459
+ icons: typeof import('../QBadge/constants').DEFAULT_ICONS;
1460
+ texts: typeof import('../QBadge/constants').DEFAULT_TEXTS;
1461
+ }> & Omit<Readonly<import('..').QBadgeProps> & Readonly<{
1462
+ "onClick:remove"?: (() => any) | undefined;
1463
+ }>, "size" | "variant" | "color" | "icons" | "texts"> & {} & import('vue').ComponentCustomProperties & {} & {
1464
+ $slots: {
1465
+ default?(_: {}): any;
1466
+ default?(_: {}): any;
1467
+ };
1468
+ }) | null;
1469
+ allBadges: (({
1470
+ $: import('vue').ComponentInternalInstance;
1471
+ $data: {};
1472
+ $props: {
1473
+ readonly id?: string | undefined;
1474
+ readonly class?: string | unknown[] | undefined;
1475
+ readonly variant?: import('..').QBadgeVariant | undefined;
1476
+ readonly color?: string | undefined;
1477
+ readonly pill?: boolean | undefined;
1478
+ readonly size?: import('..').QBadgeSize | undefined;
1479
+ readonly disabled?: boolean | undefined;
1480
+ readonly removable?: boolean | undefined;
1481
+ readonly icons?: typeof import('../QBadge/constants').DEFAULT_ICONS | undefined;
1482
+ readonly texts?: typeof import('../QBadge/constants').DEFAULT_TEXTS | undefined;
1483
+ readonly "onClick:remove"?: (() => any) | undefined;
1484
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
1485
+ $attrs: import('vue').Attrs;
1486
+ $refs: {
1487
+ [x: string]: unknown;
1488
+ };
1489
+ $slots: Readonly<{
1490
+ [name: string]: import('vue').Slot<any> | undefined;
1491
+ }>;
1492
+ $root: import('vue').ComponentPublicInstance | null;
1493
+ $parent: import('vue').ComponentPublicInstance | null;
1494
+ $host: Element | null;
1495
+ $emit: (event: "click:remove") => void;
1496
+ $el: any;
1497
+ $options: import('vue').ComponentOptionsBase<Readonly<import('..').QBadgeProps> & Readonly<{
1498
+ "onClick:remove"?: (() => any) | undefined;
1499
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
1500
+ "click:remove": () => any;
1501
+ }, string, {
1502
+ size: import('..').QBadgeSize;
1503
+ variant: import('..').QBadgeVariant;
1504
+ color: string;
1505
+ icons: typeof import('../QBadge/constants').DEFAULT_ICONS;
1506
+ texts: typeof import('../QBadge/constants').DEFAULT_TEXTS;
1507
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
1508
+ beforeCreate?: (() => void) | (() => void)[];
1509
+ created?: (() => void) | (() => void)[];
1510
+ beforeMount?: (() => void) | (() => void)[];
1511
+ mounted?: (() => void) | (() => void)[];
1512
+ beforeUpdate?: (() => void) | (() => void)[];
1513
+ updated?: (() => void) | (() => void)[];
1514
+ activated?: (() => void) | (() => void)[];
1515
+ deactivated?: (() => void) | (() => void)[];
1516
+ beforeDestroy?: (() => void) | (() => void)[];
1517
+ beforeUnmount?: (() => void) | (() => void)[];
1518
+ destroyed?: (() => void) | (() => void)[];
1519
+ unmounted?: (() => void) | (() => void)[];
1520
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
1521
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
1522
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
1523
+ };
1524
+ $forceUpdate: () => void;
1525
+ $nextTick: typeof nextTick;
1526
+ $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;
1527
+ } & Readonly<{
1528
+ size: import('..').QBadgeSize;
1529
+ variant: import('..').QBadgeVariant;
1530
+ color: string;
1531
+ icons: typeof import('../QBadge/constants').DEFAULT_ICONS;
1532
+ texts: typeof import('../QBadge/constants').DEFAULT_TEXTS;
1533
+ }> & Omit<Readonly<import('..').QBadgeProps> & Readonly<{
1534
+ "onClick:remove"?: (() => any) | undefined;
1535
+ }>, "size" | "variant" | "color" | "icons" | "texts"> & {} & import('vue').ComponentCustomProperties & {} & {
1536
+ $slots: {
1537
+ default?(_: {}): any;
1538
+ default?(_: {}): any;
1539
+ };
1540
+ }) | null)[];
1541
+ allPlainTexts: HTMLSpanElement;
1542
+ input: HTMLInputElement;
1543
+ content: HTMLDivElement;
1544
+ list: ({
1545
+ $: import('vue').ComponentInternalInstance;
1546
+ $data: {};
1547
+ $props: {
1548
+ readonly id?: string | undefined;
1549
+ readonly class?: string | unknown[] | undefined;
1550
+ readonly modelValue?: any;
1551
+ readonly highlighted?: any;
1552
+ readonly items?: import('..').Item[] | undefined;
1553
+ readonly groups?: import('..').Group[] | undefined;
1554
+ readonly selectable?: boolean | undefined;
1555
+ readonly selectOnTab?: boolean | undefined;
1556
+ readonly multiple?: boolean | undefined;
1557
+ readonly disabled?: boolean | undefined;
1558
+ readonly required?: boolean | undefined;
1559
+ readonly itemValue?: string | undefined;
1560
+ readonly itemLabel?: string | undefined;
1561
+ readonly "onUpdate:modelValue"?: ((val: any) => any) | undefined;
1562
+ readonly onClick?: ((key: any) => any) | undefined;
1563
+ readonly "onMouseenter:item"?: ((key: any) => any) | undefined;
1564
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
1565
+ $attrs: import('vue').Attrs;
1566
+ $refs: {
1567
+ [x: string]: unknown;
1568
+ } & {
1569
+ listRef: unknown;
1570
+ listItemsRef: (({
1571
+ $: import('vue').ComponentInternalInstance;
1572
+ $data: {};
1573
+ $props: {
1574
+ readonly modelValue?: boolean | undefined;
1575
+ readonly value: any;
1576
+ readonly label: string;
1577
+ readonly icon?: import('..').Icon | undefined;
1578
+ readonly description?: string | undefined;
1579
+ readonly selectable?: boolean | undefined;
1580
+ readonly selectOnTab?: boolean | undefined;
1581
+ readonly highlighted?: boolean | undefined;
1582
+ readonly disabled?: boolean | undefined;
1583
+ readonly icons?: typeof import('../QList/constants').DEFAULT_ICONS | undefined;
1584
+ readonly checkboxless?: boolean | undefined;
1585
+ readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1586
+ readonly onClick?: (() => any) | undefined;
1587
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
1588
+ $attrs: import('vue').Attrs;
1589
+ $refs: {
1590
+ [x: string]: unknown;
1591
+ };
1592
+ $slots: Readonly<{
1593
+ [name: string]: import('vue').Slot<any> | undefined;
1594
+ }>;
1595
+ $root: import('vue').ComponentPublicInstance | null;
1596
+ $parent: import('vue').ComponentPublicInstance | null;
1597
+ $host: Element | null;
1598
+ $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click") => void);
1599
+ $el: HTMLLIElement;
1600
+ $options: import('vue').ComponentOptionsBase<Readonly<{
1601
+ modelValue?: boolean;
1602
+ } & import('..').QListItemProps> & Readonly<{
1603
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1604
+ onClick?: (() => any) | undefined;
1605
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
1606
+ "update:modelValue": (value: boolean) => any;
1607
+ } & {
1608
+ click: () => any;
1609
+ }, string, {
1610
+ icons: typeof import('../QList/constants').DEFAULT_ICONS;
1611
+ selectOnTab: boolean;
1612
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
1613
+ beforeCreate?: (() => void) | (() => void)[];
1614
+ created?: (() => void) | (() => void)[];
1615
+ beforeMount?: (() => void) | (() => void)[];
1616
+ mounted?: (() => void) | (() => void)[];
1617
+ beforeUpdate?: (() => void) | (() => void)[];
1618
+ updated?: (() => void) | (() => void)[];
1619
+ activated?: (() => void) | (() => void)[];
1620
+ deactivated?: (() => void) | (() => void)[];
1621
+ beforeDestroy?: (() => void) | (() => void)[];
1622
+ beforeUnmount?: (() => void) | (() => void)[];
1623
+ destroyed?: (() => void) | (() => void)[];
1624
+ unmounted?: (() => void) | (() => void)[];
1625
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
1626
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
1627
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
1628
+ };
1629
+ $forceUpdate: () => void;
1630
+ $nextTick: typeof nextTick;
1631
+ $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;
1632
+ } & Readonly<{
1633
+ icons: typeof import('../QList/constants').DEFAULT_ICONS;
1634
+ selectOnTab: boolean;
1635
+ }> & Omit<Readonly<{
1636
+ modelValue?: boolean;
1637
+ } & import('..').QListItemProps> & Readonly<{
1638
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1639
+ onClick?: (() => any) | undefined;
1640
+ }>, "icons" | "selectOnTab"> & {} & import('vue').ComponentCustomProperties & {} & {
1641
+ $slots: {
1642
+ prepend?(_: {}): any;
1643
+ default?(_: {}): any;
1644
+ append?(_: {}): any;
1645
+ };
1646
+ }) | null)[];
1647
+ };
1648
+ $slots: Readonly<{
1649
+ [name: string]: import('vue').Slot<any> | undefined;
1650
+ }>;
1651
+ $root: import('vue').ComponentPublicInstance | null;
1652
+ $parent: import('vue').ComponentPublicInstance | null;
1653
+ $host: Element | null;
1654
+ $emit: ((event: "update:modelValue", val: any) => void) & ((event: "click", key: any) => void) & ((event: "mouseenter:item", key: any) => void);
1655
+ $el: any;
1656
+ $options: import('vue').ComponentOptionsBase<Readonly<import('..').QListProps> & Readonly<{
1657
+ "onUpdate:modelValue"?: ((val: any) => any) | undefined;
1658
+ onClick?: ((key: any) => any) | undefined;
1659
+ "onMouseenter:item"?: ((key: any) => any) | undefined;
1660
+ }>, {
1661
+ getItem: (idx: number) => HTMLElement | undefined;
1662
+ getActiveItemIndex: () => number;
1663
+ getAdjacentItemIndex: (idx: number, direction: "next" | "prev") => number;
1664
+ getFirstFocusableItemIndex: () => number;
1665
+ getLastFocusableItemIndex: () => number;
1666
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
1667
+ "update:modelValue": (val: any) => any;
1668
+ click: (key: any) => any;
1669
+ "mouseenter:item": (key: any) => any;
1670
+ }, string, {
1671
+ groups: import('..').Group[];
1672
+ selectOnTab: boolean;
1673
+ itemValue: string;
1674
+ itemLabel: string;
1675
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
1676
+ beforeCreate?: (() => void) | (() => void)[];
1677
+ created?: (() => void) | (() => void)[];
1678
+ beforeMount?: (() => void) | (() => void)[];
1679
+ mounted?: (() => void) | (() => void)[];
1680
+ beforeUpdate?: (() => void) | (() => void)[];
1681
+ updated?: (() => void) | (() => void)[];
1682
+ activated?: (() => void) | (() => void)[];
1683
+ deactivated?: (() => void) | (() => void)[];
1684
+ beforeDestroy?: (() => void) | (() => void)[];
1685
+ beforeUnmount?: (() => void) | (() => void)[];
1686
+ destroyed?: (() => void) | (() => void)[];
1687
+ unmounted?: (() => void) | (() => void)[];
1688
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
1689
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
1690
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
1691
+ };
1692
+ $forceUpdate: () => void;
1693
+ $nextTick: typeof nextTick;
1694
+ $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;
1695
+ } & Readonly<{
1696
+ groups: import('..').Group[];
1697
+ selectOnTab: boolean;
1698
+ itemValue: string;
1699
+ itemLabel: string;
1700
+ }> & Omit<Readonly<import('..').QListProps> & Readonly<{
1701
+ "onUpdate:modelValue"?: ((val: any) => any) | undefined;
1702
+ onClick?: ((key: any) => any) | undefined;
1703
+ "onMouseenter:item"?: ((key: any) => any) | undefined;
1704
+ }>, "getItem" | "getActiveItemIndex" | "getAdjacentItemIndex" | "getFirstFocusableItemIndex" | "getLastFocusableItemIndex" | ("groups" | "selectOnTab" | "itemValue" | "itemLabel")> & {
1705
+ getItem: (idx: number) => HTMLElement | undefined;
1706
+ getActiveItemIndex: () => number;
1707
+ getAdjacentItemIndex: (idx: number, direction: "next" | "prev") => number;
1708
+ getFirstFocusableItemIndex: () => number;
1709
+ getLastFocusableItemIndex: () => number;
1710
+ } & {} & import('vue').ComponentCustomProperties & {} & {
1711
+ $slots: {
1712
+ default?(_: {}): any;
1713
+ item?(_: {
1714
+ item: import('..').Item;
1715
+ element: HTMLLIElement | undefined;
1716
+ }): any;
1717
+ 'item.append'?(_: {
1718
+ item: import('..').Item;
1719
+ element: HTMLLIElement | undefined;
1720
+ }): any;
1721
+ };
1722
+ }) | null;
1723
+ };
1724
+ $slots: Readonly<{
1725
+ [name: string]: import('vue').Slot<any> | undefined;
1726
+ }>;
1727
+ $root: import('vue').ComponentPublicInstance | null;
1728
+ $parent: import('vue').ComponentPublicInstance | null;
1729
+ $host: Element | null;
1730
+ $emit: ((event: "update:modelValue", value: any) => void) & ((event: "hide") => void) & ((event: "show") => void) & ((event: "before-show") => void) & ((event: "before-hide") => void) & ((event: "update:open", value: boolean) => void);
1731
+ $el: any;
1732
+ $options: import('vue').ComponentOptionsBase<Readonly<{
1733
+ modelValue?: any;
1734
+ open?: boolean;
1735
+ } & import('../../types/component').QBaseComponentProps & {
1736
+ label?: string;
1737
+ required?: boolean;
1738
+ for?: string;
1739
+ labelPosition?: import('..').QLabelPosition;
1740
+ } & {
1741
+ size?: import('..').QFieldSize;
1742
+ readonly?: boolean;
1743
+ disabled?: boolean;
1744
+ required?: boolean;
1745
+ invalid?: boolean;
1746
+ } & {
1747
+ items?: import('..').Item[];
1748
+ groups?: import('..').Group[];
1749
+ clearable?: boolean;
1750
+ inline?: boolean;
1751
+ overlayAnchor?: import('..').QOverlayAnchor;
1752
+ selectOnTab?: boolean;
1753
+ multiple?: boolean;
1754
+ badges?: boolean;
1755
+ loading?: boolean;
1756
+ emptyValue?: any;
1757
+ itemValue?: string;
1758
+ itemLabel?: string;
1759
+ icons?: typeof import('../QSelect/constants').DEFAULT_ICONS;
1760
+ texts?: typeof import('../QSelect/constants').DEFAULT_TEXTS;
1761
+ }> & Readonly<{
1762
+ "onUpdate:modelValue"?: ((value: any) => any) | undefined;
1763
+ onHide?: (() => any) | undefined;
1764
+ onShow?: (() => any) | undefined;
1765
+ "onBefore-show"?: (() => any) | undefined;
1766
+ "onBefore-hide"?: (() => any) | undefined;
1767
+ "onUpdate:open"?: ((value: boolean) => any) | undefined;
1768
+ }>, {
1769
+ focusList: () => void;
1770
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
1771
+ "update:modelValue": (value: any) => any;
1772
+ "update:open": (value: boolean) => any;
1773
+ } & {
1774
+ hide: () => any;
1775
+ show: () => any;
1776
+ "before-show": () => any;
1777
+ "before-hide": () => any;
1778
+ }, string, {
1779
+ icons: typeof import('../QSelect/constants').DEFAULT_ICONS;
1780
+ texts: typeof import('../QSelect/constants').DEFAULT_TEXTS;
1781
+ groups: import('..').Group[];
1782
+ selectOnTab: boolean;
1783
+ itemValue: string;
1784
+ itemLabel: string;
1785
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
1786
+ beforeCreate?: (() => void) | (() => void)[];
1787
+ created?: (() => void) | (() => void)[];
1788
+ beforeMount?: (() => void) | (() => void)[];
1789
+ mounted?: (() => void) | (() => void)[];
1790
+ beforeUpdate?: (() => void) | (() => void)[];
1791
+ updated?: (() => void) | (() => void)[];
1792
+ activated?: (() => void) | (() => void)[];
1793
+ deactivated?: (() => void) | (() => void)[];
1794
+ beforeDestroy?: (() => void) | (() => void)[];
1795
+ beforeUnmount?: (() => void) | (() => void)[];
1796
+ destroyed?: (() => void) | (() => void)[];
1797
+ unmounted?: (() => void) | (() => void)[];
1798
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
1799
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
1800
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
1801
+ };
1802
+ $forceUpdate: () => void;
1803
+ $nextTick: typeof nextTick;
1804
+ $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;
1805
+ } & Readonly<{
1806
+ icons: typeof import('../QSelect/constants').DEFAULT_ICONS;
1807
+ texts: typeof import('../QSelect/constants').DEFAULT_TEXTS;
1808
+ groups: import('..').Group[];
1809
+ selectOnTab: boolean;
1810
+ itemValue: string;
1811
+ itemLabel: string;
1812
+ }> & Omit<Readonly<{
1813
+ modelValue?: any;
1814
+ open?: boolean;
1815
+ } & import('../../types/component').QBaseComponentProps & {
1816
+ label?: string;
1817
+ required?: boolean;
1818
+ for?: string;
1819
+ labelPosition?: import('..').QLabelPosition;
1820
+ } & {
1821
+ size?: import('..').QFieldSize;
1822
+ readonly?: boolean;
1823
+ disabled?: boolean;
1824
+ required?: boolean;
1825
+ invalid?: boolean;
1826
+ } & {
1827
+ items?: import('..').Item[];
1828
+ groups?: import('..').Group[];
1829
+ clearable?: boolean;
1830
+ inline?: boolean;
1831
+ overlayAnchor?: import('..').QOverlayAnchor;
1832
+ selectOnTab?: boolean;
1833
+ multiple?: boolean;
1834
+ badges?: boolean;
1835
+ loading?: boolean;
1836
+ emptyValue?: any;
1837
+ itemValue?: string;
1838
+ itemLabel?: string;
1839
+ icons?: typeof import('../QSelect/constants').DEFAULT_ICONS;
1840
+ texts?: typeof import('../QSelect/constants').DEFAULT_TEXTS;
1841
+ }> & Readonly<{
1842
+ "onUpdate:modelValue"?: ((value: any) => any) | undefined;
1843
+ onHide?: (() => any) | undefined;
1844
+ onShow?: (() => any) | undefined;
1845
+ "onBefore-show"?: (() => any) | undefined;
1846
+ "onBefore-hide"?: (() => any) | undefined;
1847
+ "onUpdate:open"?: ((value: boolean) => any) | undefined;
1848
+ }>, ("icons" | "texts" | "groups" | "selectOnTab" | "itemValue" | "itemLabel") | "focusList"> & {
1849
+ focusList: () => void;
1850
+ } & {} & import('vue').ComponentCustomProperties & {} & {
1851
+ $slots: {
1852
+ prepend?(_: {}): any;
1853
+ value?(_: {
1854
+ empty: boolean;
1855
+ items: import('..').Item[];
1856
+ value: any;
1857
+ }): any;
1858
+ append?(_: {}): any;
1859
+ extras?(_: {}): any;
1860
+ 'body.prepend'?(_: {}): any;
1861
+ item?(_: {
1862
+ item: import('..').Item;
1863
+ }): any;
1864
+ 'body.append'?(_: {}): any;
1865
+ };
1866
+ }) | null;
1867
+ searchField: ({
1868
+ $: import('vue').ComponentInternalInstance;
1869
+ $data: {};
1870
+ $props: {
1871
+ readonly modelValue?: string | undefined;
1872
+ readonly id?: string | undefined;
1873
+ readonly class?: string | unknown[] | undefined;
1874
+ readonly label?: string | undefined;
1875
+ readonly required?: boolean | undefined;
1876
+ readonly for?: string | undefined;
1877
+ readonly labelPosition?: import('..').QLabelPosition | undefined;
1878
+ readonly size?: import('..').QFieldSize | undefined;
1879
+ readonly readonly?: boolean | undefined;
1880
+ readonly disabled?: boolean | undefined;
1881
+ readonly invalid?: boolean | undefined;
1882
+ readonly placeholder?: string | undefined;
1883
+ readonly maxLength?: number | undefined;
1884
+ readonly clearable?: boolean | undefined;
1885
+ readonly type?: string | undefined;
1886
+ readonly texts?: typeof import('..').DEFAULT_TEXTS | undefined;
1887
+ readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
1888
+ readonly "onClick:clear"?: ((event: Event) => any) | undefined;
1889
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
1890
+ $attrs: import('vue').Attrs;
1891
+ $refs: {
1892
+ [x: string]: unknown;
1893
+ } & {
1894
+ field: ({
1895
+ $: import('vue').ComponentInternalInstance;
1896
+ $data: {};
1897
+ $props: {
1898
+ readonly id?: string | undefined;
1899
+ readonly class?: string | unknown[] | undefined;
1900
+ readonly label?: string | undefined;
1901
+ readonly required?: boolean | undefined;
1902
+ readonly for?: string | undefined;
1903
+ readonly labelPosition?: import('..').QLabelPosition | undefined;
1904
+ readonly size?: import('..').QFieldSize | undefined;
1905
+ readonly readonly?: boolean | undefined;
1906
+ readonly disabled?: boolean | undefined;
1907
+ readonly invalid?: boolean | undefined;
1908
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
1909
+ $attrs: import('vue').Attrs;
1910
+ $refs: {
1911
+ [x: string]: unknown;
1912
+ } & {
1913
+ field: HTMLDivElement;
1914
+ };
1915
+ $slots: Readonly<{
1916
+ [name: string]: import('vue').Slot<any> | undefined;
1917
+ }>;
1918
+ $root: import('vue').ComponentPublicInstance | null;
1919
+ $parent: import('vue').ComponentPublicInstance | null;
1920
+ $host: Element | null;
1921
+ $emit: (event: string, ...args: any[]) => void;
1922
+ $el: any;
1923
+ $options: import('vue').ComponentOptionsBase<Readonly<import('..').QFieldProps> & Readonly<{}>, {
1924
+ fieldRef: Readonly<import('vue').ShallowRef<HTMLDivElement | null>>;
1925
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
1926
+ size: import('..').QFieldSize;
1927
+ labelPosition: import('..').QLabelPosition;
1928
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
1929
+ beforeCreate?: (() => void) | (() => void)[];
1930
+ created?: (() => void) | (() => void)[];
1931
+ beforeMount?: (() => void) | (() => void)[];
1932
+ mounted?: (() => void) | (() => void)[];
1933
+ beforeUpdate?: (() => void) | (() => void)[];
1934
+ updated?: (() => void) | (() => void)[];
1935
+ activated?: (() => void) | (() => void)[];
1936
+ deactivated?: (() => void) | (() => void)[];
1937
+ beforeDestroy?: (() => void) | (() => void)[];
1938
+ beforeUnmount?: (() => void) | (() => void)[];
1939
+ destroyed?: (() => void) | (() => void)[];
1940
+ unmounted?: (() => void) | (() => void)[];
1941
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
1942
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
1943
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
1944
+ };
1945
+ $forceUpdate: () => void;
1946
+ $nextTick: typeof nextTick;
1947
+ $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;
1948
+ } & Readonly<{
1949
+ size: import('..').QFieldSize;
1950
+ labelPosition: import('..').QLabelPosition;
1951
+ }> & Omit<Readonly<import('..').QFieldProps> & Readonly<{}>, "fieldRef" | ("size" | "labelPosition")> & {
1952
+ fieldRef: HTMLDivElement | null;
1953
+ } & {} & import('vue').ComponentCustomProperties & {} & {
1954
+ $slots: {
1955
+ 'label.prepend'?(_: {}): any;
1956
+ 'label.append'?(_: {}): any;
1957
+ control?(_: {}): any;
1958
+ prepend?(_: {}): any;
1959
+ default?(_: {}): any;
1960
+ append?(_: {}): any;
1961
+ extras?(_: {}): any;
1962
+ };
1963
+ }) | null;
1964
+ input: HTMLInputElement;
1965
+ };
1966
+ $slots: Readonly<{
1967
+ [name: string]: import('vue').Slot<any> | undefined;
1968
+ }>;
1969
+ $root: import('vue').ComponentPublicInstance | null;
1970
+ $parent: import('vue').ComponentPublicInstance | null;
1971
+ $host: Element | null;
1972
+ $emit: ((event: "update:modelValue", value: string) => void) & ((event: "click:clear", event: Event) => void);
1973
+ $el: any;
1974
+ $options: import('vue').ComponentOptionsBase<Readonly<{
1975
+ modelValue?: string;
1976
+ } & import('../../types/component').QBaseComponentProps & {
1977
+ label?: string;
1978
+ required?: boolean;
1979
+ for?: string;
1980
+ labelPosition?: import('..').QLabelPosition;
1981
+ } & {
1982
+ size?: import('..').QFieldSize;
1983
+ readonly?: boolean;
1984
+ disabled?: boolean;
1985
+ required?: boolean;
1986
+ invalid?: boolean;
1987
+ } & {
1988
+ placeholder?: string;
1989
+ maxLength?: number;
1990
+ clearable?: boolean;
1991
+ type?: string;
1992
+ texts?: typeof import('..').DEFAULT_TEXTS;
1993
+ }> & Readonly<{
1994
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
1995
+ "onClick:clear"?: ((event: Event) => any) | undefined;
1996
+ }>, {
1997
+ fieldRef: import('vue').ComputedRef<HTMLDivElement | null | undefined>;
1998
+ inputRef: Readonly<import('vue').ShallowRef<HTMLInputElement | null>>;
1999
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
2000
+ "update:modelValue": (value: string) => any;
2001
+ } & {
2002
+ "click:clear": (event: Event) => any;
2003
+ }, string, {
2004
+ type: string;
2005
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
2006
+ beforeCreate?: (() => void) | (() => void)[];
2007
+ created?: (() => void) | (() => void)[];
2008
+ beforeMount?: (() => void) | (() => void)[];
2009
+ mounted?: (() => void) | (() => void)[];
2010
+ beforeUpdate?: (() => void) | (() => void)[];
2011
+ updated?: (() => void) | (() => void)[];
2012
+ activated?: (() => void) | (() => void)[];
2013
+ deactivated?: (() => void) | (() => void)[];
2014
+ beforeDestroy?: (() => void) | (() => void)[];
2015
+ beforeUnmount?: (() => void) | (() => void)[];
2016
+ destroyed?: (() => void) | (() => void)[];
2017
+ unmounted?: (() => void) | (() => void)[];
2018
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
2019
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
2020
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
2021
+ };
2022
+ $forceUpdate: () => void;
2023
+ $nextTick: typeof nextTick;
2024
+ $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;
2025
+ } & Readonly<{
2026
+ type: string;
2027
+ }> & Omit<Readonly<{
2028
+ modelValue?: string;
2029
+ } & import('../../types/component').QBaseComponentProps & {
2030
+ label?: string;
2031
+ required?: boolean;
2032
+ for?: string;
2033
+ labelPosition?: import('..').QLabelPosition;
2034
+ } & {
2035
+ size?: import('..').QFieldSize;
2036
+ readonly?: boolean;
2037
+ disabled?: boolean;
2038
+ required?: boolean;
2039
+ invalid?: boolean;
2040
+ } & {
2041
+ placeholder?: string;
2042
+ maxLength?: number;
2043
+ clearable?: boolean;
2044
+ type?: string;
2045
+ texts?: typeof import('..').DEFAULT_TEXTS;
2046
+ }> & Readonly<{
2047
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
2048
+ "onClick:clear"?: ((event: Event) => any) | undefined;
2049
+ }>, "type" | "fieldRef" | "inputRef"> & {
2050
+ fieldRef: HTMLDivElement | null | undefined;
2051
+ inputRef: HTMLInputElement | null;
2052
+ } & {} & import('vue').ComponentCustomProperties & {} & {
2053
+ $slots: {
2054
+ 'label.prepend'?(_: {}): any;
2055
+ 'label.append'?(_: {}): any;
2056
+ prepend?(_: {}): any;
2057
+ append?(_: {}): any;
2058
+ extras?(_: {}): any;
2059
+ };
2060
+ }) | null;
2061
+ input: ({
2062
+ $: import('vue').ComponentInternalInstance;
2063
+ $data: {};
2064
+ $props: {
2065
+ readonly modelValue?: string | undefined;
2066
+ readonly id?: string | undefined;
2067
+ readonly class?: string | unknown[] | undefined;
2068
+ readonly label?: string | undefined;
2069
+ readonly required?: boolean | undefined;
2070
+ readonly for?: string | undefined;
2071
+ readonly labelPosition?: import('..').QLabelPosition | undefined;
2072
+ readonly size?: import('..').QFieldSize | undefined;
2073
+ readonly readonly?: boolean | undefined;
2074
+ readonly disabled?: boolean | undefined;
2075
+ readonly invalid?: boolean | undefined;
2076
+ readonly placeholder?: string | undefined;
2077
+ readonly maxLength?: number | undefined;
2078
+ readonly clearable?: boolean | undefined;
2079
+ readonly type?: string | undefined;
2080
+ readonly texts?: typeof import('..').DEFAULT_TEXTS | undefined;
2081
+ readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
2082
+ readonly "onClick:clear"?: ((event: Event) => any) | undefined;
2083
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
2084
+ $attrs: import('vue').Attrs;
2085
+ $refs: {
2086
+ [x: string]: unknown;
2087
+ } & {
2088
+ field: ({
2089
+ $: import('vue').ComponentInternalInstance;
2090
+ $data: {};
2091
+ $props: {
2092
+ readonly id?: string | undefined;
2093
+ readonly class?: string | unknown[] | undefined;
2094
+ readonly label?: string | undefined;
2095
+ readonly required?: boolean | undefined;
2096
+ readonly for?: string | undefined;
2097
+ readonly labelPosition?: import('..').QLabelPosition | undefined;
2098
+ readonly size?: import('..').QFieldSize | undefined;
2099
+ readonly readonly?: boolean | undefined;
2100
+ readonly disabled?: boolean | undefined;
2101
+ readonly invalid?: boolean | undefined;
2102
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
2103
+ $attrs: import('vue').Attrs;
2104
+ $refs: {
2105
+ [x: string]: unknown;
2106
+ } & {
2107
+ field: HTMLDivElement;
2108
+ };
2109
+ $slots: Readonly<{
2110
+ [name: string]: import('vue').Slot<any> | undefined;
2111
+ }>;
2112
+ $root: import('vue').ComponentPublicInstance | null;
2113
+ $parent: import('vue').ComponentPublicInstance | null;
2114
+ $host: Element | null;
2115
+ $emit: (event: string, ...args: any[]) => void;
2116
+ $el: any;
2117
+ $options: import('vue').ComponentOptionsBase<Readonly<import('..').QFieldProps> & Readonly<{}>, {
2118
+ fieldRef: Readonly<import('vue').ShallowRef<HTMLDivElement | null>>;
2119
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
2120
+ size: import('..').QFieldSize;
2121
+ labelPosition: import('..').QLabelPosition;
2122
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
2123
+ beforeCreate?: (() => void) | (() => void)[];
2124
+ created?: (() => void) | (() => void)[];
2125
+ beforeMount?: (() => void) | (() => void)[];
2126
+ mounted?: (() => void) | (() => void)[];
2127
+ beforeUpdate?: (() => void) | (() => void)[];
2128
+ updated?: (() => void) | (() => void)[];
2129
+ activated?: (() => void) | (() => void)[];
2130
+ deactivated?: (() => void) | (() => void)[];
2131
+ beforeDestroy?: (() => void) | (() => void)[];
2132
+ beforeUnmount?: (() => void) | (() => void)[];
2133
+ destroyed?: (() => void) | (() => void)[];
2134
+ unmounted?: (() => void) | (() => void)[];
2135
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
2136
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
2137
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
2138
+ };
2139
+ $forceUpdate: () => void;
2140
+ $nextTick: typeof nextTick;
2141
+ $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;
2142
+ } & Readonly<{
2143
+ size: import('..').QFieldSize;
2144
+ labelPosition: import('..').QLabelPosition;
2145
+ }> & Omit<Readonly<import('..').QFieldProps> & Readonly<{}>, "fieldRef" | ("size" | "labelPosition")> & {
2146
+ fieldRef: HTMLDivElement | null;
2147
+ } & {} & import('vue').ComponentCustomProperties & {} & {
2148
+ $slots: {
2149
+ 'label.prepend'?(_: {}): any;
2150
+ 'label.append'?(_: {}): any;
2151
+ control?(_: {}): any;
2152
+ prepend?(_: {}): any;
2153
+ default?(_: {}): any;
2154
+ append?(_: {}): any;
2155
+ extras?(_: {}): any;
2156
+ };
2157
+ }) | null;
2158
+ input: HTMLInputElement;
2159
+ };
2160
+ $slots: Readonly<{
2161
+ [name: string]: import('vue').Slot<any> | undefined;
2162
+ }>;
2163
+ $root: import('vue').ComponentPublicInstance | null;
2164
+ $parent: import('vue').ComponentPublicInstance | null;
2165
+ $host: Element | null;
2166
+ $emit: ((event: "update:modelValue", value: string) => void) & ((event: "click:clear", event: Event) => void);
2167
+ $el: any;
2168
+ $options: import('vue').ComponentOptionsBase<Readonly<{
2169
+ modelValue?: string;
2170
+ } & import('../../types/component').QBaseComponentProps & {
2171
+ label?: string;
2172
+ required?: boolean;
2173
+ for?: string;
2174
+ labelPosition?: import('..').QLabelPosition;
2175
+ } & {
2176
+ size?: import('..').QFieldSize;
2177
+ readonly?: boolean;
2178
+ disabled?: boolean;
2179
+ required?: boolean;
2180
+ invalid?: boolean;
2181
+ } & {
2182
+ placeholder?: string;
2183
+ maxLength?: number;
2184
+ clearable?: boolean;
2185
+ type?: string;
2186
+ texts?: typeof import('..').DEFAULT_TEXTS;
2187
+ }> & Readonly<{
2188
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
2189
+ "onClick:clear"?: ((event: Event) => any) | undefined;
2190
+ }>, {
2191
+ fieldRef: import('vue').ComputedRef<HTMLDivElement | null | undefined>;
2192
+ inputRef: Readonly<import('vue').ShallowRef<HTMLInputElement | null>>;
2193
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
2194
+ "update:modelValue": (value: string) => any;
2195
+ } & {
2196
+ "click:clear": (event: Event) => any;
2197
+ }, string, {
2198
+ type: string;
2199
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
2200
+ beforeCreate?: (() => void) | (() => void)[];
2201
+ created?: (() => void) | (() => void)[];
2202
+ beforeMount?: (() => void) | (() => void)[];
2203
+ mounted?: (() => void) | (() => void)[];
2204
+ beforeUpdate?: (() => void) | (() => void)[];
2205
+ updated?: (() => void) | (() => void)[];
2206
+ activated?: (() => void) | (() => void)[];
2207
+ deactivated?: (() => void) | (() => void)[];
2208
+ beforeDestroy?: (() => void) | (() => void)[];
2209
+ beforeUnmount?: (() => void) | (() => void)[];
2210
+ destroyed?: (() => void) | (() => void)[];
2211
+ unmounted?: (() => void) | (() => void)[];
2212
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
2213
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
2214
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
2215
+ };
2216
+ $forceUpdate: () => void;
2217
+ $nextTick: typeof nextTick;
2218
+ $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;
2219
+ } & Readonly<{
2220
+ type: string;
2221
+ }> & Omit<Readonly<{
2222
+ modelValue?: string;
2223
+ } & import('../../types/component').QBaseComponentProps & {
2224
+ label?: string;
2225
+ required?: boolean;
2226
+ for?: string;
2227
+ labelPosition?: import('..').QLabelPosition;
2228
+ } & {
2229
+ size?: import('..').QFieldSize;
2230
+ readonly?: boolean;
2231
+ disabled?: boolean;
2232
+ required?: boolean;
2233
+ invalid?: boolean;
2234
+ } & {
2235
+ placeholder?: string;
2236
+ maxLength?: number;
2237
+ clearable?: boolean;
2238
+ type?: string;
2239
+ texts?: typeof import('..').DEFAULT_TEXTS;
2240
+ }> & Readonly<{
2241
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
2242
+ "onClick:clear"?: ((event: Event) => any) | undefined;
2243
+ }>, "type" | "fieldRef" | "inputRef"> & {
2244
+ fieldRef: HTMLDivElement | null | undefined;
2245
+ inputRef: HTMLInputElement | null;
2246
+ } & {} & import('vue').ComponentCustomProperties & {} & {
2247
+ $slots: {
2248
+ 'label.prepend'?(_: {}): any;
2249
+ 'label.append'?(_: {}): any;
2250
+ prepend?(_: {}): any;
2251
+ append?(_: {}): any;
2252
+ extras?(_: {}): any;
2253
+ };
2254
+ }) | null;
2255
+ }, any>;
2256
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
2257
+ export default _default;
2258
+ type __VLS_WithTemplateSlots<T, S> = T & {
2259
+ new (): {
2260
+ $slots: S;
2261
+ };
2262
+ };
2263
+ //# sourceMappingURL=QPhoneField.vue.d.ts.map