@vuetify/nightly 3.6.10-master.2024-06-27 → 3.6.11-master.2024-07-03
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 +3 -3
- package/dist/json/attributes.json +2 -2
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +106 -106
- package/dist/json/web-types.json +3 -3
- package/dist/vuetify-labs.css +6077 -6077
- package/dist/vuetify-labs.esm.js +61 -64
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +61 -64
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1090 -1090
- package/dist/vuetify.d.ts +36 -36
- package/dist/vuetify.esm.js +11 -9
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +11 -9
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +17 -14
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VOverlay/VOverlay.mjs +7 -2
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/composables/teleport.mjs +2 -2
- 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 +36 -36
- package/lib/labs/VNumberInput/VNumberInput.mjs +48 -55
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VStepperVertical/VStepperVertical.mjs +2 -0
- package/lib/labs/VStepperVertical/VStepperVertical.mjs.map +1 -1
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -72847,38 +72847,43 @@ declare module '@vue/runtime-core' {
|
|
72847
72847
|
}
|
72848
72848
|
|
72849
72849
|
export interface GlobalComponents {
|
72850
|
-
|
72850
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
72851
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
72851
72852
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
72852
72853
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
72853
72854
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
72854
|
-
|
72855
|
-
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
72856
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
72855
|
+
VApp: typeof import('vuetify/components')['VApp']
|
72857
72856
|
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
72858
|
-
|
72859
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
72857
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
72860
72858
|
VBanner: typeof import('vuetify/components')['VBanner']
|
72861
72859
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
72862
72860
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
72863
|
-
|
72861
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
72862
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
72864
72863
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
72865
72864
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
72866
72865
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
72867
72866
|
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
72868
72867
|
VBtn: typeof import('vuetify/components')['VBtn']
|
72868
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
72869
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
72870
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
72871
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
72869
72872
|
VCard: typeof import('vuetify/components')['VCard']
|
72870
72873
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
72871
72874
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
72872
72875
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
72873
72876
|
VCardText: typeof import('vuetify/components')['VCardText']
|
72874
72877
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
72875
|
-
|
72876
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
72877
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
72878
|
+
VChip: typeof import('vuetify/components')['VChip']
|
72878
72879
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
72879
72880
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
72880
72881
|
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
72881
72882
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
72883
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
72884
|
+
VCode: typeof import('vuetify/components')['VCode']
|
72885
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
72886
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
72882
72887
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
72883
72888
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
72884
72889
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -72886,12 +72891,6 @@ declare module '@vue/runtime-core' {
|
|
72886
72891
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
72887
72892
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
72888
72893
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
72889
|
-
VChip: typeof import('vuetify/components')['VChip']
|
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']
|
72895
72894
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
72896
72895
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
72897
72896
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
@@ -72899,28 +72898,28 @@ declare module '@vue/runtime-core' {
|
|
72899
72898
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
72900
72899
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
72901
72900
|
VDivider: typeof import('vuetify/components')['VDivider']
|
72901
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
72902
72902
|
VFab: typeof import('vuetify/components')['VFab']
|
72903
72903
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
72904
72904
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
72905
72905
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
72906
72906
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
72907
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
72908
|
-
VFooter: typeof import('vuetify/components')['VFooter']
|
72909
72907
|
VField: typeof import('vuetify/components')['VField']
|
72910
72908
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
72909
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
72911
72910
|
VIcon: typeof import('vuetify/components')['VIcon']
|
72912
72911
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
72913
72912
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
72914
72913
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
72915
72914
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
72916
|
-
|
72917
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
72915
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
72918
72916
|
VImg: typeof import('vuetify/components')['VImg']
|
72917
|
+
VInput: typeof import('vuetify/components')['VInput']
|
72918
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
72919
72919
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
72920
72920
|
VItem: typeof import('vuetify/components')['VItem']
|
72921
|
-
|
72921
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
72922
72922
|
VKbd: typeof import('vuetify/components')['VKbd']
|
72923
|
-
VMain: typeof import('vuetify/components')['VMain']
|
72924
72923
|
VList: typeof import('vuetify/components')['VList']
|
72925
72924
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
72926
72925
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -72930,6 +72929,7 @@ declare module '@vue/runtime-core' {
|
|
72930
72929
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
72931
72930
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
72932
72931
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
72932
|
+
VMain: typeof import('vuetify/components')['VMain']
|
72933
72933
|
VMenu: typeof import('vuetify/components')['VMenu']
|
72934
72934
|
VMessages: typeof import('vuetify/components')['VMessages']
|
72935
72935
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
@@ -72939,31 +72939,31 @@ declare module '@vue/runtime-core' {
|
|
72939
72939
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
72940
72940
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
72941
72941
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
72942
|
+
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
72942
72943
|
VRating: typeof import('vuetify/components')['VRating']
|
72943
|
-
VSelect: typeof import('vuetify/components')['VSelect']
|
72944
72944
|
VSheet: typeof import('vuetify/components')['VSheet']
|
72945
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
72946
72945
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
72947
|
-
|
72946
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
72947
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
72948
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
72949
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
72948
72950
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
72949
72951
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
72950
|
-
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
72951
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
72952
72952
|
VStepper: typeof import('vuetify/components')['VStepper']
|
72953
72953
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
72954
72954
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
72955
72955
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
72956
72956
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
72957
72957
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
72958
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
72958
72959
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
72960
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
72959
72961
|
VTab: typeof import('vuetify/components')['VTab']
|
72960
72962
|
VTabs: typeof import('vuetify/components')['VTabs']
|
72961
72963
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
72962
72964
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
72963
72965
|
VTextarea: typeof import('vuetify/components')['VTextarea']
|
72964
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
72965
72966
|
VTable: typeof import('vuetify/components')['VTable']
|
72966
|
-
VTextField: typeof import('vuetify/components')['VTextField']
|
72967
72967
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
72968
72968
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
72969
72969
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
@@ -72990,11 +72990,10 @@ declare module '@vue/runtime-core' {
|
|
72990
72990
|
VRadio: typeof import('vuetify/components')['VRadio']
|
72991
72991
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
72992
72992
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
72993
|
-
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
72994
72993
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
72994
|
+
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
72995
72995
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
72996
72996
|
VValidation: typeof import('vuetify/components')['VValidation']
|
72997
|
-
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
72998
72997
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
72999
72998
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
73000
72999
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
@@ -73011,26 +73010,27 @@ declare module '@vue/runtime-core' {
|
|
73011
73010
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
73012
73011
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
73013
73012
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
73013
|
+
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
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
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
73020
73021
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
73021
73022
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
73022
|
-
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
73023
|
-
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
73024
|
-
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
73025
|
-
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
73026
73023
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
73027
73024
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
73028
73025
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
73026
|
+
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
73027
|
+
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
73028
|
+
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
73029
73029
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
73030
73030
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
73031
73031
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
73032
73032
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
73033
|
-
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
73034
73033
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
73034
|
+
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
73035
73035
|
}
|
73036
73036
|
}
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.6.
|
2
|
+
* Vuetify v3.6.11-master.2024-07-03
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -10833,12 +10833,9 @@ function useStack(isActive, zIndex, disableGlobalStack) {
|
|
10833
10833
|
}
|
10834
10834
|
|
10835
10835
|
// Utilities
|
10836
|
-
|
10837
|
-
// Types
|
10838
|
-
|
10839
10836
|
function useTeleport(target) {
|
10840
10837
|
const teleportTarget = computed(() => {
|
10841
|
-
const _target = target
|
10838
|
+
const _target = target();
|
10842
10839
|
if (_target === true || !IN_BROWSER) return undefined;
|
10843
10840
|
const targetElement = _target === false ? document.body : typeof _target === 'string' ? document.querySelector(_target) : _target;
|
10844
10841
|
if (targetElement == null) {
|
@@ -11059,10 +11056,15 @@ const VOverlay = genericComponent()({
|
|
11059
11056
|
isActive,
|
11060
11057
|
isTop: localTop
|
11061
11058
|
});
|
11062
|
-
const potentialShadowDomRoot = computed(() => activatorEl?.value?.getRootNode());
|
11063
11059
|
const {
|
11064
11060
|
teleportTarget
|
11065
|
-
} = useTeleport(
|
11061
|
+
} = useTeleport(() => {
|
11062
|
+
const target = props.attach || props.contained;
|
11063
|
+
if (target) return target;
|
11064
|
+
const rootNode = activatorEl?.value?.getRootNode();
|
11065
|
+
if (rootNode instanceof ShadowRoot) return rootNode;
|
11066
|
+
return false;
|
11067
|
+
});
|
11066
11068
|
const {
|
11067
11069
|
dimensionStyles
|
11068
11070
|
} = useDimension(props);
|
@@ -28095,7 +28097,7 @@ function createVuetify$1() {
|
|
28095
28097
|
goTo
|
28096
28098
|
};
|
28097
28099
|
}
|
28098
|
-
const version$1 = "3.6.
|
28100
|
+
const version$1 = "3.6.11-master.2024-07-03";
|
28099
28101
|
createVuetify$1.version = version$1;
|
28100
28102
|
|
28101
28103
|
// Vue's inject() can only be used in setup
|
@@ -28120,7 +28122,7 @@ const createVuetify = function () {
|
|
28120
28122
|
...options
|
28121
28123
|
});
|
28122
28124
|
};
|
28123
|
-
const version = "3.6.
|
28125
|
+
const version = "3.6.11-master.2024-07-03";
|
28124
28126
|
createVuetify.version = version;
|
28125
28127
|
|
28126
28128
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|