@vuetify/nightly 3.7.6-master.2025-01-16 → 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 +41 -0
- package/dist/json/attributes.json +2923 -2923
- package/dist/json/importMap-labs.json +18 -18
- package/dist/json/importMap.json +168 -168
- package/dist/json/web-types.json +5135 -5135
- package/dist/vuetify-labs.css +4875 -4875
- 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 +3768 -3768
- package/dist/vuetify.d.ts +55 -55
- 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 +55 -55
- 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,42 +67096,37 @@ declare module 'vue' {
|
|
67096
67096
|
$children?: VNodeChild
|
67097
67097
|
}
|
67098
67098
|
export interface GlobalComponents {
|
67099
|
-
VAppBar: typeof import('vuetify/components')['VAppBar']
|
67100
|
-
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
67101
|
-
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
67102
67099
|
VApp: typeof import('vuetify/components')['VApp']
|
67100
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
67101
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
67102
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
67103
67103
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
67104
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
67105
67104
|
VBadge: typeof import('vuetify/components')['VBadge']
|
67106
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
67107
67105
|
VBanner: typeof import('vuetify/components')['VBanner']
|
67108
67106
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
67109
67107
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
67110
|
-
VAlert: typeof import('vuetify/components')['VAlert']
|
67111
|
-
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
67112
67108
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
67113
67109
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
67114
67110
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
67111
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
67115
67112
|
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
67116
67113
|
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
67117
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
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']
|
67120
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
67124
67121
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
67125
67122
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
67126
|
-
|
67123
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
67127
67124
|
VChip: typeof import('vuetify/components')['VChip']
|
67128
67125
|
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
67126
|
+
VCode: typeof import('vuetify/components')['VCode']
|
67127
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
67129
67128
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
67130
67129
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
67131
|
-
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
67132
|
-
VCounter: typeof import('vuetify/components')['VCounter']
|
67133
|
-
VCode: typeof import('vuetify/components')['VCode']
|
67134
|
-
VCombobox: typeof import('vuetify/components')['VCombobox']
|
67135
67130
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
67136
67131
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
67137
67132
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -67139,36 +67134,35 @@ declare module 'vue' {
|
|
67139
67134
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
67140
67135
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
67141
67136
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
67142
|
-
|
67143
|
-
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
67144
|
-
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
67145
|
-
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
67146
|
-
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
67147
|
-
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
67148
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
67137
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
67149
67138
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
67150
67139
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
67151
67140
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
67152
67141
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
67153
67142
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
67154
67143
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
67144
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
67145
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
67146
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
67147
|
+
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
67148
|
+
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
67149
|
+
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
67150
|
+
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
67151
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
67152
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
67155
67153
|
VFab: typeof import('vuetify/components')['VFab']
|
67156
67154
|
VField: typeof import('vuetify/components')['VField']
|
67157
67155
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
67158
|
-
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
67159
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
67160
67156
|
VFooter: typeof import('vuetify/components')['VFooter']
|
67161
67157
|
VImg: typeof import('vuetify/components')['VImg']
|
67158
|
+
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
67159
|
+
VItem: typeof import('vuetify/components')['VItem']
|
67162
67160
|
VInput: typeof import('vuetify/components')['VInput']
|
67163
67161
|
VIcon: typeof import('vuetify/components')['VIcon']
|
67164
67162
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
67165
67163
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
67166
67164
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
67167
67165
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
67168
|
-
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
67169
|
-
VItem: typeof import('vuetify/components')['VItem']
|
67170
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
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,71 +67172,74 @@ 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']
|
67181
|
-
|
67175
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
67176
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
67182
67177
|
VMenu: typeof import('vuetify/components')['VMenu']
|
67183
|
-
|
67184
|
-
|
67178
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
67179
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
67180
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
67185
67181
|
VMain: typeof import('vuetify/components')['VMain']
|
67182
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
67186
67183
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
67187
|
-
VMessages: typeof import('vuetify/components')['VMessages']
|
67188
67184
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
67189
|
-
|
67185
|
+
VPagination: typeof import('vuetify/components')['VPagination']
|
67190
67186
|
VRating: typeof import('vuetify/components')['VRating']
|
67187
|
+
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
67191
67188
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
67192
|
-
VSelect: typeof import('vuetify/components')['VSelect']
|
67193
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
67194
67189
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
67195
|
-
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
67196
67190
|
VSheet: typeof import('vuetify/components')['VSheet']
|
67191
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
67197
67192
|
VSlider: typeof import('vuetify/components')['VSlider']
|
67198
|
-
|
67199
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
67200
|
-
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
67201
|
-
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
67202
|
-
VTable: typeof import('vuetify/components')['VTable']
|
67193
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
67203
67194
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
67204
|
-
|
67205
|
-
|
67206
|
-
VTextField: typeof import('vuetify/components')['VTextField']
|
67195
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
67196
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
67207
67197
|
VStepper: typeof import('vuetify/components')['VStepper']
|
67208
67198
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
67209
67199
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
67210
67200
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
67211
67201
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
67212
67202
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
67213
|
-
|
67203
|
+
VTable: typeof import('vuetify/components')['VTable']
|
67214
67204
|
VTab: typeof import('vuetify/components')['VTab']
|
67215
67205
|
VTabs: typeof import('vuetify/components')['VTabs']
|
67216
67206
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
67217
67207
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
67208
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
67209
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
67210
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
67211
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
67218
67212
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
67219
67213
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
67220
67214
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
67221
67215
|
VTooltip: typeof import('vuetify/components')['VTooltip']
|
67222
67216
|
VWindow: typeof import('vuetify/components')['VWindow']
|
67223
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']
|
67224
67221
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
67225
|
-
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
67226
67222
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
67227
|
-
|
67228
|
-
VHover: typeof import('vuetify/components')['VHover']
|
67223
|
+
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
67229
67224
|
VContainer: typeof import('vuetify/components')['VContainer']
|
67230
67225
|
VCol: typeof import('vuetify/components')['VCol']
|
67231
67226
|
VRow: typeof import('vuetify/components')['VRow']
|
67232
67227
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
67228
|
+
VForm: typeof import('vuetify/components')['VForm']
|
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
67233
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
67236
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
67237
|
-
VParallax: typeof import('vuetify/components')['VParallax']
|
67238
67234
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
67235
|
+
VParallax: typeof import('vuetify/components')['VParallax']
|
67239
67236
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
67240
|
-
VRadio: typeof import('vuetify/components')['VRadio']
|
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
|
-
VValidation: typeof import('vuetify/components')['VValidation']
|
67245
67241
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
67242
|
+
VValidation: typeof import('vuetify/components')['VValidation']
|
67246
67243
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
67247
67244
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
67248
67245
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
@@ -67260,8 +67257,9 @@ 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']
|
67263
|
-
|
67264
|
-
|
67260
|
+
VAppBar: typeof import('vuetify/components')['VAppBar']
|
67261
|
+
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
67262
|
+
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
67265
67263
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
67266
67264
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
67267
67265
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
@@ -67272,16 +67270,18 @@ declare module 'vue' {
|
|
67272
67270
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
67273
67271
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
67274
67272
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
67273
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
67274
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
67275
|
+
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
67276
|
+
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
67275
67277
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
67276
67278
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
67277
67279
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
67278
67280
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
67279
67281
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
67280
67282
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
67281
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
67282
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
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 };
|