@vuetify/nightly 3.7.3-master.2024-10-17 → 3.7.3-master.2024-10-21
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 +26 -26
- package/dist/json/importMap.json +154 -154
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +2762 -2762
- package/dist/vuetify-labs.esm.js +3 -3
- package/dist/vuetify-labs.js +3 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1650 -1650
- package/dist/vuetify.d.ts +54 -54
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/lib/components/VList/_variables.scss +0 -11
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +54 -54
- package/package.json +1 -1
package/dist/vuetify.min.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.3-master.2024-10-
|
2
|
+
* Vuetify v3.7.3-master.2024-10-21
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -2099,8 +2099,8 @@ if(d.install(e),e.provide(xt,u),e.provide(yn,c),e.provide(wa,d),e.provide(Lt,v),
|
|
2099
2099
|
else{const{mount:a}=e
|
2100
2100
|
e.mount=function(){const l=a(...arguments)
|
2101
2101
|
return t.nextTick((()=>c.update())),e.mount=a,l}}kt.reset(),("boolean"!=typeof __VUE_OPTIONS_API__||__VUE_OPTIONS_API__)&&e.mixin({computed:{$vuetify(){return t.reactive({defaults:uf.call(this,xt),display:uf.call(this,yn),theme:uf.call(this,wa),icons:uf.call(this,Lt),locale:uf.call(this,ga),date:uf.call(this,gu)})}}})},defaults:u,display:c,theme:d,icons:v,locale:p,date:f,goTo:m}}function uf(e){const t=this.$,a=t.parent?.provides??t.vnode.appContext?.provides
|
2102
|
-
if(a&&e in a)return a[e]}sf.version="3.7.3-master.2024-10-
|
2103
|
-
const cf=function(){return sf({components:Qp,directives:rf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},df="3.7.3-master.2024-10-
|
2102
|
+
if(a&&e in a)return a[e]}sf.version="3.7.3-master.2024-10-21"
|
2103
|
+
const cf=function(){return sf({components:Qp,directives:rf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},df="3.7.3-master.2024-10-21"
|
2104
2104
|
cf.version=df,e.blueprints=Qt,e.components=Qp,e.createVuetify=cf,e.directives=rf,e.useDate=yu,e.useDefaults=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0
|
2105
2105
|
const{props:a,provideSubDefaults:l}=_t(e,t)
|
2106
2106
|
return l(),a},e.useDisplay=Nn,e.useGoTo=Bn,e.useLayout=oa,e.useLocale=ya,e.useRtl=Va,e.useTheme=Na,e.version=df}))
|
@@ -23,15 +23,12 @@ $list-nav-subheader-font-size: .75rem !default;
|
|
23
23
|
$list-subheader-color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity)) !default;
|
24
24
|
$list-subheader-font-size: .875rem !default;
|
25
25
|
$list-subheader-font-weight: 400 !default;
|
26
|
-
$list-subheader-inset-margin: 56px !default;
|
27
26
|
$list-subheader-inset-padding-start: 56px !default;
|
28
27
|
$list-subheader-line-height: 1.375rem !default;
|
29
28
|
$list-subheader-min-height: 40px !default;
|
30
29
|
$list-subheader-padding-end: 16px !default;
|
31
|
-
$list-subheader-padding-start: 16px !default;
|
32
30
|
$list-subheader-padding-top: 0 !default;
|
33
31
|
$list-subheader-min-height-multiplier: 1 !default;
|
34
|
-
$list-subheader-text-opacity: var(--v-medium-emphasis-opacity) !default;
|
35
32
|
$list-subheader-transition: 0.2s min-height settings.$standard-easing !default;
|
36
33
|
|
37
34
|
// VListItem
|
@@ -50,7 +47,6 @@ $list-item-slim-prepend-size: 28px !default;
|
|
50
47
|
$list-item-plain-opacity: .62 !default;
|
51
48
|
$list-item-rounded-border-radius: map.get(settings.$rounded, null) !default;
|
52
49
|
$list-item-one-line-min-height: 48px !default;
|
53
|
-
$list-item-one-line-padding: 8px 16px !default;
|
54
50
|
$list-item-two-line-min-height: 64px !default;
|
55
51
|
$list-item-two-line-padding: 12px 16px !default;
|
56
52
|
$list-item-three-line-min-height: 88px !default;
|
@@ -58,11 +54,8 @@ $list-item-three-line-padding: 16px 16px !default;
|
|
58
54
|
|
59
55
|
$list-item-action-spacer-width: 16px !default;
|
60
56
|
$list-item-slim-action-spacer-width: 4px !default;
|
61
|
-
$list-item-avatar-align-self: flex-start !default;
|
62
57
|
$list-item-avatar-margin-end: 16px !default;
|
63
58
|
$list-item-avatar-margin-start: 16px !default;
|
64
|
-
$list-item-avatar-size: 40px !default;
|
65
|
-
$list-item-avatar-margin-y: 4px !default;
|
66
59
|
$list-item-slim-spacer-width: 20px !default;
|
67
60
|
$list-item-slim-avatar-spacer-width: 4px !default;
|
68
61
|
|
@@ -71,8 +64,6 @@ $list-item-action-margin-start: 8px !default;
|
|
71
64
|
|
72
65
|
$list-item-icon-margin-end: 32px !default;
|
73
66
|
$list-item-icon-margin-start: 32px !default;
|
74
|
-
$list-item-slim-icon-margin: 8px !default;
|
75
|
-
$list-item-icon-size: 16px !default;
|
76
67
|
|
77
68
|
$list-item-media-margin-bottom: 0 !default;
|
78
69
|
$list-item-media-margin-end: 16px !default;
|
@@ -105,13 +96,11 @@ $list-item-subtitle-word-break: initial !default;
|
|
105
96
|
|
106
97
|
$list-item-title-font-size: tools.map-deep-get(settings.$typography, 'body-1', 'size') !default;
|
107
98
|
$list-item-title-font-weight: tools.map-deep-get(settings.$typography, 'body-1', 'weight') !default;
|
108
|
-
$list-item-title-header-padding: 0 !default;
|
109
99
|
$list-item-title-hyphens: auto !default;
|
110
100
|
$list-item-title-letter-spacing: tools.map-deep-get(settings.$typography, 'subtitle-1', 'letter-spacing') !default;
|
111
101
|
$list-item-title-line-height: tools.map-deep-get(settings.$typography, 'body-1', 'line-height') !default;
|
112
102
|
$list-item-title-overflow-wrap: normal !default;
|
113
103
|
$list-item-title-padding: 0 !default;
|
114
|
-
$list-item-title-text-overflow: ellipsis !default;
|
115
104
|
$list-item-title-text-transform: none !default;
|
116
105
|
$list-item-title-word-break: normal !default;
|
117
106
|
$list-item-title-word-wrap: break-word !default;
|
package/lib/entry-bundler.mjs
CHANGED
@@ -16,7 +16,7 @@ export const createVuetify = function () {
|
|
16
16
|
...options
|
17
17
|
});
|
18
18
|
};
|
19
|
-
export const version = "3.7.3-master.2024-10-
|
19
|
+
export const version = "3.7.3-master.2024-10-21";
|
20
20
|
createVuetify.version = version;
|
21
21
|
export { blueprints, components, directives };
|
22
22
|
export * from "./composables/index.mjs";
|
package/lib/framework.mjs
CHANGED
package/lib/index.d.mts
CHANGED
@@ -486,48 +486,41 @@ declare module 'vue' {
|
|
486
486
|
$children?: VNodeChild
|
487
487
|
}
|
488
488
|
export interface GlobalComponents {
|
489
|
-
|
489
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
490
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
490
491
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
491
492
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
492
493
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
494
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
495
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
496
|
+
VApp: typeof import('vuetify/components')['VApp']
|
493
497
|
VBanner: typeof import('vuetify/components')['VBanner']
|
494
498
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
495
499
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
496
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
497
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
498
|
-
VAlert: typeof import('vuetify/components')['VAlert']
|
499
|
-
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
500
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
501
500
|
VBadge: typeof import('vuetify/components')['VBadge']
|
502
501
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
503
502
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
504
503
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
505
|
-
|
504
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
505
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
506
506
|
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
507
507
|
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
508
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
508
509
|
VCard: typeof import('vuetify/components')['VCard']
|
509
510
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
510
511
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
511
512
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
512
513
|
VCardText: typeof import('vuetify/components')['VCardText']
|
513
514
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
514
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
515
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
516
515
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
517
516
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
518
|
-
VChip: typeof import('vuetify/components')['VChip']
|
519
517
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
520
518
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
519
|
+
VChip: typeof import('vuetify/components')['VChip']
|
520
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
521
521
|
VCode: typeof import('vuetify/components')['VCode']
|
522
|
-
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
523
|
-
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
524
|
-
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
525
|
-
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
526
|
-
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
527
|
-
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
528
|
-
VCounter: typeof import('vuetify/components')['VCounter']
|
529
522
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
530
|
-
|
523
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
531
524
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
532
525
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
533
526
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -535,32 +528,37 @@ declare module 'vue' {
|
|
535
528
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
536
529
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
537
530
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
538
|
-
|
531
|
+
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
532
|
+
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
533
|
+
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
534
|
+
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
535
|
+
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
536
|
+
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
539
537
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
538
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
539
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
540
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
540
541
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
541
542
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
542
543
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
543
544
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
544
|
-
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
545
|
-
VField: typeof import('vuetify/components')['VField']
|
546
|
-
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
547
545
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
548
546
|
VFab: typeof import('vuetify/components')['VFab']
|
547
|
+
VField: typeof import('vuetify/components')['VField']
|
548
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
549
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
549
550
|
VIcon: typeof import('vuetify/components')['VIcon']
|
550
551
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
551
552
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
552
553
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
553
554
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
554
|
-
|
555
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
555
556
|
VImg: typeof import('vuetify/components')['VImg']
|
557
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
556
558
|
VInput: typeof import('vuetify/components')['VInput']
|
559
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
557
560
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
558
561
|
VItem: typeof import('vuetify/components')['VItem']
|
559
|
-
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
560
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
561
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
562
|
-
VMenu: typeof import('vuetify/components')['VMenu']
|
563
|
-
VMain: typeof import('vuetify/components')['VMain']
|
564
562
|
VList: typeof import('vuetify/components')['VList']
|
565
563
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
566
564
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -571,68 +569,70 @@ declare module 'vue' {
|
|
571
569
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
572
570
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
573
571
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
572
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
574
573
|
VMessages: typeof import('vuetify/components')['VMessages']
|
575
|
-
VPagination: typeof import('vuetify/components')['VPagination']
|
576
|
-
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
577
|
-
VOverlay: typeof import('vuetify/components')['VOverlay']
|
578
|
-
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
579
574
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
575
|
+
VMain: typeof import('vuetify/components')['VMain']
|
576
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
577
|
+
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
580
578
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
581
|
-
|
579
|
+
VPagination: typeof import('vuetify/components')['VPagination']
|
580
|
+
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
581
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
582
582
|
VRating: typeof import('vuetify/components')['VRating']
|
583
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
583
584
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
584
|
-
VSelect: typeof import('vuetify/components')['VSelect']
|
585
|
-
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
586
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
587
585
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
588
586
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
587
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
588
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
589
589
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
590
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
591
590
|
VStepper: typeof import('vuetify/components')['VStepper']
|
592
591
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
593
592
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
594
593
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
595
594
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
596
595
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
597
|
-
|
596
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
598
597
|
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
598
|
+
VTable: typeof import('vuetify/components')['VTable']
|
599
599
|
VTab: typeof import('vuetify/components')['VTab']
|
600
600
|
VTabs: typeof import('vuetify/components')['VTabs']
|
601
601
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
602
602
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
603
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
604
|
-
VTable: typeof import('vuetify/components')['VTable']
|
605
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
606
|
-
VTimeline: typeof import('vuetify/components')['VTimeline']
|
607
|
-
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
608
603
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
609
604
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
610
605
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
611
606
|
VTextField: typeof import('vuetify/components')['VTextField']
|
607
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
608
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
609
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
610
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
612
611
|
VWindow: typeof import('vuetify/components')['VWindow']
|
613
612
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
613
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
614
614
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
615
615
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
616
616
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
617
|
+
VForm: typeof import('vuetify/components')['VForm']
|
617
618
|
VContainer: typeof import('vuetify/components')['VContainer']
|
618
619
|
VCol: typeof import('vuetify/components')['VCol']
|
619
620
|
VRow: typeof import('vuetify/components')['VRow']
|
620
621
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
621
|
-
VForm: typeof import('vuetify/components')['VForm']
|
622
622
|
VHover: typeof import('vuetify/components')['VHover']
|
623
623
|
VLayout: typeof import('vuetify/components')['VLayout']
|
624
624
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
625
625
|
VLazy: typeof import('vuetify/components')['VLazy']
|
626
626
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
627
627
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
628
|
-
VParallax: typeof import('vuetify/components')['VParallax']
|
629
|
-
VRadio: typeof import('vuetify/components')['VRadio']
|
630
628
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
629
|
+
VRadio: typeof import('vuetify/components')['VRadio']
|
630
|
+
VParallax: typeof import('vuetify/components')['VParallax']
|
631
631
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
632
632
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
633
633
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
634
|
-
VValidation: typeof import('vuetify/components')['VValidation']
|
635
634
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
635
|
+
VValidation: typeof import('vuetify/components')['VValidation']
|
636
636
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
637
637
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
638
638
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
@@ -650,21 +650,21 @@ declare module 'vue' {
|
|
650
650
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
651
651
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
652
652
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
653
|
-
|
654
|
-
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
655
|
-
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
656
|
-
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
657
|
-
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
658
|
-
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
653
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
659
654
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
660
655
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
661
656
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
662
657
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
663
658
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
664
|
-
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
665
659
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
666
660
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
667
661
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
662
|
+
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
663
|
+
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
664
|
+
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
665
|
+
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
666
|
+
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
667
|
+
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
668
668
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
669
669
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
670
670
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|