@vuetify/nightly 3.8.8-dev.2025-06-04 → 3.8.8-dev.2025-06-10

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.
@@ -19273,8 +19273,14 @@ declare const VBadge: {
19273
19273
  bordered: boolean;
19274
19274
  } & {
19275
19275
  max?: string | number | undefined;
19276
+ height?: string | number | undefined;
19277
+ width?: string | number | undefined;
19276
19278
  color?: string | undefined;
19277
19279
  content?: string | number | undefined;
19280
+ maxHeight?: string | number | undefined;
19281
+ maxWidth?: string | number | undefined;
19282
+ minHeight?: string | number | undefined;
19283
+ minWidth?: string | number | undefined;
19278
19284
  class?: any;
19279
19285
  theme?: string | undefined;
19280
19286
  icon?: IconValue | undefined;
@@ -19335,8 +19341,14 @@ declare const VBadge: {
19335
19341
  bordered: boolean;
19336
19342
  } & {
19337
19343
  max?: string | number | undefined;
19344
+ height?: string | number | undefined;
19345
+ width?: string | number | undefined;
19338
19346
  color?: string | undefined;
19339
19347
  content?: string | number | undefined;
19348
+ maxHeight?: string | number | undefined;
19349
+ maxWidth?: string | number | undefined;
19350
+ minHeight?: string | number | undefined;
19351
+ minWidth?: string | number | undefined;
19340
19352
  class?: any;
19341
19353
  theme?: string | undefined;
19342
19354
  icon?: IconValue | undefined;
@@ -19391,8 +19403,14 @@ declare const VBadge: {
19391
19403
  bordered: boolean;
19392
19404
  } & {
19393
19405
  max?: string | number | undefined;
19406
+ height?: string | number | undefined;
19407
+ width?: string | number | undefined;
19394
19408
  color?: string | undefined;
19395
19409
  content?: string | number | undefined;
19410
+ maxHeight?: string | number | undefined;
19411
+ maxWidth?: string | number | undefined;
19412
+ minHeight?: string | number | undefined;
19413
+ minWidth?: string | number | undefined;
19396
19414
  class?: any;
19397
19415
  theme?: string | undefined;
19398
19416
  icon?: IconValue | undefined;
@@ -19431,6 +19449,12 @@ declare const VBadge: {
19431
19449
  default: () => vue.VNode[];
19432
19450
  badge: () => vue.VNode[];
19433
19451
  }>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
19452
+ height: (StringConstructor | NumberConstructor)[];
19453
+ maxHeight: (StringConstructor | NumberConstructor)[];
19454
+ maxWidth: (StringConstructor | NumberConstructor)[];
19455
+ minHeight: (StringConstructor | NumberConstructor)[];
19456
+ minWidth: (StringConstructor | NumberConstructor)[];
19457
+ width: (StringConstructor | NumberConstructor)[];
19434
19458
  transition: {
19435
19459
  type: vue.PropType<string | boolean | (vue.TransitionProps & {
19436
19460
  component?: vue.Component;
@@ -19478,6 +19502,12 @@ declare const VBadge: {
19478
19502
  offsetY: (StringConstructor | NumberConstructor)[];
19479
19503
  textColor: StringConstructor;
19480
19504
  }, vue.ExtractPropTypes<{
19505
+ height: (StringConstructor | NumberConstructor)[];
19506
+ maxHeight: (StringConstructor | NumberConstructor)[];
19507
+ maxWidth: (StringConstructor | NumberConstructor)[];
19508
+ minHeight: (StringConstructor | NumberConstructor)[];
19509
+ minWidth: (StringConstructor | NumberConstructor)[];
19510
+ width: (StringConstructor | NumberConstructor)[];
19481
19511
  transition: {
19482
19512
  type: vue.PropType<string | boolean | (vue.TransitionProps & {
19483
19513
  component?: vue.Component;
@@ -50125,7 +50155,9 @@ declare const VInfiniteScroll: {
50125
50155
  side: InfiniteScrollSide;
50126
50156
  done: (status: InfiniteScrollStatus) => void;
50127
50157
  }) => any) | undefined;
50128
- }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
50158
+ }, {
50159
+ reset: (side?: InfiniteScrollSide) => void;
50160
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
50129
50161
  load: (options: {
50130
50162
  side: InfiniteScrollSide;
50131
50163
  done: (status: InfiniteScrollStatus) => void;
@@ -50192,7 +50224,9 @@ declare const VInfiniteScroll: {
50192
50224
  side: InfiniteScrollSide;
50193
50225
  done: (status: InfiniteScrollStatus) => void;
50194
50226
  }) => any) | undefined;
50195
- }, {}, {}, {}, {}, {
50227
+ }, {
50228
+ reset: (side?: InfiniteScrollSide) => void;
50229
+ }, {}, {}, {}, {
50196
50230
  direction: "horizontal" | "vertical";
50197
50231
  tag: string | JSXComponent;
50198
50232
  mode: "manual" | "intersect";
@@ -50245,7 +50279,9 @@ declare const VInfiniteScroll: {
50245
50279
  side: InfiniteScrollSide;
50246
50280
  done: (status: InfiniteScrollStatus) => void;
50247
50281
  }) => any) | undefined;
50248
- }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
50282
+ }, {
50283
+ reset: (side?: InfiniteScrollSide) => void;
50284
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
50249
50285
  load: (options: {
50250
50286
  side: InfiniteScrollSide;
50251
50287
  done: (status: InfiniteScrollStatus) => void;
@@ -102277,50 +102313,41 @@ declare module 'vue' {
102277
102313
  $children?: VNodeChild
102278
102314
  }
102279
102315
  export interface GlobalComponents {
102280
- VApp: VApp
102281
102316
  VAppBar: VAppBar
102282
102317
  VAppBarNavIcon: VAppBarNavIcon
102283
102318
  VAppBarTitle: VAppBarTitle
102319
+ VApp: VApp
102284
102320
  VAlert: VAlert
102285
102321
  VAlertTitle: VAlertTitle
102286
- VAutocomplete: VAutocomplete
102287
- VBadge: VBadge
102288
102322
  VAvatar: VAvatar
102323
+ VAutocomplete: VAutocomplete
102289
102324
  VBanner: VBanner
102290
102325
  VBannerActions: VBannerActions
102291
102326
  VBannerText: VBannerText
102327
+ VBottomSheet: VBottomSheet
102328
+ VBadge: VBadge
102329
+ VBottomNavigation: VBottomNavigation
102330
+ VBtn: VBtn
102292
102331
  VBreadcrumbs: VBreadcrumbs
102293
102332
  VBreadcrumbsItem: VBreadcrumbsItem
102294
102333
  VBreadcrumbsDivider: VBreadcrumbsDivider
102334
+ VBtnToggle: VBtnToggle
102295
102335
  VCard: VCard
102296
102336
  VCardActions: VCardActions
102297
102337
  VCardItem: VCardItem
102298
102338
  VCardSubtitle: VCardSubtitle
102299
102339
  VCardText: VCardText
102300
102340
  VCardTitle: VCardTitle
102301
- VBottomNavigation: VBottomNavigation
102302
- VBtn: VBtn
102303
- VBtnGroup: VBtnGroup
102304
- VBottomSheet: VBottomSheet
102305
- VCheckbox: VCheckbox
102306
- VCheckboxBtn: VCheckboxBtn
102307
- VBtnToggle: VBtnToggle
102308
- VChip: VChip
102309
- VCode: VCode
102310
102341
  VCarousel: VCarousel
102311
102342
  VCarouselItem: VCarouselItem
102312
- VColorPicker: VColorPicker
102313
- VChipGroup: VChipGroup
102343
+ VChip: VChip
102314
102344
  VCombobox: VCombobox
102345
+ VCode: VCode
102346
+ VCheckbox: VCheckbox
102347
+ VCheckboxBtn: VCheckboxBtn
102348
+ VBtnGroup: VBtnGroup
102349
+ VColorPicker: VColorPicker
102315
102350
  VCounter: VCounter
102316
- VDivider: VDivider
102317
- VDatePicker: VDatePicker
102318
- VDatePickerControls: VDatePickerControls
102319
- VDatePickerHeader: VDatePickerHeader
102320
- VDatePickerMonth: VDatePickerMonth
102321
- VDatePickerMonths: VDatePickerMonths
102322
- VDatePickerYears: VDatePickerYears
102323
- VDialog: VDialog
102324
102351
  VDataTable: VDataTable
102325
102352
  VDataTableHeaders: VDataTableHeaders
102326
102353
  VDataTableFooter: VDataTableFooter
@@ -102328,29 +102355,33 @@ declare module 'vue' {
102328
102355
  VDataTableRow: VDataTableRow
102329
102356
  VDataTableVirtual: VDataTableVirtual
102330
102357
  VDataTableServer: VDataTableServer
102331
- VExpansionPanels: VExpansionPanels
102332
- VExpansionPanel: VExpansionPanel
102333
- VExpansionPanelText: VExpansionPanelText
102334
- VExpansionPanelTitle: VExpansionPanelTitle
102358
+ VDatePicker: VDatePicker
102359
+ VDatePickerControls: VDatePickerControls
102360
+ VDatePickerHeader: VDatePickerHeader
102361
+ VDatePickerMonth: VDatePickerMonth
102362
+ VDatePickerMonths: VDatePickerMonths
102363
+ VDatePickerYears: VDatePickerYears
102364
+ VDialog: VDialog
102335
102365
  VEmptyState: VEmptyState
102366
+ VDivider: VDivider
102367
+ VChipGroup: VChipGroup
102336
102368
  VFab: VFab
102369
+ VFileInput: VFileInput
102370
+ VFooter: VFooter
102337
102371
  VField: VField
102338
102372
  VFieldLabel: VFieldLabel
102339
- VFooter: VFooter
102340
- VFileInput: VFileInput
102341
- VInfiniteScroll: VInfiniteScroll
102342
102373
  VIcon: VIcon
102343
102374
  VComponentIcon: VComponentIcon
102344
102375
  VSvgIcon: VSvgIcon
102345
102376
  VLigatureIcon: VLigatureIcon
102346
102377
  VClassIcon: VClassIcon
102347
- VInput: VInput
102378
+ VInfiniteScroll: VInfiniteScroll
102348
102379
  VImg: VImg
102349
- VLabel: VLabel
102350
102380
  VItemGroup: VItemGroup
102351
102381
  VItem: VItem
102352
- VMenu: VMenu
102382
+ VLabel: VLabel
102353
102383
  VKbd: VKbd
102384
+ VInput: VInput
102354
102385
  VList: VList
102355
102386
  VListGroup: VListGroup
102356
102387
  VListImg: VListImg
@@ -102360,48 +102391,50 @@ declare module 'vue' {
102360
102391
  VListItemSubtitle: VListItemSubtitle
102361
102392
  VListItemTitle: VListItemTitle
102362
102393
  VListSubheader: VListSubheader
102363
- VMessages: VMessages
102394
+ VMenu: VMenu
102364
102395
  VMain: VMain
102365
- VNumberInput: VNumberInput
102396
+ VMessages: VMessages
102397
+ VPagination: VPagination
102366
102398
  VNavigationDrawer: VNavigationDrawer
102367
102399
  VOtpInput: VOtpInput
102400
+ VNumberInput: VNumberInput
102368
102401
  VOverlay: VOverlay
102369
- VPagination: VPagination
102402
+ VRadioGroup: VRadioGroup
102370
102403
  VProgressLinear: VProgressLinear
102371
102404
  VProgressCircular: VProgressCircular
102372
- VRadioGroup: VRadioGroup
102373
102405
  VSelectionControl: VSelectionControl
102374
102406
  VRating: VRating
102375
102407
  VSelect: VSelect
102376
- VSheet: VSheet
102408
+ VSkeletonLoader: VSkeletonLoader
102409
+ VSelectionControlGroup: VSelectionControlGroup
102377
102410
  VSnackbar: VSnackbar
102411
+ VSheet: VSheet
102378
102412
  VSlideGroup: VSlideGroup
102379
102413
  VSlideGroupItem: VSlideGroupItem
102380
102414
  VSlider: VSlider
102381
- VSkeletonLoader: VSkeletonLoader
102382
102415
  VStepper: VStepper
102383
102416
  VStepperActions: VStepperActions
102384
102417
  VStepperHeader: VStepperHeader
102385
102418
  VStepperItem: VStepperItem
102386
102419
  VStepperWindow: VStepperWindow
102387
102420
  VStepperWindowItem: VStepperWindowItem
102421
+ VSystemBar: VSystemBar
102422
+ VSwitch: VSwitch
102423
+ VTextarea: VTextarea
102388
102424
  VTab: VTab
102389
102425
  VTabs: VTabs
102390
102426
  VTabsWindow: VTabsWindow
102391
102427
  VTabsWindowItem: VTabsWindowItem
102392
- VSwitch: VSwitch
102393
- VSystemBar: VSystemBar
102394
102428
  VTable: VTable
102395
- VTimeline: VTimeline
102396
- VTimelineItem: VTimelineItem
102397
- VTextarea: VTextarea
102398
102429
  VTextField: VTextField
102399
- VWindow: VWindow
102400
- VWindowItem: VWindowItem
102401
102430
  VTooltip: VTooltip
102431
+ VTimeline: VTimeline
102432
+ VTimelineItem: VTimelineItem
102402
102433
  VToolbar: VToolbar
102403
102434
  VToolbarTitle: VToolbarTitle
102404
102435
  VToolbarItems: VToolbarItems
102436
+ VWindow: VWindow
102437
+ VWindowItem: VWindowItem
102405
102438
  VConfirmEdit: VConfirmEdit
102406
102439
  VDataIterator: VDataIterator
102407
102440
  VDefaultsProvider: VDefaultsProvider
@@ -102411,22 +102444,21 @@ declare module 'vue' {
102411
102444
  VRow: VRow
102412
102445
  VSpacer: VSpacer
102413
102446
  VHover: VHover
102447
+ VLazy: VLazy
102414
102448
  VLayout: VLayout
102415
102449
  VLayoutItem: VLayoutItem
102416
- VLazy: VLazy
102417
- VNoSsr: VNoSsr
102418
102450
  VLocaleProvider: VLocaleProvider
102451
+ VNoSsr: VNoSsr
102419
102452
  VParallax: VParallax
102420
102453
  VRadio: VRadio
102421
102454
  VRangeSlider: VRangeSlider
102422
102455
  VResponsive: VResponsive
102423
- VSnackbarQueue: VSnackbarQueue
102424
102456
  VSparkline: VSparkline
102425
102457
  VSpeedDial: VSpeedDial
102458
+ VSnackbarQueue: VSnackbarQueue
102426
102459
  VThemeProvider: VThemeProvider
102427
- VValidation: VValidation
102428
102460
  VVirtualScroll: VVirtualScroll
102429
- VSelectionControlGroup: VSelectionControlGroup
102461
+ VValidation: VValidation
102430
102462
  VFabTransition: VFabTransition
102431
102463
  VDialogBottomTransition: VDialogBottomTransition
102432
102464
  VDialogTopTransition: VDialogTopTransition
@@ -102443,29 +102475,33 @@ declare module 'vue' {
102443
102475
  VExpandTransition: VExpandTransition
102444
102476
  VExpandXTransition: VExpandXTransition
102445
102477
  VDialogTransition: VDialogTransition
102478
+ VExpansionPanels: VExpansionPanels
102479
+ VExpansionPanel: VExpansionPanel
102480
+ VExpansionPanelText: VExpansionPanelText
102481
+ VExpansionPanelTitle: VExpansionPanelTitle
102446
102482
  VCalendar: VCalendar
102447
102483
  VCalendarDay: VCalendarDay
102448
102484
  VCalendarHeader: VCalendarHeader
102449
102485
  VCalendarInterval: VCalendarInterval
102450
102486
  VCalendarIntervalEvent: VCalendarIntervalEvent
102451
102487
  VCalendarMonthDay: VCalendarMonthDay
102488
+ VColorInput: VColorInput
102452
102489
  VFileUpload: VFileUpload
102453
102490
  VFileUploadItem: VFileUploadItem
102454
102491
  VIconBtn: VIconBtn
102455
- VPicker: VPicker
102456
- VPickerTitle: VPickerTitle
102457
- VTreeview: VTreeview
102458
- VTreeviewItem: VTreeviewItem
102459
- VTreeviewGroup: VTreeviewGroup
102460
102492
  VStepperVertical: VStepperVertical
102461
102493
  VStepperVerticalItem: VStepperVerticalItem
102462
102494
  VStepperVerticalActions: VStepperVerticalActions
102463
- VDateInput: VDateInput
102495
+ VTreeview: VTreeview
102496
+ VTreeviewItem: VTreeviewItem
102497
+ VTreeviewGroup: VTreeviewGroup
102498
+ VPicker: VPicker
102499
+ VPickerTitle: VPickerTitle
102464
102500
  VTimePicker: VTimePicker
102465
102501
  VTimePickerClock: VTimePickerClock
102466
102502
  VTimePickerControls: VTimePickerControls
102467
102503
  VPullToRefresh: VPullToRefresh
102468
- VColorInput: VColorInput
102504
+ VDateInput: VDateInput
102469
102505
  }
102470
102506
  export interface GlobalDirectives {
102471
102507
  vClickOutside: typeof import('vuetify/directives')['ClickOutside']
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.8.8-dev.2025-06-04
2
+ * Vuetify v3.8.8-dev.2025-06-10
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -13968,7 +13968,8 @@ const makeVBadgeProps = propsFactory({
13968
13968
  ...makeThemeProps(),
13969
13969
  ...makeTransitionProps({
13970
13970
  transition: 'scale-rotate-transition'
13971
- })
13971
+ }),
13972
+ ...makeDimensionProps()
13972
13973
  }, 'VBadge');
13973
13974
  const VBadge = genericComponent()({
13974
13975
  name: 'VBadge',
@@ -13998,6 +13999,9 @@ const VBadge = genericComponent()({
13998
13999
  const base = props.floating ? props.dot ? 2 : 4 : props.dot ? 8 : 12;
13999
14000
  return base + (['top', 'bottom'].includes(side) ? Number(props.offsetY ?? 0) : ['left', 'right'].includes(side) ? Number(props.offsetX ?? 0) : 0);
14000
14001
  });
14002
+ const {
14003
+ dimensionStyles
14004
+ } = useDimension(props);
14001
14005
  useRender(() => {
14002
14006
  const value = Number(props.content);
14003
14007
  const content = !props.max || isNaN(value) ? props.content : value <= Number(props.max) ? value : `${props.max}+`;
@@ -14019,7 +14023,7 @@ const VBadge = genericComponent()({
14019
14023
  }, {
14020
14024
  default: () => [withDirectives(createElementVNode("span", mergeProps({
14021
14025
  "class": ['v-badge__badge', themeClasses.value, backgroundColorClasses.value, roundedClasses.value, textColorClasses.value],
14022
- "style": [backgroundColorStyles.value, textColorStyles.value, props.inline ? {} : locationStyles.value],
14026
+ "style": [backgroundColorStyles.value, textColorStyles.value, dimensionStyles.value, props.inline ? {} : locationStyles.value],
14023
14027
  "aria-atomic": "true",
14024
14028
  "aria-label": t(props.label, value),
14025
14029
  "aria-live": "polite",
@@ -24047,6 +24051,9 @@ const VInfiniteScroll = genericComponent()({
24047
24051
  startStatus.value = status;
24048
24052
  } else if (side === 'end') {
24049
24053
  endStatus.value = status;
24054
+ } else if (side === 'both') {
24055
+ startStatus.value = status;
24056
+ endStatus.value = status;
24050
24057
  }
24051
24058
  }
24052
24059
  function getStatus(side) {
@@ -24158,6 +24165,32 @@ const VInfiniteScroll = genericComponent()({
24158
24165
  }, [renderSide('end', endStatus.value)])]
24159
24166
  });
24160
24167
  });
24168
+ function reset(side) {
24169
+ const effectiveSide = side ?? props.side;
24170
+ setStatus(effectiveSide, 'ok');
24171
+ nextTick(() => {
24172
+ setScrollAmount(getScrollSize() - previousScrollSize + getScrollAmount());
24173
+ if (props.mode !== 'manual') {
24174
+ nextTick(() => {
24175
+ window.requestAnimationFrame(() => {
24176
+ window.requestAnimationFrame(() => {
24177
+ window.requestAnimationFrame(() => {
24178
+ if (effectiveSide === 'both') {
24179
+ intersecting('start');
24180
+ intersecting('end');
24181
+ } else {
24182
+ intersecting(effectiveSide);
24183
+ }
24184
+ });
24185
+ });
24186
+ });
24187
+ });
24188
+ }
24189
+ });
24190
+ }
24191
+ return {
24192
+ reset
24193
+ };
24161
24194
  }
24162
24195
  });
24163
24196
 
@@ -32301,7 +32334,7 @@ function createVuetify$1() {
32301
32334
  };
32302
32335
  });
32303
32336
  }
32304
- const version$1 = "3.8.8-dev.2025-06-04";
32337
+ const version$1 = "3.8.8-dev.2025-06-10";
32305
32338
  createVuetify$1.version = version$1;
32306
32339
 
32307
32340
  // Vue's inject() can only be used in setup
@@ -32599,7 +32632,7 @@ var index = /*#__PURE__*/Object.freeze({
32599
32632
 
32600
32633
  /* eslint-disable local-rules/sort-imports */
32601
32634
 
32602
- const version = "3.8.8-dev.2025-06-04";
32635
+ const version = "3.8.8-dev.2025-06-10";
32603
32636
 
32604
32637
  /* eslint-disable local-rules/sort-imports */
32605
32638