@vuetify/nightly 3.7.0-beta.1-pr-20092.92a3215 → 3.7.0-beta.1-dev.2024-07-30
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 +99 -99
- package/dist/json/importMap-labs.json +4 -4
- package/dist/json/importMap.json +128 -128
- package/dist/json/web-types.json +192 -192
- package/dist/vuetify-labs.css +1770 -1770
- package/dist/vuetify-labs.esm.js +3 -3
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +3 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +2545 -2545
- package/dist/vuetify.d.ts +40 -40
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.mts +40 -40
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -73078,39 +73078,40 @@ declare global {
|
|
73078
73078
|
}
|
73079
73079
|
interface _GlobalComponents {
|
73080
73080
|
VApp: typeof import('vuetify/components')['VApp']
|
73081
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
73082
73081
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
73083
73082
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
73084
73083
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
73085
|
-
|
73084
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
73086
73085
|
VAlert: typeof import('vuetify/components')['VAlert']
|
73087
73086
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
73087
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
73088
73088
|
VBanner: typeof import('vuetify/components')['VBanner']
|
73089
73089
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
73090
73090
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
73091
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
73091
73092
|
VBadge: typeof import('vuetify/components')['VBadge']
|
73093
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
73092
73094
|
VBtn: typeof import('vuetify/components')['VBtn']
|
73093
73095
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
73094
73096
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
73095
73097
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
73096
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
73097
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
73098
73098
|
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
73099
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
73100
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
73101
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
73102
|
+
VChip: typeof import('vuetify/components')['VChip']
|
73103
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
73104
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
73099
73105
|
VCard: typeof import('vuetify/components')['VCard']
|
73100
73106
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
73101
73107
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
73102
73108
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
73103
73109
|
VCardText: typeof import('vuetify/components')['VCardText']
|
73104
73110
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
73105
|
-
|
73106
|
-
|
73107
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
73108
|
-
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
73109
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
73111
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
73112
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
73110
73113
|
VCode: typeof import('vuetify/components')['VCode']
|
73111
73114
|
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
73112
|
-
VCombobox: typeof import('vuetify/components')['VCombobox']
|
73113
|
-
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
73114
73115
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
73115
73116
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
73116
73117
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -73119,25 +73120,24 @@ interface _GlobalComponents {
|
|
73119
73120
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
73120
73121
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
73121
73122
|
VCounter: typeof import('vuetify/components')['VCounter']
|
73122
|
-
|
73123
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
73123
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
73124
73124
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
73125
73125
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
73126
73126
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
73127
73127
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
73128
73128
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
73129
73129
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
73130
|
-
|
73130
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
73131
73131
|
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
73132
|
+
VFab: typeof import('vuetify/components')['VFab']
|
73133
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
73134
|
+
VField: typeof import('vuetify/components')['VField']
|
73135
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
73132
73136
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
73133
73137
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
73134
73138
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
73135
73139
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
73136
|
-
VFab: typeof import('vuetify/components')['VFab']
|
73137
73140
|
VFooter: typeof import('vuetify/components')['VFooter']
|
73138
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
73139
|
-
VField: typeof import('vuetify/components')['VField']
|
73140
|
-
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
73141
73141
|
VIcon: typeof import('vuetify/components')['VIcon']
|
73142
73142
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
73143
73143
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
@@ -73146,10 +73146,10 @@ interface _GlobalComponents {
|
|
73146
73146
|
VImg: typeof import('vuetify/components')['VImg']
|
73147
73147
|
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
73148
73148
|
VInput: typeof import('vuetify/components')['VInput']
|
73149
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
73150
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
73151
73149
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
73152
73150
|
VItem: typeof import('vuetify/components')['VItem']
|
73151
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
73152
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
73153
73153
|
VList: typeof import('vuetify/components')['VList']
|
73154
73154
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
73155
73155
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -73160,45 +73160,45 @@ interface _GlobalComponents {
|
|
73160
73160
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
73161
73161
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
73162
73162
|
VMain: typeof import('vuetify/components')['VMain']
|
73163
|
-
VMenu: typeof import('vuetify/components')['VMenu']
|
73164
73163
|
VMessages: typeof import('vuetify/components')['VMessages']
|
73165
73164
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
73166
|
-
|
73165
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
73167
73166
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
73168
73167
|
VPagination: typeof import('vuetify/components')['VPagination']
|
73169
|
-
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
73170
73168
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
73169
|
+
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
73170
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
73171
73171
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
73172
73172
|
VRating: typeof import('vuetify/components')['VRating']
|
73173
|
-
VSelect: typeof import('vuetify/components')['VSelect']
|
73174
73173
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
73174
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
73175
73175
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
73176
73176
|
VSheet: typeof import('vuetify/components')['VSheet']
|
73177
73177
|
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
73178
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
73179
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
73178
73180
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
73179
73181
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
73180
73182
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
73181
|
-
|
73182
|
-
VTab: typeof import('vuetify/components')['VTab']
|
73183
|
-
VTabs: typeof import('vuetify/components')['VTabs']
|
73184
|
-
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
73185
|
-
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
73186
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
73183
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
73187
73184
|
VStepper: typeof import('vuetify/components')['VStepper']
|
73188
73185
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
73189
73186
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
73190
73187
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
73191
73188
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
73192
73189
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
73193
|
-
|
73194
|
-
|
73195
|
-
|
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
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
73196
73195
|
VTextField: typeof import('vuetify/components')['VTextField']
|
73197
|
-
|
73198
|
-
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
73196
|
+
VTable: typeof import('vuetify/components')['VTable']
|
73199
73197
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
73200
73198
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
73201
73199
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
73200
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
73201
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
73202
73202
|
VTooltip: typeof import('vuetify/components')['VTooltip']
|
73203
73203
|
VWindow: typeof import('vuetify/components')['VWindow']
|
73204
73204
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
@@ -73211,19 +73211,19 @@ interface _GlobalComponents {
|
|
73211
73211
|
VRow: typeof import('vuetify/components')['VRow']
|
73212
73212
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
73213
73213
|
VHover: typeof import('vuetify/components')['VHover']
|
73214
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
73214
73215
|
VLayout: typeof import('vuetify/components')['VLayout']
|
73215
73216
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
73216
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
73217
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
|
-
VSparkline: typeof import('vuetify/components')['VSparkline']
|
73224
73223
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
73225
|
-
|
73224
|
+
VSparkline: typeof import('vuetify/components')['VSparkline']
|
73226
73225
|
VValidation: typeof import('vuetify/components')['VValidation']
|
73226
|
+
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
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,12 +73247,12 @@ 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
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
73252
73251
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
73253
73252
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
73254
73253
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
73255
73254
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
73255
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
73256
73256
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
73257
73257
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
73258
73258
|
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-
|
2
|
+
* Vuetify v3.7.0-beta.1-dev.2024-07-30
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -28192,7 +28192,7 @@ function createVuetify$1() {
|
|
28192
28192
|
goTo
|
28193
28193
|
};
|
28194
28194
|
}
|
28195
|
-
const version$1 = "3.7.0-beta.1-
|
28195
|
+
const version$1 = "3.7.0-beta.1-dev.2024-07-30";
|
28196
28196
|
createVuetify$1.version = version$1;
|
28197
28197
|
|
28198
28198
|
// Vue's inject() can only be used in setup
|
@@ -28217,7 +28217,7 @@ const createVuetify = function () {
|
|
28217
28217
|
...options
|
28218
28218
|
});
|
28219
28219
|
};
|
28220
|
-
const version = "3.7.0-beta.1-
|
28220
|
+
const version = "3.7.0-beta.1-dev.2024-07-30";
|
28221
28221
|
createVuetify.version = version;
|
28222
28222
|
|
28223
28223
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|