vuetify 3.2.4 → 3.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (335) hide show
  1. package/dist/_component-variables-labs.sass +1 -0
  2. package/dist/json/attributes.json +2503 -2151
  3. package/dist/json/importMap-labs.json +12 -4
  4. package/dist/json/importMap.json +28 -28
  5. package/dist/json/tags.json +107 -9
  6. package/dist/json/web-types.json +10785 -7110
  7. package/dist/vuetify-labs.css +263 -153
  8. package/dist/vuetify-labs.d.ts +35870 -16257
  9. package/dist/vuetify-labs.esm.js +1466 -934
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +1465 -933
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.css +246 -168
  14. package/dist/vuetify.d.ts +27883 -14061
  15. package/dist/vuetify.esm.js +477 -300
  16. package/dist/vuetify.esm.js.map +1 -1
  17. package/dist/vuetify.js +476 -299
  18. package/dist/vuetify.js.map +1 -1
  19. package/dist/vuetify.min.css +2 -2
  20. package/dist/vuetify.min.js +811 -806
  21. package/dist/vuetify.min.js.map +1 -1
  22. package/lib/blueprints/{index.d.ts → index.d.mts} +5 -1
  23. package/lib/blueprints/{md1.d.ts → md1.d.mts} +5 -1
  24. package/lib/blueprints/{md2.d.ts → md2.d.mts} +5 -1
  25. package/lib/blueprints/{md3.d.ts → md3.d.mts} +5 -1
  26. package/lib/components/VAlert/VAlert.mjs.map +1 -1
  27. package/lib/components/VAlert/{index.d.ts → index.d.mts} +284 -69
  28. package/lib/components/VApp/{index.d.ts → index.d.mts} +80 -19
  29. package/lib/components/VAppBar/{index.d.ts → index.d.mts} +391 -119
  30. package/lib/components/VAutocomplete/VAutocomplete.css +15 -9
  31. package/lib/components/VAutocomplete/VAutocomplete.mjs +82 -34
  32. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  33. package/lib/components/VAutocomplete/VAutocomplete.sass +15 -11
  34. package/lib/components/VAutocomplete/index.d.mts +2048 -0
  35. package/lib/components/VAvatar/{index.d.ts → index.d.mts} +85 -30
  36. package/lib/components/VBadge/_variables.scss +1 -1
  37. package/lib/components/VBadge/{index.d.ts → index.d.mts} +105 -42
  38. package/lib/components/VBanner/{index.d.ts → index.d.mts} +282 -63
  39. package/lib/components/VBottomNavigation/{index.d.ts → index.d.mts} +93 -45
  40. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +1 -1
  41. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
  42. package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs +1 -1
  43. package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs.map +1 -1
  44. package/lib/components/VBreadcrumbs/{index.d.ts → index.d.mts} +348 -212
  45. package/lib/components/VBtn/{index.d.ts → index.d.mts} +139 -53
  46. package/lib/components/VBtnGroup/{index.d.ts → index.d.mts} +84 -27
  47. package/lib/components/VBtnToggle/{index.d.ts → index.d.mts} +88 -35
  48. package/lib/components/VCalendar/util/props.mjs.map +1 -1
  49. package/lib/components/VCard/VCard.mjs.map +1 -1
  50. package/lib/components/VCard/{index.d.ts → index.d.mts} +957 -419
  51. package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
  52. package/lib/components/VCarousel/{index.d.ts → index.d.mts} +616 -111
  53. package/lib/components/VCheckbox/VCheckboxBtn.mjs +3 -3
  54. package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
  55. package/lib/components/VCheckbox/{index.d.ts → index.d.mts} +408 -141
  56. package/lib/components/VChip/VChip.css +4 -2
  57. package/lib/components/VChip/VChip.mjs.map +1 -1
  58. package/lib/components/VChip/VChip.sass +3 -2
  59. package/lib/components/VChip/{index.d.ts → index.d.mts} +376 -85
  60. package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
  61. package/lib/components/VChipGroup/index.d.mts +470 -0
  62. package/lib/components/VCode/{index.d.ts → index.d.mts} +78 -17
  63. package/lib/components/VColorPicker/VColorPicker.mjs +9 -4
  64. package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
  65. package/lib/components/VColorPicker/VColorPickerEdit.mjs.map +1 -1
  66. package/lib/components/VColorPicker/VColorPickerSwatches.mjs +5 -4
  67. package/lib/components/VColorPicker/VColorPickerSwatches.mjs.map +1 -1
  68. package/lib/components/VColorPicker/{index.d.ts → index.d.mts} +241 -109
  69. package/lib/components/VColorPicker/util/index.mjs +2 -22
  70. package/lib/components/VColorPicker/util/index.mjs.map +1 -1
  71. package/lib/components/VCombobox/VCombobox.css +15 -9
  72. package/lib/components/VCombobox/VCombobox.mjs +82 -37
  73. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  74. package/lib/components/VCombobox/VCombobox.sass +15 -11
  75. package/lib/components/VCombobox/index.d.mts +2060 -0
  76. package/lib/components/VCounter/VCounter.mjs.map +1 -1
  77. package/lib/components/VCounter/{index.d.ts → index.d.mts} +105 -45
  78. package/lib/components/VDefaultsProvider/{index.d.ts → index.d.mts} +82 -20
  79. package/lib/components/VDialog/{index.d.ts → index.d.mts} +571 -305
  80. package/lib/components/VDivider/{index.d.ts → index.d.mts} +81 -21
  81. package/lib/components/VExpansionPanel/{index.d.ts → index.d.mts} +374 -110
  82. package/lib/components/VField/VField.css +49 -16
  83. package/lib/components/VField/VField.mjs +12 -2
  84. package/lib/components/VField/VField.mjs.map +1 -1
  85. package/lib/components/VField/VField.sass +40 -11
  86. package/lib/components/VField/_variables.scss +8 -2
  87. package/lib/components/VField/index.d.mts +682 -0
  88. package/lib/components/VFileInput/VFileInput.css +3 -0
  89. package/lib/components/VFileInput/VFileInput.mjs +7 -1
  90. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  91. package/lib/components/VFileInput/VFileInput.sass +6 -1
  92. package/lib/components/VFileInput/{index.d.ts → index.d.mts} +1033 -399
  93. package/lib/components/VFooter/{index.d.ts → index.d.mts} +85 -29
  94. package/lib/components/VForm/VForm.mjs.map +1 -1
  95. package/lib/components/VForm/index.d.mts +993 -0
  96. package/lib/components/VGrid/{index.d.ts → index.d.mts} +334 -100
  97. package/lib/components/VHover/VHover.mjs.map +1 -1
  98. package/lib/components/VHover/{index.d.ts → index.d.mts} +120 -37
  99. package/lib/components/VIcon/{index.d.ts → index.d.mts} +322 -81
  100. package/lib/components/VImg/VImg.css +2 -4
  101. package/lib/components/VImg/VImg.mjs +25 -24
  102. package/lib/components/VImg/VImg.mjs.map +1 -1
  103. package/lib/components/VImg/VImg.sass +4 -3
  104. package/lib/components/VImg/{index.d.ts → index.d.mts} +177 -40
  105. package/lib/components/VInput/VInput.css +10 -4
  106. package/lib/components/VInput/VInput.mjs +9 -3
  107. package/lib/components/VInput/VInput.mjs.map +1 -1
  108. package/lib/components/VInput/VInput.sass +7 -2
  109. package/lib/components/VInput/_variables.scss +1 -0
  110. package/lib/components/VInput/{index.d.ts → index.d.mts} +237 -93
  111. package/lib/components/VItemGroup/VItem.mjs +1 -1
  112. package/lib/components/VItemGroup/VItem.mjs.map +1 -1
  113. package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
  114. package/lib/components/VItemGroup/index.d.mts +781 -0
  115. package/lib/components/VKbd/{index.d.ts → index.d.mts} +78 -17
  116. package/lib/components/VLabel/{index.d.ts → index.d.mts} +79 -18
  117. package/lib/components/VLayout/{index.d.ts → index.d.mts} +161 -42
  118. package/lib/components/VLazy/{index.d.ts → index.d.mts} +82 -27
  119. package/lib/components/VList/VList.mjs +6 -1
  120. package/lib/components/VList/VList.mjs.map +1 -1
  121. package/lib/components/VList/VListChildren.mjs +4 -8
  122. package/lib/components/VList/VListChildren.mjs.map +1 -1
  123. package/lib/components/VList/VListGroup.mjs +3 -0
  124. package/lib/components/VList/VListGroup.mjs.map +1 -1
  125. package/lib/components/VList/VListItem.mjs +11 -6
  126. package/lib/components/VList/VListItem.mjs.map +1 -1
  127. package/lib/components/VList/{index.d.ts → index.d.mts} +1245 -619
  128. package/lib/components/VLocaleProvider/{index.d.ts → index.d.mts} +80 -19
  129. package/lib/components/VMain/{index.d.ts → index.d.mts} +79 -19
  130. package/lib/components/VMenu/{index.d.ts → index.d.mts} +567 -299
  131. package/lib/components/VMessages/VMessages.mjs.map +1 -1
  132. package/lib/components/VMessages/{index.d.ts → index.d.mts} +87 -34
  133. package/lib/components/VNavigationDrawer/VNavigationDrawer.css +2 -0
  134. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
  135. package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +2 -0
  136. package/lib/components/VNavigationDrawer/{index.d.ts → index.d.mts} +139 -57
  137. package/lib/components/VOverlay/{index.d.ts → index.d.mts} +159 -75
  138. package/lib/components/VPagination/VPagination.mjs.map +1 -1
  139. package/lib/components/VPagination/{index.d.ts → index.d.mts} +229 -125
  140. package/lib/components/VParallax/{index.d.ts → index.d.mts} +118 -18
  141. package/lib/components/VProgressCircular/VProgressCircular.mjs.map +1 -1
  142. package/lib/components/VProgressCircular/{index.d.ts → index.d.mts} +148 -45
  143. package/lib/components/VProgressLinear/{index.d.ts → index.d.mts} +119 -52
  144. package/lib/components/VRadio/{index.d.ts → index.d.mts} +139 -40
  145. package/lib/components/VRadioGroup/{index.d.ts → index.d.mts} +265 -93
  146. package/lib/components/VRangeSlider/VRangeSlider.mjs +4 -4
  147. package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
  148. package/lib/components/VRangeSlider/{index.d.ts → index.d.mts} +313 -132
  149. package/lib/components/VRating/{index.d.ts → index.d.mts} +108 -49
  150. package/lib/components/VResponsive/VResponsive.css +13 -5
  151. package/lib/components/VResponsive/VResponsive.mjs +4 -1
  152. package/lib/components/VResponsive/VResponsive.mjs.map +1 -1
  153. package/lib/components/VResponsive/VResponsive.sass +12 -4
  154. package/lib/components/VResponsive/{index.d.ts → index.d.mts} +99 -16
  155. package/lib/components/VSelect/VSelect.css +15 -9
  156. package/lib/components/VSelect/VSelect.mjs +23 -18
  157. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  158. package/lib/components/VSelect/VSelect.sass +14 -11
  159. package/lib/components/VSelect/index.d.mts +1986 -0
  160. package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
  161. package/lib/components/VSelectionControl/index.d.mts +403 -0
  162. package/lib/components/VSelectionControlGroup/{index.d.ts → index.d.mts} +90 -38
  163. package/lib/components/VSheet/{index.d.ts → index.d.mts} +81 -21
  164. package/lib/components/VSlideGroup/{index.d.ts → index.d.mts} +236 -61
  165. package/lib/components/VSlider/VSlider.mjs +2 -2
  166. package/lib/components/VSlider/VSlider.mjs.map +1 -1
  167. package/lib/components/VSlider/VSliderThumb.mjs +1 -1
  168. package/lib/components/VSlider/VSliderThumb.mjs.map +1 -1
  169. package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
  170. package/lib/components/VSlider/{index.d.ts → index.d.mts} +308 -126
  171. package/lib/components/VSlider/slider.mjs +8 -2
  172. package/lib/components/VSlider/slider.mjs.map +1 -1
  173. package/lib/components/VSnackbar/{index.d.ts → index.d.mts} +566 -297
  174. package/lib/components/VSwitch/VSwitch.css +3 -3
  175. package/lib/components/VSwitch/VSwitch.sass +4 -3
  176. package/lib/components/VSwitch/{index.d.ts → index.d.mts} +284 -101
  177. package/lib/components/VSystemBar/{index.d.ts → index.d.mts} +84 -27
  178. package/lib/components/VTable/{index.d.ts → index.d.mts} +122 -26
  179. package/lib/components/VTabs/VTabs.mjs.map +1 -1
  180. package/lib/components/VTabs/{index.d.ts → index.d.mts} +203 -113
  181. package/lib/components/VTextField/VTextField.css +9 -1
  182. package/lib/components/VTextField/VTextField.mjs +4 -2
  183. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  184. package/lib/components/VTextField/VTextField.sass +8 -1
  185. package/lib/components/VTextField/index.d.mts +2735 -0
  186. package/lib/components/VTextarea/VTextarea.mjs +13 -4
  187. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  188. package/lib/components/VTextarea/{index.d.ts → index.d.mts} +933 -393
  189. package/lib/components/VThemeProvider/{index.d.ts → index.d.mts} +80 -20
  190. package/lib/components/VTimeline/{index.d.ts → index.d.mts} +201 -62
  191. package/lib/components/VToolbar/{index.d.ts → index.d.mts} +325 -73
  192. package/lib/components/VTooltip/{index.d.ts → index.d.mts} +568 -297
  193. package/lib/components/VValidation/VValidation.mjs.map +1 -1
  194. package/lib/components/VValidation/index.d.mts +634 -0
  195. package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
  196. package/lib/components/VVirtualScroll/index.d.mts +229 -0
  197. package/lib/components/VWindow/{index.d.ts → index.d.mts} +271 -68
  198. package/lib/components/{index.d.ts → index.d.mts} +27847 -14031
  199. package/lib/components/index.mjs +2 -3
  200. package/lib/components/index.mjs.map +1 -1
  201. package/lib/components/transitions/{index.d.ts → index.d.mts} +1330 -355
  202. package/lib/composables/display.mjs +6 -6
  203. package/lib/composables/display.mjs.map +1 -1
  204. package/lib/composables/filter.mjs +5 -4
  205. package/lib/composables/filter.mjs.map +1 -1
  206. package/lib/composables/form.mjs +2 -3
  207. package/lib/composables/form.mjs.map +1 -1
  208. package/lib/composables/forwardRefs.mjs.map +1 -1
  209. package/lib/composables/group.mjs +13 -13
  210. package/lib/composables/group.mjs.map +1 -1
  211. package/lib/composables/icons.mjs.map +1 -1
  212. package/lib/composables/{items.mjs → list-items.mjs} +9 -6
  213. package/lib/composables/list-items.mjs.map +1 -0
  214. package/lib/composables/nested/nested.mjs.map +1 -1
  215. package/lib/composables/nested/selectStrategies.mjs.map +1 -1
  216. package/lib/composables/scroll.mjs +2 -2
  217. package/lib/composables/scroll.mjs.map +1 -1
  218. package/lib/composables/validation.mjs +44 -16
  219. package/lib/composables/validation.mjs.map +1 -1
  220. package/lib/entry-bundler.mjs +1 -1
  221. package/lib/framework.mjs +1 -1
  222. package/lib/framework.mjs.map +1 -1
  223. package/lib/{index.d.ts → index.d.mts} +16 -10
  224. package/lib/labs/VBottomSheet/VBottomSheet.css +33 -0
  225. package/lib/labs/VBottomSheet/VBottomSheet.mjs +40 -0
  226. package/lib/labs/VBottomSheet/VBottomSheet.mjs.map +1 -0
  227. package/lib/labs/VBottomSheet/VBottomSheet.sass +37 -0
  228. package/lib/labs/VBottomSheet/_variables.scss +5 -0
  229. package/lib/labs/VBottomSheet/index.d.mts +871 -0
  230. package/lib/labs/VBottomSheet/index.mjs +2 -0
  231. package/lib/labs/VBottomSheet/index.mjs.map +1 -0
  232. package/lib/labs/VDataIterator/VDataIterator.mjs +160 -0
  233. package/lib/labs/VDataIterator/VDataIterator.mjs.map +1 -0
  234. package/lib/labs/VDataIterator/composables/items.mjs +37 -0
  235. package/lib/labs/VDataIterator/composables/items.mjs.map +1 -0
  236. package/lib/labs/VDataIterator/index.d.mts +704 -0
  237. package/lib/labs/VDataIterator/index.mjs +2 -0
  238. package/lib/labs/VDataIterator/index.mjs.map +1 -0
  239. package/lib/labs/VDataTable/VDataTable.mjs +58 -20
  240. package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
  241. package/lib/labs/VDataTable/VDataTableFooter.mjs.map +1 -1
  242. package/lib/labs/VDataTable/VDataTableGroupHeaderRow.mjs.map +1 -1
  243. package/lib/labs/VDataTable/VDataTableHeaders.mjs +17 -10
  244. package/lib/labs/VDataTable/VDataTableHeaders.mjs.map +1 -1
  245. package/lib/labs/VDataTable/VDataTableRows.mjs +1 -1
  246. package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
  247. package/lib/labs/VDataTable/VDataTableServer.mjs +50 -14
  248. package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
  249. package/lib/labs/VDataTable/VDataTableVirtual.mjs +50 -13
  250. package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
  251. package/lib/labs/VDataTable/composables/expand.mjs.map +1 -1
  252. package/lib/labs/VDataTable/composables/group.mjs +8 -6
  253. package/lib/labs/VDataTable/composables/group.mjs.map +1 -1
  254. package/lib/labs/VDataTable/composables/headers.mjs +2 -3
  255. package/lib/labs/VDataTable/composables/headers.mjs.map +1 -1
  256. package/lib/labs/VDataTable/composables/items.mjs +31 -32
  257. package/lib/labs/VDataTable/composables/items.mjs.map +1 -1
  258. package/lib/labs/VDataTable/composables/paginate.mjs +14 -2
  259. package/lib/labs/VDataTable/composables/paginate.mjs.map +1 -1
  260. package/lib/labs/VDataTable/composables/select.mjs +3 -3
  261. package/lib/labs/VDataTable/composables/select.mjs.map +1 -1
  262. package/lib/labs/VDataTable/composables/sort.mjs +17 -17
  263. package/lib/labs/VDataTable/composables/sort.mjs.map +1 -1
  264. package/lib/labs/VDataTable/composables/virtual.mjs.map +1 -1
  265. package/lib/labs/VDataTable/index.d.mts +9681 -0
  266. package/lib/labs/VDataTable/index.mjs +1 -1
  267. package/lib/labs/VDataTable/index.mjs.map +1 -1
  268. package/lib/labs/VDataTable/types.mjs.map +1 -1
  269. package/lib/labs/VInfiniteScroll/VInfiniteScroll.mjs.map +1 -1
  270. package/lib/labs/VInfiniteScroll/{index.d.ts → index.d.mts} +161 -54
  271. package/lib/labs/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
  272. package/lib/labs/VSkeletonLoader/{index.d.ts → index.d.mts} +92 -31
  273. package/lib/labs/components.d.mts +11806 -0
  274. package/lib/labs/components.mjs +2 -0
  275. package/lib/labs/components.mjs.map +1 -1
  276. package/lib/labs/date/date.mjs.map +1 -1
  277. package/lib/labs/date/index.d.mts +70 -0
  278. package/lib/labs/date/index.mjs +1 -1
  279. package/lib/labs/date/index.mjs.map +1 -1
  280. package/lib/styles/settings/_variables.scss +3 -3
  281. package/lib/util/colorUtils.mjs +68 -3
  282. package/lib/util/colorUtils.mjs.map +1 -1
  283. package/lib/util/console.mjs +12 -81
  284. package/lib/util/console.mjs.map +1 -1
  285. package/lib/util/defineComponent.mjs.map +1 -1
  286. package/lib/util/helpers.mjs +4 -18
  287. package/lib/util/helpers.mjs.map +1 -1
  288. package/lib/util/propsFactory.mjs +2 -0
  289. package/lib/util/propsFactory.mjs.map +1 -1
  290. package/package.json +13 -9
  291. package/lib/components/VAutocomplete/index.d.ts +0 -2050
  292. package/lib/components/VBottomSheet/VBottomSheet.mjs +0 -29
  293. package/lib/components/VBottomSheet/VBottomSheet.mjs.map +0 -1
  294. package/lib/components/VBottomSheet/VBottomSheet.sass +0 -23
  295. package/lib/components/VBottomSheet/_variables.scss +0 -3
  296. package/lib/components/VBottomSheet/index.mjs +0 -4
  297. package/lib/components/VBottomSheet/index.mjs.map +0 -1
  298. package/lib/components/VChipGroup/index.d.ts +0 -280
  299. package/lib/components/VCombobox/index.d.ts +0 -2086
  300. package/lib/components/VData/VData.mjs +0 -374
  301. package/lib/components/VData/VData.mjs.map +0 -1
  302. package/lib/components/VData/index.mjs +0 -4
  303. package/lib/components/VData/index.mjs.map +0 -1
  304. package/lib/components/VDataIterator/VDataFooter.mjs +0 -194
  305. package/lib/components/VDataIterator/VDataFooter.mjs.map +0 -1
  306. package/lib/components/VDataIterator/VDataFooter.sass +0 -71
  307. package/lib/components/VDataIterator/VDataIterator.mjs +0 -316
  308. package/lib/components/VDataIterator/VDataIterator.mjs.map +0 -1
  309. package/lib/components/VDataIterator/_variables.scss +0 -13
  310. package/lib/components/VDataIterator/index.mjs +0 -10
  311. package/lib/components/VDataIterator/index.mjs.map +0 -1
  312. package/lib/components/VField/index.d.ts +0 -563
  313. package/lib/components/VForm/index.d.ts +0 -284
  314. package/lib/components/VItemGroup/index.d.ts +0 -396
  315. package/lib/components/VSelect/index.d.ts +0 -1981
  316. package/lib/components/VSelectionControl/index.d.ts +0 -387
  317. package/lib/components/VTextField/index.d.ts +0 -2061
  318. package/lib/components/VValidation/index.d.ts +0 -243
  319. package/lib/components/VVirtualScroll/index.d.ts +0 -197
  320. package/lib/composables/items.mjs.map +0 -1
  321. package/lib/labs/VDataTable/index.d.ts +0 -5415
  322. package/lib/labs/components.d.ts +0 -5945
  323. package/lib/labs/date/index.d.ts +0 -38
  324. /package/lib/components/VNoSsr/{index.d.ts → index.d.mts} +0 -0
  325. /package/lib/directives/{index.d.ts → index.d.mts} +0 -0
  326. /package/lib/iconsets/{fa-svg.d.ts → fa-svg.d.mts} +0 -0
  327. /package/lib/iconsets/{fa.d.ts → fa.d.mts} +0 -0
  328. /package/lib/iconsets/{fa4.d.ts → fa4.d.mts} +0 -0
  329. /package/lib/iconsets/{md.d.ts → md.d.mts} +0 -0
  330. /package/lib/iconsets/{mdi-svg.d.ts → mdi-svg.d.mts} +0 -0
  331. /package/lib/iconsets/{mdi.d.ts → mdi.d.mts} +0 -0
  332. /package/lib/labs/date/adapters/{vuetify.d.ts → vuetify.d.mts} +0 -0
  333. /package/lib/locale/adapters/{vue-i18n.d.ts → vue-i18n.d.mts} +0 -0
  334. /package/lib/locale/adapters/{vuetify.d.ts → vuetify.d.mts} +0 -0
  335. /package/lib/locale/{index.d.ts → index.d.mts} +0 -0
@@ -1,1981 +0,0 @@
1
- import * as vue from 'vue';
2
- import { ComponentPropsOptions, ExtractPropTypes, VNodeChild, PropType, Ref, EffectScope, JSXComponent, ComputedRef, Component } from 'vue';
3
-
4
- declare const block: readonly ["top", "bottom"];
5
- declare const inline: readonly ["start", "end", "left", "right"];
6
- type Tblock = typeof block[number];
7
- type Tinline = typeof inline[number];
8
- type Anchor = Tblock | Tinline | 'center' | 'center center' | `${Tblock} ${Tinline | 'center'}` | `${Tinline} ${Tblock | 'center'}`;
9
-
10
- declare class Box {
11
- x: number;
12
- y: number;
13
- width: number;
14
- height: number;
15
- constructor({ x, y, width, height }: {
16
- x: number;
17
- y: number;
18
- width: number;
19
- height: number;
20
- });
21
- get top(): number;
22
- get bottom(): number;
23
- get left(): number;
24
- get right(): number;
25
- }
26
-
27
- type SlotsToProps<U extends Record<string, any[]> | Record<string, Slot>, T = U extends Record<string, any[]> ? MakeSlots<U> : U> = {
28
- $children?: (VNodeChild | (T extends {
29
- default: infer V;
30
- } ? V : {}) | {
31
- [K in keyof T]?: T[K];
32
- });
33
- 'v-slots'?: {
34
- [K in keyof T]?: T[K] | false;
35
- };
36
- } & {
37
- [K in keyof T as `v-slot:${K & string}`]?: T[K] | false;
38
- };
39
- type Slot<T extends any[] = any[]> = (...args: T) => VNodeChild;
40
- type MakeSlots<T extends Record<string, any[]> | Record<string, Slot>> = {
41
- [K in keyof T]: T[K] extends any[] ? Slot<T[K]> : T[K];
42
- };
43
- type GenericProps<Props, Slots extends Record<string, any[]>> = {
44
- $props: Props & SlotsToProps<Slots>;
45
- $slots: MakeSlots<Slots>;
46
- };
47
- interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions>, Props = ExtractPropTypes<PropsOptions>> {
48
- filterProps<T extends Partial<Props>, U extends Exclude<keyof Props, Exclude<keyof Props, keyof T>>>(props: T): [yes: Partial<Pick<T, U>>, no: Omit<T, U>];
49
- }
50
-
51
- declare function deepEqual(a: any, b: any): boolean;
52
- type SelectItemKey = boolean | string | (string | number)[] | ((item: Record<string, any>, fallback?: any) => any);
53
- type EventProp<T extends any[] = any[], F = (...args: T) => any> = F | F[];
54
- declare const EventProp: <T extends any[] = any[]>() => PropType<EventProp<T, (...args: T) => any>>;
55
-
56
- type ValidationResult = string | boolean;
57
- type ValidationRule = ValidationResult | PromiseLike<ValidationResult> | ((value: any) => ValidationResult) | ((value: any) => PromiseLike<ValidationResult>);
58
-
59
- type Density = null | 'default' | 'comfortable' | 'compact';
60
-
61
- interface ScrollStrategyData {
62
- root: Ref<HTMLElement | undefined>;
63
- contentEl: Ref<HTMLElement | undefined>;
64
- activatorEl: Ref<HTMLElement | undefined>;
65
- isActive: Ref<boolean>;
66
- updateLocation: Ref<((e: Event) => void) | undefined>;
67
- }
68
- type ScrollStrategyFn = (data: ScrollStrategyData, props: StrategyProps$1, scope: EffectScope) => void;
69
- declare const scrollStrategies: {
70
- none: null;
71
- close: typeof closeScrollStrategy;
72
- block: typeof blockScrollStrategy;
73
- reposition: typeof repositionScrollStrategy;
74
- };
75
- interface StrategyProps$1 {
76
- scrollStrategy: keyof typeof scrollStrategies | ScrollStrategyFn;
77
- contained: boolean | undefined;
78
- }
79
- declare function closeScrollStrategy(data: ScrollStrategyData): void;
80
- declare function blockScrollStrategy(data: ScrollStrategyData, props: StrategyProps$1): void;
81
- declare function repositionScrollStrategy(data: ScrollStrategyData, props: StrategyProps$1, scope: EffectScope): void;
82
-
83
- interface LocationStrategyData {
84
- contentEl: Ref<HTMLElement | undefined>;
85
- activatorEl: Ref<HTMLElement | undefined>;
86
- isActive: Ref<boolean>;
87
- isRtl: Ref<boolean>;
88
- }
89
- type LocationStrategyFn = (data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
90
- updateLocation: (e: Event) => void;
91
- };
92
- declare const locationStrategies: {
93
- static: typeof staticLocationStrategy;
94
- connected: typeof connectedLocationStrategy;
95
- };
96
- interface StrategyProps {
97
- locationStrategy: keyof typeof locationStrategies | LocationStrategyFn;
98
- location: Anchor;
99
- origin: Anchor | 'auto' | 'overlap';
100
- offset?: number | string | number[];
101
- maxHeight?: number | string;
102
- maxWidth?: number | string;
103
- minHeight?: number | string;
104
- minWidth?: number | string;
105
- }
106
- declare function staticLocationStrategy(): void;
107
- declare function connectedLocationStrategy(data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>): {
108
- updateLocation: () => {
109
- available: {
110
- x: number;
111
- y: number;
112
- };
113
- contentBox: Box;
114
- } | undefined;
115
- };
116
-
117
- type IconValue = string | (string | [path: string, opacity: number])[] | JSXComponent;
118
- declare const IconValue: PropType<IconValue>;
119
-
120
- interface VInputSlot {
121
- id: ComputedRef<string>;
122
- messagesId: ComputedRef<string>;
123
- isDirty: ComputedRef<boolean>;
124
- isDisabled: ComputedRef<boolean>;
125
- isReadonly: ComputedRef<boolean>;
126
- isPristine: Ref<boolean>;
127
- isValid: ComputedRef<boolean | null>;
128
- isValidating: Ref<boolean>;
129
- reset: () => void;
130
- resetValidation: () => void;
131
- validate: () => void;
132
- }
133
- type VInputSlots = {
134
- default: [VInputSlot];
135
- prepend: [VInputSlot];
136
- append: [VInputSlot];
137
- details: [VInputSlot];
138
- };
139
-
140
- interface LoaderSlotProps {
141
- color: string | undefined;
142
- isActive: boolean;
143
- }
144
-
145
- interface DefaultInputSlot {
146
- isActive: Ref<boolean>;
147
- isFocused: Ref<boolean>;
148
- controlRef: Ref<HTMLElement | undefined>;
149
- focus: () => void;
150
- blur: () => void;
151
- }
152
- interface VFieldSlot extends DefaultInputSlot {
153
- props: Record<string, unknown>;
154
- }
155
- type VFieldSlots = {
156
- clear: [];
157
- 'prepend-inner': [DefaultInputSlot & VInputSlot];
158
- 'append-inner': [DefaultInputSlot & VInputSlot];
159
- label: [DefaultInputSlot & VInputSlot];
160
- loader: [LoaderSlotProps];
161
- default: [VFieldSlot];
162
- };
163
-
164
- interface InternalItem<T = any> {
165
- title: string;
166
- value: any;
167
- props: {
168
- [key: string]: any;
169
- title: string;
170
- value: any;
171
- };
172
- children?: InternalItem<T>[];
173
- raw: T;
174
- }
175
-
176
- type Primitive = string | number | boolean | symbol;
177
- type Val<T, ReturnObject extends boolean> = T extends Primitive ? T : (ReturnObject extends true ? T : any);
178
- type Value<T, ReturnObject extends boolean, Multiple extends boolean> = Multiple extends true ? readonly Val<T, ReturnObject>[] : Val<T, ReturnObject> | null;
179
- declare const VSelect: {
180
- new (...args: any[]): {
181
- $: vue.ComponentInternalInstance;
182
- $data: {};
183
- $props: Partial<{
184
- flat: boolean;
185
- reverse: boolean;
186
- type: string;
187
- error: boolean;
188
- active: boolean;
189
- direction: "horizontal" | "vertical";
190
- transition: NonNullable<string | boolean | (vue.TransitionProps & {
191
- component?: Component | undefined;
192
- })> | {
193
- component: Component;
194
- };
195
- menu: boolean;
196
- style: vue.StyleValue;
197
- autofocus: boolean;
198
- eager: boolean;
199
- disabled: boolean;
200
- readonly: boolean;
201
- noDataText: string;
202
- messages: string | string[];
203
- rounded: string | number | boolean;
204
- density: Density;
205
- variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
206
- clearIcon: IconValue;
207
- focused: boolean;
208
- errorMessages: string | string[];
209
- maxErrors: string | number;
210
- rules: ValidationRule[];
211
- persistentHint: boolean;
212
- clearable: boolean;
213
- persistentClear: boolean;
214
- singleLine: boolean;
215
- persistentPlaceholder: boolean;
216
- persistentCounter: boolean;
217
- valueComparator: typeof deepEqual;
218
- itemTitle: SelectItemKey;
219
- itemValue: SelectItemKey;
220
- itemChildren: NonNullable<SelectItemKey>;
221
- itemProps: SelectItemKey;
222
- chips: boolean;
223
- closableChips: boolean;
224
- hideNoData: boolean;
225
- hideSelected: boolean;
226
- menuIcon: IconValue;
227
- openOnClear: boolean;
228
- }> & Omit<Readonly<vue.ExtractPropTypes<Omit<{
229
- transition: Omit<{
230
- type: PropType<string | boolean | (vue.TransitionProps & {
231
- component?: Component | undefined;
232
- })>;
233
- default: string;
234
- validator: (val: unknown) => boolean;
235
- }, "type" | "default"> & {
236
- type: PropType<NonNullable<string | boolean | (vue.TransitionProps & {
237
- component?: Component | undefined;
238
- })> | {
239
- component: Component;
240
- }>;
241
- default: NonNullable<string | boolean | (vue.TransitionProps & {
242
- component?: Component | undefined;
243
- })> | {
244
- component: Component;
245
- };
246
- };
247
- flat: BooleanConstructor;
248
- reverse: BooleanConstructor;
249
- type: {
250
- type: StringConstructor;
251
- default: string;
252
- };
253
- error: BooleanConstructor;
254
- id: StringConstructor;
255
- active: BooleanConstructor;
256
- name: StringConstructor;
257
- color: StringConstructor;
258
- direction: {
259
- type: PropType<"horizontal" | "vertical">;
260
- default: string;
261
- validator: (v: any) => boolean;
262
- };
263
- loading: (StringConstructor | BooleanConstructor)[];
264
- label: StringConstructor;
265
- style: {
266
- type: PropType<vue.StyleValue>;
267
- default: null;
268
- };
269
- prefix: StringConstructor;
270
- autofocus: BooleanConstructor;
271
- disabled: BooleanConstructor;
272
- readonly: BooleanConstructor;
273
- class: PropType<any>;
274
- placeholder: StringConstructor;
275
- theme: StringConstructor;
276
- counter: PropType<string | number | true>;
277
- messages: {
278
- type: PropType<string | string[]>;
279
- default: () => never[];
280
- };
281
- rounded: {
282
- type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
283
- default: undefined;
284
- };
285
- density: {
286
- type: PropType<Density>;
287
- default: string;
288
- validator: (v: any) => boolean;
289
- };
290
- variant: {
291
- type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled">;
292
- default: string;
293
- validator: (v: any) => boolean;
294
- };
295
- modelValue: {
296
- type: PropType<any>;
297
- default: any;
298
- };
299
- bgColor: StringConstructor;
300
- prependIcon: PropType<IconValue>;
301
- appendIcon: PropType<IconValue>;
302
- clearIcon: {
303
- type: PropType<IconValue>;
304
- default: string;
305
- };
306
- prependInnerIcon: PropType<IconValue>;
307
- 'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
308
- 'onClick:append': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
309
- 'onClick:prepend': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
310
- 'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
311
- 'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
312
- focused: BooleanConstructor;
313
- 'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
314
- validateOn: PropType<"input" | "blur" | "submit" | undefined>;
315
- errorMessages: {
316
- type: PropType<string | string[]>;
317
- default: () => never[];
318
- };
319
- maxErrors: {
320
- type: (StringConstructor | NumberConstructor)[];
321
- default: number;
322
- };
323
- rules: {
324
- type: PropType<ValidationRule[]>;
325
- default: () => never[];
326
- };
327
- hint: StringConstructor;
328
- persistentHint: BooleanConstructor;
329
- hideDetails: PropType<boolean | "auto">;
330
- clearable: BooleanConstructor;
331
- baseColor: StringConstructor;
332
- persistentClear: BooleanConstructor;
333
- singleLine: BooleanConstructor;
334
- persistentPlaceholder: BooleanConstructor;
335
- persistentCounter: BooleanConstructor;
336
- suffix: StringConstructor;
337
- counterValue: PropType<(value: any) => number>;
338
- modelModifiers: PropType<Record<string, boolean>>;
339
- items: {
340
- type: PropType<any[]>;
341
- default: () => never[];
342
- };
343
- itemTitle: {
344
- type: PropType<SelectItemKey>;
345
- default: string;
346
- };
347
- itemValue: {
348
- type: PropType<SelectItemKey>;
349
- default: string;
350
- };
351
- itemChildren: Omit<{
352
- type: PropType<SelectItemKey>;
353
- default: string;
354
- }, "type" | "default"> & {
355
- type: PropType<NonNullable<SelectItemKey>>;
356
- default: NonNullable<SelectItemKey>;
357
- };
358
- itemProps: {
359
- type: PropType<SelectItemKey>;
360
- default: string;
361
- };
362
- returnObject: BooleanConstructor;
363
- chips: BooleanConstructor;
364
- closableChips: BooleanConstructor;
365
- eager: BooleanConstructor;
366
- hideNoData: BooleanConstructor;
367
- hideSelected: BooleanConstructor;
368
- menu: BooleanConstructor;
369
- menuIcon: {
370
- type: PropType<IconValue>;
371
- default: string;
372
- };
373
- menuProps: {
374
- type: PropType<Partial<{
375
- location: Anchor;
376
- origin: "auto" | Anchor | "overlap";
377
- transition: NonNullable<string | boolean | (vue.TransitionProps & {
378
- component?: Component | undefined;
379
- })> | {
380
- component: Component;
381
- };
382
- zIndex: string | number;
383
- style: vue.StyleValue;
384
- eager: boolean;
385
- disabled: boolean;
386
- modelValue: boolean;
387
- closeDelay: NonNullable<string | number>;
388
- openDelay: NonNullable<string | number>;
389
- activatorProps: Record<string, any>;
390
- openOnClick: boolean;
391
- openOnHover: boolean;
392
- openOnFocus: boolean;
393
- closeOnContentClick: boolean;
394
- locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
395
- updateLocation: (e: Event) => void;
396
- } | undefined)>;
397
- scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
398
- closeOnBack: boolean;
399
- contained: boolean;
400
- noClickAnimation: boolean;
401
- persistent: boolean;
402
- scrim: NonNullable<string | boolean>;
403
- }> & Omit<{
404
- location: Anchor;
405
- origin: "auto" | Anchor | "overlap";
406
- transition: NonNullable<string | boolean | (vue.TransitionProps & {
407
- component?: Component | undefined;
408
- })> | {
409
- component: Component;
410
- };
411
- zIndex: string | number;
412
- style: vue.StyleValue;
413
- eager: boolean;
414
- disabled: boolean;
415
- modelValue: boolean;
416
- closeDelay: NonNullable<string | number>;
417
- openDelay: NonNullable<string | number>;
418
- activatorProps: Record<string, any>;
419
- openOnHover: boolean;
420
- closeOnContentClick: boolean;
421
- locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
422
- updateLocation: (e: Event) => void;
423
- } | undefined)>;
424
- scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
425
- closeOnBack: boolean;
426
- contained: boolean;
427
- noClickAnimation: boolean;
428
- persistent: boolean;
429
- scrim: NonNullable<string | boolean>;
430
- } & {
431
- offset?: string | number | number[] | undefined;
432
- id?: string | undefined;
433
- height?: string | number | undefined;
434
- width?: string | number | undefined;
435
- maxHeight?: string | number | undefined;
436
- maxWidth?: string | number | undefined;
437
- minHeight?: string | number | undefined;
438
- minWidth?: string | number | undefined;
439
- class?: any;
440
- theme?: string | undefined;
441
- contentClass?: any;
442
- activator?: string | Element | vue.ComponentPublicInstance | undefined;
443
- openOnClick?: boolean | undefined;
444
- openOnFocus?: boolean | undefined;
445
- contentProps?: any;
446
- attach?: string | boolean | Element | undefined;
447
- } & {
448
- $children?: vue.VNodeChild | {
449
- default?: ((args_0: {
450
- isActive: vue.Ref<boolean>;
451
- }) => vue.VNodeChild) | undefined;
452
- activator?: ((args_0: {
453
- isActive: boolean;
454
- props: Record<string, any>;
455
- }) => vue.VNodeChild) | undefined;
456
- } | ((args_0: {
457
- isActive: vue.Ref<boolean>;
458
- }) => vue.VNodeChild);
459
- 'v-slots'?: {
460
- default?: false | ((args_0: {
461
- isActive: vue.Ref<boolean>;
462
- }) => vue.VNodeChild) | undefined;
463
- activator?: false | ((args_0: {
464
- isActive: boolean;
465
- props: Record<string, any>;
466
- }) => vue.VNodeChild) | undefined;
467
- } | undefined;
468
- } & {
469
- "v-slot:default"?: false | ((args_0: {
470
- isActive: vue.Ref<boolean>;
471
- }) => vue.VNodeChild) | undefined;
472
- "v-slot:activator"?: false | ((args_0: {
473
- isActive: boolean;
474
- props: Record<string, any>;
475
- }) => vue.VNodeChild) | undefined;
476
- } & {
477
- "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
478
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">>;
479
- };
480
- multiple: BooleanConstructor;
481
- noDataText: {
482
- type: StringConstructor;
483
- default: string;
484
- };
485
- openOnClear: BooleanConstructor;
486
- valueComparator: {
487
- type: PropType<typeof deepEqual>;
488
- default: typeof deepEqual;
489
- };
490
- }, "multiple" | "$children" | "items" | "v-slots" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:details" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
491
- "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
492
- "onUpdate:menu"?: ((val: boolean) => any) | undefined;
493
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "flat" | "reverse" | "type" | "error" | "active" | "direction" | "transition" | "menu" | "style" | "autofocus" | "eager" | "disabled" | "readonly" | "noDataText" | "messages" | "rounded" | "density" | "variant" | "clearIcon" | "focused" | "errorMessages" | "maxErrors" | "rules" | "persistentHint" | "clearable" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter" | "valueComparator" | "itemTitle" | "itemValue" | "itemChildren" | "itemProps" | "chips" | "closableChips" | "hideNoData" | "hideSelected" | "menuIcon" | "openOnClear">;
494
- $attrs: {
495
- [x: string]: unknown;
496
- };
497
- $refs: {
498
- [x: string]: unknown;
499
- };
500
- $slots: Readonly<{
501
- [name: string]: vue.Slot | undefined;
502
- }>;
503
- $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
504
- $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
505
- $emit: ((event: "update:focused", focused: boolean) => void) & ((event: "update:menu", val: boolean) => void);
506
- $el: any;
507
- $options: vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<Omit<{
508
- transition: Omit<{
509
- type: PropType<string | boolean | (vue.TransitionProps & {
510
- component?: Component | undefined;
511
- })>;
512
- default: string;
513
- validator: (val: unknown) => boolean;
514
- }, "type" | "default"> & {
515
- type: PropType<NonNullable<string | boolean | (vue.TransitionProps & {
516
- component?: Component | undefined;
517
- })> | {
518
- component: Component;
519
- }>;
520
- default: NonNullable<string | boolean | (vue.TransitionProps & {
521
- component?: Component | undefined;
522
- })> | {
523
- component: Component;
524
- };
525
- };
526
- flat: BooleanConstructor;
527
- reverse: BooleanConstructor;
528
- type: {
529
- type: StringConstructor;
530
- default: string;
531
- };
532
- error: BooleanConstructor;
533
- id: StringConstructor;
534
- active: BooleanConstructor;
535
- name: StringConstructor;
536
- color: StringConstructor;
537
- direction: {
538
- type: PropType<"horizontal" | "vertical">;
539
- default: string;
540
- validator: (v: any) => boolean;
541
- };
542
- loading: (StringConstructor | BooleanConstructor)[];
543
- label: StringConstructor;
544
- style: {
545
- type: PropType<vue.StyleValue>;
546
- default: null;
547
- };
548
- prefix: StringConstructor;
549
- autofocus: BooleanConstructor;
550
- disabled: BooleanConstructor;
551
- readonly: BooleanConstructor;
552
- class: PropType<any>;
553
- placeholder: StringConstructor;
554
- theme: StringConstructor;
555
- counter: PropType<string | number | true>;
556
- messages: {
557
- type: PropType<string | string[]>;
558
- default: () => never[];
559
- };
560
- rounded: {
561
- type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
562
- default: undefined;
563
- };
564
- density: {
565
- type: PropType<Density>;
566
- default: string;
567
- validator: (v: any) => boolean;
568
- };
569
- variant: {
570
- type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled">;
571
- default: string;
572
- validator: (v: any) => boolean;
573
- };
574
- modelValue: {
575
- type: PropType<any>;
576
- default: any;
577
- };
578
- bgColor: StringConstructor;
579
- prependIcon: PropType<IconValue>;
580
- appendIcon: PropType<IconValue>;
581
- clearIcon: {
582
- type: PropType<IconValue>;
583
- default: string;
584
- };
585
- prependInnerIcon: PropType<IconValue>;
586
- 'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
587
- 'onClick:append': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
588
- 'onClick:prepend': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
589
- 'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
590
- 'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
591
- focused: BooleanConstructor;
592
- 'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
593
- validateOn: PropType<"input" | "blur" | "submit" | undefined>;
594
- errorMessages: {
595
- type: PropType<string | string[]>;
596
- default: () => never[];
597
- };
598
- maxErrors: {
599
- type: (StringConstructor | NumberConstructor)[];
600
- default: number;
601
- };
602
- rules: {
603
- type: PropType<ValidationRule[]>;
604
- default: () => never[];
605
- };
606
- hint: StringConstructor;
607
- persistentHint: BooleanConstructor;
608
- hideDetails: PropType<boolean | "auto">;
609
- clearable: BooleanConstructor;
610
- baseColor: StringConstructor;
611
- persistentClear: BooleanConstructor;
612
- singleLine: BooleanConstructor;
613
- persistentPlaceholder: BooleanConstructor;
614
- persistentCounter: BooleanConstructor;
615
- suffix: StringConstructor;
616
- counterValue: PropType<(value: any) => number>;
617
- modelModifiers: PropType<Record<string, boolean>>;
618
- items: {
619
- type: PropType<any[]>;
620
- default: () => never[];
621
- };
622
- itemTitle: {
623
- type: PropType<SelectItemKey>;
624
- default: string;
625
- };
626
- itemValue: {
627
- type: PropType<SelectItemKey>;
628
- default: string;
629
- };
630
- itemChildren: Omit<{
631
- type: PropType<SelectItemKey>;
632
- default: string;
633
- }, "type" | "default"> & {
634
- type: PropType<NonNullable<SelectItemKey>>;
635
- default: NonNullable<SelectItemKey>;
636
- };
637
- itemProps: {
638
- type: PropType<SelectItemKey>;
639
- default: string;
640
- };
641
- returnObject: BooleanConstructor;
642
- chips: BooleanConstructor;
643
- closableChips: BooleanConstructor;
644
- eager: BooleanConstructor;
645
- hideNoData: BooleanConstructor;
646
- hideSelected: BooleanConstructor;
647
- menu: BooleanConstructor;
648
- menuIcon: {
649
- type: PropType<IconValue>;
650
- default: string;
651
- };
652
- menuProps: {
653
- type: PropType<Partial<{
654
- location: Anchor;
655
- origin: "auto" | Anchor | "overlap";
656
- transition: NonNullable<string | boolean | (vue.TransitionProps & {
657
- component?: Component | undefined;
658
- })> | {
659
- component: Component;
660
- };
661
- zIndex: string | number;
662
- style: vue.StyleValue;
663
- eager: boolean;
664
- disabled: boolean;
665
- modelValue: boolean;
666
- closeDelay: NonNullable<string | number>;
667
- openDelay: NonNullable<string | number>;
668
- activatorProps: Record<string, any>;
669
- openOnClick: boolean;
670
- openOnHover: boolean;
671
- openOnFocus: boolean;
672
- closeOnContentClick: boolean;
673
- locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
674
- updateLocation: (e: Event) => void;
675
- } | undefined)>;
676
- scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
677
- closeOnBack: boolean;
678
- contained: boolean;
679
- noClickAnimation: boolean;
680
- persistent: boolean;
681
- scrim: NonNullable<string | boolean>;
682
- }> & Omit<{
683
- location: Anchor;
684
- origin: "auto" | Anchor | "overlap";
685
- transition: NonNullable<string | boolean | (vue.TransitionProps & {
686
- component?: Component | undefined;
687
- })> | {
688
- component: Component;
689
- };
690
- zIndex: string | number;
691
- style: vue.StyleValue;
692
- eager: boolean;
693
- disabled: boolean;
694
- modelValue: boolean;
695
- closeDelay: NonNullable<string | number>;
696
- openDelay: NonNullable<string | number>;
697
- activatorProps: Record<string, any>;
698
- openOnHover: boolean;
699
- closeOnContentClick: boolean;
700
- locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
701
- updateLocation: (e: Event) => void;
702
- } | undefined)>;
703
- scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
704
- closeOnBack: boolean;
705
- contained: boolean;
706
- noClickAnimation: boolean;
707
- persistent: boolean;
708
- scrim: NonNullable<string | boolean>;
709
- } & {
710
- offset?: string | number | number[] | undefined;
711
- id?: string | undefined;
712
- height?: string | number | undefined;
713
- width?: string | number | undefined;
714
- maxHeight?: string | number | undefined;
715
- maxWidth?: string | number | undefined;
716
- minHeight?: string | number | undefined;
717
- minWidth?: string | number | undefined;
718
- class?: any;
719
- theme?: string | undefined;
720
- contentClass?: any;
721
- activator?: string | Element | vue.ComponentPublicInstance | undefined;
722
- openOnClick?: boolean | undefined;
723
- openOnFocus?: boolean | undefined;
724
- contentProps?: any;
725
- attach?: string | boolean | Element | undefined;
726
- } & {
727
- $children?: vue.VNodeChild | {
728
- default?: ((args_0: {
729
- isActive: vue.Ref<boolean>;
730
- }) => vue.VNodeChild) | undefined;
731
- activator?: ((args_0: {
732
- isActive: boolean;
733
- props: Record<string, any>;
734
- }) => vue.VNodeChild) | undefined;
735
- } | ((args_0: {
736
- isActive: vue.Ref<boolean>;
737
- }) => vue.VNodeChild);
738
- 'v-slots'?: {
739
- default?: false | ((args_0: {
740
- isActive: vue.Ref<boolean>;
741
- }) => vue.VNodeChild) | undefined;
742
- activator?: false | ((args_0: {
743
- isActive: boolean;
744
- props: Record<string, any>;
745
- }) => vue.VNodeChild) | undefined;
746
- } | undefined;
747
- } & {
748
- "v-slot:default"?: false | ((args_0: {
749
- isActive: vue.Ref<boolean>;
750
- }) => vue.VNodeChild) | undefined;
751
- "v-slot:activator"?: false | ((args_0: {
752
- isActive: boolean;
753
- props: Record<string, any>;
754
- }) => vue.VNodeChild) | undefined;
755
- } & {
756
- "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
757
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">>;
758
- };
759
- multiple: BooleanConstructor;
760
- noDataText: {
761
- type: StringConstructor;
762
- default: string;
763
- };
764
- openOnClear: BooleanConstructor;
765
- valueComparator: {
766
- type: PropType<typeof deepEqual>;
767
- default: typeof deepEqual;
768
- };
769
- }, "multiple" | "$children" | "items" | "v-slots" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:details" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
770
- "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
771
- "onUpdate:menu"?: ((val: boolean) => any) | undefined;
772
- }, any, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
773
- 'update:focused': (focused: boolean) => boolean;
774
- 'update:modelValue': (val: any) => boolean;
775
- 'update:menu': (val: boolean) => true;
776
- }, "multiple" | "$children" | "items" | "v-slots" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "update:modelValue" | "v-slot:loader" | "v-slot:details" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, string, {
777
- flat: boolean;
778
- reverse: boolean;
779
- type: string;
780
- error: boolean;
781
- active: boolean;
782
- direction: "horizontal" | "vertical";
783
- transition: NonNullable<string | boolean | (vue.TransitionProps & {
784
- component?: Component | undefined;
785
- })> | {
786
- component: Component;
787
- };
788
- menu: boolean;
789
- style: vue.StyleValue;
790
- autofocus: boolean;
791
- eager: boolean;
792
- disabled: boolean;
793
- readonly: boolean;
794
- noDataText: string;
795
- messages: string | string[];
796
- rounded: string | number | boolean;
797
- density: Density;
798
- variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
799
- clearIcon: IconValue;
800
- focused: boolean;
801
- errorMessages: string | string[];
802
- maxErrors: string | number;
803
- rules: ValidationRule[];
804
- persistentHint: boolean;
805
- clearable: boolean;
806
- persistentClear: boolean;
807
- singleLine: boolean;
808
- persistentPlaceholder: boolean;
809
- persistentCounter: boolean;
810
- valueComparator: typeof deepEqual;
811
- itemTitle: SelectItemKey;
812
- itemValue: SelectItemKey;
813
- itemChildren: NonNullable<SelectItemKey>;
814
- itemProps: SelectItemKey;
815
- chips: boolean;
816
- closableChips: boolean;
817
- hideNoData: boolean;
818
- hideSelected: boolean;
819
- menuIcon: IconValue;
820
- openOnClear: boolean;
821
- }, {}, string> & {
822
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
823
- created?: ((() => void) | (() => void)[]) | undefined;
824
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
825
- mounted?: ((() => void) | (() => void)[]) | undefined;
826
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
827
- updated?: ((() => void) | (() => void)[]) | undefined;
828
- activated?: ((() => void) | (() => void)[]) | undefined;
829
- deactivated?: ((() => void) | (() => void)[]) | undefined;
830
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
831
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
832
- destroyed?: ((() => void) | (() => void)[]) | undefined;
833
- unmounted?: ((() => void) | (() => void)[]) | undefined;
834
- renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
835
- renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
836
- errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
837
- };
838
- $forceUpdate: () => void;
839
- $nextTick: typeof vue.nextTick;
840
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
841
- } & Readonly<vue.ExtractPropTypes<Omit<{
842
- transition: Omit<{
843
- type: PropType<string | boolean | (vue.TransitionProps & {
844
- component?: Component | undefined;
845
- })>;
846
- default: string;
847
- validator: (val: unknown) => boolean;
848
- }, "type" | "default"> & {
849
- type: PropType<NonNullable<string | boolean | (vue.TransitionProps & {
850
- component?: Component | undefined;
851
- })> | {
852
- component: Component;
853
- }>;
854
- default: NonNullable<string | boolean | (vue.TransitionProps & {
855
- component?: Component | undefined;
856
- })> | {
857
- component: Component;
858
- };
859
- };
860
- flat: BooleanConstructor;
861
- reverse: BooleanConstructor;
862
- type: {
863
- type: StringConstructor;
864
- default: string;
865
- };
866
- error: BooleanConstructor;
867
- id: StringConstructor;
868
- active: BooleanConstructor;
869
- name: StringConstructor;
870
- color: StringConstructor;
871
- direction: {
872
- type: PropType<"horizontal" | "vertical">;
873
- default: string;
874
- validator: (v: any) => boolean;
875
- };
876
- loading: (StringConstructor | BooleanConstructor)[];
877
- label: StringConstructor;
878
- style: {
879
- type: PropType<vue.StyleValue>;
880
- default: null;
881
- };
882
- prefix: StringConstructor;
883
- autofocus: BooleanConstructor;
884
- disabled: BooleanConstructor;
885
- readonly: BooleanConstructor;
886
- class: PropType<any>;
887
- placeholder: StringConstructor;
888
- theme: StringConstructor;
889
- counter: PropType<string | number | true>;
890
- messages: {
891
- type: PropType<string | string[]>;
892
- default: () => never[];
893
- };
894
- rounded: {
895
- type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
896
- default: undefined;
897
- };
898
- density: {
899
- type: PropType<Density>;
900
- default: string;
901
- validator: (v: any) => boolean;
902
- };
903
- variant: {
904
- type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled">;
905
- default: string;
906
- validator: (v: any) => boolean;
907
- };
908
- modelValue: {
909
- type: PropType<any>;
910
- default: any;
911
- };
912
- bgColor: StringConstructor;
913
- prependIcon: PropType<IconValue>;
914
- appendIcon: PropType<IconValue>;
915
- clearIcon: {
916
- type: PropType<IconValue>;
917
- default: string;
918
- };
919
- prependInnerIcon: PropType<IconValue>;
920
- 'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
921
- 'onClick:append': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
922
- 'onClick:prepend': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
923
- 'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
924
- 'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
925
- focused: BooleanConstructor;
926
- 'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
927
- validateOn: PropType<"input" | "blur" | "submit" | undefined>;
928
- errorMessages: {
929
- type: PropType<string | string[]>;
930
- default: () => never[];
931
- };
932
- maxErrors: {
933
- type: (StringConstructor | NumberConstructor)[];
934
- default: number;
935
- };
936
- rules: {
937
- type: PropType<ValidationRule[]>;
938
- default: () => never[];
939
- };
940
- hint: StringConstructor;
941
- persistentHint: BooleanConstructor;
942
- hideDetails: PropType<boolean | "auto">;
943
- clearable: BooleanConstructor;
944
- baseColor: StringConstructor;
945
- persistentClear: BooleanConstructor;
946
- singleLine: BooleanConstructor;
947
- persistentPlaceholder: BooleanConstructor;
948
- persistentCounter: BooleanConstructor;
949
- suffix: StringConstructor;
950
- counterValue: PropType<(value: any) => number>;
951
- modelModifiers: PropType<Record<string, boolean>>;
952
- items: {
953
- type: PropType<any[]>;
954
- default: () => never[];
955
- };
956
- itemTitle: {
957
- type: PropType<SelectItemKey>;
958
- default: string;
959
- };
960
- itemValue: {
961
- type: PropType<SelectItemKey>;
962
- default: string;
963
- };
964
- itemChildren: Omit<{
965
- type: PropType<SelectItemKey>;
966
- default: string;
967
- }, "type" | "default"> & {
968
- type: PropType<NonNullable<SelectItemKey>>;
969
- default: NonNullable<SelectItemKey>;
970
- };
971
- itemProps: {
972
- type: PropType<SelectItemKey>;
973
- default: string;
974
- };
975
- returnObject: BooleanConstructor;
976
- chips: BooleanConstructor;
977
- closableChips: BooleanConstructor;
978
- eager: BooleanConstructor;
979
- hideNoData: BooleanConstructor;
980
- hideSelected: BooleanConstructor;
981
- menu: BooleanConstructor;
982
- menuIcon: {
983
- type: PropType<IconValue>;
984
- default: string;
985
- };
986
- menuProps: {
987
- type: PropType<Partial<{
988
- location: Anchor;
989
- origin: "auto" | Anchor | "overlap";
990
- transition: NonNullable<string | boolean | (vue.TransitionProps & {
991
- component?: Component | undefined;
992
- })> | {
993
- component: Component;
994
- };
995
- zIndex: string | number;
996
- style: vue.StyleValue;
997
- eager: boolean;
998
- disabled: boolean;
999
- modelValue: boolean;
1000
- closeDelay: NonNullable<string | number>;
1001
- openDelay: NonNullable<string | number>;
1002
- activatorProps: Record<string, any>;
1003
- openOnClick: boolean;
1004
- openOnHover: boolean;
1005
- openOnFocus: boolean;
1006
- closeOnContentClick: boolean;
1007
- locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1008
- updateLocation: (e: Event) => void;
1009
- } | undefined)>;
1010
- scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
1011
- closeOnBack: boolean;
1012
- contained: boolean;
1013
- noClickAnimation: boolean;
1014
- persistent: boolean;
1015
- scrim: NonNullable<string | boolean>;
1016
- }> & Omit<{
1017
- location: Anchor;
1018
- origin: "auto" | Anchor | "overlap";
1019
- transition: NonNullable<string | boolean | (vue.TransitionProps & {
1020
- component?: Component | undefined;
1021
- })> | {
1022
- component: Component;
1023
- };
1024
- zIndex: string | number;
1025
- style: vue.StyleValue;
1026
- eager: boolean;
1027
- disabled: boolean;
1028
- modelValue: boolean;
1029
- closeDelay: NonNullable<string | number>;
1030
- openDelay: NonNullable<string | number>;
1031
- activatorProps: Record<string, any>;
1032
- openOnHover: boolean;
1033
- closeOnContentClick: boolean;
1034
- locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1035
- updateLocation: (e: Event) => void;
1036
- } | undefined)>;
1037
- scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
1038
- closeOnBack: boolean;
1039
- contained: boolean;
1040
- noClickAnimation: boolean;
1041
- persistent: boolean;
1042
- scrim: NonNullable<string | boolean>;
1043
- } & {
1044
- offset?: string | number | number[] | undefined;
1045
- id?: string | undefined;
1046
- height?: string | number | undefined;
1047
- width?: string | number | undefined;
1048
- maxHeight?: string | number | undefined;
1049
- maxWidth?: string | number | undefined;
1050
- minHeight?: string | number | undefined;
1051
- minWidth?: string | number | undefined;
1052
- class?: any;
1053
- theme?: string | undefined;
1054
- contentClass?: any;
1055
- activator?: string | Element | vue.ComponentPublicInstance | undefined;
1056
- openOnClick?: boolean | undefined;
1057
- openOnFocus?: boolean | undefined;
1058
- contentProps?: any;
1059
- attach?: string | boolean | Element | undefined;
1060
- } & {
1061
- $children?: vue.VNodeChild | {
1062
- default?: ((args_0: {
1063
- isActive: vue.Ref<boolean>;
1064
- }) => vue.VNodeChild) | undefined;
1065
- activator?: ((args_0: {
1066
- isActive: boolean;
1067
- props: Record<string, any>;
1068
- }) => vue.VNodeChild) | undefined;
1069
- } | ((args_0: {
1070
- isActive: vue.Ref<boolean>;
1071
- }) => vue.VNodeChild);
1072
- 'v-slots'?: {
1073
- default?: false | ((args_0: {
1074
- isActive: vue.Ref<boolean>;
1075
- }) => vue.VNodeChild) | undefined;
1076
- activator?: false | ((args_0: {
1077
- isActive: boolean;
1078
- props: Record<string, any>;
1079
- }) => vue.VNodeChild) | undefined;
1080
- } | undefined;
1081
- } & {
1082
- "v-slot:default"?: false | ((args_0: {
1083
- isActive: vue.Ref<boolean>;
1084
- }) => vue.VNodeChild) | undefined;
1085
- "v-slot:activator"?: false | ((args_0: {
1086
- isActive: boolean;
1087
- props: Record<string, any>;
1088
- }) => vue.VNodeChild) | undefined;
1089
- } & {
1090
- "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1091
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">>;
1092
- };
1093
- multiple: BooleanConstructor;
1094
- noDataText: {
1095
- type: StringConstructor;
1096
- default: string;
1097
- };
1098
- openOnClear: BooleanConstructor;
1099
- valueComparator: {
1100
- type: PropType<typeof deepEqual>;
1101
- default: typeof deepEqual;
1102
- };
1103
- }, "multiple" | "$children" | "items" | "v-slots" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:details" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
1104
- "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
1105
- "onUpdate:menu"?: ((val: boolean) => any) | undefined;
1106
- } & vue.ShallowUnwrapRef<any> & {} & vue.ComponentCustomProperties & {};
1107
- __isFragment?: undefined;
1108
- __isTeleport?: undefined;
1109
- __isSuspense?: undefined;
1110
- } & vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<Omit<{
1111
- transition: Omit<{
1112
- type: PropType<string | boolean | (vue.TransitionProps & {
1113
- component?: Component | undefined;
1114
- })>;
1115
- default: string;
1116
- validator: (val: unknown) => boolean;
1117
- }, "type" | "default"> & {
1118
- type: PropType<NonNullable<string | boolean | (vue.TransitionProps & {
1119
- component?: Component | undefined;
1120
- })> | {
1121
- component: Component;
1122
- }>;
1123
- default: NonNullable<string | boolean | (vue.TransitionProps & {
1124
- component?: Component | undefined;
1125
- })> | {
1126
- component: Component;
1127
- };
1128
- };
1129
- flat: BooleanConstructor;
1130
- reverse: BooleanConstructor;
1131
- type: {
1132
- type: StringConstructor;
1133
- default: string;
1134
- };
1135
- error: BooleanConstructor;
1136
- id: StringConstructor;
1137
- active: BooleanConstructor;
1138
- name: StringConstructor;
1139
- color: StringConstructor;
1140
- direction: {
1141
- type: PropType<"horizontal" | "vertical">;
1142
- default: string;
1143
- validator: (v: any) => boolean;
1144
- };
1145
- loading: (StringConstructor | BooleanConstructor)[];
1146
- label: StringConstructor;
1147
- style: {
1148
- type: PropType<vue.StyleValue>;
1149
- default: null;
1150
- };
1151
- prefix: StringConstructor;
1152
- autofocus: BooleanConstructor;
1153
- disabled: BooleanConstructor;
1154
- readonly: BooleanConstructor;
1155
- class: PropType<any>;
1156
- placeholder: StringConstructor;
1157
- theme: StringConstructor;
1158
- counter: PropType<string | number | true>;
1159
- messages: {
1160
- type: PropType<string | string[]>;
1161
- default: () => never[];
1162
- };
1163
- rounded: {
1164
- type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
1165
- default: undefined;
1166
- };
1167
- density: {
1168
- type: PropType<Density>;
1169
- default: string;
1170
- validator: (v: any) => boolean;
1171
- };
1172
- variant: {
1173
- type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled">;
1174
- default: string;
1175
- validator: (v: any) => boolean;
1176
- };
1177
- modelValue: {
1178
- type: PropType<any>;
1179
- default: any;
1180
- };
1181
- bgColor: StringConstructor;
1182
- prependIcon: PropType<IconValue>;
1183
- appendIcon: PropType<IconValue>;
1184
- clearIcon: {
1185
- type: PropType<IconValue>;
1186
- default: string;
1187
- };
1188
- prependInnerIcon: PropType<IconValue>;
1189
- 'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
1190
- 'onClick:append': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
1191
- 'onClick:prepend': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
1192
- 'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
1193
- 'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
1194
- focused: BooleanConstructor;
1195
- 'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
1196
- validateOn: PropType<"input" | "blur" | "submit" | undefined>;
1197
- errorMessages: {
1198
- type: PropType<string | string[]>;
1199
- default: () => never[];
1200
- };
1201
- maxErrors: {
1202
- type: (StringConstructor | NumberConstructor)[];
1203
- default: number;
1204
- };
1205
- rules: {
1206
- type: PropType<ValidationRule[]>;
1207
- default: () => never[];
1208
- };
1209
- hint: StringConstructor;
1210
- persistentHint: BooleanConstructor;
1211
- hideDetails: PropType<boolean | "auto">;
1212
- clearable: BooleanConstructor;
1213
- baseColor: StringConstructor;
1214
- persistentClear: BooleanConstructor;
1215
- singleLine: BooleanConstructor;
1216
- persistentPlaceholder: BooleanConstructor;
1217
- persistentCounter: BooleanConstructor;
1218
- suffix: StringConstructor;
1219
- counterValue: PropType<(value: any) => number>;
1220
- modelModifiers: PropType<Record<string, boolean>>;
1221
- items: {
1222
- type: PropType<any[]>;
1223
- default: () => never[];
1224
- };
1225
- itemTitle: {
1226
- type: PropType<SelectItemKey>;
1227
- default: string;
1228
- };
1229
- itemValue: {
1230
- type: PropType<SelectItemKey>;
1231
- default: string;
1232
- };
1233
- itemChildren: Omit<{
1234
- type: PropType<SelectItemKey>;
1235
- default: string;
1236
- }, "type" | "default"> & {
1237
- type: PropType<NonNullable<SelectItemKey>>;
1238
- default: NonNullable<SelectItemKey>;
1239
- };
1240
- itemProps: {
1241
- type: PropType<SelectItemKey>;
1242
- default: string;
1243
- };
1244
- returnObject: BooleanConstructor;
1245
- chips: BooleanConstructor;
1246
- closableChips: BooleanConstructor;
1247
- eager: BooleanConstructor;
1248
- hideNoData: BooleanConstructor;
1249
- hideSelected: BooleanConstructor;
1250
- menu: BooleanConstructor;
1251
- menuIcon: {
1252
- type: PropType<IconValue>;
1253
- default: string;
1254
- };
1255
- menuProps: {
1256
- type: PropType<Partial<{
1257
- location: Anchor;
1258
- origin: "auto" | Anchor | "overlap";
1259
- transition: NonNullable<string | boolean | (vue.TransitionProps & {
1260
- component?: Component | undefined;
1261
- })> | {
1262
- component: Component;
1263
- };
1264
- zIndex: string | number;
1265
- style: vue.StyleValue;
1266
- eager: boolean;
1267
- disabled: boolean;
1268
- modelValue: boolean;
1269
- closeDelay: NonNullable<string | number>;
1270
- openDelay: NonNullable<string | number>;
1271
- activatorProps: Record<string, any>;
1272
- openOnClick: boolean;
1273
- openOnHover: boolean;
1274
- openOnFocus: boolean;
1275
- closeOnContentClick: boolean;
1276
- locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1277
- updateLocation: (e: Event) => void;
1278
- } | undefined)>;
1279
- scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
1280
- closeOnBack: boolean;
1281
- contained: boolean;
1282
- noClickAnimation: boolean;
1283
- persistent: boolean;
1284
- scrim: NonNullable<string | boolean>;
1285
- }> & Omit<{
1286
- location: Anchor;
1287
- origin: "auto" | Anchor | "overlap";
1288
- transition: NonNullable<string | boolean | (vue.TransitionProps & {
1289
- component?: Component | undefined;
1290
- })> | {
1291
- component: Component;
1292
- };
1293
- zIndex: string | number;
1294
- style: vue.StyleValue;
1295
- eager: boolean;
1296
- disabled: boolean;
1297
- modelValue: boolean;
1298
- closeDelay: NonNullable<string | number>;
1299
- openDelay: NonNullable<string | number>;
1300
- activatorProps: Record<string, any>;
1301
- openOnHover: boolean;
1302
- closeOnContentClick: boolean;
1303
- locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1304
- updateLocation: (e: Event) => void;
1305
- } | undefined)>;
1306
- scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
1307
- closeOnBack: boolean;
1308
- contained: boolean;
1309
- noClickAnimation: boolean;
1310
- persistent: boolean;
1311
- scrim: NonNullable<string | boolean>;
1312
- } & {
1313
- offset?: string | number | number[] | undefined;
1314
- id?: string | undefined;
1315
- height?: string | number | undefined;
1316
- width?: string | number | undefined;
1317
- maxHeight?: string | number | undefined;
1318
- maxWidth?: string | number | undefined;
1319
- minHeight?: string | number | undefined;
1320
- minWidth?: string | number | undefined;
1321
- class?: any;
1322
- theme?: string | undefined;
1323
- contentClass?: any;
1324
- activator?: string | Element | vue.ComponentPublicInstance | undefined;
1325
- openOnClick?: boolean | undefined;
1326
- openOnFocus?: boolean | undefined;
1327
- contentProps?: any;
1328
- attach?: string | boolean | Element | undefined;
1329
- } & {
1330
- $children?: vue.VNodeChild | {
1331
- default?: ((args_0: {
1332
- isActive: vue.Ref<boolean>;
1333
- }) => vue.VNodeChild) | undefined;
1334
- activator?: ((args_0: {
1335
- isActive: boolean;
1336
- props: Record<string, any>;
1337
- }) => vue.VNodeChild) | undefined;
1338
- } | ((args_0: {
1339
- isActive: vue.Ref<boolean>;
1340
- }) => vue.VNodeChild);
1341
- 'v-slots'?: {
1342
- default?: false | ((args_0: {
1343
- isActive: vue.Ref<boolean>;
1344
- }) => vue.VNodeChild) | undefined;
1345
- activator?: false | ((args_0: {
1346
- isActive: boolean;
1347
- props: Record<string, any>;
1348
- }) => vue.VNodeChild) | undefined;
1349
- } | undefined;
1350
- } & {
1351
- "v-slot:default"?: false | ((args_0: {
1352
- isActive: vue.Ref<boolean>;
1353
- }) => vue.VNodeChild) | undefined;
1354
- "v-slot:activator"?: false | ((args_0: {
1355
- isActive: boolean;
1356
- props: Record<string, any>;
1357
- }) => vue.VNodeChild) | undefined;
1358
- } & {
1359
- "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1360
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">>;
1361
- };
1362
- multiple: BooleanConstructor;
1363
- noDataText: {
1364
- type: StringConstructor;
1365
- default: string;
1366
- };
1367
- openOnClear: BooleanConstructor;
1368
- valueComparator: {
1369
- type: PropType<typeof deepEqual>;
1370
- default: typeof deepEqual;
1371
- };
1372
- }, "multiple" | "$children" | "items" | "v-slots" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:details" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
1373
- "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
1374
- "onUpdate:menu"?: ((val: boolean) => any) | undefined;
1375
- }, any, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
1376
- 'update:focused': (focused: boolean) => boolean;
1377
- 'update:modelValue': (val: any) => boolean;
1378
- 'update:menu': (val: boolean) => true;
1379
- }, "multiple" | "$children" | "items" | "v-slots" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "update:modelValue" | "v-slot:loader" | "v-slot:details" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, string, {
1380
- flat: boolean;
1381
- reverse: boolean;
1382
- type: string;
1383
- error: boolean;
1384
- active: boolean;
1385
- direction: "horizontal" | "vertical";
1386
- transition: NonNullable<string | boolean | (vue.TransitionProps & {
1387
- component?: Component | undefined;
1388
- })> | {
1389
- component: Component;
1390
- };
1391
- menu: boolean;
1392
- style: vue.StyleValue;
1393
- autofocus: boolean;
1394
- eager: boolean;
1395
- disabled: boolean;
1396
- readonly: boolean;
1397
- noDataText: string;
1398
- messages: string | string[];
1399
- rounded: string | number | boolean;
1400
- density: Density;
1401
- variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
1402
- clearIcon: IconValue;
1403
- focused: boolean;
1404
- errorMessages: string | string[];
1405
- maxErrors: string | number;
1406
- rules: ValidationRule[];
1407
- persistentHint: boolean;
1408
- clearable: boolean;
1409
- persistentClear: boolean;
1410
- singleLine: boolean;
1411
- persistentPlaceholder: boolean;
1412
- persistentCounter: boolean;
1413
- valueComparator: typeof deepEqual;
1414
- itemTitle: SelectItemKey;
1415
- itemValue: SelectItemKey;
1416
- itemChildren: NonNullable<SelectItemKey>;
1417
- itemProps: SelectItemKey;
1418
- chips: boolean;
1419
- closableChips: boolean;
1420
- hideNoData: boolean;
1421
- hideSelected: boolean;
1422
- menuIcon: IconValue;
1423
- openOnClear: boolean;
1424
- }, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T_1 extends readonly any[], Item = T_1 extends (infer U)[] ? U : never, ReturnObject extends boolean = false, Multiple extends boolean = false, V extends Value<Item, ReturnObject, Multiple> = Value<Item, ReturnObject, Multiple>>(props: {
1425
- items?: T_1 | undefined;
1426
- returnObject?: ReturnObject | undefined;
1427
- multiple?: Multiple | undefined;
1428
- modelValue?: V | null | undefined;
1429
- 'onUpdate:modelValue'?: ((val: V) => void) | undefined;
1430
- }) => GenericProps<{
1431
- items?: T_1 | undefined;
1432
- returnObject?: ReturnObject | undefined;
1433
- multiple?: Multiple | undefined;
1434
- modelValue?: V | null | undefined;
1435
- 'onUpdate:modelValue'?: ((val: V) => void) | undefined;
1436
- }, Omit<VInputSlots & VFieldSlots, "default"> & {
1437
- item: [{
1438
- item: InternalItem<Item>;
1439
- index: number;
1440
- props: Record<string, unknown>;
1441
- }];
1442
- chip: [{
1443
- item: InternalItem<Item>;
1444
- index: number;
1445
- props: Record<string, unknown>;
1446
- }];
1447
- selection: [{
1448
- item: InternalItem<Item>;
1449
- index: number;
1450
- }];
1451
- 'prepend-item': [];
1452
- 'append-item': [];
1453
- 'no-data': [];
1454
- }>) & FilterPropsOptions<{
1455
- transition: Omit<{
1456
- type: PropType<string | boolean | (vue.TransitionProps & {
1457
- component?: Component | undefined;
1458
- })>;
1459
- default: string;
1460
- validator: (val: unknown) => boolean;
1461
- }, "type" | "default"> & {
1462
- type: PropType<NonNullable<string | boolean | (vue.TransitionProps & {
1463
- component?: Component | undefined;
1464
- })> | {
1465
- component: Component;
1466
- }>;
1467
- default: NonNullable<string | boolean | (vue.TransitionProps & {
1468
- component?: Component | undefined;
1469
- })> | {
1470
- component: Component;
1471
- };
1472
- };
1473
- flat: BooleanConstructor;
1474
- reverse: BooleanConstructor;
1475
- type: {
1476
- type: StringConstructor;
1477
- default: string;
1478
- };
1479
- error: BooleanConstructor;
1480
- id: StringConstructor;
1481
- active: BooleanConstructor;
1482
- name: StringConstructor;
1483
- color: StringConstructor;
1484
- direction: {
1485
- type: PropType<"horizontal" | "vertical">;
1486
- default: string;
1487
- validator: (v: any) => boolean;
1488
- };
1489
- loading: (StringConstructor | BooleanConstructor)[];
1490
- label: StringConstructor;
1491
- style: {
1492
- type: PropType<vue.StyleValue>;
1493
- default: null;
1494
- };
1495
- prefix: StringConstructor;
1496
- autofocus: BooleanConstructor;
1497
- disabled: BooleanConstructor;
1498
- readonly: BooleanConstructor;
1499
- class: PropType<any>;
1500
- placeholder: StringConstructor;
1501
- theme: StringConstructor;
1502
- counter: PropType<string | number | true>;
1503
- messages: {
1504
- type: PropType<string | string[]>;
1505
- default: () => never[];
1506
- };
1507
- rounded: {
1508
- type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
1509
- default: undefined;
1510
- };
1511
- density: {
1512
- type: PropType<Density>;
1513
- default: string;
1514
- validator: (v: any) => boolean;
1515
- };
1516
- variant: {
1517
- type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled">;
1518
- default: string;
1519
- validator: (v: any) => boolean;
1520
- };
1521
- modelValue: {
1522
- type: PropType<any>;
1523
- default: any;
1524
- };
1525
- bgColor: StringConstructor;
1526
- prependIcon: PropType<IconValue>;
1527
- appendIcon: PropType<IconValue>;
1528
- clearIcon: {
1529
- type: PropType<IconValue>;
1530
- default: string;
1531
- };
1532
- prependInnerIcon: PropType<IconValue>;
1533
- 'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
1534
- 'onClick:append': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
1535
- 'onClick:prepend': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
1536
- 'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
1537
- 'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
1538
- focused: BooleanConstructor;
1539
- 'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
1540
- validateOn: PropType<"input" | "blur" | "submit" | undefined>;
1541
- errorMessages: {
1542
- type: PropType<string | string[]>;
1543
- default: () => never[];
1544
- };
1545
- maxErrors: {
1546
- type: (StringConstructor | NumberConstructor)[];
1547
- default: number;
1548
- };
1549
- rules: {
1550
- type: PropType<ValidationRule[]>;
1551
- default: () => never[];
1552
- };
1553
- hint: StringConstructor;
1554
- persistentHint: BooleanConstructor;
1555
- hideDetails: PropType<boolean | "auto">;
1556
- clearable: BooleanConstructor;
1557
- baseColor: StringConstructor;
1558
- persistentClear: BooleanConstructor;
1559
- singleLine: BooleanConstructor;
1560
- persistentPlaceholder: BooleanConstructor;
1561
- persistentCounter: BooleanConstructor;
1562
- suffix: StringConstructor;
1563
- counterValue: PropType<(value: any) => number>;
1564
- modelModifiers: PropType<Record<string, boolean>>;
1565
- items: {
1566
- type: PropType<any[]>;
1567
- default: () => never[];
1568
- };
1569
- itemTitle: {
1570
- type: PropType<SelectItemKey>;
1571
- default: string;
1572
- };
1573
- itemValue: {
1574
- type: PropType<SelectItemKey>;
1575
- default: string;
1576
- };
1577
- itemChildren: Omit<{
1578
- type: PropType<SelectItemKey>;
1579
- default: string;
1580
- }, "type" | "default"> & {
1581
- type: PropType<NonNullable<SelectItemKey>>;
1582
- default: NonNullable<SelectItemKey>;
1583
- };
1584
- itemProps: {
1585
- type: PropType<SelectItemKey>;
1586
- default: string;
1587
- };
1588
- returnObject: BooleanConstructor;
1589
- chips: BooleanConstructor;
1590
- closableChips: BooleanConstructor;
1591
- eager: BooleanConstructor;
1592
- hideNoData: BooleanConstructor;
1593
- hideSelected: BooleanConstructor;
1594
- menu: BooleanConstructor;
1595
- menuIcon: {
1596
- type: PropType<IconValue>;
1597
- default: string;
1598
- };
1599
- menuProps: {
1600
- type: PropType<Partial<{
1601
- location: Anchor;
1602
- origin: "auto" | Anchor | "overlap";
1603
- transition: NonNullable<string | boolean | (vue.TransitionProps & {
1604
- component?: Component | undefined;
1605
- })> | {
1606
- component: Component;
1607
- };
1608
- zIndex: string | number;
1609
- style: vue.StyleValue;
1610
- eager: boolean;
1611
- disabled: boolean;
1612
- modelValue: boolean;
1613
- closeDelay: NonNullable<string | number>;
1614
- openDelay: NonNullable<string | number>;
1615
- activatorProps: Record<string, any>;
1616
- openOnClick: boolean;
1617
- openOnHover: boolean;
1618
- openOnFocus: boolean;
1619
- closeOnContentClick: boolean;
1620
- locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1621
- updateLocation: (e: Event) => void;
1622
- } | undefined)>;
1623
- scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
1624
- closeOnBack: boolean;
1625
- contained: boolean;
1626
- noClickAnimation: boolean;
1627
- persistent: boolean;
1628
- scrim: NonNullable<string | boolean>;
1629
- }> & Omit<{
1630
- location: Anchor;
1631
- origin: "auto" | Anchor | "overlap";
1632
- transition: NonNullable<string | boolean | (vue.TransitionProps & {
1633
- component?: Component | undefined;
1634
- })> | {
1635
- component: Component;
1636
- };
1637
- zIndex: string | number;
1638
- style: vue.StyleValue;
1639
- eager: boolean;
1640
- disabled: boolean;
1641
- modelValue: boolean;
1642
- closeDelay: NonNullable<string | number>;
1643
- openDelay: NonNullable<string | number>;
1644
- activatorProps: Record<string, any>;
1645
- openOnHover: boolean;
1646
- closeOnContentClick: boolean;
1647
- locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1648
- updateLocation: (e: Event) => void;
1649
- } | undefined)>;
1650
- scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
1651
- closeOnBack: boolean;
1652
- contained: boolean;
1653
- noClickAnimation: boolean;
1654
- persistent: boolean;
1655
- scrim: NonNullable<string | boolean>;
1656
- } & {
1657
- offset?: string | number | number[] | undefined;
1658
- id?: string | undefined;
1659
- height?: string | number | undefined;
1660
- width?: string | number | undefined;
1661
- maxHeight?: string | number | undefined;
1662
- maxWidth?: string | number | undefined;
1663
- minHeight?: string | number | undefined;
1664
- minWidth?: string | number | undefined;
1665
- class?: any;
1666
- theme?: string | undefined;
1667
- contentClass?: any;
1668
- activator?: string | Element | vue.ComponentPublicInstance | undefined;
1669
- openOnClick?: boolean | undefined;
1670
- openOnFocus?: boolean | undefined;
1671
- contentProps?: any;
1672
- attach?: string | boolean | Element | undefined;
1673
- } & {
1674
- $children?: vue.VNodeChild | {
1675
- default?: ((args_0: {
1676
- isActive: vue.Ref<boolean>;
1677
- }) => vue.VNodeChild) | undefined;
1678
- activator?: ((args_0: {
1679
- isActive: boolean;
1680
- props: Record<string, any>;
1681
- }) => vue.VNodeChild) | undefined;
1682
- } | ((args_0: {
1683
- isActive: vue.Ref<boolean>;
1684
- }) => vue.VNodeChild);
1685
- 'v-slots'?: {
1686
- default?: false | ((args_0: {
1687
- isActive: vue.Ref<boolean>;
1688
- }) => vue.VNodeChild) | undefined;
1689
- activator?: false | ((args_0: {
1690
- isActive: boolean;
1691
- props: Record<string, any>;
1692
- }) => vue.VNodeChild) | undefined;
1693
- } | undefined;
1694
- } & {
1695
- "v-slot:default"?: false | ((args_0: {
1696
- isActive: vue.Ref<boolean>;
1697
- }) => vue.VNodeChild) | undefined;
1698
- "v-slot:activator"?: false | ((args_0: {
1699
- isActive: boolean;
1700
- props: Record<string, any>;
1701
- }) => vue.VNodeChild) | undefined;
1702
- } & {
1703
- "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1704
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">>;
1705
- };
1706
- multiple: BooleanConstructor;
1707
- noDataText: {
1708
- type: StringConstructor;
1709
- default: string;
1710
- };
1711
- openOnClear: BooleanConstructor;
1712
- valueComparator: {
1713
- type: PropType<typeof deepEqual>;
1714
- default: typeof deepEqual;
1715
- };
1716
- }, vue.ExtractPropTypes<{
1717
- transition: Omit<{
1718
- type: PropType<string | boolean | (vue.TransitionProps & {
1719
- component?: Component | undefined;
1720
- })>;
1721
- default: string;
1722
- validator: (val: unknown) => boolean;
1723
- }, "type" | "default"> & {
1724
- type: PropType<NonNullable<string | boolean | (vue.TransitionProps & {
1725
- component?: Component | undefined;
1726
- })> | {
1727
- component: Component;
1728
- }>;
1729
- default: NonNullable<string | boolean | (vue.TransitionProps & {
1730
- component?: Component | undefined;
1731
- })> | {
1732
- component: Component;
1733
- };
1734
- };
1735
- flat: BooleanConstructor;
1736
- reverse: BooleanConstructor;
1737
- type: {
1738
- type: StringConstructor;
1739
- default: string;
1740
- };
1741
- error: BooleanConstructor;
1742
- id: StringConstructor;
1743
- active: BooleanConstructor;
1744
- name: StringConstructor;
1745
- color: StringConstructor;
1746
- direction: {
1747
- type: PropType<"horizontal" | "vertical">;
1748
- default: string;
1749
- validator: (v: any) => boolean;
1750
- };
1751
- loading: (StringConstructor | BooleanConstructor)[];
1752
- label: StringConstructor;
1753
- style: {
1754
- type: PropType<vue.StyleValue>;
1755
- default: null;
1756
- };
1757
- prefix: StringConstructor;
1758
- autofocus: BooleanConstructor;
1759
- disabled: BooleanConstructor;
1760
- readonly: BooleanConstructor;
1761
- class: PropType<any>;
1762
- placeholder: StringConstructor;
1763
- theme: StringConstructor;
1764
- counter: PropType<string | number | true>;
1765
- messages: {
1766
- type: PropType<string | string[]>;
1767
- default: () => never[];
1768
- };
1769
- rounded: {
1770
- type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
1771
- default: undefined;
1772
- };
1773
- density: {
1774
- type: PropType<Density>;
1775
- default: string;
1776
- validator: (v: any) => boolean;
1777
- };
1778
- variant: {
1779
- type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled">;
1780
- default: string;
1781
- validator: (v: any) => boolean;
1782
- };
1783
- modelValue: {
1784
- type: PropType<any>;
1785
- default: any;
1786
- };
1787
- bgColor: StringConstructor;
1788
- prependIcon: PropType<IconValue>;
1789
- appendIcon: PropType<IconValue>;
1790
- clearIcon: {
1791
- type: PropType<IconValue>;
1792
- default: string;
1793
- };
1794
- prependInnerIcon: PropType<IconValue>;
1795
- 'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
1796
- 'onClick:append': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
1797
- 'onClick:prepend': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
1798
- 'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
1799
- 'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
1800
- focused: BooleanConstructor;
1801
- 'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
1802
- validateOn: PropType<"input" | "blur" | "submit" | undefined>;
1803
- errorMessages: {
1804
- type: PropType<string | string[]>;
1805
- default: () => never[];
1806
- };
1807
- maxErrors: {
1808
- type: (StringConstructor | NumberConstructor)[];
1809
- default: number;
1810
- };
1811
- rules: {
1812
- type: PropType<ValidationRule[]>;
1813
- default: () => never[];
1814
- };
1815
- hint: StringConstructor;
1816
- persistentHint: BooleanConstructor;
1817
- hideDetails: PropType<boolean | "auto">;
1818
- clearable: BooleanConstructor;
1819
- baseColor: StringConstructor;
1820
- persistentClear: BooleanConstructor;
1821
- singleLine: BooleanConstructor;
1822
- persistentPlaceholder: BooleanConstructor;
1823
- persistentCounter: BooleanConstructor;
1824
- suffix: StringConstructor;
1825
- counterValue: PropType<(value: any) => number>;
1826
- modelModifiers: PropType<Record<string, boolean>>;
1827
- items: {
1828
- type: PropType<any[]>;
1829
- default: () => never[];
1830
- };
1831
- itemTitle: {
1832
- type: PropType<SelectItemKey>;
1833
- default: string;
1834
- };
1835
- itemValue: {
1836
- type: PropType<SelectItemKey>;
1837
- default: string;
1838
- };
1839
- itemChildren: Omit<{
1840
- type: PropType<SelectItemKey>;
1841
- default: string;
1842
- }, "type" | "default"> & {
1843
- type: PropType<NonNullable<SelectItemKey>>;
1844
- default: NonNullable<SelectItemKey>;
1845
- };
1846
- itemProps: {
1847
- type: PropType<SelectItemKey>;
1848
- default: string;
1849
- };
1850
- returnObject: BooleanConstructor;
1851
- chips: BooleanConstructor;
1852
- closableChips: BooleanConstructor;
1853
- eager: BooleanConstructor;
1854
- hideNoData: BooleanConstructor;
1855
- hideSelected: BooleanConstructor;
1856
- menu: BooleanConstructor;
1857
- menuIcon: {
1858
- type: PropType<IconValue>;
1859
- default: string;
1860
- };
1861
- menuProps: {
1862
- type: PropType<Partial<{
1863
- location: Anchor;
1864
- origin: "auto" | Anchor | "overlap";
1865
- transition: NonNullable<string | boolean | (vue.TransitionProps & {
1866
- component?: Component | undefined;
1867
- })> | {
1868
- component: Component;
1869
- };
1870
- zIndex: string | number;
1871
- style: vue.StyleValue;
1872
- eager: boolean;
1873
- disabled: boolean;
1874
- modelValue: boolean;
1875
- closeDelay: NonNullable<string | number>;
1876
- openDelay: NonNullable<string | number>;
1877
- activatorProps: Record<string, any>;
1878
- openOnClick: boolean;
1879
- openOnHover: boolean;
1880
- openOnFocus: boolean;
1881
- closeOnContentClick: boolean;
1882
- locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1883
- updateLocation: (e: Event) => void;
1884
- } | undefined)>;
1885
- scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
1886
- closeOnBack: boolean;
1887
- contained: boolean;
1888
- noClickAnimation: boolean;
1889
- persistent: boolean;
1890
- scrim: NonNullable<string | boolean>;
1891
- }> & Omit<{
1892
- location: Anchor;
1893
- origin: "auto" | Anchor | "overlap";
1894
- transition: NonNullable<string | boolean | (vue.TransitionProps & {
1895
- component?: Component | undefined;
1896
- })> | {
1897
- component: Component;
1898
- };
1899
- zIndex: string | number;
1900
- style: vue.StyleValue;
1901
- eager: boolean;
1902
- disabled: boolean;
1903
- modelValue: boolean;
1904
- closeDelay: NonNullable<string | number>;
1905
- openDelay: NonNullable<string | number>;
1906
- activatorProps: Record<string, any>;
1907
- openOnHover: boolean;
1908
- closeOnContentClick: boolean;
1909
- locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1910
- updateLocation: (e: Event) => void;
1911
- } | undefined)>;
1912
- scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
1913
- closeOnBack: boolean;
1914
- contained: boolean;
1915
- noClickAnimation: boolean;
1916
- persistent: boolean;
1917
- scrim: NonNullable<string | boolean>;
1918
- } & {
1919
- offset?: string | number | number[] | undefined;
1920
- id?: string | undefined;
1921
- height?: string | number | undefined;
1922
- width?: string | number | undefined;
1923
- maxHeight?: string | number | undefined;
1924
- maxWidth?: string | number | undefined;
1925
- minHeight?: string | number | undefined;
1926
- minWidth?: string | number | undefined;
1927
- class?: any;
1928
- theme?: string | undefined;
1929
- contentClass?: any;
1930
- activator?: string | Element | vue.ComponentPublicInstance | undefined;
1931
- openOnClick?: boolean | undefined;
1932
- openOnFocus?: boolean | undefined;
1933
- contentProps?: any;
1934
- attach?: string | boolean | Element | undefined;
1935
- } & {
1936
- $children?: vue.VNodeChild | {
1937
- default?: ((args_0: {
1938
- isActive: vue.Ref<boolean>;
1939
- }) => vue.VNodeChild) | undefined;
1940
- activator?: ((args_0: {
1941
- isActive: boolean;
1942
- props: Record<string, any>;
1943
- }) => vue.VNodeChild) | undefined;
1944
- } | ((args_0: {
1945
- isActive: vue.Ref<boolean>;
1946
- }) => vue.VNodeChild);
1947
- 'v-slots'?: {
1948
- default?: false | ((args_0: {
1949
- isActive: vue.Ref<boolean>;
1950
- }) => vue.VNodeChild) | undefined;
1951
- activator?: false | ((args_0: {
1952
- isActive: boolean;
1953
- props: Record<string, any>;
1954
- }) => vue.VNodeChild) | undefined;
1955
- } | undefined;
1956
- } & {
1957
- "v-slot:default"?: false | ((args_0: {
1958
- isActive: vue.Ref<boolean>;
1959
- }) => vue.VNodeChild) | undefined;
1960
- "v-slot:activator"?: false | ((args_0: {
1961
- isActive: boolean;
1962
- props: Record<string, any>;
1963
- }) => vue.VNodeChild) | undefined;
1964
- } & {
1965
- "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1966
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">>;
1967
- };
1968
- multiple: BooleanConstructor;
1969
- noDataText: {
1970
- type: StringConstructor;
1971
- default: string;
1972
- };
1973
- openOnClear: BooleanConstructor;
1974
- valueComparator: {
1975
- type: PropType<typeof deepEqual>;
1976
- default: typeof deepEqual;
1977
- };
1978
- }>>;
1979
- type VSelect = InstanceType<typeof VSelect>;
1980
-
1981
- export { VSelect };