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.d.ts
CHANGED
|
@@ -115066,41 +115066,41 @@ declare module 'vue' {
|
|
|
115066
115066
|
export interface GlobalComponents {
|
|
115067
115067
|
VAlert: VAlert
|
|
115068
115068
|
VAlertTitle: VAlertTitle
|
|
115069
|
+
VApp: VApp
|
|
115069
115070
|
VAppBar: VAppBar
|
|
115070
115071
|
VAppBarNavIcon: VAppBarNavIcon
|
|
115071
115072
|
VAppBarTitle: VAppBarTitle
|
|
115072
|
-
VApp: VApp
|
|
115073
115073
|
VAutocomplete: VAutocomplete
|
|
115074
|
+
VAvatar: VAvatar
|
|
115074
115075
|
VBadge: VBadge
|
|
115076
|
+
VBottomNavigation: VBottomNavigation
|
|
115075
115077
|
VBanner: VBanner
|
|
115076
115078
|
VBannerActions: VBannerActions
|
|
115077
115079
|
VBannerText: VBannerText
|
|
115078
|
-
VBtnGroup: VBtnGroup
|
|
115079
|
-
VAvatar: VAvatar
|
|
115080
|
-
VBottomSheet: VBottomSheet
|
|
115081
115080
|
VBtnToggle: VBtnToggle
|
|
115082
|
-
VBtn: VBtn
|
|
115083
|
-
VBottomNavigation: VBottomNavigation
|
|
115084
115081
|
VBreadcrumbs: VBreadcrumbs
|
|
115085
115082
|
VBreadcrumbsItem: VBreadcrumbsItem
|
|
115086
115083
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
|
115084
|
+
VBtn: VBtn
|
|
115085
|
+
VBottomSheet: VBottomSheet
|
|
115086
|
+
VBtnGroup: VBtnGroup
|
|
115087
115087
|
VCard: VCard
|
|
115088
115088
|
VCardActions: VCardActions
|
|
115089
115089
|
VCardItem: VCardItem
|
|
115090
115090
|
VCardSubtitle: VCardSubtitle
|
|
115091
115091
|
VCardText: VCardText
|
|
115092
115092
|
VCardTitle: VCardTitle
|
|
115093
|
+
VCalendar: VCalendar
|
|
115094
|
+
VCheckbox: VCheckbox
|
|
115095
|
+
VCheckboxBtn: VCheckboxBtn
|
|
115096
|
+
VColorPicker: VColorPicker
|
|
115093
115097
|
VCarousel: VCarousel
|
|
115094
115098
|
VCarouselItem: VCarouselItem
|
|
115095
|
-
VCalendar: VCalendar
|
|
115096
115099
|
VChip: VChip
|
|
115097
|
-
VChipGroup: VChipGroup
|
|
115098
115100
|
VCode: VCode
|
|
115099
|
-
|
|
115101
|
+
VChipGroup: VChipGroup
|
|
115100
115102
|
VCounter: VCounter
|
|
115101
|
-
|
|
115102
|
-
VCheckboxBtn: VCheckboxBtn
|
|
115103
|
-
VColorPicker: VColorPicker
|
|
115103
|
+
VCombobox: VCombobox
|
|
115104
115104
|
VDatePicker: VDatePicker
|
|
115105
115105
|
VDatePickerControls: VDatePickerControls
|
|
115106
115106
|
VDatePickerHeader: VDatePickerHeader
|
|
@@ -115120,27 +115120,22 @@ declare module 'vue' {
|
|
|
115120
115120
|
VExpansionPanelText: VExpansionPanelText
|
|
115121
115121
|
VExpansionPanelTitle: VExpansionPanelTitle
|
|
115122
115122
|
VDivider: VDivider
|
|
115123
|
-
VFooter: VFooter
|
|
115124
|
-
VFab: VFab
|
|
115125
|
-
VEmptyState: VEmptyState
|
|
115126
115123
|
VField: VField
|
|
115127
115124
|
VFieldLabel: VFieldLabel
|
|
115125
|
+
VEmptyState: VEmptyState
|
|
115126
|
+
VFooter: VFooter
|
|
115128
115127
|
VHotkey: VHotkey
|
|
115129
115128
|
VFileInput: VFileInput
|
|
115130
115129
|
VImg: VImg
|
|
115131
|
-
VInfiniteScroll: VInfiniteScroll
|
|
115132
115130
|
VIcon: VIcon
|
|
115133
115131
|
VComponentIcon: VComponentIcon
|
|
115134
115132
|
VSvgIcon: VSvgIcon
|
|
115135
115133
|
VLigatureIcon: VLigatureIcon
|
|
115136
115134
|
VClassIcon: VClassIcon
|
|
115135
|
+
VInput: VInput
|
|
115136
|
+
VInfiniteScroll: VInfiniteScroll
|
|
115137
115137
|
VItemGroup: VItemGroup
|
|
115138
115138
|
VItem: VItem
|
|
115139
|
-
VInput: VInput
|
|
115140
|
-
VKbd: VKbd
|
|
115141
|
-
VMain: VMain
|
|
115142
|
-
VLabel: VLabel
|
|
115143
|
-
VMessages: VMessages
|
|
115144
115139
|
VList: VList
|
|
115145
115140
|
VListGroup: VListGroup
|
|
115146
115141
|
VListImg: VListImg
|
|
@@ -115150,25 +115145,36 @@ declare module 'vue' {
|
|
|
115150
115145
|
VListItemSubtitle: VListItemSubtitle
|
|
115151
115146
|
VListItemTitle: VListItemTitle
|
|
115152
115147
|
VListSubheader: VListSubheader
|
|
115153
|
-
|
|
115148
|
+
VMain: VMain
|
|
115149
|
+
VLabel: VLabel
|
|
115150
|
+
VKbd: VKbd
|
|
115154
115151
|
VMenu: VMenu
|
|
115155
|
-
|
|
115152
|
+
VNumberInput: VNumberInput
|
|
115153
|
+
VMessages: VMessages
|
|
115156
115154
|
VOtpInput: VOtpInput
|
|
115157
|
-
|
|
115155
|
+
VNavigationDrawer: VNavigationDrawer
|
|
115156
|
+
VPagination: VPagination
|
|
115158
115157
|
VOverlay: VOverlay
|
|
115158
|
+
VRadioGroup: VRadioGroup
|
|
115159
115159
|
VProgressLinear: VProgressLinear
|
|
115160
|
-
|
|
115160
|
+
VProgressCircular: VProgressCircular
|
|
115161
|
+
VSelectionControl: VSelectionControl
|
|
115162
|
+
VFab: VFab
|
|
115161
115163
|
VRating: VRating
|
|
115164
|
+
VSelect: VSelect
|
|
115162
115165
|
VSelectionControlGroup: VSelectionControlGroup
|
|
115163
|
-
VRadioGroup: VRadioGroup
|
|
115164
|
-
VPagination: VPagination
|
|
115165
|
-
VSelectionControl: VSelectionControl
|
|
115166
|
-
VSkeletonLoader: VSkeletonLoader
|
|
115167
|
-
VSlider: VSlider
|
|
115168
115166
|
VSheet: VSheet
|
|
115167
|
+
VSnackbar: VSnackbar
|
|
115168
|
+
VSlider: VSlider
|
|
115169
115169
|
VSlideGroup: VSlideGroup
|
|
115170
115170
|
VSlideGroupItem: VSlideGroupItem
|
|
115171
|
-
|
|
115171
|
+
VStepper: VStepper
|
|
115172
|
+
VStepperActions: VStepperActions
|
|
115173
|
+
VStepperHeader: VStepperHeader
|
|
115174
|
+
VStepperItem: VStepperItem
|
|
115175
|
+
VStepperWindow: VStepperWindow
|
|
115176
|
+
VStepperWindowItem: VStepperWindowItem
|
|
115177
|
+
VSkeletonLoader: VSkeletonLoader
|
|
115172
115178
|
VTab: VTab
|
|
115173
115179
|
VTabs: VTabs
|
|
115174
115180
|
VTabsWindow: VTabsWindow
|
|
@@ -115176,52 +115182,45 @@ declare module 'vue' {
|
|
|
115176
115182
|
VSwitch: VSwitch
|
|
115177
115183
|
VTable: VTable
|
|
115178
115184
|
VSystemBar: VSystemBar
|
|
115179
|
-
VStepper: VStepper
|
|
115180
|
-
VStepperActions: VStepperActions
|
|
115181
|
-
VStepperHeader: VStepperHeader
|
|
115182
|
-
VStepperItem: VStepperItem
|
|
115183
|
-
VStepperWindow: VStepperWindow
|
|
115184
|
-
VStepperWindowItem: VStepperWindowItem
|
|
115185
|
-
VTextarea: VTextarea
|
|
115186
|
-
VTextField: VTextField
|
|
115187
115185
|
VTimePicker: VTimePicker
|
|
115188
115186
|
VTimePickerClock: VTimePickerClock
|
|
115189
115187
|
VTimePickerControls: VTimePickerControls
|
|
115188
|
+
VTextField: VTextField
|
|
115190
115189
|
VTimeline: VTimeline
|
|
115191
115190
|
VTimelineItem: VTimelineItem
|
|
115192
115191
|
VToolbar: VToolbar
|
|
115193
115192
|
VToolbarTitle: VToolbarTitle
|
|
115194
115193
|
VToolbarItems: VToolbarItems
|
|
115195
|
-
|
|
115196
|
-
VWindowItem: VWindowItem
|
|
115197
|
-
VTooltip: VTooltip
|
|
115194
|
+
VTextarea: VTextarea
|
|
115198
115195
|
VTreeview: VTreeview
|
|
115199
115196
|
VTreeviewItem: VTreeviewItem
|
|
115200
115197
|
VTreeviewGroup: VTreeviewGroup
|
|
115198
|
+
VTooltip: VTooltip
|
|
115199
|
+
VWindow: VWindow
|
|
115200
|
+
VWindowItem: VWindowItem
|
|
115201
115201
|
VConfirmEdit: VConfirmEdit
|
|
115202
115202
|
VDataIterator: VDataIterator
|
|
115203
115203
|
VDefaultsProvider: VDefaultsProvider
|
|
115204
115204
|
VForm: VForm
|
|
115205
|
-
VHover: VHover
|
|
115206
115205
|
VContainer: VContainer
|
|
115207
115206
|
VCol: VCol
|
|
115208
115207
|
VRow: VRow
|
|
115209
115208
|
VSpacer: VSpacer
|
|
115210
|
-
|
|
115211
|
-
VLocaleProvider: VLocaleProvider
|
|
115209
|
+
VHover: VHover
|
|
115212
115210
|
VLayout: VLayout
|
|
115213
115211
|
VLayoutItem: VLayoutItem
|
|
115212
|
+
VLazy: VLazy
|
|
115213
|
+
VLocaleProvider: VLocaleProvider
|
|
115214
115214
|
VNoSsr: VNoSsr
|
|
115215
115215
|
VParallax: VParallax
|
|
115216
|
-
VRangeSlider: VRangeSlider
|
|
115217
115216
|
VRadio: VRadio
|
|
115217
|
+
VRangeSlider: VRangeSlider
|
|
115218
115218
|
VResponsive: VResponsive
|
|
115219
|
+
VSparkline: VSparkline
|
|
115219
115220
|
VSnackbarQueue: VSnackbarQueue
|
|
115220
115221
|
VSpeedDial: VSpeedDial
|
|
115221
|
-
VSparkline: VSparkline
|
|
115222
115222
|
VThemeProvider: VThemeProvider
|
|
115223
115223
|
VValidation: VValidation
|
|
115224
|
-
VVirtualScroll: VVirtualScroll
|
|
115225
115224
|
VFabTransition: VFabTransition
|
|
115226
115225
|
VDialogBottomTransition: VDialogBottomTransition
|
|
115227
115226
|
VDialogTopTransition: VDialogTopTransition
|
|
@@ -115239,21 +115238,22 @@ declare module 'vue' {
|
|
|
115239
115238
|
VExpandXTransition: VExpandXTransition
|
|
115240
115239
|
VExpandBothTransition: VExpandBothTransition
|
|
115241
115240
|
VDialogTransition: VDialogTransition
|
|
115242
|
-
|
|
115241
|
+
VVirtualScroll: VVirtualScroll
|
|
115243
115242
|
VCommandPalette: VCommandPalette
|
|
115244
115243
|
VCommandPaletteItemComponent: VCommandPaletteItemComponent
|
|
115245
115244
|
VAvatarGroup: VAvatarGroup
|
|
115246
|
-
VIconBtn: VIconBtn
|
|
115247
115245
|
VFileUpload: VFileUpload
|
|
115248
115246
|
VFileUploadItem: VFileUploadItem
|
|
115247
|
+
VIconBtn: VIconBtn
|
|
115248
|
+
VPicker: VPicker
|
|
115249
|
+
VPickerTitle: VPickerTitle
|
|
115249
115250
|
VStepperVertical: VStepperVertical
|
|
115250
115251
|
VStepperVerticalItem: VStepperVerticalItem
|
|
115251
115252
|
VStepperVerticalActions: VStepperVerticalActions
|
|
115252
|
-
VPicker: VPicker
|
|
115253
|
-
VPickerTitle: VPickerTitle
|
|
115254
115253
|
VPie: VPie
|
|
115255
115254
|
VPieSegment: VPieSegment
|
|
115256
115255
|
VPieTooltip: VPieTooltip
|
|
115256
|
+
VColorInput: VColorInput
|
|
115257
115257
|
VVideo: VVideo
|
|
115258
115258
|
VVideoControls: VVideoControls
|
|
115259
115259
|
VVideoVolume: VVideoVolume
|
package/dist/vuetify.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
|
*/
|
|
@@ -11278,6 +11278,7 @@ const VList = genericComponent()({
|
|
|
11278
11278
|
}
|
|
11279
11279
|
}
|
|
11280
11280
|
useRender(() => {
|
|
11281
|
+
const indent = props.indent ?? (props.prependGap ? Number(props.prependGap) + 24 : undefined);
|
|
11281
11282
|
const ariaMultiselectable = isSelectable.value ? attrs.ariaMultiselectable ?? !String(props.selectStrategy).startsWith('single-') : undefined;
|
|
11282
11283
|
return createVNode(props.tag, {
|
|
11283
11284
|
"ref": contentRef,
|
|
@@ -11287,7 +11288,8 @@ const VList = genericComponent()({
|
|
|
11287
11288
|
'v-list--slim': props.slim
|
|
11288
11289
|
}, themeClasses.value, backgroundColorClasses.value, borderClasses.value, densityClasses.value, elevationClasses.value, lineClasses.value, roundedClasses.value, props.class]),
|
|
11289
11290
|
"style": normalizeStyle([{
|
|
11290
|
-
'--v-list-indent': convertToUnit(
|
|
11291
|
+
'--v-list-indent': convertToUnit(indent),
|
|
11292
|
+
'--v-list-group-prepend': indent ? '0px' : undefined,
|
|
11291
11293
|
'--v-list-prepend-gap': convertToUnit(props.prependGap)
|
|
11292
11294
|
}, backgroundColorStyles.value, dimensionStyles.value, props.style]),
|
|
11293
11295
|
"tabindex": props.disabled ? -1 : 0,
|
|
@@ -37402,7 +37404,7 @@ function createVuetify$1() {
|
|
|
37402
37404
|
};
|
|
37403
37405
|
});
|
|
37404
37406
|
}
|
|
37405
|
-
const version$1 = "3.12.
|
|
37407
|
+
const version$1 = "3.12.1";
|
|
37406
37408
|
createVuetify$1.version = version$1;
|
|
37407
37409
|
|
|
37408
37410
|
// Vue's inject() can only be used in setup
|
|
@@ -37427,7 +37429,7 @@ const createVuetify = function () {
|
|
|
37427
37429
|
...options
|
|
37428
37430
|
});
|
|
37429
37431
|
};
|
|
37430
|
-
const version = "3.12.
|
|
37432
|
+
const version = "3.12.1";
|
|
37431
37433
|
createVuetify.version = version;
|
|
37432
37434
|
|
|
37433
37435
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useHotkey, useLayout, useLocale, useMask, useRtl, useTheme, version };
|