@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-labs.d.ts
CHANGED
|
@@ -144339,39 +144339,45 @@ declare module 'vue' {
|
|
|
144339
144339
|
VAlert: VAlert
|
|
144340
144340
|
VAlertTitle: VAlertTitle
|
|
144341
144341
|
VAutocomplete: VAutocomplete
|
|
144342
|
-
VAvatar: VAvatar
|
|
144343
144342
|
VBadge: VBadge
|
|
144344
144343
|
VBanner: VBanner
|
|
144345
144344
|
VBannerActions: VBannerActions
|
|
144346
144345
|
VBannerText: VBannerText
|
|
144347
|
-
VBottomSheet: VBottomSheet
|
|
144348
|
-
VBtn: VBtn
|
|
144349
144346
|
VAppBar: VAppBar
|
|
144350
144347
|
VAppBarNavIcon: VAppBarNavIcon
|
|
144351
144348
|
VAppBarTitle: VAppBarTitle
|
|
144349
|
+
VBtnGroup: VBtnGroup
|
|
144350
|
+
VBottomSheet: VBottomSheet
|
|
144351
|
+
VAvatar: VAvatar
|
|
144352
|
+
VBtn: VBtn
|
|
144352
144353
|
VBottomNavigation: VBottomNavigation
|
|
144354
|
+
VBtnToggle: VBtnToggle
|
|
144353
144355
|
VBreadcrumbs: VBreadcrumbs
|
|
144354
144356
|
VBreadcrumbsItem: VBreadcrumbsItem
|
|
144355
144357
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
|
144358
|
+
VCalendar: VCalendar
|
|
144359
|
+
VCarousel: VCarousel
|
|
144360
|
+
VCarouselItem: VCarouselItem
|
|
144356
144361
|
VCard: VCard
|
|
144357
144362
|
VCardActions: VCardActions
|
|
144358
144363
|
VCardItem: VCardItem
|
|
144359
144364
|
VCardSubtitle: VCardSubtitle
|
|
144360
144365
|
VCardText: VCardText
|
|
144361
144366
|
VCardTitle: VCardTitle
|
|
144362
|
-
|
|
144363
|
-
VBtnGroup: VBtnGroup
|
|
144367
|
+
VChip: VChip
|
|
144364
144368
|
VCheckbox: VCheckbox
|
|
144365
144369
|
VCheckboxBtn: VCheckboxBtn
|
|
144366
|
-
|
|
144370
|
+
VCombobox: VCombobox
|
|
144371
|
+
VCode: VCode
|
|
144367
144372
|
VChipGroup: VChipGroup
|
|
144368
|
-
VCarousel: VCarousel
|
|
144369
|
-
VCarouselItem: VCarouselItem
|
|
144370
|
-
VChip: VChip
|
|
144371
144373
|
VColorPicker: VColorPicker
|
|
144374
|
+
VDatePicker: VDatePicker
|
|
144375
|
+
VDatePickerControls: VDatePickerControls
|
|
144376
|
+
VDatePickerHeader: VDatePickerHeader
|
|
144377
|
+
VDatePickerMonth: VDatePickerMonth
|
|
144378
|
+
VDatePickerMonths: VDatePickerMonths
|
|
144379
|
+
VDatePickerYears: VDatePickerYears
|
|
144372
144380
|
VCounter: VCounter
|
|
144373
|
-
VCode: VCode
|
|
144374
|
-
VCombobox: VCombobox
|
|
144375
144381
|
VDataTable: VDataTable
|
|
144376
144382
|
VDataTableHeaders: VDataTableHeaders
|
|
144377
144383
|
VDataTableFooter: VDataTableFooter
|
|
@@ -144380,36 +144386,27 @@ declare module 'vue' {
|
|
|
144380
144386
|
VDataTableVirtual: VDataTableVirtual
|
|
144381
144387
|
VDataTableServer: VDataTableServer
|
|
144382
144388
|
VDialog: VDialog
|
|
144383
|
-
VDatePicker: VDatePicker
|
|
144384
|
-
VDatePickerControls: VDatePickerControls
|
|
144385
|
-
VDatePickerHeader: VDatePickerHeader
|
|
144386
|
-
VDatePickerMonth: VDatePickerMonth
|
|
144387
|
-
VDatePickerMonths: VDatePickerMonths
|
|
144388
|
-
VDatePickerYears: VDatePickerYears
|
|
144389
|
-
VEmptyState: VEmptyState
|
|
144390
144389
|
VDivider: VDivider
|
|
144391
|
-
|
|
144392
|
-
VFieldLabel: VFieldLabel
|
|
144390
|
+
VFab: VFab
|
|
144393
144391
|
VExpansionPanels: VExpansionPanels
|
|
144394
144392
|
VExpansionPanel: VExpansionPanel
|
|
144395
144393
|
VExpansionPanelText: VExpansionPanelText
|
|
144396
144394
|
VExpansionPanelTitle: VExpansionPanelTitle
|
|
144397
|
-
|
|
144398
|
-
VFab: VFab
|
|
144395
|
+
VEmptyState: VEmptyState
|
|
144399
144396
|
VFooter: VFooter
|
|
144397
|
+
VFileInput: VFileInput
|
|
144398
|
+
VField: VField
|
|
144399
|
+
VFieldLabel: VFieldLabel
|
|
144400
|
+
VInfiniteScroll: VInfiniteScroll
|
|
144401
|
+
VHotkey: VHotkey
|
|
144400
144402
|
VIcon: VIcon
|
|
144401
144403
|
VComponentIcon: VComponentIcon
|
|
144402
144404
|
VSvgIcon: VSvgIcon
|
|
144403
144405
|
VLigatureIcon: VLigatureIcon
|
|
144404
144406
|
VClassIcon: VClassIcon
|
|
144405
|
-
|
|
144407
|
+
VKbd: VKbd
|
|
144406
144408
|
VImg: VImg
|
|
144407
144409
|
VInput: VInput
|
|
144408
|
-
VInfiniteScroll: VInfiniteScroll
|
|
144409
|
-
VItemGroup: VItemGroup
|
|
144410
|
-
VItem: VItem
|
|
144411
|
-
VKbd: VKbd
|
|
144412
|
-
VLabel: VLabel
|
|
144413
144410
|
VList: VList
|
|
144414
144411
|
VListGroup: VListGroup
|
|
144415
144412
|
VListImg: VListImg
|
|
@@ -144419,77 +144416,81 @@ declare module 'vue' {
|
|
|
144419
144416
|
VListItemSubtitle: VListItemSubtitle
|
|
144420
144417
|
VListItemTitle: VListItemTitle
|
|
144421
144418
|
VListSubheader: VListSubheader
|
|
144419
|
+
VItemGroup: VItemGroup
|
|
144420
|
+
VItem: VItem
|
|
144422
144421
|
VMenu: VMenu
|
|
144423
|
-
|
|
144424
|
-
VNavigationDrawer: VNavigationDrawer
|
|
144422
|
+
VLabel: VLabel
|
|
144425
144423
|
VMessages: VMessages
|
|
144424
|
+
VNavigationDrawer: VNavigationDrawer
|
|
144425
|
+
VMain: VMain
|
|
144426
|
+
VNumberInput: VNumberInput
|
|
144426
144427
|
VOverlay: VOverlay
|
|
144427
144428
|
VOtpInput: VOtpInput
|
|
144428
144429
|
VPagination: VPagination
|
|
144429
|
-
|
|
144430
|
+
VRating: VRating
|
|
144430
144431
|
VProgressLinear: VProgressLinear
|
|
144431
|
-
|
|
144432
|
+
VProgressCircular: VProgressCircular
|
|
144432
144433
|
VRadioGroup: VRadioGroup
|
|
144433
144434
|
VSelectionControl: VSelectionControl
|
|
144434
144435
|
VSelect: VSelect
|
|
144435
|
-
|
|
144436
|
-
VSelectionControlGroup: VSelectionControlGroup
|
|
144436
|
+
VSheet: VSheet
|
|
144437
144437
|
VSkeletonLoader: VSkeletonLoader
|
|
144438
|
-
VSlider: VSlider
|
|
144439
144438
|
VSlideGroup: VSlideGroup
|
|
144440
144439
|
VSlideGroupItem: VSlideGroupItem
|
|
144441
|
-
|
|
144442
|
-
|
|
144443
|
-
VStepperHeader: VStepperHeader
|
|
144444
|
-
VStepperItem: VStepperItem
|
|
144445
|
-
VStepperWindow: VStepperWindow
|
|
144446
|
-
VStepperWindowItem: VStepperWindowItem
|
|
144447
|
-
VSheet: VSheet
|
|
144440
|
+
VTable: VTable
|
|
144441
|
+
VSlider: VSlider
|
|
144448
144442
|
VSnackbar: VSnackbar
|
|
144443
|
+
VSelectionControlGroup: VSelectionControlGroup
|
|
144444
|
+
VSwitch: VSwitch
|
|
144445
|
+
VSystemBar: VSystemBar
|
|
144446
|
+
VTextarea: VTextarea
|
|
144449
144447
|
VTab: VTab
|
|
144450
144448
|
VTabs: VTabs
|
|
144451
144449
|
VTabsWindow: VTabsWindow
|
|
144452
144450
|
VTabsWindowItem: VTabsWindowItem
|
|
144453
|
-
|
|
144454
|
-
|
|
144455
|
-
|
|
144456
|
-
VTextarea: VTextarea
|
|
144457
|
-
VWindow: VWindow
|
|
144458
|
-
VWindowItem: VWindowItem
|
|
144459
|
-
VTimeline: VTimeline
|
|
144460
|
-
VTimelineItem: VTimelineItem
|
|
144461
|
-
VTextField: VTextField
|
|
144451
|
+
VToolbar: VToolbar
|
|
144452
|
+
VToolbarTitle: VToolbarTitle
|
|
144453
|
+
VToolbarItems: VToolbarItems
|
|
144462
144454
|
VTooltip: VTooltip
|
|
144455
|
+
VTextField: VTextField
|
|
144456
|
+
VStepper: VStepper
|
|
144457
|
+
VStepperActions: VStepperActions
|
|
144458
|
+
VStepperHeader: VStepperHeader
|
|
144459
|
+
VStepperItem: VStepperItem
|
|
144460
|
+
VStepperWindow: VStepperWindow
|
|
144461
|
+
VStepperWindowItem: VStepperWindowItem
|
|
144463
144462
|
VTimePicker: VTimePicker
|
|
144464
144463
|
VTimePickerClock: VTimePickerClock
|
|
144465
144464
|
VTimePickerControls: VTimePickerControls
|
|
144466
144465
|
VTreeview: VTreeview
|
|
144467
144466
|
VTreeviewItem: VTreeviewItem
|
|
144468
144467
|
VTreeviewGroup: VTreeviewGroup
|
|
144469
|
-
|
|
144470
|
-
|
|
144471
|
-
|
|
144468
|
+
VWindow: VWindow
|
|
144469
|
+
VWindowItem: VWindowItem
|
|
144470
|
+
VTimeline: VTimeline
|
|
144471
|
+
VTimelineItem: VTimelineItem
|
|
144472
144472
|
VConfirmEdit: VConfirmEdit
|
|
144473
144473
|
VDataIterator: VDataIterator
|
|
144474
144474
|
VDefaultsProvider: VDefaultsProvider
|
|
144475
|
-
VHover: VHover
|
|
144476
144475
|
VContainer: VContainer
|
|
144477
144476
|
VCol: VCol
|
|
144478
144477
|
VRow: VRow
|
|
144479
144478
|
VSpacer: VSpacer
|
|
144480
144479
|
VForm: VForm
|
|
144481
|
-
|
|
144480
|
+
VHover: VHover
|
|
144482
144481
|
VLayout: VLayout
|
|
144483
144482
|
VLayoutItem: VLayoutItem
|
|
144484
144483
|
VLocaleProvider: VLocaleProvider
|
|
144484
|
+
VLazy: VLazy
|
|
144485
144485
|
VNoSsr: VNoSsr
|
|
144486
144486
|
VParallax: VParallax
|
|
144487
144487
|
VRadio: VRadio
|
|
144488
|
-
VRangeSlider: VRangeSlider
|
|
144489
144488
|
VResponsive: VResponsive
|
|
144490
144489
|
VSnackbarQueue: VSnackbarQueue
|
|
144491
|
-
|
|
144490
|
+
VRangeSlider: VRangeSlider
|
|
144492
144491
|
VSpeedDial: VSpeedDial
|
|
144492
|
+
VSparkline: VSparkline
|
|
144493
|
+
VValidation: VValidation
|
|
144493
144494
|
VThemeProvider: VThemeProvider
|
|
144494
144495
|
VVirtualScroll: VVirtualScroll
|
|
144495
144496
|
VFabTransition: VFabTransition
|
|
@@ -144508,12 +144509,10 @@ declare module 'vue' {
|
|
|
144508
144509
|
VExpandTransition: VExpandTransition
|
|
144509
144510
|
VExpandXTransition: VExpandXTransition
|
|
144510
144511
|
VDialogTransition: VDialogTransition
|
|
144511
|
-
VValidation: VValidation
|
|
144512
|
-
VIconBtn: VIconBtn
|
|
144513
144512
|
VColorInput: VColorInput
|
|
144514
|
-
|
|
144515
|
-
|
|
144516
|
-
|
|
144513
|
+
VFileUpload: VFileUpload
|
|
144514
|
+
VFileUploadItem: VFileUploadItem
|
|
144515
|
+
VIconBtn: VIconBtn
|
|
144517
144516
|
VPicker: VPicker
|
|
144518
144517
|
VPickerTitle: VPickerTitle
|
|
144519
144518
|
VVideo: VVideo
|
|
@@ -144522,8 +144521,9 @@ declare module 'vue' {
|
|
|
144522
144521
|
VStepperVertical: VStepperVertical
|
|
144523
144522
|
VStepperVerticalItem: VStepperVerticalItem
|
|
144524
144523
|
VStepperVerticalActions: VStepperVerticalActions
|
|
144525
|
-
|
|
144526
|
-
|
|
144524
|
+
VPie: VPie
|
|
144525
|
+
VPieSegment: VPieSegment
|
|
144526
|
+
VPieTooltip: VPieTooltip
|
|
144527
144527
|
VDateInput: VDateInput
|
|
144528
144528
|
VMaskInput: VMaskInput
|
|
144529
144529
|
VPullToRefresh: VPullToRefresh
|
package/dist/vuetify-labs.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
|
*/
|
|
@@ -20150,9 +20150,9 @@ const VWindow = genericComponent()({
|
|
|
20150
20150
|
'v-window--vertical-arrows': !!props.verticalArrows,
|
|
20151
20151
|
'v-window--crossfade': !!props.crossfade
|
|
20152
20152
|
}, themeClasses.value, props.class]),
|
|
20153
|
-
"style": normalizeStyle([props.style,
|
|
20154
|
-
'--v-window-transition-duration': convertToUnit(props.transitionDuration, 'ms')
|
|
20155
|
-
}
|
|
20153
|
+
"style": normalizeStyle([props.style, {
|
|
20154
|
+
'--v-window-transition-duration': !PREFERS_REDUCED_MOTION() ? convertToUnit(props.transitionDuration, 'ms') : null
|
|
20155
|
+
}])
|
|
20156
20156
|
}, {
|
|
20157
20157
|
default: () => [createElementVNode("div", {
|
|
20158
20158
|
"class": "v-window__container",
|
|
@@ -30902,7 +30902,8 @@ const VOtpInput = genericComponent()({
|
|
|
30902
30902
|
baseColor: toRef(() => props.baseColor),
|
|
30903
30903
|
disabled: toRef(() => props.disabled),
|
|
30904
30904
|
error: toRef(() => props.error),
|
|
30905
|
-
variant: toRef(() => props.variant)
|
|
30905
|
+
variant: toRef(() => props.variant),
|
|
30906
|
+
rounded: toRef(() => props.rounded)
|
|
30906
30907
|
}
|
|
30907
30908
|
}, {
|
|
30908
30909
|
scoped: true
|
|
@@ -39121,7 +39122,7 @@ function createVuetify$1() {
|
|
|
39121
39122
|
};
|
|
39122
39123
|
});
|
|
39123
39124
|
}
|
|
39124
|
-
const version$1 = "3.11.2-dev.2025-12-
|
|
39125
|
+
const version$1 = "3.11.2-dev.2025-12-05";
|
|
39125
39126
|
createVuetify$1.version = version$1;
|
|
39126
39127
|
|
|
39127
39128
|
// Vue's inject() can only be used in setup
|
|
@@ -39424,7 +39425,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
39424
39425
|
|
|
39425
39426
|
/* eslint-disable local-rules/sort-imports */
|
|
39426
39427
|
|
|
39427
|
-
const version = "3.11.2-dev.2025-12-
|
|
39428
|
+
const version = "3.11.2-dev.2025-12-05";
|
|
39428
39429
|
|
|
39429
39430
|
/* eslint-disable local-rules/sort-imports */
|
|
39430
39431
|
|