@vuetify/nightly 3.6.14-master.2024-08-02 → 3.6.14-master.2024-08-04
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 +16 -16
- package/dist/json/importMap.json +136 -136
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +2939 -2939
- package/dist/vuetify-labs.d.ts +4 -10
- package/dist/vuetify-labs.esm.js +6 -8
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +6 -8
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +3002 -3002
- package/dist/vuetify.d.ts +48 -48
- package/dist/vuetify.esm.js +5 -5
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +5 -5
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +5 -5
- package/dist/vuetify.min.js.map +1 -1
- package/lib/composables/teleport.mjs +1 -1
- package/lib/composables/teleport.mjs.map +1 -1
- package/lib/directives/click-outside/index.mjs +1 -1
- package/lib/directives/click-outside/index.mjs.map +1 -1
- package/lib/directives/index.d.mts +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +47 -47
- package/lib/labs/VTreeview/VTreeview.mjs +1 -3
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/index.d.mts +3 -9
- package/lib/labs/components.d.mts +3 -9
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -72590,7 +72590,7 @@ interface ClickOutsideDirectiveBinding extends DirectiveBinding {
|
|
72590
72590
|
}
|
72591
72591
|
declare const ClickOutside: {
|
72592
72592
|
mounted(el: HTMLElement, binding: ClickOutsideDirectiveBinding): void;
|
72593
|
-
|
72593
|
+
beforeUnmount(el: HTMLElement, binding: ClickOutsideDirectiveBinding): void;
|
72594
72594
|
};
|
72595
72595
|
|
72596
72596
|
type ObserveHandler = (isIntersecting: boolean, entries: IntersectionObserverEntry[], observer: IntersectionObserver) => void;
|
@@ -72814,42 +72814,41 @@ declare global {
|
|
72814
72814
|
}
|
72815
72815
|
}
|
72816
72816
|
interface _GlobalComponents {
|
72817
|
-
VApp: typeof import('vuetify/components')['VApp']
|
72818
72817
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
72819
72818
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
72820
72819
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
72820
|
+
VApp: typeof import('vuetify/components')['VApp']
|
72821
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
72822
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
72821
72823
|
VAlert: typeof import('vuetify/components')['VAlert']
|
72822
72824
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
72823
72825
|
VBanner: typeof import('vuetify/components')['VBanner']
|
72824
72826
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
72825
72827
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
72826
|
-
|
72827
|
-
|
72828
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
72829
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
72828
72830
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
72829
72831
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
72830
72832
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
72831
|
-
VBadge: typeof import('vuetify/components')['VBadge']
|
72832
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
72833
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
72834
72833
|
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
72835
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
72836
72834
|
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
72837
|
-
|
72838
|
-
|
72835
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
72836
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
72839
72837
|
VCard: typeof import('vuetify/components')['VCard']
|
72840
72838
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
72841
72839
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
72842
72840
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
72843
72841
|
VCardText: typeof import('vuetify/components')['VCardText']
|
72844
72842
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
72845
|
-
|
72846
|
-
|
72847
|
-
VCode: typeof import('vuetify/components')['VCode']
|
72843
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
72844
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
72848
72845
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
72849
72846
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
72850
|
-
|
72847
|
+
VCode: typeof import('vuetify/components')['VCode']
|
72848
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
72849
|
+
VChip: typeof import('vuetify/components')['VChip']
|
72851
72850
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
72852
|
-
|
72851
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
72853
72852
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
72854
72853
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
72855
72854
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -72857,6 +72856,7 @@ interface _GlobalComponents {
|
|
72857
72856
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
72858
72857
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
72859
72858
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
72859
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
72860
72860
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
72861
72861
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
72862
72862
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
@@ -72866,26 +72866,26 @@ interface _GlobalComponents {
|
|
72866
72866
|
VDialog: typeof import('vuetify/components')['VDialog']
|
72867
72867
|
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
72868
72868
|
VDivider: typeof import('vuetify/components')['VDivider']
|
72869
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
72870
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
72869
72871
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
72870
72872
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
72871
72873
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
72872
72874
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
72873
|
-
VFab: typeof import('vuetify/components')['VFab']
|
72874
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
72875
72875
|
VField: typeof import('vuetify/components')['VField']
|
72876
72876
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
72877
|
-
|
72877
|
+
VFab: typeof import('vuetify/components')['VFab']
|
72878
72878
|
VIcon: typeof import('vuetify/components')['VIcon']
|
72879
72879
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
72880
72880
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
72881
72881
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
72882
72882
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
72883
|
-
VImg: typeof import('vuetify/components')['VImg']
|
72884
72883
|
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
72884
|
+
VImg: typeof import('vuetify/components')['VImg']
|
72885
|
+
VInput: typeof import('vuetify/components')['VInput']
|
72886
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
72885
72887
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
72886
72888
|
VItem: typeof import('vuetify/components')['VItem']
|
72887
|
-
VInput: typeof import('vuetify/components')['VInput']
|
72888
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
72889
72889
|
VList: typeof import('vuetify/components')['VList']
|
72890
72890
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
72891
72891
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -72895,64 +72895,70 @@ interface _GlobalComponents {
|
|
72895
72895
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
72896
72896
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
72897
72897
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
72898
|
-
|
72898
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
72899
72899
|
VMain: typeof import('vuetify/components')['VMain']
|
72900
72900
|
VMenu: typeof import('vuetify/components')['VMenu']
|
72901
72901
|
VMessages: typeof import('vuetify/components')['VMessages']
|
72902
72902
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
72903
|
-
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
72904
72903
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
72904
|
+
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
72905
72905
|
VPagination: typeof import('vuetify/components')['VPagination']
|
72906
72906
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
72907
72907
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
72908
|
-
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
72909
72908
|
VRating: typeof import('vuetify/components')['VRating']
|
72909
|
+
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
72910
72910
|
VSelect: typeof import('vuetify/components')['VSelect']
|
72911
|
-
VSheet: typeof import('vuetify/components')['VSheet']
|
72912
72911
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
72913
72912
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
72914
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
72915
72913
|
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
72914
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
72915
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
72916
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
72916
72917
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
72917
72918
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
72918
|
-
|
72919
|
-
|
72920
|
-
|
72919
|
+
VStepper: typeof import('vuetify/components')['VStepper']
|
72920
|
+
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
72921
|
+
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
72922
|
+
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
72923
|
+
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
72924
|
+
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
72921
72925
|
VTab: typeof import('vuetify/components')['VTab']
|
72922
72926
|
VTabs: typeof import('vuetify/components')['VTabs']
|
72923
72927
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
72924
72928
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
72925
|
-
|
72926
|
-
|
72927
|
-
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
72928
|
-
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
72929
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
72930
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
72929
72931
|
VTable: typeof import('vuetify/components')['VTable']
|
72930
72932
|
VTextarea: typeof import('vuetify/components')['VTextarea']
|
72931
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
72932
72933
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
72933
72934
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
72935
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
72936
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
72937
|
+
VToolbar: typeof import('vuetify/components')['VToolbar']
|
72938
|
+
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
72939
|
+
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
72934
72940
|
VWindow: typeof import('vuetify/components')['VWindow']
|
72935
72941
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
72936
72942
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
72937
72943
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
72938
72944
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
72939
|
-
VForm: typeof import('vuetify/components')['VForm']
|
72940
72945
|
VContainer: typeof import('vuetify/components')['VContainer']
|
72941
72946
|
VCol: typeof import('vuetify/components')['VCol']
|
72942
72947
|
VRow: typeof import('vuetify/components')['VRow']
|
72943
72948
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
72949
|
+
VForm: typeof import('vuetify/components')['VForm']
|
72944
72950
|
VHover: typeof import('vuetify/components')['VHover']
|
72945
72951
|
VLayout: typeof import('vuetify/components')['VLayout']
|
72946
72952
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
72947
72953
|
VLazy: typeof import('vuetify/components')['VLazy']
|
72948
72954
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
72949
72955
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
72950
|
-
VParallax: typeof import('vuetify/components')['VParallax']
|
72951
72956
|
VRadio: typeof import('vuetify/components')['VRadio']
|
72952
|
-
|
72957
|
+
VParallax: typeof import('vuetify/components')['VParallax']
|
72953
72958
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
72954
|
-
|
72959
|
+
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
72955
72960
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
72961
|
+
VSparkline: typeof import('vuetify/components')['VSparkline']
|
72956
72962
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
72957
72963
|
VValidation: typeof import('vuetify/components')['VValidation']
|
72958
72964
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
@@ -72972,24 +72978,18 @@ interface _GlobalComponents {
|
|
72972
72978
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
72973
72979
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
72974
72980
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
72975
|
-
VStepper: typeof import('vuetify/components')['VStepper']
|
72976
|
-
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
72977
|
-
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
72978
|
-
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
72979
|
-
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
72980
|
-
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
72981
|
-
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
72982
72981
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
72983
72982
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
72984
72983
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
72985
72984
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
72986
72985
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
72987
72986
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
72987
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
72988
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
72989
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
72988
72990
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
72989
72991
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
72990
72992
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
72991
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
72992
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
72993
72993
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
72994
72994
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
72995
72995
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
@@ -72997,8 +72997,8 @@ interface _GlobalComponents {
|
|
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-04
|
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';
|
@@ -10930,7 +10930,7 @@ const ClickOutside = {
|
|
10930
10930
|
onMousedown
|
10931
10931
|
};
|
10932
10932
|
},
|
10933
|
-
|
10933
|
+
beforeUnmount(el, binding) {
|
10934
10934
|
if (!el._clickOutside) return;
|
10935
10935
|
handleShadow(el, app => {
|
10936
10936
|
if (!app || !el._clickOutside?.[binding.instance.$.uid]) return;
|
@@ -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-04";
|
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-04";
|
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 };
|