@vuetify/nightly 3.7.5-master.2024-12-16 → 3.7.5-master.2024-12-17

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,50 @@ declare module 'vue' {
67099
67099
  $children?: VNodeChild
67100
67100
  }
67101
67101
  export interface GlobalComponents {
67102
- VApp: typeof import('vuetify/components')['VApp']
67102
+ VAppBar: typeof import('vuetify/components')['VAppBar']
67103
+ VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
67104
+ VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
67103
67105
  VAlert: typeof import('vuetify/components')['VAlert']
67104
67106
  VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
67107
+ VApp: typeof import('vuetify/components')['VApp']
67105
67108
  VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
67106
- VAvatar: typeof import('vuetify/components')['VAvatar']
67109
+ VBanner: typeof import('vuetify/components')['VBanner']
67110
+ VBannerActions: typeof import('vuetify/components')['VBannerActions']
67111
+ VBannerText: typeof import('vuetify/components')['VBannerText']
67107
67112
  VBadge: typeof import('vuetify/components')['VBadge']
67113
+ VAvatar: typeof import('vuetify/components')['VAvatar']
67114
+ VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
67108
67115
  VBtn: typeof import('vuetify/components')['VBtn']
67109
- VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
67110
67116
  VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
67111
67117
  VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
67112
67118
  VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
67113
- VBanner: typeof import('vuetify/components')['VBanner']
67114
- VBannerActions: typeof import('vuetify/components')['VBannerActions']
67115
- VBannerText: typeof import('vuetify/components')['VBannerText']
67119
+ VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
67116
67120
  VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
67121
+ VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
67122
+ VCarousel: typeof import('vuetify/components')['VCarousel']
67123
+ VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
67124
+ VCheckbox: typeof import('vuetify/components')['VCheckbox']
67125
+ VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
67126
+ VChipGroup: typeof import('vuetify/components')['VChipGroup']
67127
+ VCode: typeof import('vuetify/components')['VCode']
67117
67128
  VCard: typeof import('vuetify/components')['VCard']
67118
67129
  VCardActions: typeof import('vuetify/components')['VCardActions']
67119
67130
  VCardItem: typeof import('vuetify/components')['VCardItem']
67120
67131
  VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
67121
67132
  VCardText: typeof import('vuetify/components')['VCardText']
67122
67133
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
67123
- VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
67124
- VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
67125
- VChip: typeof import('vuetify/components')['VChip']
67126
- VCheckbox: typeof import('vuetify/components')['VCheckbox']
67127
- VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
67128
- VChipGroup: typeof import('vuetify/components')['VChipGroup']
67129
- VAppBar: typeof import('vuetify/components')['VAppBar']
67130
- VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
67131
- VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
67132
- VCarousel: typeof import('vuetify/components')['VCarousel']
67133
- VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
67134
- VColorPicker: typeof import('vuetify/components')['VColorPicker']
67135
67134
  VCounter: typeof import('vuetify/components')['VCounter']
67136
- VCode: typeof import('vuetify/components')['VCode']
67135
+ VCombobox: typeof import('vuetify/components')['VCombobox']
67136
+ VColorPicker: typeof import('vuetify/components')['VColorPicker']
67137
+ VChip: typeof import('vuetify/components')['VChip']
67137
67138
  VDatePicker: typeof import('vuetify/components')['VDatePicker']
67138
67139
  VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
67139
67140
  VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
67140
67141
  VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
67141
67142
  VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
67142
67143
  VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
67143
- VCombobox: typeof import('vuetify/components')['VCombobox']
67144
+ VDialog: typeof import('vuetify/components')['VDialog']
67145
+ VDivider: typeof import('vuetify/components')['VDivider']
67144
67146
  VDataTable: typeof import('vuetify/components')['VDataTable']
67145
67147
  VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
67146
67148
  VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
@@ -67148,29 +67150,28 @@ declare module 'vue' {
67148
67150
  VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
67149
67151
  VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
67150
67152
  VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
67151
- VDialog: typeof import('vuetify/components')['VDialog']
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']
67152
67157
  VEmptyState: typeof import('vuetify/components')['VEmptyState']
67153
67158
  VFab: typeof import('vuetify/components')['VFab']
67154
- VDivider: typeof import('vuetify/components')['VDivider']
67155
- VFileInput: typeof import('vuetify/components')['VFileInput']
67156
67159
  VField: typeof import('vuetify/components')['VField']
67157
67160
  VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
67161
+ VFileInput: typeof import('vuetify/components')['VFileInput']
67162
+ VFooter: typeof import('vuetify/components')['VFooter']
67158
67163
  VIcon: typeof import('vuetify/components')['VIcon']
67159
67164
  VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
67160
67165
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
67161
67166
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
67162
67167
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
67163
- VFooter: typeof import('vuetify/components')['VFooter']
67164
- VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
67165
- VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
67166
- VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
67167
- VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
67168
- VImg: typeof import('vuetify/components')['VImg']
67169
- VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
67170
67168
  VInput: typeof import('vuetify/components')['VInput']
67169
+ VImg: typeof import('vuetify/components')['VImg']
67171
67170
  VItemGroup: typeof import('vuetify/components')['VItemGroup']
67172
67171
  VItem: typeof import('vuetify/components')['VItem']
67173
- VLabel: typeof import('vuetify/components')['VLabel']
67172
+ VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
67173
+ VMain: typeof import('vuetify/components')['VMain']
67174
+ VKbd: typeof import('vuetify/components')['VKbd']
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,54 +67181,54 @@ 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
- VKbd: typeof import('vuetify/components')['VKbd']
67184
- VMenu: typeof import('vuetify/components')['VMenu']
67185
- VMain: typeof import('vuetify/components')['VMain']
67184
+ VLabel: typeof import('vuetify/components')['VLabel']
67186
67185
  VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
67187
67186
  VOtpInput: typeof import('vuetify/components')['VOtpInput']
67187
+ VPagination: typeof import('vuetify/components')['VPagination']
67188
+ VMenu: typeof import('vuetify/components')['VMenu']
67188
67189
  VMessages: typeof import('vuetify/components')['VMessages']
67189
67190
  VOverlay: typeof import('vuetify/components')['VOverlay']
67190
- VPagination: typeof import('vuetify/components')['VPagination']
67191
- VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
67192
- VRating: typeof import('vuetify/components')['VRating']
67193
67191
  VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
67192
+ VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
67193
+ VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
67194
+ VSelect: typeof import('vuetify/components')['VSelect']
67195
+ VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
67196
+ VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
67194
67197
  VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
67198
+ VRating: typeof import('vuetify/components')['VRating']
67195
67199
  VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
67196
67200
  VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
67197
- VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
67198
- VSheet: typeof import('vuetify/components')['VSheet']
67199
67201
  VSlider: typeof import('vuetify/components')['VSlider']
67200
- VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
67201
- VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
67202
- VSelect: typeof import('vuetify/components')['VSelect']
67202
+ VSheet: typeof import('vuetify/components')['VSheet']
67203
+ VSnackbar: typeof import('vuetify/components')['VSnackbar']
67203
67204
  VStepper: typeof import('vuetify/components')['VStepper']
67204
67205
  VStepperActions: typeof import('vuetify/components')['VStepperActions']
67205
67206
  VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
67206
67207
  VStepperItem: typeof import('vuetify/components')['VStepperItem']
67207
67208
  VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
67208
67209
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
67210
+ VSwitch: typeof import('vuetify/components')['VSwitch']
67211
+ VSystemBar: typeof import('vuetify/components')['VSystemBar']
67212
+ VTable: typeof import('vuetify/components')['VTable']
67209
67213
  VTab: typeof import('vuetify/components')['VTab']
67210
67214
  VTabs: typeof import('vuetify/components')['VTabs']
67211
67215
  VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
67212
67216
  VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
67213
- VSwitch: typeof import('vuetify/components')['VSwitch']
67214
- VSnackbar: typeof import('vuetify/components')['VSnackbar']
67215
- VTable: typeof import('vuetify/components')['VTable']
67216
- VTextarea: typeof import('vuetify/components')['VTextarea']
67217
- VTooltip: typeof import('vuetify/components')['VTooltip']
67218
- VSystemBar: typeof import('vuetify/components')['VSystemBar']
67219
67217
  VTextField: typeof import('vuetify/components')['VTextField']
67218
+ VTextarea: typeof import('vuetify/components')['VTextarea']
67219
+ VTimeline: typeof import('vuetify/components')['VTimeline']
67220
+ VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
67220
67221
  VToolbar: typeof import('vuetify/components')['VToolbar']
67221
67222
  VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
67222
67223
  VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
67223
- VTimeline: typeof import('vuetify/components')['VTimeline']
67224
- VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
67225
67224
  VWindow: typeof import('vuetify/components')['VWindow']
67226
67225
  VWindowItem: typeof import('vuetify/components')['VWindowItem']
67227
- VDataIterator: typeof import('vuetify/components')['VDataIterator']
67226
+ VTooltip: typeof import('vuetify/components')['VTooltip']
67228
67227
  VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
67228
+ VDataIterator: typeof import('vuetify/components')['VDataIterator']
67229
67229
  VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
67230
67230
  VForm: typeof import('vuetify/components')['VForm']
67231
+ VHover: typeof import('vuetify/components')['VHover']
67231
67232
  VContainer: typeof import('vuetify/components')['VContainer']
67232
67233
  VCol: typeof import('vuetify/components')['VCol']
67233
67234
  VRow: typeof import('vuetify/components')['VRow']
@@ -67236,16 +67237,15 @@ declare module 'vue' {
67236
67237
  VLayout: typeof import('vuetify/components')['VLayout']
67237
67238
  VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
67238
67239
  VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
67239
- VHover: typeof import('vuetify/components')['VHover']
67240
- VParallax: typeof import('vuetify/components')['VParallax']
67241
67240
  VNoSsr: typeof import('vuetify/components')['VNoSsr']
67242
- VRadio: typeof import('vuetify/components')['VRadio']
67241
+ VParallax: typeof import('vuetify/components')['VParallax']
67243
67242
  VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
67243
+ VRadio: typeof import('vuetify/components')['VRadio']
67244
67244
  VResponsive: typeof import('vuetify/components')['VResponsive']
67245
- VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
67246
67245
  VSparkline: typeof import('vuetify/components')['VSparkline']
67247
- VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
67246
+ VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
67248
67247
  VValidation: typeof import('vuetify/components')['VValidation']
67248
+ VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
67249
67249
  VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
67250
67250
  VFabTransition: typeof import('vuetify/components')['VFabTransition']
67251
67251
  VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
@@ -67263,28 +67263,28 @@ declare module 'vue' {
67263
67263
  VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
67264
67264
  VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
67265
67265
  VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
67266
- VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
67267
- VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
67268
- VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
67269
- VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
67270
- VPicker: typeof import('vuetify/labs/components')['VPicker']
67271
- VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
67272
67266
  VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
67273
67267
  VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
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
67268
  VCalendar: typeof import('vuetify/labs/components')['VCalendar']
67278
67269
  VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
67279
67270
  VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
67280
67271
  VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
67281
67272
  VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
67282
67273
  VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
67274
+ VPicker: typeof import('vuetify/labs/components')['VPicker']
67275
+ VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
67276
+ VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
67283
67277
  VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
67284
67278
  VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
67285
67279
  VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
67280
+ VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
67281
+ VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
67282
+ VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
67283
+ VTreeview: typeof import('vuetify/labs/components')['VTreeview']
67284
+ VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
67285
+ VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
67286
67286
  VDateInput: typeof import('vuetify/labs/components')['VDateInput']
67287
- VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
67288
67287
  VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
67288
+ VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
67289
67289
  }
67290
67290
  }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.7.5-master.2024-12-16
2
+ * Vuetify v3.7.5-master.2024-12-17
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -9183,16 +9183,22 @@ const VListItem = genericComponent()({
9183
9183
  color: isActive.value ? color.value ?? props.baseColor : props.baseColor,
9184
9184
  variant: props.variant
9185
9185
  }));
9186
+
9187
+ // useNestedItem doesn't call register until beforeMount,
9188
+ // so this can't be an immediate watcher as we don't know parent yet
9186
9189
  watch(() => link.isActive?.value, val => {
9187
- if (val && parent.value != null) {
9190
+ if (!val) return;
9191
+ handleActiveLink();
9192
+ });
9193
+ onBeforeMount(() => {
9194
+ if (link.isActive?.value) handleActiveLink();
9195
+ });
9196
+ function handleActiveLink() {
9197
+ if (parent.value != null) {
9188
9198
  root.open(parent.value, true);
9189
9199
  }
9190
- if (val) {
9191
- openOnSelect(val);
9192
- }
9193
- }, {
9194
- immediate: true
9195
- });
9200
+ openOnSelect(true);
9201
+ }
9196
9202
  const {
9197
9203
  themeClasses
9198
9204
  } = provideTheme(props);
@@ -28278,7 +28284,7 @@ function createVuetify$1() {
28278
28284
  goTo
28279
28285
  };
28280
28286
  }
28281
- const version$1 = "3.7.5-master.2024-12-16";
28287
+ const version$1 = "3.7.5-master.2024-12-17";
28282
28288
  createVuetify$1.version = version$1;
28283
28289
 
28284
28290
  // Vue's inject() can only be used in setup
@@ -28303,7 +28309,7 @@ const createVuetify = function () {
28303
28309
  ...options
28304
28310
  });
28305
28311
  };
28306
- const version = "3.7.5-master.2024-12-16";
28312
+ const version = "3.7.5-master.2024-12-17";
28307
28313
  createVuetify.version = version;
28308
28314
 
28309
28315
  export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };