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.
- package/dist/json/attributes.json +3247 -3239
- package/dist/json/importMap-labs.json +22 -22
- package/dist/json/importMap.json +180 -180
- package/dist/json/tags.json +2 -0
- package/dist/json/web-types.json +6004 -5986
- package/dist/vuetify-labs.cjs +104 -55
- package/dist/vuetify-labs.css +5367 -5364
- package/dist/vuetify-labs.d.ts +70 -60
- package/dist/vuetify-labs.esm.js +104 -55
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +104 -55
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +98 -54
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +4065 -4062
- package/dist/vuetify.d.ts +65 -60
- package/dist/vuetify.esm.js +98 -54
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +98 -54
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +413 -410
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VBtn/VBtn.css +3 -0
- package/lib/components/VBtn/VBtn.sass +5 -0
- package/lib/components/VBtnGroup/VBtnGroup.css +2 -1
- package/lib/components/VBtnGroup/VBtnGroup.sass +2 -1
- package/lib/components/VCarousel/VCarousel.css +0 -1
- package/lib/components/VCarousel/VCarousel.js +1 -0
- package/lib/components/VCarousel/VCarousel.js.map +1 -1
- package/lib/components/VCarousel/VCarousel.sass +0 -1
- package/lib/components/VDataTable/VDataTable.css +6 -3
- package/lib/components/VDataTable/VDataTable.sass +4 -2
- package/lib/components/VDatePicker/VDatePicker.js +19 -13
- package/lib/components/VDatePicker/VDatePicker.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.css +3 -8
- package/lib/components/VDatePicker/VDatePickerMonth.js +8 -3
- package/lib/components/VDatePicker/VDatePickerMonth.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.sass +3 -8
- package/lib/components/VDatePicker/VDatePickerYears.js +1 -3
- package/lib/components/VDatePicker/VDatePickerYears.js.map +1 -1
- package/lib/components/VList/VList.js +1 -1
- package/lib/components/VList/VList.js.map +1 -1
- package/lib/components/VList/VListChildren.js +4 -3
- package/lib/components/VList/VListChildren.js.map +1 -1
- package/lib/components/VList/VListGroup.d.ts +10 -0
- package/lib/components/VList/VListGroup.js +2 -2
- package/lib/components/VList/VListGroup.js.map +1 -1
- package/lib/components/VList/VListItem.css +2 -0
- package/lib/components/VList/VListItem.sass +2 -0
- package/lib/components/VList/_variables.scss +1 -0
- package/lib/components/VNumberInput/VNumberInput.js +4 -10
- package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
- package/lib/components/VNumberInput/hold.js +4 -0
- package/lib/components/VNumberInput/hold.js.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.js +17 -1
- package/lib/components/VOtpInput/VOtpInput.js.map +1 -1
- package/lib/components/VSpeedDial/VSpeedDial.css +1 -1
- package/lib/components/VSpeedDial/VSpeedDial.sass +3 -1
- package/lib/components/VTextField/VTextField.js +4 -4
- package/lib/components/VTextField/VTextField.js.map +1 -1
- package/lib/components/VTextarea/VTextarea.js +4 -4
- package/lib/components/VTextarea/VTextarea.js.map +1 -1
- package/lib/composables/autofocus.d.ts +7 -0
- package/lib/composables/autofocus.js +10 -0
- package/lib/composables/autofocus.js.map +1 -0
- package/lib/composables/calendar.d.ts +1 -0
- package/lib/composables/calendar.js +7 -3
- package/lib/composables/calendar.js.map +1 -1
- package/lib/composables/group.js +1 -0
- package/lib/composables/group.js.map +1 -1
- package/lib/composables/hotkey.d.ts +9 -0
- package/lib/composables/hotkey.js +131 -0
- package/lib/composables/hotkey.js.map +1 -0
- package/lib/composables/intersectionObserver.js +2 -2
- package/lib/composables/intersectionObserver.js.map +1 -1
- package/lib/composables/selectLink.js +2 -2
- package/lib/composables/selectLink.js.map +1 -1
- package/lib/composables/transition.js +3 -3
- package/lib/composables/transition.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/entry-bundler.js.map +1 -1
- package/lib/framework.d.ts +60 -60
- package/lib/framework.js +1 -1
- package/lib/framework.js.map +1 -1
- package/lib/labs/VFileUpload/VFileUploadItem.js +1 -0
- package/lib/labs/VFileUpload/VFileUploadItem.js.map +1 -1
- package/lib/labs/VTimePicker/VTimePickerClock.js +3 -1
- package/lib/labs/VTimePicker/VTimePickerClock.js.map +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.js +2 -1
- package/lib/labs/VTreeview/VTreeviewChildren.js.map +1 -1
- package/lib/labs/VTreeview/VTreeviewGroup.d.ts +10 -0
- package/lib/labs/VTreeview/VTreeviewItem.js +1 -0
- package/lib/labs/VTreeview/VTreeviewItem.js.map +1 -1
- package/lib/util/helpers.d.ts +3 -0
- package/lib/util/helpers.js +7 -0
- package/lib/util/helpers.js.map +1 -1
- package/package.json +8 -8
package/dist/vuetify.d.ts
CHANGED
|
@@ -7573,6 +7573,7 @@ declare const VListGroup: {
|
|
|
7573
7573
|
activeColor?: string | undefined;
|
|
7574
7574
|
prependIcon?: IconValue | undefined;
|
|
7575
7575
|
appendIcon?: IconValue | undefined;
|
|
7576
|
+
rawId?: string | number | undefined;
|
|
7576
7577
|
} & {
|
|
7577
7578
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
7578
7579
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -7632,6 +7633,7 @@ declare const VListGroup: {
|
|
|
7632
7633
|
activeColor?: string | undefined;
|
|
7633
7634
|
prependIcon?: IconValue | undefined;
|
|
7634
7635
|
appendIcon?: IconValue | undefined;
|
|
7636
|
+
rawId?: string | number | undefined;
|
|
7635
7637
|
} & {
|
|
7636
7638
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
7637
7639
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -7682,6 +7684,7 @@ declare const VListGroup: {
|
|
|
7682
7684
|
activeColor?: string | undefined;
|
|
7683
7685
|
prependIcon?: IconValue | undefined;
|
|
7684
7686
|
appendIcon?: IconValue | undefined;
|
|
7687
|
+
rawId?: string | number | undefined;
|
|
7685
7688
|
} & {
|
|
7686
7689
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
7687
7690
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -7739,6 +7742,7 @@ declare const VListGroup: {
|
|
|
7739
7742
|
type: vue.PropType<IconValue>;
|
|
7740
7743
|
default: string;
|
|
7741
7744
|
};
|
|
7745
|
+
rawId: (StringConstructor | NumberConstructor)[];
|
|
7742
7746
|
prependIcon: vue.PropType<IconValue>;
|
|
7743
7747
|
appendIcon: vue.PropType<IconValue>;
|
|
7744
7748
|
fluid: BooleanConstructor;
|
|
@@ -7766,6 +7770,7 @@ declare const VListGroup: {
|
|
|
7766
7770
|
type: vue.PropType<IconValue>;
|
|
7767
7771
|
default: string;
|
|
7768
7772
|
};
|
|
7773
|
+
rawId: (StringConstructor | NumberConstructor)[];
|
|
7769
7774
|
prependIcon: vue.PropType<IconValue>;
|
|
7770
7775
|
appendIcon: vue.PropType<IconValue>;
|
|
7771
7776
|
fluid: BooleanConstructor;
|
|
@@ -85908,40 +85913,47 @@ declare module 'vue' {
|
|
|
85908
85913
|
$children?: VNodeChild
|
|
85909
85914
|
}
|
|
85910
85915
|
export interface GlobalComponents {
|
|
85911
|
-
VApp: VApp
|
|
85912
|
-
VAlert: VAlert
|
|
85913
|
-
VAlertTitle: VAlertTitle
|
|
85914
|
-
VAutocomplete: VAutocomplete
|
|
85915
|
-
VAvatar: VAvatar
|
|
85916
85916
|
VAppBar: VAppBar
|
|
85917
85917
|
VAppBarNavIcon: VAppBarNavIcon
|
|
85918
85918
|
VAppBarTitle: VAppBarTitle
|
|
85919
|
-
|
|
85919
|
+
VAutocomplete: VAutocomplete
|
|
85920
|
+
VAlert: VAlert
|
|
85921
|
+
VAlertTitle: VAlertTitle
|
|
85922
|
+
VAvatar: VAvatar
|
|
85920
85923
|
VBanner: VBanner
|
|
85921
85924
|
VBannerActions: VBannerActions
|
|
85922
85925
|
VBannerText: VBannerText
|
|
85923
85926
|
VBottomSheet: VBottomSheet
|
|
85927
|
+
VBadge: VBadge
|
|
85928
|
+
VBottomNavigation: VBottomNavigation
|
|
85924
85929
|
VBreadcrumbs: VBreadcrumbs
|
|
85925
85930
|
VBreadcrumbsItem: VBreadcrumbsItem
|
|
85926
85931
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
|
85927
85932
|
VBtn: VBtn
|
|
85928
|
-
VBottomNavigation: VBottomNavigation
|
|
85929
85933
|
VBtnToggle: VBtnToggle
|
|
85930
|
-
VCarousel: VCarousel
|
|
85931
|
-
VCarouselItem: VCarouselItem
|
|
85932
|
-
VCheckbox: VCheckbox
|
|
85933
|
-
VCheckboxBtn: VCheckboxBtn
|
|
85934
|
-
VBtnGroup: VBtnGroup
|
|
85935
|
-
VChipGroup: VChipGroup
|
|
85936
|
-
VCode: VCode
|
|
85937
85934
|
VCard: VCard
|
|
85938
85935
|
VCardActions: VCardActions
|
|
85939
85936
|
VCardItem: VCardItem
|
|
85940
85937
|
VCardSubtitle: VCardSubtitle
|
|
85941
85938
|
VCardText: VCardText
|
|
85942
85939
|
VCardTitle: VCardTitle
|
|
85940
|
+
VCheckbox: VCheckbox
|
|
85941
|
+
VCheckboxBtn: VCheckboxBtn
|
|
85942
|
+
VBtnGroup: VBtnGroup
|
|
85943
|
+
VChipGroup: VChipGroup
|
|
85944
|
+
VCarousel: VCarousel
|
|
85945
|
+
VCarouselItem: VCarouselItem
|
|
85946
|
+
VChip: VChip
|
|
85943
85947
|
VColorPicker: VColorPicker
|
|
85948
|
+
VCode: VCode
|
|
85949
|
+
VCombobox: VCombobox
|
|
85944
85950
|
VCounter: VCounter
|
|
85951
|
+
VDatePicker: VDatePicker
|
|
85952
|
+
VDatePickerControls: VDatePickerControls
|
|
85953
|
+
VDatePickerHeader: VDatePickerHeader
|
|
85954
|
+
VDatePickerMonth: VDatePickerMonth
|
|
85955
|
+
VDatePickerMonths: VDatePickerMonths
|
|
85956
|
+
VDatePickerYears: VDatePickerYears
|
|
85945
85957
|
VDataTable: VDataTable
|
|
85946
85958
|
VDataTableHeaders: VDataTableHeaders
|
|
85947
85959
|
VDataTableFooter: VDataTableFooter
|
|
@@ -85949,29 +85961,28 @@ declare module 'vue' {
|
|
|
85949
85961
|
VDataTableRow: VDataTableRow
|
|
85950
85962
|
VDataTableVirtual: VDataTableVirtual
|
|
85951
85963
|
VDataTableServer: VDataTableServer
|
|
85952
|
-
VCombobox: VCombobox
|
|
85953
|
-
VDatePicker: VDatePicker
|
|
85954
|
-
VDatePickerControls: VDatePickerControls
|
|
85955
|
-
VDatePickerHeader: VDatePickerHeader
|
|
85956
|
-
VDatePickerMonth: VDatePickerMonth
|
|
85957
|
-
VDatePickerMonths: VDatePickerMonths
|
|
85958
|
-
VDatePickerYears: VDatePickerYears
|
|
85959
|
-
VDialog: VDialog
|
|
85960
|
-
VDivider: VDivider
|
|
85961
|
-
VEmptyState: VEmptyState
|
|
85962
85964
|
VExpansionPanels: VExpansionPanels
|
|
85963
85965
|
VExpansionPanel: VExpansionPanel
|
|
85964
85966
|
VExpansionPanelText: VExpansionPanelText
|
|
85965
85967
|
VExpansionPanelTitle: VExpansionPanelTitle
|
|
85968
|
+
VDivider: VDivider
|
|
85969
|
+
VDialog: VDialog
|
|
85970
|
+
VEmptyState: VEmptyState
|
|
85966
85971
|
VFab: VFab
|
|
85967
|
-
VFileInput: VFileInput
|
|
85968
|
-
VFooter: VFooter
|
|
85969
85972
|
VField: VField
|
|
85970
85973
|
VFieldLabel: VFieldLabel
|
|
85974
|
+
VFileInput: VFileInput
|
|
85975
|
+
VFooter: VFooter
|
|
85976
|
+
VIcon: VIcon
|
|
85977
|
+
VComponentIcon: VComponentIcon
|
|
85978
|
+
VSvgIcon: VSvgIcon
|
|
85979
|
+
VLigatureIcon: VLigatureIcon
|
|
85980
|
+
VClassIcon: VClassIcon
|
|
85981
|
+
VInfiniteScroll: VInfiniteScroll
|
|
85982
|
+
VInput: VInput
|
|
85983
|
+
VImg: VImg
|
|
85971
85984
|
VItemGroup: VItemGroup
|
|
85972
85985
|
VItem: VItem
|
|
85973
|
-
VImg: VImg
|
|
85974
|
-
VInput: VInput
|
|
85975
85986
|
VLabel: VLabel
|
|
85976
85987
|
VKbd: VKbd
|
|
85977
85988
|
VList: VList
|
|
@@ -85983,27 +85994,27 @@ declare module 'vue' {
|
|
|
85983
85994
|
VListItemSubtitle: VListItemSubtitle
|
|
85984
85995
|
VListItemTitle: VListItemTitle
|
|
85985
85996
|
VListSubheader: VListSubheader
|
|
85997
|
+
VMain: VMain
|
|
85986
85998
|
VMenu: VMenu
|
|
85987
85999
|
VMessages: VMessages
|
|
85988
|
-
VNavigationDrawer: VNavigationDrawer
|
|
85989
|
-
VMain: VMain
|
|
85990
86000
|
VNumberInput: VNumberInput
|
|
85991
86001
|
VOtpInput: VOtpInput
|
|
86002
|
+
VPagination: VPagination
|
|
86003
|
+
VNavigationDrawer: VNavigationDrawer
|
|
85992
86004
|
VOverlay: VOverlay
|
|
85993
86005
|
VProgressLinear: VProgressLinear
|
|
85994
86006
|
VProgressCircular: VProgressCircular
|
|
85995
|
-
VPagination: VPagination
|
|
85996
86007
|
VRadioGroup: VRadioGroup
|
|
86008
|
+
VRating: VRating
|
|
85997
86009
|
VSelect: VSelect
|
|
85998
86010
|
VSelectionControl: VSelectionControl
|
|
85999
86011
|
VSelectionControlGroup: VSelectionControlGroup
|
|
86000
|
-
|
|
86001
|
-
VSheet: VSheet
|
|
86012
|
+
VSkeletonLoader: VSkeletonLoader
|
|
86002
86013
|
VSlideGroup: VSlideGroup
|
|
86003
86014
|
VSlideGroupItem: VSlideGroupItem
|
|
86004
86015
|
VSnackbar: VSnackbar
|
|
86005
|
-
VSkeletonLoader: VSkeletonLoader
|
|
86006
86016
|
VSlider: VSlider
|
|
86017
|
+
VSheet: VSheet
|
|
86007
86018
|
VStepper: VStepper
|
|
86008
86019
|
VStepperActions: VStepperActions
|
|
86009
86020
|
VStepperHeader: VStepperHeader
|
|
@@ -86012,35 +86023,24 @@ declare module 'vue' {
|
|
|
86012
86023
|
VStepperWindowItem: VStepperWindowItem
|
|
86013
86024
|
VSwitch: VSwitch
|
|
86014
86025
|
VSystemBar: VSystemBar
|
|
86026
|
+
VTable: VTable
|
|
86015
86027
|
VTab: VTab
|
|
86016
86028
|
VTabs: VTabs
|
|
86017
86029
|
VTabsWindow: VTabsWindow
|
|
86018
86030
|
VTabsWindowItem: VTabsWindowItem
|
|
86019
86031
|
VTextarea: VTextarea
|
|
86020
86032
|
VTextField: VTextField
|
|
86033
|
+
VTimeline: VTimeline
|
|
86034
|
+
VTimelineItem: VTimelineItem
|
|
86021
86035
|
VToolbar: VToolbar
|
|
86022
86036
|
VToolbarTitle: VToolbarTitle
|
|
86023
86037
|
VToolbarItems: VToolbarItems
|
|
86024
|
-
VTimeline: VTimeline
|
|
86025
|
-
VTimelineItem: VTimelineItem
|
|
86026
86038
|
VTooltip: VTooltip
|
|
86027
|
-
VTable: VTable
|
|
86028
86039
|
VWindow: VWindow
|
|
86029
86040
|
VWindowItem: VWindowItem
|
|
86030
|
-
VChip: VChip
|
|
86031
86041
|
VConfirmEdit: VConfirmEdit
|
|
86032
86042
|
VDataIterator: VDataIterator
|
|
86033
86043
|
VDefaultsProvider: VDefaultsProvider
|
|
86034
|
-
VHover: VHover
|
|
86035
|
-
VContainer: VContainer
|
|
86036
|
-
VCol: VCol
|
|
86037
|
-
VRow: VRow
|
|
86038
|
-
VSpacer: VSpacer
|
|
86039
|
-
VIcon: VIcon
|
|
86040
|
-
VComponentIcon: VComponentIcon
|
|
86041
|
-
VSvgIcon: VSvgIcon
|
|
86042
|
-
VLigatureIcon: VLigatureIcon
|
|
86043
|
-
VClassIcon: VClassIcon
|
|
86044
86044
|
VForm: VForm
|
|
86045
86045
|
VLayout: VLayout
|
|
86046
86046
|
VLayoutItem: VLayoutItem
|
|
@@ -86048,15 +86048,14 @@ declare module 'vue' {
|
|
|
86048
86048
|
VLocaleProvider: VLocaleProvider
|
|
86049
86049
|
VNoSsr: VNoSsr
|
|
86050
86050
|
VParallax: VParallax
|
|
86051
|
-
VRadio: VRadio
|
|
86052
86051
|
VRangeSlider: VRangeSlider
|
|
86052
|
+
VRadio: VRadio
|
|
86053
86053
|
VResponsive: VResponsive
|
|
86054
|
-
VSparkline: VSparkline
|
|
86055
86054
|
VSnackbarQueue: VSnackbarQueue
|
|
86055
|
+
VSparkline: VSparkline
|
|
86056
86056
|
VSpeedDial: VSpeedDial
|
|
86057
|
-
VThemeProvider: VThemeProvider
|
|
86058
86057
|
VValidation: VValidation
|
|
86059
|
-
|
|
86058
|
+
VThemeProvider: VThemeProvider
|
|
86060
86059
|
VFabTransition: VFabTransition
|
|
86061
86060
|
VDialogBottomTransition: VDialogBottomTransition
|
|
86062
86061
|
VDialogTopTransition: VDialogTopTransition
|
|
@@ -86073,29 +86072,35 @@ declare module 'vue' {
|
|
|
86073
86072
|
VExpandTransition: VExpandTransition
|
|
86074
86073
|
VExpandXTransition: VExpandXTransition
|
|
86075
86074
|
VDialogTransition: VDialogTransition
|
|
86076
|
-
|
|
86075
|
+
VVirtualScroll: VVirtualScroll
|
|
86076
|
+
VContainer: VContainer
|
|
86077
|
+
VCol: VCol
|
|
86078
|
+
VRow: VRow
|
|
86079
|
+
VSpacer: VSpacer
|
|
86080
|
+
VApp: VApp
|
|
86081
|
+
VHover: VHover
|
|
86082
|
+
VColorInput: VColorInput
|
|
86077
86083
|
VCalendar: VCalendar
|
|
86078
86084
|
VCalendarDay: VCalendarDay
|
|
86079
86085
|
VCalendarHeader: VCalendarHeader
|
|
86080
86086
|
VCalendarInterval: VCalendarInterval
|
|
86081
86087
|
VCalendarIntervalEvent: VCalendarIntervalEvent
|
|
86082
86088
|
VCalendarMonthDay: VCalendarMonthDay
|
|
86089
|
+
VIconBtn: VIconBtn
|
|
86083
86090
|
VFileUpload: VFileUpload
|
|
86084
86091
|
VFileUploadItem: VFileUploadItem
|
|
86085
|
-
|
|
86092
|
+
VPicker: VPicker
|
|
86093
|
+
VPickerTitle: VPickerTitle
|
|
86086
86094
|
VStepperVertical: VStepperVertical
|
|
86087
86095
|
VStepperVerticalItem: VStepperVerticalItem
|
|
86088
86096
|
VStepperVerticalActions: VStepperVerticalActions
|
|
86089
|
-
VPicker: VPicker
|
|
86090
|
-
VPickerTitle: VPickerTitle
|
|
86091
|
-
VTimePicker: VTimePicker
|
|
86092
|
-
VTimePickerClock: VTimePickerClock
|
|
86093
|
-
VTimePickerControls: VTimePickerControls
|
|
86094
86097
|
VTreeview: VTreeview
|
|
86095
86098
|
VTreeviewItem: VTreeviewItem
|
|
86096
86099
|
VTreeviewGroup: VTreeviewGroup
|
|
86100
|
+
VTimePicker: VTimePicker
|
|
86101
|
+
VTimePickerClock: VTimePickerClock
|
|
86102
|
+
VTimePickerControls: VTimePickerControls
|
|
86097
86103
|
VDateInput: VDateInput
|
|
86098
|
-
VColorInput: VColorInput
|
|
86099
86104
|
VPullToRefresh: VPullToRefresh
|
|
86100
86105
|
}
|
|
86101
86106
|
}
|