@vuetify/nightly 3.7.8-master.2025-01-28 → 3.7.8-master.2025-01-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/vuetify.d.ts CHANGED
@@ -67088,31 +67088,26 @@ declare module 'vue' {
67088
67088
  $children?: VNodeChild
67089
67089
  }
67090
67090
  export interface GlobalComponents {
67091
- VAlert: typeof import('vuetify/components')['VAlert']
67092
- VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
67093
67091
  VApp: typeof import('vuetify/components')['VApp']
67092
+ VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
67094
67093
  VBadge: typeof import('vuetify/components')['VBadge']
67094
+ VAlert: typeof import('vuetify/components')['VAlert']
67095
+ VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
67096
+ VAvatar: typeof import('vuetify/components')['VAvatar']
67097
+ VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
67098
+ VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
67095
67099
  VBanner: typeof import('vuetify/components')['VBanner']
67096
67100
  VBannerActions: typeof import('vuetify/components')['VBannerActions']
67097
67101
  VBannerText: typeof import('vuetify/components')['VBannerText']
67098
- VAppBar: typeof import('vuetify/components')['VAppBar']
67099
- VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
67100
- VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
67101
- VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
67102
- VAvatar: typeof import('vuetify/components')['VAvatar']
67103
67102
  VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
67104
67103
  VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
67105
67104
  VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
67106
- VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
67107
- VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
67105
+ VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
67108
67106
  VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
67109
67107
  VBtn: typeof import('vuetify/components')['VBtn']
67110
67108
  VCarousel: typeof import('vuetify/components')['VCarousel']
67111
67109
  VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
67112
- VCheckbox: typeof import('vuetify/components')['VCheckbox']
67113
- VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
67114
67110
  VChip: typeof import('vuetify/components')['VChip']
67115
- VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
67116
67111
  VCard: typeof import('vuetify/components')['VCard']
67117
67112
  VCardActions: typeof import('vuetify/components')['VCardActions']
67118
67113
  VCardItem: typeof import('vuetify/components')['VCardItem']
@@ -67120,30 +67115,33 @@ declare module 'vue' {
67120
67115
  VCardText: typeof import('vuetify/components')['VCardText']
67121
67116
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
67122
67117
  VChipGroup: typeof import('vuetify/components')['VChipGroup']
67118
+ VCombobox: typeof import('vuetify/components')['VCombobox']
67123
67119
  VColorPicker: typeof import('vuetify/components')['VColorPicker']
67120
+ VCheckbox: typeof import('vuetify/components')['VCheckbox']
67121
+ VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
67124
67122
  VCode: typeof import('vuetify/components')['VCode']
67125
67123
  VCounter: typeof import('vuetify/components')['VCounter']
67124
+ VDataTable: typeof import('vuetify/components')['VDataTable']
67125
+ VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
67126
+ VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
67127
+ VDataTableRows: typeof import('vuetify/components')['VDataTableRows']
67128
+ VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
67129
+ VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
67130
+ VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
67126
67131
  VDatePicker: typeof import('vuetify/components')['VDatePicker']
67127
67132
  VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
67128
67133
  VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
67129
67134
  VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
67130
67135
  VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
67131
67136
  VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
67132
- VCombobox: typeof import('vuetify/components')['VCombobox']
67133
- VFab: typeof import('vuetify/components')['VFab']
67134
67137
  VDialog: typeof import('vuetify/components')['VDialog']
67138
+ VDivider: typeof import('vuetify/components')['VDivider']
67135
67139
  VEmptyState: typeof import('vuetify/components')['VEmptyState']
67136
- VDataTable: typeof import('vuetify/components')['VDataTable']
67137
- VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
67138
- VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
67139
- VDataTableRows: typeof import('vuetify/components')['VDataTableRows']
67140
- VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
67141
- VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
67142
- VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
67140
+ VFab: typeof import('vuetify/components')['VFab']
67141
+ VFooter: typeof import('vuetify/components')['VFooter']
67143
67142
  VFileInput: typeof import('vuetify/components')['VFileInput']
67144
67143
  VField: typeof import('vuetify/components')['VField']
67145
67144
  VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
67146
- VFooter: typeof import('vuetify/components')['VFooter']
67147
67145
  VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
67148
67146
  VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
67149
67147
  VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
@@ -67155,10 +67153,12 @@ declare module 'vue' {
67155
67153
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
67156
67154
  VImg: typeof import('vuetify/components')['VImg']
67157
67155
  VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
67158
- VKbd: typeof import('vuetify/components')['VKbd']
67159
- VLabel: typeof import('vuetify/components')['VLabel']
67160
67156
  VItemGroup: typeof import('vuetify/components')['VItemGroup']
67161
67157
  VItem: typeof import('vuetify/components')['VItem']
67158
+ VKbd: typeof import('vuetify/components')['VKbd']
67159
+ VLabel: typeof import('vuetify/components')['VLabel']
67160
+ VInput: typeof import('vuetify/components')['VInput']
67161
+ VMain: typeof import('vuetify/components')['VMain']
67162
67162
  VList: typeof import('vuetify/components')['VList']
67163
67163
  VListGroup: typeof import('vuetify/components')['VListGroup']
67164
67164
  VListImg: typeof import('vuetify/components')['VListImg']
@@ -67168,43 +67168,39 @@ declare module 'vue' {
67168
67168
  VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
67169
67169
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
67170
67170
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
67171
- VMain: typeof import('vuetify/components')['VMain']
67172
- VInput: typeof import('vuetify/components')['VInput']
67173
- VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
67174
- VDivider: typeof import('vuetify/components')['VDivider']
67175
67171
  VMenu: typeof import('vuetify/components')['VMenu']
67176
- VOtpInput: typeof import('vuetify/components')['VOtpInput']
67177
67172
  VMessages: typeof import('vuetify/components')['VMessages']
67178
- VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
67173
+ VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
67179
67174
  VOverlay: typeof import('vuetify/components')['VOverlay']
67175
+ VOtpInput: typeof import('vuetify/components')['VOtpInput']
67180
67176
  VPagination: typeof import('vuetify/components')['VPagination']
67181
- VRating: typeof import('vuetify/components')['VRating']
67182
67177
  VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
67183
- VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
67178
+ VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
67184
67179
  VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
67185
- VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
67186
67180
  VSelect: typeof import('vuetify/components')['VSelect']
67181
+ VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
67182
+ VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
67187
67183
  VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
67188
- VSlider: typeof import('vuetify/components')['VSlider']
67184
+ VSnackbar: typeof import('vuetify/components')['VSnackbar']
67189
67185
  VSheet: typeof import('vuetify/components')['VSheet']
67190
67186
  VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
67191
67187
  VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
67192
- VSnackbar: typeof import('vuetify/components')['VSnackbar']
67188
+ VSlider: typeof import('vuetify/components')['VSlider']
67193
67189
  VSwitch: typeof import('vuetify/components')['VSwitch']
67194
- VTextField: typeof import('vuetify/components')['VTextField']
67190
+ VSystemBar: typeof import('vuetify/components')['VSystemBar']
67195
67191
  VStepper: typeof import('vuetify/components')['VStepper']
67196
67192
  VStepperActions: typeof import('vuetify/components')['VStepperActions']
67197
67193
  VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
67198
67194
  VStepperItem: typeof import('vuetify/components')['VStepperItem']
67199
67195
  VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
67200
67196
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
67201
- VSystemBar: typeof import('vuetify/components')['VSystemBar']
67202
- VTable: typeof import('vuetify/components')['VTable']
67203
- VTextarea: typeof import('vuetify/components')['VTextarea']
67197
+ VTextField: typeof import('vuetify/components')['VTextField']
67204
67198
  VTab: typeof import('vuetify/components')['VTab']
67205
67199
  VTabs: typeof import('vuetify/components')['VTabs']
67206
67200
  VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
67207
67201
  VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
67202
+ VTextarea: typeof import('vuetify/components')['VTextarea']
67203
+ VTable: typeof import('vuetify/components')['VTable']
67208
67204
  VTimeline: typeof import('vuetify/components')['VTimeline']
67209
67205
  VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
67210
67206
  VToolbar: typeof import('vuetify/components')['VToolbar']
@@ -67213,29 +67209,28 @@ declare module 'vue' {
67213
67209
  VTooltip: typeof import('vuetify/components')['VTooltip']
67214
67210
  VWindow: typeof import('vuetify/components')['VWindow']
67215
67211
  VWindowItem: typeof import('vuetify/components')['VWindowItem']
67212
+ VDataIterator: typeof import('vuetify/components')['VDataIterator']
67216
67213
  VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
67217
67214
  VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
67218
- VDataIterator: typeof import('vuetify/components')['VDataIterator']
67219
67215
  VForm: typeof import('vuetify/components')['VForm']
67220
67216
  VContainer: typeof import('vuetify/components')['VContainer']
67221
67217
  VCol: typeof import('vuetify/components')['VCol']
67222
67218
  VRow: typeof import('vuetify/components')['VRow']
67223
67219
  VSpacer: typeof import('vuetify/components')['VSpacer']
67224
67220
  VHover: typeof import('vuetify/components')['VHover']
67221
+ VLazy: typeof import('vuetify/components')['VLazy']
67225
67222
  VLayout: typeof import('vuetify/components')['VLayout']
67226
67223
  VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
67227
- VLazy: typeof import('vuetify/components')['VLazy']
67228
67224
  VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
67229
67225
  VNoSsr: typeof import('vuetify/components')['VNoSsr']
67230
67226
  VParallax: typeof import('vuetify/components')['VParallax']
67231
- VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
67232
67227
  VRadio: typeof import('vuetify/components')['VRadio']
67233
- VResponsive: typeof import('vuetify/components')['VResponsive']
67234
- VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
67228
+ VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
67235
67229
  VSparkline: typeof import('vuetify/components')['VSparkline']
67230
+ VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
67236
67231
  VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
67237
- VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
67238
67232
  VValidation: typeof import('vuetify/components')['VValidation']
67233
+ VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
67239
67234
  VFabTransition: typeof import('vuetify/components')['VFabTransition']
67240
67235
  VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
67241
67236
  VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
@@ -67252,6 +67247,13 @@ declare module 'vue' {
67252
67247
  VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
67253
67248
  VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
67254
67249
  VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
67250
+ VRating: typeof import('vuetify/components')['VRating']
67251
+ VResponsive: typeof import('vuetify/components')['VResponsive']
67252
+ VAppBar: typeof import('vuetify/components')['VAppBar']
67253
+ VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
67254
+ VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
67255
+ VPicker: typeof import('vuetify/labs/components')['VPicker']
67256
+ VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
67255
67257
  VCalendar: typeof import('vuetify/labs/components')['VCalendar']
67256
67258
  VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
67257
67259
  VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
@@ -67260,20 +67262,18 @@ declare module 'vue' {
67260
67262
  VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
67261
67263
  VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
67262
67264
  VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
67263
- VPicker: typeof import('vuetify/labs/components')['VPicker']
67264
- VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
67265
+ VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
67265
67266
  VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
67266
67267
  VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
67267
67268
  VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
67268
- VTreeview: typeof import('vuetify/labs/components')['VTreeview']
67269
- VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
67270
- VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
67271
- VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
67272
67269
  VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
67273
67270
  VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
67274
67271
  VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
67275
- VDateInput: typeof import('vuetify/labs/components')['VDateInput']
67272
+ VTreeview: typeof import('vuetify/labs/components')['VTreeview']
67273
+ VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
67274
+ VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
67276
67275
  VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
67276
+ VDateInput: typeof import('vuetify/labs/components')['VDateInput']
67277
67277
  VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
67278
67278
  }
67279
67279
  }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.7.8-master.2025-01-28
2
+ * Vuetify v3.7.8-master.2025-01-29
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -7434,7 +7434,9 @@ const makeDisplayProps = propsFactory({
7434
7434
  mobileBreakpoint: [Number, String]
7435
7435
  }, 'display');
7436
7436
  function useDisplay() {
7437
- let props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
7437
+ let props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {
7438
+ mobile: null
7439
+ };
7438
7440
  let name = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : getCurrentInstanceName();
7439
7441
  const display = inject$1(DisplaySymbol);
7440
7442
  if (!display) throw new Error('Could not find Vuetify display injection');
@@ -28322,7 +28324,7 @@ function createVuetify$1() {
28322
28324
  goTo
28323
28325
  };
28324
28326
  }
28325
- const version$1 = "3.7.8-master.2025-01-28";
28327
+ const version$1 = "3.7.8-master.2025-01-29";
28326
28328
  createVuetify$1.version = version$1;
28327
28329
 
28328
28330
  // Vue's inject() can only be used in setup
@@ -28347,7 +28349,7 @@ const createVuetify = function () {
28347
28349
  ...options
28348
28350
  });
28349
28351
  };
28350
- const version = "3.7.8-master.2025-01-28";
28352
+ const version = "3.7.8-master.2025-01-29";
28351
28353
  createVuetify.version = version;
28352
28354
 
28353
28355
  export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };