vuetify 2.5.4 → 2.5.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/json/attributes.json +35 -7
- package/dist/json/tags.json +7 -0
- package/dist/json/web-types.json +95 -15
- package/dist/vuetify.css +34 -69
- package/dist/vuetify.css.map +1 -1
- package/dist/vuetify.js +129 -77
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +2 -2
- package/es5/components/VAlert/VAlert.js +2 -2
- package/es5/components/VAlert/VAlert.js.map +1 -1
- package/es5/components/VApp/VApp.js +1 -1
- package/es5/components/VAppBar/VAppBar.js +3 -3
- package/es5/components/VAppBar/VAppBar.js.map +1 -1
- package/es5/components/VAppBar/VAppBarNavIcon.js +2 -2
- package/es5/components/VAppBar/VAppBarNavIcon.js.map +1 -1
- package/es5/components/VAutocomplete/VAutocomplete.js +11 -7
- package/es5/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/es5/components/VAvatar/VAvatar.js +1 -1
- package/es5/components/VBadge/VBadge.js +1 -1
- package/es5/components/VBanner/VBanner.js +2 -2
- package/es5/components/VBanner/VBanner.js.map +1 -1
- package/es5/components/VBottomNavigation/VBottomNavigation.js +2 -2
- package/es5/components/VBottomNavigation/VBottomNavigation.js.map +1 -1
- package/es5/components/VBottomSheet/VBottomSheet.js +2 -2
- package/es5/components/VBottomSheet/VBottomSheet.js.map +1 -1
- package/es5/components/VBreadcrumbs/VBreadcrumbs.js +1 -1
- package/es5/components/VBreadcrumbs/VBreadcrumbsItem.js +3 -3
- package/es5/components/VBreadcrumbs/VBreadcrumbsItem.js.map +1 -1
- package/es5/components/VBtn/VBtn.js +12 -8
- package/es5/components/VBtn/VBtn.js.map +1 -1
- package/es5/components/VBtnToggle/VBtnToggle.js +2 -2
- package/es5/components/VBtnToggle/VBtnToggle.js.map +1 -1
- package/es5/components/VCalendar/VCalendar.js +5 -5
- package/es5/components/VCalendar/VCalendar.js.map +1 -1
- package/es5/components/VCalendar/VCalendarCategory.js +14 -10
- package/es5/components/VCalendar/VCalendarCategory.js.map +1 -1
- package/es5/components/VCalendar/VCalendarDaily.js +11 -7
- package/es5/components/VCalendar/VCalendarDaily.js.map +1 -1
- package/es5/components/VCalendar/VCalendarWeekly.js +9 -5
- package/es5/components/VCalendar/VCalendarWeekly.js.map +1 -1
- package/es5/components/VCalendar/mixins/calendar-with-events.js +6 -6
- package/es5/components/VCalendar/mixins/calendar-with-events.js.map +1 -1
- package/es5/components/VCalendar/modes/common.js +7 -3
- package/es5/components/VCalendar/modes/common.js.map +1 -1
- package/es5/components/VCalendar/modes/stack.js +83 -161
- package/es5/components/VCalendar/modes/stack.js.map +1 -1
- package/es5/components/VCalendar/util/parser.js +3 -3
- package/es5/components/VCalendar/util/parser.js.map +1 -1
- package/es5/components/VCalendar/util/timestamp.js +1 -1
- package/es5/components/VCard/VCard.js +3 -3
- package/es5/components/VCarousel/VCarousel.js +2 -2
- package/es5/components/VCarousel/VCarousel.js.map +1 -1
- package/es5/components/VCarousel/VCarouselItem.js +2 -2
- package/es5/components/VCarousel/VCarouselItem.js.map +1 -1
- package/es5/components/VCheckbox/VCheckbox.js +3 -3
- package/es5/components/VCheckbox/VCheckbox.js.map +1 -1
- package/es5/components/VCheckbox/VSimpleCheckbox.js +2 -2
- package/es5/components/VCheckbox/VSimpleCheckbox.js.map +1 -1
- package/es5/components/VChip/VChip.js +12 -8
- package/es5/components/VChip/VChip.js.map +1 -1
- package/es5/components/VChipGroup/VChipGroup.js +2 -2
- package/es5/components/VChipGroup/VChipGroup.js.map +1 -1
- package/es5/components/VColorPicker/VColorPicker.js +8 -4
- package/es5/components/VColorPicker/VColorPicker.js.map +1 -1
- package/es5/components/VColorPicker/VColorPickerEdit.js +7 -3
- package/es5/components/VColorPicker/VColorPickerEdit.js.map +1 -1
- package/es5/components/VColorPicker/VColorPickerPreview.js +5 -5
- package/es5/components/VColorPicker/VColorPickerPreview.js.map +1 -1
- package/es5/components/VColorPicker/util/index.js +5 -5
- package/es5/components/VColorPicker/util/index.js.map +1 -1
- package/es5/components/VCombobox/VCombobox.js +22 -9
- package/es5/components/VCombobox/VCombobox.js.map +1 -1
- package/es5/components/VCounter/VCounter.js +6 -2
- package/es5/components/VCounter/VCounter.js.map +1 -1
- package/es5/components/VData/VData.js +10 -6
- package/es5/components/VData/VData.js.map +1 -1
- package/es5/components/VDataIterator/VDataFooter.js +1 -1
- package/es5/components/VDataIterator/VDataIterator.js +18 -10
- package/es5/components/VDataIterator/VDataIterator.js.map +1 -1
- package/es5/components/VDataTable/MobileRow.js +2 -2
- package/es5/components/VDataTable/MobileRow.js.map +1 -1
- package/es5/components/VDataTable/RowGroup.js +8 -4
- package/es5/components/VDataTable/RowGroup.js.map +1 -1
- package/es5/components/VDataTable/VDataTable.js +30 -21
- package/es5/components/VDataTable/VDataTable.js.map +1 -1
- package/es5/components/VDataTable/VDataTableHeader.js +2 -2
- package/es5/components/VDataTable/VDataTableHeader.js.map +1 -1
- package/es5/components/VDataTable/VDataTableHeaderDesktop.js +8 -4
- package/es5/components/VDataTable/VDataTableHeaderDesktop.js.map +1 -1
- package/es5/components/VDataTable/VDataTableHeaderMobile.js +8 -4
- package/es5/components/VDataTable/VDataTableHeaderMobile.js.map +1 -1
- package/es5/components/VDataTable/VSimpleTable.js +1 -1
- package/es5/components/VDataTable/mixins/header.js +1 -1
- package/es5/components/VDatePicker/VDatePicker.js +1 -1
- package/es5/components/VDatePicker/VDatePickerHeader.js +8 -4
- package/es5/components/VDatePicker/VDatePickerHeader.js.map +1 -1
- package/es5/components/VDatePicker/mixins/date-picker-table.js +12 -8
- package/es5/components/VDatePicker/mixins/date-picker-table.js.map +1 -1
- package/es5/components/VDatePicker/util/createNativeLocaleFormatter.js +7 -3
- package/es5/components/VDatePicker/util/createNativeLocaleFormatter.js.map +1 -1
- package/es5/components/VDatePicker/util/monthChange.js +7 -3
- package/es5/components/VDatePicker/util/monthChange.js.map +1 -1
- package/es5/components/VDatePicker/util/sanitizeDateString.js +7 -3
- package/es5/components/VDatePicker/util/sanitizeDateString.js.map +1 -1
- package/es5/components/VDialog/VDialog.js +10 -6
- package/es5/components/VDialog/VDialog.js.map +1 -1
- package/es5/components/VDivider/VDivider.js +1 -1
- package/es5/components/VExpansionPanel/VExpansionPanel.js +1 -1
- package/es5/components/VExpansionPanel/VExpansionPanelHeader.js +2 -2
- package/es5/components/VExpansionPanel/VExpansionPanelHeader.js.map +1 -1
- package/es5/components/VExpansionPanel/VExpansionPanels.js +2 -2
- package/es5/components/VExpansionPanel/VExpansionPanels.js.map +1 -1
- package/es5/components/VFileInput/VFileInput.js +20 -17
- package/es5/components/VFileInput/VFileInput.js.map +1 -1
- package/es5/components/VFooter/VFooter.js +3 -3
- package/es5/components/VFooter/VFooter.js.map +1 -1
- package/es5/components/VForm/VForm.js +1 -1
- package/es5/components/VGrid/VCol.js +5 -5
- package/es5/components/VGrid/VRow.js +4 -4
- package/es5/components/VIcon/VIcon.js +3 -3
- package/es5/components/VIcon/VIcon.js.map +1 -1
- package/es5/components/VImg/VImg.js +1 -1
- package/es5/components/VInput/VInput.js +1 -1
- package/es5/components/VItemGroup/VItemGroup.js +1 -1
- package/es5/components/VLabel/VLabel.js +6 -2
- package/es5/components/VLabel/VLabel.js.map +1 -1
- package/es5/components/VLazy/VLazy.js +1 -1
- package/es5/components/VList/VList.js +14 -17
- package/es5/components/VList/VList.js.map +1 -1
- package/es5/components/VList/VListGroup.js +3 -3
- package/es5/components/VList/VListGroup.js.map +1 -1
- package/es5/components/VList/VListItem.js +6 -6
- package/es5/components/VList/VListItem.js.map +1 -1
- package/es5/components/VList/VListItemAvatar.js +3 -3
- package/es5/components/VList/VListItemGroup.js +3 -3
- package/es5/components/VList/VListItemGroup.js.map +1 -1
- package/es5/components/VMenu/VMenu.js +12 -8
- package/es5/components/VMenu/VMenu.js.map +1 -1
- package/es5/components/VNavigationDrawer/VNavigationDrawer.js +1 -1
- package/es5/components/VNavigationDrawer/VNavigationDrawer.js.map +1 -1
- package/es5/components/VOverflowBtn/VOverflowBtn.js +2 -2
- package/es5/components/VOverflowBtn/VOverflowBtn.js.map +1 -1
- package/es5/components/VOverlay/VOverlay.js +1 -1
- package/es5/components/VPagination/VPagination.js +9 -5
- package/es5/components/VPagination/VPagination.js.map +1 -1
- package/es5/components/VPicker/VPicker.js +3 -3
- package/es5/components/VPicker/VPicker.js.map +1 -1
- package/es5/components/VProgressLinear/VProgressLinear.js +1 -1
- package/es5/components/VRadioGroup/VRadio.js +8 -4
- package/es5/components/VRadioGroup/VRadio.js.map +1 -1
- package/es5/components/VRadioGroup/VRadioGroup.js +2 -2
- package/es5/components/VRadioGroup/VRadioGroup.js.map +1 -1
- package/es5/components/VRangeSlider/VRangeSlider.js +16 -8
- package/es5/components/VRangeSlider/VRangeSlider.js.map +1 -1
- package/es5/components/VSelect/VSelect.js +26 -31
- package/es5/components/VSelect/VSelect.js.map +1 -1
- package/es5/components/VSelect/VSelectList.js +2 -2
- package/es5/components/VSelect/VSelectList.js.map +1 -1
- package/es5/components/VSheet/VSheet.js +3 -3
- package/es5/components/VSheet/VSheet.js.map +1 -1
- package/es5/components/VSkeletonLoader/VSkeletonLoader.js +10 -6
- package/es5/components/VSkeletonLoader/VSkeletonLoader.js.map +1 -1
- package/es5/components/VSlideGroup/VSlideGroup.js +2 -2
- package/es5/components/VSlideGroup/VSlideGroup.js.map +1 -1
- package/es5/components/VSlider/VSlider.js +19 -15
- package/es5/components/VSlider/VSlider.js.map +1 -1
- package/es5/components/VSnackbar/VSnackbar.js +2 -2
- package/es5/components/VSnackbar/VSnackbar.js.map +1 -1
- package/es5/components/VSparkline/VSparkline.js +3 -3
- package/es5/components/VSparkline/VSparkline.js.map +1 -1
- package/es5/components/VSparkline/helpers/core.js +8 -4
- package/es5/components/VSparkline/helpers/core.js.map +1 -1
- package/es5/components/VSparkline/helpers/math.js.map +1 -1
- package/es5/components/VSparkline/helpers/path.js.map +1 -1
- package/es5/components/VStepper/VStepper.js +1 -1
- package/es5/components/VSubheader/VSubheader.js +1 -1
- package/es5/components/VSwitch/VSwitch.js +3 -3
- package/es5/components/VSwitch/VSwitch.js.map +1 -1
- package/es5/components/VSystemBar/VSystemBar.js +1 -1
- package/es5/components/VTabs/VTab.js +5 -5
- package/es5/components/VTabs/VTab.js.map +1 -1
- package/es5/components/VTabs/VTabs.js +1 -1
- package/es5/components/VTabs/VTabs.js.map +1 -1
- package/es5/components/VTabs/VTabsBar.js +14 -17
- package/es5/components/VTabs/VTabsBar.js.map +1 -1
- package/es5/components/VTabs/VTabsItems.js +2 -2
- package/es5/components/VTabs/VTabsItems.js.map +1 -1
- package/es5/components/VTextField/VTextField.js +21 -12
- package/es5/components/VTextField/VTextField.js.map +1 -1
- package/es5/components/VTextarea/VTextarea.js +1 -1
- package/es5/components/VTimePicker/VTimePicker.js +7 -3
- package/es5/components/VTimePicker/VTimePicker.js.map +1 -1
- package/es5/components/VTimePicker/VTimePickerClock.js +1 -1
- package/es5/components/VTimeline/VTimeline.js +1 -1
- package/es5/components/VTimeline/VTimelineItem.js +1 -1
- package/es5/components/VToolbar/VToolbar.js +10 -6
- package/es5/components/VToolbar/VToolbar.js.map +1 -1
- package/es5/components/VTreeview/VTreeview.js +49 -85
- package/es5/components/VTreeview/VTreeview.js.map +1 -1
- package/es5/components/VTreeview/VTreeviewNode.js +9 -5
- package/es5/components/VTreeview/VTreeviewNode.js.map +1 -1
- package/es5/components/VWindow/VWindow.js +7 -5
- package/es5/components/VWindow/VWindow.js.map +1 -1
- package/es5/components/index.js +80 -0
- package/es5/components/index.js.map +1 -1
- package/es5/directives/click-outside/index.js +1 -1
- package/es5/directives/intersect/index.js +1 -1
- package/es5/directives/mutate/index.js +4 -4
- package/es5/directives/mutate/index.js.map +1 -1
- package/es5/directives/scroll/index.js +1 -1
- package/es5/entry-lib.js +2 -0
- package/es5/entry-lib.js.map +1 -1
- package/es5/framework.js +7 -5
- package/es5/framework.js.map +1 -1
- package/es5/index.js +6 -2
- package/es5/index.js.map +1 -1
- package/es5/mixins/activatable/index.js +1 -1
- package/es5/mixins/binds-attrs/index.js.map +1 -1
- package/es5/mixins/bootable/index.js.map +1 -1
- package/es5/mixins/colorable/index.js +12 -8
- package/es5/mixins/colorable/index.js.map +1 -1
- package/es5/mixins/delayable/index.js.map +1 -1
- package/es5/mixins/dependent/index.js +8 -4
- package/es5/mixins/dependent/index.js.map +1 -1
- package/es5/mixins/detachable/index.js +1 -1
- package/es5/mixins/loadable/index.js.map +1 -1
- package/es5/mixins/menuable/index.js +1 -1
- package/es5/mixins/overlayable/index.js +16 -5
- package/es5/mixins/overlayable/index.js.map +1 -1
- package/es5/mixins/positionable/index.js.map +1 -1
- package/es5/mixins/roundable/index.js +12 -15
- package/es5/mixins/roundable/index.js.map +1 -1
- package/es5/mixins/routable/index.js +4 -2
- package/es5/mixins/routable/index.js.map +1 -1
- package/es5/mixins/scrollable/index.js.map +1 -1
- package/es5/mixins/ssr-bootable/index.js.map +1 -1
- package/es5/mixins/stackable/index.js +8 -4
- package/es5/mixins/stackable/index.js.map +1 -1
- package/es5/mixins/themeable/index.js +2 -2
- package/es5/mixins/themeable/index.js.map +1 -1
- package/es5/mixins/validatable/index.js +1 -1
- package/es5/services/application/index.js +14 -10
- package/es5/services/application/index.js.map +1 -1
- package/es5/services/breakpoint/index.js +14 -10
- package/es5/services/breakpoint/index.js.map +1 -1
- package/es5/services/goto/index.js +17 -11
- package/es5/services/goto/index.js.map +1 -1
- package/es5/services/icons/index.js +14 -10
- package/es5/services/icons/index.js.map +1 -1
- package/es5/services/index.js +7 -0
- package/es5/services/index.js.map +1 -1
- package/es5/services/lang/index.js +14 -10
- package/es5/services/lang/index.js.map +1 -1
- package/es5/services/presets/index.js +14 -10
- package/es5/services/presets/index.js.map +1 -1
- package/es5/services/service/index.js +1 -3
- package/es5/services/service/index.js.map +1 -1
- package/es5/services/theme/index.js +43 -37
- package/es5/services/theme/index.js.map +1 -1
- package/es5/services/theme/utils.js +21 -15
- package/es5/services/theme/utils.js.map +1 -1
- package/es5/util/colorUtils.js +9 -5
- package/es5/util/colorUtils.js.map +1 -1
- package/es5/util/console.js.map +1 -1
- package/es5/util/dedupeModelListeners.js.map +1 -1
- package/es5/util/dom.js.map +1 -1
- package/es5/util/helpers.js +16 -9
- package/es5/util/helpers.js.map +1 -1
- package/es5/util/mergeData.js +17 -20
- package/es5/util/mergeData.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.js +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/lib/components/VCalendar/modes/stack.js.map +1 -1
- package/lib/components/VCombobox/VCombobox.js +13 -4
- package/lib/components/VCombobox/VCombobox.js.map +1 -1
- package/lib/components/VDataIterator/VDataIterator.js +5 -1
- package/lib/components/VDataIterator/VDataIterator.js.map +1 -1
- package/lib/components/VDataTable/VDataTable.js +7 -2
- package/lib/components/VDataTable/VDataTable.js.map +1 -1
- package/lib/components/VDatePicker/util/monthChange.js.map +1 -1
- package/lib/components/VFileInput/VFileInput.js +7 -9
- package/lib/components/VFileInput/VFileInput.js.map +1 -1
- package/lib/components/VList/VListGroup.js +1 -1
- package/lib/components/VList/VListGroup.js.map +1 -1
- package/lib/components/VList/VListItem.js +1 -1
- package/lib/components/VList/VListItem.js.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.js.map +1 -1
- package/lib/components/VRangeSlider/VRangeSlider.js +6 -2
- package/lib/components/VRangeSlider/VRangeSlider.js.map +1 -1
- package/lib/components/VSelect/VSelect.js +9 -11
- package/lib/components/VSelect/VSelect.js.map +1 -1
- package/lib/components/VSlider/VSlider.js +17 -13
- package/lib/components/VSlider/VSlider.js.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.js +2 -2
- package/lib/components/VSnackbar/VSnackbar.js.map +1 -1
- package/lib/components/VSparkline/helpers/math.js.map +1 -1
- package/lib/components/VSparkline/helpers/path.js.map +1 -1
- package/lib/components/VTabs/VTabs.js.map +1 -1
- package/lib/components/VTextField/VTextField.js +10 -5
- package/lib/components/VTextField/VTextField.js.map +1 -1
- package/lib/components/VTreeview/VTreeview.js +3 -1
- package/lib/components/VTreeview/VTreeview.js.map +1 -1
- package/lib/components/VWindow/VWindow.js +3 -3
- package/lib/components/VWindow/VWindow.js.map +1 -1
- package/lib/directives/mutate/index.js +3 -3
- package/lib/directives/mutate/index.js.map +1 -1
- package/lib/framework.js +1 -1
- package/lib/install.js.map +1 -1
- package/lib/mixins/binds-attrs/index.js.map +1 -1
- package/lib/mixins/bootable/index.js.map +1 -1
- package/lib/mixins/delayable/index.js.map +1 -1
- package/lib/mixins/loadable/index.js.map +1 -1
- package/lib/mixins/overlayable/index.js +16 -5
- package/lib/mixins/overlayable/index.js.map +1 -1
- package/lib/mixins/positionable/index.js.map +1 -1
- package/lib/mixins/routable/index.js +2 -0
- package/lib/mixins/routable/index.js.map +1 -1
- package/lib/mixins/scrollable/index.js.map +1 -1
- package/lib/mixins/ssr-bootable/index.js.map +1 -1
- package/lib/services/goto/index.js.map +1 -1
- package/lib/services/theme/index.js.map +1 -1
- package/lib/services/theme/utils.js.map +1 -1
- package/lib/util/colorUtils.js.map +1 -1
- package/lib/util/console.js.map +1 -1
- package/lib/util/dedupeModelListeners.js.map +1 -1
- package/lib/util/dom.js.map +1 -1
- package/lib/util/helpers.js +8 -5
- package/lib/util/helpers.js.map +1 -1
- package/package.json +2 -3
- package/src/components/VApp/VApp.sass +1 -0
- package/src/components/VAppBar/VAppBar.sass +1 -4
- package/src/components/VAutocomplete/VAutocomplete.ts +9 -5
- package/src/components/VBtn/VBtn.sass +0 -3
- package/src/components/VBtnToggle/VBtnToggle.sass +4 -2
- package/src/components/VCard/VCard.sass +1 -1
- package/src/components/VCombobox/VCombobox.ts +16 -2
- package/src/components/VCombobox/__tests__/VCombobox-multiple.spec.ts +30 -0
- package/src/components/VDataIterator/VDataIterator.ts +5 -1
- package/src/components/VDataTable/VDataTable.sass +5 -0
- package/src/components/VDataTable/VDataTable.ts +3 -0
- package/src/components/VDataTable/__tests__/VDataTable.spec.ts +34 -0
- package/src/components/VDataTable/__tests__/__snapshots__/VDataTable.spec.ts.snap +39 -39
- package/src/components/VFileInput/VFileInput.ts +7 -7
- package/src/components/VFileInput/__tests__/VFileInput.spec.ts +8 -0
- package/src/components/VFileInput/__tests__/__snapshots__/VFileInput.spec.ts.snap +50 -10
- package/src/components/VList/VListGroup.ts +1 -1
- package/src/components/VList/VListItem.sass +2 -1
- package/src/components/VList/VListItem.ts +1 -1
- package/src/components/VMenu/VMenu.sass +0 -3
- package/src/components/VNavigationDrawer/VNavigationDrawer.sass +0 -1
- package/src/components/VProgressCircular/VProgressCircular.sass +1 -1
- package/src/components/VRangeSlider/VRangeSlider.ts +8 -2
- package/src/components/VSelect/VSelect.ts +8 -12
- package/src/components/VSlider/VSlider.sass +9 -0
- package/src/components/VSlider/VSlider.ts +16 -9
- package/src/components/VSlider/_variables.scss +1 -0
- package/src/components/VSnackbar/VSnackbar.sass +1 -1
- package/src/components/VSnackbar/VSnackbar.ts +2 -2
- package/src/components/VTabs/_variables.scss +0 -2
- package/src/components/VTextField/VTextField.sass +2 -2
- package/src/components/VTextField/VTextField.ts +8 -1
- package/src/components/VTextField/__tests__/VTextField.spec.ts +9 -2
- package/src/components/VTimePicker/__tests__/VTimePicker.spec.ts +4 -4
- package/src/components/VTreeview/VTreeview.ts +1 -1
- package/src/mixins/overlayable/index.ts +19 -6
- package/src/mixins/routable/index.ts +2 -0
- package/src/services/goto/index.ts +1 -1
- package/src/styles/tools/_elevation.sass +0 -1
- package/src/util/helpers.ts +7 -2
- package/types/index.d.ts +2 -2
- package/types/lib.d.ts +6 -0
- package/types/services/goto.d.ts +3 -1
|
@@ -1031,6 +1031,10 @@
|
|
|
1031
1031
|
"type": "string",
|
|
1032
1032
|
"description": "Configure the active CSS class applied when the link is active with exact match. You can find more information about the [**exact-active-class** prop](https://router.vuejs.org/api/#exact-active-class) on the vue-router documentation."
|
|
1033
1033
|
},
|
|
1034
|
+
"v-breadcrumbs-item/exact-path": {
|
|
1035
|
+
"type": "boolean",
|
|
1036
|
+
"description": "Exactly match the link, ignoring the `query` and the `hash` sections. You can find more information about the [**exact-path** prop](https://router.vuejs.org/api/#exact-path) on the vue-router documentation."
|
|
1037
|
+
},
|
|
1034
1038
|
"v-breadcrumbs-item/href": {
|
|
1035
1039
|
"type": "string|object",
|
|
1036
1040
|
"description": "Designates the component as anchor and applies the **href** attribute."
|
|
@@ -1111,6 +1115,10 @@
|
|
|
1111
1115
|
"type": "string",
|
|
1112
1116
|
"description": "Configure the active CSS class applied when the link is active with exact match. You can find more information about the [**exact-active-class** prop](https://router.vuejs.org/api/#exact-active-class) on the vue-router documentation."
|
|
1113
1117
|
},
|
|
1118
|
+
"v-btn/exact-path": {
|
|
1119
|
+
"type": "boolean",
|
|
1120
|
+
"description": "Exactly match the link, ignoring the `query` and the `hash` sections. You can find more information about the [**exact-path** prop](https://router.vuejs.org/api/#exact-path) on the vue-router documentation."
|
|
1121
|
+
},
|
|
1114
1122
|
"v-btn/fab": {
|
|
1115
1123
|
"type": "boolean",
|
|
1116
1124
|
"description": "Designates the button as a floating-action-button. Button will become _round_."
|
|
@@ -1795,6 +1803,10 @@
|
|
|
1795
1803
|
"type": "string",
|
|
1796
1804
|
"description": "Configure the active CSS class applied when the link is active with exact match. You can find more information about the [**exact-active-class** prop](https://router.vuejs.org/api/#exact-active-class) on the vue-router documentation."
|
|
1797
1805
|
},
|
|
1806
|
+
"v-card/exact-path": {
|
|
1807
|
+
"type": "boolean",
|
|
1808
|
+
"description": "Exactly match the link, ignoring the `query` and the `hash` sections. You can find more information about the [**exact-path** prop](https://router.vuejs.org/api/#exact-path) on the vue-router documentation."
|
|
1809
|
+
},
|
|
1798
1810
|
"v-card/flat": {
|
|
1799
1811
|
"type": "boolean",
|
|
1800
1812
|
"description": "Removes the card's elevation."
|
|
@@ -2023,6 +2035,10 @@
|
|
|
2023
2035
|
"type": "string",
|
|
2024
2036
|
"description": "Configure the active CSS class applied when the link is active with exact match. You can find more information about the [**exact-active-class** prop](https://router.vuejs.org/api/#exact-active-class) on the vue-router documentation."
|
|
2025
2037
|
},
|
|
2038
|
+
"v-carousel-item/exact-path": {
|
|
2039
|
+
"type": "boolean",
|
|
2040
|
+
"description": "Exactly match the link, ignoring the `query` and the `hash` sections. You can find more information about the [**exact-path** prop](https://router.vuejs.org/api/#exact-path) on the vue-router documentation."
|
|
2041
|
+
},
|
|
2026
2042
|
"v-carousel-item/href": {
|
|
2027
2043
|
"type": "string|object",
|
|
2028
2044
|
"description": "Designates the component as anchor and applies the **href** attribute."
|
|
@@ -2287,6 +2303,10 @@
|
|
|
2287
2303
|
"type": "string",
|
|
2288
2304
|
"description": "Configure the active CSS class applied when the link is active with exact match. You can find more information about the [**exact-active-class** prop](https://router.vuejs.org/api/#exact-active-class) on the vue-router documentation."
|
|
2289
2305
|
},
|
|
2306
|
+
"v-chip/exact-path": {
|
|
2307
|
+
"type": "boolean",
|
|
2308
|
+
"description": "Exactly match the link, ignoring the `query` and the `hash` sections. You can find more information about the [**exact-path** prop](https://router.vuejs.org/api/#exact-path) on the vue-router documentation."
|
|
2309
|
+
},
|
|
2290
2310
|
"v-chip/filter": {
|
|
2291
2311
|
"type": "boolean",
|
|
2292
2312
|
"description": "Displays a selection icon when selected"
|
|
@@ -2837,7 +2857,7 @@
|
|
|
2837
2857
|
},
|
|
2838
2858
|
"v-data-iterator/footer-props": {
|
|
2839
2859
|
"type": "object",
|
|
2840
|
-
"description": "See the `v-data-footer` API for more information"
|
|
2860
|
+
"description": "See the [`v-data-footer`](/api/v-data-footer) API for more information"
|
|
2841
2861
|
},
|
|
2842
2862
|
"v-data-iterator/group-by": {
|
|
2843
2863
|
"type": "string|array",
|
|
@@ -2861,7 +2881,7 @@
|
|
|
2861
2881
|
},
|
|
2862
2882
|
"v-data-iterator/items-per-page": {
|
|
2863
2883
|
"type": "number",
|
|
2864
|
-
"description": "Changes how many items per page should be visible. Can be used with `.sync` modifier"
|
|
2884
|
+
"description": "Changes how many items per page should be visible. Can be used with `.sync` modifier. Setting this prop to `-1` will display all items on the page"
|
|
2865
2885
|
},
|
|
2866
2886
|
"v-data-iterator/light": {
|
|
2867
2887
|
"type": "boolean",
|
|
@@ -3053,7 +3073,7 @@
|
|
|
3053
3073
|
},
|
|
3054
3074
|
"v-data-table/footer-props": {
|
|
3055
3075
|
"type": "object",
|
|
3056
|
-
"description": "See the `v-data-footer` API for more information"
|
|
3076
|
+
"description": "See the [`v-data-footer`](/api/v-data-footer) API for more information"
|
|
3057
3077
|
},
|
|
3058
3078
|
"v-data-table/group-by": {
|
|
3059
3079
|
"type": "string|array",
|
|
@@ -3065,7 +3085,7 @@
|
|
|
3065
3085
|
},
|
|
3066
3086
|
"v-data-table/header-props": {
|
|
3067
3087
|
"type": "object",
|
|
3068
|
-
"description": "Pass props to the default header. See
|
|
3088
|
+
"description": "Pass props to the default header. See [`v-data-table-header` API](/api/v-data-table-header) for more information"
|
|
3069
3089
|
},
|
|
3070
3090
|
"v-data-table/headers": {
|
|
3071
3091
|
"type": "datatableheader[]",
|
|
@@ -3101,7 +3121,7 @@
|
|
|
3101
3121
|
},
|
|
3102
3122
|
"v-data-table/items-per-page": {
|
|
3103
3123
|
"type": "number",
|
|
3104
|
-
"description": "Changes how many items per page should be visible. Can be used with `.sync` modifier"
|
|
3124
|
+
"description": "Changes how many items per page should be visible. Can be used with `.sync` modifier. Setting this prop to `-1` will display all items on the page"
|
|
3105
3125
|
},
|
|
3106
3126
|
"v-data-table/light": {
|
|
3107
3127
|
"type": "boolean",
|
|
@@ -4752,7 +4772,7 @@
|
|
|
4752
4772
|
"description": "Will force the components content to render on mounted. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO."
|
|
4753
4773
|
},
|
|
4754
4774
|
"v-list-group/group": {
|
|
4755
|
-
"type": "string",
|
|
4775
|
+
"type": "string|regexp",
|
|
4756
4776
|
"description": "Assign a route namespace. Accepts a string or regexp for determining active state"
|
|
4757
4777
|
},
|
|
4758
4778
|
"v-list-group/no-action": {
|
|
@@ -4807,6 +4827,10 @@
|
|
|
4807
4827
|
"type": "string",
|
|
4808
4828
|
"description": "Configure the active CSS class applied when the link is active with exact match. You can find more information about the [**exact-active-class** prop](https://router.vuejs.org/api/#exact-active-class) on the vue-router documentation."
|
|
4809
4829
|
},
|
|
4830
|
+
"v-list-item/exact-path": {
|
|
4831
|
+
"type": "boolean",
|
|
4832
|
+
"description": "Exactly match the link, ignoring the `query` and the `hash` sections. You can find more information about the [**exact-path** prop](https://router.vuejs.org/api/#exact-path) on the vue-router documentation."
|
|
4833
|
+
},
|
|
4810
4834
|
"v-list-item/href": {
|
|
4811
4835
|
"type": "string|object",
|
|
4812
4836
|
"description": "Designates the component as anchor and applies the **href** attribute."
|
|
@@ -7463,6 +7487,10 @@
|
|
|
7463
7487
|
"type": "string",
|
|
7464
7488
|
"description": "Configure the active CSS class applied when the link is active with exact match. You can find more information about the [**exact-active-class** prop](https://router.vuejs.org/api/#exact-active-class) on the vue-router documentation."
|
|
7465
7489
|
},
|
|
7490
|
+
"v-tab/exact-path": {
|
|
7491
|
+
"type": "boolean",
|
|
7492
|
+
"description": "Exactly match the link, ignoring the `query` and the `hash` sections. You can find more information about the [**exact-path** prop](https://router.vuejs.org/api/#exact-path) on the vue-router documentation."
|
|
7493
|
+
},
|
|
7466
7494
|
"v-tab/href": {
|
|
7467
7495
|
"type": "string|object",
|
|
7468
7496
|
"description": "Designates the component as anchor and applies the **href** attribute."
|
|
@@ -8009,7 +8037,7 @@
|
|
|
8009
8037
|
},
|
|
8010
8038
|
"v-theme-provider/root": {
|
|
8011
8039
|
"type": "boolean",
|
|
8012
|
-
"description": ""
|
|
8040
|
+
"description": "Use the current value of `$vuetify.theme.dark` as opposed to the provided one."
|
|
8013
8041
|
},
|
|
8014
8042
|
"v-timeline/align-top": {
|
|
8015
8043
|
"type": "boolean",
|
package/dist/json/tags.json
CHANGED
|
@@ -317,6 +317,7 @@
|
|
|
317
317
|
"disabled",
|
|
318
318
|
"exact",
|
|
319
319
|
"exact-active-class",
|
|
320
|
+
"exact-path",
|
|
320
321
|
"href",
|
|
321
322
|
"link",
|
|
322
323
|
"nuxt",
|
|
@@ -346,6 +347,7 @@
|
|
|
346
347
|
"elevation",
|
|
347
348
|
"exact",
|
|
348
349
|
"exact-active-class",
|
|
350
|
+
"exact-path",
|
|
349
351
|
"fab",
|
|
350
352
|
"fixed",
|
|
351
353
|
"height",
|
|
@@ -547,6 +549,7 @@
|
|
|
547
549
|
"elevation",
|
|
548
550
|
"exact",
|
|
549
551
|
"exact-active-class",
|
|
552
|
+
"exact-path",
|
|
550
553
|
"flat",
|
|
551
554
|
"height",
|
|
552
555
|
"hover",
|
|
@@ -630,6 +633,7 @@
|
|
|
630
633
|
"eager",
|
|
631
634
|
"exact",
|
|
632
635
|
"exact-active-class",
|
|
636
|
+
"exact-path",
|
|
633
637
|
"href",
|
|
634
638
|
"link",
|
|
635
639
|
"nuxt",
|
|
@@ -711,6 +715,7 @@
|
|
|
711
715
|
"draggable",
|
|
712
716
|
"exact",
|
|
713
717
|
"exact-active-class",
|
|
718
|
+
"exact-path",
|
|
714
719
|
"filter",
|
|
715
720
|
"filter-icon",
|
|
716
721
|
"href",
|
|
@@ -1536,6 +1541,7 @@
|
|
|
1536
1541
|
"disabled",
|
|
1537
1542
|
"exact",
|
|
1538
1543
|
"exact-active-class",
|
|
1544
|
+
"exact-path",
|
|
1539
1545
|
"href",
|
|
1540
1546
|
"inactive",
|
|
1541
1547
|
"input-value",
|
|
@@ -2381,6 +2387,7 @@
|
|
|
2381
2387
|
"disabled",
|
|
2382
2388
|
"exact",
|
|
2383
2389
|
"exact-active-class",
|
|
2390
|
+
"exact-path",
|
|
2384
2391
|
"href",
|
|
2385
2392
|
"light",
|
|
2386
2393
|
"link",
|
package/dist/json/web-types.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "http://json.schemastore.org/web-types",
|
|
3
3
|
"framework": "vue",
|
|
4
4
|
"name": "vuetify",
|
|
5
|
-
"version": "2.5.
|
|
5
|
+
"version": "2.5.8",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -3617,6 +3617,17 @@
|
|
|
3617
3617
|
"type": "string"
|
|
3618
3618
|
}
|
|
3619
3619
|
},
|
|
3620
|
+
{
|
|
3621
|
+
"name": "exact-path",
|
|
3622
|
+
"description": "Exactly match the link, ignoring the `query` and the `hash` sections. You can find more information about the [**exact-path** prop](https://router.vuejs.org/api/#exact-path) on the vue-router documentation.",
|
|
3623
|
+
"doc-url": "https://www.vuetifyjs.com/api/v-breadcrumbs-item#props",
|
|
3624
|
+
"default": "false",
|
|
3625
|
+
"value": {
|
|
3626
|
+
"kind": "expression",
|
|
3627
|
+
"type": "boolean"
|
|
3628
|
+
},
|
|
3629
|
+
"type": "boolean"
|
|
3630
|
+
},
|
|
3620
3631
|
{
|
|
3621
3632
|
"name": "href",
|
|
3622
3633
|
"description": "Designates the component as anchor and applies the **href** attribute.",
|
|
@@ -3879,6 +3890,17 @@
|
|
|
3879
3890
|
"type": "string"
|
|
3880
3891
|
}
|
|
3881
3892
|
},
|
|
3893
|
+
{
|
|
3894
|
+
"name": "exact-path",
|
|
3895
|
+
"description": "Exactly match the link, ignoring the `query` and the `hash` sections. You can find more information about the [**exact-path** prop](https://router.vuejs.org/api/#exact-path) on the vue-router documentation.",
|
|
3896
|
+
"doc-url": "https://www.vuetifyjs.com/api/v-btn#props",
|
|
3897
|
+
"default": "false",
|
|
3898
|
+
"value": {
|
|
3899
|
+
"kind": "expression",
|
|
3900
|
+
"type": "boolean"
|
|
3901
|
+
},
|
|
3902
|
+
"type": "boolean"
|
|
3903
|
+
},
|
|
3882
3904
|
{
|
|
3883
3905
|
"name": "fab",
|
|
3884
3906
|
"description": "Designates the button as a floating-action-button. Button will become _round_.",
|
|
@@ -5080,7 +5102,7 @@
|
|
|
5080
5102
|
"name": "start",
|
|
5081
5103
|
"description": "The starting date on the calendar (inclusive) in the format of `YYYY-MM-DD`. This may be ignored depending on the `type` of the calendar.",
|
|
5082
5104
|
"doc-url": "https://www.vuetifyjs.com/api/v-calendar#props",
|
|
5083
|
-
"default": "2021-
|
|
5105
|
+
"default": "2021-07-30",
|
|
5084
5106
|
"value": {
|
|
5085
5107
|
"kind": "expression",
|
|
5086
5108
|
"type": [
|
|
@@ -6709,7 +6731,7 @@
|
|
|
6709
6731
|
"name": "start",
|
|
6710
6732
|
"description": "The starting date on the calendar (inclusive) in the format of `YYYY-MM-DD`. This may be ignored depending on the `type` of the calendar.",
|
|
6711
6733
|
"doc-url": "https://www.vuetifyjs.com/api/v-calendar-daily#props",
|
|
6712
|
-
"default": "2021-
|
|
6734
|
+
"default": "2021-07-30",
|
|
6713
6735
|
"value": {
|
|
6714
6736
|
"kind": "expression",
|
|
6715
6737
|
"type": [
|
|
@@ -6927,7 +6949,7 @@
|
|
|
6927
6949
|
"name": "start",
|
|
6928
6950
|
"description": "The starting date on the calendar (inclusive) in the format of `YYYY-MM-DD`. This may be ignored depending on the `type` of the calendar.",
|
|
6929
6951
|
"doc-url": "https://www.vuetifyjs.com/api/v-calendar-weekly#props",
|
|
6930
|
-
"default": "2021-
|
|
6952
|
+
"default": "2021-07-30",
|
|
6931
6953
|
"value": {
|
|
6932
6954
|
"kind": "expression",
|
|
6933
6955
|
"type": [
|
|
@@ -7145,7 +7167,7 @@
|
|
|
7145
7167
|
"name": "start",
|
|
7146
7168
|
"description": "The starting date on the calendar (inclusive) in the format of `YYYY-MM-DD`. This may be ignored depending on the `type` of the calendar.",
|
|
7147
7169
|
"doc-url": "https://www.vuetifyjs.com/api/v-calendar-monthly#props",
|
|
7148
|
-
"default": "2021-
|
|
7170
|
+
"default": "2021-07-30",
|
|
7149
7171
|
"value": {
|
|
7150
7172
|
"kind": "expression",
|
|
7151
7173
|
"type": [
|
|
@@ -7282,6 +7304,17 @@
|
|
|
7282
7304
|
"type": "string"
|
|
7283
7305
|
}
|
|
7284
7306
|
},
|
|
7307
|
+
{
|
|
7308
|
+
"name": "exact-path",
|
|
7309
|
+
"description": "Exactly match the link, ignoring the `query` and the `hash` sections. You can find more information about the [**exact-path** prop](https://router.vuejs.org/api/#exact-path) on the vue-router documentation.",
|
|
7310
|
+
"doc-url": "https://www.vuetifyjs.com/api/v-card#props",
|
|
7311
|
+
"default": "false",
|
|
7312
|
+
"value": {
|
|
7313
|
+
"kind": "expression",
|
|
7314
|
+
"type": "boolean"
|
|
7315
|
+
},
|
|
7316
|
+
"type": "boolean"
|
|
7317
|
+
},
|
|
7285
7318
|
{
|
|
7286
7319
|
"name": "flat",
|
|
7287
7320
|
"description": "Removes the card's elevation.",
|
|
@@ -8124,6 +8157,17 @@
|
|
|
8124
8157
|
"type": "string"
|
|
8125
8158
|
}
|
|
8126
8159
|
},
|
|
8160
|
+
{
|
|
8161
|
+
"name": "exact-path",
|
|
8162
|
+
"description": "Exactly match the link, ignoring the `query` and the `hash` sections. You can find more information about the [**exact-path** prop](https://router.vuejs.org/api/#exact-path) on the vue-router documentation.",
|
|
8163
|
+
"doc-url": "https://www.vuetifyjs.com/api/v-carousel-item#props",
|
|
8164
|
+
"default": "false",
|
|
8165
|
+
"value": {
|
|
8166
|
+
"kind": "expression",
|
|
8167
|
+
"type": "boolean"
|
|
8168
|
+
},
|
|
8169
|
+
"type": "boolean"
|
|
8170
|
+
},
|
|
8127
8171
|
{
|
|
8128
8172
|
"name": "href",
|
|
8129
8173
|
"description": "Designates the component as anchor and applies the **href** attribute.",
|
|
@@ -9036,6 +9080,17 @@
|
|
|
9036
9080
|
"type": "string"
|
|
9037
9081
|
}
|
|
9038
9082
|
},
|
|
9083
|
+
{
|
|
9084
|
+
"name": "exact-path",
|
|
9085
|
+
"description": "Exactly match the link, ignoring the `query` and the `hash` sections. You can find more information about the [**exact-path** prop](https://router.vuejs.org/api/#exact-path) on the vue-router documentation.",
|
|
9086
|
+
"doc-url": "https://www.vuetifyjs.com/api/v-chip#props",
|
|
9087
|
+
"default": "false",
|
|
9088
|
+
"value": {
|
|
9089
|
+
"kind": "expression",
|
|
9090
|
+
"type": "boolean"
|
|
9091
|
+
},
|
|
9092
|
+
"type": "boolean"
|
|
9093
|
+
},
|
|
9039
9094
|
{
|
|
9040
9095
|
"name": "filter",
|
|
9041
9096
|
"description": "Displays a selection icon when selected",
|
|
@@ -11047,7 +11102,7 @@
|
|
|
11047
11102
|
},
|
|
11048
11103
|
{
|
|
11049
11104
|
"name": "footer-props",
|
|
11050
|
-
"description": "See the `v-data-footer` API for more information",
|
|
11105
|
+
"description": "See the [`v-data-footer`](/api/v-data-footer) API for more information",
|
|
11051
11106
|
"doc-url": "https://www.vuetifyjs.com/api/v-data-iterator#props",
|
|
11052
11107
|
"default": "undefined",
|
|
11053
11108
|
"value": {
|
|
@@ -11114,7 +11169,7 @@
|
|
|
11114
11169
|
},
|
|
11115
11170
|
{
|
|
11116
11171
|
"name": "items-per-page",
|
|
11117
|
-
"description": "Changes how many items per page should be visible. Can be used with `.sync` modifier",
|
|
11172
|
+
"description": "Changes how many items per page should be visible. Can be used with `.sync` modifier. Setting this prop to `-1` will display all items on the page",
|
|
11118
11173
|
"doc-url": "https://www.vuetifyjs.com/api/v-data-iterator#props",
|
|
11119
11174
|
"default": "10",
|
|
11120
11175
|
"value": {
|
|
@@ -11629,7 +11684,7 @@
|
|
|
11629
11684
|
},
|
|
11630
11685
|
{
|
|
11631
11686
|
"name": "footer.page-text",
|
|
11632
|
-
"description": "This slot is forwarded to the default footer. See the `v-data-footer` API for more information",
|
|
11687
|
+
"description": "This slot is forwarded to the default footer. See the [`v-data-footer`](/api/v-data-footer) API for more information",
|
|
11633
11688
|
"doc-url": "https://www.vuetifyjs.com/api/v-data-iterator#slots",
|
|
11634
11689
|
"vue-properties": [
|
|
11635
11690
|
{
|
|
@@ -12101,7 +12156,7 @@
|
|
|
12101
12156
|
},
|
|
12102
12157
|
{
|
|
12103
12158
|
"name": "footer-props",
|
|
12104
|
-
"description": "See the `v-data-footer` API for more information",
|
|
12159
|
+
"description": "See the [`v-data-footer`](/api/v-data-footer) API for more information",
|
|
12105
12160
|
"doc-url": "https://www.vuetifyjs.com/api/v-data-table#props",
|
|
12106
12161
|
"default": "undefined",
|
|
12107
12162
|
"value": {
|
|
@@ -12137,7 +12192,7 @@
|
|
|
12137
12192
|
},
|
|
12138
12193
|
{
|
|
12139
12194
|
"name": "header-props",
|
|
12140
|
-
"description": "Pass props to the default header. See
|
|
12195
|
+
"description": "Pass props to the default header. See [`v-data-table-header` API](/api/v-data-table-header) for more information",
|
|
12141
12196
|
"doc-url": "https://www.vuetifyjs.com/api/v-data-table#props",
|
|
12142
12197
|
"default": "undefined",
|
|
12143
12198
|
"value": {
|
|
@@ -12235,7 +12290,7 @@
|
|
|
12235
12290
|
},
|
|
12236
12291
|
{
|
|
12237
12292
|
"name": "items-per-page",
|
|
12238
|
-
"description": "Changes how many items per page should be visible. Can be used with `.sync` modifier",
|
|
12293
|
+
"description": "Changes how many items per page should be visible. Can be used with `.sync` modifier. Setting this prop to `-1` will display all items on the page",
|
|
12239
12294
|
"doc-url": "https://www.vuetifyjs.com/api/v-data-table#props",
|
|
12240
12295
|
"default": "10",
|
|
12241
12296
|
"value": {
|
|
@@ -19029,7 +19084,10 @@
|
|
|
19029
19084
|
"default": "undefined",
|
|
19030
19085
|
"value": {
|
|
19031
19086
|
"kind": "expression",
|
|
19032
|
-
"type":
|
|
19087
|
+
"type": [
|
|
19088
|
+
"string",
|
|
19089
|
+
"regexp"
|
|
19090
|
+
]
|
|
19033
19091
|
}
|
|
19034
19092
|
},
|
|
19035
19093
|
{
|
|
@@ -19222,6 +19280,17 @@
|
|
|
19222
19280
|
"type": "string"
|
|
19223
19281
|
}
|
|
19224
19282
|
},
|
|
19283
|
+
{
|
|
19284
|
+
"name": "exact-path",
|
|
19285
|
+
"description": "Exactly match the link, ignoring the `query` and the `hash` sections. You can find more information about the [**exact-path** prop](https://router.vuejs.org/api/#exact-path) on the vue-router documentation.",
|
|
19286
|
+
"doc-url": "https://www.vuetifyjs.com/api/v-list-item#props",
|
|
19287
|
+
"default": "false",
|
|
19288
|
+
"value": {
|
|
19289
|
+
"kind": "expression",
|
|
19290
|
+
"type": "boolean"
|
|
19291
|
+
},
|
|
19292
|
+
"type": "boolean"
|
|
19293
|
+
},
|
|
19225
19294
|
{
|
|
19226
19295
|
"name": "href",
|
|
19227
19296
|
"description": "Designates the component as anchor and applies the **href** attribute.",
|
|
@@ -28950,12 +29019,12 @@
|
|
|
28950
29019
|
"events": [
|
|
28951
29020
|
{
|
|
28952
29021
|
"name": "change",
|
|
28953
|
-
"description": "Emitted when tab is changed by user interaction",
|
|
29022
|
+
"description": "Emitted when tab is changed by user interaction. Returns a string if **href** attribute is set and number if it is not.",
|
|
28954
29023
|
"doc-url": "https://www.vuetifyjs.com/api/v-tabs#events",
|
|
28955
29024
|
"arguments": [
|
|
28956
29025
|
{
|
|
28957
29026
|
"name": "argument",
|
|
28958
|
-
"type": "number"
|
|
29027
|
+
"type": "number | string"
|
|
28959
29028
|
}
|
|
28960
29029
|
]
|
|
28961
29030
|
}
|
|
@@ -29044,6 +29113,17 @@
|
|
|
29044
29113
|
"type": "string"
|
|
29045
29114
|
}
|
|
29046
29115
|
},
|
|
29116
|
+
{
|
|
29117
|
+
"name": "exact-path",
|
|
29118
|
+
"description": "Exactly match the link, ignoring the `query` and the `hash` sections. You can find more information about the [**exact-path** prop](https://router.vuejs.org/api/#exact-path) on the vue-router documentation.",
|
|
29119
|
+
"doc-url": "https://www.vuetifyjs.com/api/v-tab#props",
|
|
29120
|
+
"default": "false",
|
|
29121
|
+
"value": {
|
|
29122
|
+
"kind": "expression",
|
|
29123
|
+
"type": "boolean"
|
|
29124
|
+
},
|
|
29125
|
+
"type": "boolean"
|
|
29126
|
+
},
|
|
29047
29127
|
{
|
|
29048
29128
|
"name": "href",
|
|
29049
29129
|
"description": "Designates the component as anchor and applies the **href** attribute.",
|
|
@@ -31151,7 +31231,7 @@
|
|
|
31151
31231
|
},
|
|
31152
31232
|
{
|
|
31153
31233
|
"name": "root",
|
|
31154
|
-
"description": "",
|
|
31234
|
+
"description": "Use the current value of `$vuetify.theme.dark` as opposed to the provided one.",
|
|
31155
31235
|
"doc-url": "https://www.vuetifyjs.com/api/v-theme-provider#props",
|
|
31156
31236
|
"default": "false",
|
|
31157
31237
|
"value": {
|