@vuetify/nightly 3.8.6-master.2025-05-21 → 3.8.6-master.2025-05-22
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 +4 -3
- package/dist/json/attributes.json +3322 -3322
- package/dist/json/importMap-labs.json +28 -28
- package/dist/json/importMap.json +182 -182
- package/dist/json/web-types.json +5959 -5959
- package/dist/vuetify-labs.cjs +45 -10
- package/dist/vuetify-labs.css +4696 -4696
- package/dist/vuetify-labs.d.ts +66 -66
- package/dist/vuetify-labs.esm.js +45 -10
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +45 -10
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +45 -10
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +2634 -2634
- package/dist/vuetify.d.ts +66 -66
- package/dist/vuetify.esm.js +45 -10
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +45 -10
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +8 -6
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VOverlay/locationStrategies.js +16 -8
- package/lib/components/VOverlay/locationStrategies.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +66 -66
- package/lib/framework.js +1 -1
- package/lib/util/box.d.ts +1 -0
- package/lib/util/box.js +27 -0
- package/lib/util/box.js.map +1 -1
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -85877,74 +85877,77 @@ declare module 'vue' {
|
|
85877
85877
|
$children?: VNodeChild
|
85878
85878
|
}
|
85879
85879
|
export interface GlobalComponents {
|
85880
|
-
VApp: VApp
|
85881
|
-
VAutocomplete: VAutocomplete
|
85882
|
-
VAlert: VAlert
|
85883
|
-
VAlertTitle: VAlertTitle
|
85884
|
-
VBadge: VBadge
|
85885
85880
|
VAppBar: VAppBar
|
85886
85881
|
VAppBarNavIcon: VAppBarNavIcon
|
85887
85882
|
VAppBarTitle: VAppBarTitle
|
85883
|
+
VAutocomplete: VAutocomplete
|
85888
85884
|
VAvatar: VAvatar
|
85889
|
-
|
85890
|
-
|
85891
|
-
|
85885
|
+
VAlert: VAlert
|
85886
|
+
VAlertTitle: VAlertTitle
|
85887
|
+
VApp: VApp
|
85888
|
+
VBadge: VBadge
|
85892
85889
|
VBottomNavigation: VBottomNavigation
|
85893
|
-
VBtn: VBtn
|
85894
85890
|
VBanner: VBanner
|
85895
85891
|
VBannerActions: VBannerActions
|
85896
85892
|
VBannerText: VBannerText
|
85897
|
-
VBtnToggle: VBtnToggle
|
85898
|
-
VCarousel: VCarousel
|
85899
|
-
VCarouselItem: VCarouselItem
|
85900
85893
|
VBottomSheet: VBottomSheet
|
85894
|
+
VBtnGroup: VBtnGroup
|
85895
|
+
VBreadcrumbs: VBreadcrumbs
|
85896
|
+
VBreadcrumbsItem: VBreadcrumbsItem
|
85897
|
+
VBreadcrumbsDivider: VBreadcrumbsDivider
|
85901
85898
|
VCard: VCard
|
85902
85899
|
VCardActions: VCardActions
|
85903
85900
|
VCardItem: VCardItem
|
85904
85901
|
VCardSubtitle: VCardSubtitle
|
85905
85902
|
VCardText: VCardText
|
85906
85903
|
VCardTitle: VCardTitle
|
85907
|
-
|
85904
|
+
VBtnToggle: VBtnToggle
|
85905
|
+
VCarousel: VCarousel
|
85906
|
+
VCarouselItem: VCarouselItem
|
85907
|
+
VBtn: VBtn
|
85908
85908
|
VCheckbox: VCheckbox
|
85909
85909
|
VCheckboxBtn: VCheckboxBtn
|
85910
|
-
VBtnGroup: VBtnGroup
|
85911
85910
|
VCode: VCode
|
85911
|
+
VChip: VChip
|
85912
85912
|
VCombobox: VCombobox
|
85913
|
-
VCounter: VCounter
|
85914
|
-
VChipGroup: VChipGroup
|
85915
85913
|
VColorPicker: VColorPicker
|
85916
|
-
|
85914
|
+
VCounter: VCounter
|
85917
85915
|
VDatePicker: VDatePicker
|
85918
85916
|
VDatePickerControls: VDatePickerControls
|
85919
85917
|
VDatePickerHeader: VDatePickerHeader
|
85920
85918
|
VDatePickerMonth: VDatePickerMonth
|
85921
85919
|
VDatePickerMonths: VDatePickerMonths
|
85922
85920
|
VDatePickerYears: VDatePickerYears
|
85923
|
-
|
85921
|
+
VChipGroup: VChipGroup
|
85922
|
+
VDataTable: VDataTable
|
85923
|
+
VDataTableHeaders: VDataTableHeaders
|
85924
|
+
VDataTableFooter: VDataTableFooter
|
85925
|
+
VDataTableRows: VDataTableRows
|
85926
|
+
VDataTableRow: VDataTableRow
|
85927
|
+
VDataTableVirtual: VDataTableVirtual
|
85928
|
+
VDataTableServer: VDataTableServer
|
85924
85929
|
VEmptyState: VEmptyState
|
85930
|
+
VDivider: VDivider
|
85931
|
+
VFab: VFab
|
85932
|
+
VField: VField
|
85933
|
+
VFieldLabel: VFieldLabel
|
85925
85934
|
VExpansionPanels: VExpansionPanels
|
85926
85935
|
VExpansionPanel: VExpansionPanel
|
85927
85936
|
VExpansionPanelText: VExpansionPanelText
|
85928
85937
|
VExpansionPanelTitle: VExpansionPanelTitle
|
85929
|
-
|
85930
|
-
|
85931
|
-
VFab: VFab
|
85938
|
+
VFileInput: VFileInput
|
85939
|
+
VDialog: VDialog
|
85932
85940
|
VIcon: VIcon
|
85933
85941
|
VComponentIcon: VComponentIcon
|
85934
85942
|
VSvgIcon: VSvgIcon
|
85935
85943
|
VLigatureIcon: VLigatureIcon
|
85936
85944
|
VClassIcon: VClassIcon
|
85937
|
-
VFileInput: VFileInput
|
85938
|
-
VFooter: VFooter
|
85939
|
-
VInfiniteScroll: VInfiniteScroll
|
85940
|
-
VLabel: VLabel
|
85941
|
-
VInput: VInput
|
85942
|
-
VItemGroup: VItemGroup
|
85943
|
-
VItem: VItem
|
85944
85945
|
VImg: VImg
|
85946
|
+
VInput: VInput
|
85947
|
+
VInfiniteScroll: VInfiniteScroll
|
85945
85948
|
VKbd: VKbd
|
85946
|
-
|
85947
|
-
|
85949
|
+
VFooter: VFooter
|
85950
|
+
VLabel: VLabel
|
85948
85951
|
VList: VList
|
85949
85952
|
VListGroup: VListGroup
|
85950
85953
|
VListImg: VListImg
|
@@ -85954,70 +85957,73 @@ declare module 'vue' {
|
|
85954
85957
|
VListItemSubtitle: VListItemSubtitle
|
85955
85958
|
VListItemTitle: VListItemTitle
|
85956
85959
|
VListSubheader: VListSubheader
|
85957
|
-
|
85958
|
-
|
85960
|
+
VItemGroup: VItemGroup
|
85961
|
+
VItem: VItem
|
85962
|
+
VMenu: VMenu
|
85963
|
+
VMessages: VMessages
|
85959
85964
|
VNumberInput: VNumberInput
|
85965
|
+
VOtpInput: VOtpInput
|
85960
85966
|
VOverlay: VOverlay
|
85967
|
+
VPagination: VPagination
|
85968
|
+
VNavigationDrawer: VNavigationDrawer
|
85961
85969
|
VProgressCircular: VProgressCircular
|
85962
|
-
VRadioGroup: VRadioGroup
|
85963
85970
|
VProgressLinear: VProgressLinear
|
85964
|
-
|
85965
|
-
VSelectionControlGroup: VSelectionControlGroup
|
85971
|
+
VRadioGroup: VRadioGroup
|
85966
85972
|
VRating: VRating
|
85967
85973
|
VSelect: VSelect
|
85968
|
-
|
85969
|
-
|
85970
|
-
|
85974
|
+
VSheet: VSheet
|
85975
|
+
VSelectionControlGroup: VSelectionControlGroup
|
85976
|
+
VSnackbar: VSnackbar
|
85977
|
+
VSlider: VSlider
|
85971
85978
|
VSlideGroup: VSlideGroup
|
85972
85979
|
VSlideGroupItem: VSlideGroupItem
|
85980
|
+
VSkeletonLoader: VSkeletonLoader
|
85973
85981
|
VStepper: VStepper
|
85974
85982
|
VStepperActions: VStepperActions
|
85975
85983
|
VStepperHeader: VStepperHeader
|
85976
85984
|
VStepperItem: VStepperItem
|
85977
85985
|
VStepperWindow: VStepperWindow
|
85978
85986
|
VStepperWindowItem: VStepperWindowItem
|
85979
|
-
|
85980
|
-
VSheet: VSheet
|
85987
|
+
VSelectionControl: VSelectionControl
|
85981
85988
|
VSwitch: VSwitch
|
85982
|
-
VSnackbar: VSnackbar
|
85983
85989
|
VTab: VTab
|
85984
85990
|
VTabs: VTabs
|
85985
85991
|
VTabsWindow: VTabsWindow
|
85986
85992
|
VTabsWindowItem: VTabsWindowItem
|
85987
|
-
VTextField: VTextField
|
85988
85993
|
VSystemBar: VSystemBar
|
85989
85994
|
VTable: VTable
|
85995
|
+
VTextarea: VTextarea
|
85996
|
+
VTextField: VTextField
|
85990
85997
|
VTimeline: VTimeline
|
85991
85998
|
VTimelineItem: VTimelineItem
|
85999
|
+
VTooltip: VTooltip
|
85992
86000
|
VToolbar: VToolbar
|
85993
86001
|
VToolbarTitle: VToolbarTitle
|
85994
86002
|
VToolbarItems: VToolbarItems
|
85995
|
-
VTooltip: VTooltip
|
85996
|
-
VTextarea: VTextarea
|
85997
86003
|
VWindow: VWindow
|
85998
86004
|
VWindowItem: VWindowItem
|
85999
86005
|
VConfirmEdit: VConfirmEdit
|
86000
|
-
VDataIterator: VDataIterator
|
86001
86006
|
VDefaultsProvider: VDefaultsProvider
|
86007
|
+
VDataIterator: VDataIterator
|
86008
|
+
VForm: VForm
|
86002
86009
|
VContainer: VContainer
|
86003
86010
|
VCol: VCol
|
86004
86011
|
VRow: VRow
|
86005
86012
|
VSpacer: VSpacer
|
86006
|
-
|
86013
|
+
VHover: VHover
|
86007
86014
|
VLayout: VLayout
|
86008
86015
|
VLayoutItem: VLayoutItem
|
86009
|
-
VLocaleProvider: VLocaleProvider
|
86010
|
-
VHover: VHover
|
86011
86016
|
VNoSsr: VNoSsr
|
86012
86017
|
VParallax: VParallax
|
86013
|
-
VRadio: VRadio
|
86014
86018
|
VRangeSlider: VRangeSlider
|
86015
86019
|
VResponsive: VResponsive
|
86016
|
-
|
86020
|
+
VRadio: VRadio
|
86017
86021
|
VSparkline: VSparkline
|
86018
86022
|
VSpeedDial: VSpeedDial
|
86019
|
-
|
86023
|
+
VSnackbarQueue: VSnackbarQueue
|
86024
|
+
VValidation: VValidation
|
86020
86025
|
VVirtualScroll: VVirtualScroll
|
86026
|
+
VThemeProvider: VThemeProvider
|
86021
86027
|
VFabTransition: VFabTransition
|
86022
86028
|
VDialogBottomTransition: VDialogBottomTransition
|
86023
86029
|
VDialogTopTransition: VDialogTopTransition
|
@@ -86034,14 +86040,8 @@ declare module 'vue' {
|
|
86034
86040
|
VExpandTransition: VExpandTransition
|
86035
86041
|
VExpandXTransition: VExpandXTransition
|
86036
86042
|
VDialogTransition: VDialogTransition
|
86037
|
-
|
86038
|
-
|
86039
|
-
VDataTableFooter: VDataTableFooter
|
86040
|
-
VDataTableRows: VDataTableRows
|
86041
|
-
VDataTableRow: VDataTableRow
|
86042
|
-
VDataTableVirtual: VDataTableVirtual
|
86043
|
-
VDataTableServer: VDataTableServer
|
86044
|
-
VValidation: VValidation
|
86043
|
+
VMain: VMain
|
86044
|
+
VLocaleProvider: VLocaleProvider
|
86045
86045
|
VLazy: VLazy
|
86046
86046
|
VCalendar: VCalendar
|
86047
86047
|
VCalendarDay: VCalendarDay
|
@@ -86049,22 +86049,22 @@ declare module 'vue' {
|
|
86049
86049
|
VCalendarInterval: VCalendarInterval
|
86050
86050
|
VCalendarIntervalEvent: VCalendarIntervalEvent
|
86051
86051
|
VCalendarMonthDay: VCalendarMonthDay
|
86052
|
-
VColorInput: VColorInput
|
86053
|
-
VIconBtn: VIconBtn
|
86054
|
-
VPicker: VPicker
|
86055
|
-
VPickerTitle: VPickerTitle
|
86056
86052
|
VFileUpload: VFileUpload
|
86057
86053
|
VFileUploadItem: VFileUploadItem
|
86058
|
-
VTimePicker: VTimePicker
|
86059
|
-
VTimePickerClock: VTimePickerClock
|
86060
|
-
VTimePickerControls: VTimePickerControls
|
86061
86054
|
VStepperVertical: VStepperVertical
|
86062
86055
|
VStepperVerticalItem: VStepperVerticalItem
|
86063
86056
|
VStepperVerticalActions: VStepperVerticalActions
|
86057
|
+
VColorInput: VColorInput
|
86058
|
+
VIconBtn: VIconBtn
|
86059
|
+
VPicker: VPicker
|
86060
|
+
VPickerTitle: VPickerTitle
|
86064
86061
|
VTreeview: VTreeview
|
86065
86062
|
VTreeviewItem: VTreeviewItem
|
86066
86063
|
VTreeviewGroup: VTreeviewGroup
|
86067
86064
|
VDateInput: VDateInput
|
86065
|
+
VTimePicker: VTimePicker
|
86066
|
+
VTimePickerClock: VTimePickerClock
|
86067
|
+
VTimePickerControls: VTimePickerControls
|
86068
86068
|
VPullToRefresh: VPullToRefresh
|
86069
86069
|
}
|
86070
86070
|
}
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.8.6-master.2025-05-
|
2
|
+
* Vuetify v3.8.6-master.2025-05-22
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -614,6 +614,33 @@ function getTargetBox(target) {
|
|
614
614
|
return target.getBoundingClientRect();
|
615
615
|
}
|
616
616
|
}
|
617
|
+
function getElementBox(el) {
|
618
|
+
if (el === document.documentElement) {
|
619
|
+
if (!visualViewport) {
|
620
|
+
return new Box({
|
621
|
+
x: 0,
|
622
|
+
y: 0,
|
623
|
+
width: document.documentElement.clientWidth,
|
624
|
+
height: document.documentElement.clientHeight
|
625
|
+
});
|
626
|
+
} else {
|
627
|
+
return new Box({
|
628
|
+
x: visualViewport.scale > 1 ? 0 : visualViewport.offsetLeft,
|
629
|
+
y: visualViewport.scale > 1 ? 0 : visualViewport.offsetTop,
|
630
|
+
width: visualViewport.width * visualViewport.scale,
|
631
|
+
height: visualViewport.height * visualViewport.scale
|
632
|
+
});
|
633
|
+
}
|
634
|
+
} else {
|
635
|
+
const rect = el.getBoundingClientRect();
|
636
|
+
return new Box({
|
637
|
+
x: rect.x,
|
638
|
+
y: rect.y,
|
639
|
+
width: el.clientWidth,
|
640
|
+
height: el.clientHeight
|
641
|
+
});
|
642
|
+
}
|
643
|
+
}
|
617
644
|
|
618
645
|
// Utilities
|
619
646
|
|
@@ -10274,11 +10301,19 @@ function useLocationStrategies(props, data) {
|
|
10274
10301
|
watch(() => props.locationStrategy, reset);
|
10275
10302
|
onScopeDispose(() => {
|
10276
10303
|
window.removeEventListener('resize', onResize);
|
10304
|
+
visualViewport?.removeEventListener('resize', onVisualResize);
|
10305
|
+
visualViewport?.removeEventListener('scroll', onVisualScroll);
|
10277
10306
|
updateLocation.value = undefined;
|
10278
10307
|
});
|
10279
10308
|
window.addEventListener('resize', onResize, {
|
10280
10309
|
passive: true
|
10281
10310
|
});
|
10311
|
+
visualViewport?.addEventListener('resize', onVisualResize, {
|
10312
|
+
passive: true
|
10313
|
+
});
|
10314
|
+
visualViewport?.addEventListener('scroll', onVisualScroll, {
|
10315
|
+
passive: true
|
10316
|
+
});
|
10282
10317
|
if (typeof props.locationStrategy === 'function') {
|
10283
10318
|
updateLocation.value = props.locationStrategy(data, props, contentStyles)?.updateLocation;
|
10284
10319
|
} else {
|
@@ -10289,6 +10324,12 @@ function useLocationStrategies(props, data) {
|
|
10289
10324
|
function onResize(e) {
|
10290
10325
|
updateLocation.value?.(e);
|
10291
10326
|
}
|
10327
|
+
function onVisualResize(e) {
|
10328
|
+
updateLocation.value?.(e);
|
10329
|
+
}
|
10330
|
+
function onVisualScroll(e) {
|
10331
|
+
updateLocation.value?.(e);
|
10332
|
+
}
|
10292
10333
|
return {
|
10293
10334
|
contentStyles,
|
10294
10335
|
updateLocation
|
@@ -10440,13 +10481,7 @@ function connectedLocationStrategy(data, props, contentStyles) {
|
|
10440
10481
|
}
|
10441
10482
|
}
|
10442
10483
|
const viewport = scrollParents.reduce((box, el) => {
|
10443
|
-
const
|
10444
|
-
const scrollBox = new Box({
|
10445
|
-
x: el === document.documentElement ? 0 : rect.x,
|
10446
|
-
y: el === document.documentElement ? 0 : rect.y,
|
10447
|
-
width: el.clientWidth,
|
10448
|
-
height: el.clientHeight
|
10449
|
-
});
|
10484
|
+
const scrollBox = getElementBox(el);
|
10450
10485
|
if (box) {
|
10451
10486
|
return new Box({
|
10452
10487
|
x: Math.max(box.left, scrollBox.left),
|
@@ -29255,7 +29290,7 @@ function createVuetify$1() {
|
|
29255
29290
|
};
|
29256
29291
|
});
|
29257
29292
|
}
|
29258
|
-
const version$1 = "3.8.6-master.2025-05-
|
29293
|
+
const version$1 = "3.8.6-master.2025-05-22";
|
29259
29294
|
createVuetify$1.version = version$1;
|
29260
29295
|
|
29261
29296
|
// Vue's inject() can only be used in setup
|
@@ -29280,7 +29315,7 @@ const createVuetify = function () {
|
|
29280
29315
|
...options
|
29281
29316
|
});
|
29282
29317
|
};
|
29283
|
-
const version = "3.8.6-master.2025-05-
|
29318
|
+
const version = "3.8.6-master.2025-05-22";
|
29284
29319
|
createVuetify.version = version;
|
29285
29320
|
|
29286
29321
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|