vuetify 3.1.16 → 3.2.1
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/_component-variables-labs.sass +1 -0
- package/dist/json/attributes.json +331 -179
- package/dist/json/importMap-labs.json +4 -4
- package/dist/json/importMap.json +16 -12
- package/dist/json/tags.json +45 -2
- package/dist/json/web-types.json +851 -329
- package/dist/vuetify-labs.css +663 -440
- package/dist/vuetify-labs.d.ts +5905 -7618
- package/dist/vuetify-labs.esm.js +1635 -649
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +1634 -647
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +265 -58
- package/dist/vuetify.d.ts +6509 -7498
- package/dist/vuetify.esm.js +1375 -423
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +1374 -421
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +800 -728
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.d.ts +35 -1
- package/lib/blueprints/md1.d.ts +35 -1
- package/lib/blueprints/md2.d.ts +35 -1
- package/lib/blueprints/md3.d.ts +35 -1
- package/lib/components/VAlert/VAlert.mjs +6 -4
- package/lib/components/VAlert/VAlert.mjs.map +1 -1
- package/lib/components/VAlert/index.d.ts +57 -55
- package/lib/components/VApp/VApp.mjs +4 -2
- package/lib/components/VApp/VApp.mjs.map +1 -1
- package/lib/components/VApp/index.d.ts +22 -13
- package/lib/components/VAppBar/VAppBar.mjs +65 -13
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/VAppBarNavIcon.mjs +7 -4
- package/lib/components/VAppBar/VAppBarNavIcon.mjs.map +1 -1
- package/lib/components/VAppBar/index.d.ts +113 -92
- package/lib/components/VAutocomplete/VAutocomplete.mjs +2 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.ts +276 -418
- package/lib/components/VAvatar/VAvatar.mjs +4 -2
- package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
- package/lib/components/VAvatar/index.d.ts +23 -14
- package/lib/components/VBadge/VBadge.mjs +6 -5
- package/lib/components/VBadge/VBadge.mjs.map +1 -1
- package/lib/components/VBadge/index.d.ts +27 -22
- package/lib/components/VBanner/VBanner.mjs +6 -4
- package/lib/components/VBanner/VBanner.mjs.map +1 -1
- package/lib/components/VBanner/VBannerActions.mjs +5 -2
- package/lib/components/VBanner/VBannerActions.mjs.map +1 -1
- package/lib/components/VBanner/index.d.ts +92 -66
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs +4 -2
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs.map +1 -1
- package/lib/components/VBottomNavigation/index.d.ts +22 -13
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +4 -2
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs +6 -3
- package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +4 -2
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/index.d.ts +132 -91
- package/lib/components/VBtn/VBtn.mjs +9 -4
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/_mixins.scss +1 -1
- package/lib/components/VBtn/index.d.ts +39 -36
- package/lib/components/VBtnGroup/VBtnGroup.mjs +4 -1
- package/lib/components/VBtnGroup/VBtnGroup.mjs.map +1 -1
- package/lib/components/VBtnGroup/index.d.ts +22 -13
- package/lib/components/VBtnToggle/VBtnToggle.mjs +4 -2
- package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
- package/lib/components/VBtnToggle/index.d.ts +30 -21
- package/lib/components/VCard/VCard.mjs +5 -3
- package/lib/components/VCard/VCard.mjs.map +1 -1
- package/lib/components/VCard/VCardActions.mjs +7 -4
- package/lib/components/VCard/VCardActions.mjs.map +1 -1
- package/lib/components/VCard/VCardItem.mjs +5 -2
- package/lib/components/VCard/VCardItem.mjs.map +1 -1
- package/lib/components/VCard/index.d.ts +250 -141
- package/lib/components/VCarousel/VCarousel.mjs +3 -3
- package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
- package/lib/components/VCarousel/VCarouselItem.mjs +6 -3
- package/lib/components/VCarousel/VCarouselItem.mjs.map +1 -1
- package/lib/components/VCarousel/index.d.ts +78 -141
- package/lib/components/VCheckbox/VCheckbox.mjs +3 -2
- package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs +2 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
- package/lib/components/VCheckbox/index.d.ts +75 -109
- package/lib/components/VChip/VChip.mjs +7 -8
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/index.d.ts +27 -30
- package/lib/components/VChipGroup/VChipGroup.mjs +4 -1
- package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
- package/lib/components/VChipGroup/index.d.ts +22 -13
- package/lib/components/VCode/index.d.ts +30 -17
- package/lib/components/VColorPicker/VColorPicker.mjs +3 -3
- package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerCanvas.mjs +5 -2
- package/lib/components/VColorPicker/VColorPickerCanvas.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerEdit.mjs +6 -3
- package/lib/components/VColorPicker/VColorPickerEdit.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerPreview.mjs +6 -3
- package/lib/components/VColorPicker/VColorPickerPreview.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerSwatches.mjs +7 -5
- package/lib/components/VColorPicker/VColorPickerSwatches.mjs.map +1 -1
- package/lib/components/VColorPicker/index.d.ts +34 -1
- package/lib/components/VCombobox/VCombobox.mjs +2 -1
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.ts +276 -418
- package/lib/components/VCounter/VCounter.mjs +4 -1
- package/lib/components/VCounter/VCounter.mjs.map +1 -1
- package/lib/components/VCounter/index.d.ts +22 -145
- package/lib/components/VDefaultsProvider/index.d.ts +0 -12
- package/lib/components/VDialog/VDialog.mjs +2 -1
- package/lib/components/VDialog/VDialog.mjs.map +1 -1
- package/lib/components/VDialog/index.d.ts +104 -282
- package/lib/components/VDivider/VDivider.mjs +4 -2
- package/lib/components/VDivider/VDivider.mjs.map +1 -1
- package/lib/components/VDivider/index.d.ts +22 -13
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs +4 -2
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelText.mjs +4 -1
- package/lib/components/VExpansionPanel/VExpansionPanelText.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +4 -2
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs +4 -1
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs.map +1 -1
- package/lib/components/VExpansionPanel/index.d.ts +109 -81
- package/lib/components/VField/VField.css +59 -11
- package/lib/components/VField/VField.mjs +18 -8
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VField.sass +57 -5
- package/lib/components/VField/VFieldLabel.mjs +6 -3
- package/lib/components/VField/VFieldLabel.mjs.map +1 -1
- package/lib/components/VField/_variables.scss +4 -0
- package/lib/components/VField/index.d.ts +169 -84
- package/lib/components/VFileInput/VFileInput.mjs +2 -1
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/index.d.ts +147 -174
- package/lib/components/VFooter/VFooter.mjs +4 -2
- package/lib/components/VFooter/VFooter.mjs.map +1 -1
- package/lib/components/VFooter/index.d.ts +22 -13
- package/lib/components/VForm/VForm.mjs +5 -2
- package/lib/components/VForm/VForm.mjs.map +1 -1
- package/lib/components/VForm/index.d.ts +30 -17
- package/lib/components/VGrid/VCol.mjs +4 -1
- package/lib/components/VGrid/VCol.mjs.map +1 -1
- package/lib/components/VGrid/VContainer.mjs +4 -1
- package/lib/components/VGrid/VContainer.mjs.map +1 -1
- package/lib/components/VGrid/VRow.mjs +4 -1
- package/lib/components/VGrid/VRow.mjs.map +1 -1
- package/lib/components/VGrid/index.d.ts +104 -60
- package/lib/components/VHover/index.d.ts +20 -44
- package/lib/components/VIcon/VIcon.mjs +4 -2
- package/lib/components/VIcon/VIcon.mjs.map +1 -1
- package/lib/components/VIcon/index.d.ts +23 -26
- package/lib/components/VImg/VImg.mjs +5 -3
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VImg/index.d.ts +26 -29
- package/lib/components/VInput/VInput.mjs +4 -1
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/index.d.ts +37 -40
- package/lib/components/VItemGroup/VItemGroup.mjs +4 -1
- package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
- package/lib/components/VItemGroup/index.d.ts +30 -33
- package/lib/components/VKbd/index.d.ts +30 -17
- package/lib/components/VLabel/VLabel.mjs +4 -1
- package/lib/components/VLabel/VLabel.mjs.map +1 -1
- package/lib/components/VLabel/index.d.ts +22 -13
- package/lib/components/VLayout/VLayout.mjs +8 -4
- package/lib/components/VLayout/VLayout.mjs.map +1 -1
- package/lib/components/VLayout/VLayoutItem.mjs +4 -2
- package/lib/components/VLayout/VLayoutItem.mjs.map +1 -1
- package/lib/components/VLayout/index.d.ts +44 -26
- package/lib/components/VLazy/VLazy.mjs +4 -2
- package/lib/components/VLazy/VLazy.mjs.map +1 -1
- package/lib/components/VLazy/index.d.ts +22 -13
- package/lib/components/VList/VList.mjs +4 -2
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VListChildren.mjs.map +1 -1
- package/lib/components/VList/VListGroup.mjs +5 -2
- package/lib/components/VList/VListGroup.mjs.map +1 -1
- package/lib/components/VList/VListItem.mjs +4 -2
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItemAction.mjs +4 -1
- package/lib/components/VList/VListItemAction.mjs.map +1 -1
- package/lib/components/VList/VListItemMedia.mjs +4 -1
- package/lib/components/VList/VListItemMedia.mjs.map +1 -1
- package/lib/components/VList/VListSubheader.mjs +5 -3
- package/lib/components/VList/VListSubheader.mjs.map +1 -1
- package/lib/components/VList/index.d.ts +932 -826
- package/lib/components/VLocaleProvider/VLocaleProvider.mjs +5 -2
- package/lib/components/VLocaleProvider/VLocaleProvider.mjs.map +1 -1
- package/lib/components/VLocaleProvider/index.d.ts +30 -17
- package/lib/components/VMain/VMain.mjs +4 -2
- package/lib/components/VMain/VMain.mjs.map +1 -1
- package/lib/components/VMain/index.d.ts +30 -17
- package/lib/components/VMenu/VMenu.mjs +2 -1
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.ts +104 -282
- package/lib/components/VMessages/VMessages.mjs +4 -2
- package/lib/components/VMessages/VMessages.mjs.map +1 -1
- package/lib/components/VMessages/index.d.ts +22 -145
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +4 -2
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/index.d.ts +26 -29
- package/lib/components/VNoSsr/VNoSsr.mjs.map +1 -1
- package/lib/components/VNoSsr/index.d.ts +3 -13
- package/lib/components/VOverlay/VOverlay.mjs +5 -3
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/index.d.ts +38 -45
- package/lib/components/VPagination/VPagination.mjs +4 -1
- package/lib/components/VPagination/VPagination.mjs.map +1 -1
- package/lib/components/VPagination/index.d.ts +23 -30
- package/lib/components/VParallax/VParallax.mjs +5 -2
- package/lib/components/VParallax/VParallax.mjs.map +1 -1
- package/lib/components/VParallax/index.d.ts +34 -33
- package/lib/components/VProgressCircular/VProgressCircular.mjs +4 -2
- package/lib/components/VProgressCircular/VProgressCircular.mjs.map +1 -1
- package/lib/components/VProgressCircular/index.d.ts +22 -13
- package/lib/components/VProgressLinear/VProgressLinear.mjs +6 -4
- package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
- package/lib/components/VProgressLinear/index.d.ts +42 -45
- package/lib/components/VRadio/VRadio.mjs +2 -1
- package/lib/components/VRadio/VRadio.mjs.map +1 -1
- package/lib/components/VRadio/index.d.ts +27 -38
- package/lib/components/VRadioGroup/VRadioGroup.mjs +2 -1
- package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
- package/lib/components/VRadioGroup/index.d.ts +45 -68
- package/lib/components/VRangeSlider/VRangeSlider.mjs +33 -21
- package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
- package/lib/components/VRangeSlider/index.d.ts +50 -49
- package/lib/components/VRating/VRating.css +0 -4
- package/lib/components/VRating/VRating.mjs +10 -36
- package/lib/components/VRating/VRating.mjs.map +1 -1
- package/lib/components/VRating/VRating.sass +0 -5
- package/lib/components/VRating/index.d.ts +24 -18
- package/lib/components/VResponsive/VResponsive.mjs +4 -2
- package/lib/components/VResponsive/VResponsive.mjs.map +1 -1
- package/lib/components/VResponsive/index.d.ts +43 -31
- package/lib/components/VSelect/VSelect.mjs +2 -1
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.ts +245 -567
- package/lib/components/VSelectionControl/VSelectionControl.mjs +6 -2
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSelectionControl/index.d.ts +76 -46
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +4 -1
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -1
- package/lib/components/VSelectionControlGroup/index.d.ts +23 -14
- package/lib/components/VSheet/VSheet.mjs +4 -2
- package/lib/components/VSheet/VSheet.mjs.map +1 -1
- package/lib/components/VSheet/index.d.ts +22 -13
- package/lib/components/VSlideGroup/VSlideGroup.mjs +4 -1
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlideGroup/index.d.ts +59 -90
- package/lib/components/VSlider/VSlider.mjs +33 -14
- package/lib/components/VSlider/VSlider.mjs.map +1 -1
- package/lib/components/VSlider/VSliderThumb.mjs +6 -4
- package/lib/components/VSlider/VSliderThumb.mjs.map +1 -1
- package/lib/components/VSlider/VSliderTrack.mjs +6 -4
- package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
- package/lib/components/VSlider/index.d.ts +50 -49
- package/lib/components/VSlider/slider.mjs +43 -23
- package/lib/components/VSlider/slider.mjs.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.mjs +2 -1
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/index.d.ts +92 -142
- package/lib/components/VSwitch/VSwitch.mjs +2 -1
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VSwitch/index.d.ts +45 -72
- package/lib/components/VSystemBar/VSystemBar.mjs +4 -2
- package/lib/components/VSystemBar/VSystemBar.mjs.map +1 -1
- package/lib/components/VSystemBar/index.d.ts +22 -13
- package/lib/components/VTable/VTable.mjs +4 -1
- package/lib/components/VTable/VTable.mjs.map +1 -1
- package/lib/components/VTable/index.d.ts +26 -29
- package/lib/components/VTabs/VTab.mjs +3 -4
- package/lib/components/VTabs/VTab.mjs.map +1 -1
- package/lib/components/VTabs/VTabs.mjs +2 -2
- package/lib/components/VTabs/VTabs.mjs.map +1 -1
- package/lib/components/VTabs/index.d.ts +51 -33
- package/lib/components/VTextField/VTextField.mjs +2 -1
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/index.d.ts +337 -317
- package/lib/components/VTextarea/VTextarea.mjs +2 -1
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/index.d.ts +127 -146
- package/lib/components/VThemeProvider/VThemeProvider.mjs +6 -3
- package/lib/components/VThemeProvider/VThemeProvider.mjs.map +1 -1
- package/lib/components/VThemeProvider/index.d.ts +22 -13
- package/lib/components/VTimeline/VTimeline.mjs +5 -3
- package/lib/components/VTimeline/VTimeline.mjs.map +1 -1
- package/lib/components/VTimeline/VTimelineDivider.mjs +4 -1
- package/lib/components/VTimeline/VTimelineDivider.mjs.map +1 -1
- package/lib/components/VTimeline/VTimelineItem.mjs +8 -6
- package/lib/components/VTimeline/VTimelineItem.mjs.map +1 -1
- package/lib/components/VTimeline/index.d.ts +67 -57
- package/lib/components/VToolbar/VToolbar.css +3 -1
- package/lib/components/VToolbar/VToolbar.mjs +4 -2
- package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
- package/lib/components/VToolbar/VToolbar.sass +3 -1
- package/lib/components/VToolbar/VToolbarItems.mjs +9 -4
- package/lib/components/VToolbar/VToolbarItems.mjs.map +1 -1
- package/lib/components/VToolbar/VToolbarTitle.mjs +5 -2
- package/lib/components/VToolbar/VToolbarTitle.mjs.map +1 -1
- package/lib/components/VToolbar/index.d.ts +74 -71
- package/lib/components/VTooltip/VTooltip.mjs +4 -3
- package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
- package/lib/components/VTooltip/index.d.ts +119 -150
- package/lib/components/VValidation/index.d.ts +6 -18
- package/lib/{labs → components}/VVirtualScroll/VVirtualScroll.mjs +21 -23
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -0
- package/lib/{labs → components}/VVirtualScroll/VVirtualScrollItem.mjs +5 -2
- package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs.map +1 -0
- package/lib/{labs → components}/VVirtualScroll/index.d.ts +70 -30
- package/lib/components/VVirtualScroll/index.mjs.map +1 -0
- package/lib/components/VWindow/VWindow.mjs +4 -1
- package/lib/components/VWindow/VWindow.mjs.map +1 -1
- package/lib/components/VWindow/VWindowItem.mjs +4 -1
- package/lib/components/VWindow/VWindowItem.mjs.map +1 -1
- package/lib/components/VWindow/index.d.ts +61 -79
- package/lib/components/index.d.ts +5832 -6863
- package/lib/components/index.mjs +2 -1
- package/lib/components/index.mjs.map +1 -1
- package/lib/components/transitions/index.d.ts +0 -192
- package/lib/composables/component.mjs +11 -0
- package/lib/composables/component.mjs.map +1 -0
- package/lib/composables/defaults.mjs +63 -5
- package/lib/composables/defaults.mjs.map +1 -1
- package/lib/composables/focus.mjs.map +1 -1
- package/lib/composables/icons.mjs +15 -4
- package/lib/composables/icons.mjs.map +1 -1
- package/lib/composables/index.mjs +1 -0
- package/lib/composables/index.mjs.map +1 -1
- package/lib/composables/intersectionObserver.mjs +2 -2
- package/lib/composables/intersectionObserver.mjs.map +1 -1
- package/lib/composables/loader.mjs.map +1 -1
- package/lib/composables/scroll.mjs +3 -0
- package/lib/composables/scroll.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +8 -3
- package/lib/framework.mjs.map +1 -1
- package/lib/iconsets/fa-svg.d.ts +1 -1
- package/lib/iconsets/fa.d.ts +1 -1
- package/lib/iconsets/fa4.d.ts +1 -1
- package/lib/iconsets/md.d.ts +1 -1
- package/lib/iconsets/mdi-svg.d.ts +1 -1
- package/lib/iconsets/mdi.d.ts +1 -1
- package/lib/index.d.ts +45 -5
- package/lib/labs/VDataTable/index.d.ts +61 -933
- package/lib/labs/VInfiniteScroll/VInfiniteScroll.css +26 -0
- package/lib/labs/VInfiniteScroll/VInfiniteScroll.mjs +215 -0
- package/lib/labs/VInfiniteScroll/VInfiniteScroll.mjs.map +1 -0
- package/lib/labs/VInfiniteScroll/VInfiniteScroll.sass +25 -0
- package/lib/labs/VInfiniteScroll/_variables.scss +3 -0
- package/lib/labs/VInfiniteScroll/index.d.ts +321 -0
- package/lib/labs/VInfiniteScroll/index.mjs +2 -0
- package/lib/labs/VInfiniteScroll/index.mjs.map +1 -0
- package/lib/labs/VSkeletonLoader/index.d.ts +0 -12
- package/lib/labs/components.d.ts +377 -1097
- package/lib/labs/components.mjs +1 -1
- package/lib/labs/components.mjs.map +1 -1
- package/lib/labs/date/DateAdapter.mjs +2 -0
- package/lib/labs/date/DateAdapter.mjs.map +1 -0
- package/lib/labs/date/adapters/vuetify.d.ts +52 -0
- package/lib/labs/date/adapters/vuetify.mjs +399 -0
- package/lib/labs/date/adapters/vuetify.mjs.map +1 -0
- package/lib/labs/date/date.mjs +39 -0
- package/lib/labs/date/date.mjs.map +1 -0
- package/lib/labs/date/index.d.ts +40 -0
- package/lib/labs/date/index.mjs +2 -0
- package/lib/labs/date/index.mjs.map +1 -0
- package/lib/labs/index.mjs +3 -2
- package/lib/labs/index.mjs.map +1 -1
- package/lib/locale/af.mjs +5 -1
- package/lib/locale/af.mjs.map +1 -1
- package/lib/locale/ar.mjs +5 -1
- package/lib/locale/ar.mjs.map +1 -1
- package/lib/locale/az.mjs +5 -1
- package/lib/locale/az.mjs.map +1 -1
- package/lib/locale/bg.mjs +5 -1
- package/lib/locale/bg.mjs.map +1 -1
- package/lib/locale/ca.mjs +5 -1
- package/lib/locale/ca.mjs.map +1 -1
- package/lib/locale/ckb.mjs +5 -1
- package/lib/locale/ckb.mjs.map +1 -1
- package/lib/locale/cs.mjs +5 -1
- package/lib/locale/cs.mjs.map +1 -1
- package/lib/locale/da.mjs +5 -1
- package/lib/locale/da.mjs.map +1 -1
- package/lib/locale/de.mjs +5 -1
- package/lib/locale/de.mjs.map +1 -1
- package/lib/locale/el.mjs +5 -1
- package/lib/locale/el.mjs.map +1 -1
- package/lib/locale/en.mjs +5 -1
- package/lib/locale/en.mjs.map +1 -1
- package/lib/locale/es.mjs +5 -1
- package/lib/locale/es.mjs.map +1 -1
- package/lib/locale/et.mjs +5 -1
- package/lib/locale/et.mjs.map +1 -1
- package/lib/locale/fa.mjs +5 -1
- package/lib/locale/fa.mjs.map +1 -1
- package/lib/locale/fi.mjs +5 -1
- package/lib/locale/fi.mjs.map +1 -1
- package/lib/locale/fr.mjs +5 -1
- package/lib/locale/fr.mjs.map +1 -1
- package/lib/locale/he.mjs +5 -1
- package/lib/locale/he.mjs.map +1 -1
- package/lib/locale/hr.mjs +5 -1
- package/lib/locale/hr.mjs.map +1 -1
- package/lib/locale/hu.mjs +5 -1
- package/lib/locale/hu.mjs.map +1 -1
- package/lib/locale/id.mjs +5 -1
- package/lib/locale/id.mjs.map +1 -1
- package/lib/locale/index.d.ts +168 -0
- package/lib/locale/it.mjs +5 -1
- package/lib/locale/it.mjs.map +1 -1
- package/lib/locale/ja.mjs +5 -1
- package/lib/locale/ja.mjs.map +1 -1
- package/lib/locale/ko.mjs +5 -1
- package/lib/locale/ko.mjs.map +1 -1
- package/lib/locale/lt.mjs +5 -1
- package/lib/locale/lt.mjs.map +1 -1
- package/lib/locale/lv.mjs +5 -1
- package/lib/locale/lv.mjs.map +1 -1
- package/lib/locale/nl.mjs +5 -1
- package/lib/locale/nl.mjs.map +1 -1
- package/lib/locale/no.mjs +5 -1
- package/lib/locale/no.mjs.map +1 -1
- package/lib/locale/pl.mjs +5 -1
- package/lib/locale/pl.mjs.map +1 -1
- package/lib/locale/pt.mjs +5 -1
- package/lib/locale/pt.mjs.map +1 -1
- package/lib/locale/ro.mjs +5 -1
- package/lib/locale/ro.mjs.map +1 -1
- package/lib/locale/ru.mjs +5 -1
- package/lib/locale/ru.mjs.map +1 -1
- package/lib/locale/sk.mjs +5 -1
- package/lib/locale/sk.mjs.map +1 -1
- package/lib/locale/sl.mjs +5 -1
- package/lib/locale/sl.mjs.map +1 -1
- package/lib/locale/sr-Cyrl.mjs +5 -1
- package/lib/locale/sr-Cyrl.mjs.map +1 -1
- package/lib/locale/sr-Latn.mjs +5 -1
- package/lib/locale/sr-Latn.mjs.map +1 -1
- package/lib/locale/sv.mjs +5 -1
- package/lib/locale/sv.mjs.map +1 -1
- package/lib/locale/th.mjs +5 -1
- package/lib/locale/th.mjs.map +1 -1
- package/lib/locale/tr.mjs +5 -1
- package/lib/locale/tr.mjs.map +1 -1
- package/lib/locale/uk.mjs +5 -1
- package/lib/locale/uk.mjs.map +1 -1
- package/lib/locale/vi.mjs +5 -1
- package/lib/locale/vi.mjs.map +1 -1
- package/lib/locale/zh-Hans.mjs +5 -1
- package/lib/locale/zh-Hans.mjs.map +1 -1
- package/lib/locale/zh-Hant.mjs +5 -1
- package/lib/locale/zh-Hant.mjs.map +1 -1
- package/lib/styles/main.css +152 -0
- package/lib/styles/settings/_utilities.scss +11 -1
- package/lib/util/createSimpleFunctional.mjs +9 -4
- package/lib/util/createSimpleFunctional.mjs.map +1 -1
- package/lib/util/defineComponent.mjs +11 -43
- package/lib/util/defineComponent.mjs.map +1 -1
- package/lib/util/helpers.mjs +6 -2
- package/lib/util/helpers.mjs.map +1 -1
- package/lib/util/index.mjs +1 -0
- package/lib/util/index.mjs.map +1 -1
- package/package.json +3 -2
- package/lib/labs/VVirtualScroll/VVirtualScroll.mjs.map +0 -1
- package/lib/labs/VVirtualScroll/VVirtualScrollItem.mjs.map +0 -1
- package/lib/labs/VVirtualScroll/index.mjs.map +0 -1
- /package/lib/{labs → components}/VVirtualScroll/VVirtualScroll.css +0 -0
- /package/lib/{labs → components}/VVirtualScroll/VVirtualScroll.sass +0 -0
- /package/lib/{labs → components}/VVirtualScroll/index.mjs +0 -0
|
@@ -1,11 +1,27 @@
|
|
|
1
1
|
import * as vue from 'vue';
|
|
2
|
-
import { ComponentPropsOptions, ExtractPropTypes, PropType, JSXComponent, ComputedRef,
|
|
2
|
+
import { Ref, EffectScope, ComponentPropsOptions, ExtractPropTypes, VNodeChild, PropType, JSXComponent, ComputedRef, nextTick } from 'vue';
|
|
3
3
|
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
4
|
+
interface ScrollStrategyData {
|
|
5
|
+
root: Ref<HTMLElement | undefined>;
|
|
6
|
+
contentEl: Ref<HTMLElement | undefined>;
|
|
7
|
+
activatorEl: Ref<HTMLElement | undefined>;
|
|
8
|
+
isActive: Ref<boolean>;
|
|
9
|
+
updateLocation: Ref<((e: Event) => void) | undefined>;
|
|
10
|
+
}
|
|
11
|
+
type ScrollStrategyFn = (data: ScrollStrategyData, props: StrategyProps$1, scope: EffectScope) => void;
|
|
12
|
+
declare const scrollStrategies: {
|
|
13
|
+
none: null;
|
|
14
|
+
close: typeof closeScrollStrategy;
|
|
15
|
+
block: typeof blockScrollStrategy;
|
|
16
|
+
reposition: typeof repositionScrollStrategy;
|
|
17
|
+
};
|
|
18
|
+
interface StrategyProps$1 {
|
|
19
|
+
scrollStrategy: keyof typeof scrollStrategies | ScrollStrategyFn;
|
|
20
|
+
contained: boolean | undefined;
|
|
21
|
+
}
|
|
22
|
+
declare function closeScrollStrategy(data: ScrollStrategyData): void;
|
|
23
|
+
declare function blockScrollStrategy(data: ScrollStrategyData, props: StrategyProps$1): void;
|
|
24
|
+
declare function repositionScrollStrategy(data: ScrollStrategyData, props: StrategyProps$1, scope: EffectScope): void;
|
|
9
25
|
|
|
10
26
|
declare class Box {
|
|
11
27
|
x: number;
|
|
@@ -24,6 +40,32 @@ declare class Box {
|
|
|
24
40
|
get right(): number;
|
|
25
41
|
}
|
|
26
42
|
|
|
43
|
+
declare const block: readonly ["top", "bottom"];
|
|
44
|
+
declare const inline: readonly ["start", "end", "left", "right"];
|
|
45
|
+
type Tblock = typeof block[number];
|
|
46
|
+
type Tinline = typeof inline[number];
|
|
47
|
+
type Anchor = Tblock | Tinline | 'center' | 'center center' | `${Tblock} ${Tinline | 'center'}` | `${Tinline} ${Tblock | 'center'}`;
|
|
48
|
+
|
|
49
|
+
type SlotsToProps<U extends Record<string, any[]> | Record<string, Slot>, T = U extends Record<string, any[]> ? MakeSlots<U> : U> = {
|
|
50
|
+
$children?: (VNodeChild | (T extends {
|
|
51
|
+
default: infer V;
|
|
52
|
+
} ? V : {}) | {
|
|
53
|
+
[K in keyof T]?: T[K];
|
|
54
|
+
});
|
|
55
|
+
'v-slots'?: {
|
|
56
|
+
[K in keyof T]?: T[K] | false;
|
|
57
|
+
};
|
|
58
|
+
} & {
|
|
59
|
+
[K in keyof T as `v-slot:${K & string}`]?: T[K] | false;
|
|
60
|
+
};
|
|
61
|
+
type Slot<T extends any[] = any[]> = (...args: T) => VNodeChild;
|
|
62
|
+
type MakeSlots<T extends Record<string, any[]> | Record<string, Slot>> = {
|
|
63
|
+
[K in keyof T]: T[K] extends any[] ? Slot<T[K]> : T[K];
|
|
64
|
+
};
|
|
65
|
+
type GenericProps<Props, Slots extends Record<string, any[]>> = {
|
|
66
|
+
$props: Props & SlotsToProps<Slots>;
|
|
67
|
+
$slots: MakeSlots<Slots>;
|
|
68
|
+
};
|
|
27
69
|
interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions>, Props = ExtractPropTypes<PropsOptions>> {
|
|
28
70
|
filterProps<T extends Partial<Props>, U extends Exclude<keyof Props, Exclude<keyof Props, keyof T>>>(props: T): [yes: Partial<Pick<T, U>>, no: Omit<T, U>];
|
|
29
71
|
}
|
|
@@ -33,63 +75,6 @@ type SelectItemKey = boolean | string | (string | number)[] | ((item: Record<str
|
|
|
33
75
|
type EventProp<T extends any[] = any[], F = (...args: T) => any> = F | F[];
|
|
34
76
|
declare const EventProp: <T extends any[] = any[]>() => PropType<EventProp<T, (...args: T) => any>>;
|
|
35
77
|
|
|
36
|
-
interface LoaderSlotProps {
|
|
37
|
-
color: string | undefined;
|
|
38
|
-
isActive: boolean;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
type IconValue = string | JSXComponent;
|
|
42
|
-
declare const IconValue: PropType<IconValue>;
|
|
43
|
-
|
|
44
|
-
type Density = null | 'default' | 'comfortable' | 'compact';
|
|
45
|
-
|
|
46
|
-
type ValidationResult = string | boolean;
|
|
47
|
-
type ValidationRule = ValidationResult | PromiseLike<ValidationResult> | ((value: any) => ValidationResult) | ((value: any) => PromiseLike<ValidationResult>);
|
|
48
|
-
|
|
49
|
-
interface VInputSlot {
|
|
50
|
-
id: ComputedRef<string>;
|
|
51
|
-
messagesId: ComputedRef<string>;
|
|
52
|
-
isDirty: ComputedRef<boolean>;
|
|
53
|
-
isDisabled: ComputedRef<boolean>;
|
|
54
|
-
isReadonly: ComputedRef<boolean>;
|
|
55
|
-
isPristine: Ref<boolean>;
|
|
56
|
-
isValid: ComputedRef<boolean | null>;
|
|
57
|
-
isValidating: Ref<boolean>;
|
|
58
|
-
reset: () => void;
|
|
59
|
-
resetValidation: () => void;
|
|
60
|
-
validate: () => void;
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
interface DefaultInputSlot {
|
|
64
|
-
isActive: Ref<boolean>;
|
|
65
|
-
isFocused: Ref<boolean>;
|
|
66
|
-
controlRef: Ref<HTMLElement | undefined>;
|
|
67
|
-
focus: () => void;
|
|
68
|
-
blur: () => void;
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
interface ScrollStrategyData {
|
|
72
|
-
root: Ref<HTMLElement | undefined>;
|
|
73
|
-
contentEl: Ref<HTMLElement | undefined>;
|
|
74
|
-
activatorEl: Ref<HTMLElement | undefined>;
|
|
75
|
-
isActive: Ref<boolean>;
|
|
76
|
-
updateLocation: Ref<((e: Event) => void) | undefined>;
|
|
77
|
-
}
|
|
78
|
-
type ScrollStrategyFn = (data: ScrollStrategyData, props: StrategyProps$1, scope: EffectScope) => void;
|
|
79
|
-
declare const scrollStrategies: {
|
|
80
|
-
none: null;
|
|
81
|
-
close: typeof closeScrollStrategy;
|
|
82
|
-
block: typeof blockScrollStrategy;
|
|
83
|
-
reposition: typeof repositionScrollStrategy;
|
|
84
|
-
};
|
|
85
|
-
interface StrategyProps$1 {
|
|
86
|
-
scrollStrategy: keyof typeof scrollStrategies | ScrollStrategyFn;
|
|
87
|
-
contained: boolean | undefined;
|
|
88
|
-
}
|
|
89
|
-
declare function closeScrollStrategy(data: ScrollStrategyData): void;
|
|
90
|
-
declare function blockScrollStrategy(data: ScrollStrategyData, props: StrategyProps$1): void;
|
|
91
|
-
declare function repositionScrollStrategy(data: ScrollStrategyData, props: StrategyProps$1, scope: EffectScope): void;
|
|
92
|
-
|
|
93
78
|
interface LocationStrategyData {
|
|
94
79
|
contentEl: Ref<HTMLElement | undefined>;
|
|
95
80
|
activatorEl: Ref<HTMLElement | undefined>;
|
|
@@ -148,6 +133,58 @@ type FilterKeyFunctions = Record<string, FilterFunction>;
|
|
|
148
133
|
type FilterKeys = string | string[];
|
|
149
134
|
type FilterMode = 'some' | 'every' | 'union' | 'intersection';
|
|
150
135
|
|
|
136
|
+
type ValidationResult = string | boolean;
|
|
137
|
+
type ValidationRule = ValidationResult | PromiseLike<ValidationResult> | ((value: any) => ValidationResult) | ((value: any) => PromiseLike<ValidationResult>);
|
|
138
|
+
|
|
139
|
+
type IconValue = string | (string | [path: string, opacity: number])[] | JSXComponent;
|
|
140
|
+
declare const IconValue: PropType<IconValue>;
|
|
141
|
+
|
|
142
|
+
type Density = null | 'default' | 'comfortable' | 'compact';
|
|
143
|
+
|
|
144
|
+
interface LoaderSlotProps {
|
|
145
|
+
color: string | undefined;
|
|
146
|
+
isActive: boolean;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
interface VInputSlot {
|
|
150
|
+
id: ComputedRef<string>;
|
|
151
|
+
messagesId: ComputedRef<string>;
|
|
152
|
+
isDirty: ComputedRef<boolean>;
|
|
153
|
+
isDisabled: ComputedRef<boolean>;
|
|
154
|
+
isReadonly: ComputedRef<boolean>;
|
|
155
|
+
isPristine: Ref<boolean>;
|
|
156
|
+
isValid: ComputedRef<boolean | null>;
|
|
157
|
+
isValidating: Ref<boolean>;
|
|
158
|
+
reset: () => void;
|
|
159
|
+
resetValidation: () => void;
|
|
160
|
+
validate: () => void;
|
|
161
|
+
}
|
|
162
|
+
type VInputSlots = {
|
|
163
|
+
default: [VInputSlot];
|
|
164
|
+
prepend: [VInputSlot];
|
|
165
|
+
append: [VInputSlot];
|
|
166
|
+
details: [VInputSlot];
|
|
167
|
+
};
|
|
168
|
+
|
|
169
|
+
interface DefaultInputSlot {
|
|
170
|
+
isActive: Ref<boolean>;
|
|
171
|
+
isFocused: Ref<boolean>;
|
|
172
|
+
controlRef: Ref<HTMLElement | undefined>;
|
|
173
|
+
focus: () => void;
|
|
174
|
+
blur: () => void;
|
|
175
|
+
}
|
|
176
|
+
interface VFieldSlot extends DefaultInputSlot {
|
|
177
|
+
props: Record<string, unknown>;
|
|
178
|
+
}
|
|
179
|
+
type VFieldSlots = {
|
|
180
|
+
clear: [];
|
|
181
|
+
'prepend-inner': [DefaultInputSlot & VInputSlot];
|
|
182
|
+
'append-inner': [DefaultInputSlot & VInputSlot];
|
|
183
|
+
label: [DefaultInputSlot & VInputSlot];
|
|
184
|
+
loader: [LoaderSlotProps];
|
|
185
|
+
default: [VFieldSlot];
|
|
186
|
+
};
|
|
187
|
+
|
|
151
188
|
type Primitive = string | number | boolean | symbol;
|
|
152
189
|
type Val<T, ReturnObject extends boolean> = T extends Primitive ? T : (ReturnObject extends true ? T : any);
|
|
153
190
|
type Value<T, ReturnObject extends boolean, Multiple extends boolean> = Multiple extends true ? readonly Val<T, ReturnObject>[] : Val<T, ReturnObject>;
|
|
@@ -156,6 +193,7 @@ declare const VAutocomplete: {
|
|
|
156
193
|
$: vue.ComponentInternalInstance;
|
|
157
194
|
$data: {};
|
|
158
195
|
$props: Partial<{
|
|
196
|
+
flat: boolean;
|
|
159
197
|
reverse: boolean;
|
|
160
198
|
type: string;
|
|
161
199
|
error: boolean;
|
|
@@ -165,14 +203,16 @@ declare const VAutocomplete: {
|
|
|
165
203
|
component?: vue.Component | undefined;
|
|
166
204
|
})>;
|
|
167
205
|
menu: boolean;
|
|
206
|
+
style: vue.StyleValue;
|
|
168
207
|
autofocus: boolean;
|
|
169
208
|
eager: boolean;
|
|
170
209
|
disabled: boolean;
|
|
171
210
|
readonly: boolean;
|
|
172
211
|
noDataText: string;
|
|
173
212
|
messages: string | string[];
|
|
213
|
+
rounded: string | number | boolean;
|
|
174
214
|
density: Density;
|
|
175
|
-
variant: "filled" | "outlined" | "plain" | "underlined" | "solo";
|
|
215
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
|
176
216
|
clearIcon: IconValue;
|
|
177
217
|
focused: boolean;
|
|
178
218
|
errorMessages: string | string[];
|
|
@@ -213,6 +253,7 @@ declare const VAutocomplete: {
|
|
|
213
253
|
component?: vue.Component | undefined;
|
|
214
254
|
})>;
|
|
215
255
|
};
|
|
256
|
+
flat: BooleanConstructor;
|
|
216
257
|
reverse: BooleanConstructor;
|
|
217
258
|
type: {
|
|
218
259
|
type: StringConstructor;
|
|
@@ -230,10 +271,15 @@ declare const VAutocomplete: {
|
|
|
230
271
|
};
|
|
231
272
|
loading: (StringConstructor | BooleanConstructor)[];
|
|
232
273
|
label: StringConstructor;
|
|
274
|
+
style: {
|
|
275
|
+
type: vue.PropType<vue.StyleValue>;
|
|
276
|
+
default: null;
|
|
277
|
+
};
|
|
233
278
|
prefix: StringConstructor;
|
|
234
279
|
autofocus: BooleanConstructor;
|
|
235
280
|
disabled: BooleanConstructor;
|
|
236
281
|
readonly: BooleanConstructor;
|
|
282
|
+
class: vue.PropType<any>;
|
|
237
283
|
placeholder: StringConstructor;
|
|
238
284
|
theme: StringConstructor;
|
|
239
285
|
counter: vue.PropType<string | number | true>;
|
|
@@ -241,13 +287,17 @@ declare const VAutocomplete: {
|
|
|
241
287
|
type: vue.PropType<string | string[]>;
|
|
242
288
|
default: () => never[];
|
|
243
289
|
};
|
|
290
|
+
rounded: {
|
|
291
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
292
|
+
default: undefined;
|
|
293
|
+
};
|
|
244
294
|
density: {
|
|
245
295
|
type: vue.PropType<Density>;
|
|
246
296
|
default: string;
|
|
247
297
|
validator: (v: any) => boolean;
|
|
248
298
|
};
|
|
249
299
|
variant: {
|
|
250
|
-
type: vue.PropType<"filled" | "outlined" | "plain" | "underlined" | "solo">;
|
|
300
|
+
type: vue.PropType<"filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled">;
|
|
251
301
|
default: string;
|
|
252
302
|
validator: (v: any) => boolean;
|
|
253
303
|
};
|
|
@@ -269,7 +319,7 @@ declare const VAutocomplete: {
|
|
|
269
319
|
'onClick:appendInner': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
270
320
|
'onClick:prependInner': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
271
321
|
focused: BooleanConstructor;
|
|
272
|
-
'onUpdate:focused': vue.PropType<EventProp<[
|
|
322
|
+
'onUpdate:focused': vue.PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
|
273
323
|
validateOn: vue.PropType<"input" | "blur" | "submit" | undefined>;
|
|
274
324
|
errorMessages: {
|
|
275
325
|
type: vue.PropType<string | string[]>;
|
|
@@ -287,6 +337,7 @@ declare const VAutocomplete: {
|
|
|
287
337
|
persistentHint: BooleanConstructor;
|
|
288
338
|
hideDetails: vue.PropType<boolean | "auto">;
|
|
289
339
|
clearable: BooleanConstructor;
|
|
340
|
+
baseColor: StringConstructor;
|
|
290
341
|
persistentClear: BooleanConstructor;
|
|
291
342
|
singleLine: BooleanConstructor;
|
|
292
343
|
persistentPlaceholder: BooleanConstructor;
|
|
@@ -345,9 +396,6 @@ declare const VAutocomplete: {
|
|
|
345
396
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
346
397
|
default?: (() => vue.VNodeChild) | undefined;
|
|
347
398
|
};
|
|
348
|
-
$slots?: {
|
|
349
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
350
|
-
} | undefined;
|
|
351
399
|
'v-slots'?: {
|
|
352
400
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
353
401
|
} | undefined;
|
|
@@ -373,9 +421,6 @@ declare const VAutocomplete: {
|
|
|
373
421
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
374
422
|
default?: (() => vue.VNodeChild) | undefined;
|
|
375
423
|
};
|
|
376
|
-
$slots?: {
|
|
377
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
378
|
-
} | undefined;
|
|
379
424
|
'v-slots'?: {
|
|
380
425
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
381
426
|
} | undefined;
|
|
@@ -407,9 +452,6 @@ declare const VAutocomplete: {
|
|
|
407
452
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
408
453
|
default?: (() => vue.VNodeChild) | undefined;
|
|
409
454
|
};
|
|
410
|
-
$slots?: {
|
|
411
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
412
|
-
} | undefined;
|
|
413
455
|
'v-slots'?: {
|
|
414
456
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
415
457
|
} | undefined;
|
|
@@ -425,9 +467,6 @@ declare const VAutocomplete: {
|
|
|
425
467
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
426
468
|
default?: (() => vue.VNodeChild) | undefined;
|
|
427
469
|
};
|
|
428
|
-
$slots?: {
|
|
429
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
430
|
-
} | undefined;
|
|
431
470
|
'v-slots'?: {
|
|
432
471
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
433
472
|
} | undefined;
|
|
@@ -440,6 +479,7 @@ declare const VAutocomplete: {
|
|
|
440
479
|
}>>;
|
|
441
480
|
};
|
|
442
481
|
zIndex: string | number;
|
|
482
|
+
style: vue.StyleValue;
|
|
443
483
|
eager: boolean;
|
|
444
484
|
disabled: boolean;
|
|
445
485
|
modelValue: boolean;
|
|
@@ -475,9 +515,6 @@ declare const VAutocomplete: {
|
|
|
475
515
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
476
516
|
default?: (() => vue.VNodeChild) | undefined;
|
|
477
517
|
};
|
|
478
|
-
$slots?: {
|
|
479
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
480
|
-
} | undefined;
|
|
481
518
|
'v-slots'?: {
|
|
482
519
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
483
520
|
} | undefined;
|
|
@@ -503,9 +540,6 @@ declare const VAutocomplete: {
|
|
|
503
540
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
504
541
|
default?: (() => vue.VNodeChild) | undefined;
|
|
505
542
|
};
|
|
506
|
-
$slots?: {
|
|
507
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
508
|
-
} | undefined;
|
|
509
543
|
'v-slots'?: {
|
|
510
544
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
511
545
|
} | undefined;
|
|
@@ -537,9 +571,6 @@ declare const VAutocomplete: {
|
|
|
537
571
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
538
572
|
default?: (() => vue.VNodeChild) | undefined;
|
|
539
573
|
};
|
|
540
|
-
$slots?: {
|
|
541
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
542
|
-
} | undefined;
|
|
543
574
|
'v-slots'?: {
|
|
544
575
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
545
576
|
} | undefined;
|
|
@@ -555,9 +586,6 @@ declare const VAutocomplete: {
|
|
|
555
586
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
556
587
|
default?: (() => vue.VNodeChild) | undefined;
|
|
557
588
|
};
|
|
558
|
-
$slots?: {
|
|
559
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
560
|
-
} | undefined;
|
|
561
589
|
'v-slots'?: {
|
|
562
590
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
563
591
|
} | undefined;
|
|
@@ -570,6 +598,7 @@ declare const VAutocomplete: {
|
|
|
570
598
|
}>>;
|
|
571
599
|
};
|
|
572
600
|
zIndex: string | number;
|
|
601
|
+
style: vue.StyleValue;
|
|
573
602
|
eager: boolean;
|
|
574
603
|
disabled: boolean;
|
|
575
604
|
modelValue: boolean;
|
|
@@ -596,6 +625,7 @@ declare const VAutocomplete: {
|
|
|
596
625
|
maxWidth?: string | number | undefined;
|
|
597
626
|
minHeight?: string | number | undefined;
|
|
598
627
|
minWidth?: string | number | undefined;
|
|
628
|
+
class?: any;
|
|
599
629
|
theme?: string | undefined;
|
|
600
630
|
contentClass?: any;
|
|
601
631
|
activator?: string | Element | vue.ComponentPublicInstance | undefined;
|
|
@@ -604,16 +634,7 @@ declare const VAutocomplete: {
|
|
|
604
634
|
contentProps?: any;
|
|
605
635
|
attach?: string | boolean | Element | undefined;
|
|
606
636
|
} & {
|
|
607
|
-
$children?:
|
|
608
|
-
default?: ((args_0: {
|
|
609
|
-
isActive: vue.Ref<boolean>;
|
|
610
|
-
}) => vue.VNodeChild) | undefined;
|
|
611
|
-
activator?: ((args_0: {
|
|
612
|
-
isActive: boolean;
|
|
613
|
-
props: Record<string, any>;
|
|
614
|
-
}) => vue.VNodeChild) | undefined;
|
|
615
|
-
};
|
|
616
|
-
$slots?: {
|
|
637
|
+
$children?: vue.VNodeChild | {
|
|
617
638
|
default?: ((args_0: {
|
|
618
639
|
isActive: vue.Ref<boolean>;
|
|
619
640
|
}) => vue.VNodeChild) | undefined;
|
|
@@ -621,7 +642,9 @@ declare const VAutocomplete: {
|
|
|
621
642
|
isActive: boolean;
|
|
622
643
|
props: Record<string, any>;
|
|
623
644
|
}) => vue.VNodeChild) | undefined;
|
|
624
|
-
} |
|
|
645
|
+
} | ((args_0: {
|
|
646
|
+
isActive: vue.Ref<boolean>;
|
|
647
|
+
}) => vue.VNodeChild);
|
|
625
648
|
'v-slots'?: {
|
|
626
649
|
default?: false | ((args_0: {
|
|
627
650
|
isActive: vue.Ref<boolean>;
|
|
@@ -641,7 +664,7 @@ declare const VAutocomplete: {
|
|
|
641
664
|
}) => vue.VNodeChild) | undefined;
|
|
642
665
|
} & {
|
|
643
666
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
644
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">>;
|
|
667
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">>;
|
|
645
668
|
};
|
|
646
669
|
multiple: BooleanConstructor;
|
|
647
670
|
noDataText: {
|
|
@@ -665,11 +688,11 @@ declare const VAutocomplete: {
|
|
|
665
688
|
};
|
|
666
689
|
noFilter: BooleanConstructor;
|
|
667
690
|
search: StringConstructor;
|
|
668
|
-
}, "multiple" | "$children" | "
|
|
691
|
+
}, "multiple" | "$children" | "items" | "v-slots" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:details" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
|
|
669
692
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
670
693
|
"onUpdate:menu"?: ((val: boolean) => any) | undefined;
|
|
671
694
|
"onUpdate:search"?: ((val: any) => any) | undefined;
|
|
672
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "reverse" | "type" | "error" | "active" | "direction" | "transition" | "menu" | "autofocus" | "eager" | "disabled" | "readonly" | "noDataText" | "messages" | "density" | "variant" | "clearIcon" | "focused" | "errorMessages" | "maxErrors" | "rules" | "persistentHint" | "clearable" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter" | "valueComparator" | "itemTitle" | "itemValue" | "itemChildren" | "itemProps" | "chips" | "closableChips" | "hideNoData" | "hideSelected" | "menuIcon" | "openOnClear" | "filterMode" | "noFilter" | "filterKeys">;
|
|
695
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "flat" | "reverse" | "type" | "error" | "active" | "direction" | "transition" | "menu" | "style" | "autofocus" | "eager" | "disabled" | "readonly" | "noDataText" | "messages" | "rounded" | "density" | "variant" | "clearIcon" | "focused" | "errorMessages" | "maxErrors" | "rules" | "persistentHint" | "clearable" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter" | "valueComparator" | "itemTitle" | "itemValue" | "itemChildren" | "itemProps" | "chips" | "closableChips" | "hideNoData" | "hideSelected" | "menuIcon" | "openOnClear" | "filterMode" | "noFilter" | "filterKeys">;
|
|
673
696
|
$attrs: {
|
|
674
697
|
[x: string]: unknown;
|
|
675
698
|
};
|
|
@@ -698,6 +721,7 @@ declare const VAutocomplete: {
|
|
|
698
721
|
component?: vue.Component | undefined;
|
|
699
722
|
})>;
|
|
700
723
|
};
|
|
724
|
+
flat: BooleanConstructor;
|
|
701
725
|
reverse: BooleanConstructor;
|
|
702
726
|
type: {
|
|
703
727
|
type: StringConstructor;
|
|
@@ -715,10 +739,15 @@ declare const VAutocomplete: {
|
|
|
715
739
|
};
|
|
716
740
|
loading: (StringConstructor | BooleanConstructor)[];
|
|
717
741
|
label: StringConstructor;
|
|
742
|
+
style: {
|
|
743
|
+
type: vue.PropType<vue.StyleValue>;
|
|
744
|
+
default: null;
|
|
745
|
+
};
|
|
718
746
|
prefix: StringConstructor;
|
|
719
747
|
autofocus: BooleanConstructor;
|
|
720
748
|
disabled: BooleanConstructor;
|
|
721
749
|
readonly: BooleanConstructor;
|
|
750
|
+
class: vue.PropType<any>;
|
|
722
751
|
placeholder: StringConstructor;
|
|
723
752
|
theme: StringConstructor;
|
|
724
753
|
counter: vue.PropType<string | number | true>;
|
|
@@ -726,13 +755,17 @@ declare const VAutocomplete: {
|
|
|
726
755
|
type: vue.PropType<string | string[]>;
|
|
727
756
|
default: () => never[];
|
|
728
757
|
};
|
|
758
|
+
rounded: {
|
|
759
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
760
|
+
default: undefined;
|
|
761
|
+
};
|
|
729
762
|
density: {
|
|
730
763
|
type: vue.PropType<Density>;
|
|
731
764
|
default: string;
|
|
732
765
|
validator: (v: any) => boolean;
|
|
733
766
|
};
|
|
734
767
|
variant: {
|
|
735
|
-
type: vue.PropType<"filled" | "outlined" | "plain" | "underlined" | "solo">;
|
|
768
|
+
type: vue.PropType<"filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled">;
|
|
736
769
|
default: string;
|
|
737
770
|
validator: (v: any) => boolean;
|
|
738
771
|
};
|
|
@@ -754,7 +787,7 @@ declare const VAutocomplete: {
|
|
|
754
787
|
'onClick:appendInner': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
755
788
|
'onClick:prependInner': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
756
789
|
focused: BooleanConstructor;
|
|
757
|
-
'onUpdate:focused': vue.PropType<EventProp<[
|
|
790
|
+
'onUpdate:focused': vue.PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
|
758
791
|
validateOn: vue.PropType<"input" | "blur" | "submit" | undefined>;
|
|
759
792
|
errorMessages: {
|
|
760
793
|
type: vue.PropType<string | string[]>;
|
|
@@ -772,6 +805,7 @@ declare const VAutocomplete: {
|
|
|
772
805
|
persistentHint: BooleanConstructor;
|
|
773
806
|
hideDetails: vue.PropType<boolean | "auto">;
|
|
774
807
|
clearable: BooleanConstructor;
|
|
808
|
+
baseColor: StringConstructor;
|
|
775
809
|
persistentClear: BooleanConstructor;
|
|
776
810
|
singleLine: BooleanConstructor;
|
|
777
811
|
persistentPlaceholder: BooleanConstructor;
|
|
@@ -830,9 +864,6 @@ declare const VAutocomplete: {
|
|
|
830
864
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
831
865
|
default?: (() => vue.VNodeChild) | undefined;
|
|
832
866
|
};
|
|
833
|
-
$slots?: {
|
|
834
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
835
|
-
} | undefined;
|
|
836
867
|
'v-slots'?: {
|
|
837
868
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
838
869
|
} | undefined;
|
|
@@ -858,9 +889,6 @@ declare const VAutocomplete: {
|
|
|
858
889
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
859
890
|
default?: (() => vue.VNodeChild) | undefined;
|
|
860
891
|
};
|
|
861
|
-
$slots?: {
|
|
862
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
863
|
-
} | undefined;
|
|
864
892
|
'v-slots'?: {
|
|
865
893
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
866
894
|
} | undefined;
|
|
@@ -892,9 +920,6 @@ declare const VAutocomplete: {
|
|
|
892
920
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
893
921
|
default?: (() => vue.VNodeChild) | undefined;
|
|
894
922
|
};
|
|
895
|
-
$slots?: {
|
|
896
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
897
|
-
} | undefined;
|
|
898
923
|
'v-slots'?: {
|
|
899
924
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
900
925
|
} | undefined;
|
|
@@ -910,9 +935,6 @@ declare const VAutocomplete: {
|
|
|
910
935
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
911
936
|
default?: (() => vue.VNodeChild) | undefined;
|
|
912
937
|
};
|
|
913
|
-
$slots?: {
|
|
914
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
915
|
-
} | undefined;
|
|
916
938
|
'v-slots'?: {
|
|
917
939
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
918
940
|
} | undefined;
|
|
@@ -925,6 +947,7 @@ declare const VAutocomplete: {
|
|
|
925
947
|
}>>;
|
|
926
948
|
};
|
|
927
949
|
zIndex: string | number;
|
|
950
|
+
style: vue.StyleValue;
|
|
928
951
|
eager: boolean;
|
|
929
952
|
disabled: boolean;
|
|
930
953
|
modelValue: boolean;
|
|
@@ -960,9 +983,6 @@ declare const VAutocomplete: {
|
|
|
960
983
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
961
984
|
default?: (() => vue.VNodeChild) | undefined;
|
|
962
985
|
};
|
|
963
|
-
$slots?: {
|
|
964
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
965
|
-
} | undefined;
|
|
966
986
|
'v-slots'?: {
|
|
967
987
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
968
988
|
} | undefined;
|
|
@@ -988,9 +1008,6 @@ declare const VAutocomplete: {
|
|
|
988
1008
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
989
1009
|
default?: (() => vue.VNodeChild) | undefined;
|
|
990
1010
|
};
|
|
991
|
-
$slots?: {
|
|
992
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
993
|
-
} | undefined;
|
|
994
1011
|
'v-slots'?: {
|
|
995
1012
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
996
1013
|
} | undefined;
|
|
@@ -1022,9 +1039,6 @@ declare const VAutocomplete: {
|
|
|
1022
1039
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
1023
1040
|
default?: (() => vue.VNodeChild) | undefined;
|
|
1024
1041
|
};
|
|
1025
|
-
$slots?: {
|
|
1026
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
1027
|
-
} | undefined;
|
|
1028
1042
|
'v-slots'?: {
|
|
1029
1043
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
1030
1044
|
} | undefined;
|
|
@@ -1040,9 +1054,6 @@ declare const VAutocomplete: {
|
|
|
1040
1054
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
1041
1055
|
default?: (() => vue.VNodeChild) | undefined;
|
|
1042
1056
|
};
|
|
1043
|
-
$slots?: {
|
|
1044
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
1045
|
-
} | undefined;
|
|
1046
1057
|
'v-slots'?: {
|
|
1047
1058
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
1048
1059
|
} | undefined;
|
|
@@ -1055,6 +1066,7 @@ declare const VAutocomplete: {
|
|
|
1055
1066
|
}>>;
|
|
1056
1067
|
};
|
|
1057
1068
|
zIndex: string | number;
|
|
1069
|
+
style: vue.StyleValue;
|
|
1058
1070
|
eager: boolean;
|
|
1059
1071
|
disabled: boolean;
|
|
1060
1072
|
modelValue: boolean;
|
|
@@ -1081,6 +1093,7 @@ declare const VAutocomplete: {
|
|
|
1081
1093
|
maxWidth?: string | number | undefined;
|
|
1082
1094
|
minHeight?: string | number | undefined;
|
|
1083
1095
|
minWidth?: string | number | undefined;
|
|
1096
|
+
class?: any;
|
|
1084
1097
|
theme?: string | undefined;
|
|
1085
1098
|
contentClass?: any;
|
|
1086
1099
|
activator?: string | Element | vue.ComponentPublicInstance | undefined;
|
|
@@ -1089,16 +1102,7 @@ declare const VAutocomplete: {
|
|
|
1089
1102
|
contentProps?: any;
|
|
1090
1103
|
attach?: string | boolean | Element | undefined;
|
|
1091
1104
|
} & {
|
|
1092
|
-
$children?:
|
|
1093
|
-
default?: ((args_0: {
|
|
1094
|
-
isActive: vue.Ref<boolean>;
|
|
1095
|
-
}) => vue.VNodeChild) | undefined;
|
|
1096
|
-
activator?: ((args_0: {
|
|
1097
|
-
isActive: boolean;
|
|
1098
|
-
props: Record<string, any>;
|
|
1099
|
-
}) => vue.VNodeChild) | undefined;
|
|
1100
|
-
};
|
|
1101
|
-
$slots?: {
|
|
1105
|
+
$children?: vue.VNodeChild | {
|
|
1102
1106
|
default?: ((args_0: {
|
|
1103
1107
|
isActive: vue.Ref<boolean>;
|
|
1104
1108
|
}) => vue.VNodeChild) | undefined;
|
|
@@ -1106,7 +1110,9 @@ declare const VAutocomplete: {
|
|
|
1106
1110
|
isActive: boolean;
|
|
1107
1111
|
props: Record<string, any>;
|
|
1108
1112
|
}) => vue.VNodeChild) | undefined;
|
|
1109
|
-
} |
|
|
1113
|
+
} | ((args_0: {
|
|
1114
|
+
isActive: vue.Ref<boolean>;
|
|
1115
|
+
}) => vue.VNodeChild);
|
|
1110
1116
|
'v-slots'?: {
|
|
1111
1117
|
default?: false | ((args_0: {
|
|
1112
1118
|
isActive: vue.Ref<boolean>;
|
|
@@ -1126,7 +1132,7 @@ declare const VAutocomplete: {
|
|
|
1126
1132
|
}) => vue.VNodeChild) | undefined;
|
|
1127
1133
|
} & {
|
|
1128
1134
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1129
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">>;
|
|
1135
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">>;
|
|
1130
1136
|
};
|
|
1131
1137
|
multiple: BooleanConstructor;
|
|
1132
1138
|
noDataText: {
|
|
@@ -1150,7 +1156,7 @@ declare const VAutocomplete: {
|
|
|
1150
1156
|
};
|
|
1151
1157
|
noFilter: BooleanConstructor;
|
|
1152
1158
|
search: StringConstructor;
|
|
1153
|
-
}, "multiple" | "$children" | "
|
|
1159
|
+
}, "multiple" | "$children" | "items" | "v-slots" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:details" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
|
|
1154
1160
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
1155
1161
|
"onUpdate:menu"?: ((val: boolean) => any) | undefined;
|
|
1156
1162
|
"onUpdate:search"?: ((val: any) => any) | undefined;
|
|
@@ -1168,7 +1174,8 @@ declare const VAutocomplete: {
|
|
|
1168
1174
|
'update:search': (val: any) => true;
|
|
1169
1175
|
'update:modelValue': (val: any) => boolean;
|
|
1170
1176
|
'update:menu': (val: boolean) => true;
|
|
1171
|
-
}, "multiple" | "$children" | "
|
|
1177
|
+
}, "multiple" | "$children" | "items" | "v-slots" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "update:modelValue" | "v-slot:loader" | "v-slot:details" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, string, {
|
|
1178
|
+
flat: boolean;
|
|
1172
1179
|
reverse: boolean;
|
|
1173
1180
|
type: string;
|
|
1174
1181
|
error: boolean;
|
|
@@ -1178,14 +1185,16 @@ declare const VAutocomplete: {
|
|
|
1178
1185
|
component?: vue.Component | undefined;
|
|
1179
1186
|
})>;
|
|
1180
1187
|
menu: boolean;
|
|
1188
|
+
style: vue.StyleValue;
|
|
1181
1189
|
autofocus: boolean;
|
|
1182
1190
|
eager: boolean;
|
|
1183
1191
|
disabled: boolean;
|
|
1184
1192
|
readonly: boolean;
|
|
1185
1193
|
noDataText: string;
|
|
1186
1194
|
messages: string | string[];
|
|
1195
|
+
rounded: string | number | boolean;
|
|
1187
1196
|
density: Density;
|
|
1188
|
-
variant: "filled" | "outlined" | "plain" | "underlined" | "solo";
|
|
1197
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
|
1189
1198
|
clearIcon: IconValue;
|
|
1190
1199
|
focused: boolean;
|
|
1191
1200
|
errorMessages: string | string[];
|
|
@@ -1246,6 +1255,7 @@ declare const VAutocomplete: {
|
|
|
1246
1255
|
component?: vue.Component | undefined;
|
|
1247
1256
|
})>;
|
|
1248
1257
|
};
|
|
1258
|
+
flat: BooleanConstructor;
|
|
1249
1259
|
reverse: BooleanConstructor;
|
|
1250
1260
|
type: {
|
|
1251
1261
|
type: StringConstructor;
|
|
@@ -1263,10 +1273,15 @@ declare const VAutocomplete: {
|
|
|
1263
1273
|
};
|
|
1264
1274
|
loading: (StringConstructor | BooleanConstructor)[];
|
|
1265
1275
|
label: StringConstructor;
|
|
1276
|
+
style: {
|
|
1277
|
+
type: vue.PropType<vue.StyleValue>;
|
|
1278
|
+
default: null;
|
|
1279
|
+
};
|
|
1266
1280
|
prefix: StringConstructor;
|
|
1267
1281
|
autofocus: BooleanConstructor;
|
|
1268
1282
|
disabled: BooleanConstructor;
|
|
1269
1283
|
readonly: BooleanConstructor;
|
|
1284
|
+
class: vue.PropType<any>;
|
|
1270
1285
|
placeholder: StringConstructor;
|
|
1271
1286
|
theme: StringConstructor;
|
|
1272
1287
|
counter: vue.PropType<string | number | true>;
|
|
@@ -1274,13 +1289,17 @@ declare const VAutocomplete: {
|
|
|
1274
1289
|
type: vue.PropType<string | string[]>;
|
|
1275
1290
|
default: () => never[];
|
|
1276
1291
|
};
|
|
1292
|
+
rounded: {
|
|
1293
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
1294
|
+
default: undefined;
|
|
1295
|
+
};
|
|
1277
1296
|
density: {
|
|
1278
1297
|
type: vue.PropType<Density>;
|
|
1279
1298
|
default: string;
|
|
1280
1299
|
validator: (v: any) => boolean;
|
|
1281
1300
|
};
|
|
1282
1301
|
variant: {
|
|
1283
|
-
type: vue.PropType<"filled" | "outlined" | "plain" | "underlined" | "solo">;
|
|
1302
|
+
type: vue.PropType<"filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled">;
|
|
1284
1303
|
default: string;
|
|
1285
1304
|
validator: (v: any) => boolean;
|
|
1286
1305
|
};
|
|
@@ -1302,7 +1321,7 @@ declare const VAutocomplete: {
|
|
|
1302
1321
|
'onClick:appendInner': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
1303
1322
|
'onClick:prependInner': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
1304
1323
|
focused: BooleanConstructor;
|
|
1305
|
-
'onUpdate:focused': vue.PropType<EventProp<[
|
|
1324
|
+
'onUpdate:focused': vue.PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
|
1306
1325
|
validateOn: vue.PropType<"input" | "blur" | "submit" | undefined>;
|
|
1307
1326
|
errorMessages: {
|
|
1308
1327
|
type: vue.PropType<string | string[]>;
|
|
@@ -1320,6 +1339,7 @@ declare const VAutocomplete: {
|
|
|
1320
1339
|
persistentHint: BooleanConstructor;
|
|
1321
1340
|
hideDetails: vue.PropType<boolean | "auto">;
|
|
1322
1341
|
clearable: BooleanConstructor;
|
|
1342
|
+
baseColor: StringConstructor;
|
|
1323
1343
|
persistentClear: BooleanConstructor;
|
|
1324
1344
|
singleLine: BooleanConstructor;
|
|
1325
1345
|
persistentPlaceholder: BooleanConstructor;
|
|
@@ -1378,9 +1398,6 @@ declare const VAutocomplete: {
|
|
|
1378
1398
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
1379
1399
|
default?: (() => vue.VNodeChild) | undefined;
|
|
1380
1400
|
};
|
|
1381
|
-
$slots?: {
|
|
1382
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
1383
|
-
} | undefined;
|
|
1384
1401
|
'v-slots'?: {
|
|
1385
1402
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
1386
1403
|
} | undefined;
|
|
@@ -1406,9 +1423,6 @@ declare const VAutocomplete: {
|
|
|
1406
1423
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
1407
1424
|
default?: (() => vue.VNodeChild) | undefined;
|
|
1408
1425
|
};
|
|
1409
|
-
$slots?: {
|
|
1410
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
1411
|
-
} | undefined;
|
|
1412
1426
|
'v-slots'?: {
|
|
1413
1427
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
1414
1428
|
} | undefined;
|
|
@@ -1440,9 +1454,6 @@ declare const VAutocomplete: {
|
|
|
1440
1454
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
1441
1455
|
default?: (() => vue.VNodeChild) | undefined;
|
|
1442
1456
|
};
|
|
1443
|
-
$slots?: {
|
|
1444
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
1445
|
-
} | undefined;
|
|
1446
1457
|
'v-slots'?: {
|
|
1447
1458
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
1448
1459
|
} | undefined;
|
|
@@ -1458,9 +1469,6 @@ declare const VAutocomplete: {
|
|
|
1458
1469
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
1459
1470
|
default?: (() => vue.VNodeChild) | undefined;
|
|
1460
1471
|
};
|
|
1461
|
-
$slots?: {
|
|
1462
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
1463
|
-
} | undefined;
|
|
1464
1472
|
'v-slots'?: {
|
|
1465
1473
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
1466
1474
|
} | undefined;
|
|
@@ -1473,6 +1481,7 @@ declare const VAutocomplete: {
|
|
|
1473
1481
|
}>>;
|
|
1474
1482
|
};
|
|
1475
1483
|
zIndex: string | number;
|
|
1484
|
+
style: vue.StyleValue;
|
|
1476
1485
|
eager: boolean;
|
|
1477
1486
|
disabled: boolean;
|
|
1478
1487
|
modelValue: boolean;
|
|
@@ -1508,9 +1517,6 @@ declare const VAutocomplete: {
|
|
|
1508
1517
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
1509
1518
|
default?: (() => vue.VNodeChild) | undefined;
|
|
1510
1519
|
};
|
|
1511
|
-
$slots?: {
|
|
1512
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
1513
|
-
} | undefined;
|
|
1514
1520
|
'v-slots'?: {
|
|
1515
1521
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
1516
1522
|
} | undefined;
|
|
@@ -1536,9 +1542,6 @@ declare const VAutocomplete: {
|
|
|
1536
1542
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
1537
1543
|
default?: (() => vue.VNodeChild) | undefined;
|
|
1538
1544
|
};
|
|
1539
|
-
$slots?: {
|
|
1540
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
1541
|
-
} | undefined;
|
|
1542
1545
|
'v-slots'?: {
|
|
1543
1546
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
1544
1547
|
} | undefined;
|
|
@@ -1570,9 +1573,6 @@ declare const VAutocomplete: {
|
|
|
1570
1573
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
1571
1574
|
default?: (() => vue.VNodeChild) | undefined;
|
|
1572
1575
|
};
|
|
1573
|
-
$slots?: {
|
|
1574
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
1575
|
-
} | undefined;
|
|
1576
1576
|
'v-slots'?: {
|
|
1577
1577
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
1578
1578
|
} | undefined;
|
|
@@ -1588,9 +1588,6 @@ declare const VAutocomplete: {
|
|
|
1588
1588
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
1589
1589
|
default?: (() => vue.VNodeChild) | undefined;
|
|
1590
1590
|
};
|
|
1591
|
-
$slots?: {
|
|
1592
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
1593
|
-
} | undefined;
|
|
1594
1591
|
'v-slots'?: {
|
|
1595
1592
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
1596
1593
|
} | undefined;
|
|
@@ -1603,6 +1600,7 @@ declare const VAutocomplete: {
|
|
|
1603
1600
|
}>>;
|
|
1604
1601
|
};
|
|
1605
1602
|
zIndex: string | number;
|
|
1603
|
+
style: vue.StyleValue;
|
|
1606
1604
|
eager: boolean;
|
|
1607
1605
|
disabled: boolean;
|
|
1608
1606
|
modelValue: boolean;
|
|
@@ -1629,6 +1627,7 @@ declare const VAutocomplete: {
|
|
|
1629
1627
|
maxWidth?: string | number | undefined;
|
|
1630
1628
|
minHeight?: string | number | undefined;
|
|
1631
1629
|
minWidth?: string | number | undefined;
|
|
1630
|
+
class?: any;
|
|
1632
1631
|
theme?: string | undefined;
|
|
1633
1632
|
contentClass?: any;
|
|
1634
1633
|
activator?: string | Element | vue.ComponentPublicInstance | undefined;
|
|
@@ -1637,16 +1636,7 @@ declare const VAutocomplete: {
|
|
|
1637
1636
|
contentProps?: any;
|
|
1638
1637
|
attach?: string | boolean | Element | undefined;
|
|
1639
1638
|
} & {
|
|
1640
|
-
$children?:
|
|
1641
|
-
default?: ((args_0: {
|
|
1642
|
-
isActive: vue.Ref<boolean>;
|
|
1643
|
-
}) => vue.VNodeChild) | undefined;
|
|
1644
|
-
activator?: ((args_0: {
|
|
1645
|
-
isActive: boolean;
|
|
1646
|
-
props: Record<string, any>;
|
|
1647
|
-
}) => vue.VNodeChild) | undefined;
|
|
1648
|
-
};
|
|
1649
|
-
$slots?: {
|
|
1639
|
+
$children?: vue.VNodeChild | {
|
|
1650
1640
|
default?: ((args_0: {
|
|
1651
1641
|
isActive: vue.Ref<boolean>;
|
|
1652
1642
|
}) => vue.VNodeChild) | undefined;
|
|
@@ -1654,7 +1644,9 @@ declare const VAutocomplete: {
|
|
|
1654
1644
|
isActive: boolean;
|
|
1655
1645
|
props: Record<string, any>;
|
|
1656
1646
|
}) => vue.VNodeChild) | undefined;
|
|
1657
|
-
} |
|
|
1647
|
+
} | ((args_0: {
|
|
1648
|
+
isActive: vue.Ref<boolean>;
|
|
1649
|
+
}) => vue.VNodeChild);
|
|
1658
1650
|
'v-slots'?: {
|
|
1659
1651
|
default?: false | ((args_0: {
|
|
1660
1652
|
isActive: vue.Ref<boolean>;
|
|
@@ -1674,7 +1666,7 @@ declare const VAutocomplete: {
|
|
|
1674
1666
|
}) => vue.VNodeChild) | undefined;
|
|
1675
1667
|
} & {
|
|
1676
1668
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1677
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">>;
|
|
1669
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">>;
|
|
1678
1670
|
};
|
|
1679
1671
|
multiple: BooleanConstructor;
|
|
1680
1672
|
noDataText: {
|
|
@@ -1698,7 +1690,7 @@ declare const VAutocomplete: {
|
|
|
1698
1690
|
};
|
|
1699
1691
|
noFilter: BooleanConstructor;
|
|
1700
1692
|
search: StringConstructor;
|
|
1701
|
-
}, "multiple" | "$children" | "
|
|
1693
|
+
}, "multiple" | "$children" | "items" | "v-slots" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:details" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
|
|
1702
1694
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
1703
1695
|
"onUpdate:menu"?: ((val: boolean) => any) | undefined;
|
|
1704
1696
|
"onUpdate:search"?: ((val: any) => any) | undefined;
|
|
@@ -1730,6 +1722,7 @@ declare const VAutocomplete: {
|
|
|
1730
1722
|
component?: vue.Component | undefined;
|
|
1731
1723
|
})>;
|
|
1732
1724
|
};
|
|
1725
|
+
flat: BooleanConstructor;
|
|
1733
1726
|
reverse: BooleanConstructor;
|
|
1734
1727
|
type: {
|
|
1735
1728
|
type: StringConstructor;
|
|
@@ -1747,10 +1740,15 @@ declare const VAutocomplete: {
|
|
|
1747
1740
|
};
|
|
1748
1741
|
loading: (StringConstructor | BooleanConstructor)[];
|
|
1749
1742
|
label: StringConstructor;
|
|
1743
|
+
style: {
|
|
1744
|
+
type: vue.PropType<vue.StyleValue>;
|
|
1745
|
+
default: null;
|
|
1746
|
+
};
|
|
1750
1747
|
prefix: StringConstructor;
|
|
1751
1748
|
autofocus: BooleanConstructor;
|
|
1752
1749
|
disabled: BooleanConstructor;
|
|
1753
1750
|
readonly: BooleanConstructor;
|
|
1751
|
+
class: vue.PropType<any>;
|
|
1754
1752
|
placeholder: StringConstructor;
|
|
1755
1753
|
theme: StringConstructor;
|
|
1756
1754
|
counter: vue.PropType<string | number | true>;
|
|
@@ -1758,13 +1756,17 @@ declare const VAutocomplete: {
|
|
|
1758
1756
|
type: vue.PropType<string | string[]>;
|
|
1759
1757
|
default: () => never[];
|
|
1760
1758
|
};
|
|
1759
|
+
rounded: {
|
|
1760
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
1761
|
+
default: undefined;
|
|
1762
|
+
};
|
|
1761
1763
|
density: {
|
|
1762
1764
|
type: vue.PropType<Density>;
|
|
1763
1765
|
default: string;
|
|
1764
1766
|
validator: (v: any) => boolean;
|
|
1765
1767
|
};
|
|
1766
1768
|
variant: {
|
|
1767
|
-
type: vue.PropType<"filled" | "outlined" | "plain" | "underlined" | "solo">;
|
|
1769
|
+
type: vue.PropType<"filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled">;
|
|
1768
1770
|
default: string;
|
|
1769
1771
|
validator: (v: any) => boolean;
|
|
1770
1772
|
};
|
|
@@ -1786,7 +1788,7 @@ declare const VAutocomplete: {
|
|
|
1786
1788
|
'onClick:appendInner': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
1787
1789
|
'onClick:prependInner': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
1788
1790
|
focused: BooleanConstructor;
|
|
1789
|
-
'onUpdate:focused': vue.PropType<EventProp<[
|
|
1791
|
+
'onUpdate:focused': vue.PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
|
1790
1792
|
validateOn: vue.PropType<"input" | "blur" | "submit" | undefined>;
|
|
1791
1793
|
errorMessages: {
|
|
1792
1794
|
type: vue.PropType<string | string[]>;
|
|
@@ -1804,6 +1806,7 @@ declare const VAutocomplete: {
|
|
|
1804
1806
|
persistentHint: BooleanConstructor;
|
|
1805
1807
|
hideDetails: vue.PropType<boolean | "auto">;
|
|
1806
1808
|
clearable: BooleanConstructor;
|
|
1809
|
+
baseColor: StringConstructor;
|
|
1807
1810
|
persistentClear: BooleanConstructor;
|
|
1808
1811
|
singleLine: BooleanConstructor;
|
|
1809
1812
|
persistentPlaceholder: BooleanConstructor;
|
|
@@ -1862,9 +1865,6 @@ declare const VAutocomplete: {
|
|
|
1862
1865
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
1863
1866
|
default?: (() => vue.VNodeChild) | undefined;
|
|
1864
1867
|
};
|
|
1865
|
-
$slots?: {
|
|
1866
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
1867
|
-
} | undefined;
|
|
1868
1868
|
'v-slots'?: {
|
|
1869
1869
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
1870
1870
|
} | undefined;
|
|
@@ -1890,9 +1890,6 @@ declare const VAutocomplete: {
|
|
|
1890
1890
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
1891
1891
|
default?: (() => vue.VNodeChild) | undefined;
|
|
1892
1892
|
};
|
|
1893
|
-
$slots?: {
|
|
1894
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
1895
|
-
} | undefined;
|
|
1896
1893
|
'v-slots'?: {
|
|
1897
1894
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
1898
1895
|
} | undefined;
|
|
@@ -1924,9 +1921,6 @@ declare const VAutocomplete: {
|
|
|
1924
1921
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
1925
1922
|
default?: (() => vue.VNodeChild) | undefined;
|
|
1926
1923
|
};
|
|
1927
|
-
$slots?: {
|
|
1928
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
1929
|
-
} | undefined;
|
|
1930
1924
|
'v-slots'?: {
|
|
1931
1925
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
1932
1926
|
} | undefined;
|
|
@@ -1942,9 +1936,6 @@ declare const VAutocomplete: {
|
|
|
1942
1936
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
1943
1937
|
default?: (() => vue.VNodeChild) | undefined;
|
|
1944
1938
|
};
|
|
1945
|
-
$slots?: {
|
|
1946
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
1947
|
-
} | undefined;
|
|
1948
1939
|
'v-slots'?: {
|
|
1949
1940
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
1950
1941
|
} | undefined;
|
|
@@ -1957,6 +1948,7 @@ declare const VAutocomplete: {
|
|
|
1957
1948
|
}>>;
|
|
1958
1949
|
};
|
|
1959
1950
|
zIndex: string | number;
|
|
1951
|
+
style: vue.StyleValue;
|
|
1960
1952
|
eager: boolean;
|
|
1961
1953
|
disabled: boolean;
|
|
1962
1954
|
modelValue: boolean;
|
|
@@ -1992,9 +1984,6 @@ declare const VAutocomplete: {
|
|
|
1992
1984
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
1993
1985
|
default?: (() => vue.VNodeChild) | undefined;
|
|
1994
1986
|
};
|
|
1995
|
-
$slots?: {
|
|
1996
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
1997
|
-
} | undefined;
|
|
1998
1987
|
'v-slots'?: {
|
|
1999
1988
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
2000
1989
|
} | undefined;
|
|
@@ -2020,9 +2009,6 @@ declare const VAutocomplete: {
|
|
|
2020
2009
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
2021
2010
|
default?: (() => vue.VNodeChild) | undefined;
|
|
2022
2011
|
};
|
|
2023
|
-
$slots?: {
|
|
2024
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
2025
|
-
} | undefined;
|
|
2026
2012
|
'v-slots'?: {
|
|
2027
2013
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
2028
2014
|
} | undefined;
|
|
@@ -2054,9 +2040,6 @@ declare const VAutocomplete: {
|
|
|
2054
2040
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
2055
2041
|
default?: (() => vue.VNodeChild) | undefined;
|
|
2056
2042
|
};
|
|
2057
|
-
$slots?: {
|
|
2058
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
2059
|
-
} | undefined;
|
|
2060
2043
|
'v-slots'?: {
|
|
2061
2044
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
2062
2045
|
} | undefined;
|
|
@@ -2072,9 +2055,6 @@ declare const VAutocomplete: {
|
|
|
2072
2055
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
2073
2056
|
default?: (() => vue.VNodeChild) | undefined;
|
|
2074
2057
|
};
|
|
2075
|
-
$slots?: {
|
|
2076
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
2077
|
-
} | undefined;
|
|
2078
2058
|
'v-slots'?: {
|
|
2079
2059
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
2080
2060
|
} | undefined;
|
|
@@ -2087,6 +2067,7 @@ declare const VAutocomplete: {
|
|
|
2087
2067
|
}>>;
|
|
2088
2068
|
};
|
|
2089
2069
|
zIndex: string | number;
|
|
2070
|
+
style: vue.StyleValue;
|
|
2090
2071
|
eager: boolean;
|
|
2091
2072
|
disabled: boolean;
|
|
2092
2073
|
modelValue: boolean;
|
|
@@ -2113,6 +2094,7 @@ declare const VAutocomplete: {
|
|
|
2113
2094
|
maxWidth?: string | number | undefined;
|
|
2114
2095
|
minHeight?: string | number | undefined;
|
|
2115
2096
|
minWidth?: string | number | undefined;
|
|
2097
|
+
class?: any;
|
|
2116
2098
|
theme?: string | undefined;
|
|
2117
2099
|
contentClass?: any;
|
|
2118
2100
|
activator?: string | Element | vue.ComponentPublicInstance | undefined;
|
|
@@ -2121,16 +2103,7 @@ declare const VAutocomplete: {
|
|
|
2121
2103
|
contentProps?: any;
|
|
2122
2104
|
attach?: string | boolean | Element | undefined;
|
|
2123
2105
|
} & {
|
|
2124
|
-
$children?:
|
|
2125
|
-
default?: ((args_0: {
|
|
2126
|
-
isActive: vue.Ref<boolean>;
|
|
2127
|
-
}) => vue.VNodeChild) | undefined;
|
|
2128
|
-
activator?: ((args_0: {
|
|
2129
|
-
isActive: boolean;
|
|
2130
|
-
props: Record<string, any>;
|
|
2131
|
-
}) => vue.VNodeChild) | undefined;
|
|
2132
|
-
};
|
|
2133
|
-
$slots?: {
|
|
2106
|
+
$children?: vue.VNodeChild | {
|
|
2134
2107
|
default?: ((args_0: {
|
|
2135
2108
|
isActive: vue.Ref<boolean>;
|
|
2136
2109
|
}) => vue.VNodeChild) | undefined;
|
|
@@ -2138,7 +2111,9 @@ declare const VAutocomplete: {
|
|
|
2138
2111
|
isActive: boolean;
|
|
2139
2112
|
props: Record<string, any>;
|
|
2140
2113
|
}) => vue.VNodeChild) | undefined;
|
|
2141
|
-
} |
|
|
2114
|
+
} | ((args_0: {
|
|
2115
|
+
isActive: vue.Ref<boolean>;
|
|
2116
|
+
}) => vue.VNodeChild);
|
|
2142
2117
|
'v-slots'?: {
|
|
2143
2118
|
default?: false | ((args_0: {
|
|
2144
2119
|
isActive: vue.Ref<boolean>;
|
|
@@ -2158,7 +2133,7 @@ declare const VAutocomplete: {
|
|
|
2158
2133
|
}) => vue.VNodeChild) | undefined;
|
|
2159
2134
|
} & {
|
|
2160
2135
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
2161
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">>;
|
|
2136
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">>;
|
|
2162
2137
|
};
|
|
2163
2138
|
multiple: BooleanConstructor;
|
|
2164
2139
|
noDataText: {
|
|
@@ -2182,7 +2157,7 @@ declare const VAutocomplete: {
|
|
|
2182
2157
|
};
|
|
2183
2158
|
noFilter: BooleanConstructor;
|
|
2184
2159
|
search: StringConstructor;
|
|
2185
|
-
}, "multiple" | "$children" | "
|
|
2160
|
+
}, "multiple" | "$children" | "items" | "v-slots" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:details" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
|
|
2186
2161
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
2187
2162
|
"onUpdate:menu"?: ((val: boolean) => any) | undefined;
|
|
2188
2163
|
"onUpdate:search"?: ((val: any) => any) | undefined;
|
|
@@ -2200,7 +2175,8 @@ declare const VAutocomplete: {
|
|
|
2200
2175
|
'update:search': (val: any) => true;
|
|
2201
2176
|
'update:modelValue': (val: any) => boolean;
|
|
2202
2177
|
'update:menu': (val: boolean) => true;
|
|
2203
|
-
}, "multiple" | "$children" | "
|
|
2178
|
+
}, "multiple" | "$children" | "items" | "v-slots" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "update:modelValue" | "v-slot:loader" | "v-slot:details" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, string, {
|
|
2179
|
+
flat: boolean;
|
|
2204
2180
|
reverse: boolean;
|
|
2205
2181
|
type: string;
|
|
2206
2182
|
error: boolean;
|
|
@@ -2210,14 +2186,16 @@ declare const VAutocomplete: {
|
|
|
2210
2186
|
component?: vue.Component | undefined;
|
|
2211
2187
|
})>;
|
|
2212
2188
|
menu: boolean;
|
|
2189
|
+
style: vue.StyleValue;
|
|
2213
2190
|
autofocus: boolean;
|
|
2214
2191
|
eager: boolean;
|
|
2215
2192
|
disabled: boolean;
|
|
2216
2193
|
readonly: boolean;
|
|
2217
2194
|
noDataText: string;
|
|
2218
2195
|
messages: string | string[];
|
|
2196
|
+
rounded: string | number | boolean;
|
|
2219
2197
|
density: Density;
|
|
2220
|
-
variant: "filled" | "outlined" | "plain" | "underlined" | "solo";
|
|
2198
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
|
2221
2199
|
clearIcon: IconValue;
|
|
2222
2200
|
focused: boolean;
|
|
2223
2201
|
errorMessages: string | string[];
|
|
@@ -2243,123 +2221,37 @@ declare const VAutocomplete: {
|
|
|
2243
2221
|
filterMode: FilterMode;
|
|
2244
2222
|
noFilter: boolean;
|
|
2245
2223
|
filterKeys: NonNullable<FilterKeys>;
|
|
2246
|
-
}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T_1, ReturnObject extends boolean = false, Multiple extends boolean = false, V extends Value<T_1, ReturnObject, Multiple> = Value<T_1, ReturnObject, Multiple>>(
|
|
2247
|
-
|
|
2248
|
-
|
|
2249
|
-
|
|
2250
|
-
|
|
2251
|
-
|
|
2252
|
-
|
|
2253
|
-
|
|
2254
|
-
|
|
2255
|
-
|
|
2256
|
-
|
|
2257
|
-
|
|
2258
|
-
|
|
2259
|
-
|
|
2260
|
-
|
|
2261
|
-
|
|
2262
|
-
|
|
2263
|
-
|
|
2264
|
-
|
|
2265
|
-
|
|
2266
|
-
|
|
2267
|
-
|
|
2268
|
-
|
|
2269
|
-
|
|
2270
|
-
|
|
2271
|
-
|
|
2272
|
-
|
|
2273
|
-
|
|
2274
|
-
|
|
2275
|
-
|
|
2276
|
-
|
|
2277
|
-
'prepend-item'?: (() => vue.VNodeChild) | undefined;
|
|
2278
|
-
'append-item'?: (() => vue.VNodeChild) | undefined;
|
|
2279
|
-
'no-data'?: (() => vue.VNodeChild) | undefined;
|
|
2280
|
-
};
|
|
2281
|
-
$slots?: {
|
|
2282
|
-
clear?: (() => vue.VNodeChild) | undefined;
|
|
2283
|
-
details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2284
|
-
label?: ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
|
|
2285
|
-
append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2286
|
-
prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2287
|
-
loader?: ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
2288
|
-
'prepend-inner'?: ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
|
|
2289
|
-
'append-inner'?: ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
|
|
2290
|
-
item?: ((args_0: {
|
|
2291
|
-
item: InternalItem<T_1>;
|
|
2292
|
-
index: number;
|
|
2293
|
-
props: Record<string, unknown>;
|
|
2294
|
-
}) => vue.VNodeChild) | undefined;
|
|
2295
|
-
chip?: ((args_0: {
|
|
2296
|
-
item: InternalItem<T_1>;
|
|
2297
|
-
index: number;
|
|
2298
|
-
props: Record<string, unknown>;
|
|
2299
|
-
}) => vue.VNodeChild) | undefined;
|
|
2300
|
-
selection?: ((args_0: {
|
|
2301
|
-
item: InternalItem<T_1>;
|
|
2302
|
-
index: number;
|
|
2303
|
-
}) => vue.VNodeChild) | undefined;
|
|
2304
|
-
'prepend-item'?: (() => vue.VNodeChild) | undefined;
|
|
2305
|
-
'append-item'?: (() => vue.VNodeChild) | undefined;
|
|
2306
|
-
'no-data'?: (() => vue.VNodeChild) | undefined;
|
|
2307
|
-
} | undefined;
|
|
2308
|
-
'v-slots'?: {
|
|
2309
|
-
clear?: false | (() => vue.VNodeChild) | undefined;
|
|
2310
|
-
details?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2311
|
-
label?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
|
|
2312
|
-
append?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2313
|
-
prepend?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2314
|
-
loader?: false | ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
2315
|
-
'prepend-inner'?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
|
|
2316
|
-
'append-inner'?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
|
|
2317
|
-
item?: false | ((args_0: {
|
|
2318
|
-
item: InternalItem<T_1>;
|
|
2319
|
-
index: number;
|
|
2320
|
-
props: Record<string, unknown>;
|
|
2321
|
-
}) => vue.VNodeChild) | undefined;
|
|
2322
|
-
chip?: false | ((args_0: {
|
|
2323
|
-
item: InternalItem<T_1>;
|
|
2324
|
-
index: number;
|
|
2325
|
-
props: Record<string, unknown>;
|
|
2326
|
-
}) => vue.VNodeChild) | undefined;
|
|
2327
|
-
selection?: false | ((args_0: {
|
|
2328
|
-
item: InternalItem<T_1>;
|
|
2329
|
-
index: number;
|
|
2330
|
-
}) => vue.VNodeChild) | undefined;
|
|
2331
|
-
'prepend-item'?: false | (() => vue.VNodeChild) | undefined;
|
|
2332
|
-
'append-item'?: false | (() => vue.VNodeChild) | undefined;
|
|
2333
|
-
'no-data'?: false | (() => vue.VNodeChild) | undefined;
|
|
2334
|
-
} | undefined;
|
|
2335
|
-
} & {
|
|
2336
|
-
"v-slot:clear"?: false | (() => vue.VNodeChild) | undefined;
|
|
2337
|
-
"v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2338
|
-
"v-slot:label"?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
|
|
2339
|
-
"v-slot:append"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2340
|
-
"v-slot:prepend"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2341
|
-
"v-slot:loader"?: false | ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
2342
|
-
"v-slot:prepend-inner"?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
|
|
2343
|
-
"v-slot:append-inner"?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
|
|
2344
|
-
"v-slot:item"?: false | ((args_0: {
|
|
2345
|
-
item: InternalItem<T_1>;
|
|
2346
|
-
index: number;
|
|
2347
|
-
props: Record<string, unknown>;
|
|
2348
|
-
}) => vue.VNodeChild) | undefined;
|
|
2349
|
-
"v-slot:chip"?: false | ((args_0: {
|
|
2350
|
-
item: InternalItem<T_1>;
|
|
2351
|
-
index: number;
|
|
2352
|
-
props: Record<string, unknown>;
|
|
2353
|
-
}) => vue.VNodeChild) | undefined;
|
|
2354
|
-
"v-slot:selection"?: false | ((args_0: {
|
|
2355
|
-
item: InternalItem<T_1>;
|
|
2356
|
-
index: number;
|
|
2357
|
-
}) => vue.VNodeChild) | undefined;
|
|
2358
|
-
"v-slot:prepend-item"?: false | (() => vue.VNodeChild) | undefined;
|
|
2359
|
-
"v-slot:append-item"?: false | (() => vue.VNodeChild) | undefined;
|
|
2360
|
-
"v-slot:no-data"?: false | (() => vue.VNodeChild) | undefined;
|
|
2361
|
-
};
|
|
2362
|
-
}) & FilterPropsOptions<{
|
|
2224
|
+
}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T_1, ReturnObject extends boolean = false, Multiple extends boolean = false, V extends Value<T_1, ReturnObject, Multiple> = Value<T_1, ReturnObject, Multiple>>(props: {
|
|
2225
|
+
items?: readonly T_1[] | undefined;
|
|
2226
|
+
returnObject?: ReturnObject | undefined;
|
|
2227
|
+
multiple?: Multiple | undefined;
|
|
2228
|
+
modelValue?: V | undefined;
|
|
2229
|
+
'onUpdate:modelValue'?: ((val: V) => void) | undefined;
|
|
2230
|
+
}) => GenericProps<{
|
|
2231
|
+
items?: readonly T_1[] | undefined;
|
|
2232
|
+
returnObject?: ReturnObject | undefined;
|
|
2233
|
+
multiple?: Multiple | undefined;
|
|
2234
|
+
modelValue?: V | undefined;
|
|
2235
|
+
'onUpdate:modelValue'?: ((val: V) => void) | undefined;
|
|
2236
|
+
}, Omit<VInputSlots & VFieldSlots, "default"> & {
|
|
2237
|
+
item: [{
|
|
2238
|
+
item: InternalItem<T_1>;
|
|
2239
|
+
index: number;
|
|
2240
|
+
props: Record<string, unknown>;
|
|
2241
|
+
}];
|
|
2242
|
+
chip: [{
|
|
2243
|
+
item: InternalItem<T_1>;
|
|
2244
|
+
index: number;
|
|
2245
|
+
props: Record<string, unknown>;
|
|
2246
|
+
}];
|
|
2247
|
+
selection: [{
|
|
2248
|
+
item: InternalItem<T_1>;
|
|
2249
|
+
index: number;
|
|
2250
|
+
}];
|
|
2251
|
+
'prepend-item': [];
|
|
2252
|
+
'append-item': [];
|
|
2253
|
+
'no-data': [];
|
|
2254
|
+
}>) & FilterPropsOptions<{
|
|
2363
2255
|
transition: Omit<{
|
|
2364
2256
|
type: vue.PropType<string | boolean | (vue.TransitionProps & {
|
|
2365
2257
|
component?: vue.Component | undefined;
|
|
@@ -2374,6 +2266,7 @@ declare const VAutocomplete: {
|
|
|
2374
2266
|
component?: vue.Component | undefined;
|
|
2375
2267
|
})>;
|
|
2376
2268
|
};
|
|
2269
|
+
flat: BooleanConstructor;
|
|
2377
2270
|
reverse: BooleanConstructor;
|
|
2378
2271
|
type: {
|
|
2379
2272
|
type: StringConstructor;
|
|
@@ -2391,10 +2284,15 @@ declare const VAutocomplete: {
|
|
|
2391
2284
|
};
|
|
2392
2285
|
loading: (StringConstructor | BooleanConstructor)[];
|
|
2393
2286
|
label: StringConstructor;
|
|
2287
|
+
style: {
|
|
2288
|
+
type: vue.PropType<vue.StyleValue>;
|
|
2289
|
+
default: null;
|
|
2290
|
+
};
|
|
2394
2291
|
prefix: StringConstructor;
|
|
2395
2292
|
autofocus: BooleanConstructor;
|
|
2396
2293
|
disabled: BooleanConstructor;
|
|
2397
2294
|
readonly: BooleanConstructor;
|
|
2295
|
+
class: vue.PropType<any>;
|
|
2398
2296
|
placeholder: StringConstructor;
|
|
2399
2297
|
theme: StringConstructor;
|
|
2400
2298
|
counter: vue.PropType<string | number | true>;
|
|
@@ -2402,13 +2300,17 @@ declare const VAutocomplete: {
|
|
|
2402
2300
|
type: vue.PropType<string | string[]>;
|
|
2403
2301
|
default: () => never[];
|
|
2404
2302
|
};
|
|
2303
|
+
rounded: {
|
|
2304
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
2305
|
+
default: undefined;
|
|
2306
|
+
};
|
|
2405
2307
|
density: {
|
|
2406
2308
|
type: vue.PropType<Density>;
|
|
2407
2309
|
default: string;
|
|
2408
2310
|
validator: (v: any) => boolean;
|
|
2409
2311
|
};
|
|
2410
2312
|
variant: {
|
|
2411
|
-
type: vue.PropType<"filled" | "outlined" | "plain" | "underlined" | "solo">;
|
|
2313
|
+
type: vue.PropType<"filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled">;
|
|
2412
2314
|
default: string;
|
|
2413
2315
|
validator: (v: any) => boolean;
|
|
2414
2316
|
};
|
|
@@ -2430,7 +2332,7 @@ declare const VAutocomplete: {
|
|
|
2430
2332
|
'onClick:appendInner': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
2431
2333
|
'onClick:prependInner': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
2432
2334
|
focused: BooleanConstructor;
|
|
2433
|
-
'onUpdate:focused': vue.PropType<EventProp<[
|
|
2335
|
+
'onUpdate:focused': vue.PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
|
2434
2336
|
validateOn: vue.PropType<"input" | "blur" | "submit" | undefined>;
|
|
2435
2337
|
errorMessages: {
|
|
2436
2338
|
type: vue.PropType<string | string[]>;
|
|
@@ -2448,6 +2350,7 @@ declare const VAutocomplete: {
|
|
|
2448
2350
|
persistentHint: BooleanConstructor;
|
|
2449
2351
|
hideDetails: vue.PropType<boolean | "auto">;
|
|
2450
2352
|
clearable: BooleanConstructor;
|
|
2353
|
+
baseColor: StringConstructor;
|
|
2451
2354
|
persistentClear: BooleanConstructor;
|
|
2452
2355
|
singleLine: BooleanConstructor;
|
|
2453
2356
|
persistentPlaceholder: BooleanConstructor;
|
|
@@ -2506,9 +2409,6 @@ declare const VAutocomplete: {
|
|
|
2506
2409
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
2507
2410
|
default?: (() => vue.VNodeChild) | undefined;
|
|
2508
2411
|
};
|
|
2509
|
-
$slots?: {
|
|
2510
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
2511
|
-
} | undefined;
|
|
2512
2412
|
'v-slots'?: {
|
|
2513
2413
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
2514
2414
|
} | undefined;
|
|
@@ -2534,9 +2434,6 @@ declare const VAutocomplete: {
|
|
|
2534
2434
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
2535
2435
|
default?: (() => vue.VNodeChild) | undefined;
|
|
2536
2436
|
};
|
|
2537
|
-
$slots?: {
|
|
2538
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
2539
|
-
} | undefined;
|
|
2540
2437
|
'v-slots'?: {
|
|
2541
2438
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
2542
2439
|
} | undefined;
|
|
@@ -2568,9 +2465,6 @@ declare const VAutocomplete: {
|
|
|
2568
2465
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
2569
2466
|
default?: (() => vue.VNodeChild) | undefined;
|
|
2570
2467
|
};
|
|
2571
|
-
$slots?: {
|
|
2572
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
2573
|
-
} | undefined;
|
|
2574
2468
|
'v-slots'?: {
|
|
2575
2469
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
2576
2470
|
} | undefined;
|
|
@@ -2586,9 +2480,6 @@ declare const VAutocomplete: {
|
|
|
2586
2480
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
2587
2481
|
default?: (() => vue.VNodeChild) | undefined;
|
|
2588
2482
|
};
|
|
2589
|
-
$slots?: {
|
|
2590
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
2591
|
-
} | undefined;
|
|
2592
2483
|
'v-slots'?: {
|
|
2593
2484
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
2594
2485
|
} | undefined;
|
|
@@ -2601,6 +2492,7 @@ declare const VAutocomplete: {
|
|
|
2601
2492
|
}>>;
|
|
2602
2493
|
};
|
|
2603
2494
|
zIndex: string | number;
|
|
2495
|
+
style: vue.StyleValue;
|
|
2604
2496
|
eager: boolean;
|
|
2605
2497
|
disabled: boolean;
|
|
2606
2498
|
modelValue: boolean;
|
|
@@ -2636,9 +2528,6 @@ declare const VAutocomplete: {
|
|
|
2636
2528
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
2637
2529
|
default?: (() => vue.VNodeChild) | undefined;
|
|
2638
2530
|
};
|
|
2639
|
-
$slots?: {
|
|
2640
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
2641
|
-
} | undefined;
|
|
2642
2531
|
'v-slots'?: {
|
|
2643
2532
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
2644
2533
|
} | undefined;
|
|
@@ -2664,9 +2553,6 @@ declare const VAutocomplete: {
|
|
|
2664
2553
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
2665
2554
|
default?: (() => vue.VNodeChild) | undefined;
|
|
2666
2555
|
};
|
|
2667
|
-
$slots?: {
|
|
2668
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
2669
|
-
} | undefined;
|
|
2670
2556
|
'v-slots'?: {
|
|
2671
2557
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
2672
2558
|
} | undefined;
|
|
@@ -2698,9 +2584,6 @@ declare const VAutocomplete: {
|
|
|
2698
2584
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
2699
2585
|
default?: (() => vue.VNodeChild) | undefined;
|
|
2700
2586
|
};
|
|
2701
|
-
$slots?: {
|
|
2702
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
2703
|
-
} | undefined;
|
|
2704
2587
|
'v-slots'?: {
|
|
2705
2588
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
2706
2589
|
} | undefined;
|
|
@@ -2716,9 +2599,6 @@ declare const VAutocomplete: {
|
|
|
2716
2599
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
2717
2600
|
default?: (() => vue.VNodeChild) | undefined;
|
|
2718
2601
|
};
|
|
2719
|
-
$slots?: {
|
|
2720
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
2721
|
-
} | undefined;
|
|
2722
2602
|
'v-slots'?: {
|
|
2723
2603
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
2724
2604
|
} | undefined;
|
|
@@ -2731,6 +2611,7 @@ declare const VAutocomplete: {
|
|
|
2731
2611
|
}>>;
|
|
2732
2612
|
};
|
|
2733
2613
|
zIndex: string | number;
|
|
2614
|
+
style: vue.StyleValue;
|
|
2734
2615
|
eager: boolean;
|
|
2735
2616
|
disabled: boolean;
|
|
2736
2617
|
modelValue: boolean;
|
|
@@ -2757,6 +2638,7 @@ declare const VAutocomplete: {
|
|
|
2757
2638
|
maxWidth?: string | number | undefined;
|
|
2758
2639
|
minHeight?: string | number | undefined;
|
|
2759
2640
|
minWidth?: string | number | undefined;
|
|
2641
|
+
class?: any;
|
|
2760
2642
|
theme?: string | undefined;
|
|
2761
2643
|
contentClass?: any;
|
|
2762
2644
|
activator?: string | Element | vue.ComponentPublicInstance | undefined;
|
|
@@ -2765,7 +2647,7 @@ declare const VAutocomplete: {
|
|
|
2765
2647
|
contentProps?: any;
|
|
2766
2648
|
attach?: string | boolean | Element | undefined;
|
|
2767
2649
|
} & {
|
|
2768
|
-
$children?:
|
|
2650
|
+
$children?: vue.VNodeChild | {
|
|
2769
2651
|
default?: ((args_0: {
|
|
2770
2652
|
isActive: vue.Ref<boolean>;
|
|
2771
2653
|
}) => vue.VNodeChild) | undefined;
|
|
@@ -2773,16 +2655,9 @@ declare const VAutocomplete: {
|
|
|
2773
2655
|
isActive: boolean;
|
|
2774
2656
|
props: Record<string, any>;
|
|
2775
2657
|
}) => vue.VNodeChild) | undefined;
|
|
2776
|
-
}
|
|
2777
|
-
|
|
2778
|
-
|
|
2779
|
-
isActive: vue.Ref<boolean>;
|
|
2780
|
-
}) => vue.VNodeChild) | undefined;
|
|
2781
|
-
activator?: ((args_0: {
|
|
2782
|
-
isActive: boolean;
|
|
2783
|
-
props: Record<string, any>;
|
|
2784
|
-
}) => vue.VNodeChild) | undefined;
|
|
2785
|
-
} | undefined;
|
|
2658
|
+
} | ((args_0: {
|
|
2659
|
+
isActive: vue.Ref<boolean>;
|
|
2660
|
+
}) => vue.VNodeChild);
|
|
2786
2661
|
'v-slots'?: {
|
|
2787
2662
|
default?: false | ((args_0: {
|
|
2788
2663
|
isActive: vue.Ref<boolean>;
|
|
@@ -2802,7 +2677,7 @@ declare const VAutocomplete: {
|
|
|
2802
2677
|
}) => vue.VNodeChild) | undefined;
|
|
2803
2678
|
} & {
|
|
2804
2679
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
2805
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">>;
|
|
2680
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">>;
|
|
2806
2681
|
};
|
|
2807
2682
|
multiple: BooleanConstructor;
|
|
2808
2683
|
noDataText: {
|
|
@@ -2841,6 +2716,7 @@ declare const VAutocomplete: {
|
|
|
2841
2716
|
component?: vue.Component | undefined;
|
|
2842
2717
|
})>;
|
|
2843
2718
|
};
|
|
2719
|
+
flat: BooleanConstructor;
|
|
2844
2720
|
reverse: BooleanConstructor;
|
|
2845
2721
|
type: {
|
|
2846
2722
|
type: StringConstructor;
|
|
@@ -2858,10 +2734,15 @@ declare const VAutocomplete: {
|
|
|
2858
2734
|
};
|
|
2859
2735
|
loading: (StringConstructor | BooleanConstructor)[];
|
|
2860
2736
|
label: StringConstructor;
|
|
2737
|
+
style: {
|
|
2738
|
+
type: vue.PropType<vue.StyleValue>;
|
|
2739
|
+
default: null;
|
|
2740
|
+
};
|
|
2861
2741
|
prefix: StringConstructor;
|
|
2862
2742
|
autofocus: BooleanConstructor;
|
|
2863
2743
|
disabled: BooleanConstructor;
|
|
2864
2744
|
readonly: BooleanConstructor;
|
|
2745
|
+
class: vue.PropType<any>;
|
|
2865
2746
|
placeholder: StringConstructor;
|
|
2866
2747
|
theme: StringConstructor;
|
|
2867
2748
|
counter: vue.PropType<string | number | true>;
|
|
@@ -2869,13 +2750,17 @@ declare const VAutocomplete: {
|
|
|
2869
2750
|
type: vue.PropType<string | string[]>;
|
|
2870
2751
|
default: () => never[];
|
|
2871
2752
|
};
|
|
2753
|
+
rounded: {
|
|
2754
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
2755
|
+
default: undefined;
|
|
2756
|
+
};
|
|
2872
2757
|
density: {
|
|
2873
2758
|
type: vue.PropType<Density>;
|
|
2874
2759
|
default: string;
|
|
2875
2760
|
validator: (v: any) => boolean;
|
|
2876
2761
|
};
|
|
2877
2762
|
variant: {
|
|
2878
|
-
type: vue.PropType<"filled" | "outlined" | "plain" | "underlined" | "solo">;
|
|
2763
|
+
type: vue.PropType<"filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled">;
|
|
2879
2764
|
default: string;
|
|
2880
2765
|
validator: (v: any) => boolean;
|
|
2881
2766
|
};
|
|
@@ -2897,7 +2782,7 @@ declare const VAutocomplete: {
|
|
|
2897
2782
|
'onClick:appendInner': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
2898
2783
|
'onClick:prependInner': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
2899
2784
|
focused: BooleanConstructor;
|
|
2900
|
-
'onUpdate:focused': vue.PropType<EventProp<[
|
|
2785
|
+
'onUpdate:focused': vue.PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
|
2901
2786
|
validateOn: vue.PropType<"input" | "blur" | "submit" | undefined>;
|
|
2902
2787
|
errorMessages: {
|
|
2903
2788
|
type: vue.PropType<string | string[]>;
|
|
@@ -2915,6 +2800,7 @@ declare const VAutocomplete: {
|
|
|
2915
2800
|
persistentHint: BooleanConstructor;
|
|
2916
2801
|
hideDetails: vue.PropType<boolean | "auto">;
|
|
2917
2802
|
clearable: BooleanConstructor;
|
|
2803
|
+
baseColor: StringConstructor;
|
|
2918
2804
|
persistentClear: BooleanConstructor;
|
|
2919
2805
|
singleLine: BooleanConstructor;
|
|
2920
2806
|
persistentPlaceholder: BooleanConstructor;
|
|
@@ -2973,9 +2859,6 @@ declare const VAutocomplete: {
|
|
|
2973
2859
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
2974
2860
|
default?: (() => vue.VNodeChild) | undefined;
|
|
2975
2861
|
};
|
|
2976
|
-
$slots?: {
|
|
2977
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
2978
|
-
} | undefined;
|
|
2979
2862
|
'v-slots'?: {
|
|
2980
2863
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
2981
2864
|
} | undefined;
|
|
@@ -3001,9 +2884,6 @@ declare const VAutocomplete: {
|
|
|
3001
2884
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
3002
2885
|
default?: (() => vue.VNodeChild) | undefined;
|
|
3003
2886
|
};
|
|
3004
|
-
$slots?: {
|
|
3005
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
3006
|
-
} | undefined;
|
|
3007
2887
|
'v-slots'?: {
|
|
3008
2888
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
3009
2889
|
} | undefined;
|
|
@@ -3035,9 +2915,6 @@ declare const VAutocomplete: {
|
|
|
3035
2915
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
3036
2916
|
default?: (() => vue.VNodeChild) | undefined;
|
|
3037
2917
|
};
|
|
3038
|
-
$slots?: {
|
|
3039
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
3040
|
-
} | undefined;
|
|
3041
2918
|
'v-slots'?: {
|
|
3042
2919
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
3043
2920
|
} | undefined;
|
|
@@ -3053,9 +2930,6 @@ declare const VAutocomplete: {
|
|
|
3053
2930
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
3054
2931
|
default?: (() => vue.VNodeChild) | undefined;
|
|
3055
2932
|
};
|
|
3056
|
-
$slots?: {
|
|
3057
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
3058
|
-
} | undefined;
|
|
3059
2933
|
'v-slots'?: {
|
|
3060
2934
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
3061
2935
|
} | undefined;
|
|
@@ -3068,6 +2942,7 @@ declare const VAutocomplete: {
|
|
|
3068
2942
|
}>>;
|
|
3069
2943
|
};
|
|
3070
2944
|
zIndex: string | number;
|
|
2945
|
+
style: vue.StyleValue;
|
|
3071
2946
|
eager: boolean;
|
|
3072
2947
|
disabled: boolean;
|
|
3073
2948
|
modelValue: boolean;
|
|
@@ -3103,9 +2978,6 @@ declare const VAutocomplete: {
|
|
|
3103
2978
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
3104
2979
|
default?: (() => vue.VNodeChild) | undefined;
|
|
3105
2980
|
};
|
|
3106
|
-
$slots?: {
|
|
3107
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
3108
|
-
} | undefined;
|
|
3109
2981
|
'v-slots'?: {
|
|
3110
2982
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
3111
2983
|
} | undefined;
|
|
@@ -3131,9 +3003,6 @@ declare const VAutocomplete: {
|
|
|
3131
3003
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
3132
3004
|
default?: (() => vue.VNodeChild) | undefined;
|
|
3133
3005
|
};
|
|
3134
|
-
$slots?: {
|
|
3135
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
3136
|
-
} | undefined;
|
|
3137
3006
|
'v-slots'?: {
|
|
3138
3007
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
3139
3008
|
} | undefined;
|
|
@@ -3165,9 +3034,6 @@ declare const VAutocomplete: {
|
|
|
3165
3034
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
3166
3035
|
default?: (() => vue.VNodeChild) | undefined;
|
|
3167
3036
|
};
|
|
3168
|
-
$slots?: {
|
|
3169
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
3170
|
-
} | undefined;
|
|
3171
3037
|
'v-slots'?: {
|
|
3172
3038
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
3173
3039
|
} | undefined;
|
|
@@ -3183,9 +3049,6 @@ declare const VAutocomplete: {
|
|
|
3183
3049
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
3184
3050
|
default?: (() => vue.VNodeChild) | undefined;
|
|
3185
3051
|
};
|
|
3186
|
-
$slots?: {
|
|
3187
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
3188
|
-
} | undefined;
|
|
3189
3052
|
'v-slots'?: {
|
|
3190
3053
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
3191
3054
|
} | undefined;
|
|
@@ -3198,6 +3061,7 @@ declare const VAutocomplete: {
|
|
|
3198
3061
|
}>>;
|
|
3199
3062
|
};
|
|
3200
3063
|
zIndex: string | number;
|
|
3064
|
+
style: vue.StyleValue;
|
|
3201
3065
|
eager: boolean;
|
|
3202
3066
|
disabled: boolean;
|
|
3203
3067
|
modelValue: boolean;
|
|
@@ -3224,6 +3088,7 @@ declare const VAutocomplete: {
|
|
|
3224
3088
|
maxWidth?: string | number | undefined;
|
|
3225
3089
|
minHeight?: string | number | undefined;
|
|
3226
3090
|
minWidth?: string | number | undefined;
|
|
3091
|
+
class?: any;
|
|
3227
3092
|
theme?: string | undefined;
|
|
3228
3093
|
contentClass?: any;
|
|
3229
3094
|
activator?: string | Element | vue.ComponentPublicInstance | undefined;
|
|
@@ -3232,7 +3097,7 @@ declare const VAutocomplete: {
|
|
|
3232
3097
|
contentProps?: any;
|
|
3233
3098
|
attach?: string | boolean | Element | undefined;
|
|
3234
3099
|
} & {
|
|
3235
|
-
$children?:
|
|
3100
|
+
$children?: vue.VNodeChild | {
|
|
3236
3101
|
default?: ((args_0: {
|
|
3237
3102
|
isActive: vue.Ref<boolean>;
|
|
3238
3103
|
}) => vue.VNodeChild) | undefined;
|
|
@@ -3240,16 +3105,9 @@ declare const VAutocomplete: {
|
|
|
3240
3105
|
isActive: boolean;
|
|
3241
3106
|
props: Record<string, any>;
|
|
3242
3107
|
}) => vue.VNodeChild) | undefined;
|
|
3243
|
-
}
|
|
3244
|
-
|
|
3245
|
-
|
|
3246
|
-
isActive: vue.Ref<boolean>;
|
|
3247
|
-
}) => vue.VNodeChild) | undefined;
|
|
3248
|
-
activator?: ((args_0: {
|
|
3249
|
-
isActive: boolean;
|
|
3250
|
-
props: Record<string, any>;
|
|
3251
|
-
}) => vue.VNodeChild) | undefined;
|
|
3252
|
-
} | undefined;
|
|
3108
|
+
} | ((args_0: {
|
|
3109
|
+
isActive: vue.Ref<boolean>;
|
|
3110
|
+
}) => vue.VNodeChild);
|
|
3253
3111
|
'v-slots'?: {
|
|
3254
3112
|
default?: false | ((args_0: {
|
|
3255
3113
|
isActive: vue.Ref<boolean>;
|
|
@@ -3269,7 +3127,7 @@ declare const VAutocomplete: {
|
|
|
3269
3127
|
}) => vue.VNodeChild) | undefined;
|
|
3270
3128
|
} & {
|
|
3271
3129
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
3272
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">>;
|
|
3130
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">>;
|
|
3273
3131
|
};
|
|
3274
3132
|
multiple: BooleanConstructor;
|
|
3275
3133
|
noDataText: {
|