@vuetify/nightly 3.7.1-master.2024-08-28 → 3.7.1-master.2024-08-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/importMap-labs.json +30 -30
- package/dist/json/importMap.json +138 -138
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +5540 -5540
- package/dist/vuetify-labs.esm.js +4 -4
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +4 -4
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +3142 -3142
- 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/VTreeviewChildren.mjs +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -67049,17 +67049,20 @@ declare module 'vue' {
|
|
67049
67049
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
67050
67050
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
67051
67051
|
VApp: typeof import('vuetify/components')['VApp']
|
67052
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
67053
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
67054
67052
|
VAlert: typeof import('vuetify/components')['VAlert']
|
67055
67053
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
67056
|
-
|
67054
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
67057
67055
|
VBadge: typeof import('vuetify/components')['VBadge']
|
67058
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
67059
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
67060
67056
|
VBanner: typeof import('vuetify/components')['VBanner']
|
67061
67057
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
67062
67058
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
67059
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
67060
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
67061
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
67062
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
67063
|
+
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
67064
|
+
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
67065
|
+
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
67063
67066
|
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
67064
67067
|
VCard: typeof import('vuetify/components')['VCard']
|
67065
67068
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
@@ -67068,32 +67071,24 @@ declare module 'vue' {
|
|
67068
67071
|
VCardText: typeof import('vuetify/components')['VCardText']
|
67069
67072
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
67070
67073
|
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
67071
|
-
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
67072
|
-
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
67073
|
-
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
67074
|
-
VChip: typeof import('vuetify/components')['VChip']
|
67075
67074
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
67076
67075
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
67076
|
+
VChip: typeof import('vuetify/components')['VChip']
|
67077
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
67077
67078
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
67078
67079
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
67079
|
-
VCode: typeof import('vuetify/components')['VCode']
|
67080
|
-
VCounter: typeof import('vuetify/components')['VCounter']
|
67081
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
67082
67080
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
67081
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
67082
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
67083
|
+
VCode: typeof import('vuetify/components')['VCode']
|
67083
67084
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
67084
67085
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
67085
67086
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
67086
67087
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
67087
67088
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
67088
67089
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
67089
|
-
VCombobox: typeof import('vuetify/components')['VCombobox']
|
67090
67090
|
VDivider: typeof import('vuetify/components')['VDivider']
|
67091
|
-
VFab: typeof import('vuetify/components')['VFab']
|
67092
67091
|
VDialog: typeof import('vuetify/components')['VDialog']
|
67093
|
-
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
67094
|
-
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
67095
|
-
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
67096
|
-
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
67097
67092
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
67098
67093
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
67099
67094
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -67101,9 +67096,14 @@ declare module 'vue' {
|
|
67101
67096
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
67102
67097
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
67103
67098
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
67099
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
67104
67100
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
67101
|
+
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
67102
|
+
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
67103
|
+
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
67104
|
+
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
67105
67105
|
VFooter: typeof import('vuetify/components')['VFooter']
|
67106
|
-
|
67106
|
+
VFab: typeof import('vuetify/components')['VFab']
|
67107
67107
|
VField: typeof import('vuetify/components')['VField']
|
67108
67108
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
67109
67109
|
VIcon: typeof import('vuetify/components')['VIcon']
|
@@ -67111,12 +67111,12 @@ declare module 'vue' {
|
|
67111
67111
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
67112
67112
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
67113
67113
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
67114
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
67115
|
-
VImg: typeof import('vuetify/components')['VImg']
|
67116
67114
|
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
67115
|
+
VImg: typeof import('vuetify/components')['VImg']
|
67116
|
+
VInput: typeof import('vuetify/components')['VInput']
|
67117
67117
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
67118
67118
|
VItem: typeof import('vuetify/components')['VItem']
|
67119
|
-
|
67119
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
67120
67120
|
VList: typeof import('vuetify/components')['VList']
|
67121
67121
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
67122
67122
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -67126,66 +67126,66 @@ declare module 'vue' {
|
|
67126
67126
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
67127
67127
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
67128
67128
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
67129
|
-
|
67129
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
67130
67130
|
VMain: typeof import('vuetify/components')['VMain']
|
67131
67131
|
VMessages: typeof import('vuetify/components')['VMessages']
|
67132
67132
|
VMenu: typeof import('vuetify/components')['VMenu']
|
67133
67133
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
67134
|
-
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
67135
67134
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
67136
|
-
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
67137
67135
|
VPagination: typeof import('vuetify/components')['VPagination']
|
67136
|
+
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
67137
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
67138
67138
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
67139
|
+
VRating: typeof import('vuetify/components')['VRating']
|
67139
67140
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
67140
|
-
VSelect: typeof import('vuetify/components')['VSelect']
|
67141
67141
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
67142
|
-
VRating: typeof import('vuetify/components')['VRating']
|
67143
|
-
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
67144
67142
|
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
67143
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
67144
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
67145
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
67145
67146
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
67146
67147
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
67147
|
-
|
67148
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
67149
|
-
VTab: typeof import('vuetify/components')['VTab']
|
67150
|
-
VTabs: typeof import('vuetify/components')['VTabs']
|
67151
|
-
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
67152
|
-
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
67153
|
-
VSwitch: typeof import('vuetify/components')['VSwitch']
|
67148
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
67154
67149
|
VStepper: typeof import('vuetify/components')['VStepper']
|
67155
67150
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
67156
67151
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
67157
67152
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
67158
67153
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
67159
67154
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
67160
|
-
|
67155
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
67161
67156
|
VTable: typeof import('vuetify/components')['VTable']
|
67162
67157
|
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
67163
67158
|
VTextField: typeof import('vuetify/components')['VTextField']
|
67159
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
67160
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
67161
|
+
VTab: typeof import('vuetify/components')['VTab']
|
67162
|
+
VTabs: typeof import('vuetify/components')['VTabs']
|
67163
|
+
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
67164
|
+
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
67165
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
67166
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
67167
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
67164
67168
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
67165
67169
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
67166
67170
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
67167
|
-
VTimeline: typeof import('vuetify/components')['VTimeline']
|
67168
|
-
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
67169
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
67170
67171
|
VWindow: typeof import('vuetify/components')['VWindow']
|
67171
67172
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
67172
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
67173
67173
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
67174
67174
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
67175
67175
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
67176
|
+
VForm: typeof import('vuetify/components')['VForm']
|
67176
67177
|
VContainer: typeof import('vuetify/components')['VContainer']
|
67177
67178
|
VCol: typeof import('vuetify/components')['VCol']
|
67178
67179
|
VRow: typeof import('vuetify/components')['VRow']
|
67179
67180
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
67180
|
-
VForm: typeof import('vuetify/components')['VForm']
|
67181
67181
|
VLayout: typeof import('vuetify/components')['VLayout']
|
67182
67182
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
67183
67183
|
VHover: typeof import('vuetify/components')['VHover']
|
67184
67184
|
VLazy: typeof import('vuetify/components')['VLazy']
|
67185
67185
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
67186
67186
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
67187
|
-
VParallax: typeof import('vuetify/components')['VParallax']
|
67188
67187
|
VRadio: typeof import('vuetify/components')['VRadio']
|
67188
|
+
VParallax: typeof import('vuetify/components')['VParallax']
|
67189
67189
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
67190
67190
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
67191
67191
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
@@ -67209,26 +67209,26 @@ declare module 'vue' {
|
|
67209
67209
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
67210
67210
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
67211
67211
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
67212
|
-
|
67213
|
-
|
67214
|
-
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
67212
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
67213
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
67215
67214
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
67216
67215
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
67217
67216
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
67218
67217
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
67219
67218
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
67220
67219
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
67221
|
-
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
67222
|
-
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
67223
|
-
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
67224
67220
|
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
67225
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
67226
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
67227
67221
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
67228
67222
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
67229
67223
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
67224
|
+
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
67225
|
+
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
67226
|
+
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
67227
|
+
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
67228
|
+
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
67229
|
+
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
67230
67230
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
67231
|
-
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
67232
67231
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
67232
|
+
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
67233
67233
|
}
|
67234
67234
|
}
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.1-master.2024-08-
|
2
|
+
* Vuetify v3.7.1-master.2024-08-29
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -28214,7 +28214,7 @@ function createVuetify$1() {
|
|
28214
28214
|
goTo
|
28215
28215
|
};
|
28216
28216
|
}
|
28217
|
-
const version$1 = "3.7.1-master.2024-08-
|
28217
|
+
const version$1 = "3.7.1-master.2024-08-29";
|
28218
28218
|
createVuetify$1.version = version$1;
|
28219
28219
|
|
28220
28220
|
// Vue's inject() can only be used in setup
|
@@ -28239,7 +28239,7 @@ const createVuetify = function () {
|
|
28239
28239
|
...options
|
28240
28240
|
});
|
28241
28241
|
};
|
28242
|
-
const version = "3.7.1-master.2024-08-
|
28242
|
+
const version = "3.7.1-master.2024-08-29";
|
28243
28243
|
createVuetify.version = version;
|
28244
28244
|
|
28245
28245
|
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.1-master.2024-08-
|
2
|
+
* Vuetify v3.7.1-master.2024-08-29
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -28218,7 +28218,7 @@
|
|
28218
28218
|
goTo
|
28219
28219
|
};
|
28220
28220
|
}
|
28221
|
-
const version$1 = "3.7.1-master.2024-08-
|
28221
|
+
const version$1 = "3.7.1-master.2024-08-29";
|
28222
28222
|
createVuetify$1.version = version$1;
|
28223
28223
|
|
28224
28224
|
// Vue's inject() can only be used in setup
|
@@ -28243,7 +28243,7 @@
|
|
28243
28243
|
...options
|
28244
28244
|
});
|
28245
28245
|
};
|
28246
|
-
const version = "3.7.1-master.2024-08-
|
28246
|
+
const version = "3.7.1-master.2024-08-29";
|
28247
28247
|
createVuetify.version = version;
|
28248
28248
|
|
28249
28249
|
exports.blueprints = index;
|