@vuetify/nightly 3.9.3-master.2025-08-02 → 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 +8 -3
- package/dist/json/attributes.json +4001 -3997
- package/dist/json/importMap-labs.json +32 -32
- package/dist/json/importMap.json +158 -158
- package/dist/json/tags.json +1 -0
- package/dist/json/web-types.json +6836 -6827
- package/dist/vuetify-labs.cjs +22 -14
- package/dist/vuetify-labs.css +3841 -3840
- package/dist/vuetify-labs.d.ts +63 -58
- package/dist/vuetify-labs.esm.js +22 -14
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +22 -14
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +18 -13
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3353 -3352
- package/dist/vuetify.d.ts +58 -58
- package/dist/vuetify.esm.js +18 -13
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +18 -13
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +461 -460
- 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 +58 -58
- 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/lib/labs/rules/rules.d.ts +10 -3
- package/lib/labs/rules/rules.js +13 -5
- package/lib/labs/rules/rules.js.map +1 -1
- 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;
|
@@ -122917,35 +122922,35 @@ declare module 'vue' {
|
|
122917
122922
|
VAppBar: VAppBar
|
122918
122923
|
VAppBarNavIcon: VAppBarNavIcon
|
122919
122924
|
VAppBarTitle: VAppBarTitle
|
122920
|
-
VAlert: VAlert
|
122921
|
-
VAlertTitle: VAlertTitle
|
122922
122925
|
VAutocomplete: VAutocomplete
|
122923
|
-
VBadge: VBadge
|
122924
122926
|
VAvatar: VAvatar
|
122925
|
-
|
122926
|
-
|
122927
|
-
VBtn: VBtn
|
122927
|
+
VAlert: VAlert
|
122928
|
+
VAlertTitle: VAlertTitle
|
122928
122929
|
VBanner: VBanner
|
122929
122930
|
VBannerActions: VBannerActions
|
122930
122931
|
VBannerText: VBannerText
|
122931
|
-
|
122932
|
+
VBadge: VBadge
|
122932
122933
|
VBreadcrumbs: VBreadcrumbs
|
122933
122934
|
VBreadcrumbsItem: VBreadcrumbsItem
|
122934
122935
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
122935
|
-
|
122936
|
-
|
122936
|
+
VBtn: VBtn
|
122937
|
+
VBottomNavigation: VBottomNavigation
|
122937
122938
|
VBtnToggle: VBtnToggle
|
122938
|
-
VCheckbox: VCheckbox
|
122939
|
-
VCheckboxBtn: VCheckboxBtn
|
122940
|
-
VCode: VCode
|
122941
122939
|
VCard: VCard
|
122942
122940
|
VCardActions: VCardActions
|
122943
122941
|
VCardItem: VCardItem
|
122944
122942
|
VCardSubtitle: VCardSubtitle
|
122945
122943
|
VCardText: VCardText
|
122946
122944
|
VCardTitle: VCardTitle
|
122947
|
-
|
122945
|
+
VCarousel: VCarousel
|
122946
|
+
VCarouselItem: VCarouselItem
|
122947
|
+
VCheckbox: VCheckbox
|
122948
|
+
VCheckboxBtn: VCheckboxBtn
|
122948
122949
|
VChipGroup: VChipGroup
|
122950
|
+
VCode: VCode
|
122951
|
+
VChip: VChip
|
122952
|
+
VColorPicker: VColorPicker
|
122953
|
+
VCounter: VCounter
|
122949
122954
|
VDataTable: VDataTable
|
122950
122955
|
VDataTableHeaders: VDataTableHeaders
|
122951
122956
|
VDataTableFooter: VDataTableFooter
|
@@ -122953,8 +122958,6 @@ declare module 'vue' {
|
|
122953
122958
|
VDataTableRow: VDataTableRow
|
122954
122959
|
VDataTableVirtual: VDataTableVirtual
|
122955
122960
|
VDataTableServer: VDataTableServer
|
122956
|
-
VColorPicker: VColorPicker
|
122957
|
-
VCounter: VCounter
|
122958
122961
|
VDatePicker: VDatePicker
|
122959
122962
|
VDatePickerControls: VDatePickerControls
|
122960
122963
|
VDatePickerHeader: VDatePickerHeader
|
@@ -122962,31 +122965,29 @@ declare module 'vue' {
|
|
122962
122965
|
VDatePickerMonths: VDatePickerMonths
|
122963
122966
|
VDatePickerYears: VDatePickerYears
|
122964
122967
|
VDialog: VDialog
|
122965
|
-
VCombobox: VCombobox
|
122966
|
-
VEmptyState: VEmptyState
|
122967
122968
|
VDivider: VDivider
|
122969
|
+
VEmptyState: VEmptyState
|
122968
122970
|
VExpansionPanels: VExpansionPanels
|
122969
122971
|
VExpansionPanel: VExpansionPanel
|
122970
122972
|
VExpansionPanelText: VExpansionPanelText
|
122971
122973
|
VExpansionPanelTitle: VExpansionPanelTitle
|
122972
|
-
VFab: VFab
|
122973
|
-
VFileInput: VFileInput
|
122974
122974
|
VField: VField
|
122975
122975
|
VFieldLabel: VFieldLabel
|
122976
|
+
VFileInput: VFileInput
|
122976
122977
|
VFooter: VFooter
|
122977
|
-
VInfiniteScroll: VInfiniteScroll
|
122978
122978
|
VIcon: VIcon
|
122979
122979
|
VComponentIcon: VComponentIcon
|
122980
122980
|
VSvgIcon: VSvgIcon
|
122981
122981
|
VLigatureIcon: VLigatureIcon
|
122982
122982
|
VClassIcon: VClassIcon
|
122983
|
+
VImg: VImg
|
122984
|
+
VFab: VFab
|
122985
|
+
VInfiniteScroll: VInfiniteScroll
|
122986
|
+
VItemGroup: VItemGroup
|
122987
|
+
VItem: VItem
|
122983
122988
|
VInput: VInput
|
122984
122989
|
VKbd: VKbd
|
122985
|
-
VImg: VImg
|
122986
|
-
VMenu: VMenu
|
122987
|
-
VMain: VMain
|
122988
122990
|
VLabel: VLabel
|
122989
|
-
VMessages: VMessages
|
122990
122991
|
VList: VList
|
122991
122992
|
VListGroup: VListGroup
|
122992
122993
|
VListImg: VListImg
|
@@ -122996,76 +122997,81 @@ declare module 'vue' {
|
|
122996
122997
|
VListItemSubtitle: VListItemSubtitle
|
122997
122998
|
VListItemTitle: VListItemTitle
|
122998
122999
|
VListSubheader: VListSubheader
|
122999
|
-
|
123000
|
+
VMain: VMain
|
123001
|
+
VMenu: VMenu
|
123002
|
+
VMessages: VMessages
|
123003
|
+
VNavigationDrawer: VNavigationDrawer
|
123004
|
+
VOtpInput: VOtpInput
|
123000
123005
|
VOverlay: VOverlay
|
123001
|
-
VItemGroup: VItemGroup
|
123002
|
-
VItem: VItem
|
123003
123006
|
VPagination: VPagination
|
123007
|
+
VNumberInput: VNumberInput
|
123004
123008
|
VProgressCircular: VProgressCircular
|
123005
123009
|
VProgressLinear: VProgressLinear
|
123006
|
-
VOtpInput: VOtpInput
|
123007
|
-
VRating: VRating
|
123008
123010
|
VRadioGroup: VRadioGroup
|
123009
|
-
|
123011
|
+
VRating: VRating
|
123010
123012
|
VSelect: VSelect
|
123011
123013
|
VSelectionControl: VSelectionControl
|
123012
123014
|
VSelectionControlGroup: VSelectionControlGroup
|
123013
|
-
VSkeletonLoader: VSkeletonLoader
|
123014
123015
|
VSheet: VSheet
|
123016
|
+
VSkeletonLoader: VSkeletonLoader
|
123015
123017
|
VSlideGroup: VSlideGroup
|
123016
123018
|
VSlideGroupItem: VSlideGroupItem
|
123019
|
+
VSlider: VSlider
|
123017
123020
|
VStepper: VStepper
|
123018
123021
|
VStepperActions: VStepperActions
|
123019
123022
|
VStepperHeader: VStepperHeader
|
123020
123023
|
VStepperItem: VStepperItem
|
123021
123024
|
VStepperWindow: VStepperWindow
|
123022
123025
|
VStepperWindowItem: VStepperWindowItem
|
123023
|
-
|
123026
|
+
VTable: VTable
|
123024
123027
|
VSystemBar: VSystemBar
|
123025
123028
|
VTab: VTab
|
123026
123029
|
VTabs: VTabs
|
123027
123030
|
VTabsWindow: VTabsWindow
|
123028
123031
|
VTabsWindowItem: VTabsWindowItem
|
123029
|
-
VSwitch: VSwitch
|
123030
|
-
VTable: VTable
|
123031
|
-
VTextField: VTextField
|
123032
123032
|
VTextarea: VTextarea
|
123033
|
+
VTextField: VTextField
|
123033
123034
|
VTimeline: VTimeline
|
123034
123035
|
VTimelineItem: VTimelineItem
|
123035
|
-
VTooltip: VTooltip
|
123036
123036
|
VTimePicker: VTimePicker
|
123037
123037
|
VTimePickerClock: VTimePickerClock
|
123038
123038
|
VTimePickerControls: VTimePickerControls
|
123039
|
-
VTreeview: VTreeview
|
123040
|
-
VTreeviewItem: VTreeviewItem
|
123041
|
-
VTreeviewGroup: VTreeviewGroup
|
123042
123039
|
VToolbar: VToolbar
|
123043
123040
|
VToolbarTitle: VToolbarTitle
|
123044
123041
|
VToolbarItems: VToolbarItems
|
123042
|
+
VTreeview: VTreeview
|
123043
|
+
VTreeviewItem: VTreeviewItem
|
123044
|
+
VTreeviewGroup: VTreeviewGroup
|
123045
|
+
VTooltip: VTooltip
|
123045
123046
|
VWindow: VWindow
|
123046
123047
|
VWindowItem: VWindowItem
|
123047
|
-
|
123048
|
+
VBtnGroup: VBtnGroup
|
123049
|
+
VDataIterator: VDataIterator
|
123050
|
+
VConfirmEdit: VConfirmEdit
|
123048
123051
|
VDefaultsProvider: VDefaultsProvider
|
123052
|
+
VForm: VForm
|
123049
123053
|
VContainer: VContainer
|
123050
123054
|
VCol: VCol
|
123051
123055
|
VRow: VRow
|
123052
123056
|
VSpacer: VSpacer
|
123053
|
-
VForm: VForm
|
123054
123057
|
VLayout: VLayout
|
123055
123058
|
VLayoutItem: VLayoutItem
|
123056
|
-
VHover: VHover
|
123057
123059
|
VLazy: VLazy
|
123058
|
-
|
123060
|
+
VHover: VHover
|
123059
123061
|
VNoSsr: VNoSsr
|
123062
|
+
VLocaleProvider: VLocaleProvider
|
123060
123063
|
VParallax: VParallax
|
123064
|
+
VRangeSlider: VRangeSlider
|
123061
123065
|
VRadio: VRadio
|
123066
|
+
VCombobox: VCombobox
|
123067
|
+
VSparkline: VSparkline
|
123062
123068
|
VResponsive: VResponsive
|
123063
|
-
|
123069
|
+
VSpeedDial: VSpeedDial
|
123070
|
+
VSwitch: VSwitch
|
123064
123071
|
VSnackbarQueue: VSnackbarQueue
|
123065
|
-
VSparkline: VSparkline
|
123066
123072
|
VThemeProvider: VThemeProvider
|
123067
|
-
VValidation: VValidation
|
123068
123073
|
VVirtualScroll: VVirtualScroll
|
123074
|
+
VValidation: VValidation
|
123069
123075
|
VFabTransition: VFabTransition
|
123070
123076
|
VDialogBottomTransition: VDialogBottomTransition
|
123071
123077
|
VDialogTopTransition: VDialogTopTransition
|
@@ -123082,32 +123088,31 @@ declare module 'vue' {
|
|
123082
123088
|
VExpandTransition: VExpandTransition
|
123083
123089
|
VExpandXTransition: VExpandXTransition
|
123084
123090
|
VDialogTransition: VDialogTransition
|
123085
|
-
|
123086
|
-
|
123087
|
-
VDataIterator: VDataIterator
|
123088
|
-
VFileUpload: VFileUpload
|
123089
|
-
VFileUploadItem: VFileUploadItem
|
123091
|
+
VSnackbar: VSnackbar
|
123092
|
+
VBottomSheet: VBottomSheet
|
123090
123093
|
VCalendar: VCalendar
|
123091
123094
|
VCalendarDay: VCalendarDay
|
123092
123095
|
VCalendarHeader: VCalendarHeader
|
123093
123096
|
VCalendarInterval: VCalendarInterval
|
123094
123097
|
VCalendarIntervalEvent: VCalendarIntervalEvent
|
123095
123098
|
VCalendarMonthDay: VCalendarMonthDay
|
123096
|
-
VPicker: VPicker
|
123097
|
-
VPickerTitle: VPickerTitle
|
123098
123099
|
VColorInput: VColorInput
|
123099
|
-
|
123100
|
-
VVideo: VVideo
|
123101
|
-
VVideoControls: VVideoControls
|
123102
|
-
VVideoVolume: VVideoVolume
|
123100
|
+
VIconBtn: VIconBtn
|
123103
123101
|
VPie: VPie
|
123104
123102
|
VPieSegment: VPieSegment
|
123105
123103
|
VPieTooltip: VPieTooltip
|
123104
|
+
VVideo: VVideo
|
123105
|
+
VVideoControls: VVideoControls
|
123106
|
+
VVideoVolume: VVideoVolume
|
123106
123107
|
VStepperVertical: VStepperVertical
|
123107
123108
|
VStepperVerticalItem: VStepperVerticalItem
|
123108
123109
|
VStepperVerticalActions: VStepperVerticalActions
|
123110
|
+
VPicker: VPicker
|
123111
|
+
VPickerTitle: VPickerTitle
|
123112
|
+
VHotkey: VHotkey
|
123113
|
+
VFileUpload: VFileUpload
|
123114
|
+
VFileUploadItem: VFileUploadItem
|
123109
123115
|
VDateInput: VDateInput
|
123110
|
-
VIconBtn: VIconBtn
|
123111
123116
|
VMaskInput: VMaskInput
|
123112
123117
|
VPullToRefresh: VPullToRefresh
|
123113
123118
|
}
|
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
|
*/
|
@@ -7096,9 +7096,14 @@ function useForm(props) {
|
|
7096
7096
|
// Utilities
|
7097
7097
|
const RulesSymbol = Symbol.for('vuetify:rules');
|
7098
7098
|
function useRules(fn) {
|
7099
|
-
const
|
7100
|
-
if (!
|
7101
|
-
|
7099
|
+
const rules = inject$1(RulesSymbol, null);
|
7100
|
+
if (!fn) {
|
7101
|
+
if (!rules) {
|
7102
|
+
throw new Error('Could not find Vuetify rules injection');
|
7103
|
+
}
|
7104
|
+
return rules.aliases;
|
7105
|
+
}
|
7106
|
+
return rules?.resolve(fn) ?? toRef(fn);
|
7102
7107
|
}
|
7103
7108
|
|
7104
7109
|
// Composables
|
@@ -10924,11 +10929,11 @@ function closeScrollStrategy(data) {
|
|
10924
10929
|
function onScroll(e) {
|
10925
10930
|
data.isActive.value = false;
|
10926
10931
|
}
|
10927
|
-
bindScroll(data.target.value
|
10932
|
+
bindScroll(getTargetEl(data.target.value, data.contentEl.value), onScroll);
|
10928
10933
|
}
|
10929
10934
|
function blockScrollStrategy(data, props) {
|
10930
10935
|
const offsetParent = data.root.value?.offsetParent;
|
10931
|
-
const target =
|
10936
|
+
const target = getTargetEl(data.target.value, data.contentEl.value);
|
10932
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'));
|
10933
10938
|
const scrollbarWidth = window.innerWidth - document.documentElement.offsetWidth;
|
10934
10939
|
const scrollableParent = (el => hasScrollbar(el) && el)(offsetParent || document.documentElement);
|
@@ -10976,7 +10981,7 @@ function repositionScrollStrategy(data, props, scope) {
|
|
10976
10981
|
}
|
10977
10982
|
ric = (typeof requestIdleCallback === 'undefined' ? cb => cb() : requestIdleCallback)(() => {
|
10978
10983
|
scope.run(() => {
|
10979
|
-
bindScroll(data.target.value
|
10984
|
+
bindScroll(getTargetEl(data.target.value, data.contentEl.value), e => {
|
10980
10985
|
if (slow) {
|
10981
10986
|
// If the position calculation is slow,
|
10982
10987
|
// defer updates until scrolling is finished.
|
@@ -10999,10 +11004,10 @@ function repositionScrollStrategy(data, props, scope) {
|
|
10999
11004
|
cancelAnimationFrame(raf);
|
11000
11005
|
});
|
11001
11006
|
}
|
11002
|
-
|
11003
|
-
|
11004
|
-
|
11005
|
-
|
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) {
|
11006
11011
|
const scrollElements = [document, ...getScrollParents(el)];
|
11007
11012
|
scrollElements.forEach(el => {
|
11008
11013
|
el.addEventListener('scroll', onScroll, {
|
@@ -34448,6 +34453,7 @@ const VVideoControls = genericComponent()({
|
|
34448
34453
|
|
34449
34454
|
const allowedVariants = ['background', 'player'];
|
34450
34455
|
const makeVVideoProps = propsFactory({
|
34456
|
+
aspectRatio: [String, Number],
|
34451
34457
|
autoplay: Boolean,
|
34452
34458
|
muted: Boolean,
|
34453
34459
|
eager: Boolean,
|
@@ -34764,7 +34770,9 @@ const VVideo = genericComponent()({
|
|
34764
34770
|
"class": normalizeClass(['v-video', `v-video--variant-${props.variant}`, `v-video--${state.value}`, {
|
34765
34771
|
'v-video--playing': playing.value
|
34766
34772
|
}, themeClasses.value, densityClasses.value, roundedContainerClasses.value, props.class]),
|
34767
|
-
"style": normalizeStyle([
|
34773
|
+
"style": normalizeStyle([{
|
34774
|
+
'--v-video-aspect-ratio': props.aspectRatio
|
34775
|
+
}, props.variant === 'background' ? [] : pick(dimensionStyles.value, ['width', 'minWidth', 'maxWidth']), props.style]),
|
34768
34776
|
"onKeydown": onKeydown,
|
34769
34777
|
"onClick": onClick
|
34770
34778
|
}, [createElementVNode("div", {
|
@@ -35278,7 +35286,7 @@ function createVuetify$1() {
|
|
35278
35286
|
};
|
35279
35287
|
});
|
35280
35288
|
}
|
35281
|
-
const version$1 = "3.9.3-master.2025-08-
|
35289
|
+
const version$1 = "3.9.3-master.2025-08-04";
|
35282
35290
|
createVuetify$1.version = version$1;
|
35283
35291
|
|
35284
35292
|
// Vue's inject() can only be used in setup
|
@@ -35576,7 +35584,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
35576
35584
|
|
35577
35585
|
/* eslint-disable local-rules/sort-imports */
|
35578
35586
|
|
35579
|
-
const version = "3.9.3-master.2025-08-
|
35587
|
+
const version = "3.9.3-master.2025-08-04";
|
35580
35588
|
|
35581
35589
|
/* eslint-disable local-rules/sort-imports */
|
35582
35590
|
|