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