@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-labs.d.ts
CHANGED
@@ -101749,74 +101749,77 @@ declare module 'vue' {
|
|
101749
101749
|
$children?: VNodeChild
|
101750
101750
|
}
|
101751
101751
|
export interface GlobalComponents {
|
101752
|
-
VApp: VApp
|
101753
|
-
VAutocomplete: VAutocomplete
|
101754
|
-
VAlert: VAlert
|
101755
|
-
VAlertTitle: VAlertTitle
|
101756
|
-
VBadge: VBadge
|
101757
101752
|
VAppBar: VAppBar
|
101758
101753
|
VAppBarNavIcon: VAppBarNavIcon
|
101759
101754
|
VAppBarTitle: VAppBarTitle
|
101755
|
+
VAutocomplete: VAutocomplete
|
101760
101756
|
VAvatar: VAvatar
|
101761
|
-
|
101762
|
-
|
101763
|
-
|
101757
|
+
VAlert: VAlert
|
101758
|
+
VAlertTitle: VAlertTitle
|
101759
|
+
VApp: VApp
|
101760
|
+
VBadge: VBadge
|
101764
101761
|
VBottomNavigation: VBottomNavigation
|
101765
|
-
VBtn: VBtn
|
101766
101762
|
VBanner: VBanner
|
101767
101763
|
VBannerActions: VBannerActions
|
101768
101764
|
VBannerText: VBannerText
|
101769
|
-
VBtnToggle: VBtnToggle
|
101770
|
-
VCarousel: VCarousel
|
101771
|
-
VCarouselItem: VCarouselItem
|
101772
101765
|
VBottomSheet: VBottomSheet
|
101766
|
+
VBtnGroup: VBtnGroup
|
101767
|
+
VBreadcrumbs: VBreadcrumbs
|
101768
|
+
VBreadcrumbsItem: VBreadcrumbsItem
|
101769
|
+
VBreadcrumbsDivider: VBreadcrumbsDivider
|
101773
101770
|
VCard: VCard
|
101774
101771
|
VCardActions: VCardActions
|
101775
101772
|
VCardItem: VCardItem
|
101776
101773
|
VCardSubtitle: VCardSubtitle
|
101777
101774
|
VCardText: VCardText
|
101778
101775
|
VCardTitle: VCardTitle
|
101779
|
-
|
101776
|
+
VBtnToggle: VBtnToggle
|
101777
|
+
VCarousel: VCarousel
|
101778
|
+
VCarouselItem: VCarouselItem
|
101779
|
+
VBtn: VBtn
|
101780
101780
|
VCheckbox: VCheckbox
|
101781
101781
|
VCheckboxBtn: VCheckboxBtn
|
101782
|
-
VBtnGroup: VBtnGroup
|
101783
101782
|
VCode: VCode
|
101783
|
+
VChip: VChip
|
101784
101784
|
VCombobox: VCombobox
|
101785
|
-
VCounter: VCounter
|
101786
|
-
VChipGroup: VChipGroup
|
101787
101785
|
VColorPicker: VColorPicker
|
101788
|
-
|
101786
|
+
VCounter: VCounter
|
101789
101787
|
VDatePicker: VDatePicker
|
101790
101788
|
VDatePickerControls: VDatePickerControls
|
101791
101789
|
VDatePickerHeader: VDatePickerHeader
|
101792
101790
|
VDatePickerMonth: VDatePickerMonth
|
101793
101791
|
VDatePickerMonths: VDatePickerMonths
|
101794
101792
|
VDatePickerYears: VDatePickerYears
|
101795
|
-
|
101793
|
+
VChipGroup: VChipGroup
|
101794
|
+
VDataTable: VDataTable
|
101795
|
+
VDataTableHeaders: VDataTableHeaders
|
101796
|
+
VDataTableFooter: VDataTableFooter
|
101797
|
+
VDataTableRows: VDataTableRows
|
101798
|
+
VDataTableRow: VDataTableRow
|
101799
|
+
VDataTableVirtual: VDataTableVirtual
|
101800
|
+
VDataTableServer: VDataTableServer
|
101796
101801
|
VEmptyState: VEmptyState
|
101802
|
+
VDivider: VDivider
|
101803
|
+
VFab: VFab
|
101804
|
+
VField: VField
|
101805
|
+
VFieldLabel: VFieldLabel
|
101797
101806
|
VExpansionPanels: VExpansionPanels
|
101798
101807
|
VExpansionPanel: VExpansionPanel
|
101799
101808
|
VExpansionPanelText: VExpansionPanelText
|
101800
101809
|
VExpansionPanelTitle: VExpansionPanelTitle
|
101801
|
-
|
101802
|
-
|
101803
|
-
VFab: VFab
|
101810
|
+
VFileInput: VFileInput
|
101811
|
+
VDialog: VDialog
|
101804
101812
|
VIcon: VIcon
|
101805
101813
|
VComponentIcon: VComponentIcon
|
101806
101814
|
VSvgIcon: VSvgIcon
|
101807
101815
|
VLigatureIcon: VLigatureIcon
|
101808
101816
|
VClassIcon: VClassIcon
|
101809
|
-
VFileInput: VFileInput
|
101810
|
-
VFooter: VFooter
|
101811
|
-
VInfiniteScroll: VInfiniteScroll
|
101812
|
-
VLabel: VLabel
|
101813
|
-
VInput: VInput
|
101814
|
-
VItemGroup: VItemGroup
|
101815
|
-
VItem: VItem
|
101816
101817
|
VImg: VImg
|
101818
|
+
VInput: VInput
|
101819
|
+
VInfiniteScroll: VInfiniteScroll
|
101817
101820
|
VKbd: VKbd
|
101818
|
-
|
101819
|
-
|
101821
|
+
VFooter: VFooter
|
101822
|
+
VLabel: VLabel
|
101820
101823
|
VList: VList
|
101821
101824
|
VListGroup: VListGroup
|
101822
101825
|
VListImg: VListImg
|
@@ -101826,70 +101829,73 @@ declare module 'vue' {
|
|
101826
101829
|
VListItemSubtitle: VListItemSubtitle
|
101827
101830
|
VListItemTitle: VListItemTitle
|
101828
101831
|
VListSubheader: VListSubheader
|
101829
|
-
|
101830
|
-
|
101832
|
+
VItemGroup: VItemGroup
|
101833
|
+
VItem: VItem
|
101834
|
+
VMenu: VMenu
|
101835
|
+
VMessages: VMessages
|
101831
101836
|
VNumberInput: VNumberInput
|
101837
|
+
VOtpInput: VOtpInput
|
101832
101838
|
VOverlay: VOverlay
|
101839
|
+
VPagination: VPagination
|
101840
|
+
VNavigationDrawer: VNavigationDrawer
|
101833
101841
|
VProgressCircular: VProgressCircular
|
101834
|
-
VRadioGroup: VRadioGroup
|
101835
101842
|
VProgressLinear: VProgressLinear
|
101836
|
-
|
101837
|
-
VSelectionControlGroup: VSelectionControlGroup
|
101843
|
+
VRadioGroup: VRadioGroup
|
101838
101844
|
VRating: VRating
|
101839
101845
|
VSelect: VSelect
|
101840
|
-
|
101841
|
-
|
101842
|
-
|
101846
|
+
VSheet: VSheet
|
101847
|
+
VSelectionControlGroup: VSelectionControlGroup
|
101848
|
+
VSnackbar: VSnackbar
|
101849
|
+
VSlider: VSlider
|
101843
101850
|
VSlideGroup: VSlideGroup
|
101844
101851
|
VSlideGroupItem: VSlideGroupItem
|
101852
|
+
VSkeletonLoader: VSkeletonLoader
|
101845
101853
|
VStepper: VStepper
|
101846
101854
|
VStepperActions: VStepperActions
|
101847
101855
|
VStepperHeader: VStepperHeader
|
101848
101856
|
VStepperItem: VStepperItem
|
101849
101857
|
VStepperWindow: VStepperWindow
|
101850
101858
|
VStepperWindowItem: VStepperWindowItem
|
101851
|
-
|
101852
|
-
VSheet: VSheet
|
101859
|
+
VSelectionControl: VSelectionControl
|
101853
101860
|
VSwitch: VSwitch
|
101854
|
-
VSnackbar: VSnackbar
|
101855
101861
|
VTab: VTab
|
101856
101862
|
VTabs: VTabs
|
101857
101863
|
VTabsWindow: VTabsWindow
|
101858
101864
|
VTabsWindowItem: VTabsWindowItem
|
101859
|
-
VTextField: VTextField
|
101860
101865
|
VSystemBar: VSystemBar
|
101861
101866
|
VTable: VTable
|
101867
|
+
VTextarea: VTextarea
|
101868
|
+
VTextField: VTextField
|
101862
101869
|
VTimeline: VTimeline
|
101863
101870
|
VTimelineItem: VTimelineItem
|
101871
|
+
VTooltip: VTooltip
|
101864
101872
|
VToolbar: VToolbar
|
101865
101873
|
VToolbarTitle: VToolbarTitle
|
101866
101874
|
VToolbarItems: VToolbarItems
|
101867
|
-
VTooltip: VTooltip
|
101868
|
-
VTextarea: VTextarea
|
101869
101875
|
VWindow: VWindow
|
101870
101876
|
VWindowItem: VWindowItem
|
101871
101877
|
VConfirmEdit: VConfirmEdit
|
101872
|
-
VDataIterator: VDataIterator
|
101873
101878
|
VDefaultsProvider: VDefaultsProvider
|
101879
|
+
VDataIterator: VDataIterator
|
101880
|
+
VForm: VForm
|
101874
101881
|
VContainer: VContainer
|
101875
101882
|
VCol: VCol
|
101876
101883
|
VRow: VRow
|
101877
101884
|
VSpacer: VSpacer
|
101878
|
-
|
101885
|
+
VHover: VHover
|
101879
101886
|
VLayout: VLayout
|
101880
101887
|
VLayoutItem: VLayoutItem
|
101881
|
-
VLocaleProvider: VLocaleProvider
|
101882
|
-
VHover: VHover
|
101883
101888
|
VNoSsr: VNoSsr
|
101884
101889
|
VParallax: VParallax
|
101885
|
-
VRadio: VRadio
|
101886
101890
|
VRangeSlider: VRangeSlider
|
101887
101891
|
VResponsive: VResponsive
|
101888
|
-
|
101892
|
+
VRadio: VRadio
|
101889
101893
|
VSparkline: VSparkline
|
101890
101894
|
VSpeedDial: VSpeedDial
|
101891
|
-
|
101895
|
+
VSnackbarQueue: VSnackbarQueue
|
101896
|
+
VValidation: VValidation
|
101892
101897
|
VVirtualScroll: VVirtualScroll
|
101898
|
+
VThemeProvider: VThemeProvider
|
101893
101899
|
VFabTransition: VFabTransition
|
101894
101900
|
VDialogBottomTransition: VDialogBottomTransition
|
101895
101901
|
VDialogTopTransition: VDialogTopTransition
|
@@ -101906,14 +101912,8 @@ declare module 'vue' {
|
|
101906
101912
|
VExpandTransition: VExpandTransition
|
101907
101913
|
VExpandXTransition: VExpandXTransition
|
101908
101914
|
VDialogTransition: VDialogTransition
|
101909
|
-
|
101910
|
-
|
101911
|
-
VDataTableFooter: VDataTableFooter
|
101912
|
-
VDataTableRows: VDataTableRows
|
101913
|
-
VDataTableRow: VDataTableRow
|
101914
|
-
VDataTableVirtual: VDataTableVirtual
|
101915
|
-
VDataTableServer: VDataTableServer
|
101916
|
-
VValidation: VValidation
|
101915
|
+
VMain: VMain
|
101916
|
+
VLocaleProvider: VLocaleProvider
|
101917
101917
|
VLazy: VLazy
|
101918
101918
|
VCalendar: VCalendar
|
101919
101919
|
VCalendarDay: VCalendarDay
|
@@ -101921,22 +101921,22 @@ declare module 'vue' {
|
|
101921
101921
|
VCalendarInterval: VCalendarInterval
|
101922
101922
|
VCalendarIntervalEvent: VCalendarIntervalEvent
|
101923
101923
|
VCalendarMonthDay: VCalendarMonthDay
|
101924
|
-
VColorInput: VColorInput
|
101925
|
-
VIconBtn: VIconBtn
|
101926
|
-
VPicker: VPicker
|
101927
|
-
VPickerTitle: VPickerTitle
|
101928
101924
|
VFileUpload: VFileUpload
|
101929
101925
|
VFileUploadItem: VFileUploadItem
|
101930
|
-
VTimePicker: VTimePicker
|
101931
|
-
VTimePickerClock: VTimePickerClock
|
101932
|
-
VTimePickerControls: VTimePickerControls
|
101933
101926
|
VStepperVertical: VStepperVertical
|
101934
101927
|
VStepperVerticalItem: VStepperVerticalItem
|
101935
101928
|
VStepperVerticalActions: VStepperVerticalActions
|
101929
|
+
VColorInput: VColorInput
|
101930
|
+
VIconBtn: VIconBtn
|
101931
|
+
VPicker: VPicker
|
101932
|
+
VPickerTitle: VPickerTitle
|
101936
101933
|
VTreeview: VTreeview
|
101937
101934
|
VTreeviewItem: VTreeviewItem
|
101938
101935
|
VTreeviewGroup: VTreeviewGroup
|
101939
101936
|
VDateInput: VDateInput
|
101937
|
+
VTimePicker: VTimePicker
|
101938
|
+
VTimePickerClock: VTimePickerClock
|
101939
|
+
VTimePickerControls: VTimePickerControls
|
101940
101940
|
VPullToRefresh: VPullToRefresh
|
101941
101941
|
}
|
101942
101942
|
}
|
package/dist/vuetify-labs.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
|
*/
|
@@ -691,6 +691,33 @@ function getTargetBox(target) {
|
|
691
691
|
return target.getBoundingClientRect();
|
692
692
|
}
|
693
693
|
}
|
694
|
+
function getElementBox(el) {
|
695
|
+
if (el === document.documentElement) {
|
696
|
+
if (!visualViewport) {
|
697
|
+
return new Box({
|
698
|
+
x: 0,
|
699
|
+
y: 0,
|
700
|
+
width: document.documentElement.clientWidth,
|
701
|
+
height: document.documentElement.clientHeight
|
702
|
+
});
|
703
|
+
} else {
|
704
|
+
return new Box({
|
705
|
+
x: visualViewport.scale > 1 ? 0 : visualViewport.offsetLeft,
|
706
|
+
y: visualViewport.scale > 1 ? 0 : visualViewport.offsetTop,
|
707
|
+
width: visualViewport.width * visualViewport.scale,
|
708
|
+
height: visualViewport.height * visualViewport.scale
|
709
|
+
});
|
710
|
+
}
|
711
|
+
} else {
|
712
|
+
const rect = el.getBoundingClientRect();
|
713
|
+
return new Box({
|
714
|
+
x: rect.x,
|
715
|
+
y: rect.y,
|
716
|
+
width: el.clientWidth,
|
717
|
+
height: el.clientHeight
|
718
|
+
});
|
719
|
+
}
|
720
|
+
}
|
694
721
|
|
695
722
|
// Utilities
|
696
723
|
|
@@ -9996,11 +10023,19 @@ function useLocationStrategies(props, data) {
|
|
9996
10023
|
watch(() => props.locationStrategy, reset);
|
9997
10024
|
onScopeDispose(() => {
|
9998
10025
|
window.removeEventListener('resize', onResize);
|
10026
|
+
visualViewport?.removeEventListener('resize', onVisualResize);
|
10027
|
+
visualViewport?.removeEventListener('scroll', onVisualScroll);
|
9999
10028
|
updateLocation.value = undefined;
|
10000
10029
|
});
|
10001
10030
|
window.addEventListener('resize', onResize, {
|
10002
10031
|
passive: true
|
10003
10032
|
});
|
10033
|
+
visualViewport?.addEventListener('resize', onVisualResize, {
|
10034
|
+
passive: true
|
10035
|
+
});
|
10036
|
+
visualViewport?.addEventListener('scroll', onVisualScroll, {
|
10037
|
+
passive: true
|
10038
|
+
});
|
10004
10039
|
if (typeof props.locationStrategy === 'function') {
|
10005
10040
|
updateLocation.value = props.locationStrategy(data, props, contentStyles)?.updateLocation;
|
10006
10041
|
} else {
|
@@ -10011,6 +10046,12 @@ function useLocationStrategies(props, data) {
|
|
10011
10046
|
function onResize(e) {
|
10012
10047
|
updateLocation.value?.(e);
|
10013
10048
|
}
|
10049
|
+
function onVisualResize(e) {
|
10050
|
+
updateLocation.value?.(e);
|
10051
|
+
}
|
10052
|
+
function onVisualScroll(e) {
|
10053
|
+
updateLocation.value?.(e);
|
10054
|
+
}
|
10014
10055
|
return {
|
10015
10056
|
contentStyles,
|
10016
10057
|
updateLocation
|
@@ -10162,13 +10203,7 @@ function connectedLocationStrategy(data, props, contentStyles) {
|
|
10162
10203
|
}
|
10163
10204
|
}
|
10164
10205
|
const viewport = scrollParents.reduce((box, el) => {
|
10165
|
-
const
|
10166
|
-
const scrollBox = new Box({
|
10167
|
-
x: el === document.documentElement ? 0 : rect.x,
|
10168
|
-
y: el === document.documentElement ? 0 : rect.y,
|
10169
|
-
width: el.clientWidth,
|
10170
|
-
height: el.clientHeight
|
10171
|
-
});
|
10206
|
+
const scrollBox = getElementBox(el);
|
10172
10207
|
if (box) {
|
10173
10208
|
return new Box({
|
10174
10209
|
x: Math.max(box.left, scrollBox.left),
|
@@ -31950,7 +31985,7 @@ function createVuetify$1() {
|
|
31950
31985
|
};
|
31951
31986
|
});
|
31952
31987
|
}
|
31953
|
-
const version$1 = "3.8.6-master.2025-05-
|
31988
|
+
const version$1 = "3.8.6-master.2025-05-22";
|
31954
31989
|
createVuetify$1.version = version$1;
|
31955
31990
|
|
31956
31991
|
// Vue's inject() can only be used in setup
|
@@ -32248,7 +32283,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
32248
32283
|
|
32249
32284
|
/* eslint-disable local-rules/sort-imports */
|
32250
32285
|
|
32251
|
-
const version = "3.8.6-master.2025-05-
|
32286
|
+
const version = "3.8.6-master.2025-05-22";
|
32252
32287
|
|
32253
32288
|
/* eslint-disable local-rules/sort-imports */
|
32254
32289
|
|