@vuetify/nightly 3.7.3-dev.2024-10-24 → 3.7.3-dev.2024-10-29
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/importMap-labs.json +20 -20
- package/dist/json/importMap.json +144 -144
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +3427 -3427
- package/dist/vuetify-labs.esm.js +4 -4
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +4 -4
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +6218 -6218
- package/dist/vuetify.d.ts +50 -50
- package/dist/vuetify.esm.js +4 -4
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +4 -4
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +4 -4
- package/dist/vuetify.min.js.map +1 -1
- package/lib/composables/virtual.mjs +1 -1
- package/lib/composables/virtual.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +50 -50
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -57919,48 +57919,47 @@ declare module 'vue' {
|
|
57919
57919
|
}
|
57920
57920
|
export interface GlobalComponents {
|
57921
57921
|
VApp: typeof import('vuetify/components')['VApp']
|
57922
|
-
|
57922
|
+
VBanner: typeof import('vuetify/components')['VBanner']
|
57923
|
+
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
57924
|
+
VBannerText: typeof import('vuetify/components')['VBannerText']
|
57923
57925
|
VAlert: typeof import('vuetify/components')['VAlert']
|
57924
57926
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
57925
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
57926
|
-
VBadge: typeof import('vuetify/components')['VBadge']
|
57927
57927
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
57928
57928
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
57929
57929
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
57930
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
57931
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
57930
57932
|
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
57933
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
57931
57934
|
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
57932
57935
|
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
57936
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
57933
57937
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
57934
57938
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
57935
57939
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
57936
57940
|
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
57937
|
-
VBanner: typeof import('vuetify/components')['VBanner']
|
57938
|
-
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
57939
|
-
VBannerText: typeof import('vuetify/components')['VBannerText']
|
57940
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
57941
|
-
VChip: typeof import('vuetify/components')['VChip']
|
57942
57941
|
VCard: typeof import('vuetify/components')['VCard']
|
57943
57942
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
57944
57943
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
57945
57944
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
57946
57945
|
VCardText: typeof import('vuetify/components')['VCardText']
|
57947
57946
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
57948
|
-
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
57949
|
-
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
57950
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
57951
57947
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
57952
57948
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
57953
|
-
|
57949
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
57950
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
57954
57951
|
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
57952
|
+
VChip: typeof import('vuetify/components')['VChip']
|
57953
|
+
VCode: typeof import('vuetify/components')['VCode']
|
57954
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
57955
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
57956
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
57955
57957
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
57956
57958
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
57957
57959
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
57958
57960
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
57959
57961
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
57960
57962
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
57961
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
57962
|
-
VCounter: typeof import('vuetify/components')['VCounter']
|
57963
|
-
VCombobox: typeof import('vuetify/components')['VCombobox']
|
57964
57963
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
57965
57964
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
57966
57965
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -57969,24 +57968,28 @@ declare module 'vue' {
|
|
57969
57968
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
57970
57969
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
57971
57970
|
VDialog: typeof import('vuetify/components')['VDialog']
|
57972
|
-
|
57973
|
-
VField: typeof import('vuetify/components')['VField']
|
57974
|
-
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
57971
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
57975
57972
|
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
57976
57973
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
57977
57974
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
57978
57975
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
57979
57976
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
57977
|
+
VField: typeof import('vuetify/components')['VField']
|
57978
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
57979
|
+
VFab: typeof import('vuetify/components')['VFab']
|
57980
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
57980
57981
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
57981
|
-
VImg: typeof import('vuetify/components')['VImg']
|
57982
57982
|
VIcon: typeof import('vuetify/components')['VIcon']
|
57983
57983
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
57984
57984
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
57985
57985
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
57986
57986
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
57987
|
+
VInput: typeof import('vuetify/components')['VInput']
|
57988
|
+
VImg: typeof import('vuetify/components')['VImg']
|
57987
57989
|
VKbd: typeof import('vuetify/components')['VKbd']
|
57990
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
57988
57991
|
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
57989
|
-
|
57992
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
57990
57993
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
57991
57994
|
VItem: typeof import('vuetify/components')['VItem']
|
57992
57995
|
VList: typeof import('vuetify/components')['VList']
|
@@ -57998,67 +58001,64 @@ declare module 'vue' {
|
|
57998
58001
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
57999
58002
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
58000
58003
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
58001
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
58002
|
-
VMenu: typeof import('vuetify/components')['VMenu']
|
58003
|
-
VInput: typeof import('vuetify/components')['VInput']
|
58004
58004
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
58005
|
-
VMain: typeof import('vuetify/components')['VMain']
|
58006
58005
|
VMessages: typeof import('vuetify/components')['VMessages']
|
58007
|
-
VOverlay: typeof import('vuetify/components')['VOverlay']
|
58008
|
-
VPagination: typeof import('vuetify/components')['VPagination']
|
58009
58006
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
58010
|
-
|
58011
|
-
|
58007
|
+
VMain: typeof import('vuetify/components')['VMain']
|
58008
|
+
VPagination: typeof import('vuetify/components')['VPagination']
|
58009
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
58012
58010
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
58011
|
+
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
58013
58012
|
VRating: typeof import('vuetify/components')['VRating']
|
58013
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
58014
58014
|
VSelect: typeof import('vuetify/components')['VSelect']
|
58015
|
-
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
58016
|
-
VSheet: typeof import('vuetify/components')['VSheet']
|
58017
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
58018
58015
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
58019
58016
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
58017
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
58020
58018
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
58021
|
-
|
58019
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
58022
58020
|
VSlider: typeof import('vuetify/components')['VSlider']
|
58023
|
-
|
58021
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
58024
58022
|
VStepper: typeof import('vuetify/components')['VStepper']
|
58025
58023
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
58026
58024
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
58027
58025
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
58028
58026
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
58029
58027
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
58028
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
58029
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
58030
|
+
VTable: typeof import('vuetify/components')['VTable']
|
58031
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
58030
58032
|
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
58031
58033
|
VTab: typeof import('vuetify/components')['VTab']
|
58032
58034
|
VTabs: typeof import('vuetify/components')['VTabs']
|
58033
58035
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
58034
58036
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
58035
58037
|
VTextField: typeof import('vuetify/components')['VTextField']
|
58036
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
58037
|
-
VTable: typeof import('vuetify/components')['VTable']
|
58038
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
58039
|
-
VWindow: typeof import('vuetify/components')['VWindow']
|
58040
|
-
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
58041
|
-
VTimeline: typeof import('vuetify/components')['VTimeline']
|
58042
|
-
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
58043
58038
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
58044
58039
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
58045
58040
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
58041
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
58042
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
58043
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
58044
|
+
VWindow: typeof import('vuetify/components')['VWindow']
|
58045
|
+
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
58046
58046
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
58047
58047
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
58048
|
+
VForm: typeof import('vuetify/components')['VForm']
|
58048
58049
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
58050
|
+
VHover: typeof import('vuetify/components')['VHover']
|
58049
58051
|
VContainer: typeof import('vuetify/components')['VContainer']
|
58050
58052
|
VCol: typeof import('vuetify/components')['VCol']
|
58051
58053
|
VRow: typeof import('vuetify/components')['VRow']
|
58052
58054
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
58053
|
-
VForm: typeof import('vuetify/components')['VForm']
|
58054
|
-
VHover: typeof import('vuetify/components')['VHover']
|
58055
58055
|
VLayout: typeof import('vuetify/components')['VLayout']
|
58056
58056
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
58057
|
-
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
58058
58057
|
VLazy: typeof import('vuetify/components')['VLazy']
|
58058
|
+
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
58059
58059
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
58060
|
-
VRadio: typeof import('vuetify/components')['VRadio']
|
58061
58060
|
VParallax: typeof import('vuetify/components')['VParallax']
|
58061
|
+
VRadio: typeof import('vuetify/components')['VRadio']
|
58062
58062
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
58063
58063
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
58064
58064
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
@@ -58082,24 +58082,24 @@ declare module 'vue' {
|
|
58082
58082
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
58083
58083
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
58084
58084
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
58085
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
58086
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
58087
58085
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
58088
58086
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
58089
58087
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
58090
58088
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
58091
58089
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
58092
58090
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
58091
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
58093
58092
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
58094
58093
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
58095
58094
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
58096
|
-
|
58097
|
-
|
58098
|
-
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
58099
|
-
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
58095
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
58096
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
58100
58097
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
58101
58098
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
58102
58099
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
58100
|
+
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
58101
|
+
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
58102
|
+
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
58103
58103
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
58104
58104
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
58105
58105
|
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.3-dev.2024-10-
|
2
|
+
* Vuetify v3.7.3-dev.2024-10-29
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -12364,7 +12364,7 @@ function useVirtual(props, items) {
|
|
12364
12364
|
updateOffsets.immediate();
|
12365
12365
|
calculateVisibleItems();
|
12366
12366
|
}, {
|
12367
|
-
deep:
|
12367
|
+
deep: 1
|
12368
12368
|
});
|
12369
12369
|
return {
|
12370
12370
|
calculateVisibleItems,
|
@@ -28244,7 +28244,7 @@ function createVuetify$1() {
|
|
28244
28244
|
goTo
|
28245
28245
|
};
|
28246
28246
|
}
|
28247
|
-
const version$1 = "3.7.3-dev.2024-10-
|
28247
|
+
const version$1 = "3.7.3-dev.2024-10-29";
|
28248
28248
|
createVuetify$1.version = version$1;
|
28249
28249
|
|
28250
28250
|
// Vue's inject() can only be used in setup
|
@@ -28269,7 +28269,7 @@ const createVuetify = function () {
|
|
28269
28269
|
...options
|
28270
28270
|
});
|
28271
28271
|
};
|
28272
|
-
const version = "3.7.3-dev.2024-10-
|
28272
|
+
const version = "3.7.3-dev.2024-10-29";
|
28273
28273
|
createVuetify.version = version;
|
28274
28274
|
|
28275
28275
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|