@vuetify/nightly 3.7.0-beta.1-dev.2024-08-01 → 3.7.0-beta.1-dev.2024-08-08
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 +4 -0
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +150 -150
- package/dist/json/tags.json +1 -0
- package/dist/json/web-types.json +22 -1
- package/dist/vuetify-labs.css +3157 -3157
- package/dist/vuetify-labs.d.ts +21 -0
- package/dist/vuetify-labs.esm.js +18 -5
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +18 -5
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1198 -1198
- package/dist/vuetify.d.ts +46 -46
- 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 +46 -46
- package/lib/labs/VTreeview/VTreeview.mjs +15 -2
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/index.d.mts +21 -0
- package/lib/labs/components.d.mts +21 -0
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -73081,44 +73081,37 @@ interface _GlobalComponents {
|
|
73081
73081
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
73082
73082
|
VAlert: typeof import('vuetify/components')['VAlert']
|
73083
73083
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
73084
|
-
VBadge: typeof import('vuetify/components')['VBadge']
|
73085
73084
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
73086
73085
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
73087
73086
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
73087
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
73088
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
73089
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
73088
73090
|
VBanner: typeof import('vuetify/components')['VBanner']
|
73089
73091
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
73090
73092
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
73091
73093
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
73092
73094
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
73093
73095
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
73094
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
73095
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
73096
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
73097
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
73098
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
73099
73096
|
VBtn: typeof import('vuetify/components')['VBtn']
|
73100
|
-
|
73101
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
73097
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
73102
73098
|
VCard: typeof import('vuetify/components')['VCard']
|
73103
73099
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
73104
73100
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
73105
73101
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
73106
73102
|
VCardText: typeof import('vuetify/components')['VCardText']
|
73107
73103
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
73104
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
73108
73105
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
73109
73106
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
73107
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
73110
73108
|
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
73111
|
-
|
73109
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
73110
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
73112
73111
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
73112
|
+
VChip: typeof import('vuetify/components')['VChip']
|
73113
73113
|
VCode: typeof import('vuetify/components')['VCode']
|
73114
73114
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
73115
|
-
VDataTable: typeof import('vuetify/components')['VDataTable']
|
73116
|
-
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
73117
|
-
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
73118
|
-
VDataTableRows: typeof import('vuetify/components')['VDataTableRows']
|
73119
|
-
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
73120
|
-
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
73121
|
-
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
73122
73115
|
VCounter: typeof import('vuetify/components')['VCounter']
|
73123
73116
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
73124
73117
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
@@ -73126,29 +73119,37 @@ interface _GlobalComponents {
|
|
73126
73119
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
73127
73120
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
73128
73121
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
73129
|
-
|
73122
|
+
VDataTable: typeof import('vuetify/components')['VDataTable']
|
73123
|
+
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
73124
|
+
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
73125
|
+
VDataTableRows: typeof import('vuetify/components')['VDataTableRows']
|
73126
|
+
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
73127
|
+
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
73128
|
+
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
73130
73129
|
VDivider: typeof import('vuetify/components')['VDivider']
|
73130
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
73131
73131
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
73132
73132
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
73133
73133
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
73134
73134
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
73135
|
-
|
73135
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
73136
|
+
VFab: typeof import('vuetify/components')['VFab']
|
73136
73137
|
VField: typeof import('vuetify/components')['VField']
|
73137
73138
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
73138
|
-
|
73139
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
73140
|
+
VImg: typeof import('vuetify/components')['VImg']
|
73139
73141
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
73142
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
73140
73143
|
VIcon: typeof import('vuetify/components')['VIcon']
|
73141
73144
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
73142
73145
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
73143
73146
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
73144
73147
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
73145
|
-
VFooter: typeof import('vuetify/components')['VFooter']
|
73146
73148
|
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
73149
|
+
VInput: typeof import('vuetify/components')['VInput']
|
73150
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
73147
73151
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
73148
73152
|
VItem: typeof import('vuetify/components')['VItem']
|
73149
|
-
VImg: typeof import('vuetify/components')['VImg']
|
73150
|
-
VInput: typeof import('vuetify/components')['VInput']
|
73151
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
73152
73153
|
VList: typeof import('vuetify/components')['VList']
|
73153
73154
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
73154
73155
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -73158,72 +73159,71 @@ interface _GlobalComponents {
|
|
73158
73159
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
73159
73160
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
73160
73161
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
73161
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
73162
|
-
VMain: typeof import('vuetify/components')['VMain']
|
73163
73162
|
VMenu: typeof import('vuetify/components')['VMenu']
|
73164
|
-
VMessages: typeof import('vuetify/components')['VMessages']
|
73165
73163
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
73164
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
73165
|
+
VMain: typeof import('vuetify/components')['VMain']
|
73166
73166
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
73167
|
-
VOverlay: typeof import('vuetify/components')['VOverlay']
|
73168
73167
|
VPagination: typeof import('vuetify/components')['VPagination']
|
73169
|
-
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
73170
73168
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
73169
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
73171
73170
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
73172
|
-
|
73171
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
73173
73172
|
VSelect: typeof import('vuetify/components')['VSelect']
|
73174
73173
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
73174
|
+
VRating: typeof import('vuetify/components')['VRating']
|
73175
73175
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
73176
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
73176
73177
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
73177
73178
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
73178
|
-
|
73179
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
73179
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
73180
73180
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
73181
|
+
VTab: typeof import('vuetify/components')['VTab']
|
73182
|
+
VTabs: typeof import('vuetify/components')['VTabs']
|
73183
|
+
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
73184
|
+
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
73185
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
73181
73186
|
VStepper: typeof import('vuetify/components')['VStepper']
|
73182
73187
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
73183
73188
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
73184
73189
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
73185
73190
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
73186
73191
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
73187
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
73188
73192
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
73189
73193
|
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
73190
|
-
VTab: typeof import('vuetify/components')['VTab']
|
73191
|
-
VTabs: typeof import('vuetify/components')['VTabs']
|
73192
|
-
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
73193
|
-
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
73194
73194
|
VTable: typeof import('vuetify/components')['VTable']
|
73195
73195
|
VTextarea: typeof import('vuetify/components')['VTextarea']
|
73196
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
73196
73197
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
73197
73198
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
73198
73199
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
73199
73200
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
73200
73201
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
73201
|
-
VTextField: typeof import('vuetify/components')['VTextField']
|
73202
73202
|
VTooltip: typeof import('vuetify/components')['VTooltip']
|
73203
73203
|
VWindow: typeof import('vuetify/components')['VWindow']
|
73204
73204
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
73205
73205
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
73206
73206
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
73207
73207
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
73208
|
-
VForm: typeof import('vuetify/components')['VForm']
|
73209
73208
|
VContainer: typeof import('vuetify/components')['VContainer']
|
73210
73209
|
VCol: typeof import('vuetify/components')['VCol']
|
73211
73210
|
VRow: typeof import('vuetify/components')['VRow']
|
73212
73211
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
73212
|
+
VForm: typeof import('vuetify/components')['VForm']
|
73213
73213
|
VHover: typeof import('vuetify/components')['VHover']
|
73214
|
-
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
73215
73214
|
VLazy: typeof import('vuetify/components')['VLazy']
|
73216
73215
|
VLayout: typeof import('vuetify/components')['VLayout']
|
73217
73216
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
73217
|
+
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
73218
73218
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
73219
|
-
VParallax: typeof import('vuetify/components')['VParallax']
|
73220
73219
|
VRadio: typeof import('vuetify/components')['VRadio']
|
73220
|
+
VParallax: typeof import('vuetify/components')['VParallax']
|
73221
73221
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
73222
73222
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
73223
|
-
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
73224
73223
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
73225
|
-
|
73224
|
+
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
73226
73225
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
73226
|
+
VValidation: typeof import('vuetify/components')['VValidation']
|
73227
73227
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
73228
73228
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
73229
73229
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
@@ -73247,15 +73247,15 @@ interface _GlobalComponents {
|
|
73247
73247
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
73248
73248
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
73249
73249
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
73250
|
-
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
73251
73250
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
73252
73251
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
73253
|
-
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
73254
|
-
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
73255
|
-
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
73256
73252
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
73257
73253
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
73258
73254
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
73255
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
73256
|
+
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
73257
|
+
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
73258
|
+
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
73259
73259
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
73260
73260
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
73261
73261
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.0-beta.1-dev.2024-08-
|
2
|
+
* Vuetify v3.7.0-beta.1-dev.2024-08-08
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -28198,7 +28198,7 @@ function createVuetify$1() {
|
|
28198
28198
|
goTo
|
28199
28199
|
};
|
28200
28200
|
}
|
28201
|
-
const version$1 = "3.7.0-beta.1-dev.2024-08-
|
28201
|
+
const version$1 = "3.7.0-beta.1-dev.2024-08-08";
|
28202
28202
|
createVuetify$1.version = version$1;
|
28203
28203
|
|
28204
28204
|
// Vue's inject() can only be used in setup
|
@@ -28223,7 +28223,7 @@ const createVuetify = function () {
|
|
28223
28223
|
...options
|
28224
28224
|
});
|
28225
28225
|
};
|
28226
|
-
const version = "3.7.0-beta.1-dev.2024-08-
|
28226
|
+
const version = "3.7.0-beta.1-dev.2024-08-08";
|
28227
28227
|
createVuetify.version = version;
|
28228
28228
|
|
28229
28229
|
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.0-beta.1-dev.2024-08-
|
2
|
+
* Vuetify v3.7.0-beta.1-dev.2024-08-08
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -28202,7 +28202,7 @@
|
|
28202
28202
|
goTo
|
28203
28203
|
};
|
28204
28204
|
}
|
28205
|
-
const version$1 = "3.7.0-beta.1-dev.2024-08-
|
28205
|
+
const version$1 = "3.7.0-beta.1-dev.2024-08-08";
|
28206
28206
|
createVuetify$1.version = version$1;
|
28207
28207
|
|
28208
28208
|
// Vue's inject() can only be used in setup
|
@@ -28227,7 +28227,7 @@
|
|
28227
28227
|
...options
|
28228
28228
|
});
|
28229
28229
|
};
|
28230
|
-
const version = "3.7.0-beta.1-dev.2024-08-
|
28230
|
+
const version = "3.7.0-beta.1-dev.2024-08-08";
|
28231
28231
|
createVuetify.version = version;
|
28232
28232
|
|
28233
28233
|
exports.blueprints = index;
|