@vuetify/nightly 3.9.3-master.2025-08-03 → 3.9.3-master.2025-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/CHANGELOG.md +7 -3
- package/dist/json/attributes.json +3449 -3445
- package/dist/json/importMap-labs.json +50 -50
- package/dist/json/importMap.json +140 -140
- package/dist/json/tags.json +1 -0
- package/dist/json/web-types.json +6332 -6323
- package/dist/vuetify-labs.cjs +14 -11
- package/dist/vuetify-labs.css +3682 -3681
- package/dist/vuetify-labs.d.ts +65 -60
- package/dist/vuetify-labs.esm.js +14 -11
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +14 -11
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +10 -10
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +4880 -4879
- package/dist/vuetify.d.ts +60 -60
- package/dist/vuetify.esm.js +10 -10
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +10 -10
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +459 -459
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VColorPicker/VColorPickerCanvas.css +1 -0
- package/lib/components/VColorPicker/VColorPickerCanvas.sass +1 -0
- package/lib/components/VOverlay/scrollStrategies.js +7 -7
- package/lib/components/VOverlay/scrollStrategies.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +60 -60
- package/lib/framework.js +1 -1
- package/lib/labs/VVideo/VVideo.css +3 -3
- package/lib/labs/VVideo/VVideo.d.ts +10 -0
- package/lib/labs/VVideo/VVideo.js +4 -1
- package/lib/labs/VVideo/VVideo.js.map +1 -1
- package/lib/labs/VVideo/VVideo.sass +2 -2
- package/lib/labs/VVideo/_variables.scss +3 -2
- package/package.json +1 -1
package/dist/vuetify-labs.d.ts
CHANGED
@@ -119506,6 +119506,7 @@ declare const VVideo: {
|
|
119506
119506
|
type?: string | undefined;
|
119507
119507
|
height?: string | number | undefined;
|
119508
119508
|
width?: string | number | undefined;
|
119509
|
+
aspectRatio?: string | number | undefined;
|
119509
119510
|
backgroundColor?: string | undefined;
|
119510
119511
|
color?: string | undefined;
|
119511
119512
|
maxHeight?: string | number | undefined;
|
@@ -120455,6 +120456,7 @@ declare const VVideo: {
|
|
120455
120456
|
type?: string | undefined;
|
120456
120457
|
height?: string | number | undefined;
|
120457
120458
|
width?: string | number | undefined;
|
120459
|
+
aspectRatio?: string | number | undefined;
|
120458
120460
|
backgroundColor?: string | undefined;
|
120459
120461
|
color?: string | undefined;
|
120460
120462
|
maxHeight?: string | number | undefined;
|
@@ -121389,6 +121391,7 @@ declare const VVideo: {
|
|
121389
121391
|
type?: string | undefined;
|
121390
121392
|
height?: string | number | undefined;
|
121391
121393
|
width?: string | number | undefined;
|
121394
|
+
aspectRatio?: string | number | undefined;
|
121392
121395
|
backgroundColor?: string | undefined;
|
121393
121396
|
color?: string | undefined;
|
121394
121397
|
maxHeight?: string | number | undefined;
|
@@ -122350,6 +122353,7 @@ declare const VVideo: {
|
|
122350
122353
|
type: PropType<vue.StyleValue>;
|
122351
122354
|
default: null;
|
122352
122355
|
};
|
122356
|
+
aspectRatio: (StringConstructor | NumberConstructor)[];
|
122353
122357
|
autoplay: BooleanConstructor;
|
122354
122358
|
muted: BooleanConstructor;
|
122355
122359
|
eager: BooleanConstructor;
|
@@ -122421,6 +122425,7 @@ declare const VVideo: {
|
|
122421
122425
|
type: PropType<vue.StyleValue>;
|
122422
122426
|
default: null;
|
122423
122427
|
};
|
122428
|
+
aspectRatio: (StringConstructor | NumberConstructor)[];
|
122424
122429
|
autoplay: BooleanConstructor;
|
122425
122430
|
muted: BooleanConstructor;
|
122426
122431
|
eager: BooleanConstructor;
|
@@ -122914,39 +122919,37 @@ declare module 'vue' {
|
|
122914
122919
|
}
|
122915
122920
|
export interface GlobalComponents {
|
122916
122921
|
VApp: VApp
|
122917
|
-
VAlert: VAlert
|
122918
|
-
VAlertTitle: VAlertTitle
|
122919
122922
|
VAppBar: VAppBar
|
122920
122923
|
VAppBarNavIcon: VAppBarNavIcon
|
122921
122924
|
VAppBarTitle: VAppBarTitle
|
122922
|
-
VAvatar: VAvatar
|
122923
|
-
VBadge: VBadge
|
122924
122925
|
VAutocomplete: VAutocomplete
|
122926
|
+
VAvatar: VAvatar
|
122927
|
+
VAlert: VAlert
|
122928
|
+
VAlertTitle: VAlertTitle
|
122925
122929
|
VBanner: VBanner
|
122926
122930
|
VBannerActions: VBannerActions
|
122927
122931
|
VBannerText: VBannerText
|
122928
|
-
|
122929
|
-
VBottomSheet: VBottomSheet
|
122932
|
+
VBadge: VBadge
|
122930
122933
|
VBreadcrumbs: VBreadcrumbs
|
122931
122934
|
VBreadcrumbsItem: VBreadcrumbsItem
|
122932
122935
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
122933
|
-
VBtnToggle: VBtnToggle
|
122934
122936
|
VBtn: VBtn
|
122937
|
+
VBottomNavigation: VBottomNavigation
|
122938
|
+
VBtnToggle: VBtnToggle
|
122935
122939
|
VCard: VCard
|
122936
122940
|
VCardActions: VCardActions
|
122937
122941
|
VCardItem: VCardItem
|
122938
122942
|
VCardSubtitle: VCardSubtitle
|
122939
122943
|
VCardText: VCardText
|
122940
122944
|
VCardTitle: VCardTitle
|
122945
|
+
VCarousel: VCarousel
|
122946
|
+
VCarouselItem: VCarouselItem
|
122941
122947
|
VCheckbox: VCheckbox
|
122942
122948
|
VCheckboxBtn: VCheckboxBtn
|
122943
|
-
VChip: VChip
|
122944
|
-
VCode: VCode
|
122945
122949
|
VChipGroup: VChipGroup
|
122946
|
-
|
122950
|
+
VCode: VCode
|
122951
|
+
VChip: VChip
|
122947
122952
|
VColorPicker: VColorPicker
|
122948
|
-
VCarousel: VCarousel
|
122949
|
-
VCarouselItem: VCarouselItem
|
122950
122953
|
VCounter: VCounter
|
122951
122954
|
VDataTable: VDataTable
|
122952
122955
|
VDataTableHeaders: VDataTableHeaders
|
@@ -122962,29 +122965,28 @@ declare module 'vue' {
|
|
122962
122965
|
VDatePickerMonths: VDatePickerMonths
|
122963
122966
|
VDatePickerYears: VDatePickerYears
|
122964
122967
|
VDialog: VDialog
|
122965
|
-
VEmptyState: VEmptyState
|
122966
|
-
VBtnGroup: VBtnGroup
|
122967
122968
|
VDivider: VDivider
|
122969
|
+
VEmptyState: VEmptyState
|
122968
122970
|
VExpansionPanels: VExpansionPanels
|
122969
122971
|
VExpansionPanel: VExpansionPanel
|
122970
122972
|
VExpansionPanelText: VExpansionPanelText
|
122971
122973
|
VExpansionPanelTitle: VExpansionPanelTitle
|
122972
|
-
|
122973
|
-
|
122974
|
+
VField: VField
|
122975
|
+
VFieldLabel: VFieldLabel
|
122974
122976
|
VFileInput: VFileInput
|
122977
|
+
VFooter: VFooter
|
122975
122978
|
VIcon: VIcon
|
122976
122979
|
VComponentIcon: VComponentIcon
|
122977
122980
|
VSvgIcon: VSvgIcon
|
122978
122981
|
VLigatureIcon: VLigatureIcon
|
122979
122982
|
VClassIcon: VClassIcon
|
122980
122983
|
VImg: VImg
|
122981
|
-
|
122982
|
-
VFieldLabel: VFieldLabel
|
122983
|
-
VKbd: VKbd
|
122984
|
+
VFab: VFab
|
122984
122985
|
VInfiniteScroll: VInfiniteScroll
|
122985
122986
|
VItemGroup: VItemGroup
|
122986
122987
|
VItem: VItem
|
122987
122988
|
VInput: VInput
|
122989
|
+
VKbd: VKbd
|
122988
122990
|
VLabel: VLabel
|
122989
122991
|
VList: VList
|
122990
122992
|
VListGroup: VListGroup
|
@@ -122996,52 +122998,57 @@ declare module 'vue' {
|
|
122996
122998
|
VListItemTitle: VListItemTitle
|
122997
122999
|
VListSubheader: VListSubheader
|
122998
123000
|
VMain: VMain
|
122999
|
-
VMessages: VMessages
|
123000
123001
|
VMenu: VMenu
|
123002
|
+
VMessages: VMessages
|
123001
123003
|
VNavigationDrawer: VNavigationDrawer
|
123002
123004
|
VOtpInput: VOtpInput
|
123003
123005
|
VOverlay: VOverlay
|
123004
|
-
VNumberInput: VNumberInput
|
123005
123006
|
VPagination: VPagination
|
123007
|
+
VNumberInput: VNumberInput
|
123008
|
+
VProgressCircular: VProgressCircular
|
123006
123009
|
VProgressLinear: VProgressLinear
|
123007
123010
|
VRadioGroup: VRadioGroup
|
123008
|
-
VProgressCircular: VProgressCircular
|
123009
123011
|
VRating: VRating
|
123010
123012
|
VSelect: VSelect
|
123011
|
-
|
123012
|
-
VSlideGroupItem: VSlideGroupItem
|
123013
|
+
VSelectionControl: VSelectionControl
|
123013
123014
|
VSelectionControlGroup: VSelectionControlGroup
|
123014
|
-
VSlider: VSlider
|
123015
|
-
VSnackbar: VSnackbar
|
123016
123015
|
VSheet: VSheet
|
123017
123016
|
VSkeletonLoader: VSkeletonLoader
|
123018
|
-
|
123019
|
-
|
123020
|
-
|
123017
|
+
VSlideGroup: VSlideGroup
|
123018
|
+
VSlideGroupItem: VSlideGroupItem
|
123019
|
+
VSlider: VSlider
|
123020
|
+
VStepper: VStepper
|
123021
|
+
VStepperActions: VStepperActions
|
123022
|
+
VStepperHeader: VStepperHeader
|
123023
|
+
VStepperItem: VStepperItem
|
123024
|
+
VStepperWindow: VStepperWindow
|
123025
|
+
VStepperWindowItem: VStepperWindowItem
|
123021
123026
|
VTable: VTable
|
123022
|
-
|
123027
|
+
VSystemBar: VSystemBar
|
123023
123028
|
VTab: VTab
|
123024
123029
|
VTabs: VTabs
|
123025
123030
|
VTabsWindow: VTabsWindow
|
123026
123031
|
VTabsWindowItem: VTabsWindowItem
|
123032
|
+
VTextarea: VTextarea
|
123033
|
+
VTextField: VTextField
|
123027
123034
|
VTimeline: VTimeline
|
123028
123035
|
VTimelineItem: VTimelineItem
|
123029
|
-
VTooltip: VTooltip
|
123030
123036
|
VTimePicker: VTimePicker
|
123031
123037
|
VTimePickerClock: VTimePickerClock
|
123032
123038
|
VTimePickerControls: VTimePickerControls
|
123033
|
-
VTextField: VTextField
|
123034
123039
|
VToolbar: VToolbar
|
123035
123040
|
VToolbarTitle: VToolbarTitle
|
123036
123041
|
VToolbarItems: VToolbarItems
|
123037
123042
|
VTreeview: VTreeview
|
123038
123043
|
VTreeviewItem: VTreeviewItem
|
123039
123044
|
VTreeviewGroup: VTreeviewGroup
|
123045
|
+
VTooltip: VTooltip
|
123040
123046
|
VWindow: VWindow
|
123041
123047
|
VWindowItem: VWindowItem
|
123048
|
+
VBtnGroup: VBtnGroup
|
123042
123049
|
VDataIterator: VDataIterator
|
123050
|
+
VConfirmEdit: VConfirmEdit
|
123043
123051
|
VDefaultsProvider: VDefaultsProvider
|
123044
|
-
VHover: VHover
|
123045
123052
|
VForm: VForm
|
123046
123053
|
VContainer: VContainer
|
123047
123054
|
VCol: VCol
|
@@ -123049,25 +123056,22 @@ declare module 'vue' {
|
|
123049
123056
|
VSpacer: VSpacer
|
123050
123057
|
VLayout: VLayout
|
123051
123058
|
VLayoutItem: VLayoutItem
|
123052
|
-
VStepper: VStepper
|
123053
|
-
VStepperActions: VStepperActions
|
123054
|
-
VStepperHeader: VStepperHeader
|
123055
|
-
VStepperItem: VStepperItem
|
123056
|
-
VStepperWindow: VStepperWindow
|
123057
|
-
VStepperWindowItem: VStepperWindowItem
|
123058
123059
|
VLazy: VLazy
|
123059
|
-
|
123060
|
+
VHover: VHover
|
123060
123061
|
VNoSsr: VNoSsr
|
123062
|
+
VLocaleProvider: VLocaleProvider
|
123061
123063
|
VParallax: VParallax
|
123062
|
-
VRadio: VRadio
|
123063
123064
|
VRangeSlider: VRangeSlider
|
123064
|
-
|
123065
|
-
|
123065
|
+
VRadio: VRadio
|
123066
|
+
VCombobox: VCombobox
|
123066
123067
|
VSparkline: VSparkline
|
123068
|
+
VResponsive: VResponsive
|
123067
123069
|
VSpeedDial: VSpeedDial
|
123070
|
+
VSwitch: VSwitch
|
123071
|
+
VSnackbarQueue: VSnackbarQueue
|
123068
123072
|
VThemeProvider: VThemeProvider
|
123069
|
-
VValidation: VValidation
|
123070
123073
|
VVirtualScroll: VVirtualScroll
|
123074
|
+
VValidation: VValidation
|
123071
123075
|
VFabTransition: VFabTransition
|
123072
123076
|
VDialogBottomTransition: VDialogBottomTransition
|
123073
123077
|
VDialogTopTransition: VDialogTopTransition
|
@@ -123084,32 +123088,33 @@ declare module 'vue' {
|
|
123084
123088
|
VExpandTransition: VExpandTransition
|
123085
123089
|
VExpandXTransition: VExpandXTransition
|
123086
123090
|
VDialogTransition: VDialogTransition
|
123087
|
-
|
123091
|
+
VSnackbar: VSnackbar
|
123092
|
+
VBottomSheet: VBottomSheet
|
123093
|
+
VCalendar: VCalendar
|
123094
|
+
VCalendarDay: VCalendarDay
|
123095
|
+
VCalendarHeader: VCalendarHeader
|
123096
|
+
VCalendarInterval: VCalendarInterval
|
123097
|
+
VCalendarIntervalEvent: VCalendarIntervalEvent
|
123098
|
+
VCalendarMonthDay: VCalendarMonthDay
|
123099
|
+
VColorInput: VColorInput
|
123088
123100
|
VIconBtn: VIconBtn
|
123089
|
-
|
123090
|
-
|
123101
|
+
VPie: VPie
|
123102
|
+
VPieSegment: VPieSegment
|
123103
|
+
VPieTooltip: VPieTooltip
|
123104
|
+
VVideo: VVideo
|
123105
|
+
VVideoControls: VVideoControls
|
123106
|
+
VVideoVolume: VVideoVolume
|
123091
123107
|
VStepperVertical: VStepperVertical
|
123092
123108
|
VStepperVerticalItem: VStepperVerticalItem
|
123093
123109
|
VStepperVerticalActions: VStepperVerticalActions
|
123094
123110
|
VPicker: VPicker
|
123095
123111
|
VPickerTitle: VPickerTitle
|
123096
|
-
VVideo: VVideo
|
123097
|
-
VVideoControls: VVideoControls
|
123098
|
-
VVideoVolume: VVideoVolume
|
123099
123112
|
VHotkey: VHotkey
|
123113
|
+
VFileUpload: VFileUpload
|
123114
|
+
VFileUploadItem: VFileUploadItem
|
123100
123115
|
VDateInput: VDateInput
|
123101
123116
|
VMaskInput: VMaskInput
|
123102
123117
|
VPullToRefresh: VPullToRefresh
|
123103
|
-
VColorInput: VColorInput
|
123104
|
-
VPie: VPie
|
123105
|
-
VPieSegment: VPieSegment
|
123106
|
-
VPieTooltip: VPieTooltip
|
123107
|
-
VCalendar: VCalendar
|
123108
|
-
VCalendarDay: VCalendarDay
|
123109
|
-
VCalendarHeader: VCalendarHeader
|
123110
|
-
VCalendarInterval: VCalendarInterval
|
123111
|
-
VCalendarIntervalEvent: VCalendarIntervalEvent
|
123112
|
-
VCalendarMonthDay: VCalendarMonthDay
|
123113
123118
|
}
|
123114
123119
|
export interface GlobalDirectives {
|
123115
123120
|
vClickOutside: typeof import('vuetify/directives')['ClickOutside']
|
package/dist/vuetify-labs.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.9.3-master.2025-08-
|
2
|
+
* Vuetify v3.9.3-master.2025-08-04
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -10929,11 +10929,11 @@ function closeScrollStrategy(data) {
|
|
10929
10929
|
function onScroll(e) {
|
10930
10930
|
data.isActive.value = false;
|
10931
10931
|
}
|
10932
|
-
bindScroll(data.target.value
|
10932
|
+
bindScroll(getTargetEl(data.target.value, data.contentEl.value), onScroll);
|
10933
10933
|
}
|
10934
10934
|
function blockScrollStrategy(data, props) {
|
10935
10935
|
const offsetParent = data.root.value?.offsetParent;
|
10936
|
-
const target =
|
10936
|
+
const target = getTargetEl(data.target.value, data.contentEl.value);
|
10937
10937
|
const scrollElements = [...new Set([...getScrollParents(target, props.contained ? offsetParent : undefined), ...getScrollParents(data.contentEl.value, props.contained ? offsetParent : undefined)])].filter(el => !el.classList.contains('v-overlay-scroll-blocked'));
|
10938
10938
|
const scrollbarWidth = window.innerWidth - document.documentElement.offsetWidth;
|
10939
10939
|
const scrollableParent = (el => hasScrollbar(el) && el)(offsetParent || document.documentElement);
|
@@ -10981,7 +10981,7 @@ function repositionScrollStrategy(data, props, scope) {
|
|
10981
10981
|
}
|
10982
10982
|
ric = (typeof requestIdleCallback === 'undefined' ? cb => cb() : requestIdleCallback)(() => {
|
10983
10983
|
scope.run(() => {
|
10984
|
-
bindScroll(data.target.value
|
10984
|
+
bindScroll(getTargetEl(data.target.value, data.contentEl.value), e => {
|
10985
10985
|
if (slow) {
|
10986
10986
|
// If the position calculation is slow,
|
10987
10987
|
// defer updates until scrolling is finished.
|
@@ -11004,10 +11004,10 @@ function repositionScrollStrategy(data, props, scope) {
|
|
11004
11004
|
cancelAnimationFrame(raf);
|
11005
11005
|
});
|
11006
11006
|
}
|
11007
|
-
|
11008
|
-
|
11009
|
-
|
11010
|
-
|
11007
|
+
function getTargetEl(target, contentEl) {
|
11008
|
+
return Array.isArray(target) ? document.elementsFromPoint(...target).find(el => !contentEl?.contains(el)) : target ?? contentEl;
|
11009
|
+
}
|
11010
|
+
function bindScroll(el, onScroll) {
|
11011
11011
|
const scrollElements = [document, ...getScrollParents(el)];
|
11012
11012
|
scrollElements.forEach(el => {
|
11013
11013
|
el.addEventListener('scroll', onScroll, {
|
@@ -34453,6 +34453,7 @@ const VVideoControls = genericComponent()({
|
|
34453
34453
|
|
34454
34454
|
const allowedVariants = ['background', 'player'];
|
34455
34455
|
const makeVVideoProps = propsFactory({
|
34456
|
+
aspectRatio: [String, Number],
|
34456
34457
|
autoplay: Boolean,
|
34457
34458
|
muted: Boolean,
|
34458
34459
|
eager: Boolean,
|
@@ -34769,7 +34770,9 @@ const VVideo = genericComponent()({
|
|
34769
34770
|
"class": normalizeClass(['v-video', `v-video--variant-${props.variant}`, `v-video--${state.value}`, {
|
34770
34771
|
'v-video--playing': playing.value
|
34771
34772
|
}, themeClasses.value, densityClasses.value, roundedContainerClasses.value, props.class]),
|
34772
|
-
"style": normalizeStyle([
|
34773
|
+
"style": normalizeStyle([{
|
34774
|
+
'--v-video-aspect-ratio': props.aspectRatio
|
34775
|
+
}, props.variant === 'background' ? [] : pick(dimensionStyles.value, ['width', 'minWidth', 'maxWidth']), props.style]),
|
34773
34776
|
"onKeydown": onKeydown,
|
34774
34777
|
"onClick": onClick
|
34775
34778
|
}, [createElementVNode("div", {
|
@@ -35283,7 +35286,7 @@ function createVuetify$1() {
|
|
35283
35286
|
};
|
35284
35287
|
});
|
35285
35288
|
}
|
35286
|
-
const version$1 = "3.9.3-master.2025-08-
|
35289
|
+
const version$1 = "3.9.3-master.2025-08-04";
|
35287
35290
|
createVuetify$1.version = version$1;
|
35288
35291
|
|
35289
35292
|
// Vue's inject() can only be used in setup
|
@@ -35581,7 +35584,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
35581
35584
|
|
35582
35585
|
/* eslint-disable local-rules/sort-imports */
|
35583
35586
|
|
35584
|
-
const version = "3.9.3-master.2025-08-
|
35587
|
+
const version = "3.9.3-master.2025-08-04";
|
35585
35588
|
|
35586
35589
|
/* eslint-disable local-rules/sort-imports */
|
35587
35590
|
|