vuetify 3.3.1 → 3.3.3
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 +48 -52
- package/dist/json/tags.json +0 -1
- package/dist/json/web-types.json +630 -762
- package/dist/vuetify-labs.css +49 -36
- package/dist/vuetify-labs.d.ts +1844 -1613
- package/dist/vuetify-labs.esm.js +5486 -5305
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +5485 -5304
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +30 -8
- package/dist/vuetify.d.ts +1767 -1633
- package/dist/vuetify.esm.js +5134 -4883
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +5133 -4882
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1001 -988
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.d.mts +33 -33
- package/lib/blueprints/md1.d.mts +33 -33
- package/lib/blueprints/md2.d.mts +33 -33
- package/lib/blueprints/md3.d.mts +33 -33
- package/lib/components/VAlert/VAlert.mjs +6 -6
- package/lib/components/VAlert/VAlert.mjs.map +1 -1
- package/lib/components/VAlert/index.d.mts +1 -1
- package/lib/components/VApp/VApp.mjs +4 -4
- package/lib/components/VApp/VApp.mjs.map +1 -1
- package/lib/components/VAppBar/VAppBar.mjs +9 -6
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/VAppBarNavIcon.mjs +1 -1
- package/lib/components/VAppBar/VAppBarNavIcon.mjs.map +1 -1
- package/lib/components/VAppBar/index.d.mts +25 -9
- package/lib/components/VAutocomplete/VAutocomplete.mjs +27 -22
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +88 -88
- package/lib/components/VAvatar/VAvatar.mjs +4 -4
- package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
- package/lib/components/VBadge/VBadge.mjs +6 -6
- package/lib/components/VBadge/VBadge.mjs.map +1 -1
- package/lib/components/VBanner/VBanner.mjs +7 -10
- package/lib/components/VBanner/VBanner.mjs.map +1 -1
- package/lib/components/VBanner/VBannerActions.mjs +2 -2
- package/lib/components/VBanner/VBannerActions.mjs.map +1 -1
- package/lib/components/VBanner/VBannerText.mjs +1 -0
- package/lib/components/VBanner/VBannerText.mjs.map +1 -1
- package/lib/components/VBanner/index.d.mts +1 -1
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs +8 -8
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +6 -9
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs +2 -2
- package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +3 -3
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.mjs +7 -7
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/index.d.mts +24 -8
- package/lib/components/VBtnGroup/VBtnGroup.mjs +4 -4
- package/lib/components/VBtnGroup/VBtnGroup.mjs.map +1 -1
- package/lib/components/VBtnToggle/VBtnToggle.mjs +2 -2
- package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
- package/lib/components/VCard/VCard.mjs +8 -8
- package/lib/components/VCard/VCard.mjs.map +1 -1
- package/lib/components/VCard/VCardItem.mjs +4 -4
- package/lib/components/VCard/VCardItem.mjs.map +1 -1
- package/lib/components/VCard/VCardSubtitle.mjs +1 -0
- package/lib/components/VCard/VCardSubtitle.mjs.map +1 -1
- package/lib/components/VCard/VCardText.mjs +1 -0
- package/lib/components/VCard/VCardText.mjs.map +1 -1
- package/lib/components/VCard/VCardTitle.mjs +1 -0
- package/lib/components/VCard/VCardTitle.mjs.map +1 -1
- package/lib/components/VCard/index.d.mts +45 -29
- package/lib/components/VCarousel/VCarousel.mjs +4 -7
- package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
- package/lib/components/VCarousel/VCarouselItem.mjs +1 -1
- package/lib/components/VCarousel/VCarouselItem.mjs.map +1 -1
- package/lib/components/VCheckbox/VCheckbox.mjs +11 -4
- package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs +4 -4
- package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
- package/lib/components/VCheckbox/index.d.mts +57 -51
- package/lib/components/VChip/VChip.mjs +8 -8
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/index.d.mts +48 -32
- package/lib/components/VChipGroup/VChipGroup.mjs +4 -7
- package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
- package/lib/components/VCode/index.mjs +3 -0
- package/lib/components/VCode/index.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPicker.mjs +10 -12
- package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerCanvas.mjs +2 -5
- package/lib/components/VColorPicker/VColorPickerCanvas.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerEdit.mjs +3 -3
- package/lib/components/VColorPicker/VColorPickerEdit.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerPreview.mjs +3 -3
- package/lib/components/VColorPicker/VColorPickerPreview.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerSwatches.mjs +1 -1
- package/lib/components/VColorPicker/VColorPickerSwatches.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.mjs +29 -20
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +88 -88
- package/lib/components/VCounter/VCounter.mjs +2 -2
- package/lib/components/VCounter/VCounter.mjs.map +1 -1
- package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs +4 -4
- package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs.map +1 -1
- package/lib/components/VDefaultsProvider/index.d.mts +7 -9
- package/lib/components/VDialog/VDialog.mjs +7 -7
- package/lib/components/VDialog/VDialog.mjs.map +1 -1
- package/lib/components/VDialog/index.d.mts +66 -66
- package/lib/components/VDivider/VDivider.mjs +3 -3
- package/lib/components/VDivider/VDivider.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs +5 -5
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelText.mjs +3 -3
- package/lib/components/VExpansionPanel/VExpansionPanelText.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +6 -6
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs +3 -3
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs.map +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +57 -25
- package/lib/components/VField/VField.css +1 -0
- package/lib/components/VField/VField.mjs +8 -8
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VField.sass +1 -0
- package/lib/components/VField/VFieldLabel.mjs +1 -1
- package/lib/components/VField/VFieldLabel.mjs.map +1 -1
- package/lib/components/VField/index.d.mts +5 -5
- package/lib/components/VFileInput/VFileInput.mjs +5 -5
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/index.d.mts +60 -60
- package/lib/components/VFooter/VFooter.mjs +4 -4
- package/lib/components/VFooter/VFooter.mjs.map +1 -1
- package/lib/components/VForm/VForm.mjs +3 -3
- package/lib/components/VForm/VForm.mjs.map +1 -1
- package/lib/components/VGrid/VCol.mjs +2 -2
- package/lib/components/VGrid/VCol.mjs.map +1 -1
- package/lib/components/VGrid/VContainer.mjs +3 -3
- package/lib/components/VGrid/VContainer.mjs.map +1 -1
- package/lib/components/VGrid/VRow.mjs +2 -2
- package/lib/components/VGrid/VRow.mjs.map +1 -1
- package/lib/components/VGrid/VSpacer.mjs +1 -0
- package/lib/components/VGrid/VSpacer.mjs.map +1 -1
- package/lib/components/VHover/VHover.mjs +1 -1
- package/lib/components/VHover/VHover.mjs.map +1 -1
- package/lib/components/VIcon/VIcon.mjs +6 -6
- package/lib/components/VIcon/VIcon.mjs.map +1 -1
- package/lib/components/VImg/VImg.mjs +5 -4
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VInput/InputIcon.mjs +3 -2
- package/lib/components/VInput/InputIcon.mjs.map +1 -1
- package/lib/components/VInput/VInput.mjs +8 -4
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/index.d.mts +10 -10
- package/lib/components/VItemGroup/VItem.mjs +2 -2
- package/lib/components/VItemGroup/VItem.mjs.map +1 -1
- package/lib/components/VItemGroup/VItemGroup.mjs +1 -1
- package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
- package/lib/components/VKbd/index.mjs +3 -0
- package/lib/components/VKbd/index.mjs.map +1 -1
- package/lib/components/VLabel/VLabel.mjs +1 -1
- package/lib/components/VLabel/VLabel.mjs.map +1 -1
- package/lib/components/VLayout/VLayout.mjs +3 -3
- package/lib/components/VLayout/VLayout.mjs.map +1 -1
- package/lib/components/VLayout/VLayoutItem.mjs +1 -1
- package/lib/components/VLayout/VLayoutItem.mjs.map +1 -1
- package/lib/components/VLazy/VLazy.mjs +3 -3
- package/lib/components/VLazy/VLazy.mjs.map +1 -1
- package/lib/components/VList/VList.css +1 -0
- package/lib/components/VList/VList.mjs +5 -4
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VList.sass +1 -0
- package/lib/components/VList/VListChildren.mjs +3 -3
- package/lib/components/VList/VListChildren.mjs.map +1 -1
- package/lib/components/VList/VListGroup.mjs +8 -8
- package/lib/components/VList/VListGroup.mjs.map +1 -1
- package/lib/components/VList/VListImg.mjs +1 -0
- package/lib/components/VList/VListImg.mjs.map +1 -1
- package/lib/components/VList/VListItem.css +18 -0
- package/lib/components/VList/VListItem.mjs +10 -10
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItem.sass +12 -0
- package/lib/components/VList/VListItemAction.mjs +1 -1
- package/lib/components/VList/VListItemAction.mjs.map +1 -1
- package/lib/components/VList/VListItemMedia.mjs +1 -1
- package/lib/components/VList/VListItemMedia.mjs.map +1 -1
- package/lib/components/VList/VListItemSubtitle.mjs +1 -0
- package/lib/components/VList/VListItemSubtitle.mjs.map +1 -1
- package/lib/components/VList/VListItemTitle.mjs +1 -0
- package/lib/components/VList/VListItemTitle.mjs.map +1 -1
- package/lib/components/VList/VListSubheader.mjs +3 -3
- package/lib/components/VList/VListSubheader.mjs.map +1 -1
- package/lib/components/VList/index.d.mts +48 -32
- package/lib/components/VLocaleProvider/VLocaleProvider.mjs +1 -1
- package/lib/components/VLocaleProvider/VLocaleProvider.mjs.map +1 -1
- package/lib/components/VMain/VMain.mjs +3 -3
- package/lib/components/VMain/VMain.mjs.map +1 -1
- package/lib/components/VMenu/VMenu.mjs +35 -9
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +113 -113
- package/lib/components/VMenu/shared.mjs +2 -0
- package/lib/components/VMenu/shared.mjs.map +1 -1
- package/lib/components/VMessages/VMessages.mjs +3 -3
- package/lib/components/VMessages/VMessages.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +17 -13
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VOverlay/VOverlay.mjs +18 -18
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/index.d.mts +21 -21
- package/lib/components/VOverlay/locationStrategies.mjs +5 -5
- package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
- package/lib/components/VOverlay/scrollStrategies.mjs +3 -3
- package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -1
- package/lib/components/VOverlay/useActivator.mjs +34 -44
- package/lib/components/VOverlay/useActivator.mjs.map +1 -1
- package/lib/components/VOverlay/util/point.mjs +2 -0
- package/lib/components/VOverlay/util/point.mjs.map +1 -1
- package/lib/components/VPagination/VPagination.mjs +9 -9
- package/lib/components/VPagination/VPagination.mjs.map +1 -1
- package/lib/components/VParallax/VParallax.mjs +3 -6
- package/lib/components/VParallax/VParallax.mjs.map +1 -1
- package/lib/components/VProgressCircular/VProgressCircular.mjs +5 -5
- package/lib/components/VProgressCircular/VProgressCircular.mjs.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.mjs +6 -6
- package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
- package/lib/components/VRadio/VRadio.mjs +3 -3
- package/lib/components/VRadio/VRadio.mjs.map +1 -1
- package/lib/components/VRadio/index.d.mts +4 -4
- package/lib/components/VRadioGroup/VRadioGroup.mjs +4 -4
- package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
- package/lib/components/VRadioGroup/index.d.mts +32 -32
- package/lib/components/VRangeSlider/VRangeSlider.mjs +4 -4
- package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
- package/lib/components/VRangeSlider/index.d.mts +8 -8
- package/lib/components/VRating/VRating.mjs +6 -9
- package/lib/components/VRating/VRating.mjs.map +1 -1
- package/lib/components/VResponsive/VResponsive.css +1 -0
- package/lib/components/VResponsive/VResponsive.mjs +1 -1
- package/lib/components/VResponsive/VResponsive.mjs.map +1 -1
- package/lib/components/VResponsive/VResponsive.sass +1 -0
- package/lib/components/VSelect/VSelect.mjs +24 -19
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +88 -88
- package/lib/components/VSelectionControl/VSelectionControl.mjs +7 -7
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSelectionControl/index.d.mts +2 -2
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +6 -6
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -1
- package/lib/components/VSheet/VSheet.mjs +4 -4
- package/lib/components/VSheet/VSheet.mjs.map +1 -1
- package/lib/components/VSlideGroup/VSlideGroup.mjs +7 -7
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlideGroup/VSlideGroupItem.mjs +2 -2
- package/lib/components/VSlideGroup/VSlideGroupItem.mjs.map +1 -1
- package/lib/components/VSlider/VSlider.mjs +6 -6
- package/lib/components/VSlider/VSlider.mjs.map +1 -1
- package/lib/components/VSlider/VSliderThumb.mjs +8 -8
- package/lib/components/VSlider/VSliderThumb.mjs.map +1 -1
- package/lib/components/VSlider/VSliderTrack.mjs +3 -3
- package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
- package/lib/components/VSlider/index.d.mts +8 -8
- package/lib/components/VSlider/slider.mjs +4 -7
- package/lib/components/VSlider/slider.mjs.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.mjs +7 -7
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/index.d.mts +77 -77
- package/lib/components/VStepper/index.mjs +3 -2
- package/lib/components/VStepper/index.mjs.map +1 -1
- package/lib/components/VSwitch/VSwitch.mjs +6 -6
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VSwitch/index.d.mts +41 -41
- package/lib/components/VSystemBar/VSystemBar.mjs +4 -4
- package/lib/components/VSystemBar/VSystemBar.mjs.map +1 -1
- package/lib/components/VTable/VTable.mjs +1 -1
- package/lib/components/VTable/VTable.mjs.map +1 -1
- package/lib/components/VTabs/VTab.mjs +3 -3
- package/lib/components/VTabs/VTab.mjs.map +1 -1
- package/lib/components/VTabs/VTabs.css +1 -0
- package/lib/components/VTabs/VTabs.mjs +7 -7
- package/lib/components/VTabs/VTabs.mjs.map +1 -1
- package/lib/components/VTabs/VTabs.sass +1 -0
- package/lib/components/VTabs/index.d.mts +24 -8
- package/lib/components/VTabs/shared.mjs +2 -0
- package/lib/components/VTabs/shared.mjs.map +1 -1
- package/lib/components/VTextField/VTextField.mjs +6 -6
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/index.d.mts +72 -72
- package/lib/components/VTextarea/VTextarea.css +7 -7
- package/lib/components/VTextarea/VTextarea.mjs +8 -11
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/VTextarea.sass +9 -9
- package/lib/components/VTextarea/index.d.mts +60 -60
- package/lib/components/VThemeProvider/VThemeProvider.mjs +1 -1
- package/lib/components/VThemeProvider/VThemeProvider.mjs.map +1 -1
- package/lib/components/VTimeline/VTimeline.mjs +4 -4
- package/lib/components/VTimeline/VTimeline.mjs.map +1 -1
- package/lib/components/VTimeline/VTimelineDivider.mjs +5 -5
- package/lib/components/VTimeline/VTimelineDivider.mjs.map +1 -1
- package/lib/components/VTimeline/VTimelineItem.mjs +4 -7
- package/lib/components/VTimeline/VTimelineItem.mjs.map +1 -1
- package/lib/components/VToolbar/VToolbar.mjs +8 -8
- package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
- package/lib/components/VToolbar/VToolbarItems.mjs +4 -4
- package/lib/components/VToolbar/VToolbarItems.mjs.map +1 -1
- package/lib/components/VToolbar/VToolbarTitle.mjs +1 -1
- package/lib/components/VToolbar/VToolbarTitle.mjs.map +1 -1
- package/lib/components/VToolbar/index.d.mts +1 -1
- package/lib/components/VTooltip/VTooltip.mjs +6 -6
- package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
- package/lib/components/VTooltip/index.d.mts +113 -113
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs +15 -93
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
- package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs +9 -4
- package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs.map +1 -1
- package/lib/components/VVirtualScroll/index.d.mts +9 -9
- package/lib/components/VWindow/VWindow.mjs +6 -6
- package/lib/components/VWindow/VWindow.mjs.map +1 -1
- package/lib/components/VWindow/VWindowItem.mjs +5 -5
- package/lib/components/VWindow/VWindowItem.mjs.map +1 -1
- package/lib/components/index.d.mts +1970 -1838
- package/lib/components/transitions/createTransition.mjs +5 -8
- package/lib/components/transitions/createTransition.mjs.map +1 -1
- package/lib/components/transitions/dialog-transition.mjs +1 -3
- package/lib/components/transitions/dialog-transition.mjs.map +1 -1
- package/lib/components/transitions/index.d.mts +117 -117
- package/lib/composables/defaults.mjs +5 -0
- package/lib/composables/defaults.mjs.map +1 -1
- package/lib/composables/display.mjs +1 -1
- package/lib/composables/display.mjs.map +1 -1
- package/lib/composables/filter.mjs +2 -4
- package/lib/composables/filter.mjs.map +1 -1
- package/lib/composables/focus.mjs +1 -1
- package/lib/composables/focus.mjs.map +1 -1
- package/lib/composables/forwardRefs.mjs +2 -0
- package/lib/composables/forwardRefs.mjs.map +1 -1
- package/lib/composables/hydration.mjs +1 -1
- package/lib/composables/hydration.mjs.map +1 -1
- package/lib/composables/icons.mjs +7 -1
- package/lib/composables/icons.mjs.map +1 -1
- package/lib/composables/lazy.mjs +1 -3
- package/lib/composables/lazy.mjs.map +1 -1
- package/lib/composables/locale.mjs +2 -1
- package/lib/composables/locale.mjs.map +1 -1
- package/lib/composables/mutationObserver.mjs +2 -5
- package/lib/composables/mutationObserver.mjs.map +1 -1
- package/lib/composables/nested/nested.mjs +2 -2
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/nested/selectStrategies.mjs +1 -0
- package/lib/composables/nested/selectStrategies.mjs.map +1 -1
- package/lib/composables/proxiedModel.mjs +3 -3
- package/lib/composables/proxiedModel.mjs.map +1 -1
- package/lib/composables/refs.mjs +4 -1
- package/lib/composables/refs.mjs.map +1 -1
- package/lib/composables/resizeObserver.mjs +4 -4
- package/lib/composables/resizeObserver.mjs.map +1 -1
- package/lib/composables/router.mjs +1 -4
- package/lib/composables/router.mjs.map +1 -1
- package/lib/composables/scopeId.mjs +1 -0
- package/lib/composables/scopeId.mjs.map +1 -1
- package/lib/composables/theme.mjs +1 -1
- package/lib/composables/theme.mjs.map +1 -1
- package/lib/composables/toggleScope.mjs +4 -0
- package/lib/composables/toggleScope.mjs.map +1 -1
- package/lib/composables/touch.mjs +1 -0
- package/lib/composables/touch.mjs.map +1 -1
- package/lib/composables/validation.mjs +2 -2
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/composables/virtual.mjs +108 -0
- package/lib/composables/virtual.mjs.map +1 -0
- package/lib/directives/click-outside/index.mjs +2 -1
- package/lib/directives/click-outside/index.mjs.map +1 -1
- package/lib/directives/intersect/index.mjs +1 -1
- package/lib/directives/intersect/index.mjs.map +1 -1
- package/lib/directives/resize/index.mjs +2 -0
- package/lib/directives/resize/index.mjs.map +1 -1
- package/lib/directives/scroll/index.mjs +2 -0
- package/lib/directives/scroll/index.mjs.map +1 -1
- package/lib/directives/touch/index.mjs +1 -2
- package/lib/directives/touch/index.mjs.map +1 -1
- package/lib/entry-bundler.mjs +7 -2
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +4 -6
- package/lib/framework.mjs.map +1 -1
- package/lib/iconsets/fa.mjs +1 -1
- package/lib/iconsets/fa.mjs.map +1 -1
- package/lib/iconsets/fa4.mjs +4 -3
- package/lib/iconsets/fa4.mjs.map +1 -1
- package/lib/iconsets/md.mjs +4 -3
- package/lib/iconsets/md.mjs.map +1 -1
- package/lib/iconsets/mdi-svg.mjs +36 -36
- package/lib/iconsets/mdi-svg.mjs.map +1 -1
- package/lib/iconsets/mdi.mjs +4 -3
- package/lib/iconsets/mdi.mjs.map +1 -1
- package/lib/index.d.mts +35 -33
- package/lib/labs/VBottomSheet/VBottomSheet.mjs +1 -1
- package/lib/labs/VBottomSheet/VBottomSheet.mjs.map +1 -1
- package/lib/labs/VBottomSheet/index.d.mts +21 -21
- package/lib/labs/VDataIterator/VDataIterator.mjs +7 -7
- package/lib/labs/VDataIterator/VDataIterator.mjs.map +1 -1
- package/lib/labs/VDataIterator/composables/items.mjs +2 -2
- package/lib/labs/VDataIterator/composables/items.mjs.map +1 -1
- package/lib/labs/VDataIterator/index.d.mts +28 -27
- package/lib/labs/VDataTable/VDataTable.css +5 -14
- package/lib/labs/VDataTable/VDataTable.mjs +8 -8
- package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTable.sass +7 -15
- package/lib/labs/VDataTable/VDataTableColumn.mjs +2 -1
- package/lib/labs/VDataTable/VDataTableColumn.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableFooter.mjs +3 -3
- package/lib/labs/VDataTable/VDataTableFooter.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableGroupHeaderRow.mjs +5 -5
- package/lib/labs/VDataTable/VDataTableGroupHeaderRow.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableHeaders.mjs +8 -8
- package/lib/labs/VDataTable/VDataTableHeaders.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableRow.mjs +1 -1
- package/lib/labs/VDataTable/VDataTableRow.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableRows.mjs +20 -16
- package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableServer.mjs +7 -7
- package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableVirtual.mjs +34 -22
- package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/expand.mjs +4 -4
- package/lib/labs/VDataTable/composables/expand.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/group.mjs +1 -1
- package/lib/labs/VDataTable/composables/group.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/headers.mjs +2 -2
- package/lib/labs/VDataTable/composables/headers.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/items.mjs +5 -8
- package/lib/labs/VDataTable/composables/items.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/paginate.mjs +1 -1
- package/lib/labs/VDataTable/composables/paginate.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/select.mjs +4 -3
- package/lib/labs/VDataTable/composables/select.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/sort.mjs +4 -9
- package/lib/labs/VDataTable/composables/sort.mjs.map +1 -1
- package/lib/labs/VDataTable/index.d.mts +182 -83
- package/lib/labs/VDataTable/types.mjs.map +1 -1
- package/lib/labs/VInfiniteScroll/VInfiniteScroll.mjs +1 -1
- package/lib/labs/VInfiniteScroll/VInfiniteScroll.mjs.map +1 -1
- package/lib/labs/VSkeletonLoader/VSkeletonLoader.mjs +4 -4
- package/lib/labs/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
- package/lib/labs/components.d.mts +213 -114
- package/lib/labs/date/date.mjs.map +1 -1
- package/lib/labs/entry-bundler.mjs +3 -1
- package/lib/labs/entry-bundler.mjs.map +1 -1
- package/lib/locale/adapters/vue-i18n.d.mts +1 -1
- package/lib/locale/adapters/vue-i18n.mjs +5 -1
- package/lib/locale/adapters/vue-i18n.mjs.map +1 -1
- package/lib/locale/adapters/vuetify.mjs +1 -3
- package/lib/locale/adapters/vuetify.mjs.map +1 -1
- package/lib/util/anchor.mjs +1 -0
- package/lib/util/anchor.mjs.map +1 -1
- package/lib/util/animation.mjs +1 -0
- package/lib/util/animation.mjs.map +1 -1
- package/lib/util/bindProps.mjs +49 -0
- package/lib/util/bindProps.mjs.map +1 -0
- package/lib/util/color/APCA.mjs +1 -0
- package/lib/util/color/APCA.mjs.map +1 -1
- package/lib/util/color/transformCIELAB.mjs +2 -0
- package/lib/util/color/transformCIELAB.mjs.map +1 -1
- package/lib/util/color/transformSRGB.mjs +3 -1
- package/lib/util/color/transformSRGB.mjs.map +1 -1
- package/lib/util/colorUtils.mjs +2 -2
- package/lib/util/colorUtils.mjs.map +1 -1
- package/lib/util/console.mjs +1 -0
- package/lib/util/console.mjs.map +1 -1
- package/lib/util/createSimpleFunctional.mjs +2 -1
- package/lib/util/createSimpleFunctional.mjs.map +1 -1
- package/lib/util/defineComponent.mjs +5 -5
- package/lib/util/defineComponent.mjs.map +1 -1
- package/lib/util/getCurrentInstance.mjs +1 -2
- package/lib/util/getCurrentInstance.mjs.map +1 -1
- package/lib/util/helpers.mjs +6 -3
- package/lib/util/helpers.mjs.map +1 -1
- package/lib/util/index.mjs +1 -0
- package/lib/util/index.mjs.map +1 -1
- package/lib/util/injectSelf.mjs +2 -1
- package/lib/util/injectSelf.mjs.map +1 -1
- package/lib/util/propsFactory.mjs +1 -0
- package/lib/util/propsFactory.mjs.map +1 -1
- package/package.json +4 -4
- package/lib/labs/VDataTable/composables/virtual.mjs +0 -77
- package/lib/labs/VDataTable/composables/virtual.mjs.map +0 -1
package/dist/json/web-types.json
CHANGED
|
@@ -2,17 +2,17 @@
|
|
|
2
2
|
"$schema": "http://json.schemastore.org/web-types",
|
|
3
3
|
"framework": "vue",
|
|
4
4
|
"name": "vuetify",
|
|
5
|
-
"version": "3.3.
|
|
5
|
+
"version": "3.3.3",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
9
9
|
"description-markup": "markdown",
|
|
10
10
|
"tags": [
|
|
11
11
|
{
|
|
12
|
-
"name": "
|
|
12
|
+
"name": "VAlert",
|
|
13
13
|
"source": {
|
|
14
14
|
"module": "./src/components/index.ts",
|
|
15
|
-
"symbol": "
|
|
15
|
+
"symbol": "VAlert"
|
|
16
16
|
},
|
|
17
17
|
"description": "",
|
|
18
18
|
"doc-url": "https://vuetifyjs.com/api/v-alert",
|
|
@@ -202,12 +202,12 @@
|
|
|
202
202
|
"doc-url": "https://vuetifyjs.com/api/v-alert#props",
|
|
203
203
|
"value": {
|
|
204
204
|
"kind": "expression",
|
|
205
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#
|
|
205
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n"
|
|
206
206
|
}
|
|
207
207
|
},
|
|
208
208
|
{
|
|
209
209
|
"name": "position",
|
|
210
|
-
"description": "
|
|
210
|
+
"description": "MISSING DESCRIPTION",
|
|
211
211
|
"doc-url": "https://vuetifyjs.com/api/v-alert#props",
|
|
212
212
|
"value": {
|
|
213
213
|
"kind": "expression",
|
|
@@ -331,10 +331,10 @@
|
|
|
331
331
|
}
|
|
332
332
|
},
|
|
333
333
|
{
|
|
334
|
-
"name": "
|
|
334
|
+
"name": "VAlertTitle",
|
|
335
335
|
"source": {
|
|
336
336
|
"module": "./src/components/index.ts",
|
|
337
|
-
"symbol": "
|
|
337
|
+
"symbol": "VAlertTitle"
|
|
338
338
|
},
|
|
339
339
|
"description": "",
|
|
340
340
|
"doc-url": "https://vuetifyjs.com/api/v-alert-title",
|
|
@@ -364,10 +364,10 @@
|
|
|
364
364
|
}
|
|
365
365
|
},
|
|
366
366
|
{
|
|
367
|
-
"name": "
|
|
367
|
+
"name": "VApp",
|
|
368
368
|
"source": {
|
|
369
369
|
"module": "./src/components/index.ts",
|
|
370
|
-
"symbol": "
|
|
370
|
+
"symbol": "VApp"
|
|
371
371
|
},
|
|
372
372
|
"description": "",
|
|
373
373
|
"doc-url": "https://vuetifyjs.com/api/v-app",
|
|
@@ -416,10 +416,10 @@
|
|
|
416
416
|
}
|
|
417
417
|
},
|
|
418
418
|
{
|
|
419
|
-
"name": "
|
|
419
|
+
"name": "VAppBar",
|
|
420
420
|
"source": {
|
|
421
421
|
"module": "./src/components/index.ts",
|
|
422
|
-
"symbol": "
|
|
422
|
+
"symbol": "VAppBar"
|
|
423
423
|
},
|
|
424
424
|
"description": "",
|
|
425
425
|
"doc-url": "https://vuetifyjs.com/api/v-app-bar",
|
|
@@ -698,10 +698,10 @@
|
|
|
698
698
|
}
|
|
699
699
|
},
|
|
700
700
|
{
|
|
701
|
-
"name": "
|
|
701
|
+
"name": "VAppBarNavIcon",
|
|
702
702
|
"source": {
|
|
703
703
|
"module": "./src/components/index.ts",
|
|
704
|
-
"symbol": "
|
|
704
|
+
"symbol": "VAppBarNavIcon"
|
|
705
705
|
},
|
|
706
706
|
"description": "",
|
|
707
707
|
"doc-url": "https://vuetifyjs.com/api/v-app-bar-nav-icon",
|
|
@@ -833,12 +833,12 @@
|
|
|
833
833
|
"doc-url": "https://vuetifyjs.com/api/v-app-bar-nav-icon#props",
|
|
834
834
|
"value": {
|
|
835
835
|
"kind": "expression",
|
|
836
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#
|
|
836
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n"
|
|
837
837
|
}
|
|
838
838
|
},
|
|
839
839
|
{
|
|
840
840
|
"name": "position",
|
|
841
|
-
"description": "
|
|
841
|
+
"description": "MISSING DESCRIPTION",
|
|
842
842
|
"doc-url": "https://vuetifyjs.com/api/v-app-bar-nav-icon#props",
|
|
843
843
|
"value": {
|
|
844
844
|
"kind": "expression",
|
|
@@ -967,7 +967,7 @@
|
|
|
967
967
|
"default": "true",
|
|
968
968
|
"value": {
|
|
969
969
|
"kind": "expression",
|
|
970
|
-
"type": "boolean\n"
|
|
970
|
+
"type": "boolean | { class: string }\n"
|
|
971
971
|
}
|
|
972
972
|
},
|
|
973
973
|
{
|
|
@@ -1067,10 +1067,10 @@
|
|
|
1067
1067
|
}
|
|
1068
1068
|
},
|
|
1069
1069
|
{
|
|
1070
|
-
"name": "
|
|
1070
|
+
"name": "VAppBarTitle",
|
|
1071
1071
|
"source": {
|
|
1072
1072
|
"module": "./src/components/index.ts",
|
|
1073
|
-
"symbol": "
|
|
1073
|
+
"symbol": "VAppBarTitle"
|
|
1074
1074
|
},
|
|
1075
1075
|
"description": "",
|
|
1076
1076
|
"doc-url": "https://vuetifyjs.com/api/v-app-bar-title",
|
|
@@ -1114,10 +1114,10 @@
|
|
|
1114
1114
|
}
|
|
1115
1115
|
},
|
|
1116
1116
|
{
|
|
1117
|
-
"name": "
|
|
1117
|
+
"name": "VAutocomplete",
|
|
1118
1118
|
"source": {
|
|
1119
1119
|
"module": "./src/components/index.ts",
|
|
1120
|
-
"symbol": "
|
|
1120
|
+
"symbol": "VAutocomplete"
|
|
1121
1121
|
},
|
|
1122
1122
|
"description": "",
|
|
1123
1123
|
"doc-url": "https://vuetifyjs.com/api/v-autocomplete",
|
|
@@ -1346,7 +1346,7 @@
|
|
|
1346
1346
|
},
|
|
1347
1347
|
{
|
|
1348
1348
|
"name": "customFilter",
|
|
1349
|
-
"description": "Function used to filter items.",
|
|
1349
|
+
"description": "Function used to filter items, called for each filterable key on each item in the list. The first argument is the filterable value from the item, the second is the search term, and the third is the internal item object. The function should return true if the item should be included in the filtered list, or the index of the match in the value if it should be included with the result highlighted.",
|
|
1350
1350
|
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
1351
1351
|
"value": {
|
|
1352
1352
|
"kind": "expression",
|
|
@@ -2241,10 +2241,10 @@
|
|
|
2241
2241
|
}
|
|
2242
2242
|
},
|
|
2243
2243
|
{
|
|
2244
|
-
"name": "
|
|
2244
|
+
"name": "VAvatar",
|
|
2245
2245
|
"source": {
|
|
2246
2246
|
"module": "./src/components/index.ts",
|
|
2247
|
-
"symbol": "
|
|
2247
|
+
"symbol": "VAvatar"
|
|
2248
2248
|
},
|
|
2249
2249
|
"description": "",
|
|
2250
2250
|
"doc-url": "https://vuetifyjs.com/api/v-avatar",
|
|
@@ -2370,10 +2370,10 @@
|
|
|
2370
2370
|
}
|
|
2371
2371
|
},
|
|
2372
2372
|
{
|
|
2373
|
-
"name": "
|
|
2373
|
+
"name": "VBadge",
|
|
2374
2374
|
"source": {
|
|
2375
2375
|
"module": "./src/components/index.ts",
|
|
2376
|
-
"symbol": "
|
|
2376
|
+
"symbol": "VBadge"
|
|
2377
2377
|
},
|
|
2378
2378
|
"description": "",
|
|
2379
2379
|
"doc-url": "https://vuetifyjs.com/api/v-badge",
|
|
@@ -2404,7 +2404,7 @@
|
|
|
2404
2404
|
"default": "'top end'",
|
|
2405
2405
|
"value": {
|
|
2406
2406
|
"kind": "expression",
|
|
2407
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#
|
|
2407
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n"
|
|
2408
2408
|
}
|
|
2409
2409
|
},
|
|
2410
2410
|
{
|
|
@@ -2570,10 +2570,10 @@
|
|
|
2570
2570
|
}
|
|
2571
2571
|
},
|
|
2572
2572
|
{
|
|
2573
|
-
"name": "
|
|
2573
|
+
"name": "VBanner",
|
|
2574
2574
|
"source": {
|
|
2575
2575
|
"module": "./src/components/index.ts",
|
|
2576
|
-
"symbol": "
|
|
2576
|
+
"symbol": "VBanner"
|
|
2577
2577
|
},
|
|
2578
2578
|
"description": "",
|
|
2579
2579
|
"doc-url": "https://vuetifyjs.com/api/v-banner",
|
|
@@ -2685,12 +2685,12 @@
|
|
|
2685
2685
|
"doc-url": "https://vuetifyjs.com/api/v-banner#props",
|
|
2686
2686
|
"value": {
|
|
2687
2687
|
"kind": "expression",
|
|
2688
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#
|
|
2688
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n"
|
|
2689
2689
|
}
|
|
2690
2690
|
},
|
|
2691
2691
|
{
|
|
2692
2692
|
"name": "position",
|
|
2693
|
-
"description": "
|
|
2693
|
+
"description": "MISSING DESCRIPTION",
|
|
2694
2694
|
"doc-url": "https://vuetifyjs.com/api/v-banner#props",
|
|
2695
2695
|
"value": {
|
|
2696
2696
|
"kind": "expression",
|
|
@@ -2803,10 +2803,10 @@
|
|
|
2803
2803
|
}
|
|
2804
2804
|
},
|
|
2805
2805
|
{
|
|
2806
|
-
"name": "
|
|
2806
|
+
"name": "VBannerActions",
|
|
2807
2807
|
"source": {
|
|
2808
2808
|
"module": "./src/components/index.ts",
|
|
2809
|
-
"symbol": "
|
|
2809
|
+
"symbol": "VBannerActions"
|
|
2810
2810
|
},
|
|
2811
2811
|
"description": "",
|
|
2812
2812
|
"doc-url": "https://vuetifyjs.com/api/v-banner-actions",
|
|
@@ -2844,10 +2844,10 @@
|
|
|
2844
2844
|
}
|
|
2845
2845
|
},
|
|
2846
2846
|
{
|
|
2847
|
-
"name": "
|
|
2847
|
+
"name": "VBannerText",
|
|
2848
2848
|
"source": {
|
|
2849
2849
|
"module": "./src/components/index.ts",
|
|
2850
|
-
"symbol": "
|
|
2850
|
+
"symbol": "VBannerText"
|
|
2851
2851
|
},
|
|
2852
2852
|
"description": "",
|
|
2853
2853
|
"doc-url": "https://vuetifyjs.com/api/v-banner-text",
|
|
@@ -2877,10 +2877,10 @@
|
|
|
2877
2877
|
}
|
|
2878
2878
|
},
|
|
2879
2879
|
{
|
|
2880
|
-
"name": "
|
|
2880
|
+
"name": "VBottomNavigation",
|
|
2881
2881
|
"source": {
|
|
2882
2882
|
"module": "./src/components/index.ts",
|
|
2883
|
-
"symbol": "
|
|
2883
|
+
"symbol": "VBottomNavigation"
|
|
2884
2884
|
},
|
|
2885
2885
|
"description": "",
|
|
2886
2886
|
"doc-url": "https://vuetifyjs.com/api/v-bottom-navigation",
|
|
@@ -3116,10 +3116,10 @@
|
|
|
3116
3116
|
}
|
|
3117
3117
|
},
|
|
3118
3118
|
{
|
|
3119
|
-
"name": "
|
|
3119
|
+
"name": "VBottomSheet",
|
|
3120
3120
|
"source": {
|
|
3121
3121
|
"module": "./src/components/index.ts",
|
|
3122
|
-
"symbol": "
|
|
3122
|
+
"symbol": "VBottomSheet"
|
|
3123
3123
|
},
|
|
3124
3124
|
"description": "",
|
|
3125
3125
|
"doc-url": "https://vuetifyjs.com/api/v-bottom-sheet",
|
|
@@ -3195,7 +3195,7 @@
|
|
|
3195
3195
|
"default": "'bottom'",
|
|
3196
3196
|
"value": {
|
|
3197
3197
|
"kind": "expression",
|
|
3198
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#
|
|
3198
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n"
|
|
3199
3199
|
}
|
|
3200
3200
|
},
|
|
3201
3201
|
{
|
|
@@ -3410,7 +3410,7 @@
|
|
|
3410
3410
|
"default": "'center center'",
|
|
3411
3411
|
"value": {
|
|
3412
3412
|
"kind": "expression",
|
|
3413
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#
|
|
3413
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | 'auto' | 'overlap'\n"
|
|
3414
3414
|
}
|
|
3415
3415
|
},
|
|
3416
3416
|
{
|
|
@@ -3540,10 +3540,10 @@
|
|
|
3540
3540
|
}
|
|
3541
3541
|
},
|
|
3542
3542
|
{
|
|
3543
|
-
"name": "
|
|
3543
|
+
"name": "VBreadcrumbs",
|
|
3544
3544
|
"source": {
|
|
3545
3545
|
"module": "./src/components/index.ts",
|
|
3546
|
-
"symbol": "
|
|
3546
|
+
"symbol": "VBreadcrumbs"
|
|
3547
3547
|
},
|
|
3548
3548
|
"description": "",
|
|
3549
3549
|
"doc-url": "https://vuetifyjs.com/api/v-breadcrumbs",
|
|
@@ -3703,10 +3703,10 @@
|
|
|
3703
3703
|
}
|
|
3704
3704
|
},
|
|
3705
3705
|
{
|
|
3706
|
-
"name": "
|
|
3706
|
+
"name": "VBreadcrumbsDivider",
|
|
3707
3707
|
"source": {
|
|
3708
3708
|
"module": "./src/components/index.ts",
|
|
3709
|
-
"symbol": "
|
|
3709
|
+
"symbol": "VBreadcrumbsDivider"
|
|
3710
3710
|
},
|
|
3711
3711
|
"description": "",
|
|
3712
3712
|
"doc-url": "https://vuetifyjs.com/api/v-breadcrumbs-divider",
|
|
@@ -3735,10 +3735,10 @@
|
|
|
3735
3735
|
}
|
|
3736
3736
|
},
|
|
3737
3737
|
{
|
|
3738
|
-
"name": "
|
|
3738
|
+
"name": "VBreadcrumbsItem",
|
|
3739
3739
|
"source": {
|
|
3740
3740
|
"module": "./src/components/index.ts",
|
|
3741
|
-
"symbol": "
|
|
3741
|
+
"symbol": "VBreadcrumbsItem"
|
|
3742
3742
|
},
|
|
3743
3743
|
"description": "",
|
|
3744
3744
|
"doc-url": "https://vuetifyjs.com/api/v-breadcrumbs-item",
|
|
@@ -3862,10 +3862,10 @@
|
|
|
3862
3862
|
}
|
|
3863
3863
|
},
|
|
3864
3864
|
{
|
|
3865
|
-
"name": "
|
|
3865
|
+
"name": "VBtn",
|
|
3866
3866
|
"source": {
|
|
3867
3867
|
"module": "./src/components/index.ts",
|
|
3868
|
-
"symbol": "
|
|
3868
|
+
"symbol": "VBtn"
|
|
3869
3869
|
},
|
|
3870
3870
|
"description": "",
|
|
3871
3871
|
"doc-url": "https://vuetifyjs.com/api/v-btn",
|
|
@@ -3997,12 +3997,12 @@
|
|
|
3997
3997
|
"doc-url": "https://vuetifyjs.com/api/v-btn#props",
|
|
3998
3998
|
"value": {
|
|
3999
3999
|
"kind": "expression",
|
|
4000
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#
|
|
4000
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n"
|
|
4001
4001
|
}
|
|
4002
4002
|
},
|
|
4003
4003
|
{
|
|
4004
4004
|
"name": "position",
|
|
4005
|
-
"description": "
|
|
4005
|
+
"description": "MISSING DESCRIPTION",
|
|
4006
4006
|
"doc-url": "https://vuetifyjs.com/api/v-btn#props",
|
|
4007
4007
|
"value": {
|
|
4008
4008
|
"kind": "expression",
|
|
@@ -4131,7 +4131,7 @@
|
|
|
4131
4131
|
"default": "true",
|
|
4132
4132
|
"value": {
|
|
4133
4133
|
"kind": "expression",
|
|
4134
|
-
"type": "boolean\n"
|
|
4134
|
+
"type": "boolean | { class: string }\n"
|
|
4135
4135
|
}
|
|
4136
4136
|
},
|
|
4137
4137
|
{
|
|
@@ -4243,10 +4243,10 @@
|
|
|
4243
4243
|
}
|
|
4244
4244
|
},
|
|
4245
4245
|
{
|
|
4246
|
-
"name": "
|
|
4246
|
+
"name": "VBtnGroup",
|
|
4247
4247
|
"source": {
|
|
4248
4248
|
"module": "./src/components/index.ts",
|
|
4249
|
-
"symbol": "
|
|
4249
|
+
"symbol": "VBtnGroup"
|
|
4250
4250
|
},
|
|
4251
4251
|
"description": "",
|
|
4252
4252
|
"doc-url": "https://vuetifyjs.com/api/v-btn-group",
|
|
@@ -4353,10 +4353,10 @@
|
|
|
4353
4353
|
}
|
|
4354
4354
|
},
|
|
4355
4355
|
{
|
|
4356
|
-
"name": "
|
|
4356
|
+
"name": "VBtnToggle",
|
|
4357
4357
|
"source": {
|
|
4358
4358
|
"module": "./src/components/index.ts",
|
|
4359
|
-
"symbol": "
|
|
4359
|
+
"symbol": "VBtnToggle"
|
|
4360
4360
|
},
|
|
4361
4361
|
"description": "",
|
|
4362
4362
|
"doc-url": "https://vuetifyjs.com/api/v-btn-toggle",
|
|
@@ -4554,10 +4554,10 @@
|
|
|
4554
4554
|
}
|
|
4555
4555
|
},
|
|
4556
4556
|
{
|
|
4557
|
-
"name": "
|
|
4557
|
+
"name": "VCard",
|
|
4558
4558
|
"source": {
|
|
4559
4559
|
"module": "./src/components/index.ts",
|
|
4560
|
-
"symbol": "
|
|
4560
|
+
"symbol": "VCard"
|
|
4561
4561
|
},
|
|
4562
4562
|
"description": "",
|
|
4563
4563
|
"doc-url": "https://vuetifyjs.com/api/v-card",
|
|
@@ -4679,12 +4679,12 @@
|
|
|
4679
4679
|
"doc-url": "https://vuetifyjs.com/api/v-card#props",
|
|
4680
4680
|
"value": {
|
|
4681
4681
|
"kind": "expression",
|
|
4682
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#
|
|
4682
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n"
|
|
4683
4683
|
}
|
|
4684
4684
|
},
|
|
4685
4685
|
{
|
|
4686
4686
|
"name": "position",
|
|
4687
|
-
"description": "
|
|
4687
|
+
"description": "MISSING DESCRIPTION",
|
|
4688
4688
|
"doc-url": "https://vuetifyjs.com/api/v-card#props",
|
|
4689
4689
|
"value": {
|
|
4690
4690
|
"kind": "expression",
|
|
@@ -4773,7 +4773,7 @@
|
|
|
4773
4773
|
"default": "true",
|
|
4774
4774
|
"value": {
|
|
4775
4775
|
"kind": "expression",
|
|
4776
|
-
"type": "boolean\n"
|
|
4776
|
+
"type": "boolean | { class: string }\n"
|
|
4777
4777
|
}
|
|
4778
4778
|
},
|
|
4779
4779
|
{
|
|
@@ -4951,10 +4951,10 @@
|
|
|
4951
4951
|
}
|
|
4952
4952
|
},
|
|
4953
4953
|
{
|
|
4954
|
-
"name": "
|
|
4954
|
+
"name": "VCardActions",
|
|
4955
4955
|
"source": {
|
|
4956
4956
|
"module": "./src/components/index.ts",
|
|
4957
|
-
"symbol": "
|
|
4957
|
+
"symbol": "VCardActions"
|
|
4958
4958
|
},
|
|
4959
4959
|
"description": "",
|
|
4960
4960
|
"doc-url": "https://vuetifyjs.com/api/v-card-actions",
|
|
@@ -4973,10 +4973,10 @@
|
|
|
4973
4973
|
}
|
|
4974
4974
|
},
|
|
4975
4975
|
{
|
|
4976
|
-
"name": "
|
|
4976
|
+
"name": "VCardItem",
|
|
4977
4977
|
"source": {
|
|
4978
4978
|
"module": "./src/components/index.ts",
|
|
4979
|
-
"symbol": "
|
|
4979
|
+
"symbol": "VCardItem"
|
|
4980
4980
|
},
|
|
4981
4981
|
"description": "",
|
|
4982
4982
|
"doc-url": "https://vuetifyjs.com/api/v-card-item",
|
|
@@ -5080,10 +5080,10 @@
|
|
|
5080
5080
|
}
|
|
5081
5081
|
},
|
|
5082
5082
|
{
|
|
5083
|
-
"name": "
|
|
5083
|
+
"name": "VCardSubtitle",
|
|
5084
5084
|
"source": {
|
|
5085
5085
|
"module": "./src/components/index.ts",
|
|
5086
|
-
"symbol": "
|
|
5086
|
+
"symbol": "VCardSubtitle"
|
|
5087
5087
|
},
|
|
5088
5088
|
"description": "",
|
|
5089
5089
|
"doc-url": "https://vuetifyjs.com/api/v-card-subtitle",
|
|
@@ -5113,10 +5113,10 @@
|
|
|
5113
5113
|
}
|
|
5114
5114
|
},
|
|
5115
5115
|
{
|
|
5116
|
-
"name": "
|
|
5116
|
+
"name": "VCardText",
|
|
5117
5117
|
"source": {
|
|
5118
5118
|
"module": "./src/components/index.ts",
|
|
5119
|
-
"symbol": "
|
|
5119
|
+
"symbol": "VCardText"
|
|
5120
5120
|
},
|
|
5121
5121
|
"description": "",
|
|
5122
5122
|
"doc-url": "https://vuetifyjs.com/api/v-card-text",
|
|
@@ -5146,10 +5146,10 @@
|
|
|
5146
5146
|
}
|
|
5147
5147
|
},
|
|
5148
5148
|
{
|
|
5149
|
-
"name": "
|
|
5149
|
+
"name": "VCardTitle",
|
|
5150
5150
|
"source": {
|
|
5151
5151
|
"module": "./src/components/index.ts",
|
|
5152
|
-
"symbol": "
|
|
5152
|
+
"symbol": "VCardTitle"
|
|
5153
5153
|
},
|
|
5154
5154
|
"description": "",
|
|
5155
5155
|
"doc-url": "https://vuetifyjs.com/api/v-card-title",
|
|
@@ -5179,10 +5179,10 @@
|
|
|
5179
5179
|
}
|
|
5180
5180
|
},
|
|
5181
5181
|
{
|
|
5182
|
-
"name": "
|
|
5182
|
+
"name": "VCarousel",
|
|
5183
5183
|
"source": {
|
|
5184
5184
|
"module": "./src/components/index.ts",
|
|
5185
|
-
"symbol": "
|
|
5185
|
+
"symbol": "VCarousel"
|
|
5186
5186
|
},
|
|
5187
5187
|
"description": "",
|
|
5188
5188
|
"doc-url": "https://vuetifyjs.com/api/v-carousel",
|
|
@@ -5485,10 +5485,10 @@
|
|
|
5485
5485
|
}
|
|
5486
5486
|
},
|
|
5487
5487
|
{
|
|
5488
|
-
"name": "
|
|
5488
|
+
"name": "VCarouselItem",
|
|
5489
5489
|
"source": {
|
|
5490
5490
|
"module": "./src/components/index.ts",
|
|
5491
|
-
"symbol": "
|
|
5491
|
+
"symbol": "VCarouselItem"
|
|
5492
5492
|
},
|
|
5493
5493
|
"description": "",
|
|
5494
5494
|
"doc-url": "https://vuetifyjs.com/api/v-carousel-item",
|
|
@@ -5738,10 +5738,10 @@
|
|
|
5738
5738
|
}
|
|
5739
5739
|
},
|
|
5740
5740
|
{
|
|
5741
|
-
"name": "
|
|
5741
|
+
"name": "VCheckbox",
|
|
5742
5742
|
"source": {
|
|
5743
5743
|
"module": "./src/components/index.ts",
|
|
5744
|
-
"symbol": "
|
|
5744
|
+
"symbol": "VCheckbox"
|
|
5745
5745
|
},
|
|
5746
5746
|
"description": "",
|
|
5747
5747
|
"doc-url": "https://vuetifyjs.com/api/v-checkbox",
|
|
@@ -6091,6 +6091,17 @@
|
|
|
6091
6091
|
}
|
|
6092
6092
|
],
|
|
6093
6093
|
"events": [
|
|
6094
|
+
{
|
|
6095
|
+
"name": "update:modelValue",
|
|
6096
|
+
"description": "Event that is emitted when the component's model changes",
|
|
6097
|
+
"doc-url": "https://vuetifyjs.com/api/v-checkbox#events",
|
|
6098
|
+
"arguments": [
|
|
6099
|
+
{
|
|
6100
|
+
"name": "argument",
|
|
6101
|
+
"type": "[boolean]\n"
|
|
6102
|
+
}
|
|
6103
|
+
]
|
|
6104
|
+
},
|
|
6094
6105
|
{
|
|
6095
6106
|
"name": "click:prepend",
|
|
6096
6107
|
"description": "Emitted when prepended icon is clicked",
|
|
@@ -6340,10 +6351,10 @@
|
|
|
6340
6351
|
}
|
|
6341
6352
|
},
|
|
6342
6353
|
{
|
|
6343
|
-
"name": "
|
|
6354
|
+
"name": "VCheckboxBtn",
|
|
6344
6355
|
"source": {
|
|
6345
6356
|
"module": "./src/components/index.ts",
|
|
6346
|
-
"symbol": "
|
|
6357
|
+
"symbol": "VCheckboxBtn"
|
|
6347
6358
|
},
|
|
6348
6359
|
"description": "",
|
|
6349
6360
|
"doc-url": "https://vuetifyjs.com/api/v-checkbox-btn",
|
|
@@ -6642,10 +6653,10 @@
|
|
|
6642
6653
|
}
|
|
6643
6654
|
},
|
|
6644
6655
|
{
|
|
6645
|
-
"name": "
|
|
6656
|
+
"name": "VChip",
|
|
6646
6657
|
"source": {
|
|
6647
6658
|
"module": "./src/components/index.ts",
|
|
6648
|
-
"symbol": "
|
|
6659
|
+
"symbol": "VChip"
|
|
6649
6660
|
},
|
|
6650
6661
|
"description": "",
|
|
6651
6662
|
"doc-url": "https://vuetifyjs.com/api/v-chip",
|
|
@@ -6830,7 +6841,7 @@
|
|
|
6830
6841
|
"default": "true",
|
|
6831
6842
|
"value": {
|
|
6832
6843
|
"kind": "expression",
|
|
6833
|
-
"type": "boolean\n"
|
|
6844
|
+
"type": "boolean | { class: string }\n"
|
|
6834
6845
|
}
|
|
6835
6846
|
},
|
|
6836
6847
|
{
|
|
@@ -6992,24 +7003,24 @@
|
|
|
6992
7003
|
]
|
|
6993
7004
|
},
|
|
6994
7005
|
{
|
|
6995
|
-
"name": "
|
|
6996
|
-
"description": "
|
|
7006
|
+
"name": "click",
|
|
7007
|
+
"description": "Emitted when component is clicked, toggles chip if contained in a chip group - Will trigger component to ripple when clicked unless the `.native` modifier is used",
|
|
6997
7008
|
"doc-url": "https://vuetifyjs.com/api/v-chip#events",
|
|
6998
7009
|
"arguments": [
|
|
6999
7010
|
{
|
|
7000
7011
|
"name": "argument",
|
|
7001
|
-
"type": "[
|
|
7012
|
+
"type": "[MouseEvent | KeyboardEvent]\n"
|
|
7002
7013
|
}
|
|
7003
7014
|
]
|
|
7004
7015
|
},
|
|
7005
7016
|
{
|
|
7006
|
-
"name": "
|
|
7007
|
-
"description": "
|
|
7017
|
+
"name": "group:selected",
|
|
7018
|
+
"description": "Event that is emitted when an item is selected within a group.",
|
|
7008
7019
|
"doc-url": "https://vuetifyjs.com/api/v-chip#events",
|
|
7009
7020
|
"arguments": [
|
|
7010
7021
|
{
|
|
7011
7022
|
"name": "argument",
|
|
7012
|
-
"type": "[
|
|
7023
|
+
"type": "[{ value: boolean }]\n"
|
|
7013
7024
|
}
|
|
7014
7025
|
]
|
|
7015
7026
|
},
|
|
@@ -7089,10 +7100,10 @@
|
|
|
7089
7100
|
}
|
|
7090
7101
|
},
|
|
7091
7102
|
{
|
|
7092
|
-
"name": "
|
|
7103
|
+
"name": "VChipGroup",
|
|
7093
7104
|
"source": {
|
|
7094
7105
|
"module": "./src/components/index.ts",
|
|
7095
|
-
"symbol": "
|
|
7106
|
+
"symbol": "VChipGroup"
|
|
7096
7107
|
},
|
|
7097
7108
|
"description": "",
|
|
7098
7109
|
"doc-url": "https://vuetifyjs.com/api/v-chip-group",
|
|
@@ -7271,10 +7282,10 @@
|
|
|
7271
7282
|
}
|
|
7272
7283
|
},
|
|
7273
7284
|
{
|
|
7274
|
-
"name": "
|
|
7285
|
+
"name": "VClassIcon",
|
|
7275
7286
|
"source": {
|
|
7276
7287
|
"module": "./src/components/index.ts",
|
|
7277
|
-
"symbol": "
|
|
7288
|
+
"symbol": "VClassIcon"
|
|
7278
7289
|
},
|
|
7279
7290
|
"description": "",
|
|
7280
7291
|
"doc-url": "https://vuetifyjs.com/api/v-class-icon",
|
|
@@ -7306,10 +7317,10 @@
|
|
|
7306
7317
|
}
|
|
7307
7318
|
},
|
|
7308
7319
|
{
|
|
7309
|
-
"name": "
|
|
7320
|
+
"name": "VCode",
|
|
7310
7321
|
"source": {
|
|
7311
7322
|
"module": "./src/components/index.ts",
|
|
7312
|
-
"symbol": "
|
|
7323
|
+
"symbol": "VCode"
|
|
7313
7324
|
},
|
|
7314
7325
|
"description": "",
|
|
7315
7326
|
"doc-url": "https://vuetifyjs.com/api/v-code",
|
|
@@ -7339,10 +7350,10 @@
|
|
|
7339
7350
|
}
|
|
7340
7351
|
},
|
|
7341
7352
|
{
|
|
7342
|
-
"name": "
|
|
7353
|
+
"name": "VCol",
|
|
7343
7354
|
"source": {
|
|
7344
7355
|
"module": "./src/components/index.ts",
|
|
7345
|
-
"symbol": "
|
|
7356
|
+
"symbol": "VCol"
|
|
7346
7357
|
},
|
|
7347
7358
|
"description": "",
|
|
7348
7359
|
"doc-url": "https://vuetifyjs.com/api/v-col",
|
|
@@ -7562,10 +7573,10 @@
|
|
|
7562
7573
|
}
|
|
7563
7574
|
},
|
|
7564
7575
|
{
|
|
7565
|
-
"name": "
|
|
7576
|
+
"name": "VColorPicker",
|
|
7566
7577
|
"source": {
|
|
7567
7578
|
"module": "./src/components/index.ts",
|
|
7568
|
-
"symbol": "
|
|
7579
|
+
"symbol": "VColorPicker"
|
|
7569
7580
|
},
|
|
7570
7581
|
"description": "",
|
|
7571
7582
|
"doc-url": "https://vuetifyjs.com/api/v-color-picker",
|
|
@@ -7610,7 +7621,7 @@
|
|
|
7610
7621
|
},
|
|
7611
7622
|
{
|
|
7612
7623
|
"name": "position",
|
|
7613
|
-
"description": "
|
|
7624
|
+
"description": "MISSING DESCRIPTION",
|
|
7614
7625
|
"doc-url": "https://vuetifyjs.com/api/v-color-picker#props",
|
|
7615
7626
|
"value": {
|
|
7616
7627
|
"kind": "expression",
|
|
@@ -7796,10 +7807,10 @@
|
|
|
7796
7807
|
}
|
|
7797
7808
|
},
|
|
7798
7809
|
{
|
|
7799
|
-
"name": "
|
|
7810
|
+
"name": "VCombobox",
|
|
7800
7811
|
"source": {
|
|
7801
7812
|
"module": "./src/components/index.ts",
|
|
7802
|
-
"symbol": "
|
|
7813
|
+
"symbol": "VCombobox"
|
|
7803
7814
|
},
|
|
7804
7815
|
"description": "",
|
|
7805
7816
|
"doc-url": "https://vuetifyjs.com/api/v-combobox",
|
|
@@ -8019,7 +8030,7 @@
|
|
|
8019
8030
|
},
|
|
8020
8031
|
{
|
|
8021
8032
|
"name": "customFilter",
|
|
8022
|
-
"description": "Function used to filter items.",
|
|
8033
|
+
"description": "Function used to filter items, called for each filterable key on each item in the list. The first argument is the filterable value from the item, the second is the search term, and the third is the internal item object. The function should return true if the item should be included in the filtered list, or the index of the match in the value if it should be included with the result highlighted.",
|
|
8023
8034
|
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
8024
8035
|
"value": {
|
|
8025
8036
|
"kind": "expression",
|
|
@@ -8923,10 +8934,10 @@
|
|
|
8923
8934
|
}
|
|
8924
8935
|
},
|
|
8925
8936
|
{
|
|
8926
|
-
"name": "
|
|
8937
|
+
"name": "VComponentIcon",
|
|
8927
8938
|
"source": {
|
|
8928
8939
|
"module": "./src/components/index.ts",
|
|
8929
|
-
"symbol": "
|
|
8940
|
+
"symbol": "VComponentIcon"
|
|
8930
8941
|
},
|
|
8931
8942
|
"description": "",
|
|
8932
8943
|
"doc-url": "https://vuetifyjs.com/api/v-component-icon",
|
|
@@ -8964,10 +8975,10 @@
|
|
|
8964
8975
|
}
|
|
8965
8976
|
},
|
|
8966
8977
|
{
|
|
8967
|
-
"name": "
|
|
8978
|
+
"name": "VContainer",
|
|
8968
8979
|
"source": {
|
|
8969
8980
|
"module": "./src/components/index.ts",
|
|
8970
|
-
"symbol": "
|
|
8981
|
+
"symbol": "VContainer"
|
|
8971
8982
|
},
|
|
8972
8983
|
"description": "",
|
|
8973
8984
|
"doc-url": "https://vuetifyjs.com/api/v-container",
|
|
@@ -9007,10 +9018,10 @@
|
|
|
9007
9018
|
}
|
|
9008
9019
|
},
|
|
9009
9020
|
{
|
|
9010
|
-
"name": "
|
|
9021
|
+
"name": "VCounter",
|
|
9011
9022
|
"source": {
|
|
9012
9023
|
"module": "./src/components/index.ts",
|
|
9013
|
-
"symbol": "
|
|
9024
|
+
"symbol": "VCounter"
|
|
9014
9025
|
},
|
|
9015
9026
|
"description": "",
|
|
9016
9027
|
"doc-url": "https://vuetifyjs.com/api/v-counter",
|
|
@@ -9083,10 +9094,10 @@
|
|
|
9083
9094
|
}
|
|
9084
9095
|
},
|
|
9085
9096
|
{
|
|
9086
|
-
"name": "
|
|
9097
|
+
"name": "VDataIterator",
|
|
9087
9098
|
"source": {
|
|
9088
9099
|
"module": "./src/components/index.ts",
|
|
9089
|
-
"symbol": "
|
|
9100
|
+
"symbol": "VDataIterator"
|
|
9090
9101
|
},
|
|
9091
9102
|
"description": "",
|
|
9092
9103
|
"doc-url": "https://vuetifyjs.com/api/v-data-iterator",
|
|
@@ -9440,7 +9451,7 @@
|
|
|
9440
9451
|
},
|
|
9441
9452
|
{
|
|
9442
9453
|
"name": "toggleSort",
|
|
9443
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
9454
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => void"
|
|
9444
9455
|
},
|
|
9445
9456
|
{
|
|
9446
9457
|
"name": "prevPage",
|
|
@@ -9476,11 +9487,11 @@
|
|
|
9476
9487
|
},
|
|
9477
9488
|
{
|
|
9478
9489
|
"name": "isExpanded",
|
|
9479
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
9490
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
9480
9491
|
},
|
|
9481
9492
|
{
|
|
9482
9493
|
"name": "toggleExpand",
|
|
9483
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
9494
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => void"
|
|
9484
9495
|
},
|
|
9485
9496
|
{
|
|
9486
9497
|
"name": "isGroupOpen",
|
|
@@ -9523,7 +9534,7 @@
|
|
|
9523
9534
|
},
|
|
9524
9535
|
{
|
|
9525
9536
|
"name": "toggleSort",
|
|
9526
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
9537
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => void"
|
|
9527
9538
|
},
|
|
9528
9539
|
{
|
|
9529
9540
|
"name": "prevPage",
|
|
@@ -9559,11 +9570,11 @@
|
|
|
9559
9570
|
},
|
|
9560
9571
|
{
|
|
9561
9572
|
"name": "isExpanded",
|
|
9562
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
9573
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
9563
9574
|
},
|
|
9564
9575
|
{
|
|
9565
9576
|
"name": "toggleExpand",
|
|
9566
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
9577
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => void"
|
|
9567
9578
|
},
|
|
9568
9579
|
{
|
|
9569
9580
|
"name": "isGroupOpen",
|
|
@@ -9606,7 +9617,7 @@
|
|
|
9606
9617
|
},
|
|
9607
9618
|
{
|
|
9608
9619
|
"name": "toggleSort",
|
|
9609
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
9620
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => void"
|
|
9610
9621
|
},
|
|
9611
9622
|
{
|
|
9612
9623
|
"name": "prevPage",
|
|
@@ -9642,11 +9653,11 @@
|
|
|
9642
9653
|
},
|
|
9643
9654
|
{
|
|
9644
9655
|
"name": "isExpanded",
|
|
9645
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
9656
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
9646
9657
|
},
|
|
9647
9658
|
{
|
|
9648
9659
|
"name": "toggleExpand",
|
|
9649
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
9660
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => void"
|
|
9650
9661
|
},
|
|
9651
9662
|
{
|
|
9652
9663
|
"name": "isGroupOpen",
|
|
@@ -9678,10 +9689,10 @@
|
|
|
9678
9689
|
}
|
|
9679
9690
|
},
|
|
9680
9691
|
{
|
|
9681
|
-
"name": "
|
|
9692
|
+
"name": "VDataTable",
|
|
9682
9693
|
"source": {
|
|
9683
9694
|
"module": "./src/components/index.ts",
|
|
9684
|
-
"symbol": "
|
|
9695
|
+
"symbol": "VDataTable"
|
|
9685
9696
|
},
|
|
9686
9697
|
"description": "",
|
|
9687
9698
|
"doc-url": "https://vuetifyjs.com/api/v-data-table",
|
|
@@ -10292,7 +10303,7 @@
|
|
|
10292
10303
|
"arguments": [
|
|
10293
10304
|
{
|
|
10294
10305
|
"name": "argument",
|
|
10295
|
-
"type": "[Event, { item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
10306
|
+
"type": "[Event, { item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a> }]\n"
|
|
10296
10307
|
}
|
|
10297
10308
|
]
|
|
10298
10309
|
}
|
|
@@ -10331,37 +10342,7 @@
|
|
|
10331
10342
|
{
|
|
10332
10343
|
"name": "item",
|
|
10333
10344
|
"description": "Slot to replace the default rendering of a row",
|
|
10334
|
-
"doc-url": "https://vuetifyjs.com/api/v-data-table#slots"
|
|
10335
|
-
"vue-properties": [
|
|
10336
|
-
{
|
|
10337
|
-
"name": "index",
|
|
10338
|
-
"type": "number"
|
|
10339
|
-
},
|
|
10340
|
-
{
|
|
10341
|
-
"name": "item",
|
|
10342
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>"
|
|
10343
|
-
},
|
|
10344
|
-
{
|
|
10345
|
-
"name": "columns",
|
|
10346
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
10347
|
-
},
|
|
10348
|
-
{
|
|
10349
|
-
"name": "isExpanded",
|
|
10350
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
10351
|
-
},
|
|
10352
|
-
{
|
|
10353
|
-
"name": "toggleExpand",
|
|
10354
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => void"
|
|
10355
|
-
},
|
|
10356
|
-
{
|
|
10357
|
-
"name": "isSelected",
|
|
10358
|
-
"type": "(items: { value: any; selectable: boolean } | SelectableItem[]) => boolean"
|
|
10359
|
-
},
|
|
10360
|
-
{
|
|
10361
|
-
"name": "toggleSelect",
|
|
10362
|
-
"type": "(item: { value: any; selectable: boolean }) => void"
|
|
10363
|
-
}
|
|
10364
|
-
]
|
|
10345
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table#slots"
|
|
10365
10346
|
},
|
|
10366
10347
|
{
|
|
10367
10348
|
"name": "loading",
|
|
@@ -10383,15 +10364,15 @@
|
|
|
10383
10364
|
},
|
|
10384
10365
|
{
|
|
10385
10366
|
"name": "columns",
|
|
10386
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
10367
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
10387
10368
|
},
|
|
10388
10369
|
{
|
|
10389
10370
|
"name": "isExpanded",
|
|
10390
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
10371
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
10391
10372
|
},
|
|
10392
10373
|
{
|
|
10393
10374
|
"name": "toggleExpand",
|
|
10394
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
10375
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => void"
|
|
10395
10376
|
},
|
|
10396
10377
|
{
|
|
10397
10378
|
"name": "isSelected",
|
|
@@ -10427,19 +10408,19 @@
|
|
|
10427
10408
|
},
|
|
10428
10409
|
{
|
|
10429
10410
|
"name": "item",
|
|
10430
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
10411
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>"
|
|
10431
10412
|
},
|
|
10432
10413
|
{
|
|
10433
10414
|
"name": "columns",
|
|
10434
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
10415
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
10435
10416
|
},
|
|
10436
10417
|
{
|
|
10437
10418
|
"name": "isExpanded",
|
|
10438
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
10419
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
10439
10420
|
},
|
|
10440
10421
|
{
|
|
10441
10422
|
"name": "toggleExpand",
|
|
10442
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
10423
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => void"
|
|
10443
10424
|
},
|
|
10444
10425
|
{
|
|
10445
10426
|
"name": "isSelected",
|
|
@@ -10462,19 +10443,19 @@
|
|
|
10462
10443
|
},
|
|
10463
10444
|
{
|
|
10464
10445
|
"name": "item",
|
|
10465
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
10446
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>"
|
|
10466
10447
|
},
|
|
10467
10448
|
{
|
|
10468
10449
|
"name": "columns",
|
|
10469
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
10450
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
10470
10451
|
},
|
|
10471
10452
|
{
|
|
10472
10453
|
"name": "isExpanded",
|
|
10473
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
10454
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
10474
10455
|
},
|
|
10475
10456
|
{
|
|
10476
10457
|
"name": "toggleExpand",
|
|
10477
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
10458
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => void"
|
|
10478
10459
|
},
|
|
10479
10460
|
{
|
|
10480
10461
|
"name": "isSelected",
|
|
@@ -10497,19 +10478,19 @@
|
|
|
10497
10478
|
},
|
|
10498
10479
|
{
|
|
10499
10480
|
"name": "item",
|
|
10500
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
10481
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>"
|
|
10501
10482
|
},
|
|
10502
10483
|
{
|
|
10503
10484
|
"name": "columns",
|
|
10504
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
10485
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
10505
10486
|
},
|
|
10506
10487
|
{
|
|
10507
10488
|
"name": "isExpanded",
|
|
10508
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
10489
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
10509
10490
|
},
|
|
10510
10491
|
{
|
|
10511
10492
|
"name": "toggleExpand",
|
|
10512
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
10493
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => void"
|
|
10513
10494
|
},
|
|
10514
10495
|
{
|
|
10515
10496
|
"name": "isSelected",
|
|
@@ -10528,11 +10509,11 @@
|
|
|
10528
10509
|
"vue-properties": [
|
|
10529
10510
|
{
|
|
10530
10511
|
"name": "headers",
|
|
10531
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
10512
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[][]"
|
|
10532
10513
|
},
|
|
10533
10514
|
{
|
|
10534
10515
|
"name": "columns",
|
|
10535
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
10516
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
10536
10517
|
},
|
|
10537
10518
|
{
|
|
10538
10519
|
"name": "sortBy",
|
|
@@ -10548,7 +10529,7 @@
|
|
|
10548
10529
|
},
|
|
10549
10530
|
{
|
|
10550
10531
|
"name": "toggleSort",
|
|
10551
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
10532
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => void"
|
|
10552
10533
|
},
|
|
10553
10534
|
{
|
|
10554
10535
|
"name": "selectAll",
|
|
@@ -10556,15 +10537,15 @@
|
|
|
10556
10537
|
},
|
|
10557
10538
|
{
|
|
10558
10539
|
"name": "getSortIcon",
|
|
10559
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
10540
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
|
10560
10541
|
},
|
|
10561
10542
|
{
|
|
10562
10543
|
"name": "getFixedStyles",
|
|
10563
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
10544
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>, y: number) => CSSProperties"
|
|
10564
10545
|
},
|
|
10565
10546
|
{
|
|
10566
10547
|
"name": "isSorted",
|
|
10567
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
10548
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => boolean"
|
|
10568
10549
|
}
|
|
10569
10550
|
]
|
|
10570
10551
|
},
|
|
@@ -10590,7 +10571,7 @@
|
|
|
10590
10571
|
"vue-properties": [
|
|
10591
10572
|
{
|
|
10592
10573
|
"name": "column",
|
|
10593
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
10574
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>"
|
|
10594
10575
|
},
|
|
10595
10576
|
{
|
|
10596
10577
|
"name": "selectAll",
|
|
@@ -10598,11 +10579,11 @@
|
|
|
10598
10579
|
},
|
|
10599
10580
|
{
|
|
10600
10581
|
"name": "isSorted",
|
|
10601
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
10582
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => boolean"
|
|
10602
10583
|
},
|
|
10603
10584
|
{
|
|
10604
10585
|
"name": "toggleSort",
|
|
10605
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
10586
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => void"
|
|
10606
10587
|
},
|
|
10607
10588
|
{
|
|
10608
10589
|
"name": "sortBy",
|
|
@@ -10618,7 +10599,7 @@
|
|
|
10618
10599
|
},
|
|
10619
10600
|
{
|
|
10620
10601
|
"name": "getSortIcon",
|
|
10621
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
10602
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
|
10622
10603
|
}
|
|
10623
10604
|
]
|
|
10624
10605
|
},
|
|
@@ -10629,7 +10610,7 @@
|
|
|
10629
10610
|
"vue-properties": [
|
|
10630
10611
|
{
|
|
10631
10612
|
"name": "column",
|
|
10632
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
10613
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>"
|
|
10633
10614
|
},
|
|
10634
10615
|
{
|
|
10635
10616
|
"name": "selectAll",
|
|
@@ -10637,11 +10618,11 @@
|
|
|
10637
10618
|
},
|
|
10638
10619
|
{
|
|
10639
10620
|
"name": "isSorted",
|
|
10640
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
10621
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => boolean"
|
|
10641
10622
|
},
|
|
10642
10623
|
{
|
|
10643
10624
|
"name": "toggleSort",
|
|
10644
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
10625
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => void"
|
|
10645
10626
|
},
|
|
10646
10627
|
{
|
|
10647
10628
|
"name": "sortBy",
|
|
@@ -10657,7 +10638,7 @@
|
|
|
10657
10638
|
},
|
|
10658
10639
|
{
|
|
10659
10640
|
"name": "getSortIcon",
|
|
10660
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
10641
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
|
10661
10642
|
}
|
|
10662
10643
|
]
|
|
10663
10644
|
},
|
|
@@ -10684,7 +10665,7 @@
|
|
|
10684
10665
|
},
|
|
10685
10666
|
{
|
|
10686
10667
|
"name": "toggleSort",
|
|
10687
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
10668
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => void"
|
|
10688
10669
|
},
|
|
10689
10670
|
{
|
|
10690
10671
|
"name": "setItemsPerPage",
|
|
@@ -10716,11 +10697,11 @@
|
|
|
10716
10697
|
},
|
|
10717
10698
|
{
|
|
10718
10699
|
"name": "isExpanded",
|
|
10719
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
10700
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
10720
10701
|
},
|
|
10721
10702
|
{
|
|
10722
10703
|
"name": "toggleExpand",
|
|
10723
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
10704
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => void"
|
|
10724
10705
|
},
|
|
10725
10706
|
{
|
|
10726
10707
|
"name": "isGroupOpen",
|
|
@@ -10732,19 +10713,19 @@
|
|
|
10732
10713
|
},
|
|
10733
10714
|
{
|
|
10734
10715
|
"name": "items",
|
|
10735
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
10716
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>[]"
|
|
10736
10717
|
},
|
|
10737
10718
|
{
|
|
10738
10719
|
"name": "groupedItems",
|
|
10739
|
-
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
10720
|
+
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
|
|
10740
10721
|
},
|
|
10741
10722
|
{
|
|
10742
10723
|
"name": "columns",
|
|
10743
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
10724
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
10744
10725
|
},
|
|
10745
10726
|
{
|
|
10746
10727
|
"name": "headers",
|
|
10747
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
10728
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[][]"
|
|
10748
10729
|
}
|
|
10749
10730
|
]
|
|
10750
10731
|
},
|
|
@@ -10771,7 +10752,7 @@
|
|
|
10771
10752
|
},
|
|
10772
10753
|
{
|
|
10773
10754
|
"name": "toggleSort",
|
|
10774
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
10755
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => void"
|
|
10775
10756
|
},
|
|
10776
10757
|
{
|
|
10777
10758
|
"name": "setItemsPerPage",
|
|
@@ -10803,11 +10784,11 @@
|
|
|
10803
10784
|
},
|
|
10804
10785
|
{
|
|
10805
10786
|
"name": "isExpanded",
|
|
10806
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
10787
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
10807
10788
|
},
|
|
10808
10789
|
{
|
|
10809
10790
|
"name": "toggleExpand",
|
|
10810
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
10791
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => void"
|
|
10811
10792
|
},
|
|
10812
10793
|
{
|
|
10813
10794
|
"name": "isGroupOpen",
|
|
@@ -10819,19 +10800,19 @@
|
|
|
10819
10800
|
},
|
|
10820
10801
|
{
|
|
10821
10802
|
"name": "items",
|
|
10822
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
10803
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>[]"
|
|
10823
10804
|
},
|
|
10824
10805
|
{
|
|
10825
10806
|
"name": "groupedItems",
|
|
10826
|
-
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
10807
|
+
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
|
|
10827
10808
|
},
|
|
10828
10809
|
{
|
|
10829
10810
|
"name": "columns",
|
|
10830
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
10811
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
10831
10812
|
},
|
|
10832
10813
|
{
|
|
10833
10814
|
"name": "headers",
|
|
10834
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
10815
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[][]"
|
|
10835
10816
|
}
|
|
10836
10817
|
]
|
|
10837
10818
|
},
|
|
@@ -10858,7 +10839,7 @@
|
|
|
10858
10839
|
},
|
|
10859
10840
|
{
|
|
10860
10841
|
"name": "toggleSort",
|
|
10861
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
10842
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => void"
|
|
10862
10843
|
},
|
|
10863
10844
|
{
|
|
10864
10845
|
"name": "setItemsPerPage",
|
|
@@ -10890,11 +10871,11 @@
|
|
|
10890
10871
|
},
|
|
10891
10872
|
{
|
|
10892
10873
|
"name": "isExpanded",
|
|
10893
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
10874
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
10894
10875
|
},
|
|
10895
10876
|
{
|
|
10896
10877
|
"name": "toggleExpand",
|
|
10897
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
10878
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => void"
|
|
10898
10879
|
},
|
|
10899
10880
|
{
|
|
10900
10881
|
"name": "isGroupOpen",
|
|
@@ -10906,19 +10887,19 @@
|
|
|
10906
10887
|
},
|
|
10907
10888
|
{
|
|
10908
10889
|
"name": "items",
|
|
10909
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
10890
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>[]"
|
|
10910
10891
|
},
|
|
10911
10892
|
{
|
|
10912
10893
|
"name": "groupedItems",
|
|
10913
|
-
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
10894
|
+
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
|
|
10914
10895
|
},
|
|
10915
10896
|
{
|
|
10916
10897
|
"name": "columns",
|
|
10917
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
10898
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
10918
10899
|
},
|
|
10919
10900
|
{
|
|
10920
10901
|
"name": "headers",
|
|
10921
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
10902
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[][]"
|
|
10922
10903
|
}
|
|
10923
10904
|
]
|
|
10924
10905
|
},
|
|
@@ -10945,7 +10926,7 @@
|
|
|
10945
10926
|
},
|
|
10946
10927
|
{
|
|
10947
10928
|
"name": "toggleSort",
|
|
10948
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
10929
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => void"
|
|
10949
10930
|
},
|
|
10950
10931
|
{
|
|
10951
10932
|
"name": "setItemsPerPage",
|
|
@@ -10977,11 +10958,11 @@
|
|
|
10977
10958
|
},
|
|
10978
10959
|
{
|
|
10979
10960
|
"name": "isExpanded",
|
|
10980
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
10961
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
10981
10962
|
},
|
|
10982
10963
|
{
|
|
10983
10964
|
"name": "toggleExpand",
|
|
10984
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
10965
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => void"
|
|
10985
10966
|
},
|
|
10986
10967
|
{
|
|
10987
10968
|
"name": "isGroupOpen",
|
|
@@ -10993,19 +10974,19 @@
|
|
|
10993
10974
|
},
|
|
10994
10975
|
{
|
|
10995
10976
|
"name": "items",
|
|
10996
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
10977
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>[]"
|
|
10997
10978
|
},
|
|
10998
10979
|
{
|
|
10999
10980
|
"name": "groupedItems",
|
|
11000
|
-
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
10981
|
+
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
|
|
11001
10982
|
},
|
|
11002
10983
|
{
|
|
11003
10984
|
"name": "columns",
|
|
11004
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
10985
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
11005
10986
|
},
|
|
11006
10987
|
{
|
|
11007
10988
|
"name": "headers",
|
|
11008
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
10989
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[][]"
|
|
11009
10990
|
}
|
|
11010
10991
|
]
|
|
11011
10992
|
},
|
|
@@ -11032,7 +11013,7 @@
|
|
|
11032
11013
|
},
|
|
11033
11014
|
{
|
|
11034
11015
|
"name": "toggleSort",
|
|
11035
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
11016
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => void"
|
|
11036
11017
|
},
|
|
11037
11018
|
{
|
|
11038
11019
|
"name": "setItemsPerPage",
|
|
@@ -11064,11 +11045,11 @@
|
|
|
11064
11045
|
},
|
|
11065
11046
|
{
|
|
11066
11047
|
"name": "isExpanded",
|
|
11067
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
11048
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
11068
11049
|
},
|
|
11069
11050
|
{
|
|
11070
11051
|
"name": "toggleExpand",
|
|
11071
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
11052
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => void"
|
|
11072
11053
|
},
|
|
11073
11054
|
{
|
|
11074
11055
|
"name": "isGroupOpen",
|
|
@@ -11080,19 +11061,19 @@
|
|
|
11080
11061
|
},
|
|
11081
11062
|
{
|
|
11082
11063
|
"name": "items",
|
|
11083
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
11064
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>[]"
|
|
11084
11065
|
},
|
|
11085
11066
|
{
|
|
11086
11067
|
"name": "groupedItems",
|
|
11087
|
-
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
11068
|
+
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
|
|
11088
11069
|
},
|
|
11089
11070
|
{
|
|
11090
11071
|
"name": "columns",
|
|
11091
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
11072
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
11092
11073
|
},
|
|
11093
11074
|
{
|
|
11094
11075
|
"name": "headers",
|
|
11095
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
11076
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[][]"
|
|
11096
11077
|
}
|
|
11097
11078
|
]
|
|
11098
11079
|
},
|
|
@@ -11119,7 +11100,7 @@
|
|
|
11119
11100
|
},
|
|
11120
11101
|
{
|
|
11121
11102
|
"name": "toggleSort",
|
|
11122
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
11103
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => void"
|
|
11123
11104
|
},
|
|
11124
11105
|
{
|
|
11125
11106
|
"name": "setItemsPerPage",
|
|
@@ -11151,11 +11132,11 @@
|
|
|
11151
11132
|
},
|
|
11152
11133
|
{
|
|
11153
11134
|
"name": "isExpanded",
|
|
11154
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
11135
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
11155
11136
|
},
|
|
11156
11137
|
{
|
|
11157
11138
|
"name": "toggleExpand",
|
|
11158
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
11139
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => void"
|
|
11159
11140
|
},
|
|
11160
11141
|
{
|
|
11161
11142
|
"name": "isGroupOpen",
|
|
@@ -11167,19 +11148,19 @@
|
|
|
11167
11148
|
},
|
|
11168
11149
|
{
|
|
11169
11150
|
"name": "items",
|
|
11170
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
11151
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>[]"
|
|
11171
11152
|
},
|
|
11172
11153
|
{
|
|
11173
11154
|
"name": "groupedItems",
|
|
11174
|
-
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
11155
|
+
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
|
|
11175
11156
|
},
|
|
11176
11157
|
{
|
|
11177
11158
|
"name": "columns",
|
|
11178
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
11159
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
11179
11160
|
},
|
|
11180
11161
|
{
|
|
11181
11162
|
"name": "headers",
|
|
11182
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
11163
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[][]"
|
|
11183
11164
|
}
|
|
11184
11165
|
]
|
|
11185
11166
|
},
|
|
@@ -11206,7 +11187,7 @@
|
|
|
11206
11187
|
},
|
|
11207
11188
|
{
|
|
11208
11189
|
"name": "toggleSort",
|
|
11209
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
11190
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => void"
|
|
11210
11191
|
},
|
|
11211
11192
|
{
|
|
11212
11193
|
"name": "setItemsPerPage",
|
|
@@ -11238,11 +11219,11 @@
|
|
|
11238
11219
|
},
|
|
11239
11220
|
{
|
|
11240
11221
|
"name": "isExpanded",
|
|
11241
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
11222
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
11242
11223
|
},
|
|
11243
11224
|
{
|
|
11244
11225
|
"name": "toggleExpand",
|
|
11245
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
11226
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => void"
|
|
11246
11227
|
},
|
|
11247
11228
|
{
|
|
11248
11229
|
"name": "isGroupOpen",
|
|
@@ -11254,19 +11235,19 @@
|
|
|
11254
11235
|
},
|
|
11255
11236
|
{
|
|
11256
11237
|
"name": "items",
|
|
11257
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
11238
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>[]"
|
|
11258
11239
|
},
|
|
11259
11240
|
{
|
|
11260
11241
|
"name": "groupedItems",
|
|
11261
|
-
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
11242
|
+
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
|
|
11262
11243
|
},
|
|
11263
11244
|
{
|
|
11264
11245
|
"name": "columns",
|
|
11265
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
11246
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
11266
11247
|
},
|
|
11267
11248
|
{
|
|
11268
11249
|
"name": "headers",
|
|
11269
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
11250
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[][]"
|
|
11270
11251
|
}
|
|
11271
11252
|
]
|
|
11272
11253
|
},
|
|
@@ -11293,7 +11274,7 @@
|
|
|
11293
11274
|
},
|
|
11294
11275
|
{
|
|
11295
11276
|
"name": "toggleSort",
|
|
11296
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
11277
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => void"
|
|
11297
11278
|
},
|
|
11298
11279
|
{
|
|
11299
11280
|
"name": "setItemsPerPage",
|
|
@@ -11325,11 +11306,11 @@
|
|
|
11325
11306
|
},
|
|
11326
11307
|
{
|
|
11327
11308
|
"name": "isExpanded",
|
|
11328
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
11309
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
11329
11310
|
},
|
|
11330
11311
|
{
|
|
11331
11312
|
"name": "toggleExpand",
|
|
11332
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
11313
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => void"
|
|
11333
11314
|
},
|
|
11334
11315
|
{
|
|
11335
11316
|
"name": "isGroupOpen",
|
|
@@ -11341,19 +11322,19 @@
|
|
|
11341
11322
|
},
|
|
11342
11323
|
{
|
|
11343
11324
|
"name": "items",
|
|
11344
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
11325
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>[]"
|
|
11345
11326
|
},
|
|
11346
11327
|
{
|
|
11347
11328
|
"name": "groupedItems",
|
|
11348
|
-
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
11329
|
+
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
|
|
11349
11330
|
},
|
|
11350
11331
|
{
|
|
11351
11332
|
"name": "columns",
|
|
11352
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
11333
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
11353
11334
|
},
|
|
11354
11335
|
{
|
|
11355
11336
|
"name": "headers",
|
|
11356
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
11337
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[][]"
|
|
11357
11338
|
}
|
|
11358
11339
|
]
|
|
11359
11340
|
},
|
|
@@ -11373,19 +11354,19 @@
|
|
|
11373
11354
|
},
|
|
11374
11355
|
{
|
|
11375
11356
|
"name": "item",
|
|
11376
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
11357
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>"
|
|
11377
11358
|
},
|
|
11378
11359
|
{
|
|
11379
11360
|
"name": "columns",
|
|
11380
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
11361
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
11381
11362
|
},
|
|
11382
11363
|
{
|
|
11383
11364
|
"name": "isExpanded",
|
|
11384
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
11365
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
11385
11366
|
},
|
|
11386
11367
|
{
|
|
11387
11368
|
"name": "toggleExpand",
|
|
11388
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
11369
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => void"
|
|
11389
11370
|
},
|
|
11390
11371
|
{
|
|
11391
11372
|
"name": "isSelected",
|
|
@@ -11404,7 +11385,7 @@
|
|
|
11404
11385
|
"vue-properties": [
|
|
11405
11386
|
{
|
|
11406
11387
|
"name": "column",
|
|
11407
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
11388
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>"
|
|
11408
11389
|
},
|
|
11409
11390
|
{
|
|
11410
11391
|
"name": "selectAll",
|
|
@@ -11412,11 +11393,11 @@
|
|
|
11412
11393
|
},
|
|
11413
11394
|
{
|
|
11414
11395
|
"name": "isSorted",
|
|
11415
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
11396
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => boolean"
|
|
11416
11397
|
},
|
|
11417
11398
|
{
|
|
11418
11399
|
"name": "toggleSort",
|
|
11419
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
11400
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => void"
|
|
11420
11401
|
},
|
|
11421
11402
|
{
|
|
11422
11403
|
"name": "sortBy",
|
|
@@ -11432,7 +11413,7 @@
|
|
|
11432
11413
|
},
|
|
11433
11414
|
{
|
|
11434
11415
|
"name": "getSortIcon",
|
|
11435
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
11416
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
|
11436
11417
|
}
|
|
11437
11418
|
]
|
|
11438
11419
|
}
|
|
@@ -11443,10 +11424,10 @@
|
|
|
11443
11424
|
}
|
|
11444
11425
|
},
|
|
11445
11426
|
{
|
|
11446
|
-
"name": "
|
|
11427
|
+
"name": "VDataTableFooter",
|
|
11447
11428
|
"source": {
|
|
11448
11429
|
"module": "./src/components/index.ts",
|
|
11449
|
-
"symbol": "
|
|
11430
|
+
"symbol": "VDataTableFooter"
|
|
11450
11431
|
},
|
|
11451
11432
|
"description": "",
|
|
11452
11433
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-footer",
|
|
@@ -11465,10 +11446,10 @@
|
|
|
11465
11446
|
}
|
|
11466
11447
|
},
|
|
11467
11448
|
{
|
|
11468
|
-
"name": "
|
|
11449
|
+
"name": "VDataTableRow",
|
|
11469
11450
|
"source": {
|
|
11470
11451
|
"module": "./src/components/index.ts",
|
|
11471
|
-
"symbol": "
|
|
11452
|
+
"symbol": "VDataTableRow"
|
|
11472
11453
|
},
|
|
11473
11454
|
"description": "",
|
|
11474
11455
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-row",
|
|
@@ -11479,7 +11460,7 @@
|
|
|
11479
11460
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-row#props",
|
|
11480
11461
|
"value": {
|
|
11481
11462
|
"kind": "expression",
|
|
11482
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
11463
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>\n"
|
|
11483
11464
|
}
|
|
11484
11465
|
},
|
|
11485
11466
|
{
|
|
@@ -11512,10 +11493,10 @@
|
|
|
11512
11493
|
}
|
|
11513
11494
|
},
|
|
11514
11495
|
{
|
|
11515
|
-
"name": "
|
|
11496
|
+
"name": "VDataTableRows",
|
|
11516
11497
|
"source": {
|
|
11517
11498
|
"module": "./src/components/index.ts",
|
|
11518
|
-
"symbol": "
|
|
11499
|
+
"symbol": "VDataTableRows"
|
|
11519
11500
|
},
|
|
11520
11501
|
"description": "",
|
|
11521
11502
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-rows",
|
|
@@ -11527,7 +11508,7 @@
|
|
|
11527
11508
|
"default": "[]",
|
|
11528
11509
|
"value": {
|
|
11529
11510
|
"kind": "expression",
|
|
11530
|
-
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
11511
|
+
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]\n"
|
|
11531
11512
|
}
|
|
11532
11513
|
},
|
|
11533
11514
|
{
|
|
@@ -11588,7 +11569,7 @@
|
|
|
11588
11569
|
"arguments": [
|
|
11589
11570
|
{
|
|
11590
11571
|
"name": "argument",
|
|
11591
|
-
"type": "[Event, { item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
11572
|
+
"type": "[Event, { item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a> }]\n"
|
|
11592
11573
|
}
|
|
11593
11574
|
]
|
|
11594
11575
|
}
|
|
@@ -11627,37 +11608,7 @@
|
|
|
11627
11608
|
{
|
|
11628
11609
|
"name": "item",
|
|
11629
11610
|
"description": "Define a custom item appearance",
|
|
11630
|
-
"doc-url": "https://vuetifyjs.com/api/v-data-table-rows#slots"
|
|
11631
|
-
"vue-properties": [
|
|
11632
|
-
{
|
|
11633
|
-
"name": "index",
|
|
11634
|
-
"type": "number"
|
|
11635
|
-
},
|
|
11636
|
-
{
|
|
11637
|
-
"name": "item",
|
|
11638
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>"
|
|
11639
|
-
},
|
|
11640
|
-
{
|
|
11641
|
-
"name": "columns",
|
|
11642
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
11643
|
-
},
|
|
11644
|
-
{
|
|
11645
|
-
"name": "isExpanded",
|
|
11646
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
11647
|
-
},
|
|
11648
|
-
{
|
|
11649
|
-
"name": "toggleExpand",
|
|
11650
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => void"
|
|
11651
|
-
},
|
|
11652
|
-
{
|
|
11653
|
-
"name": "isSelected",
|
|
11654
|
-
"type": "(items: { value: any; selectable: boolean } | SelectableItem[]) => boolean"
|
|
11655
|
-
},
|
|
11656
|
-
{
|
|
11657
|
-
"name": "toggleSelect",
|
|
11658
|
-
"type": "(item: { value: any; selectable: boolean }) => void"
|
|
11659
|
-
}
|
|
11660
|
-
]
|
|
11611
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-rows#slots"
|
|
11661
11612
|
},
|
|
11662
11613
|
{
|
|
11663
11614
|
"name": "loading",
|
|
@@ -11679,15 +11630,15 @@
|
|
|
11679
11630
|
},
|
|
11680
11631
|
{
|
|
11681
11632
|
"name": "columns",
|
|
11682
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
11633
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
11683
11634
|
},
|
|
11684
11635
|
{
|
|
11685
11636
|
"name": "isExpanded",
|
|
11686
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
11637
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
11687
11638
|
},
|
|
11688
11639
|
{
|
|
11689
11640
|
"name": "toggleExpand",
|
|
11690
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
11641
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => void"
|
|
11691
11642
|
},
|
|
11692
11643
|
{
|
|
11693
11644
|
"name": "isSelected",
|
|
@@ -11723,19 +11674,19 @@
|
|
|
11723
11674
|
},
|
|
11724
11675
|
{
|
|
11725
11676
|
"name": "item",
|
|
11726
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
11677
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>"
|
|
11727
11678
|
},
|
|
11728
11679
|
{
|
|
11729
11680
|
"name": "columns",
|
|
11730
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
11681
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
11731
11682
|
},
|
|
11732
11683
|
{
|
|
11733
11684
|
"name": "isExpanded",
|
|
11734
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
11685
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
11735
11686
|
},
|
|
11736
11687
|
{
|
|
11737
11688
|
"name": "toggleExpand",
|
|
11738
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
11689
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => void"
|
|
11739
11690
|
},
|
|
11740
11691
|
{
|
|
11741
11692
|
"name": "isSelected",
|
|
@@ -11758,19 +11709,19 @@
|
|
|
11758
11709
|
},
|
|
11759
11710
|
{
|
|
11760
11711
|
"name": "item",
|
|
11761
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
11712
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>"
|
|
11762
11713
|
},
|
|
11763
11714
|
{
|
|
11764
11715
|
"name": "columns",
|
|
11765
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
11716
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
11766
11717
|
},
|
|
11767
11718
|
{
|
|
11768
11719
|
"name": "isExpanded",
|
|
11769
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
11720
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
11770
11721
|
},
|
|
11771
11722
|
{
|
|
11772
11723
|
"name": "toggleExpand",
|
|
11773
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
11724
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => void"
|
|
11774
11725
|
},
|
|
11775
11726
|
{
|
|
11776
11727
|
"name": "isSelected",
|
|
@@ -11793,19 +11744,19 @@
|
|
|
11793
11744
|
},
|
|
11794
11745
|
{
|
|
11795
11746
|
"name": "item",
|
|
11796
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
11747
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>"
|
|
11797
11748
|
},
|
|
11798
11749
|
{
|
|
11799
11750
|
"name": "columns",
|
|
11800
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
11751
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
11801
11752
|
},
|
|
11802
11753
|
{
|
|
11803
11754
|
"name": "isExpanded",
|
|
11804
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
11755
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
11805
11756
|
},
|
|
11806
11757
|
{
|
|
11807
11758
|
"name": "toggleExpand",
|
|
11808
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
11759
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => void"
|
|
11809
11760
|
},
|
|
11810
11761
|
{
|
|
11811
11762
|
"name": "isSelected",
|
|
@@ -11828,19 +11779,19 @@
|
|
|
11828
11779
|
},
|
|
11829
11780
|
{
|
|
11830
11781
|
"name": "item",
|
|
11831
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
11782
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>"
|
|
11832
11783
|
},
|
|
11833
11784
|
{
|
|
11834
11785
|
"name": "columns",
|
|
11835
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
11786
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
11836
11787
|
},
|
|
11837
11788
|
{
|
|
11838
11789
|
"name": "isExpanded",
|
|
11839
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
11790
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
11840
11791
|
},
|
|
11841
11792
|
{
|
|
11842
11793
|
"name": "toggleExpand",
|
|
11843
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
11794
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => void"
|
|
11844
11795
|
},
|
|
11845
11796
|
{
|
|
11846
11797
|
"name": "isSelected",
|
|
@@ -11859,10 +11810,10 @@
|
|
|
11859
11810
|
}
|
|
11860
11811
|
},
|
|
11861
11812
|
{
|
|
11862
|
-
"name": "
|
|
11813
|
+
"name": "VDataTableServer",
|
|
11863
11814
|
"source": {
|
|
11864
11815
|
"module": "./src/components/index.ts",
|
|
11865
|
-
"symbol": "
|
|
11816
|
+
"symbol": "VDataTableServer"
|
|
11866
11817
|
},
|
|
11867
11818
|
"description": "",
|
|
11868
11819
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-server",
|
|
@@ -12182,7 +12133,7 @@
|
|
|
12182
12133
|
},
|
|
12183
12134
|
{
|
|
12184
12135
|
"name": "headers",
|
|
12185
|
-
"description": "
|
|
12136
|
+
"description": "MISSING DESCRIPTION",
|
|
12186
12137
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-server#props",
|
|
12187
12138
|
"default": "[]",
|
|
12188
12139
|
"value": {
|
|
@@ -12435,7 +12386,7 @@
|
|
|
12435
12386
|
"arguments": [
|
|
12436
12387
|
{
|
|
12437
12388
|
"name": "argument",
|
|
12438
|
-
"type": "[Event, { item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
12389
|
+
"type": "[Event, { item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a> }]\n"
|
|
12439
12390
|
}
|
|
12440
12391
|
]
|
|
12441
12392
|
}
|
|
@@ -12474,37 +12425,7 @@
|
|
|
12474
12425
|
{
|
|
12475
12426
|
"name": "item",
|
|
12476
12427
|
"description": "Define a custom item appearance",
|
|
12477
|
-
"doc-url": "https://vuetifyjs.com/api/v-data-table-server#slots"
|
|
12478
|
-
"vue-properties": [
|
|
12479
|
-
{
|
|
12480
|
-
"name": "index",
|
|
12481
|
-
"type": "number"
|
|
12482
|
-
},
|
|
12483
|
-
{
|
|
12484
|
-
"name": "item",
|
|
12485
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>"
|
|
12486
|
-
},
|
|
12487
|
-
{
|
|
12488
|
-
"name": "columns",
|
|
12489
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
12490
|
-
},
|
|
12491
|
-
{
|
|
12492
|
-
"name": "isExpanded",
|
|
12493
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
12494
|
-
},
|
|
12495
|
-
{
|
|
12496
|
-
"name": "toggleExpand",
|
|
12497
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => void"
|
|
12498
|
-
},
|
|
12499
|
-
{
|
|
12500
|
-
"name": "isSelected",
|
|
12501
|
-
"type": "(items: { value: any; selectable: boolean } | SelectableItem[]) => boolean"
|
|
12502
|
-
},
|
|
12503
|
-
{
|
|
12504
|
-
"name": "toggleSelect",
|
|
12505
|
-
"type": "(item: { value: any; selectable: boolean }) => void"
|
|
12506
|
-
}
|
|
12507
|
-
]
|
|
12428
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-server#slots"
|
|
12508
12429
|
},
|
|
12509
12430
|
{
|
|
12510
12431
|
"name": "loading",
|
|
@@ -12526,15 +12447,15 @@
|
|
|
12526
12447
|
},
|
|
12527
12448
|
{
|
|
12528
12449
|
"name": "columns",
|
|
12529
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
12450
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
12530
12451
|
},
|
|
12531
12452
|
{
|
|
12532
12453
|
"name": "isExpanded",
|
|
12533
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
12454
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
12534
12455
|
},
|
|
12535
12456
|
{
|
|
12536
12457
|
"name": "toggleExpand",
|
|
12537
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
12458
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => void"
|
|
12538
12459
|
},
|
|
12539
12460
|
{
|
|
12540
12461
|
"name": "isSelected",
|
|
@@ -12570,19 +12491,19 @@
|
|
|
12570
12491
|
},
|
|
12571
12492
|
{
|
|
12572
12493
|
"name": "item",
|
|
12573
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
12494
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>"
|
|
12574
12495
|
},
|
|
12575
12496
|
{
|
|
12576
12497
|
"name": "columns",
|
|
12577
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
12498
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
12578
12499
|
},
|
|
12579
12500
|
{
|
|
12580
12501
|
"name": "isExpanded",
|
|
12581
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
12502
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
12582
12503
|
},
|
|
12583
12504
|
{
|
|
12584
12505
|
"name": "toggleExpand",
|
|
12585
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
12506
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => void"
|
|
12586
12507
|
},
|
|
12587
12508
|
{
|
|
12588
12509
|
"name": "isSelected",
|
|
@@ -12605,19 +12526,19 @@
|
|
|
12605
12526
|
},
|
|
12606
12527
|
{
|
|
12607
12528
|
"name": "item",
|
|
12608
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
12529
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>"
|
|
12609
12530
|
},
|
|
12610
12531
|
{
|
|
12611
12532
|
"name": "columns",
|
|
12612
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
12533
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
12613
12534
|
},
|
|
12614
12535
|
{
|
|
12615
12536
|
"name": "isExpanded",
|
|
12616
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
12537
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
12617
12538
|
},
|
|
12618
12539
|
{
|
|
12619
12540
|
"name": "toggleExpand",
|
|
12620
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
12541
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => void"
|
|
12621
12542
|
},
|
|
12622
12543
|
{
|
|
12623
12544
|
"name": "isSelected",
|
|
@@ -12640,19 +12561,19 @@
|
|
|
12640
12561
|
},
|
|
12641
12562
|
{
|
|
12642
12563
|
"name": "item",
|
|
12643
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
12564
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>"
|
|
12644
12565
|
},
|
|
12645
12566
|
{
|
|
12646
12567
|
"name": "columns",
|
|
12647
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
12568
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
12648
12569
|
},
|
|
12649
12570
|
{
|
|
12650
12571
|
"name": "isExpanded",
|
|
12651
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
12572
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
12652
12573
|
},
|
|
12653
12574
|
{
|
|
12654
12575
|
"name": "toggleExpand",
|
|
12655
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
12576
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => void"
|
|
12656
12577
|
},
|
|
12657
12578
|
{
|
|
12658
12579
|
"name": "isSelected",
|
|
@@ -12671,11 +12592,11 @@
|
|
|
12671
12592
|
"vue-properties": [
|
|
12672
12593
|
{
|
|
12673
12594
|
"name": "headers",
|
|
12674
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
12595
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[][]"
|
|
12675
12596
|
},
|
|
12676
12597
|
{
|
|
12677
12598
|
"name": "columns",
|
|
12678
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
12599
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
12679
12600
|
},
|
|
12680
12601
|
{
|
|
12681
12602
|
"name": "sortBy",
|
|
@@ -12691,7 +12612,7 @@
|
|
|
12691
12612
|
},
|
|
12692
12613
|
{
|
|
12693
12614
|
"name": "toggleSort",
|
|
12694
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
12615
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => void"
|
|
12695
12616
|
},
|
|
12696
12617
|
{
|
|
12697
12618
|
"name": "selectAll",
|
|
@@ -12699,15 +12620,15 @@
|
|
|
12699
12620
|
},
|
|
12700
12621
|
{
|
|
12701
12622
|
"name": "getSortIcon",
|
|
12702
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
12623
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
|
12703
12624
|
},
|
|
12704
12625
|
{
|
|
12705
12626
|
"name": "getFixedStyles",
|
|
12706
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
12627
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>, y: number) => CSSProperties"
|
|
12707
12628
|
},
|
|
12708
12629
|
{
|
|
12709
12630
|
"name": "isSorted",
|
|
12710
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
12631
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => boolean"
|
|
12711
12632
|
}
|
|
12712
12633
|
]
|
|
12713
12634
|
},
|
|
@@ -12733,7 +12654,7 @@
|
|
|
12733
12654
|
"vue-properties": [
|
|
12734
12655
|
{
|
|
12735
12656
|
"name": "column",
|
|
12736
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
12657
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>"
|
|
12737
12658
|
},
|
|
12738
12659
|
{
|
|
12739
12660
|
"name": "selectAll",
|
|
@@ -12741,11 +12662,11 @@
|
|
|
12741
12662
|
},
|
|
12742
12663
|
{
|
|
12743
12664
|
"name": "isSorted",
|
|
12744
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
12665
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => boolean"
|
|
12745
12666
|
},
|
|
12746
12667
|
{
|
|
12747
12668
|
"name": "toggleSort",
|
|
12748
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
12669
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => void"
|
|
12749
12670
|
},
|
|
12750
12671
|
{
|
|
12751
12672
|
"name": "sortBy",
|
|
@@ -12761,7 +12682,7 @@
|
|
|
12761
12682
|
},
|
|
12762
12683
|
{
|
|
12763
12684
|
"name": "getSortIcon",
|
|
12764
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
12685
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
|
12765
12686
|
}
|
|
12766
12687
|
]
|
|
12767
12688
|
},
|
|
@@ -12772,7 +12693,7 @@
|
|
|
12772
12693
|
"vue-properties": [
|
|
12773
12694
|
{
|
|
12774
12695
|
"name": "column",
|
|
12775
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
12696
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>"
|
|
12776
12697
|
},
|
|
12777
12698
|
{
|
|
12778
12699
|
"name": "selectAll",
|
|
@@ -12780,11 +12701,11 @@
|
|
|
12780
12701
|
},
|
|
12781
12702
|
{
|
|
12782
12703
|
"name": "isSorted",
|
|
12783
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
12704
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => boolean"
|
|
12784
12705
|
},
|
|
12785
12706
|
{
|
|
12786
12707
|
"name": "toggleSort",
|
|
12787
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
12708
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => void"
|
|
12788
12709
|
},
|
|
12789
12710
|
{
|
|
12790
12711
|
"name": "sortBy",
|
|
@@ -12800,7 +12721,7 @@
|
|
|
12800
12721
|
},
|
|
12801
12722
|
{
|
|
12802
12723
|
"name": "getSortIcon",
|
|
12803
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
12724
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
|
12804
12725
|
}
|
|
12805
12726
|
]
|
|
12806
12727
|
},
|
|
@@ -12827,7 +12748,7 @@
|
|
|
12827
12748
|
},
|
|
12828
12749
|
{
|
|
12829
12750
|
"name": "toggleSort",
|
|
12830
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
12751
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => void"
|
|
12831
12752
|
},
|
|
12832
12753
|
{
|
|
12833
12754
|
"name": "setItemsPerPage",
|
|
@@ -12859,11 +12780,11 @@
|
|
|
12859
12780
|
},
|
|
12860
12781
|
{
|
|
12861
12782
|
"name": "isExpanded",
|
|
12862
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
12783
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
12863
12784
|
},
|
|
12864
12785
|
{
|
|
12865
12786
|
"name": "toggleExpand",
|
|
12866
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
12787
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => void"
|
|
12867
12788
|
},
|
|
12868
12789
|
{
|
|
12869
12790
|
"name": "isGroupOpen",
|
|
@@ -12875,19 +12796,19 @@
|
|
|
12875
12796
|
},
|
|
12876
12797
|
{
|
|
12877
12798
|
"name": "items",
|
|
12878
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
12799
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>[]"
|
|
12879
12800
|
},
|
|
12880
12801
|
{
|
|
12881
12802
|
"name": "groupedItems",
|
|
12882
|
-
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
12803
|
+
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
|
|
12883
12804
|
},
|
|
12884
12805
|
{
|
|
12885
12806
|
"name": "columns",
|
|
12886
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
12807
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
12887
12808
|
},
|
|
12888
12809
|
{
|
|
12889
12810
|
"name": "headers",
|
|
12890
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
12811
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[][]"
|
|
12891
12812
|
}
|
|
12892
12813
|
]
|
|
12893
12814
|
},
|
|
@@ -12914,7 +12835,7 @@
|
|
|
12914
12835
|
},
|
|
12915
12836
|
{
|
|
12916
12837
|
"name": "toggleSort",
|
|
12917
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
12838
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => void"
|
|
12918
12839
|
},
|
|
12919
12840
|
{
|
|
12920
12841
|
"name": "setItemsPerPage",
|
|
@@ -12946,11 +12867,11 @@
|
|
|
12946
12867
|
},
|
|
12947
12868
|
{
|
|
12948
12869
|
"name": "isExpanded",
|
|
12949
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
12870
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
12950
12871
|
},
|
|
12951
12872
|
{
|
|
12952
12873
|
"name": "toggleExpand",
|
|
12953
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
12874
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => void"
|
|
12954
12875
|
},
|
|
12955
12876
|
{
|
|
12956
12877
|
"name": "isGroupOpen",
|
|
@@ -12962,19 +12883,19 @@
|
|
|
12962
12883
|
},
|
|
12963
12884
|
{
|
|
12964
12885
|
"name": "items",
|
|
12965
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
12886
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>[]"
|
|
12966
12887
|
},
|
|
12967
12888
|
{
|
|
12968
12889
|
"name": "groupedItems",
|
|
12969
|
-
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
12890
|
+
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
|
|
12970
12891
|
},
|
|
12971
12892
|
{
|
|
12972
12893
|
"name": "columns",
|
|
12973
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
12894
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
12974
12895
|
},
|
|
12975
12896
|
{
|
|
12976
12897
|
"name": "headers",
|
|
12977
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
12898
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[][]"
|
|
12978
12899
|
}
|
|
12979
12900
|
]
|
|
12980
12901
|
},
|
|
@@ -13001,7 +12922,7 @@
|
|
|
13001
12922
|
},
|
|
13002
12923
|
{
|
|
13003
12924
|
"name": "toggleSort",
|
|
13004
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
12925
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => void"
|
|
13005
12926
|
},
|
|
13006
12927
|
{
|
|
13007
12928
|
"name": "setItemsPerPage",
|
|
@@ -13033,11 +12954,11 @@
|
|
|
13033
12954
|
},
|
|
13034
12955
|
{
|
|
13035
12956
|
"name": "isExpanded",
|
|
13036
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
12957
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
13037
12958
|
},
|
|
13038
12959
|
{
|
|
13039
12960
|
"name": "toggleExpand",
|
|
13040
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
12961
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => void"
|
|
13041
12962
|
},
|
|
13042
12963
|
{
|
|
13043
12964
|
"name": "isGroupOpen",
|
|
@@ -13049,19 +12970,19 @@
|
|
|
13049
12970
|
},
|
|
13050
12971
|
{
|
|
13051
12972
|
"name": "items",
|
|
13052
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
12973
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>[]"
|
|
13053
12974
|
},
|
|
13054
12975
|
{
|
|
13055
12976
|
"name": "groupedItems",
|
|
13056
|
-
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
12977
|
+
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
|
|
13057
12978
|
},
|
|
13058
12979
|
{
|
|
13059
12980
|
"name": "columns",
|
|
13060
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
12981
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
13061
12982
|
},
|
|
13062
12983
|
{
|
|
13063
12984
|
"name": "headers",
|
|
13064
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
12985
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[][]"
|
|
13065
12986
|
}
|
|
13066
12987
|
]
|
|
13067
12988
|
},
|
|
@@ -13088,7 +13009,7 @@
|
|
|
13088
13009
|
},
|
|
13089
13010
|
{
|
|
13090
13011
|
"name": "toggleSort",
|
|
13091
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
13012
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => void"
|
|
13092
13013
|
},
|
|
13093
13014
|
{
|
|
13094
13015
|
"name": "setItemsPerPage",
|
|
@@ -13120,11 +13041,11 @@
|
|
|
13120
13041
|
},
|
|
13121
13042
|
{
|
|
13122
13043
|
"name": "isExpanded",
|
|
13123
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
13044
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
13124
13045
|
},
|
|
13125
13046
|
{
|
|
13126
13047
|
"name": "toggleExpand",
|
|
13127
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
13048
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => void"
|
|
13128
13049
|
},
|
|
13129
13050
|
{
|
|
13130
13051
|
"name": "isGroupOpen",
|
|
@@ -13136,19 +13057,19 @@
|
|
|
13136
13057
|
},
|
|
13137
13058
|
{
|
|
13138
13059
|
"name": "items",
|
|
13139
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
13060
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>[]"
|
|
13140
13061
|
},
|
|
13141
13062
|
{
|
|
13142
13063
|
"name": "groupedItems",
|
|
13143
|
-
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
13064
|
+
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
|
|
13144
13065
|
},
|
|
13145
13066
|
{
|
|
13146
13067
|
"name": "columns",
|
|
13147
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
13068
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
13148
13069
|
},
|
|
13149
13070
|
{
|
|
13150
13071
|
"name": "headers",
|
|
13151
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
13072
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[][]"
|
|
13152
13073
|
}
|
|
13153
13074
|
]
|
|
13154
13075
|
},
|
|
@@ -13175,7 +13096,7 @@
|
|
|
13175
13096
|
},
|
|
13176
13097
|
{
|
|
13177
13098
|
"name": "toggleSort",
|
|
13178
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
13099
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => void"
|
|
13179
13100
|
},
|
|
13180
13101
|
{
|
|
13181
13102
|
"name": "setItemsPerPage",
|
|
@@ -13207,11 +13128,11 @@
|
|
|
13207
13128
|
},
|
|
13208
13129
|
{
|
|
13209
13130
|
"name": "isExpanded",
|
|
13210
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
13131
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
13211
13132
|
},
|
|
13212
13133
|
{
|
|
13213
13134
|
"name": "toggleExpand",
|
|
13214
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
13135
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => void"
|
|
13215
13136
|
},
|
|
13216
13137
|
{
|
|
13217
13138
|
"name": "isGroupOpen",
|
|
@@ -13223,19 +13144,19 @@
|
|
|
13223
13144
|
},
|
|
13224
13145
|
{
|
|
13225
13146
|
"name": "items",
|
|
13226
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
13147
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>[]"
|
|
13227
13148
|
},
|
|
13228
13149
|
{
|
|
13229
13150
|
"name": "groupedItems",
|
|
13230
|
-
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
13151
|
+
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
|
|
13231
13152
|
},
|
|
13232
13153
|
{
|
|
13233
13154
|
"name": "columns",
|
|
13234
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
13155
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
13235
13156
|
},
|
|
13236
13157
|
{
|
|
13237
13158
|
"name": "headers",
|
|
13238
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
13159
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[][]"
|
|
13239
13160
|
}
|
|
13240
13161
|
]
|
|
13241
13162
|
},
|
|
@@ -13262,7 +13183,7 @@
|
|
|
13262
13183
|
},
|
|
13263
13184
|
{
|
|
13264
13185
|
"name": "toggleSort",
|
|
13265
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
13186
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => void"
|
|
13266
13187
|
},
|
|
13267
13188
|
{
|
|
13268
13189
|
"name": "setItemsPerPage",
|
|
@@ -13294,11 +13215,11 @@
|
|
|
13294
13215
|
},
|
|
13295
13216
|
{
|
|
13296
13217
|
"name": "isExpanded",
|
|
13297
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
13218
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
13298
13219
|
},
|
|
13299
13220
|
{
|
|
13300
13221
|
"name": "toggleExpand",
|
|
13301
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
13222
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => void"
|
|
13302
13223
|
},
|
|
13303
13224
|
{
|
|
13304
13225
|
"name": "isGroupOpen",
|
|
@@ -13310,19 +13231,19 @@
|
|
|
13310
13231
|
},
|
|
13311
13232
|
{
|
|
13312
13233
|
"name": "items",
|
|
13313
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
13234
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>[]"
|
|
13314
13235
|
},
|
|
13315
13236
|
{
|
|
13316
13237
|
"name": "groupedItems",
|
|
13317
|
-
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
13238
|
+
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
|
|
13318
13239
|
},
|
|
13319
13240
|
{
|
|
13320
13241
|
"name": "columns",
|
|
13321
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
13242
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
13322
13243
|
},
|
|
13323
13244
|
{
|
|
13324
13245
|
"name": "headers",
|
|
13325
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
13246
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[][]"
|
|
13326
13247
|
}
|
|
13327
13248
|
]
|
|
13328
13249
|
},
|
|
@@ -13349,7 +13270,7 @@
|
|
|
13349
13270
|
},
|
|
13350
13271
|
{
|
|
13351
13272
|
"name": "toggleSort",
|
|
13352
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
13273
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => void"
|
|
13353
13274
|
},
|
|
13354
13275
|
{
|
|
13355
13276
|
"name": "setItemsPerPage",
|
|
@@ -13381,11 +13302,11 @@
|
|
|
13381
13302
|
},
|
|
13382
13303
|
{
|
|
13383
13304
|
"name": "isExpanded",
|
|
13384
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
13305
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
13385
13306
|
},
|
|
13386
13307
|
{
|
|
13387
13308
|
"name": "toggleExpand",
|
|
13388
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
13309
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => void"
|
|
13389
13310
|
},
|
|
13390
13311
|
{
|
|
13391
13312
|
"name": "isGroupOpen",
|
|
@@ -13397,19 +13318,19 @@
|
|
|
13397
13318
|
},
|
|
13398
13319
|
{
|
|
13399
13320
|
"name": "items",
|
|
13400
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
13321
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>[]"
|
|
13401
13322
|
},
|
|
13402
13323
|
{
|
|
13403
13324
|
"name": "groupedItems",
|
|
13404
|
-
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
13325
|
+
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
|
|
13405
13326
|
},
|
|
13406
13327
|
{
|
|
13407
13328
|
"name": "columns",
|
|
13408
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
13329
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
13409
13330
|
},
|
|
13410
13331
|
{
|
|
13411
13332
|
"name": "headers",
|
|
13412
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
13333
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[][]"
|
|
13413
13334
|
}
|
|
13414
13335
|
]
|
|
13415
13336
|
},
|
|
@@ -13436,7 +13357,7 @@
|
|
|
13436
13357
|
},
|
|
13437
13358
|
{
|
|
13438
13359
|
"name": "toggleSort",
|
|
13439
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
13360
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => void"
|
|
13440
13361
|
},
|
|
13441
13362
|
{
|
|
13442
13363
|
"name": "setItemsPerPage",
|
|
@@ -13468,11 +13389,11 @@
|
|
|
13468
13389
|
},
|
|
13469
13390
|
{
|
|
13470
13391
|
"name": "isExpanded",
|
|
13471
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
13392
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
13472
13393
|
},
|
|
13473
13394
|
{
|
|
13474
13395
|
"name": "toggleExpand",
|
|
13475
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
13396
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => void"
|
|
13476
13397
|
},
|
|
13477
13398
|
{
|
|
13478
13399
|
"name": "isGroupOpen",
|
|
@@ -13484,19 +13405,19 @@
|
|
|
13484
13405
|
},
|
|
13485
13406
|
{
|
|
13486
13407
|
"name": "items",
|
|
13487
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
13408
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>[]"
|
|
13488
13409
|
},
|
|
13489
13410
|
{
|
|
13490
13411
|
"name": "groupedItems",
|
|
13491
|
-
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
13412
|
+
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
|
|
13492
13413
|
},
|
|
13493
13414
|
{
|
|
13494
13415
|
"name": "columns",
|
|
13495
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
13416
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
13496
13417
|
},
|
|
13497
13418
|
{
|
|
13498
13419
|
"name": "headers",
|
|
13499
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
13420
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[][]"
|
|
13500
13421
|
}
|
|
13501
13422
|
]
|
|
13502
13423
|
},
|
|
@@ -13516,19 +13437,19 @@
|
|
|
13516
13437
|
},
|
|
13517
13438
|
{
|
|
13518
13439
|
"name": "item",
|
|
13519
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
13440
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>"
|
|
13520
13441
|
},
|
|
13521
13442
|
{
|
|
13522
13443
|
"name": "columns",
|
|
13523
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
13444
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
13524
13445
|
},
|
|
13525
13446
|
{
|
|
13526
13447
|
"name": "isExpanded",
|
|
13527
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
13448
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
13528
13449
|
},
|
|
13529
13450
|
{
|
|
13530
13451
|
"name": "toggleExpand",
|
|
13531
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
13452
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => void"
|
|
13532
13453
|
},
|
|
13533
13454
|
{
|
|
13534
13455
|
"name": "isSelected",
|
|
@@ -13547,7 +13468,7 @@
|
|
|
13547
13468
|
"vue-properties": [
|
|
13548
13469
|
{
|
|
13549
13470
|
"name": "column",
|
|
13550
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
13471
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>"
|
|
13551
13472
|
},
|
|
13552
13473
|
{
|
|
13553
13474
|
"name": "selectAll",
|
|
@@ -13555,11 +13476,11 @@
|
|
|
13555
13476
|
},
|
|
13556
13477
|
{
|
|
13557
13478
|
"name": "isSorted",
|
|
13558
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
13479
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => boolean"
|
|
13559
13480
|
},
|
|
13560
13481
|
{
|
|
13561
13482
|
"name": "toggleSort",
|
|
13562
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
13483
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => void"
|
|
13563
13484
|
},
|
|
13564
13485
|
{
|
|
13565
13486
|
"name": "sortBy",
|
|
@@ -13575,7 +13496,7 @@
|
|
|
13575
13496
|
},
|
|
13576
13497
|
{
|
|
13577
13498
|
"name": "getSortIcon",
|
|
13578
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
13499
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
|
13579
13500
|
}
|
|
13580
13501
|
]
|
|
13581
13502
|
}
|
|
@@ -13586,10 +13507,10 @@
|
|
|
13586
13507
|
}
|
|
13587
13508
|
},
|
|
13588
13509
|
{
|
|
13589
|
-
"name": "
|
|
13510
|
+
"name": "VDataTableVirtual",
|
|
13590
13511
|
"source": {
|
|
13591
13512
|
"module": "./src/components/index.ts",
|
|
13592
|
-
"symbol": "
|
|
13513
|
+
"symbol": "VDataTableVirtual"
|
|
13593
13514
|
},
|
|
13594
13515
|
"description": "",
|
|
13595
13516
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual",
|
|
@@ -13721,7 +13642,7 @@
|
|
|
13721
13642
|
},
|
|
13722
13643
|
{
|
|
13723
13644
|
"name": "customFilter",
|
|
13724
|
-
"description": "Function used to filter items.",
|
|
13645
|
+
"description": "Function used to filter items, called for each filterable key on each item in the list. The first argument is the filterable value from the item, the second is the search term, and the third is the internal item object. The function should return true if the item should be included in the filtered list, or the index of the match in the value if it should be included with the result highlighted.",
|
|
13725
13646
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#props",
|
|
13726
13647
|
"value": {
|
|
13727
13648
|
"kind": "expression",
|
|
@@ -13907,7 +13828,7 @@
|
|
|
13907
13828
|
},
|
|
13908
13829
|
{
|
|
13909
13830
|
"name": "headers",
|
|
13910
|
-
"description": "
|
|
13831
|
+
"description": "MISSING DESCRIPTION",
|
|
13911
13832
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#props",
|
|
13912
13833
|
"default": "[]",
|
|
13913
13834
|
"value": {
|
|
@@ -13974,21 +13895,10 @@
|
|
|
13974
13895
|
"type": "boolean\n"
|
|
13975
13896
|
}
|
|
13976
13897
|
},
|
|
13977
|
-
{
|
|
13978
|
-
"name": "visibleItems",
|
|
13979
|
-
"description": "MISSING DESCRIPTION",
|
|
13980
|
-
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#props",
|
|
13981
|
-
"default": "20",
|
|
13982
|
-
"value": {
|
|
13983
|
-
"kind": "expression",
|
|
13984
|
-
"type": "string | number\n"
|
|
13985
|
-
}
|
|
13986
|
-
},
|
|
13987
13898
|
{
|
|
13988
13899
|
"name": "itemHeight",
|
|
13989
13900
|
"description": "MISSING DESCRIPTION",
|
|
13990
13901
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#props",
|
|
13991
|
-
"default": "52",
|
|
13992
13902
|
"value": {
|
|
13993
13903
|
"kind": "expression",
|
|
13994
13904
|
"type": "string | number\n"
|
|
@@ -14058,7 +13968,7 @@
|
|
|
14058
13968
|
"arguments": [
|
|
14059
13969
|
{
|
|
14060
13970
|
"name": "argument",
|
|
14061
|
-
"type": "[Event, { item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
13971
|
+
"type": "[Event, { item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a> }]\n"
|
|
14062
13972
|
}
|
|
14063
13973
|
]
|
|
14064
13974
|
}
|
|
@@ -14097,37 +14007,7 @@
|
|
|
14097
14007
|
{
|
|
14098
14008
|
"name": "item",
|
|
14099
14009
|
"description": "Define a custom item appearance",
|
|
14100
|
-
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#slots"
|
|
14101
|
-
"vue-properties": [
|
|
14102
|
-
{
|
|
14103
|
-
"name": "index",
|
|
14104
|
-
"type": "number"
|
|
14105
|
-
},
|
|
14106
|
-
{
|
|
14107
|
-
"name": "item",
|
|
14108
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>"
|
|
14109
|
-
},
|
|
14110
|
-
{
|
|
14111
|
-
"name": "columns",
|
|
14112
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
14113
|
-
},
|
|
14114
|
-
{
|
|
14115
|
-
"name": "isExpanded",
|
|
14116
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
14117
|
-
},
|
|
14118
|
-
{
|
|
14119
|
-
"name": "toggleExpand",
|
|
14120
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => void"
|
|
14121
|
-
},
|
|
14122
|
-
{
|
|
14123
|
-
"name": "isSelected",
|
|
14124
|
-
"type": "(items: { value: any; selectable: boolean } | SelectableItem[]) => boolean"
|
|
14125
|
-
},
|
|
14126
|
-
{
|
|
14127
|
-
"name": "toggleSelect",
|
|
14128
|
-
"type": "(item: { value: any; selectable: boolean }) => void"
|
|
14129
|
-
}
|
|
14130
|
-
]
|
|
14010
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#slots"
|
|
14131
14011
|
},
|
|
14132
14012
|
{
|
|
14133
14013
|
"name": "loading",
|
|
@@ -14149,15 +14029,15 @@
|
|
|
14149
14029
|
},
|
|
14150
14030
|
{
|
|
14151
14031
|
"name": "columns",
|
|
14152
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
14032
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
14153
14033
|
},
|
|
14154
14034
|
{
|
|
14155
14035
|
"name": "isExpanded",
|
|
14156
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
14036
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
14157
14037
|
},
|
|
14158
14038
|
{
|
|
14159
14039
|
"name": "toggleExpand",
|
|
14160
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
14040
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => void"
|
|
14161
14041
|
},
|
|
14162
14042
|
{
|
|
14163
14043
|
"name": "isSelected",
|
|
@@ -14193,19 +14073,19 @@
|
|
|
14193
14073
|
},
|
|
14194
14074
|
{
|
|
14195
14075
|
"name": "item",
|
|
14196
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
14076
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>"
|
|
14197
14077
|
},
|
|
14198
14078
|
{
|
|
14199
14079
|
"name": "columns",
|
|
14200
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
14080
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
14201
14081
|
},
|
|
14202
14082
|
{
|
|
14203
14083
|
"name": "isExpanded",
|
|
14204
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
14084
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
14205
14085
|
},
|
|
14206
14086
|
{
|
|
14207
14087
|
"name": "toggleExpand",
|
|
14208
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
14088
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => void"
|
|
14209
14089
|
},
|
|
14210
14090
|
{
|
|
14211
14091
|
"name": "isSelected",
|
|
@@ -14228,19 +14108,19 @@
|
|
|
14228
14108
|
},
|
|
14229
14109
|
{
|
|
14230
14110
|
"name": "item",
|
|
14231
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
14111
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>"
|
|
14232
14112
|
},
|
|
14233
14113
|
{
|
|
14234
14114
|
"name": "columns",
|
|
14235
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
14115
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
14236
14116
|
},
|
|
14237
14117
|
{
|
|
14238
14118
|
"name": "isExpanded",
|
|
14239
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
14119
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
14240
14120
|
},
|
|
14241
14121
|
{
|
|
14242
14122
|
"name": "toggleExpand",
|
|
14243
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
14123
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => void"
|
|
14244
14124
|
},
|
|
14245
14125
|
{
|
|
14246
14126
|
"name": "isSelected",
|
|
@@ -14263,19 +14143,19 @@
|
|
|
14263
14143
|
},
|
|
14264
14144
|
{
|
|
14265
14145
|
"name": "item",
|
|
14266
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
14146
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>"
|
|
14267
14147
|
},
|
|
14268
14148
|
{
|
|
14269
14149
|
"name": "columns",
|
|
14270
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
14150
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
14271
14151
|
},
|
|
14272
14152
|
{
|
|
14273
14153
|
"name": "isExpanded",
|
|
14274
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
14154
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
14275
14155
|
},
|
|
14276
14156
|
{
|
|
14277
14157
|
"name": "toggleExpand",
|
|
14278
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
14158
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => void"
|
|
14279
14159
|
},
|
|
14280
14160
|
{
|
|
14281
14161
|
"name": "isSelected",
|
|
@@ -14294,11 +14174,11 @@
|
|
|
14294
14174
|
"vue-properties": [
|
|
14295
14175
|
{
|
|
14296
14176
|
"name": "headers",
|
|
14297
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
14177
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[][]"
|
|
14298
14178
|
},
|
|
14299
14179
|
{
|
|
14300
14180
|
"name": "columns",
|
|
14301
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
14181
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
14302
14182
|
},
|
|
14303
14183
|
{
|
|
14304
14184
|
"name": "sortBy",
|
|
@@ -14314,7 +14194,7 @@
|
|
|
14314
14194
|
},
|
|
14315
14195
|
{
|
|
14316
14196
|
"name": "toggleSort",
|
|
14317
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
14197
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => void"
|
|
14318
14198
|
},
|
|
14319
14199
|
{
|
|
14320
14200
|
"name": "selectAll",
|
|
@@ -14322,15 +14202,15 @@
|
|
|
14322
14202
|
},
|
|
14323
14203
|
{
|
|
14324
14204
|
"name": "getSortIcon",
|
|
14325
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
14205
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
|
14326
14206
|
},
|
|
14327
14207
|
{
|
|
14328
14208
|
"name": "getFixedStyles",
|
|
14329
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
14209
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>, y: number) => CSSProperties"
|
|
14330
14210
|
},
|
|
14331
14211
|
{
|
|
14332
14212
|
"name": "isSorted",
|
|
14333
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
14213
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => boolean"
|
|
14334
14214
|
}
|
|
14335
14215
|
]
|
|
14336
14216
|
},
|
|
@@ -14356,7 +14236,7 @@
|
|
|
14356
14236
|
"vue-properties": [
|
|
14357
14237
|
{
|
|
14358
14238
|
"name": "column",
|
|
14359
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
14239
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>"
|
|
14360
14240
|
},
|
|
14361
14241
|
{
|
|
14362
14242
|
"name": "selectAll",
|
|
@@ -14364,11 +14244,11 @@
|
|
|
14364
14244
|
},
|
|
14365
14245
|
{
|
|
14366
14246
|
"name": "isSorted",
|
|
14367
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
14247
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => boolean"
|
|
14368
14248
|
},
|
|
14369
14249
|
{
|
|
14370
14250
|
"name": "toggleSort",
|
|
14371
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
14251
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => void"
|
|
14372
14252
|
},
|
|
14373
14253
|
{
|
|
14374
14254
|
"name": "sortBy",
|
|
@@ -14384,7 +14264,7 @@
|
|
|
14384
14264
|
},
|
|
14385
14265
|
{
|
|
14386
14266
|
"name": "getSortIcon",
|
|
14387
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
14267
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
|
14388
14268
|
}
|
|
14389
14269
|
]
|
|
14390
14270
|
},
|
|
@@ -14395,7 +14275,7 @@
|
|
|
14395
14275
|
"vue-properties": [
|
|
14396
14276
|
{
|
|
14397
14277
|
"name": "column",
|
|
14398
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
14278
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>"
|
|
14399
14279
|
},
|
|
14400
14280
|
{
|
|
14401
14281
|
"name": "selectAll",
|
|
@@ -14403,11 +14283,11 @@
|
|
|
14403
14283
|
},
|
|
14404
14284
|
{
|
|
14405
14285
|
"name": "isSorted",
|
|
14406
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
14286
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => boolean"
|
|
14407
14287
|
},
|
|
14408
14288
|
{
|
|
14409
14289
|
"name": "toggleSort",
|
|
14410
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
14290
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => void"
|
|
14411
14291
|
},
|
|
14412
14292
|
{
|
|
14413
14293
|
"name": "sortBy",
|
|
@@ -14423,7 +14303,7 @@
|
|
|
14423
14303
|
},
|
|
14424
14304
|
{
|
|
14425
14305
|
"name": "getSortIcon",
|
|
14426
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
14306
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
|
14427
14307
|
}
|
|
14428
14308
|
]
|
|
14429
14309
|
},
|
|
@@ -14434,7 +14314,7 @@
|
|
|
14434
14314
|
"vue-properties": [
|
|
14435
14315
|
{
|
|
14436
14316
|
"name": "items",
|
|
14437
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
14317
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>[]"
|
|
14438
14318
|
},
|
|
14439
14319
|
{
|
|
14440
14320
|
"name": "select",
|
|
@@ -14450,7 +14330,7 @@
|
|
|
14450
14330
|
},
|
|
14451
14331
|
{
|
|
14452
14332
|
"name": "toggleSort",
|
|
14453
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
14333
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => void"
|
|
14454
14334
|
},
|
|
14455
14335
|
{
|
|
14456
14336
|
"name": "selectAll",
|
|
@@ -14462,11 +14342,11 @@
|
|
|
14462
14342
|
},
|
|
14463
14343
|
{
|
|
14464
14344
|
"name": "isExpanded",
|
|
14465
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
14345
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
14466
14346
|
},
|
|
14467
14347
|
{
|
|
14468
14348
|
"name": "toggleExpand",
|
|
14469
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
14349
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => void"
|
|
14470
14350
|
},
|
|
14471
14351
|
{
|
|
14472
14352
|
"name": "isGroupOpen",
|
|
@@ -14478,7 +14358,7 @@
|
|
|
14478
14358
|
},
|
|
14479
14359
|
{
|
|
14480
14360
|
"name": "headers",
|
|
14481
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
14361
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[][]"
|
|
14482
14362
|
},
|
|
14483
14363
|
{
|
|
14484
14364
|
"name": "someSelected",
|
|
@@ -14490,11 +14370,11 @@
|
|
|
14490
14370
|
},
|
|
14491
14371
|
{
|
|
14492
14372
|
"name": "groupedItems",
|
|
14493
|
-
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
14373
|
+
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
|
|
14494
14374
|
},
|
|
14495
14375
|
{
|
|
14496
14376
|
"name": "columns",
|
|
14497
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
14377
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
14498
14378
|
}
|
|
14499
14379
|
]
|
|
14500
14380
|
},
|
|
@@ -14505,7 +14385,7 @@
|
|
|
14505
14385
|
"vue-properties": [
|
|
14506
14386
|
{
|
|
14507
14387
|
"name": "items",
|
|
14508
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
14388
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>[]"
|
|
14509
14389
|
},
|
|
14510
14390
|
{
|
|
14511
14391
|
"name": "select",
|
|
@@ -14521,7 +14401,7 @@
|
|
|
14521
14401
|
},
|
|
14522
14402
|
{
|
|
14523
14403
|
"name": "toggleSort",
|
|
14524
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
14404
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => void"
|
|
14525
14405
|
},
|
|
14526
14406
|
{
|
|
14527
14407
|
"name": "selectAll",
|
|
@@ -14533,11 +14413,11 @@
|
|
|
14533
14413
|
},
|
|
14534
14414
|
{
|
|
14535
14415
|
"name": "isExpanded",
|
|
14536
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
14416
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
14537
14417
|
},
|
|
14538
14418
|
{
|
|
14539
14419
|
"name": "toggleExpand",
|
|
14540
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
14420
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => void"
|
|
14541
14421
|
},
|
|
14542
14422
|
{
|
|
14543
14423
|
"name": "isGroupOpen",
|
|
@@ -14549,7 +14429,7 @@
|
|
|
14549
14429
|
},
|
|
14550
14430
|
{
|
|
14551
14431
|
"name": "headers",
|
|
14552
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
14432
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[][]"
|
|
14553
14433
|
},
|
|
14554
14434
|
{
|
|
14555
14435
|
"name": "someSelected",
|
|
@@ -14561,11 +14441,11 @@
|
|
|
14561
14441
|
},
|
|
14562
14442
|
{
|
|
14563
14443
|
"name": "groupedItems",
|
|
14564
|
-
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
14444
|
+
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
|
|
14565
14445
|
},
|
|
14566
14446
|
{
|
|
14567
14447
|
"name": "columns",
|
|
14568
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
14448
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
14569
14449
|
}
|
|
14570
14450
|
]
|
|
14571
14451
|
},
|
|
@@ -14580,19 +14460,19 @@
|
|
|
14580
14460
|
},
|
|
14581
14461
|
{
|
|
14582
14462
|
"name": "item",
|
|
14583
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
14463
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>"
|
|
14584
14464
|
},
|
|
14585
14465
|
{
|
|
14586
14466
|
"name": "columns",
|
|
14587
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
14467
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
14588
14468
|
},
|
|
14589
14469
|
{
|
|
14590
14470
|
"name": "isExpanded",
|
|
14591
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
14471
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
14592
14472
|
},
|
|
14593
14473
|
{
|
|
14594
14474
|
"name": "toggleExpand",
|
|
14595
|
-
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
14475
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => void"
|
|
14596
14476
|
},
|
|
14597
14477
|
{
|
|
14598
14478
|
"name": "isSelected",
|
|
@@ -14611,7 +14491,7 @@
|
|
|
14611
14491
|
"vue-properties": [
|
|
14612
14492
|
{
|
|
14613
14493
|
"name": "column",
|
|
14614
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
14494
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>"
|
|
14615
14495
|
},
|
|
14616
14496
|
{
|
|
14617
14497
|
"name": "selectAll",
|
|
@@ -14619,11 +14499,11 @@
|
|
|
14619
14499
|
},
|
|
14620
14500
|
{
|
|
14621
14501
|
"name": "isSorted",
|
|
14622
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
14502
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => boolean"
|
|
14623
14503
|
},
|
|
14624
14504
|
{
|
|
14625
14505
|
"name": "toggleSort",
|
|
14626
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
14506
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => void"
|
|
14627
14507
|
},
|
|
14628
14508
|
{
|
|
14629
14509
|
"name": "sortBy",
|
|
@@ -14639,7 +14519,7 @@
|
|
|
14639
14519
|
},
|
|
14640
14520
|
{
|
|
14641
14521
|
"name": "getSortIcon",
|
|
14642
|
-
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
14522
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
|
14643
14523
|
}
|
|
14644
14524
|
]
|
|
14645
14525
|
}
|
|
@@ -14650,10 +14530,10 @@
|
|
|
14650
14530
|
}
|
|
14651
14531
|
},
|
|
14652
14532
|
{
|
|
14653
|
-
"name": "
|
|
14533
|
+
"name": "VDefaultsProvider",
|
|
14654
14534
|
"source": {
|
|
14655
14535
|
"module": "./src/components/index.ts",
|
|
14656
|
-
"symbol": "
|
|
14536
|
+
"symbol": "VDefaultsProvider"
|
|
14657
14537
|
},
|
|
14658
14538
|
"description": "",
|
|
14659
14539
|
"doc-url": "https://vuetifyjs.com/api/v-defaults-provider",
|
|
@@ -14675,7 +14555,7 @@
|
|
|
14675
14555
|
"default": "false",
|
|
14676
14556
|
"value": {
|
|
14677
14557
|
"kind": "expression",
|
|
14678
|
-
"type": "boolean\n"
|
|
14558
|
+
"type": "string | boolean\n"
|
|
14679
14559
|
}
|
|
14680
14560
|
},
|
|
14681
14561
|
{
|
|
@@ -14721,10 +14601,10 @@
|
|
|
14721
14601
|
}
|
|
14722
14602
|
},
|
|
14723
14603
|
{
|
|
14724
|
-
"name": "
|
|
14604
|
+
"name": "VDialog",
|
|
14725
14605
|
"source": {
|
|
14726
14606
|
"module": "./src/components/index.ts",
|
|
14727
|
-
"symbol": "
|
|
14607
|
+
"symbol": "VDialog"
|
|
14728
14608
|
},
|
|
14729
14609
|
"description": "",
|
|
14730
14610
|
"doc-url": "https://vuetifyjs.com/api/v-dialog",
|
|
@@ -14800,7 +14680,7 @@
|
|
|
14800
14680
|
"default": "'bottom'",
|
|
14801
14681
|
"value": {
|
|
14802
14682
|
"kind": "expression",
|
|
14803
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#
|
|
14683
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n"
|
|
14804
14684
|
}
|
|
14805
14685
|
},
|
|
14806
14686
|
{
|
|
@@ -15014,7 +14894,7 @@
|
|
|
15014
14894
|
"default": "'center center'",
|
|
15015
14895
|
"value": {
|
|
15016
14896
|
"kind": "expression",
|
|
15017
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#
|
|
14897
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | 'auto' | 'overlap'\n"
|
|
15018
14898
|
}
|
|
15019
14899
|
},
|
|
15020
14900
|
{
|
|
@@ -15134,10 +15014,10 @@
|
|
|
15134
15014
|
}
|
|
15135
15015
|
},
|
|
15136
15016
|
{
|
|
15137
|
-
"name": "
|
|
15017
|
+
"name": "VDialogBottomTransition",
|
|
15138
15018
|
"source": {
|
|
15139
15019
|
"module": "./src/components/index.ts",
|
|
15140
|
-
"symbol": "
|
|
15020
|
+
"symbol": "VDialogBottomTransition"
|
|
15141
15021
|
},
|
|
15142
15022
|
"description": "",
|
|
15143
15023
|
"doc-url": "https://vuetifyjs.com/api/v-dialog-bottom-transition",
|
|
@@ -15156,7 +15036,6 @@
|
|
|
15156
15036
|
"name": "origin",
|
|
15157
15037
|
"description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin).",
|
|
15158
15038
|
"doc-url": "https://vuetifyjs.com/api/v-dialog-bottom-transition#props",
|
|
15159
|
-
"default": "'center center'",
|
|
15160
15039
|
"value": {
|
|
15161
15040
|
"kind": "expression",
|
|
15162
15041
|
"type": "string\n"
|
|
@@ -15216,10 +15095,10 @@
|
|
|
15216
15095
|
}
|
|
15217
15096
|
},
|
|
15218
15097
|
{
|
|
15219
|
-
"name": "
|
|
15098
|
+
"name": "VDialogTopTransition",
|
|
15220
15099
|
"source": {
|
|
15221
15100
|
"module": "./src/components/index.ts",
|
|
15222
|
-
"symbol": "
|
|
15101
|
+
"symbol": "VDialogTopTransition"
|
|
15223
15102
|
},
|
|
15224
15103
|
"description": "",
|
|
15225
15104
|
"doc-url": "https://vuetifyjs.com/api/v-dialog-top-transition",
|
|
@@ -15238,7 +15117,6 @@
|
|
|
15238
15117
|
"name": "origin",
|
|
15239
15118
|
"description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin).",
|
|
15240
15119
|
"doc-url": "https://vuetifyjs.com/api/v-dialog-top-transition#props",
|
|
15241
|
-
"default": "'center center'",
|
|
15242
15120
|
"value": {
|
|
15243
15121
|
"kind": "expression",
|
|
15244
15122
|
"type": "string\n"
|
|
@@ -15298,10 +15176,10 @@
|
|
|
15298
15176
|
}
|
|
15299
15177
|
},
|
|
15300
15178
|
{
|
|
15301
|
-
"name": "
|
|
15179
|
+
"name": "VDialogTransition",
|
|
15302
15180
|
"source": {
|
|
15303
15181
|
"module": "./src/components/index.ts",
|
|
15304
|
-
"symbol": "
|
|
15182
|
+
"symbol": "VDialogTransition"
|
|
15305
15183
|
},
|
|
15306
15184
|
"description": "",
|
|
15307
15185
|
"doc-url": "https://vuetifyjs.com/api/v-dialog-transition",
|
|
@@ -15330,10 +15208,10 @@
|
|
|
15330
15208
|
}
|
|
15331
15209
|
},
|
|
15332
15210
|
{
|
|
15333
|
-
"name": "
|
|
15211
|
+
"name": "VDivider",
|
|
15334
15212
|
"source": {
|
|
15335
15213
|
"module": "./src/components/index.ts",
|
|
15336
|
-
"symbol": "
|
|
15214
|
+
"symbol": "VDivider"
|
|
15337
15215
|
},
|
|
15338
15216
|
"description": "",
|
|
15339
15217
|
"doc-url": "https://vuetifyjs.com/api/v-divider",
|
|
@@ -15409,10 +15287,10 @@
|
|
|
15409
15287
|
}
|
|
15410
15288
|
},
|
|
15411
15289
|
{
|
|
15412
|
-
"name": "
|
|
15290
|
+
"name": "VExpandTransition",
|
|
15413
15291
|
"source": {
|
|
15414
15292
|
"module": "./src/components/index.ts",
|
|
15415
|
-
"symbol": "
|
|
15293
|
+
"symbol": "VExpandTransition"
|
|
15416
15294
|
},
|
|
15417
15295
|
"description": "",
|
|
15418
15296
|
"doc-url": "https://vuetifyjs.com/api/v-expand-transition",
|
|
@@ -15429,7 +15307,7 @@
|
|
|
15429
15307
|
},
|
|
15430
15308
|
{
|
|
15431
15309
|
"name": "mode",
|
|
15432
|
-
"description": "Sets the transition mode (does not apply to transition-group).",
|
|
15310
|
+
"description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/v2/api/#transition).",
|
|
15433
15311
|
"doc-url": "https://vuetifyjs.com/api/v-expand-transition#props",
|
|
15434
15312
|
"default": "'in-out'",
|
|
15435
15313
|
"value": {
|
|
@@ -15452,10 +15330,10 @@
|
|
|
15452
15330
|
}
|
|
15453
15331
|
},
|
|
15454
15332
|
{
|
|
15455
|
-
"name": "
|
|
15333
|
+
"name": "VExpandXTransition",
|
|
15456
15334
|
"source": {
|
|
15457
15335
|
"module": "./src/components/index.ts",
|
|
15458
|
-
"symbol": "
|
|
15336
|
+
"symbol": "VExpandXTransition"
|
|
15459
15337
|
},
|
|
15460
15338
|
"description": "",
|
|
15461
15339
|
"doc-url": "https://vuetifyjs.com/api/v-expand-x-transition",
|
|
@@ -15472,7 +15350,7 @@
|
|
|
15472
15350
|
},
|
|
15473
15351
|
{
|
|
15474
15352
|
"name": "mode",
|
|
15475
|
-
"description": "Sets the transition mode (does not apply to transition-group).",
|
|
15353
|
+
"description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/v2/api/#transition).",
|
|
15476
15354
|
"doc-url": "https://vuetifyjs.com/api/v-expand-x-transition#props",
|
|
15477
15355
|
"default": "'in-out'",
|
|
15478
15356
|
"value": {
|
|
@@ -15495,10 +15373,10 @@
|
|
|
15495
15373
|
}
|
|
15496
15374
|
},
|
|
15497
15375
|
{
|
|
15498
|
-
"name": "
|
|
15376
|
+
"name": "VExpansionPanel",
|
|
15499
15377
|
"source": {
|
|
15500
15378
|
"module": "./src/components/index.ts",
|
|
15501
|
-
"symbol": "
|
|
15379
|
+
"symbol": "VExpansionPanel"
|
|
15502
15380
|
},
|
|
15503
15381
|
"description": "",
|
|
15504
15382
|
"doc-url": "https://vuetifyjs.com/api/v-expansion-panel",
|
|
@@ -15575,7 +15453,7 @@
|
|
|
15575
15453
|
"default": "false",
|
|
15576
15454
|
"value": {
|
|
15577
15455
|
"kind": "expression",
|
|
15578
|
-
"type": "boolean |
|
|
15456
|
+
"type": "boolean | { class: string }\n"
|
|
15579
15457
|
}
|
|
15580
15458
|
},
|
|
15581
15459
|
{
|
|
@@ -15693,10 +15571,10 @@
|
|
|
15693
15571
|
}
|
|
15694
15572
|
},
|
|
15695
15573
|
{
|
|
15696
|
-
"name": "
|
|
15574
|
+
"name": "VExpansionPanelText",
|
|
15697
15575
|
"source": {
|
|
15698
15576
|
"module": "./src/components/index.ts",
|
|
15699
|
-
"symbol": "
|
|
15577
|
+
"symbol": "VExpansionPanelText"
|
|
15700
15578
|
},
|
|
15701
15579
|
"description": "",
|
|
15702
15580
|
"doc-url": "https://vuetifyjs.com/api/v-expansion-panel-text",
|
|
@@ -15726,10 +15604,10 @@
|
|
|
15726
15604
|
}
|
|
15727
15605
|
},
|
|
15728
15606
|
{
|
|
15729
|
-
"name": "
|
|
15607
|
+
"name": "VExpansionPanelTitle",
|
|
15730
15608
|
"source": {
|
|
15731
15609
|
"module": "./src/components/index.ts",
|
|
15732
|
-
"symbol": "
|
|
15610
|
+
"symbol": "VExpansionPanelTitle"
|
|
15733
15611
|
},
|
|
15734
15612
|
"description": "",
|
|
15735
15613
|
"doc-url": "https://vuetifyjs.com/api/v-expansion-panel-title",
|
|
@@ -15750,7 +15628,7 @@
|
|
|
15750
15628
|
"default": "false",
|
|
15751
15629
|
"value": {
|
|
15752
15630
|
"kind": "expression",
|
|
15753
|
-
"type": "boolean |
|
|
15631
|
+
"type": "boolean | { class: string }\n"
|
|
15754
15632
|
}
|
|
15755
15633
|
},
|
|
15756
15634
|
{
|
|
@@ -15857,10 +15735,10 @@
|
|
|
15857
15735
|
}
|
|
15858
15736
|
},
|
|
15859
15737
|
{
|
|
15860
|
-
"name": "
|
|
15738
|
+
"name": "VExpansionPanels",
|
|
15861
15739
|
"source": {
|
|
15862
15740
|
"module": "./src/components/index.ts",
|
|
15863
|
-
"symbol": "
|
|
15741
|
+
"symbol": "VExpansionPanels"
|
|
15864
15742
|
},
|
|
15865
15743
|
"description": "",
|
|
15866
15744
|
"doc-url": "https://vuetifyjs.com/api/v-expansion-panels",
|
|
@@ -15997,10 +15875,10 @@
|
|
|
15997
15875
|
}
|
|
15998
15876
|
},
|
|
15999
15877
|
{
|
|
16000
|
-
"name": "
|
|
15878
|
+
"name": "VFabTransition",
|
|
16001
15879
|
"source": {
|
|
16002
15880
|
"module": "./src/components/index.ts",
|
|
16003
|
-
"symbol": "
|
|
15881
|
+
"symbol": "VFabTransition"
|
|
16004
15882
|
},
|
|
16005
15883
|
"description": "",
|
|
16006
15884
|
"doc-url": "https://vuetifyjs.com/api/v-fab-transition",
|
|
@@ -16080,10 +15958,10 @@
|
|
|
16080
15958
|
}
|
|
16081
15959
|
},
|
|
16082
15960
|
{
|
|
16083
|
-
"name": "
|
|
15961
|
+
"name": "VFadeTransition",
|
|
16084
15962
|
"source": {
|
|
16085
15963
|
"module": "./src/components/index.ts",
|
|
16086
|
-
"symbol": "
|
|
15964
|
+
"symbol": "VFadeTransition"
|
|
16087
15965
|
},
|
|
16088
15966
|
"description": "",
|
|
16089
15967
|
"doc-url": "https://vuetifyjs.com/api/v-fade-transition",
|
|
@@ -16102,7 +15980,6 @@
|
|
|
16102
15980
|
"name": "origin",
|
|
16103
15981
|
"description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin).",
|
|
16104
15982
|
"doc-url": "https://vuetifyjs.com/api/v-fade-transition#props",
|
|
16105
|
-
"default": "'center center'",
|
|
16106
15983
|
"value": {
|
|
16107
15984
|
"kind": "expression",
|
|
16108
15985
|
"type": "string\n"
|
|
@@ -16162,10 +16039,10 @@
|
|
|
16162
16039
|
}
|
|
16163
16040
|
},
|
|
16164
16041
|
{
|
|
16165
|
-
"name": "
|
|
16042
|
+
"name": "VField",
|
|
16166
16043
|
"source": {
|
|
16167
16044
|
"module": "./src/components/index.ts",
|
|
16168
|
-
"symbol": "
|
|
16045
|
+
"symbol": "VField"
|
|
16169
16046
|
},
|
|
16170
16047
|
"description": "",
|
|
16171
16048
|
"doc-url": "https://vuetifyjs.com/api/v-field",
|
|
@@ -16577,10 +16454,10 @@
|
|
|
16577
16454
|
}
|
|
16578
16455
|
},
|
|
16579
16456
|
{
|
|
16580
|
-
"name": "
|
|
16457
|
+
"name": "VFieldLabel",
|
|
16581
16458
|
"source": {
|
|
16582
16459
|
"module": "./src/components/index.ts",
|
|
16583
|
-
"symbol": "
|
|
16460
|
+
"symbol": "VFieldLabel"
|
|
16584
16461
|
},
|
|
16585
16462
|
"description": "",
|
|
16586
16463
|
"doc-url": "https://vuetifyjs.com/api/v-field-label",
|
|
@@ -16610,10 +16487,10 @@
|
|
|
16610
16487
|
}
|
|
16611
16488
|
},
|
|
16612
16489
|
{
|
|
16613
|
-
"name": "
|
|
16490
|
+
"name": "VFileInput",
|
|
16614
16491
|
"source": {
|
|
16615
16492
|
"module": "./src/components/index.ts",
|
|
16616
|
-
"symbol": "
|
|
16493
|
+
"symbol": "VFileInput"
|
|
16617
16494
|
},
|
|
16618
16495
|
"description": "",
|
|
16619
16496
|
"doc-url": "https://vuetifyjs.com/api/v-file-input",
|
|
@@ -17437,10 +17314,10 @@
|
|
|
17437
17314
|
}
|
|
17438
17315
|
},
|
|
17439
17316
|
{
|
|
17440
|
-
"name": "
|
|
17317
|
+
"name": "VFooter",
|
|
17441
17318
|
"source": {
|
|
17442
17319
|
"module": "./src/components/index.ts",
|
|
17443
|
-
"symbol": "
|
|
17320
|
+
"symbol": "VFooter"
|
|
17444
17321
|
},
|
|
17445
17322
|
"description": "",
|
|
17446
17323
|
"doc-url": "https://vuetifyjs.com/api/v-footer",
|
|
@@ -17566,10 +17443,10 @@
|
|
|
17566
17443
|
}
|
|
17567
17444
|
},
|
|
17568
17445
|
{
|
|
17569
|
-
"name": "
|
|
17446
|
+
"name": "VForm",
|
|
17570
17447
|
"source": {
|
|
17571
17448
|
"module": "./src/components/index.ts",
|
|
17572
|
-
"symbol": "
|
|
17449
|
+
"symbol": "VForm"
|
|
17573
17450
|
},
|
|
17574
17451
|
"description": "",
|
|
17575
17452
|
"doc-url": "https://vuetifyjs.com/api/v-form",
|
|
@@ -17700,10 +17577,10 @@
|
|
|
17700
17577
|
}
|
|
17701
17578
|
},
|
|
17702
17579
|
{
|
|
17703
|
-
"name": "
|
|
17580
|
+
"name": "VHover",
|
|
17704
17581
|
"source": {
|
|
17705
17582
|
"module": "./src/components/index.ts",
|
|
17706
|
-
"symbol": "
|
|
17583
|
+
"symbol": "VHover"
|
|
17707
17584
|
},
|
|
17708
17585
|
"description": "",
|
|
17709
17586
|
"doc-url": "https://vuetifyjs.com/api/v-hover",
|
|
@@ -17783,10 +17660,10 @@
|
|
|
17783
17660
|
}
|
|
17784
17661
|
},
|
|
17785
17662
|
{
|
|
17786
|
-
"name": "
|
|
17663
|
+
"name": "VIcon",
|
|
17787
17664
|
"source": {
|
|
17788
17665
|
"module": "./src/components/index.ts",
|
|
17789
|
-
"symbol": "
|
|
17666
|
+
"symbol": "VIcon"
|
|
17790
17667
|
},
|
|
17791
17668
|
"description": "",
|
|
17792
17669
|
"doc-url": "https://vuetifyjs.com/api/v-icon",
|
|
@@ -17873,10 +17750,10 @@
|
|
|
17873
17750
|
}
|
|
17874
17751
|
},
|
|
17875
17752
|
{
|
|
17876
|
-
"name": "
|
|
17753
|
+
"name": "VImg",
|
|
17877
17754
|
"source": {
|
|
17878
17755
|
"module": "./src/components/index.ts",
|
|
17879
|
-
"symbol": "
|
|
17756
|
+
"symbol": "VImg"
|
|
17880
17757
|
},
|
|
17881
17758
|
"description": "",
|
|
17882
17759
|
"doc-url": "https://vuetifyjs.com/api/v-img",
|
|
@@ -18122,10 +17999,10 @@
|
|
|
18122
17999
|
}
|
|
18123
18000
|
},
|
|
18124
18001
|
{
|
|
18125
|
-
"name": "
|
|
18002
|
+
"name": "VInfiniteScroll",
|
|
18126
18003
|
"source": {
|
|
18127
18004
|
"module": "./src/components/index.ts",
|
|
18128
|
-
"symbol": "
|
|
18005
|
+
"symbol": "VInfiniteScroll"
|
|
18129
18006
|
},
|
|
18130
18007
|
"description": "",
|
|
18131
18008
|
"doc-url": "https://vuetifyjs.com/api/v-infinite-scroll",
|
|
@@ -18349,10 +18226,10 @@
|
|
|
18349
18226
|
}
|
|
18350
18227
|
},
|
|
18351
18228
|
{
|
|
18352
|
-
"name": "
|
|
18229
|
+
"name": "VInput",
|
|
18353
18230
|
"source": {
|
|
18354
18231
|
"module": "./src/components/index.ts",
|
|
18355
|
-
"symbol": "
|
|
18232
|
+
"symbol": "VInput"
|
|
18356
18233
|
},
|
|
18357
18234
|
"description": "",
|
|
18358
18235
|
"doc-url": "https://vuetifyjs.com/api/v-input",
|
|
@@ -18838,10 +18715,10 @@
|
|
|
18838
18715
|
}
|
|
18839
18716
|
},
|
|
18840
18717
|
{
|
|
18841
|
-
"name": "
|
|
18718
|
+
"name": "VItem",
|
|
18842
18719
|
"source": {
|
|
18843
18720
|
"module": "./src/components/index.ts",
|
|
18844
|
-
"symbol": "
|
|
18721
|
+
"symbol": "VItem"
|
|
18845
18722
|
},
|
|
18846
18723
|
"description": "",
|
|
18847
18724
|
"doc-url": "https://vuetifyjs.com/api/v-item",
|
|
@@ -18927,10 +18804,10 @@
|
|
|
18927
18804
|
}
|
|
18928
18805
|
},
|
|
18929
18806
|
{
|
|
18930
|
-
"name": "
|
|
18807
|
+
"name": "VItemGroup",
|
|
18931
18808
|
"source": {
|
|
18932
18809
|
"module": "./src/components/index.ts",
|
|
18933
|
-
"symbol": "
|
|
18810
|
+
"symbol": "VItemGroup"
|
|
18934
18811
|
},
|
|
18935
18812
|
"description": "",
|
|
18936
18813
|
"doc-url": "https://vuetifyjs.com/api/v-item-group",
|
|
@@ -19061,10 +18938,10 @@
|
|
|
19061
18938
|
}
|
|
19062
18939
|
},
|
|
19063
18940
|
{
|
|
19064
|
-
"name": "
|
|
18941
|
+
"name": "VKbd",
|
|
19065
18942
|
"source": {
|
|
19066
18943
|
"module": "./src/components/index.ts",
|
|
19067
|
-
"symbol": "
|
|
18944
|
+
"symbol": "VKbd"
|
|
19068
18945
|
},
|
|
19069
18946
|
"description": "",
|
|
19070
18947
|
"doc-url": "https://vuetifyjs.com/api/v-kbd",
|
|
@@ -19094,10 +18971,10 @@
|
|
|
19094
18971
|
}
|
|
19095
18972
|
},
|
|
19096
18973
|
{
|
|
19097
|
-
"name": "
|
|
18974
|
+
"name": "VLabel",
|
|
19098
18975
|
"source": {
|
|
19099
18976
|
"module": "./src/components/index.ts",
|
|
19100
|
-
"symbol": "
|
|
18977
|
+
"symbol": "VLabel"
|
|
19101
18978
|
},
|
|
19102
18979
|
"description": "",
|
|
19103
18980
|
"doc-url": "https://vuetifyjs.com/api/v-label",
|
|
@@ -19145,10 +19022,10 @@
|
|
|
19145
19022
|
}
|
|
19146
19023
|
},
|
|
19147
19024
|
{
|
|
19148
|
-
"name": "
|
|
19025
|
+
"name": "VLayout",
|
|
19149
19026
|
"source": {
|
|
19150
19027
|
"module": "./src/components/index.ts",
|
|
19151
|
-
"symbol": "
|
|
19028
|
+
"symbol": "VLayout"
|
|
19152
19029
|
},
|
|
19153
19030
|
"description": "",
|
|
19154
19031
|
"doc-url": "https://vuetifyjs.com/api/v-layout",
|
|
@@ -19188,10 +19065,10 @@
|
|
|
19188
19065
|
}
|
|
19189
19066
|
},
|
|
19190
19067
|
{
|
|
19191
|
-
"name": "
|
|
19068
|
+
"name": "VLayoutItem",
|
|
19192
19069
|
"source": {
|
|
19193
19070
|
"module": "./src/components/index.ts",
|
|
19194
|
-
"symbol": "
|
|
19071
|
+
"symbol": "VLayoutItem"
|
|
19195
19072
|
},
|
|
19196
19073
|
"description": "",
|
|
19197
19074
|
"doc-url": "https://vuetifyjs.com/api/v-layout-item",
|
|
@@ -19269,10 +19146,10 @@
|
|
|
19269
19146
|
}
|
|
19270
19147
|
},
|
|
19271
19148
|
{
|
|
19272
|
-
"name": "
|
|
19149
|
+
"name": "VLazy",
|
|
19273
19150
|
"source": {
|
|
19274
19151
|
"module": "./src/components/index.ts",
|
|
19275
|
-
"symbol": "
|
|
19152
|
+
"symbol": "VLazy"
|
|
19276
19153
|
},
|
|
19277
19154
|
"description": "",
|
|
19278
19155
|
"doc-url": "https://vuetifyjs.com/api/v-lazy",
|
|
@@ -19398,10 +19275,10 @@
|
|
|
19398
19275
|
}
|
|
19399
19276
|
},
|
|
19400
19277
|
{
|
|
19401
|
-
"name": "
|
|
19278
|
+
"name": "VLigatureIcon",
|
|
19402
19279
|
"source": {
|
|
19403
19280
|
"module": "./src/components/index.ts",
|
|
19404
|
-
"symbol": "
|
|
19281
|
+
"symbol": "VLigatureIcon"
|
|
19405
19282
|
},
|
|
19406
19283
|
"description": "",
|
|
19407
19284
|
"doc-url": "https://vuetifyjs.com/api/v-ligature-icon",
|
|
@@ -19433,10 +19310,10 @@
|
|
|
19433
19310
|
}
|
|
19434
19311
|
},
|
|
19435
19312
|
{
|
|
19436
|
-
"name": "
|
|
19313
|
+
"name": "VList",
|
|
19437
19314
|
"source": {
|
|
19438
19315
|
"module": "./src/components/index.ts",
|
|
19439
|
-
"symbol": "
|
|
19316
|
+
"symbol": "VList"
|
|
19440
19317
|
},
|
|
19441
19318
|
"description": "",
|
|
19442
19319
|
"doc-url": "https://vuetifyjs.com/api/v-list",
|
|
@@ -19714,7 +19591,7 @@
|
|
|
19714
19591
|
"default": "'single-leaf'",
|
|
19715
19592
|
"value": {
|
|
19716
19593
|
"kind": "expression",
|
|
19717
|
-
"type": " | 'single-leaf'\n | 'leaf'\n | 'independent'\n | 'single-independent'\n | 'classic'\n | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#
|
|
19594
|
+
"type": " | 'single-leaf'\n | 'leaf'\n | 'independent'\n | 'single-independent'\n | 'classic'\n | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L5-L12\" target=\"_blank\">SelectStrategyFn</a>\n"
|
|
19718
19595
|
}
|
|
19719
19596
|
},
|
|
19720
19597
|
{
|
|
@@ -19880,10 +19757,10 @@
|
|
|
19880
19757
|
}
|
|
19881
19758
|
},
|
|
19882
19759
|
{
|
|
19883
|
-
"name": "
|
|
19760
|
+
"name": "VListGroup",
|
|
19884
19761
|
"source": {
|
|
19885
19762
|
"module": "./src/components/index.ts",
|
|
19886
|
-
"symbol": "
|
|
19763
|
+
"symbol": "VListGroup"
|
|
19887
19764
|
},
|
|
19888
19765
|
"description": "",
|
|
19889
19766
|
"doc-url": "https://vuetifyjs.com/api/v-list-group",
|
|
@@ -20031,10 +19908,10 @@
|
|
|
20031
19908
|
}
|
|
20032
19909
|
},
|
|
20033
19910
|
{
|
|
20034
|
-
"name": "
|
|
19911
|
+
"name": "VListImg",
|
|
20035
19912
|
"source": {
|
|
20036
19913
|
"module": "./src/components/index.ts",
|
|
20037
|
-
"symbol": "
|
|
19914
|
+
"symbol": "VListImg"
|
|
20038
19915
|
},
|
|
20039
19916
|
"description": "",
|
|
20040
19917
|
"doc-url": "https://vuetifyjs.com/api/v-list-img",
|
|
@@ -20064,10 +19941,10 @@
|
|
|
20064
19941
|
}
|
|
20065
19942
|
},
|
|
20066
19943
|
{
|
|
20067
|
-
"name": "
|
|
19944
|
+
"name": "VListItem",
|
|
20068
19945
|
"source": {
|
|
20069
19946
|
"module": "./src/components/index.ts",
|
|
20070
|
-
"symbol": "
|
|
19947
|
+
"symbol": "VListItem"
|
|
20071
19948
|
},
|
|
20072
19949
|
"description": "",
|
|
20073
19950
|
"doc-url": "https://vuetifyjs.com/api/v-list-item",
|
|
@@ -20257,7 +20134,7 @@
|
|
|
20257
20134
|
"default": "true",
|
|
20258
20135
|
"value": {
|
|
20259
20136
|
"kind": "expression",
|
|
20260
|
-
"type": "boolean\n"
|
|
20137
|
+
"type": "boolean | { class: string }\n"
|
|
20261
20138
|
}
|
|
20262
20139
|
},
|
|
20263
20140
|
{
|
|
@@ -20516,10 +20393,10 @@
|
|
|
20516
20393
|
}
|
|
20517
20394
|
},
|
|
20518
20395
|
{
|
|
20519
|
-
"name": "
|
|
20396
|
+
"name": "VListItemAction",
|
|
20520
20397
|
"source": {
|
|
20521
20398
|
"module": "./src/components/index.ts",
|
|
20522
|
-
"symbol": "
|
|
20399
|
+
"symbol": "VListItemAction"
|
|
20523
20400
|
},
|
|
20524
20401
|
"description": "",
|
|
20525
20402
|
"doc-url": "https://vuetifyjs.com/api/v-list-item-action",
|
|
@@ -20569,10 +20446,10 @@
|
|
|
20569
20446
|
}
|
|
20570
20447
|
},
|
|
20571
20448
|
{
|
|
20572
|
-
"name": "
|
|
20449
|
+
"name": "VListItemMedia",
|
|
20573
20450
|
"source": {
|
|
20574
20451
|
"module": "./src/components/index.ts",
|
|
20575
|
-
"symbol": "
|
|
20452
|
+
"symbol": "VListItemMedia"
|
|
20576
20453
|
},
|
|
20577
20454
|
"description": "",
|
|
20578
20455
|
"doc-url": "https://vuetifyjs.com/api/v-list-item-media",
|
|
@@ -20622,10 +20499,10 @@
|
|
|
20622
20499
|
}
|
|
20623
20500
|
},
|
|
20624
20501
|
{
|
|
20625
|
-
"name": "
|
|
20502
|
+
"name": "VListItemSubtitle",
|
|
20626
20503
|
"source": {
|
|
20627
20504
|
"module": "./src/components/index.ts",
|
|
20628
|
-
"symbol": "
|
|
20505
|
+
"symbol": "VListItemSubtitle"
|
|
20629
20506
|
},
|
|
20630
20507
|
"description": "",
|
|
20631
20508
|
"doc-url": "https://vuetifyjs.com/api/v-list-item-subtitle",
|
|
@@ -20655,10 +20532,10 @@
|
|
|
20655
20532
|
}
|
|
20656
20533
|
},
|
|
20657
20534
|
{
|
|
20658
|
-
"name": "
|
|
20535
|
+
"name": "VListItemTitle",
|
|
20659
20536
|
"source": {
|
|
20660
20537
|
"module": "./src/components/index.ts",
|
|
20661
|
-
"symbol": "
|
|
20538
|
+
"symbol": "VListItemTitle"
|
|
20662
20539
|
},
|
|
20663
20540
|
"description": "",
|
|
20664
20541
|
"doc-url": "https://vuetifyjs.com/api/v-list-item-title",
|
|
@@ -20688,10 +20565,10 @@
|
|
|
20688
20565
|
}
|
|
20689
20566
|
},
|
|
20690
20567
|
{
|
|
20691
|
-
"name": "
|
|
20568
|
+
"name": "VListSubheader",
|
|
20692
20569
|
"source": {
|
|
20693
20570
|
"module": "./src/components/index.ts",
|
|
20694
|
-
"symbol": "
|
|
20571
|
+
"symbol": "VListSubheader"
|
|
20695
20572
|
},
|
|
20696
20573
|
"description": "",
|
|
20697
20574
|
"doc-url": "https://vuetifyjs.com/api/v-list-subheader",
|
|
@@ -20759,10 +20636,10 @@
|
|
|
20759
20636
|
}
|
|
20760
20637
|
},
|
|
20761
20638
|
{
|
|
20762
|
-
"name": "
|
|
20639
|
+
"name": "VLocaleProvider",
|
|
20763
20640
|
"source": {
|
|
20764
20641
|
"module": "./src/components/index.ts",
|
|
20765
|
-
"symbol": "
|
|
20642
|
+
"symbol": "VLocaleProvider"
|
|
20766
20643
|
},
|
|
20767
20644
|
"description": "",
|
|
20768
20645
|
"doc-url": "https://vuetifyjs.com/api/v-locale-provider",
|
|
@@ -20819,10 +20696,10 @@
|
|
|
20819
20696
|
}
|
|
20820
20697
|
},
|
|
20821
20698
|
{
|
|
20822
|
-
"name": "
|
|
20699
|
+
"name": "VMain",
|
|
20823
20700
|
"source": {
|
|
20824
20701
|
"module": "./src/components/index.ts",
|
|
20825
|
-
"symbol": "
|
|
20702
|
+
"symbol": "VMain"
|
|
20826
20703
|
},
|
|
20827
20704
|
"description": "",
|
|
20828
20705
|
"doc-url": "https://vuetifyjs.com/api/v-main",
|
|
@@ -20862,10 +20739,10 @@
|
|
|
20862
20739
|
}
|
|
20863
20740
|
},
|
|
20864
20741
|
{
|
|
20865
|
-
"name": "
|
|
20742
|
+
"name": "VMenu",
|
|
20866
20743
|
"source": {
|
|
20867
20744
|
"module": "./src/components/index.ts",
|
|
20868
|
-
"symbol": "
|
|
20745
|
+
"symbol": "VMenu"
|
|
20869
20746
|
},
|
|
20870
20747
|
"description": "",
|
|
20871
20748
|
"doc-url": "https://vuetifyjs.com/api/v-menu",
|
|
@@ -20941,7 +20818,7 @@
|
|
|
20941
20818
|
"default": "'bottom'",
|
|
20942
20819
|
"value": {
|
|
20943
20820
|
"kind": "expression",
|
|
20944
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#
|
|
20821
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n"
|
|
20945
20822
|
}
|
|
20946
20823
|
},
|
|
20947
20824
|
{
|
|
@@ -21156,7 +21033,7 @@
|
|
|
21156
21033
|
"default": "'auto'",
|
|
21157
21034
|
"value": {
|
|
21158
21035
|
"kind": "expression",
|
|
21159
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#
|
|
21036
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | 'auto' | 'overlap'\n"
|
|
21160
21037
|
}
|
|
21161
21038
|
},
|
|
21162
21039
|
{
|
|
@@ -21246,10 +21123,10 @@
|
|
|
21246
21123
|
}
|
|
21247
21124
|
},
|
|
21248
21125
|
{
|
|
21249
|
-
"name": "
|
|
21126
|
+
"name": "VMessages",
|
|
21250
21127
|
"source": {
|
|
21251
21128
|
"module": "./src/components/index.ts",
|
|
21252
|
-
"symbol": "
|
|
21129
|
+
"symbol": "VMessages"
|
|
21253
21130
|
},
|
|
21254
21131
|
"description": "",
|
|
21255
21132
|
"doc-url": "https://vuetifyjs.com/api/v-messages",
|
|
@@ -21314,10 +21191,10 @@
|
|
|
21314
21191
|
}
|
|
21315
21192
|
},
|
|
21316
21193
|
{
|
|
21317
|
-
"name": "
|
|
21194
|
+
"name": "VNavigationDrawer",
|
|
21318
21195
|
"source": {
|
|
21319
21196
|
"module": "./src/components/index.ts",
|
|
21320
|
-
"symbol": "
|
|
21197
|
+
"symbol": "VNavigationDrawer"
|
|
21321
21198
|
},
|
|
21322
21199
|
"description": "",
|
|
21323
21200
|
"doc-url": "https://vuetifyjs.com/api/v-navigation-drawer",
|
|
@@ -21616,10 +21493,10 @@
|
|
|
21616
21493
|
}
|
|
21617
21494
|
},
|
|
21618
21495
|
{
|
|
21619
|
-
"name": "
|
|
21496
|
+
"name": "VNoSsr",
|
|
21620
21497
|
"source": {
|
|
21621
21498
|
"module": "./src/components/index.ts",
|
|
21622
|
-
"symbol": "
|
|
21499
|
+
"symbol": "VNoSsr"
|
|
21623
21500
|
},
|
|
21624
21501
|
"description": "",
|
|
21625
21502
|
"doc-url": "https://vuetifyjs.com/api/v-no-ssr",
|
|
@@ -21632,10 +21509,10 @@
|
|
|
21632
21509
|
}
|
|
21633
21510
|
},
|
|
21634
21511
|
{
|
|
21635
|
-
"name": "
|
|
21512
|
+
"name": "VOverlay",
|
|
21636
21513
|
"source": {
|
|
21637
21514
|
"module": "./src/components/index.ts",
|
|
21638
|
-
"symbol": "
|
|
21515
|
+
"symbol": "VOverlay"
|
|
21639
21516
|
},
|
|
21640
21517
|
"description": "",
|
|
21641
21518
|
"doc-url": "https://vuetifyjs.com/api/v-overlay",
|
|
@@ -21711,7 +21588,7 @@
|
|
|
21711
21588
|
"default": "'bottom'",
|
|
21712
21589
|
"value": {
|
|
21713
21590
|
"kind": "expression",
|
|
21714
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#
|
|
21591
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n"
|
|
21715
21592
|
}
|
|
21716
21593
|
},
|
|
21717
21594
|
{
|
|
@@ -21925,7 +21802,7 @@
|
|
|
21925
21802
|
"default": "'auto'",
|
|
21926
21803
|
"value": {
|
|
21927
21804
|
"kind": "expression",
|
|
21928
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#
|
|
21805
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | 'auto' | 'overlap'\n"
|
|
21929
21806
|
}
|
|
21930
21807
|
},
|
|
21931
21808
|
{
|
|
@@ -22037,10 +21914,10 @@
|
|
|
22037
21914
|
}
|
|
22038
21915
|
},
|
|
22039
21916
|
{
|
|
22040
|
-
"name": "
|
|
21917
|
+
"name": "VPagination",
|
|
22041
21918
|
"source": {
|
|
22042
21919
|
"module": "./src/components/index.ts",
|
|
22043
|
-
"symbol": "
|
|
21920
|
+
"symbol": "VPagination"
|
|
22044
21921
|
},
|
|
22045
21922
|
"description": "",
|
|
22046
21923
|
"doc-url": "https://vuetifyjs.com/api/v-pagination",
|
|
@@ -22516,10 +22393,10 @@
|
|
|
22516
22393
|
}
|
|
22517
22394
|
},
|
|
22518
22395
|
{
|
|
22519
|
-
"name": "
|
|
22396
|
+
"name": "VParallax",
|
|
22520
22397
|
"source": {
|
|
22521
22398
|
"module": "./src/components/index.ts",
|
|
22522
|
-
"symbol": "
|
|
22399
|
+
"symbol": "VParallax"
|
|
22523
22400
|
},
|
|
22524
22401
|
"description": "",
|
|
22525
22402
|
"doc-url": "https://vuetifyjs.com/api/v-parallax",
|
|
@@ -22564,10 +22441,10 @@
|
|
|
22564
22441
|
}
|
|
22565
22442
|
},
|
|
22566
22443
|
{
|
|
22567
|
-
"name": "
|
|
22444
|
+
"name": "VProgressCircular",
|
|
22568
22445
|
"source": {
|
|
22569
22446
|
"module": "./src/components/index.ts",
|
|
22570
|
-
"symbol": "
|
|
22447
|
+
"symbol": "VProgressCircular"
|
|
22571
22448
|
},
|
|
22572
22449
|
"description": "",
|
|
22573
22450
|
"doc-url": "https://vuetifyjs.com/api/v-progress-circular",
|
|
@@ -22680,10 +22557,10 @@
|
|
|
22680
22557
|
}
|
|
22681
22558
|
},
|
|
22682
22559
|
{
|
|
22683
|
-
"name": "
|
|
22560
|
+
"name": "VProgressLinear",
|
|
22684
22561
|
"source": {
|
|
22685
22562
|
"module": "./src/components/index.ts",
|
|
22686
|
-
"symbol": "
|
|
22563
|
+
"symbol": "VProgressLinear"
|
|
22687
22564
|
},
|
|
22688
22565
|
"description": "",
|
|
22689
22566
|
"doc-url": "https://vuetifyjs.com/api/v-progress-linear",
|
|
@@ -22725,7 +22602,7 @@
|
|
|
22725
22602
|
"default": "'top'",
|
|
22726
22603
|
"value": {
|
|
22727
22604
|
"kind": "expression",
|
|
22728
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#
|
|
22605
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n"
|
|
22729
22606
|
}
|
|
22730
22607
|
},
|
|
22731
22608
|
{
|
|
@@ -22911,10 +22788,10 @@
|
|
|
22911
22788
|
}
|
|
22912
22789
|
},
|
|
22913
22790
|
{
|
|
22914
|
-
"name": "
|
|
22791
|
+
"name": "VRadio",
|
|
22915
22792
|
"source": {
|
|
22916
22793
|
"module": "./src/components/index.ts",
|
|
22917
|
-
"symbol": "
|
|
22794
|
+
"symbol": "VRadio"
|
|
22918
22795
|
},
|
|
22919
22796
|
"description": "",
|
|
22920
22797
|
"doc-url": "https://vuetifyjs.com/api/v-radio",
|
|
@@ -23170,10 +23047,10 @@
|
|
|
23170
23047
|
}
|
|
23171
23048
|
},
|
|
23172
23049
|
{
|
|
23173
|
-
"name": "
|
|
23050
|
+
"name": "VRadioGroup",
|
|
23174
23051
|
"source": {
|
|
23175
23052
|
"module": "./src/components/index.ts",
|
|
23176
|
-
"symbol": "
|
|
23053
|
+
"symbol": "VRadioGroup"
|
|
23177
23054
|
},
|
|
23178
23055
|
"description": "",
|
|
23179
23056
|
"doc-url": "https://vuetifyjs.com/api/v-radio-group",
|
|
@@ -23747,10 +23624,10 @@
|
|
|
23747
23624
|
}
|
|
23748
23625
|
},
|
|
23749
23626
|
{
|
|
23750
|
-
"name": "
|
|
23627
|
+
"name": "VRangeSlider",
|
|
23751
23628
|
"source": {
|
|
23752
23629
|
"module": "./src/components/index.ts",
|
|
23753
|
-
"symbol": "
|
|
23630
|
+
"symbol": "VRangeSlider"
|
|
23754
23631
|
},
|
|
23755
23632
|
"description": "",
|
|
23756
23633
|
"doc-url": "https://vuetifyjs.com/api/v-range-slider",
|
|
@@ -24485,10 +24362,10 @@
|
|
|
24485
24362
|
}
|
|
24486
24363
|
},
|
|
24487
24364
|
{
|
|
24488
|
-
"name": "
|
|
24365
|
+
"name": "VRating",
|
|
24489
24366
|
"source": {
|
|
24490
24367
|
"module": "./src/components/index.ts",
|
|
24491
|
-
"symbol": "
|
|
24368
|
+
"symbol": "VRating"
|
|
24492
24369
|
},
|
|
24493
24370
|
"description": "",
|
|
24494
24371
|
"doc-url": "https://vuetifyjs.com/api/v-rating",
|
|
@@ -24768,10 +24645,10 @@
|
|
|
24768
24645
|
}
|
|
24769
24646
|
},
|
|
24770
24647
|
{
|
|
24771
|
-
"name": "
|
|
24648
|
+
"name": "VResponsive",
|
|
24772
24649
|
"source": {
|
|
24773
24650
|
"module": "./src/components/index.ts",
|
|
24774
|
-
"symbol": "
|
|
24651
|
+
"symbol": "VResponsive"
|
|
24775
24652
|
},
|
|
24776
24653
|
"description": "",
|
|
24777
24654
|
"doc-url": "https://vuetifyjs.com/api/v-responsive",
|
|
@@ -24878,10 +24755,10 @@
|
|
|
24878
24755
|
}
|
|
24879
24756
|
},
|
|
24880
24757
|
{
|
|
24881
|
-
"name": "
|
|
24758
|
+
"name": "VRow",
|
|
24882
24759
|
"source": {
|
|
24883
24760
|
"module": "./src/components/index.ts",
|
|
24884
|
-
"symbol": "
|
|
24761
|
+
"symbol": "VRow"
|
|
24885
24762
|
},
|
|
24886
24763
|
"description": "",
|
|
24887
24764
|
"doc-url": "https://vuetifyjs.com/api/v-row",
|
|
@@ -25111,10 +24988,10 @@
|
|
|
25111
24988
|
}
|
|
25112
24989
|
},
|
|
25113
24990
|
{
|
|
25114
|
-
"name": "
|
|
24991
|
+
"name": "VScaleTransition",
|
|
25115
24992
|
"source": {
|
|
25116
24993
|
"module": "./src/components/index.ts",
|
|
25117
|
-
"symbol": "
|
|
24994
|
+
"symbol": "VScaleTransition"
|
|
25118
24995
|
},
|
|
25119
24996
|
"description": "",
|
|
25120
24997
|
"doc-url": "https://vuetifyjs.com/api/v-scale-transition",
|
|
@@ -25133,7 +25010,6 @@
|
|
|
25133
25010
|
"name": "origin",
|
|
25134
25011
|
"description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin).",
|
|
25135
25012
|
"doc-url": "https://vuetifyjs.com/api/v-scale-transition#props",
|
|
25136
|
-
"default": "'center center'",
|
|
25137
25013
|
"value": {
|
|
25138
25014
|
"kind": "expression",
|
|
25139
25015
|
"type": "string\n"
|
|
@@ -25193,10 +25069,10 @@
|
|
|
25193
25069
|
}
|
|
25194
25070
|
},
|
|
25195
25071
|
{
|
|
25196
|
-
"name": "
|
|
25072
|
+
"name": "VScrollXReverseTransition",
|
|
25197
25073
|
"source": {
|
|
25198
25074
|
"module": "./src/components/index.ts",
|
|
25199
|
-
"symbol": "
|
|
25075
|
+
"symbol": "VScrollXReverseTransition"
|
|
25200
25076
|
},
|
|
25201
25077
|
"description": "",
|
|
25202
25078
|
"doc-url": "https://vuetifyjs.com/api/v-scroll-x-reverse-transition",
|
|
@@ -25215,7 +25091,6 @@
|
|
|
25215
25091
|
"name": "origin",
|
|
25216
25092
|
"description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin).",
|
|
25217
25093
|
"doc-url": "https://vuetifyjs.com/api/v-scroll-x-reverse-transition#props",
|
|
25218
|
-
"default": "'center center'",
|
|
25219
25094
|
"value": {
|
|
25220
25095
|
"kind": "expression",
|
|
25221
25096
|
"type": "string\n"
|
|
@@ -25275,10 +25150,10 @@
|
|
|
25275
25150
|
}
|
|
25276
25151
|
},
|
|
25277
25152
|
{
|
|
25278
|
-
"name": "
|
|
25153
|
+
"name": "VScrollXTransition",
|
|
25279
25154
|
"source": {
|
|
25280
25155
|
"module": "./src/components/index.ts",
|
|
25281
|
-
"symbol": "
|
|
25156
|
+
"symbol": "VScrollXTransition"
|
|
25282
25157
|
},
|
|
25283
25158
|
"description": "",
|
|
25284
25159
|
"doc-url": "https://vuetifyjs.com/api/v-scroll-x-transition",
|
|
@@ -25297,7 +25172,6 @@
|
|
|
25297
25172
|
"name": "origin",
|
|
25298
25173
|
"description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin).",
|
|
25299
25174
|
"doc-url": "https://vuetifyjs.com/api/v-scroll-x-transition#props",
|
|
25300
|
-
"default": "'center center'",
|
|
25301
25175
|
"value": {
|
|
25302
25176
|
"kind": "expression",
|
|
25303
25177
|
"type": "string\n"
|
|
@@ -25357,10 +25231,10 @@
|
|
|
25357
25231
|
}
|
|
25358
25232
|
},
|
|
25359
25233
|
{
|
|
25360
|
-
"name": "
|
|
25234
|
+
"name": "VScrollYReverseTransition",
|
|
25361
25235
|
"source": {
|
|
25362
25236
|
"module": "./src/components/index.ts",
|
|
25363
|
-
"symbol": "
|
|
25237
|
+
"symbol": "VScrollYReverseTransition"
|
|
25364
25238
|
},
|
|
25365
25239
|
"description": "",
|
|
25366
25240
|
"doc-url": "https://vuetifyjs.com/api/v-scroll-y-reverse-transition",
|
|
@@ -25379,7 +25253,6 @@
|
|
|
25379
25253
|
"name": "origin",
|
|
25380
25254
|
"description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin).",
|
|
25381
25255
|
"doc-url": "https://vuetifyjs.com/api/v-scroll-y-reverse-transition#props",
|
|
25382
|
-
"default": "'center center'",
|
|
25383
25256
|
"value": {
|
|
25384
25257
|
"kind": "expression",
|
|
25385
25258
|
"type": "string\n"
|
|
@@ -25439,10 +25312,10 @@
|
|
|
25439
25312
|
}
|
|
25440
25313
|
},
|
|
25441
25314
|
{
|
|
25442
|
-
"name": "
|
|
25315
|
+
"name": "VScrollYTransition",
|
|
25443
25316
|
"source": {
|
|
25444
25317
|
"module": "./src/components/index.ts",
|
|
25445
|
-
"symbol": "
|
|
25318
|
+
"symbol": "VScrollYTransition"
|
|
25446
25319
|
},
|
|
25447
25320
|
"description": "",
|
|
25448
25321
|
"doc-url": "https://vuetifyjs.com/api/v-scroll-y-transition",
|
|
@@ -25461,7 +25334,6 @@
|
|
|
25461
25334
|
"name": "origin",
|
|
25462
25335
|
"description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin).",
|
|
25463
25336
|
"doc-url": "https://vuetifyjs.com/api/v-scroll-y-transition#props",
|
|
25464
|
-
"default": "'center center'",
|
|
25465
25337
|
"value": {
|
|
25466
25338
|
"kind": "expression",
|
|
25467
25339
|
"type": "string\n"
|
|
@@ -25521,10 +25393,10 @@
|
|
|
25521
25393
|
}
|
|
25522
25394
|
},
|
|
25523
25395
|
{
|
|
25524
|
-
"name": "
|
|
25396
|
+
"name": "VSelect",
|
|
25525
25397
|
"source": {
|
|
25526
25398
|
"module": "./src/components/index.ts",
|
|
25527
|
-
"symbol": "
|
|
25399
|
+
"symbol": "VSelect"
|
|
25528
25400
|
},
|
|
25529
25401
|
"description": "",
|
|
25530
25402
|
"doc-url": "https://vuetifyjs.com/api/v-select",
|
|
@@ -26570,10 +26442,10 @@
|
|
|
26570
26442
|
}
|
|
26571
26443
|
},
|
|
26572
26444
|
{
|
|
26573
|
-
"name": "
|
|
26445
|
+
"name": "VSelectionControl",
|
|
26574
26446
|
"source": {
|
|
26575
26447
|
"module": "./src/components/index.ts",
|
|
26576
|
-
"symbol": "
|
|
26448
|
+
"symbol": "VSelectionControl"
|
|
26577
26449
|
},
|
|
26578
26450
|
"description": "",
|
|
26579
26451
|
"doc-url": "https://vuetifyjs.com/api/v-selection-control",
|
|
@@ -26839,10 +26711,10 @@
|
|
|
26839
26711
|
}
|
|
26840
26712
|
},
|
|
26841
26713
|
{
|
|
26842
|
-
"name": "
|
|
26714
|
+
"name": "VSelectionControlGroup",
|
|
26843
26715
|
"source": {
|
|
26844
26716
|
"module": "./src/components/index.ts",
|
|
26845
|
-
"symbol": "
|
|
26717
|
+
"symbol": "VSelectionControlGroup"
|
|
26846
26718
|
},
|
|
26847
26719
|
"description": "",
|
|
26848
26720
|
"doc-url": "https://vuetifyjs.com/api/v-selection-control-group",
|
|
@@ -27035,10 +26907,10 @@
|
|
|
27035
26907
|
}
|
|
27036
26908
|
},
|
|
27037
26909
|
{
|
|
27038
|
-
"name": "
|
|
26910
|
+
"name": "VSheet",
|
|
27039
26911
|
"source": {
|
|
27040
26912
|
"module": "./src/components/index.ts",
|
|
27041
|
-
"symbol": "
|
|
26913
|
+
"symbol": "VSheet"
|
|
27042
26914
|
},
|
|
27043
26915
|
"description": "",
|
|
27044
26916
|
"doc-url": "https://vuetifyjs.com/api/v-sheet",
|
|
@@ -27122,12 +26994,12 @@
|
|
|
27122
26994
|
"doc-url": "https://vuetifyjs.com/api/v-sheet#props",
|
|
27123
26995
|
"value": {
|
|
27124
26996
|
"kind": "expression",
|
|
27125
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#
|
|
26997
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n"
|
|
27126
26998
|
}
|
|
27127
26999
|
},
|
|
27128
27000
|
{
|
|
27129
27001
|
"name": "position",
|
|
27130
|
-
"description": "
|
|
27002
|
+
"description": "MISSING DESCRIPTION",
|
|
27131
27003
|
"doc-url": "https://vuetifyjs.com/api/v-sheet#props",
|
|
27132
27004
|
"value": {
|
|
27133
27005
|
"kind": "expression",
|
|
@@ -27187,10 +27059,10 @@
|
|
|
27187
27059
|
}
|
|
27188
27060
|
},
|
|
27189
27061
|
{
|
|
27190
|
-
"name": "
|
|
27062
|
+
"name": "VSkeletonLoader",
|
|
27191
27063
|
"source": {
|
|
27192
27064
|
"module": "./src/components/index.ts",
|
|
27193
|
-
"symbol": "
|
|
27065
|
+
"symbol": "VSkeletonLoader"
|
|
27194
27066
|
},
|
|
27195
27067
|
"description": "",
|
|
27196
27068
|
"doc-url": "https://vuetifyjs.com/api/v-skeleton-loader",
|
|
@@ -27331,10 +27203,10 @@
|
|
|
27331
27203
|
}
|
|
27332
27204
|
},
|
|
27333
27205
|
{
|
|
27334
|
-
"name": "
|
|
27206
|
+
"name": "VSlideGroup",
|
|
27335
27207
|
"source": {
|
|
27336
27208
|
"module": "./src/components/index.ts",
|
|
27337
|
-
"symbol": "
|
|
27209
|
+
"symbol": "VSlideGroup"
|
|
27338
27210
|
},
|
|
27339
27211
|
"description": "",
|
|
27340
27212
|
"doc-url": "https://vuetifyjs.com/api/v-slide-group",
|
|
@@ -27557,10 +27429,10 @@
|
|
|
27557
27429
|
}
|
|
27558
27430
|
},
|
|
27559
27431
|
{
|
|
27560
|
-
"name": "
|
|
27432
|
+
"name": "VSlideGroupItem",
|
|
27561
27433
|
"source": {
|
|
27562
27434
|
"module": "./src/components/index.ts",
|
|
27563
|
-
"symbol": "
|
|
27435
|
+
"symbol": "VSlideGroupItem"
|
|
27564
27436
|
},
|
|
27565
27437
|
"description": "",
|
|
27566
27438
|
"doc-url": "https://vuetifyjs.com/api/v-slide-group-item",
|
|
@@ -27638,10 +27510,10 @@
|
|
|
27638
27510
|
}
|
|
27639
27511
|
},
|
|
27640
27512
|
{
|
|
27641
|
-
"name": "
|
|
27513
|
+
"name": "VSlideXReverseTransition",
|
|
27642
27514
|
"source": {
|
|
27643
27515
|
"module": "./src/components/index.ts",
|
|
27644
|
-
"symbol": "
|
|
27516
|
+
"symbol": "VSlideXReverseTransition"
|
|
27645
27517
|
},
|
|
27646
27518
|
"description": "",
|
|
27647
27519
|
"doc-url": "https://vuetifyjs.com/api/v-slide-x-reverse-transition",
|
|
@@ -27660,7 +27532,6 @@
|
|
|
27660
27532
|
"name": "origin",
|
|
27661
27533
|
"description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin).",
|
|
27662
27534
|
"doc-url": "https://vuetifyjs.com/api/v-slide-x-reverse-transition#props",
|
|
27663
|
-
"default": "'center center'",
|
|
27664
27535
|
"value": {
|
|
27665
27536
|
"kind": "expression",
|
|
27666
27537
|
"type": "string\n"
|
|
@@ -27720,10 +27591,10 @@
|
|
|
27720
27591
|
}
|
|
27721
27592
|
},
|
|
27722
27593
|
{
|
|
27723
|
-
"name": "
|
|
27594
|
+
"name": "VSlideXTransition",
|
|
27724
27595
|
"source": {
|
|
27725
27596
|
"module": "./src/components/index.ts",
|
|
27726
|
-
"symbol": "
|
|
27597
|
+
"symbol": "VSlideXTransition"
|
|
27727
27598
|
},
|
|
27728
27599
|
"description": "",
|
|
27729
27600
|
"doc-url": "https://vuetifyjs.com/api/v-slide-x-transition",
|
|
@@ -27742,7 +27613,6 @@
|
|
|
27742
27613
|
"name": "origin",
|
|
27743
27614
|
"description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin).",
|
|
27744
27615
|
"doc-url": "https://vuetifyjs.com/api/v-slide-x-transition#props",
|
|
27745
|
-
"default": "'center center'",
|
|
27746
27616
|
"value": {
|
|
27747
27617
|
"kind": "expression",
|
|
27748
27618
|
"type": "string\n"
|
|
@@ -27802,10 +27672,10 @@
|
|
|
27802
27672
|
}
|
|
27803
27673
|
},
|
|
27804
27674
|
{
|
|
27805
|
-
"name": "
|
|
27675
|
+
"name": "VSlideYReverseTransition",
|
|
27806
27676
|
"source": {
|
|
27807
27677
|
"module": "./src/components/index.ts",
|
|
27808
|
-
"symbol": "
|
|
27678
|
+
"symbol": "VSlideYReverseTransition"
|
|
27809
27679
|
},
|
|
27810
27680
|
"description": "",
|
|
27811
27681
|
"doc-url": "https://vuetifyjs.com/api/v-slide-y-reverse-transition",
|
|
@@ -27824,7 +27694,6 @@
|
|
|
27824
27694
|
"name": "origin",
|
|
27825
27695
|
"description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin).",
|
|
27826
27696
|
"doc-url": "https://vuetifyjs.com/api/v-slide-y-reverse-transition#props",
|
|
27827
|
-
"default": "'center center'",
|
|
27828
27697
|
"value": {
|
|
27829
27698
|
"kind": "expression",
|
|
27830
27699
|
"type": "string\n"
|
|
@@ -27884,10 +27753,10 @@
|
|
|
27884
27753
|
}
|
|
27885
27754
|
},
|
|
27886
27755
|
{
|
|
27887
|
-
"name": "
|
|
27756
|
+
"name": "VSlideYTransition",
|
|
27888
27757
|
"source": {
|
|
27889
27758
|
"module": "./src/components/index.ts",
|
|
27890
|
-
"symbol": "
|
|
27759
|
+
"symbol": "VSlideYTransition"
|
|
27891
27760
|
},
|
|
27892
27761
|
"description": "",
|
|
27893
27762
|
"doc-url": "https://vuetifyjs.com/api/v-slide-y-transition",
|
|
@@ -27906,7 +27775,6 @@
|
|
|
27906
27775
|
"name": "origin",
|
|
27907
27776
|
"description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin).",
|
|
27908
27777
|
"doc-url": "https://vuetifyjs.com/api/v-slide-y-transition#props",
|
|
27909
|
-
"default": "'center center'",
|
|
27910
27778
|
"value": {
|
|
27911
27779
|
"kind": "expression",
|
|
27912
27780
|
"type": "string\n"
|
|
@@ -27966,10 +27834,10 @@
|
|
|
27966
27834
|
}
|
|
27967
27835
|
},
|
|
27968
27836
|
{
|
|
27969
|
-
"name": "
|
|
27837
|
+
"name": "VSlider",
|
|
27970
27838
|
"source": {
|
|
27971
27839
|
"module": "./src/components/index.ts",
|
|
27972
|
-
"symbol": "
|
|
27840
|
+
"symbol": "VSlider"
|
|
27973
27841
|
},
|
|
27974
27842
|
"description": "",
|
|
27975
27843
|
"doc-url": "https://vuetifyjs.com/api/v-slider",
|
|
@@ -28694,10 +28562,10 @@
|
|
|
28694
28562
|
}
|
|
28695
28563
|
},
|
|
28696
28564
|
{
|
|
28697
|
-
"name": "
|
|
28565
|
+
"name": "VSnackbar",
|
|
28698
28566
|
"source": {
|
|
28699
28567
|
"module": "./src/components/index.ts",
|
|
28700
|
-
"symbol": "
|
|
28568
|
+
"symbol": "VSnackbar"
|
|
28701
28569
|
},
|
|
28702
28570
|
"description": "",
|
|
28703
28571
|
"doc-url": "https://vuetifyjs.com/api/v-snackbar",
|
|
@@ -28773,12 +28641,12 @@
|
|
|
28773
28641
|
"default": "'bottom'",
|
|
28774
28642
|
"value": {
|
|
28775
28643
|
"kind": "expression",
|
|
28776
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#
|
|
28644
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n"
|
|
28777
28645
|
}
|
|
28778
28646
|
},
|
|
28779
28647
|
{
|
|
28780
28648
|
"name": "position",
|
|
28781
|
-
"description": "
|
|
28649
|
+
"description": "MISSING DESCRIPTION",
|
|
28782
28650
|
"doc-url": "https://vuetifyjs.com/api/v-snackbar#props",
|
|
28783
28651
|
"value": {
|
|
28784
28652
|
"kind": "expression",
|
|
@@ -28995,7 +28863,7 @@
|
|
|
28995
28863
|
"default": "'auto'",
|
|
28996
28864
|
"value": {
|
|
28997
28865
|
"kind": "expression",
|
|
28998
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#
|
|
28866
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | 'auto' | 'overlap'\n"
|
|
28999
28867
|
}
|
|
29000
28868
|
},
|
|
29001
28869
|
{
|
|
@@ -29104,10 +28972,10 @@
|
|
|
29104
28972
|
}
|
|
29105
28973
|
},
|
|
29106
28974
|
{
|
|
29107
|
-
"name": "
|
|
28975
|
+
"name": "VSpacer",
|
|
29108
28976
|
"source": {
|
|
29109
28977
|
"module": "./src/components/index.ts",
|
|
29110
|
-
"symbol": "
|
|
28978
|
+
"symbol": "VSpacer"
|
|
29111
28979
|
},
|
|
29112
28980
|
"description": "",
|
|
29113
28981
|
"doc-url": "https://vuetifyjs.com/api/v-spacer",
|
|
@@ -29137,10 +29005,10 @@
|
|
|
29137
29005
|
}
|
|
29138
29006
|
},
|
|
29139
29007
|
{
|
|
29140
|
-
"name": "
|
|
29008
|
+
"name": "VSvgIcon",
|
|
29141
29009
|
"source": {
|
|
29142
29010
|
"module": "./src/components/index.ts",
|
|
29143
|
-
"symbol": "
|
|
29011
|
+
"symbol": "VSvgIcon"
|
|
29144
29012
|
},
|
|
29145
29013
|
"description": "",
|
|
29146
29014
|
"doc-url": "https://vuetifyjs.com/api/v-svg-icon",
|
|
@@ -29172,10 +29040,10 @@
|
|
|
29172
29040
|
}
|
|
29173
29041
|
},
|
|
29174
29042
|
{
|
|
29175
|
-
"name": "
|
|
29043
|
+
"name": "VSwitch",
|
|
29176
29044
|
"source": {
|
|
29177
29045
|
"module": "./src/components/index.ts",
|
|
29178
|
-
"symbol": "
|
|
29046
|
+
"symbol": "VSwitch"
|
|
29179
29047
|
},
|
|
29180
29048
|
"description": "",
|
|
29181
29049
|
"doc-url": "https://vuetifyjs.com/api/v-switch",
|
|
@@ -29839,10 +29707,10 @@
|
|
|
29839
29707
|
}
|
|
29840
29708
|
},
|
|
29841
29709
|
{
|
|
29842
|
-
"name": "
|
|
29710
|
+
"name": "VSystemBar",
|
|
29843
29711
|
"source": {
|
|
29844
29712
|
"module": "./src/components/index.ts",
|
|
29845
|
-
"symbol": "
|
|
29713
|
+
"symbol": "VSystemBar"
|
|
29846
29714
|
},
|
|
29847
29715
|
"description": "",
|
|
29848
29716
|
"doc-url": "https://vuetifyjs.com/api/v-system-bar",
|
|
@@ -29957,10 +29825,10 @@
|
|
|
29957
29825
|
}
|
|
29958
29826
|
},
|
|
29959
29827
|
{
|
|
29960
|
-
"name": "
|
|
29828
|
+
"name": "VTab",
|
|
29961
29829
|
"source": {
|
|
29962
29830
|
"module": "./src/components/index.ts",
|
|
29963
|
-
"symbol": "
|
|
29831
|
+
"symbol": "VTab"
|
|
29964
29832
|
},
|
|
29965
29833
|
"description": "",
|
|
29966
29834
|
"doc-url": "https://vuetifyjs.com/api/v-tab",
|
|
@@ -30108,7 +29976,7 @@
|
|
|
30108
29976
|
},
|
|
30109
29977
|
{
|
|
30110
29978
|
"name": "color",
|
|
30111
|
-
"description": "Applies specified color to the
|
|
29979
|
+
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)",
|
|
30112
29980
|
"doc-url": "https://vuetifyjs.com/api/v-tab#props",
|
|
30113
29981
|
"value": {
|
|
30114
29982
|
"kind": "expression",
|
|
@@ -30179,7 +30047,7 @@
|
|
|
30179
30047
|
"default": "true",
|
|
30180
30048
|
"value": {
|
|
30181
30049
|
"kind": "expression",
|
|
30182
|
-
"type": "boolean\n"
|
|
30050
|
+
"type": "boolean | { class: string }\n"
|
|
30183
30051
|
}
|
|
30184
30052
|
},
|
|
30185
30053
|
{
|
|
@@ -30294,10 +30162,10 @@
|
|
|
30294
30162
|
}
|
|
30295
30163
|
},
|
|
30296
30164
|
{
|
|
30297
|
-
"name": "
|
|
30165
|
+
"name": "VTable",
|
|
30298
30166
|
"source": {
|
|
30299
30167
|
"module": "./src/components/index.ts",
|
|
30300
|
-
"symbol": "
|
|
30168
|
+
"symbol": "VTable"
|
|
30301
30169
|
},
|
|
30302
30170
|
"description": "",
|
|
30303
30171
|
"doc-url": "https://vuetifyjs.com/api/v-table",
|
|
@@ -30400,10 +30268,10 @@
|
|
|
30400
30268
|
}
|
|
30401
30269
|
},
|
|
30402
30270
|
{
|
|
30403
|
-
"name": "
|
|
30271
|
+
"name": "VTabs",
|
|
30404
30272
|
"source": {
|
|
30405
30273
|
"module": "./src/components/index.ts",
|
|
30406
|
-
"symbol": "
|
|
30274
|
+
"symbol": "VTabs"
|
|
30407
30275
|
},
|
|
30408
30276
|
"description": "",
|
|
30409
30277
|
"doc-url": "https://vuetifyjs.com/api/v-tabs",
|
|
@@ -30668,10 +30536,10 @@
|
|
|
30668
30536
|
}
|
|
30669
30537
|
},
|
|
30670
30538
|
{
|
|
30671
|
-
"name": "
|
|
30539
|
+
"name": "VTextField",
|
|
30672
30540
|
"source": {
|
|
30673
30541
|
"module": "./src/components/index.ts",
|
|
30674
|
-
"symbol": "
|
|
30542
|
+
"symbol": "VTextField"
|
|
30675
30543
|
},
|
|
30676
30544
|
"description": "",
|
|
30677
30545
|
"doc-url": "https://vuetifyjs.com/api/v-text-field",
|
|
@@ -31523,10 +31391,10 @@
|
|
|
31523
31391
|
}
|
|
31524
31392
|
},
|
|
31525
31393
|
{
|
|
31526
|
-
"name": "
|
|
31394
|
+
"name": "VTextarea",
|
|
31527
31395
|
"source": {
|
|
31528
31396
|
"module": "./src/components/index.ts",
|
|
31529
|
-
"symbol": "
|
|
31397
|
+
"symbol": "VTextarea"
|
|
31530
31398
|
},
|
|
31531
31399
|
"description": "",
|
|
31532
31400
|
"doc-url": "https://vuetifyjs.com/api/v-textarea",
|
|
@@ -32402,10 +32270,10 @@
|
|
|
32402
32270
|
}
|
|
32403
32271
|
},
|
|
32404
32272
|
{
|
|
32405
|
-
"name": "
|
|
32273
|
+
"name": "VThemeProvider",
|
|
32406
32274
|
"source": {
|
|
32407
32275
|
"module": "./src/components/index.ts",
|
|
32408
|
-
"symbol": "
|
|
32276
|
+
"symbol": "VThemeProvider"
|
|
32409
32277
|
},
|
|
32410
32278
|
"description": "",
|
|
32411
32279
|
"doc-url": "https://vuetifyjs.com/api/v-theme-provider",
|
|
@@ -32454,10 +32322,10 @@
|
|
|
32454
32322
|
}
|
|
32455
32323
|
},
|
|
32456
32324
|
{
|
|
32457
|
-
"name": "
|
|
32325
|
+
"name": "VTimeline",
|
|
32458
32326
|
"source": {
|
|
32459
32327
|
"module": "./src/components/index.ts",
|
|
32460
|
-
"symbol": "
|
|
32328
|
+
"symbol": "VTimeline"
|
|
32461
32329
|
},
|
|
32462
32330
|
"description": "",
|
|
32463
32331
|
"doc-url": "https://vuetifyjs.com/api/v-timeline",
|
|
@@ -32583,10 +32451,10 @@
|
|
|
32583
32451
|
}
|
|
32584
32452
|
},
|
|
32585
32453
|
{
|
|
32586
|
-
"name": "
|
|
32454
|
+
"name": "VTimelineItem",
|
|
32587
32455
|
"source": {
|
|
32588
32456
|
"module": "./src/components/index.ts",
|
|
32589
|
-
"symbol": "
|
|
32457
|
+
"symbol": "VTimelineItem"
|
|
32590
32458
|
},
|
|
32591
32459
|
"description": "",
|
|
32592
32460
|
"doc-url": "https://vuetifyjs.com/api/v-timeline-item",
|
|
@@ -32784,10 +32652,10 @@
|
|
|
32784
32652
|
}
|
|
32785
32653
|
},
|
|
32786
32654
|
{
|
|
32787
|
-
"name": "
|
|
32655
|
+
"name": "VToolbar",
|
|
32788
32656
|
"source": {
|
|
32789
32657
|
"module": "./src/components/index.ts",
|
|
32790
|
-
"symbol": "
|
|
32658
|
+
"symbol": "VToolbar"
|
|
32791
32659
|
},
|
|
32792
32660
|
"description": "",
|
|
32793
32661
|
"doc-url": "https://vuetifyjs.com/api/v-toolbar",
|
|
@@ -32987,10 +32855,10 @@
|
|
|
32987
32855
|
}
|
|
32988
32856
|
},
|
|
32989
32857
|
{
|
|
32990
|
-
"name": "
|
|
32858
|
+
"name": "VToolbarItems",
|
|
32991
32859
|
"source": {
|
|
32992
32860
|
"module": "./src/components/index.ts",
|
|
32993
|
-
"symbol": "
|
|
32861
|
+
"symbol": "VToolbarItems"
|
|
32994
32862
|
},
|
|
32995
32863
|
"description": "",
|
|
32996
32864
|
"doc-url": "https://vuetifyjs.com/api/v-toolbar-items",
|
|
@@ -33029,10 +32897,10 @@
|
|
|
33029
32897
|
}
|
|
33030
32898
|
},
|
|
33031
32899
|
{
|
|
33032
|
-
"name": "
|
|
32900
|
+
"name": "VToolbarTitle",
|
|
33033
32901
|
"source": {
|
|
33034
32902
|
"module": "./src/components/index.ts",
|
|
33035
|
-
"symbol": "
|
|
32903
|
+
"symbol": "VToolbarTitle"
|
|
33036
32904
|
},
|
|
33037
32905
|
"description": "",
|
|
33038
32906
|
"doc-url": "https://vuetifyjs.com/api/v-toolbar-title",
|
|
@@ -33076,10 +32944,10 @@
|
|
|
33076
32944
|
}
|
|
33077
32945
|
},
|
|
33078
32946
|
{
|
|
33079
|
-
"name": "
|
|
32947
|
+
"name": "VTooltip",
|
|
33080
32948
|
"source": {
|
|
33081
32949
|
"module": "./src/components/index.ts",
|
|
33082
|
-
"symbol": "
|
|
32950
|
+
"symbol": "VTooltip"
|
|
33083
32951
|
},
|
|
33084
32952
|
"description": "",
|
|
33085
32953
|
"doc-url": "https://vuetifyjs.com/api/v-tooltip",
|
|
@@ -33165,7 +33033,7 @@
|
|
|
33165
33033
|
"default": "'end'",
|
|
33166
33034
|
"value": {
|
|
33167
33035
|
"kind": "expression",
|
|
33168
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#
|
|
33036
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n"
|
|
33169
33037
|
}
|
|
33170
33038
|
},
|
|
33171
33039
|
{
|
|
@@ -33368,7 +33236,7 @@
|
|
|
33368
33236
|
"default": "'auto'",
|
|
33369
33237
|
"value": {
|
|
33370
33238
|
"kind": "expression",
|
|
33371
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#
|
|
33239
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | 'auto' | 'overlap'\n"
|
|
33372
33240
|
}
|
|
33373
33241
|
},
|
|
33374
33242
|
{
|
|
@@ -33459,10 +33327,10 @@
|
|
|
33459
33327
|
}
|
|
33460
33328
|
},
|
|
33461
33329
|
{
|
|
33462
|
-
"name": "
|
|
33330
|
+
"name": "VValidation",
|
|
33463
33331
|
"source": {
|
|
33464
33332
|
"module": "./src/components/index.ts",
|
|
33465
|
-
"symbol": "
|
|
33333
|
+
"symbol": "VValidation"
|
|
33466
33334
|
},
|
|
33467
33335
|
"description": "",
|
|
33468
33336
|
"doc-url": "https://vuetifyjs.com/api/v-validation",
|
|
@@ -33666,10 +33534,10 @@
|
|
|
33666
33534
|
}
|
|
33667
33535
|
},
|
|
33668
33536
|
{
|
|
33669
|
-
"name": "
|
|
33537
|
+
"name": "VVirtualScroll",
|
|
33670
33538
|
"source": {
|
|
33671
33539
|
"module": "./src/components/index.ts",
|
|
33672
|
-
"symbol": "
|
|
33540
|
+
"symbol": "VVirtualScroll"
|
|
33673
33541
|
},
|
|
33674
33542
|
"description": "",
|
|
33675
33543
|
"doc-url": "https://vuetifyjs.com/api/v-virtual-scroll",
|
|
@@ -33772,10 +33640,10 @@
|
|
|
33772
33640
|
}
|
|
33773
33641
|
},
|
|
33774
33642
|
{
|
|
33775
|
-
"name": "
|
|
33643
|
+
"name": "VWindow",
|
|
33776
33644
|
"source": {
|
|
33777
33645
|
"module": "./src/components/index.ts",
|
|
33778
|
-
"symbol": "
|
|
33646
|
+
"symbol": "VWindow"
|
|
33779
33647
|
},
|
|
33780
33648
|
"description": "",
|
|
33781
33649
|
"doc-url": "https://vuetifyjs.com/api/v-window",
|
|
@@ -33974,10 +33842,10 @@
|
|
|
33974
33842
|
}
|
|
33975
33843
|
},
|
|
33976
33844
|
{
|
|
33977
|
-
"name": "
|
|
33845
|
+
"name": "VWindowItem",
|
|
33978
33846
|
"source": {
|
|
33979
33847
|
"module": "./src/components/index.ts",
|
|
33980
|
-
"symbol": "
|
|
33848
|
+
"symbol": "VWindowItem"
|
|
33981
33849
|
},
|
|
33982
33850
|
"description": "",
|
|
33983
33851
|
"doc-url": "https://vuetifyjs.com/api/v-window-item",
|
|
@@ -34136,22 +34004,22 @@
|
|
|
34136
34004
|
"vue-modifiers": [
|
|
34137
34005
|
{
|
|
34138
34006
|
"name": "attr",
|
|
34139
|
-
"description": "
|
|
34007
|
+
"description": "Sets the value of [attributes](https://developer.mozilla.org/en-US/docs/Web/API/MutationObserverInit/attributes) to true.",
|
|
34140
34008
|
"doc-url": "https://vuetifyjs.com/api/Mutate#modifiers"
|
|
34141
34009
|
},
|
|
34142
34010
|
{
|
|
34143
34011
|
"name": "char",
|
|
34144
|
-
"description": "
|
|
34012
|
+
"description": "Sets the value of [characterData](https://developer.mozilla.org/en-US/docs/Web/API/MutationObserverInit/characterData) to true.",
|
|
34145
34013
|
"doc-url": "https://vuetifyjs.com/api/Mutate#modifiers"
|
|
34146
34014
|
},
|
|
34147
34015
|
{
|
|
34148
34016
|
"name": "child",
|
|
34149
|
-
"description": "
|
|
34017
|
+
"description": "Sets the value of [childList](https://developer.mozilla.org/en-US/docs/Web/API/MutationObserverInit/childList) to true.",
|
|
34150
34018
|
"doc-url": "https://vuetifyjs.com/api/Mutate#modifiers"
|
|
34151
34019
|
},
|
|
34152
34020
|
{
|
|
34153
34021
|
"name": "sub",
|
|
34154
|
-
"description": "
|
|
34022
|
+
"description": "Sets the value of [subtree](https://developer.mozilla.org/en-US/docs/Web/API/MutationObserver/observe#Parameters) to true.",
|
|
34155
34023
|
"doc-url": "https://vuetifyjs.com/api/Mutate#modifiers"
|
|
34156
34024
|
},
|
|
34157
34025
|
{
|
|
@@ -34210,7 +34078,7 @@
|
|
|
34210
34078
|
"symbol": "Pple"
|
|
34211
34079
|
},
|
|
34212
34080
|
"vue-argument": {
|
|
34213
|
-
"description": "
|
|
34081
|
+
"description": "An object containing options for the ripple effect. `class` applies a custom class to the ripple, and can be used for changing color. `center` forces the ripple to originate from the center of the target.",
|
|
34214
34082
|
"doc-url": "https://vuetifyjs.com/api/Ripple#argument"
|
|
34215
34083
|
},
|
|
34216
34084
|
"vue-modifiers": [
|