vuetify 3.3.7 → 3.3.8
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/attributes.json +1 -1
- package/dist/json/importMap.json +84 -84
- package/dist/json/web-types.json +4 -4
- package/dist/vuetify-labs.css +134 -133
- package/dist/vuetify-labs.esm.js +67 -65
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +66 -64
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +15 -14
- package/dist/vuetify.d.ts +24 -24
- package/dist/vuetify.esm.js +67 -65
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +66 -64
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +94 -93
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VCarousel/VCarousel.mjs +58 -57
- package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
- package/lib/components/VField/VField.css +1 -0
- package/lib/components/VField/VField.sass +1 -0
- package/lib/components/VOverlay/VOverlay.mjs +2 -2
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/composables/filter.mjs +3 -2
- package/lib/composables/filter.mjs.map +1 -1
- package/lib/composables/theme.mjs +2 -2
- package/lib/composables/theme.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +24 -24
- package/package.json +2 -2
package/lib/index.d.mts
CHANGED
|
@@ -361,41 +361,41 @@ declare module '@vue/runtime-core' {
|
|
|
361
361
|
|
|
362
362
|
export interface GlobalComponents {
|
|
363
363
|
VApp: typeof import('vuetify/components')['VApp']
|
|
364
|
-
VAlert: typeof import('vuetify/components')['VAlert']
|
|
365
|
-
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
|
366
364
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
|
367
365
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
|
368
366
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
|
367
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
|
368
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
|
369
369
|
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
|
370
370
|
VBadge: typeof import('vuetify/components')['VBadge']
|
|
371
371
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
|
372
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
|
373
372
|
VBanner: typeof import('vuetify/components')['VBanner']
|
|
374
373
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
|
375
374
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
|
375
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
|
376
376
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
|
377
377
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
|
378
378
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
|
379
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
|
379
380
|
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
|
380
381
|
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
|
381
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
|
382
|
-
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
|
383
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
|
384
382
|
VCard: typeof import('vuetify/components')['VCard']
|
|
385
383
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
|
386
384
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
|
387
385
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
|
388
386
|
VCardText: typeof import('vuetify/components')['VCardText']
|
|
389
387
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
|
390
|
-
VChip: typeof import('vuetify/components')['VChip']
|
|
391
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
|
392
388
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
|
393
389
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
|
390
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
|
391
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
|
392
|
+
VChip: typeof import('vuetify/components')['VChip']
|
|
393
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
|
394
394
|
VCode: typeof import('vuetify/components')['VCode']
|
|
395
|
-
VCombobox: typeof import('vuetify/components')['VCombobox']
|
|
396
395
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
|
397
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
|
398
396
|
VCounter: typeof import('vuetify/components')['VCounter']
|
|
397
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
|
398
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
|
399
399
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
|
400
400
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
|
401
401
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
|
@@ -403,19 +403,19 @@ declare module '@vue/runtime-core' {
|
|
|
403
403
|
VDivider: typeof import('vuetify/components')['VDivider']
|
|
404
404
|
VField: typeof import('vuetify/components')['VField']
|
|
405
405
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
|
406
|
-
VFooter: typeof import('vuetify/components')['VFooter']
|
|
407
406
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
|
407
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
|
408
|
+
VInput: typeof import('vuetify/components')['VInput']
|
|
409
|
+
VImg: typeof import('vuetify/components')['VImg']
|
|
408
410
|
VIcon: typeof import('vuetify/components')['VIcon']
|
|
409
411
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
|
410
412
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
|
411
413
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
|
412
414
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
|
413
|
-
VImg: typeof import('vuetify/components')['VImg']
|
|
414
|
-
VInput: typeof import('vuetify/components')['VInput']
|
|
415
415
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
|
416
416
|
VItem: typeof import('vuetify/components')['VItem']
|
|
417
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
|
418
417
|
VKbd: typeof import('vuetify/components')['VKbd']
|
|
418
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
|
419
419
|
VList: typeof import('vuetify/components')['VList']
|
|
420
420
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
|
421
421
|
VListImg: typeof import('vuetify/components')['VListImg']
|
|
@@ -429,22 +429,22 @@ declare module '@vue/runtime-core' {
|
|
|
429
429
|
VMenu: typeof import('vuetify/components')['VMenu']
|
|
430
430
|
VMessages: typeof import('vuetify/components')['VMessages']
|
|
431
431
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
|
432
|
-
VOverlay: typeof import('vuetify/components')['VOverlay']
|
|
433
432
|
VPagination: typeof import('vuetify/components')['VPagination']
|
|
433
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
|
434
434
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
|
435
435
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
|
436
|
-
VRating: typeof import('vuetify/components')['VRating']
|
|
437
436
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
|
438
|
-
|
|
437
|
+
VRating: typeof import('vuetify/components')['VRating']
|
|
439
438
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
|
439
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
|
440
440
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
|
441
|
-
VSheet: typeof import('vuetify/components')['VSheet']
|
|
442
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
|
443
441
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
|
444
442
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
|
445
|
-
|
|
443
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
|
444
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
|
446
445
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
|
447
446
|
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
|
447
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
|
448
448
|
VTabs: typeof import('vuetify/components')['VTabs']
|
|
449
449
|
VTab: typeof import('vuetify/components')['VTab']
|
|
450
450
|
VTable: typeof import('vuetify/components')['VTable']
|
|
@@ -458,25 +458,25 @@ declare module '@vue/runtime-core' {
|
|
|
458
458
|
VTooltip: typeof import('vuetify/components')['VTooltip']
|
|
459
459
|
VWindow: typeof import('vuetify/components')['VWindow']
|
|
460
460
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
|
461
|
-
|
|
461
|
+
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
|
462
462
|
VContainer: typeof import('vuetify/components')['VContainer']
|
|
463
463
|
VCol: typeof import('vuetify/components')['VCol']
|
|
464
464
|
VRow: typeof import('vuetify/components')['VRow']
|
|
465
465
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
|
466
466
|
VForm: typeof import('vuetify/components')['VForm']
|
|
467
|
-
|
|
467
|
+
VHover: typeof import('vuetify/components')['VHover']
|
|
468
468
|
VLayout: typeof import('vuetify/components')['VLayout']
|
|
469
469
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
|
470
470
|
VLazy: typeof import('vuetify/components')['VLazy']
|
|
471
471
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
|
472
472
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
|
473
473
|
VParallax: typeof import('vuetify/components')['VParallax']
|
|
474
|
-
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
|
475
474
|
VRadio: typeof import('vuetify/components')['VRadio']
|
|
475
|
+
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
|
476
476
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
|
477
|
+
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
|
477
478
|
VValidation: typeof import('vuetify/components')['VValidation']
|
|
478
479
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
|
479
|
-
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
|
480
480
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
|
481
481
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
|
482
482
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vuetify",
|
|
3
3
|
"description": "Vue Material Component Framework",
|
|
4
|
-
"version": "3.3.
|
|
4
|
+
"version": "3.3.8",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "John Leider",
|
|
7
7
|
"email": "john@vuetifyjs.com"
|
|
@@ -199,5 +199,5 @@
|
|
|
199
199
|
"attributes": "dist/json/attributes.json"
|
|
200
200
|
},
|
|
201
201
|
"web-types": "dist/json/web-types.json",
|
|
202
|
-
"gitHead": "
|
|
202
|
+
"gitHead": "7cf58a2fe64e1ce18f586d49fe8261fbcd535c5f"
|
|
203
203
|
}
|