vuetify 3.12.0 → 3.12.1
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/README.md +0 -24
- package/dist/json/attributes.json +1793 -1793
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +166 -166
- package/dist/json/web-types.json +3410 -3410
- package/dist/vuetify-labs.cjs +6 -4
- package/dist/vuetify-labs.css +4420 -4409
- package/dist/vuetify-labs.d.ts +52 -52
- package/dist/vuetify-labs.esm.js +6 -4
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +6 -4
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +6 -4
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3415 -3404
- package/dist/vuetify.d.ts +52 -52
- package/dist/vuetify.esm.js +6 -4
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +6 -4
- 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/VList.css +0 -5
- package/lib/components/VList/VList.js +3 -1
- package/lib/components/VList/VList.js.map +1 -1
- package/lib/components/VList/VList.sass +0 -6
- package/lib/components/VList/VListItem.css +15 -4
- package/lib/components/VList/VListItem.sass +16 -4
- package/lib/components/VList/_variables.scss +2 -3
- package/lib/components/VTreeview/VTreeviewItem.css +27 -22
- package/lib/components/VTreeview/VTreeviewItem.sass +23 -26
- package/lib/components/VTreeview/_variables.scss +5 -5
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +52 -52
- package/lib/framework.js +1 -1
- package/package.json +1 -1
package/dist/vuetify-labs.d.ts
CHANGED
|
@@ -152373,41 +152373,41 @@ declare module 'vue' {
|
|
|
152373
152373
|
export interface GlobalComponents {
|
|
152374
152374
|
VAlert: VAlert
|
|
152375
152375
|
VAlertTitle: VAlertTitle
|
|
152376
|
+
VApp: VApp
|
|
152376
152377
|
VAppBar: VAppBar
|
|
152377
152378
|
VAppBarNavIcon: VAppBarNavIcon
|
|
152378
152379
|
VAppBarTitle: VAppBarTitle
|
|
152379
|
-
VApp: VApp
|
|
152380
152380
|
VAutocomplete: VAutocomplete
|
|
152381
|
+
VAvatar: VAvatar
|
|
152381
152382
|
VBadge: VBadge
|
|
152383
|
+
VBottomNavigation: VBottomNavigation
|
|
152382
152384
|
VBanner: VBanner
|
|
152383
152385
|
VBannerActions: VBannerActions
|
|
152384
152386
|
VBannerText: VBannerText
|
|
152385
|
-
VBtnGroup: VBtnGroup
|
|
152386
|
-
VAvatar: VAvatar
|
|
152387
|
-
VBottomSheet: VBottomSheet
|
|
152388
152387
|
VBtnToggle: VBtnToggle
|
|
152389
|
-
VBtn: VBtn
|
|
152390
|
-
VBottomNavigation: VBottomNavigation
|
|
152391
152388
|
VBreadcrumbs: VBreadcrumbs
|
|
152392
152389
|
VBreadcrumbsItem: VBreadcrumbsItem
|
|
152393
152390
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
|
152391
|
+
VBtn: VBtn
|
|
152392
|
+
VBottomSheet: VBottomSheet
|
|
152393
|
+
VBtnGroup: VBtnGroup
|
|
152394
152394
|
VCard: VCard
|
|
152395
152395
|
VCardActions: VCardActions
|
|
152396
152396
|
VCardItem: VCardItem
|
|
152397
152397
|
VCardSubtitle: VCardSubtitle
|
|
152398
152398
|
VCardText: VCardText
|
|
152399
152399
|
VCardTitle: VCardTitle
|
|
152400
|
+
VCalendar: VCalendar
|
|
152401
|
+
VCheckbox: VCheckbox
|
|
152402
|
+
VCheckboxBtn: VCheckboxBtn
|
|
152403
|
+
VColorPicker: VColorPicker
|
|
152400
152404
|
VCarousel: VCarousel
|
|
152401
152405
|
VCarouselItem: VCarouselItem
|
|
152402
|
-
VCalendar: VCalendar
|
|
152403
152406
|
VChip: VChip
|
|
152404
|
-
VChipGroup: VChipGroup
|
|
152405
152407
|
VCode: VCode
|
|
152406
|
-
|
|
152408
|
+
VChipGroup: VChipGroup
|
|
152407
152409
|
VCounter: VCounter
|
|
152408
|
-
|
|
152409
|
-
VCheckboxBtn: VCheckboxBtn
|
|
152410
|
-
VColorPicker: VColorPicker
|
|
152410
|
+
VCombobox: VCombobox
|
|
152411
152411
|
VDatePicker: VDatePicker
|
|
152412
152412
|
VDatePickerControls: VDatePickerControls
|
|
152413
152413
|
VDatePickerHeader: VDatePickerHeader
|
|
@@ -152427,27 +152427,22 @@ declare module 'vue' {
|
|
|
152427
152427
|
VExpansionPanelText: VExpansionPanelText
|
|
152428
152428
|
VExpansionPanelTitle: VExpansionPanelTitle
|
|
152429
152429
|
VDivider: VDivider
|
|
152430
|
-
VFooter: VFooter
|
|
152431
|
-
VFab: VFab
|
|
152432
|
-
VEmptyState: VEmptyState
|
|
152433
152430
|
VField: VField
|
|
152434
152431
|
VFieldLabel: VFieldLabel
|
|
152432
|
+
VEmptyState: VEmptyState
|
|
152433
|
+
VFooter: VFooter
|
|
152435
152434
|
VHotkey: VHotkey
|
|
152436
152435
|
VFileInput: VFileInput
|
|
152437
152436
|
VImg: VImg
|
|
152438
|
-
VInfiniteScroll: VInfiniteScroll
|
|
152439
152437
|
VIcon: VIcon
|
|
152440
152438
|
VComponentIcon: VComponentIcon
|
|
152441
152439
|
VSvgIcon: VSvgIcon
|
|
152442
152440
|
VLigatureIcon: VLigatureIcon
|
|
152443
152441
|
VClassIcon: VClassIcon
|
|
152442
|
+
VInput: VInput
|
|
152443
|
+
VInfiniteScroll: VInfiniteScroll
|
|
152444
152444
|
VItemGroup: VItemGroup
|
|
152445
152445
|
VItem: VItem
|
|
152446
|
-
VInput: VInput
|
|
152447
|
-
VKbd: VKbd
|
|
152448
|
-
VMain: VMain
|
|
152449
|
-
VLabel: VLabel
|
|
152450
|
-
VMessages: VMessages
|
|
152451
152446
|
VList: VList
|
|
152452
152447
|
VListGroup: VListGroup
|
|
152453
152448
|
VListImg: VListImg
|
|
@@ -152457,25 +152452,36 @@ declare module 'vue' {
|
|
|
152457
152452
|
VListItemSubtitle: VListItemSubtitle
|
|
152458
152453
|
VListItemTitle: VListItemTitle
|
|
152459
152454
|
VListSubheader: VListSubheader
|
|
152460
|
-
|
|
152455
|
+
VMain: VMain
|
|
152456
|
+
VLabel: VLabel
|
|
152457
|
+
VKbd: VKbd
|
|
152461
152458
|
VMenu: VMenu
|
|
152462
|
-
|
|
152459
|
+
VNumberInput: VNumberInput
|
|
152460
|
+
VMessages: VMessages
|
|
152463
152461
|
VOtpInput: VOtpInput
|
|
152464
|
-
|
|
152462
|
+
VNavigationDrawer: VNavigationDrawer
|
|
152463
|
+
VPagination: VPagination
|
|
152465
152464
|
VOverlay: VOverlay
|
|
152465
|
+
VRadioGroup: VRadioGroup
|
|
152466
152466
|
VProgressLinear: VProgressLinear
|
|
152467
|
-
|
|
152467
|
+
VProgressCircular: VProgressCircular
|
|
152468
|
+
VSelectionControl: VSelectionControl
|
|
152469
|
+
VFab: VFab
|
|
152468
152470
|
VRating: VRating
|
|
152471
|
+
VSelect: VSelect
|
|
152469
152472
|
VSelectionControlGroup: VSelectionControlGroup
|
|
152470
|
-
VRadioGroup: VRadioGroup
|
|
152471
|
-
VPagination: VPagination
|
|
152472
|
-
VSelectionControl: VSelectionControl
|
|
152473
|
-
VSkeletonLoader: VSkeletonLoader
|
|
152474
|
-
VSlider: VSlider
|
|
152475
152473
|
VSheet: VSheet
|
|
152474
|
+
VSnackbar: VSnackbar
|
|
152475
|
+
VSlider: VSlider
|
|
152476
152476
|
VSlideGroup: VSlideGroup
|
|
152477
152477
|
VSlideGroupItem: VSlideGroupItem
|
|
152478
|
-
|
|
152478
|
+
VStepper: VStepper
|
|
152479
|
+
VStepperActions: VStepperActions
|
|
152480
|
+
VStepperHeader: VStepperHeader
|
|
152481
|
+
VStepperItem: VStepperItem
|
|
152482
|
+
VStepperWindow: VStepperWindow
|
|
152483
|
+
VStepperWindowItem: VStepperWindowItem
|
|
152484
|
+
VSkeletonLoader: VSkeletonLoader
|
|
152479
152485
|
VTab: VTab
|
|
152480
152486
|
VTabs: VTabs
|
|
152481
152487
|
VTabsWindow: VTabsWindow
|
|
@@ -152483,52 +152489,45 @@ declare module 'vue' {
|
|
|
152483
152489
|
VSwitch: VSwitch
|
|
152484
152490
|
VTable: VTable
|
|
152485
152491
|
VSystemBar: VSystemBar
|
|
152486
|
-
VStepper: VStepper
|
|
152487
|
-
VStepperActions: VStepperActions
|
|
152488
|
-
VStepperHeader: VStepperHeader
|
|
152489
|
-
VStepperItem: VStepperItem
|
|
152490
|
-
VStepperWindow: VStepperWindow
|
|
152491
|
-
VStepperWindowItem: VStepperWindowItem
|
|
152492
|
-
VTextarea: VTextarea
|
|
152493
|
-
VTextField: VTextField
|
|
152494
152492
|
VTimePicker: VTimePicker
|
|
152495
152493
|
VTimePickerClock: VTimePickerClock
|
|
152496
152494
|
VTimePickerControls: VTimePickerControls
|
|
152495
|
+
VTextField: VTextField
|
|
152497
152496
|
VTimeline: VTimeline
|
|
152498
152497
|
VTimelineItem: VTimelineItem
|
|
152499
152498
|
VToolbar: VToolbar
|
|
152500
152499
|
VToolbarTitle: VToolbarTitle
|
|
152501
152500
|
VToolbarItems: VToolbarItems
|
|
152502
|
-
|
|
152503
|
-
VWindowItem: VWindowItem
|
|
152504
|
-
VTooltip: VTooltip
|
|
152501
|
+
VTextarea: VTextarea
|
|
152505
152502
|
VTreeview: VTreeview
|
|
152506
152503
|
VTreeviewItem: VTreeviewItem
|
|
152507
152504
|
VTreeviewGroup: VTreeviewGroup
|
|
152505
|
+
VTooltip: VTooltip
|
|
152506
|
+
VWindow: VWindow
|
|
152507
|
+
VWindowItem: VWindowItem
|
|
152508
152508
|
VConfirmEdit: VConfirmEdit
|
|
152509
152509
|
VDataIterator: VDataIterator
|
|
152510
152510
|
VDefaultsProvider: VDefaultsProvider
|
|
152511
152511
|
VForm: VForm
|
|
152512
|
-
VHover: VHover
|
|
152513
152512
|
VContainer: VContainer
|
|
152514
152513
|
VCol: VCol
|
|
152515
152514
|
VRow: VRow
|
|
152516
152515
|
VSpacer: VSpacer
|
|
152517
|
-
|
|
152518
|
-
VLocaleProvider: VLocaleProvider
|
|
152516
|
+
VHover: VHover
|
|
152519
152517
|
VLayout: VLayout
|
|
152520
152518
|
VLayoutItem: VLayoutItem
|
|
152519
|
+
VLazy: VLazy
|
|
152520
|
+
VLocaleProvider: VLocaleProvider
|
|
152521
152521
|
VNoSsr: VNoSsr
|
|
152522
152522
|
VParallax: VParallax
|
|
152523
|
-
VRangeSlider: VRangeSlider
|
|
152524
152523
|
VRadio: VRadio
|
|
152524
|
+
VRangeSlider: VRangeSlider
|
|
152525
152525
|
VResponsive: VResponsive
|
|
152526
|
+
VSparkline: VSparkline
|
|
152526
152527
|
VSnackbarQueue: VSnackbarQueue
|
|
152527
152528
|
VSpeedDial: VSpeedDial
|
|
152528
|
-
VSparkline: VSparkline
|
|
152529
152529
|
VThemeProvider: VThemeProvider
|
|
152530
152530
|
VValidation: VValidation
|
|
152531
|
-
VVirtualScroll: VVirtualScroll
|
|
152532
152531
|
VFabTransition: VFabTransition
|
|
152533
152532
|
VDialogBottomTransition: VDialogBottomTransition
|
|
152534
152533
|
VDialogTopTransition: VDialogTopTransition
|
|
@@ -152546,21 +152545,22 @@ declare module 'vue' {
|
|
|
152546
152545
|
VExpandXTransition: VExpandXTransition
|
|
152547
152546
|
VExpandBothTransition: VExpandBothTransition
|
|
152548
152547
|
VDialogTransition: VDialogTransition
|
|
152549
|
-
|
|
152548
|
+
VVirtualScroll: VVirtualScroll
|
|
152550
152549
|
VCommandPalette: VCommandPalette
|
|
152551
152550
|
VCommandPaletteItemComponent: VCommandPaletteItemComponent
|
|
152552
152551
|
VAvatarGroup: VAvatarGroup
|
|
152553
|
-
VIconBtn: VIconBtn
|
|
152554
152552
|
VFileUpload: VFileUpload
|
|
152555
152553
|
VFileUploadItem: VFileUploadItem
|
|
152554
|
+
VIconBtn: VIconBtn
|
|
152555
|
+
VPicker: VPicker
|
|
152556
|
+
VPickerTitle: VPickerTitle
|
|
152556
152557
|
VStepperVertical: VStepperVertical
|
|
152557
152558
|
VStepperVerticalItem: VStepperVerticalItem
|
|
152558
152559
|
VStepperVerticalActions: VStepperVerticalActions
|
|
152559
|
-
VPicker: VPicker
|
|
152560
|
-
VPickerTitle: VPickerTitle
|
|
152561
152560
|
VPie: VPie
|
|
152562
152561
|
VPieSegment: VPieSegment
|
|
152563
152562
|
VPieTooltip: VPieTooltip
|
|
152563
|
+
VColorInput: VColorInput
|
|
152564
152564
|
VVideo: VVideo
|
|
152565
152565
|
VVideoControls: VVideoControls
|
|
152566
152566
|
VVideoVolume: VVideoVolume
|
package/dist/vuetify-labs.esm.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.12.
|
|
2
|
+
* Vuetify v3.12.1
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -10948,6 +10948,7 @@ const VList = genericComponent()({
|
|
|
10948
10948
|
}
|
|
10949
10949
|
}
|
|
10950
10950
|
useRender(() => {
|
|
10951
|
+
const indent = props.indent ?? (props.prependGap ? Number(props.prependGap) + 24 : undefined);
|
|
10951
10952
|
const ariaMultiselectable = isSelectable.value ? attrs.ariaMultiselectable ?? !String(props.selectStrategy).startsWith('single-') : undefined;
|
|
10952
10953
|
return createVNode(props.tag, {
|
|
10953
10954
|
"ref": contentRef,
|
|
@@ -10957,7 +10958,8 @@ const VList = genericComponent()({
|
|
|
10957
10958
|
'v-list--slim': props.slim
|
|
10958
10959
|
}, themeClasses.value, backgroundColorClasses.value, borderClasses.value, densityClasses.value, elevationClasses.value, lineClasses.value, roundedClasses.value, props.class]),
|
|
10959
10960
|
"style": normalizeStyle([{
|
|
10960
|
-
'--v-list-indent': convertToUnit(
|
|
10961
|
+
'--v-list-indent': convertToUnit(indent),
|
|
10962
|
+
'--v-list-group-prepend': indent ? '0px' : undefined,
|
|
10961
10963
|
'--v-list-prepend-gap': convertToUnit(props.prependGap)
|
|
10962
10964
|
}, backgroundColorStyles.value, dimensionStyles.value, props.style]),
|
|
10963
10965
|
"tabindex": props.disabled ? -1 : 0,
|
|
@@ -40423,7 +40425,7 @@ function createVuetify$1() {
|
|
|
40423
40425
|
};
|
|
40424
40426
|
});
|
|
40425
40427
|
}
|
|
40426
|
-
const version$1 = "3.12.
|
|
40428
|
+
const version$1 = "3.12.1";
|
|
40427
40429
|
createVuetify$1.version = version$1;
|
|
40428
40430
|
|
|
40429
40431
|
// Vue's inject() can only be used in setup
|
|
@@ -40726,7 +40728,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
40726
40728
|
|
|
40727
40729
|
/* eslint-disable local-rules/sort-imports */
|
|
40728
40730
|
|
|
40729
|
-
const version = "3.12.
|
|
40731
|
+
const version = "3.12.1";
|
|
40730
40732
|
|
|
40731
40733
|
/* eslint-disable local-rules/sort-imports */
|
|
40732
40734
|
|