@vuetify/nightly 3.7.4-master.2024-11-20 → 3.7.4-master.2024-11-24

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