@vuetify/nightly 3.8.2-master.2025-04-26 → 3.8.2-master.2025-04-28

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
@@ -1021,6 +1021,10 @@ declare function connectedLocationStrategy(data: LocationStrategyData, props: St
1021
1021
  y: number;
1022
1022
  };
1023
1023
  contentBox: Box;
1024
+ flipped: {
1025
+ x: boolean;
1026
+ y: boolean;
1027
+ };
1024
1028
  } | undefined;
1025
1029
  };
1026
1030
 
@@ -82960,40 +82964,49 @@ declare module 'vue' {
82960
82964
  $children?: VNodeChild
82961
82965
  }
82962
82966
  export interface GlobalComponents {
82967
+ VApp: VApp
82968
+ VAlert: VAlert
82969
+ VAlertTitle: VAlertTitle
82970
+ VAvatar: VAvatar
82963
82971
  VAppBar: VAppBar
82964
82972
  VAppBarNavIcon: VAppBarNavIcon
82965
82973
  VAppBarTitle: VAppBarTitle
82966
- VAlert: VAlert
82967
- VAlertTitle: VAlertTitle
82968
82974
  VAutocomplete: VAutocomplete
82969
- VApp: VApp
82970
82975
  VBadge: VBadge
82971
- VAvatar: VAvatar
82972
- VBanner: VBanner
82973
- VBannerActions: VBannerActions
82974
- VBannerText: VBannerText
82975
82976
  VBottomNavigation: VBottomNavigation
82976
- VBottomSheet: VBottomSheet
82977
82977
  VBreadcrumbs: VBreadcrumbs
82978
82978
  VBreadcrumbsItem: VBreadcrumbsItem
82979
82979
  VBreadcrumbsDivider: VBreadcrumbsDivider
82980
+ VBottomSheet: VBottomSheet
82980
82981
  VBtnToggle: VBtnToggle
82981
- VBtnGroup: VBtnGroup
82982
- VBtn: VBtn
82983
82982
  VCard: VCard
82984
82983
  VCardActions: VCardActions
82985
82984
  VCardItem: VCardItem
82986
82985
  VCardSubtitle: VCardSubtitle
82987
82986
  VCardText: VCardText
82988
82987
  VCardTitle: VCardTitle
82988
+ VBtn: VBtn
82989
+ VBanner: VBanner
82990
+ VBannerActions: VBannerActions
82991
+ VBannerText: VBannerText
82992
+ VCarousel: VCarousel
82993
+ VCarouselItem: VCarouselItem
82989
82994
  VCheckbox: VCheckbox
82990
82995
  VCheckboxBtn: VCheckboxBtn
82991
82996
  VCode: VCode
82992
82997
  VChipGroup: VChipGroup
82993
82998
  VColorPicker: VColorPicker
82994
82999
  VCombobox: VCombobox
83000
+ VBtnGroup: VBtnGroup
82995
83001
  VCounter: VCounter
82996
83002
  VDialog: VDialog
83003
+ VChip: VChip
83004
+ VDatePicker: VDatePicker
83005
+ VDatePickerControls: VDatePickerControls
83006
+ VDatePickerHeader: VDatePickerHeader
83007
+ VDatePickerMonth: VDatePickerMonth
83008
+ VDatePickerMonths: VDatePickerMonths
83009
+ VDatePickerYears: VDatePickerYears
82997
83010
  VDataTable: VDataTable
82998
83011
  VDataTableHeaders: VDataTableHeaders
82999
83012
  VDataTableFooter: VDataTableFooter
@@ -83001,38 +83014,27 @@ declare module 'vue' {
83001
83014
  VDataTableRow: VDataTableRow
83002
83015
  VDataTableVirtual: VDataTableVirtual
83003
83016
  VDataTableServer: VDataTableServer
83017
+ VDivider: VDivider
83018
+ VEmptyState: VEmptyState
83019
+ VFileInput: VFileInput
83020
+ VFab: VFab
83004
83021
  VExpansionPanels: VExpansionPanels
83005
83022
  VExpansionPanel: VExpansionPanel
83006
83023
  VExpansionPanelText: VExpansionPanelText
83007
83024
  VExpansionPanelTitle: VExpansionPanelTitle
83008
- VEmptyState: VEmptyState
83009
- VChip: VChip
83010
- VDivider: VDivider
83011
- VCarousel: VCarousel
83012
- VCarouselItem: VCarouselItem
83025
+ VFooter: VFooter
83013
83026
  VField: VField
83014
83027
  VFieldLabel: VFieldLabel
83015
- VFab: VFab
83016
- VFooter: VFooter
83017
- VDatePicker: VDatePicker
83018
- VDatePickerControls: VDatePickerControls
83019
- VDatePickerHeader: VDatePickerHeader
83020
- VDatePickerMonth: VDatePickerMonth
83021
- VDatePickerMonths: VDatePickerMonths
83022
- VDatePickerYears: VDatePickerYears
83028
+ VImg: VImg
83029
+ VItemGroup: VItemGroup
83030
+ VItem: VItem
83023
83031
  VIcon: VIcon
83024
83032
  VComponentIcon: VComponentIcon
83025
83033
  VSvgIcon: VSvgIcon
83026
83034
  VLigatureIcon: VLigatureIcon
83027
83035
  VClassIcon: VClassIcon
83028
- VFileInput: VFileInput
83029
- VImg: VImg
83030
83036
  VKbd: VKbd
83031
83037
  VInfiniteScroll: VInfiniteScroll
83032
- VInput: VInput
83033
- VItemGroup: VItemGroup
83034
- VItem: VItem
83035
- VLabel: VLabel
83036
83038
  VList: VList
83037
83039
  VListGroup: VListGroup
83038
83040
  VListImg: VListImg
@@ -83042,72 +83044,72 @@ declare module 'vue' {
83042
83044
  VListItemSubtitle: VListItemSubtitle
83043
83045
  VListItemTitle: VListItemTitle
83044
83046
  VListSubheader: VListSubheader
83047
+ VLabel: VLabel
83048
+ VInput: VInput
83045
83049
  VMenu: VMenu
83046
83050
  VMain: VMain
83047
- VMessages: VMessages
83048
- VNumberInput: VNumberInput
83051
+ VOtpInput: VOtpInput
83049
83052
  VNavigationDrawer: VNavigationDrawer
83053
+ VNumberInput: VNumberInput
83050
83054
  VOverlay: VOverlay
83051
- VPagination: VPagination
83052
- VOtpInput: VOtpInput
83053
83055
  VProgressLinear: VProgressLinear
83054
- VRadioGroup: VRadioGroup
83055
- VProgressCircular: VProgressCircular
83056
83056
  VRating: VRating
83057
- VSelectionControlGroup: VSelectionControlGroup
83057
+ VProgressCircular: VProgressCircular
83058
+ VPagination: VPagination
83058
83059
  VSelect: VSelect
83059
- VSelectionControl: VSelectionControl
83060
- VSlideGroup: VSlideGroup
83061
- VSlideGroupItem: VSlideGroupItem
83060
+ VSelectionControlGroup: VSelectionControlGroup
83062
83061
  VSkeletonLoader: VSkeletonLoader
83063
83062
  VSheet: VSheet
83063
+ VRadioGroup: VRadioGroup
83064
+ VSelectionControl: VSelectionControl
83064
83065
  VSlider: VSlider
83066
+ VSlideGroup: VSlideGroup
83067
+ VSlideGroupItem: VSlideGroupItem
83068
+ VMessages: VMessages
83069
+ VSnackbar: VSnackbar
83070
+ VSwitch: VSwitch
83065
83071
  VStepper: VStepper
83066
83072
  VStepperActions: VStepperActions
83067
83073
  VStepperHeader: VStepperHeader
83068
83074
  VStepperItem: VStepperItem
83069
83075
  VStepperWindow: VStepperWindow
83070
83076
  VStepperWindowItem: VStepperWindowItem
83071
- VSwitch: VSwitch
83072
83077
  VTab: VTab
83073
83078
  VTabs: VTabs
83074
83079
  VTabsWindow: VTabsWindow
83075
83080
  VTabsWindowItem: VTabsWindowItem
83076
83081
  VSystemBar: VSystemBar
83077
83082
  VTextarea: VTextarea
83078
- VTable: VTable
83079
83083
  VTextField: VTextField
83080
- VWindow: VWindow
83081
- VWindowItem: VWindowItem
83084
+ VTable: VTable
83082
83085
  VTooltip: VTooltip
83083
83086
  VToolbar: VToolbar
83084
83087
  VToolbarTitle: VToolbarTitle
83085
83088
  VToolbarItems: VToolbarItems
83086
83089
  VTimeline: VTimeline
83087
83090
  VTimelineItem: VTimelineItem
83088
- VDefaultsProvider: VDefaultsProvider
83091
+ VWindow: VWindow
83092
+ VWindowItem: VWindowItem
83093
+ VConfirmEdit: VConfirmEdit
83089
83094
  VDataIterator: VDataIterator
83095
+ VDefaultsProvider: VDefaultsProvider
83090
83096
  VForm: VForm
83091
- VContainer: VContainer
83092
- VCol: VCol
83093
- VRow: VRow
83094
- VSpacer: VSpacer
83095
83097
  VHover: VHover
83096
83098
  VLayout: VLayout
83097
83099
  VLayoutItem: VLayoutItem
83098
83100
  VLazy: VLazy
83099
83101
  VLocaleProvider: VLocaleProvider
83100
- VConfirmEdit: VConfirmEdit
83101
83102
  VNoSsr: VNoSsr
83102
- VRangeSlider: VRangeSlider
83103
- VSnackbar: VSnackbar
83104
83103
  VRadio: VRadio
83105
83104
  VParallax: VParallax
83105
+ VRangeSlider: VRangeSlider
83106
83106
  VResponsive: VResponsive
83107
- VSnackbarQueue: VSnackbarQueue
83108
83107
  VSparkline: VSparkline
83108
+ VSnackbarQueue: VSnackbarQueue
83109
83109
  VSpeedDial: VSpeedDial
83110
83110
  VThemeProvider: VThemeProvider
83111
+ VValidation: VValidation
83112
+ VVirtualScroll: VVirtualScroll
83111
83113
  VFabTransition: VFabTransition
83112
83114
  VDialogBottomTransition: VDialogBottomTransition
83113
83115
  VDialogTopTransition: VDialogTopTransition
@@ -83124,29 +83126,31 @@ declare module 'vue' {
83124
83126
  VExpandTransition: VExpandTransition
83125
83127
  VExpandXTransition: VExpandXTransition
83126
83128
  VDialogTransition: VDialogTransition
83127
- VVirtualScroll: VVirtualScroll
83128
- VValidation: VValidation
83129
+ VContainer: VContainer
83130
+ VCol: VCol
83131
+ VRow: VRow
83132
+ VSpacer: VSpacer
83133
+ VPicker: VPicker
83134
+ VPickerTitle: VPickerTitle
83135
+ VFileUpload: VFileUpload
83136
+ VFileUploadItem: VFileUploadItem
83137
+ VIconBtn: VIconBtn
83138
+ VTimePicker: VTimePicker
83139
+ VTimePickerClock: VTimePickerClock
83140
+ VTimePickerControls: VTimePickerControls
83129
83141
  VStepperVertical: VStepperVertical
83130
83142
  VStepperVerticalItem: VStepperVerticalItem
83131
83143
  VStepperVerticalActions: VStepperVerticalActions
83132
- VFileUpload: VFileUpload
83133
- VFileUploadItem: VFileUploadItem
83144
+ VTreeview: VTreeview
83145
+ VTreeviewItem: VTreeviewItem
83146
+ VTreeviewGroup: VTreeviewGroup
83147
+ VDateInput: VDateInput
83148
+ VPullToRefresh: VPullToRefresh
83134
83149
  VCalendar: VCalendar
83135
83150
  VCalendarDay: VCalendarDay
83136
83151
  VCalendarHeader: VCalendarHeader
83137
83152
  VCalendarInterval: VCalendarInterval
83138
83153
  VCalendarIntervalEvent: VCalendarIntervalEvent
83139
83154
  VCalendarMonthDay: VCalendarMonthDay
83140
- VIconBtn: VIconBtn
83141
- VTreeview: VTreeview
83142
- VTreeviewItem: VTreeviewItem
83143
- VTreeviewGroup: VTreeviewGroup
83144
- VTimePicker: VTimePicker
83145
- VTimePickerClock: VTimePickerClock
83146
- VTimePickerControls: VTimePickerControls
83147
- VPicker: VPicker
83148
- VPickerTitle: VPickerTitle
83149
- VDateInput: VDateInput
83150
- VPullToRefresh: VPullToRefresh
83151
83155
  }
83152
83156
  }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.8.2-master.2025-04-26
2
+ * Vuetify v3.8.2-master.2025-04-28
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -335,6 +335,9 @@ class CircularBuffer {
335
335
  _classPrivateFieldInitSpec(this, _pointer, 0);
336
336
  this.size = size;
337
337
  }
338
+ get isFull() {
339
+ return _classPrivateFieldGet(_arr, this).length === this.size;
340
+ }
338
341
  push(val) {
339
342
  _classPrivateFieldGet(_arr, this)[_classPrivateFieldGet(_pointer, this)] = val;
340
343
  _classPrivateFieldSet(_pointer, this, (_classPrivateFieldGet(_pointer, this) + 1) % this.size);
@@ -342,6 +345,10 @@ class CircularBuffer {
342
345
  values() {
343
346
  return _classPrivateFieldGet(_arr, this).slice(_classPrivateFieldGet(_pointer, this)).concat(_classPrivateFieldGet(_arr, this).slice(0, _classPrivateFieldGet(_pointer, this)));
344
347
  }
348
+ clear() {
349
+ _classPrivateFieldGet(_arr, this).length = 0;
350
+ _classPrivateFieldSet(_pointer, this, 0);
351
+ }
345
352
  }
346
353
  function getEventCoordinates(e) {
347
354
  if ('touches' in e) {
@@ -1332,7 +1339,7 @@ function provideDefaults(defaults, options) {
1332
1339
  return newDefaults;
1333
1340
  }
1334
1341
  function propIsDefined(vnode, prop) {
1335
- return typeof vnode.props?.[prop] !== 'undefined' || typeof vnode.props?.[toKebabCase(prop)] !== 'undefined';
1342
+ return vnode.props && (typeof vnode.props[prop] !== 'undefined' || typeof vnode.props[toKebabCase(prop)] !== 'undefined');
1336
1343
  }
1337
1344
  function internalUseDefaults() {
1338
1345
  let props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
@@ -1349,9 +1356,12 @@ function internalUseDefaults() {
1349
1356
  const propValue = Reflect.get(target, prop);
1350
1357
  if (prop === 'class' || prop === 'style') {
1351
1358
  return [componentDefaults.value?.[prop], propValue].filter(v => v != null);
1352
- } else if (typeof prop === 'string' && !propIsDefined(vm.vnode, prop)) {
1353
- return componentDefaults.value?.[prop] !== undefined ? componentDefaults.value?.[prop] : defaults.value?.global?.[prop] !== undefined ? defaults.value?.global?.[prop] : propValue;
1354
1359
  }
1360
+ if (propIsDefined(vm.vnode, prop)) return propValue;
1361
+ const _componentDefault = componentDefaults.value?.[prop];
1362
+ if (_componentDefault !== undefined) return _componentDefault;
1363
+ const _globalDefault = defaults.value?.global?.[prop];
1364
+ if (_globalDefault !== undefined) return _globalDefault;
1355
1365
  return propValue;
1356
1366
  }
1357
1367
  });
@@ -10382,8 +10392,27 @@ function connectedLocationStrategy(data, props, contentStyles) {
10382
10392
  return typeof props.offset === 'number' ? [props.offset, 0] : [0, 0];
10383
10393
  });
10384
10394
  let observe = false;
10395
+ let lastFrame = -1;
10396
+ const flipped = new CircularBuffer(4);
10385
10397
  const observer = new ResizeObserver(() => {
10386
- if (observe) updateLocation();
10398
+ if (!observe) return;
10399
+
10400
+ // Detect consecutive frames
10401
+ requestAnimationFrame(newTime => {
10402
+ if (newTime !== lastFrame) flipped.clear();
10403
+ requestAnimationFrame(newNewTime => {
10404
+ lastFrame = newNewTime;
10405
+ });
10406
+ });
10407
+ if (flipped.isFull) {
10408
+ const values = flipped.values();
10409
+ if (deepEqual(values.at(-1), values.at(-3))) {
10410
+ // Flipping is causing a container resize loop
10411
+ return;
10412
+ }
10413
+ }
10414
+ const result = updateLocation();
10415
+ if (result) flipped.push(result.flipped);
10387
10416
  });
10388
10417
  watch([data.target, data.contentEl], (_ref, _ref2) => {
10389
10418
  let [newTarget, newContentEl] = _ref;
@@ -10598,7 +10627,8 @@ function connectedLocationStrategy(data, props, contentStyles) {
10598
10627
  });
10599
10628
  return {
10600
10629
  available,
10601
- contentBox
10630
+ contentBox,
10631
+ flipped
10602
10632
  };
10603
10633
  }
10604
10634
  watch(() => [preferredAnchor.value, preferredOrigin.value, props.offset, props.minWidth, props.minHeight, props.maxWidth, props.maxHeight], () => updateLocation());
@@ -29181,7 +29211,7 @@ function createVuetify$1() {
29181
29211
  };
29182
29212
  });
29183
29213
  }
29184
- const version$1 = "3.8.2-master.2025-04-26";
29214
+ const version$1 = "3.8.2-master.2025-04-28";
29185
29215
  createVuetify$1.version = version$1;
29186
29216
 
29187
29217
  // Vue's inject() can only be used in setup
@@ -29206,7 +29236,7 @@ const createVuetify = function () {
29206
29236
  ...options
29207
29237
  });
29208
29238
  };
29209
- const version = "3.8.2-master.2025-04-26";
29239
+ const version = "3.8.2-master.2025-04-28";
29210
29240
  createVuetify.version = version;
29211
29241
 
29212
29242
  export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };