vuetify 3.5.14 → 3.5.16
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 +1 -5
- package/dist/json/importMap-labs.json +4 -4
- package/dist/json/importMap.json +108 -108
- package/dist/json/tags.json +0 -1
- package/dist/json/web-types.json +80 -19
- package/dist/vuetify-labs.css +2003 -1925
- package/dist/vuetify-labs.d.ts +10752 -10485
- package/dist/vuetify-labs.esm.js +180 -155
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +180 -155
- package/dist/vuetify-labs.min.css +3 -3
- package/dist/vuetify.css +2306 -2272
- package/dist/vuetify.d.ts +9316 -9253
- package/dist/vuetify.esm.js +127 -127
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +127 -127
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +3 -3
- package/dist/vuetify.min.js +1083 -1086
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.mjs.map +1 -1
- package/lib/blueprints/md1.mjs.map +1 -1
- package/lib/blueprints/md2.mjs.map +1 -1
- package/lib/blueprints/md3.mjs.map +1 -1
- package/lib/components/VAlert/VAlert.mjs.map +1 -1
- package/lib/components/VAlert/VAlertTitle.mjs.map +1 -1
- package/lib/components/VAlert/index.d.mts +55 -55
- package/lib/components/VAlert/index.mjs.map +1 -1
- package/lib/components/VApp/VApp.mjs.map +1 -1
- package/lib/components/VApp/index.mjs.map +1 -1
- 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/VAppBar/index.d.mts +162 -162
- package/lib/components/VAppBar/index.mjs.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +609 -609
- package/lib/components/VAutocomplete/index.mjs.map +1 -1
- package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
- package/lib/components/VAvatar/index.d.mts +30 -30
- package/lib/components/VAvatar/index.mjs.map +1 -1
- package/lib/components/VBadge/VBadge.mjs.map +1 -1
- package/lib/components/VBadge/index.d.mts +58 -58
- package/lib/components/VBadge/index.mjs.map +1 -1
- package/lib/components/VBanner/VBanner.mjs.map +1 -1
- package/lib/components/VBanner/VBannerActions.mjs.map +1 -1
- package/lib/components/VBanner/VBannerText.mjs.map +1 -1
- package/lib/components/VBanner/index.d.mts +50 -50
- package/lib/components/VBanner/index.mjs.map +1 -1
- package/lib/components/VBottomNavigation/VBottomNavigation.css +1 -1
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs.map +1 -1
- package/lib/components/VBottomNavigation/_variables.scss +1 -1
- package/lib/components/VBottomNavigation/index.d.mts +60 -60
- package/lib/components/VBottomNavigation/index.mjs.map +1 -1
- package/lib/components/VBottomSheet/VBottomSheet.mjs.map +1 -1
- package/lib/components/VBottomSheet/index.d.mts +125 -125
- package/lib/components/VBottomSheet/index.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/VBreadcrumbs/index.d.mts +34 -34
- package/lib/components/VBreadcrumbs/index.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.css +4 -0
- package/lib/components/VBtn/VBtn.mjs +6 -8
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.sass +4 -0
- package/lib/components/VBtn/_variables.scss +1 -0
- package/lib/components/VBtn/index.d.mts +100 -100
- package/lib/components/VBtn/index.mjs.map +1 -1
- package/lib/components/VBtnGroup/VBtnGroup.mjs.map +1 -1
- package/lib/components/VBtnGroup/index.d.mts +23 -23
- package/lib/components/VBtnGroup/index.mjs.map +1 -1
- package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
- package/lib/components/VBtnToggle/index.d.mts +40 -40
- package/lib/components/VBtnToggle/index.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/VCardSubtitle.mjs.map +1 -1
- package/lib/components/VCard/VCardText.mjs.map +1 -1
- package/lib/components/VCard/VCardTitle.mjs.map +1 -1
- package/lib/components/VCard/index.d.mts +85 -85
- package/lib/components/VCard/index.mjs.map +1 -1
- package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
- package/lib/components/VCarousel/VCarouselItem.mjs.map +1 -1
- package/lib/components/VCarousel/index.d.mts +121 -121
- package/lib/components/VCarousel/index.mjs.map +1 -1
- package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
- package/lib/components/VCheckbox/index.d.mts +154 -154
- package/lib/components/VCheckbox/index.mjs.map +1 -1
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/index.d.mts +86 -86
- package/lib/components/VChip/index.mjs.map +1 -1
- package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
- package/lib/components/VChipGroup/index.d.mts +37 -37
- package/lib/components/VChipGroup/index.mjs.map +1 -1
- package/lib/components/VCode/index.mjs.map +1 -1
- 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.mts +96 -96
- package/lib/components/VColorPicker/index.mjs.map +1 -1
- package/lib/components/VColorPicker/util/index.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +609 -609
- package/lib/components/VCombobox/index.mjs.map +1 -1
- package/lib/components/VCounter/VCounter.mjs.map +1 -1
- package/lib/components/VCounter/index.d.mts +20 -20
- package/lib/components/VCounter/index.mjs.map +1 -1
- package/lib/components/VDataIterator/VDataIterator.mjs.map +1 -1
- package/lib/components/VDataIterator/composables/items.mjs.map +1 -1
- package/lib/components/VDataIterator/index.d.mts +35 -35
- package/lib/components/VDataIterator/index.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableColumn.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableFooter.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableGroupHeaderRow.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableHeaders.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableRow.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableRows.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/components/VDataTable/composables/expand.mjs.map +1 -1
- package/lib/components/VDataTable/composables/group.mjs.map +1 -1
- package/lib/components/VDataTable/composables/headers.mjs.map +1 -1
- package/lib/components/VDataTable/composables/items.mjs.map +1 -1
- package/lib/components/VDataTable/composables/options.mjs +1 -1
- package/lib/components/VDataTable/composables/options.mjs.map +1 -1
- package/lib/components/VDataTable/composables/paginate.mjs.map +1 -1
- package/lib/components/VDataTable/composables/select.mjs.map +1 -1
- package/lib/components/VDataTable/composables/sort.mjs +8 -4
- package/lib/components/VDataTable/composables/sort.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +217 -217
- package/lib/components/VDataTable/index.mjs.map +1 -1
- package/lib/components/VDataTable/types.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerControls.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerHeader.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonths.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerYears.mjs.map +1 -1
- package/lib/components/VDatePicker/index.d.mts +110 -110
- package/lib/components/VDatePicker/index.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/index.mjs.map +1 -1
- package/lib/components/VDatePicker/util/isDateAllowed.mjs.map +1 -1
- package/lib/components/VDatePicker/util/monthChange.mjs.map +1 -1
- package/lib/components/VDatePicker/util/pad.mjs.map +1 -1
- package/lib/components/VDatePicker/util/sanitizeDateString.mjs.map +1 -1
- package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs.map +1 -1
- package/lib/components/VDefaultsProvider/index.mjs.map +1 -1
- package/lib/components/VDialog/VDialog.mjs +23 -13
- package/lib/components/VDialog/VDialog.mjs.map +1 -1
- package/lib/components/VDialog/index.d.mts +404 -377
- package/lib/components/VDialog/index.mjs.map +1 -1
- package/lib/components/VDivider/VDivider.mjs.map +1 -1
- package/lib/components/VDivider/index.d.mts +11 -11
- package/lib/components/VDivider/index.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/VExpansionPanel/index.d.mts +111 -111
- package/lib/components/VExpansionPanel/index.mjs.map +1 -1
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VFieldLabel.mjs.map +1 -1
- package/lib/components/VField/index.d.mts +46 -46
- package/lib/components/VField/index.mjs.map +1 -1
- package/lib/components/VFileInput/VFileInput.mjs +2 -4
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/index.d.mts +199 -199
- package/lib/components/VFileInput/index.mjs.map +1 -1
- package/lib/components/VFooter/VFooter.mjs.map +1 -1
- package/lib/components/VFooter/index.d.mts +50 -50
- package/lib/components/VFooter/index.mjs.map +1 -1
- package/lib/components/VForm/VForm.mjs.map +1 -1
- package/lib/components/VForm/index.d.mts +9 -9
- package/lib/components/VForm/index.mjs.map +1 -1
- package/lib/components/VGrid/VCol.mjs.map +1 -1
- package/lib/components/VGrid/VContainer.mjs.map +1 -1
- package/lib/components/VGrid/VRow.mjs.map +1 -1
- package/lib/components/VGrid/VSpacer.mjs.map +1 -1
- package/lib/components/VGrid/index.d.mts +142 -142
- package/lib/components/VGrid/index.mjs.map +1 -1
- package/lib/components/VHover/VHover.mjs.map +1 -1
- package/lib/components/VHover/index.mjs.map +1 -1
- package/lib/components/VIcon/VIcon.mjs.map +1 -1
- package/lib/components/VIcon/index.d.mts +24 -24
- package/lib/components/VIcon/index.mjs.map +1 -1
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VImg/index.d.mts +92 -92
- package/lib/components/VImg/index.mjs.map +1 -1
- package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs.map +1 -1
- package/lib/components/VInfiniteScroll/index.d.mts +22 -22
- package/lib/components/VInfiniteScroll/index.mjs.map +1 -1
- package/lib/components/VInput/InputIcon.mjs.map +1 -1
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/index.d.mts +41 -41
- package/lib/components/VInput/index.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/VItemGroup/index.d.mts +17 -17
- package/lib/components/VItemGroup/index.mjs.map +1 -1
- package/lib/components/VKbd/index.mjs.map +1 -1
- package/lib/components/VLabel/VLabel.mjs.map +1 -1
- package/lib/components/VLabel/index.d.mts +8 -8
- package/lib/components/VLabel/index.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.mts +24 -24
- package/lib/components/VLayout/index.mjs.map +1 -1
- package/lib/components/VLazy/VLazy.mjs.map +1 -1
- package/lib/components/VLazy/index.d.mts +31 -31
- package/lib/components/VLazy/index.mjs.map +1 -1
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VListChildren.mjs.map +1 -1
- package/lib/components/VList/VListGroup.mjs.map +1 -1
- package/lib/components/VList/VListImg.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/VListItemSubtitle.mjs.map +1 -1
- package/lib/components/VList/VListItemTitle.mjs.map +1 -1
- package/lib/components/VList/VListSubheader.mjs.map +1 -1
- package/lib/components/VList/index.d.mts +172 -172
- package/lib/components/VList/index.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/VLocaleProvider/index.d.mts +7 -7
- package/lib/components/VLocaleProvider/index.mjs.map +1 -1
- package/lib/components/VMain/VMain.mjs.map +1 -1
- package/lib/components/VMain/index.d.mts +2 -2
- package/lib/components/VMain/index.mjs.map +1 -1
- package/lib/components/VMenu/VMenu.mjs +2 -1
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +438 -423
- package/lib/components/VMenu/index.mjs.map +1 -1
- package/lib/components/VMenu/shared.mjs.map +1 -1
- package/lib/components/VMessages/VMessages.mjs.map +1 -1
- package/lib/components/VMessages/index.d.mts +20 -20
- package/lib/components/VMessages/index.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/index.d.mts +63 -63
- package/lib/components/VNavigationDrawer/index.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.mjs.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
- package/lib/components/VOtpInput/index.d.mts +88 -88
- package/lib/components/VOtpInput/index.mjs.map +1 -1
- package/lib/components/VOverflowBtn/VOverflowBtn.mjs.map +1 -1
- package/lib/components/VOverflowBtn/index.mjs.map +1 -1
- package/lib/components/VOverlay/VOverlay.mjs +5 -0
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/index.d.mts +110 -104
- package/lib/components/VOverlay/index.mjs.map +1 -1
- 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.map +1 -1
- package/lib/components/VPagination/index.d.mts +55 -55
- package/lib/components/VPagination/index.mjs.map +1 -1
- package/lib/components/VParallax/VParallax.mjs.map +1 -1
- package/lib/components/VParallax/index.d.mts +7 -7
- package/lib/components/VParallax/index.mjs.map +1 -1
- package/lib/components/VProgressCircular/VProgressCircular.mjs.map +1 -1
- package/lib/components/VProgressCircular/index.d.mts +24 -24
- package/lib/components/VProgressCircular/index.mjs.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.mjs +1 -11
- package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
- package/lib/components/VProgressLinear/index.d.mts +41 -62
- package/lib/components/VProgressLinear/index.mjs.map +1 -1
- package/lib/components/VRadio/VRadio.mjs.map +1 -1
- package/lib/components/VRadio/index.d.mts +41 -41
- package/lib/components/VRadio/index.mjs.map +1 -1
- package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
- package/lib/components/VRadioGroup/index.d.mts +85 -85
- package/lib/components/VRadioGroup/index.mjs.map +1 -1
- package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
- package/lib/components/VRangeSlider/index.d.mts +82 -82
- package/lib/components/VRangeSlider/index.mjs.map +1 -1
- package/lib/components/VRating/VRating.mjs.map +1 -1
- package/lib/components/VRating/index.d.mts +22 -22
- package/lib/components/VRating/index.mjs.map +1 -1
- package/lib/components/VResponsive/VResponsive.mjs.map +1 -1
- package/lib/components/VResponsive/index.d.mts +23 -23
- package/lib/components/VResponsive/index.mjs.map +1 -1
- package/lib/components/VSelect/VSelect.mjs +1 -1
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +609 -609
- package/lib/components/VSelect/index.mjs.map +1 -1
- package/lib/components/VSelect/useScrolling.mjs.map +1 -1
- package/lib/components/VSelectionControl/VSelectionControl.mjs +1 -1
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSelectionControl/index.d.mts +43 -43
- package/lib/components/VSelectionControl/index.mjs.map +1 -1
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -1
- package/lib/components/VSelectionControlGroup/index.d.mts +39 -39
- package/lib/components/VSelectionControlGroup/index.mjs.map +1 -1
- package/lib/components/VSheet/VSheet.mjs.map +1 -1
- package/lib/components/VSheet/index.d.mts +34 -34
- package/lib/components/VSheet/index.mjs.map +1 -1
- package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
- package/lib/components/VSkeletonLoader/index.d.mts +17 -17
- package/lib/components/VSkeletonLoader/index.mjs.map +1 -1
- 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.mts +24 -24
- package/lib/components/VSlideGroup/index.mjs.map +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/index.d.mts +75 -75
- package/lib/components/VSlider/index.mjs.map +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.mts +455 -440
- package/lib/components/VSnackbar/index.mjs.map +1 -1
- 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/VSparkline/index.mjs.map +1 -1
- package/lib/components/VSpeedDial/VSpeedDial.mjs.map +1 -1
- package/lib/components/VSpeedDial/index.mjs.map +1 -1
- package/lib/components/VStepper/VStepper.mjs.map +1 -1
- package/lib/components/VStepper/VStepperActions.mjs.map +1 -1
- package/lib/components/VStepper/VStepperHeader.mjs.map +1 -1
- package/lib/components/VStepper/VStepperItem.mjs.map +1 -1
- package/lib/components/VStepper/VStepperWindow.mjs.map +1 -1
- package/lib/components/VStepper/VStepperWindowItem.mjs.map +1 -1
- package/lib/components/VStepper/index.d.mts +115 -115
- package/lib/components/VStepper/index.mjs.map +1 -1
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VSwitch/index.d.mts +88 -88
- package/lib/components/VSwitch/index.mjs.map +1 -1
- package/lib/components/VSystemBar/VSystemBar.mjs.map +1 -1
- package/lib/components/VSystemBar/index.d.mts +39 -39
- package/lib/components/VSystemBar/index.mjs.map +1 -1
- package/lib/components/VTable/VTable.mjs.map +1 -1
- package/lib/components/VTable/index.d.mts +4 -4
- package/lib/components/VTable/index.mjs.map +1 -1
- package/lib/components/VTabs/VTab.mjs.map +1 -1
- package/lib/components/VTabs/VTabs.mjs.map +1 -1
- package/lib/components/VTabs/index.d.mts +437 -437
- package/lib/components/VTabs/index.mjs.map +1 -1
- package/lib/components/VTabs/shared.mjs.map +1 -1
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/index.d.mts +353 -353
- package/lib/components/VTextField/index.mjs.map +1 -1
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/index.d.mts +230 -230
- package/lib/components/VTextarea/index.mjs.map +1 -1
- package/lib/components/VThemeProvider/VThemeProvider.mjs.map +1 -1
- package/lib/components/VThemeProvider/index.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.mts +26 -26
- package/lib/components/VTimeline/index.mjs.map +1 -1
- 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/VToolbar/index.d.mts +53 -53
- package/lib/components/VToolbar/index.mjs.map +1 -1
- package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
- package/lib/components/VTooltip/index.d.mts +469 -454
- package/lib/components/VTooltip/index.mjs.map +1 -1
- package/lib/components/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/components/VTreeview/VTreeviewNode.mjs.map +1 -1
- package/lib/components/VTreeview/index.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/VValidation/index.d.mts +19 -19
- package/lib/components/VValidation/index.mjs.map +1 -1
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
- package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs.map +1 -1
- package/lib/components/VVirtualScroll/index.d.mts +10 -10
- package/lib/components/VVirtualScroll/index.mjs.map +1 -1
- package/lib/components/VWindow/VWindow.mjs.map +1 -1
- package/lib/components/VWindow/VWindowItem.mjs.map +1 -1
- package/lib/components/VWindow/index.d.mts +31 -31
- package/lib/components/VWindow/index.mjs.map +1 -1
- package/lib/components/index.d.mts +9409 -9346
- package/lib/components/index.mjs.map +1 -1
- 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.mts +200 -200
- package/lib/components/transitions/index.mjs.map +1 -1
- package/lib/composables/border.mjs.map +1 -1
- package/lib/composables/calendar.mjs +1 -1
- package/lib/composables/calendar.mjs.map +1 -1
- package/lib/composables/color.mjs.map +1 -1
- package/lib/composables/component.mjs.map +1 -1
- package/lib/composables/date/DateAdapter.mjs.map +1 -1
- package/lib/composables/date/adapters/vuetify.mjs +7 -6
- package/lib/composables/date/adapters/vuetify.mjs.map +1 -1
- package/lib/composables/date/date.mjs.map +1 -1
- package/lib/composables/date/index.mjs.map +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/directiveComponent.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.map +1 -1
- package/lib/composables/goto.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 +2 -2
- package/lib/composables/icons.mjs.map +1 -1
- package/lib/composables/index.mjs.map +1 -1
- package/lib/composables/intersectionObserver.mjs.map +1 -1
- package/lib/composables/layout.mjs.map +1 -1
- package/lib/composables/lazy.mjs.map +1 -1
- package/lib/composables/list-items.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/activeStrategies.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 +1 -1
- package/lib/composables/rounded.mjs.map +1 -1
- package/lib/composables/router.mjs +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/tag.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.map +1 -1
- package/lib/composables/variant.mjs.map +1 -1
- package/lib/composables/virtual.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/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/iconsets/fa-svg.mjs.map +1 -1
- package/lib/iconsets/fa.mjs.map +1 -1
- package/lib/iconsets/fa4.mjs.map +1 -1
- package/lib/iconsets/md.mjs.map +1 -1
- package/lib/iconsets/mdi-svg.mjs.map +1 -1
- package/lib/iconsets/mdi.mjs.map +1 -1
- package/lib/index.d.mts +36 -36
- package/lib/labs/VCalendar/VCalendar.mjs +15 -11
- package/lib/labs/VCalendar/VCalendar.mjs.map +1 -1
- package/lib/labs/VCalendar/VCalendarDay.mjs.map +1 -1
- package/lib/labs/VCalendar/VCalendarEvent.mjs.map +1 -1
- package/lib/labs/VCalendar/VCalendarHeader.mjs.map +1 -1
- package/lib/labs/VCalendar/VCalendarInterval.mjs.map +1 -1
- package/lib/labs/VCalendar/VCalendarIntervalEvent.mjs.map +1 -1
- package/lib/labs/VCalendar/VCalendarMonthDay.mjs +12 -4
- package/lib/labs/VCalendar/VCalendarMonthDay.mjs.map +1 -1
- package/lib/labs/VCalendar/index.d.mts +200 -52
- package/lib/labs/VCalendar/index.mjs.map +1 -1
- package/lib/labs/VConfirmEdit/VConfirmEdit.mjs.map +1 -1
- package/lib/labs/VConfirmEdit/__test__/VConfirmEdit.spec.cy.mjs.map +1 -1
- package/lib/labs/VConfirmEdit/index.d.mts +2 -2
- package/lib/labs/VConfirmEdit/index.mjs.map +1 -1
- package/lib/labs/VEmptyState/VEmptyState.css +7 -2
- package/lib/labs/VEmptyState/VEmptyState.mjs.map +1 -1
- package/lib/labs/VEmptyState/VEmptyState.sass +5 -0
- package/lib/labs/VEmptyState/_variables.scss +9 -6
- package/lib/labs/VEmptyState/index.d.mts +47 -47
- package/lib/labs/VEmptyState/index.mjs.map +1 -1
- package/lib/labs/VFab/VFab.mjs.map +1 -1
- package/lib/labs/VFab/index.d.mts +223 -223
- package/lib/labs/VFab/index.mjs.map +1 -1
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VNumberInput/index.d.mts +108 -108
- package/lib/labs/VNumberInput/index.mjs.map +1 -1
- package/lib/labs/VPicker/VPicker.mjs.map +1 -1
- package/lib/labs/VPicker/VPickerTitle.mjs.map +1 -1
- package/lib/labs/VPicker/index.d.mts +45 -45
- package/lib/labs/VPicker/index.mjs.map +1 -1
- package/lib/labs/VSparkline/VBarline.mjs.map +1 -1
- package/lib/labs/VSparkline/VSparkline.mjs.map +1 -1
- package/lib/labs/VSparkline/VTrendline.mjs.map +1 -1
- package/lib/labs/VSparkline/index.d.mts +38 -38
- package/lib/labs/VSparkline/index.mjs.map +1 -1
- package/lib/labs/VSparkline/util/line.mjs.map +1 -1
- package/lib/labs/VSparkline/util/path.mjs.map +1 -1
- package/lib/labs/VSpeedDial/VSpeedDial.css +39 -0
- package/lib/labs/VSpeedDial/VSpeedDial.mjs +19 -9
- package/lib/labs/VSpeedDial/VSpeedDial.mjs.map +1 -1
- package/lib/labs/VSpeedDial/VSpeedDial.sass +22 -0
- package/lib/labs/VSpeedDial/index.d.mts +297 -241
- package/lib/labs/VSpeedDial/index.mjs.map +1 -1
- package/lib/labs/VTimePicker/SelectingTimes.mjs.map +1 -1
- package/lib/labs/VTimePicker/VTimePicker.mjs +2 -2
- package/lib/labs/VTimePicker/VTimePicker.mjs.map +1 -1
- package/lib/labs/VTimePicker/VTimePickerClock.mjs +8 -5
- package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
- package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
- package/lib/labs/VTimePicker/index.d.mts +117 -117
- package/lib/labs/VTimePicker/index.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewGroup.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
- package/lib/labs/VTreeview/index.d.mts +201 -201
- package/lib/labs/VTreeview/index.mjs.map +1 -1
- package/lib/labs/VTreeview/shared.mjs.map +1 -1
- package/lib/labs/allComponents.mjs.map +1 -1
- package/lib/labs/components.d.mts +1251 -1047
- package/lib/labs/components.mjs.map +1 -1
- package/lib/labs/entry-bundler.mjs.map +1 -1
- package/lib/labs/index.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.map +1 -1
- package/lib/locale/ar.mjs.map +1 -1
- package/lib/locale/az.mjs.map +1 -1
- package/lib/locale/bg.mjs.map +1 -1
- package/lib/locale/ca.mjs.map +1 -1
- package/lib/locale/ckb.mjs.map +1 -1
- package/lib/locale/cs.mjs.map +1 -1
- package/lib/locale/da.mjs.map +1 -1
- package/lib/locale/de.mjs.map +1 -1
- package/lib/locale/el.mjs.map +1 -1
- package/lib/locale/en.mjs.map +1 -1
- package/lib/locale/es.mjs.map +1 -1
- package/lib/locale/et.mjs.map +1 -1
- package/lib/locale/fa.mjs.map +1 -1
- package/lib/locale/fi.mjs.map +1 -1
- package/lib/locale/fr.mjs.map +1 -1
- package/lib/locale/he.mjs.map +1 -1
- package/lib/locale/hr.mjs.map +1 -1
- package/lib/locale/hu.mjs.map +1 -1
- package/lib/locale/id.mjs.map +1 -1
- package/lib/locale/index.mjs.map +1 -1
- package/lib/locale/it.mjs.map +1 -1
- package/lib/locale/ja.mjs.map +1 -1
- package/lib/locale/km.mjs.map +1 -1
- package/lib/locale/ko.mjs.map +1 -1
- package/lib/locale/lt.mjs +25 -25
- package/lib/locale/lt.mjs.map +1 -1
- package/lib/locale/lv.mjs.map +1 -1
- package/lib/locale/nl.mjs.map +1 -1
- package/lib/locale/no.mjs.map +1 -1
- package/lib/locale/pl.mjs.map +1 -1
- package/lib/locale/pt.mjs.map +1 -1
- package/lib/locale/ro.mjs.map +1 -1
- package/lib/locale/ru.mjs.map +1 -1
- package/lib/locale/sk.mjs.map +1 -1
- package/lib/locale/sl.mjs +30 -30
- package/lib/locale/sl.mjs.map +1 -1
- package/lib/locale/sr-Cyrl.mjs.map +1 -1
- package/lib/locale/sr-Latn.mjs.map +1 -1
- package/lib/locale/sv.mjs.map +1 -1
- package/lib/locale/th.mjs.map +1 -1
- package/lib/locale/tr.mjs.map +1 -1
- package/lib/locale/uk.mjs.map +1 -1
- package/lib/locale/vi.mjs.map +1 -1
- package/lib/locale/zh-Hans.mjs.map +1 -1
- package/lib/locale/zh-Hant.mjs.map +1 -1
- package/lib/services/goto/easing-patterns.mjs.map +1 -1
- package/lib/services/goto/index.mjs.map +1 -1
- package/lib/services/goto/util.mjs.map +1 -1
- package/lib/styles/main.css +30 -0
- package/lib/styles/settings/_variables.scss +1 -0
- package/lib/util/anchor.mjs.map +1 -1
- package/lib/util/animation.mjs.map +1 -1
- package/lib/util/bindProps.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/colors.mjs.map +1 -1
- package/lib/util/console.mjs.map +1 -1
- package/lib/util/createSimpleFunctional.mjs.map +1 -1
- package/lib/util/defineComponent.mjs.map +1 -1
- package/lib/util/dom.mjs.map +1 -1
- package/lib/util/easing.mjs.map +1 -1
- package/lib/util/events.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.map +1 -1
- package/lib/util/helpers.mjs +8 -16
- package/lib/util/helpers.mjs.map +1 -1
- package/lib/util/index.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 +25 -25
|
@@ -65,7 +65,7 @@ declare const VCalendar: {
|
|
|
65
65
|
day: Record<string, any>;
|
|
66
66
|
nextIcon: string;
|
|
67
67
|
prevIcon: string;
|
|
68
|
-
viewMode: "
|
|
68
|
+
viewMode: "month" | "day" | "week";
|
|
69
69
|
showAdjacentMonths: boolean;
|
|
70
70
|
weekdays: number[];
|
|
71
71
|
hideHeader: boolean;
|
|
@@ -78,13 +78,13 @@ declare const VCalendar: {
|
|
|
78
78
|
intervals: number;
|
|
79
79
|
hideWeekNumber: boolean;
|
|
80
80
|
} & {
|
|
81
|
-
|
|
82
|
-
min?: unknown;
|
|
81
|
+
events?: any[] | undefined;
|
|
83
82
|
title?: string | undefined;
|
|
84
83
|
month?: string | number | undefined;
|
|
85
84
|
year?: string | number | undefined;
|
|
86
|
-
events?: any[] | undefined;
|
|
87
85
|
modelValue?: unknown[] | undefined;
|
|
86
|
+
max?: unknown;
|
|
87
|
+
min?: unknown;
|
|
88
88
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
|
89
89
|
displayValue?: unknown;
|
|
90
90
|
dayIndex?: number | undefined;
|
|
@@ -93,16 +93,31 @@ declare const VCalendar: {
|
|
|
93
93
|
header?: ((arg: {
|
|
94
94
|
title: string;
|
|
95
95
|
}) => vue.VNodeChild) | undefined;
|
|
96
|
+
event?: ((arg: {
|
|
97
|
+
day?: Object | undefined;
|
|
98
|
+
allDay: boolean;
|
|
99
|
+
event: Record<string, unknown>;
|
|
100
|
+
}) => vue.VNodeChild) | undefined;
|
|
96
101
|
};
|
|
97
102
|
'v-slots'?: {
|
|
98
103
|
header?: false | ((arg: {
|
|
99
104
|
title: string;
|
|
100
105
|
}) => vue.VNodeChild) | undefined;
|
|
106
|
+
event?: false | ((arg: {
|
|
107
|
+
day?: Object | undefined;
|
|
108
|
+
allDay: boolean;
|
|
109
|
+
event: Record<string, unknown>;
|
|
110
|
+
}) => vue.VNodeChild) | undefined;
|
|
101
111
|
} | undefined;
|
|
102
112
|
} & {
|
|
103
113
|
"v-slot:header"?: false | ((arg: {
|
|
104
114
|
title: string;
|
|
105
115
|
}) => vue.VNodeChild) | undefined;
|
|
116
|
+
"v-slot:event"?: false | ((arg: {
|
|
117
|
+
day?: Object | undefined;
|
|
118
|
+
allDay: boolean;
|
|
119
|
+
event: Record<string, unknown>;
|
|
120
|
+
}) => vue.VNodeChild) | undefined;
|
|
106
121
|
} & {
|
|
107
122
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
108
123
|
onNext?: ((...args: any[]) => any) | undefined;
|
|
@@ -172,7 +187,7 @@ declare const VCalendar: {
|
|
|
172
187
|
day: Record<string, any>;
|
|
173
188
|
nextIcon: string;
|
|
174
189
|
prevIcon: string;
|
|
175
|
-
viewMode: "
|
|
190
|
+
viewMode: "month" | "day" | "week";
|
|
176
191
|
showAdjacentMonths: boolean;
|
|
177
192
|
weekdays: number[];
|
|
178
193
|
hideHeader: boolean;
|
|
@@ -185,13 +200,13 @@ declare const VCalendar: {
|
|
|
185
200
|
intervals: number;
|
|
186
201
|
hideWeekNumber: boolean;
|
|
187
202
|
} & {
|
|
188
|
-
|
|
189
|
-
min?: unknown;
|
|
203
|
+
events?: any[] | undefined;
|
|
190
204
|
title?: string | undefined;
|
|
191
205
|
month?: string | number | undefined;
|
|
192
206
|
year?: string | number | undefined;
|
|
193
|
-
events?: any[] | undefined;
|
|
194
207
|
modelValue?: unknown[] | undefined;
|
|
208
|
+
max?: unknown;
|
|
209
|
+
min?: unknown;
|
|
195
210
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
|
196
211
|
displayValue?: unknown;
|
|
197
212
|
dayIndex?: number | undefined;
|
|
@@ -200,16 +215,31 @@ declare const VCalendar: {
|
|
|
200
215
|
header?: ((arg: {
|
|
201
216
|
title: string;
|
|
202
217
|
}) => vue.VNodeChild) | undefined;
|
|
218
|
+
event?: ((arg: {
|
|
219
|
+
day?: Object | undefined;
|
|
220
|
+
allDay: boolean;
|
|
221
|
+
event: Record<string, unknown>;
|
|
222
|
+
}) => vue.VNodeChild) | undefined;
|
|
203
223
|
};
|
|
204
224
|
'v-slots'?: {
|
|
205
225
|
header?: false | ((arg: {
|
|
206
226
|
title: string;
|
|
207
227
|
}) => vue.VNodeChild) | undefined;
|
|
228
|
+
event?: false | ((arg: {
|
|
229
|
+
day?: Object | undefined;
|
|
230
|
+
allDay: boolean;
|
|
231
|
+
event: Record<string, unknown>;
|
|
232
|
+
}) => vue.VNodeChild) | undefined;
|
|
208
233
|
} | undefined;
|
|
209
234
|
} & {
|
|
210
235
|
"v-slot:header"?: false | ((arg: {
|
|
211
236
|
title: string;
|
|
212
237
|
}) => vue.VNodeChild) | undefined;
|
|
238
|
+
"v-slot:event"?: false | ((arg: {
|
|
239
|
+
day?: Object | undefined;
|
|
240
|
+
allDay: boolean;
|
|
241
|
+
event: Record<string, unknown>;
|
|
242
|
+
}) => vue.VNodeChild) | undefined;
|
|
213
243
|
} & {
|
|
214
244
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
215
245
|
onNext?: ((...args: any[]) => any) | undefined;
|
|
@@ -220,7 +250,7 @@ declare const VCalendar: {
|
|
|
220
250
|
day: Record<string, any>;
|
|
221
251
|
nextIcon: string;
|
|
222
252
|
prevIcon: string;
|
|
223
|
-
viewMode: "
|
|
253
|
+
viewMode: "month" | "day" | "week";
|
|
224
254
|
showAdjacentMonths: boolean;
|
|
225
255
|
weekdays: number[];
|
|
226
256
|
hideHeader: boolean;
|
|
@@ -238,6 +268,13 @@ declare const VCalendar: {
|
|
|
238
268
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
239
269
|
[key: string]: any;
|
|
240
270
|
}>[];
|
|
271
|
+
event: (arg: {
|
|
272
|
+
day?: Object | undefined;
|
|
273
|
+
allDay: boolean;
|
|
274
|
+
event: Record<string, unknown>;
|
|
275
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
276
|
+
[key: string]: any;
|
|
277
|
+
}>[];
|
|
241
278
|
}>>, {
|
|
242
279
|
P: {};
|
|
243
280
|
B: {};
|
|
@@ -251,7 +288,7 @@ declare const VCalendar: {
|
|
|
251
288
|
day: Record<string, any>;
|
|
252
289
|
nextIcon: string;
|
|
253
290
|
prevIcon: string;
|
|
254
|
-
viewMode: "
|
|
291
|
+
viewMode: "month" | "day" | "week";
|
|
255
292
|
showAdjacentMonths: boolean;
|
|
256
293
|
weekdays: number[];
|
|
257
294
|
hideHeader: boolean;
|
|
@@ -264,13 +301,13 @@ declare const VCalendar: {
|
|
|
264
301
|
intervals: number;
|
|
265
302
|
hideWeekNumber: boolean;
|
|
266
303
|
} & {
|
|
267
|
-
|
|
268
|
-
min?: unknown;
|
|
304
|
+
events?: any[] | undefined;
|
|
269
305
|
title?: string | undefined;
|
|
270
306
|
month?: string | number | undefined;
|
|
271
307
|
year?: string | number | undefined;
|
|
272
|
-
events?: any[] | undefined;
|
|
273
308
|
modelValue?: unknown[] | undefined;
|
|
309
|
+
max?: unknown;
|
|
310
|
+
min?: unknown;
|
|
274
311
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
|
275
312
|
displayValue?: unknown;
|
|
276
313
|
dayIndex?: number | undefined;
|
|
@@ -279,16 +316,31 @@ declare const VCalendar: {
|
|
|
279
316
|
header?: ((arg: {
|
|
280
317
|
title: string;
|
|
281
318
|
}) => vue.VNodeChild) | undefined;
|
|
319
|
+
event?: ((arg: {
|
|
320
|
+
day?: Object | undefined;
|
|
321
|
+
allDay: boolean;
|
|
322
|
+
event: Record<string, unknown>;
|
|
323
|
+
}) => vue.VNodeChild) | undefined;
|
|
282
324
|
};
|
|
283
325
|
'v-slots'?: {
|
|
284
326
|
header?: false | ((arg: {
|
|
285
327
|
title: string;
|
|
286
328
|
}) => vue.VNodeChild) | undefined;
|
|
329
|
+
event?: false | ((arg: {
|
|
330
|
+
day?: Object | undefined;
|
|
331
|
+
allDay: boolean;
|
|
332
|
+
event: Record<string, unknown>;
|
|
333
|
+
}) => vue.VNodeChild) | undefined;
|
|
287
334
|
} | undefined;
|
|
288
335
|
} & {
|
|
289
336
|
"v-slot:header"?: false | ((arg: {
|
|
290
337
|
title: string;
|
|
291
338
|
}) => vue.VNodeChild) | undefined;
|
|
339
|
+
"v-slot:event"?: false | ((arg: {
|
|
340
|
+
day?: Object | undefined;
|
|
341
|
+
allDay: boolean;
|
|
342
|
+
event: Record<string, unknown>;
|
|
343
|
+
}) => vue.VNodeChild) | undefined;
|
|
292
344
|
} & {
|
|
293
345
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
294
346
|
onNext?: ((...args: any[]) => any) | undefined;
|
|
@@ -354,7 +406,7 @@ declare const VCalendar: {
|
|
|
354
406
|
day: Record<string, any>;
|
|
355
407
|
nextIcon: string;
|
|
356
408
|
prevIcon: string;
|
|
357
|
-
viewMode: "
|
|
409
|
+
viewMode: "month" | "day" | "week";
|
|
358
410
|
showAdjacentMonths: boolean;
|
|
359
411
|
weekdays: number[];
|
|
360
412
|
hideHeader: boolean;
|
|
@@ -376,7 +428,7 @@ declare const VCalendar: {
|
|
|
376
428
|
day: Record<string, any>;
|
|
377
429
|
nextIcon: string;
|
|
378
430
|
prevIcon: string;
|
|
379
|
-
viewMode: "
|
|
431
|
+
viewMode: "month" | "day" | "week";
|
|
380
432
|
showAdjacentMonths: boolean;
|
|
381
433
|
weekdays: number[];
|
|
382
434
|
hideHeader: boolean;
|
|
@@ -389,13 +441,13 @@ declare const VCalendar: {
|
|
|
389
441
|
intervals: number;
|
|
390
442
|
hideWeekNumber: boolean;
|
|
391
443
|
} & {
|
|
392
|
-
|
|
393
|
-
min?: unknown;
|
|
444
|
+
events?: any[] | undefined;
|
|
394
445
|
title?: string | undefined;
|
|
395
446
|
month?: string | number | undefined;
|
|
396
447
|
year?: string | number | undefined;
|
|
397
|
-
events?: any[] | undefined;
|
|
398
448
|
modelValue?: unknown[] | undefined;
|
|
449
|
+
max?: unknown;
|
|
450
|
+
min?: unknown;
|
|
399
451
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
|
400
452
|
displayValue?: unknown;
|
|
401
453
|
dayIndex?: number | undefined;
|
|
@@ -404,16 +456,31 @@ declare const VCalendar: {
|
|
|
404
456
|
header?: ((arg: {
|
|
405
457
|
title: string;
|
|
406
458
|
}) => vue.VNodeChild) | undefined;
|
|
459
|
+
event?: ((arg: {
|
|
460
|
+
day?: Object | undefined;
|
|
461
|
+
allDay: boolean;
|
|
462
|
+
event: Record<string, unknown>;
|
|
463
|
+
}) => vue.VNodeChild) | undefined;
|
|
407
464
|
};
|
|
408
465
|
'v-slots'?: {
|
|
409
466
|
header?: false | ((arg: {
|
|
410
467
|
title: string;
|
|
411
468
|
}) => vue.VNodeChild) | undefined;
|
|
469
|
+
event?: false | ((arg: {
|
|
470
|
+
day?: Object | undefined;
|
|
471
|
+
allDay: boolean;
|
|
472
|
+
event: Record<string, unknown>;
|
|
473
|
+
}) => vue.VNodeChild) | undefined;
|
|
412
474
|
} | undefined;
|
|
413
475
|
} & {
|
|
414
476
|
"v-slot:header"?: false | ((arg: {
|
|
415
477
|
title: string;
|
|
416
478
|
}) => vue.VNodeChild) | undefined;
|
|
479
|
+
"v-slot:event"?: false | ((arg: {
|
|
480
|
+
day?: Object | undefined;
|
|
481
|
+
allDay: boolean;
|
|
482
|
+
event: Record<string, unknown>;
|
|
483
|
+
}) => vue.VNodeChild) | undefined;
|
|
417
484
|
} & {
|
|
418
485
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
419
486
|
onNext?: ((...args: any[]) => any) | undefined;
|
|
@@ -483,7 +550,7 @@ declare const VCalendar: {
|
|
|
483
550
|
day: Record<string, any>;
|
|
484
551
|
nextIcon: string;
|
|
485
552
|
prevIcon: string;
|
|
486
|
-
viewMode: "
|
|
553
|
+
viewMode: "month" | "day" | "week";
|
|
487
554
|
showAdjacentMonths: boolean;
|
|
488
555
|
weekdays: number[];
|
|
489
556
|
hideHeader: boolean;
|
|
@@ -501,6 +568,13 @@ declare const VCalendar: {
|
|
|
501
568
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
502
569
|
[key: string]: any;
|
|
503
570
|
}>[];
|
|
571
|
+
event: (arg: {
|
|
572
|
+
day?: Object | undefined;
|
|
573
|
+
allDay: boolean;
|
|
574
|
+
event: Record<string, unknown>;
|
|
575
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
576
|
+
[key: string]: any;
|
|
577
|
+
}>[];
|
|
504
578
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
505
579
|
nextIcon: {
|
|
506
580
|
type: StringConstructor;
|
|
@@ -516,7 +590,7 @@ declare const VCalendar: {
|
|
|
516
590
|
default: string;
|
|
517
591
|
};
|
|
518
592
|
viewMode: {
|
|
519
|
-
type: vue.PropType<"
|
|
593
|
+
type: vue.PropType<"month" | "day" | "week">;
|
|
520
594
|
default: string;
|
|
521
595
|
};
|
|
522
596
|
day: {
|
|
@@ -551,7 +625,7 @@ declare const VCalendar: {
|
|
|
551
625
|
default: number;
|
|
552
626
|
};
|
|
553
627
|
intervalFormat: {
|
|
554
|
-
type: (
|
|
628
|
+
type: (StringConstructor | FunctionConstructor)[];
|
|
555
629
|
default: string;
|
|
556
630
|
};
|
|
557
631
|
intervalStart: {
|
|
@@ -606,7 +680,7 @@ declare const VCalendar: {
|
|
|
606
680
|
default: string;
|
|
607
681
|
};
|
|
608
682
|
viewMode: {
|
|
609
|
-
type: vue.PropType<"
|
|
683
|
+
type: vue.PropType<"month" | "day" | "week">;
|
|
610
684
|
default: string;
|
|
611
685
|
};
|
|
612
686
|
day: {
|
|
@@ -641,7 +715,7 @@ declare const VCalendar: {
|
|
|
641
715
|
default: number;
|
|
642
716
|
};
|
|
643
717
|
intervalFormat: {
|
|
644
|
-
type: (
|
|
718
|
+
type: (StringConstructor | FunctionConstructor)[];
|
|
645
719
|
default: string;
|
|
646
720
|
};
|
|
647
721
|
intervalStart: {
|
|
@@ -854,7 +928,7 @@ declare const VCalendarDay: {
|
|
|
854
928
|
default: number;
|
|
855
929
|
};
|
|
856
930
|
intervalFormat: {
|
|
857
|
-
type: (
|
|
931
|
+
type: (StringConstructor | FunctionConstructor)[];
|
|
858
932
|
default: string;
|
|
859
933
|
};
|
|
860
934
|
intervalStart: {
|
|
@@ -899,7 +973,7 @@ declare const VCalendarDay: {
|
|
|
899
973
|
default: number;
|
|
900
974
|
};
|
|
901
975
|
intervalFormat: {
|
|
902
|
-
type: (
|
|
976
|
+
type: (StringConstructor | FunctionConstructor)[];
|
|
903
977
|
default: string;
|
|
904
978
|
};
|
|
905
979
|
intervalStart: {
|
|
@@ -919,7 +993,7 @@ declare const VCalendarHeader: {
|
|
|
919
993
|
text: string;
|
|
920
994
|
nextIcon: string;
|
|
921
995
|
prevIcon: string;
|
|
922
|
-
viewMode: "
|
|
996
|
+
viewMode: "month" | "day" | "week";
|
|
923
997
|
} & {
|
|
924
998
|
title?: string | undefined;
|
|
925
999
|
} & {
|
|
@@ -943,7 +1017,7 @@ declare const VCalendarHeader: {
|
|
|
943
1017
|
text: string;
|
|
944
1018
|
nextIcon: string;
|
|
945
1019
|
prevIcon: string;
|
|
946
|
-
viewMode: "
|
|
1020
|
+
viewMode: "month" | "day" | "week";
|
|
947
1021
|
} & {
|
|
948
1022
|
title?: string | undefined;
|
|
949
1023
|
} & {
|
|
@@ -963,7 +1037,7 @@ declare const VCalendarHeader: {
|
|
|
963
1037
|
text: string;
|
|
964
1038
|
nextIcon: string;
|
|
965
1039
|
prevIcon: string;
|
|
966
|
-
viewMode: "
|
|
1040
|
+
viewMode: "month" | "day" | "week";
|
|
967
1041
|
}, true, {}, vue.SlotsType<Partial<{
|
|
968
1042
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
969
1043
|
[key: string]: any;
|
|
@@ -979,7 +1053,7 @@ declare const VCalendarHeader: {
|
|
|
979
1053
|
text: string;
|
|
980
1054
|
nextIcon: string;
|
|
981
1055
|
prevIcon: string;
|
|
982
|
-
viewMode: "
|
|
1056
|
+
viewMode: "month" | "day" | "week";
|
|
983
1057
|
} & {
|
|
984
1058
|
title?: string | undefined;
|
|
985
1059
|
} & {
|
|
@@ -999,7 +1073,7 @@ declare const VCalendarHeader: {
|
|
|
999
1073
|
text: string;
|
|
1000
1074
|
nextIcon: string;
|
|
1001
1075
|
prevIcon: string;
|
|
1002
|
-
viewMode: "
|
|
1076
|
+
viewMode: "month" | "day" | "week";
|
|
1003
1077
|
}>;
|
|
1004
1078
|
__isFragment?: undefined;
|
|
1005
1079
|
__isTeleport?: undefined;
|
|
@@ -1008,7 +1082,7 @@ declare const VCalendarHeader: {
|
|
|
1008
1082
|
text: string;
|
|
1009
1083
|
nextIcon: string;
|
|
1010
1084
|
prevIcon: string;
|
|
1011
|
-
viewMode: "
|
|
1085
|
+
viewMode: "month" | "day" | "week";
|
|
1012
1086
|
} & {
|
|
1013
1087
|
title?: string | undefined;
|
|
1014
1088
|
} & {
|
|
@@ -1032,7 +1106,7 @@ declare const VCalendarHeader: {
|
|
|
1032
1106
|
text: string;
|
|
1033
1107
|
nextIcon: string;
|
|
1034
1108
|
prevIcon: string;
|
|
1035
|
-
viewMode: "
|
|
1109
|
+
viewMode: "month" | "day" | "week";
|
|
1036
1110
|
}, {}, string, vue.SlotsType<Partial<{
|
|
1037
1111
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1038
1112
|
[key: string]: any;
|
|
@@ -1052,7 +1126,7 @@ declare const VCalendarHeader: {
|
|
|
1052
1126
|
default: string;
|
|
1053
1127
|
};
|
|
1054
1128
|
viewMode: {
|
|
1055
|
-
type: PropType<"
|
|
1129
|
+
type: PropType<"month" | "day" | "week">;
|
|
1056
1130
|
default: string;
|
|
1057
1131
|
};
|
|
1058
1132
|
}, vue.ExtractPropTypes<{
|
|
@@ -1070,7 +1144,7 @@ declare const VCalendarHeader: {
|
|
|
1070
1144
|
default: string;
|
|
1071
1145
|
};
|
|
1072
1146
|
viewMode: {
|
|
1073
|
-
type: PropType<"
|
|
1147
|
+
type: PropType<"month" | "day" | "week">;
|
|
1074
1148
|
default: string;
|
|
1075
1149
|
};
|
|
1076
1150
|
}>>;
|
|
@@ -1078,8 +1152,8 @@ type VCalendarHeader = InstanceType<typeof VCalendarHeader>;
|
|
|
1078
1152
|
|
|
1079
1153
|
declare const VCalendarInterval: {
|
|
1080
1154
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
1081
|
-
index: number;
|
|
1082
1155
|
day: Record<string, any>;
|
|
1156
|
+
index: number;
|
|
1083
1157
|
intervalDivisions: number;
|
|
1084
1158
|
intervalDuration: number;
|
|
1085
1159
|
intervalHeight: number;
|
|
@@ -1105,8 +1179,8 @@ declare const VCalendarInterval: {
|
|
|
1105
1179
|
events: any[];
|
|
1106
1180
|
}>;
|
|
1107
1181
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
1108
|
-
index: number;
|
|
1109
1182
|
day: Record<string, any>;
|
|
1183
|
+
index: number;
|
|
1110
1184
|
intervalDivisions: number;
|
|
1111
1185
|
intervalDuration: number;
|
|
1112
1186
|
intervalHeight: number;
|
|
@@ -1143,8 +1217,8 @@ declare const VCalendarInterval: {
|
|
|
1143
1217
|
M: {};
|
|
1144
1218
|
Defaults: {};
|
|
1145
1219
|
}, {
|
|
1146
|
-
index: number;
|
|
1147
1220
|
day: Record<string, any>;
|
|
1221
|
+
index: number;
|
|
1148
1222
|
intervalDivisions: number;
|
|
1149
1223
|
intervalDuration: number;
|
|
1150
1224
|
intervalHeight: number;
|
|
@@ -1181,8 +1255,8 @@ declare const VCalendarInterval: {
|
|
|
1181
1255
|
__isTeleport?: undefined;
|
|
1182
1256
|
__isSuspense?: undefined;
|
|
1183
1257
|
} & vue.ComponentOptionsBase<{
|
|
1184
|
-
index: number;
|
|
1185
1258
|
day: Record<string, any>;
|
|
1259
|
+
index: number;
|
|
1186
1260
|
intervalDivisions: number;
|
|
1187
1261
|
intervalDuration: number;
|
|
1188
1262
|
intervalHeight: number;
|
|
@@ -1251,7 +1325,7 @@ declare const VCalendarInterval: {
|
|
|
1251
1325
|
default: number;
|
|
1252
1326
|
};
|
|
1253
1327
|
intervalFormat: {
|
|
1254
|
-
type: (
|
|
1328
|
+
type: (StringConstructor | FunctionConstructor)[];
|
|
1255
1329
|
default: string;
|
|
1256
1330
|
};
|
|
1257
1331
|
intervalStart: {
|
|
@@ -1295,7 +1369,7 @@ declare const VCalendarInterval: {
|
|
|
1295
1369
|
default: number;
|
|
1296
1370
|
};
|
|
1297
1371
|
intervalFormat: {
|
|
1298
|
-
type: (
|
|
1372
|
+
type: (StringConstructor | FunctionConstructor)[];
|
|
1299
1373
|
default: string;
|
|
1300
1374
|
};
|
|
1301
1375
|
intervalStart: {
|
|
@@ -1316,8 +1390,8 @@ declare const VCalendarIntervalEvent: {
|
|
|
1316
1390
|
intervalDuration: number;
|
|
1317
1391
|
intervalHeight: number;
|
|
1318
1392
|
} & {
|
|
1319
|
-
interval?: Record<string, any> | undefined;
|
|
1320
1393
|
event?: Record<string, any> | undefined;
|
|
1394
|
+
interval?: Record<string, any> | undefined;
|
|
1321
1395
|
} & {
|
|
1322
1396
|
$children?: vue.VNodeChild | {
|
|
1323
1397
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -1333,8 +1407,8 @@ declare const VCalendarIntervalEvent: {
|
|
|
1333
1407
|
intervalDuration: number;
|
|
1334
1408
|
intervalHeight: number;
|
|
1335
1409
|
} & {
|
|
1336
|
-
interval?: Record<string, any> | undefined;
|
|
1337
1410
|
event?: Record<string, any> | undefined;
|
|
1411
|
+
interval?: Record<string, any> | undefined;
|
|
1338
1412
|
} & {
|
|
1339
1413
|
$children?: vue.VNodeChild | {
|
|
1340
1414
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -1363,8 +1437,8 @@ declare const VCalendarIntervalEvent: {
|
|
|
1363
1437
|
intervalDuration: number;
|
|
1364
1438
|
intervalHeight: number;
|
|
1365
1439
|
} & {
|
|
1366
|
-
interval?: Record<string, any> | undefined;
|
|
1367
1440
|
event?: Record<string, any> | undefined;
|
|
1441
|
+
interval?: Record<string, any> | undefined;
|
|
1368
1442
|
} & {
|
|
1369
1443
|
$children?: vue.VNodeChild | {
|
|
1370
1444
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -1386,8 +1460,8 @@ declare const VCalendarIntervalEvent: {
|
|
|
1386
1460
|
intervalDuration: number;
|
|
1387
1461
|
intervalHeight: number;
|
|
1388
1462
|
} & {
|
|
1389
|
-
interval?: Record<string, any> | undefined;
|
|
1390
1463
|
event?: Record<string, any> | undefined;
|
|
1464
|
+
interval?: Record<string, any> | undefined;
|
|
1391
1465
|
} & {
|
|
1392
1466
|
$children?: vue.VNodeChild | {
|
|
1393
1467
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -1443,10 +1517,10 @@ declare const VCalendarMonthDay: {
|
|
|
1443
1517
|
active: boolean;
|
|
1444
1518
|
disabled: boolean;
|
|
1445
1519
|
} & {
|
|
1446
|
-
|
|
1520
|
+
events?: any[] | undefined;
|
|
1447
1521
|
title?: string | number | undefined;
|
|
1522
|
+
color?: string | undefined;
|
|
1448
1523
|
day?: Record<string, any> | undefined;
|
|
1449
|
-
events?: any[] | undefined;
|
|
1450
1524
|
} & {
|
|
1451
1525
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
1452
1526
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -1454,6 +1528,11 @@ declare const VCalendarMonthDay: {
|
|
|
1454
1528
|
title?: ((arg: {
|
|
1455
1529
|
title?: string | number | undefined;
|
|
1456
1530
|
}) => vue.VNodeChild) | undefined;
|
|
1531
|
+
event?: ((arg: {
|
|
1532
|
+
day?: Object | undefined;
|
|
1533
|
+
allDay: boolean;
|
|
1534
|
+
event: Record<string, unknown>;
|
|
1535
|
+
}) => vue.VNodeChild) | undefined;
|
|
1457
1536
|
};
|
|
1458
1537
|
'v-slots'?: {
|
|
1459
1538
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
@@ -1461,6 +1540,11 @@ declare const VCalendarMonthDay: {
|
|
|
1461
1540
|
title?: false | ((arg: {
|
|
1462
1541
|
title?: string | number | undefined;
|
|
1463
1542
|
}) => vue.VNodeChild) | undefined;
|
|
1543
|
+
event?: false | ((arg: {
|
|
1544
|
+
day?: Object | undefined;
|
|
1545
|
+
allDay: boolean;
|
|
1546
|
+
event: Record<string, unknown>;
|
|
1547
|
+
}) => vue.VNodeChild) | undefined;
|
|
1464
1548
|
} | undefined;
|
|
1465
1549
|
} & {
|
|
1466
1550
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
@@ -1468,14 +1552,19 @@ declare const VCalendarMonthDay: {
|
|
|
1468
1552
|
"v-slot:title"?: false | ((arg: {
|
|
1469
1553
|
title?: string | number | undefined;
|
|
1470
1554
|
}) => vue.VNodeChild) | undefined;
|
|
1555
|
+
"v-slot:event"?: false | ((arg: {
|
|
1556
|
+
day?: Object | undefined;
|
|
1557
|
+
allDay: boolean;
|
|
1558
|
+
event: Record<string, unknown>;
|
|
1559
|
+
}) => vue.VNodeChild) | undefined;
|
|
1471
1560
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
1472
1561
|
active: boolean;
|
|
1473
1562
|
disabled: boolean;
|
|
1474
1563
|
} & {
|
|
1475
|
-
|
|
1564
|
+
events?: any[] | undefined;
|
|
1476
1565
|
title?: string | number | undefined;
|
|
1566
|
+
color?: string | undefined;
|
|
1477
1567
|
day?: Record<string, any> | undefined;
|
|
1478
|
-
events?: any[] | undefined;
|
|
1479
1568
|
} & {
|
|
1480
1569
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
1481
1570
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -1483,6 +1572,11 @@ declare const VCalendarMonthDay: {
|
|
|
1483
1572
|
title?: ((arg: {
|
|
1484
1573
|
title?: string | number | undefined;
|
|
1485
1574
|
}) => vue.VNodeChild) | undefined;
|
|
1575
|
+
event?: ((arg: {
|
|
1576
|
+
day?: Object | undefined;
|
|
1577
|
+
allDay: boolean;
|
|
1578
|
+
event: Record<string, unknown>;
|
|
1579
|
+
}) => vue.VNodeChild) | undefined;
|
|
1486
1580
|
};
|
|
1487
1581
|
'v-slots'?: {
|
|
1488
1582
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
@@ -1490,6 +1584,11 @@ declare const VCalendarMonthDay: {
|
|
|
1490
1584
|
title?: false | ((arg: {
|
|
1491
1585
|
title?: string | number | undefined;
|
|
1492
1586
|
}) => vue.VNodeChild) | undefined;
|
|
1587
|
+
event?: false | ((arg: {
|
|
1588
|
+
day?: Object | undefined;
|
|
1589
|
+
allDay: boolean;
|
|
1590
|
+
event: Record<string, unknown>;
|
|
1591
|
+
}) => vue.VNodeChild) | undefined;
|
|
1493
1592
|
} | undefined;
|
|
1494
1593
|
} & {
|
|
1495
1594
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
@@ -1497,6 +1596,11 @@ declare const VCalendarMonthDay: {
|
|
|
1497
1596
|
"v-slot:title"?: false | ((arg: {
|
|
1498
1597
|
title?: string | number | undefined;
|
|
1499
1598
|
}) => vue.VNodeChild) | undefined;
|
|
1599
|
+
"v-slot:event"?: false | ((arg: {
|
|
1600
|
+
day?: Object | undefined;
|
|
1601
|
+
allDay: boolean;
|
|
1602
|
+
event: Record<string, unknown>;
|
|
1603
|
+
}) => vue.VNodeChild) | undefined;
|
|
1500
1604
|
}, {
|
|
1501
1605
|
active: boolean;
|
|
1502
1606
|
disabled: boolean;
|
|
@@ -1512,6 +1616,13 @@ declare const VCalendarMonthDay: {
|
|
|
1512
1616
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1513
1617
|
[key: string]: any;
|
|
1514
1618
|
}>[];
|
|
1619
|
+
event: (arg: {
|
|
1620
|
+
day?: Object | undefined;
|
|
1621
|
+
allDay: boolean;
|
|
1622
|
+
event: Record<string, unknown>;
|
|
1623
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1624
|
+
[key: string]: any;
|
|
1625
|
+
}>[];
|
|
1515
1626
|
}>>, {
|
|
1516
1627
|
P: {};
|
|
1517
1628
|
B: {};
|
|
@@ -1523,10 +1634,10 @@ declare const VCalendarMonthDay: {
|
|
|
1523
1634
|
active: boolean;
|
|
1524
1635
|
disabled: boolean;
|
|
1525
1636
|
} & {
|
|
1526
|
-
|
|
1637
|
+
events?: any[] | undefined;
|
|
1527
1638
|
title?: string | number | undefined;
|
|
1639
|
+
color?: string | undefined;
|
|
1528
1640
|
day?: Record<string, any> | undefined;
|
|
1529
|
-
events?: any[] | undefined;
|
|
1530
1641
|
} & {
|
|
1531
1642
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
1532
1643
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -1534,6 +1645,11 @@ declare const VCalendarMonthDay: {
|
|
|
1534
1645
|
title?: ((arg: {
|
|
1535
1646
|
title?: string | number | undefined;
|
|
1536
1647
|
}) => vue.VNodeChild) | undefined;
|
|
1648
|
+
event?: ((arg: {
|
|
1649
|
+
day?: Object | undefined;
|
|
1650
|
+
allDay: boolean;
|
|
1651
|
+
event: Record<string, unknown>;
|
|
1652
|
+
}) => vue.VNodeChild) | undefined;
|
|
1537
1653
|
};
|
|
1538
1654
|
'v-slots'?: {
|
|
1539
1655
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
@@ -1541,6 +1657,11 @@ declare const VCalendarMonthDay: {
|
|
|
1541
1657
|
title?: false | ((arg: {
|
|
1542
1658
|
title?: string | number | undefined;
|
|
1543
1659
|
}) => vue.VNodeChild) | undefined;
|
|
1660
|
+
event?: false | ((arg: {
|
|
1661
|
+
day?: Object | undefined;
|
|
1662
|
+
allDay: boolean;
|
|
1663
|
+
event: Record<string, unknown>;
|
|
1664
|
+
}) => vue.VNodeChild) | undefined;
|
|
1544
1665
|
} | undefined;
|
|
1545
1666
|
} & {
|
|
1546
1667
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
@@ -1548,6 +1669,11 @@ declare const VCalendarMonthDay: {
|
|
|
1548
1669
|
"v-slot:title"?: false | ((arg: {
|
|
1549
1670
|
title?: string | number | undefined;
|
|
1550
1671
|
}) => vue.VNodeChild) | undefined;
|
|
1672
|
+
"v-slot:event"?: false | ((arg: {
|
|
1673
|
+
day?: Object | undefined;
|
|
1674
|
+
allDay: boolean;
|
|
1675
|
+
event: Record<string, unknown>;
|
|
1676
|
+
}) => vue.VNodeChild) | undefined;
|
|
1551
1677
|
}, {}, {}, {}, {}, {
|
|
1552
1678
|
active: boolean;
|
|
1553
1679
|
disabled: boolean;
|
|
@@ -1559,10 +1685,10 @@ declare const VCalendarMonthDay: {
|
|
|
1559
1685
|
active: boolean;
|
|
1560
1686
|
disabled: boolean;
|
|
1561
1687
|
} & {
|
|
1562
|
-
|
|
1688
|
+
events?: any[] | undefined;
|
|
1563
1689
|
title?: string | number | undefined;
|
|
1690
|
+
color?: string | undefined;
|
|
1564
1691
|
day?: Record<string, any> | undefined;
|
|
1565
|
-
events?: any[] | undefined;
|
|
1566
1692
|
} & {
|
|
1567
1693
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
1568
1694
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -1570,6 +1696,11 @@ declare const VCalendarMonthDay: {
|
|
|
1570
1696
|
title?: ((arg: {
|
|
1571
1697
|
title?: string | number | undefined;
|
|
1572
1698
|
}) => vue.VNodeChild) | undefined;
|
|
1699
|
+
event?: ((arg: {
|
|
1700
|
+
day?: Object | undefined;
|
|
1701
|
+
allDay: boolean;
|
|
1702
|
+
event: Record<string, unknown>;
|
|
1703
|
+
}) => vue.VNodeChild) | undefined;
|
|
1573
1704
|
};
|
|
1574
1705
|
'v-slots'?: {
|
|
1575
1706
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
@@ -1577,6 +1708,11 @@ declare const VCalendarMonthDay: {
|
|
|
1577
1708
|
title?: false | ((arg: {
|
|
1578
1709
|
title?: string | number | undefined;
|
|
1579
1710
|
}) => vue.VNodeChild) | undefined;
|
|
1711
|
+
event?: false | ((arg: {
|
|
1712
|
+
day?: Object | undefined;
|
|
1713
|
+
allDay: boolean;
|
|
1714
|
+
event: Record<string, unknown>;
|
|
1715
|
+
}) => vue.VNodeChild) | undefined;
|
|
1580
1716
|
} | undefined;
|
|
1581
1717
|
} & {
|
|
1582
1718
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
@@ -1584,6 +1720,11 @@ declare const VCalendarMonthDay: {
|
|
|
1584
1720
|
"v-slot:title"?: false | ((arg: {
|
|
1585
1721
|
title?: string | number | undefined;
|
|
1586
1722
|
}) => vue.VNodeChild) | undefined;
|
|
1723
|
+
"v-slot:event"?: false | ((arg: {
|
|
1724
|
+
day?: Object | undefined;
|
|
1725
|
+
allDay: boolean;
|
|
1726
|
+
event: Record<string, unknown>;
|
|
1727
|
+
}) => vue.VNodeChild) | undefined;
|
|
1587
1728
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
1588
1729
|
active: boolean;
|
|
1589
1730
|
disabled: boolean;
|
|
@@ -1599,6 +1740,13 @@ declare const VCalendarMonthDay: {
|
|
|
1599
1740
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1600
1741
|
[key: string]: any;
|
|
1601
1742
|
}>[];
|
|
1743
|
+
event: (arg: {
|
|
1744
|
+
day?: Object | undefined;
|
|
1745
|
+
allDay: boolean;
|
|
1746
|
+
event: Record<string, unknown>;
|
|
1747
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1748
|
+
[key: string]: any;
|
|
1749
|
+
}>[];
|
|
1602
1750
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
1603
1751
|
active: BooleanConstructor;
|
|
1604
1752
|
color: StringConstructor;
|
|
@@ -1660,7 +1808,7 @@ declare const VConfirmEdit: {
|
|
|
1660
1808
|
cancel: () => true;
|
|
1661
1809
|
save: (value: any) => true;
|
|
1662
1810
|
'update:modelValue': (value: any) => true;
|
|
1663
|
-
}, "
|
|
1811
|
+
}, "v-slot:default" | "$children" | "v-slots" | "modelValue" | "update:modelValue" | "save">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
1664
1812
|
cancelText: string;
|
|
1665
1813
|
okText: string;
|
|
1666
1814
|
} & {
|
|
@@ -1711,7 +1859,7 @@ declare const VConfirmEdit: {
|
|
|
1711
1859
|
cancel: () => true;
|
|
1712
1860
|
save: (value: any) => true;
|
|
1713
1861
|
'update:modelValue': (value: any) => true;
|
|
1714
|
-
}, "
|
|
1862
|
+
}, "v-slot:default" | "$children" | "v-slots" | "modelValue" | "update:modelValue" | "save">, string, {
|
|
1715
1863
|
cancelText: string;
|
|
1716
1864
|
okText: string;
|
|
1717
1865
|
}, {}, string, vue.SlotsType<Partial<{
|
|
@@ -1763,24 +1911,24 @@ declare const VEmptyState: {
|
|
|
1763
1911
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
1764
1912
|
style: vue.StyleValue;
|
|
1765
1913
|
size: NonNullable<string | number> | undefined;
|
|
1766
|
-
justify: "
|
|
1914
|
+
justify: "end" | "center" | "start";
|
|
1767
1915
|
textWidth: string | number;
|
|
1768
1916
|
} & {
|
|
1769
|
-
|
|
1917
|
+
class?: any;
|
|
1918
|
+
title?: string | undefined;
|
|
1919
|
+
image?: string | undefined;
|
|
1920
|
+
text?: string | undefined;
|
|
1770
1921
|
width?: string | number | undefined;
|
|
1922
|
+
height?: string | number | undefined;
|
|
1923
|
+
theme?: string | undefined;
|
|
1924
|
+
href?: string | undefined;
|
|
1771
1925
|
color?: string | undefined;
|
|
1926
|
+
icon?: IconValue | undefined;
|
|
1927
|
+
to?: string | undefined;
|
|
1772
1928
|
maxHeight?: string | number | undefined;
|
|
1773
1929
|
maxWidth?: string | number | undefined;
|
|
1774
1930
|
minHeight?: string | number | undefined;
|
|
1775
1931
|
minWidth?: string | number | undefined;
|
|
1776
|
-
title?: string | undefined;
|
|
1777
|
-
image?: string | undefined;
|
|
1778
|
-
text?: string | undefined;
|
|
1779
|
-
class?: any;
|
|
1780
|
-
icon?: IconValue | undefined;
|
|
1781
|
-
href?: string | undefined;
|
|
1782
|
-
to?: string | undefined;
|
|
1783
|
-
theme?: string | undefined;
|
|
1784
1932
|
bgColor?: string | undefined;
|
|
1785
1933
|
actionText?: string | undefined;
|
|
1786
1934
|
headline?: string | undefined;
|
|
@@ -1827,24 +1975,24 @@ declare const VEmptyState: {
|
|
|
1827
1975
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
1828
1976
|
style: vue.StyleValue;
|
|
1829
1977
|
size: NonNullable<string | number> | undefined;
|
|
1830
|
-
justify: "
|
|
1978
|
+
justify: "end" | "center" | "start";
|
|
1831
1979
|
textWidth: string | number;
|
|
1832
1980
|
} & {
|
|
1833
|
-
|
|
1981
|
+
class?: any;
|
|
1982
|
+
title?: string | undefined;
|
|
1983
|
+
image?: string | undefined;
|
|
1984
|
+
text?: string | undefined;
|
|
1834
1985
|
width?: string | number | undefined;
|
|
1986
|
+
height?: string | number | undefined;
|
|
1987
|
+
theme?: string | undefined;
|
|
1988
|
+
href?: string | undefined;
|
|
1835
1989
|
color?: string | undefined;
|
|
1990
|
+
icon?: IconValue | undefined;
|
|
1991
|
+
to?: string | undefined;
|
|
1836
1992
|
maxHeight?: string | number | undefined;
|
|
1837
1993
|
maxWidth?: string | number | undefined;
|
|
1838
1994
|
minHeight?: string | number | undefined;
|
|
1839
1995
|
minWidth?: string | number | undefined;
|
|
1840
|
-
title?: string | undefined;
|
|
1841
|
-
image?: string | undefined;
|
|
1842
|
-
text?: string | undefined;
|
|
1843
|
-
class?: any;
|
|
1844
|
-
icon?: IconValue | undefined;
|
|
1845
|
-
href?: string | undefined;
|
|
1846
|
-
to?: string | undefined;
|
|
1847
|
-
theme?: string | undefined;
|
|
1848
1996
|
bgColor?: string | undefined;
|
|
1849
1997
|
actionText?: string | undefined;
|
|
1850
1998
|
headline?: string | undefined;
|
|
@@ -1889,7 +2037,7 @@ declare const VEmptyState: {
|
|
|
1889
2037
|
}, {
|
|
1890
2038
|
style: vue.StyleValue;
|
|
1891
2039
|
size: NonNullable<string | number> | undefined;
|
|
1892
|
-
justify: "
|
|
2040
|
+
justify: "end" | "center" | "start";
|
|
1893
2041
|
textWidth: string | number;
|
|
1894
2042
|
}, true, {}, vue.SlotsType<Partial<{
|
|
1895
2043
|
actions: (arg: {
|
|
@@ -1924,24 +2072,24 @@ declare const VEmptyState: {
|
|
|
1924
2072
|
}, {
|
|
1925
2073
|
style: vue.StyleValue;
|
|
1926
2074
|
size: NonNullable<string | number> | undefined;
|
|
1927
|
-
justify: "
|
|
2075
|
+
justify: "end" | "center" | "start";
|
|
1928
2076
|
textWidth: string | number;
|
|
1929
2077
|
} & {
|
|
1930
|
-
|
|
2078
|
+
class?: any;
|
|
2079
|
+
title?: string | undefined;
|
|
2080
|
+
image?: string | undefined;
|
|
2081
|
+
text?: string | undefined;
|
|
1931
2082
|
width?: string | number | undefined;
|
|
2083
|
+
height?: string | number | undefined;
|
|
2084
|
+
theme?: string | undefined;
|
|
2085
|
+
href?: string | undefined;
|
|
1932
2086
|
color?: string | undefined;
|
|
2087
|
+
icon?: IconValue | undefined;
|
|
2088
|
+
to?: string | undefined;
|
|
1933
2089
|
maxHeight?: string | number | undefined;
|
|
1934
2090
|
maxWidth?: string | number | undefined;
|
|
1935
2091
|
minHeight?: string | number | undefined;
|
|
1936
2092
|
minWidth?: string | number | undefined;
|
|
1937
|
-
title?: string | undefined;
|
|
1938
|
-
image?: string | undefined;
|
|
1939
|
-
text?: string | undefined;
|
|
1940
|
-
class?: any;
|
|
1941
|
-
icon?: IconValue | undefined;
|
|
1942
|
-
href?: string | undefined;
|
|
1943
|
-
to?: string | undefined;
|
|
1944
|
-
theme?: string | undefined;
|
|
1945
2093
|
bgColor?: string | undefined;
|
|
1946
2094
|
actionText?: string | undefined;
|
|
1947
2095
|
headline?: string | undefined;
|
|
@@ -1986,7 +2134,7 @@ declare const VEmptyState: {
|
|
|
1986
2134
|
}, {}, {}, {}, {}, {
|
|
1987
2135
|
style: vue.StyleValue;
|
|
1988
2136
|
size: NonNullable<string | number> | undefined;
|
|
1989
|
-
justify: "
|
|
2137
|
+
justify: "end" | "center" | "start";
|
|
1990
2138
|
textWidth: string | number;
|
|
1991
2139
|
}>;
|
|
1992
2140
|
__isFragment?: undefined;
|
|
@@ -1995,24 +2143,24 @@ declare const VEmptyState: {
|
|
|
1995
2143
|
} & vue.ComponentOptionsBase<{
|
|
1996
2144
|
style: vue.StyleValue;
|
|
1997
2145
|
size: NonNullable<string | number> | undefined;
|
|
1998
|
-
justify: "
|
|
2146
|
+
justify: "end" | "center" | "start";
|
|
1999
2147
|
textWidth: string | number;
|
|
2000
2148
|
} & {
|
|
2001
|
-
|
|
2149
|
+
class?: any;
|
|
2150
|
+
title?: string | undefined;
|
|
2151
|
+
image?: string | undefined;
|
|
2152
|
+
text?: string | undefined;
|
|
2002
2153
|
width?: string | number | undefined;
|
|
2154
|
+
height?: string | number | undefined;
|
|
2155
|
+
theme?: string | undefined;
|
|
2156
|
+
href?: string | undefined;
|
|
2003
2157
|
color?: string | undefined;
|
|
2158
|
+
icon?: IconValue | undefined;
|
|
2159
|
+
to?: string | undefined;
|
|
2004
2160
|
maxHeight?: string | number | undefined;
|
|
2005
2161
|
maxWidth?: string | number | undefined;
|
|
2006
2162
|
minHeight?: string | number | undefined;
|
|
2007
2163
|
minWidth?: string | number | undefined;
|
|
2008
|
-
title?: string | undefined;
|
|
2009
|
-
image?: string | undefined;
|
|
2010
|
-
text?: string | undefined;
|
|
2011
|
-
class?: any;
|
|
2012
|
-
icon?: IconValue | undefined;
|
|
2013
|
-
href?: string | undefined;
|
|
2014
|
-
to?: string | undefined;
|
|
2015
|
-
theme?: string | undefined;
|
|
2016
2164
|
bgColor?: string | undefined;
|
|
2017
2165
|
actionText?: string | undefined;
|
|
2018
2166
|
headline?: string | undefined;
|
|
@@ -2059,7 +2207,7 @@ declare const VEmptyState: {
|
|
|
2059
2207
|
}, string, {
|
|
2060
2208
|
style: vue.StyleValue;
|
|
2061
2209
|
size: NonNullable<string | number> | undefined;
|
|
2062
|
-
justify: "
|
|
2210
|
+
justify: "end" | "center" | "start";
|
|
2063
2211
|
textWidth: string | number;
|
|
2064
2212
|
}, {}, string, vue.SlotsType<Partial<{
|
|
2065
2213
|
actions: (arg: {
|
|
@@ -2089,7 +2237,7 @@ declare const VEmptyState: {
|
|
|
2089
2237
|
size: Omit<{
|
|
2090
2238
|
type: (StringConstructor | NumberConstructor)[];
|
|
2091
2239
|
default: string;
|
|
2092
|
-
}, "
|
|
2240
|
+
}, "default" | "type"> & {
|
|
2093
2241
|
type: PropType<NonNullable<string | number> | undefined>;
|
|
2094
2242
|
default: NonNullable<string | number> | undefined;
|
|
2095
2243
|
};
|
|
@@ -2110,7 +2258,7 @@ declare const VEmptyState: {
|
|
|
2110
2258
|
icon: PropType<IconValue>;
|
|
2111
2259
|
image: StringConstructor;
|
|
2112
2260
|
justify: {
|
|
2113
|
-
type: PropType<"
|
|
2261
|
+
type: PropType<"end" | "center" | "start">;
|
|
2114
2262
|
default: string;
|
|
2115
2263
|
};
|
|
2116
2264
|
headline: StringConstructor;
|
|
@@ -2127,7 +2275,7 @@ declare const VEmptyState: {
|
|
|
2127
2275
|
size: Omit<{
|
|
2128
2276
|
type: (StringConstructor | NumberConstructor)[];
|
|
2129
2277
|
default: string;
|
|
2130
|
-
}, "
|
|
2278
|
+
}, "default" | "type"> & {
|
|
2131
2279
|
type: PropType<NonNullable<string | number> | undefined>;
|
|
2132
2280
|
default: NonNullable<string | number> | undefined;
|
|
2133
2281
|
};
|
|
@@ -2148,7 +2296,7 @@ declare const VEmptyState: {
|
|
|
2148
2296
|
icon: PropType<IconValue>;
|
|
2149
2297
|
image: StringConstructor;
|
|
2150
2298
|
justify: {
|
|
2151
|
-
type: PropType<"
|
|
2299
|
+
type: PropType<"end" | "center" | "start">;
|
|
2152
2300
|
default: string;
|
|
2153
2301
|
};
|
|
2154
2302
|
headline: StringConstructor;
|
|
@@ -2191,55 +2339,55 @@ interface GroupProvide {
|
|
|
2191
2339
|
declare const VFab: {
|
|
2192
2340
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
2193
2341
|
symbol: any;
|
|
2194
|
-
replace: boolean;
|
|
2195
2342
|
flat: boolean;
|
|
2196
|
-
|
|
2197
|
-
|
|
2198
|
-
|
|
2199
|
-
absolute: boolean;
|
|
2200
|
-
block: boolean;
|
|
2201
|
-
location: "end" | "start" | "left" | "top" | "bottom" | "right";
|
|
2343
|
+
replace: boolean;
|
|
2344
|
+
style: vue.StyleValue;
|
|
2345
|
+
size: string | number;
|
|
2202
2346
|
active: boolean;
|
|
2347
|
+
disabled: boolean;
|
|
2348
|
+
tag: string;
|
|
2349
|
+
offset: boolean;
|
|
2203
2350
|
order: string | number;
|
|
2351
|
+
absolute: boolean;
|
|
2204
2352
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
2205
2353
|
component?: vue.Component | undefined;
|
|
2206
2354
|
})>;
|
|
2207
|
-
style: vue.StyleValue;
|
|
2208
|
-
disabled: boolean;
|
|
2209
|
-
size: string | number;
|
|
2210
|
-
tag: string;
|
|
2211
|
-
appear: boolean;
|
|
2212
|
-
app: boolean;
|
|
2213
2355
|
modelValue: boolean;
|
|
2356
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
2357
|
+
block: boolean;
|
|
2358
|
+
exact: boolean;
|
|
2214
2359
|
tile: boolean;
|
|
2360
|
+
appear: boolean;
|
|
2215
2361
|
density: Density;
|
|
2216
2362
|
extended: boolean;
|
|
2363
|
+
location: "left" | "right" | "end" | "top" | "bottom" | "start";
|
|
2217
2364
|
slim: boolean;
|
|
2218
2365
|
stacked: boolean;
|
|
2219
2366
|
ripple: boolean | {
|
|
2220
2367
|
class: string;
|
|
2221
2368
|
} | undefined;
|
|
2369
|
+
app: boolean;
|
|
2222
2370
|
} & {
|
|
2223
|
-
|
|
2371
|
+
class?: any;
|
|
2372
|
+
text?: string | undefined;
|
|
2224
2373
|
width?: string | number | undefined;
|
|
2374
|
+
height?: string | number | undefined;
|
|
2375
|
+
value?: any;
|
|
2376
|
+
theme?: string | undefined;
|
|
2377
|
+
href?: string | undefined;
|
|
2378
|
+
color?: string | undefined;
|
|
2225
2379
|
name?: string | undefined;
|
|
2380
|
+
loading?: string | boolean | undefined;
|
|
2381
|
+
icon?: boolean | IconValue | undefined;
|
|
2382
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
2226
2383
|
border?: string | number | boolean | undefined;
|
|
2227
|
-
|
|
2384
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
2385
|
+
rounded?: string | number | boolean | undefined;
|
|
2228
2386
|
maxHeight?: string | number | undefined;
|
|
2229
2387
|
maxWidth?: string | number | undefined;
|
|
2230
2388
|
minHeight?: string | number | undefined;
|
|
2231
2389
|
minWidth?: string | number | undefined;
|
|
2232
|
-
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
|
2233
|
-
value?: any;
|
|
2234
|
-
loading?: string | boolean | undefined;
|
|
2235
|
-
text?: string | undefined;
|
|
2236
|
-
class?: any;
|
|
2237
|
-
icon?: boolean | IconValue | undefined;
|
|
2238
|
-
href?: string | undefined;
|
|
2239
2390
|
elevation?: string | number | undefined;
|
|
2240
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
|
2241
|
-
theme?: string | undefined;
|
|
2242
|
-
rounded?: string | number | boolean | undefined;
|
|
2243
2391
|
selectedClass?: string | undefined;
|
|
2244
2392
|
prependIcon?: IconValue | undefined;
|
|
2245
2393
|
appendIcon?: IconValue | undefined;
|
|
@@ -2258,55 +2406,55 @@ declare const VFab: {
|
|
|
2258
2406
|
'update:modelValue': (value: boolean) => boolean;
|
|
2259
2407
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
2260
2408
|
symbol: any;
|
|
2261
|
-
replace: boolean;
|
|
2262
2409
|
flat: boolean;
|
|
2263
|
-
|
|
2264
|
-
|
|
2265
|
-
|
|
2266
|
-
absolute: boolean;
|
|
2267
|
-
block: boolean;
|
|
2268
|
-
location: "end" | "start" | "left" | "top" | "bottom" | "right";
|
|
2410
|
+
replace: boolean;
|
|
2411
|
+
style: vue.StyleValue;
|
|
2412
|
+
size: string | number;
|
|
2269
2413
|
active: boolean;
|
|
2414
|
+
disabled: boolean;
|
|
2415
|
+
tag: string;
|
|
2416
|
+
offset: boolean;
|
|
2270
2417
|
order: string | number;
|
|
2418
|
+
absolute: boolean;
|
|
2271
2419
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
2272
2420
|
component?: vue.Component | undefined;
|
|
2273
2421
|
})>;
|
|
2274
|
-
style: vue.StyleValue;
|
|
2275
|
-
disabled: boolean;
|
|
2276
|
-
size: string | number;
|
|
2277
|
-
tag: string;
|
|
2278
|
-
appear: boolean;
|
|
2279
|
-
app: boolean;
|
|
2280
2422
|
modelValue: boolean;
|
|
2423
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
2424
|
+
block: boolean;
|
|
2425
|
+
exact: boolean;
|
|
2281
2426
|
tile: boolean;
|
|
2427
|
+
appear: boolean;
|
|
2282
2428
|
density: Density;
|
|
2283
2429
|
extended: boolean;
|
|
2430
|
+
location: "left" | "right" | "end" | "top" | "bottom" | "start";
|
|
2284
2431
|
slim: boolean;
|
|
2285
2432
|
stacked: boolean;
|
|
2286
2433
|
ripple: boolean | {
|
|
2287
2434
|
class: string;
|
|
2288
2435
|
} | undefined;
|
|
2436
|
+
app: boolean;
|
|
2289
2437
|
} & {
|
|
2290
|
-
|
|
2438
|
+
class?: any;
|
|
2439
|
+
text?: string | undefined;
|
|
2291
2440
|
width?: string | number | undefined;
|
|
2441
|
+
height?: string | number | undefined;
|
|
2442
|
+
value?: any;
|
|
2443
|
+
theme?: string | undefined;
|
|
2444
|
+
href?: string | undefined;
|
|
2445
|
+
color?: string | undefined;
|
|
2292
2446
|
name?: string | undefined;
|
|
2447
|
+
loading?: string | boolean | undefined;
|
|
2448
|
+
icon?: boolean | IconValue | undefined;
|
|
2449
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
2293
2450
|
border?: string | number | boolean | undefined;
|
|
2294
|
-
|
|
2451
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
2452
|
+
rounded?: string | number | boolean | undefined;
|
|
2295
2453
|
maxHeight?: string | number | undefined;
|
|
2296
2454
|
maxWidth?: string | number | undefined;
|
|
2297
2455
|
minHeight?: string | number | undefined;
|
|
2298
2456
|
minWidth?: string | number | undefined;
|
|
2299
|
-
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
|
2300
|
-
value?: any;
|
|
2301
|
-
loading?: string | boolean | undefined;
|
|
2302
|
-
text?: string | undefined;
|
|
2303
|
-
class?: any;
|
|
2304
|
-
icon?: boolean | IconValue | undefined;
|
|
2305
|
-
href?: string | undefined;
|
|
2306
2457
|
elevation?: string | number | undefined;
|
|
2307
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
|
2308
|
-
theme?: string | undefined;
|
|
2309
|
-
rounded?: string | number | boolean | undefined;
|
|
2310
2458
|
selectedClass?: string | undefined;
|
|
2311
2459
|
prependIcon?: IconValue | undefined;
|
|
2312
2460
|
appendIcon?: IconValue | undefined;
|
|
@@ -2323,35 +2471,35 @@ declare const VFab: {
|
|
|
2323
2471
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
2324
2472
|
}, {
|
|
2325
2473
|
symbol: any;
|
|
2326
|
-
replace: boolean;
|
|
2327
2474
|
flat: boolean;
|
|
2328
|
-
|
|
2329
|
-
|
|
2330
|
-
|
|
2331
|
-
absolute: boolean;
|
|
2332
|
-
block: boolean;
|
|
2333
|
-
location: "end" | "start" | "left" | "top" | "bottom" | "right";
|
|
2475
|
+
replace: boolean;
|
|
2476
|
+
style: vue.StyleValue;
|
|
2477
|
+
size: string | number;
|
|
2334
2478
|
active: boolean;
|
|
2479
|
+
disabled: boolean;
|
|
2480
|
+
tag: string;
|
|
2481
|
+
offset: boolean;
|
|
2335
2482
|
order: string | number;
|
|
2483
|
+
absolute: boolean;
|
|
2336
2484
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
2337
2485
|
component?: vue.Component | undefined;
|
|
2338
2486
|
})>;
|
|
2339
|
-
style: vue.StyleValue;
|
|
2340
|
-
disabled: boolean;
|
|
2341
|
-
size: string | number;
|
|
2342
|
-
tag: string;
|
|
2343
|
-
appear: boolean;
|
|
2344
|
-
app: boolean;
|
|
2345
2487
|
modelValue: boolean;
|
|
2346
2488
|
rounded: string | number | boolean;
|
|
2489
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
2490
|
+
block: boolean;
|
|
2491
|
+
exact: boolean;
|
|
2347
2492
|
tile: boolean;
|
|
2493
|
+
appear: boolean;
|
|
2348
2494
|
density: Density;
|
|
2349
2495
|
extended: boolean;
|
|
2496
|
+
location: "left" | "right" | "end" | "top" | "bottom" | "start";
|
|
2350
2497
|
slim: boolean;
|
|
2351
2498
|
stacked: boolean;
|
|
2352
2499
|
ripple: boolean | {
|
|
2353
2500
|
class: string;
|
|
2354
2501
|
} | undefined;
|
|
2502
|
+
app: boolean;
|
|
2355
2503
|
}, true, {}, vue.SlotsType<Partial<{
|
|
2356
2504
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
2357
2505
|
[key: string]: any;
|
|
@@ -2365,55 +2513,55 @@ declare const VFab: {
|
|
|
2365
2513
|
Defaults: {};
|
|
2366
2514
|
}, {
|
|
2367
2515
|
symbol: any;
|
|
2368
|
-
replace: boolean;
|
|
2369
2516
|
flat: boolean;
|
|
2370
|
-
|
|
2371
|
-
|
|
2372
|
-
|
|
2373
|
-
absolute: boolean;
|
|
2374
|
-
block: boolean;
|
|
2375
|
-
location: "end" | "start" | "left" | "top" | "bottom" | "right";
|
|
2517
|
+
replace: boolean;
|
|
2518
|
+
style: vue.StyleValue;
|
|
2519
|
+
size: string | number;
|
|
2376
2520
|
active: boolean;
|
|
2521
|
+
disabled: boolean;
|
|
2522
|
+
tag: string;
|
|
2523
|
+
offset: boolean;
|
|
2377
2524
|
order: string | number;
|
|
2525
|
+
absolute: boolean;
|
|
2378
2526
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
2379
2527
|
component?: vue.Component | undefined;
|
|
2380
2528
|
})>;
|
|
2381
|
-
style: vue.StyleValue;
|
|
2382
|
-
disabled: boolean;
|
|
2383
|
-
size: string | number;
|
|
2384
|
-
tag: string;
|
|
2385
|
-
appear: boolean;
|
|
2386
|
-
app: boolean;
|
|
2387
2529
|
modelValue: boolean;
|
|
2530
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
2531
|
+
block: boolean;
|
|
2532
|
+
exact: boolean;
|
|
2388
2533
|
tile: boolean;
|
|
2534
|
+
appear: boolean;
|
|
2389
2535
|
density: Density;
|
|
2390
2536
|
extended: boolean;
|
|
2537
|
+
location: "left" | "right" | "end" | "top" | "bottom" | "start";
|
|
2391
2538
|
slim: boolean;
|
|
2392
2539
|
stacked: boolean;
|
|
2393
2540
|
ripple: boolean | {
|
|
2394
2541
|
class: string;
|
|
2395
2542
|
} | undefined;
|
|
2543
|
+
app: boolean;
|
|
2396
2544
|
} & {
|
|
2397
|
-
|
|
2545
|
+
class?: any;
|
|
2546
|
+
text?: string | undefined;
|
|
2398
2547
|
width?: string | number | undefined;
|
|
2548
|
+
height?: string | number | undefined;
|
|
2549
|
+
value?: any;
|
|
2550
|
+
theme?: string | undefined;
|
|
2551
|
+
href?: string | undefined;
|
|
2552
|
+
color?: string | undefined;
|
|
2399
2553
|
name?: string | undefined;
|
|
2554
|
+
loading?: string | boolean | undefined;
|
|
2555
|
+
icon?: boolean | IconValue | undefined;
|
|
2556
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
2400
2557
|
border?: string | number | boolean | undefined;
|
|
2401
|
-
|
|
2558
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
2559
|
+
rounded?: string | number | boolean | undefined;
|
|
2402
2560
|
maxHeight?: string | number | undefined;
|
|
2403
2561
|
maxWidth?: string | number | undefined;
|
|
2404
2562
|
minHeight?: string | number | undefined;
|
|
2405
2563
|
minWidth?: string | number | undefined;
|
|
2406
|
-
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
|
2407
|
-
value?: any;
|
|
2408
|
-
loading?: string | boolean | undefined;
|
|
2409
|
-
text?: string | undefined;
|
|
2410
|
-
class?: any;
|
|
2411
|
-
icon?: boolean | IconValue | undefined;
|
|
2412
|
-
href?: string | undefined;
|
|
2413
2564
|
elevation?: string | number | undefined;
|
|
2414
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
|
2415
|
-
theme?: string | undefined;
|
|
2416
|
-
rounded?: string | number | boolean | undefined;
|
|
2417
2565
|
selectedClass?: string | undefined;
|
|
2418
2566
|
prependIcon?: IconValue | undefined;
|
|
2419
2567
|
appendIcon?: IconValue | undefined;
|
|
@@ -2430,90 +2578,90 @@ declare const VFab: {
|
|
|
2430
2578
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
2431
2579
|
}, {}, {}, {}, {}, {
|
|
2432
2580
|
symbol: any;
|
|
2433
|
-
replace: boolean;
|
|
2434
2581
|
flat: boolean;
|
|
2435
|
-
|
|
2436
|
-
|
|
2437
|
-
|
|
2438
|
-
absolute: boolean;
|
|
2439
|
-
block: boolean;
|
|
2440
|
-
location: "end" | "start" | "left" | "top" | "bottom" | "right";
|
|
2582
|
+
replace: boolean;
|
|
2583
|
+
style: vue.StyleValue;
|
|
2584
|
+
size: string | number;
|
|
2441
2585
|
active: boolean;
|
|
2586
|
+
disabled: boolean;
|
|
2587
|
+
tag: string;
|
|
2588
|
+
offset: boolean;
|
|
2442
2589
|
order: string | number;
|
|
2590
|
+
absolute: boolean;
|
|
2443
2591
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
2444
2592
|
component?: vue.Component | undefined;
|
|
2445
2593
|
})>;
|
|
2446
|
-
style: vue.StyleValue;
|
|
2447
|
-
disabled: boolean;
|
|
2448
|
-
size: string | number;
|
|
2449
|
-
tag: string;
|
|
2450
|
-
appear: boolean;
|
|
2451
|
-
app: boolean;
|
|
2452
2594
|
modelValue: boolean;
|
|
2453
2595
|
rounded: string | number | boolean;
|
|
2596
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
2597
|
+
block: boolean;
|
|
2598
|
+
exact: boolean;
|
|
2454
2599
|
tile: boolean;
|
|
2600
|
+
appear: boolean;
|
|
2455
2601
|
density: Density;
|
|
2456
2602
|
extended: boolean;
|
|
2603
|
+
location: "left" | "right" | "end" | "top" | "bottom" | "start";
|
|
2457
2604
|
slim: boolean;
|
|
2458
2605
|
stacked: boolean;
|
|
2459
2606
|
ripple: boolean | {
|
|
2460
2607
|
class: string;
|
|
2461
2608
|
} | undefined;
|
|
2609
|
+
app: boolean;
|
|
2462
2610
|
}>;
|
|
2463
2611
|
__isFragment?: undefined;
|
|
2464
2612
|
__isTeleport?: undefined;
|
|
2465
2613
|
__isSuspense?: undefined;
|
|
2466
2614
|
} & vue.ComponentOptionsBase<{
|
|
2467
2615
|
symbol: any;
|
|
2468
|
-
replace: boolean;
|
|
2469
2616
|
flat: boolean;
|
|
2470
|
-
|
|
2471
|
-
|
|
2472
|
-
|
|
2473
|
-
absolute: boolean;
|
|
2474
|
-
block: boolean;
|
|
2475
|
-
location: "end" | "start" | "left" | "top" | "bottom" | "right";
|
|
2617
|
+
replace: boolean;
|
|
2618
|
+
style: vue.StyleValue;
|
|
2619
|
+
size: string | number;
|
|
2476
2620
|
active: boolean;
|
|
2621
|
+
disabled: boolean;
|
|
2622
|
+
tag: string;
|
|
2623
|
+
offset: boolean;
|
|
2477
2624
|
order: string | number;
|
|
2625
|
+
absolute: boolean;
|
|
2478
2626
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
2479
2627
|
component?: vue.Component | undefined;
|
|
2480
2628
|
})>;
|
|
2481
|
-
style: vue.StyleValue;
|
|
2482
|
-
disabled: boolean;
|
|
2483
|
-
size: string | number;
|
|
2484
|
-
tag: string;
|
|
2485
|
-
appear: boolean;
|
|
2486
|
-
app: boolean;
|
|
2487
2629
|
modelValue: boolean;
|
|
2630
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
2631
|
+
block: boolean;
|
|
2632
|
+
exact: boolean;
|
|
2488
2633
|
tile: boolean;
|
|
2634
|
+
appear: boolean;
|
|
2489
2635
|
density: Density;
|
|
2490
2636
|
extended: boolean;
|
|
2637
|
+
location: "left" | "right" | "end" | "top" | "bottom" | "start";
|
|
2491
2638
|
slim: boolean;
|
|
2492
2639
|
stacked: boolean;
|
|
2493
2640
|
ripple: boolean | {
|
|
2494
2641
|
class: string;
|
|
2495
2642
|
} | undefined;
|
|
2643
|
+
app: boolean;
|
|
2496
2644
|
} & {
|
|
2497
|
-
|
|
2645
|
+
class?: any;
|
|
2646
|
+
text?: string | undefined;
|
|
2498
2647
|
width?: string | number | undefined;
|
|
2648
|
+
height?: string | number | undefined;
|
|
2649
|
+
value?: any;
|
|
2650
|
+
theme?: string | undefined;
|
|
2651
|
+
href?: string | undefined;
|
|
2652
|
+
color?: string | undefined;
|
|
2499
2653
|
name?: string | undefined;
|
|
2654
|
+
loading?: string | boolean | undefined;
|
|
2655
|
+
icon?: boolean | IconValue | undefined;
|
|
2656
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
2500
2657
|
border?: string | number | boolean | undefined;
|
|
2501
|
-
|
|
2658
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
2659
|
+
rounded?: string | number | boolean | undefined;
|
|
2502
2660
|
maxHeight?: string | number | undefined;
|
|
2503
2661
|
maxWidth?: string | number | undefined;
|
|
2504
2662
|
minHeight?: string | number | undefined;
|
|
2505
2663
|
minWidth?: string | number | undefined;
|
|
2506
|
-
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
|
2507
|
-
value?: any;
|
|
2508
|
-
loading?: string | boolean | undefined;
|
|
2509
|
-
text?: string | undefined;
|
|
2510
|
-
class?: any;
|
|
2511
|
-
icon?: boolean | IconValue | undefined;
|
|
2512
|
-
href?: string | undefined;
|
|
2513
2664
|
elevation?: string | number | undefined;
|
|
2514
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
|
2515
|
-
theme?: string | undefined;
|
|
2516
|
-
rounded?: string | number | boolean | undefined;
|
|
2517
2665
|
selectedClass?: string | undefined;
|
|
2518
2666
|
prependIcon?: IconValue | undefined;
|
|
2519
2667
|
appendIcon?: IconValue | undefined;
|
|
@@ -2532,35 +2680,35 @@ declare const VFab: {
|
|
|
2532
2680
|
'update:modelValue': (value: boolean) => boolean;
|
|
2533
2681
|
}, string, {
|
|
2534
2682
|
symbol: any;
|
|
2535
|
-
replace: boolean;
|
|
2536
2683
|
flat: boolean;
|
|
2537
|
-
|
|
2538
|
-
|
|
2539
|
-
|
|
2540
|
-
absolute: boolean;
|
|
2541
|
-
block: boolean;
|
|
2542
|
-
location: "end" | "start" | "left" | "top" | "bottom" | "right";
|
|
2684
|
+
replace: boolean;
|
|
2685
|
+
style: vue.StyleValue;
|
|
2686
|
+
size: string | number;
|
|
2543
2687
|
active: boolean;
|
|
2688
|
+
disabled: boolean;
|
|
2689
|
+
tag: string;
|
|
2690
|
+
offset: boolean;
|
|
2544
2691
|
order: string | number;
|
|
2692
|
+
absolute: boolean;
|
|
2545
2693
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
2546
2694
|
component?: vue.Component | undefined;
|
|
2547
2695
|
})>;
|
|
2548
|
-
style: vue.StyleValue;
|
|
2549
|
-
disabled: boolean;
|
|
2550
|
-
size: string | number;
|
|
2551
|
-
tag: string;
|
|
2552
|
-
appear: boolean;
|
|
2553
|
-
app: boolean;
|
|
2554
2696
|
modelValue: boolean;
|
|
2555
2697
|
rounded: string | number | boolean;
|
|
2698
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
2699
|
+
block: boolean;
|
|
2700
|
+
exact: boolean;
|
|
2556
2701
|
tile: boolean;
|
|
2702
|
+
appear: boolean;
|
|
2557
2703
|
density: Density;
|
|
2558
2704
|
extended: boolean;
|
|
2705
|
+
location: "left" | "right" | "end" | "top" | "bottom" | "start";
|
|
2559
2706
|
slim: boolean;
|
|
2560
2707
|
stacked: boolean;
|
|
2561
2708
|
ripple: boolean | {
|
|
2562
2709
|
class: string;
|
|
2563
2710
|
} | undefined;
|
|
2711
|
+
app: boolean;
|
|
2564
2712
|
}, {}, string, vue.SlotsType<Partial<{
|
|
2565
2713
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
2566
2714
|
[key: string]: any;
|
|
@@ -2572,7 +2720,7 @@ declare const VFab: {
|
|
|
2572
2720
|
})>;
|
|
2573
2721
|
default: string;
|
|
2574
2722
|
validator: (val: unknown) => boolean;
|
|
2575
|
-
}, "
|
|
2723
|
+
}, "default" | "type"> & {
|
|
2576
2724
|
type: PropType<NonNullable<string | boolean | (vue.TransitionProps & {
|
|
2577
2725
|
component?: vue.Component | undefined;
|
|
2578
2726
|
})>>;
|
|
@@ -2592,70 +2740,70 @@ declare const VFab: {
|
|
|
2592
2740
|
type: null;
|
|
2593
2741
|
default: vue.InjectionKey<GroupProvide>;
|
|
2594
2742
|
};
|
|
2595
|
-
replace: BooleanConstructor;
|
|
2596
2743
|
flat: BooleanConstructor;
|
|
2597
|
-
|
|
2598
|
-
|
|
2744
|
+
replace: BooleanConstructor;
|
|
2745
|
+
class: PropType<any>;
|
|
2746
|
+
style: {
|
|
2747
|
+
type: PropType<vue.StyleValue>;
|
|
2748
|
+
default: null;
|
|
2749
|
+
};
|
|
2750
|
+
size: {
|
|
2751
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
2599
2752
|
default: string;
|
|
2600
|
-
validator: (v: any) => boolean;
|
|
2601
|
-
}, "type" | "default"> & {
|
|
2602
|
-
type: PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
|
2603
|
-
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
2604
2753
|
};
|
|
2605
|
-
|
|
2606
|
-
block: BooleanConstructor;
|
|
2607
|
-
height: (StringConstructor | NumberConstructor)[];
|
|
2754
|
+
text: StringConstructor;
|
|
2608
2755
|
width: (StringConstructor | NumberConstructor)[];
|
|
2756
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
2609
2757
|
active: Omit<{
|
|
2610
2758
|
type: BooleanConstructor;
|
|
2611
2759
|
default: undefined;
|
|
2612
|
-
}, "
|
|
2760
|
+
}, "default" | "type"> & {
|
|
2613
2761
|
type: PropType<boolean>;
|
|
2614
2762
|
default: boolean;
|
|
2615
2763
|
};
|
|
2616
|
-
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
2617
|
-
color: StringConstructor;
|
|
2618
|
-
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
2619
|
-
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
2620
|
-
minHeight: (StringConstructor | NumberConstructor)[];
|
|
2621
|
-
minWidth: (StringConstructor | NumberConstructor)[];
|
|
2622
|
-
position: {
|
|
2623
|
-
type: PropType<"fixed" | "absolute" | "static" | "sticky" | "relative">;
|
|
2624
|
-
validator: (v: any) => boolean;
|
|
2625
|
-
};
|
|
2626
2764
|
value: null;
|
|
2627
|
-
|
|
2628
|
-
|
|
2629
|
-
|
|
2630
|
-
default: null;
|
|
2631
|
-
};
|
|
2632
|
-
text: StringConstructor;
|
|
2765
|
+
theme: StringConstructor;
|
|
2766
|
+
href: StringConstructor;
|
|
2767
|
+
color: StringConstructor;
|
|
2633
2768
|
disabled: BooleanConstructor;
|
|
2634
|
-
size: {
|
|
2635
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
2636
|
-
default: string;
|
|
2637
|
-
};
|
|
2638
|
-
class: PropType<any>;
|
|
2639
2769
|
tag: Omit<{
|
|
2640
2770
|
type: StringConstructor;
|
|
2641
2771
|
default: string;
|
|
2642
|
-
}, "
|
|
2772
|
+
}, "default" | "type"> & {
|
|
2643
2773
|
type: PropType<string>;
|
|
2644
2774
|
default: string;
|
|
2645
2775
|
};
|
|
2776
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
|
2646
2777
|
icon: PropType<boolean | IconValue>;
|
|
2647
|
-
href: StringConstructor;
|
|
2648
|
-
elevation: {
|
|
2649
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
2650
|
-
validator(v: any): boolean;
|
|
2651
|
-
};
|
|
2652
2778
|
to: PropType<vue_router.RouteLocationRaw>;
|
|
2653
|
-
|
|
2779
|
+
border: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
2780
|
+
position: {
|
|
2781
|
+
type: PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
|
|
2782
|
+
validator: (v: any) => boolean;
|
|
2783
|
+
};
|
|
2654
2784
|
rounded: {
|
|
2655
|
-
type: (StringConstructor |
|
|
2785
|
+
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
2656
2786
|
default: undefined;
|
|
2657
2787
|
};
|
|
2788
|
+
variant: Omit<{
|
|
2789
|
+
type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
2790
|
+
default: string;
|
|
2791
|
+
validator: (v: any) => boolean;
|
|
2792
|
+
}, "default" | "type"> & {
|
|
2793
|
+
type: PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
|
2794
|
+
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
2795
|
+
};
|
|
2796
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
2797
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
2798
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
|
2799
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
|
2800
|
+
block: BooleanConstructor;
|
|
2801
|
+
exact: BooleanConstructor;
|
|
2658
2802
|
tile: BooleanConstructor;
|
|
2803
|
+
elevation: {
|
|
2804
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
2805
|
+
validator(v: any): boolean;
|
|
2806
|
+
};
|
|
2659
2807
|
density: {
|
|
2660
2808
|
type: PropType<Density>;
|
|
2661
2809
|
default: string;
|
|
@@ -2676,7 +2824,7 @@ declare const VFab: {
|
|
|
2676
2824
|
appear: BooleanConstructor;
|
|
2677
2825
|
extended: BooleanConstructor;
|
|
2678
2826
|
location: {
|
|
2679
|
-
type: PropType<"
|
|
2827
|
+
type: PropType<"left" | "right" | "end" | "top" | "bottom" | "start">;
|
|
2680
2828
|
default: string;
|
|
2681
2829
|
};
|
|
2682
2830
|
offset: BooleanConstructor;
|
|
@@ -2691,7 +2839,7 @@ declare const VFab: {
|
|
|
2691
2839
|
})>;
|
|
2692
2840
|
default: string;
|
|
2693
2841
|
validator: (val: unknown) => boolean;
|
|
2694
|
-
}, "
|
|
2842
|
+
}, "default" | "type"> & {
|
|
2695
2843
|
type: PropType<NonNullable<string | boolean | (vue.TransitionProps & {
|
|
2696
2844
|
component?: vue.Component | undefined;
|
|
2697
2845
|
})>>;
|
|
@@ -2711,70 +2859,70 @@ declare const VFab: {
|
|
|
2711
2859
|
type: null;
|
|
2712
2860
|
default: vue.InjectionKey<GroupProvide>;
|
|
2713
2861
|
};
|
|
2714
|
-
replace: BooleanConstructor;
|
|
2715
2862
|
flat: BooleanConstructor;
|
|
2716
|
-
|
|
2717
|
-
|
|
2863
|
+
replace: BooleanConstructor;
|
|
2864
|
+
class: PropType<any>;
|
|
2865
|
+
style: {
|
|
2866
|
+
type: PropType<vue.StyleValue>;
|
|
2867
|
+
default: null;
|
|
2868
|
+
};
|
|
2869
|
+
size: {
|
|
2870
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
2718
2871
|
default: string;
|
|
2719
|
-
validator: (v: any) => boolean;
|
|
2720
|
-
}, "type" | "default"> & {
|
|
2721
|
-
type: PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
|
2722
|
-
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
2723
2872
|
};
|
|
2724
|
-
|
|
2725
|
-
block: BooleanConstructor;
|
|
2726
|
-
height: (StringConstructor | NumberConstructor)[];
|
|
2873
|
+
text: StringConstructor;
|
|
2727
2874
|
width: (StringConstructor | NumberConstructor)[];
|
|
2875
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
2728
2876
|
active: Omit<{
|
|
2729
2877
|
type: BooleanConstructor;
|
|
2730
2878
|
default: undefined;
|
|
2731
|
-
}, "
|
|
2879
|
+
}, "default" | "type"> & {
|
|
2732
2880
|
type: PropType<boolean>;
|
|
2733
2881
|
default: boolean;
|
|
2734
2882
|
};
|
|
2735
|
-
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
2736
|
-
color: StringConstructor;
|
|
2737
|
-
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
2738
|
-
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
2739
|
-
minHeight: (StringConstructor | NumberConstructor)[];
|
|
2740
|
-
minWidth: (StringConstructor | NumberConstructor)[];
|
|
2741
|
-
position: {
|
|
2742
|
-
type: PropType<"fixed" | "absolute" | "static" | "sticky" | "relative">;
|
|
2743
|
-
validator: (v: any) => boolean;
|
|
2744
|
-
};
|
|
2745
2883
|
value: null;
|
|
2746
|
-
|
|
2747
|
-
|
|
2748
|
-
|
|
2749
|
-
default: null;
|
|
2750
|
-
};
|
|
2751
|
-
text: StringConstructor;
|
|
2884
|
+
theme: StringConstructor;
|
|
2885
|
+
href: StringConstructor;
|
|
2886
|
+
color: StringConstructor;
|
|
2752
2887
|
disabled: BooleanConstructor;
|
|
2753
|
-
size: {
|
|
2754
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
2755
|
-
default: string;
|
|
2756
|
-
};
|
|
2757
|
-
class: PropType<any>;
|
|
2758
2888
|
tag: Omit<{
|
|
2759
2889
|
type: StringConstructor;
|
|
2760
2890
|
default: string;
|
|
2761
|
-
}, "
|
|
2891
|
+
}, "default" | "type"> & {
|
|
2762
2892
|
type: PropType<string>;
|
|
2763
2893
|
default: string;
|
|
2764
2894
|
};
|
|
2895
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
|
2765
2896
|
icon: PropType<boolean | IconValue>;
|
|
2766
|
-
href: StringConstructor;
|
|
2767
|
-
elevation: {
|
|
2768
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
2769
|
-
validator(v: any): boolean;
|
|
2770
|
-
};
|
|
2771
2897
|
to: PropType<vue_router.RouteLocationRaw>;
|
|
2772
|
-
|
|
2898
|
+
border: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
2899
|
+
position: {
|
|
2900
|
+
type: PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
|
|
2901
|
+
validator: (v: any) => boolean;
|
|
2902
|
+
};
|
|
2773
2903
|
rounded: {
|
|
2774
|
-
type: (StringConstructor |
|
|
2904
|
+
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
2775
2905
|
default: undefined;
|
|
2776
2906
|
};
|
|
2907
|
+
variant: Omit<{
|
|
2908
|
+
type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
2909
|
+
default: string;
|
|
2910
|
+
validator: (v: any) => boolean;
|
|
2911
|
+
}, "default" | "type"> & {
|
|
2912
|
+
type: PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
|
2913
|
+
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
2914
|
+
};
|
|
2915
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
2916
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
2917
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
|
2918
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
|
2919
|
+
block: BooleanConstructor;
|
|
2920
|
+
exact: BooleanConstructor;
|
|
2777
2921
|
tile: BooleanConstructor;
|
|
2922
|
+
elevation: {
|
|
2923
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
2924
|
+
validator(v: any): boolean;
|
|
2925
|
+
};
|
|
2778
2926
|
density: {
|
|
2779
2927
|
type: PropType<Density>;
|
|
2780
2928
|
default: string;
|
|
@@ -2795,7 +2943,7 @@ declare const VFab: {
|
|
|
2795
2943
|
appear: BooleanConstructor;
|
|
2796
2944
|
extended: BooleanConstructor;
|
|
2797
2945
|
location: {
|
|
2798
|
-
type: PropType<"
|
|
2946
|
+
type: PropType<"left" | "right" | "end" | "top" | "bottom" | "start">;
|
|
2799
2947
|
default: string;
|
|
2800
2948
|
};
|
|
2801
2949
|
offset: BooleanConstructor;
|
|
@@ -2844,36 +2992,35 @@ type ControlVariant = 'default' | 'stacked' | 'split';
|
|
|
2844
2992
|
declare const VNumberInput: {
|
|
2845
2993
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
2846
2994
|
reverse: boolean;
|
|
2847
|
-
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
2848
|
-
error: boolean;
|
|
2849
|
-
inset: boolean;
|
|
2850
2995
|
style: vue.StyleValue;
|
|
2996
|
+
error: boolean;
|
|
2851
2997
|
disabled: boolean;
|
|
2852
|
-
readonly: boolean | null;
|
|
2853
2998
|
focused: boolean;
|
|
2999
|
+
readonly: boolean | null;
|
|
2854
3000
|
modelValue: string | number;
|
|
3001
|
+
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
3002
|
+
inset: boolean;
|
|
2855
3003
|
density: Density;
|
|
2856
3004
|
persistentHint: boolean;
|
|
2857
3005
|
controlVariant: ControlVariant;
|
|
2858
3006
|
hideInput: boolean;
|
|
2859
3007
|
} & {
|
|
2860
|
-
max?: number | undefined;
|
|
2861
|
-
min?: number | undefined;
|
|
2862
|
-
color?: string | undefined;
|
|
2863
|
-
loading?: string | boolean | undefined;
|
|
2864
|
-
label?: string | undefined;
|
|
2865
3008
|
class?: any;
|
|
2866
|
-
|
|
3009
|
+
label?: string | undefined;
|
|
2867
3010
|
theme?: string | undefined;
|
|
3011
|
+
color?: string | undefined;
|
|
3012
|
+
loading?: string | boolean | undefined;
|
|
2868
3013
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
2869
3014
|
rounded?: string | number | boolean | undefined;
|
|
3015
|
+
max?: number | undefined;
|
|
2870
3016
|
bgColor?: string | undefined;
|
|
2871
3017
|
baseColor?: string | undefined;
|
|
2872
3018
|
hint?: string | undefined;
|
|
2873
3019
|
hideDetails?: boolean | "auto" | undefined;
|
|
3020
|
+
min?: number | undefined;
|
|
3021
|
+
step?: number | undefined;
|
|
2874
3022
|
} & {
|
|
2875
3023
|
$children?: {} | vue.VNodeChild | {
|
|
2876
|
-
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
2877
3024
|
clear?: ((arg: DefaultInputSlot & {
|
|
2878
3025
|
props: Record<string, any>;
|
|
2879
3026
|
}) => vue.VNodeChild) | undefined;
|
|
@@ -2882,8 +3029,9 @@ declare const VNumberInput: {
|
|
|
2882
3029
|
label: string | undefined;
|
|
2883
3030
|
props: Record<string, any>;
|
|
2884
3031
|
}) => vue.VNodeChild) | undefined;
|
|
2885
|
-
|
|
3032
|
+
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
2886
3033
|
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
3034
|
+
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2887
3035
|
loader?: ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
2888
3036
|
'prepend-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
2889
3037
|
'append-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -2891,7 +3039,6 @@ declare const VNumberInput: {
|
|
|
2891
3039
|
decrement?: ((arg: ControlSlot) => vue.VNodeChild) | undefined;
|
|
2892
3040
|
};
|
|
2893
3041
|
'v-slots'?: {
|
|
2894
|
-
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
2895
3042
|
clear?: false | ((arg: DefaultInputSlot & {
|
|
2896
3043
|
props: Record<string, any>;
|
|
2897
3044
|
}) => vue.VNodeChild) | undefined;
|
|
@@ -2900,8 +3047,9 @@ declare const VNumberInput: {
|
|
|
2900
3047
|
label: string | undefined;
|
|
2901
3048
|
props: Record<string, any>;
|
|
2902
3049
|
}) => vue.VNodeChild) | undefined;
|
|
2903
|
-
|
|
3050
|
+
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
2904
3051
|
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
3052
|
+
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2905
3053
|
loader?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
2906
3054
|
'prepend-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
2907
3055
|
'append-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -2909,7 +3057,6 @@ declare const VNumberInput: {
|
|
|
2909
3057
|
decrement?: false | ((arg: ControlSlot) => vue.VNodeChild) | undefined;
|
|
2910
3058
|
} | undefined;
|
|
2911
3059
|
} & {
|
|
2912
|
-
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
2913
3060
|
"v-slot:clear"?: false | ((arg: DefaultInputSlot & {
|
|
2914
3061
|
props: Record<string, any>;
|
|
2915
3062
|
}) => vue.VNodeChild) | undefined;
|
|
@@ -2918,8 +3065,9 @@ declare const VNumberInput: {
|
|
|
2918
3065
|
label: string | undefined;
|
|
2919
3066
|
props: Record<string, any>;
|
|
2920
3067
|
}) => vue.VNodeChild) | undefined;
|
|
2921
|
-
"v-slot:
|
|
3068
|
+
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
2922
3069
|
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
3070
|
+
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2923
3071
|
"v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
2924
3072
|
"v-slot:prepend-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
2925
3073
|
"v-slot:append-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -2931,36 +3079,35 @@ declare const VNumberInput: {
|
|
|
2931
3079
|
'update:modelValue': (val: number) => true;
|
|
2932
3080
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
2933
3081
|
reverse: boolean;
|
|
2934
|
-
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
2935
|
-
error: boolean;
|
|
2936
|
-
inset: boolean;
|
|
2937
3082
|
style: vue.StyleValue;
|
|
3083
|
+
error: boolean;
|
|
2938
3084
|
disabled: boolean;
|
|
2939
|
-
readonly: boolean | null;
|
|
2940
3085
|
focused: boolean;
|
|
3086
|
+
readonly: boolean | null;
|
|
2941
3087
|
modelValue: string | number;
|
|
3088
|
+
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
3089
|
+
inset: boolean;
|
|
2942
3090
|
density: Density;
|
|
2943
3091
|
persistentHint: boolean;
|
|
2944
3092
|
controlVariant: ControlVariant;
|
|
2945
3093
|
hideInput: boolean;
|
|
2946
3094
|
} & {
|
|
2947
|
-
max?: number | undefined;
|
|
2948
|
-
min?: number | undefined;
|
|
2949
|
-
color?: string | undefined;
|
|
2950
|
-
loading?: string | boolean | undefined;
|
|
2951
|
-
label?: string | undefined;
|
|
2952
3095
|
class?: any;
|
|
2953
|
-
|
|
3096
|
+
label?: string | undefined;
|
|
2954
3097
|
theme?: string | undefined;
|
|
3098
|
+
color?: string | undefined;
|
|
3099
|
+
loading?: string | boolean | undefined;
|
|
2955
3100
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
2956
3101
|
rounded?: string | number | boolean | undefined;
|
|
3102
|
+
max?: number | undefined;
|
|
2957
3103
|
bgColor?: string | undefined;
|
|
2958
3104
|
baseColor?: string | undefined;
|
|
2959
3105
|
hint?: string | undefined;
|
|
2960
3106
|
hideDetails?: boolean | "auto" | undefined;
|
|
3107
|
+
min?: number | undefined;
|
|
3108
|
+
step?: number | undefined;
|
|
2961
3109
|
} & {
|
|
2962
3110
|
$children?: {} | vue.VNodeChild | {
|
|
2963
|
-
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
2964
3111
|
clear?: ((arg: DefaultInputSlot & {
|
|
2965
3112
|
props: Record<string, any>;
|
|
2966
3113
|
}) => vue.VNodeChild) | undefined;
|
|
@@ -2969,8 +3116,9 @@ declare const VNumberInput: {
|
|
|
2969
3116
|
label: string | undefined;
|
|
2970
3117
|
props: Record<string, any>;
|
|
2971
3118
|
}) => vue.VNodeChild) | undefined;
|
|
2972
|
-
|
|
3119
|
+
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
2973
3120
|
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
3121
|
+
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2974
3122
|
loader?: ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
2975
3123
|
'prepend-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
2976
3124
|
'append-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -2978,7 +3126,6 @@ declare const VNumberInput: {
|
|
|
2978
3126
|
decrement?: ((arg: ControlSlot) => vue.VNodeChild) | undefined;
|
|
2979
3127
|
};
|
|
2980
3128
|
'v-slots'?: {
|
|
2981
|
-
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
2982
3129
|
clear?: false | ((arg: DefaultInputSlot & {
|
|
2983
3130
|
props: Record<string, any>;
|
|
2984
3131
|
}) => vue.VNodeChild) | undefined;
|
|
@@ -2987,8 +3134,9 @@ declare const VNumberInput: {
|
|
|
2987
3134
|
label: string | undefined;
|
|
2988
3135
|
props: Record<string, any>;
|
|
2989
3136
|
}) => vue.VNodeChild) | undefined;
|
|
2990
|
-
|
|
3137
|
+
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
2991
3138
|
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
3139
|
+
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2992
3140
|
loader?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
2993
3141
|
'prepend-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
2994
3142
|
'append-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -2996,7 +3144,6 @@ declare const VNumberInput: {
|
|
|
2996
3144
|
decrement?: false | ((arg: ControlSlot) => vue.VNodeChild) | undefined;
|
|
2997
3145
|
} | undefined;
|
|
2998
3146
|
} & {
|
|
2999
|
-
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
3000
3147
|
"v-slot:clear"?: false | ((arg: DefaultInputSlot & {
|
|
3001
3148
|
props: Record<string, any>;
|
|
3002
3149
|
}) => vue.VNodeChild) | undefined;
|
|
@@ -3005,8 +3152,9 @@ declare const VNumberInput: {
|
|
|
3005
3152
|
label: string | undefined;
|
|
3006
3153
|
props: Record<string, any>;
|
|
3007
3154
|
}) => vue.VNodeChild) | undefined;
|
|
3008
|
-
"v-slot:
|
|
3155
|
+
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
3009
3156
|
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
3157
|
+
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
3010
3158
|
"v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
3011
3159
|
"v-slot:prepend-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
3012
3160
|
"v-slot:append-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -3016,23 +3164,20 @@ declare const VNumberInput: {
|
|
|
3016
3164
|
"onUpdate:modelValue"?: ((val: number) => any) | undefined;
|
|
3017
3165
|
}, {
|
|
3018
3166
|
reverse: boolean;
|
|
3019
|
-
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
3020
|
-
error: boolean;
|
|
3021
|
-
inset: boolean;
|
|
3022
3167
|
style: vue.StyleValue;
|
|
3168
|
+
error: boolean;
|
|
3023
3169
|
disabled: boolean;
|
|
3024
|
-
readonly: boolean | null;
|
|
3025
3170
|
focused: boolean;
|
|
3171
|
+
readonly: boolean | null;
|
|
3026
3172
|
modelValue: string | number;
|
|
3027
3173
|
rounded: string | number | boolean;
|
|
3174
|
+
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
3175
|
+
inset: boolean;
|
|
3028
3176
|
density: Density;
|
|
3029
3177
|
persistentHint: boolean;
|
|
3030
3178
|
controlVariant: ControlVariant;
|
|
3031
3179
|
hideInput: boolean;
|
|
3032
3180
|
}, true, {}, vue.SlotsType<Partial<{
|
|
3033
|
-
message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3034
|
-
[key: string]: any;
|
|
3035
|
-
}>[];
|
|
3036
3181
|
clear: (arg: DefaultInputSlot & {
|
|
3037
3182
|
props: Record<string, any>;
|
|
3038
3183
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -3047,12 +3192,15 @@ declare const VNumberInput: {
|
|
|
3047
3192
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3048
3193
|
[key: string]: any;
|
|
3049
3194
|
}>[];
|
|
3050
|
-
|
|
3195
|
+
message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3051
3196
|
[key: string]: any;
|
|
3052
3197
|
}>[];
|
|
3053
3198
|
prepend: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3054
3199
|
[key: string]: any;
|
|
3055
3200
|
}>[];
|
|
3201
|
+
append: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3202
|
+
[key: string]: any;
|
|
3203
|
+
}>[];
|
|
3056
3204
|
loader: (arg: LoaderSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3057
3205
|
[key: string]: any;
|
|
3058
3206
|
}>[];
|
|
@@ -3077,36 +3225,35 @@ declare const VNumberInput: {
|
|
|
3077
3225
|
Defaults: {};
|
|
3078
3226
|
}, {
|
|
3079
3227
|
reverse: boolean;
|
|
3080
|
-
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
3081
|
-
error: boolean;
|
|
3082
|
-
inset: boolean;
|
|
3083
3228
|
style: vue.StyleValue;
|
|
3229
|
+
error: boolean;
|
|
3084
3230
|
disabled: boolean;
|
|
3085
|
-
readonly: boolean | null;
|
|
3086
3231
|
focused: boolean;
|
|
3232
|
+
readonly: boolean | null;
|
|
3087
3233
|
modelValue: string | number;
|
|
3234
|
+
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
3235
|
+
inset: boolean;
|
|
3088
3236
|
density: Density;
|
|
3089
3237
|
persistentHint: boolean;
|
|
3090
3238
|
controlVariant: ControlVariant;
|
|
3091
3239
|
hideInput: boolean;
|
|
3092
3240
|
} & {
|
|
3093
|
-
max?: number | undefined;
|
|
3094
|
-
min?: number | undefined;
|
|
3095
|
-
color?: string | undefined;
|
|
3096
|
-
loading?: string | boolean | undefined;
|
|
3097
|
-
label?: string | undefined;
|
|
3098
3241
|
class?: any;
|
|
3099
|
-
|
|
3242
|
+
label?: string | undefined;
|
|
3100
3243
|
theme?: string | undefined;
|
|
3244
|
+
color?: string | undefined;
|
|
3245
|
+
loading?: string | boolean | undefined;
|
|
3101
3246
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
3102
3247
|
rounded?: string | number | boolean | undefined;
|
|
3248
|
+
max?: number | undefined;
|
|
3103
3249
|
bgColor?: string | undefined;
|
|
3104
3250
|
baseColor?: string | undefined;
|
|
3105
3251
|
hint?: string | undefined;
|
|
3106
3252
|
hideDetails?: boolean | "auto" | undefined;
|
|
3253
|
+
min?: number | undefined;
|
|
3254
|
+
step?: number | undefined;
|
|
3107
3255
|
} & {
|
|
3108
3256
|
$children?: {} | vue.VNodeChild | {
|
|
3109
|
-
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
3110
3257
|
clear?: ((arg: DefaultInputSlot & {
|
|
3111
3258
|
props: Record<string, any>;
|
|
3112
3259
|
}) => vue.VNodeChild) | undefined;
|
|
@@ -3115,8 +3262,9 @@ declare const VNumberInput: {
|
|
|
3115
3262
|
label: string | undefined;
|
|
3116
3263
|
props: Record<string, any>;
|
|
3117
3264
|
}) => vue.VNodeChild) | undefined;
|
|
3118
|
-
|
|
3265
|
+
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
3119
3266
|
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
3267
|
+
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
3120
3268
|
loader?: ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
3121
3269
|
'prepend-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
3122
3270
|
'append-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -3124,7 +3272,6 @@ declare const VNumberInput: {
|
|
|
3124
3272
|
decrement?: ((arg: ControlSlot) => vue.VNodeChild) | undefined;
|
|
3125
3273
|
};
|
|
3126
3274
|
'v-slots'?: {
|
|
3127
|
-
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
3128
3275
|
clear?: false | ((arg: DefaultInputSlot & {
|
|
3129
3276
|
props: Record<string, any>;
|
|
3130
3277
|
}) => vue.VNodeChild) | undefined;
|
|
@@ -3133,8 +3280,9 @@ declare const VNumberInput: {
|
|
|
3133
3280
|
label: string | undefined;
|
|
3134
3281
|
props: Record<string, any>;
|
|
3135
3282
|
}) => vue.VNodeChild) | undefined;
|
|
3136
|
-
|
|
3283
|
+
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
3137
3284
|
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
3285
|
+
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
3138
3286
|
loader?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
3139
3287
|
'prepend-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
3140
3288
|
'append-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -3142,7 +3290,6 @@ declare const VNumberInput: {
|
|
|
3142
3290
|
decrement?: false | ((arg: ControlSlot) => vue.VNodeChild) | undefined;
|
|
3143
3291
|
} | undefined;
|
|
3144
3292
|
} & {
|
|
3145
|
-
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
3146
3293
|
"v-slot:clear"?: false | ((arg: DefaultInputSlot & {
|
|
3147
3294
|
props: Record<string, any>;
|
|
3148
3295
|
}) => vue.VNodeChild) | undefined;
|
|
@@ -3151,8 +3298,9 @@ declare const VNumberInput: {
|
|
|
3151
3298
|
label: string | undefined;
|
|
3152
3299
|
props: Record<string, any>;
|
|
3153
3300
|
}) => vue.VNodeChild) | undefined;
|
|
3154
|
-
"v-slot:
|
|
3301
|
+
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
3155
3302
|
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
3303
|
+
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
3156
3304
|
"v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
3157
3305
|
"v-slot:prepend-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
3158
3306
|
"v-slot:append-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -3161,16 +3309,16 @@ declare const VNumberInput: {
|
|
|
3161
3309
|
} & {
|
|
3162
3310
|
"onUpdate:modelValue"?: ((val: number) => any) | undefined;
|
|
3163
3311
|
}, {}, {}, {}, {}, {
|
|
3164
|
-
reverse: boolean;
|
|
3165
|
-
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
3166
|
-
error: boolean;
|
|
3167
|
-
inset: boolean;
|
|
3312
|
+
reverse: boolean;
|
|
3168
3313
|
style: vue.StyleValue;
|
|
3314
|
+
error: boolean;
|
|
3169
3315
|
disabled: boolean;
|
|
3170
|
-
readonly: boolean | null;
|
|
3171
3316
|
focused: boolean;
|
|
3317
|
+
readonly: boolean | null;
|
|
3172
3318
|
modelValue: string | number;
|
|
3173
3319
|
rounded: string | number | boolean;
|
|
3320
|
+
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
3321
|
+
inset: boolean;
|
|
3174
3322
|
density: Density;
|
|
3175
3323
|
persistentHint: boolean;
|
|
3176
3324
|
controlVariant: ControlVariant;
|
|
@@ -3181,36 +3329,35 @@ declare const VNumberInput: {
|
|
|
3181
3329
|
__isSuspense?: undefined;
|
|
3182
3330
|
} & vue.ComponentOptionsBase<{
|
|
3183
3331
|
reverse: boolean;
|
|
3184
|
-
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
3185
|
-
error: boolean;
|
|
3186
|
-
inset: boolean;
|
|
3187
3332
|
style: vue.StyleValue;
|
|
3333
|
+
error: boolean;
|
|
3188
3334
|
disabled: boolean;
|
|
3189
|
-
readonly: boolean | null;
|
|
3190
3335
|
focused: boolean;
|
|
3336
|
+
readonly: boolean | null;
|
|
3191
3337
|
modelValue: string | number;
|
|
3338
|
+
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
3339
|
+
inset: boolean;
|
|
3192
3340
|
density: Density;
|
|
3193
3341
|
persistentHint: boolean;
|
|
3194
3342
|
controlVariant: ControlVariant;
|
|
3195
3343
|
hideInput: boolean;
|
|
3196
3344
|
} & {
|
|
3197
|
-
max?: number | undefined;
|
|
3198
|
-
min?: number | undefined;
|
|
3199
|
-
color?: string | undefined;
|
|
3200
|
-
loading?: string | boolean | undefined;
|
|
3201
|
-
label?: string | undefined;
|
|
3202
3345
|
class?: any;
|
|
3203
|
-
|
|
3346
|
+
label?: string | undefined;
|
|
3204
3347
|
theme?: string | undefined;
|
|
3348
|
+
color?: string | undefined;
|
|
3349
|
+
loading?: string | boolean | undefined;
|
|
3205
3350
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
3206
3351
|
rounded?: string | number | boolean | undefined;
|
|
3352
|
+
max?: number | undefined;
|
|
3207
3353
|
bgColor?: string | undefined;
|
|
3208
3354
|
baseColor?: string | undefined;
|
|
3209
3355
|
hint?: string | undefined;
|
|
3210
3356
|
hideDetails?: boolean | "auto" | undefined;
|
|
3357
|
+
min?: number | undefined;
|
|
3358
|
+
step?: number | undefined;
|
|
3211
3359
|
} & {
|
|
3212
3360
|
$children?: {} | vue.VNodeChild | {
|
|
3213
|
-
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
3214
3361
|
clear?: ((arg: DefaultInputSlot & {
|
|
3215
3362
|
props: Record<string, any>;
|
|
3216
3363
|
}) => vue.VNodeChild) | undefined;
|
|
@@ -3219,8 +3366,9 @@ declare const VNumberInput: {
|
|
|
3219
3366
|
label: string | undefined;
|
|
3220
3367
|
props: Record<string, any>;
|
|
3221
3368
|
}) => vue.VNodeChild) | undefined;
|
|
3222
|
-
|
|
3369
|
+
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
3223
3370
|
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
3371
|
+
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
3224
3372
|
loader?: ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
3225
3373
|
'prepend-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
3226
3374
|
'append-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -3228,7 +3376,6 @@ declare const VNumberInput: {
|
|
|
3228
3376
|
decrement?: ((arg: ControlSlot) => vue.VNodeChild) | undefined;
|
|
3229
3377
|
};
|
|
3230
3378
|
'v-slots'?: {
|
|
3231
|
-
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
3232
3379
|
clear?: false | ((arg: DefaultInputSlot & {
|
|
3233
3380
|
props: Record<string, any>;
|
|
3234
3381
|
}) => vue.VNodeChild) | undefined;
|
|
@@ -3237,8 +3384,9 @@ declare const VNumberInput: {
|
|
|
3237
3384
|
label: string | undefined;
|
|
3238
3385
|
props: Record<string, any>;
|
|
3239
3386
|
}) => vue.VNodeChild) | undefined;
|
|
3240
|
-
|
|
3387
|
+
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
3241
3388
|
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
3389
|
+
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
3242
3390
|
loader?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
3243
3391
|
'prepend-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
3244
3392
|
'append-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -3246,7 +3394,6 @@ declare const VNumberInput: {
|
|
|
3246
3394
|
decrement?: false | ((arg: ControlSlot) => vue.VNodeChild) | undefined;
|
|
3247
3395
|
} | undefined;
|
|
3248
3396
|
} & {
|
|
3249
|
-
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
3250
3397
|
"v-slot:clear"?: false | ((arg: DefaultInputSlot & {
|
|
3251
3398
|
props: Record<string, any>;
|
|
3252
3399
|
}) => vue.VNodeChild) | undefined;
|
|
@@ -3255,8 +3402,9 @@ declare const VNumberInput: {
|
|
|
3255
3402
|
label: string | undefined;
|
|
3256
3403
|
props: Record<string, any>;
|
|
3257
3404
|
}) => vue.VNodeChild) | undefined;
|
|
3258
|
-
"v-slot:
|
|
3405
|
+
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
3259
3406
|
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
3407
|
+
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
3260
3408
|
"v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
3261
3409
|
"v-slot:prepend-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
3262
3410
|
"v-slot:append-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -3268,23 +3416,20 @@ declare const VNumberInput: {
|
|
|
3268
3416
|
'update:modelValue': (val: number) => true;
|
|
3269
3417
|
}, string, {
|
|
3270
3418
|
reverse: boolean;
|
|
3271
|
-
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
3272
|
-
error: boolean;
|
|
3273
|
-
inset: boolean;
|
|
3274
3419
|
style: vue.StyleValue;
|
|
3420
|
+
error: boolean;
|
|
3275
3421
|
disabled: boolean;
|
|
3276
|
-
readonly: boolean | null;
|
|
3277
3422
|
focused: boolean;
|
|
3423
|
+
readonly: boolean | null;
|
|
3278
3424
|
modelValue: string | number;
|
|
3279
3425
|
rounded: string | number | boolean;
|
|
3426
|
+
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
3427
|
+
inset: boolean;
|
|
3280
3428
|
density: Density;
|
|
3281
3429
|
persistentHint: boolean;
|
|
3282
3430
|
controlVariant: ControlVariant;
|
|
3283
3431
|
hideInput: boolean;
|
|
3284
3432
|
}, {}, string, vue.SlotsType<Partial<{
|
|
3285
|
-
message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3286
|
-
[key: string]: any;
|
|
3287
|
-
}>[];
|
|
3288
3433
|
clear: (arg: DefaultInputSlot & {
|
|
3289
3434
|
props: Record<string, any>;
|
|
3290
3435
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -3299,12 +3444,15 @@ declare const VNumberInput: {
|
|
|
3299
3444
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3300
3445
|
[key: string]: any;
|
|
3301
3446
|
}>[];
|
|
3302
|
-
|
|
3447
|
+
message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3303
3448
|
[key: string]: any;
|
|
3304
3449
|
}>[];
|
|
3305
3450
|
prepend: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3306
3451
|
[key: string]: any;
|
|
3307
3452
|
}>[];
|
|
3453
|
+
append: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3454
|
+
[key: string]: any;
|
|
3455
|
+
}>[];
|
|
3308
3456
|
loader: (arg: LoaderSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3309
3457
|
[key: string]: any;
|
|
3310
3458
|
}>[];
|
|
@@ -3328,28 +3476,28 @@ declare const VNumberInput: {
|
|
|
3328
3476
|
focused: BooleanConstructor;
|
|
3329
3477
|
'onUpdate:focused': PropType<(args_0: boolean) => void>;
|
|
3330
3478
|
reverse: BooleanConstructor;
|
|
3331
|
-
|
|
3332
|
-
type: PropType<"filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
|
|
3333
|
-
default: string;
|
|
3334
|
-
validator: (v: any) => boolean;
|
|
3335
|
-
};
|
|
3336
|
-
error: BooleanConstructor;
|
|
3337
|
-
color: StringConstructor;
|
|
3338
|
-
loading: (StringConstructor | BooleanConstructor)[];
|
|
3479
|
+
class: PropType<any>;
|
|
3339
3480
|
style: {
|
|
3340
3481
|
type: PropType<vue.StyleValue>;
|
|
3341
3482
|
default: null;
|
|
3342
3483
|
};
|
|
3484
|
+
error: BooleanConstructor;
|
|
3485
|
+
theme: StringConstructor;
|
|
3486
|
+
color: StringConstructor;
|
|
3343
3487
|
disabled: {
|
|
3344
3488
|
type: BooleanConstructor;
|
|
3345
3489
|
default: null;
|
|
3346
3490
|
};
|
|
3347
|
-
|
|
3348
|
-
theme: StringConstructor;
|
|
3491
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
|
3349
3492
|
rounded: {
|
|
3350
|
-
type: (StringConstructor |
|
|
3493
|
+
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
3351
3494
|
default: undefined;
|
|
3352
3495
|
};
|
|
3496
|
+
variant: {
|
|
3497
|
+
type: PropType<"underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
|
|
3498
|
+
default: string;
|
|
3499
|
+
validator: (v: any) => boolean;
|
|
3500
|
+
};
|
|
3353
3501
|
bgColor: StringConstructor;
|
|
3354
3502
|
baseColor: StringConstructor;
|
|
3355
3503
|
label: StringConstructor;
|
|
@@ -3382,28 +3530,28 @@ declare const VNumberInput: {
|
|
|
3382
3530
|
focused: BooleanConstructor;
|
|
3383
3531
|
'onUpdate:focused': PropType<(args_0: boolean) => void>;
|
|
3384
3532
|
reverse: BooleanConstructor;
|
|
3385
|
-
|
|
3386
|
-
type: PropType<"filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
|
|
3387
|
-
default: string;
|
|
3388
|
-
validator: (v: any) => boolean;
|
|
3389
|
-
};
|
|
3390
|
-
error: BooleanConstructor;
|
|
3391
|
-
color: StringConstructor;
|
|
3392
|
-
loading: (StringConstructor | BooleanConstructor)[];
|
|
3533
|
+
class: PropType<any>;
|
|
3393
3534
|
style: {
|
|
3394
3535
|
type: PropType<vue.StyleValue>;
|
|
3395
3536
|
default: null;
|
|
3396
3537
|
};
|
|
3538
|
+
error: BooleanConstructor;
|
|
3539
|
+
theme: StringConstructor;
|
|
3540
|
+
color: StringConstructor;
|
|
3397
3541
|
disabled: {
|
|
3398
3542
|
type: BooleanConstructor;
|
|
3399
3543
|
default: null;
|
|
3400
3544
|
};
|
|
3401
|
-
|
|
3402
|
-
theme: StringConstructor;
|
|
3545
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
|
3403
3546
|
rounded: {
|
|
3404
|
-
type: (StringConstructor |
|
|
3547
|
+
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
3405
3548
|
default: undefined;
|
|
3406
3549
|
};
|
|
3550
|
+
variant: {
|
|
3551
|
+
type: PropType<"underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
|
|
3552
|
+
default: string;
|
|
3553
|
+
validator: (v: any) => boolean;
|
|
3554
|
+
};
|
|
3407
3555
|
bgColor: StringConstructor;
|
|
3408
3556
|
baseColor: StringConstructor;
|
|
3409
3557
|
label: StringConstructor;
|
|
@@ -3435,25 +3583,25 @@ declare const VPicker: {
|
|
|
3435
3583
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
3436
3584
|
style: vue.StyleValue;
|
|
3437
3585
|
tag: string;
|
|
3438
|
-
landscape: boolean;
|
|
3439
3586
|
tile: boolean;
|
|
3587
|
+
landscape: boolean;
|
|
3440
3588
|
hideHeader: boolean;
|
|
3441
3589
|
} & {
|
|
3442
|
-
|
|
3443
|
-
|
|
3590
|
+
class?: any;
|
|
3591
|
+
title?: string | undefined;
|
|
3444
3592
|
width?: string | number | undefined;
|
|
3445
|
-
|
|
3593
|
+
height?: string | number | undefined;
|
|
3594
|
+
theme?: string | undefined;
|
|
3446
3595
|
color?: string | undefined;
|
|
3596
|
+
border?: string | number | boolean | undefined;
|
|
3597
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
3598
|
+
rounded?: string | number | boolean | undefined;
|
|
3447
3599
|
maxHeight?: string | number | undefined;
|
|
3448
3600
|
maxWidth?: string | number | undefined;
|
|
3449
3601
|
minHeight?: string | number | undefined;
|
|
3450
3602
|
minWidth?: string | number | undefined;
|
|
3451
|
-
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
|
3452
|
-
title?: string | undefined;
|
|
3453
|
-
class?: any;
|
|
3454
3603
|
elevation?: string | number | undefined;
|
|
3455
|
-
|
|
3456
|
-
rounded?: string | number | boolean | undefined;
|
|
3604
|
+
location?: Anchor | undefined;
|
|
3457
3605
|
bgColor?: string | undefined;
|
|
3458
3606
|
} & {
|
|
3459
3607
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
@@ -3476,25 +3624,25 @@ declare const VPicker: {
|
|
|
3476
3624
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
3477
3625
|
style: vue.StyleValue;
|
|
3478
3626
|
tag: string;
|
|
3479
|
-
landscape: boolean;
|
|
3480
3627
|
tile: boolean;
|
|
3628
|
+
landscape: boolean;
|
|
3481
3629
|
hideHeader: boolean;
|
|
3482
3630
|
} & {
|
|
3483
|
-
|
|
3484
|
-
|
|
3631
|
+
class?: any;
|
|
3632
|
+
title?: string | undefined;
|
|
3485
3633
|
width?: string | number | undefined;
|
|
3486
|
-
|
|
3634
|
+
height?: string | number | undefined;
|
|
3635
|
+
theme?: string | undefined;
|
|
3487
3636
|
color?: string | undefined;
|
|
3637
|
+
border?: string | number | boolean | undefined;
|
|
3638
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
3639
|
+
rounded?: string | number | boolean | undefined;
|
|
3488
3640
|
maxHeight?: string | number | undefined;
|
|
3489
3641
|
maxWidth?: string | number | undefined;
|
|
3490
3642
|
minHeight?: string | number | undefined;
|
|
3491
3643
|
minWidth?: string | number | undefined;
|
|
3492
|
-
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
|
3493
|
-
title?: string | undefined;
|
|
3494
|
-
class?: any;
|
|
3495
3644
|
elevation?: string | number | undefined;
|
|
3496
|
-
|
|
3497
|
-
rounded?: string | number | boolean | undefined;
|
|
3645
|
+
location?: Anchor | undefined;
|
|
3498
3646
|
bgColor?: string | undefined;
|
|
3499
3647
|
} & {
|
|
3500
3648
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
@@ -3517,9 +3665,9 @@ declare const VPicker: {
|
|
|
3517
3665
|
}, {
|
|
3518
3666
|
style: vue.StyleValue;
|
|
3519
3667
|
tag: string;
|
|
3520
|
-
landscape: boolean;
|
|
3521
3668
|
rounded: string | number | boolean;
|
|
3522
3669
|
tile: boolean;
|
|
3670
|
+
landscape: boolean;
|
|
3523
3671
|
hideHeader: boolean;
|
|
3524
3672
|
}, true, {}, vue.SlotsType<Partial<{
|
|
3525
3673
|
header: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -3544,25 +3692,25 @@ declare const VPicker: {
|
|
|
3544
3692
|
}, {
|
|
3545
3693
|
style: vue.StyleValue;
|
|
3546
3694
|
tag: string;
|
|
3547
|
-
landscape: boolean;
|
|
3548
3695
|
tile: boolean;
|
|
3696
|
+
landscape: boolean;
|
|
3549
3697
|
hideHeader: boolean;
|
|
3550
3698
|
} & {
|
|
3551
|
-
|
|
3552
|
-
|
|
3699
|
+
class?: any;
|
|
3700
|
+
title?: string | undefined;
|
|
3553
3701
|
width?: string | number | undefined;
|
|
3554
|
-
|
|
3702
|
+
height?: string | number | undefined;
|
|
3703
|
+
theme?: string | undefined;
|
|
3555
3704
|
color?: string | undefined;
|
|
3705
|
+
border?: string | number | boolean | undefined;
|
|
3706
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
3707
|
+
rounded?: string | number | boolean | undefined;
|
|
3556
3708
|
maxHeight?: string | number | undefined;
|
|
3557
3709
|
maxWidth?: string | number | undefined;
|
|
3558
3710
|
minHeight?: string | number | undefined;
|
|
3559
3711
|
minWidth?: string | number | undefined;
|
|
3560
|
-
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
|
3561
|
-
title?: string | undefined;
|
|
3562
|
-
class?: any;
|
|
3563
3712
|
elevation?: string | number | undefined;
|
|
3564
|
-
|
|
3565
|
-
rounded?: string | number | boolean | undefined;
|
|
3713
|
+
location?: Anchor | undefined;
|
|
3566
3714
|
bgColor?: string | undefined;
|
|
3567
3715
|
} & {
|
|
3568
3716
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
@@ -3585,9 +3733,9 @@ declare const VPicker: {
|
|
|
3585
3733
|
}, {}, {}, {}, {}, {
|
|
3586
3734
|
style: vue.StyleValue;
|
|
3587
3735
|
tag: string;
|
|
3588
|
-
landscape: boolean;
|
|
3589
3736
|
rounded: string | number | boolean;
|
|
3590
3737
|
tile: boolean;
|
|
3738
|
+
landscape: boolean;
|
|
3591
3739
|
hideHeader: boolean;
|
|
3592
3740
|
}>;
|
|
3593
3741
|
__isFragment?: undefined;
|
|
@@ -3596,25 +3744,25 @@ declare const VPicker: {
|
|
|
3596
3744
|
} & vue.ComponentOptionsBase<{
|
|
3597
3745
|
style: vue.StyleValue;
|
|
3598
3746
|
tag: string;
|
|
3599
|
-
landscape: boolean;
|
|
3600
3747
|
tile: boolean;
|
|
3748
|
+
landscape: boolean;
|
|
3601
3749
|
hideHeader: boolean;
|
|
3602
3750
|
} & {
|
|
3603
|
-
|
|
3604
|
-
|
|
3751
|
+
class?: any;
|
|
3752
|
+
title?: string | undefined;
|
|
3605
3753
|
width?: string | number | undefined;
|
|
3606
|
-
|
|
3754
|
+
height?: string | number | undefined;
|
|
3755
|
+
theme?: string | undefined;
|
|
3607
3756
|
color?: string | undefined;
|
|
3757
|
+
border?: string | number | boolean | undefined;
|
|
3758
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
3759
|
+
rounded?: string | number | boolean | undefined;
|
|
3608
3760
|
maxHeight?: string | number | undefined;
|
|
3609
3761
|
maxWidth?: string | number | undefined;
|
|
3610
3762
|
minHeight?: string | number | undefined;
|
|
3611
3763
|
minWidth?: string | number | undefined;
|
|
3612
|
-
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
|
3613
|
-
title?: string | undefined;
|
|
3614
|
-
class?: any;
|
|
3615
3764
|
elevation?: string | number | undefined;
|
|
3616
|
-
|
|
3617
|
-
rounded?: string | number | boolean | undefined;
|
|
3765
|
+
location?: Anchor | undefined;
|
|
3618
3766
|
bgColor?: string | undefined;
|
|
3619
3767
|
} & {
|
|
3620
3768
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
@@ -3637,9 +3785,9 @@ declare const VPicker: {
|
|
|
3637
3785
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
3638
3786
|
style: vue.StyleValue;
|
|
3639
3787
|
tag: string;
|
|
3640
|
-
landscape: boolean;
|
|
3641
3788
|
rounded: string | number | boolean;
|
|
3642
3789
|
tile: boolean;
|
|
3790
|
+
landscape: boolean;
|
|
3643
3791
|
hideHeader: boolean;
|
|
3644
3792
|
}, {}, string, vue.SlotsType<Partial<{
|
|
3645
3793
|
header: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -3661,12 +3809,12 @@ declare const VPicker: {
|
|
|
3661
3809
|
default: string;
|
|
3662
3810
|
};
|
|
3663
3811
|
rounded: {
|
|
3664
|
-
type: (StringConstructor |
|
|
3812
|
+
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
3665
3813
|
default: undefined;
|
|
3666
3814
|
};
|
|
3667
3815
|
tile: BooleanConstructor;
|
|
3668
3816
|
position: {
|
|
3669
|
-
type: vue.PropType<"fixed" | "absolute" | "
|
|
3817
|
+
type: vue.PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
|
|
3670
3818
|
validator: (v: any) => boolean;
|
|
3671
3819
|
};
|
|
3672
3820
|
location: vue.PropType<Anchor>;
|
|
@@ -3685,7 +3833,7 @@ declare const VPicker: {
|
|
|
3685
3833
|
type: vue.PropType<vue.StyleValue>;
|
|
3686
3834
|
default: null;
|
|
3687
3835
|
};
|
|
3688
|
-
border: (StringConstructor |
|
|
3836
|
+
border: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
3689
3837
|
color: StringConstructor;
|
|
3690
3838
|
bgColor: StringConstructor;
|
|
3691
3839
|
landscape: BooleanConstructor;
|
|
@@ -3698,12 +3846,12 @@ declare const VPicker: {
|
|
|
3698
3846
|
default: string;
|
|
3699
3847
|
};
|
|
3700
3848
|
rounded: {
|
|
3701
|
-
type: (StringConstructor |
|
|
3849
|
+
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
3702
3850
|
default: undefined;
|
|
3703
3851
|
};
|
|
3704
3852
|
tile: BooleanConstructor;
|
|
3705
3853
|
position: {
|
|
3706
|
-
type: vue.PropType<"fixed" | "absolute" | "
|
|
3854
|
+
type: vue.PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
|
|
3707
3855
|
validator: (v: any) => boolean;
|
|
3708
3856
|
};
|
|
3709
3857
|
location: vue.PropType<Anchor>;
|
|
@@ -3722,7 +3870,7 @@ declare const VPicker: {
|
|
|
3722
3870
|
type: vue.PropType<vue.StyleValue>;
|
|
3723
3871
|
default: null;
|
|
3724
3872
|
};
|
|
3725
|
-
border: (StringConstructor |
|
|
3873
|
+
border: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
3726
3874
|
color: StringConstructor;
|
|
3727
3875
|
bgColor: StringConstructor;
|
|
3728
3876
|
landscape: BooleanConstructor;
|
|
@@ -3853,26 +4001,26 @@ declare const VSparkline: {
|
|
|
3853
4001
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
3854
4002
|
fill: boolean;
|
|
3855
4003
|
type: "bar" | "trend";
|
|
3856
|
-
height: string | number;
|
|
3857
4004
|
width: string | number;
|
|
4005
|
+
height: string | number;
|
|
4006
|
+
modelValue: SparklineItem[];
|
|
3858
4007
|
smooth: boolean;
|
|
3859
4008
|
padding: string | number;
|
|
3860
|
-
labels: SparklineItem[];
|
|
3861
|
-
modelValue: SparklineItem[];
|
|
3862
4009
|
gradient: string[];
|
|
3863
4010
|
itemValue: string;
|
|
4011
|
+
labels: SparklineItem[];
|
|
3864
4012
|
autoDraw: boolean;
|
|
3865
4013
|
autoDrawEasing: string;
|
|
3866
|
-
gradientDirection: "left" | "
|
|
4014
|
+
gradientDirection: "left" | "right" | "top" | "bottom";
|
|
3867
4015
|
labelSize: string | number;
|
|
3868
4016
|
lineWidth: string | number;
|
|
3869
4017
|
showLabels: boolean;
|
|
3870
4018
|
autoLineWidth: boolean;
|
|
3871
4019
|
} & {
|
|
3872
|
-
max?: string | number | undefined;
|
|
3873
4020
|
id?: string | undefined;
|
|
3874
|
-
min?: string | number | undefined;
|
|
3875
4021
|
color?: string | undefined;
|
|
4022
|
+
max?: string | number | undefined;
|
|
4023
|
+
min?: string | number | undefined;
|
|
3876
4024
|
autoDrawDuration?: string | number | undefined;
|
|
3877
4025
|
} & {
|
|
3878
4026
|
$children?: vue.VNodeChild | ((arg: void) => vue.VNodeChild) | {
|
|
@@ -3898,26 +4046,26 @@ declare const VSparkline: {
|
|
|
3898
4046
|
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
3899
4047
|
fill: boolean;
|
|
3900
4048
|
type: "bar" | "trend";
|
|
3901
|
-
height: string | number;
|
|
3902
4049
|
width: string | number;
|
|
4050
|
+
height: string | number;
|
|
4051
|
+
modelValue: SparklineItem[];
|
|
3903
4052
|
smooth: boolean;
|
|
3904
4053
|
padding: string | number;
|
|
3905
|
-
labels: SparklineItem[];
|
|
3906
|
-
modelValue: SparklineItem[];
|
|
3907
4054
|
gradient: string[];
|
|
3908
4055
|
itemValue: string;
|
|
4056
|
+
labels: SparklineItem[];
|
|
3909
4057
|
autoDraw: boolean;
|
|
3910
4058
|
autoDrawEasing: string;
|
|
3911
|
-
gradientDirection: "left" | "
|
|
4059
|
+
gradientDirection: "left" | "right" | "top" | "bottom";
|
|
3912
4060
|
labelSize: string | number;
|
|
3913
4061
|
lineWidth: string | number;
|
|
3914
4062
|
showLabels: boolean;
|
|
3915
4063
|
autoLineWidth: boolean;
|
|
3916
4064
|
} & {
|
|
3917
|
-
max?: string | number | undefined;
|
|
3918
4065
|
id?: string | undefined;
|
|
3919
|
-
min?: string | number | undefined;
|
|
3920
4066
|
color?: string | undefined;
|
|
4067
|
+
max?: string | number | undefined;
|
|
4068
|
+
min?: string | number | undefined;
|
|
3921
4069
|
autoDrawDuration?: string | number | undefined;
|
|
3922
4070
|
} & {
|
|
3923
4071
|
$children?: vue.VNodeChild | ((arg: void) => vue.VNodeChild) | {
|
|
@@ -3943,17 +4091,17 @@ declare const VSparkline: {
|
|
|
3943
4091
|
}, {
|
|
3944
4092
|
fill: boolean;
|
|
3945
4093
|
type: "bar" | "trend";
|
|
3946
|
-
height: string | number;
|
|
3947
4094
|
width: string | number;
|
|
4095
|
+
height: string | number;
|
|
4096
|
+
modelValue: SparklineItem[];
|
|
3948
4097
|
smooth: boolean;
|
|
3949
4098
|
padding: string | number;
|
|
3950
|
-
labels: SparklineItem[];
|
|
3951
|
-
modelValue: SparklineItem[];
|
|
3952
4099
|
gradient: string[];
|
|
3953
4100
|
itemValue: string;
|
|
4101
|
+
labels: SparklineItem[];
|
|
3954
4102
|
autoDraw: boolean;
|
|
3955
4103
|
autoDrawEasing: string;
|
|
3956
|
-
gradientDirection: "left" | "
|
|
4104
|
+
gradientDirection: "left" | "right" | "top" | "bottom";
|
|
3957
4105
|
labelSize: string | number;
|
|
3958
4106
|
lineWidth: string | number;
|
|
3959
4107
|
showLabels: boolean;
|
|
@@ -3978,26 +4126,26 @@ declare const VSparkline: {
|
|
|
3978
4126
|
}, {
|
|
3979
4127
|
fill: boolean;
|
|
3980
4128
|
type: "bar" | "trend";
|
|
3981
|
-
height: string | number;
|
|
3982
4129
|
width: string | number;
|
|
4130
|
+
height: string | number;
|
|
4131
|
+
modelValue: SparklineItem[];
|
|
3983
4132
|
smooth: boolean;
|
|
3984
4133
|
padding: string | number;
|
|
3985
|
-
labels: SparklineItem[];
|
|
3986
|
-
modelValue: SparklineItem[];
|
|
3987
4134
|
gradient: string[];
|
|
3988
4135
|
itemValue: string;
|
|
4136
|
+
labels: SparklineItem[];
|
|
3989
4137
|
autoDraw: boolean;
|
|
3990
4138
|
autoDrawEasing: string;
|
|
3991
|
-
gradientDirection: "left" | "
|
|
4139
|
+
gradientDirection: "left" | "right" | "top" | "bottom";
|
|
3992
4140
|
labelSize: string | number;
|
|
3993
4141
|
lineWidth: string | number;
|
|
3994
4142
|
showLabels: boolean;
|
|
3995
4143
|
autoLineWidth: boolean;
|
|
3996
4144
|
} & {
|
|
3997
|
-
max?: string | number | undefined;
|
|
3998
4145
|
id?: string | undefined;
|
|
3999
|
-
min?: string | number | undefined;
|
|
4000
4146
|
color?: string | undefined;
|
|
4147
|
+
max?: string | number | undefined;
|
|
4148
|
+
min?: string | number | undefined;
|
|
4001
4149
|
autoDrawDuration?: string | number | undefined;
|
|
4002
4150
|
} & {
|
|
4003
4151
|
$children?: vue.VNodeChild | ((arg: void) => vue.VNodeChild) | {
|
|
@@ -4023,17 +4171,17 @@ declare const VSparkline: {
|
|
|
4023
4171
|
}, {}, {}, {}, {}, {
|
|
4024
4172
|
fill: boolean;
|
|
4025
4173
|
type: "bar" | "trend";
|
|
4026
|
-
height: string | number;
|
|
4027
4174
|
width: string | number;
|
|
4175
|
+
height: string | number;
|
|
4176
|
+
modelValue: SparklineItem[];
|
|
4028
4177
|
smooth: boolean;
|
|
4029
4178
|
padding: string | number;
|
|
4030
|
-
labels: SparklineItem[];
|
|
4031
|
-
modelValue: SparklineItem[];
|
|
4032
4179
|
gradient: string[];
|
|
4033
4180
|
itemValue: string;
|
|
4181
|
+
labels: SparklineItem[];
|
|
4034
4182
|
autoDraw: boolean;
|
|
4035
4183
|
autoDrawEasing: string;
|
|
4036
|
-
gradientDirection: "left" | "
|
|
4184
|
+
gradientDirection: "left" | "right" | "top" | "bottom";
|
|
4037
4185
|
labelSize: string | number;
|
|
4038
4186
|
lineWidth: string | number;
|
|
4039
4187
|
showLabels: boolean;
|
|
@@ -4045,26 +4193,26 @@ declare const VSparkline: {
|
|
|
4045
4193
|
} & vue.ComponentOptionsBase<{
|
|
4046
4194
|
fill: boolean;
|
|
4047
4195
|
type: "bar" | "trend";
|
|
4048
|
-
height: string | number;
|
|
4049
4196
|
width: string | number;
|
|
4197
|
+
height: string | number;
|
|
4198
|
+
modelValue: SparklineItem[];
|
|
4050
4199
|
smooth: boolean;
|
|
4051
4200
|
padding: string | number;
|
|
4052
|
-
labels: SparklineItem[];
|
|
4053
|
-
modelValue: SparklineItem[];
|
|
4054
4201
|
gradient: string[];
|
|
4055
4202
|
itemValue: string;
|
|
4203
|
+
labels: SparklineItem[];
|
|
4056
4204
|
autoDraw: boolean;
|
|
4057
4205
|
autoDrawEasing: string;
|
|
4058
|
-
gradientDirection: "left" | "
|
|
4206
|
+
gradientDirection: "left" | "right" | "top" | "bottom";
|
|
4059
4207
|
labelSize: string | number;
|
|
4060
4208
|
lineWidth: string | number;
|
|
4061
4209
|
showLabels: boolean;
|
|
4062
4210
|
autoLineWidth: boolean;
|
|
4063
4211
|
} & {
|
|
4064
|
-
max?: string | number | undefined;
|
|
4065
4212
|
id?: string | undefined;
|
|
4066
|
-
min?: string | number | undefined;
|
|
4067
4213
|
color?: string | undefined;
|
|
4214
|
+
max?: string | number | undefined;
|
|
4215
|
+
min?: string | number | undefined;
|
|
4068
4216
|
autoDrawDuration?: string | number | undefined;
|
|
4069
4217
|
} & {
|
|
4070
4218
|
$children?: vue.VNodeChild | ((arg: void) => vue.VNodeChild) | {
|
|
@@ -4090,17 +4238,17 @@ declare const VSparkline: {
|
|
|
4090
4238
|
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
4091
4239
|
fill: boolean;
|
|
4092
4240
|
type: "bar" | "trend";
|
|
4093
|
-
height: string | number;
|
|
4094
4241
|
width: string | number;
|
|
4242
|
+
height: string | number;
|
|
4243
|
+
modelValue: SparklineItem[];
|
|
4095
4244
|
smooth: boolean;
|
|
4096
4245
|
padding: string | number;
|
|
4097
|
-
labels: SparklineItem[];
|
|
4098
|
-
modelValue: SparklineItem[];
|
|
4099
4246
|
gradient: string[];
|
|
4100
4247
|
itemValue: string;
|
|
4248
|
+
labels: SparklineItem[];
|
|
4101
4249
|
autoDraw: boolean;
|
|
4102
4250
|
autoDrawEasing: string;
|
|
4103
|
-
gradientDirection: "left" | "
|
|
4251
|
+
gradientDirection: "left" | "right" | "top" | "bottom";
|
|
4104
4252
|
labelSize: string | number;
|
|
4105
4253
|
lineWidth: string | number;
|
|
4106
4254
|
showLabels: boolean;
|
|
@@ -4128,7 +4276,7 @@ declare const VSparkline: {
|
|
|
4128
4276
|
default: () => never[];
|
|
4129
4277
|
};
|
|
4130
4278
|
gradientDirection: {
|
|
4131
|
-
type: PropType<"left" | "
|
|
4279
|
+
type: PropType<"left" | "right" | "top" | "bottom">;
|
|
4132
4280
|
validator: (val: string) => boolean;
|
|
4133
4281
|
default: string;
|
|
4134
4282
|
};
|
|
@@ -4188,7 +4336,7 @@ declare const VSparkline: {
|
|
|
4188
4336
|
default: () => never[];
|
|
4189
4337
|
};
|
|
4190
4338
|
gradientDirection: {
|
|
4191
|
-
type: PropType<"left" | "
|
|
4339
|
+
type: PropType<"left" | "right" | "top" | "bottom">;
|
|
4192
4340
|
validator: (val: string) => boolean;
|
|
4193
4341
|
default: string;
|
|
4194
4342
|
};
|
|
@@ -4296,24 +4444,26 @@ declare function connectedLocationStrategy(data: LocationStrategyData, props: St
|
|
|
4296
4444
|
|
|
4297
4445
|
declare const VSpeedDial: {
|
|
4298
4446
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
4447
|
+
style: vue.StyleValue;
|
|
4448
|
+
disabled: boolean;
|
|
4299
4449
|
offset: NonNullable<string | number | number[] | undefined>;
|
|
4300
|
-
|
|
4301
|
-
origin: "auto" | Anchor | "overlap";
|
|
4302
|
-
minWidth: NonNullable<string | number>;
|
|
4303
|
-
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
4450
|
+
transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
|
|
4304
4451
|
component?: vue.Component | undefined;
|
|
4305
|
-
})
|
|
4452
|
+
})> | {
|
|
4453
|
+
component: vue.Component;
|
|
4454
|
+
}>;
|
|
4306
4455
|
zIndex: string | number;
|
|
4307
|
-
style: vue.StyleValue;
|
|
4308
|
-
eager: boolean;
|
|
4309
|
-
disabled: boolean;
|
|
4310
4456
|
modelValue: boolean;
|
|
4311
|
-
|
|
4457
|
+
origin: Anchor | "auto" | "overlap";
|
|
4458
|
+
minWidth: NonNullable<string | number>;
|
|
4459
|
+
eager: boolean;
|
|
4460
|
+
location: NonNullable<Anchor>;
|
|
4461
|
+
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
4312
4462
|
updateLocation: (e: Event) => void;
|
|
4313
|
-
} | undefined)>;
|
|
4314
|
-
scrollStrategy: NonNullable<"
|
|
4315
|
-
closeDelay: NonNullable<string | number
|
|
4316
|
-
openDelay: NonNullable<string | number
|
|
4463
|
+
} | undefined) | "connected">;
|
|
4464
|
+
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
4465
|
+
closeDelay: NonNullable<NonNullable<string | number>>;
|
|
4466
|
+
openDelay: NonNullable<NonNullable<string | number>>;
|
|
4317
4467
|
activatorProps: Record<string, any>;
|
|
4318
4468
|
openOnHover: boolean;
|
|
4319
4469
|
closeOnContentClick: boolean;
|
|
@@ -4323,18 +4473,18 @@ declare const VSpeedDial: {
|
|
|
4323
4473
|
persistent: boolean;
|
|
4324
4474
|
scrim: NonNullable<string | boolean>;
|
|
4325
4475
|
} & {
|
|
4476
|
+
class?: any;
|
|
4326
4477
|
id?: string | undefined;
|
|
4327
|
-
height?: string | number | undefined;
|
|
4328
4478
|
width?: string | number | undefined;
|
|
4479
|
+
height?: string | number | undefined;
|
|
4480
|
+
theme?: string | undefined;
|
|
4481
|
+
target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
|
|
4482
|
+
contentClass?: any;
|
|
4483
|
+
opacity?: string | number | undefined;
|
|
4329
4484
|
maxHeight?: string | number | undefined;
|
|
4330
4485
|
maxWidth?: string | number | undefined;
|
|
4331
4486
|
minHeight?: string | number | undefined;
|
|
4332
|
-
|
|
4333
|
-
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
4334
|
-
class?: any;
|
|
4335
|
-
theme?: string | undefined;
|
|
4336
|
-
contentClass?: any;
|
|
4337
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
4487
|
+
activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
|
|
4338
4488
|
openOnClick?: boolean | undefined;
|
|
4339
4489
|
openOnFocus?: boolean | undefined;
|
|
4340
4490
|
contentProps?: any;
|
|
@@ -4369,24 +4519,26 @@ declare const VSpeedDial: {
|
|
|
4369
4519
|
props: Record<string, any>;
|
|
4370
4520
|
}) => vue.VNodeChild) | undefined;
|
|
4371
4521
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
4522
|
+
style: vue.StyleValue;
|
|
4523
|
+
disabled: boolean;
|
|
4372
4524
|
offset: NonNullable<string | number | number[] | undefined>;
|
|
4373
|
-
|
|
4374
|
-
origin: "auto" | Anchor | "overlap";
|
|
4375
|
-
minWidth: NonNullable<string | number>;
|
|
4376
|
-
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
4525
|
+
transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
|
|
4377
4526
|
component?: vue.Component | undefined;
|
|
4378
|
-
})
|
|
4527
|
+
})> | {
|
|
4528
|
+
component: vue.Component;
|
|
4529
|
+
}>;
|
|
4379
4530
|
zIndex: string | number;
|
|
4380
|
-
style: vue.StyleValue;
|
|
4381
|
-
eager: boolean;
|
|
4382
|
-
disabled: boolean;
|
|
4383
4531
|
modelValue: boolean;
|
|
4384
|
-
|
|
4532
|
+
origin: Anchor | "auto" | "overlap";
|
|
4533
|
+
minWidth: NonNullable<string | number>;
|
|
4534
|
+
eager: boolean;
|
|
4535
|
+
location: NonNullable<Anchor>;
|
|
4536
|
+
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
4385
4537
|
updateLocation: (e: Event) => void;
|
|
4386
|
-
} | undefined)>;
|
|
4387
|
-
scrollStrategy: NonNullable<"
|
|
4388
|
-
closeDelay: NonNullable<string | number
|
|
4389
|
-
openDelay: NonNullable<string | number
|
|
4538
|
+
} | undefined) | "connected">;
|
|
4539
|
+
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
4540
|
+
closeDelay: NonNullable<NonNullable<string | number>>;
|
|
4541
|
+
openDelay: NonNullable<NonNullable<string | number>>;
|
|
4390
4542
|
activatorProps: Record<string, any>;
|
|
4391
4543
|
openOnHover: boolean;
|
|
4392
4544
|
closeOnContentClick: boolean;
|
|
@@ -4396,18 +4548,18 @@ declare const VSpeedDial: {
|
|
|
4396
4548
|
persistent: boolean;
|
|
4397
4549
|
scrim: NonNullable<string | boolean>;
|
|
4398
4550
|
} & {
|
|
4399
|
-
id?: string | undefined;
|
|
4400
|
-
height?: string | number | undefined;
|
|
4401
|
-
width?: string | number | undefined;
|
|
4402
|
-
maxHeight?: string | number | undefined;
|
|
4403
|
-
maxWidth?: string | number | undefined;
|
|
4404
|
-
minHeight?: string | number | undefined;
|
|
4405
|
-
opacity?: string | number | undefined;
|
|
4406
|
-
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
4407
4551
|
class?: any;
|
|
4552
|
+
id?: string | undefined;
|
|
4553
|
+
width?: string | number | undefined;
|
|
4554
|
+
height?: string | number | undefined;
|
|
4408
4555
|
theme?: string | undefined;
|
|
4556
|
+
target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
|
|
4409
4557
|
contentClass?: any;
|
|
4410
|
-
|
|
4558
|
+
opacity?: string | number | undefined;
|
|
4559
|
+
maxHeight?: string | number | undefined;
|
|
4560
|
+
maxWidth?: string | number | undefined;
|
|
4561
|
+
minHeight?: string | number | undefined;
|
|
4562
|
+
activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
|
|
4411
4563
|
openOnClick?: boolean | undefined;
|
|
4412
4564
|
openOnFocus?: boolean | undefined;
|
|
4413
4565
|
contentProps?: any;
|
|
@@ -4442,24 +4594,26 @@ declare const VSpeedDial: {
|
|
|
4442
4594
|
props: Record<string, any>;
|
|
4443
4595
|
}) => vue.VNodeChild) | undefined;
|
|
4444
4596
|
}, {
|
|
4597
|
+
style: vue.StyleValue;
|
|
4598
|
+
disabled: boolean;
|
|
4445
4599
|
offset: NonNullable<string | number | number[] | undefined>;
|
|
4446
|
-
|
|
4447
|
-
origin: "auto" | Anchor | "overlap";
|
|
4448
|
-
minWidth: NonNullable<string | number>;
|
|
4449
|
-
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
4600
|
+
transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
|
|
4450
4601
|
component?: vue.Component | undefined;
|
|
4451
|
-
})
|
|
4602
|
+
})> | {
|
|
4603
|
+
component: vue.Component;
|
|
4604
|
+
}>;
|
|
4452
4605
|
zIndex: string | number;
|
|
4453
|
-
style: vue.StyleValue;
|
|
4454
|
-
eager: boolean;
|
|
4455
|
-
disabled: boolean;
|
|
4456
4606
|
modelValue: boolean;
|
|
4457
|
-
|
|
4607
|
+
origin: Anchor | "auto" | "overlap";
|
|
4608
|
+
minWidth: NonNullable<string | number>;
|
|
4609
|
+
eager: boolean;
|
|
4610
|
+
location: NonNullable<Anchor>;
|
|
4611
|
+
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
4458
4612
|
updateLocation: (e: Event) => void;
|
|
4459
|
-
} | undefined)>;
|
|
4460
|
-
scrollStrategy: NonNullable<"
|
|
4461
|
-
closeDelay: NonNullable<string | number
|
|
4462
|
-
openDelay: NonNullable<string | number
|
|
4613
|
+
} | undefined) | "connected">;
|
|
4614
|
+
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
4615
|
+
closeDelay: NonNullable<NonNullable<string | number>>;
|
|
4616
|
+
openDelay: NonNullable<NonNullable<string | number>>;
|
|
4463
4617
|
activatorProps: Record<string, any>;
|
|
4464
4618
|
openOnClick: boolean;
|
|
4465
4619
|
openOnHover: boolean;
|
|
@@ -4490,24 +4644,26 @@ declare const VSpeedDial: {
|
|
|
4490
4644
|
M: {};
|
|
4491
4645
|
Defaults: {};
|
|
4492
4646
|
}, {
|
|
4647
|
+
style: vue.StyleValue;
|
|
4648
|
+
disabled: boolean;
|
|
4493
4649
|
offset: NonNullable<string | number | number[] | undefined>;
|
|
4494
|
-
|
|
4495
|
-
origin: "auto" | Anchor | "overlap";
|
|
4496
|
-
minWidth: NonNullable<string | number>;
|
|
4497
|
-
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
4650
|
+
transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
|
|
4498
4651
|
component?: vue.Component | undefined;
|
|
4499
|
-
})
|
|
4652
|
+
})> | {
|
|
4653
|
+
component: vue.Component;
|
|
4654
|
+
}>;
|
|
4500
4655
|
zIndex: string | number;
|
|
4501
|
-
style: vue.StyleValue;
|
|
4502
|
-
eager: boolean;
|
|
4503
|
-
disabled: boolean;
|
|
4504
4656
|
modelValue: boolean;
|
|
4505
|
-
|
|
4657
|
+
origin: Anchor | "auto" | "overlap";
|
|
4658
|
+
minWidth: NonNullable<string | number>;
|
|
4659
|
+
eager: boolean;
|
|
4660
|
+
location: NonNullable<Anchor>;
|
|
4661
|
+
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
4506
4662
|
updateLocation: (e: Event) => void;
|
|
4507
|
-
} | undefined)>;
|
|
4508
|
-
scrollStrategy: NonNullable<"
|
|
4509
|
-
closeDelay: NonNullable<string | number
|
|
4510
|
-
openDelay: NonNullable<string | number
|
|
4663
|
+
} | undefined) | "connected">;
|
|
4664
|
+
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
4665
|
+
closeDelay: NonNullable<NonNullable<string | number>>;
|
|
4666
|
+
openDelay: NonNullable<NonNullable<string | number>>;
|
|
4511
4667
|
activatorProps: Record<string, any>;
|
|
4512
4668
|
openOnHover: boolean;
|
|
4513
4669
|
closeOnContentClick: boolean;
|
|
@@ -4517,18 +4673,18 @@ declare const VSpeedDial: {
|
|
|
4517
4673
|
persistent: boolean;
|
|
4518
4674
|
scrim: NonNullable<string | boolean>;
|
|
4519
4675
|
} & {
|
|
4676
|
+
class?: any;
|
|
4520
4677
|
id?: string | undefined;
|
|
4521
|
-
height?: string | number | undefined;
|
|
4522
4678
|
width?: string | number | undefined;
|
|
4679
|
+
height?: string | number | undefined;
|
|
4680
|
+
theme?: string | undefined;
|
|
4681
|
+
target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
|
|
4682
|
+
contentClass?: any;
|
|
4683
|
+
opacity?: string | number | undefined;
|
|
4523
4684
|
maxHeight?: string | number | undefined;
|
|
4524
4685
|
maxWidth?: string | number | undefined;
|
|
4525
4686
|
minHeight?: string | number | undefined;
|
|
4526
|
-
|
|
4527
|
-
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
4528
|
-
class?: any;
|
|
4529
|
-
theme?: string | undefined;
|
|
4530
|
-
contentClass?: any;
|
|
4531
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
4687
|
+
activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
|
|
4532
4688
|
openOnClick?: boolean | undefined;
|
|
4533
4689
|
openOnFocus?: boolean | undefined;
|
|
4534
4690
|
contentProps?: any;
|
|
@@ -4563,24 +4719,26 @@ declare const VSpeedDial: {
|
|
|
4563
4719
|
props: Record<string, any>;
|
|
4564
4720
|
}) => vue.VNodeChild) | undefined;
|
|
4565
4721
|
}, {}, {}, {}, {}, {
|
|
4722
|
+
style: vue.StyleValue;
|
|
4723
|
+
disabled: boolean;
|
|
4566
4724
|
offset: NonNullable<string | number | number[] | undefined>;
|
|
4567
|
-
|
|
4568
|
-
origin: "auto" | Anchor | "overlap";
|
|
4569
|
-
minWidth: NonNullable<string | number>;
|
|
4570
|
-
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
4725
|
+
transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
|
|
4571
4726
|
component?: vue.Component | undefined;
|
|
4572
|
-
})
|
|
4727
|
+
})> | {
|
|
4728
|
+
component: vue.Component;
|
|
4729
|
+
}>;
|
|
4573
4730
|
zIndex: string | number;
|
|
4574
|
-
style: vue.StyleValue;
|
|
4575
|
-
eager: boolean;
|
|
4576
|
-
disabled: boolean;
|
|
4577
4731
|
modelValue: boolean;
|
|
4578
|
-
|
|
4732
|
+
origin: Anchor | "auto" | "overlap";
|
|
4733
|
+
minWidth: NonNullable<string | number>;
|
|
4734
|
+
eager: boolean;
|
|
4735
|
+
location: NonNullable<Anchor>;
|
|
4736
|
+
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
4579
4737
|
updateLocation: (e: Event) => void;
|
|
4580
|
-
} | undefined)>;
|
|
4581
|
-
scrollStrategy: NonNullable<"
|
|
4582
|
-
closeDelay: NonNullable<string | number
|
|
4583
|
-
openDelay: NonNullable<string | number
|
|
4738
|
+
} | undefined) | "connected">;
|
|
4739
|
+
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
4740
|
+
closeDelay: NonNullable<NonNullable<string | number>>;
|
|
4741
|
+
openDelay: NonNullable<NonNullable<string | number>>;
|
|
4584
4742
|
activatorProps: Record<string, any>;
|
|
4585
4743
|
openOnClick: boolean;
|
|
4586
4744
|
openOnHover: boolean;
|
|
@@ -4596,24 +4754,26 @@ declare const VSpeedDial: {
|
|
|
4596
4754
|
__isTeleport?: undefined;
|
|
4597
4755
|
__isSuspense?: undefined;
|
|
4598
4756
|
} & vue.ComponentOptionsBase<{
|
|
4757
|
+
style: vue.StyleValue;
|
|
4758
|
+
disabled: boolean;
|
|
4599
4759
|
offset: NonNullable<string | number | number[] | undefined>;
|
|
4600
|
-
|
|
4601
|
-
origin: "auto" | Anchor | "overlap";
|
|
4602
|
-
minWidth: NonNullable<string | number>;
|
|
4603
|
-
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
4760
|
+
transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
|
|
4604
4761
|
component?: vue.Component | undefined;
|
|
4605
|
-
})
|
|
4762
|
+
})> | {
|
|
4763
|
+
component: vue.Component;
|
|
4764
|
+
}>;
|
|
4606
4765
|
zIndex: string | number;
|
|
4607
|
-
style: vue.StyleValue;
|
|
4608
|
-
eager: boolean;
|
|
4609
|
-
disabled: boolean;
|
|
4610
4766
|
modelValue: boolean;
|
|
4611
|
-
|
|
4767
|
+
origin: Anchor | "auto" | "overlap";
|
|
4768
|
+
minWidth: NonNullable<string | number>;
|
|
4769
|
+
eager: boolean;
|
|
4770
|
+
location: NonNullable<Anchor>;
|
|
4771
|
+
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
4612
4772
|
updateLocation: (e: Event) => void;
|
|
4613
|
-
} | undefined)>;
|
|
4614
|
-
scrollStrategy: NonNullable<"
|
|
4615
|
-
closeDelay: NonNullable<string | number
|
|
4616
|
-
openDelay: NonNullable<string | number
|
|
4773
|
+
} | undefined) | "connected">;
|
|
4774
|
+
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
4775
|
+
closeDelay: NonNullable<NonNullable<string | number>>;
|
|
4776
|
+
openDelay: NonNullable<NonNullable<string | number>>;
|
|
4617
4777
|
activatorProps: Record<string, any>;
|
|
4618
4778
|
openOnHover: boolean;
|
|
4619
4779
|
closeOnContentClick: boolean;
|
|
@@ -4623,18 +4783,18 @@ declare const VSpeedDial: {
|
|
|
4623
4783
|
persistent: boolean;
|
|
4624
4784
|
scrim: NonNullable<string | boolean>;
|
|
4625
4785
|
} & {
|
|
4786
|
+
class?: any;
|
|
4626
4787
|
id?: string | undefined;
|
|
4627
|
-
height?: string | number | undefined;
|
|
4628
4788
|
width?: string | number | undefined;
|
|
4789
|
+
height?: string | number | undefined;
|
|
4790
|
+
theme?: string | undefined;
|
|
4791
|
+
target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
|
|
4792
|
+
contentClass?: any;
|
|
4793
|
+
opacity?: string | number | undefined;
|
|
4629
4794
|
maxHeight?: string | number | undefined;
|
|
4630
4795
|
maxWidth?: string | number | undefined;
|
|
4631
4796
|
minHeight?: string | number | undefined;
|
|
4632
|
-
|
|
4633
|
-
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
4634
|
-
class?: any;
|
|
4635
|
-
theme?: string | undefined;
|
|
4636
|
-
contentClass?: any;
|
|
4637
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
4797
|
+
activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
|
|
4638
4798
|
openOnClick?: boolean | undefined;
|
|
4639
4799
|
openOnFocus?: boolean | undefined;
|
|
4640
4800
|
contentProps?: any;
|
|
@@ -4669,24 +4829,26 @@ declare const VSpeedDial: {
|
|
|
4669
4829
|
props: Record<string, any>;
|
|
4670
4830
|
}) => vue.VNodeChild) | undefined;
|
|
4671
4831
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
4832
|
+
style: vue.StyleValue;
|
|
4833
|
+
disabled: boolean;
|
|
4672
4834
|
offset: NonNullable<string | number | number[] | undefined>;
|
|
4673
|
-
|
|
4674
|
-
origin: "auto" | Anchor | "overlap";
|
|
4675
|
-
minWidth: NonNullable<string | number>;
|
|
4676
|
-
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
4835
|
+
transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
|
|
4677
4836
|
component?: vue.Component | undefined;
|
|
4678
|
-
})
|
|
4837
|
+
})> | {
|
|
4838
|
+
component: vue.Component;
|
|
4839
|
+
}>;
|
|
4679
4840
|
zIndex: string | number;
|
|
4680
|
-
style: vue.StyleValue;
|
|
4681
|
-
eager: boolean;
|
|
4682
|
-
disabled: boolean;
|
|
4683
4841
|
modelValue: boolean;
|
|
4684
|
-
|
|
4842
|
+
origin: Anchor | "auto" | "overlap";
|
|
4843
|
+
minWidth: NonNullable<string | number>;
|
|
4844
|
+
eager: boolean;
|
|
4845
|
+
location: NonNullable<Anchor>;
|
|
4846
|
+
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
4685
4847
|
updateLocation: (e: Event) => void;
|
|
4686
|
-
} | undefined)>;
|
|
4687
|
-
scrollStrategy: NonNullable<"
|
|
4688
|
-
closeDelay: NonNullable<string | number
|
|
4689
|
-
openDelay: NonNullable<string | number
|
|
4848
|
+
} | undefined) | "connected">;
|
|
4849
|
+
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
4850
|
+
closeDelay: NonNullable<NonNullable<string | number>>;
|
|
4851
|
+
openDelay: NonNullable<NonNullable<string | number>>;
|
|
4690
4852
|
activatorProps: Record<string, any>;
|
|
4691
4853
|
openOnClick: boolean;
|
|
4692
4854
|
openOnHover: boolean;
|
|
@@ -4710,37 +4872,60 @@ declare const VSpeedDial: {
|
|
|
4710
4872
|
[key: string]: any;
|
|
4711
4873
|
}>[];
|
|
4712
4874
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
4713
|
-
|
|
4875
|
+
class: vue.PropType<any>;
|
|
4876
|
+
style: {
|
|
4877
|
+
type: vue.PropType<vue.StyleValue>;
|
|
4878
|
+
default: null;
|
|
4879
|
+
};
|
|
4880
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
4881
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
4882
|
+
theme: StringConstructor;
|
|
4883
|
+
target: vue.PropType<Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined>;
|
|
4884
|
+
disabled: BooleanConstructor;
|
|
4885
|
+
offset: {
|
|
4886
|
+
type: vue.PropType<NonNullable<string | number | number[] | undefined>>;
|
|
4887
|
+
default: NonNullable<string | number | number[] | undefined>;
|
|
4888
|
+
};
|
|
4889
|
+
transition: Omit<Omit<{
|
|
4714
4890
|
type: vue.PropType<string | boolean | (vue.TransitionProps & {
|
|
4715
4891
|
component?: vue.Component | undefined;
|
|
4716
4892
|
})>;
|
|
4717
4893
|
default: string;
|
|
4718
4894
|
validator: (val: unknown) => boolean;
|
|
4719
|
-
}, "
|
|
4895
|
+
}, "default" | "type"> & {
|
|
4720
4896
|
type: vue.PropType<NonNullable<string | boolean | (vue.TransitionProps & {
|
|
4721
4897
|
component?: vue.Component | undefined;
|
|
4722
|
-
})
|
|
4898
|
+
})> | {
|
|
4899
|
+
component: vue.Component;
|
|
4900
|
+
}>;
|
|
4723
4901
|
default: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
4724
4902
|
component?: vue.Component | undefined;
|
|
4725
|
-
})
|
|
4726
|
-
|
|
4727
|
-
|
|
4728
|
-
|
|
4729
|
-
|
|
4903
|
+
})> | {
|
|
4904
|
+
component: vue.Component;
|
|
4905
|
+
};
|
|
4906
|
+
}, "default" | "type"> & {
|
|
4907
|
+
type: vue.PropType<NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
|
|
4908
|
+
component?: vue.Component | undefined;
|
|
4909
|
+
})> | {
|
|
4910
|
+
component: vue.Component;
|
|
4911
|
+
}>>;
|
|
4912
|
+
default: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
|
|
4913
|
+
component?: vue.Component | undefined;
|
|
4914
|
+
})> | {
|
|
4915
|
+
component: vue.Component;
|
|
4916
|
+
}>;
|
|
4730
4917
|
};
|
|
4731
|
-
|
|
4732
|
-
type:
|
|
4733
|
-
default:
|
|
4734
|
-
}, "type" | "default"> & {
|
|
4735
|
-
type: vue.PropType<NonNullable<Anchor>>;
|
|
4736
|
-
default: NonNullable<Anchor>;
|
|
4918
|
+
zIndex: {
|
|
4919
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
4920
|
+
default: number;
|
|
4737
4921
|
};
|
|
4922
|
+
modelValue: BooleanConstructor;
|
|
4923
|
+
contentClass: null;
|
|
4738
4924
|
origin: {
|
|
4739
|
-
type: vue.PropType<"auto" |
|
|
4925
|
+
type: vue.PropType<Anchor | "auto" | "overlap">;
|
|
4740
4926
|
default: string;
|
|
4741
4927
|
};
|
|
4742
|
-
|
|
4743
|
-
width: (StringConstructor | NumberConstructor)[];
|
|
4928
|
+
opacity: (StringConstructor | NumberConstructor)[];
|
|
4744
4929
|
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
4745
4930
|
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
4746
4931
|
minHeight: (StringConstructor | NumberConstructor)[];
|
|
@@ -4748,52 +4933,50 @@ declare const VSpeedDial: {
|
|
|
4748
4933
|
type: vue.PropType<NonNullable<string | number>>;
|
|
4749
4934
|
default: NonNullable<string | number>;
|
|
4750
4935
|
};
|
|
4751
|
-
opacity: (StringConstructor | NumberConstructor)[];
|
|
4752
|
-
zIndex: {
|
|
4753
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
4754
|
-
default: number;
|
|
4755
|
-
};
|
|
4756
|
-
style: {
|
|
4757
|
-
type: vue.PropType<vue.StyleValue>;
|
|
4758
|
-
default: null;
|
|
4759
|
-
};
|
|
4760
|
-
target: vue.PropType<Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined>;
|
|
4761
4936
|
eager: BooleanConstructor;
|
|
4762
|
-
|
|
4763
|
-
|
|
4764
|
-
|
|
4765
|
-
|
|
4766
|
-
|
|
4767
|
-
|
|
4937
|
+
location: Omit<{
|
|
4938
|
+
type: vue.PropType<Anchor>;
|
|
4939
|
+
default: string;
|
|
4940
|
+
}, "default" | "type"> & {
|
|
4941
|
+
type: vue.PropType<NonNullable<Anchor>>;
|
|
4942
|
+
default: NonNullable<Anchor>;
|
|
4943
|
+
};
|
|
4944
|
+
activator: vue.PropType<Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined>;
|
|
4768
4945
|
locationStrategy: Omit<{
|
|
4769
|
-
type: vue.PropType<"
|
|
4946
|
+
type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
4770
4947
|
updateLocation: (e: Event) => void;
|
|
4771
|
-
} | undefined)>;
|
|
4948
|
+
} | undefined) | "connected">;
|
|
4772
4949
|
default: string;
|
|
4773
4950
|
validator: (val: any) => boolean;
|
|
4774
|
-
}, "
|
|
4775
|
-
type: vue.PropType<NonNullable<"
|
|
4951
|
+
}, "default" | "type"> & {
|
|
4952
|
+
type: vue.PropType<NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
4776
4953
|
updateLocation: (e: Event) => void;
|
|
4777
|
-
} | undefined)>>;
|
|
4778
|
-
default: NonNullable<"
|
|
4954
|
+
} | undefined) | "connected">>;
|
|
4955
|
+
default: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
4779
4956
|
updateLocation: (e: Event) => void;
|
|
4780
|
-
} | undefined)>;
|
|
4957
|
+
} | undefined) | "connected">;
|
|
4781
4958
|
};
|
|
4782
4959
|
scrollStrategy: Omit<{
|
|
4783
|
-
type: vue.PropType<"
|
|
4960
|
+
type: vue.PropType<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
4784
4961
|
default: string;
|
|
4785
4962
|
validator: (val: any) => boolean;
|
|
4786
|
-
}, "
|
|
4787
|
-
type: vue.PropType<NonNullable<"
|
|
4788
|
-
default: NonNullable<"
|
|
4963
|
+
}, "default" | "type"> & {
|
|
4964
|
+
type: vue.PropType<NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">>;
|
|
4965
|
+
default: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
4789
4966
|
};
|
|
4790
|
-
closeDelay: {
|
|
4967
|
+
closeDelay: Omit<{
|
|
4791
4968
|
type: vue.PropType<NonNullable<string | number>>;
|
|
4792
4969
|
default: NonNullable<string | number>;
|
|
4970
|
+
}, "default" | "type"> & {
|
|
4971
|
+
type: vue.PropType<NonNullable<NonNullable<string | number>>>;
|
|
4972
|
+
default: NonNullable<NonNullable<string | number>>;
|
|
4793
4973
|
};
|
|
4794
|
-
openDelay: {
|
|
4974
|
+
openDelay: Omit<{
|
|
4795
4975
|
type: vue.PropType<NonNullable<string | number>>;
|
|
4796
4976
|
default: NonNullable<string | number>;
|
|
4977
|
+
}, "default" | "type"> & {
|
|
4978
|
+
type: vue.PropType<NonNullable<NonNullable<string | number>>>;
|
|
4979
|
+
default: NonNullable<NonNullable<string | number>>;
|
|
4797
4980
|
};
|
|
4798
4981
|
activatorProps: {
|
|
4799
4982
|
type: vue.PropType<Record<string, any>>;
|
|
@@ -4823,44 +5006,67 @@ declare const VSpeedDial: {
|
|
|
4823
5006
|
scrim: Omit<{
|
|
4824
5007
|
type: (StringConstructor | BooleanConstructor)[];
|
|
4825
5008
|
default: boolean;
|
|
4826
|
-
}, "
|
|
5009
|
+
}, "default" | "type"> & {
|
|
4827
5010
|
type: vue.PropType<NonNullable<string | boolean>>;
|
|
4828
5011
|
default: NonNullable<string | boolean>;
|
|
4829
5012
|
};
|
|
4830
5013
|
attach: vue.PropType<string | boolean | Element>;
|
|
4831
5014
|
id: StringConstructor;
|
|
4832
5015
|
}, vue.ExtractPropTypes<{
|
|
4833
|
-
|
|
5016
|
+
class: vue.PropType<any>;
|
|
5017
|
+
style: {
|
|
5018
|
+
type: vue.PropType<vue.StyleValue>;
|
|
5019
|
+
default: null;
|
|
5020
|
+
};
|
|
5021
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
5022
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
5023
|
+
theme: StringConstructor;
|
|
5024
|
+
target: vue.PropType<Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined>;
|
|
5025
|
+
disabled: BooleanConstructor;
|
|
5026
|
+
offset: {
|
|
5027
|
+
type: vue.PropType<NonNullable<string | number | number[] | undefined>>;
|
|
5028
|
+
default: NonNullable<string | number | number[] | undefined>;
|
|
5029
|
+
};
|
|
5030
|
+
transition: Omit<Omit<{
|
|
4834
5031
|
type: vue.PropType<string | boolean | (vue.TransitionProps & {
|
|
4835
5032
|
component?: vue.Component | undefined;
|
|
4836
5033
|
})>;
|
|
4837
5034
|
default: string;
|
|
4838
5035
|
validator: (val: unknown) => boolean;
|
|
4839
|
-
}, "
|
|
5036
|
+
}, "default" | "type"> & {
|
|
4840
5037
|
type: vue.PropType<NonNullable<string | boolean | (vue.TransitionProps & {
|
|
4841
5038
|
component?: vue.Component | undefined;
|
|
4842
|
-
})
|
|
5039
|
+
})> | {
|
|
5040
|
+
component: vue.Component;
|
|
5041
|
+
}>;
|
|
4843
5042
|
default: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
4844
5043
|
component?: vue.Component | undefined;
|
|
4845
|
-
})
|
|
4846
|
-
|
|
4847
|
-
|
|
4848
|
-
|
|
4849
|
-
|
|
5044
|
+
})> | {
|
|
5045
|
+
component: vue.Component;
|
|
5046
|
+
};
|
|
5047
|
+
}, "default" | "type"> & {
|
|
5048
|
+
type: vue.PropType<NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
|
|
5049
|
+
component?: vue.Component | undefined;
|
|
5050
|
+
})> | {
|
|
5051
|
+
component: vue.Component;
|
|
5052
|
+
}>>;
|
|
5053
|
+
default: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
|
|
5054
|
+
component?: vue.Component | undefined;
|
|
5055
|
+
})> | {
|
|
5056
|
+
component: vue.Component;
|
|
5057
|
+
}>;
|
|
4850
5058
|
};
|
|
4851
|
-
|
|
4852
|
-
type:
|
|
4853
|
-
default:
|
|
4854
|
-
}, "type" | "default"> & {
|
|
4855
|
-
type: vue.PropType<NonNullable<Anchor>>;
|
|
4856
|
-
default: NonNullable<Anchor>;
|
|
5059
|
+
zIndex: {
|
|
5060
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
5061
|
+
default: number;
|
|
4857
5062
|
};
|
|
5063
|
+
modelValue: BooleanConstructor;
|
|
5064
|
+
contentClass: null;
|
|
4858
5065
|
origin: {
|
|
4859
|
-
type: vue.PropType<"auto" |
|
|
5066
|
+
type: vue.PropType<Anchor | "auto" | "overlap">;
|
|
4860
5067
|
default: string;
|
|
4861
5068
|
};
|
|
4862
|
-
|
|
4863
|
-
width: (StringConstructor | NumberConstructor)[];
|
|
5069
|
+
opacity: (StringConstructor | NumberConstructor)[];
|
|
4864
5070
|
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
4865
5071
|
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
4866
5072
|
minHeight: (StringConstructor | NumberConstructor)[];
|
|
@@ -4868,52 +5074,50 @@ declare const VSpeedDial: {
|
|
|
4868
5074
|
type: vue.PropType<NonNullable<string | number>>;
|
|
4869
5075
|
default: NonNullable<string | number>;
|
|
4870
5076
|
};
|
|
4871
|
-
opacity: (StringConstructor | NumberConstructor)[];
|
|
4872
|
-
zIndex: {
|
|
4873
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
4874
|
-
default: number;
|
|
4875
|
-
};
|
|
4876
|
-
style: {
|
|
4877
|
-
type: vue.PropType<vue.StyleValue>;
|
|
4878
|
-
default: null;
|
|
4879
|
-
};
|
|
4880
|
-
target: vue.PropType<Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined>;
|
|
4881
5077
|
eager: BooleanConstructor;
|
|
4882
|
-
|
|
4883
|
-
|
|
4884
|
-
|
|
4885
|
-
|
|
4886
|
-
|
|
4887
|
-
|
|
5078
|
+
location: Omit<{
|
|
5079
|
+
type: vue.PropType<Anchor>;
|
|
5080
|
+
default: string;
|
|
5081
|
+
}, "default" | "type"> & {
|
|
5082
|
+
type: vue.PropType<NonNullable<Anchor>>;
|
|
5083
|
+
default: NonNullable<Anchor>;
|
|
5084
|
+
};
|
|
5085
|
+
activator: vue.PropType<Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined>;
|
|
4888
5086
|
locationStrategy: Omit<{
|
|
4889
|
-
type: vue.PropType<"
|
|
5087
|
+
type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
4890
5088
|
updateLocation: (e: Event) => void;
|
|
4891
|
-
} | undefined)>;
|
|
5089
|
+
} | undefined) | "connected">;
|
|
4892
5090
|
default: string;
|
|
4893
5091
|
validator: (val: any) => boolean;
|
|
4894
|
-
}, "
|
|
4895
|
-
type: vue.PropType<NonNullable<"
|
|
5092
|
+
}, "default" | "type"> & {
|
|
5093
|
+
type: vue.PropType<NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
4896
5094
|
updateLocation: (e: Event) => void;
|
|
4897
|
-
} | undefined)>>;
|
|
4898
|
-
default: NonNullable<"
|
|
5095
|
+
} | undefined) | "connected">>;
|
|
5096
|
+
default: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
4899
5097
|
updateLocation: (e: Event) => void;
|
|
4900
|
-
} | undefined)>;
|
|
5098
|
+
} | undefined) | "connected">;
|
|
4901
5099
|
};
|
|
4902
5100
|
scrollStrategy: Omit<{
|
|
4903
|
-
type: vue.PropType<"
|
|
5101
|
+
type: vue.PropType<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
4904
5102
|
default: string;
|
|
4905
5103
|
validator: (val: any) => boolean;
|
|
4906
|
-
}, "
|
|
4907
|
-
type: vue.PropType<NonNullable<"
|
|
4908
|
-
default: NonNullable<"
|
|
5104
|
+
}, "default" | "type"> & {
|
|
5105
|
+
type: vue.PropType<NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">>;
|
|
5106
|
+
default: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
4909
5107
|
};
|
|
4910
|
-
closeDelay: {
|
|
5108
|
+
closeDelay: Omit<{
|
|
4911
5109
|
type: vue.PropType<NonNullable<string | number>>;
|
|
4912
5110
|
default: NonNullable<string | number>;
|
|
5111
|
+
}, "default" | "type"> & {
|
|
5112
|
+
type: vue.PropType<NonNullable<NonNullable<string | number>>>;
|
|
5113
|
+
default: NonNullable<NonNullable<string | number>>;
|
|
4913
5114
|
};
|
|
4914
|
-
openDelay: {
|
|
5115
|
+
openDelay: Omit<{
|
|
4915
5116
|
type: vue.PropType<NonNullable<string | number>>;
|
|
4916
5117
|
default: NonNullable<string | number>;
|
|
5118
|
+
}, "default" | "type"> & {
|
|
5119
|
+
type: vue.PropType<NonNullable<NonNullable<string | number>>>;
|
|
5120
|
+
default: NonNullable<NonNullable<string | number>>;
|
|
4917
5121
|
};
|
|
4918
5122
|
activatorProps: {
|
|
4919
5123
|
type: vue.PropType<Record<string, any>>;
|
|
@@ -4943,7 +5147,7 @@ declare const VSpeedDial: {
|
|
|
4943
5147
|
scrim: Omit<{
|
|
4944
5148
|
type: (StringConstructor | BooleanConstructor)[];
|
|
4945
5149
|
default: boolean;
|
|
4946
|
-
}, "
|
|
5150
|
+
}, "default" | "type"> & {
|
|
4947
5151
|
type: vue.PropType<NonNullable<string | boolean>>;
|
|
4948
5152
|
default: NonNullable<string | boolean>;
|
|
4949
5153
|
};
|
|
@@ -4960,33 +5164,33 @@ declare const VTimePicker: {
|
|
|
4960
5164
|
style: vue.StyleValue;
|
|
4961
5165
|
title: string;
|
|
4962
5166
|
disabled: boolean;
|
|
4963
|
-
readonly: boolean;
|
|
4964
5167
|
tag: string;
|
|
4965
5168
|
format: "ampm" | "24hr";
|
|
5169
|
+
readonly: boolean;
|
|
4966
5170
|
tile: boolean;
|
|
4967
5171
|
scrollable: boolean;
|
|
4968
5172
|
hideHeader: boolean;
|
|
4969
5173
|
useSeconds: boolean;
|
|
4970
5174
|
ampmInTitle: boolean;
|
|
4971
5175
|
} & {
|
|
4972
|
-
|
|
4973
|
-
location?: Anchor | undefined;
|
|
4974
|
-
height?: string | number | undefined;
|
|
5176
|
+
class?: any;
|
|
4975
5177
|
width?: string | number | undefined;
|
|
4976
|
-
|
|
4977
|
-
|
|
5178
|
+
height?: string | number | undefined;
|
|
5179
|
+
theme?: string | undefined;
|
|
4978
5180
|
color?: string | undefined;
|
|
5181
|
+
border?: string | number | boolean | undefined;
|
|
5182
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
5183
|
+
modelValue?: any;
|
|
5184
|
+
rounded?: string | number | boolean | undefined;
|
|
4979
5185
|
maxHeight?: string | number | undefined;
|
|
4980
5186
|
maxWidth?: string | number | undefined;
|
|
4981
5187
|
minHeight?: string | number | undefined;
|
|
4982
5188
|
minWidth?: string | number | undefined;
|
|
4983
|
-
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
|
4984
|
-
class?: any;
|
|
4985
5189
|
elevation?: string | number | undefined;
|
|
4986
|
-
|
|
4987
|
-
|
|
4988
|
-
rounded?: string | number | boolean | undefined;
|
|
5190
|
+
location?: Anchor | undefined;
|
|
5191
|
+
max?: string | undefined;
|
|
4989
5192
|
bgColor?: string | undefined;
|
|
5193
|
+
min?: string | undefined;
|
|
4990
5194
|
allowedHours?: number[] | AllowFunction | undefined;
|
|
4991
5195
|
allowedMinutes?: number[] | AllowFunction | undefined;
|
|
4992
5196
|
allowedSeconds?: number[] | AllowFunction | undefined;
|
|
@@ -5021,33 +5225,33 @@ declare const VTimePicker: {
|
|
|
5021
5225
|
style: vue.StyleValue;
|
|
5022
5226
|
title: string;
|
|
5023
5227
|
disabled: boolean;
|
|
5024
|
-
readonly: boolean;
|
|
5025
5228
|
tag: string;
|
|
5026
5229
|
format: "ampm" | "24hr";
|
|
5230
|
+
readonly: boolean;
|
|
5027
5231
|
tile: boolean;
|
|
5028
5232
|
scrollable: boolean;
|
|
5029
5233
|
hideHeader: boolean;
|
|
5030
5234
|
useSeconds: boolean;
|
|
5031
5235
|
ampmInTitle: boolean;
|
|
5032
5236
|
} & {
|
|
5033
|
-
|
|
5034
|
-
location?: Anchor | undefined;
|
|
5035
|
-
height?: string | number | undefined;
|
|
5237
|
+
class?: any;
|
|
5036
5238
|
width?: string | number | undefined;
|
|
5037
|
-
|
|
5038
|
-
|
|
5239
|
+
height?: string | number | undefined;
|
|
5240
|
+
theme?: string | undefined;
|
|
5039
5241
|
color?: string | undefined;
|
|
5242
|
+
border?: string | number | boolean | undefined;
|
|
5243
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
5244
|
+
modelValue?: any;
|
|
5245
|
+
rounded?: string | number | boolean | undefined;
|
|
5040
5246
|
maxHeight?: string | number | undefined;
|
|
5041
5247
|
maxWidth?: string | number | undefined;
|
|
5042
5248
|
minHeight?: string | number | undefined;
|
|
5043
5249
|
minWidth?: string | number | undefined;
|
|
5044
|
-
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
|
5045
|
-
class?: any;
|
|
5046
5250
|
elevation?: string | number | undefined;
|
|
5047
|
-
|
|
5048
|
-
|
|
5049
|
-
rounded?: string | number | boolean | undefined;
|
|
5251
|
+
location?: Anchor | undefined;
|
|
5252
|
+
max?: string | undefined;
|
|
5050
5253
|
bgColor?: string | undefined;
|
|
5254
|
+
min?: string | undefined;
|
|
5051
5255
|
allowedHours?: number[] | AllowFunction | undefined;
|
|
5052
5256
|
allowedMinutes?: number[] | AllowFunction | undefined;
|
|
5053
5257
|
allowedSeconds?: number[] | AllowFunction | undefined;
|
|
@@ -5076,9 +5280,9 @@ declare const VTimePicker: {
|
|
|
5076
5280
|
style: vue.StyleValue;
|
|
5077
5281
|
title: string;
|
|
5078
5282
|
disabled: boolean;
|
|
5079
|
-
readonly: boolean;
|
|
5080
5283
|
tag: string;
|
|
5081
5284
|
format: "ampm" | "24hr";
|
|
5285
|
+
readonly: boolean;
|
|
5082
5286
|
rounded: string | number | boolean;
|
|
5083
5287
|
tile: boolean;
|
|
5084
5288
|
scrollable: boolean;
|
|
@@ -5106,33 +5310,33 @@ declare const VTimePicker: {
|
|
|
5106
5310
|
style: vue.StyleValue;
|
|
5107
5311
|
title: string;
|
|
5108
5312
|
disabled: boolean;
|
|
5109
|
-
readonly: boolean;
|
|
5110
5313
|
tag: string;
|
|
5111
5314
|
format: "ampm" | "24hr";
|
|
5315
|
+
readonly: boolean;
|
|
5112
5316
|
tile: boolean;
|
|
5113
5317
|
scrollable: boolean;
|
|
5114
5318
|
hideHeader: boolean;
|
|
5115
5319
|
useSeconds: boolean;
|
|
5116
5320
|
ampmInTitle: boolean;
|
|
5117
5321
|
} & {
|
|
5118
|
-
|
|
5119
|
-
location?: Anchor | undefined;
|
|
5120
|
-
height?: string | number | undefined;
|
|
5322
|
+
class?: any;
|
|
5121
5323
|
width?: string | number | undefined;
|
|
5122
|
-
|
|
5123
|
-
|
|
5324
|
+
height?: string | number | undefined;
|
|
5325
|
+
theme?: string | undefined;
|
|
5124
5326
|
color?: string | undefined;
|
|
5327
|
+
border?: string | number | boolean | undefined;
|
|
5328
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
5329
|
+
modelValue?: any;
|
|
5330
|
+
rounded?: string | number | boolean | undefined;
|
|
5125
5331
|
maxHeight?: string | number | undefined;
|
|
5126
5332
|
maxWidth?: string | number | undefined;
|
|
5127
5333
|
minHeight?: string | number | undefined;
|
|
5128
5334
|
minWidth?: string | number | undefined;
|
|
5129
|
-
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
|
5130
|
-
class?: any;
|
|
5131
5335
|
elevation?: string | number | undefined;
|
|
5132
|
-
|
|
5133
|
-
|
|
5134
|
-
rounded?: string | number | boolean | undefined;
|
|
5336
|
+
location?: Anchor | undefined;
|
|
5337
|
+
max?: string | undefined;
|
|
5135
5338
|
bgColor?: string | undefined;
|
|
5339
|
+
min?: string | undefined;
|
|
5136
5340
|
allowedHours?: number[] | AllowFunction | undefined;
|
|
5137
5341
|
allowedMinutes?: number[] | AllowFunction | undefined;
|
|
5138
5342
|
allowedSeconds?: number[] | AllowFunction | undefined;
|
|
@@ -5161,9 +5365,9 @@ declare const VTimePicker: {
|
|
|
5161
5365
|
style: vue.StyleValue;
|
|
5162
5366
|
title: string;
|
|
5163
5367
|
disabled: boolean;
|
|
5164
|
-
readonly: boolean;
|
|
5165
5368
|
tag: string;
|
|
5166
5369
|
format: "ampm" | "24hr";
|
|
5370
|
+
readonly: boolean;
|
|
5167
5371
|
rounded: string | number | boolean;
|
|
5168
5372
|
tile: boolean;
|
|
5169
5373
|
scrollable: boolean;
|
|
@@ -5178,33 +5382,33 @@ declare const VTimePicker: {
|
|
|
5178
5382
|
style: vue.StyleValue;
|
|
5179
5383
|
title: string;
|
|
5180
5384
|
disabled: boolean;
|
|
5181
|
-
readonly: boolean;
|
|
5182
5385
|
tag: string;
|
|
5183
5386
|
format: "ampm" | "24hr";
|
|
5387
|
+
readonly: boolean;
|
|
5184
5388
|
tile: boolean;
|
|
5185
5389
|
scrollable: boolean;
|
|
5186
5390
|
hideHeader: boolean;
|
|
5187
5391
|
useSeconds: boolean;
|
|
5188
5392
|
ampmInTitle: boolean;
|
|
5189
5393
|
} & {
|
|
5190
|
-
|
|
5191
|
-
location?: Anchor | undefined;
|
|
5192
|
-
height?: string | number | undefined;
|
|
5394
|
+
class?: any;
|
|
5193
5395
|
width?: string | number | undefined;
|
|
5194
|
-
|
|
5195
|
-
|
|
5396
|
+
height?: string | number | undefined;
|
|
5397
|
+
theme?: string | undefined;
|
|
5196
5398
|
color?: string | undefined;
|
|
5399
|
+
border?: string | number | boolean | undefined;
|
|
5400
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
5401
|
+
modelValue?: any;
|
|
5402
|
+
rounded?: string | number | boolean | undefined;
|
|
5197
5403
|
maxHeight?: string | number | undefined;
|
|
5198
5404
|
maxWidth?: string | number | undefined;
|
|
5199
5405
|
minHeight?: string | number | undefined;
|
|
5200
5406
|
minWidth?: string | number | undefined;
|
|
5201
|
-
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
|
5202
|
-
class?: any;
|
|
5203
5407
|
elevation?: string | number | undefined;
|
|
5204
|
-
|
|
5205
|
-
|
|
5206
|
-
rounded?: string | number | boolean | undefined;
|
|
5408
|
+
location?: Anchor | undefined;
|
|
5409
|
+
max?: string | undefined;
|
|
5207
5410
|
bgColor?: string | undefined;
|
|
5411
|
+
min?: string | undefined;
|
|
5208
5412
|
allowedHours?: number[] | AllowFunction | undefined;
|
|
5209
5413
|
allowedMinutes?: number[] | AllowFunction | undefined;
|
|
5210
5414
|
allowedSeconds?: number[] | AllowFunction | undefined;
|
|
@@ -5239,9 +5443,9 @@ declare const VTimePicker: {
|
|
|
5239
5443
|
style: vue.StyleValue;
|
|
5240
5444
|
title: string;
|
|
5241
5445
|
disabled: boolean;
|
|
5242
|
-
readonly: boolean;
|
|
5243
5446
|
tag: string;
|
|
5244
5447
|
format: "ampm" | "24hr";
|
|
5448
|
+
readonly: boolean;
|
|
5245
5449
|
rounded: string | number | boolean;
|
|
5246
5450
|
tile: boolean;
|
|
5247
5451
|
scrollable: boolean;
|
|
@@ -5259,19 +5463,7 @@ declare const VTimePicker: {
|
|
|
5259
5463
|
[key: string]: any;
|
|
5260
5464
|
}>[];
|
|
5261
5465
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
5262
|
-
|
|
5263
|
-
height: (StringConstructor | NumberConstructor)[];
|
|
5264
|
-
width: (StringConstructor | NumberConstructor)[];
|
|
5265
|
-
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
5266
|
-
color: StringConstructor;
|
|
5267
|
-
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
5268
|
-
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
5269
|
-
minHeight: (StringConstructor | NumberConstructor)[];
|
|
5270
|
-
minWidth: (StringConstructor | NumberConstructor)[];
|
|
5271
|
-
position: {
|
|
5272
|
-
type: PropType<"fixed" | "absolute" | "static" | "sticky" | "relative">;
|
|
5273
|
-
validator: (v: any) => boolean;
|
|
5274
|
-
};
|
|
5466
|
+
class: PropType<any>;
|
|
5275
5467
|
style: {
|
|
5276
5468
|
type: PropType<vue.StyleValue>;
|
|
5277
5469
|
default: null;
|
|
@@ -5280,21 +5472,33 @@ declare const VTimePicker: {
|
|
|
5280
5472
|
type: PropType<string>;
|
|
5281
5473
|
default: string;
|
|
5282
5474
|
};
|
|
5283
|
-
|
|
5475
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
5476
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
5477
|
+
theme: StringConstructor;
|
|
5478
|
+
color: StringConstructor;
|
|
5284
5479
|
tag: {
|
|
5285
5480
|
type: StringConstructor;
|
|
5286
5481
|
default: string;
|
|
5287
5482
|
};
|
|
5288
|
-
|
|
5289
|
-
|
|
5290
|
-
|
|
5483
|
+
border: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
5484
|
+
position: {
|
|
5485
|
+
type: PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
|
|
5486
|
+
validator: (v: any) => boolean;
|
|
5291
5487
|
};
|
|
5292
|
-
theme: StringConstructor;
|
|
5293
5488
|
rounded: {
|
|
5294
|
-
type: (StringConstructor |
|
|
5489
|
+
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
5295
5490
|
default: undefined;
|
|
5296
5491
|
};
|
|
5492
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
5493
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
5494
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
|
5495
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
|
5297
5496
|
tile: BooleanConstructor;
|
|
5497
|
+
elevation: {
|
|
5498
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
5499
|
+
validator(v: any): boolean;
|
|
5500
|
+
};
|
|
5501
|
+
location: PropType<Anchor>;
|
|
5298
5502
|
bgColor: StringConstructor;
|
|
5299
5503
|
hideHeader: BooleanConstructor;
|
|
5300
5504
|
allowedHours: PropType<number[] | AllowFunction>;
|
|
@@ -5313,19 +5517,7 @@ declare const VTimePicker: {
|
|
|
5313
5517
|
scrollable: BooleanConstructor;
|
|
5314
5518
|
useSeconds: BooleanConstructor;
|
|
5315
5519
|
}, vue.ExtractPropTypes<{
|
|
5316
|
-
|
|
5317
|
-
height: (StringConstructor | NumberConstructor)[];
|
|
5318
|
-
width: (StringConstructor | NumberConstructor)[];
|
|
5319
|
-
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
5320
|
-
color: StringConstructor;
|
|
5321
|
-
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
5322
|
-
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
5323
|
-
minHeight: (StringConstructor | NumberConstructor)[];
|
|
5324
|
-
minWidth: (StringConstructor | NumberConstructor)[];
|
|
5325
|
-
position: {
|
|
5326
|
-
type: PropType<"fixed" | "absolute" | "static" | "sticky" | "relative">;
|
|
5327
|
-
validator: (v: any) => boolean;
|
|
5328
|
-
};
|
|
5520
|
+
class: PropType<any>;
|
|
5329
5521
|
style: {
|
|
5330
5522
|
type: PropType<vue.StyleValue>;
|
|
5331
5523
|
default: null;
|
|
@@ -5334,21 +5526,33 @@ declare const VTimePicker: {
|
|
|
5334
5526
|
type: PropType<string>;
|
|
5335
5527
|
default: string;
|
|
5336
5528
|
};
|
|
5337
|
-
|
|
5529
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
5530
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
5531
|
+
theme: StringConstructor;
|
|
5532
|
+
color: StringConstructor;
|
|
5338
5533
|
tag: {
|
|
5339
5534
|
type: StringConstructor;
|
|
5340
5535
|
default: string;
|
|
5341
5536
|
};
|
|
5342
|
-
|
|
5343
|
-
|
|
5344
|
-
|
|
5537
|
+
border: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
5538
|
+
position: {
|
|
5539
|
+
type: PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
|
|
5540
|
+
validator: (v: any) => boolean;
|
|
5345
5541
|
};
|
|
5346
|
-
theme: StringConstructor;
|
|
5347
5542
|
rounded: {
|
|
5348
|
-
type: (StringConstructor |
|
|
5543
|
+
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
5349
5544
|
default: undefined;
|
|
5350
5545
|
};
|
|
5546
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
5547
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
5548
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
|
5549
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
|
5351
5550
|
tile: BooleanConstructor;
|
|
5551
|
+
elevation: {
|
|
5552
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
5553
|
+
validator(v: any): boolean;
|
|
5554
|
+
};
|
|
5555
|
+
location: PropType<Anchor>;
|
|
5352
5556
|
bgColor: StringConstructor;
|
|
5353
5557
|
hideHeader: BooleanConstructor;
|
|
5354
5558
|
allowedHours: PropType<number[] | AllowFunction>;
|
|
@@ -5371,14 +5575,14 @@ type VTimePicker = InstanceType<typeof VTimePicker>;
|
|
|
5371
5575
|
|
|
5372
5576
|
declare const VTimePickerClock: {
|
|
5373
5577
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
5374
|
-
max: number;
|
|
5375
|
-
min: number;
|
|
5376
|
-
rotate: number;
|
|
5377
5578
|
disabled: boolean;
|
|
5579
|
+
format: Function;
|
|
5378
5580
|
readonly: boolean;
|
|
5379
5581
|
double: boolean;
|
|
5582
|
+
rotate: number;
|
|
5583
|
+
max: number;
|
|
5584
|
+
min: number;
|
|
5380
5585
|
step: number;
|
|
5381
|
-
format: Function;
|
|
5382
5586
|
scrollable: boolean;
|
|
5383
5587
|
ampm: boolean;
|
|
5384
5588
|
displayedValue: null;
|
|
@@ -5402,14 +5606,14 @@ declare const VTimePickerClock: {
|
|
|
5402
5606
|
change: (val: number) => number;
|
|
5403
5607
|
input: (val: number) => number;
|
|
5404
5608
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
5405
|
-
max: number;
|
|
5406
|
-
min: number;
|
|
5407
|
-
rotate: number;
|
|
5408
5609
|
disabled: boolean;
|
|
5610
|
+
format: Function;
|
|
5409
5611
|
readonly: boolean;
|
|
5410
5612
|
double: boolean;
|
|
5613
|
+
rotate: number;
|
|
5614
|
+
max: number;
|
|
5615
|
+
min: number;
|
|
5411
5616
|
step: number;
|
|
5412
|
-
format: Function;
|
|
5413
5617
|
scrollable: boolean;
|
|
5414
5618
|
ampm: boolean;
|
|
5415
5619
|
displayedValue: null;
|
|
@@ -5430,12 +5634,12 @@ declare const VTimePickerClock: {
|
|
|
5430
5634
|
onChange?: ((val: number) => any) | undefined;
|
|
5431
5635
|
onInput?: ((val: number) => any) | undefined;
|
|
5432
5636
|
}, {
|
|
5433
|
-
rotate: number;
|
|
5434
5637
|
disabled: boolean;
|
|
5638
|
+
format: Function;
|
|
5435
5639
|
readonly: boolean;
|
|
5436
5640
|
double: boolean;
|
|
5641
|
+
rotate: number;
|
|
5437
5642
|
step: number;
|
|
5438
|
-
format: Function;
|
|
5439
5643
|
scrollable: boolean;
|
|
5440
5644
|
ampm: boolean;
|
|
5441
5645
|
displayedValue: null;
|
|
@@ -5451,14 +5655,14 @@ declare const VTimePickerClock: {
|
|
|
5451
5655
|
M: {};
|
|
5452
5656
|
Defaults: {};
|
|
5453
5657
|
}, {
|
|
5454
|
-
max: number;
|
|
5455
|
-
min: number;
|
|
5456
|
-
rotate: number;
|
|
5457
5658
|
disabled: boolean;
|
|
5659
|
+
format: Function;
|
|
5458
5660
|
readonly: boolean;
|
|
5459
5661
|
double: boolean;
|
|
5662
|
+
rotate: number;
|
|
5663
|
+
max: number;
|
|
5664
|
+
min: number;
|
|
5460
5665
|
step: number;
|
|
5461
|
-
format: Function;
|
|
5462
5666
|
scrollable: boolean;
|
|
5463
5667
|
ampm: boolean;
|
|
5464
5668
|
displayedValue: null;
|
|
@@ -5479,12 +5683,12 @@ declare const VTimePickerClock: {
|
|
|
5479
5683
|
onChange?: ((val: number) => any) | undefined;
|
|
5480
5684
|
onInput?: ((val: number) => any) | undefined;
|
|
5481
5685
|
}, {}, {}, {}, {}, {
|
|
5482
|
-
rotate: number;
|
|
5483
5686
|
disabled: boolean;
|
|
5687
|
+
format: Function;
|
|
5484
5688
|
readonly: boolean;
|
|
5485
5689
|
double: boolean;
|
|
5690
|
+
rotate: number;
|
|
5486
5691
|
step: number;
|
|
5487
|
-
format: Function;
|
|
5488
5692
|
scrollable: boolean;
|
|
5489
5693
|
ampm: boolean;
|
|
5490
5694
|
displayedValue: null;
|
|
@@ -5493,14 +5697,14 @@ declare const VTimePickerClock: {
|
|
|
5493
5697
|
__isTeleport?: undefined;
|
|
5494
5698
|
__isSuspense?: undefined;
|
|
5495
5699
|
} & vue.ComponentOptionsBase<{
|
|
5496
|
-
max: number;
|
|
5497
|
-
min: number;
|
|
5498
|
-
rotate: number;
|
|
5499
5700
|
disabled: boolean;
|
|
5701
|
+
format: Function;
|
|
5500
5702
|
readonly: boolean;
|
|
5501
5703
|
double: boolean;
|
|
5704
|
+
rotate: number;
|
|
5705
|
+
max: number;
|
|
5706
|
+
min: number;
|
|
5502
5707
|
step: number;
|
|
5503
|
-
format: Function;
|
|
5504
5708
|
scrollable: boolean;
|
|
5505
5709
|
ampm: boolean;
|
|
5506
5710
|
displayedValue: null;
|
|
@@ -5524,12 +5728,12 @@ declare const VTimePickerClock: {
|
|
|
5524
5728
|
change: (val: number) => number;
|
|
5525
5729
|
input: (val: number) => number;
|
|
5526
5730
|
}, string, {
|
|
5527
|
-
rotate: number;
|
|
5528
5731
|
disabled: boolean;
|
|
5732
|
+
format: Function;
|
|
5529
5733
|
readonly: boolean;
|
|
5530
5734
|
double: boolean;
|
|
5735
|
+
rotate: number;
|
|
5531
5736
|
step: number;
|
|
5532
|
-
format: Function;
|
|
5533
5737
|
scrollable: boolean;
|
|
5534
5738
|
ampm: boolean;
|
|
5535
5739
|
displayedValue: null;
|
|
@@ -5617,8 +5821,8 @@ declare const VTimePickerControls: {
|
|
|
5617
5821
|
ampmReadonly: boolean;
|
|
5618
5822
|
useSeconds: boolean;
|
|
5619
5823
|
} & {
|
|
5620
|
-
color?: string | undefined;
|
|
5621
5824
|
value?: number | undefined;
|
|
5825
|
+
color?: string | undefined;
|
|
5622
5826
|
hour?: number | undefined;
|
|
5623
5827
|
minute?: number | undefined;
|
|
5624
5828
|
second?: number | undefined;
|
|
@@ -5635,10 +5839,10 @@ declare const VTimePickerControls: {
|
|
|
5635
5839
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
5636
5840
|
} & {
|
|
5637
5841
|
"onUpdate:period"?: ((data: Period) => any) | undefined;
|
|
5638
|
-
"onUpdate:selecting"?: ((data:
|
|
5842
|
+
"onUpdate:selecting"?: ((data: 1 | 3 | 2) => any) | undefined;
|
|
5639
5843
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
5640
5844
|
'update:period': (data: Period) => Period;
|
|
5641
|
-
'update:selecting': (data: 1 | 2 | 3) =>
|
|
5845
|
+
'update:selecting': (data: 1 | 2 | 3) => 1 | 3 | 2;
|
|
5642
5846
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
5643
5847
|
disabled: boolean;
|
|
5644
5848
|
readonly: boolean;
|
|
@@ -5646,8 +5850,8 @@ declare const VTimePickerControls: {
|
|
|
5646
5850
|
ampmReadonly: boolean;
|
|
5647
5851
|
useSeconds: boolean;
|
|
5648
5852
|
} & {
|
|
5649
|
-
color?: string | undefined;
|
|
5650
5853
|
value?: number | undefined;
|
|
5854
|
+
color?: string | undefined;
|
|
5651
5855
|
hour?: number | undefined;
|
|
5652
5856
|
minute?: number | undefined;
|
|
5653
5857
|
second?: number | undefined;
|
|
@@ -5664,7 +5868,7 @@ declare const VTimePickerControls: {
|
|
|
5664
5868
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
5665
5869
|
} & {
|
|
5666
5870
|
"onUpdate:period"?: ((data: Period) => any) | undefined;
|
|
5667
|
-
"onUpdate:selecting"?: ((data:
|
|
5871
|
+
"onUpdate:selecting"?: ((data: 1 | 3 | 2) => any) | undefined;
|
|
5668
5872
|
}, {
|
|
5669
5873
|
disabled: boolean;
|
|
5670
5874
|
readonly: boolean;
|
|
@@ -5689,8 +5893,8 @@ declare const VTimePickerControls: {
|
|
|
5689
5893
|
ampmReadonly: boolean;
|
|
5690
5894
|
useSeconds: boolean;
|
|
5691
5895
|
} & {
|
|
5692
|
-
color?: string | undefined;
|
|
5693
5896
|
value?: number | undefined;
|
|
5897
|
+
color?: string | undefined;
|
|
5694
5898
|
hour?: number | undefined;
|
|
5695
5899
|
minute?: number | undefined;
|
|
5696
5900
|
second?: number | undefined;
|
|
@@ -5707,7 +5911,7 @@ declare const VTimePickerControls: {
|
|
|
5707
5911
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
5708
5912
|
} & {
|
|
5709
5913
|
"onUpdate:period"?: ((data: Period) => any) | undefined;
|
|
5710
|
-
"onUpdate:selecting"?: ((data:
|
|
5914
|
+
"onUpdate:selecting"?: ((data: 1 | 3 | 2) => any) | undefined;
|
|
5711
5915
|
}, {}, {}, {}, {}, {
|
|
5712
5916
|
disabled: boolean;
|
|
5713
5917
|
readonly: boolean;
|
|
@@ -5725,8 +5929,8 @@ declare const VTimePickerControls: {
|
|
|
5725
5929
|
ampmReadonly: boolean;
|
|
5726
5930
|
useSeconds: boolean;
|
|
5727
5931
|
} & {
|
|
5728
|
-
color?: string | undefined;
|
|
5729
5932
|
value?: number | undefined;
|
|
5933
|
+
color?: string | undefined;
|
|
5730
5934
|
hour?: number | undefined;
|
|
5731
5935
|
minute?: number | undefined;
|
|
5732
5936
|
second?: number | undefined;
|
|
@@ -5743,10 +5947,10 @@ declare const VTimePickerControls: {
|
|
|
5743
5947
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
5744
5948
|
} & {
|
|
5745
5949
|
"onUpdate:period"?: ((data: Period) => any) | undefined;
|
|
5746
|
-
"onUpdate:selecting"?: ((data:
|
|
5950
|
+
"onUpdate:selecting"?: ((data: 1 | 3 | 2) => any) | undefined;
|
|
5747
5951
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
5748
5952
|
'update:period': (data: Period) => Period;
|
|
5749
|
-
'update:selecting': (data: 1 | 2 | 3) =>
|
|
5953
|
+
'update:selecting': (data: 1 | 2 | 3) => 1 | 3 | 2;
|
|
5750
5954
|
}, string, {
|
|
5751
5955
|
disabled: boolean;
|
|
5752
5956
|
readonly: boolean;
|
|
@@ -5892,10 +6096,10 @@ type VListChildrenSlots<T> = {
|
|
|
5892
6096
|
|
|
5893
6097
|
declare const VTreeview: {
|
|
5894
6098
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
5895
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
5896
6099
|
style: vue.StyleValue;
|
|
5897
6100
|
disabled: boolean;
|
|
5898
6101
|
tag: string;
|
|
6102
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
5899
6103
|
mandatory: boolean;
|
|
5900
6104
|
tile: boolean;
|
|
5901
6105
|
density: Density;
|
|
@@ -5921,20 +6125,20 @@ declare const VTreeview: {
|
|
|
5921
6125
|
openAll: boolean;
|
|
5922
6126
|
} & {
|
|
5923
6127
|
search?: string | undefined;
|
|
5924
|
-
|
|
6128
|
+
class?: any;
|
|
5925
6129
|
width?: string | number | undefined;
|
|
5926
|
-
|
|
6130
|
+
height?: string | number | undefined;
|
|
6131
|
+
theme?: string | undefined;
|
|
5927
6132
|
color?: string | undefined;
|
|
6133
|
+
activated?: readonly unknown[] | undefined;
|
|
6134
|
+
border?: string | number | boolean | undefined;
|
|
6135
|
+
rounded?: string | number | boolean | undefined;
|
|
5928
6136
|
maxHeight?: string | number | undefined;
|
|
5929
6137
|
maxWidth?: string | number | undefined;
|
|
5930
6138
|
minHeight?: string | number | undefined;
|
|
5931
6139
|
minWidth?: string | number | undefined;
|
|
5932
|
-
activated?: readonly unknown[] | undefined;
|
|
5933
|
-
class?: any;
|
|
5934
|
-
selected?: readonly unknown[] | undefined;
|
|
5935
6140
|
elevation?: string | number | undefined;
|
|
5936
|
-
|
|
5937
|
-
rounded?: string | number | boolean | undefined;
|
|
6141
|
+
selected?: readonly unknown[] | undefined;
|
|
5938
6142
|
bgColor?: string | undefined;
|
|
5939
6143
|
baseColor?: string | undefined;
|
|
5940
6144
|
activeClass?: string | undefined;
|
|
@@ -5974,11 +6178,11 @@ declare const VTreeview: {
|
|
|
5974
6178
|
value: boolean;
|
|
5975
6179
|
path: unknown[];
|
|
5976
6180
|
}) => boolean;
|
|
5977
|
-
}, "
|
|
5978
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
6181
|
+
}, "v-slot:default" | "$children" | "v-slots" | "items" | "v-slot:title" | "v-slot:prepend" | "v-slot:append" | "v-slot:subtitle" | "v-slot:header" | "v-slot:divider" | "v-slot:item" | "v-slot:subheader">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
5979
6182
|
style: vue.StyleValue;
|
|
5980
6183
|
disabled: boolean;
|
|
5981
6184
|
tag: string;
|
|
6185
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
5982
6186
|
mandatory: boolean;
|
|
5983
6187
|
tile: boolean;
|
|
5984
6188
|
density: Density;
|
|
@@ -6004,20 +6208,20 @@ declare const VTreeview: {
|
|
|
6004
6208
|
openAll: boolean;
|
|
6005
6209
|
} & {
|
|
6006
6210
|
search?: string | undefined;
|
|
6007
|
-
|
|
6211
|
+
class?: any;
|
|
6008
6212
|
width?: string | number | undefined;
|
|
6009
|
-
|
|
6213
|
+
height?: string | number | undefined;
|
|
6214
|
+
theme?: string | undefined;
|
|
6010
6215
|
color?: string | undefined;
|
|
6216
|
+
activated?: readonly unknown[] | undefined;
|
|
6217
|
+
border?: string | number | boolean | undefined;
|
|
6218
|
+
rounded?: string | number | boolean | undefined;
|
|
6011
6219
|
maxHeight?: string | number | undefined;
|
|
6012
6220
|
maxWidth?: string | number | undefined;
|
|
6013
6221
|
minHeight?: string | number | undefined;
|
|
6014
6222
|
minWidth?: string | number | undefined;
|
|
6015
|
-
activated?: readonly unknown[] | undefined;
|
|
6016
|
-
class?: any;
|
|
6017
|
-
selected?: readonly unknown[] | undefined;
|
|
6018
6223
|
elevation?: string | number | undefined;
|
|
6019
|
-
|
|
6020
|
-
rounded?: string | number | boolean | undefined;
|
|
6224
|
+
selected?: readonly unknown[] | undefined;
|
|
6021
6225
|
bgColor?: string | undefined;
|
|
6022
6226
|
baseColor?: string | undefined;
|
|
6023
6227
|
activeClass?: string | undefined;
|
|
@@ -6042,12 +6246,12 @@ declare const VTreeview: {
|
|
|
6042
6246
|
path: unknown[];
|
|
6043
6247
|
}) => any) | undefined;
|
|
6044
6248
|
}, {
|
|
6045
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
6046
6249
|
style: vue.StyleValue;
|
|
6047
6250
|
disabled: boolean;
|
|
6048
6251
|
tag: string;
|
|
6049
|
-
mandatory: boolean;
|
|
6050
6252
|
rounded: string | number | boolean;
|
|
6253
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
6254
|
+
mandatory: boolean;
|
|
6051
6255
|
tile: boolean;
|
|
6052
6256
|
density: Density;
|
|
6053
6257
|
slim: boolean;
|
|
@@ -6076,7 +6280,7 @@ declare const VTreeview: {
|
|
|
6076
6280
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
6077
6281
|
[key: string]: any;
|
|
6078
6282
|
}>[];
|
|
6079
|
-
|
|
6283
|
+
prepend: (arg: {
|
|
6080
6284
|
isActive: boolean;
|
|
6081
6285
|
isSelected: boolean;
|
|
6082
6286
|
isIndeterminate: boolean;
|
|
@@ -6086,7 +6290,7 @@ declare const VTreeview: {
|
|
|
6086
6290
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
6087
6291
|
[key: string]: any;
|
|
6088
6292
|
}>[];
|
|
6089
|
-
|
|
6293
|
+
append: (arg: {
|
|
6090
6294
|
isActive: boolean;
|
|
6091
6295
|
isSelected: boolean;
|
|
6092
6296
|
isIndeterminate: boolean;
|
|
@@ -6148,10 +6352,10 @@ declare const VTreeview: {
|
|
|
6148
6352
|
M: {};
|
|
6149
6353
|
Defaults: {};
|
|
6150
6354
|
}, {
|
|
6151
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
6152
6355
|
style: vue.StyleValue;
|
|
6153
6356
|
disabled: boolean;
|
|
6154
6357
|
tag: string;
|
|
6358
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
6155
6359
|
mandatory: boolean;
|
|
6156
6360
|
tile: boolean;
|
|
6157
6361
|
density: Density;
|
|
@@ -6177,20 +6381,20 @@ declare const VTreeview: {
|
|
|
6177
6381
|
openAll: boolean;
|
|
6178
6382
|
} & {
|
|
6179
6383
|
search?: string | undefined;
|
|
6180
|
-
|
|
6384
|
+
class?: any;
|
|
6181
6385
|
width?: string | number | undefined;
|
|
6182
|
-
|
|
6386
|
+
height?: string | number | undefined;
|
|
6387
|
+
theme?: string | undefined;
|
|
6183
6388
|
color?: string | undefined;
|
|
6389
|
+
activated?: readonly unknown[] | undefined;
|
|
6390
|
+
border?: string | number | boolean | undefined;
|
|
6391
|
+
rounded?: string | number | boolean | undefined;
|
|
6184
6392
|
maxHeight?: string | number | undefined;
|
|
6185
6393
|
maxWidth?: string | number | undefined;
|
|
6186
6394
|
minHeight?: string | number | undefined;
|
|
6187
6395
|
minWidth?: string | number | undefined;
|
|
6188
|
-
activated?: readonly unknown[] | undefined;
|
|
6189
|
-
class?: any;
|
|
6190
|
-
selected?: readonly unknown[] | undefined;
|
|
6191
6396
|
elevation?: string | number | undefined;
|
|
6192
|
-
|
|
6193
|
-
rounded?: string | number | boolean | undefined;
|
|
6397
|
+
selected?: readonly unknown[] | undefined;
|
|
6194
6398
|
bgColor?: string | undefined;
|
|
6195
6399
|
baseColor?: string | undefined;
|
|
6196
6400
|
activeClass?: string | undefined;
|
|
@@ -6217,12 +6421,12 @@ declare const VTreeview: {
|
|
|
6217
6421
|
}, {
|
|
6218
6422
|
open: typeof open;
|
|
6219
6423
|
}, {}, {}, {}, {
|
|
6220
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
6221
6424
|
style: vue.StyleValue;
|
|
6222
6425
|
disabled: boolean;
|
|
6223
6426
|
tag: string;
|
|
6224
|
-
mandatory: boolean;
|
|
6225
6427
|
rounded: string | number | boolean;
|
|
6428
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
6429
|
+
mandatory: boolean;
|
|
6226
6430
|
tile: boolean;
|
|
6227
6431
|
density: Density;
|
|
6228
6432
|
slim: boolean;
|
|
@@ -6250,10 +6454,10 @@ declare const VTreeview: {
|
|
|
6250
6454
|
__isTeleport?: undefined;
|
|
6251
6455
|
__isSuspense?: undefined;
|
|
6252
6456
|
} & vue.ComponentOptionsBase<{
|
|
6253
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
6254
6457
|
style: vue.StyleValue;
|
|
6255
6458
|
disabled: boolean;
|
|
6256
6459
|
tag: string;
|
|
6460
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
6257
6461
|
mandatory: boolean;
|
|
6258
6462
|
tile: boolean;
|
|
6259
6463
|
density: Density;
|
|
@@ -6279,20 +6483,20 @@ declare const VTreeview: {
|
|
|
6279
6483
|
openAll: boolean;
|
|
6280
6484
|
} & {
|
|
6281
6485
|
search?: string | undefined;
|
|
6282
|
-
|
|
6486
|
+
class?: any;
|
|
6283
6487
|
width?: string | number | undefined;
|
|
6284
|
-
|
|
6488
|
+
height?: string | number | undefined;
|
|
6489
|
+
theme?: string | undefined;
|
|
6285
6490
|
color?: string | undefined;
|
|
6491
|
+
activated?: readonly unknown[] | undefined;
|
|
6492
|
+
border?: string | number | boolean | undefined;
|
|
6493
|
+
rounded?: string | number | boolean | undefined;
|
|
6286
6494
|
maxHeight?: string | number | undefined;
|
|
6287
6495
|
maxWidth?: string | number | undefined;
|
|
6288
6496
|
minHeight?: string | number | undefined;
|
|
6289
6497
|
minWidth?: string | number | undefined;
|
|
6290
|
-
activated?: readonly unknown[] | undefined;
|
|
6291
|
-
class?: any;
|
|
6292
|
-
selected?: readonly unknown[] | undefined;
|
|
6293
6498
|
elevation?: string | number | undefined;
|
|
6294
|
-
|
|
6295
|
-
rounded?: string | number | boolean | undefined;
|
|
6499
|
+
selected?: readonly unknown[] | undefined;
|
|
6296
6500
|
bgColor?: string | undefined;
|
|
6297
6501
|
baseColor?: string | undefined;
|
|
6298
6502
|
activeClass?: string | undefined;
|
|
@@ -6332,13 +6536,13 @@ declare const VTreeview: {
|
|
|
6332
6536
|
value: boolean;
|
|
6333
6537
|
path: unknown[];
|
|
6334
6538
|
}) => boolean;
|
|
6335
|
-
}, "
|
|
6336
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
6539
|
+
}, "v-slot:default" | "$children" | "v-slots" | "items" | "v-slot:title" | "v-slot:prepend" | "v-slot:append" | "v-slot:subtitle" | "v-slot:header" | "v-slot:divider" | "v-slot:item" | "v-slot:subheader">, string, {
|
|
6337
6540
|
style: vue.StyleValue;
|
|
6338
6541
|
disabled: boolean;
|
|
6339
6542
|
tag: string;
|
|
6340
|
-
mandatory: boolean;
|
|
6341
6543
|
rounded: string | number | boolean;
|
|
6544
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
6545
|
+
mandatory: boolean;
|
|
6342
6546
|
tile: boolean;
|
|
6343
6547
|
density: Density;
|
|
6344
6548
|
slim: boolean;
|
|
@@ -6367,7 +6571,7 @@ declare const VTreeview: {
|
|
|
6367
6571
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
6368
6572
|
[key: string]: any;
|
|
6369
6573
|
}>[];
|
|
6370
|
-
|
|
6574
|
+
prepend: (arg: {
|
|
6371
6575
|
isActive: boolean;
|
|
6372
6576
|
isSelected: boolean;
|
|
6373
6577
|
isIndeterminate: boolean;
|
|
@@ -6377,7 +6581,7 @@ declare const VTreeview: {
|
|
|
6377
6581
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
6378
6582
|
[key: string]: any;
|
|
6379
6583
|
}>[];
|
|
6380
|
-
|
|
6584
|
+
append: (arg: {
|
|
6381
6585
|
isActive: boolean;
|
|
6382
6586
|
isSelected: boolean;
|
|
6383
6587
|
isIndeterminate: boolean;
|
|
@@ -6436,54 +6640,54 @@ declare const VTreeview: {
|
|
|
6436
6640
|
}, slots: VListChildrenSlots<T>) => GenericProps<{
|
|
6437
6641
|
items?: T[] | undefined;
|
|
6438
6642
|
}, VListChildrenSlots<T>>) & FilterPropsOptions<{
|
|
6439
|
-
|
|
6440
|
-
type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
6441
|
-
default: string;
|
|
6442
|
-
validator: (v: any) => boolean;
|
|
6443
|
-
}, "type" | "default"> & {
|
|
6444
|
-
type: vue.PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
|
6445
|
-
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
6446
|
-
};
|
|
6447
|
-
height: (StringConstructor | NumberConstructor)[];
|
|
6448
|
-
width: (StringConstructor | NumberConstructor)[];
|
|
6449
|
-
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
6450
|
-
color: StringConstructor;
|
|
6451
|
-
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
6452
|
-
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
6453
|
-
minHeight: (StringConstructor | NumberConstructor)[];
|
|
6454
|
-
minWidth: (StringConstructor | NumberConstructor)[];
|
|
6643
|
+
class: vue.PropType<any>;
|
|
6455
6644
|
style: {
|
|
6456
6645
|
type: vue.PropType<vue.StyleValue>;
|
|
6457
6646
|
default: null;
|
|
6458
6647
|
};
|
|
6648
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
6649
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
6650
|
+
theme: StringConstructor;
|
|
6651
|
+
color: StringConstructor;
|
|
6459
6652
|
disabled: BooleanConstructor;
|
|
6460
6653
|
activated: vue.PropType<readonly unknown[]>;
|
|
6461
|
-
class: vue.PropType<any>;
|
|
6462
6654
|
tag: {
|
|
6463
6655
|
type: StringConstructor;
|
|
6464
6656
|
default: string;
|
|
6465
6657
|
};
|
|
6466
|
-
|
|
6467
|
-
selected: vue.PropType<readonly unknown[]>;
|
|
6468
|
-
elevation: {
|
|
6469
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
6470
|
-
validator(v: any): boolean;
|
|
6471
|
-
};
|
|
6472
|
-
theme: StringConstructor;
|
|
6658
|
+
border: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
6473
6659
|
rounded: {
|
|
6474
|
-
type: (StringConstructor |
|
|
6660
|
+
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
6475
6661
|
default: undefined;
|
|
6476
6662
|
};
|
|
6663
|
+
variant: Omit<{
|
|
6664
|
+
type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
6665
|
+
default: string;
|
|
6666
|
+
validator: (v: any) => boolean;
|
|
6667
|
+
}, "default" | "type"> & {
|
|
6668
|
+
type: vue.PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
|
6669
|
+
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
6670
|
+
};
|
|
6477
6671
|
items: {
|
|
6478
6672
|
type: vue.PropType<any[]>;
|
|
6479
6673
|
default: () => never[];
|
|
6480
6674
|
};
|
|
6675
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
6676
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
6677
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
|
6678
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
|
6679
|
+
mandatory: BooleanConstructor;
|
|
6481
6680
|
tile: BooleanConstructor;
|
|
6681
|
+
elevation: {
|
|
6682
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
6683
|
+
validator(v: any): boolean;
|
|
6684
|
+
};
|
|
6482
6685
|
density: {
|
|
6483
6686
|
type: vue.PropType<Density>;
|
|
6484
6687
|
default: string;
|
|
6485
6688
|
validator: (v: any) => boolean;
|
|
6486
6689
|
};
|
|
6690
|
+
selected: vue.PropType<readonly unknown[]>;
|
|
6487
6691
|
bgColor: StringConstructor;
|
|
6488
6692
|
slim: {
|
|
6489
6693
|
type: vue.PropType<boolean>;
|
|
@@ -6502,14 +6706,14 @@ declare const VTreeview: {
|
|
|
6502
6706
|
selectStrategy: Omit<{
|
|
6503
6707
|
type: vue.PropType<NonNullable<SelectStrategy>>;
|
|
6504
6708
|
default: NonNullable<SelectStrategy>;
|
|
6505
|
-
}, "
|
|
6709
|
+
}, "default" | "type"> & {
|
|
6506
6710
|
type: vue.PropType<NonNullable<NonNullable<SelectStrategy>>>;
|
|
6507
6711
|
default: NonNullable<NonNullable<SelectStrategy>>;
|
|
6508
6712
|
};
|
|
6509
6713
|
openStrategy: Omit<{
|
|
6510
6714
|
type: vue.PropType<NonNullable<OpenStrategyProp>>;
|
|
6511
6715
|
default: NonNullable<OpenStrategyProp>;
|
|
6512
|
-
}, "
|
|
6716
|
+
}, "default" | "type"> & {
|
|
6513
6717
|
type: vue.PropType<NonNullable<NonNullable<OpenStrategyProp>>>;
|
|
6514
6718
|
default: NonNullable<NonNullable<OpenStrategyProp>>;
|
|
6515
6719
|
};
|
|
@@ -6566,54 +6770,54 @@ declare const VTreeview: {
|
|
|
6566
6770
|
openAll: BooleanConstructor;
|
|
6567
6771
|
search: StringConstructor;
|
|
6568
6772
|
}, vue.ExtractPropTypes<{
|
|
6569
|
-
|
|
6570
|
-
type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
6571
|
-
default: string;
|
|
6572
|
-
validator: (v: any) => boolean;
|
|
6573
|
-
}, "type" | "default"> & {
|
|
6574
|
-
type: vue.PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
|
6575
|
-
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
6576
|
-
};
|
|
6577
|
-
height: (StringConstructor | NumberConstructor)[];
|
|
6578
|
-
width: (StringConstructor | NumberConstructor)[];
|
|
6579
|
-
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
6580
|
-
color: StringConstructor;
|
|
6581
|
-
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
6582
|
-
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
6583
|
-
minHeight: (StringConstructor | NumberConstructor)[];
|
|
6584
|
-
minWidth: (StringConstructor | NumberConstructor)[];
|
|
6773
|
+
class: vue.PropType<any>;
|
|
6585
6774
|
style: {
|
|
6586
6775
|
type: vue.PropType<vue.StyleValue>;
|
|
6587
6776
|
default: null;
|
|
6588
6777
|
};
|
|
6778
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
6779
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
6780
|
+
theme: StringConstructor;
|
|
6781
|
+
color: StringConstructor;
|
|
6589
6782
|
disabled: BooleanConstructor;
|
|
6590
6783
|
activated: vue.PropType<readonly unknown[]>;
|
|
6591
|
-
class: vue.PropType<any>;
|
|
6592
6784
|
tag: {
|
|
6593
6785
|
type: StringConstructor;
|
|
6594
6786
|
default: string;
|
|
6595
6787
|
};
|
|
6596
|
-
|
|
6597
|
-
selected: vue.PropType<readonly unknown[]>;
|
|
6598
|
-
elevation: {
|
|
6599
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
6600
|
-
validator(v: any): boolean;
|
|
6601
|
-
};
|
|
6602
|
-
theme: StringConstructor;
|
|
6788
|
+
border: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
6603
6789
|
rounded: {
|
|
6604
|
-
type: (StringConstructor |
|
|
6790
|
+
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
6605
6791
|
default: undefined;
|
|
6606
6792
|
};
|
|
6793
|
+
variant: Omit<{
|
|
6794
|
+
type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
6795
|
+
default: string;
|
|
6796
|
+
validator: (v: any) => boolean;
|
|
6797
|
+
}, "default" | "type"> & {
|
|
6798
|
+
type: vue.PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
|
6799
|
+
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
6800
|
+
};
|
|
6607
6801
|
items: {
|
|
6608
6802
|
type: vue.PropType<any[]>;
|
|
6609
6803
|
default: () => never[];
|
|
6610
6804
|
};
|
|
6805
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
6806
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
6807
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
|
6808
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
|
6809
|
+
mandatory: BooleanConstructor;
|
|
6611
6810
|
tile: BooleanConstructor;
|
|
6811
|
+
elevation: {
|
|
6812
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
6813
|
+
validator(v: any): boolean;
|
|
6814
|
+
};
|
|
6612
6815
|
density: {
|
|
6613
6816
|
type: vue.PropType<Density>;
|
|
6614
6817
|
default: string;
|
|
6615
6818
|
validator: (v: any) => boolean;
|
|
6616
6819
|
};
|
|
6820
|
+
selected: vue.PropType<readonly unknown[]>;
|
|
6617
6821
|
bgColor: StringConstructor;
|
|
6618
6822
|
slim: {
|
|
6619
6823
|
type: vue.PropType<boolean>;
|
|
@@ -6632,14 +6836,14 @@ declare const VTreeview: {
|
|
|
6632
6836
|
selectStrategy: Omit<{
|
|
6633
6837
|
type: vue.PropType<NonNullable<SelectStrategy>>;
|
|
6634
6838
|
default: NonNullable<SelectStrategy>;
|
|
6635
|
-
}, "
|
|
6839
|
+
}, "default" | "type"> & {
|
|
6636
6840
|
type: vue.PropType<NonNullable<NonNullable<SelectStrategy>>>;
|
|
6637
6841
|
default: NonNullable<NonNullable<SelectStrategy>>;
|
|
6638
6842
|
};
|
|
6639
6843
|
openStrategy: Omit<{
|
|
6640
6844
|
type: vue.PropType<NonNullable<OpenStrategyProp>>;
|
|
6641
6845
|
default: NonNullable<OpenStrategyProp>;
|
|
6642
|
-
}, "
|
|
6846
|
+
}, "default" | "type"> & {
|
|
6643
6847
|
type: vue.PropType<NonNullable<NonNullable<OpenStrategyProp>>>;
|
|
6644
6848
|
default: NonNullable<NonNullable<OpenStrategyProp>>;
|
|
6645
6849
|
};
|
|
@@ -6701,13 +6905,13 @@ type VTreeview = InstanceType<typeof VTreeview>;
|
|
|
6701
6905
|
declare const VTreeviewItem: {
|
|
6702
6906
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
6703
6907
|
replace: boolean;
|
|
6704
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
6705
|
-
exact: boolean;
|
|
6706
|
-
loading: boolean;
|
|
6707
|
-
nav: boolean;
|
|
6708
6908
|
style: vue.StyleValue;
|
|
6909
|
+
nav: boolean;
|
|
6709
6910
|
disabled: boolean;
|
|
6710
6911
|
tag: string;
|
|
6912
|
+
loading: boolean;
|
|
6913
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
6914
|
+
exact: boolean;
|
|
6711
6915
|
tile: boolean;
|
|
6712
6916
|
density: Density;
|
|
6713
6917
|
slim: boolean;
|
|
@@ -6716,25 +6920,25 @@ declare const VTreeviewItem: {
|
|
|
6716
6920
|
} | undefined;
|
|
6717
6921
|
} & {
|
|
6718
6922
|
link?: boolean | undefined;
|
|
6719
|
-
|
|
6923
|
+
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
|
6924
|
+
class?: any;
|
|
6925
|
+
title?: string | number | undefined;
|
|
6720
6926
|
width?: string | number | undefined;
|
|
6927
|
+
height?: string | number | undefined;
|
|
6721
6928
|
active?: boolean | undefined;
|
|
6722
|
-
|
|
6929
|
+
value?: any;
|
|
6930
|
+
theme?: string | undefined;
|
|
6931
|
+
href?: string | undefined;
|
|
6723
6932
|
color?: string | undefined;
|
|
6933
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
6934
|
+
border?: string | number | boolean | undefined;
|
|
6935
|
+
rounded?: string | number | boolean | undefined;
|
|
6936
|
+
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
6724
6937
|
maxHeight?: string | number | undefined;
|
|
6725
6938
|
maxWidth?: string | number | undefined;
|
|
6726
6939
|
minHeight?: string | number | undefined;
|
|
6727
6940
|
minWidth?: string | number | undefined;
|
|
6728
|
-
value?: any;
|
|
6729
|
-
title?: string | number | undefined;
|
|
6730
|
-
class?: any;
|
|
6731
|
-
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
|
6732
|
-
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
6733
|
-
href?: string | undefined;
|
|
6734
6941
|
elevation?: string | number | undefined;
|
|
6735
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
|
6736
|
-
theme?: string | undefined;
|
|
6737
|
-
rounded?: string | number | boolean | undefined;
|
|
6738
6942
|
prependIcon?: IconValue | undefined;
|
|
6739
6943
|
appendIcon?: IconValue | undefined;
|
|
6740
6944
|
baseColor?: string | undefined;
|
|
@@ -6818,13 +7022,13 @@ declare const VTreeviewItem: {
|
|
|
6818
7022
|
"v-slot:subtitle"?: false | ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
|
6819
7023
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
6820
7024
|
replace: boolean;
|
|
6821
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
6822
|
-
exact: boolean;
|
|
6823
|
-
loading: boolean;
|
|
6824
|
-
nav: boolean;
|
|
6825
7025
|
style: vue.StyleValue;
|
|
7026
|
+
nav: boolean;
|
|
6826
7027
|
disabled: boolean;
|
|
6827
7028
|
tag: string;
|
|
7029
|
+
loading: boolean;
|
|
7030
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
7031
|
+
exact: boolean;
|
|
6828
7032
|
tile: boolean;
|
|
6829
7033
|
density: Density;
|
|
6830
7034
|
slim: boolean;
|
|
@@ -6833,25 +7037,25 @@ declare const VTreeviewItem: {
|
|
|
6833
7037
|
} | undefined;
|
|
6834
7038
|
} & {
|
|
6835
7039
|
link?: boolean | undefined;
|
|
6836
|
-
|
|
7040
|
+
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
|
7041
|
+
class?: any;
|
|
7042
|
+
title?: string | number | undefined;
|
|
6837
7043
|
width?: string | number | undefined;
|
|
7044
|
+
height?: string | number | undefined;
|
|
6838
7045
|
active?: boolean | undefined;
|
|
6839
|
-
|
|
7046
|
+
value?: any;
|
|
7047
|
+
theme?: string | undefined;
|
|
7048
|
+
href?: string | undefined;
|
|
6840
7049
|
color?: string | undefined;
|
|
7050
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
7051
|
+
border?: string | number | boolean | undefined;
|
|
7052
|
+
rounded?: string | number | boolean | undefined;
|
|
7053
|
+
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
6841
7054
|
maxHeight?: string | number | undefined;
|
|
6842
7055
|
maxWidth?: string | number | undefined;
|
|
6843
7056
|
minHeight?: string | number | undefined;
|
|
6844
7057
|
minWidth?: string | number | undefined;
|
|
6845
|
-
value?: any;
|
|
6846
|
-
title?: string | number | undefined;
|
|
6847
|
-
class?: any;
|
|
6848
|
-
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
|
6849
|
-
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
6850
|
-
href?: string | undefined;
|
|
6851
7058
|
elevation?: string | number | undefined;
|
|
6852
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
|
6853
|
-
theme?: string | undefined;
|
|
6854
|
-
rounded?: string | number | boolean | undefined;
|
|
6855
7059
|
prependIcon?: IconValue | undefined;
|
|
6856
7060
|
appendIcon?: IconValue | undefined;
|
|
6857
7061
|
baseColor?: string | undefined;
|
|
@@ -6936,15 +7140,15 @@ declare const VTreeviewItem: {
|
|
|
6936
7140
|
}, {
|
|
6937
7141
|
replace: boolean;
|
|
6938
7142
|
link: boolean;
|
|
6939
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
6940
|
-
exact: boolean;
|
|
6941
|
-
active: boolean;
|
|
6942
|
-
loading: boolean;
|
|
6943
|
-
nav: boolean;
|
|
6944
7143
|
style: vue.StyleValue;
|
|
7144
|
+
nav: boolean;
|
|
7145
|
+
active: boolean;
|
|
6945
7146
|
disabled: boolean;
|
|
6946
7147
|
tag: string;
|
|
7148
|
+
loading: boolean;
|
|
6947
7149
|
rounded: string | number | boolean;
|
|
7150
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
7151
|
+
exact: boolean;
|
|
6948
7152
|
tile: boolean;
|
|
6949
7153
|
density: Density;
|
|
6950
7154
|
slim: boolean;
|
|
@@ -6991,13 +7195,13 @@ declare const VTreeviewItem: {
|
|
|
6991
7195
|
Defaults: {};
|
|
6992
7196
|
}, {
|
|
6993
7197
|
replace: boolean;
|
|
6994
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
6995
|
-
exact: boolean;
|
|
6996
|
-
loading: boolean;
|
|
6997
|
-
nav: boolean;
|
|
6998
7198
|
style: vue.StyleValue;
|
|
7199
|
+
nav: boolean;
|
|
6999
7200
|
disabled: boolean;
|
|
7000
7201
|
tag: string;
|
|
7202
|
+
loading: boolean;
|
|
7203
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
7204
|
+
exact: boolean;
|
|
7001
7205
|
tile: boolean;
|
|
7002
7206
|
density: Density;
|
|
7003
7207
|
slim: boolean;
|
|
@@ -7006,25 +7210,25 @@ declare const VTreeviewItem: {
|
|
|
7006
7210
|
} | undefined;
|
|
7007
7211
|
} & {
|
|
7008
7212
|
link?: boolean | undefined;
|
|
7009
|
-
|
|
7213
|
+
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
|
7214
|
+
class?: any;
|
|
7215
|
+
title?: string | number | undefined;
|
|
7010
7216
|
width?: string | number | undefined;
|
|
7217
|
+
height?: string | number | undefined;
|
|
7011
7218
|
active?: boolean | undefined;
|
|
7012
|
-
|
|
7219
|
+
value?: any;
|
|
7220
|
+
theme?: string | undefined;
|
|
7221
|
+
href?: string | undefined;
|
|
7013
7222
|
color?: string | undefined;
|
|
7223
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
7224
|
+
border?: string | number | boolean | undefined;
|
|
7225
|
+
rounded?: string | number | boolean | undefined;
|
|
7226
|
+
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
7014
7227
|
maxHeight?: string | number | undefined;
|
|
7015
7228
|
maxWidth?: string | number | undefined;
|
|
7016
7229
|
minHeight?: string | number | undefined;
|
|
7017
7230
|
minWidth?: string | number | undefined;
|
|
7018
|
-
value?: any;
|
|
7019
|
-
title?: string | number | undefined;
|
|
7020
|
-
class?: any;
|
|
7021
|
-
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
|
7022
|
-
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
7023
|
-
href?: string | undefined;
|
|
7024
7231
|
elevation?: string | number | undefined;
|
|
7025
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
|
7026
|
-
theme?: string | undefined;
|
|
7027
|
-
rounded?: string | number | boolean | undefined;
|
|
7028
7232
|
prependIcon?: IconValue | undefined;
|
|
7029
7233
|
appendIcon?: IconValue | undefined;
|
|
7030
7234
|
baseColor?: string | undefined;
|
|
@@ -7109,15 +7313,15 @@ declare const VTreeviewItem: {
|
|
|
7109
7313
|
}, {}, {}, {}, {}, {
|
|
7110
7314
|
replace: boolean;
|
|
7111
7315
|
link: boolean;
|
|
7112
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
7113
|
-
exact: boolean;
|
|
7114
|
-
active: boolean;
|
|
7115
|
-
loading: boolean;
|
|
7116
|
-
nav: boolean;
|
|
7117
7316
|
style: vue.StyleValue;
|
|
7317
|
+
nav: boolean;
|
|
7318
|
+
active: boolean;
|
|
7118
7319
|
disabled: boolean;
|
|
7119
7320
|
tag: string;
|
|
7321
|
+
loading: boolean;
|
|
7120
7322
|
rounded: string | number | boolean;
|
|
7323
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
7324
|
+
exact: boolean;
|
|
7121
7325
|
tile: boolean;
|
|
7122
7326
|
density: Density;
|
|
7123
7327
|
slim: boolean;
|
|
@@ -7130,13 +7334,13 @@ declare const VTreeviewItem: {
|
|
|
7130
7334
|
__isSuspense?: undefined;
|
|
7131
7335
|
} & vue.ComponentOptionsBase<{
|
|
7132
7336
|
replace: boolean;
|
|
7133
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
7134
|
-
exact: boolean;
|
|
7135
|
-
loading: boolean;
|
|
7136
|
-
nav: boolean;
|
|
7137
7337
|
style: vue.StyleValue;
|
|
7338
|
+
nav: boolean;
|
|
7138
7339
|
disabled: boolean;
|
|
7139
7340
|
tag: string;
|
|
7341
|
+
loading: boolean;
|
|
7342
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
7343
|
+
exact: boolean;
|
|
7140
7344
|
tile: boolean;
|
|
7141
7345
|
density: Density;
|
|
7142
7346
|
slim: boolean;
|
|
@@ -7145,25 +7349,25 @@ declare const VTreeviewItem: {
|
|
|
7145
7349
|
} | undefined;
|
|
7146
7350
|
} & {
|
|
7147
7351
|
link?: boolean | undefined;
|
|
7148
|
-
|
|
7352
|
+
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
|
7353
|
+
class?: any;
|
|
7354
|
+
title?: string | number | undefined;
|
|
7149
7355
|
width?: string | number | undefined;
|
|
7356
|
+
height?: string | number | undefined;
|
|
7150
7357
|
active?: boolean | undefined;
|
|
7151
|
-
|
|
7358
|
+
value?: any;
|
|
7359
|
+
theme?: string | undefined;
|
|
7360
|
+
href?: string | undefined;
|
|
7152
7361
|
color?: string | undefined;
|
|
7362
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
7363
|
+
border?: string | number | boolean | undefined;
|
|
7364
|
+
rounded?: string | number | boolean | undefined;
|
|
7365
|
+
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
7153
7366
|
maxHeight?: string | number | undefined;
|
|
7154
7367
|
maxWidth?: string | number | undefined;
|
|
7155
7368
|
minHeight?: string | number | undefined;
|
|
7156
7369
|
minWidth?: string | number | undefined;
|
|
7157
|
-
value?: any;
|
|
7158
|
-
title?: string | number | undefined;
|
|
7159
|
-
class?: any;
|
|
7160
|
-
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
|
7161
|
-
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
7162
|
-
href?: string | undefined;
|
|
7163
7370
|
elevation?: string | number | undefined;
|
|
7164
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
|
7165
|
-
theme?: string | undefined;
|
|
7166
|
-
rounded?: string | number | boolean | undefined;
|
|
7167
7371
|
prependIcon?: IconValue | undefined;
|
|
7168
7372
|
appendIcon?: IconValue | undefined;
|
|
7169
7373
|
baseColor?: string | undefined;
|
|
@@ -7248,15 +7452,15 @@ declare const VTreeviewItem: {
|
|
|
7248
7452
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
7249
7453
|
replace: boolean;
|
|
7250
7454
|
link: boolean;
|
|
7251
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
7252
|
-
exact: boolean;
|
|
7253
|
-
active: boolean;
|
|
7254
|
-
loading: boolean;
|
|
7255
|
-
nav: boolean;
|
|
7256
7455
|
style: vue.StyleValue;
|
|
7456
|
+
nav: boolean;
|
|
7457
|
+
active: boolean;
|
|
7257
7458
|
disabled: boolean;
|
|
7258
7459
|
tag: string;
|
|
7460
|
+
loading: boolean;
|
|
7259
7461
|
rounded: string | number | boolean;
|
|
7462
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
7463
|
+
exact: boolean;
|
|
7260
7464
|
tile: boolean;
|
|
7261
7465
|
density: Density;
|
|
7262
7466
|
slim: boolean;
|
|
@@ -7300,7 +7504,7 @@ declare const VTreeviewItem: {
|
|
|
7300
7504
|
type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
7301
7505
|
default: string;
|
|
7302
7506
|
validator: (v: any) => boolean;
|
|
7303
|
-
}, "
|
|
7507
|
+
}, "default" | "type"> & {
|
|
7304
7508
|
type: vue.PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
|
7305
7509
|
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
7306
7510
|
};
|
|
@@ -7314,7 +7518,7 @@ declare const VTreeviewItem: {
|
|
|
7314
7518
|
to: vue.PropType<vue_router.RouteLocationRaw>;
|
|
7315
7519
|
exact: BooleanConstructor;
|
|
7316
7520
|
rounded: {
|
|
7317
|
-
type: (StringConstructor |
|
|
7521
|
+
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
7318
7522
|
default: undefined;
|
|
7319
7523
|
};
|
|
7320
7524
|
tile: BooleanConstructor;
|
|
@@ -7338,7 +7542,7 @@ declare const VTreeviewItem: {
|
|
|
7338
7542
|
type: vue.PropType<vue.StyleValue>;
|
|
7339
7543
|
default: null;
|
|
7340
7544
|
};
|
|
7341
|
-
border: (StringConstructor |
|
|
7545
|
+
border: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
7342
7546
|
active: {
|
|
7343
7547
|
type: BooleanConstructor;
|
|
7344
7548
|
default: undefined;
|
|
@@ -7380,7 +7584,7 @@ declare const VTreeviewItem: {
|
|
|
7380
7584
|
type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
7381
7585
|
default: string;
|
|
7382
7586
|
validator: (v: any) => boolean;
|
|
7383
|
-
}, "
|
|
7587
|
+
}, "default" | "type"> & {
|
|
7384
7588
|
type: vue.PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
|
7385
7589
|
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
7386
7590
|
};
|
|
@@ -7394,7 +7598,7 @@ declare const VTreeviewItem: {
|
|
|
7394
7598
|
to: vue.PropType<vue_router.RouteLocationRaw>;
|
|
7395
7599
|
exact: BooleanConstructor;
|
|
7396
7600
|
rounded: {
|
|
7397
|
-
type: (StringConstructor |
|
|
7601
|
+
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
7398
7602
|
default: undefined;
|
|
7399
7603
|
};
|
|
7400
7604
|
tile: BooleanConstructor;
|
|
@@ -7418,7 +7622,7 @@ declare const VTreeviewItem: {
|
|
|
7418
7622
|
type: vue.PropType<vue.StyleValue>;
|
|
7419
7623
|
default: null;
|
|
7420
7624
|
};
|
|
7421
|
-
border: (StringConstructor |
|
|
7625
|
+
border: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
7422
7626
|
active: {
|
|
7423
7627
|
type: BooleanConstructor;
|
|
7424
7628
|
default: undefined;
|
|
@@ -7465,10 +7669,10 @@ declare const VTreeviewGroup: {
|
|
|
7465
7669
|
expandIcon: NonNullable<IconValue>;
|
|
7466
7670
|
fluid: boolean;
|
|
7467
7671
|
} & {
|
|
7468
|
-
color?: string | undefined;
|
|
7469
|
-
value?: any;
|
|
7470
|
-
title?: string | undefined;
|
|
7471
7672
|
class?: any;
|
|
7673
|
+
title?: string | undefined;
|
|
7674
|
+
value?: any;
|
|
7675
|
+
color?: string | undefined;
|
|
7472
7676
|
prependIcon?: IconValue | undefined;
|
|
7473
7677
|
appendIcon?: IconValue | undefined;
|
|
7474
7678
|
baseColor?: string | undefined;
|
|
@@ -7501,10 +7705,10 @@ declare const VTreeviewGroup: {
|
|
|
7501
7705
|
expandIcon: NonNullable<IconValue>;
|
|
7502
7706
|
fluid: boolean;
|
|
7503
7707
|
} & {
|
|
7504
|
-
color?: string | undefined;
|
|
7505
|
-
value?: any;
|
|
7506
|
-
title?: string | undefined;
|
|
7507
7708
|
class?: any;
|
|
7709
|
+
title?: string | undefined;
|
|
7710
|
+
value?: any;
|
|
7711
|
+
color?: string | undefined;
|
|
7508
7712
|
prependIcon?: IconValue | undefined;
|
|
7509
7713
|
appendIcon?: IconValue | undefined;
|
|
7510
7714
|
baseColor?: string | undefined;
|
|
@@ -7560,10 +7764,10 @@ declare const VTreeviewGroup: {
|
|
|
7560
7764
|
expandIcon: NonNullable<IconValue>;
|
|
7561
7765
|
fluid: boolean;
|
|
7562
7766
|
} & {
|
|
7563
|
-
color?: string | undefined;
|
|
7564
|
-
value?: any;
|
|
7565
|
-
title?: string | undefined;
|
|
7566
7767
|
class?: any;
|
|
7768
|
+
title?: string | undefined;
|
|
7769
|
+
value?: any;
|
|
7770
|
+
color?: string | undefined;
|
|
7567
7771
|
prependIcon?: IconValue | undefined;
|
|
7568
7772
|
appendIcon?: IconValue | undefined;
|
|
7569
7773
|
baseColor?: string | undefined;
|
|
@@ -7606,10 +7810,10 @@ declare const VTreeviewGroup: {
|
|
|
7606
7810
|
expandIcon: NonNullable<IconValue>;
|
|
7607
7811
|
fluid: boolean;
|
|
7608
7812
|
} & {
|
|
7609
|
-
color?: string | undefined;
|
|
7610
|
-
value?: any;
|
|
7611
|
-
title?: string | undefined;
|
|
7612
7813
|
class?: any;
|
|
7814
|
+
title?: string | undefined;
|
|
7815
|
+
value?: any;
|
|
7816
|
+
color?: string | undefined;
|
|
7613
7817
|
prependIcon?: IconValue | undefined;
|
|
7614
7818
|
appendIcon?: IconValue | undefined;
|
|
7615
7819
|
baseColor?: string | undefined;
|
|
@@ -7652,14 +7856,14 @@ declare const VTreeviewGroup: {
|
|
|
7652
7856
|
[key: string]: any;
|
|
7653
7857
|
}>[];
|
|
7654
7858
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
7655
|
-
|
|
7656
|
-
value: null;
|
|
7859
|
+
class: vue.PropType<any>;
|
|
7657
7860
|
style: {
|
|
7658
7861
|
type: vue.PropType<vue.StyleValue>;
|
|
7659
7862
|
default: null;
|
|
7660
7863
|
};
|
|
7661
7864
|
title: StringConstructor;
|
|
7662
|
-
|
|
7865
|
+
value: null;
|
|
7866
|
+
color: StringConstructor;
|
|
7663
7867
|
tag: {
|
|
7664
7868
|
type: StringConstructor;
|
|
7665
7869
|
default: string;
|
|
@@ -7671,27 +7875,27 @@ declare const VTreeviewGroup: {
|
|
|
7671
7875
|
collapseIcon: Omit<{
|
|
7672
7876
|
type: vue.PropType<IconValue>;
|
|
7673
7877
|
default: string;
|
|
7674
|
-
}, "
|
|
7878
|
+
}, "default" | "type"> & {
|
|
7675
7879
|
type: vue.PropType<NonNullable<IconValue>>;
|
|
7676
7880
|
default: NonNullable<IconValue>;
|
|
7677
7881
|
};
|
|
7678
7882
|
expandIcon: Omit<{
|
|
7679
7883
|
type: vue.PropType<IconValue>;
|
|
7680
7884
|
default: string;
|
|
7681
|
-
}, "
|
|
7885
|
+
}, "default" | "type"> & {
|
|
7682
7886
|
type: vue.PropType<NonNullable<IconValue>>;
|
|
7683
7887
|
default: NonNullable<IconValue>;
|
|
7684
7888
|
};
|
|
7685
7889
|
fluid: BooleanConstructor;
|
|
7686
7890
|
}, vue.ExtractPropTypes<{
|
|
7687
|
-
|
|
7688
|
-
value: null;
|
|
7891
|
+
class: vue.PropType<any>;
|
|
7689
7892
|
style: {
|
|
7690
7893
|
type: vue.PropType<vue.StyleValue>;
|
|
7691
7894
|
default: null;
|
|
7692
7895
|
};
|
|
7693
7896
|
title: StringConstructor;
|
|
7694
|
-
|
|
7897
|
+
value: null;
|
|
7898
|
+
color: StringConstructor;
|
|
7695
7899
|
tag: {
|
|
7696
7900
|
type: StringConstructor;
|
|
7697
7901
|
default: string;
|
|
@@ -7703,14 +7907,14 @@ declare const VTreeviewGroup: {
|
|
|
7703
7907
|
collapseIcon: Omit<{
|
|
7704
7908
|
type: vue.PropType<IconValue>;
|
|
7705
7909
|
default: string;
|
|
7706
|
-
}, "
|
|
7910
|
+
}, "default" | "type"> & {
|
|
7707
7911
|
type: vue.PropType<NonNullable<IconValue>>;
|
|
7708
7912
|
default: NonNullable<IconValue>;
|
|
7709
7913
|
};
|
|
7710
7914
|
expandIcon: Omit<{
|
|
7711
7915
|
type: vue.PropType<IconValue>;
|
|
7712
7916
|
default: string;
|
|
7713
|
-
}, "
|
|
7917
|
+
}, "default" | "type"> & {
|
|
7714
7918
|
type: vue.PropType<NonNullable<IconValue>>;
|
|
7715
7919
|
default: NonNullable<IconValue>;
|
|
7716
7920
|
};
|