@quidgest/ui 0.18.0 → 0.20.0

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 (164) hide show
  1. package/CHANGELOG.md +89 -0
  2. package/dist/json/api.json +1328 -215
  3. package/dist/manifest/components.json +3 -1
  4. package/dist/ui.css +1448 -185
  5. package/dist/ui.esm.js +1448 -825
  6. package/dist/ui.js +1411 -788
  7. package/dist/ui.min.css +2 -1
  8. package/dist/ui.min.js +1411 -788
  9. package/dist/ui.scss +597 -157
  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/QGrid/QCol.vue.js +1 -1
  13. package/esm/components/QInputGroup/QInputGroup.d.ts +147 -3
  14. package/esm/components/QInputGroup/QInputGroup.d.ts.map +1 -1
  15. package/esm/components/QInputGroup/QInputGroup.vue.js +32 -23
  16. package/esm/components/QInputGroup/index.d.ts +81 -4
  17. package/esm/components/QInputGroup/index.d.ts.map +1 -1
  18. package/esm/components/QList/QList.d.ts.map +1 -1
  19. package/esm/components/QList/QList.vue.js +3 -1
  20. package/esm/components/QList/QListItem.d.ts.map +1 -1
  21. package/esm/components/QList/QListItem.vue.js +24 -28
  22. package/esm/components/QList/types.d.ts +1 -1
  23. package/esm/components/QOverlay/types.d.ts +3 -1
  24. package/esm/components/QOverlay/types.d.ts.map +1 -1
  25. package/esm/components/QPhoneField/QPhoneField.d.ts +2263 -0
  26. package/esm/components/QPhoneField/QPhoneField.d.ts.map +1 -0
  27. package/esm/components/QPhoneField/QPhoneField.vue.js +478 -0
  28. package/esm/components/QPhoneField/QPhoneField2.vue.js +5 -0
  29. package/esm/components/QPhoneField/constants.d.ts +11 -0
  30. package/esm/components/QPhoneField/constants.d.ts.map +1 -0
  31. package/esm/components/QPhoneField/constants.js +14 -0
  32. package/esm/components/QPhoneField/index.d.ts +1253 -0
  33. package/esm/components/QPhoneField/index.d.ts.map +1 -0
  34. package/esm/components/QPhoneField/index.js +6 -0
  35. package/esm/components/QPhoneField/types.d.ts +108 -0
  36. package/esm/components/QPhoneField/types.d.ts.map +1 -0
  37. package/esm/components/{QGroupBox/QGroupBox.d.ts → QSection/QSection.d.ts} +4 -4
  38. package/esm/components/QSection/QSection.d.ts.map +1 -0
  39. package/esm/components/{QGroupBox/QGroupBox.vue.js → QSection/QSection.vue.js} +8 -8
  40. package/esm/components/QSection/QSection2.vue.js +5 -0
  41. package/esm/components/{QGroupBox → QSection}/index.d.ts +8 -8
  42. package/esm/components/QSection/index.d.ts.map +1 -0
  43. package/esm/components/QSection/index.js +6 -0
  44. package/esm/components/QSection/types.d.ts +32 -0
  45. package/esm/components/QSection/types.d.ts.map +1 -0
  46. package/esm/components/QSelect/QSelect.d.ts +16 -1
  47. package/esm/components/QSelect/QSelect.d.ts.map +1 -1
  48. package/esm/components/QSelect/QSelect.vue.js +158 -129
  49. package/esm/components/QSelect/index.d.ts +31 -3
  50. package/esm/components/QSelect/index.d.ts.map +1 -1
  51. package/esm/components/QSelect/types.d.ts +13 -0
  52. package/esm/components/QSelect/types.d.ts.map +1 -1
  53. package/esm/components/QSidebar/QSidebar.d.ts +53 -6
  54. package/esm/components/QSidebar/QSidebar.d.ts.map +1 -1
  55. package/esm/components/QSidebar/QSidebar.vue.js +76 -106
  56. package/esm/components/QSidebar/QSidebarAnchor.d.ts +24 -210
  57. package/esm/components/QSidebar/QSidebarAnchor.d.ts.map +1 -1
  58. package/esm/components/QSidebar/QSidebarAnchor.vue.js +47 -59
  59. package/esm/components/QSidebar/QSidebarItem.d.ts +213 -0
  60. package/esm/components/QSidebar/QSidebarItem.d.ts.map +1 -0
  61. package/esm/components/QSidebar/QSidebarItem.vue.js +130 -0
  62. package/esm/components/QSidebar/QSidebarItem2.vue.js +5 -0
  63. package/esm/components/QSidebar/QSidebarPanel.d.ts +1 -7
  64. package/esm/components/QSidebar/QSidebarPanel.d.ts.map +1 -1
  65. package/esm/components/QSidebar/QSidebarPanel.vue.js +4 -10
  66. package/esm/components/QSidebar/context.d.ts +108 -0
  67. package/esm/components/QSidebar/context.d.ts.map +1 -0
  68. package/esm/components/QSidebar/context.js +4 -0
  69. package/esm/components/QSidebar/index.d.ts +166 -8
  70. package/esm/components/QSidebar/index.d.ts.map +1 -1
  71. package/esm/components/QSidebar/index.js +3 -2
  72. package/esm/components/QSidebar/types.d.ts +77 -42
  73. package/esm/components/QSidebar/types.d.ts.map +1 -1
  74. package/esm/components/QTabs/QTab.d.ts +1 -0
  75. package/esm/components/QTabs/QTab.d.ts.map +1 -1
  76. package/esm/components/QTabs/QTab.vue.js +2 -1
  77. package/esm/components/QTabs/QTabs.d.ts +2 -0
  78. package/esm/components/QTabs/QTabs.d.ts.map +1 -1
  79. package/esm/components/QTabs/QTabs.vue.js +125 -46
  80. package/esm/components/QTabs/context.d.ts +10 -3
  81. package/esm/components/QTabs/context.d.ts.map +1 -1
  82. package/esm/components/QTabs/index.d.ts +2 -0
  83. package/esm/components/QTabs/index.d.ts.map +1 -1
  84. package/esm/components/QTabs/types.d.ts +3 -1
  85. package/esm/components/QTabs/types.d.ts.map +1 -1
  86. package/esm/components/index.d.ts +2 -1
  87. package/esm/components/index.d.ts.map +1 -1
  88. package/esm/components/index.js +48 -45
  89. package/esm/composables/useDialog/index.d.ts +2 -88
  90. package/esm/composables/useDialog/index.d.ts.map +1 -1
  91. package/esm/composables/useDialog/index.js +6 -6
  92. package/esm/composables/useDialog/types.d.ts +14 -4
  93. package/esm/composables/useDialog/types.d.ts.map +1 -1
  94. package/esm/index.d.ts +3 -1
  95. package/esm/vendors/country-flag-icons/modules/countries.json.js +4 -0
  96. package/esm/vendors/country-flag-icons/modules/hasFlag.js +7 -0
  97. package/esm/vendors/libphonenumber-js/es6/AsYouType.js +312 -0
  98. package/esm/vendors/libphonenumber-js/es6/AsYouTypeFormatter.PatternMatcher.js +142 -0
  99. package/esm/vendors/libphonenumber-js/es6/AsYouTypeFormatter.PatternParser.js +145 -0
  100. package/esm/vendors/libphonenumber-js/es6/AsYouTypeFormatter.complete.js +45 -0
  101. package/esm/vendors/libphonenumber-js/es6/AsYouTypeFormatter.js +258 -0
  102. package/esm/vendors/libphonenumber-js/es6/AsYouTypeFormatter.util.js +57 -0
  103. package/esm/vendors/libphonenumber-js/es6/AsYouTypeParser.js +242 -0
  104. package/esm/vendors/libphonenumber-js/es6/AsYouTypeState.js +115 -0
  105. package/esm/vendors/libphonenumber-js/es6/ParseError.js +116 -0
  106. package/esm/vendors/libphonenumber-js/es6/PhoneNumber.js +164 -0
  107. package/esm/vendors/libphonenumber-js/es6/constants.js +4 -0
  108. package/esm/vendors/libphonenumber-js/es6/format.js +77 -0
  109. package/esm/vendors/libphonenumber-js/es6/formatIncompletePhoneNumber.js +7 -0
  110. package/esm/vendors/libphonenumber-js/es6/getCountries.js +7 -0
  111. package/esm/vendors/libphonenumber-js/es6/getExampleNumber.js +7 -0
  112. package/esm/vendors/libphonenumber-js/es6/helpers/RFC3966.js +9 -0
  113. package/esm/vendors/libphonenumber-js/es6/helpers/applyInternationalSeparatorStyle.js +7 -0
  114. package/esm/vendors/libphonenumber-js/es6/helpers/checkNumberLength.js +21 -0
  115. package/esm/vendors/libphonenumber-js/es6/helpers/extension/createExtensionPattern.js +11 -0
  116. package/esm/vendors/libphonenumber-js/es6/helpers/extension/extractExtension.js +16 -0
  117. package/esm/vendors/libphonenumber-js/es6/helpers/extractCountryCallingCode.js +36 -0
  118. package/esm/vendors/libphonenumber-js/es6/helpers/extractCountryCallingCodeFromInternationalNumberWithoutPlusSign.js +21 -0
  119. package/esm/vendors/libphonenumber-js/es6/helpers/extractFormattedPhoneNumberFromPossibleRfc3966NumberUri.js +18 -0
  120. package/esm/vendors/libphonenumber-js/es6/helpers/extractNationalNumber.js +27 -0
  121. package/esm/vendors/libphonenumber-js/es6/helpers/extractNationalNumberFromPossiblyIncompleteNumber.js +27 -0
  122. package/esm/vendors/libphonenumber-js/es6/helpers/extractPhoneContext.js +15 -0
  123. package/esm/vendors/libphonenumber-js/es6/helpers/formatNationalNumberUsingFormat.js +11 -0
  124. package/esm/vendors/libphonenumber-js/es6/helpers/getCountryAndCallingCodeFromOneOfThem.js +13 -0
  125. package/esm/vendors/libphonenumber-js/es6/helpers/getCountryByCallingCode.js +12 -0
  126. package/esm/vendors/libphonenumber-js/es6/helpers/getCountryByNationalNumber.js +43 -0
  127. package/esm/vendors/libphonenumber-js/es6/helpers/getIddPrefix.js +10 -0
  128. package/esm/vendors/libphonenumber-js/es6/helpers/getNumberType.js +61 -0
  129. package/esm/vendors/libphonenumber-js/es6/helpers/getPossibleCountriesForNumber.js +14 -0
  130. package/esm/vendors/libphonenumber-js/es6/helpers/isCallingCode.js +7 -0
  131. package/esm/vendors/libphonenumber-js/es6/helpers/isCountryCode.js +7 -0
  132. package/esm/vendors/libphonenumber-js/es6/helpers/isObject.js +7 -0
  133. package/esm/vendors/libphonenumber-js/es6/helpers/isViablePhoneNumber.js +12 -0
  134. package/esm/vendors/libphonenumber-js/es6/helpers/matchesEntirely.js +6 -0
  135. package/esm/vendors/libphonenumber-js/es6/helpers/mergeArrays.js +39 -0
  136. package/esm/vendors/libphonenumber-js/es6/helpers/parseDigits.js +82 -0
  137. package/esm/vendors/libphonenumber-js/es6/helpers/stripIddPrefix.js +18 -0
  138. package/esm/vendors/libphonenumber-js/es6/isPossible.js +32 -0
  139. package/esm/vendors/libphonenumber-js/es6/isValid.js +11 -0
  140. package/esm/vendors/libphonenumber-js/es6/metadata.js +474 -0
  141. package/esm/vendors/libphonenumber-js/es6/normalizeArguments.js +110 -0
  142. package/esm/vendors/libphonenumber-js/es6/parse.js +103 -0
  143. package/esm/vendors/libphonenumber-js/es6/parseIncompletePhoneNumber.js +48 -0
  144. package/esm/vendors/libphonenumber-js/es6/parsePhoneNumber.js +9 -0
  145. package/esm/vendors/libphonenumber-js/es6/parsePhoneNumberWithError_.js +58 -0
  146. package/esm/vendors/libphonenumber-js/es6/parsePhoneNumber_.js +66 -0
  147. package/esm/vendors/libphonenumber-js/es6/tools/semver-compare.js +14 -0
  148. package/esm/vendors/libphonenumber-js/examples.mobile.json.js +250 -0
  149. package/esm/vendors/libphonenumber-js/max/exports/AsYouType.js +9 -0
  150. package/esm/vendors/libphonenumber-js/max/exports/formatIncompletePhoneNumber.js +8 -0
  151. package/esm/vendors/libphonenumber-js/max/exports/getCountries.js +8 -0
  152. package/esm/vendors/libphonenumber-js/max/exports/getCountryCallingCode.js +8 -0
  153. package/esm/vendors/libphonenumber-js/max/exports/getExampleNumber.js +8 -0
  154. package/esm/vendors/libphonenumber-js/max/exports/isSupportedCountry.js +8 -0
  155. package/esm/vendors/libphonenumber-js/max/exports/parsePhoneNumber.js +8 -0
  156. package/esm/vendors/libphonenumber-js/max/exports/withMetadataArgument.js +8 -0
  157. package/esm/vendors/libphonenumber-js/metadata.max.json.js +10489 -0
  158. package/package.json +9 -6
  159. package/esm/components/QGroupBox/QGroupBox.d.ts.map +0 -1
  160. package/esm/components/QGroupBox/QGroupBox2.vue.js +0 -5
  161. package/esm/components/QGroupBox/index.d.ts.map +0 -1
  162. package/esm/components/QGroupBox/index.js +0 -6
  163. package/esm/components/QGroupBox/types.d.ts +0 -32
  164. package/esm/components/QGroupBox/types.d.ts.map +0 -1
@@ -0,0 +1,1253 @@
1
+ declare const QPhoneField: {
2
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
3
+ modelValue?: string;
4
+ country?: import('./types').QPhoneCountryCode | undefined;
5
+ open?: boolean;
6
+ } & import('../../types/component').QBaseComponentProps & {
7
+ label?: string;
8
+ required?: boolean;
9
+ for?: string;
10
+ labelPosition?: import('..').QLabelPosition;
11
+ } & {
12
+ size?: import('..').QFieldSize;
13
+ readonly?: boolean;
14
+ disabled?: boolean;
15
+ required?: boolean;
16
+ invalid?: boolean;
17
+ } & {
18
+ placeholder?: string;
19
+ defaultCountry?: import('./types').QPhoneCountryCode;
20
+ countries?: import('./types').QPhoneCountryCode[];
21
+ locale?: string;
22
+ clearable?: boolean;
23
+ autoValidate?: boolean;
24
+ inline?: boolean;
25
+ texts?: typeof import('./constants').DEFAULT_TEXTS;
26
+ }> & Readonly<{
27
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
28
+ "onClick:clear"?: ((event: Event) => any) | undefined;
29
+ "onUpdate:open"?: ((value: boolean) => any) | undefined;
30
+ "onValidity-change"?: ((validity: import('./types').QPhoneFieldValidity) => any) | undefined;
31
+ "onUpdate:country"?: ((value: import('libphonenumber-js/max').CountryCode | undefined) => any) | undefined;
32
+ }>, {
33
+ fieldRef: import('vue').ComputedRef<HTMLElement | null>;
34
+ inputRef: import('vue').ComputedRef<HTMLInputElement | null>;
35
+ validity: import('vue').ComputedRef<import('./types').QPhoneFieldValidity>;
36
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
37
+ "update:modelValue": (value: string) => any;
38
+ "click:clear": (event: Event) => any;
39
+ "update:open": (value: boolean) => any;
40
+ "validity-change": (validity: import('./types').QPhoneFieldValidity) => any;
41
+ "update:country": (value: import('libphonenumber-js/max').CountryCode | undefined) => any;
42
+ }, import('vue').PublicProps, {
43
+ texts: typeof import('./constants').DEFAULT_TEXTS;
44
+ locale: string;
45
+ autoValidate: boolean;
46
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
47
+ field: ({
48
+ $: import('vue').ComponentInternalInstance;
49
+ $data: {};
50
+ $props: {
51
+ readonly id?: string | undefined;
52
+ readonly class?: string | unknown[] | undefined;
53
+ readonly label?: string | undefined;
54
+ readonly required?: boolean | undefined;
55
+ readonly for?: string | undefined;
56
+ readonly labelPosition?: import('..').QLabelPosition | undefined;
57
+ readonly size?: import('..').QFieldSize | undefined;
58
+ readonly readonly?: boolean | undefined;
59
+ readonly disabled?: boolean | undefined;
60
+ readonly invalid?: boolean | undefined;
61
+ readonly prependIcon?: import('..').Icon | undefined;
62
+ readonly appendIcon?: import('..').Icon | undefined;
63
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
64
+ $attrs: import('vue').Attrs;
65
+ $refs: {
66
+ [x: string]: unknown;
67
+ } & {
68
+ field: ({
69
+ $: import('vue').ComponentInternalInstance;
70
+ $data: {};
71
+ $props: {
72
+ readonly id?: string | undefined;
73
+ readonly class?: string | unknown[] | undefined;
74
+ readonly label?: string | undefined;
75
+ readonly required?: boolean | undefined;
76
+ readonly for?: string | undefined;
77
+ readonly labelPosition?: import('..').QLabelPosition | undefined;
78
+ readonly size?: import('..').QFieldSize | undefined;
79
+ readonly readonly?: boolean | undefined;
80
+ readonly disabled?: boolean | undefined;
81
+ readonly invalid?: boolean | undefined;
82
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
83
+ $attrs: import('vue').Attrs;
84
+ $refs: {
85
+ [x: string]: unknown;
86
+ } & {
87
+ field: HTMLDivElement;
88
+ };
89
+ $slots: Readonly<{
90
+ [name: string]: import('vue').Slot<any> | undefined;
91
+ }>;
92
+ $root: import('vue').ComponentPublicInstance | null;
93
+ $parent: import('vue').ComponentPublicInstance | null;
94
+ $host: Element | null;
95
+ $emit: (event: string, ...args: any[]) => void;
96
+ $el: any;
97
+ $options: import('vue').ComponentOptionsBase<Readonly<import('..').QFieldProps> & Readonly<{}>, {
98
+ fieldRef: Readonly<import('vue').ShallowRef<HTMLDivElement | null>>;
99
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
100
+ size: import('..').QFieldSize;
101
+ labelPosition: import('..').QLabelPosition;
102
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
103
+ beforeCreate?: (() => void) | (() => void)[];
104
+ created?: (() => void) | (() => void)[];
105
+ beforeMount?: (() => void) | (() => void)[];
106
+ mounted?: (() => void) | (() => void)[];
107
+ beforeUpdate?: (() => void) | (() => void)[];
108
+ updated?: (() => void) | (() => void)[];
109
+ activated?: (() => void) | (() => void)[];
110
+ deactivated?: (() => void) | (() => void)[];
111
+ beforeDestroy?: (() => void) | (() => void)[];
112
+ beforeUnmount?: (() => void) | (() => void)[];
113
+ destroyed?: (() => void) | (() => void)[];
114
+ unmounted?: (() => void) | (() => void)[];
115
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
116
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
117
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
118
+ };
119
+ $forceUpdate: () => void;
120
+ $nextTick: typeof import('vue').nextTick;
121
+ $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;
122
+ } & Readonly<{
123
+ size: import('..').QFieldSize;
124
+ labelPosition: import('..').QLabelPosition;
125
+ }> & Omit<Readonly<import('..').QFieldProps> & Readonly<{}>, "fieldRef" | ("size" | "labelPosition")> & {
126
+ fieldRef: HTMLDivElement | null;
127
+ } & {} & import('vue').ComponentCustomProperties & {} & {
128
+ $slots: {
129
+ 'label.prepend'?(_: {}): any;
130
+ 'label.append'?(_: {}): any;
131
+ control?(_: {}): any;
132
+ prepend?(_: {}): any;
133
+ default?(_: {}): any;
134
+ append?(_: {}): any;
135
+ extras?(_: {}): any;
136
+ };
137
+ }) | null;
138
+ };
139
+ $slots: Readonly<{
140
+ [name: string]: import('vue').Slot<any> | undefined;
141
+ }>;
142
+ $root: import('vue').ComponentPublicInstance | null;
143
+ $parent: import('vue').ComponentPublicInstance | null;
144
+ $host: Element | null;
145
+ $emit: (event: string, ...args: any[]) => void;
146
+ $el: any;
147
+ $options: import('vue').ComponentOptionsBase<Readonly<import('..').QInputGroupProps> & Readonly<{}>, {
148
+ fieldRef: import('vue').ComputedRef<HTMLDivElement | null | undefined>;
149
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
150
+ size: import('..').QFieldSize;
151
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
152
+ beforeCreate?: (() => void) | (() => void)[];
153
+ created?: (() => void) | (() => void)[];
154
+ beforeMount?: (() => void) | (() => void)[];
155
+ mounted?: (() => void) | (() => void)[];
156
+ beforeUpdate?: (() => void) | (() => void)[];
157
+ updated?: (() => void) | (() => void)[];
158
+ activated?: (() => void) | (() => void)[];
159
+ deactivated?: (() => void) | (() => void)[];
160
+ beforeDestroy?: (() => void) | (() => void)[];
161
+ beforeUnmount?: (() => void) | (() => void)[];
162
+ destroyed?: (() => void) | (() => void)[];
163
+ unmounted?: (() => void) | (() => void)[];
164
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
165
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
166
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
167
+ };
168
+ $forceUpdate: () => void;
169
+ $nextTick: typeof import('vue').nextTick;
170
+ $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;
171
+ } & Readonly<{
172
+ size: import('..').QFieldSize;
173
+ }> & Omit<Readonly<import('..').QInputGroupProps> & Readonly<{}>, "size" | "fieldRef"> & {
174
+ fieldRef: HTMLDivElement | null | undefined;
175
+ } & {} & import('vue').ComponentCustomProperties & {} & {
176
+ $slots: {
177
+ 'label.prepend'?(_: {}): any;
178
+ 'label.append'?(_: {}): any;
179
+ prepend?(_: {}): any;
180
+ default?(_: {}): any;
181
+ append?(_: {}): any;
182
+ extras?(_: {}): any;
183
+ };
184
+ }) | null;
185
+ countrySelect: ({
186
+ $: import('vue').ComponentInternalInstance;
187
+ $data: {};
188
+ $props: {
189
+ readonly modelValue?: any;
190
+ readonly open?: boolean | undefined;
191
+ readonly id?: string | undefined;
192
+ readonly class?: string | unknown[] | undefined;
193
+ readonly label?: string | undefined;
194
+ readonly required?: boolean | undefined;
195
+ readonly for?: string | undefined;
196
+ readonly labelPosition?: import('..').QLabelPosition | undefined;
197
+ readonly size?: import('..').QFieldSize | undefined;
198
+ readonly readonly?: boolean | undefined;
199
+ readonly disabled?: boolean | undefined;
200
+ readonly invalid?: boolean | undefined;
201
+ readonly items?: import('..').Item[] | undefined;
202
+ readonly groups?: import('..').Group[] | undefined;
203
+ readonly clearable?: boolean | undefined;
204
+ readonly inline?: boolean | undefined;
205
+ readonly overlayAnchor?: import('..').QOverlayAnchor | undefined;
206
+ readonly selectOnTab?: boolean | undefined;
207
+ readonly multiple?: boolean | undefined;
208
+ readonly badges?: boolean | undefined;
209
+ readonly loading?: boolean | undefined;
210
+ readonly emptyValue?: any;
211
+ readonly itemValue?: string | undefined;
212
+ readonly itemLabel?: string | undefined;
213
+ readonly icons?: typeof import('../QSelect/constants').DEFAULT_ICONS | undefined;
214
+ readonly texts?: typeof import('../QSelect/constants').DEFAULT_TEXTS | undefined;
215
+ readonly "onUpdate:modelValue"?: ((value: any) => any) | undefined;
216
+ readonly onHide?: (() => any) | undefined;
217
+ readonly onShow?: (() => any) | undefined;
218
+ readonly "onBefore-show"?: (() => any) | undefined;
219
+ readonly "onBefore-hide"?: (() => any) | undefined;
220
+ readonly "onUpdate:open"?: ((value: boolean) => any) | undefined;
221
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
222
+ $attrs: import('vue').Attrs;
223
+ $refs: {
224
+ [x: string]: unknown;
225
+ } & {
226
+ trigger: ({
227
+ $: import('vue').ComponentInternalInstance;
228
+ $data: {};
229
+ $props: {
230
+ readonly id?: string | undefined;
231
+ readonly class?: string | unknown[] | undefined;
232
+ readonly label?: string | undefined;
233
+ readonly required?: boolean | undefined;
234
+ readonly for?: string | undefined;
235
+ readonly labelPosition?: import('..').QLabelPosition | undefined;
236
+ readonly size?: import('..').QFieldSize | undefined;
237
+ readonly readonly?: boolean | undefined;
238
+ readonly disabled?: boolean | undefined;
239
+ readonly invalid?: boolean | undefined;
240
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
241
+ $attrs: import('vue').Attrs;
242
+ $refs: {
243
+ [x: string]: unknown;
244
+ } & {
245
+ field: HTMLDivElement;
246
+ };
247
+ $slots: Readonly<{
248
+ [name: string]: import('vue').Slot<any> | undefined;
249
+ }>;
250
+ $root: import('vue').ComponentPublicInstance | null;
251
+ $parent: import('vue').ComponentPublicInstance | null;
252
+ $host: Element | null;
253
+ $emit: (event: string, ...args: any[]) => void;
254
+ $el: any;
255
+ $options: import('vue').ComponentOptionsBase<Readonly<import('..').QFieldProps> & Readonly<{}>, {
256
+ fieldRef: Readonly<import('vue').ShallowRef<HTMLDivElement | null>>;
257
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
258
+ size: import('..').QFieldSize;
259
+ labelPosition: import('..').QLabelPosition;
260
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
261
+ beforeCreate?: (() => void) | (() => void)[];
262
+ created?: (() => void) | (() => void)[];
263
+ beforeMount?: (() => void) | (() => void)[];
264
+ mounted?: (() => void) | (() => void)[];
265
+ beforeUpdate?: (() => void) | (() => void)[];
266
+ updated?: (() => void) | (() => void)[];
267
+ activated?: (() => void) | (() => void)[];
268
+ deactivated?: (() => void) | (() => void)[];
269
+ beforeDestroy?: (() => void) | (() => void)[];
270
+ beforeUnmount?: (() => void) | (() => void)[];
271
+ destroyed?: (() => void) | (() => void)[];
272
+ unmounted?: (() => void) | (() => void)[];
273
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
274
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
275
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
276
+ };
277
+ $forceUpdate: () => void;
278
+ $nextTick: typeof import('vue').nextTick;
279
+ $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;
280
+ } & Readonly<{
281
+ size: import('..').QFieldSize;
282
+ labelPosition: import('..').QLabelPosition;
283
+ }> & Omit<Readonly<import('..').QFieldProps> & Readonly<{}>, "fieldRef" | ("size" | "labelPosition")> & {
284
+ fieldRef: HTMLDivElement | null;
285
+ } & {} & import('vue').ComponentCustomProperties & {} & {
286
+ $slots: {
287
+ 'label.prepend'?(_: {}): any;
288
+ 'label.append'?(_: {}): any;
289
+ control?(_: {}): any;
290
+ prepend?(_: {}): any;
291
+ default?(_: {}): any;
292
+ append?(_: {}): any;
293
+ extras?(_: {}): any;
294
+ };
295
+ }) | null;
296
+ valueContainer: HTMLSpanElement;
297
+ hiddenItemsCountBadge: ({
298
+ $: import('vue').ComponentInternalInstance;
299
+ $data: {};
300
+ $props: {
301
+ readonly id?: string | undefined;
302
+ readonly class?: string | unknown[] | undefined;
303
+ readonly variant?: import('..').QBadgeVariant | undefined;
304
+ readonly color?: string | undefined;
305
+ readonly pill?: boolean | undefined;
306
+ readonly size?: import('..').QBadgeSize | undefined;
307
+ readonly disabled?: boolean | undefined;
308
+ readonly removable?: boolean | undefined;
309
+ readonly icons?: typeof import('../QBadge/constants').DEFAULT_ICONS | undefined;
310
+ readonly texts?: typeof import('../QBadge/constants').DEFAULT_TEXTS | undefined;
311
+ readonly "onClick:remove"?: (() => any) | undefined;
312
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
313
+ $attrs: import('vue').Attrs;
314
+ $refs: {
315
+ [x: string]: unknown;
316
+ };
317
+ $slots: Readonly<{
318
+ [name: string]: import('vue').Slot<any> | undefined;
319
+ }>;
320
+ $root: import('vue').ComponentPublicInstance | null;
321
+ $parent: import('vue').ComponentPublicInstance | null;
322
+ $host: Element | null;
323
+ $emit: (event: "click:remove") => void;
324
+ $el: any;
325
+ $options: import('vue').ComponentOptionsBase<Readonly<import('..').QBadgeProps> & Readonly<{
326
+ "onClick:remove"?: (() => any) | undefined;
327
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
328
+ "click:remove": () => any;
329
+ }, string, {
330
+ size: import('..').QBadgeSize;
331
+ variant: import('..').QBadgeVariant;
332
+ color: string;
333
+ icons: typeof import('../QBadge/constants').DEFAULT_ICONS;
334
+ texts: typeof import('../QBadge/constants').DEFAULT_TEXTS;
335
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
336
+ beforeCreate?: (() => void) | (() => void)[];
337
+ created?: (() => void) | (() => void)[];
338
+ beforeMount?: (() => void) | (() => void)[];
339
+ mounted?: (() => void) | (() => void)[];
340
+ beforeUpdate?: (() => void) | (() => void)[];
341
+ updated?: (() => void) | (() => void)[];
342
+ activated?: (() => void) | (() => void)[];
343
+ deactivated?: (() => void) | (() => void)[];
344
+ beforeDestroy?: (() => void) | (() => void)[];
345
+ beforeUnmount?: (() => void) | (() => void)[];
346
+ destroyed?: (() => void) | (() => void)[];
347
+ unmounted?: (() => void) | (() => void)[];
348
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
349
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
350
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
351
+ };
352
+ $forceUpdate: () => void;
353
+ $nextTick: typeof import('vue').nextTick;
354
+ $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;
355
+ } & Readonly<{
356
+ size: import('..').QBadgeSize;
357
+ variant: import('..').QBadgeVariant;
358
+ color: string;
359
+ icons: typeof import('../QBadge/constants').DEFAULT_ICONS;
360
+ texts: typeof import('../QBadge/constants').DEFAULT_TEXTS;
361
+ }> & Omit<Readonly<import('..').QBadgeProps> & Readonly<{
362
+ "onClick:remove"?: (() => any) | undefined;
363
+ }>, "size" | "variant" | "color" | "icons" | "texts"> & {} & import('vue').ComponentCustomProperties & {} & {
364
+ $slots: {
365
+ default?(_: {}): any;
366
+ default?(_: {}): any;
367
+ };
368
+ }) | null;
369
+ allBadges: (({
370
+ $: import('vue').ComponentInternalInstance;
371
+ $data: {};
372
+ $props: {
373
+ readonly id?: string | undefined;
374
+ readonly class?: string | unknown[] | undefined;
375
+ readonly variant?: import('..').QBadgeVariant | undefined;
376
+ readonly color?: string | undefined;
377
+ readonly pill?: boolean | undefined;
378
+ readonly size?: import('..').QBadgeSize | undefined;
379
+ readonly disabled?: boolean | undefined;
380
+ readonly removable?: boolean | undefined;
381
+ readonly icons?: typeof import('../QBadge/constants').DEFAULT_ICONS | undefined;
382
+ readonly texts?: typeof import('../QBadge/constants').DEFAULT_TEXTS | undefined;
383
+ readonly "onClick:remove"?: (() => any) | undefined;
384
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
385
+ $attrs: import('vue').Attrs;
386
+ $refs: {
387
+ [x: string]: unknown;
388
+ };
389
+ $slots: Readonly<{
390
+ [name: string]: import('vue').Slot<any> | undefined;
391
+ }>;
392
+ $root: import('vue').ComponentPublicInstance | null;
393
+ $parent: import('vue').ComponentPublicInstance | null;
394
+ $host: Element | null;
395
+ $emit: (event: "click:remove") => void;
396
+ $el: any;
397
+ $options: import('vue').ComponentOptionsBase<Readonly<import('..').QBadgeProps> & Readonly<{
398
+ "onClick:remove"?: (() => any) | undefined;
399
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
400
+ "click:remove": () => any;
401
+ }, string, {
402
+ size: import('..').QBadgeSize;
403
+ variant: import('..').QBadgeVariant;
404
+ color: string;
405
+ icons: typeof import('../QBadge/constants').DEFAULT_ICONS;
406
+ texts: typeof import('../QBadge/constants').DEFAULT_TEXTS;
407
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
408
+ beforeCreate?: (() => void) | (() => void)[];
409
+ created?: (() => void) | (() => void)[];
410
+ beforeMount?: (() => void) | (() => void)[];
411
+ mounted?: (() => void) | (() => void)[];
412
+ beforeUpdate?: (() => void) | (() => void)[];
413
+ updated?: (() => void) | (() => void)[];
414
+ activated?: (() => void) | (() => void)[];
415
+ deactivated?: (() => void) | (() => void)[];
416
+ beforeDestroy?: (() => void) | (() => void)[];
417
+ beforeUnmount?: (() => void) | (() => void)[];
418
+ destroyed?: (() => void) | (() => void)[];
419
+ unmounted?: (() => void) | (() => void)[];
420
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
421
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
422
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
423
+ };
424
+ $forceUpdate: () => void;
425
+ $nextTick: typeof import('vue').nextTick;
426
+ $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;
427
+ } & Readonly<{
428
+ size: import('..').QBadgeSize;
429
+ variant: import('..').QBadgeVariant;
430
+ color: string;
431
+ icons: typeof import('../QBadge/constants').DEFAULT_ICONS;
432
+ texts: typeof import('../QBadge/constants').DEFAULT_TEXTS;
433
+ }> & Omit<Readonly<import('..').QBadgeProps> & Readonly<{
434
+ "onClick:remove"?: (() => any) | undefined;
435
+ }>, "size" | "variant" | "color" | "icons" | "texts"> & {} & import('vue').ComponentCustomProperties & {} & {
436
+ $slots: {
437
+ default?(_: {}): any;
438
+ default?(_: {}): any;
439
+ };
440
+ }) | null)[];
441
+ allPlainTexts: HTMLSpanElement;
442
+ input: HTMLInputElement;
443
+ content: HTMLDivElement;
444
+ list: ({
445
+ $: import('vue').ComponentInternalInstance;
446
+ $data: {};
447
+ $props: {
448
+ readonly id?: string | undefined;
449
+ readonly class?: string | unknown[] | undefined;
450
+ readonly modelValue?: any;
451
+ readonly highlighted?: any;
452
+ readonly items?: import('..').Item[] | undefined;
453
+ readonly groups?: import('..').Group[] | undefined;
454
+ readonly selectable?: boolean | undefined;
455
+ readonly selectOnTab?: boolean | undefined;
456
+ readonly multiple?: boolean | undefined;
457
+ readonly disabled?: boolean | undefined;
458
+ readonly required?: boolean | undefined;
459
+ readonly itemValue?: string | undefined;
460
+ readonly itemLabel?: string | undefined;
461
+ readonly "onUpdate:modelValue"?: ((val: any) => any) | undefined;
462
+ readonly onClick?: ((key: any) => any) | undefined;
463
+ readonly "onMouseenter:item"?: ((key: any) => any) | undefined;
464
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
465
+ $attrs: import('vue').Attrs;
466
+ $refs: {
467
+ [x: string]: unknown;
468
+ } & {
469
+ listRef: unknown;
470
+ listItemsRef: (({
471
+ $: import('vue').ComponentInternalInstance;
472
+ $data: {};
473
+ $props: {
474
+ readonly modelValue?: boolean | undefined;
475
+ readonly value: any;
476
+ readonly label: string;
477
+ readonly icon?: import('..').Icon | undefined;
478
+ readonly description?: string | undefined;
479
+ readonly selectable?: boolean | undefined;
480
+ readonly selectOnTab?: boolean | undefined;
481
+ readonly highlighted?: boolean | undefined;
482
+ readonly disabled?: boolean | undefined;
483
+ readonly icons?: typeof import('../QList/constants').DEFAULT_ICONS | undefined;
484
+ readonly checkboxless?: boolean | undefined;
485
+ readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
486
+ readonly onClick?: (() => any) | undefined;
487
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
488
+ $attrs: import('vue').Attrs;
489
+ $refs: {
490
+ [x: string]: unknown;
491
+ };
492
+ $slots: Readonly<{
493
+ [name: string]: import('vue').Slot<any> | undefined;
494
+ }>;
495
+ $root: import('vue').ComponentPublicInstance | null;
496
+ $parent: import('vue').ComponentPublicInstance | null;
497
+ $host: Element | null;
498
+ $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click") => void);
499
+ $el: HTMLLIElement;
500
+ $options: import('vue').ComponentOptionsBase<Readonly<{
501
+ modelValue?: boolean;
502
+ } & import('..').QListItemProps> & Readonly<{
503
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
504
+ onClick?: (() => any) | undefined;
505
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
506
+ "update:modelValue": (value: boolean) => any;
507
+ } & {
508
+ click: () => any;
509
+ }, string, {
510
+ icons: typeof import('../QList/constants').DEFAULT_ICONS;
511
+ selectOnTab: boolean;
512
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
513
+ beforeCreate?: (() => void) | (() => void)[];
514
+ created?: (() => void) | (() => void)[];
515
+ beforeMount?: (() => void) | (() => void)[];
516
+ mounted?: (() => void) | (() => void)[];
517
+ beforeUpdate?: (() => void) | (() => void)[];
518
+ updated?: (() => void) | (() => void)[];
519
+ activated?: (() => void) | (() => void)[];
520
+ deactivated?: (() => void) | (() => void)[];
521
+ beforeDestroy?: (() => void) | (() => void)[];
522
+ beforeUnmount?: (() => void) | (() => void)[];
523
+ destroyed?: (() => void) | (() => void)[];
524
+ unmounted?: (() => void) | (() => void)[];
525
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
526
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
527
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
528
+ };
529
+ $forceUpdate: () => void;
530
+ $nextTick: typeof import('vue').nextTick;
531
+ $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;
532
+ } & Readonly<{
533
+ icons: typeof import('../QList/constants').DEFAULT_ICONS;
534
+ selectOnTab: boolean;
535
+ }> & Omit<Readonly<{
536
+ modelValue?: boolean;
537
+ } & import('..').QListItemProps> & Readonly<{
538
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
539
+ onClick?: (() => any) | undefined;
540
+ }>, "icons" | "selectOnTab"> & {} & import('vue').ComponentCustomProperties & {} & {
541
+ $slots: {
542
+ prepend?(_: {}): any;
543
+ default?(_: {}): any;
544
+ append?(_: {}): any;
545
+ };
546
+ }) | null)[];
547
+ };
548
+ $slots: Readonly<{
549
+ [name: string]: import('vue').Slot<any> | undefined;
550
+ }>;
551
+ $root: import('vue').ComponentPublicInstance | null;
552
+ $parent: import('vue').ComponentPublicInstance | null;
553
+ $host: Element | null;
554
+ $emit: ((event: "update:modelValue", val: any) => void) & ((event: "click", key: any) => void) & ((event: "mouseenter:item", key: any) => void);
555
+ $el: any;
556
+ $options: import('vue').ComponentOptionsBase<Readonly<import('..').QListProps> & Readonly<{
557
+ "onUpdate:modelValue"?: ((val: any) => any) | undefined;
558
+ onClick?: ((key: any) => any) | undefined;
559
+ "onMouseenter:item"?: ((key: any) => any) | undefined;
560
+ }>, {
561
+ getItem: (idx: number) => HTMLElement | undefined;
562
+ getActiveItemIndex: () => number;
563
+ getAdjacentItemIndex: (idx: number, direction: "next" | "prev") => number;
564
+ getFirstFocusableItemIndex: () => number;
565
+ getLastFocusableItemIndex: () => number;
566
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
567
+ "update:modelValue": (val: any) => any;
568
+ click: (key: any) => any;
569
+ "mouseenter:item": (key: any) => any;
570
+ }, string, {
571
+ groups: import('..').Group[];
572
+ selectOnTab: boolean;
573
+ itemValue: string;
574
+ itemLabel: string;
575
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
576
+ beforeCreate?: (() => void) | (() => void)[];
577
+ created?: (() => void) | (() => void)[];
578
+ beforeMount?: (() => void) | (() => void)[];
579
+ mounted?: (() => void) | (() => void)[];
580
+ beforeUpdate?: (() => void) | (() => void)[];
581
+ updated?: (() => void) | (() => void)[];
582
+ activated?: (() => void) | (() => void)[];
583
+ deactivated?: (() => void) | (() => void)[];
584
+ beforeDestroy?: (() => void) | (() => void)[];
585
+ beforeUnmount?: (() => void) | (() => void)[];
586
+ destroyed?: (() => void) | (() => void)[];
587
+ unmounted?: (() => void) | (() => void)[];
588
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
589
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
590
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
591
+ };
592
+ $forceUpdate: () => void;
593
+ $nextTick: typeof import('vue').nextTick;
594
+ $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;
595
+ } & Readonly<{
596
+ groups: import('..').Group[];
597
+ selectOnTab: boolean;
598
+ itemValue: string;
599
+ itemLabel: string;
600
+ }> & Omit<Readonly<import('..').QListProps> & Readonly<{
601
+ "onUpdate:modelValue"?: ((val: any) => any) | undefined;
602
+ onClick?: ((key: any) => any) | undefined;
603
+ "onMouseenter:item"?: ((key: any) => any) | undefined;
604
+ }>, "getItem" | "getActiveItemIndex" | "getAdjacentItemIndex" | "getFirstFocusableItemIndex" | "getLastFocusableItemIndex" | ("groups" | "selectOnTab" | "itemValue" | "itemLabel")> & {
605
+ getItem: (idx: number) => HTMLElement | undefined;
606
+ getActiveItemIndex: () => number;
607
+ getAdjacentItemIndex: (idx: number, direction: "next" | "prev") => number;
608
+ getFirstFocusableItemIndex: () => number;
609
+ getLastFocusableItemIndex: () => number;
610
+ } & {} & import('vue').ComponentCustomProperties & {} & {
611
+ $slots: {
612
+ default?(_: {}): any;
613
+ item?(_: {
614
+ item: import('..').Item;
615
+ element: HTMLLIElement | undefined;
616
+ }): any;
617
+ 'item.append'?(_: {
618
+ item: import('..').Item;
619
+ element: HTMLLIElement | undefined;
620
+ }): any;
621
+ };
622
+ }) | null;
623
+ };
624
+ $slots: Readonly<{
625
+ [name: string]: import('vue').Slot<any> | undefined;
626
+ }>;
627
+ $root: import('vue').ComponentPublicInstance | null;
628
+ $parent: import('vue').ComponentPublicInstance | null;
629
+ $host: Element | null;
630
+ $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);
631
+ $el: any;
632
+ $options: import('vue').ComponentOptionsBase<Readonly<{
633
+ modelValue?: any;
634
+ open?: boolean;
635
+ } & import('../../types/component').QBaseComponentProps & {
636
+ label?: string;
637
+ required?: boolean;
638
+ for?: string;
639
+ labelPosition?: import('..').QLabelPosition;
640
+ } & {
641
+ size?: import('..').QFieldSize;
642
+ readonly?: boolean;
643
+ disabled?: boolean;
644
+ required?: boolean;
645
+ invalid?: boolean;
646
+ } & {
647
+ items?: import('..').Item[];
648
+ groups?: import('..').Group[];
649
+ clearable?: boolean;
650
+ inline?: boolean;
651
+ overlayAnchor?: import('..').QOverlayAnchor;
652
+ selectOnTab?: boolean;
653
+ multiple?: boolean;
654
+ badges?: boolean;
655
+ loading?: boolean;
656
+ emptyValue?: any;
657
+ itemValue?: string;
658
+ itemLabel?: string;
659
+ icons?: typeof import('../QSelect/constants').DEFAULT_ICONS;
660
+ texts?: typeof import('../QSelect/constants').DEFAULT_TEXTS;
661
+ }> & Readonly<{
662
+ "onUpdate:modelValue"?: ((value: any) => any) | undefined;
663
+ onHide?: (() => any) | undefined;
664
+ onShow?: (() => any) | undefined;
665
+ "onBefore-show"?: (() => any) | undefined;
666
+ "onBefore-hide"?: (() => any) | undefined;
667
+ "onUpdate:open"?: ((value: boolean) => any) | undefined;
668
+ }>, {
669
+ focusList: () => void;
670
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
671
+ "update:modelValue": (value: any) => any;
672
+ "update:open": (value: boolean) => any;
673
+ } & {
674
+ hide: () => any;
675
+ show: () => any;
676
+ "before-show": () => any;
677
+ "before-hide": () => any;
678
+ }, string, {
679
+ icons: typeof import('../QSelect/constants').DEFAULT_ICONS;
680
+ texts: typeof import('../QSelect/constants').DEFAULT_TEXTS;
681
+ groups: import('..').Group[];
682
+ selectOnTab: boolean;
683
+ itemValue: string;
684
+ itemLabel: string;
685
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
686
+ beforeCreate?: (() => void) | (() => void)[];
687
+ created?: (() => void) | (() => void)[];
688
+ beforeMount?: (() => void) | (() => void)[];
689
+ mounted?: (() => void) | (() => void)[];
690
+ beforeUpdate?: (() => void) | (() => void)[];
691
+ updated?: (() => void) | (() => void)[];
692
+ activated?: (() => void) | (() => void)[];
693
+ deactivated?: (() => void) | (() => void)[];
694
+ beforeDestroy?: (() => void) | (() => void)[];
695
+ beforeUnmount?: (() => void) | (() => void)[];
696
+ destroyed?: (() => void) | (() => void)[];
697
+ unmounted?: (() => void) | (() => void)[];
698
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
699
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
700
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
701
+ };
702
+ $forceUpdate: () => void;
703
+ $nextTick: typeof import('vue').nextTick;
704
+ $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;
705
+ } & Readonly<{
706
+ icons: typeof import('../QSelect/constants').DEFAULT_ICONS;
707
+ texts: typeof import('../QSelect/constants').DEFAULT_TEXTS;
708
+ groups: import('..').Group[];
709
+ selectOnTab: boolean;
710
+ itemValue: string;
711
+ itemLabel: string;
712
+ }> & Omit<Readonly<{
713
+ modelValue?: any;
714
+ open?: boolean;
715
+ } & import('../../types/component').QBaseComponentProps & {
716
+ label?: string;
717
+ required?: boolean;
718
+ for?: string;
719
+ labelPosition?: import('..').QLabelPosition;
720
+ } & {
721
+ size?: import('..').QFieldSize;
722
+ readonly?: boolean;
723
+ disabled?: boolean;
724
+ required?: boolean;
725
+ invalid?: boolean;
726
+ } & {
727
+ items?: import('..').Item[];
728
+ groups?: import('..').Group[];
729
+ clearable?: boolean;
730
+ inline?: boolean;
731
+ overlayAnchor?: import('..').QOverlayAnchor;
732
+ selectOnTab?: boolean;
733
+ multiple?: boolean;
734
+ badges?: boolean;
735
+ loading?: boolean;
736
+ emptyValue?: any;
737
+ itemValue?: string;
738
+ itemLabel?: string;
739
+ icons?: typeof import('../QSelect/constants').DEFAULT_ICONS;
740
+ texts?: typeof import('../QSelect/constants').DEFAULT_TEXTS;
741
+ }> & Readonly<{
742
+ "onUpdate:modelValue"?: ((value: any) => any) | undefined;
743
+ onHide?: (() => any) | undefined;
744
+ onShow?: (() => any) | undefined;
745
+ "onBefore-show"?: (() => any) | undefined;
746
+ "onBefore-hide"?: (() => any) | undefined;
747
+ "onUpdate:open"?: ((value: boolean) => any) | undefined;
748
+ }>, ("icons" | "texts" | "groups" | "selectOnTab" | "itemValue" | "itemLabel") | "focusList"> & {
749
+ focusList: () => void;
750
+ } & {} & import('vue').ComponentCustomProperties & {} & {
751
+ $slots: {
752
+ prepend?(_: {}): any;
753
+ value?(_: {
754
+ empty: boolean;
755
+ items: import('..').Item[];
756
+ value: any;
757
+ }): any;
758
+ append?(_: {}): any;
759
+ extras?(_: {}): any;
760
+ 'body.prepend'?(_: {}): any;
761
+ item?(_: {
762
+ item: import('..').Item;
763
+ }): any;
764
+ 'body.append'?(_: {}): any;
765
+ };
766
+ }) | null;
767
+ searchField: ({
768
+ $: import('vue').ComponentInternalInstance;
769
+ $data: {};
770
+ $props: {
771
+ readonly modelValue?: string | undefined;
772
+ readonly id?: string | undefined;
773
+ readonly class?: string | unknown[] | undefined;
774
+ readonly label?: string | undefined;
775
+ readonly required?: boolean | undefined;
776
+ readonly for?: string | undefined;
777
+ readonly labelPosition?: import('..').QLabelPosition | undefined;
778
+ readonly size?: import('..').QFieldSize | undefined;
779
+ readonly readonly?: boolean | undefined;
780
+ readonly disabled?: boolean | undefined;
781
+ readonly invalid?: boolean | undefined;
782
+ readonly placeholder?: string | undefined;
783
+ readonly maxLength?: number | undefined;
784
+ readonly clearable?: boolean | undefined;
785
+ readonly type?: string | undefined;
786
+ readonly texts?: typeof import('..').DEFAULT_TEXTS | undefined;
787
+ readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
788
+ readonly "onClick:clear"?: ((event: Event) => any) | undefined;
789
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
790
+ $attrs: import('vue').Attrs;
791
+ $refs: {
792
+ [x: string]: unknown;
793
+ } & {
794
+ field: ({
795
+ $: import('vue').ComponentInternalInstance;
796
+ $data: {};
797
+ $props: {
798
+ readonly id?: string | undefined;
799
+ readonly class?: string | unknown[] | undefined;
800
+ readonly label?: string | undefined;
801
+ readonly required?: boolean | undefined;
802
+ readonly for?: string | undefined;
803
+ readonly labelPosition?: import('..').QLabelPosition | undefined;
804
+ readonly size?: import('..').QFieldSize | undefined;
805
+ readonly readonly?: boolean | undefined;
806
+ readonly disabled?: boolean | undefined;
807
+ readonly invalid?: boolean | undefined;
808
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
809
+ $attrs: import('vue').Attrs;
810
+ $refs: {
811
+ [x: string]: unknown;
812
+ } & {
813
+ field: HTMLDivElement;
814
+ };
815
+ $slots: Readonly<{
816
+ [name: string]: import('vue').Slot<any> | undefined;
817
+ }>;
818
+ $root: import('vue').ComponentPublicInstance | null;
819
+ $parent: import('vue').ComponentPublicInstance | null;
820
+ $host: Element | null;
821
+ $emit: (event: string, ...args: any[]) => void;
822
+ $el: any;
823
+ $options: import('vue').ComponentOptionsBase<Readonly<import('..').QFieldProps> & Readonly<{}>, {
824
+ fieldRef: Readonly<import('vue').ShallowRef<HTMLDivElement | null>>;
825
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
826
+ size: import('..').QFieldSize;
827
+ labelPosition: import('..').QLabelPosition;
828
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
829
+ beforeCreate?: (() => void) | (() => void)[];
830
+ created?: (() => void) | (() => void)[];
831
+ beforeMount?: (() => void) | (() => void)[];
832
+ mounted?: (() => void) | (() => void)[];
833
+ beforeUpdate?: (() => void) | (() => void)[];
834
+ updated?: (() => void) | (() => void)[];
835
+ activated?: (() => void) | (() => void)[];
836
+ deactivated?: (() => void) | (() => void)[];
837
+ beforeDestroy?: (() => void) | (() => void)[];
838
+ beforeUnmount?: (() => void) | (() => void)[];
839
+ destroyed?: (() => void) | (() => void)[];
840
+ unmounted?: (() => void) | (() => void)[];
841
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
842
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
843
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
844
+ };
845
+ $forceUpdate: () => void;
846
+ $nextTick: typeof import('vue').nextTick;
847
+ $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;
848
+ } & Readonly<{
849
+ size: import('..').QFieldSize;
850
+ labelPosition: import('..').QLabelPosition;
851
+ }> & Omit<Readonly<import('..').QFieldProps> & Readonly<{}>, "fieldRef" | ("size" | "labelPosition")> & {
852
+ fieldRef: HTMLDivElement | null;
853
+ } & {} & import('vue').ComponentCustomProperties & {} & {
854
+ $slots: {
855
+ 'label.prepend'?(_: {}): any;
856
+ 'label.append'?(_: {}): any;
857
+ control?(_: {}): any;
858
+ prepend?(_: {}): any;
859
+ default?(_: {}): any;
860
+ append?(_: {}): any;
861
+ extras?(_: {}): any;
862
+ };
863
+ }) | null;
864
+ input: HTMLInputElement;
865
+ };
866
+ $slots: Readonly<{
867
+ [name: string]: import('vue').Slot<any> | undefined;
868
+ }>;
869
+ $root: import('vue').ComponentPublicInstance | null;
870
+ $parent: import('vue').ComponentPublicInstance | null;
871
+ $host: Element | null;
872
+ $emit: ((event: "update:modelValue", value: string) => void) & ((event: "click:clear", event: Event) => void);
873
+ $el: any;
874
+ $options: import('vue').ComponentOptionsBase<Readonly<{
875
+ modelValue?: string;
876
+ } & import('../../types/component').QBaseComponentProps & {
877
+ label?: string;
878
+ required?: boolean;
879
+ for?: string;
880
+ labelPosition?: import('..').QLabelPosition;
881
+ } & {
882
+ size?: import('..').QFieldSize;
883
+ readonly?: boolean;
884
+ disabled?: boolean;
885
+ required?: boolean;
886
+ invalid?: boolean;
887
+ } & {
888
+ placeholder?: string;
889
+ maxLength?: number;
890
+ clearable?: boolean;
891
+ type?: string;
892
+ texts?: typeof import('..').DEFAULT_TEXTS;
893
+ }> & Readonly<{
894
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
895
+ "onClick:clear"?: ((event: Event) => any) | undefined;
896
+ }>, {
897
+ fieldRef: import('vue').ComputedRef<HTMLDivElement | null | undefined>;
898
+ inputRef: Readonly<import('vue').ShallowRef<HTMLInputElement | null>>;
899
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
900
+ "update:modelValue": (value: string) => any;
901
+ } & {
902
+ "click:clear": (event: Event) => any;
903
+ }, string, {
904
+ type: string;
905
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
906
+ beforeCreate?: (() => void) | (() => void)[];
907
+ created?: (() => void) | (() => void)[];
908
+ beforeMount?: (() => void) | (() => void)[];
909
+ mounted?: (() => void) | (() => void)[];
910
+ beforeUpdate?: (() => void) | (() => void)[];
911
+ updated?: (() => void) | (() => void)[];
912
+ activated?: (() => void) | (() => void)[];
913
+ deactivated?: (() => void) | (() => void)[];
914
+ beforeDestroy?: (() => void) | (() => void)[];
915
+ beforeUnmount?: (() => void) | (() => void)[];
916
+ destroyed?: (() => void) | (() => void)[];
917
+ unmounted?: (() => void) | (() => void)[];
918
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
919
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
920
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
921
+ };
922
+ $forceUpdate: () => void;
923
+ $nextTick: typeof import('vue').nextTick;
924
+ $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;
925
+ } & Readonly<{
926
+ type: string;
927
+ }> & Omit<Readonly<{
928
+ modelValue?: string;
929
+ } & import('../../types/component').QBaseComponentProps & {
930
+ label?: string;
931
+ required?: boolean;
932
+ for?: string;
933
+ labelPosition?: import('..').QLabelPosition;
934
+ } & {
935
+ size?: import('..').QFieldSize;
936
+ readonly?: boolean;
937
+ disabled?: boolean;
938
+ required?: boolean;
939
+ invalid?: boolean;
940
+ } & {
941
+ placeholder?: string;
942
+ maxLength?: number;
943
+ clearable?: boolean;
944
+ type?: string;
945
+ texts?: typeof import('..').DEFAULT_TEXTS;
946
+ }> & Readonly<{
947
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
948
+ "onClick:clear"?: ((event: Event) => any) | undefined;
949
+ }>, "type" | "fieldRef" | "inputRef"> & {
950
+ fieldRef: HTMLDivElement | null | undefined;
951
+ inputRef: HTMLInputElement | null;
952
+ } & {} & import('vue').ComponentCustomProperties & {} & {
953
+ $slots: {
954
+ 'label.prepend'?(_: {}): any;
955
+ 'label.append'?(_: {}): any;
956
+ prepend?(_: {}): any;
957
+ append?(_: {}): any;
958
+ extras?(_: {}): any;
959
+ };
960
+ }) | null;
961
+ input: ({
962
+ $: import('vue').ComponentInternalInstance;
963
+ $data: {};
964
+ $props: {
965
+ readonly modelValue?: string | undefined;
966
+ readonly id?: string | undefined;
967
+ readonly class?: string | unknown[] | undefined;
968
+ readonly label?: string | undefined;
969
+ readonly required?: boolean | undefined;
970
+ readonly for?: string | undefined;
971
+ readonly labelPosition?: import('..').QLabelPosition | undefined;
972
+ readonly size?: import('..').QFieldSize | undefined;
973
+ readonly readonly?: boolean | undefined;
974
+ readonly disabled?: boolean | undefined;
975
+ readonly invalid?: boolean | undefined;
976
+ readonly placeholder?: string | undefined;
977
+ readonly maxLength?: number | undefined;
978
+ readonly clearable?: boolean | undefined;
979
+ readonly type?: string | undefined;
980
+ readonly texts?: typeof import('..').DEFAULT_TEXTS | undefined;
981
+ readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
982
+ readonly "onClick:clear"?: ((event: Event) => any) | undefined;
983
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
984
+ $attrs: import('vue').Attrs;
985
+ $refs: {
986
+ [x: string]: unknown;
987
+ } & {
988
+ field: ({
989
+ $: import('vue').ComponentInternalInstance;
990
+ $data: {};
991
+ $props: {
992
+ readonly id?: string | undefined;
993
+ readonly class?: string | unknown[] | undefined;
994
+ readonly label?: string | undefined;
995
+ readonly required?: boolean | undefined;
996
+ readonly for?: string | undefined;
997
+ readonly labelPosition?: import('..').QLabelPosition | undefined;
998
+ readonly size?: import('..').QFieldSize | undefined;
999
+ readonly readonly?: boolean | undefined;
1000
+ readonly disabled?: boolean | undefined;
1001
+ readonly invalid?: boolean | undefined;
1002
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
1003
+ $attrs: import('vue').Attrs;
1004
+ $refs: {
1005
+ [x: string]: unknown;
1006
+ } & {
1007
+ field: HTMLDivElement;
1008
+ };
1009
+ $slots: Readonly<{
1010
+ [name: string]: import('vue').Slot<any> | undefined;
1011
+ }>;
1012
+ $root: import('vue').ComponentPublicInstance | null;
1013
+ $parent: import('vue').ComponentPublicInstance | null;
1014
+ $host: Element | null;
1015
+ $emit: (event: string, ...args: any[]) => void;
1016
+ $el: any;
1017
+ $options: import('vue').ComponentOptionsBase<Readonly<import('..').QFieldProps> & Readonly<{}>, {
1018
+ fieldRef: Readonly<import('vue').ShallowRef<HTMLDivElement | null>>;
1019
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
1020
+ size: import('..').QFieldSize;
1021
+ labelPosition: import('..').QLabelPosition;
1022
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
1023
+ beforeCreate?: (() => void) | (() => void)[];
1024
+ created?: (() => void) | (() => void)[];
1025
+ beforeMount?: (() => void) | (() => void)[];
1026
+ mounted?: (() => void) | (() => void)[];
1027
+ beforeUpdate?: (() => void) | (() => void)[];
1028
+ updated?: (() => void) | (() => void)[];
1029
+ activated?: (() => void) | (() => void)[];
1030
+ deactivated?: (() => void) | (() => void)[];
1031
+ beforeDestroy?: (() => void) | (() => void)[];
1032
+ beforeUnmount?: (() => void) | (() => void)[];
1033
+ destroyed?: (() => void) | (() => void)[];
1034
+ unmounted?: (() => void) | (() => void)[];
1035
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
1036
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
1037
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
1038
+ };
1039
+ $forceUpdate: () => void;
1040
+ $nextTick: typeof import('vue').nextTick;
1041
+ $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;
1042
+ } & Readonly<{
1043
+ size: import('..').QFieldSize;
1044
+ labelPosition: import('..').QLabelPosition;
1045
+ }> & Omit<Readonly<import('..').QFieldProps> & Readonly<{}>, "fieldRef" | ("size" | "labelPosition")> & {
1046
+ fieldRef: HTMLDivElement | null;
1047
+ } & {} & import('vue').ComponentCustomProperties & {} & {
1048
+ $slots: {
1049
+ 'label.prepend'?(_: {}): any;
1050
+ 'label.append'?(_: {}): any;
1051
+ control?(_: {}): any;
1052
+ prepend?(_: {}): any;
1053
+ default?(_: {}): any;
1054
+ append?(_: {}): any;
1055
+ extras?(_: {}): any;
1056
+ };
1057
+ }) | null;
1058
+ input: HTMLInputElement;
1059
+ };
1060
+ $slots: Readonly<{
1061
+ [name: string]: import('vue').Slot<any> | undefined;
1062
+ }>;
1063
+ $root: import('vue').ComponentPublicInstance | null;
1064
+ $parent: import('vue').ComponentPublicInstance | null;
1065
+ $host: Element | null;
1066
+ $emit: ((event: "update:modelValue", value: string) => void) & ((event: "click:clear", event: Event) => void);
1067
+ $el: any;
1068
+ $options: import('vue').ComponentOptionsBase<Readonly<{
1069
+ modelValue?: string;
1070
+ } & import('../../types/component').QBaseComponentProps & {
1071
+ label?: string;
1072
+ required?: boolean;
1073
+ for?: string;
1074
+ labelPosition?: import('..').QLabelPosition;
1075
+ } & {
1076
+ size?: import('..').QFieldSize;
1077
+ readonly?: boolean;
1078
+ disabled?: boolean;
1079
+ required?: boolean;
1080
+ invalid?: boolean;
1081
+ } & {
1082
+ placeholder?: string;
1083
+ maxLength?: number;
1084
+ clearable?: boolean;
1085
+ type?: string;
1086
+ texts?: typeof import('..').DEFAULT_TEXTS;
1087
+ }> & Readonly<{
1088
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
1089
+ "onClick:clear"?: ((event: Event) => any) | undefined;
1090
+ }>, {
1091
+ fieldRef: import('vue').ComputedRef<HTMLDivElement | null | undefined>;
1092
+ inputRef: Readonly<import('vue').ShallowRef<HTMLInputElement | null>>;
1093
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
1094
+ "update:modelValue": (value: string) => any;
1095
+ } & {
1096
+ "click:clear": (event: Event) => any;
1097
+ }, string, {
1098
+ type: string;
1099
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
1100
+ beforeCreate?: (() => void) | (() => void)[];
1101
+ created?: (() => void) | (() => void)[];
1102
+ beforeMount?: (() => void) | (() => void)[];
1103
+ mounted?: (() => void) | (() => void)[];
1104
+ beforeUpdate?: (() => void) | (() => void)[];
1105
+ updated?: (() => void) | (() => void)[];
1106
+ activated?: (() => void) | (() => void)[];
1107
+ deactivated?: (() => void) | (() => void)[];
1108
+ beforeDestroy?: (() => void) | (() => void)[];
1109
+ beforeUnmount?: (() => void) | (() => void)[];
1110
+ destroyed?: (() => void) | (() => void)[];
1111
+ unmounted?: (() => void) | (() => void)[];
1112
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
1113
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
1114
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
1115
+ };
1116
+ $forceUpdate: () => void;
1117
+ $nextTick: typeof import('vue').nextTick;
1118
+ $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;
1119
+ } & Readonly<{
1120
+ type: string;
1121
+ }> & Omit<Readonly<{
1122
+ modelValue?: string;
1123
+ } & import('../../types/component').QBaseComponentProps & {
1124
+ label?: string;
1125
+ required?: boolean;
1126
+ for?: string;
1127
+ labelPosition?: import('..').QLabelPosition;
1128
+ } & {
1129
+ size?: import('..').QFieldSize;
1130
+ readonly?: boolean;
1131
+ disabled?: boolean;
1132
+ required?: boolean;
1133
+ invalid?: boolean;
1134
+ } & {
1135
+ placeholder?: string;
1136
+ maxLength?: number;
1137
+ clearable?: boolean;
1138
+ type?: string;
1139
+ texts?: typeof import('..').DEFAULT_TEXTS;
1140
+ }> & Readonly<{
1141
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
1142
+ "onClick:clear"?: ((event: Event) => any) | undefined;
1143
+ }>, "type" | "fieldRef" | "inputRef"> & {
1144
+ fieldRef: HTMLDivElement | null | undefined;
1145
+ inputRef: HTMLInputElement | null;
1146
+ } & {} & import('vue').ComponentCustomProperties & {} & {
1147
+ $slots: {
1148
+ 'label.prepend'?(_: {}): any;
1149
+ 'label.append'?(_: {}): any;
1150
+ prepend?(_: {}): any;
1151
+ append?(_: {}): any;
1152
+ extras?(_: {}): any;
1153
+ };
1154
+ }) | null;
1155
+ }, any, import('vue').ComponentProvideOptions, {
1156
+ P: {};
1157
+ B: {};
1158
+ D: {};
1159
+ C: {};
1160
+ M: {};
1161
+ Defaults: {};
1162
+ }, Readonly<{
1163
+ modelValue?: string;
1164
+ country?: import('./types').QPhoneCountryCode | undefined;
1165
+ open?: boolean;
1166
+ } & import('../../types/component').QBaseComponentProps & {
1167
+ label?: string;
1168
+ required?: boolean;
1169
+ for?: string;
1170
+ labelPosition?: import('..').QLabelPosition;
1171
+ } & {
1172
+ size?: import('..').QFieldSize;
1173
+ readonly?: boolean;
1174
+ disabled?: boolean;
1175
+ required?: boolean;
1176
+ invalid?: boolean;
1177
+ } & {
1178
+ placeholder?: string;
1179
+ defaultCountry?: import('./types').QPhoneCountryCode;
1180
+ countries?: import('./types').QPhoneCountryCode[];
1181
+ locale?: string;
1182
+ clearable?: boolean;
1183
+ autoValidate?: boolean;
1184
+ inline?: boolean;
1185
+ texts?: typeof import('./constants').DEFAULT_TEXTS;
1186
+ }> & Readonly<{
1187
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
1188
+ "onClick:clear"?: ((event: Event) => any) | undefined;
1189
+ "onUpdate:open"?: ((value: boolean) => any) | undefined;
1190
+ "onValidity-change"?: ((validity: import('./types').QPhoneFieldValidity) => any) | undefined;
1191
+ "onUpdate:country"?: ((value: import('libphonenumber-js/max').CountryCode | undefined) => any) | undefined;
1192
+ }>, {
1193
+ fieldRef: import('vue').ComputedRef<HTMLElement | null>;
1194
+ inputRef: import('vue').ComputedRef<HTMLInputElement | null>;
1195
+ validity: import('vue').ComputedRef<import('./types').QPhoneFieldValidity>;
1196
+ }, {}, {}, {}, {
1197
+ texts: typeof import('./constants').DEFAULT_TEXTS;
1198
+ locale: string;
1199
+ autoValidate: boolean;
1200
+ }>;
1201
+ __isFragment?: never;
1202
+ __isTeleport?: never;
1203
+ __isSuspense?: never;
1204
+ } & import('vue').ComponentOptionsBase<Readonly<{
1205
+ modelValue?: string;
1206
+ country?: import('./types').QPhoneCountryCode | undefined;
1207
+ open?: boolean;
1208
+ } & import('../../types/component').QBaseComponentProps & {
1209
+ label?: string;
1210
+ required?: boolean;
1211
+ for?: string;
1212
+ labelPosition?: import('..').QLabelPosition;
1213
+ } & {
1214
+ size?: import('..').QFieldSize;
1215
+ readonly?: boolean;
1216
+ disabled?: boolean;
1217
+ required?: boolean;
1218
+ invalid?: boolean;
1219
+ } & {
1220
+ placeholder?: string;
1221
+ defaultCountry?: import('./types').QPhoneCountryCode;
1222
+ countries?: import('./types').QPhoneCountryCode[];
1223
+ locale?: string;
1224
+ clearable?: boolean;
1225
+ autoValidate?: boolean;
1226
+ inline?: boolean;
1227
+ texts?: typeof import('./constants').DEFAULT_TEXTS;
1228
+ }> & Readonly<{
1229
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
1230
+ "onClick:clear"?: ((event: Event) => any) | undefined;
1231
+ "onUpdate:open"?: ((value: boolean) => any) | undefined;
1232
+ "onValidity-change"?: ((validity: import('./types').QPhoneFieldValidity) => any) | undefined;
1233
+ "onUpdate:country"?: ((value: import('libphonenumber-js/max').CountryCode | undefined) => any) | undefined;
1234
+ }>, {
1235
+ fieldRef: import('vue').ComputedRef<HTMLElement | null>;
1236
+ inputRef: import('vue').ComputedRef<HTMLInputElement | null>;
1237
+ validity: import('vue').ComputedRef<import('./types').QPhoneFieldValidity>;
1238
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
1239
+ "update:modelValue": (value: string) => any;
1240
+ "click:clear": (event: Event) => any;
1241
+ "update:open": (value: boolean) => any;
1242
+ "validity-change": (validity: import('./types').QPhoneFieldValidity) => any;
1243
+ "update:country": (value: import('libphonenumber-js/max').CountryCode | undefined) => any;
1244
+ }, string, {
1245
+ texts: typeof import('./constants').DEFAULT_TEXTS;
1246
+ locale: string;
1247
+ autoValidate: boolean;
1248
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
1249
+ $slots: Readonly<import('./types').QPhoneFieldSlots> & import('./types').QPhoneFieldSlots;
1250
+ });
1251
+ export { QPhoneField };
1252
+ export * from './types';
1253
+ //# sourceMappingURL=index.d.ts.map