@vuetify/nightly 3.6.13-3.7.0-beta.0.0-pr-20092.a834b18 → 3.7.0-beta.1-pr-20092.92a3215
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 +22 -22
- package/dist/json/importMap.json +120 -120
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +2356 -2356
- package/dist/vuetify-labs.esm.js +3 -9
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +3 -9
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +2694 -2694
- package/dist/vuetify.d.ts +46 -46
- package/dist/vuetify.esm.js +3 -9
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +3 -9
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +4 -5
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VOverlay/locationStrategies.mjs +0 -6
- package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.mts +46 -46
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -73077,42 +73077,40 @@ declare global {
|
|
73077
73077
|
}
|
73078
73078
|
}
|
73079
73079
|
interface _GlobalComponents {
|
73080
|
+
VApp: typeof import('vuetify/components')['VApp']
|
73081
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
73080
73082
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
73081
73083
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
73082
73084
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
73083
|
-
|
73084
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
73085
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
73085
73086
|
VAlert: typeof import('vuetify/components')['VAlert']
|
73086
73087
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
73087
|
-
|
73088
|
-
|
73088
|
+
VBanner: typeof import('vuetify/components')['VBanner']
|
73089
|
+
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
73090
|
+
VBannerText: typeof import('vuetify/components')['VBannerText']
|
73089
73091
|
VBadge: typeof import('vuetify/components')['VBadge']
|
73092
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
73090
73093
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
73091
73094
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
73092
73095
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
73093
|
-
|
73094
|
-
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
73095
|
-
VBannerText: typeof import('vuetify/components')['VBannerText']
|
73096
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
73096
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
73097
73097
|
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
73098
|
-
|
73098
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
73099
73099
|
VCard: typeof import('vuetify/components')['VCard']
|
73100
73100
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
73101
73101
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
73102
73102
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
73103
73103
|
VCardText: typeof import('vuetify/components')['VCardText']
|
73104
73104
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
73105
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
73106
73105
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
73107
73106
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
73108
|
-
|
73107
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
73109
73108
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
73110
73109
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
73111
|
-
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
73112
73110
|
VCode: typeof import('vuetify/components')['VCode']
|
73113
|
-
|
73111
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
73114
73112
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
73115
|
-
|
73113
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
73116
73114
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
73117
73115
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
73118
73116
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -73120,8 +73118,8 @@ interface _GlobalComponents {
|
|
73120
73118
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
73121
73119
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
73122
73120
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
73123
|
-
|
73124
|
-
|
73121
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
73122
|
+
VChip: typeof import('vuetify/components')['VChip']
|
73125
73123
|
VDialog: typeof import('vuetify/components')['VDialog']
|
73126
73124
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
73127
73125
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
@@ -73129,27 +73127,29 @@ interface _GlobalComponents {
|
|
73129
73127
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
73130
73128
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
73131
73129
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
73130
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
73131
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
73132
73132
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
73133
73133
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
73134
73134
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
73135
73135
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
73136
73136
|
VFab: typeof import('vuetify/components')['VFab']
|
73137
|
-
VField: typeof import('vuetify/components')['VField']
|
73138
|
-
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
73139
73137
|
VFooter: typeof import('vuetify/components')['VFooter']
|
73140
|
-
VImg: typeof import('vuetify/components')['VImg']
|
73141
73138
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
73142
|
-
|
73143
|
-
|
73144
|
-
VItem: typeof import('vuetify/components')['VItem']
|
73145
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
73146
|
-
VInput: typeof import('vuetify/components')['VInput']
|
73139
|
+
VField: typeof import('vuetify/components')['VField']
|
73140
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
73147
73141
|
VIcon: typeof import('vuetify/components')['VIcon']
|
73148
73142
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
73149
73143
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
73150
73144
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
73151
73145
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
73146
|
+
VImg: typeof import('vuetify/components')['VImg']
|
73147
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
73148
|
+
VInput: typeof import('vuetify/components')['VInput']
|
73149
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
73152
73150
|
VLabel: typeof import('vuetify/components')['VLabel']
|
73151
|
+
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
73152
|
+
VItem: typeof import('vuetify/components')['VItem']
|
73153
73153
|
VList: typeof import('vuetify/components')['VList']
|
73154
73154
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
73155
73155
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -73160,56 +73160,56 @@ interface _GlobalComponents {
|
|
73160
73160
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
73161
73161
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
73162
73162
|
VMain: typeof import('vuetify/components')['VMain']
|
73163
|
-
VMessages: typeof import('vuetify/components')['VMessages']
|
73164
73163
|
VMenu: typeof import('vuetify/components')['VMenu']
|
73164
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
73165
73165
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
73166
|
-
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
73167
|
-
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
73168
73166
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
73167
|
+
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
73169
73168
|
VPagination: typeof import('vuetify/components')['VPagination']
|
73169
|
+
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
73170
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
73170
73171
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
73171
73172
|
VRating: typeof import('vuetify/components')['VRating']
|
73172
|
-
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
73173
73173
|
VSelect: typeof import('vuetify/components')['VSelect']
|
73174
73174
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
73175
73175
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
73176
73176
|
VSheet: typeof import('vuetify/components')['VSheet']
|
73177
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
73178
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
73177
73179
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
73178
73180
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
73179
73181
|
VSlider: typeof import('vuetify/components')['VSlider']
|
73180
|
-
|
73181
|
-
|
73182
|
-
|
73182
|
+
VTab: typeof import('vuetify/components')['VTab']
|
73183
|
+
VTabs: typeof import('vuetify/components')['VTabs']
|
73184
|
+
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
73185
|
+
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
73186
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
73183
73187
|
VStepper: typeof import('vuetify/components')['VStepper']
|
73184
73188
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
73185
73189
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
73186
73190
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
73187
73191
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
73188
73192
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
73189
|
-
|
73190
|
-
VTabs: typeof import('vuetify/components')['VTabs']
|
73191
|
-
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
73192
|
-
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
73193
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
73194
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
73193
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
73195
73194
|
VTable: typeof import('vuetify/components')['VTable']
|
73195
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
73196
73196
|
VTextField: typeof import('vuetify/components')['VTextField']
|
73197
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
73198
73197
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
73199
73198
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
73200
73199
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
73201
73200
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
73202
73201
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
73202
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
73203
73203
|
VWindow: typeof import('vuetify/components')['VWindow']
|
73204
73204
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
73205
73205
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
73206
73206
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
73207
73207
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
73208
|
+
VForm: typeof import('vuetify/components')['VForm']
|
73208
73209
|
VContainer: typeof import('vuetify/components')['VContainer']
|
73209
73210
|
VCol: typeof import('vuetify/components')['VCol']
|
73210
73211
|
VRow: typeof import('vuetify/components')['VRow']
|
73211
73212
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
73212
|
-
VForm: typeof import('vuetify/components')['VForm']
|
73213
73213
|
VHover: typeof import('vuetify/components')['VHover']
|
73214
73214
|
VLayout: typeof import('vuetify/components')['VLayout']
|
73215
73215
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
@@ -73247,21 +73247,21 @@ interface _GlobalComponents {
|
|
73247
73247
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
73248
73248
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
73249
73249
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
73250
|
-
|
73251
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
73250
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
73252
73251
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
73253
73252
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
73254
73253
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
73255
|
-
|
73256
|
-
|
73257
|
-
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
73258
|
-
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
73254
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
73255
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
73259
73256
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
73260
73257
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
73261
73258
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
73259
|
+
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
73260
|
+
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
73261
|
+
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
73262
|
+
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
73262
73263
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
73263
73264
|
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
73264
|
-
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
73265
73265
|
}
|
73266
73266
|
declare module 'vue' {
|
73267
73267
|
export type JSXComponent<Props = any> = { new (): ComponentPublicInstance<Props> } | FunctionalComponent<Props>
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.
|
2
|
+
* Vuetify v3.7.0-beta.1-pr-20092.92a3215
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -9981,12 +9981,6 @@ function getIntrinsicSize(el, isRtl) {
|
|
9981
9981
|
// el.style.removeProperty('max-width')
|
9982
9982
|
// el.style.removeProperty('max-height')
|
9983
9983
|
|
9984
|
-
if (isRtl) {
|
9985
|
-
el.style.removeProperty('left');
|
9986
|
-
} else {
|
9987
|
-
el.style.removeProperty('right');
|
9988
|
-
}
|
9989
|
-
|
9990
9984
|
/* eslint-disable-next-line sonarjs/prefer-immediate-return */
|
9991
9985
|
const contentBox = nullifyTransforms(el);
|
9992
9986
|
if (isRtl) {
|
@@ -28198,7 +28192,7 @@ function createVuetify$1() {
|
|
28198
28192
|
goTo
|
28199
28193
|
};
|
28200
28194
|
}
|
28201
|
-
const version$1 = "3.
|
28195
|
+
const version$1 = "3.7.0-beta.1-pr-20092.92a3215";
|
28202
28196
|
createVuetify$1.version = version$1;
|
28203
28197
|
|
28204
28198
|
// Vue's inject() can only be used in setup
|
@@ -28223,7 +28217,7 @@ const createVuetify = function () {
|
|
28223
28217
|
...options
|
28224
28218
|
});
|
28225
28219
|
};
|
28226
|
-
const version = "3.
|
28220
|
+
const version = "3.7.0-beta.1-pr-20092.92a3215";
|
28227
28221
|
createVuetify.version = version;
|
28228
28222
|
|
28229
28223
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|