vuetify 3.9.5 → 3.9.7

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 (107) hide show
  1. package/dist/json/attributes.json +3244 -3236
  2. package/dist/json/importMap-labs.json +28 -28
  3. package/dist/json/importMap.json +162 -162
  4. package/dist/json/tags.json +2 -0
  5. package/dist/json/web-types.json +6419 -6311
  6. package/dist/vuetify-labs.cjs +183 -127
  7. package/dist/vuetify-labs.css +3841 -3706
  8. package/dist/vuetify-labs.d.ts +173 -75
  9. package/dist/vuetify-labs.esm.js +183 -127
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +183 -127
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.cjs +78 -44
  14. package/dist/vuetify.cjs.map +1 -1
  15. package/dist/vuetify.css +2171 -2039
  16. package/dist/vuetify.d.ts +70 -70
  17. package/dist/vuetify.esm.js +78 -44
  18. package/dist/vuetify.esm.js.map +1 -1
  19. package/dist/vuetify.js +78 -44
  20. package/dist/vuetify.js.map +1 -1
  21. package/dist/vuetify.min.css +2 -2
  22. package/dist/vuetify.min.js +67 -60
  23. package/dist/vuetify.min.js.map +1 -1
  24. package/lib/components/VAlert/VAlert.css +12 -0
  25. package/lib/components/VAlert/VAlert.sass +13 -0
  26. package/lib/components/VAutocomplete/VAutocomplete.css +2 -1
  27. package/lib/components/VAutocomplete/VAutocomplete.sass +3 -2
  28. package/lib/components/VBtn/VBtn.css +10 -0
  29. package/lib/components/VBtn/VBtn.sass +9 -0
  30. package/lib/components/VCard/VCard.css +11 -0
  31. package/lib/components/VCard/VCard.sass +9 -0
  32. package/lib/components/VChip/VChip.css +6 -0
  33. package/lib/components/VChip/VChip.sass +5 -0
  34. package/lib/components/VChipGroup/VChipGroup.css +25 -0
  35. package/lib/components/VChipGroup/VChipGroup.sass +23 -0
  36. package/lib/components/VCombobox/VCombobox.css +2 -1
  37. package/lib/components/VCombobox/VCombobox.sass +3 -2
  38. package/lib/components/VDatePicker/VDatePicker.js +10 -4
  39. package/lib/components/VDatePicker/VDatePicker.js.map +1 -1
  40. package/lib/components/VDatePicker/VDatePickerYears.js +18 -8
  41. package/lib/components/VDatePicker/VDatePickerYears.js.map +1 -1
  42. package/lib/components/VFileInput/VFileInput.js +4 -2
  43. package/lib/components/VFileInput/VFileInput.js.map +1 -1
  44. package/lib/components/VList/VListItem.css +30 -0
  45. package/lib/components/VList/VListItem.d.ts +3 -3
  46. package/lib/components/VList/VListItem.sass +29 -0
  47. package/lib/components/VNumberInput/VNumberInput.js +6 -6
  48. package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
  49. package/lib/components/VOtpInput/VOtpInput.js +9 -2
  50. package/lib/components/VOtpInput/VOtpInput.js.map +1 -1
  51. package/lib/components/VProgressLinear/VProgressLinear.css +3 -3
  52. package/lib/components/VProgressLinear/VProgressLinear.js +5 -6
  53. package/lib/components/VProgressLinear/VProgressLinear.js.map +1 -1
  54. package/lib/components/VProgressLinear/VProgressLinear.sass +3 -3
  55. package/lib/components/VSelect/VSelect.css +5 -1
  56. package/lib/components/VSelect/VSelect.sass +6 -2
  57. package/lib/components/VSlideGroup/VSlideGroup.js +5 -4
  58. package/lib/components/VSlideGroup/VSlideGroup.js.map +1 -1
  59. package/lib/components/VSnackbar/VSnackbar.css +5 -0
  60. package/lib/components/VSnackbar/VSnackbar.sass +3 -0
  61. package/lib/components/VSparkline/VBarline.js +2 -2
  62. package/lib/components/VSparkline/VBarline.js.map +1 -1
  63. package/lib/components/VSparkline/VTrendline.js +3 -0
  64. package/lib/components/VSparkline/VTrendline.js.map +1 -1
  65. package/lib/components/VTextField/VTextField.js +2 -2
  66. package/lib/components/VTextField/VTextField.js.map +1 -1
  67. package/lib/components/VTextarea/VTextarea.js +4 -2
  68. package/lib/components/VTextarea/VTextarea.js.map +1 -1
  69. package/lib/components/VTimeline/VTimeline.css +22 -0
  70. package/lib/components/VTimeline/VTimeline.sass +12 -0
  71. package/lib/components/VTreeview/VTreeviewItem.css +13 -8
  72. package/lib/components/VTreeview/VTreeviewItem.d.ts +9 -9
  73. package/lib/components/VTreeview/VTreeviewItem.sass +12 -8
  74. package/lib/composables/filter.js +3 -1
  75. package/lib/composables/filter.js.map +1 -1
  76. package/lib/composables/nested/nested.d.ts +1 -1
  77. package/lib/composables/nested/nested.js +5 -2
  78. package/lib/composables/nested/nested.js.map +1 -1
  79. package/lib/composables/rounded.js +3 -3
  80. package/lib/composables/rounded.js.map +1 -1
  81. package/lib/directives/touch/index.js +2 -2
  82. package/lib/directives/touch/index.js.map +1 -1
  83. package/lib/entry-bundler.js +1 -1
  84. package/lib/framework.d.ts +58 -58
  85. package/lib/framework.js +1 -1
  86. package/lib/labs/VDateInput/VDateInput.d.ts +78 -3
  87. package/lib/labs/VDateInput/VDateInput.js +3 -1
  88. package/lib/labs/VDateInput/VDateInput.js.map +1 -1
  89. package/lib/labs/VIconBtn/VIconBtn.js +1 -1
  90. package/lib/labs/VIconBtn/VIconBtn.js.map +1 -1
  91. package/lib/labs/VPie/VPie.css +3 -0
  92. package/lib/labs/VPie/VPie.js +71 -29
  93. package/lib/labs/VPie/VPie.js.map +1 -1
  94. package/lib/labs/VPie/VPie.sass +3 -0
  95. package/lib/labs/VPie/VPieSegment.d.ts +25 -2
  96. package/lib/labs/VPie/VPieSegment.js +11 -6
  97. package/lib/labs/VPie/VPieSegment.js.map +1 -1
  98. package/lib/labs/VPie/VPieTooltip.d.ts +10 -0
  99. package/lib/labs/VPie/VPieTooltip.js +4 -22
  100. package/lib/labs/VPie/VPieTooltip.js.map +1 -1
  101. package/lib/labs/VPie/types.d.ts +1 -0
  102. package/lib/labs/VPie/types.js.map +1 -1
  103. package/lib/labs/VVideo/VVideo.css +4 -4
  104. package/lib/labs/VVideo/VVideo.js +24 -33
  105. package/lib/labs/VVideo/VVideo.js.map +1 -1
  106. package/lib/labs/VVideo/VVideo.sass +4 -4
  107. package/package.json +2 -2
package/dist/vuetify.d.ts CHANGED
@@ -6688,7 +6688,7 @@ declare const VListItem: {
6688
6688
  openOnSelect: (id: unknown, value: boolean, event?: Event) => void;
6689
6689
  getPath: (id: unknown) => unknown[];
6690
6690
  };
6691
- id: vue.ComputedRef<{}>;
6691
+ id: vue.ComputedRef<{} | null>;
6692
6692
  link: UseLink;
6693
6693
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
6694
6694
  click: (e: MouseEvent | KeyboardEvent) => true;
@@ -6824,7 +6824,7 @@ declare const VListItem: {
6824
6824
  openOnSelect: (id: unknown, value: boolean, event?: Event) => void;
6825
6825
  getPath: (id: unknown) => unknown[];
6826
6826
  };
6827
- id: vue.ComputedRef<{}>;
6827
+ id: vue.ComputedRef<{} | null>;
6828
6828
  link: UseLink;
6829
6829
  }, {}, {}, {}, {
6830
6830
  replace: boolean;
@@ -6949,7 +6949,7 @@ declare const VListItem: {
6949
6949
  openOnSelect: (id: unknown, value: boolean, event?: Event) => void;
6950
6950
  getPath: (id: unknown) => unknown[];
6951
6951
  };
6952
- id: vue.ComputedRef<{}>;
6952
+ id: vue.ComputedRef<{} | null>;
6953
6953
  link: UseLink;
6954
6954
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
6955
6955
  click: (e: MouseEvent | KeyboardEvent) => true;
@@ -90898,7 +90898,7 @@ declare const VTreeviewItem: {
90898
90898
  openOnSelect: (id: unknown, value: boolean, event?: Event) => void;
90899
90899
  getPath: (id: unknown) => unknown[];
90900
90900
  };
90901
- id: vue.ComputedRef<{}>;
90901
+ id: vue.ComputedRef<{} | null>;
90902
90902
  link: UseLink;
90903
90903
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
90904
90904
  click: (e: MouseEvent | KeyboardEvent) => true;
@@ -91067,7 +91067,7 @@ declare const VTreeviewItem: {
91067
91067
  openOnSelect: (id: unknown, value: boolean, event?: Event) => void;
91068
91068
  getPath: (id: unknown) => unknown[];
91069
91069
  };
91070
- id: vue.ComputedRef<{}>;
91070
+ id: vue.ComputedRef<{} | null>;
91071
91071
  link: UseLink;
91072
91072
  }> & {} & vue.ComponentCustomProperties & {}, "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "value" | "class" | "theme" | "to" | "lines" | "onClick" | "onClickOnce" | "$children" | "href" | "elevation" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "baseColor" | "activeColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "v-slot:title" | "activeClass" | "appendAvatar" | "prependAvatar" | ("replace" | "link" | "variant" | "exact" | "active" | "nav" | "style" | "title" | "disabled" | "tag" | "density" | "rounded" | "tile" | "slim" | "ripple" | "subtitle") | "v-slot:subtitle">, `$${any}`> & {
91073
91073
  _allExposed: {
@@ -91099,7 +91099,7 @@ declare const VTreeviewItem: {
91099
91099
  openOnSelect: (id: unknown, value: boolean, event?: Event) => void;
91100
91100
  getPath: (id: unknown) => unknown[];
91101
91101
  };
91102
- id: vue.ComputedRef<{}>;
91102
+ id: vue.ComputedRef<{} | null>;
91103
91103
  link: UseLink;
91104
91104
  } | {};
91105
91105
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
@@ -91419,7 +91419,7 @@ declare const VTreeviewItem: {
91419
91419
  openOnSelect: (id: unknown, value: boolean, event?: Event) => void;
91420
91420
  getPath: (id: unknown) => unknown[];
91421
91421
  };
91422
- id: vue.ComputedRef<{}>;
91422
+ id: vue.ComputedRef<{} | null>;
91423
91423
  link: UseLink;
91424
91424
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
91425
91425
  click: (e: MouseEvent | KeyboardEvent) => true;
@@ -91588,7 +91588,7 @@ declare const VTreeviewItem: {
91588
91588
  openOnSelect: (id: unknown, value: boolean, event?: Event) => void;
91589
91589
  getPath: (id: unknown) => unknown[];
91590
91590
  };
91591
- id: vue.ComputedRef<{}>;
91591
+ id: vue.ComputedRef<{} | null>;
91592
91592
  link: UseLink;
91593
91593
  }> & {} & vue.ComponentCustomProperties & {}, "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "value" | "class" | "theme" | "to" | "lines" | "onClick" | "onClickOnce" | "$children" | "href" | "elevation" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "baseColor" | "activeColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "v-slot:title" | "activeClass" | "appendAvatar" | "prependAvatar" | ("replace" | "link" | "variant" | "exact" | "active" | "nav" | "style" | "title" | "disabled" | "tag" | "density" | "rounded" | "tile" | "slim" | "ripple" | "subtitle") | "v-slot:subtitle">, `$${any}`> & {
91594
91594
  _allExposed: {
@@ -91620,7 +91620,7 @@ declare const VTreeviewItem: {
91620
91620
  openOnSelect: (id: unknown, value: boolean, event?: Event) => void;
91621
91621
  getPath: (id: unknown) => unknown[];
91622
91622
  };
91623
- id: vue.ComputedRef<{}>;
91623
+ id: vue.ComputedRef<{} | null>;
91624
91624
  link: UseLink;
91625
91625
  } | {};
91626
91626
  }, {}, {}, {}, {
@@ -91929,7 +91929,7 @@ declare const VTreeviewItem: {
91929
91929
  openOnSelect: (id: unknown, value: boolean, event?: Event) => void;
91930
91930
  getPath: (id: unknown) => unknown[];
91931
91931
  };
91932
- id: vue.ComputedRef<{}>;
91932
+ id: vue.ComputedRef<{} | null>;
91933
91933
  link: UseLink;
91934
91934
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
91935
91935
  click: (e: MouseEvent | KeyboardEvent) => true;
@@ -92098,7 +92098,7 @@ declare const VTreeviewItem: {
92098
92098
  openOnSelect: (id: unknown, value: boolean, event?: Event) => void;
92099
92099
  getPath: (id: unknown) => unknown[];
92100
92100
  };
92101
- id: vue.ComputedRef<{}>;
92101
+ id: vue.ComputedRef<{} | null>;
92102
92102
  link: UseLink;
92103
92103
  }> & {} & vue.ComponentCustomProperties & {}, "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "value" | "class" | "theme" | "to" | "lines" | "onClick" | "onClickOnce" | "$children" | "href" | "elevation" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "baseColor" | "activeColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "v-slot:title" | "activeClass" | "appendAvatar" | "prependAvatar" | ("replace" | "link" | "variant" | "exact" | "active" | "nav" | "style" | "title" | "disabled" | "tag" | "density" | "rounded" | "tile" | "slim" | "ripple" | "subtitle") | "v-slot:subtitle">, `$${any}`> & {
92104
92104
  _allExposed: {
@@ -92130,7 +92130,7 @@ declare const VTreeviewItem: {
92130
92130
  openOnSelect: (id: unknown, value: boolean, event?: Event) => void;
92131
92131
  getPath: (id: unknown) => unknown[];
92132
92132
  };
92133
- id: vue.ComputedRef<{}>;
92133
+ id: vue.ComputedRef<{} | null>;
92134
92134
  link: UseLink;
92135
92135
  } | {};
92136
92136
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
@@ -95363,78 +95363,73 @@ declare module 'vue' {
95363
95363
  $children?: VNodeChild
95364
95364
  }
95365
95365
  export interface GlobalComponents {
95366
+ VAlert: VAlert
95367
+ VAlertTitle: VAlertTitle
95366
95368
  VApp: VApp
95369
+ VAvatar: VAvatar
95367
95370
  VAppBar: VAppBar
95368
95371
  VAppBarNavIcon: VAppBarNavIcon
95369
95372
  VAppBarTitle: VAppBarTitle
95370
- VAlert: VAlert
95371
- VAlertTitle: VAlertTitle
95372
- VAutocomplete: VAutocomplete
95373
- VAvatar: VAvatar
95374
95373
  VBadge: VBadge
95375
- VBanner: VBanner
95376
- VBannerActions: VBannerActions
95377
- VBannerText: VBannerText
95374
+ VBtn: VBtn
95378
95375
  VBottomNavigation: VBottomNavigation
95379
- VBottomSheet: VBottomSheet
95376
+ VAutocomplete: VAutocomplete
95377
+ VBtnGroup: VBtnGroup
95380
95378
  VBreadcrumbs: VBreadcrumbs
95381
95379
  VBreadcrumbsItem: VBreadcrumbsItem
95382
95380
  VBreadcrumbsDivider: VBreadcrumbsDivider
95383
- VBtn: VBtn
95384
- VBtnGroup: VBtnGroup
95381
+ VBanner: VBanner
95382
+ VBannerActions: VBannerActions
95383
+ VBannerText: VBannerText
95385
95384
  VBtnToggle: VBtnToggle
95385
+ VCheckbox: VCheckbox
95386
+ VCheckboxBtn: VCheckboxBtn
95386
95387
  VCard: VCard
95387
95388
  VCardActions: VCardActions
95388
95389
  VCardItem: VCardItem
95389
95390
  VCardSubtitle: VCardSubtitle
95390
95391
  VCardText: VCardText
95391
95392
  VCardTitle: VCardTitle
95392
- VCarousel: VCarousel
95393
- VCarouselItem: VCarouselItem
95394
- VChipGroup: VChipGroup
95395
- VCheckbox: VCheckbox
95396
- VCheckboxBtn: VCheckboxBtn
95397
95393
  VChip: VChip
95394
+ VChipGroup: VChipGroup
95398
95395
  VColorPicker: VColorPicker
95399
- VCounter: VCounter
95400
95396
  VCode: VCode
95401
- VCombobox: VCombobox
95397
+ VCarousel: VCarousel
95398
+ VCarouselItem: VCarouselItem
95399
+ VBottomSheet: VBottomSheet
95402
95400
  VDatePicker: VDatePicker
95403
95401
  VDatePickerControls: VDatePickerControls
95404
95402
  VDatePickerHeader: VDatePickerHeader
95405
95403
  VDatePickerMonth: VDatePickerMonth
95406
95404
  VDatePickerMonths: VDatePickerMonths
95407
95405
  VDatePickerYears: VDatePickerYears
95408
- VDataTable: VDataTable
95409
- VDataTableHeaders: VDataTableHeaders
95410
- VDataTableFooter: VDataTableFooter
95411
- VDataTableRows: VDataTableRows
95412
- VDataTableRow: VDataTableRow
95413
- VDataTableVirtual: VDataTableVirtual
95414
- VDataTableServer: VDataTableServer
95415
95406
  VDivider: VDivider
95416
- VEmptyState: VEmptyState
95417
95407
  VDialog: VDialog
95408
+ VCounter: VCounter
95409
+ VFab: VFab
95410
+ VFileInput: VFileInput
95411
+ VEmptyState: VEmptyState
95418
95412
  VExpansionPanels: VExpansionPanels
95419
95413
  VExpansionPanel: VExpansionPanel
95420
95414
  VExpansionPanelText: VExpansionPanelText
95421
95415
  VExpansionPanelTitle: VExpansionPanelTitle
95422
- VFab: VFab
95423
- VFooter: VFooter
95424
- VFileInput: VFileInput
95425
95416
  VField: VField
95426
95417
  VFieldLabel: VFieldLabel
95418
+ VFooter: VFooter
95427
95419
  VImg: VImg
95420
+ VInput: VInput
95421
+ VInfiniteScroll: VInfiniteScroll
95422
+ VKbd: VKbd
95428
95423
  VIcon: VIcon
95429
95424
  VComponentIcon: VComponentIcon
95430
95425
  VSvgIcon: VSvgIcon
95431
95426
  VLigatureIcon: VLigatureIcon
95432
95427
  VClassIcon: VClassIcon
95433
- VInput: VInput
95428
+ VLabel: VLabel
95434
95429
  VItemGroup: VItemGroup
95435
95430
  VItem: VItem
95436
- VInfiniteScroll: VInfiniteScroll
95437
- VKbd: VKbd
95431
+ VMain: VMain
95432
+ VMessages: VMessages
95438
95433
  VList: VList
95439
95434
  VListGroup: VListGroup
95440
95435
  VListImg: VListImg
@@ -95444,28 +95439,25 @@ declare module 'vue' {
95444
95439
  VListItemSubtitle: VListItemSubtitle
95445
95440
  VListItemTitle: VListItemTitle
95446
95441
  VListSubheader: VListSubheader
95447
- VLabel: VLabel
95448
- VMessages: VMessages
95449
- VMenu: VMenu
95450
95442
  VNavigationDrawer: VNavigationDrawer
95451
- VMain: VMain
95443
+ VMenu: VMenu
95452
95444
  VNumberInput: VNumberInput
95453
- VPagination: VPagination
95454
95445
  VOtpInput: VOtpInput
95455
95446
  VOverlay: VOverlay
95456
- VRadioGroup: VRadioGroup
95457
95447
  VProgressLinear: VProgressLinear
95458
- VProgressCircular: VProgressCircular
95448
+ VPagination: VPagination
95449
+ VRadioGroup: VRadioGroup
95459
95450
  VRating: VRating
95460
95451
  VSelectionControlGroup: VSelectionControlGroup
95461
- VSelectionControl: VSelectionControl
95462
95452
  VSelect: VSelect
95463
95453
  VSlideGroup: VSlideGroup
95464
95454
  VSlideGroupItem: VSlideGroupItem
95455
+ VSlider: VSlider
95456
+ VSkeletonLoader: VSkeletonLoader
95457
+ VProgressCircular: VProgressCircular
95458
+ VSelectionControl: VSelectionControl
95465
95459
  VSheet: VSheet
95466
95460
  VSnackbar: VSnackbar
95467
- VSkeletonLoader: VSkeletonLoader
95468
- VSlider: VSlider
95469
95461
  VSwitch: VSwitch
95470
95462
  VStepper: VStepper
95471
95463
  VStepperActions: VStepperActions
@@ -95473,28 +95465,31 @@ declare module 'vue' {
95473
95465
  VStepperItem: VStepperItem
95474
95466
  VStepperWindow: VStepperWindow
95475
95467
  VStepperWindowItem: VStepperWindowItem
95476
- VSystemBar: VSystemBar
95477
- VTextField: VTextField
95478
- VTextarea: VTextarea
95468
+ VTable: VTable
95479
95469
  VTab: VTab
95480
95470
  VTabs: VTabs
95481
95471
  VTabsWindow: VTabsWindow
95482
95472
  VTabsWindowItem: VTabsWindowItem
95483
- VTable: VTable
95473
+ VSystemBar: VSystemBar
95474
+ VTimeline: VTimeline
95475
+ VTimelineItem: VTimelineItem
95476
+ VTextField: VTextField
95484
95477
  VTimePicker: VTimePicker
95485
95478
  VTimePickerClock: VTimePickerClock
95486
95479
  VTimePickerControls: VTimePickerControls
95487
95480
  VToolbar: VToolbar
95488
95481
  VToolbarTitle: VToolbarTitle
95489
95482
  VToolbarItems: VToolbarItems
95490
- VTooltip: VTooltip
95483
+ VTextarea: VTextarea
95491
95484
  VTreeview: VTreeview
95492
95485
  VTreeviewItem: VTreeviewItem
95493
95486
  VTreeviewGroup: VTreeviewGroup
95487
+ VTooltip: VTooltip
95494
95488
  VWindow: VWindow
95495
95489
  VWindowItem: VWindowItem
95496
- VDataIterator: VDataIterator
95490
+ VCombobox: VCombobox
95497
95491
  VConfirmEdit: VConfirmEdit
95492
+ VDataIterator: VDataIterator
95498
95493
  VDefaultsProvider: VDefaultsProvider
95499
95494
  VForm: VForm
95500
95495
  VContainer: VContainer
@@ -95507,10 +95502,9 @@ declare module 'vue' {
95507
95502
  VLazy: VLazy
95508
95503
  VLocaleProvider: VLocaleProvider
95509
95504
  VNoSsr: VNoSsr
95510
- VParallax: VParallax
95511
- VRadio: VRadio
95512
95505
  VRangeSlider: VRangeSlider
95513
95506
  VResponsive: VResponsive
95507
+ VRadio: VRadio
95514
95508
  VSnackbarQueue: VSnackbarQueue
95515
95509
  VSparkline: VSparkline
95516
95510
  VSpeedDial: VSpeedDial
@@ -95533,8 +95527,14 @@ declare module 'vue' {
95533
95527
  VExpandTransition: VExpandTransition
95534
95528
  VExpandXTransition: VExpandXTransition
95535
95529
  VDialogTransition: VDialogTransition
95536
- VTimeline: VTimeline
95537
- VTimelineItem: VTimelineItem
95530
+ VDataTable: VDataTable
95531
+ VDataTableHeaders: VDataTableHeaders
95532
+ VDataTableFooter: VDataTableFooter
95533
+ VDataTableRows: VDataTableRows
95534
+ VDataTableRow: VDataTableRow
95535
+ VDataTableVirtual: VDataTableVirtual
95536
+ VDataTableServer: VDataTableServer
95537
+ VParallax: VParallax
95538
95538
  VCalendar: VCalendar
95539
95539
  VCalendarDay: VCalendarDay
95540
95540
  VCalendarHeader: VCalendarHeader
@@ -95542,24 +95542,24 @@ declare module 'vue' {
95542
95542
  VCalendarIntervalEvent: VCalendarIntervalEvent
95543
95543
  VCalendarMonthDay: VCalendarMonthDay
95544
95544
  VColorInput: VColorInput
95545
- VIconBtn: VIconBtn
95546
- VFileUpload: VFileUpload
95547
- VFileUploadItem: VFileUploadItem
95548
95545
  VPicker: VPicker
95549
95546
  VPickerTitle: VPickerTitle
95547
+ VIconBtn: VIconBtn
95548
+ VHotkey: VHotkey
95550
95549
  VPie: VPie
95551
95550
  VPieSegment: VPieSegment
95552
95551
  VPieTooltip: VPieTooltip
95552
+ VDateInput: VDateInput
95553
+ VMaskInput: VMaskInput
95554
+ VFileUpload: VFileUpload
95555
+ VFileUploadItem: VFileUploadItem
95556
+ VPullToRefresh: VPullToRefresh
95553
95557
  VVideo: VVideo
95554
95558
  VVideoControls: VVideoControls
95555
95559
  VVideoVolume: VVideoVolume
95556
- VHotkey: VHotkey
95557
95560
  VStepperVertical: VStepperVertical
95558
95561
  VStepperVerticalItem: VStepperVerticalItem
95559
95562
  VStepperVerticalActions: VStepperVerticalActions
95560
- VMaskInput: VMaskInput
95561
- VDateInput: VDateInput
95562
- VPullToRefresh: VPullToRefresh
95563
95563
  }
95564
95564
  export interface GlobalDirectives {
95565
95565
  vClickOutside: typeof import('vuetify/directives')['ClickOutside']