@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.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,41 +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
|
-
VBanner: VBanner
|
82970
|
-
VBannerActions: VBannerActions
|
82971
|
-
VBannerText: VBannerText
|
82972
82975
|
VBadge: VBadge
|
82973
|
-
VBottomSheet: VBottomSheet
|
82974
|
-
VAvatar: VAvatar
|
82975
82976
|
VBottomNavigation: VBottomNavigation
|
82976
82977
|
VBreadcrumbs: VBreadcrumbs
|
82977
82978
|
VBreadcrumbsItem: VBreadcrumbsItem
|
82978
82979
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
82980
|
+
VBottomSheet: VBottomSheet
|
82979
82981
|
VBtnToggle: VBtnToggle
|
82980
|
-
VBtn: VBtn
|
82981
82982
|
VCard: VCard
|
82982
82983
|
VCardActions: VCardActions
|
82983
82984
|
VCardItem: VCardItem
|
82984
82985
|
VCardSubtitle: VCardSubtitle
|
82985
82986
|
VCardText: VCardText
|
82986
82987
|
VCardTitle: VCardTitle
|
82987
|
-
|
82988
|
-
|
82989
|
-
|
82988
|
+
VBtn: VBtn
|
82989
|
+
VBanner: VBanner
|
82990
|
+
VBannerActions: VBannerActions
|
82991
|
+
VBannerText: VBannerText
|
82990
82992
|
VCarousel: VCarousel
|
82991
82993
|
VCarouselItem: VCarouselItem
|
82992
|
-
|
82994
|
+
VCheckbox: VCheckbox
|
82995
|
+
VCheckboxBtn: VCheckboxBtn
|
82996
|
+
VCode: VCode
|
82997
|
+
VChipGroup: VChipGroup
|
82993
82998
|
VColorPicker: VColorPicker
|
82994
82999
|
VCombobox: VCombobox
|
83000
|
+
VBtnGroup: VBtnGroup
|
82995
83001
|
VCounter: VCounter
|
82996
|
-
|
82997
|
-
|
83002
|
+
VDialog: VDialog
|
83003
|
+
VChip: VChip
|
83004
|
+
VDatePicker: VDatePicker
|
83005
|
+
VDatePickerControls: VDatePickerControls
|
83006
|
+
VDatePickerHeader: VDatePickerHeader
|
83007
|
+
VDatePickerMonth: VDatePickerMonth
|
83008
|
+
VDatePickerMonths: VDatePickerMonths
|
83009
|
+
VDatePickerYears: VDatePickerYears
|
82998
83010
|
VDataTable: VDataTable
|
82999
83011
|
VDataTableHeaders: VDataTableHeaders
|
83000
83012
|
VDataTableFooter: VDataTableFooter
|
@@ -83002,36 +83014,27 @@ declare module 'vue' {
|
|
83002
83014
|
VDataTableRow: VDataTableRow
|
83003
83015
|
VDataTableVirtual: VDataTableVirtual
|
83004
83016
|
VDataTableServer: VDataTableServer
|
83005
|
-
VDatePicker: VDatePicker
|
83006
|
-
VDatePickerControls: VDatePickerControls
|
83007
|
-
VDatePickerHeader: VDatePickerHeader
|
83008
|
-
VDatePickerMonth: VDatePickerMonth
|
83009
|
-
VDatePickerMonths: VDatePickerMonths
|
83010
|
-
VDatePickerYears: VDatePickerYears
|
83011
83017
|
VDivider: VDivider
|
83012
|
-
|
83018
|
+
VEmptyState: VEmptyState
|
83019
|
+
VFileInput: VFileInput
|
83020
|
+
VFab: VFab
|
83013
83021
|
VExpansionPanels: VExpansionPanels
|
83014
83022
|
VExpansionPanel: VExpansionPanel
|
83015
83023
|
VExpansionPanelText: VExpansionPanelText
|
83016
83024
|
VExpansionPanelTitle: VExpansionPanelTitle
|
83017
|
-
|
83025
|
+
VFooter: VFooter
|
83018
83026
|
VField: VField
|
83019
83027
|
VFieldLabel: VFieldLabel
|
83020
|
-
|
83021
|
-
|
83022
|
-
|
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
|
-
VImg: VImg
|
83029
|
-
VInfiniteScroll: VInfiniteScroll
|
83030
|
-
VItemGroup: VItemGroup
|
83031
|
-
VItem: VItem
|
83032
|
-
VLabel: VLabel
|
83033
83036
|
VKbd: VKbd
|
83034
|
-
|
83037
|
+
VInfiniteScroll: VInfiniteScroll
|
83035
83038
|
VList: VList
|
83036
83039
|
VListGroup: VListGroup
|
83037
83040
|
VListImg: VListImg
|
@@ -83041,28 +83044,29 @@ declare module 'vue' {
|
|
83041
83044
|
VListItemSubtitle: VListItemSubtitle
|
83042
83045
|
VListItemTitle: VListItemTitle
|
83043
83046
|
VListSubheader: VListSubheader
|
83044
|
-
|
83045
|
-
|
83047
|
+
VLabel: VLabel
|
83048
|
+
VInput: VInput
|
83046
83049
|
VMenu: VMenu
|
83047
|
-
|
83050
|
+
VMain: VMain
|
83051
|
+
VOtpInput: VOtpInput
|
83048
83052
|
VNavigationDrawer: VNavigationDrawer
|
83049
83053
|
VNumberInput: VNumberInput
|
83050
83054
|
VOverlay: VOverlay
|
83051
|
-
VOtpInput: VOtpInput
|
83052
83055
|
VProgressLinear: VProgressLinear
|
83053
|
-
VPagination: VPagination
|
83054
|
-
VRadioGroup: VRadioGroup
|
83055
83056
|
VRating: VRating
|
83057
|
+
VProgressCircular: VProgressCircular
|
83058
|
+
VPagination: VPagination
|
83059
|
+
VSelect: VSelect
|
83056
83060
|
VSelectionControlGroup: VSelectionControlGroup
|
83061
|
+
VSkeletonLoader: VSkeletonLoader
|
83057
83062
|
VSheet: VSheet
|
83063
|
+
VRadioGroup: VRadioGroup
|
83058
83064
|
VSelectionControl: VSelectionControl
|
83065
|
+
VSlider: VSlider
|
83059
83066
|
VSlideGroup: VSlideGroup
|
83060
83067
|
VSlideGroupItem: VSlideGroupItem
|
83068
|
+
VMessages: VMessages
|
83061
83069
|
VSnackbar: VSnackbar
|
83062
|
-
VProgressCircular: VProgressCircular
|
83063
|
-
VSelect: VSelect
|
83064
|
-
VSlider: VSlider
|
83065
|
-
VSkeletonLoader: VSkeletonLoader
|
83066
83070
|
VSwitch: VSwitch
|
83067
83071
|
VStepper: VStepper
|
83068
83072
|
VStepperActions: VStepperActions
|
@@ -83070,41 +83074,41 @@ declare module 'vue' {
|
|
83070
83074
|
VStepperItem: VStepperItem
|
83071
83075
|
VStepperWindow: VStepperWindow
|
83072
83076
|
VStepperWindowItem: VStepperWindowItem
|
83073
|
-
VSystemBar: VSystemBar
|
83074
83077
|
VTab: VTab
|
83075
83078
|
VTabs: VTabs
|
83076
83079
|
VTabsWindow: VTabsWindow
|
83077
83080
|
VTabsWindowItem: VTabsWindowItem
|
83081
|
+
VSystemBar: VSystemBar
|
83078
83082
|
VTextarea: VTextarea
|
83079
83083
|
VTextField: VTextField
|
83080
83084
|
VTable: VTable
|
83085
|
+
VTooltip: VTooltip
|
83081
83086
|
VToolbar: VToolbar
|
83082
83087
|
VToolbarTitle: VToolbarTitle
|
83083
83088
|
VToolbarItems: VToolbarItems
|
83084
|
-
VTooltip: VTooltip
|
83085
83089
|
VTimeline: VTimeline
|
83086
83090
|
VTimelineItem: VTimelineItem
|
83087
83091
|
VWindow: VWindow
|
83088
83092
|
VWindowItem: VWindowItem
|
83093
|
+
VConfirmEdit: VConfirmEdit
|
83089
83094
|
VDataIterator: VDataIterator
|
83090
83095
|
VDefaultsProvider: VDefaultsProvider
|
83091
83096
|
VForm: VForm
|
83092
|
-
|
83093
|
-
VCol: VCol
|
83094
|
-
VRow: VRow
|
83095
|
-
VSpacer: VSpacer
|
83096
|
-
VLazy: VLazy
|
83097
|
+
VHover: VHover
|
83097
83098
|
VLayout: VLayout
|
83098
83099
|
VLayoutItem: VLayoutItem
|
83099
|
-
|
83100
|
+
VLazy: VLazy
|
83100
83101
|
VLocaleProvider: VLocaleProvider
|
83102
|
+
VNoSsr: VNoSsr
|
83103
|
+
VRadio: VRadio
|
83101
83104
|
VParallax: VParallax
|
83102
83105
|
VRangeSlider: VRangeSlider
|
83103
|
-
VRadio: VRadio
|
83104
83106
|
VResponsive: VResponsive
|
83105
|
-
|
83107
|
+
VSparkline: VSparkline
|
83106
83108
|
VSnackbarQueue: VSnackbarQueue
|
83109
|
+
VSpeedDial: VSpeedDial
|
83107
83110
|
VThemeProvider: VThemeProvider
|
83111
|
+
VValidation: VValidation
|
83108
83112
|
VVirtualScroll: VVirtualScroll
|
83109
83113
|
VFabTransition: VFabTransition
|
83110
83114
|
VDialogBottomTransition: VDialogBottomTransition
|
@@ -83122,31 +83126,31 @@ declare module 'vue' {
|
|
83122
83126
|
VExpandTransition: VExpandTransition
|
83123
83127
|
VExpandXTransition: VExpandXTransition
|
83124
83128
|
VDialogTransition: VDialogTransition
|
83125
|
-
|
83126
|
-
|
83127
|
-
|
83128
|
-
|
83129
|
-
VCalendar: VCalendar
|
83130
|
-
VCalendarDay: VCalendarDay
|
83131
|
-
VCalendarHeader: VCalendarHeader
|
83132
|
-
VCalendarInterval: VCalendarInterval
|
83133
|
-
VCalendarIntervalEvent: VCalendarIntervalEvent
|
83134
|
-
VCalendarMonthDay: VCalendarMonthDay
|
83135
|
-
VIconBtn: VIconBtn
|
83136
|
-
VStepperVertical: VStepperVertical
|
83137
|
-
VStepperVerticalItem: VStepperVerticalItem
|
83138
|
-
VStepperVerticalActions: VStepperVerticalActions
|
83129
|
+
VContainer: VContainer
|
83130
|
+
VCol: VCol
|
83131
|
+
VRow: VRow
|
83132
|
+
VSpacer: VSpacer
|
83139
83133
|
VPicker: VPicker
|
83140
83134
|
VPickerTitle: VPickerTitle
|
83135
|
+
VFileUpload: VFileUpload
|
83136
|
+
VFileUploadItem: VFileUploadItem
|
83137
|
+
VIconBtn: VIconBtn
|
83141
83138
|
VTimePicker: VTimePicker
|
83142
83139
|
VTimePickerClock: VTimePickerClock
|
83143
83140
|
VTimePickerControls: VTimePickerControls
|
83144
|
-
|
83145
|
-
|
83141
|
+
VStepperVertical: VStepperVertical
|
83142
|
+
VStepperVerticalItem: VStepperVerticalItem
|
83143
|
+
VStepperVerticalActions: VStepperVerticalActions
|
83146
83144
|
VTreeview: VTreeview
|
83147
83145
|
VTreeviewItem: VTreeviewItem
|
83148
83146
|
VTreeviewGroup: VTreeviewGroup
|
83149
83147
|
VDateInput: VDateInput
|
83150
83148
|
VPullToRefresh: VPullToRefresh
|
83149
|
+
VCalendar: VCalendar
|
83150
|
+
VCalendarDay: VCalendarDay
|
83151
|
+
VCalendarHeader: VCalendarHeader
|
83152
|
+
VCalendarInterval: VCalendarInterval
|
83153
|
+
VCalendarIntervalEvent: VCalendarIntervalEvent
|
83154
|
+
VCalendarMonthDay: VCalendarMonthDay
|
83151
83155
|
}
|
83152
83156
|
}
|
package/dist/vuetify.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
|
*/
|
@@ -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
|
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)
|
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-
|
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-
|
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 };
|