vuetify 3.8.9 → 3.8.11

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 (98) hide show
  1. package/dist/json/attributes.json +3247 -3239
  2. package/dist/json/importMap-labs.json +22 -22
  3. package/dist/json/importMap.json +180 -180
  4. package/dist/json/tags.json +2 -0
  5. package/dist/json/web-types.json +6004 -5986
  6. package/dist/vuetify-labs.cjs +104 -55
  7. package/dist/vuetify-labs.css +5367 -5364
  8. package/dist/vuetify-labs.d.ts +70 -60
  9. package/dist/vuetify-labs.esm.js +104 -55
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +104 -55
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.cjs +98 -54
  14. package/dist/vuetify.cjs.map +1 -1
  15. package/dist/vuetify.css +4065 -4062
  16. package/dist/vuetify.d.ts +65 -60
  17. package/dist/vuetify.esm.js +98 -54
  18. package/dist/vuetify.esm.js.map +1 -1
  19. package/dist/vuetify.js +98 -54
  20. package/dist/vuetify.js.map +1 -1
  21. package/dist/vuetify.min.css +2 -2
  22. package/dist/vuetify.min.js +413 -410
  23. package/dist/vuetify.min.js.map +1 -1
  24. package/lib/components/VBtn/VBtn.css +3 -0
  25. package/lib/components/VBtn/VBtn.sass +5 -0
  26. package/lib/components/VBtnGroup/VBtnGroup.css +2 -1
  27. package/lib/components/VBtnGroup/VBtnGroup.sass +2 -1
  28. package/lib/components/VCarousel/VCarousel.css +0 -1
  29. package/lib/components/VCarousel/VCarousel.js +1 -0
  30. package/lib/components/VCarousel/VCarousel.js.map +1 -1
  31. package/lib/components/VCarousel/VCarousel.sass +0 -1
  32. package/lib/components/VDataTable/VDataTable.css +6 -3
  33. package/lib/components/VDataTable/VDataTable.sass +4 -2
  34. package/lib/components/VDatePicker/VDatePicker.js +19 -13
  35. package/lib/components/VDatePicker/VDatePicker.js.map +1 -1
  36. package/lib/components/VDatePicker/VDatePickerMonth.css +3 -8
  37. package/lib/components/VDatePicker/VDatePickerMonth.js +8 -3
  38. package/lib/components/VDatePicker/VDatePickerMonth.js.map +1 -1
  39. package/lib/components/VDatePicker/VDatePickerMonth.sass +3 -8
  40. package/lib/components/VDatePicker/VDatePickerYears.js +1 -3
  41. package/lib/components/VDatePicker/VDatePickerYears.js.map +1 -1
  42. package/lib/components/VList/VList.js +1 -1
  43. package/lib/components/VList/VList.js.map +1 -1
  44. package/lib/components/VList/VListChildren.js +4 -3
  45. package/lib/components/VList/VListChildren.js.map +1 -1
  46. package/lib/components/VList/VListGroup.d.ts +10 -0
  47. package/lib/components/VList/VListGroup.js +2 -2
  48. package/lib/components/VList/VListGroup.js.map +1 -1
  49. package/lib/components/VList/VListItem.css +2 -0
  50. package/lib/components/VList/VListItem.sass +2 -0
  51. package/lib/components/VList/_variables.scss +1 -0
  52. package/lib/components/VNumberInput/VNumberInput.js +4 -10
  53. package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
  54. package/lib/components/VNumberInput/hold.js +4 -0
  55. package/lib/components/VNumberInput/hold.js.map +1 -1
  56. package/lib/components/VOtpInput/VOtpInput.js +17 -1
  57. package/lib/components/VOtpInput/VOtpInput.js.map +1 -1
  58. package/lib/components/VSpeedDial/VSpeedDial.css +1 -1
  59. package/lib/components/VSpeedDial/VSpeedDial.sass +3 -1
  60. package/lib/components/VTextField/VTextField.js +4 -4
  61. package/lib/components/VTextField/VTextField.js.map +1 -1
  62. package/lib/components/VTextarea/VTextarea.js +4 -4
  63. package/lib/components/VTextarea/VTextarea.js.map +1 -1
  64. package/lib/composables/autofocus.d.ts +7 -0
  65. package/lib/composables/autofocus.js +10 -0
  66. package/lib/composables/autofocus.js.map +1 -0
  67. package/lib/composables/calendar.d.ts +1 -0
  68. package/lib/composables/calendar.js +7 -3
  69. package/lib/composables/calendar.js.map +1 -1
  70. package/lib/composables/group.js +1 -0
  71. package/lib/composables/group.js.map +1 -1
  72. package/lib/composables/hotkey.d.ts +9 -0
  73. package/lib/composables/hotkey.js +131 -0
  74. package/lib/composables/hotkey.js.map +1 -0
  75. package/lib/composables/intersectionObserver.js +2 -2
  76. package/lib/composables/intersectionObserver.js.map +1 -1
  77. package/lib/composables/selectLink.js +2 -2
  78. package/lib/composables/selectLink.js.map +1 -1
  79. package/lib/composables/transition.js +3 -3
  80. package/lib/composables/transition.js.map +1 -1
  81. package/lib/entry-bundler.js +1 -1
  82. package/lib/entry-bundler.js.map +1 -1
  83. package/lib/framework.d.ts +60 -60
  84. package/lib/framework.js +1 -1
  85. package/lib/framework.js.map +1 -1
  86. package/lib/labs/VFileUpload/VFileUploadItem.js +1 -0
  87. package/lib/labs/VFileUpload/VFileUploadItem.js.map +1 -1
  88. package/lib/labs/VTimePicker/VTimePickerClock.js +3 -1
  89. package/lib/labs/VTimePicker/VTimePickerClock.js.map +1 -1
  90. package/lib/labs/VTreeview/VTreeviewChildren.js +2 -1
  91. package/lib/labs/VTreeview/VTreeviewChildren.js.map +1 -1
  92. package/lib/labs/VTreeview/VTreeviewGroup.d.ts +10 -0
  93. package/lib/labs/VTreeview/VTreeviewItem.js +1 -0
  94. package/lib/labs/VTreeview/VTreeviewItem.js.map +1 -1
  95. package/lib/util/helpers.d.ts +3 -0
  96. package/lib/util/helpers.js +7 -0
  97. package/lib/util/helpers.js.map +1 -1
  98. package/package.json +8 -8
@@ -7556,6 +7556,7 @@ declare const VListGroup: {
7556
7556
  activeColor?: string | undefined;
7557
7557
  prependIcon?: IconValue | undefined;
7558
7558
  appendIcon?: IconValue | undefined;
7559
+ rawId?: string | number | undefined;
7559
7560
  } & {
7560
7561
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
7561
7562
  default?: (() => vue.VNodeChild) | undefined;
@@ -7615,6 +7616,7 @@ declare const VListGroup: {
7615
7616
  activeColor?: string | undefined;
7616
7617
  prependIcon?: IconValue | undefined;
7617
7618
  appendIcon?: IconValue | undefined;
7619
+ rawId?: string | number | undefined;
7618
7620
  } & {
7619
7621
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
7620
7622
  default?: (() => vue.VNodeChild) | undefined;
@@ -7665,6 +7667,7 @@ declare const VListGroup: {
7665
7667
  activeColor?: string | undefined;
7666
7668
  prependIcon?: IconValue | undefined;
7667
7669
  appendIcon?: IconValue | undefined;
7670
+ rawId?: string | number | undefined;
7668
7671
  } & {
7669
7672
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
7670
7673
  default?: (() => vue.VNodeChild) | undefined;
@@ -7722,6 +7725,7 @@ declare const VListGroup: {
7722
7725
  type: vue.PropType<IconValue>;
7723
7726
  default: string;
7724
7727
  };
7728
+ rawId: (StringConstructor | NumberConstructor)[];
7725
7729
  prependIcon: vue.PropType<IconValue>;
7726
7730
  appendIcon: vue.PropType<IconValue>;
7727
7731
  fluid: BooleanConstructor;
@@ -7749,6 +7753,7 @@ declare const VListGroup: {
7749
7753
  type: vue.PropType<IconValue>;
7750
7754
  default: string;
7751
7755
  };
7756
+ rawId: (StringConstructor | NumberConstructor)[];
7752
7757
  prependIcon: vue.PropType<IconValue>;
7753
7758
  appendIcon: vue.PropType<IconValue>;
7754
7759
  fluid: BooleanConstructor;
@@ -101142,6 +101147,7 @@ declare const VTreeviewGroup: {
101142
101147
  activeColor?: string | undefined;
101143
101148
  prependIcon?: IconValue | undefined;
101144
101149
  appendIcon?: IconValue | undefined;
101150
+ rawId?: string | number | undefined;
101145
101151
  } & {
101146
101152
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
101147
101153
  default?: (() => vue.VNodeChild) | undefined;
@@ -101197,6 +101203,7 @@ declare const VTreeviewGroup: {
101197
101203
  activeColor?: string | undefined;
101198
101204
  prependIcon?: IconValue | undefined;
101199
101205
  appendIcon?: IconValue | undefined;
101206
+ rawId?: string | number | undefined;
101200
101207
  } & {
101201
101208
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
101202
101209
  default?: (() => vue.VNodeChild) | undefined;
@@ -101243,6 +101250,7 @@ declare const VTreeviewGroup: {
101243
101250
  activeColor?: string | undefined;
101244
101251
  prependIcon?: IconValue | undefined;
101245
101252
  appendIcon?: IconValue | undefined;
101253
+ rawId?: string | number | undefined;
101246
101254
  } & {
101247
101255
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
101248
101256
  default?: (() => vue.VNodeChild) | undefined;
@@ -101307,6 +101315,7 @@ declare const VTreeviewGroup: {
101307
101315
  type: vue.PropType<IconValue>;
101308
101316
  default: NonNullable<IconValue>;
101309
101317
  };
101318
+ rawId: (StringConstructor | NumberConstructor)[];
101310
101319
  fluid: BooleanConstructor;
101311
101320
  }, vue.ExtractPropTypes<{
101312
101321
  color: StringConstructor;
@@ -101339,6 +101348,7 @@ declare const VTreeviewGroup: {
101339
101348
  type: vue.PropType<IconValue>;
101340
101349
  default: NonNullable<IconValue>;
101341
101350
  };
101351
+ rawId: (StringConstructor | NumberConstructor)[];
101342
101352
  fluid: BooleanConstructor;
101343
101353
  }>>;
101344
101354
  type VTreeviewGroup = InstanceType<typeof VTreeviewGroup>;
@@ -101795,40 +101805,47 @@ declare module 'vue' {
101795
101805
  $children?: VNodeChild
101796
101806
  }
101797
101807
  export interface GlobalComponents {
101798
- VApp: VApp
101799
- VAlert: VAlert
101800
- VAlertTitle: VAlertTitle
101801
- VAutocomplete: VAutocomplete
101802
- VAvatar: VAvatar
101803
101808
  VAppBar: VAppBar
101804
101809
  VAppBarNavIcon: VAppBarNavIcon
101805
101810
  VAppBarTitle: VAppBarTitle
101806
- VBadge: VBadge
101811
+ VAutocomplete: VAutocomplete
101812
+ VAlert: VAlert
101813
+ VAlertTitle: VAlertTitle
101814
+ VAvatar: VAvatar
101807
101815
  VBanner: VBanner
101808
101816
  VBannerActions: VBannerActions
101809
101817
  VBannerText: VBannerText
101810
101818
  VBottomSheet: VBottomSheet
101819
+ VBadge: VBadge
101820
+ VBottomNavigation: VBottomNavigation
101811
101821
  VBreadcrumbs: VBreadcrumbs
101812
101822
  VBreadcrumbsItem: VBreadcrumbsItem
101813
101823
  VBreadcrumbsDivider: VBreadcrumbsDivider
101814
101824
  VBtn: VBtn
101815
- VBottomNavigation: VBottomNavigation
101816
101825
  VBtnToggle: VBtnToggle
101817
- VCarousel: VCarousel
101818
- VCarouselItem: VCarouselItem
101819
- VCheckbox: VCheckbox
101820
- VCheckboxBtn: VCheckboxBtn
101821
- VBtnGroup: VBtnGroup
101822
- VChipGroup: VChipGroup
101823
- VCode: VCode
101824
101826
  VCard: VCard
101825
101827
  VCardActions: VCardActions
101826
101828
  VCardItem: VCardItem
101827
101829
  VCardSubtitle: VCardSubtitle
101828
101830
  VCardText: VCardText
101829
101831
  VCardTitle: VCardTitle
101832
+ VCheckbox: VCheckbox
101833
+ VCheckboxBtn: VCheckboxBtn
101834
+ VBtnGroup: VBtnGroup
101835
+ VChipGroup: VChipGroup
101836
+ VCarousel: VCarousel
101837
+ VCarouselItem: VCarouselItem
101838
+ VChip: VChip
101830
101839
  VColorPicker: VColorPicker
101840
+ VCode: VCode
101841
+ VCombobox: VCombobox
101831
101842
  VCounter: VCounter
101843
+ VDatePicker: VDatePicker
101844
+ VDatePickerControls: VDatePickerControls
101845
+ VDatePickerHeader: VDatePickerHeader
101846
+ VDatePickerMonth: VDatePickerMonth
101847
+ VDatePickerMonths: VDatePickerMonths
101848
+ VDatePickerYears: VDatePickerYears
101832
101849
  VDataTable: VDataTable
101833
101850
  VDataTableHeaders: VDataTableHeaders
101834
101851
  VDataTableFooter: VDataTableFooter
@@ -101836,29 +101853,28 @@ declare module 'vue' {
101836
101853
  VDataTableRow: VDataTableRow
101837
101854
  VDataTableVirtual: VDataTableVirtual
101838
101855
  VDataTableServer: VDataTableServer
101839
- VCombobox: VCombobox
101840
- VDatePicker: VDatePicker
101841
- VDatePickerControls: VDatePickerControls
101842
- VDatePickerHeader: VDatePickerHeader
101843
- VDatePickerMonth: VDatePickerMonth
101844
- VDatePickerMonths: VDatePickerMonths
101845
- VDatePickerYears: VDatePickerYears
101846
- VDialog: VDialog
101847
- VDivider: VDivider
101848
- VEmptyState: VEmptyState
101849
101856
  VExpansionPanels: VExpansionPanels
101850
101857
  VExpansionPanel: VExpansionPanel
101851
101858
  VExpansionPanelText: VExpansionPanelText
101852
101859
  VExpansionPanelTitle: VExpansionPanelTitle
101860
+ VDivider: VDivider
101861
+ VDialog: VDialog
101862
+ VEmptyState: VEmptyState
101853
101863
  VFab: VFab
101854
- VFileInput: VFileInput
101855
- VFooter: VFooter
101856
101864
  VField: VField
101857
101865
  VFieldLabel: VFieldLabel
101866
+ VFileInput: VFileInput
101867
+ VFooter: VFooter
101868
+ VIcon: VIcon
101869
+ VComponentIcon: VComponentIcon
101870
+ VSvgIcon: VSvgIcon
101871
+ VLigatureIcon: VLigatureIcon
101872
+ VClassIcon: VClassIcon
101873
+ VInfiniteScroll: VInfiniteScroll
101874
+ VInput: VInput
101875
+ VImg: VImg
101858
101876
  VItemGroup: VItemGroup
101859
101877
  VItem: VItem
101860
- VImg: VImg
101861
- VInput: VInput
101862
101878
  VLabel: VLabel
101863
101879
  VKbd: VKbd
101864
101880
  VList: VList
@@ -101870,27 +101886,27 @@ declare module 'vue' {
101870
101886
  VListItemSubtitle: VListItemSubtitle
101871
101887
  VListItemTitle: VListItemTitle
101872
101888
  VListSubheader: VListSubheader
101889
+ VMain: VMain
101873
101890
  VMenu: VMenu
101874
101891
  VMessages: VMessages
101875
- VNavigationDrawer: VNavigationDrawer
101876
- VMain: VMain
101877
101892
  VNumberInput: VNumberInput
101878
101893
  VOtpInput: VOtpInput
101894
+ VPagination: VPagination
101895
+ VNavigationDrawer: VNavigationDrawer
101879
101896
  VOverlay: VOverlay
101880
101897
  VProgressLinear: VProgressLinear
101881
101898
  VProgressCircular: VProgressCircular
101882
- VPagination: VPagination
101883
101899
  VRadioGroup: VRadioGroup
101900
+ VRating: VRating
101884
101901
  VSelect: VSelect
101885
101902
  VSelectionControl: VSelectionControl
101886
101903
  VSelectionControlGroup: VSelectionControlGroup
101887
- VRating: VRating
101888
- VSheet: VSheet
101904
+ VSkeletonLoader: VSkeletonLoader
101889
101905
  VSlideGroup: VSlideGroup
101890
101906
  VSlideGroupItem: VSlideGroupItem
101891
101907
  VSnackbar: VSnackbar
101892
- VSkeletonLoader: VSkeletonLoader
101893
101908
  VSlider: VSlider
101909
+ VSheet: VSheet
101894
101910
  VStepper: VStepper
101895
101911
  VStepperActions: VStepperActions
101896
101912
  VStepperHeader: VStepperHeader
@@ -101899,35 +101915,24 @@ declare module 'vue' {
101899
101915
  VStepperWindowItem: VStepperWindowItem
101900
101916
  VSwitch: VSwitch
101901
101917
  VSystemBar: VSystemBar
101918
+ VTable: VTable
101902
101919
  VTab: VTab
101903
101920
  VTabs: VTabs
101904
101921
  VTabsWindow: VTabsWindow
101905
101922
  VTabsWindowItem: VTabsWindowItem
101906
101923
  VTextarea: VTextarea
101907
101924
  VTextField: VTextField
101925
+ VTimeline: VTimeline
101926
+ VTimelineItem: VTimelineItem
101908
101927
  VToolbar: VToolbar
101909
101928
  VToolbarTitle: VToolbarTitle
101910
101929
  VToolbarItems: VToolbarItems
101911
- VTimeline: VTimeline
101912
- VTimelineItem: VTimelineItem
101913
101930
  VTooltip: VTooltip
101914
- VTable: VTable
101915
101931
  VWindow: VWindow
101916
101932
  VWindowItem: VWindowItem
101917
- VChip: VChip
101918
101933
  VConfirmEdit: VConfirmEdit
101919
101934
  VDataIterator: VDataIterator
101920
101935
  VDefaultsProvider: VDefaultsProvider
101921
- VHover: VHover
101922
- VContainer: VContainer
101923
- VCol: VCol
101924
- VRow: VRow
101925
- VSpacer: VSpacer
101926
- VIcon: VIcon
101927
- VComponentIcon: VComponentIcon
101928
- VSvgIcon: VSvgIcon
101929
- VLigatureIcon: VLigatureIcon
101930
- VClassIcon: VClassIcon
101931
101936
  VForm: VForm
101932
101937
  VLayout: VLayout
101933
101938
  VLayoutItem: VLayoutItem
@@ -101935,15 +101940,14 @@ declare module 'vue' {
101935
101940
  VLocaleProvider: VLocaleProvider
101936
101941
  VNoSsr: VNoSsr
101937
101942
  VParallax: VParallax
101938
- VRadio: VRadio
101939
101943
  VRangeSlider: VRangeSlider
101944
+ VRadio: VRadio
101940
101945
  VResponsive: VResponsive
101941
- VSparkline: VSparkline
101942
101946
  VSnackbarQueue: VSnackbarQueue
101947
+ VSparkline: VSparkline
101943
101948
  VSpeedDial: VSpeedDial
101944
- VThemeProvider: VThemeProvider
101945
101949
  VValidation: VValidation
101946
- VVirtualScroll: VVirtualScroll
101950
+ VThemeProvider: VThemeProvider
101947
101951
  VFabTransition: VFabTransition
101948
101952
  VDialogBottomTransition: VDialogBottomTransition
101949
101953
  VDialogTopTransition: VDialogTopTransition
@@ -101960,29 +101964,35 @@ declare module 'vue' {
101960
101964
  VExpandTransition: VExpandTransition
101961
101965
  VExpandXTransition: VExpandXTransition
101962
101966
  VDialogTransition: VDialogTransition
101963
- VInfiniteScroll: VInfiniteScroll
101967
+ VVirtualScroll: VVirtualScroll
101968
+ VContainer: VContainer
101969
+ VCol: VCol
101970
+ VRow: VRow
101971
+ VSpacer: VSpacer
101972
+ VApp: VApp
101973
+ VHover: VHover
101974
+ VColorInput: VColorInput
101964
101975
  VCalendar: VCalendar
101965
101976
  VCalendarDay: VCalendarDay
101966
101977
  VCalendarHeader: VCalendarHeader
101967
101978
  VCalendarInterval: VCalendarInterval
101968
101979
  VCalendarIntervalEvent: VCalendarIntervalEvent
101969
101980
  VCalendarMonthDay: VCalendarMonthDay
101981
+ VIconBtn: VIconBtn
101970
101982
  VFileUpload: VFileUpload
101971
101983
  VFileUploadItem: VFileUploadItem
101972
- VIconBtn: VIconBtn
101984
+ VPicker: VPicker
101985
+ VPickerTitle: VPickerTitle
101973
101986
  VStepperVertical: VStepperVertical
101974
101987
  VStepperVerticalItem: VStepperVerticalItem
101975
101988
  VStepperVerticalActions: VStepperVerticalActions
101976
- VPicker: VPicker
101977
- VPickerTitle: VPickerTitle
101978
- VTimePicker: VTimePicker
101979
- VTimePickerClock: VTimePickerClock
101980
- VTimePickerControls: VTimePickerControls
101981
101989
  VTreeview: VTreeview
101982
101990
  VTreeviewItem: VTreeviewItem
101983
101991
  VTreeviewGroup: VTreeviewGroup
101992
+ VTimePicker: VTimePicker
101993
+ VTimePickerClock: VTimePickerClock
101994
+ VTimePickerControls: VTimePickerControls
101984
101995
  VDateInput: VDateInput
101985
- VColorInput: VColorInput
101986
101996
  VPullToRefresh: VPullToRefresh
101987
101997
  }
101988
101998
  }