@vuetify/nightly 3.7.4-master.2024-11-28 → 3.7.4-master.2024-12-02

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,48 +67099,46 @@ declare module 'vue' {
67099
67099
  $children?: VNodeChild
67100
67100
  }
67101
67101
  export interface GlobalComponents {
67102
- VApp: typeof import('vuetify/components')['VApp']
67103
67102
  VAlert: typeof import('vuetify/components')['VAlert']
67104
67103
  VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
67105
67104
  VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
67106
- VAvatar: typeof import('vuetify/components')['VAvatar']
67107
67105
  VAppBar: typeof import('vuetify/components')['VAppBar']
67108
67106
  VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
67109
67107
  VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
67110
- VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
67108
+ VAvatar: typeof import('vuetify/components')['VAvatar']
67111
67109
  VBadge: typeof import('vuetify/components')['VBadge']
67112
- VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
67113
67110
  VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
67114
- VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
67115
- VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
67116
- VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
67117
67111
  VBanner: typeof import('vuetify/components')['VBanner']
67118
67112
  VBannerActions: typeof import('vuetify/components')['VBannerActions']
67119
67113
  VBannerText: typeof import('vuetify/components')['VBannerText']
67120
67114
  VBtn: typeof import('vuetify/components')['VBtn']
67121
67115
  VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
67122
- VCheckbox: typeof import('vuetify/components')['VCheckbox']
67123
- VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
67116
+ VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
67117
+ VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
67118
+ VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
67124
67119
  VCarousel: typeof import('vuetify/components')['VCarousel']
67125
67120
  VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
67126
- VCombobox: typeof import('vuetify/components')['VCombobox']
67127
67121
  VCard: typeof import('vuetify/components')['VCard']
67128
67122
  VCardActions: typeof import('vuetify/components')['VCardActions']
67129
67123
  VCardItem: typeof import('vuetify/components')['VCardItem']
67130
67124
  VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
67131
67125
  VCardText: typeof import('vuetify/components')['VCardText']
67132
67126
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
67133
- VChipGroup: typeof import('vuetify/components')['VChipGroup']
67127
+ VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
67134
67128
  VChip: typeof import('vuetify/components')['VChip']
67129
+ VCheckbox: typeof import('vuetify/components')['VCheckbox']
67130
+ VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
67131
+ VChipGroup: typeof import('vuetify/components')['VChipGroup']
67135
67132
  VColorPicker: typeof import('vuetify/components')['VColorPicker']
67136
67133
  VCode: typeof import('vuetify/components')['VCode']
67134
+ VCombobox: typeof import('vuetify/components')['VCombobox']
67135
+ VCounter: typeof import('vuetify/components')['VCounter']
67137
67136
  VDatePicker: typeof import('vuetify/components')['VDatePicker']
67138
67137
  VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
67139
67138
  VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
67140
67139
  VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
67141
67140
  VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
67142
67141
  VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
67143
- VCounter: typeof import('vuetify/components')['VCounter']
67144
67142
  VDataTable: typeof import('vuetify/components')['VDataTable']
67145
67143
  VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
67146
67144
  VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
@@ -67148,29 +67146,28 @@ declare module 'vue' {
67148
67146
  VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
67149
67147
  VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
67150
67148
  VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
67149
+ VDivider: typeof import('vuetify/components')['VDivider']
67151
67150
  VDialog: typeof import('vuetify/components')['VDialog']
67152
67151
  VEmptyState: typeof import('vuetify/components')['VEmptyState']
67153
- VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
67154
- VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
67155
- VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
67156
- VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
67157
- VDivider: typeof import('vuetify/components')['VDivider']
67158
- VFooter: typeof import('vuetify/components')['VFooter']
67159
67152
  VFab: typeof import('vuetify/components')['VFab']
67160
67153
  VField: typeof import('vuetify/components')['VField']
67161
67154
  VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
67155
+ VFooter: typeof import('vuetify/components')['VFooter']
67162
67156
  VFileInput: typeof import('vuetify/components')['VFileInput']
67157
+ VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
67158
+ VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
67159
+ VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
67160
+ VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
67161
+ VImg: typeof import('vuetify/components')['VImg']
67162
+ VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
67163
67163
  VIcon: typeof import('vuetify/components')['VIcon']
67164
67164
  VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
67165
67165
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
67166
67166
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
67167
67167
  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']
67168
+ VInput: typeof import('vuetify/components')['VInput']
67171
67169
  VItemGroup: typeof import('vuetify/components')['VItemGroup']
67172
67170
  VItem: typeof import('vuetify/components')['VItem']
67173
- VInput: typeof import('vuetify/components')['VInput']
67174
67171
  VLabel: typeof import('vuetify/components')['VLabel']
67175
67172
  VList: typeof import('vuetify/components')['VList']
67176
67173
  VListGroup: typeof import('vuetify/components')['VListGroup']
@@ -67181,70 +67178,71 @@ declare module 'vue' {
67181
67178
  VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
67182
67179
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
67183
67180
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
67184
- VMessages: typeof import('vuetify/components')['VMessages']
67185
- VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
67186
67181
  VMain: typeof import('vuetify/components')['VMain']
67182
+ VKbd: typeof import('vuetify/components')['VKbd']
67183
+ VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
67184
+ VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
67187
67185
  VMenu: typeof import('vuetify/components')['VMenu']
67186
+ VApp: typeof import('vuetify/components')['VApp']
67188
67187
  VOtpInput: typeof import('vuetify/components')['VOtpInput']
67189
67188
  VOverlay: typeof import('vuetify/components')['VOverlay']
67189
+ VPagination: typeof import('vuetify/components')['VPagination']
67190
67190
  VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
67191
67191
  VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
67192
- VPagination: typeof import('vuetify/components')['VPagination']
67192
+ VSelect: typeof import('vuetify/components')['VSelect']
67193
67193
  VRating: typeof import('vuetify/components')['VRating']
67194
- VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
67195
67194
  VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
67196
- VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
67197
67195
  VSheet: typeof import('vuetify/components')['VSheet']
67198
- VSelect: typeof import('vuetify/components')['VSelect']
67199
- VSlider: typeof import('vuetify/components')['VSlider']
67196
+ VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
67197
+ VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
67200
67198
  VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
67201
67199
  VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
67202
67200
  VSnackbar: typeof import('vuetify/components')['VSnackbar']
67203
- VStepper: typeof import('vuetify/components')['VStepper']
67204
- VStepperActions: typeof import('vuetify/components')['VStepperActions']
67205
- VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
67206
- VStepperItem: typeof import('vuetify/components')['VStepperItem']
67207
- VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
67208
- VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
67209
- VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
67201
+ VMessages: typeof import('vuetify/components')['VMessages']
67210
67202
  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']
67203
+ VSlider: typeof import('vuetify/components')['VSlider']
67214
67204
  VTab: typeof import('vuetify/components')['VTab']
67215
67205
  VTabs: typeof import('vuetify/components')['VTabs']
67216
67206
  VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
67217
67207
  VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
67218
- VTimeline: typeof import('vuetify/components')['VTimeline']
67219
- VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
67208
+ VTable: typeof import('vuetify/components')['VTable']
67209
+ VSystemBar: typeof import('vuetify/components')['VSystemBar']
67220
67210
  VTextarea: typeof import('vuetify/components')['VTextarea']
67211
+ VTextField: typeof import('vuetify/components')['VTextField']
67221
67212
  VToolbar: typeof import('vuetify/components')['VToolbar']
67222
67213
  VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
67223
67214
  VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
67224
67215
  VTooltip: typeof import('vuetify/components')['VTooltip']
67216
+ VTimeline: typeof import('vuetify/components')['VTimeline']
67217
+ VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
67225
67218
  VWindow: typeof import('vuetify/components')['VWindow']
67226
67219
  VWindowItem: typeof import('vuetify/components')['VWindowItem']
67227
- VDataIterator: typeof import('vuetify/components')['VDataIterator']
67220
+ VStepper: typeof import('vuetify/components')['VStepper']
67221
+ VStepperActions: typeof import('vuetify/components')['VStepperActions']
67222
+ VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
67223
+ VStepperItem: typeof import('vuetify/components')['VStepperItem']
67224
+ VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
67225
+ VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
67228
67226
  VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
67227
+ VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
67228
+ VDataIterator: typeof import('vuetify/components')['VDataIterator']
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
67235
  VHover: typeof import('vuetify/components')['VHover']
67235
- VForm: typeof import('vuetify/components')['VForm']
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
- VNoSsr: typeof import('vuetify/components')['VNoSsr']
67240
+ VRadio: typeof import('vuetify/components')['VRadio']
67241
67241
  VParallax: typeof import('vuetify/components')['VParallax']
67242
67242
  VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
67243
- VRadio: typeof import('vuetify/components')['VRadio']
67244
67243
  VResponsive: typeof import('vuetify/components')['VResponsive']
67245
67244
  VSparkline: typeof import('vuetify/components')['VSparkline']
67246
67245
  VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
67247
- VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
67248
67246
  VValidation: typeof import('vuetify/components')['VValidation']
67249
67247
  VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
67250
67248
  VFabTransition: typeof import('vuetify/components')['VFabTransition']
@@ -67263,6 +67261,8 @@ declare module 'vue' {
67263
67261
  VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
67264
67262
  VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
67265
67263
  VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
67264
+ VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
67265
+ VNoSsr: typeof import('vuetify/components')['VNoSsr']
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']
@@ -67271,6 +67271,9 @@ declare module 'vue' {
67271
67271
  VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
67272
67272
  VPicker: typeof import('vuetify/labs/components')['VPicker']
67273
67273
  VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
67274
+ VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
67275
+ VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
67276
+ VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
67274
67277
  VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
67275
67278
  VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
67276
67279
  VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
@@ -67278,9 +67281,6 @@ declare module 'vue' {
67278
67281
  VTreeview: typeof import('vuetify/labs/components')['VTreeview']
67279
67282
  VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
67280
67283
  VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
67281
- VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
67282
- VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
67283
- VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
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-28
2
+ * Vuetify v3.7.4-master.2024-12-02
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-28";
28263
+ const version$1 = "3.7.4-master.2024-12-02";
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-28";
28288
+ const version = "3.7.4-master.2024-12-02";
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-28
2
+ * Vuetify v3.7.4-master.2024-12-02
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-28";
28267
+ const version$1 = "3.7.4-master.2024-12-02";
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-28";
28292
+ const version = "3.7.4-master.2024-12-02";
28293
28293
  createVuetify.version = version;
28294
28294
 
28295
28295
  exports.blueprints = index;