@quidgest/ui 0.14.11 → 0.14.13

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