@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.d.ts
CHANGED
@@ -95418,35 +95418,35 @@ declare module 'vue' {
|
|
95418
95418
|
VAppBar: VAppBar
|
95419
95419
|
VAppBarNavIcon: VAppBarNavIcon
|
95420
95420
|
VAppBarTitle: VAppBarTitle
|
95421
|
-
VAlert: VAlert
|
95422
|
-
VAlertTitle: VAlertTitle
|
95423
95421
|
VAutocomplete: VAutocomplete
|
95424
|
-
VBadge: VBadge
|
95425
95422
|
VAvatar: VAvatar
|
95426
|
-
|
95427
|
-
|
95428
|
-
VBtn: VBtn
|
95423
|
+
VAlert: VAlert
|
95424
|
+
VAlertTitle: VAlertTitle
|
95429
95425
|
VBanner: VBanner
|
95430
95426
|
VBannerActions: VBannerActions
|
95431
95427
|
VBannerText: VBannerText
|
95432
|
-
|
95428
|
+
VBadge: VBadge
|
95433
95429
|
VBreadcrumbs: VBreadcrumbs
|
95434
95430
|
VBreadcrumbsItem: VBreadcrumbsItem
|
95435
95431
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
95436
|
-
|
95437
|
-
|
95432
|
+
VBtn: VBtn
|
95433
|
+
VBottomNavigation: VBottomNavigation
|
95438
95434
|
VBtnToggle: VBtnToggle
|
95439
|
-
VCheckbox: VCheckbox
|
95440
|
-
VCheckboxBtn: VCheckboxBtn
|
95441
|
-
VCode: VCode
|
95442
95435
|
VCard: VCard
|
95443
95436
|
VCardActions: VCardActions
|
95444
95437
|
VCardItem: VCardItem
|
95445
95438
|
VCardSubtitle: VCardSubtitle
|
95446
95439
|
VCardText: VCardText
|
95447
95440
|
VCardTitle: VCardTitle
|
95448
|
-
|
95441
|
+
VCarousel: VCarousel
|
95442
|
+
VCarouselItem: VCarouselItem
|
95443
|
+
VCheckbox: VCheckbox
|
95444
|
+
VCheckboxBtn: VCheckboxBtn
|
95449
95445
|
VChipGroup: VChipGroup
|
95446
|
+
VCode: VCode
|
95447
|
+
VChip: VChip
|
95448
|
+
VColorPicker: VColorPicker
|
95449
|
+
VCounter: VCounter
|
95450
95450
|
VDataTable: VDataTable
|
95451
95451
|
VDataTableHeaders: VDataTableHeaders
|
95452
95452
|
VDataTableFooter: VDataTableFooter
|
@@ -95454,8 +95454,6 @@ declare module 'vue' {
|
|
95454
95454
|
VDataTableRow: VDataTableRow
|
95455
95455
|
VDataTableVirtual: VDataTableVirtual
|
95456
95456
|
VDataTableServer: VDataTableServer
|
95457
|
-
VColorPicker: VColorPicker
|
95458
|
-
VCounter: VCounter
|
95459
95457
|
VDatePicker: VDatePicker
|
95460
95458
|
VDatePickerControls: VDatePickerControls
|
95461
95459
|
VDatePickerHeader: VDatePickerHeader
|
@@ -95463,31 +95461,29 @@ declare module 'vue' {
|
|
95463
95461
|
VDatePickerMonths: VDatePickerMonths
|
95464
95462
|
VDatePickerYears: VDatePickerYears
|
95465
95463
|
VDialog: VDialog
|
95466
|
-
VCombobox: VCombobox
|
95467
|
-
VEmptyState: VEmptyState
|
95468
95464
|
VDivider: VDivider
|
95465
|
+
VEmptyState: VEmptyState
|
95469
95466
|
VExpansionPanels: VExpansionPanels
|
95470
95467
|
VExpansionPanel: VExpansionPanel
|
95471
95468
|
VExpansionPanelText: VExpansionPanelText
|
95472
95469
|
VExpansionPanelTitle: VExpansionPanelTitle
|
95473
|
-
VFab: VFab
|
95474
|
-
VFileInput: VFileInput
|
95475
95470
|
VField: VField
|
95476
95471
|
VFieldLabel: VFieldLabel
|
95472
|
+
VFileInput: VFileInput
|
95477
95473
|
VFooter: VFooter
|
95478
|
-
VInfiniteScroll: VInfiniteScroll
|
95479
95474
|
VIcon: VIcon
|
95480
95475
|
VComponentIcon: VComponentIcon
|
95481
95476
|
VSvgIcon: VSvgIcon
|
95482
95477
|
VLigatureIcon: VLigatureIcon
|
95483
95478
|
VClassIcon: VClassIcon
|
95479
|
+
VImg: VImg
|
95480
|
+
VFab: VFab
|
95481
|
+
VInfiniteScroll: VInfiniteScroll
|
95482
|
+
VItemGroup: VItemGroup
|
95483
|
+
VItem: VItem
|
95484
95484
|
VInput: VInput
|
95485
95485
|
VKbd: VKbd
|
95486
|
-
VImg: VImg
|
95487
|
-
VMenu: VMenu
|
95488
|
-
VMain: VMain
|
95489
95486
|
VLabel: VLabel
|
95490
|
-
VMessages: VMessages
|
95491
95487
|
VList: VList
|
95492
95488
|
VListGroup: VListGroup
|
95493
95489
|
VListImg: VListImg
|
@@ -95497,76 +95493,81 @@ declare module 'vue' {
|
|
95497
95493
|
VListItemSubtitle: VListItemSubtitle
|
95498
95494
|
VListItemTitle: VListItemTitle
|
95499
95495
|
VListSubheader: VListSubheader
|
95500
|
-
|
95496
|
+
VMain: VMain
|
95497
|
+
VMenu: VMenu
|
95498
|
+
VMessages: VMessages
|
95499
|
+
VNavigationDrawer: VNavigationDrawer
|
95500
|
+
VOtpInput: VOtpInput
|
95501
95501
|
VOverlay: VOverlay
|
95502
|
-
VItemGroup: VItemGroup
|
95503
|
-
VItem: VItem
|
95504
95502
|
VPagination: VPagination
|
95503
|
+
VNumberInput: VNumberInput
|
95505
95504
|
VProgressCircular: VProgressCircular
|
95506
95505
|
VProgressLinear: VProgressLinear
|
95507
|
-
VOtpInput: VOtpInput
|
95508
|
-
VRating: VRating
|
95509
95506
|
VRadioGroup: VRadioGroup
|
95510
|
-
|
95507
|
+
VRating: VRating
|
95511
95508
|
VSelect: VSelect
|
95512
95509
|
VSelectionControl: VSelectionControl
|
95513
95510
|
VSelectionControlGroup: VSelectionControlGroup
|
95514
|
-
VSkeletonLoader: VSkeletonLoader
|
95515
95511
|
VSheet: VSheet
|
95512
|
+
VSkeletonLoader: VSkeletonLoader
|
95516
95513
|
VSlideGroup: VSlideGroup
|
95517
95514
|
VSlideGroupItem: VSlideGroupItem
|
95515
|
+
VSlider: VSlider
|
95518
95516
|
VStepper: VStepper
|
95519
95517
|
VStepperActions: VStepperActions
|
95520
95518
|
VStepperHeader: VStepperHeader
|
95521
95519
|
VStepperItem: VStepperItem
|
95522
95520
|
VStepperWindow: VStepperWindow
|
95523
95521
|
VStepperWindowItem: VStepperWindowItem
|
95524
|
-
|
95522
|
+
VTable: VTable
|
95525
95523
|
VSystemBar: VSystemBar
|
95526
95524
|
VTab: VTab
|
95527
95525
|
VTabs: VTabs
|
95528
95526
|
VTabsWindow: VTabsWindow
|
95529
95527
|
VTabsWindowItem: VTabsWindowItem
|
95530
|
-
VSwitch: VSwitch
|
95531
|
-
VTable: VTable
|
95532
|
-
VTextField: VTextField
|
95533
95528
|
VTextarea: VTextarea
|
95529
|
+
VTextField: VTextField
|
95534
95530
|
VTimeline: VTimeline
|
95535
95531
|
VTimelineItem: VTimelineItem
|
95536
|
-
VTooltip: VTooltip
|
95537
95532
|
VTimePicker: VTimePicker
|
95538
95533
|
VTimePickerClock: VTimePickerClock
|
95539
95534
|
VTimePickerControls: VTimePickerControls
|
95540
|
-
VTreeview: VTreeview
|
95541
|
-
VTreeviewItem: VTreeviewItem
|
95542
|
-
VTreeviewGroup: VTreeviewGroup
|
95543
95535
|
VToolbar: VToolbar
|
95544
95536
|
VToolbarTitle: VToolbarTitle
|
95545
95537
|
VToolbarItems: VToolbarItems
|
95538
|
+
VTreeview: VTreeview
|
95539
|
+
VTreeviewItem: VTreeviewItem
|
95540
|
+
VTreeviewGroup: VTreeviewGroup
|
95541
|
+
VTooltip: VTooltip
|
95546
95542
|
VWindow: VWindow
|
95547
95543
|
VWindowItem: VWindowItem
|
95548
|
-
|
95544
|
+
VBtnGroup: VBtnGroup
|
95545
|
+
VDataIterator: VDataIterator
|
95546
|
+
VConfirmEdit: VConfirmEdit
|
95549
95547
|
VDefaultsProvider: VDefaultsProvider
|
95548
|
+
VForm: VForm
|
95550
95549
|
VContainer: VContainer
|
95551
95550
|
VCol: VCol
|
95552
95551
|
VRow: VRow
|
95553
95552
|
VSpacer: VSpacer
|
95554
|
-
VForm: VForm
|
95555
95553
|
VLayout: VLayout
|
95556
95554
|
VLayoutItem: VLayoutItem
|
95557
|
-
VHover: VHover
|
95558
95555
|
VLazy: VLazy
|
95559
|
-
|
95556
|
+
VHover: VHover
|
95560
95557
|
VNoSsr: VNoSsr
|
95558
|
+
VLocaleProvider: VLocaleProvider
|
95561
95559
|
VParallax: VParallax
|
95560
|
+
VRangeSlider: VRangeSlider
|
95562
95561
|
VRadio: VRadio
|
95562
|
+
VCombobox: VCombobox
|
95563
|
+
VSparkline: VSparkline
|
95563
95564
|
VResponsive: VResponsive
|
95564
|
-
|
95565
|
+
VSpeedDial: VSpeedDial
|
95566
|
+
VSwitch: VSwitch
|
95565
95567
|
VSnackbarQueue: VSnackbarQueue
|
95566
|
-
VSparkline: VSparkline
|
95567
95568
|
VThemeProvider: VThemeProvider
|
95568
|
-
VValidation: VValidation
|
95569
95569
|
VVirtualScroll: VVirtualScroll
|
95570
|
+
VValidation: VValidation
|
95570
95571
|
VFabTransition: VFabTransition
|
95571
95572
|
VDialogBottomTransition: VDialogBottomTransition
|
95572
95573
|
VDialogTopTransition: VDialogTopTransition
|
@@ -95583,32 +95584,31 @@ declare module 'vue' {
|
|
95583
95584
|
VExpandTransition: VExpandTransition
|
95584
95585
|
VExpandXTransition: VExpandXTransition
|
95585
95586
|
VDialogTransition: VDialogTransition
|
95586
|
-
|
95587
|
-
|
95588
|
-
VDataIterator: VDataIterator
|
95589
|
-
VFileUpload: VFileUpload
|
95590
|
-
VFileUploadItem: VFileUploadItem
|
95587
|
+
VSnackbar: VSnackbar
|
95588
|
+
VBottomSheet: VBottomSheet
|
95591
95589
|
VCalendar: VCalendar
|
95592
95590
|
VCalendarDay: VCalendarDay
|
95593
95591
|
VCalendarHeader: VCalendarHeader
|
95594
95592
|
VCalendarInterval: VCalendarInterval
|
95595
95593
|
VCalendarIntervalEvent: VCalendarIntervalEvent
|
95596
95594
|
VCalendarMonthDay: VCalendarMonthDay
|
95597
|
-
VPicker: VPicker
|
95598
|
-
VPickerTitle: VPickerTitle
|
95599
95595
|
VColorInput: VColorInput
|
95600
|
-
|
95601
|
-
VVideo: VVideo
|
95602
|
-
VVideoControls: VVideoControls
|
95603
|
-
VVideoVolume: VVideoVolume
|
95596
|
+
VIconBtn: VIconBtn
|
95604
95597
|
VPie: VPie
|
95605
95598
|
VPieSegment: VPieSegment
|
95606
95599
|
VPieTooltip: VPieTooltip
|
95600
|
+
VVideo: VVideo
|
95601
|
+
VVideoControls: VVideoControls
|
95602
|
+
VVideoVolume: VVideoVolume
|
95607
95603
|
VStepperVertical: VStepperVertical
|
95608
95604
|
VStepperVerticalItem: VStepperVerticalItem
|
95609
95605
|
VStepperVerticalActions: VStepperVerticalActions
|
95606
|
+
VPicker: VPicker
|
95607
|
+
VPickerTitle: VPickerTitle
|
95608
|
+
VHotkey: VHotkey
|
95609
|
+
VFileUpload: VFileUpload
|
95610
|
+
VFileUploadItem: VFileUploadItem
|
95610
95611
|
VDateInput: VDateInput
|
95611
|
-
VIconBtn: VIconBtn
|
95612
95612
|
VMaskInput: VMaskInput
|
95613
95613
|
VPullToRefresh: VPullToRefresh
|
95614
95614
|
}
|
package/dist/vuetify.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
|
*/
|
@@ -7336,9 +7336,14 @@ function useForm(props) {
|
|
7336
7336
|
// Utilities
|
7337
7337
|
const RulesSymbol = Symbol.for('vuetify:rules');
|
7338
7338
|
function useRules(fn) {
|
7339
|
-
const
|
7340
|
-
if (!
|
7341
|
-
|
7339
|
+
const rules = inject$1(RulesSymbol, null);
|
7340
|
+
if (!fn) {
|
7341
|
+
if (!rules) {
|
7342
|
+
throw new Error('Could not find Vuetify rules injection');
|
7343
|
+
}
|
7344
|
+
return rules.aliases;
|
7345
|
+
}
|
7346
|
+
return rules?.resolve(fn) ?? toRef(fn);
|
7342
7347
|
}
|
7343
7348
|
|
7344
7349
|
// Composables
|
@@ -11164,11 +11169,11 @@ function closeScrollStrategy(data) {
|
|
11164
11169
|
function onScroll(e) {
|
11165
11170
|
data.isActive.value = false;
|
11166
11171
|
}
|
11167
|
-
bindScroll(data.target.value
|
11172
|
+
bindScroll(getTargetEl(data.target.value, data.contentEl.value), onScroll);
|
11168
11173
|
}
|
11169
11174
|
function blockScrollStrategy(data, props) {
|
11170
11175
|
const offsetParent = data.root.value?.offsetParent;
|
11171
|
-
const target =
|
11176
|
+
const target = getTargetEl(data.target.value, data.contentEl.value);
|
11172
11177
|
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'));
|
11173
11178
|
const scrollbarWidth = window.innerWidth - document.documentElement.offsetWidth;
|
11174
11179
|
const scrollableParent = (el => hasScrollbar(el) && el)(offsetParent || document.documentElement);
|
@@ -11216,7 +11221,7 @@ function repositionScrollStrategy(data, props, scope) {
|
|
11216
11221
|
}
|
11217
11222
|
ric = (typeof requestIdleCallback === 'undefined' ? cb => cb() : requestIdleCallback)(() => {
|
11218
11223
|
scope.run(() => {
|
11219
|
-
bindScroll(data.target.value
|
11224
|
+
bindScroll(getTargetEl(data.target.value, data.contentEl.value), e => {
|
11220
11225
|
if (slow) {
|
11221
11226
|
// If the position calculation is slow,
|
11222
11227
|
// defer updates until scrolling is finished.
|
@@ -11239,10 +11244,10 @@ function repositionScrollStrategy(data, props, scope) {
|
|
11239
11244
|
cancelAnimationFrame(raf);
|
11240
11245
|
});
|
11241
11246
|
}
|
11242
|
-
|
11243
|
-
|
11244
|
-
|
11245
|
-
|
11247
|
+
function getTargetEl(target, contentEl) {
|
11248
|
+
return Array.isArray(target) ? document.elementsFromPoint(...target).find(el => !contentEl?.contains(el)) : target ?? contentEl;
|
11249
|
+
}
|
11250
|
+
function bindScroll(el, onScroll) {
|
11246
11251
|
const scrollElements = [document, ...getScrollParents(el)];
|
11247
11252
|
scrollElements.forEach(el => {
|
11248
11253
|
el.addEventListener('scroll', onScroll, {
|
@@ -31578,7 +31583,7 @@ function createVuetify$1() {
|
|
31578
31583
|
};
|
31579
31584
|
});
|
31580
31585
|
}
|
31581
|
-
const version$1 = "3.9.3-master.2025-08-
|
31586
|
+
const version$1 = "3.9.3-master.2025-08-04";
|
31582
31587
|
createVuetify$1.version = version$1;
|
31583
31588
|
|
31584
31589
|
// Vue's inject() can only be used in setup
|
@@ -31603,7 +31608,7 @@ const createVuetify = function () {
|
|
31603
31608
|
...options
|
31604
31609
|
});
|
31605
31610
|
};
|
31606
|
-
const version = "3.9.3-master.2025-08-
|
31611
|
+
const version = "3.9.3-master.2025-08-04";
|
31607
31612
|
createVuetify.version = version;
|
31608
31613
|
|
31609
31614
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useHotkey, useLayout, useLocale, useRtl, useTheme, version };
|