@vuetify/nightly 3.9.0-dev.2025-07-08 → 3.9.0-master.2025-07-09
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 +12 -3
- package/dist/json/attributes.json +1013 -1013
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +158 -158
- package/dist/json/web-types.json +1858 -1858
- package/dist/vuetify-labs.cjs +23 -23
- package/dist/vuetify-labs.css +5307 -5307
- package/dist/vuetify-labs.d.ts +56 -56
- package/dist/vuetify-labs.esm.js +23 -23
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +23 -23
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +15 -15
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +4620 -4620
- package/dist/vuetify.d.ts +56 -56
- package/dist/vuetify.esm.js +15 -15
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +15 -15
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +8 -8
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDataTable/VDataTableFooter.js +7 -7
- package/lib/components/VDataTable/VDataTableFooter.js.map +1 -1
- package/lib/components/VFileInput/VFileInput.js +1 -1
- package/lib/components/VFileInput/VFileInput.js.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.js +2 -2
- package/lib/components/VOtpInput/VOtpInput.js.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.js +1 -1
- package/lib/components/VSnackbar/VSnackbar.js.map +1 -1
- package/lib/components/VTreeview/VTreeview.js +1 -1
- package/lib/components/VTreeview/VTreeview.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/entry-bundler.js.map +1 -1
- package/lib/framework.d.ts +56 -56
- package/lib/framework.js +1 -1
- package/lib/framework.js.map +1 -1
- package/lib/labs/VColorInput/VColorInput.js +1 -1
- package/lib/labs/VColorInput/VColorInput.js.map +1 -1
- package/lib/labs/VDateInput/VDateInput.js +1 -1
- package/lib/labs/VDateInput/VDateInput.js.map +1 -1
- package/lib/labs/VFileUpload/VFileUpload.js +1 -1
- package/lib/labs/VFileUpload/VFileUpload.js.map +1 -1
- package/lib/labs/VStepperVertical/VStepperVertical.js +4 -4
- package/lib/labs/VStepperVertical/VStepperVertical.js.map +1 -1
- package/lib/labs/VStepperVertical/VStepperVerticalItem.js +1 -1
- package/lib/labs/VStepperVertical/VStepperVerticalItem.js.map +1 -1
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -93573,41 +93573,42 @@ declare module 'vue' {
|
|
93573
93573
|
$children?: VNodeChild
|
93574
93574
|
}
|
93575
93575
|
export interface GlobalComponents {
|
93576
|
-
VApp: VApp
|
93577
|
-
VAlert: VAlert
|
93578
|
-
VAlertTitle: VAlertTitle
|
93579
93576
|
VAppBar: VAppBar
|
93580
93577
|
VAppBarNavIcon: VAppBarNavIcon
|
93581
93578
|
VAppBarTitle: VAppBarTitle
|
93579
|
+
VAlert: VAlert
|
93580
|
+
VAlertTitle: VAlertTitle
|
93581
|
+
VApp: VApp
|
93582
93582
|
VAvatar: VAvatar
|
93583
93583
|
VAutocomplete: VAutocomplete
|
93584
|
-
|
93585
|
-
VBreadcrumbs: VBreadcrumbs
|
93586
|
-
VBreadcrumbsItem: VBreadcrumbsItem
|
93587
|
-
VBreadcrumbsDivider: VBreadcrumbsDivider
|
93584
|
+
VBadge: VBadge
|
93588
93585
|
VBottomNavigation: VBottomNavigation
|
93589
|
-
VBtnGroup: VBtnGroup
|
93590
93586
|
VBanner: VBanner
|
93591
93587
|
VBannerActions: VBannerActions
|
93592
93588
|
VBannerText: VBannerText
|
93593
|
-
|
93594
|
-
|
93595
|
-
|
93596
|
-
|
93589
|
+
VBreadcrumbs: VBreadcrumbs
|
93590
|
+
VBreadcrumbsItem: VBreadcrumbsItem
|
93591
|
+
VBreadcrumbsDivider: VBreadcrumbsDivider
|
93592
|
+
VBottomSheet: VBottomSheet
|
93597
93593
|
VCheckbox: VCheckbox
|
93598
93594
|
VCheckboxBtn: VCheckboxBtn
|
93599
|
-
|
93595
|
+
VBtnToggle: VBtnToggle
|
93600
93596
|
VCard: VCard
|
93601
93597
|
VCardActions: VCardActions
|
93602
93598
|
VCardItem: VCardItem
|
93603
93599
|
VCardSubtitle: VCardSubtitle
|
93604
93600
|
VCardText: VCardText
|
93605
93601
|
VCardTitle: VCardTitle
|
93606
|
-
|
93602
|
+
VBtnGroup: VBtnGroup
|
93603
|
+
VCarousel: VCarousel
|
93604
|
+
VCarouselItem: VCarouselItem
|
93605
|
+
VChipGroup: VChipGroup
|
93606
|
+
VColorPicker: VColorPicker
|
93607
93607
|
VChip: VChip
|
93608
|
+
VBtn: VBtn
|
93608
93609
|
VCode: VCode
|
93609
|
-
VCombobox: VCombobox
|
93610
93610
|
VCounter: VCounter
|
93611
|
+
VCombobox: VCombobox
|
93611
93612
|
VDataTable: VDataTable
|
93612
93613
|
VDataTableHeaders: VDataTableHeaders
|
93613
93614
|
VDataTableFooter: VDataTableFooter
|
@@ -93616,35 +93617,36 @@ declare module 'vue' {
|
|
93616
93617
|
VDataTableVirtual: VDataTableVirtual
|
93617
93618
|
VDataTableServer: VDataTableServer
|
93618
93619
|
VDialog: VDialog
|
93619
|
-
VColorPicker: VColorPicker
|
93620
|
-
VDivider: VDivider
|
93621
93620
|
VDatePicker: VDatePicker
|
93622
93621
|
VDatePickerControls: VDatePickerControls
|
93623
93622
|
VDatePickerHeader: VDatePickerHeader
|
93624
93623
|
VDatePickerMonth: VDatePickerMonth
|
93625
93624
|
VDatePickerMonths: VDatePickerMonths
|
93626
93625
|
VDatePickerYears: VDatePickerYears
|
93626
|
+
VDivider: VDivider
|
93627
|
+
VFab: VFab
|
93627
93628
|
VExpansionPanels: VExpansionPanels
|
93628
93629
|
VExpansionPanel: VExpansionPanel
|
93629
93630
|
VExpansionPanelText: VExpansionPanelText
|
93630
93631
|
VExpansionPanelTitle: VExpansionPanelTitle
|
93632
|
+
VEmptyState: VEmptyState
|
93631
93633
|
VField: VField
|
93632
93634
|
VFieldLabel: VFieldLabel
|
93633
|
-
VFab: VFab
|
93634
|
-
VEmptyState: VEmptyState
|
93635
93635
|
VFooter: VFooter
|
93636
|
+
VFileInput: VFileInput
|
93636
93637
|
VIcon: VIcon
|
93637
93638
|
VComponentIcon: VComponentIcon
|
93638
93639
|
VSvgIcon: VSvgIcon
|
93639
93640
|
VLigatureIcon: VLigatureIcon
|
93640
93641
|
VClassIcon: VClassIcon
|
93641
|
-
|
93642
|
+
VImg: VImg
|
93642
93643
|
VInfiniteScroll: VInfiniteScroll
|
93643
|
-
VInput: VInput
|
93644
93644
|
VKbd: VKbd
|
93645
|
-
|
93645
|
+
VLabel: VLabel
|
93646
93646
|
VItemGroup: VItemGroup
|
93647
93647
|
VItem: VItem
|
93648
|
+
VInput: VInput
|
93649
|
+
VMain: VMain
|
93648
93650
|
VList: VList
|
93649
93651
|
VListGroup: VListGroup
|
93650
93652
|
VListImg: VListImg
|
@@ -93654,57 +93656,54 @@ declare module 'vue' {
|
|
93654
93656
|
VListItemSubtitle: VListItemSubtitle
|
93655
93657
|
VListItemTitle: VListItemTitle
|
93656
93658
|
VListSubheader: VListSubheader
|
93657
|
-
VLabel: VLabel
|
93658
|
-
VMenu: VMenu
|
93659
|
-
VMain: VMain
|
93660
93659
|
VMessages: VMessages
|
93660
|
+
VNumberInput: VNumberInput
|
93661
93661
|
VNavigationDrawer: VNavigationDrawer
|
93662
93662
|
VOtpInput: VOtpInput
|
93663
|
-
VNumberInput: VNumberInput
|
93664
93663
|
VOverlay: VOverlay
|
93665
93664
|
VPagination: VPagination
|
93666
|
-
VProgressCircular: VProgressCircular
|
93667
|
-
VRadioGroup: VRadioGroup
|
93668
93665
|
VProgressLinear: VProgressLinear
|
93669
|
-
|
93666
|
+
VProgressCircular: VProgressCircular
|
93670
93667
|
VRating: VRating
|
93668
|
+
VSelect: VSelect
|
93669
|
+
VRadioGroup: VRadioGroup
|
93671
93670
|
VSelectionControl: VSelectionControl
|
93672
|
-
VSheet: VSheet
|
93673
|
-
VSelectionControlGroup: VSelectionControlGroup
|
93674
|
-
VSlider: VSlider
|
93675
93671
|
VSlideGroup: VSlideGroup
|
93676
93672
|
VSlideGroupItem: VSlideGroupItem
|
93677
93673
|
VSkeletonLoader: VSkeletonLoader
|
93674
|
+
VSelectionControlGroup: VSelectionControlGroup
|
93675
|
+
VSlider: VSlider
|
93678
93676
|
VSnackbar: VSnackbar
|
93679
|
-
VSwitch: VSwitch
|
93680
|
-
VTab: VTab
|
93681
|
-
VTabs: VTabs
|
93682
|
-
VTabsWindow: VTabsWindow
|
93683
|
-
VTabsWindowItem: VTabsWindowItem
|
93684
|
-
VTextField: VTextField
|
93685
93677
|
VStepper: VStepper
|
93686
93678
|
VStepperActions: VStepperActions
|
93687
93679
|
VStepperHeader: VStepperHeader
|
93688
93680
|
VStepperItem: VStepperItem
|
93689
93681
|
VStepperWindow: VStepperWindow
|
93690
93682
|
VStepperWindowItem: VStepperWindowItem
|
93683
|
+
VSheet: VSheet
|
93684
|
+
VSwitch: VSwitch
|
93685
|
+
VTab: VTab
|
93686
|
+
VTabs: VTabs
|
93687
|
+
VTabsWindow: VTabsWindow
|
93688
|
+
VTabsWindowItem: VTabsWindowItem
|
93691
93689
|
VTable: VTable
|
93690
|
+
VSystemBar: VSystemBar
|
93691
|
+
VTextarea: VTextarea
|
93692
93692
|
VTimeline: VTimeline
|
93693
93693
|
VTimelineItem: VTimelineItem
|
93694
|
-
VSystemBar: VSystemBar
|
93695
93694
|
VTimePicker: VTimePicker
|
93696
93695
|
VTimePickerClock: VTimePickerClock
|
93697
93696
|
VTimePickerControls: VTimePickerControls
|
93698
|
-
|
93699
|
-
|
93700
|
-
|
93697
|
+
VTextField: VTextField
|
93698
|
+
VTreeview: VTreeview
|
93699
|
+
VTreeviewItem: VTreeviewItem
|
93700
|
+
VTreeviewGroup: VTreeviewGroup
|
93701
93701
|
VTooltip: VTooltip
|
93702
93702
|
VToolbar: VToolbar
|
93703
93703
|
VToolbarTitle: VToolbarTitle
|
93704
93704
|
VToolbarItems: VToolbarItems
|
93705
|
-
|
93706
|
-
|
93707
|
-
VTreeviewGroup: VTreeviewGroup
|
93705
|
+
VWindow: VWindow
|
93706
|
+
VWindowItem: VWindowItem
|
93708
93707
|
VConfirmEdit: VConfirmEdit
|
93709
93708
|
VDataIterator: VDataIterator
|
93710
93709
|
VDefaultsProvider: VDefaultsProvider
|
@@ -93714,21 +93713,22 @@ declare module 'vue' {
|
|
93714
93713
|
VRow: VRow
|
93715
93714
|
VSpacer: VSpacer
|
93716
93715
|
VHover: VHover
|
93716
|
+
VLazy: VLazy
|
93717
93717
|
VLayout: VLayout
|
93718
93718
|
VLayoutItem: VLayoutItem
|
93719
|
-
VLazy: VLazy
|
93720
93719
|
VLocaleProvider: VLocaleProvider
|
93721
93720
|
VNoSsr: VNoSsr
|
93721
|
+
VRadio: VRadio
|
93722
93722
|
VParallax: VParallax
|
93723
93723
|
VRangeSlider: VRangeSlider
|
93724
|
-
|
93725
|
-
VSparkline: VSparkline
|
93724
|
+
VResponsive: VResponsive
|
93726
93725
|
VSnackbarQueue: VSnackbarQueue
|
93727
93726
|
VSpeedDial: VSpeedDial
|
93728
|
-
|
93727
|
+
VSparkline: VSparkline
|
93728
|
+
VValidation: VValidation
|
93729
93729
|
VThemeProvider: VThemeProvider
|
93730
93730
|
VVirtualScroll: VVirtualScroll
|
93731
|
-
|
93731
|
+
VMenu: VMenu
|
93732
93732
|
VFabTransition: VFabTransition
|
93733
93733
|
VDialogBottomTransition: VDialogBottomTransition
|
93734
93734
|
VDialogTopTransition: VDialogTopTransition
|
@@ -93745,25 +93745,25 @@ declare module 'vue' {
|
|
93745
93745
|
VExpandTransition: VExpandTransition
|
93746
93746
|
VExpandXTransition: VExpandXTransition
|
93747
93747
|
VDialogTransition: VDialogTransition
|
93748
|
-
VFileUpload: VFileUpload
|
93749
|
-
VFileUploadItem: VFileUploadItem
|
93750
93748
|
VCalendar: VCalendar
|
93751
93749
|
VCalendarDay: VCalendarDay
|
93752
93750
|
VCalendarHeader: VCalendarHeader
|
93753
93751
|
VCalendarInterval: VCalendarInterval
|
93754
93752
|
VCalendarIntervalEvent: VCalendarIntervalEvent
|
93755
93753
|
VCalendarMonthDay: VCalendarMonthDay
|
93754
|
+
VColorInput: VColorInput
|
93755
|
+
VFileUpload: VFileUpload
|
93756
|
+
VFileUploadItem: VFileUploadItem
|
93757
|
+
VPicker: VPicker
|
93758
|
+
VPickerTitle: VPickerTitle
|
93756
93759
|
VIconBtn: VIconBtn
|
93757
93760
|
VStepperVertical: VStepperVertical
|
93758
93761
|
VStepperVerticalItem: VStepperVerticalItem
|
93759
93762
|
VStepperVerticalActions: VStepperVerticalActions
|
93760
|
-
VPicker: VPicker
|
93761
|
-
VPickerTitle: VPickerTitle
|
93762
|
-
VColorInput: VColorInput
|
93763
93763
|
VHotkey: VHotkey
|
93764
93764
|
VDateInput: VDateInput
|
93765
|
-
VPullToRefresh: VPullToRefresh
|
93766
93765
|
VMaskInput: VMaskInput
|
93766
|
+
VPullToRefresh: VPullToRefresh
|
93767
93767
|
}
|
93768
93768
|
export interface GlobalDirectives {
|
93769
93769
|
vClickOutside: typeof import('vuetify/directives')['ClickOutside']
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.9.0-
|
2
|
+
* Vuetify v3.9.0-master.2025-07-09
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -20860,7 +20860,7 @@ const VDataTableFooter = genericComponent()({
|
|
20860
20860
|
"onUpdate:modelValue": v => setItemsPerPage(Number(v)),
|
20861
20861
|
"density": "compact",
|
20862
20862
|
"variant": "outlined",
|
20863
|
-
"
|
20863
|
+
"hideDetails": true
|
20864
20864
|
}, null)]), createElementVNode("div", {
|
20865
20865
|
"class": "v-data-table-footer__info"
|
20866
20866
|
}, [createElementVNode("div", null, [t(props.pageText, !itemsLength.value ? 0 : startIndex.value + 1, stopIndex.value, itemsLength.value)])]), createElementVNode("div", {
|
@@ -20869,14 +20869,14 @@ const VDataTableFooter = genericComponent()({
|
|
20869
20869
|
"modelValue": page.value,
|
20870
20870
|
"onUpdate:modelValue": $event => page.value = $event,
|
20871
20871
|
"density": "comfortable",
|
20872
|
-
"
|
20873
|
-
"
|
20872
|
+
"firstAriaLabel": props.firstPageLabel,
|
20873
|
+
"lastAriaLabel": props.lastPageLabel,
|
20874
20874
|
"length": pageCount.value,
|
20875
|
-
"
|
20876
|
-
"
|
20875
|
+
"nextAriaLabel": props.nextPageLabel,
|
20876
|
+
"previousAriaLabel": props.prevPageLabel,
|
20877
20877
|
"rounded": true,
|
20878
|
-
"
|
20879
|
-
"
|
20878
|
+
"showFirstLastPage": true,
|
20879
|
+
"totalVisible": props.showCurrentPage ? 1 : 0,
|
20880
20880
|
"variant": "plain"
|
20881
20881
|
}, paginationProps), null)])]);
|
20882
20882
|
});
|
@@ -24547,7 +24547,7 @@ const VFileInput = genericComponent()({
|
|
24547
24547
|
} = _ref3;
|
24548
24548
|
return createVNode(VField, mergeProps({
|
24549
24549
|
"ref": vFieldRef,
|
24550
|
-
"
|
24550
|
+
"prependIcon": props.prependIcon,
|
24551
24551
|
"onMousedown": onControlMousedown,
|
24552
24552
|
"onClick": onControlClick,
|
24553
24553
|
"onClick:clear": onClear,
|
@@ -26580,8 +26580,8 @@ const VOtpInput = genericComponent()({
|
|
26580
26580
|
"value": model.value.join('')
|
26581
26581
|
}), null), createVNode(VOverlay, {
|
26582
26582
|
"contained": true,
|
26583
|
-
"
|
26584
|
-
"
|
26583
|
+
"contentClass": "v-otp-input__loader",
|
26584
|
+
"modelValue": !!props.loading,
|
26585
26585
|
"persistent": true
|
26586
26586
|
}, {
|
26587
26587
|
default: () => [slots.loader?.() ?? createVNode(VProgressCircular, {
|
@@ -27556,7 +27556,7 @@ const VSnackbar = genericComponent()({
|
|
27556
27556
|
"ref": timerRef,
|
27557
27557
|
"color": typeof props.timer === 'string' ? props.timer : 'info',
|
27558
27558
|
"max": props.timeout,
|
27559
|
-
"
|
27559
|
+
"modelValue": countdown.time.value
|
27560
27560
|
}, null)]), hasContent && createElementVNode("div", {
|
27561
27561
|
"key": "content",
|
27562
27562
|
"class": "v-snackbar__content",
|
@@ -30849,7 +30849,7 @@ const VTreeview = genericComponent()({
|
|
30849
30849
|
"class": ['v-treeview', {
|
30850
30850
|
'v-treeview--fluid': props.fluid
|
30851
30851
|
}, props.class],
|
30852
|
-
"
|
30852
|
+
"openStrategy": "multiple",
|
30853
30853
|
"style": props.style,
|
30854
30854
|
"opened": opened.value,
|
30855
30855
|
"activated": activated.value,
|
@@ -31382,7 +31382,7 @@ function createVuetify$1() {
|
|
31382
31382
|
};
|
31383
31383
|
});
|
31384
31384
|
}
|
31385
|
-
const version$1 = "3.9.0-
|
31385
|
+
const version$1 = "3.9.0-master.2025-07-09";
|
31386
31386
|
createVuetify$1.version = version$1;
|
31387
31387
|
|
31388
31388
|
// Vue's inject() can only be used in setup
|
@@ -31407,7 +31407,7 @@ const createVuetify = function () {
|
|
31407
31407
|
...options
|
31408
31408
|
});
|
31409
31409
|
};
|
31410
|
-
const version = "3.9.0-
|
31410
|
+
const version = "3.9.0-master.2025-07-09";
|
31411
31411
|
createVuetify.version = version;
|
31412
31412
|
|
31413
31413
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useHotkey, useLayout, useLocale, useRtl, useTheme, version };
|