@vuetify/nightly 3.7.6-master.2025-01-18 → 3.7.6-master.2025-01-19
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 +1305 -1305
- package/dist/json/importMap-labs.json +22 -22
- package/dist/json/importMap.json +180 -180
- package/dist/json/web-types.json +2326 -2326
- package/dist/vuetify-labs.css +4360 -4360
- package/dist/vuetify-labs.esm.js +6 -6
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +6 -6
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +4632 -4632
- package/dist/vuetify.d.ts +63 -63
- package/dist/vuetify.esm.js +4 -4
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +4 -4
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +4 -4
- package/dist/vuetify.min.js.map +1 -1
- package/lib/composables/nested/nested.mjs +1 -1
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +63 -63
- package/lib/labs/VTreeview/VTreeviewChildren.mjs +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.mjs +2 -2
- package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -67096,50 +67096,37 @@ declare module 'vue' {
|
|
67096
67096
|
$children?: VNodeChild
|
67097
67097
|
}
|
67098
67098
|
export interface GlobalComponents {
|
67099
|
-
|
67100
|
-
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
67101
|
-
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
67102
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
67099
|
+
VApp: typeof import('vuetify/components')['VApp']
|
67103
67100
|
VAlert: typeof import('vuetify/components')['VAlert']
|
67104
67101
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
67105
|
-
|
67102
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
67103
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
67104
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
67106
67105
|
VBanner: typeof import('vuetify/components')['VBanner']
|
67107
67106
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
67108
67107
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
67109
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
67110
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
67111
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
67112
|
-
VBadge: typeof import('vuetify/components')['VBadge']
|
67113
67108
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
67114
67109
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
67115
67110
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
67116
|
-
|
67117
|
-
|
67111
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
67112
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
67113
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
67118
67114
|
VCard: typeof import('vuetify/components')['VCard']
|
67119
67115
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
67120
67116
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
67121
67117
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
67122
67118
|
VCardText: typeof import('vuetify/components')['VCardText']
|
67123
67119
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
67124
|
-
|
67125
|
-
|
67126
|
-
|
67120
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
67121
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
67122
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
67123
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
67127
67124
|
VChip: typeof import('vuetify/components')['VChip']
|
67128
67125
|
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
67129
67126
|
VCode: typeof import('vuetify/components')['VCode']
|
67130
|
-
VCarousel: typeof import('vuetify/components')['VCarousel']
|
67131
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
67132
|
-
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
67133
|
-
VCombobox: typeof import('vuetify/components')['VCombobox']
|
67134
67127
|
VCounter: typeof import('vuetify/components')['VCounter']
|
67135
|
-
|
67136
|
-
|
67137
|
-
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
67138
|
-
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
67139
|
-
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
67140
|
-
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
67141
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
67142
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
67128
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
67129
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
67143
67130
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
67144
67131
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
67145
67132
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -67147,28 +67134,35 @@ declare module 'vue' {
|
|
67147
67134
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
67148
67135
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
67149
67136
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
67137
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
67138
|
+
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
67139
|
+
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
67140
|
+
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
67141
|
+
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
67142
|
+
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
67143
|
+
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
67150
67144
|
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
67151
|
-
|
67145
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
67146
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
67152
67147
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
67153
67148
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
67154
67149
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
67155
67150
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
67151
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
67156
67152
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
67157
|
-
|
67153
|
+
VFab: typeof import('vuetify/components')['VFab']
|
67158
67154
|
VField: typeof import('vuetify/components')['VField']
|
67159
67155
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
67156
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
67157
|
+
VImg: typeof import('vuetify/components')['VImg']
|
67158
|
+
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
67159
|
+
VItem: typeof import('vuetify/components')['VItem']
|
67160
|
+
VInput: typeof import('vuetify/components')['VInput']
|
67160
67161
|
VIcon: typeof import('vuetify/components')['VIcon']
|
67161
67162
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
67162
67163
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
67163
67164
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
67164
67165
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
67165
|
-
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
67166
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
67167
|
-
VImg: typeof import('vuetify/components')['VImg']
|
67168
|
-
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
67169
|
-
VItem: typeof import('vuetify/components')['VItem']
|
67170
|
-
VInput: typeof import('vuetify/components')['VInput']
|
67171
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
67172
67166
|
VList: typeof import('vuetify/components')['VList']
|
67173
67167
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
67174
67168
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -67178,67 +67172,70 @@ declare module 'vue' {
|
|
67178
67172
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
67179
67173
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
67180
67174
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
67175
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
67176
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
67181
67177
|
VMenu: typeof import('vuetify/components')['VMenu']
|
67178
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
67182
67179
|
VMessages: typeof import('vuetify/components')['VMessages']
|
67183
67180
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
67184
|
-
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
67185
67181
|
VMain: typeof import('vuetify/components')['VMain']
|
67186
|
-
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
67187
|
-
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
67188
|
-
VRating: typeof import('vuetify/components')['VRating']
|
67189
67182
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
67183
|
+
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
67184
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
67190
67185
|
VPagination: typeof import('vuetify/components')['VPagination']
|
67191
|
-
|
67192
|
-
|
67186
|
+
VRating: typeof import('vuetify/components')['VRating']
|
67187
|
+
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
67193
67188
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
67194
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
67195
|
-
VSheet: typeof import('vuetify/components')['VSheet']
|
67196
|
-
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
67197
67189
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
67190
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
67191
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
67192
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
67198
67193
|
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
67194
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
67195
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
67196
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
67199
67197
|
VStepper: typeof import('vuetify/components')['VStepper']
|
67200
67198
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
67201
67199
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
67202
67200
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
67203
67201
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
67204
67202
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
67205
|
-
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
67206
|
-
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
67207
|
-
VSwitch: typeof import('vuetify/components')['VSwitch']
|
67208
67203
|
VTable: typeof import('vuetify/components')['VTable']
|
67209
67204
|
VTab: typeof import('vuetify/components')['VTab']
|
67210
67205
|
VTabs: typeof import('vuetify/components')['VTabs']
|
67211
67206
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
67212
67207
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
67213
67208
|
VTextarea: typeof import('vuetify/components')['VTextarea']
|
67209
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
67214
67210
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
67215
67211
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
67216
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
67217
|
-
VWindow: typeof import('vuetify/components')['VWindow']
|
67218
|
-
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
67219
|
-
VTextField: typeof import('vuetify/components')['VTextField']
|
67220
67212
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
67221
67213
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
67222
67214
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
67223
|
-
|
67224
|
-
|
67215
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
67216
|
+
VWindow: typeof import('vuetify/components')['VWindow']
|
67217
|
+
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
67218
|
+
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
67219
|
+
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
67220
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
67225
67221
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
67222
|
+
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
67226
67223
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
67227
|
-
VForm: typeof import('vuetify/components')['VForm']
|
67228
67224
|
VContainer: typeof import('vuetify/components')['VContainer']
|
67229
67225
|
VCol: typeof import('vuetify/components')['VCol']
|
67230
67226
|
VRow: typeof import('vuetify/components')['VRow']
|
67231
67227
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
67228
|
+
VForm: typeof import('vuetify/components')['VForm']
|
67232
67229
|
VHover: typeof import('vuetify/components')['VHover']
|
67230
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
67233
67231
|
VLayout: typeof import('vuetify/components')['VLayout']
|
67234
67232
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
67235
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
67236
67233
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
67237
67234
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
67238
67235
|
VParallax: typeof import('vuetify/components')['VParallax']
|
67239
|
-
VRadio: typeof import('vuetify/components')['VRadio']
|
67240
67236
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
67241
67237
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
67238
|
+
VRadio: typeof import('vuetify/components')['VRadio']
|
67242
67239
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
67243
67240
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
67244
67241
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
@@ -67260,28 +67257,31 @@ declare module 'vue' {
|
|
67260
67257
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
67261
67258
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
67262
67259
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
67260
|
+
VAppBar: typeof import('vuetify/components')['VAppBar']
|
67261
|
+
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
67262
|
+
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
67263
67263
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
67264
67264
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
67265
67265
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
67266
67266
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
67267
67267
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
67268
67268
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
67269
|
-
|
67270
|
-
|
67269
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
67270
|
+
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
67271
|
+
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
67272
|
+
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
67271
67273
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
67272
67274
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
67273
|
-
|
67275
|
+
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
67276
|
+
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
67274
67277
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
67275
67278
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
67276
67279
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
67277
|
-
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
67278
|
-
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
67279
|
-
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
67280
67280
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
67281
67281
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
67282
67282
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
67283
|
-
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
67284
67283
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
67284
|
+
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
67285
67285
|
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
67286
67286
|
}
|
67287
67287
|
}
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.6-master.2025-01-
|
2
|
+
* Vuetify v3.7.6-master.2025-01-19
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -8953,7 +8953,7 @@ const useNestedItem = (id, isGroup) => {
|
|
8953
8953
|
isActivated: computed(() => parent.root.activated.value.has(toRaw(computedId.value))),
|
8954
8954
|
select: (selected, e) => parent.root.select(computedId.value, selected, e),
|
8955
8955
|
isSelected: computed(() => parent.root.selected.value.get(toRaw(computedId.value)) === 'on'),
|
8956
|
-
isIndeterminate: computed(() => parent.root.selected.value.get(computedId.value) === 'indeterminate'),
|
8956
|
+
isIndeterminate: computed(() => parent.root.selected.value.get(toRaw(computedId.value)) === 'indeterminate'),
|
8957
8957
|
isLeaf: computed(() => !parent.root.children.value.get(computedId.value)),
|
8958
8958
|
isGroupActivator: parent.isGroupActivator
|
8959
8959
|
};
|
@@ -28303,7 +28303,7 @@ function createVuetify$1() {
|
|
28303
28303
|
goTo
|
28304
28304
|
};
|
28305
28305
|
}
|
28306
|
-
const version$1 = "3.7.6-master.2025-01-
|
28306
|
+
const version$1 = "3.7.6-master.2025-01-19";
|
28307
28307
|
createVuetify$1.version = version$1;
|
28308
28308
|
|
28309
28309
|
// Vue's inject() can only be used in setup
|
@@ -28328,7 +28328,7 @@ const createVuetify = function () {
|
|
28328
28328
|
...options
|
28329
28329
|
});
|
28330
28330
|
};
|
28331
|
-
const version = "3.7.6-master.2025-01-
|
28331
|
+
const version = "3.7.6-master.2025-01-19";
|
28332
28332
|
createVuetify.version = version;
|
28333
28333
|
|
28334
28334
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|