@vuetify/nightly 3.11.2-dev.2025-12-03 → 3.11.2-dev.2025-12-05
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 +4235 -4235
- package/dist/json/importMap-labs.json +14 -14
- package/dist/json/importMap.json +172 -172
- package/dist/json/web-types.json +7648 -7648
- package/dist/vuetify-labs.cjs +8 -7
- package/dist/vuetify-labs.css +4853 -4850
- package/dist/vuetify-labs.d.ts +65 -65
- package/dist/vuetify-labs.esm.js +8 -7
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +8 -7
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +8 -7
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +5725 -5722
- package/dist/vuetify.d.ts +65 -65
- package/dist/vuetify.esm.js +8 -7
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +8 -7
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +5 -5
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VHotkey/_variables.scss +1 -0
- package/lib/components/VOtpInput/VOtpInput.css +3 -0
- package/lib/components/VOtpInput/VOtpInput.js +2 -1
- package/lib/components/VOtpInput/VOtpInput.js.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.sass +5 -0
- package/lib/components/VWindow/VWindow.js +3 -3
- package/lib/components/VWindow/VWindow.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +65 -65
- package/lib/framework.js +1 -1
- package/package.json +6 -4
package/dist/vuetify.d.ts
CHANGED
|
@@ -114456,39 +114456,45 @@ declare module 'vue' {
|
|
|
114456
114456
|
VAlert: VAlert
|
|
114457
114457
|
VAlertTitle: VAlertTitle
|
|
114458
114458
|
VAutocomplete: VAutocomplete
|
|
114459
|
-
VAvatar: VAvatar
|
|
114460
114459
|
VBadge: VBadge
|
|
114461
114460
|
VBanner: VBanner
|
|
114462
114461
|
VBannerActions: VBannerActions
|
|
114463
114462
|
VBannerText: VBannerText
|
|
114464
|
-
VBottomSheet: VBottomSheet
|
|
114465
|
-
VBtn: VBtn
|
|
114466
114463
|
VAppBar: VAppBar
|
|
114467
114464
|
VAppBarNavIcon: VAppBarNavIcon
|
|
114468
114465
|
VAppBarTitle: VAppBarTitle
|
|
114466
|
+
VBtnGroup: VBtnGroup
|
|
114467
|
+
VBottomSheet: VBottomSheet
|
|
114468
|
+
VAvatar: VAvatar
|
|
114469
|
+
VBtn: VBtn
|
|
114469
114470
|
VBottomNavigation: VBottomNavigation
|
|
114471
|
+
VBtnToggle: VBtnToggle
|
|
114470
114472
|
VBreadcrumbs: VBreadcrumbs
|
|
114471
114473
|
VBreadcrumbsItem: VBreadcrumbsItem
|
|
114472
114474
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
|
114475
|
+
VCalendar: VCalendar
|
|
114476
|
+
VCarousel: VCarousel
|
|
114477
|
+
VCarouselItem: VCarouselItem
|
|
114473
114478
|
VCard: VCard
|
|
114474
114479
|
VCardActions: VCardActions
|
|
114475
114480
|
VCardItem: VCardItem
|
|
114476
114481
|
VCardSubtitle: VCardSubtitle
|
|
114477
114482
|
VCardText: VCardText
|
|
114478
114483
|
VCardTitle: VCardTitle
|
|
114479
|
-
|
|
114480
|
-
VBtnGroup: VBtnGroup
|
|
114484
|
+
VChip: VChip
|
|
114481
114485
|
VCheckbox: VCheckbox
|
|
114482
114486
|
VCheckboxBtn: VCheckboxBtn
|
|
114483
|
-
|
|
114487
|
+
VCombobox: VCombobox
|
|
114488
|
+
VCode: VCode
|
|
114484
114489
|
VChipGroup: VChipGroup
|
|
114485
|
-
VCarousel: VCarousel
|
|
114486
|
-
VCarouselItem: VCarouselItem
|
|
114487
|
-
VChip: VChip
|
|
114488
114490
|
VColorPicker: VColorPicker
|
|
114491
|
+
VDatePicker: VDatePicker
|
|
114492
|
+
VDatePickerControls: VDatePickerControls
|
|
114493
|
+
VDatePickerHeader: VDatePickerHeader
|
|
114494
|
+
VDatePickerMonth: VDatePickerMonth
|
|
114495
|
+
VDatePickerMonths: VDatePickerMonths
|
|
114496
|
+
VDatePickerYears: VDatePickerYears
|
|
114489
114497
|
VCounter: VCounter
|
|
114490
|
-
VCode: VCode
|
|
114491
|
-
VCombobox: VCombobox
|
|
114492
114498
|
VDataTable: VDataTable
|
|
114493
114499
|
VDataTableHeaders: VDataTableHeaders
|
|
114494
114500
|
VDataTableFooter: VDataTableFooter
|
|
@@ -114497,36 +114503,27 @@ declare module 'vue' {
|
|
|
114497
114503
|
VDataTableVirtual: VDataTableVirtual
|
|
114498
114504
|
VDataTableServer: VDataTableServer
|
|
114499
114505
|
VDialog: VDialog
|
|
114500
|
-
VDatePicker: VDatePicker
|
|
114501
|
-
VDatePickerControls: VDatePickerControls
|
|
114502
|
-
VDatePickerHeader: VDatePickerHeader
|
|
114503
|
-
VDatePickerMonth: VDatePickerMonth
|
|
114504
|
-
VDatePickerMonths: VDatePickerMonths
|
|
114505
|
-
VDatePickerYears: VDatePickerYears
|
|
114506
|
-
VEmptyState: VEmptyState
|
|
114507
114506
|
VDivider: VDivider
|
|
114508
|
-
|
|
114509
|
-
VFieldLabel: VFieldLabel
|
|
114507
|
+
VFab: VFab
|
|
114510
114508
|
VExpansionPanels: VExpansionPanels
|
|
114511
114509
|
VExpansionPanel: VExpansionPanel
|
|
114512
114510
|
VExpansionPanelText: VExpansionPanelText
|
|
114513
114511
|
VExpansionPanelTitle: VExpansionPanelTitle
|
|
114514
|
-
|
|
114515
|
-
VFab: VFab
|
|
114512
|
+
VEmptyState: VEmptyState
|
|
114516
114513
|
VFooter: VFooter
|
|
114514
|
+
VFileInput: VFileInput
|
|
114515
|
+
VField: VField
|
|
114516
|
+
VFieldLabel: VFieldLabel
|
|
114517
|
+
VInfiniteScroll: VInfiniteScroll
|
|
114518
|
+
VHotkey: VHotkey
|
|
114517
114519
|
VIcon: VIcon
|
|
114518
114520
|
VComponentIcon: VComponentIcon
|
|
114519
114521
|
VSvgIcon: VSvgIcon
|
|
114520
114522
|
VLigatureIcon: VLigatureIcon
|
|
114521
114523
|
VClassIcon: VClassIcon
|
|
114522
|
-
|
|
114524
|
+
VKbd: VKbd
|
|
114523
114525
|
VImg: VImg
|
|
114524
114526
|
VInput: VInput
|
|
114525
|
-
VInfiniteScroll: VInfiniteScroll
|
|
114526
|
-
VItemGroup: VItemGroup
|
|
114527
|
-
VItem: VItem
|
|
114528
|
-
VKbd: VKbd
|
|
114529
|
-
VLabel: VLabel
|
|
114530
114527
|
VList: VList
|
|
114531
114528
|
VListGroup: VListGroup
|
|
114532
114529
|
VListImg: VListImg
|
|
@@ -114536,77 +114533,81 @@ declare module 'vue' {
|
|
|
114536
114533
|
VListItemSubtitle: VListItemSubtitle
|
|
114537
114534
|
VListItemTitle: VListItemTitle
|
|
114538
114535
|
VListSubheader: VListSubheader
|
|
114536
|
+
VItemGroup: VItemGroup
|
|
114537
|
+
VItem: VItem
|
|
114539
114538
|
VMenu: VMenu
|
|
114540
|
-
|
|
114541
|
-
VNavigationDrawer: VNavigationDrawer
|
|
114539
|
+
VLabel: VLabel
|
|
114542
114540
|
VMessages: VMessages
|
|
114541
|
+
VNavigationDrawer: VNavigationDrawer
|
|
114542
|
+
VMain: VMain
|
|
114543
|
+
VNumberInput: VNumberInput
|
|
114543
114544
|
VOverlay: VOverlay
|
|
114544
114545
|
VOtpInput: VOtpInput
|
|
114545
114546
|
VPagination: VPagination
|
|
114546
|
-
|
|
114547
|
+
VRating: VRating
|
|
114547
114548
|
VProgressLinear: VProgressLinear
|
|
114548
|
-
|
|
114549
|
+
VProgressCircular: VProgressCircular
|
|
114549
114550
|
VRadioGroup: VRadioGroup
|
|
114550
114551
|
VSelectionControl: VSelectionControl
|
|
114551
114552
|
VSelect: VSelect
|
|
114552
|
-
|
|
114553
|
-
VSelectionControlGroup: VSelectionControlGroup
|
|
114553
|
+
VSheet: VSheet
|
|
114554
114554
|
VSkeletonLoader: VSkeletonLoader
|
|
114555
|
-
VSlider: VSlider
|
|
114556
114555
|
VSlideGroup: VSlideGroup
|
|
114557
114556
|
VSlideGroupItem: VSlideGroupItem
|
|
114558
|
-
|
|
114559
|
-
|
|
114560
|
-
VStepperHeader: VStepperHeader
|
|
114561
|
-
VStepperItem: VStepperItem
|
|
114562
|
-
VStepperWindow: VStepperWindow
|
|
114563
|
-
VStepperWindowItem: VStepperWindowItem
|
|
114564
|
-
VSheet: VSheet
|
|
114557
|
+
VTable: VTable
|
|
114558
|
+
VSlider: VSlider
|
|
114565
114559
|
VSnackbar: VSnackbar
|
|
114560
|
+
VSelectionControlGroup: VSelectionControlGroup
|
|
114561
|
+
VSwitch: VSwitch
|
|
114562
|
+
VSystemBar: VSystemBar
|
|
114563
|
+
VTextarea: VTextarea
|
|
114566
114564
|
VTab: VTab
|
|
114567
114565
|
VTabs: VTabs
|
|
114568
114566
|
VTabsWindow: VTabsWindow
|
|
114569
114567
|
VTabsWindowItem: VTabsWindowItem
|
|
114570
|
-
|
|
114571
|
-
|
|
114572
|
-
|
|
114573
|
-
VTextarea: VTextarea
|
|
114574
|
-
VWindow: VWindow
|
|
114575
|
-
VWindowItem: VWindowItem
|
|
114576
|
-
VTimeline: VTimeline
|
|
114577
|
-
VTimelineItem: VTimelineItem
|
|
114578
|
-
VTextField: VTextField
|
|
114568
|
+
VToolbar: VToolbar
|
|
114569
|
+
VToolbarTitle: VToolbarTitle
|
|
114570
|
+
VToolbarItems: VToolbarItems
|
|
114579
114571
|
VTooltip: VTooltip
|
|
114572
|
+
VTextField: VTextField
|
|
114573
|
+
VStepper: VStepper
|
|
114574
|
+
VStepperActions: VStepperActions
|
|
114575
|
+
VStepperHeader: VStepperHeader
|
|
114576
|
+
VStepperItem: VStepperItem
|
|
114577
|
+
VStepperWindow: VStepperWindow
|
|
114578
|
+
VStepperWindowItem: VStepperWindowItem
|
|
114580
114579
|
VTimePicker: VTimePicker
|
|
114581
114580
|
VTimePickerClock: VTimePickerClock
|
|
114582
114581
|
VTimePickerControls: VTimePickerControls
|
|
114583
114582
|
VTreeview: VTreeview
|
|
114584
114583
|
VTreeviewItem: VTreeviewItem
|
|
114585
114584
|
VTreeviewGroup: VTreeviewGroup
|
|
114586
|
-
|
|
114587
|
-
|
|
114588
|
-
|
|
114585
|
+
VWindow: VWindow
|
|
114586
|
+
VWindowItem: VWindowItem
|
|
114587
|
+
VTimeline: VTimeline
|
|
114588
|
+
VTimelineItem: VTimelineItem
|
|
114589
114589
|
VConfirmEdit: VConfirmEdit
|
|
114590
114590
|
VDataIterator: VDataIterator
|
|
114591
114591
|
VDefaultsProvider: VDefaultsProvider
|
|
114592
|
-
VHover: VHover
|
|
114593
114592
|
VContainer: VContainer
|
|
114594
114593
|
VCol: VCol
|
|
114595
114594
|
VRow: VRow
|
|
114596
114595
|
VSpacer: VSpacer
|
|
114597
114596
|
VForm: VForm
|
|
114598
|
-
|
|
114597
|
+
VHover: VHover
|
|
114599
114598
|
VLayout: VLayout
|
|
114600
114599
|
VLayoutItem: VLayoutItem
|
|
114601
114600
|
VLocaleProvider: VLocaleProvider
|
|
114601
|
+
VLazy: VLazy
|
|
114602
114602
|
VNoSsr: VNoSsr
|
|
114603
114603
|
VParallax: VParallax
|
|
114604
114604
|
VRadio: VRadio
|
|
114605
|
-
VRangeSlider: VRangeSlider
|
|
114606
114605
|
VResponsive: VResponsive
|
|
114607
114606
|
VSnackbarQueue: VSnackbarQueue
|
|
114608
|
-
|
|
114607
|
+
VRangeSlider: VRangeSlider
|
|
114609
114608
|
VSpeedDial: VSpeedDial
|
|
114609
|
+
VSparkline: VSparkline
|
|
114610
|
+
VValidation: VValidation
|
|
114610
114611
|
VThemeProvider: VThemeProvider
|
|
114611
114612
|
VVirtualScroll: VVirtualScroll
|
|
114612
114613
|
VFabTransition: VFabTransition
|
|
@@ -114625,12 +114626,10 @@ declare module 'vue' {
|
|
|
114625
114626
|
VExpandTransition: VExpandTransition
|
|
114626
114627
|
VExpandXTransition: VExpandXTransition
|
|
114627
114628
|
VDialogTransition: VDialogTransition
|
|
114628
|
-
VValidation: VValidation
|
|
114629
|
-
VIconBtn: VIconBtn
|
|
114630
114629
|
VColorInput: VColorInput
|
|
114631
|
-
|
|
114632
|
-
|
|
114633
|
-
|
|
114630
|
+
VFileUpload: VFileUpload
|
|
114631
|
+
VFileUploadItem: VFileUploadItem
|
|
114632
|
+
VIconBtn: VIconBtn
|
|
114634
114633
|
VPicker: VPicker
|
|
114635
114634
|
VPickerTitle: VPickerTitle
|
|
114636
114635
|
VVideo: VVideo
|
|
@@ -114639,8 +114638,9 @@ declare module 'vue' {
|
|
|
114639
114638
|
VStepperVertical: VStepperVertical
|
|
114640
114639
|
VStepperVerticalItem: VStepperVerticalItem
|
|
114641
114640
|
VStepperVerticalActions: VStepperVerticalActions
|
|
114642
|
-
|
|
114643
|
-
|
|
114641
|
+
VPie: VPie
|
|
114642
|
+
VPieSegment: VPieSegment
|
|
114643
|
+
VPieTooltip: VPieTooltip
|
|
114644
114644
|
VDateInput: VDateInput
|
|
114645
114645
|
VMaskInput: VMaskInput
|
|
114646
114646
|
VPullToRefresh: VPullToRefresh
|
package/dist/vuetify.esm.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.11.2-dev.2025-12-
|
|
2
|
+
* Vuetify v3.11.2-dev.2025-12-05
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -20470,9 +20470,9 @@ const VWindow = genericComponent()({
|
|
|
20470
20470
|
'v-window--vertical-arrows': !!props.verticalArrows,
|
|
20471
20471
|
'v-window--crossfade': !!props.crossfade
|
|
20472
20472
|
}, themeClasses.value, props.class]),
|
|
20473
|
-
"style": normalizeStyle([props.style,
|
|
20474
|
-
'--v-window-transition-duration': convertToUnit(props.transitionDuration, 'ms')
|
|
20475
|
-
}
|
|
20473
|
+
"style": normalizeStyle([props.style, {
|
|
20474
|
+
'--v-window-transition-duration': !PREFERS_REDUCED_MOTION() ? convertToUnit(props.transitionDuration, 'ms') : null
|
|
20475
|
+
}])
|
|
20476
20476
|
}, {
|
|
20477
20477
|
default: () => [createElementVNode("div", {
|
|
20478
20478
|
"class": "v-window__container",
|
|
@@ -31222,7 +31222,8 @@ const VOtpInput = genericComponent()({
|
|
|
31222
31222
|
baseColor: toRef(() => props.baseColor),
|
|
31223
31223
|
disabled: toRef(() => props.disabled),
|
|
31224
31224
|
error: toRef(() => props.error),
|
|
31225
|
-
variant: toRef(() => props.variant)
|
|
31225
|
+
variant: toRef(() => props.variant),
|
|
31226
|
+
rounded: toRef(() => props.rounded)
|
|
31226
31227
|
}
|
|
31227
31228
|
}, {
|
|
31228
31229
|
scoped: true
|
|
@@ -36595,7 +36596,7 @@ function createVuetify$1() {
|
|
|
36595
36596
|
};
|
|
36596
36597
|
});
|
|
36597
36598
|
}
|
|
36598
|
-
const version$1 = "3.11.2-dev.2025-12-
|
|
36599
|
+
const version$1 = "3.11.2-dev.2025-12-05";
|
|
36599
36600
|
createVuetify$1.version = version$1;
|
|
36600
36601
|
|
|
36601
36602
|
// Vue's inject() can only be used in setup
|
|
@@ -36620,7 +36621,7 @@ const createVuetify = function () {
|
|
|
36620
36621
|
...options
|
|
36621
36622
|
});
|
|
36622
36623
|
};
|
|
36623
|
-
const version = "3.11.2-dev.2025-12-
|
|
36624
|
+
const version = "3.11.2-dev.2025-12-05";
|
|
36624
36625
|
createVuetify.version = version;
|
|
36625
36626
|
|
|
36626
36627
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useHotkey, useLayout, useLocale, useMask, useRtl, useTheme, version };
|