@vuetify/nightly 3.7.0-master.2024-08-26 → 3.7.0-master.2024-08-27
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/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +164 -164
- package/dist/json/web-types.json +7 -7
- package/dist/vuetify-labs.css +2497 -2497
- package/dist/vuetify-labs.esm.js +10 -6
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +10 -6
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1639 -1639
- package/dist/vuetify.d.ts +55 -55
- package/dist/vuetify.esm.js +10 -6
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +10 -6
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1058 -1057
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAvatar/VAvatar.css +1 -1
- package/lib/components/VAvatar/_variables.scss +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +55 -55
- package/lib/util/helpers.mjs +7 -3
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -67045,47 +67045,40 @@ declare module 'vue' {
|
|
67045
67045
|
$children?: VNodeChild
|
67046
67046
|
}
|
67047
67047
|
export interface GlobalComponents {
|
67048
|
-
VApp: typeof import('vuetify/components')['VApp']
|
67049
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
67050
67048
|
VAlert: typeof import('vuetify/components')['VAlert']
|
67051
67049
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
67050
|
+
VApp: typeof import('vuetify/components')['VApp']
|
67051
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
67052
67052
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
67053
67053
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
67054
67054
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
67055
|
-
|
67056
|
-
VBadge: typeof import('vuetify/components')['VBadge']
|
67057
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
67058
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
67055
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
67059
67056
|
VBanner: typeof import('vuetify/components')['VBanner']
|
67060
67057
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
67061
67058
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
67062
67059
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
67063
67060
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
67064
67061
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
67065
|
-
|
67062
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
67063
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
67064
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
67066
67065
|
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
67067
|
-
|
67068
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
67066
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
67069
67067
|
VCard: typeof import('vuetify/components')['VCard']
|
67070
67068
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
67071
67069
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
67072
67070
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
67073
67071
|
VCardText: typeof import('vuetify/components')['VCardText']
|
67074
67072
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
67075
|
-
|
67076
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
67073
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
67077
67074
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
67078
67075
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
67076
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
67077
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
67078
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
67079
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
67079
67080
|
VChip: typeof import('vuetify/components')['VChip']
|
67080
|
-
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
67081
67081
|
VCode: typeof import('vuetify/components')['VCode']
|
67082
|
-
VCombobox: typeof import('vuetify/components')['VCombobox']
|
67083
|
-
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
67084
|
-
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
67085
|
-
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
67086
|
-
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
67087
|
-
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
67088
|
-
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
67089
67082
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
67090
67083
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
67091
67084
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -67093,29 +67086,40 @@ declare module 'vue' {
|
|
67093
67086
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
67094
67087
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
67095
67088
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
67096
|
-
VCounter: typeof import('vuetify/components')['VCounter']
|
67097
67089
|
VDialog: typeof import('vuetify/components')['VDialog']
|
67090
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
67091
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
67098
67092
|
VDivider: typeof import('vuetify/components')['VDivider']
|
67099
67093
|
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
67094
|
+
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
67095
|
+
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
67096
|
+
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
67097
|
+
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
67098
|
+
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
67099
|
+
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
67100
67100
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
67101
67101
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
67102
67102
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
67103
67103
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
67104
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
67105
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
67104
67106
|
VField: typeof import('vuetify/components')['VField']
|
67105
67107
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
67106
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
67107
|
-
VFab: typeof import('vuetify/components')['VFab']
|
67108
|
-
VImg: typeof import('vuetify/components')['VImg']
|
67109
67108
|
VIcon: typeof import('vuetify/components')['VIcon']
|
67110
67109
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
67111
67110
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
67112
67111
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
67113
67112
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
67113
|
+
VFab: typeof import('vuetify/components')['VFab']
|
67114
67114
|
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
67115
|
-
|
67116
|
-
|
67115
|
+
VImg: typeof import('vuetify/components')['VImg']
|
67116
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
67117
67117
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
67118
67118
|
VItem: typeof import('vuetify/components')['VItem']
|
67119
|
+
VInput: typeof import('vuetify/components')['VInput']
|
67120
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
67121
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
67122
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
67119
67123
|
VList: typeof import('vuetify/components')['VList']
|
67120
67124
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
67121
67125
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -67125,69 +67129,65 @@ declare module 'vue' {
|
|
67125
67129
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
67126
67130
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
67127
67131
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
67128
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
67129
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
67130
|
-
VMenu: typeof import('vuetify/components')['VMenu']
|
67131
67132
|
VMain: typeof import('vuetify/components')['VMain']
|
67132
|
-
VOverlay: typeof import('vuetify/components')['VOverlay']
|
67133
|
-
VMessages: typeof import('vuetify/components')['VMessages']
|
67134
|
-
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
67135
|
-
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
67136
67133
|
VPagination: typeof import('vuetify/components')['VPagination']
|
67137
|
-
|
67134
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
67138
67135
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
67139
|
-
|
67136
|
+
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
67137
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
67140
67138
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
67141
|
-
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
67142
67139
|
VRating: typeof import('vuetify/components')['VRating']
|
67143
|
-
|
67140
|
+
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
67141
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
67142
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
67144
67143
|
VSheet: typeof import('vuetify/components')['VSheet']
|
67145
|
-
|
67146
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
67147
|
-
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
67144
|
+
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
67148
67145
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
67149
67146
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
67147
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
67148
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
67150
67149
|
VStepper: typeof import('vuetify/components')['VStepper']
|
67151
67150
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
67152
67151
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
67153
67152
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
67154
67153
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
67155
67154
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
67155
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
67156
|
+
VTable: typeof import('vuetify/components')['VTable']
|
67157
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
67158
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
67159
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
67160
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
67161
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
67162
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
67156
67163
|
VTab: typeof import('vuetify/components')['VTab']
|
67157
67164
|
VTabs: typeof import('vuetify/components')['VTabs']
|
67158
67165
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
67159
67166
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
67160
|
-
|
67161
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
67162
|
-
VSwitch: typeof import('vuetify/components')['VSwitch']
|
67163
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
67164
|
-
VTable: typeof import('vuetify/components')['VTable']
|
67167
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
67165
67168
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
67166
67169
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
67167
67170
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
67168
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
67169
67171
|
VWindow: typeof import('vuetify/components')['VWindow']
|
67170
67172
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
67171
|
-
VTimeline: typeof import('vuetify/components')['VTimeline']
|
67172
|
-
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
67173
67173
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
67174
67174
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
67175
|
-
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
67176
67175
|
VForm: typeof import('vuetify/components')['VForm']
|
67177
|
-
|
67176
|
+
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
67178
67177
|
VContainer: typeof import('vuetify/components')['VContainer']
|
67179
67178
|
VCol: typeof import('vuetify/components')['VCol']
|
67180
67179
|
VRow: typeof import('vuetify/components')['VRow']
|
67181
67180
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
67181
|
+
VHover: typeof import('vuetify/components')['VHover']
|
67182
67182
|
VLazy: typeof import('vuetify/components')['VLazy']
|
67183
67183
|
VLayout: typeof import('vuetify/components')['VLayout']
|
67184
67184
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
67185
|
-
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
67186
67185
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
67186
|
+
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
67187
67187
|
VParallax: typeof import('vuetify/components')['VParallax']
|
67188
67188
|
VRadio: typeof import('vuetify/components')['VRadio']
|
67189
|
-
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
67190
67189
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
67190
|
+
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
67191
67191
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
67192
67192
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
67193
67193
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
@@ -67209,9 +67209,6 @@ declare module 'vue' {
|
|
67209
67209
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
67210
67210
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
67211
67211
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
67212
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
67213
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
67214
|
-
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
67215
67212
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
67216
67213
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
67217
67214
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
@@ -67221,14 +67218,17 @@ declare module 'vue' {
|
|
67221
67218
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
67222
67219
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
67223
67220
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
67221
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
67222
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
67223
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
67224
67224
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
67225
67225
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
67226
67226
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
67227
67227
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
67228
67228
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
67229
67229
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
67230
|
-
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
67231
67230
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
67231
|
+
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
67232
67232
|
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
67233
67233
|
}
|
67234
67234
|
}
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.0-master.2024-08-
|
2
|
+
* Vuetify v3.7.0-master.2024-08-27
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -91,6 +91,10 @@ function convertToUnit(str) {
|
|
91
91
|
function isObject(obj) {
|
92
92
|
return obj !== null && typeof obj === 'object' && !Array.isArray(obj);
|
93
93
|
}
|
94
|
+
function isPlainObject(obj) {
|
95
|
+
let proto;
|
96
|
+
return obj !== null && typeof obj === 'object' && ((proto = Object.getPrototypeOf(obj)) === Object.prototype || proto === null);
|
97
|
+
}
|
94
98
|
function refElement(obj) {
|
95
99
|
if (obj && '$el' in obj) {
|
96
100
|
const el = obj.$el;
|
@@ -280,12 +284,12 @@ function mergeDeep() {
|
|
280
284
|
const targetProperty = target[key];
|
281
285
|
|
282
286
|
// Only continue deep merging if
|
283
|
-
// both properties are objects
|
284
|
-
if (
|
287
|
+
// both properties are plain objects
|
288
|
+
if (isPlainObject(sourceProperty) && isPlainObject(targetProperty)) {
|
285
289
|
out[key] = mergeDeep(sourceProperty, targetProperty, arrayFn);
|
286
290
|
continue;
|
287
291
|
}
|
288
|
-
if (Array.isArray(sourceProperty) && Array.isArray(targetProperty)
|
292
|
+
if (arrayFn && Array.isArray(sourceProperty) && Array.isArray(targetProperty)) {
|
289
293
|
out[key] = arrayFn(sourceProperty, targetProperty);
|
290
294
|
continue;
|
291
295
|
}
|
@@ -28212,7 +28216,7 @@ function createVuetify$1() {
|
|
28212
28216
|
goTo
|
28213
28217
|
};
|
28214
28218
|
}
|
28215
|
-
const version$1 = "3.7.0-master.2024-08-
|
28219
|
+
const version$1 = "3.7.0-master.2024-08-27";
|
28216
28220
|
createVuetify$1.version = version$1;
|
28217
28221
|
|
28218
28222
|
// Vue's inject() can only be used in setup
|
@@ -28237,7 +28241,7 @@ const createVuetify = function () {
|
|
28237
28241
|
...options
|
28238
28242
|
});
|
28239
28243
|
};
|
28240
|
-
const version = "3.7.0-master.2024-08-
|
28244
|
+
const version = "3.7.0-master.2024-08-27";
|
28241
28245
|
createVuetify.version = version;
|
28242
28246
|
|
28243
28247
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|