@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.
@@ -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
 
@@ -97735,40 +97739,49 @@ declare module 'vue' {
97735
97739
  $children?: VNodeChild
97736
97740
  }
97737
97741
  export interface GlobalComponents {
97742
+ VApp: VApp
97743
+ VAlert: VAlert
97744
+ VAlertTitle: VAlertTitle
97745
+ VAvatar: VAvatar
97738
97746
  VAppBar: VAppBar
97739
97747
  VAppBarNavIcon: VAppBarNavIcon
97740
97748
  VAppBarTitle: VAppBarTitle
97741
- VAlert: VAlert
97742
- VAlertTitle: VAlertTitle
97743
97749
  VAutocomplete: VAutocomplete
97744
- VApp: VApp
97745
97750
  VBadge: VBadge
97746
- VAvatar: VAvatar
97747
- VBanner: VBanner
97748
- VBannerActions: VBannerActions
97749
- VBannerText: VBannerText
97750
97751
  VBottomNavigation: VBottomNavigation
97751
- VBottomSheet: VBottomSheet
97752
97752
  VBreadcrumbs: VBreadcrumbs
97753
97753
  VBreadcrumbsItem: VBreadcrumbsItem
97754
97754
  VBreadcrumbsDivider: VBreadcrumbsDivider
97755
+ VBottomSheet: VBottomSheet
97755
97756
  VBtnToggle: VBtnToggle
97756
- VBtnGroup: VBtnGroup
97757
- VBtn: VBtn
97758
97757
  VCard: VCard
97759
97758
  VCardActions: VCardActions
97760
97759
  VCardItem: VCardItem
97761
97760
  VCardSubtitle: VCardSubtitle
97762
97761
  VCardText: VCardText
97763
97762
  VCardTitle: VCardTitle
97763
+ VBtn: VBtn
97764
+ VBanner: VBanner
97765
+ VBannerActions: VBannerActions
97766
+ VBannerText: VBannerText
97767
+ VCarousel: VCarousel
97768
+ VCarouselItem: VCarouselItem
97764
97769
  VCheckbox: VCheckbox
97765
97770
  VCheckboxBtn: VCheckboxBtn
97766
97771
  VCode: VCode
97767
97772
  VChipGroup: VChipGroup
97768
97773
  VColorPicker: VColorPicker
97769
97774
  VCombobox: VCombobox
97775
+ VBtnGroup: VBtnGroup
97770
97776
  VCounter: VCounter
97771
97777
  VDialog: VDialog
97778
+ VChip: VChip
97779
+ VDatePicker: VDatePicker
97780
+ VDatePickerControls: VDatePickerControls
97781
+ VDatePickerHeader: VDatePickerHeader
97782
+ VDatePickerMonth: VDatePickerMonth
97783
+ VDatePickerMonths: VDatePickerMonths
97784
+ VDatePickerYears: VDatePickerYears
97772
97785
  VDataTable: VDataTable
97773
97786
  VDataTableHeaders: VDataTableHeaders
97774
97787
  VDataTableFooter: VDataTableFooter
@@ -97776,38 +97789,27 @@ declare module 'vue' {
97776
97789
  VDataTableRow: VDataTableRow
97777
97790
  VDataTableVirtual: VDataTableVirtual
97778
97791
  VDataTableServer: VDataTableServer
97792
+ VDivider: VDivider
97793
+ VEmptyState: VEmptyState
97794
+ VFileInput: VFileInput
97795
+ VFab: VFab
97779
97796
  VExpansionPanels: VExpansionPanels
97780
97797
  VExpansionPanel: VExpansionPanel
97781
97798
  VExpansionPanelText: VExpansionPanelText
97782
97799
  VExpansionPanelTitle: VExpansionPanelTitle
97783
- VEmptyState: VEmptyState
97784
- VChip: VChip
97785
- VDivider: VDivider
97786
- VCarousel: VCarousel
97787
- VCarouselItem: VCarouselItem
97800
+ VFooter: VFooter
97788
97801
  VField: VField
97789
97802
  VFieldLabel: VFieldLabel
97790
- VFab: VFab
97791
- VFooter: VFooter
97792
- VDatePicker: VDatePicker
97793
- VDatePickerControls: VDatePickerControls
97794
- VDatePickerHeader: VDatePickerHeader
97795
- VDatePickerMonth: VDatePickerMonth
97796
- VDatePickerMonths: VDatePickerMonths
97797
- VDatePickerYears: VDatePickerYears
97803
+ VImg: VImg
97804
+ VItemGroup: VItemGroup
97805
+ VItem: VItem
97798
97806
  VIcon: VIcon
97799
97807
  VComponentIcon: VComponentIcon
97800
97808
  VSvgIcon: VSvgIcon
97801
97809
  VLigatureIcon: VLigatureIcon
97802
97810
  VClassIcon: VClassIcon
97803
- VFileInput: VFileInput
97804
- VImg: VImg
97805
97811
  VKbd: VKbd
97806
97812
  VInfiniteScroll: VInfiniteScroll
97807
- VInput: VInput
97808
- VItemGroup: VItemGroup
97809
- VItem: VItem
97810
- VLabel: VLabel
97811
97813
  VList: VList
97812
97814
  VListGroup: VListGroup
97813
97815
  VListImg: VListImg
@@ -97817,72 +97819,72 @@ declare module 'vue' {
97817
97819
  VListItemSubtitle: VListItemSubtitle
97818
97820
  VListItemTitle: VListItemTitle
97819
97821
  VListSubheader: VListSubheader
97822
+ VLabel: VLabel
97823
+ VInput: VInput
97820
97824
  VMenu: VMenu
97821
97825
  VMain: VMain
97822
- VMessages: VMessages
97823
- VNumberInput: VNumberInput
97826
+ VOtpInput: VOtpInput
97824
97827
  VNavigationDrawer: VNavigationDrawer
97828
+ VNumberInput: VNumberInput
97825
97829
  VOverlay: VOverlay
97826
- VPagination: VPagination
97827
- VOtpInput: VOtpInput
97828
97830
  VProgressLinear: VProgressLinear
97829
- VRadioGroup: VRadioGroup
97830
- VProgressCircular: VProgressCircular
97831
97831
  VRating: VRating
97832
- VSelectionControlGroup: VSelectionControlGroup
97832
+ VProgressCircular: VProgressCircular
97833
+ VPagination: VPagination
97833
97834
  VSelect: VSelect
97834
- VSelectionControl: VSelectionControl
97835
- VSlideGroup: VSlideGroup
97836
- VSlideGroupItem: VSlideGroupItem
97835
+ VSelectionControlGroup: VSelectionControlGroup
97837
97836
  VSkeletonLoader: VSkeletonLoader
97838
97837
  VSheet: VSheet
97838
+ VRadioGroup: VRadioGroup
97839
+ VSelectionControl: VSelectionControl
97839
97840
  VSlider: VSlider
97841
+ VSlideGroup: VSlideGroup
97842
+ VSlideGroupItem: VSlideGroupItem
97843
+ VMessages: VMessages
97844
+ VSnackbar: VSnackbar
97845
+ VSwitch: VSwitch
97840
97846
  VStepper: VStepper
97841
97847
  VStepperActions: VStepperActions
97842
97848
  VStepperHeader: VStepperHeader
97843
97849
  VStepperItem: VStepperItem
97844
97850
  VStepperWindow: VStepperWindow
97845
97851
  VStepperWindowItem: VStepperWindowItem
97846
- VSwitch: VSwitch
97847
97852
  VTab: VTab
97848
97853
  VTabs: VTabs
97849
97854
  VTabsWindow: VTabsWindow
97850
97855
  VTabsWindowItem: VTabsWindowItem
97851
97856
  VSystemBar: VSystemBar
97852
97857
  VTextarea: VTextarea
97853
- VTable: VTable
97854
97858
  VTextField: VTextField
97855
- VWindow: VWindow
97856
- VWindowItem: VWindowItem
97859
+ VTable: VTable
97857
97860
  VTooltip: VTooltip
97858
97861
  VToolbar: VToolbar
97859
97862
  VToolbarTitle: VToolbarTitle
97860
97863
  VToolbarItems: VToolbarItems
97861
97864
  VTimeline: VTimeline
97862
97865
  VTimelineItem: VTimelineItem
97863
- VDefaultsProvider: VDefaultsProvider
97866
+ VWindow: VWindow
97867
+ VWindowItem: VWindowItem
97868
+ VConfirmEdit: VConfirmEdit
97864
97869
  VDataIterator: VDataIterator
97870
+ VDefaultsProvider: VDefaultsProvider
97865
97871
  VForm: VForm
97866
- VContainer: VContainer
97867
- VCol: VCol
97868
- VRow: VRow
97869
- VSpacer: VSpacer
97870
97872
  VHover: VHover
97871
97873
  VLayout: VLayout
97872
97874
  VLayoutItem: VLayoutItem
97873
97875
  VLazy: VLazy
97874
97876
  VLocaleProvider: VLocaleProvider
97875
- VConfirmEdit: VConfirmEdit
97876
97877
  VNoSsr: VNoSsr
97877
- VRangeSlider: VRangeSlider
97878
- VSnackbar: VSnackbar
97879
97878
  VRadio: VRadio
97880
97879
  VParallax: VParallax
97880
+ VRangeSlider: VRangeSlider
97881
97881
  VResponsive: VResponsive
97882
- VSnackbarQueue: VSnackbarQueue
97883
97882
  VSparkline: VSparkline
97883
+ VSnackbarQueue: VSnackbarQueue
97884
97884
  VSpeedDial: VSpeedDial
97885
97885
  VThemeProvider: VThemeProvider
97886
+ VValidation: VValidation
97887
+ VVirtualScroll: VVirtualScroll
97886
97888
  VFabTransition: VFabTransition
97887
97889
  VDialogBottomTransition: VDialogBottomTransition
97888
97890
  VDialogTopTransition: VDialogTopTransition
@@ -97899,29 +97901,31 @@ declare module 'vue' {
97899
97901
  VExpandTransition: VExpandTransition
97900
97902
  VExpandXTransition: VExpandXTransition
97901
97903
  VDialogTransition: VDialogTransition
97902
- VVirtualScroll: VVirtualScroll
97903
- VValidation: VValidation
97904
+ VContainer: VContainer
97905
+ VCol: VCol
97906
+ VRow: VRow
97907
+ VSpacer: VSpacer
97908
+ VPicker: VPicker
97909
+ VPickerTitle: VPickerTitle
97910
+ VFileUpload: VFileUpload
97911
+ VFileUploadItem: VFileUploadItem
97912
+ VIconBtn: VIconBtn
97913
+ VTimePicker: VTimePicker
97914
+ VTimePickerClock: VTimePickerClock
97915
+ VTimePickerControls: VTimePickerControls
97904
97916
  VStepperVertical: VStepperVertical
97905
97917
  VStepperVerticalItem: VStepperVerticalItem
97906
97918
  VStepperVerticalActions: VStepperVerticalActions
97907
- VFileUpload: VFileUpload
97908
- VFileUploadItem: VFileUploadItem
97919
+ VTreeview: VTreeview
97920
+ VTreeviewItem: VTreeviewItem
97921
+ VTreeviewGroup: VTreeviewGroup
97922
+ VDateInput: VDateInput
97923
+ VPullToRefresh: VPullToRefresh
97909
97924
  VCalendar: VCalendar
97910
97925
  VCalendarDay: VCalendarDay
97911
97926
  VCalendarHeader: VCalendarHeader
97912
97927
  VCalendarInterval: VCalendarInterval
97913
97928
  VCalendarIntervalEvent: VCalendarIntervalEvent
97914
97929
  VCalendarMonthDay: VCalendarMonthDay
97915
- VIconBtn: VIconBtn
97916
- VTreeview: VTreeview
97917
- VTreeviewItem: VTreeviewItem
97918
- VTreeviewGroup: VTreeviewGroup
97919
- VTimePicker: VTimePicker
97920
- VTimePickerClock: VTimePickerClock
97921
- VTimePickerControls: VTimePickerControls
97922
- VPicker: VPicker
97923
- VPickerTitle: VPickerTitle
97924
- VDateInput: VDateInput
97925
- VPullToRefresh: VPullToRefresh
97926
97930
  }
97927
97931
  }
@@ -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
  */
@@ -412,6 +412,9 @@ class CircularBuffer {
412
412
  _classPrivateFieldInitSpec(this, _pointer, 0);
413
413
  this.size = size;
414
414
  }
415
+ get isFull() {
416
+ return _classPrivateFieldGet(_arr, this).length === this.size;
417
+ }
415
418
  push(val) {
416
419
  _classPrivateFieldGet(_arr, this)[_classPrivateFieldGet(_pointer, this)] = val;
417
420
  _classPrivateFieldSet(_pointer, this, (_classPrivateFieldGet(_pointer, this) + 1) % this.size);
@@ -419,6 +422,10 @@ class CircularBuffer {
419
422
  values() {
420
423
  return _classPrivateFieldGet(_arr, this).slice(_classPrivateFieldGet(_pointer, this)).concat(_classPrivateFieldGet(_arr, this).slice(0, _classPrivateFieldGet(_pointer, this)));
421
424
  }
425
+ clear() {
426
+ _classPrivateFieldGet(_arr, this).length = 0;
427
+ _classPrivateFieldSet(_pointer, this, 0);
428
+ }
422
429
  }
423
430
  function getEventCoordinates(e) {
424
431
  if ('touches' in e) {
@@ -1338,7 +1345,7 @@ function provideDefaults(defaults, options) {
1338
1345
  return newDefaults;
1339
1346
  }
1340
1347
  function propIsDefined(vnode, prop) {
1341
- return typeof vnode.props?.[prop] !== 'undefined' || typeof vnode.props?.[toKebabCase(prop)] !== 'undefined';
1348
+ return vnode.props && (typeof vnode.props[prop] !== 'undefined' || typeof vnode.props[toKebabCase(prop)] !== 'undefined');
1342
1349
  }
1343
1350
  function internalUseDefaults() {
1344
1351
  let props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
@@ -1355,9 +1362,12 @@ function internalUseDefaults() {
1355
1362
  const propValue = Reflect.get(target, prop);
1356
1363
  if (prop === 'class' || prop === 'style') {
1357
1364
  return [componentDefaults.value?.[prop], propValue].filter(v => v != null);
1358
- } else if (typeof prop === 'string' && !propIsDefined(vm.vnode, prop)) {
1359
- return componentDefaults.value?.[prop] !== undefined ? componentDefaults.value?.[prop] : defaults.value?.global?.[prop] !== undefined ? defaults.value?.global?.[prop] : propValue;
1360
1365
  }
1366
+ if (propIsDefined(vm.vnode, prop)) return propValue;
1367
+ const _componentDefault = componentDefaults.value?.[prop];
1368
+ if (_componentDefault !== undefined) return _componentDefault;
1369
+ const _globalDefault = defaults.value?.global?.[prop];
1370
+ if (_globalDefault !== undefined) return _globalDefault;
1361
1371
  return propValue;
1362
1372
  }
1363
1373
  });
@@ -10104,8 +10114,27 @@ function connectedLocationStrategy(data, props, contentStyles) {
10104
10114
  return typeof props.offset === 'number' ? [props.offset, 0] : [0, 0];
10105
10115
  });
10106
10116
  let observe = false;
10117
+ let lastFrame = -1;
10118
+ const flipped = new CircularBuffer(4);
10107
10119
  const observer = new ResizeObserver(() => {
10108
- if (observe) updateLocation();
10120
+ if (!observe) return;
10121
+
10122
+ // Detect consecutive frames
10123
+ requestAnimationFrame(newTime => {
10124
+ if (newTime !== lastFrame) flipped.clear();
10125
+ requestAnimationFrame(newNewTime => {
10126
+ lastFrame = newNewTime;
10127
+ });
10128
+ });
10129
+ if (flipped.isFull) {
10130
+ const values = flipped.values();
10131
+ if (deepEqual(values.at(-1), values.at(-3))) {
10132
+ // Flipping is causing a container resize loop
10133
+ return;
10134
+ }
10135
+ }
10136
+ const result = updateLocation();
10137
+ if (result) flipped.push(result.flipped);
10109
10138
  });
10110
10139
  watch([data.target, data.contentEl], (_ref, _ref2) => {
10111
10140
  let [newTarget, newContentEl] = _ref;
@@ -10320,7 +10349,8 @@ function connectedLocationStrategy(data, props, contentStyles) {
10320
10349
  });
10321
10350
  return {
10322
10351
  available,
10323
- contentBox
10352
+ contentBox,
10353
+ flipped
10324
10354
  };
10325
10355
  }
10326
10356
  watch(() => [preferredAnchor.value, preferredOrigin.value, props.offset, props.minWidth, props.minHeight, props.maxWidth, props.maxHeight], () => updateLocation());
@@ -31604,7 +31634,7 @@ function createVuetify$1() {
31604
31634
  };
31605
31635
  });
31606
31636
  }
31607
- const version$1 = "3.8.2-master.2025-04-26";
31637
+ const version$1 = "3.8.2-master.2025-04-28";
31608
31638
  createVuetify$1.version = version$1;
31609
31639
 
31610
31640
  // Vue's inject() can only be used in setup
@@ -31902,7 +31932,7 @@ var index = /*#__PURE__*/Object.freeze({
31902
31932
 
31903
31933
  /* eslint-disable local-rules/sort-imports */
31904
31934
 
31905
- const version = "3.8.2-master.2025-04-26";
31935
+ const version = "3.8.2-master.2025-04-28";
31906
31936
 
31907
31937
  /* eslint-disable local-rules/sort-imports */
31908
31938