vuetify 3.9.0-beta.1 → 3.9.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 (314) hide show
  1. package/dist/_component-variables-labs.sass +1 -0
  2. package/dist/json/attributes.json +3362 -3274
  3. package/dist/json/importMap-labs.json +20 -16
  4. package/dist/json/importMap.json +158 -158
  5. package/dist/json/tags.json +31 -4
  6. package/dist/json/web-types.json +6150 -5916
  7. package/dist/vuetify-labs.cjs +1035 -151
  8. package/dist/vuetify-labs.css +5736 -5417
  9. package/dist/vuetify-labs.d.ts +708 -377
  10. package/dist/vuetify-labs.esm.js +1035 -152
  11. package/dist/vuetify-labs.esm.js.map +1 -1
  12. package/dist/vuetify-labs.js +1035 -151
  13. package/dist/vuetify-labs.min.css +2 -2
  14. package/dist/vuetify.cjs +616 -126
  15. package/dist/vuetify.cjs.map +1 -1
  16. package/dist/vuetify.css +3902 -3825
  17. package/dist/vuetify.d.ts +338 -233
  18. package/dist/vuetify.esm.js +616 -127
  19. package/dist/vuetify.esm.js.map +1 -1
  20. package/dist/vuetify.js +616 -126
  21. package/dist/vuetify.js.map +1 -1
  22. package/dist/vuetify.min.css +2 -2
  23. package/dist/vuetify.min.js +1176 -1120
  24. package/dist/vuetify.min.js.map +1 -1
  25. package/lib/components/VAutocomplete/VAutocomplete.d.ts +39 -14
  26. package/lib/components/VAutocomplete/VAutocomplete.js +2 -2
  27. package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
  28. package/lib/components/VCombobox/VCombobox.d.ts +39 -14
  29. package/lib/components/VCombobox/VCombobox.js +2 -2
  30. package/lib/components/VCombobox/VCombobox.js.map +1 -1
  31. package/lib/components/VDataIterator/composables/items.d.ts +2 -1
  32. package/lib/components/VDataIterator/composables/items.js.map +1 -1
  33. package/lib/components/VDataTable/VDataTable.css +12 -1
  34. package/lib/components/VDataTable/VDataTable.d.ts +20 -38
  35. package/lib/components/VDataTable/VDataTable.sass +12 -2
  36. package/lib/components/VDataTable/VDataTableColumn.d.ts +9 -3
  37. package/lib/components/VDataTable/VDataTableColumn.js +12 -4
  38. package/lib/components/VDataTable/VDataTableColumn.js.map +1 -1
  39. package/lib/components/VDataTable/VDataTableHeaders.d.ts +0 -13
  40. package/lib/components/VDataTable/VDataTableHeaders.js +10 -9
  41. package/lib/components/VDataTable/VDataTableHeaders.js.map +1 -1
  42. package/lib/components/VDataTable/VDataTableRow.js +2 -0
  43. package/lib/components/VDataTable/VDataTableRow.js.map +1 -1
  44. package/lib/components/VDataTable/VDataTableServer.d.ts +10 -23
  45. package/lib/components/VDataTable/VDataTableVirtual.d.ts +10 -23
  46. package/lib/components/VDataTable/composables/headers.d.ts +22 -14
  47. package/lib/components/VDataTable/composables/headers.js +51 -22
  48. package/lib/components/VDataTable/composables/headers.js.map +1 -1
  49. package/lib/components/VDataTable/composables/sort.js +2 -1
  50. package/lib/components/VDataTable/composables/sort.js.map +1 -1
  51. package/lib/components/VDataTable/types.d.ts +4 -2
  52. package/lib/components/VDataTable/types.js.map +1 -1
  53. package/lib/components/VDatePicker/VDatePicker.js +2 -1
  54. package/lib/components/VDatePicker/VDatePicker.js.map +1 -1
  55. package/lib/components/VDatePicker/VDatePickerMonth.js +1 -2
  56. package/lib/components/VDatePicker/VDatePickerMonth.js.map +1 -1
  57. package/lib/components/VKbd/VKbd.css +14 -5
  58. package/lib/components/VKbd/VKbd.js.map +1 -1
  59. package/lib/components/VKbd/VKbd.scss +26 -0
  60. package/lib/components/VKbd/_variables.scss +12 -6
  61. package/lib/components/VKbd/index.js.map +1 -1
  62. package/lib/components/VList/VList.d.ts +24 -27
  63. package/lib/components/VList/VList.js +0 -4
  64. package/lib/components/VList/VList.js.map +1 -1
  65. package/lib/components/VList/VListGroup.d.ts +13 -0
  66. package/lib/components/VList/VListGroup.js +2 -1
  67. package/lib/components/VList/VListGroup.js.map +1 -1
  68. package/lib/components/VList/VListItem.d.ts +6 -3
  69. package/lib/components/VList/VListItem.js +1 -1
  70. package/lib/components/VList/VListItem.js.map +1 -1
  71. package/lib/components/VOtpInput/VOtpInput.js +17 -14
  72. package/lib/components/VOtpInput/VOtpInput.js.map +1 -1
  73. package/lib/components/VOverlay/locationStrategies.js +1 -1
  74. package/lib/components/VOverlay/locationStrategies.js.map +1 -1
  75. package/lib/components/VSelect/VSelect.d.ts +58 -22
  76. package/lib/components/VSelect/VSelect.js +2 -2
  77. package/lib/components/VSelect/VSelect.js.map +1 -1
  78. package/lib/components/VTextField/VTextField.js +1 -1
  79. package/lib/components/VTextField/VTextField.js.map +1 -1
  80. package/lib/components/VTreeview/VTreeview.d.ts +235 -188
  81. package/lib/components/VTreeview/VTreeview.js +13 -12
  82. package/lib/components/VTreeview/VTreeview.js.map +1 -1
  83. package/lib/components/VTreeview/VTreeviewChildren.d.ts +81 -10
  84. package/lib/components/VTreeview/VTreeviewChildren.js +50 -11
  85. package/lib/components/VTreeview/VTreeviewChildren.js.map +1 -1
  86. package/lib/components/VTreeview/VTreeviewGroup.d.ts +13 -0
  87. package/lib/components/VTreeview/VTreeviewItem.css +57 -0
  88. package/lib/components/VTreeview/VTreeviewItem.d.ts +137 -103
  89. package/lib/components/VTreeview/VTreeviewItem.js +14 -4
  90. package/lib/components/VTreeview/VTreeviewItem.js.map +1 -1
  91. package/lib/components/VTreeview/VTreeviewItem.sass +60 -0
  92. package/lib/components/VTreeview/_variables.scss +15 -0
  93. package/lib/composables/calendar.d.ts +0 -1
  94. package/lib/composables/calendar.js +6 -10
  95. package/lib/composables/calendar.js.map +1 -1
  96. package/lib/composables/date/adapters/vuetify.js +1 -1
  97. package/lib/composables/date/adapters/vuetify.js.map +1 -1
  98. package/lib/composables/filter.d.ts +1 -0
  99. package/lib/composables/filter.js +1 -1
  100. package/lib/composables/filter.js.map +1 -1
  101. package/lib/composables/hotkey/hotkey-parsing.d.ts +15 -0
  102. package/lib/composables/hotkey/hotkey-parsing.js +154 -0
  103. package/lib/composables/hotkey/hotkey-parsing.js.map +1 -0
  104. package/lib/composables/hotkey/hotkey.d.ts +9 -0
  105. package/lib/composables/{hotkey.js → hotkey/hotkey.js} +31 -39
  106. package/lib/composables/hotkey/hotkey.js.map +1 -0
  107. package/lib/composables/hotkey/index.d.ts +1 -0
  108. package/lib/composables/hotkey/index.js +2 -0
  109. package/lib/composables/hotkey/index.js.map +1 -0
  110. package/lib/composables/hotkey/key-aliases.d.ts +14 -0
  111. package/lib/composables/hotkey/key-aliases.js +38 -0
  112. package/lib/composables/hotkey/key-aliases.js.map +1 -0
  113. package/lib/composables/icons.d.ts +11 -0
  114. package/lib/composables/icons.js.map +1 -1
  115. package/lib/composables/index.d.ts +1 -0
  116. package/lib/composables/index.js +1 -0
  117. package/lib/composables/index.js.map +1 -1
  118. package/lib/composables/list-items.d.ts +14 -1
  119. package/lib/composables/list-items.js +9 -3
  120. package/lib/composables/list-items.js.map +1 -1
  121. package/lib/composables/nested/nested.d.ts +7 -4
  122. package/lib/composables/nested/nested.js +16 -6
  123. package/lib/composables/nested/nested.js.map +1 -1
  124. package/lib/composables/nested/selectStrategies.d.ts +2 -1
  125. package/lib/composables/nested/selectStrategies.js +22 -11
  126. package/lib/composables/nested/selectStrategies.js.map +1 -1
  127. package/lib/composables/virtual.js +1 -1
  128. package/lib/composables/virtual.js.map +1 -1
  129. package/lib/entry-bundler.js +1 -1
  130. package/lib/entry-bundler.js.map +1 -1
  131. package/lib/framework.d.ts +79 -54
  132. package/lib/framework.js +1 -1
  133. package/lib/framework.js.map +1 -1
  134. package/lib/iconsets/fa.js +12 -1
  135. package/lib/iconsets/fa.js.map +1 -1
  136. package/lib/iconsets/fa4.js +12 -1
  137. package/lib/iconsets/fa4.js.map +1 -1
  138. package/lib/iconsets/md.js +12 -1
  139. package/lib/iconsets/md.js.map +1 -1
  140. package/lib/iconsets/mdi-svg.js +12 -1
  141. package/lib/iconsets/mdi-svg.js.map +1 -1
  142. package/lib/iconsets/mdi.js +12 -1
  143. package/lib/iconsets/mdi.js.map +1 -1
  144. package/lib/labs/VCalendar/VCalendar.d.ts +33 -33
  145. package/lib/labs/VCalendar/VCalendar.js +10 -10
  146. package/lib/labs/VCalendar/VCalendar.js.map +1 -1
  147. package/lib/labs/VCalendar/VCalendarDay.d.ts +33 -33
  148. package/lib/labs/VCalendar/VCalendarDay.js +1 -1
  149. package/lib/labs/VCalendar/VCalendarDay.js.map +1 -1
  150. package/lib/labs/VCalendar/VCalendarInterval.d.ts +36 -36
  151. package/lib/labs/VCalendar/VCalendarInterval.js +9 -9
  152. package/lib/labs/VCalendar/VCalendarInterval.js.map +1 -1
  153. package/lib/labs/VCalendar/VCalendarIntervalEvent.d.ts +12 -12
  154. package/lib/labs/VCalendar/VCalendarIntervalEvent.js +1 -1
  155. package/lib/labs/VCalendar/VCalendarIntervalEvent.js.map +1 -1
  156. package/lib/labs/VCalendar/VCalendarMonthDay.d.ts +36 -36
  157. package/lib/labs/VCalendar/VCalendarMonthDay.js +4 -4
  158. package/lib/labs/VCalendar/VCalendarMonthDay.js.map +1 -1
  159. package/lib/labs/VHotkey/VHotkey.css +242 -0
  160. package/lib/labs/VHotkey/VHotkey.d.ts +387 -0
  161. package/lib/labs/VHotkey/VHotkey.js +432 -0
  162. package/lib/labs/VHotkey/VHotkey.js.map +1 -0
  163. package/lib/labs/VHotkey/VHotkey.scss +253 -0
  164. package/lib/labs/VHotkey/_variables.scss +43 -0
  165. package/lib/labs/VHotkey/index.d.ts +1 -0
  166. package/lib/labs/VHotkey/index.js +2 -0
  167. package/lib/labs/VHotkey/index.js.map +1 -0
  168. package/lib/labs/VIconBtn/VIconBtn.js +1 -0
  169. package/lib/labs/VIconBtn/VIconBtn.js.map +1 -1
  170. package/lib/labs/components.d.ts +1 -0
  171. package/lib/labs/components.js +1 -0
  172. package/lib/labs/components.js.map +1 -1
  173. package/lib/locale/af.d.ts +18 -0
  174. package/lib/locale/af.js +18 -0
  175. package/lib/locale/af.js.map +1 -1
  176. package/lib/locale/ar.d.ts +18 -0
  177. package/lib/locale/ar.js +18 -0
  178. package/lib/locale/ar.js.map +1 -1
  179. package/lib/locale/az.d.ts +18 -0
  180. package/lib/locale/az.js +18 -0
  181. package/lib/locale/az.js.map +1 -1
  182. package/lib/locale/bg.d.ts +18 -0
  183. package/lib/locale/bg.js +18 -0
  184. package/lib/locale/bg.js.map +1 -1
  185. package/lib/locale/ca.d.ts +18 -0
  186. package/lib/locale/ca.js +18 -0
  187. package/lib/locale/ca.js.map +1 -1
  188. package/lib/locale/ckb.d.ts +18 -0
  189. package/lib/locale/ckb.js +18 -0
  190. package/lib/locale/ckb.js.map +1 -1
  191. package/lib/locale/cs.d.ts +18 -0
  192. package/lib/locale/cs.js +18 -0
  193. package/lib/locale/cs.js.map +1 -1
  194. package/lib/locale/da.d.ts +18 -0
  195. package/lib/locale/da.js +18 -0
  196. package/lib/locale/da.js.map +1 -1
  197. package/lib/locale/de.d.ts +18 -0
  198. package/lib/locale/de.js +18 -0
  199. package/lib/locale/de.js.map +1 -1
  200. package/lib/locale/el.d.ts +18 -0
  201. package/lib/locale/el.js +18 -0
  202. package/lib/locale/el.js.map +1 -1
  203. package/lib/locale/en.d.ts +18 -0
  204. package/lib/locale/en.js +18 -0
  205. package/lib/locale/en.js.map +1 -1
  206. package/lib/locale/es.d.ts +18 -0
  207. package/lib/locale/es.js +18 -0
  208. package/lib/locale/es.js.map +1 -1
  209. package/lib/locale/et.d.ts +18 -0
  210. package/lib/locale/et.js +18 -0
  211. package/lib/locale/et.js.map +1 -1
  212. package/lib/locale/fa.d.ts +18 -0
  213. package/lib/locale/fa.js +18 -0
  214. package/lib/locale/fa.js.map +1 -1
  215. package/lib/locale/fi.d.ts +18 -0
  216. package/lib/locale/fi.js +18 -0
  217. package/lib/locale/fi.js.map +1 -1
  218. package/lib/locale/fr.d.ts +18 -0
  219. package/lib/locale/fr.js +18 -0
  220. package/lib/locale/fr.js.map +1 -1
  221. package/lib/locale/he.d.ts +18 -0
  222. package/lib/locale/he.js +18 -0
  223. package/lib/locale/he.js.map +1 -1
  224. package/lib/locale/hr.d.ts +18 -0
  225. package/lib/locale/hr.js +18 -0
  226. package/lib/locale/hr.js.map +1 -1
  227. package/lib/locale/hu.d.ts +18 -0
  228. package/lib/locale/hu.js +18 -0
  229. package/lib/locale/hu.js.map +1 -1
  230. package/lib/locale/id.d.ts +18 -0
  231. package/lib/locale/id.js +18 -0
  232. package/lib/locale/id.js.map +1 -1
  233. package/lib/locale/it.d.ts +18 -0
  234. package/lib/locale/it.js +18 -0
  235. package/lib/locale/it.js.map +1 -1
  236. package/lib/locale/ja.d.ts +18 -0
  237. package/lib/locale/ja.js +18 -0
  238. package/lib/locale/ja.js.map +1 -1
  239. package/lib/locale/km.d.ts +18 -0
  240. package/lib/locale/km.js +18 -0
  241. package/lib/locale/km.js.map +1 -1
  242. package/lib/locale/ko.d.ts +18 -0
  243. package/lib/locale/ko.js +18 -0
  244. package/lib/locale/ko.js.map +1 -1
  245. package/lib/locale/lt.d.ts +18 -0
  246. package/lib/locale/lt.js +18 -0
  247. package/lib/locale/lt.js.map +1 -1
  248. package/lib/locale/lv.d.ts +18 -0
  249. package/lib/locale/lv.js +18 -0
  250. package/lib/locale/lv.js.map +1 -1
  251. package/lib/locale/nl.d.ts +18 -0
  252. package/lib/locale/nl.js +18 -0
  253. package/lib/locale/nl.js.map +1 -1
  254. package/lib/locale/no.d.ts +18 -0
  255. package/lib/locale/no.js +18 -0
  256. package/lib/locale/no.js.map +1 -1
  257. package/lib/locale/pl.d.ts +18 -0
  258. package/lib/locale/pl.js +18 -0
  259. package/lib/locale/pl.js.map +1 -1
  260. package/lib/locale/pt.d.ts +18 -0
  261. package/lib/locale/pt.js +18 -0
  262. package/lib/locale/pt.js.map +1 -1
  263. package/lib/locale/ro.d.ts +18 -0
  264. package/lib/locale/ro.js +18 -0
  265. package/lib/locale/ro.js.map +1 -1
  266. package/lib/locale/ru.d.ts +18 -0
  267. package/lib/locale/ru.js +18 -0
  268. package/lib/locale/ru.js.map +1 -1
  269. package/lib/locale/sk.d.ts +18 -0
  270. package/lib/locale/sk.js +18 -0
  271. package/lib/locale/sk.js.map +1 -1
  272. package/lib/locale/sl.d.ts +18 -0
  273. package/lib/locale/sl.js +18 -0
  274. package/lib/locale/sl.js.map +1 -1
  275. package/lib/locale/sr-Cyrl.d.ts +18 -0
  276. package/lib/locale/sr-Cyrl.js +18 -0
  277. package/lib/locale/sr-Cyrl.js.map +1 -1
  278. package/lib/locale/sr-Latn.d.ts +18 -0
  279. package/lib/locale/sr-Latn.js +18 -0
  280. package/lib/locale/sr-Latn.js.map +1 -1
  281. package/lib/locale/sv.d.ts +18 -0
  282. package/lib/locale/sv.js +18 -0
  283. package/lib/locale/sv.js.map +1 -1
  284. package/lib/locale/th.d.ts +18 -0
  285. package/lib/locale/th.js +18 -0
  286. package/lib/locale/th.js.map +1 -1
  287. package/lib/locale/tr.d.ts +18 -0
  288. package/lib/locale/tr.js +18 -0
  289. package/lib/locale/tr.js.map +1 -1
  290. package/lib/locale/uk.d.ts +18 -0
  291. package/lib/locale/uk.js +18 -0
  292. package/lib/locale/uk.js.map +1 -1
  293. package/lib/locale/vi.d.ts +18 -0
  294. package/lib/locale/vi.js +18 -0
  295. package/lib/locale/vi.js.map +1 -1
  296. package/lib/locale/zh-Hans.d.ts +18 -0
  297. package/lib/locale/zh-Hans.js +18 -0
  298. package/lib/locale/zh-Hans.js.map +1 -1
  299. package/lib/locale/zh-Hant.d.ts +18 -0
  300. package/lib/locale/zh-Hant.js +18 -0
  301. package/lib/locale/zh-Hant.js.map +1 -1
  302. package/lib/util/helpers.d.ts +3 -0
  303. package/lib/util/helpers.js +4 -0
  304. package/lib/util/helpers.js.map +1 -1
  305. package/lib/util/indentLines.d.ts +17 -0
  306. package/lib/util/indentLines.js +34 -0
  307. package/lib/util/indentLines.js.map +1 -0
  308. package/lib/util/index.d.ts +1 -0
  309. package/lib/util/index.js +1 -0
  310. package/lib/util/index.js.map +1 -1
  311. package/package.json +2 -2
  312. package/lib/components/VKbd/VKbd.sass +0 -15
  313. package/lib/composables/hotkey.d.ts +0 -9
  314. package/lib/composables/hotkey.js.map +0 -1
@@ -260,6 +260,9 @@ type TemplateRef = {
260
260
  readonly el: HTMLElement | undefined;
261
261
  };
262
262
 
263
+ type IndentLinesVariant = 'default' | 'simple';
264
+ type IndentLineType = 'leaf' | 'last-leaf' | 'line' | 'leaf-link' | 'none';
265
+
263
266
  type IconValue = string | (string | [path: string, opacity: number])[] | JSXComponent;
264
267
  declare const IconValue: PropType<IconValue>;
265
268
  interface IconAliases {
@@ -305,6 +308,17 @@ interface IconAliases {
305
308
  eyeDropper: IconValue;
306
309
  upload: IconValue;
307
310
  color: IconValue;
311
+ command: IconValue;
312
+ ctrl: IconValue;
313
+ space: IconValue;
314
+ shift: IconValue;
315
+ alt: IconValue;
316
+ enter: IconValue;
317
+ arrowup: IconValue;
318
+ arrowdown: IconValue;
319
+ arrowleft: IconValue;
320
+ arrowright: IconValue;
321
+ backspace: IconValue;
308
322
  }
309
323
  interface IconProps {
310
324
  tag: string | JSXComponent;
@@ -690,6 +704,14 @@ declare function useLayout(): {
690
704
  mainStyles: Ref<CSSProperties, CSSProperties>;
691
705
  };
692
706
 
707
+ interface HotkeyOptions {
708
+ event?: MaybeRef<'keydown' | 'keyup'>;
709
+ inputs?: MaybeRef<boolean>;
710
+ preventDefault?: MaybeRef<boolean>;
711
+ sequenceTimeout?: MaybeRef<number>;
712
+ }
713
+ declare function useHotkey(keys: MaybeRef<string | undefined>, callback: (e: KeyboardEvent) => void, options?: HotkeyOptions): () => void;
714
+
693
715
  /**
694
716
  * - boolean: match without highlight
695
717
  * - number: single match (index), length already known
@@ -707,6 +729,7 @@ type FilterMode = 'some' | 'every' | 'union' | 'intersection';
707
729
  interface InternalItem<T = any> {
708
730
  value: any;
709
731
  raw: T;
732
+ type?: string;
710
733
  }
711
734
 
712
735
  type ValidationRuleParams = [any, string?];
@@ -819,9 +842,10 @@ type SelectStrategyFunction = (data: {
819
842
  selected: Map<unknown, 'on' | 'off' | 'indeterminate'>;
820
843
  children: Map<unknown, unknown[]>;
821
844
  parents: Map<unknown, unknown>;
845
+ disabled: Set<unknown>;
822
846
  event?: Event;
823
847
  }) => Map<unknown, 'on' | 'off' | 'indeterminate'>;
824
- type SelectStrategyTransformInFunction = (v: readonly unknown[] | undefined, children: Map<unknown, unknown[]>, parents: Map<unknown, unknown>) => Map<unknown, 'on' | 'off' | 'indeterminate'>;
848
+ type SelectStrategyTransformInFunction = (v: readonly unknown[] | undefined, children: Map<unknown, unknown[]>, parents: Map<unknown, unknown>, disabled: Set<unknown>) => Map<unknown, 'on' | 'off' | 'indeterminate'>;
825
849
  type SelectStrategyTransformOutFunction = (v: Map<unknown, 'on' | 'off' | 'indeterminate'>, children: Map<unknown, unknown[]>, parents: Map<unknown, unknown>) => unknown[];
826
850
  type SelectStrategy = {
827
851
  select: SelectStrategyFunction;
@@ -940,7 +964,7 @@ type DataTableHeader<T = Record<string, any>> = {
940
964
  key?: 'data-table-group' | 'data-table-select' | 'data-table-expand' | (string & {});
941
965
  value?: SelectItemKey<T>;
942
966
  title?: string;
943
- fixed?: boolean;
967
+ fixed?: boolean | 'start' | 'end';
944
968
  align?: 'start' | 'end' | 'center';
945
969
  width?: number | string;
946
970
  minWidth?: number | string;
@@ -959,13 +983,15 @@ type InternalDataTableHeader = Omit<DataTableHeader, 'key' | 'value' | 'children
959
983
  value: SelectItemKey | null;
960
984
  sortable: boolean;
961
985
  fixedOffset?: number;
986
+ fixedEndOffset?: number;
962
987
  lastFixed?: boolean;
988
+ firstFixedEnd?: boolean;
963
989
  nowrap?: boolean;
964
990
  colspan?: number;
965
991
  rowspan?: number;
966
992
  children?: InternalDataTableHeader[];
967
993
  };
968
- interface DataTableItem<T = any> extends InternalItem<T>, GroupableItem<T>, SelectableItem {
994
+ interface DataTableItem<T = any> extends Omit<InternalItem<T>, 'type'>, GroupableItem<T>, SelectableItem {
969
995
  key: any;
970
996
  index: number;
971
997
  columns: {
@@ -6895,13 +6921,14 @@ declare const VListItem: {
6895
6921
  root: {
6896
6922
  children: vue.Ref<Map<unknown, unknown[]>>;
6897
6923
  parents: vue.Ref<Map<unknown, unknown>>;
6924
+ disabled: vue.Ref<Set<unknown>>;
6898
6925
  activatable: vue.Ref<boolean>;
6899
6926
  selectable: vue.Ref<boolean>;
6900
6927
  opened: vue.Ref<Set<unknown>>;
6901
6928
  activated: vue.Ref<Set<unknown>>;
6902
6929
  selected: vue.Ref<Map<unknown, "on" | "off" | "indeterminate">>;
6903
6930
  selectedValues: vue.Ref<unknown[]>;
6904
- register: (id: unknown, parentId: unknown, isGroup?: boolean) => void;
6931
+ register: (id: unknown, parentId: unknown, isDisabled: boolean, isGroup?: boolean) => void;
6905
6932
  unregister: (id: unknown) => void;
6906
6933
  open: (id: unknown, value: boolean, event?: Event) => void;
6907
6934
  activate: (id: unknown, value: boolean, event?: Event) => void;
@@ -7028,13 +7055,14 @@ declare const VListItem: {
7028
7055
  root: {
7029
7056
  children: vue.Ref<Map<unknown, unknown[]>>;
7030
7057
  parents: vue.Ref<Map<unknown, unknown>>;
7058
+ disabled: vue.Ref<Set<unknown>>;
7031
7059
  activatable: vue.Ref<boolean>;
7032
7060
  selectable: vue.Ref<boolean>;
7033
7061
  opened: vue.Ref<Set<unknown>>;
7034
7062
  activated: vue.Ref<Set<unknown>>;
7035
7063
  selected: vue.Ref<Map<unknown, "on" | "off" | "indeterminate">>;
7036
7064
  selectedValues: vue.Ref<unknown[]>;
7037
- register: (id: unknown, parentId: unknown, isGroup?: boolean) => void;
7065
+ register: (id: unknown, parentId: unknown, isDisabled: boolean, isGroup?: boolean) => void;
7038
7066
  unregister: (id: unknown) => void;
7039
7067
  open: (id: unknown, value: boolean, event?: Event) => void;
7040
7068
  activate: (id: unknown, value: boolean, event?: Event) => void;
@@ -7150,13 +7178,14 @@ declare const VListItem: {
7150
7178
  root: {
7151
7179
  children: vue.Ref<Map<unknown, unknown[]>>;
7152
7180
  parents: vue.Ref<Map<unknown, unknown>>;
7181
+ disabled: vue.Ref<Set<unknown>>;
7153
7182
  activatable: vue.Ref<boolean>;
7154
7183
  selectable: vue.Ref<boolean>;
7155
7184
  opened: vue.Ref<Set<unknown>>;
7156
7185
  activated: vue.Ref<Set<unknown>>;
7157
7186
  selected: vue.Ref<Map<unknown, "on" | "off" | "indeterminate">>;
7158
7187
  selectedValues: vue.Ref<unknown[]>;
7159
- register: (id: unknown, parentId: unknown, isGroup?: boolean) => void;
7188
+ register: (id: unknown, parentId: unknown, isDisabled: boolean, isGroup?: boolean) => void;
7160
7189
  unregister: (id: unknown) => void;
7161
7190
  open: (id: unknown, value: boolean, event?: Event) => void;
7162
7191
  activate: (id: unknown, value: boolean, event?: Event) => void;
@@ -7386,7 +7415,8 @@ interface ListItem<T = any> extends InternalItem<T> {
7386
7415
  title: string;
7387
7416
  value: any;
7388
7417
  };
7389
- children?: ListItem<T>[];
7418
+ children: ListItem<T>[] | undefined;
7419
+ type: string;
7390
7420
  }
7391
7421
  interface ItemProps {
7392
7422
  items: any[];
@@ -7394,12 +7424,12 @@ interface ItemProps {
7394
7424
  itemValue: SelectItemKey;
7395
7425
  itemChildren: SelectItemKey;
7396
7426
  itemProps: SelectItemKey;
7427
+ itemType: SelectItemKey;
7397
7428
  returnObject: boolean;
7398
7429
  valueComparator: typeof deepEqual | undefined;
7399
7430
  }
7400
7431
 
7401
7432
  interface InternalListItem<T = any> extends ListItem<T> {
7402
- type?: 'item' | 'subheader' | 'divider';
7403
7433
  }
7404
7434
  type ItemType$6<T> = T extends readonly (infer U)[] ? U : never;
7405
7435
  declare const VList: {
@@ -7420,7 +7450,7 @@ declare const VList: {
7420
7450
  activatable: boolean;
7421
7451
  selectable: boolean;
7422
7452
  openStrategy: OpenStrategyProp;
7423
- itemType: string;
7453
+ itemType: SelectItemKey;
7424
7454
  } & {
7425
7455
  height?: string | number | undefined;
7426
7456
  width?: string | number | undefined;
@@ -7494,7 +7524,7 @@ declare const VList: {
7494
7524
  activatable: boolean;
7495
7525
  selectable: boolean;
7496
7526
  openStrategy: OpenStrategyProp;
7497
- itemType: string;
7527
+ itemType: SelectItemKey;
7498
7528
  }, true, {}, vue.SlotsType<Partial<{
7499
7529
  title: (arg: ListItemTitleSlot & {
7500
7530
  item: any;
@@ -7545,7 +7575,7 @@ declare const VList: {
7545
7575
  activatable: boolean;
7546
7576
  selectable: boolean;
7547
7577
  openStrategy: OpenStrategyProp;
7548
- itemType: string;
7578
+ itemType: SelectItemKey;
7549
7579
  } & {
7550
7580
  height?: string | number | undefined;
7551
7581
  width?: string | number | undefined;
@@ -7600,7 +7630,7 @@ declare const VList: {
7600
7630
  activatable: boolean;
7601
7631
  selectable: boolean;
7602
7632
  openStrategy: OpenStrategyProp;
7603
- itemType: string;
7633
+ itemType: SelectItemKey;
7604
7634
  }>;
7605
7635
  __isFragment?: never;
7606
7636
  __isTeleport?: never;
@@ -7622,7 +7652,7 @@ declare const VList: {
7622
7652
  activatable: boolean;
7623
7653
  selectable: boolean;
7624
7654
  openStrategy: OpenStrategyProp;
7625
- itemType: string;
7655
+ itemType: SelectItemKey;
7626
7656
  } & {
7627
7657
  height?: string | number | undefined;
7628
7658
  width?: string | number | undefined;
@@ -7696,7 +7726,7 @@ declare const VList: {
7696
7726
  activatable: boolean;
7697
7727
  selectable: boolean;
7698
7728
  openStrategy: OpenStrategyProp;
7699
- itemType: string;
7729
+ itemType: SelectItemKey;
7700
7730
  }, {}, string, vue.SlotsType<Partial<{
7701
7731
  title: (arg: ListItemTitleSlot & {
7702
7732
  item: any;
@@ -7783,12 +7813,12 @@ declare const VList: {
7783
7813
  type: PropType<SelectItemKey>;
7784
7814
  default: string;
7785
7815
  };
7786
- returnObject: BooleanConstructor;
7787
- valueComparator: PropType<typeof deepEqual>;
7788
7816
  itemType: {
7789
- type: StringConstructor;
7817
+ type: PropType<SelectItemKey>;
7790
7818
  default: string;
7791
7819
  };
7820
+ returnObject: BooleanConstructor;
7821
+ valueComparator: PropType<typeof deepEqual>;
7792
7822
  elevation: {
7793
7823
  type: (StringConstructor | NumberConstructor)[];
7794
7824
  validator(v: any): boolean;
@@ -7890,12 +7920,12 @@ declare const VList: {
7890
7920
  type: PropType<SelectItemKey>;
7891
7921
  default: string;
7892
7922
  };
7893
- returnObject: BooleanConstructor;
7894
- valueComparator: PropType<typeof deepEqual>;
7895
7923
  itemType: {
7896
- type: StringConstructor;
7924
+ type: PropType<SelectItemKey>;
7897
7925
  default: string;
7898
7926
  };
7927
+ returnObject: BooleanConstructor;
7928
+ valueComparator: PropType<typeof deepEqual>;
7899
7929
  elevation: {
7900
7930
  type: (StringConstructor | NumberConstructor)[];
7901
7931
  validator(v: any): boolean;
@@ -7963,6 +7993,7 @@ type VList = InstanceType<typeof VList>;
7963
7993
  declare const VListGroup: {
7964
7994
  new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
7965
7995
  style: vue.StyleValue;
7996
+ disabled: boolean;
7966
7997
  tag: string | JSXComponent;
7967
7998
  subgroup: boolean;
7968
7999
  collapseIcon: IconValue;
@@ -8003,6 +8034,7 @@ declare const VListGroup: {
8003
8034
  isOpen: vue.ComputedRef<boolean>;
8004
8035
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
8005
8036
  style: vue.StyleValue;
8037
+ disabled: boolean;
8006
8038
  tag: string | JSXComponent;
8007
8039
  subgroup: boolean;
8008
8040
  collapseIcon: IconValue;
@@ -8023,6 +8055,7 @@ declare const VListGroup: {
8023
8055
  Defaults: {};
8024
8056
  }, {
8025
8057
  style: vue.StyleValue;
8058
+ disabled: boolean;
8026
8059
  tag: string | JSXComponent;
8027
8060
  subgroup: boolean;
8028
8061
  collapseIcon: IconValue;
@@ -8063,6 +8096,7 @@ declare const VListGroup: {
8063
8096
  isOpen: vue.ComputedRef<boolean>;
8064
8097
  }, {}, {}, {}, {
8065
8098
  style: vue.StyleValue;
8099
+ disabled: boolean;
8066
8100
  tag: string | JSXComponent;
8067
8101
  subgroup: boolean;
8068
8102
  collapseIcon: IconValue;
@@ -8074,6 +8108,7 @@ declare const VListGroup: {
8074
8108
  __isSuspense?: never;
8075
8109
  } & vue.ComponentOptionsBase<{
8076
8110
  style: vue.StyleValue;
8111
+ disabled: boolean;
8077
8112
  tag: string | JSXComponent;
8078
8113
  subgroup: boolean;
8079
8114
  collapseIcon: IconValue;
@@ -8114,6 +8149,7 @@ declare const VListGroup: {
8114
8149
  isOpen: vue.ComputedRef<boolean>;
8115
8150
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
8116
8151
  style: vue.StyleValue;
8152
+ disabled: boolean;
8117
8153
  tag: string | JSXComponent;
8118
8154
  subgroup: boolean;
8119
8155
  collapseIcon: IconValue;
@@ -8142,6 +8178,7 @@ declare const VListGroup: {
8142
8178
  type: vue.PropType<IconValue>;
8143
8179
  default: string;
8144
8180
  };
8181
+ disabled: BooleanConstructor;
8145
8182
  expandIcon: {
8146
8183
  type: vue.PropType<IconValue>;
8147
8184
  default: string;
@@ -8170,6 +8207,7 @@ declare const VListGroup: {
8170
8207
  type: vue.PropType<IconValue>;
8171
8208
  default: string;
8172
8209
  };
8210
+ disabled: BooleanConstructor;
8173
8211
  expandIcon: {
8174
8212
  type: vue.PropType<IconValue>;
8175
8213
  default: string;
@@ -11149,6 +11187,7 @@ declare const VAutocomplete: {
11149
11187
  hideSpinButtons: boolean;
11150
11188
  persistentHint: boolean;
11151
11189
  itemChildren: SelectItemKey;
11190
+ itemType: SelectItemKey;
11152
11191
  clearable: boolean;
11153
11192
  persistentClear: boolean;
11154
11193
  singleLine: boolean;
@@ -11219,7 +11258,7 @@ declare const VAutocomplete: {
11219
11258
  activatable: boolean;
11220
11259
  selectable: boolean;
11221
11260
  openStrategy: OpenStrategyProp;
11222
- itemType: string;
11261
+ itemType: SelectItemKey;
11223
11262
  }> & Omit<{
11224
11263
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
11225
11264
  nav: boolean;
@@ -11237,7 +11276,7 @@ declare const VAutocomplete: {
11237
11276
  activatable: boolean;
11238
11277
  selectable: boolean;
11239
11278
  openStrategy: OpenStrategyProp;
11240
- itemType: string;
11279
+ itemType: SelectItemKey;
11241
11280
  height?: string | number | undefined;
11242
11281
  width?: string | number | undefined;
11243
11282
  border?: string | number | boolean | undefined;
@@ -13583,6 +13622,7 @@ declare const VAutocomplete: {
13583
13622
  hideSpinButtons: boolean;
13584
13623
  persistentHint: boolean;
13585
13624
  itemChildren: SelectItemKey;
13625
+ itemType: SelectItemKey;
13586
13626
  clearable: boolean;
13587
13627
  persistentClear: boolean;
13588
13628
  singleLine: boolean;
@@ -13679,6 +13719,7 @@ declare const VAutocomplete: {
13679
13719
  hideSpinButtons: boolean;
13680
13720
  persistentHint: boolean;
13681
13721
  itemChildren: SelectItemKey;
13722
+ itemType: SelectItemKey;
13682
13723
  clearable: boolean;
13683
13724
  persistentClear: boolean;
13684
13725
  singleLine: boolean;
@@ -13749,7 +13790,7 @@ declare const VAutocomplete: {
13749
13790
  activatable: boolean;
13750
13791
  selectable: boolean;
13751
13792
  openStrategy: OpenStrategyProp;
13752
- itemType: string;
13793
+ itemType: SelectItemKey;
13753
13794
  }> & Omit<{
13754
13795
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
13755
13796
  nav: boolean;
@@ -13767,7 +13808,7 @@ declare const VAutocomplete: {
13767
13808
  activatable: boolean;
13768
13809
  selectable: boolean;
13769
13810
  openStrategy: OpenStrategyProp;
13770
- itemType: string;
13811
+ itemType: SelectItemKey;
13771
13812
  height?: string | number | undefined;
13772
13813
  width?: string | number | undefined;
13773
13814
  border?: string | number | boolean | undefined;
@@ -16108,6 +16149,7 @@ declare const VAutocomplete: {
16108
16149
  hideSpinButtons: boolean;
16109
16150
  persistentHint: boolean;
16110
16151
  itemChildren: SelectItemKey;
16152
+ itemType: SelectItemKey;
16111
16153
  clearable: boolean;
16112
16154
  persistentClear: boolean;
16113
16155
  singleLine: boolean;
@@ -16161,6 +16203,7 @@ declare const VAutocomplete: {
16161
16203
  hideSpinButtons: boolean;
16162
16204
  persistentHint: boolean;
16163
16205
  itemChildren: SelectItemKey;
16206
+ itemType: SelectItemKey;
16164
16207
  clearable: boolean;
16165
16208
  persistentClear: boolean;
16166
16209
  singleLine: boolean;
@@ -16231,7 +16274,7 @@ declare const VAutocomplete: {
16231
16274
  activatable: boolean;
16232
16275
  selectable: boolean;
16233
16276
  openStrategy: OpenStrategyProp;
16234
- itemType: string;
16277
+ itemType: SelectItemKey;
16235
16278
  }> & Omit<{
16236
16279
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
16237
16280
  nav: boolean;
@@ -16249,7 +16292,7 @@ declare const VAutocomplete: {
16249
16292
  activatable: boolean;
16250
16293
  selectable: boolean;
16251
16294
  openStrategy: OpenStrategyProp;
16252
- itemType: string;
16295
+ itemType: SelectItemKey;
16253
16296
  height?: string | number | undefined;
16254
16297
  width?: string | number | undefined;
16255
16298
  border?: string | number | boolean | undefined;
@@ -18595,6 +18638,7 @@ declare const VAutocomplete: {
18595
18638
  hideSpinButtons: boolean;
18596
18639
  persistentHint: boolean;
18597
18640
  itemChildren: SelectItemKey;
18641
+ itemType: SelectItemKey;
18598
18642
  clearable: boolean;
18599
18643
  persistentClear: boolean;
18600
18644
  singleLine: boolean;
@@ -18829,6 +18873,10 @@ declare const VAutocomplete: {
18829
18873
  type: PropType<SelectItemKey>;
18830
18874
  default: string;
18831
18875
  };
18876
+ itemType: {
18877
+ type: PropType<SelectItemKey>;
18878
+ default: string;
18879
+ };
18832
18880
  returnObject: BooleanConstructor;
18833
18881
  valueComparator: PropType<typeof deepEqual>;
18834
18882
  chips: BooleanConstructor;
@@ -19024,6 +19072,10 @@ declare const VAutocomplete: {
19024
19072
  type: PropType<SelectItemKey>;
19025
19073
  default: string;
19026
19074
  };
19075
+ itemType: {
19076
+ type: PropType<SelectItemKey>;
19077
+ default: string;
19078
+ };
19027
19079
  returnObject: BooleanConstructor;
19028
19080
  valueComparator: PropType<typeof deepEqual>;
19029
19081
  chips: BooleanConstructor;
@@ -29043,6 +29095,7 @@ declare const VCombobox: {
29043
29095
  hideSpinButtons: boolean;
29044
29096
  persistentHint: boolean;
29045
29097
  itemChildren: SelectItemKey;
29098
+ itemType: SelectItemKey;
29046
29099
  clearable: boolean;
29047
29100
  persistentClear: boolean;
29048
29101
  singleLine: boolean;
@@ -29113,7 +29166,7 @@ declare const VCombobox: {
29113
29166
  activatable: boolean;
29114
29167
  selectable: boolean;
29115
29168
  openStrategy: OpenStrategyProp;
29116
- itemType: string;
29169
+ itemType: SelectItemKey;
29117
29170
  }> & Omit<{
29118
29171
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
29119
29172
  nav: boolean;
@@ -29131,7 +29184,7 @@ declare const VCombobox: {
29131
29184
  activatable: boolean;
29132
29185
  selectable: boolean;
29133
29186
  openStrategy: OpenStrategyProp;
29134
- itemType: string;
29187
+ itemType: SelectItemKey;
29135
29188
  height?: string | number | undefined;
29136
29189
  width?: string | number | undefined;
29137
29190
  border?: string | number | boolean | undefined;
@@ -31475,6 +31528,7 @@ declare const VCombobox: {
31475
31528
  hideSpinButtons: boolean;
31476
31529
  persistentHint: boolean;
31477
31530
  itemChildren: SelectItemKey;
31531
+ itemType: SelectItemKey;
31478
31532
  clearable: boolean;
31479
31533
  persistentClear: boolean;
31480
31534
  singleLine: boolean;
@@ -31571,6 +31625,7 @@ declare const VCombobox: {
31571
31625
  hideSpinButtons: boolean;
31572
31626
  persistentHint: boolean;
31573
31627
  itemChildren: SelectItemKey;
31628
+ itemType: SelectItemKey;
31574
31629
  clearable: boolean;
31575
31630
  persistentClear: boolean;
31576
31631
  singleLine: boolean;
@@ -31641,7 +31696,7 @@ declare const VCombobox: {
31641
31696
  activatable: boolean;
31642
31697
  selectable: boolean;
31643
31698
  openStrategy: OpenStrategyProp;
31644
- itemType: string;
31699
+ itemType: SelectItemKey;
31645
31700
  }> & Omit<{
31646
31701
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
31647
31702
  nav: boolean;
@@ -31659,7 +31714,7 @@ declare const VCombobox: {
31659
31714
  activatable: boolean;
31660
31715
  selectable: boolean;
31661
31716
  openStrategy: OpenStrategyProp;
31662
- itemType: string;
31717
+ itemType: SelectItemKey;
31663
31718
  height?: string | number | undefined;
31664
31719
  width?: string | number | undefined;
31665
31720
  border?: string | number | boolean | undefined;
@@ -33998,6 +34053,7 @@ declare const VCombobox: {
33998
34053
  hideSpinButtons: boolean;
33999
34054
  persistentHint: boolean;
34000
34055
  itemChildren: SelectItemKey;
34056
+ itemType: SelectItemKey;
34001
34057
  clearable: boolean;
34002
34058
  persistentClear: boolean;
34003
34059
  singleLine: boolean;
@@ -34051,6 +34107,7 @@ declare const VCombobox: {
34051
34107
  hideSpinButtons: boolean;
34052
34108
  persistentHint: boolean;
34053
34109
  itemChildren: SelectItemKey;
34110
+ itemType: SelectItemKey;
34054
34111
  clearable: boolean;
34055
34112
  persistentClear: boolean;
34056
34113
  singleLine: boolean;
@@ -34121,7 +34178,7 @@ declare const VCombobox: {
34121
34178
  activatable: boolean;
34122
34179
  selectable: boolean;
34123
34180
  openStrategy: OpenStrategyProp;
34124
- itemType: string;
34181
+ itemType: SelectItemKey;
34125
34182
  }> & Omit<{
34126
34183
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
34127
34184
  nav: boolean;
@@ -34139,7 +34196,7 @@ declare const VCombobox: {
34139
34196
  activatable: boolean;
34140
34197
  selectable: boolean;
34141
34198
  openStrategy: OpenStrategyProp;
34142
- itemType: string;
34199
+ itemType: SelectItemKey;
34143
34200
  height?: string | number | undefined;
34144
34201
  width?: string | number | undefined;
34145
34202
  border?: string | number | boolean | undefined;
@@ -36483,6 +36540,7 @@ declare const VCombobox: {
36483
36540
  hideSpinButtons: boolean;
36484
36541
  persistentHint: boolean;
36485
36542
  itemChildren: SelectItemKey;
36543
+ itemType: SelectItemKey;
36486
36544
  clearable: boolean;
36487
36545
  persistentClear: boolean;
36488
36546
  singleLine: boolean;
@@ -36717,6 +36775,10 @@ declare const VCombobox: {
36717
36775
  type: PropType<SelectItemKey>;
36718
36776
  default: string;
36719
36777
  };
36778
+ itemType: {
36779
+ type: PropType<SelectItemKey>;
36780
+ default: string;
36781
+ };
36720
36782
  returnObject: {
36721
36783
  type: PropType<boolean>;
36722
36784
  default: boolean;
@@ -36921,6 +36983,10 @@ declare const VCombobox: {
36921
36983
  type: PropType<SelectItemKey>;
36922
36984
  default: string;
36923
36985
  };
36986
+ itemType: {
36987
+ type: PropType<SelectItemKey>;
36988
+ default: string;
36989
+ };
36924
36990
  returnObject: {
36925
36991
  type: PropType<boolean>;
36926
36992
  default: boolean;
@@ -37127,7 +37193,7 @@ interface DataIteratorItemProps {
37127
37193
  itemSelectable: SelectItemKey;
37128
37194
  returnObject: boolean;
37129
37195
  }
37130
- interface DataIteratorItem<T = any> extends GroupableItem<T>, SelectableItem {
37196
+ interface DataIteratorItem<T = any> extends Omit<InternalItem<T>, 'type'>, GroupableItem<T>, SelectableItem {
37131
37197
  value: unknown;
37132
37198
  }
37133
37199
 
@@ -37650,7 +37716,6 @@ declare const VDataTableHeaders: {
37650
37716
  sticky: boolean;
37651
37717
  multiSort: boolean;
37652
37718
  disableSort: boolean;
37653
- lastFixed: boolean;
37654
37719
  fixedHeader: boolean;
37655
37720
  sortAscIcon: IconValue;
37656
37721
  sortDescIcon: IconValue;
@@ -37685,7 +37750,6 @@ declare const VDataTableHeaders: {
37685
37750
  sticky: boolean;
37686
37751
  multiSort: boolean;
37687
37752
  disableSort: boolean;
37688
- lastFixed: boolean;
37689
37753
  fixedHeader: boolean;
37690
37754
  sortAscIcon: IconValue;
37691
37755
  sortDescIcon: IconValue;
@@ -37707,7 +37771,6 @@ declare const VDataTableHeaders: {
37707
37771
  sticky: boolean;
37708
37772
  multiSort: boolean;
37709
37773
  disableSort: boolean;
37710
- lastFixed: boolean;
37711
37774
  fixedHeader: boolean;
37712
37775
  sortAscIcon: IconValue;
37713
37776
  sortDescIcon: IconValue;
@@ -37742,7 +37805,6 @@ declare const VDataTableHeaders: {
37742
37805
  sticky: boolean;
37743
37806
  multiSort: boolean;
37744
37807
  disableSort: boolean;
37745
- lastFixed: boolean;
37746
37808
  fixedHeader: boolean;
37747
37809
  sortAscIcon: IconValue;
37748
37810
  sortDescIcon: IconValue;
@@ -37755,7 +37817,6 @@ declare const VDataTableHeaders: {
37755
37817
  sticky: boolean;
37756
37818
  multiSort: boolean;
37757
37819
  disableSort: boolean;
37758
- lastFixed: boolean;
37759
37820
  fixedHeader: boolean;
37760
37821
  sortAscIcon: IconValue;
37761
37822
  sortDescIcon: IconValue;
@@ -37790,7 +37851,6 @@ declare const VDataTableHeaders: {
37790
37851
  sticky: boolean;
37791
37852
  multiSort: boolean;
37792
37853
  disableSort: boolean;
37793
- lastFixed: boolean;
37794
37854
  fixedHeader: boolean;
37795
37855
  sortAscIcon: IconValue;
37796
37856
  sortDescIcon: IconValue;
@@ -37810,7 +37870,6 @@ declare const VDataTableHeaders: {
37810
37870
  color: StringConstructor;
37811
37871
  disableSort: BooleanConstructor;
37812
37872
  fixedHeader: BooleanConstructor;
37813
- lastFixed: BooleanConstructor;
37814
37873
  multiSort: BooleanConstructor;
37815
37874
  sortAscIcon: {
37816
37875
  type: PropType<IconValue>;
@@ -37834,7 +37893,6 @@ declare const VDataTableHeaders: {
37834
37893
  color: StringConstructor;
37835
37894
  disableSort: BooleanConstructor;
37836
37895
  fixedHeader: BooleanConstructor;
37837
- lastFixed: BooleanConstructor;
37838
37896
  multiSort: BooleanConstructor;
37839
37897
  sortAscIcon: {
37840
37898
  type: PropType<IconValue>;
@@ -38409,7 +38467,6 @@ declare const VDataTable: {
38409
38467
  value: number;
38410
38468
  })[];
38411
38469
  showCurrentPage: boolean;
38412
- lastFixed: boolean;
38413
38470
  fixedHeader: boolean;
38414
38471
  sortAscIcon: IconValue;
38415
38472
  sortDescIcon: IconValue;
@@ -38490,7 +38547,6 @@ declare const VDataTable: {
38490
38547
  value: number;
38491
38548
  })[];
38492
38549
  showCurrentPage: boolean;
38493
- lastFixed: boolean;
38494
38550
  fixedHeader: boolean;
38495
38551
  sortAscIcon: IconValue;
38496
38552
  sortDescIcon: IconValue;
@@ -38592,7 +38648,6 @@ declare const VDataTable: {
38592
38648
  value: number;
38593
38649
  })[];
38594
38650
  showCurrentPage: boolean;
38595
- lastFixed: boolean;
38596
38651
  fixedHeader: boolean;
38597
38652
  sortAscIcon: IconValue;
38598
38653
  sortDescIcon: IconValue;
@@ -38664,7 +38719,6 @@ declare const VDataTable: {
38664
38719
  value: number;
38665
38720
  })[];
38666
38721
  showCurrentPage: boolean;
38667
- lastFixed: boolean;
38668
38722
  fixedHeader: boolean;
38669
38723
  sortAscIcon: IconValue;
38670
38724
  sortDescIcon: IconValue;
@@ -38718,7 +38772,6 @@ declare const VDataTable: {
38718
38772
  value: number;
38719
38773
  })[];
38720
38774
  showCurrentPage: boolean;
38721
- lastFixed: boolean;
38722
38775
  fixedHeader: boolean;
38723
38776
  sortAscIcon: IconValue;
38724
38777
  sortDescIcon: IconValue;
@@ -38799,7 +38852,6 @@ declare const VDataTable: {
38799
38852
  value: number;
38800
38853
  })[];
38801
38854
  showCurrentPage: boolean;
38802
- lastFixed: boolean;
38803
38855
  fixedHeader: boolean;
38804
38856
  sortAscIcon: IconValue;
38805
38857
  sortDescIcon: IconValue;
@@ -38953,7 +39005,6 @@ declare const VDataTable: {
38953
39005
  mobileBreakpoint: vue.PropType<number | DisplayBreakpoint>;
38954
39006
  color: StringConstructor;
38955
39007
  disableSort: BooleanConstructor;
38956
- lastFixed: BooleanConstructor;
38957
39008
  multiSort: BooleanConstructor;
38958
39009
  sortAscIcon: {
38959
39010
  type: vue.PropType<IconValue>;
@@ -39126,7 +39177,6 @@ declare const VDataTable: {
39126
39177
  mobileBreakpoint: vue.PropType<number | DisplayBreakpoint>;
39127
39178
  color: StringConstructor;
39128
39179
  disableSort: BooleanConstructor;
39129
- lastFixed: BooleanConstructor;
39130
39180
  multiSort: BooleanConstructor;
39131
39181
  sortAscIcon: {
39132
39182
  type: vue.PropType<IconValue>;
@@ -39500,7 +39550,6 @@ declare const VDataTableVirtual: {
39500
39550
  itemKey: SelectItemKey;
39501
39551
  hideNoData: boolean;
39502
39552
  hover: boolean;
39503
- lastFixed: boolean;
39504
39553
  fixedHeader: boolean;
39505
39554
  sortAscIcon: IconValue;
39506
39555
  sortDescIcon: IconValue;
@@ -39562,7 +39611,6 @@ declare const VDataTableVirtual: {
39562
39611
  itemKey: SelectItemKey;
39563
39612
  hideNoData: boolean;
39564
39613
  hover: boolean;
39565
- lastFixed: boolean;
39566
39614
  fixedHeader: boolean;
39567
39615
  sortAscIcon: IconValue;
39568
39616
  sortDescIcon: IconValue;
@@ -39647,7 +39695,6 @@ declare const VDataTableVirtual: {
39647
39695
  itemKey: SelectItemKey;
39648
39696
  hideNoData: boolean;
39649
39697
  hover: boolean;
39650
- lastFixed: boolean;
39651
39698
  fixedHeader: boolean;
39652
39699
  sortAscIcon: IconValue;
39653
39700
  sortDescIcon: IconValue;
@@ -39703,7 +39750,6 @@ declare const VDataTableVirtual: {
39703
39750
  itemKey: SelectItemKey;
39704
39751
  hideNoData: boolean;
39705
39752
  hover: boolean;
39706
- lastFixed: boolean;
39707
39753
  fixedHeader: boolean;
39708
39754
  sortAscIcon: IconValue;
39709
39755
  sortDescIcon: IconValue;
@@ -39741,7 +39787,6 @@ declare const VDataTableVirtual: {
39741
39787
  itemKey: SelectItemKey;
39742
39788
  hideNoData: boolean;
39743
39789
  hover: boolean;
39744
- lastFixed: boolean;
39745
39790
  fixedHeader: boolean;
39746
39791
  sortAscIcon: IconValue;
39747
39792
  sortDescIcon: IconValue;
@@ -39803,7 +39848,6 @@ declare const VDataTableVirtual: {
39803
39848
  itemKey: SelectItemKey;
39804
39849
  hideNoData: boolean;
39805
39850
  hover: boolean;
39806
- lastFixed: boolean;
39807
39851
  fixedHeader: boolean;
39808
39852
  sortAscIcon: IconValue;
39809
39853
  sortDescIcon: IconValue;
@@ -39971,7 +40015,6 @@ declare const VDataTableVirtual: {
39971
40015
  };
39972
40016
  hideNoData: BooleanConstructor;
39973
40017
  hover: BooleanConstructor;
39974
- lastFixed: BooleanConstructor;
39975
40018
  fixedHeader: BooleanConstructor;
39976
40019
  sortAscIcon: {
39977
40020
  type: vue.PropType<IconValue>;
@@ -40092,7 +40135,6 @@ declare const VDataTableVirtual: {
40092
40135
  };
40093
40136
  hideNoData: BooleanConstructor;
40094
40137
  hover: BooleanConstructor;
40095
- lastFixed: BooleanConstructor;
40096
40138
  fixedHeader: BooleanConstructor;
40097
40139
  sortAscIcon: {
40098
40140
  type: vue.PropType<IconValue>;
@@ -40151,7 +40193,6 @@ declare const VDataTableServer: {
40151
40193
  value: number;
40152
40194
  })[];
40153
40195
  showCurrentPage: boolean;
40154
- lastFixed: boolean;
40155
40196
  fixedHeader: boolean;
40156
40197
  sortAscIcon: IconValue;
40157
40198
  sortDescIcon: IconValue;
@@ -40225,7 +40266,6 @@ declare const VDataTableServer: {
40225
40266
  value: number;
40226
40267
  })[];
40227
40268
  showCurrentPage: boolean;
40228
- lastFixed: boolean;
40229
40269
  fixedHeader: boolean;
40230
40270
  sortAscIcon: IconValue;
40231
40271
  sortDescIcon: IconValue;
@@ -40326,7 +40366,6 @@ declare const VDataTableServer: {
40326
40366
  value: number;
40327
40367
  })[];
40328
40368
  showCurrentPage: boolean;
40329
- lastFixed: boolean;
40330
40369
  fixedHeader: boolean;
40331
40370
  sortAscIcon: IconValue;
40332
40371
  sortDescIcon: IconValue;
@@ -40392,7 +40431,6 @@ declare const VDataTableServer: {
40392
40431
  value: number;
40393
40432
  })[];
40394
40433
  showCurrentPage: boolean;
40395
- lastFixed: boolean;
40396
40434
  fixedHeader: boolean;
40397
40435
  sortAscIcon: IconValue;
40398
40436
  sortDescIcon: IconValue;
@@ -40445,7 +40483,6 @@ declare const VDataTableServer: {
40445
40483
  value: number;
40446
40484
  })[];
40447
40485
  showCurrentPage: boolean;
40448
- lastFixed: boolean;
40449
40486
  fixedHeader: boolean;
40450
40487
  sortAscIcon: IconValue;
40451
40488
  sortDescIcon: IconValue;
@@ -40519,7 +40556,6 @@ declare const VDataTableServer: {
40519
40556
  value: number;
40520
40557
  })[];
40521
40558
  showCurrentPage: boolean;
40522
- lastFixed: boolean;
40523
40559
  fixedHeader: boolean;
40524
40560
  sortAscIcon: IconValue;
40525
40561
  sortDescIcon: IconValue;
@@ -40665,7 +40701,6 @@ declare const VDataTableServer: {
40665
40701
  mobileBreakpoint: vue.PropType<number | DisplayBreakpoint>;
40666
40702
  color: StringConstructor;
40667
40703
  disableSort: BooleanConstructor;
40668
- lastFixed: BooleanConstructor;
40669
40704
  multiSort: BooleanConstructor;
40670
40705
  sortAscIcon: {
40671
40706
  type: vue.PropType<IconValue>;
@@ -40834,7 +40869,6 @@ declare const VDataTableServer: {
40834
40869
  mobileBreakpoint: vue.PropType<number | DisplayBreakpoint>;
40835
40870
  color: StringConstructor;
40836
40871
  disableSort: BooleanConstructor;
40837
- lastFixed: BooleanConstructor;
40838
40872
  multiSort: BooleanConstructor;
40839
40873
  sortAscIcon: {
40840
40874
  type: vue.PropType<IconValue>;
@@ -65185,6 +65219,7 @@ declare const VSelect: {
65185
65219
  hideSpinButtons: boolean;
65186
65220
  persistentHint: boolean;
65187
65221
  itemChildren: SelectItemKey;
65222
+ itemType: SelectItemKey;
65188
65223
  clearable: boolean;
65189
65224
  persistentClear: boolean;
65190
65225
  singleLine: boolean;
@@ -65251,7 +65286,7 @@ declare const VSelect: {
65251
65286
  activatable: boolean;
65252
65287
  selectable: boolean;
65253
65288
  openStrategy: OpenStrategyProp;
65254
- itemType: string;
65289
+ itemType: SelectItemKey;
65255
65290
  }> & Omit<{
65256
65291
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
65257
65292
  nav: boolean;
@@ -65269,7 +65304,7 @@ declare const VSelect: {
65269
65304
  activatable: boolean;
65270
65305
  selectable: boolean;
65271
65306
  openStrategy: OpenStrategyProp;
65272
- itemType: string;
65307
+ itemType: SelectItemKey;
65273
65308
  height?: string | number | undefined;
65274
65309
  width?: string | number | undefined;
65275
65310
  border?: string | number | boolean | undefined;
@@ -67601,6 +67636,7 @@ declare const VSelect: {
67601
67636
  hideSpinButtons: boolean;
67602
67637
  persistentHint: boolean;
67603
67638
  itemChildren: SelectItemKey;
67639
+ itemType: SelectItemKey;
67604
67640
  clearable: boolean;
67605
67641
  persistentClear: boolean;
67606
67642
  singleLine: boolean;
@@ -67695,6 +67731,7 @@ declare const VSelect: {
67695
67731
  hideSpinButtons: boolean;
67696
67732
  persistentHint: boolean;
67697
67733
  itemChildren: SelectItemKey;
67734
+ itemType: SelectItemKey;
67698
67735
  clearable: boolean;
67699
67736
  persistentClear: boolean;
67700
67737
  singleLine: boolean;
@@ -67761,7 +67798,7 @@ declare const VSelect: {
67761
67798
  activatable: boolean;
67762
67799
  selectable: boolean;
67763
67800
  openStrategy: OpenStrategyProp;
67764
- itemType: string;
67801
+ itemType: SelectItemKey;
67765
67802
  }> & Omit<{
67766
67803
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
67767
67804
  nav: boolean;
@@ -67779,7 +67816,7 @@ declare const VSelect: {
67779
67816
  activatable: boolean;
67780
67817
  selectable: boolean;
67781
67818
  openStrategy: OpenStrategyProp;
67782
- itemType: string;
67819
+ itemType: SelectItemKey;
67783
67820
  height?: string | number | undefined;
67784
67821
  width?: string | number | undefined;
67785
67822
  border?: string | number | boolean | undefined;
@@ -70107,6 +70144,7 @@ declare const VSelect: {
70107
70144
  hideSpinButtons: boolean;
70108
70145
  persistentHint: boolean;
70109
70146
  itemChildren: SelectItemKey;
70147
+ itemType: SelectItemKey;
70110
70148
  clearable: boolean;
70111
70149
  persistentClear: boolean;
70112
70150
  singleLine: boolean;
@@ -70158,6 +70196,7 @@ declare const VSelect: {
70158
70196
  hideSpinButtons: boolean;
70159
70197
  persistentHint: boolean;
70160
70198
  itemChildren: SelectItemKey;
70199
+ itemType: SelectItemKey;
70161
70200
  clearable: boolean;
70162
70201
  persistentClear: boolean;
70163
70202
  singleLine: boolean;
@@ -70224,7 +70263,7 @@ declare const VSelect: {
70224
70263
  activatable: boolean;
70225
70264
  selectable: boolean;
70226
70265
  openStrategy: OpenStrategyProp;
70227
- itemType: string;
70266
+ itemType: SelectItemKey;
70228
70267
  }> & Omit<{
70229
70268
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
70230
70269
  nav: boolean;
@@ -70242,7 +70281,7 @@ declare const VSelect: {
70242
70281
  activatable: boolean;
70243
70282
  selectable: boolean;
70244
70283
  openStrategy: OpenStrategyProp;
70245
- itemType: string;
70284
+ itemType: SelectItemKey;
70246
70285
  height?: string | number | undefined;
70247
70286
  width?: string | number | undefined;
70248
70287
  border?: string | number | boolean | undefined;
@@ -72574,6 +72613,7 @@ declare const VSelect: {
72574
72613
  hideSpinButtons: boolean;
72575
72614
  persistentHint: boolean;
72576
72615
  itemChildren: SelectItemKey;
72616
+ itemType: SelectItemKey;
72577
72617
  clearable: boolean;
72578
72618
  persistentClear: boolean;
72579
72619
  singleLine: boolean;
@@ -72811,6 +72851,10 @@ declare const VSelect: {
72811
72851
  type: PropType<SelectItemKey>;
72812
72852
  default: string;
72813
72853
  };
72854
+ itemType: {
72855
+ type: PropType<SelectItemKey>;
72856
+ default: string;
72857
+ };
72814
72858
  returnObject: BooleanConstructor;
72815
72859
  valueComparator: PropType<typeof deepEqual>;
72816
72860
  chips: BooleanConstructor;
@@ -72994,6 +73038,10 @@ declare const VSelect: {
72994
73038
  type: PropType<SelectItemKey>;
72995
73039
  default: string;
72996
73040
  };
73041
+ itemType: {
73042
+ type: PropType<SelectItemKey>;
73043
+ default: string;
73044
+ };
72997
73045
  returnObject: BooleanConstructor;
72998
73046
  valueComparator: PropType<typeof deepEqual>;
72999
73047
  chips: BooleanConstructor;
@@ -88767,10 +88815,10 @@ declare const VTreeview: {
88767
88815
  tag: string | JSXComponent;
88768
88816
  lines: false | "one" | "two" | "three";
88769
88817
  mandatory: boolean;
88818
+ separateRoots: boolean;
88770
88819
  filterMode: FilterMode;
88771
88820
  noFilter: boolean;
88772
88821
  filterKeys: FilterKeys;
88773
- modelValue: unknown[];
88774
88822
  itemValue: SelectItemKey;
88775
88823
  returnObject: boolean;
88776
88824
  selectStrategy: SelectStrategyProp;
@@ -88787,6 +88835,8 @@ declare const VTreeview: {
88787
88835
  itemTitle: SelectItemKey;
88788
88836
  itemChildren: SelectItemKey;
88789
88837
  itemProps: SelectItemKey;
88838
+ itemType: SelectItemKey;
88839
+ hideActions: boolean;
88790
88840
  loadingIcon: string;
88791
88841
  openAll: boolean;
88792
88842
  } & {
@@ -88806,6 +88856,7 @@ declare const VTreeview: {
88806
88856
  elevation?: string | number | undefined;
88807
88857
  customFilter?: FilterFunction | undefined;
88808
88858
  customKeyFilter?: FilterKeyFunctions | undefined;
88859
+ modelValue?: unknown[] | undefined;
88809
88860
  opened?: any;
88810
88861
  valueComparator?: typeof deepEqual | undefined;
88811
88862
  rounded?: string | number | boolean | undefined;
@@ -88828,6 +88879,7 @@ declare const VTreeview: {
88828
88879
  value: boolean;
88829
88880
  path: unknown[];
88830
88881
  }) => void) | undefined;
88882
+ indentLines?: boolean | IndentLinesVariant | undefined;
88831
88883
  selectedColor?: string | undefined;
88832
88884
  loadChildren?: ((item: unknown) => Promise<void>) | undefined;
88833
88885
  } & {
@@ -88867,10 +88919,10 @@ declare const VTreeview: {
88867
88919
  tag: string | JSXComponent;
88868
88920
  lines: false | "one" | "two" | "three";
88869
88921
  mandatory: boolean;
88922
+ separateRoots: boolean;
88870
88923
  filterMode: FilterMode;
88871
88924
  noFilter: boolean;
88872
88925
  filterKeys: FilterKeys;
88873
- modelValue: unknown[];
88874
88926
  itemValue: SelectItemKey;
88875
88927
  returnObject: boolean;
88876
88928
  selectStrategy: SelectStrategyProp;
@@ -88889,6 +88941,8 @@ declare const VTreeview: {
88889
88941
  itemTitle: SelectItemKey;
88890
88942
  itemChildren: SelectItemKey;
88891
88943
  itemProps: SelectItemKey;
88944
+ itemType: SelectItemKey;
88945
+ hideActions: boolean;
88892
88946
  loadingIcon: string;
88893
88947
  openAll: boolean;
88894
88948
  }, true, {}, vue.SlotsType<Partial<{
@@ -88931,10 +88985,10 @@ declare const VTreeview: {
88931
88985
  tag: string | JSXComponent;
88932
88986
  lines: false | "one" | "two" | "three";
88933
88987
  mandatory: boolean;
88988
+ separateRoots: boolean;
88934
88989
  filterMode: FilterMode;
88935
88990
  noFilter: boolean;
88936
88991
  filterKeys: FilterKeys;
88937
- modelValue: unknown[];
88938
88992
  itemValue: SelectItemKey;
88939
88993
  returnObject: boolean;
88940
88994
  selectStrategy: SelectStrategyProp;
@@ -88951,6 +89005,8 @@ declare const VTreeview: {
88951
89005
  itemTitle: SelectItemKey;
88952
89006
  itemChildren: SelectItemKey;
88953
89007
  itemProps: SelectItemKey;
89008
+ itemType: SelectItemKey;
89009
+ hideActions: boolean;
88954
89010
  loadingIcon: string;
88955
89011
  openAll: boolean;
88956
89012
  } & {
@@ -88970,6 +89026,7 @@ declare const VTreeview: {
88970
89026
  elevation?: string | number | undefined;
88971
89027
  customFilter?: FilterFunction | undefined;
88972
89028
  customKeyFilter?: FilterKeyFunctions | undefined;
89029
+ modelValue?: unknown[] | undefined;
88973
89030
  opened?: any;
88974
89031
  valueComparator?: typeof deepEqual | undefined;
88975
89032
  rounded?: string | number | boolean | undefined;
@@ -88992,6 +89049,7 @@ declare const VTreeview: {
88992
89049
  value: boolean;
88993
89050
  path: unknown[];
88994
89051
  }) => void) | undefined;
89052
+ indentLines?: boolean | IndentLinesVariant | undefined;
88995
89053
  selectedColor?: string | undefined;
88996
89054
  loadChildren?: ((item: unknown) => Promise<void>) | undefined;
88997
89055
  } & {
@@ -89016,10 +89074,10 @@ declare const VTreeview: {
89016
89074
  tag: string | JSXComponent;
89017
89075
  lines: false | "one" | "two" | "three";
89018
89076
  mandatory: boolean;
89077
+ separateRoots: boolean;
89019
89078
  filterMode: FilterMode;
89020
89079
  noFilter: boolean;
89021
89080
  filterKeys: FilterKeys;
89022
- modelValue: unknown[];
89023
89081
  itemValue: SelectItemKey;
89024
89082
  returnObject: boolean;
89025
89083
  selectStrategy: SelectStrategyProp;
@@ -89038,6 +89096,8 @@ declare const VTreeview: {
89038
89096
  itemTitle: SelectItemKey;
89039
89097
  itemChildren: SelectItemKey;
89040
89098
  itemProps: SelectItemKey;
89099
+ itemType: SelectItemKey;
89100
+ hideActions: boolean;
89041
89101
  loadingIcon: string;
89042
89102
  openAll: boolean;
89043
89103
  }>;
@@ -89051,10 +89111,10 @@ declare const VTreeview: {
89051
89111
  tag: string | JSXComponent;
89052
89112
  lines: false | "one" | "two" | "three";
89053
89113
  mandatory: boolean;
89114
+ separateRoots: boolean;
89054
89115
  filterMode: FilterMode;
89055
89116
  noFilter: boolean;
89056
89117
  filterKeys: FilterKeys;
89057
- modelValue: unknown[];
89058
89118
  itemValue: SelectItemKey;
89059
89119
  returnObject: boolean;
89060
89120
  selectStrategy: SelectStrategyProp;
@@ -89071,6 +89131,8 @@ declare const VTreeview: {
89071
89131
  itemTitle: SelectItemKey;
89072
89132
  itemChildren: SelectItemKey;
89073
89133
  itemProps: SelectItemKey;
89134
+ itemType: SelectItemKey;
89135
+ hideActions: boolean;
89074
89136
  loadingIcon: string;
89075
89137
  openAll: boolean;
89076
89138
  } & {
@@ -89090,6 +89152,7 @@ declare const VTreeview: {
89090
89152
  elevation?: string | number | undefined;
89091
89153
  customFilter?: FilterFunction | undefined;
89092
89154
  customKeyFilter?: FilterKeyFunctions | undefined;
89155
+ modelValue?: unknown[] | undefined;
89093
89156
  opened?: any;
89094
89157
  valueComparator?: typeof deepEqual | undefined;
89095
89158
  rounded?: string | number | boolean | undefined;
@@ -89112,6 +89175,7 @@ declare const VTreeview: {
89112
89175
  value: boolean;
89113
89176
  path: unknown[];
89114
89177
  }) => void) | undefined;
89178
+ indentLines?: boolean | IndentLinesVariant | undefined;
89115
89179
  selectedColor?: string | undefined;
89116
89180
  loadChildren?: ((item: unknown) => Promise<void>) | undefined;
89117
89181
  } & {
@@ -89151,10 +89215,10 @@ declare const VTreeview: {
89151
89215
  tag: string | JSXComponent;
89152
89216
  lines: false | "one" | "two" | "three";
89153
89217
  mandatory: boolean;
89218
+ separateRoots: boolean;
89154
89219
  filterMode: FilterMode;
89155
89220
  noFilter: boolean;
89156
89221
  filterKeys: FilterKeys;
89157
- modelValue: unknown[];
89158
89222
  itemValue: SelectItemKey;
89159
89223
  returnObject: boolean;
89160
89224
  selectStrategy: SelectStrategyProp;
@@ -89173,6 +89237,8 @@ declare const VTreeview: {
89173
89237
  itemTitle: SelectItemKey;
89174
89238
  itemChildren: SelectItemKey;
89175
89239
  itemProps: SelectItemKey;
89240
+ itemType: SelectItemKey;
89241
+ hideActions: boolean;
89176
89242
  loadingIcon: string;
89177
89243
  openAll: boolean;
89178
89244
  }, {}, string, vue.SlotsType<Partial<{
@@ -89204,16 +89270,13 @@ declare const VTreeview: {
89204
89270
  }>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T>(props: {
89205
89271
  items?: T[];
89206
89272
  }, slots: VListChildrenSlots<T>) => GenericProps<typeof props, typeof slots>) & FilterPropsOptions<{
89207
- modelValue: {
89208
- type: ArrayConstructor;
89209
- default: () => never[];
89210
- };
89273
+ modelValue: ArrayConstructor;
89211
89274
  variant: Omit<{
89212
- type: vue.PropType<Variant$2>;
89275
+ type: PropType<Variant$2>;
89213
89276
  default: string;
89214
89277
  validator: (v: any) => boolean;
89215
89278
  }, "type" | "default"> & {
89216
- type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
89279
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
89217
89280
  default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
89218
89281
  };
89219
89282
  height: (StringConstructor | NumberConstructor)[];
@@ -89225,19 +89288,19 @@ declare const VTreeview: {
89225
89288
  minHeight: (StringConstructor | NumberConstructor)[];
89226
89289
  minWidth: (StringConstructor | NumberConstructor)[];
89227
89290
  style: {
89228
- type: vue.PropType<vue.StyleValue>;
89291
+ type: PropType<vue.StyleValue>;
89229
89292
  default: null;
89230
89293
  };
89231
89294
  disabled: BooleanConstructor;
89232
89295
  activated: null;
89233
- class: vue.PropType<ClassValue>;
89296
+ class: PropType<ClassValue>;
89234
89297
  theme: StringConstructor;
89235
89298
  tag: {
89236
- type: vue.PropType<string | JSXComponent>;
89299
+ type: PropType<string | JSXComponent>;
89237
89300
  default: string;
89238
89301
  };
89239
89302
  lines: {
89240
- type: vue.PropType<"one" | "two" | "three" | false>;
89303
+ type: PropType<"one" | "two" | "three" | false>;
89241
89304
  default: string;
89242
89305
  };
89243
89306
  mandatory: BooleanConstructor;
@@ -89248,21 +89311,21 @@ declare const VTreeview: {
89248
89311
  };
89249
89312
  opened: null;
89250
89313
  items: {
89251
- type: vue.PropType<ItemProps["items"]>;
89314
+ type: PropType<ItemProps["items"]>;
89252
89315
  default: () => never[];
89253
89316
  };
89254
89317
  itemValue: {
89255
- type: vue.PropType<SelectItemKey>;
89318
+ type: PropType<SelectItemKey>;
89256
89319
  default: string;
89257
89320
  };
89258
89321
  returnObject: BooleanConstructor;
89259
89322
  selectStrategy: {
89260
- type: vue.PropType<SelectStrategyProp>;
89323
+ type: PropType<SelectStrategyProp>;
89261
89324
  default: NonNullable<SelectStrategyProp>;
89262
89325
  };
89263
- valueComparator: vue.PropType<typeof deepEqual>;
89326
+ valueComparator: PropType<typeof deepEqual>;
89264
89327
  density: {
89265
- type: vue.PropType<Density>;
89328
+ type: PropType<Density>;
89266
89329
  default: string;
89267
89330
  validator: (v: any) => boolean;
89268
89331
  };
@@ -89275,86 +89338,90 @@ declare const VTreeview: {
89275
89338
  bgColor: StringConstructor;
89276
89339
  activeColor: StringConstructor;
89277
89340
  slim: {
89278
- type: vue.PropType<boolean>;
89341
+ type: PropType<boolean>;
89279
89342
  default: boolean;
89280
89343
  };
89281
89344
  activeClass: StringConstructor;
89282
89345
  filterable: BooleanConstructor;
89283
89346
  activatable: BooleanConstructor;
89284
89347
  selectable: BooleanConstructor;
89285
- activeStrategy: vue.PropType<ActiveStrategyProp>;
89286
- 'onUpdate:opened': vue.PropType<() => void>;
89348
+ activeStrategy: PropType<ActiveStrategyProp>;
89349
+ 'onUpdate:opened': PropType<() => void>;
89287
89350
  collapseIcon: {
89288
- type: vue.PropType<IconValue>;
89351
+ type: PropType<IconValue>;
89289
89352
  default: NonNullable<IconValue>;
89290
89353
  };
89291
89354
  expandIcon: {
89292
- type: vue.PropType<IconValue>;
89355
+ type: PropType<IconValue>;
89293
89356
  default: NonNullable<IconValue>;
89294
89357
  };
89295
89358
  itemTitle: {
89296
- type: vue.PropType<SelectItemKey>;
89359
+ type: PropType<SelectItemKey>;
89297
89360
  default: string;
89298
89361
  };
89299
89362
  itemChildren: {
89300
- type: vue.PropType<SelectItemKey>;
89363
+ type: PropType<SelectItemKey>;
89301
89364
  default: string;
89302
89365
  };
89303
89366
  itemProps: {
89304
- type: vue.PropType<SelectItemKey>;
89367
+ type: PropType<SelectItemKey>;
89305
89368
  default: string;
89306
89369
  };
89307
- 'onClick:open': vue.PropType<(args_0: {
89370
+ itemType: {
89371
+ type: PropType<SelectItemKey>;
89372
+ default: string;
89373
+ };
89374
+ 'onClick:open': PropType<(args_0: {
89308
89375
  id: unknown;
89309
89376
  value: boolean;
89310
89377
  path: unknown[];
89311
89378
  }) => void>;
89312
- 'onClick:select': vue.PropType<(args_0: {
89379
+ 'onClick:select': PropType<(args_0: {
89313
89380
  id: unknown;
89314
89381
  value: boolean;
89315
89382
  path: unknown[];
89316
89383
  }) => void>;
89384
+ separateRoots: BooleanConstructor;
89317
89385
  openOnClick: {
89318
89386
  type: BooleanConstructor;
89319
89387
  default: undefined;
89320
89388
  };
89321
- falseIcon: vue.PropType<IconValue>;
89322
- trueIcon: vue.PropType<IconValue>;
89389
+ falseIcon: PropType<IconValue>;
89390
+ trueIcon: PropType<IconValue>;
89323
89391
  indeterminateIcon: {
89324
- type: vue.PropType<IconValue>;
89392
+ type: PropType<IconValue>;
89325
89393
  default: string;
89326
89394
  };
89395
+ hideActions: BooleanConstructor;
89327
89396
  loadingIcon: {
89328
89397
  type: StringConstructor;
89329
89398
  default: string;
89330
89399
  };
89331
89400
  selectedColor: StringConstructor;
89332
- loadChildren: vue.PropType<(item: unknown) => Promise<void>>;
89333
- customFilter: vue.PropType<FilterFunction>;
89334
- customKeyFilter: vue.PropType<FilterKeyFunctions>;
89401
+ loadChildren: PropType<(item: unknown) => Promise<void>>;
89402
+ customFilter: PropType<FilterFunction>;
89403
+ customKeyFilter: PropType<FilterKeyFunctions>;
89335
89404
  filterKeys: {
89336
- type: vue.PropType<FilterKeys>;
89405
+ type: PropType<FilterKeys>;
89337
89406
  default: NonNullable<FilterKeys>;
89338
89407
  };
89339
89408
  filterMode: {
89340
- type: vue.PropType<FilterMode>;
89409
+ type: PropType<FilterMode>;
89341
89410
  default: string;
89342
89411
  };
89343
89412
  noFilter: BooleanConstructor;
89344
89413
  fluid: BooleanConstructor;
89345
89414
  openAll: BooleanConstructor;
89415
+ indentLines: PropType<boolean | IndentLinesVariant>;
89346
89416
  search: StringConstructor;
89347
89417
  }, vue.ExtractPropTypes<{
89348
- modelValue: {
89349
- type: ArrayConstructor;
89350
- default: () => never[];
89351
- };
89418
+ modelValue: ArrayConstructor;
89352
89419
  variant: Omit<{
89353
- type: vue.PropType<Variant$2>;
89420
+ type: PropType<Variant$2>;
89354
89421
  default: string;
89355
89422
  validator: (v: any) => boolean;
89356
89423
  }, "type" | "default"> & {
89357
- type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
89424
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
89358
89425
  default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
89359
89426
  };
89360
89427
  height: (StringConstructor | NumberConstructor)[];
@@ -89366,19 +89433,19 @@ declare const VTreeview: {
89366
89433
  minHeight: (StringConstructor | NumberConstructor)[];
89367
89434
  minWidth: (StringConstructor | NumberConstructor)[];
89368
89435
  style: {
89369
- type: vue.PropType<vue.StyleValue>;
89436
+ type: PropType<vue.StyleValue>;
89370
89437
  default: null;
89371
89438
  };
89372
89439
  disabled: BooleanConstructor;
89373
89440
  activated: null;
89374
- class: vue.PropType<ClassValue>;
89441
+ class: PropType<ClassValue>;
89375
89442
  theme: StringConstructor;
89376
89443
  tag: {
89377
- type: vue.PropType<string | JSXComponent>;
89444
+ type: PropType<string | JSXComponent>;
89378
89445
  default: string;
89379
89446
  };
89380
89447
  lines: {
89381
- type: vue.PropType<"one" | "two" | "three" | false>;
89448
+ type: PropType<"one" | "two" | "three" | false>;
89382
89449
  default: string;
89383
89450
  };
89384
89451
  mandatory: BooleanConstructor;
@@ -89389,21 +89456,21 @@ declare const VTreeview: {
89389
89456
  };
89390
89457
  opened: null;
89391
89458
  items: {
89392
- type: vue.PropType<ItemProps["items"]>;
89459
+ type: PropType<ItemProps["items"]>;
89393
89460
  default: () => never[];
89394
89461
  };
89395
89462
  itemValue: {
89396
- type: vue.PropType<SelectItemKey>;
89463
+ type: PropType<SelectItemKey>;
89397
89464
  default: string;
89398
89465
  };
89399
89466
  returnObject: BooleanConstructor;
89400
89467
  selectStrategy: {
89401
- type: vue.PropType<SelectStrategyProp>;
89468
+ type: PropType<SelectStrategyProp>;
89402
89469
  default: NonNullable<SelectStrategyProp>;
89403
89470
  };
89404
- valueComparator: vue.PropType<typeof deepEqual>;
89471
+ valueComparator: PropType<typeof deepEqual>;
89405
89472
  density: {
89406
- type: vue.PropType<Density>;
89473
+ type: PropType<Density>;
89407
89474
  default: string;
89408
89475
  validator: (v: any) => boolean;
89409
89476
  };
@@ -89416,74 +89483,81 @@ declare const VTreeview: {
89416
89483
  bgColor: StringConstructor;
89417
89484
  activeColor: StringConstructor;
89418
89485
  slim: {
89419
- type: vue.PropType<boolean>;
89486
+ type: PropType<boolean>;
89420
89487
  default: boolean;
89421
89488
  };
89422
89489
  activeClass: StringConstructor;
89423
89490
  filterable: BooleanConstructor;
89424
89491
  activatable: BooleanConstructor;
89425
89492
  selectable: BooleanConstructor;
89426
- activeStrategy: vue.PropType<ActiveStrategyProp>;
89427
- 'onUpdate:opened': vue.PropType<() => void>;
89493
+ activeStrategy: PropType<ActiveStrategyProp>;
89494
+ 'onUpdate:opened': PropType<() => void>;
89428
89495
  collapseIcon: {
89429
- type: vue.PropType<IconValue>;
89496
+ type: PropType<IconValue>;
89430
89497
  default: NonNullable<IconValue>;
89431
89498
  };
89432
89499
  expandIcon: {
89433
- type: vue.PropType<IconValue>;
89500
+ type: PropType<IconValue>;
89434
89501
  default: NonNullable<IconValue>;
89435
89502
  };
89436
89503
  itemTitle: {
89437
- type: vue.PropType<SelectItemKey>;
89504
+ type: PropType<SelectItemKey>;
89438
89505
  default: string;
89439
89506
  };
89440
89507
  itemChildren: {
89441
- type: vue.PropType<SelectItemKey>;
89508
+ type: PropType<SelectItemKey>;
89442
89509
  default: string;
89443
89510
  };
89444
89511
  itemProps: {
89445
- type: vue.PropType<SelectItemKey>;
89512
+ type: PropType<SelectItemKey>;
89513
+ default: string;
89514
+ };
89515
+ itemType: {
89516
+ type: PropType<SelectItemKey>;
89446
89517
  default: string;
89447
89518
  };
89448
- 'onClick:open': vue.PropType<(args_0: {
89519
+ 'onClick:open': PropType<(args_0: {
89449
89520
  id: unknown;
89450
89521
  value: boolean;
89451
89522
  path: unknown[];
89452
89523
  }) => void>;
89453
- 'onClick:select': vue.PropType<(args_0: {
89524
+ 'onClick:select': PropType<(args_0: {
89454
89525
  id: unknown;
89455
89526
  value: boolean;
89456
89527
  path: unknown[];
89457
89528
  }) => void>;
89529
+ separateRoots: BooleanConstructor;
89458
89530
  openOnClick: {
89459
89531
  type: BooleanConstructor;
89460
89532
  default: undefined;
89461
89533
  };
89462
- falseIcon: vue.PropType<IconValue>;
89463
- trueIcon: vue.PropType<IconValue>;
89534
+ falseIcon: PropType<IconValue>;
89535
+ trueIcon: PropType<IconValue>;
89464
89536
  indeterminateIcon: {
89465
- type: vue.PropType<IconValue>;
89537
+ type: PropType<IconValue>;
89466
89538
  default: string;
89467
89539
  };
89540
+ hideActions: BooleanConstructor;
89468
89541
  loadingIcon: {
89469
89542
  type: StringConstructor;
89470
89543
  default: string;
89471
89544
  };
89472
89545
  selectedColor: StringConstructor;
89473
- loadChildren: vue.PropType<(item: unknown) => Promise<void>>;
89474
- customFilter: vue.PropType<FilterFunction>;
89475
- customKeyFilter: vue.PropType<FilterKeyFunctions>;
89546
+ loadChildren: PropType<(item: unknown) => Promise<void>>;
89547
+ customFilter: PropType<FilterFunction>;
89548
+ customKeyFilter: PropType<FilterKeyFunctions>;
89476
89549
  filterKeys: {
89477
- type: vue.PropType<FilterKeys>;
89550
+ type: PropType<FilterKeys>;
89478
89551
  default: NonNullable<FilterKeys>;
89479
89552
  };
89480
89553
  filterMode: {
89481
- type: vue.PropType<FilterMode>;
89554
+ type: PropType<FilterMode>;
89482
89555
  default: string;
89483
89556
  };
89484
89557
  noFilter: BooleanConstructor;
89485
89558
  fluid: BooleanConstructor;
89486
89559
  openAll: BooleanConstructor;
89560
+ indentLines: PropType<boolean | IndentLinesVariant>;
89487
89561
  search: StringConstructor;
89488
89562
  }>>;
89489
89563
  type VTreeview = InstanceType<typeof VTreeview>;
@@ -89505,6 +89579,7 @@ declare const VTreeviewItem: {
89505
89579
  class?: string;
89506
89580
  keys?: number[];
89507
89581
  } | undefined;
89582
+ hideActions: boolean;
89508
89583
  } & {
89509
89584
  link?: boolean | undefined;
89510
89585
  height?: string | number | undefined;
@@ -89536,6 +89611,7 @@ declare const VTreeviewItem: {
89536
89611
  prependAvatar?: string | undefined;
89537
89612
  subtitle?: string | number | boolean | undefined;
89538
89613
  toggleIcon?: IconValue | undefined;
89614
+ indentLines?: IndentLineType[] | undefined;
89539
89615
  } & {
89540
89616
  $children?: vue.VNodeChild | ((arg: ListItemSlot) => vue.VNodeChild) | {
89541
89617
  prepend?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
@@ -89746,13 +89822,14 @@ declare const VTreeviewItem: {
89746
89822
  root: {
89747
89823
  children: vue.Ref<Map<unknown, unknown[]>>;
89748
89824
  parents: vue.Ref<Map<unknown, unknown>>;
89825
+ disabled: vue.Ref<Set<unknown>>;
89749
89826
  activatable: vue.Ref<boolean>;
89750
89827
  selectable: vue.Ref<boolean>;
89751
89828
  opened: vue.Ref<Set<unknown>>;
89752
89829
  activated: vue.Ref<Set<unknown>>;
89753
89830
  selected: vue.Ref<Map<unknown, "on" | "off" | "indeterminate">>;
89754
89831
  selectedValues: vue.Ref<unknown[]>;
89755
- register: (id: unknown, parentId: unknown, isGroup?: boolean) => void;
89832
+ register: (id: unknown, parentId: unknown, isDisabled: boolean, isGroup?: boolean) => void;
89756
89833
  unregister: (id: unknown) => void;
89757
89834
  open: (id: unknown, value: boolean, event?: Event) => void;
89758
89835
  activate: (id: unknown, value: boolean, event?: Event) => void;
@@ -89912,13 +89989,14 @@ declare const VTreeviewItem: {
89912
89989
  root: {
89913
89990
  children: vue.Ref<Map<unknown, unknown[]>>;
89914
89991
  parents: vue.Ref<Map<unknown, unknown>>;
89992
+ disabled: vue.Ref<Set<unknown>>;
89915
89993
  activatable: vue.Ref<boolean>;
89916
89994
  selectable: vue.Ref<boolean>;
89917
89995
  opened: vue.Ref<Set<unknown>>;
89918
89996
  activated: vue.Ref<Set<unknown>>;
89919
89997
  selected: vue.Ref<Map<unknown, "on" | "off" | "indeterminate">>;
89920
89998
  selectedValues: vue.Ref<unknown[]>;
89921
- register: (id: unknown, parentId: unknown, isGroup?: boolean) => void;
89999
+ register: (id: unknown, parentId: unknown, isDisabled: boolean, isGroup?: boolean) => void;
89922
90000
  unregister: (id: unknown) => void;
89923
90001
  open: (id: unknown, value: boolean, event?: Event) => void;
89924
90002
  activate: (id: unknown, value: boolean, event?: Event) => void;
@@ -89943,13 +90021,14 @@ declare const VTreeviewItem: {
89943
90021
  root: {
89944
90022
  children: vue.Ref<Map<unknown, unknown[]>>;
89945
90023
  parents: vue.Ref<Map<unknown, unknown>>;
90024
+ disabled: vue.Ref<Set<unknown>>;
89946
90025
  activatable: vue.Ref<boolean>;
89947
90026
  selectable: vue.Ref<boolean>;
89948
90027
  opened: vue.Ref<Set<unknown>>;
89949
90028
  activated: vue.Ref<Set<unknown>>;
89950
90029
  selected: vue.Ref<Map<unknown, "on" | "off" | "indeterminate">>;
89951
90030
  selectedValues: vue.Ref<unknown[]>;
89952
- register: (id: unknown, parentId: unknown, isGroup?: boolean) => void;
90031
+ register: (id: unknown, parentId: unknown, isDisabled: boolean, isGroup?: boolean) => void;
89953
90032
  unregister: (id: unknown) => void;
89954
90033
  open: (id: unknown, value: boolean, event?: Event) => void;
89955
90034
  activate: (id: unknown, value: boolean, event?: Event) => void;
@@ -89983,6 +90062,7 @@ declare const VTreeviewItem: {
89983
90062
  keys?: number[];
89984
90063
  } | undefined;
89985
90064
  subtitle: string | number | boolean;
90065
+ hideActions: boolean;
89986
90066
  }, true, {}, vue.SlotsType<Partial<{
89987
90067
  prepend: (arg: ListItemSlot) => vue.VNode[];
89988
90068
  append: (arg: ListItemSlot) => vue.VNode[];
@@ -90012,6 +90092,7 @@ declare const VTreeviewItem: {
90012
90092
  class?: string;
90013
90093
  keys?: number[];
90014
90094
  } | undefined;
90095
+ hideActions: boolean;
90015
90096
  } & {
90016
90097
  link?: boolean | undefined;
90017
90098
  height?: string | number | undefined;
@@ -90043,6 +90124,7 @@ declare const VTreeviewItem: {
90043
90124
  prependAvatar?: string | undefined;
90044
90125
  subtitle?: string | number | boolean | undefined;
90045
90126
  toggleIcon?: IconValue | undefined;
90127
+ indentLines?: IndentLineType[] | undefined;
90046
90128
  } & {
90047
90129
  $children?: vue.VNodeChild | ((arg: ListItemSlot) => vue.VNodeChild) | {
90048
90130
  prepend?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
@@ -90253,13 +90335,14 @@ declare const VTreeviewItem: {
90253
90335
  root: {
90254
90336
  children: vue.Ref<Map<unknown, unknown[]>>;
90255
90337
  parents: vue.Ref<Map<unknown, unknown>>;
90338
+ disabled: vue.Ref<Set<unknown>>;
90256
90339
  activatable: vue.Ref<boolean>;
90257
90340
  selectable: vue.Ref<boolean>;
90258
90341
  opened: vue.Ref<Set<unknown>>;
90259
90342
  activated: vue.Ref<Set<unknown>>;
90260
90343
  selected: vue.Ref<Map<unknown, "on" | "off" | "indeterminate">>;
90261
90344
  selectedValues: vue.Ref<unknown[]>;
90262
- register: (id: unknown, parentId: unknown, isGroup?: boolean) => void;
90345
+ register: (id: unknown, parentId: unknown, isDisabled: boolean, isGroup?: boolean) => void;
90263
90346
  unregister: (id: unknown) => void;
90264
90347
  open: (id: unknown, value: boolean, event?: Event) => void;
90265
90348
  activate: (id: unknown, value: boolean, event?: Event) => void;
@@ -90419,13 +90502,14 @@ declare const VTreeviewItem: {
90419
90502
  root: {
90420
90503
  children: vue.Ref<Map<unknown, unknown[]>>;
90421
90504
  parents: vue.Ref<Map<unknown, unknown>>;
90505
+ disabled: vue.Ref<Set<unknown>>;
90422
90506
  activatable: vue.Ref<boolean>;
90423
90507
  selectable: vue.Ref<boolean>;
90424
90508
  opened: vue.Ref<Set<unknown>>;
90425
90509
  activated: vue.Ref<Set<unknown>>;
90426
90510
  selected: vue.Ref<Map<unknown, "on" | "off" | "indeterminate">>;
90427
90511
  selectedValues: vue.Ref<unknown[]>;
90428
- register: (id: unknown, parentId: unknown, isGroup?: boolean) => void;
90512
+ register: (id: unknown, parentId: unknown, isDisabled: boolean, isGroup?: boolean) => void;
90429
90513
  unregister: (id: unknown) => void;
90430
90514
  open: (id: unknown, value: boolean, event?: Event) => void;
90431
90515
  activate: (id: unknown, value: boolean, event?: Event) => void;
@@ -90450,13 +90534,14 @@ declare const VTreeviewItem: {
90450
90534
  root: {
90451
90535
  children: vue.Ref<Map<unknown, unknown[]>>;
90452
90536
  parents: vue.Ref<Map<unknown, unknown>>;
90537
+ disabled: vue.Ref<Set<unknown>>;
90453
90538
  activatable: vue.Ref<boolean>;
90454
90539
  selectable: vue.Ref<boolean>;
90455
90540
  opened: vue.Ref<Set<unknown>>;
90456
90541
  activated: vue.Ref<Set<unknown>>;
90457
90542
  selected: vue.Ref<Map<unknown, "on" | "off" | "indeterminate">>;
90458
90543
  selectedValues: vue.Ref<unknown[]>;
90459
- register: (id: unknown, parentId: unknown, isGroup?: boolean) => void;
90544
+ register: (id: unknown, parentId: unknown, isDisabled: boolean, isGroup?: boolean) => void;
90460
90545
  unregister: (id: unknown) => void;
90461
90546
  open: (id: unknown, value: boolean, event?: Event) => void;
90462
90547
  activate: (id: unknown, value: boolean, event?: Event) => void;
@@ -90488,6 +90573,7 @@ declare const VTreeviewItem: {
90488
90573
  keys?: number[];
90489
90574
  } | undefined;
90490
90575
  subtitle: string | number | boolean;
90576
+ hideActions: boolean;
90491
90577
  }>;
90492
90578
  __isFragment?: never;
90493
90579
  __isTeleport?: never;
@@ -90508,6 +90594,7 @@ declare const VTreeviewItem: {
90508
90594
  class?: string;
90509
90595
  keys?: number[];
90510
90596
  } | undefined;
90597
+ hideActions: boolean;
90511
90598
  } & {
90512
90599
  link?: boolean | undefined;
90513
90600
  height?: string | number | undefined;
@@ -90539,6 +90626,7 @@ declare const VTreeviewItem: {
90539
90626
  prependAvatar?: string | undefined;
90540
90627
  subtitle?: string | number | boolean | undefined;
90541
90628
  toggleIcon?: IconValue | undefined;
90629
+ indentLines?: IndentLineType[] | undefined;
90542
90630
  } & {
90543
90631
  $children?: vue.VNodeChild | ((arg: ListItemSlot) => vue.VNodeChild) | {
90544
90632
  prepend?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
@@ -90749,13 +90837,14 @@ declare const VTreeviewItem: {
90749
90837
  root: {
90750
90838
  children: vue.Ref<Map<unknown, unknown[]>>;
90751
90839
  parents: vue.Ref<Map<unknown, unknown>>;
90840
+ disabled: vue.Ref<Set<unknown>>;
90752
90841
  activatable: vue.Ref<boolean>;
90753
90842
  selectable: vue.Ref<boolean>;
90754
90843
  opened: vue.Ref<Set<unknown>>;
90755
90844
  activated: vue.Ref<Set<unknown>>;
90756
90845
  selected: vue.Ref<Map<unknown, "on" | "off" | "indeterminate">>;
90757
90846
  selectedValues: vue.Ref<unknown[]>;
90758
- register: (id: unknown, parentId: unknown, isGroup?: boolean) => void;
90847
+ register: (id: unknown, parentId: unknown, isDisabled: boolean, isGroup?: boolean) => void;
90759
90848
  unregister: (id: unknown) => void;
90760
90849
  open: (id: unknown, value: boolean, event?: Event) => void;
90761
90850
  activate: (id: unknown, value: boolean, event?: Event) => void;
@@ -90915,13 +91004,14 @@ declare const VTreeviewItem: {
90915
91004
  root: {
90916
91005
  children: vue.Ref<Map<unknown, unknown[]>>;
90917
91006
  parents: vue.Ref<Map<unknown, unknown>>;
91007
+ disabled: vue.Ref<Set<unknown>>;
90918
91008
  activatable: vue.Ref<boolean>;
90919
91009
  selectable: vue.Ref<boolean>;
90920
91010
  opened: vue.Ref<Set<unknown>>;
90921
91011
  activated: vue.Ref<Set<unknown>>;
90922
91012
  selected: vue.Ref<Map<unknown, "on" | "off" | "indeterminate">>;
90923
91013
  selectedValues: vue.Ref<unknown[]>;
90924
- register: (id: unknown, parentId: unknown, isGroup?: boolean) => void;
91014
+ register: (id: unknown, parentId: unknown, isDisabled: boolean, isGroup?: boolean) => void;
90925
91015
  unregister: (id: unknown) => void;
90926
91016
  open: (id: unknown, value: boolean, event?: Event) => void;
90927
91017
  activate: (id: unknown, value: boolean, event?: Event) => void;
@@ -90946,13 +91036,14 @@ declare const VTreeviewItem: {
90946
91036
  root: {
90947
91037
  children: vue.Ref<Map<unknown, unknown[]>>;
90948
91038
  parents: vue.Ref<Map<unknown, unknown>>;
91039
+ disabled: vue.Ref<Set<unknown>>;
90949
91040
  activatable: vue.Ref<boolean>;
90950
91041
  selectable: vue.Ref<boolean>;
90951
91042
  opened: vue.Ref<Set<unknown>>;
90952
91043
  activated: vue.Ref<Set<unknown>>;
90953
91044
  selected: vue.Ref<Map<unknown, "on" | "off" | "indeterminate">>;
90954
91045
  selectedValues: vue.Ref<unknown[]>;
90955
- register: (id: unknown, parentId: unknown, isGroup?: boolean) => void;
91046
+ register: (id: unknown, parentId: unknown, isDisabled: boolean, isGroup?: boolean) => void;
90956
91047
  unregister: (id: unknown) => void;
90957
91048
  open: (id: unknown, value: boolean, event?: Event) => void;
90958
91049
  activate: (id: unknown, value: boolean, event?: Event) => void;
@@ -90986,6 +91077,7 @@ declare const VTreeviewItem: {
90986
91077
  keys?: number[];
90987
91078
  } | undefined;
90988
91079
  subtitle: string | number | boolean;
91080
+ hideActions: boolean;
90989
91081
  }, {}, string, vue.SlotsType<Partial<{
90990
91082
  prepend: (arg: ListItemSlot) => vue.VNode[];
90991
91083
  append: (arg: ListItemSlot) => vue.VNode[];
@@ -90995,21 +91087,21 @@ declare const VTreeviewItem: {
90995
91087
  }>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
90996
91088
  color: StringConstructor;
90997
91089
  variant: Omit<{
90998
- type: vue.PropType<Variant$2>;
91090
+ type: PropType<Variant$2>;
90999
91091
  default: string;
91000
91092
  validator: (v: any) => boolean;
91001
91093
  }, "type" | "default"> & {
91002
- type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
91094
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
91003
91095
  default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
91004
91096
  };
91005
91097
  theme: StringConstructor;
91006
91098
  tag: {
91007
- type: vue.PropType<string | JSXComponent>;
91099
+ type: PropType<string | JSXComponent>;
91008
91100
  default: string;
91009
91101
  };
91010
91102
  href: StringConstructor;
91011
91103
  replace: BooleanConstructor;
91012
- to: vue.PropType<vue_router.RouteLocationRaw>;
91104
+ to: PropType<vue_router.RouteLocationRaw>;
91013
91105
  exact: BooleanConstructor;
91014
91106
  rounded: {
91015
91107
  type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
@@ -91027,13 +91119,13 @@ declare const VTreeviewItem: {
91027
91119
  minWidth: (StringConstructor | NumberConstructor)[];
91028
91120
  width: (StringConstructor | NumberConstructor)[];
91029
91121
  density: {
91030
- type: vue.PropType<Density>;
91122
+ type: PropType<Density>;
91031
91123
  default: string;
91032
91124
  validator: (v: any) => boolean;
91033
91125
  };
91034
- class: vue.PropType<ClassValue>;
91126
+ class: PropType<ClassValue>;
91035
91127
  style: {
91036
- type: vue.PropType<vue.StyleValue>;
91128
+ type: PropType<vue.StyleValue>;
91037
91129
  default: null;
91038
91130
  };
91039
91131
  border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
@@ -91044,23 +91136,23 @@ declare const VTreeviewItem: {
91044
91136
  activeClass: StringConstructor;
91045
91137
  activeColor: StringConstructor;
91046
91138
  appendAvatar: StringConstructor;
91047
- appendIcon: vue.PropType<IconValue>;
91139
+ appendIcon: PropType<IconValue>;
91048
91140
  baseColor: StringConstructor;
91049
91141
  disabled: BooleanConstructor;
91050
- lines: vue.PropType<"one" | "two" | "three" | false>;
91142
+ lines: PropType<"one" | "two" | "three" | false>;
91051
91143
  link: {
91052
91144
  type: BooleanConstructor;
91053
91145
  default: undefined;
91054
91146
  };
91055
91147
  nav: BooleanConstructor;
91056
91148
  prependAvatar: StringConstructor;
91057
- prependIcon: vue.PropType<IconValue>;
91149
+ prependIcon: PropType<IconValue>;
91058
91150
  ripple: {
91059
- type: vue.PropType<RippleDirectiveBinding["value"]>;
91151
+ type: PropType<RippleDirectiveBinding["value"]>;
91060
91152
  default: boolean;
91061
91153
  };
91062
91154
  slim: {
91063
- type: vue.PropType<boolean>;
91155
+ type: PropType<boolean>;
91064
91156
  default: boolean;
91065
91157
  };
91066
91158
  subtitle: {
@@ -91072,28 +91164,30 @@ declare const VTreeviewItem: {
91072
91164
  default: undefined;
91073
91165
  };
91074
91166
  value: null;
91075
- onClick: vue.PropType<(args_0: MouseEvent | KeyboardEvent) => void>;
91076
- onClickOnce: vue.PropType<(args_0: MouseEvent) => void>;
91167
+ onClick: PropType<(args_0: MouseEvent | KeyboardEvent) => void>;
91168
+ onClickOnce: PropType<(args_0: MouseEvent) => void>;
91077
91169
  loading: BooleanConstructor;
91078
- toggleIcon: vue.PropType<IconValue>;
91170
+ hideActions: BooleanConstructor;
91171
+ indentLines: PropType<IndentLineType[]>;
91172
+ toggleIcon: PropType<IconValue>;
91079
91173
  }, vue.ExtractPropTypes<{
91080
91174
  color: StringConstructor;
91081
91175
  variant: Omit<{
91082
- type: vue.PropType<Variant$2>;
91176
+ type: PropType<Variant$2>;
91083
91177
  default: string;
91084
91178
  validator: (v: any) => boolean;
91085
91179
  }, "type" | "default"> & {
91086
- type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
91180
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
91087
91181
  default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
91088
91182
  };
91089
91183
  theme: StringConstructor;
91090
91184
  tag: {
91091
- type: vue.PropType<string | JSXComponent>;
91185
+ type: PropType<string | JSXComponent>;
91092
91186
  default: string;
91093
91187
  };
91094
91188
  href: StringConstructor;
91095
91189
  replace: BooleanConstructor;
91096
- to: vue.PropType<vue_router.RouteLocationRaw>;
91190
+ to: PropType<vue_router.RouteLocationRaw>;
91097
91191
  exact: BooleanConstructor;
91098
91192
  rounded: {
91099
91193
  type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
@@ -91111,13 +91205,13 @@ declare const VTreeviewItem: {
91111
91205
  minWidth: (StringConstructor | NumberConstructor)[];
91112
91206
  width: (StringConstructor | NumberConstructor)[];
91113
91207
  density: {
91114
- type: vue.PropType<Density>;
91208
+ type: PropType<Density>;
91115
91209
  default: string;
91116
91210
  validator: (v: any) => boolean;
91117
91211
  };
91118
- class: vue.PropType<ClassValue>;
91212
+ class: PropType<ClassValue>;
91119
91213
  style: {
91120
- type: vue.PropType<vue.StyleValue>;
91214
+ type: PropType<vue.StyleValue>;
91121
91215
  default: null;
91122
91216
  };
91123
91217
  border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
@@ -91128,23 +91222,23 @@ declare const VTreeviewItem: {
91128
91222
  activeClass: StringConstructor;
91129
91223
  activeColor: StringConstructor;
91130
91224
  appendAvatar: StringConstructor;
91131
- appendIcon: vue.PropType<IconValue>;
91225
+ appendIcon: PropType<IconValue>;
91132
91226
  baseColor: StringConstructor;
91133
91227
  disabled: BooleanConstructor;
91134
- lines: vue.PropType<"one" | "two" | "three" | false>;
91228
+ lines: PropType<"one" | "two" | "three" | false>;
91135
91229
  link: {
91136
91230
  type: BooleanConstructor;
91137
91231
  default: undefined;
91138
91232
  };
91139
91233
  nav: BooleanConstructor;
91140
91234
  prependAvatar: StringConstructor;
91141
- prependIcon: vue.PropType<IconValue>;
91235
+ prependIcon: PropType<IconValue>;
91142
91236
  ripple: {
91143
- type: vue.PropType<RippleDirectiveBinding["value"]>;
91237
+ type: PropType<RippleDirectiveBinding["value"]>;
91144
91238
  default: boolean;
91145
91239
  };
91146
91240
  slim: {
91147
- type: vue.PropType<boolean>;
91241
+ type: PropType<boolean>;
91148
91242
  default: boolean;
91149
91243
  };
91150
91244
  subtitle: {
@@ -91156,16 +91250,19 @@ declare const VTreeviewItem: {
91156
91250
  default: undefined;
91157
91251
  };
91158
91252
  value: null;
91159
- onClick: vue.PropType<(args_0: MouseEvent | KeyboardEvent) => void>;
91160
- onClickOnce: vue.PropType<(args_0: MouseEvent) => void>;
91253
+ onClick: PropType<(args_0: MouseEvent | KeyboardEvent) => void>;
91254
+ onClickOnce: PropType<(args_0: MouseEvent) => void>;
91161
91255
  loading: BooleanConstructor;
91162
- toggleIcon: vue.PropType<IconValue>;
91256
+ hideActions: BooleanConstructor;
91257
+ indentLines: PropType<IndentLineType[]>;
91258
+ toggleIcon: PropType<IconValue>;
91163
91259
  }>>;
91164
91260
  type VTreeviewItem = InstanceType<typeof VTreeviewItem>;
91165
91261
 
91166
91262
  declare const VTreeviewGroup: {
91167
91263
  new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
91168
91264
  style: vue.StyleValue;
91265
+ disabled: boolean;
91169
91266
  tag: string | JSXComponent;
91170
91267
  collapseIcon: IconValue;
91171
91268
  expandIcon: IconValue;
@@ -91203,6 +91300,7 @@ declare const VTreeviewGroup: {
91203
91300
  }) => vue.VNodeChild) | undefined;
91204
91301
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
91205
91302
  style: vue.StyleValue;
91303
+ disabled: boolean;
91206
91304
  tag: string | JSXComponent;
91207
91305
  collapseIcon: IconValue;
91208
91306
  expandIcon: IconValue;
@@ -91222,6 +91320,7 @@ declare const VTreeviewGroup: {
91222
91320
  Defaults: {};
91223
91321
  }, {
91224
91322
  style: vue.StyleValue;
91323
+ disabled: boolean;
91225
91324
  tag: string | JSXComponent;
91226
91325
  collapseIcon: IconValue;
91227
91326
  expandIcon: IconValue;
@@ -91259,6 +91358,7 @@ declare const VTreeviewGroup: {
91259
91358
  }) => vue.VNodeChild) | undefined;
91260
91359
  }, {}, {}, {}, {}, {
91261
91360
  style: vue.StyleValue;
91361
+ disabled: boolean;
91262
91362
  tag: string | JSXComponent;
91263
91363
  collapseIcon: IconValue;
91264
91364
  expandIcon: IconValue;
@@ -91269,6 +91369,7 @@ declare const VTreeviewGroup: {
91269
91369
  __isSuspense?: never;
91270
91370
  } & vue.ComponentOptionsBase<{
91271
91371
  style: vue.StyleValue;
91372
+ disabled: boolean;
91272
91373
  tag: string | JSXComponent;
91273
91374
  collapseIcon: IconValue;
91274
91375
  expandIcon: IconValue;
@@ -91306,6 +91407,7 @@ declare const VTreeviewGroup: {
91306
91407
  }) => vue.VNodeChild) | undefined;
91307
91408
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
91308
91409
  style: vue.StyleValue;
91410
+ disabled: boolean;
91309
91411
  tag: string | JSXComponent;
91310
91412
  collapseIcon: IconValue;
91311
91413
  expandIcon: IconValue;
@@ -91324,6 +91426,7 @@ declare const VTreeviewGroup: {
91324
91426
  default: null;
91325
91427
  };
91326
91428
  title: StringConstructor;
91429
+ disabled: BooleanConstructor;
91327
91430
  class: vue.PropType<ClassValue>;
91328
91431
  tag: {
91329
91432
  type: vue.PropType<string | JSXComponent>;
@@ -91357,6 +91460,7 @@ declare const VTreeviewGroup: {
91357
91460
  default: null;
91358
91461
  };
91359
91462
  title: StringConstructor;
91463
+ disabled: BooleanConstructor;
91360
91464
  class: vue.PropType<ClassValue>;
91361
91465
  tag: {
91362
91466
  type: vue.PropType<string | JSXComponent>;
@@ -93671,47 +93775,47 @@ declare const VCalendarInterval: {
93671
93775
  dayIndex?: number | undefined;
93672
93776
  } & {
93673
93777
  $children?: {} | vue.VNodeChild | {
93674
- intervalBody?: ((arg: {
93778
+ 'interval-body'?: ((arg: {
93675
93779
  interval: Interval;
93676
93780
  }) => vue.VNodeChild) | undefined;
93677
- intervalEvent?: ((arg: {
93781
+ 'interval-event'?: ((arg: {
93678
93782
  height: string;
93679
93783
  margin: string;
93680
93784
  eventClass: string;
93681
93785
  event: any;
93682
93786
  interval: Interval;
93683
93787
  }) => vue.VNodeChild) | undefined;
93684
- intervalTitle?: ((arg: {
93788
+ 'interval-title'?: ((arg: {
93685
93789
  interval: Interval;
93686
93790
  }) => vue.VNodeChild) | undefined;
93687
93791
  };
93688
93792
  'v-slots'?: {
93689
- intervalBody?: false | ((arg: {
93793
+ 'interval-body'?: false | ((arg: {
93690
93794
  interval: Interval;
93691
93795
  }) => vue.VNodeChild) | undefined;
93692
- intervalEvent?: false | ((arg: {
93796
+ 'interval-event'?: false | ((arg: {
93693
93797
  height: string;
93694
93798
  margin: string;
93695
93799
  eventClass: string;
93696
93800
  event: any;
93697
93801
  interval: Interval;
93698
93802
  }) => vue.VNodeChild) | undefined;
93699
- intervalTitle?: false | ((arg: {
93803
+ 'interval-title'?: false | ((arg: {
93700
93804
  interval: Interval;
93701
93805
  }) => vue.VNodeChild) | undefined;
93702
93806
  } | undefined;
93703
93807
  } & {
93704
- "v-slot:intervalBody"?: false | ((arg: {
93808
+ "v-slot:interval-body"?: false | ((arg: {
93705
93809
  interval: Interval;
93706
93810
  }) => vue.VNodeChild) | undefined;
93707
- "v-slot:intervalEvent"?: false | ((arg: {
93811
+ "v-slot:interval-event"?: false | ((arg: {
93708
93812
  height: string;
93709
93813
  margin: string;
93710
93814
  eventClass: string;
93711
93815
  event: any;
93712
93816
  interval: Interval;
93713
93817
  }) => vue.VNodeChild) | undefined;
93714
- "v-slot:intervalTitle"?: false | ((arg: {
93818
+ "v-slot:interval-title"?: false | ((arg: {
93715
93819
  interval: Interval;
93716
93820
  }) => vue.VNodeChild) | undefined;
93717
93821
  }, {
@@ -93729,17 +93833,17 @@ declare const VCalendarInterval: {
93729
93833
  intervalFormat: string | Function;
93730
93834
  intervalStart: number;
93731
93835
  }, true, {}, vue.SlotsType<Partial<{
93732
- intervalBody: (arg: {
93836
+ 'interval-body': (arg: {
93733
93837
  interval: Interval;
93734
93838
  }) => vue.VNode[];
93735
- intervalEvent: (arg: {
93839
+ 'interval-event': (arg: {
93736
93840
  height: string;
93737
93841
  margin: string;
93738
93842
  eventClass: string;
93739
93843
  event: any;
93740
93844
  interval: Interval;
93741
93845
  }) => vue.VNode[];
93742
- intervalTitle: (arg: {
93846
+ 'interval-title': (arg: {
93743
93847
  interval: Interval;
93744
93848
  }) => vue.VNode[];
93745
93849
  }>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
@@ -93762,47 +93866,47 @@ declare const VCalendarInterval: {
93762
93866
  dayIndex?: number | undefined;
93763
93867
  } & {
93764
93868
  $children?: {} | vue.VNodeChild | {
93765
- intervalBody?: ((arg: {
93869
+ 'interval-body'?: ((arg: {
93766
93870
  interval: Interval;
93767
93871
  }) => vue.VNodeChild) | undefined;
93768
- intervalEvent?: ((arg: {
93872
+ 'interval-event'?: ((arg: {
93769
93873
  height: string;
93770
93874
  margin: string;
93771
93875
  eventClass: string;
93772
93876
  event: any;
93773
93877
  interval: Interval;
93774
93878
  }) => vue.VNodeChild) | undefined;
93775
- intervalTitle?: ((arg: {
93879
+ 'interval-title'?: ((arg: {
93776
93880
  interval: Interval;
93777
93881
  }) => vue.VNodeChild) | undefined;
93778
93882
  };
93779
93883
  'v-slots'?: {
93780
- intervalBody?: false | ((arg: {
93884
+ 'interval-body'?: false | ((arg: {
93781
93885
  interval: Interval;
93782
93886
  }) => vue.VNodeChild) | undefined;
93783
- intervalEvent?: false | ((arg: {
93887
+ 'interval-event'?: false | ((arg: {
93784
93888
  height: string;
93785
93889
  margin: string;
93786
93890
  eventClass: string;
93787
93891
  event: any;
93788
93892
  interval: Interval;
93789
93893
  }) => vue.VNodeChild) | undefined;
93790
- intervalTitle?: false | ((arg: {
93894
+ 'interval-title'?: false | ((arg: {
93791
93895
  interval: Interval;
93792
93896
  }) => vue.VNodeChild) | undefined;
93793
93897
  } | undefined;
93794
93898
  } & {
93795
- "v-slot:intervalBody"?: false | ((arg: {
93899
+ "v-slot:interval-body"?: false | ((arg: {
93796
93900
  interval: Interval;
93797
93901
  }) => vue.VNodeChild) | undefined;
93798
- "v-slot:intervalEvent"?: false | ((arg: {
93902
+ "v-slot:interval-event"?: false | ((arg: {
93799
93903
  height: string;
93800
93904
  margin: string;
93801
93905
  eventClass: string;
93802
93906
  event: any;
93803
93907
  interval: Interval;
93804
93908
  }) => vue.VNodeChild) | undefined;
93805
- "v-slot:intervalTitle"?: false | ((arg: {
93909
+ "v-slot:interval-title"?: false | ((arg: {
93806
93910
  interval: Interval;
93807
93911
  }) => vue.VNodeChild) | undefined;
93808
93912
  }, {
@@ -93836,47 +93940,47 @@ declare const VCalendarInterval: {
93836
93940
  dayIndex?: number | undefined;
93837
93941
  } & {
93838
93942
  $children?: {} | vue.VNodeChild | {
93839
- intervalBody?: ((arg: {
93943
+ 'interval-body'?: ((arg: {
93840
93944
  interval: Interval;
93841
93945
  }) => vue.VNodeChild) | undefined;
93842
- intervalEvent?: ((arg: {
93946
+ 'interval-event'?: ((arg: {
93843
93947
  height: string;
93844
93948
  margin: string;
93845
93949
  eventClass: string;
93846
93950
  event: any;
93847
93951
  interval: Interval;
93848
93952
  }) => vue.VNodeChild) | undefined;
93849
- intervalTitle?: ((arg: {
93953
+ 'interval-title'?: ((arg: {
93850
93954
  interval: Interval;
93851
93955
  }) => vue.VNodeChild) | undefined;
93852
93956
  };
93853
93957
  'v-slots'?: {
93854
- intervalBody?: false | ((arg: {
93958
+ 'interval-body'?: false | ((arg: {
93855
93959
  interval: Interval;
93856
93960
  }) => vue.VNodeChild) | undefined;
93857
- intervalEvent?: false | ((arg: {
93961
+ 'interval-event'?: false | ((arg: {
93858
93962
  height: string;
93859
93963
  margin: string;
93860
93964
  eventClass: string;
93861
93965
  event: any;
93862
93966
  interval: Interval;
93863
93967
  }) => vue.VNodeChild) | undefined;
93864
- intervalTitle?: false | ((arg: {
93968
+ 'interval-title'?: false | ((arg: {
93865
93969
  interval: Interval;
93866
93970
  }) => vue.VNodeChild) | undefined;
93867
93971
  } | undefined;
93868
93972
  } & {
93869
- "v-slot:intervalBody"?: false | ((arg: {
93973
+ "v-slot:interval-body"?: false | ((arg: {
93870
93974
  interval: Interval;
93871
93975
  }) => vue.VNodeChild) | undefined;
93872
- "v-slot:intervalEvent"?: false | ((arg: {
93976
+ "v-slot:interval-event"?: false | ((arg: {
93873
93977
  height: string;
93874
93978
  margin: string;
93875
93979
  eventClass: string;
93876
93980
  event: any;
93877
93981
  interval: Interval;
93878
93982
  }) => vue.VNodeChild) | undefined;
93879
- "v-slot:intervalTitle"?: false | ((arg: {
93983
+ "v-slot:interval-title"?: false | ((arg: {
93880
93984
  interval: Interval;
93881
93985
  }) => vue.VNodeChild) | undefined;
93882
93986
  }, {
@@ -93894,17 +93998,17 @@ declare const VCalendarInterval: {
93894
93998
  intervalFormat: string | Function;
93895
93999
  intervalStart: number;
93896
94000
  }, {}, string, vue.SlotsType<Partial<{
93897
- intervalBody: (arg: {
94001
+ 'interval-body': (arg: {
93898
94002
  interval: Interval;
93899
94003
  }) => vue.VNode[];
93900
- intervalEvent: (arg: {
94004
+ 'interval-event': (arg: {
93901
94005
  height: string;
93902
94006
  margin: string;
93903
94007
  eventClass: string;
93904
94008
  event: any;
93905
94009
  interval: Interval;
93906
94010
  }) => vue.VNode[];
93907
- intervalTitle: (arg: {
94011
+ 'interval-title': (arg: {
93908
94012
  interval: Interval;
93909
94013
  }) => vue.VNode[];
93910
94014
  }>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
@@ -94017,7 +94121,7 @@ declare const VCalendarDay: {
94017
94121
  dayIndex?: number | undefined;
94018
94122
  } & {
94019
94123
  $children?: {} | vue.VNodeChild | {
94020
- intervalBody?: ((arg: {
94124
+ 'interval-body'?: ((arg: {
94021
94125
  interval: {
94022
94126
  label: string;
94023
94127
  start: unknown;
@@ -94025,7 +94129,7 @@ declare const VCalendarDay: {
94025
94129
  events: any[];
94026
94130
  };
94027
94131
  }) => vue.VNodeChild) | undefined;
94028
- intervalEvent?: ((arg: {
94132
+ 'interval-event'?: ((arg: {
94029
94133
  height: string;
94030
94134
  margin: string;
94031
94135
  eventClass: string;
@@ -94037,7 +94141,7 @@ declare const VCalendarDay: {
94037
94141
  events: any[];
94038
94142
  };
94039
94143
  }) => vue.VNodeChild) | undefined;
94040
- intervalTitle?: ((arg: {
94144
+ 'interval-title'?: ((arg: {
94041
94145
  interval: {
94042
94146
  label: string;
94043
94147
  start: unknown;
@@ -94048,7 +94152,7 @@ declare const VCalendarDay: {
94048
94152
  interval?: ((arg: Record<string, unknown>) => vue.VNodeChild) | undefined;
94049
94153
  };
94050
94154
  'v-slots'?: {
94051
- intervalBody?: false | ((arg: {
94155
+ 'interval-body'?: false | ((arg: {
94052
94156
  interval: {
94053
94157
  label: string;
94054
94158
  start: unknown;
@@ -94056,7 +94160,7 @@ declare const VCalendarDay: {
94056
94160
  events: any[];
94057
94161
  };
94058
94162
  }) => vue.VNodeChild) | undefined;
94059
- intervalEvent?: false | ((arg: {
94163
+ 'interval-event'?: false | ((arg: {
94060
94164
  height: string;
94061
94165
  margin: string;
94062
94166
  eventClass: string;
@@ -94068,7 +94172,7 @@ declare const VCalendarDay: {
94068
94172
  events: any[];
94069
94173
  };
94070
94174
  }) => vue.VNodeChild) | undefined;
94071
- intervalTitle?: false | ((arg: {
94175
+ 'interval-title'?: false | ((arg: {
94072
94176
  interval: {
94073
94177
  label: string;
94074
94178
  start: unknown;
@@ -94079,7 +94183,7 @@ declare const VCalendarDay: {
94079
94183
  interval?: false | ((arg: Record<string, unknown>) => vue.VNodeChild) | undefined;
94080
94184
  } | undefined;
94081
94185
  } & {
94082
- "v-slot:intervalBody"?: false | ((arg: {
94186
+ "v-slot:interval-body"?: false | ((arg: {
94083
94187
  interval: {
94084
94188
  label: string;
94085
94189
  start: unknown;
@@ -94087,7 +94191,7 @@ declare const VCalendarDay: {
94087
94191
  events: any[];
94088
94192
  };
94089
94193
  }) => vue.VNodeChild) | undefined;
94090
- "v-slot:intervalEvent"?: false | ((arg: {
94194
+ "v-slot:interval-event"?: false | ((arg: {
94091
94195
  height: string;
94092
94196
  margin: string;
94093
94197
  eventClass: string;
@@ -94099,7 +94203,7 @@ declare const VCalendarDay: {
94099
94203
  events: any[];
94100
94204
  };
94101
94205
  }) => vue.VNodeChild) | undefined;
94102
- "v-slot:intervalTitle"?: false | ((arg: {
94206
+ "v-slot:interval-title"?: false | ((arg: {
94103
94207
  interval: {
94104
94208
  label: string;
94105
94209
  start: unknown;
@@ -94120,7 +94224,7 @@ declare const VCalendarDay: {
94120
94224
  hideDayHeader: boolean;
94121
94225
  intervals: number;
94122
94226
  }, true, {}, vue.SlotsType<Partial<{
94123
- intervalBody: (arg: {
94227
+ 'interval-body': (arg: {
94124
94228
  interval: {
94125
94229
  label: string;
94126
94230
  start: unknown;
@@ -94128,7 +94232,7 @@ declare const VCalendarDay: {
94128
94232
  events: any[];
94129
94233
  };
94130
94234
  }) => vue.VNode[];
94131
- intervalEvent: (arg: {
94235
+ 'interval-event': (arg: {
94132
94236
  height: string;
94133
94237
  margin: string;
94134
94238
  eventClass: string;
@@ -94140,7 +94244,7 @@ declare const VCalendarDay: {
94140
94244
  events: any[];
94141
94245
  };
94142
94246
  }) => vue.VNode[];
94143
- intervalTitle: (arg: {
94247
+ 'interval-title': (arg: {
94144
94248
  interval: {
94145
94249
  label: string;
94146
94250
  start: unknown;
@@ -94170,7 +94274,7 @@ declare const VCalendarDay: {
94170
94274
  dayIndex?: number | undefined;
94171
94275
  } & {
94172
94276
  $children?: {} | vue.VNodeChild | {
94173
- intervalBody?: ((arg: {
94277
+ 'interval-body'?: ((arg: {
94174
94278
  interval: {
94175
94279
  label: string;
94176
94280
  start: unknown;
@@ -94178,7 +94282,7 @@ declare const VCalendarDay: {
94178
94282
  events: any[];
94179
94283
  };
94180
94284
  }) => vue.VNodeChild) | undefined;
94181
- intervalEvent?: ((arg: {
94285
+ 'interval-event'?: ((arg: {
94182
94286
  height: string;
94183
94287
  margin: string;
94184
94288
  eventClass: string;
@@ -94190,7 +94294,7 @@ declare const VCalendarDay: {
94190
94294
  events: any[];
94191
94295
  };
94192
94296
  }) => vue.VNodeChild) | undefined;
94193
- intervalTitle?: ((arg: {
94297
+ 'interval-title'?: ((arg: {
94194
94298
  interval: {
94195
94299
  label: string;
94196
94300
  start: unknown;
@@ -94201,7 +94305,7 @@ declare const VCalendarDay: {
94201
94305
  interval?: ((arg: Record<string, unknown>) => vue.VNodeChild) | undefined;
94202
94306
  };
94203
94307
  'v-slots'?: {
94204
- intervalBody?: false | ((arg: {
94308
+ 'interval-body'?: false | ((arg: {
94205
94309
  interval: {
94206
94310
  label: string;
94207
94311
  start: unknown;
@@ -94209,7 +94313,7 @@ declare const VCalendarDay: {
94209
94313
  events: any[];
94210
94314
  };
94211
94315
  }) => vue.VNodeChild) | undefined;
94212
- intervalEvent?: false | ((arg: {
94316
+ 'interval-event'?: false | ((arg: {
94213
94317
  height: string;
94214
94318
  margin: string;
94215
94319
  eventClass: string;
@@ -94221,7 +94325,7 @@ declare const VCalendarDay: {
94221
94325
  events: any[];
94222
94326
  };
94223
94327
  }) => vue.VNodeChild) | undefined;
94224
- intervalTitle?: false | ((arg: {
94328
+ 'interval-title'?: false | ((arg: {
94225
94329
  interval: {
94226
94330
  label: string;
94227
94331
  start: unknown;
@@ -94232,7 +94336,7 @@ declare const VCalendarDay: {
94232
94336
  interval?: false | ((arg: Record<string, unknown>) => vue.VNodeChild) | undefined;
94233
94337
  } | undefined;
94234
94338
  } & {
94235
- "v-slot:intervalBody"?: false | ((arg: {
94339
+ "v-slot:interval-body"?: false | ((arg: {
94236
94340
  interval: {
94237
94341
  label: string;
94238
94342
  start: unknown;
@@ -94240,7 +94344,7 @@ declare const VCalendarDay: {
94240
94344
  events: any[];
94241
94345
  };
94242
94346
  }) => vue.VNodeChild) | undefined;
94243
- "v-slot:intervalEvent"?: false | ((arg: {
94347
+ "v-slot:interval-event"?: false | ((arg: {
94244
94348
  height: string;
94245
94349
  margin: string;
94246
94350
  eventClass: string;
@@ -94252,7 +94356,7 @@ declare const VCalendarDay: {
94252
94356
  events: any[];
94253
94357
  };
94254
94358
  }) => vue.VNodeChild) | undefined;
94255
- "v-slot:intervalTitle"?: false | ((arg: {
94359
+ "v-slot:interval-title"?: false | ((arg: {
94256
94360
  interval: {
94257
94361
  label: string;
94258
94362
  start: unknown;
@@ -94290,7 +94394,7 @@ declare const VCalendarDay: {
94290
94394
  dayIndex?: number | undefined;
94291
94395
  } & {
94292
94396
  $children?: {} | vue.VNodeChild | {
94293
- intervalBody?: ((arg: {
94397
+ 'interval-body'?: ((arg: {
94294
94398
  interval: {
94295
94399
  label: string;
94296
94400
  start: unknown;
@@ -94298,7 +94402,7 @@ declare const VCalendarDay: {
94298
94402
  events: any[];
94299
94403
  };
94300
94404
  }) => vue.VNodeChild) | undefined;
94301
- intervalEvent?: ((arg: {
94405
+ 'interval-event'?: ((arg: {
94302
94406
  height: string;
94303
94407
  margin: string;
94304
94408
  eventClass: string;
@@ -94310,7 +94414,7 @@ declare const VCalendarDay: {
94310
94414
  events: any[];
94311
94415
  };
94312
94416
  }) => vue.VNodeChild) | undefined;
94313
- intervalTitle?: ((arg: {
94417
+ 'interval-title'?: ((arg: {
94314
94418
  interval: {
94315
94419
  label: string;
94316
94420
  start: unknown;
@@ -94321,7 +94425,7 @@ declare const VCalendarDay: {
94321
94425
  interval?: ((arg: Record<string, unknown>) => vue.VNodeChild) | undefined;
94322
94426
  };
94323
94427
  'v-slots'?: {
94324
- intervalBody?: false | ((arg: {
94428
+ 'interval-body'?: false | ((arg: {
94325
94429
  interval: {
94326
94430
  label: string;
94327
94431
  start: unknown;
@@ -94329,7 +94433,7 @@ declare const VCalendarDay: {
94329
94433
  events: any[];
94330
94434
  };
94331
94435
  }) => vue.VNodeChild) | undefined;
94332
- intervalEvent?: false | ((arg: {
94436
+ 'interval-event'?: false | ((arg: {
94333
94437
  height: string;
94334
94438
  margin: string;
94335
94439
  eventClass: string;
@@ -94341,7 +94445,7 @@ declare const VCalendarDay: {
94341
94445
  events: any[];
94342
94446
  };
94343
94447
  }) => vue.VNodeChild) | undefined;
94344
- intervalTitle?: false | ((arg: {
94448
+ 'interval-title'?: false | ((arg: {
94345
94449
  interval: {
94346
94450
  label: string;
94347
94451
  start: unknown;
@@ -94352,7 +94456,7 @@ declare const VCalendarDay: {
94352
94456
  interval?: false | ((arg: Record<string, unknown>) => vue.VNodeChild) | undefined;
94353
94457
  } | undefined;
94354
94458
  } & {
94355
- "v-slot:intervalBody"?: false | ((arg: {
94459
+ "v-slot:interval-body"?: false | ((arg: {
94356
94460
  interval: {
94357
94461
  label: string;
94358
94462
  start: unknown;
@@ -94360,7 +94464,7 @@ declare const VCalendarDay: {
94360
94464
  events: any[];
94361
94465
  };
94362
94466
  }) => vue.VNodeChild) | undefined;
94363
- "v-slot:intervalEvent"?: false | ((arg: {
94467
+ "v-slot:interval-event"?: false | ((arg: {
94364
94468
  height: string;
94365
94469
  margin: string;
94366
94470
  eventClass: string;
@@ -94372,7 +94476,7 @@ declare const VCalendarDay: {
94372
94476
  events: any[];
94373
94477
  };
94374
94478
  }) => vue.VNodeChild) | undefined;
94375
- "v-slot:intervalTitle"?: false | ((arg: {
94479
+ "v-slot:interval-title"?: false | ((arg: {
94376
94480
  interval: {
94377
94481
  label: string;
94378
94482
  start: unknown;
@@ -94393,7 +94497,7 @@ declare const VCalendarDay: {
94393
94497
  hideDayHeader: boolean;
94394
94498
  intervals: number;
94395
94499
  }, {}, string, vue.SlotsType<Partial<{
94396
- intervalBody: (arg: {
94500
+ 'interval-body': (arg: {
94397
94501
  interval: {
94398
94502
  label: string;
94399
94503
  start: unknown;
@@ -94401,7 +94505,7 @@ declare const VCalendarDay: {
94401
94505
  events: any[];
94402
94506
  };
94403
94507
  }) => vue.VNode[];
94404
- intervalEvent: (arg: {
94508
+ 'interval-event': (arg: {
94405
94509
  height: string;
94406
94510
  margin: string;
94407
94511
  eventClass: string;
@@ -94413,7 +94517,7 @@ declare const VCalendarDay: {
94413
94517
  events: any[];
94414
94518
  };
94415
94519
  }) => vue.VNode[];
94416
- intervalTitle: (arg: {
94520
+ 'interval-title': (arg: {
94417
94521
  interval: {
94418
94522
  label: string;
94419
94523
  start: unknown;
@@ -94554,7 +94658,7 @@ declare const VCalendar: {
94554
94658
  dayIndex?: number | undefined;
94555
94659
  } & {
94556
94660
  $children?: {} | vue.VNodeChild | {
94557
- intervalBody?: ((arg: {
94661
+ 'interval-body'?: ((arg: {
94558
94662
  interval: {
94559
94663
  label: string;
94560
94664
  start: unknown;
@@ -94562,7 +94666,7 @@ declare const VCalendar: {
94562
94666
  events: any[];
94563
94667
  };
94564
94668
  }) => vue.VNodeChild) | undefined;
94565
- intervalEvent?: ((arg: {
94669
+ 'interval-event'?: ((arg: {
94566
94670
  height: string;
94567
94671
  margin: string;
94568
94672
  eventClass: string;
@@ -94574,7 +94678,7 @@ declare const VCalendar: {
94574
94678
  events: any[];
94575
94679
  };
94576
94680
  }) => vue.VNodeChild) | undefined;
94577
- intervalTitle?: ((arg: {
94681
+ 'interval-title'?: ((arg: {
94578
94682
  interval: {
94579
94683
  label: string;
94580
94684
  start: unknown;
@@ -94611,7 +94715,7 @@ declare const VCalendar: {
94611
94715
  }) => vue.VNodeChild) | undefined;
94612
94716
  };
94613
94717
  'v-slots'?: {
94614
- intervalBody?: false | ((arg: {
94718
+ 'interval-body'?: false | ((arg: {
94615
94719
  interval: {
94616
94720
  label: string;
94617
94721
  start: unknown;
@@ -94619,7 +94723,7 @@ declare const VCalendar: {
94619
94723
  events: any[];
94620
94724
  };
94621
94725
  }) => vue.VNodeChild) | undefined;
94622
- intervalEvent?: false | ((arg: {
94726
+ 'interval-event'?: false | ((arg: {
94623
94727
  height: string;
94624
94728
  margin: string;
94625
94729
  eventClass: string;
@@ -94631,7 +94735,7 @@ declare const VCalendar: {
94631
94735
  events: any[];
94632
94736
  };
94633
94737
  }) => vue.VNodeChild) | undefined;
94634
- intervalTitle?: false | ((arg: {
94738
+ 'interval-title'?: false | ((arg: {
94635
94739
  interval: {
94636
94740
  label: string;
94637
94741
  start: unknown;
@@ -94668,7 +94772,7 @@ declare const VCalendar: {
94668
94772
  }) => vue.VNodeChild) | undefined;
94669
94773
  } | undefined;
94670
94774
  } & {
94671
- "v-slot:intervalBody"?: false | ((arg: {
94775
+ "v-slot:interval-body"?: false | ((arg: {
94672
94776
  interval: {
94673
94777
  label: string;
94674
94778
  start: unknown;
@@ -94676,7 +94780,7 @@ declare const VCalendar: {
94676
94780
  events: any[];
94677
94781
  };
94678
94782
  }) => vue.VNodeChild) | undefined;
94679
- "v-slot:intervalEvent"?: false | ((arg: {
94783
+ "v-slot:interval-event"?: false | ((arg: {
94680
94784
  height: string;
94681
94785
  margin: string;
94682
94786
  eventClass: string;
@@ -94688,7 +94792,7 @@ declare const VCalendar: {
94688
94792
  events: any[];
94689
94793
  };
94690
94794
  }) => vue.VNodeChild) | undefined;
94691
- "v-slot:intervalTitle"?: false | ((arg: {
94795
+ "v-slot:interval-title"?: false | ((arg: {
94692
94796
  interval: {
94693
94797
  label: string;
94694
94798
  start: unknown;
@@ -94758,7 +94862,7 @@ declare const VCalendar: {
94758
94862
  intervals: number;
94759
94863
  hideWeekNumber: boolean;
94760
94864
  }, true, {}, vue.SlotsType<Partial<{
94761
- intervalBody: (arg: {
94865
+ 'interval-body': (arg: {
94762
94866
  interval: {
94763
94867
  label: string;
94764
94868
  start: unknown;
@@ -94766,7 +94870,7 @@ declare const VCalendar: {
94766
94870
  events: any[];
94767
94871
  };
94768
94872
  }) => vue.VNode[];
94769
- intervalEvent: (arg: {
94873
+ 'interval-event': (arg: {
94770
94874
  height: string;
94771
94875
  margin: string;
94772
94876
  eventClass: string;
@@ -94778,7 +94882,7 @@ declare const VCalendar: {
94778
94882
  events: any[];
94779
94883
  };
94780
94884
  }) => vue.VNode[];
94781
- intervalTitle: (arg: {
94885
+ 'interval-title': (arg: {
94782
94886
  interval: {
94783
94887
  label: string;
94784
94888
  start: unknown;
@@ -94854,7 +94958,7 @@ declare const VCalendar: {
94854
94958
  dayIndex?: number | undefined;
94855
94959
  } & {
94856
94960
  $children?: {} | vue.VNodeChild | {
94857
- intervalBody?: ((arg: {
94961
+ 'interval-body'?: ((arg: {
94858
94962
  interval: {
94859
94963
  label: string;
94860
94964
  start: unknown;
@@ -94862,7 +94966,7 @@ declare const VCalendar: {
94862
94966
  events: any[];
94863
94967
  };
94864
94968
  }) => vue.VNodeChild) | undefined;
94865
- intervalEvent?: ((arg: {
94969
+ 'interval-event'?: ((arg: {
94866
94970
  height: string;
94867
94971
  margin: string;
94868
94972
  eventClass: string;
@@ -94874,7 +94978,7 @@ declare const VCalendar: {
94874
94978
  events: any[];
94875
94979
  };
94876
94980
  }) => vue.VNodeChild) | undefined;
94877
- intervalTitle?: ((arg: {
94981
+ 'interval-title'?: ((arg: {
94878
94982
  interval: {
94879
94983
  label: string;
94880
94984
  start: unknown;
@@ -94911,7 +95015,7 @@ declare const VCalendar: {
94911
95015
  }) => vue.VNodeChild) | undefined;
94912
95016
  };
94913
95017
  'v-slots'?: {
94914
- intervalBody?: false | ((arg: {
95018
+ 'interval-body'?: false | ((arg: {
94915
95019
  interval: {
94916
95020
  label: string;
94917
95021
  start: unknown;
@@ -94919,7 +95023,7 @@ declare const VCalendar: {
94919
95023
  events: any[];
94920
95024
  };
94921
95025
  }) => vue.VNodeChild) | undefined;
94922
- intervalEvent?: false | ((arg: {
95026
+ 'interval-event'?: false | ((arg: {
94923
95027
  height: string;
94924
95028
  margin: string;
94925
95029
  eventClass: string;
@@ -94931,7 +95035,7 @@ declare const VCalendar: {
94931
95035
  events: any[];
94932
95036
  };
94933
95037
  }) => vue.VNodeChild) | undefined;
94934
- intervalTitle?: false | ((arg: {
95038
+ 'interval-title'?: false | ((arg: {
94935
95039
  interval: {
94936
95040
  label: string;
94937
95041
  start: unknown;
@@ -94968,7 +95072,7 @@ declare const VCalendar: {
94968
95072
  }) => vue.VNodeChild) | undefined;
94969
95073
  } | undefined;
94970
95074
  } & {
94971
- "v-slot:intervalBody"?: false | ((arg: {
95075
+ "v-slot:interval-body"?: false | ((arg: {
94972
95076
  interval: {
94973
95077
  label: string;
94974
95078
  start: unknown;
@@ -94976,7 +95080,7 @@ declare const VCalendar: {
94976
95080
  events: any[];
94977
95081
  };
94978
95082
  }) => vue.VNodeChild) | undefined;
94979
- "v-slot:intervalEvent"?: false | ((arg: {
95083
+ "v-slot:interval-event"?: false | ((arg: {
94980
95084
  height: string;
94981
95085
  margin: string;
94982
95086
  eventClass: string;
@@ -94988,7 +95092,7 @@ declare const VCalendar: {
94988
95092
  events: any[];
94989
95093
  };
94990
95094
  }) => vue.VNodeChild) | undefined;
94991
- "v-slot:intervalTitle"?: false | ((arg: {
95095
+ "v-slot:interval-title"?: false | ((arg: {
94992
95096
  interval: {
94993
95097
  label: string;
94994
95098
  start: unknown;
@@ -95090,7 +95194,7 @@ declare const VCalendar: {
95090
95194
  dayIndex?: number | undefined;
95091
95195
  } & {
95092
95196
  $children?: {} | vue.VNodeChild | {
95093
- intervalBody?: ((arg: {
95197
+ 'interval-body'?: ((arg: {
95094
95198
  interval: {
95095
95199
  label: string;
95096
95200
  start: unknown;
@@ -95098,7 +95202,7 @@ declare const VCalendar: {
95098
95202
  events: any[];
95099
95203
  };
95100
95204
  }) => vue.VNodeChild) | undefined;
95101
- intervalEvent?: ((arg: {
95205
+ 'interval-event'?: ((arg: {
95102
95206
  height: string;
95103
95207
  margin: string;
95104
95208
  eventClass: string;
@@ -95110,7 +95214,7 @@ declare const VCalendar: {
95110
95214
  events: any[];
95111
95215
  };
95112
95216
  }) => vue.VNodeChild) | undefined;
95113
- intervalTitle?: ((arg: {
95217
+ 'interval-title'?: ((arg: {
95114
95218
  interval: {
95115
95219
  label: string;
95116
95220
  start: unknown;
@@ -95147,7 +95251,7 @@ declare const VCalendar: {
95147
95251
  }) => vue.VNodeChild) | undefined;
95148
95252
  };
95149
95253
  'v-slots'?: {
95150
- intervalBody?: false | ((arg: {
95254
+ 'interval-body'?: false | ((arg: {
95151
95255
  interval: {
95152
95256
  label: string;
95153
95257
  start: unknown;
@@ -95155,7 +95259,7 @@ declare const VCalendar: {
95155
95259
  events: any[];
95156
95260
  };
95157
95261
  }) => vue.VNodeChild) | undefined;
95158
- intervalEvent?: false | ((arg: {
95262
+ 'interval-event'?: false | ((arg: {
95159
95263
  height: string;
95160
95264
  margin: string;
95161
95265
  eventClass: string;
@@ -95167,7 +95271,7 @@ declare const VCalendar: {
95167
95271
  events: any[];
95168
95272
  };
95169
95273
  }) => vue.VNodeChild) | undefined;
95170
- intervalTitle?: false | ((arg: {
95274
+ 'interval-title'?: false | ((arg: {
95171
95275
  interval: {
95172
95276
  label: string;
95173
95277
  start: unknown;
@@ -95204,7 +95308,7 @@ declare const VCalendar: {
95204
95308
  }) => vue.VNodeChild) | undefined;
95205
95309
  } | undefined;
95206
95310
  } & {
95207
- "v-slot:intervalBody"?: false | ((arg: {
95311
+ "v-slot:interval-body"?: false | ((arg: {
95208
95312
  interval: {
95209
95313
  label: string;
95210
95314
  start: unknown;
@@ -95212,7 +95316,7 @@ declare const VCalendar: {
95212
95316
  events: any[];
95213
95317
  };
95214
95318
  }) => vue.VNodeChild) | undefined;
95215
- "v-slot:intervalEvent"?: false | ((arg: {
95319
+ "v-slot:interval-event"?: false | ((arg: {
95216
95320
  height: string;
95217
95321
  margin: string;
95218
95322
  eventClass: string;
@@ -95224,7 +95328,7 @@ declare const VCalendar: {
95224
95328
  events: any[];
95225
95329
  };
95226
95330
  }) => vue.VNodeChild) | undefined;
95227
- "v-slot:intervalTitle"?: false | ((arg: {
95331
+ "v-slot:interval-title"?: false | ((arg: {
95228
95332
  interval: {
95229
95333
  label: string;
95230
95334
  start: unknown;
@@ -95294,7 +95398,7 @@ declare const VCalendar: {
95294
95398
  intervals: number;
95295
95399
  hideWeekNumber: boolean;
95296
95400
  }, {}, string, vue.SlotsType<Partial<{
95297
- intervalBody: (arg: {
95401
+ 'interval-body': (arg: {
95298
95402
  interval: {
95299
95403
  label: string;
95300
95404
  start: unknown;
@@ -95302,7 +95406,7 @@ declare const VCalendar: {
95302
95406
  events: any[];
95303
95407
  };
95304
95408
  }) => vue.VNode[];
95305
- intervalEvent: (arg: {
95409
+ 'interval-event': (arg: {
95306
95410
  height: string;
95307
95411
  margin: string;
95308
95412
  eventClass: string;
@@ -95314,7 +95418,7 @@ declare const VCalendar: {
95314
95418
  events: any[];
95315
95419
  };
95316
95420
  }) => vue.VNode[];
95317
- intervalTitle: (arg: {
95421
+ 'interval-title': (arg: {
95318
95422
  interval: {
95319
95423
  label: string;
95320
95424
  start: unknown;
@@ -95705,7 +95809,7 @@ declare const VCalendarIntervalEvent: {
95705
95809
  event?: Record<string, any> | undefined;
95706
95810
  } & {
95707
95811
  $children?: {} | vue.VNodeChild | {
95708
- intervalEvent?: ((arg: {
95812
+ 'interval-event'?: ((arg: {
95709
95813
  height: string;
95710
95814
  margin: string;
95711
95815
  eventClass: string;
@@ -95714,7 +95818,7 @@ declare const VCalendarIntervalEvent: {
95714
95818
  }) => vue.VNodeChild) | undefined;
95715
95819
  };
95716
95820
  'v-slots'?: {
95717
- intervalEvent?: false | ((arg: {
95821
+ 'interval-event'?: false | ((arg: {
95718
95822
  height: string;
95719
95823
  margin: string;
95720
95824
  eventClass: string;
@@ -95723,7 +95827,7 @@ declare const VCalendarIntervalEvent: {
95723
95827
  }) => vue.VNodeChild) | undefined;
95724
95828
  } | undefined;
95725
95829
  } & {
95726
- "v-slot:intervalEvent"?: false | ((arg: {
95830
+ "v-slot:interval-event"?: false | ((arg: {
95727
95831
  height: string;
95728
95832
  margin: string;
95729
95833
  eventClass: string;
@@ -95733,7 +95837,7 @@ declare const VCalendarIntervalEvent: {
95733
95837
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
95734
95838
  allDay: boolean;
95735
95839
  }, true, {}, vue.SlotsType<Partial<{
95736
- intervalEvent: (arg: {
95840
+ 'interval-event': (arg: {
95737
95841
  height: string;
95738
95842
  margin: string;
95739
95843
  eventClass: string;
@@ -95757,7 +95861,7 @@ declare const VCalendarIntervalEvent: {
95757
95861
  event?: Record<string, any> | undefined;
95758
95862
  } & {
95759
95863
  $children?: {} | vue.VNodeChild | {
95760
- intervalEvent?: ((arg: {
95864
+ 'interval-event'?: ((arg: {
95761
95865
  height: string;
95762
95866
  margin: string;
95763
95867
  eventClass: string;
@@ -95766,7 +95870,7 @@ declare const VCalendarIntervalEvent: {
95766
95870
  }) => vue.VNodeChild) | undefined;
95767
95871
  };
95768
95872
  'v-slots'?: {
95769
- intervalEvent?: false | ((arg: {
95873
+ 'interval-event'?: false | ((arg: {
95770
95874
  height: string;
95771
95875
  margin: string;
95772
95876
  eventClass: string;
@@ -95775,7 +95879,7 @@ declare const VCalendarIntervalEvent: {
95775
95879
  }) => vue.VNodeChild) | undefined;
95776
95880
  } | undefined;
95777
95881
  } & {
95778
- "v-slot:intervalEvent"?: false | ((arg: {
95882
+ "v-slot:interval-event"?: false | ((arg: {
95779
95883
  height: string;
95780
95884
  margin: string;
95781
95885
  eventClass: string;
@@ -95798,7 +95902,7 @@ declare const VCalendarIntervalEvent: {
95798
95902
  event?: Record<string, any> | undefined;
95799
95903
  } & {
95800
95904
  $children?: {} | vue.VNodeChild | {
95801
- intervalEvent?: ((arg: {
95905
+ 'interval-event'?: ((arg: {
95802
95906
  height: string;
95803
95907
  margin: string;
95804
95908
  eventClass: string;
@@ -95807,7 +95911,7 @@ declare const VCalendarIntervalEvent: {
95807
95911
  }) => vue.VNodeChild) | undefined;
95808
95912
  };
95809
95913
  'v-slots'?: {
95810
- intervalEvent?: false | ((arg: {
95914
+ 'interval-event'?: false | ((arg: {
95811
95915
  height: string;
95812
95916
  margin: string;
95813
95917
  eventClass: string;
@@ -95816,7 +95920,7 @@ declare const VCalendarIntervalEvent: {
95816
95920
  }) => vue.VNodeChild) | undefined;
95817
95921
  } | undefined;
95818
95922
  } & {
95819
- "v-slot:intervalEvent"?: false | ((arg: {
95923
+ "v-slot:interval-event"?: false | ((arg: {
95820
95924
  height: string;
95821
95925
  margin: string;
95822
95926
  eventClass: string;
@@ -95826,7 +95930,7 @@ declare const VCalendarIntervalEvent: {
95826
95930
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
95827
95931
  allDay: boolean;
95828
95932
  }, {}, string, vue.SlotsType<Partial<{
95829
- intervalEvent: (arg: {
95933
+ 'interval-event': (arg: {
95830
95934
  height: string;
95831
95935
  margin: string;
95832
95936
  eventClass: string;
@@ -95879,60 +95983,60 @@ declare const VCalendarMonthDay: {
95879
95983
  events?: any[] | undefined;
95880
95984
  } & {
95881
95985
  $children?: {} | vue.VNodeChild | {
95882
- dayBody?: ((arg: {
95986
+ 'day-body'?: ((arg: {
95883
95987
  day?: CalendarDay;
95884
95988
  events?: Array<any>;
95885
95989
  }) => vue.VNodeChild) | undefined;
95886
- dayEvent?: ((arg: {
95990
+ 'day-event'?: ((arg: {
95887
95991
  day?: CalendarDay;
95888
95992
  allDay: boolean;
95889
95993
  event: Record<string, unknown>;
95890
95994
  }) => vue.VNodeChild) | undefined;
95891
- dayTitle?: ((arg: {
95995
+ 'day-title'?: ((arg: {
95892
95996
  title?: number | string;
95893
95997
  }) => vue.VNodeChild) | undefined;
95894
95998
  };
95895
95999
  'v-slots'?: {
95896
- dayBody?: false | ((arg: {
96000
+ 'day-body'?: false | ((arg: {
95897
96001
  day?: CalendarDay;
95898
96002
  events?: Array<any>;
95899
96003
  }) => vue.VNodeChild) | undefined;
95900
- dayEvent?: false | ((arg: {
96004
+ 'day-event'?: false | ((arg: {
95901
96005
  day?: CalendarDay;
95902
96006
  allDay: boolean;
95903
96007
  event: Record<string, unknown>;
95904
96008
  }) => vue.VNodeChild) | undefined;
95905
- dayTitle?: false | ((arg: {
96009
+ 'day-title'?: false | ((arg: {
95906
96010
  title?: number | string;
95907
96011
  }) => vue.VNodeChild) | undefined;
95908
96012
  } | undefined;
95909
96013
  } & {
95910
- "v-slot:dayBody"?: false | ((arg: {
96014
+ "v-slot:day-body"?: false | ((arg: {
95911
96015
  day?: CalendarDay;
95912
96016
  events?: Array<any>;
95913
96017
  }) => vue.VNodeChild) | undefined;
95914
- "v-slot:dayEvent"?: false | ((arg: {
96018
+ "v-slot:day-event"?: false | ((arg: {
95915
96019
  day?: CalendarDay;
95916
96020
  allDay: boolean;
95917
96021
  event: Record<string, unknown>;
95918
96022
  }) => vue.VNodeChild) | undefined;
95919
- "v-slot:dayTitle"?: false | ((arg: {
96023
+ "v-slot:day-title"?: false | ((arg: {
95920
96024
  title?: number | string;
95921
96025
  }) => vue.VNodeChild) | undefined;
95922
96026
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
95923
96027
  active: boolean;
95924
96028
  disabled: boolean;
95925
96029
  }, true, {}, vue.SlotsType<Partial<{
95926
- dayBody: (arg: {
96030
+ 'day-body': (arg: {
95927
96031
  day?: CalendarDay;
95928
96032
  events?: Array<any>;
95929
96033
  }) => vue.VNode[];
95930
- dayEvent: (arg: {
96034
+ 'day-event': (arg: {
95931
96035
  day?: CalendarDay;
95932
96036
  allDay: boolean;
95933
96037
  event: Record<string, unknown>;
95934
96038
  }) => vue.VNode[];
95935
- dayTitle: (arg: {
96039
+ 'day-title': (arg: {
95936
96040
  title?: number | string;
95937
96041
  }) => vue.VNode[];
95938
96042
  }>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
@@ -95952,44 +96056,44 @@ declare const VCalendarMonthDay: {
95952
96056
  events?: any[] | undefined;
95953
96057
  } & {
95954
96058
  $children?: {} | vue.VNodeChild | {
95955
- dayBody?: ((arg: {
96059
+ 'day-body'?: ((arg: {
95956
96060
  day?: CalendarDay;
95957
96061
  events?: Array<any>;
95958
96062
  }) => vue.VNodeChild) | undefined;
95959
- dayEvent?: ((arg: {
96063
+ 'day-event'?: ((arg: {
95960
96064
  day?: CalendarDay;
95961
96065
  allDay: boolean;
95962
96066
  event: Record<string, unknown>;
95963
96067
  }) => vue.VNodeChild) | undefined;
95964
- dayTitle?: ((arg: {
96068
+ 'day-title'?: ((arg: {
95965
96069
  title?: number | string;
95966
96070
  }) => vue.VNodeChild) | undefined;
95967
96071
  };
95968
96072
  'v-slots'?: {
95969
- dayBody?: false | ((arg: {
96073
+ 'day-body'?: false | ((arg: {
95970
96074
  day?: CalendarDay;
95971
96075
  events?: Array<any>;
95972
96076
  }) => vue.VNodeChild) | undefined;
95973
- dayEvent?: false | ((arg: {
96077
+ 'day-event'?: false | ((arg: {
95974
96078
  day?: CalendarDay;
95975
96079
  allDay: boolean;
95976
96080
  event: Record<string, unknown>;
95977
96081
  }) => vue.VNodeChild) | undefined;
95978
- dayTitle?: false | ((arg: {
96082
+ 'day-title'?: false | ((arg: {
95979
96083
  title?: number | string;
95980
96084
  }) => vue.VNodeChild) | undefined;
95981
96085
  } | undefined;
95982
96086
  } & {
95983
- "v-slot:dayBody"?: false | ((arg: {
96087
+ "v-slot:day-body"?: false | ((arg: {
95984
96088
  day?: CalendarDay;
95985
96089
  events?: Array<any>;
95986
96090
  }) => vue.VNodeChild) | undefined;
95987
- "v-slot:dayEvent"?: false | ((arg: {
96091
+ "v-slot:day-event"?: false | ((arg: {
95988
96092
  day?: CalendarDay;
95989
96093
  allDay: boolean;
95990
96094
  event: Record<string, unknown>;
95991
96095
  }) => vue.VNodeChild) | undefined;
95992
- "v-slot:dayTitle"?: false | ((arg: {
96096
+ "v-slot:day-title"?: false | ((arg: {
95993
96097
  title?: number | string;
95994
96098
  }) => vue.VNodeChild) | undefined;
95995
96099
  }, {}, {}, {}, {}, {
@@ -96009,60 +96113,60 @@ declare const VCalendarMonthDay: {
96009
96113
  events?: any[] | undefined;
96010
96114
  } & {
96011
96115
  $children?: {} | vue.VNodeChild | {
96012
- dayBody?: ((arg: {
96116
+ 'day-body'?: ((arg: {
96013
96117
  day?: CalendarDay;
96014
96118
  events?: Array<any>;
96015
96119
  }) => vue.VNodeChild) | undefined;
96016
- dayEvent?: ((arg: {
96120
+ 'day-event'?: ((arg: {
96017
96121
  day?: CalendarDay;
96018
96122
  allDay: boolean;
96019
96123
  event: Record<string, unknown>;
96020
96124
  }) => vue.VNodeChild) | undefined;
96021
- dayTitle?: ((arg: {
96125
+ 'day-title'?: ((arg: {
96022
96126
  title?: number | string;
96023
96127
  }) => vue.VNodeChild) | undefined;
96024
96128
  };
96025
96129
  'v-slots'?: {
96026
- dayBody?: false | ((arg: {
96130
+ 'day-body'?: false | ((arg: {
96027
96131
  day?: CalendarDay;
96028
96132
  events?: Array<any>;
96029
96133
  }) => vue.VNodeChild) | undefined;
96030
- dayEvent?: false | ((arg: {
96134
+ 'day-event'?: false | ((arg: {
96031
96135
  day?: CalendarDay;
96032
96136
  allDay: boolean;
96033
96137
  event: Record<string, unknown>;
96034
96138
  }) => vue.VNodeChild) | undefined;
96035
- dayTitle?: false | ((arg: {
96139
+ 'day-title'?: false | ((arg: {
96036
96140
  title?: number | string;
96037
96141
  }) => vue.VNodeChild) | undefined;
96038
96142
  } | undefined;
96039
96143
  } & {
96040
- "v-slot:dayBody"?: false | ((arg: {
96144
+ "v-slot:day-body"?: false | ((arg: {
96041
96145
  day?: CalendarDay;
96042
96146
  events?: Array<any>;
96043
96147
  }) => vue.VNodeChild) | undefined;
96044
- "v-slot:dayEvent"?: false | ((arg: {
96148
+ "v-slot:day-event"?: false | ((arg: {
96045
96149
  day?: CalendarDay;
96046
96150
  allDay: boolean;
96047
96151
  event: Record<string, unknown>;
96048
96152
  }) => vue.VNodeChild) | undefined;
96049
- "v-slot:dayTitle"?: false | ((arg: {
96153
+ "v-slot:day-title"?: false | ((arg: {
96050
96154
  title?: number | string;
96051
96155
  }) => vue.VNodeChild) | undefined;
96052
96156
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
96053
96157
  active: boolean;
96054
96158
  disabled: boolean;
96055
96159
  }, {}, string, vue.SlotsType<Partial<{
96056
- dayBody: (arg: {
96160
+ 'day-body': (arg: {
96057
96161
  day?: CalendarDay;
96058
96162
  events?: Array<any>;
96059
96163
  }) => vue.VNode[];
96060
- dayEvent: (arg: {
96164
+ 'day-event': (arg: {
96061
96165
  day?: CalendarDay;
96062
96166
  allDay: boolean;
96063
96167
  event: Record<string, unknown>;
96064
96168
  }) => vue.VNode[];
96065
- dayTitle: (arg: {
96169
+ 'day-title': (arg: {
96066
96170
  title?: number | string;
96067
96171
  }) => vue.VNode[];
96068
96172
  }>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
@@ -113363,6 +113467,231 @@ declare const VPullToRefresh: {
113363
113467
  }>>;
113364
113468
  type VPullToRefresh = InstanceType<typeof VPullToRefresh>;
113365
113469
 
113470
+ type DisplayMode = 'icon' | 'symbol' | 'text';
113471
+ type HotkeyVariant = 'elevated' | 'flat' | 'tonal' | 'outlined' | 'text' | 'plain' | 'contained';
113472
+ type KeyConfig = {
113473
+ symbol?: string;
113474
+ icon?: string;
113475
+ text: string;
113476
+ };
113477
+ type PlatformKeyConfig = {
113478
+ mac?: KeyConfig;
113479
+ default: KeyConfig;
113480
+ };
113481
+ type KeyMapConfig = Record<string, PlatformKeyConfig>;
113482
+ declare const VHotkey: {
113483
+ new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
113484
+ variant: HotkeyVariant;
113485
+ platform: "auto" | "pc" | "mac";
113486
+ inline: boolean;
113487
+ style: vue.StyleValue;
113488
+ disabled: boolean;
113489
+ tile: boolean;
113490
+ displayMode: DisplayMode;
113491
+ keyMap: KeyMapConfig;
113492
+ } & {
113493
+ keys?: string | undefined;
113494
+ border?: string | number | boolean | undefined;
113495
+ color?: string | undefined;
113496
+ prefix?: string | undefined;
113497
+ class?: any;
113498
+ theme?: string | undefined;
113499
+ elevation?: string | number | undefined;
113500
+ rounded?: string | number | boolean | undefined;
113501
+ suffix?: string | undefined;
113502
+ } & {
113503
+ $children?: vue.VNodeChild | {
113504
+ default?: (() => vue.VNodeChild) | undefined;
113505
+ } | (() => vue.VNodeChild);
113506
+ 'v-slots'?: {
113507
+ default?: false | (() => vue.VNodeChild) | undefined;
113508
+ } | undefined;
113509
+ } & {
113510
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
113511
+ }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
113512
+ variant: HotkeyVariant;
113513
+ platform: "auto" | "pc" | "mac";
113514
+ inline: boolean;
113515
+ style: vue.StyleValue;
113516
+ disabled: boolean;
113517
+ rounded: string | number | boolean;
113518
+ tile: boolean;
113519
+ displayMode: DisplayMode;
113520
+ keyMap: KeyMapConfig;
113521
+ }, true, {}, vue.SlotsType<Partial<{
113522
+ default: () => vue.VNode[];
113523
+ }>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
113524
+ P: {};
113525
+ B: {};
113526
+ D: {};
113527
+ C: {};
113528
+ M: {};
113529
+ Defaults: {};
113530
+ }, {
113531
+ variant: HotkeyVariant;
113532
+ platform: "auto" | "pc" | "mac";
113533
+ inline: boolean;
113534
+ style: vue.StyleValue;
113535
+ disabled: boolean;
113536
+ tile: boolean;
113537
+ displayMode: DisplayMode;
113538
+ keyMap: KeyMapConfig;
113539
+ } & {
113540
+ keys?: string | undefined;
113541
+ border?: string | number | boolean | undefined;
113542
+ color?: string | undefined;
113543
+ prefix?: string | undefined;
113544
+ class?: any;
113545
+ theme?: string | undefined;
113546
+ elevation?: string | number | undefined;
113547
+ rounded?: string | number | boolean | undefined;
113548
+ suffix?: string | undefined;
113549
+ } & {
113550
+ $children?: vue.VNodeChild | {
113551
+ default?: (() => vue.VNodeChild) | undefined;
113552
+ } | (() => vue.VNodeChild);
113553
+ 'v-slots'?: {
113554
+ default?: false | (() => vue.VNodeChild) | undefined;
113555
+ } | undefined;
113556
+ } & {
113557
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
113558
+ }, {}, {}, {}, {}, {
113559
+ variant: HotkeyVariant;
113560
+ platform: "auto" | "pc" | "mac";
113561
+ inline: boolean;
113562
+ style: vue.StyleValue;
113563
+ disabled: boolean;
113564
+ rounded: string | number | boolean;
113565
+ tile: boolean;
113566
+ displayMode: DisplayMode;
113567
+ keyMap: KeyMapConfig;
113568
+ }>;
113569
+ __isFragment?: never;
113570
+ __isTeleport?: never;
113571
+ __isSuspense?: never;
113572
+ } & vue.ComponentOptionsBase<{
113573
+ variant: HotkeyVariant;
113574
+ platform: "auto" | "pc" | "mac";
113575
+ inline: boolean;
113576
+ style: vue.StyleValue;
113577
+ disabled: boolean;
113578
+ tile: boolean;
113579
+ displayMode: DisplayMode;
113580
+ keyMap: KeyMapConfig;
113581
+ } & {
113582
+ keys?: string | undefined;
113583
+ border?: string | number | boolean | undefined;
113584
+ color?: string | undefined;
113585
+ prefix?: string | undefined;
113586
+ class?: any;
113587
+ theme?: string | undefined;
113588
+ elevation?: string | number | undefined;
113589
+ rounded?: string | number | boolean | undefined;
113590
+ suffix?: string | undefined;
113591
+ } & {
113592
+ $children?: vue.VNodeChild | {
113593
+ default?: (() => vue.VNodeChild) | undefined;
113594
+ } | (() => vue.VNodeChild);
113595
+ 'v-slots'?: {
113596
+ default?: false | (() => vue.VNodeChild) | undefined;
113597
+ } | undefined;
113598
+ } & {
113599
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
113600
+ }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
113601
+ variant: HotkeyVariant;
113602
+ platform: "auto" | "pc" | "mac";
113603
+ inline: boolean;
113604
+ style: vue.StyleValue;
113605
+ disabled: boolean;
113606
+ rounded: string | number | boolean;
113607
+ tile: boolean;
113608
+ displayMode: DisplayMode;
113609
+ keyMap: KeyMapConfig;
113610
+ }, {}, string, vue.SlotsType<Partial<{
113611
+ default: () => vue.VNode[];
113612
+ }>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
113613
+ color: StringConstructor;
113614
+ variant: {
113615
+ type: PropType<HotkeyVariant>;
113616
+ default: "elevated";
113617
+ validator: (v: any) => boolean;
113618
+ };
113619
+ elevation: {
113620
+ type: (StringConstructor | NumberConstructor)[];
113621
+ validator(v: any): boolean;
113622
+ };
113623
+ rounded: {
113624
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
113625
+ default: undefined;
113626
+ };
113627
+ tile: BooleanConstructor;
113628
+ border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
113629
+ theme: StringConstructor;
113630
+ class: PropType<ClassValue>;
113631
+ style: {
113632
+ type: PropType<vue.StyleValue>;
113633
+ default: null;
113634
+ };
113635
+ keys: StringConstructor;
113636
+ displayMode: {
113637
+ type: PropType<DisplayMode>;
113638
+ default: string;
113639
+ };
113640
+ keyMap: {
113641
+ type: PropType<KeyMapConfig>;
113642
+ default: () => KeyMapConfig;
113643
+ };
113644
+ platform: {
113645
+ type: PropType<"auto" | "pc" | "mac">;
113646
+ default: string;
113647
+ };
113648
+ inline: BooleanConstructor;
113649
+ disabled: BooleanConstructor;
113650
+ prefix: StringConstructor;
113651
+ suffix: StringConstructor;
113652
+ }, vue.ExtractPropTypes<{
113653
+ color: StringConstructor;
113654
+ variant: {
113655
+ type: PropType<HotkeyVariant>;
113656
+ default: "elevated";
113657
+ validator: (v: any) => boolean;
113658
+ };
113659
+ elevation: {
113660
+ type: (StringConstructor | NumberConstructor)[];
113661
+ validator(v: any): boolean;
113662
+ };
113663
+ rounded: {
113664
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
113665
+ default: undefined;
113666
+ };
113667
+ tile: BooleanConstructor;
113668
+ border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
113669
+ theme: StringConstructor;
113670
+ class: PropType<ClassValue>;
113671
+ style: {
113672
+ type: PropType<vue.StyleValue>;
113673
+ default: null;
113674
+ };
113675
+ keys: StringConstructor;
113676
+ displayMode: {
113677
+ type: PropType<DisplayMode>;
113678
+ default: string;
113679
+ };
113680
+ keyMap: {
113681
+ type: PropType<KeyMapConfig>;
113682
+ default: () => KeyMapConfig;
113683
+ };
113684
+ platform: {
113685
+ type: PropType<"auto" | "pc" | "mac">;
113686
+ default: string;
113687
+ };
113688
+ inline: BooleanConstructor;
113689
+ disabled: BooleanConstructor;
113690
+ prefix: StringConstructor;
113691
+ suffix: StringConstructor;
113692
+ }>>;
113693
+ type VHotkey = InstanceType<typeof VHotkey>;
113694
+
113366
113695
  declare const allComponents_d_VAlert: typeof VAlert;
113367
113696
  declare const allComponents_d_VAlertTitle: typeof VAlertTitle;
113368
113697
  declare const allComponents_d_VApp: typeof VApp;
@@ -113449,6 +113778,7 @@ declare const allComponents_d_VFileUpload: typeof VFileUpload;
113449
113778
  declare const allComponents_d_VFileUploadItem: typeof VFileUploadItem;
113450
113779
  declare const allComponents_d_VFooter: typeof VFooter;
113451
113780
  declare const allComponents_d_VForm: typeof VForm;
113781
+ declare const allComponents_d_VHotkey: typeof VHotkey;
113452
113782
  declare const allComponents_d_VHover: typeof VHover;
113453
113783
  declare const allComponents_d_VIcon: typeof VIcon;
113454
113784
  declare const allComponents_d_VIconBtn: typeof VIconBtn;
@@ -113554,7 +113884,7 @@ declare const allComponents_d_VVirtualScroll: typeof VVirtualScroll;
113554
113884
  declare const allComponents_d_VWindow: typeof VWindow;
113555
113885
  declare const allComponents_d_VWindowItem: typeof VWindowItem;
113556
113886
  declare namespace allComponents_d {
113557
- export type { allComponents_d_VAlert as VAlert, allComponents_d_VAlertTitle as VAlertTitle, allComponents_d_VApp as VApp, allComponents_d_VAppBar as VAppBar, allComponents_d_VAppBarNavIcon as VAppBarNavIcon, allComponents_d_VAppBarTitle as VAppBarTitle, allComponents_d_VAutocomplete as VAutocomplete, allComponents_d_VAvatar as VAvatar, allComponents_d_VBadge as VBadge, allComponents_d_VBanner as VBanner, allComponents_d_VBannerActions as VBannerActions, allComponents_d_VBannerText as VBannerText, allComponents_d_VBottomNavigation as VBottomNavigation, allComponents_d_VBottomSheet as VBottomSheet, allComponents_d_VBreadcrumbs as VBreadcrumbs, allComponents_d_VBreadcrumbsDivider as VBreadcrumbsDivider, allComponents_d_VBreadcrumbsItem as VBreadcrumbsItem, allComponents_d_VBtn as VBtn, allComponents_d_VBtnGroup as VBtnGroup, allComponents_d_VBtnToggle as VBtnToggle, allComponents_d_VCalendar as VCalendar, allComponents_d_VCalendarDay as VCalendarDay, allComponents_d_VCalendarHeader as VCalendarHeader, allComponents_d_VCalendarInterval as VCalendarInterval, allComponents_d_VCalendarIntervalEvent as VCalendarIntervalEvent, allComponents_d_VCalendarMonthDay as VCalendarMonthDay, allComponents_d_VCard as VCard, allComponents_d_VCardActions as VCardActions, allComponents_d_VCardItem as VCardItem, allComponents_d_VCardSubtitle as VCardSubtitle, allComponents_d_VCardText as VCardText, allComponents_d_VCardTitle as VCardTitle, allComponents_d_VCarousel as VCarousel, allComponents_d_VCarouselItem as VCarouselItem, allComponents_d_VCheckbox as VCheckbox, allComponents_d_VCheckboxBtn as VCheckboxBtn, allComponents_d_VChip as VChip, allComponents_d_VChipGroup as VChipGroup, allComponents_d_VClassIcon as VClassIcon, allComponents_d_VCode as VCode, allComponents_d_VCol as VCol, allComponents_d_VColorInput as VColorInput, allComponents_d_VColorPicker as VColorPicker, allComponents_d_VCombobox as VCombobox, allComponents_d_VComponentIcon as VComponentIcon, allComponents_d_VConfirmEdit as VConfirmEdit, allComponents_d_VContainer as VContainer, allComponents_d_VCounter as VCounter, allComponents_d_VDataIterator as VDataIterator, allComponents_d_VDataTable as VDataTable, allComponents_d_VDataTableFooter as VDataTableFooter, allComponents_d_VDataTableHeaders as VDataTableHeaders, allComponents_d_VDataTableRow as VDataTableRow, allComponents_d_VDataTableRows as VDataTableRows, allComponents_d_VDataTableServer as VDataTableServer, allComponents_d_VDataTableVirtual as VDataTableVirtual, allComponents_d_VDateInput as VDateInput, allComponents_d_VDatePicker as VDatePicker, allComponents_d_VDatePickerControls as VDatePickerControls, allComponents_d_VDatePickerHeader as VDatePickerHeader, allComponents_d_VDatePickerMonth as VDatePickerMonth, allComponents_d_VDatePickerMonths as VDatePickerMonths, allComponents_d_VDatePickerYears as VDatePickerYears, allComponents_d_VDefaultsProvider as VDefaultsProvider, allComponents_d_VDialog as VDialog, allComponents_d_VDialogBottomTransition as VDialogBottomTransition, allComponents_d_VDialogTopTransition as VDialogTopTransition, allComponents_d_VDialogTransition as VDialogTransition, allComponents_d_VDivider as VDivider, allComponents_d_VEmptyState as VEmptyState, allComponents_d_VExpandTransition as VExpandTransition, allComponents_d_VExpandXTransition as VExpandXTransition, allComponents_d_VExpansionPanel as VExpansionPanel, allComponents_d_VExpansionPanelText as VExpansionPanelText, allComponents_d_VExpansionPanelTitle as VExpansionPanelTitle, allComponents_d_VExpansionPanels as VExpansionPanels, allComponents_d_VFab as VFab, allComponents_d_VFabTransition as VFabTransition, allComponents_d_VFadeTransition as VFadeTransition, allComponents_d_VField as VField, allComponents_d_VFieldLabel as VFieldLabel, allComponents_d_VFileInput as VFileInput, allComponents_d_VFileUpload as VFileUpload, allComponents_d_VFileUploadItem as VFileUploadItem, allComponents_d_VFooter as VFooter, allComponents_d_VForm as VForm, allComponents_d_VHover as VHover, allComponents_d_VIcon as VIcon, allComponents_d_VIconBtn as VIconBtn, allComponents_d_VImg as VImg, allComponents_d_VInfiniteScroll as VInfiniteScroll, allComponents_d_VInput as VInput, allComponents_d_VItem as VItem, allComponents_d_VItemGroup as VItemGroup, allComponents_d_VKbd as VKbd, allComponents_d_VLabel as VLabel, allComponents_d_VLayout as VLayout, allComponents_d_VLayoutItem as VLayoutItem, allComponents_d_VLazy as VLazy, allComponents_d_VLigatureIcon as VLigatureIcon, allComponents_d_VList as VList, allComponents_d_VListGroup as VListGroup, allComponents_d_VListImg as VListImg, allComponents_d_VListItem as VListItem, allComponents_d_VListItemAction as VListItemAction, allComponents_d_VListItemMedia as VListItemMedia, allComponents_d_VListItemSubtitle as VListItemSubtitle, allComponents_d_VListItemTitle as VListItemTitle, allComponents_d_VListSubheader as VListSubheader, allComponents_d_VLocaleProvider as VLocaleProvider, allComponents_d_VMain as VMain, allComponents_d_VMaskInput as VMaskInput, allComponents_d_VMenu as VMenu, allComponents_d_VMessages as VMessages, allComponents_d_VNavigationDrawer as VNavigationDrawer, allComponents_d_VNoSsr as VNoSsr, allComponents_d_VNumberInput as VNumberInput, allComponents_d_VOtpInput as VOtpInput, allComponents_d_VOverlay as VOverlay, allComponents_d_VPagination as VPagination, allComponents_d_VParallax as VParallax, allComponents_d_VPicker as VPicker, allComponents_d_VPickerTitle as VPickerTitle, allComponents_d_VProgressCircular as VProgressCircular, allComponents_d_VProgressLinear as VProgressLinear, allComponents_d_VPullToRefresh as VPullToRefresh, allComponents_d_VRadio as VRadio, allComponents_d_VRadioGroup as VRadioGroup, allComponents_d_VRangeSlider as VRangeSlider, allComponents_d_VRating as VRating, allComponents_d_VResponsive as VResponsive, allComponents_d_VRow as VRow, allComponents_d_VScaleTransition as VScaleTransition, allComponents_d_VScrollXReverseTransition as VScrollXReverseTransition, allComponents_d_VScrollXTransition as VScrollXTransition, allComponents_d_VScrollYReverseTransition as VScrollYReverseTransition, allComponents_d_VScrollYTransition as VScrollYTransition, allComponents_d_VSelect as VSelect, allComponents_d_VSelectionControl as VSelectionControl, allComponents_d_VSelectionControlGroup as VSelectionControlGroup, allComponents_d_VSheet as VSheet, allComponents_d_VSkeletonLoader as VSkeletonLoader, allComponents_d_VSlideGroup as VSlideGroup, allComponents_d_VSlideGroupItem as VSlideGroupItem, allComponents_d_VSlideXReverseTransition as VSlideXReverseTransition, allComponents_d_VSlideXTransition as VSlideXTransition, allComponents_d_VSlideYReverseTransition as VSlideYReverseTransition, allComponents_d_VSlideYTransition as VSlideYTransition, allComponents_d_VSlider as VSlider, allComponents_d_VSnackbar as VSnackbar, allComponents_d_VSnackbarQueue as VSnackbarQueue, allComponents_d_VSpacer as VSpacer, allComponents_d_VSparkline as VSparkline, allComponents_d_VSpeedDial as VSpeedDial, allComponents_d_VStepper as VStepper, allComponents_d_VStepperActions as VStepperActions, allComponents_d_VStepperHeader as VStepperHeader, allComponents_d_VStepperItem as VStepperItem, allComponents_d_VStepperVertical as VStepperVertical, allComponents_d_VStepperVerticalActions as VStepperVerticalActions, allComponents_d_VStepperVerticalItem as VStepperVerticalItem, allComponents_d_VStepperWindow as VStepperWindow, allComponents_d_VStepperWindowItem as VStepperWindowItem, allComponents_d_VSvgIcon as VSvgIcon, allComponents_d_VSwitch as VSwitch, allComponents_d_VSystemBar as VSystemBar, allComponents_d_VTab as VTab, allComponents_d_VTable as VTable, allComponents_d_VTabs as VTabs, allComponents_d_VTabsWindow as VTabsWindow, allComponents_d_VTabsWindowItem as VTabsWindowItem, allComponents_d_VTextField as VTextField, allComponents_d_VTextarea as VTextarea, allComponents_d_VThemeProvider as VThemeProvider, allComponents_d_VTimePicker as VTimePicker, allComponents_d_VTimePickerClock as VTimePickerClock, allComponents_d_VTimePickerControls as VTimePickerControls, allComponents_d_VTimeline as VTimeline, allComponents_d_VTimelineItem as VTimelineItem, allComponents_d_VToolbar as VToolbar, allComponents_d_VToolbarItems as VToolbarItems, allComponents_d_VToolbarTitle as VToolbarTitle, allComponents_d_VTooltip as VTooltip, allComponents_d_VTreeview as VTreeview, allComponents_d_VTreeviewGroup as VTreeviewGroup, allComponents_d_VTreeviewItem as VTreeviewItem, allComponents_d_VValidation as VValidation, allComponents_d_VVirtualScroll as VVirtualScroll, allComponents_d_VWindow as VWindow, allComponents_d_VWindowItem as VWindowItem };
113887
+ export type { allComponents_d_VAlert as VAlert, allComponents_d_VAlertTitle as VAlertTitle, allComponents_d_VApp as VApp, allComponents_d_VAppBar as VAppBar, allComponents_d_VAppBarNavIcon as VAppBarNavIcon, allComponents_d_VAppBarTitle as VAppBarTitle, allComponents_d_VAutocomplete as VAutocomplete, allComponents_d_VAvatar as VAvatar, allComponents_d_VBadge as VBadge, allComponents_d_VBanner as VBanner, allComponents_d_VBannerActions as VBannerActions, allComponents_d_VBannerText as VBannerText, allComponents_d_VBottomNavigation as VBottomNavigation, allComponents_d_VBottomSheet as VBottomSheet, allComponents_d_VBreadcrumbs as VBreadcrumbs, allComponents_d_VBreadcrumbsDivider as VBreadcrumbsDivider, allComponents_d_VBreadcrumbsItem as VBreadcrumbsItem, allComponents_d_VBtn as VBtn, allComponents_d_VBtnGroup as VBtnGroup, allComponents_d_VBtnToggle as VBtnToggle, allComponents_d_VCalendar as VCalendar, allComponents_d_VCalendarDay as VCalendarDay, allComponents_d_VCalendarHeader as VCalendarHeader, allComponents_d_VCalendarInterval as VCalendarInterval, allComponents_d_VCalendarIntervalEvent as VCalendarIntervalEvent, allComponents_d_VCalendarMonthDay as VCalendarMonthDay, allComponents_d_VCard as VCard, allComponents_d_VCardActions as VCardActions, allComponents_d_VCardItem as VCardItem, allComponents_d_VCardSubtitle as VCardSubtitle, allComponents_d_VCardText as VCardText, allComponents_d_VCardTitle as VCardTitle, allComponents_d_VCarousel as VCarousel, allComponents_d_VCarouselItem as VCarouselItem, allComponents_d_VCheckbox as VCheckbox, allComponents_d_VCheckboxBtn as VCheckboxBtn, allComponents_d_VChip as VChip, allComponents_d_VChipGroup as VChipGroup, allComponents_d_VClassIcon as VClassIcon, allComponents_d_VCode as VCode, allComponents_d_VCol as VCol, allComponents_d_VColorInput as VColorInput, allComponents_d_VColorPicker as VColorPicker, allComponents_d_VCombobox as VCombobox, allComponents_d_VComponentIcon as VComponentIcon, allComponents_d_VConfirmEdit as VConfirmEdit, allComponents_d_VContainer as VContainer, allComponents_d_VCounter as VCounter, allComponents_d_VDataIterator as VDataIterator, allComponents_d_VDataTable as VDataTable, allComponents_d_VDataTableFooter as VDataTableFooter, allComponents_d_VDataTableHeaders as VDataTableHeaders, allComponents_d_VDataTableRow as VDataTableRow, allComponents_d_VDataTableRows as VDataTableRows, allComponents_d_VDataTableServer as VDataTableServer, allComponents_d_VDataTableVirtual as VDataTableVirtual, allComponents_d_VDateInput as VDateInput, allComponents_d_VDatePicker as VDatePicker, allComponents_d_VDatePickerControls as VDatePickerControls, allComponents_d_VDatePickerHeader as VDatePickerHeader, allComponents_d_VDatePickerMonth as VDatePickerMonth, allComponents_d_VDatePickerMonths as VDatePickerMonths, allComponents_d_VDatePickerYears as VDatePickerYears, allComponents_d_VDefaultsProvider as VDefaultsProvider, allComponents_d_VDialog as VDialog, allComponents_d_VDialogBottomTransition as VDialogBottomTransition, allComponents_d_VDialogTopTransition as VDialogTopTransition, allComponents_d_VDialogTransition as VDialogTransition, allComponents_d_VDivider as VDivider, allComponents_d_VEmptyState as VEmptyState, allComponents_d_VExpandTransition as VExpandTransition, allComponents_d_VExpandXTransition as VExpandXTransition, allComponents_d_VExpansionPanel as VExpansionPanel, allComponents_d_VExpansionPanelText as VExpansionPanelText, allComponents_d_VExpansionPanelTitle as VExpansionPanelTitle, allComponents_d_VExpansionPanels as VExpansionPanels, allComponents_d_VFab as VFab, allComponents_d_VFabTransition as VFabTransition, allComponents_d_VFadeTransition as VFadeTransition, allComponents_d_VField as VField, allComponents_d_VFieldLabel as VFieldLabel, allComponents_d_VFileInput as VFileInput, allComponents_d_VFileUpload as VFileUpload, allComponents_d_VFileUploadItem as VFileUploadItem, allComponents_d_VFooter as VFooter, allComponents_d_VForm as VForm, allComponents_d_VHotkey as VHotkey, allComponents_d_VHover as VHover, allComponents_d_VIcon as VIcon, allComponents_d_VIconBtn as VIconBtn, allComponents_d_VImg as VImg, allComponents_d_VInfiniteScroll as VInfiniteScroll, allComponents_d_VInput as VInput, allComponents_d_VItem as VItem, allComponents_d_VItemGroup as VItemGroup, allComponents_d_VKbd as VKbd, allComponents_d_VLabel as VLabel, allComponents_d_VLayout as VLayout, allComponents_d_VLayoutItem as VLayoutItem, allComponents_d_VLazy as VLazy, allComponents_d_VLigatureIcon as VLigatureIcon, allComponents_d_VList as VList, allComponents_d_VListGroup as VListGroup, allComponents_d_VListImg as VListImg, allComponents_d_VListItem as VListItem, allComponents_d_VListItemAction as VListItemAction, allComponents_d_VListItemMedia as VListItemMedia, allComponents_d_VListItemSubtitle as VListItemSubtitle, allComponents_d_VListItemTitle as VListItemTitle, allComponents_d_VListSubheader as VListSubheader, allComponents_d_VLocaleProvider as VLocaleProvider, allComponents_d_VMain as VMain, allComponents_d_VMaskInput as VMaskInput, allComponents_d_VMenu as VMenu, allComponents_d_VMessages as VMessages, allComponents_d_VNavigationDrawer as VNavigationDrawer, allComponents_d_VNoSsr as VNoSsr, allComponents_d_VNumberInput as VNumberInput, allComponents_d_VOtpInput as VOtpInput, allComponents_d_VOverlay as VOverlay, allComponents_d_VPagination as VPagination, allComponents_d_VParallax as VParallax, allComponents_d_VPicker as VPicker, allComponents_d_VPickerTitle as VPickerTitle, allComponents_d_VProgressCircular as VProgressCircular, allComponents_d_VProgressLinear as VProgressLinear, allComponents_d_VPullToRefresh as VPullToRefresh, allComponents_d_VRadio as VRadio, allComponents_d_VRadioGroup as VRadioGroup, allComponents_d_VRangeSlider as VRangeSlider, allComponents_d_VRating as VRating, allComponents_d_VResponsive as VResponsive, allComponents_d_VRow as VRow, allComponents_d_VScaleTransition as VScaleTransition, allComponents_d_VScrollXReverseTransition as VScrollXReverseTransition, allComponents_d_VScrollXTransition as VScrollXTransition, allComponents_d_VScrollYReverseTransition as VScrollYReverseTransition, allComponents_d_VScrollYTransition as VScrollYTransition, allComponents_d_VSelect as VSelect, allComponents_d_VSelectionControl as VSelectionControl, allComponents_d_VSelectionControlGroup as VSelectionControlGroup, allComponents_d_VSheet as VSheet, allComponents_d_VSkeletonLoader as VSkeletonLoader, allComponents_d_VSlideGroup as VSlideGroup, allComponents_d_VSlideGroupItem as VSlideGroupItem, allComponents_d_VSlideXReverseTransition as VSlideXReverseTransition, allComponents_d_VSlideXTransition as VSlideXTransition, allComponents_d_VSlideYReverseTransition as VSlideYReverseTransition, allComponents_d_VSlideYTransition as VSlideYTransition, allComponents_d_VSlider as VSlider, allComponents_d_VSnackbar as VSnackbar, allComponents_d_VSnackbarQueue as VSnackbarQueue, allComponents_d_VSpacer as VSpacer, allComponents_d_VSparkline as VSparkline, allComponents_d_VSpeedDial as VSpeedDial, allComponents_d_VStepper as VStepper, allComponents_d_VStepperActions as VStepperActions, allComponents_d_VStepperHeader as VStepperHeader, allComponents_d_VStepperItem as VStepperItem, allComponents_d_VStepperVertical as VStepperVertical, allComponents_d_VStepperVerticalActions as VStepperVerticalActions, allComponents_d_VStepperVerticalItem as VStepperVerticalItem, allComponents_d_VStepperWindow as VStepperWindow, allComponents_d_VStepperWindowItem as VStepperWindowItem, allComponents_d_VSvgIcon as VSvgIcon, allComponents_d_VSwitch as VSwitch, allComponents_d_VSystemBar as VSystemBar, allComponents_d_VTab as VTab, allComponents_d_VTable as VTable, allComponents_d_VTabs as VTabs, allComponents_d_VTabsWindow as VTabsWindow, allComponents_d_VTabsWindowItem as VTabsWindowItem, allComponents_d_VTextField as VTextField, allComponents_d_VTextarea as VTextarea, allComponents_d_VThemeProvider as VThemeProvider, allComponents_d_VTimePicker as VTimePicker, allComponents_d_VTimePickerClock as VTimePickerClock, allComponents_d_VTimePickerControls as VTimePickerControls, allComponents_d_VTimeline as VTimeline, allComponents_d_VTimelineItem as VTimelineItem, allComponents_d_VToolbar as VToolbar, allComponents_d_VToolbarItems as VToolbarItems, allComponents_d_VToolbarTitle as VToolbarTitle, allComponents_d_VTooltip as VTooltip, allComponents_d_VTreeview as VTreeview, allComponents_d_VTreeviewGroup as VTreeviewGroup, allComponents_d_VTreeviewItem as VTreeviewItem, allComponents_d_VValidation as VValidation, allComponents_d_VVirtualScroll as VVirtualScroll, allComponents_d_VWindow as VWindow, allComponents_d_VWindowItem as VWindowItem };
113558
113888
  }
113559
113889
 
113560
113890
  declare const md1: Blueprint;
@@ -113780,7 +114110,7 @@ declare const createVuetify: (options?: VuetifyOptions) => {
113780
114110
  goTo: GoToInstance;
113781
114111
  };
113782
114112
 
113783
- export { index_d$1 as blueprints, allComponents_d as components, createVuetify, index_d as directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
114113
+ export { index_d$1 as blueprints, allComponents_d as components, createVuetify, index_d as directives, useDate, useDefaults, useDisplay, useGoTo, useHotkey, useLayout, useLocale, useRtl, useTheme, version };
113784
114114
 
113785
114115
  /* eslint-disable local-rules/sort-imports */
113786
114116
 
@@ -113818,39 +114148,40 @@ declare module 'vue' {
113818
114148
  }
113819
114149
  export interface GlobalComponents {
113820
114150
  VApp: VApp
113821
- VAutocomplete: VAutocomplete
113822
114151
  VAppBar: VAppBar
113823
114152
  VAppBarNavIcon: VAppBarNavIcon
113824
114153
  VAppBarTitle: VAppBarTitle
113825
114154
  VAlert: VAlert
113826
114155
  VAlertTitle: VAlertTitle
114156
+ VBottomNavigation: VBottomNavigation
113827
114157
  VAvatar: VAvatar
113828
114158
  VBadge: VBadge
113829
- VBottomSheet: VBottomSheet
113830
114159
  VBanner: VBanner
113831
114160
  VBannerActions: VBannerActions
113832
114161
  VBannerText: VBannerText
113833
- VBottomNavigation: VBottomNavigation
114162
+ VAutocomplete: VAutocomplete
114163
+ VBottomSheet: VBottomSheet
113834
114164
  VBtn: VBtn
113835
114165
  VBtnGroup: VBtnGroup
114166
+ VBtnToggle: VBtnToggle
113836
114167
  VBreadcrumbs: VBreadcrumbs
113837
114168
  VBreadcrumbsItem: VBreadcrumbsItem
113838
114169
  VBreadcrumbsDivider: VBreadcrumbsDivider
113839
- VBtnToggle: VBtnToggle
114170
+ VCarousel: VCarousel
114171
+ VCarouselItem: VCarouselItem
113840
114172
  VCard: VCard
113841
114173
  VCardActions: VCardActions
113842
114174
  VCardItem: VCardItem
113843
114175
  VCardSubtitle: VCardSubtitle
113844
114176
  VCardText: VCardText
113845
114177
  VCardTitle: VCardTitle
114178
+ VCode: VCode
113846
114179
  VChip: VChip
114180
+ VCombobox: VCombobox
114181
+ VColorPicker: VColorPicker
114182
+ VChipGroup: VChipGroup
113847
114183
  VCheckbox: VCheckbox
113848
114184
  VCheckboxBtn: VCheckboxBtn
113849
- VCarousel: VCarousel
113850
- VCarouselItem: VCarouselItem
113851
- VCode: VCode
113852
- VChipGroup: VChipGroup
113853
- VColorPicker: VColorPicker
113854
114185
  VCounter: VCounter
113855
114186
  VDataTable: VDataTable
113856
114187
  VDataTableHeaders: VDataTableHeaders
@@ -113865,24 +114196,28 @@ declare module 'vue' {
113865
114196
  VDatePickerMonth: VDatePickerMonth
113866
114197
  VDatePickerMonths: VDatePickerMonths
113867
114198
  VDatePickerYears: VDatePickerYears
113868
- VDialog: VDialog
113869
- VCombobox: VCombobox
113870
- VDivider: VDivider
113871
114199
  VEmptyState: VEmptyState
113872
- VFooter: VFooter
113873
- VFileInput: VFileInput
113874
114200
  VExpansionPanels: VExpansionPanels
113875
114201
  VExpansionPanel: VExpansionPanel
113876
114202
  VExpansionPanelText: VExpansionPanelText
113877
114203
  VExpansionPanelTitle: VExpansionPanelTitle
114204
+ VDialog: VDialog
114205
+ VDivider: VDivider
113878
114206
  VField: VField
113879
114207
  VFieldLabel: VFieldLabel
114208
+ VFooter: VFooter
114209
+ VFileInput: VFileInput
113880
114210
  VFab: VFab
113881
- VInput: VInput
114211
+ VIcon: VIcon
114212
+ VComponentIcon: VComponentIcon
114213
+ VSvgIcon: VSvgIcon
114214
+ VLigatureIcon: VLigatureIcon
114215
+ VClassIcon: VClassIcon
114216
+ VImg: VImg
113882
114217
  VItemGroup: VItemGroup
113883
114218
  VItem: VItem
113884
114219
  VInfiniteScroll: VInfiniteScroll
113885
- VLabel: VLabel
114220
+ VInput: VInput
113886
114221
  VKbd: VKbd
113887
114222
  VList: VList
113888
114223
  VListGroup: VListGroup
@@ -113893,44 +114228,41 @@ declare module 'vue' {
113893
114228
  VListItemSubtitle: VListItemSubtitle
113894
114229
  VListItemTitle: VListItemTitle
113895
114230
  VListSubheader: VListSubheader
113896
- VMain: VMain
114231
+ VLabel: VLabel
113897
114232
  VMenu: VMenu
114233
+ VMain: VMain
113898
114234
  VMessages: VMessages
113899
- VNavigationDrawer: VNavigationDrawer
113900
- VOverlay: VOverlay
113901
114235
  VNumberInput: VNumberInput
114236
+ VNavigationDrawer: VNavigationDrawer
113902
114237
  VOtpInput: VOtpInput
113903
- VPagination: VPagination
113904
114238
  VProgressCircular: VProgressCircular
113905
- VRadioGroup: VRadioGroup
114239
+ VPagination: VPagination
113906
114240
  VProgressLinear: VProgressLinear
113907
- VSelect: VSelect
113908
- VSelectionControlGroup: VSelectionControlGroup
114241
+ VRadioGroup: VRadioGroup
113909
114242
  VRating: VRating
114243
+ VSelect: VSelect
113910
114244
  VSelectionControl: VSelectionControl
113911
- VSheet: VSheet
113912
114245
  VSkeletonLoader: VSkeletonLoader
114246
+ VSheet: VSheet
114247
+ VSlider: VSlider
114248
+ VSlideGroup: VSlideGroup
114249
+ VSlideGroupItem: VSlideGroupItem
114250
+ VSelectionControlGroup: VSelectionControlGroup
113913
114251
  VSnackbar: VSnackbar
114252
+ VSwitch: VSwitch
113914
114253
  VStepper: VStepper
113915
114254
  VStepperActions: VStepperActions
113916
114255
  VStepperHeader: VStepperHeader
113917
114256
  VStepperItem: VStepperItem
113918
114257
  VStepperWindow: VStepperWindow
113919
114258
  VStepperWindowItem: VStepperWindowItem
113920
- VSlideGroup: VSlideGroup
113921
- VSlideGroupItem: VSlideGroupItem
113922
- VSlider: VSlider
113923
- VTable: VTable
113924
114259
  VTab: VTab
113925
114260
  VTabs: VTabs
113926
114261
  VTabsWindow: VTabsWindow
113927
114262
  VTabsWindowItem: VTabsWindowItem
113928
- VSwitch: VSwitch
113929
114263
  VTextField: VTextField
113930
- VToolbar: VToolbar
113931
- VToolbarTitle: VToolbarTitle
113932
- VToolbarItems: VToolbarItems
113933
114264
  VSystemBar: VSystemBar
114265
+ VTable: VTable
113934
114266
  VTimeline: VTimeline
113935
114267
  VTimelineItem: VTimelineItem
113936
114268
  VTextarea: VTextarea
@@ -113939,24 +114271,18 @@ declare module 'vue' {
113939
114271
  VTimePickerControls: VTimePickerControls
113940
114272
  VWindow: VWindow
113941
114273
  VWindowItem: VWindowItem
114274
+ VToolbar: VToolbar
114275
+ VToolbarTitle: VToolbarTitle
114276
+ VToolbarItems: VToolbarItems
113942
114277
  VTooltip: VTooltip
113943
- VTreeview: VTreeview
113944
- VTreeviewItem: VTreeviewItem
113945
- VTreeviewGroup: VTreeviewGroup
113946
- VIcon: VIcon
113947
- VComponentIcon: VComponentIcon
113948
- VSvgIcon: VSvgIcon
113949
- VLigatureIcon: VLigatureIcon
113950
- VClassIcon: VClassIcon
113951
- VImg: VImg
113952
114278
  VConfirmEdit: VConfirmEdit
113953
114279
  VDataIterator: VDataIterator
113954
114280
  VDefaultsProvider: VDefaultsProvider
114281
+ VForm: VForm
113955
114282
  VContainer: VContainer
113956
114283
  VCol: VCol
113957
114284
  VRow: VRow
113958
114285
  VSpacer: VSpacer
113959
- VForm: VForm
113960
114286
  VHover: VHover
113961
114287
  VLayout: VLayout
113962
114288
  VLayoutItem: VLayoutItem
@@ -113964,15 +114290,15 @@ declare module 'vue' {
113964
114290
  VLocaleProvider: VLocaleProvider
113965
114291
  VNoSsr: VNoSsr
113966
114292
  VParallax: VParallax
113967
- VRadio: VRadio
113968
114293
  VRangeSlider: VRangeSlider
113969
- VResponsive: VResponsive
113970
- VSnackbarQueue: VSnackbarQueue
114294
+ VRadio: VRadio
114295
+ VOverlay: VOverlay
113971
114296
  VSparkline: VSparkline
114297
+ VSnackbarQueue: VSnackbarQueue
113972
114298
  VSpeedDial: VSpeedDial
113973
114299
  VThemeProvider: VThemeProvider
113974
- VVirtualScroll: VVirtualScroll
113975
114300
  VValidation: VValidation
114301
+ VVirtualScroll: VVirtualScroll
113976
114302
  VFabTransition: VFabTransition
113977
114303
  VDialogBottomTransition: VDialogBottomTransition
113978
114304
  VDialogTopTransition: VDialogTopTransition
@@ -113989,6 +114315,11 @@ declare module 'vue' {
113989
114315
  VExpandTransition: VExpandTransition
113990
114316
  VExpandXTransition: VExpandXTransition
113991
114317
  VDialogTransition: VDialogTransition
114318
+ VTreeview: VTreeview
114319
+ VTreeviewItem: VTreeviewItem
114320
+ VTreeviewGroup: VTreeviewGroup
114321
+ VResponsive: VResponsive
114322
+ VColorInput: VColorInput
113992
114323
  VCalendar: VCalendar
113993
114324
  VCalendarDay: VCalendarDay
113994
114325
  VCalendarHeader: VCalendarHeader
@@ -113998,15 +114329,15 @@ declare module 'vue' {
113998
114329
  VIconBtn: VIconBtn
113999
114330
  VFileUpload: VFileUpload
114000
114331
  VFileUploadItem: VFileUploadItem
114332
+ VPicker: VPicker
114333
+ VPickerTitle: VPickerTitle
114334
+ VHotkey: VHotkey
114001
114335
  VStepperVertical: VStepperVertical
114002
114336
  VStepperVerticalItem: VStepperVerticalItem
114003
114337
  VStepperVerticalActions: VStepperVerticalActions
114004
- VColorInput: VColorInput
114005
- VPicker: VPicker
114006
- VPickerTitle: VPickerTitle
114007
114338
  VDateInput: VDateInput
114008
- VPullToRefresh: VPullToRefresh
114009
114339
  VMaskInput: VMaskInput
114340
+ VPullToRefresh: VPullToRefresh
114010
114341
  }
114011
114342
  export interface GlobalDirectives {
114012
114343
  vClickOutside: typeof import('vuetify/directives')['ClickOutside']