@vuetify/nightly 3.7.16-dev.2025-03-12 → 3.7.16-dev.2025-03-14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -3
- package/dist/json/attributes.json +3733 -3733
- package/dist/json/importMap-labs.json +22 -22
- package/dist/json/importMap.json +124 -124
- package/dist/json/web-types.json +6383 -6383
- package/dist/vuetify-labs.css +3846 -3846
- package/dist/vuetify-labs.d.ts +43 -43
- package/dist/vuetify-labs.esm.js +3 -3
- package/dist/vuetify-labs.js +3 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +2885 -2885
- package/dist/vuetify.d.ts +43 -43
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/lib/blueprints/index.d.ts +3 -3
- package/lib/blueprints/md1.d.ts +1 -1
- package/lib/blueprints/md2.d.ts +1 -1
- package/lib/blueprints/md3.d.ts +1 -1
- package/lib/components/VAlert/VAlert.d.ts +40 -40
- package/lib/components/VAlert/VAlertTitle.d.ts +3 -3
- package/lib/components/VAlert/index.d.ts +2 -2
- package/lib/components/VApp/VApp.d.ts +12 -12
- package/lib/components/VApp/index.d.ts +1 -1
- package/lib/components/VAppBar/VAppBar.d.ts +35 -35
- package/lib/components/VAppBar/VAppBarNavIcon.d.ts +87 -87
- package/lib/components/VAppBar/VAppBarTitle.d.ts +11 -11
- package/lib/components/VAppBar/index.d.ts +3 -3
- package/lib/components/VAutocomplete/VAutocomplete.d.ts +472 -472
- package/lib/components/VAutocomplete/index.d.ts +1 -1
- package/lib/components/VAvatar/VAvatar.d.ts +32 -32
- package/lib/components/VAvatar/index.d.ts +1 -1
- package/lib/components/VBadge/VBadge.d.ts +32 -32
- package/lib/components/VBadge/index.d.ts +1 -1
- package/lib/components/VBanner/VBanner.d.ts +44 -44
- package/lib/components/VBanner/VBannerActions.d.ts +3 -3
- package/lib/components/VBanner/VBannerText.d.ts +3 -3
- package/lib/components/VBanner/index.d.ts +3 -3
- package/lib/components/VBottomNavigation/VBottomNavigation.d.ts +36 -36
- package/lib/components/VBottomNavigation/index.d.ts +1 -1
- package/lib/components/VBottomSheet/VBottomSheet.d.ts +82 -82
- package/lib/components/VBottomSheet/index.d.ts +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbs.d.ts +38 -38
- package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.d.ts +3 -3
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.d.ts +23 -23
- package/lib/components/VBreadcrumbs/index.d.ts +3 -3
- package/lib/components/VBtn/VBtn.d.ts +56 -56
- package/lib/components/VBtn/index.d.ts +1 -1
- package/lib/components/VBtnGroup/VBtnGroup.d.ts +31 -31
- package/lib/components/VBtnGroup/index.d.ts +1 -1
- package/lib/components/VBtnToggle/VBtnToggle.d.ts +33 -33
- package/lib/components/VBtnToggle/index.d.ts +1 -1
- package/lib/components/VCard/VCard.d.ts +43 -43
- package/lib/components/VCard/VCardActions.d.ts +3 -3
- package/lib/components/VCard/VCardItem.d.ts +16 -16
- package/lib/components/VCard/VCardSubtitle.d.ts +15 -15
- package/lib/components/VCard/VCardText.d.ts +15 -15
- package/lib/components/VCard/VCardTitle.d.ts +3 -3
- package/lib/components/VCard/index.d.ts +6 -6
- package/lib/components/VCarousel/VCarousel.d.ts +31 -31
- package/lib/components/VCarousel/VCarouselItem.d.ts +15 -15
- package/lib/components/VCarousel/index.d.ts +2 -2
- package/lib/components/VCheckbox/VCheckbox.d.ts +122 -122
- package/lib/components/VCheckbox/VCheckboxBtn.d.ts +40 -40
- package/lib/components/VCheckbox/index.d.ts +2 -2
- package/lib/components/VChip/VChip.d.ts +41 -41
- package/lib/components/VChip/index.d.ts +1 -1
- package/lib/components/VChipGroup/VChipGroup.d.ts +57 -57
- package/lib/components/VChipGroup/index.d.ts +1 -1
- package/lib/components/VCode/index.d.ts +3 -3
- package/lib/components/VColorPicker/VColorPicker.d.ts +28 -28
- package/lib/components/VColorPicker/VColorPickerCanvas.d.ts +7 -7
- package/lib/components/VColorPicker/VColorPickerEdit.d.ts +8 -8
- package/lib/components/VColorPicker/VColorPickerPreview.d.ts +7 -7
- package/lib/components/VColorPicker/VColorPickerSwatches.d.ts +7 -7
- package/lib/components/VColorPicker/index.d.ts +1 -1
- package/lib/components/VColorPicker/util/index.d.ts +1 -1
- package/lib/components/VCombobox/VCombobox.d.ts +472 -472
- package/lib/components/VCombobox/index.d.ts +1 -1
- package/lib/components/VConfirmEdit/VConfirmEdit.d.ts +2 -2
- package/lib/components/VConfirmEdit/index.d.ts +1 -1
- package/lib/components/VCounter/VCounter.d.ts +3 -3
- package/lib/components/VCounter/index.d.ts +1 -1
- package/lib/components/VDataIterator/VDataIterator.d.ts +113 -113
- package/lib/components/VDataIterator/composables/items.d.ts +3 -3
- package/lib/components/VDataIterator/index.d.ts +1 -1
- package/lib/components/VDataTable/VDataTable.d.ts +343 -343
- package/lib/components/VDataTable/VDataTableFooter.d.ts +2 -2
- package/lib/components/VDataTable/VDataTableGroupHeaderRow.d.ts +2 -2
- package/lib/components/VDataTable/VDataTableHeaders.d.ts +14 -14
- package/lib/components/VDataTable/VDataTableRow.d.ts +12 -12
- package/lib/components/VDataTable/VDataTableRows.d.ts +36 -36
- package/lib/components/VDataTable/VDataTableServer.d.ts +256 -256
- package/lib/components/VDataTable/VDataTableVirtual.d.ts +246 -246
- package/lib/components/VDataTable/composables/expand.d.ts +1 -1
- package/lib/components/VDataTable/composables/group.d.ts +2 -2
- package/lib/components/VDataTable/composables/headers.d.ts +45 -45
- package/lib/components/VDataTable/composables/items.d.ts +2 -2
- package/lib/components/VDataTable/composables/options.d.ts +1 -1
- package/lib/components/VDataTable/composables/paginate.d.ts +2 -2
- package/lib/components/VDataTable/composables/select.d.ts +3 -3
- package/lib/components/VDataTable/composables/sort.d.ts +2 -2
- package/lib/components/VDataTable/index.d.ts +7 -7
- package/lib/components/VDataTable/types.d.ts +5 -5
- package/lib/components/VDatePicker/VDatePicker.d.ts +61 -61
- package/lib/components/VDatePicker/VDatePickerControls.d.ts +2 -2
- package/lib/components/VDatePicker/VDatePickerHeader.d.ts +2 -2
- package/lib/components/VDatePicker/VDatePickerMonth.d.ts +1 -1
- package/lib/components/VDatePicker/VDatePickerMonths.d.ts +1 -1
- package/lib/components/VDatePicker/VDatePickerYears.d.ts +1 -1
- package/lib/components/VDatePicker/index.d.ts +6 -6
- package/lib/components/VDefaultsProvider/VDefaultsProvider.d.ts +2 -2
- package/lib/components/VDefaultsProvider/index.d.ts +1 -1
- package/lib/components/VDialog/VDialog.d.ts +187 -187
- package/lib/components/VDialog/index.d.ts +1 -1
- package/lib/components/VDivider/VDivider.d.ts +3 -3
- package/lib/components/VDivider/index.d.ts +1 -1
- package/lib/components/VEmptyState/VEmptyState.d.ts +4 -4
- package/lib/components/VEmptyState/index.d.ts +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanel.d.ts +46 -46
- package/lib/components/VExpansionPanel/VExpansionPanelText.d.ts +3 -3
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.d.ts +5 -5
- package/lib/components/VExpansionPanel/VExpansionPanels.d.ts +43 -43
- package/lib/components/VExpansionPanel/index.d.ts +4 -4
- package/lib/components/VExpansionPanel/shared.d.ts +1 -1
- package/lib/components/VFab/VFab.d.ts +79 -79
- package/lib/components/VFab/index.d.ts +1 -1
- package/lib/components/VField/VField.d.ts +6 -6
- package/lib/components/VField/VFieldLabel.d.ts +3 -3
- package/lib/components/VField/index.d.ts +2 -2
- package/lib/components/VFileInput/VFileInput.d.ts +283 -283
- package/lib/components/VFileInput/index.d.ts +1 -1
- package/lib/components/VFooter/VFooter.d.ts +23 -23
- package/lib/components/VFooter/index.d.ts +1 -1
- package/lib/components/VForm/VForm.d.ts +48 -48
- package/lib/components/VForm/index.d.ts +1 -1
- package/lib/components/VGrid/VCol.d.ts +15 -15
- package/lib/components/VGrid/VContainer.d.ts +15 -15
- package/lib/components/VGrid/VRow.d.ts +15 -15
- package/lib/components/VGrid/VSpacer.d.ts +3 -3
- package/lib/components/VGrid/index.d.ts +4 -4
- package/lib/components/VHover/VHover.d.ts +1 -1
- package/lib/components/VHover/index.d.ts +1 -1
- package/lib/components/VIcon/VIcon.d.ts +24 -24
- package/lib/components/VIcon/index.d.ts +2 -2
- package/lib/components/VImg/VImg.d.ts +3 -3
- package/lib/components/VImg/index.d.ts +1 -1
- package/lib/components/VInfiniteScroll/VInfiniteScroll.d.ts +14 -14
- package/lib/components/VInfiniteScroll/index.d.ts +1 -1
- package/lib/components/VInput/InputIcon.d.ts +2 -2
- package/lib/components/VInput/VInput.d.ts +32 -32
- package/lib/components/VInput/index.d.ts +1 -1
- package/lib/components/VItemGroup/VItem.d.ts +1 -1
- package/lib/components/VItemGroup/VItemGroup.d.ts +16 -16
- package/lib/components/VItemGroup/index.d.ts +2 -2
- package/lib/components/VKbd/index.d.ts +3 -3
- package/lib/components/VLabel/VLabel.d.ts +3 -3
- package/lib/components/VLabel/index.d.ts +1 -1
- package/lib/components/VLayout/VLayout.d.ts +9 -9
- package/lib/components/VLayout/VLayoutItem.d.ts +3 -3
- package/lib/components/VLayout/index.d.ts +2 -2
- package/lib/components/VLazy/VLazy.d.ts +15 -15
- package/lib/components/VLazy/index.d.ts +1 -1
- package/lib/components/VList/VList.d.ts +91 -91
- package/lib/components/VList/VListChildren.d.ts +12 -12
- package/lib/components/VList/VListGroup.d.ts +16 -16
- package/lib/components/VList/VListImg.d.ts +3 -3
- package/lib/components/VList/VListItem.d.ts +36 -36
- package/lib/components/VList/VListItemAction.d.ts +15 -15
- package/lib/components/VList/VListItemMedia.d.ts +15 -15
- package/lib/components/VList/VListItemSubtitle.d.ts +15 -15
- package/lib/components/VList/VListItemTitle.d.ts +3 -3
- package/lib/components/VList/VListSubheader.d.ts +15 -15
- package/lib/components/VList/index.d.ts +9 -9
- package/lib/components/VLocaleProvider/VLocaleProvider.d.ts +3 -3
- package/lib/components/VLocaleProvider/index.d.ts +1 -1
- package/lib/components/VMain/VMain.d.ts +23 -23
- package/lib/components/VMain/index.d.ts +1 -1
- package/lib/components/VMenu/VMenu.d.ts +195 -195
- package/lib/components/VMenu/index.d.ts +1 -1
- package/lib/components/VMessages/VMessages.d.ts +3 -3
- package/lib/components/VMessages/index.d.ts +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.d.ts +31 -31
- package/lib/components/VNavigationDrawer/index.d.ts +1 -1
- package/lib/components/VNoSsr/index.d.ts +1 -1
- package/lib/components/VOtpInput/VOtpInput.d.ts +3 -3
- package/lib/components/VOtpInput/index.d.ts +1 -1
- package/lib/components/VOverflowBtn/index.d.ts +1 -1
- package/lib/components/VOverlay/VOverlay.d.ts +56 -56
- package/lib/components/VOverlay/index.d.ts +1 -1
- package/lib/components/VOverlay/locationStrategies.d.ts +2 -2
- package/lib/components/VOverlay/useActivator.d.ts +3 -3
- package/lib/components/VOverlay/util/point.d.ts +2 -2
- package/lib/components/VPagination/VPagination.d.ts +40 -40
- package/lib/components/VPagination/index.d.ts +1 -1
- package/lib/components/VParallax/VParallax.d.ts +3 -3
- package/lib/components/VParallax/index.d.ts +1 -1
- package/lib/components/VProgressCircular/VProgressCircular.d.ts +23 -23
- package/lib/components/VProgressCircular/index.d.ts +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.d.ts +31 -31
- package/lib/components/VProgressLinear/index.d.ts +1 -1
- package/lib/components/VRadio/VRadio.d.ts +78 -78
- package/lib/components/VRadio/index.d.ts +1 -1
- package/lib/components/VRadioGroup/VRadioGroup.d.ts +60 -60
- package/lib/components/VRadioGroup/index.d.ts +1 -1
- package/lib/components/VRangeSlider/VRangeSlider.d.ts +125 -125
- package/lib/components/VRangeSlider/index.d.ts +1 -1
- package/lib/components/VRating/VRating.d.ts +28 -28
- package/lib/components/VRating/index.d.ts +1 -1
- package/lib/components/VResponsive/VResponsive.d.ts +3 -3
- package/lib/components/VResponsive/index.d.ts +1 -1
- package/lib/components/VSelect/VSelect.d.ts +545 -545
- package/lib/components/VSelect/index.d.ts +1 -1
- package/lib/components/VSelect/useScrolling.d.ts +2 -2
- package/lib/components/VSelectionControl/VSelectionControl.d.ts +38 -38
- package/lib/components/VSelectionControl/index.d.ts +1 -1
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.d.ts +23 -23
- package/lib/components/VSelectionControlGroup/index.d.ts +1 -1
- package/lib/components/VSheet/VSheet.d.ts +23 -23
- package/lib/components/VSheet/index.d.ts +1 -1
- package/lib/components/VSkeletonLoader/VSkeletonLoader.d.ts +1 -1
- package/lib/components/VSkeletonLoader/index.d.ts +1 -1
- package/lib/components/VSlideGroup/VSlideGroup.d.ts +26 -26
- package/lib/components/VSlideGroup/VSlideGroupItem.d.ts +2 -2
- package/lib/components/VSlideGroup/index.d.ts +2 -2
- package/lib/components/VSlider/VSlider.d.ts +70 -70
- package/lib/components/VSlider/VSliderThumb.d.ts +4 -4
- package/lib/components/VSlider/VSliderTrack.d.ts +4 -4
- package/lib/components/VSlider/index.d.ts +1 -1
- package/lib/components/VSlider/slider.d.ts +1 -1
- package/lib/components/VSnackbar/VSnackbar.d.ts +152 -152
- package/lib/components/VSnackbar/index.d.ts +1 -1
- package/lib/components/VSparkline/VBarline.d.ts +25 -25
- package/lib/components/VSparkline/VSparkline.d.ts +25 -25
- package/lib/components/VSparkline/VTrendline.d.ts +25 -25
- package/lib/components/VSparkline/index.d.ts +1 -1
- package/lib/components/VSparkline/util/path.d.ts +1 -1
- package/lib/components/VSpeedDial/VSpeedDial.d.ts +65 -65
- package/lib/components/VSpeedDial/index.d.ts +1 -1
- package/lib/components/VStepper/VStepper.d.ts +36 -36
- package/lib/components/VStepper/VStepperActions.d.ts +1 -1
- package/lib/components/VStepper/VStepperHeader.d.ts +3 -3
- package/lib/components/VStepper/VStepperItem.d.ts +3 -3
- package/lib/components/VStepper/VStepperWindow.d.ts +15 -15
- package/lib/components/VStepper/VStepperWindowItem.d.ts +3 -3
- package/lib/components/VStepper/index.d.ts +6 -6
- package/lib/components/VStepper/shared.d.ts +1 -1
- package/lib/components/VSwitch/VSwitch.d.ts +66 -66
- package/lib/components/VSwitch/index.d.ts +1 -1
- package/lib/components/VSystemBar/VSystemBar.d.ts +15 -15
- package/lib/components/VSystemBar/index.d.ts +1 -1
- package/lib/components/VTable/VTable.d.ts +27 -27
- package/lib/components/VTable/index.d.ts +1 -1
- package/lib/components/VTabs/VTab.d.ts +148 -148
- package/lib/components/VTabs/VTabs.d.ts +64 -64
- package/lib/components/VTabs/VTabsWindow.d.ts +15 -15
- package/lib/components/VTabs/VTabsWindowItem.d.ts +3 -3
- package/lib/components/VTabs/index.d.ts +4 -4
- package/lib/components/VTabs/shared.d.ts +1 -1
- package/lib/components/VTextField/VTextField.d.ts +337 -337
- package/lib/components/VTextField/index.d.ts +1 -1
- package/lib/components/VTextarea/VTextarea.d.ts +261 -261
- package/lib/components/VTextarea/index.d.ts +1 -1
- package/lib/components/VThemeProvider/VThemeProvider.d.ts +15 -15
- package/lib/components/VThemeProvider/index.d.ts +1 -1
- package/lib/components/VTimeline/VTimeline.d.ts +27 -27
- package/lib/components/VTimeline/VTimelineDivider.d.ts +4 -4
- package/lib/components/VTimeline/VTimelineItem.d.ts +16 -16
- package/lib/components/VTimeline/index.d.ts +2 -2
- package/lib/components/VToolbar/VToolbar.d.ts +23 -23
- package/lib/components/VToolbar/VToolbarItems.d.ts +7 -7
- package/lib/components/VToolbar/VToolbarTitle.d.ts +15 -15
- package/lib/components/VToolbar/index.d.ts +3 -3
- package/lib/components/VTooltip/VTooltip.d.ts +190 -190
- package/lib/components/VTooltip/index.d.ts +1 -1
- package/lib/components/VValidation/VValidation.d.ts +13 -13
- package/lib/components/VValidation/index.d.ts +1 -1
- package/lib/components/VVirtualScroll/VVirtualScroll.d.ts +16 -16
- package/lib/components/VVirtualScroll/VVirtualScrollItem.d.ts +4 -4
- package/lib/components/VVirtualScroll/index.d.ts +1 -1
- package/lib/components/VWindow/VWindow.d.ts +19 -19
- package/lib/components/VWindow/VWindowItem.d.ts +6 -6
- package/lib/components/VWindow/index.d.ts +2 -2
- package/lib/components/index.d.ts +90 -90
- package/lib/components/transitions/createTransition.d.ts +2 -2
- package/lib/components/transitions/dialog-transition.d.ts +1 -1
- package/lib/components/transitions/index.d.ts +16 -16
- package/lib/composables/date/adapters/vuetify.d.ts +1 -1
- package/lib/composables/date/date.d.ts +2 -2
- package/lib/composables/date/index.d.ts +3 -3
- package/lib/composables/defaults.d.ts +1 -1
- package/lib/composables/directiveComponent.d.ts +1 -1
- package/lib/composables/filter.d.ts +1 -1
- package/lib/composables/form.d.ts +2 -2
- package/lib/composables/forwardRefs.d.ts +1 -1
- package/lib/composables/goto.d.ts +1 -1
- package/lib/composables/group.d.ts +1 -1
- package/lib/composables/icons.d.ts +5 -5
- package/lib/composables/index.d.ts +16 -16
- package/lib/composables/layout.d.ts +1 -1
- package/lib/composables/list-items.d.ts +3 -3
- package/lib/composables/loader.d.ts +1 -1
- package/lib/composables/location.d.ts +1 -1
- package/lib/composables/nested/nested.d.ts +4 -4
- package/lib/composables/proxiedModel.d.ts +1 -1
- package/lib/composables/resizeObserver.d.ts +1 -1
- package/lib/composables/router.d.ts +1 -1
- package/lib/composables/selectLink.d.ts +1 -1
- package/lib/composables/tag.d.ts +1 -1
- package/lib/composables/validation.d.ts +1 -1
- package/lib/composables/variant.d.ts +1 -1
- package/lib/composables/virtual.d.ts +1 -1
- package/lib/directives/index.d.ts +8 -8
- package/lib/directives/mutate/index.d.ts +1 -1
- package/lib/directives/tooltip/index.d.ts +2 -2
- package/lib/entry-bundler.d.ts +13 -13
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +43 -43
- package/lib/framework.js +1 -1
- package/lib/iconsets/fa-svg.d.ts +2 -2
- package/lib/iconsets/fa.d.ts +1 -1
- package/lib/iconsets/fa4.d.ts +1 -1
- package/lib/iconsets/md.d.ts +1 -1
- package/lib/iconsets/mdi-svg.d.ts +1 -1
- package/lib/iconsets/mdi.d.ts +1 -1
- package/lib/labs/VCalendar/VCalendar.d.ts +1 -1
- package/lib/labs/VCalendar/VCalendarDay.d.ts +1 -1
- package/lib/labs/VCalendar/VCalendarEvent.d.ts +1 -1
- package/lib/labs/VCalendar/VCalendarHeader.d.ts +1 -1
- package/lib/labs/VCalendar/VCalendarInterval.d.ts +1 -1
- package/lib/labs/VCalendar/VCalendarIntervalEvent.d.ts +1 -1
- package/lib/labs/VCalendar/VCalendarMonthDay.d.ts +1 -1
- package/lib/labs/VCalendar/index.d.ts +6 -6
- package/lib/labs/VDateInput/VDateInput.d.ts +249 -249
- package/lib/labs/VDateInput/index.d.ts +1 -1
- package/lib/labs/VFileUpload/VFileUpload.d.ts +36 -36
- package/lib/labs/VFileUpload/VFileUploadItem.d.ts +110 -110
- package/lib/labs/VFileUpload/index.d.ts +2 -2
- package/lib/labs/VNumberInput/VNumberInput.d.ts +1083 -1083
- package/lib/labs/VNumberInput/index.d.ts +1 -1
- package/lib/labs/VPicker/VPicker.d.ts +23 -23
- package/lib/labs/VPicker/VPickerTitle.d.ts +3 -3
- package/lib/labs/VPicker/index.d.ts +2 -2
- package/lib/labs/VPullToRefresh/VPullToRefresh.d.ts +1 -1
- package/lib/labs/VPullToRefresh/index.d.ts +1 -1
- package/lib/labs/VSnackbarQueue/VSnackbarQueue.d.ts +49 -49
- package/lib/labs/VSnackbarQueue/index.d.ts +1 -1
- package/lib/labs/VStepperVertical/VStepperVertical.d.ts +91 -91
- package/lib/labs/VStepperVertical/VStepperVerticalActions.d.ts +1 -1
- package/lib/labs/VStepperVertical/VStepperVerticalItem.d.ts +116 -116
- package/lib/labs/VStepperVertical/index.d.ts +3 -3
- package/lib/labs/VTimePicker/VTimePicker.d.ts +25 -25
- package/lib/labs/VTimePicker/VTimePickerClock.d.ts +1 -1
- package/lib/labs/VTimePicker/VTimePickerControls.d.ts +2 -2
- package/lib/labs/VTimePicker/index.d.ts +3 -3
- package/lib/labs/VTreeview/VTreeview.d.ts +230 -230
- package/lib/labs/VTreeview/VTreeviewChildren.d.ts +26 -26
- package/lib/labs/VTreeview/VTreeviewGroup.d.ts +71 -71
- package/lib/labs/VTreeview/VTreeviewItem.d.ts +94 -94
- package/lib/labs/VTreeview/index.d.ts +3 -3
- package/lib/labs/allComponents.d.ts +2 -2
- package/lib/labs/components.d.ts +10 -10
- package/lib/labs/entry-bundler.d.ts +11 -11
- package/lib/labs/index.d.ts +1 -1
- package/lib/locale/adapters/vue-i18n.d.ts +1 -1
- package/lib/locale/adapters/vuetify.d.ts +1 -1
- package/lib/locale/index.d.ts +43 -43
- package/lib/util/animation.d.ts +1 -1
- package/lib/util/color/APCA.d.ts +1 -1
- package/lib/util/color/transformCIELAB.d.ts +1 -1
- package/lib/util/color/transformSRGB.d.ts +1 -1
- package/lib/util/colorUtils.d.ts +1 -1
- package/lib/util/createSimpleFunctional.d.ts +3 -3
- package/lib/util/index.d.ts +18 -18
- package/package.json +41 -16
@@ -1,11 +1,11 @@
|
|
1
|
-
import { VList } from "../VList";
|
2
|
-
import { VMenu } from "../VMenu";
|
3
|
-
import { deepEqual } from "../../util";
|
1
|
+
import { VList } from "../VList/index.js";
|
2
|
+
import { VMenu } from "../VMenu/index.js";
|
3
|
+
import { deepEqual } from "../../util/index.js";
|
4
4
|
import type { PropType } from 'vue';
|
5
|
-
import type { VFieldSlots } from "../VField/VField";
|
6
|
-
import type { VInputSlots } from "../VInput/VInput";
|
7
|
-
import type { ListItem } from "../../composables/list-items";
|
8
|
-
import type { GenericProps, SelectItemKey } from "../../util";
|
5
|
+
import type { VFieldSlots } from "../VField/VField.js";
|
6
|
+
import type { VInputSlots } from "../VInput/VInput.js";
|
7
|
+
import type { ListItem } from "../../composables/list-items.js";
|
8
|
+
import type { GenericProps, SelectItemKey } from "../../util/index.js";
|
9
9
|
type Primitive = string | number | boolean | symbol;
|
10
10
|
type Val<T, ReturnObject extends boolean> = [T] extends [Primitive] ? T : (ReturnObject extends true ? T : any);
|
11
11
|
type Value<T, ReturnObject extends boolean, Multiple extends boolean> = Multiple extends true ? readonly Val<T, ReturnObject>[] : Val<T, ReturnObject> | null;
|
@@ -325,14 +325,14 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
325
325
|
default: unknown extends Defaults["maxErrors"] ? string | number : NonNullable<string | number> | Defaults["maxErrors"];
|
326
326
|
};
|
327
327
|
rules: unknown extends Defaults["rules"] ? {
|
328
|
-
type: PropType<readonly import("../../composables/validation").ValidationRule[]>;
|
328
|
+
type: PropType<readonly import("../../composables/validation.js").ValidationRule[]>;
|
329
329
|
default: () => never[];
|
330
330
|
} : Omit<{
|
331
|
-
type: PropType<readonly import("../../composables/validation").ValidationRule[]>;
|
331
|
+
type: PropType<readonly import("../../composables/validation.js").ValidationRule[]>;
|
332
332
|
default: () => never[];
|
333
333
|
}, "type" | "default"> & {
|
334
|
-
type: PropType<unknown extends Defaults["rules"] ? readonly import("../../composables/validation").ValidationRule[] : readonly import("../../composables/validation").ValidationRule[] | Defaults["rules"]>;
|
335
|
-
default: unknown extends Defaults["rules"] ? readonly import("../../composables/validation").ValidationRule[] : readonly import("../../composables/validation").ValidationRule[] | Defaults["rules"];
|
334
|
+
type: PropType<unknown extends Defaults["rules"] ? readonly import("../../composables/validation.js").ValidationRule[] : readonly import("../../composables/validation.js").ValidationRule[] | Defaults["rules"]>;
|
335
|
+
default: unknown extends Defaults["rules"] ? readonly import("../../composables/validation.js").ValidationRule[] : readonly import("../../composables/validation.js").ValidationRule[] | Defaults["rules"];
|
336
336
|
};
|
337
337
|
modelValue: unknown extends Defaults["modelValue"] ? {
|
338
338
|
type: PropType<any>;
|
@@ -363,16 +363,16 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
363
363
|
default: unknown extends Defaults["tile"] ? boolean : boolean | Defaults["tile"];
|
364
364
|
};
|
365
365
|
density: unknown extends Defaults["density"] ? {
|
366
|
-
type: PropType<import("../../composables/density").Density>;
|
366
|
+
type: PropType<import("../../composables/density.js").Density>;
|
367
367
|
default: string;
|
368
368
|
validator: (v: any) => boolean;
|
369
369
|
} : Omit<{
|
370
|
-
type: PropType<import("../../composables/density").Density>;
|
370
|
+
type: PropType<import("../../composables/density.js").Density>;
|
371
371
|
default: string;
|
372
372
|
validator: (v: any) => boolean;
|
373
373
|
}, "type" | "default"> & {
|
374
|
-
type: PropType<unknown extends Defaults["density"] ? import("../../composables/density").Density : import("../../composables/density").Density | Defaults["density"]>;
|
375
|
-
default: unknown extends Defaults["density"] ? import("../../composables/density").Density : NonNullable<import("../../composables/density").Density> | Defaults["density"];
|
374
|
+
type: PropType<unknown extends Defaults["density"] ? import("../../composables/density.js").Density : import("../../composables/density.js").Density | Defaults["density"]>;
|
375
|
+
default: unknown extends Defaults["density"] ? import("../../composables/density.js").Density : NonNullable<import("../../composables/density.js").Density> | Defaults["density"];
|
376
376
|
};
|
377
377
|
baseColor: unknown extends Defaults["baseColor"] ? StringConstructor : {
|
378
378
|
type: PropType<unknown extends Defaults["baseColor"] ? string : string | Defaults["baseColor"]>;
|
@@ -382,27 +382,27 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
382
382
|
type: PropType<unknown extends Defaults["bgColor"] ? string : string | Defaults["bgColor"]>;
|
383
383
|
default: unknown extends Defaults["bgColor"] ? string : string | Defaults["bgColor"];
|
384
384
|
};
|
385
|
-
prependIcon: unknown extends Defaults["prependIcon"] ? PropType<import("../../composables/icons").IconValue> : {
|
386
|
-
type: PropType<unknown extends Defaults["prependIcon"] ? import("../../composables/icons").IconValue : import("../../composables/icons").IconValue | Defaults["prependIcon"]>;
|
387
|
-
default: unknown extends Defaults["prependIcon"] ? import("../../composables/icons").IconValue : NonNullable<import("../../composables/icons").IconValue> | Defaults["prependIcon"];
|
385
|
+
prependIcon: unknown extends Defaults["prependIcon"] ? PropType<import("../../composables/icons.js").IconValue> : {
|
386
|
+
type: PropType<unknown extends Defaults["prependIcon"] ? import("../../composables/icons.js").IconValue : import("../../composables/icons.js").IconValue | Defaults["prependIcon"]>;
|
387
|
+
default: unknown extends Defaults["prependIcon"] ? import("../../composables/icons.js").IconValue : NonNullable<import("../../composables/icons.js").IconValue> | Defaults["prependIcon"];
|
388
388
|
};
|
389
|
-
appendIcon: unknown extends Defaults["appendIcon"] ? PropType<import("../../composables/icons").IconValue> : {
|
390
|
-
type: PropType<unknown extends Defaults["appendIcon"] ? import("../../composables/icons").IconValue : import("../../composables/icons").IconValue | Defaults["appendIcon"]>;
|
391
|
-
default: unknown extends Defaults["appendIcon"] ? import("../../composables/icons").IconValue : NonNullable<import("../../composables/icons").IconValue> | Defaults["appendIcon"];
|
389
|
+
appendIcon: unknown extends Defaults["appendIcon"] ? PropType<import("../../composables/icons.js").IconValue> : {
|
390
|
+
type: PropType<unknown extends Defaults["appendIcon"] ? import("../../composables/icons.js").IconValue : import("../../composables/icons.js").IconValue | Defaults["appendIcon"]>;
|
391
|
+
default: unknown extends Defaults["appendIcon"] ? import("../../composables/icons.js").IconValue : NonNullable<import("../../composables/icons.js").IconValue> | Defaults["appendIcon"];
|
392
392
|
};
|
393
393
|
clearIcon: unknown extends Defaults["clearIcon"] ? {
|
394
|
-
type: PropType<import("../../composables/icons").IconValue>;
|
394
|
+
type: PropType<import("../../composables/icons.js").IconValue>;
|
395
395
|
default: string;
|
396
396
|
} : Omit<{
|
397
|
-
type: PropType<import("../../composables/icons").IconValue>;
|
397
|
+
type: PropType<import("../../composables/icons.js").IconValue>;
|
398
398
|
default: string;
|
399
399
|
}, "type" | "default"> & {
|
400
|
-
type: PropType<unknown extends Defaults["clearIcon"] ? import("../../composables/icons").IconValue : import("../../composables/icons").IconValue | Defaults["clearIcon"]>;
|
401
|
-
default: unknown extends Defaults["clearIcon"] ? import("../../composables/icons").IconValue : NonNullable<import("../../composables/icons").IconValue> | Defaults["clearIcon"];
|
400
|
+
type: PropType<unknown extends Defaults["clearIcon"] ? import("../../composables/icons.js").IconValue : import("../../composables/icons.js").IconValue | Defaults["clearIcon"]>;
|
401
|
+
default: unknown extends Defaults["clearIcon"] ? import("../../composables/icons.js").IconValue : NonNullable<import("../../composables/icons.js").IconValue> | Defaults["clearIcon"];
|
402
402
|
};
|
403
|
-
prependInnerIcon: unknown extends Defaults["prependInnerIcon"] ? PropType<import("../../composables/icons").IconValue> : {
|
404
|
-
type: PropType<unknown extends Defaults["prependInnerIcon"] ? import("../../composables/icons").IconValue : import("../../composables/icons").IconValue | Defaults["prependInnerIcon"]>;
|
405
|
-
default: unknown extends Defaults["prependInnerIcon"] ? import("../../composables/icons").IconValue : NonNullable<import("../../composables/icons").IconValue> | Defaults["prependInnerIcon"];
|
403
|
+
prependInnerIcon: unknown extends Defaults["prependInnerIcon"] ? PropType<import("../../composables/icons.js").IconValue> : {
|
404
|
+
type: PropType<unknown extends Defaults["prependInnerIcon"] ? import("../../composables/icons.js").IconValue : import("../../composables/icons.js").IconValue | Defaults["prependInnerIcon"]>;
|
405
|
+
default: unknown extends Defaults["prependInnerIcon"] ? import("../../composables/icons.js").IconValue : NonNullable<import("../../composables/icons.js").IconValue> | Defaults["prependInnerIcon"];
|
406
406
|
};
|
407
407
|
'onClick:clear': unknown extends Defaults["onClick:clear"] ? PropType<(args_0: MouseEvent) => void> : {
|
408
408
|
type: PropType<unknown extends Defaults["onClick:clear"] ? (args_0: MouseEvent) => void : ((args_0: MouseEvent) => void) | Defaults["onClick:clear"]>;
|
@@ -483,10 +483,10 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
483
483
|
default: unknown extends Defaults["modelModifiers"] ? Record<string, boolean> : Record<string, boolean> | Defaults["modelModifiers"];
|
484
484
|
};
|
485
485
|
items: unknown extends Defaults["items"] ? {
|
486
|
-
type: PropType<import("../../composables/list-items").ItemProps["items"]>;
|
486
|
+
type: PropType<import("../../composables/list-items.js").ItemProps["items"]>;
|
487
487
|
default: () => never[];
|
488
488
|
} : Omit<{
|
489
|
-
type: PropType<import("../../composables/list-items").ItemProps["items"]>;
|
489
|
+
type: PropType<import("../../composables/list-items.js").ItemProps["items"]>;
|
490
490
|
default: () => never[];
|
491
491
|
}, "type" | "default"> & {
|
492
492
|
type: PropType<unknown extends Defaults["items"] ? any[] : any[] | Defaults["items"]>;
|
@@ -596,17 +596,17 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
596
596
|
nav: boolean;
|
597
597
|
style: import("vue").StyleValue;
|
598
598
|
disabled: boolean;
|
599
|
-
tag: string | import("../../util").JSXComponent;
|
599
|
+
tag: string | import("../../util/index.js").JSXComponent;
|
600
600
|
lines: false | "one" | "two" | "three";
|
601
601
|
mandatory: boolean;
|
602
602
|
rounded: string | number | boolean;
|
603
603
|
tile: boolean;
|
604
|
-
density: import("../../composables/density").Density;
|
604
|
+
density: import("../../composables/density.js").Density;
|
605
605
|
slim: boolean;
|
606
606
|
activatable: boolean;
|
607
607
|
selectable: boolean;
|
608
|
-
selectStrategy: import("../../composables/nested/nested").SelectStrategyProp;
|
609
|
-
openStrategy: import("../../composables/nested/nested").OpenStrategyProp;
|
608
|
+
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
609
|
+
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
610
610
|
returnObject: boolean;
|
611
611
|
itemType: string;
|
612
612
|
}> & Omit<{
|
@@ -614,16 +614,16 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
614
614
|
nav: boolean;
|
615
615
|
style: import("vue").StyleValue;
|
616
616
|
disabled: boolean;
|
617
|
-
tag: string | import("../../util").JSXComponent;
|
617
|
+
tag: string | import("../../util/index.js").JSXComponent;
|
618
618
|
lines: false | "one" | "two" | "three";
|
619
619
|
mandatory: boolean;
|
620
620
|
tile: boolean;
|
621
|
-
density: import("../../composables/density").Density;
|
621
|
+
density: import("../../composables/density.js").Density;
|
622
622
|
slim: boolean;
|
623
623
|
activatable: boolean;
|
624
624
|
selectable: boolean;
|
625
|
-
selectStrategy: import("../../composables/nested/nested").SelectStrategyProp;
|
626
|
-
openStrategy: import("../../composables/nested/nested").OpenStrategyProp;
|
625
|
+
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
626
|
+
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
627
627
|
returnObject: boolean;
|
628
628
|
itemType: string;
|
629
629
|
height?: string | number | undefined;
|
@@ -644,9 +644,9 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
644
644
|
activeColor?: string | undefined;
|
645
645
|
valueComparator?: typeof deepEqual | undefined;
|
646
646
|
activeClass?: string | undefined;
|
647
|
-
activeStrategy?: import("../../composables/nested/nested").ActiveStrategyProp | undefined;
|
648
|
-
collapseIcon?: import("../../composables/icons").IconValue | undefined;
|
649
|
-
expandIcon?: import("../../composables/icons").IconValue | undefined;
|
647
|
+
activeStrategy?: import("../../composables/nested/nested.js").ActiveStrategyProp | undefined;
|
648
|
+
collapseIcon?: import("../../composables/icons.js").IconValue | undefined;
|
649
|
+
expandIcon?: import("../../composables/icons.js").IconValue | undefined;
|
650
650
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
651
651
|
"onClick:activate"?: ((value: {
|
652
652
|
id: unknown;
|
@@ -675,101 +675,101 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
675
675
|
'onUpdate:opened'?: ((value: unknown) => void) | undefined;
|
676
676
|
} & {
|
677
677
|
$children?: import("vue").VNodeChild | (() => import("vue").VNodeChild) | {
|
678
|
-
title?: ((arg: import("../VList/VListItem").ListItemTitleSlot & {
|
678
|
+
title?: ((arg: import("../VList/VListItem.js").ListItemTitleSlot & {
|
679
679
|
item: any;
|
680
680
|
}) => import("vue").VNodeChild) | undefined;
|
681
|
-
append?: ((arg: import("../VList/VListItem").ListItemSlot & {
|
681
|
+
append?: ((arg: import("../VList/VListItem.js").ListItemSlot & {
|
682
682
|
item: any;
|
683
683
|
}) => import("vue").VNodeChild) | undefined;
|
684
|
-
prepend?: ((arg: import("../VList/VListItem").ListItemSlot & {
|
684
|
+
prepend?: ((arg: import("../VList/VListItem.js").ListItemSlot & {
|
685
685
|
item: any;
|
686
686
|
}) => import("vue").VNodeChild) | undefined;
|
687
|
-
subtitle?: ((arg: import("../VList/VListItem").ListItemSubtitleSlot & {
|
687
|
+
subtitle?: ((arg: import("../VList/VListItem.js").ListItemSubtitleSlot & {
|
688
688
|
item: any;
|
689
689
|
}) => import("vue").VNodeChild) | undefined;
|
690
690
|
default?: (() => import("vue").VNodeChild) | undefined;
|
691
691
|
item?: ((arg: {
|
692
|
-
props: import("../VList/VList").InternalListItem["props"];
|
692
|
+
props: import("../VList/VList.js").InternalListItem["props"];
|
693
693
|
}) => import("vue").VNodeChild) | undefined;
|
694
694
|
divider?: ((arg: {
|
695
|
-
props: import("../VList/VList").InternalListItem["props"];
|
695
|
+
props: import("../VList/VList.js").InternalListItem["props"];
|
696
696
|
}) => import("vue").VNodeChild) | undefined;
|
697
697
|
subheader?: ((arg: {
|
698
|
-
props: import("../VList/VList").InternalListItem["props"];
|
698
|
+
props: import("../VList/VList.js").InternalListItem["props"];
|
699
699
|
}) => import("vue").VNodeChild) | undefined;
|
700
700
|
header?: ((arg: {
|
701
|
-
props: import("../VList/VList").InternalListItem["props"];
|
701
|
+
props: import("../VList/VList.js").InternalListItem["props"];
|
702
702
|
}) => import("vue").VNodeChild) | undefined;
|
703
703
|
};
|
704
704
|
'v-slots'?: {
|
705
|
-
title?: false | ((arg: import("../VList/VListItem").ListItemTitleSlot & {
|
705
|
+
title?: false | ((arg: import("../VList/VListItem.js").ListItemTitleSlot & {
|
706
706
|
item: any;
|
707
707
|
}) => import("vue").VNodeChild) | undefined;
|
708
|
-
append?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
|
708
|
+
append?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
|
709
709
|
item: any;
|
710
710
|
}) => import("vue").VNodeChild) | undefined;
|
711
|
-
prepend?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
|
711
|
+
prepend?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
|
712
712
|
item: any;
|
713
713
|
}) => import("vue").VNodeChild) | undefined;
|
714
|
-
subtitle?: false | ((arg: import("../VList/VListItem").ListItemSubtitleSlot & {
|
714
|
+
subtitle?: false | ((arg: import("../VList/VListItem.js").ListItemSubtitleSlot & {
|
715
715
|
item: any;
|
716
716
|
}) => import("vue").VNodeChild) | undefined;
|
717
717
|
default?: false | (() => import("vue").VNodeChild) | undefined;
|
718
718
|
item?: false | ((arg: {
|
719
|
-
props: import("../VList/VList").InternalListItem["props"];
|
719
|
+
props: import("../VList/VList.js").InternalListItem["props"];
|
720
720
|
}) => import("vue").VNodeChild) | undefined;
|
721
721
|
divider?: false | ((arg: {
|
722
|
-
props: import("../VList/VList").InternalListItem["props"];
|
722
|
+
props: import("../VList/VList.js").InternalListItem["props"];
|
723
723
|
}) => import("vue").VNodeChild) | undefined;
|
724
724
|
subheader?: false | ((arg: {
|
725
|
-
props: import("../VList/VList").InternalListItem["props"];
|
725
|
+
props: import("../VList/VList.js").InternalListItem["props"];
|
726
726
|
}) => import("vue").VNodeChild) | undefined;
|
727
727
|
header?: false | ((arg: {
|
728
|
-
props: import("../VList/VList").InternalListItem["props"];
|
728
|
+
props: import("../VList/VList.js").InternalListItem["props"];
|
729
729
|
}) => import("vue").VNodeChild) | undefined;
|
730
730
|
} | undefined;
|
731
731
|
} & {
|
732
|
-
"v-slot:title"?: false | ((arg: import("../VList/VListItem").ListItemTitleSlot & {
|
732
|
+
"v-slot:title"?: false | ((arg: import("../VList/VListItem.js").ListItemTitleSlot & {
|
733
733
|
item: any;
|
734
734
|
}) => import("vue").VNodeChild) | undefined;
|
735
|
-
"v-slot:append"?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
|
735
|
+
"v-slot:append"?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
|
736
736
|
item: any;
|
737
737
|
}) => import("vue").VNodeChild) | undefined;
|
738
|
-
"v-slot:prepend"?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
|
738
|
+
"v-slot:prepend"?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
|
739
739
|
item: any;
|
740
740
|
}) => import("vue").VNodeChild) | undefined;
|
741
|
-
"v-slot:subtitle"?: false | ((arg: import("../VList/VListItem").ListItemSubtitleSlot & {
|
741
|
+
"v-slot:subtitle"?: false | ((arg: import("../VList/VListItem.js").ListItemSubtitleSlot & {
|
742
742
|
item: any;
|
743
743
|
}) => import("vue").VNodeChild) | undefined;
|
744
744
|
"v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
|
745
745
|
"v-slot:item"?: false | ((arg: {
|
746
|
-
props: import("../VList/VList").InternalListItem["props"];
|
746
|
+
props: import("../VList/VList.js").InternalListItem["props"];
|
747
747
|
}) => import("vue").VNodeChild) | undefined;
|
748
748
|
"v-slot:divider"?: false | ((arg: {
|
749
|
-
props: import("../VList/VList").InternalListItem["props"];
|
749
|
+
props: import("../VList/VList.js").InternalListItem["props"];
|
750
750
|
}) => import("vue").VNodeChild) | undefined;
|
751
751
|
"v-slot:subheader"?: false | ((arg: {
|
752
|
-
props: import("../VList/VList").InternalListItem["props"];
|
752
|
+
props: import("../VList/VList.js").InternalListItem["props"];
|
753
753
|
}) => import("vue").VNodeChild) | undefined;
|
754
754
|
"v-slot:header"?: false | ((arg: {
|
755
|
-
props: import("../VList/VList").InternalListItem["props"];
|
755
|
+
props: import("../VList/VList.js").InternalListItem["props"];
|
756
756
|
}) => import("vue").VNodeChild) | undefined;
|
757
757
|
} : (Partial<{
|
758
758
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
759
759
|
nav: boolean;
|
760
760
|
style: import("vue").StyleValue;
|
761
761
|
disabled: boolean;
|
762
|
-
tag: string | import("../../util").JSXComponent;
|
762
|
+
tag: string | import("../../util/index.js").JSXComponent;
|
763
763
|
lines: false | "one" | "two" | "three";
|
764
764
|
mandatory: boolean;
|
765
765
|
rounded: string | number | boolean;
|
766
766
|
tile: boolean;
|
767
|
-
density: import("../../composables/density").Density;
|
767
|
+
density: import("../../composables/density.js").Density;
|
768
768
|
slim: boolean;
|
769
769
|
activatable: boolean;
|
770
770
|
selectable: boolean;
|
771
|
-
selectStrategy: import("../../composables/nested/nested").SelectStrategyProp;
|
772
|
-
openStrategy: import("../../composables/nested/nested").OpenStrategyProp;
|
771
|
+
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
772
|
+
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
773
773
|
returnObject: boolean;
|
774
774
|
itemType: string;
|
775
775
|
}> & Omit<{
|
@@ -777,16 +777,16 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
777
777
|
nav: boolean;
|
778
778
|
style: import("vue").StyleValue;
|
779
779
|
disabled: boolean;
|
780
|
-
tag: string | import("../../util").JSXComponent;
|
780
|
+
tag: string | import("../../util/index.js").JSXComponent;
|
781
781
|
lines: false | "one" | "two" | "three";
|
782
782
|
mandatory: boolean;
|
783
783
|
tile: boolean;
|
784
|
-
density: import("../../composables/density").Density;
|
784
|
+
density: import("../../composables/density.js").Density;
|
785
785
|
slim: boolean;
|
786
786
|
activatable: boolean;
|
787
787
|
selectable: boolean;
|
788
|
-
selectStrategy: import("../../composables/nested/nested").SelectStrategyProp;
|
789
|
-
openStrategy: import("../../composables/nested/nested").OpenStrategyProp;
|
788
|
+
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
789
|
+
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
790
790
|
returnObject: boolean;
|
791
791
|
itemType: string;
|
792
792
|
height?: string | number | undefined;
|
@@ -807,9 +807,9 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
807
807
|
activeColor?: string | undefined;
|
808
808
|
valueComparator?: typeof deepEqual | undefined;
|
809
809
|
activeClass?: string | undefined;
|
810
|
-
activeStrategy?: import("../../composables/nested/nested").ActiveStrategyProp | undefined;
|
811
|
-
collapseIcon?: import("../../composables/icons").IconValue | undefined;
|
812
|
-
expandIcon?: import("../../composables/icons").IconValue | undefined;
|
810
|
+
activeStrategy?: import("../../composables/nested/nested.js").ActiveStrategyProp | undefined;
|
811
|
+
collapseIcon?: import("../../composables/icons.js").IconValue | undefined;
|
812
|
+
expandIcon?: import("../../composables/icons.js").IconValue | undefined;
|
813
813
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
814
814
|
"onClick:activate"?: ((value: {
|
815
815
|
id: unknown;
|
@@ -838,84 +838,84 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
838
838
|
'onUpdate:opened'?: ((value: unknown) => void) | undefined;
|
839
839
|
} & {
|
840
840
|
$children?: import("vue").VNodeChild | (() => import("vue").VNodeChild) | {
|
841
|
-
title?: ((arg: import("../VList/VListItem").ListItemTitleSlot & {
|
841
|
+
title?: ((arg: import("../VList/VListItem.js").ListItemTitleSlot & {
|
842
842
|
item: any;
|
843
843
|
}) => import("vue").VNodeChild) | undefined;
|
844
|
-
append?: ((arg: import("../VList/VListItem").ListItemSlot & {
|
844
|
+
append?: ((arg: import("../VList/VListItem.js").ListItemSlot & {
|
845
845
|
item: any;
|
846
846
|
}) => import("vue").VNodeChild) | undefined;
|
847
|
-
prepend?: ((arg: import("../VList/VListItem").ListItemSlot & {
|
847
|
+
prepend?: ((arg: import("../VList/VListItem.js").ListItemSlot & {
|
848
848
|
item: any;
|
849
849
|
}) => import("vue").VNodeChild) | undefined;
|
850
|
-
subtitle?: ((arg: import("../VList/VListItem").ListItemSubtitleSlot & {
|
850
|
+
subtitle?: ((arg: import("../VList/VListItem.js").ListItemSubtitleSlot & {
|
851
851
|
item: any;
|
852
852
|
}) => import("vue").VNodeChild) | undefined;
|
853
853
|
default?: (() => import("vue").VNodeChild) | undefined;
|
854
854
|
item?: ((arg: {
|
855
|
-
props: import("../VList/VList").InternalListItem["props"];
|
855
|
+
props: import("../VList/VList.js").InternalListItem["props"];
|
856
856
|
}) => import("vue").VNodeChild) | undefined;
|
857
857
|
divider?: ((arg: {
|
858
|
-
props: import("../VList/VList").InternalListItem["props"];
|
858
|
+
props: import("../VList/VList.js").InternalListItem["props"];
|
859
859
|
}) => import("vue").VNodeChild) | undefined;
|
860
860
|
subheader?: ((arg: {
|
861
|
-
props: import("../VList/VList").InternalListItem["props"];
|
861
|
+
props: import("../VList/VList.js").InternalListItem["props"];
|
862
862
|
}) => import("vue").VNodeChild) | undefined;
|
863
863
|
header?: ((arg: {
|
864
|
-
props: import("../VList/VList").InternalListItem["props"];
|
864
|
+
props: import("../VList/VList.js").InternalListItem["props"];
|
865
865
|
}) => import("vue").VNodeChild) | undefined;
|
866
866
|
};
|
867
867
|
'v-slots'?: {
|
868
|
-
title?: false | ((arg: import("../VList/VListItem").ListItemTitleSlot & {
|
868
|
+
title?: false | ((arg: import("../VList/VListItem.js").ListItemTitleSlot & {
|
869
869
|
item: any;
|
870
870
|
}) => import("vue").VNodeChild) | undefined;
|
871
|
-
append?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
|
871
|
+
append?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
|
872
872
|
item: any;
|
873
873
|
}) => import("vue").VNodeChild) | undefined;
|
874
|
-
prepend?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
|
874
|
+
prepend?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
|
875
875
|
item: any;
|
876
876
|
}) => import("vue").VNodeChild) | undefined;
|
877
|
-
subtitle?: false | ((arg: import("../VList/VListItem").ListItemSubtitleSlot & {
|
877
|
+
subtitle?: false | ((arg: import("../VList/VListItem.js").ListItemSubtitleSlot & {
|
878
878
|
item: any;
|
879
879
|
}) => import("vue").VNodeChild) | undefined;
|
880
880
|
default?: false | (() => import("vue").VNodeChild) | undefined;
|
881
881
|
item?: false | ((arg: {
|
882
|
-
props: import("../VList/VList").InternalListItem["props"];
|
882
|
+
props: import("../VList/VList.js").InternalListItem["props"];
|
883
883
|
}) => import("vue").VNodeChild) | undefined;
|
884
884
|
divider?: false | ((arg: {
|
885
|
-
props: import("../VList/VList").InternalListItem["props"];
|
885
|
+
props: import("../VList/VList.js").InternalListItem["props"];
|
886
886
|
}) => import("vue").VNodeChild) | undefined;
|
887
887
|
subheader?: false | ((arg: {
|
888
|
-
props: import("../VList/VList").InternalListItem["props"];
|
888
|
+
props: import("../VList/VList.js").InternalListItem["props"];
|
889
889
|
}) => import("vue").VNodeChild) | undefined;
|
890
890
|
header?: false | ((arg: {
|
891
|
-
props: import("../VList/VList").InternalListItem["props"];
|
891
|
+
props: import("../VList/VList.js").InternalListItem["props"];
|
892
892
|
}) => import("vue").VNodeChild) | undefined;
|
893
893
|
} | undefined;
|
894
894
|
} & {
|
895
|
-
"v-slot:title"?: false | ((arg: import("../VList/VListItem").ListItemTitleSlot & {
|
895
|
+
"v-slot:title"?: false | ((arg: import("../VList/VListItem.js").ListItemTitleSlot & {
|
896
896
|
item: any;
|
897
897
|
}) => import("vue").VNodeChild) | undefined;
|
898
|
-
"v-slot:append"?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
|
898
|
+
"v-slot:append"?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
|
899
899
|
item: any;
|
900
900
|
}) => import("vue").VNodeChild) | undefined;
|
901
|
-
"v-slot:prepend"?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
|
901
|
+
"v-slot:prepend"?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
|
902
902
|
item: any;
|
903
903
|
}) => import("vue").VNodeChild) | undefined;
|
904
|
-
"v-slot:subtitle"?: false | ((arg: import("../VList/VListItem").ListItemSubtitleSlot & {
|
904
|
+
"v-slot:subtitle"?: false | ((arg: import("../VList/VListItem.js").ListItemSubtitleSlot & {
|
905
905
|
item: any;
|
906
906
|
}) => import("vue").VNodeChild) | undefined;
|
907
907
|
"v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
|
908
908
|
"v-slot:item"?: false | ((arg: {
|
909
|
-
props: import("../VList/VList").InternalListItem["props"];
|
909
|
+
props: import("../VList/VList.js").InternalListItem["props"];
|
910
910
|
}) => import("vue").VNodeChild) | undefined;
|
911
911
|
"v-slot:divider"?: false | ((arg: {
|
912
|
-
props: import("../VList/VList").InternalListItem["props"];
|
912
|
+
props: import("../VList/VList.js").InternalListItem["props"];
|
913
913
|
}) => import("vue").VNodeChild) | undefined;
|
914
914
|
"v-slot:subheader"?: false | ((arg: {
|
915
|
-
props: import("../VList/VList").InternalListItem["props"];
|
915
|
+
props: import("../VList/VList.js").InternalListItem["props"];
|
916
916
|
}) => import("vue").VNodeChild) | undefined;
|
917
917
|
"v-slot:header"?: false | ((arg: {
|
918
|
-
props: import("../VList/VList").InternalListItem["props"];
|
918
|
+
props: import("../VList/VList.js").InternalListItem["props"];
|
919
919
|
}) => import("vue").VNodeChild) | undefined;
|
920
920
|
}) | Defaults["listProps"]>;
|
921
921
|
default: unknown extends Defaults["listProps"] ? Partial<{
|
@@ -923,17 +923,17 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
923
923
|
nav: boolean;
|
924
924
|
style: import("vue").StyleValue;
|
925
925
|
disabled: boolean;
|
926
|
-
tag: string | import("../../util").JSXComponent;
|
926
|
+
tag: string | import("../../util/index.js").JSXComponent;
|
927
927
|
lines: false | "one" | "two" | "three";
|
928
928
|
mandatory: boolean;
|
929
929
|
rounded: string | number | boolean;
|
930
930
|
tile: boolean;
|
931
|
-
density: import("../../composables/density").Density;
|
931
|
+
density: import("../../composables/density.js").Density;
|
932
932
|
slim: boolean;
|
933
933
|
activatable: boolean;
|
934
934
|
selectable: boolean;
|
935
|
-
selectStrategy: import("../../composables/nested/nested").SelectStrategyProp;
|
936
|
-
openStrategy: import("../../composables/nested/nested").OpenStrategyProp;
|
935
|
+
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
936
|
+
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
937
937
|
returnObject: boolean;
|
938
938
|
itemType: string;
|
939
939
|
}> & Omit<{
|
@@ -941,16 +941,16 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
941
941
|
nav: boolean;
|
942
942
|
style: import("vue").StyleValue;
|
943
943
|
disabled: boolean;
|
944
|
-
tag: string | import("../../util").JSXComponent;
|
944
|
+
tag: string | import("../../util/index.js").JSXComponent;
|
945
945
|
lines: false | "one" | "two" | "three";
|
946
946
|
mandatory: boolean;
|
947
947
|
tile: boolean;
|
948
|
-
density: import("../../composables/density").Density;
|
948
|
+
density: import("../../composables/density.js").Density;
|
949
949
|
slim: boolean;
|
950
950
|
activatable: boolean;
|
951
951
|
selectable: boolean;
|
952
|
-
selectStrategy: import("../../composables/nested/nested").SelectStrategyProp;
|
953
|
-
openStrategy: import("../../composables/nested/nested").OpenStrategyProp;
|
952
|
+
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
953
|
+
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
954
954
|
returnObject: boolean;
|
955
955
|
itemType: string;
|
956
956
|
height?: string | number | undefined;
|
@@ -971,9 +971,9 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
971
971
|
activeColor?: string | undefined;
|
972
972
|
valueComparator?: typeof deepEqual | undefined;
|
973
973
|
activeClass?: string | undefined;
|
974
|
-
activeStrategy?: import("../../composables/nested/nested").ActiveStrategyProp | undefined;
|
975
|
-
collapseIcon?: import("../../composables/icons").IconValue | undefined;
|
976
|
-
expandIcon?: import("../../composables/icons").IconValue | undefined;
|
974
|
+
activeStrategy?: import("../../composables/nested/nested.js").ActiveStrategyProp | undefined;
|
975
|
+
collapseIcon?: import("../../composables/icons.js").IconValue | undefined;
|
976
|
+
expandIcon?: import("../../composables/icons.js").IconValue | undefined;
|
977
977
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
978
978
|
"onClick:activate"?: ((value: {
|
979
979
|
id: unknown;
|
@@ -1002,101 +1002,101 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
1002
1002
|
'onUpdate:opened'?: ((value: unknown) => void) | undefined;
|
1003
1003
|
} & {
|
1004
1004
|
$children?: import("vue").VNodeChild | (() => import("vue").VNodeChild) | {
|
1005
|
-
title?: ((arg: import("../VList/VListItem").ListItemTitleSlot & {
|
1005
|
+
title?: ((arg: import("../VList/VListItem.js").ListItemTitleSlot & {
|
1006
1006
|
item: any;
|
1007
1007
|
}) => import("vue").VNodeChild) | undefined;
|
1008
|
-
append?: ((arg: import("../VList/VListItem").ListItemSlot & {
|
1008
|
+
append?: ((arg: import("../VList/VListItem.js").ListItemSlot & {
|
1009
1009
|
item: any;
|
1010
1010
|
}) => import("vue").VNodeChild) | undefined;
|
1011
|
-
prepend?: ((arg: import("../VList/VListItem").ListItemSlot & {
|
1011
|
+
prepend?: ((arg: import("../VList/VListItem.js").ListItemSlot & {
|
1012
1012
|
item: any;
|
1013
1013
|
}) => import("vue").VNodeChild) | undefined;
|
1014
|
-
subtitle?: ((arg: import("../VList/VListItem").ListItemSubtitleSlot & {
|
1014
|
+
subtitle?: ((arg: import("../VList/VListItem.js").ListItemSubtitleSlot & {
|
1015
1015
|
item: any;
|
1016
1016
|
}) => import("vue").VNodeChild) | undefined;
|
1017
1017
|
default?: (() => import("vue").VNodeChild) | undefined;
|
1018
1018
|
item?: ((arg: {
|
1019
|
-
props: import("../VList/VList").InternalListItem["props"];
|
1019
|
+
props: import("../VList/VList.js").InternalListItem["props"];
|
1020
1020
|
}) => import("vue").VNodeChild) | undefined;
|
1021
1021
|
divider?: ((arg: {
|
1022
|
-
props: import("../VList/VList").InternalListItem["props"];
|
1022
|
+
props: import("../VList/VList.js").InternalListItem["props"];
|
1023
1023
|
}) => import("vue").VNodeChild) | undefined;
|
1024
1024
|
subheader?: ((arg: {
|
1025
|
-
props: import("../VList/VList").InternalListItem["props"];
|
1025
|
+
props: import("../VList/VList.js").InternalListItem["props"];
|
1026
1026
|
}) => import("vue").VNodeChild) | undefined;
|
1027
1027
|
header?: ((arg: {
|
1028
|
-
props: import("../VList/VList").InternalListItem["props"];
|
1028
|
+
props: import("../VList/VList.js").InternalListItem["props"];
|
1029
1029
|
}) => import("vue").VNodeChild) | undefined;
|
1030
1030
|
};
|
1031
1031
|
'v-slots'?: {
|
1032
|
-
title?: false | ((arg: import("../VList/VListItem").ListItemTitleSlot & {
|
1032
|
+
title?: false | ((arg: import("../VList/VListItem.js").ListItemTitleSlot & {
|
1033
1033
|
item: any;
|
1034
1034
|
}) => import("vue").VNodeChild) | undefined;
|
1035
|
-
append?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
|
1035
|
+
append?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
|
1036
1036
|
item: any;
|
1037
1037
|
}) => import("vue").VNodeChild) | undefined;
|
1038
|
-
prepend?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
|
1038
|
+
prepend?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
|
1039
1039
|
item: any;
|
1040
1040
|
}) => import("vue").VNodeChild) | undefined;
|
1041
|
-
subtitle?: false | ((arg: import("../VList/VListItem").ListItemSubtitleSlot & {
|
1041
|
+
subtitle?: false | ((arg: import("../VList/VListItem.js").ListItemSubtitleSlot & {
|
1042
1042
|
item: any;
|
1043
1043
|
}) => import("vue").VNodeChild) | undefined;
|
1044
1044
|
default?: false | (() => import("vue").VNodeChild) | undefined;
|
1045
1045
|
item?: false | ((arg: {
|
1046
|
-
props: import("../VList/VList").InternalListItem["props"];
|
1046
|
+
props: import("../VList/VList.js").InternalListItem["props"];
|
1047
1047
|
}) => import("vue").VNodeChild) | undefined;
|
1048
1048
|
divider?: false | ((arg: {
|
1049
|
-
props: import("../VList/VList").InternalListItem["props"];
|
1049
|
+
props: import("../VList/VList.js").InternalListItem["props"];
|
1050
1050
|
}) => import("vue").VNodeChild) | undefined;
|
1051
1051
|
subheader?: false | ((arg: {
|
1052
|
-
props: import("../VList/VList").InternalListItem["props"];
|
1052
|
+
props: import("../VList/VList.js").InternalListItem["props"];
|
1053
1053
|
}) => import("vue").VNodeChild) | undefined;
|
1054
1054
|
header?: false | ((arg: {
|
1055
|
-
props: import("../VList/VList").InternalListItem["props"];
|
1055
|
+
props: import("../VList/VList.js").InternalListItem["props"];
|
1056
1056
|
}) => import("vue").VNodeChild) | undefined;
|
1057
1057
|
} | undefined;
|
1058
1058
|
} & {
|
1059
|
-
"v-slot:title"?: false | ((arg: import("../VList/VListItem").ListItemTitleSlot & {
|
1059
|
+
"v-slot:title"?: false | ((arg: import("../VList/VListItem.js").ListItemTitleSlot & {
|
1060
1060
|
item: any;
|
1061
1061
|
}) => import("vue").VNodeChild) | undefined;
|
1062
|
-
"v-slot:append"?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
|
1062
|
+
"v-slot:append"?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
|
1063
1063
|
item: any;
|
1064
1064
|
}) => import("vue").VNodeChild) | undefined;
|
1065
|
-
"v-slot:prepend"?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
|
1065
|
+
"v-slot:prepend"?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
|
1066
1066
|
item: any;
|
1067
1067
|
}) => import("vue").VNodeChild) | undefined;
|
1068
|
-
"v-slot:subtitle"?: false | ((arg: import("../VList/VListItem").ListItemSubtitleSlot & {
|
1068
|
+
"v-slot:subtitle"?: false | ((arg: import("../VList/VListItem.js").ListItemSubtitleSlot & {
|
1069
1069
|
item: any;
|
1070
1070
|
}) => import("vue").VNodeChild) | undefined;
|
1071
1071
|
"v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
|
1072
1072
|
"v-slot:item"?: false | ((arg: {
|
1073
|
-
props: import("../VList/VList").InternalListItem["props"];
|
1073
|
+
props: import("../VList/VList.js").InternalListItem["props"];
|
1074
1074
|
}) => import("vue").VNodeChild) | undefined;
|
1075
1075
|
"v-slot:divider"?: false | ((arg: {
|
1076
|
-
props: import("../VList/VList").InternalListItem["props"];
|
1076
|
+
props: import("../VList/VList.js").InternalListItem["props"];
|
1077
1077
|
}) => import("vue").VNodeChild) | undefined;
|
1078
1078
|
"v-slot:subheader"?: false | ((arg: {
|
1079
|
-
props: import("../VList/VList").InternalListItem["props"];
|
1079
|
+
props: import("../VList/VList.js").InternalListItem["props"];
|
1080
1080
|
}) => import("vue").VNodeChild) | undefined;
|
1081
1081
|
"v-slot:header"?: false | ((arg: {
|
1082
|
-
props: import("../VList/VList").InternalListItem["props"];
|
1082
|
+
props: import("../VList/VList.js").InternalListItem["props"];
|
1083
1083
|
}) => import("vue").VNodeChild) | undefined;
|
1084
1084
|
} : NonNullable<Partial<{
|
1085
1085
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
1086
1086
|
nav: boolean;
|
1087
1087
|
style: import("vue").StyleValue;
|
1088
1088
|
disabled: boolean;
|
1089
|
-
tag: string | import("../../util").JSXComponent;
|
1089
|
+
tag: string | import("../../util/index.js").JSXComponent;
|
1090
1090
|
lines: false | "one" | "two" | "three";
|
1091
1091
|
mandatory: boolean;
|
1092
1092
|
rounded: string | number | boolean;
|
1093
1093
|
tile: boolean;
|
1094
|
-
density: import("../../composables/density").Density;
|
1094
|
+
density: import("../../composables/density.js").Density;
|
1095
1095
|
slim: boolean;
|
1096
1096
|
activatable: boolean;
|
1097
1097
|
selectable: boolean;
|
1098
|
-
selectStrategy: import("../../composables/nested/nested").SelectStrategyProp;
|
1099
|
-
openStrategy: import("../../composables/nested/nested").OpenStrategyProp;
|
1098
|
+
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
1099
|
+
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
1100
1100
|
returnObject: boolean;
|
1101
1101
|
itemType: string;
|
1102
1102
|
}> & Omit<{
|
@@ -1104,16 +1104,16 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
1104
1104
|
nav: boolean;
|
1105
1105
|
style: import("vue").StyleValue;
|
1106
1106
|
disabled: boolean;
|
1107
|
-
tag: string | import("../../util").JSXComponent;
|
1107
|
+
tag: string | import("../../util/index.js").JSXComponent;
|
1108
1108
|
lines: false | "one" | "two" | "three";
|
1109
1109
|
mandatory: boolean;
|
1110
1110
|
tile: boolean;
|
1111
|
-
density: import("../../composables/density").Density;
|
1111
|
+
density: import("../../composables/density.js").Density;
|
1112
1112
|
slim: boolean;
|
1113
1113
|
activatable: boolean;
|
1114
1114
|
selectable: boolean;
|
1115
|
-
selectStrategy: import("../../composables/nested/nested").SelectStrategyProp;
|
1116
|
-
openStrategy: import("../../composables/nested/nested").OpenStrategyProp;
|
1115
|
+
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
1116
|
+
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
1117
1117
|
returnObject: boolean;
|
1118
1118
|
itemType: string;
|
1119
1119
|
height?: string | number | undefined;
|
@@ -1134,9 +1134,9 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
1134
1134
|
activeColor?: string | undefined;
|
1135
1135
|
valueComparator?: typeof deepEqual | undefined;
|
1136
1136
|
activeClass?: string | undefined;
|
1137
|
-
activeStrategy?: import("../../composables/nested/nested").ActiveStrategyProp | undefined;
|
1138
|
-
collapseIcon?: import("../../composables/icons").IconValue | undefined;
|
1139
|
-
expandIcon?: import("../../composables/icons").IconValue | undefined;
|
1137
|
+
activeStrategy?: import("../../composables/nested/nested.js").ActiveStrategyProp | undefined;
|
1138
|
+
collapseIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1139
|
+
expandIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1140
1140
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
1141
1141
|
"onClick:activate"?: ((value: {
|
1142
1142
|
id: unknown;
|
@@ -1165,84 +1165,84 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
1165
1165
|
'onUpdate:opened'?: ((value: unknown) => void) | undefined;
|
1166
1166
|
} & {
|
1167
1167
|
$children?: import("vue").VNodeChild | (() => import("vue").VNodeChild) | {
|
1168
|
-
title?: ((arg: import("../VList/VListItem").ListItemTitleSlot & {
|
1168
|
+
title?: ((arg: import("../VList/VListItem.js").ListItemTitleSlot & {
|
1169
1169
|
item: any;
|
1170
1170
|
}) => import("vue").VNodeChild) | undefined;
|
1171
|
-
append?: ((arg: import("../VList/VListItem").ListItemSlot & {
|
1171
|
+
append?: ((arg: import("../VList/VListItem.js").ListItemSlot & {
|
1172
1172
|
item: any;
|
1173
1173
|
}) => import("vue").VNodeChild) | undefined;
|
1174
|
-
prepend?: ((arg: import("../VList/VListItem").ListItemSlot & {
|
1174
|
+
prepend?: ((arg: import("../VList/VListItem.js").ListItemSlot & {
|
1175
1175
|
item: any;
|
1176
1176
|
}) => import("vue").VNodeChild) | undefined;
|
1177
|
-
subtitle?: ((arg: import("../VList/VListItem").ListItemSubtitleSlot & {
|
1177
|
+
subtitle?: ((arg: import("../VList/VListItem.js").ListItemSubtitleSlot & {
|
1178
1178
|
item: any;
|
1179
1179
|
}) => import("vue").VNodeChild) | undefined;
|
1180
1180
|
default?: (() => import("vue").VNodeChild) | undefined;
|
1181
1181
|
item?: ((arg: {
|
1182
|
-
props: import("../VList/VList").InternalListItem["props"];
|
1182
|
+
props: import("../VList/VList.js").InternalListItem["props"];
|
1183
1183
|
}) => import("vue").VNodeChild) | undefined;
|
1184
1184
|
divider?: ((arg: {
|
1185
|
-
props: import("../VList/VList").InternalListItem["props"];
|
1185
|
+
props: import("../VList/VList.js").InternalListItem["props"];
|
1186
1186
|
}) => import("vue").VNodeChild) | undefined;
|
1187
1187
|
subheader?: ((arg: {
|
1188
|
-
props: import("../VList/VList").InternalListItem["props"];
|
1188
|
+
props: import("../VList/VList.js").InternalListItem["props"];
|
1189
1189
|
}) => import("vue").VNodeChild) | undefined;
|
1190
1190
|
header?: ((arg: {
|
1191
|
-
props: import("../VList/VList").InternalListItem["props"];
|
1191
|
+
props: import("../VList/VList.js").InternalListItem["props"];
|
1192
1192
|
}) => import("vue").VNodeChild) | undefined;
|
1193
1193
|
};
|
1194
1194
|
'v-slots'?: {
|
1195
|
-
title?: false | ((arg: import("../VList/VListItem").ListItemTitleSlot & {
|
1195
|
+
title?: false | ((arg: import("../VList/VListItem.js").ListItemTitleSlot & {
|
1196
1196
|
item: any;
|
1197
1197
|
}) => import("vue").VNodeChild) | undefined;
|
1198
|
-
append?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
|
1198
|
+
append?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
|
1199
1199
|
item: any;
|
1200
1200
|
}) => import("vue").VNodeChild) | undefined;
|
1201
|
-
prepend?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
|
1201
|
+
prepend?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
|
1202
1202
|
item: any;
|
1203
1203
|
}) => import("vue").VNodeChild) | undefined;
|
1204
|
-
subtitle?: false | ((arg: import("../VList/VListItem").ListItemSubtitleSlot & {
|
1204
|
+
subtitle?: false | ((arg: import("../VList/VListItem.js").ListItemSubtitleSlot & {
|
1205
1205
|
item: any;
|
1206
1206
|
}) => import("vue").VNodeChild) | undefined;
|
1207
1207
|
default?: false | (() => import("vue").VNodeChild) | undefined;
|
1208
1208
|
item?: false | ((arg: {
|
1209
|
-
props: import("../VList/VList").InternalListItem["props"];
|
1209
|
+
props: import("../VList/VList.js").InternalListItem["props"];
|
1210
1210
|
}) => import("vue").VNodeChild) | undefined;
|
1211
1211
|
divider?: false | ((arg: {
|
1212
|
-
props: import("../VList/VList").InternalListItem["props"];
|
1212
|
+
props: import("../VList/VList.js").InternalListItem["props"];
|
1213
1213
|
}) => import("vue").VNodeChild) | undefined;
|
1214
1214
|
subheader?: false | ((arg: {
|
1215
|
-
props: import("../VList/VList").InternalListItem["props"];
|
1215
|
+
props: import("../VList/VList.js").InternalListItem["props"];
|
1216
1216
|
}) => import("vue").VNodeChild) | undefined;
|
1217
1217
|
header?: false | ((arg: {
|
1218
|
-
props: import("../VList/VList").InternalListItem["props"];
|
1218
|
+
props: import("../VList/VList.js").InternalListItem["props"];
|
1219
1219
|
}) => import("vue").VNodeChild) | undefined;
|
1220
1220
|
} | undefined;
|
1221
1221
|
} & {
|
1222
|
-
"v-slot:title"?: false | ((arg: import("../VList/VListItem").ListItemTitleSlot & {
|
1222
|
+
"v-slot:title"?: false | ((arg: import("../VList/VListItem.js").ListItemTitleSlot & {
|
1223
1223
|
item: any;
|
1224
1224
|
}) => import("vue").VNodeChild) | undefined;
|
1225
|
-
"v-slot:append"?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
|
1225
|
+
"v-slot:append"?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
|
1226
1226
|
item: any;
|
1227
1227
|
}) => import("vue").VNodeChild) | undefined;
|
1228
|
-
"v-slot:prepend"?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
|
1228
|
+
"v-slot:prepend"?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
|
1229
1229
|
item: any;
|
1230
1230
|
}) => import("vue").VNodeChild) | undefined;
|
1231
|
-
"v-slot:subtitle"?: false | ((arg: import("../VList/VListItem").ListItemSubtitleSlot & {
|
1231
|
+
"v-slot:subtitle"?: false | ((arg: import("../VList/VListItem.js").ListItemSubtitleSlot & {
|
1232
1232
|
item: any;
|
1233
1233
|
}) => import("vue").VNodeChild) | undefined;
|
1234
1234
|
"v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
|
1235
1235
|
"v-slot:item"?: false | ((arg: {
|
1236
|
-
props: import("../VList/VList").InternalListItem["props"];
|
1236
|
+
props: import("../VList/VList.js").InternalListItem["props"];
|
1237
1237
|
}) => import("vue").VNodeChild) | undefined;
|
1238
1238
|
"v-slot:divider"?: false | ((arg: {
|
1239
|
-
props: import("../VList/VList").InternalListItem["props"];
|
1239
|
+
props: import("../VList/VList.js").InternalListItem["props"];
|
1240
1240
|
}) => import("vue").VNodeChild) | undefined;
|
1241
1241
|
"v-slot:subheader"?: false | ((arg: {
|
1242
|
-
props: import("../VList/VList").InternalListItem["props"];
|
1242
|
+
props: import("../VList/VList.js").InternalListItem["props"];
|
1243
1243
|
}) => import("vue").VNodeChild) | undefined;
|
1244
1244
|
"v-slot:header"?: false | ((arg: {
|
1245
|
-
props: import("../VList/VList").InternalListItem["props"];
|
1245
|
+
props: import("../VList/VList.js").InternalListItem["props"];
|
1246
1246
|
}) => import("vue").VNodeChild) | undefined;
|
1247
1247
|
}> | Defaults["listProps"];
|
1248
1248
|
};
|
@@ -1251,14 +1251,14 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
1251
1251
|
default: unknown extends Defaults["menu"] ? boolean : boolean | Defaults["menu"];
|
1252
1252
|
};
|
1253
1253
|
menuIcon: unknown extends Defaults["menuIcon"] ? {
|
1254
|
-
type: PropType<import("../../composables/icons").IconValue>;
|
1254
|
+
type: PropType<import("../../composables/icons.js").IconValue>;
|
1255
1255
|
default: string;
|
1256
1256
|
} : Omit<{
|
1257
|
-
type: PropType<import("../../composables/icons").IconValue>;
|
1257
|
+
type: PropType<import("../../composables/icons.js").IconValue>;
|
1258
1258
|
default: string;
|
1259
1259
|
}, "type" | "default"> & {
|
1260
|
-
type: PropType<unknown extends Defaults["menuIcon"] ? import("../../composables/icons").IconValue : import("../../composables/icons").IconValue | Defaults["menuIcon"]>;
|
1261
|
-
default: unknown extends Defaults["menuIcon"] ? import("../../composables/icons").IconValue : NonNullable<import("../../composables/icons").IconValue> | Defaults["menuIcon"];
|
1260
|
+
type: PropType<unknown extends Defaults["menuIcon"] ? import("../../composables/icons.js").IconValue : import("../../composables/icons.js").IconValue | Defaults["menuIcon"]>;
|
1261
|
+
default: unknown extends Defaults["menuIcon"] ? import("../../composables/icons.js").IconValue : NonNullable<import("../../composables/icons.js").IconValue> | Defaults["menuIcon"];
|
1262
1262
|
};
|
1263
1263
|
menuProps: unknown extends Defaults["menuProps"] ? {
|
1264
1264
|
type: PropType<VMenu["$props"]>;
|
@@ -1266,8 +1266,8 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
1266
1266
|
type: PropType<VMenu["$props"]>;
|
1267
1267
|
}, "type" | "default"> & {
|
1268
1268
|
type: PropType<unknown extends Defaults["menuProps"] ? Partial<{
|
1269
|
-
location: import("../../util").Anchor | undefined;
|
1270
|
-
origin: "auto" | import("../../util").Anchor | "overlap";
|
1269
|
+
location: import("../../util/index.js").Anchor | undefined;
|
1270
|
+
origin: "auto" | import("../../util/index.js").Anchor | "overlap";
|
1271
1271
|
transition: string | boolean | (import("vue").TransitionProps & {
|
1272
1272
|
component?: import("vue").Component;
|
1273
1273
|
}) | {
|
@@ -1279,10 +1279,10 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
1279
1279
|
disabled: boolean;
|
1280
1280
|
persistent: boolean;
|
1281
1281
|
modelValue: boolean;
|
1282
|
-
locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies").LocationStrategyData, props: import("../VOverlay/locationStrategies").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
|
1282
|
+
locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
|
1283
1283
|
updateLocation: (e?: Event) => void;
|
1284
1284
|
});
|
1285
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies").ScrollStrategyData, props: import("../VOverlay/scrollStrategies").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
1285
|
+
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
1286
1286
|
closeDelay: string | number;
|
1287
1287
|
openDelay: string | number;
|
1288
1288
|
activatorProps: Record<string, any>;
|
@@ -1296,8 +1296,8 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
1296
1296
|
scrim: string | boolean;
|
1297
1297
|
submenu: boolean;
|
1298
1298
|
}> & Omit<{
|
1299
|
-
location: import("../../util").Anchor | undefined;
|
1300
|
-
origin: "auto" | import("../../util").Anchor | "overlap";
|
1299
|
+
location: import("../../util/index.js").Anchor | undefined;
|
1300
|
+
origin: "auto" | import("../../util/index.js").Anchor | "overlap";
|
1301
1301
|
transition: string | boolean | (import("vue").TransitionProps & {
|
1302
1302
|
component?: import("vue").Component;
|
1303
1303
|
}) | {
|
@@ -1309,10 +1309,10 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
1309
1309
|
disabled: boolean;
|
1310
1310
|
persistent: boolean;
|
1311
1311
|
modelValue: boolean;
|
1312
|
-
locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies").LocationStrategyData, props: import("../VOverlay/locationStrategies").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
|
1312
|
+
locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
|
1313
1313
|
updateLocation: (e?: Event) => void;
|
1314
1314
|
});
|
1315
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies").ScrollStrategyData, props: import("../VOverlay/scrollStrategies").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
1315
|
+
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
1316
1316
|
closeDelay: string | number;
|
1317
1317
|
openDelay: string | number;
|
1318
1318
|
activatorProps: Record<string, any>;
|
@@ -1348,7 +1348,7 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
1348
1348
|
activator?: ((arg: {
|
1349
1349
|
isActive: boolean;
|
1350
1350
|
props: Record<string, any>;
|
1351
|
-
targetRef: import("../../util").TemplateRef;
|
1351
|
+
targetRef: import("../../util/index.js").TemplateRef;
|
1352
1352
|
}) => import("vue").VNodeChild) | undefined;
|
1353
1353
|
} | ((arg: {
|
1354
1354
|
isActive: import("vue").Ref<boolean>;
|
@@ -1360,7 +1360,7 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
1360
1360
|
activator?: false | ((arg: {
|
1361
1361
|
isActive: boolean;
|
1362
1362
|
props: Record<string, any>;
|
1363
|
-
targetRef: import("../../util").TemplateRef;
|
1363
|
+
targetRef: import("../../util/index.js").TemplateRef;
|
1364
1364
|
}) => import("vue").VNodeChild) | undefined;
|
1365
1365
|
} | undefined;
|
1366
1366
|
"v-slot:default"?: false | ((arg: {
|
@@ -1369,12 +1369,12 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
1369
1369
|
"v-slot:activator"?: false | ((arg: {
|
1370
1370
|
isActive: boolean;
|
1371
1371
|
props: Record<string, any>;
|
1372
|
-
targetRef: import("../../util").TemplateRef;
|
1372
|
+
targetRef: import("../../util/index.js").TemplateRef;
|
1373
1373
|
}) => import("vue").VNodeChild) | undefined;
|
1374
1374
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1375
1375
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "submenu"> : (Partial<{
|
1376
|
-
location: import("../../util").Anchor | undefined;
|
1377
|
-
origin: "auto" | import("../../util").Anchor | "overlap";
|
1376
|
+
location: import("../../util/index.js").Anchor | undefined;
|
1377
|
+
origin: "auto" | import("../../util/index.js").Anchor | "overlap";
|
1378
1378
|
transition: string | boolean | (import("vue").TransitionProps & {
|
1379
1379
|
component?: import("vue").Component;
|
1380
1380
|
}) | {
|
@@ -1386,10 +1386,10 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
1386
1386
|
disabled: boolean;
|
1387
1387
|
persistent: boolean;
|
1388
1388
|
modelValue: boolean;
|
1389
|
-
locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies").LocationStrategyData, props: import("../VOverlay/locationStrategies").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
|
1389
|
+
locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
|
1390
1390
|
updateLocation: (e?: Event) => void;
|
1391
1391
|
});
|
1392
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies").ScrollStrategyData, props: import("../VOverlay/scrollStrategies").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
1392
|
+
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
1393
1393
|
closeDelay: string | number;
|
1394
1394
|
openDelay: string | number;
|
1395
1395
|
activatorProps: Record<string, any>;
|
@@ -1403,8 +1403,8 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
1403
1403
|
scrim: string | boolean;
|
1404
1404
|
submenu: boolean;
|
1405
1405
|
}> & Omit<{
|
1406
|
-
location: import("../../util").Anchor | undefined;
|
1407
|
-
origin: "auto" | import("../../util").Anchor | "overlap";
|
1406
|
+
location: import("../../util/index.js").Anchor | undefined;
|
1407
|
+
origin: "auto" | import("../../util/index.js").Anchor | "overlap";
|
1408
1408
|
transition: string | boolean | (import("vue").TransitionProps & {
|
1409
1409
|
component?: import("vue").Component;
|
1410
1410
|
}) | {
|
@@ -1416,10 +1416,10 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
1416
1416
|
disabled: boolean;
|
1417
1417
|
persistent: boolean;
|
1418
1418
|
modelValue: boolean;
|
1419
|
-
locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies").LocationStrategyData, props: import("../VOverlay/locationStrategies").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
|
1419
|
+
locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
|
1420
1420
|
updateLocation: (e?: Event) => void;
|
1421
1421
|
});
|
1422
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies").ScrollStrategyData, props: import("../VOverlay/scrollStrategies").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
1422
|
+
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
1423
1423
|
closeDelay: string | number;
|
1424
1424
|
openDelay: string | number;
|
1425
1425
|
activatorProps: Record<string, any>;
|
@@ -1455,7 +1455,7 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
1455
1455
|
activator?: ((arg: {
|
1456
1456
|
isActive: boolean;
|
1457
1457
|
props: Record<string, any>;
|
1458
|
-
targetRef: import("../../util").TemplateRef;
|
1458
|
+
targetRef: import("../../util/index.js").TemplateRef;
|
1459
1459
|
}) => import("vue").VNodeChild) | undefined;
|
1460
1460
|
} | ((arg: {
|
1461
1461
|
isActive: import("vue").Ref<boolean>;
|
@@ -1467,7 +1467,7 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
1467
1467
|
activator?: false | ((arg: {
|
1468
1468
|
isActive: boolean;
|
1469
1469
|
props: Record<string, any>;
|
1470
|
-
targetRef: import("../../util").TemplateRef;
|
1470
|
+
targetRef: import("../../util/index.js").TemplateRef;
|
1471
1471
|
}) => import("vue").VNodeChild) | undefined;
|
1472
1472
|
} | undefined;
|
1473
1473
|
"v-slot:default"?: false | ((arg: {
|
@@ -1476,13 +1476,13 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
1476
1476
|
"v-slot:activator"?: false | ((arg: {
|
1477
1477
|
isActive: boolean;
|
1478
1478
|
props: Record<string, any>;
|
1479
|
-
targetRef: import("../../util").TemplateRef;
|
1479
|
+
targetRef: import("../../util/index.js").TemplateRef;
|
1480
1480
|
}) => import("vue").VNodeChild) | undefined;
|
1481
1481
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1482
1482
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "submenu">) | Defaults["menuProps"]>;
|
1483
1483
|
default: unknown extends Defaults["menuProps"] ? Partial<{
|
1484
|
-
location: import("../../util").Anchor | undefined;
|
1485
|
-
origin: "auto" | import("../../util").Anchor | "overlap";
|
1484
|
+
location: import("../../util/index.js").Anchor | undefined;
|
1485
|
+
origin: "auto" | import("../../util/index.js").Anchor | "overlap";
|
1486
1486
|
transition: string | boolean | (import("vue").TransitionProps & {
|
1487
1487
|
component?: import("vue").Component;
|
1488
1488
|
}) | {
|
@@ -1494,10 +1494,10 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
1494
1494
|
disabled: boolean;
|
1495
1495
|
persistent: boolean;
|
1496
1496
|
modelValue: boolean;
|
1497
|
-
locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies").LocationStrategyData, props: import("../VOverlay/locationStrategies").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
|
1497
|
+
locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
|
1498
1498
|
updateLocation: (e?: Event) => void;
|
1499
1499
|
});
|
1500
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies").ScrollStrategyData, props: import("../VOverlay/scrollStrategies").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
1500
|
+
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
1501
1501
|
closeDelay: string | number;
|
1502
1502
|
openDelay: string | number;
|
1503
1503
|
activatorProps: Record<string, any>;
|
@@ -1511,8 +1511,8 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
1511
1511
|
scrim: string | boolean;
|
1512
1512
|
submenu: boolean;
|
1513
1513
|
}> & Omit<{
|
1514
|
-
location: import("../../util").Anchor | undefined;
|
1515
|
-
origin: "auto" | import("../../util").Anchor | "overlap";
|
1514
|
+
location: import("../../util/index.js").Anchor | undefined;
|
1515
|
+
origin: "auto" | import("../../util/index.js").Anchor | "overlap";
|
1516
1516
|
transition: string | boolean | (import("vue").TransitionProps & {
|
1517
1517
|
component?: import("vue").Component;
|
1518
1518
|
}) | {
|
@@ -1524,10 +1524,10 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
1524
1524
|
disabled: boolean;
|
1525
1525
|
persistent: boolean;
|
1526
1526
|
modelValue: boolean;
|
1527
|
-
locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies").LocationStrategyData, props: import("../VOverlay/locationStrategies").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
|
1527
|
+
locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
|
1528
1528
|
updateLocation: (e?: Event) => void;
|
1529
1529
|
});
|
1530
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies").ScrollStrategyData, props: import("../VOverlay/scrollStrategies").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
1530
|
+
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
1531
1531
|
closeDelay: string | number;
|
1532
1532
|
openDelay: string | number;
|
1533
1533
|
activatorProps: Record<string, any>;
|
@@ -1563,7 +1563,7 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
1563
1563
|
activator?: ((arg: {
|
1564
1564
|
isActive: boolean;
|
1565
1565
|
props: Record<string, any>;
|
1566
|
-
targetRef: import("../../util").TemplateRef;
|
1566
|
+
targetRef: import("../../util/index.js").TemplateRef;
|
1567
1567
|
}) => import("vue").VNodeChild) | undefined;
|
1568
1568
|
} | ((arg: {
|
1569
1569
|
isActive: import("vue").Ref<boolean>;
|
@@ -1575,7 +1575,7 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
1575
1575
|
activator?: false | ((arg: {
|
1576
1576
|
isActive: boolean;
|
1577
1577
|
props: Record<string, any>;
|
1578
|
-
targetRef: import("../../util").TemplateRef;
|
1578
|
+
targetRef: import("../../util/index.js").TemplateRef;
|
1579
1579
|
}) => import("vue").VNodeChild) | undefined;
|
1580
1580
|
} | undefined;
|
1581
1581
|
"v-slot:default"?: false | ((arg: {
|
@@ -1584,12 +1584,12 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
1584
1584
|
"v-slot:activator"?: false | ((arg: {
|
1585
1585
|
isActive: boolean;
|
1586
1586
|
props: Record<string, any>;
|
1587
|
-
targetRef: import("../../util").TemplateRef;
|
1587
|
+
targetRef: import("../../util/index.js").TemplateRef;
|
1588
1588
|
}) => import("vue").VNodeChild) | undefined;
|
1589
1589
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1590
1590
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "submenu"> : NonNullable<Partial<{
|
1591
|
-
location: import("../../util").Anchor | undefined;
|
1592
|
-
origin: "auto" | import("../../util").Anchor | "overlap";
|
1591
|
+
location: import("../../util/index.js").Anchor | undefined;
|
1592
|
+
origin: "auto" | import("../../util/index.js").Anchor | "overlap";
|
1593
1593
|
transition: string | boolean | (import("vue").TransitionProps & {
|
1594
1594
|
component?: import("vue").Component;
|
1595
1595
|
}) | {
|
@@ -1601,10 +1601,10 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
1601
1601
|
disabled: boolean;
|
1602
1602
|
persistent: boolean;
|
1603
1603
|
modelValue: boolean;
|
1604
|
-
locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies").LocationStrategyData, props: import("../VOverlay/locationStrategies").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
|
1604
|
+
locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
|
1605
1605
|
updateLocation: (e?: Event) => void;
|
1606
1606
|
});
|
1607
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies").ScrollStrategyData, props: import("../VOverlay/scrollStrategies").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
1607
|
+
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
1608
1608
|
closeDelay: string | number;
|
1609
1609
|
openDelay: string | number;
|
1610
1610
|
activatorProps: Record<string, any>;
|
@@ -1618,8 +1618,8 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
1618
1618
|
scrim: string | boolean;
|
1619
1619
|
submenu: boolean;
|
1620
1620
|
}> & Omit<{
|
1621
|
-
location: import("../../util").Anchor | undefined;
|
1622
|
-
origin: "auto" | import("../../util").Anchor | "overlap";
|
1621
|
+
location: import("../../util/index.js").Anchor | undefined;
|
1622
|
+
origin: "auto" | import("../../util/index.js").Anchor | "overlap";
|
1623
1623
|
transition: string | boolean | (import("vue").TransitionProps & {
|
1624
1624
|
component?: import("vue").Component;
|
1625
1625
|
}) | {
|
@@ -1631,10 +1631,10 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
1631
1631
|
disabled: boolean;
|
1632
1632
|
persistent: boolean;
|
1633
1633
|
modelValue: boolean;
|
1634
|
-
locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies").LocationStrategyData, props: import("../VOverlay/locationStrategies").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
|
1634
|
+
locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
|
1635
1635
|
updateLocation: (e?: Event) => void;
|
1636
1636
|
});
|
1637
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies").ScrollStrategyData, props: import("../VOverlay/scrollStrategies").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
1637
|
+
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
1638
1638
|
closeDelay: string | number;
|
1639
1639
|
openDelay: string | number;
|
1640
1640
|
activatorProps: Record<string, any>;
|
@@ -1670,7 +1670,7 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
1670
1670
|
activator?: ((arg: {
|
1671
1671
|
isActive: boolean;
|
1672
1672
|
props: Record<string, any>;
|
1673
|
-
targetRef: import("../../util").TemplateRef;
|
1673
|
+
targetRef: import("../../util/index.js").TemplateRef;
|
1674
1674
|
}) => import("vue").VNodeChild) | undefined;
|
1675
1675
|
} | ((arg: {
|
1676
1676
|
isActive: import("vue").Ref<boolean>;
|
@@ -1682,7 +1682,7 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
1682
1682
|
activator?: false | ((arg: {
|
1683
1683
|
isActive: boolean;
|
1684
1684
|
props: Record<string, any>;
|
1685
|
-
targetRef: import("../../util").TemplateRef;
|
1685
|
+
targetRef: import("../../util/index.js").TemplateRef;
|
1686
1686
|
}) => import("vue").VNodeChild) | undefined;
|
1687
1687
|
} | undefined;
|
1688
1688
|
"v-slot:default"?: false | ((arg: {
|
@@ -1691,7 +1691,7 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
1691
1691
|
"v-slot:activator"?: false | ((arg: {
|
1692
1692
|
isActive: boolean;
|
1693
1693
|
props: Record<string, any>;
|
1694
|
-
targetRef: import("../../util").TemplateRef;
|
1694
|
+
targetRef: import("../../util/index.js").TemplateRef;
|
1695
1695
|
}) => import("vue").VNodeChild) | undefined;
|
1696
1696
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1697
1697
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "submenu">> | Defaults["menuProps"];
|
@@ -1718,33 +1718,33 @@ export declare const makeVAutocompleteProps: <Defaults extends {
|
|
1718
1718
|
type: PropType<unknown extends Defaults["itemColor"] ? string : string | Defaults["itemColor"]>;
|
1719
1719
|
default: unknown extends Defaults["itemColor"] ? string : string | Defaults["itemColor"];
|
1720
1720
|
};
|
1721
|
-
customFilter: unknown extends Defaults["customFilter"] ? PropType<import("../../composables/filter").FilterFunction> : {
|
1722
|
-
type: PropType<unknown extends Defaults["customFilter"] ? import("../../composables/filter").FilterFunction : import("../../composables/filter").FilterFunction | Defaults["customFilter"]>;
|
1723
|
-
default: unknown extends Defaults["customFilter"] ? import("../../composables/filter").FilterFunction : import("../../composables/filter").FilterFunction | Defaults["customFilter"];
|
1721
|
+
customFilter: unknown extends Defaults["customFilter"] ? PropType<import("../../composables/filter.js").FilterFunction> : {
|
1722
|
+
type: PropType<unknown extends Defaults["customFilter"] ? import("../../composables/filter.js").FilterFunction : import("../../composables/filter.js").FilterFunction | Defaults["customFilter"]>;
|
1723
|
+
default: unknown extends Defaults["customFilter"] ? import("../../composables/filter.js").FilterFunction : import("../../composables/filter.js").FilterFunction | Defaults["customFilter"];
|
1724
1724
|
};
|
1725
|
-
customKeyFilter: unknown extends Defaults["customKeyFilter"] ? PropType<import("../../composables/filter").FilterKeyFunctions> : {
|
1726
|
-
type: PropType<unknown extends Defaults["customKeyFilter"] ? import("../../composables/filter").FilterKeyFunctions : import("../../composables/filter").FilterKeyFunctions | Defaults["customKeyFilter"]>;
|
1727
|
-
default: unknown extends Defaults["customKeyFilter"] ? import("../../composables/filter").FilterKeyFunctions : import("../../composables/filter").FilterKeyFunctions | Defaults["customKeyFilter"];
|
1725
|
+
customKeyFilter: unknown extends Defaults["customKeyFilter"] ? PropType<import("../../composables/filter.js").FilterKeyFunctions> : {
|
1726
|
+
type: PropType<unknown extends Defaults["customKeyFilter"] ? import("../../composables/filter.js").FilterKeyFunctions : import("../../composables/filter.js").FilterKeyFunctions | Defaults["customKeyFilter"]>;
|
1727
|
+
default: unknown extends Defaults["customKeyFilter"] ? import("../../composables/filter.js").FilterKeyFunctions : import("../../composables/filter.js").FilterKeyFunctions | Defaults["customKeyFilter"];
|
1728
1728
|
};
|
1729
1729
|
filterKeys: unknown extends Defaults["filterKeys"] ? {
|
1730
|
-
type: PropType<import("../../composables/filter").FilterKeys>;
|
1731
|
-
default: NonNullable<import("../../composables/filter").FilterKeys>;
|
1730
|
+
type: PropType<import("../../composables/filter.js").FilterKeys>;
|
1731
|
+
default: NonNullable<import("../../composables/filter.js").FilterKeys>;
|
1732
1732
|
} : Omit<{
|
1733
|
-
type: PropType<import("../../composables/filter").FilterKeys>;
|
1734
|
-
default: NonNullable<import("../../composables/filter").FilterKeys>;
|
1733
|
+
type: PropType<import("../../composables/filter.js").FilterKeys>;
|
1734
|
+
default: NonNullable<import("../../composables/filter.js").FilterKeys>;
|
1735
1735
|
}, "type" | "default"> & {
|
1736
|
-
type: PropType<unknown extends Defaults["filterKeys"] ? import("../../composables/filter").FilterKeys : import("../../composables/filter").FilterKeys | Defaults["filterKeys"]>;
|
1737
|
-
default: unknown extends Defaults["filterKeys"] ? import("../../composables/filter").FilterKeys : NonNullable<import("../../composables/filter").FilterKeys> | Defaults["filterKeys"];
|
1736
|
+
type: PropType<unknown extends Defaults["filterKeys"] ? import("../../composables/filter.js").FilterKeys : import("../../composables/filter.js").FilterKeys | Defaults["filterKeys"]>;
|
1737
|
+
default: unknown extends Defaults["filterKeys"] ? import("../../composables/filter.js").FilterKeys : NonNullable<import("../../composables/filter.js").FilterKeys> | Defaults["filterKeys"];
|
1738
1738
|
};
|
1739
1739
|
filterMode: unknown extends Defaults["filterMode"] ? {
|
1740
|
-
type: PropType<import("../../composables/filter").FilterMode>;
|
1740
|
+
type: PropType<import("../../composables/filter.js").FilterMode>;
|
1741
1741
|
default: string;
|
1742
1742
|
} : Omit<{
|
1743
|
-
type: PropType<import("../../composables/filter").FilterMode>;
|
1743
|
+
type: PropType<import("../../composables/filter.js").FilterMode>;
|
1744
1744
|
default: string;
|
1745
1745
|
}, "type" | "default"> & {
|
1746
|
-
type: PropType<unknown extends Defaults["filterMode"] ? import("../../composables/filter").FilterMode : import("../../composables/filter").FilterMode | Defaults["filterMode"]>;
|
1747
|
-
default: unknown extends Defaults["filterMode"] ? import("../../composables/filter").FilterMode : NonNullable<import("../../composables/filter").FilterMode> | Defaults["filterMode"];
|
1746
|
+
type: PropType<unknown extends Defaults["filterMode"] ? import("../../composables/filter.js").FilterMode : import("../../composables/filter.js").FilterMode | Defaults["filterMode"]>;
|
1747
|
+
default: unknown extends Defaults["filterMode"] ? import("../../composables/filter.js").FilterMode : NonNullable<import("../../composables/filter.js").FilterMode> | Defaults["filterMode"];
|
1748
1748
|
};
|
1749
1749
|
noFilter: unknown extends Defaults["noFilter"] ? BooleanConstructor : {
|
1750
1750
|
type: PropType<unknown extends Defaults["noFilter"] ? boolean : boolean | Defaults["noFilter"]>;
|
@@ -1792,15 +1792,15 @@ export declare const VAutocomplete: {
|
|
1792
1792
|
focused: boolean;
|
1793
1793
|
errorMessages: string | readonly string[] | null;
|
1794
1794
|
maxErrors: string | number;
|
1795
|
-
rules: readonly import("../../composables/validation").ValidationRule[];
|
1795
|
+
rules: readonly import("../../composables/validation.js").ValidationRule[];
|
1796
1796
|
tile: boolean;
|
1797
|
-
density: import("../../composables/density").Density;
|
1798
|
-
clearIcon: import("../../composables/icons").IconValue;
|
1797
|
+
density: import("../../composables/density.js").Density;
|
1798
|
+
clearIcon: import("../../composables/icons.js").IconValue;
|
1799
1799
|
hideSpinButtons: boolean;
|
1800
1800
|
persistentHint: boolean;
|
1801
|
-
filterMode: import("../../composables/filter").FilterMode;
|
1801
|
+
filterMode: import("../../composables/filter.js").FilterMode;
|
1802
1802
|
noFilter: boolean;
|
1803
|
-
filterKeys: import("../../composables/filter").FilterKeys;
|
1803
|
+
filterKeys: import("../../composables/filter.js").FilterKeys;
|
1804
1804
|
itemChildren: SelectItemKey;
|
1805
1805
|
clearable: boolean;
|
1806
1806
|
persistentClear: boolean;
|
@@ -1813,7 +1813,7 @@ export declare const VAutocomplete: {
|
|
1813
1813
|
openText: string;
|
1814
1814
|
hideNoData: boolean;
|
1815
1815
|
hideSelected: boolean;
|
1816
|
-
menuIcon: import("../../composables/icons").IconValue;
|
1816
|
+
menuIcon: import("../../composables/icons.js").IconValue;
|
1817
1817
|
openOnClear: boolean;
|
1818
1818
|
clearOnSelect: boolean;
|
1819
1819
|
} & {
|
@@ -1836,10 +1836,10 @@ export declare const VAutocomplete: {
|
|
1836
1836
|
rounded?: string | number | boolean | undefined;
|
1837
1837
|
baseColor?: string | undefined;
|
1838
1838
|
bgColor?: string | undefined;
|
1839
|
-
prependIcon?: import("../../composables/icons").IconValue | undefined;
|
1840
|
-
appendIcon?: import("../../composables/icons").IconValue | undefined;
|
1839
|
+
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1840
|
+
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1841
1841
|
valueComparator?: typeof deepEqual | undefined;
|
1842
|
-
prependInnerIcon?: import("../../composables/icons").IconValue | undefined;
|
1842
|
+
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1843
1843
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
1844
1844
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
1845
1845
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -1848,8 +1848,8 @@ export declare const VAutocomplete: {
|
|
1848
1848
|
centerAffix?: boolean | undefined;
|
1849
1849
|
hint?: string | undefined;
|
1850
1850
|
hideDetails?: boolean | "auto" | undefined;
|
1851
|
-
customFilter?: import("../../composables/filter").FilterFunction | undefined;
|
1852
|
-
customKeyFilter?: import("../../composables/filter").FilterKeyFunctions | undefined;
|
1851
|
+
customFilter?: import("../../composables/filter.js").FilterFunction | undefined;
|
1852
|
+
customKeyFilter?: import("../../composables/filter.js").FilterKeyFunctions | undefined;
|
1853
1853
|
suffix?: string | undefined;
|
1854
1854
|
counterValue?: number | ((value: any) => number) | undefined;
|
1855
1855
|
modelModifiers?: Record<string, boolean> | undefined;
|
@@ -1858,17 +1858,17 @@ export declare const VAutocomplete: {
|
|
1858
1858
|
nav: boolean;
|
1859
1859
|
style: import("vue").StyleValue;
|
1860
1860
|
disabled: boolean;
|
1861
|
-
tag: string | import("../../util").JSXComponent;
|
1861
|
+
tag: string | import("../../util/index.js").JSXComponent;
|
1862
1862
|
lines: false | "one" | "two" | "three";
|
1863
1863
|
mandatory: boolean;
|
1864
1864
|
rounded: string | number | boolean;
|
1865
1865
|
tile: boolean;
|
1866
|
-
density: import("../../composables/density").Density;
|
1866
|
+
density: import("../../composables/density.js").Density;
|
1867
1867
|
slim: boolean;
|
1868
1868
|
activatable: boolean;
|
1869
1869
|
selectable: boolean;
|
1870
|
-
selectStrategy: import("../../composables/nested/nested").SelectStrategyProp;
|
1871
|
-
openStrategy: import("../../composables/nested/nested").OpenStrategyProp;
|
1870
|
+
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
1871
|
+
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
1872
1872
|
returnObject: boolean;
|
1873
1873
|
itemType: string;
|
1874
1874
|
}> & Omit<{
|
@@ -1876,16 +1876,16 @@ export declare const VAutocomplete: {
|
|
1876
1876
|
nav: boolean;
|
1877
1877
|
style: import("vue").StyleValue;
|
1878
1878
|
disabled: boolean;
|
1879
|
-
tag: string | import("../../util").JSXComponent;
|
1879
|
+
tag: string | import("../../util/index.js").JSXComponent;
|
1880
1880
|
lines: false | "one" | "two" | "three";
|
1881
1881
|
mandatory: boolean;
|
1882
1882
|
tile: boolean;
|
1883
|
-
density: import("../../composables/density").Density;
|
1883
|
+
density: import("../../composables/density.js").Density;
|
1884
1884
|
slim: boolean;
|
1885
1885
|
activatable: boolean;
|
1886
1886
|
selectable: boolean;
|
1887
|
-
selectStrategy: import("../../composables/nested/nested").SelectStrategyProp;
|
1888
|
-
openStrategy: import("../../composables/nested/nested").OpenStrategyProp;
|
1887
|
+
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
1888
|
+
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
1889
1889
|
returnObject: boolean;
|
1890
1890
|
itemType: string;
|
1891
1891
|
height?: string | number | undefined;
|
@@ -1906,9 +1906,9 @@ export declare const VAutocomplete: {
|
|
1906
1906
|
activeColor?: string | undefined;
|
1907
1907
|
valueComparator?: typeof deepEqual | undefined;
|
1908
1908
|
activeClass?: string | undefined;
|
1909
|
-
activeStrategy?: import("../../composables/nested/nested").ActiveStrategyProp | undefined;
|
1910
|
-
collapseIcon?: import("../../composables/icons").IconValue | undefined;
|
1911
|
-
expandIcon?: import("../../composables/icons").IconValue | undefined;
|
1909
|
+
activeStrategy?: import("../../composables/nested/nested.js").ActiveStrategyProp | undefined;
|
1910
|
+
collapseIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1911
|
+
expandIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1912
1912
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
1913
1913
|
"onClick:activate"?: ((value: {
|
1914
1914
|
id: unknown;
|
@@ -1937,89 +1937,89 @@ export declare const VAutocomplete: {
|
|
1937
1937
|
'onUpdate:opened'?: ((value: unknown) => void) | undefined;
|
1938
1938
|
} & {
|
1939
1939
|
$children?: import("vue").VNodeChild | (() => import("vue").VNodeChild) | {
|
1940
|
-
title?: ((arg: import("../VList/VListItem").ListItemTitleSlot & {
|
1940
|
+
title?: ((arg: import("../VList/VListItem.js").ListItemTitleSlot & {
|
1941
1941
|
item: any;
|
1942
1942
|
}) => import("vue").VNodeChild) | undefined;
|
1943
|
-
append?: ((arg: import("../VList/VListItem").ListItemSlot & {
|
1943
|
+
append?: ((arg: import("../VList/VListItem.js").ListItemSlot & {
|
1944
1944
|
item: any;
|
1945
1945
|
}) => import("vue").VNodeChild) | undefined;
|
1946
|
-
prepend?: ((arg: import("../VList/VListItem").ListItemSlot & {
|
1946
|
+
prepend?: ((arg: import("../VList/VListItem.js").ListItemSlot & {
|
1947
1947
|
item: any;
|
1948
1948
|
}) => import("vue").VNodeChild) | undefined;
|
1949
|
-
subtitle?: ((arg: import("../VList/VListItem").ListItemSubtitleSlot & {
|
1949
|
+
subtitle?: ((arg: import("../VList/VListItem.js").ListItemSubtitleSlot & {
|
1950
1950
|
item: any;
|
1951
1951
|
}) => import("vue").VNodeChild) | undefined;
|
1952
1952
|
default?: (() => import("vue").VNodeChild) | undefined;
|
1953
1953
|
item?: ((arg: {
|
1954
|
-
props: import("../VList/VList").InternalListItem["props"];
|
1954
|
+
props: import("../VList/VList.js").InternalListItem["props"];
|
1955
1955
|
}) => import("vue").VNodeChild) | undefined;
|
1956
1956
|
divider?: ((arg: {
|
1957
|
-
props: import("../VList/VList").InternalListItem["props"];
|
1957
|
+
props: import("../VList/VList.js").InternalListItem["props"];
|
1958
1958
|
}) => import("vue").VNodeChild) | undefined;
|
1959
1959
|
subheader?: ((arg: {
|
1960
|
-
props: import("../VList/VList").InternalListItem["props"];
|
1960
|
+
props: import("../VList/VList.js").InternalListItem["props"];
|
1961
1961
|
}) => import("vue").VNodeChild) | undefined;
|
1962
1962
|
header?: ((arg: {
|
1963
|
-
props: import("../VList/VList").InternalListItem["props"];
|
1963
|
+
props: import("../VList/VList.js").InternalListItem["props"];
|
1964
1964
|
}) => import("vue").VNodeChild) | undefined;
|
1965
1965
|
};
|
1966
1966
|
'v-slots'?: {
|
1967
|
-
title?: false | ((arg: import("../VList/VListItem").ListItemTitleSlot & {
|
1967
|
+
title?: false | ((arg: import("../VList/VListItem.js").ListItemTitleSlot & {
|
1968
1968
|
item: any;
|
1969
1969
|
}) => import("vue").VNodeChild) | undefined;
|
1970
|
-
append?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
|
1970
|
+
append?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
|
1971
1971
|
item: any;
|
1972
1972
|
}) => import("vue").VNodeChild) | undefined;
|
1973
|
-
prepend?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
|
1973
|
+
prepend?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
|
1974
1974
|
item: any;
|
1975
1975
|
}) => import("vue").VNodeChild) | undefined;
|
1976
|
-
subtitle?: false | ((arg: import("../VList/VListItem").ListItemSubtitleSlot & {
|
1976
|
+
subtitle?: false | ((arg: import("../VList/VListItem.js").ListItemSubtitleSlot & {
|
1977
1977
|
item: any;
|
1978
1978
|
}) => import("vue").VNodeChild) | undefined;
|
1979
1979
|
default?: false | (() => import("vue").VNodeChild) | undefined;
|
1980
1980
|
item?: false | ((arg: {
|
1981
|
-
props: import("../VList/VList").InternalListItem["props"];
|
1981
|
+
props: import("../VList/VList.js").InternalListItem["props"];
|
1982
1982
|
}) => import("vue").VNodeChild) | undefined;
|
1983
1983
|
divider?: false | ((arg: {
|
1984
|
-
props: import("../VList/VList").InternalListItem["props"];
|
1984
|
+
props: import("../VList/VList.js").InternalListItem["props"];
|
1985
1985
|
}) => import("vue").VNodeChild) | undefined;
|
1986
1986
|
subheader?: false | ((arg: {
|
1987
|
-
props: import("../VList/VList").InternalListItem["props"];
|
1987
|
+
props: import("../VList/VList.js").InternalListItem["props"];
|
1988
1988
|
}) => import("vue").VNodeChild) | undefined;
|
1989
1989
|
header?: false | ((arg: {
|
1990
|
-
props: import("../VList/VList").InternalListItem["props"];
|
1990
|
+
props: import("../VList/VList.js").InternalListItem["props"];
|
1991
1991
|
}) => import("vue").VNodeChild) | undefined;
|
1992
1992
|
} | undefined;
|
1993
1993
|
} & {
|
1994
|
-
"v-slot:title"?: false | ((arg: import("../VList/VListItem").ListItemTitleSlot & {
|
1994
|
+
"v-slot:title"?: false | ((arg: import("../VList/VListItem.js").ListItemTitleSlot & {
|
1995
1995
|
item: any;
|
1996
1996
|
}) => import("vue").VNodeChild) | undefined;
|
1997
|
-
"v-slot:append"?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
|
1997
|
+
"v-slot:append"?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
|
1998
1998
|
item: any;
|
1999
1999
|
}) => import("vue").VNodeChild) | undefined;
|
2000
|
-
"v-slot:prepend"?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
|
2000
|
+
"v-slot:prepend"?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
|
2001
2001
|
item: any;
|
2002
2002
|
}) => import("vue").VNodeChild) | undefined;
|
2003
|
-
"v-slot:subtitle"?: false | ((arg: import("../VList/VListItem").ListItemSubtitleSlot & {
|
2003
|
+
"v-slot:subtitle"?: false | ((arg: import("../VList/VListItem.js").ListItemSubtitleSlot & {
|
2004
2004
|
item: any;
|
2005
2005
|
}) => import("vue").VNodeChild) | undefined;
|
2006
2006
|
"v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
|
2007
2007
|
"v-slot:item"?: false | ((arg: {
|
2008
|
-
props: import("../VList/VList").InternalListItem["props"];
|
2008
|
+
props: import("../VList/VList.js").InternalListItem["props"];
|
2009
2009
|
}) => import("vue").VNodeChild) | undefined;
|
2010
2010
|
"v-slot:divider"?: false | ((arg: {
|
2011
|
-
props: import("../VList/VList").InternalListItem["props"];
|
2011
|
+
props: import("../VList/VList.js").InternalListItem["props"];
|
2012
2012
|
}) => import("vue").VNodeChild) | undefined;
|
2013
2013
|
"v-slot:subheader"?: false | ((arg: {
|
2014
|
-
props: import("../VList/VList").InternalListItem["props"];
|
2014
|
+
props: import("../VList/VList.js").InternalListItem["props"];
|
2015
2015
|
}) => import("vue").VNodeChild) | undefined;
|
2016
2016
|
"v-slot:header"?: false | ((arg: {
|
2017
|
-
props: import("../VList/VList").InternalListItem["props"];
|
2017
|
+
props: import("../VList/VList.js").InternalListItem["props"];
|
2018
2018
|
}) => import("vue").VNodeChild) | undefined;
|
2019
2019
|
}) | undefined;
|
2020
2020
|
menuProps?: (Partial<{
|
2021
|
-
location: import("../../util").Anchor | undefined;
|
2022
|
-
origin: "auto" | import("../../util").Anchor | "overlap";
|
2021
|
+
location: import("../../util/index.js").Anchor | undefined;
|
2022
|
+
origin: "auto" | import("../../util/index.js").Anchor | "overlap";
|
2023
2023
|
transition: string | boolean | (import("vue").TransitionProps & {
|
2024
2024
|
component?: import("vue").Component;
|
2025
2025
|
}) | {
|
@@ -2031,10 +2031,10 @@ export declare const VAutocomplete: {
|
|
2031
2031
|
disabled: boolean;
|
2032
2032
|
persistent: boolean;
|
2033
2033
|
modelValue: boolean;
|
2034
|
-
locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies").LocationStrategyData, props: import("../VOverlay/locationStrategies").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
|
2034
|
+
locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
|
2035
2035
|
updateLocation: (e?: Event) => void;
|
2036
2036
|
});
|
2037
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies").ScrollStrategyData, props: import("../VOverlay/scrollStrategies").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
2037
|
+
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
2038
2038
|
closeDelay: string | number;
|
2039
2039
|
openDelay: string | number;
|
2040
2040
|
activatorProps: Record<string, any>;
|
@@ -2048,8 +2048,8 @@ export declare const VAutocomplete: {
|
|
2048
2048
|
scrim: string | boolean;
|
2049
2049
|
submenu: boolean;
|
2050
2050
|
}> & Omit<{
|
2051
|
-
location: import("../../util").Anchor | undefined;
|
2052
|
-
origin: "auto" | import("../../util").Anchor | "overlap";
|
2051
|
+
location: import("../../util/index.js").Anchor | undefined;
|
2052
|
+
origin: "auto" | import("../../util/index.js").Anchor | "overlap";
|
2053
2053
|
transition: string | boolean | (import("vue").TransitionProps & {
|
2054
2054
|
component?: import("vue").Component;
|
2055
2055
|
}) | {
|
@@ -2061,10 +2061,10 @@ export declare const VAutocomplete: {
|
|
2061
2061
|
disabled: boolean;
|
2062
2062
|
persistent: boolean;
|
2063
2063
|
modelValue: boolean;
|
2064
|
-
locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies").LocationStrategyData, props: import("../VOverlay/locationStrategies").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
|
2064
|
+
locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
|
2065
2065
|
updateLocation: (e?: Event) => void;
|
2066
2066
|
});
|
2067
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies").ScrollStrategyData, props: import("../VOverlay/scrollStrategies").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
2067
|
+
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
2068
2068
|
closeDelay: string | number;
|
2069
2069
|
openDelay: string | number;
|
2070
2070
|
activatorProps: Record<string, any>;
|
@@ -2100,7 +2100,7 @@ export declare const VAutocomplete: {
|
|
2100
2100
|
activator?: ((arg: {
|
2101
2101
|
isActive: boolean;
|
2102
2102
|
props: Record<string, any>;
|
2103
|
-
targetRef: import("../../util").TemplateRef;
|
2103
|
+
targetRef: import("../../util/index.js").TemplateRef;
|
2104
2104
|
}) => import("vue").VNodeChild) | undefined;
|
2105
2105
|
} | ((arg: {
|
2106
2106
|
isActive: import("vue").Ref<boolean>;
|
@@ -2112,7 +2112,7 @@ export declare const VAutocomplete: {
|
|
2112
2112
|
activator?: false | ((arg: {
|
2113
2113
|
isActive: boolean;
|
2114
2114
|
props: Record<string, any>;
|
2115
|
-
targetRef: import("../../util").TemplateRef;
|
2115
|
+
targetRef: import("../../util/index.js").TemplateRef;
|
2116
2116
|
}) => import("vue").VNodeChild) | undefined;
|
2117
2117
|
} | undefined;
|
2118
2118
|
"v-slot:default"?: false | ((arg: {
|
@@ -2121,7 +2121,7 @@ export declare const VAutocomplete: {
|
|
2121
2121
|
"v-slot:activator"?: false | ((arg: {
|
2122
2122
|
isActive: boolean;
|
2123
2123
|
props: Record<string, any>;
|
2124
|
-
targetRef: import("../../util").TemplateRef;
|
2124
|
+
targetRef: import("../../util/index.js").TemplateRef;
|
2125
2125
|
}) => import("vue").VNodeChild) | undefined;
|
2126
2126
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
2127
2127
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "submenu">) | undefined;
|
@@ -2159,17 +2159,17 @@ export declare const VAutocomplete: {
|
|
2159
2159
|
focused: boolean;
|
2160
2160
|
errorMessages: string | readonly string[] | null;
|
2161
2161
|
maxErrors: string | number;
|
2162
|
-
rules: readonly import("../../composables/validation").ValidationRule[];
|
2162
|
+
rules: readonly import("../../composables/validation.js").ValidationRule[];
|
2163
2163
|
rounded: string | number | boolean;
|
2164
2164
|
tile: boolean;
|
2165
|
-
density: import("../../composables/density").Density;
|
2166
|
-
clearIcon: import("../../composables/icons").IconValue;
|
2165
|
+
density: import("../../composables/density.js").Density;
|
2166
|
+
clearIcon: import("../../composables/icons.js").IconValue;
|
2167
2167
|
centerAffix: boolean;
|
2168
2168
|
hideSpinButtons: boolean;
|
2169
2169
|
persistentHint: boolean;
|
2170
|
-
filterMode: import("../../composables/filter").FilterMode;
|
2170
|
+
filterMode: import("../../composables/filter.js").FilterMode;
|
2171
2171
|
noFilter: boolean;
|
2172
|
-
filterKeys: import("../../composables/filter").FilterKeys;
|
2172
|
+
filterKeys: import("../../composables/filter.js").FilterKeys;
|
2173
2173
|
itemChildren: SelectItemKey;
|
2174
2174
|
clearable: boolean;
|
2175
2175
|
persistentClear: boolean;
|
@@ -2182,24 +2182,24 @@ export declare const VAutocomplete: {
|
|
2182
2182
|
openText: string;
|
2183
2183
|
hideNoData: boolean;
|
2184
2184
|
hideSelected: boolean;
|
2185
|
-
menuIcon: import("../../composables/icons").IconValue;
|
2185
|
+
menuIcon: import("../../composables/icons.js").IconValue;
|
2186
2186
|
openOnClear: boolean;
|
2187
2187
|
clearOnSelect: boolean;
|
2188
2188
|
}, true, {}, import("vue").SlotsType<Partial<{
|
2189
|
-
message: (arg: import("../VMessages/VMessages").VMessageSlot) => import("vue").VNode[];
|
2190
|
-
clear: (arg: import("../VField/VField").DefaultInputSlot & {
|
2189
|
+
message: (arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNode[];
|
2190
|
+
clear: (arg: import("../VField/VField.js").DefaultInputSlot & {
|
2191
2191
|
props: Record<string, any>;
|
2192
2192
|
}) => import("vue").VNode[];
|
2193
|
-
details: (arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[];
|
2194
|
-
label: (arg: import("../VField/VField").DefaultInputSlot & {
|
2193
|
+
details: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
|
2194
|
+
label: (arg: import("../VField/VField.js").DefaultInputSlot & {
|
2195
2195
|
label: string | undefined;
|
2196
2196
|
props: Record<string, any>;
|
2197
2197
|
}) => import("vue").VNode[];
|
2198
|
-
append: (arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[];
|
2199
|
-
prepend: (arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[];
|
2200
|
-
loader: (arg: import("../../composables/loader").LoaderSlotProps) => import("vue").VNode[];
|
2201
|
-
'prepend-inner': (arg: import("../VField/VField").DefaultInputSlot) => import("vue").VNode[];
|
2202
|
-
'append-inner': (arg: import("../VField/VField").DefaultInputSlot) => import("vue").VNode[];
|
2198
|
+
append: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
|
2199
|
+
prepend: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
|
2200
|
+
loader: (arg: import("../../composables/loader.js").LoaderSlotProps) => import("vue").VNode[];
|
2201
|
+
'prepend-inner': (arg: import("../VField/VField.js").DefaultInputSlot) => import("vue").VNode[];
|
2202
|
+
'append-inner': (arg: import("../VField/VField.js").DefaultInputSlot) => import("vue").VNode[];
|
2203
2203
|
item: (arg: {
|
2204
2204
|
item: ListItem<unknown>;
|
2205
2205
|
index: number;
|
@@ -2247,15 +2247,15 @@ export declare const VAutocomplete: {
|
|
2247
2247
|
focused: boolean;
|
2248
2248
|
errorMessages: string | readonly string[] | null;
|
2249
2249
|
maxErrors: string | number;
|
2250
|
-
rules: readonly import("../../composables/validation").ValidationRule[];
|
2250
|
+
rules: readonly import("../../composables/validation.js").ValidationRule[];
|
2251
2251
|
tile: boolean;
|
2252
|
-
density: import("../../composables/density").Density;
|
2253
|
-
clearIcon: import("../../composables/icons").IconValue;
|
2252
|
+
density: import("../../composables/density.js").Density;
|
2253
|
+
clearIcon: import("../../composables/icons.js").IconValue;
|
2254
2254
|
hideSpinButtons: boolean;
|
2255
2255
|
persistentHint: boolean;
|
2256
|
-
filterMode: import("../../composables/filter").FilterMode;
|
2256
|
+
filterMode: import("../../composables/filter.js").FilterMode;
|
2257
2257
|
noFilter: boolean;
|
2258
|
-
filterKeys: import("../../composables/filter").FilterKeys;
|
2258
|
+
filterKeys: import("../../composables/filter.js").FilterKeys;
|
2259
2259
|
itemChildren: SelectItemKey;
|
2260
2260
|
clearable: boolean;
|
2261
2261
|
persistentClear: boolean;
|
@@ -2268,7 +2268,7 @@ export declare const VAutocomplete: {
|
|
2268
2268
|
openText: string;
|
2269
2269
|
hideNoData: boolean;
|
2270
2270
|
hideSelected: boolean;
|
2271
|
-
menuIcon: import("../../composables/icons").IconValue;
|
2271
|
+
menuIcon: import("../../composables/icons.js").IconValue;
|
2272
2272
|
openOnClear: boolean;
|
2273
2273
|
clearOnSelect: boolean;
|
2274
2274
|
} & {
|
@@ -2291,10 +2291,10 @@ export declare const VAutocomplete: {
|
|
2291
2291
|
rounded?: string | number | boolean | undefined;
|
2292
2292
|
baseColor?: string | undefined;
|
2293
2293
|
bgColor?: string | undefined;
|
2294
|
-
prependIcon?: import("../../composables/icons").IconValue | undefined;
|
2295
|
-
appendIcon?: import("../../composables/icons").IconValue | undefined;
|
2294
|
+
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2295
|
+
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2296
2296
|
valueComparator?: typeof deepEqual | undefined;
|
2297
|
-
prependInnerIcon?: import("../../composables/icons").IconValue | undefined;
|
2297
|
+
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2298
2298
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
2299
2299
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
2300
2300
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -2303,8 +2303,8 @@ export declare const VAutocomplete: {
|
|
2303
2303
|
centerAffix?: boolean | undefined;
|
2304
2304
|
hint?: string | undefined;
|
2305
2305
|
hideDetails?: boolean | "auto" | undefined;
|
2306
|
-
customFilter?: import("../../composables/filter").FilterFunction | undefined;
|
2307
|
-
customKeyFilter?: import("../../composables/filter").FilterKeyFunctions | undefined;
|
2306
|
+
customFilter?: import("../../composables/filter.js").FilterFunction | undefined;
|
2307
|
+
customKeyFilter?: import("../../composables/filter.js").FilterKeyFunctions | undefined;
|
2308
2308
|
suffix?: string | undefined;
|
2309
2309
|
counterValue?: number | ((value: any) => number) | undefined;
|
2310
2310
|
modelModifiers?: Record<string, boolean> | undefined;
|
@@ -2313,17 +2313,17 @@ export declare const VAutocomplete: {
|
|
2313
2313
|
nav: boolean;
|
2314
2314
|
style: import("vue").StyleValue;
|
2315
2315
|
disabled: boolean;
|
2316
|
-
tag: string | import("../../util").JSXComponent;
|
2316
|
+
tag: string | import("../../util/index.js").JSXComponent;
|
2317
2317
|
lines: false | "one" | "two" | "three";
|
2318
2318
|
mandatory: boolean;
|
2319
2319
|
rounded: string | number | boolean;
|
2320
2320
|
tile: boolean;
|
2321
|
-
density: import("../../composables/density").Density;
|
2321
|
+
density: import("../../composables/density.js").Density;
|
2322
2322
|
slim: boolean;
|
2323
2323
|
activatable: boolean;
|
2324
2324
|
selectable: boolean;
|
2325
|
-
selectStrategy: import("../../composables/nested/nested").SelectStrategyProp;
|
2326
|
-
openStrategy: import("../../composables/nested/nested").OpenStrategyProp;
|
2325
|
+
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
2326
|
+
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
2327
2327
|
returnObject: boolean;
|
2328
2328
|
itemType: string;
|
2329
2329
|
}> & Omit<{
|
@@ -2331,16 +2331,16 @@ export declare const VAutocomplete: {
|
|
2331
2331
|
nav: boolean;
|
2332
2332
|
style: import("vue").StyleValue;
|
2333
2333
|
disabled: boolean;
|
2334
|
-
tag: string | import("../../util").JSXComponent;
|
2334
|
+
tag: string | import("../../util/index.js").JSXComponent;
|
2335
2335
|
lines: false | "one" | "two" | "three";
|
2336
2336
|
mandatory: boolean;
|
2337
2337
|
tile: boolean;
|
2338
|
-
density: import("../../composables/density").Density;
|
2338
|
+
density: import("../../composables/density.js").Density;
|
2339
2339
|
slim: boolean;
|
2340
2340
|
activatable: boolean;
|
2341
2341
|
selectable: boolean;
|
2342
|
-
selectStrategy: import("../../composables/nested/nested").SelectStrategyProp;
|
2343
|
-
openStrategy: import("../../composables/nested/nested").OpenStrategyProp;
|
2342
|
+
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
2343
|
+
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
2344
2344
|
returnObject: boolean;
|
2345
2345
|
itemType: string;
|
2346
2346
|
height?: string | number | undefined;
|
@@ -2361,9 +2361,9 @@ export declare const VAutocomplete: {
|
|
2361
2361
|
activeColor?: string | undefined;
|
2362
2362
|
valueComparator?: typeof deepEqual | undefined;
|
2363
2363
|
activeClass?: string | undefined;
|
2364
|
-
activeStrategy?: import("../../composables/nested/nested").ActiveStrategyProp | undefined;
|
2365
|
-
collapseIcon?: import("../../composables/icons").IconValue | undefined;
|
2366
|
-
expandIcon?: import("../../composables/icons").IconValue | undefined;
|
2364
|
+
activeStrategy?: import("../../composables/nested/nested.js").ActiveStrategyProp | undefined;
|
2365
|
+
collapseIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2366
|
+
expandIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2367
2367
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
2368
2368
|
"onClick:activate"?: ((value: {
|
2369
2369
|
id: unknown;
|
@@ -2392,89 +2392,89 @@ export declare const VAutocomplete: {
|
|
2392
2392
|
'onUpdate:opened'?: ((value: unknown) => void) | undefined;
|
2393
2393
|
} & {
|
2394
2394
|
$children?: import("vue").VNodeChild | (() => import("vue").VNodeChild) | {
|
2395
|
-
title?: ((arg: import("../VList/VListItem").ListItemTitleSlot & {
|
2395
|
+
title?: ((arg: import("../VList/VListItem.js").ListItemTitleSlot & {
|
2396
2396
|
item: any;
|
2397
2397
|
}) => import("vue").VNodeChild) | undefined;
|
2398
|
-
append?: ((arg: import("../VList/VListItem").ListItemSlot & {
|
2398
|
+
append?: ((arg: import("../VList/VListItem.js").ListItemSlot & {
|
2399
2399
|
item: any;
|
2400
2400
|
}) => import("vue").VNodeChild) | undefined;
|
2401
|
-
prepend?: ((arg: import("../VList/VListItem").ListItemSlot & {
|
2401
|
+
prepend?: ((arg: import("../VList/VListItem.js").ListItemSlot & {
|
2402
2402
|
item: any;
|
2403
2403
|
}) => import("vue").VNodeChild) | undefined;
|
2404
|
-
subtitle?: ((arg: import("../VList/VListItem").ListItemSubtitleSlot & {
|
2404
|
+
subtitle?: ((arg: import("../VList/VListItem.js").ListItemSubtitleSlot & {
|
2405
2405
|
item: any;
|
2406
2406
|
}) => import("vue").VNodeChild) | undefined;
|
2407
2407
|
default?: (() => import("vue").VNodeChild) | undefined;
|
2408
2408
|
item?: ((arg: {
|
2409
|
-
props: import("../VList/VList").InternalListItem["props"];
|
2409
|
+
props: import("../VList/VList.js").InternalListItem["props"];
|
2410
2410
|
}) => import("vue").VNodeChild) | undefined;
|
2411
2411
|
divider?: ((arg: {
|
2412
|
-
props: import("../VList/VList").InternalListItem["props"];
|
2412
|
+
props: import("../VList/VList.js").InternalListItem["props"];
|
2413
2413
|
}) => import("vue").VNodeChild) | undefined;
|
2414
2414
|
subheader?: ((arg: {
|
2415
|
-
props: import("../VList/VList").InternalListItem["props"];
|
2415
|
+
props: import("../VList/VList.js").InternalListItem["props"];
|
2416
2416
|
}) => import("vue").VNodeChild) | undefined;
|
2417
2417
|
header?: ((arg: {
|
2418
|
-
props: import("../VList/VList").InternalListItem["props"];
|
2418
|
+
props: import("../VList/VList.js").InternalListItem["props"];
|
2419
2419
|
}) => import("vue").VNodeChild) | undefined;
|
2420
2420
|
};
|
2421
2421
|
'v-slots'?: {
|
2422
|
-
title?: false | ((arg: import("../VList/VListItem").ListItemTitleSlot & {
|
2422
|
+
title?: false | ((arg: import("../VList/VListItem.js").ListItemTitleSlot & {
|
2423
2423
|
item: any;
|
2424
2424
|
}) => import("vue").VNodeChild) | undefined;
|
2425
|
-
append?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
|
2425
|
+
append?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
|
2426
2426
|
item: any;
|
2427
2427
|
}) => import("vue").VNodeChild) | undefined;
|
2428
|
-
prepend?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
|
2428
|
+
prepend?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
|
2429
2429
|
item: any;
|
2430
2430
|
}) => import("vue").VNodeChild) | undefined;
|
2431
|
-
subtitle?: false | ((arg: import("../VList/VListItem").ListItemSubtitleSlot & {
|
2431
|
+
subtitle?: false | ((arg: import("../VList/VListItem.js").ListItemSubtitleSlot & {
|
2432
2432
|
item: any;
|
2433
2433
|
}) => import("vue").VNodeChild) | undefined;
|
2434
2434
|
default?: false | (() => import("vue").VNodeChild) | undefined;
|
2435
2435
|
item?: false | ((arg: {
|
2436
|
-
props: import("../VList/VList").InternalListItem["props"];
|
2436
|
+
props: import("../VList/VList.js").InternalListItem["props"];
|
2437
2437
|
}) => import("vue").VNodeChild) | undefined;
|
2438
2438
|
divider?: false | ((arg: {
|
2439
|
-
props: import("../VList/VList").InternalListItem["props"];
|
2439
|
+
props: import("../VList/VList.js").InternalListItem["props"];
|
2440
2440
|
}) => import("vue").VNodeChild) | undefined;
|
2441
2441
|
subheader?: false | ((arg: {
|
2442
|
-
props: import("../VList/VList").InternalListItem["props"];
|
2442
|
+
props: import("../VList/VList.js").InternalListItem["props"];
|
2443
2443
|
}) => import("vue").VNodeChild) | undefined;
|
2444
2444
|
header?: false | ((arg: {
|
2445
|
-
props: import("../VList/VList").InternalListItem["props"];
|
2445
|
+
props: import("../VList/VList.js").InternalListItem["props"];
|
2446
2446
|
}) => import("vue").VNodeChild) | undefined;
|
2447
2447
|
} | undefined;
|
2448
2448
|
} & {
|
2449
|
-
"v-slot:title"?: false | ((arg: import("../VList/VListItem").ListItemTitleSlot & {
|
2449
|
+
"v-slot:title"?: false | ((arg: import("../VList/VListItem.js").ListItemTitleSlot & {
|
2450
2450
|
item: any;
|
2451
2451
|
}) => import("vue").VNodeChild) | undefined;
|
2452
|
-
"v-slot:append"?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
|
2452
|
+
"v-slot:append"?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
|
2453
2453
|
item: any;
|
2454
2454
|
}) => import("vue").VNodeChild) | undefined;
|
2455
|
-
"v-slot:prepend"?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
|
2455
|
+
"v-slot:prepend"?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
|
2456
2456
|
item: any;
|
2457
2457
|
}) => import("vue").VNodeChild) | undefined;
|
2458
|
-
"v-slot:subtitle"?: false | ((arg: import("../VList/VListItem").ListItemSubtitleSlot & {
|
2458
|
+
"v-slot:subtitle"?: false | ((arg: import("../VList/VListItem.js").ListItemSubtitleSlot & {
|
2459
2459
|
item: any;
|
2460
2460
|
}) => import("vue").VNodeChild) | undefined;
|
2461
2461
|
"v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
|
2462
2462
|
"v-slot:item"?: false | ((arg: {
|
2463
|
-
props: import("../VList/VList").InternalListItem["props"];
|
2463
|
+
props: import("../VList/VList.js").InternalListItem["props"];
|
2464
2464
|
}) => import("vue").VNodeChild) | undefined;
|
2465
2465
|
"v-slot:divider"?: false | ((arg: {
|
2466
|
-
props: import("../VList/VList").InternalListItem["props"];
|
2466
|
+
props: import("../VList/VList.js").InternalListItem["props"];
|
2467
2467
|
}) => import("vue").VNodeChild) | undefined;
|
2468
2468
|
"v-slot:subheader"?: false | ((arg: {
|
2469
|
-
props: import("../VList/VList").InternalListItem["props"];
|
2469
|
+
props: import("../VList/VList.js").InternalListItem["props"];
|
2470
2470
|
}) => import("vue").VNodeChild) | undefined;
|
2471
2471
|
"v-slot:header"?: false | ((arg: {
|
2472
|
-
props: import("../VList/VList").InternalListItem["props"];
|
2472
|
+
props: import("../VList/VList.js").InternalListItem["props"];
|
2473
2473
|
}) => import("vue").VNodeChild) | undefined;
|
2474
2474
|
}) | undefined;
|
2475
2475
|
menuProps?: (Partial<{
|
2476
|
-
location: import("../../util").Anchor | undefined;
|
2477
|
-
origin: "auto" | import("../../util").Anchor | "overlap";
|
2476
|
+
location: import("../../util/index.js").Anchor | undefined;
|
2477
|
+
origin: "auto" | import("../../util/index.js").Anchor | "overlap";
|
2478
2478
|
transition: string | boolean | (import("vue").TransitionProps & {
|
2479
2479
|
component?: import("vue").Component;
|
2480
2480
|
}) | {
|
@@ -2486,10 +2486,10 @@ export declare const VAutocomplete: {
|
|
2486
2486
|
disabled: boolean;
|
2487
2487
|
persistent: boolean;
|
2488
2488
|
modelValue: boolean;
|
2489
|
-
locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies").LocationStrategyData, props: import("../VOverlay/locationStrategies").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
|
2489
|
+
locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
|
2490
2490
|
updateLocation: (e?: Event) => void;
|
2491
2491
|
});
|
2492
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies").ScrollStrategyData, props: import("../VOverlay/scrollStrategies").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
2492
|
+
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
2493
2493
|
closeDelay: string | number;
|
2494
2494
|
openDelay: string | number;
|
2495
2495
|
activatorProps: Record<string, any>;
|
@@ -2503,8 +2503,8 @@ export declare const VAutocomplete: {
|
|
2503
2503
|
scrim: string | boolean;
|
2504
2504
|
submenu: boolean;
|
2505
2505
|
}> & Omit<{
|
2506
|
-
location: import("../../util").Anchor | undefined;
|
2507
|
-
origin: "auto" | import("../../util").Anchor | "overlap";
|
2506
|
+
location: import("../../util/index.js").Anchor | undefined;
|
2507
|
+
origin: "auto" | import("../../util/index.js").Anchor | "overlap";
|
2508
2508
|
transition: string | boolean | (import("vue").TransitionProps & {
|
2509
2509
|
component?: import("vue").Component;
|
2510
2510
|
}) | {
|
@@ -2516,10 +2516,10 @@ export declare const VAutocomplete: {
|
|
2516
2516
|
disabled: boolean;
|
2517
2517
|
persistent: boolean;
|
2518
2518
|
modelValue: boolean;
|
2519
|
-
locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies").LocationStrategyData, props: import("../VOverlay/locationStrategies").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
|
2519
|
+
locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
|
2520
2520
|
updateLocation: (e?: Event) => void;
|
2521
2521
|
});
|
2522
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies").ScrollStrategyData, props: import("../VOverlay/scrollStrategies").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
2522
|
+
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
2523
2523
|
closeDelay: string | number;
|
2524
2524
|
openDelay: string | number;
|
2525
2525
|
activatorProps: Record<string, any>;
|
@@ -2555,7 +2555,7 @@ export declare const VAutocomplete: {
|
|
2555
2555
|
activator?: ((arg: {
|
2556
2556
|
isActive: boolean;
|
2557
2557
|
props: Record<string, any>;
|
2558
|
-
targetRef: import("../../util").TemplateRef;
|
2558
|
+
targetRef: import("../../util/index.js").TemplateRef;
|
2559
2559
|
}) => import("vue").VNodeChild) | undefined;
|
2560
2560
|
} | ((arg: {
|
2561
2561
|
isActive: import("vue").Ref<boolean>;
|
@@ -2567,7 +2567,7 @@ export declare const VAutocomplete: {
|
|
2567
2567
|
activator?: false | ((arg: {
|
2568
2568
|
isActive: boolean;
|
2569
2569
|
props: Record<string, any>;
|
2570
|
-
targetRef: import("../../util").TemplateRef;
|
2570
|
+
targetRef: import("../../util/index.js").TemplateRef;
|
2571
2571
|
}) => import("vue").VNodeChild) | undefined;
|
2572
2572
|
} | undefined;
|
2573
2573
|
"v-slot:default"?: false | ((arg: {
|
@@ -2576,7 +2576,7 @@ export declare const VAutocomplete: {
|
|
2576
2576
|
"v-slot:activator"?: false | ((arg: {
|
2577
2577
|
isActive: boolean;
|
2578
2578
|
props: Record<string, any>;
|
2579
|
-
targetRef: import("../../util").TemplateRef;
|
2579
|
+
targetRef: import("../../util/index.js").TemplateRef;
|
2580
2580
|
}) => import("vue").VNodeChild) | undefined;
|
2581
2581
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
2582
2582
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "submenu">) | undefined;
|
@@ -2609,17 +2609,17 @@ export declare const VAutocomplete: {
|
|
2609
2609
|
focused: boolean;
|
2610
2610
|
errorMessages: string | readonly string[] | null;
|
2611
2611
|
maxErrors: string | number;
|
2612
|
-
rules: readonly import("../../composables/validation").ValidationRule[];
|
2612
|
+
rules: readonly import("../../composables/validation.js").ValidationRule[];
|
2613
2613
|
rounded: string | number | boolean;
|
2614
2614
|
tile: boolean;
|
2615
|
-
density: import("../../composables/density").Density;
|
2616
|
-
clearIcon: import("../../composables/icons").IconValue;
|
2615
|
+
density: import("../../composables/density.js").Density;
|
2616
|
+
clearIcon: import("../../composables/icons.js").IconValue;
|
2617
2617
|
centerAffix: boolean;
|
2618
2618
|
hideSpinButtons: boolean;
|
2619
2619
|
persistentHint: boolean;
|
2620
|
-
filterMode: import("../../composables/filter").FilterMode;
|
2620
|
+
filterMode: import("../../composables/filter.js").FilterMode;
|
2621
2621
|
noFilter: boolean;
|
2622
|
-
filterKeys: import("../../composables/filter").FilterKeys;
|
2622
|
+
filterKeys: import("../../composables/filter.js").FilterKeys;
|
2623
2623
|
itemChildren: SelectItemKey;
|
2624
2624
|
clearable: boolean;
|
2625
2625
|
persistentClear: boolean;
|
@@ -2632,7 +2632,7 @@ export declare const VAutocomplete: {
|
|
2632
2632
|
openText: string;
|
2633
2633
|
hideNoData: boolean;
|
2634
2634
|
hideSelected: boolean;
|
2635
|
-
menuIcon: import("../../composables/icons").IconValue;
|
2635
|
+
menuIcon: import("../../composables/icons.js").IconValue;
|
2636
2636
|
openOnClear: boolean;
|
2637
2637
|
clearOnSelect: boolean;
|
2638
2638
|
}>;
|
@@ -2662,15 +2662,15 @@ export declare const VAutocomplete: {
|
|
2662
2662
|
focused: boolean;
|
2663
2663
|
errorMessages: string | readonly string[] | null;
|
2664
2664
|
maxErrors: string | number;
|
2665
|
-
rules: readonly import("../../composables/validation").ValidationRule[];
|
2665
|
+
rules: readonly import("../../composables/validation.js").ValidationRule[];
|
2666
2666
|
tile: boolean;
|
2667
|
-
density: import("../../composables/density").Density;
|
2668
|
-
clearIcon: import("../../composables/icons").IconValue;
|
2667
|
+
density: import("../../composables/density.js").Density;
|
2668
|
+
clearIcon: import("../../composables/icons.js").IconValue;
|
2669
2669
|
hideSpinButtons: boolean;
|
2670
2670
|
persistentHint: boolean;
|
2671
|
-
filterMode: import("../../composables/filter").FilterMode;
|
2671
|
+
filterMode: import("../../composables/filter.js").FilterMode;
|
2672
2672
|
noFilter: boolean;
|
2673
|
-
filterKeys: import("../../composables/filter").FilterKeys;
|
2673
|
+
filterKeys: import("../../composables/filter.js").FilterKeys;
|
2674
2674
|
itemChildren: SelectItemKey;
|
2675
2675
|
clearable: boolean;
|
2676
2676
|
persistentClear: boolean;
|
@@ -2683,7 +2683,7 @@ export declare const VAutocomplete: {
|
|
2683
2683
|
openText: string;
|
2684
2684
|
hideNoData: boolean;
|
2685
2685
|
hideSelected: boolean;
|
2686
|
-
menuIcon: import("../../composables/icons").IconValue;
|
2686
|
+
menuIcon: import("../../composables/icons.js").IconValue;
|
2687
2687
|
openOnClear: boolean;
|
2688
2688
|
clearOnSelect: boolean;
|
2689
2689
|
} & {
|
@@ -2706,10 +2706,10 @@ export declare const VAutocomplete: {
|
|
2706
2706
|
rounded?: string | number | boolean | undefined;
|
2707
2707
|
baseColor?: string | undefined;
|
2708
2708
|
bgColor?: string | undefined;
|
2709
|
-
prependIcon?: import("../../composables/icons").IconValue | undefined;
|
2710
|
-
appendIcon?: import("../../composables/icons").IconValue | undefined;
|
2709
|
+
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2710
|
+
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2711
2711
|
valueComparator?: typeof deepEqual | undefined;
|
2712
|
-
prependInnerIcon?: import("../../composables/icons").IconValue | undefined;
|
2712
|
+
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2713
2713
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
2714
2714
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
2715
2715
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -2718,8 +2718,8 @@ export declare const VAutocomplete: {
|
|
2718
2718
|
centerAffix?: boolean | undefined;
|
2719
2719
|
hint?: string | undefined;
|
2720
2720
|
hideDetails?: boolean | "auto" | undefined;
|
2721
|
-
customFilter?: import("../../composables/filter").FilterFunction | undefined;
|
2722
|
-
customKeyFilter?: import("../../composables/filter").FilterKeyFunctions | undefined;
|
2721
|
+
customFilter?: import("../../composables/filter.js").FilterFunction | undefined;
|
2722
|
+
customKeyFilter?: import("../../composables/filter.js").FilterKeyFunctions | undefined;
|
2723
2723
|
suffix?: string | undefined;
|
2724
2724
|
counterValue?: number | ((value: any) => number) | undefined;
|
2725
2725
|
modelModifiers?: Record<string, boolean> | undefined;
|
@@ -2728,17 +2728,17 @@ export declare const VAutocomplete: {
|
|
2728
2728
|
nav: boolean;
|
2729
2729
|
style: import("vue").StyleValue;
|
2730
2730
|
disabled: boolean;
|
2731
|
-
tag: string | import("../../util").JSXComponent;
|
2731
|
+
tag: string | import("../../util/index.js").JSXComponent;
|
2732
2732
|
lines: false | "one" | "two" | "three";
|
2733
2733
|
mandatory: boolean;
|
2734
2734
|
rounded: string | number | boolean;
|
2735
2735
|
tile: boolean;
|
2736
|
-
density: import("../../composables/density").Density;
|
2736
|
+
density: import("../../composables/density.js").Density;
|
2737
2737
|
slim: boolean;
|
2738
2738
|
activatable: boolean;
|
2739
2739
|
selectable: boolean;
|
2740
|
-
selectStrategy: import("../../composables/nested/nested").SelectStrategyProp;
|
2741
|
-
openStrategy: import("../../composables/nested/nested").OpenStrategyProp;
|
2740
|
+
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
2741
|
+
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
2742
2742
|
returnObject: boolean;
|
2743
2743
|
itemType: string;
|
2744
2744
|
}> & Omit<{
|
@@ -2746,16 +2746,16 @@ export declare const VAutocomplete: {
|
|
2746
2746
|
nav: boolean;
|
2747
2747
|
style: import("vue").StyleValue;
|
2748
2748
|
disabled: boolean;
|
2749
|
-
tag: string | import("../../util").JSXComponent;
|
2749
|
+
tag: string | import("../../util/index.js").JSXComponent;
|
2750
2750
|
lines: false | "one" | "two" | "three";
|
2751
2751
|
mandatory: boolean;
|
2752
2752
|
tile: boolean;
|
2753
|
-
density: import("../../composables/density").Density;
|
2753
|
+
density: import("../../composables/density.js").Density;
|
2754
2754
|
slim: boolean;
|
2755
2755
|
activatable: boolean;
|
2756
2756
|
selectable: boolean;
|
2757
|
-
selectStrategy: import("../../composables/nested/nested").SelectStrategyProp;
|
2758
|
-
openStrategy: import("../../composables/nested/nested").OpenStrategyProp;
|
2757
|
+
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
2758
|
+
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
2759
2759
|
returnObject: boolean;
|
2760
2760
|
itemType: string;
|
2761
2761
|
height?: string | number | undefined;
|
@@ -2776,9 +2776,9 @@ export declare const VAutocomplete: {
|
|
2776
2776
|
activeColor?: string | undefined;
|
2777
2777
|
valueComparator?: typeof deepEqual | undefined;
|
2778
2778
|
activeClass?: string | undefined;
|
2779
|
-
activeStrategy?: import("../../composables/nested/nested").ActiveStrategyProp | undefined;
|
2780
|
-
collapseIcon?: import("../../composables/icons").IconValue | undefined;
|
2781
|
-
expandIcon?: import("../../composables/icons").IconValue | undefined;
|
2779
|
+
activeStrategy?: import("../../composables/nested/nested.js").ActiveStrategyProp | undefined;
|
2780
|
+
collapseIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2781
|
+
expandIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2782
2782
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
2783
2783
|
"onClick:activate"?: ((value: {
|
2784
2784
|
id: unknown;
|
@@ -2807,89 +2807,89 @@ export declare const VAutocomplete: {
|
|
2807
2807
|
'onUpdate:opened'?: ((value: unknown) => void) | undefined;
|
2808
2808
|
} & {
|
2809
2809
|
$children?: import("vue").VNodeChild | (() => import("vue").VNodeChild) | {
|
2810
|
-
title?: ((arg: import("../VList/VListItem").ListItemTitleSlot & {
|
2810
|
+
title?: ((arg: import("../VList/VListItem.js").ListItemTitleSlot & {
|
2811
2811
|
item: any;
|
2812
2812
|
}) => import("vue").VNodeChild) | undefined;
|
2813
|
-
append?: ((arg: import("../VList/VListItem").ListItemSlot & {
|
2813
|
+
append?: ((arg: import("../VList/VListItem.js").ListItemSlot & {
|
2814
2814
|
item: any;
|
2815
2815
|
}) => import("vue").VNodeChild) | undefined;
|
2816
|
-
prepend?: ((arg: import("../VList/VListItem").ListItemSlot & {
|
2816
|
+
prepend?: ((arg: import("../VList/VListItem.js").ListItemSlot & {
|
2817
2817
|
item: any;
|
2818
2818
|
}) => import("vue").VNodeChild) | undefined;
|
2819
|
-
subtitle?: ((arg: import("../VList/VListItem").ListItemSubtitleSlot & {
|
2819
|
+
subtitle?: ((arg: import("../VList/VListItem.js").ListItemSubtitleSlot & {
|
2820
2820
|
item: any;
|
2821
2821
|
}) => import("vue").VNodeChild) | undefined;
|
2822
2822
|
default?: (() => import("vue").VNodeChild) | undefined;
|
2823
2823
|
item?: ((arg: {
|
2824
|
-
props: import("../VList/VList").InternalListItem["props"];
|
2824
|
+
props: import("../VList/VList.js").InternalListItem["props"];
|
2825
2825
|
}) => import("vue").VNodeChild) | undefined;
|
2826
2826
|
divider?: ((arg: {
|
2827
|
-
props: import("../VList/VList").InternalListItem["props"];
|
2827
|
+
props: import("../VList/VList.js").InternalListItem["props"];
|
2828
2828
|
}) => import("vue").VNodeChild) | undefined;
|
2829
2829
|
subheader?: ((arg: {
|
2830
|
-
props: import("../VList/VList").InternalListItem["props"];
|
2830
|
+
props: import("../VList/VList.js").InternalListItem["props"];
|
2831
2831
|
}) => import("vue").VNodeChild) | undefined;
|
2832
2832
|
header?: ((arg: {
|
2833
|
-
props: import("../VList/VList").InternalListItem["props"];
|
2833
|
+
props: import("../VList/VList.js").InternalListItem["props"];
|
2834
2834
|
}) => import("vue").VNodeChild) | undefined;
|
2835
2835
|
};
|
2836
2836
|
'v-slots'?: {
|
2837
|
-
title?: false | ((arg: import("../VList/VListItem").ListItemTitleSlot & {
|
2837
|
+
title?: false | ((arg: import("../VList/VListItem.js").ListItemTitleSlot & {
|
2838
2838
|
item: any;
|
2839
2839
|
}) => import("vue").VNodeChild) | undefined;
|
2840
|
-
append?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
|
2840
|
+
append?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
|
2841
2841
|
item: any;
|
2842
2842
|
}) => import("vue").VNodeChild) | undefined;
|
2843
|
-
prepend?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
|
2843
|
+
prepend?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
|
2844
2844
|
item: any;
|
2845
2845
|
}) => import("vue").VNodeChild) | undefined;
|
2846
|
-
subtitle?: false | ((arg: import("../VList/VListItem").ListItemSubtitleSlot & {
|
2846
|
+
subtitle?: false | ((arg: import("../VList/VListItem.js").ListItemSubtitleSlot & {
|
2847
2847
|
item: any;
|
2848
2848
|
}) => import("vue").VNodeChild) | undefined;
|
2849
2849
|
default?: false | (() => import("vue").VNodeChild) | undefined;
|
2850
2850
|
item?: false | ((arg: {
|
2851
|
-
props: import("../VList/VList").InternalListItem["props"];
|
2851
|
+
props: import("../VList/VList.js").InternalListItem["props"];
|
2852
2852
|
}) => import("vue").VNodeChild) | undefined;
|
2853
2853
|
divider?: false | ((arg: {
|
2854
|
-
props: import("../VList/VList").InternalListItem["props"];
|
2854
|
+
props: import("../VList/VList.js").InternalListItem["props"];
|
2855
2855
|
}) => import("vue").VNodeChild) | undefined;
|
2856
2856
|
subheader?: false | ((arg: {
|
2857
|
-
props: import("../VList/VList").InternalListItem["props"];
|
2857
|
+
props: import("../VList/VList.js").InternalListItem["props"];
|
2858
2858
|
}) => import("vue").VNodeChild) | undefined;
|
2859
2859
|
header?: false | ((arg: {
|
2860
|
-
props: import("../VList/VList").InternalListItem["props"];
|
2860
|
+
props: import("../VList/VList.js").InternalListItem["props"];
|
2861
2861
|
}) => import("vue").VNodeChild) | undefined;
|
2862
2862
|
} | undefined;
|
2863
2863
|
} & {
|
2864
|
-
"v-slot:title"?: false | ((arg: import("../VList/VListItem").ListItemTitleSlot & {
|
2864
|
+
"v-slot:title"?: false | ((arg: import("../VList/VListItem.js").ListItemTitleSlot & {
|
2865
2865
|
item: any;
|
2866
2866
|
}) => import("vue").VNodeChild) | undefined;
|
2867
|
-
"v-slot:append"?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
|
2867
|
+
"v-slot:append"?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
|
2868
2868
|
item: any;
|
2869
2869
|
}) => import("vue").VNodeChild) | undefined;
|
2870
|
-
"v-slot:prepend"?: false | ((arg: import("../VList/VListItem").ListItemSlot & {
|
2870
|
+
"v-slot:prepend"?: false | ((arg: import("../VList/VListItem.js").ListItemSlot & {
|
2871
2871
|
item: any;
|
2872
2872
|
}) => import("vue").VNodeChild) | undefined;
|
2873
|
-
"v-slot:subtitle"?: false | ((arg: import("../VList/VListItem").ListItemSubtitleSlot & {
|
2873
|
+
"v-slot:subtitle"?: false | ((arg: import("../VList/VListItem.js").ListItemSubtitleSlot & {
|
2874
2874
|
item: any;
|
2875
2875
|
}) => import("vue").VNodeChild) | undefined;
|
2876
2876
|
"v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
|
2877
2877
|
"v-slot:item"?: false | ((arg: {
|
2878
|
-
props: import("../VList/VList").InternalListItem["props"];
|
2878
|
+
props: import("../VList/VList.js").InternalListItem["props"];
|
2879
2879
|
}) => import("vue").VNodeChild) | undefined;
|
2880
2880
|
"v-slot:divider"?: false | ((arg: {
|
2881
|
-
props: import("../VList/VList").InternalListItem["props"];
|
2881
|
+
props: import("../VList/VList.js").InternalListItem["props"];
|
2882
2882
|
}) => import("vue").VNodeChild) | undefined;
|
2883
2883
|
"v-slot:subheader"?: false | ((arg: {
|
2884
|
-
props: import("../VList/VList").InternalListItem["props"];
|
2884
|
+
props: import("../VList/VList.js").InternalListItem["props"];
|
2885
2885
|
}) => import("vue").VNodeChild) | undefined;
|
2886
2886
|
"v-slot:header"?: false | ((arg: {
|
2887
|
-
props: import("../VList/VList").InternalListItem["props"];
|
2887
|
+
props: import("../VList/VList.js").InternalListItem["props"];
|
2888
2888
|
}) => import("vue").VNodeChild) | undefined;
|
2889
2889
|
}) | undefined;
|
2890
2890
|
menuProps?: (Partial<{
|
2891
|
-
location: import("../../util").Anchor | undefined;
|
2892
|
-
origin: "auto" | import("../../util").Anchor | "overlap";
|
2891
|
+
location: import("../../util/index.js").Anchor | undefined;
|
2892
|
+
origin: "auto" | import("../../util/index.js").Anchor | "overlap";
|
2893
2893
|
transition: string | boolean | (import("vue").TransitionProps & {
|
2894
2894
|
component?: import("vue").Component;
|
2895
2895
|
}) | {
|
@@ -2901,10 +2901,10 @@ export declare const VAutocomplete: {
|
|
2901
2901
|
disabled: boolean;
|
2902
2902
|
persistent: boolean;
|
2903
2903
|
modelValue: boolean;
|
2904
|
-
locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies").LocationStrategyData, props: import("../VOverlay/locationStrategies").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
|
2904
|
+
locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
|
2905
2905
|
updateLocation: (e?: Event) => void;
|
2906
2906
|
});
|
2907
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies").ScrollStrategyData, props: import("../VOverlay/scrollStrategies").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
2907
|
+
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
2908
2908
|
closeDelay: string | number;
|
2909
2909
|
openDelay: string | number;
|
2910
2910
|
activatorProps: Record<string, any>;
|
@@ -2918,8 +2918,8 @@ export declare const VAutocomplete: {
|
|
2918
2918
|
scrim: string | boolean;
|
2919
2919
|
submenu: boolean;
|
2920
2920
|
}> & Omit<{
|
2921
|
-
location: import("../../util").Anchor | undefined;
|
2922
|
-
origin: "auto" | import("../../util").Anchor | "overlap";
|
2921
|
+
location: import("../../util/index.js").Anchor | undefined;
|
2922
|
+
origin: "auto" | import("../../util/index.js").Anchor | "overlap";
|
2923
2923
|
transition: string | boolean | (import("vue").TransitionProps & {
|
2924
2924
|
component?: import("vue").Component;
|
2925
2925
|
}) | {
|
@@ -2931,10 +2931,10 @@ export declare const VAutocomplete: {
|
|
2931
2931
|
disabled: boolean;
|
2932
2932
|
persistent: boolean;
|
2933
2933
|
modelValue: boolean;
|
2934
|
-
locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies").LocationStrategyData, props: import("../VOverlay/locationStrategies").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
|
2934
|
+
locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
|
2935
2935
|
updateLocation: (e?: Event) => void;
|
2936
2936
|
});
|
2937
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies").ScrollStrategyData, props: import("../VOverlay/scrollStrategies").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
2937
|
+
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
2938
2938
|
closeDelay: string | number;
|
2939
2939
|
openDelay: string | number;
|
2940
2940
|
activatorProps: Record<string, any>;
|
@@ -2970,7 +2970,7 @@ export declare const VAutocomplete: {
|
|
2970
2970
|
activator?: ((arg: {
|
2971
2971
|
isActive: boolean;
|
2972
2972
|
props: Record<string, any>;
|
2973
|
-
targetRef: import("../../util").TemplateRef;
|
2973
|
+
targetRef: import("../../util/index.js").TemplateRef;
|
2974
2974
|
}) => import("vue").VNodeChild) | undefined;
|
2975
2975
|
} | ((arg: {
|
2976
2976
|
isActive: import("vue").Ref<boolean>;
|
@@ -2982,7 +2982,7 @@ export declare const VAutocomplete: {
|
|
2982
2982
|
activator?: false | ((arg: {
|
2983
2983
|
isActive: boolean;
|
2984
2984
|
props: Record<string, any>;
|
2985
|
-
targetRef: import("../../util").TemplateRef;
|
2985
|
+
targetRef: import("../../util/index.js").TemplateRef;
|
2986
2986
|
}) => import("vue").VNodeChild) | undefined;
|
2987
2987
|
} | undefined;
|
2988
2988
|
"v-slot:default"?: false | ((arg: {
|
@@ -2991,7 +2991,7 @@ export declare const VAutocomplete: {
|
|
2991
2991
|
"v-slot:activator"?: false | ((arg: {
|
2992
2992
|
isActive: boolean;
|
2993
2993
|
props: Record<string, any>;
|
2994
|
-
targetRef: import("../../util").TemplateRef;
|
2994
|
+
targetRef: import("../../util/index.js").TemplateRef;
|
2995
2995
|
}) => import("vue").VNodeChild) | undefined;
|
2996
2996
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
2997
2997
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "submenu">) | undefined;
|
@@ -3029,17 +3029,17 @@ export declare const VAutocomplete: {
|
|
3029
3029
|
focused: boolean;
|
3030
3030
|
errorMessages: string | readonly string[] | null;
|
3031
3031
|
maxErrors: string | number;
|
3032
|
-
rules: readonly import("../../composables/validation").ValidationRule[];
|
3032
|
+
rules: readonly import("../../composables/validation.js").ValidationRule[];
|
3033
3033
|
rounded: string | number | boolean;
|
3034
3034
|
tile: boolean;
|
3035
|
-
density: import("../../composables/density").Density;
|
3036
|
-
clearIcon: import("../../composables/icons").IconValue;
|
3035
|
+
density: import("../../composables/density.js").Density;
|
3036
|
+
clearIcon: import("../../composables/icons.js").IconValue;
|
3037
3037
|
centerAffix: boolean;
|
3038
3038
|
hideSpinButtons: boolean;
|
3039
3039
|
persistentHint: boolean;
|
3040
|
-
filterMode: import("../../composables/filter").FilterMode;
|
3040
|
+
filterMode: import("../../composables/filter.js").FilterMode;
|
3041
3041
|
noFilter: boolean;
|
3042
|
-
filterKeys: import("../../composables/filter").FilterKeys;
|
3042
|
+
filterKeys: import("../../composables/filter.js").FilterKeys;
|
3043
3043
|
itemChildren: SelectItemKey;
|
3044
3044
|
clearable: boolean;
|
3045
3045
|
persistentClear: boolean;
|
@@ -3052,24 +3052,24 @@ export declare const VAutocomplete: {
|
|
3052
3052
|
openText: string;
|
3053
3053
|
hideNoData: boolean;
|
3054
3054
|
hideSelected: boolean;
|
3055
|
-
menuIcon: import("../../composables/icons").IconValue;
|
3055
|
+
menuIcon: import("../../composables/icons.js").IconValue;
|
3056
3056
|
openOnClear: boolean;
|
3057
3057
|
clearOnSelect: boolean;
|
3058
3058
|
}, {}, string, import("vue").SlotsType<Partial<{
|
3059
|
-
message: (arg: import("../VMessages/VMessages").VMessageSlot) => import("vue").VNode[];
|
3060
|
-
clear: (arg: import("../VField/VField").DefaultInputSlot & {
|
3059
|
+
message: (arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNode[];
|
3060
|
+
clear: (arg: import("../VField/VField.js").DefaultInputSlot & {
|
3061
3061
|
props: Record<string, any>;
|
3062
3062
|
}) => import("vue").VNode[];
|
3063
|
-
details: (arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[];
|
3064
|
-
label: (arg: import("../VField/VField").DefaultInputSlot & {
|
3063
|
+
details: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
|
3064
|
+
label: (arg: import("../VField/VField.js").DefaultInputSlot & {
|
3065
3065
|
label: string | undefined;
|
3066
3066
|
props: Record<string, any>;
|
3067
3067
|
}) => import("vue").VNode[];
|
3068
|
-
append: (arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[];
|
3069
|
-
prepend: (arg: import("../VInput/VInput").VInputSlot) => import("vue").VNode[];
|
3070
|
-
loader: (arg: import("../../composables/loader").LoaderSlotProps) => import("vue").VNode[];
|
3071
|
-
'prepend-inner': (arg: import("../VField/VField").DefaultInputSlot) => import("vue").VNode[];
|
3072
|
-
'append-inner': (arg: import("../VField/VField").DefaultInputSlot) => import("vue").VNode[];
|
3068
|
+
append: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
|
3069
|
+
prepend: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
|
3070
|
+
loader: (arg: import("../../composables/loader.js").LoaderSlotProps) => import("vue").VNode[];
|
3071
|
+
'prepend-inner': (arg: import("../VField/VField.js").DefaultInputSlot) => import("vue").VNode[];
|
3072
|
+
'append-inner': (arg: import("../VField/VField.js").DefaultInputSlot) => import("vue").VNode[];
|
3073
3073
|
item: (arg: {
|
3074
3074
|
item: ListItem<unknown>;
|
3075
3075
|
index: number;
|
@@ -3114,7 +3114,7 @@ export declare const VAutocomplete: {
|
|
3114
3114
|
"prepend-item": never;
|
3115
3115
|
"append-item": never;
|
3116
3116
|
"no-data": never;
|
3117
|
-
}) => GenericProps<typeof props, typeof slots>) & import("../../util").FilterPropsOptions<{
|
3117
|
+
}) => GenericProps<typeof props, typeof slots>) & import("../../util/index.js").FilterPropsOptions<{
|
3118
3118
|
transition: Omit<{
|
3119
3119
|
type: PropType<string | boolean | (import("vue").TransitionProps & {
|
3120
3120
|
component?: import("vue").Component;
|
@@ -3173,7 +3173,7 @@ export declare const VAutocomplete: {
|
|
3173
3173
|
type: PropType<boolean | null>;
|
3174
3174
|
default: null;
|
3175
3175
|
};
|
3176
|
-
class: PropType<import("../../composables/component").ClassValue>;
|
3176
|
+
class: PropType<import("../../composables/component.js").ClassValue>;
|
3177
3177
|
theme: StringConstructor;
|
3178
3178
|
placeholder: StringConstructor;
|
3179
3179
|
messages: {
|
@@ -3192,33 +3192,33 @@ export declare const VAutocomplete: {
|
|
3192
3192
|
default: number;
|
3193
3193
|
};
|
3194
3194
|
rules: {
|
3195
|
-
type: PropType<readonly import("../../composables/validation").ValidationRule[]>;
|
3195
|
+
type: PropType<readonly import("../../composables/validation.js").ValidationRule[]>;
|
3196
3196
|
default: () => never[];
|
3197
3197
|
};
|
3198
3198
|
modelValue: {
|
3199
3199
|
type: PropType<any>;
|
3200
3200
|
default: any;
|
3201
3201
|
};
|
3202
|
-
validateOn: PropType<import("../../composables/validation").ValidationProps["validateOn"]>;
|
3202
|
+
validateOn: PropType<import("../../composables/validation.js").ValidationProps["validateOn"]>;
|
3203
3203
|
rounded: {
|
3204
3204
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
3205
3205
|
default: undefined;
|
3206
3206
|
};
|
3207
3207
|
tile: BooleanConstructor;
|
3208
3208
|
density: {
|
3209
|
-
type: PropType<import("../../composables/density").Density>;
|
3209
|
+
type: PropType<import("../../composables/density.js").Density>;
|
3210
3210
|
default: string;
|
3211
3211
|
validator: (v: any) => boolean;
|
3212
3212
|
};
|
3213
3213
|
baseColor: StringConstructor;
|
3214
3214
|
bgColor: StringConstructor;
|
3215
|
-
prependIcon: PropType<import("../../composables/icons").IconValue>;
|
3216
|
-
appendIcon: PropType<import("../../composables/icons").IconValue>;
|
3215
|
+
prependIcon: PropType<import("../../composables/icons.js").IconValue>;
|
3216
|
+
appendIcon: PropType<import("../../composables/icons.js").IconValue>;
|
3217
3217
|
clearIcon: {
|
3218
|
-
type: PropType<import("../../composables/icons").IconValue>;
|
3218
|
+
type: PropType<import("../../composables/icons.js").IconValue>;
|
3219
3219
|
default: string;
|
3220
3220
|
};
|
3221
|
-
prependInnerIcon: PropType<import("../../composables/icons").IconValue>;
|
3221
|
+
prependInnerIcon: PropType<import("../../composables/icons.js").IconValue>;
|
3222
3222
|
'onClick:clear': PropType<(args_0: MouseEvent) => void>;
|
3223
3223
|
'onClick:append': PropType<(args_0: MouseEvent) => void>;
|
3224
3224
|
'onClick:prepend': PropType<(args_0: MouseEvent) => void>;
|
@@ -3241,7 +3241,7 @@ export declare const VAutocomplete: {
|
|
3241
3241
|
counterValue: PropType<number | ((value: any) => number)>;
|
3242
3242
|
modelModifiers: PropType<Record<string, boolean>>;
|
3243
3243
|
items: {
|
3244
|
-
type: PropType<import("../../composables/list-items").ItemProps["items"]>;
|
3244
|
+
type: PropType<import("../../composables/list-items.js").ItemProps["items"]>;
|
3245
3245
|
default: () => never[];
|
3246
3246
|
};
|
3247
3247
|
itemTitle: {
|
@@ -3283,7 +3283,7 @@ export declare const VAutocomplete: {
|
|
3283
3283
|
};
|
3284
3284
|
menu: BooleanConstructor;
|
3285
3285
|
menuIcon: {
|
3286
|
-
type: PropType<import("../../composables/icons").IconValue>;
|
3286
|
+
type: PropType<import("../../composables/icons.js").IconValue>;
|
3287
3287
|
default: string;
|
3288
3288
|
};
|
3289
3289
|
menuProps: {
|
@@ -3296,14 +3296,14 @@ export declare const VAutocomplete: {
|
|
3296
3296
|
};
|
3297
3297
|
openOnClear: BooleanConstructor;
|
3298
3298
|
itemColor: StringConstructor;
|
3299
|
-
customFilter: PropType<import("../../composables/filter").FilterFunction>;
|
3300
|
-
customKeyFilter: PropType<import("../../composables/filter").FilterKeyFunctions>;
|
3299
|
+
customFilter: PropType<import("../../composables/filter.js").FilterFunction>;
|
3300
|
+
customKeyFilter: PropType<import("../../composables/filter.js").FilterKeyFunctions>;
|
3301
3301
|
filterKeys: {
|
3302
|
-
type: PropType<import("../../composables/filter").FilterKeys>;
|
3303
|
-
default: NonNullable<import("../../composables/filter").FilterKeys>;
|
3302
|
+
type: PropType<import("../../composables/filter.js").FilterKeys>;
|
3303
|
+
default: NonNullable<import("../../composables/filter.js").FilterKeys>;
|
3304
3304
|
};
|
3305
3305
|
filterMode: {
|
3306
|
-
type: PropType<import("../../composables/filter").FilterMode>;
|
3306
|
+
type: PropType<import("../../composables/filter.js").FilterMode>;
|
3307
3307
|
default: string;
|
3308
3308
|
};
|
3309
3309
|
noFilter: BooleanConstructor;
|
@@ -3371,7 +3371,7 @@ export declare const VAutocomplete: {
|
|
3371
3371
|
type: PropType<boolean | null>;
|
3372
3372
|
default: null;
|
3373
3373
|
};
|
3374
|
-
class: PropType<import("../../composables/component").ClassValue>;
|
3374
|
+
class: PropType<import("../../composables/component.js").ClassValue>;
|
3375
3375
|
theme: StringConstructor;
|
3376
3376
|
placeholder: StringConstructor;
|
3377
3377
|
messages: {
|
@@ -3390,33 +3390,33 @@ export declare const VAutocomplete: {
|
|
3390
3390
|
default: number;
|
3391
3391
|
};
|
3392
3392
|
rules: {
|
3393
|
-
type: PropType<readonly import("../../composables/validation").ValidationRule[]>;
|
3393
|
+
type: PropType<readonly import("../../composables/validation.js").ValidationRule[]>;
|
3394
3394
|
default: () => never[];
|
3395
3395
|
};
|
3396
3396
|
modelValue: {
|
3397
3397
|
type: PropType<any>;
|
3398
3398
|
default: any;
|
3399
3399
|
};
|
3400
|
-
validateOn: PropType<import("../../composables/validation").ValidationProps["validateOn"]>;
|
3400
|
+
validateOn: PropType<import("../../composables/validation.js").ValidationProps["validateOn"]>;
|
3401
3401
|
rounded: {
|
3402
3402
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
3403
3403
|
default: undefined;
|
3404
3404
|
};
|
3405
3405
|
tile: BooleanConstructor;
|
3406
3406
|
density: {
|
3407
|
-
type: PropType<import("../../composables/density").Density>;
|
3407
|
+
type: PropType<import("../../composables/density.js").Density>;
|
3408
3408
|
default: string;
|
3409
3409
|
validator: (v: any) => boolean;
|
3410
3410
|
};
|
3411
3411
|
baseColor: StringConstructor;
|
3412
3412
|
bgColor: StringConstructor;
|
3413
|
-
prependIcon: PropType<import("../../composables/icons").IconValue>;
|
3414
|
-
appendIcon: PropType<import("../../composables/icons").IconValue>;
|
3413
|
+
prependIcon: PropType<import("../../composables/icons.js").IconValue>;
|
3414
|
+
appendIcon: PropType<import("../../composables/icons.js").IconValue>;
|
3415
3415
|
clearIcon: {
|
3416
|
-
type: PropType<import("../../composables/icons").IconValue>;
|
3416
|
+
type: PropType<import("../../composables/icons.js").IconValue>;
|
3417
3417
|
default: string;
|
3418
3418
|
};
|
3419
|
-
prependInnerIcon: PropType<import("../../composables/icons").IconValue>;
|
3419
|
+
prependInnerIcon: PropType<import("../../composables/icons.js").IconValue>;
|
3420
3420
|
'onClick:clear': PropType<(args_0: MouseEvent) => void>;
|
3421
3421
|
'onClick:append': PropType<(args_0: MouseEvent) => void>;
|
3422
3422
|
'onClick:prepend': PropType<(args_0: MouseEvent) => void>;
|
@@ -3439,7 +3439,7 @@ export declare const VAutocomplete: {
|
|
3439
3439
|
counterValue: PropType<number | ((value: any) => number)>;
|
3440
3440
|
modelModifiers: PropType<Record<string, boolean>>;
|
3441
3441
|
items: {
|
3442
|
-
type: PropType<import("../../composables/list-items").ItemProps["items"]>;
|
3442
|
+
type: PropType<import("../../composables/list-items.js").ItemProps["items"]>;
|
3443
3443
|
default: () => never[];
|
3444
3444
|
};
|
3445
3445
|
itemTitle: {
|
@@ -3481,7 +3481,7 @@ export declare const VAutocomplete: {
|
|
3481
3481
|
};
|
3482
3482
|
menu: BooleanConstructor;
|
3483
3483
|
menuIcon: {
|
3484
|
-
type: PropType<import("../../composables/icons").IconValue>;
|
3484
|
+
type: PropType<import("../../composables/icons.js").IconValue>;
|
3485
3485
|
default: string;
|
3486
3486
|
};
|
3487
3487
|
menuProps: {
|
@@ -3494,14 +3494,14 @@ export declare const VAutocomplete: {
|
|
3494
3494
|
};
|
3495
3495
|
openOnClear: BooleanConstructor;
|
3496
3496
|
itemColor: StringConstructor;
|
3497
|
-
customFilter: PropType<import("../../composables/filter").FilterFunction>;
|
3498
|
-
customKeyFilter: PropType<import("../../composables/filter").FilterKeyFunctions>;
|
3497
|
+
customFilter: PropType<import("../../composables/filter.js").FilterFunction>;
|
3498
|
+
customKeyFilter: PropType<import("../../composables/filter.js").FilterKeyFunctions>;
|
3499
3499
|
filterKeys: {
|
3500
|
-
type: PropType<import("../../composables/filter").FilterKeys>;
|
3501
|
-
default: NonNullable<import("../../composables/filter").FilterKeys>;
|
3500
|
+
type: PropType<import("../../composables/filter.js").FilterKeys>;
|
3501
|
+
default: NonNullable<import("../../composables/filter.js").FilterKeys>;
|
3502
3502
|
};
|
3503
3503
|
filterMode: {
|
3504
|
-
type: PropType<import("../../composables/filter").FilterMode>;
|
3504
|
+
type: PropType<import("../../composables/filter.js").FilterMode>;
|
3505
3505
|
default: string;
|
3506
3506
|
};
|
3507
3507
|
noFilter: BooleanConstructor;
|