@vuetify/nightly 3.7.4-master.2024-11-28 → 3.7.4-master.2024-11-29
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/dist/json/attributes.json +2725 -2725
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +160 -160
- package/dist/json/web-types.json +5145 -5145
- package/dist/vuetify-labs.css +2697 -2697
- package/dist/vuetify-labs.esm.js +6 -7
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +6 -7
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1382 -1382
- package/dist/vuetify.d.ts +51 -51
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +51 -51
- package/lib/labs/VTreeview/VTreeviewItem.mjs +3 -4
- package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -67099,48 +67099,49 @@ declare module 'vue' {
|
|
67099
67099
|
$children?: VNodeChild
|
67100
67100
|
}
|
67101
67101
|
export interface GlobalComponents {
|
67102
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
67102
67103
|
VApp: typeof import('vuetify/components')['VApp']
|
67103
67104
|
VAlert: typeof import('vuetify/components')['VAlert']
|
67104
67105
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
67106
|
+
VBanner: typeof import('vuetify/components')['VBanner']
|
67107
|
+
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
67108
|
+
VBannerText: typeof import('vuetify/components')['VBannerText']
|
67109
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
67105
67110
|
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
67106
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
67107
67111
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
67108
67112
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
67109
67113
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
67110
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
67111
|
-
VBadge: typeof import('vuetify/components')['VBadge']
|
67112
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
67113
67114
|
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
67114
67115
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
67115
67116
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
67116
67117
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
67117
|
-
VBanner: typeof import('vuetify/components')['VBanner']
|
67118
|
-
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
67119
|
-
VBannerText: typeof import('vuetify/components')['VBannerText']
|
67120
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
67121
67118
|
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
67122
|
-
|
67123
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
67124
|
-
VCarousel: typeof import('vuetify/components')['VCarousel']
|
67125
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
67126
|
-
VCombobox: typeof import('vuetify/components')['VCombobox']
|
67119
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
67127
67120
|
VCard: typeof import('vuetify/components')['VCard']
|
67128
67121
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
67129
67122
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
67130
67123
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
67131
67124
|
VCardText: typeof import('vuetify/components')['VCardText']
|
67132
67125
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
67133
|
-
|
67126
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
67127
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
67128
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
67129
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
67130
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
67134
67131
|
VChip: typeof import('vuetify/components')['VChip']
|
67135
|
-
|
67136
|
-
|
67132
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
67133
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
67134
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
67137
67135
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
67138
67136
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
67139
67137
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
67140
67138
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
67141
67139
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
67142
67140
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
67143
|
-
|
67141
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
67142
|
+
VCode: typeof import('vuetify/components')['VCode']
|
67143
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
67144
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
67144
67145
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
67145
67146
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
67146
67147
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -67148,30 +67149,30 @@ declare module 'vue' {
|
|
67148
67149
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
67149
67150
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
67150
67151
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
67151
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
67152
67152
|
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
67153
|
+
VFab: typeof import('vuetify/components')['VFab']
|
67153
67154
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
67154
67155
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
67155
67156
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
67156
67157
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
67157
|
-
|
67158
|
-
VFooter: typeof import('vuetify/components')['VFooter']
|
67159
|
-
VFab: typeof import('vuetify/components')['VFab']
|
67158
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
67160
67159
|
VField: typeof import('vuetify/components')['VField']
|
67161
67160
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
67161
|
+
VImg: typeof import('vuetify/components')['VImg']
|
67162
67162
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
67163
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
67163
67164
|
VIcon: typeof import('vuetify/components')['VIcon']
|
67164
67165
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
67165
67166
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
67166
67167
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
67167
67168
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
67168
|
-
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
67169
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
67170
|
-
VImg: typeof import('vuetify/components')['VImg']
|
67171
67169
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
67172
67170
|
VItem: typeof import('vuetify/components')['VItem']
|
67171
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
67173
67172
|
VInput: typeof import('vuetify/components')['VInput']
|
67174
67173
|
VLabel: typeof import('vuetify/components')['VLabel']
|
67174
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
67175
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
67175
67176
|
VList: typeof import('vuetify/components')['VList']
|
67176
67177
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
67177
67178
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -67181,72 +67182,71 @@ declare module 'vue' {
|
|
67181
67182
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
67182
67183
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
67183
67184
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
67185
|
+
VMain: typeof import('vuetify/components')['VMain']
|
67186
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
67184
67187
|
VMessages: typeof import('vuetify/components')['VMessages']
|
67188
|
+
VPagination: typeof import('vuetify/components')['VPagination']
|
67185
67189
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
67186
|
-
VMain: typeof import('vuetify/components')['VMain']
|
67187
|
-
VMenu: typeof import('vuetify/components')['VMenu']
|
67188
67190
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
67189
|
-
VOverlay: typeof import('vuetify/components')['VOverlay']
|
67190
67191
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
67191
67192
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
67192
|
-
VPagination: typeof import('vuetify/components')['VPagination']
|
67193
|
-
VRating: typeof import('vuetify/components')['VRating']
|
67194
67193
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
67195
|
-
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
67196
|
-
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
67197
|
-
VSheet: typeof import('vuetify/components')['VSheet']
|
67198
67194
|
VSelect: typeof import('vuetify/components')['VSelect']
|
67199
|
-
|
67195
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
67196
|
+
VRating: typeof import('vuetify/components')['VRating']
|
67197
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
67198
|
+
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
67200
67199
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
67201
67200
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
67201
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
67202
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
67202
67203
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
67204
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
67205
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
67203
67206
|
VStepper: typeof import('vuetify/components')['VStepper']
|
67204
67207
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
67205
67208
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
67206
67209
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
67207
67210
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
67208
67211
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
67209
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
67210
|
-
VSwitch: typeof import('vuetify/components')['VSwitch']
|
67211
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
67212
|
-
VTable: typeof import('vuetify/components')['VTable']
|
67213
|
-
VTextField: typeof import('vuetify/components')['VTextField']
|
67214
67212
|
VTab: typeof import('vuetify/components')['VTab']
|
67215
67213
|
VTabs: typeof import('vuetify/components')['VTabs']
|
67216
67214
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
67217
67215
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
67216
|
+
VTable: typeof import('vuetify/components')['VTable']
|
67217
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
67218
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
67218
67219
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
67219
67220
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
67220
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
67221
|
-
VToolbar: typeof import('vuetify/components')['VToolbar']
|
67222
|
-
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
67223
|
-
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
67224
67221
|
VTooltip: typeof import('vuetify/components')['VTooltip']
|
67225
67222
|
VWindow: typeof import('vuetify/components')['VWindow']
|
67226
67223
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
67227
|
-
|
67224
|
+
VToolbar: typeof import('vuetify/components')['VToolbar']
|
67225
|
+
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
67226
|
+
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
67228
67227
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
67229
67228
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
67229
|
+
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
67230
|
+
VForm: typeof import('vuetify/components')['VForm']
|
67230
67231
|
VContainer: typeof import('vuetify/components')['VContainer']
|
67231
67232
|
VCol: typeof import('vuetify/components')['VCol']
|
67232
67233
|
VRow: typeof import('vuetify/components')['VRow']
|
67233
67234
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
67234
67235
|
VHover: typeof import('vuetify/components')['VHover']
|
67235
|
-
|
67236
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
67236
67237
|
VLayout: typeof import('vuetify/components')['VLayout']
|
67237
67238
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
67238
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
67239
67239
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
67240
67240
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
67241
67241
|
VParallax: typeof import('vuetify/components')['VParallax']
|
67242
|
-
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
67243
67242
|
VRadio: typeof import('vuetify/components')['VRadio']
|
67243
|
+
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
67244
67244
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
67245
67245
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
67246
67246
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
67247
67247
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
67248
|
-
VValidation: typeof import('vuetify/components')['VValidation']
|
67249
67248
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
67249
|
+
VValidation: typeof import('vuetify/components')['VValidation']
|
67250
67250
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
67251
67251
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
67252
67252
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
@@ -67272,17 +67272,17 @@ declare module 'vue' {
|
|
67272
67272
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
67273
67273
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
67274
67274
|
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
67275
|
-
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
67276
|
-
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
67277
|
-
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
67278
67275
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
67279
67276
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
67280
67277
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
67278
|
+
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
67279
|
+
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
67280
|
+
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
67281
67281
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
67282
67282
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
67283
67283
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
67284
|
+
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
67284
67285
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
67285
67286
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
67286
|
-
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
67287
67287
|
}
|
67288
67288
|
}
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.4-master.2024-11-
|
2
|
+
* Vuetify v3.7.4-master.2024-11-29
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -28260,7 +28260,7 @@ function createVuetify$1() {
|
|
28260
28260
|
goTo
|
28261
28261
|
};
|
28262
28262
|
}
|
28263
|
-
const version$1 = "3.7.4-master.2024-11-
|
28263
|
+
const version$1 = "3.7.4-master.2024-11-29";
|
28264
28264
|
createVuetify$1.version = version$1;
|
28265
28265
|
|
28266
28266
|
// Vue's inject() can only be used in setup
|
@@ -28285,7 +28285,7 @@ const createVuetify = function () {
|
|
28285
28285
|
...options
|
28286
28286
|
});
|
28287
28287
|
};
|
28288
|
-
const version = "3.7.4-master.2024-11-
|
28288
|
+
const version = "3.7.4-master.2024-11-29";
|
28289
28289
|
createVuetify.version = version;
|
28290
28290
|
|
28291
28291
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|
package/dist/vuetify.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.4-master.2024-11-
|
2
|
+
* Vuetify v3.7.4-master.2024-11-29
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -28264,7 +28264,7 @@
|
|
28264
28264
|
goTo
|
28265
28265
|
};
|
28266
28266
|
}
|
28267
|
-
const version$1 = "3.7.4-master.2024-11-
|
28267
|
+
const version$1 = "3.7.4-master.2024-11-29";
|
28268
28268
|
createVuetify$1.version = version$1;
|
28269
28269
|
|
28270
28270
|
// Vue's inject() can only be used in setup
|
@@ -28289,7 +28289,7 @@
|
|
28289
28289
|
...options
|
28290
28290
|
});
|
28291
28291
|
};
|
28292
|
-
const version = "3.7.4-master.2024-11-
|
28292
|
+
const version = "3.7.4-master.2024-11-29";
|
28293
28293
|
createVuetify.version = version;
|
28294
28294
|
|
28295
28295
|
exports.blueprints = index;
|