vuetify 3.5.14 → 3.5.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/json/attributes.json +1 -5
- package/dist/json/importMap-labs.json +4 -4
- package/dist/json/importMap.json +108 -108
- package/dist/json/tags.json +0 -1
- package/dist/json/web-types.json +80 -19
- package/dist/vuetify-labs.css +2003 -1925
- package/dist/vuetify-labs.d.ts +10752 -10485
- package/dist/vuetify-labs.esm.js +180 -155
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +180 -155
- package/dist/vuetify-labs.min.css +3 -3
- package/dist/vuetify.css +2306 -2272
- package/dist/vuetify.d.ts +9316 -9253
- package/dist/vuetify.esm.js +127 -127
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +127 -127
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +3 -3
- package/dist/vuetify.min.js +1083 -1086
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.mjs.map +1 -1
- package/lib/blueprints/md1.mjs.map +1 -1
- package/lib/blueprints/md2.mjs.map +1 -1
- package/lib/blueprints/md3.mjs.map +1 -1
- package/lib/components/VAlert/VAlert.mjs.map +1 -1
- package/lib/components/VAlert/VAlertTitle.mjs.map +1 -1
- package/lib/components/VAlert/index.d.mts +55 -55
- package/lib/components/VAlert/index.mjs.map +1 -1
- package/lib/components/VApp/VApp.mjs.map +1 -1
- package/lib/components/VApp/index.mjs.map +1 -1
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/VAppBarNavIcon.mjs.map +1 -1
- package/lib/components/VAppBar/VAppBarTitle.mjs.map +1 -1
- package/lib/components/VAppBar/index.d.mts +162 -162
- package/lib/components/VAppBar/index.mjs.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +609 -609
- package/lib/components/VAutocomplete/index.mjs.map +1 -1
- package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
- package/lib/components/VAvatar/index.d.mts +30 -30
- package/lib/components/VAvatar/index.mjs.map +1 -1
- package/lib/components/VBadge/VBadge.mjs.map +1 -1
- package/lib/components/VBadge/index.d.mts +58 -58
- package/lib/components/VBadge/index.mjs.map +1 -1
- package/lib/components/VBanner/VBanner.mjs.map +1 -1
- package/lib/components/VBanner/VBannerActions.mjs.map +1 -1
- package/lib/components/VBanner/VBannerText.mjs.map +1 -1
- package/lib/components/VBanner/index.d.mts +50 -50
- package/lib/components/VBanner/index.mjs.map +1 -1
- package/lib/components/VBottomNavigation/VBottomNavigation.css +1 -1
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs.map +1 -1
- package/lib/components/VBottomNavigation/_variables.scss +1 -1
- package/lib/components/VBottomNavigation/index.d.mts +60 -60
- package/lib/components/VBottomNavigation/index.mjs.map +1 -1
- package/lib/components/VBottomSheet/VBottomSheet.mjs.map +1 -1
- package/lib/components/VBottomSheet/index.d.mts +125 -125
- package/lib/components/VBottomSheet/index.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/index.d.mts +34 -34
- package/lib/components/VBreadcrumbs/index.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.css +4 -0
- package/lib/components/VBtn/VBtn.mjs +6 -8
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.sass +4 -0
- package/lib/components/VBtn/_variables.scss +1 -0
- package/lib/components/VBtn/index.d.mts +100 -100
- package/lib/components/VBtn/index.mjs.map +1 -1
- package/lib/components/VBtnGroup/VBtnGroup.mjs.map +1 -1
- package/lib/components/VBtnGroup/index.d.mts +23 -23
- package/lib/components/VBtnGroup/index.mjs.map +1 -1
- package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
- package/lib/components/VBtnToggle/index.d.mts +40 -40
- package/lib/components/VBtnToggle/index.mjs.map +1 -1
- package/lib/components/VCard/VCard.mjs.map +1 -1
- package/lib/components/VCard/VCardActions.mjs.map +1 -1
- package/lib/components/VCard/VCardItem.mjs.map +1 -1
- package/lib/components/VCard/VCardSubtitle.mjs.map +1 -1
- package/lib/components/VCard/VCardText.mjs.map +1 -1
- package/lib/components/VCard/VCardTitle.mjs.map +1 -1
- package/lib/components/VCard/index.d.mts +85 -85
- package/lib/components/VCard/index.mjs.map +1 -1
- package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
- package/lib/components/VCarousel/VCarouselItem.mjs.map +1 -1
- package/lib/components/VCarousel/index.d.mts +121 -121
- package/lib/components/VCarousel/index.mjs.map +1 -1
- package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
- package/lib/components/VCheckbox/index.d.mts +154 -154
- package/lib/components/VCheckbox/index.mjs.map +1 -1
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/index.d.mts +86 -86
- package/lib/components/VChip/index.mjs.map +1 -1
- package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
- package/lib/components/VChipGroup/index.d.mts +37 -37
- package/lib/components/VChipGroup/index.mjs.map +1 -1
- package/lib/components/VCode/index.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerCanvas.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerEdit.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerPreview.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerSwatches.mjs.map +1 -1
- package/lib/components/VColorPicker/index.d.mts +96 -96
- package/lib/components/VColorPicker/index.mjs.map +1 -1
- package/lib/components/VColorPicker/util/index.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +609 -609
- package/lib/components/VCombobox/index.mjs.map +1 -1
- package/lib/components/VCounter/VCounter.mjs.map +1 -1
- package/lib/components/VCounter/index.d.mts +20 -20
- package/lib/components/VCounter/index.mjs.map +1 -1
- package/lib/components/VDataIterator/VDataIterator.mjs.map +1 -1
- package/lib/components/VDataIterator/composables/items.mjs.map +1 -1
- package/lib/components/VDataIterator/index.d.mts +35 -35
- package/lib/components/VDataIterator/index.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableColumn.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableFooter.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableGroupHeaderRow.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableHeaders.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableRow.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableRows.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/components/VDataTable/composables/expand.mjs.map +1 -1
- package/lib/components/VDataTable/composables/group.mjs.map +1 -1
- package/lib/components/VDataTable/composables/headers.mjs.map +1 -1
- package/lib/components/VDataTable/composables/items.mjs.map +1 -1
- package/lib/components/VDataTable/composables/options.mjs +1 -1
- package/lib/components/VDataTable/composables/options.mjs.map +1 -1
- package/lib/components/VDataTable/composables/paginate.mjs.map +1 -1
- package/lib/components/VDataTable/composables/select.mjs.map +1 -1
- package/lib/components/VDataTable/composables/sort.mjs +8 -4
- package/lib/components/VDataTable/composables/sort.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +217 -217
- package/lib/components/VDataTable/index.mjs.map +1 -1
- package/lib/components/VDataTable/types.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerControls.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerHeader.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonths.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerYears.mjs.map +1 -1
- package/lib/components/VDatePicker/index.d.mts +110 -110
- package/lib/components/VDatePicker/index.mjs.map +1 -1
- package/lib/components/VDatePicker/util/createNativeLocaleFormatter.mjs.map +1 -1
- package/lib/components/VDatePicker/util/eventHelpers.mjs.map +1 -1
- package/lib/components/VDatePicker/util/index.mjs.map +1 -1
- package/lib/components/VDatePicker/util/isDateAllowed.mjs.map +1 -1
- package/lib/components/VDatePicker/util/monthChange.mjs.map +1 -1
- package/lib/components/VDatePicker/util/pad.mjs.map +1 -1
- package/lib/components/VDatePicker/util/sanitizeDateString.mjs.map +1 -1
- package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs.map +1 -1
- package/lib/components/VDefaultsProvider/index.mjs.map +1 -1
- package/lib/components/VDialog/VDialog.mjs +23 -13
- package/lib/components/VDialog/VDialog.mjs.map +1 -1
- package/lib/components/VDialog/index.d.mts +404 -377
- package/lib/components/VDialog/index.mjs.map +1 -1
- package/lib/components/VDivider/VDivider.mjs.map +1 -1
- package/lib/components/VDivider/index.d.mts +11 -11
- package/lib/components/VDivider/index.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelText.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs.map +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +111 -111
- package/lib/components/VExpansionPanel/index.mjs.map +1 -1
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VFieldLabel.mjs.map +1 -1
- package/lib/components/VField/index.d.mts +46 -46
- package/lib/components/VField/index.mjs.map +1 -1
- package/lib/components/VFileInput/VFileInput.mjs +2 -4
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/index.d.mts +199 -199
- package/lib/components/VFileInput/index.mjs.map +1 -1
- package/lib/components/VFooter/VFooter.mjs.map +1 -1
- package/lib/components/VFooter/index.d.mts +50 -50
- package/lib/components/VFooter/index.mjs.map +1 -1
- package/lib/components/VForm/VForm.mjs.map +1 -1
- package/lib/components/VForm/index.d.mts +9 -9
- package/lib/components/VForm/index.mjs.map +1 -1
- package/lib/components/VGrid/VCol.mjs.map +1 -1
- package/lib/components/VGrid/VContainer.mjs.map +1 -1
- package/lib/components/VGrid/VRow.mjs.map +1 -1
- package/lib/components/VGrid/VSpacer.mjs.map +1 -1
- package/lib/components/VGrid/index.d.mts +142 -142
- package/lib/components/VGrid/index.mjs.map +1 -1
- package/lib/components/VHover/VHover.mjs.map +1 -1
- package/lib/components/VHover/index.mjs.map +1 -1
- package/lib/components/VIcon/VIcon.mjs.map +1 -1
- package/lib/components/VIcon/index.d.mts +24 -24
- package/lib/components/VIcon/index.mjs.map +1 -1
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VImg/index.d.mts +92 -92
- package/lib/components/VImg/index.mjs.map +1 -1
- package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs.map +1 -1
- package/lib/components/VInfiniteScroll/index.d.mts +22 -22
- package/lib/components/VInfiniteScroll/index.mjs.map +1 -1
- package/lib/components/VInput/InputIcon.mjs.map +1 -1
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/index.d.mts +41 -41
- package/lib/components/VInput/index.mjs.map +1 -1
- package/lib/components/VItemGroup/VItem.mjs.map +1 -1
- package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
- package/lib/components/VItemGroup/index.d.mts +17 -17
- package/lib/components/VItemGroup/index.mjs.map +1 -1
- package/lib/components/VKbd/index.mjs.map +1 -1
- package/lib/components/VLabel/VLabel.mjs.map +1 -1
- package/lib/components/VLabel/index.d.mts +8 -8
- package/lib/components/VLabel/index.mjs.map +1 -1
- package/lib/components/VLayout/VLayout.mjs.map +1 -1
- package/lib/components/VLayout/VLayoutItem.mjs.map +1 -1
- package/lib/components/VLayout/index.d.mts +24 -24
- package/lib/components/VLayout/index.mjs.map +1 -1
- package/lib/components/VLazy/VLazy.mjs.map +1 -1
- package/lib/components/VLazy/index.d.mts +31 -31
- package/lib/components/VLazy/index.mjs.map +1 -1
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VListChildren.mjs.map +1 -1
- package/lib/components/VList/VListGroup.mjs.map +1 -1
- package/lib/components/VList/VListImg.mjs.map +1 -1
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItemAction.mjs.map +1 -1
- package/lib/components/VList/VListItemMedia.mjs.map +1 -1
- package/lib/components/VList/VListItemSubtitle.mjs.map +1 -1
- package/lib/components/VList/VListItemTitle.mjs.map +1 -1
- package/lib/components/VList/VListSubheader.mjs.map +1 -1
- package/lib/components/VList/index.d.mts +172 -172
- package/lib/components/VList/index.mjs.map +1 -1
- package/lib/components/VList/list.mjs.map +1 -1
- package/lib/components/VLocaleProvider/VLocaleProvider.mjs.map +1 -1
- package/lib/components/VLocaleProvider/index.d.mts +7 -7
- package/lib/components/VLocaleProvider/index.mjs.map +1 -1
- package/lib/components/VMain/VMain.mjs.map +1 -1
- package/lib/components/VMain/index.d.mts +2 -2
- package/lib/components/VMain/index.mjs.map +1 -1
- package/lib/components/VMenu/VMenu.mjs +2 -1
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +438 -423
- package/lib/components/VMenu/index.mjs.map +1 -1
- package/lib/components/VMenu/shared.mjs.map +1 -1
- package/lib/components/VMessages/VMessages.mjs.map +1 -1
- package/lib/components/VMessages/index.d.mts +20 -20
- package/lib/components/VMessages/index.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/index.d.mts +63 -63
- package/lib/components/VNavigationDrawer/index.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/touch.mjs.map +1 -1
- package/lib/components/VNoSsr/VNoSsr.mjs.map +1 -1
- package/lib/components/VNoSsr/index.mjs.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
- package/lib/components/VOtpInput/index.d.mts +88 -88
- package/lib/components/VOtpInput/index.mjs.map +1 -1
- package/lib/components/VOverflowBtn/VOverflowBtn.mjs.map +1 -1
- package/lib/components/VOverflowBtn/index.mjs.map +1 -1
- package/lib/components/VOverlay/VOverlay.mjs +5 -0
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/index.d.mts +110 -104
- package/lib/components/VOverlay/index.mjs.map +1 -1
- package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
- package/lib/components/VOverlay/requestNewFrame.mjs.map +1 -1
- package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -1
- package/lib/components/VOverlay/useActivator.mjs.map +1 -1
- package/lib/components/VOverlay/util/point.mjs.map +1 -1
- package/lib/components/VPagination/VPagination.mjs.map +1 -1
- package/lib/components/VPagination/index.d.mts +55 -55
- package/lib/components/VPagination/index.mjs.map +1 -1
- package/lib/components/VParallax/VParallax.mjs.map +1 -1
- package/lib/components/VParallax/index.d.mts +7 -7
- package/lib/components/VParallax/index.mjs.map +1 -1
- package/lib/components/VProgressCircular/VProgressCircular.mjs.map +1 -1
- package/lib/components/VProgressCircular/index.d.mts +24 -24
- package/lib/components/VProgressCircular/index.mjs.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.mjs +1 -11
- package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
- package/lib/components/VProgressLinear/index.d.mts +41 -62
- package/lib/components/VProgressLinear/index.mjs.map +1 -1
- package/lib/components/VRadio/VRadio.mjs.map +1 -1
- package/lib/components/VRadio/index.d.mts +41 -41
- package/lib/components/VRadio/index.mjs.map +1 -1
- package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
- package/lib/components/VRadioGroup/index.d.mts +85 -85
- package/lib/components/VRadioGroup/index.mjs.map +1 -1
- package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
- package/lib/components/VRangeSlider/index.d.mts +82 -82
- package/lib/components/VRangeSlider/index.mjs.map +1 -1
- package/lib/components/VRating/VRating.mjs.map +1 -1
- package/lib/components/VRating/index.d.mts +22 -22
- package/lib/components/VRating/index.mjs.map +1 -1
- package/lib/components/VResponsive/VResponsive.mjs.map +1 -1
- package/lib/components/VResponsive/index.d.mts +23 -23
- package/lib/components/VResponsive/index.mjs.map +1 -1
- package/lib/components/VSelect/VSelect.mjs +1 -1
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +609 -609
- package/lib/components/VSelect/index.mjs.map +1 -1
- package/lib/components/VSelect/useScrolling.mjs.map +1 -1
- package/lib/components/VSelectionControl/VSelectionControl.mjs +1 -1
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSelectionControl/index.d.mts +43 -43
- package/lib/components/VSelectionControl/index.mjs.map +1 -1
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -1
- package/lib/components/VSelectionControlGroup/index.d.mts +39 -39
- package/lib/components/VSelectionControlGroup/index.mjs.map +1 -1
- package/lib/components/VSheet/VSheet.mjs.map +1 -1
- package/lib/components/VSheet/index.d.mts +34 -34
- package/lib/components/VSheet/index.mjs.map +1 -1
- package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
- package/lib/components/VSkeletonLoader/index.d.mts +17 -17
- package/lib/components/VSkeletonLoader/index.mjs.map +1 -1
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlideGroup/VSlideGroupItem.mjs.map +1 -1
- package/lib/components/VSlideGroup/helpers.mjs.map +1 -1
- package/lib/components/VSlideGroup/index.d.mts +24 -24
- package/lib/components/VSlideGroup/index.mjs.map +1 -1
- package/lib/components/VSlider/VSlider.mjs.map +1 -1
- package/lib/components/VSlider/VSliderThumb.mjs.map +1 -1
- package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
- package/lib/components/VSlider/index.d.mts +75 -75
- package/lib/components/VSlider/index.mjs.map +1 -1
- package/lib/components/VSlider/slider.mjs.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/index.d.mts +455 -440
- package/lib/components/VSnackbar/index.mjs.map +1 -1
- package/lib/components/VSparkline/VSparkline.mjs.map +1 -1
- package/lib/components/VSparkline/helpers/core.mjs.map +1 -1
- package/lib/components/VSparkline/helpers/math.mjs.map +1 -1
- package/lib/components/VSparkline/helpers/path.mjs.map +1 -1
- package/lib/components/VSparkline/index.mjs.map +1 -1
- package/lib/components/VSpeedDial/VSpeedDial.mjs.map +1 -1
- package/lib/components/VSpeedDial/index.mjs.map +1 -1
- package/lib/components/VStepper/VStepper.mjs.map +1 -1
- package/lib/components/VStepper/VStepperActions.mjs.map +1 -1
- package/lib/components/VStepper/VStepperHeader.mjs.map +1 -1
- package/lib/components/VStepper/VStepperItem.mjs.map +1 -1
- package/lib/components/VStepper/VStepperWindow.mjs.map +1 -1
- package/lib/components/VStepper/VStepperWindowItem.mjs.map +1 -1
- package/lib/components/VStepper/index.d.mts +115 -115
- package/lib/components/VStepper/index.mjs.map +1 -1
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VSwitch/index.d.mts +88 -88
- package/lib/components/VSwitch/index.mjs.map +1 -1
- package/lib/components/VSystemBar/VSystemBar.mjs.map +1 -1
- package/lib/components/VSystemBar/index.d.mts +39 -39
- package/lib/components/VSystemBar/index.mjs.map +1 -1
- package/lib/components/VTable/VTable.mjs.map +1 -1
- package/lib/components/VTable/index.d.mts +4 -4
- package/lib/components/VTable/index.mjs.map +1 -1
- package/lib/components/VTabs/VTab.mjs.map +1 -1
- package/lib/components/VTabs/VTabs.mjs.map +1 -1
- package/lib/components/VTabs/index.d.mts +437 -437
- package/lib/components/VTabs/index.mjs.map +1 -1
- package/lib/components/VTabs/shared.mjs.map +1 -1
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/index.d.mts +353 -353
- package/lib/components/VTextField/index.mjs.map +1 -1
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/index.d.mts +230 -230
- package/lib/components/VTextarea/index.mjs.map +1 -1
- package/lib/components/VThemeProvider/VThemeProvider.mjs.map +1 -1
- package/lib/components/VThemeProvider/index.mjs.map +1 -1
- package/lib/components/VTimeline/VTimeline.mjs.map +1 -1
- package/lib/components/VTimeline/VTimelineDivider.mjs.map +1 -1
- package/lib/components/VTimeline/VTimelineItem.mjs.map +1 -1
- package/lib/components/VTimeline/index.d.mts +26 -26
- package/lib/components/VTimeline/index.mjs.map +1 -1
- package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
- package/lib/components/VToolbar/VToolbarItems.mjs.map +1 -1
- package/lib/components/VToolbar/VToolbarTitle.mjs.map +1 -1
- package/lib/components/VToolbar/index.d.mts +53 -53
- package/lib/components/VToolbar/index.mjs.map +1 -1
- package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
- package/lib/components/VTooltip/index.d.mts +469 -454
- package/lib/components/VTooltip/index.mjs.map +1 -1
- package/lib/components/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/components/VTreeview/VTreeviewNode.mjs.map +1 -1
- package/lib/components/VTreeview/index.mjs.map +1 -1
- package/lib/components/VTreeview/util/filterTreeItems.mjs.map +1 -1
- package/lib/components/VValidation/VValidation.mjs.map +1 -1
- package/lib/components/VValidation/index.d.mts +19 -19
- package/lib/components/VValidation/index.mjs.map +1 -1
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
- package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs.map +1 -1
- package/lib/components/VVirtualScroll/index.d.mts +10 -10
- package/lib/components/VVirtualScroll/index.mjs.map +1 -1
- package/lib/components/VWindow/VWindow.mjs.map +1 -1
- package/lib/components/VWindow/VWindowItem.mjs.map +1 -1
- package/lib/components/VWindow/index.d.mts +31 -31
- package/lib/components/VWindow/index.mjs.map +1 -1
- package/lib/components/index.d.mts +9409 -9346
- package/lib/components/index.mjs.map +1 -1
- package/lib/components/transitions/createTransition.mjs.map +1 -1
- package/lib/components/transitions/dialog-transition.mjs.map +1 -1
- package/lib/components/transitions/expand-transition.mjs.map +1 -1
- package/lib/components/transitions/index.d.mts +200 -200
- package/lib/components/transitions/index.mjs.map +1 -1
- package/lib/composables/border.mjs.map +1 -1
- package/lib/composables/calendar.mjs +1 -1
- package/lib/composables/calendar.mjs.map +1 -1
- package/lib/composables/color.mjs.map +1 -1
- package/lib/composables/component.mjs.map +1 -1
- package/lib/composables/date/DateAdapter.mjs.map +1 -1
- package/lib/composables/date/adapters/vuetify.mjs +7 -6
- package/lib/composables/date/adapters/vuetify.mjs.map +1 -1
- package/lib/composables/date/date.mjs.map +1 -1
- package/lib/composables/date/index.mjs.map +1 -1
- package/lib/composables/defaults.mjs.map +1 -1
- package/lib/composables/delay.mjs.map +1 -1
- package/lib/composables/density.mjs.map +1 -1
- package/lib/composables/dimensions.mjs.map +1 -1
- package/lib/composables/directiveComponent.mjs.map +1 -1
- package/lib/composables/display.mjs.map +1 -1
- package/lib/composables/elevation.mjs.map +1 -1
- package/lib/composables/filter.mjs.map +1 -1
- package/lib/composables/focus.mjs.map +1 -1
- package/lib/composables/form.mjs.map +1 -1
- package/lib/composables/forwardRefs.mjs.map +1 -1
- package/lib/composables/goto.mjs.map +1 -1
- package/lib/composables/group.mjs.map +1 -1
- package/lib/composables/hydration.mjs.map +1 -1
- package/lib/composables/icons.mjs +2 -2
- package/lib/composables/icons.mjs.map +1 -1
- package/lib/composables/index.mjs.map +1 -1
- package/lib/composables/intersectionObserver.mjs.map +1 -1
- package/lib/composables/layout.mjs.map +1 -1
- package/lib/composables/lazy.mjs.map +1 -1
- package/lib/composables/list-items.mjs.map +1 -1
- package/lib/composables/loader.mjs.map +1 -1
- package/lib/composables/locale.mjs.map +1 -1
- package/lib/composables/location.mjs.map +1 -1
- package/lib/composables/mutationObserver.mjs.map +1 -1
- package/lib/composables/nested/activeStrategies.mjs.map +1 -1
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/nested/openStrategies.mjs.map +1 -1
- package/lib/composables/nested/selectStrategies.mjs.map +1 -1
- package/lib/composables/position.mjs.map +1 -1
- package/lib/composables/proxiedModel.mjs.map +1 -1
- package/lib/composables/refs.mjs.map +1 -1
- package/lib/composables/resizeObserver.mjs.map +1 -1
- package/lib/composables/rounded.mjs +1 -1
- package/lib/composables/rounded.mjs.map +1 -1
- package/lib/composables/router.mjs +1 -1
- package/lib/composables/router.mjs.map +1 -1
- package/lib/composables/scopeId.mjs.map +1 -1
- package/lib/composables/scroll.mjs.map +1 -1
- package/lib/composables/selectLink.mjs.map +1 -1
- package/lib/composables/size.mjs.map +1 -1
- package/lib/composables/ssrBoot.mjs.map +1 -1
- package/lib/composables/stack.mjs.map +1 -1
- package/lib/composables/tag.mjs.map +1 -1
- package/lib/composables/teleport.mjs.map +1 -1
- package/lib/composables/theme.mjs.map +1 -1
- package/lib/composables/toggleScope.mjs.map +1 -1
- package/lib/composables/touch.mjs.map +1 -1
- package/lib/composables/transition.mjs.map +1 -1
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/composables/variant.mjs.map +1 -1
- package/lib/composables/virtual.mjs.map +1 -1
- package/lib/directives/click-outside/index.mjs.map +1 -1
- package/lib/directives/color/index.mjs.map +1 -1
- package/lib/directives/index.mjs.map +1 -1
- package/lib/directives/intersect/index.mjs.map +1 -1
- package/lib/directives/mutate/index.mjs.map +1 -1
- package/lib/directives/resize/index.mjs.map +1 -1
- package/lib/directives/ripple/index.mjs.map +1 -1
- package/lib/directives/scroll/index.mjs.map +1 -1
- package/lib/directives/touch/index.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/iconsets/fa-svg.mjs.map +1 -1
- package/lib/iconsets/fa.mjs.map +1 -1
- package/lib/iconsets/fa4.mjs.map +1 -1
- package/lib/iconsets/md.mjs.map +1 -1
- package/lib/iconsets/mdi-svg.mjs.map +1 -1
- package/lib/iconsets/mdi.mjs.map +1 -1
- package/lib/index.d.mts +36 -36
- package/lib/labs/VCalendar/VCalendar.mjs +15 -11
- package/lib/labs/VCalendar/VCalendar.mjs.map +1 -1
- package/lib/labs/VCalendar/VCalendarDay.mjs.map +1 -1
- package/lib/labs/VCalendar/VCalendarEvent.mjs.map +1 -1
- package/lib/labs/VCalendar/VCalendarHeader.mjs.map +1 -1
- package/lib/labs/VCalendar/VCalendarInterval.mjs.map +1 -1
- package/lib/labs/VCalendar/VCalendarIntervalEvent.mjs.map +1 -1
- package/lib/labs/VCalendar/VCalendarMonthDay.mjs +12 -4
- package/lib/labs/VCalendar/VCalendarMonthDay.mjs.map +1 -1
- package/lib/labs/VCalendar/index.d.mts +200 -52
- package/lib/labs/VCalendar/index.mjs.map +1 -1
- package/lib/labs/VConfirmEdit/VConfirmEdit.mjs.map +1 -1
- package/lib/labs/VConfirmEdit/__test__/VConfirmEdit.spec.cy.mjs.map +1 -1
- package/lib/labs/VConfirmEdit/index.d.mts +2 -2
- package/lib/labs/VConfirmEdit/index.mjs.map +1 -1
- package/lib/labs/VEmptyState/VEmptyState.css +7 -2
- package/lib/labs/VEmptyState/VEmptyState.mjs.map +1 -1
- package/lib/labs/VEmptyState/VEmptyState.sass +5 -0
- package/lib/labs/VEmptyState/_variables.scss +9 -6
- package/lib/labs/VEmptyState/index.d.mts +47 -47
- package/lib/labs/VEmptyState/index.mjs.map +1 -1
- package/lib/labs/VFab/VFab.mjs.map +1 -1
- package/lib/labs/VFab/index.d.mts +223 -223
- package/lib/labs/VFab/index.mjs.map +1 -1
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VNumberInput/index.d.mts +108 -108
- package/lib/labs/VNumberInput/index.mjs.map +1 -1
- package/lib/labs/VPicker/VPicker.mjs.map +1 -1
- package/lib/labs/VPicker/VPickerTitle.mjs.map +1 -1
- package/lib/labs/VPicker/index.d.mts +45 -45
- package/lib/labs/VPicker/index.mjs.map +1 -1
- package/lib/labs/VSparkline/VBarline.mjs.map +1 -1
- package/lib/labs/VSparkline/VSparkline.mjs.map +1 -1
- package/lib/labs/VSparkline/VTrendline.mjs.map +1 -1
- package/lib/labs/VSparkline/index.d.mts +38 -38
- package/lib/labs/VSparkline/index.mjs.map +1 -1
- package/lib/labs/VSparkline/util/line.mjs.map +1 -1
- package/lib/labs/VSparkline/util/path.mjs.map +1 -1
- package/lib/labs/VSpeedDial/VSpeedDial.css +39 -0
- package/lib/labs/VSpeedDial/VSpeedDial.mjs +19 -9
- package/lib/labs/VSpeedDial/VSpeedDial.mjs.map +1 -1
- package/lib/labs/VSpeedDial/VSpeedDial.sass +22 -0
- package/lib/labs/VSpeedDial/index.d.mts +297 -241
- package/lib/labs/VSpeedDial/index.mjs.map +1 -1
- package/lib/labs/VTimePicker/SelectingTimes.mjs.map +1 -1
- package/lib/labs/VTimePicker/VTimePicker.mjs +2 -2
- package/lib/labs/VTimePicker/VTimePicker.mjs.map +1 -1
- package/lib/labs/VTimePicker/VTimePickerClock.mjs +8 -5
- package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
- package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
- package/lib/labs/VTimePicker/index.d.mts +117 -117
- package/lib/labs/VTimePicker/index.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewGroup.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
- package/lib/labs/VTreeview/index.d.mts +201 -201
- package/lib/labs/VTreeview/index.mjs.map +1 -1
- package/lib/labs/VTreeview/shared.mjs.map +1 -1
- package/lib/labs/allComponents.mjs.map +1 -1
- package/lib/labs/components.d.mts +1251 -1047
- package/lib/labs/components.mjs.map +1 -1
- package/lib/labs/entry-bundler.mjs.map +1 -1
- package/lib/labs/index.mjs.map +1 -1
- package/lib/locale/adapters/vue-i18n.mjs.map +1 -1
- package/lib/locale/adapters/vuetify.mjs.map +1 -1
- package/lib/locale/af.mjs.map +1 -1
- package/lib/locale/ar.mjs.map +1 -1
- package/lib/locale/az.mjs.map +1 -1
- package/lib/locale/bg.mjs.map +1 -1
- package/lib/locale/ca.mjs.map +1 -1
- package/lib/locale/ckb.mjs.map +1 -1
- package/lib/locale/cs.mjs.map +1 -1
- package/lib/locale/da.mjs.map +1 -1
- package/lib/locale/de.mjs.map +1 -1
- package/lib/locale/el.mjs.map +1 -1
- package/lib/locale/en.mjs.map +1 -1
- package/lib/locale/es.mjs.map +1 -1
- package/lib/locale/et.mjs.map +1 -1
- package/lib/locale/fa.mjs.map +1 -1
- package/lib/locale/fi.mjs.map +1 -1
- package/lib/locale/fr.mjs.map +1 -1
- package/lib/locale/he.mjs.map +1 -1
- package/lib/locale/hr.mjs.map +1 -1
- package/lib/locale/hu.mjs.map +1 -1
- package/lib/locale/id.mjs.map +1 -1
- package/lib/locale/index.mjs.map +1 -1
- package/lib/locale/it.mjs.map +1 -1
- package/lib/locale/ja.mjs.map +1 -1
- package/lib/locale/km.mjs.map +1 -1
- package/lib/locale/ko.mjs.map +1 -1
- package/lib/locale/lt.mjs +25 -25
- package/lib/locale/lt.mjs.map +1 -1
- package/lib/locale/lv.mjs.map +1 -1
- package/lib/locale/nl.mjs.map +1 -1
- package/lib/locale/no.mjs.map +1 -1
- package/lib/locale/pl.mjs.map +1 -1
- package/lib/locale/pt.mjs.map +1 -1
- package/lib/locale/ro.mjs.map +1 -1
- package/lib/locale/ru.mjs.map +1 -1
- package/lib/locale/sk.mjs.map +1 -1
- package/lib/locale/sl.mjs +30 -30
- package/lib/locale/sl.mjs.map +1 -1
- package/lib/locale/sr-Cyrl.mjs.map +1 -1
- package/lib/locale/sr-Latn.mjs.map +1 -1
- package/lib/locale/sv.mjs.map +1 -1
- package/lib/locale/th.mjs.map +1 -1
- package/lib/locale/tr.mjs.map +1 -1
- package/lib/locale/uk.mjs.map +1 -1
- package/lib/locale/vi.mjs.map +1 -1
- package/lib/locale/zh-Hans.mjs.map +1 -1
- package/lib/locale/zh-Hant.mjs.map +1 -1
- package/lib/services/goto/easing-patterns.mjs.map +1 -1
- package/lib/services/goto/index.mjs.map +1 -1
- package/lib/services/goto/util.mjs.map +1 -1
- package/lib/styles/main.css +30 -0
- package/lib/styles/settings/_variables.scss +1 -0
- package/lib/util/anchor.mjs.map +1 -1
- package/lib/util/animation.mjs.map +1 -1
- package/lib/util/bindProps.mjs.map +1 -1
- package/lib/util/box.mjs.map +1 -1
- package/lib/util/color/APCA.mjs.map +1 -1
- package/lib/util/color/transformCIELAB.mjs.map +1 -1
- package/lib/util/color/transformSRGB.mjs.map +1 -1
- package/lib/util/colorUtils.mjs.map +1 -1
- package/lib/util/colors.mjs.map +1 -1
- package/lib/util/console.mjs.map +1 -1
- package/lib/util/createSimpleFunctional.mjs.map +1 -1
- package/lib/util/defineComponent.mjs.map +1 -1
- package/lib/util/dom.mjs.map +1 -1
- package/lib/util/easing.mjs.map +1 -1
- package/lib/util/events.mjs.map +1 -1
- package/lib/util/getCurrentInstance.mjs.map +1 -1
- package/lib/util/getScrollParent.mjs.map +1 -1
- package/lib/util/globals.mjs.map +1 -1
- package/lib/util/helpers.mjs +8 -16
- package/lib/util/helpers.mjs.map +1 -1
- package/lib/util/index.mjs.map +1 -1
- package/lib/util/injectSelf.mjs.map +1 -1
- package/lib/util/isFixedPosition.mjs.map +1 -1
- package/lib/util/propsFactory.mjs.map +1 -1
- package/lib/util/useRender.mjs.map +1 -1
- package/package.json +25 -25
|
@@ -61,6 +61,10 @@ interface LoaderSlotProps {
|
|
|
61
61
|
isActive: boolean;
|
|
62
62
|
}
|
|
63
63
|
|
|
64
|
+
type VMessageSlot = {
|
|
65
|
+
message: string;
|
|
66
|
+
};
|
|
67
|
+
|
|
64
68
|
type Density = null | 'default' | 'comfortable' | 'compact';
|
|
65
69
|
|
|
66
70
|
type ValidationResult = string | boolean;
|
|
@@ -69,10 +73,6 @@ type ValidationRule = ValidationResult | PromiseLike<ValidationResult> | ((value
|
|
|
69
73
|
type IconValue = string | (string | [path: string, opacity: number])[] | JSXComponent;
|
|
70
74
|
declare const IconValue: PropType<IconValue>;
|
|
71
75
|
|
|
72
|
-
type VMessageSlot = {
|
|
73
|
-
message: string;
|
|
74
|
-
};
|
|
75
|
-
|
|
76
76
|
interface VInputSlot {
|
|
77
77
|
id: ComputedRef<string>;
|
|
78
78
|
messagesId: ComputedRef<string>;
|
|
@@ -247,31 +247,30 @@ type Value<T, ReturnObject extends boolean, Multiple extends boolean> = Multiple
|
|
|
247
247
|
type ItemType<T> = T extends readonly (infer U)[] ? U : never;
|
|
248
248
|
declare const VAutocomplete: {
|
|
249
249
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
250
|
-
flat: boolean;
|
|
251
250
|
reverse: boolean;
|
|
252
|
-
|
|
251
|
+
flat: boolean;
|
|
252
|
+
style: vue.StyleValue;
|
|
253
|
+
menu: boolean;
|
|
253
254
|
type: string;
|
|
254
|
-
error: boolean;
|
|
255
255
|
active: boolean;
|
|
256
|
-
|
|
257
|
-
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
258
|
-
component?: vue.Component | undefined;
|
|
259
|
-
})>;
|
|
260
|
-
menu: boolean;
|
|
261
|
-
style: vue.StyleValue;
|
|
262
|
-
role: string;
|
|
263
|
-
autofocus: boolean;
|
|
264
|
-
eager: boolean;
|
|
256
|
+
error: boolean;
|
|
265
257
|
disabled: boolean;
|
|
266
|
-
readonly: boolean | null;
|
|
267
258
|
messages: string | readonly string[];
|
|
268
259
|
noDataText: string;
|
|
260
|
+
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
261
|
+
component?: vue.Component | undefined;
|
|
262
|
+
})>;
|
|
269
263
|
focused: boolean;
|
|
270
264
|
errorMessages: string | readonly string[] | null;
|
|
271
265
|
maxErrors: string | number;
|
|
266
|
+
readonly: boolean | null;
|
|
272
267
|
rules: readonly ValidationRule[];
|
|
268
|
+
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
273
269
|
tile: boolean;
|
|
270
|
+
eager: boolean;
|
|
271
|
+
role: string;
|
|
274
272
|
density: Density;
|
|
273
|
+
direction: "horizontal" | "vertical";
|
|
275
274
|
valueComparator: typeof deepEqual;
|
|
276
275
|
clearIcon: IconValue;
|
|
277
276
|
hideSpinButtons: boolean;
|
|
@@ -280,6 +279,7 @@ declare const VAutocomplete: {
|
|
|
280
279
|
noFilter: boolean;
|
|
281
280
|
filterKeys: NonNullable<FilterKeys>;
|
|
282
281
|
itemChildren: NonNullable<SelectItemKey>;
|
|
282
|
+
autofocus: boolean;
|
|
283
283
|
clearable: boolean;
|
|
284
284
|
persistentClear: boolean;
|
|
285
285
|
singleLine: boolean;
|
|
@@ -296,18 +296,18 @@ declare const VAutocomplete: {
|
|
|
296
296
|
clearOnSelect: boolean;
|
|
297
297
|
} & {
|
|
298
298
|
search?: string | undefined;
|
|
299
|
+
class?: any;
|
|
299
300
|
id?: string | undefined;
|
|
300
|
-
name?: string | undefined;
|
|
301
|
-
color?: string | undefined;
|
|
302
|
-
loading?: string | boolean | undefined;
|
|
303
301
|
label?: string | undefined;
|
|
302
|
+
theme?: string | undefined;
|
|
303
|
+
color?: string | undefined;
|
|
304
|
+
name?: string | undefined;
|
|
304
305
|
prefix?: string | undefined;
|
|
305
|
-
|
|
306
|
+
loading?: string | boolean | undefined;
|
|
306
307
|
placeholder?: string | undefined;
|
|
307
|
-
theme?: string | undefined;
|
|
308
308
|
counter?: string | number | boolean | undefined;
|
|
309
309
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
310
|
-
validateOn?:
|
|
310
|
+
validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
|
|
311
311
|
rounded?: string | number | boolean | undefined;
|
|
312
312
|
bgColor?: string | undefined;
|
|
313
313
|
prependIcon?: IconValue | undefined;
|
|
@@ -315,8 +315,8 @@ declare const VAutocomplete: {
|
|
|
315
315
|
baseColor?: string | undefined;
|
|
316
316
|
prependInnerIcon?: IconValue | undefined;
|
|
317
317
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
318
|
-
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
319
318
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
319
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
320
320
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
321
321
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
322
322
|
centerAffix?: boolean | undefined;
|
|
@@ -328,13 +328,13 @@ declare const VAutocomplete: {
|
|
|
328
328
|
counterValue?: number | ((value: any) => number) | undefined;
|
|
329
329
|
modelModifiers?: Record<string, boolean> | undefined;
|
|
330
330
|
listProps?: (Partial<{
|
|
331
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
332
|
-
nav: boolean;
|
|
333
331
|
style: vue.StyleValue;
|
|
332
|
+
nav: boolean;
|
|
334
333
|
disabled: boolean;
|
|
335
334
|
tag: string;
|
|
336
|
-
mandatory: boolean;
|
|
337
335
|
rounded: string | number | boolean;
|
|
336
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
337
|
+
mandatory: boolean;
|
|
338
338
|
tile: boolean;
|
|
339
339
|
density: Density;
|
|
340
340
|
slim: boolean;
|
|
@@ -347,11 +347,11 @@ declare const VAutocomplete: {
|
|
|
347
347
|
returnObject: boolean;
|
|
348
348
|
itemType: string;
|
|
349
349
|
}> & Omit<{
|
|
350
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
351
|
-
nav: boolean;
|
|
352
350
|
style: vue.StyleValue;
|
|
351
|
+
nav: boolean;
|
|
353
352
|
disabled: boolean;
|
|
354
353
|
tag: string;
|
|
354
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
355
355
|
mandatory: boolean;
|
|
356
356
|
tile: boolean;
|
|
357
357
|
density: Density;
|
|
@@ -364,19 +364,19 @@ declare const VAutocomplete: {
|
|
|
364
364
|
lines: false | "one" | "two" | "three";
|
|
365
365
|
returnObject: boolean;
|
|
366
366
|
itemType: string;
|
|
367
|
-
|
|
367
|
+
class?: any;
|
|
368
368
|
width?: string | number | undefined;
|
|
369
|
-
|
|
369
|
+
height?: string | number | undefined;
|
|
370
|
+
theme?: string | undefined;
|
|
370
371
|
color?: string | undefined;
|
|
372
|
+
activated?: readonly unknown[] | undefined;
|
|
373
|
+
border?: string | number | boolean | undefined;
|
|
374
|
+
rounded?: string | number | boolean | undefined;
|
|
371
375
|
maxHeight?: string | number | undefined;
|
|
372
376
|
maxWidth?: string | number | undefined;
|
|
373
377
|
minHeight?: string | number | undefined;
|
|
374
378
|
minWidth?: string | number | undefined;
|
|
375
|
-
activated?: readonly unknown[] | undefined;
|
|
376
|
-
class?: any;
|
|
377
379
|
elevation?: string | number | undefined;
|
|
378
|
-
theme?: string | undefined;
|
|
379
|
-
rounded?: string | number | boolean | undefined;
|
|
380
380
|
bgColor?: string | undefined;
|
|
381
381
|
baseColor?: string | undefined;
|
|
382
382
|
activeClass?: string | undefined;
|
|
@@ -401,11 +401,11 @@ declare const VAutocomplete: {
|
|
|
401
401
|
path: unknown[];
|
|
402
402
|
}) => any) | undefined;
|
|
403
403
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
404
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
405
|
-
nav: boolean;
|
|
406
404
|
style: vue.StyleValue;
|
|
405
|
+
nav: boolean;
|
|
407
406
|
disabled: boolean;
|
|
408
407
|
tag: string;
|
|
408
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
409
409
|
mandatory: boolean;
|
|
410
410
|
tile: boolean;
|
|
411
411
|
density: Density;
|
|
@@ -419,19 +419,19 @@ declare const VAutocomplete: {
|
|
|
419
419
|
returnObject: boolean;
|
|
420
420
|
itemType: string;
|
|
421
421
|
} & {
|
|
422
|
-
|
|
422
|
+
class?: any;
|
|
423
423
|
width?: string | number | undefined;
|
|
424
|
-
|
|
424
|
+
height?: string | number | undefined;
|
|
425
|
+
theme?: string | undefined;
|
|
425
426
|
color?: string | undefined;
|
|
427
|
+
activated?: readonly unknown[] | undefined;
|
|
428
|
+
border?: string | number | boolean | undefined;
|
|
429
|
+
rounded?: string | number | boolean | undefined;
|
|
426
430
|
maxHeight?: string | number | undefined;
|
|
427
431
|
maxWidth?: string | number | undefined;
|
|
428
432
|
minHeight?: string | number | undefined;
|
|
429
433
|
minWidth?: string | number | undefined;
|
|
430
|
-
activated?: readonly unknown[] | undefined;
|
|
431
|
-
class?: any;
|
|
432
434
|
elevation?: string | number | undefined;
|
|
433
|
-
theme?: string | undefined;
|
|
434
|
-
rounded?: string | number | boolean | undefined;
|
|
435
435
|
bgColor?: string | undefined;
|
|
436
436
|
baseColor?: string | undefined;
|
|
437
437
|
activeClass?: string | undefined;
|
|
@@ -456,7 +456,7 @@ declare const VAutocomplete: {
|
|
|
456
456
|
value: boolean;
|
|
457
457
|
path: unknown[];
|
|
458
458
|
}) => any) | undefined;
|
|
459
|
-
}, "
|
|
459
|
+
}, "style" | "nav" | "disabled" | "tag" | "rounded" | "variant" | "mandatory" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "lines" | "returnObject" | "itemType"> & {
|
|
460
460
|
items?: readonly any[] | undefined;
|
|
461
461
|
itemTitle?: SelectItemKey<any>;
|
|
462
462
|
itemValue?: SelectItemKey<any>;
|
|
@@ -471,7 +471,7 @@ declare const VAutocomplete: {
|
|
|
471
471
|
title?: ((arg: ListItemTitleSlot & {
|
|
472
472
|
item: any;
|
|
473
473
|
}) => vue.VNodeChild) | undefined;
|
|
474
|
-
|
|
474
|
+
prepend?: ((arg: {
|
|
475
475
|
isActive: boolean;
|
|
476
476
|
isSelected: boolean;
|
|
477
477
|
isIndeterminate: boolean;
|
|
@@ -479,7 +479,7 @@ declare const VAutocomplete: {
|
|
|
479
479
|
} & {
|
|
480
480
|
item: any;
|
|
481
481
|
}) => vue.VNodeChild) | undefined;
|
|
482
|
-
|
|
482
|
+
append?: ((arg: {
|
|
483
483
|
isActive: boolean;
|
|
484
484
|
isSelected: boolean;
|
|
485
485
|
isIndeterminate: boolean;
|
|
@@ -524,7 +524,7 @@ declare const VAutocomplete: {
|
|
|
524
524
|
title?: false | ((arg: ListItemTitleSlot & {
|
|
525
525
|
item: any;
|
|
526
526
|
}) => vue.VNodeChild) | undefined;
|
|
527
|
-
|
|
527
|
+
prepend?: false | ((arg: {
|
|
528
528
|
isActive: boolean;
|
|
529
529
|
isSelected: boolean;
|
|
530
530
|
isIndeterminate: boolean;
|
|
@@ -532,7 +532,7 @@ declare const VAutocomplete: {
|
|
|
532
532
|
} & {
|
|
533
533
|
item: any;
|
|
534
534
|
}) => vue.VNodeChild) | undefined;
|
|
535
|
-
|
|
535
|
+
append?: false | ((arg: {
|
|
536
536
|
isActive: boolean;
|
|
537
537
|
isSelected: boolean;
|
|
538
538
|
isIndeterminate: boolean;
|
|
@@ -577,7 +577,7 @@ declare const VAutocomplete: {
|
|
|
577
577
|
"v-slot:title"?: false | ((arg: ListItemTitleSlot & {
|
|
578
578
|
item: any;
|
|
579
579
|
}) => vue.VNodeChild) | undefined;
|
|
580
|
-
"v-slot:
|
|
580
|
+
"v-slot:prepend"?: false | ((arg: {
|
|
581
581
|
isActive: boolean;
|
|
582
582
|
isSelected: boolean;
|
|
583
583
|
isIndeterminate: boolean;
|
|
@@ -585,7 +585,7 @@ declare const VAutocomplete: {
|
|
|
585
585
|
} & {
|
|
586
586
|
item: any;
|
|
587
587
|
}) => vue.VNodeChild) | undefined;
|
|
588
|
-
"v-slot:
|
|
588
|
+
"v-slot:append"?: false | ((arg: {
|
|
589
589
|
isActive: boolean;
|
|
590
590
|
isSelected: boolean;
|
|
591
591
|
isIndeterminate: boolean;
|
|
@@ -627,22 +627,22 @@ declare const VAutocomplete: {
|
|
|
627
627
|
}) => vue.VNodeChild) | undefined;
|
|
628
628
|
}) | undefined;
|
|
629
629
|
menuProps?: (Partial<{
|
|
630
|
-
|
|
631
|
-
|
|
630
|
+
style: vue.StyleValue;
|
|
631
|
+
disabled: boolean;
|
|
632
632
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
633
633
|
component?: vue.Component | undefined;
|
|
634
634
|
})> | {
|
|
635
635
|
component: vue.Component;
|
|
636
636
|
};
|
|
637
637
|
zIndex: string | number;
|
|
638
|
-
style: vue.StyleValue;
|
|
639
|
-
eager: boolean;
|
|
640
|
-
disabled: boolean;
|
|
641
638
|
modelValue: boolean;
|
|
642
|
-
|
|
639
|
+
origin: Anchor | "auto" | "overlap";
|
|
640
|
+
eager: boolean;
|
|
641
|
+
location: Anchor;
|
|
642
|
+
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
643
643
|
updateLocation: (e: Event) => void;
|
|
644
|
-
} | undefined)>;
|
|
645
|
-
scrollStrategy: NonNullable<"
|
|
644
|
+
} | undefined) | "connected">;
|
|
645
|
+
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
646
646
|
closeDelay: NonNullable<string | number>;
|
|
647
647
|
openDelay: NonNullable<string | number>;
|
|
648
648
|
activatorProps: Record<string, any>;
|
|
@@ -656,22 +656,22 @@ declare const VAutocomplete: {
|
|
|
656
656
|
persistent: boolean;
|
|
657
657
|
scrim: NonNullable<string | boolean>;
|
|
658
658
|
}> & Omit<{
|
|
659
|
-
|
|
660
|
-
|
|
659
|
+
style: vue.StyleValue;
|
|
660
|
+
disabled: boolean;
|
|
661
661
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
662
662
|
component?: vue.Component | undefined;
|
|
663
663
|
})> | {
|
|
664
664
|
component: vue.Component;
|
|
665
665
|
};
|
|
666
666
|
zIndex: string | number;
|
|
667
|
-
style: vue.StyleValue;
|
|
668
|
-
eager: boolean;
|
|
669
|
-
disabled: boolean;
|
|
670
667
|
modelValue: boolean;
|
|
671
|
-
|
|
668
|
+
origin: Anchor | "auto" | "overlap";
|
|
669
|
+
eager: boolean;
|
|
670
|
+
location: Anchor;
|
|
671
|
+
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
672
672
|
updateLocation: (e: Event) => void;
|
|
673
|
-
} | undefined)>;
|
|
674
|
-
scrollStrategy: NonNullable<"
|
|
673
|
+
} | undefined) | "connected">;
|
|
674
|
+
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
675
675
|
closeDelay: NonNullable<string | number>;
|
|
676
676
|
openDelay: NonNullable<string | number>;
|
|
677
677
|
activatorProps: Record<string, any>;
|
|
@@ -682,20 +682,20 @@ declare const VAutocomplete: {
|
|
|
682
682
|
noClickAnimation: boolean;
|
|
683
683
|
persistent: boolean;
|
|
684
684
|
scrim: NonNullable<string | boolean>;
|
|
685
|
-
|
|
685
|
+
class?: any;
|
|
686
686
|
id?: string | undefined;
|
|
687
|
-
height?: string | number | undefined;
|
|
688
687
|
width?: string | number | undefined;
|
|
688
|
+
height?: string | number | undefined;
|
|
689
|
+
theme?: string | undefined;
|
|
690
|
+
target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
|
|
691
|
+
offset?: string | number | number[] | undefined;
|
|
692
|
+
contentClass?: any;
|
|
693
|
+
opacity?: string | number | undefined;
|
|
689
694
|
maxHeight?: string | number | undefined;
|
|
690
695
|
maxWidth?: string | number | undefined;
|
|
691
696
|
minHeight?: string | number | undefined;
|
|
692
697
|
minWidth?: string | number | undefined;
|
|
693
|
-
|
|
694
|
-
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
695
|
-
class?: any;
|
|
696
|
-
theme?: string | undefined;
|
|
697
|
-
contentClass?: any;
|
|
698
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
698
|
+
activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
|
|
699
699
|
openOnClick?: boolean | undefined;
|
|
700
700
|
openOnFocus?: boolean | undefined;
|
|
701
701
|
contentProps?: any;
|
|
@@ -729,22 +729,22 @@ declare const VAutocomplete: {
|
|
|
729
729
|
}) => vue.VNodeChild) | undefined;
|
|
730
730
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
731
731
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
732
|
-
|
|
733
|
-
|
|
732
|
+
style: vue.StyleValue;
|
|
733
|
+
disabled: boolean;
|
|
734
734
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
735
735
|
component?: vue.Component | undefined;
|
|
736
736
|
})> | {
|
|
737
737
|
component: vue.Component;
|
|
738
738
|
};
|
|
739
739
|
zIndex: string | number;
|
|
740
|
-
style: vue.StyleValue;
|
|
741
|
-
eager: boolean;
|
|
742
|
-
disabled: boolean;
|
|
743
740
|
modelValue: boolean;
|
|
744
|
-
|
|
741
|
+
origin: Anchor | "auto" | "overlap";
|
|
742
|
+
eager: boolean;
|
|
743
|
+
location: Anchor;
|
|
744
|
+
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
745
745
|
updateLocation: (e: Event) => void;
|
|
746
|
-
} | undefined)>;
|
|
747
|
-
scrollStrategy: NonNullable<"
|
|
746
|
+
} | undefined) | "connected">;
|
|
747
|
+
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
748
748
|
closeDelay: NonNullable<string | number>;
|
|
749
749
|
openDelay: NonNullable<string | number>;
|
|
750
750
|
activatorProps: Record<string, any>;
|
|
@@ -756,20 +756,20 @@ declare const VAutocomplete: {
|
|
|
756
756
|
persistent: boolean;
|
|
757
757
|
scrim: NonNullable<string | boolean>;
|
|
758
758
|
} & {
|
|
759
|
-
|
|
759
|
+
class?: any;
|
|
760
760
|
id?: string | undefined;
|
|
761
|
-
height?: string | number | undefined;
|
|
762
761
|
width?: string | number | undefined;
|
|
762
|
+
height?: string | number | undefined;
|
|
763
|
+
theme?: string | undefined;
|
|
764
|
+
target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
|
|
765
|
+
offset?: string | number | number[] | undefined;
|
|
766
|
+
contentClass?: any;
|
|
767
|
+
opacity?: string | number | undefined;
|
|
763
768
|
maxHeight?: string | number | undefined;
|
|
764
769
|
maxWidth?: string | number | undefined;
|
|
765
770
|
minHeight?: string | number | undefined;
|
|
766
771
|
minWidth?: string | number | undefined;
|
|
767
|
-
|
|
768
|
-
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
769
|
-
class?: any;
|
|
770
|
-
theme?: string | undefined;
|
|
771
|
-
contentClass?: any;
|
|
772
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
772
|
+
activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
|
|
773
773
|
openOnClick?: boolean | undefined;
|
|
774
774
|
openOnFocus?: boolean | undefined;
|
|
775
775
|
contentProps?: any;
|
|
@@ -805,7 +805,7 @@ declare const VAutocomplete: {
|
|
|
805
805
|
}) => vue.VNodeChild) | undefined;
|
|
806
806
|
} & {
|
|
807
807
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
808
|
-
}, "
|
|
808
|
+
}, "style" | "disabled" | "transition" | "zIndex" | "modelValue" | "origin" | "eager" | "location" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
|
809
809
|
itemColor?: string | undefined;
|
|
810
810
|
autoSelectFirst?: boolean | "exact" | undefined;
|
|
811
811
|
} & {
|
|
@@ -817,32 +817,31 @@ declare const VAutocomplete: {
|
|
|
817
817
|
'update:search': (value: any) => true;
|
|
818
818
|
'update:modelValue': (value: any) => boolean;
|
|
819
819
|
'update:menu': (value: boolean) => true;
|
|
820
|
-
}, "
|
|
821
|
-
flat: boolean;
|
|
820
|
+
}, "$children" | "v-slots" | "modelValue" | "items" | "multiple" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:loader" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "returnObject" | "v-slot:item" | "itemTitle" | "itemValue" | "itemProps" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
822
821
|
reverse: boolean;
|
|
823
|
-
|
|
822
|
+
flat: boolean;
|
|
823
|
+
style: vue.StyleValue;
|
|
824
|
+
menu: boolean;
|
|
824
825
|
type: string;
|
|
825
|
-
error: boolean;
|
|
826
826
|
active: boolean;
|
|
827
|
-
|
|
828
|
-
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
829
|
-
component?: vue.Component | undefined;
|
|
830
|
-
})>;
|
|
831
|
-
menu: boolean;
|
|
832
|
-
style: vue.StyleValue;
|
|
833
|
-
role: string;
|
|
834
|
-
autofocus: boolean;
|
|
835
|
-
eager: boolean;
|
|
827
|
+
error: boolean;
|
|
836
828
|
disabled: boolean;
|
|
837
|
-
readonly: boolean | null;
|
|
838
829
|
messages: string | readonly string[];
|
|
839
830
|
noDataText: string;
|
|
831
|
+
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
832
|
+
component?: vue.Component | undefined;
|
|
833
|
+
})>;
|
|
840
834
|
focused: boolean;
|
|
841
835
|
errorMessages: string | readonly string[] | null;
|
|
842
836
|
maxErrors: string | number;
|
|
837
|
+
readonly: boolean | null;
|
|
843
838
|
rules: readonly ValidationRule[];
|
|
839
|
+
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
844
840
|
tile: boolean;
|
|
841
|
+
eager: boolean;
|
|
842
|
+
role: string;
|
|
845
843
|
density: Density;
|
|
844
|
+
direction: "horizontal" | "vertical";
|
|
846
845
|
valueComparator: typeof deepEqual;
|
|
847
846
|
clearIcon: IconValue;
|
|
848
847
|
hideSpinButtons: boolean;
|
|
@@ -851,6 +850,7 @@ declare const VAutocomplete: {
|
|
|
851
850
|
noFilter: boolean;
|
|
852
851
|
filterKeys: NonNullable<FilterKeys>;
|
|
853
852
|
itemChildren: NonNullable<SelectItemKey>;
|
|
853
|
+
autofocus: boolean;
|
|
854
854
|
clearable: boolean;
|
|
855
855
|
persistentClear: boolean;
|
|
856
856
|
singleLine: boolean;
|
|
@@ -867,18 +867,18 @@ declare const VAutocomplete: {
|
|
|
867
867
|
clearOnSelect: boolean;
|
|
868
868
|
} & {
|
|
869
869
|
search?: string | undefined;
|
|
870
|
+
class?: any;
|
|
870
871
|
id?: string | undefined;
|
|
871
|
-
name?: string | undefined;
|
|
872
|
-
color?: string | undefined;
|
|
873
|
-
loading?: string | boolean | undefined;
|
|
874
872
|
label?: string | undefined;
|
|
873
|
+
theme?: string | undefined;
|
|
874
|
+
color?: string | undefined;
|
|
875
|
+
name?: string | undefined;
|
|
875
876
|
prefix?: string | undefined;
|
|
876
|
-
|
|
877
|
+
loading?: string | boolean | undefined;
|
|
877
878
|
placeholder?: string | undefined;
|
|
878
|
-
theme?: string | undefined;
|
|
879
879
|
counter?: string | number | boolean | undefined;
|
|
880
880
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
881
|
-
validateOn?:
|
|
881
|
+
validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
|
|
882
882
|
rounded?: string | number | boolean | undefined;
|
|
883
883
|
bgColor?: string | undefined;
|
|
884
884
|
prependIcon?: IconValue | undefined;
|
|
@@ -886,8 +886,8 @@ declare const VAutocomplete: {
|
|
|
886
886
|
baseColor?: string | undefined;
|
|
887
887
|
prependInnerIcon?: IconValue | undefined;
|
|
888
888
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
889
|
-
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
890
889
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
890
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
891
891
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
892
892
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
893
893
|
centerAffix?: boolean | undefined;
|
|
@@ -899,13 +899,13 @@ declare const VAutocomplete: {
|
|
|
899
899
|
counterValue?: number | ((value: any) => number) | undefined;
|
|
900
900
|
modelModifiers?: Record<string, boolean> | undefined;
|
|
901
901
|
listProps?: (Partial<{
|
|
902
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
903
|
-
nav: boolean;
|
|
904
902
|
style: vue.StyleValue;
|
|
903
|
+
nav: boolean;
|
|
905
904
|
disabled: boolean;
|
|
906
905
|
tag: string;
|
|
907
|
-
mandatory: boolean;
|
|
908
906
|
rounded: string | number | boolean;
|
|
907
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
908
|
+
mandatory: boolean;
|
|
909
909
|
tile: boolean;
|
|
910
910
|
density: Density;
|
|
911
911
|
slim: boolean;
|
|
@@ -918,11 +918,11 @@ declare const VAutocomplete: {
|
|
|
918
918
|
returnObject: boolean;
|
|
919
919
|
itemType: string;
|
|
920
920
|
}> & Omit<{
|
|
921
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
922
|
-
nav: boolean;
|
|
923
921
|
style: vue.StyleValue;
|
|
922
|
+
nav: boolean;
|
|
924
923
|
disabled: boolean;
|
|
925
924
|
tag: string;
|
|
925
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
926
926
|
mandatory: boolean;
|
|
927
927
|
tile: boolean;
|
|
928
928
|
density: Density;
|
|
@@ -935,19 +935,19 @@ declare const VAutocomplete: {
|
|
|
935
935
|
lines: false | "one" | "two" | "three";
|
|
936
936
|
returnObject: boolean;
|
|
937
937
|
itemType: string;
|
|
938
|
-
|
|
938
|
+
class?: any;
|
|
939
939
|
width?: string | number | undefined;
|
|
940
|
-
|
|
940
|
+
height?: string | number | undefined;
|
|
941
|
+
theme?: string | undefined;
|
|
941
942
|
color?: string | undefined;
|
|
943
|
+
activated?: readonly unknown[] | undefined;
|
|
944
|
+
border?: string | number | boolean | undefined;
|
|
945
|
+
rounded?: string | number | boolean | undefined;
|
|
942
946
|
maxHeight?: string | number | undefined;
|
|
943
947
|
maxWidth?: string | number | undefined;
|
|
944
948
|
minHeight?: string | number | undefined;
|
|
945
949
|
minWidth?: string | number | undefined;
|
|
946
|
-
activated?: readonly unknown[] | undefined;
|
|
947
|
-
class?: any;
|
|
948
950
|
elevation?: string | number | undefined;
|
|
949
|
-
theme?: string | undefined;
|
|
950
|
-
rounded?: string | number | boolean | undefined;
|
|
951
951
|
bgColor?: string | undefined;
|
|
952
952
|
baseColor?: string | undefined;
|
|
953
953
|
activeClass?: string | undefined;
|
|
@@ -972,11 +972,11 @@ declare const VAutocomplete: {
|
|
|
972
972
|
path: unknown[];
|
|
973
973
|
}) => any) | undefined;
|
|
974
974
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
975
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
976
|
-
nav: boolean;
|
|
977
975
|
style: vue.StyleValue;
|
|
976
|
+
nav: boolean;
|
|
978
977
|
disabled: boolean;
|
|
979
978
|
tag: string;
|
|
979
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
980
980
|
mandatory: boolean;
|
|
981
981
|
tile: boolean;
|
|
982
982
|
density: Density;
|
|
@@ -990,19 +990,19 @@ declare const VAutocomplete: {
|
|
|
990
990
|
returnObject: boolean;
|
|
991
991
|
itemType: string;
|
|
992
992
|
} & {
|
|
993
|
-
|
|
993
|
+
class?: any;
|
|
994
994
|
width?: string | number | undefined;
|
|
995
|
-
|
|
995
|
+
height?: string | number | undefined;
|
|
996
|
+
theme?: string | undefined;
|
|
996
997
|
color?: string | undefined;
|
|
998
|
+
activated?: readonly unknown[] | undefined;
|
|
999
|
+
border?: string | number | boolean | undefined;
|
|
1000
|
+
rounded?: string | number | boolean | undefined;
|
|
997
1001
|
maxHeight?: string | number | undefined;
|
|
998
1002
|
maxWidth?: string | number | undefined;
|
|
999
1003
|
minHeight?: string | number | undefined;
|
|
1000
1004
|
minWidth?: string | number | undefined;
|
|
1001
|
-
activated?: readonly unknown[] | undefined;
|
|
1002
|
-
class?: any;
|
|
1003
1005
|
elevation?: string | number | undefined;
|
|
1004
|
-
theme?: string | undefined;
|
|
1005
|
-
rounded?: string | number | boolean | undefined;
|
|
1006
1006
|
bgColor?: string | undefined;
|
|
1007
1007
|
baseColor?: string | undefined;
|
|
1008
1008
|
activeClass?: string | undefined;
|
|
@@ -1027,7 +1027,7 @@ declare const VAutocomplete: {
|
|
|
1027
1027
|
value: boolean;
|
|
1028
1028
|
path: unknown[];
|
|
1029
1029
|
}) => any) | undefined;
|
|
1030
|
-
}, "
|
|
1030
|
+
}, "style" | "nav" | "disabled" | "tag" | "rounded" | "variant" | "mandatory" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "lines" | "returnObject" | "itemType"> & {
|
|
1031
1031
|
items?: readonly any[] | undefined;
|
|
1032
1032
|
itemTitle?: SelectItemKey<any>;
|
|
1033
1033
|
itemValue?: SelectItemKey<any>;
|
|
@@ -1042,7 +1042,7 @@ declare const VAutocomplete: {
|
|
|
1042
1042
|
title?: ((arg: ListItemTitleSlot & {
|
|
1043
1043
|
item: any;
|
|
1044
1044
|
}) => vue.VNodeChild) | undefined;
|
|
1045
|
-
|
|
1045
|
+
prepend?: ((arg: {
|
|
1046
1046
|
isActive: boolean;
|
|
1047
1047
|
isSelected: boolean;
|
|
1048
1048
|
isIndeterminate: boolean;
|
|
@@ -1050,7 +1050,7 @@ declare const VAutocomplete: {
|
|
|
1050
1050
|
} & {
|
|
1051
1051
|
item: any;
|
|
1052
1052
|
}) => vue.VNodeChild) | undefined;
|
|
1053
|
-
|
|
1053
|
+
append?: ((arg: {
|
|
1054
1054
|
isActive: boolean;
|
|
1055
1055
|
isSelected: boolean;
|
|
1056
1056
|
isIndeterminate: boolean;
|
|
@@ -1095,7 +1095,7 @@ declare const VAutocomplete: {
|
|
|
1095
1095
|
title?: false | ((arg: ListItemTitleSlot & {
|
|
1096
1096
|
item: any;
|
|
1097
1097
|
}) => vue.VNodeChild) | undefined;
|
|
1098
|
-
|
|
1098
|
+
prepend?: false | ((arg: {
|
|
1099
1099
|
isActive: boolean;
|
|
1100
1100
|
isSelected: boolean;
|
|
1101
1101
|
isIndeterminate: boolean;
|
|
@@ -1103,7 +1103,7 @@ declare const VAutocomplete: {
|
|
|
1103
1103
|
} & {
|
|
1104
1104
|
item: any;
|
|
1105
1105
|
}) => vue.VNodeChild) | undefined;
|
|
1106
|
-
|
|
1106
|
+
append?: false | ((arg: {
|
|
1107
1107
|
isActive: boolean;
|
|
1108
1108
|
isSelected: boolean;
|
|
1109
1109
|
isIndeterminate: boolean;
|
|
@@ -1148,7 +1148,7 @@ declare const VAutocomplete: {
|
|
|
1148
1148
|
"v-slot:title"?: false | ((arg: ListItemTitleSlot & {
|
|
1149
1149
|
item: any;
|
|
1150
1150
|
}) => vue.VNodeChild) | undefined;
|
|
1151
|
-
"v-slot:
|
|
1151
|
+
"v-slot:prepend"?: false | ((arg: {
|
|
1152
1152
|
isActive: boolean;
|
|
1153
1153
|
isSelected: boolean;
|
|
1154
1154
|
isIndeterminate: boolean;
|
|
@@ -1156,7 +1156,7 @@ declare const VAutocomplete: {
|
|
|
1156
1156
|
} & {
|
|
1157
1157
|
item: any;
|
|
1158
1158
|
}) => vue.VNodeChild) | undefined;
|
|
1159
|
-
"v-slot:
|
|
1159
|
+
"v-slot:append"?: false | ((arg: {
|
|
1160
1160
|
isActive: boolean;
|
|
1161
1161
|
isSelected: boolean;
|
|
1162
1162
|
isIndeterminate: boolean;
|
|
@@ -1198,22 +1198,22 @@ declare const VAutocomplete: {
|
|
|
1198
1198
|
}) => vue.VNodeChild) | undefined;
|
|
1199
1199
|
}) | undefined;
|
|
1200
1200
|
menuProps?: (Partial<{
|
|
1201
|
-
|
|
1202
|
-
|
|
1201
|
+
style: vue.StyleValue;
|
|
1202
|
+
disabled: boolean;
|
|
1203
1203
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
1204
1204
|
component?: vue.Component | undefined;
|
|
1205
1205
|
})> | {
|
|
1206
1206
|
component: vue.Component;
|
|
1207
1207
|
};
|
|
1208
1208
|
zIndex: string | number;
|
|
1209
|
-
style: vue.StyleValue;
|
|
1210
|
-
eager: boolean;
|
|
1211
|
-
disabled: boolean;
|
|
1212
1209
|
modelValue: boolean;
|
|
1213
|
-
|
|
1210
|
+
origin: Anchor | "auto" | "overlap";
|
|
1211
|
+
eager: boolean;
|
|
1212
|
+
location: Anchor;
|
|
1213
|
+
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
1214
1214
|
updateLocation: (e: Event) => void;
|
|
1215
|
-
} | undefined)>;
|
|
1216
|
-
scrollStrategy: NonNullable<"
|
|
1215
|
+
} | undefined) | "connected">;
|
|
1216
|
+
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
1217
1217
|
closeDelay: NonNullable<string | number>;
|
|
1218
1218
|
openDelay: NonNullable<string | number>;
|
|
1219
1219
|
activatorProps: Record<string, any>;
|
|
@@ -1227,22 +1227,22 @@ declare const VAutocomplete: {
|
|
|
1227
1227
|
persistent: boolean;
|
|
1228
1228
|
scrim: NonNullable<string | boolean>;
|
|
1229
1229
|
}> & Omit<{
|
|
1230
|
-
|
|
1231
|
-
|
|
1230
|
+
style: vue.StyleValue;
|
|
1231
|
+
disabled: boolean;
|
|
1232
1232
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
1233
1233
|
component?: vue.Component | undefined;
|
|
1234
1234
|
})> | {
|
|
1235
1235
|
component: vue.Component;
|
|
1236
1236
|
};
|
|
1237
1237
|
zIndex: string | number;
|
|
1238
|
-
style: vue.StyleValue;
|
|
1239
|
-
eager: boolean;
|
|
1240
|
-
disabled: boolean;
|
|
1241
1238
|
modelValue: boolean;
|
|
1242
|
-
|
|
1239
|
+
origin: Anchor | "auto" | "overlap";
|
|
1240
|
+
eager: boolean;
|
|
1241
|
+
location: Anchor;
|
|
1242
|
+
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
1243
1243
|
updateLocation: (e: Event) => void;
|
|
1244
|
-
} | undefined)>;
|
|
1245
|
-
scrollStrategy: NonNullable<"
|
|
1244
|
+
} | undefined) | "connected">;
|
|
1245
|
+
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
1246
1246
|
closeDelay: NonNullable<string | number>;
|
|
1247
1247
|
openDelay: NonNullable<string | number>;
|
|
1248
1248
|
activatorProps: Record<string, any>;
|
|
@@ -1253,20 +1253,20 @@ declare const VAutocomplete: {
|
|
|
1253
1253
|
noClickAnimation: boolean;
|
|
1254
1254
|
persistent: boolean;
|
|
1255
1255
|
scrim: NonNullable<string | boolean>;
|
|
1256
|
-
|
|
1256
|
+
class?: any;
|
|
1257
1257
|
id?: string | undefined;
|
|
1258
|
-
height?: string | number | undefined;
|
|
1259
1258
|
width?: string | number | undefined;
|
|
1259
|
+
height?: string | number | undefined;
|
|
1260
|
+
theme?: string | undefined;
|
|
1261
|
+
target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
|
|
1262
|
+
offset?: string | number | number[] | undefined;
|
|
1263
|
+
contentClass?: any;
|
|
1264
|
+
opacity?: string | number | undefined;
|
|
1260
1265
|
maxHeight?: string | number | undefined;
|
|
1261
1266
|
maxWidth?: string | number | undefined;
|
|
1262
1267
|
minHeight?: string | number | undefined;
|
|
1263
1268
|
minWidth?: string | number | undefined;
|
|
1264
|
-
|
|
1265
|
-
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
1266
|
-
class?: any;
|
|
1267
|
-
theme?: string | undefined;
|
|
1268
|
-
contentClass?: any;
|
|
1269
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1269
|
+
activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
|
|
1270
1270
|
openOnClick?: boolean | undefined;
|
|
1271
1271
|
openOnFocus?: boolean | undefined;
|
|
1272
1272
|
contentProps?: any;
|
|
@@ -1300,22 +1300,22 @@ declare const VAutocomplete: {
|
|
|
1300
1300
|
}) => vue.VNodeChild) | undefined;
|
|
1301
1301
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1302
1302
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
1303
|
-
|
|
1304
|
-
|
|
1303
|
+
style: vue.StyleValue;
|
|
1304
|
+
disabled: boolean;
|
|
1305
1305
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
1306
1306
|
component?: vue.Component | undefined;
|
|
1307
1307
|
})> | {
|
|
1308
1308
|
component: vue.Component;
|
|
1309
1309
|
};
|
|
1310
1310
|
zIndex: string | number;
|
|
1311
|
-
style: vue.StyleValue;
|
|
1312
|
-
eager: boolean;
|
|
1313
|
-
disabled: boolean;
|
|
1314
1311
|
modelValue: boolean;
|
|
1315
|
-
|
|
1312
|
+
origin: Anchor | "auto" | "overlap";
|
|
1313
|
+
eager: boolean;
|
|
1314
|
+
location: Anchor;
|
|
1315
|
+
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
1316
1316
|
updateLocation: (e: Event) => void;
|
|
1317
|
-
} | undefined)>;
|
|
1318
|
-
scrollStrategy: NonNullable<"
|
|
1317
|
+
} | undefined) | "connected">;
|
|
1318
|
+
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
1319
1319
|
closeDelay: NonNullable<string | number>;
|
|
1320
1320
|
openDelay: NonNullable<string | number>;
|
|
1321
1321
|
activatorProps: Record<string, any>;
|
|
@@ -1327,20 +1327,20 @@ declare const VAutocomplete: {
|
|
|
1327
1327
|
persistent: boolean;
|
|
1328
1328
|
scrim: NonNullable<string | boolean>;
|
|
1329
1329
|
} & {
|
|
1330
|
-
|
|
1330
|
+
class?: any;
|
|
1331
1331
|
id?: string | undefined;
|
|
1332
|
-
height?: string | number | undefined;
|
|
1333
1332
|
width?: string | number | undefined;
|
|
1333
|
+
height?: string | number | undefined;
|
|
1334
|
+
theme?: string | undefined;
|
|
1335
|
+
target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
|
|
1336
|
+
offset?: string | number | number[] | undefined;
|
|
1337
|
+
contentClass?: any;
|
|
1338
|
+
opacity?: string | number | undefined;
|
|
1334
1339
|
maxHeight?: string | number | undefined;
|
|
1335
1340
|
maxWidth?: string | number | undefined;
|
|
1336
1341
|
minHeight?: string | number | undefined;
|
|
1337
1342
|
minWidth?: string | number | undefined;
|
|
1338
|
-
|
|
1339
|
-
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
1340
|
-
class?: any;
|
|
1341
|
-
theme?: string | undefined;
|
|
1342
|
-
contentClass?: any;
|
|
1343
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1343
|
+
activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
|
|
1344
1344
|
openOnClick?: boolean | undefined;
|
|
1345
1345
|
openOnFocus?: boolean | undefined;
|
|
1346
1346
|
contentProps?: any;
|
|
@@ -1376,7 +1376,7 @@ declare const VAutocomplete: {
|
|
|
1376
1376
|
}) => vue.VNodeChild) | undefined;
|
|
1377
1377
|
} & {
|
|
1378
1378
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1379
|
-
}, "
|
|
1379
|
+
}, "style" | "disabled" | "transition" | "zIndex" | "modelValue" | "origin" | "eager" | "location" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
|
1380
1380
|
itemColor?: string | undefined;
|
|
1381
1381
|
autoSelectFirst?: boolean | "exact" | undefined;
|
|
1382
1382
|
} & {
|
|
@@ -1384,32 +1384,31 @@ declare const VAutocomplete: {
|
|
|
1384
1384
|
"onUpdate:menu"?: ((value: boolean) => any) | undefined;
|
|
1385
1385
|
"onUpdate:search"?: ((value: any) => any) | undefined;
|
|
1386
1386
|
}, {
|
|
1387
|
-
flat: boolean;
|
|
1388
1387
|
reverse: boolean;
|
|
1389
|
-
|
|
1388
|
+
flat: boolean;
|
|
1389
|
+
style: vue.StyleValue;
|
|
1390
|
+
menu: boolean;
|
|
1390
1391
|
type: string;
|
|
1391
|
-
error: boolean;
|
|
1392
1392
|
active: boolean;
|
|
1393
|
-
|
|
1394
|
-
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
1395
|
-
component?: vue.Component | undefined;
|
|
1396
|
-
})>;
|
|
1397
|
-
menu: boolean;
|
|
1398
|
-
style: vue.StyleValue;
|
|
1399
|
-
role: string;
|
|
1400
|
-
autofocus: boolean;
|
|
1401
|
-
eager: boolean;
|
|
1393
|
+
error: boolean;
|
|
1402
1394
|
disabled: boolean;
|
|
1403
|
-
readonly: boolean | null;
|
|
1404
1395
|
messages: string | readonly string[];
|
|
1405
1396
|
noDataText: string;
|
|
1397
|
+
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
1398
|
+
component?: vue.Component | undefined;
|
|
1399
|
+
})>;
|
|
1406
1400
|
focused: boolean;
|
|
1407
1401
|
errorMessages: string | readonly string[] | null;
|
|
1408
1402
|
maxErrors: string | number;
|
|
1403
|
+
readonly: boolean | null;
|
|
1409
1404
|
rules: readonly ValidationRule[];
|
|
1410
1405
|
rounded: string | number | boolean;
|
|
1406
|
+
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
1411
1407
|
tile: boolean;
|
|
1408
|
+
eager: boolean;
|
|
1409
|
+
role: string;
|
|
1412
1410
|
density: Density;
|
|
1411
|
+
direction: "horizontal" | "vertical";
|
|
1413
1412
|
valueComparator: typeof deepEqual;
|
|
1414
1413
|
clearIcon: IconValue;
|
|
1415
1414
|
centerAffix: boolean;
|
|
@@ -1419,6 +1418,7 @@ declare const VAutocomplete: {
|
|
|
1419
1418
|
noFilter: boolean;
|
|
1420
1419
|
filterKeys: NonNullable<FilterKeys>;
|
|
1421
1420
|
itemChildren: NonNullable<SelectItemKey>;
|
|
1421
|
+
autofocus: boolean;
|
|
1422
1422
|
clearable: boolean;
|
|
1423
1423
|
persistentClear: boolean;
|
|
1424
1424
|
singleLine: boolean;
|
|
@@ -1434,9 +1434,6 @@ declare const VAutocomplete: {
|
|
|
1434
1434
|
openOnClear: boolean;
|
|
1435
1435
|
clearOnSelect: boolean;
|
|
1436
1436
|
}, true, {}, vue.SlotsType<Partial<{
|
|
1437
|
-
message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1438
|
-
[key: string]: any;
|
|
1439
|
-
}>[];
|
|
1440
1437
|
clear: (arg: DefaultInputSlot & {
|
|
1441
1438
|
props: Record<string, any>;
|
|
1442
1439
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -1451,12 +1448,15 @@ declare const VAutocomplete: {
|
|
|
1451
1448
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1452
1449
|
[key: string]: any;
|
|
1453
1450
|
}>[];
|
|
1454
|
-
|
|
1451
|
+
message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1455
1452
|
[key: string]: any;
|
|
1456
1453
|
}>[];
|
|
1457
1454
|
prepend: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1458
1455
|
[key: string]: any;
|
|
1459
1456
|
}>[];
|
|
1457
|
+
append: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1458
|
+
[key: string]: any;
|
|
1459
|
+
}>[];
|
|
1460
1460
|
loader: (arg: LoaderSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1461
1461
|
[key: string]: any;
|
|
1462
1462
|
}>[];
|
|
@@ -1503,31 +1503,30 @@ declare const VAutocomplete: {
|
|
|
1503
1503
|
M: {};
|
|
1504
1504
|
Defaults: {};
|
|
1505
1505
|
}, {
|
|
1506
|
-
flat: boolean;
|
|
1507
1506
|
reverse: boolean;
|
|
1508
|
-
|
|
1507
|
+
flat: boolean;
|
|
1508
|
+
style: vue.StyleValue;
|
|
1509
|
+
menu: boolean;
|
|
1509
1510
|
type: string;
|
|
1510
|
-
error: boolean;
|
|
1511
1511
|
active: boolean;
|
|
1512
|
-
|
|
1513
|
-
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
1514
|
-
component?: vue.Component | undefined;
|
|
1515
|
-
})>;
|
|
1516
|
-
menu: boolean;
|
|
1517
|
-
style: vue.StyleValue;
|
|
1518
|
-
role: string;
|
|
1519
|
-
autofocus: boolean;
|
|
1520
|
-
eager: boolean;
|
|
1512
|
+
error: boolean;
|
|
1521
1513
|
disabled: boolean;
|
|
1522
|
-
readonly: boolean | null;
|
|
1523
1514
|
messages: string | readonly string[];
|
|
1524
1515
|
noDataText: string;
|
|
1516
|
+
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
1517
|
+
component?: vue.Component | undefined;
|
|
1518
|
+
})>;
|
|
1525
1519
|
focused: boolean;
|
|
1526
1520
|
errorMessages: string | readonly string[] | null;
|
|
1527
1521
|
maxErrors: string | number;
|
|
1522
|
+
readonly: boolean | null;
|
|
1528
1523
|
rules: readonly ValidationRule[];
|
|
1524
|
+
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
1529
1525
|
tile: boolean;
|
|
1526
|
+
eager: boolean;
|
|
1527
|
+
role: string;
|
|
1530
1528
|
density: Density;
|
|
1529
|
+
direction: "horizontal" | "vertical";
|
|
1531
1530
|
valueComparator: typeof deepEqual;
|
|
1532
1531
|
clearIcon: IconValue;
|
|
1533
1532
|
hideSpinButtons: boolean;
|
|
@@ -1536,6 +1535,7 @@ declare const VAutocomplete: {
|
|
|
1536
1535
|
noFilter: boolean;
|
|
1537
1536
|
filterKeys: NonNullable<FilterKeys>;
|
|
1538
1537
|
itemChildren: NonNullable<SelectItemKey>;
|
|
1538
|
+
autofocus: boolean;
|
|
1539
1539
|
clearable: boolean;
|
|
1540
1540
|
persistentClear: boolean;
|
|
1541
1541
|
singleLine: boolean;
|
|
@@ -1552,18 +1552,18 @@ declare const VAutocomplete: {
|
|
|
1552
1552
|
clearOnSelect: boolean;
|
|
1553
1553
|
} & {
|
|
1554
1554
|
search?: string | undefined;
|
|
1555
|
+
class?: any;
|
|
1555
1556
|
id?: string | undefined;
|
|
1556
|
-
name?: string | undefined;
|
|
1557
|
-
color?: string | undefined;
|
|
1558
|
-
loading?: string | boolean | undefined;
|
|
1559
1557
|
label?: string | undefined;
|
|
1558
|
+
theme?: string | undefined;
|
|
1559
|
+
color?: string | undefined;
|
|
1560
|
+
name?: string | undefined;
|
|
1560
1561
|
prefix?: string | undefined;
|
|
1561
|
-
|
|
1562
|
+
loading?: string | boolean | undefined;
|
|
1562
1563
|
placeholder?: string | undefined;
|
|
1563
|
-
theme?: string | undefined;
|
|
1564
1564
|
counter?: string | number | boolean | undefined;
|
|
1565
1565
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1566
|
-
validateOn?:
|
|
1566
|
+
validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
|
|
1567
1567
|
rounded?: string | number | boolean | undefined;
|
|
1568
1568
|
bgColor?: string | undefined;
|
|
1569
1569
|
prependIcon?: IconValue | undefined;
|
|
@@ -1571,8 +1571,8 @@ declare const VAutocomplete: {
|
|
|
1571
1571
|
baseColor?: string | undefined;
|
|
1572
1572
|
prependInnerIcon?: IconValue | undefined;
|
|
1573
1573
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1574
|
-
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1575
1574
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1575
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1576
1576
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1577
1577
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1578
1578
|
centerAffix?: boolean | undefined;
|
|
@@ -1584,13 +1584,13 @@ declare const VAutocomplete: {
|
|
|
1584
1584
|
counterValue?: number | ((value: any) => number) | undefined;
|
|
1585
1585
|
modelModifiers?: Record<string, boolean> | undefined;
|
|
1586
1586
|
listProps?: (Partial<{
|
|
1587
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
1588
|
-
nav: boolean;
|
|
1589
1587
|
style: vue.StyleValue;
|
|
1588
|
+
nav: boolean;
|
|
1590
1589
|
disabled: boolean;
|
|
1591
1590
|
tag: string;
|
|
1592
|
-
mandatory: boolean;
|
|
1593
1591
|
rounded: string | number | boolean;
|
|
1592
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
1593
|
+
mandatory: boolean;
|
|
1594
1594
|
tile: boolean;
|
|
1595
1595
|
density: Density;
|
|
1596
1596
|
slim: boolean;
|
|
@@ -1603,11 +1603,11 @@ declare const VAutocomplete: {
|
|
|
1603
1603
|
returnObject: boolean;
|
|
1604
1604
|
itemType: string;
|
|
1605
1605
|
}> & Omit<{
|
|
1606
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
1607
|
-
nav: boolean;
|
|
1608
1606
|
style: vue.StyleValue;
|
|
1607
|
+
nav: boolean;
|
|
1609
1608
|
disabled: boolean;
|
|
1610
1609
|
tag: string;
|
|
1610
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
1611
1611
|
mandatory: boolean;
|
|
1612
1612
|
tile: boolean;
|
|
1613
1613
|
density: Density;
|
|
@@ -1620,19 +1620,19 @@ declare const VAutocomplete: {
|
|
|
1620
1620
|
lines: false | "one" | "two" | "three";
|
|
1621
1621
|
returnObject: boolean;
|
|
1622
1622
|
itemType: string;
|
|
1623
|
-
|
|
1623
|
+
class?: any;
|
|
1624
1624
|
width?: string | number | undefined;
|
|
1625
|
-
|
|
1625
|
+
height?: string | number | undefined;
|
|
1626
|
+
theme?: string | undefined;
|
|
1626
1627
|
color?: string | undefined;
|
|
1628
|
+
activated?: readonly unknown[] | undefined;
|
|
1629
|
+
border?: string | number | boolean | undefined;
|
|
1630
|
+
rounded?: string | number | boolean | undefined;
|
|
1627
1631
|
maxHeight?: string | number | undefined;
|
|
1628
1632
|
maxWidth?: string | number | undefined;
|
|
1629
1633
|
minHeight?: string | number | undefined;
|
|
1630
1634
|
minWidth?: string | number | undefined;
|
|
1631
|
-
activated?: readonly unknown[] | undefined;
|
|
1632
|
-
class?: any;
|
|
1633
1635
|
elevation?: string | number | undefined;
|
|
1634
|
-
theme?: string | undefined;
|
|
1635
|
-
rounded?: string | number | boolean | undefined;
|
|
1636
1636
|
bgColor?: string | undefined;
|
|
1637
1637
|
baseColor?: string | undefined;
|
|
1638
1638
|
activeClass?: string | undefined;
|
|
@@ -1657,11 +1657,11 @@ declare const VAutocomplete: {
|
|
|
1657
1657
|
path: unknown[];
|
|
1658
1658
|
}) => any) | undefined;
|
|
1659
1659
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
1660
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
1661
|
-
nav: boolean;
|
|
1662
1660
|
style: vue.StyleValue;
|
|
1661
|
+
nav: boolean;
|
|
1663
1662
|
disabled: boolean;
|
|
1664
1663
|
tag: string;
|
|
1664
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
1665
1665
|
mandatory: boolean;
|
|
1666
1666
|
tile: boolean;
|
|
1667
1667
|
density: Density;
|
|
@@ -1675,19 +1675,19 @@ declare const VAutocomplete: {
|
|
|
1675
1675
|
returnObject: boolean;
|
|
1676
1676
|
itemType: string;
|
|
1677
1677
|
} & {
|
|
1678
|
-
|
|
1678
|
+
class?: any;
|
|
1679
1679
|
width?: string | number | undefined;
|
|
1680
|
-
|
|
1680
|
+
height?: string | number | undefined;
|
|
1681
|
+
theme?: string | undefined;
|
|
1681
1682
|
color?: string | undefined;
|
|
1683
|
+
activated?: readonly unknown[] | undefined;
|
|
1684
|
+
border?: string | number | boolean | undefined;
|
|
1685
|
+
rounded?: string | number | boolean | undefined;
|
|
1682
1686
|
maxHeight?: string | number | undefined;
|
|
1683
1687
|
maxWidth?: string | number | undefined;
|
|
1684
1688
|
minHeight?: string | number | undefined;
|
|
1685
1689
|
minWidth?: string | number | undefined;
|
|
1686
|
-
activated?: readonly unknown[] | undefined;
|
|
1687
|
-
class?: any;
|
|
1688
1690
|
elevation?: string | number | undefined;
|
|
1689
|
-
theme?: string | undefined;
|
|
1690
|
-
rounded?: string | number | boolean | undefined;
|
|
1691
1691
|
bgColor?: string | undefined;
|
|
1692
1692
|
baseColor?: string | undefined;
|
|
1693
1693
|
activeClass?: string | undefined;
|
|
@@ -1712,7 +1712,7 @@ declare const VAutocomplete: {
|
|
|
1712
1712
|
value: boolean;
|
|
1713
1713
|
path: unknown[];
|
|
1714
1714
|
}) => any) | undefined;
|
|
1715
|
-
}, "
|
|
1715
|
+
}, "style" | "nav" | "disabled" | "tag" | "rounded" | "variant" | "mandatory" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "lines" | "returnObject" | "itemType"> & {
|
|
1716
1716
|
items?: readonly any[] | undefined;
|
|
1717
1717
|
itemTitle?: SelectItemKey<any>;
|
|
1718
1718
|
itemValue?: SelectItemKey<any>;
|
|
@@ -1727,7 +1727,7 @@ declare const VAutocomplete: {
|
|
|
1727
1727
|
title?: ((arg: ListItemTitleSlot & {
|
|
1728
1728
|
item: any;
|
|
1729
1729
|
}) => vue.VNodeChild) | undefined;
|
|
1730
|
-
|
|
1730
|
+
prepend?: ((arg: {
|
|
1731
1731
|
isActive: boolean;
|
|
1732
1732
|
isSelected: boolean;
|
|
1733
1733
|
isIndeterminate: boolean;
|
|
@@ -1735,7 +1735,7 @@ declare const VAutocomplete: {
|
|
|
1735
1735
|
} & {
|
|
1736
1736
|
item: any;
|
|
1737
1737
|
}) => vue.VNodeChild) | undefined;
|
|
1738
|
-
|
|
1738
|
+
append?: ((arg: {
|
|
1739
1739
|
isActive: boolean;
|
|
1740
1740
|
isSelected: boolean;
|
|
1741
1741
|
isIndeterminate: boolean;
|
|
@@ -1780,7 +1780,7 @@ declare const VAutocomplete: {
|
|
|
1780
1780
|
title?: false | ((arg: ListItemTitleSlot & {
|
|
1781
1781
|
item: any;
|
|
1782
1782
|
}) => vue.VNodeChild) | undefined;
|
|
1783
|
-
|
|
1783
|
+
prepend?: false | ((arg: {
|
|
1784
1784
|
isActive: boolean;
|
|
1785
1785
|
isSelected: boolean;
|
|
1786
1786
|
isIndeterminate: boolean;
|
|
@@ -1788,7 +1788,7 @@ declare const VAutocomplete: {
|
|
|
1788
1788
|
} & {
|
|
1789
1789
|
item: any;
|
|
1790
1790
|
}) => vue.VNodeChild) | undefined;
|
|
1791
|
-
|
|
1791
|
+
append?: false | ((arg: {
|
|
1792
1792
|
isActive: boolean;
|
|
1793
1793
|
isSelected: boolean;
|
|
1794
1794
|
isIndeterminate: boolean;
|
|
@@ -1833,7 +1833,7 @@ declare const VAutocomplete: {
|
|
|
1833
1833
|
"v-slot:title"?: false | ((arg: ListItemTitleSlot & {
|
|
1834
1834
|
item: any;
|
|
1835
1835
|
}) => vue.VNodeChild) | undefined;
|
|
1836
|
-
"v-slot:
|
|
1836
|
+
"v-slot:prepend"?: false | ((arg: {
|
|
1837
1837
|
isActive: boolean;
|
|
1838
1838
|
isSelected: boolean;
|
|
1839
1839
|
isIndeterminate: boolean;
|
|
@@ -1841,7 +1841,7 @@ declare const VAutocomplete: {
|
|
|
1841
1841
|
} & {
|
|
1842
1842
|
item: any;
|
|
1843
1843
|
}) => vue.VNodeChild) | undefined;
|
|
1844
|
-
"v-slot:
|
|
1844
|
+
"v-slot:append"?: false | ((arg: {
|
|
1845
1845
|
isActive: boolean;
|
|
1846
1846
|
isSelected: boolean;
|
|
1847
1847
|
isIndeterminate: boolean;
|
|
@@ -1883,22 +1883,22 @@ declare const VAutocomplete: {
|
|
|
1883
1883
|
}) => vue.VNodeChild) | undefined;
|
|
1884
1884
|
}) | undefined;
|
|
1885
1885
|
menuProps?: (Partial<{
|
|
1886
|
-
|
|
1887
|
-
|
|
1886
|
+
style: vue.StyleValue;
|
|
1887
|
+
disabled: boolean;
|
|
1888
1888
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
1889
1889
|
component?: vue.Component | undefined;
|
|
1890
1890
|
})> | {
|
|
1891
1891
|
component: vue.Component;
|
|
1892
1892
|
};
|
|
1893
1893
|
zIndex: string | number;
|
|
1894
|
-
style: vue.StyleValue;
|
|
1895
|
-
eager: boolean;
|
|
1896
|
-
disabled: boolean;
|
|
1897
1894
|
modelValue: boolean;
|
|
1898
|
-
|
|
1895
|
+
origin: Anchor | "auto" | "overlap";
|
|
1896
|
+
eager: boolean;
|
|
1897
|
+
location: Anchor;
|
|
1898
|
+
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
1899
1899
|
updateLocation: (e: Event) => void;
|
|
1900
|
-
} | undefined)>;
|
|
1901
|
-
scrollStrategy: NonNullable<"
|
|
1900
|
+
} | undefined) | "connected">;
|
|
1901
|
+
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
1902
1902
|
closeDelay: NonNullable<string | number>;
|
|
1903
1903
|
openDelay: NonNullable<string | number>;
|
|
1904
1904
|
activatorProps: Record<string, any>;
|
|
@@ -1912,22 +1912,22 @@ declare const VAutocomplete: {
|
|
|
1912
1912
|
persistent: boolean;
|
|
1913
1913
|
scrim: NonNullable<string | boolean>;
|
|
1914
1914
|
}> & Omit<{
|
|
1915
|
-
|
|
1916
|
-
|
|
1915
|
+
style: vue.StyleValue;
|
|
1916
|
+
disabled: boolean;
|
|
1917
1917
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
1918
1918
|
component?: vue.Component | undefined;
|
|
1919
1919
|
})> | {
|
|
1920
1920
|
component: vue.Component;
|
|
1921
1921
|
};
|
|
1922
1922
|
zIndex: string | number;
|
|
1923
|
-
style: vue.StyleValue;
|
|
1924
|
-
eager: boolean;
|
|
1925
|
-
disabled: boolean;
|
|
1926
1923
|
modelValue: boolean;
|
|
1927
|
-
|
|
1924
|
+
origin: Anchor | "auto" | "overlap";
|
|
1925
|
+
eager: boolean;
|
|
1926
|
+
location: Anchor;
|
|
1927
|
+
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
1928
1928
|
updateLocation: (e: Event) => void;
|
|
1929
|
-
} | undefined)>;
|
|
1930
|
-
scrollStrategy: NonNullable<"
|
|
1929
|
+
} | undefined) | "connected">;
|
|
1930
|
+
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
1931
1931
|
closeDelay: NonNullable<string | number>;
|
|
1932
1932
|
openDelay: NonNullable<string | number>;
|
|
1933
1933
|
activatorProps: Record<string, any>;
|
|
@@ -1938,20 +1938,20 @@ declare const VAutocomplete: {
|
|
|
1938
1938
|
noClickAnimation: boolean;
|
|
1939
1939
|
persistent: boolean;
|
|
1940
1940
|
scrim: NonNullable<string | boolean>;
|
|
1941
|
-
|
|
1941
|
+
class?: any;
|
|
1942
1942
|
id?: string | undefined;
|
|
1943
|
-
height?: string | number | undefined;
|
|
1944
1943
|
width?: string | number | undefined;
|
|
1944
|
+
height?: string | number | undefined;
|
|
1945
|
+
theme?: string | undefined;
|
|
1946
|
+
target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
|
|
1947
|
+
offset?: string | number | number[] | undefined;
|
|
1948
|
+
contentClass?: any;
|
|
1949
|
+
opacity?: string | number | undefined;
|
|
1945
1950
|
maxHeight?: string | number | undefined;
|
|
1946
1951
|
maxWidth?: string | number | undefined;
|
|
1947
1952
|
minHeight?: string | number | undefined;
|
|
1948
1953
|
minWidth?: string | number | undefined;
|
|
1949
|
-
|
|
1950
|
-
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
1951
|
-
class?: any;
|
|
1952
|
-
theme?: string | undefined;
|
|
1953
|
-
contentClass?: any;
|
|
1954
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1954
|
+
activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
|
|
1955
1955
|
openOnClick?: boolean | undefined;
|
|
1956
1956
|
openOnFocus?: boolean | undefined;
|
|
1957
1957
|
contentProps?: any;
|
|
@@ -1985,22 +1985,22 @@ declare const VAutocomplete: {
|
|
|
1985
1985
|
}) => vue.VNodeChild) | undefined;
|
|
1986
1986
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1987
1987
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
1988
|
-
|
|
1989
|
-
|
|
1988
|
+
style: vue.StyleValue;
|
|
1989
|
+
disabled: boolean;
|
|
1990
1990
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
1991
1991
|
component?: vue.Component | undefined;
|
|
1992
1992
|
})> | {
|
|
1993
1993
|
component: vue.Component;
|
|
1994
1994
|
};
|
|
1995
1995
|
zIndex: string | number;
|
|
1996
|
-
style: vue.StyleValue;
|
|
1997
|
-
eager: boolean;
|
|
1998
|
-
disabled: boolean;
|
|
1999
1996
|
modelValue: boolean;
|
|
2000
|
-
|
|
1997
|
+
origin: Anchor | "auto" | "overlap";
|
|
1998
|
+
eager: boolean;
|
|
1999
|
+
location: Anchor;
|
|
2000
|
+
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
2001
2001
|
updateLocation: (e: Event) => void;
|
|
2002
|
-
} | undefined)>;
|
|
2003
|
-
scrollStrategy: NonNullable<"
|
|
2002
|
+
} | undefined) | "connected">;
|
|
2003
|
+
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
2004
2004
|
closeDelay: NonNullable<string | number>;
|
|
2005
2005
|
openDelay: NonNullable<string | number>;
|
|
2006
2006
|
activatorProps: Record<string, any>;
|
|
@@ -2012,20 +2012,20 @@ declare const VAutocomplete: {
|
|
|
2012
2012
|
persistent: boolean;
|
|
2013
2013
|
scrim: NonNullable<string | boolean>;
|
|
2014
2014
|
} & {
|
|
2015
|
-
|
|
2015
|
+
class?: any;
|
|
2016
2016
|
id?: string | undefined;
|
|
2017
|
-
height?: string | number | undefined;
|
|
2018
2017
|
width?: string | number | undefined;
|
|
2018
|
+
height?: string | number | undefined;
|
|
2019
|
+
theme?: string | undefined;
|
|
2020
|
+
target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
|
|
2021
|
+
offset?: string | number | number[] | undefined;
|
|
2022
|
+
contentClass?: any;
|
|
2023
|
+
opacity?: string | number | undefined;
|
|
2019
2024
|
maxHeight?: string | number | undefined;
|
|
2020
2025
|
maxWidth?: string | number | undefined;
|
|
2021
2026
|
minHeight?: string | number | undefined;
|
|
2022
2027
|
minWidth?: string | number | undefined;
|
|
2023
|
-
|
|
2024
|
-
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
2025
|
-
class?: any;
|
|
2026
|
-
theme?: string | undefined;
|
|
2027
|
-
contentClass?: any;
|
|
2028
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
2028
|
+
activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
|
|
2029
2029
|
openOnClick?: boolean | undefined;
|
|
2030
2030
|
openOnFocus?: boolean | undefined;
|
|
2031
2031
|
contentProps?: any;
|
|
@@ -2061,7 +2061,7 @@ declare const VAutocomplete: {
|
|
|
2061
2061
|
}) => vue.VNodeChild) | undefined;
|
|
2062
2062
|
} & {
|
|
2063
2063
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
2064
|
-
}, "
|
|
2064
|
+
}, "style" | "disabled" | "transition" | "zIndex" | "modelValue" | "origin" | "eager" | "location" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
|
2065
2065
|
itemColor?: string | undefined;
|
|
2066
2066
|
autoSelectFirst?: boolean | "exact" | undefined;
|
|
2067
2067
|
} & {
|
|
@@ -2069,32 +2069,31 @@ declare const VAutocomplete: {
|
|
|
2069
2069
|
"onUpdate:menu"?: ((value: boolean) => any) | undefined;
|
|
2070
2070
|
"onUpdate:search"?: ((value: any) => any) | undefined;
|
|
2071
2071
|
}, any, {}, {}, {}, {
|
|
2072
|
-
flat: boolean;
|
|
2073
2072
|
reverse: boolean;
|
|
2074
|
-
|
|
2073
|
+
flat: boolean;
|
|
2074
|
+
style: vue.StyleValue;
|
|
2075
|
+
menu: boolean;
|
|
2075
2076
|
type: string;
|
|
2076
|
-
error: boolean;
|
|
2077
2077
|
active: boolean;
|
|
2078
|
-
|
|
2079
|
-
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
2080
|
-
component?: vue.Component | undefined;
|
|
2081
|
-
})>;
|
|
2082
|
-
menu: boolean;
|
|
2083
|
-
style: vue.StyleValue;
|
|
2084
|
-
role: string;
|
|
2085
|
-
autofocus: boolean;
|
|
2086
|
-
eager: boolean;
|
|
2078
|
+
error: boolean;
|
|
2087
2079
|
disabled: boolean;
|
|
2088
|
-
readonly: boolean | null;
|
|
2089
2080
|
messages: string | readonly string[];
|
|
2090
2081
|
noDataText: string;
|
|
2082
|
+
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
2083
|
+
component?: vue.Component | undefined;
|
|
2084
|
+
})>;
|
|
2091
2085
|
focused: boolean;
|
|
2092
2086
|
errorMessages: string | readonly string[] | null;
|
|
2093
2087
|
maxErrors: string | number;
|
|
2088
|
+
readonly: boolean | null;
|
|
2094
2089
|
rules: readonly ValidationRule[];
|
|
2095
2090
|
rounded: string | number | boolean;
|
|
2091
|
+
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
2096
2092
|
tile: boolean;
|
|
2093
|
+
eager: boolean;
|
|
2094
|
+
role: string;
|
|
2097
2095
|
density: Density;
|
|
2096
|
+
direction: "horizontal" | "vertical";
|
|
2098
2097
|
valueComparator: typeof deepEqual;
|
|
2099
2098
|
clearIcon: IconValue;
|
|
2100
2099
|
centerAffix: boolean;
|
|
@@ -2104,6 +2103,7 @@ declare const VAutocomplete: {
|
|
|
2104
2103
|
noFilter: boolean;
|
|
2105
2104
|
filterKeys: NonNullable<FilterKeys>;
|
|
2106
2105
|
itemChildren: NonNullable<SelectItemKey>;
|
|
2106
|
+
autofocus: boolean;
|
|
2107
2107
|
clearable: boolean;
|
|
2108
2108
|
persistentClear: boolean;
|
|
2109
2109
|
singleLine: boolean;
|
|
@@ -2123,31 +2123,30 @@ declare const VAutocomplete: {
|
|
|
2123
2123
|
__isTeleport?: undefined;
|
|
2124
2124
|
__isSuspense?: undefined;
|
|
2125
2125
|
} & vue.ComponentOptionsBase<{
|
|
2126
|
-
flat: boolean;
|
|
2127
2126
|
reverse: boolean;
|
|
2128
|
-
|
|
2127
|
+
flat: boolean;
|
|
2128
|
+
style: vue.StyleValue;
|
|
2129
|
+
menu: boolean;
|
|
2129
2130
|
type: string;
|
|
2130
|
-
error: boolean;
|
|
2131
2131
|
active: boolean;
|
|
2132
|
-
|
|
2133
|
-
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
2134
|
-
component?: vue.Component | undefined;
|
|
2135
|
-
})>;
|
|
2136
|
-
menu: boolean;
|
|
2137
|
-
style: vue.StyleValue;
|
|
2138
|
-
role: string;
|
|
2139
|
-
autofocus: boolean;
|
|
2140
|
-
eager: boolean;
|
|
2132
|
+
error: boolean;
|
|
2141
2133
|
disabled: boolean;
|
|
2142
|
-
readonly: boolean | null;
|
|
2143
2134
|
messages: string | readonly string[];
|
|
2144
2135
|
noDataText: string;
|
|
2136
|
+
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
2137
|
+
component?: vue.Component | undefined;
|
|
2138
|
+
})>;
|
|
2145
2139
|
focused: boolean;
|
|
2146
2140
|
errorMessages: string | readonly string[] | null;
|
|
2147
2141
|
maxErrors: string | number;
|
|
2142
|
+
readonly: boolean | null;
|
|
2148
2143
|
rules: readonly ValidationRule[];
|
|
2144
|
+
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
2149
2145
|
tile: boolean;
|
|
2146
|
+
eager: boolean;
|
|
2147
|
+
role: string;
|
|
2150
2148
|
density: Density;
|
|
2149
|
+
direction: "horizontal" | "vertical";
|
|
2151
2150
|
valueComparator: typeof deepEqual;
|
|
2152
2151
|
clearIcon: IconValue;
|
|
2153
2152
|
hideSpinButtons: boolean;
|
|
@@ -2156,6 +2155,7 @@ declare const VAutocomplete: {
|
|
|
2156
2155
|
noFilter: boolean;
|
|
2157
2156
|
filterKeys: NonNullable<FilterKeys>;
|
|
2158
2157
|
itemChildren: NonNullable<SelectItemKey>;
|
|
2158
|
+
autofocus: boolean;
|
|
2159
2159
|
clearable: boolean;
|
|
2160
2160
|
persistentClear: boolean;
|
|
2161
2161
|
singleLine: boolean;
|
|
@@ -2172,18 +2172,18 @@ declare const VAutocomplete: {
|
|
|
2172
2172
|
clearOnSelect: boolean;
|
|
2173
2173
|
} & {
|
|
2174
2174
|
search?: string | undefined;
|
|
2175
|
+
class?: any;
|
|
2175
2176
|
id?: string | undefined;
|
|
2176
|
-
name?: string | undefined;
|
|
2177
|
-
color?: string | undefined;
|
|
2178
|
-
loading?: string | boolean | undefined;
|
|
2179
2177
|
label?: string | undefined;
|
|
2178
|
+
theme?: string | undefined;
|
|
2179
|
+
color?: string | undefined;
|
|
2180
|
+
name?: string | undefined;
|
|
2180
2181
|
prefix?: string | undefined;
|
|
2181
|
-
|
|
2182
|
+
loading?: string | boolean | undefined;
|
|
2182
2183
|
placeholder?: string | undefined;
|
|
2183
|
-
theme?: string | undefined;
|
|
2184
2184
|
counter?: string | number | boolean | undefined;
|
|
2185
2185
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
2186
|
-
validateOn?:
|
|
2186
|
+
validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
|
|
2187
2187
|
rounded?: string | number | boolean | undefined;
|
|
2188
2188
|
bgColor?: string | undefined;
|
|
2189
2189
|
prependIcon?: IconValue | undefined;
|
|
@@ -2191,8 +2191,8 @@ declare const VAutocomplete: {
|
|
|
2191
2191
|
baseColor?: string | undefined;
|
|
2192
2192
|
prependInnerIcon?: IconValue | undefined;
|
|
2193
2193
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
2194
|
-
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
2195
2194
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
2195
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
2196
2196
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
2197
2197
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
2198
2198
|
centerAffix?: boolean | undefined;
|
|
@@ -2204,13 +2204,13 @@ declare const VAutocomplete: {
|
|
|
2204
2204
|
counterValue?: number | ((value: any) => number) | undefined;
|
|
2205
2205
|
modelModifiers?: Record<string, boolean> | undefined;
|
|
2206
2206
|
listProps?: (Partial<{
|
|
2207
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
2208
|
-
nav: boolean;
|
|
2209
2207
|
style: vue.StyleValue;
|
|
2208
|
+
nav: boolean;
|
|
2210
2209
|
disabled: boolean;
|
|
2211
2210
|
tag: string;
|
|
2212
|
-
mandatory: boolean;
|
|
2213
2211
|
rounded: string | number | boolean;
|
|
2212
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
2213
|
+
mandatory: boolean;
|
|
2214
2214
|
tile: boolean;
|
|
2215
2215
|
density: Density;
|
|
2216
2216
|
slim: boolean;
|
|
@@ -2223,11 +2223,11 @@ declare const VAutocomplete: {
|
|
|
2223
2223
|
returnObject: boolean;
|
|
2224
2224
|
itemType: string;
|
|
2225
2225
|
}> & Omit<{
|
|
2226
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
2227
|
-
nav: boolean;
|
|
2228
2226
|
style: vue.StyleValue;
|
|
2227
|
+
nav: boolean;
|
|
2229
2228
|
disabled: boolean;
|
|
2230
2229
|
tag: string;
|
|
2230
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
2231
2231
|
mandatory: boolean;
|
|
2232
2232
|
tile: boolean;
|
|
2233
2233
|
density: Density;
|
|
@@ -2240,19 +2240,19 @@ declare const VAutocomplete: {
|
|
|
2240
2240
|
lines: false | "one" | "two" | "three";
|
|
2241
2241
|
returnObject: boolean;
|
|
2242
2242
|
itemType: string;
|
|
2243
|
-
|
|
2243
|
+
class?: any;
|
|
2244
2244
|
width?: string | number | undefined;
|
|
2245
|
-
|
|
2245
|
+
height?: string | number | undefined;
|
|
2246
|
+
theme?: string | undefined;
|
|
2246
2247
|
color?: string | undefined;
|
|
2248
|
+
activated?: readonly unknown[] | undefined;
|
|
2249
|
+
border?: string | number | boolean | undefined;
|
|
2250
|
+
rounded?: string | number | boolean | undefined;
|
|
2247
2251
|
maxHeight?: string | number | undefined;
|
|
2248
2252
|
maxWidth?: string | number | undefined;
|
|
2249
2253
|
minHeight?: string | number | undefined;
|
|
2250
2254
|
minWidth?: string | number | undefined;
|
|
2251
|
-
activated?: readonly unknown[] | undefined;
|
|
2252
|
-
class?: any;
|
|
2253
2255
|
elevation?: string | number | undefined;
|
|
2254
|
-
theme?: string | undefined;
|
|
2255
|
-
rounded?: string | number | boolean | undefined;
|
|
2256
2256
|
bgColor?: string | undefined;
|
|
2257
2257
|
baseColor?: string | undefined;
|
|
2258
2258
|
activeClass?: string | undefined;
|
|
@@ -2277,11 +2277,11 @@ declare const VAutocomplete: {
|
|
|
2277
2277
|
path: unknown[];
|
|
2278
2278
|
}) => any) | undefined;
|
|
2279
2279
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
2280
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
2281
|
-
nav: boolean;
|
|
2282
2280
|
style: vue.StyleValue;
|
|
2281
|
+
nav: boolean;
|
|
2283
2282
|
disabled: boolean;
|
|
2284
2283
|
tag: string;
|
|
2284
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
2285
2285
|
mandatory: boolean;
|
|
2286
2286
|
tile: boolean;
|
|
2287
2287
|
density: Density;
|
|
@@ -2295,19 +2295,19 @@ declare const VAutocomplete: {
|
|
|
2295
2295
|
returnObject: boolean;
|
|
2296
2296
|
itemType: string;
|
|
2297
2297
|
} & {
|
|
2298
|
-
|
|
2298
|
+
class?: any;
|
|
2299
2299
|
width?: string | number | undefined;
|
|
2300
|
-
|
|
2300
|
+
height?: string | number | undefined;
|
|
2301
|
+
theme?: string | undefined;
|
|
2301
2302
|
color?: string | undefined;
|
|
2303
|
+
activated?: readonly unknown[] | undefined;
|
|
2304
|
+
border?: string | number | boolean | undefined;
|
|
2305
|
+
rounded?: string | number | boolean | undefined;
|
|
2302
2306
|
maxHeight?: string | number | undefined;
|
|
2303
2307
|
maxWidth?: string | number | undefined;
|
|
2304
2308
|
minHeight?: string | number | undefined;
|
|
2305
2309
|
minWidth?: string | number | undefined;
|
|
2306
|
-
activated?: readonly unknown[] | undefined;
|
|
2307
|
-
class?: any;
|
|
2308
2310
|
elevation?: string | number | undefined;
|
|
2309
|
-
theme?: string | undefined;
|
|
2310
|
-
rounded?: string | number | boolean | undefined;
|
|
2311
2311
|
bgColor?: string | undefined;
|
|
2312
2312
|
baseColor?: string | undefined;
|
|
2313
2313
|
activeClass?: string | undefined;
|
|
@@ -2332,7 +2332,7 @@ declare const VAutocomplete: {
|
|
|
2332
2332
|
value: boolean;
|
|
2333
2333
|
path: unknown[];
|
|
2334
2334
|
}) => any) | undefined;
|
|
2335
|
-
}, "
|
|
2335
|
+
}, "style" | "nav" | "disabled" | "tag" | "rounded" | "variant" | "mandatory" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "lines" | "returnObject" | "itemType"> & {
|
|
2336
2336
|
items?: readonly any[] | undefined;
|
|
2337
2337
|
itemTitle?: SelectItemKey<any>;
|
|
2338
2338
|
itemValue?: SelectItemKey<any>;
|
|
@@ -2347,7 +2347,7 @@ declare const VAutocomplete: {
|
|
|
2347
2347
|
title?: ((arg: ListItemTitleSlot & {
|
|
2348
2348
|
item: any;
|
|
2349
2349
|
}) => vue.VNodeChild) | undefined;
|
|
2350
|
-
|
|
2350
|
+
prepend?: ((arg: {
|
|
2351
2351
|
isActive: boolean;
|
|
2352
2352
|
isSelected: boolean;
|
|
2353
2353
|
isIndeterminate: boolean;
|
|
@@ -2355,7 +2355,7 @@ declare const VAutocomplete: {
|
|
|
2355
2355
|
} & {
|
|
2356
2356
|
item: any;
|
|
2357
2357
|
}) => vue.VNodeChild) | undefined;
|
|
2358
|
-
|
|
2358
|
+
append?: ((arg: {
|
|
2359
2359
|
isActive: boolean;
|
|
2360
2360
|
isSelected: boolean;
|
|
2361
2361
|
isIndeterminate: boolean;
|
|
@@ -2400,7 +2400,7 @@ declare const VAutocomplete: {
|
|
|
2400
2400
|
title?: false | ((arg: ListItemTitleSlot & {
|
|
2401
2401
|
item: any;
|
|
2402
2402
|
}) => vue.VNodeChild) | undefined;
|
|
2403
|
-
|
|
2403
|
+
prepend?: false | ((arg: {
|
|
2404
2404
|
isActive: boolean;
|
|
2405
2405
|
isSelected: boolean;
|
|
2406
2406
|
isIndeterminate: boolean;
|
|
@@ -2408,7 +2408,7 @@ declare const VAutocomplete: {
|
|
|
2408
2408
|
} & {
|
|
2409
2409
|
item: any;
|
|
2410
2410
|
}) => vue.VNodeChild) | undefined;
|
|
2411
|
-
|
|
2411
|
+
append?: false | ((arg: {
|
|
2412
2412
|
isActive: boolean;
|
|
2413
2413
|
isSelected: boolean;
|
|
2414
2414
|
isIndeterminate: boolean;
|
|
@@ -2453,7 +2453,7 @@ declare const VAutocomplete: {
|
|
|
2453
2453
|
"v-slot:title"?: false | ((arg: ListItemTitleSlot & {
|
|
2454
2454
|
item: any;
|
|
2455
2455
|
}) => vue.VNodeChild) | undefined;
|
|
2456
|
-
"v-slot:
|
|
2456
|
+
"v-slot:prepend"?: false | ((arg: {
|
|
2457
2457
|
isActive: boolean;
|
|
2458
2458
|
isSelected: boolean;
|
|
2459
2459
|
isIndeterminate: boolean;
|
|
@@ -2461,7 +2461,7 @@ declare const VAutocomplete: {
|
|
|
2461
2461
|
} & {
|
|
2462
2462
|
item: any;
|
|
2463
2463
|
}) => vue.VNodeChild) | undefined;
|
|
2464
|
-
"v-slot:
|
|
2464
|
+
"v-slot:append"?: false | ((arg: {
|
|
2465
2465
|
isActive: boolean;
|
|
2466
2466
|
isSelected: boolean;
|
|
2467
2467
|
isIndeterminate: boolean;
|
|
@@ -2503,22 +2503,22 @@ declare const VAutocomplete: {
|
|
|
2503
2503
|
}) => vue.VNodeChild) | undefined;
|
|
2504
2504
|
}) | undefined;
|
|
2505
2505
|
menuProps?: (Partial<{
|
|
2506
|
-
|
|
2507
|
-
|
|
2506
|
+
style: vue.StyleValue;
|
|
2507
|
+
disabled: boolean;
|
|
2508
2508
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
2509
2509
|
component?: vue.Component | undefined;
|
|
2510
2510
|
})> | {
|
|
2511
2511
|
component: vue.Component;
|
|
2512
2512
|
};
|
|
2513
2513
|
zIndex: string | number;
|
|
2514
|
-
style: vue.StyleValue;
|
|
2515
|
-
eager: boolean;
|
|
2516
|
-
disabled: boolean;
|
|
2517
2514
|
modelValue: boolean;
|
|
2518
|
-
|
|
2515
|
+
origin: Anchor | "auto" | "overlap";
|
|
2516
|
+
eager: boolean;
|
|
2517
|
+
location: Anchor;
|
|
2518
|
+
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
2519
2519
|
updateLocation: (e: Event) => void;
|
|
2520
|
-
} | undefined)>;
|
|
2521
|
-
scrollStrategy: NonNullable<"
|
|
2520
|
+
} | undefined) | "connected">;
|
|
2521
|
+
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
2522
2522
|
closeDelay: NonNullable<string | number>;
|
|
2523
2523
|
openDelay: NonNullable<string | number>;
|
|
2524
2524
|
activatorProps: Record<string, any>;
|
|
@@ -2532,22 +2532,22 @@ declare const VAutocomplete: {
|
|
|
2532
2532
|
persistent: boolean;
|
|
2533
2533
|
scrim: NonNullable<string | boolean>;
|
|
2534
2534
|
}> & Omit<{
|
|
2535
|
-
|
|
2536
|
-
|
|
2535
|
+
style: vue.StyleValue;
|
|
2536
|
+
disabled: boolean;
|
|
2537
2537
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
2538
2538
|
component?: vue.Component | undefined;
|
|
2539
2539
|
})> | {
|
|
2540
2540
|
component: vue.Component;
|
|
2541
2541
|
};
|
|
2542
2542
|
zIndex: string | number;
|
|
2543
|
-
style: vue.StyleValue;
|
|
2544
|
-
eager: boolean;
|
|
2545
|
-
disabled: boolean;
|
|
2546
2543
|
modelValue: boolean;
|
|
2547
|
-
|
|
2544
|
+
origin: Anchor | "auto" | "overlap";
|
|
2545
|
+
eager: boolean;
|
|
2546
|
+
location: Anchor;
|
|
2547
|
+
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
2548
2548
|
updateLocation: (e: Event) => void;
|
|
2549
|
-
} | undefined)>;
|
|
2550
|
-
scrollStrategy: NonNullable<"
|
|
2549
|
+
} | undefined) | "connected">;
|
|
2550
|
+
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
2551
2551
|
closeDelay: NonNullable<string | number>;
|
|
2552
2552
|
openDelay: NonNullable<string | number>;
|
|
2553
2553
|
activatorProps: Record<string, any>;
|
|
@@ -2558,20 +2558,20 @@ declare const VAutocomplete: {
|
|
|
2558
2558
|
noClickAnimation: boolean;
|
|
2559
2559
|
persistent: boolean;
|
|
2560
2560
|
scrim: NonNullable<string | boolean>;
|
|
2561
|
-
|
|
2561
|
+
class?: any;
|
|
2562
2562
|
id?: string | undefined;
|
|
2563
|
-
height?: string | number | undefined;
|
|
2564
2563
|
width?: string | number | undefined;
|
|
2564
|
+
height?: string | number | undefined;
|
|
2565
|
+
theme?: string | undefined;
|
|
2566
|
+
target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
|
|
2567
|
+
offset?: string | number | number[] | undefined;
|
|
2568
|
+
contentClass?: any;
|
|
2569
|
+
opacity?: string | number | undefined;
|
|
2565
2570
|
maxHeight?: string | number | undefined;
|
|
2566
2571
|
maxWidth?: string | number | undefined;
|
|
2567
2572
|
minHeight?: string | number | undefined;
|
|
2568
2573
|
minWidth?: string | number | undefined;
|
|
2569
|
-
|
|
2570
|
-
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
2571
|
-
class?: any;
|
|
2572
|
-
theme?: string | undefined;
|
|
2573
|
-
contentClass?: any;
|
|
2574
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
2574
|
+
activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
|
|
2575
2575
|
openOnClick?: boolean | undefined;
|
|
2576
2576
|
openOnFocus?: boolean | undefined;
|
|
2577
2577
|
contentProps?: any;
|
|
@@ -2605,22 +2605,22 @@ declare const VAutocomplete: {
|
|
|
2605
2605
|
}) => vue.VNodeChild) | undefined;
|
|
2606
2606
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
2607
2607
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
2608
|
-
|
|
2609
|
-
|
|
2608
|
+
style: vue.StyleValue;
|
|
2609
|
+
disabled: boolean;
|
|
2610
2610
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
2611
2611
|
component?: vue.Component | undefined;
|
|
2612
2612
|
})> | {
|
|
2613
2613
|
component: vue.Component;
|
|
2614
2614
|
};
|
|
2615
2615
|
zIndex: string | number;
|
|
2616
|
-
style: vue.StyleValue;
|
|
2617
|
-
eager: boolean;
|
|
2618
|
-
disabled: boolean;
|
|
2619
2616
|
modelValue: boolean;
|
|
2620
|
-
|
|
2617
|
+
origin: Anchor | "auto" | "overlap";
|
|
2618
|
+
eager: boolean;
|
|
2619
|
+
location: Anchor;
|
|
2620
|
+
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
2621
2621
|
updateLocation: (e: Event) => void;
|
|
2622
|
-
} | undefined)>;
|
|
2623
|
-
scrollStrategy: NonNullable<"
|
|
2622
|
+
} | undefined) | "connected">;
|
|
2623
|
+
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
2624
2624
|
closeDelay: NonNullable<string | number>;
|
|
2625
2625
|
openDelay: NonNullable<string | number>;
|
|
2626
2626
|
activatorProps: Record<string, any>;
|
|
@@ -2632,20 +2632,20 @@ declare const VAutocomplete: {
|
|
|
2632
2632
|
persistent: boolean;
|
|
2633
2633
|
scrim: NonNullable<string | boolean>;
|
|
2634
2634
|
} & {
|
|
2635
|
-
|
|
2635
|
+
class?: any;
|
|
2636
2636
|
id?: string | undefined;
|
|
2637
|
-
height?: string | number | undefined;
|
|
2638
2637
|
width?: string | number | undefined;
|
|
2638
|
+
height?: string | number | undefined;
|
|
2639
|
+
theme?: string | undefined;
|
|
2640
|
+
target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
|
|
2641
|
+
offset?: string | number | number[] | undefined;
|
|
2642
|
+
contentClass?: any;
|
|
2643
|
+
opacity?: string | number | undefined;
|
|
2639
2644
|
maxHeight?: string | number | undefined;
|
|
2640
2645
|
maxWidth?: string | number | undefined;
|
|
2641
2646
|
minHeight?: string | number | undefined;
|
|
2642
2647
|
minWidth?: string | number | undefined;
|
|
2643
|
-
|
|
2644
|
-
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
2645
|
-
class?: any;
|
|
2646
|
-
theme?: string | undefined;
|
|
2647
|
-
contentClass?: any;
|
|
2648
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
2648
|
+
activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
|
|
2649
2649
|
openOnClick?: boolean | undefined;
|
|
2650
2650
|
openOnFocus?: boolean | undefined;
|
|
2651
2651
|
contentProps?: any;
|
|
@@ -2681,7 +2681,7 @@ declare const VAutocomplete: {
|
|
|
2681
2681
|
}) => vue.VNodeChild) | undefined;
|
|
2682
2682
|
} & {
|
|
2683
2683
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
2684
|
-
}, "
|
|
2684
|
+
}, "style" | "disabled" | "transition" | "zIndex" | "modelValue" | "origin" | "eager" | "location" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
|
2685
2685
|
itemColor?: string | undefined;
|
|
2686
2686
|
autoSelectFirst?: boolean | "exact" | undefined;
|
|
2687
2687
|
} & {
|
|
@@ -2693,33 +2693,32 @@ declare const VAutocomplete: {
|
|
|
2693
2693
|
'update:search': (value: any) => true;
|
|
2694
2694
|
'update:modelValue': (value: any) => boolean;
|
|
2695
2695
|
'update:menu': (value: boolean) => true;
|
|
2696
|
-
}, "
|
|
2697
|
-
flat: boolean;
|
|
2696
|
+
}, "$children" | "v-slots" | "modelValue" | "items" | "multiple" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:loader" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "returnObject" | "v-slot:item" | "itemTitle" | "itemValue" | "itemProps" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, string, {
|
|
2698
2697
|
reverse: boolean;
|
|
2699
|
-
|
|
2698
|
+
flat: boolean;
|
|
2699
|
+
style: vue.StyleValue;
|
|
2700
|
+
menu: boolean;
|
|
2700
2701
|
type: string;
|
|
2701
|
-
error: boolean;
|
|
2702
2702
|
active: boolean;
|
|
2703
|
-
|
|
2704
|
-
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
2705
|
-
component?: vue.Component | undefined;
|
|
2706
|
-
})>;
|
|
2707
|
-
menu: boolean;
|
|
2708
|
-
style: vue.StyleValue;
|
|
2709
|
-
role: string;
|
|
2710
|
-
autofocus: boolean;
|
|
2711
|
-
eager: boolean;
|
|
2703
|
+
error: boolean;
|
|
2712
2704
|
disabled: boolean;
|
|
2713
|
-
readonly: boolean | null;
|
|
2714
2705
|
messages: string | readonly string[];
|
|
2715
2706
|
noDataText: string;
|
|
2707
|
+
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
2708
|
+
component?: vue.Component | undefined;
|
|
2709
|
+
})>;
|
|
2716
2710
|
focused: boolean;
|
|
2717
2711
|
errorMessages: string | readonly string[] | null;
|
|
2718
2712
|
maxErrors: string | number;
|
|
2713
|
+
readonly: boolean | null;
|
|
2719
2714
|
rules: readonly ValidationRule[];
|
|
2720
2715
|
rounded: string | number | boolean;
|
|
2716
|
+
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
2721
2717
|
tile: boolean;
|
|
2718
|
+
eager: boolean;
|
|
2719
|
+
role: string;
|
|
2722
2720
|
density: Density;
|
|
2721
|
+
direction: "horizontal" | "vertical";
|
|
2723
2722
|
valueComparator: typeof deepEqual;
|
|
2724
2723
|
clearIcon: IconValue;
|
|
2725
2724
|
centerAffix: boolean;
|
|
@@ -2729,6 +2728,7 @@ declare const VAutocomplete: {
|
|
|
2729
2728
|
noFilter: boolean;
|
|
2730
2729
|
filterKeys: NonNullable<FilterKeys>;
|
|
2731
2730
|
itemChildren: NonNullable<SelectItemKey>;
|
|
2731
|
+
autofocus: boolean;
|
|
2732
2732
|
clearable: boolean;
|
|
2733
2733
|
persistentClear: boolean;
|
|
2734
2734
|
singleLine: boolean;
|
|
@@ -2744,9 +2744,6 @@ declare const VAutocomplete: {
|
|
|
2744
2744
|
openOnClear: boolean;
|
|
2745
2745
|
clearOnSelect: boolean;
|
|
2746
2746
|
}, {}, string, vue.SlotsType<Partial<{
|
|
2747
|
-
message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
2748
|
-
[key: string]: any;
|
|
2749
|
-
}>[];
|
|
2750
2747
|
clear: (arg: DefaultInputSlot & {
|
|
2751
2748
|
props: Record<string, any>;
|
|
2752
2749
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -2761,12 +2758,15 @@ declare const VAutocomplete: {
|
|
|
2761
2758
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
2762
2759
|
[key: string]: any;
|
|
2763
2760
|
}>[];
|
|
2764
|
-
|
|
2761
|
+
message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
2765
2762
|
[key: string]: any;
|
|
2766
2763
|
}>[];
|
|
2767
2764
|
prepend: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
2768
2765
|
[key: string]: any;
|
|
2769
2766
|
}>[];
|
|
2767
|
+
append: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
2768
|
+
[key: string]: any;
|
|
2769
|
+
}>[];
|
|
2770
2770
|
loader: (arg: LoaderSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
2771
2771
|
[key: string]: any;
|
|
2772
2772
|
}>[];
|
|
@@ -2866,7 +2866,7 @@ declare const VAutocomplete: {
|
|
|
2866
2866
|
})>;
|
|
2867
2867
|
default: string;
|
|
2868
2868
|
validator: (val: unknown) => boolean;
|
|
2869
|
-
}, "
|
|
2869
|
+
}, "default" | "type"> & {
|
|
2870
2870
|
type: PropType<NonNullable<string | boolean | (vue.TransitionProps & {
|
|
2871
2871
|
component?: vue.Component | undefined;
|
|
2872
2872
|
})>>;
|
|
@@ -2874,55 +2874,36 @@ declare const VAutocomplete: {
|
|
|
2874
2874
|
component?: vue.Component | undefined;
|
|
2875
2875
|
})>;
|
|
2876
2876
|
};
|
|
2877
|
-
flat: BooleanConstructor;
|
|
2878
2877
|
reverse: BooleanConstructor;
|
|
2879
|
-
|
|
2880
|
-
|
|
2881
|
-
|
|
2882
|
-
|
|
2878
|
+
flat: BooleanConstructor;
|
|
2879
|
+
class: PropType<any>;
|
|
2880
|
+
style: {
|
|
2881
|
+
type: PropType<vue.StyleValue>;
|
|
2882
|
+
default: null;
|
|
2883
2883
|
};
|
|
2884
|
+
id: StringConstructor;
|
|
2885
|
+
label: StringConstructor;
|
|
2884
2886
|
type: {
|
|
2885
2887
|
type: StringConstructor;
|
|
2886
2888
|
default: string;
|
|
2887
2889
|
};
|
|
2888
|
-
error: BooleanConstructor;
|
|
2889
|
-
id: StringConstructor;
|
|
2890
2890
|
active: BooleanConstructor;
|
|
2891
|
-
|
|
2891
|
+
error: BooleanConstructor;
|
|
2892
|
+
theme: StringConstructor;
|
|
2892
2893
|
color: StringConstructor;
|
|
2893
|
-
|
|
2894
|
-
type: PropType<"horizontal" | "vertical">;
|
|
2895
|
-
default: string;
|
|
2896
|
-
validator: (v: any) => boolean;
|
|
2897
|
-
};
|
|
2898
|
-
loading: (StringConstructor | BooleanConstructor)[];
|
|
2899
|
-
label: StringConstructor;
|
|
2900
|
-
style: {
|
|
2901
|
-
type: PropType<vue.StyleValue>;
|
|
2902
|
-
default: null;
|
|
2903
|
-
};
|
|
2894
|
+
name: StringConstructor;
|
|
2904
2895
|
prefix: StringConstructor;
|
|
2905
|
-
role: {
|
|
2906
|
-
type: PropType<string>;
|
|
2907
|
-
default: string;
|
|
2908
|
-
};
|
|
2909
|
-
autofocus: BooleanConstructor;
|
|
2910
2896
|
disabled: {
|
|
2911
2897
|
type: BooleanConstructor;
|
|
2912
2898
|
default: null;
|
|
2913
2899
|
};
|
|
2914
|
-
|
|
2915
|
-
type: PropType<boolean | null>;
|
|
2916
|
-
default: null;
|
|
2917
|
-
};
|
|
2918
|
-
class: PropType<any>;
|
|
2919
|
-
placeholder: StringConstructor;
|
|
2920
|
-
theme: StringConstructor;
|
|
2900
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
|
2921
2901
|
messages: {
|
|
2922
2902
|
type: PropType<string | readonly string[]>;
|
|
2923
2903
|
default: () => never[];
|
|
2924
2904
|
};
|
|
2925
|
-
|
|
2905
|
+
placeholder: StringConstructor;
|
|
2906
|
+
counter: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
2926
2907
|
focused: BooleanConstructor;
|
|
2927
2908
|
'onUpdate:focused': PropType<(args_0: boolean) => void>;
|
|
2928
2909
|
errorMessages: {
|
|
@@ -2933,6 +2914,10 @@ declare const VAutocomplete: {
|
|
|
2933
2914
|
type: (StringConstructor | NumberConstructor)[];
|
|
2934
2915
|
default: number;
|
|
2935
2916
|
};
|
|
2917
|
+
readonly: {
|
|
2918
|
+
type: PropType<boolean | null>;
|
|
2919
|
+
default: null;
|
|
2920
|
+
};
|
|
2936
2921
|
rules: {
|
|
2937
2922
|
type: PropType<readonly ValidationRule[]>;
|
|
2938
2923
|
default: () => never[];
|
|
@@ -2941,17 +2926,31 @@ declare const VAutocomplete: {
|
|
|
2941
2926
|
type: PropType<any>;
|
|
2942
2927
|
default: any;
|
|
2943
2928
|
};
|
|
2944
|
-
validateOn: PropType<
|
|
2929
|
+
validateOn: PropType<("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined>;
|
|
2945
2930
|
rounded: {
|
|
2946
|
-
type: (StringConstructor |
|
|
2931
|
+
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
2947
2932
|
default: undefined;
|
|
2948
2933
|
};
|
|
2934
|
+
variant: {
|
|
2935
|
+
type: PropType<"underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
|
|
2936
|
+
default: string;
|
|
2937
|
+
validator: (v: any) => boolean;
|
|
2938
|
+
};
|
|
2949
2939
|
tile: BooleanConstructor;
|
|
2940
|
+
role: {
|
|
2941
|
+
type: PropType<string>;
|
|
2942
|
+
default: string;
|
|
2943
|
+
};
|
|
2950
2944
|
density: {
|
|
2951
2945
|
type: PropType<Density>;
|
|
2952
2946
|
default: string;
|
|
2953
2947
|
validator: (v: any) => boolean;
|
|
2954
2948
|
};
|
|
2949
|
+
direction: {
|
|
2950
|
+
type: PropType<"horizontal" | "vertical">;
|
|
2951
|
+
default: string;
|
|
2952
|
+
validator: (v: any) => boolean;
|
|
2953
|
+
};
|
|
2955
2954
|
bgColor: StringConstructor;
|
|
2956
2955
|
prependIcon: PropType<IconValue>;
|
|
2957
2956
|
appendIcon: PropType<IconValue>;
|
|
@@ -2962,8 +2961,8 @@ declare const VAutocomplete: {
|
|
|
2962
2961
|
};
|
|
2963
2962
|
prependInnerIcon: PropType<IconValue>;
|
|
2964
2963
|
'onClick:clear': PropType<(args_0: MouseEvent) => void>;
|
|
2965
|
-
'onClick:append': PropType<(args_0: MouseEvent) => void>;
|
|
2966
2964
|
'onClick:prepend': PropType<(args_0: MouseEvent) => void>;
|
|
2965
|
+
'onClick:append': PropType<(args_0: MouseEvent) => void>;
|
|
2967
2966
|
'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
|
|
2968
2967
|
'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
|
|
2969
2968
|
centerAffix: {
|
|
@@ -2974,6 +2973,7 @@ declare const VAutocomplete: {
|
|
|
2974
2973
|
hint: StringConstructor;
|
|
2975
2974
|
persistentHint: BooleanConstructor;
|
|
2976
2975
|
hideDetails: PropType<boolean | "auto">;
|
|
2976
|
+
autofocus: BooleanConstructor;
|
|
2977
2977
|
clearable: BooleanConstructor;
|
|
2978
2978
|
persistentClear: BooleanConstructor;
|
|
2979
2979
|
singleLine: BooleanConstructor;
|
|
@@ -2997,7 +2997,7 @@ declare const VAutocomplete: {
|
|
|
2997
2997
|
itemChildren: Omit<{
|
|
2998
2998
|
type: PropType<SelectItemKey>;
|
|
2999
2999
|
default: string;
|
|
3000
|
-
}, "
|
|
3000
|
+
}, "default" | "type"> & {
|
|
3001
3001
|
type: PropType<NonNullable<SelectItemKey>>;
|
|
3002
3002
|
default: NonNullable<SelectItemKey>;
|
|
3003
3003
|
};
|
|
@@ -3025,13 +3025,13 @@ declare const VAutocomplete: {
|
|
|
3025
3025
|
hideSelected: BooleanConstructor;
|
|
3026
3026
|
listProps: {
|
|
3027
3027
|
type: PropType<Partial<{
|
|
3028
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
3029
|
-
nav: boolean;
|
|
3030
3028
|
style: vue.StyleValue;
|
|
3029
|
+
nav: boolean;
|
|
3031
3030
|
disabled: boolean;
|
|
3032
3031
|
tag: string;
|
|
3033
|
-
mandatory: boolean;
|
|
3034
3032
|
rounded: string | number | boolean;
|
|
3033
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
3034
|
+
mandatory: boolean;
|
|
3035
3035
|
tile: boolean;
|
|
3036
3036
|
density: Density;
|
|
3037
3037
|
slim: boolean;
|
|
@@ -3044,11 +3044,11 @@ declare const VAutocomplete: {
|
|
|
3044
3044
|
returnObject: boolean;
|
|
3045
3045
|
itemType: string;
|
|
3046
3046
|
}> & Omit<{
|
|
3047
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
3048
|
-
nav: boolean;
|
|
3049
3047
|
style: vue.StyleValue;
|
|
3048
|
+
nav: boolean;
|
|
3050
3049
|
disabled: boolean;
|
|
3051
3050
|
tag: string;
|
|
3051
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
3052
3052
|
mandatory: boolean;
|
|
3053
3053
|
tile: boolean;
|
|
3054
3054
|
density: Density;
|
|
@@ -3061,19 +3061,19 @@ declare const VAutocomplete: {
|
|
|
3061
3061
|
lines: false | "one" | "two" | "three";
|
|
3062
3062
|
returnObject: boolean;
|
|
3063
3063
|
itemType: string;
|
|
3064
|
-
|
|
3064
|
+
class?: any;
|
|
3065
3065
|
width?: string | number | undefined;
|
|
3066
|
-
|
|
3066
|
+
height?: string | number | undefined;
|
|
3067
|
+
theme?: string | undefined;
|
|
3067
3068
|
color?: string | undefined;
|
|
3069
|
+
activated?: readonly unknown[] | undefined;
|
|
3070
|
+
border?: string | number | boolean | undefined;
|
|
3071
|
+
rounded?: string | number | boolean | undefined;
|
|
3068
3072
|
maxHeight?: string | number | undefined;
|
|
3069
3073
|
maxWidth?: string | number | undefined;
|
|
3070
3074
|
minHeight?: string | number | undefined;
|
|
3071
3075
|
minWidth?: string | number | undefined;
|
|
3072
|
-
activated?: readonly unknown[] | undefined;
|
|
3073
|
-
class?: any;
|
|
3074
3076
|
elevation?: string | number | undefined;
|
|
3075
|
-
theme?: string | undefined;
|
|
3076
|
-
rounded?: string | number | boolean | undefined;
|
|
3077
3077
|
bgColor?: string | undefined;
|
|
3078
3078
|
baseColor?: string | undefined;
|
|
3079
3079
|
activeClass?: string | undefined;
|
|
@@ -3098,11 +3098,11 @@ declare const VAutocomplete: {
|
|
|
3098
3098
|
path: unknown[];
|
|
3099
3099
|
}) => any) | undefined;
|
|
3100
3100
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
3101
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
3102
|
-
nav: boolean;
|
|
3103
3101
|
style: vue.StyleValue;
|
|
3102
|
+
nav: boolean;
|
|
3104
3103
|
disabled: boolean;
|
|
3105
3104
|
tag: string;
|
|
3105
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
3106
3106
|
mandatory: boolean;
|
|
3107
3107
|
tile: boolean;
|
|
3108
3108
|
density: Density;
|
|
@@ -3116,19 +3116,19 @@ declare const VAutocomplete: {
|
|
|
3116
3116
|
returnObject: boolean;
|
|
3117
3117
|
itemType: string;
|
|
3118
3118
|
} & {
|
|
3119
|
-
|
|
3119
|
+
class?: any;
|
|
3120
3120
|
width?: string | number | undefined;
|
|
3121
|
-
|
|
3121
|
+
height?: string | number | undefined;
|
|
3122
|
+
theme?: string | undefined;
|
|
3122
3123
|
color?: string | undefined;
|
|
3124
|
+
activated?: readonly unknown[] | undefined;
|
|
3125
|
+
border?: string | number | boolean | undefined;
|
|
3126
|
+
rounded?: string | number | boolean | undefined;
|
|
3123
3127
|
maxHeight?: string | number | undefined;
|
|
3124
3128
|
maxWidth?: string | number | undefined;
|
|
3125
3129
|
minHeight?: string | number | undefined;
|
|
3126
3130
|
minWidth?: string | number | undefined;
|
|
3127
|
-
activated?: readonly unknown[] | undefined;
|
|
3128
|
-
class?: any;
|
|
3129
3131
|
elevation?: string | number | undefined;
|
|
3130
|
-
theme?: string | undefined;
|
|
3131
|
-
rounded?: string | number | boolean | undefined;
|
|
3132
3132
|
bgColor?: string | undefined;
|
|
3133
3133
|
baseColor?: string | undefined;
|
|
3134
3134
|
activeClass?: string | undefined;
|
|
@@ -3153,7 +3153,7 @@ declare const VAutocomplete: {
|
|
|
3153
3153
|
value: boolean;
|
|
3154
3154
|
path: unknown[];
|
|
3155
3155
|
}) => any) | undefined;
|
|
3156
|
-
}, "
|
|
3156
|
+
}, "style" | "nav" | "disabled" | "tag" | "rounded" | "variant" | "mandatory" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "lines" | "returnObject" | "itemType"> & {
|
|
3157
3157
|
items?: readonly any[] | undefined;
|
|
3158
3158
|
itemTitle?: SelectItemKey<any>;
|
|
3159
3159
|
itemValue?: SelectItemKey<any>;
|
|
@@ -3168,7 +3168,7 @@ declare const VAutocomplete: {
|
|
|
3168
3168
|
title?: ((arg: ListItemTitleSlot & {
|
|
3169
3169
|
item: any;
|
|
3170
3170
|
}) => vue.VNodeChild) | undefined;
|
|
3171
|
-
|
|
3171
|
+
prepend?: ((arg: {
|
|
3172
3172
|
isActive: boolean;
|
|
3173
3173
|
isSelected: boolean;
|
|
3174
3174
|
isIndeterminate: boolean;
|
|
@@ -3176,7 +3176,7 @@ declare const VAutocomplete: {
|
|
|
3176
3176
|
} & {
|
|
3177
3177
|
item: any;
|
|
3178
3178
|
}) => vue.VNodeChild) | undefined;
|
|
3179
|
-
|
|
3179
|
+
append?: ((arg: {
|
|
3180
3180
|
isActive: boolean;
|
|
3181
3181
|
isSelected: boolean;
|
|
3182
3182
|
isIndeterminate: boolean;
|
|
@@ -3221,7 +3221,7 @@ declare const VAutocomplete: {
|
|
|
3221
3221
|
title?: false | ((arg: ListItemTitleSlot & {
|
|
3222
3222
|
item: any;
|
|
3223
3223
|
}) => vue.VNodeChild) | undefined;
|
|
3224
|
-
|
|
3224
|
+
prepend?: false | ((arg: {
|
|
3225
3225
|
isActive: boolean;
|
|
3226
3226
|
isSelected: boolean;
|
|
3227
3227
|
isIndeterminate: boolean;
|
|
@@ -3229,7 +3229,7 @@ declare const VAutocomplete: {
|
|
|
3229
3229
|
} & {
|
|
3230
3230
|
item: any;
|
|
3231
3231
|
}) => vue.VNodeChild) | undefined;
|
|
3232
|
-
|
|
3232
|
+
append?: false | ((arg: {
|
|
3233
3233
|
isActive: boolean;
|
|
3234
3234
|
isSelected: boolean;
|
|
3235
3235
|
isIndeterminate: boolean;
|
|
@@ -3274,7 +3274,7 @@ declare const VAutocomplete: {
|
|
|
3274
3274
|
"v-slot:title"?: false | ((arg: ListItemTitleSlot & {
|
|
3275
3275
|
item: any;
|
|
3276
3276
|
}) => vue.VNodeChild) | undefined;
|
|
3277
|
-
"v-slot:
|
|
3277
|
+
"v-slot:prepend"?: false | ((arg: {
|
|
3278
3278
|
isActive: boolean;
|
|
3279
3279
|
isSelected: boolean;
|
|
3280
3280
|
isIndeterminate: boolean;
|
|
@@ -3282,7 +3282,7 @@ declare const VAutocomplete: {
|
|
|
3282
3282
|
} & {
|
|
3283
3283
|
item: any;
|
|
3284
3284
|
}) => vue.VNodeChild) | undefined;
|
|
3285
|
-
"v-slot:
|
|
3285
|
+
"v-slot:append"?: false | ((arg: {
|
|
3286
3286
|
isActive: boolean;
|
|
3287
3287
|
isSelected: boolean;
|
|
3288
3288
|
isIndeterminate: boolean;
|
|
@@ -3331,22 +3331,22 @@ declare const VAutocomplete: {
|
|
|
3331
3331
|
};
|
|
3332
3332
|
menuProps: {
|
|
3333
3333
|
type: PropType<Partial<{
|
|
3334
|
-
|
|
3335
|
-
|
|
3334
|
+
style: vue.StyleValue;
|
|
3335
|
+
disabled: boolean;
|
|
3336
3336
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
3337
3337
|
component?: vue.Component | undefined;
|
|
3338
3338
|
})> | {
|
|
3339
3339
|
component: vue.Component;
|
|
3340
3340
|
};
|
|
3341
3341
|
zIndex: string | number;
|
|
3342
|
-
style: vue.StyleValue;
|
|
3343
|
-
eager: boolean;
|
|
3344
|
-
disabled: boolean;
|
|
3345
3342
|
modelValue: boolean;
|
|
3346
|
-
|
|
3343
|
+
origin: Anchor | "auto" | "overlap";
|
|
3344
|
+
eager: boolean;
|
|
3345
|
+
location: Anchor;
|
|
3346
|
+
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
3347
3347
|
updateLocation: (e: Event) => void;
|
|
3348
|
-
} | undefined)>;
|
|
3349
|
-
scrollStrategy: NonNullable<"
|
|
3348
|
+
} | undefined) | "connected">;
|
|
3349
|
+
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
3350
3350
|
closeDelay: NonNullable<string | number>;
|
|
3351
3351
|
openDelay: NonNullable<string | number>;
|
|
3352
3352
|
activatorProps: Record<string, any>;
|
|
@@ -3360,22 +3360,22 @@ declare const VAutocomplete: {
|
|
|
3360
3360
|
persistent: boolean;
|
|
3361
3361
|
scrim: NonNullable<string | boolean>;
|
|
3362
3362
|
}> & Omit<{
|
|
3363
|
-
|
|
3364
|
-
|
|
3363
|
+
style: vue.StyleValue;
|
|
3364
|
+
disabled: boolean;
|
|
3365
3365
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
3366
3366
|
component?: vue.Component | undefined;
|
|
3367
3367
|
})> | {
|
|
3368
3368
|
component: vue.Component;
|
|
3369
3369
|
};
|
|
3370
3370
|
zIndex: string | number;
|
|
3371
|
-
style: vue.StyleValue;
|
|
3372
|
-
eager: boolean;
|
|
3373
|
-
disabled: boolean;
|
|
3374
3371
|
modelValue: boolean;
|
|
3375
|
-
|
|
3372
|
+
origin: Anchor | "auto" | "overlap";
|
|
3373
|
+
eager: boolean;
|
|
3374
|
+
location: Anchor;
|
|
3375
|
+
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
3376
3376
|
updateLocation: (e: Event) => void;
|
|
3377
|
-
} | undefined)>;
|
|
3378
|
-
scrollStrategy: NonNullable<"
|
|
3377
|
+
} | undefined) | "connected">;
|
|
3378
|
+
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
3379
3379
|
closeDelay: NonNullable<string | number>;
|
|
3380
3380
|
openDelay: NonNullable<string | number>;
|
|
3381
3381
|
activatorProps: Record<string, any>;
|
|
@@ -3386,20 +3386,20 @@ declare const VAutocomplete: {
|
|
|
3386
3386
|
noClickAnimation: boolean;
|
|
3387
3387
|
persistent: boolean;
|
|
3388
3388
|
scrim: NonNullable<string | boolean>;
|
|
3389
|
-
|
|
3389
|
+
class?: any;
|
|
3390
3390
|
id?: string | undefined;
|
|
3391
|
-
height?: string | number | undefined;
|
|
3392
3391
|
width?: string | number | undefined;
|
|
3392
|
+
height?: string | number | undefined;
|
|
3393
|
+
theme?: string | undefined;
|
|
3394
|
+
target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
|
|
3395
|
+
offset?: string | number | number[] | undefined;
|
|
3396
|
+
contentClass?: any;
|
|
3397
|
+
opacity?: string | number | undefined;
|
|
3393
3398
|
maxHeight?: string | number | undefined;
|
|
3394
3399
|
maxWidth?: string | number | undefined;
|
|
3395
3400
|
minHeight?: string | number | undefined;
|
|
3396
3401
|
minWidth?: string | number | undefined;
|
|
3397
|
-
|
|
3398
|
-
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
3399
|
-
class?: any;
|
|
3400
|
-
theme?: string | undefined;
|
|
3401
|
-
contentClass?: any;
|
|
3402
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
3402
|
+
activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
|
|
3403
3403
|
openOnClick?: boolean | undefined;
|
|
3404
3404
|
openOnFocus?: boolean | undefined;
|
|
3405
3405
|
contentProps?: any;
|
|
@@ -3433,22 +3433,22 @@ declare const VAutocomplete: {
|
|
|
3433
3433
|
}) => vue.VNodeChild) | undefined;
|
|
3434
3434
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
3435
3435
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
3436
|
-
|
|
3437
|
-
|
|
3436
|
+
style: vue.StyleValue;
|
|
3437
|
+
disabled: boolean;
|
|
3438
3438
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
3439
3439
|
component?: vue.Component | undefined;
|
|
3440
3440
|
})> | {
|
|
3441
3441
|
component: vue.Component;
|
|
3442
3442
|
};
|
|
3443
3443
|
zIndex: string | number;
|
|
3444
|
-
style: vue.StyleValue;
|
|
3445
|
-
eager: boolean;
|
|
3446
|
-
disabled: boolean;
|
|
3447
3444
|
modelValue: boolean;
|
|
3448
|
-
|
|
3445
|
+
origin: Anchor | "auto" | "overlap";
|
|
3446
|
+
eager: boolean;
|
|
3447
|
+
location: Anchor;
|
|
3448
|
+
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
3449
3449
|
updateLocation: (e: Event) => void;
|
|
3450
|
-
} | undefined)>;
|
|
3451
|
-
scrollStrategy: NonNullable<"
|
|
3450
|
+
} | undefined) | "connected">;
|
|
3451
|
+
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
3452
3452
|
closeDelay: NonNullable<string | number>;
|
|
3453
3453
|
openDelay: NonNullable<string | number>;
|
|
3454
3454
|
activatorProps: Record<string, any>;
|
|
@@ -3460,20 +3460,20 @@ declare const VAutocomplete: {
|
|
|
3460
3460
|
persistent: boolean;
|
|
3461
3461
|
scrim: NonNullable<string | boolean>;
|
|
3462
3462
|
} & {
|
|
3463
|
-
|
|
3463
|
+
class?: any;
|
|
3464
3464
|
id?: string | undefined;
|
|
3465
|
-
height?: string | number | undefined;
|
|
3466
3465
|
width?: string | number | undefined;
|
|
3466
|
+
height?: string | number | undefined;
|
|
3467
|
+
theme?: string | undefined;
|
|
3468
|
+
target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
|
|
3469
|
+
offset?: string | number | number[] | undefined;
|
|
3470
|
+
contentClass?: any;
|
|
3471
|
+
opacity?: string | number | undefined;
|
|
3467
3472
|
maxHeight?: string | number | undefined;
|
|
3468
3473
|
maxWidth?: string | number | undefined;
|
|
3469
3474
|
minHeight?: string | number | undefined;
|
|
3470
3475
|
minWidth?: string | number | undefined;
|
|
3471
|
-
|
|
3472
|
-
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
3473
|
-
class?: any;
|
|
3474
|
-
theme?: string | undefined;
|
|
3475
|
-
contentClass?: any;
|
|
3476
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
3476
|
+
activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
|
|
3477
3477
|
openOnClick?: boolean | undefined;
|
|
3478
3478
|
openOnFocus?: boolean | undefined;
|
|
3479
3479
|
contentProps?: any;
|
|
@@ -3509,7 +3509,7 @@ declare const VAutocomplete: {
|
|
|
3509
3509
|
}) => vue.VNodeChild) | undefined;
|
|
3510
3510
|
} & {
|
|
3511
3511
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
3512
|
-
}, "
|
|
3512
|
+
}, "style" | "disabled" | "transition" | "zIndex" | "modelValue" | "origin" | "eager" | "location" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">>;
|
|
3513
3513
|
};
|
|
3514
3514
|
multiple: BooleanConstructor;
|
|
3515
3515
|
noDataText: {
|
|
@@ -3541,7 +3541,7 @@ declare const VAutocomplete: {
|
|
|
3541
3541
|
})>;
|
|
3542
3542
|
default: string;
|
|
3543
3543
|
validator: (val: unknown) => boolean;
|
|
3544
|
-
}, "
|
|
3544
|
+
}, "default" | "type"> & {
|
|
3545
3545
|
type: PropType<NonNullable<string | boolean | (vue.TransitionProps & {
|
|
3546
3546
|
component?: vue.Component | undefined;
|
|
3547
3547
|
})>>;
|
|
@@ -3549,55 +3549,36 @@ declare const VAutocomplete: {
|
|
|
3549
3549
|
component?: vue.Component | undefined;
|
|
3550
3550
|
})>;
|
|
3551
3551
|
};
|
|
3552
|
-
flat: BooleanConstructor;
|
|
3553
3552
|
reverse: BooleanConstructor;
|
|
3554
|
-
|
|
3555
|
-
|
|
3556
|
-
|
|
3557
|
-
|
|
3553
|
+
flat: BooleanConstructor;
|
|
3554
|
+
class: PropType<any>;
|
|
3555
|
+
style: {
|
|
3556
|
+
type: PropType<vue.StyleValue>;
|
|
3557
|
+
default: null;
|
|
3558
3558
|
};
|
|
3559
|
+
id: StringConstructor;
|
|
3560
|
+
label: StringConstructor;
|
|
3559
3561
|
type: {
|
|
3560
3562
|
type: StringConstructor;
|
|
3561
3563
|
default: string;
|
|
3562
3564
|
};
|
|
3563
|
-
error: BooleanConstructor;
|
|
3564
|
-
id: StringConstructor;
|
|
3565
3565
|
active: BooleanConstructor;
|
|
3566
|
-
|
|
3566
|
+
error: BooleanConstructor;
|
|
3567
|
+
theme: StringConstructor;
|
|
3567
3568
|
color: StringConstructor;
|
|
3568
|
-
|
|
3569
|
-
type: PropType<"horizontal" | "vertical">;
|
|
3570
|
-
default: string;
|
|
3571
|
-
validator: (v: any) => boolean;
|
|
3572
|
-
};
|
|
3573
|
-
loading: (StringConstructor | BooleanConstructor)[];
|
|
3574
|
-
label: StringConstructor;
|
|
3575
|
-
style: {
|
|
3576
|
-
type: PropType<vue.StyleValue>;
|
|
3577
|
-
default: null;
|
|
3578
|
-
};
|
|
3569
|
+
name: StringConstructor;
|
|
3579
3570
|
prefix: StringConstructor;
|
|
3580
|
-
role: {
|
|
3581
|
-
type: PropType<string>;
|
|
3582
|
-
default: string;
|
|
3583
|
-
};
|
|
3584
|
-
autofocus: BooleanConstructor;
|
|
3585
3571
|
disabled: {
|
|
3586
3572
|
type: BooleanConstructor;
|
|
3587
3573
|
default: null;
|
|
3588
3574
|
};
|
|
3589
|
-
|
|
3590
|
-
type: PropType<boolean | null>;
|
|
3591
|
-
default: null;
|
|
3592
|
-
};
|
|
3593
|
-
class: PropType<any>;
|
|
3594
|
-
placeholder: StringConstructor;
|
|
3595
|
-
theme: StringConstructor;
|
|
3575
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
|
3596
3576
|
messages: {
|
|
3597
3577
|
type: PropType<string | readonly string[]>;
|
|
3598
3578
|
default: () => never[];
|
|
3599
3579
|
};
|
|
3600
|
-
|
|
3580
|
+
placeholder: StringConstructor;
|
|
3581
|
+
counter: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
3601
3582
|
focused: BooleanConstructor;
|
|
3602
3583
|
'onUpdate:focused': PropType<(args_0: boolean) => void>;
|
|
3603
3584
|
errorMessages: {
|
|
@@ -3608,6 +3589,10 @@ declare const VAutocomplete: {
|
|
|
3608
3589
|
type: (StringConstructor | NumberConstructor)[];
|
|
3609
3590
|
default: number;
|
|
3610
3591
|
};
|
|
3592
|
+
readonly: {
|
|
3593
|
+
type: PropType<boolean | null>;
|
|
3594
|
+
default: null;
|
|
3595
|
+
};
|
|
3611
3596
|
rules: {
|
|
3612
3597
|
type: PropType<readonly ValidationRule[]>;
|
|
3613
3598
|
default: () => never[];
|
|
@@ -3616,17 +3601,31 @@ declare const VAutocomplete: {
|
|
|
3616
3601
|
type: PropType<any>;
|
|
3617
3602
|
default: any;
|
|
3618
3603
|
};
|
|
3619
|
-
validateOn: PropType<
|
|
3604
|
+
validateOn: PropType<("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined>;
|
|
3620
3605
|
rounded: {
|
|
3621
|
-
type: (StringConstructor |
|
|
3606
|
+
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
3622
3607
|
default: undefined;
|
|
3623
3608
|
};
|
|
3609
|
+
variant: {
|
|
3610
|
+
type: PropType<"underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
|
|
3611
|
+
default: string;
|
|
3612
|
+
validator: (v: any) => boolean;
|
|
3613
|
+
};
|
|
3624
3614
|
tile: BooleanConstructor;
|
|
3615
|
+
role: {
|
|
3616
|
+
type: PropType<string>;
|
|
3617
|
+
default: string;
|
|
3618
|
+
};
|
|
3625
3619
|
density: {
|
|
3626
3620
|
type: PropType<Density>;
|
|
3627
3621
|
default: string;
|
|
3628
3622
|
validator: (v: any) => boolean;
|
|
3629
3623
|
};
|
|
3624
|
+
direction: {
|
|
3625
|
+
type: PropType<"horizontal" | "vertical">;
|
|
3626
|
+
default: string;
|
|
3627
|
+
validator: (v: any) => boolean;
|
|
3628
|
+
};
|
|
3630
3629
|
bgColor: StringConstructor;
|
|
3631
3630
|
prependIcon: PropType<IconValue>;
|
|
3632
3631
|
appendIcon: PropType<IconValue>;
|
|
@@ -3637,8 +3636,8 @@ declare const VAutocomplete: {
|
|
|
3637
3636
|
};
|
|
3638
3637
|
prependInnerIcon: PropType<IconValue>;
|
|
3639
3638
|
'onClick:clear': PropType<(args_0: MouseEvent) => void>;
|
|
3640
|
-
'onClick:append': PropType<(args_0: MouseEvent) => void>;
|
|
3641
3639
|
'onClick:prepend': PropType<(args_0: MouseEvent) => void>;
|
|
3640
|
+
'onClick:append': PropType<(args_0: MouseEvent) => void>;
|
|
3642
3641
|
'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
|
|
3643
3642
|
'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
|
|
3644
3643
|
centerAffix: {
|
|
@@ -3649,6 +3648,7 @@ declare const VAutocomplete: {
|
|
|
3649
3648
|
hint: StringConstructor;
|
|
3650
3649
|
persistentHint: BooleanConstructor;
|
|
3651
3650
|
hideDetails: PropType<boolean | "auto">;
|
|
3651
|
+
autofocus: BooleanConstructor;
|
|
3652
3652
|
clearable: BooleanConstructor;
|
|
3653
3653
|
persistentClear: BooleanConstructor;
|
|
3654
3654
|
singleLine: BooleanConstructor;
|
|
@@ -3672,7 +3672,7 @@ declare const VAutocomplete: {
|
|
|
3672
3672
|
itemChildren: Omit<{
|
|
3673
3673
|
type: PropType<SelectItemKey>;
|
|
3674
3674
|
default: string;
|
|
3675
|
-
}, "
|
|
3675
|
+
}, "default" | "type"> & {
|
|
3676
3676
|
type: PropType<NonNullable<SelectItemKey>>;
|
|
3677
3677
|
default: NonNullable<SelectItemKey>;
|
|
3678
3678
|
};
|
|
@@ -3700,13 +3700,13 @@ declare const VAutocomplete: {
|
|
|
3700
3700
|
hideSelected: BooleanConstructor;
|
|
3701
3701
|
listProps: {
|
|
3702
3702
|
type: PropType<Partial<{
|
|
3703
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
3704
|
-
nav: boolean;
|
|
3705
3703
|
style: vue.StyleValue;
|
|
3704
|
+
nav: boolean;
|
|
3706
3705
|
disabled: boolean;
|
|
3707
3706
|
tag: string;
|
|
3708
|
-
mandatory: boolean;
|
|
3709
3707
|
rounded: string | number | boolean;
|
|
3708
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
3709
|
+
mandatory: boolean;
|
|
3710
3710
|
tile: boolean;
|
|
3711
3711
|
density: Density;
|
|
3712
3712
|
slim: boolean;
|
|
@@ -3719,11 +3719,11 @@ declare const VAutocomplete: {
|
|
|
3719
3719
|
returnObject: boolean;
|
|
3720
3720
|
itemType: string;
|
|
3721
3721
|
}> & Omit<{
|
|
3722
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
3723
|
-
nav: boolean;
|
|
3724
3722
|
style: vue.StyleValue;
|
|
3723
|
+
nav: boolean;
|
|
3725
3724
|
disabled: boolean;
|
|
3726
3725
|
tag: string;
|
|
3726
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
3727
3727
|
mandatory: boolean;
|
|
3728
3728
|
tile: boolean;
|
|
3729
3729
|
density: Density;
|
|
@@ -3736,19 +3736,19 @@ declare const VAutocomplete: {
|
|
|
3736
3736
|
lines: false | "one" | "two" | "three";
|
|
3737
3737
|
returnObject: boolean;
|
|
3738
3738
|
itemType: string;
|
|
3739
|
-
|
|
3739
|
+
class?: any;
|
|
3740
3740
|
width?: string | number | undefined;
|
|
3741
|
-
|
|
3741
|
+
height?: string | number | undefined;
|
|
3742
|
+
theme?: string | undefined;
|
|
3742
3743
|
color?: string | undefined;
|
|
3744
|
+
activated?: readonly unknown[] | undefined;
|
|
3745
|
+
border?: string | number | boolean | undefined;
|
|
3746
|
+
rounded?: string | number | boolean | undefined;
|
|
3743
3747
|
maxHeight?: string | number | undefined;
|
|
3744
3748
|
maxWidth?: string | number | undefined;
|
|
3745
3749
|
minHeight?: string | number | undefined;
|
|
3746
3750
|
minWidth?: string | number | undefined;
|
|
3747
|
-
activated?: readonly unknown[] | undefined;
|
|
3748
|
-
class?: any;
|
|
3749
3751
|
elevation?: string | number | undefined;
|
|
3750
|
-
theme?: string | undefined;
|
|
3751
|
-
rounded?: string | number | boolean | undefined;
|
|
3752
3752
|
bgColor?: string | undefined;
|
|
3753
3753
|
baseColor?: string | undefined;
|
|
3754
3754
|
activeClass?: string | undefined;
|
|
@@ -3773,11 +3773,11 @@ declare const VAutocomplete: {
|
|
|
3773
3773
|
path: unknown[];
|
|
3774
3774
|
}) => any) | undefined;
|
|
3775
3775
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
3776
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
3777
|
-
nav: boolean;
|
|
3778
3776
|
style: vue.StyleValue;
|
|
3777
|
+
nav: boolean;
|
|
3779
3778
|
disabled: boolean;
|
|
3780
3779
|
tag: string;
|
|
3780
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
3781
3781
|
mandatory: boolean;
|
|
3782
3782
|
tile: boolean;
|
|
3783
3783
|
density: Density;
|
|
@@ -3791,19 +3791,19 @@ declare const VAutocomplete: {
|
|
|
3791
3791
|
returnObject: boolean;
|
|
3792
3792
|
itemType: string;
|
|
3793
3793
|
} & {
|
|
3794
|
-
|
|
3794
|
+
class?: any;
|
|
3795
3795
|
width?: string | number | undefined;
|
|
3796
|
-
|
|
3796
|
+
height?: string | number | undefined;
|
|
3797
|
+
theme?: string | undefined;
|
|
3797
3798
|
color?: string | undefined;
|
|
3799
|
+
activated?: readonly unknown[] | undefined;
|
|
3800
|
+
border?: string | number | boolean | undefined;
|
|
3801
|
+
rounded?: string | number | boolean | undefined;
|
|
3798
3802
|
maxHeight?: string | number | undefined;
|
|
3799
3803
|
maxWidth?: string | number | undefined;
|
|
3800
3804
|
minHeight?: string | number | undefined;
|
|
3801
3805
|
minWidth?: string | number | undefined;
|
|
3802
|
-
activated?: readonly unknown[] | undefined;
|
|
3803
|
-
class?: any;
|
|
3804
3806
|
elevation?: string | number | undefined;
|
|
3805
|
-
theme?: string | undefined;
|
|
3806
|
-
rounded?: string | number | boolean | undefined;
|
|
3807
3807
|
bgColor?: string | undefined;
|
|
3808
3808
|
baseColor?: string | undefined;
|
|
3809
3809
|
activeClass?: string | undefined;
|
|
@@ -3828,7 +3828,7 @@ declare const VAutocomplete: {
|
|
|
3828
3828
|
value: boolean;
|
|
3829
3829
|
path: unknown[];
|
|
3830
3830
|
}) => any) | undefined;
|
|
3831
|
-
}, "
|
|
3831
|
+
}, "style" | "nav" | "disabled" | "tag" | "rounded" | "variant" | "mandatory" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "lines" | "returnObject" | "itemType"> & {
|
|
3832
3832
|
items?: readonly any[] | undefined;
|
|
3833
3833
|
itemTitle?: SelectItemKey<any>;
|
|
3834
3834
|
itemValue?: SelectItemKey<any>;
|
|
@@ -3843,7 +3843,7 @@ declare const VAutocomplete: {
|
|
|
3843
3843
|
title?: ((arg: ListItemTitleSlot & {
|
|
3844
3844
|
item: any;
|
|
3845
3845
|
}) => vue.VNodeChild) | undefined;
|
|
3846
|
-
|
|
3846
|
+
prepend?: ((arg: {
|
|
3847
3847
|
isActive: boolean;
|
|
3848
3848
|
isSelected: boolean;
|
|
3849
3849
|
isIndeterminate: boolean;
|
|
@@ -3851,7 +3851,7 @@ declare const VAutocomplete: {
|
|
|
3851
3851
|
} & {
|
|
3852
3852
|
item: any;
|
|
3853
3853
|
}) => vue.VNodeChild) | undefined;
|
|
3854
|
-
|
|
3854
|
+
append?: ((arg: {
|
|
3855
3855
|
isActive: boolean;
|
|
3856
3856
|
isSelected: boolean;
|
|
3857
3857
|
isIndeterminate: boolean;
|
|
@@ -3896,7 +3896,7 @@ declare const VAutocomplete: {
|
|
|
3896
3896
|
title?: false | ((arg: ListItemTitleSlot & {
|
|
3897
3897
|
item: any;
|
|
3898
3898
|
}) => vue.VNodeChild) | undefined;
|
|
3899
|
-
|
|
3899
|
+
prepend?: false | ((arg: {
|
|
3900
3900
|
isActive: boolean;
|
|
3901
3901
|
isSelected: boolean;
|
|
3902
3902
|
isIndeterminate: boolean;
|
|
@@ -3904,7 +3904,7 @@ declare const VAutocomplete: {
|
|
|
3904
3904
|
} & {
|
|
3905
3905
|
item: any;
|
|
3906
3906
|
}) => vue.VNodeChild) | undefined;
|
|
3907
|
-
|
|
3907
|
+
append?: false | ((arg: {
|
|
3908
3908
|
isActive: boolean;
|
|
3909
3909
|
isSelected: boolean;
|
|
3910
3910
|
isIndeterminate: boolean;
|
|
@@ -3949,7 +3949,7 @@ declare const VAutocomplete: {
|
|
|
3949
3949
|
"v-slot:title"?: false | ((arg: ListItemTitleSlot & {
|
|
3950
3950
|
item: any;
|
|
3951
3951
|
}) => vue.VNodeChild) | undefined;
|
|
3952
|
-
"v-slot:
|
|
3952
|
+
"v-slot:prepend"?: false | ((arg: {
|
|
3953
3953
|
isActive: boolean;
|
|
3954
3954
|
isSelected: boolean;
|
|
3955
3955
|
isIndeterminate: boolean;
|
|
@@ -3957,7 +3957,7 @@ declare const VAutocomplete: {
|
|
|
3957
3957
|
} & {
|
|
3958
3958
|
item: any;
|
|
3959
3959
|
}) => vue.VNodeChild) | undefined;
|
|
3960
|
-
"v-slot:
|
|
3960
|
+
"v-slot:append"?: false | ((arg: {
|
|
3961
3961
|
isActive: boolean;
|
|
3962
3962
|
isSelected: boolean;
|
|
3963
3963
|
isIndeterminate: boolean;
|
|
@@ -4006,22 +4006,22 @@ declare const VAutocomplete: {
|
|
|
4006
4006
|
};
|
|
4007
4007
|
menuProps: {
|
|
4008
4008
|
type: PropType<Partial<{
|
|
4009
|
-
|
|
4010
|
-
|
|
4009
|
+
style: vue.StyleValue;
|
|
4010
|
+
disabled: boolean;
|
|
4011
4011
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
4012
4012
|
component?: vue.Component | undefined;
|
|
4013
4013
|
})> | {
|
|
4014
4014
|
component: vue.Component;
|
|
4015
4015
|
};
|
|
4016
4016
|
zIndex: string | number;
|
|
4017
|
-
style: vue.StyleValue;
|
|
4018
|
-
eager: boolean;
|
|
4019
|
-
disabled: boolean;
|
|
4020
4017
|
modelValue: boolean;
|
|
4021
|
-
|
|
4018
|
+
origin: Anchor | "auto" | "overlap";
|
|
4019
|
+
eager: boolean;
|
|
4020
|
+
location: Anchor;
|
|
4021
|
+
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
4022
4022
|
updateLocation: (e: Event) => void;
|
|
4023
|
-
} | undefined)>;
|
|
4024
|
-
scrollStrategy: NonNullable<"
|
|
4023
|
+
} | undefined) | "connected">;
|
|
4024
|
+
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
4025
4025
|
closeDelay: NonNullable<string | number>;
|
|
4026
4026
|
openDelay: NonNullable<string | number>;
|
|
4027
4027
|
activatorProps: Record<string, any>;
|
|
@@ -4035,22 +4035,22 @@ declare const VAutocomplete: {
|
|
|
4035
4035
|
persistent: boolean;
|
|
4036
4036
|
scrim: NonNullable<string | boolean>;
|
|
4037
4037
|
}> & Omit<{
|
|
4038
|
-
|
|
4039
|
-
|
|
4038
|
+
style: vue.StyleValue;
|
|
4039
|
+
disabled: boolean;
|
|
4040
4040
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
4041
4041
|
component?: vue.Component | undefined;
|
|
4042
4042
|
})> | {
|
|
4043
4043
|
component: vue.Component;
|
|
4044
4044
|
};
|
|
4045
4045
|
zIndex: string | number;
|
|
4046
|
-
style: vue.StyleValue;
|
|
4047
|
-
eager: boolean;
|
|
4048
|
-
disabled: boolean;
|
|
4049
4046
|
modelValue: boolean;
|
|
4050
|
-
|
|
4047
|
+
origin: Anchor | "auto" | "overlap";
|
|
4048
|
+
eager: boolean;
|
|
4049
|
+
location: Anchor;
|
|
4050
|
+
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
4051
4051
|
updateLocation: (e: Event) => void;
|
|
4052
|
-
} | undefined)>;
|
|
4053
|
-
scrollStrategy: NonNullable<"
|
|
4052
|
+
} | undefined) | "connected">;
|
|
4053
|
+
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
4054
4054
|
closeDelay: NonNullable<string | number>;
|
|
4055
4055
|
openDelay: NonNullable<string | number>;
|
|
4056
4056
|
activatorProps: Record<string, any>;
|
|
@@ -4061,20 +4061,20 @@ declare const VAutocomplete: {
|
|
|
4061
4061
|
noClickAnimation: boolean;
|
|
4062
4062
|
persistent: boolean;
|
|
4063
4063
|
scrim: NonNullable<string | boolean>;
|
|
4064
|
-
|
|
4064
|
+
class?: any;
|
|
4065
4065
|
id?: string | undefined;
|
|
4066
|
-
height?: string | number | undefined;
|
|
4067
4066
|
width?: string | number | undefined;
|
|
4067
|
+
height?: string | number | undefined;
|
|
4068
|
+
theme?: string | undefined;
|
|
4069
|
+
target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
|
|
4070
|
+
offset?: string | number | number[] | undefined;
|
|
4071
|
+
contentClass?: any;
|
|
4072
|
+
opacity?: string | number | undefined;
|
|
4068
4073
|
maxHeight?: string | number | undefined;
|
|
4069
4074
|
maxWidth?: string | number | undefined;
|
|
4070
4075
|
minHeight?: string | number | undefined;
|
|
4071
4076
|
minWidth?: string | number | undefined;
|
|
4072
|
-
|
|
4073
|
-
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
4074
|
-
class?: any;
|
|
4075
|
-
theme?: string | undefined;
|
|
4076
|
-
contentClass?: any;
|
|
4077
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
4077
|
+
activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
|
|
4078
4078
|
openOnClick?: boolean | undefined;
|
|
4079
4079
|
openOnFocus?: boolean | undefined;
|
|
4080
4080
|
contentProps?: any;
|
|
@@ -4108,22 +4108,22 @@ declare const VAutocomplete: {
|
|
|
4108
4108
|
}) => vue.VNodeChild) | undefined;
|
|
4109
4109
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
4110
4110
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
4111
|
-
|
|
4112
|
-
|
|
4111
|
+
style: vue.StyleValue;
|
|
4112
|
+
disabled: boolean;
|
|
4113
4113
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
4114
4114
|
component?: vue.Component | undefined;
|
|
4115
4115
|
})> | {
|
|
4116
4116
|
component: vue.Component;
|
|
4117
4117
|
};
|
|
4118
4118
|
zIndex: string | number;
|
|
4119
|
-
style: vue.StyleValue;
|
|
4120
|
-
eager: boolean;
|
|
4121
|
-
disabled: boolean;
|
|
4122
4119
|
modelValue: boolean;
|
|
4123
|
-
|
|
4120
|
+
origin: Anchor | "auto" | "overlap";
|
|
4121
|
+
eager: boolean;
|
|
4122
|
+
location: Anchor;
|
|
4123
|
+
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
4124
4124
|
updateLocation: (e: Event) => void;
|
|
4125
|
-
} | undefined)>;
|
|
4126
|
-
scrollStrategy: NonNullable<"
|
|
4125
|
+
} | undefined) | "connected">;
|
|
4126
|
+
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
4127
4127
|
closeDelay: NonNullable<string | number>;
|
|
4128
4128
|
openDelay: NonNullable<string | number>;
|
|
4129
4129
|
activatorProps: Record<string, any>;
|
|
@@ -4135,20 +4135,20 @@ declare const VAutocomplete: {
|
|
|
4135
4135
|
persistent: boolean;
|
|
4136
4136
|
scrim: NonNullable<string | boolean>;
|
|
4137
4137
|
} & {
|
|
4138
|
-
|
|
4138
|
+
class?: any;
|
|
4139
4139
|
id?: string | undefined;
|
|
4140
|
-
height?: string | number | undefined;
|
|
4141
4140
|
width?: string | number | undefined;
|
|
4141
|
+
height?: string | number | undefined;
|
|
4142
|
+
theme?: string | undefined;
|
|
4143
|
+
target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
|
|
4144
|
+
offset?: string | number | number[] | undefined;
|
|
4145
|
+
contentClass?: any;
|
|
4146
|
+
opacity?: string | number | undefined;
|
|
4142
4147
|
maxHeight?: string | number | undefined;
|
|
4143
4148
|
maxWidth?: string | number | undefined;
|
|
4144
4149
|
minHeight?: string | number | undefined;
|
|
4145
4150
|
minWidth?: string | number | undefined;
|
|
4146
|
-
|
|
4147
|
-
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
4148
|
-
class?: any;
|
|
4149
|
-
theme?: string | undefined;
|
|
4150
|
-
contentClass?: any;
|
|
4151
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
4151
|
+
activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
|
|
4152
4152
|
openOnClick?: boolean | undefined;
|
|
4153
4153
|
openOnFocus?: boolean | undefined;
|
|
4154
4154
|
contentProps?: any;
|
|
@@ -4184,7 +4184,7 @@ declare const VAutocomplete: {
|
|
|
4184
4184
|
}) => vue.VNodeChild) | undefined;
|
|
4185
4185
|
} & {
|
|
4186
4186
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
4187
|
-
}, "
|
|
4187
|
+
}, "style" | "disabled" | "transition" | "zIndex" | "modelValue" | "origin" | "eager" | "location" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">>;
|
|
4188
4188
|
};
|
|
4189
4189
|
multiple: BooleanConstructor;
|
|
4190
4190
|
noDataText: {
|