@vuetify/nightly 3.8.2-master.2025-04-27 → 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/CHANGELOG.md +9 -3
- package/dist/json/attributes.json +2704 -2704
- package/dist/json/importMap-labs.json +40 -40
- package/dist/json/importMap.json +168 -168
- package/dist/json/web-types.json +4917 -4917
- package/dist/vuetify-labs.cjs +38 -8
- package/dist/vuetify-labs.css +3330 -3330
- package/dist/vuetify-labs.d.ts +71 -67
- package/dist/vuetify-labs.esm.js +38 -8
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +38 -8
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +38 -8
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3317 -3317
- package/dist/vuetify.d.ts +71 -67
- package/dist/vuetify.esm.js +38 -8
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +38 -8
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1170 -1163
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VOverlay/locationStrategies.d.ts +4 -0
- package/lib/components/VOverlay/locationStrategies.js +23 -3
- package/lib/components/VOverlay/locationStrategies.js.map +1 -1
- package/lib/composables/defaults.js +6 -3
- package/lib/composables/defaults.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +71 -67
- package/lib/framework.js +1 -1
- package/lib/util/helpers.d.ts +2 -0
- package/lib/util/helpers.js +7 -0
- package/lib/util/helpers.js.map +1 -1
- package/package.json +3 -2
package/dist/vuetify-labs.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
|
|
@@ -97735,41 +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
|
-
VBanner: VBanner
|
97745
|
-
VBannerActions: VBannerActions
|
97746
|
-
VBannerText: VBannerText
|
97747
97750
|
VBadge: VBadge
|
97748
|
-
VBottomSheet: VBottomSheet
|
97749
|
-
VAvatar: VAvatar
|
97750
97751
|
VBottomNavigation: VBottomNavigation
|
97751
97752
|
VBreadcrumbs: VBreadcrumbs
|
97752
97753
|
VBreadcrumbsItem: VBreadcrumbsItem
|
97753
97754
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
97755
|
+
VBottomSheet: VBottomSheet
|
97754
97756
|
VBtnToggle: VBtnToggle
|
97755
|
-
VBtn: VBtn
|
97756
97757
|
VCard: VCard
|
97757
97758
|
VCardActions: VCardActions
|
97758
97759
|
VCardItem: VCardItem
|
97759
97760
|
VCardSubtitle: VCardSubtitle
|
97760
97761
|
VCardText: VCardText
|
97761
97762
|
VCardTitle: VCardTitle
|
97762
|
-
|
97763
|
-
|
97764
|
-
|
97763
|
+
VBtn: VBtn
|
97764
|
+
VBanner: VBanner
|
97765
|
+
VBannerActions: VBannerActions
|
97766
|
+
VBannerText: VBannerText
|
97765
97767
|
VCarousel: VCarousel
|
97766
97768
|
VCarouselItem: VCarouselItem
|
97767
|
-
|
97769
|
+
VCheckbox: VCheckbox
|
97770
|
+
VCheckboxBtn: VCheckboxBtn
|
97771
|
+
VCode: VCode
|
97772
|
+
VChipGroup: VChipGroup
|
97768
97773
|
VColorPicker: VColorPicker
|
97769
97774
|
VCombobox: VCombobox
|
97775
|
+
VBtnGroup: VBtnGroup
|
97770
97776
|
VCounter: VCounter
|
97771
|
-
|
97772
|
-
|
97777
|
+
VDialog: VDialog
|
97778
|
+
VChip: VChip
|
97779
|
+
VDatePicker: VDatePicker
|
97780
|
+
VDatePickerControls: VDatePickerControls
|
97781
|
+
VDatePickerHeader: VDatePickerHeader
|
97782
|
+
VDatePickerMonth: VDatePickerMonth
|
97783
|
+
VDatePickerMonths: VDatePickerMonths
|
97784
|
+
VDatePickerYears: VDatePickerYears
|
97773
97785
|
VDataTable: VDataTable
|
97774
97786
|
VDataTableHeaders: VDataTableHeaders
|
97775
97787
|
VDataTableFooter: VDataTableFooter
|
@@ -97777,36 +97789,27 @@ declare module 'vue' {
|
|
97777
97789
|
VDataTableRow: VDataTableRow
|
97778
97790
|
VDataTableVirtual: VDataTableVirtual
|
97779
97791
|
VDataTableServer: VDataTableServer
|
97780
|
-
VDatePicker: VDatePicker
|
97781
|
-
VDatePickerControls: VDatePickerControls
|
97782
|
-
VDatePickerHeader: VDatePickerHeader
|
97783
|
-
VDatePickerMonth: VDatePickerMonth
|
97784
|
-
VDatePickerMonths: VDatePickerMonths
|
97785
|
-
VDatePickerYears: VDatePickerYears
|
97786
97792
|
VDivider: VDivider
|
97787
|
-
|
97793
|
+
VEmptyState: VEmptyState
|
97794
|
+
VFileInput: VFileInput
|
97795
|
+
VFab: VFab
|
97788
97796
|
VExpansionPanels: VExpansionPanels
|
97789
97797
|
VExpansionPanel: VExpansionPanel
|
97790
97798
|
VExpansionPanelText: VExpansionPanelText
|
97791
97799
|
VExpansionPanelTitle: VExpansionPanelTitle
|
97792
|
-
|
97800
|
+
VFooter: VFooter
|
97793
97801
|
VField: VField
|
97794
97802
|
VFieldLabel: VFieldLabel
|
97795
|
-
|
97796
|
-
|
97797
|
-
|
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
|
-
VImg: VImg
|
97804
|
-
VInfiniteScroll: VInfiniteScroll
|
97805
|
-
VItemGroup: VItemGroup
|
97806
|
-
VItem: VItem
|
97807
|
-
VLabel: VLabel
|
97808
97811
|
VKbd: VKbd
|
97809
|
-
|
97812
|
+
VInfiniteScroll: VInfiniteScroll
|
97810
97813
|
VList: VList
|
97811
97814
|
VListGroup: VListGroup
|
97812
97815
|
VListImg: VListImg
|
@@ -97816,28 +97819,29 @@ declare module 'vue' {
|
|
97816
97819
|
VListItemSubtitle: VListItemSubtitle
|
97817
97820
|
VListItemTitle: VListItemTitle
|
97818
97821
|
VListSubheader: VListSubheader
|
97819
|
-
|
97820
|
-
|
97822
|
+
VLabel: VLabel
|
97823
|
+
VInput: VInput
|
97821
97824
|
VMenu: VMenu
|
97822
|
-
|
97825
|
+
VMain: VMain
|
97826
|
+
VOtpInput: VOtpInput
|
97823
97827
|
VNavigationDrawer: VNavigationDrawer
|
97824
97828
|
VNumberInput: VNumberInput
|
97825
97829
|
VOverlay: VOverlay
|
97826
|
-
VOtpInput: VOtpInput
|
97827
97830
|
VProgressLinear: VProgressLinear
|
97828
|
-
VPagination: VPagination
|
97829
|
-
VRadioGroup: VRadioGroup
|
97830
97831
|
VRating: VRating
|
97832
|
+
VProgressCircular: VProgressCircular
|
97833
|
+
VPagination: VPagination
|
97834
|
+
VSelect: VSelect
|
97831
97835
|
VSelectionControlGroup: VSelectionControlGroup
|
97836
|
+
VSkeletonLoader: VSkeletonLoader
|
97832
97837
|
VSheet: VSheet
|
97838
|
+
VRadioGroup: VRadioGroup
|
97833
97839
|
VSelectionControl: VSelectionControl
|
97840
|
+
VSlider: VSlider
|
97834
97841
|
VSlideGroup: VSlideGroup
|
97835
97842
|
VSlideGroupItem: VSlideGroupItem
|
97843
|
+
VMessages: VMessages
|
97836
97844
|
VSnackbar: VSnackbar
|
97837
|
-
VProgressCircular: VProgressCircular
|
97838
|
-
VSelect: VSelect
|
97839
|
-
VSlider: VSlider
|
97840
|
-
VSkeletonLoader: VSkeletonLoader
|
97841
97845
|
VSwitch: VSwitch
|
97842
97846
|
VStepper: VStepper
|
97843
97847
|
VStepperActions: VStepperActions
|
@@ -97845,41 +97849,41 @@ declare module 'vue' {
|
|
97845
97849
|
VStepperItem: VStepperItem
|
97846
97850
|
VStepperWindow: VStepperWindow
|
97847
97851
|
VStepperWindowItem: VStepperWindowItem
|
97848
|
-
VSystemBar: VSystemBar
|
97849
97852
|
VTab: VTab
|
97850
97853
|
VTabs: VTabs
|
97851
97854
|
VTabsWindow: VTabsWindow
|
97852
97855
|
VTabsWindowItem: VTabsWindowItem
|
97856
|
+
VSystemBar: VSystemBar
|
97853
97857
|
VTextarea: VTextarea
|
97854
97858
|
VTextField: VTextField
|
97855
97859
|
VTable: VTable
|
97860
|
+
VTooltip: VTooltip
|
97856
97861
|
VToolbar: VToolbar
|
97857
97862
|
VToolbarTitle: VToolbarTitle
|
97858
97863
|
VToolbarItems: VToolbarItems
|
97859
|
-
VTooltip: VTooltip
|
97860
97864
|
VTimeline: VTimeline
|
97861
97865
|
VTimelineItem: VTimelineItem
|
97862
97866
|
VWindow: VWindow
|
97863
97867
|
VWindowItem: VWindowItem
|
97868
|
+
VConfirmEdit: VConfirmEdit
|
97864
97869
|
VDataIterator: VDataIterator
|
97865
97870
|
VDefaultsProvider: VDefaultsProvider
|
97866
97871
|
VForm: VForm
|
97867
|
-
|
97868
|
-
VCol: VCol
|
97869
|
-
VRow: VRow
|
97870
|
-
VSpacer: VSpacer
|
97871
|
-
VLazy: VLazy
|
97872
|
+
VHover: VHover
|
97872
97873
|
VLayout: VLayout
|
97873
97874
|
VLayoutItem: VLayoutItem
|
97874
|
-
|
97875
|
+
VLazy: VLazy
|
97875
97876
|
VLocaleProvider: VLocaleProvider
|
97877
|
+
VNoSsr: VNoSsr
|
97878
|
+
VRadio: VRadio
|
97876
97879
|
VParallax: VParallax
|
97877
97880
|
VRangeSlider: VRangeSlider
|
97878
|
-
VRadio: VRadio
|
97879
97881
|
VResponsive: VResponsive
|
97880
|
-
|
97882
|
+
VSparkline: VSparkline
|
97881
97883
|
VSnackbarQueue: VSnackbarQueue
|
97884
|
+
VSpeedDial: VSpeedDial
|
97882
97885
|
VThemeProvider: VThemeProvider
|
97886
|
+
VValidation: VValidation
|
97883
97887
|
VVirtualScroll: VVirtualScroll
|
97884
97888
|
VFabTransition: VFabTransition
|
97885
97889
|
VDialogBottomTransition: VDialogBottomTransition
|
@@ -97897,31 +97901,31 @@ declare module 'vue' {
|
|
97897
97901
|
VExpandTransition: VExpandTransition
|
97898
97902
|
VExpandXTransition: VExpandXTransition
|
97899
97903
|
VDialogTransition: VDialogTransition
|
97900
|
-
|
97901
|
-
|
97902
|
-
|
97903
|
-
|
97904
|
-
VCalendar: VCalendar
|
97905
|
-
VCalendarDay: VCalendarDay
|
97906
|
-
VCalendarHeader: VCalendarHeader
|
97907
|
-
VCalendarInterval: VCalendarInterval
|
97908
|
-
VCalendarIntervalEvent: VCalendarIntervalEvent
|
97909
|
-
VCalendarMonthDay: VCalendarMonthDay
|
97910
|
-
VIconBtn: VIconBtn
|
97911
|
-
VStepperVertical: VStepperVertical
|
97912
|
-
VStepperVerticalItem: VStepperVerticalItem
|
97913
|
-
VStepperVerticalActions: VStepperVerticalActions
|
97904
|
+
VContainer: VContainer
|
97905
|
+
VCol: VCol
|
97906
|
+
VRow: VRow
|
97907
|
+
VSpacer: VSpacer
|
97914
97908
|
VPicker: VPicker
|
97915
97909
|
VPickerTitle: VPickerTitle
|
97910
|
+
VFileUpload: VFileUpload
|
97911
|
+
VFileUploadItem: VFileUploadItem
|
97912
|
+
VIconBtn: VIconBtn
|
97916
97913
|
VTimePicker: VTimePicker
|
97917
97914
|
VTimePickerClock: VTimePickerClock
|
97918
97915
|
VTimePickerControls: VTimePickerControls
|
97919
|
-
|
97920
|
-
|
97916
|
+
VStepperVertical: VStepperVertical
|
97917
|
+
VStepperVerticalItem: VStepperVerticalItem
|
97918
|
+
VStepperVerticalActions: VStepperVerticalActions
|
97921
97919
|
VTreeview: VTreeview
|
97922
97920
|
VTreeviewItem: VTreeviewItem
|
97923
97921
|
VTreeviewGroup: VTreeviewGroup
|
97924
97922
|
VDateInput: VDateInput
|
97925
97923
|
VPullToRefresh: VPullToRefresh
|
97924
|
+
VCalendar: VCalendar
|
97925
|
+
VCalendarDay: VCalendarDay
|
97926
|
+
VCalendarHeader: VCalendarHeader
|
97927
|
+
VCalendarInterval: VCalendarInterval
|
97928
|
+
VCalendarIntervalEvent: VCalendarIntervalEvent
|
97929
|
+
VCalendarMonthDay: VCalendarMonthDay
|
97926
97930
|
}
|
97927
97931
|
}
|
package/dist/vuetify-labs.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.8.2-master.2025-04-
|
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
|
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)
|
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-
|
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-
|
31935
|
+
const version = "3.8.2-master.2025-04-28";
|
31906
31936
|
|
31907
31937
|
/* eslint-disable local-rules/sort-imports */
|
31908
31938
|
|