@vuetify/nightly 3.9.3-dev.2025-08-01 → 3.9.3-dev.2025-08-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
@@ -37790,6 +37790,7 @@ type VDataIteratorSlotProps<T> = {
37790
37790
  isGroupOpen: ReturnType<typeof provideGroupBy>['isGroupOpen'];
37791
37791
  toggleGroup: ReturnType<typeof provideGroupBy>['toggleGroup'];
37792
37792
  items: readonly DataIteratorItem<T>[];
37793
+ itemsCount: number;
37793
37794
  groupedItems: readonly (DataIteratorItem<T> | Group<DataIteratorItem<T>>)[];
37794
37795
  };
37795
37796
  type VDataIteratorSlots<T> = {
@@ -96238,48 +96239,41 @@ declare module 'vue' {
96238
96239
  $children?: VNodeChild
96239
96240
  }
96240
96241
  export interface GlobalComponents {
96242
+ VApp: VApp
96241
96243
  VAppBar: VAppBar
96242
96244
  VAppBarNavIcon: VAppBarNavIcon
96243
96245
  VAppBarTitle: VAppBarTitle
96244
- VApp: VApp
96245
- VAvatar: VAvatar
96246
- VAutocomplete: VAutocomplete
96247
- VBadge: VBadge
96248
96246
  VAlert: VAlert
96249
96247
  VAlertTitle: VAlertTitle
96248
+ VBadge: VBadge
96249
+ VAvatar: VAvatar
96250
96250
  VBanner: VBanner
96251
96251
  VBannerActions: VBannerActions
96252
96252
  VBannerText: VBannerText
96253
- VBottomNavigation: VBottomNavigation
96254
- VBtn: VBtn
96253
+ VBottomSheet: VBottomSheet
96255
96254
  VBreadcrumbs: VBreadcrumbs
96256
96255
  VBreadcrumbsItem: VBreadcrumbsItem
96257
96256
  VBreadcrumbsDivider: VBreadcrumbsDivider
96258
- VBottomSheet: VBottomSheet
96259
- VBtnGroup: VBtnGroup
96260
- VCarousel: VCarousel
96261
- VCarouselItem: VCarouselItem
96262
- VBtnToggle: VBtnToggle
96263
- VChip: VChip
96264
- VCheckbox: VCheckbox
96265
- VCheckboxBtn: VCheckboxBtn
96266
- VCombobox: VCombobox
96257
+ VBtn: VBtn
96267
96258
  VCard: VCard
96268
96259
  VCardActions: VCardActions
96269
96260
  VCardItem: VCardItem
96270
96261
  VCardSubtitle: VCardSubtitle
96271
96262
  VCardText: VCardText
96272
96263
  VCardTitle: VCardTitle
96264
+ VBtnToggle: VBtnToggle
96265
+ VChip: VChip
96266
+ VBtnGroup: VBtnGroup
96267
+ VCheckbox: VCheckbox
96268
+ VCheckboxBtn: VCheckboxBtn
96273
96269
  VCode: VCode
96270
+ VBottomNavigation: VBottomNavigation
96274
96271
  VColorPicker: VColorPicker
96275
- VCounter: VCounter
96276
96272
  VChipGroup: VChipGroup
96277
- VDatePicker: VDatePicker
96278
- VDatePickerControls: VDatePickerControls
96279
- VDatePickerHeader: VDatePickerHeader
96280
- VDatePickerMonth: VDatePickerMonth
96281
- VDatePickerMonths: VDatePickerMonths
96282
- VDatePickerYears: VDatePickerYears
96273
+ VCarousel: VCarousel
96274
+ VCarouselItem: VCarouselItem
96275
+ VCombobox: VCombobox
96276
+ VCounter: VCounter
96283
96277
  VDataTable: VDataTable
96284
96278
  VDataTableHeaders: VDataTableHeaders
96285
96279
  VDataTableFooter: VDataTableFooter
@@ -96287,29 +96281,35 @@ declare module 'vue' {
96287
96281
  VDataTableRow: VDataTableRow
96288
96282
  VDataTableVirtual: VDataTableVirtual
96289
96283
  VDataTableServer: VDataTableServer
96284
+ VDatePicker: VDatePicker
96285
+ VDatePickerControls: VDatePickerControls
96286
+ VDatePickerHeader: VDatePickerHeader
96287
+ VDatePickerMonth: VDatePickerMonth
96288
+ VDatePickerMonths: VDatePickerMonths
96289
+ VDatePickerYears: VDatePickerYears
96290
+ VEmptyState: VEmptyState
96290
96291
  VDivider: VDivider
96292
+ VDialog: VDialog
96291
96293
  VExpansionPanels: VExpansionPanels
96292
96294
  VExpansionPanel: VExpansionPanel
96293
96295
  VExpansionPanelText: VExpansionPanelText
96294
96296
  VExpansionPanelTitle: VExpansionPanelTitle
96295
96297
  VFab: VFab
96296
- VDialog: VDialog
96297
- VEmptyState: VEmptyState
96298
+ VFileInput: VFileInput
96299
+ VField: VField
96300
+ VFieldLabel: VFieldLabel
96301
+ VInfiniteScroll: VInfiniteScroll
96298
96302
  VFooter: VFooter
96303
+ VImg: VImg
96299
96304
  VIcon: VIcon
96300
96305
  VComponentIcon: VComponentIcon
96301
96306
  VSvgIcon: VSvgIcon
96302
96307
  VLigatureIcon: VLigatureIcon
96303
96308
  VClassIcon: VClassIcon
96304
- VFileInput: VFileInput
96305
- VField: VField
96306
- VFieldLabel: VFieldLabel
96307
- VInfiniteScroll: VInfiniteScroll
96308
- VImg: VImg
96309
- VInput: VInput
96309
+ VKbd: VKbd
96310
96310
  VItemGroup: VItemGroup
96311
96311
  VItem: VItem
96312
- VKbd: VKbd
96312
+ VInput: VInput
96313
96313
  VList: VList
96314
96314
  VListGroup: VListGroup
96315
96315
  VListImg: VListImg
@@ -96320,79 +96320,80 @@ declare module 'vue' {
96320
96320
  VListItemTitle: VListItemTitle
96321
96321
  VListSubheader: VListSubheader
96322
96322
  VLabel: VLabel
96323
- VMessages: VMessages
96324
- VOtpInput: VOtpInput
96325
96323
  VMain: VMain
96326
96324
  VMenu: VMenu
96325
+ VNavigationDrawer: VNavigationDrawer
96326
+ VMessages: VMessages
96327
+ VNumberInput: VNumberInput
96327
96328
  VOverlay: VOverlay
96329
+ VOtpInput: VOtpInput
96328
96330
  VPagination: VPagination
96329
- VNumberInput: VNumberInput
96330
- VProgressCircular: VProgressCircular
96331
96331
  VProgressLinear: VProgressLinear
96332
- VRadioGroup: VRadioGroup
96332
+ VProgressCircular: VProgressCircular
96333
96333
  VRating: VRating
96334
+ VRadioGroup: VRadioGroup
96334
96335
  VSelectionControlGroup: VSelectionControlGroup
96335
- VSelectionControl: VSelectionControl
96336
96336
  VSkeletonLoader: VSkeletonLoader
96337
- VSelect: VSelect
96338
96337
  VSheet: VSheet
96338
+ VSelect: VSelect
96339
96339
  VSlideGroup: VSlideGroup
96340
96340
  VSlideGroupItem: VSlideGroupItem
96341
+ VSlider: VSlider
96342
+ VSelectionControl: VSelectionControl
96343
+ VSwitch: VSwitch
96344
+ VSystemBar: VSystemBar
96341
96345
  VStepper: VStepper
96342
96346
  VStepperActions: VStepperActions
96343
96347
  VStepperHeader: VStepperHeader
96344
96348
  VStepperItem: VStepperItem
96345
96349
  VStepperWindow: VStepperWindow
96346
96350
  VStepperWindowItem: VStepperWindowItem
96347
- VSnackbar: VSnackbar
96348
- VSlider: VSlider
96349
- VSystemBar: VSystemBar
96350
96351
  VTab: VTab
96351
96352
  VTabs: VTabs
96352
96353
  VTabsWindow: VTabsWindow
96353
96354
  VTabsWindowItem: VTabsWindowItem
96354
- VSwitch: VSwitch
96355
- VTextField: VTextField
96356
96355
  VTable: VTable
96357
96356
  VTextarea: VTextarea
96358
- VToolbar: VToolbar
96359
- VToolbarTitle: VToolbarTitle
96360
- VToolbarItems: VToolbarItems
96357
+ VTextField: VTextField
96361
96358
  VTimeline: VTimeline
96362
96359
  VTimelineItem: VTimelineItem
96360
+ VTimePicker: VTimePicker
96361
+ VTimePickerClock: VTimePickerClock
96362
+ VTimePickerControls: VTimePickerControls
96363
96363
  VTooltip: VTooltip
96364
+ VToolbar: VToolbar
96365
+ VToolbarTitle: VToolbarTitle
96366
+ VToolbarItems: VToolbarItems
96364
96367
  VTreeview: VTreeview
96365
96368
  VTreeviewItem: VTreeviewItem
96366
96369
  VTreeviewGroup: VTreeviewGroup
96367
96370
  VWindow: VWindow
96368
96371
  VWindowItem: VWindowItem
96369
- VTimePicker: VTimePicker
96370
- VTimePickerClock: VTimePickerClock
96371
- VTimePickerControls: VTimePickerControls
96372
- VDataIterator: VDataIterator
96372
+ VAutocomplete: VAutocomplete
96373
96373
  VConfirmEdit: VConfirmEdit
96374
+ VDataIterator: VDataIterator
96374
96375
  VDefaultsProvider: VDefaultsProvider
96375
- VHover: VHover
96376
96376
  VForm: VForm
96377
96377
  VContainer: VContainer
96378
96378
  VCol: VCol
96379
96379
  VRow: VRow
96380
96380
  VSpacer: VSpacer
96381
+ VHover: VHover
96381
96382
  VLazy: VLazy
96382
96383
  VLayout: VLayout
96383
96384
  VLayoutItem: VLayoutItem
96384
96385
  VLocaleProvider: VLocaleProvider
96385
96386
  VNoSsr: VNoSsr
96386
- VRadio: VRadio
96387
96387
  VParallax: VParallax
96388
+ VRadio: VRadio
96388
96389
  VRangeSlider: VRangeSlider
96389
96390
  VResponsive: VResponsive
96390
96391
  VSnackbarQueue: VSnackbarQueue
96391
96392
  VSparkline: VSparkline
96392
96393
  VSpeedDial: VSpeedDial
96393
96394
  VThemeProvider: VThemeProvider
96394
- VVirtualScroll: VVirtualScroll
96395
96395
  VValidation: VValidation
96396
+ VVirtualScroll: VVirtualScroll
96396
96397
  VFabTransition: VFabTransition
96397
96398
  VDialogBottomTransition: VDialogBottomTransition
96398
96399
  VDialogTopTransition: VDialogTopTransition
@@ -96409,7 +96410,10 @@ declare module 'vue' {
96409
96410
  VExpandTransition: VExpandTransition
96410
96411
  VExpandXTransition: VExpandXTransition
96411
96412
  VDialogTransition: VDialogTransition
96412
- VNavigationDrawer: VNavigationDrawer
96413
+ VSnackbar: VSnackbar
96414
+ VFileUpload: VFileUpload
96415
+ VFileUploadItem: VFileUploadItem
96416
+ VIconBtn: VIconBtn
96413
96417
  VCalendar: VCalendar
96414
96418
  VCalendarDay: VCalendarDay
96415
96419
  VCalendarHeader: VCalendarHeader
@@ -96417,24 +96421,21 @@ declare module 'vue' {
96417
96421
  VCalendarIntervalEvent: VCalendarIntervalEvent
96418
96422
  VCalendarMonthDay: VCalendarMonthDay
96419
96423
  VColorInput: VColorInput
96420
- VIconBtn: VIconBtn
96421
- VFileUpload: VFileUpload
96422
- VFileUploadItem: VFileUploadItem
96423
- VPicker: VPicker
96424
- VPickerTitle: VPickerTitle
96425
96424
  VPie: VPie
96426
96425
  VPieSegment: VPieSegment
96427
96426
  VPieTooltip: VPieTooltip
96427
+ VPicker: VPicker
96428
+ VPickerTitle: VPickerTitle
96429
+ VHotkey: VHotkey
96428
96430
  VStepperVertical: VStepperVertical
96429
96431
  VStepperVerticalItem: VStepperVerticalItem
96430
96432
  VStepperVerticalActions: VStepperVerticalActions
96431
- VHotkey: VHotkey
96432
96433
  VVideo: VVideo
96433
96434
  VVideoControls: VVideoControls
96434
96435
  VVideoVolume: VVideoVolume
96435
96436
  VDateInput: VDateInput
96436
- VPullToRefresh: VPullToRefresh
96437
96437
  VMaskInput: VMaskInput
96438
+ VPullToRefresh: VPullToRefresh
96438
96439
  }
96439
96440
  export interface GlobalDirectives {
96440
96441
  vClickOutside: typeof import('vuetify/directives')['ClickOutside']
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.9.3-dev.2025-08-01
2
+ * Vuetify v3.9.3-dev.2025-08-02
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -15866,7 +15866,7 @@ const VWindow = genericComponent()({
15866
15866
  'v-window--vertical-arrows': !!props.verticalArrows,
15867
15867
  'v-window--crossfade': !!props.crossfade
15868
15868
  }, themeClasses.value, props.class]),
15869
- "style": normalizeStyle([props.style, props.transitionDuration ? {
15869
+ "style": normalizeStyle([props.style, props.transitionDuration && !PREFERS_REDUCED_MOTION ? {
15870
15870
  '--v-window-transition-duration': convertToUnit(props.transitionDuration, 'ms')
15871
15871
  } : undefined])
15872
15872
  }, {
@@ -20671,6 +20671,7 @@ const VDataIterator = genericComponent()({
20671
20671
  isGroupOpen,
20672
20672
  toggleGroup,
20673
20673
  items: paginatedItemsWithoutGroups.value,
20674
+ itemsCount: filteredItems.value.length,
20674
20675
  groupedItems: paginatedItems.value
20675
20676
  }));
20676
20677
  useRender(() => createVNode(props.tag, {
@@ -27740,9 +27741,11 @@ const makeVSkeletonLoaderProps = propsFactory({
27740
27741
  }, 'VSkeletonLoader');
27741
27742
  const VSkeletonLoader = genericComponent()({
27742
27743
  name: 'VSkeletonLoader',
27744
+ inheritAttrs: false,
27743
27745
  props: makeVSkeletonLoaderProps(),
27744
27746
  setup(props, _ref) {
27745
27747
  let {
27748
+ attrs,
27746
27749
  slots
27747
27750
  } = _ref;
27748
27751
  const {
@@ -27769,12 +27772,12 @@ const VSkeletonLoader = genericComponent()({
27769
27772
  ariaLabel: t(props.loadingText),
27770
27773
  role: 'alert'
27771
27774
  };
27772
- return createElementVNode("div", mergeProps({
27775
+ return createElementVNode(Fragment, null, [isLoading ? createElementVNode("div", mergeProps({
27773
27776
  "class": ['v-skeleton-loader', {
27774
27777
  'v-skeleton-loader--boilerplate': props.boilerplate
27775
27778
  }, themeClasses.value, backgroundColorClasses.value, elevationClasses.value],
27776
- "style": [backgroundColorStyles.value, isLoading ? dimensionStyles.value : {}]
27777
- }, loadingProps), [isLoading ? items.value : slots.default?.()]);
27779
+ "style": [backgroundColorStyles.value, dimensionStyles.value]
27780
+ }, loadingProps, attrs), [items.value]) : slots.default?.()]);
27778
27781
  });
27779
27782
  return {};
27780
27783
  }
@@ -31894,7 +31897,7 @@ function createVuetify$1() {
31894
31897
  };
31895
31898
  });
31896
31899
  }
31897
- const version$1 = "3.9.3-dev.2025-08-01";
31900
+ const version$1 = "3.9.3-dev.2025-08-02";
31898
31901
  createVuetify$1.version = version$1;
31899
31902
 
31900
31903
  // Vue's inject() can only be used in setup
@@ -31919,7 +31922,7 @@ const createVuetify = function () {
31919
31922
  ...options
31920
31923
  });
31921
31924
  };
31922
- const version = "3.9.3-dev.2025-08-01";
31925
+ const version = "3.9.3-dev.2025-08-02";
31923
31926
  createVuetify.version = version;
31924
31927
 
31925
31928
  export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useHotkey, useLayout, useLocale, useRtl, useTheme, version };