@vuetify/nightly 3.7.19-master.2025-03-27 → 3.7.19-master.2025-03-31

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
@@ -67141,41 +67141,47 @@ declare module 'vue' {
67141
67141
  }
67142
67142
  export interface GlobalComponents {
67143
67143
  VApp: typeof import('vuetify/components')['VApp']
67144
- VAppBar: typeof import('vuetify/components')['VAppBar']
67145
- VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
67146
- VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
67147
- VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
67148
67144
  VAvatar: typeof import('vuetify/components')['VAvatar']
67149
67145
  VAlert: typeof import('vuetify/components')['VAlert']
67150
67146
  VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
67151
- VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
67152
67147
  VBadge: typeof import('vuetify/components')['VBadge']
67153
- VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
67154
- VBtn: typeof import('vuetify/components')['VBtn']
67155
- VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
67148
+ VBanner: typeof import('vuetify/components')['VBanner']
67149
+ VBannerActions: typeof import('vuetify/components')['VBannerActions']
67150
+ VBannerText: typeof import('vuetify/components')['VBannerText']
67156
67151
  VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
67157
67152
  VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
67158
67153
  VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
67154
+ VAppBar: typeof import('vuetify/components')['VAppBar']
67155
+ VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
67156
+ VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
67157
+ VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
67158
+ VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
67159
+ VBtn: typeof import('vuetify/components')['VBtn']
67160
+ VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
67159
67161
  VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
67160
- VCarousel: typeof import('vuetify/components')['VCarousel']
67161
- VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
67162
- VChipGroup: typeof import('vuetify/components')['VChipGroup']
67163
- VBanner: typeof import('vuetify/components')['VBanner']
67164
- VBannerActions: typeof import('vuetify/components')['VBannerActions']
67165
- VBannerText: typeof import('vuetify/components')['VBannerText']
67166
- VChip: typeof import('vuetify/components')['VChip']
67167
67162
  VCheckbox: typeof import('vuetify/components')['VCheckbox']
67168
67163
  VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
67164
+ VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
67169
67165
  VCard: typeof import('vuetify/components')['VCard']
67170
67166
  VCardActions: typeof import('vuetify/components')['VCardActions']
67171
67167
  VCardItem: typeof import('vuetify/components')['VCardItem']
67172
67168
  VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
67173
67169
  VCardText: typeof import('vuetify/components')['VCardText']
67174
67170
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
67171
+ VChipGroup: typeof import('vuetify/components')['VChipGroup']
67172
+ VCarousel: typeof import('vuetify/components')['VCarousel']
67173
+ VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
67175
67174
  VCode: typeof import('vuetify/components')['VCode']
67175
+ VChip: typeof import('vuetify/components')['VChip']
67176
67176
  VColorPicker: typeof import('vuetify/components')['VColorPicker']
67177
- VCounter: typeof import('vuetify/components')['VCounter']
67178
67177
  VCombobox: typeof import('vuetify/components')['VCombobox']
67178
+ VCounter: typeof import('vuetify/components')['VCounter']
67179
+ VDatePicker: typeof import('vuetify/components')['VDatePicker']
67180
+ VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
67181
+ VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
67182
+ VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
67183
+ VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
67184
+ VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
67179
67185
  VDataTable: typeof import('vuetify/components')['VDataTable']
67180
67186
  VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
67181
67187
  VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
@@ -67183,38 +67189,29 @@ declare module 'vue' {
67183
67189
  VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
67184
67190
  VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
67185
67191
  VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
67186
- VDatePicker: typeof import('vuetify/components')['VDatePicker']
67187
- VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
67188
- VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
67189
- VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
67190
- VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
67191
- VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
67192
- VDialog: typeof import('vuetify/components')['VDialog']
67193
- VField: typeof import('vuetify/components')['VField']
67194
- VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
67192
+ VDivider: typeof import('vuetify/components')['VDivider']
67195
67193
  VEmptyState: typeof import('vuetify/components')['VEmptyState']
67194
+ VDialog: typeof import('vuetify/components')['VDialog']
67196
67195
  VFab: typeof import('vuetify/components')['VFab']
67197
- VDivider: typeof import('vuetify/components')['VDivider']
67198
67196
  VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
67199
67197
  VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
67200
67198
  VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
67201
67199
  VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
67202
- VFileInput: typeof import('vuetify/components')['VFileInput']
67200
+ VField: typeof import('vuetify/components')['VField']
67201
+ VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
67203
67202
  VFooter: typeof import('vuetify/components')['VFooter']
67204
- VImg: typeof import('vuetify/components')['VImg']
67203
+ VFileInput: typeof import('vuetify/components')['VFileInput']
67204
+ VItemGroup: typeof import('vuetify/components')['VItemGroup']
67205
+ VItem: typeof import('vuetify/components')['VItem']
67206
+ VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
67205
67207
  VIcon: typeof import('vuetify/components')['VIcon']
67206
67208
  VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
67207
67209
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
67208
67210
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
67209
67211
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
67210
- VInput: typeof import('vuetify/components')['VInput']
67211
- VItemGroup: typeof import('vuetify/components')['VItemGroup']
67212
- VItem: typeof import('vuetify/components')['VItem']
67213
- VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
67212
+ VImg: typeof import('vuetify/components')['VImg']
67214
67213
  VLabel: typeof import('vuetify/components')['VLabel']
67215
- VKbd: typeof import('vuetify/components')['VKbd']
67216
- VMenu: typeof import('vuetify/components')['VMenu']
67217
- VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
67214
+ VInput: typeof import('vuetify/components')['VInput']
67218
67215
  VList: typeof import('vuetify/components')['VList']
67219
67216
  VListGroup: typeof import('vuetify/components')['VListGroup']
67220
67217
  VListImg: typeof import('vuetify/components')['VListImg']
@@ -67224,47 +67221,50 @@ declare module 'vue' {
67224
67221
  VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
67225
67222
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
67226
67223
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
67224
+ VKbd: typeof import('vuetify/components')['VKbd']
67225
+ VMenu: typeof import('vuetify/components')['VMenu']
67226
+ VMessages: typeof import('vuetify/components')['VMessages']
67227
+ VOverlay: typeof import('vuetify/components')['VOverlay']
67227
67228
  VMain: typeof import('vuetify/components')['VMain']
67229
+ VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
67228
67230
  VOtpInput: typeof import('vuetify/components')['VOtpInput']
67229
- VOverlay: typeof import('vuetify/components')['VOverlay']
67230
- VMessages: typeof import('vuetify/components')['VMessages']
67231
- VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
67232
- VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
67233
- VPagination: typeof import('vuetify/components')['VPagination']
67234
67231
  VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
67235
- VSelect: typeof import('vuetify/components')['VSelect']
67232
+ VPagination: typeof import('vuetify/components')['VPagination']
67233
+ VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
67236
67234
  VRating: typeof import('vuetify/components')['VRating']
67237
- VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
67238
67235
  VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
67236
+ VSelect: typeof import('vuetify/components')['VSelect']
67239
67237
  VSheet: typeof import('vuetify/components')['VSheet']
67240
- VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
67238
+ VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
67241
67239
  VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
67242
67240
  VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
67241
+ VSwitch: typeof import('vuetify/components')['VSwitch']
67242
+ VSlider: typeof import('vuetify/components')['VSlider']
67243
+ VSnackbar: typeof import('vuetify/components')['VSnackbar']
67244
+ VTextField: typeof import('vuetify/components')['VTextField']
67245
+ VSystemBar: typeof import('vuetify/components')['VSystemBar']
67246
+ VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
67243
67247
  VStepper: typeof import('vuetify/components')['VStepper']
67244
67248
  VStepperActions: typeof import('vuetify/components')['VStepperActions']
67245
67249
  VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
67246
67250
  VStepperItem: typeof import('vuetify/components')['VStepperItem']
67247
67251
  VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
67248
67252
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
67249
- VSlider: typeof import('vuetify/components')['VSlider']
67250
- VSwitch: typeof import('vuetify/components')['VSwitch']
67251
- VSnackbar: typeof import('vuetify/components')['VSnackbar']
67252
67253
  VTab: typeof import('vuetify/components')['VTab']
67253
67254
  VTabs: typeof import('vuetify/components')['VTabs']
67254
67255
  VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
67255
67256
  VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
67256
67257
  VTable: typeof import('vuetify/components')['VTable']
67257
- VTextField: typeof import('vuetify/components')['VTextField']
67258
- VSystemBar: typeof import('vuetify/components')['VSystemBar']
67258
+ VTextarea: typeof import('vuetify/components')['VTextarea']
67259
+ VWindow: typeof import('vuetify/components')['VWindow']
67260
+ VWindowItem: typeof import('vuetify/components')['VWindowItem']
67259
67261
  VToolbar: typeof import('vuetify/components')['VToolbar']
67260
67262
  VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
67261
67263
  VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
67262
- VTextarea: typeof import('vuetify/components')['VTextarea']
67263
- VTooltip: typeof import('vuetify/components')['VTooltip']
67264
+ VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
67264
67265
  VTimeline: typeof import('vuetify/components')['VTimeline']
67265
67266
  VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
67266
- VWindow: typeof import('vuetify/components')['VWindow']
67267
- VWindowItem: typeof import('vuetify/components')['VWindowItem']
67267
+ VTooltip: typeof import('vuetify/components')['VTooltip']
67268
67268
  VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
67269
67269
  VDataIterator: typeof import('vuetify/components')['VDataIterator']
67270
67270
  VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
@@ -67285,8 +67285,8 @@ declare module 'vue' {
67285
67285
  VResponsive: typeof import('vuetify/components')['VResponsive']
67286
67286
  VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
67287
67287
  VSparkline: typeof import('vuetify/components')['VSparkline']
67288
- VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
67289
67288
  VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
67289
+ VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
67290
67290
  VValidation: typeof import('vuetify/components')['VValidation']
67291
67291
  VFabTransition: typeof import('vuetify/components')['VFabTransition']
67292
67292
  VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
@@ -67304,16 +67304,14 @@ declare module 'vue' {
67304
67304
  VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
67305
67305
  VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
67306
67306
  VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
67307
+ VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
67308
+ VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
67307
67309
  VCalendar: typeof import('vuetify/labs/components')['VCalendar']
67308
67310
  VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
67309
67311
  VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
67310
67312
  VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
67311
67313
  VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
67312
67314
  VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
67313
- VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
67314
- VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
67315
- VPicker: typeof import('vuetify/labs/components')['VPicker']
67316
- VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
67317
67315
  VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
67318
67316
  VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
67319
67317
  VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
@@ -67321,11 +67319,13 @@ declare module 'vue' {
67321
67319
  VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
67322
67320
  VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
67323
67321
  VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
67322
+ VPicker: typeof import('vuetify/labs/components')['VPicker']
67323
+ VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
67324
67324
  VTreeview: typeof import('vuetify/labs/components')['VTreeview']
67325
67325
  VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
67326
67326
  VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
67327
- VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
67328
67327
  VDateInput: typeof import('vuetify/labs/components')['VDateInput']
67328
+ VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
67329
67329
  VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
67330
67330
  }
67331
67331
  }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.7.19-master.2025-03-27
2
+ * Vuetify v3.7.19-master.2025-03-31
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -16458,7 +16458,7 @@ const VColorPickerPreview = defineComponent({
16458
16458
  const abortController = new AbortController();
16459
16459
  onUnmounted(() => abortController.abort());
16460
16460
  async function openEyeDropper() {
16461
- if (!SUPPORTS_EYE_DROPPER) return;
16461
+ if (!SUPPORTS_EYE_DROPPER || props.disabled) return;
16462
16462
  const eyeDropper = new window.EyeDropper();
16463
16463
  try {
16464
16464
  const result = await eyeDropper.open({
@@ -16480,10 +16480,11 @@ const VColorPickerPreview = defineComponent({
16480
16480
  "class": "v-color-picker-preview__eye-dropper",
16481
16481
  "key": "eyeDropper"
16482
16482
  }, [createVNode(VBtn, {
16483
- "onClick": openEyeDropper,
16483
+ "density": "comfortable",
16484
+ "disabled": props.disabled,
16484
16485
  "icon": "$eyeDropper",
16485
16486
  "variant": "plain",
16486
- "density": "comfortable"
16487
+ "onClick": openEyeDropper
16487
16488
  }, null)]), createVNode("div", {
16488
16489
  "class": "v-color-picker-preview__dot"
16489
16490
  }, [createVNode("div", {
@@ -28462,7 +28463,7 @@ function createVuetify$1() {
28462
28463
  goTo
28463
28464
  };
28464
28465
  }
28465
- const version$1 = "3.7.19-master.2025-03-27";
28466
+ const version$1 = "3.7.19-master.2025-03-31";
28466
28467
  createVuetify$1.version = version$1;
28467
28468
 
28468
28469
  // Vue's inject() can only be used in setup
@@ -28487,7 +28488,7 @@ const createVuetify = function () {
28487
28488
  ...options
28488
28489
  });
28489
28490
  };
28490
- const version = "3.7.19-master.2025-03-27";
28491
+ const version = "3.7.19-master.2025-03-31";
28491
28492
  createVuetify.version = version;
28492
28493
 
28493
28494
  export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };