vuetify 3.6.13 → 3.7.0-beta.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/attributes.json +166 -26
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +138 -138
- package/dist/json/tags.json +40 -5
- package/dist/json/web-types.json +394 -41
- package/dist/vuetify-labs.css +2300 -2284
- package/dist/vuetify-labs.d.ts +12763 -12509
- package/dist/vuetify-labs.esm.js +153 -145
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +153 -145
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +887 -871
- package/dist/vuetify.d.ts +11161 -10982
- package/dist/vuetify.esm.js +107 -65
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +107 -65
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1076 -1078
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/index.d.mts +55 -55
- package/lib/components/VAppBar/index.d.mts +175 -169
- package/lib/components/VAutocomplete/VAutocomplete.mjs +15 -8
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +635 -634
- package/lib/components/VAvatar/VAvatar.css +7 -0
- package/lib/components/VAvatar/VAvatar.mjs +6 -1
- package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
- package/lib/components/VAvatar/VAvatar.sass +1 -0
- package/lib/components/VAvatar/_variables.scss +13 -0
- package/lib/components/VAvatar/index.d.mts +36 -30
- package/lib/components/VBadge/index.d.mts +58 -58
- package/lib/components/VBanner/index.d.mts +59 -59
- package/lib/components/VBottomNavigation/index.d.mts +58 -58
- package/lib/components/VBottomSheet/index.d.mts +125 -125
- package/lib/components/VBreadcrumbs/index.d.mts +42 -42
- package/lib/components/VBtn/VBtn.mjs +3 -1
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/index.d.mts +113 -107
- package/lib/components/VBtnGroup/index.d.mts +23 -23
- package/lib/components/VBtnToggle/index.d.mts +40 -40
- package/lib/components/VCard/index.d.mts +93 -93
- package/lib/components/VCarousel/index.d.mts +130 -121
- package/lib/components/VCheckbox/index.d.mts +166 -166
- package/lib/components/VChip/index.d.mts +86 -86
- package/lib/components/VChipGroup/index.d.mts +46 -46
- package/lib/components/VColorPicker/index.d.mts +96 -96
- package/lib/components/VCombobox/VCombobox.mjs +15 -8
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +635 -634
- package/lib/components/VConfirmEdit/index.d.mts +2 -2
- package/lib/components/VCounter/index.d.mts +27 -27
- package/lib/components/VDataIterator/index.d.mts +50 -50
- package/lib/components/VDataTable/index.d.mts +253 -253
- package/lib/components/VDatePicker/index.d.mts +134 -134
- package/lib/components/VDialog/index.d.mts +378 -378
- package/lib/components/VDivider/index.d.mts +15 -15
- package/lib/components/VEmptyState/index.d.mts +47 -47
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +7 -2
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +196 -124
- package/lib/components/VFab/index.d.mts +233 -227
- package/lib/components/VField/index.d.mts +46 -46
- package/lib/components/VFileInput/index.d.mts +243 -243
- package/lib/components/VFooter/index.d.mts +50 -50
- package/lib/components/VForm/index.d.mts +9 -9
- package/lib/components/VGrid/VContainer.mjs +6 -1
- package/lib/components/VGrid/VContainer.mjs.map +1 -1
- package/lib/components/VGrid/index.d.mts +178 -142
- package/lib/components/VIcon/index.d.mts +24 -24
- package/lib/components/VImg/VImg.css +9 -0
- package/lib/components/VImg/VImg.mjs +2 -0
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VImg/VImg.sass +9 -0
- package/lib/components/VImg/index.d.mts +101 -92
- package/lib/components/VInfiniteScroll/index.d.mts +22 -22
- package/lib/components/VInput/index.d.mts +53 -53
- package/lib/components/VItemGroup/index.d.mts +17 -17
- package/lib/components/VLabel/index.d.mts +8 -8
- package/lib/components/VLayout/index.d.mts +36 -36
- package/lib/components/VLazy/index.d.mts +31 -31
- package/lib/components/VList/VListItem.css +2 -2
- package/lib/components/VList/VListItem.mjs +2 -0
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItem.sass +1 -1
- package/lib/components/VList/index.d.mts +191 -190
- package/lib/components/VLocaleProvider/index.d.mts +7 -7
- package/lib/components/VMain/index.d.mts +10 -10
- package/lib/components/VMenu/VMenu.mjs +7 -5
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +423 -423
- package/lib/components/VMessages/index.d.mts +20 -20
- package/lib/components/VNavigationDrawer/index.d.mts +72 -72
- package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -1
- package/lib/components/VOtpInput/index.d.mts +88 -88
- package/lib/components/VOverlay/index.d.mts +104 -104
- package/lib/components/VOverlay/locationStrategies.mjs +0 -6
- package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
- package/lib/components/VPagination/index.d.mts +55 -55
- package/lib/components/VParallax/index.d.mts +7 -7
- package/lib/components/VProgressCircular/index.d.mts +24 -24
- package/lib/components/VProgressLinear/index.d.mts +52 -52
- package/lib/components/VRadio/index.d.mts +41 -41
- package/lib/components/VRadioGroup/index.d.mts +97 -97
- package/lib/components/VRangeSlider/index.d.mts +94 -94
- package/lib/components/VRating/index.d.mts +22 -22
- package/lib/components/VResponsive/index.d.mts +23 -23
- package/lib/components/VSelect/VSelect.mjs +15 -13
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +635 -634
- package/lib/components/VSelect/useScrolling.mjs +3 -3
- package/lib/components/VSelect/useScrolling.mjs.map +1 -1
- package/lib/components/VSelectionControl/index.d.mts +43 -43
- package/lib/components/VSelectionControlGroup/index.d.mts +39 -39
- package/lib/components/VSheet/index.d.mts +34 -34
- package/lib/components/VSkeletonLoader/index.d.mts +17 -17
- package/lib/components/VSlideGroup/VSlideGroup.mjs +3 -1
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlideGroup/index.d.mts +39 -33
- package/lib/components/VSlider/index.d.mts +87 -87
- package/lib/components/VSnackbar/index.d.mts +436 -436
- package/lib/components/VSparkline/index.d.mts +38 -38
- package/lib/components/VSpeedDial/index.d.mts +185 -185
- package/lib/components/VStepper/index.d.mts +119 -119
- package/lib/components/VSwitch/index.d.mts +100 -100
- package/lib/components/VSystemBar/index.d.mts +39 -39
- package/lib/components/VTable/index.d.mts +4 -4
- package/lib/components/VTabs/index.d.mts +530 -512
- package/lib/components/VTextField/index.d.mts +397 -397
- package/lib/components/VTextarea/index.d.mts +274 -274
- package/lib/components/VTimeline/index.d.mts +26 -26
- package/lib/components/VToolbar/index.d.mts +53 -53
- package/lib/components/VTooltip/index.d.mts +451 -451
- package/lib/components/VValidation/index.d.mts +22 -21
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs +2 -0
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
- package/lib/components/VVirtualScroll/index.d.mts +13 -10
- package/lib/components/VWindow/index.d.mts +31 -31
- package/lib/components/index.d.mts +11225 -11046
- package/lib/components/transitions/index.d.mts +200 -200
- package/lib/composables/nested/nested.mjs +3 -4
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/nested/openStrategies.mjs +4 -2
- package/lib/composables/nested/openStrategies.mjs.map +1 -1
- package/lib/composables/nested/selectStrategies.mjs +5 -5
- package/lib/composables/nested/selectStrategies.mjs.map +1 -1
- package/lib/composables/validation.mjs +8 -6
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/composables/virtual.mjs +1 -0
- package/lib/composables/virtual.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 +44 -44
- package/lib/labs/VCalendar/index.d.mts +52 -52
- package/lib/labs/VDateInput/index.d.mts +244 -244
- package/lib/labs/VNumberInput/index.d.mts +235 -235
- package/lib/labs/VPicker/index.d.mts +45 -45
- package/lib/labs/VSnackbarQueue/index.d.mts +642 -642
- package/lib/labs/VStepperVertical/index.d.mts +224 -188
- package/lib/labs/VTimePicker/VTimePickerClock.mjs +0 -1
- package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
- package/lib/labs/VTimePicker/index.d.mts +115 -115
- package/lib/labs/VTreeview/VTreeview.mjs +7 -5
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs +33 -10
- package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.css +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.mjs +14 -74
- package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.sass +2 -5
- package/lib/labs/VTreeview/index.d.mts +270 -253
- package/lib/labs/components.d.mts +1835 -1782
- package/lib/util/helpers.mjs +5 -0
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +10 -5
package/lib/index.d.mts
CHANGED
|
@@ -464,23 +464,25 @@ declare global {
|
|
|
464
464
|
}
|
|
465
465
|
}
|
|
466
466
|
interface _GlobalComponents {
|
|
467
|
-
|
|
468
|
-
VAlert: typeof import('vuetify/components')['VAlert']
|
|
469
|
-
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
|
467
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
|
470
468
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
|
471
469
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
|
472
470
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
|
473
|
-
|
|
471
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
|
472
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
|
473
|
+
VApp: typeof import('vuetify/components')['VApp']
|
|
474
474
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
|
475
475
|
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
|
476
|
-
|
|
476
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
|
477
477
|
VBanner: typeof import('vuetify/components')['VBanner']
|
|
478
478
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
|
479
479
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
|
480
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
|
480
481
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
|
481
482
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
|
482
483
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
|
483
|
-
|
|
484
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
|
485
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
|
484
486
|
VBtn: typeof import('vuetify/components')['VBtn']
|
|
485
487
|
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
|
486
488
|
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
|
@@ -490,22 +492,13 @@ interface _GlobalComponents {
|
|
|
490
492
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
|
491
493
|
VCardText: typeof import('vuetify/components')['VCardText']
|
|
492
494
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
|
493
|
-
VCarousel: typeof import('vuetify/components')['VCarousel']
|
|
494
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
|
495
495
|
VChip: typeof import('vuetify/components')['VChip']
|
|
496
496
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
|
497
497
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
|
498
498
|
VCode: typeof import('vuetify/components')['VCode']
|
|
499
499
|
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
|
500
|
-
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
|
501
500
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
|
502
|
-
|
|
503
|
-
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
|
504
|
-
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
|
505
|
-
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
|
506
|
-
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
|
507
|
-
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
|
508
|
-
VCounter: typeof import('vuetify/components')['VCounter']
|
|
501
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
|
509
502
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
|
510
503
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
|
511
504
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
|
@@ -513,30 +506,37 @@ interface _GlobalComponents {
|
|
|
513
506
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
|
514
507
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
|
515
508
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
|
509
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
|
510
|
+
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
|
511
|
+
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
|
512
|
+
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
|
513
|
+
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
|
514
|
+
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
|
515
|
+
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
|
516
516
|
VDialog: typeof import('vuetify/components')['VDialog']
|
|
517
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
|
518
517
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
|
519
518
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
|
520
519
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
|
521
520
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
|
522
521
|
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
|
523
|
-
|
|
524
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
|
522
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
|
525
523
|
VField: typeof import('vuetify/components')['VField']
|
|
526
524
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
|
527
525
|
VFooter: typeof import('vuetify/components')['VFooter']
|
|
526
|
+
VFab: typeof import('vuetify/components')['VFab']
|
|
527
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
|
528
528
|
VIcon: typeof import('vuetify/components')['VIcon']
|
|
529
529
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
|
530
530
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
|
531
531
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
|
532
532
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
|
533
|
+
VImg: typeof import('vuetify/components')['VImg']
|
|
533
534
|
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
|
535
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
|
534
536
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
|
535
537
|
VItem: typeof import('vuetify/components')['VItem']
|
|
536
|
-
VImg: typeof import('vuetify/components')['VImg']
|
|
537
|
-
VInput: typeof import('vuetify/components')['VInput']
|
|
538
538
|
VLabel: typeof import('vuetify/components')['VLabel']
|
|
539
|
-
|
|
539
|
+
VInput: typeof import('vuetify/components')['VInput']
|
|
540
540
|
VList: typeof import('vuetify/components')['VList']
|
|
541
541
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
|
542
542
|
VListImg: typeof import('vuetify/components')['VListImg']
|
|
@@ -547,56 +547,56 @@ interface _GlobalComponents {
|
|
|
547
547
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
|
548
548
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
|
549
549
|
VMain: typeof import('vuetify/components')['VMain']
|
|
550
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
|
550
551
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
|
551
|
-
VOverlay: typeof import('vuetify/components')['VOverlay']
|
|
552
552
|
VMessages: typeof import('vuetify/components')['VMessages']
|
|
553
|
-
|
|
554
|
-
VPagination: typeof import('vuetify/components')['VPagination']
|
|
553
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
|
555
554
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
|
555
|
+
VPagination: typeof import('vuetify/components')['VPagination']
|
|
556
556
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
|
557
|
-
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
|
558
557
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
|
558
|
+
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
|
559
559
|
VRating: typeof import('vuetify/components')['VRating']
|
|
560
|
-
VSelect: typeof import('vuetify/components')['VSelect']
|
|
561
560
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
|
561
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
|
562
562
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
|
563
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
|
564
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
|
563
565
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
|
564
566
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
|
565
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
|
566
|
-
VSheet: typeof import('vuetify/components')['VSheet']
|
|
567
567
|
VSlider: typeof import('vuetify/components')['VSlider']
|
|
568
568
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
|
569
569
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
|
570
570
|
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
|
571
|
-
|
|
571
|
+
VTab: typeof import('vuetify/components')['VTab']
|
|
572
|
+
VTabs: typeof import('vuetify/components')['VTabs']
|
|
573
|
+
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
|
574
|
+
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
|
572
575
|
VStepper: typeof import('vuetify/components')['VStepper']
|
|
573
576
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
|
574
577
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
|
575
578
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
|
576
579
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
|
577
580
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
|
578
|
-
VTab: typeof import('vuetify/components')['VTab']
|
|
579
|
-
VTabs: typeof import('vuetify/components')['VTabs']
|
|
580
|
-
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
|
581
|
-
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
|
582
581
|
VTable: typeof import('vuetify/components')['VTable']
|
|
582
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
|
583
583
|
VTextField: typeof import('vuetify/components')['VTextField']
|
|
584
|
-
VTimeline: typeof import('vuetify/components')['VTimeline']
|
|
585
|
-
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
|
586
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
|
587
584
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
|
588
585
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
|
589
586
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
|
587
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
|
588
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
|
589
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
|
590
590
|
VWindow: typeof import('vuetify/components')['VWindow']
|
|
591
591
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
|
592
592
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
|
593
593
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
|
594
594
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
|
595
|
-
VForm: typeof import('vuetify/components')['VForm']
|
|
596
595
|
VContainer: typeof import('vuetify/components')['VContainer']
|
|
597
596
|
VCol: typeof import('vuetify/components')['VCol']
|
|
598
597
|
VRow: typeof import('vuetify/components')['VRow']
|
|
599
598
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
|
599
|
+
VForm: typeof import('vuetify/components')['VForm']
|
|
600
600
|
VHover: typeof import('vuetify/components')['VHover']
|
|
601
601
|
VLayout: typeof import('vuetify/components')['VLayout']
|
|
602
602
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
|
@@ -607,10 +607,9 @@ interface _GlobalComponents {
|
|
|
607
607
|
VRadio: typeof import('vuetify/components')['VRadio']
|
|
608
608
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
|
609
609
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
|
610
|
-
VSparkline: typeof import('vuetify/components')['VSparkline']
|
|
611
610
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
|
611
|
+
VSparkline: typeof import('vuetify/components')['VSparkline']
|
|
612
612
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
|
613
|
-
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
|
614
613
|
VValidation: typeof import('vuetify/components')['VValidation']
|
|
615
614
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
|
616
615
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
|
@@ -628,18 +627,19 @@ interface _GlobalComponents {
|
|
|
628
627
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
|
629
628
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
|
630
629
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
|
630
|
+
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
|
631
631
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
|
632
632
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
|
633
633
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
|
634
634
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
|
635
635
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
|
636
636
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
|
637
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
|
638
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
|
639
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
|
637
640
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
|
638
641
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
|
639
642
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
|
640
|
-
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
|
641
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
|
642
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
|
643
643
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
|
644
644
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
|
645
645
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
|
@@ -647,8 +647,8 @@ interface _GlobalComponents {
|
|
|
647
647
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
|
648
648
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
|
649
649
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
|
650
|
-
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
|
651
650
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
|
651
|
+
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
|
652
652
|
}
|
|
653
653
|
declare module 'vue' {
|
|
654
654
|
export type JSXComponent<Props = any> = { new (): ComponentPublicInstance<Props> } | FunctionalComponent<Props>
|
|
@@ -12,7 +12,7 @@ declare const VCalendar: {
|
|
|
12
12
|
day: Record<string, any>;
|
|
13
13
|
nextIcon: string;
|
|
14
14
|
prevIcon: string;
|
|
15
|
-
viewMode: "
|
|
15
|
+
viewMode: "day" | "month" | "week";
|
|
16
16
|
showAdjacentMonths: boolean;
|
|
17
17
|
weekdays: number[];
|
|
18
18
|
weeksInMonth: "static" | "dynamic";
|
|
@@ -26,13 +26,13 @@ declare const VCalendar: {
|
|
|
26
26
|
intervals: number;
|
|
27
27
|
hideWeekNumber: boolean;
|
|
28
28
|
} & {
|
|
29
|
-
|
|
29
|
+
max?: unknown;
|
|
30
|
+
min?: unknown;
|
|
30
31
|
title?: string | undefined;
|
|
31
32
|
month?: string | number | undefined;
|
|
32
33
|
year?: string | number | undefined;
|
|
34
|
+
events?: any[] | undefined;
|
|
33
35
|
modelValue?: unknown[] | undefined;
|
|
34
|
-
max?: unknown;
|
|
35
|
-
min?: unknown;
|
|
36
36
|
firstDayOfWeek?: string | number | undefined;
|
|
37
37
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
|
38
38
|
displayValue?: unknown;
|
|
@@ -136,7 +136,7 @@ declare const VCalendar: {
|
|
|
136
136
|
day: Record<string, any>;
|
|
137
137
|
nextIcon: string;
|
|
138
138
|
prevIcon: string;
|
|
139
|
-
viewMode: "
|
|
139
|
+
viewMode: "day" | "month" | "week";
|
|
140
140
|
showAdjacentMonths: boolean;
|
|
141
141
|
weekdays: number[];
|
|
142
142
|
weeksInMonth: "static" | "dynamic";
|
|
@@ -150,13 +150,13 @@ declare const VCalendar: {
|
|
|
150
150
|
intervals: number;
|
|
151
151
|
hideWeekNumber: boolean;
|
|
152
152
|
} & {
|
|
153
|
-
|
|
153
|
+
max?: unknown;
|
|
154
|
+
min?: unknown;
|
|
154
155
|
title?: string | undefined;
|
|
155
156
|
month?: string | number | undefined;
|
|
156
157
|
year?: string | number | undefined;
|
|
158
|
+
events?: any[] | undefined;
|
|
157
159
|
modelValue?: unknown[] | undefined;
|
|
158
|
-
max?: unknown;
|
|
159
|
-
min?: unknown;
|
|
160
160
|
firstDayOfWeek?: string | number | undefined;
|
|
161
161
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
|
162
162
|
displayValue?: unknown;
|
|
@@ -201,7 +201,7 @@ declare const VCalendar: {
|
|
|
201
201
|
day: Record<string, any>;
|
|
202
202
|
nextIcon: string;
|
|
203
203
|
prevIcon: string;
|
|
204
|
-
viewMode: "
|
|
204
|
+
viewMode: "day" | "month" | "week";
|
|
205
205
|
showAdjacentMonths: boolean;
|
|
206
206
|
weekdays: number[];
|
|
207
207
|
weeksInMonth: "static" | "dynamic";
|
|
@@ -240,7 +240,7 @@ declare const VCalendar: {
|
|
|
240
240
|
day: Record<string, any>;
|
|
241
241
|
nextIcon: string;
|
|
242
242
|
prevIcon: string;
|
|
243
|
-
viewMode: "
|
|
243
|
+
viewMode: "day" | "month" | "week";
|
|
244
244
|
showAdjacentMonths: boolean;
|
|
245
245
|
weekdays: number[];
|
|
246
246
|
weeksInMonth: "static" | "dynamic";
|
|
@@ -254,13 +254,13 @@ declare const VCalendar: {
|
|
|
254
254
|
intervals: number;
|
|
255
255
|
hideWeekNumber: boolean;
|
|
256
256
|
} & {
|
|
257
|
-
|
|
257
|
+
max?: unknown;
|
|
258
|
+
min?: unknown;
|
|
258
259
|
title?: string | undefined;
|
|
259
260
|
month?: string | number | undefined;
|
|
260
261
|
year?: string | number | undefined;
|
|
262
|
+
events?: any[] | undefined;
|
|
261
263
|
modelValue?: unknown[] | undefined;
|
|
262
|
-
max?: unknown;
|
|
263
|
-
min?: unknown;
|
|
264
264
|
firstDayOfWeek?: string | number | undefined;
|
|
265
265
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
|
266
266
|
displayValue?: unknown;
|
|
@@ -360,7 +360,7 @@ declare const VCalendar: {
|
|
|
360
360
|
day: Record<string, any>;
|
|
361
361
|
nextIcon: string;
|
|
362
362
|
prevIcon: string;
|
|
363
|
-
viewMode: "
|
|
363
|
+
viewMode: "day" | "month" | "week";
|
|
364
364
|
showAdjacentMonths: boolean;
|
|
365
365
|
weekdays: number[];
|
|
366
366
|
weeksInMonth: "static" | "dynamic";
|
|
@@ -383,7 +383,7 @@ declare const VCalendar: {
|
|
|
383
383
|
day: Record<string, any>;
|
|
384
384
|
nextIcon: string;
|
|
385
385
|
prevIcon: string;
|
|
386
|
-
viewMode: "
|
|
386
|
+
viewMode: "day" | "month" | "week";
|
|
387
387
|
showAdjacentMonths: boolean;
|
|
388
388
|
weekdays: number[];
|
|
389
389
|
weeksInMonth: "static" | "dynamic";
|
|
@@ -397,13 +397,13 @@ declare const VCalendar: {
|
|
|
397
397
|
intervals: number;
|
|
398
398
|
hideWeekNumber: boolean;
|
|
399
399
|
} & {
|
|
400
|
-
|
|
400
|
+
max?: unknown;
|
|
401
|
+
min?: unknown;
|
|
401
402
|
title?: string | undefined;
|
|
402
403
|
month?: string | number | undefined;
|
|
403
404
|
year?: string | number | undefined;
|
|
405
|
+
events?: any[] | undefined;
|
|
404
406
|
modelValue?: unknown[] | undefined;
|
|
405
|
-
max?: unknown;
|
|
406
|
-
min?: unknown;
|
|
407
407
|
firstDayOfWeek?: string | number | undefined;
|
|
408
408
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
|
409
409
|
displayValue?: unknown;
|
|
@@ -507,7 +507,7 @@ declare const VCalendar: {
|
|
|
507
507
|
day: Record<string, any>;
|
|
508
508
|
nextIcon: string;
|
|
509
509
|
prevIcon: string;
|
|
510
|
-
viewMode: "
|
|
510
|
+
viewMode: "day" | "month" | "week";
|
|
511
511
|
showAdjacentMonths: boolean;
|
|
512
512
|
weekdays: number[];
|
|
513
513
|
weeksInMonth: "static" | "dynamic";
|
|
@@ -548,7 +548,7 @@ declare const VCalendar: {
|
|
|
548
548
|
default: string;
|
|
549
549
|
};
|
|
550
550
|
viewMode: {
|
|
551
|
-
type: vue.PropType<"
|
|
551
|
+
type: vue.PropType<"day" | "month" | "week">;
|
|
552
552
|
default: string;
|
|
553
553
|
};
|
|
554
554
|
day: {
|
|
@@ -583,7 +583,7 @@ declare const VCalendar: {
|
|
|
583
583
|
default: number;
|
|
584
584
|
};
|
|
585
585
|
intervalFormat: {
|
|
586
|
-
type: (
|
|
586
|
+
type: (FunctionConstructor | StringConstructor)[];
|
|
587
587
|
default: string;
|
|
588
588
|
};
|
|
589
589
|
intervalStart: {
|
|
@@ -643,7 +643,7 @@ declare const VCalendar: {
|
|
|
643
643
|
default: string;
|
|
644
644
|
};
|
|
645
645
|
viewMode: {
|
|
646
|
-
type: vue.PropType<"
|
|
646
|
+
type: vue.PropType<"day" | "month" | "week">;
|
|
647
647
|
default: string;
|
|
648
648
|
};
|
|
649
649
|
day: {
|
|
@@ -678,7 +678,7 @@ declare const VCalendar: {
|
|
|
678
678
|
default: number;
|
|
679
679
|
};
|
|
680
680
|
intervalFormat: {
|
|
681
|
-
type: (
|
|
681
|
+
type: (FunctionConstructor | StringConstructor)[];
|
|
682
682
|
default: string;
|
|
683
683
|
};
|
|
684
684
|
intervalStart: {
|
|
@@ -896,7 +896,7 @@ declare const VCalendarDay: {
|
|
|
896
896
|
default: number;
|
|
897
897
|
};
|
|
898
898
|
intervalFormat: {
|
|
899
|
-
type: (
|
|
899
|
+
type: (FunctionConstructor | StringConstructor)[];
|
|
900
900
|
default: string;
|
|
901
901
|
};
|
|
902
902
|
intervalStart: {
|
|
@@ -941,7 +941,7 @@ declare const VCalendarDay: {
|
|
|
941
941
|
default: number;
|
|
942
942
|
};
|
|
943
943
|
intervalFormat: {
|
|
944
|
-
type: (
|
|
944
|
+
type: (FunctionConstructor | StringConstructor)[];
|
|
945
945
|
default: string;
|
|
946
946
|
};
|
|
947
947
|
intervalStart: {
|
|
@@ -961,7 +961,7 @@ declare const VCalendarHeader: {
|
|
|
961
961
|
text: string;
|
|
962
962
|
nextIcon: string;
|
|
963
963
|
prevIcon: string;
|
|
964
|
-
viewMode: "
|
|
964
|
+
viewMode: "day" | "month" | "week";
|
|
965
965
|
} & {
|
|
966
966
|
title?: string | undefined;
|
|
967
967
|
} & {
|
|
@@ -985,7 +985,7 @@ declare const VCalendarHeader: {
|
|
|
985
985
|
text: string;
|
|
986
986
|
nextIcon: string;
|
|
987
987
|
prevIcon: string;
|
|
988
|
-
viewMode: "
|
|
988
|
+
viewMode: "day" | "month" | "week";
|
|
989
989
|
} & {
|
|
990
990
|
title?: string | undefined;
|
|
991
991
|
} & {
|
|
@@ -1005,7 +1005,7 @@ declare const VCalendarHeader: {
|
|
|
1005
1005
|
text: string;
|
|
1006
1006
|
nextIcon: string;
|
|
1007
1007
|
prevIcon: string;
|
|
1008
|
-
viewMode: "
|
|
1008
|
+
viewMode: "day" | "month" | "week";
|
|
1009
1009
|
}, true, {}, vue.SlotsType<Partial<{
|
|
1010
1010
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1011
1011
|
[key: string]: any;
|
|
@@ -1021,7 +1021,7 @@ declare const VCalendarHeader: {
|
|
|
1021
1021
|
text: string;
|
|
1022
1022
|
nextIcon: string;
|
|
1023
1023
|
prevIcon: string;
|
|
1024
|
-
viewMode: "
|
|
1024
|
+
viewMode: "day" | "month" | "week";
|
|
1025
1025
|
} & {
|
|
1026
1026
|
title?: string | undefined;
|
|
1027
1027
|
} & {
|
|
@@ -1041,7 +1041,7 @@ declare const VCalendarHeader: {
|
|
|
1041
1041
|
text: string;
|
|
1042
1042
|
nextIcon: string;
|
|
1043
1043
|
prevIcon: string;
|
|
1044
|
-
viewMode: "
|
|
1044
|
+
viewMode: "day" | "month" | "week";
|
|
1045
1045
|
}>;
|
|
1046
1046
|
__isFragment?: undefined;
|
|
1047
1047
|
__isTeleport?: undefined;
|
|
@@ -1050,7 +1050,7 @@ declare const VCalendarHeader: {
|
|
|
1050
1050
|
text: string;
|
|
1051
1051
|
nextIcon: string;
|
|
1052
1052
|
prevIcon: string;
|
|
1053
|
-
viewMode: "
|
|
1053
|
+
viewMode: "day" | "month" | "week";
|
|
1054
1054
|
} & {
|
|
1055
1055
|
title?: string | undefined;
|
|
1056
1056
|
} & {
|
|
@@ -1074,7 +1074,7 @@ declare const VCalendarHeader: {
|
|
|
1074
1074
|
text: string;
|
|
1075
1075
|
nextIcon: string;
|
|
1076
1076
|
prevIcon: string;
|
|
1077
|
-
viewMode: "
|
|
1077
|
+
viewMode: "day" | "month" | "week";
|
|
1078
1078
|
}, {}, string, vue.SlotsType<Partial<{
|
|
1079
1079
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1080
1080
|
[key: string]: any;
|
|
@@ -1094,7 +1094,7 @@ declare const VCalendarHeader: {
|
|
|
1094
1094
|
default: string;
|
|
1095
1095
|
};
|
|
1096
1096
|
viewMode: {
|
|
1097
|
-
type: PropType<"
|
|
1097
|
+
type: PropType<"day" | "month" | "week">;
|
|
1098
1098
|
default: string;
|
|
1099
1099
|
};
|
|
1100
1100
|
}, vue.ExtractPropTypes<{
|
|
@@ -1112,7 +1112,7 @@ declare const VCalendarHeader: {
|
|
|
1112
1112
|
default: string;
|
|
1113
1113
|
};
|
|
1114
1114
|
viewMode: {
|
|
1115
|
-
type: PropType<"
|
|
1115
|
+
type: PropType<"day" | "month" | "week">;
|
|
1116
1116
|
default: string;
|
|
1117
1117
|
};
|
|
1118
1118
|
}>>;
|
|
@@ -1120,8 +1120,8 @@ type VCalendarHeader = InstanceType<typeof VCalendarHeader>;
|
|
|
1120
1120
|
|
|
1121
1121
|
declare const VCalendarInterval: {
|
|
1122
1122
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
1123
|
-
day: Record<string, any>;
|
|
1124
1123
|
index: number;
|
|
1124
|
+
day: Record<string, any>;
|
|
1125
1125
|
intervalDivisions: number;
|
|
1126
1126
|
intervalDuration: number;
|
|
1127
1127
|
intervalHeight: number;
|
|
@@ -1147,8 +1147,8 @@ declare const VCalendarInterval: {
|
|
|
1147
1147
|
events: any[];
|
|
1148
1148
|
}>;
|
|
1149
1149
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
1150
|
-
day: Record<string, any>;
|
|
1151
1150
|
index: number;
|
|
1151
|
+
day: Record<string, any>;
|
|
1152
1152
|
intervalDivisions: number;
|
|
1153
1153
|
intervalDuration: number;
|
|
1154
1154
|
intervalHeight: number;
|
|
@@ -1185,8 +1185,8 @@ declare const VCalendarInterval: {
|
|
|
1185
1185
|
M: {};
|
|
1186
1186
|
Defaults: {};
|
|
1187
1187
|
}, {
|
|
1188
|
-
day: Record<string, any>;
|
|
1189
1188
|
index: number;
|
|
1189
|
+
day: Record<string, any>;
|
|
1190
1190
|
intervalDivisions: number;
|
|
1191
1191
|
intervalDuration: number;
|
|
1192
1192
|
intervalHeight: number;
|
|
@@ -1223,8 +1223,8 @@ declare const VCalendarInterval: {
|
|
|
1223
1223
|
__isTeleport?: undefined;
|
|
1224
1224
|
__isSuspense?: undefined;
|
|
1225
1225
|
} & vue.ComponentOptionsBase<{
|
|
1226
|
-
day: Record<string, any>;
|
|
1227
1226
|
index: number;
|
|
1227
|
+
day: Record<string, any>;
|
|
1228
1228
|
intervalDivisions: number;
|
|
1229
1229
|
intervalDuration: number;
|
|
1230
1230
|
intervalHeight: number;
|
|
@@ -1293,7 +1293,7 @@ declare const VCalendarInterval: {
|
|
|
1293
1293
|
default: number;
|
|
1294
1294
|
};
|
|
1295
1295
|
intervalFormat: {
|
|
1296
|
-
type: (
|
|
1296
|
+
type: (FunctionConstructor | StringConstructor)[];
|
|
1297
1297
|
default: string;
|
|
1298
1298
|
};
|
|
1299
1299
|
intervalStart: {
|
|
@@ -1337,7 +1337,7 @@ declare const VCalendarInterval: {
|
|
|
1337
1337
|
default: number;
|
|
1338
1338
|
};
|
|
1339
1339
|
intervalFormat: {
|
|
1340
|
-
type: (
|
|
1340
|
+
type: (FunctionConstructor | StringConstructor)[];
|
|
1341
1341
|
default: string;
|
|
1342
1342
|
};
|
|
1343
1343
|
intervalStart: {
|
|
@@ -1358,8 +1358,8 @@ declare const VCalendarIntervalEvent: {
|
|
|
1358
1358
|
intervalDuration: number;
|
|
1359
1359
|
intervalHeight: number;
|
|
1360
1360
|
} & {
|
|
1361
|
-
event?: Record<string, any> | undefined;
|
|
1362
1361
|
interval?: Record<string, any> | undefined;
|
|
1362
|
+
event?: Record<string, any> | undefined;
|
|
1363
1363
|
} & {
|
|
1364
1364
|
$children?: vue.VNodeChild | {
|
|
1365
1365
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -1375,8 +1375,8 @@ declare const VCalendarIntervalEvent: {
|
|
|
1375
1375
|
intervalDuration: number;
|
|
1376
1376
|
intervalHeight: number;
|
|
1377
1377
|
} & {
|
|
1378
|
-
event?: Record<string, any> | undefined;
|
|
1379
1378
|
interval?: Record<string, any> | undefined;
|
|
1379
|
+
event?: Record<string, any> | undefined;
|
|
1380
1380
|
} & {
|
|
1381
1381
|
$children?: vue.VNodeChild | {
|
|
1382
1382
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -1405,8 +1405,8 @@ declare const VCalendarIntervalEvent: {
|
|
|
1405
1405
|
intervalDuration: number;
|
|
1406
1406
|
intervalHeight: number;
|
|
1407
1407
|
} & {
|
|
1408
|
-
event?: Record<string, any> | undefined;
|
|
1409
1408
|
interval?: Record<string, any> | undefined;
|
|
1409
|
+
event?: Record<string, any> | undefined;
|
|
1410
1410
|
} & {
|
|
1411
1411
|
$children?: vue.VNodeChild | {
|
|
1412
1412
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -1428,8 +1428,8 @@ declare const VCalendarIntervalEvent: {
|
|
|
1428
1428
|
intervalDuration: number;
|
|
1429
1429
|
intervalHeight: number;
|
|
1430
1430
|
} & {
|
|
1431
|
-
event?: Record<string, any> | undefined;
|
|
1432
1431
|
interval?: Record<string, any> | undefined;
|
|
1432
|
+
event?: Record<string, any> | undefined;
|
|
1433
1433
|
} & {
|
|
1434
1434
|
$children?: vue.VNodeChild | {
|
|
1435
1435
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -1485,10 +1485,10 @@ declare const VCalendarMonthDay: {
|
|
|
1485
1485
|
active: boolean;
|
|
1486
1486
|
disabled: boolean;
|
|
1487
1487
|
} & {
|
|
1488
|
-
events?: any[] | undefined;
|
|
1489
|
-
title?: string | number | undefined;
|
|
1490
1488
|
color?: string | undefined;
|
|
1489
|
+
title?: string | number | undefined;
|
|
1491
1490
|
day?: Record<string, any> | undefined;
|
|
1491
|
+
events?: any[] | undefined;
|
|
1492
1492
|
} & {
|
|
1493
1493
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
1494
1494
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -1529,10 +1529,10 @@ declare const VCalendarMonthDay: {
|
|
|
1529
1529
|
active: boolean;
|
|
1530
1530
|
disabled: boolean;
|
|
1531
1531
|
} & {
|
|
1532
|
-
events?: any[] | undefined;
|
|
1533
|
-
title?: string | number | undefined;
|
|
1534
1532
|
color?: string | undefined;
|
|
1533
|
+
title?: string | number | undefined;
|
|
1535
1534
|
day?: Record<string, any> | undefined;
|
|
1535
|
+
events?: any[] | undefined;
|
|
1536
1536
|
} & {
|
|
1537
1537
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
1538
1538
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -1602,10 +1602,10 @@ declare const VCalendarMonthDay: {
|
|
|
1602
1602
|
active: boolean;
|
|
1603
1603
|
disabled: boolean;
|
|
1604
1604
|
} & {
|
|
1605
|
-
events?: any[] | undefined;
|
|
1606
|
-
title?: string | number | undefined;
|
|
1607
1605
|
color?: string | undefined;
|
|
1606
|
+
title?: string | number | undefined;
|
|
1608
1607
|
day?: Record<string, any> | undefined;
|
|
1608
|
+
events?: any[] | undefined;
|
|
1609
1609
|
} & {
|
|
1610
1610
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
1611
1611
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -1653,10 +1653,10 @@ declare const VCalendarMonthDay: {
|
|
|
1653
1653
|
active: boolean;
|
|
1654
1654
|
disabled: boolean;
|
|
1655
1655
|
} & {
|
|
1656
|
-
events?: any[] | undefined;
|
|
1657
|
-
title?: string | number | undefined;
|
|
1658
1656
|
color?: string | undefined;
|
|
1657
|
+
title?: string | number | undefined;
|
|
1659
1658
|
day?: Record<string, any> | undefined;
|
|
1659
|
+
events?: any[] | undefined;
|
|
1660
1660
|
} & {
|
|
1661
1661
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
1662
1662
|
default?: (() => vue.VNodeChild) | undefined;
|