@vuetify/nightly 3.6.14-master.2024-08-03 → 3.6.14-master.2024-08-12
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 +0 -4
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +154 -154
- package/dist/json/tags.json +0 -1
- package/dist/json/web-types.json +1 -11
- package/dist/vuetify-labs.css +2369 -2369
- package/dist/vuetify-labs.d.ts +0 -15
- package/dist/vuetify-labs.esm.js +5 -5
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +5 -5
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +411 -411
- package/dist/vuetify.d.ts +52 -52
- 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/VList/VList.mjs.map +1 -1
- package/lib/composables/teleport.mjs +1 -1
- package/lib/composables/teleport.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +52 -52
- package/lib/labs/VTreeview/VTreeview.mjs +1 -1
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/index.d.mts +0 -15
- package/lib/labs/components.d.mts +0 -15
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -72814,43 +72814,48 @@ declare global {
|
|
72814
72814
|
}
|
72815
72815
|
}
|
72816
72816
|
interface _GlobalComponents {
|
72817
|
-
VAlert: typeof import('vuetify/components')['VAlert']
|
72818
|
-
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
72819
72817
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
72820
72818
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
72821
72819
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
72822
72820
|
VApp: typeof import('vuetify/components')['VApp']
|
72823
72821
|
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
72822
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
72823
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
72824
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
72825
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
72826
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
72827
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
72824
72828
|
VBanner: typeof import('vuetify/components')['VBanner']
|
72825
72829
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
72826
72830
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
72827
|
-
|
72828
|
-
|
72829
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
72830
|
-
VBadge: typeof import('vuetify/components')['VBadge']
|
72831
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
72832
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
72831
72833
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
72832
72834
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
72833
72835
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
72834
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
72835
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
72836
|
-
VCarousel: typeof import('vuetify/components')['VCarousel']
|
72837
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
72838
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
72839
|
-
VChip: typeof import('vuetify/components')['VChip']
|
72840
72836
|
VCard: typeof import('vuetify/components')['VCard']
|
72841
72837
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
72842
72838
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
72843
72839
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
72844
72840
|
VCardText: typeof import('vuetify/components')['VCardText']
|
72845
72841
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
72842
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
72843
|
+
VChip: typeof import('vuetify/components')['VChip']
|
72846
72844
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
72847
72845
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
72848
|
-
|
72846
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
72847
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
72849
72848
|
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
72850
72849
|
VCode: typeof import('vuetify/components')['VCode']
|
72850
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
72851
72851
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
72852
72852
|
VCounter: typeof import('vuetify/components')['VCounter']
|
72853
|
-
|
72853
|
+
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
72854
|
+
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
72855
|
+
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
72856
|
+
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
72857
|
+
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
72858
|
+
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
72854
72859
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
72855
72860
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
72856
72861
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -72858,37 +72863,29 @@ interface _GlobalComponents {
|
|
72858
72863
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
72859
72864
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
72860
72865
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
72861
|
-
|
72862
|
-
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
72863
|
-
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
72864
|
-
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
72865
|
-
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
72866
|
-
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
72867
|
-
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
72866
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
72868
72867
|
VDivider: typeof import('vuetify/components')['VDivider']
|
72869
72868
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
72870
72869
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
72871
72870
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
72872
72871
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
72873
72872
|
VFab: typeof import('vuetify/components')['VFab']
|
72874
|
-
VFooter: typeof import('vuetify/components')['VFooter']
|
72875
|
-
VField: typeof import('vuetify/components')['VField']
|
72876
|
-
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
72877
72873
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
72874
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
72878
72875
|
VIcon: typeof import('vuetify/components')['VIcon']
|
72879
72876
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
72880
72877
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
72881
72878
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
72882
72879
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
72883
|
-
|
72884
|
-
|
72880
|
+
VField: typeof import('vuetify/components')['VField']
|
72881
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
72885
72882
|
VImg: typeof import('vuetify/components')['VImg']
|
72883
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
72884
|
+
VInput: typeof import('vuetify/components')['VInput']
|
72886
72885
|
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
72887
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
72888
72886
|
VLabel: typeof import('vuetify/components')['VLabel']
|
72889
|
-
|
72890
|
-
|
72891
|
-
VMessages: typeof import('vuetify/components')['VMessages']
|
72887
|
+
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
72888
|
+
VItem: typeof import('vuetify/components')['VItem']
|
72892
72889
|
VList: typeof import('vuetify/components')['VList']
|
72893
72890
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
72894
72891
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -72898,69 +72895,71 @@ interface _GlobalComponents {
|
|
72898
72895
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
72899
72896
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
72900
72897
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
72898
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
72901
72899
|
VMenu: typeof import('vuetify/components')['VMenu']
|
72900
|
+
VMain: typeof import('vuetify/components')['VMain']
|
72902
72901
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
72902
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
72903
72903
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
72904
|
-
VOverlay: typeof import('vuetify/components')['VOverlay']
|
72905
72904
|
VPagination: typeof import('vuetify/components')['VPagination']
|
72906
|
-
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
72907
72905
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
72908
|
-
|
72906
|
+
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
72909
72907
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
72908
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
72909
|
+
VRating: typeof import('vuetify/components')['VRating']
|
72910
72910
|
VSelect: typeof import('vuetify/components')['VSelect']
|
72911
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
72911
72912
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
72912
72913
|
VSheet: typeof import('vuetify/components')['VSheet']
|
72913
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
72914
|
-
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
72915
72914
|
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
72916
72915
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
72917
72916
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
72918
|
-
|
72917
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
72919
72918
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
72920
|
-
|
72919
|
+
VTable: typeof import('vuetify/components')['VTable']
|
72921
72920
|
VStepper: typeof import('vuetify/components')['VStepper']
|
72922
72921
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
72923
72922
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
72924
72923
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
72925
72924
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
72926
72925
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
72927
|
-
|
72926
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
72927
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
72928
72928
|
VTab: typeof import('vuetify/components')['VTab']
|
72929
72929
|
VTabs: typeof import('vuetify/components')['VTabs']
|
72930
72930
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
72931
72931
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
72932
|
-
VToolbar: typeof import('vuetify/components')['VToolbar']
|
72933
|
-
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
72934
|
-
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
72935
72932
|
VTextField: typeof import('vuetify/components')['VTextField']
|
72936
72933
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
72937
72934
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
72938
|
-
|
72939
|
-
|
72935
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
72936
|
+
VToolbar: typeof import('vuetify/components')['VToolbar']
|
72937
|
+
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
72938
|
+
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
72940
72939
|
VWindow: typeof import('vuetify/components')['VWindow']
|
72941
72940
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
72941
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
72942
72942
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
72943
72943
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
72944
72944
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
72945
|
-
VForm: typeof import('vuetify/components')['VForm']
|
72946
|
-
VHover: typeof import('vuetify/components')['VHover']
|
72947
72945
|
VContainer: typeof import('vuetify/components')['VContainer']
|
72948
72946
|
VCol: typeof import('vuetify/components')['VCol']
|
72949
72947
|
VRow: typeof import('vuetify/components')['VRow']
|
72950
72948
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
72949
|
+
VForm: typeof import('vuetify/components')['VForm']
|
72950
|
+
VHover: typeof import('vuetify/components')['VHover']
|
72951
72951
|
VLayout: typeof import('vuetify/components')['VLayout']
|
72952
72952
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
72953
72953
|
VLazy: typeof import('vuetify/components')['VLazy']
|
72954
72954
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
72955
72955
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
72956
|
-
VParallax: typeof import('vuetify/components')['VParallax']
|
72957
72956
|
VRadio: typeof import('vuetify/components')['VRadio']
|
72958
|
-
|
72957
|
+
VParallax: typeof import('vuetify/components')['VParallax']
|
72959
72958
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
72959
|
+
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
72960
72960
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
72961
72961
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
72962
72962
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
72963
|
-
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
72964
72963
|
VValidation: typeof import('vuetify/components')['VValidation']
|
72965
72964
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
72966
72965
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
@@ -72978,6 +72977,7 @@ interface _GlobalComponents {
|
|
72978
72977
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
72979
72978
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
72980
72979
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
72980
|
+
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
72981
72981
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
72982
72982
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
72983
72983
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
@@ -72985,20 +72985,20 @@ interface _GlobalComponents {
|
|
72985
72985
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
72986
72986
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
72987
72987
|
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
72988
|
-
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
72989
|
-
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
72990
|
-
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
72991
72988
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
72992
72989
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
72993
72990
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
72991
|
+
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
72992
|
+
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
72993
|
+
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
72994
72994
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
72995
72995
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
72996
72996
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
72997
72997
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
72998
72998
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
72999
72999
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
73000
|
-
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
73001
73000
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
73001
|
+
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
73002
73002
|
}
|
73003
73003
|
declare module 'vue' {
|
73004
73004
|
export type JSXComponent<Props = any> = { new (): ComponentPublicInstance<Props> } | FunctionalComponent<Props>
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.6.14-master.2024-08-
|
2
|
+
* Vuetify v3.6.14-master.2024-08-12
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -10842,7 +10842,7 @@ function useTeleport(target) {
|
|
10842
10842
|
warn(`Unable to locate target ${_target}`);
|
10843
10843
|
return undefined;
|
10844
10844
|
}
|
10845
|
-
let container = targetElement.
|
10845
|
+
let container = [...targetElement.children].find(el => el.matches('.v-overlay-container'));
|
10846
10846
|
if (!container) {
|
10847
10847
|
container = document.createElement('div');
|
10848
10848
|
container.className = 'v-overlay-container';
|
@@ -28138,7 +28138,7 @@ function createVuetify$1() {
|
|
28138
28138
|
goTo
|
28139
28139
|
};
|
28140
28140
|
}
|
28141
|
-
const version$1 = "3.6.14-master.2024-08-
|
28141
|
+
const version$1 = "3.6.14-master.2024-08-12";
|
28142
28142
|
createVuetify$1.version = version$1;
|
28143
28143
|
|
28144
28144
|
// Vue's inject() can only be used in setup
|
@@ -28163,7 +28163,7 @@ const createVuetify = function () {
|
|
28163
28163
|
...options
|
28164
28164
|
});
|
28165
28165
|
};
|
28166
|
-
const version = "3.6.14-master.2024-08-
|
28166
|
+
const version = "3.6.14-master.2024-08-12";
|
28167
28167
|
createVuetify.version = version;
|
28168
28168
|
|
28169
28169
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|