@vuetify/nightly 3.6.10-master.2024-06-21 → 3.6.10-master.2024-06-27
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/CHANGELOG.md +7 -2
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +108 -108
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +3880 -3880
- 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 +1101 -1101
- package/dist/vuetify.d.ts +39 -39
- 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/components/VOverlay/VOverlay.mjs +1 -1
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +39 -39
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -72847,28 +72847,25 @@ declare module '@vue/runtime-core' {
|
|
72847
72847
|
}
|
72848
72848
|
|
72849
72849
|
export interface GlobalComponents {
|
72850
|
+
VApp: typeof import('vuetify/components')['VApp']
|
72850
72851
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
72851
72852
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
72852
72853
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
72853
72854
|
VAlert: typeof import('vuetify/components')['VAlert']
|
72854
72855
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
72855
|
-
|
72856
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
72856
72857
|
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
72857
72858
|
VBadge: typeof import('vuetify/components')['VBadge']
|
72858
|
-
|
72859
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
72859
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
72860
72860
|
VBanner: typeof import('vuetify/components')['VBanner']
|
72861
72861
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
72862
72862
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
72863
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
72863
72864
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
72864
72865
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
72865
72866
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
72866
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
72867
72867
|
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
72868
|
-
|
72869
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
72870
|
-
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
72871
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
72868
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
72872
72869
|
VCard: typeof import('vuetify/components')['VCard']
|
72873
72870
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
72874
72871
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
@@ -72877,10 +72874,11 @@ declare module '@vue/runtime-core' {
|
|
72877
72874
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
72878
72875
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
72879
72876
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
72880
|
-
|
72881
|
-
|
72882
|
-
|
72877
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
72878
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
72879
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
72883
72880
|
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
72881
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
72884
72882
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
72885
72883
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
72886
72884
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -72888,38 +72886,41 @@ declare module '@vue/runtime-core' {
|
|
72888
72886
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
72889
72887
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
72890
72888
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
72889
|
+
VChip: typeof import('vuetify/components')['VChip']
|
72891
72890
|
VCode: typeof import('vuetify/components')['VCode']
|
72891
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
72892
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
72893
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
72894
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
72892
72895
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
72893
72896
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
72894
72897
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
72895
72898
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
72896
72899
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
72897
72900
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
72898
|
-
VCounter: typeof import('vuetify/components')['VCounter']
|
72899
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
72900
|
-
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
72901
|
-
VField: typeof import('vuetify/components')['VField']
|
72902
|
-
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
72903
72901
|
VDivider: typeof import('vuetify/components')['VDivider']
|
72902
|
+
VFab: typeof import('vuetify/components')['VFab']
|
72904
72903
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
72905
72904
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
72906
72905
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
72907
72906
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
72908
|
-
VFab: typeof import('vuetify/components')['VFab']
|
72909
|
-
VFooter: typeof import('vuetify/components')['VFooter']
|
72910
72907
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
72911
|
-
|
72908
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
72909
|
+
VField: typeof import('vuetify/components')['VField']
|
72910
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
72912
72911
|
VIcon: typeof import('vuetify/components')['VIcon']
|
72913
72912
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
72914
72913
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
72915
72914
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
72916
72915
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
72916
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
72917
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
72917
72918
|
VImg: typeof import('vuetify/components')['VImg']
|
72918
72919
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
72919
72920
|
VItem: typeof import('vuetify/components')['VItem']
|
72920
72921
|
VInput: typeof import('vuetify/components')['VInput']
|
72921
72922
|
VKbd: typeof import('vuetify/components')['VKbd']
|
72922
|
-
|
72923
|
+
VMain: typeof import('vuetify/components')['VMain']
|
72923
72924
|
VList: typeof import('vuetify/components')['VList']
|
72924
72925
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
72925
72926
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -72931,45 +72932,44 @@ declare module '@vue/runtime-core' {
|
|
72931
72932
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
72932
72933
|
VMenu: typeof import('vuetify/components')['VMenu']
|
72933
72934
|
VMessages: typeof import('vuetify/components')['VMessages']
|
72934
|
-
VMain: typeof import('vuetify/components')['VMain']
|
72935
72935
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
72936
|
-
VOverlay: typeof import('vuetify/components')['VOverlay']
|
72937
72936
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
72938
72937
|
VPagination: typeof import('vuetify/components')['VPagination']
|
72939
|
-
|
72938
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
72940
72939
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
72940
|
+
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
72941
|
+
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
72941
72942
|
VRating: typeof import('vuetify/components')['VRating']
|
72942
72943
|
VSelect: typeof import('vuetify/components')['VSelect']
|
72943
|
-
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
72944
|
-
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
72945
|
-
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
72946
|
-
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
72947
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
72948
72944
|
VSheet: typeof import('vuetify/components')['VSheet']
|
72949
72945
|
VSlider: typeof import('vuetify/components')['VSlider']
|
72946
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
72947
|
+
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
72950
72948
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
72951
72949
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
72952
|
-
|
72950
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
72951
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
72953
72952
|
VStepper: typeof import('vuetify/components')['VStepper']
|
72954
72953
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
72955
72954
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
72956
72955
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
72957
72956
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
72958
72957
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
72959
|
-
|
72958
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
72960
72959
|
VTab: typeof import('vuetify/components')['VTab']
|
72961
72960
|
VTabs: typeof import('vuetify/components')['VTabs']
|
72962
72961
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
72963
72962
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
72964
72963
|
VTextarea: typeof import('vuetify/components')['VTextarea']
|
72964
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
72965
72965
|
VTable: typeof import('vuetify/components')['VTable']
|
72966
72966
|
VTextField: typeof import('vuetify/components')['VTextField']
|
72967
72967
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
72968
72968
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
72969
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
72970
72969
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
72971
72970
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
72972
72971
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
72972
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
72973
72973
|
VWindow: typeof import('vuetify/components')['VWindow']
|
72974
72974
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
72975
72975
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
@@ -72987,12 +72987,13 @@ declare module '@vue/runtime-core' {
|
|
72987
72987
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
72988
72988
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
72989
72989
|
VParallax: typeof import('vuetify/components')['VParallax']
|
72990
|
-
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
72991
72990
|
VRadio: typeof import('vuetify/components')['VRadio']
|
72991
|
+
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
72992
72992
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
72993
|
-
VSparkline: typeof import('vuetify/components')['VSparkline']
|
72994
72993
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
72994
|
+
VSparkline: typeof import('vuetify/components')['VSparkline']
|
72995
72995
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
72996
|
+
VValidation: typeof import('vuetify/components')['VValidation']
|
72996
72997
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
72997
72998
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
72998
72999
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
@@ -73010,25 +73011,24 @@ declare module '@vue/runtime-core' {
|
|
73010
73011
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
73011
73012
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
73012
73013
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
73013
|
-
VValidation: typeof import('vuetify/components')['VValidation']
|
73014
73014
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
73015
73015
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
73016
73016
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
73017
73017
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
73018
73018
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
73019
73019
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
73020
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
73021
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
73020
73022
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
73021
73023
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
73022
73024
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
73023
|
-
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
73024
|
-
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
73025
|
-
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
73026
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
73027
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
73028
73025
|
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
73029
73026
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
73030
73027
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
73031
73028
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
73029
|
+
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
73030
|
+
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
73031
|
+
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
73032
73032
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
73033
73033
|
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
73034
73034
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.6.10-master.2024-06-
|
2
|
+
* Vuetify v3.6.10-master.2024-06-27
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -11062,7 +11062,7 @@ const VOverlay = genericComponent()({
|
|
11062
11062
|
const potentialShadowDomRoot = computed(() => activatorEl?.value?.getRootNode());
|
11063
11063
|
const {
|
11064
11064
|
teleportTarget
|
11065
|
-
} = useTeleport(computed(() => props.attach || props.contained || potentialShadowDomRoot.value instanceof ShadowRoot ? potentialShadowDomRoot.value : false));
|
11065
|
+
} = useTeleport(computed(() => props.attach || props.contained || potentialShadowDomRoot.value instanceof ShadowRoot ? potentialShadowDomRoot.value ?? true : false));
|
11066
11066
|
const {
|
11067
11067
|
dimensionStyles
|
11068
11068
|
} = useDimension(props);
|
@@ -28095,7 +28095,7 @@ function createVuetify$1() {
|
|
28095
28095
|
goTo
|
28096
28096
|
};
|
28097
28097
|
}
|
28098
|
-
const version$1 = "3.6.10-master.2024-06-
|
28098
|
+
const version$1 = "3.6.10-master.2024-06-27";
|
28099
28099
|
createVuetify$1.version = version$1;
|
28100
28100
|
|
28101
28101
|
// Vue's inject() can only be used in setup
|
@@ -28120,7 +28120,7 @@ const createVuetify = function () {
|
|
28120
28120
|
...options
|
28121
28121
|
});
|
28122
28122
|
};
|
28123
|
-
const version = "3.6.10-master.2024-06-
|
28123
|
+
const version = "3.6.10-master.2024-06-27";
|
28124
28124
|
createVuetify.version = version;
|
28125
28125
|
|
28126
28126
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|