@vuetify/nightly 3.2.0-dev-20230322.0 → 3.2.0-dev-20230407.0
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/CHANGELOG.md +3 -2
- package/dist/_component-variables-labs.sass +2 -1
- package/dist/json/attributes.json +4333 -4117
- package/dist/json/importMap-labs.json +4 -4
- package/dist/json/importMap.json +148 -144
- package/dist/json/tags.json +603 -544
- package/dist/json/web-types.json +14307 -13728
- package/dist/vuetify-labs.css +337 -119
- package/dist/vuetify-labs.d.ts +1980 -1092
- package/dist/vuetify-labs.esm.js +846 -648
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +845 -649
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +117 -110
- package/dist/vuetify.d.ts +1534 -753
- package/dist/vuetify.esm.js +696 -475
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +695 -476
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +466 -443
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.mjs.map +1 -1
- package/lib/components/VApp/VApp.mjs.map +1 -1
- package/lib/components/VApp/index.d.ts +2 -2
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/VAppBarNavIcon.mjs.map +1 -1
- package/lib/components/VAppBar/VAppBarTitle.mjs.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs +2 -3
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.ts +39 -39
- package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
- package/lib/components/VBadge/VBadge.css +1 -0
- package/lib/components/VBadge/VBadge.mjs +1 -1
- package/lib/components/VBadge/VBadge.mjs.map +1 -1
- package/lib/components/VBadge/VBadge.sass +1 -0
- package/lib/components/VBadge/index.d.ts +13 -13
- package/lib/components/VBanner/VBanner.mjs.map +1 -1
- package/lib/components/VBanner/VBannerActions.mjs.map +1 -1
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs.map +1 -1
- package/lib/components/VBottomSheet/VBottomSheet.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/index.d.ts +4 -4
- package/lib/components/VBtnGroup/VBtnGroup.mjs.map +1 -1
- package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
- package/lib/components/VCalendar/VCalendar.mjs.map +1 -1
- package/lib/components/VCalendar/VCalendarCategory.mjs.map +1 -1
- package/lib/components/VCalendar/VCalendarDaily.mjs.map +1 -1
- package/lib/components/VCalendar/VCalendarMonthly.mjs.map +1 -1
- package/lib/components/VCalendar/VCalendarWeekly.mjs.map +1 -1
- package/lib/components/VCalendar/mixins/calendar-base.mjs.map +1 -1
- package/lib/components/VCalendar/mixins/calendar-with-events.mjs.map +1 -1
- package/lib/components/VCalendar/mixins/calendar-with-intervals.mjs.map +1 -1
- package/lib/components/VCalendar/mixins/mouse.mjs.map +1 -1
- package/lib/components/VCalendar/mixins/times.mjs.map +1 -1
- package/lib/components/VCalendar/modes/column.mjs.map +1 -1
- package/lib/components/VCalendar/modes/common.mjs.map +1 -1
- package/lib/components/VCalendar/modes/stack.mjs.map +1 -1
- package/lib/components/VCalendar/util/events.mjs.map +1 -1
- package/lib/components/VCalendar/util/parser.mjs.map +1 -1
- package/lib/components/VCalendar/util/props.mjs.map +1 -1
- package/lib/components/VCalendar/util/timestamp.mjs.map +1 -1
- package/lib/components/VCard/VCard.mjs.map +1 -1
- package/lib/components/VCard/VCardActions.mjs.map +1 -1
- package/lib/components/VCard/VCardItem.mjs.map +1 -1
- package/lib/components/VCard/index.d.ts +1 -13
- package/lib/components/VCarousel/VCarousel.mjs +10 -10
- package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
- package/lib/components/VCarousel/VCarouselItem.mjs.map +1 -1
- package/lib/components/VCarousel/index.d.ts +197 -19
- package/lib/components/VCheckbox/VCheckbox.mjs +2 -2
- package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
- package/lib/components/VCheckbox/index.d.ts +41 -50
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPicker.mjs +58 -61
- package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerCanvas.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerEdit.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerPreview.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerSwatches.mjs.map +1 -1
- package/lib/components/VColorPicker/index.d.ts +113 -50
- package/lib/components/VColorPicker/util/index.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.mjs +11 -4
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.ts +39 -39
- package/lib/components/VCounter/VCounter.mjs.map +1 -1
- package/lib/components/VCounter/index.d.ts +123 -24
- package/lib/components/VData/VData.mjs.map +1 -1
- package/lib/components/VDataIterator/VDataFooter.mjs.map +1 -1
- package/lib/components/VDataIterator/VDataIterator.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerDateTable.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerHeader.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonthTable.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerTitle.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerYears.mjs.map +1 -1
- package/lib/components/VDatePicker/mixins/date-picker-table.mjs.map +1 -1
- package/lib/components/VDatePicker/util/createNativeLocaleFormatter.mjs.map +1 -1
- package/lib/components/VDatePicker/util/eventHelpers.mjs.map +1 -1
- package/lib/components/VDatePicker/util/isDateAllowed.mjs.map +1 -1
- package/lib/components/VDatePicker/util/pad.mjs.map +1 -1
- package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs.map +1 -1
- package/lib/components/VDialog/VDialog.css +11 -18
- package/lib/components/VDialog/VDialog.mjs +2 -2
- package/lib/components/VDialog/VDialog.mjs.map +1 -1
- package/lib/components/VDialog/VDialog.sass +8 -15
- package/lib/components/VDialog/index.d.ts +43 -43
- package/lib/components/VDivider/VDivider.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelText.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs.map +1 -1
- package/lib/components/VField/VField.mjs +5 -1
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VFieldLabel.mjs.map +1 -1
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/index.d.ts +9 -9
- package/lib/components/VFooter/VFooter.mjs.map +1 -1
- 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.map +1 -1
- package/lib/components/VGrid/VRow.mjs +2 -2
- package/lib/components/VGrid/VRow.mjs.map +1 -1
- package/lib/components/VHover/VHover.mjs.map +1 -1
- package/lib/components/VIcon/VIcon.mjs.map +1 -1
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VImg/index.d.ts +9 -9
- package/lib/components/VInput/InputIcon.mjs.map +1 -1
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VItemGroup/VItem.mjs.map +1 -1
- package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
- package/lib/components/VLabel/VLabel.mjs.map +1 -1
- package/lib/components/VLayout/VLayout.mjs.map +1 -1
- package/lib/components/VLayout/VLayoutItem.mjs.map +1 -1
- package/lib/components/VLayout/index.d.ts +2 -2
- package/lib/components/VLazy/VLazy.mjs.map +1 -1
- package/lib/components/VLazy/index.d.ts +13 -13
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VListChildren.mjs.map +1 -1
- package/lib/components/VList/VListGroup.mjs +24 -13
- package/lib/components/VList/VListGroup.mjs.map +1 -1
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItemAction.mjs.map +1 -1
- package/lib/components/VList/VListItemMedia.mjs.map +1 -1
- package/lib/components/VList/VListSubheader.mjs.map +1 -1
- package/lib/components/VList/list.mjs.map +1 -1
- package/lib/components/VLocaleProvider/VLocaleProvider.mjs.map +1 -1
- package/lib/components/VMain/VMain.mjs.map +1 -1
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.ts +43 -43
- package/lib/components/VMessages/VMessages.mjs.map +1 -1
- package/lib/components/VMessages/index.d.ts +123 -24
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +8 -2
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/touch.mjs.map +1 -1
- package/lib/components/VNoSsr/VNoSsr.mjs.map +1 -1
- package/lib/components/VNoSsr/index.d.ts +1 -13
- package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
- package/lib/components/VOverflowBtn/VOverflowBtn.mjs.map +1 -1
- package/lib/components/VOverlay/VOverlay.css +1 -1
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/VOverlay.sass +1 -1
- package/lib/components/VOverlay/index.d.ts +15 -15
- package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
- package/lib/components/VOverlay/requestNewFrame.mjs.map +1 -1
- package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -1
- package/lib/components/VOverlay/useActivator.mjs.map +1 -1
- package/lib/components/VOverlay/util/point.mjs.map +1 -1
- package/lib/components/VPagination/VPagination.mjs +2 -2
- package/lib/components/VPagination/VPagination.mjs.map +1 -1
- package/lib/components/VParallax/VParallax.mjs.map +1 -1
- package/lib/components/VPicker/VPicker.mjs.map +1 -1
- package/lib/components/VProgressCircular/VProgressCircular.mjs.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.css +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
- package/lib/components/VRadio/VRadio.mjs.map +1 -1
- package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
- package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
- package/lib/components/VRating/VRating.mjs.map +1 -1
- package/lib/components/VRating/index.d.ts +2 -2
- package/lib/components/VResponsive/VResponsive.mjs.map +1 -1
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.ts +39 -39
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -1
- package/lib/components/VSheet/VSheet.mjs.map +1 -1
- package/lib/components/VSlideGroup/VSlideGroup.mjs +29 -28
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlideGroup/VSlideGroupItem.mjs.map +1 -1
- package/lib/components/VSlideGroup/helpers.mjs.map +1 -1
- package/lib/components/VSlideGroup/index.d.ts +17 -17
- package/lib/components/VSlider/VSlider.mjs +1 -1
- package/lib/components/VSlider/VSlider.mjs.map +1 -1
- package/lib/components/VSlider/VSliderThumb.mjs.map +1 -1
- package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
- package/lib/components/VSlider/slider.mjs +1 -1
- package/lib/components/VSlider/slider.mjs.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/index.d.ts +43 -43
- package/lib/components/VSparkline/VSparkline.mjs.map +1 -1
- package/lib/components/VSparkline/helpers/core.mjs.map +1 -1
- package/lib/components/VSparkline/helpers/math.mjs.map +1 -1
- package/lib/components/VSparkline/helpers/path.mjs.map +1 -1
- package/lib/components/VSpeedDial/VSpeedDial.mjs.map +1 -1
- package/lib/components/VStepper/VStepper.mjs.map +1 -1
- package/lib/components/VStepper/VStepperContent.mjs.map +1 -1
- package/lib/components/VStepper/VStepperStep.mjs.map +1 -1
- package/lib/components/VSwitch/VSwitch.css +4 -0
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VSwitch/VSwitch.sass +4 -0
- package/lib/components/VSystemBar/VSystemBar.mjs.map +1 -1
- package/lib/components/VTable/VTable.css +1 -1
- package/lib/components/VTable/VTable.mjs.map +1 -1
- package/lib/components/VTable/VTable.sass +1 -1
- package/lib/components/VTabs/VTab.mjs.map +1 -1
- package/lib/components/VTabs/VTabs.mjs +25 -30
- package/lib/components/VTabs/VTabs.mjs.map +1 -1
- package/lib/components/VTabs/index.d.ts +165 -28
- package/lib/components/VTextField/VTextField.mjs +7 -5
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextarea/VTextarea.mjs +1 -1
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VThemeProvider/VThemeProvider.mjs.map +1 -1
- package/lib/components/VTimePicker/SelectingTimes.mjs +3 -3
- package/lib/components/VTimePicker/SelectingTimes.mjs.map +1 -1
- package/lib/components/VTimePicker/VTimePicker.mjs.map +1 -1
- package/lib/components/VTimePicker/VTimePickerClock.mjs.map +1 -1
- package/lib/components/VTimePicker/VTimePickerTitle.mjs.map +1 -1
- package/lib/components/VTimeline/VTimeline.mjs.map +1 -1
- package/lib/components/VTimeline/VTimelineDivider.mjs.map +1 -1
- package/lib/components/VTimeline/VTimelineItem.mjs.map +1 -1
- package/lib/components/VTimeline/index.d.ts +8 -8
- package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
- package/lib/components/VToolbar/VToolbarItems.mjs.map +1 -1
- package/lib/components/VToolbar/VToolbarTitle.mjs.map +1 -1
- package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
- package/lib/components/VTooltip/index.d.ts +43 -43
- package/lib/components/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/components/VTreeview/VTreeviewNode.mjs.map +1 -1
- package/lib/components/VTreeview/util/filterTreeItems.mjs.map +1 -1
- package/lib/components/VValidation/VValidation.mjs.map +1 -1
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -0
- package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs.map +1 -0
- package/lib/components/VVirtualScroll/index.mjs.map +1 -0
- package/lib/components/VWindow/VWindow.mjs +38 -37
- package/lib/components/VWindow/VWindow.mjs.map +1 -1
- package/lib/components/VWindow/VWindowItem.mjs +2 -1
- package/lib/components/VWindow/VWindowItem.mjs.map +1 -1
- package/lib/components/index.d.ts +1418 -640
- package/lib/components/index.mjs +2 -1
- package/lib/components/index.mjs.map +1 -1
- package/lib/components/transitions/createTransition.mjs +59 -50
- package/lib/components/transitions/createTransition.mjs.map +1 -1
- package/lib/components/transitions/dialog-transition.mjs.map +1 -1
- package/lib/components/transitions/expand-transition.mjs.map +1 -1
- package/lib/components/transitions/index.d.ts +150 -15
- package/lib/composables/border.mjs.map +1 -1
- package/lib/composables/color.mjs.map +1 -1
- package/lib/composables/defaults.mjs +1 -1
- package/lib/composables/defaults.mjs.map +1 -1
- package/lib/composables/delay.mjs.map +1 -1
- package/lib/composables/density.mjs.map +1 -1
- package/lib/composables/dimensions.mjs.map +1 -1
- package/lib/composables/display.mjs.map +1 -1
- package/lib/composables/elevation.mjs.map +1 -1
- package/lib/composables/filter.mjs.map +1 -1
- package/lib/composables/focus.mjs.map +1 -1
- package/lib/composables/form.mjs.map +1 -1
- package/lib/composables/forwardRefs.mjs +29 -15
- package/lib/composables/forwardRefs.mjs.map +1 -1
- package/lib/composables/group.mjs.map +1 -1
- package/lib/composables/hydration.mjs.map +1 -1
- package/lib/composables/icons.mjs.map +1 -1
- package/lib/composables/intersectionObserver.mjs.map +1 -1
- package/lib/composables/items.mjs.map +1 -1
- package/lib/composables/layout.mjs.map +1 -1
- package/lib/composables/lazy.mjs.map +1 -1
- package/lib/composables/loader.mjs.map +1 -1
- package/lib/composables/locale.mjs.map +1 -1
- package/lib/composables/location.mjs.map +1 -1
- package/lib/composables/mutationObserver.mjs.map +1 -1
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/nested/openStrategies.mjs.map +1 -1
- package/lib/composables/nested/selectStrategies.mjs.map +1 -1
- package/lib/composables/position.mjs.map +1 -1
- package/lib/composables/proxiedModel.mjs.map +1 -1
- package/lib/composables/refs.mjs.map +1 -1
- package/lib/composables/resizeObserver.mjs.map +1 -1
- package/lib/composables/rounded.mjs.map +1 -1
- package/lib/composables/router.mjs.map +1 -1
- package/lib/composables/scopeId.mjs.map +1 -1
- package/lib/composables/scroll.mjs.map +1 -1
- package/lib/composables/selectLink.mjs.map +1 -1
- package/lib/composables/size.mjs.map +1 -1
- package/lib/composables/ssrBoot.mjs.map +1 -1
- package/lib/composables/stack.mjs.map +1 -1
- package/lib/composables/teleport.mjs.map +1 -1
- package/lib/composables/theme.mjs.map +1 -1
- package/lib/composables/toggleScope.mjs.map +1 -1
- package/lib/composables/touch.mjs.map +1 -1
- package/lib/composables/transition.mjs.map +1 -1
- package/lib/composables/validation.mjs +1 -1
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/composables/variant.mjs.map +1 -1
- package/lib/directives/click-outside/index.mjs.map +1 -1
- package/lib/directives/color/index.mjs.map +1 -1
- package/lib/directives/intersect/index.mjs.map +1 -1
- package/lib/directives/mutate/index.mjs.map +1 -1
- package/lib/directives/resize/index.mjs.map +1 -1
- package/lib/directives/ripple/index.mjs.map +1 -1
- package/lib/directives/scroll/index.mjs.map +1 -1
- package/lib/directives/touch/index.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.ts +37 -36
- package/lib/labs/VDataTable/VDataTable.mjs +3 -1
- package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableColumn.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableFooter.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableGroupHeaderRow.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableHeaders.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableRow.mjs +5 -4
- package/lib/labs/VDataTable/VDataTableRow.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableServer.mjs +3 -1
- package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/expand.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/group.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/headers.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/items.mjs +14 -1
- package/lib/labs/VDataTable/composables/items.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/options.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/paginate.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/select.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/sort.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/virtual.mjs.map +1 -1
- package/lib/labs/VDataTable/index.d.ts +317 -274
- package/lib/labs/VSkeletonLoader/VSkeletonLoader.css +221 -0
- package/lib/labs/VSkeletonLoader/VSkeletonLoader.mjs +141 -0
- package/lib/labs/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -0
- package/lib/labs/VSkeletonLoader/VSkeletonLoader.sass +225 -0
- package/lib/labs/VSkeletonLoader/_variables.scss +44 -0
- package/lib/labs/VSkeletonLoader/index.d.ts +222 -0
- package/lib/labs/VSkeletonLoader/index.mjs +2 -0
- package/lib/labs/VSkeletonLoader/index.mjs.map +1 -0
- package/lib/labs/components.d.ts +470 -362
- package/lib/labs/components.mjs +1 -1
- package/lib/labs/components.mjs.map +1 -1
- package/lib/labs/entry-bundler.mjs.map +1 -1
- package/lib/locale/adapters/vue-i18n.mjs.map +1 -1
- package/lib/locale/adapters/vuetify.mjs.map +1 -1
- package/lib/locale/af.mjs +2 -1
- package/lib/locale/af.mjs.map +1 -1
- package/lib/locale/ar.mjs +2 -1
- package/lib/locale/ar.mjs.map +1 -1
- package/lib/locale/az.mjs +2 -1
- package/lib/locale/az.mjs.map +1 -1
- package/lib/locale/bg.mjs +2 -1
- package/lib/locale/bg.mjs.map +1 -1
- package/lib/locale/ca.mjs +2 -1
- package/lib/locale/ca.mjs.map +1 -1
- package/lib/locale/ckb.mjs +2 -1
- package/lib/locale/ckb.mjs.map +1 -1
- package/lib/locale/cs.mjs +2 -1
- package/lib/locale/cs.mjs.map +1 -1
- package/lib/locale/da.mjs +2 -1
- package/lib/locale/da.mjs.map +1 -1
- package/lib/locale/de.mjs +2 -1
- package/lib/locale/de.mjs.map +1 -1
- package/lib/locale/el.mjs +2 -1
- package/lib/locale/el.mjs.map +1 -1
- package/lib/locale/en.mjs +2 -1
- package/lib/locale/en.mjs.map +1 -1
- package/lib/locale/es.mjs +2 -1
- package/lib/locale/es.mjs.map +1 -1
- package/lib/locale/et.mjs +2 -1
- package/lib/locale/et.mjs.map +1 -1
- package/lib/locale/fa.mjs +2 -1
- package/lib/locale/fa.mjs.map +1 -1
- package/lib/locale/fi.mjs +2 -1
- package/lib/locale/fi.mjs.map +1 -1
- package/lib/locale/fr.mjs +2 -1
- package/lib/locale/fr.mjs.map +1 -1
- package/lib/locale/he.mjs +2 -1
- package/lib/locale/he.mjs.map +1 -1
- package/lib/locale/hr.mjs +2 -1
- package/lib/locale/hr.mjs.map +1 -1
- package/lib/locale/hu.mjs +2 -1
- package/lib/locale/hu.mjs.map +1 -1
- package/lib/locale/id.mjs +2 -1
- package/lib/locale/id.mjs.map +1 -1
- package/lib/locale/index.d.ts +42 -0
- package/lib/locale/it.mjs +2 -1
- package/lib/locale/it.mjs.map +1 -1
- package/lib/locale/ja.mjs +2 -1
- package/lib/locale/ja.mjs.map +1 -1
- package/lib/locale/ko.mjs +2 -1
- package/lib/locale/ko.mjs.map +1 -1
- package/lib/locale/lt.mjs +2 -1
- package/lib/locale/lt.mjs.map +1 -1
- package/lib/locale/lv.mjs +2 -1
- package/lib/locale/lv.mjs.map +1 -1
- package/lib/locale/nl.mjs +2 -1
- package/lib/locale/nl.mjs.map +1 -1
- package/lib/locale/no.mjs +2 -1
- package/lib/locale/no.mjs.map +1 -1
- package/lib/locale/pl.mjs +2 -1
- package/lib/locale/pl.mjs.map +1 -1
- package/lib/locale/pt.mjs +2 -1
- package/lib/locale/pt.mjs.map +1 -1
- package/lib/locale/ro.mjs +2 -1
- package/lib/locale/ro.mjs.map +1 -1
- package/lib/locale/ru.mjs +2 -1
- package/lib/locale/ru.mjs.map +1 -1
- package/lib/locale/sk.mjs +2 -1
- package/lib/locale/sk.mjs.map +1 -1
- package/lib/locale/sl.mjs +2 -1
- package/lib/locale/sl.mjs.map +1 -1
- package/lib/locale/sr-Cyrl.mjs +2 -1
- package/lib/locale/sr-Cyrl.mjs.map +1 -1
- package/lib/locale/sr-Latn.mjs +2 -1
- package/lib/locale/sr-Latn.mjs.map +1 -1
- package/lib/locale/sv.mjs +2 -1
- package/lib/locale/sv.mjs.map +1 -1
- package/lib/locale/th.mjs +2 -1
- package/lib/locale/th.mjs.map +1 -1
- package/lib/locale/tr.mjs +2 -1
- package/lib/locale/tr.mjs.map +1 -1
- package/lib/locale/uk.mjs +2 -1
- package/lib/locale/uk.mjs.map +1 -1
- package/lib/locale/vi.mjs +2 -1
- package/lib/locale/vi.mjs.map +1 -1
- package/lib/locale/zh-Hans.mjs +2 -1
- package/lib/locale/zh-Hans.mjs.map +1 -1
- package/lib/locale/zh-Hant.mjs +2 -1
- package/lib/locale/zh-Hant.mjs.map +1 -1
- package/lib/services/goto/index.mjs.map +1 -1
- package/lib/services/goto/util.mjs.map +1 -1
- package/lib/util/anchor.mjs.map +1 -1
- package/lib/util/animation.mjs.map +1 -1
- package/lib/util/box.mjs.map +1 -1
- package/lib/util/color/APCA.mjs.map +1 -1
- package/lib/util/color/transformCIELAB.mjs.map +1 -1
- package/lib/util/color/transformSRGB.mjs.map +1 -1
- package/lib/util/colorUtils.mjs.map +1 -1
- package/lib/util/console.mjs.map +1 -1
- package/lib/util/createSimpleFunctional.mjs.map +1 -1
- package/lib/util/dateTimeUtils.mjs.map +1 -1
- package/lib/util/defineComponent.mjs.map +1 -1
- package/lib/util/dom.mjs.map +1 -1
- package/lib/util/getCurrentInstance.mjs.map +1 -1
- package/lib/util/getScrollParent.mjs.map +1 -1
- package/lib/util/globals.mjs +1 -1
- package/lib/util/globals.mjs.map +1 -1
- package/lib/util/helpers.mjs.map +1 -1
- package/lib/util/injectSelf.mjs.map +1 -1
- package/lib/util/isFixedPosition.mjs.map +1 -1
- package/lib/util/propsFactory.mjs.map +1 -1
- package/lib/util/useRender.mjs.map +1 -1
- package/package.json +24 -24
- package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs +0 -179
- package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs.map +0 -1
- package/lib/components/VSkeletonLoader/VSkeletonLoader.sass +0 -377
- package/lib/components/VSkeletonLoader/_variables.scss +0 -54
- package/lib/components/VSkeletonLoader/index.mjs +0 -4
- package/lib/components/VSkeletonLoader/index.mjs.map +0 -1
- package/lib/labs/VVirtualScroll/VVirtualScroll.mjs.map +0 -1
- package/lib/labs/VVirtualScroll/VVirtualScrollItem.mjs.map +0 -1
- package/lib/labs/VVirtualScroll/index.mjs.map +0 -1
- /package/lib/{labs → components}/VVirtualScroll/VVirtualScroll.css +0 -0
- /package/lib/{labs → components}/VVirtualScroll/VVirtualScroll.mjs +0 -0
- /package/lib/{labs → components}/VVirtualScroll/VVirtualScroll.sass +0 -0
- /package/lib/{labs → components}/VVirtualScroll/VVirtualScrollItem.mjs +0 -0
- /package/lib/{labs → components}/VVirtualScroll/index.d.ts +0 -0
- /package/lib/{labs → components}/VVirtualScroll/index.mjs +0 -0
package/dist/json/tags.json
CHANGED
|
@@ -1,4 +1,41 @@
|
|
|
1
1
|
{
|
|
2
|
+
"v-alert": {
|
|
3
|
+
"attributes": [
|
|
4
|
+
"border",
|
|
5
|
+
"border-color",
|
|
6
|
+
"closable",
|
|
7
|
+
"close-icon",
|
|
8
|
+
"close-label",
|
|
9
|
+
"color",
|
|
10
|
+
"density",
|
|
11
|
+
"elevation",
|
|
12
|
+
"height",
|
|
13
|
+
"icon",
|
|
14
|
+
"location",
|
|
15
|
+
"max-height",
|
|
16
|
+
"max-width",
|
|
17
|
+
"min-height",
|
|
18
|
+
"min-width",
|
|
19
|
+
"model-value",
|
|
20
|
+
"position",
|
|
21
|
+
"prominent",
|
|
22
|
+
"rounded",
|
|
23
|
+
"tag",
|
|
24
|
+
"text",
|
|
25
|
+
"theme",
|
|
26
|
+
"title",
|
|
27
|
+
"type",
|
|
28
|
+
"variant",
|
|
29
|
+
"width"
|
|
30
|
+
],
|
|
31
|
+
"description": ""
|
|
32
|
+
},
|
|
33
|
+
"v-alert-title": {
|
|
34
|
+
"attributes": [
|
|
35
|
+
"tag"
|
|
36
|
+
],
|
|
37
|
+
"description": ""
|
|
38
|
+
},
|
|
2
39
|
"v-app": {
|
|
3
40
|
"attributes": [
|
|
4
41
|
"full-height",
|
|
@@ -45,43 +82,6 @@
|
|
|
45
82
|
],
|
|
46
83
|
"description": ""
|
|
47
84
|
},
|
|
48
|
-
"v-alert": {
|
|
49
|
-
"attributes": [
|
|
50
|
-
"border",
|
|
51
|
-
"border-color",
|
|
52
|
-
"closable",
|
|
53
|
-
"close-icon",
|
|
54
|
-
"close-label",
|
|
55
|
-
"color",
|
|
56
|
-
"density",
|
|
57
|
-
"elevation",
|
|
58
|
-
"height",
|
|
59
|
-
"icon",
|
|
60
|
-
"location",
|
|
61
|
-
"max-height",
|
|
62
|
-
"max-width",
|
|
63
|
-
"min-height",
|
|
64
|
-
"min-width",
|
|
65
|
-
"model-value",
|
|
66
|
-
"position",
|
|
67
|
-
"prominent",
|
|
68
|
-
"rounded",
|
|
69
|
-
"tag",
|
|
70
|
-
"text",
|
|
71
|
-
"theme",
|
|
72
|
-
"title",
|
|
73
|
-
"type",
|
|
74
|
-
"variant",
|
|
75
|
-
"width"
|
|
76
|
-
],
|
|
77
|
-
"description": ""
|
|
78
|
-
},
|
|
79
|
-
"v-alert-title": {
|
|
80
|
-
"attributes": [
|
|
81
|
-
"tag"
|
|
82
|
-
],
|
|
83
|
-
"description": ""
|
|
84
|
-
},
|
|
85
85
|
"v-autocomplete": {
|
|
86
86
|
"attributes": [
|
|
87
87
|
"active",
|
|
@@ -273,6 +273,10 @@
|
|
|
273
273
|
],
|
|
274
274
|
"description": ""
|
|
275
275
|
},
|
|
276
|
+
"v-breadcrumbs-divider": {
|
|
277
|
+
"attributes": [],
|
|
278
|
+
"description": ""
|
|
279
|
+
},
|
|
276
280
|
"v-breadcrumbs-item": {
|
|
277
281
|
"attributes": [
|
|
278
282
|
"active",
|
|
@@ -289,10 +293,6 @@
|
|
|
289
293
|
],
|
|
290
294
|
"description": ""
|
|
291
295
|
},
|
|
292
|
-
"v-breadcrumbs-divider": {
|
|
293
|
-
"attributes": [],
|
|
294
|
-
"description": ""
|
|
295
|
-
},
|
|
296
296
|
"v-btn": {
|
|
297
297
|
"attributes": [
|
|
298
298
|
"active",
|
|
@@ -442,15 +442,26 @@
|
|
|
442
442
|
"v-carousel": {
|
|
443
443
|
"attributes": [
|
|
444
444
|
"color",
|
|
445
|
+
"continuous",
|
|
445
446
|
"cycle",
|
|
446
447
|
"delimiter-icon",
|
|
448
|
+
"direction",
|
|
449
|
+
"disabled",
|
|
447
450
|
"height",
|
|
448
451
|
"hide-delimiter-background",
|
|
449
452
|
"hide-delimiters",
|
|
450
453
|
"interval",
|
|
454
|
+
"mandatory",
|
|
451
455
|
"model-value",
|
|
456
|
+
"next-icon",
|
|
457
|
+
"prev-icon",
|
|
452
458
|
"progress",
|
|
459
|
+
"reverse",
|
|
460
|
+
"selected-class",
|
|
453
461
|
"show-arrows",
|
|
462
|
+
"tag",
|
|
463
|
+
"theme",
|
|
464
|
+
"touch",
|
|
454
465
|
"vertical-delimiters"
|
|
455
466
|
],
|
|
456
467
|
"description": ""
|
|
@@ -477,7 +488,6 @@
|
|
|
477
488
|
"id",
|
|
478
489
|
"indeterminate",
|
|
479
490
|
"indeterminate-icon",
|
|
480
|
-
"inline",
|
|
481
491
|
"label",
|
|
482
492
|
"max-errors",
|
|
483
493
|
"messages",
|
|
@@ -582,15 +592,49 @@
|
|
|
582
592
|
],
|
|
583
593
|
"description": ""
|
|
584
594
|
},
|
|
595
|
+
"v-class-icon": {
|
|
596
|
+
"attributes": [
|
|
597
|
+
"icon",
|
|
598
|
+
"tag"
|
|
599
|
+
],
|
|
600
|
+
"description": ""
|
|
601
|
+
},
|
|
585
602
|
"v-code": {
|
|
586
603
|
"attributes": [
|
|
587
604
|
"tag"
|
|
588
605
|
],
|
|
589
606
|
"description": ""
|
|
590
607
|
},
|
|
608
|
+
"v-col": {
|
|
609
|
+
"attributes": [
|
|
610
|
+
"align-self",
|
|
611
|
+
"cols",
|
|
612
|
+
"lg",
|
|
613
|
+
"md",
|
|
614
|
+
"offset",
|
|
615
|
+
"offset-lg",
|
|
616
|
+
"offset-md",
|
|
617
|
+
"offset-sm",
|
|
618
|
+
"offset-xl",
|
|
619
|
+
"offset-xxl",
|
|
620
|
+
"order",
|
|
621
|
+
"order-lg",
|
|
622
|
+
"order-md",
|
|
623
|
+
"order-sm",
|
|
624
|
+
"order-xl",
|
|
625
|
+
"order-xxl",
|
|
626
|
+
"sm",
|
|
627
|
+
"tag",
|
|
628
|
+
"xl",
|
|
629
|
+
"xxl"
|
|
630
|
+
],
|
|
631
|
+
"description": ""
|
|
632
|
+
},
|
|
591
633
|
"v-color-picker": {
|
|
592
634
|
"attributes": [
|
|
635
|
+
"border",
|
|
593
636
|
"canvas-height",
|
|
637
|
+
"color",
|
|
594
638
|
"disabled",
|
|
595
639
|
"dot-size",
|
|
596
640
|
"elevation",
|
|
@@ -600,10 +644,12 @@
|
|
|
600
644
|
"mode",
|
|
601
645
|
"model-value",
|
|
602
646
|
"modes",
|
|
647
|
+
"position",
|
|
603
648
|
"rounded",
|
|
604
649
|
"show-swatches",
|
|
605
650
|
"swatches",
|
|
606
651
|
"swatches-max-height",
|
|
652
|
+
"tag",
|
|
607
653
|
"theme",
|
|
608
654
|
"width"
|
|
609
655
|
],
|
|
@@ -680,6 +726,20 @@
|
|
|
680
726
|
],
|
|
681
727
|
"description": ""
|
|
682
728
|
},
|
|
729
|
+
"v-component-icon": {
|
|
730
|
+
"attributes": [
|
|
731
|
+
"icon",
|
|
732
|
+
"tag"
|
|
733
|
+
],
|
|
734
|
+
"description": ""
|
|
735
|
+
},
|
|
736
|
+
"v-container": {
|
|
737
|
+
"attributes": [
|
|
738
|
+
"fluid",
|
|
739
|
+
"tag"
|
|
740
|
+
],
|
|
741
|
+
"description": ""
|
|
742
|
+
},
|
|
683
743
|
"v-counter": {
|
|
684
744
|
"attributes": [
|
|
685
745
|
"active",
|
|
@@ -689,89 +749,243 @@
|
|
|
689
749
|
],
|
|
690
750
|
"description": ""
|
|
691
751
|
},
|
|
692
|
-
"v-
|
|
693
|
-
"attributes": [
|
|
694
|
-
"defaults",
|
|
695
|
-
"disabled",
|
|
696
|
-
"reset",
|
|
697
|
-
"root",
|
|
698
|
-
"scoped"
|
|
699
|
-
],
|
|
700
|
-
"description": ""
|
|
701
|
-
},
|
|
702
|
-
"v-dialog": {
|
|
752
|
+
"v-data-table": {
|
|
703
753
|
"attributes": [
|
|
704
|
-
"
|
|
705
|
-
"
|
|
706
|
-
"
|
|
707
|
-
"
|
|
708
|
-
"
|
|
709
|
-
"
|
|
710
|
-
"
|
|
711
|
-
"
|
|
712
|
-
"
|
|
713
|
-
"
|
|
714
|
-
"disabled",
|
|
715
|
-
"eager",
|
|
716
|
-
"fullscreen",
|
|
754
|
+
"custom-filter",
|
|
755
|
+
"custom-key-filter",
|
|
756
|
+
"expand-on-click",
|
|
757
|
+
"expanded",
|
|
758
|
+
"filter-keys",
|
|
759
|
+
"filter-mode",
|
|
760
|
+
"fixed-footer",
|
|
761
|
+
"fixed-header",
|
|
762
|
+
"group-by",
|
|
763
|
+
"headers",
|
|
717
764
|
"height",
|
|
718
|
-
"
|
|
719
|
-
"
|
|
720
|
-
"
|
|
721
|
-
"
|
|
722
|
-
"
|
|
723
|
-
"
|
|
765
|
+
"hide-no-data",
|
|
766
|
+
"hover",
|
|
767
|
+
"item-children",
|
|
768
|
+
"item-props",
|
|
769
|
+
"item-title",
|
|
770
|
+
"item-value",
|
|
771
|
+
"items",
|
|
772
|
+
"items-per-page",
|
|
724
773
|
"model-value",
|
|
725
|
-
"
|
|
726
|
-
"
|
|
727
|
-
"
|
|
728
|
-
"
|
|
729
|
-
"
|
|
730
|
-
"
|
|
731
|
-
"
|
|
732
|
-
"
|
|
733
|
-
"
|
|
734
|
-
"
|
|
735
|
-
"
|
|
736
|
-
"scrollable",
|
|
737
|
-
"theme",
|
|
738
|
-
"transition",
|
|
739
|
-
"width",
|
|
740
|
-
"z-index"
|
|
774
|
+
"multi-sort",
|
|
775
|
+
"must-sort",
|
|
776
|
+
"no-data-text",
|
|
777
|
+
"no-filter",
|
|
778
|
+
"page",
|
|
779
|
+
"return-object",
|
|
780
|
+
"search",
|
|
781
|
+
"show-expand",
|
|
782
|
+
"show-select",
|
|
783
|
+
"sort-by",
|
|
784
|
+
"width"
|
|
741
785
|
],
|
|
742
786
|
"description": ""
|
|
743
787
|
},
|
|
744
|
-
"v-
|
|
788
|
+
"v-data-table-footer": {
|
|
789
|
+
"attributes": [],
|
|
790
|
+
"description": ""
|
|
791
|
+
},
|
|
792
|
+
"v-data-table-row": {
|
|
745
793
|
"attributes": [
|
|
746
|
-
"
|
|
747
|
-
"
|
|
748
|
-
"length",
|
|
749
|
-
"theme",
|
|
750
|
-
"thickness",
|
|
751
|
-
"vertical"
|
|
794
|
+
"index",
|
|
795
|
+
"item"
|
|
752
796
|
],
|
|
753
797
|
"description": ""
|
|
754
798
|
},
|
|
755
|
-
"v-
|
|
799
|
+
"v-data-table-rows": {
|
|
756
800
|
"attributes": [
|
|
757
|
-
"
|
|
758
|
-
"
|
|
759
|
-
"
|
|
760
|
-
"
|
|
761
|
-
"
|
|
762
|
-
"
|
|
763
|
-
"readonly",
|
|
764
|
-
"selected-class",
|
|
765
|
-
"tag",
|
|
766
|
-
"theme",
|
|
767
|
-
"variant"
|
|
801
|
+
"hide-no-data",
|
|
802
|
+
"items",
|
|
803
|
+
"loading",
|
|
804
|
+
"loading-text",
|
|
805
|
+
"no-data-text",
|
|
806
|
+
"row-height"
|
|
768
807
|
],
|
|
769
808
|
"description": ""
|
|
770
809
|
},
|
|
771
|
-
"v-
|
|
810
|
+
"v-data-table-server": {
|
|
772
811
|
"attributes": [
|
|
773
|
-
"
|
|
774
|
-
"
|
|
812
|
+
"color",
|
|
813
|
+
"expand-on-click",
|
|
814
|
+
"expanded",
|
|
815
|
+
"fixed-footer",
|
|
816
|
+
"fixed-header",
|
|
817
|
+
"group-by",
|
|
818
|
+
"headers",
|
|
819
|
+
"height",
|
|
820
|
+
"hide-no-data",
|
|
821
|
+
"hover",
|
|
822
|
+
"item-children",
|
|
823
|
+
"item-props",
|
|
824
|
+
"item-title",
|
|
825
|
+
"item-value",
|
|
826
|
+
"items",
|
|
827
|
+
"items-length",
|
|
828
|
+
"items-per-page",
|
|
829
|
+
"loading",
|
|
830
|
+
"loading-text",
|
|
831
|
+
"model-value",
|
|
832
|
+
"multi-sort",
|
|
833
|
+
"must-sort",
|
|
834
|
+
"no-data-text",
|
|
835
|
+
"page",
|
|
836
|
+
"return-object",
|
|
837
|
+
"show-expand",
|
|
838
|
+
"show-select",
|
|
839
|
+
"sort-by",
|
|
840
|
+
"width"
|
|
841
|
+
],
|
|
842
|
+
"description": ""
|
|
843
|
+
},
|
|
844
|
+
"v-data-table-virtual": {
|
|
845
|
+
"attributes": [
|
|
846
|
+
"custom-filter",
|
|
847
|
+
"custom-key-filter",
|
|
848
|
+
"expand-on-click",
|
|
849
|
+
"expanded",
|
|
850
|
+
"filter-keys",
|
|
851
|
+
"filter-mode",
|
|
852
|
+
"fixed-footer",
|
|
853
|
+
"fixed-header",
|
|
854
|
+
"group-by",
|
|
855
|
+
"headers",
|
|
856
|
+
"height",
|
|
857
|
+
"hide-no-data",
|
|
858
|
+
"hover",
|
|
859
|
+
"item-children",
|
|
860
|
+
"item-height",
|
|
861
|
+
"item-props",
|
|
862
|
+
"item-title",
|
|
863
|
+
"item-value",
|
|
864
|
+
"items",
|
|
865
|
+
"model-value",
|
|
866
|
+
"multi-sort",
|
|
867
|
+
"must-sort",
|
|
868
|
+
"no-data-text",
|
|
869
|
+
"no-filter",
|
|
870
|
+
"return-object",
|
|
871
|
+
"search",
|
|
872
|
+
"show-expand",
|
|
873
|
+
"show-select",
|
|
874
|
+
"sort-by",
|
|
875
|
+
"visible-items",
|
|
876
|
+
"width"
|
|
877
|
+
],
|
|
878
|
+
"description": ""
|
|
879
|
+
},
|
|
880
|
+
"v-defaults-provider": {
|
|
881
|
+
"attributes": [
|
|
882
|
+
"defaults",
|
|
883
|
+
"disabled",
|
|
884
|
+
"reset",
|
|
885
|
+
"root",
|
|
886
|
+
"scoped"
|
|
887
|
+
],
|
|
888
|
+
"description": ""
|
|
889
|
+
},
|
|
890
|
+
"v-dialog": {
|
|
891
|
+
"attributes": [
|
|
892
|
+
"absolute",
|
|
893
|
+
"activator",
|
|
894
|
+
"activator-props",
|
|
895
|
+
"attach",
|
|
896
|
+
"close-delay",
|
|
897
|
+
"close-on-back",
|
|
898
|
+
"close-on-content-click",
|
|
899
|
+
"contained",
|
|
900
|
+
"content-class",
|
|
901
|
+
"content-props",
|
|
902
|
+
"disabled",
|
|
903
|
+
"eager",
|
|
904
|
+
"fullscreen",
|
|
905
|
+
"height",
|
|
906
|
+
"location",
|
|
907
|
+
"location-strategy",
|
|
908
|
+
"max-height",
|
|
909
|
+
"max-width",
|
|
910
|
+
"min-height",
|
|
911
|
+
"min-width",
|
|
912
|
+
"model-value",
|
|
913
|
+
"no-click-animation",
|
|
914
|
+
"offset",
|
|
915
|
+
"open-delay",
|
|
916
|
+
"open-on-click",
|
|
917
|
+
"open-on-focus",
|
|
918
|
+
"open-on-hover",
|
|
919
|
+
"origin",
|
|
920
|
+
"persistent",
|
|
921
|
+
"retain-focus",
|
|
922
|
+
"scrim",
|
|
923
|
+
"scroll-strategy",
|
|
924
|
+
"scrollable",
|
|
925
|
+
"theme",
|
|
926
|
+
"transition",
|
|
927
|
+
"width",
|
|
928
|
+
"z-index"
|
|
929
|
+
],
|
|
930
|
+
"description": ""
|
|
931
|
+
},
|
|
932
|
+
"v-dialog-bottom-transition": {
|
|
933
|
+
"attributes": [
|
|
934
|
+
"disabled",
|
|
935
|
+
"group",
|
|
936
|
+
"hide-on-leave",
|
|
937
|
+
"leave-absolute",
|
|
938
|
+
"mode",
|
|
939
|
+
"origin"
|
|
940
|
+
],
|
|
941
|
+
"description": ""
|
|
942
|
+
},
|
|
943
|
+
"v-dialog-top-transition": {
|
|
944
|
+
"attributes": [
|
|
945
|
+
"disabled",
|
|
946
|
+
"group",
|
|
947
|
+
"hide-on-leave",
|
|
948
|
+
"leave-absolute",
|
|
949
|
+
"mode",
|
|
950
|
+
"origin"
|
|
951
|
+
],
|
|
952
|
+
"description": ""
|
|
953
|
+
},
|
|
954
|
+
"v-dialog-transition": {
|
|
955
|
+
"attributes": [
|
|
956
|
+
"target"
|
|
957
|
+
],
|
|
958
|
+
"description": ""
|
|
959
|
+
},
|
|
960
|
+
"v-divider": {
|
|
961
|
+
"attributes": [
|
|
962
|
+
"color",
|
|
963
|
+
"inset",
|
|
964
|
+
"length",
|
|
965
|
+
"theme",
|
|
966
|
+
"thickness",
|
|
967
|
+
"vertical"
|
|
968
|
+
],
|
|
969
|
+
"description": ""
|
|
970
|
+
},
|
|
971
|
+
"v-expand-transition": {
|
|
972
|
+
"attributes": [
|
|
973
|
+
"disabled",
|
|
974
|
+
"mode"
|
|
975
|
+
],
|
|
976
|
+
"description": ""
|
|
977
|
+
},
|
|
978
|
+
"v-expand-x-transition": {
|
|
979
|
+
"attributes": [
|
|
980
|
+
"disabled",
|
|
981
|
+
"mode"
|
|
982
|
+
],
|
|
983
|
+
"description": ""
|
|
984
|
+
},
|
|
985
|
+
"v-expansion-panel": {
|
|
986
|
+
"attributes": [
|
|
987
|
+
"bg-color",
|
|
988
|
+
"collapse-icon",
|
|
775
989
|
"color",
|
|
776
990
|
"disabled",
|
|
777
991
|
"eager",
|
|
@@ -806,6 +1020,44 @@
|
|
|
806
1020
|
],
|
|
807
1021
|
"description": ""
|
|
808
1022
|
},
|
|
1023
|
+
"v-expansion-panels": {
|
|
1024
|
+
"attributes": [
|
|
1025
|
+
"color",
|
|
1026
|
+
"disabled",
|
|
1027
|
+
"mandatory",
|
|
1028
|
+
"max",
|
|
1029
|
+
"model-value",
|
|
1030
|
+
"multiple",
|
|
1031
|
+
"readonly",
|
|
1032
|
+
"selected-class",
|
|
1033
|
+
"tag",
|
|
1034
|
+
"theme",
|
|
1035
|
+
"variant"
|
|
1036
|
+
],
|
|
1037
|
+
"description": ""
|
|
1038
|
+
},
|
|
1039
|
+
"v-fab-transition": {
|
|
1040
|
+
"attributes": [
|
|
1041
|
+
"disabled",
|
|
1042
|
+
"group",
|
|
1043
|
+
"hide-on-leave",
|
|
1044
|
+
"leave-absolute",
|
|
1045
|
+
"mode",
|
|
1046
|
+
"origin"
|
|
1047
|
+
],
|
|
1048
|
+
"description": ""
|
|
1049
|
+
},
|
|
1050
|
+
"v-fade-transition": {
|
|
1051
|
+
"attributes": [
|
|
1052
|
+
"disabled",
|
|
1053
|
+
"group",
|
|
1054
|
+
"hide-on-leave",
|
|
1055
|
+
"leave-absolute",
|
|
1056
|
+
"mode",
|
|
1057
|
+
"origin"
|
|
1058
|
+
],
|
|
1059
|
+
"description": ""
|
|
1060
|
+
},
|
|
809
1061
|
"v-field": {
|
|
810
1062
|
"attributes": [
|
|
811
1063
|
"active",
|
|
@@ -910,120 +1162,28 @@
|
|
|
910
1162
|
],
|
|
911
1163
|
"description": ""
|
|
912
1164
|
},
|
|
913
|
-
"v-
|
|
1165
|
+
"v-hover": {
|
|
914
1166
|
"attributes": [
|
|
915
|
-
"
|
|
916
|
-
"
|
|
1167
|
+
"close-delay",
|
|
1168
|
+
"disabled",
|
|
1169
|
+
"model-value",
|
|
1170
|
+
"open-delay"
|
|
917
1171
|
],
|
|
918
1172
|
"description": ""
|
|
919
1173
|
},
|
|
920
|
-
"v-
|
|
1174
|
+
"v-icon": {
|
|
921
1175
|
"attributes": [
|
|
922
|
-
"
|
|
923
|
-
"
|
|
924
|
-
"
|
|
925
|
-
"
|
|
926
|
-
"
|
|
927
|
-
"offset-lg",
|
|
928
|
-
"offset-md",
|
|
929
|
-
"offset-sm",
|
|
930
|
-
"offset-xl",
|
|
931
|
-
"offset-xxl",
|
|
932
|
-
"order",
|
|
933
|
-
"order-lg",
|
|
934
|
-
"order-md",
|
|
935
|
-
"order-sm",
|
|
936
|
-
"order-xl",
|
|
937
|
-
"order-xxl",
|
|
938
|
-
"sm",
|
|
1176
|
+
"color",
|
|
1177
|
+
"end",
|
|
1178
|
+
"icon",
|
|
1179
|
+
"size",
|
|
1180
|
+
"start",
|
|
939
1181
|
"tag",
|
|
940
|
-
"
|
|
941
|
-
"xxl"
|
|
1182
|
+
"theme"
|
|
942
1183
|
],
|
|
943
1184
|
"description": ""
|
|
944
1185
|
},
|
|
945
|
-
"v-
|
|
946
|
-
"attributes": [
|
|
947
|
-
"align",
|
|
948
|
-
"align-content",
|
|
949
|
-
"align-content-lg",
|
|
950
|
-
"align-content-md",
|
|
951
|
-
"align-content-sm",
|
|
952
|
-
"align-content-xl",
|
|
953
|
-
"align-content-xxl",
|
|
954
|
-
"align-lg",
|
|
955
|
-
"align-md",
|
|
956
|
-
"align-sm",
|
|
957
|
-
"align-xl",
|
|
958
|
-
"align-xxl",
|
|
959
|
-
"dense",
|
|
960
|
-
"justify",
|
|
961
|
-
"justify-lg",
|
|
962
|
-
"justify-md",
|
|
963
|
-
"justify-sm",
|
|
964
|
-
"justify-xl",
|
|
965
|
-
"justify-xxl",
|
|
966
|
-
"no-gutters",
|
|
967
|
-
"tag"
|
|
968
|
-
],
|
|
969
|
-
"description": ""
|
|
970
|
-
},
|
|
971
|
-
"v-spacer": {
|
|
972
|
-
"attributes": [
|
|
973
|
-
"tag"
|
|
974
|
-
],
|
|
975
|
-
"description": ""
|
|
976
|
-
},
|
|
977
|
-
"v-hover": {
|
|
978
|
-
"attributes": [
|
|
979
|
-
"close-delay",
|
|
980
|
-
"disabled",
|
|
981
|
-
"model-value",
|
|
982
|
-
"open-delay"
|
|
983
|
-
],
|
|
984
|
-
"description": ""
|
|
985
|
-
},
|
|
986
|
-
"v-icon": {
|
|
987
|
-
"attributes": [
|
|
988
|
-
"color",
|
|
989
|
-
"end",
|
|
990
|
-
"icon",
|
|
991
|
-
"size",
|
|
992
|
-
"start",
|
|
993
|
-
"tag",
|
|
994
|
-
"theme"
|
|
995
|
-
],
|
|
996
|
-
"description": ""
|
|
997
|
-
},
|
|
998
|
-
"v-component-icon": {
|
|
999
|
-
"attributes": [
|
|
1000
|
-
"icon",
|
|
1001
|
-
"tag"
|
|
1002
|
-
],
|
|
1003
|
-
"description": ""
|
|
1004
|
-
},
|
|
1005
|
-
"v-svg-icon": {
|
|
1006
|
-
"attributes": [
|
|
1007
|
-
"icon",
|
|
1008
|
-
"tag"
|
|
1009
|
-
],
|
|
1010
|
-
"description": ""
|
|
1011
|
-
},
|
|
1012
|
-
"v-ligature-icon": {
|
|
1013
|
-
"attributes": [
|
|
1014
|
-
"icon",
|
|
1015
|
-
"tag"
|
|
1016
|
-
],
|
|
1017
|
-
"description": ""
|
|
1018
|
-
},
|
|
1019
|
-
"v-class-icon": {
|
|
1020
|
-
"attributes": [
|
|
1021
|
-
"icon",
|
|
1022
|
-
"tag"
|
|
1023
|
-
],
|
|
1024
|
-
"description": ""
|
|
1025
|
-
},
|
|
1026
|
-
"v-img": {
|
|
1186
|
+
"v-img": {
|
|
1027
1187
|
"attributes": [
|
|
1028
1188
|
"alt",
|
|
1029
1189
|
"aspect-ratio",
|
|
@@ -1064,6 +1224,14 @@
|
|
|
1064
1224
|
],
|
|
1065
1225
|
"description": ""
|
|
1066
1226
|
},
|
|
1227
|
+
"v-item": {
|
|
1228
|
+
"attributes": [
|
|
1229
|
+
"disabled",
|
|
1230
|
+
"selected-class",
|
|
1231
|
+
"value"
|
|
1232
|
+
],
|
|
1233
|
+
"description": ""
|
|
1234
|
+
},
|
|
1067
1235
|
"v-item-group": {
|
|
1068
1236
|
"attributes": [
|
|
1069
1237
|
"disabled",
|
|
@@ -1077,14 +1245,6 @@
|
|
|
1077
1245
|
],
|
|
1078
1246
|
"description": ""
|
|
1079
1247
|
},
|
|
1080
|
-
"v-item": {
|
|
1081
|
-
"attributes": [
|
|
1082
|
-
"disabled",
|
|
1083
|
-
"selected-class",
|
|
1084
|
-
"value"
|
|
1085
|
-
],
|
|
1086
|
-
"description": ""
|
|
1087
|
-
},
|
|
1088
1248
|
"v-kbd": {
|
|
1089
1249
|
"attributes": [
|
|
1090
1250
|
"tag"
|
|
@@ -1132,6 +1292,13 @@
|
|
|
1132
1292
|
],
|
|
1133
1293
|
"description": ""
|
|
1134
1294
|
},
|
|
1295
|
+
"v-ligature-icon": {
|
|
1296
|
+
"attributes": [
|
|
1297
|
+
"icon",
|
|
1298
|
+
"tag"
|
|
1299
|
+
],
|
|
1300
|
+
"description": ""
|
|
1301
|
+
},
|
|
1135
1302
|
"v-list": {
|
|
1136
1303
|
"attributes": [
|
|
1137
1304
|
"active-class",
|
|
@@ -1617,6 +1784,87 @@
|
|
|
1617
1784
|
],
|
|
1618
1785
|
"description": ""
|
|
1619
1786
|
},
|
|
1787
|
+
"v-row": {
|
|
1788
|
+
"attributes": [
|
|
1789
|
+
"align",
|
|
1790
|
+
"align-content",
|
|
1791
|
+
"align-content-lg",
|
|
1792
|
+
"align-content-md",
|
|
1793
|
+
"align-content-sm",
|
|
1794
|
+
"align-content-xl",
|
|
1795
|
+
"align-content-xxl",
|
|
1796
|
+
"align-lg",
|
|
1797
|
+
"align-md",
|
|
1798
|
+
"align-sm",
|
|
1799
|
+
"align-xl",
|
|
1800
|
+
"align-xxl",
|
|
1801
|
+
"dense",
|
|
1802
|
+
"justify",
|
|
1803
|
+
"justify-lg",
|
|
1804
|
+
"justify-md",
|
|
1805
|
+
"justify-sm",
|
|
1806
|
+
"justify-xl",
|
|
1807
|
+
"justify-xxl",
|
|
1808
|
+
"no-gutters",
|
|
1809
|
+
"tag"
|
|
1810
|
+
],
|
|
1811
|
+
"description": ""
|
|
1812
|
+
},
|
|
1813
|
+
"v-scale-transition": {
|
|
1814
|
+
"attributes": [
|
|
1815
|
+
"disabled",
|
|
1816
|
+
"group",
|
|
1817
|
+
"hide-on-leave",
|
|
1818
|
+
"leave-absolute",
|
|
1819
|
+
"mode",
|
|
1820
|
+
"origin"
|
|
1821
|
+
],
|
|
1822
|
+
"description": ""
|
|
1823
|
+
},
|
|
1824
|
+
"v-scroll-x-reverse-transition": {
|
|
1825
|
+
"attributes": [
|
|
1826
|
+
"disabled",
|
|
1827
|
+
"group",
|
|
1828
|
+
"hide-on-leave",
|
|
1829
|
+
"leave-absolute",
|
|
1830
|
+
"mode",
|
|
1831
|
+
"origin"
|
|
1832
|
+
],
|
|
1833
|
+
"description": ""
|
|
1834
|
+
},
|
|
1835
|
+
"v-scroll-x-transition": {
|
|
1836
|
+
"attributes": [
|
|
1837
|
+
"disabled",
|
|
1838
|
+
"group",
|
|
1839
|
+
"hide-on-leave",
|
|
1840
|
+
"leave-absolute",
|
|
1841
|
+
"mode",
|
|
1842
|
+
"origin"
|
|
1843
|
+
],
|
|
1844
|
+
"description": ""
|
|
1845
|
+
},
|
|
1846
|
+
"v-scroll-y-reverse-transition": {
|
|
1847
|
+
"attributes": [
|
|
1848
|
+
"disabled",
|
|
1849
|
+
"group",
|
|
1850
|
+
"hide-on-leave",
|
|
1851
|
+
"leave-absolute",
|
|
1852
|
+
"mode",
|
|
1853
|
+
"origin"
|
|
1854
|
+
],
|
|
1855
|
+
"description": ""
|
|
1856
|
+
},
|
|
1857
|
+
"v-scroll-y-transition": {
|
|
1858
|
+
"attributes": [
|
|
1859
|
+
"disabled",
|
|
1860
|
+
"group",
|
|
1861
|
+
"hide-on-leave",
|
|
1862
|
+
"leave-absolute",
|
|
1863
|
+
"mode",
|
|
1864
|
+
"origin"
|
|
1865
|
+
],
|
|
1866
|
+
"description": ""
|
|
1867
|
+
},
|
|
1620
1868
|
"v-select": {
|
|
1621
1869
|
"attributes": [
|
|
1622
1870
|
"active",
|
|
@@ -1748,6 +1996,24 @@
|
|
|
1748
1996
|
],
|
|
1749
1997
|
"description": ""
|
|
1750
1998
|
},
|
|
1999
|
+
"v-skeleton-loader": {
|
|
2000
|
+
"attributes": [
|
|
2001
|
+
"boilerplate",
|
|
2002
|
+
"color",
|
|
2003
|
+
"elevation",
|
|
2004
|
+
"height",
|
|
2005
|
+
"loading",
|
|
2006
|
+
"loading-text",
|
|
2007
|
+
"max-height",
|
|
2008
|
+
"max-width",
|
|
2009
|
+
"min-height",
|
|
2010
|
+
"min-width",
|
|
2011
|
+
"theme",
|
|
2012
|
+
"type",
|
|
2013
|
+
"width"
|
|
2014
|
+
],
|
|
2015
|
+
"description": ""
|
|
2016
|
+
},
|
|
1751
2017
|
"v-slide-group": {
|
|
1752
2018
|
"attributes": [
|
|
1753
2019
|
"center-active",
|
|
@@ -1774,6 +2040,50 @@
|
|
|
1774
2040
|
],
|
|
1775
2041
|
"description": ""
|
|
1776
2042
|
},
|
|
2043
|
+
"v-slide-x-reverse-transition": {
|
|
2044
|
+
"attributes": [
|
|
2045
|
+
"disabled",
|
|
2046
|
+
"group",
|
|
2047
|
+
"hide-on-leave",
|
|
2048
|
+
"leave-absolute",
|
|
2049
|
+
"mode",
|
|
2050
|
+
"origin"
|
|
2051
|
+
],
|
|
2052
|
+
"description": ""
|
|
2053
|
+
},
|
|
2054
|
+
"v-slide-x-transition": {
|
|
2055
|
+
"attributes": [
|
|
2056
|
+
"disabled",
|
|
2057
|
+
"group",
|
|
2058
|
+
"hide-on-leave",
|
|
2059
|
+
"leave-absolute",
|
|
2060
|
+
"mode",
|
|
2061
|
+
"origin"
|
|
2062
|
+
],
|
|
2063
|
+
"description": ""
|
|
2064
|
+
},
|
|
2065
|
+
"v-slide-y-reverse-transition": {
|
|
2066
|
+
"attributes": [
|
|
2067
|
+
"disabled",
|
|
2068
|
+
"group",
|
|
2069
|
+
"hide-on-leave",
|
|
2070
|
+
"leave-absolute",
|
|
2071
|
+
"mode",
|
|
2072
|
+
"origin"
|
|
2073
|
+
],
|
|
2074
|
+
"description": ""
|
|
2075
|
+
},
|
|
2076
|
+
"v-slide-y-transition": {
|
|
2077
|
+
"attributes": [
|
|
2078
|
+
"disabled",
|
|
2079
|
+
"group",
|
|
2080
|
+
"hide-on-leave",
|
|
2081
|
+
"leave-absolute",
|
|
2082
|
+
"mode",
|
|
2083
|
+
"origin"
|
|
2084
|
+
],
|
|
2085
|
+
"description": ""
|
|
2086
|
+
},
|
|
1777
2087
|
"v-slider": {
|
|
1778
2088
|
"attributes": [
|
|
1779
2089
|
"append-icon",
|
|
@@ -1856,6 +2166,19 @@
|
|
|
1856
2166
|
],
|
|
1857
2167
|
"description": ""
|
|
1858
2168
|
},
|
|
2169
|
+
"v-spacer": {
|
|
2170
|
+
"attributes": [
|
|
2171
|
+
"tag"
|
|
2172
|
+
],
|
|
2173
|
+
"description": ""
|
|
2174
|
+
},
|
|
2175
|
+
"v-svg-icon": {
|
|
2176
|
+
"attributes": [
|
|
2177
|
+
"icon",
|
|
2178
|
+
"tag"
|
|
2179
|
+
],
|
|
2180
|
+
"description": ""
|
|
2181
|
+
},
|
|
1859
2182
|
"v-switch": {
|
|
1860
2183
|
"attributes": [
|
|
1861
2184
|
"append-icon",
|
|
@@ -1911,27 +2234,7 @@
|
|
|
1911
2234
|
],
|
|
1912
2235
|
"description": ""
|
|
1913
2236
|
},
|
|
1914
|
-
"v-
|
|
1915
|
-
"attributes": [
|
|
1916
|
-
"align-tabs",
|
|
1917
|
-
"bg-color",
|
|
1918
|
-
"color",
|
|
1919
|
-
"density",
|
|
1920
|
-
"direction",
|
|
1921
|
-
"fixed-tabs",
|
|
1922
|
-
"grow",
|
|
1923
|
-
"height",
|
|
1924
|
-
"hide-slider",
|
|
1925
|
-
"items",
|
|
1926
|
-
"mandatory",
|
|
1927
|
-
"model-value",
|
|
1928
|
-
"slider-color",
|
|
1929
|
-
"stacked",
|
|
1930
|
-
"tag"
|
|
1931
|
-
],
|
|
1932
|
-
"description": ""
|
|
1933
|
-
},
|
|
1934
|
-
"v-tab": {
|
|
2237
|
+
"v-tab": {
|
|
1935
2238
|
"attributes": [
|
|
1936
2239
|
"append-icon",
|
|
1937
2240
|
"border",
|
|
@@ -1981,12 +2284,40 @@
|
|
|
1981
2284
|
],
|
|
1982
2285
|
"description": ""
|
|
1983
2286
|
},
|
|
1984
|
-
"v-
|
|
2287
|
+
"v-tabs": {
|
|
2288
|
+
"attributes": [
|
|
2289
|
+
"align-tabs",
|
|
2290
|
+
"bg-color",
|
|
2291
|
+
"center-active",
|
|
2292
|
+
"color",
|
|
2293
|
+
"density",
|
|
2294
|
+
"direction",
|
|
2295
|
+
"disabled",
|
|
2296
|
+
"fixed-tabs",
|
|
2297
|
+
"grow",
|
|
2298
|
+
"height",
|
|
2299
|
+
"hide-slider",
|
|
2300
|
+
"items",
|
|
2301
|
+
"mandatory",
|
|
2302
|
+
"max",
|
|
2303
|
+
"model-value",
|
|
2304
|
+
"multiple",
|
|
2305
|
+
"next-icon",
|
|
2306
|
+
"prev-icon",
|
|
2307
|
+
"selected-class",
|
|
2308
|
+
"show-arrows",
|
|
2309
|
+
"slider-color",
|
|
2310
|
+
"stacked",
|
|
2311
|
+
"symbol",
|
|
2312
|
+
"tag"
|
|
2313
|
+
],
|
|
2314
|
+
"description": ""
|
|
2315
|
+
},
|
|
2316
|
+
"v-text-field": {
|
|
1985
2317
|
"attributes": [
|
|
1986
2318
|
"active",
|
|
1987
2319
|
"append-icon",
|
|
1988
2320
|
"append-inner-icon",
|
|
1989
|
-
"auto-grow",
|
|
1990
2321
|
"autofocus",
|
|
1991
2322
|
"bg-color",
|
|
1992
2323
|
"clear-icon",
|
|
@@ -2007,11 +2338,9 @@
|
|
|
2007
2338
|
"label",
|
|
2008
2339
|
"loading",
|
|
2009
2340
|
"max-errors",
|
|
2010
|
-
"max-rows",
|
|
2011
2341
|
"messages",
|
|
2012
2342
|
"model-value",
|
|
2013
2343
|
"name",
|
|
2014
|
-
"no-resize",
|
|
2015
2344
|
"persistent-clear",
|
|
2016
2345
|
"persistent-counter",
|
|
2017
2346
|
"persistent-hint",
|
|
@@ -2022,22 +2351,23 @@
|
|
|
2022
2351
|
"prepend-inner-icon",
|
|
2023
2352
|
"readonly",
|
|
2024
2353
|
"reverse",
|
|
2025
|
-
"rows",
|
|
2026
2354
|
"rules",
|
|
2027
2355
|
"single-line",
|
|
2028
2356
|
"suffix",
|
|
2029
2357
|
"theme",
|
|
2358
|
+
"type",
|
|
2030
2359
|
"validate-on",
|
|
2031
2360
|
"validation-value",
|
|
2032
2361
|
"variant"
|
|
2033
2362
|
],
|
|
2034
2363
|
"description": ""
|
|
2035
2364
|
},
|
|
2036
|
-
"v-
|
|
2365
|
+
"v-textarea": {
|
|
2037
2366
|
"attributes": [
|
|
2038
2367
|
"active",
|
|
2039
2368
|
"append-icon",
|
|
2040
2369
|
"append-inner-icon",
|
|
2370
|
+
"auto-grow",
|
|
2041
2371
|
"autofocus",
|
|
2042
2372
|
"bg-color",
|
|
2043
2373
|
"clear-icon",
|
|
@@ -2058,9 +2388,11 @@
|
|
|
2058
2388
|
"label",
|
|
2059
2389
|
"loading",
|
|
2060
2390
|
"max-errors",
|
|
2391
|
+
"max-rows",
|
|
2061
2392
|
"messages",
|
|
2062
2393
|
"model-value",
|
|
2063
2394
|
"name",
|
|
2395
|
+
"no-resize",
|
|
2064
2396
|
"persistent-clear",
|
|
2065
2397
|
"persistent-counter",
|
|
2066
2398
|
"persistent-hint",
|
|
@@ -2071,11 +2403,11 @@
|
|
|
2071
2403
|
"prepend-inner-icon",
|
|
2072
2404
|
"readonly",
|
|
2073
2405
|
"reverse",
|
|
2406
|
+
"rows",
|
|
2074
2407
|
"rules",
|
|
2075
2408
|
"single-line",
|
|
2076
2409
|
"suffix",
|
|
2077
2410
|
"theme",
|
|
2078
|
-
"type",
|
|
2079
2411
|
"validate-on",
|
|
2080
2412
|
"validation-value",
|
|
2081
2413
|
"variant"
|
|
@@ -2150,17 +2482,17 @@
|
|
|
2150
2482
|
],
|
|
2151
2483
|
"description": ""
|
|
2152
2484
|
},
|
|
2153
|
-
"v-toolbar-
|
|
2485
|
+
"v-toolbar-items": {
|
|
2154
2486
|
"attributes": [
|
|
2155
|
-
"
|
|
2156
|
-
"
|
|
2487
|
+
"color",
|
|
2488
|
+
"variant"
|
|
2157
2489
|
],
|
|
2158
2490
|
"description": ""
|
|
2159
2491
|
},
|
|
2160
|
-
"v-toolbar-
|
|
2492
|
+
"v-toolbar-title": {
|
|
2161
2493
|
"attributes": [
|
|
2162
|
-
"
|
|
2163
|
-
"
|
|
2494
|
+
"tag",
|
|
2495
|
+
"text"
|
|
2164
2496
|
],
|
|
2165
2497
|
"description": ""
|
|
2166
2498
|
},
|
|
@@ -2220,6 +2552,20 @@
|
|
|
2220
2552
|
],
|
|
2221
2553
|
"description": ""
|
|
2222
2554
|
},
|
|
2555
|
+
"v-virtual-scroll": {
|
|
2556
|
+
"attributes": [
|
|
2557
|
+
"height",
|
|
2558
|
+
"item-height",
|
|
2559
|
+
"items",
|
|
2560
|
+
"max-height",
|
|
2561
|
+
"max-width",
|
|
2562
|
+
"min-height",
|
|
2563
|
+
"min-width",
|
|
2564
|
+
"visible-items",
|
|
2565
|
+
"width"
|
|
2566
|
+
],
|
|
2567
|
+
"description": ""
|
|
2568
|
+
},
|
|
2223
2569
|
"v-window": {
|
|
2224
2570
|
"attributes": [
|
|
2225
2571
|
"continuous",
|
|
@@ -2248,292 +2594,5 @@
|
|
|
2248
2594
|
"value"
|
|
2249
2595
|
],
|
|
2250
2596
|
"description": ""
|
|
2251
|
-
},
|
|
2252
|
-
"v-dialog-transition": {
|
|
2253
|
-
"attributes": [
|
|
2254
|
-
"target"
|
|
2255
|
-
],
|
|
2256
|
-
"description": ""
|
|
2257
|
-
},
|
|
2258
|
-
"v-fab-transition": {
|
|
2259
|
-
"attributes": [
|
|
2260
|
-
"group",
|
|
2261
|
-
"hide-on-leave",
|
|
2262
|
-
"leave-absolute",
|
|
2263
|
-
"mode",
|
|
2264
|
-
"origin"
|
|
2265
|
-
],
|
|
2266
|
-
"description": ""
|
|
2267
|
-
},
|
|
2268
|
-
"v-dialog-bottom-transition": {
|
|
2269
|
-
"attributes": [
|
|
2270
|
-
"group",
|
|
2271
|
-
"hide-on-leave",
|
|
2272
|
-
"leave-absolute",
|
|
2273
|
-
"mode",
|
|
2274
|
-
"origin"
|
|
2275
|
-
],
|
|
2276
|
-
"description": ""
|
|
2277
|
-
},
|
|
2278
|
-
"v-dialog-top-transition": {
|
|
2279
|
-
"attributes": [
|
|
2280
|
-
"group",
|
|
2281
|
-
"hide-on-leave",
|
|
2282
|
-
"leave-absolute",
|
|
2283
|
-
"mode",
|
|
2284
|
-
"origin"
|
|
2285
|
-
],
|
|
2286
|
-
"description": ""
|
|
2287
|
-
},
|
|
2288
|
-
"v-fade-transition": {
|
|
2289
|
-
"attributes": [
|
|
2290
|
-
"group",
|
|
2291
|
-
"hide-on-leave",
|
|
2292
|
-
"leave-absolute",
|
|
2293
|
-
"mode",
|
|
2294
|
-
"origin"
|
|
2295
|
-
],
|
|
2296
|
-
"description": ""
|
|
2297
|
-
},
|
|
2298
|
-
"v-scale-transition": {
|
|
2299
|
-
"attributes": [
|
|
2300
|
-
"group",
|
|
2301
|
-
"hide-on-leave",
|
|
2302
|
-
"leave-absolute",
|
|
2303
|
-
"mode",
|
|
2304
|
-
"origin"
|
|
2305
|
-
],
|
|
2306
|
-
"description": ""
|
|
2307
|
-
},
|
|
2308
|
-
"v-scroll-x-transition": {
|
|
2309
|
-
"attributes": [
|
|
2310
|
-
"group",
|
|
2311
|
-
"hide-on-leave",
|
|
2312
|
-
"leave-absolute",
|
|
2313
|
-
"mode",
|
|
2314
|
-
"origin"
|
|
2315
|
-
],
|
|
2316
|
-
"description": ""
|
|
2317
|
-
},
|
|
2318
|
-
"v-scroll-x-reverse-transition": {
|
|
2319
|
-
"attributes": [
|
|
2320
|
-
"group",
|
|
2321
|
-
"hide-on-leave",
|
|
2322
|
-
"leave-absolute",
|
|
2323
|
-
"mode",
|
|
2324
|
-
"origin"
|
|
2325
|
-
],
|
|
2326
|
-
"description": ""
|
|
2327
|
-
},
|
|
2328
|
-
"v-scroll-y-transition": {
|
|
2329
|
-
"attributes": [
|
|
2330
|
-
"group",
|
|
2331
|
-
"hide-on-leave",
|
|
2332
|
-
"leave-absolute",
|
|
2333
|
-
"mode",
|
|
2334
|
-
"origin"
|
|
2335
|
-
],
|
|
2336
|
-
"description": ""
|
|
2337
|
-
},
|
|
2338
|
-
"v-scroll-y-reverse-transition": {
|
|
2339
|
-
"attributes": [
|
|
2340
|
-
"group",
|
|
2341
|
-
"hide-on-leave",
|
|
2342
|
-
"leave-absolute",
|
|
2343
|
-
"mode",
|
|
2344
|
-
"origin"
|
|
2345
|
-
],
|
|
2346
|
-
"description": ""
|
|
2347
|
-
},
|
|
2348
|
-
"v-slide-x-transition": {
|
|
2349
|
-
"attributes": [
|
|
2350
|
-
"group",
|
|
2351
|
-
"hide-on-leave",
|
|
2352
|
-
"leave-absolute",
|
|
2353
|
-
"mode",
|
|
2354
|
-
"origin"
|
|
2355
|
-
],
|
|
2356
|
-
"description": ""
|
|
2357
|
-
},
|
|
2358
|
-
"v-slide-x-reverse-transition": {
|
|
2359
|
-
"attributes": [
|
|
2360
|
-
"group",
|
|
2361
|
-
"hide-on-leave",
|
|
2362
|
-
"leave-absolute",
|
|
2363
|
-
"mode",
|
|
2364
|
-
"origin"
|
|
2365
|
-
],
|
|
2366
|
-
"description": ""
|
|
2367
|
-
},
|
|
2368
|
-
"v-slide-y-transition": {
|
|
2369
|
-
"attributes": [
|
|
2370
|
-
"group",
|
|
2371
|
-
"hide-on-leave",
|
|
2372
|
-
"leave-absolute",
|
|
2373
|
-
"mode",
|
|
2374
|
-
"origin"
|
|
2375
|
-
],
|
|
2376
|
-
"description": ""
|
|
2377
|
-
},
|
|
2378
|
-
"v-slide-y-reverse-transition": {
|
|
2379
|
-
"attributes": [
|
|
2380
|
-
"group",
|
|
2381
|
-
"hide-on-leave",
|
|
2382
|
-
"leave-absolute",
|
|
2383
|
-
"mode",
|
|
2384
|
-
"origin"
|
|
2385
|
-
],
|
|
2386
|
-
"description": ""
|
|
2387
|
-
},
|
|
2388
|
-
"v-expand-transition": {
|
|
2389
|
-
"attributes": [
|
|
2390
|
-
"mode"
|
|
2391
|
-
],
|
|
2392
|
-
"description": ""
|
|
2393
|
-
},
|
|
2394
|
-
"v-expand-x-transition": {
|
|
2395
|
-
"attributes": [
|
|
2396
|
-
"mode"
|
|
2397
|
-
],
|
|
2398
|
-
"description": ""
|
|
2399
|
-
},
|
|
2400
|
-
"v-data-table": {
|
|
2401
|
-
"attributes": [
|
|
2402
|
-
"custom-filter",
|
|
2403
|
-
"custom-key-filter",
|
|
2404
|
-
"expand-on-click",
|
|
2405
|
-
"expanded",
|
|
2406
|
-
"filter-keys",
|
|
2407
|
-
"filter-mode",
|
|
2408
|
-
"fixed-footer",
|
|
2409
|
-
"fixed-header",
|
|
2410
|
-
"group-by",
|
|
2411
|
-
"headers",
|
|
2412
|
-
"height",
|
|
2413
|
-
"hide-no-data",
|
|
2414
|
-
"item-children",
|
|
2415
|
-
"item-props",
|
|
2416
|
-
"item-title",
|
|
2417
|
-
"item-value",
|
|
2418
|
-
"items",
|
|
2419
|
-
"items-per-page",
|
|
2420
|
-
"model-value",
|
|
2421
|
-
"multi-sort",
|
|
2422
|
-
"must-sort",
|
|
2423
|
-
"no-data-text",
|
|
2424
|
-
"no-filter",
|
|
2425
|
-
"page",
|
|
2426
|
-
"return-object",
|
|
2427
|
-
"search",
|
|
2428
|
-
"show-expand",
|
|
2429
|
-
"show-select",
|
|
2430
|
-
"sort-by",
|
|
2431
|
-
"width"
|
|
2432
|
-
],
|
|
2433
|
-
"description": ""
|
|
2434
|
-
},
|
|
2435
|
-
"v-data-table-rows": {
|
|
2436
|
-
"attributes": [
|
|
2437
|
-
"hide-no-data",
|
|
2438
|
-
"items",
|
|
2439
|
-
"loading",
|
|
2440
|
-
"loading-text",
|
|
2441
|
-
"no-data-text",
|
|
2442
|
-
"row-height"
|
|
2443
|
-
],
|
|
2444
|
-
"description": ""
|
|
2445
|
-
},
|
|
2446
|
-
"v-data-table-row": {
|
|
2447
|
-
"attributes": [
|
|
2448
|
-
"index",
|
|
2449
|
-
"item"
|
|
2450
|
-
],
|
|
2451
|
-
"description": ""
|
|
2452
|
-
},
|
|
2453
|
-
"v-data-table-virtual": {
|
|
2454
|
-
"attributes": [
|
|
2455
|
-
"custom-filter",
|
|
2456
|
-
"custom-key-filter",
|
|
2457
|
-
"expand-on-click",
|
|
2458
|
-
"expanded",
|
|
2459
|
-
"filter-keys",
|
|
2460
|
-
"filter-mode",
|
|
2461
|
-
"fixed-footer",
|
|
2462
|
-
"fixed-header",
|
|
2463
|
-
"group-by",
|
|
2464
|
-
"headers",
|
|
2465
|
-
"height",
|
|
2466
|
-
"hide-no-data",
|
|
2467
|
-
"item-children",
|
|
2468
|
-
"item-height",
|
|
2469
|
-
"item-props",
|
|
2470
|
-
"item-title",
|
|
2471
|
-
"item-value",
|
|
2472
|
-
"items",
|
|
2473
|
-
"model-value",
|
|
2474
|
-
"multi-sort",
|
|
2475
|
-
"must-sort",
|
|
2476
|
-
"no-data-text",
|
|
2477
|
-
"no-filter",
|
|
2478
|
-
"return-object",
|
|
2479
|
-
"search",
|
|
2480
|
-
"show-expand",
|
|
2481
|
-
"show-select",
|
|
2482
|
-
"sort-by",
|
|
2483
|
-
"visible-items",
|
|
2484
|
-
"width"
|
|
2485
|
-
],
|
|
2486
|
-
"description": ""
|
|
2487
|
-
},
|
|
2488
|
-
"v-data-table-server": {
|
|
2489
|
-
"attributes": [
|
|
2490
|
-
"color",
|
|
2491
|
-
"expand-on-click",
|
|
2492
|
-
"expanded",
|
|
2493
|
-
"fixed-footer",
|
|
2494
|
-
"fixed-header",
|
|
2495
|
-
"group-by",
|
|
2496
|
-
"headers",
|
|
2497
|
-
"height",
|
|
2498
|
-
"hide-no-data",
|
|
2499
|
-
"item-children",
|
|
2500
|
-
"item-props",
|
|
2501
|
-
"item-title",
|
|
2502
|
-
"item-value",
|
|
2503
|
-
"items",
|
|
2504
|
-
"items-length",
|
|
2505
|
-
"items-per-page",
|
|
2506
|
-
"loading",
|
|
2507
|
-
"loading-text",
|
|
2508
|
-
"model-value",
|
|
2509
|
-
"multi-sort",
|
|
2510
|
-
"must-sort",
|
|
2511
|
-
"no-data-text",
|
|
2512
|
-
"page",
|
|
2513
|
-
"return-object",
|
|
2514
|
-
"show-expand",
|
|
2515
|
-
"show-select",
|
|
2516
|
-
"sort-by",
|
|
2517
|
-
"width"
|
|
2518
|
-
],
|
|
2519
|
-
"description": ""
|
|
2520
|
-
},
|
|
2521
|
-
"v-data-table-footer": {
|
|
2522
|
-
"attributes": [],
|
|
2523
|
-
"description": ""
|
|
2524
|
-
},
|
|
2525
|
-
"v-virtual-scroll": {
|
|
2526
|
-
"attributes": [
|
|
2527
|
-
"height",
|
|
2528
|
-
"item-height",
|
|
2529
|
-
"items",
|
|
2530
|
-
"max-height",
|
|
2531
|
-
"max-width",
|
|
2532
|
-
"min-height",
|
|
2533
|
-
"min-width",
|
|
2534
|
-
"visible-items",
|
|
2535
|
-
"width"
|
|
2536
|
-
],
|
|
2537
|
-
"description": ""
|
|
2538
2597
|
}
|
|
2539
2598
|
}
|