vuetify 3.1.3 → 3.1.5
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/LICENSE.md +1 -1
- package/dist/json/attributes.json +3104 -3068
- package/dist/json/importMap-labs.json +4 -0
- package/dist/json/importMap.json +38 -38
- package/dist/json/tags.json +18 -4
- package/dist/json/web-types.json +9059 -6289
- package/dist/vuetify-labs.css +374 -3262
- package/dist/vuetify-labs.d.ts +14446 -22245
- package/dist/vuetify-labs.esm.js +1661 -1922
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +1660 -1921
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +162 -3058
- package/dist/vuetify.d.ts +13666 -21503
- package/dist/vuetify.esm.js +1435 -1706
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +1434 -1705
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1084 -1305
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.d.ts +9 -9
- package/lib/blueprints/md1.d.ts +9 -9
- package/lib/blueprints/md2.d.ts +9 -9
- package/lib/blueprints/md3.d.ts +9 -9
- package/lib/blueprints/md3.mjs.map +1 -1
- package/lib/components/VAlert/VAlert.mjs +5 -6
- package/lib/components/VAlert/VAlert.mjs.map +1 -1
- package/lib/components/VAlert/index.d.ts +135 -157
- package/lib/components/VApp/VApp.mjs +9 -12
- package/lib/components/VApp/VApp.mjs.map +1 -1
- package/lib/components/VApp/index.d.ts +27 -13
- package/lib/components/VAppBar/VAppBar.mjs +9 -5
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/VAppBarNavIcon.mjs +2 -2
- package/lib/components/VAppBar/VAppBarNavIcon.mjs.map +1 -1
- package/lib/components/VAppBar/VAppBarTitle.mjs +5 -6
- package/lib/components/VAppBar/VAppBarTitle.mjs.map +1 -1
- package/lib/components/VAppBar/index.d.ts +173 -342
- package/lib/components/VAutocomplete/VAutocomplete.mjs +100 -104
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.ts +494 -636
- package/lib/components/VAvatar/VAvatar.mjs +19 -22
- package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
- package/lib/components/VAvatar/index.d.ts +46 -66
- package/lib/components/VBadge/VBadge.mjs +7 -5
- package/lib/components/VBadge/VBadge.mjs.map +1 -1
- package/lib/components/VBadge/index.d.ts +74 -100
- package/lib/components/VBanner/VBanner.mjs +3 -4
- package/lib/components/VBanner/VBanner.mjs.map +1 -1
- package/lib/components/VBanner/VBannerActions.mjs +5 -8
- package/lib/components/VBanner/VBannerActions.mjs.map +1 -1
- package/lib/components/VBanner/index.d.ts +134 -98
- package/lib/components/VBottomNavigation/VBottomNavigation.css +2 -1
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs +8 -4
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs.map +1 -1
- package/lib/components/VBottomNavigation/VBottomNavigation.sass +2 -1
- package/lib/components/VBottomNavigation/_variables.scss +1 -1
- package/lib/components/VBottomNavigation/index.d.ts +67 -131
- package/lib/components/VBottomSheet/VBottomSheet.mjs +1 -4
- package/lib/components/VBottomSheet/VBottomSheet.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +9 -16
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs +5 -8
- package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +4 -8
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/index.d.ts +87 -61
- package/lib/components/VBtn/VBtn.css +7 -7
- package/lib/components/VBtn/VBtn.mjs +14 -17
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/index.d.ts +118 -179
- package/lib/components/VBtnGroup/VBtnGroup.mjs +19 -12
- package/lib/components/VBtnGroup/VBtnGroup.mjs.map +1 -1
- package/lib/components/VBtnGroup/index.d.ts +42 -56
- package/lib/components/VBtnToggle/VBtnToggle.mjs +10 -7
- package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
- package/lib/components/VBtnToggle/index.d.ts +65 -131
- package/lib/components/VCalendar/VCalendar.mjs +3 -0
- package/lib/components/VCalendar/VCalendar.mjs.map +1 -1
- package/lib/components/VCalendar/VCalendarCategory.sass +9 -3
- package/lib/components/VCalendar/VCalendarDaily.mjs +20 -8
- package/lib/components/VCalendar/VCalendarDaily.mjs.map +1 -1
- package/lib/components/VCalendar/VCalendarWeekly.mjs +25 -5
- package/lib/components/VCalendar/VCalendarWeekly.mjs.map +1 -1
- package/lib/components/VCalendar/mixins/calendar-with-events.mjs +20 -16
- package/lib/components/VCalendar/mixins/calendar-with-events.mjs.map +1 -1
- package/lib/components/VCalendar/mixins/mouse.mjs +15 -30
- package/lib/components/VCalendar/mixins/mouse.mjs.map +1 -1
- package/lib/components/VCard/VCard.css +7 -7
- package/lib/components/VCard/VCard.mjs +5 -6
- package/lib/components/VCard/VCard.mjs.map +1 -1
- package/lib/components/VCard/VCardActions.mjs +5 -8
- package/lib/components/VCard/VCardActions.mjs.map +1 -1
- package/lib/components/VCard/VCardItem.mjs +7 -8
- package/lib/components/VCard/VCardItem.mjs.map +1 -1
- package/lib/components/VCard/index.d.ts +286 -186
- package/lib/components/VCarousel/VCarousel.mjs +2 -2
- package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
- package/lib/components/VCarousel/VCarouselItem.mjs +2 -2
- package/lib/components/VCarousel/VCarouselItem.mjs.map +1 -1
- package/lib/components/VCarousel/index.d.ts +238 -61
- package/lib/components/VCheckbox/VCheckbox.mjs +2 -2
- package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs +2 -2
- package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
- package/lib/components/VCheckbox/index.d.ts +277 -254
- package/lib/components/VChip/VChip.css +7 -7
- package/lib/components/VChip/VChip.mjs +21 -15
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/index.d.ts +118 -168
- package/lib/components/VChipGroup/VChipGroup.css +1 -0
- package/lib/components/VChipGroup/VChipGroup.mjs +15 -18
- package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
- package/lib/components/VChipGroup/VChipGroup.sass +1 -0
- package/lib/components/VChipGroup/index.d.ts +49 -68
- package/lib/components/VCode/index.d.ts +21 -9
- package/lib/components/VColorPicker/VColorPickerCanvas.mjs +4 -9
- package/lib/components/VColorPicker/VColorPickerCanvas.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerEdit.mjs +12 -16
- package/lib/components/VColorPicker/VColorPickerEdit.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerPreview.mjs +43 -46
- package/lib/components/VColorPicker/VColorPickerPreview.mjs.map +1 -1
- package/lib/components/VColorPicker/index.d.ts +1 -1
- package/lib/components/VColorPicker/util/index.mjs +1 -2
- package/lib/components/VColorPicker/util/index.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.mjs +104 -113
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.ts +496 -638
- package/lib/components/VCounter/VCounter.mjs +2 -2
- package/lib/components/VCounter/VCounter.mjs.map +1 -1
- package/lib/components/VCounter/index.d.ts +139 -197
- package/lib/components/VData/VData.mjs +2 -4
- package/lib/components/VData/VData.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.mjs +7 -5
- package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs +4 -9
- package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs.map +1 -1
- package/lib/components/VDefaultsProvider/index.d.ts +33 -14
- package/lib/components/VDialog/VDialog.mjs +6 -9
- package/lib/components/VDialog/VDialog.mjs.map +1 -1
- package/lib/components/VDialog/index.d.ts +430 -1610
- package/lib/components/VDivider/VDivider.mjs +2 -2
- package/lib/components/VDivider/VDivider.mjs.map +1 -1
- package/lib/components/VDivider/index.d.ts +35 -15
- package/lib/components/VExpansionPanel/VExpansionPanel.css +7 -7
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs +4 -5
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelText.mjs +11 -14
- package/lib/components/VExpansionPanel/VExpansionPanelText.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +19 -22
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs +2 -2
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs.map +1 -1
- package/lib/components/VExpansionPanel/index.d.ts +180 -158
- package/lib/components/VField/VField.css +2 -2
- package/lib/components/VField/VField.mjs +3 -6
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VField.sass +2 -2
- package/lib/components/VField/VFieldLabel.mjs +2 -2
- package/lib/components/VField/VFieldLabel.mjs.map +1 -1
- package/lib/components/VField/index.d.ts +46 -34
- package/lib/components/VFileInput/VFileInput.mjs +16 -18
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/index.d.ts +330 -355
- package/lib/components/VFooter/VFooter.mjs +2 -2
- package/lib/components/VFooter/VFooter.mjs.map +1 -1
- package/lib/components/VFooter/index.d.ts +45 -65
- package/lib/components/VForm/VForm.mjs +10 -14
- package/lib/components/VForm/VForm.mjs.map +1 -1
- package/lib/components/VForm/index.d.ts +29 -23
- package/lib/components/VGrid/VCol.mjs +5 -8
- package/lib/components/VGrid/VCol.mjs.map +1 -1
- package/lib/components/VGrid/VContainer.mjs +2 -2
- package/lib/components/VGrid/VContainer.mjs.map +1 -1
- package/lib/components/VGrid/VGrid.css +0 -125
- package/lib/components/VGrid/VRow.mjs +5 -8
- package/lib/components/VGrid/VRow.mjs.map +1 -1
- package/lib/components/VGrid/index.d.ts +112 -121
- package/lib/components/VHover/VHover.mjs +9 -12
- package/lib/components/VHover/VHover.mjs.map +1 -1
- package/lib/components/VHover/index.d.ts +53 -15
- package/lib/components/VIcon/VIcon.mjs +22 -26
- package/lib/components/VIcon/VIcon.mjs.map +1 -1
- package/lib/components/VIcon/index.d.ts +68 -56
- package/lib/components/VImg/VImg.mjs +7 -11
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VImg/index.d.ts +67 -58
- package/lib/components/VInput/VInput.mjs +5 -6
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/index.d.ts +94 -283
- package/lib/components/VItemGroup/VItem.mjs +8 -11
- package/lib/components/VItemGroup/VItem.mjs.map +1 -1
- package/lib/components/VItemGroup/VItemGroup.mjs +13 -16
- package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
- package/lib/components/VItemGroup/index.d.ts +76 -149
- package/lib/components/VKbd/index.d.ts +21 -9
- package/lib/components/VLabel/VLabel.mjs +7 -10
- package/lib/components/VLabel/VLabel.mjs.map +1 -1
- package/lib/components/VLabel/index.d.ts +29 -9
- package/lib/components/VLayout/VLayout.mjs +9 -12
- package/lib/components/VLayout/VLayout.mjs.map +1 -1
- package/lib/components/VLayout/VLayoutItem.mjs +6 -9
- package/lib/components/VLayout/VLayoutItem.mjs.map +1 -1
- package/lib/components/VLayout/index.d.ts +60 -43
- package/lib/components/VLazy/VLazy.mjs +12 -15
- package/lib/components/VLazy/VLazy.mjs.map +1 -1
- package/lib/components/VLazy/index.d.ts +48 -71
- package/lib/components/VList/VList.mjs +4 -8
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VListChildren.mjs +59 -77
- package/lib/components/VList/VListChildren.mjs.map +1 -1
- package/lib/components/VList/VListGroup.mjs +33 -39
- package/lib/components/VList/VListGroup.mjs.map +1 -1
- package/lib/components/VList/VListItem.css +9 -9
- package/lib/components/VList/VListItem.mjs +10 -18
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItem.sass +0 -2
- package/lib/components/VList/VListItemAction.mjs +2 -2
- package/lib/components/VList/VListItemAction.mjs.map +1 -1
- package/lib/components/VList/VListItemMedia.mjs +2 -2
- package/lib/components/VList/VListItemMedia.mjs.map +1 -1
- package/lib/components/VList/VListSubheader.mjs +3 -4
- package/lib/components/VList/VListSubheader.mjs.map +1 -1
- package/lib/components/VList/index.d.ts +418 -686
- package/lib/components/VList/list.mjs +1 -1
- package/lib/components/VList/list.mjs.map +1 -1
- package/lib/components/VLocaleProvider/VLocaleProvider.mjs +5 -8
- package/lib/components/VLocaleProvider/VLocaleProvider.mjs.map +1 -1
- package/lib/components/VLocaleProvider/index.d.ts +28 -16
- package/lib/components/VMain/VMain.mjs +12 -15
- package/lib/components/VMain/VMain.mjs.map +1 -1
- package/lib/components/VMain/index.d.ts +23 -17
- package/lib/components/VMenu/VMenu.mjs +10 -10
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.ts +428 -1641
- package/lib/components/VMessages/VMessages.mjs +2 -2
- package/lib/components/VMessages/VMessages.mjs.map +1 -1
- package/lib/components/VMessages/index.d.ts +144 -204
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +6 -7
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/index.d.ts +92 -124
- package/lib/components/VNoSsr/VNoSsr.mjs +1 -4
- package/lib/components/VNoSsr/VNoSsr.mjs.map +1 -1
- package/lib/components/VNoSsr/index.d.ts +20 -4
- package/lib/components/VOtpInput/VOtpInput.mjs +25 -50
- package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
- package/lib/components/VOverflowBtn/VOverflowBtn.mjs +3 -0
- package/lib/components/VOverflowBtn/VOverflowBtn.mjs.map +1 -1
- package/lib/components/VOverlay/VOverlay.mjs +44 -47
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/index.d.ts +150 -468
- package/lib/components/VOverlay/locationStrategies.mjs +3 -6
- package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
- package/lib/components/VOverlay/scrollStrategies.mjs +7 -12
- package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -1
- package/lib/components/VOverlay/useActivator.mjs +4 -7
- package/lib/components/VOverlay/useActivator.mjs.map +1 -1
- package/lib/components/VPagination/VPagination.mjs +4 -5
- package/lib/components/VPagination/VPagination.mjs.map +1 -1
- package/lib/components/VPagination/index.d.ts +107 -207
- package/lib/components/VParallax/VParallax.mjs +12 -15
- package/lib/components/VParallax/VParallax.mjs.map +1 -1
- package/lib/components/VParallax/index.d.ts +39 -9
- package/lib/components/VProgressCircular/VProgressCircular.mjs +2 -2
- package/lib/components/VProgressCircular/VProgressCircular.mjs.map +1 -1
- package/lib/components/VProgressCircular/index.d.ts +41 -58
- package/lib/components/VProgressLinear/VProgressLinear.mjs +2 -2
- package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
- package/lib/components/VProgressLinear/index.d.ts +91 -95
- package/lib/components/VRadio/VRadio.mjs +2 -2
- package/lib/components/VRadio/VRadio.mjs.map +1 -1
- package/lib/components/VRadio/index.d.ts +108 -85
- package/lib/components/VRadioGroup/VRadioGroup.mjs +2 -2
- package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
- package/lib/components/VRadioGroup/index.d.ts +164 -147
- package/lib/components/VRangeSlider/VRangeSlider.mjs +21 -31
- package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
- package/lib/components/VRangeSlider/index.d.ts +154 -210
- package/lib/components/VRating/VRating.mjs +28 -34
- package/lib/components/VRating/VRating.mjs.map +1 -1
- package/lib/components/VRating/index.d.ts +77 -311
- package/lib/components/VResponsive/VResponsive.mjs +11 -14
- package/lib/components/VResponsive/VResponsive.mjs.map +1 -1
- package/lib/components/VResponsive/index.d.ts +44 -20
- package/lib/components/VSelect/VSelect.mjs +100 -102
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.ts +729 -673
- package/lib/components/VSelectionControl/VSelectionControl.css +2 -2
- package/lib/components/VSelectionControl/VSelectionControl.mjs +3 -4
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSelectionControl/index.d.ts +31 -19
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +8 -11
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -1
- package/lib/components/VSelectionControlGroup/index.d.ts +58 -70
- package/lib/components/VSheet/VSheet.mjs +2 -2
- package/lib/components/VSheet/VSheet.mjs.map +1 -1
- package/lib/components/VSheet/index.d.ts +52 -56
- package/lib/components/VSkeletonLoader/VSkeletonLoader.sass +1 -1
- package/lib/components/VSlideGroup/VSlideGroup.mjs +51 -60
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlideGroup/VSlideGroupItem.mjs +6 -9
- package/lib/components/VSlideGroup/VSlideGroupItem.mjs.map +1 -1
- package/lib/components/VSlideGroup/index.d.ts +144 -366
- package/lib/components/VSlider/VSlider.mjs +8 -14
- package/lib/components/VSlider/VSlider.mjs.map +1 -1
- package/lib/components/VSlider/VSliderThumb.css +0 -1
- package/lib/components/VSlider/VSliderThumb.mjs +4 -5
- package/lib/components/VSlider/VSliderThumb.mjs.map +1 -1
- package/lib/components/VSlider/VSliderTrack.mjs +4 -5
- package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
- package/lib/components/VSlider/index.d.ts +151 -207
- package/lib/components/VSlider/slider.mjs +3 -6
- package/lib/components/VSlider/slider.mjs.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.mjs +1 -1
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/index.d.ts +358 -1519
- package/lib/components/VStepper/VStepper.sass +6 -6
- package/lib/components/VStepper/VStepperStep.mjs +12 -2
- package/lib/components/VStepper/VStepperStep.mjs.map +1 -1
- package/lib/components/VSwitch/VSwitch.mjs +3 -4
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VSwitch/index.d.ts +180 -151
- package/lib/components/VSystemBar/VSystemBar.mjs +8 -4
- package/lib/components/VSystemBar/VSystemBar.mjs.map +1 -1
- package/lib/components/VSystemBar/index.d.ts +43 -51
- package/lib/components/VTable/VTable.mjs +19 -22
- package/lib/components/VTable/VTable.mjs.map +1 -1
- package/lib/components/VTable/index.d.ts +54 -30
- package/lib/components/VTabs/VTab.mjs +3 -4
- package/lib/components/VTabs/VTab.mjs.map +1 -1
- package/lib/components/VTabs/VTabs.mjs +2 -2
- package/lib/components/VTabs/VTabs.mjs.map +1 -1
- package/lib/components/VTabs/index.d.ts +122 -150
- package/lib/components/VTextField/VTextField.mjs +16 -19
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/index.d.ts +331 -1489
- package/lib/components/VTextarea/VTextarea.mjs +17 -19
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/index.d.ts +320 -334
- package/lib/components/VThemeProvider/VThemeProvider.mjs +4 -5
- package/lib/components/VThemeProvider/VThemeProvider.mjs.map +1 -1
- package/lib/components/VThemeProvider/index.d.ts +27 -13
- package/lib/components/VTimePicker/VTimePicker.mjs.map +1 -1
- package/lib/components/VTimeline/VTimeline.mjs +2 -2
- package/lib/components/VTimeline/VTimeline.mjs.map +1 -1
- package/lib/components/VTimeline/VTimelineDivider.mjs +20 -23
- package/lib/components/VTimeline/VTimelineDivider.mjs.map +1 -1
- package/lib/components/VTimeline/VTimelineItem.mjs +33 -34
- package/lib/components/VTimeline/VTimelineItem.mjs.map +1 -1
- package/lib/components/VTimeline/_mixins.sass +1 -1
- package/lib/components/VTimeline/index.d.ts +123 -135
- package/lib/components/VToolbar/VToolbar.css +1 -0
- package/lib/components/VToolbar/VToolbar.mjs +7 -9
- package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
- package/lib/components/VToolbar/VToolbar.sass +1 -0
- package/lib/components/VToolbar/VToolbarItems.mjs +5 -8
- package/lib/components/VToolbar/VToolbarItems.mjs.map +1 -1
- package/lib/components/VToolbar/VToolbarTitle.mjs +7 -7
- package/lib/components/VToolbar/VToolbarTitle.mjs.map +1 -1
- package/lib/components/VToolbar/index.d.ts +146 -351
- package/lib/components/VTooltip/VTooltip.mjs +1 -2
- package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
- package/lib/components/VTooltip/index.d.ts +361 -1619
- package/lib/components/VTreeview/VTreeview.mjs +1 -1
- package/lib/components/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/components/VValidation/VValidation.mjs +3 -6
- package/lib/components/VValidation/VValidation.mjs.map +1 -1
- package/lib/components/VValidation/index.d.ts +48 -46
- package/lib/components/VWindow/VWindow.mjs +19 -22
- package/lib/components/VWindow/VWindow.mjs.map +1 -1
- package/lib/components/VWindow/VWindowItem.mjs +10 -14
- package/lib/components/VWindow/VWindowItem.mjs.map +1 -1
- package/lib/components/VWindow/index.d.ts +152 -284
- package/lib/components/index.d.ts +13667 -21504
- package/lib/components/transitions/createTransition.mjs +4 -4
- package/lib/components/transitions/createTransition.mjs.map +1 -1
- package/lib/components/transitions/dialog-transition.mjs +8 -8
- package/lib/components/transitions/dialog-transition.mjs.map +1 -1
- package/lib/components/transitions/index.d.ts +477 -342
- package/lib/composables/defaults.mjs +6 -4
- package/lib/composables/defaults.mjs.map +1 -1
- package/lib/composables/delay.mjs +1 -1
- package/lib/composables/delay.mjs.map +1 -1
- package/lib/composables/filter.mjs +11 -12
- package/lib/composables/filter.mjs.map +1 -1
- package/lib/composables/group.mjs +2 -2
- package/lib/composables/group.mjs.map +1 -1
- package/lib/composables/icons.mjs +4 -6
- package/lib/composables/icons.mjs.map +1 -1
- package/lib/composables/intersectionObserver.mjs +1 -1
- package/lib/composables/intersectionObserver.mjs.map +1 -1
- package/lib/composables/layout.mjs +2 -5
- package/lib/composables/layout.mjs.map +1 -1
- package/lib/composables/loader.mjs +2 -3
- package/lib/composables/loader.mjs.map +1 -1
- package/lib/composables/locale.mjs +2 -2
- package/lib/composables/locale.mjs.map +1 -1
- package/lib/composables/mutationObserver.mjs +8 -8
- package/lib/composables/mutationObserver.mjs.map +1 -1
- package/lib/composables/nested/nested.mjs +2 -1
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/nested/selectStrategies.mjs +1 -1
- package/lib/composables/nested/selectStrategies.mjs.map +1 -1
- package/lib/composables/proxiedModel.mjs +9 -10
- package/lib/composables/proxiedModel.mjs.map +1 -1
- package/lib/composables/resizeObserver.mjs +1 -1
- package/lib/composables/resizeObserver.mjs.map +1 -1
- package/lib/composables/router.mjs +12 -21
- package/lib/composables/router.mjs.map +1 -1
- package/lib/composables/scroll.mjs +2 -4
- package/lib/composables/scroll.mjs.map +1 -1
- package/lib/composables/selectLink.mjs +1 -4
- package/lib/composables/selectLink.mjs.map +1 -1
- package/lib/composables/stack.mjs +6 -8
- package/lib/composables/stack.mjs.map +1 -1
- package/lib/composables/teleport.mjs +1 -1
- package/lib/composables/teleport.mjs.map +1 -1
- package/lib/composables/theme.mjs +2 -3
- package/lib/composables/theme.mjs.map +1 -1
- package/lib/composables/toggleScope.mjs +3 -6
- package/lib/composables/toggleScope.mjs.map +1 -1
- package/lib/composables/touch.mjs +1 -2
- package/lib/composables/touch.mjs.map +1 -1
- package/lib/composables/validation.mjs +7 -7
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/directives/click-outside/index.mjs +2 -3
- package/lib/directives/click-outside/index.mjs.map +1 -1
- package/lib/directives/index.d.ts +1 -1
- package/lib/directives/intersect/index.mjs +2 -4
- package/lib/directives/intersect/index.mjs.map +1 -1
- package/lib/directives/mutate/index.mjs +7 -8
- package/lib/directives/mutate/index.mjs.map +1 -1
- package/lib/directives/resize/index.mjs +3 -5
- package/lib/directives/resize/index.mjs.map +1 -1
- package/lib/directives/ripple/VRipple.css +3 -0
- package/lib/directives/ripple/VRipple.sass +3 -0
- package/lib/directives/ripple/_variables.scss +1 -1
- package/lib/directives/ripple/index.mjs +8 -18
- package/lib/directives/ripple/index.mjs.map +1 -1
- package/lib/directives/scroll/index.mjs +1 -2
- package/lib/directives/scroll/index.mjs.map +1 -1
- package/lib/directives/touch/index.mjs +9 -14
- package/lib/directives/touch/index.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +2 -3
- package/lib/framework.mjs.map +1 -1
- package/lib/iconsets/fa-svg.d.ts +2 -2
- package/lib/iconsets/fa.d.ts +2 -2
- package/lib/iconsets/fa4.d.ts +2 -2
- package/lib/iconsets/md.d.ts +2 -2
- package/lib/iconsets/mdi-svg.d.ts +2 -2
- package/lib/iconsets/mdi.d.ts +2 -2
- package/lib/index.d.ts +20 -20
- package/lib/labs/VDataTable/VDataTable.mjs +12 -19
- package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableColumn.mjs +1 -2
- package/lib/labs/VDataTable/VDataTableColumn.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableFooter.css +9 -0
- package/lib/labs/VDataTable/VDataTableFooter.mjs +80 -45
- package/lib/labs/VDataTable/VDataTableFooter.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableFooter.sass +7 -0
- package/lib/labs/VDataTable/VDataTableGroupHeaderRow.mjs +6 -8
- package/lib/labs/VDataTable/VDataTableGroupHeaderRow.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableHeaders.mjs +3 -4
- package/lib/labs/VDataTable/VDataTableHeaders.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableRow.mjs +2 -4
- package/lib/labs/VDataTable/VDataTableRow.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableRows.mjs +45 -49
- package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableServer.mjs +17 -26
- package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableVirtual.mjs +2 -5
- package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/headers.mjs +3 -4
- package/lib/labs/VDataTable/composables/headers.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/options.mjs +0 -6
- package/lib/labs/VDataTable/composables/options.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/paginate.mjs +2 -7
- package/lib/labs/VDataTable/composables/paginate.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/sort.mjs +1 -1
- package/lib/labs/VDataTable/composables/sort.mjs.map +1 -1
- package/lib/labs/VDataTable/index.d.ts +593 -526
- package/lib/labs/VDataTable/index.mjs +1 -0
- package/lib/labs/VDataTable/index.mjs.map +1 -1
- package/lib/labs/VVirtualScroll/VVirtualScroll.css +0 -1
- package/lib/labs/VVirtualScroll/VVirtualScroll.mjs +48 -34
- package/lib/labs/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
- package/lib/labs/VVirtualScroll/VVirtualScroll.sass +0 -1
- package/lib/labs/VVirtualScroll/VVirtualScrollItem.mjs +22 -16
- package/lib/labs/VVirtualScroll/VVirtualScrollItem.mjs.map +1 -1
- package/lib/labs/VVirtualScroll/index.d.ts +26 -57
- package/lib/labs/components.d.ts +619 -583
- package/lib/locale/adapters/vue-i18n.d.ts +1 -1
- package/lib/locale/adapters/vuetify.mjs +3 -3
- package/lib/locale/adapters/vuetify.mjs.map +1 -1
- package/lib/locale/ar.mjs +20 -20
- package/lib/locale/ar.mjs.map +1 -1
- package/lib/locale/es.mjs +3 -3
- package/lib/locale/es.mjs.map +1 -1
- package/lib/locale/fi.mjs +5 -5
- package/lib/locale/fi.mjs.map +1 -1
- package/lib/locale/it.mjs +6 -6
- package/lib/locale/it.mjs.map +1 -1
- package/lib/locale/sv.mjs +7 -7
- package/lib/locale/sv.mjs.map +1 -1
- package/lib/styles/main.css +40 -2816
- package/lib/styles/settings/_variables.scss +6 -6
- package/lib/styles/tools/_states.sass +3 -3
- package/lib/util/console.mjs +1 -1
- package/lib/util/console.mjs.map +1 -1
- package/lib/util/createSimpleFunctional.mjs +5 -8
- package/lib/util/createSimpleFunctional.mjs.map +1 -1
- package/lib/util/defineComponent.mjs +6 -8
- package/lib/util/defineComponent.mjs.map +1 -1
- package/lib/util/getCurrentInstance.mjs +1 -1
- package/lib/util/getCurrentInstance.mjs.map +1 -1
- package/lib/util/helpers.mjs +2 -21
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +19 -19
|
@@ -1,28 +1,13 @@
|
|
|
1
1
|
import * as vue from 'vue';
|
|
2
|
-
import {
|
|
2
|
+
import { PropType, JSXComponent } from 'vue';
|
|
3
3
|
// @ts-ignore
|
|
4
4
|
import * as vue_router from 'vue-router';
|
|
5
5
|
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
[K in keyof T]?: T[K];
|
|
9
|
-
});
|
|
10
|
-
'v-slots'?: {
|
|
11
|
-
[K in keyof T]?: T[K] | false;
|
|
12
|
-
};
|
|
13
|
-
} & {
|
|
14
|
-
[K in keyof T as `v-slot:${K & string}`]?: T[K] | false;
|
|
15
|
-
}) : T extends Record<string, any[]> ? SlotsToProps<MakeSlots<T>> : never;
|
|
16
|
-
declare type Slot<T extends any[] = any[]> = (...args: T) => VNodeChild;
|
|
17
|
-
declare type MakeSlots<T extends Record<string, any[]>> = {
|
|
18
|
-
[K in keyof T]?: Slot<T[K]>;
|
|
19
|
-
};
|
|
20
|
-
|
|
21
|
-
declare type SelectItemKey = boolean | string | (string | number)[] | ((item: Record<string, any>, fallback?: any) => any);
|
|
22
|
-
declare type EventProp<T = (...args: any[]) => any> = T | T[];
|
|
6
|
+
type SelectItemKey = boolean | string | (string | number)[] | ((item: Record<string, any>, fallback?: any) => any);
|
|
7
|
+
type EventProp<T = (...args: any[]) => any> = T | T[];
|
|
23
8
|
declare const EventProp: PropType<EventProp<(...args: any[]) => any>>;
|
|
24
9
|
|
|
25
|
-
|
|
10
|
+
type SelectStrategyFn = (data: {
|
|
26
11
|
id: unknown;
|
|
27
12
|
value: boolean;
|
|
28
13
|
selected: Map<unknown, 'on' | 'off' | 'indeterminate'>;
|
|
@@ -31,7 +16,7 @@ declare type SelectStrategyFn = (data: {
|
|
|
31
16
|
event?: Event;
|
|
32
17
|
}) => Map<unknown, 'on' | 'off' | 'indeterminate'>;
|
|
33
18
|
|
|
34
|
-
|
|
19
|
+
type OpenStrategyFn = (data: {
|
|
35
20
|
id: unknown;
|
|
36
21
|
value: boolean;
|
|
37
22
|
opened: Set<unknown>;
|
|
@@ -39,7 +24,7 @@ declare type OpenStrategyFn = (data: {
|
|
|
39
24
|
parents: Map<unknown, unknown>;
|
|
40
25
|
event?: Event;
|
|
41
26
|
}) => Set<unknown>;
|
|
42
|
-
|
|
27
|
+
type OpenSelectStrategyFn = (data: {
|
|
43
28
|
id: unknown;
|
|
44
29
|
value: boolean;
|
|
45
30
|
opened: Set<unknown>;
|
|
@@ -48,203 +33,16 @@ declare type OpenSelectStrategyFn = (data: {
|
|
|
48
33
|
parents: Map<unknown, unknown>;
|
|
49
34
|
event?: Event;
|
|
50
35
|
}) => Set<unknown> | null;
|
|
51
|
-
|
|
36
|
+
type OpenStrategy = {
|
|
52
37
|
open: OpenStrategyFn;
|
|
53
38
|
select: OpenSelectStrategyFn;
|
|
54
39
|
};
|
|
55
40
|
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
declare type Density = null | 'default' | 'comfortable' | 'compact';
|
|
60
|
-
|
|
61
|
-
interface InternalItem<T = any> {
|
|
62
|
-
title: string;
|
|
63
|
-
value: any;
|
|
64
|
-
props: {
|
|
65
|
-
[key: string]: any;
|
|
66
|
-
title: string;
|
|
67
|
-
value: any;
|
|
68
|
-
};
|
|
69
|
-
children?: InternalItem<T>[];
|
|
70
|
-
raw: T;
|
|
71
|
-
}
|
|
41
|
+
type SelectStrategy = 'single-leaf' | 'leaf' | 'independent' | 'single-independent' | 'classic' | SelectStrategyFn;
|
|
42
|
+
type OpenStrategyProp = 'single' | 'multiple' | 'list' | OpenStrategy;
|
|
72
43
|
|
|
73
|
-
|
|
74
|
-
declare const IconValue: PropType<IconValue>;
|
|
75
|
-
|
|
76
|
-
declare type ListGroupActivatorSlot = {
|
|
77
|
-
props: {
|
|
78
|
-
onClick: (e: Event) => void;
|
|
79
|
-
class: string;
|
|
80
|
-
};
|
|
81
|
-
};
|
|
82
|
-
declare const VListGroup: {
|
|
83
|
-
new (...args: any[]): {
|
|
84
|
-
$: vue.ComponentInternalInstance;
|
|
85
|
-
$data: {};
|
|
86
|
-
$props: Partial<{
|
|
87
|
-
tag: string;
|
|
88
|
-
subgroup: boolean;
|
|
89
|
-
collapseIcon: IconValue;
|
|
90
|
-
expandIcon: IconValue;
|
|
91
|
-
fluid: boolean;
|
|
92
|
-
}> & Omit<Readonly<ExtractPropTypes<Omit<{
|
|
93
|
-
tag: {
|
|
94
|
-
type: StringConstructor;
|
|
95
|
-
default: string;
|
|
96
|
-
};
|
|
97
|
-
activeColor: StringConstructor;
|
|
98
|
-
color: StringConstructor;
|
|
99
|
-
collapseIcon: {
|
|
100
|
-
type: vue.PropType<IconValue>;
|
|
101
|
-
default: string;
|
|
102
|
-
};
|
|
103
|
-
expandIcon: {
|
|
104
|
-
type: vue.PropType<IconValue>;
|
|
105
|
-
default: string;
|
|
106
|
-
};
|
|
107
|
-
prependIcon: vue.PropType<IconValue>;
|
|
108
|
-
appendIcon: vue.PropType<IconValue>;
|
|
109
|
-
fluid: BooleanConstructor;
|
|
110
|
-
subgroup: BooleanConstructor;
|
|
111
|
-
value: null;
|
|
112
|
-
title: StringConstructor;
|
|
113
|
-
}, "$children" | "items" | "v-slots" | "v-slot:default" | "v-slot:activator">>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "tag" | "subgroup" | "collapseIcon" | "expandIcon" | "fluid">;
|
|
114
|
-
$attrs: {
|
|
115
|
-
[x: string]: unknown;
|
|
116
|
-
};
|
|
117
|
-
$refs: {
|
|
118
|
-
[x: string]: unknown;
|
|
119
|
-
};
|
|
120
|
-
$slots: Readonly<{
|
|
121
|
-
[name: string]: vue.Slot | undefined;
|
|
122
|
-
}>;
|
|
123
|
-
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
124
|
-
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
125
|
-
$emit: (event: string, ...args: any[]) => void;
|
|
126
|
-
$el: any;
|
|
127
|
-
$options: vue.ComponentOptionsBase<Readonly<ExtractPropTypes<Omit<{
|
|
128
|
-
tag: {
|
|
129
|
-
type: StringConstructor;
|
|
130
|
-
default: string;
|
|
131
|
-
};
|
|
132
|
-
activeColor: StringConstructor;
|
|
133
|
-
color: StringConstructor;
|
|
134
|
-
collapseIcon: {
|
|
135
|
-
type: vue.PropType<IconValue>;
|
|
136
|
-
default: string;
|
|
137
|
-
};
|
|
138
|
-
expandIcon: {
|
|
139
|
-
type: vue.PropType<IconValue>;
|
|
140
|
-
default: string;
|
|
141
|
-
};
|
|
142
|
-
prependIcon: vue.PropType<IconValue>;
|
|
143
|
-
appendIcon: vue.PropType<IconValue>;
|
|
144
|
-
fluid: BooleanConstructor;
|
|
145
|
-
subgroup: BooleanConstructor;
|
|
146
|
-
value: null;
|
|
147
|
-
title: StringConstructor;
|
|
148
|
-
}, "$children" | "items" | "v-slots" | "v-slot:default" | "v-slot:activator">>>, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<Record<string, any>, "$children" | "items" | "v-slots" | "v-slot:default" | "v-slot:activator">, string, {
|
|
149
|
-
tag: string;
|
|
150
|
-
subgroup: boolean;
|
|
151
|
-
collapseIcon: IconValue;
|
|
152
|
-
expandIcon: IconValue;
|
|
153
|
-
fluid: boolean;
|
|
154
|
-
}> & {
|
|
155
|
-
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
156
|
-
created?: ((() => void) | (() => void)[]) | undefined;
|
|
157
|
-
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
158
|
-
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
159
|
-
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
160
|
-
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
161
|
-
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
162
|
-
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
163
|
-
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
164
|
-
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
165
|
-
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
166
|
-
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
167
|
-
renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
|
168
|
-
renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
|
169
|
-
errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
|
|
170
|
-
};
|
|
171
|
-
$forceUpdate: () => void;
|
|
172
|
-
$nextTick: typeof vue.nextTick;
|
|
173
|
-
$watch(source: string | Function, cb: Function, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
|
|
174
|
-
} & Readonly<ExtractPropTypes<Omit<{
|
|
175
|
-
tag: {
|
|
176
|
-
type: StringConstructor;
|
|
177
|
-
default: string;
|
|
178
|
-
};
|
|
179
|
-
activeColor: StringConstructor;
|
|
180
|
-
color: StringConstructor;
|
|
181
|
-
collapseIcon: {
|
|
182
|
-
type: vue.PropType<IconValue>;
|
|
183
|
-
default: string;
|
|
184
|
-
};
|
|
185
|
-
expandIcon: {
|
|
186
|
-
type: vue.PropType<IconValue>;
|
|
187
|
-
default: string;
|
|
188
|
-
};
|
|
189
|
-
prependIcon: vue.PropType<IconValue>;
|
|
190
|
-
appendIcon: vue.PropType<IconValue>;
|
|
191
|
-
fluid: BooleanConstructor;
|
|
192
|
-
subgroup: BooleanConstructor;
|
|
193
|
-
value: null;
|
|
194
|
-
title: StringConstructor;
|
|
195
|
-
}, "$children" | "items" | "v-slots" | "v-slot:default" | "v-slot:activator">>> & vue.ShallowUnwrapRef<{}> & {} & vue.ComponentCustomProperties;
|
|
196
|
-
__isFragment?: undefined;
|
|
197
|
-
__isTeleport?: undefined;
|
|
198
|
-
__isSuspense?: undefined;
|
|
199
|
-
} & vue.ComponentOptionsBase<Readonly<ExtractPropTypes<Omit<{
|
|
200
|
-
tag: {
|
|
201
|
-
type: StringConstructor;
|
|
202
|
-
default: string;
|
|
203
|
-
};
|
|
204
|
-
activeColor: StringConstructor;
|
|
205
|
-
color: StringConstructor;
|
|
206
|
-
collapseIcon: {
|
|
207
|
-
type: vue.PropType<IconValue>;
|
|
208
|
-
default: string;
|
|
209
|
-
};
|
|
210
|
-
expandIcon: {
|
|
211
|
-
type: vue.PropType<IconValue>;
|
|
212
|
-
default: string;
|
|
213
|
-
};
|
|
214
|
-
prependIcon: vue.PropType<IconValue>;
|
|
215
|
-
appendIcon: vue.PropType<IconValue>;
|
|
216
|
-
fluid: BooleanConstructor;
|
|
217
|
-
subgroup: BooleanConstructor;
|
|
218
|
-
value: null;
|
|
219
|
-
title: StringConstructor;
|
|
220
|
-
}, "$children" | "items" | "v-slots" | "v-slot:default" | "v-slot:activator">>>, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<Record<string, any>, "$children" | "items" | "v-slots" | "v-slot:default" | "v-slot:activator">, string, {
|
|
221
|
-
tag: string;
|
|
222
|
-
subgroup: boolean;
|
|
223
|
-
collapseIcon: IconValue;
|
|
224
|
-
expandIcon: IconValue;
|
|
225
|
-
fluid: boolean;
|
|
226
|
-
}> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T extends InternalListItem>() => {
|
|
227
|
-
$props: {
|
|
228
|
-
items?: T[] | undefined;
|
|
229
|
-
} & {
|
|
230
|
-
$children?: {} | vue.VNodeChild | {
|
|
231
|
-
activator?: ((args_0: ListGroupActivatorSlot) => vue.VNodeChild) | undefined;
|
|
232
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
233
|
-
};
|
|
234
|
-
'v-slots'?: {
|
|
235
|
-
activator?: false | ((args_0: ListGroupActivatorSlot) => vue.VNodeChild) | undefined;
|
|
236
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
|
237
|
-
} | undefined;
|
|
238
|
-
} & {
|
|
239
|
-
"v-slot:activator"?: false | ((args_0: ListGroupActivatorSlot) => vue.VNodeChild) | undefined;
|
|
240
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
241
|
-
};
|
|
242
|
-
});
|
|
243
|
-
declare type VListGroup = InstanceType<typeof VListGroup>;
|
|
44
|
+
type Density = null | 'default' | 'comfortable' | 'compact';
|
|
244
45
|
|
|
245
|
-
interface InternalListItem extends InternalItem {
|
|
246
|
-
type?: 'item' | 'subheader' | 'divider';
|
|
247
|
-
}
|
|
248
46
|
declare const VList: {
|
|
249
47
|
new (...args: any[]): {
|
|
250
48
|
$: vue.ComponentInternalInstance;
|
|
@@ -256,9 +54,9 @@ declare const VList: {
|
|
|
256
54
|
mandatory: boolean;
|
|
257
55
|
rounded: string | number | boolean;
|
|
258
56
|
density: Density;
|
|
259
|
-
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain"
|
|
260
|
-
selectStrategy: SelectStrategy
|
|
261
|
-
openStrategy: OpenStrategyProp
|
|
57
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
58
|
+
selectStrategy: NonNullable<SelectStrategy>;
|
|
59
|
+
openStrategy: NonNullable<OpenStrategyProp>;
|
|
262
60
|
lines: false | "one" | "two" | "three";
|
|
263
61
|
itemTitle: SelectItemKey;
|
|
264
62
|
itemValue: SelectItemKey;
|
|
@@ -273,8 +71,8 @@ declare const VList: {
|
|
|
273
71
|
default: string;
|
|
274
72
|
validator: (v: any) => boolean;
|
|
275
73
|
}, "type" | "default"> & {
|
|
276
|
-
type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain"
|
|
277
|
-
default: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain"
|
|
74
|
+
type: PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
|
75
|
+
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
278
76
|
};
|
|
279
77
|
theme: StringConstructor;
|
|
280
78
|
tag: {
|
|
@@ -327,12 +125,12 @@ declare const VList: {
|
|
|
327
125
|
};
|
|
328
126
|
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
329
127
|
selectStrategy: {
|
|
330
|
-
type: PropType<SelectStrategy
|
|
331
|
-
default: SelectStrategy
|
|
128
|
+
type: PropType<NonNullable<SelectStrategy>>;
|
|
129
|
+
default: NonNullable<SelectStrategy>;
|
|
332
130
|
};
|
|
333
131
|
openStrategy: {
|
|
334
|
-
type: PropType<OpenStrategyProp
|
|
335
|
-
default: OpenStrategyProp
|
|
132
|
+
type: PropType<NonNullable<OpenStrategyProp>>;
|
|
133
|
+
default: NonNullable<OpenStrategyProp>;
|
|
336
134
|
};
|
|
337
135
|
opened: PropType<unknown[]>;
|
|
338
136
|
selected: PropType<unknown[]>;
|
|
@@ -346,7 +144,7 @@ declare const VList: {
|
|
|
346
144
|
default: string;
|
|
347
145
|
};
|
|
348
146
|
nav: BooleanConstructor;
|
|
349
|
-
}, "$children" | "items" | "v-slots" | "v-slot:
|
|
147
|
+
}, "$children" | "items" | "v-slots" | "v-slot:item" | "v-slot:header" | "v-slot:subheader">>> & {
|
|
350
148
|
"onUpdate:selected"?: ((val: unknown[]) => any) | undefined;
|
|
351
149
|
"onUpdate:opened"?: ((val: unknown[]) => any) | undefined;
|
|
352
150
|
"onClick:open"?: ((value: {
|
|
@@ -369,8 +167,8 @@ declare const VList: {
|
|
|
369
167
|
$slots: Readonly<{
|
|
370
168
|
[name: string]: vue.Slot | undefined;
|
|
371
169
|
}>;
|
|
372
|
-
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
373
|
-
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
170
|
+
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
171
|
+
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
374
172
|
$emit: ((event: "click:open", value: {
|
|
375
173
|
id: unknown;
|
|
376
174
|
value: boolean;
|
|
@@ -388,8 +186,8 @@ declare const VList: {
|
|
|
388
186
|
default: string;
|
|
389
187
|
validator: (v: any) => boolean;
|
|
390
188
|
}, "type" | "default"> & {
|
|
391
|
-
type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain"
|
|
392
|
-
default: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain"
|
|
189
|
+
type: PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
|
190
|
+
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
393
191
|
};
|
|
394
192
|
theme: StringConstructor;
|
|
395
193
|
tag: {
|
|
@@ -442,12 +240,12 @@ declare const VList: {
|
|
|
442
240
|
};
|
|
443
241
|
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
444
242
|
selectStrategy: {
|
|
445
|
-
type: PropType<SelectStrategy
|
|
446
|
-
default: SelectStrategy
|
|
243
|
+
type: PropType<NonNullable<SelectStrategy>>;
|
|
244
|
+
default: NonNullable<SelectStrategy>;
|
|
447
245
|
};
|
|
448
246
|
openStrategy: {
|
|
449
|
-
type: PropType<OpenStrategyProp
|
|
450
|
-
default: OpenStrategyProp
|
|
247
|
+
type: PropType<NonNullable<OpenStrategyProp>>;
|
|
248
|
+
default: NonNullable<OpenStrategyProp>;
|
|
451
249
|
};
|
|
452
250
|
opened: PropType<unknown[]>;
|
|
453
251
|
selected: PropType<unknown[]>;
|
|
@@ -461,7 +259,7 @@ declare const VList: {
|
|
|
461
259
|
default: string;
|
|
462
260
|
};
|
|
463
261
|
nav: BooleanConstructor;
|
|
464
|
-
}, "$children" | "items" | "v-slots" | "v-slot:
|
|
262
|
+
}, "$children" | "items" | "v-slots" | "v-slot:item" | "v-slot:header" | "v-slot:subheader">>> & {
|
|
465
263
|
"onUpdate:selected"?: ((val: unknown[]) => any) | undefined;
|
|
466
264
|
"onUpdate:opened"?: ((val: unknown[]) => any) | undefined;
|
|
467
265
|
"onClick:open"?: ((value: {
|
|
@@ -491,16 +289,16 @@ declare const VList: {
|
|
|
491
289
|
value: boolean;
|
|
492
290
|
path: unknown[];
|
|
493
291
|
}) => boolean;
|
|
494
|
-
}, "$children" | "items" | "v-slots" | "v-slot:
|
|
292
|
+
}, "$children" | "items" | "v-slots" | "v-slot:item" | "v-slot:header" | "v-slot:subheader">, string, {
|
|
495
293
|
nav: boolean;
|
|
496
294
|
disabled: boolean;
|
|
497
295
|
tag: string;
|
|
498
296
|
mandatory: boolean;
|
|
499
297
|
rounded: string | number | boolean;
|
|
500
298
|
density: Density;
|
|
501
|
-
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain"
|
|
502
|
-
selectStrategy: SelectStrategy
|
|
503
|
-
openStrategy: OpenStrategyProp
|
|
299
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
300
|
+
selectStrategy: NonNullable<SelectStrategy>;
|
|
301
|
+
openStrategy: NonNullable<OpenStrategyProp>;
|
|
504
302
|
lines: false | "one" | "two" | "three";
|
|
505
303
|
itemTitle: SelectItemKey;
|
|
506
304
|
itemValue: SelectItemKey;
|
|
@@ -508,7 +306,7 @@ declare const VList: {
|
|
|
508
306
|
itemProps: SelectItemKey;
|
|
509
307
|
returnObject: boolean;
|
|
510
308
|
itemType: string;
|
|
511
|
-
}> & {
|
|
309
|
+
}, {}, string> & {
|
|
512
310
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
513
311
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
514
312
|
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -523,11 +321,11 @@ declare const VList: {
|
|
|
523
321
|
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
524
322
|
renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
|
525
323
|
renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
|
526
|
-
errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
324
|
+
errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
527
325
|
};
|
|
528
326
|
$forceUpdate: () => void;
|
|
529
327
|
$nextTick: typeof vue.nextTick;
|
|
530
|
-
$watch
|
|
328
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
|
|
531
329
|
} & Readonly<vue.ExtractPropTypes<Omit<{
|
|
532
330
|
color: StringConstructor;
|
|
533
331
|
variant: Omit<{
|
|
@@ -535,8 +333,8 @@ declare const VList: {
|
|
|
535
333
|
default: string;
|
|
536
334
|
validator: (v: any) => boolean;
|
|
537
335
|
}, "type" | "default"> & {
|
|
538
|
-
type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain"
|
|
539
|
-
default: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain"
|
|
336
|
+
type: PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
|
337
|
+
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
540
338
|
};
|
|
541
339
|
theme: StringConstructor;
|
|
542
340
|
tag: {
|
|
@@ -589,12 +387,12 @@ declare const VList: {
|
|
|
589
387
|
};
|
|
590
388
|
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
591
389
|
selectStrategy: {
|
|
592
|
-
type: PropType<SelectStrategy
|
|
593
|
-
default: SelectStrategy
|
|
390
|
+
type: PropType<NonNullable<SelectStrategy>>;
|
|
391
|
+
default: NonNullable<SelectStrategy>;
|
|
594
392
|
};
|
|
595
393
|
openStrategy: {
|
|
596
|
-
type: PropType<OpenStrategyProp
|
|
597
|
-
default: OpenStrategyProp
|
|
394
|
+
type: PropType<NonNullable<OpenStrategyProp>>;
|
|
395
|
+
default: NonNullable<OpenStrategyProp>;
|
|
598
396
|
};
|
|
599
397
|
opened: PropType<unknown[]>;
|
|
600
398
|
selected: PropType<unknown[]>;
|
|
@@ -608,7 +406,7 @@ declare const VList: {
|
|
|
608
406
|
default: string;
|
|
609
407
|
};
|
|
610
408
|
nav: BooleanConstructor;
|
|
611
|
-
}, "$children" | "items" | "v-slots" | "v-slot:
|
|
409
|
+
}, "$children" | "items" | "v-slots" | "v-slot:item" | "v-slot:header" | "v-slot:subheader">>> & {
|
|
612
410
|
"onUpdate:selected"?: ((val: unknown[]) => any) | undefined;
|
|
613
411
|
"onUpdate:opened"?: ((val: unknown[]) => any) | undefined;
|
|
614
412
|
"onClick:open"?: ((value: {
|
|
@@ -625,7 +423,7 @@ declare const VList: {
|
|
|
625
423
|
open: (id: unknown, value: boolean, event?: Event | undefined) => void;
|
|
626
424
|
select: (id: unknown, value: boolean, event?: Event | undefined) => void;
|
|
627
425
|
focus: (location?: 'next' | 'prev' | 'first' | 'last') => void;
|
|
628
|
-
}> & {} & vue.ComponentCustomProperties;
|
|
426
|
+
}> & {} & vue.ComponentCustomProperties & {};
|
|
629
427
|
__isFragment?: undefined;
|
|
630
428
|
__isTeleport?: undefined;
|
|
631
429
|
__isSuspense?: undefined;
|
|
@@ -636,8 +434,8 @@ declare const VList: {
|
|
|
636
434
|
default: string;
|
|
637
435
|
validator: (v: any) => boolean;
|
|
638
436
|
}, "type" | "default"> & {
|
|
639
|
-
type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain"
|
|
640
|
-
default: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain"
|
|
437
|
+
type: PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
|
438
|
+
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
641
439
|
};
|
|
642
440
|
theme: StringConstructor;
|
|
643
441
|
tag: {
|
|
@@ -690,12 +488,12 @@ declare const VList: {
|
|
|
690
488
|
};
|
|
691
489
|
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
692
490
|
selectStrategy: {
|
|
693
|
-
type: PropType<SelectStrategy
|
|
694
|
-
default: SelectStrategy
|
|
491
|
+
type: PropType<NonNullable<SelectStrategy>>;
|
|
492
|
+
default: NonNullable<SelectStrategy>;
|
|
695
493
|
};
|
|
696
494
|
openStrategy: {
|
|
697
|
-
type: PropType<OpenStrategyProp
|
|
698
|
-
default: OpenStrategyProp
|
|
495
|
+
type: PropType<NonNullable<OpenStrategyProp>>;
|
|
496
|
+
default: NonNullable<OpenStrategyProp>;
|
|
699
497
|
};
|
|
700
498
|
opened: PropType<unknown[]>;
|
|
701
499
|
selected: PropType<unknown[]>;
|
|
@@ -709,7 +507,7 @@ declare const VList: {
|
|
|
709
507
|
default: string;
|
|
710
508
|
};
|
|
711
509
|
nav: BooleanConstructor;
|
|
712
|
-
}, "$children" | "items" | "v-slots" | "v-slot:
|
|
510
|
+
}, "$children" | "items" | "v-slots" | "v-slot:item" | "v-slot:header" | "v-slot:subheader">>> & {
|
|
713
511
|
"onUpdate:selected"?: ((val: unknown[]) => any) | undefined;
|
|
714
512
|
"onUpdate:opened"?: ((val: unknown[]) => any) | undefined;
|
|
715
513
|
"onClick:open"?: ((value: {
|
|
@@ -739,16 +537,16 @@ declare const VList: {
|
|
|
739
537
|
value: boolean;
|
|
740
538
|
path: unknown[];
|
|
741
539
|
}) => boolean;
|
|
742
|
-
}, "$children" | "items" | "v-slots" | "v-slot:
|
|
540
|
+
}, "$children" | "items" | "v-slots" | "v-slot:item" | "v-slot:header" | "v-slot:subheader">, string, {
|
|
743
541
|
nav: boolean;
|
|
744
542
|
disabled: boolean;
|
|
745
543
|
tag: string;
|
|
746
544
|
mandatory: boolean;
|
|
747
545
|
rounded: string | number | boolean;
|
|
748
546
|
density: Density;
|
|
749
|
-
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain"
|
|
750
|
-
selectStrategy: SelectStrategy
|
|
751
|
-
openStrategy: OpenStrategyProp
|
|
547
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
548
|
+
selectStrategy: NonNullable<SelectStrategy>;
|
|
549
|
+
openStrategy: NonNullable<OpenStrategyProp>;
|
|
752
550
|
lines: false | "one" | "two" | "three";
|
|
753
551
|
itemTitle: SelectItemKey;
|
|
754
552
|
itemValue: SelectItemKey;
|
|
@@ -756,396 +554,276 @@ declare const VList: {
|
|
|
756
554
|
itemProps: SelectItemKey;
|
|
757
555
|
returnObject: boolean;
|
|
758
556
|
itemType: string;
|
|
759
|
-
}> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <
|
|
557
|
+
}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T_1>() => {
|
|
760
558
|
$props: {
|
|
761
|
-
items?:
|
|
559
|
+
items?: T_1[] | undefined;
|
|
762
560
|
} & {
|
|
763
561
|
$children?: {} | vue.VNodeChild | {
|
|
764
562
|
subheader?: (() => vue.VNodeChild) | undefined;
|
|
765
|
-
header?: ((args_0:
|
|
766
|
-
|
|
563
|
+
header?: ((args_0: {
|
|
564
|
+
props: Record<string, unknown>;
|
|
565
|
+
}) => vue.VNodeChild) | undefined;
|
|
566
|
+
item?: ((args_0: T_1) => vue.VNodeChild) | undefined;
|
|
767
567
|
};
|
|
768
568
|
'v-slots'?: {
|
|
769
569
|
subheader?: false | (() => vue.VNodeChild) | undefined;
|
|
770
|
-
header?: false | ((args_0:
|
|
771
|
-
|
|
570
|
+
header?: false | ((args_0: {
|
|
571
|
+
props: Record<string, unknown>;
|
|
572
|
+
}) => vue.VNodeChild) | undefined;
|
|
573
|
+
item?: false | ((args_0: T_1) => vue.VNodeChild) | undefined;
|
|
772
574
|
} | undefined;
|
|
773
575
|
} & {
|
|
774
576
|
"v-slot:subheader"?: false | (() => vue.VNodeChild) | undefined;
|
|
775
|
-
"v-slot:header"?: false | ((args_0:
|
|
776
|
-
|
|
577
|
+
"v-slot:header"?: false | ((args_0: {
|
|
578
|
+
props: Record<string, unknown>;
|
|
579
|
+
}) => vue.VNodeChild) | undefined;
|
|
580
|
+
"v-slot:item"?: false | ((args_0: T_1) => vue.VNodeChild) | undefined;
|
|
777
581
|
};
|
|
778
582
|
});
|
|
779
|
-
|
|
583
|
+
type VList = InstanceType<typeof VList>;
|
|
584
|
+
|
|
585
|
+
type IconValue = string | JSXComponent;
|
|
586
|
+
declare const IconValue: PropType<IconValue>;
|
|
587
|
+
|
|
588
|
+
declare const VListGroup: vue.DefineComponent<{
|
|
589
|
+
tag: string;
|
|
590
|
+
subgroup: boolean;
|
|
591
|
+
collapseIcon: IconValue;
|
|
592
|
+
expandIcon: IconValue;
|
|
593
|
+
fluid: boolean;
|
|
594
|
+
} & {
|
|
595
|
+
color?: string | undefined;
|
|
596
|
+
value?: any;
|
|
597
|
+
title?: string | undefined;
|
|
598
|
+
prependIcon?: IconValue | undefined;
|
|
599
|
+
appendIcon?: IconValue | undefined;
|
|
600
|
+
activeColor?: string | undefined;
|
|
601
|
+
} & {
|
|
602
|
+
$children?: {} | vue.VNodeChild | {
|
|
603
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
604
|
+
activator?: ((args_0: {
|
|
605
|
+
isOpen: boolean;
|
|
606
|
+
props: Record<string, unknown>;
|
|
607
|
+
}) => vue.VNodeChild) | undefined;
|
|
608
|
+
};
|
|
609
|
+
'v-slots'?: {
|
|
610
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
611
|
+
activator?: false | ((args_0: {
|
|
612
|
+
isOpen: boolean;
|
|
613
|
+
props: Record<string, unknown>;
|
|
614
|
+
}) => vue.VNodeChild) | undefined;
|
|
615
|
+
} | undefined;
|
|
616
|
+
} & {
|
|
617
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
618
|
+
"v-slot:activator"?: false | ((args_0: {
|
|
619
|
+
isOpen: boolean;
|
|
620
|
+
props: Record<string, unknown>;
|
|
621
|
+
}) => vue.VNodeChild) | undefined;
|
|
622
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
|
623
|
+
tag: string;
|
|
624
|
+
subgroup: boolean;
|
|
625
|
+
collapseIcon: IconValue;
|
|
626
|
+
expandIcon: IconValue;
|
|
627
|
+
fluid: boolean;
|
|
628
|
+
} & {
|
|
629
|
+
color?: string | undefined;
|
|
630
|
+
value?: any;
|
|
631
|
+
title?: string | undefined;
|
|
632
|
+
prependIcon?: IconValue | undefined;
|
|
633
|
+
appendIcon?: IconValue | undefined;
|
|
634
|
+
activeColor?: string | undefined;
|
|
635
|
+
} & {
|
|
636
|
+
$children?: {} | vue.VNodeChild | {
|
|
637
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
638
|
+
activator?: ((args_0: {
|
|
639
|
+
isOpen: boolean;
|
|
640
|
+
props: Record<string, unknown>;
|
|
641
|
+
}) => vue.VNodeChild) | undefined;
|
|
642
|
+
};
|
|
643
|
+
'v-slots'?: {
|
|
644
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
645
|
+
activator?: false | ((args_0: {
|
|
646
|
+
isOpen: boolean;
|
|
647
|
+
props: Record<string, unknown>;
|
|
648
|
+
}) => vue.VNodeChild) | undefined;
|
|
649
|
+
} | undefined;
|
|
650
|
+
} & {
|
|
651
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
652
|
+
"v-slot:activator"?: false | ((args_0: {
|
|
653
|
+
isOpen: boolean;
|
|
654
|
+
props: Record<string, unknown>;
|
|
655
|
+
}) => vue.VNodeChild) | undefined;
|
|
656
|
+
}, {
|
|
657
|
+
tag: string;
|
|
658
|
+
subgroup: boolean;
|
|
659
|
+
collapseIcon: IconValue;
|
|
660
|
+
expandIcon: IconValue;
|
|
661
|
+
fluid: boolean;
|
|
662
|
+
}>;
|
|
663
|
+
type VListGroup = InstanceType<typeof VListGroup>;
|
|
780
664
|
|
|
781
665
|
declare const VListImg: vue.DefineComponent<{
|
|
782
|
-
tag:
|
|
783
|
-
|
|
784
|
-
|
|
666
|
+
tag: string;
|
|
667
|
+
} & {} & {
|
|
668
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
669
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
785
670
|
};
|
|
671
|
+
'v-slots'?: {
|
|
672
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
673
|
+
} | undefined;
|
|
674
|
+
} & {
|
|
675
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
786
676
|
}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
787
677
|
[key: string]: any;
|
|
788
|
-
}>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin,
|
|
789
|
-
tag:
|
|
790
|
-
|
|
791
|
-
|
|
678
|
+
}>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
|
679
|
+
tag: string;
|
|
680
|
+
} & {} & {
|
|
681
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
682
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
792
683
|
};
|
|
793
|
-
|
|
684
|
+
'v-slots'?: {
|
|
685
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
686
|
+
} | undefined;
|
|
687
|
+
} & {
|
|
688
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
689
|
+
}, {
|
|
794
690
|
tag: string;
|
|
795
691
|
}>;
|
|
796
|
-
|
|
692
|
+
type VListImg = InstanceType<typeof VListImg>;
|
|
797
693
|
|
|
798
|
-
|
|
694
|
+
type ListItemSlot = {
|
|
799
695
|
isActive: boolean;
|
|
800
696
|
activate: (value: boolean) => void;
|
|
801
697
|
isSelected: boolean;
|
|
802
698
|
select: (value: boolean) => void;
|
|
803
699
|
};
|
|
804
|
-
|
|
700
|
+
type ListItemTitleSlot = {
|
|
805
701
|
title?: string;
|
|
806
702
|
};
|
|
807
|
-
|
|
703
|
+
type ListItemSubtitleSlot = {
|
|
808
704
|
subtitle?: string;
|
|
809
705
|
};
|
|
810
|
-
declare const VListItem: {
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
855
|
-
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
856
|
-
minHeight: (StringConstructor | NumberConstructor)[];
|
|
857
|
-
minWidth: (StringConstructor | NumberConstructor)[];
|
|
858
|
-
width: (StringConstructor | NumberConstructor)[];
|
|
859
|
-
density: {
|
|
860
|
-
type: PropType<Density>;
|
|
861
|
-
default: string;
|
|
862
|
-
validator: (v: any) => boolean;
|
|
863
|
-
};
|
|
864
|
-
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
865
|
-
active: {
|
|
866
|
-
type: BooleanConstructor;
|
|
867
|
-
default: undefined;
|
|
868
|
-
};
|
|
869
|
-
activeClass: StringConstructor;
|
|
870
|
-
activeColor: StringConstructor;
|
|
871
|
-
appendAvatar: StringConstructor;
|
|
872
|
-
appendIcon: PropType<IconValue>;
|
|
873
|
-
disabled: BooleanConstructor;
|
|
874
|
-
lines: PropType<"one" | "two" | "three">;
|
|
875
|
-
link: {
|
|
876
|
-
type: BooleanConstructor;
|
|
877
|
-
default: undefined;
|
|
878
|
-
};
|
|
879
|
-
nav: BooleanConstructor;
|
|
880
|
-
prependAvatar: StringConstructor;
|
|
881
|
-
prependIcon: PropType<IconValue>;
|
|
882
|
-
ripple: {
|
|
883
|
-
type: BooleanConstructor;
|
|
884
|
-
default: boolean;
|
|
885
|
-
};
|
|
886
|
-
subtitle: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
887
|
-
title: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
888
|
-
value: null;
|
|
889
|
-
onClick: PropType<EventProp<(...args: any[]) => any>>;
|
|
890
|
-
onClickOnce: PropType<EventProp<(...args: any[]) => any>>;
|
|
891
|
-
}, "$children" | "v-slots" | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "v-slot:title" | "v-slot:subtitle">>> & {
|
|
892
|
-
onClick?: ((e: MouseEvent | KeyboardEvent) => any) | undefined;
|
|
893
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "replace" | "link" | "exact" | "active" | "nav" | "disabled" | "tag" | "rounded" | "density" | "variant" | "ripple">;
|
|
894
|
-
$attrs: {
|
|
895
|
-
[x: string]: unknown;
|
|
896
|
-
};
|
|
897
|
-
$refs: {
|
|
898
|
-
[x: string]: unknown;
|
|
899
|
-
};
|
|
900
|
-
$slots: Readonly<{
|
|
901
|
-
[name: string]: vue.Slot | undefined;
|
|
902
|
-
}>;
|
|
903
|
-
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
904
|
-
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
905
|
-
$emit: (event: "click", e: MouseEvent | KeyboardEvent) => void;
|
|
906
|
-
$el: any;
|
|
907
|
-
$options: vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<Omit<{
|
|
908
|
-
color: StringConstructor;
|
|
909
|
-
variant: Omit<{
|
|
910
|
-
type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
911
|
-
default: string;
|
|
912
|
-
validator: (v: any) => boolean;
|
|
913
|
-
}, "type" | "default"> & {
|
|
914
|
-
type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
915
|
-
default: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
916
|
-
};
|
|
917
|
-
theme: StringConstructor;
|
|
918
|
-
tag: {
|
|
919
|
-
type: StringConstructor;
|
|
920
|
-
default: string;
|
|
921
|
-
};
|
|
922
|
-
href: StringConstructor;
|
|
923
|
-
replace: BooleanConstructor;
|
|
924
|
-
to: PropType<vue_router.RouteLocationRaw>;
|
|
925
|
-
exact: BooleanConstructor;
|
|
926
|
-
rounded: {
|
|
927
|
-
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
928
|
-
default: undefined;
|
|
929
|
-
};
|
|
930
|
-
elevation: {
|
|
931
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
932
|
-
validator(v: any): boolean;
|
|
933
|
-
};
|
|
934
|
-
height: (StringConstructor | NumberConstructor)[];
|
|
935
|
-
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
936
|
-
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
937
|
-
minHeight: (StringConstructor | NumberConstructor)[];
|
|
938
|
-
minWidth: (StringConstructor | NumberConstructor)[];
|
|
939
|
-
width: (StringConstructor | NumberConstructor)[];
|
|
940
|
-
density: {
|
|
941
|
-
type: PropType<Density>;
|
|
942
|
-
default: string;
|
|
943
|
-
validator: (v: any) => boolean;
|
|
944
|
-
};
|
|
945
|
-
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
946
|
-
active: {
|
|
947
|
-
type: BooleanConstructor;
|
|
948
|
-
default: undefined;
|
|
949
|
-
};
|
|
950
|
-
activeClass: StringConstructor;
|
|
951
|
-
activeColor: StringConstructor;
|
|
952
|
-
appendAvatar: StringConstructor;
|
|
953
|
-
appendIcon: PropType<IconValue>;
|
|
954
|
-
disabled: BooleanConstructor;
|
|
955
|
-
lines: PropType<"one" | "two" | "three">;
|
|
956
|
-
link: {
|
|
957
|
-
type: BooleanConstructor;
|
|
958
|
-
default: undefined;
|
|
959
|
-
};
|
|
960
|
-
nav: BooleanConstructor;
|
|
961
|
-
prependAvatar: StringConstructor;
|
|
962
|
-
prependIcon: PropType<IconValue>;
|
|
963
|
-
ripple: {
|
|
964
|
-
type: BooleanConstructor;
|
|
965
|
-
default: boolean;
|
|
966
|
-
};
|
|
967
|
-
subtitle: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
968
|
-
title: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
969
|
-
value: null;
|
|
970
|
-
onClick: PropType<EventProp<(...args: any[]) => any>>;
|
|
971
|
-
onClickOnce: PropType<EventProp<(...args: any[]) => any>>;
|
|
972
|
-
}, "$children" | "v-slots" | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "v-slot:title" | "v-slot:subtitle">>> & {
|
|
973
|
-
onClick?: ((e: MouseEvent | KeyboardEvent) => any) | undefined;
|
|
974
|
-
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
975
|
-
click: (e: MouseEvent | KeyboardEvent) => boolean;
|
|
976
|
-
}, "$children" | "v-slots" | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "v-slot:title" | "v-slot:subtitle">, string, {
|
|
977
|
-
replace: boolean;
|
|
978
|
-
link: boolean;
|
|
979
|
-
exact: boolean;
|
|
980
|
-
active: boolean;
|
|
981
|
-
nav: boolean;
|
|
982
|
-
disabled: boolean;
|
|
983
|
-
tag: string;
|
|
984
|
-
rounded: string | number | boolean;
|
|
985
|
-
density: Density;
|
|
986
|
-
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
987
|
-
ripple: boolean;
|
|
988
|
-
}> & {
|
|
989
|
-
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
990
|
-
created?: ((() => void) | (() => void)[]) | undefined;
|
|
991
|
-
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
992
|
-
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
993
|
-
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
994
|
-
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
995
|
-
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
996
|
-
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
997
|
-
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
998
|
-
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
999
|
-
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
1000
|
-
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
1001
|
-
renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
|
1002
|
-
renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
|
1003
|
-
errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
|
|
1004
|
-
};
|
|
1005
|
-
$forceUpdate: () => void;
|
|
1006
|
-
$nextTick: typeof vue.nextTick;
|
|
1007
|
-
$watch(source: string | Function, cb: Function, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
|
|
1008
|
-
} & Readonly<vue.ExtractPropTypes<Omit<{
|
|
1009
|
-
color: StringConstructor;
|
|
1010
|
-
variant: Omit<{
|
|
1011
|
-
type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
1012
|
-
default: string;
|
|
1013
|
-
validator: (v: any) => boolean;
|
|
1014
|
-
}, "type" | "default"> & {
|
|
1015
|
-
type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
1016
|
-
default: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
1017
|
-
};
|
|
1018
|
-
theme: StringConstructor;
|
|
1019
|
-
tag: {
|
|
1020
|
-
type: StringConstructor;
|
|
1021
|
-
default: string;
|
|
1022
|
-
};
|
|
1023
|
-
href: StringConstructor;
|
|
1024
|
-
replace: BooleanConstructor;
|
|
1025
|
-
to: PropType<vue_router.RouteLocationRaw>;
|
|
1026
|
-
exact: BooleanConstructor;
|
|
1027
|
-
rounded: {
|
|
1028
|
-
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
1029
|
-
default: undefined;
|
|
1030
|
-
};
|
|
1031
|
-
elevation: {
|
|
1032
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
1033
|
-
validator(v: any): boolean;
|
|
1034
|
-
};
|
|
1035
|
-
height: (StringConstructor | NumberConstructor)[];
|
|
1036
|
-
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
1037
|
-
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
1038
|
-
minHeight: (StringConstructor | NumberConstructor)[];
|
|
1039
|
-
minWidth: (StringConstructor | NumberConstructor)[];
|
|
1040
|
-
width: (StringConstructor | NumberConstructor)[];
|
|
1041
|
-
density: {
|
|
1042
|
-
type: PropType<Density>;
|
|
1043
|
-
default: string;
|
|
1044
|
-
validator: (v: any) => boolean;
|
|
1045
|
-
};
|
|
1046
|
-
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
1047
|
-
active: {
|
|
1048
|
-
type: BooleanConstructor;
|
|
1049
|
-
default: undefined;
|
|
1050
|
-
};
|
|
1051
|
-
activeClass: StringConstructor;
|
|
1052
|
-
activeColor: StringConstructor;
|
|
1053
|
-
appendAvatar: StringConstructor;
|
|
1054
|
-
appendIcon: PropType<IconValue>;
|
|
1055
|
-
disabled: BooleanConstructor;
|
|
1056
|
-
lines: PropType<"one" | "two" | "three">;
|
|
1057
|
-
link: {
|
|
1058
|
-
type: BooleanConstructor;
|
|
1059
|
-
default: undefined;
|
|
1060
|
-
};
|
|
1061
|
-
nav: BooleanConstructor;
|
|
1062
|
-
prependAvatar: StringConstructor;
|
|
1063
|
-
prependIcon: PropType<IconValue>;
|
|
1064
|
-
ripple: {
|
|
1065
|
-
type: BooleanConstructor;
|
|
1066
|
-
default: boolean;
|
|
1067
|
-
};
|
|
1068
|
-
subtitle: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
1069
|
-
title: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
1070
|
-
value: null;
|
|
1071
|
-
onClick: PropType<EventProp<(...args: any[]) => any>>;
|
|
1072
|
-
onClickOnce: PropType<EventProp<(...args: any[]) => any>>;
|
|
1073
|
-
}, "$children" | "v-slots" | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "v-slot:title" | "v-slot:subtitle">>> & {
|
|
1074
|
-
onClick?: ((e: MouseEvent | KeyboardEvent) => any) | undefined;
|
|
1075
|
-
} & vue.ShallowUnwrapRef<{}> & {} & vue.ComponentCustomProperties;
|
|
1076
|
-
__isFragment?: undefined;
|
|
1077
|
-
__isTeleport?: undefined;
|
|
1078
|
-
__isSuspense?: undefined;
|
|
1079
|
-
} & vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<Omit<{
|
|
1080
|
-
color: StringConstructor;
|
|
1081
|
-
variant: Omit<{
|
|
1082
|
-
type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
1083
|
-
default: string;
|
|
1084
|
-
validator: (v: any) => boolean;
|
|
1085
|
-
}, "type" | "default"> & {
|
|
1086
|
-
type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
1087
|
-
default: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
1088
|
-
};
|
|
1089
|
-
theme: StringConstructor;
|
|
1090
|
-
tag: {
|
|
1091
|
-
type: StringConstructor;
|
|
1092
|
-
default: string;
|
|
1093
|
-
};
|
|
1094
|
-
href: StringConstructor;
|
|
1095
|
-
replace: BooleanConstructor;
|
|
1096
|
-
to: PropType<vue_router.RouteLocationRaw>;
|
|
1097
|
-
exact: BooleanConstructor;
|
|
1098
|
-
rounded: {
|
|
1099
|
-
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
1100
|
-
default: undefined;
|
|
1101
|
-
};
|
|
1102
|
-
elevation: {
|
|
1103
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
1104
|
-
validator(v: any): boolean;
|
|
1105
|
-
};
|
|
1106
|
-
height: (StringConstructor | NumberConstructor)[];
|
|
1107
|
-
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
1108
|
-
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
1109
|
-
minHeight: (StringConstructor | NumberConstructor)[];
|
|
1110
|
-
minWidth: (StringConstructor | NumberConstructor)[];
|
|
1111
|
-
width: (StringConstructor | NumberConstructor)[];
|
|
1112
|
-
density: {
|
|
1113
|
-
type: PropType<Density>;
|
|
1114
|
-
default: string;
|
|
1115
|
-
validator: (v: any) => boolean;
|
|
1116
|
-
};
|
|
1117
|
-
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
1118
|
-
active: {
|
|
1119
|
-
type: BooleanConstructor;
|
|
1120
|
-
default: undefined;
|
|
1121
|
-
};
|
|
1122
|
-
activeClass: StringConstructor;
|
|
1123
|
-
activeColor: StringConstructor;
|
|
1124
|
-
appendAvatar: StringConstructor;
|
|
1125
|
-
appendIcon: PropType<IconValue>;
|
|
1126
|
-
disabled: BooleanConstructor;
|
|
1127
|
-
lines: PropType<"one" | "two" | "three">;
|
|
1128
|
-
link: {
|
|
1129
|
-
type: BooleanConstructor;
|
|
1130
|
-
default: undefined;
|
|
706
|
+
declare const VListItem: vue.DefineComponent<{
|
|
707
|
+
replace: boolean;
|
|
708
|
+
exact: boolean;
|
|
709
|
+
nav: boolean;
|
|
710
|
+
disabled: boolean;
|
|
711
|
+
tag: string;
|
|
712
|
+
density: Density;
|
|
713
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
714
|
+
ripple: boolean;
|
|
715
|
+
} & {
|
|
716
|
+
link?: boolean | undefined;
|
|
717
|
+
height?: string | number | undefined;
|
|
718
|
+
width?: string | number | undefined;
|
|
719
|
+
active?: boolean | undefined;
|
|
720
|
+
border?: string | number | boolean | undefined;
|
|
721
|
+
color?: string | undefined;
|
|
722
|
+
maxHeight?: string | number | undefined;
|
|
723
|
+
maxWidth?: string | number | undefined;
|
|
724
|
+
minHeight?: string | number | undefined;
|
|
725
|
+
minWidth?: string | number | undefined;
|
|
726
|
+
value?: any;
|
|
727
|
+
title?: string | number | boolean | undefined;
|
|
728
|
+
onClick?: EventProp<(...args: any[]) => any> | undefined;
|
|
729
|
+
onClickOnce?: EventProp<(...args: any[]) => any> | undefined;
|
|
730
|
+
href?: string | undefined;
|
|
731
|
+
elevation?: string | number | undefined;
|
|
732
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
733
|
+
theme?: string | undefined;
|
|
734
|
+
rounded?: string | number | boolean | undefined;
|
|
735
|
+
prependIcon?: IconValue | undefined;
|
|
736
|
+
appendIcon?: IconValue | undefined;
|
|
737
|
+
activeClass?: string | undefined;
|
|
738
|
+
appendAvatar?: string | undefined;
|
|
739
|
+
prependAvatar?: string | undefined;
|
|
740
|
+
activeColor?: string | undefined;
|
|
741
|
+
subtitle?: string | number | boolean | undefined;
|
|
742
|
+
lines?: "one" | "two" | "three" | undefined;
|
|
743
|
+
} & {
|
|
744
|
+
$children?: {} | vue.VNodeChild | {
|
|
745
|
+
prepend?: ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
746
|
+
append?: ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
747
|
+
default?: ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
748
|
+
title?: ((args_0: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
|
749
|
+
subtitle?: ((args_0: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
|
1131
750
|
};
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
751
|
+
'v-slots'?: {
|
|
752
|
+
prepend?: false | ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
753
|
+
append?: false | ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
754
|
+
default?: false | ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
755
|
+
title?: false | ((args_0: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
|
756
|
+
subtitle?: false | ((args_0: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
|
757
|
+
} | undefined;
|
|
758
|
+
} & {
|
|
759
|
+
"v-slot:prepend"?: false | ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
760
|
+
"v-slot:append"?: false | ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
761
|
+
"v-slot:default"?: false | ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
762
|
+
"v-slot:title"?: false | ((args_0: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
|
763
|
+
"v-slot:subtitle"?: false | ((args_0: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
|
764
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
765
|
+
click: (e: MouseEvent | KeyboardEvent) => true;
|
|
766
|
+
}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
|
767
|
+
replace: boolean;
|
|
768
|
+
exact: boolean;
|
|
769
|
+
nav: boolean;
|
|
770
|
+
disabled: boolean;
|
|
771
|
+
tag: string;
|
|
772
|
+
density: Density;
|
|
773
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
774
|
+
ripple: boolean;
|
|
775
|
+
} & {
|
|
776
|
+
link?: boolean | undefined;
|
|
777
|
+
height?: string | number | undefined;
|
|
778
|
+
width?: string | number | undefined;
|
|
779
|
+
active?: boolean | undefined;
|
|
780
|
+
border?: string | number | boolean | undefined;
|
|
781
|
+
color?: string | undefined;
|
|
782
|
+
maxHeight?: string | number | undefined;
|
|
783
|
+
maxWidth?: string | number | undefined;
|
|
784
|
+
minHeight?: string | number | undefined;
|
|
785
|
+
minWidth?: string | number | undefined;
|
|
786
|
+
value?: any;
|
|
787
|
+
title?: string | number | boolean | undefined;
|
|
788
|
+
onClick?: EventProp<(...args: any[]) => any> | undefined;
|
|
789
|
+
onClickOnce?: EventProp<(...args: any[]) => any> | undefined;
|
|
790
|
+
href?: string | undefined;
|
|
791
|
+
elevation?: string | number | undefined;
|
|
792
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
793
|
+
theme?: string | undefined;
|
|
794
|
+
rounded?: string | number | boolean | undefined;
|
|
795
|
+
prependIcon?: IconValue | undefined;
|
|
796
|
+
appendIcon?: IconValue | undefined;
|
|
797
|
+
activeClass?: string | undefined;
|
|
798
|
+
appendAvatar?: string | undefined;
|
|
799
|
+
prependAvatar?: string | undefined;
|
|
800
|
+
activeColor?: string | undefined;
|
|
801
|
+
subtitle?: string | number | boolean | undefined;
|
|
802
|
+
lines?: "one" | "two" | "three" | undefined;
|
|
803
|
+
} & {
|
|
804
|
+
$children?: {} | vue.VNodeChild | {
|
|
805
|
+
prepend?: ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
806
|
+
append?: ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
807
|
+
default?: ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
808
|
+
title?: ((args_0: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
|
809
|
+
subtitle?: ((args_0: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
|
1138
810
|
};
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
811
|
+
'v-slots'?: {
|
|
812
|
+
prepend?: false | ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
813
|
+
append?: false | ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
814
|
+
default?: false | ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
815
|
+
title?: false | ((args_0: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
|
816
|
+
subtitle?: false | ((args_0: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
|
817
|
+
} | undefined;
|
|
818
|
+
} & {
|
|
819
|
+
"v-slot:prepend"?: false | ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
820
|
+
"v-slot:append"?: false | ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
821
|
+
"v-slot:default"?: false | ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
822
|
+
"v-slot:title"?: false | ((args_0: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
|
823
|
+
"v-slot:subtitle"?: false | ((args_0: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
|
824
|
+
} & {
|
|
1145
825
|
onClick?: ((e: MouseEvent | KeyboardEvent) => any) | undefined;
|
|
1146
|
-
}, {
|
|
1147
|
-
click: (e: MouseEvent | KeyboardEvent) => boolean;
|
|
1148
|
-
}, "$children" | "v-slots" | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "v-slot:title" | "v-slot:subtitle">, string, {
|
|
826
|
+
}, {
|
|
1149
827
|
replace: boolean;
|
|
1150
828
|
link: boolean;
|
|
1151
829
|
exact: boolean;
|
|
@@ -1155,118 +833,172 @@ declare const VListItem: {
|
|
|
1155
833
|
tag: string;
|
|
1156
834
|
rounded: string | number | boolean;
|
|
1157
835
|
density: Density;
|
|
1158
|
-
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain"
|
|
836
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
1159
837
|
ripple: boolean;
|
|
1160
|
-
}
|
|
1161
|
-
|
|
1162
|
-
prepend: [ListItemSlot];
|
|
1163
|
-
append: [ListItemSlot];
|
|
1164
|
-
default: [ListItemSlot];
|
|
1165
|
-
title: [ListItemTitleSlot];
|
|
1166
|
-
subtitle: [ListItemSubtitleSlot];
|
|
1167
|
-
}>;
|
|
1168
|
-
});
|
|
1169
|
-
declare type VListItem = InstanceType<typeof VListItem>;
|
|
838
|
+
}>;
|
|
839
|
+
type VListItem = InstanceType<typeof VListItem>;
|
|
1170
840
|
|
|
1171
841
|
declare const VListItemAction: vue.DefineComponent<{
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
842
|
+
end: boolean;
|
|
843
|
+
start: boolean;
|
|
844
|
+
tag: string;
|
|
845
|
+
} & {} & {
|
|
846
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
847
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
1175
848
|
};
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
}
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
849
|
+
'v-slots'?: {
|
|
850
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
851
|
+
} | undefined;
|
|
852
|
+
} & {
|
|
853
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
854
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
|
855
|
+
end: boolean;
|
|
856
|
+
start: boolean;
|
|
857
|
+
tag: string;
|
|
858
|
+
} & {} & {
|
|
859
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
860
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
1182
861
|
};
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
}
|
|
862
|
+
'v-slots'?: {
|
|
863
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
864
|
+
} | undefined;
|
|
865
|
+
} & {
|
|
866
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
867
|
+
}, {
|
|
1186
868
|
end: boolean;
|
|
1187
869
|
start: boolean;
|
|
1188
870
|
tag: string;
|
|
1189
871
|
}>;
|
|
1190
|
-
|
|
872
|
+
type VListItemAction = InstanceType<typeof VListItemAction>;
|
|
1191
873
|
|
|
1192
874
|
declare const VListItemMedia: vue.DefineComponent<{
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
875
|
+
end: boolean;
|
|
876
|
+
start: boolean;
|
|
877
|
+
tag: string;
|
|
878
|
+
} & {} & {
|
|
879
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
880
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
1196
881
|
};
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
}
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
882
|
+
'v-slots'?: {
|
|
883
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
884
|
+
} | undefined;
|
|
885
|
+
} & {
|
|
886
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
887
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
|
888
|
+
end: boolean;
|
|
889
|
+
start: boolean;
|
|
890
|
+
tag: string;
|
|
891
|
+
} & {} & {
|
|
892
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
893
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
1203
894
|
};
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
}
|
|
895
|
+
'v-slots'?: {
|
|
896
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
897
|
+
} | undefined;
|
|
898
|
+
} & {
|
|
899
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
900
|
+
}, {
|
|
1207
901
|
end: boolean;
|
|
1208
902
|
start: boolean;
|
|
1209
903
|
tag: string;
|
|
1210
904
|
}>;
|
|
1211
|
-
|
|
905
|
+
type VListItemMedia = InstanceType<typeof VListItemMedia>;
|
|
1212
906
|
|
|
1213
907
|
declare const VListItemSubtitle: vue.DefineComponent<{
|
|
1214
|
-
tag:
|
|
1215
|
-
|
|
1216
|
-
|
|
908
|
+
tag: string;
|
|
909
|
+
} & {} & {
|
|
910
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
911
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
1217
912
|
};
|
|
913
|
+
'v-slots'?: {
|
|
914
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
915
|
+
} | undefined;
|
|
916
|
+
} & {
|
|
917
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
1218
918
|
}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1219
919
|
[key: string]: any;
|
|
1220
|
-
}>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin,
|
|
1221
|
-
tag:
|
|
1222
|
-
|
|
1223
|
-
|
|
920
|
+
}>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
|
921
|
+
tag: string;
|
|
922
|
+
} & {} & {
|
|
923
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
924
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
1224
925
|
};
|
|
1225
|
-
|
|
926
|
+
'v-slots'?: {
|
|
927
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
928
|
+
} | undefined;
|
|
929
|
+
} & {
|
|
930
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
931
|
+
}, {
|
|
1226
932
|
tag: string;
|
|
1227
933
|
}>;
|
|
1228
|
-
|
|
934
|
+
type VListItemSubtitle = InstanceType<typeof VListItemSubtitle>;
|
|
1229
935
|
|
|
1230
936
|
declare const VListItemTitle: vue.DefineComponent<{
|
|
1231
|
-
tag:
|
|
1232
|
-
|
|
1233
|
-
|
|
937
|
+
tag: string;
|
|
938
|
+
} & {} & {
|
|
939
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
940
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
1234
941
|
};
|
|
942
|
+
'v-slots'?: {
|
|
943
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
944
|
+
} | undefined;
|
|
945
|
+
} & {
|
|
946
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
1235
947
|
}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1236
948
|
[key: string]: any;
|
|
1237
|
-
}>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin,
|
|
1238
|
-
tag:
|
|
1239
|
-
|
|
1240
|
-
|
|
949
|
+
}>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
|
950
|
+
tag: string;
|
|
951
|
+
} & {} & {
|
|
952
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
953
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
1241
954
|
};
|
|
1242
|
-
|
|
955
|
+
'v-slots'?: {
|
|
956
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
957
|
+
} | undefined;
|
|
958
|
+
} & {
|
|
959
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
960
|
+
}, {
|
|
1243
961
|
tag: string;
|
|
1244
962
|
}>;
|
|
1245
|
-
|
|
963
|
+
type VListItemTitle = InstanceType<typeof VListItemTitle>;
|
|
1246
964
|
|
|
1247
965
|
declare const VListSubheader: vue.DefineComponent<{
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
966
|
+
inset: boolean;
|
|
967
|
+
tag: string;
|
|
968
|
+
sticky: boolean;
|
|
969
|
+
} & {
|
|
970
|
+
color?: string | undefined;
|
|
971
|
+
title?: string | undefined;
|
|
972
|
+
} & {
|
|
973
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
974
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
1251
975
|
};
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
976
|
+
'v-slots'?: {
|
|
977
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
978
|
+
} | undefined;
|
|
979
|
+
} & {
|
|
980
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
981
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
|
982
|
+
inset: boolean;
|
|
983
|
+
tag: string;
|
|
984
|
+
sticky: boolean;
|
|
985
|
+
} & {
|
|
986
|
+
color?: string | undefined;
|
|
987
|
+
title?: string | undefined;
|
|
988
|
+
} & {
|
|
989
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
990
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
1260
991
|
};
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
992
|
+
'v-slots'?: {
|
|
993
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
994
|
+
} | undefined;
|
|
995
|
+
} & {
|
|
996
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
997
|
+
}, {
|
|
1266
998
|
inset: boolean;
|
|
1267
999
|
tag: string;
|
|
1268
1000
|
sticky: boolean;
|
|
1269
1001
|
}>;
|
|
1270
|
-
|
|
1002
|
+
type VListSubheader = InstanceType<typeof VListSubheader>;
|
|
1271
1003
|
|
|
1272
1004
|
export { VList, VListGroup, VListImg, VListItem, VListItemAction, VListItemMedia, VListItemSubtitle, VListItemTitle, VListSubheader };
|