@vuetify/nightly 3.7.7-dev.2025-01-22 → 3.7.7-dev.2025-01-23
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 +4 -3
- package/dist/json/attributes.json +883 -883
- package/dist/json/importMap-labs.json +28 -28
- package/dist/json/importMap.json +134 -134
- package/dist/json/web-types.json +1812 -1812
- package/dist/vuetify-labs.css +3137 -3137
- package/dist/vuetify-labs.d.ts +49 -49
- package/dist/vuetify-labs.esm.js +6 -3
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +6 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +4338 -4338
- package/dist/vuetify.d.ts +49 -49
- package/dist/vuetify.esm.js +6 -3
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +6 -3
- 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/VList/VListGroup.js +1 -0
- package/lib/components/VList/VListGroup.js.map +1 -1
- package/lib/components/VList/VListItem.js +2 -0
- package/lib/components/VList/VListItem.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +49 -49
- package/lib/framework.js +1 -1
- package/package.json +1 -1
package/dist/vuetify-labs.d.ts
CHANGED
@@ -72364,39 +72364,39 @@ declare module 'vue' {
|
|
72364
72364
|
}
|
72365
72365
|
export interface GlobalComponents {
|
72366
72366
|
VApp: VApp
|
72367
|
+
VAlert: VAlert
|
72368
|
+
VAlertTitle: VAlertTitle
|
72367
72369
|
VAutocomplete: VAutocomplete
|
72368
|
-
|
72370
|
+
VAvatar: VAvatar
|
72371
|
+
VBottomNavigation: VBottomNavigation
|
72369
72372
|
VAppBar: VAppBar
|
72370
72373
|
VAppBarNavIcon: VAppBarNavIcon
|
72371
72374
|
VAppBarTitle: VAppBarTitle
|
72372
|
-
VAlert: VAlert
|
72373
|
-
VAlertTitle: VAlertTitle
|
72374
|
-
VBottomNavigation: VBottomNavigation
|
72375
72375
|
VBanner: VBanner
|
72376
72376
|
VBannerActions: VBannerActions
|
72377
72377
|
VBannerText: VBannerText
|
72378
|
-
|
72378
|
+
VBadge: VBadge
|
72379
72379
|
VBreadcrumbs: VBreadcrumbs
|
72380
72380
|
VBreadcrumbsItem: VBreadcrumbsItem
|
72381
72381
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
72382
|
-
|
72382
|
+
VBottomSheet: VBottomSheet
|
72383
72383
|
VBtn: VBtn
|
72384
|
-
|
72384
|
+
VBtnToggle: VBtnToggle
|
72385
72385
|
VCard: VCard
|
72386
72386
|
VCardActions: VCardActions
|
72387
72387
|
VCardItem: VCardItem
|
72388
72388
|
VCardSubtitle: VCardSubtitle
|
72389
72389
|
VCardText: VCardText
|
72390
72390
|
VCardTitle: VCardTitle
|
72391
|
-
|
72391
|
+
VCode: VCode
|
72392
72392
|
VCheckbox: VCheckbox
|
72393
72393
|
VCheckboxBtn: VCheckboxBtn
|
72394
|
-
VCode: VCode
|
72395
|
-
VChipGroup: VChipGroup
|
72396
72394
|
VCarousel: VCarousel
|
72397
72395
|
VCarouselItem: VCarouselItem
|
72398
|
-
|
72396
|
+
VBtnGroup: VBtnGroup
|
72399
72397
|
VChip: VChip
|
72398
|
+
VChipGroup: VChipGroup
|
72399
|
+
VColorPicker: VColorPicker
|
72400
72400
|
VDataTable: VDataTable
|
72401
72401
|
VDataTableHeaders: VDataTableHeaders
|
72402
72402
|
VDataTableFooter: VDataTableFooter
|
@@ -72404,38 +72404,36 @@ declare module 'vue' {
|
|
72404
72404
|
VDataTableRow: VDataTableRow
|
72405
72405
|
VDataTableVirtual: VDataTableVirtual
|
72406
72406
|
VDataTableServer: VDataTableServer
|
72407
|
-
|
72407
|
+
VCombobox: VCombobox
|
72408
72408
|
VCounter: VCounter
|
72409
|
-
VDivider: VDivider
|
72410
72409
|
VDialog: VDialog
|
72411
|
-
VField: VField
|
72412
|
-
VFieldLabel: VFieldLabel
|
72413
|
-
VFab: VFab
|
72414
72410
|
VDatePicker: VDatePicker
|
72415
72411
|
VDatePickerControls: VDatePickerControls
|
72416
72412
|
VDatePickerHeader: VDatePickerHeader
|
72417
72413
|
VDatePickerMonth: VDatePickerMonth
|
72418
72414
|
VDatePickerMonths: VDatePickerMonths
|
72419
72415
|
VDatePickerYears: VDatePickerYears
|
72416
|
+
VDivider: VDivider
|
72420
72417
|
VEmptyState: VEmptyState
|
72418
|
+
VField: VField
|
72419
|
+
VFieldLabel: VFieldLabel
|
72420
|
+
VFab: VFab
|
72421
|
+
VFooter: VFooter
|
72421
72422
|
VExpansionPanels: VExpansionPanels
|
72422
72423
|
VExpansionPanel: VExpansionPanel
|
72423
72424
|
VExpansionPanelText: VExpansionPanelText
|
72424
72425
|
VExpansionPanelTitle: VExpansionPanelTitle
|
72425
|
-
VFooter: VFooter
|
72426
72426
|
VFileInput: VFileInput
|
72427
72427
|
VImg: VImg
|
72428
|
+
VInfiniteScroll: VInfiniteScroll
|
72428
72429
|
VIcon: VIcon
|
72429
72430
|
VComponentIcon: VComponentIcon
|
72430
72431
|
VSvgIcon: VSvgIcon
|
72431
72432
|
VLigatureIcon: VLigatureIcon
|
72432
72433
|
VClassIcon: VClassIcon
|
72433
|
-
VItemGroup: VItemGroup
|
72434
|
-
VItem: VItem
|
72435
72434
|
VKbd: VKbd
|
72435
|
+
VLabel: VLabel
|
72436
72436
|
VInput: VInput
|
72437
|
-
VInfiniteScroll: VInfiniteScroll
|
72438
|
-
VMain: VMain
|
72439
72437
|
VList: VList
|
72440
72438
|
VListGroup: VListGroup
|
72441
72439
|
VListImg: VListImg
|
@@ -72445,49 +72443,51 @@ declare module 'vue' {
|
|
72445
72443
|
VListItemSubtitle: VListItemSubtitle
|
72446
72444
|
VListItemTitle: VListItemTitle
|
72447
72445
|
VListSubheader: VListSubheader
|
72448
|
-
|
72446
|
+
VItemGroup: VItemGroup
|
72447
|
+
VItem: VItem
|
72449
72448
|
VMenu: VMenu
|
72449
|
+
VNavigationDrawer: VNavigationDrawer
|
72450
|
+
VOverlay: VOverlay
|
72451
|
+
VMain: VMain
|
72450
72452
|
VMessages: VMessages
|
72451
|
-
VOtpInput: VOtpInput
|
72452
72453
|
VPagination: VPagination
|
72453
|
-
|
72454
|
+
VOtpInput: VOtpInput
|
72454
72455
|
VProgressCircular: VProgressCircular
|
72455
|
-
VOverlay: VOverlay
|
72456
|
-
VRadioGroup: VRadioGroup
|
72457
72456
|
VProgressLinear: VProgressLinear
|
72458
|
-
|
72459
|
-
VRating: VRating
|
72457
|
+
VRadioGroup: VRadioGroup
|
72460
72458
|
VSelectionControlGroup: VSelectionControlGroup
|
72461
72459
|
VSelectionControl: VSelectionControl
|
72460
|
+
VSelect: VSelect
|
72462
72461
|
VSkeletonLoader: VSkeletonLoader
|
72463
72462
|
VSheet: VSheet
|
72463
|
+
VSnackbar: VSnackbar
|
72464
72464
|
VSlider: VSlider
|
72465
|
+
VSystemBar: VSystemBar
|
72465
72466
|
VSlideGroup: VSlideGroup
|
72466
72467
|
VSlideGroupItem: VSlideGroupItem
|
72468
|
+
VSwitch: VSwitch
|
72467
72469
|
VStepper: VStepper
|
72468
72470
|
VStepperActions: VStepperActions
|
72469
72471
|
VStepperHeader: VStepperHeader
|
72470
72472
|
VStepperItem: VStepperItem
|
72471
72473
|
VStepperWindow: VStepperWindow
|
72472
72474
|
VStepperWindowItem: VStepperWindowItem
|
72473
|
-
|
72474
|
-
VSystemBar: VSystemBar
|
72475
|
-
VSwitch: VSwitch
|
72475
|
+
VTextField: VTextField
|
72476
72476
|
VTab: VTab
|
72477
72477
|
VTabs: VTabs
|
72478
72478
|
VTabsWindow: VTabsWindow
|
72479
72479
|
VTabsWindowItem: VTabsWindowItem
|
72480
|
-
|
72481
|
-
VTimeline: VTimeline
|
72482
|
-
VTimelineItem: VTimelineItem
|
72483
|
-
VTextField: VTextField
|
72484
|
-
VWindow: VWindow
|
72485
|
-
VWindowItem: VWindowItem
|
72486
|
-
VTable: VTable
|
72480
|
+
VRating: VRating
|
72487
72481
|
VToolbar: VToolbar
|
72488
72482
|
VToolbarTitle: VToolbarTitle
|
72489
72483
|
VToolbarItems: VToolbarItems
|
72484
|
+
VTable: VTable
|
72485
|
+
VTimeline: VTimeline
|
72486
|
+
VTimelineItem: VTimelineItem
|
72490
72487
|
VTooltip: VTooltip
|
72488
|
+
VTextarea: VTextarea
|
72489
|
+
VWindow: VWindow
|
72490
|
+
VWindowItem: VWindowItem
|
72491
72491
|
VConfirmEdit: VConfirmEdit
|
72492
72492
|
VDataIterator: VDataIterator
|
72493
72493
|
VDefaultsProvider: VDefaultsProvider
|
@@ -72497,9 +72497,9 @@ declare module 'vue' {
|
|
72497
72497
|
VRow: VRow
|
72498
72498
|
VSpacer: VSpacer
|
72499
72499
|
VHover: VHover
|
72500
|
+
VLazy: VLazy
|
72500
72501
|
VLayout: VLayout
|
72501
72502
|
VLayoutItem: VLayoutItem
|
72502
|
-
VLazy: VLazy
|
72503
72503
|
VLocaleProvider: VLocaleProvider
|
72504
72504
|
VNoSsr: VNoSsr
|
72505
72505
|
VParallax: VParallax
|
@@ -72508,9 +72508,8 @@ declare module 'vue' {
|
|
72508
72508
|
VResponsive: VResponsive
|
72509
72509
|
VSparkline: VSparkline
|
72510
72510
|
VSpeedDial: VSpeedDial
|
72511
|
-
VThemeProvider: VThemeProvider
|
72512
72511
|
VValidation: VValidation
|
72513
|
-
|
72512
|
+
VThemeProvider: VThemeProvider
|
72514
72513
|
VFabTransition: VFabTransition
|
72515
72514
|
VDialogBottomTransition: VDialogBottomTransition
|
72516
72515
|
VDialogTopTransition: VDialogTopTransition
|
@@ -72527,23 +72526,24 @@ declare module 'vue' {
|
|
72527
72526
|
VExpandTransition: VExpandTransition
|
72528
72527
|
VExpandXTransition: VExpandXTransition
|
72529
72528
|
VDialogTransition: VDialogTransition
|
72529
|
+
VVirtualScroll: VVirtualScroll
|
72530
72530
|
VNumberInput: VNumberInput
|
72531
|
-
VFileUpload: VFileUpload
|
72532
|
-
VFileUploadItem: VFileUploadItem
|
72533
|
-
VStepperVertical: VStepperVertical
|
72534
|
-
VStepperVerticalItem: VStepperVerticalItem
|
72535
|
-
VStepperVerticalActions: VStepperVerticalActions
|
72536
72531
|
VPicker: VPicker
|
72537
72532
|
VPickerTitle: VPickerTitle
|
72538
|
-
|
72539
|
-
|
72540
|
-
VTreeviewGroup: VTreeviewGroup
|
72533
|
+
VFileUpload: VFileUpload
|
72534
|
+
VFileUploadItem: VFileUploadItem
|
72541
72535
|
VCalendar: VCalendar
|
72542
72536
|
VCalendarDay: VCalendarDay
|
72543
72537
|
VCalendarHeader: VCalendarHeader
|
72544
72538
|
VCalendarInterval: VCalendarInterval
|
72545
72539
|
VCalendarIntervalEvent: VCalendarIntervalEvent
|
72546
72540
|
VCalendarMonthDay: VCalendarMonthDay
|
72541
|
+
VStepperVertical: VStepperVertical
|
72542
|
+
VStepperVerticalItem: VStepperVerticalItem
|
72543
|
+
VStepperVerticalActions: VStepperVerticalActions
|
72544
|
+
VTreeview: VTreeview
|
72545
|
+
VTreeviewItem: VTreeviewItem
|
72546
|
+
VTreeviewGroup: VTreeviewGroup
|
72547
72547
|
VTimePicker: VTimePicker
|
72548
72548
|
VTimePickerClock: VTimePickerClock
|
72549
72549
|
VTimePickerControls: VTimePickerControls
|
package/dist/vuetify-labs.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.7-dev.2025-01-
|
2
|
+
* Vuetify v3.7.7-dev.2025-01-23
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -8825,6 +8825,7 @@ const VListGroup = genericComponent()({
|
|
8825
8825
|
} = useSsrBoot();
|
8826
8826
|
function onClick(e) {
|
8827
8827
|
e.stopPropagation();
|
8828
|
+
if (['INPUT', 'TEXTAREA'].includes(e.target?.tagName)) return;
|
8828
8829
|
open(!isOpen.value, e);
|
8829
8830
|
}
|
8830
8831
|
const activatorProps = computed(() => ({
|
@@ -9042,6 +9043,7 @@ const VListItem = genericComponent()({
|
|
9042
9043
|
}));
|
9043
9044
|
function onClick(e) {
|
9044
9045
|
emit('click', e);
|
9046
|
+
if (['INPUT', 'TEXTAREA'].includes(e.target?.tagName)) return;
|
9045
9047
|
if (!isClickable.value) return;
|
9046
9048
|
link.navigate?.(e);
|
9047
9049
|
if (isGroupActivator) return;
|
@@ -9054,6 +9056,7 @@ const VListItem = genericComponent()({
|
|
9054
9056
|
}
|
9055
9057
|
}
|
9056
9058
|
function onKeyDown(e) {
|
9059
|
+
if (['INPUT', 'TEXTAREA'].includes(e.target?.tagName)) return;
|
9057
9060
|
if (e.key === 'Enter' || e.key === ' ') {
|
9058
9061
|
e.preventDefault();
|
9059
9062
|
e.target.dispatchEvent(new MouseEvent('click', e));
|
@@ -30844,7 +30847,7 @@ function createVuetify$1() {
|
|
30844
30847
|
};
|
30845
30848
|
});
|
30846
30849
|
}
|
30847
|
-
const version$1 = "3.7.7-dev.2025-01-
|
30850
|
+
const version$1 = "3.7.7-dev.2025-01-23";
|
30848
30851
|
createVuetify$1.version = version$1;
|
30849
30852
|
|
30850
30853
|
// Vue's inject() can only be used in setup
|
@@ -31097,7 +31100,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
31097
31100
|
|
31098
31101
|
/* eslint-disable local-rules/sort-imports */
|
31099
31102
|
|
31100
|
-
const version = "3.7.7-dev.2025-01-
|
31103
|
+
const version = "3.7.7-dev.2025-01-23";
|
31101
31104
|
|
31102
31105
|
/* eslint-disable local-rules/sort-imports */
|
31103
31106
|
|