vuetify 3.5.0 → 3.5.1
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 +8 -8
- package/dist/json/importMap.json +132 -132
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +2353 -2353
- package/dist/vuetify-labs.esm.js +4 -5
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +4 -5
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +827 -827
- package/dist/vuetify.d.ts +44 -44
- package/dist/vuetify.esm.js +4 -5
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +4 -5
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +4 -4
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VChipGroup/VChipGroup.mjs +1 -2
- package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +44 -44
- package/package.json +2 -2
package/dist/vuetify.d.ts
CHANGED
|
@@ -67212,40 +67212,47 @@ declare module '@vue/runtime-core' {
|
|
|
67212
67212
|
}
|
|
67213
67213
|
|
|
67214
67214
|
export interface GlobalComponents {
|
|
67215
|
-
VApp: typeof import('vuetify/components')['VApp']
|
|
67216
67215
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
|
67217
67216
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
|
67218
67217
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
|
67219
|
-
|
|
67218
|
+
VApp: typeof import('vuetify/components')['VApp']
|
|
67220
67219
|
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
|
67221
|
-
VBanner: typeof import('vuetify/components')['VBanner']
|
|
67222
|
-
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
|
67223
|
-
VBannerText: typeof import('vuetify/components')['VBannerText']
|
|
67224
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
|
67225
67220
|
VAlert: typeof import('vuetify/components')['VAlert']
|
|
67226
67221
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
|
67222
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
|
67227
67223
|
VBadge: typeof import('vuetify/components')['VBadge']
|
|
67224
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
|
67225
|
+
VBanner: typeof import('vuetify/components')['VBanner']
|
|
67226
|
+
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
|
67227
|
+
VBannerText: typeof import('vuetify/components')['VBannerText']
|
|
67228
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
|
67228
67229
|
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
|
67230
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
|
67229
67231
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
|
67230
67232
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
|
67231
67233
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
|
67232
67234
|
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
|
67233
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
|
67234
67235
|
VCard: typeof import('vuetify/components')['VCard']
|
|
67235
67236
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
|
67236
67237
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
|
67237
67238
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
|
67238
67239
|
VCardText: typeof import('vuetify/components')['VCardText']
|
|
67239
67240
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
|
67240
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
|
67241
|
-
VCarousel: typeof import('vuetify/components')['VCarousel']
|
|
67242
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
|
67243
67241
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
|
67244
67242
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
|
67245
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
|
67246
67243
|
VChip: typeof import('vuetify/components')['VChip']
|
|
67247
|
-
|
|
67244
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
|
67245
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
|
67248
67246
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
|
67247
|
+
VCode: typeof import('vuetify/components')['VCode']
|
|
67248
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
|
67249
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
|
67250
|
+
VDataTable: typeof import('vuetify/components')['VDataTable']
|
|
67251
|
+
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
|
67252
|
+
VDataTableRows: typeof import('vuetify/components')['VDataTableRows']
|
|
67253
|
+
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
|
67254
|
+
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
|
67255
|
+
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
|
67249
67256
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
|
67250
67257
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
|
67251
67258
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
|
@@ -67253,16 +67260,8 @@ declare module '@vue/runtime-core' {
|
|
|
67253
67260
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
|
67254
67261
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
|
67255
67262
|
VCounter: typeof import('vuetify/components')['VCounter']
|
|
67256
|
-
VDataTable: typeof import('vuetify/components')['VDataTable']
|
|
67257
|
-
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
|
67258
|
-
VDataTableRows: typeof import('vuetify/components')['VDataTableRows']
|
|
67259
|
-
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
|
67260
|
-
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
|
67261
|
-
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
|
67262
|
-
VCombobox: typeof import('vuetify/components')['VCombobox']
|
|
67263
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
|
67264
|
-
VFooter: typeof import('vuetify/components')['VFooter']
|
|
67265
67263
|
VDivider: typeof import('vuetify/components')['VDivider']
|
|
67264
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
|
67266
67265
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
|
67267
67266
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
|
67268
67267
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
|
@@ -67270,18 +67269,19 @@ declare module '@vue/runtime-core' {
|
|
|
67270
67269
|
VField: typeof import('vuetify/components')['VField']
|
|
67271
67270
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
|
67272
67271
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
|
67272
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
|
67273
67273
|
VImg: typeof import('vuetify/components')['VImg']
|
|
67274
|
-
|
|
67274
|
+
VInput: typeof import('vuetify/components')['VInput']
|
|
67275
67275
|
VIcon: typeof import('vuetify/components')['VIcon']
|
|
67276
67276
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
|
67277
67277
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
|
67278
67278
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
|
67279
67279
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
|
67280
|
-
VInput: typeof import('vuetify/components')['VInput']
|
|
67281
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
|
67282
67280
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
|
67283
67281
|
VItem: typeof import('vuetify/components')['VItem']
|
|
67284
|
-
|
|
67282
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
|
67283
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
|
67284
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
|
67285
67285
|
VList: typeof import('vuetify/components')['VList']
|
|
67286
67286
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
|
67287
67287
|
VListImg: typeof import('vuetify/components')['VListImg']
|
|
@@ -67291,25 +67291,25 @@ declare module '@vue/runtime-core' {
|
|
|
67291
67291
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
|
67292
67292
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
|
67293
67293
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
|
67294
|
-
|
|
67295
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
|
67294
|
+
VMain: typeof import('vuetify/components')['VMain']
|
|
67296
67295
|
VMessages: typeof import('vuetify/components')['VMessages']
|
|
67296
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
|
67297
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
|
67297
67298
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
|
67298
67299
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
|
67299
|
-
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
|
67300
|
-
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
|
67301
67300
|
VPagination: typeof import('vuetify/components')['VPagination']
|
|
67302
|
-
|
|
67303
|
-
VRating: typeof import('vuetify/components')['VRating']
|
|
67301
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
|
67304
67302
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
|
67303
|
+
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
|
67305
67304
|
VSelect: typeof import('vuetify/components')['VSelect']
|
|
67306
|
-
|
|
67307
|
-
|
|
67305
|
+
VRating: typeof import('vuetify/components')['VRating']
|
|
67306
|
+
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
|
67308
67307
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
|
67309
67308
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
|
67310
|
-
|
|
67311
|
-
|
|
67309
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
|
67310
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
|
67312
67311
|
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
|
67312
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
|
67313
67313
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
|
67314
67314
|
VStepper: typeof import('vuetify/components')['VStepper']
|
|
67315
67315
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
|
@@ -67318,27 +67318,27 @@ declare module '@vue/runtime-core' {
|
|
|
67318
67318
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
|
67319
67319
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
|
67320
67320
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
|
67321
|
-
|
|
67321
|
+
VTable: typeof import('vuetify/components')['VTable']
|
|
67322
67322
|
VTabs: typeof import('vuetify/components')['VTabs']
|
|
67323
67323
|
VTab: typeof import('vuetify/components')['VTab']
|
|
67324
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
|
67325
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
|
67326
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
|
67324
67327
|
VTextarea: typeof import('vuetify/components')['VTextarea']
|
|
67325
67328
|
VTextField: typeof import('vuetify/components')['VTextField']
|
|
67326
|
-
|
|
67329
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
|
67327
67330
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
|
67328
67331
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
|
67329
67332
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
|
67330
|
-
VTimeline: typeof import('vuetify/components')['VTimeline']
|
|
67331
|
-
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
|
67332
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
|
67333
67333
|
VWindow: typeof import('vuetify/components')['VWindow']
|
|
67334
67334
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
|
67335
67335
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
|
67336
67336
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
|
67337
|
+
VForm: typeof import('vuetify/components')['VForm']
|
|
67337
67338
|
VContainer: typeof import('vuetify/components')['VContainer']
|
|
67338
67339
|
VCol: typeof import('vuetify/components')['VCol']
|
|
67339
67340
|
VRow: typeof import('vuetify/components')['VRow']
|
|
67340
67341
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
|
67341
|
-
VForm: typeof import('vuetify/components')['VForm']
|
|
67342
67342
|
VHover: typeof import('vuetify/components')['VHover']
|
|
67343
67343
|
VLayout: typeof import('vuetify/components')['VLayout']
|
|
67344
67344
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
|
@@ -67350,8 +67350,8 @@ declare module '@vue/runtime-core' {
|
|
|
67350
67350
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
|
67351
67351
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
|
67352
67352
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
|
67353
|
-
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
|
67354
67353
|
VValidation: typeof import('vuetify/components')['VValidation']
|
|
67354
|
+
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
|
67355
67355
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
|
67356
67356
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
|
67357
67357
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
|
@@ -67368,14 +67368,14 @@ declare module '@vue/runtime-core' {
|
|
|
67368
67368
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
|
67369
67369
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
|
67370
67370
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
|
67371
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
|
67372
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
|
67373
67371
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
|
67374
67372
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
|
67375
67373
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
|
67376
67374
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
|
67377
67375
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
|
67378
67376
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
|
67377
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
|
67378
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
|
67379
67379
|
VConfirmEdit: typeof import('vuetify/labs/components')['VConfirmEdit']
|
|
67380
67380
|
}
|
|
67381
67381
|
}
|
package/dist/vuetify.esm.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.5.
|
|
2
|
+
* Vuetify v3.5.1
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -7419,8 +7419,7 @@ const VChipGroup = genericComponent()({
|
|
|
7419
7419
|
}
|
|
7420
7420
|
});
|
|
7421
7421
|
useRender(() => {
|
|
7422
|
-
|
|
7423
|
-
const [slideGroupProps] = VSlideGroup.filterProps(props);
|
|
7422
|
+
const slideGroupProps = VSlideGroup.filterProps(props);
|
|
7424
7423
|
return createVNode(VSlideGroup, mergeProps(slideGroupProps, {
|
|
7425
7424
|
"class": ['v-chip-group', {
|
|
7426
7425
|
'v-chip-group--column': props.column
|
|
@@ -25644,7 +25643,7 @@ function createVuetify$1() {
|
|
|
25644
25643
|
goTo
|
|
25645
25644
|
};
|
|
25646
25645
|
}
|
|
25647
|
-
const version$1 = "3.5.
|
|
25646
|
+
const version$1 = "3.5.1";
|
|
25648
25647
|
createVuetify$1.version = version$1;
|
|
25649
25648
|
|
|
25650
25649
|
// Vue's inject() can only be used in setup
|
|
@@ -25669,7 +25668,7 @@ const createVuetify = function () {
|
|
|
25669
25668
|
...options
|
|
25670
25669
|
});
|
|
25671
25670
|
};
|
|
25672
|
-
const version = "3.5.
|
|
25671
|
+
const version = "3.5.1";
|
|
25673
25672
|
createVuetify.version = version;
|
|
25674
25673
|
|
|
25675
25674
|
export { components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|